@ghostly-solutions/ui 0.2.0 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/dist/components/button/button.d.ts.map +1 -1
  2. package/dist/components/calendar/calendar.d.ts.map +1 -1
  3. package/dist/components/command/command.d.ts +8 -1
  4. package/dist/components/command/command.d.ts.map +1 -1
  5. package/dist/components/command/index.d.ts +1 -1
  6. package/dist/components/command/index.d.ts.map +1 -1
  7. package/dist/components/context-menu/context-menu.d.ts +8 -1
  8. package/dist/components/context-menu/context-menu.d.ts.map +1 -1
  9. package/dist/components/context-menu/index.d.ts +1 -1
  10. package/dist/components/context-menu/index.d.ts.map +1 -1
  11. package/dist/components/dropdown-menu/dropdown-menu.d.ts +8 -1
  12. package/dist/components/dropdown-menu/dropdown-menu.d.ts.map +1 -1
  13. package/dist/components/dropdown-menu/index.d.ts +1 -1
  14. package/dist/components/dropdown-menu/index.d.ts.map +1 -1
  15. package/dist/components/kbd/index.d.ts +1 -1
  16. package/dist/components/kbd/index.d.ts.map +1 -1
  17. package/dist/components/kbd/kbd.d.ts +1 -2
  18. package/dist/components/kbd/kbd.d.ts.map +1 -1
  19. package/dist/components/navbar/navbar.d.ts +1 -1
  20. package/dist/components/segmented-control/index.d.ts +2 -0
  21. package/dist/components/segmented-control/index.d.ts.map +1 -0
  22. package/dist/components/segmented-control/segmented-control.d.ts +40 -0
  23. package/dist/components/segmented-control/segmented-control.d.ts.map +1 -0
  24. package/dist/components/spotlight/spotlight.d.ts.map +1 -1
  25. package/dist/hooks/index.d.ts +1 -0
  26. package/dist/hooks/index.d.ts.map +1 -1
  27. package/dist/hooks/use-hotkey.d.ts +9 -0
  28. package/dist/hooks/use-hotkey.d.ts.map +1 -0
  29. package/dist/hooks/use-platform.d.ts +2 -10
  30. package/dist/hooks/use-platform.d.ts.map +1 -1
  31. package/dist/index.d.ts +4 -0
  32. package/dist/index.d.ts.map +1 -1
  33. package/dist/index.js +3 -3
  34. package/dist/lib/hotkey.d.ts +15 -0
  35. package/dist/lib/hotkey.d.ts.map +1 -0
  36. package/dist/lib/platform.d.ts +11 -0
  37. package/dist/lib/platform.d.ts.map +1 -0
  38. package/dist/styles/index.css +1 -1
  39. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
1
  "use client";
2
- import{cva as ZC}from"class-variance-authority";import*as Ze from"@radix-ui/react-accordion";import{cva as ei}from"class-variance-authority";import{ChevronDown as uc}from"lucide-react";import{createContext as fc,forwardRef as ao,useContext as ta}from"react";import{clsx as lc}from"clsx";import{twMerge as mc}from"tailwind-merge";function o(...e){return mc(lc(e))}import{createContext as dc,useContext as ji}from"react";import{jsxDEV as Ei}from"react/jsx-dev-runtime";var io={default:"default",compact:"compact"},pc={[io.default]:{},[io.compact]:{xl:"lg",lg:"md",md:"sm",sm:"sm"}},jo=dc(io.default),ea=({density:e,children:t})=>{return Ei(jo.Provider,{value:e,children:Ei("div",{"data-density":e,children:t},void 0,!1,void 0,this)},void 0,!1,void 0,this)};ea.displayName="DensityProvider";var cc=()=>{return ji(jo)};function m(e){let t=ji(jo);if(e===void 0)return;return pc[t][e]??e}import{jsxDEV as nt}from"react/jsx-dev-runtime";var he={sm:"sm",md:"md",lg:"lg"},ti=fc(he.md),ra=ei("border-b border-border"),oa=ei("gs-interactive flex flex-1 items-center justify-between font-medium hover:underline [&[data-state=open]>svg]:rotate-180",{variants:{size:{[he.sm]:"py-3 text-xs [&>svg]:size-3.5",[he.md]:"py-4 text-sm [&>svg]:size-4",[he.lg]:"py-5 text-base [&>svg]:size-5"}},defaultVariants:{size:he.md}}),ia=ei("gs-accordion-content overflow-hidden",{variants:{size:{[he.sm]:"text-xs",[he.md]:"text-sm",[he.lg]:"text-base"}},defaultVariants:{size:he.md}}),gc={[he.sm]:"pt-0 pb-3",[he.md]:"pt-0 pb-4",[he.lg]:"pt-0 pb-5"},aa=ao(({size:e=he.md,...t},r)=>{let i=m(e)??he.md;return nt(ti.Provider,{value:i,children:nt(Ze.Root,{ref:r,...t},void 0,!1,void 0,this)},void 0,!1,void 0,this)});aa.displayName="Accordion";var na=ao(({className:e,...t},r)=>nt(Ze.Item,{ref:r,className:o(ra(),e),...t},void 0,!1,void 0,this));na.displayName="AccordionItem";var sa=ao(({className:e,children:t,...r},i)=>{let a=ta(ti);return nt(Ze.Header,{className:"flex",children:nt(Ze.Trigger,{ref:i,className:o(oa({size:a}),e),...r,children:[t,nt(uc,{className:"shrink-0 transition-transform"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)});sa.displayName="AccordionTrigger";var la=ao(({className:e,children:t,...r},i)=>{let a=ta(ti);return nt(Ze.Content,{ref:i,className:o(ia({size:a}),e),...r,children:nt("div",{className:gc[a],children:t},void 0,!1,void 0,this)},void 0,!1,void 0,this)});la.displayName="AccordionContent";import{cva as ri}from"class-variance-authority";import{CircleAlert as bc,CircleCheck as vc,Info as yc,TriangleAlert as Pc}from"lucide-react";import{forwardRef as oi}from"react";import{jsxDEV as ii}from"react/jsx-dev-runtime";var Xt={default:"default",success:"success",warning:"warning",error:"error",info:"info"},wr={sm:"sm",md:"md",lg:"lg",xl:"xl"},ma=ri("relative w-full rounded-[var(--radius)] border [&>svg~*]:pl-7 [&>svg+div]:translate-y-[-3px] [&>svg]:absolute [&>svg]:left-4 [&>svg]:top-4 [&>svg]:text-foreground",{variants:{variant:{[Xt.default]:"bg-background text-foreground",[Xt.success]:"border-success/50 text-success [&>svg]:text-success bg-success/10",[Xt.warning]:"border-warning/50 text-warning [&>svg]:text-warning bg-warning/10",[Xt.error]:"border-destructive/50 text-destructive [&>svg]:text-destructive bg-destructive/10",[Xt.info]:"border-info/50 text-info [&>svg]:text-info bg-info/10"},size:{[wr.sm]:"p-3 text-xs [&>svg]:top-3 [&>svg]:left-3 [&>svg~*]:pl-6",[wr.md]:"p-4 text-sm",[wr.lg]:"p-5 text-sm",[wr.xl]:"p-6 text-base [&>svg]:top-6 [&>svg]:left-6 [&>svg~*]:pl-8"}},defaultVariants:{variant:Xt.default,size:wr.md}}),da=ri("mb-1 font-medium leading-none tracking-tight"),pa=ri("text-sm [&_p]:leading-relaxed"),ca=oi(({className:e,variant:t,size:r,...i},a)=>{let n=m(r);return ii("div",{ref:a,role:"alert",className:o(ma({variant:t,size:n}),e),...i},void 0,!1,void 0,this)});ca.displayName="Alert";var ua=oi(({className:e,...t},r)=>ii("h5",{ref:r,className:o(da(),e),...t},void 0,!1,void 0,this));ua.displayName="AlertTitle";var fa=oi(({className:e,...t},r)=>ii("div",{ref:r,className:o(pa(),e),...t},void 0,!1,void 0,this));fa.displayName="AlertDescription";import*as ce from"@radix-ui/react-alert-dialog";import{cva as xa}from"class-variance-authority";import{forwardRef as Zt}from"react";import{Slot as ga}from"@radix-ui/react-slot";import{cva as ni}from"class-variance-authority";import{forwardRef as so}from"react";import{forwardRef as hc}from"react";import{jsxDEV as ai}from"react/jsx-dev-runtime";var Mt={xs:"xs",sm:"sm",md:"md",lg:"lg",xl:"xl"},Tc={[Mt.xs]:"h-3 w-3",[Mt.sm]:"h-4 w-4",[Mt.md]:"h-5 w-5",[Mt.lg]:"h-6 w-6",[Mt.xl]:"h-8 w-8"},no=hc(({className:e,size:t=Mt.md,label:r="Loading",...i},a)=>{let n=m(t);return ai("span",{ref:a,className:o("inline-flex items-center justify-center",e),role:"status","aria-label":r,...i,children:[ai("span",{className:o("animate-spin rounded-full border-2 border-current border-r-transparent",Tc[n])},void 0,!1,void 0,this),ai("span",{className:"sr-only",children:r},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});no.displayName="Spinner";import{jsxDEV as lt}from"react/jsx-dev-runtime";var tt={primary:"primary",secondary:"secondary",neutral:"neutral",outline:"outline",ghost:"ghost",danger:"danger"},ve={xs:"xs",sm:"sm",md:"md",lg:"lg",xl:"xl",icon:"icon",iconXs:"icon-xs",iconSm:"icon-sm",iconLg:"icon-lg"},st={default:"default",success:"success",warning:"warning",error:"error",info:"info"},Nt={xs:"xs",sm:"sm",md:"md",lg:"lg"},xc="Loading",zc="button",Mr=ni("gs-interactive relative inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-[var(--radius)] border border-transparent font-semibold outline-none focus-visible:border-primary disabled:cursor-not-allowed disabled:border-border disabled:bg-muted/45 disabled:text-muted-foreground",{variants:{variant:{[tt.primary]:"border-primary bg-primary text-primary-foreground enabled:hover:bg-primary/90",[tt.secondary]:"border-secondary bg-secondary text-secondary-foreground enabled:hover:bg-secondary/90",[tt.neutral]:"border-border bg-muted text-foreground enabled:hover:bg-muted/90",[tt.outline]:"border-border bg-background text-foreground enabled:hover:border-primary enabled:hover:bg-muted/50",[tt.ghost]:"border-transparent bg-transparent text-foreground enabled:hover:bg-muted/70",[tt.danger]:"border-destructive bg-destructive text-destructive-foreground enabled:hover:bg-destructive/90"},size:{[ve.xs]:"h-7 px-2 text-xs",[ve.sm]:"h-8 px-2.5 text-xs",[ve.md]:"h-10 px-4 text-sm",[ve.lg]:"h-11 px-5 text-sm",[ve.xl]:"h-12 px-6 text-base",[ve.icon]:"h-10 w-10 p-0",[ve.iconXs]:"h-8 w-8 p-0",[ve.iconSm]:"h-9 w-9 p-0",[ve.iconLg]:"h-11 w-11 p-0"}},defaultVariants:{variant:tt.primary,size:ve.md}}),ba=ni("shrink-0",{variants:{size:{[Nt.xs]:"size-2.5",[Nt.sm]:"size-3",[Nt.md]:"size-4",[Nt.lg]:"size-4.5"}},defaultVariants:{size:Nt.md}}),va=ni("inline-flex items-center rounded-full border px-1.5 py-0.5 font-semibold text-[10px] leading-none",{variants:{tone:{[st.default]:"border-border/70 bg-background/75 text-muted-foreground",[st.success]:"border-success/35 bg-success/12 text-success",[st.warning]:"border-warning/35 bg-warning/12 text-warning",[st.error]:"border-destructive/35 bg-destructive/12 text-destructive",[st.info]:"border-info/35 bg-info/12 text-info"}},defaultVariants:{tone:st.default}});function Sc(e){return e===ve.icon||e===ve.iconXs||e===ve.iconSm||e===ve.iconLg}function Cc(e,t){return e?t:t??zc}function wc(e,t,r){return e&&t?-1:r}function Mc(e){return e["aria-label"]??e["aria-labelledby"]??e.title}function Nc(){if(typeof process>"u")return!0;return!0}var ya=so(({className:e,size:t=Nt.md,...r},i)=>lt(ga,{ref:i,className:o(ba({size:t}),e),...r},void 0,!1,void 0,this));ya.displayName="ButtonIcon";var Pa=so(({className:e,...t},r)=>lt("span",{ref:r,className:o("truncate",e),...t},void 0,!1,void 0,this));Pa.displayName="ButtonLabel";var ha=so(({className:e,tone:t=st.default,...r},i)=>lt("span",{ref:i,className:o(va({tone:t}),e),...r},void 0,!1,void 0,this));ha.displayName="ButtonBadge";var Ta=so(({className:e,variant:t=tt.primary,size:r=ve.md,asChild:i=!1,loading:a=!1,loadingText:n=xc,fullWidth:s=!1,leadingIcon:l,trailingIcon:c,disabled:d,children:b,type:f,tabIndex:h,...p},v)=>{let z=i?ga:"button",R=m(r),w=R??r,S=Mc(p);if(Nc()&&Sc(w)&&!S)throw Error("Icon-size Button requires aria-label, aria-labelledby, or title.");let y=Boolean(d||a);return lt(z,{ref:v,className:o(Mr({variant:t,size:R}),s&&"w-full",e),disabled:i?void 0:y,"aria-disabled":y,"aria-busy":a,tabIndex:wc(i,y,h),type:Cc(i,f),...p,children:[lt("span",{className:o("absolute inset-0 flex items-center justify-center transition-opacity duration-150",a?"opacity-100":"opacity-0"),"aria-hidden":"true",children:lt(no,{size:"sm"},void 0,!1,void 0,this)},void 0,!1,void 0,this),a&&lt("span",{className:"sr-only",children:n},void 0,!1,void 0,this),lt("span",{className:o("inline-flex items-center justify-center gap-2 transition-opacity duration-150",a&&"opacity-0"),children:[l,b,c]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});Ta.displayName="Button";import{jsxDEV as qe}from"react/jsx-dev-runtime";var mt={sm:"sm",md:"md",lg:"lg",xl:"xl",full:"full"},za=xa("gs-dialog-overlay fixed inset-0 z-50 bg-black/50"),Sa=xa("gs-dialog-content fixed left-1/2 top-1/2 z-50 grid w-full gap-4 border border-border bg-background p-6 text-foreground shadow-[var(--shadow-xl)] rounded-[var(--radius)]",{variants:{size:{[mt.sm]:"max-w-sm",[mt.md]:"max-w-md",[mt.lg]:"max-w-lg",[mt.xl]:"max-w-xl",[mt.full]:"max-w-[calc(100vw-2rem)] max-h-[calc(100vh-2rem)]"}},defaultVariants:{size:mt.md}}),Lc=ce.Root,Rc=ce.Trigger,Ca=ce.Portal,si=Zt(({className:e,...t},r)=>qe(ce.Overlay,{ref:r,className:o(za(),e),...t},void 0,!1,void 0,this));si.displayName="AlertDialogOverlay";var wa=Zt(({className:e,size:t=mt.md,...r},i)=>{let a=m(t);return qe(Ca,{children:[qe(si,{},void 0,!1,void 0,this),qe(ce.Content,{ref:i,className:o(Sa({size:a}),e),...r},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});wa.displayName="AlertDialogContent";var Ma=({className:e,...t})=>qe("div",{className:o("flex flex-col space-y-2 text-center sm:text-left",e),...t},void 0,!1,void 0,this);Ma.displayName="AlertDialogHeader";var Na=({className:e,...t})=>qe("div",{className:o("flex flex-col-reverse sm:flex-row sm:justify-end sm:gap-2.5",e),...t},void 0,!1,void 0,this);Na.displayName="AlertDialogFooter";var La=Zt(({className:e,...t},r)=>qe(ce.Title,{ref:r,className:o("text-lg font-semibold",e),...t},void 0,!1,void 0,this));La.displayName="AlertDialogTitle";var Ra=Zt(({className:e,...t},r)=>qe(ce.Description,{ref:r,className:o("text-sm text-muted-foreground",e),...t},void 0,!1,void 0,this));Ra.displayName="AlertDialogDescription";var Ha=Zt(({className:e,...t},r)=>qe(ce.Action,{ref:r,className:o(Mr(),e),...t},void 0,!1,void 0,this));Ha.displayName="AlertDialogAction";var Aa=Zt(({className:e,...t},r)=>qe(ce.Cancel,{ref:r,className:o(Mr({variant:"outline"}),"mt-2 sm:mt-0",e),...t},void 0,!1,void 0,this));Aa.displayName="AlertDialogCancel";import*as ka from"@radix-ui/react-aspect-ratio";var Hc=ka.Root;import*as Jt from"@radix-ui/react-avatar";import{cva as Ac}from"class-variance-authority";import{forwardRef as lo}from"react";import{jsxDEV as qt}from"react/jsx-dev-runtime";var Le={sm:"sm",md:"md",lg:"lg",xl:"xl"},Ia=Ac("relative flex shrink-0 overflow-hidden rounded-full",{variants:{size:{[Le.sm]:"h-6 w-6",[Le.md]:"h-10 w-10",[Le.lg]:"h-12 w-12",[Le.xl]:"h-16 w-16"}},defaultVariants:{size:Le.md}}),li=lo(({className:e,size:t=Le.md,...r},i)=>{let a=m(t);return qt(Jt.Root,{ref:i,className:o(Ia({size:a}),e),...r},void 0,!1,void 0,this)});li.displayName="Avatar";var Ba=lo(({className:e,...t},r)=>qt(Jt.Image,{ref:r,className:o("aspect-square h-full w-full object-cover",e),...t},void 0,!1,void 0,this));Ba.displayName="AvatarImage";var mi=lo(({className:e,...t},r)=>qt(Jt.Fallback,{ref:r,className:o("flex h-full w-full items-center justify-center rounded-full bg-muted font-medium text-muted-foreground",e),...t},void 0,!1,void 0,this));mi.displayName="AvatarFallback";var kc={[Le.sm]:"-space-x-2",[Le.md]:"-space-x-3",[Le.lg]:"-space-x-4",[Le.xl]:"-space-x-5"},Va=lo(({className:e,children:t,max:r,size:i=Le.md,...a},n)=>{let s=m(i),l=Array.isArray(t)?t:[t],c=r?l.slice(0,r):l,d=r?Math.max(0,l.length-r):0;return qt("div",{ref:n,className:o("flex items-center",kc[s],e),...a,children:[c,d>0&&qt(li,{size:s,className:"border-2 border-background",children:qt(mi,{className:"text-xs",children:["+",d]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Va.displayName="AvatarGroup";import{Slot as Ic}from"@radix-ui/react-slot";import{cva as Bc}from"class-variance-authority";import{X as Vc}from"lucide-react";import{forwardRef as Fc}from"react";import{jsxDEV as Nr}from"react/jsx-dev-runtime";var ue={default:"default",primary:"primary",success:"success",warning:"warning",error:"error",info:"info",outline:"outline"},dt={sm:"sm",md:"md",lg:"lg",dot:"dot"},Fa=Bc("inline-flex items-center justify-center gap-1 whitespace-nowrap rounded-full border font-medium",{variants:{variant:{[ue.default]:"border-border bg-muted text-muted-foreground",[ue.primary]:"border-primary/30 bg-primary/10 text-primary",[ue.success]:"border-success/30 bg-success/10 text-success",[ue.warning]:"border-warning/30 bg-warning/10 text-warning",[ue.error]:"border-destructive/30 bg-destructive/10 text-destructive",[ue.info]:"border-info/30 bg-info/10 text-info",[ue.outline]:"border-border bg-transparent text-foreground"},solid:{true:"",false:""},size:{[dt.sm]:"h-5 px-2 text-[10px]",[dt.md]:"h-6 px-2.5 text-xs",[dt.lg]:"h-7 px-3 text-sm",[dt.dot]:"h-2 w-2 p-0"}},compoundVariants:[{solid:!0,variant:ue.default,className:"border-transparent bg-foreground text-background"},{solid:!0,variant:ue.primary,className:"border-primary bg-primary text-primary-foreground"},{solid:!0,variant:ue.success,className:"border-success bg-success text-background"},{solid:!0,variant:ue.warning,className:"border-warning bg-warning text-background"},{solid:!0,variant:ue.error,className:"border-destructive bg-destructive text-destructive-foreground"},{solid:!0,variant:ue.info,className:"border-info bg-info text-background"},{solid:!0,variant:ue.outline,className:"border-border bg-foreground text-background"}],defaultVariants:{variant:ue.default,solid:!1,size:dt.md}}),_a=Fc(({className:e,variant:t=ue.default,size:r=dt.md,solid:i=!1,pulse:a=!1,removable:n=!1,onRemove:s,onClick:l,children:c,asChild:d=!1,...b},f)=>{let h=m(r),p=Boolean(l),v=h===dt.dot,z=(S)=>{S.stopPropagation(),s?.(S)},R=o(Fa({variant:t,solid:i,size:h}),p&&"cursor-pointer",a&&"animate-pulse",n&&!v&&"pr-1",e),w=n&&!v&&Nr("button",{type:"button",className:"gs-interactive ml-0.5 inline-flex size-4 items-center justify-center rounded-full text-current opacity-60 hover:opacity-100",onClick:z,"aria-label":"Remove",tabIndex:-1,children:Nr(Vc,{className:"size-3"},void 0,!1,void 0,this)},void 0,!1,void 0,this);if(d)return Nr(Ic,{ref:f,className:R,onClick:l,...b,children:c},void 0,!1,void 0,this);if(p)return Nr("button",{ref:f,className:R,onClick:l,type:"button",...b,children:[!v&&c,w]},void 0,!0,void 0,this);return Nr("span",{ref:f,className:R,...b,children:[!v&&c,w]},void 0,!0,void 0,this)});_a.displayName="Badge";import{Children as _c,cloneElement as Dc,forwardRef as Oc,isValidElement as Gc,useCallback as Da,useLayoutEffect as Wc,useRef as $c,useState as Uc}from"react";import{jsxDEV as Oa}from"react/jsx-dev-runtime";function Kc(e){let t=[];return _c.forEach(e,(r,i)=>{if(!Gc(r))return;let a=r.key??i;t.push({key:a,element:r,isLeaving:!1})}),t}function Yc(e,t){let r=new Set(t.map((n)=>n.key)),i=new Set(e.map((n)=>n.key)),a=[];for(let n of e)if(r.has(n.key)){let s=t.find((l)=>l.key===n.key);if(s)a.push({...s,isLeaving:!1})}else a.push({...n,isLeaving:!0});for(let n of t)if(!i.has(n.key))a.push(n);return a}function Xc(e,t,r){if(r.current)return r.current=!1,t;return Yc(e,t)}var Ga=Oc(({children:e,className:t,onRemove:r,gap:i="sm"},a)=>{let[n,s]=Uc([]),l=$c(!0);Wc(()=>{let f=Kc(e);s((h)=>Xc(h,f,l))},[e]);let c=Da((f)=>{s((h)=>h.filter((p)=>p.key!==f))},[]),d=Da((f)=>{r?.(f)},[r]),b={sm:"gap-1",md:"gap-2",lg:"gap-3"}[i];return Oa("div",{ref:a,className:o("inline-flex flex-wrap items-center",b,t),children:n.map((f)=>{let h={};if(f.element.props.removable&&r)h.onRemove=()=>{d(f.key)};let p=o("inline-flex transition-all duration-200",f.isLeaving&&"pointer-events-none scale-95 opacity-0");return Oa("span",{className:p,onTransitionEnd:f.isLeaving?()=>c(f.key):void 0,children:Dc(f.element,h)},f.key,!1,void 0,this)})},void 0,!1,void 0,this)});Ga.displayName="BadgeGroup";import{Slot as Zc}from"@radix-ui/react-slot";import{cva as Qt}from"class-variance-authority";import{ChevronRight as qc,MoreHorizontal as Jc}from"lucide-react";import{createContext as Qc,forwardRef as Lr,useContext as di}from"react";import{jsxDEV as _e}from"react/jsx-dev-runtime";var se={sm:"sm",md:"md",lg:"lg"},mo=Qc(se.md),Wa=Qt("flex flex-wrap items-center break-words text-muted-foreground",{variants:{size:{[se.sm]:"gap-1 text-xs",[se.md]:"gap-1.5 text-sm sm:gap-2.5",[se.lg]:"gap-2 text-base sm:gap-3"}},defaultVariants:{size:se.md}}),$a=Qt("inline-flex items-center gap-1.5"),Ua=Qt("gs-interactive hover:text-foreground focus-visible:outline-none focus-visible:text-foreground"),Ka=Qt("font-normal text-foreground"),Ya=Qt("",{variants:{size:{[se.sm]:"[&>svg]:size-3",[se.md]:"[&>svg]:size-3.5",[se.lg]:"[&>svg]:size-4"}},defaultVariants:{size:se.md}}),Xa=Qt("flex items-center justify-center",{variants:{size:{[se.sm]:"h-7 w-7 [&>svg]:size-3.5",[se.md]:"h-9 w-9 [&>svg]:size-4",[se.lg]:"h-10 w-10 [&>svg]:size-5"}},defaultVariants:{size:se.md}}),Za=Lr(({size:e=se.md,...t},r)=>{let i=m(e)??se.md;return _e(mo.Provider,{value:i,children:_e("nav",{ref:r,"aria-label":"breadcrumb",...t},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Za.displayName="Breadcrumb";var qa=Lr(({className:e,...t},r)=>{let i=di(mo);return _e("ol",{ref:r,className:o(Wa({size:i}),e),...t},void 0,!1,void 0,this)});qa.displayName="BreadcrumbList";var Ja=Lr(({className:e,...t},r)=>_e("li",{ref:r,className:o($a(),e),...t},void 0,!1,void 0,this));Ja.displayName="BreadcrumbItem";var Qa=Lr(({asChild:e,className:t,...r},i)=>{return _e(e?Zc:"a",{ref:i,className:o(Ua(),t),...r},void 0,!1,void 0,this)});Qa.displayName="BreadcrumbLink";var Ea=Lr(({className:e,...t},r)=>_e("span",{ref:r,role:"link",tabIndex:0,"aria-disabled":"true","aria-current":"page",className:o(Ka(),e),...t},void 0,!1,void 0,this));Ea.displayName="BreadcrumbPage";var ja=({children:e,className:t,...r})=>{let i=di(mo),a={[se.sm]:"size-3",[se.md]:"size-3.5",[se.lg]:"size-4"};return _e("li",{role:"presentation","aria-hidden":"true",className:o(Ya({size:i}),t),...r,children:e??_e(qc,{className:a[i]},void 0,!1,void 0,this)},void 0,!1,void 0,this)};ja.displayName="BreadcrumbSeparator";var en=({className:e,...t})=>{let r=di(mo);return _e("span",{role:"presentation","aria-hidden":"true",className:o(Xa({size:r}),e),...t,children:[_e(Jc,{},void 0,!1,void 0,this),_e("span",{className:"sr-only",children:"More"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};en.displayName="BreadcrumbEllipsis";import{cva as Ec}from"class-variance-authority";import{forwardRef as jc}from"react";import{jsxDEV as eu}from"react/jsx-dev-runtime";var Rr={horizontal:"horizontal",vertical:"vertical"},tn=Ec("inline-flex items-stretch",{variants:{orientation:{[Rr.horizontal]:"flex-row",[Rr.vertical]:"flex-col"},attached:{true:"gap-0 [&>*:not(:first-child)]:rounded-l-none [&>*:not(:last-child)]:rounded-r-none",false:"gap-2"}},defaultVariants:{orientation:Rr.horizontal,attached:!1}}),rn=jc(({className:e,orientation:t=Rr.horizontal,attached:r=!1,fullWidth:i=!1,...a},n)=>eu("div",{ref:n,className:o(tn({orientation:t,attached:r}),i&&"w-full",e),...a},void 0,!1,void 0,this));rn.displayName="ButtonGroup";import{cva as pt}from"class-variance-authority";import{forwardRef as tu,useCallback as Et,useEffect as ru,useMemo as on,useState as an}from"react";import{jsxDEV as we}from"react/jsx-dev-runtime";var V={sm:"sm",md:"md",lg:"lg",xl:"xl"},sn=pt("inline-flex flex-col rounded-xl border border-border bg-card/95 shadow-[var(--shadow-sm)] transition-[color,background-color,border-color,box-shadow] duration-150",{variants:{size:{[V.sm]:"p-3 text-sm",[V.md]:"p-4 text-sm",[V.lg]:"p-5 text-base",[V.xl]:"p-6 text-base"}},defaultVariants:{size:V.md}}),ln=pt("mb-3 flex items-center justify-between",{variants:{size:{[V.sm]:"gap-1",[V.md]:"gap-2",[V.lg]:"gap-3",[V.xl]:"gap-3"}},defaultVariants:{size:V.md}}),mn=pt("font-semibold text-foreground",{variants:{size:{[V.sm]:"text-sm",[V.md]:"text-base",[V.lg]:"text-lg",[V.xl]:"text-xl"}},defaultVariants:{size:V.md}}),pi=pt(["inline-flex items-center justify-center rounded-md border border-transparent","text-muted-foreground hover:border-border/70 hover:bg-accent/60 hover:text-foreground","active:scale-[0.98]","transition-[color,background-color,border-color,box-shadow,transform,opacity] duration-150","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:{[V.sm]:"size-7",[V.md]:"size-8",[V.lg]:"size-10",[V.xl]:"size-10"}},defaultVariants:{size:V.md}}),dn=pt("grid grid-cols-7",{variants:{size:{[V.sm]:"gap-0.5",[V.md]:"gap-1",[V.lg]:"gap-1.5",[V.xl]:"gap-2"}},defaultVariants:{size:V.md}}),pn=pt("text-center font-semibold uppercase tracking-wide text-muted-foreground",{variants:{size:{[V.sm]:"py-1 text-[10px]",[V.md]:"py-1.5 text-xs",[V.lg]:"py-2 text-sm",[V.xl]:"py-2 text-sm"}},defaultVariants:{size:V.md}}),cn=pt(["inline-flex items-center justify-center rounded-md border border-transparent font-medium","transition-[color,background-color,border-color,box-shadow,transform,opacity] duration-150","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-1","active:scale-[0.98]"],{variants:{size:{[V.sm]:"size-7 text-xs",[V.md]:"size-9 text-sm",[V.lg]:"size-10 text-base",[V.xl]:"size-11 text-base"},state:{default:"cursor-pointer text-foreground hover:border-border/70 hover:bg-accent/60",selected:"border-primary/35 bg-primary text-primary-foreground shadow-[var(--glow-brand-sm)] hover:bg-primary/90",today:"border-primary/30 bg-primary/10 text-primary",disabled:"cursor-not-allowed border-transparent bg-muted/40 text-muted-foreground/60",outside:"",rangeStart:"cursor-pointer rounded-r-none border-primary/35 bg-primary text-primary-foreground hover:bg-primary/90",rangeEnd:"cursor-pointer rounded-l-none border-primary/35 bg-primary text-primary-foreground hover:bg-primary/90",range:"cursor-pointer rounded-none border-transparent bg-primary/12 text-primary hover:bg-primary/20"}},defaultVariants:{size:V.md,state:"default"}}),ou=pt("rounded-md border border-transparent",{variants:{size:{[V.sm]:"size-7",[V.md]:"size-9",[V.lg]:"size-10",[V.xl]:"size-11"}},defaultVariants:{size:V.md}}),nn=["Su","Mo","Tu","We","Th","Fr","Sa"],iu=["January","February","March","April","May","June","July","August","September","October","November","December"],rt=(e)=>new Date(e.getFullYear(),e.getMonth(),e.getDate()),jt=(e,t)=>{return e.getDate()===t.getDate()&&e.getMonth()===t.getMonth()&&e.getFullYear()===t.getFullYear()},un=tu(({className:e,size:t="md",cellSize:r,mode:i="single",value:a,defaultValue:n,onChange:s,rangeValue:l,onRangeChange:c,viewMonth:d,onViewMonthChange:b,minDate:f,maxDate:h,disabledDates:p=[],weekStartsOn:v=1,highlightToday:z=!0,...R},w)=>{let S=m(t)??V.md,y=m(r??S)??S,[M,B]=an(a??n??null),[C,H]=an(a??n??new Date),A=d??C,G=Et((u)=>{let g=typeof u==="function"?u(d??C):u;if(b)b(g);else H(g)},[d,C,b]),q=a!==void 0?a:M,D=f?rt(f):null,O=h?rt(h):null;ru(()=>{if(a!==void 0){if(B(a??null),a&&!d)H(a)}},[a,d]);let P=Et((u,g)=>{return(new Date(u,g,1).getDay()-v+7)%7},[v]),k=on(()=>{let u=A.getFullYear(),g=A.getMonth(),N=P(u,g),pe=new Date(u,g+1,0).getDate(),x=[];for(let I=0;I<N;I+=1)x.push({key:`leading-${u}-${g}-${I}`,date:null});for(let I=1;I<=pe;I+=1)x.push({key:`day-${u}-${g}-${I}`,date:new Date(u,g,I)});let X=(7-x.length%7)%7;for(let I=0;I<X;I+=1)x.push({key:`trailing-${u}-${g}-${I}`,date:null});return x},[A,P]),T=Et((u)=>{let g=rt(u);if(D&&g<D)return!0;if(O&&g>O)return!0;return p.some((N)=>jt(g,rt(N)))},[D,O,p]),U=Et((u)=>{if(T(u))return"disabled";if(i==="range"&&l){let{from:g,to:N}=l;if(g&&jt(u,g))return"rangeStart";if(N&&jt(u,N))return"rangeEnd";if(g&&N){let pe=rt(u),x=rt(g),X=rt(N);if(pe>x&&pe<X)return"range"}}if(i==="single"&&q&&jt(u,q))return"selected";if(z&&jt(u,new Date))return"today";return"default"},[q,z,T,i,l]),Q=Et((u)=>{if(T(u))return;let g=new Date(u);if(i==="range"){if(!l?.from||l.from&&l.to)c?.({from:g,to:void 0});else{let N=rt(l.from);if(rt(g)<N)c?.({from:g,to:l.from});else c?.({from:l.from,to:g})}return}if(a===void 0)B(g);s?.(g)},[T,i,s,c,l,a]),L=Et((u)=>{G((g)=>{let N=new Date(g);return N.setMonth(N.getMonth()+u),N})},[]),Y=on(()=>{return[...nn.slice(v),...nn.slice(0,v)]},[v]);return we("div",{ref:w,className:o(sn({size:S}),e),...R,children:[we("div",{className:o(ln({size:S})),children:[we("button",{type:"button",onClick:()=>L(-1),className:o(pi({size:S})),"aria-label":"Previous month",children:we("svg",{className:"size-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:we("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 19l-7-7 7-7"},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),we("span",{className:o(mn({size:S})),children:[iu[A.getMonth()]," ",A.getFullYear()]},void 0,!0,void 0,this),we("button",{type:"button",onClick:()=>L(1),className:o(pi({size:S})),"aria-label":"Next month",children:we("svg",{className:"size-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:we("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 5l7 7-7 7"},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),we("div",{className:o(dn({size:S})),children:[Y.map((u)=>we("div",{className:o(pn({size:y})),children:u},u,!1,void 0,this)),k.map((u)=>{if(!u.date)return we("div",{"aria-hidden":"true",className:o(ou({size:y}))},u.key,!1,void 0,this);let g=u.date,N=U(g);return we("button",{type:"button",onClick:()=>Q(g),disabled:N==="disabled",className:o(cn({size:y,state:N})),children:g.getDate()},u.key,!1,void 0,this)})]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});un.displayName="Calendar";import{Slot as er}from"@radix-ui/react-slot";import{cva as au}from"class-variance-authority";import{forwardRef as tr}from"react";import{jsxDEV as rr}from"react/jsx-dev-runtime";var po={default:"default",muted:"muted",danger:"danger"},fn=au("gs-interactive relative overflow-hidden rounded-[var(--radius)] border bg-card text-card-foreground shadow-[var(--shadow-sm)]",{variants:{variant:{[po.default]:"border-border",[po.muted]:"border-border/70 bg-muted/40",[po.danger]:"border-destructive/30 bg-destructive/[0.06]"}},defaultVariants:{variant:po.default}}),gn=tr(({asChild:e=!1,className:t,variant:r,...i},a)=>{return rr(e?er:"div",{ref:a,className:o(fn({variant:r}),t),...i},void 0,!1,void 0,this)});gn.displayName="Card";var bn=tr(({asChild:e=!1,className:t,...r},i)=>{return rr(e?er:"div",{ref:i,className:o("flex flex-col gap-1.5 border-b border-border/50 p-4",t),...r},void 0,!1,void 0,this)});bn.displayName="CardHeader";var vn=tr(({asChild:e=!1,className:t,...r},i)=>{return rr(e?er:"div",{ref:i,className:o("p-4",t),...r},void 0,!1,void 0,this)});vn.displayName="CardContent";var yn=tr(({asChild:e=!1,className:t,...r},i)=>{return rr(e?er:"div",{ref:i,className:o("flex items-center border-t border-border/50 p-4",t),...r},void 0,!1,void 0,this)});yn.displayName="CardFooter";var Pn=tr(({asChild:e=!1,className:t,...r},i)=>{return rr(e?er:"h3",{ref:i,className:o("font-semibold text-base leading-none tracking-tight",t),...r},void 0,!1,void 0,this)});Pn.displayName="CardTitle";var hn=tr(({asChild:e=!1,className:t,...r},i)=>{return rr(e?er:"p",{ref:i,className:o("text-sm text-muted-foreground",t),...r},void 0,!1,void 0,this)});hn.displayName="CardDescription";import*as uo from"@radix-ui/react-checkbox";import{cva as nu}from"class-variance-authority";import{Check as su,Minus as lu}from"lucide-react";import{forwardRef as mu}from"react";import{jsxDEV as co}from"react/jsx-dev-runtime";var De={sm:"sm",md:"md",lg:"lg",xl:"xl"},or={default:"default",error:"error",success:"success"},xn=nu("gs-interactive inline-flex shrink-0 items-center justify-center rounded border border-border bg-background text-foreground enabled:active:scale-[0.94] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background data-[state=checked]:border-primary data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground data-[state=indeterminate]:border-primary data-[state=indeterminate]:bg-primary data-[state=indeterminate]:text-primary-foreground disabled:cursor-not-allowed disabled:border-border disabled:bg-muted/45 disabled:text-muted-foreground",{variants:{size:{[De.sm]:"h-4 w-4",[De.md]:"h-5 w-5",[De.lg]:"h-6 w-6",[De.xl]:"h-7 w-7"},status:{[or.default]:"enabled:hover:border-primary/70",[or.error]:"enabled:hover:border-destructive/70 focus-visible:ring-destructive data-[state=checked]:border-destructive data-[state=checked]:bg-destructive data-[state=checked]:text-destructive-foreground data-[state=indeterminate]:border-destructive data-[state=indeterminate]:bg-destructive data-[state=indeterminate]:text-destructive-foreground",[or.success]:"enabled:hover:border-success/70 focus-visible:ring-success data-[state=checked]:border-success data-[state=checked]:bg-success data-[state=checked]:text-success-foreground data-[state=indeterminate]:border-success data-[state=indeterminate]:bg-success data-[state=indeterminate]:text-success-foreground"}},defaultVariants:{size:De.md,status:or.default}}),Tn={[De.sm]:"size-3.5",[De.md]:"size-3.5",[De.lg]:"size-4",[De.xl]:"size-5"},zn=mu(({className:e,size:t=De.md,status:r=or.default,checked:i,disabled:a,...n},s)=>{let l=m(t);return co(uo.Root,{ref:s,checked:i,disabled:a,className:o(xn({size:l,status:r}),e),...n,children:co(uo.Indicator,{className:"gs-checkbox-indicator flex items-center justify-center text-current",children:i==="indeterminate"?co(lu,{className:Tn[l]},void 0,!1,void 0,this):co(su,{className:Tn[l]},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)});zn.displayName="Checkbox";import{cva as ct}from"class-variance-authority";import{forwardRef as du,useCallback as pu,useState as cu}from"react";import{jsxDEV as Te,Fragment as Sn}from"react/jsx-dev-runtime";var K={sm:"sm",md:"md",lg:"lg"},ci={default:"default",ghost:"ghost"},Cn=ct("relative rounded-lg overflow-hidden font-mono",{variants:{size:{[K.sm]:"text-xs",[K.md]:"text-sm",[K.lg]:"text-base"},variant:{[ci.default]:"bg-muted border border-border",[ci.ghost]:"bg-transparent"}},defaultVariants:{size:K.md,variant:ci.default}}),wn=ct("flex items-center justify-between border-b border-border bg-muted",{variants:{size:{[K.sm]:"px-2.5 py-1.5 text-xs",[K.md]:"px-4 py-2 text-sm",[K.lg]:"px-5 py-2.5 text-base"}},defaultVariants:{size:K.md}}),Mn=ct("text-muted-foreground font-medium",{variants:{size:{[K.sm]:"text-[11px]",[K.md]:"text-xs",[K.lg]:"text-sm"}},defaultVariants:{size:K.md}}),Nn=ct(["inline-flex items-center gap-1.5 rounded-md font-medium","text-muted-foreground hover:text-foreground hover:bg-muted","transition-all duration-150","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary"],{variants:{size:{[K.sm]:"px-2 py-1 text-xs",[K.md]:"px-2.5 py-1 text-xs",[K.lg]:"px-3 py-1.5 text-sm"},copied:{true:"text-success",false:""}},defaultVariants:{size:K.md,copied:!1}}),Ln=ct("overflow-x-auto",{variants:{size:{[K.sm]:"p-2.5",[K.md]:"p-4",[K.lg]:"p-5"}},defaultVariants:{size:K.md}}),Rn=ct("text-foreground",{variants:{size:{[K.sm]:"",[K.md]:"",[K.lg]:""},showLineNumbers:{true:"",false:""}},defaultVariants:{size:K.md,showLineNumbers:!1}}),Hn=ct("block",{variants:{size:{[K.sm]:"min-h-[1.25rem]",[K.md]:"min-h-[1.5rem]",[K.lg]:"min-h-[1.75rem]"},highlighted:{true:"bg-primary/10 -mx-4 px-4",false:""}},defaultVariants:{size:K.md,highlighted:!1}}),An=ct("inline-block text-right text-muted-foreground select-none",{variants:{size:{[K.sm]:"w-6 mr-2 text-[10px]",[K.md]:"w-8 mr-4 text-xs",[K.lg]:"w-10 mr-5 text-sm"}},defaultVariants:{size:K.md}}),kn=du(({className:e,code:t,language:r,showLineNumbers:i=!1,highlightedLines:a=[],showCopy:n=!0,size:s="md",variant:l="default",onCopy:c,...d},b)=>{let f=m(s),[h,p]=cu(!1),v=pu(async()=>{try{await navigator.clipboard.writeText(t),p(!0),c?.(t),setTimeout(()=>p(!1),2000)}catch(w){}},[t,c]),z=t.split(`
3
- `),R=new Set(a);return Te("div",{ref:b,className:o(Cn({size:f,variant:l}),e),...d,children:[(r||n)&&Te("div",{className:o(wn({size:f})),children:[Te("span",{className:o(Mn({size:f})),children:r},void 0,!1,void 0,this),n&&Te("button",{type:"button",onClick:v,className:o(Nn({size:f,copied:h})),children:h?Te(Sn,{children:[Te("svg",{className:"size-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:Te("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 13l4 4L19 7"},void 0,!1,void 0,this)},void 0,!1,void 0,this),"Copied!"]},void 0,!0,void 0,this):Te(Sn,{children:[Te("svg",{className:"size-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:Te("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z"},void 0,!1,void 0,this)},void 0,!1,void 0,this),"Copy"]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Te("div",{className:o(Ln({size:f})),children:Te("pre",{className:o(Rn({size:f,showLineNumbers:i})),children:Te("code",{children:z.map((w,S)=>Te("span",{className:o(Hn({size:f,highlighted:R.has(S+1)})),children:[i&&Te("span",{className:o(An({size:f})),children:S+1},void 0,!1,void 0,this),w,`
4
- `]},`line-${String(S)}`,!0,void 0,this))},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});kn.displayName="CodeBlock";import*as ir from"@radix-ui/react-collapsible";import{cva as uu}from"class-variance-authority";import{forwardRef as fu}from"react";import{jsxDEV as vu}from"react/jsx-dev-runtime";var In=uu("gs-collapsible-content overflow-hidden"),gu=ir.Root,bu=ir.CollapsibleTrigger,Bn=fu(({className:e,...t},r)=>vu(ir.CollapsibleContent,{ref:r,className:o(In(),e),...t},void 0,!1,void 0,this));Bn.displayName="CollapsibleContent";import*as F from"@radix-ui/react-context-menu";import{cva as Lt}from"class-variance-authority";import{Check as yu,ChevronRight as Pu,Circle as hu}from"lucide-react";import{createContext as Tu,forwardRef as ut,useContext as ar}from"react";import{jsxDEV as le}from"react/jsx-dev-runtime";var W={sm:"sm",md:"md",lg:"lg"},Rt=Tu(W.md),ui=Lt("z-50 min-w-[8rem] overflow-hidden rounded-[var(--radius)] border border-border/70 bg-popover p-1 text-popover-foreground shadow-[var(--shadow-md)] gs-float-content origin-[var(--radix-context-menu-content-transform-origin)]"),fi=Lt("gs-interactive relative flex cursor-pointer select-none items-center rounded-md outline-none hover:bg-accent/80 focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:text-muted-foreground/50 data-[disabled]:cursor-not-allowed [&_svg]:pointer-events-none [&_svg]:shrink-0",{variants:{size:{[W.sm]:"h-6 gap-1.5 px-1.5 text-xs [&_svg]:size-3",[W.md]:"h-8 gap-2 px-2 text-sm [&_svg]:size-4",[W.lg]:"h-9 gap-2 px-2.5 text-sm [&_svg]:size-4"}},defaultVariants:{size:W.md}}),Vn=Lt("gs-interactive relative flex cursor-pointer select-none items-center rounded-md outline-none hover:bg-accent/80 focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:text-muted-foreground/50 data-[disabled]:cursor-not-allowed",{variants:{size:{[W.sm]:"h-6 pl-6 pr-1.5 text-xs",[W.md]:"h-8 pl-8 pr-2 text-sm",[W.lg]:"h-9 pl-8 pr-2.5 text-sm"}},defaultVariants:{size:W.md}}),Fn=Lt("gs-interactive relative flex cursor-pointer select-none items-center rounded-md outline-none hover:bg-accent/80 focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:text-muted-foreground/50 data-[disabled]:cursor-not-allowed",{variants:{size:{[W.sm]:"h-6 pl-6 pr-1.5 text-xs",[W.md]:"h-8 pl-8 pr-2 text-sm",[W.lg]:"h-9 pl-8 pr-2.5 text-sm"}},defaultVariants:{size:W.md}}),_n=Lt("font-semibold text-muted-foreground",{variants:{size:{[W.sm]:"px-1.5 py-0.5 text-[10px]",[W.md]:"px-2 py-1.5 text-xs",[W.lg]:"px-2.5 py-1.5 text-xs"}},defaultVariants:{size:W.md}}),Dn=Lt("-mx-1 my-1 h-px bg-border/50"),On=Lt("ml-auto tracking-widest text-muted-foreground/70",{variants:{size:{[W.sm]:"text-[10px]",[W.md]:"text-xs",[W.lg]:"text-xs"}},defaultVariants:{size:W.md}}),Gn={[W.sm]:"absolute left-1.5 flex size-3 items-center justify-center",[W.md]:"absolute left-2 flex size-3.5 items-center justify-center",[W.lg]:"absolute left-2.5 flex size-4 items-center justify-center"},xu={[W.sm]:"size-3",[W.md]:"size-3.5",[W.lg]:"size-4"},zu={[W.sm]:"size-1.5 fill-current",[W.md]:"size-2 fill-current",[W.lg]:"size-2.5 fill-current"},Su=F.Root,Cu=F.Trigger,wu=F.Group,Mu=F.Portal,Nu=F.Sub,Lu=F.RadioGroup,Wn=ut(({className:e,inset:t,children:r,...i},a)=>{let n=ar(Rt),s=m(n);return le(F.SubTrigger,{ref:a,className:o(fi({size:s}),"data-[state=open]:bg-accent",t&&"pl-8",e),...i,children:[r,le(Pu,{className:"ml-auto"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Wn.displayName=F.SubTrigger.displayName;var $n=ut(({className:e,...t},r)=>le(F.Portal,{children:le(F.SubContent,{ref:r,className:o(ui(),e),...t},void 0,!1,void 0,this)},void 0,!1,void 0,this));$n.displayName=F.SubContent.displayName;var Un=ut(({className:e,size:t,...r},i)=>{let a=m(t)??W.md;return le(Rt.Provider,{value:a,children:le(F.Portal,{children:le(F.Content,{ref:i,className:o(ui(),e),...r},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Un.displayName=F.Content.displayName;var Kn=ut(({className:e,inset:t,...r},i)=>{let a=ar(Rt),n=m(a);return le(F.Item,{ref:i,className:o(fi({size:n}),t&&"pl-8",e),...r},void 0,!1,void 0,this)});Kn.displayName=F.Item.displayName;var Yn=ut(({className:e,children:t,checked:r,...i},a)=>{let n=ar(Rt),s=m(n)??W.md;return le(F.CheckboxItem,{ref:a,className:o(Vn({size:s}),e),checked:r,...i,children:[le("span",{className:Gn[s],children:le(F.ItemIndicator,{children:le(yu,{className:xu[s]},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),t]},void 0,!0,void 0,this)});Yn.displayName=F.CheckboxItem.displayName;var Xn=ut(({className:e,children:t,...r},i)=>{let a=ar(Rt),n=m(a)??W.md;return le(F.RadioItem,{ref:i,className:o(Fn({size:n}),e),...r,children:[le("span",{className:Gn[n],children:le(F.ItemIndicator,{children:le(hu,{className:zu[n]},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),t]},void 0,!0,void 0,this)});Xn.displayName=F.RadioItem.displayName;var Zn=ut(({className:e,inset:t,...r},i)=>{let a=ar(Rt),n=m(a);return le(F.Label,{ref:i,className:o(_n({size:n}),t&&"pl-8",e),...r},void 0,!1,void 0,this)});Zn.displayName=F.Label.displayName;var qn=ut(({className:e,...t},r)=>le(F.Separator,{ref:r,className:o(Dn(),e),...t},void 0,!1,void 0,this));qn.displayName=F.Separator.displayName;var Jn=({className:e,...t})=>{let r=ar(Rt),i=m(r);return le("span",{className:o(On({size:i}),e),...t},void 0,!1,void 0,this)};Jn.displayName="ContextMenuShortcut";import*as fe from"@radix-ui/react-dialog";import{cva as Ru}from"class-variance-authority";import{X as Hu}from"lucide-react";import{forwardRef as fo}from"react";import{jsxDEV as Oe}from"react/jsx-dev-runtime";var ft={sm:"sm",md:"md",lg:"lg",xl:"xl",full:"full"},gi=fe.Root,Au=fe.Trigger,Qn=fe.Portal,ku=fe.Close,bi=fo(({className:e,...t},r)=>Oe(fe.Overlay,{ref:r,className:o("gs-dialog-overlay fixed inset-0 z-50 bg-black/50",e),...t},void 0,!1,void 0,this));bi.displayName="DialogOverlay";var En=Ru("gs-dialog-content fixed left-1/2 top-1/2 z-50 grid w-full gap-4 border border-border bg-background p-6 text-foreground shadow-[var(--shadow-xl)] rounded-[var(--radius)]",{variants:{size:{[ft.sm]:"max-w-sm",[ft.md]:"max-w-md",[ft.lg]:"max-w-lg",[ft.xl]:"max-w-xl",[ft.full]:"max-w-[calc(100vw-2rem)] max-h-[calc(100vh-2rem)]"}},defaultVariants:{size:ft.md}}),go=fo(({className:e,children:t,size:r=ft.md,showClose:i=!0,...a},n)=>{let s=m(r);return Oe(Qn,{children:[Oe(bi,{},void 0,!1,void 0,this),Oe(fe.Content,{ref:n,className:o(En({size:s}),e),...a,children:[t,i&&Oe(fe.Close,{className:"gs-interactive absolute top-4 right-4 rounded-[var(--radius)] border border-border p-1.5 text-muted-foreground hover:bg-accent hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none",children:[Oe(Hu,{className:"size-4"},void 0,!1,void 0,this),Oe("span",{className:"sr-only",children:"Close"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});go.displayName="DialogContent";var jn=({className:e,...t})=>Oe("div",{className:o("flex flex-col space-y-1.5 text-center sm:text-left",e),...t},void 0,!1,void 0,this);jn.displayName="DialogHeader";var es=({className:e,...t})=>Oe("div",{className:o("flex flex-col-reverse sm:flex-row sm:justify-end sm:gap-2.5",e),...t},void 0,!1,void 0,this);es.displayName="DialogFooter";var ts=fo(({className:e,...t},r)=>Oe(fe.Title,{ref:r,className:o("font-semibold text-lg leading-none tracking-tight",e),...t},void 0,!1,void 0,this));ts.displayName="DialogTitle";var rs=fo(({className:e,...t},r)=>Oe(fe.Description,{ref:r,className:o("text-muted-foreground text-sm",e),...t},void 0,!1,void 0,this));rs.displayName="DialogDescription";import{cva as vi}from"class-variance-authority";import{X as Iu}from"lucide-react";import{forwardRef as bo}from"react";import{Drawer as ot}from"vaul";import{jsxDEV as Re}from"react/jsx-dev-runtime";var He={sm:"sm",md:"md",lg:"lg",xl:"xl",full:"full"},Bu={[He.sm]:"sm:max-w-sm",[He.md]:"sm:max-w-md",[He.lg]:"sm:max-w-lg",[He.xl]:"sm:max-w-xl",[He.full]:"sm:max-w-full"},Vu={[He.sm]:"sm:max-h-[30vh]",[He.md]:"sm:max-h-[50vh]",[He.lg]:"sm:max-h-[70vh]",[He.xl]:"sm:max-h-[85vh]",[He.full]:"sm:max-h-full"},os=vi(["fixed inset-0 z-50 bg-black/50","data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:duration-200","data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:duration-150"]),is=vi(["group/drawer-content fixed z-50 flex h-auto flex-col border border-border bg-background shadow-[var(--shadow-xl)]","data-[vaul-drawer-direction=top]:inset-x-0 data-[vaul-drawer-direction=top]:top-0 data-[vaul-drawer-direction=top]:mb-24 data-[vaul-drawer-direction=top]:max-h-[80vh] data-[vaul-drawer-direction=top]:rounded-b-xl data-[vaul-drawer-direction=top]:border-t-0","data-[vaul-drawer-direction=bottom]:inset-x-0 data-[vaul-drawer-direction=bottom]:bottom-0 data-[vaul-drawer-direction=bottom]:mt-24 data-[vaul-drawer-direction=bottom]:max-h-[80vh] data-[vaul-drawer-direction=bottom]:rounded-t-xl data-[vaul-drawer-direction=bottom]:border-b-0","data-[vaul-drawer-direction=right]:inset-y-0 data-[vaul-drawer-direction=right]:right-0 data-[vaul-drawer-direction=right]:h-full data-[vaul-drawer-direction=right]:w-3/4 data-[vaul-drawer-direction=right]:border-r-0","data-[vaul-drawer-direction=left]:inset-y-0 data-[vaul-drawer-direction=left]:left-0 data-[vaul-drawer-direction=left]:h-full data-[vaul-drawer-direction=left]:w-3/4 data-[vaul-drawer-direction=left]:border-l-0"]),as=vi("mx-auto shrink-0 rounded-full bg-muted-foreground/25 transition-colors duration-150 hover:bg-muted-foreground/40",{variants:{direction:{top:"mb-4 mt-2 h-1.5 w-[60px]",bottom:"mb-2 mt-4 h-1.5 w-[60px]",left:"ml-auto mr-2 mt-auto mb-auto h-[60px] w-1.5",right:"ml-2 mr-auto mt-auto mb-auto h-[60px] w-1.5"}},defaultVariants:{direction:"bottom"}}),Fu=ot.Root,_u=ot.Trigger,Du=ot.Close,ns=ot.Portal,yi=bo(({className:e,...t},r)=>Re(ot.Overlay,{ref:r,className:o(os(),e),...t},void 0,!1,void 0,this));yi.displayName="DrawerOverlay";var ss=bo(({size:e=He.md,showClose:t=!1,direction:r="bottom",className:i,children:a,...n},s)=>{let c=r==="left"||r==="right"?Bu[e]:Vu[e];return Re(ns,{children:[Re(yi,{},void 0,!1,void 0,this),Re(ot.Content,{ref:s,className:o(is(),c,i),...n,children:[(r==="top"||r==="bottom")&&Re("div",{className:o(as({direction:r}))},void 0,!1,void 0,this),a,t&&Re(ot.Close,{className:"absolute top-4 right-4 rounded-[var(--radius)] border border-border p-1.5 text-muted-foreground transition-[color,background-color,border-color] duration-150 hover:bg-accent hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none",children:[Re(Iu,{className:"size-4"},void 0,!1,void 0,this),Re("span",{className:"sr-only",children:"Close"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});ss.displayName="DrawerContent";var ls=({className:e,...t})=>Re("div",{className:o("flex flex-col gap-1.5 p-4 group-data-[vaul-drawer-direction=bottom]/drawer-content:text-center group-data-[vaul-drawer-direction=top]/drawer-content:text-center sm:text-left",e),...t},void 0,!1,void 0,this);ls.displayName="DrawerHeader";var ms=({className:e,...t})=>Re("div",{className:o("mt-auto flex flex-col gap-2 p-4",e),...t},void 0,!1,void 0,this);ms.displayName="DrawerFooter";var ds=bo(({className:e,...t},r)=>Re(ot.Title,{ref:r,className:o("font-semibold text-foreground text-lg",e),...t},void 0,!1,void 0,this));ds.displayName="DrawerTitle";var ps=bo(({className:e,...t},r)=>Re(ot.Description,{ref:r,className:o("text-muted-foreground text-sm",e),...t},void 0,!1,void 0,this));ps.displayName="DrawerDescription";import*as _ from"@radix-ui/react-dropdown-menu";import{cva as At}from"class-variance-authority";import{Check as Ou,ChevronRight as Gu,Circle as Wu}from"lucide-react";import{createContext as $u,forwardRef as gt,useCallback as Uu,useContext as nr,useEffect as Ku,useRef as cs,useState as Yu}from"react";import{jsxDEV as ne}from"react/jsx-dev-runtime";var $={sm:"sm",md:"md",lg:"lg"},kt=$u($.md),Ht=null,Hr=null,Xu=0,Pi=At("z-50 min-w-[8rem] overflow-hidden rounded-[var(--radius)] border border-border/70 bg-popover p-1 text-popover-foreground shadow-[var(--shadow-md)] gs-float-content origin-[var(--radix-dropdown-menu-content-transform-origin)]"),hi=At("gs-interactive relative flex cursor-pointer select-none items-center rounded-md outline-none hover:bg-accent/80 focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:text-muted-foreground/50 data-[disabled]:cursor-not-allowed [&_svg]:pointer-events-none [&_svg]:shrink-0",{variants:{size:{[$.sm]:"h-6 gap-1.5 px-1.5 text-xs [&_svg]:size-3",[$.md]:"h-8 gap-2 px-2 text-sm [&_svg]:size-4",[$.lg]:"h-9 gap-2 px-2.5 text-sm [&_svg]:size-4"}},defaultVariants:{size:$.md}}),us=At("gs-interactive relative flex cursor-pointer select-none items-center rounded-md outline-none hover:bg-accent/80 focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:text-muted-foreground/50 data-[disabled]:cursor-not-allowed",{variants:{size:{[$.sm]:"h-6 pl-6 pr-1.5 text-xs",[$.md]:"h-8 pl-8 pr-2 text-sm",[$.lg]:"h-9 pl-8 pr-2.5 text-sm"}},defaultVariants:{size:$.md}}),fs=At("gs-interactive relative flex cursor-pointer select-none items-center rounded-md outline-none hover:bg-accent/80 focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:text-muted-foreground/50 data-[disabled]:cursor-not-allowed",{variants:{size:{[$.sm]:"h-6 pl-6 pr-1.5 text-xs",[$.md]:"h-8 pl-8 pr-2 text-sm",[$.lg]:"h-9 pl-8 pr-2.5 text-sm"}},defaultVariants:{size:$.md}}),gs=At("font-semibold text-muted-foreground",{variants:{size:{[$.sm]:"px-1.5 py-0.5 text-[10px]",[$.md]:"px-2 py-1.5 text-xs",[$.lg]:"px-2.5 py-1.5 text-xs"}},defaultVariants:{size:$.md}}),bs=At("-mx-1 my-1 h-px bg-border/50"),vs=At("ml-auto tracking-widest text-muted-foreground/70",{variants:{size:{[$.sm]:"text-[10px]",[$.md]:"text-xs",[$.lg]:"text-xs"}},defaultVariants:{size:$.md}}),ys={[$.sm]:"absolute left-1.5 flex size-3 items-center justify-center",[$.md]:"absolute left-2 flex size-3.5 items-center justify-center",[$.lg]:"absolute left-2.5 flex size-4 items-center justify-center"},Zu={[$.sm]:"size-3",[$.md]:"size-3.5",[$.lg]:"size-4"},qu={[$.sm]:"size-1.5 fill-current",[$.md]:"size-2 fill-current",[$.lg]:"size-2.5 fill-current"},Ps=({children:e,open:t,defaultOpen:r,onOpenChange:i,...a})=>{let[n,s]=Yu(r??!1),l=t!==void 0,c=l?t:n,d=cs(++Xu),b=cs({onOpenChange:i,isControlled:l});b.current={onOpenChange:i,isControlled:l};let f=Uu((h)=>{let{onOpenChange:p,isControlled:v}=b.current;if(h){if(Ht!==null&&Ht!==d.current&&Hr)Hr();Ht=d.current,Hr=()=>{let{onOpenChange:z,isControlled:R}=b.current;if(!R)s(!1);z?.(!1)}}else if(Ht===d.current)Ht=null,Hr=null;if(!v)s(h);p?.(h)},[]);return Ku(()=>{return()=>{if(Ht===d.current)Ht=null,Hr=null}},[]),ne(_.Root,{open:c,onOpenChange:f,...a,children:e},void 0,!1,void 0,this)};Ps.displayName="DropdownMenu";var Ju=_.Trigger,Qu=_.Group,Eu=_.Portal,ju=_.Sub,ef=_.RadioGroup,hs=gt(({className:e,inset:t,children:r,...i},a)=>{let n=nr(kt),s=m(n);return ne(_.SubTrigger,{ref:a,className:o(hi({size:s}),"data-[state=open]:bg-accent",t&&"pl-8",e),...i,children:[r,ne(Gu,{className:"ml-auto"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});hs.displayName=_.SubTrigger.displayName;var Ts=gt(({className:e,...t},r)=>ne(_.Portal,{children:ne(_.SubContent,{ref:r,className:o(Pi(),e),...t},void 0,!1,void 0,this)},void 0,!1,void 0,this));Ts.displayName=_.SubContent.displayName;var xs=gt(({className:e,sideOffset:t=4,size:r,...i},a)=>{let n=m(r)??$.md;return ne(kt.Provider,{value:n,children:ne(_.Portal,{children:ne(_.Content,{ref:a,sideOffset:t,className:o(Pi(),e),...i},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)});xs.displayName=_.Content.displayName;var zs=gt(({className:e,inset:t,...r},i)=>{let a=nr(kt),n=m(a);return ne(_.Item,{ref:i,className:o(hi({size:n}),t&&"pl-8",e),...r},void 0,!1,void 0,this)});zs.displayName=_.Item.displayName;var Ss=gt(({className:e,children:t,checked:r,...i},a)=>{let n=nr(kt),s=m(n)??$.md;return ne(_.CheckboxItem,{ref:a,className:o(us({size:s}),e),checked:r,...i,children:[ne("span",{className:ys[s],children:ne(_.ItemIndicator,{children:ne(Ou,{className:Zu[s]},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),t]},void 0,!0,void 0,this)});Ss.displayName=_.CheckboxItem.displayName;var Cs=gt(({className:e,children:t,...r},i)=>{let a=nr(kt),n=m(a)??$.md;return ne(_.RadioItem,{ref:i,className:o(fs({size:n}),e),...r,children:[ne("span",{className:ys[n],children:ne(_.ItemIndicator,{children:ne(Wu,{className:qu[n]},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),t]},void 0,!0,void 0,this)});Cs.displayName=_.RadioItem.displayName;var ws=gt(({className:e,inset:t,...r},i)=>{let a=nr(kt),n=m(a);return ne(_.Label,{ref:i,className:o(gs({size:n}),t&&"pl-8",e),...r},void 0,!1,void 0,this)});ws.displayName=_.Label.displayName;var Ms=gt(({className:e,...t},r)=>ne(_.Separator,{ref:r,className:o(bs(),e),...t},void 0,!1,void 0,this));Ms.displayName=_.Separator.displayName;var Ns=({className:e,...t})=>{let r=nr(kt),i=m(r);return ne("span",{className:o(vs({size:i}),e),...t},void 0,!1,void 0,this)};Ns.displayName="DropdownMenuShortcut";import{cva as kr}from"class-variance-authority";import{forwardRef as tf}from"react";import{jsxDEV as Ar}from"react/jsx-dev-runtime";var ge={sm:"sm",md:"md",lg:"lg"},Ls=kr("flex flex-col items-center justify-center text-center rounded-[var(--radius)] border border-dashed border-border/50 bg-muted/20",{variants:{size:{[ge.sm]:"gap-2 p-4",[ge.md]:"gap-4 p-8",[ge.lg]:"gap-6 p-12"}},defaultVariants:{size:ge.md}}),Rs=kr("flex items-center justify-center rounded-full bg-muted/50 text-muted-foreground",{variants:{size:{[ge.sm]:"h-10 w-10 [&>svg]:h-4 [&>svg]:w-4",[ge.md]:"h-16 w-16 [&>svg]:h-7 [&>svg]:w-7",[ge.lg]:"h-20 w-20 [&>svg]:h-9 [&>svg]:w-9"}},defaultVariants:{size:ge.md}}),Hs=kr("font-semibold text-foreground",{variants:{size:{[ge.sm]:"text-sm",[ge.md]:"text-lg",[ge.lg]:"text-xl"}},defaultVariants:{size:ge.md}}),As=kr("text-muted-foreground max-w-sm",{variants:{size:{[ge.sm]:"text-xs",[ge.md]:"text-sm",[ge.lg]:"text-base"}},defaultVariants:{size:ge.md}}),ks=kr("flex items-center gap-2 mt-2"),Is=tf(({className:e,icon:t,title:r,description:i,actions:a,size:n=ge.md,children:s,...l},c)=>{let d=m(n);return Ar("div",{ref:c,className:o(Ls({size:d}),e),...l,children:[t&&Ar("div",{className:Rs({size:d}),children:t},void 0,!1,void 0,this),r&&Ar("h3",{className:Hs({size:d}),children:r},void 0,!1,void 0,this),i&&Ar("p",{className:As({size:d}),children:i},void 0,!1,void 0,this),a&&Ar("div",{className:ks(),children:a},void 0,!1,void 0,this),s]},void 0,!0,void 0,this)});Is.displayName="EmptyState";import{cva as sr}from"class-variance-authority";import{Component as rf,createElement as Bs}from"react";import{jsxDEV as xe,Fragment as af}from"react/jsx-dev-runtime";var Vs=sr(["flex flex-col items-center justify-center rounded-xl border text-center","transition-colors duration-200 ease-out"],{variants:{size:{sm:"gap-3 p-6",md:"gap-4 p-8",lg:"gap-6 p-12",xl:"gap-7 p-14"},variant:{destructive:"border-destructive/30 bg-destructive/8",warning:"border-warning/30 bg-warning/8",info:"border-info/30 bg-info/8"}},defaultVariants:{size:"md",variant:"destructive"}}),Fs=sr(["flex items-center justify-center rounded-full","transition-colors duration-200 ease-out"],{variants:{size:{sm:"h-12 w-12 [&>svg]:h-5 [&>svg]:w-5",md:"h-16 w-16 [&>svg]:h-7 [&>svg]:w-7",lg:"h-20 w-20 [&>svg]:h-9 [&>svg]:w-9",xl:"h-24 w-24 [&>svg]:h-10 [&>svg]:w-10"},variant:{destructive:"bg-destructive/10 text-destructive",warning:"bg-warning/10 text-warning",info:"bg-info/10 text-info"}},defaultVariants:{size:"md",variant:"destructive"}}),_s=sr("font-semibold transition-colors duration-300",{variants:{size:{sm:"text-lg",md:"text-xl",lg:"text-2xl",xl:"text-3xl"},variant:{destructive:"text-destructive",warning:"text-warning",info:"text-info"}},defaultVariants:{size:"md",variant:"destructive"}}),Ds=sr("max-w-xl text-muted-foreground transition-all duration-200",{variants:{size:{sm:"text-sm",md:"text-sm",lg:"text-base",xl:"text-lg"}},defaultVariants:{size:"md"}}),Os=sr("mt-2 flex flex-wrap items-center justify-center gap-2"),Gs=sr("mt-4 max-h-48 w-full max-w-2xl overflow-auto rounded-md border border-border/70 bg-background/80 p-3 text-left font-mono text-xs text-muted-foreground");class Ws extends rf{static displayName="ErrorBoundary";constructor(e){super(e);this.state={hasError:!1,error:null}}static getDerivedStateFromError(e){return{hasError:!0,error:e}}componentDidCatch(e,t){this.props.onError?.(e,t)}handleReset=()=>{this.setState({hasError:!1,error:null}),this.props.onReset?.()};render(){let{children:e,fallback:t,showDetails:r=!1,size:i="md",variant:a="destructive",className:n,title:s="Something went wrong",description:l="An unexpected error occurred. Please try again.",icon:c,actions:d,resetLabel:b="Try again",hideReset:f=!1,renderDetails:h}=this.props;if(this.state.hasError&&this.state.error){let p={error:this.state.error,reset:this.handleReset};if(t){if(typeof t==="function")return Bs(t,p);return t}let v=null;if(d)v=typeof d==="function"?Bs(d,p):d;else if(!f){let R={destructive:"border-destructive/30 bg-destructive text-destructive-foreground hover:bg-destructive/90",warning:"border-warning/30 bg-warning text-warning-foreground hover:bg-warning/90",info:"border-info/30 bg-info text-info-foreground hover:bg-info/90"};v=xe("button",{type:"button",onClick:this.handleReset,className:o("inline-flex items-center justify-center rounded-md border px-4 py-2 font-medium text-sm","transition-colors duration-150 ease-out","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-1",R[a]),children:b},void 0,!1,void 0,this)}let z=h?h(this.state.error):xe(af,{children:[xe("strong",{children:"Error:"},void 0,!1,void 0,this)," ",this.state.error.message,this.state.error.stack&&xe("pre",{className:"mt-2 whitespace-pre-wrap",children:this.state.error.stack},void 0,!1,void 0,this)]},void 0,!0,void 0,this);return xe("div",{className:o(Vs({size:i,variant:a}),n),children:[xe("div",{className:o(Fs({size:i,variant:a})),children:c??xe(of,{},void 0,!1,void 0,this)},void 0,!1,void 0,this),xe("h3",{className:o(_s({size:i,variant:a})),children:s},void 0,!1,void 0,this),xe("p",{className:o(Ds({size:i})),children:l},void 0,!1,void 0,this),v&&xe("div",{className:o(Os()),children:v},void 0,!1,void 0,this),r&&xe("div",{className:o(Gs()),children:z},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}return e}}function of(){return xe("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[xe("circle",{cx:"12",cy:"12",r:"10"},void 0,!1,void 0,this),xe("line",{x1:"12",x2:"12",y1:"8",y2:"12"},void 0,!1,void 0,this),xe("line",{x1:"12",x2:"12.01",y1:"16",y2:"16"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}import{cva as bt}from"class-variance-authority";import{forwardRef as nf,useCallback as Ge,useRef as sf,useState as $s}from"react";import{jsxDEV as ye}from"react/jsx-dev-runtime";var ee={sm:"sm",md:"md",lg:"lg",xl:"xl"},Us=bt(["relative flex flex-col items-center justify-center","rounded-xl border-2 border-dashed","shadow-[var(--shadow-xs)]","transition-[color,background-color,border-color,box-shadow,transform,opacity] duration-150","cursor-pointer","hover:border-primary/45 hover:bg-primary/8","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2"],{variants:{size:{[ee.sm]:"min-h-28 p-5",[ee.md]:"min-h-36 p-8",[ee.lg]:"min-h-44 p-10",[ee.xl]:"min-h-52 p-12"},isDragging:{true:"scale-[1.01] border-primary bg-primary/12 shadow-[var(--glow-brand-sm)]",false:"border-border bg-card/75"},disabled:{true:"cursor-not-allowed border-border/70 bg-muted/35 text-muted-foreground pointer-events-none",false:""},hasError:{true:"border-destructive bg-destructive/5",false:""}},defaultVariants:{size:ee.md,isDragging:!1,disabled:!1,hasError:!1}}),Ks=bt("text-muted-foreground transition-colors duration-200",{variants:{size:{[ee.sm]:"mb-2 size-6",[ee.md]:"size-8 mb-3",[ee.lg]:"size-10 mb-4",[ee.xl]:"size-12 mb-5"},isDragging:{true:"text-primary",false:""}},defaultVariants:{size:ee.md,isDragging:!1}}),Ti=bt("text-center",{variants:{size:{[ee.sm]:"text-sm",[ee.md]:"text-sm",[ee.lg]:"text-base",[ee.xl]:"text-lg"}},defaultVariants:{size:ee.md}}),Ys=bt("mt-4 w-full space-y-2"),Xs=bt(["flex items-center gap-3 rounded-lg border border-border/75 bg-card p-3.5","transition-[color,background-color,border-color,box-shadow,transform,opacity] duration-150","hover:border-primary/30 hover:bg-accent/45"]),Zs=bt("min-w-0 flex-1 truncate font-medium text-foreground",{variants:{size:{[ee.sm]:"text-sm",[ee.md]:"text-sm",[ee.lg]:"text-base",[ee.xl]:"text-base"}},defaultVariants:{size:"md"}}),qs=bt("text-muted-foreground",{variants:{size:{[ee.sm]:"text-xs",[ee.md]:"text-sm",[ee.lg]:"text-sm",[ee.xl]:"text-base"}},defaultVariants:{size:"md"}}),Js=bt(["size-7 shrink-0 rounded-full border border-transparent","flex items-center justify-center","text-muted-foreground hover:border-destructive/25 hover:bg-destructive/10 hover:text-destructive","transition-colors duration-150","cursor-pointer"]),Qs=nf(({className:e,size:t="md",disabled:r=!1,accept:i,multiple:a=!1,maxSize:n,maxFiles:s,value:l=[],onChange:c,onError:d,icon:b,title:f="Drop files here or click to upload",description:h,showFileList:p=!0,...v},z)=>{let R=m(t),[w,S]=$s(!1),[y,M]=$s(!1),B=sf(null),C=Ge((L)=>{if(L===0)return"0 Bytes";let Y=1024,u=["Bytes","KB","MB","GB"],g=Math.floor(Math.log(L)/Math.log(Y));return`${parseFloat((L/Y**g).toFixed(2))} ${u[g]}`},[]),H=Ge((L)=>{let Y=[...L];if(M(!1),i){let u=i.split(",").map((g)=>g.trim());if(Y=Y.filter((g)=>{return u.some((N)=>{if(N.startsWith("."))return g.name.toLowerCase().endsWith(N.toLowerCase());if(N.endsWith("/*"))return g.type.startsWith(N.slice(0,-1));return g.type===N})}),Y.length<L.length)d?.("Some files were rejected due to file type"),M(!0)}if(n){let u=Y.length;if(Y=Y.filter((g)=>g.size<=n),Y.length<u)d?.(`File size must be less than ${C(n)}`),M(!0)}if(s&&Y.length+l.length>s)Y=Y.slice(0,s-l.length),d?.(`Maximum ${s} files allowed`),M(!0);return Y},[i,n,s,l.length,d,C]),A=Ge((L)=>{if(!L||L.length===0)return;let Y=Array.from(L),u=H(Y);if(u.length>0)if(a)c?.([...l,...u]);else c?.(u.slice(0,1))},[a,l,c,H]),G=Ge((L)=>{L.preventDefault(),L.stopPropagation(),S(!0)},[]),q=Ge((L)=>{L.preventDefault(),L.stopPropagation(),S(!1)},[]),D=Ge((L)=>{L.preventDefault(),L.stopPropagation()},[]),O=Ge((L)=>{if(L.preventDefault(),L.stopPropagation(),S(!1),r)return;A(L.dataTransfer.files)},[r,A]),P=Ge((L)=>{if(A(L.target.files),B.current)B.current.value=""},[A]),k=Ge(()=>{if(!r)B.current?.click()},[r]),T=Ge((L)=>{if(L.key==="Enter"||L.key===" ")L.preventDefault(),k()},[k]),U=Ge((L)=>{let Y=l.filter((u,g)=>g!==L);c?.(Y)},[l,c]),Q=ye("svg",{className:o(Ks({size:R,isDragging:w})),fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:ye("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 16.5v2.25A2.25 2.25 0 005.25 21h13.5A2.25 2.25 0 0021 18.75V16.5m-13.5-9L12 3m0 0l4.5 4.5M12 3v13.5"},void 0,!1,void 0,this)},void 0,!1,void 0,this);return ye("div",{ref:z,className:o("w-full",e),...v,children:[ye("div",{role:"button",tabIndex:r?-1:0,onClick:k,onKeyDown:T,onDragEnter:G,onDragLeave:q,onDragOver:D,onDrop:O,className:o(Us({size:R,isDragging:w,disabled:r,hasError:y})),children:[ye("input",{ref:B,type:"file",accept:i,multiple:a,disabled:r,onChange:P,className:"sr-only"},void 0,!1,void 0,this),b||Q,ye("p",{className:o(Ti({size:R}),"font-medium text-foreground"),children:f},void 0,!1,void 0,this),h&&ye("p",{className:o(Ti({size:R}),"mt-1 text-muted-foreground"),children:h},void 0,!1,void 0,this)]},void 0,!0,void 0,this),p&&l.length>0&&ye("div",{className:o(Ys()),children:l.map((L,Y)=>ye("div",{className:o(Xs()),children:[ye("svg",{className:"size-5 shrink-0 text-muted-foreground",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:ye("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m2.25 0H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z"},void 0,!1,void 0,this)},void 0,!1,void 0,this),ye("span",{className:o(Zs({size:R})),children:L.name},void 0,!1,void 0,this),ye("span",{className:o(qs({size:R})),children:C(L.size)},void 0,!1,void 0,this),ye("button",{type:"button",onClick:(u)=>{u.stopPropagation(),U(Y)},className:o(Js()),"aria-label":`Remove ${L.name}`,children:ye("svg",{className:"size-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:ye("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},`${L.name}-${Y}`,!0,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Qs.displayName="FileUpload";import{cva as lf}from"class-variance-authority";import{createContext as mf,forwardRef as vo,useContext as df,useId as pf}from"react";import{jsxDEV as It,Fragment as uf}from"react/jsx-dev-runtime";var Ae={sm:"sm",md:"md",lg:"lg"},Es=mf(null),Ir=()=>{let e=df(Es);if(!e)throw Error("useFormField must be used within a FormField");return e},js=lf("flex flex-col",{variants:{size:{[Ae.sm]:"gap-1",[Ae.md]:"gap-1.5",[Ae.lg]:"gap-2"}},defaultVariants:{size:Ae.md}}),el=vo(({className:e,size:t=Ae.md,error:r,disabled:i=!1,required:a=!1,children:n,...s},l)=>{let c=pf(),d=m(t),b={id:c,size:d,error:r,disabled:i,required:a};return It(Es.Provider,{value:b,children:It("div",{ref:l,className:o(js({size:d}),e),...s,children:n},void 0,!1,void 0,this)},void 0,!1,void 0,this)});el.displayName="FormField";var cf={[Ae.sm]:"text-xs",[Ae.md]:"text-sm",[Ae.lg]:"text-base"},tl=vo(({className:e,htmlFor:t,children:r,...i},a)=>{let{id:n,size:s,disabled:l,required:c}=Ir();return It("label",{ref:a,htmlFor:t??n,className:o("inline-block font-medium text-foreground select-none",cf[s],l&&"cursor-not-allowed opacity-60",e),...i,children:[r,c&&It("span",{className:"ml-0.5 text-destructive","aria-hidden":"true",children:"*"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});tl.displayName="FormFieldLabel";var rl={[Ae.sm]:"text-[10px]",[Ae.md]:"text-xs",[Ae.lg]:"text-sm"},ol=vo(({className:e,...t},r)=>{let{id:i,size:a}=Ir();return It("p",{ref:r,id:`${i}-description`,className:o("text-muted-foreground",rl[a],e),...t},void 0,!1,void 0,this)});ol.displayName="FormFieldDescription";var il=vo(({className:e,children:t,...r},i)=>{let{id:a,size:n,error:s}=Ir(),l=t??s;if(!l)return null;return It("p",{ref:i,id:`${a}-error`,role:"alert",className:o("text-destructive",rl[n],e),...r,children:l},void 0,!1,void 0,this)});il.displayName="FormFieldError";var al=({children:e})=>{let{id:t,disabled:r,required:i,error:a}=Ir(),n=[a?`${t}-error`:void 0,`${t}-description`].filter(Boolean).join(" ");return It(uf,{children:e({id:t,disabled:r,required:i,status:a?"error":"default","aria-describedby":n||void 0,"aria-invalid":a?!0:void 0})},void 0,!1,void 0,this)};al.displayName="FormFieldControl";import*as Bt from"@radix-ui/react-hover-card";import{cva as ff}from"class-variance-authority";import{forwardRef as gf}from"react";import{jsxDEV as yf}from"react/jsx-dev-runtime";var lr={sm:"sm",md:"md",lg:"lg"},nl=ff("z-50 rounded-[var(--radius)] border border-border/70 bg-popover text-popover-foreground shadow-[var(--shadow-md)] gs-float-content origin-[var(--radix-hover-card-content-transform-origin)]",{variants:{size:{[lr.sm]:"w-52 p-3 text-xs",[lr.md]:"w-64 p-4 text-sm",[lr.lg]:"w-80 p-5 text-sm"}},defaultVariants:{size:lr.md}}),bf=Bt.Root,vf=Bt.Trigger,sl=gf(({className:e,align:t="center",sideOffset:r=4,size:i=lr.md,...a},n)=>{let s=m(i);return yf(Bt.Content,{ref:n,align:t,sideOffset:r,className:o(nl({size:s}),e),...a},void 0,!1,void 0,this)});sl.displayName=Bt.Content.displayName;import{cva as Tf}from"class-variance-authority";import{X as xf}from"lucide-react";import{forwardRef as zf,useRef as Sf,useState as Cf}from"react";import*as vt from"react";function ll(...e){return(t)=>{for(let r of e)if(typeof r==="function")r(t);else if(r!=null)r.current=t}}function Br(...e){return vt.useCallback(ll(...e),e)}function Pf(e,t){let r=vt.createContext(t);r.displayName=e;function i(){let a=vt.useContext(r);if(a===void 0)throw Error(`use${e} must be used within a ${e}Provider`);return a}return[r.Provider,i,r]}function hf(e){let t=vt.createContext(void 0);t.displayName=e;function r(){return vt.useContext(t)}return[t.Provider,r,t]}import{jsxDEV as Vt}from"react/jsx-dev-runtime";var Vr={default:"default",error:"error",success:"success"},Z={sm:"sm",md:"md",lg:"lg",xl:"xl"},wf="Clear input",dl=Tf("gs-interactive w-full rounded-[var(--radius)] border border-input bg-background text-sm text-foreground outline-none placeholder:text-muted-foreground focus-visible:ring-2 disabled:cursor-not-allowed disabled:border-border disabled:bg-muted/45 disabled:text-muted-foreground",{variants:{status:{[Vr.default]:"focus-visible:ring-primary",[Vr.error]:"border-destructive focus-visible:ring-destructive",[Vr.success]:"border-success focus-visible:ring-success"},size:{[Z.sm]:"h-8 px-2 text-xs",[Z.md]:"h-10 px-3",[Z.lg]:"h-11 px-4",[Z.xl]:"h-12 px-4 text-base"}},defaultVariants:{status:Vr.default,size:Z.md}}),Mf={[Z.sm]:"pl-7",[Z.md]:"pl-9",[Z.lg]:"pl-10",[Z.xl]:"pl-10"},Nf={[Z.sm]:"pr-7",[Z.md]:"pr-9",[Z.lg]:"pr-10",[Z.xl]:"pr-10"},Lf={[Z.sm]:"pr-12",[Z.md]:"pr-16",[Z.lg]:"pr-18",[Z.xl]:"pr-18"},Rf={[Z.sm]:"text-xs left-2",[Z.md]:"text-sm left-3",[Z.lg]:"text-sm left-3.5",[Z.xl]:"text-base left-3.5"},Hf={[Z.sm]:"text-xs",[Z.md]:"text-sm",[Z.lg]:"text-sm",[Z.xl]:"text-base"},Af={[Z.sm]:"size-4",[Z.md]:"size-5",[Z.lg]:"size-5",[Z.xl]:"size-6"};function ml(e){if(e===void 0||e===null)return"";if(Array.isArray(e))return e.join("");return String(e)}var pl=zf(({className:e,status:t=Vr.default,size:r=Z.md,fullWidth:i=!1,prefix:a,suffix:n,clearable:s=!1,clearAriaLabel:l=wf,onClear:c,onValueChange:d,disabled:b,readOnly:f,onChange:h,value:p,defaultValue:v,...z},R)=>{let w=Boolean(a),S=Boolean(n),y=m(r),M=Sf(null),B=Br(R,M),[C,H]=Cf(()=>ml(v)),A=p!==void 0,G=A?ml(p):C,q=s&&!b&&!f&&G.length>0,D=S||q,O=S&&q,P=(T)=>{let U=T.target.value;if(!A)H(U);d?.(U),h?.(T)},k=()=>{if(!A)H("");d?.("");let T=M.current;if(T)T.value="",T.dispatchEvent(new Event("input",{bubbles:!0})),T.focus();c?.()};return Vt("div",{className:o("relative flex items-center",i&&"w-full"),children:[w&&Vt("span",{className:o("absolute inset-y-0 flex items-center text-muted-foreground",Rf[y]),children:a},void 0,!1,void 0,this),Vt("input",{ref:B,className:o(dl({status:t,size:y}),w&&Mf[y],O&&Lf[y],!O&&D&&Nf[y],e),disabled:b,readOnly:f,onChange:P,value:G,...z},void 0,!1,void 0,this),D&&Vt("span",{className:o("absolute inset-y-0 right-2 flex items-center gap-1 text-muted-foreground",Hf[y]),children:[S&&Vt("span",{className:"inline-flex items-center",children:n},void 0,!1,void 0,this),q&&Vt("button",{type:"button","aria-label":l,onMouseDown:(T)=>T.preventDefault(),onClick:k,className:o("gs-interactive inline-flex items-center justify-center rounded-[calc(var(--radius)-4px)] text-muted-foreground hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",Af[y]),children:Vt(xf,{className:"size-3.5"},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});pl.displayName="Input";import{cva as kf}from"class-variance-authority";import{forwardRef as If}from"react";var mr=null;function cl(){if(mr)return mr;if(typeof navigator>"u")return mr={os:"linux",isMac:!1,isWindows:!1,isLinux:!0,isMobile:!1},mr;let e=navigator.userAgentData?.platform??navigator.platform??"",t=navigator.userAgent??"",r=/mac/i.test(e),i=/win/i.test(e),a=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(t)||"maxTouchPoints"in navigator&&navigator.maxTouchPoints>1&&r,n=/linux/i.test(e)&&!a;return mr={os:r?"mac":i?"windows":"linux",isMac:r,isWindows:i,isLinux:n,isMobile:a},mr}function xi(){return cl()}import{jsxDEV as Ff}from"react/jsx-dev-runtime";var dr={sm:"sm",md:"md",lg:"lg"},ul=kf("inline-flex items-center justify-center rounded border border-border bg-muted font-mono font-medium text-muted-foreground shadow-[0_1px_0_1px] shadow-border/50",{variants:{size:{[dr.sm]:"min-w-5 h-5 px-1 text-[10px]",[dr.md]:"min-w-6 h-6 px-1.5 text-xs",[dr.lg]:"min-w-7 h-7 px-2 text-sm"}},defaultVariants:{size:dr.md}}),Bf={ctrl:"⌘",control:"⌘",alt:"⌥",option:"⌥",shift:"⇧",meta:"⌘",cmd:"⌘",command:"⌘",mod:"⌘",enter:"⏎",return:"⏎",backspace:"⌫",delete:"⌦",tab:"⇥",escape:"Esc",esc:"Esc",space:"␣",up:"↑",down:"↓",left:"←",right:"→",arrowup:"↑",arrowdown:"↓",arrowleft:"←",arrowright:"→"},Vf={mod:"Ctrl",cmd:"Ctrl",command:"Ctrl",meta:"Win",enter:"Enter",return:"Enter",backspace:"Backspace",delete:"Del",tab:"Tab",escape:"Esc",esc:"Esc",space:"Space",up:"↑",down:"↓",left:"←",right:"→",arrowup:"↑",arrowdown:"↓",arrowleft:"←",arrowright:"→"};function fl(e,t){let r=t?Bf:Vf,i=e.split("+").map((a)=>{let n=a.trim().toLowerCase();return r[n]??a.trim()});if(t)return i.join("");return i.join("+")}var gl=If(({className:e,size:t=dr.md,keys:r,children:i,...a},n)=>{let s=m(t),{isMac:l}=xi(),c=r?fl(r,l):i;return Ff("kbd",{ref:n,className:o(ul({size:s}),e),...a,children:c},void 0,!1,void 0,this)});gl.displayName="Kbd";import{cva as _f}from"class-variance-authority";import{forwardRef as Df}from"react";import{jsxDEV as bl}from"react/jsx-dev-runtime";var pr={sm:"sm",md:"md",lg:"lg"},vl=_f("inline-block font-medium text-foreground select-none peer-disabled:cursor-not-allowed peer-disabled:opacity-60",{variants:{size:{[pr.sm]:"text-xs",[pr.md]:"text-sm",[pr.lg]:"text-base"}},defaultVariants:{size:pr.md}}),yl=Df(({className:e,size:t=pr.md,required:r=!1,disabled:i=!1,children:a,...n},s)=>{let l=m(t);return bl("label",{ref:s,className:o(vl({size:l}),i&&"cursor-not-allowed opacity-60",e),"aria-disabled":i||void 0,...n,children:[a,r&&bl("span",{className:"ml-0.5 text-destructive","aria-hidden":"true",children:"*"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});yl.displayName="Label";import*as yt from"@radix-ui/react-popover";import{cva as Yf}from"class-variance-authority";import{Check as Xf,ChevronDown as Zf,X as qf,X as Jf}from"lucide-react";import{forwardRef as Qf,useCallback as Fr,useEffect as Ef,useRef as jf,useState as Tl}from"react";import*as ke from"@radix-ui/react-popover";import{cva as Of}from"class-variance-authority";import{forwardRef as Gf}from"react";import{jsxDEV as Pl}from"react/jsx-dev-runtime";var cr={sm:"sm",md:"md",lg:"lg"},ur=Of("z-50 rounded-[var(--radius)] border border-border bg-popover text-popover-foreground outline-none shadow-[var(--shadow-md)] gs-float-content origin-[var(--radix-popover-content-transform-origin)]",{variants:{size:{[cr.sm]:"w-56 p-3 text-sm",[cr.md]:"w-72 p-4 text-sm",[cr.lg]:"w-96 p-5 text-sm"}},defaultVariants:{size:cr.md}}),Wf=ke.Root,$f=ke.Trigger,Uf=ke.Anchor,Kf=ke.Close,hl=Gf(({className:e,align:t="center",sideOffset:r=4,portal:i=!0,portalContainer:a,size:n=cr.md,...s},l)=>{let c=m(n),d=Pl(ke.Content,{ref:l,align:t,sideOffset:r,className:o(ur({size:c}),e),...s},void 0,!1,void 0,this);if(i)return Pl(ke.Portal,{container:a??void 0,children:d},void 0,!1,void 0,this);return d});hl.displayName="PopoverContent";import{jsxDEV as re,Fragment as rg}from"react/jsx-dev-runtime";var me={sm:"sm",md:"md",lg:"lg",xl:"xl"},xl=Yf(["gs-interactive group flex w-full items-center gap-2 rounded-[var(--radius)] border border-input","bg-background text-sm text-foreground outline-none","placeholder:text-muted-foreground focus-visible:ring-2","data-[state=open]:ring-2","disabled:cursor-not-allowed disabled:border-border disabled:bg-muted/45 disabled:text-muted-foreground"].join(" "),{variants:{size:{[me.sm]:"min-h-8 px-2.5 py-1 text-xs",[me.md]:"min-h-10 px-3.5 py-1.5",[me.lg]:"min-h-11 px-4.5 py-2 text-sm",[me.xl]:"min-h-12 px-4 py-2 text-base"},status:{default:"focus-visible:ring-primary data-[state=open]:ring-primary",error:"border-destructive focus-visible:ring-destructive data-[state=open]:ring-destructive",success:"border-success focus-visible:ring-success data-[state=open]:ring-success"}},defaultVariants:{size:me.md,status:"default"}}),eg={[me.sm]:"h-5 px-1.5 text-[10px]",[me.md]:"h-6 px-2 text-xs",[me.lg]:"h-6.5 px-2.5 text-xs",[me.xl]:"h-7 px-2.5 text-sm"},tg={[me.sm]:"min-h-7 py-1 px-2 text-xs",[me.md]:"min-h-9 py-2 px-3 text-sm",[me.lg]:"min-h-10 py-2.5 px-3.5 text-sm",[me.xl]:"min-h-11 py-3 px-4 text-base"},yo={[me.sm]:"size-3.5",[me.md]:"size-4",[me.lg]:"size-4",[me.xl]:"size-4.5"},zl=Qf(({className:e,options:t,value:r,defaultValue:i=[],onValueChange:a,placeholder:n="Select options...",size:s=me.md,status:l="default",clearable:c=!1,maxDisplayItems:d=3,disabled:b,...f},h)=>{let p=m(s)??s,[v,z]=Tl(!1),[R,w]=Tl(i),S=jf(null),y=r!==void 0,M=y?r:R,B=Fr((P)=>{let k=M.includes(P)?M.filter((T)=>T!==P):[...M,P];if(!y)w(k);a?.(k)},[M,y,a]),C=Fr((P,k)=>{k.stopPropagation();let T=M.filter((U)=>U!==P);if(!y)w(T);a?.(T)},[M,y,a]),H=Fr((P)=>{if(P.stopPropagation(),P.preventDefault(),!y)w([]);a?.([])},[y,a]),A=t.filter((P)=>M.includes(P.value)),G=A.length>0,q=c&&G&&!b,D=Fr((P)=>{let k=S.current;if(!k)return;let T=Array.from(k.querySelectorAll('[role="option"]:not([data-disabled])'));if(T.length===0)return;let U=k.querySelector('[role="option"]:focus'),Q=U?T.indexOf(U):-1,L;switch(P){case"first":L=T[0];break;case"last":L=T[T.length-1];break;case"next":L=T[Q+1]??T[0];break;case"prev":L=T[Q-1]??T[T.length-1];break}L?.focus()},[]),O=Fr((P)=>{switch(P.key){case"ArrowDown":P.preventDefault(),D("next");break;case"ArrowUp":P.preventDefault(),D("prev");break;case"Home":P.preventDefault(),D("first");break;case"End":P.preventDefault(),D("last");break;case"Escape":P.preventDefault(),z(!1);break}},[D]);return Ef(()=>{if(v)requestAnimationFrame(()=>D("first"))},[v,D]),re(yt.Root,{open:v,onOpenChange:z,children:[re(yt.Trigger,{asChild:!0,children:re("button",{ref:h,type:"button",disabled:b,"data-state":v?"open":"closed","data-placeholder":!G?"":void 0,className:o(xl({size:p,status:l}),e),...f,children:[re("span",{className:"flex min-w-0 flex-1 flex-wrap items-center gap-1 text-left",children:G?re(rg,{children:[A.slice(0,d).map((P)=>re("span",{className:o("inline-flex items-center gap-1 rounded-[calc(var(--radius)-4px)] border border-border/60 bg-muted/50 font-medium text-foreground",eg[p]),children:[re("span",{className:"truncate",children:P.label},void 0,!1,void 0,this),re("span",{"data-slot":"multiselect-remove","aria-label":`Remove ${P.label}`,onMouseDown:(k)=>k.preventDefault(),onClick:(k)=>C(P.value,k),className:"ml-0.5 inline-flex shrink-0 items-center justify-center rounded-full opacity-60 hover:opacity-100",children:re(Jf,{className:"h-3 w-3"},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},P.value,!0,void 0,this)),A.length>d&&re("span",{className:"text-muted-foreground text-xs",children:["+",A.length-d]},void 0,!0,void 0,this)]},void 0,!0,void 0,this):re("span",{className:"text-muted-foreground",children:n},void 0,!1,void 0,this)},void 0,!1,void 0,this),re("span",{className:"inline-flex shrink-0 items-center gap-1 text-muted-foreground",children:[q&&re("span",{role:"button",tabIndex:-1,"aria-label":"Clear all",onMouseDown:(P)=>P.preventDefault(),onClick:H,className:"gs-interactive inline-flex items-center justify-center rounded-[calc(var(--radius)-4px)] text-muted-foreground hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",children:re(qf,{className:yo[p]},void 0,!1,void 0,this)},void 0,!1,void 0,this),re(Zf,{className:o(yo[p],"opacity-60 transition-transform duration-200 ease-[cubic-bezier(0.16,1,0.3,1)]",v&&"rotate-180")},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),re(yt.Portal,{children:re(yt.Content,{ref:S,role:"listbox","aria-multiselectable":"true",align:"start",sideOffset:4,onKeyDown:O,onOpenAutoFocus:(P)=>P.preventDefault(),className:o(ur(),"max-h-96 w-[var(--radix-popover-trigger-width)] overflow-y-auto overflow-x-hidden p-1"),children:[t.map((P)=>{let k=M.includes(P.value);return re("div",{role:"option",tabIndex:P.disabled?void 0:-1,"aria-selected":k,"aria-disabled":P.disabled||void 0,"data-disabled":P.disabled?"":void 0,className:o("gs-interactive relative flex w-full cursor-pointer select-none items-center gap-2","rounded-[calc(var(--radius)-3px)] outline-none","hover:bg-accent focus-visible:bg-accent focus-visible:text-accent-foreground","data-disabled:cursor-not-allowed data-disabled:opacity-50",tg[p]),onClick:()=>!P.disabled&&B(P.value),onKeyDown:(T)=>{if(T.key==="Enter"||T.key===" "){if(T.preventDefault(),!P.disabled)B(P.value)}},children:[re("span",{className:o("flex shrink-0 items-center justify-center",yo[p]),children:k&&re(Xf,{className:yo[p]},void 0,!1,void 0,this)},void 0,!1,void 0,this),re("span",{className:"min-w-0 flex-1 truncate",children:P.label},void 0,!1,void 0,this)]},P.value,!0,void 0,this)}),t.length===0&&re("div",{className:"px-3 py-6 text-center text-muted-foreground text-sm",children:"No options available"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});zl.displayName="Multiselect";import*as oe from"@radix-ui/react-navigation-menu";import{cva as Ft}from"class-variance-authority";import{createContext as og,forwardRef as fr,useContext as ig}from"react";import{jsxDEV as Me}from"react/jsx-dev-runtime";var We={sm:"sm",md:"md",lg:"lg"},Sl=og(We.md),Cl=Ft("relative z-10 flex max-w-max flex-1 items-center justify-center"),wl=Ft("group flex flex-1 list-none items-center justify-center space-x-1"),Ml=Ft(["group inline-flex w-max items-center justify-center rounded-md bg-background font-medium","gs-interactive","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"],{variants:{size:{[We.sm]:"h-8 px-3 py-1.5 text-xs",[We.md]:"h-10 px-4 py-2 text-sm",[We.lg]:"h-12 px-5 py-2.5 text-sm"}},defaultVariants:{size:We.md}}),Nl=Ft(["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"]),ag=Ft(["block select-none space-y-1 rounded-md leading-none no-underline outline-none","gs-interactive","hover:bg-accent hover:text-accent-foreground","focus:bg-accent focus:text-accent-foreground"],{variants:{size:{[We.sm]:"p-2 text-xs",[We.md]:"p-3 text-sm",[We.lg]:"p-4 text-sm"}},defaultVariants:{size:We.md}}),Ll=Ft(["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","gs-float-content","transition-[width,height] duration-300 ease-[var(--motion-ease-emphasized)]","md:w-[var(--radix-navigation-menu-viewport-width)]"]),Rl=Ft(["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"]),ng=()=>Me("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"relative top-[1px] ml-1 h-3 w-3 transition duration-200 group-data-[state=open]:rotate-180","aria-hidden":"true",children:Me("path",{d:"m6 9 6 6 6-6"},void 0,!1,void 0,this)},void 0,!1,void 0,this),Hl=fr(({className:e,children:t,size:r,...i},a)=>{let n=m(r??We.md);return Me(Sl.Provider,{value:n,children:Me(oe.Root,{ref:a,className:o(Cl(),e),...i,children:[t,Me(zi,{},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)});Hl.displayName=oe.Root.displayName;var Al=fr(({className:e,...t},r)=>Me(oe.List,{ref:r,className:o(wl(),e),...t},void 0,!1,void 0,this));Al.displayName=oe.List.displayName;var sg=oe.Item,kl=fr(({className:e,children:t,...r},i)=>{let a=ig(Sl);return Me(oe.Trigger,{ref:i,className:o(Ml({size:a}),"group",e),...r,children:[t,Me(ng,{},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});kl.displayName=oe.Trigger.displayName;var Il=fr(({className:e,...t},r)=>Me(oe.Content,{ref:r,className:o(Nl(),e),...t},void 0,!1,void 0,this));Il.displayName=oe.Content.displayName;var lg=oe.Link,zi=fr(({className:e,...t},r)=>Me("div",{className:"absolute top-full left-0 flex justify-center",children:Me(oe.Viewport,{className:o(Ll(),e),ref:r,...t},void 0,!1,void 0,this)},void 0,!1,void 0,this));zi.displayName=oe.Viewport.displayName;var Bl=fr(({className:e,...t},r)=>Me(oe.Indicator,{ref:r,className:o(Rl(),e),...t,children:Me("div",{className:"relative top-[60%] h-2 w-2 rotate-45 rounded-tl-sm bg-border shadow-md"},void 0,!1,void 0,this)},void 0,!1,void 0,this));Bl.displayName=oe.Indicator.displayName;import{cva as gr}from"class-variance-authority";import{Fragment as mg,forwardRef as dg,useCallback as _t,useEffect as Vl,useMemo as Fl,useRef as pg,useState as _l}from"react";import{jsxDEV as Dt}from"react/jsx-dev-runtime";var Ot={sm:"sm",md:"md",lg:"lg",xl:"xl"},Dr={default:"default",error:"error",success:"success"},_r={single:"single",first:"first",middle:"middle",last:"last"},Dl=gr("relative inline-flex items-center",{variants:{size:{sm:"gap-1",md:"gap-1.5",lg:"gap-2",xl:"gap-2.5"}},defaultVariants:{size:Ot.md}}),Ol=gr("relative inline-flex items-center",{variants:{size:{sm:"gap-0",md:"gap-0",lg:"gap-0",xl:"gap-0"},status:{default:"",error:"text-destructive",success:"text-success"}},defaultVariants:{size:Ot.md,status:Dr.default}}),Gl=gr(["relative flex items-center justify-center border bg-background","transition-[color,background-color,border-color,box-shadow,transform,opacity] duration-150","motion-reduce:transition-none"],{variants:{size:{sm:"h-8 w-8",md:"h-10 w-10",lg:"h-11 w-11",xl:"h-12 w-12"},filled:{true:"border-border bg-card",false:"border-input bg-background"},focused:{true:"scale-[1.02]",false:""},status:{default:"focus-within:border-ring",error:"border-destructive/70 focus-within:border-destructive focus-within:ring-2 focus-within:ring-destructive/20",success:"border-success/70 focus-within:border-success focus-within:ring-2 focus-within:ring-success/20"},disabled:{true:"border-border/80 bg-muted/45",false:""},position:{single:"rounded-[calc(var(--radius)-2px)]",first:"rounded-l-[calc(var(--radius)-2px)] rounded-r-none",middle:"rounded-none border-l-0",last:"rounded-r-[calc(var(--radius)-2px)] rounded-l-none border-l-0"}},defaultVariants:{size:Ot.md,filled:!1,focused:!1,status:Dr.default,disabled:!1,position:_r.single}}),Wl=gr(["h-full w-full rounded-[inherit] bg-transparent text-center font-sans font-medium outline-none","transition-[color,opacity] duration-150 motion-reduce:transition-none","disabled:cursor-not-allowed disabled:text-muted-foreground"],{variants:{size:{sm:"text-xs",md:"text-sm",lg:"text-base",xl:"text-lg"},status:{default:"caret-primary",error:"caret-destructive",success:"caret-success"},filled:{true:"text-foreground",false:"text-muted-foreground"}},defaultVariants:{size:Ot.md,status:Dr.default,filled:!1}}),$l=gr(["pointer-events-none absolute inset-0 flex items-center justify-center select-none","font-medium text-muted-foreground/45","transition-[opacity,transform] duration-150 motion-reduce:transition-none"],{variants:{size:{sm:"text-sm",md:"text-base",lg:"text-lg",xl:"text-xl"},focused:{true:"opacity-0 scale-95",false:"opacity-100 scale-100"}},defaultVariants:{size:Ot.md,focused:!1}}),Ul=gr("select-none font-medium text-muted-foreground",{variants:{size:{sm:"px-0.5 text-sm",md:"px-0.5 text-base",lg:"px-1 text-lg",xl:"px-1.5 text-xl"}},defaultVariants:{size:Ot.md}});function cg(e){if(!Number.isFinite(e))return 6;return Math.max(1,Math.floor(e))}function Si(e,t){let r=(e??"").split("").slice(0,t);if(r.length<t)return r.concat(Array(t-r.length).fill(""));return r}var Kl=dg(({className:e,length:t=6,value:r,onChange:i,onComplete:a,size:n=Ot.md,status:s=Dr.default,disabled:l=!1,autoFocus:c=!1,mask:d=!1,groupSize:b,separator:f,separatorChar:h="—",placeholder:p="•",inputMode:v="numeric",pattern:z="[0-9]*",...R},w)=>{let S=m(n),y=cg(t),M=pg([]),[B,C]=_l(null),[H,A]=_l(()=>Si(r,y));Vl(()=>{if(r!==void 0){A(Si(r,y));return}A((u)=>Si(u.join(""),y))},[r,y]),Vl(()=>{if(c)M.current[0]?.focus()},[c]);let G=Fl(()=>{if(typeof b==="number"&&Number.isFinite(b)){let u=Math.floor(b);if(u<=0)return y;return Math.min(y,Math.max(1,u))}if(typeof f==="number"&&Number.isFinite(f)){let u=Math.floor(f);if(u<=0)return y;return Math.min(y,Math.max(1,u))}if(f)return Math.max(1,Math.floor(y/2));return y},[b,y,f]),q=Fl(()=>{let u=[];for(let g=0;g<y;g+=G){let N=Math.min(g+G,y),pe=[];for(let x=g;x<N;x+=1)pe.push(x);u.push(pe)}return u},[G,y]),D=_t((u)=>{let g=M.current[u];if(!g)return;g.focus(),g.select()},[]),O=_t((u)=>{A(u);let g=u.join("");if(i?.(g),u.every((N)=>N!=="")&&g.length===y)a?.(g)},[i,a,y]),P=_t((u,g)=>{if(l)return;let pe=(v==="numeric"?g.replace(/\D/g,""):g).slice(-1),x=[...H];if(x[u]=pe,O(x),pe&&u<y-1)D(u+1)},[H,l,O,D,v,y]),k=_t((u,g)=>{if(l)return;if(g.key==="Backspace"){if(g.preventDefault(),H[u]){let N=[...H];N[u]="",O(N);return}if(u>0){let N=[...H];N[u-1]="",O(N),D(u-1)}return}if(g.key==="Delete"){if(g.preventDefault(),H[u]){let N=[...H];N[u]="",O(N)}return}if(g.key==="ArrowLeft"){if(g.preventDefault(),u>0)D(u-1);return}if(g.key==="ArrowRight"){if(g.preventDefault(),u<y-1)D(u+1);return}if(g.key==="Home"){g.preventDefault(),D(0);return}if(g.key==="End")g.preventDefault(),D(y-1)},[H,l,O,D,y]),T=_t((u,g)=>{if(g.preventDefault(),l)return;let N=g.clipboardData.getData("text"),x=(v==="numeric"?N.replace(/\D/g,""):N.replace(/\s/g,"")).split("");if(x.length===0)return;let X=[...H];for(let J=0;J<x.length;J+=1){let Xe=u+J;if(Xe>=y)break;X[Xe]=x[J]??""}O(X);let I=Math.min(y-1,u+x.length-1);if(I<y-1){D(I+1);return}M.current[I]?.blur()},[H,l,O,D,v,y]),U=_t((u,g)=>{C(u),g.target.select()},[]),Q=_t(()=>{C(null)},[]),L=f!==void 0,Y=h.length>0&&f!==!1&&(L||q.length>1);return Dt("div",{ref:w,className:o(Dl({size:S}),e),role:"group","aria-label":"One-time password input",...R,children:q.map((u,g)=>Dt(mg,{children:[Dt("div",{"data-gs-otp-group":"true",className:o(Ol({size:S,status:s})),children:u.map((N,pe)=>{let x=H[N]??"",X=B===N,I=_r.middle;if(u.length===1)I=_r.single;else if(pe===0)I=_r.first;else if(pe===u.length-1)I=_r.last;return Dt("div",{"data-gs-otp-slot":"true","data-disabled":l,className:o(Gl({size:S,filled:Boolean(x),focused:X,status:s,disabled:l,position:I})),children:[Dt("input",{ref:(J)=>{M.current[N]=J},type:d?"password":"text",inputMode:v,pattern:z,maxLength:1,value:x,placeholder:"",disabled:l,"aria-invalid":s===Dr.error,"aria-label":`Digit ${N+1} of ${y}`,autoComplete:"one-time-code",onChange:(J)=>P(N,J.target.value),onKeyDown:(J)=>k(N,J),onPaste:(J)=>T(N,J),onFocus:(J)=>U(N,J),onBlur:Q,className:o(Wl({size:S,status:s,filled:Boolean(x)}))},void 0,!1,void 0,this),!x&&Dt("div",{"data-gs-otp-placeholder":"true","aria-hidden":"true",className:o($l({size:S,focused:X})),children:p},void 0,!1,void 0,this)]},`slot-${N}`,!0,void 0,this)})},void 0,!1,void 0,this),Y&&g<q.length-1&&Dt("span",{"data-gs-otp-separator":"true",className:o(Ul({size:S})),children:h},void 0,!1,void 0,this)]},`group-${u[0]}-${u[u.length-1]}`,!0,void 0,this))},void 0,!1,void 0,this)});Kl.displayName="OTPInput";import{createContext as yg,useCallback as br,useContext as Pg,useMemo as hg,useState as Tg}from"react";import*as ae from"@radix-ui/react-dialog";import{cva as Yl}from"class-variance-authority";import{X as ug}from"lucide-react";import{forwardRef as Po}from"react";import{jsxDEV as $e}from"react/jsx-dev-runtime";var Ne={top:"top",right:"right",bottom:"bottom",left:"left"},te={sm:"sm",md:"md",lg:"lg",xl:"xl",full:"full"},fg={[Ne.top]:"gs-sheet-content gs-sheet-content-top",[Ne.right]:"gs-sheet-content gs-sheet-content-right",[Ne.bottom]:"gs-sheet-content gs-sheet-content-bottom",[Ne.left]:"gs-sheet-content gs-sheet-content-left"},gg={[Ne.right]:{[te.sm]:"sm:max-w-sm",[te.md]:"sm:max-w-md",[te.lg]:"sm:max-w-lg",[te.xl]:"sm:max-w-xl",[te.full]:"sm:max-w-full"},[Ne.left]:{[te.sm]:"sm:max-w-sm",[te.md]:"sm:max-w-md",[te.lg]:"sm:max-w-lg",[te.xl]:"sm:max-w-xl",[te.full]:"sm:max-w-full"},[Ne.top]:{[te.sm]:"sm:max-h-[30vh]",[te.md]:"sm:max-h-[50vh]",[te.lg]:"sm:max-h-[70vh]",[te.xl]:"sm:max-h-[85vh]",[te.full]:"sm:max-h-full"},[Ne.bottom]:{[te.sm]:"sm:max-h-[30vh]",[te.md]:"sm:max-h-[50vh]",[te.lg]:"sm:max-h-[70vh]",[te.xl]:"sm:max-h-[85vh]",[te.full]:"sm:max-h-full"}},Xl=Yl("gs-sheet-overlay fixed inset-0 z-50 bg-black/50"),Zl=Yl("fixed z-50 flex flex-col gap-4 border border-border bg-background p-6 shadow-[var(--shadow-xl)]",{variants:{side:{[Ne.top]:"inset-x-0 top-0 border-b",[Ne.bottom]:"inset-x-0 bottom-0 border-t",[Ne.left]:"inset-y-0 left-0 h-full w-3/4 border-r",[Ne.right]:"inset-y-0 right-0 h-full w-3/4 border-l"}},defaultVariants:{side:Ne.right}}),Ci=ae.Root,bg=ae.Trigger,vg=ae.Close,ql=ae.Portal,wi=Po(({className:e,...t},r)=>$e(ae.Overlay,{className:o(Xl(),e),...t,ref:r},void 0,!1,void 0,this));wi.displayName=ae.Overlay.displayName;var ho=Po(({side:e="right",size:t=te.md,showClose:r=!0,className:i,children:a,...n},s)=>{let l=m(t)??te.md,c=fg[e],d=gg[e][l];return $e(ql,{children:[$e(wi,{},void 0,!1,void 0,this),$e(ae.Content,{ref:s,className:o(Zl({side:e}),c,d,i),...n,children:[a,r&&$e(ae.Close,{className:"gs-interactive absolute top-4 right-4 rounded-[var(--radius)] border border-border p-1.5 text-muted-foreground hover:bg-accent hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none",children:[$e(ug,{className:"size-4"},void 0,!1,void 0,this),$e("span",{className:"sr-only",children:"Close"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});ho.displayName=ae.Content.displayName;var Jl=({className:e,...t})=>$e("div",{className:o("flex flex-col space-y-2 text-center sm:text-left",e),...t},void 0,!1,void 0,this);Jl.displayName="SheetHeader";var Ql=({className:e,...t})=>$e("div",{className:o("flex flex-col-reverse sm:flex-row sm:justify-end sm:gap-2.5",e),...t},void 0,!1,void 0,this);Ql.displayName="SheetFooter";var El=Po(({className:e,...t},r)=>$e(ae.Title,{ref:r,className:o("font-semibold text-foreground text-lg",e),...t},void 0,!1,void 0,this));El.displayName=ae.Title.displayName;var jl=Po(({className:e,...t},r)=>$e(ae.Description,{ref:r,className:o("text-muted-foreground text-sm",e),...t},void 0,!1,void 0,this));jl.displayName=ae.Description.displayName;import{jsxDEV as it}from"react/jsx-dev-runtime";var Mi=0;function xg(){return Mi=(Mi+1)%Number.MAX_SAFE_INTEGER,`overlay-${Mi}-${Date.now()}`}var tm=yg(null),em=400;function rm({children:e}){let[t,r]=Tg([]),i=br((d)=>{r((b)=>b.map((f)=>f.id===d?{...f,open:!1}:f)),setTimeout(()=>{r((b)=>b.filter((f)=>f.id!==d))},em)},[]),a=br(()=>{r((d)=>d.map((b)=>({...b,open:!1}))),setTimeout(()=>{r([])},em)},[]),n=br((d,b,f,h={})=>{let p=xg(),v=(w)=>{return it(b,{...f,close:w.close},void 0,!1,void 0,this)};v.displayName=`OverlayWrapper(${b.displayName??b.name??"Component"})`;let z={id:p,type:d,component:v,wrapperProps:h,open:!0};return r((w)=>[...w,z]),{id:p,close:()=>i(p)}},[i]),s=br((d,b,f)=>{return n("dialog",d,b,f)},[n]),l=br((d,b,f)=>{return n("sheet",d,b,f)},[n]),c=hg(()=>({dialog:s,sheet:l,close:i,closeAll:a}),[s,l,i,a]);return it(tm.Provider,{value:c,children:[e,t.map((d)=>it(zg,{entry:d,onClose:i},d.id,!1,void 0,this))]},void 0,!0,void 0,this)}rm.displayName="OverlayProvider";function zg({entry:e,onClose:t}){let{id:r,type:i,component:a,wrapperProps:n,open:s}=e,l=br(()=>t(r),[r,t]);if(i==="dialog"){let{showClose:c,size:d,...b}=n;return it(gi,{open:s,onOpenChange:(f)=>!f&&l(),children:it(go,{showClose:c,size:d,...b,children:it(a,{close:l},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)}if(i==="sheet"){let{side:c,showClose:d,...b}=n;return it(Ci,{open:s,onOpenChange:(f)=>!f&&l(),children:it(ho,{side:c,showClose:d,...b,children:it(a,{close:l},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)}return null}function Sg(){let e=Pg(tm);if(!e)throw Error("useOverlay must be used within an OverlayProvider");return e}import{cva as Or}from"class-variance-authority";import{ChevronLeft as Cg,ChevronRight as wg,MoreHorizontal as Mg}from"lucide-react";import{createContext as Ng,forwardRef as Gr,useContext as To}from"react";import{jsxDEV as Ce}from"react/jsx-dev-runtime";var Ie={sm:"sm",md:"md",lg:"lg"},Wr=Ng(Ie.md),om=Or("mx-auto flex w-full justify-center"),im=Or("flex flex-row items-center gap-1"),am=Or(""),xo=Or("gs-interactive inline-flex items-center justify-center whitespace-nowrap rounded-[var(--radius)] font-medium focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 hover:bg-accent hover:text-accent-foreground",{variants:{isActive:{true:"border border-border bg-background shadow-[var(--shadow-sm)]",false:""},size:{[Ie.sm]:"h-7 w-7 text-xs [&_svg]:size-3.5",[Ie.md]:"h-9 w-9 text-sm [&_svg]:size-4",[Ie.lg]:"h-10 w-10 text-sm [&_svg]:size-5"}},defaultVariants:{isActive:!1,size:Ie.md}}),nm=Or("flex items-center justify-center",{variants:{size:{[Ie.sm]:"h-7 w-7 [&_svg]:size-3.5",[Ie.md]:"h-9 w-9 [&_svg]:size-4",[Ie.lg]:"h-10 w-10 [&_svg]:size-5"}},defaultVariants:{size:Ie.md}}),sm=({className:e,size:t=Ie.md,...r})=>{let i=m(t)??Ie.md;return Ce(Wr.Provider,{value:i,children:Ce("nav",{"aria-label":"pagination",className:o(om(),e),...r},void 0,!1,void 0,this)},void 0,!1,void 0,this)};sm.displayName="Pagination";var lm=Gr(({className:e,...t},r)=>Ce("ul",{ref:r,className:o(im(),e),...t},void 0,!1,void 0,this));lm.displayName="PaginationContent";var mm=Gr(({className:e,...t},r)=>Ce("li",{ref:r,className:o(am(),e),...t},void 0,!1,void 0,this));mm.displayName="PaginationItem";var dm=Gr(({className:e,isActive:t,...r},i)=>{let a=To(Wr);return Ce("button",{ref:i,type:"button","aria-current":t?"page":void 0,className:o(xo({isActive:t,size:a}),e),...r},void 0,!1,void 0,this)});dm.displayName="PaginationLink";var pm=Gr(({className:e,...t},r)=>{let i=To(Wr);return Ce("button",{ref:r,type:"button","aria-label":"Go to previous page",className:o(xo({size:i}),"gap-1 pl-2.5 pr-3 w-auto",e),...t,children:[Ce(Cg,{},void 0,!1,void 0,this),Ce("span",{children:"Previous"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});pm.displayName="PaginationPrevious";var cm=Gr(({className:e,...t},r)=>{let i=To(Wr);return Ce("button",{ref:r,type:"button","aria-label":"Go to next page",className:o(xo({size:i}),"gap-1 pl-3 pr-2.5 w-auto",e),...t,children:[Ce("span",{children:"Next"},void 0,!1,void 0,this),Ce(wg,{},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});cm.displayName="PaginationNext";var um=({className:e,...t})=>{let r=To(Wr);return Ce("span",{"aria-hidden":!0,className:o(nm({size:r}),e),...t,children:[Ce(Mg,{},void 0,!1,void 0,this),Ce("span",{className:"sr-only",children:"More pages"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};um.displayName="PaginationEllipsis";import*as Kr from"@radix-ui/react-progress";import{cva as fm}from"class-variance-authority";import{forwardRef as Lg}from"react";import{jsxDEV as zo}from"react/jsx-dev-runtime";var $r={sm:"sm",md:"md",lg:"lg",xl:"xl"},Ur={default:"default",success:"success",warning:"warning",error:"error"},gm=fm("relative w-full overflow-hidden rounded-full bg-muted",{variants:{size:{[$r.sm]:"h-1",[$r.md]:"h-2.5",[$r.lg]:"h-4",[$r.xl]:"h-5"}},defaultVariants:{size:$r.md}}),bm=fm("h-full w-full flex-1 rounded-full transition-transform duration-100 ease-out",{variants:{variant:{[Ur.default]:"bg-primary",[Ur.success]:"bg-success",[Ur.warning]:"bg-warning",[Ur.error]:"bg-destructive"}},defaultVariants:{variant:Ur.default}}),vm=Lg(({className:e,value:t,size:r,variant:i,showValue:a,...n},s)=>{let l=m(r);return zo("div",{className:"flex w-full items-center gap-2",children:[zo(Kr.Root,{ref:s,className:o(gm({size:l}),e),...n,children:zo(Kr.Indicator,{className:o(bm({variant:i})),style:{transform:`translateX(-${100-(t||0)}%)`}},void 0,!1,void 0,this)},void 0,!1,void 0,this),a&&zo("span",{className:"font-medium text-muted-foreground text-sm tabular-nums",children:[t,"%"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});vm.displayName=Kr.Root.displayName;import*as yr from"@radix-ui/react-radio-group";import{cva as ym}from"class-variance-authority";import{forwardRef as Pm}from"react";import{jsxDEV as So}from"react/jsx-dev-runtime";var Ue={sm:"sm",md:"md",lg:"lg",xl:"xl"},vr={default:"default",error:"error",success:"success"},hm=ym("grid gap-2"),Tm=ym("gs-interactive aspect-square rounded-full border border-input bg-background ring-offset-background enabled:active:scale-[0.94] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 data-[state=checked]:border-primary data-[state=checked]:text-primary disabled:cursor-not-allowed disabled:border-border disabled:bg-muted/45 disabled:text-muted-foreground",{variants:{size:{[Ue.sm]:"h-4 w-4",[Ue.md]:"h-5 w-5",[Ue.lg]:"h-6 w-6",[Ue.xl]:"h-7 w-7"},status:{[vr.default]:"enabled:hover:border-primary/70",[vr.error]:"border-destructive enabled:hover:border-destructive/70 focus-visible:ring-destructive data-[state=checked]:border-destructive data-[state=checked]:text-destructive",[vr.success]:"border-success enabled:hover:border-success/70 focus-visible:ring-success data-[state=checked]:border-success data-[state=checked]:text-success"}},defaultVariants:{size:Ue.md,status:vr.default}}),Rg={[Ue.sm]:"h-2 w-2",[Ue.md]:"h-2.5 w-2.5",[Ue.lg]:"h-3 w-3",[Ue.xl]:"h-3.5 w-3.5"},xm=Pm(({className:e,...t},r)=>So(yr.Root,{ref:r,className:o(hm(),e),...t},void 0,!1,void 0,this));xm.displayName="RadioGroup";var zm=Pm(({className:e,size:t=Ue.md,status:r=vr.default,...i},a)=>{let n=m(t);return So(yr.Item,{ref:a,className:o(Tm({size:n,status:r}),e),...i,children:So(yr.Indicator,{className:"flex items-center justify-center",children:So("span",{className:o("block rounded-full bg-current transition-transform duration-150",Rg[n])},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)});zm.displayName="RadioGroupItem";import{cva as Mo}from"class-variance-authority";import{forwardRef as Ni,useCallback as Co,useRef as Hg,useState as Ag}from"react";import{jsxDEV as wo}from"react/jsx-dev-runtime";var Sm=Mo("flex h-full w-full",{variants:{direction:{horizontal:"flex-row",vertical:"flex-col"}},defaultVariants:{direction:"horizontal"}}),Cm=Mo("relative overflow-hidden"),wm=Mo("relative flex items-center justify-center bg-border transition-colors duration-150 hover:bg-primary/40 active:bg-primary focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",{variants:{direction:{horizontal:"h-full w-1 cursor-col-resize",vertical:"h-1 w-full cursor-row-resize"},withHandle:{true:"",false:""}},compoundVariants:[{direction:"horizontal",withHandle:!0,class:"w-3"},{direction:"vertical",withHandle:!0,class:"h-3"}],defaultVariants:{direction:"horizontal",withHandle:!1}}),Mm=Mo("z-10 flex items-center justify-center rounded-sm bg-border",{variants:{direction:{horizontal:"h-6 w-1",vertical:"h-1 w-6"}},defaultVariants:{direction:"horizontal"}}),Nm=Ni(({className:e,direction:t="horizontal",children:r,...i},a)=>wo("div",{ref:a,"data-panel-group":"","data-direction":t,className:o(Sm({direction:t}),e),...i,children:r},void 0,!1,void 0,this));Nm.displayName="ResizablePanelGroup";var Lm=Ni(({className:e,defaultSize:t=50,children:r,style:i,...a},n)=>wo("div",{ref:n,"data-panel":"",className:o(Cm(),e),style:{...i,flexGrow:0,flexShrink:0,flexBasis:`${t}%`},...a,children:r},void 0,!1,void 0,this));Lm.displayName="ResizablePanel";var Rm=Ni(({className:e,withHandle:t=!1,disabled:r=!1,...i},a)=>{let[n,s]=Ag(!1),l=Hg(null),c=Co((p,v)=>{if(r)return;s(!0);let z=(w)=>{let S="touches"in w?w.touches[0]:null,y=S?S.clientX:w.clientX,M=S?S.clientY:w.clientY,B=l.current;if(!B)return;let C=B.closest("[data-panel-group]");if(!C)return;let H=C.dataset.direction,A=C.getBoundingClientRect(),G=Array.from(C.querySelectorAll(":scope > [data-panel]")),q=Array.from(C.children).indexOf(B),D,O;for(let P of G){let k=Array.from(C.children).indexOf(P);if(k<q)D=P;if(k>q&&!O)O=P}if(D&&O){let P=H==="horizontal"?A.width:A.height,T=(H==="horizontal"?y-A.left:M-A.top)/P*100,U=Math.max(10,Math.min(90,T)),Q=100-U;D.style.flexBasis=`${U}%`,O.style.flexBasis=`${Q}%`}},R=()=>{s(!1),document.removeEventListener("mousemove",z),document.removeEventListener("mouseup",R),document.removeEventListener("touchmove",z),document.removeEventListener("touchend",R)};document.addEventListener("mousemove",z),document.addEventListener("mouseup",R),document.addEventListener("touchmove",z),document.addEventListener("touchend",R)},[r]),d=Co((p)=>{p.preventDefault(),c(p.clientX,p.clientY)},[c]),b=Co((p)=>{let v=p.touches[0];if(v)c(v.clientX,v.clientY)},[c]),f=Co((p)=>{if(r)return;let v=l.current??p.currentTarget,z=v.closest("[data-panel-group]");if(!z)return;let R=z.dataset.direction,w=p.shiftKey?10:1,S=Array.from(z.querySelectorAll(":scope > [data-panel]")),y=Array.from(z.children).indexOf(v),M,B;for(let A of S){let G=Array.from(z.children).indexOf(A);if(G<y)M=A;if(G>y&&!B)B=A}if(!(M&&B))return;let C=Number.parseFloat(M.style.flexBasis)||50,H=0;if(R==="horizontal"){if(p.key==="ArrowLeft")H=-w;if(p.key==="ArrowRight")H=w}else{if(p.key==="ArrowUp")H=-w;if(p.key==="ArrowDown")H=w}if(H!==0){p.preventDefault();let A=Math.max(10,Math.min(90,C+H));M.style.flexBasis=`${A}%`,B.style.flexBasis=`${100-A}%`}},[r]),h="horizontal";return wo("div",{ref:(p)=>{if(l.current=p,typeof a==="function")a(p);else if(a)a.current=p},role:"separator","aria-orientation":"horizontal",tabIndex:r?-1:0,"data-panel-resize-handle":"","data-dragging":n,onMouseDown:d,onTouchStart:b,onKeyDown:f,className:o(wm({direction:"horizontal",withHandle:t}),n&&"bg-primary",r&&"pointer-events-none opacity-50",e),...i,children:t&&wo("div",{className:o(Mm({direction:"horizontal"}))},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Rm.displayName="ResizableHandle";import*as Je from"@radix-ui/react-scroll-area";import{cva as Li}from"class-variance-authority";import{forwardRef as Hm}from"react";import{jsxDEV as Pr}from"react/jsx-dev-runtime";var Am=Li("relative overflow-hidden"),kg={display:"flex",flexDirection:"column"},Ig={flex:"1 1 0%",minHeight:0},km=Li("flex touch-none select-none transition-colors duration-150",{variants:{orientation:{vertical:"h-full w-2.5 border-l border-l-transparent p-px",horizontal:"h-2.5 flex-col border-t border-t-transparent p-px"}},defaultVariants:{orientation:"vertical"}}),Im=Li("relative flex-1 rounded-full bg-border"),Bm=Hm(({className:e,children:t,style:r,...i},a)=>Pr(Je.Root,{ref:a,className:o(Am(),e),style:{...r,...kg},...i,children:[Pr(Je.Viewport,{className:"w-full rounded-[inherit]",style:Ig,children:t},void 0,!1,void 0,this),Pr(Ri,{},void 0,!1,void 0,this),Pr(Je.Corner,{},void 0,!1,void 0,this)]},void 0,!0,void 0,this));Bm.displayName="ScrollArea";var Ri=Hm(({className:e,orientation:t="vertical",...r},i)=>Pr(Je.ScrollAreaScrollbar,{ref:i,orientation:t,className:o(km({orientation:t}),e),...r,children:Pr(Je.ScrollAreaThumb,{className:o(Im())},void 0,!1,void 0,this)},void 0,!1,void 0,this));Ri.displayName="ScrollBar";import*as Pt from"@radix-ui/react-popover";import{cva as Fm}from"class-variance-authority";import{Check as Bg,ChevronDown as Vg,X as Fg}from"lucide-react";import{Children as _g,createContext as Dg,forwardRef as Zr,isValidElement as Og,useCallback as No,useContext as _m,useEffect as Lo,useId as Vm,useMemo as Gg,useRef as Dm,useState as Yr}from"react";import{jsxDEV as ie,Fragment as Zg}from"react/jsx-dev-runtime";var j={sm:"sm",md:"md",lg:"lg",xl:"xl"},hr={default:"default",error:"error",success:"success"},Xr={trigger:"trigger",auto:"auto"},Wg={start:"start",center:"center",end:"end"},Om=Fm(["gs-interactive group flex items-center gap-2 rounded-[var(--radius)] border border-input","bg-background text-sm text-foreground outline-none","placeholder:text-muted-foreground focus-visible:ring-2","data-[state=open]:ring-2","disabled:cursor-not-allowed disabled:border-border disabled:bg-muted/45 disabled:text-muted-foreground","data-[placeholder]:text-muted-foreground","[&_[data-slot=select-value]]:line-clamp-1"].join(" "),{variants:{size:{[j.sm]:"h-8 px-2.5 text-xs",[j.md]:"h-10 px-3.5",[j.lg]:"h-11 px-4.5 text-sm",[j.xl]:"h-12 px-4 text-base"},status:{[hr.default]:"focus-visible:ring-primary data-[state=open]:ring-primary",[hr.error]:"border-destructive focus-visible:ring-destructive data-[state=open]:ring-destructive",[hr.success]:"border-success focus-visible:ring-success data-[state=open]:ring-success"}},defaultVariants:{size:j.md,status:hr.default}}),Gm=Fm(["max-h-96 overflow-y-auto overflow-x-hidden"].join(" "),{variants:{widthMode:{[Xr.trigger]:"w-[var(--radix-popover-trigger-width)]",[Xr.auto]:"w-max min-w-0"},size:{[j.sm]:"text-xs",[j.md]:"text-sm",[j.lg]:"text-sm",[j.xl]:"text-base"}},defaultVariants:{widthMode:Xr.auto,size:j.md}}),$g={[j.sm]:"min-h-7 py-1 px-2 pr-3 text-xs",[j.md]:"min-h-9 py-2 px-3 pr-4.5 text-sm",[j.lg]:"min-h-10 py-2.5 px-3.5 pr-5.5 text-sm",[j.xl]:"min-h-11 py-3 px-4 pr-6 text-base"},Ug={[j.sm]:"px-2 py-1 text-xs",[j.md]:"px-2 py-1.5 text-sm",[j.lg]:"px-2.5 py-1.5 text-sm",[j.xl]:"px-3 py-2 text-base"},Ro={[j.sm]:"size-3.5",[j.md]:"size-4",[j.lg]:"size-4",[j.xl]:"size-4.5"};function Hi(e){if(e===null||e===void 0||typeof e==="boolean")return"";if(typeof e==="string"||typeof e==="number")return String(e);if(Array.isArray(e))return e.map((t)=>Hi(t)).join("");if(Og(e))return Hi(e.props.children);return""}var Ai=Dg(null);function Ho(){let e=_m(Ai);if(!e)throw Error("Select components must be used within Select");return e}function ki(e){let t=_m(Ai);if(e)return e;return t?.triggerSize??j.md}var Kg=({children:e,value:t,defaultValue:r="",onValueChange:i,open:a,defaultOpen:n=!1,onOpenChange:s,disabled:l=!1})=>{let[c,d]=Yr(j.md),[b,f]=Yr(!1),[h,p]=Yr(r),[v,z]=Yr(n),[R,w]=Yr(0),S=Dm(new Map),y=t!==void 0,M=a!==void 0,B=y?t:h,C=M?a:v,H=No((k)=>{if(!y)p(k);if(i?.(k),!M)z(!1);s?.(!1)},[y,M,i,s]),A=No((k)=>{if(l)return;if(!M)z(k);s?.(k)},[l,M,s]),G=No((k,T)=>{if(S.current.get(k)!==T)S.current.set(k,T),w((Q)=>Q+1)},[]),q=No((k)=>{return S.current.get(k)},[]),D=Vm(),O=Vm(),P=Gg(()=>({value:B,onValueChange:H,open:C,onOpenChange:A,triggerSize:c,setTriggerSize:d,triggerFullWidth:b,setTriggerFullWidth:f,disabled:l,triggerId:D,contentId:O,registerItem:G,getLabel:q}),[B,H,C,A,c,b,l,D,O,G,q,R]);return ie(Ai.Provider,{value:P,children:ie(Pt.Root,{open:C,onOpenChange:A,children:e},void 0,!1,void 0,this)},void 0,!1,void 0,this)},Yg=({children:e,className:t})=>ie("div",{role:"group",className:t,children:e},void 0,!1,void 0,this),Xg=({placeholder:e})=>{let{value:t,getLabel:r}=Ho();if(!t)return e?ie("span",{className:"text-muted-foreground",children:e},void 0,!1,void 0,this):null;let i=r(t);return ie(Zg,{children:i??t},void 0,!1,void 0,this)},Wm=Zr(({className:e,children:t,size:r=j.md,status:i=hr.default,fullWidth:a=!1,clearable:n=!1,leadingIcon:s,indicatorIcon:l,renderValue:c,placeholder:d,onKeyDown:b,...f},h)=>{let p=Ho(),v=m(r)??r,z=p.setTriggerSize,R=p.setTriggerFullWidth;Lo(()=>{z(v)},[v,z]),Lo(()=>{R(a)},[a,R]);let w=p.value.length>0,S=n&&w&&!p.disabled,y=(C)=>{C.stopPropagation(),C.preventDefault(),p.onValueChange("")},M;if(c)M=w?c(p.value):d?ie("span",{className:"text-muted-foreground",children:d},void 0,!1,void 0,this):null;else M=t;let B=(C)=>{if(b?.(C),C.defaultPrevented)return;if(C.key==="ArrowDown"||C.key==="ArrowUp"||C.key==="Enter"||C.key===" "){if(!p.open)C.preventDefault(),p.onOpenChange(!0)}};return ie(Pt.Trigger,{asChild:!0,children:ie("button",{ref:h,type:"button",role:"combobox","aria-expanded":p.open,"aria-haspopup":"listbox","aria-controls":p.contentId,id:p.triggerId,disabled:p.disabled,"data-state":p.open?"open":"closed","data-placeholder":w?void 0:"",className:o(Om({size:v,status:i}),a?"w-full":"w-auto",e),onKeyDown:B,...f,children:[s&&ie("i",{className:"inline-flex shrink-0 items-center text-muted-foreground not-italic",children:s},void 0,!1,void 0,this),ie("span",{"data-slot":"select-value",className:"min-w-0 flex-1 text-left",children:M},void 0,!1,void 0,this),ie("span",{className:"inline-flex shrink-0 items-center gap-1 text-muted-foreground",children:[S&&ie("span",{role:"button",tabIndex:-1,"aria-label":"Clear selection",onMouseDown:(C)=>C.preventDefault(),onClick:y,className:"gs-interactive inline-flex items-center justify-center rounded-[calc(var(--radius)-4px)] text-muted-foreground hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",children:ie(Fg,{className:Ro[v]},void 0,!1,void 0,this)},void 0,!1,void 0,this),l??ie(Vg,{className:o(Ro[v],"opacity-60 transition-transform duration-200 ease-[cubic-bezier(0.16,1,0.3,1)]",p.open&&"rotate-180")},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)});Wm.displayName="SelectTrigger";var $m=Zr(({className:e,children:t,widthMode:r,size:i,align:a="start",side:n="bottom",sideOffset:s=4,portal:l=!0,forceMount:c=!0,onKeyDown:d,...b},f)=>{let h=Ho(),p=ki(i),v=r??Xr.auto,z=Dm(null),R=Br(f,z),w=(M)=>{let B=z.current;if(!B)return;let C=Array.from(B.querySelectorAll('[role="option"]:not([data-disabled])'));if(C.length===0)return;let H=B.querySelector('[role="option"]:focus'),A=H?C.indexOf(H):-1,G;switch(M){case"first":G=C[0];break;case"last":G=C[C.length-1];break;case"next":G=C[A+1]??C[0];break;case"prev":G=C[A-1]??C[C.length-1];break}G?.focus()},S=(M)=>{if(d?.(M),M.defaultPrevented)return;switch(M.key){case"ArrowDown":M.preventDefault(),w("next");break;case"ArrowUp":M.preventDefault(),w("prev");break;case"Home":M.preventDefault(),w("first");break;case"End":M.preventDefault(),w("last");break;case"Escape":M.preventDefault(),h.onOpenChange(!1);break}};Lo(()=>{if(h.open)requestAnimationFrame(()=>w("first"))},[h.open]);let y=ie(Pt.Content,{ref:R,id:h.contentId,role:"listbox","aria-labelledby":h.triggerId,side:n,align:a,sideOffset:s,forceMount:c,onKeyDown:S,onOpenAutoFocus:(M)=>M.preventDefault(),className:o(ur(),Gm({widthMode:v,size:p}),"p-1",e),...b,children:t},void 0,!1,void 0,this);if(l)return ie(Pt.Portal,{children:y},void 0,!1,void 0,this);return y});$m.displayName="SelectContent";var Um=Zr(({className:e,size:t,...r},i)=>{let a=ki(t);return ie("div",{ref:i,className:o("font-semibold text-foreground",Ug[a],e),...r},void 0,!1,void 0,this)});Um.displayName="SelectLabel";var Km=Zr(({className:e,children:t,value:r,label:i,size:a,disabled:n=!1,...s},l)=>{let c=Ho(),d=ki(a),b=c.value===r,f=c.registerItem,h=Hi(_g.toArray(t)).trim();Lo(()=>{let z=i??(h.length>0?h:r);f(r,z)},[h,r,i,f]);let p=()=>{if(!n)c.onValueChange(r)},v=(z)=>{if(z.key==="Enter"||z.key===" ")z.preventDefault(),p()};return ie("div",{ref:l,role:"option",tabIndex:n?void 0:-1,"aria-selected":b,"aria-disabled":n||void 0,"data-selected":b?"":void 0,"data-disabled":n?"":void 0,"data-value":r,className:o("gs-interactive relative flex w-full cursor-pointer select-none items-center gap-2","rounded-[calc(var(--radius)-3px)] outline-none","hover:bg-accent focus-visible:bg-accent focus-visible:text-accent-foreground","data-disabled:cursor-not-allowed data-disabled:opacity-50",$g[d],b&&"bg-accent/50",e),onClick:p,onKeyDown:v,...s,children:[ie("span",{className:o("flex shrink-0 items-center justify-center",Ro[d]),children:b&&ie(Bg,{className:Ro[d]},void 0,!1,void 0,this)},void 0,!1,void 0,this),ie("span",{className:"min-w-0 flex-1 truncate",children:t},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Km.displayName="SelectItem";var Ym=Zr(({className:e,...t},r)=>ie("div",{ref:r,className:o("-mx-1 my-1 h-px bg-border",e),...t},void 0,!1,void 0,this));Ym.displayName="SelectSeparator";import{cva as qg}from"class-variance-authority";import{forwardRef as Jg}from"react";import{jsxDEV as Qg}from"react/jsx-dev-runtime";var qr={horizontal:"horizontal",vertical:"vertical"},Xm=qg("shrink-0 bg-border",{variants:{orientation:{[qr.horizontal]:"h-px w-full",[qr.vertical]:"h-full w-px"}},defaultVariants:{orientation:qr.horizontal}}),Zm=Jg(({className:e,orientation:t=qr.horizontal,decorative:r=!0,...i},a)=>{let n=r?{role:"none"}:{role:"separator","aria-orientation":t};return Qg("div",{ref:a,className:o(Xm({orientation:t}),e),...n,...i},void 0,!1,void 0,this)});Zm.displayName="Separator";import{cva as Ao}from"class-variance-authority";import{forwardRef as ko}from"react";import{jsxDEV as Io}from"react/jsx-dev-runtime";var de={sm:"sm",md:"md",lg:"lg"},qm=Ao("animate-pulse rounded-[var(--radius)] bg-muted"),Jm=Ao("w-full",{variants:{size:{[de.sm]:"h-3",[de.md]:"h-4",[de.lg]:"h-5"}},defaultVariants:{size:de.md}}),Qm=Ao("",{variants:{size:{[de.sm]:"h-8 w-8",[de.md]:"h-10 w-10",[de.lg]:"h-12 w-12"}},defaultVariants:{size:de.md}}),Em=Ao("",{variants:{size:{[de.sm]:"h-8 w-20",[de.md]:"h-9 w-24",[de.lg]:"h-10 w-28"}},defaultVariants:{size:de.md}}),Jr=ko(({className:e,circle:t=!1,...r},i)=>Io("div",{ref:i,className:o(qm(),t&&"rounded-full",e),...r},void 0,!1,void 0,this));Jr.displayName="Skeleton";var jm=ko(({className:e,size:t=de.md,...r},i)=>{let a=m(t)??de.md;return Io(Jr,{ref:i,className:o(Jm({size:a}),e),...r},void 0,!1,void 0,this)});jm.displayName="SkeletonText";var ed=ko(({className:e,size:t=de.md,...r},i)=>{let a=m(t)??de.md;return Io(Jr,{ref:i,circle:!0,className:o(Qm({size:a}),e),...r},void 0,!1,void 0,this)});ed.displayName="SkeletonAvatar";var td=ko(({className:e,size:t=de.md,...r},i)=>{let a=m(t)??de.md;return Io(Jr,{ref:i,className:o(Em({size:a}),e),...r},void 0,!1,void 0,this)});td.displayName="SkeletonButton";import*as ht from"@radix-ui/react-slider";import{cva as Fo}from"class-variance-authority";import{forwardRef as Eg}from"react";import{jsxDEV as Vo}from"react/jsx-dev-runtime";var Bo={sm:"sm",md:"md",lg:"lg"},rd=Fo("relative flex w-full touch-none select-none items-center",{variants:{size:{[Bo.sm]:"[&_[data-slider-track]]:h-0.5 [&_[data-slider-thumb]]:h-3 [&_[data-slider-thumb]]:w-3",[Bo.md]:"[&_[data-slider-track]]:h-2 [&_[data-slider-thumb]]:h-5 [&_[data-slider-thumb]]:w-5",[Bo.lg]:"[&_[data-slider-track]]:h-3 [&_[data-slider-thumb]]:h-6 [&_[data-slider-thumb]]:w-6"}},defaultVariants:{size:Bo.md}}),od=Fo("relative w-full grow overflow-hidden rounded-full bg-secondary"),id=Fo("absolute h-full bg-primary"),ad=Fo("gs-interactive block rounded-full border-2 border-primary bg-background ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50"),nd=Eg(({className:e,size:t,...r},i)=>{let a=m(t);return Vo(ht.Root,{ref:i,className:o(rd({size:a}),e),...r,children:[Vo(ht.Track,{"data-slider-track":!0,className:o(od()),children:Vo(ht.Range,{className:o(id())},void 0,!1,void 0,this)},void 0,!1,void 0,this),(r.defaultValue??r.value??[0]).map((n,s)=>Vo(ht.Thumb,{"data-slider-thumb":!0,className:o(ad())},`thumb-${String(s)}`,!1,void 0,this))]},void 0,!0,void 0,this)});nd.displayName="Slider";import{cva as be}from"class-variance-authority";import{forwardRef as jg,useCallback as Qr,useEffect as Ii,useMemo as Bi,useRef as sd,useState as _o}from"react";import{createPortal as eb}from"react-dom";import{jsxDEV as E}from"react/jsx-dev-runtime";var Gt={sm:"sm",md:"md",lg:"lg",xl:"xl"},Tr={idle:"idle",loading:"loading",error:"error"},ld=be("fixed inset-0 z-[120] bg-black/60 backdrop-blur-sm",{variants:{state:{open:"animate-in fade-in-0",closing:"animate-out fade-out-0"}},defaultVariants:{state:"open"}}),md=be(["fixed left-1/2 top-[15vh] z-[120] w-full -translate-x-1/2","rounded-[calc(var(--radius)+6px)] border border-border bg-popover shadow-2xl","overflow-hidden"],{variants:{size:{[Gt.sm]:"max-w-md",[Gt.md]:"max-w-xl",[Gt.lg]:"max-w-2xl",[Gt.xl]:"max-w-3xl"},state:{open:"animate-in fade-in-0 slide-in-from-top-4",closing:"animate-out fade-out-0 slide-out-to-top-4"}},defaultVariants:{size:Gt.md,state:"open"}}),dd=be("flex items-center gap-3 border-b border-border px-4 py-3"),pd=be(["w-full flex-1 bg-transparent text-foreground text-base","placeholder:text-muted-foreground","outline-none border-none"]),cd=be("size-4 text-muted-foreground shrink-0"),Do=be(["inline-flex items-center justify-center px-1.5 py-0.5 rounded","font-mono text-[10px] font-medium","bg-muted border border-border text-muted-foreground"]),ud=be("overflow-y-auto max-h-80 py-1"),fd=be("px-3 py-2 text-xs font-semibold text-muted-foreground uppercase tracking-wide"),gd=be(["group flex items-center gap-3 px-3 py-2 mx-2 rounded-lg cursor-pointer","text-foreground transition-colors duration-100"],{variants:{selected:{true:"bg-primary/10",false:"hover:bg-muted"},disabled:{true:"opacity-50 cursor-not-allowed pointer-events-none",false:""}},defaultVariants:{selected:!1,disabled:!1}}),bd=be("size-4 shrink-0",{variants:{selected:{true:"text-primary",false:"text-muted-foreground"}},defaultVariants:{selected:!1}}),vd=be("flex-1 min-w-0"),yd=be("text-sm font-medium truncate"),Pd=be("text-xs text-muted-foreground truncate"),hd=be("flex items-center gap-1 text-[11px] text-muted-foreground shrink-0"),Oo=be("flex flex-col items-center justify-center py-8 text-muted-foreground min-h-24",{variants:{state:{empty:"text-muted-foreground",loading:"text-muted-foreground",error:"text-destructive"}},defaultVariants:{state:"empty"}}),Go=be("text-sm font-medium"),Td=be("text-xs mt-1"),tb=(e,t)=>{if(!t)return!0;let r=t.toLowerCase();if(e.title.toLowerCase().includes(r))return!0;if(e.description?.toLowerCase().includes(r))return!0;if(e.keywords?.some((i)=>i.toLowerCase().includes(r)))return!0;return!1},xd=jg(({className:e,open:t,onOpenChange:r,actions:i,onActionSelect:a,value:n,defaultValue:s="",onValueChange:l,placeholder:c="Search commands, pages, or actions...",size:d=Gt.md,status:b=Tr.idle,statusMessage:f,emptyText:h="No command found for this query.",hotkey:p,portal:v=!0,...z},R)=>{let w=sd(null),S=sd(null),[y,M]=_o(s),[B,C]=_o(0),[H,A]=_o(!1),[G,q]=_o(!1),D=n!==void 0?n:y,O=Bi(()=>i.filter((x)=>tb(x,D)),[i,D]),P=Bi(()=>O.map((x,X)=>!x.disabled?X:-1).filter((x)=>x>=0),[O]),k=Bi(()=>{let x=new Map,X=new Map,I=0;for(let J of O){let Xe=J.group??"";if(!x.has(Xe))x.set(Xe,[]);x.get(Xe).push(J),X.set(J,I),I++}return{groups:x,indexMap:X}},[O]);Ii(()=>{if(t){A(!0),q(!1),C(0);return}if(H)q(!0)},[t]);let T=Qr(()=>{if(G)A(!1),q(!1)},[G]);Ii(()=>{if(t)document.body.style.overflow="hidden";else document.body.style.overflow="";return()=>{document.body.style.overflow=""}},[t]),Ii(()=>{if(t&&H)requestAnimationFrame(()=>w.current?.focus())},[t,H]);let U=Qr((x)=>{let X=x.target.value;M(X),l?.(X),C(0)},[l]),Q=Qr((x)=>{let X=S.current;if(!X)return;X.querySelectorAll('[role="option"]')[x]?.scrollIntoView({block:"nearest"})},[]),L=Qr((x)=>{if(x.key==="Escape"){x.preventDefault(),r(!1);return}if(x.key==="ArrowDown"){if(x.preventDefault(),P.length===0)return;let I=(P.indexOf(B)+1)%P.length,J=P[I];C(J),Q(J);return}if(x.key==="ArrowUp"){if(x.preventDefault(),P.length===0)return;let I=(P.indexOf(B)-1+P.length)%P.length,J=P[I];C(J),Q(J);return}if(x.key==="Enter"){x.preventDefault();let X=O[B];if(X&&!X.disabled)a(X,B)}},[B,P,O,a,r,Q]),Y=Qr((x,X)=>{if(x.disabled)return;a(x,X)},[a]);if(!H)return null;let u=G?"closing":"open",g=b===Tr.idle,N=b!==Tr.idle,pe=E("div",{ref:R,role:"dialog","aria-modal":"true",onKeyDown:L,className:o(e),...z,children:[E("div",{"data-testid":"spotlight-overlay",className:o(ld({state:u})),onClick:()=>r(!1),onKeyDown:(x)=>{if(x.key==="Escape")r(!1)}},void 0,!1,void 0,this),E("div",{className:o(md({size:d,state:u})),onAnimationEnd:T,children:[E("div",{className:o(dd()),children:[E("svg",{className:o(cd()),fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:E("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"},void 0,!1,void 0,this)},void 0,!1,void 0,this),E("input",{ref:w,type:"text",value:D,onChange:U,placeholder:c,className:o(pd())},void 0,!1,void 0,this),p?E("div",{className:"flex items-center gap-1",children:p.map((x)=>E("kbd",{className:o(Do()),children:x},x,!1,void 0,this))},void 0,!1,void 0,this):E("kbd",{className:o(Do()),children:"ESC"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),N&&b===Tr.loading&&E("div",{className:o(Oo({state:"loading"})),children:E("div",{className:o(Go()),children:"Searching commands..."},void 0,!1,void 0,this)},void 0,!1,void 0,this),N&&b===Tr.error&&E("div",{className:o(Oo({state:"error"})),children:[E("div",{className:o(Go()),children:"Search failed"},void 0,!1,void 0,this),f&&E("div",{className:o(Td()),children:f},void 0,!1,void 0,this)]},void 0,!0,void 0,this),g&&O.length===0&&E("div",{className:o(Oo({state:"empty"})),children:E("div",{className:o(Go()),children:h},void 0,!1,void 0,this)},void 0,!1,void 0,this),g&&O.length>0&&E("div",{ref:S,className:o(ud()),children:Array.from(k.groups.entries()).map(([x,X])=>E("div",{children:[x&&E("div",{className:o(fd()),children:x},void 0,!1,void 0,this),X.map((I)=>{let J=k.indexMap.get(I)??0,Xe=J===B;return E("div",{role:"option","aria-selected":Xe,"aria-disabled":I.disabled??!1,onClick:()=>Y(I,J),className:o(gd({selected:Xe,disabled:I.disabled??!1})),children:[I.icon&&E("span",{className:o(bd({selected:Xe})),children:I.icon},void 0,!1,void 0,this),E("div",{className:o(vd()),children:[E("div",{className:o(yd()),children:I.title},void 0,!1,void 0,this),I.description&&E("div",{className:o(Pd()),children:I.description},void 0,!1,void 0,this)]},void 0,!0,void 0,this),I.shortcut&&I.shortcut.length>0&&E("div",{className:o(hd()),children:I.shortcut.map((Qi)=>E("kbd",{className:o(Do()),children:Qi},Qi,!1,void 0,this))},void 0,!1,void 0,this)]},I.id,!0,void 0,this)})]},x||"__ungrouped__",!0,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this);if(v)return eb(pe,document.body);return pe});xd.displayName="Spotlight";import{cva as rb}from"class-variance-authority";import{forwardRef as ob}from"react";import{jsxDEV as Tt}from"react/jsx-dev-runtime";var Be={sm:"sm",md:"md",lg:"lg"},Wt={up:"up",down:"down",neutral:"neutral"},zd=rb("gs-interactive relative flex flex-col rounded-lg border border-border bg-card text-card-foreground shadow-sm transition-[color,background-color,border-color,box-shadow] duration-150 hover:shadow-md",{variants:{size:{[Be.sm]:"gap-1 p-3",[Be.md]:"gap-1.5 p-4",[Be.lg]:"gap-2 p-5"}},defaultVariants:{size:Be.md}}),ib={[Be.sm]:"text-lg font-semibold",[Be.md]:"text-2xl font-bold",[Be.lg]:"text-3xl font-bold"},ab={[Be.sm]:"text-xs",[Be.md]:"text-sm",[Be.lg]:"text-base"},nb={[Wt.up]:"text-success",[Wt.down]:"text-destructive",[Wt.neutral]:"text-muted-foreground"},sb={[Wt.up]:"↑",[Wt.down]:"↓",[Wt.neutral]:"→"},Sd=ob(({className:e,size:t=Be.md,label:r,value:i,trend:a,trendValue:n,icon:s,...l},c)=>{let d=m(t);return Tt("div",{ref:c,className:o(zd({size:d}),e),...l,children:[Tt("div",{className:"flex items-center justify-between",children:[Tt("span",{className:o("text-muted-foreground",ab[d]),children:r},void 0,!1,void 0,this),s&&Tt("span",{className:"text-muted-foreground/70","aria-hidden":"true",children:s},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Tt("div",{className:"flex items-baseline gap-2",children:[Tt("span",{className:o("tracking-tight text-foreground",ib[d]),children:i},void 0,!1,void 0,this),a&&n&&Tt("span",{className:o("inline-flex items-center gap-0.5 text-xs font-medium",nb[a]),children:[Tt("span",{"aria-hidden":"true",children:sb[a]},void 0,!1,void 0,this),n]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});Sd.displayName="StatCard";import{cva as $t}from"class-variance-authority";import{Check as lb}from"lucide-react";import{forwardRef as Ut}from"react";import{jsxDEV as xt}from"react/jsx-dev-runtime";var Cd=$t("flex w-full",{variants:{orientation:{horizontal:"flex-row items-start",vertical:"flex-col"}},defaultVariants:{orientation:"horizontal"}}),wd=$t("flex",{variants:{orientation:{horizontal:"flex-1 flex-col items-center",vertical:"gap-4 flex-row"}},defaultVariants:{orientation:"horizontal"}}),Md=$t(["relative z-10 flex shrink-0 items-center justify-center rounded-full border-2 font-semibold","transition-[color,background-color,border-color,box-shadow] duration-200 ease-out"],{variants:{status:{incomplete:["border-border/80 bg-card text-muted-foreground","shadow-[0_1px_2px_rgba(0,0,0,0.05)]"],current:["border-primary bg-primary text-primary-foreground","shadow-[0_2px_4px_rgba(99,102,241,0.2)]"],complete:["border-success/60 bg-success text-success-foreground","shadow-[0_1px_3px_rgba(0,0,0,0.1)]","[&>svg]:gs-step-check-animated"]},size:{sm:"h-8 w-8 text-xs",md:"h-10 w-10 text-sm",lg:"h-12 w-12 text-base",xl:"h-14 w-14 text-lg"},animated:{true:"gs-step-indicator-animated",false:""}},defaultVariants:{status:"incomplete",size:"md",animated:!0}}),Nd=$t("rounded-full transition-[background-color,opacity] duration-300 ease-out",{variants:{orientation:{horizontal:"mx-2 mt-5 h-1 flex-1",vertical:"ml-5 min-h-10 w-1"},status:{incomplete:"bg-border/60",complete:"bg-gradient-to-r from-primary to-success"},size:{sm:"opacity-80",md:"",lg:"opacity-95",xl:"opacity-100"},animated:{true:"",false:""}},compoundVariants:[{status:"complete",orientation:"horizontal",animated:!0,className:"gs-connector-fill-animated"},{status:"complete",orientation:"vertical",animated:!0,className:"gs-connector-fill-vertical-animated"}],defaultVariants:{orientation:"horizontal",status:"incomplete",size:"md",animated:!0}}),Ld=$t("flex flex-col",{variants:{orientation:{horizontal:"mt-3 items-center text-center",vertical:"flex-1 pb-8 last:pb-0"}},defaultVariants:{orientation:"horizontal"}}),Rd=$t("font-medium transition-colors duration-200 ease-out",{variants:{status:{incomplete:"text-muted-foreground",current:"text-foreground",complete:"text-foreground"},size:{sm:"text-sm",md:"text-sm",lg:"text-base",xl:"text-lg"}},defaultVariants:{status:"incomplete",size:"md"}}),Hd=$t("text-muted-foreground transition-colors duration-200 ease-out",{variants:{size:{sm:"text-sm",md:"text-xs",lg:"text-sm",xl:"text-base"}},defaultVariants:{size:"md"}});var Ad=Ut(({className:e,orientation:t="horizontal",activeStep:r,...i},a)=>{return xt("div",{ref:a,role:"group","aria-label":"Progress steps",className:o(Cd({orientation:t}),e),"data-orientation":t,"data-active-step":r,...i},void 0,!1,void 0,this)});Ad.displayName="Stepper";var kd=Ut(({className:e,orientation:t="horizontal",isLast:r,isCurrent:i,...a},n)=>{return xt("div",{ref:n,className:o(wd({orientation:t}),e),"data-last":r,"aria-current":i?"step":void 0,...a},void 0,!1,void 0,this)});kd.displayName="Step";var Id=Ut(({className:e,status:t="incomplete",size:r="md",icon:i,step:a,children:n,animated:s=!0,...l},c)=>{let d=m(r);return xt("div",{ref:c,className:o(Md({status:t,size:d,animated:s}),e),"data-status":t,"aria-hidden":"true",...l,children:t==="complete"?i||xt(lb,{className:"size-4",strokeWidth:3},void 0,!1,void 0,this):n||a},void 0,!1,void 0,this)});Id.displayName="StepIndicator";var Bd=Ut(({className:e,orientation:t="horizontal",status:r="incomplete",size:i="md",animated:a=!0,...n},s)=>{let l=m(i);return xt("div",{ref:s,className:o(Nd({orientation:t,status:r,size:l,animated:a}),e),"data-status":r,...n},void 0,!1,void 0,this)});Bd.displayName="StepConnector";var Vd=Ut(({className:e,orientation:t="horizontal",...r},i)=>{return xt("div",{ref:i,className:o(Ld({orientation:t}),e),...r},void 0,!1,void 0,this)});Vd.displayName="StepContent";var Fd=Ut(({className:e,status:t="incomplete",size:r="md",...i},a)=>{let n=m(r);return xt("h4",{ref:a,className:o(Rd({status:t,size:n}),e),...i},void 0,!1,void 0,this)});Fd.displayName="StepTitle";var _d=Ut(({className:e,size:t="md",...r},i)=>{let a=m(t);return xt("p",{ref:i,className:o(Hd({size:a}),e),...r},void 0,!1,void 0,this)});_d.displayName="StepDescription";import*as Wo from"@radix-ui/react-switch";import{cva as mb}from"class-variance-authority";import{forwardRef as db}from"react";import{jsxDEV as Dd}from"react/jsx-dev-runtime";var ze={sm:"sm",md:"md",lg:"lg",xl:"xl"},xr={default:"default",error:"error",success:"success"},Od=mb("gs-interactive relative inline-flex shrink-0 cursor-pointer items-center rounded-full border-2 border-transparent bg-input enabled:active:scale-[0.96] 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:bg-input/70",{variants:{size:{[ze.sm]:"h-4.5 w-8",[ze.md]:"h-5 w-9",[ze.lg]:"h-6 w-11",[ze.xl]:"h-7 w-[3.25rem]"},status:{[xr.default]:"disabled:data-[state=checked]:bg-muted-foreground/40 enabled:data-[state=unchecked]:hover:bg-input/80 data-[state=checked]:bg-primary data-[state=checked]:hover:bg-primary/90",[xr.error]:"bg-destructive/30 disabled:bg-destructive/25 disabled:data-[state=checked]:bg-destructive/50 enabled:data-[state=unchecked]:hover:bg-destructive/45 focus-visible:ring-destructive data-[state=checked]:bg-destructive data-[state=checked]:hover:bg-destructive/90",[xr.success]:"disabled:bg-success/20 disabled:data-[state=checked]:bg-success/45 focus-visible:ring-success enabled:data-[state=unchecked]:hover:bg-input/80 data-[state=checked]:bg-success data-[state=checked]:hover:bg-success/90"}},defaultVariants:{size:ze.md,status:xr.default}}),pb={[ze.sm]:"h-3.5 w-3.5",[ze.md]:"h-4 w-4",[ze.lg]:"h-5 w-5",[ze.xl]:"h-6 w-6"},cb={[ze.sm]:"data-[state=checked]:translate-x-3.5",[ze.md]:"data-[state=checked]:translate-x-4",[ze.lg]:"data-[state=checked]:translate-x-5",[ze.xl]:"data-[state=checked]:translate-x-6"},Gd=db(({className:e,size:t=ze.md,status:r=xr.default,checked:i,disabled:a,...n},s)=>{let l=m(t);return Dd(Wo.Root,{ref:s,checked:i,disabled:a,className:o(Od({size:l,status:r}),e),...n,children:Dd(Wo.Thumb,{className:o("pointer-events-none block rounded-full bg-background shadow-sm transition-transform duration-150",pb[l],cb[l])},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Gd.displayName="Switch";import{cva as at}from"class-variance-authority";import{createContext as ub,forwardRef as zt,useContext as Wd}from"react";import{jsxDEV as Qe}from"react/jsx-dev-runtime";var Pe={sm:"sm",md:"md",lg:"lg"},Vi=ub(Pe.md),$d=at("relative w-full overflow-auto rounded-[var(--radius)] border border-border bg-card shadow-[var(--shadow-sm)]"),Ud=at("w-full caption-bottom",{variants:{size:{[Pe.sm]:"text-xs",[Pe.md]:"text-sm",[Pe.lg]:"text-sm"}},defaultVariants:{size:Pe.md}}),Kd=at("sticky top-0 z-[1] [&_tr]:border-b [&_tr]:border-border [&_th]:bg-muted"),Yd=at("[&_tr:last-child]:border-0"),Xd=at("border-t border-border bg-muted font-medium text-muted-foreground [&>tr]:last:border-b-0"),Zd=at("gs-interactive border-b border-border hover:bg-muted/50 data-[state=selected]:bg-primary/10"),qd=at("text-left align-middle font-semibold text-muted-foreground [&:has([role=checkbox])]:pr-0",{variants:{size:{[Pe.sm]:"h-8 px-2",[Pe.md]:"h-10 px-3",[Pe.lg]:"h-12 px-4"}},defaultVariants:{size:Pe.md}}),Jd=at("align-middle text-foreground [&:has([role=checkbox])]:pr-0",{variants:{size:{[Pe.sm]:"p-2",[Pe.md]:"p-3",[Pe.lg]:"p-4"}},defaultVariants:{size:Pe.md}}),Qd=at("mt-4 text-sm text-muted-foreground"),Ed=zt(({className:e,containerClassName:t,size:r=Pe.md,...i},a)=>{let n=m(r)??Pe.md;return Qe(Vi.Provider,{value:n,children:Qe("div",{className:o($d(),t),children:Qe("table",{ref:a,className:o(Ud({size:n}),e),...i},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Ed.displayName="Table";var jd=zt(({className:e,...t},r)=>Qe("thead",{ref:r,className:o(Kd(),e),...t},void 0,!1,void 0,this));jd.displayName="TableHeader";var ep=zt(({className:e,...t},r)=>Qe("tbody",{ref:r,className:o(Yd(),e),...t},void 0,!1,void 0,this));ep.displayName="TableBody";var tp=zt(({className:e,...t},r)=>Qe("tfoot",{ref:r,className:o(Xd(),e),...t},void 0,!1,void 0,this));tp.displayName="TableFooter";var rp=zt(({className:e,...t},r)=>Qe("tr",{ref:r,className:o(Zd(),e),...t},void 0,!1,void 0,this));rp.displayName="TableRow";var op=zt(({className:e,size:t,...r},i)=>{let a=Wd(Vi);return Qe("th",{ref:i,className:o(qd({size:t??a}),e),...r},void 0,!1,void 0,this)});op.displayName="TableHead";var ip=zt(({className:e,size:t,...r},i)=>{let a=Wd(Vi);return Qe("td",{ref:i,className:o(Jd({size:t??a}),e),...r},void 0,!1,void 0,this)});ip.displayName="TableCell";var ap=zt(({className:e,...t},r)=>Qe("caption",{ref:r,className:o(Qd(),e),...t},void 0,!1,void 0,this));ap.displayName="TableCaption";import*as Ke from"@radix-ui/react-tabs";import{cva as Fi}from"class-variance-authority";import{createContext as fb,forwardRef as _i,useCallback as np,useContext as gb,useEffect as Di,useLayoutEffect as bb,useRef as $o,useState as vb}from"react";import{jsxDEV as Er}from"react/jsx-dev-runtime";var Ee={sm:"sm",md:"md",lg:"lg",xl:"xl"},sp=Fi("relative inline-flex items-center justify-center rounded-[var(--radius)] border border-border bg-muted/50 p-1 text-muted-foreground",{variants:{size:{[Ee.sm]:"h-9 gap-0.5",[Ee.md]:"h-11 gap-1",[Ee.lg]:"h-12 gap-1",[Ee.xl]:"h-14 gap-1.5"}},defaultVariants:{size:Ee.md}}),lp=Fi("gs-interactive relative z-10 inline-flex items-center justify-center whitespace-nowrap rounded-[calc(var(--radius)-2px)] font-semibold outline-none focus-visible:ring-2 focus-visible:ring-ring disabled:pointer-events-none disabled:cursor-not-allowed disabled:text-muted-foreground/50 data-[state=active]:text-foreground data-[state=inactive]:hover:text-foreground/80",{variants:{size:{[Ee.sm]:"px-2.5 py-1 text-xs",[Ee.md]:"px-3 py-1.5 text-sm",[Ee.lg]:"px-4 py-2 text-sm",[Ee.xl]:"px-5 py-2.5 text-base"}},defaultVariants:{size:Ee.md}}),mp=Fi("mt-3 ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2"),dp=fb({registerTrigger:()=>{}}),yb=typeof window<"u"?bb:Di,Pb=Ke.Root,pp=_i(({className:e,size:t,children:r,...i},a)=>{let n=m(t),s=$o(null),l=$o(new Map),[c,d]=vb(null),b=$o(!0),f=np((p,v)=>{if(v)l.current.set(p,v);else l.current.delete(p)},[]),h=np(()=>{let p=s.current;if(!p)return;let v=p.querySelector('[data-state="active"]');if(!v){d(null);return}let z=p.getBoundingClientRect(),R=v.getBoundingClientRect();d({left:R.left-z.left,width:R.width})},[]);return yb(()=>{h()},[h]),Di(()=>{let p=s.current;if(!p)return;let v=new MutationObserver(()=>{b.current=!1,h()});return v.observe(p,{attributes:!0,attributeFilter:["data-state"],subtree:!0}),()=>v.disconnect()},[h]),Er(dp.Provider,{value:{registerTrigger:f},children:Er(Ke.List,{ref:(p)=>{if(s.current=p,typeof a==="function")a(p);else if(a)a.current=p},className:o(sp({size:n}),e),...i,children:[c&&Er("span",{"aria-hidden":"true",className:o("absolute rounded-[calc(var(--radius)-2px)] bg-background shadow-sm",!b.current&&"transition-[left,width] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-emphasized)]"),style:{left:c.left,width:c.width,top:"4px",bottom:"4px"}},void 0,!1,void 0,this),r]},void 0,!0,void 0,this)},void 0,!1,void 0,this)});pp.displayName=Ke.List.displayName;var cp=_i(({className:e,size:t,value:r,...i},a)=>{let n=m(t),{registerTrigger:s}=gb(dp),l=$o(null);return Di(()=>{return s(r,l.current),()=>s(r,null)},[r,s]),Er(Ke.Trigger,{ref:(c)=>{if(l.current=c,typeof a==="function")a(c);else if(a)a.current=c},value:r,className:o(lp({size:n}),e),...i},void 0,!1,void 0,this)});cp.displayName=Ke.Trigger.displayName;var up=_i(({className:e,...t},r)=>Er(Ke.Content,{ref:r,className:o(mp(),e),...t},void 0,!1,void 0,this));up.displayName=Ke.Content.displayName;import{cva as hb}from"class-variance-authority";import{forwardRef as Tb}from"react";import{jsxDEV as xb}from"react/jsx-dev-runtime";var jr={default:"default",error:"error",success:"success"},zr={sm:"sm",md:"md",lg:"lg",xl:"xl"},fp=hb("gs-interactive w-full resize-y rounded-[var(--radius)] border border-input bg-background text-sm text-foreground outline-none placeholder:text-muted-foreground focus-visible:ring-2 disabled:cursor-not-allowed disabled:border-border disabled:bg-muted/45 disabled:text-muted-foreground",{variants:{status:{[jr.default]:"focus-visible:ring-primary",[jr.error]:"border-destructive focus-visible:ring-destructive",[jr.success]:"border-success focus-visible:ring-success"},size:{[zr.sm]:"min-h-[64px] px-2 py-1.5 text-xs",[zr.md]:"min-h-[96px] px-3 py-2",[zr.lg]:"min-h-[112px] px-4 py-2.5",[zr.xl]:"min-h-[128px] px-4 py-3 text-base"}},defaultVariants:{status:jr.default,size:zr.md}}),gp=Tb(({className:e,status:t=jr.default,size:r=zr.md,fullWidth:i=!1,noResize:a=!1,disabled:n,...s},l)=>{let c=m(r);return xb("textarea",{ref:l,className:o(fp({status:t,size:c}),n&&"bg-muted",i&&"w-full",a&&"resize-none",e),disabled:n,...s},void 0,!1,void 0,this)});gp.displayName="Textarea";import{cva as St}from"class-variance-authority";import{forwardRef as Ct}from"react";import{jsxDEV as je}from"react/jsx-dev-runtime";var bp=St("relative flex flex-col"),vp=St(["group relative flex pb-8 last:pb-0","transition-opacity duration-300 ease-[cubic-bezier(0.22,1,0.36,1)]"],{variants:{align:{left:"flex-row gap-4",right:"flex-row-reverse gap-4"},animated:{true:"gs-timeline-item-animated",false:""}},defaultVariants:{align:"left",animated:!0}}),yp=St(["absolute bottom-0 w-0.5 rounded-full","transition-[background-color,opacity,height] duration-300 ease-[cubic-bezier(0.22,1,0.36,1)]"],{variants:{variant:{default:"bg-border",success:"bg-gradient-to-b from-success/50 to-success/30",warning:"bg-gradient-to-b from-warning/50 to-warning/30",error:"bg-gradient-to-b from-destructive/50 to-destructive/30",info:"bg-gradient-to-b from-info/50 to-info/30",primary:"bg-gradient-to-b from-primary/50 to-primary/30"},size:{sm:"left-[11px] top-7",md:"left-[15px] top-9",lg:"left-[21px] top-12",xl:"left-[25px] top-14"},animated:{true:"gs-timeline-connector-animated",false:""}},defaultVariants:{variant:"default",size:"md",animated:!0}}),Pp=St(["relative z-10 flex shrink-0 items-center justify-center rounded-full border-2","transition-[color,background-color,border-color,box-shadow] duration-200 ease-[cubic-bezier(0.22,1,0.36,1)]","[&>svg]:shrink-0"],{variants:{variant:{default:["border-border/80 bg-card text-muted-foreground","shadow-[0_1px_3px_rgba(0,0,0,0.12),0_0_0_2px_rgba(0,0,0,0.04)]","hover:border-border hover:shadow-[0_2px_6px_rgba(0,0,0,0.16),0_0_0_2px_rgba(0,0,0,0.06)]"],success:["border-success/60 bg-success/10 text-success","shadow-[0_1px_4px_rgba(0,0,0,0.1),0_0_0_2px_rgba(var(--success-rgb,34,197,94),0.2)]","hover:bg-success/15 hover:border-success/70 hover:shadow-[0_2px_8px_rgba(0,0,0,0.12),0_0_0_3px_rgba(var(--success-rgb,34,197,94),0.25)]"],warning:["border-warning/60 bg-warning/10 text-warning","shadow-[0_1px_4px_rgba(0,0,0,0.1),0_0_0_2px_rgba(var(--warning-rgb,234,179,8),0.2)]","hover:bg-warning/15 hover:border-warning/70 hover:shadow-[0_2px_8px_rgba(0,0,0,0.12),0_0_0_3px_rgba(var(--warning-rgb,234,179,8),0.25)]"],error:["border-destructive/60 bg-destructive/10 text-destructive","shadow-[0_1px_4px_rgba(0,0,0,0.1),0_0_0_2px_rgba(var(--destructive-rgb,239,68,68),0.2)]","hover:bg-destructive/15 hover:border-destructive/70 hover:shadow-[0_2px_8px_rgba(0,0,0,0.12),0_0_0_3px_rgba(var(--destructive-rgb,239,68,68),0.25)]"],info:["border-info/60 bg-info/10 text-info","shadow-[0_1px_4px_rgba(0,0,0,0.1),0_0_0_2px_rgba(var(--info-rgb,59,130,246),0.2)]","hover:bg-info/15 hover:border-info/70 hover:shadow-[0_2px_8px_rgba(0,0,0,0.12),0_0_0_3px_rgba(var(--info-rgb,59,130,246),0.25)]"],primary:["border-primary/60 bg-primary/10 text-primary","shadow-[0_1px_4px_rgba(0,0,0,0.1),0_0_0_2px_rgba(var(--primary-rgb,99,102,241),0.2)]","hover:bg-primary/15 hover:border-primary/70 hover:shadow-[0_2px_8px_rgba(0,0,0,0.12),0_0_0_3px_rgba(var(--primary-rgb,99,102,241),0.25)]"]},size:{sm:"h-6 w-6 [&>svg]:size-3",md:"h-8 w-8 [&>svg]:size-4",lg:"h-11 w-11 [&>svg]:size-5",xl:"h-14 w-14 [&>svg]:size-6"},pulse:{true:"gs-timeline-dot-pulse-enabled gs-timeline-dot-pulse",false:""},animated:{true:"gs-timeline-dot-animated",false:""}},defaultVariants:{variant:"default",size:"md",pulse:!1,animated:!0}}),hp=St("flex flex-col gap-1 pt-0.5 min-w-0 transition-opacity duration-200 ease-[cubic-bezier(0.22,1,0.36,1)]"),Tp=St("font-semibold text-foreground leading-tight transition-colors duration-200 ease-[cubic-bezier(0.22,1,0.36,1)]",{variants:{size:{sm:"text-sm",md:"text-base",lg:"text-lg",xl:"text-xl"}},defaultVariants:{size:"md"}}),xp=St("text-muted-foreground transition-colors duration-200 ease-[cubic-bezier(0.22,1,0.36,1)]",{variants:{size:{sm:"text-sm",md:"text-sm",lg:"text-base",xl:"text-lg"}},defaultVariants:{size:"md"}}),zp=St("font-medium text-muted-foreground/70 transition-colors duration-200 ease-[cubic-bezier(0.22,1,0.36,1)]",{variants:{size:{sm:"text-sm",md:"text-sm",lg:"text-base",xl:"text-base"}},defaultVariants:{size:"md"}});var Sp=Ct(({className:e,...t},r)=>{return je("div",{ref:r,role:"list","aria-label":"Timeline events",className:o(bp(),e),...t},void 0,!1,void 0,this)});Sp.displayName="Timeline";var Cp=Ct(({className:e,align:t,isLast:r,animated:i=!0,...a},n)=>{return je("div",{ref:n,role:"listitem",className:o(vp({align:t,animated:i}),e),"data-last":r,...a},void 0,!1,void 0,this)});Cp.displayName="TimelineItem";var wp=Ct(({className:e,variant:t,size:r,animated:i=!0,...a},n)=>{let s=m(r);return je("div",{ref:n,className:o(yp({variant:t,size:s,animated:i}),e),...a},void 0,!1,void 0,this)});wp.displayName="TimelineConnector";var Mp=Ct(({className:e,variant:t,size:r,icon:i,children:a,pulse:n=!1,animated:s=!0,...l},c)=>{let d=m(r);return je("div",{ref:c,className:o(Pp({variant:t,size:d,pulse:n,animated:s}),e),"aria-hidden":"true",...l,children:i||a||je(zb,{},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Mp.displayName="TimelineDot";var Np=Ct(({className:e,...t},r)=>{return je("div",{ref:r,className:o(hp(),e),...t},void 0,!1,void 0,this)});Np.displayName="TimelineContent";var Lp=Ct(({className:e,size:t,...r},i)=>{let a=m(t);return je("h4",{ref:i,className:o(Tp({size:a}),e),...r},void 0,!1,void 0,this)});Lp.displayName="TimelineTitle";var Rp=Ct(({className:e,size:t,...r},i)=>{let a=m(t);return je("p",{ref:i,className:o(xp({size:a}),e),...r},void 0,!1,void 0,this)});Rp.displayName="TimelineDescription";var Hp=Ct(({className:e,size:t,...r},i)=>{let a=m(t);return je("time",{ref:i,className:o(zp({size:a}),e),...r},void 0,!1,void 0,this)});Hp.displayName="TimelineTime";function zb(){return je("span",{className:"size-2 rounded-full bg-current"},void 0,!1,void 0,this)}import{cva as Ap}from"class-variance-authority";var Sr={default:"default",success:"success",info:"info",warning:"warning",error:"error"},Ve={sm:"sm",md:"md",lg:"lg"},Oi=Ap("pointer-events-auto relative flex w-full items-center overflow-hidden rounded-[var(--radius)] border shadow-[var(--shadow-md)]",{variants:{variant:{[Sr.default]:"border-border bg-card text-card-foreground",[Sr.success]:"border-success/30 bg-card text-card-foreground",[Sr.info]:"border-info/30 bg-card text-card-foreground",[Sr.warning]:"border-warning/30 bg-card text-card-foreground",[Sr.error]:"border-destructive/30 bg-card text-card-foreground"},size:{[Ve.sm]:"gap-2 p-3",[Ve.md]:"gap-3 p-4",[Ve.lg]:"gap-3.5 p-5"}},defaultVariants:{variant:Sr.default,size:Ve.md}}),Gi=Ap("gs-interactive inline-flex shrink-0 items-center justify-center rounded-[var(--radius)] border border-border bg-transparent font-medium text-foreground hover:bg-secondary focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50",{variants:{size:{[Ve.sm]:"h-6 px-2 text-xs",[Ve.md]:"h-7 px-2.5 text-xs",[Ve.lg]:"h-8 px-3 text-sm"}},defaultVariants:{size:Ve.md}});import{AlertTriangle as Ab,CheckCircle2 as kb,Info as Fp,X as Ib,XCircle as Bb}from"lucide-react";import{forwardRef as Vb,useCallback as Yo,useEffect as Xo,useRef as Yi,useState as Xi}from"react";import{useSyncExternalStore as Sb}from"react";var Cb=5,Ip=5000,wb=500,Wi=0;function Mb(){return Wi=(Wi+1)%Number.MAX_SAFE_INTEGER,`toast-${Wi}-${Date.now()}`}var $i=new Set,Fe=[],Yt=new Map,to=new Map,ro=!1,Kt=new Map;function Uo(){for(let e of $i)e()}function kp(){return Fe}function Nb(e){return $i.add(e),()=>{$i.delete(e)}}function Ui(e,t){if(ro){Kt.set(e,t);return}clearTimeout(Yt.get(e));let r=Date.now(),i=setTimeout(()=>{Yt.delete(e),Kt.delete(e),Ko(e)},t);Yt.set(e,i),Kt.set(e,t);let a=setInterval(()=>{let n=Date.now()-r,s=t-n;if(s<=0)clearInterval(a),Kt.delete(e);else Kt.set(e,s)},100)}function Lb(e){clearTimeout(to.get(e));let t=setTimeout(()=>{Fe=Fe.filter((r)=>r.id!==e),to.delete(e),Uo()},wb);to.set(e,t)}function eo(e){let t=e.id??Mb(),r=e.duration??Ip;if(Fe.find((n)=>n.id===t))return Fe=Fe.map((n)=>n.id===t?{...n,...e,id:t,open:!0,createdAt:Date.now()}:n),clearTimeout(to.get(t)),to.delete(t),Ui(t,r),Uo(),t;return Fe=[{...e,id:t,variant:e.variant??"default",dismissible:e.dismissible??!0,open:!0,createdAt:Date.now()},...Fe].slice(0,Cb),Ui(t,r),Uo(),t}function Ko(e){clearTimeout(Yt.get(e)),Yt.delete(e),Kt.delete(e),Fe=Fe.map((t)=>t.id===e?{...t,open:!1}:t),Uo(),Lb(e)}function Bp(){for(let e of Fe)Ko(e.id)}function Rb(){if(ro)return;ro=!0;for(let[e,t]of Yt)clearTimeout(t),Yt.delete(e)}function Hb(){if(!ro)return;ro=!1;for(let e of Fe)if(e.open){let t=Kt.get(e.id)??Ip;Ui(e.id,t)}}var Vp=Object.assign((e)=>eo(e),{success:(e,t)=>eo({...t,variant:"success",title:e}),info:(e,t)=>eo({...t,variant:"info",title:e}),warning:(e,t)=>eo({...t,variant:"warning",title:e}),error:(e,t)=>eo({...t,variant:"error",title:e}),dismiss:Ko,dismissAll:Bp});function Ki(){return{toasts:Sb(Nb,kp,kp),toast:Vp,dismiss:Ko,dismissAll:Bp,pauseAll:Rb,resumeAll:Hb}}import{jsxDEV as Se}from"react/jsx-dev-runtime";var Dp=10,_p=0.05,Fb=200,Op="cubic-bezier(0.2, 0.8, 0.2, 1)",_b="cubic-bezier(0.22, 1, 0.36, 1)",Db={"top-right":"top-4 right-4","top-left":"top-4 left-4","bottom-right":"bottom-4 right-4","bottom-left":"bottom-4 left-4","top-center":"top-4 left-1/2 -translate-x-1/2","bottom-center":"bottom-4 left-1/2 -translate-x-1/2"},Ob={success:(e)=>Se(kb,{className:o("mt-0.5 shrink-0 text-success",e==="sm"?"size-4":"size-[18px]")},void 0,!1,void 0,this),info:(e)=>Se(Fp,{className:o("mt-0.5 shrink-0 text-info",e==="sm"?"size-4":"size-[18px]")},void 0,!1,void 0,this),warning:(e)=>Se(Ab,{className:o("mt-0.5 shrink-0 text-warning",e==="sm"?"size-4":"size-[18px]")},void 0,!1,void 0,this),error:(e)=>Se(Bb,{className:o("mt-0.5 shrink-0 text-destructive",e==="sm"?"size-4":"size-[18px]")},void 0,!1,void 0,this),default:(e)=>Se(Fp,{className:o("mt-0.5 shrink-0 text-muted-foreground",e==="sm"?"size-4":"size-[18px]")},void 0,!1,void 0,this)};function Gb(e,t,r,i,a){let n=e<i,s=r?a:e*Dp,l=r?1:n?1-e*_p:1-i*_p,c=n||r?1:0,d=t-e;return{offset:s,scale:l,opacity:c,zIndex:d}}var Gp=Vb(({position:e="bottom-right",gap:t=12,visibleCount:r=3,size:i=Ve.md,className:a,...n},s)=>{let{toasts:l,dismiss:c,pauseAll:d,resumeAll:b}=Ki(),f=m(i)??Ve.md,[h,p]=Xi(!1),[v,z]=Xi({}),R=Yi(null),w=Yi(void 0),S=e.startsWith("bottom"),y=Yo((T)=>{if(R.current=T,typeof s==="function")s(T);else if(s)s.current=T},[s]),M=Yo(()=>{clearTimeout(w.current),p(!0),d()},[d]),B=Yo(()=>{clearTimeout(w.current),w.current=setTimeout(()=>{p(!1),b()},Fb)},[b]);Xo(()=>{return()=>clearTimeout(w.current)},[]);let C=Yo((T,U)=>{z((Q)=>{if(Q[T]===U)return Q;return{...Q,[T]:U}})},[]);if(Xo(()=>{let T=new Set(l.map((U)=>U.id));z((U)=>{let Q=!1,L={};for(let[Y,u]of Object.entries(U))if(T.has(Y))L[Y]=u;else Q=!0;return Q?L:U})},[l]),l.length===0)return null;let H=l.filter((T)=>T.open),A=new Map,G=0;for(let[T,U]of H.entries()){let Q=v[U.id]??0;A.set(U.id,Gb(T,H.length,h,r,G)),G+=Q+t}let q=H[0],O=(q?v[q.id]??0:0)+Math.min(H.length-1,r-1)*Dp,P=G-(H.length>0?t:0),k=h?P:O;return Se("ol",{ref:y,role:"region","aria-label":"Notifications",tabIndex:-1,onMouseEnter:M,onMouseLeave:B,className:o("pointer-events-auto fixed z-[100] w-full max-w-[400px] outline-none",Db[e],a),style:{height:Math.max(k,0),transition:`height 400ms ${Op}`},...n,children:l.map((T)=>{let U=!T.open,Q=A.get(T.id);return Se(Wb,{toast:T,layout:Q??{offset:0,scale:1,opacity:0,zIndex:0},isClosed:U,isBottom:S,size:f,onDismiss:c,onMeasure:C},T.id,!1,void 0,this)})},void 0,!1,void 0,this)});Gp.displayName="Toaster";function Wb({toast:e,layout:t,isClosed:r,isBottom:i,size:a,onDismiss:n,onMeasure:s}){let l=Yi(null),[c,d]=Xi(!1);Xo(()=>{let v=requestAnimationFrame(()=>d(!0));return()=>cancelAnimationFrame(v)},[]),Xo(()=>{let v=l.current;if(!v)return;let z=new ResizeObserver((R)=>{for(let w of R){let S=w.borderBoxSize?.[0];if(S)s(e.id,S.blockSize)}});return z.observe(v),()=>z.disconnect()},[e.id,s]);let b=i?{bottom:0,left:0,right:0}:{top:0,left:0,right:0},f,h,p;if(!c)f=`translateY(${i?80:-80}px) scale(0.9)`,h=0,p="none";else if(r)f=`translateY(${i?80:-80}px) scale(0.95)`,h=0,p="none";else f=`translateY(${i?-t.offset:t.offset}px) scale(${t.scale})`,h=t.opacity,p="auto";return Se("li",{ref:l,"data-state":e.open?"open":"closed","data-variant":e.variant,className:"absolute list-none",style:{...b,zIndex:t.zIndex,transformOrigin:i?"center bottom":"center top",transform:f,opacity:h,pointerEvents:p,transition:[`transform 400ms ${Op}`,`opacity 250ms ${_b}`].join(", ")},children:Se("div",{className:o(Oi({variant:e.variant,size:a}),"w-full"),children:[Ob[e.variant]?.(a),Se("div",{className:"flex-1 space-y-0.5",children:[e.title&&Se("p",{className:o("font-semibold leading-tight",a==="sm"?"text-xs":"text-sm"),children:e.title},void 0,!1,void 0,this),e.description&&Se("p",{className:o("leading-snug text-muted-foreground",a==="sm"?"text-xs":"text-sm"),children:e.description},void 0,!1,void 0,this)]},void 0,!0,void 0,this),e.action&&Se("button",{type:"button",className:o(Gi({size:a}),"mt-0.5"),onClick:e.action.onClick,"aria-label":e.action.altText,children:e.action.label},void 0,!1,void 0,this),e.dismissible!==!1&&Se("button",{type:"button",className:o("gs-interactive mt-0.5 shrink-0 rounded-[var(--radius)] p-1 text-muted-foreground hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",a==="sm"?"[&>svg]:size-3.5":"[&>svg]:size-4"),onClick:()=>n(e.id),"aria-label":"Dismiss",children:Se(Ib,{},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)}import*as Wp from"@radix-ui/react-toggle";import{cva as $b}from"class-variance-authority";import{forwardRef as Ub}from"react";import{jsxDEV as Kb}from"react/jsx-dev-runtime";var Zi={default:"default",outline:"outline"},Zo={sm:"sm",md:"md",lg:"lg"},qo=$b("gs-interactive inline-flex items-center justify-center gap-2 rounded-[var(--radius)] border border-transparent text-sm font-medium outline-none transition-[color,background-color,border-color] duration-150 hover:bg-muted hover:text-muted-foreground focus-visible:border-primary disabled:cursor-not-allowed disabled:pointer-events-none data-[state=on]:bg-accent data-[state=on]:text-accent-foreground [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",{variants:{variant:{[Zi.default]:"bg-transparent disabled:bg-transparent disabled:text-foreground/50",[Zi.outline]:"border-input bg-transparent hover:bg-accent hover:text-accent-foreground disabled:bg-transparent disabled:text-foreground/50 disabled:border-border/50"},size:{[Zo.sm]:"h-7 px-1.5 min-w-7 text-xs",[Zo.md]:"h-10 px-3 min-w-10",[Zo.lg]:"h-11 px-5 min-w-11"}},defaultVariants:{variant:Zi.default,size:Zo.md}}),$p=Ub(({className:e,variant:t,size:r,...i},a)=>{let n=m(r);return Kb(Wp.Root,{ref:a,className:o(qo({variant:t,size:n}),e),...i},void 0,!1,void 0,this)});$p.displayName="Toggle";import*as Jo from"@radix-ui/react-toggle-group";import{cva as Yb}from"class-variance-authority";import{createContext as Xb,forwardRef as Up,useContext as Zb}from"react";import{jsxDEV as qi}from"react/jsx-dev-runtime";var qb={default:"default",outline:"outline"},Jb={sm:"sm",md:"md",lg:"lg"},Kp=Yb("flex items-center justify-center gap-1"),Yp=Xb({size:Jb.md,variant:qb.default}),Xp=Up(({className:e,variant:t,size:r,children:i,...a},n)=>{let s=m(r);return qi(Jo.Root,{ref:n,className:o(Kp(),e),...a,children:qi(Yp.Provider,{value:{variant:t,size:s},children:i},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Xp.displayName="ToggleGroup";var Zp=Up(({className:e,children:t,variant:r,size:i,...a},n)=>{let s=Zb(Yp),l=m(i);return qi(Jo.Item,{ref:n,className:o(qo({variant:r??s.variant,size:l??s.size}),e),...a,children:t},void 0,!1,void 0,this)});Zp.displayName="ToggleGroupItem";import{cva as qp}from"class-variance-authority";import{forwardRef as Qo}from"react";import{jsxDEV as Eo}from"react/jsx-dev-runtime";var Ye={sm:"sm",md:"md",lg:"lg"},Jp=qp("flex items-center border-b border-border bg-background",{variants:{size:{[Ye.sm]:"gap-1.5 px-3 py-1.5",[Ye.md]:"gap-2 px-4 py-2",[Ye.lg]:"gap-3 px-5 py-2.5"}},defaultVariants:{size:Ye.md}}),Qp=Qo(({className:e,size:t=Ye.md,...r},i)=>{let a=m(t);return Eo("div",{ref:i,role:"toolbar",className:o(Jp({size:a}),e),...r},void 0,!1,void 0,this)});Qp.displayName="Toolbar";var Ep=qp("flex items-center",{variants:{size:{[Ye.sm]:"gap-1",[Ye.md]:"gap-1.5",[Ye.lg]:"gap-2"}},defaultVariants:{size:Ye.md}}),jp=Qo(({className:e,size:t=Ye.md,...r},i)=>{let a=m(t);return Eo("div",{ref:i,role:"group",className:o(Ep({size:a}),e),...r},void 0,!1,void 0,this)});jp.displayName="ToolbarGroup";var ec=Qo(({className:e,...t},r)=>{return Eo("div",{ref:r,role:"none",className:o("h-5 w-px shrink-0 bg-border",e),...t},void 0,!1,void 0,this)});ec.displayName="ToolbarSeparator";var tc=Qo(({className:e,...t},r)=>{return Eo("div",{ref:r,className:o("flex-1",e),...t},void 0,!1,void 0,this)});tc.displayName="ToolbarSpacer";import*as et from"@radix-ui/react-tooltip";import{cva as Qb}from"class-variance-authority";import{createContext as Eb,forwardRef as rc,useContext as oc}from"react";import{jsxDEV as oo}from"react/jsx-dev-runtime";var jb=et.Provider,Ji=Eb(!1),ic=({persistOnClick:e=!1,children:t,...r})=>oo(Ji.Provider,{value:e,children:oo(et.Root,{...r,children:t},void 0,!1,void 0,this)},void 0,!1,void 0,this);ic.displayName="Tooltip";var ac=rc(({onClick:e,onPointerDown:t,...r},i)=>{let a=oc(Ji);return oo(et.Trigger,{ref:i,onClick:a?(n)=>{n.preventDefault(),e?.(n)}:e,onPointerDown:a?(n)=>{n.preventDefault(),t?.(n)}:t,...r},void 0,!1,void 0,this)});ac.displayName="TooltipTrigger";var Cr={sm:"sm",md:"md",lg:"lg"},nc=Qb("z-50 overflow-hidden rounded-[var(--radius)] border border-primary/20 bg-primary text-primary-foreground shadow-[var(--shadow-md)] gs-float-content origin-[var(--radix-tooltip-content-transform-origin)]",{variants:{size:{[Cr.sm]:"px-2 py-1 text-[10px]",[Cr.md]:"px-3 py-1.5 text-xs",[Cr.lg]:"px-4 py-2 text-sm"}},defaultVariants:{size:Cr.md}}),sc=rc(({className:e,sideOffset:t=4,onPointerDownOutside:r,size:i=Cr.md,...a},n)=>{let s=oc(Ji),l=m(i);return oo(et.Portal,{children:oo(et.Content,{ref:n,sideOffset:t,className:o(nc({size:l}),e),onPointerDownOutside:s?(c)=>{c.preventDefault(),r?.(c)}:r,...a},void 0,!1,void 0,this)},void 0,!1,void 0,this)});sc.displayName="TooltipContent";import*as wt from"react";var ev=()=>{};function tv({prop:e,defaultProp:t,onChange:r=ev}){let[i,a]=rv({defaultProp:t,onChange:r}),n=e!==void 0,s=n?e:i,l=wt.useCallback((c)=>{if(n){let b=typeof c==="function"?c(e):c;if(b!==e)r(b)}else a(c)},[n,e,a,r]);return[s,l]}function rv({defaultProp:e,onChange:t}){let r=wt.useState(e),[i]=r,a=wt.useRef(i),n=t;return wt.useEffect(()=>{if(a.current!==i)n?.(i),a.current=i},[i,n]),r}export{Ki as useToast,xi as usePlatform,Sg as useOverlay,Ir as useFormField,m as useDensitySize,cc as useDensity,tv as useControllableState,Br as useComposedRefs,nc as tooltipContentVariants,Jp as toolbarVariants,Ep as toolbarGroupVariants,qo as toggleVariants,Kp as toggleGroupVariants,Oi as toastVariants,Gi as toastActionVariants,Vp as toast,bp as timelineVariants,Tp as timelineTitleVariants,zp as timelineTimeVariants,vp as timelineItemVariants,Pp as timelineDotVariants,xp as timelineDescriptionVariants,hp as timelineContentVariants,yp as timelineConnectorVariants,fp as textareaVariants,lp as tabsTriggerVariants,sp as tabsListVariants,mp as tabsContentVariants,Ud as tableVariants,Zd as tableRowVariants,Kd as tableHeaderVariants,qd as tableHeadVariants,Xd as tableFooterVariants,$d as tableContainerVariants,Jd as tableCellVariants,Qd as tableCaptionVariants,Yd as tableBodyVariants,Od as switchVariants,Cd as stepperVariants,wd as stepVariants,Rd as stepTitleVariants,Md as stepIndicatorVariants,Hd as stepDescriptionVariants,Ld as stepContentVariants,Nd as stepConnectorVariants,zd as statCardVariants,Oo as spotlightStatusVariants,Go as spotlightStatusTitleVariants,Td as spotlightStatusDescriptionVariants,hd as spotlightShortcutVariants,ud as spotlightResultsVariants,md as spotlightPanelVariants,ld as spotlightOverlayVariants,gd as spotlightOptionVariants,yd as spotlightOptionTitleVariants,bd as spotlightOptionIconVariants,Pd as spotlightOptionDescriptionVariants,vd as spotlightOptionContentVariants,Do as spotlightKbdVariants,pd as spotlightInputVariants,cd as spotlightIconVariants,dd as spotlightHeaderVariants,fd as spotlightGroupLabelVariants,rd as sliderVariants,od as sliderTrackVariants,ad as sliderThumbVariants,id as sliderRangeVariants,qm as skeletonVariants,Jm as skeletonTextVariants,Em as skeletonButtonVariants,Qm as skeletonAvatarVariants,Xl as sheetOverlayVariants,Zl as sheetContentVariants,Xm as separatorVariants,Om as selectTriggerVariants,Gm as selectContentVariants,km as scrollBarVariants,Im as scrollBarThumbVariants,Am as scrollAreaVariants,Cm as resizablePanelVariants,Sm as resizablePanelGroupVariants,wm as resizableHandleVariants,Mm as resizableHandleIconVariants,Tm as radioItemVariants,hm as radioGroupVariants,gm as progressVariants,bm as progressIndicatorVariants,ur as popoverContentVariants,om as paginationVariants,xo as paginationLinkVariants,am as paginationItemVariants,nm as paginationEllipsisVariants,im as paginationContentVariants,Gl as otpSlotVariants,Ul as otpSeparatorVariants,$l as otpPlaceholderVariants,Wl as otpInputVariants,Ol as otpGroupVariants,Dl as otpContainerVariants,Ll as navigationMenuViewportVariants,Cl as navigationMenuVariants,Ml as navigationMenuTriggerVariants,wl as navigationMenuListVariants,ag as navigationMenuLinkVariants,Rl as navigationMenuIndicatorVariants,Nl as navigationMenuContentVariants,xl as multiselectTriggerVariants,vl as labelVariants,ul as kbdVariants,jt as isSameDay,dl as inputVariants,nl as hoverCardContentVariants,fl as formatKeys,js as formFieldVariants,Us as fileUploadVariants,Ti as fileUploadTextVariants,Ys as fileUploadListVariants,Xs as fileUploadItemVariants,qs as fileUploadItemSizeVariants,Js as fileUploadItemRemoveVariants,Zs as fileUploadItemNameVariants,Ks as fileUploadIconVariants,Vs as errorBoundaryVariants,_s as errorBoundaryTitleVariants,Fs as errorBoundaryIconVariants,Gs as errorBoundaryDetailsVariants,Ds as errorBoundaryDescriptionVariants,Os as errorBoundaryActionsVariants,Ls as emptyStateVariants,Hs as emptyStateTitleVariants,Rs as emptyStateIconVariants,As as emptyStateDescriptionVariants,ks as emptyStateActionsVariants,vs as dropdownMenuShortcutVariants,bs as dropdownMenuSeparatorVariants,fs as dropdownMenuRadioItemVariants,gs as dropdownMenuLabelVariants,hi as dropdownMenuItemVariants,Pi as dropdownMenuContentVariants,us as dropdownMenuCheckboxItemVariants,os as drawerOverlayVariants,as as drawerHandleVariants,is as drawerContentVariants,En as dialogContentVariants,cl as detectPlatform,ZC as cva,hf as createOptionalContext,Pf as createContext,On as contextMenuShortcutVariants,Dn as contextMenuSeparatorVariants,Fn as contextMenuRadioItemVariants,_n as contextMenuLabelVariants,fi as contextMenuItemVariants,ui as contextMenuContentVariants,Vn as contextMenuCheckboxItemVariants,ll as composeRefs,In as collapsibleContentVariants,Cn as codeBlockVariants,Rn as codeBlockPreVariants,Hn as codeBlockLineVariants,An as codeBlockLineNumberVariants,Mn as codeBlockLanguageVariants,wn as codeBlockHeaderVariants,Nn as codeBlockCopyVariants,Ln as codeBlockContentVariants,o as cn,xn as checkboxVariants,fn as cardVariants,pn as calendarWeekdayVariants,sn as calendarVariants,mn as calendarTitleVariants,pi as calendarNavButtonVariants,ln as calendarHeaderVariants,dn as calendarGridVariants,cn as calendarDayVariants,Mr as buttonVariants,ba as buttonIconVariants,tn as buttonGroupVariants,va as buttonBadgeVariants,Ya as breadcrumbSeparatorVariants,Ka as breadcrumbPageVariants,Wa as breadcrumbListVariants,Ua as breadcrumbLinkVariants,$a as breadcrumbItemVariants,Xa as breadcrumbEllipsisVariants,Fa as badgeVariants,Ia as avatarVariants,ma as alertVariants,da as alertTitleVariants,za as alertDialogOverlayVariants,Sa as alertDialogContentVariants,pa as alertDescriptionVariants,oa as accordionTriggerVariants,ra as accordionItemVariants,ia as accordionContentVariants,bc as XCircleIcon,tt as Variant,ac as TooltipTrigger,Cr as TooltipSize,jb as TooltipProvider,sc as TooltipContent,ic as Tooltip,tc as ToolbarSpacer,Ye as ToolbarSize,ec as ToolbarSeparator,jp as ToolbarGroup,Qp as Toolbar,Zp as ToggleGroupItem,Xp as ToggleGroup,$p as Toggle,Gp as Toaster,Ve as ToastSize,Lp as TimelineTitle,Hp as TimelineTime,Cp as TimelineItem,Mp as TimelineDot,Rp as TimelineDescription,Np as TimelineContent,wp as TimelineConnector,Sp as Timeline,gp as Textarea,cp as TabsTrigger,pp as TabsList,up as TabsContent,Pb as Tabs,Pe as TableSize,rp as TableRow,jd as TableHeader,op as TableHead,tp as TableFooter,ip as TableCell,ap as TableCaption,ep as TableBody,Ed as Table,xr as SwitchStatus,ze as SwitchSize,Gd as Switch,Ad as Stepper,Fd as StepTitle,Id as StepIndicator,_d as StepDescription,Vd as StepContent,Bd as StepConnector,kd as Step,Wt as StatCardTrend,Be as StatCardSize,Sd as StatCard,Tr as SpotlightStatus,Gt as SpotlightSize,xd as Spotlight,Mt as SpinnerSize,no as Spinner,nd as Slider,jm as SkeletonText,de as SkeletonSize,td as SkeletonButton,ed as SkeletonAvatar,Jr as Skeleton,ve as Size,bg as SheetTrigger,El as SheetTitle,te as SheetSize,ql as SheetPortal,wi as SheetOverlay,Jl as SheetHeader,Ql as SheetFooter,jl as SheetDescription,ho as SheetContent,vg as SheetClose,Ci as Sheet,qr as SeparatorOrientation,Zm as Separator,Xg as SelectValue,Wm as SelectTrigger,hr as SelectStatus,j as SelectSize,Ym as SelectSeparator,Um as SelectLabel,Km as SelectItem,Yg as SelectGroup,Xr as SelectContentWidthMode,Wg as SelectContentAlign,$m as SelectContent,Kg as Select,Ri as ScrollBar,Bm as ScrollArea,Nm as ResizablePanelGroup,Lm as ResizablePanel,Rm as ResizableHandle,vr as RadioStatus,Ue as RadioSize,zm as RadioGroupItem,xm as RadioGroup,vm as Progress,$f as PopoverTrigger,cr as PopoverSize,hl as PopoverContent,Kf as PopoverClose,Uf as PopoverAnchor,Wf as Popover,Ie as PaginationSize,pm as PaginationPrevious,cm as PaginationNext,dm as PaginationLink,mm as PaginationItem,um as PaginationEllipsis,lm as PaginationContent,sm as Pagination,rm as OverlayProvider,Kl as OTPInput,zi as NavigationMenuViewport,kl as NavigationMenuTrigger,We as NavigationMenuSize,Al as NavigationMenuList,lg as NavigationMenuLink,sg as NavigationMenuItem,Bl as NavigationMenuIndicator,Il as NavigationMenuContent,Hl as NavigationMenu,me as MultiselectSize,zl as Multiselect,pr as LabelSize,yl as Label,dr as KbdSize,gl as Kbd,pl as Input,yc as InfoIcon,Nt as IconSize,vf as HoverCardTrigger,lr as HoverCardSize,sl as HoverCardContent,bf as HoverCard,Rr as GroupOrientation,Ae as FormFieldSize,tl as FormFieldLabel,il as FormFieldError,ol as FormFieldDescription,al as FormFieldControl,el as FormField,Qs as FileUpload,Ws as ErrorBoundary,Is as EmptyState,Ju as DropdownMenuTrigger,hs as DropdownMenuSubTrigger,Ts as DropdownMenuSubContent,ju as DropdownMenuSub,Ns as DropdownMenuShortcut,Ms as DropdownMenuSeparator,Cs as DropdownMenuRadioItem,ef as DropdownMenuRadioGroup,Eu as DropdownMenuPortal,ws as DropdownMenuLabel,zs as DropdownMenuItem,Qu as DropdownMenuGroup,xs as DropdownMenuContent,Ss as DropdownMenuCheckboxItem,Ps as DropdownMenu,_u as DrawerTrigger,ds as DrawerTitle,He as DrawerSize,ns as DrawerPortal,yi as DrawerOverlay,ls as DrawerHeader,ms as DrawerFooter,ps as DrawerDescription,ss as DrawerContent,Du as DrawerClose,Fu as Drawer,Au as DialogTrigger,ts as DialogTitle,ft as DialogSize,Qn as DialogPortal,bi as DialogOverlay,jn as DialogHeader,es as DialogFooter,rs as DialogDescription,go as DialogContent,ku as DialogClose,gi as Dialog,ea as DensityProvider,io as Density,Cu as ContextMenuTrigger,Wn as ContextMenuSubTrigger,$n as ContextMenuSubContent,Nu as ContextMenuSub,Jn as ContextMenuShortcut,qn as ContextMenuSeparator,Xn as ContextMenuRadioItem,Lu as ContextMenuRadioGroup,Mu as ContextMenuPortal,Zn as ContextMenuLabel,Kn as ContextMenuItem,wu as ContextMenuGroup,Un as ContextMenuContent,Yn as ContextMenuCheckboxItem,Su as ContextMenu,bu as CollapsibleTrigger,Bn as CollapsibleContent,gu as Collapsible,kn as CodeBlock,or as CheckboxStatus,De as CheckboxSize,zn as Checkbox,vc as CheckCircleIcon,Pn as CardTitle,bn as CardHeader,yn as CardFooter,hn as CardDescription,vn as CardContent,gn as Card,un as Calendar,Pa as ButtonLabel,ya as ButtonIcon,rn as ButtonGroup,ha as ButtonBadge,Ta as Button,se as BreadcrumbSize,ja as BreadcrumbSeparator,Ea as BreadcrumbPage,qa as BreadcrumbList,Qa as BreadcrumbLink,Ja as BreadcrumbItem,en as BreadcrumbEllipsis,Za as Breadcrumb,ue as BadgeVariant,st as BadgeTone,dt as BadgeSize,Ga as BadgeGroup,_a as Badge,Le as AvatarSize,Ba as AvatarImage,Va as AvatarGroup,mi as AvatarFallback,li as Avatar,Hc as AspectRatio,Pc as AlertTriangleIcon,ua as AlertTitle,Rc as AlertDialogTrigger,La as AlertDialogTitle,mt as AlertDialogSize,Ca as AlertDialogPortal,si as AlertDialogOverlay,Ma as AlertDialogHeader,Na as AlertDialogFooter,Ra as AlertDialogDescription,wa as AlertDialogContent,Aa as AlertDialogCancel,Ha as AlertDialogAction,Lc as AlertDialog,fa as AlertDescription,ca as Alert,sa as AccordionTrigger,he as AccordionSize,na as AccordionItem,la as AccordionContent,aa as Accordion};
2
+ import{cva as Rw}from"class-variance-authority";import*as je from"@radix-ui/react-accordion";import{cva as ba}from"class-variance-authority";import{ChevronDown as gu}from"lucide-react";import{createContext as bu,forwardRef as yo,useContext as zi}from"react";import{clsx as du}from"clsx";import{twMerge as pu}from"tailwind-merge";function a(...e){return pu(du(e))}import{createContext as cu,useContext as Ti}from"react";import{jsxDEV as xi}from"react/jsx-dev-runtime";var vo={default:"default",compact:"compact"},uu={[vo.default]:{},[vo.compact]:{xl:"lg",lg:"md",md:"sm",sm:"sm"}},ga=cu(vo.default),Ci=({density:e,children:t})=>{return xi(ga.Provider,{value:e,children:xi("div",{"data-density":e,children:t},void 0,!1,void 0,this)},void 0,!1,void 0,this)};Ci.displayName="DensityProvider";var fu=()=>{return Ti(ga)};function d(e){let t=Ti(ga);if(e===void 0)return;return uu[t][e]??e}import{jsxDEV as ut}from"react/jsx-dev-runtime";var Te={sm:"sm",md:"md",lg:"lg"},va=bu(Te.md),Si=ba("border-b border-border"),wi=ba("gs-interactive flex flex-1 items-center justify-between font-medium hover:underline [&[data-state=open]>svg]:rotate-180",{variants:{size:{[Te.sm]:"py-3 text-xs [&>svg]:size-3.5",[Te.md]:"py-4 text-sm [&>svg]:size-4",[Te.lg]:"py-5 text-base [&>svg]:size-5"}},defaultVariants:{size:Te.md}}),Mi=ba("gs-accordion-content overflow-hidden",{variants:{size:{[Te.sm]:"text-xs",[Te.md]:"text-sm",[Te.lg]:"text-base"}},defaultVariants:{size:Te.md}}),vu={[Te.sm]:"pt-0 pb-3",[Te.md]:"pt-0 pb-4",[Te.lg]:"pt-0 pb-5"},Ni=yo(({size:e=Te.md,...t},r)=>{let o=d(e)??Te.md;return ut(va.Provider,{value:o,children:ut(je.Root,{ref:r,...t},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Ni.displayName="Accordion";var Li=yo(({className:e,...t},r)=>ut(je.Item,{ref:r,className:a(Si(),e),...t},void 0,!1,void 0,this));Li.displayName="AccordionItem";var Ri=yo(({className:e,children:t,...r},o)=>{let i=zi(va);return ut(je.Header,{className:"flex",children:ut(je.Trigger,{ref:o,className:a(wi({size:i}),e),...r,children:[t,ut(gu,{className:"shrink-0 transition-transform"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)});Ri.displayName="AccordionTrigger";var Hi=yo(({className:e,children:t,...r},o)=>{let i=zi(va);return ut(je.Content,{ref:o,className:a(Mi({size:i}),e),...r,children:ut("div",{className:vu[i],children:t},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Hi.displayName="AccordionContent";import{cva as ya}from"class-variance-authority";import{CircleAlert as yu,CircleCheck as Pu,Info as hu,TriangleAlert as xu}from"lucide-react";import{forwardRef as Pa}from"react";import{jsxDEV as ha}from"react/jsx-dev-runtime";var or={default:"default",success:"success",warning:"warning",error:"error",info:"info"},Dr={sm:"sm",md:"md",lg:"lg",xl:"xl"},ki=ya("relative w-full rounded-[var(--radius)] border [&>svg~*]:pl-7 [&>svg+div]:translate-y-[-3px] [&>svg]:absolute [&>svg]:left-4 [&>svg]:top-4 [&>svg]:text-foreground",{variants:{variant:{[or.default]:"bg-background text-foreground",[or.success]:"border-success/50 text-success [&>svg]:text-success bg-success/10",[or.warning]:"border-warning/50 text-warning [&>svg]:text-warning bg-warning/10",[or.error]:"border-destructive/50 text-destructive [&>svg]:text-destructive bg-destructive/10",[or.info]:"border-info/50 text-info [&>svg]:text-info bg-info/10"},size:{[Dr.sm]:"p-3 text-xs [&>svg]:top-3 [&>svg]:left-3 [&>svg~*]:pl-6",[Dr.md]:"p-4 text-sm",[Dr.lg]:"p-5 text-sm",[Dr.xl]:"p-6 text-base [&>svg]:top-6 [&>svg]:left-6 [&>svg~*]:pl-8"}},defaultVariants:{variant:or.default,size:Dr.md}}),Ai=ya("mb-1 font-medium leading-none tracking-tight"),Ii=ya("text-sm [&_p]:leading-relaxed"),Vi=Pa(({className:e,variant:t,size:r,...o},i)=>{let n=d(r);return ha("div",{ref:i,role:"alert",className:a(ki({variant:t,size:n}),e),...o},void 0,!1,void 0,this)});Vi.displayName="Alert";var Bi=Pa(({className:e,...t},r)=>ha("h5",{ref:r,className:a(Ai(),e),...t},void 0,!1,void 0,this));Bi.displayName="AlertTitle";var Di=Pa(({className:e,...t},r)=>ha("div",{ref:r,className:a(Ii(),e),...t},void 0,!1,void 0,this));Di.displayName="AlertDescription";import*as ue from"@radix-ui/react-alert-dialog";import{cva as Ui}from"class-variance-authority";import{forwardRef as ar}from"react";import{Slot as Fi}from"@radix-ui/react-slot";import{cva as Ta}from"class-variance-authority";import{forwardRef as ho}from"react";import{forwardRef as Tu}from"react";import{jsxDEV as xa}from"react/jsx-dev-runtime";var Vt={xs:"xs",sm:"sm",md:"md",lg:"lg",xl:"xl"},Cu={[Vt.xs]:"h-3 w-3",[Vt.sm]:"h-4 w-4",[Vt.md]:"h-5 w-5",[Vt.lg]:"h-6 w-6",[Vt.xl]:"h-8 w-8"},Po=Tu(({className:e,size:t=Vt.md,label:r="Loading",...o},i)=>{let n=d(t);return xa("span",{ref:i,className:a("inline-flex items-center justify-center",e),role:"status","aria-label":r,...o,children:[xa("span",{className:a("animate-spin rounded-full border-2 border-current border-r-transparent",Cu[n])},void 0,!1,void 0,this),xa("span",{className:"sr-only",children:r},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Po.displayName="Spinner";import{jsxDEV as lt}from"react/jsx-dev-runtime";var st={primary:"primary",secondary:"secondary",neutral:"neutral",outline:"outline",ghost:"ghost",danger:"danger"},Pe={xs:"xs",sm:"sm",md:"md",lg:"lg",xl:"xl",icon:"icon",iconXs:"icon-xs",iconSm:"icon-sm",iconLg:"icon-lg"},ft={default:"default",success:"success",warning:"warning",error:"error",info:"info"},Bt={xs:"xs",sm:"sm",md:"md",lg:"lg"},zu="Loading",Su="button",Fr=Ta("gs-interactive relative inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-[var(--radius)] border border-transparent font-semibold outline-none focus-visible:border-primary disabled:cursor-not-allowed disabled:border-border disabled:bg-muted/45 disabled:text-muted-foreground",{variants:{variant:{[st.primary]:"border-primary bg-primary text-primary-foreground enabled:hover:bg-primary/90",[st.secondary]:"border-secondary bg-secondary text-secondary-foreground enabled:hover:bg-secondary/90",[st.neutral]:"border-border bg-muted text-foreground enabled:hover:bg-muted/90",[st.outline]:"border-border bg-background text-foreground enabled:hover:border-primary enabled:hover:bg-muted/50",[st.ghost]:"border-transparent bg-transparent text-foreground enabled:hover:bg-muted/70",[st.danger]:"border-destructive bg-destructive text-destructive-foreground enabled:hover:bg-destructive/90"},size:{[Pe.xs]:"h-7 px-2 text-xs",[Pe.sm]:"h-8 px-2.5 text-xs",[Pe.md]:"h-10 px-4 text-sm",[Pe.lg]:"h-11 px-5 text-sm",[Pe.xl]:"h-12 px-6 text-base",[Pe.icon]:"h-10 w-10 p-0",[Pe.iconXs]:"h-8 w-8 p-0",[Pe.iconSm]:"h-9 w-9 p-0",[Pe.iconLg]:"h-11 w-11 p-0"}},defaultVariants:{variant:st.primary,size:Pe.md}}),Oi=Ta("shrink-0",{variants:{size:{[Bt.xs]:"size-2.5",[Bt.sm]:"size-3",[Bt.md]:"size-4",[Bt.lg]:"size-4.5"}},defaultVariants:{size:Bt.md}}),_i=Ta("inline-flex items-center rounded-full border px-1.5 py-0.5 font-semibold text-[10px] leading-none",{variants:{tone:{[ft.default]:"border-border/70 bg-background/75 text-muted-foreground",[ft.success]:"border-success/35 bg-success/12 text-success",[ft.warning]:"border-warning/35 bg-warning/12 text-warning",[ft.error]:"border-destructive/35 bg-destructive/12 text-destructive",[ft.info]:"border-info/35 bg-info/12 text-info"}},defaultVariants:{tone:ft.default}});function wu(e){return e===Pe.icon||e===Pe.iconXs||e===Pe.iconSm||e===Pe.iconLg}function Mu(e,t,r){return e&&t?-1:r}function Nu(e){return e["aria-label"]??e["aria-labelledby"]??e.title}function Lu(){if(typeof process>"u")return!0;return!0}var Gi=ho(({className:e,size:t=Bt.md,...r},o)=>lt(Fi,{ref:o,className:a(Oi({size:t}),e),...r},void 0,!1,void 0,this));Gi.displayName="ButtonIcon";var Wi=ho(({className:e,...t},r)=>lt("span",{ref:r,className:a("truncate",e),...t},void 0,!1,void 0,this));Wi.displayName="ButtonLabel";var $i=ho(({className:e,tone:t=ft.default,...r},o)=>lt("span",{ref:o,className:a(_i({tone:t}),e),...r},void 0,!1,void 0,this));$i.displayName="ButtonBadge";var Ki=ho(({className:e,variant:t=st.primary,size:r=Pe.md,asChild:o=!1,loading:i=!1,loadingText:n=zu,fullWidth:s=!1,leadingIcon:l,trailingIcon:m,disabled:p,children:f,type:u,tabIndex:P,onClick:c,...b},T)=>{let M=d(r),w=M??r,C=Nu(b);if(Lu()&&wu(w)&&!C)throw Error("Icon-size Button requires aria-label, aria-labelledby, or title.");let v=Boolean(p||i),x=a(Fr({variant:t,size:M}),s&&"w-full",e);if(o)return lt(Fi,{ref:T,className:x,"aria-disabled":v||void 0,"aria-busy":i||void 0,tabIndex:Mu(!0,v,P),onClick:v?(I)=>{I.preventDefault()}:c,...b,children:f},void 0,!1,void 0,this);return lt("button",{ref:T,className:x,disabled:v,"aria-disabled":v,"aria-busy":i,tabIndex:P,type:u??Su,onClick:i?void 0:c,...b,children:[lt("span",{className:a("absolute inset-0 flex items-center justify-center transition-opacity duration-150",i?"opacity-100":"opacity-0"),"aria-hidden":"true",children:lt(Po,{size:"sm"},void 0,!1,void 0,this)},void 0,!1,void 0,this),i&&lt("span",{className:"sr-only",children:n},void 0,!1,void 0,this),lt("span",{className:a("inline-flex items-center justify-center gap-2 transition-opacity duration-150",i&&"opacity-0"),children:[l,f,m]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});Ki.displayName="Button";import{jsxDEV as et}from"react/jsx-dev-runtime";var gt={sm:"sm",md:"md",lg:"lg",xl:"xl",full:"full"},Yi=Ui("gs-dialog-overlay fixed inset-0 z-50 bg-black/50"),Xi=Ui("gs-dialog-content fixed left-1/2 top-1/2 z-50 grid w-full gap-4 border border-border bg-background p-6 text-foreground shadow-[var(--shadow-xl)] rounded-[var(--radius)]",{variants:{size:{[gt.sm]:"max-w-sm",[gt.md]:"max-w-md",[gt.lg]:"max-w-lg",[gt.xl]:"max-w-xl",[gt.full]:"max-w-[calc(100vw-2rem)] max-h-[calc(100vh-2rem)]"}},defaultVariants:{size:gt.md}}),Ru=ue.Root,Hu=ue.Trigger,Zi=ue.Portal,Ca=ar(({className:e,...t},r)=>et(ue.Overlay,{ref:r,className:a(Yi(),e),...t},void 0,!1,void 0,this));Ca.displayName="AlertDialogOverlay";var qi=ar(({className:e,size:t=gt.md,...r},o)=>{let i=d(t);return et(Zi,{children:[et(Ca,{},void 0,!1,void 0,this),et(ue.Content,{ref:o,className:a(Xi({size:i}),e),...r},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});qi.displayName="AlertDialogContent";var Ji=({className:e,...t})=>et("div",{className:a("flex flex-col space-y-2 text-center sm:text-left",e),...t},void 0,!1,void 0,this);Ji.displayName="AlertDialogHeader";var Qi=({className:e,...t})=>et("div",{className:a("flex flex-col-reverse sm:flex-row sm:justify-end sm:gap-2.5",e),...t},void 0,!1,void 0,this);Qi.displayName="AlertDialogFooter";var Ei=ar(({className:e,...t},r)=>et(ue.Title,{ref:r,className:a("text-lg font-semibold",e),...t},void 0,!1,void 0,this));Ei.displayName="AlertDialogTitle";var ji=ar(({className:e,...t},r)=>et(ue.Description,{ref:r,className:a("text-sm text-muted-foreground",e),...t},void 0,!1,void 0,this));ji.displayName="AlertDialogDescription";var en=ar(({className:e,...t},r)=>et(ue.Action,{ref:r,className:a(Fr(),e),...t},void 0,!1,void 0,this));en.displayName="AlertDialogAction";var tn=ar(({className:e,...t},r)=>et(ue.Cancel,{ref:r,className:a(Fr({variant:"outline"}),"mt-2 sm:mt-0",e),...t},void 0,!1,void 0,this));tn.displayName="AlertDialogCancel";import*as rn from"@radix-ui/react-aspect-ratio";var ku=rn.Root;import*as nr from"@radix-ui/react-avatar";import{cva as Au}from"class-variance-authority";import{forwardRef as xo}from"react";import{jsxDEV as ir}from"react/jsx-dev-runtime";var Ie={sm:"sm",md:"md",lg:"lg",xl:"xl"},on=Au("relative flex shrink-0 overflow-hidden rounded-full",{variants:{size:{[Ie.sm]:"h-6 w-6",[Ie.md]:"h-10 w-10",[Ie.lg]:"h-12 w-12",[Ie.xl]:"h-16 w-16"}},defaultVariants:{size:Ie.md}}),za=xo(({className:e,size:t=Ie.md,...r},o)=>{let i=d(t);return ir(nr.Root,{ref:o,className:a(on({size:i}),e),...r},void 0,!1,void 0,this)});za.displayName="Avatar";var an=xo(({className:e,...t},r)=>ir(nr.Image,{ref:r,className:a("aspect-square h-full w-full object-cover",e),...t},void 0,!1,void 0,this));an.displayName="AvatarImage";var Sa=xo(({className:e,...t},r)=>ir(nr.Fallback,{ref:r,className:a("flex h-full w-full items-center justify-center rounded-full bg-muted font-medium text-muted-foreground",e),...t},void 0,!1,void 0,this));Sa.displayName="AvatarFallback";var Iu={[Ie.sm]:"-space-x-2",[Ie.md]:"-space-x-3",[Ie.lg]:"-space-x-4",[Ie.xl]:"-space-x-5"},nn=xo(({className:e,children:t,max:r,size:o=Ie.md,...i},n)=>{let s=d(o),l=Array.isArray(t)?t:[t],m=r?l.slice(0,r):l,p=r?Math.max(0,l.length-r):0;return ir("div",{ref:n,className:a("flex items-center",Iu[s],e),...i,children:[m,p>0&&ir(za,{size:s,className:"border-2 border-background",children:ir(Sa,{className:"text-xs",children:["+",p]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});nn.displayName="AvatarGroup";import{Slot as Vu}from"@radix-ui/react-slot";import{cva as Bu}from"class-variance-authority";import{X as Du}from"lucide-react";import{forwardRef as Fu}from"react";import{jsxDEV as Or}from"react/jsx-dev-runtime";var ge={default:"default",primary:"primary",success:"success",warning:"warning",error:"error",info:"info",outline:"outline"},bt={sm:"sm",md:"md",lg:"lg",dot:"dot"},sn=Bu("inline-flex items-center justify-center gap-1 whitespace-nowrap rounded-full border font-medium",{variants:{variant:{[ge.default]:"border-border bg-muted text-muted-foreground",[ge.primary]:"border-primary/30 bg-primary/10 text-primary",[ge.success]:"border-success/30 bg-success/10 text-success",[ge.warning]:"border-warning/30 bg-warning/10 text-warning",[ge.error]:"border-destructive/30 bg-destructive/10 text-destructive",[ge.info]:"border-info/30 bg-info/10 text-info",[ge.outline]:"border-border bg-transparent text-foreground"},solid:{true:"",false:""},size:{[bt.sm]:"h-5 px-2 text-[10px]",[bt.md]:"h-6 px-2.5 text-xs",[bt.lg]:"h-7 px-3 text-sm",[bt.dot]:"h-2 w-2 p-0"}},compoundVariants:[{solid:!0,variant:ge.default,className:"border-transparent bg-foreground text-background"},{solid:!0,variant:ge.primary,className:"border-primary bg-primary text-primary-foreground"},{solid:!0,variant:ge.success,className:"border-success bg-success text-background"},{solid:!0,variant:ge.warning,className:"border-warning bg-warning text-background"},{solid:!0,variant:ge.error,className:"border-destructive bg-destructive text-destructive-foreground"},{solid:!0,variant:ge.info,className:"border-info bg-info text-background"},{solid:!0,variant:ge.outline,className:"border-border bg-foreground text-background"}],defaultVariants:{variant:ge.default,solid:!1,size:bt.md}}),ln=Fu(({className:e,variant:t=ge.default,size:r=bt.md,solid:o=!1,pulse:i=!1,removable:n=!1,onRemove:s,onClick:l,children:m,asChild:p=!1,...f},u)=>{let P=d(r),c=Boolean(l),b=P===bt.dot,T=(C)=>{C.stopPropagation(),s?.(C)},M=a(sn({variant:t,solid:o,size:P}),c&&"cursor-pointer",i&&"animate-pulse",n&&!b&&"pr-1",e),w=n&&!b&&Or("button",{type:"button",className:"gs-interactive ml-0.5 inline-flex size-4 items-center justify-center rounded-full text-current opacity-60 hover:opacity-100",onClick:T,"aria-label":"Remove",tabIndex:-1,children:Or(Du,{className:"size-3"},void 0,!1,void 0,this)},void 0,!1,void 0,this);if(p)return Or(Vu,{ref:u,className:M,onClick:l,...f,children:m},void 0,!1,void 0,this);if(c)return Or("button",{ref:u,className:M,onClick:l,type:"button",...f,children:[!b&&m,w]},void 0,!0,void 0,this);return Or("span",{ref:u,className:M,...f,children:[!b&&m,w]},void 0,!0,void 0,this)});ln.displayName="Badge";import{Children as Ou,cloneElement as _u,forwardRef as Gu,isValidElement as Wu,useCallback as mn,useLayoutEffect as $u,useRef as Ku,useState as Uu}from"react";import{jsxDEV as dn}from"react/jsx-dev-runtime";function Yu(e){let t=[];return Ou.forEach(e,(r,o)=>{if(!Wu(r))return;let i=r.key??o;t.push({key:i,element:r,isLeaving:!1})}),t}function Xu(e,t){let r=new Set(t.map((n)=>n.key)),o=new Set(e.map((n)=>n.key)),i=[];for(let n of e)if(r.has(n.key)){let s=t.find((l)=>l.key===n.key);if(s)i.push({...s,isLeaving:!1})}else i.push({...n,isLeaving:!0});for(let n of t)if(!o.has(n.key))i.push(n);return i}function Zu(e,t,r){if(r.current)return r.current=!1,t;return Xu(e,t)}var pn=Gu(({children:e,className:t,onRemove:r,gap:o="sm"},i)=>{let[n,s]=Uu([]),l=Ku(!0);$u(()=>{let u=Yu(e);s((P)=>Zu(P,u,l))},[e]);let m=mn((u)=>{s((P)=>P.filter((c)=>c.key!==u))},[]),p=mn((u)=>{r?.(u)},[r]),f={sm:"gap-1",md:"gap-2",lg:"gap-3"}[o];return dn("div",{ref:i,className:a("inline-flex flex-wrap items-center",f,t),children:n.map((u)=>{let P={};if(u.element.props.removable&&r)P.onRemove=()=>{p(u.key)};let c=a("inline-flex transition-all duration-200",u.isLeaving&&"pointer-events-none scale-95 opacity-0");return dn("span",{className:c,onTransitionEnd:u.isLeaving?()=>m(u.key):void 0,children:_u(u.element,P)},u.key,!1,void 0,this)})},void 0,!1,void 0,this)});pn.displayName="BadgeGroup";import{Slot as qu}from"@radix-ui/react-slot";import{cva as sr}from"class-variance-authority";import{ChevronRight as Ju,MoreHorizontal as Qu}from"lucide-react";import{createContext as Eu,forwardRef as _r,useContext as wa}from"react";import{jsxDEV as $e}from"react/jsx-dev-runtime";var le={sm:"sm",md:"md",lg:"lg"},To=Eu(le.md),cn=sr("flex flex-wrap items-center break-words text-muted-foreground",{variants:{size:{[le.sm]:"gap-1 text-xs",[le.md]:"gap-1.5 text-sm sm:gap-2.5",[le.lg]:"gap-2 text-base sm:gap-3"}},defaultVariants:{size:le.md}}),un=sr("inline-flex items-center gap-1.5"),fn=sr("gs-interactive hover:text-foreground focus-visible:outline-none focus-visible:text-foreground"),gn=sr("font-normal text-foreground"),bn=sr("",{variants:{size:{[le.sm]:"[&>svg]:size-3",[le.md]:"[&>svg]:size-3.5",[le.lg]:"[&>svg]:size-4"}},defaultVariants:{size:le.md}}),vn=sr("flex items-center justify-center",{variants:{size:{[le.sm]:"h-7 w-7 [&>svg]:size-3.5",[le.md]:"h-9 w-9 [&>svg]:size-4",[le.lg]:"h-10 w-10 [&>svg]:size-5"}},defaultVariants:{size:le.md}}),yn=_r(({size:e=le.md,...t},r)=>{let o=d(e)??le.md;return $e(To.Provider,{value:o,children:$e("nav",{ref:r,"aria-label":"breadcrumb",...t},void 0,!1,void 0,this)},void 0,!1,void 0,this)});yn.displayName="Breadcrumb";var Pn=_r(({className:e,...t},r)=>{let o=wa(To);return $e("ol",{ref:r,className:a(cn({size:o}),e),...t},void 0,!1,void 0,this)});Pn.displayName="BreadcrumbList";var hn=_r(({className:e,...t},r)=>$e("li",{ref:r,className:a(un(),e),...t},void 0,!1,void 0,this));hn.displayName="BreadcrumbItem";var xn=_r(({asChild:e,className:t,...r},o)=>{return $e(e?qu:"a",{ref:o,className:a(fn(),t),...r},void 0,!1,void 0,this)});xn.displayName="BreadcrumbLink";var Tn=_r(({className:e,...t},r)=>$e("span",{ref:r,role:"link",tabIndex:0,"aria-disabled":"true","aria-current":"page",className:a(gn(),e),...t},void 0,!1,void 0,this));Tn.displayName="BreadcrumbPage";var Cn=({children:e,className:t,...r})=>{let o=wa(To),i={[le.sm]:"size-3",[le.md]:"size-3.5",[le.lg]:"size-4"};return $e("li",{role:"presentation","aria-hidden":"true",className:a(bn({size:o}),t),...r,children:e??$e(Ju,{className:i[o]},void 0,!1,void 0,this)},void 0,!1,void 0,this)};Cn.displayName="BreadcrumbSeparator";var zn=({className:e,...t})=>{let r=wa(To);return $e("span",{role:"presentation","aria-hidden":"true",className:a(vn({size:r}),e),...t,children:[$e(Qu,{},void 0,!1,void 0,this),$e("span",{className:"sr-only",children:"More"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};zn.displayName="BreadcrumbEllipsis";import{cva as ju}from"class-variance-authority";import{forwardRef as ef}from"react";import{jsxDEV as tf}from"react/jsx-dev-runtime";var Gr={horizontal:"horizontal",vertical:"vertical"},Sn=ju("inline-flex items-stretch",{variants:{orientation:{[Gr.horizontal]:"flex-row",[Gr.vertical]:"flex-col"},attached:{true:"gap-0 [&>*:not(:first-child)]:rounded-l-none [&>*:not(:last-child)]:rounded-r-none",false:"gap-2"}},defaultVariants:{orientation:Gr.horizontal,attached:!1}}),wn=ef(({className:e,orientation:t=Gr.horizontal,attached:r=!1,fullWidth:o=!1,...i},n)=>tf("div",{ref:n,className:a(Sn({orientation:t,attached:r}),o&&"w-full",e),...i},void 0,!1,void 0,this));wn.displayName="ButtonGroup";import{cva as vt}from"class-variance-authority";import{forwardRef as rf,useCallback as lr,useEffect as of,useMemo as Mn,useState as Nn}from"react";import{jsxDEV as Re}from"react/jsx-dev-runtime";var B={sm:"sm",md:"md",lg:"lg",xl:"xl"},Rn=vt("flex flex-col rounded-xl border border-border bg-card/95 shadow-[var(--shadow-sm)] transition-[color,background-color,border-color,box-shadow] duration-150",{variants:{size:{[B.sm]:"p-3 text-sm",[B.md]:"p-4 text-sm",[B.lg]:"p-5 text-base",[B.xl]:"p-6 text-base"}},defaultVariants:{size:B.md}}),Hn=vt("mb-3 flex items-center justify-between",{variants:{size:{[B.sm]:"gap-1",[B.md]:"gap-2",[B.lg]:"gap-3",[B.xl]:"gap-3"}},defaultVariants:{size:B.md}}),kn=vt("font-semibold text-foreground",{variants:{size:{[B.sm]:"text-sm",[B.md]:"text-base",[B.lg]:"text-lg",[B.xl]:"text-xl"}},defaultVariants:{size:B.md}}),Ma=vt(["inline-flex items-center justify-center rounded-md border border-transparent","text-muted-foreground hover:border-border/70 hover:bg-accent/60 hover:text-foreground","active:scale-[0.98]","transition-[color,background-color,border-color,box-shadow,transform,opacity] duration-150","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:{[B.sm]:"size-7",[B.md]:"size-8",[B.lg]:"size-10",[B.xl]:"size-10"}},defaultVariants:{size:B.md}}),An=vt("grid grid-cols-7",{variants:{size:{[B.sm]:"gap-0.5",[B.md]:"gap-1",[B.lg]:"gap-1.5",[B.xl]:"gap-2"}},defaultVariants:{size:B.md}}),In=vt("text-center font-semibold uppercase tracking-wide text-muted-foreground",{variants:{size:{[B.sm]:"py-1 text-[10px]",[B.md]:"py-1.5 text-xs",[B.lg]:"py-2 text-sm",[B.xl]:"py-2 text-sm"}},defaultVariants:{size:B.md}}),Vn=vt(["inline-flex items-center justify-center rounded-md border border-transparent font-medium","transition-[color,background-color,border-color,box-shadow,transform,opacity] duration-150","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-1","active:scale-[0.98]"],{variants:{size:{[B.sm]:"size-7 text-xs",[B.md]:"size-9 text-sm",[B.lg]:"size-10 text-base",[B.xl]:"size-11 text-base"},state:{default:"cursor-pointer text-foreground hover:border-border/70 hover:bg-accent/60",selected:"border-primary/35 bg-primary text-primary-foreground shadow-[var(--glow-brand-sm)] hover:bg-primary/90",today:"border-primary/30 bg-primary/10 text-primary",disabled:"cursor-not-allowed border-transparent bg-muted/40 text-muted-foreground/60",outside:"",rangeStart:"cursor-pointer rounded-r-none border-primary/35 bg-primary text-primary-foreground hover:bg-primary/90",rangeEnd:"cursor-pointer rounded-l-none border-primary/35 bg-primary text-primary-foreground hover:bg-primary/90",range:"cursor-pointer rounded-none border-transparent bg-primary/12 text-primary hover:bg-primary/20"}},defaultVariants:{size:B.md,state:"default"}}),af=vt("rounded-md border border-transparent",{variants:{size:{[B.sm]:"size-7",[B.md]:"size-9",[B.lg]:"size-10",[B.xl]:"size-11"}},defaultVariants:{size:B.md}}),Ln=["Su","Mo","Tu","We","Th","Fr","Sa"],nf=["January","February","March","April","May","June","July","August","September","October","November","December"],mt=(e)=>new Date(e.getFullYear(),e.getMonth(),e.getDate()),mr=(e,t)=>{return e.getDate()===t.getDate()&&e.getMonth()===t.getMonth()&&e.getFullYear()===t.getFullYear()},Bn=rf(({className:e,size:t="md",cellSize:r,mode:o="single",value:i,defaultValue:n,onChange:s,rangeValue:l,onRangeChange:m,viewMonth:p,onViewMonthChange:f,minDate:u,maxDate:P,disabledDates:c=[],weekStartsOn:b=1,highlightToday:T=!0,...M},w)=>{let C=d(t)??B.md,v=d(r??C)??C,[x,I]=Nn(i??n??null),[z,H]=Nn(i??n??new Date),k=p??z,_=lr((g)=>{if(f){let y=typeof g==="function"?g(p??z):g;f(y)}else H((y)=>{return typeof g==="function"?g(y):g})},[p,z,f]),X=i!==void 0?i:x,O=u?mt(u):null,$=P?mt(P):null;of(()=>{if(i!==void 0){if(I(i??null),i&&!p)H(i)}},[i,p]);let S=lr((g,y)=>{return(new Date(g,y,1).getDay()-b+7)%7},[b]),A=Mn(()=>{let g=k.getFullYear(),y=k.getMonth(),N=S(g,y),ce=new Date(g,y+1,0).getDate(),Z=[];for(let E=0;E<N;E+=1)Z.push({key:`leading-${g}-${y}-${E}`,date:null});for(let E=1;E<=ce;E+=1)Z.push({key:`day-${g}-${y}-${E}`,date:new Date(g,y,E)});let Ae=(7-Z.length%7)%7;for(let E=0;E<Ae;E+=1)Z.push({key:`trailing-${g}-${y}-${E}`,date:null});return Z},[k,S]),h=lr((g)=>{let y=mt(g);if(O&&y<O)return!0;if($&&y>$)return!0;return c.some((N)=>mr(y,mt(N)))},[O,$,c]),V=lr((g)=>{if(h(g))return"disabled";if(o==="range"&&l){let{from:y,to:N}=l;if(y&&mr(g,y))return"rangeStart";if(N&&mr(g,N))return"rangeEnd";if(y&&N){let ce=mt(g),Z=mt(y),Ae=mt(N);if(ce>Z&&ce<Ae)return"range"}}if(o==="single"&&X&&mr(g,X))return"selected";if(T&&mr(g,new Date))return"today";return"default"},[X,T,h,o,l]),J=lr((g)=>{if(h(g))return;let y=new Date(g);if(o==="range"){if(!l?.from||l.from&&l.to)m?.({from:y,to:void 0});else{let N=mt(l.from);if(mt(y)<N)m?.({from:y,to:l.from});else m?.({from:l.from,to:y})}return}if(i===void 0)I(y);s?.(y)},[h,o,s,m,l,i]),L=lr((g)=>{_((y)=>{let N=new Date(y);return N.setMonth(N.getMonth()+g),N})},[_]),U=Mn(()=>{return[...Ln.slice(b),...Ln.slice(0,b)]},[b]);return Re("div",{ref:w,className:a(Rn({size:C}),e),...M,children:[Re("div",{className:a(Hn({size:C})),children:[Re("button",{type:"button",onClick:()=>L(-1),className:a(Ma({size:C})),"aria-label":"Previous month",children:Re("svg",{className:"size-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:Re("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 19l-7-7 7-7"},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),Re("span",{className:a(kn({size:C})),children:[nf[k.getMonth()]," ",k.getFullYear()]},void 0,!0,void 0,this),Re("button",{type:"button",onClick:()=>L(1),className:a(Ma({size:C})),"aria-label":"Next month",children:Re("svg",{className:"size-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:Re("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 5l7 7-7 7"},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Re("div",{className:a(An({size:C})),children:[U.map((g)=>Re("div",{className:a(In({size:v})),children:g},g,!1,void 0,this)),A.map((g)=>{if(!g.date)return Re("div",{"aria-hidden":"true",className:a(af({size:v}))},g.key,!1,void 0,this);let y=g.date,N=V(y);return Re("button",{type:"button",onClick:()=>J(y),disabled:N==="disabled",className:a(Vn({size:v,state:N})),children:y.getDate()},g.key,!1,void 0,this)})]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});Bn.displayName="Calendar";import{Slot as dr}from"@radix-ui/react-slot";import{cva as sf}from"class-variance-authority";import{forwardRef as pr}from"react";import{jsxDEV as cr}from"react/jsx-dev-runtime";var Co={default:"default",muted:"muted",danger:"danger"},Dn=sf("gs-interactive relative overflow-hidden rounded-[var(--radius)] border bg-card text-card-foreground shadow-[var(--shadow-sm)]",{variants:{variant:{[Co.default]:"border-border",[Co.muted]:"border-border/70 bg-muted/40",[Co.danger]:"border-destructive/30 bg-destructive/[0.06]"}},defaultVariants:{variant:Co.default}}),Fn=pr(({asChild:e=!1,className:t,variant:r,...o},i)=>{return cr(e?dr:"div",{ref:i,className:a(Dn({variant:r}),t),...o},void 0,!1,void 0,this)});Fn.displayName="Card";var On=pr(({asChild:e=!1,className:t,...r},o)=>{return cr(e?dr:"div",{ref:o,className:a("flex flex-col gap-1.5 border-b border-border/50 p-4",t),...r},void 0,!1,void 0,this)});On.displayName="CardHeader";var _n=pr(({asChild:e=!1,className:t,...r},o)=>{return cr(e?dr:"div",{ref:o,className:a("p-4",t),...r},void 0,!1,void 0,this)});_n.displayName="CardContent";var Gn=pr(({asChild:e=!1,className:t,...r},o)=>{return cr(e?dr:"div",{ref:o,className:a("flex items-center border-t border-border/50 p-4",t),...r},void 0,!1,void 0,this)});Gn.displayName="CardFooter";var Wn=pr(({asChild:e=!1,className:t,...r},o)=>{return cr(e?dr:"h3",{ref:o,className:a("font-semibold text-base leading-none tracking-tight",t),...r},void 0,!1,void 0,this)});Wn.displayName="CardTitle";var $n=pr(({asChild:e=!1,className:t,...r},o)=>{return cr(e?dr:"p",{ref:o,className:a("text-sm text-muted-foreground",t),...r},void 0,!1,void 0,this)});$n.displayName="CardDescription";import*as So from"@radix-ui/react-checkbox";import{cva as lf}from"class-variance-authority";import{Check as mf,Minus as df}from"lucide-react";import{forwardRef as pf}from"react";import{jsxDEV as zo}from"react/jsx-dev-runtime";var Ke={sm:"sm",md:"md",lg:"lg",xl:"xl"},ur={default:"default",error:"error",success:"success"},Un=lf("gs-interactive inline-flex shrink-0 items-center justify-center rounded border border-border bg-background text-foreground enabled:active:scale-[0.94] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background data-[state=checked]:border-primary data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground data-[state=indeterminate]:border-primary data-[state=indeterminate]:bg-primary data-[state=indeterminate]:text-primary-foreground disabled:cursor-not-allowed disabled:border-border disabled:bg-muted/45 disabled:text-muted-foreground",{variants:{size:{[Ke.sm]:"h-4 w-4",[Ke.md]:"h-5 w-5",[Ke.lg]:"h-6 w-6",[Ke.xl]:"h-7 w-7"},status:{[ur.default]:"enabled:hover:border-primary/70",[ur.error]:"enabled:hover:border-destructive/70 focus-visible:ring-destructive data-[state=checked]:border-destructive data-[state=checked]:bg-destructive data-[state=checked]:text-destructive-foreground data-[state=indeterminate]:border-destructive data-[state=indeterminate]:bg-destructive data-[state=indeterminate]:text-destructive-foreground",[ur.success]:"enabled:hover:border-success/70 focus-visible:ring-success data-[state=checked]:border-success data-[state=checked]:bg-success data-[state=checked]:text-success-foreground data-[state=indeterminate]:border-success data-[state=indeterminate]:bg-success data-[state=indeterminate]:text-success-foreground"}},defaultVariants:{size:Ke.md,status:ur.default}}),Kn={[Ke.sm]:"size-3.5",[Ke.md]:"size-3.5",[Ke.lg]:"size-4",[Ke.xl]:"size-5"},Yn=pf(({className:e,size:t=Ke.md,status:r=ur.default,checked:o,disabled:i,...n},s)=>{let l=d(t);return zo(So.Root,{ref:s,checked:o,disabled:i,className:a(Un({size:l,status:r}),e),...n,children:zo(So.Indicator,{className:"gs-checkbox-indicator flex items-center justify-center text-current",children:o==="indeterminate"?zo(df,{className:Kn[l]},void 0,!1,void 0,this):zo(mf,{className:Kn[l]},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Yn.displayName="Checkbox";import{cva as yt}from"class-variance-authority";import{forwardRef as cf,useCallback as uf,useState as ff}from"react";import{jsxDEV as Ce,Fragment as Xn}from"react/jsx-dev-runtime";var K={sm:"sm",md:"md",lg:"lg"},Na={default:"default",ghost:"ghost"},Zn=yt("relative rounded-lg overflow-hidden font-mono",{variants:{size:{[K.sm]:"text-xs",[K.md]:"text-sm",[K.lg]:"text-base"},variant:{[Na.default]:"bg-muted border border-border",[Na.ghost]:"bg-transparent"}},defaultVariants:{size:K.md,variant:Na.default}}),qn=yt("flex items-center justify-between border-b border-border bg-muted",{variants:{size:{[K.sm]:"px-2.5 py-1.5 text-xs",[K.md]:"px-4 py-2 text-sm",[K.lg]:"px-5 py-2.5 text-base"}},defaultVariants:{size:K.md}}),Jn=yt("text-muted-foreground font-medium",{variants:{size:{[K.sm]:"text-[11px]",[K.md]:"text-xs",[K.lg]:"text-sm"}},defaultVariants:{size:K.md}}),Qn=yt(["inline-flex items-center gap-1.5 rounded-md font-medium","text-muted-foreground hover:text-foreground hover:bg-muted","transition-all duration-150","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary"],{variants:{size:{[K.sm]:"px-2 py-1 text-xs",[K.md]:"px-2.5 py-1 text-xs",[K.lg]:"px-3 py-1.5 text-sm"},copied:{true:"text-success",false:""}},defaultVariants:{size:K.md,copied:!1}}),En=yt("overflow-x-auto",{variants:{size:{[K.sm]:"p-2.5",[K.md]:"p-4",[K.lg]:"p-5"}},defaultVariants:{size:K.md}}),jn=yt("text-foreground",{variants:{size:{[K.sm]:"",[K.md]:"",[K.lg]:""},showLineNumbers:{true:"",false:""}},defaultVariants:{size:K.md,showLineNumbers:!1}}),es=yt("block",{variants:{size:{[K.sm]:"min-h-[1.25rem]",[K.md]:"min-h-[1.5rem]",[K.lg]:"min-h-[1.75rem]"},highlighted:{true:"bg-primary/10 -mx-4 px-4",false:""}},defaultVariants:{size:K.md,highlighted:!1}}),ts=yt("inline-block text-right text-muted-foreground select-none",{variants:{size:{[K.sm]:"w-6 mr-2 text-[10px]",[K.md]:"w-8 mr-4 text-xs",[K.lg]:"w-10 mr-5 text-sm"}},defaultVariants:{size:K.md}}),rs=cf(({className:e,code:t,language:r,showLineNumbers:o=!1,highlightedLines:i=[],showCopy:n=!0,size:s="md",variant:l="default",onCopy:m,...p},f)=>{let u=d(s),[P,c]=ff(!1),b=uf(async()=>{try{await navigator.clipboard.writeText(t),c(!0),m?.(t),setTimeout(()=>c(!1),2000)}catch(w){}},[t,m]),T=t.split(`
3
+ `),M=new Set(i);return Ce("div",{ref:f,className:a(Zn({size:u,variant:l}),e),...p,children:[(r||n)&&Ce("div",{className:a(qn({size:u})),children:[Ce("span",{className:a(Jn({size:u})),children:r},void 0,!1,void 0,this),n&&Ce("button",{type:"button",onClick:b,className:a(Qn({size:u,copied:P})),children:P?Ce(Xn,{children:[Ce("svg",{className:"size-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:Ce("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 13l4 4L19 7"},void 0,!1,void 0,this)},void 0,!1,void 0,this),"Copied!"]},void 0,!0,void 0,this):Ce(Xn,{children:[Ce("svg",{className:"size-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:Ce("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z"},void 0,!1,void 0,this)},void 0,!1,void 0,this),"Copy"]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Ce("div",{className:a(En({size:u})),children:Ce("pre",{className:a(jn({size:u,showLineNumbers:o})),children:Ce("code",{children:T.map((w,C)=>Ce("span",{className:a(es({size:u,highlighted:M.has(C+1)})),children:[o&&Ce("span",{className:a(ts({size:u})),children:C+1},void 0,!1,void 0,this),w,`
4
+ `]},`line-${String(C)}`,!0,void 0,this))},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});rs.displayName="CodeBlock";import*as fr from"@radix-ui/react-collapsible";import{cva as gf}from"class-variance-authority";import{forwardRef as bf}from"react";import{jsxDEV as Pf}from"react/jsx-dev-runtime";var os=gf("gs-collapsible-content overflow-hidden"),vf=fr.Root,yf=fr.CollapsibleTrigger,as=bf(({className:e,...t},r)=>Pf(fr.CollapsibleContent,{ref:r,className:a(os(),e),...t},void 0,!1,void 0,this));as.displayName="CollapsibleContent";import*as Pt from"@radix-ui/react-dialog";import{cva as Ue}from"class-variance-authority";import{createContext as hf,forwardRef as tt,useContext as xf,useEffect as Tf,useState as is}from"react";import{jsxDEV as fe}from"react/jsx-dev-runtime";var ns=Ue(["fixed left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2 z-50","w-full max-w-lg","bg-background border border-border rounded-xl shadow-2xl","overflow-hidden","animate-in fade-in-0 zoom-in-95 duration-200","data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95"],{variants:{size:{sm:"max-w-sm",md:"max-w-lg",lg:"max-w-2xl"}},defaultVariants:{size:"md"}}),ss=Ue(["fixed inset-0 z-50 bg-black/50 backdrop-blur-sm","animate-in fade-in-0 duration-200","data-[state=closed]:animate-out data-[state=closed]:fade-out-0"]),ls=Ue(["flex h-12 w-full bg-transparent px-4 py-3","text-base text-foreground placeholder:text-muted-foreground","border-b border-border","focus:outline-none","disabled:cursor-not-allowed disabled:opacity-50"]),ms=Ue(["max-h-[300px] overflow-y-auto overflow-x-hidden p-2"]),ds=Ue(["py-6 text-center text-sm text-muted-foreground"]),ps=Ue(["overflow-hidden"]),cs=Ue(["px-2 py-1.5 text-xs font-medium text-muted-foreground"]),wo={default:"default",danger:"danger"},us=Ue(["relative flex items-center gap-2 rounded-lg px-2 py-2","text-sm cursor-pointer select-none","outline-none transition-colors duration-150","data-[disabled=true]:pointer-events-none data-[disabled=true]:opacity-50"],{variants:{selected:{true:"bg-primary/10 text-primary",false:"hover:bg-background-subtle"},variant:{[wo.default]:"text-foreground",[wo.danger]:"text-destructive hover:bg-destructive/10 focus:bg-destructive focus:text-destructive-foreground"}},defaultVariants:{selected:!1,variant:wo.default}}),fs=Ue(["-mx-1 my-1 h-px bg-border"]),gs=Ue(["ml-auto text-xs tracking-widest text-muted-foreground"]),bs=Ue(["flex items-center justify-center py-6"]),vs=hf(null),La=()=>{let e=xf(vs);if(!e)throw Error("useCommand must be used within a Command");return e},Ra=tt(({className:e,children:t,loop:r=!0,...o},i)=>{let[n,s]=is(""),[l,m]=is(0);return fe(vs.Provider,{value:{search:n,setSearch:s,selectedIndex:l,setSelectedIndex:m},children:fe("div",{ref:i,className:a("flex flex-col overflow-hidden rounded-xl bg-background",e),...o,children:t},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Ra.displayName="Command";var ys=tt(({children:e,size:t,...r},o)=>{return fe(Pt.Root,{...r,children:fe(Pt.Portal,{children:[fe(Pt.Overlay,{className:a(ss())},void 0,!1,void 0,this),fe(Pt.Content,{ref:o,className:a(ns({size:t})),children:fe(Ra,{children:e},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)});ys.displayName="CommandDialog";var Ps=tt(({className:e,icon:t,...r},o)=>{let{search:i,setSearch:n,setSelectedIndex:s}=La();return fe("div",{className:"flex items-center border-border border-b px-3",children:[t&&fe("span",{className:"mr-2 shrink-0 text-muted-foreground",children:t},void 0,!1,void 0,this),fe("input",{ref:o,value:i,onChange:(l)=>{n(l.target.value),s(0)},className:a(ls(),e),...r},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Ps.displayName="CommandInput";var hs=tt(({className:e,children:t,...r},o)=>{return fe("div",{ref:o,className:a(ms(),e),...r,children:t},void 0,!1,void 0,this)});hs.displayName="CommandList";var xs=tt(({className:e,children:t="No results found.",...r},o)=>{return fe("div",{ref:o,className:a(ds(),e),...r,children:t},void 0,!1,void 0,this)});xs.displayName="CommandEmpty";var Ts=tt(({className:e,heading:t,children:r,...o},i)=>{return fe("div",{ref:i,className:a(ps(),e),...o,children:[t&&fe("div",{className:a(cs()),children:t},void 0,!1,void 0,this),r]},void 0,!0,void 0,this)});Ts.displayName="CommandGroup";var Cs=tt(({className:e,disabled:t,onSelect:r,children:o,keywords:i,variant:n,...s},l)=>{let{search:m}=La();if(!(()=>{if(!m)return!0;let f=m.toLowerCase();if((typeof o==="string"?o.toLowerCase():"").includes(f))return!0;if(i?.some((P)=>P.toLowerCase().includes(f)))return!0;return!1})())return null;return fe("div",{ref:l,role:"option","aria-selected":!1,"aria-disabled":t,"data-disabled":t,onClick:()=>!t&&r?.(),onKeyDown:(f)=>{if(f.key==="Enter"&&!t)f.preventDefault(),r?.()},tabIndex:t?-1:0,className:a(us({selected:!1,variant:n}),e),...s,children:o},void 0,!1,void 0,this)});Cs.displayName="CommandItem";var zs=tt(({className:e,...t},r)=>{return fe("div",{ref:r,className:a(fs(),e),...t},void 0,!1,void 0,this)});zs.displayName="CommandSeparator";var Ss=tt(({className:e,children:t,...r},o)=>{return fe("span",{ref:o,className:a(gs(),e),...r,children:t},void 0,!1,void 0,this)});Ss.displayName="CommandShortcut";var ws=tt(({className:e,children:t,...r},o)=>{return fe("div",{ref:o,className:a(bs(),e),...r,children:t},void 0,!1,void 0,this)});ws.displayName="CommandLoading";var Cf=({key:e,modifier:t="meta",callback:r})=>{Tf(()=>{let o=(i)=>{if({ctrl:i.ctrlKey,meta:i.metaKey,alt:i.altKey,shift:i.shiftKey}[t]&&i.key.toLowerCase()===e.toLowerCase())i.preventDefault(),r()};return document.addEventListener("keydown",o),()=>document.removeEventListener("keydown",o)},[e,t,r])};import*as D from"@radix-ui/react-context-menu";import{cva as Dt}from"class-variance-authority";import{Check as zf,ChevronRight as Sf,Circle as wf}from"lucide-react";import{createContext as Mf,forwardRef as ht,useContext as gr}from"react";import{jsxDEV as me}from"react/jsx-dev-runtime";var G={sm:"sm",md:"md",lg:"lg"},Mo={default:"default",danger:"danger"},Ft=Mf(G.md),Ha=Dt("z-50 min-w-[8rem] overflow-hidden rounded-[var(--radius)] border border-border/70 bg-popover p-1 text-popover-foreground shadow-[var(--shadow-md)] gs-float-content origin-[var(--radix-context-menu-content-transform-origin)]"),ka=Dt("gs-interactive relative flex cursor-pointer select-none items-center rounded-md outline-none data-[disabled]:pointer-events-none data-[disabled]:text-muted-foreground/50 data-[disabled]:cursor-not-allowed [&_svg]:pointer-events-none [&_svg]:shrink-0",{variants:{size:{[G.sm]:"h-6 gap-1.5 px-1.5 text-xs [&_svg]:size-3",[G.md]:"h-8 gap-2 px-2 text-sm [&_svg]:size-4",[G.lg]:"h-9 gap-2 px-2.5 text-sm [&_svg]:size-4"},variant:{[Mo.default]:"hover:bg-accent/80 focus:bg-accent focus:text-accent-foreground",[Mo.danger]:"text-destructive hover:bg-destructive/10 focus:bg-destructive focus:text-destructive-foreground"}},defaultVariants:{size:G.md,variant:Mo.default}}),Ms=Dt("gs-interactive relative flex cursor-pointer select-none items-center rounded-md outline-none hover:bg-accent/80 focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:text-muted-foreground/50 data-[disabled]:cursor-not-allowed",{variants:{size:{[G.sm]:"h-6 pl-6 pr-1.5 text-xs",[G.md]:"h-8 pl-8 pr-2 text-sm",[G.lg]:"h-9 pl-8 pr-2.5 text-sm"}},defaultVariants:{size:G.md}}),Ns=Dt("gs-interactive relative flex cursor-pointer select-none items-center rounded-md outline-none hover:bg-accent/80 focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:text-muted-foreground/50 data-[disabled]:cursor-not-allowed",{variants:{size:{[G.sm]:"h-6 pl-6 pr-1.5 text-xs",[G.md]:"h-8 pl-8 pr-2 text-sm",[G.lg]:"h-9 pl-8 pr-2.5 text-sm"}},defaultVariants:{size:G.md}}),Ls=Dt("font-semibold text-muted-foreground",{variants:{size:{[G.sm]:"px-1.5 py-0.5 text-[10px]",[G.md]:"px-2 py-1.5 text-xs",[G.lg]:"px-2.5 py-1.5 text-xs"}},defaultVariants:{size:G.md}}),Rs=Dt("-mx-1 my-1 h-px bg-border/50"),Hs=Dt("ml-auto tracking-widest text-muted-foreground/70",{variants:{size:{[G.sm]:"text-[10px]",[G.md]:"text-xs",[G.lg]:"text-xs"}},defaultVariants:{size:G.md}}),ks={[G.sm]:"absolute left-1.5 flex size-3 items-center justify-center",[G.md]:"absolute left-2 flex size-3.5 items-center justify-center",[G.lg]:"absolute left-2.5 flex size-4 items-center justify-center"},Nf={[G.sm]:"size-3",[G.md]:"size-3.5",[G.lg]:"size-4"},Lf={[G.sm]:"size-1.5 fill-current",[G.md]:"size-2 fill-current",[G.lg]:"size-2.5 fill-current"},Rf=D.Root,Hf=D.Trigger,kf=D.Group,Af=D.Portal,If=D.Sub,Vf=D.RadioGroup,As=ht(({className:e,inset:t,children:r,...o},i)=>{let n=gr(Ft),s=d(n);return me(D.SubTrigger,{ref:i,className:a(ka({size:s}),"data-[state=open]:bg-accent",t&&"pl-8",e),...o,children:[r,me(Sf,{className:"ml-auto"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});As.displayName=D.SubTrigger.displayName;var Is=ht(({className:e,...t},r)=>me(D.Portal,{children:me(D.SubContent,{ref:r,className:a(Ha(),e),...t},void 0,!1,void 0,this)},void 0,!1,void 0,this));Is.displayName=D.SubContent.displayName;var Vs=ht(({className:e,size:t,...r},o)=>{let i=d(t)??G.md;return me(Ft.Provider,{value:i,children:me(D.Portal,{children:me(D.Content,{ref:o,className:a(Ha(),e),...r},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Vs.displayName=D.Content.displayName;var Bs=ht(({className:e,inset:t,variant:r,...o},i)=>{let n=gr(Ft),s=d(n);return me(D.Item,{ref:i,className:a(ka({size:s,variant:r}),t&&"pl-8",e),...o},void 0,!1,void 0,this)});Bs.displayName=D.Item.displayName;var Ds=ht(({className:e,children:t,checked:r,...o},i)=>{let n=gr(Ft),s=d(n)??G.md;return me(D.CheckboxItem,{ref:i,className:a(Ms({size:s}),e),checked:r,...o,children:[me("span",{className:ks[s],children:me(D.ItemIndicator,{children:me(zf,{className:Nf[s]},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),t]},void 0,!0,void 0,this)});Ds.displayName=D.CheckboxItem.displayName;var Fs=ht(({className:e,children:t,...r},o)=>{let i=gr(Ft),n=d(i)??G.md;return me(D.RadioItem,{ref:o,className:a(Ns({size:n}),e),...r,children:[me("span",{className:ks[n],children:me(D.ItemIndicator,{children:me(wf,{className:Lf[n]},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),t]},void 0,!0,void 0,this)});Fs.displayName=D.RadioItem.displayName;var Os=ht(({className:e,inset:t,...r},o)=>{let i=gr(Ft),n=d(i);return me(D.Label,{ref:o,className:a(Ls({size:n}),t&&"pl-8",e),...r},void 0,!1,void 0,this)});Os.displayName=D.Label.displayName;var _s=ht(({className:e,...t},r)=>me(D.Separator,{ref:r,className:a(Rs(),e),...t},void 0,!1,void 0,this));_s.displayName=D.Separator.displayName;var Gs=({className:e,...t})=>{let r=gr(Ft),o=d(r);return me("span",{className:a(Hs({size:o}),e),...t},void 0,!1,void 0,this)};Gs.displayName="ContextMenuShortcut";import*as be from"@radix-ui/react-dialog";import{cva as Bf}from"class-variance-authority";import{X as Df}from"lucide-react";import{forwardRef as No}from"react";import{jsxDEV as Ye}from"react/jsx-dev-runtime";var xt={sm:"sm",md:"md",lg:"lg",xl:"xl",full:"full"},Aa=be.Root,Ff=be.Trigger,Ws=be.Portal,Of=be.Close,Ia=No(({className:e,...t},r)=>Ye(be.Overlay,{ref:r,className:a("gs-dialog-overlay fixed inset-0 z-50 bg-black/50",e),...t},void 0,!1,void 0,this));Ia.displayName="DialogOverlay";var $s=Bf("gs-dialog-content fixed left-1/2 top-1/2 z-50 grid w-full gap-4 border border-border bg-background p-6 text-foreground shadow-[var(--shadow-xl)] rounded-[var(--radius)]",{variants:{size:{[xt.sm]:"max-w-sm",[xt.md]:"max-w-md",[xt.lg]:"max-w-lg",[xt.xl]:"max-w-xl",[xt.full]:"max-w-[calc(100vw-2rem)] max-h-[calc(100vh-2rem)]"}},defaultVariants:{size:xt.md}}),Lo=No(({className:e,children:t,size:r=xt.md,showClose:o=!0,...i},n)=>{let s=d(r);return Ye(Ws,{children:[Ye(Ia,{},void 0,!1,void 0,this),Ye(be.Content,{ref:n,className:a($s({size:s}),e),...i,children:[t,o&&Ye(be.Close,{className:"gs-interactive absolute top-4 right-4 rounded-[var(--radius)] border border-border p-1.5 text-muted-foreground hover:bg-accent hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none",children:[Ye(Df,{className:"size-4"},void 0,!1,void 0,this),Ye("span",{className:"sr-only",children:"Close"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});Lo.displayName="DialogContent";var Ks=({className:e,...t})=>Ye("div",{className:a("flex flex-col space-y-1.5 text-center sm:text-left",e),...t},void 0,!1,void 0,this);Ks.displayName="DialogHeader";var Us=({className:e,...t})=>Ye("div",{className:a("flex flex-col-reverse sm:flex-row sm:justify-end sm:gap-2.5",e),...t},void 0,!1,void 0,this);Us.displayName="DialogFooter";var Ys=No(({className:e,...t},r)=>Ye(be.Title,{ref:r,className:a("font-semibold text-lg leading-none tracking-tight",e),...t},void 0,!1,void 0,this));Ys.displayName="DialogTitle";var Xs=No(({className:e,...t},r)=>Ye(be.Description,{ref:r,className:a("text-muted-foreground text-sm",e),...t},void 0,!1,void 0,this));Xs.displayName="DialogDescription";import{cva as Va}from"class-variance-authority";import{X as _f}from"lucide-react";import{forwardRef as Ro}from"react";import{Drawer as dt}from"vaul";import{jsxDEV as Ve}from"react/jsx-dev-runtime";var Be={sm:"sm",md:"md",lg:"lg",xl:"xl",full:"full"},Gf={[Be.sm]:"sm:max-w-sm",[Be.md]:"sm:max-w-md",[Be.lg]:"sm:max-w-lg",[Be.xl]:"sm:max-w-xl",[Be.full]:"sm:max-w-full"},Wf={[Be.sm]:"sm:max-h-[30vh]",[Be.md]:"sm:max-h-[50vh]",[Be.lg]:"sm:max-h-[70vh]",[Be.xl]:"sm:max-h-[85vh]",[Be.full]:"sm:max-h-full"},Zs=Va(["fixed inset-0 z-50 bg-black/50","data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:duration-200","data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:duration-150"]),qs=Va(["group/drawer-content fixed z-50 flex h-auto flex-col border border-border bg-background shadow-[var(--shadow-xl)]","data-[vaul-drawer-direction=top]:inset-x-0 data-[vaul-drawer-direction=top]:top-0 data-[vaul-drawer-direction=top]:mb-24 data-[vaul-drawer-direction=top]:max-h-[80vh] data-[vaul-drawer-direction=top]:rounded-b-xl data-[vaul-drawer-direction=top]:border-t-0","data-[vaul-drawer-direction=bottom]:inset-x-0 data-[vaul-drawer-direction=bottom]:bottom-0 data-[vaul-drawer-direction=bottom]:mt-24 data-[vaul-drawer-direction=bottom]:max-h-[80vh] data-[vaul-drawer-direction=bottom]:rounded-t-xl data-[vaul-drawer-direction=bottom]:border-b-0","data-[vaul-drawer-direction=right]:inset-y-0 data-[vaul-drawer-direction=right]:right-0 data-[vaul-drawer-direction=right]:h-full data-[vaul-drawer-direction=right]:w-3/4 data-[vaul-drawer-direction=right]:border-r-0","data-[vaul-drawer-direction=left]:inset-y-0 data-[vaul-drawer-direction=left]:left-0 data-[vaul-drawer-direction=left]:h-full data-[vaul-drawer-direction=left]:w-3/4 data-[vaul-drawer-direction=left]:border-l-0"]),Js=Va("mx-auto shrink-0 rounded-full bg-muted-foreground/25 transition-colors duration-150 hover:bg-muted-foreground/40",{variants:{direction:{top:"mb-4 mt-2 h-1.5 w-[60px]",bottom:"mb-2 mt-4 h-1.5 w-[60px]",left:"ml-auto mr-2 mt-auto mb-auto h-[60px] w-1.5",right:"ml-2 mr-auto mt-auto mb-auto h-[60px] w-1.5"}},defaultVariants:{direction:"bottom"}}),$f=dt.Root,Kf=dt.Trigger,Uf=dt.Close,Qs=dt.Portal,Ba=Ro(({className:e,...t},r)=>Ve(dt.Overlay,{ref:r,className:a(Zs(),e),...t},void 0,!1,void 0,this));Ba.displayName="DrawerOverlay";var Es=Ro(({size:e=Be.md,showClose:t=!1,direction:r="bottom",className:o,children:i,...n},s)=>{let m=r==="left"||r==="right"?Gf[e]:Wf[e];return Ve(Qs,{children:[Ve(Ba,{},void 0,!1,void 0,this),Ve(dt.Content,{ref:s,className:a(qs(),m,o),...n,children:[(r==="top"||r==="bottom")&&Ve("div",{className:a(Js({direction:r}))},void 0,!1,void 0,this),i,t&&Ve(dt.Close,{className:"absolute top-4 right-4 rounded-[var(--radius)] border border-border p-1.5 text-muted-foreground transition-[color,background-color,border-color] duration-150 hover:bg-accent hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none",children:[Ve(_f,{className:"size-4"},void 0,!1,void 0,this),Ve("span",{className:"sr-only",children:"Close"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});Es.displayName="DrawerContent";var js=({className:e,...t})=>Ve("div",{className:a("flex flex-col gap-1.5 p-4 group-data-[vaul-drawer-direction=bottom]/drawer-content:text-center group-data-[vaul-drawer-direction=top]/drawer-content:text-center sm:text-left",e),...t},void 0,!1,void 0,this);js.displayName="DrawerHeader";var el=({className:e,...t})=>Ve("div",{className:a("mt-auto flex flex-col gap-2 p-4",e),...t},void 0,!1,void 0,this);el.displayName="DrawerFooter";var tl=Ro(({className:e,...t},r)=>Ve(dt.Title,{ref:r,className:a("font-semibold text-foreground text-lg",e),...t},void 0,!1,void 0,this));tl.displayName="DrawerTitle";var rl=Ro(({className:e,...t},r)=>Ve(dt.Description,{ref:r,className:a("text-muted-foreground text-sm",e),...t},void 0,!1,void 0,this));rl.displayName="DrawerDescription";import*as F from"@radix-ui/react-dropdown-menu";import{cva as _t}from"class-variance-authority";import{Check as Yf,ChevronRight as Xf,Circle as Zf}from"lucide-react";import{createContext as qf,forwardRef as Tt,useCallback as Jf,useContext as br,useEffect as Qf,useRef as ol,useState as Ef}from"react";import{jsxDEV as se}from"react/jsx-dev-runtime";var W={sm:"sm",md:"md",lg:"lg"},Ho={default:"default",danger:"danger"},Gt=qf(W.md),Ot=null,Wr=null,jf=0,Da=_t("z-50 min-w-[8rem] overflow-hidden rounded-[var(--radius)] border border-border/70 bg-popover p-1 text-popover-foreground shadow-[var(--shadow-md)] gs-float-content origin-[var(--radix-dropdown-menu-content-transform-origin)]"),Fa=_t("gs-interactive relative flex cursor-pointer select-none items-center rounded-md outline-none data-[disabled]:pointer-events-none data-[disabled]:text-muted-foreground/50 data-[disabled]:cursor-not-allowed [&_svg]:pointer-events-none [&_svg]:shrink-0",{variants:{size:{[W.sm]:"h-6 gap-1.5 px-1.5 text-xs [&_svg]:size-3",[W.md]:"h-8 gap-2 px-2 text-sm [&_svg]:size-4",[W.lg]:"h-9 gap-2 px-2.5 text-sm [&_svg]:size-4"},variant:{[Ho.default]:"hover:bg-accent/80 focus:bg-accent focus:text-accent-foreground",[Ho.danger]:"text-destructive hover:bg-destructive/10 focus:bg-destructive focus:text-destructive-foreground"}},defaultVariants:{size:W.md,variant:Ho.default}}),al=_t("gs-interactive relative flex cursor-pointer select-none items-center rounded-md outline-none hover:bg-accent/80 focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:text-muted-foreground/50 data-[disabled]:cursor-not-allowed",{variants:{size:{[W.sm]:"h-6 pl-6 pr-1.5 text-xs",[W.md]:"h-8 pl-8 pr-2 text-sm",[W.lg]:"h-9 pl-8 pr-2.5 text-sm"}},defaultVariants:{size:W.md}}),il=_t("gs-interactive relative flex cursor-pointer select-none items-center rounded-md outline-none hover:bg-accent/80 focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:text-muted-foreground/50 data-[disabled]:cursor-not-allowed",{variants:{size:{[W.sm]:"h-6 pl-6 pr-1.5 text-xs",[W.md]:"h-8 pl-8 pr-2 text-sm",[W.lg]:"h-9 pl-8 pr-2.5 text-sm"}},defaultVariants:{size:W.md}}),nl=_t("font-semibold text-muted-foreground",{variants:{size:{[W.sm]:"px-1.5 py-0.5 text-[10px]",[W.md]:"px-2 py-1.5 text-xs",[W.lg]:"px-2.5 py-1.5 text-xs"}},defaultVariants:{size:W.md}}),sl=_t("-mx-1 my-1 h-px bg-border/50"),ll=_t("ml-auto tracking-widest text-muted-foreground/70",{variants:{size:{[W.sm]:"text-[10px]",[W.md]:"text-xs",[W.lg]:"text-xs"}},defaultVariants:{size:W.md}}),ml={[W.sm]:"absolute left-1.5 flex size-3 items-center justify-center",[W.md]:"absolute left-2 flex size-3.5 items-center justify-center",[W.lg]:"absolute left-2.5 flex size-4 items-center justify-center"},eg={[W.sm]:"size-3",[W.md]:"size-3.5",[W.lg]:"size-4"},tg={[W.sm]:"size-1.5 fill-current",[W.md]:"size-2 fill-current",[W.lg]:"size-2.5 fill-current"},dl=({children:e,open:t,defaultOpen:r,onOpenChange:o,...i})=>{let[n,s]=Ef(r??!1),l=t!==void 0,m=l?t:n,p=ol(++jf),f=ol({onOpenChange:o,isControlled:l});f.current={onOpenChange:o,isControlled:l};let u=Jf((P)=>{let{onOpenChange:c,isControlled:b}=f.current;if(P){if(Ot!==null&&Ot!==p.current&&Wr)Wr();Ot=p.current,Wr=()=>{let{onOpenChange:T,isControlled:M}=f.current;if(!M)s(!1);T?.(!1)}}else if(Ot===p.current)Ot=null,Wr=null;if(!b)s(P);c?.(P)},[]);return Qf(()=>{return()=>{if(Ot===p.current)Ot=null,Wr=null}},[]),se(F.Root,{open:m,onOpenChange:u,...i,children:e},void 0,!1,void 0,this)};dl.displayName="DropdownMenu";var rg=F.Trigger,og=F.Group,ag=F.Portal,ig=F.Sub,ng=F.RadioGroup,pl=Tt(({className:e,inset:t,children:r,...o},i)=>{let n=br(Gt),s=d(n);return se(F.SubTrigger,{ref:i,className:a(Fa({size:s}),"data-[state=open]:bg-accent",t&&"pl-8",e),...o,children:[r,se(Xf,{className:"ml-auto"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});pl.displayName=F.SubTrigger.displayName;var cl=Tt(({className:e,...t},r)=>se(F.Portal,{children:se(F.SubContent,{ref:r,className:a(Da(),e),...t},void 0,!1,void 0,this)},void 0,!1,void 0,this));cl.displayName=F.SubContent.displayName;var ul=Tt(({className:e,sideOffset:t=4,size:r,...o},i)=>{let n=d(r)??W.md;return se(Gt.Provider,{value:n,children:se(F.Portal,{children:se(F.Content,{ref:i,sideOffset:t,className:a(Da(),e),...o},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)});ul.displayName=F.Content.displayName;var fl=Tt(({className:e,inset:t,variant:r,...o},i)=>{let n=br(Gt),s=d(n);return se(F.Item,{ref:i,className:a(Fa({size:s,variant:r}),t&&"pl-8",e),...o},void 0,!1,void 0,this)});fl.displayName=F.Item.displayName;var gl=Tt(({className:e,children:t,checked:r,...o},i)=>{let n=br(Gt),s=d(n)??W.md;return se(F.CheckboxItem,{ref:i,className:a(al({size:s}),e),checked:r,...o,children:[se("span",{className:ml[s],children:se(F.ItemIndicator,{children:se(Yf,{className:eg[s]},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),t]},void 0,!0,void 0,this)});gl.displayName=F.CheckboxItem.displayName;var bl=Tt(({className:e,children:t,...r},o)=>{let i=br(Gt),n=d(i)??W.md;return se(F.RadioItem,{ref:o,className:a(il({size:n}),e),...r,children:[se("span",{className:ml[n],children:se(F.ItemIndicator,{children:se(Zf,{className:tg[n]},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),t]},void 0,!0,void 0,this)});bl.displayName=F.RadioItem.displayName;var vl=Tt(({className:e,inset:t,...r},o)=>{let i=br(Gt),n=d(i);return se(F.Label,{ref:o,className:a(nl({size:n}),t&&"pl-8",e),...r},void 0,!1,void 0,this)});vl.displayName=F.Label.displayName;var yl=Tt(({className:e,...t},r)=>se(F.Separator,{ref:r,className:a(sl(),e),...t},void 0,!1,void 0,this));yl.displayName=F.Separator.displayName;var Pl=({className:e,...t})=>{let r=br(Gt),o=d(r);return se("span",{className:a(ll({size:o}),e),...t},void 0,!1,void 0,this)};Pl.displayName="DropdownMenuShortcut";import{cva as Kr}from"class-variance-authority";import{forwardRef as sg}from"react";import{jsxDEV as $r}from"react/jsx-dev-runtime";var ve={sm:"sm",md:"md",lg:"lg"},hl=Kr("flex flex-col items-center justify-center text-center rounded-[var(--radius)] border border-dashed border-border/50 bg-muted/20",{variants:{size:{[ve.sm]:"gap-2 p-4",[ve.md]:"gap-4 p-8",[ve.lg]:"gap-6 p-12"}},defaultVariants:{size:ve.md}}),xl=Kr("flex items-center justify-center rounded-full bg-muted/50 text-muted-foreground",{variants:{size:{[ve.sm]:"h-10 w-10 [&>svg]:h-4 [&>svg]:w-4",[ve.md]:"h-16 w-16 [&>svg]:h-7 [&>svg]:w-7",[ve.lg]:"h-20 w-20 [&>svg]:h-9 [&>svg]:w-9"}},defaultVariants:{size:ve.md}}),Tl=Kr("font-semibold text-foreground",{variants:{size:{[ve.sm]:"text-sm",[ve.md]:"text-lg",[ve.lg]:"text-xl"}},defaultVariants:{size:ve.md}}),Cl=Kr("text-muted-foreground max-w-sm",{variants:{size:{[ve.sm]:"text-xs",[ve.md]:"text-sm",[ve.lg]:"text-base"}},defaultVariants:{size:ve.md}}),zl=Kr("flex items-center gap-2 mt-2"),Sl=sg(({className:e,icon:t,title:r,description:o,actions:i,size:n=ve.md,children:s,...l},m)=>{let p=d(n);return $r("div",{ref:m,className:a(hl({size:p}),e),...l,children:[t&&$r("div",{className:xl({size:p}),children:t},void 0,!1,void 0,this),r&&$r("h3",{className:Tl({size:p}),children:r},void 0,!1,void 0,this),o&&$r("p",{className:Cl({size:p}),children:o},void 0,!1,void 0,this),i&&$r("div",{className:zl(),children:i},void 0,!1,void 0,this),s]},void 0,!0,void 0,this)});Sl.displayName="EmptyState";import{cva as vr}from"class-variance-authority";import{Component as lg,createElement as wl}from"react";import{jsxDEV as ze,Fragment as dg}from"react/jsx-dev-runtime";var Ml=vr(["flex flex-col items-center justify-center rounded-xl border text-center","transition-colors duration-200 ease-out"],{variants:{size:{sm:"gap-3 p-6",md:"gap-4 p-8",lg:"gap-6 p-12",xl:"gap-7 p-14"},variant:{destructive:"border-destructive/30 bg-destructive/8",warning:"border-warning/30 bg-warning/8",info:"border-info/30 bg-info/8"}},defaultVariants:{size:"md",variant:"destructive"}}),Nl=vr(["flex items-center justify-center rounded-full","transition-colors duration-200 ease-out"],{variants:{size:{sm:"h-12 w-12 [&>svg]:h-5 [&>svg]:w-5",md:"h-16 w-16 [&>svg]:h-7 [&>svg]:w-7",lg:"h-20 w-20 [&>svg]:h-9 [&>svg]:w-9",xl:"h-24 w-24 [&>svg]:h-10 [&>svg]:w-10"},variant:{destructive:"bg-destructive/10 text-destructive",warning:"bg-warning/10 text-warning",info:"bg-info/10 text-info"}},defaultVariants:{size:"md",variant:"destructive"}}),Ll=vr("font-semibold transition-colors duration-300",{variants:{size:{sm:"text-lg",md:"text-xl",lg:"text-2xl",xl:"text-3xl"},variant:{destructive:"text-destructive",warning:"text-warning",info:"text-info"}},defaultVariants:{size:"md",variant:"destructive"}}),Rl=vr("max-w-xl text-muted-foreground transition-all duration-200",{variants:{size:{sm:"text-sm",md:"text-sm",lg:"text-base",xl:"text-lg"}},defaultVariants:{size:"md"}}),Hl=vr("mt-2 flex flex-wrap items-center justify-center gap-2"),kl=vr("mt-4 max-h-48 w-full max-w-2xl overflow-auto rounded-md border border-border/70 bg-background/80 p-3 text-left font-mono text-xs text-muted-foreground");class Al extends lg{static displayName="ErrorBoundary";constructor(e){super(e);this.state={hasError:!1,error:null}}static getDerivedStateFromError(e){return{hasError:!0,error:e}}componentDidCatch(e,t){this.props.onError?.(e,t)}handleReset=()=>{this.setState({hasError:!1,error:null}),this.props.onReset?.()};render(){let{children:e,fallback:t,showDetails:r=!1,size:o="md",variant:i="destructive",className:n,title:s="Something went wrong",description:l="An unexpected error occurred. Please try again.",icon:m,actions:p,resetLabel:f="Try again",hideReset:u=!1,renderDetails:P}=this.props;if(this.state.hasError&&this.state.error){let c={error:this.state.error,reset:this.handleReset};if(t){if(typeof t==="function")return wl(t,c);return t}let b=null;if(p)b=typeof p==="function"?wl(p,c):p;else if(!u){let M={destructive:"border-destructive/30 bg-destructive text-destructive-foreground hover:bg-destructive/90",warning:"border-warning/30 bg-warning text-warning-foreground hover:bg-warning/90",info:"border-info/30 bg-info text-info-foreground hover:bg-info/90"};b=ze("button",{type:"button",onClick:this.handleReset,className:a("inline-flex items-center justify-center rounded-md border px-4 py-2 font-medium text-sm","transition-colors duration-150 ease-out","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-1",M[i]),children:f},void 0,!1,void 0,this)}let T=P?P(this.state.error):ze(dg,{children:[ze("strong",{children:"Error:"},void 0,!1,void 0,this)," ",this.state.error.message,this.state.error.stack&&ze("pre",{className:"mt-2 whitespace-pre-wrap",children:this.state.error.stack},void 0,!1,void 0,this)]},void 0,!0,void 0,this);return ze("div",{className:a(Ml({size:o,variant:i}),n),children:[ze("div",{className:a(Nl({size:o,variant:i})),children:m??ze(mg,{},void 0,!1,void 0,this)},void 0,!1,void 0,this),ze("h3",{className:a(Ll({size:o,variant:i})),children:s},void 0,!1,void 0,this),ze("p",{className:a(Rl({size:o})),children:l},void 0,!1,void 0,this),b&&ze("div",{className:a(Hl()),children:b},void 0,!1,void 0,this),r&&ze("div",{className:a(kl()),children:T},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}return e}}function mg(){return ze("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[ze("circle",{cx:"12",cy:"12",r:"10"},void 0,!1,void 0,this),ze("line",{x1:"12",x2:"12",y1:"8",y2:"12"},void 0,!1,void 0,this),ze("line",{x1:"12",x2:"12.01",y1:"16",y2:"16"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}import{cva as Ct}from"class-variance-authority";import{forwardRef as pg,useCallback as Xe,useRef as cg,useState as Il}from"react";import{jsxDEV as he}from"react/jsx-dev-runtime";var ee={sm:"sm",md:"md",lg:"lg",xl:"xl"},Vl=Ct(["relative flex flex-col items-center justify-center","rounded-xl border-2 border-dashed","shadow-[var(--shadow-xs)]","transition-[color,background-color,border-color,box-shadow,transform,opacity] duration-150","cursor-pointer","hover:border-primary/45 hover:bg-primary/8","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2"],{variants:{size:{[ee.sm]:"min-h-28 p-5",[ee.md]:"min-h-36 p-8",[ee.lg]:"min-h-44 p-10",[ee.xl]:"min-h-52 p-12"},isDragging:{true:"scale-[1.01] border-primary bg-primary/12 shadow-[var(--glow-brand-sm)]",false:"border-border bg-card/75"},disabled:{true:"cursor-not-allowed border-border/70 bg-muted/35 text-muted-foreground pointer-events-none",false:""},hasError:{true:"border-destructive bg-destructive/5",false:""}},defaultVariants:{size:ee.md,isDragging:!1,disabled:!1,hasError:!1}}),Bl=Ct("text-muted-foreground transition-colors duration-200",{variants:{size:{[ee.sm]:"mb-2 size-6",[ee.md]:"size-8 mb-3",[ee.lg]:"size-10 mb-4",[ee.xl]:"size-12 mb-5"},isDragging:{true:"text-primary",false:""}},defaultVariants:{size:ee.md,isDragging:!1}}),Oa=Ct("text-center",{variants:{size:{[ee.sm]:"text-sm",[ee.md]:"text-sm",[ee.lg]:"text-base",[ee.xl]:"text-lg"}},defaultVariants:{size:ee.md}}),Dl=Ct("mt-4 w-full space-y-2"),Fl=Ct(["flex items-center gap-3 rounded-lg border border-border/75 bg-card p-3.5","transition-[color,background-color,border-color,box-shadow,transform,opacity] duration-150","hover:border-primary/30 hover:bg-accent/45"]),Ol=Ct("min-w-0 flex-1 truncate font-medium text-foreground",{variants:{size:{[ee.sm]:"text-sm",[ee.md]:"text-sm",[ee.lg]:"text-base",[ee.xl]:"text-base"}},defaultVariants:{size:"md"}}),_l=Ct("text-muted-foreground",{variants:{size:{[ee.sm]:"text-xs",[ee.md]:"text-sm",[ee.lg]:"text-sm",[ee.xl]:"text-base"}},defaultVariants:{size:"md"}}),Gl=Ct(["size-7 shrink-0 rounded-full border border-transparent","flex items-center justify-center","text-muted-foreground hover:border-destructive/25 hover:bg-destructive/10 hover:text-destructive","transition-colors duration-150","cursor-pointer"]),Wl=pg(({className:e,size:t="md",disabled:r=!1,accept:o,multiple:i=!1,maxSize:n,maxFiles:s,value:l=[],onChange:m,onError:p,icon:f,title:u="Drop files here or click to upload",description:P,showFileList:c=!0,...b},T)=>{let M=d(t),[w,C]=Il(!1),[v,x]=Il(!1),I=cg(null),z=Xe((L)=>{if(L===0)return"0 Bytes";let U=1024,g=["Bytes","KB","MB","GB"],y=Math.floor(Math.log(L)/Math.log(U));return`${parseFloat((L/U**y).toFixed(2))} ${g[y]}`},[]),H=Xe((L)=>{let U=[...L];if(x(!1),o){let g=o.split(",").map((y)=>y.trim());if(U=U.filter((y)=>{return g.some((N)=>{if(N.startsWith("."))return y.name.toLowerCase().endsWith(N.toLowerCase());if(N.endsWith("/*"))return y.type.startsWith(N.slice(0,-1));return y.type===N})}),U.length<L.length)p?.("Some files were rejected due to file type"),x(!0)}if(n){let g=U.length;if(U=U.filter((y)=>y.size<=n),U.length<g)p?.(`File size must be less than ${z(n)}`),x(!0)}if(s&&U.length+l.length>s)U=U.slice(0,s-l.length),p?.(`Maximum ${s} files allowed`),x(!0);return U},[o,n,s,l.length,p,z]),k=Xe((L)=>{if(!L||L.length===0)return;let U=Array.from(L),g=H(U);if(g.length>0)if(i)m?.([...l,...g]);else m?.(g.slice(0,1))},[i,l,m,H]),_=Xe((L)=>{L.preventDefault(),L.stopPropagation(),C(!0)},[]),X=Xe((L)=>{L.preventDefault(),L.stopPropagation(),C(!1)},[]),O=Xe((L)=>{L.preventDefault(),L.stopPropagation()},[]),$=Xe((L)=>{if(L.preventDefault(),L.stopPropagation(),C(!1),r)return;k(L.dataTransfer.files)},[r,k]),S=Xe((L)=>{if(k(L.target.files),I.current)I.current.value=""},[k]),A=Xe(()=>{if(!r)I.current?.click()},[r]),h=Xe((L)=>{if(L.key==="Enter"||L.key===" ")L.preventDefault(),A()},[A]),V=Xe((L)=>{let U=l.filter((g,y)=>y!==L);m?.(U)},[l,m]),J=he("svg",{className:a(Bl({size:M,isDragging:w})),fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:he("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 16.5v2.25A2.25 2.25 0 005.25 21h13.5A2.25 2.25 0 0021 18.75V16.5m-13.5-9L12 3m0 0l4.5 4.5M12 3v13.5"},void 0,!1,void 0,this)},void 0,!1,void 0,this);return he("div",{ref:T,className:a("w-full",e),...b,children:[he("div",{role:"button",tabIndex:r?-1:0,onClick:A,onKeyDown:h,onDragEnter:_,onDragLeave:X,onDragOver:O,onDrop:$,className:a(Vl({size:M,isDragging:w,disabled:r,hasError:v})),children:[he("input",{ref:I,type:"file",accept:o,multiple:i,disabled:r,onChange:S,className:"sr-only"},void 0,!1,void 0,this),f||J,he("p",{className:a(Oa({size:M}),"font-medium text-foreground"),children:u},void 0,!1,void 0,this),P&&he("p",{className:a(Oa({size:M}),"mt-1 text-muted-foreground"),children:P},void 0,!1,void 0,this)]},void 0,!0,void 0,this),c&&l.length>0&&he("div",{className:a(Dl()),children:l.map((L,U)=>he("div",{className:a(Fl()),children:[he("svg",{className:"size-5 shrink-0 text-muted-foreground",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:he("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m2.25 0H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z"},void 0,!1,void 0,this)},void 0,!1,void 0,this),he("span",{className:a(Ol({size:M})),children:L.name},void 0,!1,void 0,this),he("span",{className:a(_l({size:M})),children:z(L.size)},void 0,!1,void 0,this),he("button",{type:"button",onClick:(g)=>{g.stopPropagation(),V(U)},className:a(Gl()),"aria-label":`Remove ${L.name}`,children:he("svg",{className:"size-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:he("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},`${L.name}-${U}`,!0,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Wl.displayName="FileUpload";import{cva as ug}from"class-variance-authority";import{createContext as fg,forwardRef as ko,useContext as gg,useId as bg}from"react";import{jsxDEV as Wt,Fragment as yg}from"react/jsx-dev-runtime";var De={sm:"sm",md:"md",lg:"lg"},$l=fg(null),Ur=()=>{let e=gg($l);if(!e)throw Error("useFormField must be used within a FormField");return e},Kl=ug("flex flex-col",{variants:{size:{[De.sm]:"gap-1",[De.md]:"gap-1.5",[De.lg]:"gap-2"}},defaultVariants:{size:De.md}}),Ul=ko(({className:e,size:t=De.md,error:r,disabled:o=!1,required:i=!1,children:n,...s},l)=>{let m=bg(),p=d(t),f={id:m,size:p,error:r,disabled:o,required:i};return Wt($l.Provider,{value:f,children:Wt("div",{ref:l,className:a(Kl({size:p}),e),...s,children:n},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Ul.displayName="FormField";var vg={[De.sm]:"text-xs",[De.md]:"text-sm",[De.lg]:"text-base"},Yl=ko(({className:e,htmlFor:t,children:r,...o},i)=>{let{id:n,size:s,disabled:l,required:m}=Ur();return Wt("label",{ref:i,htmlFor:t??n,className:a("inline-block font-medium text-foreground select-none",vg[s],l&&"cursor-not-allowed opacity-60",e),...o,children:[r,m&&Wt("span",{className:"ml-0.5 text-destructive","aria-hidden":"true",children:"*"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Yl.displayName="FormFieldLabel";var Xl={[De.sm]:"text-[10px]",[De.md]:"text-xs",[De.lg]:"text-sm"},Zl=ko(({className:e,...t},r)=>{let{id:o,size:i}=Ur();return Wt("p",{ref:r,id:`${o}-description`,className:a("text-muted-foreground",Xl[i],e),...t},void 0,!1,void 0,this)});Zl.displayName="FormFieldDescription";var ql=ko(({className:e,children:t,...r},o)=>{let{id:i,size:n,error:s}=Ur(),l=t??s;if(!l)return null;return Wt("p",{ref:o,id:`${i}-error`,role:"alert",className:a("text-destructive",Xl[n],e),...r,children:l},void 0,!1,void 0,this)});ql.displayName="FormFieldError";var Jl=({children:e})=>{let{id:t,disabled:r,required:o,error:i}=Ur(),n=[i?`${t}-error`:void 0,`${t}-description`].filter(Boolean).join(" ");return Wt(yg,{children:e({id:t,disabled:r,required:o,status:i?"error":"default","aria-describedby":n||void 0,"aria-invalid":i?!0:void 0})},void 0,!1,void 0,this)};Jl.displayName="FormFieldControl";import*as $t from"@radix-ui/react-hover-card";import{cva as Pg}from"class-variance-authority";import{forwardRef as hg}from"react";import{jsxDEV as Cg}from"react/jsx-dev-runtime";var yr={sm:"sm",md:"md",lg:"lg"},Ql=Pg("z-50 rounded-[var(--radius)] border border-border/70 bg-popover text-popover-foreground shadow-[var(--shadow-md)] gs-float-content origin-[var(--radix-hover-card-content-transform-origin)]",{variants:{size:{[yr.sm]:"w-52 p-3 text-xs",[yr.md]:"w-64 p-4 text-sm",[yr.lg]:"w-80 p-5 text-sm"}},defaultVariants:{size:yr.md}}),xg=$t.Root,Tg=$t.Trigger,El=hg(({className:e,align:t="center",sideOffset:r=4,size:o=yr.md,...i},n)=>{let s=d(o);return Cg($t.Content,{ref:n,align:t,sideOffset:r,className:a(Ql({size:s}),e),...i},void 0,!1,void 0,this)});El.displayName=$t.Content.displayName;import{cva as wg}from"class-variance-authority";import{X as Mg}from"lucide-react";import{forwardRef as Ng,useRef as Lg,useState as Rg}from"react";import*as zt from"react";function jl(...e){return(t)=>{for(let r of e)if(typeof r==="function")r(t);else if(r!=null)r.current=t}}function Yr(...e){return zt.useCallback(jl(...e),e)}function zg(e,t){let r=zt.createContext(t);r.displayName=e;function o(){let i=zt.useContext(r);if(i===void 0)throw Error(`use${e} must be used within a ${e}Provider`);return i}return[r.Provider,o,r]}function Sg(e){let t=zt.createContext(void 0);t.displayName=e;function r(){return zt.useContext(t)}return[t.Provider,r,t]}import{jsxDEV as Kt}from"react/jsx-dev-runtime";var Xr={default:"default",error:"error",success:"success"},Y={sm:"sm",md:"md",lg:"lg",xl:"xl"},Hg="Clear input",tm=wg("gs-interactive w-full rounded-[var(--radius)] border border-input bg-background text-sm text-foreground outline-none placeholder:text-muted-foreground focus-visible:ring-2 disabled:cursor-not-allowed disabled:border-border disabled:bg-muted/45 disabled:text-muted-foreground",{variants:{status:{[Xr.default]:"focus-visible:ring-primary",[Xr.error]:"border-destructive focus-visible:ring-destructive",[Xr.success]:"border-success focus-visible:ring-success"},size:{[Y.sm]:"h-8 px-2 text-xs",[Y.md]:"h-10 px-3",[Y.lg]:"h-11 px-4",[Y.xl]:"h-12 px-4 text-base"}},defaultVariants:{status:Xr.default,size:Y.md}}),kg={[Y.sm]:"pl-7",[Y.md]:"pl-9",[Y.lg]:"pl-10",[Y.xl]:"pl-10"},Ag={[Y.sm]:"pr-7",[Y.md]:"pr-9",[Y.lg]:"pr-10",[Y.xl]:"pr-10"},Ig={[Y.sm]:"pr-12",[Y.md]:"pr-16",[Y.lg]:"pr-18",[Y.xl]:"pr-18"},Vg={[Y.sm]:"text-xs left-2",[Y.md]:"text-sm left-3",[Y.lg]:"text-sm left-3.5",[Y.xl]:"text-base left-3.5"},Bg={[Y.sm]:"text-xs",[Y.md]:"text-sm",[Y.lg]:"text-sm",[Y.xl]:"text-base"},Dg={[Y.sm]:"size-4",[Y.md]:"size-5",[Y.lg]:"size-5",[Y.xl]:"size-6"};function em(e){if(e===void 0||e===null)return"";if(Array.isArray(e))return e.join("");return String(e)}var rm=Ng(({className:e,status:t=Xr.default,size:r=Y.md,fullWidth:o=!1,prefix:i,suffix:n,clearable:s=!1,clearAriaLabel:l=Hg,onClear:m,onValueChange:p,disabled:f,readOnly:u,onChange:P,value:c,defaultValue:b,...T},M)=>{let w=Boolean(i),C=Boolean(n),v=d(r),x=Lg(null),I=Yr(M,x),[z,H]=Rg(()=>em(b)),k=c!==void 0,_=k?em(c):z,X=s&&!f&&!u&&_.length>0,O=C||X,$=C&&X,S=(h)=>{let V=h.target.value;if(!k)H(V);p?.(V),P?.(h)},A=()=>{if(!k)H("");p?.("");let h=x.current;if(h)h.value="",h.dispatchEvent(new Event("input",{bubbles:!0})),h.focus();m?.()};return Kt("div",{className:a("relative flex items-center",o&&"w-full"),children:[w&&Kt("span",{className:a("absolute inset-y-0 flex items-center text-muted-foreground",Vg[v]),children:i},void 0,!1,void 0,this),Kt("input",{ref:I,className:a(tm({status:t,size:v}),w&&kg[v],$&&Ig[v],!$&&O&&Ag[v],e),disabled:f,readOnly:u,onChange:S,value:_,...T},void 0,!1,void 0,this),O&&Kt("span",{className:a("absolute inset-y-0 right-2 flex items-center gap-1 text-muted-foreground",Bg[v]),children:[C&&Kt("span",{className:"inline-flex items-center",children:n},void 0,!1,void 0,this),X&&Kt("button",{type:"button","aria-label":l,onMouseDown:(h)=>h.preventDefault(),onClick:A,className:a("gs-interactive inline-flex items-center justify-center rounded-[calc(var(--radius)-4px)] text-muted-foreground hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",Dg[v]),children:Kt(Mg,{className:"size-3.5"},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});rm.displayName="Input";import{cva as _g}from"class-variance-authority";import{forwardRef as Gg}from"react";var Pr=null;function Ut(){if(Pr)return Pr;if(typeof navigator>"u")return Pr={os:"linux",isMac:!1,isWindows:!1,isLinux:!0,isMobile:!1},Pr;let e=navigator.userAgentData?.platform??navigator.platform??"",t=navigator.userAgent??"",r=/mac/i.test(e),o=/win/i.test(e),i=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(t)||"maxTouchPoints"in navigator&&navigator.maxTouchPoints>1&&r,n=/linux/i.test(e)&&!i;return Pr={os:r?"mac":o?"windows":"linux",isMac:r,isWindows:o,isLinux:n,isMobile:i},Pr}var Fg={esc:"escape",return:"enter",del:"delete",space:" ",spacebar:" ",up:"arrowup",down:"arrowdown",left:"arrowleft",right:"arrowright",plus:"+"},om={mod:"⌘",ctrl:"⌃",control:"⌃",alt:"⌥",option:"⌥",shift:"⇧",meta:"⌘",cmd:"⌘",command:"⌘",enter:"⏎",return:"⏎",backspace:"⌫",delete:"⌦",tab:"⇥",escape:"Esc",esc:"Esc",space:"␣",up:"↑",down:"↓",left:"←",right:"→",arrowup:"↑",arrowdown:"↓",arrowleft:"←",arrowright:"→"},am={mod:"Ctrl",cmd:"Ctrl",command:"Ctrl",meta:"Super",ctrl:"Ctrl",control:"Ctrl",alt:"Alt",option:"Alt",shift:"Shift",enter:"Enter",return:"Enter",backspace:"Backspace",delete:"Del",tab:"Tab",escape:"Esc",esc:"Esc",space:"Space",up:"↑",down:"↓",left:"←",right:"→",arrowup:"↑",arrowdown:"↓",arrowleft:"←",arrowright:"→"};function _a(e){let t=e.split("+").map((o)=>o.trim().toLowerCase()),r={key:"",mod:!1,ctrl:!1,alt:!1,shift:!1,meta:!1};for(let o of t)if(o==="mod")r.mod=!0;else if(o==="ctrl"||o==="control")r.ctrl=!0;else if(o==="alt"||o==="option")r.alt=!0;else if(o==="shift")r.shift=!0;else if(o==="meta"||o==="cmd"||o==="command")r.meta=!0;else r.key=Fg[o]??o;return r}function Ga(e,t){let{isMac:r}=Ut(),o=e.key.toLowerCase(),i=t.key.toLowerCase();if(i&&o!==i&&e.code.toLowerCase()!==`key${i}`)return!1;let n=t.meta||t.mod&&r,s=t.ctrl||t.mod&&!r;if(e.metaKey!==n)return!1;if(e.ctrlKey!==s)return!1;if(e.altKey!==t.alt)return!1;if(e.shiftKey!==t.shift)return!1;return!0}function Zr(e,t){let r=t??Ut().isMac,o=r?om:am,i=e.split("+").map((n)=>{let s=n.trim().toLowerCase();return o[s]??n.trim().toUpperCase()});return r?i.join(""):i.join("+")}function Og(e,t){let o=t??Ut().isMac?om:am;return e.split("+").map((i)=>{let n=i.trim().toLowerCase();return o[n]??i.trim().toUpperCase()})}function qr(){return Ut()}import{jsxDEV as Wg}from"react/jsx-dev-runtime";var hr={sm:"sm",md:"md",lg:"lg"},im=_g("inline-flex items-center justify-center rounded border border-border bg-muted font-mono font-medium text-muted-foreground shadow-[0_1px_0_1px] shadow-border/50",{variants:{size:{[hr.sm]:"min-w-5 h-5 px-1 text-[10px]",[hr.md]:"min-w-6 h-6 px-1.5 text-xs",[hr.lg]:"min-w-7 h-7 px-2 text-sm"}},defaultVariants:{size:hr.md}}),nm=Gg(({className:e,size:t=hr.md,keys:r,children:o,...i},n)=>{let s=d(t),{isMac:l}=qr(),m=r?Zr(r,l):o;return Wg("kbd",{ref:n,className:a(im({size:s}),e),...i,children:m},void 0,!1,void 0,this)});nm.displayName="Kbd";import{cva as $g}from"class-variance-authority";import{forwardRef as Kg}from"react";import{jsxDEV as sm}from"react/jsx-dev-runtime";var xr={sm:"sm",md:"md",lg:"lg"},lm=$g("inline-block font-medium text-foreground select-none peer-disabled:cursor-not-allowed peer-disabled:opacity-60",{variants:{size:{[xr.sm]:"text-xs",[xr.md]:"text-sm",[xr.lg]:"text-base"}},defaultVariants:{size:xr.md}}),mm=Kg(({className:e,size:t=xr.md,required:r=!1,disabled:o=!1,children:i,...n},s)=>{let l=d(t);return sm("label",{ref:s,className:a(lm({size:l}),o&&"cursor-not-allowed opacity-60",e),"aria-disabled":o||void 0,...n,children:[i,r&&sm("span",{className:"ml-0.5 text-destructive","aria-hidden":"true",children:"*"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});mm.displayName="Label";import*as St from"@radix-ui/react-popover";import{cva as Qg}from"class-variance-authority";import{Check as Eg,ChevronDown as jg,X as eb,X as tb}from"lucide-react";import{forwardRef as rb,useCallback as Jr,useEffect as ob,useRef as ab,useState as cm}from"react";import*as Fe from"@radix-ui/react-popover";import{cva as Ug}from"class-variance-authority";import{forwardRef as Yg}from"react";import{jsxDEV as dm}from"react/jsx-dev-runtime";var Tr={sm:"sm",md:"md",lg:"lg"},Cr=Ug("z-50 rounded-[var(--radius)] border border-border bg-popover text-popover-foreground outline-none shadow-[var(--shadow-md)] gs-float-content origin-[var(--radix-popover-content-transform-origin)]",{variants:{size:{[Tr.sm]:"w-56 p-3 text-sm",[Tr.md]:"w-72 p-4 text-sm",[Tr.lg]:"w-96 p-5 text-sm"}},defaultVariants:{size:Tr.md}}),Xg=Fe.Root,Zg=Fe.Trigger,qg=Fe.Anchor,Jg=Fe.Close,pm=Yg(({className:e,align:t="center",sideOffset:r=4,portal:o=!0,portalContainer:i,size:n=Tr.md,...s},l)=>{let m=d(n),p=dm(Fe.Content,{ref:l,align:t,sideOffset:r,className:a(Cr({size:m}),e),...s},void 0,!1,void 0,this);if(o)return dm(Fe.Portal,{container:i??void 0,children:p},void 0,!1,void 0,this);return p});pm.displayName="PopoverContent";import{jsxDEV as re,Fragment as sb}from"react/jsx-dev-runtime";var de={sm:"sm",md:"md",lg:"lg",xl:"xl"},um=Qg(["gs-interactive group flex w-full items-center gap-2 rounded-[var(--radius)] border border-input","bg-background text-sm text-foreground outline-none","placeholder:text-muted-foreground focus-visible:ring-2","data-[state=open]:ring-2","disabled:cursor-not-allowed disabled:border-border disabled:bg-muted/45 disabled:text-muted-foreground"].join(" "),{variants:{size:{[de.sm]:"min-h-8 px-2.5 py-1 text-xs",[de.md]:"min-h-10 px-3.5 py-1.5",[de.lg]:"min-h-11 px-4.5 py-2 text-sm",[de.xl]:"min-h-12 px-4 py-2 text-base"},status:{default:"focus-visible:ring-primary data-[state=open]:ring-primary",error:"border-destructive focus-visible:ring-destructive data-[state=open]:ring-destructive",success:"border-success focus-visible:ring-success data-[state=open]:ring-success"}},defaultVariants:{size:de.md,status:"default"}}),ib={[de.sm]:"h-5 px-1.5 text-[10px]",[de.md]:"h-6 px-2 text-xs",[de.lg]:"h-6.5 px-2.5 text-xs",[de.xl]:"h-7 px-2.5 text-sm"},nb={[de.sm]:"min-h-7 py-1 px-2 text-xs",[de.md]:"min-h-9 py-2 px-3 text-sm",[de.lg]:"min-h-10 py-2.5 px-3.5 text-sm",[de.xl]:"min-h-11 py-3 px-4 text-base"},Ao={[de.sm]:"size-3.5",[de.md]:"size-4",[de.lg]:"size-4",[de.xl]:"size-4.5"},fm=rb(({className:e,options:t,value:r,defaultValue:o=[],onValueChange:i,placeholder:n="Select options...",size:s=de.md,status:l="default",clearable:m=!1,maxDisplayItems:p=3,disabled:f,...u},P)=>{let c=d(s)??s,[b,T]=cm(!1),[M,w]=cm(o),C=ab(null),v=r!==void 0,x=v?r:M,I=Jr((S)=>{let A=x.includes(S)?x.filter((h)=>h!==S):[...x,S];if(!v)w(A);i?.(A)},[x,v,i]),z=Jr((S,A)=>{A.stopPropagation();let h=x.filter((V)=>V!==S);if(!v)w(h);i?.(h)},[x,v,i]),H=Jr((S)=>{if(S.stopPropagation(),S.preventDefault(),!v)w([]);i?.([])},[v,i]),k=t.filter((S)=>x.includes(S.value)),_=k.length>0,X=m&&_&&!f,O=Jr((S)=>{let A=C.current;if(!A)return;let h=Array.from(A.querySelectorAll('[role="option"]:not([data-disabled])'));if(h.length===0)return;let V=A.querySelector('[role="option"]:focus'),J=V?h.indexOf(V):-1,L;switch(S){case"first":L=h[0];break;case"last":L=h[h.length-1];break;case"next":L=h[J+1]??h[0];break;case"prev":L=h[J-1]??h[h.length-1];break}L?.focus()},[]),$=Jr((S)=>{switch(S.key){case"ArrowDown":S.preventDefault(),O("next");break;case"ArrowUp":S.preventDefault(),O("prev");break;case"Home":S.preventDefault(),O("first");break;case"End":S.preventDefault(),O("last");break;case"Escape":S.preventDefault(),T(!1);break}},[O]);return ob(()=>{if(b)requestAnimationFrame(()=>O("first"))},[b,O]),re(St.Root,{open:b,onOpenChange:T,children:[re(St.Trigger,{asChild:!0,children:re("button",{ref:P,type:"button",disabled:f,"data-state":b?"open":"closed","data-placeholder":!_?"":void 0,className:a(um({size:c,status:l}),e),...u,children:[re("span",{className:"flex min-w-0 flex-1 flex-wrap items-center gap-1 text-left",children:_?re(sb,{children:[k.slice(0,p).map((S)=>re("span",{className:a("inline-flex items-center gap-1 rounded-[calc(var(--radius)-4px)] border border-border/60 bg-muted/50 font-medium text-foreground",ib[c]),children:[re("span",{className:"truncate",children:S.label},void 0,!1,void 0,this),re("span",{"data-slot":"multiselect-remove","aria-label":`Remove ${S.label}`,onMouseDown:(A)=>A.preventDefault(),onClick:(A)=>z(S.value,A),className:"ml-0.5 inline-flex shrink-0 items-center justify-center rounded-full opacity-60 hover:opacity-100",children:re(tb,{className:"h-3 w-3"},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},S.value,!0,void 0,this)),k.length>p&&re("span",{className:"text-muted-foreground text-xs",children:["+",k.length-p]},void 0,!0,void 0,this)]},void 0,!0,void 0,this):re("span",{className:"text-muted-foreground",children:n},void 0,!1,void 0,this)},void 0,!1,void 0,this),re("span",{className:"inline-flex shrink-0 items-center gap-1 text-muted-foreground",children:[X&&re("span",{role:"button",tabIndex:-1,"aria-label":"Clear all",onMouseDown:(S)=>S.preventDefault(),onClick:H,className:"gs-interactive inline-flex items-center justify-center rounded-[calc(var(--radius)-4px)] text-muted-foreground hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",children:re(eb,{className:Ao[c]},void 0,!1,void 0,this)},void 0,!1,void 0,this),re(jg,{className:a(Ao[c],"opacity-60 transition-transform duration-200 ease-[cubic-bezier(0.16,1,0.3,1)]",b&&"rotate-180")},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),re(St.Portal,{children:re(St.Content,{ref:C,role:"listbox","aria-multiselectable":"true",align:"start",sideOffset:4,onKeyDown:$,onOpenAutoFocus:(S)=>S.preventDefault(),className:a(Cr(),"max-h-96 w-[var(--radix-popover-trigger-width)] overflow-y-auto overflow-x-hidden p-1"),children:[t.map((S)=>{let A=x.includes(S.value);return re("div",{role:"option",tabIndex:S.disabled?void 0:-1,"aria-selected":A,"aria-disabled":S.disabled||void 0,"data-disabled":S.disabled?"":void 0,className:a("gs-interactive relative flex w-full cursor-pointer select-none items-center gap-2","rounded-[calc(var(--radius)-3px)] outline-none","hover:bg-accent focus-visible:bg-accent focus-visible:text-accent-foreground","data-disabled:cursor-not-allowed data-disabled:opacity-50",nb[c]),onClick:()=>!S.disabled&&I(S.value),onKeyDown:(h)=>{if(h.key==="Enter"||h.key===" "){if(h.preventDefault(),!S.disabled)I(S.value)}},children:[re("span",{className:a("flex shrink-0 items-center justify-center",Ao[c]),children:A&&re(Eg,{className:Ao[c]},void 0,!1,void 0,this)},void 0,!1,void 0,this),re("span",{className:"min-w-0 flex-1 truncate",children:S.label},void 0,!1,void 0,this)]},S.value,!0,void 0,this)}),t.length===0&&re("div",{className:"px-3 py-6 text-center text-muted-foreground text-sm",children:"No options available"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});fm.displayName="Multiselect";import*as oe from"@radix-ui/react-navigation-menu";import{cva as Yt}from"class-variance-authority";import{createContext as lb,forwardRef as zr,useContext as mb}from"react";import{jsxDEV as He}from"react/jsx-dev-runtime";var Ze={sm:"sm",md:"md",lg:"lg"},gm=lb(Ze.md),bm=Yt("relative z-10 flex max-w-max flex-1 items-center justify-center"),vm=Yt("group flex flex-1 list-none items-center justify-center space-x-1"),ym=Yt(["group inline-flex w-max items-center justify-center rounded-md bg-background font-medium","gs-interactive","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"],{variants:{size:{[Ze.sm]:"h-8 px-3 py-1.5 text-xs",[Ze.md]:"h-10 px-4 py-2 text-sm",[Ze.lg]:"h-12 px-5 py-2.5 text-sm"}},defaultVariants:{size:Ze.md}}),Pm=Yt(["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"]),db=Yt(["block select-none space-y-1 rounded-md leading-none no-underline outline-none","gs-interactive","hover:bg-accent hover:text-accent-foreground","focus:bg-accent focus:text-accent-foreground"],{variants:{size:{[Ze.sm]:"p-2 text-xs",[Ze.md]:"p-3 text-sm",[Ze.lg]:"p-4 text-sm"}},defaultVariants:{size:Ze.md}}),hm=Yt(["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","gs-float-content","transition-[width,height] duration-300 ease-[var(--motion-ease-emphasized)]","md:w-[var(--radix-navigation-menu-viewport-width)]"]),xm=Yt(["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"]),pb=()=>He("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"relative top-[1px] ml-1 h-3 w-3 transition duration-200 group-data-[state=open]:rotate-180","aria-hidden":"true",children:He("path",{d:"m6 9 6 6 6-6"},void 0,!1,void 0,this)},void 0,!1,void 0,this),Tm=zr(({className:e,children:t,size:r,...o},i)=>{let n=d(r??Ze.md);return He(gm.Provider,{value:n,children:He(oe.Root,{ref:i,className:a(bm(),e),...o,children:[t,He(Wa,{},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)});Tm.displayName=oe.Root.displayName;var Cm=zr(({className:e,...t},r)=>He(oe.List,{ref:r,className:a(vm(),e),...t},void 0,!1,void 0,this));Cm.displayName=oe.List.displayName;var cb=oe.Item,zm=zr(({className:e,children:t,...r},o)=>{let i=mb(gm);return He(oe.Trigger,{ref:o,className:a(ym({size:i}),"group",e),...r,children:[t,He(pb,{},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});zm.displayName=oe.Trigger.displayName;var Sm=zr(({className:e,...t},r)=>He(oe.Content,{ref:r,className:a(Pm(),e),...t},void 0,!1,void 0,this));Sm.displayName=oe.Content.displayName;var ub=oe.Link,Wa=zr(({className:e,...t},r)=>He("div",{className:"absolute top-full left-0 flex justify-center",children:He(oe.Viewport,{className:a(hm(),e),ref:r,...t},void 0,!1,void 0,this)},void 0,!1,void 0,this));Wa.displayName=oe.Viewport.displayName;var wm=zr(({className:e,...t},r)=>He(oe.Indicator,{ref:r,className:a(xm(),e),...t,children:He("div",{className:"relative top-[60%] h-2 w-2 rotate-45 rounded-tl-sm bg-border shadow-md"},void 0,!1,void 0,this)},void 0,!1,void 0,this));wm.displayName=oe.Indicator.displayName;import{cva as Sr}from"class-variance-authority";import{Fragment as fb,forwardRef as gb,useCallback as Xt,useEffect as Mm,useMemo as Nm,useRef as bb,useState as Lm}from"react";import{jsxDEV as Zt}from"react/jsx-dev-runtime";var qt={sm:"sm",md:"md",lg:"lg",xl:"xl"},Er={default:"default",error:"error",success:"success"},Qr={single:"single",first:"first",middle:"middle",last:"last"},Rm=Sr("relative inline-flex items-center",{variants:{size:{sm:"gap-1",md:"gap-1.5",lg:"gap-2",xl:"gap-2.5"}},defaultVariants:{size:qt.md}}),Hm=Sr("relative inline-flex items-center",{variants:{size:{sm:"gap-0",md:"gap-0",lg:"gap-0",xl:"gap-0"},status:{default:"",error:"text-destructive",success:"text-success"}},defaultVariants:{size:qt.md,status:Er.default}}),km=Sr(["relative flex items-center justify-center border bg-background","transition-[color,background-color,border-color,box-shadow,transform,opacity] duration-150","motion-reduce:transition-none"],{variants:{size:{sm:"h-8 w-8",md:"h-10 w-10",lg:"h-11 w-11",xl:"h-12 w-12"},filled:{true:"border-border bg-card",false:"border-input bg-background"},focused:{true:"scale-[1.02]",false:""},status:{default:"focus-within:border-ring",error:"border-destructive/70 focus-within:border-destructive focus-within:ring-2 focus-within:ring-destructive/20",success:"border-success/70 focus-within:border-success focus-within:ring-2 focus-within:ring-success/20"},disabled:{true:"border-border/80 bg-muted/45",false:""},position:{single:"rounded-[calc(var(--radius)-2px)]",first:"rounded-l-[calc(var(--radius)-2px)] rounded-r-none",middle:"rounded-none border-l-0",last:"rounded-r-[calc(var(--radius)-2px)] rounded-l-none border-l-0"}},defaultVariants:{size:qt.md,filled:!1,focused:!1,status:Er.default,disabled:!1,position:Qr.single}}),Am=Sr(["h-full w-full rounded-[inherit] bg-transparent text-center font-sans font-medium outline-none","transition-[color,opacity] duration-150 motion-reduce:transition-none","disabled:cursor-not-allowed disabled:text-muted-foreground"],{variants:{size:{sm:"text-xs",md:"text-sm",lg:"text-base",xl:"text-lg"},status:{default:"caret-primary",error:"caret-destructive",success:"caret-success"},filled:{true:"text-foreground",false:"text-muted-foreground"}},defaultVariants:{size:qt.md,status:Er.default,filled:!1}}),Im=Sr(["pointer-events-none absolute inset-0 flex items-center justify-center select-none","font-medium text-muted-foreground/45","transition-[opacity,transform] duration-150 motion-reduce:transition-none"],{variants:{size:{sm:"text-sm",md:"text-base",lg:"text-lg",xl:"text-xl"},focused:{true:"opacity-0 scale-95",false:"opacity-100 scale-100"}},defaultVariants:{size:qt.md,focused:!1}}),Vm=Sr("select-none font-medium text-muted-foreground",{variants:{size:{sm:"px-0.5 text-sm",md:"px-0.5 text-base",lg:"px-1 text-lg",xl:"px-1.5 text-xl"}},defaultVariants:{size:qt.md}});function vb(e){if(!Number.isFinite(e))return 6;return Math.max(1,Math.floor(e))}function $a(e,t){let r=(e??"").split("").slice(0,t);if(r.length<t)return r.concat(Array(t-r.length).fill(""));return r}var Bm=gb(({className:e,length:t=6,value:r,onChange:o,onComplete:i,size:n=qt.md,status:s=Er.default,disabled:l=!1,autoFocus:m=!1,mask:p=!1,groupSize:f,separator:u,separatorChar:P="—",placeholder:c="•",inputMode:b="numeric",pattern:T="[0-9]*",...M},w)=>{let C=d(n),v=vb(t),x=bb([]),[I,z]=Lm(null),[H,k]=Lm(()=>$a(r,v));Mm(()=>{if(r!==void 0){k($a(r,v));return}k((g)=>$a(g.join(""),v))},[r,v]),Mm(()=>{if(m)x.current[0]?.focus()},[m]);let _=Nm(()=>{if(typeof f==="number"&&Number.isFinite(f)){let g=Math.floor(f);if(g<=0)return v;return Math.min(v,Math.max(1,g))}if(typeof u==="number"&&Number.isFinite(u)){let g=Math.floor(u);if(g<=0)return v;return Math.min(v,Math.max(1,g))}if(u)return Math.max(1,Math.floor(v/2));return v},[f,v,u]),X=Nm(()=>{let g=[];for(let y=0;y<v;y+=_){let N=Math.min(y+_,v),ce=[];for(let Z=y;Z<N;Z+=1)ce.push(Z);g.push(ce)}return g},[_,v]),O=Xt((g)=>{let y=x.current[g];if(!y)return;y.focus(),y.select()},[]),$=Xt((g)=>{k(g);let y=g.join("");if(o?.(y),g.every((N)=>N!=="")&&y.length===v)i?.(y)},[o,i,v]),S=Xt((g,y)=>{if(l)return;let ce=(b==="numeric"?y.replace(/\D/g,""):y).slice(-1),Z=[...H];if(Z[g]=ce,$(Z),ce&&g<v-1)O(g+1)},[H,l,$,O,b,v]),A=Xt((g,y)=>{if(l)return;if(y.key==="Backspace"){if(y.preventDefault(),H[g]){let N=[...H];N[g]="",$(N);return}if(g>0){let N=[...H];N[g-1]="",$(N),O(g-1)}return}if(y.key==="Delete"){if(y.preventDefault(),H[g]){let N=[...H];N[g]="",$(N)}return}if(y.key==="ArrowLeft"){if(y.preventDefault(),g>0)O(g-1);return}if(y.key==="ArrowRight"){if(y.preventDefault(),g<v-1)O(g+1);return}if(y.key==="Home"){y.preventDefault(),O(0);return}if(y.key==="End")y.preventDefault(),O(v-1)},[H,l,$,O,v]),h=Xt((g,y)=>{if(y.preventDefault(),l)return;let N=y.clipboardData.getData("text"),Z=(b==="numeric"?N.replace(/\D/g,""):N.replace(/\s/g,"")).split("");if(Z.length===0)return;let Ae=[...H];for(let R=0;R<Z.length;R+=1){let j=g+R;if(j>=v)break;Ae[j]=Z[R]??""}$(Ae);let E=Math.min(v-1,g+Z.length-1);if(E<v-1){O(E+1);return}x.current[E]?.blur()},[H,l,$,O,b,v]),V=Xt((g,y)=>{z(g),y.target.select()},[]),J=Xt(()=>{z(null)},[]),L=u!==void 0,U=P.length>0&&u!==!1&&(L||X.length>1);return Zt("div",{ref:w,className:a(Rm({size:C}),e),role:"group","aria-label":"One-time password input",...M,children:X.map((g,y)=>Zt(fb,{children:[Zt("div",{"data-gs-otp-group":"true",className:a(Hm({size:C,status:s})),children:g.map((N,ce)=>{let Z=H[N]??"",Ae=I===N,E=Qr.middle;if(g.length===1)E=Qr.single;else if(ce===0)E=Qr.first;else if(ce===g.length-1)E=Qr.last;return Zt("div",{"data-gs-otp-slot":"true","data-disabled":l,className:a(km({size:C,filled:Boolean(Z),focused:Ae,status:s,disabled:l,position:E})),children:[Zt("input",{ref:(R)=>{x.current[N]=R},type:p?"password":"text",inputMode:b,pattern:T,maxLength:1,value:Z,placeholder:"",disabled:l,"aria-invalid":s===Er.error,"aria-label":`Digit ${N+1} of ${v}`,autoComplete:"one-time-code",onChange:(R)=>S(N,R.target.value),onKeyDown:(R)=>A(N,R),onPaste:(R)=>h(N,R),onFocus:(R)=>V(N,R),onBlur:J,className:a(Am({size:C,status:s,filled:Boolean(Z)}))},void 0,!1,void 0,this),!Z&&Zt("div",{"data-gs-otp-placeholder":"true","aria-hidden":"true",className:a(Im({size:C,focused:Ae})),children:c},void 0,!1,void 0,this)]},`slot-${N}`,!0,void 0,this)})},void 0,!1,void 0,this),U&&y<X.length-1&&Zt("span",{"data-gs-otp-separator":"true",className:a(Vm({size:C})),children:P},void 0,!1,void 0,this)]},`group-${g[0]}-${g[g.length-1]}`,!0,void 0,this))},void 0,!1,void 0,this)});Bm.displayName="OTPInput";import{createContext as Cb,useCallback as wr,useContext as zb,useMemo as Sb,useState as wb}from"react";import*as ne from"@radix-ui/react-dialog";import{cva as Dm}from"class-variance-authority";import{X as yb}from"lucide-react";import{forwardRef as Io}from"react";import{jsxDEV as qe}from"react/jsx-dev-runtime";var ke={top:"top",right:"right",bottom:"bottom",left:"left"},te={sm:"sm",md:"md",lg:"lg",xl:"xl",full:"full"},Pb={[ke.top]:"gs-sheet-content gs-sheet-content-top",[ke.right]:"gs-sheet-content gs-sheet-content-right",[ke.bottom]:"gs-sheet-content gs-sheet-content-bottom",[ke.left]:"gs-sheet-content gs-sheet-content-left"},hb={[ke.right]:{[te.sm]:"sm:max-w-sm",[te.md]:"sm:max-w-md",[te.lg]:"sm:max-w-lg",[te.xl]:"sm:max-w-xl",[te.full]:"sm:max-w-full"},[ke.left]:{[te.sm]:"sm:max-w-sm",[te.md]:"sm:max-w-md",[te.lg]:"sm:max-w-lg",[te.xl]:"sm:max-w-xl",[te.full]:"sm:max-w-full"},[ke.top]:{[te.sm]:"sm:max-h-[30vh]",[te.md]:"sm:max-h-[50vh]",[te.lg]:"sm:max-h-[70vh]",[te.xl]:"sm:max-h-[85vh]",[te.full]:"sm:max-h-full"},[ke.bottom]:{[te.sm]:"sm:max-h-[30vh]",[te.md]:"sm:max-h-[50vh]",[te.lg]:"sm:max-h-[70vh]",[te.xl]:"sm:max-h-[85vh]",[te.full]:"sm:max-h-full"}},Fm=Dm("gs-sheet-overlay fixed inset-0 z-50 bg-black/50"),Om=Dm("fixed z-50 flex flex-col gap-4 border border-border bg-background p-6 shadow-[var(--shadow-xl)]",{variants:{side:{[ke.top]:"inset-x-0 top-0 border-b",[ke.bottom]:"inset-x-0 bottom-0 border-t",[ke.left]:"inset-y-0 left-0 h-full w-3/4 border-r",[ke.right]:"inset-y-0 right-0 h-full w-3/4 border-l"}},defaultVariants:{side:ke.right}}),Ka=ne.Root,xb=ne.Trigger,Tb=ne.Close,_m=ne.Portal,Ua=Io(({className:e,...t},r)=>qe(ne.Overlay,{className:a(Fm(),e),...t,ref:r},void 0,!1,void 0,this));Ua.displayName=ne.Overlay.displayName;var Vo=Io(({side:e="right",size:t=te.md,showClose:r=!0,className:o,children:i,...n},s)=>{let l=d(t)??te.md,m=Pb[e],p=hb[e][l];return qe(_m,{children:[qe(Ua,{},void 0,!1,void 0,this),qe(ne.Content,{ref:s,className:a(Om({side:e}),m,p,o),...n,children:[i,r&&qe(ne.Close,{className:"gs-interactive absolute top-4 right-4 rounded-[var(--radius)] border border-border p-1.5 text-muted-foreground hover:bg-accent hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none",children:[qe(yb,{className:"size-4"},void 0,!1,void 0,this),qe("span",{className:"sr-only",children:"Close"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});Vo.displayName=ne.Content.displayName;var Gm=({className:e,...t})=>qe("div",{className:a("flex flex-col space-y-2 text-center sm:text-left",e),...t},void 0,!1,void 0,this);Gm.displayName="SheetHeader";var Wm=({className:e,...t})=>qe("div",{className:a("flex flex-col-reverse sm:flex-row sm:justify-end sm:gap-2.5",e),...t},void 0,!1,void 0,this);Wm.displayName="SheetFooter";var $m=Io(({className:e,...t},r)=>qe(ne.Title,{ref:r,className:a("font-semibold text-foreground text-lg",e),...t},void 0,!1,void 0,this));$m.displayName=ne.Title.displayName;var Km=Io(({className:e,...t},r)=>qe(ne.Description,{ref:r,className:a("text-muted-foreground text-sm",e),...t},void 0,!1,void 0,this));Km.displayName=ne.Description.displayName;import{jsxDEV as pt}from"react/jsx-dev-runtime";var Ya=0;function Mb(){return Ya=(Ya+1)%Number.MAX_SAFE_INTEGER,`overlay-${Ya}-${Date.now()}`}var Ym=Cb(null),Um=400;function Xm({children:e}){let[t,r]=wb([]),o=wr((p)=>{r((f)=>f.map((u)=>u.id===p?{...u,open:!1}:u)),setTimeout(()=>{r((f)=>f.filter((u)=>u.id!==p))},Um)},[]),i=wr(()=>{r((p)=>p.map((f)=>({...f,open:!1}))),setTimeout(()=>{r([])},Um)},[]),n=wr((p,f,u,P={})=>{let c=Mb(),b=(w)=>{return pt(f,{...u,close:w.close},void 0,!1,void 0,this)};b.displayName=`OverlayWrapper(${f.displayName??f.name??"Component"})`;let T={id:c,type:p,component:b,wrapperProps:P,open:!0};return r((w)=>[...w,T]),{id:c,close:()=>o(c)}},[o]),s=wr((p,f,u)=>{return n("dialog",p,f,u)},[n]),l=wr((p,f,u)=>{return n("sheet",p,f,u)},[n]),m=Sb(()=>({dialog:s,sheet:l,close:o,closeAll:i}),[s,l,o,i]);return pt(Ym.Provider,{value:m,children:[e,t.map((p)=>pt(Nb,{entry:p,onClose:o},p.id,!1,void 0,this))]},void 0,!0,void 0,this)}Xm.displayName="OverlayProvider";function Nb({entry:e,onClose:t}){let{id:r,type:o,component:i,wrapperProps:n,open:s}=e,l=wr(()=>t(r),[r,t]);if(o==="dialog"){let{showClose:m,size:p,...f}=n;return pt(Aa,{open:s,onOpenChange:(u)=>!u&&l(),children:pt(Lo,{showClose:m,size:p,...f,children:pt(i,{close:l},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)}if(o==="sheet"){let{side:m,showClose:p,...f}=n;return pt(Ka,{open:s,onOpenChange:(u)=>!u&&l(),children:pt(Vo,{side:m,showClose:p,...f,children:pt(i,{close:l},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)}return null}function Lb(){let e=zb(Ym);if(!e)throw Error("useOverlay must be used within an OverlayProvider");return e}import{cva as jr}from"class-variance-authority";import{ChevronLeft as Rb,ChevronRight as Hb,MoreHorizontal as kb}from"lucide-react";import{createContext as Ab,forwardRef as eo,useContext as Bo}from"react";import{jsxDEV as Me}from"react/jsx-dev-runtime";var Oe={sm:"sm",md:"md",lg:"lg"},to=Ab(Oe.md),Zm=jr("mx-auto flex w-full justify-center"),qm=jr("flex flex-row items-center gap-1"),Jm=jr(""),Do=jr("gs-interactive inline-flex items-center justify-center whitespace-nowrap rounded-[var(--radius)] font-medium focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 hover:bg-accent hover:text-accent-foreground",{variants:{isActive:{true:"border border-border bg-background shadow-[var(--shadow-sm)]",false:""},size:{[Oe.sm]:"h-7 w-7 text-xs [&_svg]:size-3.5",[Oe.md]:"h-9 w-9 text-sm [&_svg]:size-4",[Oe.lg]:"h-10 w-10 text-sm [&_svg]:size-5"}},defaultVariants:{isActive:!1,size:Oe.md}}),Qm=jr("flex items-center justify-center",{variants:{size:{[Oe.sm]:"h-7 w-7 [&_svg]:size-3.5",[Oe.md]:"h-9 w-9 [&_svg]:size-4",[Oe.lg]:"h-10 w-10 [&_svg]:size-5"}},defaultVariants:{size:Oe.md}}),Em=({className:e,size:t=Oe.md,...r})=>{let o=d(t)??Oe.md;return Me(to.Provider,{value:o,children:Me("nav",{"aria-label":"pagination",className:a(Zm(),e),...r},void 0,!1,void 0,this)},void 0,!1,void 0,this)};Em.displayName="Pagination";var jm=eo(({className:e,...t},r)=>Me("ul",{ref:r,className:a(qm(),e),...t},void 0,!1,void 0,this));jm.displayName="PaginationContent";var ed=eo(({className:e,...t},r)=>Me("li",{ref:r,className:a(Jm(),e),...t},void 0,!1,void 0,this));ed.displayName="PaginationItem";var td=eo(({className:e,isActive:t,...r},o)=>{let i=Bo(to);return Me("button",{ref:o,type:"button","aria-current":t?"page":void 0,className:a(Do({isActive:t,size:i}),e),...r},void 0,!1,void 0,this)});td.displayName="PaginationLink";var rd=eo(({className:e,...t},r)=>{let o=Bo(to);return Me("button",{ref:r,type:"button","aria-label":"Go to previous page",className:a(Do({size:o}),"gap-1 pl-2.5 pr-3 w-auto",e),...t,children:[Me(Rb,{},void 0,!1,void 0,this),Me("span",{children:"Previous"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});rd.displayName="PaginationPrevious";var od=eo(({className:e,...t},r)=>{let o=Bo(to);return Me("button",{ref:r,type:"button","aria-label":"Go to next page",className:a(Do({size:o}),"gap-1 pl-3 pr-2.5 w-auto",e),...t,children:[Me("span",{children:"Next"},void 0,!1,void 0,this),Me(Hb,{},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});od.displayName="PaginationNext";var ad=({className:e,...t})=>{let r=Bo(to);return Me("span",{"aria-hidden":!0,className:a(Qm({size:r}),e),...t,children:[Me(kb,{},void 0,!1,void 0,this),Me("span",{className:"sr-only",children:"More pages"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};ad.displayName="PaginationEllipsis";import*as ao from"@radix-ui/react-progress";import{cva as id}from"class-variance-authority";import{forwardRef as Ib}from"react";import{jsxDEV as Fo}from"react/jsx-dev-runtime";var ro={sm:"sm",md:"md",lg:"lg",xl:"xl"},oo={default:"default",success:"success",warning:"warning",error:"error"},nd=id("relative w-full overflow-hidden rounded-full bg-muted",{variants:{size:{[ro.sm]:"h-1",[ro.md]:"h-2.5",[ro.lg]:"h-4",[ro.xl]:"h-5"}},defaultVariants:{size:ro.md}}),sd=id("h-full w-full flex-1 rounded-full transition-transform duration-100 ease-out",{variants:{variant:{[oo.default]:"bg-primary",[oo.success]:"bg-success",[oo.warning]:"bg-warning",[oo.error]:"bg-destructive"}},defaultVariants:{variant:oo.default}}),ld=Ib(({className:e,value:t,size:r,variant:o,showValue:i,...n},s)=>{let l=d(r);return Fo("div",{className:"flex w-full items-center gap-2",children:[Fo(ao.Root,{ref:s,className:a(nd({size:l}),e),...n,children:Fo(ao.Indicator,{className:a(sd({variant:o})),style:{transform:`translateX(-${100-(t||0)}%)`}},void 0,!1,void 0,this)},void 0,!1,void 0,this),i&&Fo("span",{className:"font-medium text-muted-foreground text-sm tabular-nums",children:[t,"%"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});ld.displayName=ao.Root.displayName;import*as Nr from"@radix-ui/react-radio-group";import{cva as md}from"class-variance-authority";import{forwardRef as dd}from"react";import{jsxDEV as Oo}from"react/jsx-dev-runtime";var Je={sm:"sm",md:"md",lg:"lg",xl:"xl"},Mr={default:"default",error:"error",success:"success"},pd=md("grid gap-2"),cd=md("gs-interactive aspect-square rounded-full border border-input bg-background ring-offset-background enabled:active:scale-[0.94] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 data-[state=checked]:border-primary data-[state=checked]:text-primary disabled:cursor-not-allowed disabled:border-border disabled:bg-muted/45 disabled:text-muted-foreground",{variants:{size:{[Je.sm]:"h-4 w-4",[Je.md]:"h-5 w-5",[Je.lg]:"h-6 w-6",[Je.xl]:"h-7 w-7"},status:{[Mr.default]:"enabled:hover:border-primary/70",[Mr.error]:"border-destructive enabled:hover:border-destructive/70 focus-visible:ring-destructive data-[state=checked]:border-destructive data-[state=checked]:text-destructive",[Mr.success]:"border-success enabled:hover:border-success/70 focus-visible:ring-success data-[state=checked]:border-success data-[state=checked]:text-success"}},defaultVariants:{size:Je.md,status:Mr.default}}),Vb={[Je.sm]:"h-2 w-2",[Je.md]:"h-2.5 w-2.5",[Je.lg]:"h-3 w-3",[Je.xl]:"h-3.5 w-3.5"},ud=dd(({className:e,...t},r)=>Oo(Nr.Root,{ref:r,className:a(pd(),e),...t},void 0,!1,void 0,this));ud.displayName="RadioGroup";var fd=dd(({className:e,size:t=Je.md,status:r=Mr.default,...o},i)=>{let n=d(t);return Oo(Nr.Item,{ref:i,className:a(cd({size:n,status:r}),e),...o,children:Oo(Nr.Indicator,{className:"flex items-center justify-center",children:Oo("span",{className:a("block rounded-full bg-current transition-transform duration-150",Vb[n])},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)});fd.displayName="RadioGroupItem";import{cva as Wo}from"class-variance-authority";import{forwardRef as Xa,useCallback as _o,useRef as Bb,useState as Db}from"react";import{jsxDEV as Go}from"react/jsx-dev-runtime";var gd=Wo("flex h-full w-full",{variants:{direction:{horizontal:"flex-row",vertical:"flex-col"}},defaultVariants:{direction:"horizontal"}}),bd=Wo("relative overflow-hidden"),vd=Wo("relative flex items-center justify-center bg-border transition-colors duration-150 hover:bg-primary/40 active:bg-primary focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",{variants:{direction:{horizontal:"h-full w-1 cursor-col-resize",vertical:"h-1 w-full cursor-row-resize"},withHandle:{true:"",false:""}},compoundVariants:[{direction:"horizontal",withHandle:!0,class:"w-3"},{direction:"vertical",withHandle:!0,class:"h-3"}],defaultVariants:{direction:"horizontal",withHandle:!1}}),yd=Wo("z-10 flex items-center justify-center rounded-sm bg-border",{variants:{direction:{horizontal:"h-6 w-1",vertical:"h-1 w-6"}},defaultVariants:{direction:"horizontal"}}),Pd=Xa(({className:e,direction:t="horizontal",children:r,...o},i)=>Go("div",{ref:i,"data-panel-group":"","data-direction":t,className:a(gd({direction:t}),e),...o,children:r},void 0,!1,void 0,this));Pd.displayName="ResizablePanelGroup";var hd=Xa(({className:e,defaultSize:t=50,children:r,style:o,...i},n)=>Go("div",{ref:n,"data-panel":"",className:a(bd(),e),style:{...o,flexGrow:0,flexShrink:0,flexBasis:`${t}%`},...i,children:r},void 0,!1,void 0,this));hd.displayName="ResizablePanel";var xd=Xa(({className:e,withHandle:t=!1,disabled:r=!1,...o},i)=>{let[n,s]=Db(!1),l=Bb(null),m=_o((c,b)=>{if(r)return;s(!0);let T=(w)=>{let C="touches"in w?w.touches[0]:null,v=C?C.clientX:w.clientX,x=C?C.clientY:w.clientY,I=l.current;if(!I)return;let z=I.closest("[data-panel-group]");if(!z)return;let H=z.dataset.direction,k=z.getBoundingClientRect(),_=Array.from(z.querySelectorAll(":scope > [data-panel]")),X=Array.from(z.children).indexOf(I),O,$;for(let S of _){let A=Array.from(z.children).indexOf(S);if(A<X)O=S;if(A>X&&!$)$=S}if(O&&$){let S=H==="horizontal"?k.width:k.height,h=(H==="horizontal"?v-k.left:x-k.top)/S*100,V=Math.max(10,Math.min(90,h)),J=100-V;O.style.flexBasis=`${V}%`,$.style.flexBasis=`${J}%`}},M=()=>{s(!1),document.removeEventListener("mousemove",T),document.removeEventListener("mouseup",M),document.removeEventListener("touchmove",T),document.removeEventListener("touchend",M)};document.addEventListener("mousemove",T),document.addEventListener("mouseup",M),document.addEventListener("touchmove",T),document.addEventListener("touchend",M)},[r]),p=_o((c)=>{c.preventDefault(),m(c.clientX,c.clientY)},[m]),f=_o((c)=>{let b=c.touches[0];if(b)m(b.clientX,b.clientY)},[m]),u=_o((c)=>{if(r)return;let b=l.current??c.currentTarget,T=b.closest("[data-panel-group]");if(!T)return;let M=T.dataset.direction,w=c.shiftKey?10:1,C=Array.from(T.querySelectorAll(":scope > [data-panel]")),v=Array.from(T.children).indexOf(b),x,I;for(let k of C){let _=Array.from(T.children).indexOf(k);if(_<v)x=k;if(_>v&&!I)I=k}if(!(x&&I))return;let z=Number.parseFloat(x.style.flexBasis)||50,H=0;if(M==="horizontal"){if(c.key==="ArrowLeft")H=-w;if(c.key==="ArrowRight")H=w}else{if(c.key==="ArrowUp")H=-w;if(c.key==="ArrowDown")H=w}if(H!==0){c.preventDefault();let k=Math.max(10,Math.min(90,z+H));x.style.flexBasis=`${k}%`,I.style.flexBasis=`${100-k}%`}},[r]),P="horizontal";return Go("div",{ref:(c)=>{if(l.current=c,typeof i==="function")i(c);else if(i)i.current=c},role:"separator","aria-orientation":"horizontal",tabIndex:r?-1:0,"data-panel-resize-handle":"","data-dragging":n,onMouseDown:p,onTouchStart:f,onKeyDown:u,className:a(vd({direction:"horizontal",withHandle:t}),n&&"bg-primary",r&&"pointer-events-none opacity-50",e),...o,children:t&&Go("div",{className:a(yd({direction:"horizontal"}))},void 0,!1,void 0,this)},void 0,!1,void 0,this)});xd.displayName="ResizableHandle";import*as rt from"@radix-ui/react-scroll-area";import{cva as Za}from"class-variance-authority";import{forwardRef as Td}from"react";import{jsxDEV as Lr}from"react/jsx-dev-runtime";var Cd=Za("relative overflow-hidden"),Fb={display:"flex",flexDirection:"column"},Ob={flex:"1 1 0%",minHeight:0},zd=Za("flex touch-none select-none transition-colors duration-150",{variants:{orientation:{vertical:"h-full w-2.5 border-l border-l-transparent p-px",horizontal:"h-2.5 flex-col border-t border-t-transparent p-px"}},defaultVariants:{orientation:"vertical"}}),Sd=Za("relative flex-1 rounded-full bg-border"),wd=Td(({className:e,children:t,style:r,...o},i)=>Lr(rt.Root,{ref:i,className:a(Cd(),e),style:{...r,...Fb},...o,children:[Lr(rt.Viewport,{className:"w-full rounded-[inherit]",style:Ob,children:t},void 0,!1,void 0,this),Lr(qa,{},void 0,!1,void 0,this),Lr(rt.Corner,{},void 0,!1,void 0,this)]},void 0,!0,void 0,this));wd.displayName="ScrollArea";var qa=Td(({className:e,orientation:t="vertical",...r},o)=>Lr(rt.ScrollAreaScrollbar,{ref:o,orientation:t,className:a(zd({orientation:t}),e),...r,children:Lr(rt.ScrollAreaThumb,{className:a(Sd())},void 0,!1,void 0,this)},void 0,!1,void 0,this));qa.displayName="ScrollBar";import*as wt from"@radix-ui/react-popover";import{cva as Nd}from"class-variance-authority";import{Check as _b,ChevronDown as Gb,X as Wb}from"lucide-react";import{Children as $b,createContext as Kb,forwardRef as so,isValidElement as Ub,useCallback as $o,useContext as Ld,useEffect as Ko,useId as Md,useMemo as Yb,useRef as Rd,useState as io}from"react";import{jsxDEV as ae,Fragment as jb}from"react/jsx-dev-runtime";var Q={sm:"sm",md:"md",lg:"lg",xl:"xl"},Rr={default:"default",error:"error",success:"success"},no={trigger:"trigger",auto:"auto"},Xb={start:"start",center:"center",end:"end"},Hd=Nd(["gs-interactive group flex items-center gap-2 rounded-[var(--radius)] border border-input","bg-background text-sm text-foreground outline-none","placeholder:text-muted-foreground focus-visible:ring-2","data-[state=open]:ring-2","disabled:cursor-not-allowed disabled:border-border disabled:bg-muted/45 disabled:text-muted-foreground","data-[placeholder]:text-muted-foreground","[&_[data-slot=select-value]]:line-clamp-1"].join(" "),{variants:{size:{[Q.sm]:"h-8 px-2.5 text-xs",[Q.md]:"h-10 px-3.5",[Q.lg]:"h-11 px-4.5 text-sm",[Q.xl]:"h-12 px-4 text-base"},status:{[Rr.default]:"focus-visible:ring-primary data-[state=open]:ring-primary",[Rr.error]:"border-destructive focus-visible:ring-destructive data-[state=open]:ring-destructive",[Rr.success]:"border-success focus-visible:ring-success data-[state=open]:ring-success"}},defaultVariants:{size:Q.md,status:Rr.default}}),kd=Nd(["max-h-96 overflow-y-auto overflow-x-hidden"].join(" "),{variants:{widthMode:{[no.trigger]:"w-[var(--radix-popover-trigger-width)]",[no.auto]:"w-max min-w-0"},size:{[Q.sm]:"text-xs",[Q.md]:"text-sm",[Q.lg]:"text-sm",[Q.xl]:"text-base"}},defaultVariants:{widthMode:no.auto,size:Q.md}}),Zb={[Q.sm]:"min-h-7 py-1 px-2 pr-3 text-xs",[Q.md]:"min-h-9 py-2 px-3 pr-4.5 text-sm",[Q.lg]:"min-h-10 py-2.5 px-3.5 pr-5.5 text-sm",[Q.xl]:"min-h-11 py-3 px-4 pr-6 text-base"},qb={[Q.sm]:"px-2 py-1 text-xs",[Q.md]:"px-2 py-1.5 text-sm",[Q.lg]:"px-2.5 py-1.5 text-sm",[Q.xl]:"px-3 py-2 text-base"},Uo={[Q.sm]:"size-3.5",[Q.md]:"size-4",[Q.lg]:"size-4",[Q.xl]:"size-4.5"};function Ja(e){if(e===null||e===void 0||typeof e==="boolean")return"";if(typeof e==="string"||typeof e==="number")return String(e);if(Array.isArray(e))return e.map((t)=>Ja(t)).join("");if(Ub(e))return Ja(e.props.children);return""}var Qa=Kb(null);function Yo(){let e=Ld(Qa);if(!e)throw Error("Select components must be used within Select");return e}function Ea(e){let t=Ld(Qa);if(e)return e;return t?.triggerSize??Q.md}var Jb=({children:e,value:t,defaultValue:r="",onValueChange:o,open:i,defaultOpen:n=!1,onOpenChange:s,disabled:l=!1})=>{let[m,p]=io(Q.md),[f,u]=io(!1),[P,c]=io(r),[b,T]=io(n),[M,w]=io(0),C=Rd(new Map),v=t!==void 0,x=i!==void 0,I=v?t:P,z=x?i:b,H=$o((A)=>{if(!v)c(A);if(o?.(A),!x)T(!1);s?.(!1)},[v,x,o,s]),k=$o((A)=>{if(l)return;if(!x)T(A);s?.(A)},[l,x,s]),_=$o((A,h)=>{if(C.current.get(A)!==h)C.current.set(A,h),w((J)=>J+1)},[]),X=$o((A)=>{return C.current.get(A)},[]),O=Md(),$=Md(),S=Yb(()=>({value:I,onValueChange:H,open:z,onOpenChange:k,triggerSize:m,setTriggerSize:p,triggerFullWidth:f,setTriggerFullWidth:u,disabled:l,triggerId:O,contentId:$,registerItem:_,getLabel:X}),[I,H,z,k,m,f,l,O,$,_,X,M]);return ae(Qa.Provider,{value:S,children:ae(wt.Root,{open:z,onOpenChange:k,children:e},void 0,!1,void 0,this)},void 0,!1,void 0,this)},Qb=({children:e,className:t})=>ae("div",{role:"group",className:t,children:e},void 0,!1,void 0,this),Eb=({placeholder:e})=>{let{value:t,getLabel:r}=Yo();if(!t)return e?ae("span",{className:"text-muted-foreground",children:e},void 0,!1,void 0,this):null;let o=r(t);return ae(jb,{children:o??t},void 0,!1,void 0,this)},Ad=so(({className:e,children:t,size:r=Q.md,status:o=Rr.default,fullWidth:i=!1,clearable:n=!1,leadingIcon:s,indicatorIcon:l,renderValue:m,placeholder:p,onKeyDown:f,...u},P)=>{let c=Yo(),b=d(r)??r,T=c.setTriggerSize,M=c.setTriggerFullWidth;Ko(()=>{T(b)},[b,T]),Ko(()=>{M(i)},[i,M]);let w=c.value.length>0,C=n&&w&&!c.disabled,v=(z)=>{z.stopPropagation(),z.preventDefault(),c.onValueChange("")},x;if(m)x=w?m(c.value):p?ae("span",{className:"text-muted-foreground",children:p},void 0,!1,void 0,this):null;else x=t;let I=(z)=>{if(f?.(z),z.defaultPrevented)return;if(z.key==="ArrowDown"||z.key==="ArrowUp"||z.key==="Enter"||z.key===" "){if(!c.open)z.preventDefault(),c.onOpenChange(!0)}};return ae(wt.Trigger,{asChild:!0,children:ae("button",{ref:P,type:"button",role:"combobox","aria-expanded":c.open,"aria-haspopup":"listbox","aria-controls":c.contentId,id:c.triggerId,disabled:c.disabled,"data-state":c.open?"open":"closed","data-placeholder":w?void 0:"",className:a(Hd({size:b,status:o}),i?"w-full":"w-auto",e),onKeyDown:I,...u,children:[s&&ae("i",{className:"inline-flex shrink-0 items-center text-muted-foreground not-italic",children:s},void 0,!1,void 0,this),ae("span",{"data-slot":"select-value",className:"min-w-0 flex-1 text-left",children:x},void 0,!1,void 0,this),ae("span",{className:"inline-flex shrink-0 items-center gap-1 text-muted-foreground",children:[C&&ae("span",{role:"button",tabIndex:-1,"aria-label":"Clear selection",onMouseDown:(z)=>z.preventDefault(),onClick:v,className:"gs-interactive inline-flex items-center justify-center rounded-[calc(var(--radius)-4px)] text-muted-foreground hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",children:ae(Wb,{className:Uo[b]},void 0,!1,void 0,this)},void 0,!1,void 0,this),l??ae(Gb,{className:a(Uo[b],"opacity-60 transition-transform duration-200 ease-[cubic-bezier(0.16,1,0.3,1)]",c.open&&"rotate-180")},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)});Ad.displayName="SelectTrigger";var Id=so(({className:e,children:t,widthMode:r,size:o,align:i="start",side:n="bottom",sideOffset:s=4,portal:l=!0,forceMount:m=!0,onKeyDown:p,...f},u)=>{let P=Yo(),c=Ea(o),b=r??no.auto,T=Rd(null),M=Yr(u,T),w=(x)=>{let I=T.current;if(!I)return;let z=Array.from(I.querySelectorAll('[role="option"]:not([data-disabled])'));if(z.length===0)return;let H=I.querySelector('[role="option"]:focus'),k=H?z.indexOf(H):-1,_;switch(x){case"first":_=z[0];break;case"last":_=z[z.length-1];break;case"next":_=z[k+1]??z[0];break;case"prev":_=z[k-1]??z[z.length-1];break}_?.focus()},C=(x)=>{if(p?.(x),x.defaultPrevented)return;switch(x.key){case"ArrowDown":x.preventDefault(),w("next");break;case"ArrowUp":x.preventDefault(),w("prev");break;case"Home":x.preventDefault(),w("first");break;case"End":x.preventDefault(),w("last");break;case"Escape":x.preventDefault(),P.onOpenChange(!1);break}};Ko(()=>{if(P.open)requestAnimationFrame(()=>w("first"))},[P.open]);let v=ae(wt.Content,{ref:M,id:P.contentId,role:"listbox","aria-labelledby":P.triggerId,side:n,align:i,sideOffset:s,forceMount:m,onKeyDown:C,onOpenAutoFocus:(x)=>x.preventDefault(),className:a(Cr(),kd({widthMode:b,size:c}),"p-1",e),...f,children:t},void 0,!1,void 0,this);if(l)return ae(wt.Portal,{children:v},void 0,!1,void 0,this);return v});Id.displayName="SelectContent";var Vd=so(({className:e,size:t,...r},o)=>{let i=Ea(t);return ae("div",{ref:o,className:a("font-semibold text-foreground",qb[i],e),...r},void 0,!1,void 0,this)});Vd.displayName="SelectLabel";var Bd=so(({className:e,children:t,value:r,label:o,size:i,disabled:n=!1,...s},l)=>{let m=Yo(),p=Ea(i),f=m.value===r,u=m.registerItem,P=Ja($b.toArray(t)).trim();Ko(()=>{let T=o??(P.length>0?P:r);u(r,T)},[P,r,o,u]);let c=()=>{if(!n)m.onValueChange(r)},b=(T)=>{if(T.key==="Enter"||T.key===" ")T.preventDefault(),c()};return ae("div",{ref:l,role:"option",tabIndex:n?void 0:-1,"aria-selected":f,"aria-disabled":n||void 0,"data-selected":f?"":void 0,"data-disabled":n?"":void 0,"data-value":r,className:a("gs-interactive relative flex w-full cursor-pointer select-none items-center gap-2","rounded-[calc(var(--radius)-3px)] outline-none","hover:bg-accent focus-visible:bg-accent focus-visible:text-accent-foreground","data-disabled:cursor-not-allowed data-disabled:opacity-50",Zb[p],f&&"bg-accent/50",e),onClick:c,onKeyDown:b,...s,children:[ae("span",{className:a("flex shrink-0 items-center justify-center",Uo[p]),children:f&&ae(_b,{className:Uo[p]},void 0,!1,void 0,this)},void 0,!1,void 0,this),ae("span",{className:"min-w-0 flex-1 truncate",children:t},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Bd.displayName="SelectItem";var Dd=so(({className:e,...t},r)=>ae("div",{ref:r,className:a("-mx-1 my-1 h-px bg-border",e),...t},void 0,!1,void 0,this));Dd.displayName="SelectSeparator";import{cva as ei}from"class-variance-authority";import{createContext as ev,forwardRef as ti,useCallback as Fd,useContext as Gd,useEffect as ja,useLayoutEffect as tv,useRef as Od,useState as _d}from"react";import{jsxDEV as Jt}from"react/jsx-dev-runtime";var Ne={sm:"sm",md:"md",lg:"lg"},Wd=ei("relative inline-flex items-center rounded-[var(--radius)] border border-border bg-muted/50 p-1 text-muted-foreground",{variants:{size:{[Ne.sm]:"h-9 gap-0.5",[Ne.md]:"h-10 gap-0.5",[Ne.lg]:"h-11 gap-1"}},defaultVariants:{size:Ne.md}}),$d=ei(["relative z-10 inline-flex items-center justify-center rounded-[calc(var(--radius)-2px)]","cursor-pointer outline-none select-none","transition-[color] duration-150","focus-visible:ring-2 focus-visible:ring-ring","disabled:pointer-events-none disabled:text-muted-foreground/40"],{variants:{size:{[Ne.sm]:"size-7",[Ne.md]:"size-8",[Ne.lg]:"size-9"},active:{true:"text-foreground",false:"text-muted-foreground hover:text-foreground/70"}},defaultVariants:{size:Ne.md,active:!1}}),Kd=ei(["relative z-10 inline-flex items-center justify-center gap-1.5 rounded-[calc(var(--radius)-2px)]","cursor-pointer outline-none select-none whitespace-nowrap font-medium","transition-[color] duration-150","focus-visible:ring-2 focus-visible:ring-ring","disabled:pointer-events-none disabled:text-muted-foreground/40"],{variants:{size:{[Ne.sm]:"h-7 px-3 text-xs",[Ne.md]:"h-8 px-3 text-sm",[Ne.lg]:"h-9 px-4 text-sm"},active:{true:"text-foreground",false:"text-muted-foreground hover:text-foreground/70"}},defaultVariants:{size:Ne.md,active:!1}}),ri=ev({activeValue:"",onSelect:()=>{},size:Ne.md,disabled:!1}),rv=typeof window<"u"?tv:ja,Ud=ti(({className:e,value:t,defaultValue:r,onValueChange:o,size:i,disabled:n=!1,children:s,...l},m)=>{let p=d(i),f=Od(null),[u,P]=_d(r??""),[c,b]=_d(null),T=Od(!0),M=t!==void 0?t:u,w=Fd((v)=>{if(n)return;if(t===void 0)P(v);o?.(v)},[n,t,o]),C=Fd(()=>{let v=f.current;if(!v)return;let x=v.querySelector('[data-state="active"]');if(!x){b(null);return}let I=v.getBoundingClientRect(),z=x.getBoundingClientRect();b({left:z.left-I.left,width:z.width})},[]);return rv(()=>{C()},[C,M]),ja(()=>{if(T.current)requestAnimationFrame(()=>{T.current=!1})},[]),ja(()=>{let v=f.current;if(!v)return;let x=new MutationObserver(()=>{C()});return x.observe(v,{attributes:!0,attributeFilter:["data-state"],subtree:!0}),()=>x.disconnect()},[C]),Jt(ri.Provider,{value:{activeValue:M,onSelect:w,size:p,disabled:n},children:Jt("div",{ref:(v)=>{if(f.current=v,typeof m==="function")m(v);else if(m)m.current=v},role:"radiogroup",className:a(Wd({size:p}),n&&"opacity-50 pointer-events-none",e),...l,children:[c&&Jt("span",{"aria-hidden":"true",className:a("absolute rounded-[calc(var(--radius)-2px)] bg-background shadow-sm",!T.current&&"transition-[left,width] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-emphasized)]"),style:{left:c.left,width:c.width,top:"4px",bottom:"4px"}},void 0,!1,void 0,this),s]},void 0,!0,void 0,this)},void 0,!1,void 0,this)});Ud.displayName="SegmentedControl";var Yd=ti(({className:e,value:t,icon:r,disabled:o=!1,...i},n)=>{let{activeValue:s,onSelect:l,size:m,disabled:p}=Gd(ri),f=s===t,u=o||p;return Jt("button",{ref:n,type:"button",role:"radio","aria-checked":f,"aria-disabled":u||void 0,"data-state":f?"active":"inactive","data-value":t,disabled:u,onClick:()=>l(t),className:a($d({size:m,active:f}),e),...i,children:Jt("span",{className:"size-4 [&>svg]:size-full",children:r},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Yd.displayName="SegmentedControlItem";var Xd=ti(({className:e,value:t,icon:r,disabled:o=!1,children:i,...n},s)=>{let{activeValue:l,onSelect:m,size:p,disabled:f}=Gd(ri),u=l===t,P=o||f;return Jt("button",{ref:s,type:"button",role:"radio","aria-checked":u,"aria-disabled":P||void 0,"data-state":u?"active":"inactive","data-value":t,disabled:P,onClick:()=>m(t),className:a(Kd({size:p,active:u}),e),...n,children:[r&&Jt("span",{className:"size-4 [&>svg]:size-full",children:r},void 0,!1,void 0,this),i]},void 0,!0,void 0,this)});Xd.displayName="SegmentedControlLabelItem";import{cva as ov}from"class-variance-authority";import{forwardRef as av}from"react";import{jsxDEV as iv}from"react/jsx-dev-runtime";var lo={horizontal:"horizontal",vertical:"vertical"},Zd=ov("shrink-0 bg-border",{variants:{orientation:{[lo.horizontal]:"h-px w-full",[lo.vertical]:"h-full w-px"}},defaultVariants:{orientation:lo.horizontal}}),qd=av(({className:e,orientation:t=lo.horizontal,decorative:r=!0,...o},i)=>{let n=r?{role:"none"}:{role:"separator","aria-orientation":t};return iv("div",{ref:i,className:a(Zd({orientation:t}),e),...n,...o},void 0,!1,void 0,this)});qd.displayName="Separator";import{cva as Xo}from"class-variance-authority";import{forwardRef as Zo}from"react";import{jsxDEV as qo}from"react/jsx-dev-runtime";var pe={sm:"sm",md:"md",lg:"lg"},Jd=Xo("animate-pulse rounded-[var(--radius)] bg-muted"),Qd=Xo("w-full",{variants:{size:{[pe.sm]:"h-3",[pe.md]:"h-4",[pe.lg]:"h-5"}},defaultVariants:{size:pe.md}}),Ed=Xo("",{variants:{size:{[pe.sm]:"h-8 w-8",[pe.md]:"h-10 w-10",[pe.lg]:"h-12 w-12"}},defaultVariants:{size:pe.md}}),jd=Xo("",{variants:{size:{[pe.sm]:"h-8 w-20",[pe.md]:"h-9 w-24",[pe.lg]:"h-10 w-28"}},defaultVariants:{size:pe.md}}),mo=Zo(({className:e,circle:t=!1,...r},o)=>qo("div",{ref:o,className:a(Jd(),t&&"rounded-full",e),...r},void 0,!1,void 0,this));mo.displayName="Skeleton";var ep=Zo(({className:e,size:t=pe.md,...r},o)=>{let i=d(t)??pe.md;return qo(mo,{ref:o,className:a(Qd({size:i}),e),...r},void 0,!1,void 0,this)});ep.displayName="SkeletonText";var tp=Zo(({className:e,size:t=pe.md,...r},o)=>{let i=d(t)??pe.md;return qo(mo,{ref:o,circle:!0,className:a(Ed({size:i}),e),...r},void 0,!1,void 0,this)});tp.displayName="SkeletonAvatar";var rp=Zo(({className:e,size:t=pe.md,...r},o)=>{let i=d(t)??pe.md;return qo(mo,{ref:o,className:a(jd({size:i}),e),...r},void 0,!1,void 0,this)});rp.displayName="SkeletonButton";import*as Mt from"@radix-ui/react-slider";import{cva as Eo}from"class-variance-authority";import{forwardRef as nv}from"react";import{jsxDEV as Qo}from"react/jsx-dev-runtime";var Jo={sm:"sm",md:"md",lg:"lg"},op=Eo("relative flex w-full touch-none select-none items-center",{variants:{size:{[Jo.sm]:"[&_[data-slider-track]]:h-0.5 [&_[data-slider-thumb]]:h-3 [&_[data-slider-thumb]]:w-3",[Jo.md]:"[&_[data-slider-track]]:h-2 [&_[data-slider-thumb]]:h-5 [&_[data-slider-thumb]]:w-5",[Jo.lg]:"[&_[data-slider-track]]:h-3 [&_[data-slider-thumb]]:h-6 [&_[data-slider-thumb]]:w-6"}},defaultVariants:{size:Jo.md}}),ap=Eo("relative w-full grow overflow-hidden rounded-full bg-secondary"),ip=Eo("absolute h-full bg-primary"),np=Eo("gs-interactive block rounded-full border-2 border-primary bg-background ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50"),sp=nv(({className:e,size:t,...r},o)=>{let i=d(t);return Qo(Mt.Root,{ref:o,className:a(op({size:i}),e),...r,children:[Qo(Mt.Track,{"data-slider-track":!0,className:a(ap()),children:Qo(Mt.Range,{className:a(ip())},void 0,!1,void 0,this)},void 0,!1,void 0,this),(r.defaultValue??r.value??[0]).map((n,s)=>Qo(Mt.Thumb,{"data-slider-thumb":!0,className:a(np())},`thumb-${String(s)}`,!1,void 0,this))]},void 0,!0,void 0,this)});sp.displayName="Slider";import{cva as ye}from"class-variance-authority";import{forwardRef as mv,useCallback as Hr,useEffect as ai,useMemo as jo,useRef as mp,useState as ea}from"react";import{createPortal as dv}from"react-dom";import{useCallback as sv,useEffect as lv,useRef as lp}from"react";function oi(e,t,r={}){let{enabled:o=!0,preventDefault:i=!0,stopPropagation:n=!1,target:s="global"}=r,l=lp(t);l.current=t;let m=lp([]),p=Array.isArray(e)?e:[e];m.current=p.map((u)=>({combo:u,def:_a(u)}));let f=sv((u)=>{if(!o)return;for(let{combo:P,def:c}of m.current)if(Ga(u,c)){if(i)u.preventDefault();if(n)u.stopPropagation();l.current(u,P);return}},[o,i,n]);lv(()=>{if(!o)return;let u=s==="global"?document:s.current;if(!u)return;return u.addEventListener("keydown",f),()=>{u.removeEventListener("keydown",f)}},[o,f,s])}import{jsxDEV as q}from"react/jsx-dev-runtime";var Qt={sm:"sm",md:"md",lg:"lg",xl:"xl"},kr={idle:"idle",loading:"loading",error:"error"},dp=ye("fixed inset-0 z-[120] bg-black/60 backdrop-blur-sm",{variants:{state:{open:"animate-in fade-in-0",closing:"animate-out fade-out-0"}},defaultVariants:{state:"open"}}),pp=ye(["fixed left-1/2 top-[15vh] z-[120] w-full -translate-x-1/2","rounded-[calc(var(--radius)+6px)] border border-border bg-popover shadow-2xl","overflow-hidden"],{variants:{size:{[Qt.sm]:"max-w-md",[Qt.md]:"max-w-xl",[Qt.lg]:"max-w-2xl",[Qt.xl]:"max-w-3xl"},state:{open:"animate-in fade-in-0 slide-in-from-top-4",closing:"animate-out fade-out-0 slide-out-to-top-4"}},defaultVariants:{size:Qt.md,state:"open"}}),cp=ye("flex items-center gap-3 border-b border-border px-4 py-3"),up=ye(["w-full flex-1 bg-transparent text-foreground text-base","placeholder:text-muted-foreground","outline-none border-none"]),fp=ye("size-4 text-muted-foreground shrink-0"),ta=ye(["inline-flex items-center justify-center px-1.5 py-0.5 rounded","font-mono text-[10px] font-medium","bg-muted border border-border text-muted-foreground"]),gp=ye("overflow-y-auto max-h-80 py-1"),bp=ye("px-3 py-2 text-xs font-semibold text-muted-foreground uppercase tracking-wide"),vp=ye(["group flex items-center gap-3 px-3 py-2 mx-2 rounded-lg cursor-pointer","text-foreground transition-colors duration-100"],{variants:{selected:{true:"bg-primary/10",false:"hover:bg-muted"},disabled:{true:"opacity-50 cursor-not-allowed pointer-events-none",false:""}},defaultVariants:{selected:!1,disabled:!1}}),yp=ye("size-4 shrink-0",{variants:{selected:{true:"text-primary",false:"text-muted-foreground"}},defaultVariants:{selected:!1}}),Pp=ye("flex-1 min-w-0"),hp=ye("text-sm font-medium truncate"),xp=ye("text-xs text-muted-foreground truncate"),Tp=ye("flex items-center gap-1 text-[11px] text-muted-foreground shrink-0"),ra=ye("flex flex-col items-center justify-center py-8 text-muted-foreground min-h-24",{variants:{state:{empty:"text-muted-foreground",loading:"text-muted-foreground",error:"text-destructive"}},defaultVariants:{state:"empty"}}),oa=ye("text-sm font-medium"),Cp=ye("text-xs mt-1"),pv=(e,t)=>{if(!t)return!0;let r=t.toLowerCase();if(e.title.toLowerCase().includes(r))return!0;if(e.description?.toLowerCase().includes(r))return!0;if(e.keywords?.some((o)=>o.toLowerCase().includes(r)))return!0;return!1},zp=mv(({className:e,open:t,onOpenChange:r,actions:o,onActionSelect:i,value:n,defaultValue:s="",onValueChange:l,placeholder:m="Search commands, pages, or actions...",size:p=Qt.md,status:f=kr.idle,statusMessage:u,emptyText:P="No command found for this query.",hotkey:c,portal:b=!0,...T},M)=>{let w=mp(null),C=mp(null),[v,x]=ea(s),[I,z]=ea(0),[H,k]=ea(!1),[_,X]=ea(!1),{isMac:O}=qr(),$=Hr((R)=>Zr(R,O),[O]),S=jo(()=>c&&c.length>0?c.join("+"):null,[c]);oi(S??"",()=>r(!t),{enabled:!!S});let A=n!==void 0?n:v,h=jo(()=>o.filter((R)=>pv(R,A)),[o,A]),V=jo(()=>h.map((R,j)=>!R.disabled?j:-1).filter((R)=>R>=0),[h]),J=jo(()=>{let R=new Map,j=new Map,ie=0;for(let Le of h){let It=Le.group??"";if(!R.has(It))R.set(It,[]);R.get(It).push(Le),j.set(Le,ie),ie++}return{groups:R,indexMap:j}},[h]);ai(()=>{if(t){k(!0),X(!1),z(0);return}if(H)X(!0)},[t]);let L=Hr(()=>{if(_)k(!1),X(!1)},[_]);ai(()=>{if(t)document.body.style.overflow="hidden";else document.body.style.overflow="";return()=>{document.body.style.overflow=""}},[t]),ai(()=>{if(t&&H)requestAnimationFrame(()=>w.current?.focus())},[t,H]);let U=Hr((R)=>{let j=R.target.value;x(j),l?.(j),z(0)},[l]),g=Hr((R)=>{let j=C.current;if(!j)return;j.querySelectorAll('[role="option"]')[R]?.scrollIntoView({block:"nearest"})},[]),y=Hr((R)=>{if(R.key==="Escape"){R.preventDefault(),r(!1);return}if(R.key==="ArrowDown"){if(R.preventDefault(),V.length===0)return;let ie=(V.indexOf(I)+1)%V.length,Le=V[ie];z(Le),g(Le);return}if(R.key==="ArrowUp"){if(R.preventDefault(),V.length===0)return;let ie=(V.indexOf(I)-1+V.length)%V.length,Le=V[ie];z(Le),g(Le);return}if(R.key==="Enter"){R.preventDefault();let j=h[I];if(j&&!j.disabled)i(j,I)}},[I,V,h,i,r,g]),N=Hr((R,j)=>{if(R.disabled)return;i(R,j)},[i]);if(!H)return null;let ce=_?"closing":"open",Z=f===kr.idle,Ae=f!==kr.idle,E=q("div",{ref:M,role:"dialog","aria-modal":"true",onKeyDown:y,className:a(e),...T,children:[q("div",{"data-testid":"spotlight-overlay",className:a(dp({state:ce})),onClick:()=>r(!1),onKeyDown:(R)=>{if(R.key==="Escape")r(!1)}},void 0,!1,void 0,this),q("div",{className:a(pp({size:p,state:ce})),onAnimationEnd:L,children:[q("div",{className:a(cp()),children:[q("svg",{className:a(fp()),fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:q("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"},void 0,!1,void 0,this)},void 0,!1,void 0,this),q("input",{ref:w,type:"text",value:A,onChange:U,placeholder:m,className:a(up())},void 0,!1,void 0,this),c?q("div",{className:"flex items-center gap-1",children:c.map((R)=>q("kbd",{className:a(ta()),children:$(R)},R,!1,void 0,this))},void 0,!1,void 0,this):q("kbd",{className:a(ta()),children:"ESC"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Ae&&f===kr.loading&&q("div",{className:a(ra({state:"loading"})),children:q("div",{className:a(oa()),children:"Searching commands..."},void 0,!1,void 0,this)},void 0,!1,void 0,this),Ae&&f===kr.error&&q("div",{className:a(ra({state:"error"})),children:[q("div",{className:a(oa()),children:"Search failed"},void 0,!1,void 0,this),u&&q("div",{className:a(Cp()),children:u},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Z&&h.length===0&&q("div",{className:a(ra({state:"empty"})),children:q("div",{className:a(oa()),children:P},void 0,!1,void 0,this)},void 0,!1,void 0,this),Z&&h.length>0&&q("div",{ref:C,className:a(gp()),children:Array.from(J.groups.entries()).map(([R,j])=>q("div",{children:[R&&q("div",{className:a(bp()),children:R},void 0,!1,void 0,this),j.map((ie)=>{let Le=J.indexMap.get(ie)??0,It=Le===I;return q("div",{role:"option","aria-selected":It,"aria-disabled":ie.disabled??!1,onClick:()=>N(ie,Le),className:a(vp({selected:It,disabled:ie.disabled??!1})),children:[ie.icon&&q("span",{className:a(yp({selected:It})),children:ie.icon},void 0,!1,void 0,this),q("div",{className:a(Pp()),children:[q("div",{className:a(hp()),children:ie.title},void 0,!1,void 0,this),ie.description&&q("div",{className:a(xp()),children:ie.description},void 0,!1,void 0,this)]},void 0,!0,void 0,this),ie.shortcut&&ie.shortcut.length>0&&q("div",{className:a(Tp()),children:ie.shortcut.map((hi)=>q("kbd",{className:a(ta()),children:$(hi)},hi,!1,void 0,this))},void 0,!1,void 0,this)]},ie.id,!0,void 0,this)})]},R||"__ungrouped__",!0,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this);if(b)return dv(E,document.body);return E});zp.displayName="Spotlight";import{cva as cv}from"class-variance-authority";import{forwardRef as uv}from"react";import{jsxDEV as Nt}from"react/jsx-dev-runtime";var _e={sm:"sm",md:"md",lg:"lg"},Et={up:"up",down:"down",neutral:"neutral"},Sp=cv("gs-interactive relative flex flex-col rounded-lg border border-border bg-card text-card-foreground shadow-sm transition-[color,background-color,border-color,box-shadow] duration-150 hover:shadow-md",{variants:{size:{[_e.sm]:"gap-1 p-3",[_e.md]:"gap-1.5 p-4",[_e.lg]:"gap-2 p-5"}},defaultVariants:{size:_e.md}}),fv={[_e.sm]:"text-lg font-semibold",[_e.md]:"text-2xl font-bold",[_e.lg]:"text-3xl font-bold"},gv={[_e.sm]:"text-xs",[_e.md]:"text-sm",[_e.lg]:"text-base"},bv={[Et.up]:"text-success",[Et.down]:"text-destructive",[Et.neutral]:"text-muted-foreground"},vv={[Et.up]:"↑",[Et.down]:"↓",[Et.neutral]:"→"},wp=uv(({className:e,size:t=_e.md,label:r,value:o,trend:i,trendValue:n,icon:s,...l},m)=>{let p=d(t);return Nt("div",{ref:m,className:a(Sp({size:p}),e),...l,children:[Nt("div",{className:"flex items-center justify-between",children:[Nt("span",{className:a("text-muted-foreground",gv[p]),children:r},void 0,!1,void 0,this),s&&Nt("span",{className:"text-muted-foreground/70","aria-hidden":"true",children:s},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Nt("div",{className:"flex items-baseline gap-2",children:[Nt("span",{className:a("tracking-tight text-foreground",fv[p]),children:o},void 0,!1,void 0,this),i&&n&&Nt("span",{className:a("inline-flex items-center gap-0.5 text-xs font-medium",bv[i]),children:[Nt("span",{"aria-hidden":"true",children:vv[i]},void 0,!1,void 0,this),n]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});wp.displayName="StatCard";import{cva as jt}from"class-variance-authority";import{Check as yv}from"lucide-react";import{forwardRef as er}from"react";import{jsxDEV as Lt}from"react/jsx-dev-runtime";var Mp=jt("flex w-full",{variants:{orientation:{horizontal:"flex-row items-start",vertical:"flex-col"}},defaultVariants:{orientation:"horizontal"}}),Np=jt("flex",{variants:{orientation:{horizontal:"flex-1 flex-col items-center",vertical:"gap-4 flex-row"}},defaultVariants:{orientation:"horizontal"}}),Lp=jt(["relative z-10 flex shrink-0 items-center justify-center rounded-full border-2 font-semibold","transition-[color,background-color,border-color,box-shadow] duration-200 ease-out"],{variants:{status:{incomplete:["border-border/80 bg-card text-muted-foreground","shadow-[0_1px_2px_rgba(0,0,0,0.05)]"],current:["border-primary bg-primary text-primary-foreground","shadow-[0_2px_4px_rgba(99,102,241,0.2)]"],complete:["border-success/60 bg-success text-success-foreground","shadow-[0_1px_3px_rgba(0,0,0,0.1)]","[&>svg]:gs-step-check-animated"]},size:{sm:"h-8 w-8 text-xs",md:"h-10 w-10 text-sm",lg:"h-12 w-12 text-base",xl:"h-14 w-14 text-lg"},animated:{true:"gs-step-indicator-animated",false:""}},defaultVariants:{status:"incomplete",size:"md",animated:!0}}),Rp=jt("rounded-full transition-[background-color,opacity] duration-300 ease-out",{variants:{orientation:{horizontal:"mx-2 mt-5 h-1 flex-1",vertical:"ml-5 min-h-10 w-1"},status:{incomplete:"bg-border/60",complete:"bg-gradient-to-r from-primary to-success"},size:{sm:"opacity-80",md:"",lg:"opacity-95",xl:"opacity-100"},animated:{true:"",false:""}},compoundVariants:[{status:"complete",orientation:"horizontal",animated:!0,className:"gs-connector-fill-animated"},{status:"complete",orientation:"vertical",animated:!0,className:"gs-connector-fill-vertical-animated"}],defaultVariants:{orientation:"horizontal",status:"incomplete",size:"md",animated:!0}}),Hp=jt("flex flex-col",{variants:{orientation:{horizontal:"mt-3 items-center text-center",vertical:"flex-1 pb-8 last:pb-0"}},defaultVariants:{orientation:"horizontal"}}),kp=jt("font-medium transition-colors duration-200 ease-out",{variants:{status:{incomplete:"text-muted-foreground",current:"text-foreground",complete:"text-foreground"},size:{sm:"text-sm",md:"text-sm",lg:"text-base",xl:"text-lg"}},defaultVariants:{status:"incomplete",size:"md"}}),Ap=jt("text-muted-foreground transition-colors duration-200 ease-out",{variants:{size:{sm:"text-sm",md:"text-xs",lg:"text-sm",xl:"text-base"}},defaultVariants:{size:"md"}});var Ip=er(({className:e,orientation:t="horizontal",activeStep:r,...o},i)=>{return Lt("div",{ref:i,role:"group","aria-label":"Progress steps",className:a(Mp({orientation:t}),e),"data-orientation":t,"data-active-step":r,...o},void 0,!1,void 0,this)});Ip.displayName="Stepper";var Vp=er(({className:e,orientation:t="horizontal",isLast:r,isCurrent:o,...i},n)=>{return Lt("div",{ref:n,className:a(Np({orientation:t}),e),"data-last":r,"aria-current":o?"step":void 0,...i},void 0,!1,void 0,this)});Vp.displayName="Step";var Bp=er(({className:e,status:t="incomplete",size:r="md",icon:o,step:i,children:n,animated:s=!0,...l},m)=>{let p=d(r);return Lt("div",{ref:m,className:a(Lp({status:t,size:p,animated:s}),e),"data-status":t,"aria-hidden":"true",...l,children:t==="complete"?o||Lt(yv,{className:"size-4",strokeWidth:3},void 0,!1,void 0,this):n||i},void 0,!1,void 0,this)});Bp.displayName="StepIndicator";var Dp=er(({className:e,orientation:t="horizontal",status:r="incomplete",size:o="md",animated:i=!0,...n},s)=>{let l=d(o);return Lt("div",{ref:s,className:a(Rp({orientation:t,status:r,size:l,animated:i}),e),"data-status":r,...n},void 0,!1,void 0,this)});Dp.displayName="StepConnector";var Fp=er(({className:e,orientation:t="horizontal",...r},o)=>{return Lt("div",{ref:o,className:a(Hp({orientation:t}),e),...r},void 0,!1,void 0,this)});Fp.displayName="StepContent";var Op=er(({className:e,status:t="incomplete",size:r="md",...o},i)=>{let n=d(r);return Lt("h4",{ref:i,className:a(kp({status:t,size:n}),e),...o},void 0,!1,void 0,this)});Op.displayName="StepTitle";var _p=er(({className:e,size:t="md",...r},o)=>{let i=d(t);return Lt("p",{ref:o,className:a(Ap({size:i}),e),...r},void 0,!1,void 0,this)});_p.displayName="StepDescription";import*as aa from"@radix-ui/react-switch";import{cva as Pv}from"class-variance-authority";import{forwardRef as hv}from"react";import{jsxDEV as Gp}from"react/jsx-dev-runtime";var Se={sm:"sm",md:"md",lg:"lg",xl:"xl"},Ar={default:"default",error:"error",success:"success"},Wp=Pv("gs-interactive relative inline-flex shrink-0 cursor-pointer items-center rounded-full border-2 border-transparent bg-input enabled:active:scale-[0.96] 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:bg-input/70",{variants:{size:{[Se.sm]:"h-4.5 w-8",[Se.md]:"h-5 w-9",[Se.lg]:"h-6 w-11",[Se.xl]:"h-7 w-[3.25rem]"},status:{[Ar.default]:"disabled:data-[state=checked]:bg-muted-foreground/40 enabled:data-[state=unchecked]:hover:bg-input/80 data-[state=checked]:bg-primary data-[state=checked]:hover:bg-primary/90",[Ar.error]:"bg-destructive/30 disabled:bg-destructive/25 disabled:data-[state=checked]:bg-destructive/50 enabled:data-[state=unchecked]:hover:bg-destructive/45 focus-visible:ring-destructive data-[state=checked]:bg-destructive data-[state=checked]:hover:bg-destructive/90",[Ar.success]:"disabled:bg-success/20 disabled:data-[state=checked]:bg-success/45 focus-visible:ring-success enabled:data-[state=unchecked]:hover:bg-input/80 data-[state=checked]:bg-success data-[state=checked]:hover:bg-success/90"}},defaultVariants:{size:Se.md,status:Ar.default}}),xv={[Se.sm]:"h-3.5 w-3.5",[Se.md]:"h-4 w-4",[Se.lg]:"h-5 w-5",[Se.xl]:"h-6 w-6"},Tv={[Se.sm]:"data-[state=checked]:translate-x-3.5",[Se.md]:"data-[state=checked]:translate-x-4",[Se.lg]:"data-[state=checked]:translate-x-5",[Se.xl]:"data-[state=checked]:translate-x-6"},$p=hv(({className:e,size:t=Se.md,status:r=Ar.default,checked:o,disabled:i,...n},s)=>{let l=d(t);return Gp(aa.Root,{ref:s,checked:o,disabled:i,className:a(Wp({size:l,status:r}),e),...n,children:Gp(aa.Thumb,{className:a("pointer-events-none block rounded-full bg-background shadow-sm transition-transform duration-150",xv[l],Tv[l])},void 0,!1,void 0,this)},void 0,!1,void 0,this)});$p.displayName="Switch";import{cva as ct}from"class-variance-authority";import{createContext as Cv,forwardRef as Rt,useContext as Kp}from"react";import{jsxDEV as ot}from"react/jsx-dev-runtime";var xe={sm:"sm",md:"md",lg:"lg"},ii=Cv(xe.md),Up=ct("relative w-full overflow-auto rounded-[var(--radius)] border border-border bg-card shadow-[var(--shadow-sm)]"),Yp=ct("w-full caption-bottom",{variants:{size:{[xe.sm]:"text-xs",[xe.md]:"text-sm",[xe.lg]:"text-sm"}},defaultVariants:{size:xe.md}}),Xp=ct("sticky top-0 z-[1] [&_tr]:border-b [&_tr]:border-border [&_th]:bg-muted"),Zp=ct("[&_tr:last-child]:border-0"),qp=ct("border-t border-border bg-muted font-medium text-muted-foreground [&>tr]:last:border-b-0"),Jp=ct("gs-interactive border-b border-border hover:bg-muted/50 data-[state=selected]:bg-primary/10"),Qp=ct("text-left align-middle font-semibold text-muted-foreground [&:has([role=checkbox])]:pr-0",{variants:{size:{[xe.sm]:"h-8 px-2",[xe.md]:"h-10 px-3",[xe.lg]:"h-12 px-4"}},defaultVariants:{size:xe.md}}),Ep=ct("align-middle text-foreground [&:has([role=checkbox])]:pr-0",{variants:{size:{[xe.sm]:"p-2",[xe.md]:"p-3",[xe.lg]:"p-4"}},defaultVariants:{size:xe.md}}),jp=ct("mt-4 text-sm text-muted-foreground"),ec=Rt(({className:e,containerClassName:t,size:r=xe.md,...o},i)=>{let n=d(r)??xe.md;return ot(ii.Provider,{value:n,children:ot("div",{className:a(Up(),t),children:ot("table",{ref:i,className:a(Yp({size:n}),e),...o},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)});ec.displayName="Table";var tc=Rt(({className:e,...t},r)=>ot("thead",{ref:r,className:a(Xp(),e),...t},void 0,!1,void 0,this));tc.displayName="TableHeader";var rc=Rt(({className:e,...t},r)=>ot("tbody",{ref:r,className:a(Zp(),e),...t},void 0,!1,void 0,this));rc.displayName="TableBody";var oc=Rt(({className:e,...t},r)=>ot("tfoot",{ref:r,className:a(qp(),e),...t},void 0,!1,void 0,this));oc.displayName="TableFooter";var ac=Rt(({className:e,...t},r)=>ot("tr",{ref:r,className:a(Jp(),e),...t},void 0,!1,void 0,this));ac.displayName="TableRow";var ic=Rt(({className:e,size:t,...r},o)=>{let i=Kp(ii);return ot("th",{ref:o,className:a(Qp({size:t??i}),e),...r},void 0,!1,void 0,this)});ic.displayName="TableHead";var nc=Rt(({className:e,size:t,...r},o)=>{let i=Kp(ii);return ot("td",{ref:o,className:a(Ep({size:t??i}),e),...r},void 0,!1,void 0,this)});nc.displayName="TableCell";var sc=Rt(({className:e,...t},r)=>ot("caption",{ref:r,className:a(jp(),e),...t},void 0,!1,void 0,this));sc.displayName="TableCaption";import*as Qe from"@radix-ui/react-tabs";import{cva as ni}from"class-variance-authority";import{createContext as zv,forwardRef as si,useCallback as lc,useContext as Sv,useEffect as li,useLayoutEffect as wv,useRef as ia,useState as Mv}from"react";import{jsxDEV as po}from"react/jsx-dev-runtime";var at={sm:"sm",md:"md",lg:"lg",xl:"xl"},mc=ni("relative inline-flex items-center justify-center rounded-[var(--radius)] border border-border bg-muted/50 p-1 text-muted-foreground",{variants:{size:{[at.sm]:"h-9 gap-0.5",[at.md]:"h-11 gap-1",[at.lg]:"h-12 gap-1",[at.xl]:"h-14 gap-1.5"}},defaultVariants:{size:at.md}}),dc=ni("gs-interactive relative z-10 inline-flex items-center justify-center whitespace-nowrap rounded-[calc(var(--radius)-2px)] font-semibold outline-none focus-visible:ring-2 focus-visible:ring-ring disabled:pointer-events-none disabled:cursor-not-allowed disabled:text-muted-foreground/50 data-[state=active]:text-foreground data-[state=inactive]:hover:text-foreground/80",{variants:{size:{[at.sm]:"px-2.5 py-1 text-xs",[at.md]:"px-3 py-1.5 text-sm",[at.lg]:"px-4 py-2 text-sm",[at.xl]:"px-5 py-2.5 text-base"}},defaultVariants:{size:at.md}}),pc=ni("mt-3 ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2"),cc=zv({registerTrigger:()=>{}}),Nv=typeof window<"u"?wv:li,Lv=Qe.Root,uc=si(({className:e,size:t,children:r,...o},i)=>{let n=d(t),s=ia(null),l=ia(new Map),[m,p]=Mv(null),f=ia(!0),u=lc((c,b)=>{if(b)l.current.set(c,b);else l.current.delete(c)},[]),P=lc(()=>{let c=s.current;if(!c)return;let b=c.querySelector('[data-state="active"]');if(!b){p(null);return}let T=c.getBoundingClientRect(),M=b.getBoundingClientRect();p({left:M.left-T.left,width:M.width})},[]);return Nv(()=>{P()},[P]),li(()=>{let c=s.current;if(!c)return;let b=new MutationObserver(()=>{f.current=!1,P()});return b.observe(c,{attributes:!0,attributeFilter:["data-state"],subtree:!0}),()=>b.disconnect()},[P]),po(cc.Provider,{value:{registerTrigger:u},children:po(Qe.List,{ref:(c)=>{if(s.current=c,typeof i==="function")i(c);else if(i)i.current=c},className:a(mc({size:n}),e),...o,children:[m&&po("span",{"aria-hidden":"true",className:a("absolute rounded-[calc(var(--radius)-2px)] bg-background shadow-sm",!f.current&&"transition-[left,width] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-emphasized)]"),style:{left:m.left,width:m.width,top:"4px",bottom:"4px"}},void 0,!1,void 0,this),r]},void 0,!0,void 0,this)},void 0,!1,void 0,this)});uc.displayName=Qe.List.displayName;var fc=si(({className:e,size:t,value:r,...o},i)=>{let n=d(t),{registerTrigger:s}=Sv(cc),l=ia(null);return li(()=>{return s(r,l.current),()=>s(r,null)},[r,s]),po(Qe.Trigger,{ref:(m)=>{if(l.current=m,typeof i==="function")i(m);else if(i)i.current=m},value:r,className:a(dc({size:n}),e),...o},void 0,!1,void 0,this)});fc.displayName=Qe.Trigger.displayName;var gc=si(({className:e,...t},r)=>po(Qe.Content,{ref:r,className:a(pc(),e),...t},void 0,!1,void 0,this));gc.displayName=Qe.Content.displayName;import{cva as Rv}from"class-variance-authority";import{forwardRef as Hv}from"react";import{jsxDEV as kv}from"react/jsx-dev-runtime";var co={default:"default",error:"error",success:"success"},Ir={sm:"sm",md:"md",lg:"lg",xl:"xl"},bc=Rv("gs-interactive w-full resize-y rounded-[var(--radius)] border border-input bg-background text-sm text-foreground outline-none placeholder:text-muted-foreground focus-visible:ring-2 disabled:cursor-not-allowed disabled:border-border disabled:bg-muted/45 disabled:text-muted-foreground",{variants:{status:{[co.default]:"focus-visible:ring-primary",[co.error]:"border-destructive focus-visible:ring-destructive",[co.success]:"border-success focus-visible:ring-success"},size:{[Ir.sm]:"min-h-[64px] px-2 py-1.5 text-xs",[Ir.md]:"min-h-[96px] px-3 py-2",[Ir.lg]:"min-h-[112px] px-4 py-2.5",[Ir.xl]:"min-h-[128px] px-4 py-3 text-base"}},defaultVariants:{status:co.default,size:Ir.md}}),vc=Hv(({className:e,status:t=co.default,size:r=Ir.md,fullWidth:o=!1,noResize:i=!1,disabled:n,...s},l)=>{let m=d(r);return kv("textarea",{ref:l,className:a(bc({status:t,size:m}),n&&"bg-muted",o&&"w-full",i&&"resize-none",e),disabled:n,...s},void 0,!1,void 0,this)});vc.displayName="Textarea";import{cva as Ht}from"class-variance-authority";import{forwardRef as kt}from"react";import{jsxDEV as it}from"react/jsx-dev-runtime";var yc=Ht("relative flex flex-col"),Pc=Ht(["group relative flex pb-8 last:pb-0","transition-opacity duration-300 ease-[cubic-bezier(0.22,1,0.36,1)]"],{variants:{align:{left:"flex-row gap-4",right:"flex-row-reverse gap-4"},animated:{true:"gs-timeline-item-animated",false:""}},defaultVariants:{align:"left",animated:!0}}),hc=Ht(["absolute bottom-0 w-0.5 rounded-full","transition-[background-color,opacity,height] duration-300 ease-[cubic-bezier(0.22,1,0.36,1)]"],{variants:{variant:{default:"bg-border",success:"bg-gradient-to-b from-success/50 to-success/30",warning:"bg-gradient-to-b from-warning/50 to-warning/30",error:"bg-gradient-to-b from-destructive/50 to-destructive/30",info:"bg-gradient-to-b from-info/50 to-info/30",primary:"bg-gradient-to-b from-primary/50 to-primary/30"},size:{sm:"left-[11px] top-7",md:"left-[15px] top-9",lg:"left-[21px] top-12",xl:"left-[25px] top-14"},animated:{true:"gs-timeline-connector-animated",false:""}},defaultVariants:{variant:"default",size:"md",animated:!0}}),xc=Ht(["relative z-10 flex shrink-0 items-center justify-center rounded-full border-2","transition-[color,background-color,border-color,box-shadow] duration-200 ease-[cubic-bezier(0.22,1,0.36,1)]","[&>svg]:shrink-0"],{variants:{variant:{default:["border-border/80 bg-card text-muted-foreground","shadow-[0_1px_3px_rgba(0,0,0,0.12),0_0_0_2px_rgba(0,0,0,0.04)]","hover:border-border hover:shadow-[0_2px_6px_rgba(0,0,0,0.16),0_0_0_2px_rgba(0,0,0,0.06)]"],success:["border-success/60 bg-success/10 text-success","shadow-[0_1px_4px_rgba(0,0,0,0.1),0_0_0_2px_rgba(var(--success-rgb,34,197,94),0.2)]","hover:bg-success/15 hover:border-success/70 hover:shadow-[0_2px_8px_rgba(0,0,0,0.12),0_0_0_3px_rgba(var(--success-rgb,34,197,94),0.25)]"],warning:["border-warning/60 bg-warning/10 text-warning","shadow-[0_1px_4px_rgba(0,0,0,0.1),0_0_0_2px_rgba(var(--warning-rgb,234,179,8),0.2)]","hover:bg-warning/15 hover:border-warning/70 hover:shadow-[0_2px_8px_rgba(0,0,0,0.12),0_0_0_3px_rgba(var(--warning-rgb,234,179,8),0.25)]"],error:["border-destructive/60 bg-destructive/10 text-destructive","shadow-[0_1px_4px_rgba(0,0,0,0.1),0_0_0_2px_rgba(var(--destructive-rgb,239,68,68),0.2)]","hover:bg-destructive/15 hover:border-destructive/70 hover:shadow-[0_2px_8px_rgba(0,0,0,0.12),0_0_0_3px_rgba(var(--destructive-rgb,239,68,68),0.25)]"],info:["border-info/60 bg-info/10 text-info","shadow-[0_1px_4px_rgba(0,0,0,0.1),0_0_0_2px_rgba(var(--info-rgb,59,130,246),0.2)]","hover:bg-info/15 hover:border-info/70 hover:shadow-[0_2px_8px_rgba(0,0,0,0.12),0_0_0_3px_rgba(var(--info-rgb,59,130,246),0.25)]"],primary:["border-primary/60 bg-primary/10 text-primary","shadow-[0_1px_4px_rgba(0,0,0,0.1),0_0_0_2px_rgba(var(--primary-rgb,99,102,241),0.2)]","hover:bg-primary/15 hover:border-primary/70 hover:shadow-[0_2px_8px_rgba(0,0,0,0.12),0_0_0_3px_rgba(var(--primary-rgb,99,102,241),0.25)]"]},size:{sm:"h-6 w-6 [&>svg]:size-3",md:"h-8 w-8 [&>svg]:size-4",lg:"h-11 w-11 [&>svg]:size-5",xl:"h-14 w-14 [&>svg]:size-6"},pulse:{true:"gs-timeline-dot-pulse-enabled gs-timeline-dot-pulse",false:""},animated:{true:"gs-timeline-dot-animated",false:""}},defaultVariants:{variant:"default",size:"md",pulse:!1,animated:!0}}),Tc=Ht("flex flex-col gap-1 pt-0.5 min-w-0 transition-opacity duration-200 ease-[cubic-bezier(0.22,1,0.36,1)]"),Cc=Ht("font-semibold text-foreground leading-tight transition-colors duration-200 ease-[cubic-bezier(0.22,1,0.36,1)]",{variants:{size:{sm:"text-sm",md:"text-base",lg:"text-lg",xl:"text-xl"}},defaultVariants:{size:"md"}}),zc=Ht("text-muted-foreground transition-colors duration-200 ease-[cubic-bezier(0.22,1,0.36,1)]",{variants:{size:{sm:"text-sm",md:"text-sm",lg:"text-base",xl:"text-lg"}},defaultVariants:{size:"md"}}),Sc=Ht("font-medium text-muted-foreground/70 transition-colors duration-200 ease-[cubic-bezier(0.22,1,0.36,1)]",{variants:{size:{sm:"text-sm",md:"text-sm",lg:"text-base",xl:"text-base"}},defaultVariants:{size:"md"}});var wc=kt(({className:e,...t},r)=>{return it("div",{ref:r,role:"list","aria-label":"Timeline events",className:a(yc(),e),...t},void 0,!1,void 0,this)});wc.displayName="Timeline";var Mc=kt(({className:e,align:t,isLast:r,animated:o=!0,...i},n)=>{return it("div",{ref:n,role:"listitem",className:a(Pc({align:t,animated:o}),e),"data-last":r,...i},void 0,!1,void 0,this)});Mc.displayName="TimelineItem";var Nc=kt(({className:e,variant:t,size:r,animated:o=!0,...i},n)=>{let s=d(r);return it("div",{ref:n,className:a(hc({variant:t,size:s,animated:o}),e),...i},void 0,!1,void 0,this)});Nc.displayName="TimelineConnector";var Lc=kt(({className:e,variant:t,size:r,icon:o,children:i,pulse:n=!1,animated:s=!0,...l},m)=>{let p=d(r);return it("div",{ref:m,className:a(xc({variant:t,size:p,pulse:n,animated:s}),e),"aria-hidden":"true",...l,children:o||i||it(Av,{},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Lc.displayName="TimelineDot";var Rc=kt(({className:e,...t},r)=>{return it("div",{ref:r,className:a(Tc(),e),...t},void 0,!1,void 0,this)});Rc.displayName="TimelineContent";var Hc=kt(({className:e,size:t,...r},o)=>{let i=d(t);return it("h4",{ref:o,className:a(Cc({size:i}),e),...r},void 0,!1,void 0,this)});Hc.displayName="TimelineTitle";var kc=kt(({className:e,size:t,...r},o)=>{let i=d(t);return it("p",{ref:o,className:a(zc({size:i}),e),...r},void 0,!1,void 0,this)});kc.displayName="TimelineDescription";var Ac=kt(({className:e,size:t,...r},o)=>{let i=d(t);return it("time",{ref:o,className:a(Sc({size:i}),e),...r},void 0,!1,void 0,this)});Ac.displayName="TimelineTime";function Av(){return it("span",{className:"size-2 rounded-full bg-current"},void 0,!1,void 0,this)}import{cva as Ic}from"class-variance-authority";var Vr={default:"default",success:"success",info:"info",warning:"warning",error:"error"},Ge={sm:"sm",md:"md",lg:"lg"},mi=Ic("pointer-events-auto relative flex w-full items-center overflow-hidden rounded-[var(--radius)] border shadow-[var(--shadow-md)]",{variants:{variant:{[Vr.default]:"border-border bg-card text-card-foreground",[Vr.success]:"border-success/30 bg-card text-card-foreground",[Vr.info]:"border-info/30 bg-card text-card-foreground",[Vr.warning]:"border-warning/30 bg-card text-card-foreground",[Vr.error]:"border-destructive/30 bg-card text-card-foreground"},size:{[Ge.sm]:"gap-2 p-3",[Ge.md]:"gap-3 p-4",[Ge.lg]:"gap-3.5 p-5"}},defaultVariants:{variant:Vr.default,size:Ge.md}}),di=Ic("gs-interactive inline-flex shrink-0 items-center justify-center rounded-[var(--radius)] border border-border bg-transparent font-medium text-foreground hover:bg-secondary focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50",{variants:{size:{[Ge.sm]:"h-6 px-2 text-xs",[Ge.md]:"h-7 px-2.5 text-xs",[Ge.lg]:"h-8 px-3 text-sm"}},defaultVariants:{size:Ge.md}});import{AlertTriangle as Wv,CheckCircle2 as $v,Info as Oc,X as Kv,XCircle as Uv}from"lucide-react";import{forwardRef as Yv,useCallback as la,useEffect as ma,useRef as gi,useState as bi}from"react";import{useSyncExternalStore as Iv}from"react";var Vv=5,Bc=5000,Bv=500,pi=0;function Dv(){return pi=(pi+1)%Number.MAX_SAFE_INTEGER,`toast-${pi}-${Date.now()}`}var ci=new Set,We=[],rr=new Map,fo=new Map,go=!1,tr=new Map;function na(){for(let e of ci)e()}function Vc(){return We}function Fv(e){return ci.add(e),()=>{ci.delete(e)}}function ui(e,t){if(go){tr.set(e,t);return}clearTimeout(rr.get(e));let r=Date.now(),o=setTimeout(()=>{rr.delete(e),tr.delete(e),sa(e)},t);rr.set(e,o),tr.set(e,t);let i=setInterval(()=>{let n=Date.now()-r,s=t-n;if(s<=0)clearInterval(i),tr.delete(e);else tr.set(e,s)},100)}function Ov(e){clearTimeout(fo.get(e));let t=setTimeout(()=>{We=We.filter((r)=>r.id!==e),fo.delete(e),na()},Bv);fo.set(e,t)}function uo(e){let t=e.id??Dv(),r=e.duration??Bc;if(We.find((n)=>n.id===t))return We=We.map((n)=>n.id===t?{...n,...e,id:t,open:!0,createdAt:Date.now()}:n),clearTimeout(fo.get(t)),fo.delete(t),ui(t,r),na(),t;return We=[{...e,id:t,variant:e.variant??"default",dismissible:e.dismissible??!0,open:!0,createdAt:Date.now()},...We].slice(0,Vv),ui(t,r),na(),t}function sa(e){clearTimeout(rr.get(e)),rr.delete(e),tr.delete(e),We=We.map((t)=>t.id===e?{...t,open:!1}:t),na(),Ov(e)}function Dc(){for(let e of We)sa(e.id)}function _v(){if(go)return;go=!0;for(let[e,t]of rr)clearTimeout(t),rr.delete(e)}function Gv(){if(!go)return;go=!1;for(let e of We)if(e.open){let t=tr.get(e.id)??Bc;ui(e.id,t)}}var Fc=Object.assign((e)=>uo(e),{success:(e,t)=>uo({...t,variant:"success",title:e}),info:(e,t)=>uo({...t,variant:"info",title:e}),warning:(e,t)=>uo({...t,variant:"warning",title:e}),error:(e,t)=>uo({...t,variant:"error",title:e}),dismiss:sa,dismissAll:Dc});function fi(){return{toasts:Iv(Fv,Vc,Vc),toast:Fc,dismiss:sa,dismissAll:Dc,pauseAll:_v,resumeAll:Gv}}import{jsxDEV as we}from"react/jsx-dev-runtime";var Gc=10,_c=0.05,Xv=200,Wc="cubic-bezier(0.2, 0.8, 0.2, 1)",Zv="cubic-bezier(0.22, 1, 0.36, 1)",qv={"top-right":"top-4 right-4","top-left":"top-4 left-4","bottom-right":"bottom-4 right-4","bottom-left":"bottom-4 left-4","top-center":"top-4 left-1/2 -translate-x-1/2","bottom-center":"bottom-4 left-1/2 -translate-x-1/2"},Jv={success:(e)=>we($v,{className:a("mt-0.5 shrink-0 text-success",e==="sm"?"size-4":"size-[18px]")},void 0,!1,void 0,this),info:(e)=>we(Oc,{className:a("mt-0.5 shrink-0 text-info",e==="sm"?"size-4":"size-[18px]")},void 0,!1,void 0,this),warning:(e)=>we(Wv,{className:a("mt-0.5 shrink-0 text-warning",e==="sm"?"size-4":"size-[18px]")},void 0,!1,void 0,this),error:(e)=>we(Uv,{className:a("mt-0.5 shrink-0 text-destructive",e==="sm"?"size-4":"size-[18px]")},void 0,!1,void 0,this),default:(e)=>we(Oc,{className:a("mt-0.5 shrink-0 text-muted-foreground",e==="sm"?"size-4":"size-[18px]")},void 0,!1,void 0,this)};function Qv(e,t,r,o,i){let n=e<o,s=r?i:e*Gc,l=r?1:n?1-e*_c:1-o*_c,m=n||r?1:0,p=t-e;return{offset:s,scale:l,opacity:m,zIndex:p}}var $c=Yv(({position:e="bottom-right",gap:t=12,visibleCount:r=3,size:o=Ge.md,className:i,...n},s)=>{let{toasts:l,dismiss:m,pauseAll:p,resumeAll:f}=fi(),u=d(o)??Ge.md,[P,c]=bi(!1),[b,T]=bi({}),M=gi(null),w=gi(void 0),C=e.startsWith("bottom"),v=la((h)=>{if(M.current=h,typeof s==="function")s(h);else if(s)s.current=h},[s]),x=la(()=>{clearTimeout(w.current),c(!0),p()},[p]),I=la(()=>{clearTimeout(w.current),w.current=setTimeout(()=>{c(!1),f()},Xv)},[f]);ma(()=>{return()=>clearTimeout(w.current)},[]);let z=la((h,V)=>{T((J)=>{if(J[h]===V)return J;return{...J,[h]:V}})},[]);if(ma(()=>{let h=new Set(l.map((V)=>V.id));T((V)=>{let J=!1,L={};for(let[U,g]of Object.entries(V))if(h.has(U))L[U]=g;else J=!0;return J?L:V})},[l]),l.length===0)return null;let H=l.filter((h)=>h.open),k=new Map,_=0;for(let[h,V]of H.entries()){let J=b[V.id]??0;k.set(V.id,Qv(h,H.length,P,r,_)),_+=J+t}let X=H[0],$=(X?b[X.id]??0:0)+Math.min(H.length-1,r-1)*Gc,S=_-(H.length>0?t:0),A=P?S:$;return we("ol",{ref:v,role:"region","aria-label":"Notifications",tabIndex:-1,onMouseEnter:x,onMouseLeave:I,className:a("pointer-events-auto fixed z-[100] w-full max-w-[400px] outline-none",qv[e],i),style:{height:Math.max(A,0),transition:`height 400ms ${Wc}`},...n,children:l.map((h)=>{let V=!h.open,J=k.get(h.id);return we(Ev,{toast:h,layout:J??{offset:0,scale:1,opacity:0,zIndex:0},isClosed:V,isBottom:C,size:u,onDismiss:m,onMeasure:z},h.id,!1,void 0,this)})},void 0,!1,void 0,this)});$c.displayName="Toaster";function Ev({toast:e,layout:t,isClosed:r,isBottom:o,size:i,onDismiss:n,onMeasure:s}){let l=gi(null),[m,p]=bi(!1);ma(()=>{let b=requestAnimationFrame(()=>p(!0));return()=>cancelAnimationFrame(b)},[]),ma(()=>{let b=l.current;if(!b)return;let T=new ResizeObserver((M)=>{for(let w of M){let C=w.borderBoxSize?.[0];if(C)s(e.id,C.blockSize)}});return T.observe(b),()=>T.disconnect()},[e.id,s]);let f=o?{bottom:0,left:0,right:0}:{top:0,left:0,right:0},u,P,c;if(!m)u=`translateY(${o?80:-80}px) scale(0.9)`,P=0,c="none";else if(r)u=`translateY(${o?80:-80}px) scale(0.95)`,P=0,c="none";else u=`translateY(${o?-t.offset:t.offset}px) scale(${t.scale})`,P=t.opacity,c="auto";return we("li",{ref:l,"data-state":e.open?"open":"closed","data-variant":e.variant,className:"absolute list-none",style:{...f,zIndex:t.zIndex,transformOrigin:o?"center bottom":"center top",transform:u,opacity:P,pointerEvents:c,transition:[`transform 400ms ${Wc}`,`opacity 250ms ${Zv}`].join(", ")},children:we("div",{className:a(mi({variant:e.variant,size:i}),"w-full"),children:[Jv[e.variant]?.(i),we("div",{className:"flex-1 space-y-0.5",children:[e.title&&we("p",{className:a("font-semibold leading-tight",i==="sm"?"text-xs":"text-sm"),children:e.title},void 0,!1,void 0,this),e.description&&we("p",{className:a("leading-snug text-muted-foreground",i==="sm"?"text-xs":"text-sm"),children:e.description},void 0,!1,void 0,this)]},void 0,!0,void 0,this),e.action&&we("button",{type:"button",className:a(di({size:i}),"mt-0.5"),onClick:e.action.onClick,"aria-label":e.action.altText,children:e.action.label},void 0,!1,void 0,this),e.dismissible!==!1&&we("button",{type:"button",className:a("gs-interactive mt-0.5 shrink-0 rounded-[var(--radius)] p-1 text-muted-foreground hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",i==="sm"?"[&>svg]:size-3.5":"[&>svg]:size-4"),onClick:()=>n(e.id),"aria-label":"Dismiss",children:we(Kv,{},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)}import*as Kc from"@radix-ui/react-toggle";import{cva as jv}from"class-variance-authority";import{forwardRef as ey}from"react";import{jsxDEV as ty}from"react/jsx-dev-runtime";var vi={default:"default",outline:"outline"},da={sm:"sm",md:"md",lg:"lg"},pa=jv("gs-interactive inline-flex items-center justify-center gap-2 rounded-[var(--radius)] border border-transparent text-sm font-medium outline-none transition-[color,background-color,border-color] duration-150 hover:bg-muted hover:text-muted-foreground focus-visible:border-primary disabled:cursor-not-allowed disabled:pointer-events-none data-[state=on]:bg-accent data-[state=on]:text-accent-foreground [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",{variants:{variant:{[vi.default]:"bg-transparent disabled:bg-transparent disabled:text-foreground/50",[vi.outline]:"border-input bg-transparent hover:bg-accent hover:text-accent-foreground disabled:bg-transparent disabled:text-foreground/50 disabled:border-border/50"},size:{[da.sm]:"h-7 px-1.5 min-w-7 text-xs",[da.md]:"h-10 px-3 min-w-10",[da.lg]:"h-11 px-5 min-w-11"}},defaultVariants:{variant:vi.default,size:da.md}}),Uc=ey(({className:e,variant:t,size:r,...o},i)=>{let n=d(r);return ty(Kc.Root,{ref:i,className:a(pa({variant:t,size:n}),e),...o},void 0,!1,void 0,this)});Uc.displayName="Toggle";import*as ca from"@radix-ui/react-toggle-group";import{cva as ry}from"class-variance-authority";import{createContext as oy,forwardRef as Yc,useContext as ay}from"react";import{jsxDEV as yi}from"react/jsx-dev-runtime";var iy={default:"default",outline:"outline"},ny={sm:"sm",md:"md",lg:"lg"},Xc=ry("flex items-center justify-center gap-1"),Zc=oy({size:ny.md,variant:iy.default}),qc=Yc(({className:e,variant:t,size:r,children:o,...i},n)=>{let s=d(r);return yi(ca.Root,{ref:n,className:a(Xc(),e),...i,children:yi(Zc.Provider,{value:{variant:t,size:s},children:o},void 0,!1,void 0,this)},void 0,!1,void 0,this)});qc.displayName="ToggleGroup";var Jc=Yc(({className:e,children:t,variant:r,size:o,...i},n)=>{let s=ay(Zc),l=d(o);return yi(ca.Item,{ref:n,className:a(pa({variant:r??s.variant,size:l??s.size}),e),...i,children:t},void 0,!1,void 0,this)});Jc.displayName="ToggleGroupItem";import{cva as Qc}from"class-variance-authority";import{forwardRef as ua}from"react";import{jsxDEV as fa}from"react/jsx-dev-runtime";var Ee={sm:"sm",md:"md",lg:"lg"},Ec=Qc("flex items-center border-b border-border bg-background",{variants:{size:{[Ee.sm]:"gap-1.5 px-3 py-1.5",[Ee.md]:"gap-2 px-4 py-2",[Ee.lg]:"gap-3 px-5 py-2.5"}},defaultVariants:{size:Ee.md}}),jc=ua(({className:e,size:t=Ee.md,...r},o)=>{let i=d(t);return fa("div",{ref:o,role:"toolbar",className:a(Ec({size:i}),e),...r},void 0,!1,void 0,this)});jc.displayName="Toolbar";var eu=Qc("flex items-center",{variants:{size:{[Ee.sm]:"gap-1",[Ee.md]:"gap-1.5",[Ee.lg]:"gap-2"}},defaultVariants:{size:Ee.md}}),tu=ua(({className:e,size:t=Ee.md,...r},o)=>{let i=d(t);return fa("div",{ref:o,role:"group",className:a(eu({size:i}),e),...r},void 0,!1,void 0,this)});tu.displayName="ToolbarGroup";var ru=ua(({className:e,...t},r)=>{return fa("div",{ref:r,role:"none",className:a("h-5 w-px shrink-0 bg-border",e),...t},void 0,!1,void 0,this)});ru.displayName="ToolbarSeparator";var ou=ua(({className:e,...t},r)=>{return fa("div",{ref:r,className:a("flex-1",e),...t},void 0,!1,void 0,this)});ou.displayName="ToolbarSpacer";import*as nt from"@radix-ui/react-tooltip";import{cva as sy}from"class-variance-authority";import{createContext as ly,forwardRef as au,useContext as iu}from"react";import{jsxDEV as bo}from"react/jsx-dev-runtime";var my=nt.Provider,Pi=ly(!1),nu=({persistOnClick:e=!1,children:t,...r})=>bo(Pi.Provider,{value:e,children:bo(nt.Root,{...r,children:t},void 0,!1,void 0,this)},void 0,!1,void 0,this);nu.displayName="Tooltip";var su=au(({onClick:e,onPointerDown:t,...r},o)=>{let i=iu(Pi);return bo(nt.Trigger,{ref:o,onClick:i?(n)=>{n.preventDefault(),e?.(n)}:e,onPointerDown:i?(n)=>{n.preventDefault(),t?.(n)}:t,...r},void 0,!1,void 0,this)});su.displayName="TooltipTrigger";var Br={sm:"sm",md:"md",lg:"lg"},lu=sy("z-50 overflow-hidden rounded-[var(--radius)] border border-primary/20 bg-primary text-primary-foreground shadow-[var(--shadow-md)] gs-float-content origin-[var(--radix-tooltip-content-transform-origin)]",{variants:{size:{[Br.sm]:"px-2 py-1 text-[10px]",[Br.md]:"px-3 py-1.5 text-xs",[Br.lg]:"px-4 py-2 text-sm"}},defaultVariants:{size:Br.md}}),mu=au(({className:e,sideOffset:t=4,onPointerDownOutside:r,size:o=Br.md,...i},n)=>{let s=iu(Pi),l=d(o);return bo(nt.Portal,{children:bo(nt.Content,{ref:n,sideOffset:t,className:a(lu({size:l}),e),onPointerDownOutside:s?(m)=>{m.preventDefault(),r?.(m)}:r,...i},void 0,!1,void 0,this)},void 0,!1,void 0,this)});mu.displayName="TooltipContent";import*as At from"react";var dy=()=>{};function py({prop:e,defaultProp:t,onChange:r=dy}){let[o,i]=cy({defaultProp:t,onChange:r}),n=e!==void 0,s=n?e:o,l=At.useCallback((m)=>{if(n){let f=typeof m==="function"?m(e):m;if(f!==e)r(f)}else i(m)},[n,e,i,r]);return[s,l]}function cy({defaultProp:e,onChange:t}){let r=At.useState(e),[o]=r,i=At.useRef(o),n=t;return At.useEffect(()=>{if(i.current!==o)n?.(o),i.current=o},[o,n]),r}export{fi as useToast,qr as usePlatform,Lb as useOverlay,oi as useHotkey,Ur as useFormField,d as useDensitySize,fu as useDensity,py as useControllableState,Yr as useComposedRefs,Cf as useCommandShortcut,La as useCommand,lu as tooltipContentVariants,Ec as toolbarVariants,eu as toolbarGroupVariants,pa as toggleVariants,Xc as toggleGroupVariants,mi as toastVariants,di as toastActionVariants,Fc as toast,yc as timelineVariants,Cc as timelineTitleVariants,Sc as timelineTimeVariants,Pc as timelineItemVariants,xc as timelineDotVariants,zc as timelineDescriptionVariants,Tc as timelineContentVariants,hc as timelineConnectorVariants,bc as textareaVariants,dc as tabsTriggerVariants,mc as tabsListVariants,pc as tabsContentVariants,Yp as tableVariants,Jp as tableRowVariants,Xp as tableHeaderVariants,Qp as tableHeadVariants,qp as tableFooterVariants,Up as tableContainerVariants,Ep as tableCellVariants,jp as tableCaptionVariants,Zp as tableBodyVariants,Wp as switchVariants,Mp as stepperVariants,Np as stepVariants,kp as stepTitleVariants,Lp as stepIndicatorVariants,Ap as stepDescriptionVariants,Hp as stepContentVariants,Rp as stepConnectorVariants,Sp as statCardVariants,ra as spotlightStatusVariants,oa as spotlightStatusTitleVariants,Cp as spotlightStatusDescriptionVariants,Tp as spotlightShortcutVariants,gp as spotlightResultsVariants,pp as spotlightPanelVariants,dp as spotlightOverlayVariants,vp as spotlightOptionVariants,hp as spotlightOptionTitleVariants,yp as spotlightOptionIconVariants,xp as spotlightOptionDescriptionVariants,Pp as spotlightOptionContentVariants,ta as spotlightKbdVariants,up as spotlightInputVariants,fp as spotlightIconVariants,cp as spotlightHeaderVariants,bp as spotlightGroupLabelVariants,op as sliderVariants,ap as sliderTrackVariants,np as sliderThumbVariants,ip as sliderRangeVariants,Jd as skeletonVariants,Qd as skeletonTextVariants,jd as skeletonButtonVariants,Ed as skeletonAvatarVariants,Fm as sheetOverlayVariants,Om as sheetContentVariants,Zd as separatorVariants,Hd as selectTriggerVariants,kd as selectContentVariants,Wd as segmentedControlVariants,Kd as segmentedControlLabelVariants,$d as segmentedControlItemVariants,zd as scrollBarVariants,Sd as scrollBarThumbVariants,Cd as scrollAreaVariants,bd as resizablePanelVariants,gd as resizablePanelGroupVariants,vd as resizableHandleVariants,yd as resizableHandleIconVariants,cd as radioItemVariants,pd as radioGroupVariants,nd as progressVariants,sd as progressIndicatorVariants,Cr as popoverContentVariants,_a as parseHotkey,Zm as paginationVariants,Do as paginationLinkVariants,Jm as paginationItemVariants,Qm as paginationEllipsisVariants,qm as paginationContentVariants,km as otpSlotVariants,Vm as otpSeparatorVariants,Im as otpPlaceholderVariants,Am as otpInputVariants,Hm as otpGroupVariants,Rm as otpContainerVariants,hm as navigationMenuViewportVariants,bm as navigationMenuVariants,ym as navigationMenuTriggerVariants,vm as navigationMenuListVariants,db as navigationMenuLinkVariants,xm as navigationMenuIndicatorVariants,Pm as navigationMenuContentVariants,um as multiselectTriggerVariants,Ga as matchHotkey,lm as labelVariants,im as kbdVariants,mr as isSameDay,tm as inputVariants,Ql as hoverCardContentVariants,Og as formatHotkeyTokens,Zr as formatHotkey,Kl as formFieldVariants,Vl as fileUploadVariants,Oa as fileUploadTextVariants,Dl as fileUploadListVariants,Fl as fileUploadItemVariants,_l as fileUploadItemSizeVariants,Gl as fileUploadItemRemoveVariants,Ol as fileUploadItemNameVariants,Bl as fileUploadIconVariants,Ml as errorBoundaryVariants,Ll as errorBoundaryTitleVariants,Nl as errorBoundaryIconVariants,kl as errorBoundaryDetailsVariants,Rl as errorBoundaryDescriptionVariants,Hl as errorBoundaryActionsVariants,hl as emptyStateVariants,Tl as emptyStateTitleVariants,xl as emptyStateIconVariants,Cl as emptyStateDescriptionVariants,zl as emptyStateActionsVariants,ll as dropdownMenuShortcutVariants,sl as dropdownMenuSeparatorVariants,il as dropdownMenuRadioItemVariants,nl as dropdownMenuLabelVariants,Fa as dropdownMenuItemVariants,Da as dropdownMenuContentVariants,al as dropdownMenuCheckboxItemVariants,Zs as drawerOverlayVariants,Js as drawerHandleVariants,qs as drawerContentVariants,$s as dialogContentVariants,Ut as detectPlatform,Rw as cva,Sg as createOptionalContext,zg as createContext,Hs as contextMenuShortcutVariants,Rs as contextMenuSeparatorVariants,Ns as contextMenuRadioItemVariants,Ls as contextMenuLabelVariants,ka as contextMenuItemVariants,Ha as contextMenuContentVariants,Ms as contextMenuCheckboxItemVariants,jl as composeRefs,gs as commandShortcutVariants,fs as commandSeparatorVariants,ss as commandOverlayVariants,bs as commandLoadingVariants,ms as commandListVariants,us as commandItemVariants,ls as commandInputVariants,ps as commandGroupVariants,cs as commandGroupHeadingVariants,ds as commandEmptyVariants,ns as commandDialogVariants,os as collapsibleContentVariants,Zn as codeBlockVariants,jn as codeBlockPreVariants,es as codeBlockLineVariants,ts as codeBlockLineNumberVariants,Jn as codeBlockLanguageVariants,qn as codeBlockHeaderVariants,Qn as codeBlockCopyVariants,En as codeBlockContentVariants,a as cn,Un as checkboxVariants,Dn as cardVariants,In as calendarWeekdayVariants,Rn as calendarVariants,kn as calendarTitleVariants,Ma as calendarNavButtonVariants,Hn as calendarHeaderVariants,An as calendarGridVariants,Vn as calendarDayVariants,Fr as buttonVariants,Oi as buttonIconVariants,Sn as buttonGroupVariants,_i as buttonBadgeVariants,bn as breadcrumbSeparatorVariants,gn as breadcrumbPageVariants,cn as breadcrumbListVariants,fn as breadcrumbLinkVariants,un as breadcrumbItemVariants,vn as breadcrumbEllipsisVariants,sn as badgeVariants,on as avatarVariants,ki as alertVariants,Ai as alertTitleVariants,Yi as alertDialogOverlayVariants,Xi as alertDialogContentVariants,Ii as alertDescriptionVariants,wi as accordionTriggerVariants,Si as accordionItemVariants,Mi as accordionContentVariants,yu as XCircleIcon,st as Variant,su as TooltipTrigger,Br as TooltipSize,my as TooltipProvider,mu as TooltipContent,nu as Tooltip,ou as ToolbarSpacer,Ee as ToolbarSize,ru as ToolbarSeparator,tu as ToolbarGroup,jc as Toolbar,Jc as ToggleGroupItem,qc as ToggleGroup,Uc as Toggle,$c as Toaster,Ge as ToastSize,Hc as TimelineTitle,Ac as TimelineTime,Mc as TimelineItem,Lc as TimelineDot,kc as TimelineDescription,Rc as TimelineContent,Nc as TimelineConnector,wc as Timeline,vc as Textarea,fc as TabsTrigger,uc as TabsList,gc as TabsContent,Lv as Tabs,xe as TableSize,ac as TableRow,tc as TableHeader,ic as TableHead,oc as TableFooter,nc as TableCell,sc as TableCaption,rc as TableBody,ec as Table,Ar as SwitchStatus,Se as SwitchSize,$p as Switch,Ip as Stepper,Op as StepTitle,Bp as StepIndicator,_p as StepDescription,Fp as StepContent,Dp as StepConnector,Vp as Step,Et as StatCardTrend,_e as StatCardSize,wp as StatCard,kr as SpotlightStatus,Qt as SpotlightSize,zp as Spotlight,Vt as SpinnerSize,Po as Spinner,sp as Slider,ep as SkeletonText,pe as SkeletonSize,rp as SkeletonButton,tp as SkeletonAvatar,mo as Skeleton,Pe as Size,xb as SheetTrigger,$m as SheetTitle,te as SheetSize,_m as SheetPortal,Ua as SheetOverlay,Gm as SheetHeader,Wm as SheetFooter,Km as SheetDescription,Vo as SheetContent,Tb as SheetClose,Ka as Sheet,lo as SeparatorOrientation,qd as Separator,Eb as SelectValue,Ad as SelectTrigger,Rr as SelectStatus,Q as SelectSize,Dd as SelectSeparator,Vd as SelectLabel,Bd as SelectItem,Qb as SelectGroup,no as SelectContentWidthMode,Xb as SelectContentAlign,Id as SelectContent,Jb as Select,Ne as SegmentedControlSize,Xd as SegmentedControlLabelItem,Yd as SegmentedControlItem,Ud as SegmentedControl,qa as ScrollBar,wd as ScrollArea,Pd as ResizablePanelGroup,hd as ResizablePanel,xd as ResizableHandle,Mr as RadioStatus,Je as RadioSize,fd as RadioGroupItem,ud as RadioGroup,ld as Progress,Zg as PopoverTrigger,Tr as PopoverSize,pm as PopoverContent,Jg as PopoverClose,qg as PopoverAnchor,Xg as Popover,Oe as PaginationSize,rd as PaginationPrevious,od as PaginationNext,td as PaginationLink,ed as PaginationItem,ad as PaginationEllipsis,jm as PaginationContent,Em as Pagination,Xm as OverlayProvider,Bm as OTPInput,Wa as NavigationMenuViewport,zm as NavigationMenuTrigger,Ze as NavigationMenuSize,Cm as NavigationMenuList,ub as NavigationMenuLink,cb as NavigationMenuItem,wm as NavigationMenuIndicator,Sm as NavigationMenuContent,Tm as NavigationMenu,de as MultiselectSize,fm as Multiselect,xr as LabelSize,mm as Label,hr as KbdSize,nm as Kbd,rm as Input,hu as InfoIcon,Bt as IconSize,Tg as HoverCardTrigger,yr as HoverCardSize,El as HoverCardContent,xg as HoverCard,Gr as GroupOrientation,De as FormFieldSize,Yl as FormFieldLabel,ql as FormFieldError,Zl as FormFieldDescription,Jl as FormFieldControl,Ul as FormField,Wl as FileUpload,Al as ErrorBoundary,Sl as EmptyState,rg as DropdownMenuTrigger,pl as DropdownMenuSubTrigger,cl as DropdownMenuSubContent,ig as DropdownMenuSub,Pl as DropdownMenuShortcut,yl as DropdownMenuSeparator,bl as DropdownMenuRadioItem,ng as DropdownMenuRadioGroup,ag as DropdownMenuPortal,vl as DropdownMenuLabel,Ho as DropdownMenuItemVariant,fl as DropdownMenuItem,og as DropdownMenuGroup,ul as DropdownMenuContent,gl as DropdownMenuCheckboxItem,dl as DropdownMenu,Kf as DrawerTrigger,tl as DrawerTitle,Be as DrawerSize,Qs as DrawerPortal,Ba as DrawerOverlay,js as DrawerHeader,el as DrawerFooter,rl as DrawerDescription,Es as DrawerContent,Uf as DrawerClose,$f as Drawer,Ff as DialogTrigger,Ys as DialogTitle,xt as DialogSize,Ws as DialogPortal,Ia as DialogOverlay,Ks as DialogHeader,Us as DialogFooter,Xs as DialogDescription,Lo as DialogContent,Of as DialogClose,Aa as Dialog,Ci as DensityProvider,vo as Density,Hf as ContextMenuTrigger,As as ContextMenuSubTrigger,Is as ContextMenuSubContent,If as ContextMenuSub,Gs as ContextMenuShortcut,_s as ContextMenuSeparator,Fs as ContextMenuRadioItem,Vf as ContextMenuRadioGroup,Af as ContextMenuPortal,Os as ContextMenuLabel,Mo as ContextMenuItemVariant,Bs as ContextMenuItem,kf as ContextMenuGroup,Vs as ContextMenuContent,Ds as ContextMenuCheckboxItem,Rf as ContextMenu,Ss as CommandShortcut,zs as CommandSeparator,ws as CommandLoading,hs as CommandList,wo as CommandItemVariant,Cs as CommandItem,Ps as CommandInput,Ts as CommandGroup,xs as CommandEmpty,ys as CommandDialog,Ra as Command,yf as CollapsibleTrigger,as as CollapsibleContent,vf as Collapsible,rs as CodeBlock,ur as CheckboxStatus,Ke as CheckboxSize,Yn as Checkbox,Pu as CheckCircleIcon,Wn as CardTitle,On as CardHeader,Gn as CardFooter,$n as CardDescription,_n as CardContent,Fn as Card,Bn as Calendar,Wi as ButtonLabel,Gi as ButtonIcon,wn as ButtonGroup,$i as ButtonBadge,Ki as Button,le as BreadcrumbSize,Cn as BreadcrumbSeparator,Tn as BreadcrumbPage,Pn as BreadcrumbList,xn as BreadcrumbLink,hn as BreadcrumbItem,zn as BreadcrumbEllipsis,yn as Breadcrumb,ge as BadgeVariant,ft as BadgeTone,bt as BadgeSize,pn as BadgeGroup,ln as Badge,Ie as AvatarSize,an as AvatarImage,nn as AvatarGroup,Sa as AvatarFallback,za as Avatar,ku as AspectRatio,xu as AlertTriangleIcon,Bi as AlertTitle,Hu as AlertDialogTrigger,Ei as AlertDialogTitle,gt as AlertDialogSize,Zi as AlertDialogPortal,Ca as AlertDialogOverlay,Ji as AlertDialogHeader,Qi as AlertDialogFooter,ji as AlertDialogDescription,qi as AlertDialogContent,tn as AlertDialogCancel,en as AlertDialogAction,Ru as AlertDialog,Di as AlertDescription,Vi as Alert,Ri as AccordionTrigger,Te as AccordionSize,Li as AccordionItem,Hi as AccordionContent,Ni as Accordion};