@reeverdev/ui 0.2.3 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1,4 +1,4 @@
1
- 'use strict';var K=require('react'),classVarianceAuthority=require('class-variance-authority'),lucideReact=require('lucide-react'),clsx=require('clsx'),tailwindMerge=require('tailwind-merge'),jsxRuntime=require('react/jsx-runtime'),reactSlot=require('@radix-ui/react-slot'),To=require('@radix-ui/react-checkbox'),se=require('@radix-ui/react-dialog'),ss=require('@radix-ui/react-label'),Do=require('@radix-ui/react-separator'),Lo=require('@radix-ui/react-switch'),Zt=require('@radix-ui/react-avatar'),xt=require('@radix-ui/react-tooltip'),J=require('@radix-ui/react-select'),X=require('@radix-ui/react-dropdown-menu'),yt=require('@radix-ui/react-popover'),Rt=require('@radix-ui/react-tabs'),Ug=require('@radix-ui/react-visually-hidden'),sonner=require('sonner'),nt=require('@radix-ui/react-scroll-area'),q=require('@radix-ui/react-context-menu'),Va=require('@radix-ui/react-radio-group'),Ns=require('@radix-ui/react-toggle'),Br=require('@radix-ui/react-toggle-group'),ea=require('@radix-ui/react-slider'),Et=require('@radix-ui/react-accordion'),ur=require('@radix-ui/react-collapsible'),ue=require('@radix-ui/react-alert-dialog'),Ao=require('@radix-ui/react-progress'),fr=require('@radix-ui/react-hover-card'),em=require('@radix-ui/react-aspect-ratio'),Re=require('@radix-ui/react-navigation-menu'),vaul=require('vaul'),reactDayPicker=require('react-day-picker'),dateFns=require('date-fns'),cmdk=require('cmdk'),reactResizablePanels=require('react-resizable-panels'),reactColorful=require('react-colorful'),U=require('@radix-ui/react-menubar'),reactDom=require('react-dom'),recharts=require('recharts'),core=require('@dnd-kit/core'),sortable=require('@dnd-kit/sortable'),utilities=require('@dnd-kit/utilities'),NC=require('embla-carousel-react'),react=require('@tiptap/react'),VC=require('@tiptap/starter-kit'),IC=require('@tiptap/extension-link'),EC=require('@tiptap/extension-underline'),HC=require('@tiptap/extension-text-align'),AC=require('@tiptap/extension-placeholder'),rS=require('react-image-crop');require('react-image-crop/dist/ReactCrop.css');var mS=require('react-qr-code'),nextThemes=require('next-themes'),framerMotion=require('framer-motion'),No=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 K__namespace=/*#__PURE__*/_interopNamespace(K);var To__namespace=/*#__PURE__*/_interopNamespace(To);var se__namespace=/*#__PURE__*/_interopNamespace(se);var ss__namespace=/*#__PURE__*/_interopNamespace(ss);var Do__namespace=/*#__PURE__*/_interopNamespace(Do);var Lo__namespace=/*#__PURE__*/_interopNamespace(Lo);var Zt__namespace=/*#__PURE__*/_interopNamespace(Zt);var xt__namespace=/*#__PURE__*/_interopNamespace(xt);var J__namespace=/*#__PURE__*/_interopNamespace(J);var X__namespace=/*#__PURE__*/_interopNamespace(X);var yt__namespace=/*#__PURE__*/_interopNamespace(yt);var Rt__namespace=/*#__PURE__*/_interopNamespace(Rt);var Ug__namespace=/*#__PURE__*/_interopNamespace(Ug);var nt__namespace=/*#__PURE__*/_interopNamespace(nt);var q__namespace=/*#__PURE__*/_interopNamespace(q);var Va__namespace=/*#__PURE__*/_interopNamespace(Va);var Ns__namespace=/*#__PURE__*/_interopNamespace(Ns);var Br__namespace=/*#__PURE__*/_interopNamespace(Br);var ea__namespace=/*#__PURE__*/_interopNamespace(ea);var Et__namespace=/*#__PURE__*/_interopNamespace(Et);var ur__namespace=/*#__PURE__*/_interopNamespace(ur);var ue__namespace=/*#__PURE__*/_interopNamespace(ue);var Ao__namespace=/*#__PURE__*/_interopNamespace(Ao);var fr__namespace=/*#__PURE__*/_interopNamespace(fr);var em__namespace=/*#__PURE__*/_interopNamespace(em);var Re__namespace=/*#__PURE__*/_interopNamespace(Re);var U__namespace=/*#__PURE__*/_interopNamespace(U);var NC__default=/*#__PURE__*/_interopDefault(NC);var VC__default=/*#__PURE__*/_interopDefault(VC);var IC__default=/*#__PURE__*/_interopDefault(IC);var EC__default=/*#__PURE__*/_interopDefault(EC);var HC__default=/*#__PURE__*/_interopDefault(HC);var AC__default=/*#__PURE__*/_interopDefault(AC);var rS__default=/*#__PURE__*/_interopDefault(rS);var mS__default=/*#__PURE__*/_interopDefault(mS);var No__default=/*#__PURE__*/_interopDefault(No);function o(...e){return tailwindMerge.twMerge(clsx.clsx(e))}var my=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},py=K__namespace.forwardRef(({className:e,variant:t="solid",type:a="default",radius:r="md",icon:n,hideIcon:i=false,endContent:s,children:l,...d},m)=>{let u=uy[a],c=!i,f=n!==void 0?n:u?jsxRuntime.jsx(u,{className:"h-4 w-4"}):null;return jsxRuntime.jsxs("div",{ref:m,role:"alert",className:o(my({variant:t,type:a,radius:r}),s&&"flex items-center justify-between",e),...d,children:[jsxRuntime.jsxs("div",{className:"flex items-start gap-3",children:[c&&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})]})});py.displayName="Alert";var fy=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("h5",{ref:a,className:o("mb-1 font-medium leading-none tracking-tight",e),...t}));fy.displayName="AlertTitle";var gy=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,className:o("text-sm [&_p]:leading-relaxed",e),...t}));gy.displayName="AlertDescription";var by=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"}}),vy={sm:"w-2 h-2",md:"w-2.5 h-2.5",lg:"w-3 h-3"},hy=K__namespace.forwardRef(({className:e,children:t,content:a,variant:r="solid",color:n="default",size:i="md",placement:s="top-right",isDot:l=false,...d},m)=>jsxRuntime.jsxs("div",{ref:m,className:o("relative inline-flex",e),...d,children:[t,jsxRuntime.jsx("span",{className:o(by({variant:r,color:n,size:l?void 0:i,placement:s}),l&&vy[i||"md"],l&&"min-w-0 p-0"),children:!l&&a})]}));hy.displayName="Badge";var xy=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"}}),Co=K__namespace.forwardRef(({className:e,color:t,size:a,...r},n)=>jsxRuntime.jsx("span",{ref:n,className:o(xy({color:t,size:a}),e),...r}));Co.displayName="TextBadge";var ot=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"}}),W=K__namespace.forwardRef(({className:e,variant:t,color:a,size:r,radius:n,asChild:i=false,href:s,loading:l=false,startContent:d,endContent:m,children:u,disabled:c,style:f,...p},v)=>{let R=c||l,h=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:[d,u,m]});return i?jsxRuntime.jsx(reactSlot.Slot,{className:o(ot({variant:t,color:a,size:r,radius:n,className:e})),ref:v,style:h,...p,children:w}):s?jsxRuntime.jsx("a",{href:s,className:o(ot({variant:t,color:a,size:r,radius:n,className:e}),R&&"pointer-events-none opacity-50"),style:h,...p,children:w}):jsxRuntime.jsx("button",{className:o(ot({variant:t,color:a,size:r,radius:n,className:e})),ref:v,disabled:R,style:h,...p,children:w})});W.displayName="Button";var yd=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"}}),Rd=K__namespace.forwardRef(({className:e,radius:t,...a},r)=>jsxRuntime.jsx("div",{ref:r,className:o(yd({radius:t,className:e})),...a}));Rd.displayName="Card";var wd=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,className:o("p-6 text-2xl font-semibold leading-none tracking-tight",e),...t}));wd.displayName="CardHeader";var Nd=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,className:o("p-6 pt-0",e),...t}));Nd.displayName="CardContent";var Pd=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,className:o("flex items-center p-6 pt-0",e),...t}));Pd.displayName="CardFooter";var Mo=K__namespace.forwardRef(({className:e,checked:t,onFocus:a,onBlur:r,style:n,...i},s)=>{let[l,d]=K__namespace.useState(false);return jsxRuntime.jsx(To__namespace.Root,{ref:s,checked:t,className:o("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 data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground data-[state=indeterminate]:bg-background data-[state=indeterminate]:text-foreground transition-colors",e),style:{...n,borderColor:l?"var(--color-foreground)":void 0},onFocus:m=>{d(true),a?.(m);},onBlur:m=>{d(false),r?.(m);},...i,children:jsxRuntime.jsx(To__namespace.Indicator,{className:o("flex items-center justify-center text-current"),children:t==="indeterminate"?jsxRuntime.jsx(lucideReact.Minus,{className:"h-4 w-4"}):jsxRuntime.jsx(lucideReact.Check,{className:"h-4 w-4"})})})});Mo.displayName=To__namespace.Root.displayName;var ns=se__namespace.Root,My=se__namespace.Trigger,Cd=se__namespace.Portal,ky=se__namespace.Close,is=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(se__namespace.Overlay,{ref:a,className:o("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),...t}));is.displayName=se__namespace.Overlay.displayName;var yn=K__namespace.forwardRef(({className:e,children:t,...a},r)=>jsxRuntime.jsxs(Cd,{children:[jsxRuntime.jsx(is,{}),jsxRuntime.jsxs(se__namespace.Content,{ref:r,className:o("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),...a,children:[t,jsxRuntime.jsxs(se__namespace.Close,{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 data-[state=open]:bg-accent data-[state=open]:text-muted-foreground",children:[jsxRuntime.jsx(lucideReact.X,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Close"})]})]})]}));yn.displayName=se__namespace.Content.displayName;var Sd=({className:e,...t})=>jsxRuntime.jsx("div",{className:o("flex flex-col space-y-1.5 text-center sm:text-left",e),...t});Sd.displayName="DialogHeader";var Td=({className:e,...t})=>jsxRuntime.jsx("div",{className:o("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",e),...t});Td.displayName="DialogFooter";var Md=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(se__namespace.Title,{ref:a,className:o("text-lg font-semibold leading-none tracking-tight",e),...t}));Md.displayName=se__namespace.Title.displayName;var kd=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(se__namespace.Description,{ref:a,className:o("text-sm text-muted-foreground",e),...t}));kd.displayName=se__namespace.Description.displayName;var Ly=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"}}),wn=K__namespace.forwardRef(({className:e,type:t,radius:a,onFocus:r,onBlur:n,style:i,...s},l)=>{let[d,m]=K__namespace.useState(false);return jsxRuntime.jsx("input",{type:t,className:o(Ly({radius:a,className:e})),ref:l,style:{...i,borderColor:d?"var(--color-foreground)":void 0},onFocus:u=>{m(true),r?.(u);},onBlur:u=>{m(false),n?.(u);},...s})});wn.displayName="Input";var Ey=classVarianceAuthority.cva("text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70"),ar=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(ss__namespace.Root,{ref:a,className:o(Ey(),e),...t}));ar.displayName=ss__namespace.Root.displayName;var Ma=K__namespace.forwardRef(({className:e,orientation:t="horizontal",decorative:a=true,text:r,...n},i)=>r&&t==="horizontal"?jsxRuntime.jsxs("div",{className:o("flex items-center gap-4",e),children:[jsxRuntime.jsx(Do__namespace.Root,{decorative:a,orientation:t,className:"shrink-0 bg-border h-[1px] flex-1",...n}),jsxRuntime.jsx("span",{className:"text-sm text-muted-foreground",children:r}),jsxRuntime.jsx(Do__namespace.Root,{decorative:a,orientation:t,className:"shrink-0 bg-border h-[1px] flex-1",...n})]}):jsxRuntime.jsx(Do__namespace.Root,{ref:i,decorative:a,orientation:t,className:o("shrink-0 bg-border",t==="horizontal"?"h-[1px] w-full":"h-full w-[1px]",e),...n}));Ma.displayName=Do__namespace.Root.displayName;var Ed=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(Lo__namespace.Root,{className:o("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 data-[state=checked]:bg-primary data-[state=unchecked]:bg-input",e),...t,ref:a,children:jsxRuntime.jsx(Lo__namespace.Thumb,{className:o("pointer-events-none block h-5 w-5 rounded-full bg-background shadow-lg ring-0 transition-transform data-[state=checked]:translate-x-5 data-[state=unchecked]:translate-x-0")})}));Ed.displayName=Lo__namespace.Root.displayName;var Fy=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"}}),Hd=K__namespace.forwardRef(({className:e,radius:t,onFocus:a,onBlur:r,style:n,...i},s)=>{let[l,d]=K__namespace.useState(false);return jsxRuntime.jsx("textarea",{className:o(Fy({radius:t,className:e})),ref:s,style:{...n,borderColor:l?"var(--color-foreground)":void 0},onFocus:m=>{d(true),a?.(m);},onBlur:m=>{d(false),r?.(m);},...i})});Hd.displayName="Textarea";var zd=classVarianceAuthority.cva("rounded-md bg-muted",{variants:{variant:{pulse:"animate-pulse",shimmer:"skeleton-shimmer",static:""}},defaultVariants:{variant:"pulse"}}),Cn=K__namespace.forwardRef(({className:e,variant:t,...a},r)=>jsxRuntime.jsx("div",{ref:r,className:o(zd({variant:t,className:e})),...a}));Cn.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"}}),rr=K__namespace.forwardRef(({className:e,size:t,radius:a,...r},n)=>jsxRuntime.jsx(Zt__namespace.Root,{ref:n,className:o($y({size:t,radius:a,className:e})),...r}));rr.displayName=Zt__namespace.Root.displayName;var zr=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(Zt__namespace.Image,{ref:a,className:o("aspect-square h-full w-full",e),...t}));zr.displayName=Zt__namespace.Image.displayName;var or=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(Zt__namespace.Fallback,{ref:a,className:o("flex h-full w-full items-center justify-center bg-muted",e),...t}));or.displayName=Zt__namespace.Fallback.displayName;var nr=xt__namespace.Provider,ir=xt__namespace.Root,sr=xt__namespace.Trigger,ka=K__namespace.forwardRef(({className:e,sideOffset:t=4,...a},r)=>jsxRuntime.jsx(xt__namespace.Portal,{children:jsxRuntime.jsx(xt__namespace.Content,{ref:r,sideOffset:t,className:o("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 animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e),...a})}));ka.displayName=xt__namespace.Content.displayName;var ds=J__namespace.Root,Yy=J__namespace.Group,cs=J__namespace.Value,Tn=K__namespace.forwardRef(({className:e,children:t,...a},r)=>jsxRuntime.jsxs(J__namespace.Trigger,{ref:r,className:o("flex h-10 w-full 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 [&>span]:line-clamp-1",e),...a,children:[t,jsxRuntime.jsx(J__namespace.Icon,{asChild:true,children:jsxRuntime.jsx(lucideReact.ChevronDown,{className:"h-4 w-4 opacity-50"})})]}));Tn.displayName=J__namespace.Trigger.displayName;var ms=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(J__namespace.ScrollUpButton,{ref:a,className:o("flex cursor-default items-center justify-center py-1",e),...t,children:jsxRuntime.jsx(lucideReact.ChevronUp,{className:"h-4 w-4"})}));ms.displayName=J__namespace.ScrollUpButton.displayName;var us=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(J__namespace.ScrollDownButton,{ref:a,className:o("flex cursor-default items-center justify-center py-1",e),...t,children:jsxRuntime.jsx(lucideReact.ChevronDown,{className:"h-4 w-4"})}));us.displayName=J__namespace.ScrollDownButton.displayName;var Mn=K__namespace.forwardRef(({className:e,children:t,position:a="popper",...r},n)=>jsxRuntime.jsx(J__namespace.Portal,{children:jsxRuntime.jsxs(J__namespace.Content,{ref:n,className:o("relative z-50 max-h-96 min-w-[8rem] overflow-hidden rounded-md border bg-popover text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",a==="popper"&&"data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",e),position:a,...r,children:[jsxRuntime.jsx(ms,{}),jsxRuntime.jsx(J__namespace.Viewport,{className:o("p-1",a==="popper"&&"h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)]"),children:t}),jsxRuntime.jsx(us,{})]})}));Mn.displayName=J__namespace.Content.displayName;var Gd=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(J__namespace.Label,{ref:a,className:o("py-1.5 pl-8 pr-2 text-sm font-semibold",e),...t}));Gd.displayName=J__namespace.Label.displayName;var kn=K__namespace.forwardRef(({className:e,children:t,...a},r)=>jsxRuntime.jsxs(J__namespace.Item,{ref:r,className:o("relative flex w-full 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",e),...a,children:[jsxRuntime.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:jsxRuntime.jsx(J__namespace.ItemIndicator,{children:jsxRuntime.jsx(lucideReact.Check,{className:"h-4 w-4"})})}),jsxRuntime.jsx(J__namespace.ItemText,{children:t})]}));kn.displayName=J__namespace.Item.displayName;var Wd=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(J__namespace.Separator,{ref:a,className:o("-mx-1 my-1 h-px bg-muted",e),...t}));Wd.displayName=J__namespace.Separator.displayName;var lr=X__namespace.Root,dr=X__namespace.Trigger,qy=X__namespace.Group,Zy=X__namespace.Portal,Jy=X__namespace.Sub,Qy=X__namespace.RadioGroup,$d=K__namespace.forwardRef(({className:e,inset:t,children:a,...r},n)=>jsxRuntime.jsxs(X__namespace.SubTrigger,{ref:n,className:o("flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent data-[state=open]:bg-accent [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",t&&"pl-8",e),...r,children:[a,jsxRuntime.jsx(lucideReact.ChevronRight,{className:"ml-auto"})]}));$d.displayName=X__namespace.SubTrigger.displayName;var _d=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(X__namespace.SubContent,{ref:a,className:o("z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e),...t}));_d.displayName=X__namespace.SubContent.displayName;var La=K__namespace.forwardRef(({className:e,sideOffset:t=4,...a},r)=>jsxRuntime.jsx(X__namespace.Portal,{children:jsxRuntime.jsx(X__namespace.Content,{ref:r,sideOffset:t,className:o("z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e),...a})}));La.displayName=X__namespace.Content.displayName;var Vt=K__namespace.forwardRef(({className:e,inset:t,...a},r)=>jsxRuntime.jsx(X__namespace.Item,{ref:r,className:o("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-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&>svg]:size-4 [&>svg]:shrink-0",t&&"pl-8",e),...a}));Vt.displayName=X__namespace.Item.displayName;var Kd=K__namespace.forwardRef(({className:e,children:t,checked:a,...r},n)=>jsxRuntime.jsxs(X__namespace.CheckboxItem,{ref:n,className:o("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-[disabled]:pointer-events-none data-[disabled]:opacity-50",e),checked:a,...r,children:[jsxRuntime.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:jsxRuntime.jsx(X__namespace.ItemIndicator,{children:jsxRuntime.jsx(lucideReact.Check,{className:"h-4 w-4"})})}),t]}));Kd.displayName=X__namespace.CheckboxItem.displayName;var Yd=K__namespace.forwardRef(({className:e,children:t,...a},r)=>jsxRuntime.jsxs(X__namespace.RadioItem,{ref:r,className:o("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-[disabled]:pointer-events-none data-[disabled]:opacity-50",e),...a,children:[jsxRuntime.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:jsxRuntime.jsx(X__namespace.ItemIndicator,{children:jsxRuntime.jsx(lucideReact.Circle,{className:"h-2 w-2 fill-current"})})}),t]}));Yd.displayName=X__namespace.RadioItem.displayName;var Ud=K__namespace.forwardRef(({className:e,inset:t,...a},r)=>jsxRuntime.jsx(X__namespace.Label,{ref:r,className:o("px-2 py-1.5 text-sm font-semibold",t&&"pl-8",e),...a}));Ud.displayName=X__namespace.Label.displayName;var Dn=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(X__namespace.Separator,{ref:a,className:o("-mx-1 my-1 h-px bg-muted",e),...t}));Dn.displayName=X__namespace.Separator.displayName;var jd=({className:e,...t})=>jsxRuntime.jsx("span",{className:o("ml-auto text-xs tracking-widest opacity-60",e),...t});jd.displayName="DropdownMenuShortcut";var Ne=yt__namespace.Root,Se=yt__namespace.Trigger,gs=yt__namespace.Anchor,xe=K__namespace.forwardRef(({className:e,align:t="center",sideOffset:a=4,...r},n)=>jsxRuntime.jsx(yt__namespace.Portal,{children:jsxRuntime.jsx(yt__namespace.Content,{ref:n,align:t,sideOffset:a,className:o("z-50 w-72 rounded-md border bg-popover p-4 text-popover-foreground shadow-md outline-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 origin-[--radix-popover-content-transform-origin]",e),...r})}));xe.displayName=yt__namespace.Content.displayName;var Zd=K__namespace.createContext({variant:"solid",radius:"md"}),Jd=()=>K__namespace.useContext(Zd),Qd=K__namespace.forwardRef(({variant:e="solid",radius:t="md",...a},r)=>jsxRuntime.jsx(Zd.Provider,{value:{variant:e,radius:t},children:jsxRuntime.jsx(Rt__namespace.Root,{ref:r,...a})}));Qd.displayName="Tabs";var bs={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"}},ec=K__namespace.forwardRef(({className:e,...t},a)=>{let{variant:r,radius:n}=Jd(),i=K__namespace.useRef(null),[s,l]=K__namespace.useState({opacity:0});K__namespace.useEffect(()=>{let p=i.current;if(!p)return;let v=()=>{let h=p.querySelector('[data-state="active"]');if(h){let w=p.getBoundingClientRect(),g=h.getBoundingClientRect(),x=p.getAttribute("aria-orientation")==="vertical"||window.getComputedStyle(p).flexDirection==="column";r==="underline"?l(x?{width:2,height:g.height,transform:`translateY(${g.top-w.top}px)`,opacity:1}:{width:g.width,height:2,transform:`translateX(${g.left-w.left}px)`,opacity:1}):r==="solid"&&l(x?{width:g.width,height:g.height,transform:`translateY(${g.top-w.top}px)`,opacity:1}:{width:g.width,height:g.height,transform:`translateX(${g.left-w.left}px)`,opacity:1});}};v();let R=new MutationObserver(v);R.observe(p,{attributes:true,subtree:true,attributeFilter:["data-state"]});let b=new ResizeObserver(v);return b.observe(p),()=>{R.disconnect(),b.disconnect();}},[r]);let d={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"},m=()=>{let p=i.current;return p?p.getAttribute("aria-orientation")==="vertical"||window.getComputedStyle(p).flexDirection==="column":false},[u,c]=K__namespace.useState(false);K__namespace.useEffect(()=>{c(m());},[]);let f=()=>r==="solid"?u?"top-0 left-1 bg-background shadow":"top-1 left-1 bg-background shadow":r==="underline"?u?"top-0 left-0 bg-primary !rounded-full":"bottom-0 left-0 bg-primary !rounded-full":"";return jsxRuntime.jsxs(Rt__namespace.List,{ref:p=>{if(i.current=p,typeof a=="function"?a(p):a&&(a.current=p),p){let v=p.getAttribute("aria-orientation")==="vertical"||window.getComputedStyle(p).flexDirection==="column";c(v);}},className:o("relative inline-flex h-9 items-center justify-center text-muted-foreground",bs[n].list,d[r],e),...t,children:[(r==="solid"||r==="underline")&&jsxRuntime.jsx("span",{className:o("absolute transition-all duration-200 ease-out",bs[n].indicator,f()),style:s,"aria-hidden":"true"}),t.children]})});ec.displayName=Rt__namespace.List.displayName;var tc=K__namespace.forwardRef(({className:e,...t},a)=>{let{variant:r,radius:n}=Jd(),i={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(Rt__namespace.Trigger,{ref:a,className:o("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",bs[n].trigger,i[r],e),...t})});tc.displayName=Rt__namespace.Trigger.displayName;var ac=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(Rt__namespace.Content,{ref:a,className:o("mt-2 ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 animate-in animate-out",e),...t}));ac.displayName=Rt__namespace.Content.displayName;var Eo=se__namespace.Root,o0=se__namespace.Trigger,n0=se__namespace.Close,rc=se__namespace.Portal,hs=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(se__namespace.Overlay,{className:o("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),...t,ref:a}));hs.displayName=se__namespace.Overlay.displayName;var oc=classVarianceAuthority.cva("fixed z-50 gap-4 bg-background p-6 shadow-lg transition ease-in-out data-[state=closed]:duration-300 data-[state=open]:duration-500 data-[state=open]:animate-in data-[state=closed]:animate-out",{variants:{side:{top:"inset-x-0 top-0 border-b data-[state=closed]:slide-out-to-top data-[state=open]:slide-in-from-top",bottom:"inset-x-0 bottom-0 border-t data-[state=closed]:slide-out-to-bottom data-[state=open]:slide-in-from-bottom",left:"inset-y-0 left-0 h-full w-3/4 border-r data-[state=closed]:slide-out-to-left data-[state=open]:slide-in-from-left sm:max-w-sm",right:"inset-y-0 right-0 h-full w-3/4 border-l data-[state=closed]:slide-out-to-right data-[state=open]:slide-in-from-right sm:max-w-sm"}},defaultVariants:{side:"right"}}),Fr=K__namespace.forwardRef(({side:e="right",className:t,children:a,hideCloseButton:r,...n},i)=>jsxRuntime.jsxs(rc,{children:[jsxRuntime.jsx(hs,{}),jsxRuntime.jsxs(se__namespace.Content,{ref:i,className:o(oc({side:e}),t),"aria-describedby":void 0,...n,children:[jsxRuntime.jsx(Ug.VisuallyHidden,{asChild:true,children:jsxRuntime.jsx(se__namespace.Title,{children:"Sheet"})}),!r&&jsxRuntime.jsxs(se__namespace.Close,{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 data-[state=open]:bg-secondary",children:[jsxRuntime.jsx(lucideReact.X,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Close"})]}),a]})]}));Fr.displayName=se__namespace.Content.displayName;var nc=({className:e,...t})=>jsxRuntime.jsx("div",{className:o("flex flex-col space-y-2 text-center sm:text-left",e),...t});nc.displayName="SheetHeader";var ic=({className:e,...t})=>jsxRuntime.jsx("div",{className:o("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",e),...t});ic.displayName="SheetFooter";var sc=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(se__namespace.Title,{ref:a,className:o("text-lg font-semibold text-foreground",e),...t}));sc.displayName=se__namespace.Title.displayName;var lc=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(se__namespace.Description,{ref:a,className:o("text-sm text-muted-foreground",e),...t}));lc.displayName=se__namespace.Description.displayName;var l0=({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 je=K__namespace.forwardRef(({className:e,children:t,...a},r)=>jsxRuntime.jsxs(nt__namespace.Root,{ref:r,className:o("relative overflow-hidden group/scroll",e),...a,children:[jsxRuntime.jsx(nt__namespace.Viewport,{className:"h-full w-full rounded-[inherit]",children:t}),jsxRuntime.jsx(ys,{}),jsxRuntime.jsx(nt__namespace.Corner,{})]}));je.displayName=nt__namespace.Root.displayName;var ys=K__namespace.forwardRef(({className:e,orientation:t="vertical",...a},r)=>jsxRuntime.jsx(nt__namespace.ScrollAreaScrollbar,{ref:r,orientation:t,className:o("flex touch-none select-none transition-colors",t==="vertical"&&"h-full w-2 border-l border-l-transparent p-[1px]",t==="horizontal"&&"h-2 flex-col border-t border-t-transparent p-[1px]",e),...a,children:jsxRuntime.jsx(nt__namespace.ScrollAreaThumb,{className:o("relative flex-1 rounded-full transition-colors","bg-transparent group-hover/scroll:bg-border hover:!bg-muted-foreground")})}));ys.displayName=nt__namespace.ScrollAreaScrollbar.displayName;var f0=q__namespace.Root,g0=q__namespace.Trigger,b0=q__namespace.Group,v0=q__namespace.Portal,h0=q__namespace.Sub,x0=q__namespace.RadioGroup,dc=K__namespace.forwardRef(({className:e,inset:t,children:a,...r},n)=>jsxRuntime.jsxs(q__namespace.SubTrigger,{ref:n,className:o("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),...r,children:[a,jsxRuntime.jsx(lucideReact.ChevronRight,{className:"ml-auto h-4 w-4"})]}));dc.displayName=q__namespace.SubTrigger.displayName;var cc=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(q__namespace.SubContent,{ref:a,className:o("z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 origin-[--radix-context-menu-content-transform-origin]",e),...t}));cc.displayName=q__namespace.SubContent.displayName;var mc=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(q__namespace.Portal,{children:jsxRuntime.jsx(q__namespace.Content,{ref:a,className:o("z-50 max-h-[--radix-context-menu-content-available-height] min-w-[8rem] overflow-y-auto overflow-x-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 origin-[--radix-context-menu-content-transform-origin]",e),...t})}));mc.displayName=q__namespace.Content.displayName;var uc=K__namespace.forwardRef(({className:e,inset:t,...a},r)=>jsxRuntime.jsx(q__namespace.Item,{ref:r,className:o("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",e),...a}));uc.displayName=q__namespace.Item.displayName;var pc=K__namespace.forwardRef(({className:e,children:t,checked:a,...r},n)=>jsxRuntime.jsxs(q__namespace.CheckboxItem,{ref:n,className:o("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",e),checked:a,...r,children:[jsxRuntime.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:jsxRuntime.jsx(q__namespace.ItemIndicator,{children:jsxRuntime.jsx(lucideReact.Check,{className:"h-4 w-4"})})}),t]}));pc.displayName=q__namespace.CheckboxItem.displayName;var fc=K__namespace.forwardRef(({className:e,children:t,...a},r)=>jsxRuntime.jsxs(q__namespace.RadioItem,{ref:r,className:o("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",e),...a,children:[jsxRuntime.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:jsxRuntime.jsx(q__namespace.ItemIndicator,{children:jsxRuntime.jsx(lucideReact.Circle,{className:"h-4 w-4 fill-current"})})}),t]}));fc.displayName=q__namespace.RadioItem.displayName;var gc=K__namespace.forwardRef(({className:e,inset:t,...a},r)=>jsxRuntime.jsx(q__namespace.Label,{ref:r,className:o("px-2 py-1.5 text-sm font-semibold text-foreground",t&&"pl-8",e),...a}));gc.displayName=q__namespace.Label.displayName;var bc=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(q__namespace.Separator,{ref:a,className:o("-mx-1 my-1 h-px bg-border",e),...t}));bc.displayName=q__namespace.Separator.displayName;var vc=({className:e,...t})=>jsxRuntime.jsx("span",{className:o("ml-auto text-xs tracking-widest text-muted-foreground",e),...t});vc.displayName="ContextMenuShortcut";var hc=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(Va__namespace.Root,{className:o("grid gap-2",e),...t,ref:a}));hc.displayName=Va__namespace.Root.displayName;var xc=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(Va__namespace.Item,{ref:a,className:o("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",e),...t,children:jsxRuntime.jsx(Va__namespace.Indicator,{className:"flex items-center justify-center",children:jsxRuntime.jsx(lucideReact.Circle,{className:"h-2.5 w-2.5 fill-current text-current"})})}));xc.displayName=Va__namespace.Item.displayName;var Vn=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"}}),Rc=K__namespace.forwardRef(({className:e,variant:t,size:a,...r},n)=>jsxRuntime.jsx(Ns__namespace.Root,{ref:n,className:o(Vn({variant:t,size:a,className:e})),...r}));Rc.displayName=Ns__namespace.Root.displayName;var wc=K__namespace.createContext({size:"md",variant:"solid"}),Nc=K__namespace.forwardRef(({className:e,variant:t,size:a,children:r,...n},i)=>jsxRuntime.jsx(Br__namespace.Root,{ref:i,className:o("flex items-center justify-center gap-1",e),...n,children:jsxRuntime.jsx(wc.Provider,{value:{variant:t,size:a},children:r})}));Nc.displayName=Br__namespace.Root.displayName;var Pc=K__namespace.forwardRef(({className:e,children:t,variant:a,size:r,...n},i)=>{let s=K__namespace.useContext(wc);return jsxRuntime.jsx(Br__namespace.Item,{ref:i,className:o(Vn({variant:s.variant||a,size:s.size||r}),e),...n,children:t})});Pc.displayName=Br__namespace.Item.displayName;var In=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsxs(ea__namespace.Root,{ref:a,className:o("relative flex w-full touch-none select-none items-center",e),...t,children:[jsxRuntime.jsx(ea__namespace.Track,{className:"relative h-2 w-full grow overflow-hidden rounded-full bg-secondary",children:jsxRuntime.jsx(ea__namespace.Range,{className:"absolute h-full bg-primary"})}),jsxRuntime.jsx(ea__namespace.Thumb,{className:"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 disabled:pointer-events-none disabled:opacity-50"})]}));In.displayName=ea__namespace.Root.displayName;var C0=`
1
+ 'use strict';var K=require('react'),classVarianceAuthority=require('class-variance-authority'),lucideReact=require('lucide-react'),clsx=require('clsx'),tailwindMerge=require('tailwind-merge'),jsxRuntime=require('react/jsx-runtime'),reactSlot=require('@radix-ui/react-slot'),Po=require('@radix-ui/react-checkbox'),ne=require('@radix-ui/react-dialog'),ns=require('@radix-ui/react-label'),To=require('@radix-ui/react-separator'),Mo=require('@radix-ui/react-switch'),qt=require('@radix-ui/react-avatar'),vt=require('@radix-ui/react-tooltip'),J=require('@radix-ui/react-select'),X=require('@radix-ui/react-dropdown-menu'),ht=require('@radix-ui/react-popover'),xt=require('@radix-ui/react-tabs'),ig=require('@radix-ui/react-visually-hidden'),sonner=require('sonner'),rt=require('@radix-ui/react-scroll-area'),q=require('@radix-ui/react-context-menu'),La=require('@radix-ui/react-radio-group'),Rs=require('@radix-ui/react-toggle'),Hr=require('@radix-ui/react-toggle-group'),Qt=require('@radix-ui/react-slider'),Vt=require('@radix-ui/react-accordion'),cr=require('@radix-ui/react-collapsible'),Io=require('@radix-ui/react-progress'),mr=require('@radix-ui/react-hover-card'),Wc=require('@radix-ui/react-aspect-ratio'),Re=require('@radix-ui/react-navigation-menu'),vaul=require('vaul'),reactDayPicker=require('react-day-picker'),dateFns=require('date-fns'),cmdk=require('cmdk'),reactResizablePanels=require('react-resizable-panels'),reactColorful=require('react-colorful'),U=require('@radix-ui/react-menubar'),ke=require('@radix-ui/react-alert-dialog'),reactDom=require('react-dom'),recharts=require('recharts'),core=require('@dnd-kit/core'),sortable=require('@dnd-kit/sortable'),utilities=require('@dnd-kit/utilities'),sC=require('embla-carousel-react'),react=require('@tiptap/react'),bC=require('@tiptap/starter-kit'),vC=require('@tiptap/extension-link'),hC=require('@tiptap/extension-underline'),xC=require('@tiptap/extension-text-align'),yC=require('@tiptap/extension-placeholder'),GC=require('react-image-crop');require('react-image-crop/dist/ReactCrop.css');var XC=require('react-qr-code'),nextThemes=require('next-themes'),framerMotion=require('framer-motion'),yo=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 K__namespace=/*#__PURE__*/_interopNamespace(K);var Po__namespace=/*#__PURE__*/_interopNamespace(Po);var ne__namespace=/*#__PURE__*/_interopNamespace(ne);var ns__namespace=/*#__PURE__*/_interopNamespace(ns);var To__namespace=/*#__PURE__*/_interopNamespace(To);var Mo__namespace=/*#__PURE__*/_interopNamespace(Mo);var qt__namespace=/*#__PURE__*/_interopNamespace(qt);var vt__namespace=/*#__PURE__*/_interopNamespace(vt);var J__namespace=/*#__PURE__*/_interopNamespace(J);var X__namespace=/*#__PURE__*/_interopNamespace(X);var ht__namespace=/*#__PURE__*/_interopNamespace(ht);var xt__namespace=/*#__PURE__*/_interopNamespace(xt);var ig__namespace=/*#__PURE__*/_interopNamespace(ig);var rt__namespace=/*#__PURE__*/_interopNamespace(rt);var q__namespace=/*#__PURE__*/_interopNamespace(q);var La__namespace=/*#__PURE__*/_interopNamespace(La);var Rs__namespace=/*#__PURE__*/_interopNamespace(Rs);var Hr__namespace=/*#__PURE__*/_interopNamespace(Hr);var Qt__namespace=/*#__PURE__*/_interopNamespace(Qt);var Vt__namespace=/*#__PURE__*/_interopNamespace(Vt);var cr__namespace=/*#__PURE__*/_interopNamespace(cr);var Io__namespace=/*#__PURE__*/_interopNamespace(Io);var mr__namespace=/*#__PURE__*/_interopNamespace(mr);var Wc__namespace=/*#__PURE__*/_interopNamespace(Wc);var Re__namespace=/*#__PURE__*/_interopNamespace(Re);var U__namespace=/*#__PURE__*/_interopNamespace(U);var ke__namespace=/*#__PURE__*/_interopNamespace(ke);var sC__default=/*#__PURE__*/_interopDefault(sC);var bC__default=/*#__PURE__*/_interopDefault(bC);var vC__default=/*#__PURE__*/_interopDefault(vC);var hC__default=/*#__PURE__*/_interopDefault(hC);var xC__default=/*#__PURE__*/_interopDefault(xC);var yC__default=/*#__PURE__*/_interopDefault(yC);var GC__default=/*#__PURE__*/_interopDefault(GC);var XC__default=/*#__PURE__*/_interopDefault(XC);var yo__default=/*#__PURE__*/_interopDefault(yo);function o(...e){return tailwindMerge.twMerge(clsx.clsx(e))}var qx=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"}}),Zx={default:lucideReact.Info,success:lucideReact.CheckCircle2,warning:lucideReact.AlertTriangle,error:lucideReact.AlertCircle},Jx=K__namespace.forwardRef(({className:e,variant:t="solid",type:a="default",radius:r="md",icon:n,hideIcon:i=false,endContent:s,children:l,...d},m)=>{let p=Zx[a],c=!i,f=n!==void 0?n:p?jsxRuntime.jsx(p,{className:"h-4 w-4"}):null;return jsxRuntime.jsxs("div",{ref:m,role:"alert",className:o(qx({variant:t,type:a,radius:r}),s&&"flex items-center justify-between",e),...d,children:[jsxRuntime.jsxs("div",{className:"flex items-start gap-3",children:[c&&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})]})});Jx.displayName="Alert";var Qx=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("h5",{ref:a,className:o("mb-1 font-medium leading-none tracking-tight",e),...t}));Qx.displayName="AlertTitle";var ey=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,className:o("text-sm [&_p]:leading-relaxed",e),...t}));ey.displayName="AlertDescription";var ty=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"}}),ay={sm:"w-2 h-2",md:"w-2.5 h-2.5",lg:"w-3 h-3"},ry=K__namespace.forwardRef(({className:e,children:t,content:a,variant:r="solid",color:n="default",size:i="md",placement:s="top-right",isDot:l=false,...d},m)=>jsxRuntime.jsxs("div",{ref:m,className:o("relative inline-flex",e),...d,children:[t,jsxRuntime.jsx("span",{className:o(ty({variant:r,color:n,size:l?void 0:i,placement:s}),l&&ay[i||"md"],l&&"min-w-0 p-0"),children:!l&&a})]}));ry.displayName="Badge";var oy=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"}}),wo=K__namespace.forwardRef(({className:e,color:t,size:a,...r},n)=>jsxRuntime.jsx("span",{ref:n,className:o(oy({color:t,size:a}),e),...r}));wo.displayName="TextBadge";var Xt=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"}}),G=K__namespace.forwardRef(({className:e,variant:t,color:a,size:r,radius:n,asChild:i=false,href:s,loading:l=false,startContent:d,endContent:m,children:p,disabled:c,style:f,...u},v)=>{let R=c||l,h=t==="bordered"?{borderColor:"currentColor",...f}:f,w=l?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(lucideReact.Loader2,{className:"animate-spin"}),p]}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[d,p,m]});return i?jsxRuntime.jsx(reactSlot.Slot,{className:o(Xt({variant:t,color:a,size:r,radius:n,className:e})),ref:v,style:h,...u,children:w}):s?jsxRuntime.jsx("a",{href:s,className:o(Xt({variant:t,color:a,size:r,radius:n,className:e}),R&&"pointer-events-none opacity-50"),style:h,...u,children:w}):jsxRuntime.jsx("button",{className:o(Xt({variant:t,color:a,size:r,radius:n,className:e})),ref:v,disabled:R,style:h,...u,children:w})});G.displayName="Button";var bd=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"}}),vd=K__namespace.forwardRef(({className:e,radius:t,...a},r)=>jsxRuntime.jsx("div",{ref:r,className:o(bd({radius:t,className:e})),...a}));vd.displayName="Card";var hd=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,className:o("p-6 text-2xl font-semibold leading-none tracking-tight",e),...t}));hd.displayName="CardHeader";var xd=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,className:o("p-6 pt-0",e),...t}));xd.displayName="CardContent";var yd=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,className:o("flex items-center p-6 pt-0",e),...t}));yd.displayName="CardFooter";var Co=K__namespace.forwardRef(({className:e,checked:t,onFocus:a,onBlur:r,style:n,...i},s)=>{let[l,d]=K__namespace.useState(false);return jsxRuntime.jsx(Po__namespace.Root,{ref:s,checked:t,className:o("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 data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground data-[state=indeterminate]:bg-background data-[state=indeterminate]:text-foreground transition-colors",e),style:{...n,borderColor:l?"var(--color-foreground)":void 0},onFocus:m=>{d(true),a?.(m);},onBlur:m=>{d(false),r?.(m);},...i,children:jsxRuntime.jsx(Po__namespace.Indicator,{className:o("flex items-center justify-center text-current"),children:t==="indeterminate"?jsxRuntime.jsx(lucideReact.Minus,{className:"h-4 w-4"}):jsxRuntime.jsx(lucideReact.Check,{className:"h-4 w-4"})})})});Co.displayName=Po__namespace.Root.displayName;var rs=ne__namespace.Root,py=ne__namespace.Trigger,Rd=ne__namespace.Portal,fy=ne__namespace.Close,os=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(ne__namespace.Overlay,{ref:a,className:o("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),...t}));os.displayName=ne__namespace.Overlay.displayName;var hn=K__namespace.forwardRef(({className:e,children:t,...a},r)=>jsxRuntime.jsxs(Rd,{children:[jsxRuntime.jsx(os,{}),jsxRuntime.jsxs(ne__namespace.Content,{ref:r,className:o("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),...a,children:[t,jsxRuntime.jsxs(ne__namespace.Close,{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 data-[state=open]:bg-accent data-[state=open]:text-muted-foreground",children:[jsxRuntime.jsx(lucideReact.X,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Close"})]})]})]}));hn.displayName=ne__namespace.Content.displayName;var wd=({className:e,...t})=>jsxRuntime.jsx("div",{className:o("flex flex-col space-y-1.5 text-center sm:text-left",e),...t});wd.displayName="DialogHeader";var Nd=({className:e,...t})=>jsxRuntime.jsx("div",{className:o("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",e),...t});Nd.displayName="DialogFooter";var Pd=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(ne__namespace.Title,{ref:a,className:o("text-lg font-semibold leading-none tracking-tight",e),...t}));Pd.displayName=ne__namespace.Title.displayName;var Cd=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(ne__namespace.Description,{ref:a,className:o("text-sm text-muted-foreground",e),...t}));Cd.displayName=ne__namespace.Description.displayName;var by=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"}}),yn=K__namespace.forwardRef(({className:e,type:t,radius:a,onFocus:r,onBlur:n,style:i,...s},l)=>{let[d,m]=K__namespace.useState(false);return jsxRuntime.jsx("input",{type:t,className:o(by({radius:a,className:e})),ref:l,style:{...i,borderColor:d?"var(--color-foreground)":void 0},onFocus:p=>{m(true),r?.(p);},onBlur:p=>{m(false),n?.(p);},...s})});yn.displayName="Input";var xy=classVarianceAuthority.cva("text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70"),er=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(ns__namespace.Root,{ref:a,className:o(xy(),e),...t}));er.displayName=ns__namespace.Root.displayName;var Ta=K__namespace.forwardRef(({className:e,orientation:t="horizontal",decorative:a=true,text:r,...n},i)=>r&&t==="horizontal"?jsxRuntime.jsxs("div",{className:o("flex items-center gap-4",e),children:[jsxRuntime.jsx(To__namespace.Root,{decorative:a,orientation:t,className:"shrink-0 bg-border h-[1px] flex-1",...n}),jsxRuntime.jsx("span",{className:"text-sm text-muted-foreground",children:r}),jsxRuntime.jsx(To__namespace.Root,{decorative:a,orientation:t,className:"shrink-0 bg-border h-[1px] flex-1",...n})]}):jsxRuntime.jsx(To__namespace.Root,{ref:i,decorative:a,orientation:t,className:o("shrink-0 bg-border",t==="horizontal"?"h-[1px] w-full":"h-full w-[1px]",e),...n}));Ta.displayName=To__namespace.Root.displayName;var Dd=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(Mo__namespace.Root,{className:o("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 data-[state=checked]:bg-primary data-[state=unchecked]:bg-input",e),...t,ref:a,children:jsxRuntime.jsx(Mo__namespace.Thumb,{className:o("pointer-events-none block h-5 w-5 rounded-full bg-background shadow-lg ring-0 transition-transform data-[state=checked]:translate-x-5 data-[state=unchecked]:translate-x-0")})}));Dd.displayName=Mo__namespace.Root.displayName;var Ny=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"}}),Ld=K__namespace.forwardRef(({className:e,radius:t,onFocus:a,onBlur:r,style:n,...i},s)=>{let[l,d]=K__namespace.useState(false);return jsxRuntime.jsx("textarea",{className:o(Ny({radius:t,className:e})),ref:s,style:{...n,borderColor:l?"var(--color-foreground)":void 0},onFocus:m=>{d(true),a?.(m);},onBlur:m=>{d(false),r?.(m);},...i})});Ld.displayName="Textarea";var Id=classVarianceAuthority.cva("rounded-md bg-muted",{variants:{variant:{pulse:"animate-pulse",shimmer:"skeleton-shimmer",static:""}},defaultVariants:{variant:"pulse"}}),Nn=K__namespace.forwardRef(({className:e,variant:t,...a},r)=>jsxRuntime.jsx("div",{ref:r,className:o(Id({variant:t,className:e})),...a}));Nn.displayName="Skeleton";var My=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"}}),tr=K__namespace.forwardRef(({className:e,size:t,radius:a,...r},n)=>jsxRuntime.jsx(qt__namespace.Root,{ref:n,className:o(My({size:t,radius:a,className:e})),...r}));tr.displayName=qt__namespace.Root.displayName;var Ir=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(qt__namespace.Image,{ref:a,className:o("aspect-square h-full w-full",e),...t}));Ir.displayName=qt__namespace.Image.displayName;var ar=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(qt__namespace.Fallback,{ref:a,className:o("flex h-full w-full items-center justify-center bg-muted",e),...t}));ar.displayName=qt__namespace.Fallback.displayName;var rr=vt__namespace.Provider,or=vt__namespace.Root,nr=vt__namespace.Trigger,Ma=K__namespace.forwardRef(({className:e,sideOffset:t=4,...a},r)=>jsxRuntime.jsx(vt__namespace.Portal,{children:jsxRuntime.jsx(vt__namespace.Content,{ref:r,sideOffset:t,className:o("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 animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e),...a})}));Ma.displayName=vt__namespace.Content.displayName;var ss=J__namespace.Root,Ly=J__namespace.Group,ls=J__namespace.Value,Cn=K__namespace.forwardRef(({className:e,children:t,...a},r)=>jsxRuntime.jsxs(J__namespace.Trigger,{ref:r,className:o("flex h-10 w-full 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 [&>span]:line-clamp-1",e),...a,children:[t,jsxRuntime.jsx(J__namespace.Icon,{asChild:true,children:jsxRuntime.jsx(lucideReact.ChevronDown,{className:"h-4 w-4 opacity-50"})})]}));Cn.displayName=J__namespace.Trigger.displayName;var ds=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(J__namespace.ScrollUpButton,{ref:a,className:o("flex cursor-default items-center justify-center py-1",e),...t,children:jsxRuntime.jsx(lucideReact.ChevronUp,{className:"h-4 w-4"})}));ds.displayName=J__namespace.ScrollUpButton.displayName;var cs=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(J__namespace.ScrollDownButton,{ref:a,className:o("flex cursor-default items-center justify-center py-1",e),...t,children:jsxRuntime.jsx(lucideReact.ChevronDown,{className:"h-4 w-4"})}));cs.displayName=J__namespace.ScrollDownButton.displayName;var Sn=K__namespace.forwardRef(({className:e,children:t,position:a="popper",...r},n)=>jsxRuntime.jsx(J__namespace.Portal,{children:jsxRuntime.jsxs(J__namespace.Content,{ref:n,className:o("relative z-50 max-h-96 min-w-[8rem] overflow-hidden rounded-md border bg-popover text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",a==="popper"&&"data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",e),position:a,...r,children:[jsxRuntime.jsx(ds,{}),jsxRuntime.jsx(J__namespace.Viewport,{className:o("p-1",a==="popper"&&"h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)]"),children:t}),jsxRuntime.jsx(cs,{})]})}));Sn.displayName=J__namespace.Content.displayName;var zd=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(J__namespace.Label,{ref:a,className:o("py-1.5 pl-8 pr-2 text-sm font-semibold",e),...t}));zd.displayName=J__namespace.Label.displayName;var Tn=K__namespace.forwardRef(({className:e,children:t,...a},r)=>jsxRuntime.jsxs(J__namespace.Item,{ref:r,className:o("relative flex w-full 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",e),...a,children:[jsxRuntime.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:jsxRuntime.jsx(J__namespace.ItemIndicator,{children:jsxRuntime.jsx(lucideReact.Check,{className:"h-4 w-4"})})}),jsxRuntime.jsx(J__namespace.ItemText,{children:t})]}));Tn.displayName=J__namespace.Item.displayName;var Bd=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(J__namespace.Separator,{ref:a,className:o("-mx-1 my-1 h-px bg-muted",e),...t}));Bd.displayName=J__namespace.Separator.displayName;var ir=X__namespace.Root,sr=X__namespace.Trigger,Hy=X__namespace.Group,Ay=X__namespace.Portal,zy=X__namespace.Sub,By=X__namespace.RadioGroup,Fd=K__namespace.forwardRef(({className:e,inset:t,children:a,...r},n)=>jsxRuntime.jsxs(X__namespace.SubTrigger,{ref:n,className:o("flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm outline-none focus:bg-accent data-[state=open]:bg-accent [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",t&&"pl-8",e),...r,children:[a,jsxRuntime.jsx(lucideReact.ChevronRight,{className:"ml-auto"})]}));Fd.displayName=X__namespace.SubTrigger.displayName;var Od=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(X__namespace.SubContent,{ref:a,className:o("z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e),...t}));Od.displayName=X__namespace.SubContent.displayName;var Da=K__namespace.forwardRef(({className:e,sideOffset:t=4,...a},r)=>jsxRuntime.jsx(X__namespace.Portal,{children:jsxRuntime.jsx(X__namespace.Content,{ref:r,sideOffset:t,className:o("z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e),...a})}));Da.displayName=X__namespace.Content.displayName;var Dt=K__namespace.forwardRef(({className:e,inset:t,...a},r)=>jsxRuntime.jsx(X__namespace.Item,{ref:r,className:o("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-[disabled]:pointer-events-none data-[disabled]:opacity-50 [&>svg]:size-4 [&>svg]:shrink-0",t&&"pl-8",e),...a}));Dt.displayName=X__namespace.Item.displayName;var Gd=K__namespace.forwardRef(({className:e,children:t,checked:a,...r},n)=>jsxRuntime.jsxs(X__namespace.CheckboxItem,{ref:n,className:o("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-[disabled]:pointer-events-none data-[disabled]:opacity-50",e),checked:a,...r,children:[jsxRuntime.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:jsxRuntime.jsx(X__namespace.ItemIndicator,{children:jsxRuntime.jsx(lucideReact.Check,{className:"h-4 w-4"})})}),t]}));Gd.displayName=X__namespace.CheckboxItem.displayName;var Wd=K__namespace.forwardRef(({className:e,children:t,...a},r)=>jsxRuntime.jsxs(X__namespace.RadioItem,{ref:r,className:o("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-[disabled]:pointer-events-none data-[disabled]:opacity-50",e),...a,children:[jsxRuntime.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:jsxRuntime.jsx(X__namespace.ItemIndicator,{children:jsxRuntime.jsx(lucideReact.Circle,{className:"h-2 w-2 fill-current"})})}),t]}));Wd.displayName=X__namespace.RadioItem.displayName;var $d=K__namespace.forwardRef(({className:e,inset:t,...a},r)=>jsxRuntime.jsx(X__namespace.Label,{ref:r,className:o("px-2 py-1.5 text-sm font-semibold",t&&"pl-8",e),...a}));$d.displayName=X__namespace.Label.displayName;var Mn=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(X__namespace.Separator,{ref:a,className:o("-mx-1 my-1 h-px bg-muted",e),...t}));Mn.displayName=X__namespace.Separator.displayName;var _d=({className:e,...t})=>jsxRuntime.jsx("span",{className:o("ml-auto text-xs tracking-widest opacity-60",e),...t});_d.displayName="DropdownMenuShortcut";var Ne=ht__namespace.Root,Se=ht__namespace.Trigger,ps=ht__namespace.Anchor,xe=K__namespace.forwardRef(({className:e,align:t="center",sideOffset:a=4,...r},n)=>jsxRuntime.jsx(ht__namespace.Portal,{children:jsxRuntime.jsx(ht__namespace.Content,{ref:n,align:t,sideOffset:a,className:o("z-50 w-72 rounded-md border bg-popover p-4 text-popover-foreground shadow-md outline-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 origin-[--radix-popover-content-transform-origin]",e),...r})}));xe.displayName=ht__namespace.Content.displayName;var Ud=K__namespace.createContext({variant:"solid",radius:"md"}),jd=()=>K__namespace.useContext(Ud),Xd=K__namespace.forwardRef(({variant:e="solid",radius:t="md",...a},r)=>jsxRuntime.jsx(Ud.Provider,{value:{variant:e,radius:t},children:jsxRuntime.jsx(xt__namespace.Root,{ref:r,...a})}));Xd.displayName="Tabs";var fs={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"}},qd=K__namespace.forwardRef(({className:e,...t},a)=>{let{variant:r,radius:n}=jd(),i=K__namespace.useRef(null),[s,l]=K__namespace.useState({opacity:0});K__namespace.useEffect(()=>{let u=i.current;if(!u)return;let v=()=>{let h=u.querySelector('[data-state="active"]');if(h){let w=u.getBoundingClientRect(),b=h.getBoundingClientRect(),x=u.getAttribute("aria-orientation")==="vertical"||window.getComputedStyle(u).flexDirection==="column";r==="underline"?l(x?{width:2,height:b.height,transform:`translateY(${b.top-w.top}px)`,opacity:1}:{width:b.width,height:2,transform:`translateX(${b.left-w.left}px)`,opacity:1}):r==="solid"&&l(x?{width:b.width,height:b.height,transform:`translateY(${b.top-w.top}px)`,opacity:1}:{width:b.width,height:b.height,transform:`translateX(${b.left-w.left}px)`,opacity:1});}};v();let R=new MutationObserver(v);R.observe(u,{attributes:true,subtree:true,attributeFilter:["data-state"]});let g=new ResizeObserver(v);return g.observe(u),()=>{R.disconnect(),g.disconnect();}},[r]);let d={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"},m=()=>{let u=i.current;return u?u.getAttribute("aria-orientation")==="vertical"||window.getComputedStyle(u).flexDirection==="column":false},[p,c]=K__namespace.useState(false);K__namespace.useEffect(()=>{c(m());},[]);let f=()=>r==="solid"?p?"top-0 left-1 bg-background shadow":"top-1 left-1 bg-background shadow":r==="underline"?p?"top-0 left-0 bg-primary !rounded-full":"bottom-0 left-0 bg-primary !rounded-full":"";return jsxRuntime.jsxs(xt__namespace.List,{ref:u=>{if(i.current=u,typeof a=="function"?a(u):a&&(a.current=u),u){let v=u.getAttribute("aria-orientation")==="vertical"||window.getComputedStyle(u).flexDirection==="column";c(v);}},className:o("relative inline-flex h-9 items-center justify-center text-muted-foreground",fs[n].list,d[r],e),...t,children:[(r==="solid"||r==="underline")&&jsxRuntime.jsx("span",{className:o("absolute transition-all duration-200 ease-out",fs[n].indicator,f()),style:s,"aria-hidden":"true"}),t.children]})});qd.displayName=xt__namespace.List.displayName;var Zd=K__namespace.forwardRef(({className:e,...t},a)=>{let{variant:r,radius:n}=jd(),i={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(xt__namespace.Trigger,{ref:a,className:o("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",fs[n].trigger,i[r],e),...t})});Zd.displayName=xt__namespace.Trigger.displayName;var Jd=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(xt__namespace.Content,{ref:a,className:o("mt-2 ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 animate-in animate-out",e),...t}));Jd.displayName=xt__namespace.Content.displayName;var Lo=ne__namespace.Root,$y=ne__namespace.Trigger,_y=ne__namespace.Close,Qd=ne__namespace.Portal,bs=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(ne__namespace.Overlay,{className:o("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),...t,ref:a}));bs.displayName=ne__namespace.Overlay.displayName;var ec=classVarianceAuthority.cva("fixed z-50 gap-4 bg-background p-6 shadow-lg transition ease-in-out data-[state=closed]:duration-300 data-[state=open]:duration-500 data-[state=open]:animate-in data-[state=closed]:animate-out",{variants:{side:{top:"inset-x-0 top-0 border-b data-[state=closed]:slide-out-to-top data-[state=open]:slide-in-from-top",bottom:"inset-x-0 bottom-0 border-t data-[state=closed]:slide-out-to-bottom data-[state=open]:slide-in-from-bottom",left:"inset-y-0 left-0 h-full w-3/4 border-r data-[state=closed]:slide-out-to-left data-[state=open]:slide-in-from-left sm:max-w-sm",right:"inset-y-0 right-0 h-full w-3/4 border-l data-[state=closed]:slide-out-to-right data-[state=open]:slide-in-from-right sm:max-w-sm"}},defaultVariants:{side:"right"}}),Er=K__namespace.forwardRef(({side:e="right",className:t,children:a,hideCloseButton:r,...n},i)=>jsxRuntime.jsxs(Qd,{children:[jsxRuntime.jsx(bs,{}),jsxRuntime.jsxs(ne__namespace.Content,{ref:i,className:o(ec({side:e}),t),"aria-describedby":void 0,...n,children:[jsxRuntime.jsx(ig.VisuallyHidden,{asChild:true,children:jsxRuntime.jsx(ne__namespace.Title,{children:"Sheet"})}),!r&&jsxRuntime.jsxs(ne__namespace.Close,{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 data-[state=open]:bg-secondary",children:[jsxRuntime.jsx(lucideReact.X,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Close"})]}),a]})]}));Er.displayName=ne__namespace.Content.displayName;var tc=({className:e,...t})=>jsxRuntime.jsx("div",{className:o("flex flex-col space-y-2 text-center sm:text-left",e),...t});tc.displayName="SheetHeader";var ac=({className:e,...t})=>jsxRuntime.jsx("div",{className:o("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",e),...t});ac.displayName="SheetFooter";var rc=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(ne__namespace.Title,{ref:a,className:o("text-lg font-semibold text-foreground",e),...t}));rc.displayName=ne__namespace.Title.displayName;var oc=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(ne__namespace.Description,{ref:a,className:o("text-sm text-muted-foreground",e),...t}));oc.displayName=ne__namespace.Description.displayName;var Uy=({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 ze=K__namespace.forwardRef(({className:e,children:t,...a},r)=>jsxRuntime.jsxs(rt__namespace.Root,{ref:r,className:o("relative overflow-hidden group/scroll",e),...a,children:[jsxRuntime.jsx(rt__namespace.Viewport,{className:"h-full w-full rounded-[inherit]",children:t}),jsxRuntime.jsx(hs,{}),jsxRuntime.jsx(rt__namespace.Corner,{})]}));ze.displayName=rt__namespace.Root.displayName;var hs=K__namespace.forwardRef(({className:e,orientation:t="vertical",...a},r)=>jsxRuntime.jsx(rt__namespace.ScrollAreaScrollbar,{ref:r,orientation:t,className:o("flex touch-none select-none transition-colors",t==="vertical"&&"h-full w-2 border-l border-l-transparent p-[1px]",t==="horizontal"&&"h-2 flex-col border-t border-t-transparent p-[1px]",e),...a,children:jsxRuntime.jsx(rt__namespace.ScrollAreaThumb,{className:o("relative flex-1 rounded-full transition-colors","bg-transparent group-hover/scroll:bg-border hover:!bg-muted-foreground")})}));hs.displayName=rt__namespace.ScrollAreaScrollbar.displayName;var Qy=q__namespace.Root,e0=q__namespace.Trigger,t0=q__namespace.Group,a0=q__namespace.Portal,r0=q__namespace.Sub,o0=q__namespace.RadioGroup,nc=K__namespace.forwardRef(({className:e,inset:t,children:a,...r},n)=>jsxRuntime.jsxs(q__namespace.SubTrigger,{ref:n,className:o("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),...r,children:[a,jsxRuntime.jsx(lucideReact.ChevronRight,{className:"ml-auto h-4 w-4"})]}));nc.displayName=q__namespace.SubTrigger.displayName;var ic=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(q__namespace.SubContent,{ref:a,className:o("z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-lg data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 origin-[--radix-context-menu-content-transform-origin]",e),...t}));ic.displayName=q__namespace.SubContent.displayName;var sc=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(q__namespace.Portal,{children:jsxRuntime.jsx(q__namespace.Content,{ref:a,className:o("z-50 max-h-[--radix-context-menu-content-available-height] min-w-[8rem] overflow-y-auto overflow-x-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 origin-[--radix-context-menu-content-transform-origin]",e),...t})}));sc.displayName=q__namespace.Content.displayName;var lc=K__namespace.forwardRef(({className:e,inset:t,...a},r)=>jsxRuntime.jsx(q__namespace.Item,{ref:r,className:o("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",e),...a}));lc.displayName=q__namespace.Item.displayName;var dc=K__namespace.forwardRef(({className:e,children:t,checked:a,...r},n)=>jsxRuntime.jsxs(q__namespace.CheckboxItem,{ref:n,className:o("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",e),checked:a,...r,children:[jsxRuntime.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:jsxRuntime.jsx(q__namespace.ItemIndicator,{children:jsxRuntime.jsx(lucideReact.Check,{className:"h-4 w-4"})})}),t]}));dc.displayName=q__namespace.CheckboxItem.displayName;var cc=K__namespace.forwardRef(({className:e,children:t,...a},r)=>jsxRuntime.jsxs(q__namespace.RadioItem,{ref:r,className:o("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",e),...a,children:[jsxRuntime.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:jsxRuntime.jsx(q__namespace.ItemIndicator,{children:jsxRuntime.jsx(lucideReact.Circle,{className:"h-4 w-4 fill-current"})})}),t]}));cc.displayName=q__namespace.RadioItem.displayName;var mc=K__namespace.forwardRef(({className:e,inset:t,...a},r)=>jsxRuntime.jsx(q__namespace.Label,{ref:r,className:o("px-2 py-1.5 text-sm font-semibold text-foreground",t&&"pl-8",e),...a}));mc.displayName=q__namespace.Label.displayName;var uc=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(q__namespace.Separator,{ref:a,className:o("-mx-1 my-1 h-px bg-border",e),...t}));uc.displayName=q__namespace.Separator.displayName;var pc=({className:e,...t})=>jsxRuntime.jsx("span",{className:o("ml-auto text-xs tracking-widest text-muted-foreground",e),...t});pc.displayName="ContextMenuShortcut";var fc=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(La__namespace.Root,{className:o("grid gap-2",e),...t,ref:a}));fc.displayName=La__namespace.Root.displayName;var gc=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(La__namespace.Item,{ref:a,className:o("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",e),...t,children:jsxRuntime.jsx(La__namespace.Indicator,{className:"flex items-center justify-center",children:jsxRuntime.jsx(lucideReact.Circle,{className:"h-2.5 w-2.5 fill-current text-current"})})}));gc.displayName=La__namespace.Item.displayName;var Dn=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"}}),vc=K__namespace.forwardRef(({className:e,variant:t,size:a,...r},n)=>jsxRuntime.jsx(Rs__namespace.Root,{ref:n,className:o(Dn({variant:t,size:a,className:e})),...r}));vc.displayName=Rs__namespace.Root.displayName;var hc=K__namespace.createContext({size:"md",variant:"solid"}),xc=K__namespace.forwardRef(({className:e,variant:t,size:a,children:r,...n},i)=>jsxRuntime.jsx(Hr__namespace.Root,{ref:i,className:o("flex items-center justify-center gap-1",e),...n,children:jsxRuntime.jsx(hc.Provider,{value:{variant:t,size:a},children:r})}));xc.displayName=Hr__namespace.Root.displayName;var yc=K__namespace.forwardRef(({className:e,children:t,variant:a,size:r,...n},i)=>{let s=K__namespace.useContext(hc);return jsxRuntime.jsx(Hr__namespace.Item,{ref:i,className:o(Dn({variant:s.variant||a,size:s.size||r}),e),...n,children:t})});yc.displayName=Hr__namespace.Item.displayName;var Ln=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsxs(Qt__namespace.Root,{ref:a,className:o("relative flex w-full touch-none select-none items-center",e),...t,children:[jsxRuntime.jsx(Qt__namespace.Track,{className:"relative h-2 w-full grow overflow-hidden rounded-full bg-secondary",children:jsxRuntime.jsx(Qt__namespace.Range,{className:"absolute h-full bg-primary"})}),jsxRuntime.jsx(Qt__namespace.Thumb,{className:"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 disabled:pointer-events-none disabled:opacity-50"})]}));Ln.displayName=Qt__namespace.Root.displayName;var c0=`
2
2
  @keyframes accordion-down {
3
3
  from { height: 0; opacity: 0; }
4
4
  to { height: var(--radix-accordion-content-height); opacity: 1; }
@@ -13,7 +13,7 @@
13
13
  .accordion-content[data-state="closed"] {
14
14
  animation: accordion-up 0.2s ease-out;
15
15
  }
16
- `,Sc=false,S0=()=>{if(Sc||typeof document>"u")return;let e=document.createElement("style");e.textContent=C0,document.head.appendChild(e),Sc=true;},Tc=({className:e,...t})=>(K__namespace.useEffect(()=>{S0();},[]),jsxRuntime.jsx(Et__namespace.Root,{className:o("w-full",e),...t}));Tc.displayName="Accordion";var T0=Tc,Mc=K__namespace.forwardRef(({className:e,title:t,subtitle:a,startContent:r,children:n,...i},s)=>jsxRuntime.jsxs(Et__namespace.Item,{ref:s,className:o("border-b data-[disabled]:opacity-50",e),...i,children:[jsxRuntime.jsx(Et__namespace.Header,{className:"flex",children:jsxRuntime.jsxs(Et__namespace.Trigger,{className:"flex flex-1 items-center justify-between py-4 font-medium transition-all text-left cursor-pointer [&[data-state=open]>svg]:rotate-180 disabled:pointer-events-none disabled:opacity-50",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[r,jsxRuntime.jsxs("div",{className:"flex flex-col items-start",children:[jsxRuntime.jsx("span",{className:"text-sm font-medium",children:t}),a&&jsxRuntime.jsx("span",{className:"text-xs text-muted-foreground",children:a})]})]}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:"h-4 w-4 shrink-0 transition-transform duration-200"})]})}),jsxRuntime.jsx(Et__namespace.Content,{className:"accordion-content overflow-hidden text-sm",children:jsxRuntime.jsx("div",{className:"pb-4 pt-0",children:n})})]}));Mc.displayName="AccordionItem";var M0=`
16
+ `,wc=false,m0=()=>{if(wc||typeof document>"u")return;let e=document.createElement("style");e.textContent=c0,document.head.appendChild(e),wc=true;},Nc=({className:e,...t})=>(K__namespace.useEffect(()=>{m0();},[]),jsxRuntime.jsx(Vt__namespace.Root,{className:o("w-full",e),...t}));Nc.displayName="Accordion";var u0=Nc,Pc=K__namespace.forwardRef(({className:e,title:t,subtitle:a,startContent:r,children:n,...i},s)=>jsxRuntime.jsxs(Vt__namespace.Item,{ref:s,className:o("border-b data-[disabled]:opacity-50",e),...i,children:[jsxRuntime.jsx(Vt__namespace.Header,{className:"flex",children:jsxRuntime.jsxs(Vt__namespace.Trigger,{className:"flex flex-1 items-center justify-between py-4 font-medium transition-all text-left cursor-pointer [&[data-state=open]>svg]:rotate-180 disabled:pointer-events-none disabled:opacity-50",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[r,jsxRuntime.jsxs("div",{className:"flex flex-col items-start",children:[jsxRuntime.jsx("span",{className:"text-sm font-medium",children:t}),a&&jsxRuntime.jsx("span",{className:"text-xs text-muted-foreground",children:a})]})]}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:"h-4 w-4 shrink-0 transition-transform duration-200"})]})}),jsxRuntime.jsx(Vt__namespace.Content,{className:"accordion-content overflow-hidden text-sm",children:jsxRuntime.jsx("div",{className:"pb-4 pt-0",children:n})})]}));Pc.displayName="AccordionItem";var p0=`
17
17
  @keyframes collapsible-down {
18
18
  from { height: 0; opacity: 0; }
19
19
  to { height: var(--radix-collapsible-content-height); opacity: 1; }
@@ -28,7 +28,7 @@
28
28
  .collapsible-content[data-state="closed"] {
29
29
  animation: collapsible-up 0.2s ease-out;
30
30
  }
31
- `,kc=false,k0=()=>{if(kc||typeof document>"u")return;let e=document.createElement("style");e.textContent=M0,document.head.appendChild(e),kc=true;},Vc=K__namespace.forwardRef(({className:e,title:t,children:a,...r},n)=>(K__namespace.useEffect(()=>{k0();},[]),jsxRuntime.jsxs(ur__namespace.Root,{ref:n,className:o("space-y-2",e),...r,children:[t&&jsxRuntime.jsxs("div",{className:"flex items-center justify-between space-x-4 px-4",children:[jsxRuntime.jsx("h4",{className:"text-sm font-semibold",children:t}),jsxRuntime.jsx(ur__namespace.CollapsibleTrigger,{className:"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",children:jsxRuntime.jsx(lucideReact.ChevronsUpDown,{className:"h-4 w-4"})})]}),a]})));Vc.displayName="Collapsible";var Ic=K__namespace.forwardRef(({className:e,children:t,...a},r)=>jsxRuntime.jsx(ur__namespace.CollapsibleTrigger,{ref:r,className:o("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",e),...a,children:t??jsxRuntime.jsx(lucideReact.ChevronsUpDown,{className:"h-4 w-4"})}));Ic.displayName="CollapsibleTrigger";var Ec=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(ur__namespace.CollapsibleContent,{ref:a,className:o("collapsible-content overflow-hidden",e),...t}));Ec.displayName="CollapsibleContent";var D0=ue__namespace.Root,L0=ue__namespace.Trigger,Hc=ue__namespace.Portal,Ss=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(ue__namespace.Overlay,{className:o("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),...t,ref:a}));Ss.displayName=ue__namespace.Overlay.displayName;var Ac=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsxs(Hc,{children:[jsxRuntime.jsx(Ss,{}),jsxRuntime.jsx(ue__namespace.Content,{ref:a,className:o("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),...t})]}));Ac.displayName=ue__namespace.Content.displayName;var zc=({className:e,...t})=>jsxRuntime.jsx("div",{className:o("flex flex-col space-y-2 text-center sm:text-left",e),...t});zc.displayName="AlertDialogHeader";var Fc=({className:e,...t})=>jsxRuntime.jsx("div",{className:o("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",e),...t});Fc.displayName="AlertDialogFooter";var Bc=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(ue__namespace.Title,{ref:a,className:o("text-lg font-semibold",e),...t}));Bc.displayName=ue__namespace.Title.displayName;var Oc=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(ue__namespace.Description,{ref:a,className:o("text-sm text-muted-foreground",e),...t}));Oc.displayName=ue__namespace.Description.displayName;var Gc=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(ue__namespace.Action,{ref:a,className:o(ot(),e),...t}));Gc.displayName=ue__namespace.Action.displayName;var Wc=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(ue__namespace.Cancel,{ref:a,className:o(ot({variant:"bordered"}),"mt-2 sm:mt-0",e),...t}));Wc.displayName=ue__namespace.Cancel.displayName;var An=K__namespace.forwardRef(({className:e,value:t,...a},r)=>jsxRuntime.jsx(Ao__namespace.Root,{ref:r,className:o("relative h-4 w-full overflow-hidden rounded-full bg-secondary",e),...a,children:jsxRuntime.jsx(Ao__namespace.Indicator,{className:"h-full w-full flex-1 bg-primary transition-all",style:{transform:`translateX(-${100-(t||0)}%)`}})}));An.displayName=Ao__namespace.Root.displayName;var I0=fr__namespace.Root,E0=fr__namespace.Trigger,Yc=K__namespace.forwardRef(({className:e,align:t="center",sideOffset:a=4,...r},n)=>jsxRuntime.jsx(fr__namespace.Content,{ref:n,align:t,sideOffset:a,className:o("z-50 w-64 rounded-md border bg-popover p-4 text-popover-foreground shadow-md outline-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e),...r}));Yc.displayName=fr__namespace.Content.displayName;var Uc=K__namespace.forwardRef(({...e},t)=>jsxRuntime.jsx("nav",{ref:t,"aria-label":"breadcrumb",...e}));Uc.displayName="Breadcrumb";var jc=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("ol",{ref:a,className:o("flex flex-wrap items-center gap-1.5 break-words text-sm text-muted-foreground sm:gap-2.5",e),...t}));jc.displayName="BreadcrumbList";var Xc=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("li",{ref:a,className:o("inline-flex items-center gap-1.5",e),...t}));Xc.displayName="BreadcrumbItem";var qc=K__namespace.forwardRef(({asChild:e,className:t,...a},r)=>jsxRuntime.jsx(e?reactSlot.Slot:"a",{ref:r,className:o("transition-colors hover:text-foreground",t),...a}));qc.displayName="BreadcrumbLink";var Zc=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("span",{ref:a,role:"link","aria-disabled":"true","aria-current":"page",className:o("font-normal text-foreground",e),...t}));Zc.displayName="BreadcrumbPage";var Jc=({children:e,className:t,...a})=>jsxRuntime.jsx("li",{role:"presentation","aria-hidden":"true",className:o("[&>svg]:h-3.5 [&>svg]:w-3.5",t),...a,children:e??jsxRuntime.jsx(lucideReact.ChevronRight,{})});Jc.displayName="BreadcrumbSeparator";var Qc=({className:e,...t})=>jsxRuntime.jsxs("span",{role:"presentation","aria-hidden":"true",className:o("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"})]});Qc.displayName="BreadcrumbEllipsis";var O0=em__namespace.Root;var tm=K__namespace.forwardRef(({className:e,children:t,...a},r)=>jsxRuntime.jsxs(Re__namespace.Root,{ref:r,className:o("relative z-10 flex max-w-max flex-1 items-center justify-center",e),...a,children:[t,jsxRuntime.jsx(Ts,{})]}));tm.displayName=Re__namespace.Root.displayName;var am=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(Re__namespace.List,{ref:a,className:o("group flex flex-1 list-none items-center justify-center space-x-1",e),...t}));am.displayName=Re__namespace.List.displayName;var $0=Re__namespace.Item,rm=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"),om=K__namespace.forwardRef(({className:e,children:t,...a},r)=>jsxRuntime.jsxs(Re__namespace.Trigger,{ref:r,className:o(rm(),"group",e),...a,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"})]}));om.displayName=Re__namespace.Trigger.displayName;var nm=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(Re__namespace.Content,{ref:a,className:o("left-0 top-0 w-full data-[motion^=from-]:animate-in data-[motion^=to-]:animate-out data-[motion^=from-]:fade-in data-[motion^=to-]:fade-out data-[motion=from-end]:slide-in-from-right-52 data-[motion=from-start]:slide-in-from-left-52 data-[motion=to-end]:slide-out-to-right-52 data-[motion=to-start]:slide-out-to-left-52 md:absolute md:w-auto",e),...t}));nm.displayName=Re__namespace.Content.displayName;var _0=Re__namespace.Link,Ts=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{className:o("absolute left-0 top-full flex justify-center"),children:jsxRuntime.jsx(Re__namespace.Viewport,{className:o("origin-top-center relative mt-1.5 h-[var(--radix-navigation-menu-viewport-height)] 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(--radix-navigation-menu-viewport-width)]",e),ref:a,...t})}));Ts.displayName=Re__namespace.Viewport.displayName;var im=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(Re__namespace.Indicator,{ref:a,className:o("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"})}));im.displayName=Re__namespace.Indicator.displayName;var dm=({shouldScaleBackground:e=true,...t})=>jsxRuntime.jsx(vaul.Drawer.Root,{shouldScaleBackground:e,...t});dm.displayName="Drawer";var K0=vaul.Drawer.Trigger,cm=vaul.Drawer.Portal,Y0=vaul.Drawer.Close,Ms=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(vaul.Drawer.Overlay,{ref:a,className:o("fixed inset-0 z-50 bg-black/80",e),...t}));Ms.displayName=vaul.Drawer.Overlay.displayName;var mm=K__namespace.forwardRef(({className:e,children:t,...a},r)=>jsxRuntime.jsxs(cm,{children:[jsxRuntime.jsx(Ms,{}),jsxRuntime.jsxs(vaul.Drawer.Content,{ref:r,className:o("fixed inset-x-0 bottom-0 z-50 mt-24 flex h-auto flex-col rounded-t-[10px] border bg-background",e),...a,children:[jsxRuntime.jsx("div",{className:"mx-auto mt-4 h-2 w-[100px] rounded-full bg-muted"}),t]})]}));mm.displayName="DrawerContent";var um=({className:e,...t})=>jsxRuntime.jsx("div",{className:o("grid gap-1.5 p-4 text-center sm:text-left",e),...t});um.displayName="DrawerHeader";var pm=({className:e,...t})=>jsxRuntime.jsx("div",{className:o("mt-auto flex flex-col gap-2 p-4",e),...t});pm.displayName="DrawerFooter";var fm=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(vaul.Drawer.Title,{ref:a,className:o("text-lg font-semibold leading-none tracking-tight",e),...t}));fm.displayName=vaul.Drawer.Title.displayName;var gm=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(vaul.Drawer.Description,{ref:a,className:o("text-sm text-muted-foreground",e),...t}));gm.displayName=vaul.Drawer.Description.displayName;var bm=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{className:"relative w-full overflow-auto",children:jsxRuntime.jsx("table",{ref:a,className:o("w-full caption-bottom text-sm",e),...t})}));bm.displayName="Table";var vm=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("thead",{ref:a,className:o("[&_tr]:border-b",e),...t}));vm.displayName="TableHeader";var hm=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("tbody",{ref:a,className:o("[&_tr:last-child]:border-0",e),...t}));hm.displayName="TableBody";var xm=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("tfoot",{ref:a,className:o("border-t bg-muted/50 font-medium [&>tr]:last:border-b-0",e),...t}));xm.displayName="TableFooter";var ym=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("tr",{ref:a,className:o("border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted",e),...t}));ym.displayName="TableRow";var Rm=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("th",{ref:a,className:o("h-12 px-4 text-left align-middle font-medium text-muted-foreground [&:has([role=checkbox])]:pr-0",e),...t}));Rm.displayName="TableHead";var wm=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("td",{ref:a,className:o("p-4 align-middle [&:has([role=checkbox])]:pr-0",e),...t}));wm.displayName="TableCell";var Nm=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("caption",{ref:a,className:o("mt-4 text-sm text-muted-foreground",e),...t}));Nm.displayName="TableCaption";var Cm=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=K__namespace.forwardRef(({className:e,size:t,...a},r)=>jsxRuntime.jsx(lucideReact.Loader2,{ref:r,className:o(Cm({size:t,className:e})),...a}));Sm.displayName="Spinner";var ks=["January","February","March","April","May","June","July","August","September","October","November","December"];function aR({currentMonth:e,onMonthChange:t,startYear:a,endYear:r}){let[n,i]=K__namespace.useState(false),[s,l]=K__namespace.useState(false),d=K__namespace.useRef(null),m=K__namespace.useRef(null),u=dateFns.getMonth(e),c=dateFns.getYear(e);K__namespace.useEffect(()=>{function R(b){d.current&&!d.current.contains(b.target)&&i(false),m.current&&!m.current.contains(b.target)&&l(false);}return document.addEventListener("mousedown",R),()=>document.removeEventListener("mousedown",R)},[]);let f=R=>{let b=dateFns.setMonth(e,R);t(b),i(false);},p=R=>{let b=dateFns.setYear(e,R);t(b),l(false);},v=K__namespace.useMemo(()=>{let R=[];for(let b=r;b>=a;b--)R.push(b);return R},[a,r]);return jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsxs("div",{ref:d,className:"relative",children:[jsxRuntime.jsxs("button",{type:"button",onClick:()=>{i(!n),l(false);},className:o("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:ks[u]}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:o("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(je,{className:"h-[200px]",children:jsxRuntime.jsx("div",{className:"p-1",children:ks.map((R,b)=>jsxRuntime.jsx("button",{type:"button",onClick:()=>f(b),className:o("w-full text-left px-3 py-2 text-sm rounded-md","hover:bg-muted transition-colors cursor-pointer",u===b&&"bg-primary/10 text-primary font-medium"),children:R},R))})})})]}),jsxRuntime.jsxs("div",{ref:m,className:"relative",children:[jsxRuntime.jsxs("button",{type:"button",onClick:()=>{l(!s),i(false);},className:o("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:c}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:o("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(je,{className:"h-[200px]",children:jsxRuntime.jsx("div",{className:"p-1",children:v.map(R=>jsxRuntime.jsx("button",{type:"button",onClick:()=>p(R),className:o("w-full text-left px-3 py-2 text-sm rounded-md","hover:bg-muted transition-colors cursor-pointer",c===R&&"bg-primary/10 text-primary font-medium"),children:R},R))})})})]})]})}function rR(e,t,a){return function({calendarMonth:n}){let{goToMonth:i,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(aR,{currentMonth:n.date,onMonthChange:i,startYear:t,endYear:a}),jsxRuntime.jsxs("div",{className:"flex items-center gap-1",children:[jsxRuntime.jsx("button",{type:"button",disabled:!l,onClick:()=>l&&i(l),className:o("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&&i(s),className:o("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 d=ks[n.date.getMonth()],m=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:d}),jsxRuntime.jsx("span",{className:"text-sm font-medium w-[50px]",children:m})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-1",children:[jsxRuntime.jsx("button",{type:"button",disabled:!l,onClick:()=>l&&i(l),className:o("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&&i(s),className:o("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 $r({className:e,classNames:t,showOutsideDays:a=true,showMonthAndYearPickers:r=false,startYear:n=1900,endYear:i=new Date().getFullYear()+50,components:s,...l}){let d=K__namespace.useMemo(()=>rR(r,n,i),[r,n,i]);return jsxRuntime.jsx(reactDayPicker.DayPicker,{showOutsideDays:a,className:o("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:o("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:o("size-9 p-0 font-normal rounded-md text-sm","inline-flex items-center justify-center","hover:bg-accent hover:text-accent-foreground","focus:outline-none","transition-colors cursor-pointer"),range_start:"rounded-l-md",range_end:"rounded-r-md",selected:o("bg-primary text-primary-foreground rounded-md","hover:bg-primary/90","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:d},...l})}$r.displayName="Calendar";var Dm=({className:e,...t})=>jsxRuntime.jsx("nav",{role:"navigation","aria-label":"pagination",className:o("mx-auto flex w-full justify-center",e),...t});Dm.displayName="Pagination";var Lm=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("ul",{ref:a,className:o("flex flex-row items-center gap-1",e),...t}));Lm.displayName="PaginationContent";var Vm=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("li",{ref:a,className:o("",e),...t}));Vm.displayName="PaginationItem";var zn=({className:e,isActive:t,size:a="icon",...r})=>jsxRuntime.jsx("a",{"aria-current":t?"page":void 0,className:o(ot({variant:t?"bordered":"ghost",size:a}),e),...r});zn.displayName="PaginationLink";var Im=({className:e,...t})=>jsxRuntime.jsxs(zn,{"aria-label":"Go to previous page",size:"md",className:o("gap-1 pl-2.5",e),...t,children:[jsxRuntime.jsx(lucideReact.ChevronLeft,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{children:"Previous"})]});Im.displayName="PaginationPrevious";var Em=({className:e,...t})=>jsxRuntime.jsxs(zn,{"aria-label":"Go to next page",size:"md",className:o("gap-1 pr-2.5",e),...t,children:[jsxRuntime.jsx("span",{children:"Next"}),jsxRuntime.jsx(lucideReact.ChevronRight,{className:"h-4 w-4"})]});Em.displayName="PaginationNext";var Hm=({className:e,...t})=>jsxRuntime.jsxs("span",{"aria-hidden":true,className:o("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 Vs=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(cmdk.Command,{ref:a,className:o("flex h-full w-full flex-col overflow-hidden rounded-md bg-popover text-popover-foreground",e),...t}));Vs.displayName=cmdk.Command.displayName;var lR=({children:e,...t})=>jsxRuntime.jsx(ns,{...t,children:jsxRuntime.jsx(yn,{className:"overflow-hidden p-0 shadow-lg",children:jsxRuntime.jsx(Vs,{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})})}),Am=K__namespace.forwardRef(({className:e,...t},a)=>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:a,className:o("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})]}));Am.displayName=cmdk.Command.Input.displayName;var zm=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(cmdk.Command.List,{ref:a,className:o("max-h-[300px] overflow-y-auto overflow-x-hidden",e),...t}));zm.displayName=cmdk.Command.List.displayName;var Fm=K__namespace.forwardRef((e,t)=>jsxRuntime.jsx(cmdk.Command.Empty,{ref:t,className:"py-6 text-center text-sm",...e}));Fm.displayName=cmdk.Command.Empty.displayName;var Bm=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(cmdk.Command.Group,{ref:a,className:o("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}));Bm.displayName=cmdk.Command.Group.displayName;var Om=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(cmdk.Command.Separator,{ref:a,className:o("-mx-1 h-px bg-border",e),...t}));Om.displayName=cmdk.Command.Separator.displayName;var Gm=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(cmdk.Command.Item,{ref:a,className:o("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}));Gm.displayName=cmdk.Command.Item.displayName;var Wm=({className:e,...t})=>jsxRuntime.jsx("span",{className:o("ml-auto text-xs tracking-widest text-muted-foreground",e),...t});Wm.displayName="CommandShortcut";var $m=K__namespace.forwardRef(({className:e,showToggle:t=true,disabled:a,onFocus:r,onBlur:n,style:i,...s},l)=>{let[d,m]=K__namespace.useState(false),[u,c]=K__namespace.useState(false);return jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsx("input",{type:d?"text":"password",className:o("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:a,style:{...i,borderColor:u?"var(--color-foreground)":void 0},onFocus:f=>{c(true),r?.(f);},onBlur:f=>{c(false),n?.(f);},...s}),t&&jsxRuntime.jsx(W,{type:"button",variant:"ghost",size:"icon",className:"absolute right-0 top-0 h-10 w-10 px-3 hover:bg-transparent",onClick:()=>m(!d),disabled:a,tabIndex:-1,"aria-label":d?"Hide password":"Show password",children:d?jsxRuntime.jsx(lucideReact.EyeOff,{className:"h-4 w-4 text-muted-foreground"}):jsxRuntime.jsx(lucideReact.Eye,{className:"h-4 w-4 text-muted-foreground"})})]})});$m.displayName="PasswordInput";var _m=K__namespace.forwardRef(({className:e,showButtons:t=true,step:a=1,min:r,max:n,value:i,defaultValue:s,onChange:l,disabled:d,...m},u)=>{let[c,f]=K__namespace.useState(s),p=i!==void 0,v=p?i:c,R=y=>{y!==void 0&&(r!==void 0&&y<r&&(y=r),n!==void 0&&y>n&&(y=n)),p||f(y),l?.(y);},b=()=>{R((v??0)+a);},h=()=>{R((v??0)-a);},w=y=>{let P=y.target.value;if(P==="")R(void 0);else {let k=parseFloat(P);isNaN(k)||R(k);}},g=y=>{y.key==="ArrowUp"?(y.preventDefault(),b()):y.key==="ArrowDown"&&(y.preventDefault(),h());},x=r===void 0||(v??0)>r,S=n===void 0||(v??0)<n;return jsxRuntime.jsxs("div",{className:"relative flex items-center",children:[t&&jsxRuntime.jsx(W,{type:"button",variant:"bordered",size:"icon",className:"h-10 w-10 rounded-r-none border-r-0",onClick:h,disabled:d||!x,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:o("flex h-10 w-full bg-background px-3 py-2 text-sm text-center 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",t?"border-y border-input rounded-none":"border border-input rounded-md",e),ref:u,value:v??"",onChange:w,onKeyDown:g,disabled:d,...m}),t&&jsxRuntime.jsx(W,{type:"button",variant:"bordered",size:"icon",className:"h-10 w-10 rounded-l-none border-l-0",onClick:b,disabled:d||!S,tabIndex:-1,"aria-label":"Increase value",children:jsxRuntime.jsx(lucideReact.Plus,{className:"h-4 w-4"})})]})});_m.displayName="NumberInput";var Km=K__namespace.forwardRef(({options:e,value:t,defaultValue:a=[],onValueChange:r,placeholder:n="Select items...",searchPlaceholder:i="Search...",emptyText:s="No items found.",maxItems:l,showCount:d=false,disabled:m=false,className:u},c)=>{let[f,p]=K__namespace.useState(false),[v,R]=K__namespace.useState(""),[b,h]=K__namespace.useState(a),w=t!==void 0,g=w?t:b,x=N=>{w||h(N),r?.(N);},S=N=>{let C=g.includes(N)?g.filter(M=>M!==N):l&&g.length>=l?g:[...g,N];x(C);},y=N=>{x(g.filter(C=>C!==N));},P=()=>{x([]);},k=e.filter(N=>g.includes(N.value)),T=e.filter(N=>N.label.toLowerCase().includes(v.toLowerCase()));return jsxRuntime.jsxs(Ne,{open:f,onOpenChange:p,children:[jsxRuntime.jsx(Se,{asChild:true,children:jsxRuntime.jsxs(W,{ref:c,variant:"bordered",role:"combobox","aria-expanded":f,disabled:m,className:o("w-full justify-between h-auto min-h-10",g.length>0?"px-2 py-1.5":"px-3 py-2",u),children:[g.length===0?jsxRuntime.jsx("span",{className:"text-muted-foreground font-normal",children:n}):d?jsxRuntime.jsxs("span",{className:"font-normal",children:[g.length," selected"]}):jsxRuntime.jsx("div",{className:"flex flex-wrap gap-1",children:k.map(N=>jsxRuntime.jsxs(Co,{className:"mr-1",children:[N.label,jsxRuntime.jsx("button",{type:"button",className:"ml-1 rounded-full outline-none ring-offset-background focus:ring-2 focus:ring-ring focus:ring-offset-2",onKeyDown:C=>{C.key==="Enter"&&(C.preventDefault(),C.stopPropagation(),y(N.value));},onMouseDown:C=>{C.preventDefault(),C.stopPropagation();},onClick:C=>{C.preventDefault(),C.stopPropagation(),y(N.value);},children:jsxRuntime.jsx(lucideReact.X,{className:"h-3 w-3 text-muted-foreground hover:text-foreground"})})]},N.value))}),jsxRuntime.jsx(lucideReact.ChevronsUpDown,{className:"ml-2 h-4 w-4 shrink-0 opacity-50"})]})}),jsxRuntime.jsx(xe,{className:"w-[--radix-popover-trigger-width] p-0",align:"start",children:jsxRuntime.jsxs(cmdk.Command,{className:"overflow-hidden rounded-md",children:[jsxRuntime.jsxs("div",{className:"flex items-center border-b px-3",children:[jsxRuntime.jsx(cmdk.Command.Input,{value:v,onValueChange:R,placeholder:i,className:"flex h-10 w-full rounded-md bg-transparent py-3 text-sm outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50"}),g.length>0&&jsxRuntime.jsx("button",{type:"button",onClick:P,className:"ml-2 text-xs text-muted-foreground hover:text-foreground",children:"Clear"})]}),jsxRuntime.jsxs(cmdk.Command.List,{className:"max-h-[200px] overflow-y-auto p-1",children:[T.length===0&&jsxRuntime.jsx("div",{className:"py-6 text-center text-sm text-muted-foreground",children:s}),T.map(N=>{let C=g.includes(N.value),M=N.disabled||!C&&l!==void 0&&g.length>=l;return jsxRuntime.jsxs(cmdk.Command.Item,{value:N.value,disabled:M,onSelect:()=>S(N.value),className:o("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("div",{className:o("mr-2 flex h-4 w-4 items-center justify-center rounded-sm border border-primary",C?"bg-primary text-primary-foreground":"opacity-50 [&_svg]:invisible"),children:jsxRuntime.jsx(lucideReact.Check,{className:"h-3 w-3"})}),N.label]},N.value)})]})]})})]})});Km.displayName="MultiSelect";var Ym=K__namespace.forwardRef(({options:e,value:t,defaultValue:a="",onValueChange:r,placeholder:n="Select...",searchPlaceholder:i="Search...",emptyText:s="No results found.",disabled:l=false,clearable:d=false,className:m},u)=>{let[c,f]=K__namespace.useState(false),[p,v]=K__namespace.useState(""),[R,b]=K__namespace.useState(a),h=t!==void 0,w=h?t:R,g=P=>{h||b(P),r?.(P);},x=P=>{g(d&&w===P?"":P),f(false),v("");},S=e.find(P=>P.value===w),y=e.filter(P=>P.label.toLowerCase().includes(p.toLowerCase()));return jsxRuntime.jsxs(Ne,{open:c,onOpenChange:f,children:[jsxRuntime.jsx(Se,{asChild:true,children:jsxRuntime.jsxs(W,{ref:u,variant:"bordered",role:"combobox","aria-expanded":c,disabled:l,className:o("w-full justify-between font-normal",!w&&"text-muted-foreground",m),children:[S?S.label:n,jsxRuntime.jsx(lucideReact.ChevronsUpDown,{className:"ml-2 h-4 w-4 shrink-0 opacity-50"})]})}),jsxRuntime.jsx(xe,{className:"w-[--radix-popover-trigger-width] p-0",align:"start",children:jsxRuntime.jsxs(cmdk.Command,{className:"overflow-hidden rounded-md",children:[jsxRuntime.jsx("div",{className:"flex items-center border-b px-3",children:jsxRuntime.jsx(cmdk.Command.Input,{value:p,onValueChange:v,placeholder:i,className:"flex h-10 w-full rounded-md bg-transparent py-3 text-sm outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50"})}),jsxRuntime.jsxs(cmdk.Command.List,{className:"max-h-[200px] overflow-y-auto p-1",children:[y.length===0&&jsxRuntime.jsx("div",{className:"py-6 text-center text-sm text-muted-foreground",children:s}),y.map(P=>jsxRuntime.jsxs(cmdk.Command.Item,{value:P.value,disabled:P.disabled,onSelect:()=>x(P.value),className:o("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:o("mr-2 h-4 w-4",w===P.value?"opacity-100":"opacity-0")}),P.label]},P.value))]})]})})]})});Ym.displayName="Combobox";var jm=K__namespace.forwardRef(({value:e,defaultValue:t,onValueChange:a,placeholder:r="Pick a date",dateFormat:n="PPP",disabled:i=false,minDate:s,maxDate:l,className:d},m)=>{let[u,c]=K__namespace.useState(false),[f,p]=K__namespace.useState(t),v=e!==void 0,R=v?e:f,b=h=>{v||p(h),a?.(h),c(false);};return jsxRuntime.jsxs(Ne,{open:u,onOpenChange:c,children:[jsxRuntime.jsx(Se,{asChild:true,children:jsxRuntime.jsxs(W,{ref:m,variant:"bordered",disabled:i,className:o("w-full justify-start text-left font-normal",!R&&"text-muted-foreground",d),children:[jsxRuntime.jsx(lucideReact.Calendar,{className:"mr-2 h-4 w-4"}),R?dateFns.format(R,n):r]})}),jsxRuntime.jsx(xe,{className:"w-auto p-0",align:"start",children:jsxRuntime.jsx($r,{mode:"single",selected:R,onSelect:b,disabled:h=>!!(s&&h<s||l&&h>l),initialFocus:true})})]})});jm.displayName="DatePicker";var Jm=classVarianceAuthority.cva("flex -space-x-2",{variants:{size:{sm:"-space-x-2",md:"-space-x-2.5",lg:"-space-x-3"}},defaultVariants:{size:"md"}}),Xm=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"}}),Qm=K__namespace.forwardRef(({className:e,items:t,max:a=5,size:r,showTooltips:n=false,...i},s)=>{let l=t.slice(0,a),d=t.length-a,m=(c,f)=>{let p=jsxRuntime.jsxs(rr,{className:o(Xm({size:r})),children:[c.src&&jsxRuntime.jsx(zr,{src:c.src,alt:c.alt||""}),jsxRuntime.jsx(or,{className:"text-xs",children:c.fallback||c.alt?.charAt(0)?.toUpperCase()||"?"})]},f);return n&&c.alt?jsxRuntime.jsxs(ir,{children:[jsxRuntime.jsx(sr,{asChild:true,children:p}),jsxRuntime.jsx(ka,{className:"bg-zinc-100 text-zinc-900 dark:bg-zinc-900 dark:text-zinc-100",children:c.alt})]},f):p},u=jsxRuntime.jsxs("div",{ref:s,className:o(Jm({size:r,className:e})),...i,children:[l.map((c,f)=>m(c,f)),d>0&&jsxRuntime.jsx(rr,{className:o(Xm({size:r})),children:jsxRuntime.jsxs(or,{className:"bg-muted text-muted-foreground",children:["+",d]})})]});return n?jsxRuntime.jsx(nr,{delayDuration:300,children:u}):u});Qm.displayName="AvatarGroup";var eu=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"}}),tu=K__namespace.forwardRef(({className:e,value:t,defaultValue:a=0,onValueChange:r,max:n=5,size:i,icon:s="star",allowHalf:l=false,readOnly:d=false,disabled:m=false,filledColor:u,emptyColor:c,...f},p)=>{let[v,R]=K__namespace.useState(a),[b,h]=K__namespace.useState(null),w=t!==void 0,g=w?t:v,x=b!==null?b:g,S=L=>{d||m||(w||R(L),r?.(L));},y=(L,E=false)=>{let V=l&&E?L+.5:L+1;S(V);},P=(L,E)=>{if(d||m)return;let V=L.currentTarget.getBoundingClientRect(),D=l&&L.clientX<V.left+V.width/2;h(D?E+.5:E+1);},k=()=>{h(null);},T=s==="heart"?lucideReact.Heart:lucideReact.Star,N=L=>x>=L+1?"full":x>=L+.5?"half":"empty",C=u?{color:u,fill:u}:{},M=c?{color:c}:{};return jsxRuntime.jsx("div",{ref:p,className:o(eu({size:i,className:e}),m&&"opacity-50 cursor-not-allowed"),onMouseLeave:k,role:"radiogroup","aria-label":"Rating",...f,children:Array.from({length:n},(L,E)=>{let V=N(E);return jsxRuntime.jsxs("button",{type:"button",className:o("relative focus:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 rounded-sm",!d&&!m&&"cursor-pointer hover:scale-110 transition-transform"),onClick:D=>{let I=D.currentTarget.getBoundingClientRect(),z=l&&D.clientX<I.left+I.width/2;y(E,z);},onMouseMove:D=>P(D,E),disabled:m||d,"aria-label":`Rate ${E+1} out of ${n}`,role:"radio","aria-checked":g===E+1,children:[jsxRuntime.jsx(T,{className:o("text-muted-foreground/30",V!=="empty"&&"absolute inset-0"),style:V==="empty"?M:void 0}),V!=="empty"&&jsxRuntime.jsx(T,{className:o("text-yellow-500 fill-yellow-500",s==="heart"&&"text-red-500 fill-red-500",V==="half"&&"clip-path-half"),style:{...C,clipPath:V==="half"?"inset(0 50% 0 0)":void 0}})]},E)})})});tu.displayName="Rating";var kR="16rem",DR="18rem",LR="3rem",VR="b",Hs=K__namespace.createContext(null);function _n(){let e=K__namespace.useContext(Hs);if(!e)throw new Error("useSidebar must be used within a SidebarProvider.");return e}function As(){return K__namespace.useContext(Hs)}var ru=K__namespace.forwardRef(({defaultOpen:e=true,open:t,onOpenChange:a,className:r,style:n,children:i,...s},l)=>{let[d,m]=K__namespace.useState(false),[u,c]=K__namespace.useState(false),[f,p]=K__namespace.useState(e),v=t??f,R=K__namespace.useCallback(g=>{let x=typeof g=="function"?g(v):g;a?a(x):p(x);},[a,v]);K__namespace.useEffect(()=>{let g=()=>{m(window.innerWidth<768);};return g(),window.addEventListener("resize",g),()=>window.removeEventListener("resize",g)},[]);let b=K__namespace.useCallback(()=>d?c(g=>!g):R(g=>!g),[d,R,c]);K__namespace.useEffect(()=>{let g=x=>{x.key===VR&&(x.metaKey||x.ctrlKey)&&(x.preventDefault(),b());};return window.addEventListener("keydown",g),()=>window.removeEventListener("keydown",g)},[b]);let h=v?"expanded":"collapsed",w=K__namespace.useMemo(()=>({state:h,open:v,setOpen:R,isMobile:d,openMobile:u,setOpenMobile:c,toggleSidebar:b}),[h,v,R,d,u,c,b]);return jsxRuntime.jsx(Hs.Provider,{value:w,children:jsxRuntime.jsx(nr,{delayDuration:0,children:jsxRuntime.jsx("div",{ref:l,style:{"--sidebar-width":kR,"--sidebar-width-icon":LR,...n},className:o("group/sidebar-wrapper flex min-h-svh w-full has-[[data-variant=inset]]:bg-sidebar",r),...s,children:i})})})});ru.displayName="SidebarProvider";var ou=K__namespace.forwardRef(({side:e="left",variant:t="sidebar",collapsible:a="offcanvas",embedded:r=false,resizable:n=false,minWidth:i=200,maxWidth:s=480,defaultWidth:l=256,onWidthChange:d,className:m,children:u,...c},f)=>{let[p,v]=K__namespace.useState(l),[R,b]=K__namespace.useState(false),h=K__namespace.useRef(null),w=K__namespace.useCallback(P=>{P.preventDefault(),b(true);},[]);if(K__namespace.useEffect(()=>{if(!R)return;let P=T=>{if(!h.current)return;let N=h.current.getBoundingClientRect(),C;e==="left"?C=T.clientX-N.left:C=N.right-T.clientX,C=Math.max(i,Math.min(s,C)),v(C),d?.(C);},k=()=>{b(false);};return document.addEventListener("mousemove",P),document.addEventListener("mouseup",k),()=>{document.removeEventListener("mousemove",P),document.removeEventListener("mouseup",k);}},[R,e,i,s,d]),a==="none"){if(n){let P={width:`${p}px`,minWidth:`${i}px`,maxWidth:`${s}px`};return jsxRuntime.jsxs("div",{ref:k=>{typeof f=="function"?f(k):f&&(f.current=k),h.current=k;},className:o("relative text-sidebar-foreground h-full min-h-0",R&&"select-none"),"data-sidebar":"sidebar-wrapper","data-resizing":R,children:[jsxRuntime.jsx("div",{className:o("flex h-full min-h-0 flex-col bg-sidebar overflow-hidden",!R&&"transition-all duration-200 ease-in-out",e==="left"&&"border-r-0",e==="right"&&"border-l-0",m),style:P,...c,children:u}),jsxRuntime.jsx("div",{onMouseDown:w,className:o("absolute top-0 bottom-0 z-20 w-1 cursor-ew-resize",e==="left"?"right-0":"left-0"),"data-sidebar":"resize-handle",children:jsxRuntime.jsx("div",{className:o("absolute top-0 bottom-0 w-px transition-colors",e==="left"?"right-0":"left-0","bg-sidebar-border")})})]})}return jsxRuntime.jsx("div",{ref:f,className:o("flex h-full w-[--sidebar-width] flex-col bg-sidebar text-sidebar-foreground",m),style:{"--sidebar-width":"16rem"},...c,children:u})}let{isMobile:g,state:x,openMobile:S,setOpenMobile:y}=_n();if(g&&!r)return jsxRuntime.jsx(Eo,{open:S,onOpenChange:y,children:jsxRuntime.jsx(Fr,{"data-sidebar":"sidebar","data-mobile":"true",className:"w-[--sidebar-width] bg-sidebar p-0 text-sidebar-foreground [&>button]:hidden",style:{"--sidebar-width":DR},side:e,children:jsxRuntime.jsx("div",{className:"flex h-full w-full flex-col",children:u})})});if(r){let P=x==="collapsed",k=a==="offcanvas",T=a==="icon",N=n&&!P&&!T?{width:`${p}px`,minWidth:`${i}px`,maxWidth:`${s}px`}:void 0;return jsxRuntime.jsxs("div",{ref:C=>{typeof f=="function"?f(C):f&&(f.current=C),h.current=C;},className:o("group peer text-sidebar-foreground relative",R&&"select-none"),"data-state":x,"data-collapsible":P?a:"","data-variant":t,"data-side":e,"data-embedded":"true","data-resizing":R,children:[jsxRuntime.jsx("div",{className:o("flex h-full flex-col overflow-hidden",!R&&"transition-[width,opacity] duration-200 ease-out",!n&&(k?P?"w-0 opacity-0":"w-[--sidebar-width] opacity-100":T&&P?"w-[--sidebar-width-icon]":"w-[--sidebar-width]"),n&&k&&P&&"w-0 opacity-0",n&&T&&P&&"w-[--sidebar-width-icon]",m),style:N,...c,children:jsxRuntime.jsx("div",{"data-sidebar":"sidebar",className:o("flex h-full w-full flex-col bg-sidebar transition-opacity duration-200",t==="floating"&&"overflow-hidden rounded-lg border border-sidebar-border shadow-sm",t==="inset"&&"overflow-hidden rounded-lg border border-sidebar-border",t==="sidebar"&&e==="left"&&!n&&"border-r",t==="sidebar"&&e==="right"&&!n&&"border-l"),children:u})}),n&&!P&&jsxRuntime.jsx("div",{onMouseDown:w,className:o("absolute top-0 bottom-0 z-20 w-1 cursor-ew-resize",e==="left"?"right-0":"left-0"),"data-sidebar":"resize-handle",children:jsxRuntime.jsx("div",{className:o("absolute top-0 bottom-0 w-px transition-colors",e==="left"?"right-0":"left-0","bg-sidebar-border")})})]})}return jsxRuntime.jsxs("div",{ref:f,className:"group peer hidden md:block text-sidebar-foreground","data-state":x,"data-collapsible":x==="collapsed"?a:"","data-variant":t,"data-side":e,children:[jsxRuntime.jsx("div",{className:o("duration-200 relative h-svh w-[--sidebar-width] bg-transparent transition-[width] ease-linear","group-data-[collapsible=offcanvas]:w-0","group-data-[side=right]:rotate-180",t==="floating"||t==="inset"?"group-data-[collapsible=icon]:w-[calc(var(--sidebar-width-icon)_+_theme(spacing.4))]":"group-data-[collapsible=icon]:w-[--sidebar-width-icon]")}),jsxRuntime.jsx("div",{className:o("duration-200 fixed inset-y-0 z-10 hidden h-svh w-[--sidebar-width] transition-[left,right,width] ease-linear md:flex",e==="left"?"left-0 group-data-[collapsible=offcanvas]:left-[calc(var(--sidebar-width)*-1)]":"right-0 group-data-[collapsible=offcanvas]:right-[calc(var(--sidebar-width)*-1)]",t==="floating"||t==="inset"?"p-2 group-data-[collapsible=icon]:w-[calc(var(--sidebar-width-icon)_+_theme(spacing.4)_+2px)]":"group-data-[collapsible=icon]:w-[--sidebar-width-icon] group-data-[side=left]:border-r group-data-[side=right]:border-l",m),...c,children:jsxRuntime.jsx("div",{"data-sidebar":"sidebar",className:o("flex h-full w-full flex-col bg-sidebar",t==="floating"&&"overflow-hidden rounded-lg border border-sidebar-border shadow-sm",t==="inset"&&"overflow-hidden rounded-lg border border-sidebar-border"),children:u})})]})});ou.displayName="Sidebar";var nu=K__namespace.forwardRef(({className:e,onClick:t,...a},r)=>{let{toggleSidebar:n}=_n();return jsxRuntime.jsxs("button",{ref:r,type:"button","data-sidebar":"trigger",className:o("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",e),onClick:i=>{t?.(i),n();},...a,children:[jsxRuntime.jsx(lucideReact.PanelLeft,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Toggle Sidebar"})]})});nu.displayName="SidebarTrigger";var iu=K__namespace.forwardRef(({className:e,onClick:t,showLabel:a=true,...r},n)=>{let i=As();if(!i)return null;let{toggleSidebar:s,state:l}=i,d=l==="collapsed";return jsxRuntime.jsxs("button",{ref:n,type:"button","data-sidebar":"toggle","data-state":l,className:o("flex items-center gap-2 w-full px-2 py-2 rounded-md text-sm text-sidebar-foreground/70","hover:bg-sidebar-accent hover:text-sidebar-accent-foreground","transition-colors cursor-pointer","group-data-[collapsible=icon]:justify-center group-data-[collapsible=icon]:px-0",e),onClick:m=>{t?.(m),s();},...r,children:[d?jsxRuntime.jsx(lucideReact.PanelLeftOpen,{className:"h-4 w-4 shrink-0"}):jsxRuntime.jsx(lucideReact.PanelLeftClose,{className:"h-4 w-4 shrink-0"}),a&&jsxRuntime.jsx("span",{className:"group-data-[collapsible=icon]:hidden truncate",children:d?"Expand":"Collapse"})]})});iu.displayName="SidebarToggle";var su=K__namespace.forwardRef(({className:e,onClick:t,expandedLabel:a="Collapse",collapsedLabel:r="Expand",...n},i)=>{let s=As();if(!s)return null;let{toggleSidebar:l,state:d}=s,m=d==="collapsed";return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("button",{ref:i,type:"button","data-sidebar":"toggle","data-state":d,className:o("flex items-center gap-2 w-full px-2 py-2 rounded-md text-sm text-sidebar-foreground/70","hover:bg-sidebar-accent hover:text-sidebar-accent-foreground","transition-colors cursor-pointer","group-data-[collapsible=icon]:justify-center group-data-[collapsible=icon]:px-0","group-data-[collapsible=offcanvas]:group-data-[state=collapsed]:hidden",e),onClick:u=>{t?.(u),l();},...n,children:[m?jsxRuntime.jsx(lucideReact.PanelLeftOpen,{className:"h-4 w-4 shrink-0"}):jsxRuntime.jsx(lucideReact.PanelLeftClose,{className:"h-4 w-4 shrink-0"}),jsxRuntime.jsx("span",{className:"group-data-[collapsible=icon]:hidden truncate",children:m?r:a})]}),jsxRuntime.jsxs("button",{type:"button","data-sidebar":"floating-toggle","data-state":d,className:o("fixed left-3 bottom-4 z-50 flex items-center justify-center h-10 w-10 rounded-lg","bg-sidebar border border-sidebar-border shadow-md","text-sidebar-foreground hover:bg-sidebar-accent hover:text-sidebar-accent-foreground","transition-all duration-200 cursor-pointer","opacity-0 pointer-events-none scale-90","group-data-[collapsible=offcanvas]:group-data-[state=collapsed]:opacity-100","group-data-[collapsible=offcanvas]:group-data-[state=collapsed]:pointer-events-auto","group-data-[collapsible=offcanvas]:group-data-[state=collapsed]:scale-100"),onClick:u=>{t?.(u),l();},children:[jsxRuntime.jsx(lucideReact.PanelLeftOpen,{className:"h-5 w-5"}),jsxRuntime.jsx("span",{className:"sr-only",children:r})]})]})});su.displayName="SidebarPersistentToggle";var lu=K__namespace.forwardRef(({className:e,...t},a)=>{let{toggleSidebar:r}=_n();return jsxRuntime.jsx("button",{ref:a,"data-sidebar":"rail","aria-label":"Toggle Sidebar",tabIndex:-1,onClick:r,title:"Toggle Sidebar",className:o("absolute inset-y-0 z-20 hidden w-4 -translate-x-1/2 transition-all ease-linear after:absolute after:inset-y-0 after:left-1/2 after:w-[2px] hover:after:bg-sidebar-border group-data-[side=left]:-right-4 group-data-[side=right]:left-0 sm:flex","[[data-side=left]_&]:cursor-w-resize [[data-side=right]_&]:cursor-e-resize","[[data-side=left][data-state=collapsed]_&]:cursor-e-resize [[data-side=right][data-state=collapsed]_&]:cursor-w-resize","group-data-[collapsible=offcanvas]:translate-x-0 group-data-[collapsible=offcanvas]:after:left-full group-data-[collapsible=offcanvas]:hover:bg-sidebar","[[data-side=left][data-collapsible=offcanvas]_&]:-right-2","[[data-side=right][data-collapsible=offcanvas]_&]:-left-2",e),...t})});lu.displayName="SidebarRail";var du=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("main",{ref:a,className:o("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}));du.displayName="SidebarInset";var cu=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,"data-sidebar":"header",className:o("flex flex-col gap-2 p-2",e),...t}));cu.displayName="SidebarHeader";var mu=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,"data-sidebar":"footer",className:o("flex flex-col gap-2 p-2",e),...t}));mu.displayName="SidebarFooter";var uu=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,"data-sidebar":"separator",className:o("mx-2 h-px w-auto bg-sidebar-border",e),...t}));uu.displayName="SidebarSeparator";var pu=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,"data-sidebar":"content",className:o("flex min-h-0 flex-1 flex-col gap-2 overflow-auto group-data-[collapsible=icon]:overflow-hidden",e),...t}));pu.displayName="SidebarContent";var fu=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,"data-sidebar":"group",className:o("relative flex w-full min-w-0 flex-col p-2",e),...t}));fu.displayName="SidebarGroup";var gu=K__namespace.forwardRef(({className:e,asChild:t=false,...a},r)=>jsxRuntime.jsx(t?reactSlot.Slot:"div",{ref:r,"data-sidebar":"group-label",className:o("duration-200 flex h-8 shrink-0 items-center rounded-md px-2 text-xs font-medium text-sidebar-foreground/70 outline-none ring-sidebar-ring transition-[margin,opa] ease-linear focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0","group-data-[collapsible=icon]:-mt-8 group-data-[collapsible=icon]:opacity-0",e),...a}));gu.displayName="SidebarGroupLabel";var bu=K__namespace.forwardRef(({className:e,asChild:t=false,...a},r)=>jsxRuntime.jsx(t?reactSlot.Slot:"button",{ref:r,"data-sidebar":"group-action",className:o("absolute right-3 top-3.5 flex aspect-square w-5 items-center justify-center rounded-md p-0 text-sidebar-foreground outline-none ring-sidebar-ring transition-transform hover:bg-sidebar-accent hover:text-sidebar-accent-foreground focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0","after:absolute after:-inset-2 after:md:hidden","group-data-[collapsible=icon]:hidden",e),...a}));bu.displayName="SidebarGroupAction";var vu=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,"data-sidebar":"group-content",className:o("w-full text-sm",e),...t}));vu.displayName="SidebarGroupContent";var hu=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("ul",{ref:a,"data-sidebar":"menu",className:o("flex w-full min-w-0 flex-col gap-1",e),...t}));hu.displayName="SidebarMenu";var xu=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("li",{ref:a,"data-sidebar":"menu-item",className:o("group/menu-item relative",e),...t}));xu.displayName="SidebarMenuItem";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-sidebar-ring transition-[width,height,padding] hover:bg-sidebar-accent hover:text-sidebar-accent-foreground focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-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:{solid:"hover:bg-sidebar-accent hover:text-sidebar-accent-foreground",outline:"bg-background shadow-[0_0_0_1px_hsl(var(--sidebar-border))] hover:bg-sidebar-accent hover:text-sidebar-accent-foreground hover:shadow-[0_0_0_1px_hsl(var(--sidebar-accent))]",ghost:"hover:bg-sidebar-accent/50 hover:text-sidebar-accent-foreground",soft:"hover:bg-primary/10 hover:text-primary",surface:"bg-sidebar-accent/30 hover:bg-sidebar-accent hover:text-sidebar-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:"solid",size:"md"}}),Ru=K__namespace.forwardRef(({asChild:e=false,isActive:t=false,variant:a="solid",size:r="md",tooltip:n,className:i,...s},l)=>{let d=e?reactSlot.Slot:"button",m=As(),u=m?.isMobile??false,c=m?.state??"expanded",f=jsxRuntime.jsx(d,{ref:l,"data-sidebar":"menu-button","data-size":r,"data-active":t,className:o(yu({variant:a,size:r}),i),...s});return n?(typeof n=="string"&&(n={children:n}),jsxRuntime.jsxs(ir,{children:[jsxRuntime.jsx(sr,{asChild:true,children:f}),jsxRuntime.jsx(ka,{side:"right",align:"center",hidden:c!=="collapsed"||u,...n})]})):f});Ru.displayName="SidebarMenuButton";var wu=K__namespace.forwardRef(({className:e,asChild:t=false,showOnHover:a=false,...r},n)=>jsxRuntime.jsx(t?reactSlot.Slot:"button",{ref:n,"data-sidebar":"menu-action",className:o("absolute right-1 top-1.5 flex aspect-square w-5 items-center justify-center rounded-md p-0 text-sidebar-foreground outline-none ring-sidebar-ring transition-transform hover:bg-sidebar-accent hover:text-sidebar-accent-foreground focus-visible:ring-2 peer-hover/menu-button:text-sidebar-accent-foreground [&>svg]:size-4 [&>svg]:shrink-0","after:absolute after:-inset-2 after:md:hidden","peer-data-[size=sm]/menu-button:top-1","peer-data-[size=default]/menu-button:top-1.5","peer-data-[size=lg]/menu-button:top-2.5","group-data-[collapsible=icon]:hidden",a&&"group-focus-within/menu-item:opacity-100 group-hover/menu-item:opacity-100 data-[state=open]:opacity-100 peer-data-[active=true]/menu-button:text-sidebar-accent-foreground md:opacity-0",e),...r}));wu.displayName="SidebarMenuAction";var Nu=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,"data-sidebar":"menu-badge",className:o("absolute right-1 flex h-5 min-w-5 items-center justify-center rounded-md px-1 text-xs font-medium tabular-nums text-sidebar-foreground select-none pointer-events-none","peer-hover/menu-button:text-sidebar-accent-foreground peer-data-[active=true]/menu-button:text-sidebar-accent-foreground","peer-data-[size=sm]/menu-button:top-1","peer-data-[size=default]/menu-button:top-1.5","peer-data-[size=lg]/menu-button:top-2.5","group-data-[collapsible=icon]:hidden",e),...t}));Nu.displayName="SidebarMenuBadge";var Pu=K__namespace.forwardRef(({className:e,showIcon:t=false,...a},r)=>{let n=K__namespace.useMemo(()=>`${Math.floor(Math.random()*40)+50}%`,[]);return jsxRuntime.jsxs("div",{ref:r,"data-sidebar":"menu-skeleton",className:o("rounded-md h-8 flex gap-2 px-2 items-center",e),...a,children:[t&&jsxRuntime.jsx("div",{className:"size-4 rounded-md bg-sidebar-accent animate-pulse"}),jsxRuntime.jsx("div",{className:"h-4 flex-1 max-w-[--skeleton-width] bg-sidebar-accent animate-pulse rounded-md",style:{"--skeleton-width":n}})]})});Pu.displayName="SidebarMenuSkeleton";var Cu=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("ul",{ref:a,"data-sidebar":"menu-sub",className:o("mx-3.5 flex min-w-0 translate-x-px flex-col gap-1 border-l border-sidebar-border px-2.5 py-0.5","group-data-[collapsible=icon]:hidden",e),...t}));Cu.displayName="SidebarMenuSub";var Su=K__namespace.forwardRef(({...e},t)=>jsxRuntime.jsx("li",{ref:t,...e}));Su.displayName="SidebarMenuSubItem";var Tu=K__namespace.forwardRef(({asChild:e=false,size:t="md",isActive:a,className:r,...n},i)=>jsxRuntime.jsx(e?reactSlot.Slot:"a",{ref:i,"data-sidebar":"menu-sub-button","data-size":t,"data-active":a,className:o("flex h-7 min-w-0 -translate-x-px items-center gap-2 overflow-hidden rounded-md px-2 text-sidebar-foreground outline-none ring-sidebar-ring hover:bg-sidebar-accent hover:text-sidebar-accent-foreground focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:opacity-50 [&>span:last-child]:truncate [&>svg]:size-4 [&>svg]:shrink-0 [&>svg]:text-sidebar-accent-foreground","data-[active=true]:bg-sidebar-accent data-[active=true]:text-sidebar-accent-foreground",t==="sm"&&"text-xs",t==="md"&&"text-sm","group-data-[collapsible=icon]:hidden",r),...n}));Tu.displayName="SidebarMenuSubButton";var Du=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}}),HR=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"}}),Lu=K__namespace.forwardRef(({className:e,variant:t,color:a,size:r,radius:n,clickable:i,startContent:s,endContent:l,closable:d,onClose:m,disabled:u,avatar:c,children:f,onClick:p,...v},R)=>{let b=i||!!p,h=w=>{w.stopPropagation(),m?.();};return jsxRuntime.jsxs("div",{ref:R,role:b?"button":void 0,tabIndex:b&&!u?0:void 0,"aria-disabled":u,onClick:u?void 0:p,onKeyDown:b&&!u?w=>{(w.key==="Enter"||w.key===" ")&&(w.preventDefault(),p?.(w));}:void 0,className:o(Du({variant:t,color:a,size:r,radius:n,clickable:b}),u&&"opacity-50 cursor-not-allowed",e),...v,children:[c&&jsxRuntime.jsx("span",{className:"-ml-1 [&>*]:size-5 [&>*]:rounded-full",children:c}),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}),d&&jsxRuntime.jsx("button",{type:"button","aria-label":"Remove",onClick:h,disabled:u,className:o(HR({size:r})),children:jsxRuntime.jsx(lucideReact.X,{})})]})});Lu.displayName="Chip";var Vu=K.createContext({direction:"horizontal"}),$R=({className:e,direction:t="horizontal",children:a,...r})=>jsxRuntime.jsx(Vu.Provider,{value:{direction:t},children:jsxRuntime.jsx(reactResizablePanels.Group,{orientation:t,className:o("flex h-full w-full data-[orientation=vertical]:flex-col",e),...r,children:a})}),_R=reactResizablePanels.Panel,KR=({withHandle:e,className:t,...a})=>{let{direction:r}=K.useContext(Vu),n=r==="vertical";return jsxRuntime.jsx(reactResizablePanels.Separator,{className:o("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),...a,children:e&&jsxRuntime.jsx("div",{className:o("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 Hu=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"}}),Au=K__namespace.forwardRef(({className:e,size:t,count:a=3,...r},n)=>jsxRuntime.jsx("span",{ref:n,role:"status","aria-label":"Loading",className:o(Hu({size:t,className:e})),...r,children:Array.from({length:a}).map((i,s)=>jsxRuntime.jsx("span",{className:"rounded-full bg-current animate-dots-bounce",style:{animationDelay:`${s*.16}s`}},s))}));Au.displayName="Dots";var Fu=classVarianceAuthority.cva("",{variants:{size:{sm:"h-4 w-4",md:"h-8 w-8",lg:"h-12 w-12",xl:"h-16 w-16"}},defaultVariants:{size:"md"}}),Bu=K__namespace.forwardRef(({className:e,size:t,value:a,strokeWidth:r=4,showValue:n=false,label:i,...s},l)=>{let d=a===void 0,m=50-r/2,u=2*Math.PI*m,c=d?0:u-Math.min(100,Math.max(0,a))/100*u;return jsxRuntime.jsxs("svg",{ref:l,viewBox:"0 0 100 100",className:o(Fu({size:t,className:e}),d&&"animate-spin"),role:"progressbar","aria-valuenow":d?void 0:a,"aria-valuemin":0,"aria-valuemax":100,...s,children:[jsxRuntime.jsx("circle",{cx:"50",cy:"50",r:m,fill:"none",stroke:"currentColor",strokeWidth:r,className:"text-muted opacity-20"}),jsxRuntime.jsx("circle",{cx:"50",cy:"50",r:m,fill:"none",stroke:"currentColor",strokeWidth:r,strokeLinecap:"round",strokeDasharray:u,strokeDashoffset:d?u*.75:c,className:"text-primary transition-[stroke-dashoffset] duration-300 ease-in-out",style:{transformOrigin:"center",transform:"rotate(-90deg)"}}),n&&!d&&jsxRuntime.jsx("text",{x:"50",y:"50",textAnchor:"middle",dominantBaseline:"central",className:"fill-current text-[0.65rem] font-medium",children:i??`${Math.round(a)}%`})]})});Bu.displayName="CircularProgress";var Ou=K__namespace.createContext(null),ZR=()=>{let e=K__namespace.useContext(Ou);if(!e)throw new Error("OTP components must be used within InputOTP");return e},Gu=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"}}),Wu=K__namespace.forwardRef(({className:e,containerClassName:t,maxLength:a,value:r,defaultValue:n="",onChange:i,onComplete:s,pattern:l,disabled:d=false,size:m,children:u,...c},f)=>{let[p,v]=K__namespace.useState(n),[R,b]=K__namespace.useState(0),[h,w]=K__namespace.useState(false),g=K__namespace.useRef(null),x=r!==void 0?r:p;K__namespace.useImperativeHandle(f,()=>g.current),K__namespace.useEffect(()=>{b(Math.min(x.length,a-1));},[x,a]),K__namespace.useEffect(()=>{x.length===a&&s&&s(x);},[x,a,s]);let S=C=>{let M=C.target.value;if(l&&M){let L=new RegExp(l.replace("^","").replace("$","").replace("+",""));M=M.split("").filter(E=>L.test(E)).join("");}M=M.slice(0,a),r===void 0&&v(M),i?.(M);},y=C=>{C.key==="ArrowLeft"?b(M=>Math.max(0,M-1)):C.key==="ArrowRight"&&b(M=>Math.min(x.length,a-1,M+1));},P=()=>{g.current?.focus();},k=()=>{w(true),b(Math.min(x.length,a-1));},T=()=>{w(false);},N={value:x,activeIndex:h?R:-1,maxLength:a,disabled:d};return jsxRuntime.jsx(Ou.Provider,{value:N,children:jsxRuntime.jsxs("div",{className:o(Gu({size:m}),t),onClick:P,"data-otp-container":true,children:[jsxRuntime.jsx("input",{ref:g,type:"text",inputMode:"numeric",autoComplete:"one-time-code",value:x,onChange:S,onKeyDown:y,onFocus:k,onBlur:T,disabled:d,maxLength:a,className:o("absolute opacity-0 pointer-events-none w-0 h-0",e),...c}),u]})})});Wu.displayName="InputOTP";var $u=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,className:o("flex items-center",e),...t}));$u.displayName="InputOTPGroup";var _u=K__namespace.forwardRef(({index:e,className:t,...a},r)=>{let{value:n,activeIndex:i,disabled:s}=ZR(),l=n[e]||"",d=i===e,m=d&&n.length===e;return jsxRuntime.jsxs("div",{ref:r,"data-otp-slot":true,"data-active":d,"data-filled":!!l,className:o("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",d&&"z-10 border-foreground",s&&"cursor-not-allowed opacity-50",t),...a,children:[l,m&&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"})})]})});_u.displayName="InputOTPSlot";var Ku=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,role:"separator",className:o("text-muted-foreground",e),...t,children:jsxRuntime.jsx(lucideReact.Minus,{className:"h-4 w-4"})}));Ku.displayName="InputOTPSeparator";var ju=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"}}),Xu=K__namespace.forwardRef(({className:e,variant:t,size:a,value:r=[],onChange:n,placeholder:i="Add tag...",maxTags:s,minTagLength:l=1,maxTagLength:d=50,triggerKeys:m=["Enter",",","Tab"],allowDuplicates:u=false,disabled:c,readOnly:f,renderTag:p,...v},R)=>{let[b,h]=K__namespace.useState(""),w=K__namespace.useRef(null);K__namespace.useImperativeHandle(R,()=>w.current);let g=N=>{let C=N.trim();if(C.length<l||C.length>d||s&&r.length>=s||!u&&r.some(L=>L.text.toLowerCase()===C.toLowerCase()))return;let M={id:crypto.randomUUID(),text:C};n?.([...r,M]),h("");},x=N=>{c||f||n?.(r.filter(C=>C.id!==N));},S=N=>{if(m.includes(N.key)){if(N.key==="Tab"&&!b)return;N.preventDefault(),g(b);}N.key==="Backspace"&&!b&&r.length>0&&x(r[r.length-1].id);},y=N=>{let C=N.target.value;if(C.includes(",")){C.split(",").forEach(L=>{L.trim()&&g(L);});return}h(C);},P=N=>{N.preventDefault(),N.clipboardData.getData("text").split(/[,\n\t]/).filter(Boolean).forEach(L=>{g(L);});},k=()=>{w.current?.focus();},T=s?r.length>=s:false;return jsxRuntime.jsxs("div",{className:o("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",c&&"cursor-not-allowed opacity-50",e),onClick:k,children:[r.map(N=>p?p(N,()=>x(N.id)):jsxRuntime.jsxs("span",{className:o(ju({variant:t,size:a})),children:[N.text,!c&&!f&&jsxRuntime.jsx("button",{type:"button",onClick:C=>{C.stopPropagation(),x(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)),!T&&!f&&jsxRuntime.jsx("input",{ref:w,type:"text",value:b,onChange:y,onKeyDown:S,onPaste:P,placeholder:r.length===0?i:"",disabled:c,className:o("flex-1 bg-transparent outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed","min-w-[80px]"),...v})]})});Xu.displayName="TagInput";var Zu=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"}}),Ju=K__namespace.forwardRef(({className:e,size:t,icon:a,title:r,description:n,action:i,children:s,...l},d)=>jsxRuntime.jsxs("div",{ref:d,className:o(Zu({size:t,className:e})),...l,children:[a&&jsxRuntime.jsx("div",{className:"text-muted-foreground [&>svg]:h-10 [&>svg]:w-10",children:a}),r&&jsxRuntime.jsx("h3",{className:"text-lg font-semibold text-foreground",children:r}),n&&jsxRuntime.jsx("p",{className:"max-w-sm text-sm text-muted-foreground",children:n}),i&&jsxRuntime.jsx("div",{className:"mt-2",children:i}),s]}));Ju.displayName="EmptyState";var ep=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"}}),tp=K__namespace.forwardRef(({className:e,variant:t,label:a,value:r,icon:n,trend:i,trendValue:s,description:l,...d},m)=>{let u=i==="up"?lucideReact.TrendingUp:i==="down"?lucideReact.TrendingDown:lucideReact.Minus,c=i==="up"?"text-green-500":i==="down"?"text-red-500":"text-muted-foreground";return jsxRuntime.jsxs("div",{ref:m,className:o(ep({variant:t,className:e})),...d,children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between",children:[jsxRuntime.jsx("p",{className:"text-sm font-medium text-muted-foreground",children:a}),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:r}),i&&s&&jsxRuntime.jsxs("span",{className:o("flex items-center gap-0.5 text-sm",c),children:[jsxRuntime.jsx(u,{className:"h-3 w-3"}),s]})]}),l&&jsxRuntime.jsx("p",{className:"mt-1 text-xs text-muted-foreground",children:l})]})});tp.displayName="StatCard";var rp=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"}}),op=K__namespace.forwardRef(({className:e,variant:t,size:a,...r},n)=>jsxRuntime.jsx("div",{ref:n,role:"list",className:o(rp({variant:t,size:a,className:e})),...r}));op.displayName="List";var np=classVarianceAuthority.cva("flex items-center gap-3 transition-colors",{variants:{interactive:{true:"cursor-pointer hover:bg-muted/50",false:""}},defaultVariants:{interactive:false}}),ip=K__namespace.forwardRef(({className:e,interactive:t,leading:a,trailing:r,children:n,...i},s)=>jsxRuntime.jsxs("div",{ref:s,role:"listitem",className:o(np({interactive:t,className:e})),...i,children:[a&&jsxRuntime.jsx("div",{className:"flex-shrink-0 text-muted-foreground",children:a}),jsxRuntime.jsx("div",{className:"flex-1 min-w-0",children:n}),r&&jsxRuntime.jsx("div",{className:"flex-shrink-0",children:r})]}));ip.displayName="ListItem";var sp=K__namespace.forwardRef(({className:e,primary:t,secondary:a,children:r,...n},i)=>jsxRuntime.jsxs("div",{ref:i,className:o("min-w-0",e),...n,children:[t&&jsxRuntime.jsx("p",{className:"text-sm font-medium leading-none truncate",children:t}),a&&jsxRuntime.jsx("p",{className:"mt-1 text-sm text-muted-foreground truncate",children:a}),r]}));sp.displayName="ListItemText";var cp=classVarianceAuthority.cva("flex flex-col",{variants:{position:{left:"",right:"",alternate:""}},defaultVariants:{position:"left"}}),mp=K__namespace.forwardRef(({className:e,position:t,...a},r)=>jsxRuntime.jsx("div",{ref:r,"data-position":t,className:o(cp({position:t,className:e})),...a}));mp.displayName="Timeline";var up=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"}}),pp=K__namespace.forwardRef(({className:e,variant:t,...a},r)=>jsxRuntime.jsx("div",{ref:r,className:o(up({variant:t,className:e})),...a}));pp.displayName="TimelineItem";var fp=K__namespace.forwardRef(({className:e,dot:t,showConnector:a=true,...r},n)=>jsxRuntime.jsxs("div",{ref:n,className:o("flex flex-col items-center",e),...r,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}),a&&jsxRuntime.jsx("div",{className:"w-0.5 flex-1 bg-border"})]}));fp.displayName="TimelineSeparator";var gp=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,className:o("flex-1 pt-0.5",e),...t}));gp.displayName="TimelineContent";var bp=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,className:o("flex-1 text-sm text-muted-foreground pt-0.5",e),...t}));bp.displayName="TimelineOpposite";var hp=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}}),xp=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 data-[state=on]:bg-background data-[state=on]:text-foreground data-[state=on]:shadow-sm",{variants:{size:{sm:"h-6 text-xs px-2.5",md:"h-8 text-sm px-3",lg:"h-10 text-base px-4"}},defaultVariants:{size:"md"}}),yp=K__namespace.createContext({}),Rp=K__namespace.forwardRef(({className:e,size:t,fullWidth:a,children:r,...n},i)=>jsxRuntime.jsx(Br__namespace.Root,{ref:i,type:"single",rovingFocus:false,className:o(hp({size:t,fullWidth:a,className:e})),...n,children:jsxRuntime.jsx(yp.Provider,{value:{size:t??"md"},children:r})}));Rp.displayName="SegmentedControl";var wp=K__namespace.forwardRef(({className:e,children:t,...a},r)=>{let{size:n}=K__namespace.useContext(yp);return jsxRuntime.jsx(Br__namespace.Item,{ref:r,className:o(xp({size:n}),"flex-1",e),...a,children:t})});wp.displayName="SegmentedControlItem";var Np=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"}}),Pp=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},Xn=e=>{if(e===0)return "0 Bytes";let t=1024,a=["Bytes","KB","MB","GB"],r=Math.floor(Math.log(e)/Math.log(t));return parseFloat((e/Math.pow(t,r)).toFixed(2))+" "+a[r]},Cp=(e,t,a)=>{let r=[];return t&&e.size>t&&r.push({code:"file-too-large",message:`File is larger than ${Xn(t)}`}),a&&a.length>0&&(a.some(i=>{if(i.startsWith("."))return e.name.toLowerCase().endsWith(i.toLowerCase());if(i.endsWith("/*")){let s=i.slice(0,-2);return e.type.startsWith(s)}return e.type===i})||r.push({code:"file-invalid-type",message:`File type not accepted. Accepted: ${a.join(", ")}`})),r},Sp=K__namespace.forwardRef(({className:e,variant:t,size:a,onFilesChange:r,onFilesRejected:n,onFileRemove:i,files:s=[],showFileList:l=true,children:d,maxSize:m=10*1024*1024,accept:u,multiple:c=true,disabled:f,...p},v)=>{let[R,b]=K__namespace.useState(false),[h,w]=K__namespace.useState(false),[g,x]=K__namespace.useState([]),S=K__namespace.useRef(null),y=K__namespace.useCallback(D=>{if(!D||D.length===0)return;let I=Array.from(D),z=[],G=[];(c?I:[I[0]]).forEach(j=>{let $=Cp(j,m,u);$.length>0?G.push({file:j,errors:$}):z.push(j);}),x(G),z.length>0&&r?.(z),G.length>0&&n?.(G);},[m,u,c,r,n]),P=K__namespace.useCallback(D=>{if(D.preventDefault(),D.stopPropagation(),!f&&(b(true),D.dataTransfer.items)){let z=Array.from(D.dataTransfer.items).some(G=>{if(G.kind!=="file")return true;if(u&&u.length>0){let H=G.type;return !u.some(j=>j.endsWith("/*")?H.startsWith(j.slice(0,-2)):H===j)}return false});w(z);}},[f,u]),k=K__namespace.useCallback(D=>{D.preventDefault(),D.stopPropagation(),!f&&(D.dataTransfer.dropEffect="copy");},[f]),T=K__namespace.useCallback(D=>{D.preventDefault(),D.stopPropagation();let I=D.currentTarget.getBoundingClientRect(),z=D.clientX,G=D.clientY;(z<I.left||z>I.right||G<I.top||G>I.bottom)&&(b(false),w(false));},[]),N=K__namespace.useCallback(D=>{D.preventDefault(),D.stopPropagation(),b(false),w(false),!f&&y(D.dataTransfer.files);},[f,y]),C=K__namespace.useCallback(()=>{f||S.current?.click();},[f]),M=K__namespace.useCallback(D=>{y(D.target.files),D.target.value="";},[y]),L=K__namespace.useCallback(D=>{f||(D.key==="Enter"||D.key===" ")&&(D.preventDefault(),S.current?.click());},[f]),E=h?"error":R?"active":t,V=u?.join(",");return jsxRuntime.jsxs("div",{ref:v,className:o("space-y-4",e),...p,children:[jsxRuntime.jsxs("div",{role:"button",tabIndex:f?-1:0,onDragEnter:P,onDragOver:k,onDragLeave:T,onDrop:N,onClick:C,onKeyDown:L,className:o(Np({variant:E,size:a}),f&&"opacity-50 cursor-not-allowed",!f&&"cursor-pointer focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2"),"aria-disabled":f,children:[jsxRuntime.jsx("input",{ref:S,type:"file",accept:V,multiple:c,disabled:f,onChange:M,className:"sr-only",tabIndex:-1}),d||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:R?"Drop files here":"Drop files or click to upload"}),jsxRuntime.jsxs("p",{className:"text-xs text-muted-foreground",children:[m&&`Max ${Xn(m)}`,u&&u.length>0&&` \u2022 ${u.join(", ")}`]})]})]})]}),g.length>0&&jsxRuntime.jsx("div",{className:"rounded-md bg-danger/10 p-3 text-sm text-danger",children:g.map(({file:D,errors:I})=>jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("span",{className:"font-medium",children:D.name}),":"," ",I.map(z=>z.message).join(", ")]},D.name))}),l&&s.length>0&&jsxRuntime.jsx("div",{className:"space-y-2",children:s.map(D=>{let I=Pp(D.file);return jsxRuntime.jsxs("div",{className:o("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:[Xn(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(An,{value:D.progress,className:"mt-2 h-1"})]}),jsxRuntime.jsxs(W,{variant:"ghost",size:"sm",className:"h-8 w-8 p-0 text-muted-foreground hover:text-foreground",onClick:z=>{z.stopPropagation(),i?.(D.file);},children:[jsxRuntime.jsx(lucideReact.X,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Remove"})]})]},D.id)})})]})});Sp.displayName="FileUpload";var kp=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}}),vw=`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")`,Zr=K__namespace.forwardRef(({color:e,isSelected:t,showTransparency:a=true,onSelect:r,size:n,shape:i,interactive:s,className:l,onClick:d,disabled:m,...u},c)=>jsxRuntime.jsx("button",{ref:c,type:"button",disabled:m,onClick:v=>{d?.(v),r?.(e);},className:o(kp({size:n,shape:i,interactive:s??(!!r||!!d)}),t&&"ring-2 ring-ring ring-offset-2",l),style:{backgroundImage:a?vw:void 0,backgroundSize:a?"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}})}));Zr.displayName="ColorSwatch";var yw=["#000000","#ffffff","#ef4444","#f97316","#eab308","#22c55e","#06b6d4","#3b82f6","#8b5cf6","#ec4899"],Dp={sm:"h-6 w-6",md:"h-8 w-8",lg:"h-10 w-10"},Lp=K__namespace.forwardRef(({value:e,defaultValue:t="#3b82f6",onChange:a,disabled:r,presets:n=yw,showInput:i=true,size:s="md",className:l,variant:d="full"},m)=>{let[u,c]=K__namespace.useState(e??t),f=K__namespace.useId();K__namespace.useEffect(()=>{e!==void 0&&c(e);},[e]);let p=b=>{c(b),a?.(b);},v=b=>{c(b),a?.(b);},R=b=>{let h=b.target.value.toUpperCase();c(h),a?.(h);};return d==="simple"?jsxRuntime.jsxs("label",{className:o("relative rounded-md border border-input shadow-sm transition-colors cursor-pointer hover:border-foreground focus-within:border-foreground overflow-hidden",r&&"opacity-50 cursor-not-allowed",Dp[s],l),children:[jsxRuntime.jsx("input",{type:"color",value:u,onChange:R,disabled:r,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(Ne,{children:[jsxRuntime.jsx(Se,{asChild:true,children:jsxRuntime.jsx("button",{ref:m,disabled:r,className:o("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",Dp[s],l),style:{backgroundColor:u},"aria-label":`Color picker, current color: ${u}`})}),jsxRuntime.jsx(xe,{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]"}),i&&jsxRuntime.jsxs("div",{className:"space-y-1.5",children:[jsxRuntime.jsx(ar,{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(ar,{className:"text-xs",children:"Presets"}),jsxRuntime.jsx("div",{className:"flex flex-wrap gap-1.5",children:n.map(b=>jsxRuntime.jsx(Zr,{color:b,size:"sm",isSelected:u.toLowerCase()===b.toLowerCase(),onSelect:v},b))})]})]})})]})});Lp.displayName="ColorPicker";var Vp=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"}}),Os=e=>String(e).padStart(2,"0"),Cw=e=>{let[t,a]=e.split(":").map(Number);return {hours:t||0,minutes:a||0}},Sw=(e,t)=>`${Os(e)}:${Os(t)}`,Ip=K__namespace.forwardRef(({className:e,size:t,value:a,onChange:r,use24Hour:n=true,minuteStep:i=1,showPicker:s=true,minTime:l,maxTime:d,disabled:m,...u},c)=>{let[f,p]=K__namespace.useState(a??""),[v,R]=K__namespace.useState(false);K__namespace.useEffect(()=>{a!==void 0&&p(a);},[a]);let{hours:b,minutes:h}=Cw(f||"00:00"),w=T=>{let N=T.target.value;p(N),/^([0-1]?[0-9]|2[0-3]):[0-5][0-9]$/.test(N)&&r?.(N);},g=(T,N)=>{let C=Math.max(0,Math.min(23,T)),M=Math.max(0,Math.min(59,N)),L=Sw(C,M);p(L),r?.(L);},x=()=>g(b+1,h),S=()=>g(b-1,h),y=()=>g(b,h+i),P=()=>g(b,h-i),k=({value:T,onIncrement:N,onDecrement:C})=>jsxRuntime.jsxs("div",{className:"flex flex-col items-center",children:[jsxRuntime.jsx(W,{variant:"ghost",size:"sm",className:"h-8 w-8 p-0",onClick:N,disabled:m,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:Os(T)}),jsxRuntime.jsx(W,{variant:"ghost",size:"sm",className:"h-8 w-8 p-0",onClick:C,disabled:m,children:jsxRuntime.jsx(lucideReact.ChevronDown,{className:"h-4 w-4"})})]});return jsxRuntime.jsxs("div",{className:"relative flex items-center",children:[jsxRuntime.jsx("input",{ref:c,type:"time",value:f,onChange:w,disabled:m,className:o(Vp({size:t}),s&&"pr-10","[&::-webkit-calendar-picker-indicator]:hidden",e),...u}),s&&jsxRuntime.jsxs(Ne,{open:v,onOpenChange:R,children:[jsxRuntime.jsx(Se,{asChild:true,children:jsxRuntime.jsxs(W,{type:"button",variant:"ghost",size:"sm",className:"absolute right-1 h-7 w-7 p-0",disabled:m,children:[jsxRuntime.jsx(lucideReact.Clock,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Pick time"})]})}),jsxRuntime.jsxs(xe,{className:"w-auto p-4",align:"end",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx(k,{value:b,onIncrement:x,onDecrement:S,max:23}),jsxRuntime.jsx("div",{className:"text-2xl font-bold text-muted-foreground",children:":"}),jsxRuntime.jsx(k,{value:h,onIncrement:y,onDecrement:P,max:59})]}),jsxRuntime.jsxs("div",{className:"mt-4 flex justify-end gap-2",children:[jsxRuntime.jsx(W,{variant:"bordered",size:"sm",onClick:()=>{let T=new Date;g(T.getHours(),T.getMinutes());},children:"Now"}),jsxRuntime.jsx(W,{size:"sm",onClick:()=>R(false),children:"Done"})]})]})]})]})});Ip.displayName="TimeInput";var Ep=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"}}),Mw=(e,t)=>{try{return new Intl.NumberFormat(t,{style:"currency",currency:e,currencyDisplay:"narrowSymbol"}).formatToParts(0).find(i=>i.type==="currency")?.value??e}catch{return e}},Gs=(e,t,a,r)=>{let n=e.toFixed(t),[i,s]=n.split("."),l=i.replace(/\B(?=(\d{3})+(?!\d))/g,a);return s?`${l}${r}${s}`:l},Hp=(e,t,a)=>{if(!e)return;let r=e.replace(new RegExp(`\\${t}`,"g"),"");r=r.replace(a,"."),r=r.replace(/[^0-9.-]/g,"");let n=parseFloat(r);return isNaN(n)?void 0:n},Ap=K__namespace.forwardRef(({className:e,size:t,value:a,defaultValue:r,onChange:n,currency:i="USD",locale:s="en-US",decimals:l=2,min:d,max:m,showCurrency:u=true,currencyPosition:c="prefix",currencySymbol:f,thousandSeparator:p=",",decimalSeparator:v=".",disabled:R,placeholder:b,...h},w)=>{let[g,x]=K__namespace.useState(r),[S,y]=K__namespace.useState(""),[P,k]=K__namespace.useState(false),T=a!==void 0?a:g,N=f??Mw(i,s);K__namespace.useEffect(()=>{!P&&T!==void 0&&y(Gs(T,l,p,v));},[T,l,p,v,P]);let C=D=>{let I=D.target.value;if(!I){y(""),a===void 0&&x(void 0),n?.(void 0);return}if(!new RegExp(`^[0-9${p}${v}.-]*$`).test(I))return;y(I);let G=Hp(I,p,v);if(G!==void 0){let H=G;d!==void 0&&G<d&&(H=d),m!==void 0&&G>m&&(H=m),a===void 0&&x(H),n?.(H);}},M=()=>{k(true),T!==void 0&&y(T.toString().replace(".",v));},L=()=>{k(false),y(T!==void 0?Gs(T,l,p,v):"");},E=u&&c==="prefix"&&jsxRuntime.jsx("span",{className:"flex items-center text-muted-foreground pr-1",children:N}),V=u&&c==="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:[E&&jsxRuntime.jsx("div",{className:"absolute left-3 pointer-events-none",children:E}),jsxRuntime.jsx("input",{ref:w,type:"text",inputMode:"decimal",value:S,onChange:C,onFocus:M,onBlur:L,disabled:R,placeholder:b??`0${v}${"0".repeat(l)}`,className:o(Ep({size:t}),E&&"pl-8",V&&"pr-8","text-right",e),style:{borderColor:P?"var(--color-foreground)":void 0},...h}),V&&jsxRuntime.jsx("div",{className:"absolute right-3 pointer-events-none",children:V})]})});Ap.displayName="CurrencyInput";var zp=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"}}),Ws={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:"#####-####"}},Lw=(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}},Oa=e=>["#","A","*"].includes(e),qn=(e,t,a)=>{let r="",n=0;for(let i=0;i<t.length&&n<=e.length;i++){let s=t[i];if(Oa(s)){if(n<e.length){let l=e[n];Lw(l,s)?(r+=l,n++):(n++,i--);}}else (n<e.length||a)&&(r+=s);}return r},$s=(e,t)=>{let a="";for(let r=0;r<e.length&&r<t.length;r++){let n=t[r];Oa(n)&&(a+=e[r]);}return a},Fp=(e,t)=>e.split("").map(a=>Oa(a)?t:a).join(""),Vw=(e,t,a)=>{let r=0;for(let l=0;l<a&&l<e.length&&l<t.length;l++)Oa(t[l])&&r++;let i=0,s=0;for(let l=0;l<t.length&&s<r;l++)i++,Oa(t[l])&&s++;for(;i<t.length&&!Oa(t[i]);)i++;return Math.min(i,e.length)},Bp=K__namespace.forwardRef(({className:e,size:t,value:a,defaultValue:r="",onChange:n,mask:i,maskPlaceholder:s="_",showMaskPlaceholder:l=false,includeMaskChars:d=false,disabled:m,placeholder:u,...c},f)=>{let p=typeof i=="string"&&i in Ws?Ws[i].mask:i,[v,R]=K__namespace.useState(r),[b,h]=K__namespace.useState(""),[w,g]=K__namespace.useState(false),x=K__namespace.useRef(null),S=a!==void 0?a:v;K__namespace.useImperativeHandle(f,()=>x.current),K__namespace.useEffect(()=>{let T=qn(S,p,true);h(T);},[S,p]);let y=T=>{let N=T.target.value,C=T.target.selectionStart??0,M=N.replace(/[^\w]/g,""),L=qn(M,p,true),E=$s(L,p);h(L),a===void 0&&R(d?L:E),n?.(E,L),requestAnimationFrame(()=>{if(x.current){let V=Vw(L,p,C);x.current.setSelectionRange(V,V);}});},P=T=>{if(["ArrowLeft","ArrowRight","Home","End","Tab"].includes(T.key)||T.ctrlKey||T.metaKey)return;let N=x.current;if(!N)return;let C=N.selectionStart??0;if(T.key==="Backspace"&&C>0){let M=C-1;for(;M>0&&!Oa(p[M]);)M--;let L=$s(b,p),E=0;for(let I=0;I<M&&I<p.length;I++)Oa(p[I])&&E++;let V=L.slice(0,Math.max(0,E-1))+L.slice(E),D=qn(V,p,true);h(D),a===void 0&&R(d?D:V),n?.(V,D),T.preventDefault(),requestAnimationFrame(()=>{x.current&&x.current.setSelectionRange(M,M);});}},k=l?Fp(p,s):u;return jsxRuntime.jsx("input",{ref:x,type:"text",value:b,onChange:y,onKeyDown:P,onFocus:()=>g(true),onBlur:()=>g(false),disabled:m,placeholder:k,className:o(zp({size:t}),e),style:{borderColor:w?"var(--color-foreground)":void 0},...c})});Bp.displayName="MaskedInput";var Op=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"}}),Qn={"DD/MM/YYYY":"/","MM/DD/YYYY":"/","YYYY-MM-DD":"-","DD.MM.YYYY":"."},Ks={"DD/MM/YYYY":["day","month","year"],"MM/DD/YYYY":["month","day","year"],"YYYY-MM-DD":["year","month","day"],"DD.MM.YYYY":["day","month","year"]},_s=(e,t)=>String(e).padStart(t,"0"),Jn=(e,t)=>{let a=_s(e.getDate(),2),r=_s(e.getMonth()+1,2),n=_s(e.getFullYear(),4),i=Qn[t],s=Ks[t],l={day:a,month:r,year:n};return s.map(d=>l[d]).join(i)},Gp=(e,t)=>{let a=Qn[t],r=e.split(a);if(r.length!==3)return null;let n=Ks[t],i={};if(n.forEach((l,d)=>{i[l]=parseInt(r[d],10);}),isNaN(i.day)||isNaN(i.month)||isNaN(i.year)||i.month<1||i.month>12||i.day<1||i.day>31||i.year<1e3||i.year>9999)return null;let s=new Date(i.year,i.month-1,i.day);return s.getFullYear()!==i.year||s.getMonth()!==i.month-1||s.getDate()!==i.day?null:s},Aw=e=>e.toLowerCase(),zw=e=>{let t=Qn[e];return Ks[e].map(r=>r==="year"?"####":"##").join(t)},Wp=K__namespace.forwardRef(({className:e,size:t,value:a,defaultValue:r,onChange:n,format:i="DD/MM/YYYY",minDate:s,maxDate:l,showIcon:d=true,disabled:m,placeholder:u,...c},f)=>{let[p,v]=K__namespace.useState(r??null),[R,b]=K__namespace.useState(""),[h,w]=K__namespace.useState(null),g=K__namespace.useRef(null),x=a!==void 0?a:p;K__namespace.useImperativeHandle(f,()=>g.current),K__namespace.useEffect(()=>{x?(b(Jn(x,i)),w(null)):b("");},[x,i]);let S=Qn[i],y=zw(i),P=N=>{let C=N.target.value;C=C.replace(new RegExp(`[^0-9\\${S}]`,"g"),"");let M=C.replace(new RegExp(`\\${S}`,"g"),""),L="",E=0;for(let V=0;V<y.length&&E<M.length;V++)y[V]==="#"?(L+=M[E],E++):L+=y[V];if(b(L),L.length===y.length){let V=Gp(L,i);if(V){if(s&&V<s){w(`Date must be after ${Jn(s,i)}`);return}if(l&&V>l){w(`Date must be before ${Jn(l,i)}`);return}w(null),a===void 0&&v(V),n?.(V);}else w("Invalid date");}else a===void 0&&v(null),n?.(null),w(null);},k=()=>{R&&R.length!==y.length&&(b(""),w(null),a===void 0&&v(null),n?.(null));},T=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:g,type:"text",inputMode:"numeric",value:R,onChange:P,onBlur:k,disabled:m,placeholder:u??Aw(i),className:o(Op({size:t}),d&&"pr-10",h&&"border-danger focus-visible:ring-danger",e),"aria-invalid":!!h,"aria-describedby":h?"date-error":void 0,...c}),d&&jsxRuntime.jsx("div",{className:"pointer-events-none absolute right-3 top-1/2 -translate-y-1/2",children:jsxRuntime.jsx(lucideReact.Calendar,{className:o(T,"text-muted-foreground")})}),h&&jsxRuntime.jsx("p",{id:"date-error",className:"mt-1 text-xs text-danger",children:h})]})});Wp.displayName="DateInput";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"}}),_p=[{code:"TR",name:"Turkey",dialCode:"+90",flag:"\u{1F1F9}\u{1F1F7}",format:"(###) ### ## ##"},{code:"US",name:"United States",dialCode:"+1",flag:"\u{1F1FA}\u{1F1F8}",format:"(###) ###-####"},{code:"GB",name:"United Kingdom",dialCode:"+44",flag:"\u{1F1EC}\u{1F1E7}",format:"#### ### ####"},{code:"DE",name:"Germany",dialCode:"+49",flag:"\u{1F1E9}\u{1F1EA}",format:"#### #######"},{code:"FR",name:"France",dialCode:"+33",flag:"\u{1F1EB}\u{1F1F7}",format:"# ## ## ## ##"},{code:"IT",name:"Italy",dialCode:"+39",flag:"\u{1F1EE}\u{1F1F9}",format:"### ### ####"},{code:"ES",name:"Spain",dialCode:"+34",flag:"\u{1F1EA}\u{1F1F8}",format:"### ### ###"},{code:"NL",name:"Netherlands",dialCode:"+31",flag:"\u{1F1F3}\u{1F1F1}",format:"## ########"},{code:"BE",name:"Belgium",dialCode:"+32",flag:"\u{1F1E7}\u{1F1EA}",format:"### ## ## ##"},{code:"AT",name:"Austria",dialCode:"+43",flag:"\u{1F1E6}\u{1F1F9}",format:"### #######"},{code:"CH",name:"Switzerland",dialCode:"+41",flag:"\u{1F1E8}\u{1F1ED}",format:"## ### ## ##"},{code:"SE",name:"Sweden",dialCode:"+46",flag:"\u{1F1F8}\u{1F1EA}",format:"##-### ## ##"},{code:"NO",name:"Norway",dialCode:"+47",flag:"\u{1F1F3}\u{1F1F4}",format:"### ## ###"},{code:"DK",name:"Denmark",dialCode:"+45",flag:"\u{1F1E9}\u{1F1F0}",format:"## ## ## ##"},{code:"FI",name:"Finland",dialCode:"+358",flag:"\u{1F1EB}\u{1F1EE}",format:"## ### ####"},{code:"PL",name:"Poland",dialCode:"+48",flag:"\u{1F1F5}\u{1F1F1}",format:"### ### ###"},{code:"CZ",name:"Czech Republic",dialCode:"+420",flag:"\u{1F1E8}\u{1F1FF}",format:"### ### ###"},{code:"GR",name:"Greece",dialCode:"+30",flag:"\u{1F1EC}\u{1F1F7}",format:"### ### ####"},{code:"PT",name:"Portugal",dialCode:"+351",flag:"\u{1F1F5}\u{1F1F9}",format:"### ### ###"},{code:"RU",name:"Russia",dialCode:"+7",flag:"\u{1F1F7}\u{1F1FA}",format:"(###) ###-##-##"},{code:"UA",name:"Ukraine",dialCode:"+380",flag:"\u{1F1FA}\u{1F1E6}",format:"## ### ## ##"},{code:"RO",name:"Romania",dialCode:"+40",flag:"\u{1F1F7}\u{1F1F4}",format:"### ### ###"},{code:"HU",name:"Hungary",dialCode:"+36",flag:"\u{1F1ED}\u{1F1FA}",format:"## ### ####"},{code:"BG",name:"Bulgaria",dialCode:"+359",flag:"\u{1F1E7}\u{1F1EC}",format:"### ### ###"},{code:"HR",name:"Croatia",dialCode:"+385",flag:"\u{1F1ED}\u{1F1F7}",format:"## ### ####"},{code:"RS",name:"Serbia",dialCode:"+381",flag:"\u{1F1F7}\u{1F1F8}",format:"## ### ####"},{code:"SI",name:"Slovenia",dialCode:"+386",flag:"\u{1F1F8}\u{1F1EE}",format:"## ### ###"},{code:"SK",name:"Slovakia",dialCode:"+421",flag:"\u{1F1F8}\u{1F1F0}",format:"### ### ###"},{code:"CA",name:"Canada",dialCode:"+1",flag:"\u{1F1E8}\u{1F1E6}",format:"(###) ###-####"},{code:"MX",name:"Mexico",dialCode:"+52",flag:"\u{1F1F2}\u{1F1FD}",format:"### ### ####"},{code:"BR",name:"Brazil",dialCode:"+55",flag:"\u{1F1E7}\u{1F1F7}",format:"(##) #####-####"},{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:"NZ",name:"New Zealand",dialCode:"+64",flag:"\u{1F1F3}\u{1F1FF}",format:"## ### ####"},{code:"JP",name:"Japan",dialCode:"+81",flag:"\u{1F1EF}\u{1F1F5}",format:"##-####-####"},{code:"KR",name:"South Korea",dialCode:"+82",flag:"\u{1F1F0}\u{1F1F7}",format:"##-####-####"},{code:"CN",name:"China",dialCode:"+86",flag:"\u{1F1E8}\u{1F1F3}",format:"### #### ####"},{code:"HK",name:"Hong Kong",dialCode:"+852",flag:"\u{1F1ED}\u{1F1F0}",format:"#### ####"},{code:"TW",name:"Taiwan",dialCode:"+886",flag:"\u{1F1F9}\u{1F1FC}",format:"### ### ###"},{code:"SG",name:"Singapore",dialCode:"+65",flag:"\u{1F1F8}\u{1F1EC}",format:"#### ####"},{code:"IN",name:"India",dialCode:"+91",flag:"\u{1F1EE}\u{1F1F3}",format:"##### #####"},{code:"PK",name:"Pakistan",dialCode:"+92",flag:"\u{1F1F5}\u{1F1F0}",format:"### #######"},{code:"AE",name:"United Arab Emirates",dialCode:"+971",flag:"\u{1F1E6}\u{1F1EA}",format:"## ### ####"},{code:"SA",name:"Saudi Arabia",dialCode:"+966",flag:"\u{1F1F8}\u{1F1E6}",format:"## ### ####"},{code:"EG",name:"Egypt",dialCode:"+20",flag:"\u{1F1EA}\u{1F1EC}",format:"### ### ####"},{code:"ZA",name:"South Africa",dialCode:"+27",flag:"\u{1F1FF}\u{1F1E6}",format:"## ### ####"},{code:"NG",name:"Nigeria",dialCode:"+234",flag:"\u{1F1F3}\u{1F1EC}",format:"### ### ####"},{code:"IL",name:"Israel",dialCode:"+972",flag:"\u{1F1EE}\u{1F1F1}",format:"##-###-####"}],ei=(e,t)=>{let a=e.replace(/\D/g,""),r="",n=0;for(let i=0;i<t.length&&n<a.length;i++)t[i]==="#"?(r+=a[n],n++):r+=t[i];return r},Ow=e=>e.replace(/#/g,"_"),Kp=K__namespace.forwardRef(({className:e,size:t,value:a,defaultValue:r="",onChange:n,country:i,defaultCountry:s="TR",onCountryChange:l,countries:d=_p,showCountrySelect:m=true,showDialCode:u=false,disabled:c,placeholder:f,...p},v)=>{let[R,b]=K__namespace.useState(r),[h,w]=K__namespace.useState(i??s),[g,x]=K__namespace.useState(false),S=a!==void 0?a:R,y=i??h,P=d.find(M=>M.code===y)??d[0],k=ei(S,P.format),T=M=>{let E=M.target.value.replace(/\D/g,"");a===void 0&&b(E);let V=ei(E,P.format),D=`${P.dialCode} ${V}`;n?.(E,D,P);};return jsxRuntime.jsxs("div",{className:"flex",children:[m&&jsxRuntime.jsxs(ds,{value:y,onValueChange:M=>{let L=d.find(D=>D.code===M);if(!L)return;i===void 0&&w(M),l?.(L);let E=ei(S,L.format),V=`${L.dialCode} ${E}`;n?.(S,V,L);},disabled:c,children:[jsxRuntime.jsx(Tn,{className:o("w-[100px] rounded-r-none border-r-0 shrink-0",t==="sm"?"h-8":t==="lg"?"h-12":"h-10"),children:jsxRuntime.jsx(cs,{children:jsxRuntime.jsxs("span",{className:"flex items-center gap-1.5",children:[jsxRuntime.jsx("span",{children:P.flag}),jsxRuntime.jsx("span",{className:"text-xs text-muted-foreground",children:P.dialCode})]})})}),jsxRuntime.jsx(Mn,{className:"max-h-[300px]",children:d.map(M=>jsxRuntime.jsx(kn,{value:M.code,children:jsxRuntime.jsxs("span",{className:"flex items-center gap-2",children:[jsxRuntime.jsx("span",{children:M.flag}),jsxRuntime.jsx("span",{className:"flex-1",children:M.name}),jsxRuntime.jsx("span",{className:"text-xs text-muted-foreground",children:M.dialCode})]})},M.code))})]}),jsxRuntime.jsxs("div",{className:"relative flex-1",children:[u&&!m&&jsxRuntime.jsx("span",{className:"absolute left-3 top-1/2 -translate-y-1/2 text-muted-foreground",children:P.dialCode}),jsxRuntime.jsx("input",{ref:v,type:"tel",inputMode:"tel",value:k,onChange:T,onFocus:()=>x(true),onBlur:()=>x(false),disabled:c,placeholder:f??Ow(P.format),className:o($p({size:t}),m&&"rounded-l-none",u&&!m&&"pl-12",e),style:{borderColor:g?"var(--color-foreground)":void 0},...p})]})]})});Kp.displayName="PhoneInput";var Up=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}}),jp=K__namespace.forwardRef(({className:e,variant:t,size:a,sticky:r,brand:n,children:i,mobileBreakpoint:s="md",...l},d)=>{let[m,u]=K__namespace.useState(false),c={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:d,className:o(Up({variant:t,size:a,sticky:r,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:o("items-center gap-4 flex-1 justify-end",c),children:i}),jsxRuntime.jsx("button",{type:"button",className:o("p-2 rounded-md hover:bg-accent hover:text-accent-foreground transition-colors",f),onClick:()=>u(!m),"aria-label":m?"Close menu":"Open menu","aria-expanded":m,children:m?jsxRuntime.jsx(lucideReact.X,{className:"h-5 w-5"}):jsxRuntime.jsx(lucideReact.Menu,{className:"h-5 w-5"})})]}),m&&jsxRuntime.jsx("div",{className:o("absolute top-full left-0 right-0 flex flex-col gap-2 p-4 bg-background border-b border-border shadow-lg",f),children:i})]})});jp.displayName="Navbar";var Xp=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,className:o("flex items-center gap-2 font-semibold text-lg",e),...t}));Xp.displayName="NavbarBrand";var qp=K__namespace.forwardRef(({className:e,justify:t="start",...a},r)=>{let n={start:"justify-start",center:"justify-center",end:"justify-end"}[t];return jsxRuntime.jsx("div",{ref:r,className:o("flex items-center gap-4",n,e),...a})});qp.displayName="NavbarContent";var Zp=K__namespace.forwardRef(({className:e,isActive:t,...a},r)=>jsxRuntime.jsx("div",{ref:r,className:o("flex items-center",t&&"text-primary font-medium",e),...a}));Zp.displayName="NavbarItem";var Jp=K__namespace.forwardRef(({className:e,isActive:t,...a},r)=>jsxRuntime.jsx("a",{ref:r,className:o("text-sm font-medium transition-colors hover:text-primary",t?"text-primary":"text-muted-foreground",e),...a}));Jp.displayName="NavbarLink";var ef=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"}}),tf=K__namespace.forwardRef(({className:e,variant:t,size:a,underline:r,isExternal:n,showExternalIcon:i=true,isDisabled:s,children:l,...d},m)=>{let u=n?{target:"_blank",rel:"noopener noreferrer"}:{};return jsxRuntime.jsxs("a",{ref:m,className:o(ef({variant:t,size:a,underline:r,className:e}),s&&"pointer-events-none opacity-50"),"aria-disabled":s,...u,...d,children:[l,n&&i&&jsxRuntime.jsx(lucideReact.ExternalLink,{className:"h-3 w-3 ml-0.5","aria-hidden":"true"})]})});tf.displayName="Link";var rf=classVarianceAuthority.cva("fixed bottom-6 right-6 z-50 flex items-center justify-center rounded-full shadow-lg transition-all duration-300 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",{variants:{variant:{solid:"bg-primary text-primary-foreground hover:bg-primary/90",outline:"bg-background border border-border text-foreground hover:bg-accent",ghost:"bg-background/80 backdrop-blur-sm text-foreground hover:bg-accent",soft:"bg-primary/10 text-primary hover:bg-primary/20",surface:"bg-muted text-foreground hover:bg-muted/80"},size:{sm:"h-8 w-8",md:"h-10 w-10",lg:"h-12 w-12"}},defaultVariants:{variant:"solid",size:"md"}}),of=K__namespace.forwardRef(({className:e,variant:t,size:a,visibilityHeight:r=400,smooth:n=true,icon:i,duration:s=300,onClick:l,...d},m)=>{let[u,c]=K__namespace.useState(false);K__namespace.useEffect(()=>{let v=()=>{c(window.scrollY>r);};return v(),window.addEventListener("scroll",v,{passive:true}),()=>window.removeEventListener("scroll",v)},[r]);let f=v=>{n?window.scrollTo({top:0,behavior:"smooth"}):window.scrollTo(0,0),l?.(v);},p={sm:"h-4 w-4",md:"h-5 w-5",lg:"h-6 w-6"}[a||"md"];return u?jsxRuntime.jsx("button",{ref:m,type:"button",className:o(rf({variant:t,size:a,className:e}),"animate-in fade-in zoom-in duration-300"),onClick:f,"aria-label":"Back to top",...d,children:i||jsxRuntime.jsx(lucideReact.ArrowUp,{className:p})}):null});of.displayName="BackTop";var Qw=U__namespace.Menu,eN=U__namespace.Group,tN=U__namespace.Portal,aN=U__namespace.Sub,rN=U__namespace.RadioGroup,nf=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(U__namespace.Root,{ref:a,className:o("flex h-10 items-center space-x-1 rounded-md border bg-background p-1",e),...t}));nf.displayName=U__namespace.Root.displayName;var sf=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(U__namespace.Trigger,{ref:a,className:o("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),...t}));sf.displayName=U__namespace.Trigger.displayName;var lf=K__namespace.forwardRef(({className:e,inset:t,children:a,...r},n)=>jsxRuntime.jsxs(U__namespace.SubTrigger,{ref:n,className:o("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),...r,children:[a,jsxRuntime.jsx(lucideReact.ChevronRight,{className:"ml-auto h-4 w-4"})]}));lf.displayName=U__namespace.SubTrigger.displayName;var df=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(U__namespace.SubContent,{ref:a,className:o("z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e),...t}));df.displayName=U__namespace.SubContent.displayName;var cf=K__namespace.forwardRef(({className:e,align:t="start",alignOffset:a=-4,sideOffset:r=8,...n},i)=>jsxRuntime.jsx(U__namespace.Portal,{children:jsxRuntime.jsx(U__namespace.Content,{ref:i,align:t,alignOffset:a,sideOffset:r,className:o("z-50 min-w-[12rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e),...n})}));cf.displayName=U__namespace.Content.displayName;var mf=K__namespace.forwardRef(({className:e,inset:t,...a},r)=>jsxRuntime.jsx(U__namespace.Item,{ref:r,className:o("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",e),...a}));mf.displayName=U__namespace.Item.displayName;var uf=K__namespace.forwardRef(({className:e,children:t,checked:a,...r},n)=>jsxRuntime.jsxs(U__namespace.CheckboxItem,{ref:n,className:o("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",e),checked:a,...r,children:[jsxRuntime.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:jsxRuntime.jsx(U__namespace.ItemIndicator,{children:jsxRuntime.jsx(lucideReact.Check,{className:"h-4 w-4"})})}),t]}));uf.displayName=U__namespace.CheckboxItem.displayName;var pf=K__namespace.forwardRef(({className:e,children:t,...a},r)=>jsxRuntime.jsxs(U__namespace.RadioItem,{ref:r,className:o("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",e),...a,children:[jsxRuntime.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:jsxRuntime.jsx(U__namespace.ItemIndicator,{children:jsxRuntime.jsx(lucideReact.Circle,{className:"h-2 w-2 fill-current"})})}),t]}));pf.displayName=U__namespace.RadioItem.displayName;var ff=K__namespace.forwardRef(({className:e,inset:t,...a},r)=>jsxRuntime.jsx(U__namespace.Label,{ref:r,className:o("px-2 py-1.5 text-sm font-semibold",t&&"pl-8",e),...a}));ff.displayName=U__namespace.Label.displayName;var gf=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(U__namespace.Separator,{ref:a,className:o("-mx-1 my-1 h-px bg-muted",e),...t}));gf.displayName=U__namespace.Separator.displayName;var bf=({className:e,...t})=>jsxRuntime.jsx("span",{className:o("ml-auto text-xs tracking-widest text-muted-foreground",e),...t});bf.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"}}),hf=K__namespace.forwardRef(({className:e,orientation:t,size:a,currentStep:r=0,children:n,...i},s)=>{let l=K__namespace.Children.toArray(n);return jsxRuntime.jsx("div",{ref:s,className:o(vf({orientation:t,size:a,className:e})),...i,children:l.map((d,m)=>K__namespace.isValidElement(d)?K__namespace.cloneElement(d,{...d.props,stepNumber:m+1,status:d.props.status||(m<r?"completed":m===r?"current":"upcoming"),isLast:m===l.length-1,orientation:t,size:a}):d)})});hf.displayName="Steps";var xf=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"}}),nN=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"}}),iN=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"}}),yf=K__namespace.forwardRef(({className:e,orientation:t="horizontal",size:a="md",title:r,description:n,icon:i,status:s="upcoming",stepNumber:l,isLast:d,...m},u)=>jsxRuntime.jsxs("div",{ref:u,className:o(xf({orientation:t,size:a,className:e}),!d&&t==="horizontal"&&"flex-1"),...m,children:[jsxRuntime.jsx("div",{className:o("flex items-center",t==="vertical"&&"flex-col items-start"),children:jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[jsxRuntime.jsx("div",{className:o(nN({status:s,size:a})),children:s==="completed"?jsxRuntime.jsx(lucideReact.Check,{className:a==="sm"?"h-3 w-3":a==="lg"?"h-5 w-5":"h-4 w-4"}):i||l}),(r||n)&&jsxRuntime.jsxs("div",{className:"flex flex-col",children:[r&&jsxRuntime.jsx("span",{className:o("font-medium",a==="sm"&&"text-sm",a==="lg"&&"text-lg",s==="upcoming"&&"text-muted-foreground"),children:r}),n&&jsxRuntime.jsx("span",{className:o("text-muted-foreground",a==="sm"&&"text-xs",a==="md"&&"text-sm",a==="lg"&&"text-base"),children:n})]})]})}),!d&&jsxRuntime.jsx("div",{className:o(iN({orientation:t,status:s==="completed"?"completed":"upcoming"}),t==="vertical"&&"my-2")})]}));yf.displayName="Step";function uN({className:e,data:t,columns:a,selectable:r=false,selectedKeys:n,onSelectionChange:i,getRowKey:s=(x,S)=>String(S),sortable:l=false,sortState:d,onSortChange:m,paginated:u=false,pageSizeOptions:c=[10,20,50],paginationState:f,onPaginationChange:p,emptyContent:v="No data",loading:R=false,striped:b=false,hoverable:h=true,...w},g){let[x,S]=K__namespace.useState(new Set),[y,P]=K__namespace.useState({columnId:null,direction:null}),[k,T]=K__namespace.useState({pageIndex:0,pageSize:c[0]||10}),N=n??x,C=d??y,M=f??k,L=A=>{i?i(A):S(A);},E=A=>{m?m(A):P(A);},V=A=>{p?p(A):T(A);},D=K__namespace.useMemo(()=>{if(!C.columnId||!C.direction)return t;let A=a.find(F=>F.id===C.columnId);return A?[...t].sort((F,te)=>{let B=A.accessor(F),oe=A.accessor(te);if(B===oe)return 0;if(B==null)return 1;if(oe==null)return -1;let ee=String(B).localeCompare(String(oe),void 0,{numeric:true});return C.direction==="asc"?ee:-ee}):t},[t,C,a]),I=K__namespace.useMemo(()=>{if(!u)return D;let A=M.pageIndex*M.pageSize;return D.slice(A,A+M.pageSize)},[D,u,M]),z=Math.ceil(D.length/M.pageSize),G=A=>{if(A){let F=new Set(I.map((te,B)=>s(te,B)));L(F);}else L(new Set);},H=(A,F)=>{let te=new Set(N);F?te.add(A):te.delete(A),L(te);},j=I.length>0&&I.every((A,F)=>N.has(s(A,F))),$=I.some((A,F)=>N.has(s(A,F))),Ve=A=>{if(!a.find(B=>B.id===A)?.sortable&&!l)return;let te="asc";C.columnId===A&&(C.direction==="asc"?te="desc":C.direction==="desc"&&(te=null)),E({columnId:te?A:null,direction:te});},ve=A=>C.columnId!==A?jsxRuntime.jsx(lucideReact.ChevronsUpDown,{className:"h-4 w-4 text-muted-foreground/50"}):C.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:g,className:o("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:[r&&jsxRuntime.jsx("th",{className:"h-12 w-12 px-4",children:jsxRuntime.jsx(Mo,{checked:j?true:$?"indeterminate":false,onCheckedChange:G,"aria-label":"Select all"})}),a.map(A=>{let F=A.sortable??l;return jsxRuntime.jsx("th",{className:o("h-12 px-4 text-left align-middle font-medium text-muted-foreground",F&&"cursor-pointer select-none hover:text-foreground"),style:{width:A.width},onClick:()=>F&&Ve(A.id),children:jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[A.header,F&&ve(A.id)]})},A.id)})]})}),jsxRuntime.jsx("tbody",{className:"[&_tr:last-child]:border-0",children:R?jsxRuntime.jsx("tr",{children:jsxRuntime.jsx("td",{colSpan:a.length+(r?1:0),className:"h-24 text-center text-muted-foreground",children:"Loading..."})}):I.length===0?jsxRuntime.jsx("tr",{children:jsxRuntime.jsx("td",{colSpan:a.length+(r?1:0),className:"h-24 text-center text-muted-foreground",children:v})}):I.map((A,F)=>{let te=s(A,F),B=N.has(te);return jsxRuntime.jsxs("tr",{className:o("border-b transition-colors",h&&"hover:bg-muted/50",b&&F%2===1&&"bg-muted/30",B&&"bg-muted"),"data-state":B?"selected":void 0,children:[r&&jsxRuntime.jsx("td",{className:"w-12 px-4",children:jsxRuntime.jsx(Mo,{checked:B,onCheckedChange:oe=>H(te,!!oe),"aria-label":`Select row ${F+1}`})}),a.map(oe=>jsxRuntime.jsx("td",{className:"p-4 align-middle",children:oe.cell?oe.cell(A,F):oe.accessor(A)},oe.id))]},te)})})]})}),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:M.pageSize,onChange:A=>V({pageIndex:0,pageSize:Number(A.target.value)}),className:"h-8 rounded-md border bg-transparent px-2",children:c.map(A=>jsxRuntime.jsx("option",{value:A,children:A},A))})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsxs("span",{className:"text-sm text-muted-foreground",children:["Page ",M.pageIndex+1," of ",z||1]}),jsxRuntime.jsxs("div",{className:"flex gap-1",children:[jsxRuntime.jsx("button",{onClick:()=>V({...M,pageIndex:M.pageIndex-1}),disabled:M.pageIndex===0,className:"inline-flex h-8 w-8 items-center justify-center rounded-md border bg-transparent hover:bg-muted disabled:opacity-50 disabled:pointer-events-none","aria-label":"Previous page",children:jsxRuntime.jsx(lucideReact.ChevronLeft,{className:"h-4 w-4"})}),jsxRuntime.jsx("button",{onClick:()=>V({...M,pageIndex:M.pageIndex+1}),disabled:M.pageIndex>=z-1,className:"inline-flex h-8 w-8 items-center justify-center rounded-md border bg-transparent hover:bg-muted disabled:opacity-50 disabled:pointer-events-none","aria-label":"Next page",children:jsxRuntime.jsx(lucideReact.ChevronRight,{className:"h-4 w-4"})})]})]})]})]})}var pN=K__namespace.forwardRef(uN);var wf=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"}}),Nf=K__namespace.forwardRef(({className:e,size:t,data:a,defaultExpandedIds:r=[],expandedIds:n,onExpandedChange:i,selectedId:s,onSelect:l,showIcons:d=true,leafIcon:m=jsxRuntime.jsx(lucideReact.File,{className:"h-4 w-4"}),folderIcon:u=jsxRuntime.jsx(lucideReact.Folder,{className:"h-4 w-4"}),folderOpenIcon:c=jsxRuntime.jsx(lucideReact.FolderOpen,{className:"h-4 w-4"}),defaultExpandAll:f=false,...p},v)=>{let R=K__namespace.useCallback(y=>y.reduce((P,k)=>k.children?.length?[...P,k.id,...R(k.children)]:P,[]),[]),[b,h]=K__namespace.useState(()=>f?R(a):r),w=n??b,g=y=>{i?i(y):h(y);},x=y=>{w.includes(y)?g(w.filter(P=>P!==y)):g([...w,y]);},S=(y,P=0)=>{let k=y.children&&y.children.length>0,T=w.includes(y.id),N=s===y.id,C=()=>{y.disabled||l?.(y);},M=E=>{E.stopPropagation(),k&&x(y.id);},L=()=>y.icon?y.icon:k?T?c:u:m;return jsxRuntime.jsxs("div",{role:"treeitem","aria-expanded":k?T:void 0,children:[jsxRuntime.jsxs("div",{className:o("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",y.disabled&&"opacity-50 cursor-not-allowed"),style:{paddingLeft:`calc(${P} * var(--tree-indent) + 8px)`},onClick:C,children:[jsxRuntime.jsx("button",{type:"button",className:o("flex h-5 w-5 items-center justify-center rounded hover:bg-muted",!k&&"invisible"),onClick:M,tabIndex:-1,"aria-label":T?"Collapse":"Expand",children:T?jsxRuntime.jsx(lucideReact.ChevronDown,{className:"h-4 w-4"}):jsxRuntime.jsx(lucideReact.ChevronRight,{className:"h-4 w-4"})}),d&&jsxRuntime.jsx("span",{className:"flex-shrink-0 text-muted-foreground",children:L()}),jsxRuntime.jsx("span",{className:"truncate",children:y.name})]}),k&&T&&jsxRuntime.jsx("div",{role:"group",children:y.children.map(E=>S(E,P+1))})]},y.id)};return jsxRuntime.jsx("div",{ref:v,role:"tree",className:o(wf({size:t,className:e})),...p,children:a.map(y=>S(y))})});Nf.displayName="TreeView";var Cf=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}}),PN=({text:e,query:t})=>{if(!t)return jsxRuntime.jsx(jsxRuntime.Fragment,{children:e});let a=new RegExp(`(${t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")})`,"gi"),r=e.split(a);return jsxRuntime.jsx(jsxRuntime.Fragment,{children:r.map((n,i)=>a.test(n)?jsxRuntime.jsx("mark",{className:"bg-primary/20 text-foreground rounded-sm",children:n},i):jsxRuntime.jsx("span",{children:n},i))})},CN=(e,t)=>{let[a,r]=K__namespace.useState(e);return K__namespace.useEffect(()=>{let n=setTimeout(()=>{r(e);},t);return ()=>{clearTimeout(n);}},[e,t]),a},Sf=K__namespace.forwardRef(({className:e,size:t,value:a,defaultValue:r="",onChange:n,onSelect:i,options:s=[],loadOptions:l,debounceMs:d=300,minChars:m=0,placeholder:u="Type to search...",emptyText:c="No results found.",loadingText:f="Loading...",clearable:p=false,freeSolo:v=true,maxHeight:R=200,highlightMatch:b=true,fullWidth:h=false,disabled:w,...g},x)=>{let[S,y]=K__namespace.useState(false),[P,k]=K__namespace.useState(r),[T,N]=K__namespace.useState([]),[C,M]=K__namespace.useState(false),[L,E]=K__namespace.useState(false),V=K__namespace.useRef(null),D=a!==void 0?a:P,I=CN(D,d);K__namespace.useImperativeHandle(x,()=>V.current);let z=l?T:s,G=K__namespace.useMemo(()=>l?z:z.filter(ee=>ee.label.toLowerCase().includes(D.toLowerCase())),[z,D,l]);K__namespace.useEffect(()=>{if(!l)return;if(I.length<m){N([]);return}let ee=false;return (async()=>{M(true);try{let rt=await l(I);ee||N(rt);}catch{ee||N([]);}finally{ee||M(false);}})(),()=>{ee=true;}},[I,l,m]);let H=ee=>{a===void 0&&k(ee),n?.(ee);},j=ee=>{let at=ee.target.value;H(at),at.length>=m&&y(true);},$=ee=>{H(ee.label),i?.(ee),y(false);},Ve=()=>{H(""),V.current?.focus();},ve=()=>{E(true),D.length>=m&&(G.length>0||C)&&y(true);},A=()=>{E(false);},F=ee=>{ee.key==="Escape"&&y(false),ee.key==="ArrowDown"&&!S&&G.length>0&&y(true);},te=S&&D.length>=m,B=t==="sm"?"h-3 w-3":t==="lg"?"h-5 w-5":"h-4 w-4",oe=p&&D?"pr-8":"pr-3";return jsxRuntime.jsxs(Ne,{open:te,onOpenChange:y,children:[jsxRuntime.jsx(gs,{asChild:true,children:jsxRuntime.jsxs("div",{className:o("relative",h?"w-full":"w-fit"),children:[jsxRuntime.jsx("input",{ref:V,type:"text",value:D,onChange:j,onFocus:ve,onBlur:A,onKeyDown:F,disabled:w,placeholder:u,className:o(Cf({size:t,fullWidth:h}),oe,e),style:{borderColor:L?"var(--color-foreground)":void 0},role:"combobox","aria-expanded":te,"aria-autocomplete":"list","aria-controls":"autocomplete-list",...g}),p&&D&&!w&&jsxRuntime.jsx("button",{type:"button",onClick:Ve,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:B})})]})}),jsxRuntime.jsx(xe,{className:"w-[--radix-popover-trigger-width] p-0",align:"start",onOpenAutoFocus:ee=>ee.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:R},children:C?jsxRuntime.jsxs("div",{className:"flex items-center justify-center gap-2 py-6 text-sm text-muted-foreground",children:[jsxRuntime.jsx(lucideReact.Loader2,{className:o(B,"animate-spin")}),f]}):G.length===0?jsxRuntime.jsx("div",{className:"py-6 text-center text-sm text-muted-foreground",children:c}):G.map(ee=>jsxRuntime.jsxs(cmdk.Command.Item,{value:ee.value,disabled:ee.disabled,onSelect:()=>$(ee),className:o("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:o("mr-2 h-4 w-4 shrink-0",D===ee.label?"opacity-100":"opacity-0")}),jsxRuntime.jsx("span",{className:"flex-1",children:b?jsxRuntime.jsx(PN,{text:ee.label,query:D}):ee.label})]},ee.value))})})})]})});Sf.displayName="Autocomplete";var Xs=K__namespace.createContext(null),qs=K__namespace.createContext(null),Zs=()=>{let e=K__namespace.useContext(Xs);if(!e)throw new Error("useFormContext must be used within a Form");return e},ri=()=>{let e=K__namespace.useContext(qs);if(!e)throw new Error("useFieldContext must be used within a FormField");return e},SN={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:a=>typeof a=="string"&&a.length>=e,message:t??`Must be at least ${e} characters`}),maxLength:(e,t)=>({validate:a=>typeof a=="string"&&a.length<=e,message:t??`Must be at most ${e} characters`}),min:(e,t)=>({validate:a=>typeof a=="number"&&a>=e,message:t??`Must be at least ${e}`}),max:(e,t)=>({validate:a=>typeof a=="number"&&a<=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:a=>typeof a=="string"&&e.test(a),message:t}),custom:(e,t)=>({validate:e,message:t})},Tf=K__namespace.forwardRef(({defaultValues:e={},onSubmit:t,onError:a,validateOnBlur:r=true,validateOnChange:n=false,children:i,className:s,...l},d)=>{let[m,u]=K__namespace.useState(e),[c,f]=K__namespace.useState({}),[p,v]=K__namespace.useState({}),[R,b]=K__namespace.useState({}),[h,w]=K__namespace.useState(false),g=K__namespace.useRef(new Map),x=K__namespace.useCallback((V,D)=>{g.current.set(V,D);},[]),S=K__namespace.useCallback(V=>{g.current.delete(V);},[]),y=K__namespace.useCallback(V=>{let D=g.current.get(V)||[],I=m[V];for(let z of D)if(!z.validate(I))return f(G=>({...G,[V]:z.message})),false;return f(z=>({...z,[V]:null})),true},[m]),P=K__namespace.useCallback(()=>{let V=true,D={};return g.current.forEach((I,z)=>{let G=m[z];for(let H of I)if(!H.validate(G)){D[z]=H.message,V=false;break}D[z]||(D[z]=null);}),f(D),V},[m]),k=K__namespace.useCallback((V,D)=>{u(I=>({...I,[V]:D})),b(I=>({...I,[V]:true})),n&&setTimeout(()=>{y(V);},0);},[n,y]),T=K__namespace.useCallback((V,D)=>{f(I=>({...I,[V]:D}));},[]),N=K__namespace.useCallback((V,D)=>{v(I=>({...I,[V]:D})),D&&r&&y(V);},[r,y]),C=K__namespace.useCallback(V=>({value:m[V],error:c[V]??null,touched:p[V]??false,dirty:R[V]??false}),[m,c,p,R]),M=K__namespace.useCallback(()=>{u(e),f({}),v({}),b({});},[e]),L=async V=>{V.preventDefault();let D={};if(g.current.forEach((z,G)=>{D[G]=true;}),v(D),!P()){a?.(c);return}if(t){w(true);try{await t(m);}finally{w(false);}}},E={values:m,errors:c,touched:p,dirty:R,isSubmitting:h,setValue:k,setError:T,setTouched:N,validateField:y,validateAll:P,registerField:x,unregisterField:S,getFieldState:C,reset:M};return jsxRuntime.jsx(Xs.Provider,{value:E,children:jsxRuntime.jsx("form",{ref:d,onSubmit:L,className:o("space-y-4",s),...l,children:i})})});Tf.displayName="Form";var Mf=({name:e,rules:t=[],defaultValue:a,children:r})=>{let n=Zs(),i=K__namespace.useId();K__namespace.useEffect(()=>(n.registerField(e,t),a!==void 0&&n.values[e]===void 0&&n.setValue(e,a),()=>{n.unregisterField(e);}),[e,t,a,n]);let s=n.getFieldState(e),l={name:e,id:`${i}-${e}`,value:s.value,error:s.error,touched:s.touched,dirty:s.dirty};return jsxRuntime.jsx(qs.Provider,{value:l,children:r})};Mf.displayName="FormField";var kf=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,className:o("space-y-1.5",e),...t}));kf.displayName="FormItem";var Df=K__namespace.forwardRef(({className:e,required:t,children:a,...r},n)=>{let{id:i,error:s,touched:l}=ri();return jsxRuntime.jsxs(ar,{ref:n,htmlFor:i,className:o(s&&l&&"text-danger",e),...r,children:[a,t&&jsxRuntime.jsx("span",{className:"ml-1 text-danger",children:"*"})]})});Df.displayName="FormLabel";var Lf=({children:e})=>{let{name:t,id:a,error:r,touched:n}=ri(),i=Zs(),s=i.getFieldState(t),l=m=>{let u=m.target,c=u.type==="checkbox"?u.checked:u.value;i.setValue(t,c);},d=()=>{i.setTouched(t,true);};return K__namespace.cloneElement(e,{id:a,name:t,value:s.value??"",onChange:l,onBlur:d,"aria-invalid":r&&n?"true":void 0,"aria-describedby":r&&n?`${a}-error`:void 0})};Lf.displayName="FormControl";var Vf=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("p",{ref:a,className:o("text-xs text-muted-foreground",e),...t}));Vf.displayName="FormDescription";var If=K__namespace.forwardRef(({className:e,message:t,...a},r)=>{let{id:n,error:i,touched:s}=ri(),l=t??(s?i:null);return l?jsxRuntime.jsx("p",{ref:r,id:`${n}-error`,className:o("text-xs text-danger",e),role:"alert",...a,children:l}):null});If.displayName="FormMessage";var Hf=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"}}),Af=K__namespace.forwardRef(({className:e,size:t,name:a,description:r,avatarUrl:n,avatarFallback:i,trailing:s,...l},d)=>{let m=i||a.split(" ").map(u=>u[0]).join("").toUpperCase().slice(0,2);return jsxRuntime.jsxs("div",{ref:d,className:o(Hf({size:t,className:e})),...l,children:[jsxRuntime.jsxs(rr,{"data-user-avatar":true,children:[n&&jsxRuntime.jsx(zr,{src:n,alt:a}),jsxRuntime.jsx(or,{children:m})]}),jsxRuntime.jsxs("div",{className:"flex flex-col min-w-0",children:[jsxRuntime.jsx("span",{className:"text-sm font-medium leading-none truncate",children:a}),r&&jsxRuntime.jsx("span",{className:"text-sm text-muted-foreground truncate",children:r})]}),s&&jsxRuntime.jsx("div",{className:"ml-auto flex-shrink-0",children:s})]})});Af.displayName="User";var Ff=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"}}),Bf=K__namespace.forwardRef(({className:e,variant:t,size:a,...r},n)=>jsxRuntime.jsx("code",{ref:n,className:o(Ff({variant:t,size:a,className:e})),...r}));Bf.displayName="Code";var Of=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"}}),Gf=K__namespace.forwardRef(({className:e,variant:t,size:a,code:r,copyable:n=true,copyLabel:i="Copy",onCopy:s,symbol:l="$",hideSymbol:d=false,...m},u)=>{let[c,f]=K__namespace.useState(false),p=async()=>{try{await navigator.clipboard.writeText(r),f(!0),s?.(),setTimeout(()=>f(!1),2e3);}catch(v){console.error("Failed to copy:",v);}};return jsxRuntime.jsxs("div",{ref:u,className:o(Of({variant:t,size:a,className:e})),...m,children:[!d&&jsxRuntime.jsx("span",{className:"text-muted-foreground select-none",children:l}),jsxRuntime.jsx("code",{className:"flex-1 truncate",children:r}),n&&jsxRuntime.jsx("button",{type:"button",onClick:p,className:o("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":c?"Copied":i,children:c?jsxRuntime.jsx(lucideReact.Check,{className:"h-4 w-4 text-green-500"}):jsxRuntime.jsx(lucideReact.Copy,{className:"h-4 w-4 text-muted-foreground"})})]})});Gf.displayName="Snippet";var el=classVarianceAuthority.cva("overflow-hidden",{variants:{radius:{none:"rounded-none",sm:"rounded-sm",md:"rounded-md",lg:"rounded-lg",full:"rounded-full"}},defaultVariants:{radius:"md"}}),Wf=K__namespace.forwardRef(({className:e,radius:t,src:a,alt:r,fallback:n,showSkeleton:i=true,onLoad:s,onError:l,fit:d="cover",aspectRatio:m,style:u,...c},f)=>{let[p,v]=K__namespace.useState("loading");K__namespace.useEffect(()=>{a&&v("loading");},[a]);let R=()=>{v("loaded"),s?.();},b=()=>{v("error"),l?.();},h={contain:"object-contain",cover:"object-cover",fill:"object-fill",none:"object-none","scale-down":"object-scale-down"}[d];return p==="error"&&n?jsxRuntime.jsx("div",{className:o(el({radius:t}),"flex items-center justify-center bg-muted",e),style:{aspectRatio:m,...u},children:n}):jsxRuntime.jsxs("div",{className:o(el({radius:t}),"relative",e),style:{aspectRatio:m,...u},children:[p==="loading"&&i&&jsxRuntime.jsx(Cn,{className:"absolute inset-0 h-full w-full"}),jsxRuntime.jsx("img",{ref:f,src:a,alt:r,onLoad:R,onError:b,className:o("h-full w-full transition-opacity duration-300",h,p==="loading"?"opacity-0":"opacity-100"),...c})]})});Wf.displayName="Image";var Kf=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"}}),Yf=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"}}),Uf=K__namespace.createContext({value:"",onValueChange:()=>{},multiple:false,size:"md"}),jf=K__namespace.forwardRef(({className:e,size:t="md",value:a,defaultValue:r="",onValueChange:n,multiple:i=false,children:s,...l},d)=>{let[m,u]=K__namespace.useState(r),c=a??m,f=p=>{let v;if(i){let R=Array.isArray(c)?c:[c].filter(Boolean);R.includes(p)?v=R.filter(b=>b!==p):v=[...R,p];}else v=p;n?n(v):u(v);};return jsxRuntime.jsx(Uf.Provider,{value:{value:c,onValueChange:f,multiple:i,size:t??"md"},children:jsxRuntime.jsx("div",{ref:d,role:"listbox","aria-multiselectable":i,className:o(Kf({size:t,className:e})),...l,children:s})})});jf.displayName="Listbox";var Xf=K__namespace.forwardRef(({className:e,value:t,disabled:a,icon:r,description:n,children:i,...s},l)=>{let{value:d,onValueChange:m,multiple:u,size:c}=K__namespace.useContext(Uf),f=u?Array.isArray(d)&&d.includes(t):d===t,p=()=>{a||m(t);},v=R=>{(R.key==="Enter"||R.key===" ")&&!a&&(R.preventDefault(),m(t));};return jsxRuntime.jsxs("div",{ref:l,role:"option","aria-selected":f,"data-disabled":a?"":void 0,tabIndex:a?-1:0,className:o(Yf({size:c}),f&&"bg-accent text-accent-foreground",e),onClick:p,onKeyDown:v,...s,children:[r&&jsxRuntime.jsx("span",{className:"mr-2 flex-shrink-0",children:r}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("div",{className:"truncate",children:i}),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"})]})});Xf.displayName="ListboxItem";var Zf=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"}}),Jf=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 BN({className:e,variant:t,size:a,items:r,onReorder:n,renderItem:i,showHandle:s=true,disabled:l=false,...d},m){let[u,c]=K__namespace.useState(null),[f,p]=K__namespace.useState(null),v=(g,x)=>{l||(c(x),g.dataTransfer.effectAllowed="move",g.dataTransfer.setData("text/plain",String(x)));},R=(g,x)=>{g.preventDefault(),!(l||u===null||u===x)&&p(x);},b=()=>{p(null);},h=(g,x)=>{if(g.preventDefault(),l||u===null||u===x){c(null),p(null);return}let S=[...r],[y]=S.splice(u,1);S.splice(x,0,y),n?.(S),c(null),p(null);},w=()=>{c(null),p(null);};return jsxRuntime.jsx("div",{ref:m,className:o(Zf({variant:t,size:a,className:e})),...d,children:r.map((g,x)=>jsxRuntime.jsxs("div",{draggable:!l,onDragStart:S=>v(S,x),onDragOver:S=>R(S,x),onDragLeave:b,onDrop:S=>h(S,x),onDragEnd:w,className:o(Jf({variant:t,size:a,isDragging:u===x,isDragOver:f===x}),!l&&"cursor-move"),children:[s&&jsxRuntime.jsx("div",{className:o("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:i(g,x)})]},g.id))})}var ON=K__namespace.forwardRef(BN);var tg=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}}),_N={sm:"h-4 w-4",md:"h-6 w-6",lg:"h-8 w-8"},ag=K__namespace.forwardRef(({className:e,variant:t,loading:a=true,size:r="md",spinner:n,text:i,children:s,...l},d)=>jsxRuntime.jsxs("div",{ref:d,className:o("relative",e),...l,children:[s,jsxRuntime.jsx("div",{className:o(tg({variant:t,visible:a})),"aria-hidden":!a,children:jsxRuntime.jsxs("div",{className:"flex flex-col items-center gap-2",children:[n||jsxRuntime.jsx(lucideReact.Loader2,{className:o(_N[r],"animate-spin text-primary")}),i&&jsxRuntime.jsx("span",{className:"text-sm text-muted-foreground",children:i})]})})]}));ag.displayName="LoadingOverlay";var rg=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"}}),og=K__namespace.forwardRef(({className:e,color:t,isLoading:a=false,progress:r,showSpinner:n=false,...i},s)=>{let[l,d]=K__namespace.useState(0),[m,u]=K__namespace.useState(false),c=K__namespace.useRef(null);return K__namespace.useEffect(()=>{if(r!==void 0){d(r),u(r>0&&r<100);return}return a?(u(true),d(10),c.current=setInterval(()=>{d(f=>{if(f>=90)return f;let p=Math.random()*10;return Math.min(f+p,90)});},500)):l>0&&(d(100),setTimeout(()=>{u(false),d(0);},200)),()=>{c.current&&clearInterval(c.current);}},[a,r]),!m&&r===void 0||r!==void 0&&(r<=0||r>=100)?null:jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{ref:s,className:o(rg({color:t,className:e})),style:{width:`${l}%`},role:"progressbar","aria-valuenow":l,"aria-valuemin":0,"aria-valuemax":100,...i,children:jsxRuntime.jsx("div",{className:"absolute right-0 h-full w-24 -translate-y-1 rotate-3 bg-inherit opacity-50 blur-sm"})}),n&&m&&jsxRuntime.jsx("div",{className:"fixed top-4 right-4 z-[9999]",children:jsxRuntime.jsx("div",{className:o("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")})})]})});og.displayName="NProgress";var lg=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}}),ng={sm:"h-4 w-4",md:"h-6 w-6",lg:"h-8 w-8"},qN={sm:"h-1.5 w-1.5",md:"h-2 w-2",lg:"h-3 w-3"},dg=K__namespace.forwardRef(({className:e,variant:t="spinner",size:a="md",fullScreen:r,text:n,color:i="primary",...s},l)=>{let d={primary:"text-primary",secondary:"text-secondary",muted:"text-muted-foreground"}[i],m=()=>{switch(t){case "dots":return jsxRuntime.jsx("div",{className:"flex items-center gap-1",children:[0,1,2].map(u=>jsxRuntime.jsx("div",{className:o(qN[a||"md"],"animate-bounce rounded-full bg-current",d),style:{animationDelay:`${u*.15}s`}},u))});case "pulse":return jsxRuntime.jsx("div",{className:o(ng[a||"md"],"animate-pulse rounded-full bg-current",d)});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:o(ng[a||"md"],"animate-spin",d)})}};return jsxRuntime.jsx("div",{ref:l,className:o(lg({variant:t,size:a,fullScreen:r,className:e})),role:"status","aria-label":n||"Loading",...s,children:jsxRuntime.jsxs("div",{className:"flex flex-col items-center gap-2",children:[m(),n&&jsxRuntime.jsx("span",{className:o("text-sm",d),children:n})]})})});dg.displayName="Loading";var rl=class extends K__namespace.Component{constructor(t){super(t),this.state={hasError:false,error:null};}static getDerivedStateFromError(t){return {hasError:true,error:t}}componentDidCatch(t,a){this.props.onError?.(t,a);}componentDidUpdate(t){this.state.hasError&&this.props.resetKeys&&this.props.resetKeys.some((r,n)=>r!==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(ol,{error:this.state.error,onReset:this.reset}):this.props.children}},ol=K__namespace.forwardRef(({error:e,onReset:t,className:a},r)=>jsxRuntime.jsxs("div",{ref:r,className:o("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",a),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"]})]}));ol.displayName="DefaultErrorFallback";var QN=rl;var mg=K__namespace.forwardRef(({value:e,defaultValue:t,onValueChange:a,placeholder:r="Pick a date range",dateFormat:n="LLL dd, y",disabled:i=false,minDate:s,maxDate:l,numberOfMonths:d=2,className:m,align:u="start"},c)=>{let[f,p]=K__namespace.useState(false),[v,R]=K__namespace.useState(t),b=e!==void 0,h=b?e:v,w=x=>{b||R(x),a?.(x);},g=x=>{if(!x)return r;let{from:S,to:y}=x;return S&&y?`${dateFns.format(S,n)} - ${dateFns.format(y,n)}`:S?dateFns.format(S,n):r};return jsxRuntime.jsxs(Ne,{open:f,onOpenChange:p,children:[jsxRuntime.jsx(Se,{asChild:true,children:jsxRuntime.jsxs(W,{ref:c,variant:"bordered",disabled:i,className:o("w-full justify-start text-left font-normal",!h?.from&&"text-muted-foreground",m),children:[jsxRuntime.jsx(lucideReact.Calendar,{className:"mr-2 h-4 w-4"}),g(h)]})}),jsxRuntime.jsx(xe,{className:"w-auto p-0",align:u,children:jsxRuntime.jsx($r,{mode:"range",defaultMonth:h?.from,selected:h,onSelect:w,numberOfMonths:d,disabled:x=>!!(s&&x<s||l&&x>l),initialFocus:true})})]})});mg.displayName="DateRangePicker";var no=e=>String(e).padStart(2,"0"),ug=K__namespace.forwardRef(({value:e,onValueChange:t,placeholder:a="Pick a time",use24Hour:r=true,minuteStep:n=1,disabled:i=false,className:s},l)=>{let[d,m]=K__namespace.useState(false),u=r?Array.from({length:24},(g,x)=>x):Array.from({length:12},(g,x)=>x+1),c=Array.from({length:Math.floor(60/n)},(g,x)=>x*n),f=g=>{if(!g)return a;if(r)return `${no(g.hours)}:${no(g.minutes)}`;let x=g.hours%12||12,S=g.hours>=12?"PM":"AM";return `${no(x)}:${no(g.minutes)} ${S}`},p=g=>{let x=e?.minutes??0,S=g;if(!r&&e){let y=e.hours>=12;y&&g!==12?S=g+12:!y&&g===12&&(S=0);}t?.({hours:S,minutes:x});},v=g=>{let x=e?.hours??0;t?.({hours:x,minutes:g});},R=g=>{if(!e)return;let x=e.hours;g==="AM"&&e.hours>=12?x=e.hours-12:g==="PM"&&e.hours<12&&(x=e.hours+12),t?.({hours:x,minutes:e.minutes});},b=()=>{let g=new Date;t?.({hours:g.getHours(),minutes:g.getMinutes()});},h=e?e.hours>=12?"PM":"AM":void 0,w=e?r?e.hours:e.hours%12||12:void 0;return jsxRuntime.jsxs(Ne,{open:d,onOpenChange:m,children:[jsxRuntime.jsx(Se,{asChild:true,children:jsxRuntime.jsxs(W,{ref:l,variant:"bordered",disabled:i,className:o("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(xe,{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(je,{className:"h-[200px]",children:jsxRuntime.jsx("div",{className:"flex flex-col p-1",children:u.map(g=>jsxRuntime.jsx(W,{variant:w===g?"solid":"ghost",size:"sm",className:"h-8 w-12 justify-center",onClick:()=>p(g),children:no(g)},g))})})]}),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(je,{className:"h-[200px]",children:jsxRuntime.jsx("div",{className:"flex flex-col p-1",children:c.map(g=>jsxRuntime.jsx(W,{variant:e?.minutes===g?"solid":"ghost",size:"sm",className:"h-8 w-12 justify-center",onClick:()=>v(g),children:no(g)},g))})})]}),!r&&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(W,{variant:h==="AM"?"solid":"ghost",size:"sm",className:"h-8 w-12",onClick:()=>R("AM"),children:"AM"}),jsxRuntime.jsx(W,{variant:h==="PM"?"solid":"ghost",size:"sm",className:"h-8 w-12",onClick:()=>R("PM"),children:"PM"})]})]})]}),jsxRuntime.jsxs("div",{className:"flex justify-between border-t p-2",children:[jsxRuntime.jsx(W,{variant:"ghost",size:"sm",onClick:b,children:"Now"}),jsxRuntime.jsx(W,{size:"sm",onClick:()=>m(false),children:"Done"})]})]})]})});ug.displayName="TimePicker";var pg=classVarianceAuthority.cva("overflow-auto",{variants:{variant:{default:"",bordered:"border rounded-lg",cards:""}},defaultVariants:{variant:"default"}});function rP({className:e,variant:t,items:a,itemHeight:r,height:n,overscan:i=3,renderItem:s,getItemKey:l,gap:d=0,onScrollChange:m,...u},c){let f=K__namespace.useRef(null),[p,v]=K__namespace.useState(0);K__namespace.useImperativeHandle(c,()=>f.current);let R=a.length*(r+d)-d,b=r+d,h=Math.max(0,Math.floor(p/b)-i),w=Math.ceil(n/b)+2*i,g=Math.min(a.length-1,h+w),x=y=>{let P=y.currentTarget.scrollTop;v(P),m?.(P);},S=K__namespace.useMemo(()=>{let y=[];for(let P=h;P<=g;P++)a[P]!==void 0&&y.push({item:a[P],index:P,style:{position:"absolute",top:P*b,left:0,right:0,height:r}});return y},[a,h,g,b,r]);return jsxRuntime.jsx("div",{ref:f,className:o(pg({variant:t,className:e})),style:{height:n,position:"relative"},onScroll:x,...u,children:jsxRuntime.jsx("div",{style:{height:R,position:"relative"},children:S.map(({item:y,index:P,style:k})=>jsxRuntime.jsx("div",{style:k,children:s(y,P)},l?l(y,P):P))})})}var oP=K__namespace.forwardRef(rP);var gg=classVarianceAuthority.cva("",{variants:{variant:{default:"",bordered:"border rounded-lg overflow-hidden"}},defaultVariants:{variant:"default"}}),sl=classVarianceAuthority.cva("flex items-center justify-center py-4",{variants:{size:{sm:"py-2",md:"py-4",lg:"py-6"}},defaultVariants:{size:"md"}}),bg=K__namespace.forwardRef(({className:e,variant:t,size:a,children:r,onLoadMore:n,hasMore:i,isLoading:s=false,loader:l,threshold:d=100,rootMargin:m,useWindow:u=false,endMessage:c,...f},p)=>{let v=K__namespace.useRef(null),R=K__namespace.useRef(null),b=K__namespace.useRef(false);K__namespace.useImperativeHandle(p,()=>v.current),K__namespace.useEffect(()=>{let w=R.current;if(!w)return;let g=new IntersectionObserver(x=>{let[S]=x;S.isIntersecting&&i&&!s&&!b.current&&(b.current=true,Promise.resolve(n()).finally(()=>{b.current=false;}));},{root:u?null:v.current,rootMargin:m||`${d}px`,threshold:0});return g.observe(w),()=>{g.disconnect();}},[i,s,n,d,m,u]);let h=jsxRuntime.jsx("div",{className:o(sl({size:a})),children:jsxRuntime.jsx(lucideReact.Loader2,{className:"h-6 w-6 animate-spin text-muted-foreground"})});return jsxRuntime.jsxs("div",{ref:v,className:o(gg({variant:t,className:e})),...f,children:[r,jsxRuntime.jsx("div",{ref:R,className:"h-px w-full"}),s&&(l||h),!i&&!s&&c&&jsxRuntime.jsx("div",{className:o(sl({size:a}),"text-muted-foreground text-sm"),children:c})]})});bg.displayName="InfiniteScroll";var xg=classVarianceAuthority.cva("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"),ll=classVarianceAuthority.cva("fixed left-[50%] top-[50%] z-50 grid 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",{variants:{size:{sm:"w-full max-w-sm",md:"w-full max-w-lg",lg:"w-full max-w-2xl",xl:"w-full max-w-4xl",full:"w-[calc(100vw-2rem)] h-[calc(100vh-2rem)] max-w-none"}},defaultVariants:{size:"md"}}),yg=K__namespace.forwardRef(({open:e,onOpenChange:t,children:a,trigger:r,title:n,description:i,footer:s,showCloseButton:l=true,closeOnOverlayClick:d=true,closeOnEscape:m=true,size:u,className:c,contentClassName:f},p)=>jsxRuntime.jsxs(se__namespace.Root,{open:e,onOpenChange:t,children:[r&&jsxRuntime.jsx(se__namespace.Trigger,{asChild:true,children:r}),jsxRuntime.jsxs(se__namespace.Portal,{children:[jsxRuntime.jsx(se__namespace.Overlay,{className:o(xg(),c),onClick:d?void 0:v=>v.stopPropagation()}),jsxRuntime.jsxs(se__namespace.Content,{ref:p,className:o(ll({size:u}),f),onEscapeKeyDown:m?void 0:v=>v.preventDefault(),onPointerDownOutside:d?void 0:v=>v.preventDefault(),children:[(n||i)&&jsxRuntime.jsxs("div",{className:"flex flex-col space-y-1.5 text-center sm:text-left",children:[n&&jsxRuntime.jsx(se__namespace.Title,{className:"text-lg font-semibold leading-none tracking-tight",children:n}),i&&jsxRuntime.jsx(se__namespace.Description,{className:"text-sm text-muted-foreground",children:i})]}),a,s&&jsxRuntime.jsx("div",{className:"flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",children:s}),l&&jsxRuntime.jsxs(se__namespace.Close,{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 data-[state=open]:bg-accent data-[state=open]:text-muted-foreground",children:[jsxRuntime.jsx(lucideReact.X,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Close"})]})]})]})]}));yg.displayName="Modal";var sP=se__namespace.Root,lP=se__namespace.Trigger,Rg=se__namespace.Portal,dP=se__namespace.Close,dl=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(se__namespace.Overlay,{ref:a,className:o(xg(),e),...t}));dl.displayName="ModalOverlay";var wg=K__namespace.forwardRef(({className:e,children:t,size:a,showCloseButton:r=true,...n},i)=>jsxRuntime.jsxs(Rg,{children:[jsxRuntime.jsx(dl,{}),jsxRuntime.jsxs(se__namespace.Content,{ref:i,className:o(ll({size:a}),e),...n,children:[t,r&&jsxRuntime.jsxs(se__namespace.Close,{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 data-[state=open]:bg-accent data-[state=open]:text-muted-foreground",children:[jsxRuntime.jsx(lucideReact.X,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Close"})]})]})]}));wg.displayName="ModalContent";var Ng=({className:e,...t})=>jsxRuntime.jsx("div",{className:o("flex flex-col space-y-1.5 text-center sm:text-left",e),...t});Ng.displayName="ModalHeader";var Pg=({className:e,...t})=>jsxRuntime.jsx("div",{className:o("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",e),...t});Pg.displayName="ModalFooter";var Cg=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(se__namespace.Title,{ref:a,className:o("text-lg font-semibold leading-none tracking-tight",e),...t}));Cg.displayName="ModalTitle";var Sg=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(se__namespace.Description,{ref:a,className:o("text-sm text-muted-foreground",e),...t}));Sg.displayName="ModalDescription";var Mg=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"}}),gP=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"}}),bP={default:lucideReact.HelpCircle,danger:lucideReact.XCircle,warning:lucideReact.AlertTriangle,success:lucideReact.CheckCircle,info:lucideReact.Info},cl=K__namespace.forwardRef(({open:e,onOpenChange:t,trigger:a,title:r,description:n,confirmText:i="Confirm",cancelText:s="Cancel",onConfirm:l,onCancel:d,showIcon:m=true,icon:u,variant:c="default",loading:f=false,disabled:p=false,className:v},R)=>{let[b,h]=K__namespace.useState(false),w=bP[c||"default"],g=async()=>{if(l){let y=l();if(y instanceof Promise){h(true);try{await y;}finally{h(false);}}}},x=()=>{d?.();},S=f||b;return jsxRuntime.jsxs(ue__namespace.Root,{open:e,onOpenChange:t,children:[a&&jsxRuntime.jsx(ue__namespace.Trigger,{asChild:true,children:a}),jsxRuntime.jsxs(ue__namespace.Portal,{children:[jsxRuntime.jsx(ue__namespace.Overlay,{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"}),jsxRuntime.jsxs(ue__namespace.Content,{ref:R,className:o("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",v),children:[jsxRuntime.jsxs("div",{className:"flex flex-col items-center gap-4 sm:flex-row sm:items-start",children:[m&&jsxRuntime.jsx("div",{className:o(Mg({variant:c})),children:u||jsxRuntime.jsx(w,{className:"h-6 w-6"})}),jsxRuntime.jsxs("div",{className:"flex flex-col space-y-2 text-center sm:text-left",children:[jsxRuntime.jsx(ue__namespace.Title,{className:"text-lg font-semibold",children:r}),n&&jsxRuntime.jsx(ue__namespace.Description,{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(ue__namespace.Cancel,{className:o(ot({variant:"bordered"})),onClick:x,disabled:S,children:s}),jsxRuntime.jsx(ue__namespace.Action,{className:o(ot(),gP({variant:c}),S&&"opacity-50 cursor-not-allowed"),onClick:g,disabled:p||S,children:S?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..."]}):i})]})]})]})]})});cl.displayName="ConfirmDialog";function vP(){let[e,t]=K__namespace.useState({open:false,options:null,resolve:null}),a=K__namespace.useCallback(l=>new Promise(d=>{t({open:true,options:l,resolve:d});}),[]),r=K__namespace.useCallback(()=>{e.resolve?.(true),t({open:false,options:null,resolve:null});},[e.resolve]),n=K__namespace.useCallback(()=>{e.resolve?.(false),t({open:false,options:null,resolve:null});},[e.resolve]),i=K__namespace.useCallback(l=>{l||(e.resolve?.(false),t({open:false,options:null,resolve:null}));},[e.resolve]),s=K__namespace.useMemo(()=>e.options?jsxRuntime.jsx(cl,{open:e.open,onOpenChange:i,title:e.options.title,description:e.options.description,confirmText:e.options.confirmText,cancelText:e.options.cancelText,variant:e.options.variant,onConfirm:r,onCancel:n}):null,[e,r,n,i]);return {confirm:a,ConfirmDialog:s}}var TP=e=>e.map(t=>typeof t=="string"?{src:t}:t),ul=K__namespace.forwardRef(({images:e,open:t,onOpenChange:a,initialIndex:r=0,onIndexChange:n,trigger:i,showThumbnails:s=true,showZoom:l=true,showRotate:d=true,showDownload:m=true,showFullscreen:u=true,showNavigation:c=true,showCounter:f=true,closeOnBackdropClick:p=true,className:v},R)=>{let b=K__namespace.useMemo(()=>TP(e),[e]),[h,w]=K__namespace.useState(r),[g,x]=K__namespace.useState(1),[S,y]=K__namespace.useState(0),[P,k]=K__namespace.useState(false),[T,N]=K__namespace.useState(false),[C,M]=K__namespace.useState({x:0,y:0}),[L,E]=K__namespace.useState({x:0,y:0}),V=K__namespace.useRef(null),D=b[h];K__namespace.useEffect(()=>{w(r);},[r]),K__namespace.useEffect(()=>{n?.(h);},[h,n]),K__namespace.useEffect(()=>{x(1),y(0),M({x:0,y:0});},[h]);let I=K__namespace.useCallback(()=>{w(B=>B>0?B-1:b.length-1);},[b.length]),z=K__namespace.useCallback(()=>{w(B=>B<b.length-1?B+1:0);},[b.length]),G=()=>{x(B=>Math.min(B+.5,4));},H=()=>{x(B=>{let oe=Math.max(B-.5,.5);return oe===1&&M({x:0,y:0}),oe});},j=()=>{y(B=>(B+90)%360);},$=async()=>{if(D)try{let oe=await(await fetch(D.src)).blob(),ee=URL.createObjectURL(oe),at=document.createElement("a");at.href=ee,at.download=D.alt||`image-${h+1}`,document.body.appendChild(at),at.click(),document.body.removeChild(at),URL.revokeObjectURL(ee);}catch{window.open(D.src,"_blank");}},Ve=async()=>{if(V.current)if(P)try{await document.exitFullscreen(),k(!1);}catch{}else try{await V.current.requestFullscreen(),k(!0);}catch{}},ve=B=>{g>1&&(N(true),E({x:B.clientX-C.x,y:B.clientY-C.y}));},A=B=>{T&&g>1&&M({x:B.clientX-L.x,y:B.clientY-L.y});},F=()=>{N(false);},te=K__namespace.useCallback(B=>{switch(B.key){case "ArrowLeft":I();break;case "ArrowRight":z();break;case "Escape":a?.(false);break;case "+":case "=":G();break;case "-":H();break}},[I,z,a]);return K__namespace.useEffect(()=>{if(t)return window.addEventListener("keydown",te),()=>window.removeEventListener("keydown",te)},[t,te]),K__namespace.useEffect(()=>{let B=()=>{k(!!document.fullscreenElement);};return document.addEventListener("fullscreenchange",B),()=>document.removeEventListener("fullscreenchange",B)},[]),b.length===0?null:jsxRuntime.jsxs(se__namespace.Root,{open:t,onOpenChange:a,children:[i&&jsxRuntime.jsx(se__namespace.Trigger,{asChild:true,children:i}),jsxRuntime.jsxs(se__namespace.Portal,{children:[jsxRuntime.jsx(se__namespace.Overlay,{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",onClick:p?void 0:B=>B.stopPropagation()}),jsxRuntime.jsxs(se__namespace.Content,{ref:R,className:o("fixed inset-0 z-50 flex flex-col outline-none",v),onPointerDownOutside:p?void 0:B=>B.preventDefault(),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&&b.length>1&&jsxRuntime.jsxs("span",{className:"text-sm",children:[h+1," / ",b.length]}),D?.title&&jsxRuntime.jsx("span",{className:"ml-4 text-sm font-medium",children:D.title})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-1",children:[l&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("button",{onClick:H,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(g*100),"%"]}),jsxRuntime.jsx("button",{onClick:G,className:"rounded-full p-2 hover:bg-white/10 transition-colors",title:"Zoom in",children:jsxRuntime.jsx(lucideReact.ZoomIn,{className:"h-5 w-5"})})]}),d&&jsxRuntime.jsx("button",{onClick:j,className:"rounded-full p-2 hover:bg-white/10 transition-colors",title:"Rotate",children:jsxRuntime.jsx(lucideReact.RotateCw,{className:"h-5 w-5"})}),m&&jsxRuntime.jsx("button",{onClick:$,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:Ve,className:"rounded-full p-2 hover:bg-white/10 transition-colors",title:P?"Exit fullscreen":"Fullscreen",children:P?jsxRuntime.jsx(lucideReact.Minimize2,{className:"h-5 w-5"}):jsxRuntime.jsx(lucideReact.Maximize2,{className:"h-5 w-5"})}),jsxRuntime.jsxs(se__namespace.Close,{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:V,className:"relative flex-1 flex items-center justify-center overflow-hidden",onMouseDown:ve,onMouseMove:A,onMouseUp:F,onMouseLeave:F,children:[c&&b.length>1&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("button",{onClick:I,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:z,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:D?.src,alt:D?.alt||"",className:o("max-h-full max-w-full object-contain transition-transform duration-200",T?"cursor-grabbing":g>1?"cursor-grab":""),style:{transform:`translate(${C.x}px, ${C.y}px) scale(${g}) rotate(${S}deg)`},draggable:false})]}),D?.description&&jsxRuntime.jsx("div",{className:"p-4 text-center text-white text-sm",children:D.description}),s&&b.length>1&&jsxRuntime.jsx("div",{className:"flex justify-center gap-2 p-4 overflow-x-auto",children:b.map((B,oe)=>jsxRuntime.jsx("button",{onClick:()=>w(oe),className:o("h-16 w-16 flex-shrink-0 overflow-hidden rounded border-2 transition-all",h===oe?"border-white opacity-100":"border-transparent opacity-50 hover:opacity-75"),children:jsxRuntime.jsx("img",{src:B.src,alt:B.alt||`Thumbnail ${oe+1}`,className:"h-full w-full object-cover"})},oe))})]})]})]})});ul.displayName="ImageViewer";var kg=({children:e,images:t,index:a=0,className:r})=>{let[n,i]=K__namespace.useState(false);return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("button",{onClick:()=>i(true),className:o("cursor-zoom-in",r),children:e}),jsxRuntime.jsx(ul,{images:t,open:n,onOpenChange:i,initialIndex:a})]})};kg.displayName="ImageViewerTrigger";var Vg=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:{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-6 w-6",md:"h-8 w-8",lg:"h-10 w-10"}},defaultVariants:{variant:"default",size:"md"}}),Ig=K__namespace.forwardRef(({className:e,variant:t,size:a,iconSize:r,...n},i)=>{let l=r??{sm:14,md:16,lg:20}[a??"md"];return jsxRuntime.jsx("button",{ref:i,type:"button",className:o(Vg({variant:t,size:a}),e),"aria-label":"Close",...n,children:jsxRuntime.jsx(lucideReact.X,{style:{width:l,height:l}})})});Ig.displayName="CloseButton";var Hg=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"}}),Ag=K__namespace.forwardRef(({className:e,variant:t,size:a,color:r,radius:n,loading:i,disabled:s,children:l,...d},m)=>jsxRuntime.jsx("button",{ref:m,type:"button",className:o(Hg({variant:t,size:a,color:r,radius:n}),e),disabled:s||i,...d,children:i?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}));Ag.displayName="ActionIcon";var Bg=({children:e,container:t,disabled:a=false})=>{let[r,n]=K__namespace.useState(false);if(K__namespace.useEffect(()=>{n(true);},[]),a||!r)return jsxRuntime.jsx(jsxRuntime.Fragment,{children:e});let i=null;return typeof t=="string"?i=document.querySelector(t):t instanceof Element?i=t:i=document.body,i?reactDom.createPortal(e,i):jsxRuntime.jsx(jsxRuntime.Fragment,{children:e})};Bg.displayName="Portal";var Og=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}}),Gg=K__namespace.forwardRef(({className:e,color:t,size:a,position:r,ping:n,content:i,show:s=true,offset:l,style:d,...m},u)=>{if(!s)return null;let c=i!=null;return jsxRuntime.jsxs("span",{ref:u,className:o(Og({color:t,size:c?void 0:a,position:r,ping:n}),c&&"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:{...d,...l!==void 0&&{transform:`translate(${r?.includes("right")?l:-l}px, ${r?.includes("top")?-l:l}px)`}},...m,children:[n&&jsxRuntime.jsx("span",{className:o("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")}),i]})});Gg.displayName="Indicator";var Wg=K__namespace.forwardRef(({className:e,children:t,...a},r)=>jsxRuntime.jsx("div",{ref:r,className:o("relative inline-flex",e),...a,children:t}));Wg.displayName="IndicatorWrapper";var _g=classVarianceAuthority.cva("relative overflow-auto",{variants:{orientation:{vertical:"",horizontal:"",both:""},size:{sm:"",md:"",lg:""}},defaultVariants:{orientation:"vertical",size:"md"}}),Kg=K__namespace.forwardRef(({className:e,orientation:t,size:a,hideScrollbar:r=false,shadowColor:n="rgba(0, 0, 0, 0.1)",children:i,...s},l)=>{let d=K__namespace.useRef(null),[m,u]=K__namespace.useState({top:false,bottom:false,left:false,right:false});K__namespace.useImperativeHandle(l,()=>d.current);let c=K__namespace.useCallback(()=>{let h=d.current;if(!h)return;let{scrollTop:w,scrollLeft:g,scrollHeight:x,scrollWidth:S,clientHeight:y,clientWidth:P}=h;u({top:w>0,bottom:w<x-y-1,left:g>0,right:g<S-P-1});},[]);K__namespace.useEffect(()=>{let h=d.current;if(h)return c(),h.addEventListener("scroll",c),window.addEventListener("resize",c),()=>{h.removeEventListener("scroll",c),window.removeEventListener("resize",c);}},[c]);let p={sm:"20px",md:"40px",lg:"60px"}[a??"md"],v=t==="vertical"||t==="both",R=t==="horizontal"||t==="both",b={maskImage:[v&&m.top&&`linear-gradient(to bottom, transparent, black ${p})`,v&&m.bottom&&`linear-gradient(to top, transparent, black ${p})`,R&&m.left&&`linear-gradient(to right, transparent, black ${p})`,R&&m.right&&`linear-gradient(to left, transparent, black ${p})`].filter(Boolean).join(", ")||void 0,maskComposite:"intersect",WebkitMaskComposite:"source-in"};return jsxRuntime.jsx("div",{ref:d,className:o(_g({orientation:t,size:a}),r&&"scrollbar-hide [&::-webkit-scrollbar]:hidden [-ms-overflow-style:none] [scrollbar-width:none]",e),style:b,...s,children:i})});Kg.displayName="ScrollShadow";var jg=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(Ug__namespace.Root,{ref:a,className:o(e),...t}));jg.displayName="VisuallyHidden";var Xg=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"}}),BP={cmd:"\u2318",command:"\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"},OP=e=>{let t=e.toLowerCase();return BP[t]||e.toUpperCase()},qg=K__namespace.forwardRef(({className:e,variant:t,size:a,keys:r,children:n,...i},s)=>{let l=()=>r?(Array.isArray(r)?r:[r]).map((m,u)=>jsxRuntime.jsxs(K__namespace.Fragment,{children:[u>0&&jsxRuntime.jsx("span",{className:"mx-0.5 text-muted-foreground",children:"+"}),jsxRuntime.jsx("span",{children:OP(m)})]},u)):n;return jsxRuntime.jsx("kbd",{ref:s,className:o(Xg({variant:t,size:a}),e),...i,children:l()})});qg.displayName="Kbd";var Jg=K__namespace.forwardRef(({className:e,size:t,axis:a="both",style:r,...n},i)=>{let s=typeof t=="number"?`${t}px`:t,l={...r,...t?{width:a==="vertical"?void 0:s,height:a==="horizontal"?void 0:s,minWidth:a==="vertical"?void 0:s,minHeight:a==="horizontal"?void 0:s,flexShrink:0}:{flex:"1 1 auto"}};return jsxRuntime.jsx("div",{ref:i,"aria-hidden":"true",className:o(e),style:l,...n})});Jg.displayName="Spacer";var Qg=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"}}),eb=K__namespace.forwardRef(({className:e,variant:t,size:a,value:r,successDuration:n=2e3,onCopySuccess:i,onCopyError:s,copyIcon:l,successIcon:d,...m},u)=>{let[c,f]=K__namespace.useState(false),p={sm:14,md:16,lg:20}[a??"md"],v=async()=>{try{await navigator.clipboard.writeText(r),f(!0),i?.(),setTimeout(()=>{f(!1);},n);}catch(R){s?.(R);}};return jsxRuntime.jsx("button",{ref:u,type:"button",className:o(Qg({variant:t,size:a}),e),onClick:v,"aria-label":c?"Copied":"Copy to clipboard",...m,children:c?d??jsxRuntime.jsx(lucideReact.Check,{className:"text-success",style:{width:p,height:p}}):l??jsxRuntime.jsx(lucideReact.Copy,{style:{width:p,height:p}})})});eb.displayName="CopyButton";var ab=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"}}),XP=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],qP=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"];function ZP(e,t,a){let r=new Date(e,t,1),n=new Date(e,t+1,0),i=[],s=r.getDay()-a;s<0&&(s+=7);for(let d=s-1;d>=0;d--)i.push(new Date(e,t,-d));for(let d=1;d<=n.getDate();d++)i.push(new Date(e,t,d));let l=42-i.length;for(let d=1;d<=l;d++)i.push(new Date(e,t+1,d));return i}function JP(e,t){let a=[],n=e.getDay()-t;n<0&&(n+=7);let i=new Date(e);i.setDate(e.getDate()-n);for(let s=0;s<7;s++){let l=new Date(i);l.setDate(i.getDate()+s),a.push(l);}return a}function gi(e,t){return e.getFullYear()===t.getFullYear()&&e.getMonth()===t.getMonth()&&e.getDate()===t.getDate()}function fi(e){return gi(e,new Date)}function tb(e,t){return e.filter(a=>{let r=new Date(a.start),n=new Date(a.end);return gi(r,t)||gi(n,t)||r<t&&n>t})}var rb=K__namespace.forwardRef(({className:e,variant:t,size:a,events:r=[],view:n="month",onViewChange:i,date:s,onDateChange:l,onEventClick:d,onSlotClick:m,weekStartsOn:u=0,locale:c="en-US",...f},p)=>{let[v,R]=K__namespace.useState(new Date),b=s??v,h=N=>{l?l(N):R(N);},w=u===1?qP:XP,g=()=>{let N=new Date(b);n==="month"?N.setMonth(N.getMonth()-1):n==="week"?N.setDate(N.getDate()-7):N.setDate(N.getDate()-1),h(N);},x=()=>{let N=new Date(b);n==="month"?N.setMonth(N.getMonth()+1):n==="week"?N.setDate(N.getDate()+7):N.setDate(N.getDate()+1),h(N);},S=()=>{h(new Date);},y=()=>n==="day"?b.toLocaleDateString(c,{weekday:"long",year:"numeric",month:"long",day:"numeric"}):b.toLocaleDateString(c,{year:"numeric",month:"long"}),P=()=>{let N=ZP(b.getFullYear(),b.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(C=>jsxRuntime.jsx("div",{className:"p-2 text-center font-medium text-muted-foreground",children:C},C))}),jsxRuntime.jsx("div",{className:"flex-1 grid grid-cols-7 grid-rows-6",children:N.map((C,M)=>{let L=tb(r,C),E=C.getMonth()===b.getMonth();return jsxRuntime.jsxs("div",{className:o("min-h-[80px] border-b border-r p-1 cursor-pointer hover:bg-accent/50 transition-colors",!E&&"bg-muted/30"),onClick:()=>m?.(C),children:[jsxRuntime.jsx("div",{className:o("flex items-center justify-center w-7 h-7 rounded-full text-sm mb-1",fi(C)&&"bg-primary text-primary-foreground",!E&&"text-muted-foreground"),children:C.getDate()}),jsxRuntime.jsxs("div",{className:"space-y-0.5",children:[L.slice(0,3).map(V=>jsxRuntime.jsx("div",{className:"text-xs px-1 py-0.5 rounded truncate cursor-pointer hover:opacity-80",style:{backgroundColor:V.color||"hsl(var(--primary))",color:"white"},onClick:D=>{D.stopPropagation(),d?.(V);},children:V.title},V.id)),L.length>3&&jsxRuntime.jsxs("div",{className:"text-xs text-muted-foreground px-1",children:["+",L.length-3," more"]})]})]},M)})})]})},k=()=>{let N=JP(b,u),C=Array.from({length:24},(M,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((M,L)=>jsxRuntime.jsxs("div",{className:o("p-2 text-center border-l",fi(M)&&"bg-primary/10"),children:[jsxRuntime.jsx("div",{className:"text-xs text-muted-foreground",children:w[L]}),jsxRuntime.jsx("div",{className:o("text-lg font-semibold",fi(M)&&"text-primary"),children:M.getDate()})]},L))]}),jsxRuntime.jsx("div",{className:"flex-1 overflow-auto",children:jsxRuntime.jsx("div",{className:"grid grid-cols-[60px_repeat(7,1fr)]",children:C.map(M=>jsxRuntime.jsxs(K__namespace.Fragment,{children:[jsxRuntime.jsxs("div",{className:"h-12 text-xs text-muted-foreground text-right pr-2 pt-0 border-b",children:[M.toString().padStart(2,"0"),":00"]}),N.map((L,E)=>{let V=new Date(L);V.setHours(M,0,0,0);let D=r.filter(I=>{let z=new Date(I.start);return gi(z,L)&&z.getHours()===M});return jsxRuntime.jsx("div",{className:"h-12 border-b border-l cursor-pointer hover:bg-accent/50 relative",onClick:()=>m?.(V),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:z=>{z.stopPropagation(),d?.(I);},children:I.title},I.id))},E)})]},M))})})]})},T=()=>{let N=Array.from({length:24},(M,L)=>L),C=tb(r,b);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:o("inline-flex items-center justify-center w-12 h-12 rounded-full text-2xl font-semibold",fi(b)&&"bg-primary text-primary-foreground"),children:b.getDate()})}),jsxRuntime.jsx("div",{className:"flex-1 overflow-auto",children:jsxRuntime.jsx("div",{className:"grid grid-cols-[60px_1fr]",children:N.map(M=>{let L=new Date(b);L.setHours(M,0,0,0);let E=C.filter(V=>new Date(V.start).getHours()===M);return jsxRuntime.jsxs(K__namespace.Fragment,{children:[jsxRuntime.jsxs("div",{className:"h-12 text-xs text-muted-foreground text-right pr-2 pt-0 border-b",children:[M.toString().padStart(2,"0"),":00"]}),jsxRuntime.jsx("div",{className:"h-12 border-b border-l cursor-pointer hover:bg-accent/50 relative",onClick:()=>m?.(L),children:E.map(V=>jsxRuntime.jsx("div",{className:"absolute inset-x-1 top-0.5 text-xs px-2 py-1 rounded truncate cursor-pointer",style:{backgroundColor:V.color||"hsl(var(--primary))",color:"white"},onClick:D=>{D.stopPropagation(),d?.(V);},children:V.title},V.id))})]},M)})})})]})};return jsxRuntime.jsxs("div",{ref:p,className:o(ab({variant:t,size:a,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(W,{variant:"bordered",size:"sm",onClick:S,children:"Today"}),jsxRuntime.jsx(W,{variant:"ghost",size:"icon",onClick:g,children:jsxRuntime.jsx(lucideReact.ChevronLeft,{className:"h-4 w-4"})}),jsxRuntime.jsx(W,{variant:"ghost",size:"icon",onClick:x,children:jsxRuntime.jsx(lucideReact.ChevronRight,{className:"h-4 w-4"})}),jsxRuntime.jsx("h2",{className:"text-lg font-semibold ml-2",children:y()})]}),jsxRuntime.jsx("div",{className:"flex items-center gap-1 border rounded-lg p-1",children:["month","week","day"].map(N=>jsxRuntime.jsx(W,{variant:n===N?"solid":"ghost",size:"sm",onClick:()=>i?.(N),children:N.charAt(0).toUpperCase()+N.slice(1)},N))})]}),n==="month"&&P(),n==="week"&&k(),n==="day"&&T()]})});rb.displayName="FullCalendar";var Qo=classVarianceAuthority.cva("w-full",{variants:{size:{sm:"h-48",md:"h-64",lg:"h-96"}},defaultVariants:{size:"md"}}),en=["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%))"],ob=K__namespace.forwardRef(({className:e,size:t,data:a,dataKeys:r,colors:n=en,showGrid:i=true,showLegend:s=true,showTooltip:l=true,xAxisKey:d="name",curveType:m="monotone",...u},c)=>jsxRuntime.jsx("div",{ref:c,className:o(Qo({size:t,className:e})),...u,children:jsxRuntime.jsx(recharts.ResponsiveContainer,{width:"100%",height:"100%",children:jsxRuntime.jsxs(recharts.LineChart,{data:a,children:[i&&jsxRuntime.jsx(recharts.CartesianGrid,{strokeDasharray:"3 3",className:"stroke-muted"}),jsxRuntime.jsx(recharts.XAxis,{dataKey:d,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,{}),r.map((f,p)=>jsxRuntime.jsx(recharts.Line,{type:m,dataKey:f,stroke:n[p%n.length],strokeWidth:2,dot:{fill:n[p%n.length],strokeWidth:0},activeDot:{r:6}},f))]})})}));ob.displayName="LineChart";var nb=K__namespace.forwardRef(({className:e,size:t,data:a,dataKeys:r,colors:n=en,showGrid:i=true,showLegend:s=true,showTooltip:l=true,xAxisKey:d="name",stacked:m=false,layout:u="horizontal",...c},f)=>jsxRuntime.jsx("div",{ref:f,className:o(Qo({size:t,className:e})),...c,children:jsxRuntime.jsx(recharts.ResponsiveContainer,{width:"100%",height:"100%",children:jsxRuntime.jsxs(recharts.BarChart,{data:a,layout:u,children:[i&&jsxRuntime.jsx(recharts.CartesianGrid,{strokeDasharray:"3 3",className:"stroke-muted"}),jsxRuntime.jsx(recharts.XAxis,{dataKey:u==="horizontal"?d:void 0,type:u==="horizontal"?"category":"number",className:"text-xs fill-muted-foreground",tickLine:false,axisLine:false}),jsxRuntime.jsx(recharts.YAxis,{dataKey:u==="vertical"?d: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,{}),r.map((p,v)=>jsxRuntime.jsx(recharts.Bar,{dataKey:p,fill:n[v%n.length],stackId:m?"stack":void 0,radius:[4,4,0,0]},p))]})})}));nb.displayName="BarChart";var ib=K__namespace.forwardRef(({className:e,size:t,data:a,dataKey:r="value",nameKey:n="name",colors:i=en,innerRadius:s=0,outerRadius:l=80,showLegend:d=true,showTooltip:m=true,showLabels:u=false,...c},f)=>jsxRuntime.jsx("div",{ref:f,className:o(Qo({size:t,className:e})),...c,children:jsxRuntime.jsx(recharts.ResponsiveContainer,{width:"100%",height:"100%",children:jsxRuntime.jsxs(recharts.PieChart,{children:[m&&jsxRuntime.jsx(recharts.Tooltip,{contentStyle:{backgroundColor:"hsl(var(--popover))",border:"1px solid hsl(var(--border))",borderRadius:"var(--radius)"}}),d&&jsxRuntime.jsx(recharts.Legend,{}),jsxRuntime.jsx(recharts.Pie,{data:a,dataKey:r,nameKey:n,cx:"50%",cy:"50%",innerRadius:s,outerRadius:l,label:u,labelLine:u,children:a.map((p,v)=>jsxRuntime.jsx(recharts.Cell,{fill:i[v%i.length]},`cell-${v}`))})]})})}));ib.displayName="PieChart";var sb=K__namespace.forwardRef(({className:e,size:t,data:a,dataKeys:r,colors:n=en,showGrid:i=true,showLegend:s=true,showTooltip:l=true,xAxisKey:d="name",stacked:m=false,curveType:u="monotone",...c},f)=>jsxRuntime.jsx("div",{ref:f,className:o(Qo({size:t,className:e})),...c,children:jsxRuntime.jsx(recharts.ResponsiveContainer,{width:"100%",height:"100%",children:jsxRuntime.jsxs(recharts.AreaChart,{data:a,children:[i&&jsxRuntime.jsx(recharts.CartesianGrid,{strokeDasharray:"3 3",className:"stroke-muted"}),jsxRuntime.jsx(recharts.XAxis,{dataKey:d,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,{}),r.map((p,v)=>jsxRuntime.jsx(recharts.Area,{type:u,dataKey:p,stroke:n[v%n.length],fill:n[v%n.length],fillOpacity:.3,stackId:m?"stack":void 0},p))]})})}));sb.displayName="AreaChart";var cb=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"}}),mb=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"}}),Rl=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 RC({card:e,columnId:t,variant:a,renderCard:r,onCardClick:n}){let{attributes:i,listeners:s,setNodeRef:l,transform:d,transition:m,isDragging:u}=sortable.useSortable({id:e.id,data:{columnId:t}}),c={transform:utilities.CSS.Transform.toString(d),transition:m};return jsxRuntime.jsx("div",{ref:l,style:c,className:o(Rl({variant:a,isDragging:u})),onClick:()=>n?.(e,t),...i,...s,children:r?r(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 wC({column:e,variant:t,renderCard:a,onCardClick:r,onAddCard:n,showAddCard:i,columnHeight:s}){return jsxRuntime.jsxs("div",{className:o(mb({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})]}),i&&jsxRuntime.jsx(W,{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(je,{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(RC,{card:l,columnId:e.id,variant:t,renderCard:a,onCardClick:r},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 ub=K__namespace.forwardRef(({className:e,variant:t,columns:a,onCardMove:r,onCardClick:n,onAddCard:i,renderCard:s,showAddCard:l=true,columnHeight:d=500,...m},u)=>{let[c,f]=K__namespace.useState(null),[p,v]=K__namespace.useState(null),R=core.useSensors(core.useSensor(core.PointerSensor,{activationConstraint:{distance:8}}),core.useSensor(core.KeyboardSensor,{coordinateGetter:sortable.sortableKeyboardCoordinates})),b=x=>a.find(S=>S.cards.some(y=>y.id===x));return jsxRuntime.jsxs(core.DndContext,{sensors:R,collisionDetection:core.closestCorners,onDragStart:x=>{let{active:S}=x,y=b(S.id);if(y){let P=y.cards.find(k=>k.id===S.id);P&&(f(P),v(y.id));}},onDragOver:x=>{let{active:S,over:y}=x;if(!y)return;let P=S.id,k=y.id,T=b(P),N=b(k)||a.find(L=>L.id===k);if(!T||!N||T.id===N.id)return;let C=N.cards.findIndex(L=>L.id===k),M=C===-1?N.cards.length:C;r?.(P,T.id,N.id,M);},onDragEnd:x=>{let{active:S,over:y}=x;if(y&&S.id!==y.id){let P=b(S.id),k=b(y.id)||a.find(T=>T.id===y.id);if(P&&k){let T=k.cards.findIndex(C=>C.id===y.id),N=T===-1?k.cards.length:T;r?.(S.id,P.id,k.id,N);}}f(null),v(null);},children:[jsxRuntime.jsx("div",{ref:u,className:o(cb({variant:t,className:e})),...m,children:a.map(x=>jsxRuntime.jsx(wC,{column:x,variant:t,renderCard:s,onCardClick:n,onAddCard:i,showAddCard:l,columnHeight:d},x.id))}),jsxRuntime.jsx(core.DragOverlay,{children:c&&p&&jsxRuntime.jsx("div",{className:o(Rl({variant:t,isDragging:true})),children:s?s(c,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:c.title}),c.description&&jsxRuntime.jsx("p",{className:"text-xs text-muted-foreground mt-1 line-clamp-2",children:c.description})]})]})})})]})});ub.displayName="KanbanBoard";var pb=classVarianceAuthority.cva("relative",{variants:{variant:{default:"",bordered:"border rounded-lg p-4",cards:"rounded-lg"}},defaultVariants:{variant:"default"}}),fb=K__namespace.createContext(null);function wl(){let e=K__namespace.useContext(fb);if(!e)throw new Error("useCarousel must be used within a <Carousel />");return e}var gb=K__namespace.forwardRef(({className:e,variant:t,children:a,opts:r,plugins:n,orientation:i="horizontal",showArrows:s=true,showDots:l=true,setApi:d,...m},u)=>{let[c,f]=NC__default.default({...r,axis:i==="horizontal"?"x":"y"},n),[p,v]=K__namespace.useState(false),[R,b]=K__namespace.useState(false),[h,w]=K__namespace.useState(0),[g,x]=K__namespace.useState([]),S=K__namespace.useCallback(N=>{N&&(w(N.selectedScrollSnap()),v(N.canScrollPrev()),b(N.canScrollNext()));},[]),y=K__namespace.useCallback(()=>{f?.scrollPrev();},[f]),P=K__namespace.useCallback(()=>{f?.scrollNext();},[f]),k=K__namespace.useCallback(N=>{f?.scrollTo(N);},[f]),T=K__namespace.useCallback(N=>{N.key==="ArrowLeft"?(N.preventDefault(),y()):N.key==="ArrowRight"&&(N.preventDefault(),P());},[y,P]);return K__namespace.useEffect(()=>{!f||!d||d(f);},[f,d]),K__namespace.useEffect(()=>{if(f)return x(f.scrollSnapList()),S(f),f.on("reInit",S),f.on("select",S),()=>{f?.off("select",S);}},[f,S]),jsxRuntime.jsx(fb.Provider,{value:{carouselRef:c,api:f,scrollPrev:y,scrollNext:P,canScrollPrev:p,canScrollNext:R,selectedIndex:h,scrollSnaps:g,scrollTo:k},children:jsxRuntime.jsxs("div",{ref:u,className:o(pb({variant:t,className:e})),onKeyDownCapture:T,role:"region","aria-roledescription":"carousel",...m,children:[jsxRuntime.jsx("div",{ref:c,className:"overflow-hidden",children:jsxRuntime.jsx("div",{className:o("flex",i==="horizontal"?"-ml-4":"-mt-4 flex-col"),children:a})}),s&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(Nl,{}),jsxRuntime.jsx(Pl,{})]}),l&&g.length>1&&jsxRuntime.jsx("div",{className:"flex justify-center gap-1.5 mt-4",children:g.map((N,C)=>jsxRuntime.jsx("button",{className:o("w-2 h-2 rounded-full transition-all",C===h?"bg-primary w-4":"bg-muted-foreground/30 hover:bg-muted-foreground/50"),onClick:()=>k(C),"aria-label":`Go to slide ${C+1}`},C))})]})})});gb.displayName="Carousel";var bb=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,className:o("flex",e),...t}));bb.displayName="CarouselContent";var vb=K__namespace.forwardRef(({className:e,basis:t="basis-full",...a},r)=>jsxRuntime.jsx("div",{ref:r,role:"group","aria-roledescription":"slide",className:o("min-w-0 shrink-0 grow-0 pl-4",t,e),...a}));vb.displayName="CarouselItem";var Nl=K__namespace.forwardRef(({className:e,variant:t="bordered",size:a="icon",...r},n)=>{let{scrollPrev:i,canScrollPrev:s}=wl();return jsxRuntime.jsxs(W,{ref:n,variant:t,size:a,className:o("absolute left-2 top-1/2 -translate-y-1/2 h-8 w-8 rounded-full",e),disabled:!s,onClick:i,...r,children:[jsxRuntime.jsx(lucideReact.ChevronLeft,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Previous slide"})]})});Nl.displayName="CarouselPrevious";var Pl=K__namespace.forwardRef(({className:e,variant:t="bordered",size:a="icon",...r},n)=>{let{scrollNext:i,canScrollNext:s}=wl();return jsxRuntime.jsxs(W,{ref:n,variant:t,size:a,className:o("absolute right-2 top-1/2 -translate-y-1/2 h-8 w-8 rounded-full",e),disabled:!s,onClick:i,...r,children:[jsxRuntime.jsx(lucideReact.ChevronRight,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Next slide"})]})});Pl.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"}}),Ri={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"}},Sl={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}"]},xb=K__namespace.forwardRef(({className:e,size:t,onEmojiSelect:a,recentEmojis:r=[],defaultCategory:n="smileys",showSearch:i=true,showCategories:s=true,...l},d)=>{let[m,u]=K__namespace.useState(r.length>0?"recent":n),[c,f]=K__namespace.useState(""),v=c?Object.values(Sl).flat().filter(b=>b.toLowerCase().includes(c.toLowerCase())):m==="recent"?r:Sl[m]||[],R=b=>{a?.(b);};return jsxRuntime.jsxs("div",{ref:d,className:o(hb({size:t,className:e})),...l,children:[i&&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(wn,{placeholder:"Search emojis...",value:c,onChange:b=>f(b.target.value),className:"pl-8 h-8"})]})}),s&&!c&&jsxRuntime.jsx("div",{className:"flex border-b px-1",children:Object.entries(Ri).map(([b,{icon:h}])=>b==="recent"&&r.length===0?null:jsxRuntime.jsx("button",{className:o("flex-1 p-2 text-lg hover:bg-accent rounded transition-colors",m===b&&"bg-accent"),onClick:()=>u(b),title:Ri[b].name,children:h},b))}),!c&&jsxRuntime.jsx("div",{className:"px-3 py-1.5 text-xs font-medium text-muted-foreground",children:Ri[m].name}),jsxRuntime.jsx(je,{className:"flex-1",children:jsxRuntime.jsxs("div",{className:"grid grid-cols-8 gap-1 p-2",children:[v.map((b,h)=>jsxRuntime.jsx("button",{className:"w-8 h-8 flex items-center justify-center text-xl hover:bg-accent rounded transition-colors",onClick:()=>R(b),children:b},`${b}-${h}`)),v.length===0&&jsxRuntime.jsx("div",{className:"col-span-8 py-8 text-center text-muted-foreground text-sm",children:"No emojis found"})]})})]})});xb.displayName="EmojiPicker";var yb=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"}}),tS=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"}}),aS=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"}}),De=({icon:e,title:t,isActive:a,onClick:r,disabled:n})=>jsxRuntime.jsxs(ir,{children:[jsxRuntime.jsx(sr,{asChild:true,children:jsxRuntime.jsx(W,{type:"button",variant:a?"solid":"ghost",size:"icon",className:"h-7 w-7",onClick:r,disabled:n,children:e})}),jsxRuntime.jsx(ka,{side:"top",className:"text-xs",children:t})]}),Rb=K__namespace.forwardRef(({className:e,variant:t,size:a,value:r="",onChange:n,placeholder:i="Start writing...",readOnly:s=false,showToolbar:l=true,minHeight:d,maxHeight:m,onEditorReady:u,...c},f)=>{let p=react.useEditor({extensions:[VC__default.default.configure({heading:{levels:[1,2,3]}}),IC__default.default.configure({openOnClick:false,HTMLAttributes:{class:"text-primary underline"}}),EC__default.default,HC__default.default.configure({types:["heading","paragraph"]}),AC__default.default.configure({placeholder:i})],content:r,editable:!s,onUpdate:({editor:R})=>{n?.(R.getHTML());},onCreate:({editor:R})=>{u?.(R);}});K__namespace.useEffect(()=>{p&&r!==p.getHTML()&&p.commands.setContent(r);},[r,p]),K__namespace.useEffect(()=>{p&&p.setEditable(!s);},[s,p]);let v=()=>{if(!p)return;let R=p.getAttributes("link").href,b=window.prompt("URL",R);if(b!==null){if(b===""){p.chain().focus().extendMarkRange("link").unsetLink().run();return}p.chain().focus().extendMarkRange("link").setLink({href:b}).run();}};return p?jsxRuntime.jsx(nr,{children:jsxRuntime.jsxs("div",{ref:f,className:o(yb({variant:t,size:a,className:e})),...c,children:[l&&!s&&jsxRuntime.jsxs("div",{className:o(tS({size:a})),children:[jsxRuntime.jsx(De,{icon:jsxRuntime.jsx(lucideReact.Undo,{className:"h-4 w-4"}),title:"Undo",onClick:()=>p.chain().focus().undo().run(),disabled:!p.can().undo()}),jsxRuntime.jsx(De,{icon:jsxRuntime.jsx(lucideReact.Redo,{className:"h-4 w-4"}),title:"Redo",onClick:()=>p.chain().focus().redo().run(),disabled:!p.can().redo()}),jsxRuntime.jsx(Ma,{orientation:"vertical",className:"h-6 mx-1"}),jsxRuntime.jsx(De,{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(De,{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(De,{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(Ma,{orientation:"vertical",className:"h-6 mx-1"}),jsxRuntime.jsx(De,{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(De,{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(De,{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(De,{icon:jsxRuntime.jsx(lucideReact.Strikethrough,{className:"h-4 w-4"}),title:"Strikethrough",isActive:p.isActive("strike"),onClick:()=>p.chain().focus().toggleStrike().run()}),jsxRuntime.jsx(Ma,{orientation:"vertical",className:"h-6 mx-1"}),jsxRuntime.jsx(De,{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(De,{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(Ma,{orientation:"vertical",className:"h-6 mx-1"}),jsxRuntime.jsx(De,{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(De,{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(De,{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(Ma,{orientation:"vertical",className:"h-6 mx-1"}),jsxRuntime.jsx(De,{icon:jsxRuntime.jsx(lucideReact.Quote,{className:"h-4 w-4"}),title:"Blockquote",isActive:p.isActive("blockquote"),onClick:()=>p.chain().focus().toggleBlockquote().run()}),jsxRuntime.jsx(De,{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(Ma,{orientation:"vertical",className:"h-6 mx-1"}),jsxRuntime.jsx(De,{icon:jsxRuntime.jsx(lucideReact.Link,{className:"h-4 w-4"}),title:"Insert Link",isActive:p.isActive("link"),onClick:v}),jsxRuntime.jsx(De,{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:o(aS({size:a})),style:{minHeight:d,maxHeight:m}})]})}):null});Rb.displayName="RichTextEditor";var Nb=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 cS(e,t,a){return rS.centerCrop(rS.makeAspectCrop({unit:"%",width:90},a,e,t),e,t)}async function wb(e,t,a=0,r=1){let n=document.createElement("canvas"),i=n.getContext("2d");if(!i)return null;let s=e.naturalWidth/e.width,l=e.naturalHeight/e.height,d=window.devicePixelRatio||1;n.width=Math.floor(t.width*s*d),n.height=Math.floor(t.height*l*d),i.scale(d,d),i.imageSmoothingQuality="high";let m=t.x*s,u=t.y*l,c=a*Math.PI/180,f=e.naturalWidth/2,p=e.naturalHeight/2;return i.save(),i.translate(-m,-u),i.translate(f,p),i.rotate(c),i.scale(r,r),i.translate(-f,-p),i.drawImage(e,0,0,e.naturalWidth,e.naturalHeight,0,0,e.naturalWidth,e.naturalHeight),i.restore(),new Promise(v=>{n.toBlob(R=>{v(R);},"image/png");})}var Pb=K__namespace.forwardRef(({className:e,variant:t,src:a,aspectRatio:r,onCropChange:n,onCropComplete:i,showZoom:s=true,showRotation:l=true,minZoom:d=1,maxZoom:m=3,circularCrop:u=false,initialCrop:c,...f},p)=>{let v=K__namespace.useRef(null),[R,b]=K__namespace.useState(),[h,w]=K__namespace.useState(),[g,x]=K__namespace.useState(1),[S,y]=K__namespace.useState(0),P=C=>{let{width:M,height:L}=C.currentTarget;if(r){let E=cS(M,L,r);b(E);}else b(c||{unit:"%",x:10,y:10,width:80,height:80});},k=C=>{b(C),n?.(C);},T=async C=>{if(w(C),i&&v.current&&C.width&&C.height){let M=await wb(v.current,C,S,g);i(M);}},N=()=>{y(C=>(C+90)%360);};return K__namespace.useEffect(()=>{h&&v.current&&i&&wb(v.current,h,S,g).then(C=>{i(C);});},[g,S,h,i]),jsxRuntime.jsxs("div",{ref:p,className:o(Nb({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(rS__default.default,{crop:R,onChange:k,onComplete:T,aspect:r,circularCrop:u,className:"max-h-[400px]",children:jsxRuntime.jsx("img",{ref:v,src:a,alt:"Crop preview",onLoad:P,style:{transform:`scale(${g}) rotate(${S}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(In,{value:[g],onValueChange:([C])=>x(C),min:d,max:m,step:.1,className:"flex-1"}),jsxRuntime.jsx(lucideReact.ZoomIn,{className:"h-4 w-4 text-muted-foreground"})]}),l&&jsxRuntime.jsx(W,{variant:"bordered",size:"icon",onClick:N,children:jsxRuntime.jsx(lucideReact.RotateCw,{className:"h-4 w-4"})})]})]})});Pb.displayName="ImageCropper";var Dl=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"}}),pS={sm:96,md:128,lg:192},Sb=K__namespace.forwardRef(({className:e,variant:t,size:a,value:r,qrSize:n,fgColor:i="currentColor",bgColor:s="transparent",level:l="M",includeMargin:d=false,title:m,logo:u,logoSize:c=40,logoPadding:f=4,logoBackgroundColor:p="white",...v},R)=>{let b=n??pS[a??"md"];return r?jsxRuntime.jsx("div",{ref:R,className:o(Dl({variant:t,size:a,className:e})),...v,children:jsxRuntime.jsxs("div",{className:"relative inline-block",children:[jsxRuntime.jsx(mS__default.default,{value:r,size:b,fgColor:i,bgColor:s,level:l,title:m,style:{padding:d?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:c,height:c,objectFit:"contain"}})})]})}):jsxRuntime.jsx("div",{ref:R,className:o(Dl({variant:t,size:a,className:e})),...v,children:jsxRuntime.jsx("div",{className:"flex items-center justify-center bg-muted text-muted-foreground text-xs rounded",style:{width:b,height:b},children:"No data"})})});Sb.displayName="QRCode";var Tb=({children:e,defaultTheme:t="system",storageKey:a="reever-ui-theme",enableSystem:r=true,disableTransitionOnChange:n=false,attribute:i="class",forcedTheme:s,themes:l=["light","dark"]})=>jsxRuntime.jsx(nextThemes.ThemeProvider,{defaultTheme:t,storageKey:a,enableSystem:r,disableTransitionOnChange:n,attribute:i,forcedTheme:s,themes:l,children:e});Tb.displayName="ThemeProvider";var yS=classVarianceAuthority.cva("",{variants:{variant:{default:"",bordered:"",ghost:""},size:{sm:"",md:"",lg:""}},defaultVariants:{variant:"ghost",size:"md"}}),Mb=K__namespace.forwardRef(({className:e,variant:t="ghost",size:a="md",mode:r="dropdown"},n)=>{let{theme:i,setTheme:s,resolvedTheme:l}=nextThemes.useTheme(),[d,m]=K__namespace.useState(false);K__namespace.useEffect(()=>{m(true);},[]);let u=()=>{let c=["light","dark","system"],p=(c.indexOf(i||"system")+1)%c.length;s(c[p]);};return d?r==="cycle"?jsxRuntime.jsxs(W,{ref:n,variant:t==="default"?"bordered":t,size:"icon",className:o("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(lr,{children:[jsxRuntime.jsx(dr,{asChild:true,children:jsxRuntime.jsxs(W,{ref:n,variant:t==="default"?"bordered":t,size:"icon",className:o("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(La,{align:"end",children:[jsxRuntime.jsxs(Vt,{onClick:()=>s("light"),children:[jsxRuntime.jsx(lucideReact.Sun,{className:"mr-2 h-4 w-4"}),"Light"]}),jsxRuntime.jsxs(Vt,{onClick:()=>s("dark"),children:[jsxRuntime.jsx(lucideReact.Moon,{className:"mr-2 h-4 w-4"}),"Dark"]}),jsxRuntime.jsxs(Vt,{onClick:()=>s("system"),children:[jsxRuntime.jsx(lucideReact.Monitor,{className:"mr-2 h-4 w-4"}),"System"]})]})]}):jsxRuntime.jsxs(W,{ref:n,variant:t==="default"?"bordered":t,size:"icon",className:o("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"})]})});Mb.displayName="ThemeToggle";var Db=classVarianceAuthority.cva("flex flex-col gap-1.5",{variants:{size:{sm:"",md:"",lg:""}},defaultVariants:{size:"md"}}),Lb=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}}),Vb=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"}}),Ib=K__namespace.forwardRef(({className:e,label:t,description:a,errorMessage:r,isRequired:n,isInvalid:i,size:s,labelClassName:l,inputClassName:d,descriptionClassName:m,errorClassName:u,startContent:c,endContent:f,id:p,...v},R)=>{let b=K__namespace.useId(),h=p||b,w=`${h}-description`,g=`${h}-error`,x=i&&r;return jsxRuntime.jsxs("div",{className:o(Db({size:s}),e),children:[t&&jsxRuntime.jsxs(ss__namespace.Root,{htmlFor:h,className:o(Vb({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:[c&&jsxRuntime.jsx("div",{className:"absolute left-3 top-1/2 -translate-y-1/2 text-muted-foreground",children:c}),jsxRuntime.jsx("input",{ref:R,id:h,"aria-invalid":i,"aria-describedby":x?g:a?w:void 0,"aria-required":n,className:o(Lb({size:s,isInvalid:i}),c&&"pl-10",f&&"pr-10",d),...v}),f&&jsxRuntime.jsx("div",{className:"absolute right-3 top-1/2 -translate-y-1/2 text-muted-foreground",children:f})]}),a&&!x&&jsxRuntime.jsx("p",{id:w,className:o("text-muted-foreground",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",m),children:a}),x&&jsxRuntime.jsx("p",{id:g,role:"alert",className:o("text-danger",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",u),children:r})]})});Ib.displayName="TextField";var zb=classVarianceAuthority.cva("flex flex-col gap-1.5",{variants:{size:{sm:"",md:"",lg:""}},defaultVariants:{size:"md"}}),NS=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}}),Eb=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"}}),Hb=classVarianceAuthority.cva("",{variants:{size:{sm:"h-3 w-3",md:"h-4 w-4",lg:"h-5 w-5"}},defaultVariants:{size:"md"}}),PS=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"}}),Fb=K__namespace.forwardRef(({className:e,label:t,description:a,errorMessage:r,isRequired:n,isInvalid:i,size:s,labelClassName:l,inputClassName:d,descriptionClassName:m,errorClassName:u,min:c,max:f,step:p=1,value:v,defaultValue:R,onChange:b,showButtons:h=true,formatOptions:w,fullWidth:g=false,disabled:x,id:S,...y},P)=>{let k=K__namespace.useId(),T=S||k,N=`${T}-description`,C=`${T}-error`,[M,L]=K__namespace.useState(R),[E,V]=K__namespace.useState(false),D=v!==void 0?v:M,I=i&&r,z=K__namespace.useCallback(F=>{F!==void 0&&(c!==void 0&&F<c&&(F=c),f!==void 0&&F>f&&(F=f)),v===void 0&&L(F),b?.(F);},[v,c,f,b]),G=()=>{let F=(D??0)+p;z(F);},H=()=>{let F=(D??0)-p;z(F);},j=F=>{let te=F.target.value;if(te==="")z(void 0);else {let B=parseFloat(te);isNaN(B)||z(B);}},$=F=>{F.key==="ArrowUp"?(F.preventDefault(),G()):F.key==="ArrowDown"&&(F.preventDefault(),H());},Ve=K__namespace.useMemo(()=>D===void 0?"":w?new Intl.NumberFormat(void 0,w).format(D):D.toString(),[D,w]),ve=c!==void 0&&D!==void 0&&D<=c,A=f!==void 0&&D!==void 0&&D>=f;return jsxRuntime.jsxs("div",{className:o(zb({size:s}),e),children:[t&&jsxRuntime.jsxs(ss__namespace.Root,{htmlFor:T,className:o(PS({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:[h&&jsxRuntime.jsx("button",{type:"button",onClick:H,disabled:x||ve,className:o(Eb({size:s}),"left-1"),tabIndex:-1,"aria-label":"Decrease value",children:jsxRuntime.jsx(lucideReact.Minus,{className:o(Hb({size:s}))})}),jsxRuntime.jsx("input",{ref:P,id:T,type:"text",inputMode:"decimal",value:Ve,onChange:j,onKeyDown:$,onFocus:()=>V(true),onBlur:()=>V(false),"aria-invalid":i,"aria-describedby":I?C:a?N:void 0,"aria-required":n,"aria-valuemin":c,"aria-valuemax":f,"aria-valuenow":D,disabled:x,className:o(NS({size:s,isInvalid:i,fullWidth:g}),!h&&"px-3",d),style:{borderColor:E?"var(--color-foreground)":void 0},...y}),h&&jsxRuntime.jsx("button",{type:"button",onClick:G,disabled:x||A,className:o(Eb({size:s}),"right-1"),tabIndex:-1,"aria-label":"Increase value",children:jsxRuntime.jsx(lucideReact.Plus,{className:o(Hb({size:s}))})})]}),a&&!I&&jsxRuntime.jsx("p",{id:N,className:o("text-muted-foreground",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",m),children:a}),I&&jsxRuntime.jsx("p",{id:C,role:"alert",className:o("text-danger",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",u),children:r})]})});Fb.displayName="NumberField";var Gb=classVarianceAuthority.cva("flex flex-col gap-1.5",{variants:{size:{sm:"",md:"",lg:""}},defaultVariants:{size:"md"}}),TS=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}}),Bb=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"}}),MS=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"}}),kS=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"}}),Wb=K__namespace.forwardRef(({className:e,label:t,description:a,errorMessage:r,isRequired:n,isInvalid:i,size:s,labelClassName:l,inputClassName:d,descriptionClassName:m,errorClassName:u,value:c,defaultValue:f="",onChange:p,onClear:v,onSearch:R,showClearButton:b=true,showSearchIcon:h=true,disabled:w,placeholder:g="Search...",id:x,...S},y)=>{let P=K__namespace.useId(),k=x||P,T=`${k}-description`,N=`${k}-error`,[C,M]=K__namespace.useState(f),L=c!==void 0?c:C,E=i&&r,V=L.length>0,D=G=>{let H=G.target.value;c===void 0&&M(H),p?.(H);},I=()=>{c===void 0&&M(""),p?.(""),v?.();},z=G=>{G.key==="Enter"?(G.preventDefault(),R?.(L)):G.key==="Escape"&&V&&(G.preventDefault(),I());};return jsxRuntime.jsxs("div",{className:o(Gb({size:s}),e),children:[t&&jsxRuntime.jsxs(ss__namespace.Root,{htmlFor:k,className:o(MS({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:[h&&jsxRuntime.jsx(lucideReact.Search,{className:o(Bb({size:s}),"absolute left-3 top-1/2 -translate-y-1/2")}),jsxRuntime.jsx("input",{ref:y,id:k,type:"search",value:L,onChange:D,onKeyDown:z,placeholder:g,"aria-invalid":i,"aria-describedby":E?N:a?T:void 0,"aria-required":n,disabled:w,className:o(TS({size:s,isInvalid:i}),!h&&"pl-3",!b&&"pr-3",d),...S}),b&&V&&!w&&jsxRuntime.jsx("button",{type:"button",onClick:I,className:o(kS({size:s})),tabIndex:-1,"aria-label":"Clear search",children:jsxRuntime.jsx(lucideReact.X,{className:o(Bb({size:s}))})})]}),a&&!E&&jsxRuntime.jsx("p",{id:T,className:o("text-muted-foreground",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",m),children:a}),E&&jsxRuntime.jsx("p",{id:N,role:"alert",className:o("text-danger",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",u),children:r})]})});Wb.displayName="SearchField";var _b=classVarianceAuthority.cva("flex flex-col gap-1.5",{variants:{size:{sm:"",md:"",lg:""}},defaultVariants:{size:"md"}}),LS=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}}),VS=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"}}),IS=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"}}),Al=(e,t="yyyy-MM-dd")=>{if(!e)return "";let a=e.getFullYear(),r=String(e.getMonth()+1).padStart(2,"0"),n=String(e.getDate()).padStart(2,"0");return t.replace("yyyy",String(a)).replace("MM",r).replace("dd",n)},ES=e=>{if(!e)return null;let t=new Date(e);return isNaN(t.getTime())?null:t},Kb=K__namespace.forwardRef(({className:e,label:t,description:a,errorMessage:r,isRequired:n,isInvalid:i,size:s,labelClassName:l,inputClassName:d,descriptionClassName:m,errorClassName:u,value:c,defaultValue:f,onChange:p,minDate:v,maxDate:R,dateFormat:b="yyyy-MM-dd",showIcon:h=true,fullWidth:w=false,disabled:g,id:x,...S},y)=>{let P=K__namespace.useId(),k=x||P,T=`${k}-description`,N=`${k}-error`,C=K__namespace.useRef(null),M=y||C,[L,E]=K__namespace.useState(f??null),[V,D]=K__namespace.useState(false),I=()=>{!g&&M.current&&M.current.showPicker?.();},z=c!==void 0?c:L,G=i&&r,H=ve=>{let A=ES(ve.target.value);c===void 0&&E(A),p?.(A);},j=z?Al(z,"yyyy-MM-dd"):"",$=v?Al(v,"yyyy-MM-dd"):void 0,Ve=R?Al(R,"yyyy-MM-dd"):void 0;return jsxRuntime.jsxs("div",{className:o(_b({size:s}),e),children:[t&&jsxRuntime.jsxs(ss__namespace.Root,{htmlFor:k,className:o(IS({size:s}),l),children:[t,n&&jsxRuntime.jsx("span",{className:"text-danger ml-0.5","aria-hidden":"true",children:"*"})]}),jsxRuntime.jsxs("div",{className:o("relative",w?"w-full":"w-fit"),children:[jsxRuntime.jsx("input",{ref:M,id:k,type:"date",value:j,onChange:H,onFocus:()=>D(true),onBlur:()=>D(false),min:$,max:Ve,"aria-invalid":i,"aria-describedby":G?N:a?T:void 0,"aria-required":n,disabled:g,className:o(LS({size:s,isInvalid:i,fullWidth:w}),!h&&"pr-3",d),style:{borderColor:V?"var(--color-foreground)":void 0},...S}),h&&jsxRuntime.jsx("button",{type:"button",onClick:I,disabled:g,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:o(VS({size:s}))})})]}),a&&!G&&jsxRuntime.jsx("p",{id:T,className:o("text-muted-foreground",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",m),children:a}),G&&jsxRuntime.jsx("p",{id:N,role:"alert",className:o("text-danger",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",u),children:r})]})});Kb.displayName="DateField";var Ub=classVarianceAuthority.cva("flex flex-col gap-1.5",{variants:{size:{sm:"",md:"",lg:""}},defaultVariants:{size:"md"}}),HS=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}}),AS=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"}}),jb=K__namespace.forwardRef(({className:e,label:t,description:a,errorMessage:r,isRequired:n,isInvalid:i,size:s,labelClassName:l,inputClassName:d,descriptionClassName:m,errorClassName:u,value:c,defaultValue:f,onChange:p,minTime:v,maxTime:R,showSeconds:b=false,hourCycle:h=24,disabled:w,fullWidth:g=false,id:x,...S},y)=>{let P=K__namespace.useId(),k=x||P,T=`${k}-description`,N=`${k}-error`,C=K__namespace.useRef(null),M=K__namespace.useRef(null),L=K__namespace.useRef(null),E=K__namespace.useRef(null),[V,D]=K__namespace.useState(f??null),I=c!==void 0?c:V,z=i&&r,G=O=>h===24?O:O===0?12:O>12?O-12:O,H=O=>O>=12?"PM":"AM",j=(O,Z)=>Z==="AM"?O===12?0:O:O===12?12:O+12,[$,Ve]=K__namespace.useState(I?String(G(I.hour)).padStart(2,"0"):""),[ve,A]=K__namespace.useState(I?String(I.minute).padStart(2,"0"):""),[F,te]=K__namespace.useState(I?.second!==void 0?String(I.second).padStart(2,"0"):""),[B,oe]=K__namespace.useState(I?H(I.hour):"AM"),[ee,at]=K__namespace.useState(false);K__namespace.useEffect(()=>{c!==void 0&&(c?(Ve(String(G(c.hour)).padStart(2,"0")),A(String(c.minute).padStart(2,"0")),c.second!==void 0&&te(String(c.second).padStart(2,"0")),oe(H(c.hour))):(Ve(""),A(""),te("")));},[c,h]);let rt=(O,Z,Ie,Xt)=>{let me=parseInt(O,10),ht=parseInt(Z,10),qt=b?parseInt(Ie,10):void 0;if(isNaN(me)||isNaN(ht)||b&&isNaN(qt)){c===void 0&&D(null),p?.(null);return}let pd={hour:h===12?j(me,Xt):me,minute:ht,...b&&qt!==void 0&&{second:qt}};c===void 0&&D(pd),p?.(pd);},Zx=O=>{let Z=O.target.value.replace(/\D/g,"").slice(0,2);Ve(Z);let Ie=h===24?23:12,Xt=h===24?0:1;if(Z.length===2){let me=parseInt(Z,10);me>=Xt&&me<=Ie&&(M.current?.focus(),M.current?.select());}},Jx=O=>{let Z=O.target.value.replace(/\D/g,"").slice(0,2);if(A(Z),Z.length===2){let Ie=parseInt(Z,10);Ie>=0&&Ie<=59&&(b?(L.current?.focus(),L.current?.select()):h===12&&E.current?.focus());}},Qx=O=>{let Z=O.target.value.replace(/\D/g,"").slice(0,2);te(Z),Z.length===2&&h===12&&E.current?.focus();},ey=()=>{if($){let O=parseInt($,10),Z=h===24?23:12,Xt=Math.min(Math.max(O,h===24?0:1),Z),me=String(Xt).padStart(2,"0");Ve(me),rt(me,ve,F,B);}},ty=()=>{if(ve){let O=parseInt(ve,10),Z=Math.min(Math.max(O,0),59),Ie=String(Z).padStart(2,"0");A(Ie),rt($,Ie,F,B);}},ay=()=>{if(F){let O=parseInt(F,10),Z=Math.min(Math.max(O,0),59),Ie=String(Z).padStart(2,"0");te(Ie),rt($,ve,Ie,B);}},ud=()=>{let O=B==="AM"?"PM":"AM";oe(O),rt($,ve,F,O);},ry=O=>{let Z=O.key.toLowerCase();Z==="a"?(O.preventDefault(),B!=="AM"&&(oe("AM"),rt($,ve,F,"AM"))):Z==="p"?(O.preventDefault(),B!=="PM"&&(oe("PM"),rt($,ve,F,"PM"))):Z==="arrowup"||Z==="arrowdown"?(O.preventDefault(),ud()):Z==="arrowleft"&&(O.preventDefault(),b?(L.current?.focus(),L.current?.select()):(M.current?.focus(),M.current?.select()));},es=(O,Z)=>{if(O.key==="ArrowUp"||O.key==="ArrowDown"){O.preventDefault();let Ie=O.key==="ArrowUp"?1:-1;if(Z==="hour"){let Xt=parseInt($,10)||0,me=h===24?23:12,ht=h===24?0:1,qt=Xt+Ie;qt>me&&(qt=ht),qt<ht&&(qt=me);let as=String(qt).padStart(2,"0");Ve(as),rt(as,ve,F,B);}else if(Z==="minute"){let me=(parseInt(ve,10)||0)+Ie;me>59&&(me=0),me<0&&(me=59);let ht=String(me).padStart(2,"0");A(ht),rt($,ht,F,B);}else if(Z==="second"){let me=(parseInt(F,10)||0)+Ie;me>59&&(me=0),me<0&&(me=59);let ht=String(me).padStart(2,"0");te(ht),rt($,ve,ht,B);}}O.key==="ArrowRight"&&(O.preventDefault(),Z==="hour"?(M.current?.focus(),M.current?.select()):Z==="minute"&&b?(L.current?.focus(),L.current?.select()):(Z==="minute"&&!b&&h===12||Z==="second"&&h===12)&&E.current?.focus()),O.key==="ArrowLeft"&&(O.preventDefault(),Z==="minute"?(C.current?.focus(),C.current?.select()):Z==="second"&&(M.current?.focus(),M.current?.select())),O.key==="Backspace"&&O.currentTarget.value===""&&(Z==="minute"?C.current?.focus():Z==="second"&&M.current?.focus());},ts=o((()=>{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:y,className:o(Ub({size:s}),e),...S,children:[t&&jsxRuntime.jsxs(ss__namespace.Root,{htmlFor:k,className:o(AS({size:s}),l),children:[t,n&&jsxRuntime.jsx("span",{className:"text-danger ml-0.5","aria-hidden":"true",children:"*"})]}),jsxRuntime.jsxs("div",{className:o(HS({size:s,isInvalid:i,disabled:w,fullWidth:g}),d),style:{borderColor:ee?"var(--color-foreground)":void 0},onFocus:()=>at(true),onBlur:O=>{O.currentTarget.contains(O.relatedTarget)||at(false);},children:[jsxRuntime.jsx("input",{ref:C,id:k,type:"text",inputMode:"numeric",placeholder:h===24?"HH":"hh",value:$,onChange:Zx,onBlur:ey,onKeyDown:O=>es(O,"hour"),onFocus:O=>O.target.select(),"aria-label":"Hour","aria-invalid":i,"aria-describedby":z?N:a?T:void 0,"aria-required":n,disabled:w,className:ts}),jsxRuntime.jsx("span",{className:"text-muted-foreground",children:":"}),jsxRuntime.jsx("input",{ref:M,type:"text",inputMode:"numeric",placeholder:"mm",value:ve,onChange:Jx,onBlur:ty,onKeyDown:O=>es(O,"minute"),onFocus:O=>O.target.select(),"aria-label":"Minute",disabled:w,className:ts}),b&&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:F,onChange:Qx,onBlur:ay,onKeyDown:O=>es(O,"second"),onFocus:O=>O.target.select(),"aria-label":"Second",disabled:w,className:ts})]}),h===12&&jsxRuntime.jsx("button",{ref:E,type:"button",onClick:ud,onKeyDown:ry,disabled:w,className:o("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:B})]}),a&&!z&&jsxRuntime.jsx("p",{id:T,className:o("text-muted-foreground",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",m),children:a}),z&&jsxRuntime.jsx("p",{id:N,role:"alert",className:o("text-danger",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",u),children:r})]})});jb.displayName="TimeField";var Zb=classVarianceAuthority.cva("flex flex-col gap-1.5",{variants:{size:{sm:"",md:"",lg:""}},defaultVariants:{size:"md"}}),FS=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}}),BS=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"}}),OS=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"}}),Xb=e=>/^#([A-Fa-f0-9]{3}|[A-Fa-f0-9]{6}|[A-Fa-f0-9]{8})$/.test(e),GS=e=>(e.startsWith("#")||(e="#"+e),e.length===4&&(e="#"+e[1]+e[1]+e[2]+e[2]+e[3]+e[3]),e.toUpperCase()),Jb=K__namespace.forwardRef(({className:e,label:t,description:a,errorMessage:r,isRequired:n,isInvalid:i,size:s,labelClassName:l,inputClassName:d,descriptionClassName:m,errorClassName:u,value:c,defaultValue:f="#000000",onChange:p,showSwatch:v=true,showPicker:R=true,allowAlpha:b=false,fullWidth:h=false,disabled:w,id:g,...x},S)=>{let y=K__namespace.useId(),P=g||y,k=`${P}-picker`,T=`${P}-description`,N=`${P}-error`,[C,M]=K__namespace.useState(f),[L,E]=K__namespace.useState(false),V=c!==void 0?c:C,D=i&&r,I=j=>{let $=j.target.value;$&&!$.startsWith("#")&&($="#"+$),c===void 0&&M($),p?.($);},z=j=>{let $=j.target.value.toUpperCase();c===void 0&&M($),p?.($);},G=()=>{if(V&&Xb(V)){let j=GS(V);j!==V&&(c===void 0&&M(j),p?.(j));}},H=Xb(V)?V:"#000000";return jsxRuntime.jsxs("div",{className:o(Zb({size:s}),e),children:[t&&jsxRuntime.jsxs(ss__namespace.Root,{htmlFor:P,className:o(OS({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("div",{className:o(BS({size:s})),children:R?jsxRuntime.jsxs("label",{htmlFor:k,className:"block h-full w-full cursor-pointer",children:[jsxRuntime.jsx("input",{id:k,type:"color",value:H,onChange:z,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:H}})]}):jsxRuntime.jsx("div",{className:"h-full w-full",style:{backgroundColor:H}})}),jsxRuntime.jsx("input",{ref:S,id:P,type:"text",value:V,onChange:I,onFocus:()=>E(true),onBlur:()=>{E(false),G();},placeholder:"#000000",maxLength:b?9:7,"aria-invalid":i,"aria-describedby":D?N:a?T:void 0,"aria-required":n,disabled:w,className:o(FS({size:s,isInvalid:i,fullWidth:h}),!v&&"pl-3",d),style:{borderColor:L?"var(--color-foreground)":void 0},...x})]}),a&&!D&&jsxRuntime.jsx("p",{id:T,className:o("text-muted-foreground",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",m),children:a}),D&&jsxRuntime.jsx("p",{id:N,role:"alert",className:o("text-danger",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",u),children:r})]})});Jb.displayName="ColorField";var ev=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"}}),tv=K__namespace.createContext({});function $S(){return K__namespace.useContext(tv)}var av=K__namespace.forwardRef(({className:e,variant:t,orientation:a,spacing:r,disabled:n,children:i,...s},l)=>jsxRuntime.jsx(tv.Provider,{value:{disabled:n},children:jsxRuntime.jsx("div",{ref:l,role:"group",className:o(ev({variant:t,orientation:a,spacing:r,className:e})),...s,children:i})}));av.displayName="ButtonGroup";var ov=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"}}),nv=K__namespace.forwardRef(({className:e,variant:t,size:a,radius:r,isLoading:n,disabled:i,children:s,...l},d)=>{let m={sm:"h-4 w-4",md:"h-4 w-4",lg:"h-5 w-5",xl:"h-6 w-6"}[a??"md"];return jsxRuntime.jsx("button",{ref:d,type:"button",disabled:i||n,className:o(ov({variant:t,size:a,radius:r,className:e})),...l,children:n?jsxRuntime.jsxs("svg",{className:o("animate-spin",m),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:o("[&>svg]:h-full [&>svg]:w-full",m),children:s})})});nv.displayName="IconButton";var sv=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"}}),lv=K__namespace.forwardRef(({className:e,variant:t,orientation:a,size:r,density:n,items:i,maxVisibleItems:s,isDisabled:l,onAction:d,showLabels:m=false,renderItem:u,...c},f)=>{let p=s&&s<i.length?i.slice(0,s):i,v=s&&s<i.length?i.slice(s):[],R={sm:"h-8 px-2 text-xs",md:"h-9 px-3 text-sm",lg:"h-10 px-4 text-base"}[r??"md"],b={sm:"h-8 w-8",md:"h-9 w-9",lg:"h-10 w-10"}[r??"md"],h={sm:"h-4 w-4",md:"h-4 w-4",lg:"h-5 w-5"}[r??"md"],w=(x,S)=>{S&&S(),d&&d(x);},g=x=>jsxRuntime.jsxs("button",{type:"button",disabled:l||x.isDisabled,onClick:()=>w(x.key,x.onPress),className:o("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",m?R:b),"aria-label":x.label,children:[x.icon&&jsxRuntime.jsx("span",{className:h,children:x.icon}),m&&jsxRuntime.jsx("span",{children:x.label})]},x.key);return jsxRuntime.jsxs("div",{ref:f,role:"group",className:o(sv({variant:t,orientation:a,size:r,density:n,className:e})),...c,children:[p.map(x=>u?u(x):g(x)),v.length>0&&jsxRuntime.jsxs(lr,{children:[jsxRuntime.jsx(dr,{asChild:true,children:jsxRuntime.jsx("button",{type:"button",disabled:l,className:o("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",b),"aria-label":"More actions",children:jsxRuntime.jsx(lucideReact.MoreHorizontal,{className:h})})}),jsxRuntime.jsx(La,{align:"end",children:v.map(x=>jsxRuntime.jsxs(Vt,{disabled:x.isDisabled,onClick:()=>w(x.key,x.onPress),children:[x.icon&&jsxRuntime.jsx("span",{className:o(h,"mr-2"),children:x.icon}),x.label]},x.key))})]})]})});lv.displayName="ActionGroup";var uv=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"}}),jS=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}}),pv=K__namespace.forwardRef(({className:e,variant:t,size:a,pulse:r=false,hideLabel:n=false,children:i,...s},l)=>jsxRuntime.jsxs("span",{ref:l,role:"status",className:o(uv({variant:t,size:a,className:e})),...s,children:[jsxRuntime.jsx("span",{className:o(jS({size:a,pulse:r})),"aria-hidden":"true"}),!n&&i&&jsxRuntime.jsx("span",{className:"text-foreground",children:i})]}));pv.displayName="StatusLight";var gv=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"}}),qS=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"}}),ZS=classVarianceAuthority.cva("font-semibold text-foreground",{variants:{size:{sm:"text-base",md:"text-lg",lg:"text-xl"}},defaultVariants:{size:"md"}}),JS=classVarianceAuthority.cva("text-muted-foreground",{variants:{size:{sm:"text-xs",md:"text-sm",lg:"text-base"}},defaultVariants:{size:"md"}}),bv=K__namespace.forwardRef(({className:e,size:t,illustration:a,heading:r,description:n,children:i,...s},l)=>jsxRuntime.jsxs("div",{ref:l,className:o(gv({size:t,className:e})),...s,children:[a&&jsxRuntime.jsx("div",{className:o(qS({size:t})),"aria-hidden":"true",children:a}),r&&jsxRuntime.jsx("h3",{className:o(ZS({size:t})),children:r}),n&&jsxRuntime.jsx("p",{className:o(JS({size:t})),children:n}),i&&jsxRuntime.jsx("div",{className:"mt-2",children:i})]}));bv.displayName="IllustratedMessage";var xv=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"}}),nT={info:lucideReact.Info,success:lucideReact.CheckCircle2,warning:lucideReact.AlertTriangle,error:lucideReact.AlertCircle,neutral:lucideReact.Info},yv=K__namespace.forwardRef(({className:e,variant:t,title:a,icon:r,hideIcon:n=false,isDismissible:i=false,onDismiss:s,actions:l,children:d,...m},u)=>{let[c,f]=K__namespace.useState(true);if(!c)return null;let p=nT[t??"info"],v=()=>{f(false),s?.();};return jsxRuntime.jsxs("div",{ref:u,role:"alert",className:o(xv({variant:t,className:e})),...m,children:[!n&&jsxRuntime.jsx("div",{className:"flex-shrink-0",children:r||jsxRuntime.jsx(p,{className:"h-5 w-5"})}),jsxRuntime.jsxs("div",{className:"flex-1 space-y-1",children:[a&&jsxRuntime.jsx("div",{className:"font-medium",children:a}),d&&jsxRuntime.jsx("div",{className:"opacity-90",children:d}),l&&jsxRuntime.jsx("div",{className:"mt-3 flex gap-2",children:l})]}),i&&jsxRuntime.jsx("button",{type:"button",onClick:v,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"})})]})});yv.displayName="InlineAlert";var Rv=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"}}),wv=K__namespace.forwardRef(({className:e,position:t,size:a,selectedCount:r=0,isOpen:n=true,onClose:i,showClose:s=true,selectedText:l,children:d,...m},u)=>{if(!n||r===0)return null;let c=()=>typeof l=="function"?l(r):l||`${r} item${r>1?"s":""} selected`;return jsxRuntime.jsxs("div",{ref:u,role:"toolbar","aria-label":"Actions for selected items",className:o(Rv({position:t,size:a,className:e})),...m,children:[jsxRuntime.jsx("span",{className:"text-sm font-medium text-muted-foreground whitespace-nowrap",children:c()}),jsxRuntime.jsx("div",{className:"h-4 w-px bg-border"}),jsxRuntime.jsx("div",{className:"flex items-center gap-1",children:d}),s&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"h-4 w-px bg-border"}),jsxRuntime.jsx("button",{type:"button",onClick:i,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"})})]})]})});wv.displayName="ActionBar";var Nv=K__namespace.forwardRef(({className:e,icon:t,children:a,...r},n)=>jsxRuntime.jsxs("button",{ref:n,type:"button",className:o("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),...r,children:[t&&jsxRuntime.jsx("span",{className:"h-4 w-4 [&>svg]:h-full [&>svg]:w-full",children:t}),a]}));Nv.displayName="ActionBarButton";var Pv=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 uT(e){return "items"in e}var Cv=K__namespace.forwardRef(({items:e,align:t="end",side:a="bottom",iconOrientation:r="vertical",trigger:n,variant:i,size:s,onAction:l,"aria-label":d="More actions",triggerClassName:m,disabled:u},c)=>{let f={sm:"h-3.5 w-3.5",md:"h-4 w-4",lg:"h-5 w-5"}[s??"md"],p=r==="horizontal"?lucideReact.MoreHorizontal:lucideReact.MoreVertical,v=b=>{b.onSelect?.(),l?.(b.key);},R=b=>jsxRuntime.jsxs(Vt,{disabled:b.isDisabled,onClick:()=>v(b),className:o(b.isDestructive&&"text-destructive focus:text-destructive"),children:[b.icon&&jsxRuntime.jsx("span",{className:"mr-2 h-4 w-4 [&>svg]:h-full [&>svg]:w-full",children:b.icon}),jsxRuntime.jsx("span",{className:"flex-1",children:b.label}),b.shortcut&&jsxRuntime.jsx("span",{className:"ml-auto text-xs text-muted-foreground",children:b.shortcut})]},b.key);return jsxRuntime.jsxs(lr,{children:[jsxRuntime.jsx(dr,{asChild:true,children:n||jsxRuntime.jsx("button",{ref:c,type:"button",disabled:u,className:o(Pv({variant:i,size:s}),m),"aria-label":d,children:jsxRuntime.jsx(p,{className:f})})}),jsxRuntime.jsx(La,{align:t,side:a,children:e.map((b,h)=>uT(b)?jsxRuntime.jsxs(K__namespace.Fragment,{children:[h>0&&jsxRuntime.jsx(Dn,{}),b.items.map(R)]},b.key):R(b))})]})});Cv.displayName="ActionMenu";var Mv=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"}}),kv=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 Dv({className:e,variant:t,size:a,items:r,selectedKeys:n,selectionMode:i="none",onSelectionChange:s,allowsDragging:l=false,onReorder:d,showCheckbox:m=false,renderItem:u,emptyContent:c,...f}){let[p,v]=K__namespace.useState(new Set),[R,b]=K__namespace.useState(null),[h,w]=K__namespace.useState(null),g=K__namespace.useMemo(()=>n?n instanceof Set?n:new Set(n):p,[n,p]),x=k=>{if(i==="none")return;let T;i==="single"?T=g.has(k)?new Set:new Set([k]):(T=new Set(g),T.has(k)?T.delete(k):T.add(k)),n||v(T),s?.(T);},S=(k,T)=>{b(T),k.dataTransfer.effectAllowed="move";},y=(k,T)=>{k.preventDefault(),R!==T&&w(T);},P=()=>{if(R&&h&&R!==h){let k=r.findIndex(M=>M.key===R),T=r.findIndex(M=>M.key===h),N=[...r],[C]=N.splice(k,1);N.splice(T,0,C),d?.(N);}b(null),w(null);};return r.length===0?jsxRuntime.jsx("div",{className:o("flex items-center justify-center p-8 text-muted-foreground",e),children:c||"No items"}):jsxRuntime.jsx("div",{role:"listbox","aria-multiselectable":i==="multiple",className:o(Mv({variant:t,size:a,className:e})),...f,children:r.map(k=>{let T=g.has(k.key),N=R===k.key,C=h===k.key;return u?jsxRuntime.jsx("div",{role:"option","aria-selected":T,onClick:()=>x(k.key),children:u(k,T)},k.key):jsxRuntime.jsxs("div",{role:"option","aria-selected":T,"aria-disabled":k.isDisabled,draggable:l&&!k.isDisabled,onDragStart:M=>S(M,k.key),onDragOver:M=>y(M,k.key),onDragEnd:P,onClick:()=>!k.isDisabled&&x(k.key),className:o(kv({variant:t,size:a,isSelected:T,isDisabled:k.isDisabled}),N&&"opacity-50",C&&"border-t-2 border-t-primary"),children:[l&&jsxRuntime.jsx(lucideReact.GripVertical,{className:"h-4 w-4 text-muted-foreground cursor-grab"}),m&&i!=="none"&&jsxRuntime.jsx("div",{className:o("flex h-4 w-4 items-center justify-center rounded border",T?"bg-primary border-primary text-primary-foreground":"border-input"),children:T&&jsxRuntime.jsx(lucideReact.Check,{className:"h-3 w-3"})}),k.icon&&jsxRuntime.jsx("span",{className:"h-5 w-5 text-muted-foreground [&>svg]:h-full [&>svg]:w-full",children:k.icon}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("div",{className:"truncate",children:k.label}),k.description&&jsxRuntime.jsx("div",{className:"text-sm text-muted-foreground truncate",children:k.description})]})]},k.key)})})}Dv.displayName="ListView";var Vv=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"}}),gT=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"}}),Lv=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",{variants:{size:{sm:"h-3.5 w-3.5",md:"h-5 w-5",lg:"h-6 w-6"}},defaultVariants:{size:"md"}}),Iv=K__namespace.forwardRef(({className:e,orientation:t="horizontal",size:a,value:r,defaultValue:n=[25,75],onValueChange:i,onValueCommit:s,showLabels:l=false,formatLabel:d=b=>String(b),trackColor:m="primary",min:u=0,max:c=100,step:f=1,disabled:p,...v},R)=>{let[b,h]=K__namespace.useState(n),w=r??b,g=y=>{let P=y;r||h(P),i?.(P);},x=y=>{s?.(y);},S={primary:"bg-primary",success:"bg-green-500",warning:"bg-yellow-500",danger:"bg-red-500"}[m];return jsxRuntime.jsxs("div",{className:"relative w-full",children:[l&&jsxRuntime.jsxs("div",{className:"flex justify-between mb-2 text-sm text-muted-foreground",children:[jsxRuntime.jsx("span",{children:d(w[0])}),jsxRuntime.jsx("span",{children:d(w[1])})]}),jsxRuntime.jsxs(ea__namespace.Root,{ref:R,value:w,onValueChange:g,onValueCommit:x,min:u,max:c,step:f,disabled:p,orientation:t??"horizontal",className:o(Vv({orientation:t,size:a,className:e})),...v,children:[jsxRuntime.jsx(ea__namespace.Track,{className:o(gT({orientation:t,size:a})),children:jsxRuntime.jsx(ea__namespace.Range,{className:o("absolute rounded-full",S,{"h-full":t==="horizontal","w-full":t==="vertical"})})}),jsxRuntime.jsx(ea__namespace.Thumb,{className:o(Lv({size:a}))}),jsxRuntime.jsx(ea__namespace.Thumb,{className:o(Lv({size:a}))})]})]})});Iv.displayName="RangeSlider";var Av=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"}}),xT=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"}}),yT={help:lucideReact.HelpCircle,info:lucideReact.Info,warning:lucideReact.AlertCircle},zv=K__namespace.forwardRef(({variant:e="help",size:t,title:a,children:r,trigger:n,side:i="top",align:s="center",open:l,onOpenChange:d,learnMoreUrl:m,learnMoreText:u="Learn more",triggerClassName:c,contentClassName:f},p)=>{let v=yT[e??"help"];return jsxRuntime.jsxs(yt__namespace.Root,{open:l,onOpenChange:d,children:[jsxRuntime.jsx(yt__namespace.Trigger,{asChild:true,children:n||jsxRuntime.jsx("button",{ref:p,type:"button",className:o(Av({variant:e,size:t}),c),"aria-label":"Help",children:jsxRuntime.jsx(v,{className:"h-full w-full"})})}),jsxRuntime.jsx(yt__namespace.Portal,{children:jsxRuntime.jsxs(yt__namespace.Content,{side:i,align:s,sideOffset:8,className:o(xT({size:t}),f),children:[a&&jsxRuntime.jsx("div",{className:"mb-2 font-semibold text-foreground",children:a}),jsxRuntime.jsx("div",{className:"text-muted-foreground",children:r}),m&&jsxRuntime.jsxs("a",{href:m,target:"_blank",rel:"noopener noreferrer",className:"mt-3 inline-block text-primary hover:underline",children:[u," \u2192"]}),jsxRuntime.jsx(yt__namespace.Arrow,{className:"fill-popover"})]})})]})});zv.displayName="ContextualHelp";var Bv=classVarianceAuthority.cva("flex flex-wrap",{variants:{spacing:{sm:"gap-1",md:"gap-2",lg:"gap-3"}},defaultVariants:{spacing:"md"}}),Kl=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 Ov({className:e,spacing:t,variant:a,size:r,items:n,selectedKeys:i,selectionMode:s="none",onSelectionChange:l,allowsRemoving:d=false,onRemove:m,label:u,description:c,errorMessage:f,maxTags:p,...v}){let[R,b]=K__namespace.useState(new Set),h=K__namespace.useMemo(()=>i?i instanceof Set?i:new Set(i):R,[i,R]),w=y=>{if(s==="none")return;let P;s==="single"?P=h.has(y)?new Set:new Set([y]):(P=new Set(h),P.has(y)?P.delete(y):P.add(y)),i||b(P),l?.(P);},g=(y,P)=>{P.stopPropagation(),m?.(y);},x=p?n.slice(0,p):n,S=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}),c&&jsxRuntime.jsx("span",{className:"text-sm text-muted-foreground",children:c}),jsxRuntime.jsxs("div",{role:"group","aria-label":u,className:o(Bv({spacing:t}),e),...v,children:[x.map(y=>{let P=h.has(y.key),k=s!=="none";return jsxRuntime.jsxs("span",{role:k?"button":void 0,tabIndex:k&&!y.isDisabled?0:void 0,"aria-pressed":k?P:void 0,onClick:()=>!y.isDisabled&&w(y.key),onKeyDown:T=>{(T.key==="Enter"||T.key===" ")&&!y.isDisabled&&(T.preventDefault(),w(y.key));},style:y.color?{backgroundColor:y.color}:void 0,className:o(Kl({variant:y.color?void 0:a,size:r,isSelected:P,isDisabled:y.isDisabled}),k&&!y.isDisabled&&"cursor-pointer hover:opacity-80",y.color&&"text-white"),children:[y.icon&&jsxRuntime.jsx("span",{className:"h-3.5 w-3.5 [&>svg]:h-full [&>svg]:w-full",children:y.icon}),y.label,d&&!y.isDisabled&&jsxRuntime.jsx("button",{type:"button",onClick:T=>g(y.key,T),className:"ml-0.5 rounded-full p-0.5 hover:bg-black/10 dark:hover:bg-white/10","aria-label":`Remove ${y.label}`,children:jsxRuntime.jsx(lucideReact.X,{className:"h-3 w-3"})})]},y.key)}),S>0&&jsxRuntime.jsxs("span",{className:o(Kl({variant:"surface",size:r}),"cursor-default"),children:["+",S," more"]})]}),f&&jsxRuntime.jsx("span",{className:"text-sm text-destructive",children:f})]})}Ov.displayName="TagGroup";var $v=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"}}),_v=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 Kv({className:e,columns:t,gap:a,items:r,selectedKeys:n,selectionMode:i="none",onSelectionChange:s,showSelectionIndicator:l=true,itemVariant:d="default",itemSize:m="md",renderItem:u,emptyContent:c,...f}){let[p,v]=K__namespace.useState(new Set),R=K__namespace.useMemo(()=>n?n instanceof Set?n:new Set(n):p,[n,p]),b=h=>{if(i==="none")return;let w;i==="single"?w=R.has(h)?new Set:new Set([h]):(w=new Set(R),w.has(h)?w.delete(h):w.add(h)),n||v(w),s?.(w);};return r.length===0?jsxRuntime.jsx("div",{className:o("flex items-center justify-center p-8 text-muted-foreground",e),children:c||"No items"}):jsxRuntime.jsx("div",{role:"grid","aria-multiselectable":i==="multiple",className:o($v({columns:t,gap:a,className:e})),...f,children:r.map(h=>{let w=R.has(h.key);return u?jsxRuntime.jsx("div",{role:"gridcell","aria-selected":w,onClick:()=>b(h.key),children:u(h,w)},h.key):jsxRuntime.jsxs("div",{role:"gridcell","aria-selected":w,"aria-disabled":h.isDisabled,onClick:()=>!h.isDisabled&&b(h.key),className:o(_v({variant:d,size:m,isSelected:w,isDisabled:h.isDisabled})),children:[l&&i!=="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"})}),h.thumbnail&&jsxRuntime.jsx("div",{className:"mb-2 aspect-square w-full overflow-hidden rounded-md bg-muted",children:h.thumbnail}),jsxRuntime.jsxs("div",{className:"min-w-0",children:[jsxRuntime.jsx("div",{className:"truncate font-medium",children:h.label}),h.description&&jsxRuntime.jsx("div",{className:"mt-1 truncate text-sm text-muted-foreground",children:h.description})]})]},h.key)})})}Kv.displayName="GridList";var Uv=classVarianceAuthority.cva("relative w-full",{variants:{size:{sm:"h-1.5",md:"h-2",lg:"h-3"}},defaultVariants:{size:"md"}}),NT=classVarianceAuthority.cva("w-full h-full rounded-full overflow-hidden",{variants:{variant:{default:"bg-secondary",subtle:"bg-muted"}},defaultVariants:{variant:"default"}}),PT=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}}),Bi=K__namespace.forwardRef(({className:e,size:t,value:a,min:r=0,max:n=100,optimum:i,low:s,high:l,label:d,showValueLabel:m=false,formatValue:u,color:c="primary",trackVariant:f="default",...p},v)=>{let R=Math.min(100,Math.max(0,(a-r)/(n-r)*100)),b=()=>{if(c!=="auto")return "";let w=(a-r)/(n-r),g=s!==void 0?(s-r)/(n-r):.25,x=l!==void 0?(l-r)/(n-r):.75;return (i!==void 0?(i-r)/(n-r):1)>=.5?w<=g?"bg-red-500":w<=x?"bg-yellow-500":"bg-green-500":w>=x?"bg-red-500":w>=g?"bg-yellow-500":"bg-green-500"},h=u?u(a,R):`${Math.round(R)}%`;return jsxRuntime.jsxs("div",{ref:v,className:o("w-full",e),...p,children:[(d||m)&&jsxRuntime.jsxs("div",{className:"flex items-center justify-between mb-1.5",children:[d&&jsxRuntime.jsx("span",{className:"text-sm font-medium text-foreground",children:d}),m&&jsxRuntime.jsx("span",{className:"text-sm text-muted-foreground",children:h})]}),jsxRuntime.jsx("div",{role:"meter","aria-valuenow":a,"aria-valuemin":r,"aria-valuemax":n,"aria-label":d,className:o(Uv({size:t})),children:jsxRuntime.jsx("div",{className:o(NT({variant:f})),children:jsxRuntime.jsx("div",{className:o(PT({color:c==="auto"?void 0:c,rounded:R>=100}),c==="auto"&&b()),style:{width:`${R}%`}})})})]})});Bi.displayName="Meter";var jv=K__namespace.forwardRef((e,t)=>jsxRuntime.jsx(Bi,{ref:t,color:"auto",low:50,high:80,optimum:0,...e}));jv.displayName="DiskUsageMeter";var Xv=K__namespace.forwardRef((e,t)=>jsxRuntime.jsx(Bi,{ref:t,color:"auto",low:20,high:50,optimum:100,...e}));Xv.displayName="BatteryMeter";var Zv=classVarianceAuthority.cva("flex flex-wrap",{variants:{size:{sm:"gap-1",md:"gap-1.5",lg:"gap-2"},layout:{wrap:"flex-wrap",grid:"grid"}},defaultVariants:{size:"md",layout:"wrap"}}),Jv=["#000000","#ffffff","#ef4444","#f97316","#eab308","#22c55e","#06b6d4","#3b82f6","#8b5cf6","#ec4899"],Qv=["#f8fafc","#f1f5f9","#e2e8f0","#cbd5e1","#94a3b8","#64748b","#475569","#334155","#1e293b","#0f172a","#fef2f2","#fee2e2","#fecaca","#fca5a5","#f87171","#ef4444","#dc2626","#b91c1c","#991b1b","#7f1d1d","#fff7ed","#ffedd5","#fed7aa","#fdba74","#fb923c","#f97316","#ea580c","#c2410c","#9a3412","#7c2d12","#fefce8","#fef9c3","#fef08a","#fde047","#facc15","#eab308","#ca8a04","#a16207","#854d0e","#713f12","#f0fdf4","#dcfce7","#bbf7d0","#86efac","#4ade80","#22c55e","#16a34a","#15803d","#166534","#14532d","#eff6ff","#dbeafe","#bfdbfe","#93c5fd","#60a5fa","#3b82f6","#2563eb","#1d4ed8","#1e40af","#1e3a8a","#faf5ff","#f3e8ff","#e9d5ff","#d8b4fe","#c084fc","#a855f7","#9333ea","#7e22ce","#6b21a8","#581c87","#fdf2f8","#fce7f3","#fbcfe8","#f9a8d4","#f472b6","#ec4899","#db2777","#be185d","#9d174d","#831843"],eh=["#f44336","#e91e63","#9c27b0","#673ab7","#3f51b5","#2196f3","#03a9f4","#00bcd4","#009688","#4caf50","#8bc34a","#cddc39","#ffeb3b","#ffc107","#ff9800","#ff5722","#795548","#9e9e9e","#607d8b"],th=K__namespace.forwardRef(({value:e,defaultValue:t,onChange:a,colors:r="default",customColors:n,size:i,layout:s,swatchSize:l="md",swatchShape:d="square",columns:m,disabled:u,showSelection:c=true,className:f,...p},v)=>{let[R,b]=K__namespace.useState(t),h=e!==void 0?e:R,g=(()=>{if(n)return n;if(Array.isArray(r))return r;switch(r){case "tailwind":return Qv;case "material":return eh;default:return Jv}})(),x=y=>{u||(e===void 0&&b(y),a?.(y));},S=s==="grid"&&m?{gridTemplateColumns:`repeat(${m}, 1fr)`}:{};return jsxRuntime.jsx("div",{ref:v,role:"listbox","aria-label":"Color palette",className:o(Zv({size:i,layout:s}),f),style:S,...p,children:g.map((y,P)=>jsxRuntime.jsx(Zr,{color:y,size:l,shape:d,isSelected:c&&h?.toLowerCase()===y.toLowerCase(),onSelect:x,disabled:u,role:"option","aria-selected":h?.toLowerCase()===y.toLowerCase()},`${y}-${P}`))})});th.displayName="ColorSwatchPicker";var ah=classVarianceAuthority.cva("relative rounded-md border border-input 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"}},defaultVariants:{size:"md"}}),Wi=(e,t,a)=>{let r=n=>{let i=(n+e/60)%6;return a-a*t*Math.max(Math.min(i,4-i,1),0)};return [Math.round(r(5)*255),Math.round(r(3)*255),Math.round(r(1)*255)]},rh=(e,t,a)=>{e/=255,t/=255,a/=255;let r=Math.max(e,t,a),n=Math.min(e,t,a),i=r-n,s=0,l=r===0?0:i/r,d=r;if(i!==0)switch(r){case e:s=((t-a)/i+(t<a?6:0))*60;break;case t:s=((a-e)/i+2)*60;break;case a:s=((e-t)/i+4)*60;break}return [s,l,d]},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},nh=(e,t,a)=>"#"+[e,t,a].map(r=>r.toString(16).padStart(2,"0")).join(""),ih=K__namespace.forwardRef(({hue:e,saturation:t,brightness:a,value:r,defaultValue:n="#ff0000",onChange:i,onColorChange:s,size:l,disabled:d,thumbSize:m=16,className:u,...c},f)=>{let p=K__namespace.useRef(null),[v,R]=K__namespace.useState(false),b=K__namespace.useCallback(H=>{let j=oh(H);return j?rh(...j):[0,1,1]},[]),[h,w]=K__namespace.useState(()=>b(r||n)),g=e??h[0],x=t??h[1],S=a??h[2];K__namespace.useEffect(()=>{if(r){let H=b(r);w(H);}},[r,b]);let y=K__namespace.useCallback((H,j)=>{if(d||!p.current)return;let $=p.current.getBoundingClientRect(),Ve=Math.max(0,Math.min(1,(H-$.left)/$.width)),ve=Math.max(0,Math.min(1,(j-$.top)/$.height)),A=Ve,F=1-ve;t===void 0&&a===void 0&&w([g,A,F]),i?.({hue:g,saturation:A,brightness:F});let te=Wi(g,A,F);s?.(nh(...te));},[d,g,t,a,i,s]),P=H=>{d||(H.preventDefault(),R(true),H.target.setPointerCapture(H.pointerId),y(H.clientX,H.clientY));},k=H=>{v&&y(H.clientX,H.clientY);},T=H=>{R(false),H.target.releasePointerCapture(H.pointerId);},[N,C,M]=Wi(g,1,1),L=`rgb(${N}, ${C}, ${M})`,E=x*100,V=(1-S)*100,[D,I,z]=Wi(g,x,S),G=`rgb(${D}, ${I}, ${z})`;return jsxRuntime.jsx("div",{ref:f,className:o(ah({size:l}),d&&"cursor-not-allowed opacity-50",u),...c,children:jsxRuntime.jsxs("div",{ref:p,className:"absolute inset-0",style:{backgroundColor:L},onPointerDown:P,onPointerMove:k,onPointerUp:T,onPointerLeave:T,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 shadow-md pointer-events-none",style:{width:m,height:m,left:`calc(${E}% - ${m/2}px)`,top:`calc(${V}% - ${m/2}px)`,backgroundColor:G,boxShadow:"0 0 0 1px rgba(0,0,0,0.2), 0 2px 4px rgba(0,0,0,0.2)"}})]})})});ih.displayName="ColorArea";var lh=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"}}),kT=`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")`,sh="linear-gradient(to right, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000)",dh=K__namespace.forwardRef(({value:e,defaultValue:t,onChange:a,channel:r="hue",baseColor:n="#ff0000",orientation:i,size:s,disabled:l,thumbSize:d=18,showBorder:m=true,className:u,...c},f)=>{let p=K__namespace.useRef(null),[v,R]=K__namespace.useState(false),b=()=>{switch(r){case "hue":return 0;case "alpha":case "saturation":case "brightness":return 1;default:return 0}},[h,w]=K__namespace.useState(t??b()),g=e??h,x=r==="hue"?g/360:g,S=K__namespace.useCallback((L,E)=>{if(l||!p.current)return;let V=p.current.getBoundingClientRect(),D=i!=="vertical",I;D?I=Math.max(0,Math.min(1,(L-V.left)/V.width)):I=Math.max(0,Math.min(1,1-(E-V.top)/V.height));let z=r==="hue"?I*360:I;e===void 0&&w(z),a?.(z);},[l,i,r,e,a]),y=L=>{l||(L.preventDefault(),R(true),L.target.setPointerCapture(L.pointerId),S(L.clientX,L.clientY));},P=L=>{v&&S(L.clientX,L.clientY);},k=L=>{R(false),L.target.releasePointerCapture(L.pointerId);},T=()=>{let L=i!=="vertical",E=L?"to right":"to top";switch(r){case "hue":return L?sh:"linear-gradient(to top, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000)";case "alpha":return `linear-gradient(${E}, transparent, ${n})`;case "saturation":return `linear-gradient(${E}, #808080, ${n})`;case "brightness":return `linear-gradient(${E}, #000000, ${n})`;default:return sh}},N=()=>r==="hue"?`hsl(${g}, 100%, 50%)`:n,C=i!=="vertical",M=x*100;return jsxRuntime.jsx("div",{ref:f,className:o(lh({orientation:i,size:s}),l&&"cursor-not-allowed opacity-50",u),...c,children:jsxRuntime.jsxs("div",{ref:p,className:o("absolute inset-0 rounded-full overflow-hidden",m&&"border border-input"),style:{backgroundImage:r==="alpha"?kT:void 0,backgroundSize:r==="alpha"?"8px 8px":void 0},onPointerDown:y,onPointerMove:P,onPointerUp:k,onPointerLeave:k,children:[jsxRuntime.jsx("div",{className:"absolute inset-0 rounded-full",style:{background:T()}}),jsxRuntime.jsx("div",{className:"absolute rounded-full border-2 border-white shadow-md pointer-events-none",style:{width:d,height:d,...C?{left:`calc(${M}% - ${d/2}px)`,top:"50%",transform:"translateY(-50%)"}:{bottom:`calc(${M}% - ${d/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 ch=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"}}),VT=(e,t,a)=>{let r=e-a,n=t-a,i=Math.atan2(n,r)*180/Math.PI+90;return i<0&&(i+=360),i},mh=K__namespace.forwardRef(({value:e,defaultValue:t=0,onChange:a,size:r,disabled:n,innerRadius:i=.6,thumbSize:s=20,showCenter:l=true,className:d,...m},u)=>{let c=K__namespace.useRef(null),[f,p]=K__namespace.useState(false),[v,R]=K__namespace.useState(t),b=e??v,h=K__namespace.useCallback((y,P)=>{if(n||!c.current)return;let k=c.current.getBoundingClientRect(),T=k.width/2,N=y-k.left,C=P-k.top,M=VT(N,C,T);e===void 0&&R(M),a?.(M);},[n,e,a]),w=y=>{n||(y.preventDefault(),p(true),y.target.setPointerCapture(y.pointerId),h(y.clientX,y.clientY));},g=y=>{f&&h(y.clientX,y.clientY);},x=y=>{p(false),y.target.releasePointerCapture(y.pointerId);},S=()=>{let y=[];for(let P=0;P<=360;P+=30)y.push(`hsl(${P}, 100%, 50%) ${P}deg`);return `conic-gradient(from 270deg, ${y.join(", ")})`};return jsxRuntime.jsx("div",{ref:u,className:o(ch({size:r}),n&&"cursor-not-allowed opacity-50",d),...m,children:jsxRuntime.jsxs("div",{ref:c,className:"absolute inset-0 rounded-full",style:{background:S()},onPointerDown:w,onPointerMove:g,onPointerUp:x,onPointerLeave:x,children:[i<1&&jsxRuntime.jsx("div",{className:"absolute bg-background rounded-full",style:{top:`${(1-i)*50}%`,left:`${(1-i)*50}%`,width:`${i*100}%`,height:`${i*100}%`}}),l&&i<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(IT,{hue:b,innerRadius:i,thumbSize:s})]})})});mh.displayName="ColorWheel";var IT=({hue:e,innerRadius:t,thumbSize:a})=>{let r=(1-(1-t)/2)*50,n=(e-90)*Math.PI/180,i=50+r*Math.cos(n),s=50+r*Math.sin(n);return jsxRuntime.jsx("div",{className:"absolute rounded-full border-2 border-white shadow-md pointer-events-none",style:{width:a,height:a,left:`calc(${i}% - ${a/2}px)`,top:`calc(${s}% - ${a/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 uh=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}}),dn=K__namespace.forwardRef(({className:e,direction:t,align:a,justify:r,wrap:n,gap:i,inline:s,as:l="div",...d},m)=>jsxRuntime.jsx(l,{ref:m,className:o(uh({direction:t,align:a,justify:r,wrap:n,gap:i,inline:s,className:e})),...d}));dn.displayName="Flex";var ph=K__namespace.forwardRef(({gap:e=2,align:t="center",...a},r)=>jsxRuntime.jsx(dn,{ref:r,direction:"row",gap:e,align:t,...a}));ph.displayName="HStack";var fh=K__namespace.forwardRef(({gap:e=2,align:t="stretch",...a},r)=>jsxRuntime.jsx(dn,{ref:r,direction:"column",gap:e,align:t,...a}));fh.displayName="VStack";var gh=K__namespace.forwardRef((e,t)=>jsxRuntime.jsx(dn,{ref:t,align:"center",justify:"center",...e}));gh.displayName="Center";var vh=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"}}),_i=K__namespace.forwardRef(({className:e,columns:t,rows:a,gap:r,gapX:n,gapY:i,flow:s,align:l,justify:d,placeItems:m,as:u="div",minChildWidth:c,style:f,...p},v)=>{let R=c?{...f,gridTemplateColumns:`repeat(auto-fill, minmax(${c}, 1fr))`}:f;return jsxRuntime.jsx(u,{ref:v,className:o(vh({columns:c?void 0:t,rows:a,gap:r,gapX:n,gapY:i,flow:s,align:l,justify:d,placeItems:m,className:e})),style:R,...p})});_i.displayName="Grid";var hh=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"}}}),xh=K__namespace.forwardRef(({className:e,colSpan:t,rowSpan:a,colStart:r,colEnd:n,rowStart:i,rowEnd:s,as:l="div",...d},m)=>jsxRuntime.jsx(l,{ref:m,className:o(hh({colSpan:t,rowSpan:a,colStart:r,colEnd:n,rowStart:i,rowEnd:s,className:e})),...d}));xh.displayName="GridItem";var yh=K__namespace.forwardRef(({columns:e=2,className:t,...a},r)=>{if(typeof e=="number")return jsxRuntime.jsx(_i,{ref:r,columns:e,className:t,...a});let n=o(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(_i,{ref:r,columns:1,className:o(n,t),...a})});yh.displayName="SimpleGrid";var wh=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=K__namespace.forwardRef(({className:e,variant:t,size:a,radius:r,as:n="div",...i},s)=>jsxRuntime.jsx(n,{ref:s,className:o(wh({variant:t,size:a,radius:r,className:e})),...i}));Nh.displayName="Well";var Ch=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"}}),FT=classVarianceAuthority.cva("text-muted-foreground font-medium",{variants:{size:{sm:"text-xs",md:"text-sm",lg:"text-base"}},defaultVariants:{size:"md"}}),BT=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}}),Sh=K__namespace.forwardRef(({className:e,orientation:t,size:a,align:r,label:n,value:i,valueWeight:s,mono:l,labelWidth:d,labelClassName:m,valueClassName:u,showColon:c=false,copyable:f=false,onCopy:p,...v},R)=>{let b=async()=>{if(!(!f||i===null||i===void 0))try{let h=typeof i=="string"?i:String(i);await navigator.clipboard.writeText(h),p?.();}catch{}};return jsxRuntime.jsxs("div",{ref:R,className:o(Ch({orientation:t,size:a,align:r,className:e})),...v,children:[jsxRuntime.jsxs("span",{className:o(FT({size:a}),m),style:d?{width:d,flexShrink:0}:void 0,children:[n,c&&":"]}),jsxRuntime.jsx("span",{className:o(BT({size:a,weight:s,mono:l}),f&&"cursor-pointer hover:bg-accent/50 rounded px-1 -mx-1 transition-colors",u),onClick:f?b:void 0,role:f?"button":void 0,tabIndex:f?0:void 0,onKeyDown:f?h=>{(h.key==="Enter"||h.key===" ")&&(h.preventDefault(),b());}:void 0,children:i})]})});Sh.displayName="LabeledValue";var Th=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"}}),Mh=K__namespace.forwardRef(({className:e,orientation:t,gap:a,...r},n)=>jsxRuntime.jsx("div",{ref:n,className:o(Th({orientation:t,gap:a,className:e})),...r}));Mh.displayName="LabeledValueGroup";var Vh=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"}}),vo=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"}}),Ih=K__namespace.forwardRef(({value:e,defaultValue:t="",onChange:a,onSearch:r,onSelect:n,suggestions:i=[],recentSearches:s=[],onClearRecentSearches:l,trendingSearches:d=[],isLoading:m,showClear:u=true,showIcon:c=true,popoverWidth:f="trigger",emptyMessage:p="No results found",size:v,variant:R,className:b,placeholder:h="Search...",disabled:w,...g},x)=>{let[S,y]=K__namespace.useState(false),[P,k]=K__namespace.useState(t),T=e!==void 0?e:P,N=K__namespace.useRef(null);K__namespace.useImperativeHandle(x,()=>N.current);let C=T.length>0,M=S&&(i.length>0||s.length>0||d.length>0||C),L=H=>{e===void 0&&k(H),a?.(H);},E=()=>{L(""),N.current?.focus();},V=H=>{H?.preventDefault(),T.trim()&&(r?.(T.trim()),y(false));},D=H=>{L(H.label),n?.(H),y(false);},I=H=>{L(H),r?.(H),y(false);},z=H=>{L(H),r?.(H),y(false);},G=K__namespace.useMemo(()=>{let H={};return i.forEach(j=>{let $=j.category||"Results";H[$]||(H[$]=[]),H[$].push(j);}),H},[i]);return jsxRuntime.jsxs(Ne,{open:M,onOpenChange:y,children:[jsxRuntime.jsx(Se,{asChild:true,children:jsxRuntime.jsxs("form",{onSubmit:V,className:o(Vh({size:v,variant:R}),b),children:[c&&jsxRuntime.jsx(lucideReact.Search,{className:o(vo({size:v}),"ml-3")}),jsxRuntime.jsx("input",{ref:N,type:"text",value:T,onChange:H=>L(H.target.value),onFocus:()=>y(true),placeholder:h,disabled:w,className:o("flex-1 bg-transparent px-3 py-2 outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50",!c&&"pl-3"),...g}),u&&C&&!w&&jsxRuntime.jsx("button",{type:"button",onClick:E,className:o("mr-2 rounded-sm p-1 text-muted-foreground hover:text-foreground hover:bg-muted transition-colors",vo({size:v})),children:jsxRuntime.jsx(lucideReact.X,{className:"h-full w-full"})})]})}),jsxRuntime.jsx(xe,{className:"p-0",style:{width:f==="trigger"?"var(--radix-popover-trigger-width)":f},align:"start",onOpenAutoFocus:H=>H.preventDefault(),children:jsxRuntime.jsxs(cmdk.Command,{className:"rounded-lg border-0",children:[s.length>0&&!C&&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((H,j)=>jsxRuntime.jsxs("button",{type:"button",onClick:()=>I(H),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:o(vo({size:v}))}),jsxRuntime.jsx("span",{className:"flex-1 text-left truncate",children:H}),jsxRuntime.jsx(lucideReact.ArrowRight,{className:o(vo({size:v}),"opacity-0 group-hover:opacity-100")})]},j))]}),d.length>0&&!C&&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"})}),d.map((H,j)=>jsxRuntime.jsxs("button",{type:"button",onClick:()=>z(H),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:o(vo({size:v}))}),jsxRuntime.jsx("span",{className:"flex-1 text-left truncate",children:H})]},j))]}),C&&jsxRuntime.jsx("div",{className:"p-2",children:m?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"})}):i.length>0?Object.entries(G).map(([H,j])=>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:H})}),j.map($=>jsxRuntime.jsxs("button",{type:"button",onClick:()=>D($),className:"flex w-full items-center gap-2 rounded-sm px-2 py-1.5 text-sm hover:bg-muted",children:[$.icon||jsxRuntime.jsx(lucideReact.Search,{className:o(vo({size:v}))}),jsxRuntime.jsxs("div",{className:"flex-1 text-left",children:[jsxRuntime.jsx("div",{className:"truncate",children:$.label}),$.description&&jsxRuntime.jsx("div",{className:"text-xs text-muted-foreground truncate",children:$.description})]})]},$.id))]},H)):jsxRuntime.jsx("div",{className:"py-6 text-center text-sm text-muted-foreground",children:p})})]})})]})});Ih.displayName="SearchBar";var Eh={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"})},Hh=K__namespace.forwardRef(({open:e,onOpenChange:t,items:a=[],recentItems:r=[],placeholder:n="Search...",isLoading:i,emptyMessage:s="No results found.",filter:l,shortcut:d="\u2318K",onSelect:m,footer:u},c)=>{let[f,p]=K__namespace.useState(""),v=K__namespace.useRef(null);K__namespace.useEffect(()=>{e||p("");},[e]);let R=K__namespace.useMemo(()=>{let g={};return a.forEach(x=>{let S=x.category||"Results";g[S]||(g[S]=[]),g[S].push(x);}),g},[a]),b=g=>{g.onSelect?.(),m?.(g),t?.(false);},h=f.length>0,w=!h&&r.length>0;return jsxRuntime.jsx(se__namespace.Root,{open:e,onOpenChange:t,children:jsxRuntime.jsxs(se__namespace.Portal,{children:[jsxRuntime.jsx(se__namespace.Overlay,{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"}),jsxRuntime.jsx(se__namespace.Content,{ref:c,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",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:v,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:i?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:[w&&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"}),r.map(g=>jsxRuntime.jsxs(cmdk.Command.Item,{value:g.label,onSelect:()=>b(g),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:g.icon||Eh[g.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:g.label}),g.description&&jsxRuntime.jsx("div",{className:"truncate text-xs text-muted-foreground",children:g.description})]}),g.shortcut&&jsxRuntime.jsx("div",{className:"flex items-center gap-1",children:g.shortcut.map((x,S)=>jsxRuntime.jsx("kbd",{className:"rounded bg-muted px-1.5 py-0.5 text-xs font-medium",children:x},S))})]},g.id))]}),h&&Object.entries(R).map(([g,x])=>jsxRuntime.jsxs(cmdk.Command.Group,{heading:g,children:[jsxRuntime.jsx("div",{className:"px-2 py-1.5 text-xs font-medium text-muted-foreground",children:g}),x.map(S=>jsxRuntime.jsxs(cmdk.Command.Item,{value:`${S.label} ${S.keywords?.join(" ")||""}`,onSelect:()=>b(S),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:S.icon||Eh[g]||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:S.label}),S.description&&jsxRuntime.jsx("div",{className:"truncate text-xs text-muted-foreground",children:S.description})]}),jsxRuntime.jsx(lucideReact.ArrowRight,{className:"h-4 w-4 text-muted-foreground opacity-0 group-aria-selected:opacity-100"})]},S.id))]},g)),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:d})," to open"]})]})]})})]})})});Hh.displayName="SpotlightSearch";function JT(e="k"){let[t,a]=K__namespace.useState(false);return K__namespace.useEffect(()=>{let r=n=>{(n.metaKey||n.ctrlKey)&&n.key===e&&(n.preventDefault(),a(i=>!i));};return document.addEventListener("keydown",r),()=>document.removeEventListener("keydown",r)},[e]),{open:t,setOpen:a,toggle:()=>a(r=>!r)}}var iM=classVarianceAuthority.cva("",{variants:{size:{sm:"",md:"",lg:""}},defaultVariants:{size:"md"}}),sM={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"},lM=e=>{let t=typeof e=="string"?new Date(e):e,r=new Date().getTime()-t.getTime(),n=Math.floor(r/6e4),i=Math.floor(r/36e5),s=Math.floor(r/864e5);return n<1?"Just now":n<60?`${n}m ago`:i<24?`${i}h ago`:s<7?`${s}d ago`:t.toLocaleDateString()},Ah=K__namespace.forwardRef(({notifications:e=[],onNotificationClick:t,onMarkAsRead:a,onMarkAllAsRead:r,onDismiss:n,onClearAll:i,showSettings:s,onSettingsClick:l,trigger:d,align:m="end",emptyMessage:u="No notifications",maxHeight:c=400,className:f},p)=>{let[v,R]=K__namespace.useState(false),b=e.filter(g=>!g.read).length,h=e.length>0,w=g=>{g.read||a?.(g.id),t?.(g);};return jsxRuntime.jsxs(Ne,{open:v,onOpenChange:R,children:[jsxRuntime.jsx(Se,{asChild:true,children:d||jsxRuntime.jsxs("button",{ref:p,className:o("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"}),b>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:b>99?"99+":b})]})}),jsxRuntime.jsxs(xe,{className:"w-80 p-0 sm:w-96",align:m,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"}),b>0&&jsxRuntime.jsxs(Co,{size:"sm",children:[b," new"]})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-1",children:[h&&r&&b>0&&jsxRuntime.jsx("button",{type:"button",onClick:r,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"})}),h&&i&&jsxRuntime.jsx("button",{type:"button",onClick:i,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"})})]})]}),h?jsxRuntime.jsx(je,{style:{maxHeight:c},children:jsxRuntime.jsx("div",{className:"divide-y",children:e.map(g=>jsxRuntime.jsxs("div",{className:o("group relative flex gap-3 px-4 py-3 transition-colors hover:bg-muted/50",!g.read&&"bg-muted/30"),children:[jsxRuntime.jsx("div",{className:o("flex h-9 w-9 shrink-0 items-center justify-center rounded-full",g.avatar?"overflow-hidden":sM[g.type||"default"]),children:g.avatar?jsxRuntime.jsx("img",{src:g.avatar,alt:"",className:"h-full w-full object-cover"}):g.icon?g.icon:jsxRuntime.jsx(lucideReact.Bell,{className:"h-4 w-4"})}),jsxRuntime.jsxs("button",{type:"button",onClick:()=>w(g),className:"flex-1 text-left",children:[jsxRuntime.jsxs("div",{className:"flex items-start justify-between gap-2",children:[jsxRuntime.jsx("p",{className:o("text-sm",!g.read&&"font-medium"),children:g.title}),!g.read&&jsxRuntime.jsx("span",{className:"mt-1.5 h-2 w-2 shrink-0 rounded-full bg-primary"})]}),g.description&&jsxRuntime.jsx("p",{className:"mt-0.5 text-xs text-muted-foreground line-clamp-2",children:g.description}),jsxRuntime.jsx("p",{className:"mt-1 text-[10px] text-muted-foreground",children:lM(g.timestamp)})]}),jsxRuntime.jsxs("div",{className:"absolute right-2 top-2 flex gap-1 opacity-0 transition-opacity group-hover:opacity-100",children:[!g.read&&a&&jsxRuntime.jsx("button",{type:"button",onClick:x=>{x.stopPropagation(),a(g.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||g.onDismiss)&&jsxRuntime.jsx("button",{type:"button",onClick:x=>{x.stopPropagation(),g.onDismiss?.(),n?.(g.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"})})]})]},g.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})]})]})]})});Ah.displayName="NotificationCenter";var Fh=classVarianceAuthority.cva("relative flex items-center justify-center gap-3 px-4 py-2.5 text-sm",{variants:{variant:{default:"bg-muted text-foreground",primary:"bg-primary text-primary-foreground",info:"bg-blue-500 text-white",success:"bg-green-500 text-white",warning:"bg-yellow-500 text-black",danger:"bg-red-500 text-white",gradient:"bg-gradient-to-r from-primary via-purple-500 to-pink-500 text-white"},position:{top:"fixed top-0 left-0 right-0 z-50",relative:"relative"}},defaultVariants:{variant:"default",position:"relative"}}),gM={default:lucideReact.Megaphone,primary:lucideReact.Megaphone,info:lucideReact.Info,success:lucideReact.CheckCircle,warning:lucideReact.AlertTriangle,danger:lucideReact.XCircle,gradient:lucideReact.Megaphone},Bh=K__namespace.forwardRef(({message:e,showIcon:t=true,icon:a,dismissible:r=true,onDismiss:n,action:i,variant:s="default",position:l,animate:d,autoDismiss:m,storageKey:u,className:c,...f},p)=>{let[v,R]=K__namespace.useState(true),[b,h]=K__namespace.useState(false);K__namespace.useEffect(()=>{u&&localStorage.getItem(`banner-${u}`)==="true"&&R(false);},[u]),K__namespace.useEffect(()=>{if(m&&v){let x=setTimeout(()=>{w();},m);return ()=>clearTimeout(x)}},[m,v]);let w=()=>{h(true),setTimeout(()=>{R(false),u&&localStorage.setItem(`banner-${u}`,"true"),n?.();},200);};if(!v)return null;let g=a?null:gM[s||"default"];return jsxRuntime.jsxs("div",{ref:p,className:o(Fh({variant:s,position:l}),d&&"animate-pulse",b&&"animate-out fade-out slide-out-to-top duration-200",c),role:"banner",...f,children:[t&&jsxRuntime.jsx("span",{className:"shrink-0",children:a||g&&jsxRuntime.jsx(g,{className:"h-4 w-4"})}),jsxRuntime.jsx("span",{className:"text-center font-medium",children:e}),i&&(i.href?jsxRuntime.jsxs("a",{href:i.href,className:"group inline-flex shrink-0 items-center gap-1 font-semibold underline-offset-4 hover:underline",children:[i.label,jsxRuntime.jsx(lucideReact.ArrowRight,{className:"h-3.5 w-3.5 transition-transform group-hover:translate-x-0.5"})]}):jsxRuntime.jsxs("button",{type:"button",onClick:i.onClick,className:"group inline-flex shrink-0 items-center gap-1 font-semibold underline-offset-4 hover:underline",children:[i.label,jsxRuntime.jsx(lucideReact.ArrowRight,{className:"h-3.5 w-3.5 transition-transform group-hover:translate-x-0.5"})]})),r&&jsxRuntime.jsx("button",{type:"button",onClick:w,className:o("absolute right-2 top-1/2 -translate-y-1/2 rounded-sm p-1 transition-opacity hover:opacity-70",l==="relative"&&"right-4"),"aria-label":"Dismiss banner",children:jsxRuntime.jsx(lucideReact.X,{className:"h-4 w-4"})})]})});Bh.displayName="Banner";var cn=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:{default:"bg-primary text-primary-foreground hover:bg-primary/90",secondary:"bg-secondary text-secondary-foreground hover:bg-secondary/80",destructive:"bg-destructive text-destructive-foreground hover:bg-destructive/90",outline:"border border-input bg-background hover:bg-muted",ghost:"bg-background hover:bg-muted shadow-md"},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:"default",size:"md",position:"bottom-right"}}),vM=classVarianceAuthority.cva("transition-transform duration-200",{variants:{size:{sm:"h-4 w-4",md:"h-6 w-6",lg:"h-7 w-7"}},defaultVariants:{size:"md"}}),ed=K__namespace.forwardRef(({icon:e,label:t="Action button",extended:a,extendedLabel:r,actions:n,direction:i="up",showTooltip:s=true,closeIcon:l,animation:d="rotate",variant:m,size:u,position:c,className:f,onClick:p,disabled:v,...R},b)=>{let[h,w]=K__namespace.useState(false),g=n&&n.length>0,x=T=>{g&&w(!h),p?.(T);},S=T=>{T.onClick?.(),w(false);},y={up:{container:"flex-col-reverse bottom-full mb-3",item:"mb-3"},down:{container:"flex-col top-full mt-3",item:"mt-3"},left:{container:"flex-row-reverse right-full mr-3",item:"mr-3"},right:{container:"flex-row left-full ml-3",item:"ml-3"}},P=d==="rotate"&&h?"rotate-45":"",k=d==="scale"&&h?"scale-0":"scale-100";return jsxRuntime.jsxs("div",{className:o("z-50",c!=="relative"&&c&&cn({position:c})),children:[g&&h&&jsxRuntime.jsx("div",{className:o("absolute flex items-center gap-2",y[i].container),children:n.map((T,N)=>jsxRuntime.jsxs("div",{className:o("flex items-center gap-2 animate-in fade-in zoom-in duration-200",i==="up"||i==="down"?"flex-row":"flex-col"),style:{animationDelay:`${N*50}ms`},children:[s&&(i==="up"||i==="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:T.label}),T.href?jsxRuntime.jsx("a",{href:T.href,className:o(cn({variant:T.variant||"secondary",size:u==="lg"?"md":"sm"})),"aria-label":T.label,children:T.icon}):jsxRuntime.jsx("button",{type:"button",onClick:()=>S(T),className:o(cn({variant:T.variant||"secondary",size:u==="lg"?"md":"sm"})),"aria-label":T.label,children:T.icon}),s&&(i==="left"||i==="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:T.label})]},T.id))}),jsxRuntime.jsxs("button",{ref:b,type:"button",onClick:x,disabled:v,className:o(cn({variant:m,size:u,position:"relative"}),a&&"px-6 gap-2",f),"aria-label":t,"aria-expanded":g?h:void 0,...R,children:[h&&l?l:jsxRuntime.jsx("span",{className:o(vM({size:u}),P,k,"transition-all duration-200"),children:e||jsxRuntime.jsx(lucideReact.Plus,{})}),a&&r&&jsxRuntime.jsx("span",{className:"font-medium",children:r})]}),g&&h&&jsxRuntime.jsx("div",{className:"fixed inset-0 -z-10",onClick:()=>w(false)})]})});ed.displayName="FloatingActionButton";var hM=ed;var Wh=classVarianceAuthority.cva("fixed bottom-0 left-0 right-0 z-50 flex items-center justify-around border-t bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/80 safe-area-inset-bottom",{variants:{variant:{default:"border-border",elevated:"border-transparent shadow-lg",filled:"border-transparent bg-primary text-primary-foreground"},size:{sm:"h-14",md:"h-16",lg:"h-20"}},defaultVariants:{variant:"default",size:"md"}}),xM=classVarianceAuthority.cva("flex flex-1 flex-col items-center justify-center gap-1 transition-colors",{variants:{variant:{default:"text-muted-foreground hover:text-foreground",elevated:"text-muted-foreground hover:text-foreground",filled:"text-primary-foreground/70 hover:text-primary-foreground"},size:{sm:"py-1.5",md:"py-2",lg:"py-3"},isActive:{true:"",false:""}},compoundVariants:[{variant:"default",isActive:true,className:"text-primary"},{variant:"elevated",isActive:true,className:"text-primary"},{variant:"filled",isActive:true,className:"text-primary-foreground"}],defaultVariants:{variant:"default",size:"md",isActive:false}}),yM=classVarianceAuthority.cva("transition-transform",{variants:{size:{sm:"h-5 w-5",md:"h-6 w-6",lg:"h-7 w-7"},isActive:{true:"scale-110",false:""}},defaultVariants:{size:"md",isActive:false}}),RM=classVarianceAuthority.cva("font-medium transition-opacity",{variants:{size:{sm:"text-[10px]",md:"text-xs",lg:"text-sm"},showLabel:{always:"opacity-100",active:"",never:"sr-only"},isActive:{true:"",false:""}},compoundVariants:[{showLabel:"active",isActive:true,className:"opacity-100"},{showLabel:"active",isActive:false,className:"opacity-0 h-0"}],defaultVariants:{size:"md",showLabel:"always",isActive:false}}),$h=K__namespace.forwardRef(({className:e,variant:t,size:a,items:r,activeKey:n,defaultActiveKey:i,onChange:s,showLabels:l="always",hideOnScroll:d=false,...m},u)=>{let[c,f]=K__namespace.useState(i??r[0]?.key),[p,v]=K__namespace.useState(true),R=K__namespace.useRef(0),b=n??c;K__namespace.useEffect(()=>{if(!d)return;let w=()=>{let g=window.scrollY,x=g>R.current,S=g<R.current;x&&g>100?v(false):S&&v(true),R.current=g;};return window.addEventListener("scroll",w,{passive:true}),()=>window.removeEventListener("scroll",w)},[d]);let h=w=>{n===void 0&&f(w.key),s?.(w.key),w.onClick?.();};return jsxRuntime.jsx("nav",{ref:u,role:"navigation","aria-label":"Bottom navigation",className:o(Wh({variant:t,size:a,className:e}),"transition-transform duration-300",!p&&"translate-y-full"),...m,children:r.map(w=>{let g=b===w.key,x=g&&w.activeIcon?w.activeIcon:w.icon,S=jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("span",{className:"relative",children:[jsxRuntime.jsx("span",{className:o(yM({size:a,isActive:g})),children:x}),w.badge!==void 0&&jsxRuntime.jsx("span",{className:"absolute -right-2 -top-1 flex h-4 min-w-4 items-center justify-center rounded-full bg-destructive px-1 text-[10px] font-medium text-destructive-foreground",children:typeof w.badge=="number"&&w.badge>99?"99+":w.badge})]}),jsxRuntime.jsx("span",{className:o(RM({size:a,showLabel:l,isActive:g})),children:w.label})]}),y=o(xM({variant:t,size:a,isActive:g}));return w.href?jsxRuntime.jsx("a",{href:w.href,className:y,"aria-current":g?"page":void 0,onClick:()=>h(w),children:S},w.key):jsxRuntime.jsx("button",{type:"button",className:y,"aria-current":g?"page":void 0,onClick:()=>h(w),children:S},w.key)})})});$h.displayName="BottomNavigation";var PM="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",Kh=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"}}),Yh=K__namespace.forwardRef(({open:e,onOpenChange:t,trigger:a,title:r,description:n,items:i,cancelLabel:s="Cancel",onCancel:l,showCancel:d=true,children:m,closeOnSelect:u=true,onAction:c},f)=>{let p=v=>{v.isDisabled||(v.onSelect?.(),c?.(v.key),u&&t?.(false));};return jsxRuntime.jsxs(vaul.Drawer.Root,{open:e,onOpenChange:t,children:[a&&jsxRuntime.jsx(vaul.Drawer.Trigger,{asChild:true,children:a}),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:PM,children:[jsxRuntime.jsx("div",{className:"mx-auto mt-4 h-1.5 w-12 flex-shrink-0 rounded-full bg-muted"}),(r||n)&&jsxRuntime.jsxs("div",{className:"px-4 py-3 text-center",children:[r&&jsxRuntime.jsx(vaul.Drawer.Title,{className:"text-base font-semibold",children:r}),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:m||jsxRuntime.jsx("div",{className:"divide-y divide-border/40 dark:divide-border/20",children:i?.map(v=>jsxRuntime.jsxs("button",{type:"button",disabled:v.isDisabled,onClick:()=>p(v),className:o(Kh({variant:v.isDestructive?"destructive":"default"})),children:[v.icon&&jsxRuntime.jsx("span",{className:"h-5 w-5 flex-shrink-0 [&>svg]:h-full [&>svg]:w-full",children:v.icon}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("div",{className:"font-medium",children:v.label}),v.description&&jsxRuntime.jsx("div",{className:"text-sm text-muted-foreground truncate",children:v.description})]})]},v.key))})}),d&&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})})})]})]})]})});Yh.displayName="ActionSheet";var jh=classVarianceAuthority.cva("relative overflow-hidden touch-pan-y",{variants:{variant:{default:"",card:"rounded-lg border bg-card"}},defaultVariants:{variant:"default"}}),ad=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"}}),Xh=K__namespace.forwardRef(({className:e,variant:t,leftActions:a=[],rightActions:r=[],actionSize:n="md",threshold:i=.3,onSwipeEnd:s,disabled:l=false,fullSwipeAction:d,children:m,...u},c)=>{let f=K__namespace.useRef(null),[p,v]=K__namespace.useState(0),[R,b]=K__namespace.useState(false),h=K__namespace.useRef(0),w=K__namespace.useRef(0),g=a.length*(n==="sm"?64:n==="lg"?96:80),x=r.length*(n==="sm"?64:n==="lg"?96:80),S=N=>{l||(b(true),h.current=N.touches[0].clientX,w.current=p);},y=N=>{if(!R||l)return;let M=N.touches[0].clientX-h.current,L=w.current+M;(L>0&&a.length===0||L<0&&r.length===0)&&(L=0),L>g?L=g+(L-g)*.3:L<-x&&(L=-x+(L+x)*.3),v(L);},P=()=>{if(!R)return;b(false);let N=f.current?.offsetWidth||0,C=Math.abs(p)/N;if(d&&C>.6){d==="right"&&p>0&&a[0]?(a[0].onAction?.(),s?.("right",a[0].key)):d==="left"&&p<0&&r[0]&&(r[0].onAction?.(),s?.("left",r[0].key)),v(0);return}p>g*i&&a.length>0?(v(g),s?.("right")):p<-x*i&&r.length>0?(v(-x),s?.("left")):v(0);},k=(N,C)=>{N.onAction?.(),s?.(C,N.key),v(0);},T=()=>{v(0);};return jsxRuntime.jsxs("div",{ref:c,className:o(jh({variant:t,className:e})),...u,children:[a.length>0&&jsxRuntime.jsx("div",{className:"absolute left-0 top-0 bottom-0 flex",style:{width:g},children:a.map(N=>jsxRuntime.jsxs("button",{type:"button",onClick:()=>k(N,"right"),className:o(ad({variant:N.variant,size:n})),style:{opacity:Math.min(1,p/g)},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))}),r.length>0&&jsxRuntime.jsx("div",{className:"absolute right-0 top-0 bottom-0 flex",style:{width:x},children:r.map(N=>jsxRuntime.jsxs("button",{type:"button",onClick:()=>k(N,"left"),className:o(ad({variant:N.variant,size:n})),style:{opacity:Math.min(1,Math.abs(p)/x)},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:o("relative bg-background",R?"":"transition-transform duration-200"),style:{transform:`translateX(${p}px)`},onTouchStart:S,onTouchMove:y,onTouchEnd:P,onClick:p!==0?T:void 0,children:m})]})});Xh.displayName="SwipeActions";var Zh=classVarianceAuthority.cva("relative overflow-hidden",{variants:{variant:{default:"",contained:"h-full"}},defaultVariants:{variant:"default"}}),TM=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"}}),Jh=K__namespace.forwardRef(({className:e,variant:t,onRefresh:a,pullThreshold:r=80,maxPullDistance:n=120,loadingIndicator:i,pullIndicator:s,indicatorSize:l="md",disabled:d=false,pullText:m="Pull to refresh",releaseText:u="Release to refresh",refreshingText:c="Refreshing...",children:f,...p},v)=>{let R=K__namespace.useRef(null),[b,h]=K__namespace.useState(0),[w,g]=K__namespace.useState("idle"),x=K__namespace.useRef(0),S=K__namespace.useRef(false),y=()=>d||w==="refreshing"?false:(R.current?.scrollTop??window.scrollY)<=0,P=M=>{y()&&(x.current=M.touches[0].clientY,S.current=true);},k=M=>{if(!S.current||!y())return;let E=M.touches[0].clientY-x.current;if(E<0){h(0),g("idle");return}let D=Math.min(E*.5,n);h(D),g(D>=r?"ready":"pulling");},T=async()=>{if(S.current)if(S.current=false,w==="ready"){g("refreshing"),h(r*.6);try{await a();}finally{g("idle"),h(0);}}else g("idle"),h(0);},N={sm:"h-4 w-4",md:"h-5 w-5",lg:"h-6 w-6"}[l],C=()=>{if(w==="refreshing")return i||jsxRuntime.jsxs("div",{className:"flex flex-col items-center gap-1",children:[jsxRuntime.jsx(lucideReact.Loader2,{className:o(N,"animate-spin text-primary")}),jsxRuntime.jsx("span",{className:"text-xs text-muted-foreground",children:c})]});let M=Math.min(b/r*180,180);return s||jsxRuntime.jsxs("div",{className:"flex flex-col items-center gap-1",children:[jsxRuntime.jsx(lucideReact.ArrowDown,{className:o(N,"text-muted-foreground transition-transform"),style:{transform:`rotate(${M}deg)`}}),jsxRuntime.jsx("span",{className:"text-xs text-muted-foreground",children:w==="ready"?u:m})]})};return jsxRuntime.jsxs("div",{ref:v,className:o(Zh({variant:t,className:e})),...p,children:[jsxRuntime.jsx("div",{className:o(TM({size:l}),"z-10",w==="idle"&&b===0&&"opacity-0"),style:{top:Math.max(b-60,-60),opacity:Math.min(b/(r*.5),1)},children:C()}),jsxRuntime.jsx("div",{ref:R,className:o("transition-transform duration-200",w==="refreshing"&&"ease-out"),style:{transform:`translateY(${b}px)`,transition:S.current?"none":void 0},onTouchStart:P,onTouchMove:k,onTouchEnd:T,children:f})]})});Jh.displayName="PullToRefresh";var ex=classVarianceAuthority.cva("flex min-h-screen w-full",{variants:{layout:{default:"flex-col",sidebar:"flex-row"}},defaultVariants:{layout:"default"}}),tx=K__namespace.forwardRef(({className:e,layout:t="default",header:a,footer:r,sidebar:n,aside:i,sidebarCollapsed:s=false,sidebarWidth:l="16rem",sidebarCollapsedWidth:d="4rem",asideWidth:m="16rem",fixed:u=false,children:c,...f},p)=>{let v=s?d:l;return jsxRuntime.jsxs("div",{ref:p,className:o(ex({layout:t}),e),style:{"--app-shell-sidebar-width":v,"--app-shell-aside-width":m},...f,children:[a&&jsxRuntime.jsx(od,{fixed:u,hasSidebar:!!n,children:a}),jsxRuntime.jsxs("div",{className:"flex flex-1",children:[n&&jsxRuntime.jsx(nd,{collapsed:s,fixed:u,children:n}),jsxRuntime.jsx("main",{className:o("flex-1 flex flex-col min-h-0",u&&a&&"pt-14",u&&r&&"pb-14"),children:c}),i&&jsxRuntime.jsx(id,{fixed:u,children:i})]}),r&&jsxRuntime.jsx(sd,{fixed:u,hasSidebar:!!n,children:r})]})});tx.displayName="AppShell";var od=K__namespace.forwardRef(({className:e,fixed:t,hasSidebar:a,children:r,...n},i)=>jsxRuntime.jsx("header",{ref:i,className:o("flex h-14 items-center border-b bg-background px-4",t&&"fixed top-0 right-0 z-40",t&&a&&"left-[var(--app-shell-sidebar-width)]",t&&!a&&"left-0",e),...n,children:r}));od.displayName="AppShellHeader";var nd=K__namespace.forwardRef(({className:e,collapsed:t,fixed:a,children:r,...n},i)=>jsxRuntime.jsx("aside",{ref:i,className:o("w-[var(--app-shell-sidebar-width)] shrink-0 border-r bg-background transition-[width] duration-200",a&&"fixed left-0 top-0 bottom-0 z-50",e),"data-collapsed":t,...n,children:r}));nd.displayName="AppShellSidebar";var id=K__namespace.forwardRef(({className:e,fixed:t,children:a,...r},n)=>jsxRuntime.jsx("aside",{ref:n,className:o("w-[var(--app-shell-aside-width)] shrink-0 border-l bg-background",t&&"fixed right-0 top-14 bottom-0 z-40",e),...r,children:a}));id.displayName="AppShellAside";var sd=K__namespace.forwardRef(({className:e,fixed:t,hasSidebar:a,children:r,...n},i)=>jsxRuntime.jsx("footer",{ref:i,className:o("flex h-14 items-center border-t bg-background px-4",t&&"fixed bottom-0 right-0 z-40",t&&a&&"left-[var(--app-shell-sidebar-width)]",t&&!a&&"left-0",e),...n,children:r}));sd.displayName="AppShellFooter";var ax=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,className:o("flex-1 overflow-auto p-4",e),...t}));ax.displayName="AppShellMain";var ox=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"}}),nx=K__namespace.forwardRef(({className:e,variant:t,navigation:a,logo:r,userMenu:n,headerActions:i,breadcrumb:s,defaultCollapsed:l=false,collapsed:d,onCollapsedChange:m,children:u,...c},f)=>{let[p,v]=K__namespace.useState(l),[R,b]=K__namespace.useState(false),h=d??p,w=K__namespace.useCallback(g=>{v(g),m?.(g);},[m]);return jsxRuntime.jsxs("div",{ref:f,className:o(ox({variant:t}),e),...c,children:[jsxRuntime.jsxs("aside",{"data-slot":"sidebar","data-collapsed":h,className:o("hidden lg:flex flex-col fixed inset-y-0 left-0 z-50 bg-background transition-[width] duration-200",h?"w-16":"w-64"),children:[jsxRuntime.jsx("div",{className:"flex h-14 items-center border-b px-4",children:r}),jsxRuntime.jsx("nav",{className:"flex-1 overflow-auto py-4",children:a}),n&&jsxRuntime.jsx("div",{className:"border-t p-4",children:n})]}),jsxRuntime.jsx(Eo,{open:R,onOpenChange:b,children:jsxRuntime.jsxs(Fr,{side:"left",className:"w-64 p-0",children:[jsxRuntime.jsx("div",{className:"flex h-14 items-center border-b px-4",children:r}),jsxRuntime.jsx("nav",{className:"flex-1 overflow-auto py-4",children:a}),n&&jsxRuntime.jsx("div",{className:"border-t p-4",children:n})]})}),jsxRuntime.jsxs("div",{className:o("flex flex-1 flex-col transition-[margin-left] duration-200",h?"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(W,{variant:"ghost",size:"icon",className:"lg:hidden",onClick:()=>b(true),children:[jsxRuntime.jsx(lucideReact.Menu,{className:"h-5 w-5"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Toggle menu"})]}),jsxRuntime.jsxs(W,{variant:"ghost",size:"icon",className:"hidden lg:flex",onClick:()=>w(!h),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}),i&&jsxRuntime.jsx("div",{className:"flex items-center gap-2",children:i})]}),jsxRuntime.jsx("main",{className:"flex-1 p-4 lg:p-6",children:u})]})]})});nx.displayName="DashboardLayout";var ix=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,className:o("space-y-6",e),...t}));ix.displayName="DashboardPage";var sx=K__namespace.forwardRef(({className:e,title:t,description:a,actions:r,children:n,...i},s)=>jsxRuntime.jsxs("div",{ref:s,className:o("flex flex-col gap-4 sm:flex-row sm:items-center sm:justify-between",e),...i,children:[jsxRuntime.jsxs("div",{className:"space-y-1",children:[t&&jsxRuntime.jsx("h1",{className:"text-2xl font-bold tracking-tight",children:t}),a&&jsxRuntime.jsx("p",{className:"text-muted-foreground",children:a}),n]}),r&&jsxRuntime.jsx("div",{className:"flex items-center gap-2",children:r})]}));sx.displayName="DashboardPageHeader";var lx=K__namespace.forwardRef(({className:e,columns:t=4,...a},r)=>jsxRuntime.jsx("div",{ref:r,className:o("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),...a}));lx.displayName="DashboardGrid";var Zi=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"}}),dx=K__namespace.forwardRef(({className:e,variant:t="centered",logo:a,sideContent:r,backgroundImage:n,sidePosition:i="left",footer:s,children:l,...d},m)=>t==="split"?jsxRuntime.jsxs("div",{ref:m,className:o(Zi({variant:t}),e),...d,children:[jsxRuntime.jsx("div",{className:o("hidden lg:flex lg:w-1/2 flex-col bg-primary text-primary-foreground",i==="right"&&"order-2"),children:r||jsxRuntime.jsxs("div",{className:"flex flex-1 flex-col items-center justify-center p-8",children:[a&&jsxRuntime.jsx("div",{className:"mb-8",children:a}),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:o("flex flex-1 flex-col lg:w-1/2",i==="right"&&"order-1"),children:[a&&jsxRuntime.jsx("div",{className:"flex items-center justify-center p-6 lg:hidden",children:a}),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:m,className:o(Zi({variant:t}),e),style:n?{backgroundImage:`url(${n})`,backgroundSize:"cover",backgroundPosition:"center"}:void 0,...d,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:[a&&jsxRuntime.jsx("div",{className:"mb-8 flex justify-center",children:a}),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:m,className:o(Zi({variant:t}),e),...d,children:jsxRuntime.jsxs("div",{className:"w-full max-w-md p-6",children:[a&&jsxRuntime.jsx("div",{className:"mb-8 flex justify-center",children:a}),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})]})}));dx.displayName="AuthLayout";var cx=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("form",{ref:a,className:o("space-y-4",e),...t}));cx.displayName="AuthForm";var mx=K__namespace.forwardRef(({className:e,title:t,description:a,children:r,...n},i)=>jsxRuntime.jsxs("div",{ref:i,className:o("space-y-2 text-center",e),...n,children:[t&&jsxRuntime.jsx("h1",{className:"text-2xl font-bold",children:t}),a&&jsxRuntime.jsx("p",{className:"text-muted-foreground",children:a}),r]}));mx.displayName="AuthHeader";var ux=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,className:o("flex flex-col gap-2 text-center text-sm",e),...t}));ux.displayName="AuthFooterLinks";var px=K__namespace.forwardRef(({className:e,text:t="or continue with",...a},r)=>jsxRuntime.jsxs("div",{ref:r,className:o("relative my-4",e),...a,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})})]}));px.displayName="AuthDivider";var fx=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,className:o("grid grid-cols-2 gap-2",e),...t}));fx.displayName="AuthSocialButtons";var Ji=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"}}),gx=K__namespace.forwardRef(({className:e,variant:t="sidebar",navigation:a,title:r,description:n,children:i,...s},l)=>t==="sidebar"?jsxRuntime.jsxs("div",{ref:l,className:o(Ji({variant:t}),e),...s,children:[a&&jsxRuntime.jsx("aside",{className:"lg:w-64 shrink-0",children:jsxRuntime.jsx("nav",{className:"flex flex-col gap-1",children:a})}),jsxRuntime.jsxs("div",{className:"flex-1 space-y-6",children:[(r||n)&&jsxRuntime.jsx(un,{title:r,description:n}),i]})]}):t==="tabs"?jsxRuntime.jsxs("div",{ref:l,className:o(Ji({variant:t}),e),...s,children:[(r||n)&&jsxRuntime.jsx(un,{title:r,description:n}),a,jsxRuntime.jsx("div",{className:"pt-4",children:i})]}):jsxRuntime.jsxs("div",{ref:l,className:o(Ji({variant:t}),e),...s,children:[(r||n)&&jsxRuntime.jsx(un,{title:r,description:n}),i]}));gx.displayName="SettingsLayout";var un=K__namespace.forwardRef(({className:e,title:t,description:a,children:r,...n},i)=>jsxRuntime.jsxs("div",{ref:i,className:o("space-y-1",e),...n,children:[t&&jsxRuntime.jsx("h1",{className:"text-2xl font-bold",children:t}),a&&jsxRuntime.jsx("p",{className:"text-muted-foreground",children:a}),r]}));un.displayName="SettingsHeader";var bx=K__namespace.forwardRef(({className:e,title:t,description:a,children:r,...n},i)=>jsxRuntime.jsxs("div",{ref:i,className:o("space-y-4",e),...n,children:[(t||a)&&jsxRuntime.jsxs("div",{className:"space-y-1",children:[t&&jsxRuntime.jsx("h2",{className:"text-lg font-medium",children:t}),a&&jsxRuntime.jsx("p",{className:"text-sm text-muted-foreground",children:a})]}),r]}));bx.displayName="SettingsSection";var vx=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,className:o("rounded-lg border bg-card p-6",e),...t}));vx.displayName="SettingsCard";var hx=K__namespace.forwardRef(({className:e,label:t,description:a,htmlFor:r,children:n,...i},s)=>jsxRuntime.jsxs("div",{ref:s,className:o("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),...i,children:[jsxRuntime.jsxs("div",{className:"space-y-0.5",children:[t&&jsxRuntime.jsx("label",{htmlFor:r,className:"text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",children:t}),a&&jsxRuntime.jsx("p",{className:"text-sm text-muted-foreground",children:a})]}),jsxRuntime.jsx("div",{className:"shrink-0",children:n})]}));hx.displayName="SettingsRow";var xx=K__namespace.forwardRef(({className:e,active:t,icon:a,children:r,...n},i)=>jsxRuntime.jsxs("button",{ref:i,type:"button",className:o("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:[a&&jsxRuntime.jsx("span",{className:"h-4 w-4 [&>svg]:h-full [&>svg]:w-full",children:a}),r]}));xx.displayName="SettingsNavItem";var yx=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,className:o("h-px bg-border my-4",e),...t}));yx.displayName="SettingsSeparator";var Hr=(e,t,a)=>({duration:e,delay:t,ease:a||[.4,0,.2,1]}),VM={hidden:e=>({opacity:e}),visible:{opacity:1},exit:e=>({opacity:e})},Rx=K__namespace.forwardRef(({show:e=true,children:t,duration:a=.3,delay:r=0,ease:n,className:i,unmountOnExit:s=true,initialOpacity:l=0,onAnimationStart:d,onAnimationComplete:m},u)=>{let c=jsxRuntime.jsx(framerMotion.motion.div,{ref:u,initial:"hidden",animate:e?"visible":"hidden",exit:s?"exit":void 0,variants:VM,custom:l,transition:Hr(a,r,n),className:o(i),onAnimationStart:d,onAnimationComplete:m,children:t});return s?jsxRuntime.jsx(framerMotion.AnimatePresence,{children:e&&c}):c});Rx.displayName="Fade";var IM=(e,t)=>{let a=typeof t=="number"?`${t}px`:t,r={up:{y:a},down:{y:`-${a}`},left:{x:a},right:{x:`-${a}`}};return {hidden:{opacity:0,...r[e]},visible:{opacity:1,x:0,y:0},exit:{opacity:0,...r[e]}}},wx=K__namespace.forwardRef(({show:e=true,children:t,duration:a=.3,delay:r=0,ease:n,className:i,unmountOnExit:s=true,direction:l="up",offset:d=20,onAnimationStart:m,onAnimationComplete:u},c)=>{let f=K__namespace.useMemo(()=>IM(l,d),[l,d]),p=jsxRuntime.jsx(framerMotion.motion.div,{ref:c,initial:"hidden",animate:e?"visible":"hidden",exit:s?"exit":void 0,variants:f,transition:Hr(a,r,n),className:o(i),onAnimationStart:m,onAnimationComplete:u,children:t});return s?jsxRuntime.jsx(framerMotion.AnimatePresence,{children:e&&p}):p});wx.displayName="Slide";var EM={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"},HM={hidden:e=>({opacity:0,scale:e}),visible:{opacity:1,scale:1},exit:e=>({opacity:0,scale:e})},Nx=K__namespace.forwardRef(({show:e=true,children:t,duration:a=.3,delay:r=0,ease:n,className:i,unmountOnExit:s=true,initialScale:l=.9,origin:d="center",onAnimationStart:m,onAnimationComplete:u},c)=>{let f=jsxRuntime.jsx(framerMotion.motion.div,{ref:c,initial:"hidden",animate:e?"visible":"hidden",exit:s?"exit":void 0,variants:HM,custom:l,transition:Hr(a,r,n),className:o(i),style:{transformOrigin:EM[d]},onAnimationStart:m,onAnimationComplete:u,children:t});return s?jsxRuntime.jsx(framerMotion.AnimatePresence,{children:e&&f}):f});Nx.displayName="Scale";var Px=K__namespace.forwardRef(({show:e=true,children:t,duration:a=.3,delay:r=0,ease:n,className:i,horizontal:s=false,startingSize:l=0,animateOpacity:d=true,onAnimationStart:m,onAnimationComplete:u},c)=>{let f=s?"width":"height",p={hidden:{[f]:l,opacity:d?0:1},visible:{[f]:"auto",opacity:1},exit:{[f]:l,opacity:d?0:1}};return jsxRuntime.jsx(framerMotion.AnimatePresence,{initial:false,children:e&&jsxRuntime.jsx(framerMotion.motion.div,{ref:c,initial:"hidden",animate:"visible",exit:"exit",variants:p,transition:Hr(a,r,n),className:o("overflow-hidden",i),onAnimationStart:m,onAnimationComplete:u,children:t})})});Px.displayName="Collapse";var Cx=K__namespace.forwardRef(({show:e=true,children:t,duration:a=.4,delay:r=0,ease:n,className:i,initialWidth:s=0,initialHeight:l=0,animateOpacity:d=true,onAnimationStart:m,onAnimationComplete:u},c)=>{let f={hidden:{width:s,height:l,opacity:d?0:1},visible:{width:"auto",height:"auto",opacity:1},exit:{width:s,height:l,opacity:d?0:1}};return jsxRuntime.jsx(framerMotion.AnimatePresence,{initial:false,children:e&&jsxRuntime.jsx(framerMotion.motion.div,{ref:c,initial:"hidden",animate:"visible",exit:"exit",variants:f,transition:Hr(a,r,n),className:o("overflow-hidden",i),onAnimationStart:m,onAnimationComplete:u,children:t})})});Cx.displayName="Expand";var Sx=K__namespace.forwardRef(({show:e=true,children:t,duration:a=.3,delay:r=0,ease:n,className:i,unmountOnExit:s=true,initialRotation:l=-180,finalRotation:d=0,onAnimationStart:m,onAnimationComplete:u},c)=>{let f={hidden:{opacity:0,rotate:l},visible:{opacity:1,rotate:d},exit:{opacity:0,rotate:l}},p=jsxRuntime.jsx(framerMotion.motion.div,{ref:c,initial:"hidden",animate:e?"visible":"hidden",exit:s?"exit":void 0,variants:f,transition:Hr(a,r,n),className:o(i),onAnimationStart:m,onAnimationComplete:u,children:t});return s?jsxRuntime.jsx(framerMotion.AnimatePresence,{children:e&&p}):p});Sx.displayName="Rotate";var Tx=K__namespace.forwardRef(({front:e,back:t,direction:a="horizontal",flipped:r=false,duration:n=.6,delay:i=0,ease:s,className:l,onAnimationStart:d,onAnimationComplete:m},u)=>{let c=a==="horizontal"?"rotateY":"rotateX";return jsxRuntime.jsx("div",{ref:u,className:o("relative",l),style:{perspective:1e3},children:jsxRuntime.jsxs(framerMotion.motion.div,{animate:{[c]:r?180:0},transition:Hr(n,i,s),style:{transformStyle:"preserve-3d"},onAnimationStart:d,onAnimationComplete:m,children:[jsxRuntime.jsx("div",{className:"absolute inset-0",style:{backfaceVisibility:"hidden"},children:e}),jsxRuntime.jsx("div",{className:"absolute inset-0",style:{backfaceVisibility:"hidden",transform:`${c}(180deg)`},children:t})]})})});Tx.displayName="Flip";var Mx=K__namespace.forwardRef(({color:e="currentColor",duration:t=.6,children:a,className:r,disabled:n=false},i)=>{let[s,l]=K__namespace.useState([]),d=K__namespace.useRef(null),m=c=>{if(n)return;let f=d.current;if(!f)return;let p=f.getBoundingClientRect(),v=c.clientX-p.left,R=c.clientY-p.top,b=Math.max(p.width,p.height)*2,h={id:Date.now(),x:v,y:R,size:b};l(w=>[...w,h]);},u=c=>{l(f=>f.filter(p=>p.id!==c));};return jsxRuntime.jsxs("div",{ref:i,className:o("relative overflow-hidden",r),onClick:m,children:[jsxRuntime.jsx("div",{ref:d,className:"relative z-0",children:a}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:s.map(c=>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(c.id),className:"pointer-events-none absolute rounded-full",style:{left:c.x-c.size/2,top:c.y-c.size/2,width:c.size,height:c.size,backgroundColor:e}},c.id))})]})});Mx.displayName="Ripple";var kx=K__namespace.forwardRef(({children:e,animate:t=true,height:a=10,duration:r=.5,count:n=0,className:i,triggerOnHover:s=false},l)=>{let[d,m]=K__namespace.useState(false),u=s?d:t,c={idle:{y:0},bounce:{y:[0,-a,0],transition:{duration:r,ease:"easeInOut",repeat:n===0?1/0:n-1,repeatType:"loop"}}};return jsxRuntime.jsx(framerMotion.motion.div,{ref:l,variants:c,initial:"idle",animate:u?"bounce":"idle",className:o(i),onMouseEnter:()=>s&&m(true),onMouseLeave:()=>s&&m(false),children:e})});kx.displayName="Bounce";var FM={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]},Dx=K__namespace.forwardRef(({children:e,animate:t=true,intensity:a="normal",duration:r=.5,count:n=1,className:i,triggerOnHover:s=false},l)=>{let[d,m]=K__namespace.useState(false),u=s?d:t,c={idle:{x:0},shake:{x:FM[a],transition:{duration:r,ease:"easeInOut",repeat:n-1}}};return jsxRuntime.jsx(framerMotion.motion.div,{ref:l,variants:c,initial:"idle",animate:u?"shake":"idle",className:o(i),onMouseEnter:()=>s&&m(true),onMouseLeave:()=>s&&m(false),children:e})});Dx.displayName="Shake";var BM={slow:"animate-[pulse_3s_ease-in-out_infinite]",normal:"animate-[pulse_2s_ease-in-out_infinite]",fast:"animate-[pulse_1s_ease-in-out_infinite]"},Lx=K__namespace.forwardRef(({children:e,animate:t=true,speed:a="normal",className:r},n)=>jsxRuntime.jsx("div",{ref:n,className:o(t&&BM[a],r),children:e}));Lx.displayName="Pulse";var Vx=K__namespace.forwardRef(({children:e,animate:t=true,angle:a=10,duration:r=.3,count:n=0,className:i,triggerOnHover:s=false},l)=>{let[d,m]=K__namespace.useState(false),u=s?d:t,c={idle:{rotate:0},wiggle:{rotate:[0,-a,a,-a,a,0],transition:{duration:r,ease:"easeInOut",repeat:n===0?1/0:n-1,repeatType:"loop"}}};return jsxRuntime.jsx(framerMotion.motion.div,{ref:l,variants:c,initial:"idle",animate:u?"wiggle":"idle",className:o(i),onMouseEnter:()=>s&&m(true),onMouseLeave:()=>s&&m(false),children:e})});Vx.displayName="Wiggle";var Ix=K__namespace.forwardRef(({children:e,animate:t=false,scale:a=1.2,duration:r=.2,className:n,triggerOnHover:i=false,triggerOnClick:s=false},l)=>{let[d,m]=K__namespace.useState(false),u=t||d,c={type:"spring",stiffness:400,damping:17,duration:r},f=()=>{s&&(m(true),setTimeout(()=>m(false),r*1e3));};return jsxRuntime.jsx(framerMotion.motion.div,{ref:l,animate:{scale:u?a:1},transition:c,className:o(n),onMouseEnter:()=>i&&m(true),onMouseLeave:()=>i&&m(false),onClick:f,children:e})});Ix.displayName="Pop";var _M=(e,t,a,r)=>{let n=e.toFixed(t),[i,s]=n.split("."),l=i.replace(/\B(?=(\d{3})+(?!\d))/g,a);return s?`${l}${r}${s}`:l},Ex=K__namespace.forwardRef(({value:e,from:t=0,duration:a=2,decimals:r=0,prefix:n="",suffix:i="",separator:s=",",decimalSeparator:l=".",animateOnView:d=true,delay:m=0,className:u,onComplete:c},f)=>{let p=K__namespace.useRef(null),v=framerMotion.useInView(p,{once:true}),[R,b]=K__namespace.useState(!d);K__namespace.useEffect(()=>{if(d&&v){let x=setTimeout(()=>b(true),m*1e3);return ()=>clearTimeout(x)}},[d,v,m]);let h={damping:30,stiffness:100,duration:a*1e3},w=framerMotion.useSpring(R?e:t,h),g=framerMotion.useTransform(w,x=>_M(x,r,s,l));return K__namespace.useEffect(()=>{R&&w.set(e);},[R,e,w]),K__namespace.useEffect(()=>{let x=w.on("change",S=>{Math.abs(S-e)<.01&&c&&c();});return ()=>x()},[w,e,c]),jsxRuntime.jsx("span",{ref:p,className:o(u),children:jsxRuntime.jsxs("span",{ref:f,children:[n,jsxRuntime.jsx(framerMotion.motion.span,{children:g}),i]})})});Ex.displayName="Counter";var Hx=K__namespace.forwardRef(({text:e,speed:t=50,delay:a=0,pauseBetween:r=1500,cursor:n=true,cursorChar:i="|",loop:s=false,deleteSpeed:l=30,animateOnView:d=true,className:m,cursorClassName:u,onComplete:c},f)=>{let p=Array.isArray(e)?e:[e],[v,R]=K__namespace.useState(""),[b,h]=K__namespace.useState(0),[w,g]=K__namespace.useState(false),[x,S]=K__namespace.useState(false),y=K__namespace.useRef(null),P=framerMotion.useInView(y,{once:true}),[k,T]=K__namespace.useState(!d);return K__namespace.useEffect(()=>{if(d&&P){let N=setTimeout(()=>T(true),a*1e3);return ()=>clearTimeout(N)}},[d,P,a]),K__namespace.useEffect(()=>{if(!k||x)return;let N=p[b],C;return w?v.length>0?C=setTimeout(()=>{R(v.slice(0,-1));},l):(g(false),h(M=>(M+1)%p.length)):v.length<N.length?C=setTimeout(()=>{R(N.slice(0,v.length+1));},t):b<p.length-1||s?C=setTimeout(()=>{g(true);},r):(S(true),c?.()),()=>clearTimeout(C)},[k,v,b,w,x,p,t,l,r,s,c]),jsxRuntime.jsxs("span",{ref:y,className:o(m),children:[jsxRuntime.jsx("span",{ref:f,children:v}),n&&jsxRuntime.jsx(framerMotion.motion.span,{animate:{opacity:[1,0]},transition:{duration:.8,repeat:1/0,repeatType:"reverse"},className:o("ml-0.5",u),children:i})]})});Hx.displayName="Typewriter";var Ax=K__namespace.forwardRef(({children:e,direction:t="up",stagger:a=.05,duration:r=.5,delay:n=0,splitBy:i="word",animateOnView:s=true,className:l},d)=>{let m=K__namespace.useRef(null),u=framerMotion.useInView(m,{once:true,amount:.5}),c=s?u:true,f=typeof e=="string"?e:"",p=i==="word"?f.split(" "):f.split(""),v={up:{y:20},down:{y:-20},left:{x:20},right:{x:-20}},R={hidden:{},visible:{transition:{staggerChildren:a,delayChildren:n}}},b={hidden:{opacity:0,...v[t]},visible:{opacity:1,x:0,y:0,transition:{duration:r,ease:"easeInOut"}}};return jsxRuntime.jsx(framerMotion.motion.div,{ref:d,className:o("inline-flex flex-wrap",l),variants:R,initial:"hidden",animate:c?"visible":"hidden",children:jsxRuntime.jsx("span",{ref:m,children:p.map((h,w)=>jsxRuntime.jsxs(framerMotion.motion.span,{variants:b,className:"inline-block",children:[h,i==="word"&&w<p.length-1&&"\xA0"]},w))})})});Ax.displayName="TextReveal";var zx=K__namespace.forwardRef(({words:e,duration:t=2,animation:a="slide",animationDuration:r=.5,className:n,loop:i=true},s)=>{let[l,d]=K__namespace.useState(0);K__namespace.useEffect(()=>{if(!i&&l===e.length-1)return;let u=setInterval(()=>{d(c=>(c+1)%e.length);},t*1e3);return ()=>clearInterval(u)},[e.length,t,i,l]);let m=()=>{switch(a){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:o("relative inline-block",n),children:jsxRuntime.jsx(framerMotion.AnimatePresence,{mode:"wait",children:jsxRuntime.jsx(framerMotion.motion.span,{variants:m(),initial:"initial",animate:"animate",exit:"exit",transition:{duration:r},className:"inline-block",children:e[l]},e[l])})})});zx.displayName="WordRotate";var Gx=K__namespace.forwardRef(({children:e,direction:t="up",distance:a=50,duration:r=.6,delay:n=0,once:i=true,threshold:s=.1,className:l,scale:d,rotate:m,blur:u,ease:c=[.4,0,.2,1]},f)=>{let p=K__namespace.useRef(null),v=framerMotion.useInView(p,{once:i,amount:s}),b={up:{x:0,y:a},down:{x:0,y:-a},left:{x:a,y:0},right:{x:-a,y:0},none:{x:0,y:0}}[t],h={hidden:{opacity:0,x:b.x,y:b.y,scale:d??1,rotate:m??0,filter:u?`blur(${u}px)`:"blur(0px)"},visible:{opacity:1,x:0,y:0,scale:1,rotate:0,filter:"blur(0px)",transition:{duration:r,delay:n,ease:c}}};return jsxRuntime.jsx("div",{ref:p,children:jsxRuntime.jsx(framerMotion.motion.div,{ref:f,variants:h,initial:"hidden",animate:v?"visible":"hidden",className:o(l),children:e})})});Gx.displayName="ScrollReveal";var Wx=K__namespace.forwardRef(({position:e="top",size:t=4,color:a="hsl(var(--primary))",backgroundColor:r="transparent",zIndex:n=50,className:i,container:s,showPercentage:l=false,useSpring:d=true},m)=>{let{scrollYProgress:u}=framerMotion.useScroll({container:s}),c=framerMotion.useSpring(u,{stiffness:100,damping:30,restDelta:.001}),f=d?c:u,p=e==="top"||e==="bottom",v={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}},R=p?"scaleX":"scaleY",b=p?"left":"top";return jsxRuntime.jsxs("div",{ref:m,className:o("fixed",i),style:{...v[e],zIndex:n,backgroundColor:r},children:[jsxRuntime.jsx(framerMotion.motion.div,{className:"h-full w-full",style:{[R]:f,transformOrigin:b,backgroundColor:a}}),l&&jsxRuntime.jsx(YM,{progress:f,position:e})]})});Wx.displayName="ScrollProgress";var YM=({progress:e,position:t})=>{let a=framerMotion.useTransform(e,s=>Math.round(s*100)),[r,n]=K__namespace.useState(0);return K__namespace.useEffect(()=>{let s=a.on("change",n);return ()=>s()},[a]),jsxRuntime.jsxs("span",{className:o("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:[r,"%"]})},$x=K__namespace.forwardRef(({children:e,speed:t=.5,direction:a="vertical",className:r,container:n},i)=>{let s=K__namespace.useRef(null),{scrollYProgress:l}=framerMotion.useScroll({target:s,container:n,offset:["start end","end start"]}),d=[-100*t,100*t],m=framerMotion.useTransform(l,[0,1],d),u=framerMotion.useSpring(m,{stiffness:100,damping:30}),c=a==="horizontal"?u:0,f=a==="vertical"?u:0;return jsxRuntime.jsx("div",{ref:s,className:o("overflow-hidden",r),children:jsxRuntime.jsx(framerMotion.motion.div,{ref:i,style:{x:c,y:f},children:e})})});$x.displayName="Parallax";var Yx=K__namespace.forwardRef(({children:e,width:t,height:a,duration:r=1.5,direction:n="right",baseColor:i="hsl(var(--muted))",highlightColor:s="hsl(var(--muted-foreground) / 0.1)",borderRadius:l,className:d,active:m=true},u)=>{let c={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:o("relative overflow-hidden",d),style:{width:t,height:a,borderRadius:l,backgroundColor:i},children:[e,m&&jsxRuntime.jsx("div",{className:"absolute inset-0",style:{background:`linear-gradient(${c[n]}, transparent, ${s}, transparent)`,animation:`${f[n]} ${r}s infinite`}}),jsxRuntime.jsx("style",{children:`
31
+ `,Cc=false,f0=()=>{if(Cc||typeof document>"u")return;let e=document.createElement("style");e.textContent=p0,document.head.appendChild(e),Cc=true;},Mc=K__namespace.forwardRef(({className:e,title:t,children:a,...r},n)=>(K__namespace.useEffect(()=>{f0();},[]),jsxRuntime.jsxs(cr__namespace.Root,{ref:n,className:o("space-y-2",e),...r,children:[t&&jsxRuntime.jsxs("div",{className:"flex items-center justify-between space-x-4 px-4",children:[jsxRuntime.jsx("h4",{className:"text-sm font-semibold",children:t}),jsxRuntime.jsx(cr__namespace.CollapsibleTrigger,{className:"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",children:jsxRuntime.jsx(lucideReact.ChevronsUpDown,{className:"h-4 w-4"})})]}),a]})));Mc.displayName="Collapsible";var kc=K__namespace.forwardRef(({className:e,children:t,...a},r)=>jsxRuntime.jsx(cr__namespace.CollapsibleTrigger,{ref:r,className:o("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",e),...a,children:t??jsxRuntime.jsx(lucideReact.ChevronsUpDown,{className:"h-4 w-4"})}));kc.displayName="CollapsibleTrigger";var Dc=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(cr__namespace.CollapsibleContent,{ref:a,className:o("collapsible-content overflow-hidden",e),...t}));Dc.displayName="CollapsibleContent";var En=K__namespace.forwardRef(({className:e,value:t,...a},r)=>jsxRuntime.jsx(Io__namespace.Root,{ref:r,className:o("relative h-4 w-full overflow-hidden rounded-full bg-secondary",e),...a,children:jsxRuntime.jsx(Io__namespace.Indicator,{className:"h-full w-full flex-1 bg-primary transition-all",style:{transform:`translateX(-${100-(t||0)}%)`}})}));En.displayName=Io__namespace.Root.displayName;var g0=mr__namespace.Root,b0=mr__namespace.Trigger,Ec=K__namespace.forwardRef(({className:e,align:t="center",sideOffset:a=4,...r},n)=>jsxRuntime.jsx(mr__namespace.Content,{ref:n,align:t,sideOffset:a,className:o("z-50 w-64 rounded-md border bg-popover p-4 text-popover-foreground shadow-md outline-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e),...r}));Ec.displayName=mr__namespace.Content.displayName;var Hc=K__namespace.forwardRef(({...e},t)=>jsxRuntime.jsx("nav",{ref:t,"aria-label":"breadcrumb",...e}));Hc.displayName="Breadcrumb";var Ac=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("ol",{ref:a,className:o("flex flex-wrap items-center gap-1.5 break-words text-sm text-muted-foreground sm:gap-2.5",e),...t}));Ac.displayName="BreadcrumbList";var zc=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("li",{ref:a,className:o("inline-flex items-center gap-1.5",e),...t}));zc.displayName="BreadcrumbItem";var Bc=K__namespace.forwardRef(({asChild:e,className:t,...a},r)=>jsxRuntime.jsx(e?reactSlot.Slot:"a",{ref:r,className:o("transition-colors hover:text-foreground",t),...a}));Bc.displayName="BreadcrumbLink";var Fc=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("span",{ref:a,role:"link","aria-disabled":"true","aria-current":"page",className:o("font-normal text-foreground",e),...t}));Fc.displayName="BreadcrumbPage";var Oc=({children:e,className:t,...a})=>jsxRuntime.jsx("li",{role:"presentation","aria-hidden":"true",className:o("[&>svg]:h-3.5 [&>svg]:w-3.5",t),...a,children:e??jsxRuntime.jsx(lucideReact.ChevronRight,{})});Oc.displayName="BreadcrumbSeparator";var Gc=({className:e,...t})=>jsxRuntime.jsxs("span",{role:"presentation","aria-hidden":"true",className:o("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"})]});Gc.displayName="BreadcrumbEllipsis";var w0=Wc__namespace.Root;var $c=K__namespace.forwardRef(({className:e,children:t,...a},r)=>jsxRuntime.jsxs(Re__namespace.Root,{ref:r,className:o("relative z-10 flex max-w-max flex-1 items-center justify-center",e),...a,children:[t,jsxRuntime.jsx(Ps,{})]}));$c.displayName=Re__namespace.Root.displayName;var _c=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(Re__namespace.List,{ref:a,className:o("group flex flex-1 list-none items-center justify-center space-x-1",e),...t}));_c.displayName=Re__namespace.List.displayName;var C0=Re__namespace.Item,Kc=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"),Yc=K__namespace.forwardRef(({className:e,children:t,...a},r)=>jsxRuntime.jsxs(Re__namespace.Trigger,{ref:r,className:o(Kc(),"group",e),...a,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"})]}));Yc.displayName=Re__namespace.Trigger.displayName;var Uc=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(Re__namespace.Content,{ref:a,className:o("left-0 top-0 w-full data-[motion^=from-]:animate-in data-[motion^=to-]:animate-out data-[motion^=from-]:fade-in data-[motion^=to-]:fade-out data-[motion=from-end]:slide-in-from-right-52 data-[motion=from-start]:slide-in-from-left-52 data-[motion=to-end]:slide-out-to-right-52 data-[motion=to-start]:slide-out-to-left-52 md:absolute md:w-auto",e),...t}));Uc.displayName=Re__namespace.Content.displayName;var S0=Re__namespace.Link,Ps=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{className:o("absolute left-0 top-full flex justify-center"),children:jsxRuntime.jsx(Re__namespace.Viewport,{className:o("origin-top-center relative mt-1.5 h-[var(--radix-navigation-menu-viewport-height)] 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(--radix-navigation-menu-viewport-width)]",e),ref:a,...t})}));Ps.displayName=Re__namespace.Viewport.displayName;var jc=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(Re__namespace.Indicator,{ref:a,className:o("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"})}));jc.displayName=Re__namespace.Indicator.displayName;var Zc=({shouldScaleBackground:e=true,...t})=>jsxRuntime.jsx(vaul.Drawer.Root,{shouldScaleBackground:e,...t});Zc.displayName="Drawer";var T0=vaul.Drawer.Trigger,Jc=vaul.Drawer.Portal,M0=vaul.Drawer.Close,Cs=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(vaul.Drawer.Overlay,{ref:a,className:o("fixed inset-0 z-50 bg-black/80",e),...t}));Cs.displayName=vaul.Drawer.Overlay.displayName;var Qc=K__namespace.forwardRef(({className:e,children:t,...a},r)=>jsxRuntime.jsxs(Jc,{children:[jsxRuntime.jsx(Cs,{}),jsxRuntime.jsxs(vaul.Drawer.Content,{ref:r,className:o("fixed inset-x-0 bottom-0 z-50 mt-24 flex h-auto flex-col rounded-t-[10px] border bg-background",e),...a,children:[jsxRuntime.jsx("div",{className:"mx-auto mt-4 h-2 w-[100px] rounded-full bg-muted"}),t]})]}));Qc.displayName="DrawerContent";var em=({className:e,...t})=>jsxRuntime.jsx("div",{className:o("grid gap-1.5 p-4 text-center sm:text-left",e),...t});em.displayName="DrawerHeader";var tm=({className:e,...t})=>jsxRuntime.jsx("div",{className:o("mt-auto flex flex-col gap-2 p-4",e),...t});tm.displayName="DrawerFooter";var am=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(vaul.Drawer.Title,{ref:a,className:o("text-lg font-semibold leading-none tracking-tight",e),...t}));am.displayName=vaul.Drawer.Title.displayName;var rm=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(vaul.Drawer.Description,{ref:a,className:o("text-sm text-muted-foreground",e),...t}));rm.displayName=vaul.Drawer.Description.displayName;var om=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{className:"relative w-full overflow-auto",children:jsxRuntime.jsx("table",{ref:a,className:o("w-full caption-bottom text-sm",e),...t})}));om.displayName="Table";var nm=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("thead",{ref:a,className:o("[&_tr]:border-b",e),...t}));nm.displayName="TableHeader";var im=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("tbody",{ref:a,className:o("[&_tr:last-child]:border-0",e),...t}));im.displayName="TableBody";var sm=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("tfoot",{ref:a,className:o("border-t bg-muted/50 font-medium [&>tr]:last:border-b-0",e),...t}));sm.displayName="TableFooter";var lm=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("tr",{ref:a,className:o("border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted",e),...t}));lm.displayName="TableRow";var dm=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("th",{ref:a,className:o("h-12 px-4 text-left align-middle font-medium text-muted-foreground [&:has([role=checkbox])]:pr-0",e),...t}));dm.displayName="TableHead";var cm=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("td",{ref:a,className:o("p-4 align-middle [&:has([role=checkbox])]:pr-0",e),...t}));cm.displayName="TableCell";var mm=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("caption",{ref:a,className:o("mt-4 text-sm text-muted-foreground",e),...t}));mm.displayName="TableCaption";var pm=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"}}),fm=K__namespace.forwardRef(({className:e,size:t,...a},r)=>jsxRuntime.jsx(lucideReact.Loader2,{ref:r,className:o(pm({size:t,className:e})),...a}));fm.displayName="Spinner";var Ss=["January","February","March","April","May","June","July","August","September","October","November","December"];function B0({currentMonth:e,onMonthChange:t,startYear:a,endYear:r}){let[n,i]=K__namespace.useState(false),[s,l]=K__namespace.useState(false),d=K__namespace.useRef(null),m=K__namespace.useRef(null),p=dateFns.getMonth(e),c=dateFns.getYear(e);K__namespace.useEffect(()=>{function R(g){d.current&&!d.current.contains(g.target)&&i(false),m.current&&!m.current.contains(g.target)&&l(false);}return document.addEventListener("mousedown",R),()=>document.removeEventListener("mousedown",R)},[]);let f=R=>{let g=dateFns.setMonth(e,R);t(g),i(false);},u=R=>{let g=dateFns.setYear(e,R);t(g),l(false);},v=K__namespace.useMemo(()=>{let R=[];for(let g=r;g>=a;g--)R.push(g);return R},[a,r]);return jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsxs("div",{ref:d,className:"relative",children:[jsxRuntime.jsxs("button",{type:"button",onClick:()=>{i(!n),l(false);},className:o("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:Ss[p]}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:o("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(ze,{className:"h-[200px]",children:jsxRuntime.jsx("div",{className:"p-1",children:Ss.map((R,g)=>jsxRuntime.jsx("button",{type:"button",onClick:()=>f(g),className:o("w-full text-left px-3 py-2 text-sm rounded-md","hover:bg-muted transition-colors cursor-pointer",p===g&&"bg-primary/10 text-primary font-medium"),children:R},R))})})})]}),jsxRuntime.jsxs("div",{ref:m,className:"relative",children:[jsxRuntime.jsxs("button",{type:"button",onClick:()=>{l(!s),i(false);},className:o("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:c}),jsxRuntime.jsx(lucideReact.ChevronDown,{className:o("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(ze,{className:"h-[200px]",children:jsxRuntime.jsx("div",{className:"p-1",children:v.map(R=>jsxRuntime.jsx("button",{type:"button",onClick:()=>u(R),className:o("w-full text-left px-3 py-2 text-sm rounded-md","hover:bg-muted transition-colors cursor-pointer",c===R&&"bg-primary/10 text-primary font-medium"),children:R},R))})})})]})]})}function F0(e,t,a){return function({calendarMonth:n}){let{goToMonth:i,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(B0,{currentMonth:n.date,onMonthChange:i,startYear:t,endYear:a}),jsxRuntime.jsxs("div",{className:"flex items-center gap-1",children:[jsxRuntime.jsx("button",{type:"button",disabled:!l,onClick:()=>l&&i(l),className:o("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&&i(s),className:o("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 d=Ss[n.date.getMonth()],m=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:d}),jsxRuntime.jsx("span",{className:"text-sm font-medium w-[50px]",children:m})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-1",children:[jsxRuntime.jsx("button",{type:"button",disabled:!l,onClick:()=>l&&i(l),className:o("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&&i(s),className:o("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 Fr({className:e,classNames:t,showOutsideDays:a=true,showMonthAndYearPickers:r=false,startYear:n=1900,endYear:i=new Date().getFullYear()+50,components:s,...l}){let d=K__namespace.useMemo(()=>F0(r,n,i),[r,n,i]);return jsxRuntime.jsx(reactDayPicker.DayPicker,{showOutsideDays:a,className:o("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:o("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:o("size-9 p-0 font-normal rounded-md text-sm","inline-flex items-center justify-center","hover:bg-accent hover:text-accent-foreground","focus:outline-none","transition-colors cursor-pointer"),range_start:"rounded-l-md",range_end:"rounded-r-md",selected:o("bg-primary text-primary-foreground rounded-md","hover:bg-primary/90","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:d},...l})}Fr.displayName="Calendar";var hm=({className:e,...t})=>jsxRuntime.jsx("nav",{role:"navigation","aria-label":"pagination",className:o("mx-auto flex w-full justify-center",e),...t});hm.displayName="Pagination";var xm=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("ul",{ref:a,className:o("flex flex-row items-center gap-1",e),...t}));xm.displayName="PaginationContent";var ym=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("li",{ref:a,className:o("",e),...t}));ym.displayName="PaginationItem";var Hn=({className:e,isActive:t,size:a="icon",...r})=>jsxRuntime.jsx("a",{"aria-current":t?"page":void 0,className:o(Xt({variant:t?"bordered":"ghost",size:a}),e),...r});Hn.displayName="PaginationLink";var Rm=({className:e,...t})=>jsxRuntime.jsxs(Hn,{"aria-label":"Go to previous page",size:"md",className:o("gap-1 pl-2.5",e),...t,children:[jsxRuntime.jsx(lucideReact.ChevronLeft,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{children:"Previous"})]});Rm.displayName="PaginationPrevious";var wm=({className:e,...t})=>jsxRuntime.jsxs(Hn,{"aria-label":"Go to next page",size:"md",className:o("gap-1 pr-2.5",e),...t,children:[jsxRuntime.jsx("span",{children:"Next"}),jsxRuntime.jsx(lucideReact.ChevronRight,{className:"h-4 w-4"})]});wm.displayName="PaginationNext";var Nm=({className:e,...t})=>jsxRuntime.jsxs("span",{"aria-hidden":true,className:o("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"})]});Nm.displayName="PaginationEllipsis";var ks=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(cmdk.Command,{ref:a,className:o("flex h-full w-full flex-col overflow-hidden rounded-md bg-popover text-popover-foreground",e),...t}));ks.displayName=cmdk.Command.displayName;var _0=({children:e,...t})=>jsxRuntime.jsx(rs,{...t,children:jsxRuntime.jsx(hn,{className:"overflow-hidden p-0 shadow-lg",children:jsxRuntime.jsx(ks,{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})})}),Pm=K__namespace.forwardRef(({className:e,...t},a)=>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:a,className:o("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})]}));Pm.displayName=cmdk.Command.Input.displayName;var Cm=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(cmdk.Command.List,{ref:a,className:o("max-h-[300px] overflow-y-auto overflow-x-hidden",e),...t}));Cm.displayName=cmdk.Command.List.displayName;var Sm=K__namespace.forwardRef((e,t)=>jsxRuntime.jsx(cmdk.Command.Empty,{ref:t,className:"py-6 text-center text-sm",...e}));Sm.displayName=cmdk.Command.Empty.displayName;var Tm=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(cmdk.Command.Group,{ref:a,className:o("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}));Tm.displayName=cmdk.Command.Group.displayName;var Mm=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(cmdk.Command.Separator,{ref:a,className:o("-mx-1 h-px bg-border",e),...t}));Mm.displayName=cmdk.Command.Separator.displayName;var km=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(cmdk.Command.Item,{ref:a,className:o("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}));km.displayName=cmdk.Command.Item.displayName;var Dm=({className:e,...t})=>jsxRuntime.jsx("span",{className:o("ml-auto text-xs tracking-widest text-muted-foreground",e),...t});Dm.displayName="CommandShortcut";var Lm=K__namespace.forwardRef(({className:e,showToggle:t=true,disabled:a,onFocus:r,onBlur:n,style:i,...s},l)=>{let[d,m]=K__namespace.useState(false),[p,c]=K__namespace.useState(false);return jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsx("input",{type:d?"text":"password",className:o("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:a,style:{...i,borderColor:p?"var(--color-foreground)":void 0},onFocus:f=>{c(true),r?.(f);},onBlur:f=>{c(false),n?.(f);},...s}),t&&jsxRuntime.jsx(G,{type:"button",variant:"ghost",size:"icon",className:"absolute right-0 top-0 h-10 w-10 px-3 hover:bg-transparent",onClick:()=>m(!d),disabled:a,tabIndex:-1,"aria-label":d?"Hide password":"Show password",children:d?jsxRuntime.jsx(lucideReact.EyeOff,{className:"h-4 w-4 text-muted-foreground"}):jsxRuntime.jsx(lucideReact.Eye,{className:"h-4 w-4 text-muted-foreground"})})]})});Lm.displayName="PasswordInput";var Vm=K__namespace.forwardRef(({className:e,showButtons:t=true,step:a=1,min:r,max:n,value:i,defaultValue:s,onChange:l,disabled:d,...m},p)=>{let[c,f]=K__namespace.useState(s),u=i!==void 0,v=u?i:c,R=y=>{y!==void 0&&(r!==void 0&&y<r&&(y=r),n!==void 0&&y>n&&(y=n)),u||f(y),l?.(y);},g=()=>{R((v??0)+a);},h=()=>{R((v??0)-a);},w=y=>{let C=y.target.value;if(C==="")R(void 0);else {let k=parseFloat(C);isNaN(k)||R(k);}},b=y=>{y.key==="ArrowUp"?(y.preventDefault(),g()):y.key==="ArrowDown"&&(y.preventDefault(),h());},x=r===void 0||(v??0)>r,P=n===void 0||(v??0)<n;return jsxRuntime.jsxs("div",{className:"relative flex items-center",children:[t&&jsxRuntime.jsx(G,{type:"button",variant:"bordered",size:"icon",className:"h-10 w-10 rounded-r-none border-r-0",onClick:h,disabled:d||!x,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:o("flex h-10 w-full bg-background px-3 py-2 text-sm text-center 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",t?"border-y border-input rounded-none":"border border-input rounded-md",e),ref:p,value:v??"",onChange:w,onKeyDown:b,disabled:d,...m}),t&&jsxRuntime.jsx(G,{type:"button",variant:"bordered",size:"icon",className:"h-10 w-10 rounded-l-none border-l-0",onClick:g,disabled:d||!P,tabIndex:-1,"aria-label":"Increase value",children:jsxRuntime.jsx(lucideReact.Plus,{className:"h-4 w-4"})})]})});Vm.displayName="NumberInput";var Im=K__namespace.forwardRef(({options:e,value:t,defaultValue:a=[],onValueChange:r,placeholder:n="Select items...",searchPlaceholder:i="Search...",emptyText:s="No items found.",maxItems:l,showCount:d=false,disabled:m=false,className:p},c)=>{let[f,u]=K__namespace.useState(false),[v,R]=K__namespace.useState(""),[g,h]=K__namespace.useState(a),w=t!==void 0,b=w?t:g,x=N=>{w||h(N),r?.(N);},P=N=>{let S=b.includes(N)?b.filter(M=>M!==N):l&&b.length>=l?b:[...b,N];x(S);},y=N=>{x(b.filter(S=>S!==N));},C=()=>{x([]);},k=e.filter(N=>b.includes(N.value)),T=e.filter(N=>N.label.toLowerCase().includes(v.toLowerCase()));return jsxRuntime.jsxs(Ne,{open:f,onOpenChange:u,children:[jsxRuntime.jsx(Se,{asChild:true,children:jsxRuntime.jsxs(G,{ref:c,variant:"bordered",role:"combobox","aria-expanded":f,disabled:m,className:o("w-full justify-between h-auto min-h-10",b.length>0?"px-2 py-1.5":"px-3 py-2",p),children:[b.length===0?jsxRuntime.jsx("span",{className:"text-muted-foreground font-normal",children:n}):d?jsxRuntime.jsxs("span",{className:"font-normal",children:[b.length," selected"]}):jsxRuntime.jsx("div",{className:"flex flex-wrap gap-1",children:k.map(N=>jsxRuntime.jsxs(wo,{className:"mr-1",children:[N.label,jsxRuntime.jsx("button",{type:"button",className:"ml-1 rounded-full outline-none ring-offset-background focus:ring-2 focus:ring-ring focus:ring-offset-2",onKeyDown:S=>{S.key==="Enter"&&(S.preventDefault(),S.stopPropagation(),y(N.value));},onMouseDown:S=>{S.preventDefault(),S.stopPropagation();},onClick:S=>{S.preventDefault(),S.stopPropagation(),y(N.value);},children:jsxRuntime.jsx(lucideReact.X,{className:"h-3 w-3 text-muted-foreground hover:text-foreground"})})]},N.value))}),jsxRuntime.jsx(lucideReact.ChevronsUpDown,{className:"ml-2 h-4 w-4 shrink-0 opacity-50"})]})}),jsxRuntime.jsx(xe,{className:"w-[--radix-popover-trigger-width] p-0",align:"start",children:jsxRuntime.jsxs(cmdk.Command,{className:"overflow-hidden rounded-md",children:[jsxRuntime.jsxs("div",{className:"flex items-center border-b px-3",children:[jsxRuntime.jsx(cmdk.Command.Input,{value:v,onValueChange:R,placeholder:i,className:"flex h-10 w-full rounded-md bg-transparent py-3 text-sm outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50"}),b.length>0&&jsxRuntime.jsx("button",{type:"button",onClick:C,className:"ml-2 text-xs text-muted-foreground hover:text-foreground",children:"Clear"})]}),jsxRuntime.jsxs(cmdk.Command.List,{className:"max-h-[200px] overflow-y-auto p-1",children:[T.length===0&&jsxRuntime.jsx("div",{className:"py-6 text-center text-sm text-muted-foreground",children:s}),T.map(N=>{let S=b.includes(N.value),M=N.disabled||!S&&l!==void 0&&b.length>=l;return jsxRuntime.jsxs(cmdk.Command.Item,{value:N.value,disabled:M,onSelect:()=>P(N.value),className:o("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("div",{className:o("mr-2 flex h-4 w-4 items-center justify-center rounded-sm border border-primary",S?"bg-primary text-primary-foreground":"opacity-50 [&_svg]:invisible"),children:jsxRuntime.jsx(lucideReact.Check,{className:"h-3 w-3"})}),N.label]},N.value)})]})]})})]})});Im.displayName="MultiSelect";var Em=K__namespace.forwardRef(({options:e,value:t,defaultValue:a="",onValueChange:r,placeholder:n="Select...",searchPlaceholder:i="Search...",emptyText:s="No results found.",disabled:l=false,clearable:d=false,className:m},p)=>{let[c,f]=K__namespace.useState(false),[u,v]=K__namespace.useState(""),[R,g]=K__namespace.useState(a),h=t!==void 0,w=h?t:R,b=C=>{h||g(C),r?.(C);},x=C=>{b(d&&w===C?"":C),f(false),v("");},P=e.find(C=>C.value===w),y=e.filter(C=>C.label.toLowerCase().includes(u.toLowerCase()));return jsxRuntime.jsxs(Ne,{open:c,onOpenChange:f,children:[jsxRuntime.jsx(Se,{asChild:true,children:jsxRuntime.jsxs(G,{ref:p,variant:"bordered",role:"combobox","aria-expanded":c,disabled:l,className:o("w-full justify-between font-normal",!w&&"text-muted-foreground",m),children:[P?P.label:n,jsxRuntime.jsx(lucideReact.ChevronsUpDown,{className:"ml-2 h-4 w-4 shrink-0 opacity-50"})]})}),jsxRuntime.jsx(xe,{className:"w-[--radix-popover-trigger-width] p-0",align:"start",children:jsxRuntime.jsxs(cmdk.Command,{className:"overflow-hidden rounded-md",children:[jsxRuntime.jsx("div",{className:"flex items-center border-b px-3",children:jsxRuntime.jsx(cmdk.Command.Input,{value:u,onValueChange:v,placeholder:i,className:"flex h-10 w-full rounded-md bg-transparent py-3 text-sm outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50"})}),jsxRuntime.jsxs(cmdk.Command.List,{className:"max-h-[200px] overflow-y-auto p-1",children:[y.length===0&&jsxRuntime.jsx("div",{className:"py-6 text-center text-sm text-muted-foreground",children:s}),y.map(C=>jsxRuntime.jsxs(cmdk.Command.Item,{value:C.value,disabled:C.disabled,onSelect:()=>x(C.value),className:o("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:o("mr-2 h-4 w-4",w===C.value?"opacity-100":"opacity-0")}),C.label]},C.value))]})]})})]})});Em.displayName="Combobox";var Am=K__namespace.forwardRef(({value:e,defaultValue:t,onValueChange:a,placeholder:r="Pick a date",dateFormat:n="PPP",disabled:i=false,minDate:s,maxDate:l,className:d},m)=>{let[p,c]=K__namespace.useState(false),[f,u]=K__namespace.useState(t),v=e!==void 0,R=v?e:f,g=h=>{v||u(h),a?.(h),c(false);};return jsxRuntime.jsxs(Ne,{open:p,onOpenChange:c,children:[jsxRuntime.jsx(Se,{asChild:true,children:jsxRuntime.jsxs(G,{ref:m,variant:"bordered",disabled:i,className:o("w-full justify-start text-left font-normal",!R&&"text-muted-foreground",d),children:[jsxRuntime.jsx(lucideReact.Calendar,{className:"mr-2 h-4 w-4"}),R?dateFns.format(R,n):r]})}),jsxRuntime.jsx(xe,{className:"w-auto p-0",align:"start",children:jsxRuntime.jsx(Fr,{mode:"single",selected:R,onSelect:g,disabled:h=>!!(s&&h<s||l&&h>l),initialFocus:true})})]})});Am.displayName="DatePicker";var Om=classVarianceAuthority.cva("flex -space-x-2",{variants:{size:{sm:"-space-x-2",md:"-space-x-2.5",lg:"-space-x-3"}},defaultVariants:{size:"md"}}),zm=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"}}),Gm=K__namespace.forwardRef(({className:e,items:t,max:a=5,size:r,showTooltips:n=false,...i},s)=>{let l=t.slice(0,a),d=t.length-a,m=(c,f)=>{let u=jsxRuntime.jsxs(tr,{className:o(zm({size:r})),children:[c.src&&jsxRuntime.jsx(Ir,{src:c.src,alt:c.alt||""}),jsxRuntime.jsx(ar,{className:"text-xs",children:c.fallback||c.alt?.charAt(0)?.toUpperCase()||"?"})]},f);return n&&c.alt?jsxRuntime.jsxs(or,{children:[jsxRuntime.jsx(nr,{asChild:true,children:u}),jsxRuntime.jsx(Ma,{className:"bg-zinc-100 text-zinc-900 dark:bg-zinc-900 dark:text-zinc-100",children:c.alt})]},f):u},p=jsxRuntime.jsxs("div",{ref:s,className:o(Om({size:r,className:e})),...i,children:[l.map((c,f)=>m(c,f)),d>0&&jsxRuntime.jsx(tr,{className:o(zm({size:r})),children:jsxRuntime.jsxs(ar,{className:"bg-muted text-muted-foreground",children:["+",d]})})]});return n?jsxRuntime.jsx(rr,{delayDuration:300,children:p}):p});Gm.displayName="AvatarGroup";var Wm=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"}}),$m=K__namespace.forwardRef(({className:e,value:t,defaultValue:a=0,onValueChange:r,max:n=5,size:i,icon:s="star",allowHalf:l=false,readOnly:d=false,disabled:m=false,filledColor:p,emptyColor:c,...f},u)=>{let[v,R]=K__namespace.useState(a),[g,h]=K__namespace.useState(null),w=t!==void 0,b=w?t:v,x=g!==null?g:b,P=L=>{d||m||(w||R(L),r?.(L));},y=(L,E=false)=>{let V=l&&E?L+.5:L+1;P(V);},C=(L,E)=>{if(d||m)return;let V=L.currentTarget.getBoundingClientRect(),D=l&&L.clientX<V.left+V.width/2;h(D?E+.5:E+1);},k=()=>{h(null);},T=s==="heart"?lucideReact.Heart:lucideReact.Star,N=L=>x>=L+1?"full":x>=L+.5?"half":"empty",S=p?{color:p,fill:p}:{},M=c?{color:c}:{};return jsxRuntime.jsx("div",{ref:u,className:o(Wm({size:i,className:e}),m&&"opacity-50 cursor-not-allowed"),onMouseLeave:k,role:"radiogroup","aria-label":"Rating",...f,children:Array.from({length:n},(L,E)=>{let V=N(E);return jsxRuntime.jsxs("button",{type:"button",className:o("relative focus:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 rounded-sm",!d&&!m&&"cursor-pointer hover:scale-110 transition-transform"),onClick:D=>{let I=D.currentTarget.getBoundingClientRect(),z=l&&D.clientX<I.left+I.width/2;y(E,z);},onMouseMove:D=>C(D,E),disabled:m||d,"aria-label":`Rate ${E+1} out of ${n}`,role:"radio","aria-checked":b===E+1,children:[jsxRuntime.jsx(T,{className:o("text-muted-foreground/30",V!=="empty"&&"absolute inset-0"),style:V==="empty"?M:void 0}),V!=="empty"&&jsxRuntime.jsx(T,{className:o("text-yellow-500 fill-yellow-500",s==="heart"&&"text-red-500 fill-red-500",V==="half"&&"clip-path-half"),style:{...S,clipPath:V==="half"?"inset(0 50% 0 0)":void 0}})]},E)})})});$m.displayName="Rating";var mR="16rem",uR="18rem",pR="3rem",fR="b",Vs=K__namespace.createContext(null);function Wn(){let e=K__namespace.useContext(Vs);if(!e)throw new Error("useSidebar must be used within a SidebarProvider.");return e}function Is(){return K__namespace.useContext(Vs)}var Km=K__namespace.forwardRef(({defaultOpen:e=true,open:t,onOpenChange:a,className:r,style:n,children:i,...s},l)=>{let[d,m]=K__namespace.useState(false),[p,c]=K__namespace.useState(false),[f,u]=K__namespace.useState(e),v=t??f,R=K__namespace.useCallback(b=>{let x=typeof b=="function"?b(v):b;a?a(x):u(x);},[a,v]);K__namespace.useEffect(()=>{let b=()=>{m(window.innerWidth<768);};return b(),window.addEventListener("resize",b),()=>window.removeEventListener("resize",b)},[]);let g=K__namespace.useCallback(()=>d?c(b=>!b):R(b=>!b),[d,R,c]);K__namespace.useEffect(()=>{let b=x=>{x.key===fR&&(x.metaKey||x.ctrlKey)&&(x.preventDefault(),g());};return window.addEventListener("keydown",b),()=>window.removeEventListener("keydown",b)},[g]);let h=v?"expanded":"collapsed",w=K__namespace.useMemo(()=>({state:h,open:v,setOpen:R,isMobile:d,openMobile:p,setOpenMobile:c,toggleSidebar:g}),[h,v,R,d,p,c,g]);return jsxRuntime.jsx(Vs.Provider,{value:w,children:jsxRuntime.jsx(rr,{delayDuration:0,children:jsxRuntime.jsx("div",{ref:l,style:{"--sidebar-width":mR,"--sidebar-width-icon":pR,...n},className:o("group/sidebar-wrapper flex min-h-svh w-full has-[[data-variant=inset]]:bg-sidebar",r),...s,children:i})})})});Km.displayName="SidebarProvider";var Ym=K__namespace.forwardRef(({side:e="left",variant:t="sidebar",collapsible:a="offcanvas",embedded:r=false,resizable:n=false,minWidth:i=200,maxWidth:s=480,defaultWidth:l=256,onWidthChange:d,className:m,children:p,...c},f)=>{let[u,v]=K__namespace.useState(l),[R,g]=K__namespace.useState(false),h=K__namespace.useRef(null),w=K__namespace.useCallback(C=>{C.preventDefault(),g(true);},[]);if(K__namespace.useEffect(()=>{if(!R)return;let C=T=>{if(!h.current)return;let N=h.current.getBoundingClientRect(),S;e==="left"?S=T.clientX-N.left:S=N.right-T.clientX,S=Math.max(i,Math.min(s,S)),v(S),d?.(S);},k=()=>{g(false);};return document.addEventListener("mousemove",C),document.addEventListener("mouseup",k),()=>{document.removeEventListener("mousemove",C),document.removeEventListener("mouseup",k);}},[R,e,i,s,d]),a==="none"){if(n){let C={width:`${u}px`,minWidth:`${i}px`,maxWidth:`${s}px`};return jsxRuntime.jsxs("div",{ref:k=>{typeof f=="function"?f(k):f&&(f.current=k),h.current=k;},className:o("relative text-sidebar-foreground h-full min-h-0",R&&"select-none"),"data-sidebar":"sidebar-wrapper","data-resizing":R,children:[jsxRuntime.jsx("div",{className:o("flex h-full min-h-0 flex-col bg-sidebar overflow-hidden",!R&&"transition-all duration-200 ease-in-out",e==="left"&&"border-r-0",e==="right"&&"border-l-0",m),style:C,...c,children:p}),jsxRuntime.jsx("div",{onMouseDown:w,className:o("absolute top-0 bottom-0 z-20 w-1 cursor-ew-resize",e==="left"?"right-0":"left-0"),"data-sidebar":"resize-handle",children:jsxRuntime.jsx("div",{className:o("absolute top-0 bottom-0 w-px transition-colors",e==="left"?"right-0":"left-0","bg-sidebar-border")})})]})}return jsxRuntime.jsx("div",{ref:f,className:o("flex h-full w-[--sidebar-width] flex-col bg-sidebar text-sidebar-foreground",m),style:{"--sidebar-width":"16rem"},...c,children:p})}let{isMobile:b,state:x,openMobile:P,setOpenMobile:y}=Wn();if(b&&!r)return jsxRuntime.jsx(Lo,{open:P,onOpenChange:y,children:jsxRuntime.jsx(Er,{"data-sidebar":"sidebar","data-mobile":"true",className:"w-[--sidebar-width] bg-sidebar p-0 text-sidebar-foreground [&>button]:hidden",style:{"--sidebar-width":uR},side:e,children:jsxRuntime.jsx("div",{className:"flex h-full w-full flex-col",children:p})})});if(r){let C=x==="collapsed",k=a==="offcanvas",T=a==="icon",N=n&&!C&&!T?{width:`${u}px`,minWidth:`${i}px`,maxWidth:`${s}px`}:void 0;return jsxRuntime.jsxs("div",{ref:S=>{typeof f=="function"?f(S):f&&(f.current=S),h.current=S;},className:o("group peer text-sidebar-foreground relative",R&&"select-none"),"data-state":x,"data-collapsible":C?a:"","data-variant":t,"data-side":e,"data-embedded":"true","data-resizing":R,children:[jsxRuntime.jsx("div",{className:o("flex h-full flex-col overflow-hidden",!R&&"transition-[width,opacity] duration-200 ease-out",!n&&(k?C?"w-0 opacity-0":"w-[--sidebar-width] opacity-100":T&&C?"w-[--sidebar-width-icon]":"w-[--sidebar-width]"),n&&k&&C&&"w-0 opacity-0",n&&T&&C&&"w-[--sidebar-width-icon]",m),style:N,...c,children:jsxRuntime.jsx("div",{"data-sidebar":"sidebar",className:o("flex h-full w-full flex-col bg-sidebar transition-opacity duration-200",t==="floating"&&"overflow-hidden rounded-lg border border-sidebar-border shadow-sm",t==="inset"&&"overflow-hidden rounded-lg border border-sidebar-border",t==="sidebar"&&e==="left"&&!n&&"border-r",t==="sidebar"&&e==="right"&&!n&&"border-l"),children:p})}),n&&!C&&jsxRuntime.jsx("div",{onMouseDown:w,className:o("absolute top-0 bottom-0 z-20 w-1 cursor-ew-resize",e==="left"?"right-0":"left-0"),"data-sidebar":"resize-handle",children:jsxRuntime.jsx("div",{className:o("absolute top-0 bottom-0 w-px transition-colors",e==="left"?"right-0":"left-0","bg-sidebar-border")})})]})}return jsxRuntime.jsxs("div",{ref:f,className:"group peer hidden md:block text-sidebar-foreground","data-state":x,"data-collapsible":x==="collapsed"?a:"","data-variant":t,"data-side":e,children:[jsxRuntime.jsx("div",{className:o("duration-200 relative h-svh w-[--sidebar-width] bg-transparent transition-[width] ease-linear","group-data-[collapsible=offcanvas]:w-0","group-data-[side=right]:rotate-180",t==="floating"||t==="inset"?"group-data-[collapsible=icon]:w-[calc(var(--sidebar-width-icon)_+_theme(spacing.4))]":"group-data-[collapsible=icon]:w-[--sidebar-width-icon]")}),jsxRuntime.jsx("div",{className:o("duration-200 fixed inset-y-0 z-10 hidden h-svh w-[--sidebar-width] transition-[left,right,width] ease-linear md:flex",e==="left"?"left-0 group-data-[collapsible=offcanvas]:left-[calc(var(--sidebar-width)*-1)]":"right-0 group-data-[collapsible=offcanvas]:right-[calc(var(--sidebar-width)*-1)]",t==="floating"||t==="inset"?"p-2 group-data-[collapsible=icon]:w-[calc(var(--sidebar-width-icon)_+_theme(spacing.4)_+2px)]":"group-data-[collapsible=icon]:w-[--sidebar-width-icon] group-data-[side=left]:border-r group-data-[side=right]:border-l",m),...c,children:jsxRuntime.jsx("div",{"data-sidebar":"sidebar",className:o("flex h-full w-full flex-col bg-sidebar",t==="floating"&&"overflow-hidden rounded-lg border border-sidebar-border shadow-sm",t==="inset"&&"overflow-hidden rounded-lg border border-sidebar-border"),children:p})})]})});Ym.displayName="Sidebar";var Um=K__namespace.forwardRef(({className:e,onClick:t,...a},r)=>{let{toggleSidebar:n}=Wn();return jsxRuntime.jsxs("button",{ref:r,type:"button","data-sidebar":"trigger",className:o("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",e),onClick:i=>{t?.(i),n();},...a,children:[jsxRuntime.jsx(lucideReact.PanelLeft,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Toggle Sidebar"})]})});Um.displayName="SidebarTrigger";var jm=K__namespace.forwardRef(({className:e,onClick:t,showLabel:a=true,...r},n)=>{let i=Is();if(!i)return null;let{toggleSidebar:s,state:l}=i,d=l==="collapsed";return jsxRuntime.jsxs("button",{ref:n,type:"button","data-sidebar":"toggle","data-state":l,className:o("flex items-center gap-2 w-full px-2 py-2 rounded-md text-sm text-sidebar-foreground/70","hover:bg-sidebar-accent hover:text-sidebar-accent-foreground","transition-colors cursor-pointer","group-data-[collapsible=icon]:justify-center group-data-[collapsible=icon]:px-0",e),onClick:m=>{t?.(m),s();},...r,children:[d?jsxRuntime.jsx(lucideReact.PanelLeftOpen,{className:"h-4 w-4 shrink-0"}):jsxRuntime.jsx(lucideReact.PanelLeftClose,{className:"h-4 w-4 shrink-0"}),a&&jsxRuntime.jsx("span",{className:"group-data-[collapsible=icon]:hidden truncate",children:d?"Expand":"Collapse"})]})});jm.displayName="SidebarToggle";var Xm=K__namespace.forwardRef(({className:e,onClick:t,expandedLabel:a="Collapse",collapsedLabel:r="Expand",...n},i)=>{let s=Is();if(!s)return null;let{toggleSidebar:l,state:d}=s,m=d==="collapsed";return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("button",{ref:i,type:"button","data-sidebar":"toggle","data-state":d,className:o("flex items-center gap-2 w-full px-2 py-2 rounded-md text-sm text-sidebar-foreground/70","hover:bg-sidebar-accent hover:text-sidebar-accent-foreground","transition-colors cursor-pointer","group-data-[collapsible=icon]:justify-center group-data-[collapsible=icon]:px-0","group-data-[collapsible=offcanvas]:group-data-[state=collapsed]:hidden",e),onClick:p=>{t?.(p),l();},...n,children:[m?jsxRuntime.jsx(lucideReact.PanelLeftOpen,{className:"h-4 w-4 shrink-0"}):jsxRuntime.jsx(lucideReact.PanelLeftClose,{className:"h-4 w-4 shrink-0"}),jsxRuntime.jsx("span",{className:"group-data-[collapsible=icon]:hidden truncate",children:m?r:a})]}),jsxRuntime.jsxs("button",{type:"button","data-sidebar":"floating-toggle","data-state":d,className:o("fixed left-3 bottom-4 z-50 flex items-center justify-center h-10 w-10 rounded-lg","bg-sidebar border border-sidebar-border shadow-md","text-sidebar-foreground hover:bg-sidebar-accent hover:text-sidebar-accent-foreground","transition-all duration-200 cursor-pointer","opacity-0 pointer-events-none scale-90","group-data-[collapsible=offcanvas]:group-data-[state=collapsed]:opacity-100","group-data-[collapsible=offcanvas]:group-data-[state=collapsed]:pointer-events-auto","group-data-[collapsible=offcanvas]:group-data-[state=collapsed]:scale-100"),onClick:p=>{t?.(p),l();},children:[jsxRuntime.jsx(lucideReact.PanelLeftOpen,{className:"h-5 w-5"}),jsxRuntime.jsx("span",{className:"sr-only",children:r})]})]})});Xm.displayName="SidebarPersistentToggle";var qm=K__namespace.forwardRef(({className:e,...t},a)=>{let{toggleSidebar:r}=Wn();return jsxRuntime.jsx("button",{ref:a,"data-sidebar":"rail","aria-label":"Toggle Sidebar",tabIndex:-1,onClick:r,title:"Toggle Sidebar",className:o("absolute inset-y-0 z-20 hidden w-4 -translate-x-1/2 transition-all ease-linear after:absolute after:inset-y-0 after:left-1/2 after:w-[2px] hover:after:bg-sidebar-border group-data-[side=left]:-right-4 group-data-[side=right]:left-0 sm:flex","[[data-side=left]_&]:cursor-w-resize [[data-side=right]_&]:cursor-e-resize","[[data-side=left][data-state=collapsed]_&]:cursor-e-resize [[data-side=right][data-state=collapsed]_&]:cursor-w-resize","group-data-[collapsible=offcanvas]:translate-x-0 group-data-[collapsible=offcanvas]:after:left-full group-data-[collapsible=offcanvas]:hover:bg-sidebar","[[data-side=left][data-collapsible=offcanvas]_&]:-right-2","[[data-side=right][data-collapsible=offcanvas]_&]:-left-2",e),...t})});qm.displayName="SidebarRail";var Zm=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("main",{ref:a,className:o("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}));Zm.displayName="SidebarInset";var Jm=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,"data-sidebar":"header",className:o("flex flex-col gap-2 p-2",e),...t}));Jm.displayName="SidebarHeader";var Qm=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,"data-sidebar":"footer",className:o("flex flex-col gap-2 p-2",e),...t}));Qm.displayName="SidebarFooter";var eu=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,"data-sidebar":"separator",className:o("mx-2 h-px w-auto bg-sidebar-border",e),...t}));eu.displayName="SidebarSeparator";var tu=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,"data-sidebar":"content",className:o("flex min-h-0 flex-1 flex-col gap-2 overflow-auto group-data-[collapsible=icon]:overflow-hidden",e),...t}));tu.displayName="SidebarContent";var au=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,"data-sidebar":"group",className:o("relative flex w-full min-w-0 flex-col p-2",e),...t}));au.displayName="SidebarGroup";var ru=K__namespace.forwardRef(({className:e,asChild:t=false,...a},r)=>jsxRuntime.jsx(t?reactSlot.Slot:"div",{ref:r,"data-sidebar":"group-label",className:o("duration-200 flex h-8 shrink-0 items-center rounded-md px-2 text-xs font-medium text-sidebar-foreground/70 outline-none ring-sidebar-ring transition-[margin,opa] ease-linear focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0","group-data-[collapsible=icon]:-mt-8 group-data-[collapsible=icon]:opacity-0",e),...a}));ru.displayName="SidebarGroupLabel";var ou=K__namespace.forwardRef(({className:e,asChild:t=false,...a},r)=>jsxRuntime.jsx(t?reactSlot.Slot:"button",{ref:r,"data-sidebar":"group-action",className:o("absolute right-3 top-3.5 flex aspect-square w-5 items-center justify-center rounded-md p-0 text-sidebar-foreground outline-none ring-sidebar-ring transition-transform hover:bg-sidebar-accent hover:text-sidebar-accent-foreground focus-visible:ring-2 [&>svg]:size-4 [&>svg]:shrink-0","after:absolute after:-inset-2 after:md:hidden","group-data-[collapsible=icon]:hidden",e),...a}));ou.displayName="SidebarGroupAction";var nu=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,"data-sidebar":"group-content",className:o("w-full text-sm",e),...t}));nu.displayName="SidebarGroupContent";var iu=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("ul",{ref:a,"data-sidebar":"menu",className:o("flex w-full min-w-0 flex-col gap-1",e),...t}));iu.displayName="SidebarMenu";var su=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("li",{ref:a,"data-sidebar":"menu-item",className:o("group/menu-item relative",e),...t}));su.displayName="SidebarMenuItem";var lu=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-sidebar-ring transition-[width,height,padding] hover:bg-sidebar-accent hover:text-sidebar-accent-foreground focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 group-has-[[data-sidebar=menu-action]]/menu-item:pr-8 aria-disabled:pointer-events-none aria-disabled:opacity-50 data-[active=true]:bg-sidebar-accent data-[active=true]:font-medium data-[active=true]:text-sidebar-accent-foreground data-[state=open]:hover:bg-sidebar-accent data-[state=open]:hover:text-sidebar-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:{solid:"hover:bg-sidebar-accent hover:text-sidebar-accent-foreground",outline:"bg-background shadow-[0_0_0_1px_hsl(var(--sidebar-border))] hover:bg-sidebar-accent hover:text-sidebar-accent-foreground hover:shadow-[0_0_0_1px_hsl(var(--sidebar-accent))]",ghost:"hover:bg-sidebar-accent/50 hover:text-sidebar-accent-foreground",soft:"hover:bg-primary/10 hover:text-primary",surface:"bg-sidebar-accent/30 hover:bg-sidebar-accent hover:text-sidebar-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:"solid",size:"md"}}),du=K__namespace.forwardRef(({asChild:e=false,isActive:t=false,variant:a="solid",size:r="md",tooltip:n,className:i,...s},l)=>{let d=e?reactSlot.Slot:"button",m=Is(),p=m?.isMobile??false,c=m?.state??"expanded",f=jsxRuntime.jsx(d,{ref:l,"data-sidebar":"menu-button","data-size":r,"data-active":t,className:o(lu({variant:a,size:r}),i),...s});return n?(typeof n=="string"&&(n={children:n}),jsxRuntime.jsxs(or,{children:[jsxRuntime.jsx(nr,{asChild:true,children:f}),jsxRuntime.jsx(Ma,{side:"right",align:"center",hidden:c!=="collapsed"||p,...n})]})):f});du.displayName="SidebarMenuButton";var cu=K__namespace.forwardRef(({className:e,asChild:t=false,showOnHover:a=false,...r},n)=>jsxRuntime.jsx(t?reactSlot.Slot:"button",{ref:n,"data-sidebar":"menu-action",className:o("absolute right-1 top-1.5 flex aspect-square w-5 items-center justify-center rounded-md p-0 text-sidebar-foreground outline-none ring-sidebar-ring transition-transform hover:bg-sidebar-accent hover:text-sidebar-accent-foreground focus-visible:ring-2 peer-hover/menu-button:text-sidebar-accent-foreground [&>svg]:size-4 [&>svg]:shrink-0","after:absolute after:-inset-2 after:md:hidden","peer-data-[size=sm]/menu-button:top-1","peer-data-[size=default]/menu-button:top-1.5","peer-data-[size=lg]/menu-button:top-2.5","group-data-[collapsible=icon]:hidden",a&&"group-focus-within/menu-item:opacity-100 group-hover/menu-item:opacity-100 data-[state=open]:opacity-100 peer-data-[active=true]/menu-button:text-sidebar-accent-foreground md:opacity-0",e),...r}));cu.displayName="SidebarMenuAction";var mu=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,"data-sidebar":"menu-badge",className:o("absolute right-1 flex h-5 min-w-5 items-center justify-center rounded-md px-1 text-xs font-medium tabular-nums text-sidebar-foreground select-none pointer-events-none","peer-hover/menu-button:text-sidebar-accent-foreground peer-data-[active=true]/menu-button:text-sidebar-accent-foreground","peer-data-[size=sm]/menu-button:top-1","peer-data-[size=default]/menu-button:top-1.5","peer-data-[size=lg]/menu-button:top-2.5","group-data-[collapsible=icon]:hidden",e),...t}));mu.displayName="SidebarMenuBadge";var uu=K__namespace.forwardRef(({className:e,showIcon:t=false,...a},r)=>{let n=K__namespace.useMemo(()=>`${Math.floor(Math.random()*40)+50}%`,[]);return jsxRuntime.jsxs("div",{ref:r,"data-sidebar":"menu-skeleton",className:o("rounded-md h-8 flex gap-2 px-2 items-center",e),...a,children:[t&&jsxRuntime.jsx("div",{className:"size-4 rounded-md bg-sidebar-accent animate-pulse"}),jsxRuntime.jsx("div",{className:"h-4 flex-1 max-w-[--skeleton-width] bg-sidebar-accent animate-pulse rounded-md",style:{"--skeleton-width":n}})]})});uu.displayName="SidebarMenuSkeleton";var pu=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("ul",{ref:a,"data-sidebar":"menu-sub",className:o("mx-3.5 flex min-w-0 translate-x-px flex-col gap-1 border-l border-sidebar-border px-2.5 py-0.5","group-data-[collapsible=icon]:hidden",e),...t}));pu.displayName="SidebarMenuSub";var fu=K__namespace.forwardRef(({...e},t)=>jsxRuntime.jsx("li",{ref:t,...e}));fu.displayName="SidebarMenuSubItem";var gu=K__namespace.forwardRef(({asChild:e=false,size:t="md",isActive:a,className:r,...n},i)=>jsxRuntime.jsx(e?reactSlot.Slot:"a",{ref:i,"data-sidebar":"menu-sub-button","data-size":t,"data-active":a,className:o("flex h-7 min-w-0 -translate-x-px items-center gap-2 overflow-hidden rounded-md px-2 text-sidebar-foreground outline-none ring-sidebar-ring hover:bg-sidebar-accent hover:text-sidebar-accent-foreground focus-visible:ring-2 active:bg-sidebar-accent active:text-sidebar-accent-foreground disabled:pointer-events-none disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:opacity-50 [&>span:last-child]:truncate [&>svg]:size-4 [&>svg]:shrink-0 [&>svg]:text-sidebar-accent-foreground","data-[active=true]:bg-sidebar-accent data-[active=true]:text-sidebar-accent-foreground",t==="sm"&&"text-xs",t==="md"&&"text-sm","group-data-[collapsible=icon]:hidden",r),...n}));gu.displayName="SidebarMenuSubButton";var hu=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}}),vR=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"}}),xu=K__namespace.forwardRef(({className:e,variant:t,color:a,size:r,radius:n,clickable:i,startContent:s,endContent:l,closable:d,onClose:m,disabled:p,avatar:c,children:f,onClick:u,...v},R)=>{let g=i||!!u,h=w=>{w.stopPropagation(),m?.();};return jsxRuntime.jsxs("div",{ref:R,role:g?"button":void 0,tabIndex:g&&!p?0:void 0,"aria-disabled":p,onClick:p?void 0:u,onKeyDown:g&&!p?w=>{(w.key==="Enter"||w.key===" ")&&(w.preventDefault(),u?.(w));}:void 0,className:o(hu({variant:t,color:a,size:r,radius:n,clickable:g}),p&&"opacity-50 cursor-not-allowed",e),...v,children:[c&&jsxRuntime.jsx("span",{className:"-ml-1 [&>*]:size-5 [&>*]:rounded-full",children:c}),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}),d&&jsxRuntime.jsx("button",{type:"button","aria-label":"Remove",onClick:h,disabled:p,className:o(vR({size:r})),children:jsxRuntime.jsx(lucideReact.X,{})})]})});xu.displayName="Chip";var yu=K.createContext({direction:"horizontal"}),CR=({className:e,direction:t="horizontal",children:a,...r})=>jsxRuntime.jsx(yu.Provider,{value:{direction:t},children:jsxRuntime.jsx(reactResizablePanels.Group,{orientation:t,className:o("flex h-full w-full data-[orientation=vertical]:flex-col",e),...r,children:a})}),SR=reactResizablePanels.Panel,TR=({withHandle:e,className:t,...a})=>{let{direction:r}=K.useContext(yu),n=r==="vertical";return jsxRuntime.jsx(reactResizablePanels.Separator,{className:o("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),...a,children:e&&jsxRuntime.jsx("div",{className:o("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 Nu=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"}}),Pu=K__namespace.forwardRef(({className:e,size:t,count:a=3,...r},n)=>jsxRuntime.jsx("span",{ref:n,role:"status","aria-label":"Loading",className:o(Nu({size:t,className:e})),...r,children:Array.from({length:a}).map((i,s)=>jsxRuntime.jsx("span",{className:"rounded-full bg-current animate-dots-bounce",style:{animationDelay:`${s*.16}s`}},s))}));Pu.displayName="Dots";var Su=classVarianceAuthority.cva("",{variants:{size:{sm:"h-4 w-4",md:"h-8 w-8",lg:"h-12 w-12",xl:"h-16 w-16"}},defaultVariants:{size:"md"}}),Tu=K__namespace.forwardRef(({className:e,size:t,value:a,strokeWidth:r=4,showValue:n=false,label:i,...s},l)=>{let d=a===void 0,m=50-r/2,p=2*Math.PI*m,c=d?0:p-Math.min(100,Math.max(0,a))/100*p;return jsxRuntime.jsxs("svg",{ref:l,viewBox:"0 0 100 100",className:o(Su({size:t,className:e}),d&&"animate-spin"),role:"progressbar","aria-valuenow":d?void 0:a,"aria-valuemin":0,"aria-valuemax":100,...s,children:[jsxRuntime.jsx("circle",{cx:"50",cy:"50",r:m,fill:"none",stroke:"currentColor",strokeWidth:r,className:"text-muted opacity-20"}),jsxRuntime.jsx("circle",{cx:"50",cy:"50",r:m,fill:"none",stroke:"currentColor",strokeWidth:r,strokeLinecap:"round",strokeDasharray:p,strokeDashoffset:d?p*.75:c,className:"text-primary transition-[stroke-dashoffset] duration-300 ease-in-out",style:{transformOrigin:"center",transform:"rotate(-90deg)"}}),n&&!d&&jsxRuntime.jsx("text",{x:"50",y:"50",textAnchor:"middle",dominantBaseline:"central",className:"fill-current text-[0.65rem] font-medium",children:i??`${Math.round(a)}%`})]})});Tu.displayName="CircularProgress";var Mu=K__namespace.createContext(null),IR=()=>{let e=K__namespace.useContext(Mu);if(!e)throw new Error("OTP components must be used within InputOTP");return e},ku=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"}}),Du=K__namespace.forwardRef(({className:e,containerClassName:t,maxLength:a,value:r,defaultValue:n="",onChange:i,onComplete:s,pattern:l,disabled:d=false,size:m,children:p,...c},f)=>{let[u,v]=K__namespace.useState(n),[R,g]=K__namespace.useState(0),[h,w]=K__namespace.useState(false),b=K__namespace.useRef(null),x=r!==void 0?r:u;K__namespace.useImperativeHandle(f,()=>b.current),K__namespace.useEffect(()=>{g(Math.min(x.length,a-1));},[x,a]),K__namespace.useEffect(()=>{x.length===a&&s&&s(x);},[x,a,s]);let P=S=>{let M=S.target.value;if(l&&M){let L=new RegExp(l.replace("^","").replace("$","").replace("+",""));M=M.split("").filter(E=>L.test(E)).join("");}M=M.slice(0,a),r===void 0&&v(M),i?.(M);},y=S=>{S.key==="ArrowLeft"?g(M=>Math.max(0,M-1)):S.key==="ArrowRight"&&g(M=>Math.min(x.length,a-1,M+1));},C=()=>{b.current?.focus();},k=()=>{w(true),g(Math.min(x.length,a-1));},T=()=>{w(false);},N={value:x,activeIndex:h?R:-1,maxLength:a,disabled:d};return jsxRuntime.jsx(Mu.Provider,{value:N,children:jsxRuntime.jsxs("div",{className:o(ku({size:m}),t),onClick:C,"data-otp-container":true,children:[jsxRuntime.jsx("input",{ref:b,type:"text",inputMode:"numeric",autoComplete:"one-time-code",value:x,onChange:P,onKeyDown:y,onFocus:k,onBlur:T,disabled:d,maxLength:a,className:o("absolute opacity-0 pointer-events-none w-0 h-0",e),...c}),p]})})});Du.displayName="InputOTP";var Lu=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,className:o("flex items-center",e),...t}));Lu.displayName="InputOTPGroup";var Vu=K__namespace.forwardRef(({index:e,className:t,...a},r)=>{let{value:n,activeIndex:i,disabled:s}=IR(),l=n[e]||"",d=i===e,m=d&&n.length===e;return jsxRuntime.jsxs("div",{ref:r,"data-otp-slot":true,"data-active":d,"data-filled":!!l,className:o("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",d&&"z-10 border-foreground",s&&"cursor-not-allowed opacity-50",t),...a,children:[l,m&&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"})})]})});Vu.displayName="InputOTPSlot";var Iu=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,role:"separator",className:o("text-muted-foreground",e),...t,children:jsxRuntime.jsx(lucideReact.Minus,{className:"h-4 w-4"})}));Iu.displayName="InputOTPSeparator";var Au=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"}}),zu=K__namespace.forwardRef(({className:e,variant:t,size:a,value:r=[],onChange:n,placeholder:i="Add tag...",maxTags:s,minTagLength:l=1,maxTagLength:d=50,triggerKeys:m=["Enter",",","Tab"],allowDuplicates:p=false,disabled:c,readOnly:f,renderTag:u,...v},R)=>{let[g,h]=K__namespace.useState(""),w=K__namespace.useRef(null);K__namespace.useImperativeHandle(R,()=>w.current);let b=N=>{let S=N.trim();if(S.length<l||S.length>d||s&&r.length>=s||!p&&r.some(L=>L.text.toLowerCase()===S.toLowerCase()))return;let M={id:crypto.randomUUID(),text:S};n?.([...r,M]),h("");},x=N=>{c||f||n?.(r.filter(S=>S.id!==N));},P=N=>{if(m.includes(N.key)){if(N.key==="Tab"&&!g)return;N.preventDefault(),b(g);}N.key==="Backspace"&&!g&&r.length>0&&x(r[r.length-1].id);},y=N=>{let S=N.target.value;if(S.includes(",")){S.split(",").forEach(L=>{L.trim()&&b(L);});return}h(S);},C=N=>{N.preventDefault(),N.clipboardData.getData("text").split(/[,\n\t]/).filter(Boolean).forEach(L=>{b(L);});},k=()=>{w.current?.focus();},T=s?r.length>=s:false;return jsxRuntime.jsxs("div",{className:o("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",c&&"cursor-not-allowed opacity-50",e),onClick:k,children:[r.map(N=>u?u(N,()=>x(N.id)):jsxRuntime.jsxs("span",{className:o(Au({variant:t,size:a})),children:[N.text,!c&&!f&&jsxRuntime.jsx("button",{type:"button",onClick:S=>{S.stopPropagation(),x(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)),!T&&!f&&jsxRuntime.jsx("input",{ref:w,type:"text",value:g,onChange:y,onKeyDown:P,onPaste:C,placeholder:r.length===0?i:"",disabled:c,className:o("flex-1 bg-transparent outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed","min-w-[80px]"),...v})]})});zu.displayName="TagInput";var Fu=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"}}),Ou=K__namespace.forwardRef(({className:e,size:t,icon:a,title:r,description:n,action:i,children:s,...l},d)=>jsxRuntime.jsxs("div",{ref:d,className:o(Fu({size:t,className:e})),...l,children:[a&&jsxRuntime.jsx("div",{className:"text-muted-foreground [&>svg]:h-10 [&>svg]:w-10",children:a}),r&&jsxRuntime.jsx("h3",{className:"text-lg font-semibold text-foreground",children:r}),n&&jsxRuntime.jsx("p",{className:"max-w-sm text-sm text-muted-foreground",children:n}),i&&jsxRuntime.jsx("div",{className:"mt-2",children:i}),s]}));Ou.displayName="EmptyState";var Wu=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"}}),$u=K__namespace.forwardRef(({className:e,variant:t,label:a,value:r,icon:n,trend:i,trendValue:s,description:l,...d},m)=>{let p=i==="up"?lucideReact.TrendingUp:i==="down"?lucideReact.TrendingDown:lucideReact.Minus,c=i==="up"?"text-green-500":i==="down"?"text-red-500":"text-muted-foreground";return jsxRuntime.jsxs("div",{ref:m,className:o(Wu({variant:t,className:e})),...d,children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between",children:[jsxRuntime.jsx("p",{className:"text-sm font-medium text-muted-foreground",children:a}),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:r}),i&&s&&jsxRuntime.jsxs("span",{className:o("flex items-center gap-0.5 text-sm",c),children:[jsxRuntime.jsx(p,{className:"h-3 w-3"}),s]})]}),l&&jsxRuntime.jsx("p",{className:"mt-1 text-xs text-muted-foreground",children:l})]})});$u.displayName="StatCard";var Ku=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"}}),Yu=K__namespace.forwardRef(({className:e,variant:t,size:a,...r},n)=>jsxRuntime.jsx("div",{ref:n,role:"list",className:o(Ku({variant:t,size:a,className:e})),...r}));Yu.displayName="List";var Uu=classVarianceAuthority.cva("flex items-center gap-3 transition-colors",{variants:{interactive:{true:"cursor-pointer hover:bg-muted/50",false:""}},defaultVariants:{interactive:false}}),ju=K__namespace.forwardRef(({className:e,interactive:t,leading:a,trailing:r,children:n,...i},s)=>jsxRuntime.jsxs("div",{ref:s,role:"listitem",className:o(Uu({interactive:t,className:e})),...i,children:[a&&jsxRuntime.jsx("div",{className:"flex-shrink-0 text-muted-foreground",children:a}),jsxRuntime.jsx("div",{className:"flex-1 min-w-0",children:n}),r&&jsxRuntime.jsx("div",{className:"flex-shrink-0",children:r})]}));ju.displayName="ListItem";var Xu=K__namespace.forwardRef(({className:e,primary:t,secondary:a,children:r,...n},i)=>jsxRuntime.jsxs("div",{ref:i,className:o("min-w-0",e),...n,children:[t&&jsxRuntime.jsx("p",{className:"text-sm font-medium leading-none truncate",children:t}),a&&jsxRuntime.jsx("p",{className:"mt-1 text-sm text-muted-foreground truncate",children:a}),r]}));Xu.displayName="ListItemText";var Ju=classVarianceAuthority.cva("flex flex-col",{variants:{position:{left:"",right:"",alternate:""}},defaultVariants:{position:"left"}}),Qu=K__namespace.forwardRef(({className:e,position:t,...a},r)=>jsxRuntime.jsx("div",{ref:r,"data-position":t,className:o(Ju({position:t,className:e})),...a}));Qu.displayName="Timeline";var ep=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"}}),tp=K__namespace.forwardRef(({className:e,variant:t,...a},r)=>jsxRuntime.jsx("div",{ref:r,className:o(ep({variant:t,className:e})),...a}));tp.displayName="TimelineItem";var ap=K__namespace.forwardRef(({className:e,dot:t,showConnector:a=true,...r},n)=>jsxRuntime.jsxs("div",{ref:n,className:o("flex flex-col items-center",e),...r,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}),a&&jsxRuntime.jsx("div",{className:"w-0.5 flex-1 bg-border"})]}));ap.displayName="TimelineSeparator";var rp=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,className:o("flex-1 pt-0.5",e),...t}));rp.displayName="TimelineContent";var op=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,className:o("flex-1 text-sm text-muted-foreground pt-0.5",e),...t}));op.displayName="TimelineOpposite";var ip=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}}),sp=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 data-[state=on]:bg-background data-[state=on]:text-foreground data-[state=on]:shadow-sm",{variants:{size:{sm:"h-6 text-xs px-2.5",md:"h-8 text-sm px-3",lg:"h-10 text-base px-4"}},defaultVariants:{size:"md"}}),lp=K__namespace.createContext({}),dp=K__namespace.forwardRef(({className:e,size:t,fullWidth:a,children:r,...n},i)=>jsxRuntime.jsx(Hr__namespace.Root,{ref:i,type:"single",rovingFocus:false,className:o(ip({size:t,fullWidth:a,className:e})),...n,children:jsxRuntime.jsx(lp.Provider,{value:{size:t??"md"},children:r})}));dp.displayName="SegmentedControl";var cp=K__namespace.forwardRef(({className:e,children:t,...a},r)=>{let{size:n}=K__namespace.useContext(lp);return jsxRuntime.jsx(Hr__namespace.Item,{ref:r,className:o(sp({size:n}),"flex-1",e),...a,children:t})});cp.displayName="SegmentedControlItem";var mp=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"}}),up=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},Un=e=>{if(e===0)return "0 Bytes";let t=1024,a=["Bytes","KB","MB","GB"],r=Math.floor(Math.log(e)/Math.log(t));return parseFloat((e/Math.pow(t,r)).toFixed(2))+" "+a[r]},pp=(e,t,a)=>{let r=[];return t&&e.size>t&&r.push({code:"file-too-large",message:`File is larger than ${Un(t)}`}),a&&a.length>0&&(a.some(i=>{if(i.startsWith("."))return e.name.toLowerCase().endsWith(i.toLowerCase());if(i.endsWith("/*")){let s=i.slice(0,-2);return e.type.startsWith(s)}return e.type===i})||r.push({code:"file-invalid-type",message:`File type not accepted. Accepted: ${a.join(", ")}`})),r},fp=K__namespace.forwardRef(({className:e,variant:t,size:a,onFilesChange:r,onFilesRejected:n,onFileRemove:i,files:s=[],showFileList:l=true,children:d,maxSize:m=10*1024*1024,accept:p,multiple:c=true,disabled:f,...u},v)=>{let[R,g]=K__namespace.useState(false),[h,w]=K__namespace.useState(false),[b,x]=K__namespace.useState([]),P=K__namespace.useRef(null),y=K__namespace.useCallback(D=>{if(!D||D.length===0)return;let I=Array.from(D),z=[],W=[];(c?I:[I[0]]).forEach(j=>{let $=pp(j,m,p);$.length>0?W.push({file:j,errors:$}):z.push(j);}),x(W),z.length>0&&r?.(z),W.length>0&&n?.(W);},[m,p,c,r,n]),C=K__namespace.useCallback(D=>{if(D.preventDefault(),D.stopPropagation(),!f&&(g(true),D.dataTransfer.items)){let z=Array.from(D.dataTransfer.items).some(W=>{if(W.kind!=="file")return true;if(p&&p.length>0){let H=W.type;return !p.some(j=>j.endsWith("/*")?H.startsWith(j.slice(0,-2)):H===j)}return false});w(z);}},[f,p]),k=K__namespace.useCallback(D=>{D.preventDefault(),D.stopPropagation(),!f&&(D.dataTransfer.dropEffect="copy");},[f]),T=K__namespace.useCallback(D=>{D.preventDefault(),D.stopPropagation();let I=D.currentTarget.getBoundingClientRect(),z=D.clientX,W=D.clientY;(z<I.left||z>I.right||W<I.top||W>I.bottom)&&(g(false),w(false));},[]),N=K__namespace.useCallback(D=>{D.preventDefault(),D.stopPropagation(),g(false),w(false),!f&&y(D.dataTransfer.files);},[f,y]),S=K__namespace.useCallback(()=>{f||P.current?.click();},[f]),M=K__namespace.useCallback(D=>{y(D.target.files),D.target.value="";},[y]),L=K__namespace.useCallback(D=>{f||(D.key==="Enter"||D.key===" ")&&(D.preventDefault(),P.current?.click());},[f]),E=h?"error":R?"active":t,V=p?.join(",");return jsxRuntime.jsxs("div",{ref:v,className:o("space-y-4",e),...u,children:[jsxRuntime.jsxs("div",{role:"button",tabIndex:f?-1:0,onDragEnter:C,onDragOver:k,onDragLeave:T,onDrop:N,onClick:S,onKeyDown:L,className:o(mp({variant:E,size:a}),f&&"opacity-50 cursor-not-allowed",!f&&"cursor-pointer focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2"),"aria-disabled":f,children:[jsxRuntime.jsx("input",{ref:P,type:"file",accept:V,multiple:c,disabled:f,onChange:M,className:"sr-only",tabIndex:-1}),d||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:R?"Drop files here":"Drop files or click to upload"}),jsxRuntime.jsxs("p",{className:"text-xs text-muted-foreground",children:[m&&`Max ${Un(m)}`,p&&p.length>0&&` \u2022 ${p.join(", ")}`]})]})]})]}),b.length>0&&jsxRuntime.jsx("div",{className:"rounded-md bg-danger/10 p-3 text-sm text-danger",children:b.map(({file:D,errors:I})=>jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("span",{className:"font-medium",children:D.name}),":"," ",I.map(z=>z.message).join(", ")]},D.name))}),l&&s.length>0&&jsxRuntime.jsx("div",{className:"space-y-2",children:s.map(D=>{let I=up(D.file);return jsxRuntime.jsxs("div",{className:o("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:[Un(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(En,{value:D.progress,className:"mt-2 h-1"})]}),jsxRuntime.jsxs(G,{variant:"ghost",size:"sm",className:"h-8 w-8 p-0 text-muted-foreground hover:text-foreground",onClick:z=>{z.stopPropagation(),i?.(D.file);},children:[jsxRuntime.jsx(lucideReact.X,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Remove"})]})]},D.id)})})]})});fp.displayName="FileUpload";var vp=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}}),QR=`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")`,Ur=K__namespace.forwardRef(({color:e,isSelected:t,showTransparency:a=true,onSelect:r,size:n,shape:i,interactive:s,className:l,onClick:d,disabled:m,...p},c)=>jsxRuntime.jsx("button",{ref:c,type:"button",disabled:m,onClick:v=>{d?.(v),r?.(e);},className:o(vp({size:n,shape:i,interactive:s??(!!r||!!d)}),t&&"ring-2 ring-ring ring-offset-2",l),style:{backgroundImage:a?QR:void 0,backgroundSize:a?"8px 8px":void 0},"aria-label":`Color ${e}`,"aria-pressed":t,...p,children:jsxRuntime.jsx("span",{className:"absolute inset-0 rounded-[inherit]",style:{backgroundColor:e}})}));Ur.displayName="ColorSwatch";var aw=["#000000","#ffffff","#ef4444","#f97316","#eab308","#22c55e","#06b6d4","#3b82f6","#8b5cf6","#ec4899"],hp={sm:"h-6 w-6",md:"h-8 w-8",lg:"h-10 w-10"},xp=K__namespace.forwardRef(({value:e,defaultValue:t="#3b82f6",onChange:a,disabled:r,presets:n=aw,showInput:i=true,size:s="md",className:l,variant:d="full"},m)=>{let[p,c]=K__namespace.useState(e??t),f=K__namespace.useId();K__namespace.useEffect(()=>{e!==void 0&&c(e);},[e]);let u=g=>{c(g),a?.(g);},v=g=>{c(g),a?.(g);},R=g=>{let h=g.target.value.toUpperCase();c(h),a?.(h);};return d==="simple"?jsxRuntime.jsxs("label",{className:o("relative rounded-md border border-input shadow-sm transition-colors cursor-pointer hover:border-foreground focus-within:border-foreground overflow-hidden",r&&"opacity-50 cursor-not-allowed",hp[s],l),children:[jsxRuntime.jsx("input",{type:"color",value:p,onChange:R,disabled:r,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:p}})]}):jsxRuntime.jsxs(Ne,{children:[jsxRuntime.jsx(Se,{asChild:true,children:jsxRuntime.jsx("button",{ref:m,disabled:r,className:o("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",hp[s],l),style:{backgroundColor:p},"aria-label":`Color picker, current color: ${p}`})}),jsxRuntime.jsx(xe,{className:"w-auto p-3",align:"start",children:jsxRuntime.jsxs("div",{className:"space-y-3",children:[jsxRuntime.jsx(reactColorful.HexColorPicker,{color:p,onChange:u,className:"!w-[200px]"}),i&&jsxRuntime.jsxs("div",{className:"space-y-1.5",children:[jsxRuntime.jsx(er,{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:p}}),jsxRuntime.jsx(reactColorful.HexColorInput,{id:"color-input",color:p,onChange:u,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(er,{className:"text-xs",children:"Presets"}),jsxRuntime.jsx("div",{className:"flex flex-wrap gap-1.5",children:n.map(g=>jsxRuntime.jsx(Ur,{color:g,size:"sm",isSelected:p.toLowerCase()===g.toLowerCase(),onSelect:v},g))})]})]})})]})});xp.displayName="ColorPicker";var yp=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"}}),zs=e=>String(e).padStart(2,"0"),sw=e=>{let[t,a]=e.split(":").map(Number);return {hours:t||0,minutes:a||0}},lw=(e,t)=>`${zs(e)}:${zs(t)}`,Rp=K__namespace.forwardRef(({className:e,size:t,value:a,onChange:r,use24Hour:n=true,minuteStep:i=1,showPicker:s=true,minTime:l,maxTime:d,disabled:m,...p},c)=>{let[f,u]=K__namespace.useState(a??""),[v,R]=K__namespace.useState(false);K__namespace.useEffect(()=>{a!==void 0&&u(a);},[a]);let{hours:g,minutes:h}=sw(f||"00:00"),w=T=>{let N=T.target.value;u(N),/^([0-1]?[0-9]|2[0-3]):[0-5][0-9]$/.test(N)&&r?.(N);},b=(T,N)=>{let S=Math.max(0,Math.min(23,T)),M=Math.max(0,Math.min(59,N)),L=lw(S,M);u(L),r?.(L);},x=()=>b(g+1,h),P=()=>b(g-1,h),y=()=>b(g,h+i),C=()=>b(g,h-i),k=({value:T,onIncrement:N,onDecrement:S})=>jsxRuntime.jsxs("div",{className:"flex flex-col items-center",children:[jsxRuntime.jsx(G,{variant:"ghost",size:"sm",className:"h-8 w-8 p-0",onClick:N,disabled:m,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:zs(T)}),jsxRuntime.jsx(G,{variant:"ghost",size:"sm",className:"h-8 w-8 p-0",onClick:S,disabled:m,children:jsxRuntime.jsx(lucideReact.ChevronDown,{className:"h-4 w-4"})})]});return jsxRuntime.jsxs("div",{className:"relative flex items-center",children:[jsxRuntime.jsx("input",{ref:c,type:"time",value:f,onChange:w,disabled:m,className:o(yp({size:t}),s&&"pr-10","[&::-webkit-calendar-picker-indicator]:hidden",e),...p}),s&&jsxRuntime.jsxs(Ne,{open:v,onOpenChange:R,children:[jsxRuntime.jsx(Se,{asChild:true,children:jsxRuntime.jsxs(G,{type:"button",variant:"ghost",size:"sm",className:"absolute right-1 h-7 w-7 p-0",disabled:m,children:[jsxRuntime.jsx(lucideReact.Clock,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Pick time"})]})}),jsxRuntime.jsxs(xe,{className:"w-auto p-4",align:"end",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx(k,{value:g,onIncrement:x,onDecrement:P,max:23}),jsxRuntime.jsx("div",{className:"text-2xl font-bold text-muted-foreground",children:":"}),jsxRuntime.jsx(k,{value:h,onIncrement:y,onDecrement:C,max:59})]}),jsxRuntime.jsxs("div",{className:"mt-4 flex justify-end gap-2",children:[jsxRuntime.jsx(G,{variant:"bordered",size:"sm",onClick:()=>{let T=new Date;b(T.getHours(),T.getMinutes());},children:"Now"}),jsxRuntime.jsx(G,{size:"sm",onClick:()=>R(false),children:"Done"})]})]})]})]})});Rp.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"}}),cw=(e,t)=>{try{return new Intl.NumberFormat(t,{style:"currency",currency:e,currencyDisplay:"narrowSymbol"}).formatToParts(0).find(i=>i.type==="currency")?.value??e}catch{return e}},Bs=(e,t,a,r)=>{let n=e.toFixed(t),[i,s]=n.split("."),l=i.replace(/\B(?=(\d{3})+(?!\d))/g,a);return s?`${l}${r}${s}`:l},Np=(e,t,a)=>{if(!e)return;let r=e.replace(new RegExp(`\\${t}`,"g"),"");r=r.replace(a,"."),r=r.replace(/[^0-9.-]/g,"");let n=parseFloat(r);return isNaN(n)?void 0:n},Pp=K__namespace.forwardRef(({className:e,size:t,value:a,defaultValue:r,onChange:n,currency:i="USD",locale:s="en-US",decimals:l=2,min:d,max:m,showCurrency:p=true,currencyPosition:c="prefix",currencySymbol:f,thousandSeparator:u=",",decimalSeparator:v=".",disabled:R,placeholder:g,...h},w)=>{let[b,x]=K__namespace.useState(r),[P,y]=K__namespace.useState(""),[C,k]=K__namespace.useState(false),T=a!==void 0?a:b,N=f??cw(i,s);K__namespace.useEffect(()=>{!C&&T!==void 0&&y(Bs(T,l,u,v));},[T,l,u,v,C]);let S=D=>{let I=D.target.value;if(!I){y(""),a===void 0&&x(void 0),n?.(void 0);return}if(!new RegExp(`^[0-9${u}${v}.-]*$`).test(I))return;y(I);let W=Np(I,u,v);if(W!==void 0){let H=W;d!==void 0&&W<d&&(H=d),m!==void 0&&W>m&&(H=m),a===void 0&&x(H),n?.(H);}},M=()=>{k(true),T!==void 0&&y(T.toString().replace(".",v));},L=()=>{k(false),y(T!==void 0?Bs(T,l,u,v):"");},E=p&&c==="prefix"&&jsxRuntime.jsx("span",{className:"flex items-center text-muted-foreground pr-1",children:N}),V=p&&c==="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:[E&&jsxRuntime.jsx("div",{className:"absolute left-3 pointer-events-none",children:E}),jsxRuntime.jsx("input",{ref:w,type:"text",inputMode:"decimal",value:P,onChange:S,onFocus:M,onBlur:L,disabled:R,placeholder:g??`0${v}${"0".repeat(l)}`,className:o(wp({size:t}),E&&"pl-8",V&&"pr-8","text-right",e),style:{borderColor:C?"var(--color-foreground)":void 0},...h}),V&&jsxRuntime.jsx("div",{className:"absolute right-3 pointer-events-none",children:V})]})});Pp.displayName="CurrencyInput";var Cp=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"}}),Fs={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:"#####-####"}},pw=(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}},Fa=e=>["#","A","*"].includes(e),jn=(e,t,a)=>{let r="",n=0;for(let i=0;i<t.length&&n<=e.length;i++){let s=t[i];if(Fa(s)){if(n<e.length){let l=e[n];pw(l,s)?(r+=l,n++):(n++,i--);}}else (n<e.length||a)&&(r+=s);}return r},Os=(e,t)=>{let a="";for(let r=0;r<e.length&&r<t.length;r++){let n=t[r];Fa(n)&&(a+=e[r]);}return a},Sp=(e,t)=>e.split("").map(a=>Fa(a)?t:a).join(""),fw=(e,t,a)=>{let r=0;for(let l=0;l<a&&l<e.length&&l<t.length;l++)Fa(t[l])&&r++;let i=0,s=0;for(let l=0;l<t.length&&s<r;l++)i++,Fa(t[l])&&s++;for(;i<t.length&&!Fa(t[i]);)i++;return Math.min(i,e.length)},Tp=K__namespace.forwardRef(({className:e,size:t,value:a,defaultValue:r="",onChange:n,mask:i,maskPlaceholder:s="_",showMaskPlaceholder:l=false,includeMaskChars:d=false,disabled:m,placeholder:p,...c},f)=>{let u=typeof i=="string"&&i in Fs?Fs[i].mask:i,[v,R]=K__namespace.useState(r),[g,h]=K__namespace.useState(""),[w,b]=K__namespace.useState(false),x=K__namespace.useRef(null),P=a!==void 0?a:v;K__namespace.useImperativeHandle(f,()=>x.current),K__namespace.useEffect(()=>{let T=jn(P,u,true);h(T);},[P,u]);let y=T=>{let N=T.target.value,S=T.target.selectionStart??0,M=N.replace(/[^\w]/g,""),L=jn(M,u,true),E=Os(L,u);h(L),a===void 0&&R(d?L:E),n?.(E,L),requestAnimationFrame(()=>{if(x.current){let V=fw(L,u,S);x.current.setSelectionRange(V,V);}});},C=T=>{if(["ArrowLeft","ArrowRight","Home","End","Tab"].includes(T.key)||T.ctrlKey||T.metaKey)return;let N=x.current;if(!N)return;let S=N.selectionStart??0;if(T.key==="Backspace"&&S>0){let M=S-1;for(;M>0&&!Fa(u[M]);)M--;let L=Os(g,u),E=0;for(let I=0;I<M&&I<u.length;I++)Fa(u[I])&&E++;let V=L.slice(0,Math.max(0,E-1))+L.slice(E),D=jn(V,u,true);h(D),a===void 0&&R(d?D:V),n?.(V,D),T.preventDefault(),requestAnimationFrame(()=>{x.current&&x.current.setSelectionRange(M,M);});}},k=l?Sp(u,s):p;return jsxRuntime.jsx("input",{ref:x,type:"text",value:g,onChange:y,onKeyDown:C,onFocus:()=>b(true),onBlur:()=>b(false),disabled:m,placeholder:k,className:o(Cp({size:t}),e),style:{borderColor:w?"var(--color-foreground)":void 0},...c})});Tp.displayName="MaskedInput";var Mp=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"}}),Zn={"DD/MM/YYYY":"/","MM/DD/YYYY":"/","YYYY-MM-DD":"-","DD.MM.YYYY":"."},Ws={"DD/MM/YYYY":["day","month","year"],"MM/DD/YYYY":["month","day","year"],"YYYY-MM-DD":["year","month","day"],"DD.MM.YYYY":["day","month","year"]},Gs=(e,t)=>String(e).padStart(t,"0"),qn=(e,t)=>{let a=Gs(e.getDate(),2),r=Gs(e.getMonth()+1,2),n=Gs(e.getFullYear(),4),i=Zn[t],s=Ws[t],l={day:a,month:r,year:n};return s.map(d=>l[d]).join(i)},kp=(e,t)=>{let a=Zn[t],r=e.split(a);if(r.length!==3)return null;let n=Ws[t],i={};if(n.forEach((l,d)=>{i[l]=parseInt(r[d],10);}),isNaN(i.day)||isNaN(i.month)||isNaN(i.year)||i.month<1||i.month>12||i.day<1||i.day>31||i.year<1e3||i.year>9999)return null;let s=new Date(i.year,i.month-1,i.day);return s.getFullYear()!==i.year||s.getMonth()!==i.month-1||s.getDate()!==i.day?null:s},hw=e=>e.toLowerCase(),xw=e=>{let t=Zn[e];return Ws[e].map(r=>r==="year"?"####":"##").join(t)},Dp=K__namespace.forwardRef(({className:e,size:t,value:a,defaultValue:r,onChange:n,format:i="DD/MM/YYYY",minDate:s,maxDate:l,showIcon:d=true,disabled:m,placeholder:p,...c},f)=>{let[u,v]=K__namespace.useState(r??null),[R,g]=K__namespace.useState(""),[h,w]=K__namespace.useState(null),b=K__namespace.useRef(null),x=a!==void 0?a:u;K__namespace.useImperativeHandle(f,()=>b.current),K__namespace.useEffect(()=>{x?(g(qn(x,i)),w(null)):g("");},[x,i]);let P=Zn[i],y=xw(i),C=N=>{let S=N.target.value;S=S.replace(new RegExp(`[^0-9\\${P}]`,"g"),"");let M=S.replace(new RegExp(`\\${P}`,"g"),""),L="",E=0;for(let V=0;V<y.length&&E<M.length;V++)y[V]==="#"?(L+=M[E],E++):L+=y[V];if(g(L),L.length===y.length){let V=kp(L,i);if(V){if(s&&V<s){w(`Date must be after ${qn(s,i)}`);return}if(l&&V>l){w(`Date must be before ${qn(l,i)}`);return}w(null),a===void 0&&v(V),n?.(V);}else w("Invalid date");}else a===void 0&&v(null),n?.(null),w(null);},k=()=>{R&&R.length!==y.length&&(g(""),w(null),a===void 0&&v(null),n?.(null));},T=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:b,type:"text",inputMode:"numeric",value:R,onChange:C,onBlur:k,disabled:m,placeholder:p??hw(i),className:o(Mp({size:t}),d&&"pr-10",h&&"border-danger focus-visible:ring-danger",e),"aria-invalid":!!h,"aria-describedby":h?"date-error":void 0,...c}),d&&jsxRuntime.jsx("div",{className:"pointer-events-none absolute right-3 top-1/2 -translate-y-1/2",children:jsxRuntime.jsx(lucideReact.Calendar,{className:o(T,"text-muted-foreground")})}),h&&jsxRuntime.jsx("p",{id:"date-error",className:"mt-1 text-xs text-danger",children:h})]})});Dp.displayName="DateInput";var Lp=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"}}),Vp=[{code:"TR",name:"Turkey",dialCode:"+90",flag:"\u{1F1F9}\u{1F1F7}",format:"(###) ### ## ##"},{code:"US",name:"United States",dialCode:"+1",flag:"\u{1F1FA}\u{1F1F8}",format:"(###) ###-####"},{code:"GB",name:"United Kingdom",dialCode:"+44",flag:"\u{1F1EC}\u{1F1E7}",format:"#### ### ####"},{code:"DE",name:"Germany",dialCode:"+49",flag:"\u{1F1E9}\u{1F1EA}",format:"#### #######"},{code:"FR",name:"France",dialCode:"+33",flag:"\u{1F1EB}\u{1F1F7}",format:"# ## ## ## ##"},{code:"IT",name:"Italy",dialCode:"+39",flag:"\u{1F1EE}\u{1F1F9}",format:"### ### ####"},{code:"ES",name:"Spain",dialCode:"+34",flag:"\u{1F1EA}\u{1F1F8}",format:"### ### ###"},{code:"NL",name:"Netherlands",dialCode:"+31",flag:"\u{1F1F3}\u{1F1F1}",format:"## ########"},{code:"BE",name:"Belgium",dialCode:"+32",flag:"\u{1F1E7}\u{1F1EA}",format:"### ## ## ##"},{code:"AT",name:"Austria",dialCode:"+43",flag:"\u{1F1E6}\u{1F1F9}",format:"### #######"},{code:"CH",name:"Switzerland",dialCode:"+41",flag:"\u{1F1E8}\u{1F1ED}",format:"## ### ## ##"},{code:"SE",name:"Sweden",dialCode:"+46",flag:"\u{1F1F8}\u{1F1EA}",format:"##-### ## ##"},{code:"NO",name:"Norway",dialCode:"+47",flag:"\u{1F1F3}\u{1F1F4}",format:"### ## ###"},{code:"DK",name:"Denmark",dialCode:"+45",flag:"\u{1F1E9}\u{1F1F0}",format:"## ## ## ##"},{code:"FI",name:"Finland",dialCode:"+358",flag:"\u{1F1EB}\u{1F1EE}",format:"## ### ####"},{code:"PL",name:"Poland",dialCode:"+48",flag:"\u{1F1F5}\u{1F1F1}",format:"### ### ###"},{code:"CZ",name:"Czech Republic",dialCode:"+420",flag:"\u{1F1E8}\u{1F1FF}",format:"### ### ###"},{code:"GR",name:"Greece",dialCode:"+30",flag:"\u{1F1EC}\u{1F1F7}",format:"### ### ####"},{code:"PT",name:"Portugal",dialCode:"+351",flag:"\u{1F1F5}\u{1F1F9}",format:"### ### ###"},{code:"RU",name:"Russia",dialCode:"+7",flag:"\u{1F1F7}\u{1F1FA}",format:"(###) ###-##-##"},{code:"UA",name:"Ukraine",dialCode:"+380",flag:"\u{1F1FA}\u{1F1E6}",format:"## ### ## ##"},{code:"RO",name:"Romania",dialCode:"+40",flag:"\u{1F1F7}\u{1F1F4}",format:"### ### ###"},{code:"HU",name:"Hungary",dialCode:"+36",flag:"\u{1F1ED}\u{1F1FA}",format:"## ### ####"},{code:"BG",name:"Bulgaria",dialCode:"+359",flag:"\u{1F1E7}\u{1F1EC}",format:"### ### ###"},{code:"HR",name:"Croatia",dialCode:"+385",flag:"\u{1F1ED}\u{1F1F7}",format:"## ### ####"},{code:"RS",name:"Serbia",dialCode:"+381",flag:"\u{1F1F7}\u{1F1F8}",format:"## ### ####"},{code:"SI",name:"Slovenia",dialCode:"+386",flag:"\u{1F1F8}\u{1F1EE}",format:"## ### ###"},{code:"SK",name:"Slovakia",dialCode:"+421",flag:"\u{1F1F8}\u{1F1F0}",format:"### ### ###"},{code:"CA",name:"Canada",dialCode:"+1",flag:"\u{1F1E8}\u{1F1E6}",format:"(###) ###-####"},{code:"MX",name:"Mexico",dialCode:"+52",flag:"\u{1F1F2}\u{1F1FD}",format:"### ### ####"},{code:"BR",name:"Brazil",dialCode:"+55",flag:"\u{1F1E7}\u{1F1F7}",format:"(##) #####-####"},{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:"NZ",name:"New Zealand",dialCode:"+64",flag:"\u{1F1F3}\u{1F1FF}",format:"## ### ####"},{code:"JP",name:"Japan",dialCode:"+81",flag:"\u{1F1EF}\u{1F1F5}",format:"##-####-####"},{code:"KR",name:"South Korea",dialCode:"+82",flag:"\u{1F1F0}\u{1F1F7}",format:"##-####-####"},{code:"CN",name:"China",dialCode:"+86",flag:"\u{1F1E8}\u{1F1F3}",format:"### #### ####"},{code:"HK",name:"Hong Kong",dialCode:"+852",flag:"\u{1F1ED}\u{1F1F0}",format:"#### ####"},{code:"TW",name:"Taiwan",dialCode:"+886",flag:"\u{1F1F9}\u{1F1FC}",format:"### ### ###"},{code:"SG",name:"Singapore",dialCode:"+65",flag:"\u{1F1F8}\u{1F1EC}",format:"#### ####"},{code:"IN",name:"India",dialCode:"+91",flag:"\u{1F1EE}\u{1F1F3}",format:"##### #####"},{code:"PK",name:"Pakistan",dialCode:"+92",flag:"\u{1F1F5}\u{1F1F0}",format:"### #######"},{code:"AE",name:"United Arab Emirates",dialCode:"+971",flag:"\u{1F1E6}\u{1F1EA}",format:"## ### ####"},{code:"SA",name:"Saudi Arabia",dialCode:"+966",flag:"\u{1F1F8}\u{1F1E6}",format:"## ### ####"},{code:"EG",name:"Egypt",dialCode:"+20",flag:"\u{1F1EA}\u{1F1EC}",format:"### ### ####"},{code:"ZA",name:"South Africa",dialCode:"+27",flag:"\u{1F1FF}\u{1F1E6}",format:"## ### ####"},{code:"NG",name:"Nigeria",dialCode:"+234",flag:"\u{1F1F3}\u{1F1EC}",format:"### ### ####"},{code:"IL",name:"Israel",dialCode:"+972",flag:"\u{1F1EE}\u{1F1F1}",format:"##-###-####"}],Jn=(e,t)=>{let a=e.replace(/\D/g,""),r="",n=0;for(let i=0;i<t.length&&n<a.length;i++)t[i]==="#"?(r+=a[n],n++):r+=t[i];return r},ww=e=>e.replace(/#/g,"_"),Ip=K__namespace.forwardRef(({className:e,size:t,value:a,defaultValue:r="",onChange:n,country:i,defaultCountry:s="TR",onCountryChange:l,countries:d=Vp,showCountrySelect:m=true,showDialCode:p=false,disabled:c,placeholder:f,...u},v)=>{let[R,g]=K__namespace.useState(r),[h,w]=K__namespace.useState(i??s),[b,x]=K__namespace.useState(false),P=a!==void 0?a:R,y=i??h,C=d.find(M=>M.code===y)??d[0],k=Jn(P,C.format),T=M=>{let E=M.target.value.replace(/\D/g,"");a===void 0&&g(E);let V=Jn(E,C.format),D=`${C.dialCode} ${V}`;n?.(E,D,C);};return jsxRuntime.jsxs("div",{className:"flex",children:[m&&jsxRuntime.jsxs(ss,{value:y,onValueChange:M=>{let L=d.find(D=>D.code===M);if(!L)return;i===void 0&&w(M),l?.(L);let E=Jn(P,L.format),V=`${L.dialCode} ${E}`;n?.(P,V,L);},disabled:c,children:[jsxRuntime.jsx(Cn,{className:o("w-[100px] rounded-r-none border-r-0 shrink-0",t==="sm"?"h-8":t==="lg"?"h-12":"h-10"),children:jsxRuntime.jsx(ls,{children:jsxRuntime.jsxs("span",{className:"flex items-center gap-1.5",children:[jsxRuntime.jsx("span",{children:C.flag}),jsxRuntime.jsx("span",{className:"text-xs text-muted-foreground",children:C.dialCode})]})})}),jsxRuntime.jsx(Sn,{className:"max-h-[300px]",children:d.map(M=>jsxRuntime.jsx(Tn,{value:M.code,children:jsxRuntime.jsxs("span",{className:"flex items-center gap-2",children:[jsxRuntime.jsx("span",{children:M.flag}),jsxRuntime.jsx("span",{className:"flex-1",children:M.name}),jsxRuntime.jsx("span",{className:"text-xs text-muted-foreground",children:M.dialCode})]})},M.code))})]}),jsxRuntime.jsxs("div",{className:"relative flex-1",children:[p&&!m&&jsxRuntime.jsx("span",{className:"absolute left-3 top-1/2 -translate-y-1/2 text-muted-foreground",children:C.dialCode}),jsxRuntime.jsx("input",{ref:v,type:"tel",inputMode:"tel",value:k,onChange:T,onFocus:()=>x(true),onBlur:()=>x(false),disabled:c,placeholder:f??ww(C.format),className:o(Lp({size:t}),m&&"rounded-l-none",p&&!m&&"pl-12",e),style:{borderColor:b?"var(--color-foreground)":void 0},...u})]})]})});Ip.displayName="PhoneInput";var Hp=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}}),Ap=K__namespace.forwardRef(({className:e,variant:t,size:a,sticky:r,brand:n,children:i,mobileBreakpoint:s="md",...l},d)=>{let[m,p]=K__namespace.useState(false),c={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:d,className:o(Hp({variant:t,size:a,sticky:r,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:o("items-center gap-4 flex-1 justify-end",c),children:i}),jsxRuntime.jsx("button",{type:"button",className:o("p-2 rounded-md hover:bg-accent hover:text-accent-foreground transition-colors",f),onClick:()=>p(!m),"aria-label":m?"Close menu":"Open menu","aria-expanded":m,children:m?jsxRuntime.jsx(lucideReact.X,{className:"h-5 w-5"}):jsxRuntime.jsx(lucideReact.Menu,{className:"h-5 w-5"})})]}),m&&jsxRuntime.jsx("div",{className:o("absolute top-full left-0 right-0 flex flex-col gap-2 p-4 bg-background border-b border-border shadow-lg",f),children:i})]})});Ap.displayName="Navbar";var zp=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,className:o("flex items-center gap-2 font-semibold text-lg",e),...t}));zp.displayName="NavbarBrand";var Bp=K__namespace.forwardRef(({className:e,justify:t="start",...a},r)=>{let n={start:"justify-start",center:"justify-center",end:"justify-end"}[t];return jsxRuntime.jsx("div",{ref:r,className:o("flex items-center gap-4",n,e),...a})});Bp.displayName="NavbarContent";var Fp=K__namespace.forwardRef(({className:e,isActive:t,...a},r)=>jsxRuntime.jsx("div",{ref:r,className:o("flex items-center",t&&"text-primary font-medium",e),...a}));Fp.displayName="NavbarItem";var Op=K__namespace.forwardRef(({className:e,isActive:t,...a},r)=>jsxRuntime.jsx("a",{ref:r,className:o("text-sm font-medium transition-colors hover:text-primary",t?"text-primary":"text-muted-foreground",e),...a}));Op.displayName="NavbarLink";var Wp=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"}}),$p=K__namespace.forwardRef(({className:e,variant:t,size:a,underline:r,isExternal:n,showExternalIcon:i=true,isDisabled:s,children:l,...d},m)=>{let p=n?{target:"_blank",rel:"noopener noreferrer"}:{};return jsxRuntime.jsxs("a",{ref:m,className:o(Wp({variant:t,size:a,underline:r,className:e}),s&&"pointer-events-none opacity-50"),"aria-disabled":s,...p,...d,children:[l,n&&i&&jsxRuntime.jsx(lucideReact.ExternalLink,{className:"h-3 w-3 ml-0.5","aria-hidden":"true"})]})});$p.displayName="Link";var Kp=classVarianceAuthority.cva("fixed bottom-6 right-6 z-50 flex items-center justify-center rounded-full shadow-lg transition-all duration-300 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",{variants:{variant:{solid:"bg-primary text-primary-foreground hover:bg-primary/90",outline:"bg-background border border-border text-foreground hover:bg-accent",ghost:"bg-background/80 backdrop-blur-sm text-foreground hover:bg-accent",soft:"bg-primary/10 text-primary hover:bg-primary/20",surface:"bg-muted text-foreground hover:bg-muted/80"},size:{sm:"h-8 w-8",md:"h-10 w-10",lg:"h-12 w-12"}},defaultVariants:{variant:"solid",size:"md"}}),Yp=K__namespace.forwardRef(({className:e,variant:t,size:a,visibilityHeight:r=400,smooth:n=true,icon:i,duration:s=300,onClick:l,...d},m)=>{let[p,c]=K__namespace.useState(false);K__namespace.useEffect(()=>{let v=()=>{c(window.scrollY>r);};return v(),window.addEventListener("scroll",v,{passive:true}),()=>window.removeEventListener("scroll",v)},[r]);let f=v=>{n?window.scrollTo({top:0,behavior:"smooth"}):window.scrollTo(0,0),l?.(v);},u={sm:"h-4 w-4",md:"h-5 w-5",lg:"h-6 w-6"}[a||"md"];return p?jsxRuntime.jsx("button",{ref:m,type:"button",className:o(Kp({variant:t,size:a,className:e}),"animate-in fade-in zoom-in duration-300"),onClick:f,"aria-label":"Back to top",...d,children:i||jsxRuntime.jsx(lucideReact.ArrowUp,{className:u})}):null});Yp.displayName="BackTop";var Hw=U__namespace.Menu,Aw=U__namespace.Group,zw=U__namespace.Portal,Bw=U__namespace.Sub,Fw=U__namespace.RadioGroup,Up=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(U__namespace.Root,{ref:a,className:o("flex h-10 items-center space-x-1 rounded-md border bg-background p-1",e),...t}));Up.displayName=U__namespace.Root.displayName;var jp=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(U__namespace.Trigger,{ref:a,className:o("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),...t}));jp.displayName=U__namespace.Trigger.displayName;var Xp=K__namespace.forwardRef(({className:e,inset:t,children:a,...r},n)=>jsxRuntime.jsxs(U__namespace.SubTrigger,{ref:n,className:o("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),...r,children:[a,jsxRuntime.jsx(lucideReact.ChevronRight,{className:"ml-auto h-4 w-4"})]}));Xp.displayName=U__namespace.SubTrigger.displayName;var qp=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(U__namespace.SubContent,{ref:a,className:o("z-50 min-w-[8rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e),...t}));qp.displayName=U__namespace.SubContent.displayName;var Zp=K__namespace.forwardRef(({className:e,align:t="start",alignOffset:a=-4,sideOffset:r=8,...n},i)=>jsxRuntime.jsx(U__namespace.Portal,{children:jsxRuntime.jsx(U__namespace.Content,{ref:i,align:t,alignOffset:a,sideOffset:r,className:o("z-50 min-w-[12rem] overflow-hidden rounded-md border bg-popover p-1 text-popover-foreground shadow-md data-[state=open]:animate-in data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",e),...n})}));Zp.displayName=U__namespace.Content.displayName;var Jp=K__namespace.forwardRef(({className:e,inset:t,...a},r)=>jsxRuntime.jsx(U__namespace.Item,{ref:r,className:o("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",e),...a}));Jp.displayName=U__namespace.Item.displayName;var Qp=K__namespace.forwardRef(({className:e,children:t,checked:a,...r},n)=>jsxRuntime.jsxs(U__namespace.CheckboxItem,{ref:n,className:o("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",e),checked:a,...r,children:[jsxRuntime.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:jsxRuntime.jsx(U__namespace.ItemIndicator,{children:jsxRuntime.jsx(lucideReact.Check,{className:"h-4 w-4"})})}),t]}));Qp.displayName=U__namespace.CheckboxItem.displayName;var ef=K__namespace.forwardRef(({className:e,children:t,...a},r)=>jsxRuntime.jsxs(U__namespace.RadioItem,{ref:r,className:o("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",e),...a,children:[jsxRuntime.jsx("span",{className:"absolute left-2 flex h-3.5 w-3.5 items-center justify-center",children:jsxRuntime.jsx(U__namespace.ItemIndicator,{children:jsxRuntime.jsx(lucideReact.Circle,{className:"h-2 w-2 fill-current"})})}),t]}));ef.displayName=U__namespace.RadioItem.displayName;var tf=K__namespace.forwardRef(({className:e,inset:t,...a},r)=>jsxRuntime.jsx(U__namespace.Label,{ref:r,className:o("px-2 py-1.5 text-sm font-semibold",t&&"pl-8",e),...a}));tf.displayName=U__namespace.Label.displayName;var af=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(U__namespace.Separator,{ref:a,className:o("-mx-1 my-1 h-px bg-muted",e),...t}));af.displayName=U__namespace.Separator.displayName;var rf=({className:e,...t})=>jsxRuntime.jsx("span",{className:o("ml-auto text-xs tracking-widest text-muted-foreground",e),...t});rf.displayName="MenubarShortcut";var of=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"}}),nf=K__namespace.forwardRef(({className:e,orientation:t,size:a,currentStep:r=0,children:n,...i},s)=>{let l=K__namespace.Children.toArray(n);return jsxRuntime.jsx("div",{ref:s,className:o(of({orientation:t,size:a,className:e})),...i,children:l.map((d,m)=>K__namespace.isValidElement(d)?K__namespace.cloneElement(d,{...d.props,stepNumber:m+1,status:d.props.status||(m<r?"completed":m===r?"current":"upcoming"),isLast:m===l.length-1,orientation:t,size:a}):d)})});nf.displayName="Steps";var sf=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"}}),Gw=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"}}),Ww=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"}}),lf=K__namespace.forwardRef(({className:e,orientation:t="horizontal",size:a="md",title:r,description:n,icon:i,status:s="upcoming",stepNumber:l,isLast:d,...m},p)=>jsxRuntime.jsxs("div",{ref:p,className:o(sf({orientation:t,size:a,className:e}),!d&&t==="horizontal"&&"flex-1"),...m,children:[jsxRuntime.jsx("div",{className:o("flex items-center",t==="vertical"&&"flex-col items-start"),children:jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[jsxRuntime.jsx("div",{className:o(Gw({status:s,size:a})),children:s==="completed"?jsxRuntime.jsx(lucideReact.Check,{className:a==="sm"?"h-3 w-3":a==="lg"?"h-5 w-5":"h-4 w-4"}):i||l}),(r||n)&&jsxRuntime.jsxs("div",{className:"flex flex-col",children:[r&&jsxRuntime.jsx("span",{className:o("font-medium",a==="sm"&&"text-sm",a==="lg"&&"text-lg",s==="upcoming"&&"text-muted-foreground"),children:r}),n&&jsxRuntime.jsx("span",{className:o("text-muted-foreground",a==="sm"&&"text-xs",a==="md"&&"text-sm",a==="lg"&&"text-base"),children:n})]})]})}),!d&&jsxRuntime.jsx("div",{className:o(Ww({orientation:t,status:s==="completed"?"completed":"upcoming"}),t==="vertical"&&"my-2")})]}));lf.displayName="Step";function jw({className:e,data:t,columns:a,selectable:r=false,selectedKeys:n,onSelectionChange:i,getRowKey:s=(x,P)=>String(P),sortable:l=false,sortState:d,onSortChange:m,paginated:p=false,pageSizeOptions:c=[10,20,50],paginationState:f,onPaginationChange:u,emptyContent:v="No data",loading:R=false,striped:g=false,hoverable:h=true,...w},b){let[x,P]=K__namespace.useState(new Set),[y,C]=K__namespace.useState({columnId:null,direction:null}),[k,T]=K__namespace.useState({pageIndex:0,pageSize:c[0]||10}),N=n??x,S=d??y,M=f??k,L=A=>{i?i(A):P(A);},E=A=>{m?m(A):C(A);},V=A=>{u?u(A):T(A);},D=K__namespace.useMemo(()=>{if(!S.columnId||!S.direction)return t;let A=a.find(B=>B.id===S.columnId);return A?[...t].sort((B,te)=>{let F=A.accessor(B),oe=A.accessor(te);if(F===oe)return 0;if(F==null)return 1;if(oe==null)return -1;let ee=String(F).localeCompare(String(oe),void 0,{numeric:true});return S.direction==="asc"?ee:-ee}):t},[t,S,a]),I=K__namespace.useMemo(()=>{if(!p)return D;let A=M.pageIndex*M.pageSize;return D.slice(A,A+M.pageSize)},[D,p,M]),z=Math.ceil(D.length/M.pageSize),W=A=>{if(A){let B=new Set(I.map((te,F)=>s(te,F)));L(B);}else L(new Set);},H=(A,B)=>{let te=new Set(N);B?te.add(A):te.delete(A),L(te);},j=I.length>0&&I.every((A,B)=>N.has(s(A,B))),$=I.some((A,B)=>N.has(s(A,B))),Ve=A=>{if(!a.find(F=>F.id===A)?.sortable&&!l)return;let te="asc";S.columnId===A&&(S.direction==="asc"?te="desc":S.direction==="desc"&&(te=null)),E({columnId:te?A:null,direction:te});},ve=A=>S.columnId!==A?jsxRuntime.jsx(lucideReact.ChevronsUpDown,{className:"h-4 w-4 text-muted-foreground/50"}):S.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:b,className:o("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:[r&&jsxRuntime.jsx("th",{className:"h-12 w-12 px-4",children:jsxRuntime.jsx(Co,{checked:j?true:$?"indeterminate":false,onCheckedChange:W,"aria-label":"Select all"})}),a.map(A=>{let B=A.sortable??l;return jsxRuntime.jsx("th",{className:o("h-12 px-4 text-left align-middle font-medium text-muted-foreground",B&&"cursor-pointer select-none hover:text-foreground"),style:{width:A.width},onClick:()=>B&&Ve(A.id),children:jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[A.header,B&&ve(A.id)]})},A.id)})]})}),jsxRuntime.jsx("tbody",{className:"[&_tr:last-child]:border-0",children:R?jsxRuntime.jsx("tr",{children:jsxRuntime.jsx("td",{colSpan:a.length+(r?1:0),className:"h-24 text-center text-muted-foreground",children:"Loading..."})}):I.length===0?jsxRuntime.jsx("tr",{children:jsxRuntime.jsx("td",{colSpan:a.length+(r?1:0),className:"h-24 text-center text-muted-foreground",children:v})}):I.map((A,B)=>{let te=s(A,B),F=N.has(te);return jsxRuntime.jsxs("tr",{className:o("border-b transition-colors",h&&"hover:bg-muted/50",g&&B%2===1&&"bg-muted/30",F&&"bg-muted"),"data-state":F?"selected":void 0,children:[r&&jsxRuntime.jsx("td",{className:"w-12 px-4",children:jsxRuntime.jsx(Co,{checked:F,onCheckedChange:oe=>H(te,!!oe),"aria-label":`Select row ${B+1}`})}),a.map(oe=>jsxRuntime.jsx("td",{className:"p-4 align-middle",children:oe.cell?oe.cell(A,B):oe.accessor(A)},oe.id))]},te)})})]})}),p&&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:M.pageSize,onChange:A=>V({pageIndex:0,pageSize:Number(A.target.value)}),className:"h-8 rounded-md border bg-transparent px-2",children:c.map(A=>jsxRuntime.jsx("option",{value:A,children:A},A))})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsxs("span",{className:"text-sm text-muted-foreground",children:["Page ",M.pageIndex+1," of ",z||1]}),jsxRuntime.jsxs("div",{className:"flex gap-1",children:[jsxRuntime.jsx("button",{onClick:()=>V({...M,pageIndex:M.pageIndex-1}),disabled:M.pageIndex===0,className:"inline-flex h-8 w-8 items-center justify-center rounded-md border bg-transparent hover:bg-muted disabled:opacity-50 disabled:pointer-events-none","aria-label":"Previous page",children:jsxRuntime.jsx(lucideReact.ChevronLeft,{className:"h-4 w-4"})}),jsxRuntime.jsx("button",{onClick:()=>V({...M,pageIndex:M.pageIndex+1}),disabled:M.pageIndex>=z-1,className:"inline-flex h-8 w-8 items-center justify-center rounded-md border bg-transparent hover:bg-muted disabled:opacity-50 disabled:pointer-events-none","aria-label":"Next page",children:jsxRuntime.jsx(lucideReact.ChevronRight,{className:"h-4 w-4"})})]})]})]})]})}var Xw=K__namespace.forwardRef(jw);var cf=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"}}),mf=K__namespace.forwardRef(({className:e,size:t,data:a,defaultExpandedIds:r=[],expandedIds:n,onExpandedChange:i,selectedId:s,onSelect:l,showIcons:d=true,leafIcon:m=jsxRuntime.jsx(lucideReact.File,{className:"h-4 w-4"}),folderIcon:p=jsxRuntime.jsx(lucideReact.Folder,{className:"h-4 w-4"}),folderOpenIcon:c=jsxRuntime.jsx(lucideReact.FolderOpen,{className:"h-4 w-4"}),defaultExpandAll:f=false,...u},v)=>{let R=K__namespace.useCallback(y=>y.reduce((C,k)=>k.children?.length?[...C,k.id,...R(k.children)]:C,[]),[]),[g,h]=K__namespace.useState(()=>f?R(a):r),w=n??g,b=y=>{i?i(y):h(y);},x=y=>{w.includes(y)?b(w.filter(C=>C!==y)):b([...w,y]);},P=(y,C=0)=>{let k=y.children&&y.children.length>0,T=w.includes(y.id),N=s===y.id,S=()=>{y.disabled||l?.(y);},M=E=>{E.stopPropagation(),k&&x(y.id);},L=()=>y.icon?y.icon:k?T?c:p:m;return jsxRuntime.jsxs("div",{role:"treeitem","aria-expanded":k?T:void 0,children:[jsxRuntime.jsxs("div",{className:o("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",y.disabled&&"opacity-50 cursor-not-allowed"),style:{paddingLeft:`calc(${C} * var(--tree-indent) + 8px)`},onClick:S,children:[jsxRuntime.jsx("button",{type:"button",className:o("flex h-5 w-5 items-center justify-center rounded hover:bg-muted",!k&&"invisible"),onClick:M,tabIndex:-1,"aria-label":T?"Collapse":"Expand",children:T?jsxRuntime.jsx(lucideReact.ChevronDown,{className:"h-4 w-4"}):jsxRuntime.jsx(lucideReact.ChevronRight,{className:"h-4 w-4"})}),d&&jsxRuntime.jsx("span",{className:"flex-shrink-0 text-muted-foreground",children:L()}),jsxRuntime.jsx("span",{className:"truncate",children:y.name})]}),k&&T&&jsxRuntime.jsx("div",{role:"group",children:y.children.map(E=>P(E,C+1))})]},y.id)};return jsxRuntime.jsx("div",{ref:v,role:"tree",className:o(cf({size:t,className:e})),...u,children:a.map(y=>P(y))})});mf.displayName="TreeView";var pf=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}}),iN=({text:e,query:t})=>{if(!t)return jsxRuntime.jsx(jsxRuntime.Fragment,{children:e});let a=new RegExp(`(${t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")})`,"gi"),r=e.split(a);return jsxRuntime.jsx(jsxRuntime.Fragment,{children:r.map((n,i)=>a.test(n)?jsxRuntime.jsx("mark",{className:"bg-primary/20 text-foreground rounded-sm",children:n},i):jsxRuntime.jsx("span",{children:n},i))})},sN=(e,t)=>{let[a,r]=K__namespace.useState(e);return K__namespace.useEffect(()=>{let n=setTimeout(()=>{r(e);},t);return ()=>{clearTimeout(n);}},[e,t]),a},ff=K__namespace.forwardRef(({className:e,size:t,value:a,defaultValue:r="",onChange:n,onSelect:i,options:s=[],loadOptions:l,debounceMs:d=300,minChars:m=0,placeholder:p="Type to search...",emptyText:c="No results found.",loadingText:f="Loading...",clearable:u=false,freeSolo:v=true,maxHeight:R=200,highlightMatch:g=true,fullWidth:h=false,disabled:w,...b},x)=>{let[P,y]=K__namespace.useState(false),[C,k]=K__namespace.useState(r),[T,N]=K__namespace.useState([]),[S,M]=K__namespace.useState(false),[L,E]=K__namespace.useState(false),V=K__namespace.useRef(null),D=a!==void 0?a:C,I=sN(D,d);K__namespace.useImperativeHandle(x,()=>V.current);let z=l?T:s,W=K__namespace.useMemo(()=>l?z:z.filter(ee=>ee.label.toLowerCase().includes(D.toLowerCase())),[z,D,l]);K__namespace.useEffect(()=>{if(!l)return;if(I.length<m){N([]);return}let ee=false;return (async()=>{M(true);try{let at=await l(I);ee||N(at);}catch{ee||N([]);}finally{ee||M(false);}})(),()=>{ee=true;}},[I,l,m]);let H=ee=>{a===void 0&&k(ee),n?.(ee);},j=ee=>{let tt=ee.target.value;H(tt),tt.length>=m&&y(true);},$=ee=>{H(ee.label),i?.(ee),y(false);},Ve=()=>{H(""),V.current?.focus();},ve=()=>{E(true),D.length>=m&&(W.length>0||S)&&y(true);},A=()=>{E(false);},B=ee=>{ee.key==="Escape"&&y(false),ee.key==="ArrowDown"&&!P&&W.length>0&&y(true);},te=P&&D.length>=m,F=t==="sm"?"h-3 w-3":t==="lg"?"h-5 w-5":"h-4 w-4",oe=u&&D?"pr-8":"pr-3";return jsxRuntime.jsxs(Ne,{open:te,onOpenChange:y,children:[jsxRuntime.jsx(ps,{asChild:true,children:jsxRuntime.jsxs("div",{className:o("relative",h?"w-full":"w-fit"),children:[jsxRuntime.jsx("input",{ref:V,type:"text",value:D,onChange:j,onFocus:ve,onBlur:A,onKeyDown:B,disabled:w,placeholder:p,className:o(pf({size:t,fullWidth:h}),oe,e),style:{borderColor:L?"var(--color-foreground)":void 0},role:"combobox","aria-expanded":te,"aria-autocomplete":"list","aria-controls":"autocomplete-list",...b}),u&&D&&!w&&jsxRuntime.jsx("button",{type:"button",onClick:Ve,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:F})})]})}),jsxRuntime.jsx(xe,{className:"w-[--radix-popover-trigger-width] p-0",align:"start",onOpenAutoFocus:ee=>ee.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:R},children:S?jsxRuntime.jsxs("div",{className:"flex items-center justify-center gap-2 py-6 text-sm text-muted-foreground",children:[jsxRuntime.jsx(lucideReact.Loader2,{className:o(F,"animate-spin")}),f]}):W.length===0?jsxRuntime.jsx("div",{className:"py-6 text-center text-sm text-muted-foreground",children:c}):W.map(ee=>jsxRuntime.jsxs(cmdk.Command.Item,{value:ee.value,disabled:ee.disabled,onSelect:()=>$(ee),className:o("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:o("mr-2 h-4 w-4 shrink-0",D===ee.label?"opacity-100":"opacity-0")}),jsxRuntime.jsx("span",{className:"flex-1",children:g?jsxRuntime.jsx(iN,{text:ee.label,query:D}):ee.label})]},ee.value))})})})]})});ff.displayName="Autocomplete";var Ys=K__namespace.createContext(null),Us=K__namespace.createContext(null),js=()=>{let e=K__namespace.useContext(Ys);if(!e)throw new Error("useFormContext must be used within a Form");return e},ti=()=>{let e=K__namespace.useContext(Us);if(!e)throw new Error("useFieldContext must be used within a FormField");return e},lN={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:a=>typeof a=="string"&&a.length>=e,message:t??`Must be at least ${e} characters`}),maxLength:(e,t)=>({validate:a=>typeof a=="string"&&a.length<=e,message:t??`Must be at most ${e} characters`}),min:(e,t)=>({validate:a=>typeof a=="number"&&a>=e,message:t??`Must be at least ${e}`}),max:(e,t)=>({validate:a=>typeof a=="number"&&a<=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:a=>typeof a=="string"&&e.test(a),message:t}),custom:(e,t)=>({validate:e,message:t})},gf=K__namespace.forwardRef(({defaultValues:e={},onSubmit:t,onError:a,validateOnBlur:r=true,validateOnChange:n=false,children:i,className:s,...l},d)=>{let[m,p]=K__namespace.useState(e),[c,f]=K__namespace.useState({}),[u,v]=K__namespace.useState({}),[R,g]=K__namespace.useState({}),[h,w]=K__namespace.useState(false),b=K__namespace.useRef(new Map),x=K__namespace.useCallback((V,D)=>{b.current.set(V,D);},[]),P=K__namespace.useCallback(V=>{b.current.delete(V);},[]),y=K__namespace.useCallback(V=>{let D=b.current.get(V)||[],I=m[V];for(let z of D)if(!z.validate(I))return f(W=>({...W,[V]:z.message})),false;return f(z=>({...z,[V]:null})),true},[m]),C=K__namespace.useCallback(()=>{let V=true,D={};return b.current.forEach((I,z)=>{let W=m[z];for(let H of I)if(!H.validate(W)){D[z]=H.message,V=false;break}D[z]||(D[z]=null);}),f(D),V},[m]),k=K__namespace.useCallback((V,D)=>{p(I=>({...I,[V]:D})),g(I=>({...I,[V]:true})),n&&setTimeout(()=>{y(V);},0);},[n,y]),T=K__namespace.useCallback((V,D)=>{f(I=>({...I,[V]:D}));},[]),N=K__namespace.useCallback((V,D)=>{v(I=>({...I,[V]:D})),D&&r&&y(V);},[r,y]),S=K__namespace.useCallback(V=>({value:m[V],error:c[V]??null,touched:u[V]??false,dirty:R[V]??false}),[m,c,u,R]),M=K__namespace.useCallback(()=>{p(e),f({}),v({}),g({});},[e]),L=async V=>{V.preventDefault();let D={};if(b.current.forEach((z,W)=>{D[W]=true;}),v(D),!C()){a?.(c);return}if(t){w(true);try{await t(m);}finally{w(false);}}},E={values:m,errors:c,touched:u,dirty:R,isSubmitting:h,setValue:k,setError:T,setTouched:N,validateField:y,validateAll:C,registerField:x,unregisterField:P,getFieldState:S,reset:M};return jsxRuntime.jsx(Ys.Provider,{value:E,children:jsxRuntime.jsx("form",{ref:d,onSubmit:L,className:o("space-y-4",s),...l,children:i})})});gf.displayName="Form";var bf=({name:e,rules:t=[],defaultValue:a,children:r})=>{let n=js(),i=K__namespace.useId();K__namespace.useEffect(()=>(n.registerField(e,t),a!==void 0&&n.values[e]===void 0&&n.setValue(e,a),()=>{n.unregisterField(e);}),[e,t,a,n]);let s=n.getFieldState(e),l={name:e,id:`${i}-${e}`,value:s.value,error:s.error,touched:s.touched,dirty:s.dirty};return jsxRuntime.jsx(Us.Provider,{value:l,children:r})};bf.displayName="FormField";var vf=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,className:o("space-y-1.5",e),...t}));vf.displayName="FormItem";var hf=K__namespace.forwardRef(({className:e,required:t,children:a,...r},n)=>{let{id:i,error:s,touched:l}=ti();return jsxRuntime.jsxs(er,{ref:n,htmlFor:i,className:o(s&&l&&"text-danger",e),...r,children:[a,t&&jsxRuntime.jsx("span",{className:"ml-1 text-danger",children:"*"})]})});hf.displayName="FormLabel";var xf=({children:e})=>{let{name:t,id:a,error:r,touched:n}=ti(),i=js(),s=i.getFieldState(t),l=m=>{let p=m.target,c=p.type==="checkbox"?p.checked:p.value;i.setValue(t,c);},d=()=>{i.setTouched(t,true);};return K__namespace.cloneElement(e,{id:a,name:t,value:s.value??"",onChange:l,onBlur:d,"aria-invalid":r&&n?"true":void 0,"aria-describedby":r&&n?`${a}-error`:void 0})};xf.displayName="FormControl";var yf=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("p",{ref:a,className:o("text-xs text-muted-foreground",e),...t}));yf.displayName="FormDescription";var Rf=K__namespace.forwardRef(({className:e,message:t,...a},r)=>{let{id:n,error:i,touched:s}=ti(),l=t??(s?i:null);return l?jsxRuntime.jsx("p",{ref:r,id:`${n}-error`,className:o("text-xs text-danger",e),role:"alert",...a,children:l}):null});Rf.displayName="FormMessage";var Nf=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"}}),Pf=K__namespace.forwardRef(({className:e,size:t,name:a,description:r,avatarUrl:n,avatarFallback:i,trailing:s,...l},d)=>{let m=i||a.split(" ").map(p=>p[0]).join("").toUpperCase().slice(0,2);return jsxRuntime.jsxs("div",{ref:d,className:o(Nf({size:t,className:e})),...l,children:[jsxRuntime.jsxs(tr,{"data-user-avatar":true,children:[n&&jsxRuntime.jsx(Ir,{src:n,alt:a}),jsxRuntime.jsx(ar,{children:m})]}),jsxRuntime.jsxs("div",{className:"flex flex-col min-w-0",children:[jsxRuntime.jsx("span",{className:"text-sm font-medium leading-none truncate",children:a}),r&&jsxRuntime.jsx("span",{className:"text-sm text-muted-foreground truncate",children:r})]}),s&&jsxRuntime.jsx("div",{className:"ml-auto flex-shrink-0",children:s})]})});Pf.displayName="User";var Sf=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"}}),Tf=K__namespace.forwardRef(({className:e,variant:t,size:a,...r},n)=>jsxRuntime.jsx("code",{ref:n,className:o(Sf({variant:t,size:a,className:e})),...r}));Tf.displayName="Code";var Mf=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"}}),kf=K__namespace.forwardRef(({className:e,variant:t,size:a,code:r,copyable:n=true,copyLabel:i="Copy",onCopy:s,symbol:l="$",hideSymbol:d=false,...m},p)=>{let[c,f]=K__namespace.useState(false),u=async()=>{try{await navigator.clipboard.writeText(r),f(!0),s?.(),setTimeout(()=>f(!1),2e3);}catch(v){console.error("Failed to copy:",v);}};return jsxRuntime.jsxs("div",{ref:p,className:o(Mf({variant:t,size:a,className:e})),...m,children:[!d&&jsxRuntime.jsx("span",{className:"text-muted-foreground select-none",children:l}),jsxRuntime.jsx("code",{className:"flex-1 truncate",children:r}),n&&jsxRuntime.jsx("button",{type:"button",onClick:u,className:o("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":c?"Copied":i,children:c?jsxRuntime.jsx(lucideReact.Check,{className:"h-4 w-4 text-green-500"}):jsxRuntime.jsx(lucideReact.Copy,{className:"h-4 w-4 text-muted-foreground"})})]})});kf.displayName="Snippet";var Zs=classVarianceAuthority.cva("overflow-hidden",{variants:{radius:{none:"rounded-none",sm:"rounded-sm",md:"rounded-md",lg:"rounded-lg",full:"rounded-full"}},defaultVariants:{radius:"md"}}),Df=K__namespace.forwardRef(({className:e,radius:t,src:a,alt:r,fallback:n,showSkeleton:i=true,onLoad:s,onError:l,fit:d="cover",aspectRatio:m,style:p,...c},f)=>{let[u,v]=K__namespace.useState("loading");K__namespace.useEffect(()=>{a&&v("loading");},[a]);let R=()=>{v("loaded"),s?.();},g=()=>{v("error"),l?.();},h={contain:"object-contain",cover:"object-cover",fill:"object-fill",none:"object-none","scale-down":"object-scale-down"}[d];return u==="error"&&n?jsxRuntime.jsx("div",{className:o(Zs({radius:t}),"flex items-center justify-center bg-muted",e),style:{aspectRatio:m,...p},children:n}):jsxRuntime.jsxs("div",{className:o(Zs({radius:t}),"relative",e),style:{aspectRatio:m,...p},children:[u==="loading"&&i&&jsxRuntime.jsx(Nn,{className:"absolute inset-0 h-full w-full"}),jsxRuntime.jsx("img",{ref:f,src:a,alt:r,onLoad:R,onError:g,className:o("h-full w-full transition-opacity duration-300",h,u==="loading"?"opacity-0":"opacity-100"),...c})]})});Df.displayName="Image";var If=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"}}),Ef=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"}}),Hf=K__namespace.createContext({value:"",onValueChange:()=>{},multiple:false,size:"md"}),Af=K__namespace.forwardRef(({className:e,size:t="md",value:a,defaultValue:r="",onValueChange:n,multiple:i=false,children:s,...l},d)=>{let[m,p]=K__namespace.useState(r),c=a??m,f=u=>{let v;if(i){let R=Array.isArray(c)?c:[c].filter(Boolean);R.includes(u)?v=R.filter(g=>g!==u):v=[...R,u];}else v=u;n?n(v):p(v);};return jsxRuntime.jsx(Hf.Provider,{value:{value:c,onValueChange:f,multiple:i,size:t??"md"},children:jsxRuntime.jsx("div",{ref:d,role:"listbox","aria-multiselectable":i,className:o(If({size:t,className:e})),...l,children:s})})});Af.displayName="Listbox";var zf=K__namespace.forwardRef(({className:e,value:t,disabled:a,icon:r,description:n,children:i,...s},l)=>{let{value:d,onValueChange:m,multiple:p,size:c}=K__namespace.useContext(Hf),f=p?Array.isArray(d)&&d.includes(t):d===t,u=()=>{a||m(t);},v=R=>{(R.key==="Enter"||R.key===" ")&&!a&&(R.preventDefault(),m(t));};return jsxRuntime.jsxs("div",{ref:l,role:"option","aria-selected":f,"data-disabled":a?"":void 0,tabIndex:a?-1:0,className:o(Ef({size:c}),f&&"bg-accent text-accent-foreground",e),onClick:u,onKeyDown:v,...s,children:[r&&jsxRuntime.jsx("span",{className:"mr-2 flex-shrink-0",children:r}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("div",{className:"truncate",children:i}),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"})]})});zf.displayName="ListboxItem";var Ff=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"}}),Of=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 RN({className:e,variant:t,size:a,items:r,onReorder:n,renderItem:i,showHandle:s=true,disabled:l=false,...d},m){let[p,c]=K__namespace.useState(null),[f,u]=K__namespace.useState(null),v=(b,x)=>{l||(c(x),b.dataTransfer.effectAllowed="move",b.dataTransfer.setData("text/plain",String(x)));},R=(b,x)=>{b.preventDefault(),!(l||p===null||p===x)&&u(x);},g=()=>{u(null);},h=(b,x)=>{if(b.preventDefault(),l||p===null||p===x){c(null),u(null);return}let P=[...r],[y]=P.splice(p,1);P.splice(x,0,y),n?.(P),c(null),u(null);},w=()=>{c(null),u(null);};return jsxRuntime.jsx("div",{ref:m,className:o(Ff({variant:t,size:a,className:e})),...d,children:r.map((b,x)=>jsxRuntime.jsxs("div",{draggable:!l,onDragStart:P=>v(P,x),onDragOver:P=>R(P,x),onDragLeave:g,onDrop:P=>h(P,x),onDragEnd:w,className:o(Of({variant:t,size:a,isDragging:p===x,isDragOver:f===x}),!l&&"cursor-move"),children:[s&&jsxRuntime.jsx("div",{className:o("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:i(b,x)})]},b.id))})}var wN=K__namespace.forwardRef(RN);var $f=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}}),SN={sm:"h-4 w-4",md:"h-6 w-6",lg:"h-8 w-8"},_f=K__namespace.forwardRef(({className:e,variant:t,loading:a=true,size:r="md",spinner:n,text:i,children:s,...l},d)=>jsxRuntime.jsxs("div",{ref:d,className:o("relative",e),...l,children:[s,jsxRuntime.jsx("div",{className:o($f({variant:t,visible:a})),"aria-hidden":!a,children:jsxRuntime.jsxs("div",{className:"flex flex-col items-center gap-2",children:[n||jsxRuntime.jsx(lucideReact.Loader2,{className:o(SN[r],"animate-spin text-primary")}),i&&jsxRuntime.jsx("span",{className:"text-sm text-muted-foreground",children:i})]})})]}));_f.displayName="LoadingOverlay";var Kf=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"}}),Yf=K__namespace.forwardRef(({className:e,color:t,isLoading:a=false,progress:r,showSpinner:n=false,...i},s)=>{let[l,d]=K__namespace.useState(0),[m,p]=K__namespace.useState(false),c=K__namespace.useRef(null);return K__namespace.useEffect(()=>{if(r!==void 0){d(r),p(r>0&&r<100);return}return a?(p(true),d(10),c.current=setInterval(()=>{d(f=>{if(f>=90)return f;let u=Math.random()*10;return Math.min(f+u,90)});},500)):l>0&&(d(100),setTimeout(()=>{p(false),d(0);},200)),()=>{c.current&&clearInterval(c.current);}},[a,r]),!m&&r===void 0||r!==void 0&&(r<=0||r>=100)?null:jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{ref:s,className:o(Kf({color:t,className:e})),style:{width:`${l}%`},role:"progressbar","aria-valuenow":l,"aria-valuemin":0,"aria-valuemax":100,...i,children:jsxRuntime.jsx("div",{className:"absolute right-0 h-full w-24 -translate-y-1 rotate-3 bg-inherit opacity-50 blur-sm"})}),n&&m&&jsxRuntime.jsx("div",{className:"fixed top-4 right-4 z-[9999]",children:jsxRuntime.jsx("div",{className:o("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")})})]})});Yf.displayName="NProgress";var qf=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}}),Uf={sm:"h-4 w-4",md:"h-6 w-6",lg:"h-8 w-8"},VN={sm:"h-1.5 w-1.5",md:"h-2 w-2",lg:"h-3 w-3"},Zf=K__namespace.forwardRef(({className:e,variant:t="spinner",size:a="md",fullScreen:r,text:n,color:i="primary",...s},l)=>{let d={primary:"text-primary",secondary:"text-secondary",muted:"text-muted-foreground"}[i],m=()=>{switch(t){case "dots":return jsxRuntime.jsx("div",{className:"flex items-center gap-1",children:[0,1,2].map(p=>jsxRuntime.jsx("div",{className:o(VN[a||"md"],"animate-bounce rounded-full bg-current",d),style:{animationDelay:`${p*.15}s`}},p))});case "pulse":return jsxRuntime.jsx("div",{className:o(Uf[a||"md"],"animate-pulse rounded-full bg-current",d)});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:o(Uf[a||"md"],"animate-spin",d)})}};return jsxRuntime.jsx("div",{ref:l,className:o(qf({variant:t,size:a,fullScreen:r,className:e})),role:"status","aria-label":n||"Loading",...s,children:jsxRuntime.jsxs("div",{className:"flex flex-col items-center gap-2",children:[m(),n&&jsxRuntime.jsx("span",{className:o("text-sm",d),children:n})]})})});Zf.displayName="Loading";var el=class extends K__namespace.Component{constructor(t){super(t),this.state={hasError:false,error:null};}static getDerivedStateFromError(t){return {hasError:true,error:t}}componentDidCatch(t,a){this.props.onError?.(t,a);}componentDidUpdate(t){this.state.hasError&&this.props.resetKeys&&this.props.resetKeys.some((r,n)=>r!==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(tl,{error:this.state.error,onReset:this.reset}):this.props.children}},tl=K__namespace.forwardRef(({error:e,onReset:t,className:a},r)=>jsxRuntime.jsxs("div",{ref:r,className:o("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",a),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"]})]}));tl.displayName="DefaultErrorFallback";var HN=el;var Qf=K__namespace.forwardRef(({value:e,defaultValue:t,onValueChange:a,placeholder:r="Pick a date range",dateFormat:n="LLL dd, y",disabled:i=false,minDate:s,maxDate:l,numberOfMonths:d=2,className:m,align:p="start"},c)=>{let[f,u]=K__namespace.useState(false),[v,R]=K__namespace.useState(t),g=e!==void 0,h=g?e:v,w=x=>{g||R(x),a?.(x);},b=x=>{if(!x)return r;let{from:P,to:y}=x;return P&&y?`${dateFns.format(P,n)} - ${dateFns.format(y,n)}`:P?dateFns.format(P,n):r};return jsxRuntime.jsxs(Ne,{open:f,onOpenChange:u,children:[jsxRuntime.jsx(Se,{asChild:true,children:jsxRuntime.jsxs(G,{ref:c,variant:"bordered",disabled:i,className:o("w-full justify-start text-left font-normal",!h?.from&&"text-muted-foreground",m),children:[jsxRuntime.jsx(lucideReact.Calendar,{className:"mr-2 h-4 w-4"}),b(h)]})}),jsxRuntime.jsx(xe,{className:"w-auto p-0",align:p,children:jsxRuntime.jsx(Fr,{mode:"range",defaultMonth:h?.from,selected:h,onSelect:w,numberOfMonths:d,disabled:x=>!!(s&&x<s||l&&x>l),initialFocus:true})})]})});Qf.displayName="DateRangePicker";var to=e=>String(e).padStart(2,"0"),eg=K__namespace.forwardRef(({value:e,onValueChange:t,placeholder:a="Pick a time",use24Hour:r=true,minuteStep:n=1,disabled:i=false,className:s},l)=>{let[d,m]=K__namespace.useState(false),p=r?Array.from({length:24},(b,x)=>x):Array.from({length:12},(b,x)=>x+1),c=Array.from({length:Math.floor(60/n)},(b,x)=>x*n),f=b=>{if(!b)return a;if(r)return `${to(b.hours)}:${to(b.minutes)}`;let x=b.hours%12||12,P=b.hours>=12?"PM":"AM";return `${to(x)}:${to(b.minutes)} ${P}`},u=b=>{let x=e?.minutes??0,P=b;if(!r&&e){let y=e.hours>=12;y&&b!==12?P=b+12:!y&&b===12&&(P=0);}t?.({hours:P,minutes:x});},v=b=>{let x=e?.hours??0;t?.({hours:x,minutes:b});},R=b=>{if(!e)return;let x=e.hours;b==="AM"&&e.hours>=12?x=e.hours-12:b==="PM"&&e.hours<12&&(x=e.hours+12),t?.({hours:x,minutes:e.minutes});},g=()=>{let b=new Date;t?.({hours:b.getHours(),minutes:b.getMinutes()});},h=e?e.hours>=12?"PM":"AM":void 0,w=e?r?e.hours:e.hours%12||12:void 0;return jsxRuntime.jsxs(Ne,{open:d,onOpenChange:m,children:[jsxRuntime.jsx(Se,{asChild:true,children:jsxRuntime.jsxs(G,{ref:l,variant:"bordered",disabled:i,className:o("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(xe,{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(ze,{className:"h-[200px]",children:jsxRuntime.jsx("div",{className:"flex flex-col p-1",children:p.map(b=>jsxRuntime.jsx(G,{variant:w===b?"solid":"ghost",size:"sm",className:"h-8 w-12 justify-center",onClick:()=>u(b),children:to(b)},b))})})]}),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(ze,{className:"h-[200px]",children:jsxRuntime.jsx("div",{className:"flex flex-col p-1",children:c.map(b=>jsxRuntime.jsx(G,{variant:e?.minutes===b?"solid":"ghost",size:"sm",className:"h-8 w-12 justify-center",onClick:()=>v(b),children:to(b)},b))})})]}),!r&&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(G,{variant:h==="AM"?"solid":"ghost",size:"sm",className:"h-8 w-12",onClick:()=>R("AM"),children:"AM"}),jsxRuntime.jsx(G,{variant:h==="PM"?"solid":"ghost",size:"sm",className:"h-8 w-12",onClick:()=>R("PM"),children:"PM"})]})]})]}),jsxRuntime.jsxs("div",{className:"flex justify-between border-t p-2",children:[jsxRuntime.jsx(G,{variant:"ghost",size:"sm",onClick:g,children:"Now"}),jsxRuntime.jsx(G,{size:"sm",onClick:()=>m(false),children:"Done"})]})]})]})});eg.displayName="TimePicker";var tg=classVarianceAuthority.cva("overflow-auto",{variants:{variant:{default:"",bordered:"border rounded-lg",cards:""}},defaultVariants:{variant:"default"}});function FN({className:e,variant:t,items:a,itemHeight:r,height:n,overscan:i=3,renderItem:s,getItemKey:l,gap:d=0,onScrollChange:m,...p},c){let f=K__namespace.useRef(null),[u,v]=K__namespace.useState(0);K__namespace.useImperativeHandle(c,()=>f.current);let R=a.length*(r+d)-d,g=r+d,h=Math.max(0,Math.floor(u/g)-i),w=Math.ceil(n/g)+2*i,b=Math.min(a.length-1,h+w),x=y=>{let C=y.currentTarget.scrollTop;v(C),m?.(C);},P=K__namespace.useMemo(()=>{let y=[];for(let C=h;C<=b;C++)a[C]!==void 0&&y.push({item:a[C],index:C,style:{position:"absolute",top:C*g,left:0,right:0,height:r}});return y},[a,h,b,g,r]);return jsxRuntime.jsx("div",{ref:f,className:o(tg({variant:t,className:e})),style:{height:n,position:"relative"},onScroll:x,...p,children:jsxRuntime.jsx("div",{style:{height:R,position:"relative"},children:P.map(({item:y,index:C,style:k})=>jsxRuntime.jsx("div",{style:k,children:s(y,C)},l?l(y,C):C))})})}var ON=K__namespace.forwardRef(FN);var rg=classVarianceAuthority.cva("",{variants:{variant:{default:"",bordered:"border rounded-lg overflow-hidden"}},defaultVariants:{variant:"default"}}),ol=classVarianceAuthority.cva("flex items-center justify-center py-4",{variants:{size:{sm:"py-2",md:"py-4",lg:"py-6"}},defaultVariants:{size:"md"}}),og=K__namespace.forwardRef(({className:e,variant:t,size:a,children:r,onLoadMore:n,hasMore:i,isLoading:s=false,loader:l,threshold:d=100,rootMargin:m,useWindow:p=false,endMessage:c,...f},u)=>{let v=K__namespace.useRef(null),R=K__namespace.useRef(null),g=K__namespace.useRef(false);K__namespace.useImperativeHandle(u,()=>v.current),K__namespace.useEffect(()=>{let w=R.current;if(!w)return;let b=new IntersectionObserver(x=>{let[P]=x;P.isIntersecting&&i&&!s&&!g.current&&(g.current=true,Promise.resolve(n()).finally(()=>{g.current=false;}));},{root:p?null:v.current,rootMargin:m||`${d}px`,threshold:0});return b.observe(w),()=>{b.disconnect();}},[i,s,n,d,m,p]);let h=jsxRuntime.jsx("div",{className:o(ol({size:a})),children:jsxRuntime.jsx(lucideReact.Loader2,{className:"h-6 w-6 animate-spin text-muted-foreground"})});return jsxRuntime.jsxs("div",{ref:v,className:o(rg({variant:t,className:e})),...f,children:[r,jsxRuntime.jsx("div",{ref:R,className:"h-px w-full"}),s&&(l||h),!i&&!s&&c&&jsxRuntime.jsx("div",{className:o(ol({size:a}),"text-muted-foreground text-sm"),children:c})]})});og.displayName="InfiniteScroll";var Xo=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(ig__namespace.Root,{ref:a,className:o(e),...t}));Xo.displayName="VisuallyHidden";var _N={opaque:"bg-black/80",blur:"bg-black/50 backdrop-blur-sm",transparent:"bg-transparent"},KN={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"},lg=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"),il=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:{sm:"w-full max-w-sm",md:"w-full max-w-lg",lg:"w-full max-w-2xl",xl:"w-full max-w-4xl",full:"w-[calc(100vw-2rem)] h-[calc(100vh-2rem)] max-w-none"}},defaultVariants:{size:"md"}}),dg=K__namespace.forwardRef(({open:e,onOpenChange:t,trigger:a,title:r="Modal",header:n,children:i,footer:s,hideCloseButton:l=false,isDismissable:d=true,isKeyboardDismissDisabled:m=false,backdrop:p="opaque",placement:c="center",scrollBehavior:f="inside",size:u,className:v},R)=>jsxRuntime.jsxs(ne__namespace.Root,{open:e,onOpenChange:t,children:[a&&jsxRuntime.jsx(ne__namespace.Trigger,{asChild:true,children:a}),jsxRuntime.jsxs(ne__namespace.Portal,{children:[jsxRuntime.jsx(ne__namespace.Overlay,{className:o(lg(),_N[p],f==="outside"&&"overflow-y-auto flex items-start justify-center py-4"),children:f==="outside"?jsxRuntime.jsxs(ne__namespace.Content,{ref:R,className:o("relative z-50 grid gap-4 border bg-background p-6 shadow-lg sm:rounded-lg dark:border-0",u==="sm"&&"w-full max-w-sm",u==="md"&&"w-full max-w-lg",u==="lg"&&"w-full max-w-2xl",u==="xl"&&"w-full max-w-4xl",u==="full"&&"w-[calc(100vw-2rem)] min-h-[calc(100vh-2rem)]",!u&&"w-full max-w-lg",v),onEscapeKeyDown:m?g=>g.preventDefault():void 0,onPointerDownOutside:d?void 0:g=>g.preventDefault(),children:[jsxRuntime.jsx(Xo,{children:jsxRuntime.jsx(ne__namespace.Title,{children:r})}),n&&jsxRuntime.jsx("div",{className:"flex flex-col space-y-1.5 text-center sm:text-left",children:n}),i,s&&jsxRuntime.jsx("div",{className:"flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",children:s}),!l&&jsxRuntime.jsx(ne__namespace.Close,{asChild:true,children:jsxRuntime.jsxs(G,{variant:"light",size:"icon",radius:"full",className:"absolute right-2 top-2 h-8 w-8",children:[jsxRuntime.jsx(lucideReact.X,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Close"})]})})]}):null}),f==="inside"&&jsxRuntime.jsxs(ne__namespace.Content,{ref:R,className:o(il({size:u}),KN[c],"dark:border-0 max-h-[calc(100vh-2rem)] !flex !flex-col overflow-hidden gap-4",v),onEscapeKeyDown:m?g=>g.preventDefault():void 0,onPointerDownOutside:d?void 0:g=>g.preventDefault(),children:[jsxRuntime.jsx(Xo,{children:jsxRuntime.jsx(ne__namespace.Title,{children:r})}),n&&jsxRuntime.jsx("div",{className:"flex-shrink-0 flex flex-col space-y-1.5 text-center sm:text-left",children:n}),jsxRuntime.jsx(ze,{className:"flex-1 min-h-0 -mx-6 px-6",children:i}),s&&jsxRuntime.jsx("div",{className:"flex-shrink-0 flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",children:s}),!l&&jsxRuntime.jsx(ne__namespace.Close,{asChild:true,children:jsxRuntime.jsxs(G,{variant:"light",size:"icon",radius:"full",className:"absolute right-2 top-2 h-8 w-8",children:[jsxRuntime.jsx(lucideReact.X,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Close"})]})})]})]})]}));dg.displayName="Modal";var YN=ne__namespace.Root,UN=ne__namespace.Trigger,cg=ne__namespace.Portal,jN=ne__namespace.Close,sl=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(ne__namespace.Overlay,{ref:a,className:o(lg(),e),...t}));sl.displayName="ModalOverlay";var mg=K__namespace.forwardRef(({className:e,children:t,size:a,showCloseButton:r=true,...n},i)=>jsxRuntime.jsxs(cg,{children:[jsxRuntime.jsx(sl,{}),jsxRuntime.jsxs(ne__namespace.Content,{ref:i,className:o(il({size:a}),e),...n,children:[t,r&&jsxRuntime.jsx(ne__namespace.Close,{asChild:true,children:jsxRuntime.jsxs(G,{variant:"light",size:"icon",radius:"full",className:"absolute right-2 top-2 h-8 w-8",children:[jsxRuntime.jsx(lucideReact.X,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Close"})]})})]})]}));mg.displayName="ModalContent";var ug=({className:e,...t})=>jsxRuntime.jsx("div",{className:o("flex flex-col space-y-1.5 text-center sm:text-left",e),...t});ug.displayName="ModalHeader";var pg=({className:e,...t})=>jsxRuntime.jsx("div",{className:o("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",e),...t});pg.displayName="ModalFooter";var fg=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(ne__namespace.Title,{ref:a,className:o("text-lg font-semibold leading-none tracking-tight",e),...t}));fg.displayName="ModalTitle";var gg=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx(ne__namespace.Description,{ref:a,className:o("text-sm text-muted-foreground",e),...t}));gg.displayName="ModalDescription";var vg=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"}}),eP=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"}}),tP={default:lucideReact.HelpCircle,danger:lucideReact.XCircle,warning:lucideReact.AlertTriangle,success:lucideReact.CheckCircle,info:lucideReact.Info},ll=K__namespace.forwardRef(({open:e,onOpenChange:t,trigger:a,title:r,description:n,confirmText:i="Confirm",cancelText:s="Cancel",onConfirm:l,onCancel:d,showIcon:m=true,icon:p,variant:c="default",loading:f=false,disabled:u=false,className:v},R)=>{let[g,h]=K__namespace.useState(false),w=tP[c||"default"],b=async()=>{if(l){let y=l();if(y instanceof Promise){h(true);try{await y;}finally{h(false);}}}},x=()=>{d?.();},P=f||g;return jsxRuntime.jsxs(ke__namespace.Root,{open:e,onOpenChange:t,children:[a&&jsxRuntime.jsx(ke__namespace.Trigger,{asChild:true,children:a}),jsxRuntime.jsxs(ke__namespace.Portal,{children:[jsxRuntime.jsx(ke__namespace.Overlay,{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"}),jsxRuntime.jsxs(ke__namespace.Content,{ref:R,className:o("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",v),children:[jsxRuntime.jsxs("div",{className:"flex flex-col items-center gap-4 sm:flex-row sm:items-start",children:[m&&jsxRuntime.jsx("div",{className:o(vg({variant:c})),children:p||jsxRuntime.jsx(w,{className:"h-6 w-6"})}),jsxRuntime.jsxs("div",{className:"flex flex-col space-y-2 text-center sm:text-left",children:[jsxRuntime.jsx(ke__namespace.Title,{className:"text-lg font-semibold",children:r}),n&&jsxRuntime.jsx(ke__namespace.Description,{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(ke__namespace.Cancel,{className:o(Xt({variant:"bordered"})),onClick:x,disabled:P,children:s}),jsxRuntime.jsx(ke__namespace.Action,{className:o(Xt(),eP({variant:c}),P&&"opacity-50 cursor-not-allowed"),onClick:b,disabled:u||P,children:P?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..."]}):i})]})]})]})]})});ll.displayName="ConfirmDialog";function aP(){let[e,t]=K__namespace.useState({open:false,options:null,resolve:null}),a=K__namespace.useCallback(l=>new Promise(d=>{t({open:true,options:l,resolve:d});}),[]),r=K__namespace.useCallback(()=>{e.resolve?.(true),t({open:false,options:null,resolve:null});},[e.resolve]),n=K__namespace.useCallback(()=>{e.resolve?.(false),t({open:false,options:null,resolve:null});},[e.resolve]),i=K__namespace.useCallback(l=>{l||(e.resolve?.(false),t({open:false,options:null,resolve:null}));},[e.resolve]),s=K__namespace.useMemo(()=>e.options?jsxRuntime.jsx(ll,{open:e.open,onOpenChange:i,title:e.options.title,description:e.options.description,confirmText:e.options.confirmText,cancelText:e.options.cancelText,variant:e.options.variant,onConfirm:r,onCancel:n}):null,[e,r,n,i]);return {confirm:a,ConfirmDialog:s}}var uP=e=>e.map(t=>typeof t=="string"?{src:t}:t),cl=K__namespace.forwardRef(({images:e,open:t,onOpenChange:a,initialIndex:r=0,onIndexChange:n,trigger:i,showThumbnails:s=true,showZoom:l=true,showRotate:d=true,showDownload:m=true,showFullscreen:p=true,showNavigation:c=true,showCounter:f=true,closeOnBackdropClick:u=true,className:v},R)=>{let g=K__namespace.useMemo(()=>uP(e),[e]),[h,w]=K__namespace.useState(r),[b,x]=K__namespace.useState(1),[P,y]=K__namespace.useState(0),[C,k]=K__namespace.useState(false),[T,N]=K__namespace.useState(false),[S,M]=K__namespace.useState({x:0,y:0}),[L,E]=K__namespace.useState({x:0,y:0}),V=K__namespace.useRef(null),D=g[h];K__namespace.useEffect(()=>{w(r);},[r]),K__namespace.useEffect(()=>{n?.(h);},[h,n]),K__namespace.useEffect(()=>{x(1),y(0),M({x:0,y:0});},[h]);let I=K__namespace.useCallback(()=>{w(F=>F>0?F-1:g.length-1);},[g.length]),z=K__namespace.useCallback(()=>{w(F=>F<g.length-1?F+1:0);},[g.length]),W=()=>{x(F=>Math.min(F+.5,4));},H=()=>{x(F=>{let oe=Math.max(F-.5,.5);return oe===1&&M({x:0,y:0}),oe});},j=()=>{y(F=>(F+90)%360);},$=async()=>{if(D)try{let oe=await(await fetch(D.src)).blob(),ee=URL.createObjectURL(oe),tt=document.createElement("a");tt.href=ee,tt.download=D.alt||`image-${h+1}`,document.body.appendChild(tt),tt.click(),document.body.removeChild(tt),URL.revokeObjectURL(ee);}catch{window.open(D.src,"_blank");}},Ve=async()=>{if(V.current)if(C)try{await document.exitFullscreen(),k(!1);}catch{}else try{await V.current.requestFullscreen(),k(!0);}catch{}},ve=F=>{b>1&&(N(true),E({x:F.clientX-S.x,y:F.clientY-S.y}));},A=F=>{T&&b>1&&M({x:F.clientX-L.x,y:F.clientY-L.y});},B=()=>{N(false);},te=K__namespace.useCallback(F=>{switch(F.key){case "ArrowLeft":I();break;case "ArrowRight":z();break;case "Escape":a?.(false);break;case "+":case "=":W();break;case "-":H();break}},[I,z,a]);return K__namespace.useEffect(()=>{if(t)return window.addEventListener("keydown",te),()=>window.removeEventListener("keydown",te)},[t,te]),K__namespace.useEffect(()=>{let F=()=>{k(!!document.fullscreenElement);};return document.addEventListener("fullscreenchange",F),()=>document.removeEventListener("fullscreenchange",F)},[]),g.length===0?null:jsxRuntime.jsxs(ne__namespace.Root,{open:t,onOpenChange:a,children:[i&&jsxRuntime.jsx(ne__namespace.Trigger,{asChild:true,children:i}),jsxRuntime.jsxs(ne__namespace.Portal,{children:[jsxRuntime.jsx(ne__namespace.Overlay,{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",onClick:u?void 0:F=>F.stopPropagation()}),jsxRuntime.jsxs(ne__namespace.Content,{ref:R,className:o("fixed inset-0 z-50 flex flex-col outline-none",v),onPointerDownOutside:u?void 0:F=>F.preventDefault(),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:[h+1," / ",g.length]}),D?.title&&jsxRuntime.jsx("span",{className:"ml-4 text-sm font-medium",children:D.title})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-1",children:[l&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("button",{onClick:H,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(b*100),"%"]}),jsxRuntime.jsx("button",{onClick:W,className:"rounded-full p-2 hover:bg-white/10 transition-colors",title:"Zoom in",children:jsxRuntime.jsx(lucideReact.ZoomIn,{className:"h-5 w-5"})})]}),d&&jsxRuntime.jsx("button",{onClick:j,className:"rounded-full p-2 hover:bg-white/10 transition-colors",title:"Rotate",children:jsxRuntime.jsx(lucideReact.RotateCw,{className:"h-5 w-5"})}),m&&jsxRuntime.jsx("button",{onClick:$,className:"rounded-full p-2 hover:bg-white/10 transition-colors",title:"Download",children:jsxRuntime.jsx(lucideReact.Download,{className:"h-5 w-5"})}),p&&jsxRuntime.jsx("button",{onClick:Ve,className:"rounded-full p-2 hover:bg-white/10 transition-colors",title:C?"Exit fullscreen":"Fullscreen",children:C?jsxRuntime.jsx(lucideReact.Minimize2,{className:"h-5 w-5"}):jsxRuntime.jsx(lucideReact.Maximize2,{className:"h-5 w-5"})}),jsxRuntime.jsxs(ne__namespace.Close,{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:V,className:"relative flex-1 flex items-center justify-center overflow-hidden",onMouseDown:ve,onMouseMove:A,onMouseUp:B,onMouseLeave:B,children:[c&&g.length>1&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("button",{onClick:I,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:z,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:D?.src,alt:D?.alt||"",className:o("max-h-full max-w-full object-contain transition-transform duration-200",T?"cursor-grabbing":b>1?"cursor-grab":""),style:{transform:`translate(${S.x}px, ${S.y}px) scale(${b}) rotate(${P}deg)`},draggable:false})]}),D?.description&&jsxRuntime.jsx("div",{className:"p-4 text-center text-white text-sm",children:D.description}),s&&g.length>1&&jsxRuntime.jsx("div",{className:"flex justify-center gap-2 p-4 overflow-x-auto",children:g.map((F,oe)=>jsxRuntime.jsx("button",{onClick:()=>w(oe),className:o("h-16 w-16 flex-shrink-0 overflow-hidden rounded border-2 transition-all",h===oe?"border-white opacity-100":"border-transparent opacity-50 hover:opacity-75"),children:jsxRuntime.jsx("img",{src:F.src,alt:F.alt||`Thumbnail ${oe+1}`,className:"h-full w-full object-cover"})},oe))})]})]})]})});cl.displayName="ImageViewer";var hg=({children:e,images:t,index:a=0,className:r})=>{let[n,i]=K__namespace.useState(false);return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("button",{onClick:()=>i(true),className:o("cursor-zoom-in",r),children:e}),jsxRuntime.jsx(cl,{images:t,open:n,onOpenChange:i,initialIndex:a})]})};hg.displayName="ImageViewerTrigger";var Rg=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:{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-6 w-6",md:"h-8 w-8",lg:"h-10 w-10"}},defaultVariants:{variant:"default",size:"md"}}),wg=K__namespace.forwardRef(({className:e,variant:t,size:a,iconSize:r,...n},i)=>{let l=r??{sm:14,md:16,lg:20}[a??"md"];return jsxRuntime.jsx("button",{ref:i,type:"button",className:o(Rg({variant:t,size:a}),e),"aria-label":"Close",...n,children:jsxRuntime.jsx(lucideReact.X,{style:{width:l,height:l}})})});wg.displayName="CloseButton";var Pg=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"}}),Cg=K__namespace.forwardRef(({className:e,variant:t,size:a,color:r,radius:n,loading:i,disabled:s,children:l,...d},m)=>jsxRuntime.jsx("button",{ref:m,type:"button",className:o(Pg({variant:t,size:a,color:r,radius:n}),e),disabled:s||i,...d,children:i?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}));Cg.displayName="ActionIcon";var Mg=({children:e,container:t,disabled:a=false})=>{let[r,n]=K__namespace.useState(false);if(K__namespace.useEffect(()=>{n(true);},[]),a||!r)return jsxRuntime.jsx(jsxRuntime.Fragment,{children:e});let i=null;return typeof t=="string"?i=document.querySelector(t):t instanceof Element?i=t:i=document.body,i?reactDom.createPortal(e,i):jsxRuntime.jsx(jsxRuntime.Fragment,{children:e})};Mg.displayName="Portal";var kg=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}}),Dg=K__namespace.forwardRef(({className:e,color:t,size:a,position:r,ping:n,content:i,show:s=true,offset:l,style:d,...m},p)=>{if(!s)return null;let c=i!=null;return jsxRuntime.jsxs("span",{ref:p,className:o(kg({color:t,size:c?void 0:a,position:r,ping:n}),c&&"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:{...d,...l!==void 0&&{transform:`translate(${r?.includes("right")?l:-l}px, ${r?.includes("top")?-l:l}px)`}},...m,children:[n&&jsxRuntime.jsx("span",{className:o("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")}),i]})});Dg.displayName="Indicator";var Lg=K__namespace.forwardRef(({className:e,children:t,...a},r)=>jsxRuntime.jsx("div",{ref:r,className:o("relative inline-flex",e),...a,children:t}));Lg.displayName="IndicatorWrapper";var Ig=classVarianceAuthority.cva("relative overflow-auto",{variants:{orientation:{vertical:"",horizontal:"",both:""},size:{sm:"",md:"",lg:""}},defaultVariants:{orientation:"vertical",size:"md"}}),Eg=K__namespace.forwardRef(({className:e,orientation:t,size:a,hideScrollbar:r=false,shadowColor:n="rgba(0, 0, 0, 0.1)",children:i,...s},l)=>{let d=K__namespace.useRef(null),[m,p]=K__namespace.useState({top:false,bottom:false,left:false,right:false});K__namespace.useImperativeHandle(l,()=>d.current);let c=K__namespace.useCallback(()=>{let h=d.current;if(!h)return;let{scrollTop:w,scrollLeft:b,scrollHeight:x,scrollWidth:P,clientHeight:y,clientWidth:C}=h;p({top:w>0,bottom:w<x-y-1,left:b>0,right:b<P-C-1});},[]);K__namespace.useEffect(()=>{let h=d.current;if(h)return c(),h.addEventListener("scroll",c),window.addEventListener("resize",c),()=>{h.removeEventListener("scroll",c),window.removeEventListener("resize",c);}},[c]);let u={sm:"20px",md:"40px",lg:"60px"}[a??"md"],v=t==="vertical"||t==="both",R=t==="horizontal"||t==="both",g={maskImage:[v&&m.top&&`linear-gradient(to bottom, transparent, black ${u})`,v&&m.bottom&&`linear-gradient(to top, transparent, black ${u})`,R&&m.left&&`linear-gradient(to right, transparent, black ${u})`,R&&m.right&&`linear-gradient(to left, transparent, black ${u})`].filter(Boolean).join(", ")||void 0,maskComposite:"intersect",WebkitMaskComposite:"source-in"};return jsxRuntime.jsx("div",{ref:d,className:o(Ig({orientation:t,size:a}),r&&"scrollbar-hide [&::-webkit-scrollbar]:hidden [-ms-overflow-style:none] [scrollbar-width:none]",e),style:g,...s,children:i})});Eg.displayName="ScrollShadow";var Hg=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"}}),NP={cmd:"\u2318",command:"\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"},PP=e=>{let t=e.toLowerCase();return NP[t]||e.toUpperCase()},Ag=K__namespace.forwardRef(({className:e,variant:t,size:a,keys:r,children:n,...i},s)=>{let l=()=>r?(Array.isArray(r)?r:[r]).map((m,p)=>jsxRuntime.jsxs(K__namespace.Fragment,{children:[p>0&&jsxRuntime.jsx("span",{className:"mx-0.5 text-muted-foreground",children:"+"}),jsxRuntime.jsx("span",{children:PP(m)})]},p)):n;return jsxRuntime.jsx("kbd",{ref:s,className:o(Hg({variant:t,size:a}),e),...i,children:l()})});Ag.displayName="Kbd";var Bg=K__namespace.forwardRef(({className:e,size:t,axis:a="both",style:r,...n},i)=>{let s=typeof t=="number"?`${t}px`:t,l={...r,...t?{width:a==="vertical"?void 0:s,height:a==="horizontal"?void 0:s,minWidth:a==="vertical"?void 0:s,minHeight:a==="horizontal"?void 0:s,flexShrink:0}:{flex:"1 1 auto"}};return jsxRuntime.jsx("div",{ref:i,"aria-hidden":"true",className:o(e),style:l,...n})});Bg.displayName="Spacer";var Fg=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"}}),Og=K__namespace.forwardRef(({className:e,variant:t,size:a,value:r,successDuration:n=2e3,onCopySuccess:i,onCopyError:s,copyIcon:l,successIcon:d,...m},p)=>{let[c,f]=K__namespace.useState(false),u={sm:14,md:16,lg:20}[a??"md"],v=async()=>{try{await navigator.clipboard.writeText(r),f(!0),i?.(),setTimeout(()=>{f(!1);},n);}catch(R){s?.(R);}};return jsxRuntime.jsx("button",{ref:p,type:"button",className:o(Fg({variant:t,size:a}),e),onClick:v,"aria-label":c?"Copied":"Copy to clipboard",...m,children:c?d??jsxRuntime.jsx(lucideReact.Check,{className:"text-success",style:{width:u,height:u}}):l??jsxRuntime.jsx(lucideReact.Copy,{style:{width:u,height:u}})})});Og.displayName="CopyButton";var Wg=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"}}),IP=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],EP=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"];function HP(e,t,a){let r=new Date(e,t,1),n=new Date(e,t+1,0),i=[],s=r.getDay()-a;s<0&&(s+=7);for(let d=s-1;d>=0;d--)i.push(new Date(e,t,-d));for(let d=1;d<=n.getDate();d++)i.push(new Date(e,t,d));let l=42-i.length;for(let d=1;d<=l;d++)i.push(new Date(e,t+1,d));return i}function AP(e,t){let a=[],n=e.getDay()-t;n<0&&(n+=7);let i=new Date(e);i.setDate(e.getDate()-n);for(let s=0;s<7;s++){let l=new Date(i);l.setDate(i.getDate()+s),a.push(l);}return a}function pi(e,t){return e.getFullYear()===t.getFullYear()&&e.getMonth()===t.getMonth()&&e.getDate()===t.getDate()}function ui(e){return pi(e,new Date)}function Gg(e,t){return e.filter(a=>{let r=new Date(a.start),n=new Date(a.end);return pi(r,t)||pi(n,t)||r<t&&n>t})}var $g=K__namespace.forwardRef(({className:e,variant:t,size:a,events:r=[],view:n="month",onViewChange:i,date:s,onDateChange:l,onEventClick:d,onSlotClick:m,weekStartsOn:p=0,locale:c="en-US",...f},u)=>{let[v,R]=K__namespace.useState(new Date),g=s??v,h=N=>{l?l(N):R(N);},w=p===1?EP:IP,b=()=>{let N=new Date(g);n==="month"?N.setMonth(N.getMonth()-1):n==="week"?N.setDate(N.getDate()-7):N.setDate(N.getDate()-1),h(N);},x=()=>{let N=new Date(g);n==="month"?N.setMonth(N.getMonth()+1):n==="week"?N.setDate(N.getDate()+7):N.setDate(N.getDate()+1),h(N);},P=()=>{h(new Date);},y=()=>n==="day"?g.toLocaleDateString(c,{weekday:"long",year:"numeric",month:"long",day:"numeric"}):g.toLocaleDateString(c,{year:"numeric",month:"long"}),C=()=>{let N=HP(g.getFullYear(),g.getMonth(),p);return jsxRuntime.jsxs("div",{className:"flex-1 flex flex-col",children:[jsxRuntime.jsx("div",{className:"grid grid-cols-7 border-b",children:w.map(S=>jsxRuntime.jsx("div",{className:"p-2 text-center font-medium text-muted-foreground",children:S},S))}),jsxRuntime.jsx("div",{className:"flex-1 grid grid-cols-7 grid-rows-6",children:N.map((S,M)=>{let L=Gg(r,S),E=S.getMonth()===g.getMonth();return jsxRuntime.jsxs("div",{className:o("min-h-[80px] border-b border-r p-1 cursor-pointer hover:bg-accent/50 transition-colors",!E&&"bg-muted/30"),onClick:()=>m?.(S),children:[jsxRuntime.jsx("div",{className:o("flex items-center justify-center w-7 h-7 rounded-full text-sm mb-1",ui(S)&&"bg-primary text-primary-foreground",!E&&"text-muted-foreground"),children:S.getDate()}),jsxRuntime.jsxs("div",{className:"space-y-0.5",children:[L.slice(0,3).map(V=>jsxRuntime.jsx("div",{className:"text-xs px-1 py-0.5 rounded truncate cursor-pointer hover:opacity-80",style:{backgroundColor:V.color||"hsl(var(--primary))",color:"white"},onClick:D=>{D.stopPropagation(),d?.(V);},children:V.title},V.id)),L.length>3&&jsxRuntime.jsxs("div",{className:"text-xs text-muted-foreground px-1",children:["+",L.length-3," more"]})]})]},M)})})]})},k=()=>{let N=AP(g,p),S=Array.from({length:24},(M,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((M,L)=>jsxRuntime.jsxs("div",{className:o("p-2 text-center border-l",ui(M)&&"bg-primary/10"),children:[jsxRuntime.jsx("div",{className:"text-xs text-muted-foreground",children:w[L]}),jsxRuntime.jsx("div",{className:o("text-lg font-semibold",ui(M)&&"text-primary"),children:M.getDate()})]},L))]}),jsxRuntime.jsx("div",{className:"flex-1 overflow-auto",children:jsxRuntime.jsx("div",{className:"grid grid-cols-[60px_repeat(7,1fr)]",children:S.map(M=>jsxRuntime.jsxs(K__namespace.Fragment,{children:[jsxRuntime.jsxs("div",{className:"h-12 text-xs text-muted-foreground text-right pr-2 pt-0 border-b",children:[M.toString().padStart(2,"0"),":00"]}),N.map((L,E)=>{let V=new Date(L);V.setHours(M,0,0,0);let D=r.filter(I=>{let z=new Date(I.start);return pi(z,L)&&z.getHours()===M});return jsxRuntime.jsx("div",{className:"h-12 border-b border-l cursor-pointer hover:bg-accent/50 relative",onClick:()=>m?.(V),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:z=>{z.stopPropagation(),d?.(I);},children:I.title},I.id))},E)})]},M))})})]})},T=()=>{let N=Array.from({length:24},(M,L)=>L),S=Gg(r,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:o("inline-flex items-center justify-center w-12 h-12 rounded-full text-2xl font-semibold",ui(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(M=>{let L=new Date(g);L.setHours(M,0,0,0);let E=S.filter(V=>new Date(V.start).getHours()===M);return jsxRuntime.jsxs(K__namespace.Fragment,{children:[jsxRuntime.jsxs("div",{className:"h-12 text-xs text-muted-foreground text-right pr-2 pt-0 border-b",children:[M.toString().padStart(2,"0"),":00"]}),jsxRuntime.jsx("div",{className:"h-12 border-b border-l cursor-pointer hover:bg-accent/50 relative",onClick:()=>m?.(L),children:E.map(V=>jsxRuntime.jsx("div",{className:"absolute inset-x-1 top-0.5 text-xs px-2 py-1 rounded truncate cursor-pointer",style:{backgroundColor:V.color||"hsl(var(--primary))",color:"white"},onClick:D=>{D.stopPropagation(),d?.(V);},children:V.title},V.id))})]},M)})})})]})};return jsxRuntime.jsxs("div",{ref:u,className:o(Wg({variant:t,size:a,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(G,{variant:"bordered",size:"sm",onClick:P,children:"Today"}),jsxRuntime.jsx(G,{variant:"ghost",size:"icon",onClick:b,children:jsxRuntime.jsx(lucideReact.ChevronLeft,{className:"h-4 w-4"})}),jsxRuntime.jsx(G,{variant:"ghost",size:"icon",onClick:x,children:jsxRuntime.jsx(lucideReact.ChevronRight,{className:"h-4 w-4"})}),jsxRuntime.jsx("h2",{className:"text-lg font-semibold ml-2",children:y()})]}),jsxRuntime.jsx("div",{className:"flex items-center gap-1 border rounded-lg p-1",children:["month","week","day"].map(N=>jsxRuntime.jsx(G,{variant:n===N?"solid":"ghost",size:"sm",onClick:()=>i?.(N),children:N.charAt(0).toUpperCase()+N.slice(1)},N))})]}),n==="month"&&C(),n==="week"&&k(),n==="day"&&T()]})});$g.displayName="FullCalendar";var Zo=classVarianceAuthority.cva("w-full",{variants:{size:{sm:"h-48",md:"h-64",lg:"h-96"}},defaultVariants:{size:"md"}}),Jo=["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%))"],_g=K__namespace.forwardRef(({className:e,size:t,data:a,dataKeys:r,colors:n=Jo,showGrid:i=true,showLegend:s=true,showTooltip:l=true,xAxisKey:d="name",curveType:m="monotone",...p},c)=>jsxRuntime.jsx("div",{ref:c,className:o(Zo({size:t,className:e})),...p,children:jsxRuntime.jsx(recharts.ResponsiveContainer,{width:"100%",height:"100%",children:jsxRuntime.jsxs(recharts.LineChart,{data:a,children:[i&&jsxRuntime.jsx(recharts.CartesianGrid,{strokeDasharray:"3 3",className:"stroke-muted"}),jsxRuntime.jsx(recharts.XAxis,{dataKey:d,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,{}),r.map((f,u)=>jsxRuntime.jsx(recharts.Line,{type:m,dataKey:f,stroke:n[u%n.length],strokeWidth:2,dot:{fill:n[u%n.length],strokeWidth:0},activeDot:{r:6}},f))]})})}));_g.displayName="LineChart";var Kg=K__namespace.forwardRef(({className:e,size:t,data:a,dataKeys:r,colors:n=Jo,showGrid:i=true,showLegend:s=true,showTooltip:l=true,xAxisKey:d="name",stacked:m=false,layout:p="horizontal",...c},f)=>jsxRuntime.jsx("div",{ref:f,className:o(Zo({size:t,className:e})),...c,children:jsxRuntime.jsx(recharts.ResponsiveContainer,{width:"100%",height:"100%",children:jsxRuntime.jsxs(recharts.BarChart,{data:a,layout:p,children:[i&&jsxRuntime.jsx(recharts.CartesianGrid,{strokeDasharray:"3 3",className:"stroke-muted"}),jsxRuntime.jsx(recharts.XAxis,{dataKey:p==="horizontal"?d:void 0,type:p==="horizontal"?"category":"number",className:"text-xs fill-muted-foreground",tickLine:false,axisLine:false}),jsxRuntime.jsx(recharts.YAxis,{dataKey:p==="vertical"?d:void 0,type:p==="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,{}),r.map((u,v)=>jsxRuntime.jsx(recharts.Bar,{dataKey:u,fill:n[v%n.length],stackId:m?"stack":void 0,radius:[4,4,0,0]},u))]})})}));Kg.displayName="BarChart";var Yg=K__namespace.forwardRef(({className:e,size:t,data:a,dataKey:r="value",nameKey:n="name",colors:i=Jo,innerRadius:s=0,outerRadius:l=80,showLegend:d=true,showTooltip:m=true,showLabels:p=false,...c},f)=>jsxRuntime.jsx("div",{ref:f,className:o(Zo({size:t,className:e})),...c,children:jsxRuntime.jsx(recharts.ResponsiveContainer,{width:"100%",height:"100%",children:jsxRuntime.jsxs(recharts.PieChart,{children:[m&&jsxRuntime.jsx(recharts.Tooltip,{contentStyle:{backgroundColor:"hsl(var(--popover))",border:"1px solid hsl(var(--border))",borderRadius:"var(--radius)"}}),d&&jsxRuntime.jsx(recharts.Legend,{}),jsxRuntime.jsx(recharts.Pie,{data:a,dataKey:r,nameKey:n,cx:"50%",cy:"50%",innerRadius:s,outerRadius:l,label:p,labelLine:p,children:a.map((u,v)=>jsxRuntime.jsx(recharts.Cell,{fill:i[v%i.length]},`cell-${v}`))})]})})}));Yg.displayName="PieChart";var Ug=K__namespace.forwardRef(({className:e,size:t,data:a,dataKeys:r,colors:n=Jo,showGrid:i=true,showLegend:s=true,showTooltip:l=true,xAxisKey:d="name",stacked:m=false,curveType:p="monotone",...c},f)=>jsxRuntime.jsx("div",{ref:f,className:o(Zo({size:t,className:e})),...c,children:jsxRuntime.jsx(recharts.ResponsiveContainer,{width:"100%",height:"100%",children:jsxRuntime.jsxs(recharts.AreaChart,{data:a,children:[i&&jsxRuntime.jsx(recharts.CartesianGrid,{strokeDasharray:"3 3",className:"stroke-muted"}),jsxRuntime.jsx(recharts.XAxis,{dataKey:d,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,{}),r.map((u,v)=>jsxRuntime.jsx(recharts.Area,{type:p,dataKey:u,stroke:n[v%n.length],fill:n[v%n.length],fillOpacity:.3,stackId:m?"stack":void 0},u))]})})}));Ug.displayName="AreaChart";var qg=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"}}),Zg=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"}}),xl=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 nC({card:e,columnId:t,variant:a,renderCard:r,onCardClick:n}){let{attributes:i,listeners:s,setNodeRef:l,transform:d,transition:m,isDragging:p}=sortable.useSortable({id:e.id,data:{columnId:t}}),c={transform:utilities.CSS.Transform.toString(d),transition:m};return jsxRuntime.jsx("div",{ref:l,style:c,className:o(xl({variant:a,isDragging:p})),onClick:()=>n?.(e,t),...i,...s,children:r?r(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 iC({column:e,variant:t,renderCard:a,onCardClick:r,onAddCard:n,showAddCard:i,columnHeight:s}){return jsxRuntime.jsxs("div",{className:o(Zg({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})]}),i&&jsxRuntime.jsx(G,{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(ze,{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(nC,{card:l,columnId:e.id,variant:t,renderCard:a,onCardClick:r},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 Jg=K__namespace.forwardRef(({className:e,variant:t,columns:a,onCardMove:r,onCardClick:n,onAddCard:i,renderCard:s,showAddCard:l=true,columnHeight:d=500,...m},p)=>{let[c,f]=K__namespace.useState(null),[u,v]=K__namespace.useState(null),R=core.useSensors(core.useSensor(core.PointerSensor,{activationConstraint:{distance:8}}),core.useSensor(core.KeyboardSensor,{coordinateGetter:sortable.sortableKeyboardCoordinates})),g=x=>a.find(P=>P.cards.some(y=>y.id===x));return jsxRuntime.jsxs(core.DndContext,{sensors:R,collisionDetection:core.closestCorners,onDragStart:x=>{let{active:P}=x,y=g(P.id);if(y){let C=y.cards.find(k=>k.id===P.id);C&&(f(C),v(y.id));}},onDragOver:x=>{let{active:P,over:y}=x;if(!y)return;let C=P.id,k=y.id,T=g(C),N=g(k)||a.find(L=>L.id===k);if(!T||!N||T.id===N.id)return;let S=N.cards.findIndex(L=>L.id===k),M=S===-1?N.cards.length:S;r?.(C,T.id,N.id,M);},onDragEnd:x=>{let{active:P,over:y}=x;if(y&&P.id!==y.id){let C=g(P.id),k=g(y.id)||a.find(T=>T.id===y.id);if(C&&k){let T=k.cards.findIndex(S=>S.id===y.id),N=T===-1?k.cards.length:T;r?.(P.id,C.id,k.id,N);}}f(null),v(null);},children:[jsxRuntime.jsx("div",{ref:p,className:o(qg({variant:t,className:e})),...m,children:a.map(x=>jsxRuntime.jsx(iC,{column:x,variant:t,renderCard:s,onCardClick:n,onAddCard:i,showAddCard:l,columnHeight:d},x.id))}),jsxRuntime.jsx(core.DragOverlay,{children:c&&u&&jsxRuntime.jsx("div",{className:o(xl({variant:t,isDragging:true})),children:s?s(c,u):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:c.title}),c.description&&jsxRuntime.jsx("p",{className:"text-xs text-muted-foreground mt-1 line-clamp-2",children:c.description})]})]})})})]})});Jg.displayName="KanbanBoard";var Qg=classVarianceAuthority.cva("relative",{variants:{variant:{default:"",bordered:"border rounded-lg p-4",cards:"rounded-lg"}},defaultVariants:{variant:"default"}}),eb=K__namespace.createContext(null);function yl(){let e=K__namespace.useContext(eb);if(!e)throw new Error("useCarousel must be used within a <Carousel />");return e}var tb=K__namespace.forwardRef(({className:e,variant:t,children:a,opts:r,plugins:n,orientation:i="horizontal",showArrows:s=true,showDots:l=true,setApi:d,...m},p)=>{let[c,f]=sC__default.default({...r,axis:i==="horizontal"?"x":"y"},n),[u,v]=K__namespace.useState(false),[R,g]=K__namespace.useState(false),[h,w]=K__namespace.useState(0),[b,x]=K__namespace.useState([]),P=K__namespace.useCallback(N=>{N&&(w(N.selectedScrollSnap()),v(N.canScrollPrev()),g(N.canScrollNext()));},[]),y=K__namespace.useCallback(()=>{f?.scrollPrev();},[f]),C=K__namespace.useCallback(()=>{f?.scrollNext();},[f]),k=K__namespace.useCallback(N=>{f?.scrollTo(N);},[f]),T=K__namespace.useCallback(N=>{N.key==="ArrowLeft"?(N.preventDefault(),y()):N.key==="ArrowRight"&&(N.preventDefault(),C());},[y,C]);return K__namespace.useEffect(()=>{!f||!d||d(f);},[f,d]),K__namespace.useEffect(()=>{if(f)return x(f.scrollSnapList()),P(f),f.on("reInit",P),f.on("select",P),()=>{f?.off("select",P);}},[f,P]),jsxRuntime.jsx(eb.Provider,{value:{carouselRef:c,api:f,scrollPrev:y,scrollNext:C,canScrollPrev:u,canScrollNext:R,selectedIndex:h,scrollSnaps:b,scrollTo:k},children:jsxRuntime.jsxs("div",{ref:p,className:o(Qg({variant:t,className:e})),onKeyDownCapture:T,role:"region","aria-roledescription":"carousel",...m,children:[jsxRuntime.jsx("div",{ref:c,className:"overflow-hidden",children:jsxRuntime.jsx("div",{className:o("flex",i==="horizontal"?"-ml-4":"-mt-4 flex-col"),children:a})}),s&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(Rl,{}),jsxRuntime.jsx(wl,{})]}),l&&b.length>1&&jsxRuntime.jsx("div",{className:"flex justify-center gap-1.5 mt-4",children:b.map((N,S)=>jsxRuntime.jsx("button",{className:o("w-2 h-2 rounded-full transition-all",S===h?"bg-primary w-4":"bg-muted-foreground/30 hover:bg-muted-foreground/50"),onClick:()=>k(S),"aria-label":`Go to slide ${S+1}`},S))})]})})});tb.displayName="Carousel";var ab=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,className:o("flex",e),...t}));ab.displayName="CarouselContent";var rb=K__namespace.forwardRef(({className:e,basis:t="basis-full",...a},r)=>jsxRuntime.jsx("div",{ref:r,role:"group","aria-roledescription":"slide",className:o("min-w-0 shrink-0 grow-0 pl-4",t,e),...a}));rb.displayName="CarouselItem";var Rl=K__namespace.forwardRef(({className:e,variant:t="bordered",size:a="icon",...r},n)=>{let{scrollPrev:i,canScrollPrev:s}=yl();return jsxRuntime.jsxs(G,{ref:n,variant:t,size:a,className:o("absolute left-2 top-1/2 -translate-y-1/2 h-8 w-8 rounded-full",e),disabled:!s,onClick:i,...r,children:[jsxRuntime.jsx(lucideReact.ChevronLeft,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Previous slide"})]})});Rl.displayName="CarouselPrevious";var wl=K__namespace.forwardRef(({className:e,variant:t="bordered",size:a="icon",...r},n)=>{let{scrollNext:i,canScrollNext:s}=yl();return jsxRuntime.jsxs(G,{ref:n,variant:t,size:a,className:o("absolute right-2 top-1/2 -translate-y-1/2 h-8 w-8 rounded-full",e),disabled:!s,onClick:i,...r,children:[jsxRuntime.jsx(lucideReact.ChevronRight,{className:"h-4 w-4"}),jsxRuntime.jsx("span",{className:"sr-only",children:"Next slide"})]})});wl.displayName="CarouselNext";var ob=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"}}),xi={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"}},Pl={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}"]},nb=K__namespace.forwardRef(({className:e,size:t,onEmojiSelect:a,recentEmojis:r=[],defaultCategory:n="smileys",showSearch:i=true,showCategories:s=true,...l},d)=>{let[m,p]=K__namespace.useState(r.length>0?"recent":n),[c,f]=K__namespace.useState(""),v=c?Object.values(Pl).flat().filter(g=>g.toLowerCase().includes(c.toLowerCase())):m==="recent"?r:Pl[m]||[],R=g=>{a?.(g);};return jsxRuntime.jsxs("div",{ref:d,className:o(ob({size:t,className:e})),...l,children:[i&&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(yn,{placeholder:"Search emojis...",value:c,onChange:g=>f(g.target.value),className:"pl-8 h-8"})]})}),s&&!c&&jsxRuntime.jsx("div",{className:"flex border-b px-1",children:Object.entries(xi).map(([g,{icon:h}])=>g==="recent"&&r.length===0?null:jsxRuntime.jsx("button",{className:o("flex-1 p-2 text-lg hover:bg-accent rounded transition-colors",m===g&&"bg-accent"),onClick:()=>p(g),title:xi[g].name,children:h},g))}),!c&&jsxRuntime.jsx("div",{className:"px-3 py-1.5 text-xs font-medium text-muted-foreground",children:xi[m].name}),jsxRuntime.jsx(ze,{className:"flex-1",children:jsxRuntime.jsxs("div",{className:"grid grid-cols-8 gap-1 p-2",children:[v.map((g,h)=>jsxRuntime.jsx("button",{className:"w-8 h-8 flex items-center justify-center text-xl hover:bg-accent rounded transition-colors",onClick:()=>R(g),children:g},`${g}-${h}`)),v.length===0&&jsxRuntime.jsx("div",{className:"col-span-8 py-8 text-center text-muted-foreground text-sm",children:"No emojis found"})]})})]})});nb.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"}}),FC=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"}}),OC=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"}}),De=({icon:e,title:t,isActive:a,onClick:r,disabled:n})=>jsxRuntime.jsxs(or,{children:[jsxRuntime.jsx(nr,{asChild:true,children:jsxRuntime.jsx(G,{type:"button",variant:a?"solid":"ghost",size:"icon",className:"h-7 w-7",onClick:r,disabled:n,children:e})}),jsxRuntime.jsx(Ma,{side:"top",className:"text-xs",children:t})]}),sb=K__namespace.forwardRef(({className:e,variant:t,size:a,value:r="",onChange:n,placeholder:i="Start writing...",readOnly:s=false,showToolbar:l=true,minHeight:d,maxHeight:m,onEditorReady:p,...c},f)=>{let u=react.useEditor({extensions:[bC__default.default.configure({heading:{levels:[1,2,3]}}),vC__default.default.configure({openOnClick:false,HTMLAttributes:{class:"text-primary underline"}}),hC__default.default,xC__default.default.configure({types:["heading","paragraph"]}),yC__default.default.configure({placeholder:i})],content:r,editable:!s,onUpdate:({editor:R})=>{n?.(R.getHTML());},onCreate:({editor:R})=>{p?.(R);}});K__namespace.useEffect(()=>{u&&r!==u.getHTML()&&u.commands.setContent(r);},[r,u]),K__namespace.useEffect(()=>{u&&u.setEditable(!s);},[s,u]);let v=()=>{if(!u)return;let R=u.getAttributes("link").href,g=window.prompt("URL",R);if(g!==null){if(g===""){u.chain().focus().extendMarkRange("link").unsetLink().run();return}u.chain().focus().extendMarkRange("link").setLink({href:g}).run();}};return u?jsxRuntime.jsx(rr,{children:jsxRuntime.jsxs("div",{ref:f,className:o(ib({variant:t,size:a,className:e})),...c,children:[l&&!s&&jsxRuntime.jsxs("div",{className:o(FC({size:a})),children:[jsxRuntime.jsx(De,{icon:jsxRuntime.jsx(lucideReact.Undo,{className:"h-4 w-4"}),title:"Undo",onClick:()=>u.chain().focus().undo().run(),disabled:!u.can().undo()}),jsxRuntime.jsx(De,{icon:jsxRuntime.jsx(lucideReact.Redo,{className:"h-4 w-4"}),title:"Redo",onClick:()=>u.chain().focus().redo().run(),disabled:!u.can().redo()}),jsxRuntime.jsx(Ta,{orientation:"vertical",className:"h-6 mx-1"}),jsxRuntime.jsx(De,{icon:jsxRuntime.jsx(lucideReact.Heading1,{className:"h-4 w-4"}),title:"Heading 1",isActive:u.isActive("heading",{level:1}),onClick:()=>u.chain().focus().toggleHeading({level:1}).run()}),jsxRuntime.jsx(De,{icon:jsxRuntime.jsx(lucideReact.Heading2,{className:"h-4 w-4"}),title:"Heading 2",isActive:u.isActive("heading",{level:2}),onClick:()=>u.chain().focus().toggleHeading({level:2}).run()}),jsxRuntime.jsx(De,{icon:jsxRuntime.jsx(lucideReact.Heading3,{className:"h-4 w-4"}),title:"Heading 3",isActive:u.isActive("heading",{level:3}),onClick:()=>u.chain().focus().toggleHeading({level:3}).run()}),jsxRuntime.jsx(Ta,{orientation:"vertical",className:"h-6 mx-1"}),jsxRuntime.jsx(De,{icon:jsxRuntime.jsx(lucideReact.Bold,{className:"h-4 w-4"}),title:"Bold (Ctrl+B)",isActive:u.isActive("bold"),onClick:()=>u.chain().focus().toggleBold().run()}),jsxRuntime.jsx(De,{icon:jsxRuntime.jsx(lucideReact.Italic,{className:"h-4 w-4"}),title:"Italic (Ctrl+I)",isActive:u.isActive("italic"),onClick:()=>u.chain().focus().toggleItalic().run()}),jsxRuntime.jsx(De,{icon:jsxRuntime.jsx(lucideReact.Underline,{className:"h-4 w-4"}),title:"Underline (Ctrl+U)",isActive:u.isActive("underline"),onClick:()=>u.chain().focus().toggleUnderline().run()}),jsxRuntime.jsx(De,{icon:jsxRuntime.jsx(lucideReact.Strikethrough,{className:"h-4 w-4"}),title:"Strikethrough",isActive:u.isActive("strike"),onClick:()=>u.chain().focus().toggleStrike().run()}),jsxRuntime.jsx(Ta,{orientation:"vertical",className:"h-6 mx-1"}),jsxRuntime.jsx(De,{icon:jsxRuntime.jsx(lucideReact.List,{className:"h-4 w-4"}),title:"Bullet List",isActive:u.isActive("bulletList"),onClick:()=>u.chain().focus().toggleBulletList().run()}),jsxRuntime.jsx(De,{icon:jsxRuntime.jsx(lucideReact.ListOrdered,{className:"h-4 w-4"}),title:"Numbered List",isActive:u.isActive("orderedList"),onClick:()=>u.chain().focus().toggleOrderedList().run()}),jsxRuntime.jsx(Ta,{orientation:"vertical",className:"h-6 mx-1"}),jsxRuntime.jsx(De,{icon:jsxRuntime.jsx(lucideReact.AlignLeft,{className:"h-4 w-4"}),title:"Align Left",isActive:u.isActive({textAlign:"left"}),onClick:()=>u.chain().focus().setTextAlign("left").run()}),jsxRuntime.jsx(De,{icon:jsxRuntime.jsx(lucideReact.AlignCenter,{className:"h-4 w-4"}),title:"Align Center",isActive:u.isActive({textAlign:"center"}),onClick:()=>u.chain().focus().setTextAlign("center").run()}),jsxRuntime.jsx(De,{icon:jsxRuntime.jsx(lucideReact.AlignRight,{className:"h-4 w-4"}),title:"Align Right",isActive:u.isActive({textAlign:"right"}),onClick:()=>u.chain().focus().setTextAlign("right").run()}),jsxRuntime.jsx(Ta,{orientation:"vertical",className:"h-6 mx-1"}),jsxRuntime.jsx(De,{icon:jsxRuntime.jsx(lucideReact.Quote,{className:"h-4 w-4"}),title:"Blockquote",isActive:u.isActive("blockquote"),onClick:()=>u.chain().focus().toggleBlockquote().run()}),jsxRuntime.jsx(De,{icon:jsxRuntime.jsx(lucideReact.Code,{className:"h-4 w-4"}),title:"Code Block",isActive:u.isActive("codeBlock"),onClick:()=>u.chain().focus().toggleCodeBlock().run()}),jsxRuntime.jsx(Ta,{orientation:"vertical",className:"h-6 mx-1"}),jsxRuntime.jsx(De,{icon:jsxRuntime.jsx(lucideReact.Link,{className:"h-4 w-4"}),title:"Insert Link",isActive:u.isActive("link"),onClick:v}),jsxRuntime.jsx(De,{icon:jsxRuntime.jsx(lucideReact.Unlink,{className:"h-4 w-4"}),title:"Remove Link",onClick:()=>u.chain().focus().unsetLink().run(),disabled:!u.isActive("link")})]}),jsxRuntime.jsx(react.EditorContent,{editor:u,className:o(OC({size:a})),style:{minHeight:d,maxHeight:m}})]})}):null});sb.displayName="RichTextEditor";var db=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 jC(e,t,a){return GC.centerCrop(GC.makeAspectCrop({unit:"%",width:90},a,e,t),e,t)}async function lb(e,t,a=0,r=1){let n=document.createElement("canvas"),i=n.getContext("2d");if(!i)return null;let s=e.naturalWidth/e.width,l=e.naturalHeight/e.height,d=window.devicePixelRatio||1;n.width=Math.floor(t.width*s*d),n.height=Math.floor(t.height*l*d),i.scale(d,d),i.imageSmoothingQuality="high";let m=t.x*s,p=t.y*l,c=a*Math.PI/180,f=e.naturalWidth/2,u=e.naturalHeight/2;return i.save(),i.translate(-m,-p),i.translate(f,u),i.rotate(c),i.scale(r,r),i.translate(-f,-u),i.drawImage(e,0,0,e.naturalWidth,e.naturalHeight,0,0,e.naturalWidth,e.naturalHeight),i.restore(),new Promise(v=>{n.toBlob(R=>{v(R);},"image/png");})}var cb=K__namespace.forwardRef(({className:e,variant:t,src:a,aspectRatio:r,onCropChange:n,onCropComplete:i,showZoom:s=true,showRotation:l=true,minZoom:d=1,maxZoom:m=3,circularCrop:p=false,initialCrop:c,...f},u)=>{let v=K__namespace.useRef(null),[R,g]=K__namespace.useState(),[h,w]=K__namespace.useState(),[b,x]=K__namespace.useState(1),[P,y]=K__namespace.useState(0),C=S=>{let{width:M,height:L}=S.currentTarget;if(r){let E=jC(M,L,r);g(E);}else g(c||{unit:"%",x:10,y:10,width:80,height:80});},k=S=>{g(S),n?.(S);},T=async S=>{if(w(S),i&&v.current&&S.width&&S.height){let M=await lb(v.current,S,P,b);i(M);}},N=()=>{y(S=>(S+90)%360);};return K__namespace.useEffect(()=>{h&&v.current&&i&&lb(v.current,h,P,b).then(S=>{i(S);});},[b,P,h,i]),jsxRuntime.jsxs("div",{ref:u,className:o(db({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(GC__default.default,{crop:R,onChange:k,onComplete:T,aspect:r,circularCrop:p,className:"max-h-[400px]",children:jsxRuntime.jsx("img",{ref:v,src:a,alt:"Crop preview",onLoad:C,style:{transform:`scale(${b}) rotate(${P}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(Ln,{value:[b],onValueChange:([S])=>x(S),min:d,max:m,step:.1,className:"flex-1"}),jsxRuntime.jsx(lucideReact.ZoomIn,{className:"h-4 w-4 text-muted-foreground"})]}),l&&jsxRuntime.jsx(G,{variant:"bordered",size:"icon",onClick:N,children:jsxRuntime.jsx(lucideReact.RotateCw,{className:"h-4 w-4"})})]})]})});cb.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"}}),ZC={sm:96,md:128,lg:192},ub=K__namespace.forwardRef(({className:e,variant:t,size:a,value:r,qrSize:n,fgColor:i="currentColor",bgColor:s="transparent",level:l="M",includeMargin:d=false,title:m,logo:p,logoSize:c=40,logoPadding:f=4,logoBackgroundColor:u="white",...v},R)=>{let g=n??ZC[a??"md"];return r?jsxRuntime.jsx("div",{ref:R,className:o(Ml({variant:t,size:a,className:e})),...v,children:jsxRuntime.jsxs("div",{className:"relative inline-block",children:[jsxRuntime.jsx(XC__default.default,{value:r,size:g,fgColor:i,bgColor:s,level:l,title:m,style:{padding:d?16:0}}),p&&jsxRuntime.jsx("div",{className:"absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 rounded",style:{padding:f,backgroundColor:u},children:jsxRuntime.jsx("img",{src:p,alt:"Logo",style:{width:c,height:c,objectFit:"contain"}})})]})}):jsxRuntime.jsx("div",{ref:R,className:o(Ml({variant:t,size:a,className:e})),...v,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"})})});ub.displayName="QRCode";var pb=({children:e,defaultTheme:t="system",storageKey:a="reever-ui-theme",enableSystem:r=true,disableTransitionOnChange:n=false,attribute:i="class",forcedTheme:s,themes:l=["light","dark"]})=>jsxRuntime.jsx(nextThemes.ThemeProvider,{defaultTheme:t,storageKey:a,enableSystem:r,disableTransitionOnChange:n,attribute:i,forcedTheme:s,themes:l,children:e});pb.displayName="ThemeProvider";var oS=classVarianceAuthority.cva("",{variants:{variant:{default:"",bordered:"",ghost:""},size:{sm:"",md:"",lg:""}},defaultVariants:{variant:"ghost",size:"md"}}),fb=K__namespace.forwardRef(({className:e,variant:t="ghost",size:a="md",mode:r="dropdown"},n)=>{let{theme:i,setTheme:s,resolvedTheme:l}=nextThemes.useTheme(),[d,m]=K__namespace.useState(false);K__namespace.useEffect(()=>{m(true);},[]);let p=()=>{let c=["light","dark","system"],u=(c.indexOf(i||"system")+1)%c.length;s(c[u]);};return d?r==="cycle"?jsxRuntime.jsxs(G,{ref:n,variant:t==="default"?"bordered":t,size:"icon",className:o("h-9 w-9",e),onClick:p,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(ir,{children:[jsxRuntime.jsx(sr,{asChild:true,children:jsxRuntime.jsxs(G,{ref:n,variant:t==="default"?"bordered":t,size:"icon",className:o("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(Da,{align:"end",children:[jsxRuntime.jsxs(Dt,{onClick:()=>s("light"),children:[jsxRuntime.jsx(lucideReact.Sun,{className:"mr-2 h-4 w-4"}),"Light"]}),jsxRuntime.jsxs(Dt,{onClick:()=>s("dark"),children:[jsxRuntime.jsx(lucideReact.Moon,{className:"mr-2 h-4 w-4"}),"Dark"]}),jsxRuntime.jsxs(Dt,{onClick:()=>s("system"),children:[jsxRuntime.jsx(lucideReact.Monitor,{className:"mr-2 h-4 w-4"}),"System"]})]})]}):jsxRuntime.jsxs(G,{ref:n,variant:t==="default"?"bordered":t,size:"icon",className:o("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"})]})});fb.displayName="ThemeToggle";var bb=classVarianceAuthority.cva("flex flex-col gap-1.5",{variants:{size:{sm:"",md:"",lg:""}},defaultVariants:{size:"md"}}),vb=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}}),hb=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"}}),xb=K__namespace.forwardRef(({className:e,label:t,description:a,errorMessage:r,isRequired:n,isInvalid:i,size:s,labelClassName:l,inputClassName:d,descriptionClassName:m,errorClassName:p,startContent:c,endContent:f,id:u,...v},R)=>{let g=K__namespace.useId(),h=u||g,w=`${h}-description`,b=`${h}-error`,x=i&&r;return jsxRuntime.jsxs("div",{className:o(bb({size:s}),e),children:[t&&jsxRuntime.jsxs(ns__namespace.Root,{htmlFor:h,className:o(hb({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:[c&&jsxRuntime.jsx("div",{className:"absolute left-3 top-1/2 -translate-y-1/2 text-muted-foreground",children:c}),jsxRuntime.jsx("input",{ref:R,id:h,"aria-invalid":i,"aria-describedby":x?b:a?w:void 0,"aria-required":n,className:o(vb({size:s,isInvalid:i}),c&&"pl-10",f&&"pr-10",d),...v}),f&&jsxRuntime.jsx("div",{className:"absolute right-3 top-1/2 -translate-y-1/2 text-muted-foreground",children:f})]}),a&&!x&&jsxRuntime.jsx("p",{id:w,className:o("text-muted-foreground",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",m),children:a}),x&&jsxRuntime.jsx("p",{id:b,role:"alert",className:o("text-danger",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",p),children:r})]})});xb.displayName="TextField";var Nb=classVarianceAuthority.cva("flex flex-col gap-1.5",{variants:{size:{sm:"",md:"",lg:""}},defaultVariants:{size:"md"}}),sS=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}}),yb=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"}}),Rb=classVarianceAuthority.cva("",{variants:{size:{sm:"h-3 w-3",md:"h-4 w-4",lg:"h-5 w-5"}},defaultVariants:{size:"md"}}),lS=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"}}),Pb=K__namespace.forwardRef(({className:e,label:t,description:a,errorMessage:r,isRequired:n,isInvalid:i,size:s,labelClassName:l,inputClassName:d,descriptionClassName:m,errorClassName:p,min:c,max:f,step:u=1,value:v,defaultValue:R,onChange:g,showButtons:h=true,formatOptions:w,fullWidth:b=false,disabled:x,id:P,...y},C)=>{let k=K__namespace.useId(),T=P||k,N=`${T}-description`,S=`${T}-error`,[M,L]=K__namespace.useState(R),[E,V]=K__namespace.useState(false),D=v!==void 0?v:M,I=i&&r,z=K__namespace.useCallback(B=>{B!==void 0&&(c!==void 0&&B<c&&(B=c),f!==void 0&&B>f&&(B=f)),v===void 0&&L(B),g?.(B);},[v,c,f,g]),W=()=>{let B=(D??0)+u;z(B);},H=()=>{let B=(D??0)-u;z(B);},j=B=>{let te=B.target.value;if(te==="")z(void 0);else {let F=parseFloat(te);isNaN(F)||z(F);}},$=B=>{B.key==="ArrowUp"?(B.preventDefault(),W()):B.key==="ArrowDown"&&(B.preventDefault(),H());},Ve=K__namespace.useMemo(()=>D===void 0?"":w?new Intl.NumberFormat(void 0,w).format(D):D.toString(),[D,w]),ve=c!==void 0&&D!==void 0&&D<=c,A=f!==void 0&&D!==void 0&&D>=f;return jsxRuntime.jsxs("div",{className:o(Nb({size:s}),e),children:[t&&jsxRuntime.jsxs(ns__namespace.Root,{htmlFor:T,className:o(lS({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:[h&&jsxRuntime.jsx("button",{type:"button",onClick:H,disabled:x||ve,className:o(yb({size:s}),"left-1"),tabIndex:-1,"aria-label":"Decrease value",children:jsxRuntime.jsx(lucideReact.Minus,{className:o(Rb({size:s}))})}),jsxRuntime.jsx("input",{ref:C,id:T,type:"text",inputMode:"decimal",value:Ve,onChange:j,onKeyDown:$,onFocus:()=>V(true),onBlur:()=>V(false),"aria-invalid":i,"aria-describedby":I?S:a?N:void 0,"aria-required":n,"aria-valuemin":c,"aria-valuemax":f,"aria-valuenow":D,disabled:x,className:o(sS({size:s,isInvalid:i,fullWidth:b}),!h&&"px-3",d),style:{borderColor:E?"var(--color-foreground)":void 0},...y}),h&&jsxRuntime.jsx("button",{type:"button",onClick:W,disabled:x||A,className:o(yb({size:s}),"right-1"),tabIndex:-1,"aria-label":"Increase value",children:jsxRuntime.jsx(lucideReact.Plus,{className:o(Rb({size:s}))})})]}),a&&!I&&jsxRuntime.jsx("p",{id:N,className:o("text-muted-foreground",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",m),children:a}),I&&jsxRuntime.jsx("p",{id:S,role:"alert",className:o("text-danger",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",p),children:r})]})});Pb.displayName="NumberField";var Tb=classVarianceAuthority.cva("flex flex-col gap-1.5",{variants:{size:{sm:"",md:"",lg:""}},defaultVariants:{size:"md"}}),mS=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}}),Cb=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"}}),uS=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"}}),pS=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"}}),Mb=K__namespace.forwardRef(({className:e,label:t,description:a,errorMessage:r,isRequired:n,isInvalid:i,size:s,labelClassName:l,inputClassName:d,descriptionClassName:m,errorClassName:p,value:c,defaultValue:f="",onChange:u,onClear:v,onSearch:R,showClearButton:g=true,showSearchIcon:h=true,disabled:w,placeholder:b="Search...",id:x,...P},y)=>{let C=K__namespace.useId(),k=x||C,T=`${k}-description`,N=`${k}-error`,[S,M]=K__namespace.useState(f),L=c!==void 0?c:S,E=i&&r,V=L.length>0,D=W=>{let H=W.target.value;c===void 0&&M(H),u?.(H);},I=()=>{c===void 0&&M(""),u?.(""),v?.();},z=W=>{W.key==="Enter"?(W.preventDefault(),R?.(L)):W.key==="Escape"&&V&&(W.preventDefault(),I());};return jsxRuntime.jsxs("div",{className:o(Tb({size:s}),e),children:[t&&jsxRuntime.jsxs(ns__namespace.Root,{htmlFor:k,className:o(uS({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:[h&&jsxRuntime.jsx(lucideReact.Search,{className:o(Cb({size:s}),"absolute left-3 top-1/2 -translate-y-1/2")}),jsxRuntime.jsx("input",{ref:y,id:k,type:"search",value:L,onChange:D,onKeyDown:z,placeholder:b,"aria-invalid":i,"aria-describedby":E?N:a?T:void 0,"aria-required":n,disabled:w,className:o(mS({size:s,isInvalid:i}),!h&&"pl-3",!g&&"pr-3",d),...P}),g&&V&&!w&&jsxRuntime.jsx("button",{type:"button",onClick:I,className:o(pS({size:s})),tabIndex:-1,"aria-label":"Clear search",children:jsxRuntime.jsx(lucideReact.X,{className:o(Cb({size:s}))})})]}),a&&!E&&jsxRuntime.jsx("p",{id:T,className:o("text-muted-foreground",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",m),children:a}),E&&jsxRuntime.jsx("p",{id:N,role:"alert",className:o("text-danger",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",p),children:r})]})});Mb.displayName="SearchField";var Db=classVarianceAuthority.cva("flex flex-col gap-1.5",{variants:{size:{sm:"",md:"",lg:""}},defaultVariants:{size:"md"}}),gS=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}}),bS=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"}}),vS=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 a=e.getFullYear(),r=String(e.getMonth()+1).padStart(2,"0"),n=String(e.getDate()).padStart(2,"0");return t.replace("yyyy",String(a)).replace("MM",r).replace("dd",n)},hS=e=>{if(!e)return null;let t=new Date(e);return isNaN(t.getTime())?null:t},Lb=K__namespace.forwardRef(({className:e,label:t,description:a,errorMessage:r,isRequired:n,isInvalid:i,size:s,labelClassName:l,inputClassName:d,descriptionClassName:m,errorClassName:p,value:c,defaultValue:f,onChange:u,minDate:v,maxDate:R,dateFormat:g="yyyy-MM-dd",showIcon:h=true,fullWidth:w=false,disabled:b,id:x,...P},y)=>{let C=K__namespace.useId(),k=x||C,T=`${k}-description`,N=`${k}-error`,S=K__namespace.useRef(null),M=y||S,[L,E]=K__namespace.useState(f??null),[V,D]=K__namespace.useState(false),I=()=>{!b&&M.current&&M.current.showPicker?.();},z=c!==void 0?c:L,W=i&&r,H=ve=>{let A=hS(ve.target.value);c===void 0&&E(A),u?.(A);},j=z?El(z,"yyyy-MM-dd"):"",$=v?El(v,"yyyy-MM-dd"):void 0,Ve=R?El(R,"yyyy-MM-dd"):void 0;return jsxRuntime.jsxs("div",{className:o(Db({size:s}),e),children:[t&&jsxRuntime.jsxs(ns__namespace.Root,{htmlFor:k,className:o(vS({size:s}),l),children:[t,n&&jsxRuntime.jsx("span",{className:"text-danger ml-0.5","aria-hidden":"true",children:"*"})]}),jsxRuntime.jsxs("div",{className:o("relative",w?"w-full":"w-fit"),children:[jsxRuntime.jsx("input",{ref:M,id:k,type:"date",value:j,onChange:H,onFocus:()=>D(true),onBlur:()=>D(false),min:$,max:Ve,"aria-invalid":i,"aria-describedby":W?N:a?T:void 0,"aria-required":n,disabled:b,className:o(gS({size:s,isInvalid:i,fullWidth:w}),!h&&"pr-3",d),style:{borderColor:V?"var(--color-foreground)":void 0},...P}),h&&jsxRuntime.jsx("button",{type:"button",onClick:I,disabled:b,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:o(bS({size:s}))})})]}),a&&!W&&jsxRuntime.jsx("p",{id:T,className:o("text-muted-foreground",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",m),children:a}),W&&jsxRuntime.jsx("p",{id:N,role:"alert",className:o("text-danger",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",p),children:r})]})});Lb.displayName="DateField";var Ib=classVarianceAuthority.cva("flex flex-col gap-1.5",{variants:{size:{sm:"",md:"",lg:""}},defaultVariants:{size:"md"}}),xS=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}}),yS=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"}}),Eb=K__namespace.forwardRef(({className:e,label:t,description:a,errorMessage:r,isRequired:n,isInvalid:i,size:s,labelClassName:l,inputClassName:d,descriptionClassName:m,errorClassName:p,value:c,defaultValue:f,onChange:u,minTime:v,maxTime:R,showSeconds:g=false,hourCycle:h=24,disabled:w,fullWidth:b=false,id:x,...P},y)=>{let C=K__namespace.useId(),k=x||C,T=`${k}-description`,N=`${k}-error`,S=K__namespace.useRef(null),M=K__namespace.useRef(null),L=K__namespace.useRef(null),E=K__namespace.useRef(null),[V,D]=K__namespace.useState(f??null),I=c!==void 0?c:V,z=i&&r,W=O=>h===24?O:O===0?12:O>12?O-12:O,H=O=>O>=12?"PM":"AM",j=(O,Z)=>Z==="AM"?O===12?0:O:O===12?12:O+12,[$,Ve]=K__namespace.useState(I?String(W(I.hour)).padStart(2,"0"):""),[ve,A]=K__namespace.useState(I?String(I.minute).padStart(2,"0"):""),[B,te]=K__namespace.useState(I?.second!==void 0?String(I.second).padStart(2,"0"):""),[F,oe]=K__namespace.useState(I?H(I.hour):"AM"),[ee,tt]=K__namespace.useState(false);K__namespace.useEffect(()=>{c!==void 0&&(c?(Ve(String(W(c.hour)).padStart(2,"0")),A(String(c.minute).padStart(2,"0")),c.second!==void 0&&te(String(c.second).padStart(2,"0")),oe(H(c.hour))):(Ve(""),A(""),te("")));},[c,h]);let at=(O,Z,Ie,Ut)=>{let ue=parseInt(O,10),bt=parseInt(Z,10),jt=g?parseInt(Ie,10):void 0;if(isNaN(ue)||isNaN(bt)||g&&isNaN(jt)){c===void 0&&D(null),u?.(null);return}let dd={hour:h===12?j(ue,Ut):ue,minute:bt,...g&&jt!==void 0&&{second:jt}};c===void 0&&D(dd),u?.(dd);},Ax=O=>{let Z=O.target.value.replace(/\D/g,"").slice(0,2);Ve(Z);let Ie=h===24?23:12,Ut=h===24?0:1;if(Z.length===2){let ue=parseInt(Z,10);ue>=Ut&&ue<=Ie&&(M.current?.focus(),M.current?.select());}},zx=O=>{let Z=O.target.value.replace(/\D/g,"").slice(0,2);if(A(Z),Z.length===2){let Ie=parseInt(Z,10);Ie>=0&&Ie<=59&&(g?(L.current?.focus(),L.current?.select()):h===12&&E.current?.focus());}},Bx=O=>{let Z=O.target.value.replace(/\D/g,"").slice(0,2);te(Z),Z.length===2&&h===12&&E.current?.focus();},Fx=()=>{if($){let O=parseInt($,10),Z=h===24?23:12,Ut=Math.min(Math.max(O,h===24?0:1),Z),ue=String(Ut).padStart(2,"0");Ve(ue),at(ue,ve,B,F);}},Ox=()=>{if(ve){let O=parseInt(ve,10),Z=Math.min(Math.max(O,0),59),Ie=String(Z).padStart(2,"0");A(Ie),at($,Ie,B,F);}},Gx=()=>{if(B){let O=parseInt(B,10),Z=Math.min(Math.max(O,0),59),Ie=String(Z).padStart(2,"0");te(Ie),at($,ve,Ie,F);}},ld=()=>{let O=F==="AM"?"PM":"AM";oe(O),at($,ve,B,O);},Wx=O=>{let Z=O.key.toLowerCase();Z==="a"?(O.preventDefault(),F!=="AM"&&(oe("AM"),at($,ve,B,"AM"))):Z==="p"?(O.preventDefault(),F!=="PM"&&(oe("PM"),at($,ve,B,"PM"))):Z==="arrowup"||Z==="arrowdown"?(O.preventDefault(),ld()):Z==="arrowleft"&&(O.preventDefault(),g?(L.current?.focus(),L.current?.select()):(M.current?.focus(),M.current?.select()));},Ji=(O,Z)=>{if(O.key==="ArrowUp"||O.key==="ArrowDown"){O.preventDefault();let Ie=O.key==="ArrowUp"?1:-1;if(Z==="hour"){let Ut=parseInt($,10)||0,ue=h===24?23:12,bt=h===24?0:1,jt=Ut+Ie;jt>ue&&(jt=bt),jt<bt&&(jt=ue);let es=String(jt).padStart(2,"0");Ve(es),at(es,ve,B,F);}else if(Z==="minute"){let ue=(parseInt(ve,10)||0)+Ie;ue>59&&(ue=0),ue<0&&(ue=59);let bt=String(ue).padStart(2,"0");A(bt),at($,bt,B,F);}else if(Z==="second"){let ue=(parseInt(B,10)||0)+Ie;ue>59&&(ue=0),ue<0&&(ue=59);let bt=String(ue).padStart(2,"0");te(bt),at($,ve,bt,F);}}O.key==="ArrowRight"&&(O.preventDefault(),Z==="hour"?(M.current?.focus(),M.current?.select()):Z==="minute"&&g?(L.current?.focus(),L.current?.select()):(Z==="minute"&&!g&&h===12||Z==="second"&&h===12)&&E.current?.focus()),O.key==="ArrowLeft"&&(O.preventDefault(),Z==="minute"?(S.current?.focus(),S.current?.select()):Z==="second"&&(M.current?.focus(),M.current?.select())),O.key==="Backspace"&&O.currentTarget.value===""&&(Z==="minute"?S.current?.focus():Z==="second"&&M.current?.focus());},Qi=o((()=>{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:y,className:o(Ib({size:s}),e),...P,children:[t&&jsxRuntime.jsxs(ns__namespace.Root,{htmlFor:k,className:o(yS({size:s}),l),children:[t,n&&jsxRuntime.jsx("span",{className:"text-danger ml-0.5","aria-hidden":"true",children:"*"})]}),jsxRuntime.jsxs("div",{className:o(xS({size:s,isInvalid:i,disabled:w,fullWidth:b}),d),style:{borderColor:ee?"var(--color-foreground)":void 0},onFocus:()=>tt(true),onBlur:O=>{O.currentTarget.contains(O.relatedTarget)||tt(false);},children:[jsxRuntime.jsx("input",{ref:S,id:k,type:"text",inputMode:"numeric",placeholder:h===24?"HH":"hh",value:$,onChange:Ax,onBlur:Fx,onKeyDown:O=>Ji(O,"hour"),onFocus:O=>O.target.select(),"aria-label":"Hour","aria-invalid":i,"aria-describedby":z?N:a?T:void 0,"aria-required":n,disabled:w,className:Qi}),jsxRuntime.jsx("span",{className:"text-muted-foreground",children:":"}),jsxRuntime.jsx("input",{ref:M,type:"text",inputMode:"numeric",placeholder:"mm",value:ve,onChange:zx,onBlur:Ox,onKeyDown:O=>Ji(O,"minute"),onFocus:O=>O.target.select(),"aria-label":"Minute",disabled:w,className:Qi}),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:B,onChange:Bx,onBlur:Gx,onKeyDown:O=>Ji(O,"second"),onFocus:O=>O.target.select(),"aria-label":"Second",disabled:w,className:Qi})]}),h===12&&jsxRuntime.jsx("button",{ref:E,type:"button",onClick:ld,onKeyDown:Wx,disabled:w,className:o("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:F})]}),a&&!z&&jsxRuntime.jsx("p",{id:T,className:o("text-muted-foreground",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",m),children:a}),z&&jsxRuntime.jsx("p",{id:N,role:"alert",className:o("text-danger",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",p),children:r})]})});Eb.displayName="TimeField";var zb=classVarianceAuthority.cva("flex flex-col gap-1.5",{variants:{size:{sm:"",md:"",lg:""}},defaultVariants:{size:"md"}}),wS=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}}),NS=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"}}),PS=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"}}),Hb=e=>/^#([A-Fa-f0-9]{3}|[A-Fa-f0-9]{6}|[A-Fa-f0-9]{8})$/.test(e),CS=e=>(e.startsWith("#")||(e="#"+e),e.length===4&&(e="#"+e[1]+e[1]+e[2]+e[2]+e[3]+e[3]),e.toUpperCase()),Bb=K__namespace.forwardRef(({className:e,label:t,description:a,errorMessage:r,isRequired:n,isInvalid:i,size:s,labelClassName:l,inputClassName:d,descriptionClassName:m,errorClassName:p,value:c,defaultValue:f="#000000",onChange:u,showSwatch:v=true,showPicker:R=true,allowAlpha:g=false,fullWidth:h=false,disabled:w,id:b,...x},P)=>{let y=K__namespace.useId(),C=b||y,k=`${C}-picker`,T=`${C}-description`,N=`${C}-error`,[S,M]=K__namespace.useState(f),[L,E]=K__namespace.useState(false),V=c!==void 0?c:S,D=i&&r,I=j=>{let $=j.target.value;$&&!$.startsWith("#")&&($="#"+$),c===void 0&&M($),u?.($);},z=j=>{let $=j.target.value.toUpperCase();c===void 0&&M($),u?.($);},W=()=>{if(V&&Hb(V)){let j=CS(V);j!==V&&(c===void 0&&M(j),u?.(j));}},H=Hb(V)?V:"#000000";return jsxRuntime.jsxs("div",{className:o(zb({size:s}),e),children:[t&&jsxRuntime.jsxs(ns__namespace.Root,{htmlFor:C,className:o(PS({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("div",{className:o(NS({size:s})),children:R?jsxRuntime.jsxs("label",{htmlFor:k,className:"block h-full w-full cursor-pointer",children:[jsxRuntime.jsx("input",{id:k,type:"color",value:H,onChange:z,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:H}})]}):jsxRuntime.jsx("div",{className:"h-full w-full",style:{backgroundColor:H}})}),jsxRuntime.jsx("input",{ref:P,id:C,type:"text",value:V,onChange:I,onFocus:()=>E(true),onBlur:()=>{E(false),W();},placeholder:"#000000",maxLength:g?9:7,"aria-invalid":i,"aria-describedby":D?N:a?T:void 0,"aria-required":n,disabled:w,className:o(wS({size:s,isInvalid:i,fullWidth:h}),!v&&"pl-3",d),style:{borderColor:L?"var(--color-foreground)":void 0},...x})]}),a&&!D&&jsxRuntime.jsx("p",{id:T,className:o("text-muted-foreground",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",m),children:a}),D&&jsxRuntime.jsx("p",{id:N,role:"alert",className:o("text-danger",s==="sm"?"text-xs":s==="lg"?"text-sm":"text-xs",p),children:r})]})});Bb.displayName="ColorField";var Ob=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"}}),Gb=K__namespace.createContext({});function TS(){return K__namespace.useContext(Gb)}var Wb=K__namespace.forwardRef(({className:e,variant:t,orientation:a,spacing:r,disabled:n,children:i,...s},l)=>jsxRuntime.jsx(Gb.Provider,{value:{disabled:n},children:jsxRuntime.jsx("div",{ref:l,role:"group",className:o(Ob({variant:t,orientation:a,spacing:r,className:e})),...s,children:i})}));Wb.displayName="ButtonGroup";var _b=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"}}),Kb=K__namespace.forwardRef(({className:e,variant:t,size:a,radius:r,isLoading:n,disabled:i,children:s,...l},d)=>{let m={sm:"h-4 w-4",md:"h-4 w-4",lg:"h-5 w-5",xl:"h-6 w-6"}[a??"md"];return jsxRuntime.jsx("button",{ref:d,type:"button",disabled:i||n,className:o(_b({variant:t,size:a,radius:r,className:e})),...l,children:n?jsxRuntime.jsxs("svg",{className:o("animate-spin",m),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:o("[&>svg]:h-full [&>svg]:w-full",m),children:s})})});Kb.displayName="IconButton";var Ub=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"}}),jb=K__namespace.forwardRef(({className:e,variant:t,orientation:a,size:r,density:n,items:i,maxVisibleItems:s,isDisabled:l,onAction:d,showLabels:m=false,renderItem:p,...c},f)=>{let u=s&&s<i.length?i.slice(0,s):i,v=s&&s<i.length?i.slice(s):[],R={sm:"h-8 px-2 text-xs",md:"h-9 px-3 text-sm",lg:"h-10 px-4 text-base"}[r??"md"],g={sm:"h-8 w-8",md:"h-9 w-9",lg:"h-10 w-10"}[r??"md"],h={sm:"h-4 w-4",md:"h-4 w-4",lg:"h-5 w-5"}[r??"md"],w=(x,P)=>{P&&P(),d&&d(x);},b=x=>jsxRuntime.jsxs("button",{type:"button",disabled:l||x.isDisabled,onClick:()=>w(x.key,x.onPress),className:o("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",m?R:g),"aria-label":x.label,children:[x.icon&&jsxRuntime.jsx("span",{className:h,children:x.icon}),m&&jsxRuntime.jsx("span",{children:x.label})]},x.key);return jsxRuntime.jsxs("div",{ref:f,role:"group",className:o(Ub({variant:t,orientation:a,size:r,density:n,className:e})),...c,children:[u.map(x=>p?p(x):b(x)),v.length>0&&jsxRuntime.jsxs(ir,{children:[jsxRuntime.jsx(sr,{asChild:true,children:jsxRuntime.jsx("button",{type:"button",disabled:l,className:o("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:h})})}),jsxRuntime.jsx(Da,{align:"end",children:v.map(x=>jsxRuntime.jsxs(Dt,{disabled:x.isDisabled,onClick:()=>w(x.key,x.onPress),children:[x.icon&&jsxRuntime.jsx("span",{className:o(h,"mr-2"),children:x.icon}),x.label]},x.key))})]})]})});jb.displayName="ActionGroup";var Jb=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"}}),VS=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}}),Qb=K__namespace.forwardRef(({className:e,variant:t,size:a,pulse:r=false,hideLabel:n=false,children:i,...s},l)=>jsxRuntime.jsxs("span",{ref:l,role:"status",className:o(Jb({variant:t,size:a,className:e})),...s,children:[jsxRuntime.jsx("span",{className:o(VS({size:a,pulse:r})),"aria-hidden":"true"}),!n&&i&&jsxRuntime.jsx("span",{className:"text-foreground",children:i})]}));Qb.displayName="StatusLight";var tv=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"}}),ES=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"}}),HS=classVarianceAuthority.cva("font-semibold text-foreground",{variants:{size:{sm:"text-base",md:"text-lg",lg:"text-xl"}},defaultVariants:{size:"md"}}),AS=classVarianceAuthority.cva("text-muted-foreground",{variants:{size:{sm:"text-xs",md:"text-sm",lg:"text-base"}},defaultVariants:{size:"md"}}),av=K__namespace.forwardRef(({className:e,size:t,illustration:a,heading:r,description:n,children:i,...s},l)=>jsxRuntime.jsxs("div",{ref:l,className:o(tv({size:t,className:e})),...s,children:[a&&jsxRuntime.jsx("div",{className:o(ES({size:t})),"aria-hidden":"true",children:a}),r&&jsxRuntime.jsx("h3",{className:o(HS({size:t})),children:r}),n&&jsxRuntime.jsx("p",{className:o(AS({size:t})),children:n}),i&&jsxRuntime.jsx("div",{className:"mt-2",children:i})]}));av.displayName="IllustratedMessage";var nv=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"}}),$S={info:lucideReact.Info,success:lucideReact.CheckCircle2,warning:lucideReact.AlertTriangle,error:lucideReact.AlertCircle,neutral:lucideReact.Info},iv=K__namespace.forwardRef(({className:e,variant:t,title:a,icon:r,hideIcon:n=false,isDismissible:i=false,onDismiss:s,actions:l,children:d,...m},p)=>{let[c,f]=K__namespace.useState(true);if(!c)return null;let u=$S[t??"info"],v=()=>{f(false),s?.();};return jsxRuntime.jsxs("div",{ref:p,role:"alert",className:o(nv({variant:t,className:e})),...m,children:[!n&&jsxRuntime.jsx("div",{className:"flex-shrink-0",children:r||jsxRuntime.jsx(u,{className:"h-5 w-5"})}),jsxRuntime.jsxs("div",{className:"flex-1 space-y-1",children:[a&&jsxRuntime.jsx("div",{className:"font-medium",children:a}),d&&jsxRuntime.jsx("div",{className:"opacity-90",children:d}),l&&jsxRuntime.jsx("div",{className:"mt-3 flex gap-2",children:l})]}),i&&jsxRuntime.jsx("button",{type:"button",onClick:v,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"})})]})});iv.displayName="InlineAlert";var sv=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"}}),lv=K__namespace.forwardRef(({className:e,position:t,size:a,selectedCount:r=0,isOpen:n=true,onClose:i,showClose:s=true,selectedText:l,children:d,...m},p)=>{if(!n||r===0)return null;let c=()=>typeof l=="function"?l(r):l||`${r} item${r>1?"s":""} selected`;return jsxRuntime.jsxs("div",{ref:p,role:"toolbar","aria-label":"Actions for selected items",className:o(sv({position:t,size:a,className:e})),...m,children:[jsxRuntime.jsx("span",{className:"text-sm font-medium text-muted-foreground whitespace-nowrap",children:c()}),jsxRuntime.jsx("div",{className:"h-4 w-px bg-border"}),jsxRuntime.jsx("div",{className:"flex items-center gap-1",children:d}),s&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"h-4 w-px bg-border"}),jsxRuntime.jsx("button",{type:"button",onClick:i,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"})})]})]})});lv.displayName="ActionBar";var dv=K__namespace.forwardRef(({className:e,icon:t,children:a,...r},n)=>jsxRuntime.jsxs("button",{ref:n,type:"button",className:o("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),...r,children:[t&&jsxRuntime.jsx("span",{className:"h-4 w-4 [&>svg]:h-full [&>svg]:w-full",children:t}),a]}));dv.displayName="ActionBarButton";var cv=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 qS(e){return "items"in e}var mv=K__namespace.forwardRef(({items:e,align:t="end",side:a="bottom",iconOrientation:r="vertical",trigger:n,variant:i,size:s,onAction:l,"aria-label":d="More actions",triggerClassName:m,disabled:p},c)=>{let f={sm:"h-3.5 w-3.5",md:"h-4 w-4",lg:"h-5 w-5"}[s??"md"],u=r==="horizontal"?lucideReact.MoreHorizontal:lucideReact.MoreVertical,v=g=>{g.onSelect?.(),l?.(g.key);},R=g=>jsxRuntime.jsxs(Dt,{disabled:g.isDisabled,onClick:()=>v(g),className:o(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(ir,{children:[jsxRuntime.jsx(sr,{asChild:true,children:n||jsxRuntime.jsx("button",{ref:c,type:"button",disabled:p,className:o(cv({variant:i,size:s}),m),"aria-label":d,children:jsxRuntime.jsx(u,{className:f})})}),jsxRuntime.jsx(Da,{align:t,side:a,children:e.map((g,h)=>qS(g)?jsxRuntime.jsxs(K__namespace.Fragment,{children:[h>0&&jsxRuntime.jsx(Mn,{}),g.items.map(R)]},g.key):R(g))})]})});mv.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 bv({className:e,variant:t,size:a,items:r,selectedKeys:n,selectionMode:i="none",onSelectionChange:s,allowsDragging:l=false,onReorder:d,showCheckbox:m=false,renderItem:p,emptyContent:c,...f}){let[u,v]=K__namespace.useState(new Set),[R,g]=K__namespace.useState(null),[h,w]=K__namespace.useState(null),b=K__namespace.useMemo(()=>n?n instanceof Set?n:new Set(n):u,[n,u]),x=k=>{if(i==="none")return;let T;i==="single"?T=b.has(k)?new Set:new Set([k]):(T=new Set(b),T.has(k)?T.delete(k):T.add(k)),n||v(T),s?.(T);},P=(k,T)=>{g(T),k.dataTransfer.effectAllowed="move";},y=(k,T)=>{k.preventDefault(),R!==T&&w(T);},C=()=>{if(R&&h&&R!==h){let k=r.findIndex(M=>M.key===R),T=r.findIndex(M=>M.key===h),N=[...r],[S]=N.splice(k,1);N.splice(T,0,S),d?.(N);}g(null),w(null);};return r.length===0?jsxRuntime.jsx("div",{className:o("flex items-center justify-center p-8 text-muted-foreground",e),children:c||"No items"}):jsxRuntime.jsx("div",{role:"listbox","aria-multiselectable":i==="multiple",className:o(fv({variant:t,size:a,className:e})),...f,children:r.map(k=>{let T=b.has(k.key),N=R===k.key,S=h===k.key;return p?jsxRuntime.jsx("div",{role:"option","aria-selected":T,onClick:()=>x(k.key),children:p(k,T)},k.key):jsxRuntime.jsxs("div",{role:"option","aria-selected":T,"aria-disabled":k.isDisabled,draggable:l&&!k.isDisabled,onDragStart:M=>P(M,k.key),onDragOver:M=>y(M,k.key),onDragEnd:C,onClick:()=>!k.isDisabled&&x(k.key),className:o(gv({variant:t,size:a,isSelected:T,isDisabled:k.isDisabled}),N&&"opacity-50",S&&"border-t-2 border-t-primary"),children:[l&&jsxRuntime.jsx(lucideReact.GripVertical,{className:"h-4 w-4 text-muted-foreground cursor-grab"}),m&&i!=="none"&&jsxRuntime.jsx("div",{className:o("flex h-4 w-4 items-center justify-center rounded border",T?"bg-primary border-primary text-primary-foreground":"border-input"),children:T&&jsxRuntime.jsx(lucideReact.Check,{className:"h-3 w-3"})}),k.icon&&jsxRuntime.jsx("span",{className:"h-5 w-5 text-muted-foreground [&>svg]:h-full [&>svg]:w-full",children:k.icon}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("div",{className:"truncate",children:k.label}),k.description&&jsxRuntime.jsx("div",{className:"text-sm text-muted-foreground truncate",children:k.description})]})]},k.key)})})}bv.displayName="ListView";var hv=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"}}),QS=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"}}),vv=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",{variants:{size:{sm:"h-3.5 w-3.5",md:"h-5 w-5",lg:"h-6 w-6"}},defaultVariants:{size:"md"}}),xv=K__namespace.forwardRef(({className:e,orientation:t="horizontal",size:a,value:r,defaultValue:n=[25,75],onValueChange:i,onValueCommit:s,showLabels:l=false,formatLabel:d=g=>String(g),trackColor:m="primary",min:p=0,max:c=100,step:f=1,disabled:u,...v},R)=>{let[g,h]=K__namespace.useState(n),w=r??g,b=y=>{let C=y;r||h(C),i?.(C);},x=y=>{s?.(y);},P={primary:"bg-primary",success:"bg-green-500",warning:"bg-yellow-500",danger:"bg-red-500"}[m];return jsxRuntime.jsxs("div",{className:"relative w-full",children:[l&&jsxRuntime.jsxs("div",{className:"flex justify-between mb-2 text-sm text-muted-foreground",children:[jsxRuntime.jsx("span",{children:d(w[0])}),jsxRuntime.jsx("span",{children:d(w[1])})]}),jsxRuntime.jsxs(Qt__namespace.Root,{ref:R,value:w,onValueChange:b,onValueCommit:x,min:p,max:c,step:f,disabled:u,orientation:t??"horizontal",className:o(hv({orientation:t,size:a,className:e})),...v,children:[jsxRuntime.jsx(Qt__namespace.Track,{className:o(QS({orientation:t,size:a})),children:jsxRuntime.jsx(Qt__namespace.Range,{className:o("absolute rounded-full",P,{"h-full":t==="horizontal","w-full":t==="vertical"})})}),jsxRuntime.jsx(Qt__namespace.Thumb,{className:o(vv({size:a}))}),jsxRuntime.jsx(Qt__namespace.Thumb,{className:o(vv({size:a}))})]})]})});xv.displayName="RangeSlider";var wv=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"}}),rT=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"}}),oT={help:lucideReact.HelpCircle,info:lucideReact.Info,warning:lucideReact.AlertCircle},Nv=K__namespace.forwardRef(({variant:e="help",size:t,title:a,children:r,trigger:n,side:i="top",align:s="center",open:l,onOpenChange:d,learnMoreUrl:m,learnMoreText:p="Learn more",triggerClassName:c,contentClassName:f},u)=>{let v=oT[e??"help"];return jsxRuntime.jsxs(ht__namespace.Root,{open:l,onOpenChange:d,children:[jsxRuntime.jsx(ht__namespace.Trigger,{asChild:true,children:n||jsxRuntime.jsx("button",{ref:u,type:"button",className:o(wv({variant:e,size:t}),c),"aria-label":"Help",children:jsxRuntime.jsx(v,{className:"h-full w-full"})})}),jsxRuntime.jsx(ht__namespace.Portal,{children:jsxRuntime.jsxs(ht__namespace.Content,{side:i,align:s,sideOffset:8,className:o(rT({size:t}),f),children:[a&&jsxRuntime.jsx("div",{className:"mb-2 font-semibold text-foreground",children:a}),jsxRuntime.jsx("div",{className:"text-muted-foreground",children:r}),m&&jsxRuntime.jsxs("a",{href:m,target:"_blank",rel:"noopener noreferrer",className:"mt-3 inline-block text-primary hover:underline",children:[p," \u2192"]}),jsxRuntime.jsx(ht__namespace.Arrow,{className:"fill-popover"})]})})]})});Nv.displayName="ContextualHelp";var Cv=classVarianceAuthority.cva("flex flex-wrap",{variants:{spacing:{sm:"gap-1",md:"gap-2",lg:"gap-3"}},defaultVariants:{spacing:"md"}}),$l=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 Sv({className:e,spacing:t,variant:a,size:r,items:n,selectedKeys:i,selectionMode:s="none",onSelectionChange:l,allowsRemoving:d=false,onRemove:m,label:p,description:c,errorMessage:f,maxTags:u,...v}){let[R,g]=K__namespace.useState(new Set),h=K__namespace.useMemo(()=>i?i instanceof Set?i:new Set(i):R,[i,R]),w=y=>{if(s==="none")return;let C;s==="single"?C=h.has(y)?new Set:new Set([y]):(C=new Set(h),C.has(y)?C.delete(y):C.add(y)),i||g(C),l?.(C);},b=(y,C)=>{C.stopPropagation(),m?.(y);},x=u?n.slice(0,u):n,P=u?Math.max(0,n.length-u):0;return jsxRuntime.jsxs("div",{className:"flex flex-col gap-1.5",children:[p&&jsxRuntime.jsx("span",{className:"text-sm font-medium text-foreground",children:p}),c&&jsxRuntime.jsx("span",{className:"text-sm text-muted-foreground",children:c}),jsxRuntime.jsxs("div",{role:"group","aria-label":p,className:o(Cv({spacing:t}),e),...v,children:[x.map(y=>{let C=h.has(y.key),k=s!=="none";return jsxRuntime.jsxs("span",{role:k?"button":void 0,tabIndex:k&&!y.isDisabled?0:void 0,"aria-pressed":k?C:void 0,onClick:()=>!y.isDisabled&&w(y.key),onKeyDown:T=>{(T.key==="Enter"||T.key===" ")&&!y.isDisabled&&(T.preventDefault(),w(y.key));},style:y.color?{backgroundColor:y.color}:void 0,className:o($l({variant:y.color?void 0:a,size:r,isSelected:C,isDisabled:y.isDisabled}),k&&!y.isDisabled&&"cursor-pointer hover:opacity-80",y.color&&"text-white"),children:[y.icon&&jsxRuntime.jsx("span",{className:"h-3.5 w-3.5 [&>svg]:h-full [&>svg]:w-full",children:y.icon}),y.label,d&&!y.isDisabled&&jsxRuntime.jsx("button",{type:"button",onClick:T=>b(y.key,T),className:"ml-0.5 rounded-full p-0.5 hover:bg-black/10 dark:hover:bg-white/10","aria-label":`Remove ${y.label}`,children:jsxRuntime.jsx(lucideReact.X,{className:"h-3 w-3"})})]},y.key)}),P>0&&jsxRuntime.jsxs("span",{className:o($l({variant:"surface",size:r}),"cursor-default"),children:["+",P," more"]})]}),f&&jsxRuntime.jsx("span",{className:"text-sm text-destructive",children:f})]})}Sv.displayName="TagGroup";var kv=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"}}),Dv=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 Lv({className:e,columns:t,gap:a,items:r,selectedKeys:n,selectionMode:i="none",onSelectionChange:s,showSelectionIndicator:l=true,itemVariant:d="default",itemSize:m="md",renderItem:p,emptyContent:c,...f}){let[u,v]=K__namespace.useState(new Set),R=K__namespace.useMemo(()=>n?n instanceof Set?n:new Set(n):u,[n,u]),g=h=>{if(i==="none")return;let w;i==="single"?w=R.has(h)?new Set:new Set([h]):(w=new Set(R),w.has(h)?w.delete(h):w.add(h)),n||v(w),s?.(w);};return r.length===0?jsxRuntime.jsx("div",{className:o("flex items-center justify-center p-8 text-muted-foreground",e),children:c||"No items"}):jsxRuntime.jsx("div",{role:"grid","aria-multiselectable":i==="multiple",className:o(kv({columns:t,gap:a,className:e})),...f,children:r.map(h=>{let w=R.has(h.key);return p?jsxRuntime.jsx("div",{role:"gridcell","aria-selected":w,onClick:()=>g(h.key),children:p(h,w)},h.key):jsxRuntime.jsxs("div",{role:"gridcell","aria-selected":w,"aria-disabled":h.isDisabled,onClick:()=>!h.isDisabled&&g(h.key),className:o(Dv({variant:d,size:m,isSelected:w,isDisabled:h.isDisabled})),children:[l&&i!=="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"})}),h.thumbnail&&jsxRuntime.jsx("div",{className:"mb-2 aspect-square w-full overflow-hidden rounded-md bg-muted",children:h.thumbnail}),jsxRuntime.jsxs("div",{className:"min-w-0",children:[jsxRuntime.jsx("div",{className:"truncate font-medium",children:h.label}),h.description&&jsxRuntime.jsx("div",{className:"mt-1 truncate text-sm text-muted-foreground",children:h.description})]})]},h.key)})})}Lv.displayName="GridList";var Iv=classVarianceAuthority.cva("relative w-full",{variants:{size:{sm:"h-1.5",md:"h-2",lg:"h-3"}},defaultVariants:{size:"md"}}),sT=classVarianceAuthority.cva("w-full h-full rounded-full overflow-hidden",{variants:{variant:{default:"bg-secondary",subtle:"bg-muted"}},defaultVariants:{variant:"default"}}),lT=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}}),zi=K__namespace.forwardRef(({className:e,size:t,value:a,min:r=0,max:n=100,optimum:i,low:s,high:l,label:d,showValueLabel:m=false,formatValue:p,color:c="primary",trackVariant:f="default",...u},v)=>{let R=Math.min(100,Math.max(0,(a-r)/(n-r)*100)),g=()=>{if(c!=="auto")return "";let w=(a-r)/(n-r),b=s!==void 0?(s-r)/(n-r):.25,x=l!==void 0?(l-r)/(n-r):.75;return (i!==void 0?(i-r)/(n-r):1)>=.5?w<=b?"bg-red-500":w<=x?"bg-yellow-500":"bg-green-500":w>=x?"bg-red-500":w>=b?"bg-yellow-500":"bg-green-500"},h=p?p(a,R):`${Math.round(R)}%`;return jsxRuntime.jsxs("div",{ref:v,className:o("w-full",e),...u,children:[(d||m)&&jsxRuntime.jsxs("div",{className:"flex items-center justify-between mb-1.5",children:[d&&jsxRuntime.jsx("span",{className:"text-sm font-medium text-foreground",children:d}),m&&jsxRuntime.jsx("span",{className:"text-sm text-muted-foreground",children:h})]}),jsxRuntime.jsx("div",{role:"meter","aria-valuenow":a,"aria-valuemin":r,"aria-valuemax":n,"aria-label":d,className:o(Iv({size:t})),children:jsxRuntime.jsx("div",{className:o(sT({variant:f})),children:jsxRuntime.jsx("div",{className:o(lT({color:c==="auto"?void 0:c,rounded:R>=100}),c==="auto"&&g()),style:{width:`${R}%`}})})})]})});zi.displayName="Meter";var Ev=K__namespace.forwardRef((e,t)=>jsxRuntime.jsx(zi,{ref:t,color:"auto",low:50,high:80,optimum:0,...e}));Ev.displayName="DiskUsageMeter";var Hv=K__namespace.forwardRef((e,t)=>jsxRuntime.jsx(zi,{ref:t,color:"auto",low:20,high:50,optimum:100,...e}));Hv.displayName="BatteryMeter";var zv=classVarianceAuthority.cva("flex flex-wrap",{variants:{size:{sm:"gap-1",md:"gap-1.5",lg:"gap-2"},layout:{wrap:"flex-wrap",grid:"grid"}},defaultVariants:{size:"md",layout:"wrap"}}),Bv=["#000000","#ffffff","#ef4444","#f97316","#eab308","#22c55e","#06b6d4","#3b82f6","#8b5cf6","#ec4899"],Fv=["#f8fafc","#f1f5f9","#e2e8f0","#cbd5e1","#94a3b8","#64748b","#475569","#334155","#1e293b","#0f172a","#fef2f2","#fee2e2","#fecaca","#fca5a5","#f87171","#ef4444","#dc2626","#b91c1c","#991b1b","#7f1d1d","#fff7ed","#ffedd5","#fed7aa","#fdba74","#fb923c","#f97316","#ea580c","#c2410c","#9a3412","#7c2d12","#fefce8","#fef9c3","#fef08a","#fde047","#facc15","#eab308","#ca8a04","#a16207","#854d0e","#713f12","#f0fdf4","#dcfce7","#bbf7d0","#86efac","#4ade80","#22c55e","#16a34a","#15803d","#166534","#14532d","#eff6ff","#dbeafe","#bfdbfe","#93c5fd","#60a5fa","#3b82f6","#2563eb","#1d4ed8","#1e40af","#1e3a8a","#faf5ff","#f3e8ff","#e9d5ff","#d8b4fe","#c084fc","#a855f7","#9333ea","#7e22ce","#6b21a8","#581c87","#fdf2f8","#fce7f3","#fbcfe8","#f9a8d4","#f472b6","#ec4899","#db2777","#be185d","#9d174d","#831843"],Ov=["#f44336","#e91e63","#9c27b0","#673ab7","#3f51b5","#2196f3","#03a9f4","#00bcd4","#009688","#4caf50","#8bc34a","#cddc39","#ffeb3b","#ffc107","#ff9800","#ff5722","#795548","#9e9e9e","#607d8b"],Gv=K__namespace.forwardRef(({value:e,defaultValue:t,onChange:a,colors:r="default",customColors:n,size:i,layout:s,swatchSize:l="md",swatchShape:d="square",columns:m,disabled:p,showSelection:c=true,className:f,...u},v)=>{let[R,g]=K__namespace.useState(t),h=e!==void 0?e:R,b=(()=>{if(n)return n;if(Array.isArray(r))return r;switch(r){case "tailwind":return Fv;case "material":return Ov;default:return Bv}})(),x=y=>{p||(e===void 0&&g(y),a?.(y));},P=s==="grid"&&m?{gridTemplateColumns:`repeat(${m}, 1fr)`}:{};return jsxRuntime.jsx("div",{ref:v,role:"listbox","aria-label":"Color palette",className:o(zv({size:i,layout:s}),f),style:P,...u,children:b.map((y,C)=>jsxRuntime.jsx(Ur,{color:y,size:l,shape:d,isSelected:c&&h?.toLowerCase()===y.toLowerCase(),onSelect:x,disabled:p,role:"option","aria-selected":h?.toLowerCase()===y.toLowerCase()},`${y}-${C}`))})});Gv.displayName="ColorSwatchPicker";var Wv=classVarianceAuthority.cva("relative rounded-md border border-input 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"}},defaultVariants:{size:"md"}}),Oi=(e,t,a)=>{let r=n=>{let i=(n+e/60)%6;return a-a*t*Math.max(Math.min(i,4-i,1),0)};return [Math.round(r(5)*255),Math.round(r(3)*255),Math.round(r(1)*255)]},$v=(e,t,a)=>{e/=255,t/=255,a/=255;let r=Math.max(e,t,a),n=Math.min(e,t,a),i=r-n,s=0,l=r===0?0:i/r,d=r;if(i!==0)switch(r){case e:s=((t-a)/i+(t<a?6:0))*60;break;case t:s=((a-e)/i+2)*60;break;case a:s=((e-t)/i+4)*60;break}return [s,l,d]},_v=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},Kv=(e,t,a)=>"#"+[e,t,a].map(r=>r.toString(16).padStart(2,"0")).join(""),Yv=K__namespace.forwardRef(({hue:e,saturation:t,brightness:a,value:r,defaultValue:n="#ff0000",onChange:i,onColorChange:s,size:l,disabled:d,thumbSize:m=16,className:p,...c},f)=>{let u=K__namespace.useRef(null),[v,R]=K__namespace.useState(false),g=K__namespace.useCallback(H=>{let j=_v(H);return j?$v(...j):[0,1,1]},[]),[h,w]=K__namespace.useState(()=>g(r||n)),b=e??h[0],x=t??h[1],P=a??h[2];K__namespace.useEffect(()=>{if(r){let H=g(r);w(H);}},[r,g]);let y=K__namespace.useCallback((H,j)=>{if(d||!u.current)return;let $=u.current.getBoundingClientRect(),Ve=Math.max(0,Math.min(1,(H-$.left)/$.width)),ve=Math.max(0,Math.min(1,(j-$.top)/$.height)),A=Ve,B=1-ve;t===void 0&&a===void 0&&w([b,A,B]),i?.({hue:b,saturation:A,brightness:B});let te=Oi(b,A,B);s?.(Kv(...te));},[d,b,t,a,i,s]),C=H=>{d||(H.preventDefault(),R(true),H.target.setPointerCapture(H.pointerId),y(H.clientX,H.clientY));},k=H=>{v&&y(H.clientX,H.clientY);},T=H=>{R(false),H.target.releasePointerCapture(H.pointerId);},[N,S,M]=Oi(b,1,1),L=`rgb(${N}, ${S}, ${M})`,E=x*100,V=(1-P)*100,[D,I,z]=Oi(b,x,P),W=`rgb(${D}, ${I}, ${z})`;return jsxRuntime.jsx("div",{ref:f,className:o(Wv({size:l}),d&&"cursor-not-allowed opacity-50",p),...c,children:jsxRuntime.jsxs("div",{ref:u,className:"absolute inset-0",style:{backgroundColor:L},onPointerDown:C,onPointerMove:k,onPointerUp:T,onPointerLeave:T,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 shadow-md pointer-events-none",style:{width:m,height:m,left:`calc(${E}% - ${m/2}px)`,top:`calc(${V}% - ${m/2}px)`,backgroundColor:W,boxShadow:"0 0 0 1px rgba(0,0,0,0.2), 0 2px 4px rgba(0,0,0,0.2)"}})]})})});Yv.displayName="ColorArea";var jv=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"}}),pT=`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")`,Uv="linear-gradient(to right, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000)",Xv=K__namespace.forwardRef(({value:e,defaultValue:t,onChange:a,channel:r="hue",baseColor:n="#ff0000",orientation:i,size:s,disabled:l,thumbSize:d=18,showBorder:m=true,className:p,...c},f)=>{let u=K__namespace.useRef(null),[v,R]=K__namespace.useState(false),g=()=>{switch(r){case "hue":return 0;case "alpha":case "saturation":case "brightness":return 1;default:return 0}},[h,w]=K__namespace.useState(t??g()),b=e??h,x=r==="hue"?b/360:b,P=K__namespace.useCallback((L,E)=>{if(l||!u.current)return;let V=u.current.getBoundingClientRect(),D=i!=="vertical",I;D?I=Math.max(0,Math.min(1,(L-V.left)/V.width)):I=Math.max(0,Math.min(1,1-(E-V.top)/V.height));let z=r==="hue"?I*360:I;e===void 0&&w(z),a?.(z);},[l,i,r,e,a]),y=L=>{l||(L.preventDefault(),R(true),L.target.setPointerCapture(L.pointerId),P(L.clientX,L.clientY));},C=L=>{v&&P(L.clientX,L.clientY);},k=L=>{R(false),L.target.releasePointerCapture(L.pointerId);},T=()=>{let L=i!=="vertical",E=L?"to right":"to top";switch(r){case "hue":return L?Uv:"linear-gradient(to top, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000)";case "alpha":return `linear-gradient(${E}, transparent, ${n})`;case "saturation":return `linear-gradient(${E}, #808080, ${n})`;case "brightness":return `linear-gradient(${E}, #000000, ${n})`;default:return Uv}},N=()=>r==="hue"?`hsl(${b}, 100%, 50%)`:n,S=i!=="vertical",M=x*100;return jsxRuntime.jsx("div",{ref:f,className:o(jv({orientation:i,size:s}),l&&"cursor-not-allowed opacity-50",p),...c,children:jsxRuntime.jsxs("div",{ref:u,className:o("absolute inset-0 rounded-full overflow-hidden",m&&"border border-input"),style:{backgroundImage:r==="alpha"?pT:void 0,backgroundSize:r==="alpha"?"8px 8px":void 0},onPointerDown:y,onPointerMove:C,onPointerUp:k,onPointerLeave:k,children:[jsxRuntime.jsx("div",{className:"absolute inset-0 rounded-full",style:{background:T()}}),jsxRuntime.jsx("div",{className:"absolute rounded-full border-2 border-white shadow-md pointer-events-none",style:{width:d,height:d,...S?{left:`calc(${M}% - ${d/2}px)`,top:"50%",transform:"translateY(-50%)"}:{bottom:`calc(${M}% - ${d/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)"}})]})})});Xv.displayName="ColorSlider";var qv=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"}}),bT=(e,t,a)=>{let r=e-a,n=t-a,i=Math.atan2(n,r)*180/Math.PI+90;return i<0&&(i+=360),i},Zv=K__namespace.forwardRef(({value:e,defaultValue:t=0,onChange:a,size:r,disabled:n,innerRadius:i=.6,thumbSize:s=20,showCenter:l=true,className:d,...m},p)=>{let c=K__namespace.useRef(null),[f,u]=K__namespace.useState(false),[v,R]=K__namespace.useState(t),g=e??v,h=K__namespace.useCallback((y,C)=>{if(n||!c.current)return;let k=c.current.getBoundingClientRect(),T=k.width/2,N=y-k.left,S=C-k.top,M=bT(N,S,T);e===void 0&&R(M),a?.(M);},[n,e,a]),w=y=>{n||(y.preventDefault(),u(true),y.target.setPointerCapture(y.pointerId),h(y.clientX,y.clientY));},b=y=>{f&&h(y.clientX,y.clientY);},x=y=>{u(false),y.target.releasePointerCapture(y.pointerId);},P=()=>{let y=[];for(let C=0;C<=360;C+=30)y.push(`hsl(${C}, 100%, 50%) ${C}deg`);return `conic-gradient(from 270deg, ${y.join(", ")})`};return jsxRuntime.jsx("div",{ref:p,className:o(qv({size:r}),n&&"cursor-not-allowed opacity-50",d),...m,children:jsxRuntime.jsxs("div",{ref:c,className:"absolute inset-0 rounded-full",style:{background:P()},onPointerDown:w,onPointerMove:b,onPointerUp:x,onPointerLeave:x,children:[i<1&&jsxRuntime.jsx("div",{className:"absolute bg-background rounded-full",style:{top:`${(1-i)*50}%`,left:`${(1-i)*50}%`,width:`${i*100}%`,height:`${i*100}%`}}),l&&i<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(vT,{hue:g,innerRadius:i,thumbSize:s})]})})});Zv.displayName="ColorWheel";var vT=({hue:e,innerRadius:t,thumbSize:a})=>{let r=(1-(1-t)/2)*50,n=(e-90)*Math.PI/180,i=50+r*Math.cos(n),s=50+r*Math.sin(n);return jsxRuntime.jsx("div",{className:"absolute rounded-full border-2 border-white shadow-md pointer-events-none",style:{width:a,height:a,left:`calc(${i}% - ${a/2}px)`,top:`calc(${s}% - ${a/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 Jv=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}}),sn=K__namespace.forwardRef(({className:e,direction:t,align:a,justify:r,wrap:n,gap:i,inline:s,as:l="div",...d},m)=>jsxRuntime.jsx(l,{ref:m,className:o(Jv({direction:t,align:a,justify:r,wrap:n,gap:i,inline:s,className:e})),...d}));sn.displayName="Flex";var Qv=K__namespace.forwardRef(({gap:e=2,align:t="center",...a},r)=>jsxRuntime.jsx(sn,{ref:r,direction:"row",gap:e,align:t,...a}));Qv.displayName="HStack";var eh=K__namespace.forwardRef(({gap:e=2,align:t="stretch",...a},r)=>jsxRuntime.jsx(sn,{ref:r,direction:"column",gap:e,align:t,...a}));eh.displayName="VStack";var th=K__namespace.forwardRef((e,t)=>jsxRuntime.jsx(sn,{ref:t,align:"center",justify:"center",...e}));th.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"}}),Wi=K__namespace.forwardRef(({className:e,columns:t,rows:a,gap:r,gapX:n,gapY:i,flow:s,align:l,justify:d,placeItems:m,as:p="div",minChildWidth:c,style:f,...u},v)=>{let R=c?{...f,gridTemplateColumns:`repeat(auto-fill, minmax(${c}, 1fr))`}:f;return jsxRuntime.jsx(p,{ref:v,className:o(rh({columns:c?void 0:t,rows:a,gap:r,gapX:n,gapY:i,flow:s,align:l,justify:d,placeItems:m,className:e})),style:R,...u})});Wi.displayName="Grid";var oh=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"}}}),nh=K__namespace.forwardRef(({className:e,colSpan:t,rowSpan:a,colStart:r,colEnd:n,rowStart:i,rowEnd:s,as:l="div",...d},m)=>jsxRuntime.jsx(l,{ref:m,className:o(oh({colSpan:t,rowSpan:a,colStart:r,colEnd:n,rowStart:i,rowEnd:s,className:e})),...d}));nh.displayName="GridItem";var ih=K__namespace.forwardRef(({columns:e=2,className:t,...a},r)=>{if(typeof e=="number")return jsxRuntime.jsx(Wi,{ref:r,columns:e,className:t,...a});let n=o(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(Wi,{ref:r,columns:1,className:o(n,t),...a})});ih.displayName="SimpleGrid";var lh=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"}}),dh=K__namespace.forwardRef(({className:e,variant:t,size:a,radius:r,as:n="div",...i},s)=>jsxRuntime.jsx(n,{ref:s,className:o(lh({variant:t,size:a,radius:r,className:e})),...i}));dh.displayName="Well";var mh=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"}}),wT=classVarianceAuthority.cva("text-muted-foreground font-medium",{variants:{size:{sm:"text-xs",md:"text-sm",lg:"text-base"}},defaultVariants:{size:"md"}}),NT=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}}),uh=K__namespace.forwardRef(({className:e,orientation:t,size:a,align:r,label:n,value:i,valueWeight:s,mono:l,labelWidth:d,labelClassName:m,valueClassName:p,showColon:c=false,copyable:f=false,onCopy:u,...v},R)=>{let g=async()=>{if(!(!f||i===null||i===void 0))try{let h=typeof i=="string"?i:String(i);await navigator.clipboard.writeText(h),u?.();}catch{}};return jsxRuntime.jsxs("div",{ref:R,className:o(mh({orientation:t,size:a,align:r,className:e})),...v,children:[jsxRuntime.jsxs("span",{className:o(wT({size:a}),m),style:d?{width:d,flexShrink:0}:void 0,children:[n,c&&":"]}),jsxRuntime.jsx("span",{className:o(NT({size:a,weight:s,mono:l}),f&&"cursor-pointer hover:bg-accent/50 rounded px-1 -mx-1 transition-colors",p),onClick:f?g:void 0,role:f?"button":void 0,tabIndex:f?0:void 0,onKeyDown:f?h=>{(h.key==="Enter"||h.key===" ")&&(h.preventDefault(),g());}:void 0,children:i})]})});uh.displayName="LabeledValue";var ph=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"}}),fh=K__namespace.forwardRef(({className:e,orientation:t,gap:a,...r},n)=>jsxRuntime.jsx("div",{ref:n,className:o(ph({orientation:t,gap:a,className:e})),...r}));fh.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"}}),po=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"}}),xh=K__namespace.forwardRef(({value:e,defaultValue:t="",onChange:a,onSearch:r,onSelect:n,suggestions:i=[],recentSearches:s=[],onClearRecentSearches:l,trendingSearches:d=[],isLoading:m,showClear:p=true,showIcon:c=true,popoverWidth:f="trigger",emptyMessage:u="No results found",size:v,variant:R,className:g,placeholder:h="Search...",disabled:w,...b},x)=>{let[P,y]=K__namespace.useState(false),[C,k]=K__namespace.useState(t),T=e!==void 0?e:C,N=K__namespace.useRef(null);K__namespace.useImperativeHandle(x,()=>N.current);let S=T.length>0,M=P&&(i.length>0||s.length>0||d.length>0||S),L=H=>{e===void 0&&k(H),a?.(H);},E=()=>{L(""),N.current?.focus();},V=H=>{H?.preventDefault(),T.trim()&&(r?.(T.trim()),y(false));},D=H=>{L(H.label),n?.(H),y(false);},I=H=>{L(H),r?.(H),y(false);},z=H=>{L(H),r?.(H),y(false);},W=K__namespace.useMemo(()=>{let H={};return i.forEach(j=>{let $=j.category||"Results";H[$]||(H[$]=[]),H[$].push(j);}),H},[i]);return jsxRuntime.jsxs(Ne,{open:M,onOpenChange:y,children:[jsxRuntime.jsx(Se,{asChild:true,children:jsxRuntime.jsxs("form",{onSubmit:V,className:o(hh({size:v,variant:R}),g),children:[c&&jsxRuntime.jsx(lucideReact.Search,{className:o(po({size:v}),"ml-3")}),jsxRuntime.jsx("input",{ref:N,type:"text",value:T,onChange:H=>L(H.target.value),onFocus:()=>y(true),placeholder:h,disabled:w,className:o("flex-1 bg-transparent px-3 py-2 outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50",!c&&"pl-3"),...b}),p&&S&&!w&&jsxRuntime.jsx("button",{type:"button",onClick:E,className:o("mr-2 rounded-sm p-1 text-muted-foreground hover:text-foreground hover:bg-muted transition-colors",po({size:v})),children:jsxRuntime.jsx(lucideReact.X,{className:"h-full w-full"})})]})}),jsxRuntime.jsx(xe,{className:"p-0",style:{width:f==="trigger"?"var(--radix-popover-trigger-width)":f},align:"start",onOpenAutoFocus:H=>H.preventDefault(),children:jsxRuntime.jsxs(cmdk.Command,{className:"rounded-lg border-0",children:[s.length>0&&!S&&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((H,j)=>jsxRuntime.jsxs("button",{type:"button",onClick:()=>I(H),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:o(po({size:v}))}),jsxRuntime.jsx("span",{className:"flex-1 text-left truncate",children:H}),jsxRuntime.jsx(lucideReact.ArrowRight,{className:o(po({size:v}),"opacity-0 group-hover:opacity-100")})]},j))]}),d.length>0&&!S&&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"})}),d.map((H,j)=>jsxRuntime.jsxs("button",{type:"button",onClick:()=>z(H),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:o(po({size:v}))}),jsxRuntime.jsx("span",{className:"flex-1 text-left truncate",children:H})]},j))]}),S&&jsxRuntime.jsx("div",{className:"p-2",children:m?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"})}):i.length>0?Object.entries(W).map(([H,j])=>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:H})}),j.map($=>jsxRuntime.jsxs("button",{type:"button",onClick:()=>D($),className:"flex w-full items-center gap-2 rounded-sm px-2 py-1.5 text-sm hover:bg-muted",children:[$.icon||jsxRuntime.jsx(lucideReact.Search,{className:o(po({size:v}))}),jsxRuntime.jsxs("div",{className:"flex-1 text-left",children:[jsxRuntime.jsx("div",{className:"truncate",children:$.label}),$.description&&jsxRuntime.jsx("div",{className:"text-xs text-muted-foreground truncate",children:$.description})]})]},$.id))]},H)):jsxRuntime.jsx("div",{className:"py-6 text-center text-sm text-muted-foreground",children:u})})]})})]})});xh.displayName="SearchBar";var yh={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"})},Rh=K__namespace.forwardRef(({open:e,onOpenChange:t,items:a=[],recentItems:r=[],placeholder:n="Search...",isLoading:i,emptyMessage:s="No results found.",filter:l,shortcut:d="\u2318K",onSelect:m,footer:p},c)=>{let[f,u]=K__namespace.useState(""),v=K__namespace.useRef(null);K__namespace.useEffect(()=>{e||u("");},[e]);let R=K__namespace.useMemo(()=>{let b={};return a.forEach(x=>{let P=x.category||"Results";b[P]||(b[P]=[]),b[P].push(x);}),b},[a]),g=b=>{b.onSelect?.(),m?.(b),t?.(false);},h=f.length>0,w=!h&&r.length>0;return jsxRuntime.jsx(ne__namespace.Root,{open:e,onOpenChange:t,children:jsxRuntime.jsxs(ne__namespace.Portal,{children:[jsxRuntime.jsx(ne__namespace.Overlay,{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"}),jsxRuntime.jsx(ne__namespace.Content,{ref:c,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",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:v,value:f,onValueChange:u,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:()=>u(""),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:i?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:[w&&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"}),r.map(b=>jsxRuntime.jsxs(cmdk.Command.Item,{value:b.label,onSelect:()=>g(b),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:b.icon||yh[b.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:b.label}),b.description&&jsxRuntime.jsx("div",{className:"truncate text-xs text-muted-foreground",children:b.description})]}),b.shortcut&&jsxRuntime.jsx("div",{className:"flex items-center gap-1",children:b.shortcut.map((x,P)=>jsxRuntime.jsx("kbd",{className:"rounded bg-muted px-1.5 py-0.5 text-xs font-medium",children:x},P))})]},b.id))]}),h&&Object.entries(R).map(([b,x])=>jsxRuntime.jsxs(cmdk.Command.Group,{heading:b,children:[jsxRuntime.jsx("div",{className:"px-2 py-1.5 text-xs font-medium text-muted-foreground",children:b}),x.map(P=>jsxRuntime.jsxs(cmdk.Command.Item,{value:`${P.label} ${P.keywords?.join(" ")||""}`,onSelect:()=>g(P),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:P.icon||yh[b]||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:P.label}),P.description&&jsxRuntime.jsx("div",{className:"truncate text-xs text-muted-foreground",children:P.description})]}),jsxRuntime.jsx(lucideReact.ArrowRight,{className:"h-4 w-4 text-muted-foreground opacity-0 group-aria-selected:opacity-100"})]},P.id))]},b)),jsxRuntime.jsx(cmdk.Command.Empty,{className:"py-10 text-center text-sm text-muted-foreground",children:s})]})}),p?jsxRuntime.jsx("div",{className:"border-t px-4 py-3",children:p}):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:d})," to open"]})]})]})})]})})});Rh.displayName="SpotlightSearch";function AT(e="k"){let[t,a]=K__namespace.useState(false);return K__namespace.useEffect(()=>{let r=n=>{(n.metaKey||n.ctrlKey)&&n.key===e&&(n.preventDefault(),a(i=>!i));};return document.addEventListener("keydown",r),()=>document.removeEventListener("keydown",r)},[e]),{open:t,setOpen:a,toggle:()=>a(r=>!r)}}var _T=classVarianceAuthority.cva("",{variants:{size:{sm:"",md:"",lg:""}},defaultVariants:{size:"md"}}),KT={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"},YT=e=>{let t=typeof e=="string"?new Date(e):e,r=new Date().getTime()-t.getTime(),n=Math.floor(r/6e4),i=Math.floor(r/36e5),s=Math.floor(r/864e5);return n<1?"Just now":n<60?`${n}m ago`:i<24?`${i}h ago`:s<7?`${s}d ago`:t.toLocaleDateString()},wh=K__namespace.forwardRef(({notifications:e=[],onNotificationClick:t,onMarkAsRead:a,onMarkAllAsRead:r,onDismiss:n,onClearAll:i,showSettings:s,onSettingsClick:l,trigger:d,align:m="end",emptyMessage:p="No notifications",maxHeight:c=400,className:f},u)=>{let[v,R]=K__namespace.useState(false),g=e.filter(b=>!b.read).length,h=e.length>0,w=b=>{b.read||a?.(b.id),t?.(b);};return jsxRuntime.jsxs(Ne,{open:v,onOpenChange:R,children:[jsxRuntime.jsx(Se,{asChild:true,children:d||jsxRuntime.jsxs("button",{ref:u,className:o("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(xe,{className:"w-80 p-0 sm:w-96",align:m,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(wo,{size:"sm",children:[g," new"]})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-1",children:[h&&r&&g>0&&jsxRuntime.jsx("button",{type:"button",onClick:r,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"})}),h&&i&&jsxRuntime.jsx("button",{type:"button",onClick:i,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"})})]})]}),h?jsxRuntime.jsx(ze,{style:{maxHeight:c},children:jsxRuntime.jsx("div",{className:"divide-y",children:e.map(b=>jsxRuntime.jsxs("div",{className:o("group relative flex gap-3 px-4 py-3 transition-colors hover:bg-muted/50",!b.read&&"bg-muted/30"),children:[jsxRuntime.jsx("div",{className:o("flex h-9 w-9 shrink-0 items-center justify-center rounded-full",b.avatar?"overflow-hidden":KT[b.type||"default"]),children:b.avatar?jsxRuntime.jsx("img",{src:b.avatar,alt:"",className:"h-full w-full object-cover"}):b.icon?b.icon:jsxRuntime.jsx(lucideReact.Bell,{className:"h-4 w-4"})}),jsxRuntime.jsxs("button",{type:"button",onClick:()=>w(b),className:"flex-1 text-left",children:[jsxRuntime.jsxs("div",{className:"flex items-start justify-between gap-2",children:[jsxRuntime.jsx("p",{className:o("text-sm",!b.read&&"font-medium"),children:b.title}),!b.read&&jsxRuntime.jsx("span",{className:"mt-1.5 h-2 w-2 shrink-0 rounded-full bg-primary"})]}),b.description&&jsxRuntime.jsx("p",{className:"mt-0.5 text-xs text-muted-foreground line-clamp-2",children:b.description}),jsxRuntime.jsx("p",{className:"mt-1 text-[10px] text-muted-foreground",children:YT(b.timestamp)})]}),jsxRuntime.jsxs("div",{className:"absolute right-2 top-2 flex gap-1 opacity-0 transition-opacity group-hover:opacity-100",children:[!b.read&&a&&jsxRuntime.jsx("button",{type:"button",onClick:x=>{x.stopPropagation(),a(b.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||b.onDismiss)&&jsxRuntime.jsx("button",{type:"button",onClick:x=>{x.stopPropagation(),b.onDismiss?.(),n?.(b.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"})})]})]},b.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:p})]})]})]})});wh.displayName="NotificationCenter";var Nh=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"}}),QT={default:lucideReact.Info,success:lucideReact.CheckCircle2,warning:lucideReact.AlertTriangle,error:lucideReact.AlertCircle},Ph=K__namespace.forwardRef(({message:e,type:t="default",variant:a="solid",showIcon:r=false,icon:n,dismissible:i=true,onDismiss:s,endContent:l,position:d,animate:m,autoDismiss:p,storageKey:c,className:f,...u},v)=>{let[R,g]=K__namespace.useState(true),[h,w]=K__namespace.useState(false);K__namespace.useEffect(()=>{c&&localStorage.getItem(`banner-${c}`)==="true"&&g(false);},[c]),K__namespace.useEffect(()=>{if(p&&R){let y=setTimeout(()=>{b();},p);return ()=>clearTimeout(y)}},[p,R]);let b=()=>{w(true),setTimeout(()=>{g(false),c&&localStorage.setItem(`banner-${c}`,"true"),s?.();},200);};if(!R)return null;let x=QT[t],P=r?n!==void 0?n:x?jsxRuntime.jsx(x,{className:"h-4 w-4"}):null:null;return jsxRuntime.jsxs("div",{ref:v,className:o(Nh({variant:a,type:t,position:d}),m&&"animate-pulse",h&&"animate-out fade-out slide-out-to-top duration-200",f),role:"banner",...u,children:[P&&jsxRuntime.jsx("span",{className:"shrink-0",children:P}),jsxRuntime.jsx("span",{className:"text-center font-medium",children:e}),l&&jsxRuntime.jsx("div",{className:"shrink-0 ml-2",children:l}),i&&jsxRuntime.jsx("button",{type:"button",onClick:b,className:o("absolute right-2 top-1/2 -translate-y-1/2 rounded-sm p-1 transition-opacity hover:opacity-70 cursor-pointer",d==="relative"&&"right-4"),"aria-label":"Dismiss banner",children:jsxRuntime.jsx(lucideReact.X,{className:"h-4 w-4"})})]})});Ph.displayName="Banner";var ln=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:{default:"bg-primary text-primary-foreground hover:bg-primary/90",secondary:"bg-secondary text-secondary-foreground hover:bg-secondary/80",destructive:"bg-destructive text-destructive-foreground hover:bg-destructive/90",outline:"border border-input bg-background hover:bg-muted",ghost:"bg-background hover:bg-muted shadow-md"},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:"default",size:"md",position:"bottom-right"}}),aM=classVarianceAuthority.cva("transition-transform duration-200",{variants:{size:{sm:"h-4 w-4",md:"h-6 w-6",lg:"h-7 w-7"}},defaultVariants:{size:"md"}}),ql=K__namespace.forwardRef(({icon:e,label:t="Action button",extended:a,extendedLabel:r,actions:n,direction:i="up",showTooltip:s=true,closeIcon:l,animation:d="rotate",variant:m,size:p,position:c,className:f,onClick:u,disabled:v,...R},g)=>{let[h,w]=K__namespace.useState(false),b=n&&n.length>0,x=T=>{b&&w(!h),u?.(T);},P=T=>{T.onClick?.(),w(false);},y={up:{container:"flex-col-reverse bottom-full mb-3",item:"mb-3"},down:{container:"flex-col top-full mt-3",item:"mt-3"},left:{container:"flex-row-reverse right-full mr-3",item:"mr-3"},right:{container:"flex-row left-full ml-3",item:"ml-3"}},C=d==="rotate"&&h?"rotate-45":"",k=d==="scale"&&h?"scale-0":"scale-100";return jsxRuntime.jsxs("div",{className:o("z-50",c!=="relative"&&c&&ln({position:c})),children:[b&&h&&jsxRuntime.jsx("div",{className:o("absolute flex items-center gap-2",y[i].container),children:n.map((T,N)=>jsxRuntime.jsxs("div",{className:o("flex items-center gap-2 animate-in fade-in zoom-in duration-200",i==="up"||i==="down"?"flex-row":"flex-col"),style:{animationDelay:`${N*50}ms`},children:[s&&(i==="up"||i==="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:T.label}),T.href?jsxRuntime.jsx("a",{href:T.href,className:o(ln({variant:T.variant||"secondary",size:p==="lg"?"md":"sm"})),"aria-label":T.label,children:T.icon}):jsxRuntime.jsx("button",{type:"button",onClick:()=>P(T),className:o(ln({variant:T.variant||"secondary",size:p==="lg"?"md":"sm"})),"aria-label":T.label,children:T.icon}),s&&(i==="left"||i==="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:T.label})]},T.id))}),jsxRuntime.jsxs("button",{ref:g,type:"button",onClick:x,disabled:v,className:o(ln({variant:m,size:p,position:"relative"}),a&&"px-6 gap-2",f),"aria-label":t,"aria-expanded":b?h:void 0,...R,children:[h&&l?l:jsxRuntime.jsx("span",{className:o(aM({size:p}),C,k,"transition-all duration-200"),children:e||jsxRuntime.jsx(lucideReact.Plus,{})}),a&&r&&jsxRuntime.jsx("span",{className:"font-medium",children:r})]}),b&&h&&jsxRuntime.jsx("div",{className:"fixed inset-0 -z-10",onClick:()=>w(false)})]})});ql.displayName="FloatingActionButton";var rM=ql;var Th=classVarianceAuthority.cva("fixed bottom-0 left-0 right-0 z-50 flex items-center justify-around border-t bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/80 safe-area-inset-bottom",{variants:{variant:{default:"border-border",elevated:"border-transparent shadow-lg",filled:"border-transparent bg-primary text-primary-foreground"},size:{sm:"h-14",md:"h-16",lg:"h-20"}},defaultVariants:{variant:"default",size:"md"}}),oM=classVarianceAuthority.cva("flex flex-1 flex-col items-center justify-center gap-1 transition-colors",{variants:{variant:{default:"text-muted-foreground hover:text-foreground",elevated:"text-muted-foreground hover:text-foreground",filled:"text-primary-foreground/70 hover:text-primary-foreground"},size:{sm:"py-1.5",md:"py-2",lg:"py-3"},isActive:{true:"",false:""}},compoundVariants:[{variant:"default",isActive:true,className:"text-primary"},{variant:"elevated",isActive:true,className:"text-primary"},{variant:"filled",isActive:true,className:"text-primary-foreground"}],defaultVariants:{variant:"default",size:"md",isActive:false}}),nM=classVarianceAuthority.cva("transition-transform",{variants:{size:{sm:"h-5 w-5",md:"h-6 w-6",lg:"h-7 w-7"},isActive:{true:"scale-110",false:""}},defaultVariants:{size:"md",isActive:false}}),iM=classVarianceAuthority.cva("font-medium transition-opacity",{variants:{size:{sm:"text-[10px]",md:"text-xs",lg:"text-sm"},showLabel:{always:"opacity-100",active:"",never:"sr-only"},isActive:{true:"",false:""}},compoundVariants:[{showLabel:"active",isActive:true,className:"opacity-100"},{showLabel:"active",isActive:false,className:"opacity-0 h-0"}],defaultVariants:{size:"md",showLabel:"always",isActive:false}}),Mh=K__namespace.forwardRef(({className:e,variant:t,size:a,items:r,activeKey:n,defaultActiveKey:i,onChange:s,showLabels:l="always",hideOnScroll:d=false,...m},p)=>{let[c,f]=K__namespace.useState(i??r[0]?.key),[u,v]=K__namespace.useState(true),R=K__namespace.useRef(0),g=n??c;K__namespace.useEffect(()=>{if(!d)return;let w=()=>{let b=window.scrollY,x=b>R.current,P=b<R.current;x&&b>100?v(false):P&&v(true),R.current=b;};return window.addEventListener("scroll",w,{passive:true}),()=>window.removeEventListener("scroll",w)},[d]);let h=w=>{n===void 0&&f(w.key),s?.(w.key),w.onClick?.();};return jsxRuntime.jsx("nav",{ref:p,role:"navigation","aria-label":"Bottom navigation",className:o(Th({variant:t,size:a,className:e}),"transition-transform duration-300",!u&&"translate-y-full"),...m,children:r.map(w=>{let b=g===w.key,x=b&&w.activeIcon?w.activeIcon:w.icon,P=jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("span",{className:"relative",children:[jsxRuntime.jsx("span",{className:o(nM({size:a,isActive:b})),children:x}),w.badge!==void 0&&jsxRuntime.jsx("span",{className:"absolute -right-2 -top-1 flex h-4 min-w-4 items-center justify-center rounded-full bg-destructive px-1 text-[10px] font-medium text-destructive-foreground",children:typeof w.badge=="number"&&w.badge>99?"99+":w.badge})]}),jsxRuntime.jsx("span",{className:o(iM({size:a,showLabel:l,isActive:b})),children:w.label})]}),y=o(oM({variant:t,size:a,isActive:b}));return w.href?jsxRuntime.jsx("a",{href:w.href,className:y,"aria-current":b?"page":void 0,onClick:()=>h(w),children:P},w.key):jsxRuntime.jsx("button",{type:"button",className:y,"aria-current":b?"page":void 0,onClick:()=>h(w),children:P},w.key)})})});Mh.displayName="BottomNavigation";var dM="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",Dh=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"}}),Lh=K__namespace.forwardRef(({open:e,onOpenChange:t,trigger:a,title:r,description:n,items:i,cancelLabel:s="Cancel",onCancel:l,showCancel:d=true,children:m,closeOnSelect:p=true,onAction:c},f)=>{let u=v=>{v.isDisabled||(v.onSelect?.(),c?.(v.key),p&&t?.(false));};return jsxRuntime.jsxs(vaul.Drawer.Root,{open:e,onOpenChange:t,children:[a&&jsxRuntime.jsx(vaul.Drawer.Trigger,{asChild:true,children:a}),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:dM,children:[jsxRuntime.jsx("div",{className:"mx-auto mt-4 h-1.5 w-12 flex-shrink-0 rounded-full bg-muted"}),(r||n)&&jsxRuntime.jsxs("div",{className:"px-4 py-3 text-center",children:[r&&jsxRuntime.jsx(vaul.Drawer.Title,{className:"text-base font-semibold",children:r}),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:m||jsxRuntime.jsx("div",{className:"divide-y divide-border/40 dark:divide-border/20",children:i?.map(v=>jsxRuntime.jsxs("button",{type:"button",disabled:v.isDisabled,onClick:()=>u(v),className:o(Dh({variant:v.isDestructive?"destructive":"default"})),children:[v.icon&&jsxRuntime.jsx("span",{className:"h-5 w-5 flex-shrink-0 [&>svg]:h-full [&>svg]:w-full",children:v.icon}),jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("div",{className:"font-medium",children:v.label}),v.description&&jsxRuntime.jsx("div",{className:"text-sm text-muted-foreground truncate",children:v.description})]})]},v.key))})}),d&&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})})})]})]})]})});Lh.displayName="ActionSheet";var Ih=classVarianceAuthority.cva("relative overflow-hidden touch-pan-y",{variants:{variant:{default:"",card:"rounded-lg border bg-card"}},defaultVariants:{variant:"default"}}),Jl=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"}}),Eh=K__namespace.forwardRef(({className:e,variant:t,leftActions:a=[],rightActions:r=[],actionSize:n="md",threshold:i=.3,onSwipeEnd:s,disabled:l=false,fullSwipeAction:d,children:m,...p},c)=>{let f=K__namespace.useRef(null),[u,v]=K__namespace.useState(0),[R,g]=K__namespace.useState(false),h=K__namespace.useRef(0),w=K__namespace.useRef(0),b=a.length*(n==="sm"?64:n==="lg"?96:80),x=r.length*(n==="sm"?64:n==="lg"?96:80),P=N=>{l||(g(true),h.current=N.touches[0].clientX,w.current=u);},y=N=>{if(!R||l)return;let M=N.touches[0].clientX-h.current,L=w.current+M;(L>0&&a.length===0||L<0&&r.length===0)&&(L=0),L>b?L=b+(L-b)*.3:L<-x&&(L=-x+(L+x)*.3),v(L);},C=()=>{if(!R)return;g(false);let N=f.current?.offsetWidth||0,S=Math.abs(u)/N;if(d&&S>.6){d==="right"&&u>0&&a[0]?(a[0].onAction?.(),s?.("right",a[0].key)):d==="left"&&u<0&&r[0]&&(r[0].onAction?.(),s?.("left",r[0].key)),v(0);return}u>b*i&&a.length>0?(v(b),s?.("right")):u<-x*i&&r.length>0?(v(-x),s?.("left")):v(0);},k=(N,S)=>{N.onAction?.(),s?.(S,N.key),v(0);},T=()=>{v(0);};return jsxRuntime.jsxs("div",{ref:c,className:o(Ih({variant:t,className:e})),...p,children:[a.length>0&&jsxRuntime.jsx("div",{className:"absolute left-0 top-0 bottom-0 flex",style:{width:b},children:a.map(N=>jsxRuntime.jsxs("button",{type:"button",onClick:()=>k(N,"right"),className:o(Jl({variant:N.variant,size:n})),style:{opacity:Math.min(1,u/b)},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))}),r.length>0&&jsxRuntime.jsx("div",{className:"absolute right-0 top-0 bottom-0 flex",style:{width:x},children:r.map(N=>jsxRuntime.jsxs("button",{type:"button",onClick:()=>k(N,"left"),className:o(Jl({variant:N.variant,size:n})),style:{opacity:Math.min(1,Math.abs(u)/x)},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:o("relative bg-background",R?"":"transition-transform duration-200"),style:{transform:`translateX(${u}px)`},onTouchStart:P,onTouchMove:y,onTouchEnd:C,onClick:u!==0?T:void 0,children:m})]})});Eh.displayName="SwipeActions";var Ah=classVarianceAuthority.cva("relative overflow-hidden",{variants:{variant:{default:"",contained:"h-full"}},defaultVariants:{variant:"default"}}),uM=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"}}),zh=K__namespace.forwardRef(({className:e,variant:t,onRefresh:a,pullThreshold:r=80,maxPullDistance:n=120,loadingIndicator:i,pullIndicator:s,indicatorSize:l="md",disabled:d=false,pullText:m="Pull to refresh",releaseText:p="Release to refresh",refreshingText:c="Refreshing...",children:f,...u},v)=>{let R=K__namespace.useRef(null),[g,h]=K__namespace.useState(0),[w,b]=K__namespace.useState("idle"),x=K__namespace.useRef(0),P=K__namespace.useRef(false),y=()=>d||w==="refreshing"?false:(R.current?.scrollTop??window.scrollY)<=0,C=M=>{y()&&(x.current=M.touches[0].clientY,P.current=true);},k=M=>{if(!P.current||!y())return;let E=M.touches[0].clientY-x.current;if(E<0){h(0),b("idle");return}let D=Math.min(E*.5,n);h(D),b(D>=r?"ready":"pulling");},T=async()=>{if(P.current)if(P.current=false,w==="ready"){b("refreshing"),h(r*.6);try{await a();}finally{b("idle"),h(0);}}else b("idle"),h(0);},N={sm:"h-4 w-4",md:"h-5 w-5",lg:"h-6 w-6"}[l],S=()=>{if(w==="refreshing")return i||jsxRuntime.jsxs("div",{className:"flex flex-col items-center gap-1",children:[jsxRuntime.jsx(lucideReact.Loader2,{className:o(N,"animate-spin text-primary")}),jsxRuntime.jsx("span",{className:"text-xs text-muted-foreground",children:c})]});let M=Math.min(g/r*180,180);return s||jsxRuntime.jsxs("div",{className:"flex flex-col items-center gap-1",children:[jsxRuntime.jsx(lucideReact.ArrowDown,{className:o(N,"text-muted-foreground transition-transform"),style:{transform:`rotate(${M}deg)`}}),jsxRuntime.jsx("span",{className:"text-xs text-muted-foreground",children:w==="ready"?p:m})]})};return jsxRuntime.jsxs("div",{ref:v,className:o(Ah({variant:t,className:e})),...u,children:[jsxRuntime.jsx("div",{className:o(uM({size:l}),"z-10",w==="idle"&&g===0&&"opacity-0"),style:{top:Math.max(g-60,-60),opacity:Math.min(g/(r*.5),1)},children:S()}),jsxRuntime.jsx("div",{ref:R,className:o("transition-transform duration-200",w==="refreshing"&&"ease-out"),style:{transform:`translateY(${g}px)`,transition:P.current?"none":void 0},onTouchStart:C,onTouchMove:k,onTouchEnd:T,children:f})]})});zh.displayName="PullToRefresh";var Fh=classVarianceAuthority.cva("flex min-h-screen w-full",{variants:{layout:{default:"flex-col",sidebar:"flex-row"}},defaultVariants:{layout:"default"}}),Oh=K__namespace.forwardRef(({className:e,layout:t="default",header:a,footer:r,sidebar:n,aside:i,sidebarCollapsed:s=false,sidebarWidth:l="16rem",sidebarCollapsedWidth:d="4rem",asideWidth:m="16rem",fixed:p=false,children:c,...f},u)=>{let v=s?d:l;return jsxRuntime.jsxs("div",{ref:u,className:o(Fh({layout:t}),e),style:{"--app-shell-sidebar-width":v,"--app-shell-aside-width":m},...f,children:[a&&jsxRuntime.jsx(ed,{fixed:p,hasSidebar:!!n,children:a}),jsxRuntime.jsxs("div",{className:"flex flex-1",children:[n&&jsxRuntime.jsx(td,{collapsed:s,fixed:p,children:n}),jsxRuntime.jsx("main",{className:o("flex-1 flex flex-col min-h-0",p&&a&&"pt-14",p&&r&&"pb-14"),children:c}),i&&jsxRuntime.jsx(ad,{fixed:p,children:i})]}),r&&jsxRuntime.jsx(rd,{fixed:p,hasSidebar:!!n,children:r})]})});Oh.displayName="AppShell";var ed=K__namespace.forwardRef(({className:e,fixed:t,hasSidebar:a,children:r,...n},i)=>jsxRuntime.jsx("header",{ref:i,className:o("flex h-14 items-center border-b bg-background px-4",t&&"fixed top-0 right-0 z-40",t&&a&&"left-[var(--app-shell-sidebar-width)]",t&&!a&&"left-0",e),...n,children:r}));ed.displayName="AppShellHeader";var td=K__namespace.forwardRef(({className:e,collapsed:t,fixed:a,children:r,...n},i)=>jsxRuntime.jsx("aside",{ref:i,className:o("w-[var(--app-shell-sidebar-width)] shrink-0 border-r bg-background transition-[width] duration-200",a&&"fixed left-0 top-0 bottom-0 z-50",e),"data-collapsed":t,...n,children:r}));td.displayName="AppShellSidebar";var ad=K__namespace.forwardRef(({className:e,fixed:t,children:a,...r},n)=>jsxRuntime.jsx("aside",{ref:n,className:o("w-[var(--app-shell-aside-width)] shrink-0 border-l bg-background",t&&"fixed right-0 top-14 bottom-0 z-40",e),...r,children:a}));ad.displayName="AppShellAside";var rd=K__namespace.forwardRef(({className:e,fixed:t,hasSidebar:a,children:r,...n},i)=>jsxRuntime.jsx("footer",{ref:i,className:o("flex h-14 items-center border-t bg-background px-4",t&&"fixed bottom-0 right-0 z-40",t&&a&&"left-[var(--app-shell-sidebar-width)]",t&&!a&&"left-0",e),...n,children:r}));rd.displayName="AppShellFooter";var Gh=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,className:o("flex-1 overflow-auto p-4",e),...t}));Gh.displayName="AppShellMain";var $h=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"}}),_h=K__namespace.forwardRef(({className:e,variant:t,navigation:a,logo:r,userMenu:n,headerActions:i,breadcrumb:s,defaultCollapsed:l=false,collapsed:d,onCollapsedChange:m,children:p,...c},f)=>{let[u,v]=K__namespace.useState(l),[R,g]=K__namespace.useState(false),h=d??u,w=K__namespace.useCallback(b=>{v(b),m?.(b);},[m]);return jsxRuntime.jsxs("div",{ref:f,className:o($h({variant:t}),e),...c,children:[jsxRuntime.jsxs("aside",{"data-slot":"sidebar","data-collapsed":h,className:o("hidden lg:flex flex-col fixed inset-y-0 left-0 z-50 bg-background transition-[width] duration-200",h?"w-16":"w-64"),children:[jsxRuntime.jsx("div",{className:"flex h-14 items-center border-b px-4",children:r}),jsxRuntime.jsx("nav",{className:"flex-1 overflow-auto py-4",children:a}),n&&jsxRuntime.jsx("div",{className:"border-t p-4",children:n})]}),jsxRuntime.jsx(Lo,{open:R,onOpenChange:g,children:jsxRuntime.jsxs(Er,{side:"left",className:"w-64 p-0",children:[jsxRuntime.jsx("div",{className:"flex h-14 items-center border-b px-4",children:r}),jsxRuntime.jsx("nav",{className:"flex-1 overflow-auto py-4",children:a}),n&&jsxRuntime.jsx("div",{className:"border-t p-4",children:n})]})}),jsxRuntime.jsxs("div",{className:o("flex flex-1 flex-col transition-[margin-left] duration-200",h?"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(G,{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(G,{variant:"ghost",size:"icon",className:"hidden lg:flex",onClick:()=>w(!h),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}),i&&jsxRuntime.jsx("div",{className:"flex items-center gap-2",children:i})]}),jsxRuntime.jsx("main",{className:"flex-1 p-4 lg:p-6",children:p})]})]})});_h.displayName="DashboardLayout";var Kh=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,className:o("space-y-6",e),...t}));Kh.displayName="DashboardPage";var Yh=K__namespace.forwardRef(({className:e,title:t,description:a,actions:r,children:n,...i},s)=>jsxRuntime.jsxs("div",{ref:s,className:o("flex flex-col gap-4 sm:flex-row sm:items-center sm:justify-between",e),...i,children:[jsxRuntime.jsxs("div",{className:"space-y-1",children:[t&&jsxRuntime.jsx("h1",{className:"text-2xl font-bold tracking-tight",children:t}),a&&jsxRuntime.jsx("p",{className:"text-muted-foreground",children:a}),n]}),r&&jsxRuntime.jsx("div",{className:"flex items-center gap-2",children:r})]}));Yh.displayName="DashboardPageHeader";var Uh=K__namespace.forwardRef(({className:e,columns:t=4,...a},r)=>jsxRuntime.jsx("div",{ref:r,className:o("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),...a}));Uh.displayName="DashboardGrid";var Xi=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"}}),jh=K__namespace.forwardRef(({className:e,variant:t="centered",logo:a,sideContent:r,backgroundImage:n,sidePosition:i="left",footer:s,children:l,...d},m)=>t==="split"?jsxRuntime.jsxs("div",{ref:m,className:o(Xi({variant:t}),e),...d,children:[jsxRuntime.jsx("div",{className:o("hidden lg:flex lg:w-1/2 flex-col bg-primary text-primary-foreground",i==="right"&&"order-2"),children:r||jsxRuntime.jsxs("div",{className:"flex flex-1 flex-col items-center justify-center p-8",children:[a&&jsxRuntime.jsx("div",{className:"mb-8",children:a}),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:o("flex flex-1 flex-col lg:w-1/2",i==="right"&&"order-1"),children:[a&&jsxRuntime.jsx("div",{className:"flex items-center justify-center p-6 lg:hidden",children:a}),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:m,className:o(Xi({variant:t}),e),style:n?{backgroundImage:`url(${n})`,backgroundSize:"cover",backgroundPosition:"center"}:void 0,...d,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:[a&&jsxRuntime.jsx("div",{className:"mb-8 flex justify-center",children:a}),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:m,className:o(Xi({variant:t}),e),...d,children:jsxRuntime.jsxs("div",{className:"w-full max-w-md p-6",children:[a&&jsxRuntime.jsx("div",{className:"mb-8 flex justify-center",children:a}),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})]})}));jh.displayName="AuthLayout";var Xh=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("form",{ref:a,className:o("space-y-4",e),...t}));Xh.displayName="AuthForm";var qh=K__namespace.forwardRef(({className:e,title:t,description:a,children:r,...n},i)=>jsxRuntime.jsxs("div",{ref:i,className:o("space-y-2 text-center",e),...n,children:[t&&jsxRuntime.jsx("h1",{className:"text-2xl font-bold",children:t}),a&&jsxRuntime.jsx("p",{className:"text-muted-foreground",children:a}),r]}));qh.displayName="AuthHeader";var Zh=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,className:o("flex flex-col gap-2 text-center text-sm",e),...t}));Zh.displayName="AuthFooterLinks";var Jh=K__namespace.forwardRef(({className:e,text:t="or continue with",...a},r)=>jsxRuntime.jsxs("div",{ref:r,className:o("relative my-4",e),...a,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})})]}));Jh.displayName="AuthDivider";var Qh=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,className:o("grid grid-cols-2 gap-2",e),...t}));Qh.displayName="AuthSocialButtons";var qi=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"}}),ex=K__namespace.forwardRef(({className:e,variant:t="sidebar",navigation:a,title:r,description:n,children:i,...s},l)=>t==="sidebar"?jsxRuntime.jsxs("div",{ref:l,className:o(qi({variant:t}),e),...s,children:[a&&jsxRuntime.jsx("aside",{className:"lg:w-64 shrink-0",children:jsxRuntime.jsx("nav",{className:"flex flex-col gap-1",children:a})}),jsxRuntime.jsxs("div",{className:"flex-1 space-y-6",children:[(r||n)&&jsxRuntime.jsx(cn,{title:r,description:n}),i]})]}):t==="tabs"?jsxRuntime.jsxs("div",{ref:l,className:o(qi({variant:t}),e),...s,children:[(r||n)&&jsxRuntime.jsx(cn,{title:r,description:n}),a,jsxRuntime.jsx("div",{className:"pt-4",children:i})]}):jsxRuntime.jsxs("div",{ref:l,className:o(qi({variant:t}),e),...s,children:[(r||n)&&jsxRuntime.jsx(cn,{title:r,description:n}),i]}));ex.displayName="SettingsLayout";var cn=K__namespace.forwardRef(({className:e,title:t,description:a,children:r,...n},i)=>jsxRuntime.jsxs("div",{ref:i,className:o("space-y-1",e),...n,children:[t&&jsxRuntime.jsx("h1",{className:"text-2xl font-bold",children:t}),a&&jsxRuntime.jsx("p",{className:"text-muted-foreground",children:a}),r]}));cn.displayName="SettingsHeader";var tx=K__namespace.forwardRef(({className:e,title:t,description:a,children:r,...n},i)=>jsxRuntime.jsxs("div",{ref:i,className:o("space-y-4",e),...n,children:[(t||a)&&jsxRuntime.jsxs("div",{className:"space-y-1",children:[t&&jsxRuntime.jsx("h2",{className:"text-lg font-medium",children:t}),a&&jsxRuntime.jsx("p",{className:"text-sm text-muted-foreground",children:a})]}),r]}));tx.displayName="SettingsSection";var ax=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,className:o("rounded-lg border bg-card p-6",e),...t}));ax.displayName="SettingsCard";var rx=K__namespace.forwardRef(({className:e,label:t,description:a,htmlFor:r,children:n,...i},s)=>jsxRuntime.jsxs("div",{ref:s,className:o("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),...i,children:[jsxRuntime.jsxs("div",{className:"space-y-0.5",children:[t&&jsxRuntime.jsx("label",{htmlFor:r,className:"text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70",children:t}),a&&jsxRuntime.jsx("p",{className:"text-sm text-muted-foreground",children:a})]}),jsxRuntime.jsx("div",{className:"shrink-0",children:n})]}));rx.displayName="SettingsRow";var ox=K__namespace.forwardRef(({className:e,active:t,icon:a,children:r,...n},i)=>jsxRuntime.jsxs("button",{ref:i,type:"button",className:o("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:[a&&jsxRuntime.jsx("span",{className:"h-4 w-4 [&>svg]:h-full [&>svg]:w-full",children:a}),r]}));ox.displayName="SettingsNavItem";var nx=K__namespace.forwardRef(({className:e,...t},a)=>jsxRuntime.jsx("div",{ref:a,className:o("h-px bg-border my-4",e),...t}));nx.displayName="SettingsSeparator";var Lr=(e,t,a)=>({duration:e,delay:t,ease:a||[.4,0,.2,1]}),vM={hidden:e=>({opacity:e}),visible:{opacity:1},exit:e=>({opacity:e})},ix=K__namespace.forwardRef(({show:e=true,children:t,duration:a=.3,delay:r=0,ease:n,className:i,unmountOnExit:s=true,initialOpacity:l=0,onAnimationStart:d,onAnimationComplete:m},p)=>{let c=jsxRuntime.jsx(framerMotion.motion.div,{ref:p,initial:"hidden",animate:e?"visible":"hidden",exit:s?"exit":void 0,variants:vM,custom:l,transition:Lr(a,r,n),className:o(i),onAnimationStart:d,onAnimationComplete:m,children:t});return s?jsxRuntime.jsx(framerMotion.AnimatePresence,{children:e&&c}):c});ix.displayName="Fade";var hM=(e,t)=>{let a=typeof t=="number"?`${t}px`:t,r={up:{y:a},down:{y:`-${a}`},left:{x:a},right:{x:`-${a}`}};return {hidden:{opacity:0,...r[e]},visible:{opacity:1,x:0,y:0},exit:{opacity:0,...r[e]}}},sx=K__namespace.forwardRef(({show:e=true,children:t,duration:a=.3,delay:r=0,ease:n,className:i,unmountOnExit:s=true,direction:l="up",offset:d=20,onAnimationStart:m,onAnimationComplete:p},c)=>{let f=K__namespace.useMemo(()=>hM(l,d),[l,d]),u=jsxRuntime.jsx(framerMotion.motion.div,{ref:c,initial:"hidden",animate:e?"visible":"hidden",exit:s?"exit":void 0,variants:f,transition:Lr(a,r,n),className:o(i),onAnimationStart:m,onAnimationComplete:p,children:t});return s?jsxRuntime.jsx(framerMotion.AnimatePresence,{children:e&&u}):u});sx.displayName="Slide";var xM={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"},yM={hidden:e=>({opacity:0,scale:e}),visible:{opacity:1,scale:1},exit:e=>({opacity:0,scale:e})},lx=K__namespace.forwardRef(({show:e=true,children:t,duration:a=.3,delay:r=0,ease:n,className:i,unmountOnExit:s=true,initialScale:l=.9,origin:d="center",onAnimationStart:m,onAnimationComplete:p},c)=>{let f=jsxRuntime.jsx(framerMotion.motion.div,{ref:c,initial:"hidden",animate:e?"visible":"hidden",exit:s?"exit":void 0,variants:yM,custom:l,transition:Lr(a,r,n),className:o(i),style:{transformOrigin:xM[d]},onAnimationStart:m,onAnimationComplete:p,children:t});return s?jsxRuntime.jsx(framerMotion.AnimatePresence,{children:e&&f}):f});lx.displayName="Scale";var dx=K__namespace.forwardRef(({show:e=true,children:t,duration:a=.3,delay:r=0,ease:n,className:i,horizontal:s=false,startingSize:l=0,animateOpacity:d=true,onAnimationStart:m,onAnimationComplete:p},c)=>{let f=s?"width":"height",u={hidden:{[f]:l,opacity:d?0:1},visible:{[f]:"auto",opacity:1},exit:{[f]:l,opacity:d?0:1}};return jsxRuntime.jsx(framerMotion.AnimatePresence,{initial:false,children:e&&jsxRuntime.jsx(framerMotion.motion.div,{ref:c,initial:"hidden",animate:"visible",exit:"exit",variants:u,transition:Lr(a,r,n),className:o("overflow-hidden",i),onAnimationStart:m,onAnimationComplete:p,children:t})})});dx.displayName="Collapse";var cx=K__namespace.forwardRef(({show:e=true,children:t,duration:a=.4,delay:r=0,ease:n,className:i,initialWidth:s=0,initialHeight:l=0,animateOpacity:d=true,onAnimationStart:m,onAnimationComplete:p},c)=>{let f={hidden:{width:s,height:l,opacity:d?0:1},visible:{width:"auto",height:"auto",opacity:1},exit:{width:s,height:l,opacity:d?0:1}};return jsxRuntime.jsx(framerMotion.AnimatePresence,{initial:false,children:e&&jsxRuntime.jsx(framerMotion.motion.div,{ref:c,initial:"hidden",animate:"visible",exit:"exit",variants:f,transition:Lr(a,r,n),className:o("overflow-hidden",i),onAnimationStart:m,onAnimationComplete:p,children:t})})});cx.displayName="Expand";var mx=K__namespace.forwardRef(({show:e=true,children:t,duration:a=.3,delay:r=0,ease:n,className:i,unmountOnExit:s=true,initialRotation:l=-180,finalRotation:d=0,onAnimationStart:m,onAnimationComplete:p},c)=>{let f={hidden:{opacity:0,rotate:l},visible:{opacity:1,rotate:d},exit:{opacity:0,rotate:l}},u=jsxRuntime.jsx(framerMotion.motion.div,{ref:c,initial:"hidden",animate:e?"visible":"hidden",exit:s?"exit":void 0,variants:f,transition:Lr(a,r,n),className:o(i),onAnimationStart:m,onAnimationComplete:p,children:t});return s?jsxRuntime.jsx(framerMotion.AnimatePresence,{children:e&&u}):u});mx.displayName="Rotate";var ux=K__namespace.forwardRef(({front:e,back:t,direction:a="horizontal",flipped:r=false,duration:n=.6,delay:i=0,ease:s,className:l,onAnimationStart:d,onAnimationComplete:m},p)=>{let c=a==="horizontal"?"rotateY":"rotateX";return jsxRuntime.jsx("div",{ref:p,className:o("relative",l),style:{perspective:1e3},children:jsxRuntime.jsxs(framerMotion.motion.div,{animate:{[c]:r?180:0},transition:Lr(n,i,s),style:{transformStyle:"preserve-3d"},onAnimationStart:d,onAnimationComplete:m,children:[jsxRuntime.jsx("div",{className:"absolute inset-0",style:{backfaceVisibility:"hidden"},children:e}),jsxRuntime.jsx("div",{className:"absolute inset-0",style:{backfaceVisibility:"hidden",transform:`${c}(180deg)`},children:t})]})})});ux.displayName="Flip";var px=K__namespace.forwardRef(({color:e="currentColor",duration:t=.6,children:a,className:r,disabled:n=false},i)=>{let[s,l]=K__namespace.useState([]),d=K__namespace.useRef(null),m=c=>{if(n)return;let f=d.current;if(!f)return;let u=f.getBoundingClientRect(),v=c.clientX-u.left,R=c.clientY-u.top,g=Math.max(u.width,u.height)*2,h={id:Date.now(),x:v,y:R,size:g};l(w=>[...w,h]);},p=c=>{l(f=>f.filter(u=>u.id!==c));};return jsxRuntime.jsxs("div",{ref:i,className:o("relative overflow-hidden",r),onClick:m,children:[jsxRuntime.jsx("div",{ref:d,className:"relative z-0",children:a}),jsxRuntime.jsx(framerMotion.AnimatePresence,{children:s.map(c=>jsxRuntime.jsx(framerMotion.motion.span,{initial:{scale:0,opacity:.35},animate:{scale:1,opacity:0},exit:{opacity:0},transition:{duration:t,ease:"easeOut"},onAnimationComplete:()=>p(c.id),className:"pointer-events-none absolute rounded-full",style:{left:c.x-c.size/2,top:c.y-c.size/2,width:c.size,height:c.size,backgroundColor:e}},c.id))})]})});px.displayName="Ripple";var fx=K__namespace.forwardRef(({children:e,animate:t=true,height:a=10,duration:r=.5,count:n=0,className:i,triggerOnHover:s=false},l)=>{let[d,m]=K__namespace.useState(false),p=s?d:t,c={idle:{y:0},bounce:{y:[0,-a,0],transition:{duration:r,ease:"easeInOut",repeat:n===0?1/0:n-1,repeatType:"loop"}}};return jsxRuntime.jsx(framerMotion.motion.div,{ref:l,variants:c,initial:"idle",animate:p?"bounce":"idle",className:o(i),onMouseEnter:()=>s&&m(true),onMouseLeave:()=>s&&m(false),children:e})});fx.displayName="Bounce";var NM={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]},gx=K__namespace.forwardRef(({children:e,animate:t=true,intensity:a="normal",duration:r=.5,count:n=1,className:i,triggerOnHover:s=false},l)=>{let[d,m]=K__namespace.useState(false),p=s?d:t,c={idle:{x:0},shake:{x:NM[a],transition:{duration:r,ease:"easeInOut",repeat:n-1}}};return jsxRuntime.jsx(framerMotion.motion.div,{ref:l,variants:c,initial:"idle",animate:p?"shake":"idle",className:o(i),onMouseEnter:()=>s&&m(true),onMouseLeave:()=>s&&m(false),children:e})});gx.displayName="Shake";var PM={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=K__namespace.forwardRef(({children:e,animate:t=true,speed:a="normal",className:r},n)=>jsxRuntime.jsx("div",{ref:n,className:o(t&&PM[a],r),children:e}));bx.displayName="Pulse";var vx=K__namespace.forwardRef(({children:e,animate:t=true,angle:a=10,duration:r=.3,count:n=0,className:i,triggerOnHover:s=false},l)=>{let[d,m]=K__namespace.useState(false),p=s?d:t,c={idle:{rotate:0},wiggle:{rotate:[0,-a,a,-a,a,0],transition:{duration:r,ease:"easeInOut",repeat:n===0?1/0:n-1,repeatType:"loop"}}};return jsxRuntime.jsx(framerMotion.motion.div,{ref:l,variants:c,initial:"idle",animate:p?"wiggle":"idle",className:o(i),onMouseEnter:()=>s&&m(true),onMouseLeave:()=>s&&m(false),children:e})});vx.displayName="Wiggle";var hx=K__namespace.forwardRef(({children:e,animate:t=false,scale:a=1.2,duration:r=.2,className:n,triggerOnHover:i=false,triggerOnClick:s=false},l)=>{let[d,m]=K__namespace.useState(false),p=t||d,c={type:"spring",stiffness:400,damping:17,duration:r},f=()=>{s&&(m(true),setTimeout(()=>m(false),r*1e3));};return jsxRuntime.jsx(framerMotion.motion.div,{ref:l,animate:{scale:p?a:1},transition:c,className:o(n),onMouseEnter:()=>i&&m(true),onMouseLeave:()=>i&&m(false),onClick:f,children:e})});hx.displayName="Pop";var kM=(e,t,a,r)=>{let n=e.toFixed(t),[i,s]=n.split("."),l=i.replace(/\B(?=(\d{3})+(?!\d))/g,a);return s?`${l}${r}${s}`:l},xx=K__namespace.forwardRef(({value:e,from:t=0,duration:a=2,decimals:r=0,prefix:n="",suffix:i="",separator:s=",",decimalSeparator:l=".",animateOnView:d=true,delay:m=0,className:p,onComplete:c},f)=>{let u=K__namespace.useRef(null),v=framerMotion.useInView(u,{once:true}),[R,g]=K__namespace.useState(!d);K__namespace.useEffect(()=>{if(d&&v){let x=setTimeout(()=>g(true),m*1e3);return ()=>clearTimeout(x)}},[d,v,m]);let h={damping:30,stiffness:100,duration:a*1e3},w=framerMotion.useSpring(R?e:t,h),b=framerMotion.useTransform(w,x=>kM(x,r,s,l));return K__namespace.useEffect(()=>{R&&w.set(e);},[R,e,w]),K__namespace.useEffect(()=>{let x=w.on("change",P=>{Math.abs(P-e)<.01&&c&&c();});return ()=>x()},[w,e,c]),jsxRuntime.jsx("span",{ref:u,className:o(p),children:jsxRuntime.jsxs("span",{ref:f,children:[n,jsxRuntime.jsx(framerMotion.motion.span,{children:b}),i]})})});xx.displayName="Counter";var yx=K__namespace.forwardRef(({text:e,speed:t=50,delay:a=0,pauseBetween:r=1500,cursor:n=true,cursorChar:i="|",loop:s=false,deleteSpeed:l=30,animateOnView:d=true,className:m,cursorClassName:p,onComplete:c},f)=>{let u=Array.isArray(e)?e:[e],[v,R]=K__namespace.useState(""),[g,h]=K__namespace.useState(0),[w,b]=K__namespace.useState(false),[x,P]=K__namespace.useState(false),y=K__namespace.useRef(null),C=framerMotion.useInView(y,{once:true}),[k,T]=K__namespace.useState(!d);return K__namespace.useEffect(()=>{if(d&&C){let N=setTimeout(()=>T(true),a*1e3);return ()=>clearTimeout(N)}},[d,C,a]),K__namespace.useEffect(()=>{if(!k||x)return;let N=u[g],S;return w?v.length>0?S=setTimeout(()=>{R(v.slice(0,-1));},l):(b(false),h(M=>(M+1)%u.length)):v.length<N.length?S=setTimeout(()=>{R(N.slice(0,v.length+1));},t):g<u.length-1||s?S=setTimeout(()=>{b(true);},r):(P(true),c?.()),()=>clearTimeout(S)},[k,v,g,w,x,u,t,l,r,s,c]),jsxRuntime.jsxs("span",{ref:y,className:o(m),children:[jsxRuntime.jsx("span",{ref:f,children:v}),n&&jsxRuntime.jsx(framerMotion.motion.span,{animate:{opacity:[1,0]},transition:{duration:.8,repeat:1/0,repeatType:"reverse"},className:o("ml-0.5",p),children:i})]})});yx.displayName="Typewriter";var Rx=K__namespace.forwardRef(({children:e,direction:t="up",stagger:a=.05,duration:r=.5,delay:n=0,splitBy:i="word",animateOnView:s=true,className:l},d)=>{let m=K__namespace.useRef(null),p=framerMotion.useInView(m,{once:true,amount:.5}),c=s?p:true,f=typeof e=="string"?e:"",u=i==="word"?f.split(" "):f.split(""),v={up:{y:20},down:{y:-20},left:{x:20},right:{x:-20}},R={hidden:{},visible:{transition:{staggerChildren:a,delayChildren:n}}},g={hidden:{opacity:0,...v[t]},visible:{opacity:1,x:0,y:0,transition:{duration:r,ease:"easeInOut"}}};return jsxRuntime.jsx(framerMotion.motion.div,{ref:d,className:o("inline-flex flex-wrap",l),variants:R,initial:"hidden",animate:c?"visible":"hidden",children:jsxRuntime.jsx("span",{ref:m,children:u.map((h,w)=>jsxRuntime.jsxs(framerMotion.motion.span,{variants:g,className:"inline-block",children:[h,i==="word"&&w<u.length-1&&"\xA0"]},w))})})});Rx.displayName="TextReveal";var wx=K__namespace.forwardRef(({words:e,duration:t=2,animation:a="slide",animationDuration:r=.5,className:n,loop:i=true},s)=>{let[l,d]=K__namespace.useState(0);K__namespace.useEffect(()=>{if(!i&&l===e.length-1)return;let p=setInterval(()=>{d(c=>(c+1)%e.length);},t*1e3);return ()=>clearInterval(p)},[e.length,t,i,l]);let m=()=>{switch(a){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:o("relative inline-block",n),children:jsxRuntime.jsx(framerMotion.AnimatePresence,{mode:"wait",children:jsxRuntime.jsx(framerMotion.motion.span,{variants:m(),initial:"initial",animate:"animate",exit:"exit",transition:{duration:r},className:"inline-block",children:e[l]},e[l])})})});wx.displayName="WordRotate";var Sx=K__namespace.forwardRef(({children:e,direction:t="up",distance:a=50,duration:r=.6,delay:n=0,once:i=true,threshold:s=.1,className:l,scale:d,rotate:m,blur:p,ease:c=[.4,0,.2,1]},f)=>{let u=K__namespace.useRef(null),v=framerMotion.useInView(u,{once:i,amount:s}),g={up:{x:0,y:a},down:{x:0,y:-a},left:{x:a,y:0},right:{x:-a,y:0},none:{x:0,y:0}}[t],h={hidden:{opacity:0,x:g.x,y:g.y,scale:d??1,rotate:m??0,filter:p?`blur(${p}px)`:"blur(0px)"},visible:{opacity:1,x:0,y:0,scale:1,rotate:0,filter:"blur(0px)",transition:{duration:r,delay:n,ease:c}}};return jsxRuntime.jsx("div",{ref:u,children:jsxRuntime.jsx(framerMotion.motion.div,{ref:f,variants:h,initial:"hidden",animate:v?"visible":"hidden",className:o(l),children:e})})});Sx.displayName="ScrollReveal";var Tx=K__namespace.forwardRef(({position:e="top",size:t=4,color:a="hsl(var(--primary))",backgroundColor:r="transparent",zIndex:n=50,className:i,container:s,showPercentage:l=false,useSpring:d=true},m)=>{let{scrollYProgress:p}=framerMotion.useScroll({container:s}),c=framerMotion.useSpring(p,{stiffness:100,damping:30,restDelta:.001}),f=d?c:p,u=e==="top"||e==="bottom",v={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}},R=u?"scaleX":"scaleY",g=u?"left":"top";return jsxRuntime.jsxs("div",{ref:m,className:o("fixed",i),style:{...v[e],zIndex:n,backgroundColor:r},children:[jsxRuntime.jsx(framerMotion.motion.div,{className:"h-full w-full",style:{[R]:f,transformOrigin:g,backgroundColor:a}}),l&&jsxRuntime.jsx(LM,{progress:f,position:e})]})});Tx.displayName="ScrollProgress";var LM=({progress:e,position:t})=>{let a=framerMotion.useTransform(e,s=>Math.round(s*100)),[r,n]=K__namespace.useState(0);return K__namespace.useEffect(()=>{let s=a.on("change",n);return ()=>s()},[a]),jsxRuntime.jsxs("span",{className:o("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:[r,"%"]})},Mx=K__namespace.forwardRef(({children:e,speed:t=.5,direction:a="vertical",className:r,container:n},i)=>{let s=K__namespace.useRef(null),{scrollYProgress:l}=framerMotion.useScroll({target:s,container:n,offset:["start end","end start"]}),d=[-100*t,100*t],m=framerMotion.useTransform(l,[0,1],d),p=framerMotion.useSpring(m,{stiffness:100,damping:30}),c=a==="horizontal"?p:0,f=a==="vertical"?p:0;return jsxRuntime.jsx("div",{ref:s,className:o("overflow-hidden",r),children:jsxRuntime.jsx(framerMotion.motion.div,{ref:i,style:{x:c,y:f},children:e})})});Mx.displayName="Parallax";var Lx=K__namespace.forwardRef(({children:e,width:t,height:a,duration:r=1.5,direction:n="right",baseColor:i="hsl(var(--muted))",highlightColor:s="hsl(var(--muted-foreground) / 0.1)",borderRadius:l,className:d,active:m=true},p)=>{let c={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:p,className:o("relative overflow-hidden",d),style:{width:t,height:a,borderRadius:l,backgroundColor:i},children:[e,m&&jsxRuntime.jsx("div",{className:"absolute inset-0",style:{background:`linear-gradient(${c[n]}, transparent, ${s}, transparent)`,animation:`${f[n]} ${r}s infinite`}}),jsxRuntime.jsx("style",{children:`
32
32
  @keyframes shimmer-right {
33
33
  0% { transform: translateX(-100%); }
34
34
  100% { transform: translateX(100%); }
@@ -45,5 +45,5 @@
45
45
  0% { transform: translateY(-100%); }
46
46
  100% { transform: translateY(100%); }
47
47
  }
48
- `})]})});Yx.displayName="Shimmer";var UM={sm:24,md:40,lg:56,xl:80},jM={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"}},Ux=K__namespace.forwardRef(({show:e=true,size:t="md",variant:a="success",strokeWidth:r=2,duration:n=.6,delay:i=0,className:s,onComplete:l},d)=>{let m=UM[t],u=jM[a],c={hidden:{pathLength:0,opacity:0},visible:{pathLength:1,opacity:1,transition:{duration:n*.5,delay:i,ease:"easeOut"}}},f={hidden:{pathLength:0,opacity:0},visible:{pathLength:1,opacity:1,transition:{duration:n*.5,delay:i+n*.4,ease:"easeOut"}}};return jsxRuntime.jsxs("svg",{ref:d,width:m,height:m,viewBox:"0 0 50 50",className:o(s),children:[jsxRuntime.jsx(framerMotion.motion.circle,{cx:"25",cy:"25",r:"22",fill:"none",strokeWidth:r,className:u.circle,variants:c,initial:"hidden",animate:e?"visible":"hidden"}),jsxRuntime.jsx(framerMotion.motion.path,{d:"M14 27 L22 35 L36 18",fill:"none",strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round",className:u.check,variants:f,initial:"hidden",animate:e?"visible":"hidden",onAnimationComplete:()=>e&&l?.()})]})});Ux.displayName="Checkmark";var Po={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=K__namespace.forwardRef(({autoTrigger:e=false,delay:t=0,options:a={},children:r,onTrigger:n},i)=>{let s=K__namespace.useCallback(()=>{let l={...Po,...a};No__default.default(l),n?.();},[a,n]);return K__namespace.useEffect(()=>{if(e){let l=setTimeout(s,t);return ()=>clearTimeout(l)}},[e,t,s]),r?jsxRuntime.jsx("button",{ref:i,type:"button",onClick:s,children:r}):null});jx.displayName="Confetti";var XM=()=>{let e=K__namespace.useCallback(r=>{let n={...Po,...r};No__default.default(n);},[]),t=K__namespace.useCallback(()=>{let n=Date.now()+3e3,i=setInterval(()=>{let s=n-Date.now();if(s<=0){clearInterval(i);return}let l=50*(s/3e3);No__default.default({...Po,particleCount:l,origin:{x:Math.random()*.4+.1,y:Math.random()-.2}}),No__default.default({...Po,particleCount:l,origin:{x:Math.random()*.4+.5,y:Math.random()-.2}});},250);},[]),a=K__namespace.useCallback((r="both")=>{let n={x:0,y:1},i={x:1,y:1};(r==="left"||r==="both")&&No__default.default({...Po,particleCount:50,angle:60,spread:55,origin:n}),(r==="right"||r==="both")&&No__default.default({...Po,particleCount:50,angle:120,spread:55,origin:i});},[]);return {fire:e,fireworks:t,cannon:a}},Xx=K__namespace.forwardRef(({children:e,color:t="hsl(var(--primary))",intensity:a=20,spread:r=0,animate:n=false,duration:i=2,className:s},l)=>{let d={boxShadow:`0 0 ${a}px ${r}px ${t}`};return n?jsxRuntime.jsx(framerMotion.motion.div,{ref:l,className:o(s),animate:{boxShadow:[`0 0 ${a}px ${r}px ${t}`,`0 0 ${a*1.5}px ${r+5}px ${t}`,`0 0 ${a}px ${r}px ${t}`]},transition:{duration:i,repeat:1/0,ease:"easeInOut"},children:e}):jsxRuntime.jsx("div",{ref:l,className:o(s),style:d,children:e})});Xx.displayName="Glow";var Kx=(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}),qx=K__namespace.forwardRef(({children:e,count:t=10,color:a="hsl(var(--primary))",minSize:r=4,maxSize:n=8,duration:i=1.5,className:s},l)=>{let[d,m]=K__namespace.useState([]);return K__namespace.useEffect(()=>{let u=Array.from({length:t},()=>Kx(r,n));m(u);let c=setInterval(()=>{m(f=>{let p=[...f],v=Math.floor(Math.random()*t);return p[v]=Kx(r,n),p});},i*500);return ()=>clearInterval(c)},[t,r,n,i]),jsxRuntime.jsxs("div",{ref:l,className:o("relative inline-block",s),children:[e,d.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:i,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:a})},u.id))]})});qx.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=T0;exports.AccordionItem=Mc;exports.ActionBar=wv;exports.ActionBarButton=Nv;exports.ActionGroup=lv;exports.ActionIcon=Ag;exports.ActionMenu=Cv;exports.ActionSheet=Yh;exports.Alert=py;exports.AlertDescription=gy;exports.AlertDialog=D0;exports.AlertDialogAction=Gc;exports.AlertDialogCancel=Wc;exports.AlertDialogContent=Ac;exports.AlertDialogDescription=Oc;exports.AlertDialogFooter=Fc;exports.AlertDialogHeader=zc;exports.AlertDialogOverlay=Ss;exports.AlertDialogPortal=Hc;exports.AlertDialogTitle=Bc;exports.AlertDialogTrigger=L0;exports.AlertTitle=fy;exports.AppShell=tx;exports.AppShellAside=id;exports.AppShellFooter=sd;exports.AppShellHeader=od;exports.AppShellMain=ax;exports.AppShellSidebar=nd;exports.AreaChart=sb;exports.AspectRatio=O0;exports.AuthDivider=px;exports.AuthFooterLinks=ux;exports.AuthForm=cx;exports.AuthHeader=mx;exports.AuthLayout=dx;exports.AuthSocialButtons=fx;exports.Autocomplete=Sf;exports.Avatar=rr;exports.AvatarFallback=or;exports.AvatarGroup=Qm;exports.AvatarImage=zr;exports.BackTop=of;exports.Badge=hy;exports.Banner=Bh;exports.BarChart=nb;exports.BatteryMeter=Xv;exports.BottomNavigation=$h;exports.Bounce=kx;exports.Breadcrumb=Uc;exports.BreadcrumbEllipsis=Qc;exports.BreadcrumbItem=Xc;exports.BreadcrumbLink=qc;exports.BreadcrumbList=jc;exports.BreadcrumbPage=Zc;exports.BreadcrumbSeparator=Jc;exports.Button=W;exports.ButtonGroup=av;exports.COUNTRIES=_p;exports.Calendar=$r;exports.Card=Rd;exports.CardContent=Nd;exports.CardFooter=Pd;exports.CardHeader=wd;exports.Carousel=gb;exports.CarouselContent=bb;exports.CarouselItem=vb;exports.CarouselNext=Pl;exports.CarouselPrevious=Nl;exports.Center=gh;exports.Checkbox=Mo;exports.Checkmark=Ux;exports.Chip=Lu;exports.CircularProgress=Bu;exports.CloseButton=Ig;exports.Code=Bf;exports.Collapse=Px;exports.Collapsible=Vc;exports.CollapsibleContent=Ec;exports.CollapsibleTrigger=Ic;exports.ColorArea=ih;exports.ColorField=Jb;exports.ColorPicker=Lp;exports.ColorSlider=dh;exports.ColorSwatch=Zr;exports.ColorSwatchPicker=th;exports.ColorWheel=mh;exports.Combobox=Ym;exports.Command=Vs;exports.CommandDialog=lR;exports.CommandEmpty=Fm;exports.CommandGroup=Bm;exports.CommandInput=Am;exports.CommandItem=Gm;exports.CommandList=zm;exports.CommandSeparator=Om;exports.CommandShortcut=Wm;exports.Confetti=jx;exports.ConfirmDialog=cl;exports.ContextMenu=f0;exports.ContextMenuCheckboxItem=pc;exports.ContextMenuContent=mc;exports.ContextMenuGroup=b0;exports.ContextMenuItem=uc;exports.ContextMenuLabel=gc;exports.ContextMenuPortal=v0;exports.ContextMenuRadioGroup=x0;exports.ContextMenuRadioItem=fc;exports.ContextMenuSeparator=bc;exports.ContextMenuShortcut=vc;exports.ContextMenuSub=h0;exports.ContextMenuSubContent=cc;exports.ContextMenuSubTrigger=dc;exports.ContextMenuTrigger=g0;exports.ContextualHelp=zv;exports.CopyButton=eb;exports.Counter=Ex;exports.CurrencyInput=Ap;exports.DEFAULT_COLORS=en;exports.DashboardGrid=lx;exports.DashboardLayout=nx;exports.DashboardPage=ix;exports.DashboardPageHeader=sx;exports.DataTable=pN;exports.DateField=Kb;exports.DateInput=Wp;exports.DatePicker=jm;exports.DateRangePicker=mg;exports.DefaultErrorFallback=ol;exports.Dialog=ns;exports.DialogClose=ky;exports.DialogContent=yn;exports.DialogDescription=kd;exports.DialogFooter=Td;exports.DialogHeader=Sd;exports.DialogOverlay=is;exports.DialogPortal=Cd;exports.DialogTitle=Md;exports.DialogTrigger=My;exports.DiskUsageMeter=jv;exports.Dots=Au;exports.Drawer=dm;exports.DrawerClose=Y0;exports.DrawerContent=mm;exports.DrawerDescription=gm;exports.DrawerFooter=pm;exports.DrawerHeader=um;exports.DrawerOverlay=Ms;exports.DrawerPortal=cm;exports.DrawerTitle=fm;exports.DrawerTrigger=K0;exports.DropdownMenu=lr;exports.DropdownMenuCheckboxItem=Kd;exports.DropdownMenuContent=La;exports.DropdownMenuGroup=qy;exports.DropdownMenuItem=Vt;exports.DropdownMenuLabel=Ud;exports.DropdownMenuPortal=Zy;exports.DropdownMenuRadioGroup=Qy;exports.DropdownMenuRadioItem=Yd;exports.DropdownMenuSeparator=Dn;exports.DropdownMenuShortcut=jd;exports.DropdownMenuSub=Jy;exports.DropdownMenuSubContent=_d;exports.DropdownMenuSubTrigger=$d;exports.DropdownMenuTrigger=dr;exports.EMOJIS=Sl;exports.EMOJI_CATEGORIES=Ri;exports.EmojiPicker=xb;exports.EmptyState=Ju;exports.ErrorBoundary=QN;exports.Expand=Cx;exports.FAB=hM;exports.Fade=Rx;exports.FieldContext=qs;exports.FileUpload=Sp;exports.Flex=dn;exports.Flip=Tx;exports.FloatingActionButton=ed;exports.Form=Tf;exports.FormContext=Xs;exports.FormControl=Lf;exports.FormDescription=Vf;exports.FormField=Mf;exports.FormItem=kf;exports.FormLabel=Df;exports.FormMessage=If;exports.FullCalendar=rb;exports.Glow=Xx;exports.Grid=_i;exports.GridItem=xh;exports.GridList=Kv;exports.HStack=ph;exports.HoverCard=I0;exports.HoverCardContent=Yc;exports.HoverCardTrigger=E0;exports.IconButton=nv;exports.IllustratedMessage=bv;exports.Image=Wf;exports.ImageCropper=Pb;exports.ImageViewer=ul;exports.ImageViewerTrigger=kg;exports.Indicator=Gg;exports.IndicatorWrapper=Wg;exports.InfiniteScroll=bg;exports.InlineAlert=yv;exports.Input=wn;exports.InputOTP=Wu;exports.InputOTPGroup=$u;exports.InputOTPSeparator=Ku;exports.InputOTPSlot=_u;exports.KanbanBoard=ub;exports.Kbd=qg;exports.Label=ar;exports.LabeledValue=Sh;exports.LabeledValueGroup=Mh;exports.LineChart=ob;exports.Link=tf;exports.List=op;exports.ListItem=ip;exports.ListItemText=sp;exports.ListView=Dv;exports.Listbox=jf;exports.ListboxItem=Xf;exports.Loading=dg;exports.LoadingOverlay=ag;exports.MASK_PRESETS=Ws;exports.MaskedInput=Bp;exports.Menubar=nf;exports.MenubarCheckboxItem=uf;exports.MenubarContent=cf;exports.MenubarGroup=eN;exports.MenubarItem=mf;exports.MenubarLabel=ff;exports.MenubarMenu=Qw;exports.MenubarPortal=tN;exports.MenubarRadioGroup=rN;exports.MenubarRadioItem=pf;exports.MenubarSeparator=gf;exports.MenubarShortcut=bf;exports.MenubarSub=aN;exports.MenubarSubContent=df;exports.MenubarSubTrigger=lf;exports.MenubarTrigger=sf;exports.Meter=Bi;exports.Modal=yg;exports.ModalClose=dP;exports.ModalContent=wg;exports.ModalDescription=Sg;exports.ModalFooter=Pg;exports.ModalHeader=Ng;exports.ModalOverlay=dl;exports.ModalPortal=Rg;exports.ModalRoot=sP;exports.ModalTitle=Cg;exports.ModalTrigger=lP;exports.MultiSelect=Km;exports.NProgress=og;exports.Navbar=jp;exports.NavbarBrand=Xp;exports.NavbarContent=qp;exports.NavbarItem=Zp;exports.NavbarLink=Jp;exports.NavigationMenu=tm;exports.NavigationMenuContent=nm;exports.NavigationMenuIndicator=im;exports.NavigationMenuItem=$0;exports.NavigationMenuLink=_0;exports.NavigationMenuList=am;exports.NavigationMenuTrigger=om;exports.NavigationMenuViewport=Ts;exports.NotificationCenter=Ah;exports.NumberField=Fb;exports.NumberInput=_m;exports.Pagination=Dm;exports.PaginationContent=Lm;exports.PaginationEllipsis=Hm;exports.PaginationItem=Vm;exports.PaginationLink=zn;exports.PaginationNext=Em;exports.PaginationPrevious=Im;exports.Parallax=$x;exports.PasswordInput=$m;exports.PhoneInput=Kp;exports.PieChart=ib;exports.Pop=Ix;exports.Popover=Ne;exports.PopoverAnchor=gs;exports.PopoverContent=xe;exports.PopoverTrigger=Se;exports.Portal=Bg;exports.Progress=An;exports.PullToRefresh=Jh;exports.Pulse=Lx;exports.QRCode=Sb;exports.RadioGroup=hc;exports.RadioGroupItem=xc;exports.RangeSlider=Iv;exports.Rating=tu;exports.ResizableHandle=KR;exports.ResizablePanel=_R;exports.ResizablePanelGroup=$R;exports.RichTextEditor=Rb;exports.Ripple=Mx;exports.Rotate=Sx;exports.Scale=Nx;exports.ScrollArea=je;exports.ScrollBar=ys;exports.ScrollProgress=Wx;exports.ScrollReveal=Gx;exports.ScrollShadow=Kg;exports.SearchBar=Ih;exports.SearchField=Wb;exports.SegmentedControl=Rp;exports.SegmentedControlItem=wp;exports.Select=ds;exports.SelectContent=Mn;exports.SelectGroup=Yy;exports.SelectItem=kn;exports.SelectLabel=Gd;exports.SelectScrollDownButton=us;exports.SelectScrollUpButton=ms;exports.SelectSeparator=Wd;exports.SelectTrigger=Tn;exports.SelectValue=cs;exports.Separator=Ma;exports.SettingsCard=vx;exports.SettingsHeader=un;exports.SettingsLayout=gx;exports.SettingsNavItem=xx;exports.SettingsRow=hx;exports.SettingsSection=bx;exports.SettingsSeparator=yx;exports.Shake=Dx;exports.Sheet=Eo;exports.SheetClose=n0;exports.SheetContent=Fr;exports.SheetDescription=lc;exports.SheetFooter=ic;exports.SheetHeader=nc;exports.SheetOverlay=hs;exports.SheetPortal=rc;exports.SheetTitle=sc;exports.SheetTrigger=o0;exports.Shimmer=Yx;exports.Sidebar=ou;exports.SidebarContent=pu;exports.SidebarFooter=mu;exports.SidebarGroup=fu;exports.SidebarGroupAction=bu;exports.SidebarGroupContent=vu;exports.SidebarGroupLabel=gu;exports.SidebarHeader=cu;exports.SidebarInset=du;exports.SidebarMenu=hu;exports.SidebarMenuAction=wu;exports.SidebarMenuBadge=Nu;exports.SidebarMenuButton=Ru;exports.SidebarMenuItem=xu;exports.SidebarMenuSkeleton=Pu;exports.SidebarMenuSub=Cu;exports.SidebarMenuSubButton=Tu;exports.SidebarMenuSubItem=Su;exports.SidebarPersistentToggle=su;exports.SidebarProvider=ru;exports.SidebarRail=lu;exports.SidebarSeparator=uu;exports.SidebarToggle=iu;exports.SidebarTrigger=nu;exports.SimpleGrid=yh;exports.Skeleton=Cn;exports.Slide=wx;exports.Slider=In;exports.Snippet=Gf;exports.SortableList=ON;exports.Spacer=Jg;exports.Sparkles=qx;exports.Spinner=Sm;exports.SpotlightSearch=Hh;exports.StatCard=tp;exports.StatusLight=pv;exports.Step=yf;exports.Steps=hf;exports.SwipeActions=Xh;exports.Switch=Ed;exports.Table=bm;exports.TableBody=hm;exports.TableCaption=Nm;exports.TableCell=wm;exports.TableFooter=xm;exports.TableHead=Rm;exports.TableHeader=vm;exports.TableRow=ym;exports.Tabs=Qd;exports.TabsContent=ac;exports.TabsList=ec;exports.TabsTrigger=tc;exports.TagGroup=Ov;exports.TagInput=Xu;exports.TextBadge=Co;exports.TextField=Ib;exports.TextReveal=Ax;exports.Textarea=Hd;exports.ThemeProvider=Tb;exports.ThemeToggle=Mb;exports.TimeField=jb;exports.TimeInput=Ip;exports.TimePicker=ug;exports.Timeline=mp;exports.TimelineContent=gp;exports.TimelineItem=pp;exports.TimelineOpposite=bp;exports.TimelineSeparator=fp;exports.Toaster=l0;exports.Toggle=Rc;exports.ToggleGroup=Nc;exports.ToggleGroupItem=Pc;exports.Tooltip=ir;exports.TooltipContent=ka;exports.TooltipProvider=nr;exports.TooltipTrigger=sr;exports.TreeView=Nf;exports.Typewriter=Hx;exports.User=Af;exports.VStack=fh;exports.VirtualList=oP;exports.VisuallyHidden=jg;exports.Well=Nh;exports.Wiggle=Vx;exports.WordRotate=zx;exports.actionBarVariants=Rv;exports.actionGroupVariants=sv;exports.actionIconVariants=Hg;exports.actionMenuTriggerVariants=Pv;exports.actionSheetItemVariants=Kh;exports.alertVariants=my;exports.appShellVariants=ex;exports.applyMask=qn;exports.authLayoutVariants=Zi;exports.autocompleteInputVariants=Cf;exports.avatarGroupVariants=Jm;exports.backTopVariants=rf;exports.badgeIndicatorVariants=by;exports.bannerVariants=Fh;exports.bottomNavigationVariants=Wh;exports.buttonGroupVariants=ev;exports.buttonVariants=ot;exports.cardVariants=yd;exports.carouselVariants=pb;exports.chartContainerVariants=Qo;exports.chipVariants=Du;exports.circularProgressVariants=Fu;exports.closeButtonVariants=Vg;exports.cn=o;exports.codeVariants=Ff;exports.colorAreaVariants=ah;exports.colorFieldVariants=Zb;exports.colorSliderVariants=lh;exports.colorSwatchPickerVariants=Zv;exports.colorSwatchVariants=kp;exports.colorWheelVariants=ch;exports.confirmDialogIconVariants=Mg;exports.contextualHelpTriggerVariants=Av;exports.copyButtonVariants=Qg;exports.currencyInputVariants=Ep;exports.dashboardLayoutVariants=ox;exports.dateFieldVariants=_b;exports.dateInputVariants=Op;exports.defaultColors=Jv;exports.dotsVariants=Hu;exports.emojiPickerVariants=hb;exports.emptyStateVariants=Zu;exports.fabVariants=cn;exports.fileUploadVariants=Np;exports.flexVariants=uh;exports.formatCurrency=Gs;exports.formatDate=Jn;exports.formatFileSize=Xn;exports.formatPhoneNumber=ei;exports.fullCalendarVariants=ab;exports.getFileIcon=Pp;exports.getMaskPlaceholder=Fp;exports.gridItemVariants=hh;exports.gridListItemVariants=_v;exports.gridListVariants=$v;exports.gridVariants=vh;exports.hexToRgb=oh;exports.hsvToRgb=Wi;exports.iconButtonVariants=ov;exports.illustratedMessageVariants=gv;exports.imageCropperVariants=Nb;exports.imageVariants=el;exports.indicatorVariants=Og;exports.infiniteScrollLoaderVariants=sl;exports.infiniteScrollVariants=gg;exports.inlineAlertVariants=xv;exports.inputOTPVariants=Gu;exports.inputSizeVariants=Lb;exports.kanbanBoardVariants=cb;exports.kanbanCardVariants=Rl;exports.kanbanColumnVariants=mb;exports.kbdVariants=Xg;exports.labelSizeVariants=Vb;exports.labeledValueGroupVariants=Th;exports.labeledValueVariants=Ch;exports.linkVariants=ef;exports.listItemVariants=np;exports.listVariants=rp;exports.listViewItemVariants=kv;exports.listViewVariants=Mv;exports.listboxItemVariants=Yf;exports.listboxVariants=Kf;exports.loadingOverlayVariants=tg;exports.loadingVariants=lg;exports.maskedInputVariants=zp;exports.materialColors=eh;exports.meterVariants=Uv;exports.modalContentVariants=ll;exports.navbarVariants=Up;exports.navigationMenuTriggerStyle=rm;exports.notificationCenterVariants=iM;exports.nprogressVariants=rg;exports.numberFieldVariants=zb;exports.parseDate=Gp;exports.parseFormattedValue=Hp;exports.phoneInputVariants=$p;exports.pullToRefreshVariants=Zh;exports.qrCodeVariants=Dl;exports.rangeSliderVariants=Vv;exports.ratingVariants=eu;exports.rgbToHex=nh;exports.rgbToHsv=rh;exports.richTextEditorVariants=yb;exports.scrollShadowVariants=_g;exports.searchBarVariants=Vh;exports.searchFieldVariants=Gb;exports.segmentedControlItemVariants=xp;exports.segmentedControlVariants=hp;exports.settingsLayoutVariants=Ji;exports.sheetVariants=oc;exports.sidebarMenuButtonVariants=yu;exports.skeletonVariants=zd;exports.snippetVariants=Of;exports.sortableItemVariants=Jf;exports.sortableListVariants=Zf;exports.spinnerVariants=Cm;exports.statCardVariants=ep;exports.statusLightVariants=uv;exports.stepVariants=xf;exports.stepsVariants=vf;exports.swipeActionVariants=ad;exports.swipeActionsVariants=jh;exports.tagGroupItemVariants=Kl;exports.tagGroupVariants=Bv;exports.tagVariants=ju;exports.tailwindColors=Qv;exports.textBadgeVariants=xy;exports.textFieldVariants=Db;exports.themeToggleVariants=yS;exports.timeFieldVariants=Ub;exports.timeInputVariants=Vp;exports.timelineItemVariants=up;exports.timelineVariants=cp;exports.toggleVariants=Vn;exports.treeViewVariants=wf;exports.unmask=$s;exports.useButtonGroup=$S;exports.useCarousel=wl;exports.useConfetti=XM;exports.useConfirmDialog=vP;exports.useFieldContext=ri;exports.useFormContext=Zs;exports.useSidebar=_n;exports.useSpotlight=JT;exports.userVariants=Hf;exports.validateFile=Cp;exports.validators=SN;exports.virtualListVariants=pg;exports.wellVariants=wh;//# sourceMappingURL=index.cjs.map
48
+ `})]})});Lx.displayName="Shimmer";var VM={sm:24,md:40,lg:56,xl:80},IM={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"}},Vx=K__namespace.forwardRef(({show:e=true,size:t="md",variant:a="success",strokeWidth:r=2,duration:n=.6,delay:i=0,className:s,onComplete:l},d)=>{let m=VM[t],p=IM[a],c={hidden:{pathLength:0,opacity:0},visible:{pathLength:1,opacity:1,transition:{duration:n*.5,delay:i,ease:"easeOut"}}},f={hidden:{pathLength:0,opacity:0},visible:{pathLength:1,opacity:1,transition:{duration:n*.5,delay:i+n*.4,ease:"easeOut"}}};return jsxRuntime.jsxs("svg",{ref:d,width:m,height:m,viewBox:"0 0 50 50",className:o(s),children:[jsxRuntime.jsx(framerMotion.motion.circle,{cx:"25",cy:"25",r:"22",fill:"none",strokeWidth:r,className:p.circle,variants:c,initial:"hidden",animate:e?"visible":"hidden"}),jsxRuntime.jsx(framerMotion.motion.path,{d:"M14 27 L22 35 L36 18",fill:"none",strokeWidth:r,strokeLinecap:"round",strokeLinejoin:"round",className:p.check,variants:f,initial:"hidden",animate:e?"visible":"hidden",onAnimationComplete:()=>e&&l?.()})]})});Vx.displayName="Checkmark";var Ro={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},Ix=K__namespace.forwardRef(({autoTrigger:e=false,delay:t=0,options:a={},children:r,onTrigger:n},i)=>{let s=K__namespace.useCallback(()=>{let l={...Ro,...a};yo__default.default(l),n?.();},[a,n]);return K__namespace.useEffect(()=>{if(e){let l=setTimeout(s,t);return ()=>clearTimeout(l)}},[e,t,s]),r?jsxRuntime.jsx("button",{ref:i,type:"button",onClick:s,children:r}):null});Ix.displayName="Confetti";var EM=()=>{let e=K__namespace.useCallback(r=>{let n={...Ro,...r};yo__default.default(n);},[]),t=K__namespace.useCallback(()=>{let n=Date.now()+3e3,i=setInterval(()=>{let s=n-Date.now();if(s<=0){clearInterval(i);return}let l=50*(s/3e3);yo__default.default({...Ro,particleCount:l,origin:{x:Math.random()*.4+.1,y:Math.random()-.2}}),yo__default.default({...Ro,particleCount:l,origin:{x:Math.random()*.4+.5,y:Math.random()-.2}});},250);},[]),a=K__namespace.useCallback((r="both")=>{let n={x:0,y:1},i={x:1,y:1};(r==="left"||r==="both")&&yo__default.default({...Ro,particleCount:50,angle:60,spread:55,origin:n}),(r==="right"||r==="both")&&yo__default.default({...Ro,particleCount:50,angle:120,spread:55,origin:i});},[]);return {fire:e,fireworks:t,cannon:a}},Ex=K__namespace.forwardRef(({children:e,color:t="hsl(var(--primary))",intensity:a=20,spread:r=0,animate:n=false,duration:i=2,className:s},l)=>{let d={boxShadow:`0 0 ${a}px ${r}px ${t}`};return n?jsxRuntime.jsx(framerMotion.motion.div,{ref:l,className:o(s),animate:{boxShadow:[`0 0 ${a}px ${r}px ${t}`,`0 0 ${a*1.5}px ${r+5}px ${t}`,`0 0 ${a}px ${r}px ${t}`]},transition:{duration:i,repeat:1/0,ease:"easeInOut"},children:e}):jsxRuntime.jsx("div",{ref:l,className:o(s),style:d,children:e})});Ex.displayName="Glow";var Dx=(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}),Hx=K__namespace.forwardRef(({children:e,count:t=10,color:a="hsl(var(--primary))",minSize:r=4,maxSize:n=8,duration:i=1.5,className:s},l)=>{let[d,m]=K__namespace.useState([]);return K__namespace.useEffect(()=>{let p=Array.from({length:t},()=>Dx(r,n));m(p);let c=setInterval(()=>{m(f=>{let u=[...f],v=Math.floor(Math.random()*t);return u[v]=Dx(r,n),u});},i*500);return ()=>clearInterval(c)},[t,r,n,i]),jsxRuntime.jsxs("div",{ref:l,className:o("relative inline-block",s),children:[e,d.map(p=>jsxRuntime.jsx(framerMotion.motion.svg,{className:"pointer-events-none absolute",style:{left:p.x,top:p.y,width:p.size,height:p.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:i,delay:p.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:a})},p.id))]})});Hx.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=u0;exports.AccordionItem=Pc;exports.ActionBar=lv;exports.ActionBarButton=dv;exports.ActionGroup=jb;exports.ActionIcon=Cg;exports.ActionMenu=mv;exports.ActionSheet=Lh;exports.Alert=Jx;exports.AlertDescription=ey;exports.AlertTitle=Qx;exports.AppShell=Oh;exports.AppShellAside=ad;exports.AppShellFooter=rd;exports.AppShellHeader=ed;exports.AppShellMain=Gh;exports.AppShellSidebar=td;exports.AreaChart=Ug;exports.AspectRatio=w0;exports.AuthDivider=Jh;exports.AuthFooterLinks=Zh;exports.AuthForm=Xh;exports.AuthHeader=qh;exports.AuthLayout=jh;exports.AuthSocialButtons=Qh;exports.Autocomplete=ff;exports.Avatar=tr;exports.AvatarFallback=ar;exports.AvatarGroup=Gm;exports.AvatarImage=Ir;exports.BackTop=Yp;exports.Badge=ry;exports.Banner=Ph;exports.BarChart=Kg;exports.BatteryMeter=Hv;exports.BottomNavigation=Mh;exports.Bounce=fx;exports.Breadcrumb=Hc;exports.BreadcrumbEllipsis=Gc;exports.BreadcrumbItem=zc;exports.BreadcrumbLink=Bc;exports.BreadcrumbList=Ac;exports.BreadcrumbPage=Fc;exports.BreadcrumbSeparator=Oc;exports.Button=G;exports.ButtonGroup=Wb;exports.COUNTRIES=Vp;exports.Calendar=Fr;exports.Card=vd;exports.CardContent=xd;exports.CardFooter=yd;exports.CardHeader=hd;exports.Carousel=tb;exports.CarouselContent=ab;exports.CarouselItem=rb;exports.CarouselNext=wl;exports.CarouselPrevious=Rl;exports.Center=th;exports.Checkbox=Co;exports.Checkmark=Vx;exports.Chip=xu;exports.CircularProgress=Tu;exports.CloseButton=wg;exports.Code=Tf;exports.Collapse=dx;exports.Collapsible=Mc;exports.CollapsibleContent=Dc;exports.CollapsibleTrigger=kc;exports.ColorArea=Yv;exports.ColorField=Bb;exports.ColorPicker=xp;exports.ColorSlider=Xv;exports.ColorSwatch=Ur;exports.ColorSwatchPicker=Gv;exports.ColorWheel=Zv;exports.Combobox=Em;exports.Command=ks;exports.CommandDialog=_0;exports.CommandEmpty=Sm;exports.CommandGroup=Tm;exports.CommandInput=Pm;exports.CommandItem=km;exports.CommandList=Cm;exports.CommandSeparator=Mm;exports.CommandShortcut=Dm;exports.Confetti=Ix;exports.ConfirmDialog=ll;exports.ContextMenu=Qy;exports.ContextMenuCheckboxItem=dc;exports.ContextMenuContent=sc;exports.ContextMenuGroup=t0;exports.ContextMenuItem=lc;exports.ContextMenuLabel=mc;exports.ContextMenuPortal=a0;exports.ContextMenuRadioGroup=o0;exports.ContextMenuRadioItem=cc;exports.ContextMenuSeparator=uc;exports.ContextMenuShortcut=pc;exports.ContextMenuSub=r0;exports.ContextMenuSubContent=ic;exports.ContextMenuSubTrigger=nc;exports.ContextMenuTrigger=e0;exports.ContextualHelp=Nv;exports.CopyButton=Og;exports.Counter=xx;exports.CurrencyInput=Pp;exports.DEFAULT_COLORS=Jo;exports.DashboardGrid=Uh;exports.DashboardLayout=_h;exports.DashboardPage=Kh;exports.DashboardPageHeader=Yh;exports.DataTable=Xw;exports.DateField=Lb;exports.DateInput=Dp;exports.DatePicker=Am;exports.DateRangePicker=Qf;exports.DefaultErrorFallback=tl;exports.Dialog=rs;exports.DialogClose=fy;exports.DialogContent=hn;exports.DialogDescription=Cd;exports.DialogFooter=Nd;exports.DialogHeader=wd;exports.DialogOverlay=os;exports.DialogPortal=Rd;exports.DialogTitle=Pd;exports.DialogTrigger=py;exports.DiskUsageMeter=Ev;exports.Dots=Pu;exports.Drawer=Zc;exports.DrawerClose=M0;exports.DrawerContent=Qc;exports.DrawerDescription=rm;exports.DrawerFooter=tm;exports.DrawerHeader=em;exports.DrawerOverlay=Cs;exports.DrawerPortal=Jc;exports.DrawerTitle=am;exports.DrawerTrigger=T0;exports.DropdownMenu=ir;exports.DropdownMenuCheckboxItem=Gd;exports.DropdownMenuContent=Da;exports.DropdownMenuGroup=Hy;exports.DropdownMenuItem=Dt;exports.DropdownMenuLabel=$d;exports.DropdownMenuPortal=Ay;exports.DropdownMenuRadioGroup=By;exports.DropdownMenuRadioItem=Wd;exports.DropdownMenuSeparator=Mn;exports.DropdownMenuShortcut=_d;exports.DropdownMenuSub=zy;exports.DropdownMenuSubContent=Od;exports.DropdownMenuSubTrigger=Fd;exports.DropdownMenuTrigger=sr;exports.EMOJIS=Pl;exports.EMOJI_CATEGORIES=xi;exports.EmojiPicker=nb;exports.EmptyState=Ou;exports.ErrorBoundary=HN;exports.Expand=cx;exports.FAB=rM;exports.Fade=ix;exports.FieldContext=Us;exports.FileUpload=fp;exports.Flex=sn;exports.Flip=ux;exports.FloatingActionButton=ql;exports.Form=gf;exports.FormContext=Ys;exports.FormControl=xf;exports.FormDescription=yf;exports.FormField=bf;exports.FormItem=vf;exports.FormLabel=hf;exports.FormMessage=Rf;exports.FullCalendar=$g;exports.Glow=Ex;exports.Grid=Wi;exports.GridItem=nh;exports.GridList=Lv;exports.HStack=Qv;exports.HoverCard=g0;exports.HoverCardContent=Ec;exports.HoverCardTrigger=b0;exports.IconButton=Kb;exports.IllustratedMessage=av;exports.Image=Df;exports.ImageCropper=cb;exports.ImageViewer=cl;exports.ImageViewerTrigger=hg;exports.Indicator=Dg;exports.IndicatorWrapper=Lg;exports.InfiniteScroll=og;exports.InlineAlert=iv;exports.Input=yn;exports.InputOTP=Du;exports.InputOTPGroup=Lu;exports.InputOTPSeparator=Iu;exports.InputOTPSlot=Vu;exports.KanbanBoard=Jg;exports.Kbd=Ag;exports.Label=er;exports.LabeledValue=uh;exports.LabeledValueGroup=fh;exports.LineChart=_g;exports.Link=$p;exports.List=Yu;exports.ListItem=ju;exports.ListItemText=Xu;exports.ListView=bv;exports.Listbox=Af;exports.ListboxItem=zf;exports.Loading=Zf;exports.LoadingOverlay=_f;exports.MASK_PRESETS=Fs;exports.MaskedInput=Tp;exports.Menubar=Up;exports.MenubarCheckboxItem=Qp;exports.MenubarContent=Zp;exports.MenubarGroup=Aw;exports.MenubarItem=Jp;exports.MenubarLabel=tf;exports.MenubarMenu=Hw;exports.MenubarPortal=zw;exports.MenubarRadioGroup=Fw;exports.MenubarRadioItem=ef;exports.MenubarSeparator=af;exports.MenubarShortcut=rf;exports.MenubarSub=Bw;exports.MenubarSubContent=qp;exports.MenubarSubTrigger=Xp;exports.MenubarTrigger=jp;exports.Meter=zi;exports.Modal=dg;exports.ModalClose=jN;exports.ModalContent=mg;exports.ModalDescription=gg;exports.ModalFooter=pg;exports.ModalHeader=ug;exports.ModalOverlay=sl;exports.ModalPortal=cg;exports.ModalRoot=YN;exports.ModalTitle=fg;exports.ModalTrigger=UN;exports.MultiSelect=Im;exports.NProgress=Yf;exports.Navbar=Ap;exports.NavbarBrand=zp;exports.NavbarContent=Bp;exports.NavbarItem=Fp;exports.NavbarLink=Op;exports.NavigationMenu=$c;exports.NavigationMenuContent=Uc;exports.NavigationMenuIndicator=jc;exports.NavigationMenuItem=C0;exports.NavigationMenuLink=S0;exports.NavigationMenuList=_c;exports.NavigationMenuTrigger=Yc;exports.NavigationMenuViewport=Ps;exports.NotificationCenter=wh;exports.NumberField=Pb;exports.NumberInput=Vm;exports.Pagination=hm;exports.PaginationContent=xm;exports.PaginationEllipsis=Nm;exports.PaginationItem=ym;exports.PaginationLink=Hn;exports.PaginationNext=wm;exports.PaginationPrevious=Rm;exports.Parallax=Mx;exports.PasswordInput=Lm;exports.PhoneInput=Ip;exports.PieChart=Yg;exports.Pop=hx;exports.Popover=Ne;exports.PopoverAnchor=ps;exports.PopoverContent=xe;exports.PopoverTrigger=Se;exports.Portal=Mg;exports.Progress=En;exports.PullToRefresh=zh;exports.Pulse=bx;exports.QRCode=ub;exports.RadioGroup=fc;exports.RadioGroupItem=gc;exports.RangeSlider=xv;exports.Rating=$m;exports.ResizableHandle=TR;exports.ResizablePanel=SR;exports.ResizablePanelGroup=CR;exports.RichTextEditor=sb;exports.Ripple=px;exports.Rotate=mx;exports.Scale=lx;exports.ScrollArea=ze;exports.ScrollBar=hs;exports.ScrollProgress=Tx;exports.ScrollReveal=Sx;exports.ScrollShadow=Eg;exports.SearchBar=xh;exports.SearchField=Mb;exports.SegmentedControl=dp;exports.SegmentedControlItem=cp;exports.Select=ss;exports.SelectContent=Sn;exports.SelectGroup=Ly;exports.SelectItem=Tn;exports.SelectLabel=zd;exports.SelectScrollDownButton=cs;exports.SelectScrollUpButton=ds;exports.SelectSeparator=Bd;exports.SelectTrigger=Cn;exports.SelectValue=ls;exports.Separator=Ta;exports.SettingsCard=ax;exports.SettingsHeader=cn;exports.SettingsLayout=ex;exports.SettingsNavItem=ox;exports.SettingsRow=rx;exports.SettingsSection=tx;exports.SettingsSeparator=nx;exports.Shake=gx;exports.Sheet=Lo;exports.SheetClose=_y;exports.SheetContent=Er;exports.SheetDescription=oc;exports.SheetFooter=ac;exports.SheetHeader=tc;exports.SheetOverlay=bs;exports.SheetPortal=Qd;exports.SheetTitle=rc;exports.SheetTrigger=$y;exports.Shimmer=Lx;exports.Sidebar=Ym;exports.SidebarContent=tu;exports.SidebarFooter=Qm;exports.SidebarGroup=au;exports.SidebarGroupAction=ou;exports.SidebarGroupContent=nu;exports.SidebarGroupLabel=ru;exports.SidebarHeader=Jm;exports.SidebarInset=Zm;exports.SidebarMenu=iu;exports.SidebarMenuAction=cu;exports.SidebarMenuBadge=mu;exports.SidebarMenuButton=du;exports.SidebarMenuItem=su;exports.SidebarMenuSkeleton=uu;exports.SidebarMenuSub=pu;exports.SidebarMenuSubButton=gu;exports.SidebarMenuSubItem=fu;exports.SidebarPersistentToggle=Xm;exports.SidebarProvider=Km;exports.SidebarRail=qm;exports.SidebarSeparator=eu;exports.SidebarToggle=jm;exports.SidebarTrigger=Um;exports.SimpleGrid=ih;exports.Skeleton=Nn;exports.Slide=sx;exports.Slider=Ln;exports.Snippet=kf;exports.SortableList=wN;exports.Spacer=Bg;exports.Sparkles=Hx;exports.Spinner=fm;exports.SpotlightSearch=Rh;exports.StatCard=$u;exports.StatusLight=Qb;exports.Step=lf;exports.Steps=nf;exports.SwipeActions=Eh;exports.Switch=Dd;exports.Table=om;exports.TableBody=im;exports.TableCaption=mm;exports.TableCell=cm;exports.TableFooter=sm;exports.TableHead=dm;exports.TableHeader=nm;exports.TableRow=lm;exports.Tabs=Xd;exports.TabsContent=Jd;exports.TabsList=qd;exports.TabsTrigger=Zd;exports.TagGroup=Sv;exports.TagInput=zu;exports.TextBadge=wo;exports.TextField=xb;exports.TextReveal=Rx;exports.Textarea=Ld;exports.ThemeProvider=pb;exports.ThemeToggle=fb;exports.TimeField=Eb;exports.TimeInput=Rp;exports.TimePicker=eg;exports.Timeline=Qu;exports.TimelineContent=rp;exports.TimelineItem=tp;exports.TimelineOpposite=op;exports.TimelineSeparator=ap;exports.Toaster=Uy;exports.Toggle=vc;exports.ToggleGroup=xc;exports.ToggleGroupItem=yc;exports.Tooltip=or;exports.TooltipContent=Ma;exports.TooltipProvider=rr;exports.TooltipTrigger=nr;exports.TreeView=mf;exports.Typewriter=yx;exports.User=Pf;exports.VStack=eh;exports.VirtualList=ON;exports.VisuallyHidden=Xo;exports.Well=dh;exports.Wiggle=vx;exports.WordRotate=wx;exports.actionBarVariants=sv;exports.actionGroupVariants=Ub;exports.actionIconVariants=Pg;exports.actionMenuTriggerVariants=cv;exports.actionSheetItemVariants=Dh;exports.alertVariants=qx;exports.appShellVariants=Fh;exports.applyMask=jn;exports.authLayoutVariants=Xi;exports.autocompleteInputVariants=pf;exports.avatarGroupVariants=Om;exports.backTopVariants=Kp;exports.badgeIndicatorVariants=ty;exports.bannerVariants=Nh;exports.bottomNavigationVariants=Th;exports.buttonGroupVariants=Ob;exports.buttonVariants=Xt;exports.cardVariants=bd;exports.carouselVariants=Qg;exports.chartContainerVariants=Zo;exports.chipVariants=hu;exports.circularProgressVariants=Su;exports.closeButtonVariants=Rg;exports.cn=o;exports.codeVariants=Sf;exports.colorAreaVariants=Wv;exports.colorFieldVariants=zb;exports.colorSliderVariants=jv;exports.colorSwatchPickerVariants=zv;exports.colorSwatchVariants=vp;exports.colorWheelVariants=qv;exports.confirmDialogIconVariants=vg;exports.contextualHelpTriggerVariants=wv;exports.copyButtonVariants=Fg;exports.currencyInputVariants=wp;exports.dashboardLayoutVariants=$h;exports.dateFieldVariants=Db;exports.dateInputVariants=Mp;exports.defaultColors=Bv;exports.dotsVariants=Nu;exports.emojiPickerVariants=ob;exports.emptyStateVariants=Fu;exports.fabVariants=ln;exports.fileUploadVariants=mp;exports.flexVariants=Jv;exports.formatCurrency=Bs;exports.formatDate=qn;exports.formatFileSize=Un;exports.formatPhoneNumber=Jn;exports.fullCalendarVariants=Wg;exports.getFileIcon=up;exports.getMaskPlaceholder=Sp;exports.gridItemVariants=oh;exports.gridListItemVariants=Dv;exports.gridListVariants=kv;exports.gridVariants=rh;exports.hexToRgb=_v;exports.hsvToRgb=Oi;exports.iconButtonVariants=_b;exports.illustratedMessageVariants=tv;exports.imageCropperVariants=db;exports.imageVariants=Zs;exports.indicatorVariants=kg;exports.infiniteScrollLoaderVariants=ol;exports.infiniteScrollVariants=rg;exports.inlineAlertVariants=nv;exports.inputOTPVariants=ku;exports.inputSizeVariants=vb;exports.kanbanBoardVariants=qg;exports.kanbanCardVariants=xl;exports.kanbanColumnVariants=Zg;exports.kbdVariants=Hg;exports.labelSizeVariants=hb;exports.labeledValueGroupVariants=ph;exports.labeledValueVariants=mh;exports.linkVariants=Wp;exports.listItemVariants=Uu;exports.listVariants=Ku;exports.listViewItemVariants=gv;exports.listViewVariants=fv;exports.listboxItemVariants=Ef;exports.listboxVariants=If;exports.loadingOverlayVariants=$f;exports.loadingVariants=qf;exports.maskedInputVariants=Cp;exports.materialColors=Ov;exports.meterVariants=Iv;exports.modalContentVariants=il;exports.navbarVariants=Hp;exports.navigationMenuTriggerStyle=Kc;exports.notificationCenterVariants=_T;exports.nprogressVariants=Kf;exports.numberFieldVariants=Nb;exports.parseDate=kp;exports.parseFormattedValue=Np;exports.phoneInputVariants=Lp;exports.pullToRefreshVariants=Ah;exports.qrCodeVariants=Ml;exports.rangeSliderVariants=hv;exports.ratingVariants=Wm;exports.rgbToHex=Kv;exports.rgbToHsv=$v;exports.richTextEditorVariants=ib;exports.scrollShadowVariants=Ig;exports.searchBarVariants=hh;exports.searchFieldVariants=Tb;exports.segmentedControlItemVariants=sp;exports.segmentedControlVariants=ip;exports.settingsLayoutVariants=qi;exports.sheetVariants=ec;exports.sidebarMenuButtonVariants=lu;exports.skeletonVariants=Id;exports.snippetVariants=Mf;exports.sortableItemVariants=Of;exports.sortableListVariants=Ff;exports.spinnerVariants=pm;exports.statCardVariants=Wu;exports.statusLightVariants=Jb;exports.stepVariants=sf;exports.stepsVariants=of;exports.swipeActionVariants=Jl;exports.swipeActionsVariants=Ih;exports.tagGroupItemVariants=$l;exports.tagGroupVariants=Cv;exports.tagVariants=Au;exports.tailwindColors=Fv;exports.textBadgeVariants=oy;exports.textFieldVariants=bb;exports.themeToggleVariants=oS;exports.timeFieldVariants=Ib;exports.timeInputVariants=yp;exports.timelineItemVariants=ep;exports.timelineVariants=Ju;exports.toggleVariants=Dn;exports.treeViewVariants=cf;exports.unmask=Os;exports.useButtonGroup=TS;exports.useCarousel=yl;exports.useConfetti=EM;exports.useConfirmDialog=aP;exports.useFieldContext=ti;exports.useFormContext=js;exports.useSidebar=Wn;exports.useSpotlight=AT;exports.userVariants=Nf;exports.validateFile=pp;exports.validators=lN;exports.virtualListVariants=tg;exports.wellVariants=lh;//# sourceMappingURL=index.cjs.map
49
49
  //# sourceMappingURL=index.cjs.map