@ghostly-solutions/ui 1.0.4 → 2.0.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 (90) hide show
  1. package/README.md +1 -1
  2. package/dist/chunk-e8n8m48r.js +11 -0
  3. package/dist/components/alert/alert.d.ts +1 -2
  4. package/dist/components/alert/alert.d.ts.map +1 -1
  5. package/dist/components/alert-dialog/alert-dialog.d.ts +1 -2
  6. package/dist/components/alert-dialog/alert-dialog.d.ts.map +1 -1
  7. package/dist/components/avatar/avatar.d.ts +1 -2
  8. package/dist/components/avatar/avatar.d.ts.map +1 -1
  9. package/dist/components/badge/badge.d.ts +2 -12
  10. package/dist/components/badge/badge.d.ts.map +1 -1
  11. package/dist/components/breadcrumb/breadcrumb.contract.d.ts +12 -36
  12. package/dist/components/breadcrumb/breadcrumb.contract.d.ts.map +1 -1
  13. package/dist/components/breadcrumb/breadcrumb.logic.d.ts +5 -5
  14. package/dist/components/breadcrumb/breadcrumb.logic.d.ts.map +1 -1
  15. package/dist/components/breadcrumb/breadcrumb.store.d.ts +28 -0
  16. package/dist/components/breadcrumb/breadcrumb.store.d.ts.map +1 -0
  17. package/dist/components/breadcrumb/index.d.ts +3 -4
  18. package/dist/components/breadcrumb/index.d.ts.map +1 -1
  19. package/dist/components/button/button.d.ts +1 -2
  20. package/dist/components/button/button.d.ts.map +1 -1
  21. package/dist/components/calendar/calendar.d.ts +8 -9
  22. package/dist/components/calendar/calendar.d.ts.map +1 -1
  23. package/dist/components/checkbox/checkbox.d.ts +1 -2
  24. package/dist/components/checkbox/checkbox.d.ts.map +1 -1
  25. package/dist/components/dialog/dialog.d.ts +1 -2
  26. package/dist/components/dialog/dialog.d.ts.map +1 -1
  27. package/dist/components/drawer/drawer.d.ts +0 -1
  28. package/dist/components/drawer/drawer.d.ts.map +1 -1
  29. package/dist/components/error-boundary/error-boundary.d.ts +4 -5
  30. package/dist/components/error-boundary/error-boundary.d.ts.map +1 -1
  31. package/dist/components/file-upload/file-upload.d.ts +5 -6
  32. package/dist/components/file-upload/file-upload.d.ts.map +1 -1
  33. package/dist/components/input/input.d.ts +0 -1
  34. package/dist/components/input/input.d.ts.map +1 -1
  35. package/dist/components/multiselect/multiselect.d.ts +1 -2
  36. package/dist/components/multiselect/multiselect.d.ts.map +1 -1
  37. package/dist/components/navbar/navbar.d.ts +9 -11
  38. package/dist/components/navbar/navbar.d.ts.map +1 -1
  39. package/dist/components/navigation-menu/navigation-menu.d.ts.map +1 -1
  40. package/dist/components/otp-input/otp-input.d.ts +7 -8
  41. package/dist/components/otp-input/otp-input.d.ts.map +1 -1
  42. package/dist/components/popover/popover.d.ts +1 -2
  43. package/dist/components/popover/popover.d.ts.map +1 -1
  44. package/dist/components/progress/progress.d.ts +1 -2
  45. package/dist/components/progress/progress.d.ts.map +1 -1
  46. package/dist/components/radio/radio.d.ts +2 -2
  47. package/dist/components/radio/radio.d.ts.map +1 -1
  48. package/dist/components/select/select.d.ts +0 -1
  49. package/dist/components/select/select.d.ts.map +1 -1
  50. package/dist/components/sheet/sheet.d.ts +0 -1
  51. package/dist/components/sheet/sheet.d.ts.map +1 -1
  52. package/dist/components/sidebar/sidebar.d.ts +11 -12
  53. package/dist/components/sidebar/sidebar.d.ts.map +1 -1
  54. package/dist/components/spinner/spinner.d.ts +0 -1
  55. package/dist/components/spinner/spinner.d.ts.map +1 -1
  56. package/dist/components/spotlight/spotlight.d.ts +14 -15
  57. package/dist/components/spotlight/spotlight.d.ts.map +1 -1
  58. package/dist/components/stepper/stepper.d.ts +4 -5
  59. package/dist/components/stepper/stepper.d.ts.map +1 -1
  60. package/dist/components/switch/switch.d.ts +2 -2
  61. package/dist/components/switch/switch.d.ts.map +1 -1
  62. package/dist/components/textarea/textarea.d.ts +1 -2
  63. package/dist/components/textarea/textarea.d.ts.map +1 -1
  64. package/dist/components/timeline/timeline.d.ts +5 -6
  65. package/dist/components/timeline/timeline.d.ts.map +1 -1
  66. package/dist/components/tooltip/tooltip.d.ts +1 -2
  67. package/dist/components/tooltip/tooltip.d.ts.map +1 -1
  68. package/dist/contracts/primitives.d.ts +0 -4
  69. package/dist/contracts/primitives.d.ts.map +1 -1
  70. package/dist/hooks/use-reduced-motion.d.ts +4 -2
  71. package/dist/hooks/use-reduced-motion.d.ts.map +1 -1
  72. package/dist/index.d.ts +1 -2
  73. package/dist/index.d.ts.map +1 -1
  74. package/dist/index.js +4 -4
  75. package/dist/lib/types.d.ts +1 -1
  76. package/dist/lib/types.d.ts.map +1 -1
  77. package/dist/server.d.ts +2 -3
  78. package/dist/server.d.ts.map +1 -1
  79. package/dist/server.js +1 -1
  80. package/dist/styles/index.css +1 -1
  81. package/package.json +1 -1
  82. package/dist/chunk-yhwkdmmt.js +0 -11
  83. package/dist/components/breadcrumb/breadcrumb.builders.d.ts +0 -48
  84. package/dist/components/breadcrumb/breadcrumb.builders.d.ts.map +0 -1
  85. package/dist/components/breadcrumb/breadcrumb.smart.d.ts +0 -34
  86. package/dist/components/breadcrumb/breadcrumb.smart.d.ts.map +0 -1
  87. package/dist/components/stat-card/index.d.ts +0 -2
  88. package/dist/components/stat-card/index.d.ts.map +0 -1
  89. package/dist/components/stat-card/stat-card.d.ts +0 -27
  90. package/dist/components/stat-card/stat-card.d.ts.map +0 -1
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use client";
2
- import{$ as da,A as Za,B as Cd,C as lx,D as Fa,E as Ga,F as xn,G as Jn,H as mx,I as Bt,J as dx,K as ux,L as zt,M as Pg,N as xg,O as Mg,P as Ng,Q as Lg,R as zg,S as Rg,T as vo,U as Lt,V as Cg,W as Hg,X as ia,Y as la,Z as ma,_ as Bi,a,aa as wg,b as Fg,ba as kg,c as DP,ca as sa,d as I,da as Ag,e as jP,ea as pa,f as ex,g as tx,h as rx,i as ox,j as nx,k as ax,l as oo,m as ix,n as sx,o as Yb,p as ka,q as Aa,r as Ba,s as Vb,t as Xb,u as Jb,v as qb,w as Qb,x as Zb,y as Eb,z as Rd}from"./chunk-yhwkdmmt.js";import{cva as sk}from"class-variance-authority";import*as yt from"@radix-ui/react-accordion";import{cva as ya}from"class-variance-authority";import{ChevronDown as Wg}from"lucide-react";import{createContext as Kg,forwardRef as tn,useContext as Gi}from"react";var Gg="md",Og=()=>{return"md"};function f(e){if(e!==void 0)return e;return"md"}import{jsxDEV as Gt}from"react/jsx-dev-runtime";var Fe={sm:"sm",md:"md",lg:"lg"},va=Kg(Fe.md),Oi=ya("border-b border-border"),Wi=ya("transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] flex flex-1 items-center justify-between font-medium hover:underline [&[data-state=open]>svg]:rotate-180",{variants:{size:{[Fe.sm]:"py-3 text-xs [&>svg]:size-3.5",[Fe.md]:"py-4 text-sm [&>svg]:size-4",[Fe.lg]:"py-5 text-base [&>svg]:size-5"}},defaultVariants:{size:Fe.md}}),Ki=ya("gs-accordion-content overflow-hidden",{variants:{size:{[Fe.sm]:"text-xs",[Fe.md]:"text-sm",[Fe.lg]:"text-base"}},defaultVariants:{size:Fe.md}}),_g={[Fe.sm]:"pt-0 pb-3",[Fe.md]:"pt-0 pb-4",[Fe.lg]:"pt-0 pb-5"},_i=tn(({size:e=Fe.md,...t},r)=>{let o=f(e)??Fe.md;return Gt(va.Provider,{value:o,children:Gt(yt.Root,{ref:r,...t},void 0,!1,void 0,this)},void 0,!1,void 0,this)});_i.displayName="Accordion";var Ui=tn(({className:e,...t},r)=>Gt(yt.Item,{ref:r,className:a(Oi(),e),...t},void 0,!1,void 0,this));Ui.displayName="AccordionItem";var $i=tn(({className:e,children:t,...r},o)=>{let n=Gi(va);return Gt(yt.Header,{className:"flex",children:Gt(yt.Trigger,{ref:o,className:a(Wi({size:n}),e),...r,children:[t,Gt(Wg,{className:"shrink-0 transition-transform"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)});$i.displayName="AccordionTrigger";var Yi=tn(({className:e,children:t,...r},o)=>{let n=Gi(va);return Gt(yt.Content,{ref:o,className:a(Ki({size:n}),e),...r,children:Gt("div",{className:_g[n],children:t},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Yi.displayName="AccordionContent";import{cva as Ta}from"class-variance-authority";import{TriangleAlert as Ug,CircleCheck as $g,Info as Yg,CircleAlert as Vg}from"lucide-react";import{forwardRef as ha}from"react";import{jsxDEV as Pa}from"react/jsx-dev-runtime";var Ar={default:"default",success:"success",warning:"warning",error:"error",info:"info"},ho={sm:"sm",md:"md",lg:"lg",xl:"xl"},Vi=Ta("gs-alert relative w-full rounded-[var(--radius)] border [&>svg~*]:pl-8 [&>svg]:absolute [&>svg]:left-4 [&>svg]:top-4 [&>svg]:size-4 [&>svg]:text-foreground h-min",{variants:{variant:{[Ar.default]:"border-border bg-secondary text-foreground",[Ar.success]:"border-success/50 text-success [&>svg]:text-success bg-success/10",[Ar.warning]:"border-warning/50 text-warning [&>svg]:text-warning bg-warning/10",[Ar.error]:"border-destructive/50 text-destructive [&>svg]:text-destructive bg-destructive/10",[Ar.info]:"border-info/50 text-info [&>svg]:text-info bg-info/10"},size:{[ho.sm]:"p-3 text-sm [&>svg]:left-3 [&>svg]:top-3 [&>svg]:size-3.5 [&>svg~*]:pl-7",[ho.md]:"p-4 text-sm",[ho.lg]:"p-5 text-sm [&>svg]:left-5 [&>svg]:top-5",[ho.xl]:"p-6 text-base [&>svg]:left-6 [&>svg]:top-6 [&>svg]:size-5 [&>svg~*]:pl-10"}},defaultVariants:{variant:Ar.default,size:ho.md}}),Xi=Ta("mb-1 font-medium leading-none tracking-tight [.gs-alert[data-size=sm]_&]:text-sm [.gs-alert[data-size=md]_&]:text-sm [.gs-alert[data-size=lg]_&]:text-base [.gs-alert[data-size=xl]_&]:text-lg h-min"),Ji=Ta("[&_p]:leading-relaxed [.gs-alert[data-size=sm]_&]:text-[13px] [.gs-alert[data-size=md]_&]:text-sm [.gs-alert[data-size=lg]_&]:text-sm [.gs-alert[data-size=xl]_&]:text-base"),qi=ha(({className:e,variant:t,size:r,...o},n)=>{let i=f(r);return Pa("div",{ref:n,role:"alert","data-size":i,className:a(Vi({variant:t,size:i}),e),...o},void 0,!1,void 0,this)});qi.displayName="Alert";var Qi=ha(({className:e,...t},r)=>Pa("h5",{ref:r,className:a(Xi(),e),...t},void 0,!1,void 0,this));Qi.displayName="AlertTitle";var Zi=ha(({className:e,...t},r)=>Pa("div",{ref:r,className:a(Ji(),e),...t},void 0,!1,void 0,this));Zi.displayName="AlertDescription";import*as ze from"@radix-ui/react-alert-dialog";import{cva as ns}from"class-variance-authority";import{createContext as ab,forwardRef as Sr,useCallback as ib,useContext as sb,useEffect as lb,useState as as}from"react";import{Slot as Ei}from"@radix-ui/react-slot";import{cva as Ma}from"class-variance-authority";import{forwardRef as rn}from"react";import{forwardRef as Xg}from"react";import{jsxDEV as xa}from"react/jsx-dev-runtime";var Br={sm:"sm",md:"md",lg:"lg",xl:"xl"},Jg={[Br.sm]:"h-4 w-4",[Br.md]:"h-5 w-5",[Br.lg]:"h-6 w-6",[Br.xl]:"h-8 w-8"},Ot=Xg(({className:e,size:t=Br.md,label:r="Loading",...o},n)=>{let i=f(t);return xa("span",{ref:n,className:a("inline-flex items-center justify-center",e),role:"status","aria-label":r,...o,children:[xa("span",{"data-gs-motion":"essential",className:a("gs-loading-motion animate-spin rounded-full border-2 border-current border-r-transparent",Jg[i])},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)});Ot.displayName="Spinner";import{jsxDEV as Ht}from"react/jsx-dev-runtime";var Ct={primary:"primary",secondary:"secondary",neutral:"neutral",outline:"outline",ghost:"ghost",danger:"danger"},Je={sm:"sm",md:"md",lg:"lg",xl:"xl",icon:"icon",iconSm:"icon-sm",iconLg:"icon-lg"},Wt={default:"default",success:"success",warning:"warning",error:"error",info:"info"},Ir={sm:"sm",md:"md",lg:"lg"},qg="Loading",Qg="button",Po=Ma("transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] 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:pointer-events-none disabled:cursor-not-allowed disabled:opacity-55",{variants:{variant:{[Ct.primary]:"border-primary bg-primary text-primary-foreground enabled:hover:bg-primary/90",[Ct.secondary]:"border-secondary bg-secondary text-secondary-foreground enabled:hover:bg-secondary/90",[Ct.neutral]:"border-border bg-muted text-foreground enabled:hover:bg-muted/90",[Ct.outline]:"border-border bg-background text-foreground enabled:hover:border-primary enabled:hover:bg-muted/50",[Ct.ghost]:"border-transparent bg-transparent text-foreground enabled:hover:bg-muted/70",[Ct.danger]:"border-destructive bg-destructive text-destructive-foreground enabled:hover:bg-destructive/90"},size:{[Je.sm]:"h-8 px-2.5 text-xs",[Je.md]:"h-10 px-4 text-sm",[Je.lg]:"h-11 px-5 text-sm",[Je.xl]:"h-12 px-6 text-base",[Je.icon]:"h-10 w-10 p-0",[Je.iconSm]:"h-9 w-9 p-0",[Je.iconLg]:"h-11 w-11 p-0"}},defaultVariants:{variant:Ct.primary,size:Je.md}}),Di=Ma("shrink-0",{variants:{size:{[Ir.sm]:"size-3",[Ir.md]:"size-4",[Ir.lg]:"size-4.5"}},defaultVariants:{size:Ir.md}}),ji=Ma("inline-flex items-center rounded-full border px-1.5 py-0.5 font-semibold text-[11px] leading-none",{variants:{tone:{[Wt.default]:"border-border/70 bg-background/75 text-muted-foreground",[Wt.success]:"border-success/35 bg-success/12 text-success",[Wt.warning]:"border-warning/35 bg-warning/12 text-warning",[Wt.error]:"border-destructive/35 bg-destructive/12 text-destructive",[Wt.info]:"border-info/35 bg-info/12 text-info"}},defaultVariants:{tone:Wt.default}});function Zg(e){return e===Je.icon||e===Je.iconSm||e===Je.iconLg}function Eg(e,t,r){return e&&t?-1:r}function Dg(e){return e["aria-label"]??e["aria-labelledby"]??e.title}function jg(){if(typeof process>"u")return!0;return!0}var es=rn(({className:e,size:t=Ir.md,...r},o)=>Ht(Ei,{ref:o,className:a(Di({size:t}),e),...r},void 0,!1,void 0,this));es.displayName="ButtonIcon";var ts=rn(({className:e,...t},r)=>Ht("span",{ref:r,className:a("truncate",e),...t},void 0,!1,void 0,this));ts.displayName="ButtonLabel";var rs=rn(({className:e,tone:t=Wt.default,...r},o)=>Ht("span",{ref:o,className:a(ji({tone:t}),e),...r},void 0,!1,void 0,this));rs.displayName="ButtonBadge";var os=rn(({className:e,variant:t=Ct.primary,size:r=Je.md,asChild:o=!1,loading:n=!1,loadingText:i=qg,fullWidth:s=!1,leadingIcon:l,trailingIcon:m,disabled:d,children:c,type:u,tabIndex:g,onClick:T,...b},h)=>{let N=f(r),v=N??r,p=Dg(b);if(jg()&&Zg(v)&&!p)throw Error("Icon-size Button requires aria-label, aria-labelledby, or title.");let P=Boolean(d||n),M=a(Po({variant:t,size:N}),P&&"pointer-events-none cursor-not-allowed opacity-55",s&&"w-full",e);if(o)return Ht(Ei,{ref:h,className:M,"aria-disabled":P||void 0,"aria-busy":n||void 0,tabIndex:Eg(!0,P,g),onClick:P?(k)=>{k.preventDefault()}:T,...b,children:c},void 0,!1,void 0,this);return Ht("button",{ref:h,className:M,disabled:P,"aria-disabled":P,"aria-busy":n,tabIndex:g,type:u??Qg,onClick:n?void 0:T,...b,children:[Ht("span",{className:a("absolute inset-0 flex items-center justify-center transition-opacity duration-150",n?"opacity-100":"opacity-0"),"aria-hidden":"true",children:Ht(Ot,{size:"sm"},void 0,!1,void 0,this)},void 0,!1,void 0,this),n&&Ht("span",{className:"sr-only",children:i},void 0,!1,void 0,this),Ht("span",{className:a("inline-flex items-center justify-center gap-2 transition-opacity duration-150",n&&"opacity-0"),children:[l,c,m]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});os.displayName="Button";var le=!0,it=4,Kt="fixed inset-0 z-50 bg-black/50",on="transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] 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";import{useSyncExternalStore as eb}from"react";var La="(prefers-reduced-motion: reduce)",Na="data-gs-demo-reduced-motion";function tb(){if(typeof document>"u")return!1;return document.documentElement.getAttribute(Na)==="true"}function rb(){if(typeof window>"u"||typeof window.matchMedia!=="function")return!1;return window.matchMedia(La).matches}function xo(){return tb()||rb()}var ob=()=>!1;function nb(e){if(typeof window>"u")return()=>{return};let t=window.matchMedia(La);t.addEventListener("change",e);let r=typeof MutationObserver<"u"?new MutationObserver((o)=>{for(let n of o)if(n.type==="attributes"&&n.attributeName===Na){e();break}}):null;return r?.observe(document.documentElement,{attributes:!0,attributeFilter:[Na]}),()=>{t.removeEventListener("change",e),r?.disconnect()}}function ve(){return eb(nb,xo,ob)}import{jsxDEV as qe,Fragment as cb}from"react/jsx-dev-runtime";var _t={sm:I.sm,md:I.md,lg:I.lg,xl:I.xl,full:"full"},mb=160,is=ns(a("gs-dialog-overlay",Kt)),ss=ns("gs-dialog-content fixed left-1/2 top-1/2 z-50 grid w-full gap-4 border border-border bg-card p-6 text-foreground shadow-[var(--shadow-xl)] rounded-[var(--radius)]",{variants:{size:{[_t.sm]:"max-w-sm",[_t.md]:"max-w-md",[_t.lg]:"max-w-lg",[_t.xl]:"max-w-xl",[_t.full]:"max-w-[calc(100vw-2rem)] max-h-[calc(100vh-2rem)]"}},defaultVariants:{size:_t.md}}),ls=ab(!1),db=({children:e,open:t,defaultOpen:r=!1,onOpenChange:o,...n})=>{let[i,s]=as(r),l=t!==void 0,m=l?t:i,d=ib((c)=>{if(!l)s(c);o?.(c)},[l,o]);return qe(ls.Provider,{value:m,children:qe(ze.Root,{open:m,onOpenChange:d,...n,children:e},void 0,!1,void 0,this)},void 0,!1,void 0,this)},ub=ze.Trigger,ms=ze.Portal,za=Sr(({className:e,...t},r)=>qe(ze.Overlay,{ref:r,className:a(is(),e),...t},void 0,!1,void 0,this));za.displayName="AlertDialogOverlay";var ds=Sr(({className:e,size:t=_t.md,showOverlay:r=!0,portal:o=le,portalContainer:n,forceMount:i=!1,...s},l)=>{let m=sb(ls),[d,c]=as(i||m),u=f(t),g=ve();if(lb(()=>{if(i||m){c(!0);return}let h=setTimeout(()=>{c(!1)},g?0:mb);return()=>{clearTimeout(h)}},[i,m,g]),!(i||m||d))return null;let b=qe(cb,{children:[r?qe(za,{forceMount:!0},void 0,!1,void 0,this):null,qe(ze.Content,{ref:l,forceMount:!0,className:a(ss({size:u}),e),...s},void 0,!1,void 0,this)]},void 0,!0,void 0,this);if(!o)return b;return qe(ms,{forceMount:!0,container:n??void 0,children:b},void 0,!1,void 0,this)});ds.displayName="AlertDialogContent";var us=({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);us.displayName="AlertDialogHeader";var cs=({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);cs.displayName="AlertDialogFooter";var ps=Sr(({className:e,...t},r)=>qe(ze.Title,{ref:r,className:a("font-semibold text-lg",e),...t},void 0,!1,void 0,this));ps.displayName="AlertDialogTitle";var fs=Sr(({className:e,...t},r)=>qe(ze.Description,{ref:r,className:a("text-muted-foreground text-sm",e),...t},void 0,!1,void 0,this));fs.displayName="AlertDialogDescription";var gs=Sr(({className:e,...t},r)=>qe(ze.Action,{ref:r,className:a(Po(),e),...t},void 0,!1,void 0,this));gs.displayName="AlertDialogAction";var bs=Sr(({className:e,...t},r)=>qe(ze.Cancel,{ref:r,className:a(Po({variant:"outline"}),"mt-2 sm:mt-0",e),...t},void 0,!1,void 0,this));bs.displayName="AlertDialogCancel";import*as Ra from"@radix-ui/react-aspect-ratio";import{cva as pb}from"class-variance-authority";import{forwardRef as fb}from"react";import{jsxDEV as gb}from"react/jsx-dev-runtime";var ys=pb("relative overflow-hidden rounded-[calc(var(--radius)-2px)] border border-border/40"),vs=fb(({className:e,...t},r)=>gb(Ra.Root,{ref:r,className:a(ys(),e),...t},void 0,!1,void 0,this));vs.displayName=Ra.Root.displayName;import*as Gr from"@radix-ui/react-avatar";import{cva as bb}from"class-variance-authority";import{forwardRef as nn}from"react";import{jsxDEV as Fr}from"react/jsx-dev-runtime";var Ze={sm:"sm",md:"md",lg:"lg",xl:"xl"},Ts=bb("relative flex shrink-0 overflow-hidden rounded-full",{variants:{size:{[Ze.sm]:"h-7 w-7 text-xs",[Ze.md]:"h-10 w-10 text-sm",[Ze.lg]:"h-12 w-12 text-base",[Ze.xl]:"h-16 w-16 text-lg"}},defaultVariants:{size:Ze.md}}),Ca=nn(({className:e,size:t=Ze.md,...r},o)=>{let n=f(t);return Fr(Gr.Root,{ref:o,className:a(Ts({size:n}),e),...r},void 0,!1,void 0,this)});Ca.displayName="Avatar";var hs=nn(({className:e,...t},r)=>Fr(Gr.Image,{ref:r,className:a("aspect-square h-full w-full object-cover",e),...t},void 0,!1,void 0,this));hs.displayName="AvatarImage";var Ha=nn(({className:e,...t},r)=>Fr(Gr.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));Ha.displayName="AvatarFallback";var yb={[Ze.sm]:"-space-x-2",[Ze.md]:"-space-x-3",[Ze.lg]:"-space-x-4",[Ze.xl]:"-space-x-5"},Ps=nn(({className:e,children:t,max:r,size:o=Ze.md,...n},i)=>{let s=f(o),l=Array.isArray(t)?t:[t],m=r?l.slice(0,r):l,d=r?Math.max(0,l.length-r):0;return Fr("div",{ref:i,className:a("flex items-center",yb[s],e),...n,children:[m,d>0&&Fr(Ca,{size:s,className:"border-2 border-background",children:Fr(Ha,{className:"text-xs",children:["+",d]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Ps.displayName="AvatarGroup";import{Slot as vb}from"@radix-ui/react-slot";import{cva as Tb}from"class-variance-authority";import{X as xs}from"lucide-react";import{forwardRef as hb}from"react";import{jsxDEV as dr}from"react/jsx-dev-runtime";var He={default:"default",primary:"primary",success:"success",warning:"warning",error:"error",info:"info",outline:"outline"},wt={sm:"sm",md:"md",lg:"lg",xl:"xl",dot:"dot"},Ms=Tb("group/badge inline-flex items-center justify-center gap-1 whitespace-nowrap rounded-full border font-medium leading-none",{variants:{variant:{[He.default]:"border-border bg-muted text-muted-foreground",[He.primary]:"border-primary/30 bg-primary/10 text-primary",[He.success]:"border-success/30 bg-success/10 text-success",[He.warning]:"border-warning/30 bg-warning/10 text-warning",[He.error]:"border-destructive/30 bg-destructive/10 text-destructive",[He.info]:"border-info/30 bg-info/10 text-info",[He.outline]:"border-border bg-transparent text-foreground"},solid:{true:"",false:""},size:{[wt.sm]:"h-5 px-1.5 text-[11px]",[wt.md]:"h-5 px-2 text-[11px]",[wt.lg]:"h-6 px-2.5 text-xs",[wt.xl]:"h-7 px-3 text-sm",[wt.dot]:"h-2 w-2 p-0"}},compoundVariants:[{solid:!0,variant:He.default,className:"border-transparent bg-foreground text-background"},{solid:!0,variant:He.primary,className:"border-primary bg-primary text-primary-foreground"},{solid:!0,variant:He.success,className:"border-success bg-success text-background"},{solid:!0,variant:He.warning,className:"border-warning bg-warning text-background"},{solid:!0,variant:He.error,className:"border-destructive bg-destructive text-destructive-foreground"},{solid:!0,variant:He.info,className:"border-info bg-info text-background"},{solid:!0,variant:He.outline,className:"border-border bg-foreground text-background"}],defaultVariants:{variant:He.default,solid:!1,size:wt.md}}),Mo=hb(({className:e,variant:t=He.default,size:r=wt.md,solid:o=!1,pulse:n=!1,removable:i=!1,removeControl:s="button",removeLabel:l="Remove",onRemove:m,onClick:d,children:c,asChild:u=!1,...g},T)=>{let b=f(r),h=Boolean(d),N=b===wt.dot,v=h&&s==="button"?"span":s,p=(H)=>{H.preventDefault(),H.stopPropagation(),m?.(H)},P=(H)=>{if(H.key!=="Enter"&&H.key!==" ")return;H.preventDefault(),H.stopPropagation()},M=a(Ms({variant:t,solid:o,size:b}),h&&"cursor-pointer",n&&"animate-pulse",i&&!N&&"pr-1",e),k=i&&!N&&v==="button"?dr("button",{type:"button",className:a("ml-0.5 inline-flex items-center justify-center rounded-full text-current opacity-60 transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] hover:opacity-100","size-3.5 group-data-[size=lg]/badge:size-4 group-data-[size=xl]/badge:size-4"),onClick:p,"aria-label":l,tabIndex:-1,children:dr(xs,{className:"size-2.5 group-data-[size=lg]/badge:size-3 group-data-[size=xl]/badge:size-3"},void 0,!1,void 0,this)},void 0,!1,void 0,this):i&&!N?dr("span",{role:"button",className:a("ml-0.5 inline-flex items-center justify-center rounded-full text-current opacity-60 transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] hover:opacity-100","size-3.5 group-data-[size=lg]/badge:size-4 group-data-[size=xl]/badge:size-4"),onClick:p,onKeyDown:P,"aria-label":l,tabIndex:-1,children:dr(xs,{className:"size-2.5 group-data-[size=lg]/badge:size-3 group-data-[size=xl]/badge:size-3"},void 0,!1,void 0,this)},void 0,!1,void 0,this):null;if(u)return dr(vb,{ref:T,className:M,onClick:d,"data-size":b,...g,children:c},void 0,!1,void 0,this);if(h)return dr("button",{ref:T,className:M,onClick:d,type:"button","data-size":b,...g,children:[!N&&c,k]},void 0,!0,void 0,this);return dr("span",{ref:T,className:M,"data-size":b,...g,children:[!N&&c,k]},void 0,!0,void 0,this)});Mo.displayName="Badge";import{Children as Pb,cloneElement as xb,forwardRef as Mb,isValidElement as Nb,useCallback as Ns,useEffect as Lb,useLayoutEffect as zb,useRef as Rb,useState as Cb}from"react";import{jsxDEV as Ls}from"react/jsx-dev-runtime";function Hb(e){let t=[];return Pb.forEach(e,(r,o)=>{if(!Nb(r))return;let n=r.key??o;t.push({key:n,element:r,isLeaving:!1})}),t}function wb(e,t){let r=new Set(t.map((i)=>i.key)),o=new Set(e.map((i)=>i.key)),n=[];for(let i of e)if(r.has(i.key)){let s=t.find((l)=>l.key===i.key);if(s)n.push({...s,isLeaving:!1})}else n.push({...i,isLeaving:!0});for(let i of t)if(!o.has(i.key))n.push(i);return n}function kb(e,t,r){if(r.current)return r.current=!1,t;return wb(e,t)}var Ab=typeof window<"u"?zb:Lb,zs=Mb(({children:e,className:t,onRemove:r,gap:o="sm"},n)=>{let[i,s]=Cb([]),l=Rb(!0);Ab(()=>{let u=Hb(e);s((g)=>kb(g,u,l))},[e]);let m=Ns((u)=>{s((g)=>g.filter((T)=>T.key!==u))},[]),d=Ns((u)=>{r?.(u)},[r]),c={sm:"gap-1",md:"gap-2",lg:"gap-3"}[o];return Ls("div",{ref:n,className:a("inline-flex flex-wrap items-center",c,t),children:i.map((u)=>{let g={};if(u.element.props.removable&&r)g.onRemove=()=>{d(u.key)};let T=a("inline-flex transition-all duration-200",u.isLeaving&&"pointer-events-none scale-95 opacity-0");return Ls("span",{className:T,onTransitionEnd:u.isLeaving?()=>m(u.key):void 0,children:xb(u.element,g)},u.key,!1,void 0,this)})},void 0,!1,void 0,this)});zs.displayName="BadgeGroup";import{Slot as Bb}from"@radix-ui/react-slot";import{cva as Or}from"class-variance-authority";import{ChevronRight as Ib,MoreHorizontal as Sb}from"lucide-react";import{createContext as Fb,forwardRef as No,useContext as wa}from"react";import{jsxDEV as st}from"react/jsx-dev-runtime";var Te={sm:"sm",md:"md",lg:"lg"},an=Fb(Te.md),Rs=Or("flex flex-wrap items-center break-words text-muted-foreground",{variants:{size:{[Te.sm]:"gap-1 text-xs",[Te.md]:"gap-1.5 text-sm sm:gap-2.5",[Te.lg]:"gap-2 text-base sm:gap-3"}},defaultVariants:{size:Te.md}}),Cs=Or("inline-flex items-center gap-1.5"),Hs=Or("transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] hover:text-foreground focus-visible:outline-none focus-visible:text-foreground"),ws=Or("font-normal text-foreground"),ks=Or("",{variants:{size:{[Te.sm]:"[&>svg]:size-3",[Te.md]:"[&>svg]:size-3.5",[Te.lg]:"[&>svg]:size-4"}},defaultVariants:{size:Te.md}}),As=Or("flex items-center justify-center",{variants:{size:{[Te.sm]:"h-7 w-7 [&>svg]:size-3.5",[Te.md]:"h-9 w-9 [&>svg]:size-4",[Te.lg]:"h-10 w-10 [&>svg]:size-5"}},defaultVariants:{size:Te.md}}),Bs=No(({size:e=Te.md,...t},r)=>{let o=f(e)??Te.md;return st(an.Provider,{value:o,children:st("nav",{ref:r,"aria-label":"breadcrumb",...t},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Bs.displayName="Breadcrumb";var Is=No(({className:e,...t},r)=>{let o=wa(an);return st("ol",{ref:r,className:a(Rs({size:o}),e),...t},void 0,!1,void 0,this)});Is.displayName="BreadcrumbList";var Ss=No(({className:e,...t},r)=>st("li",{ref:r,className:a(Cs(),e),...t},void 0,!1,void 0,this));Ss.displayName="BreadcrumbItem";var Fs=No(({asChild:e,className:t,...r},o)=>{return st(e?Bb:"a",{ref:o,className:a(Hs(),t),...r},void 0,!1,void 0,this)});Fs.displayName="BreadcrumbLink";var Gs=No(({className:e,...t},r)=>st("span",{ref:r,role:"link",tabIndex:0,"aria-disabled":"true","aria-current":"page",className:a(ws(),e),...t},void 0,!1,void 0,this));Gs.displayName="BreadcrumbPage";var Os=({children:e,className:t,...r})=>{let o=wa(an),n={[Te.sm]:"size-3",[Te.md]:"size-3.5",[Te.lg]:"size-4"};return st("li",{role:"presentation","aria-hidden":"true",className:a(ks({size:o}),t),...r,children:e??st(Ib,{className:n[o]},void 0,!1,void 0,this)},void 0,!1,void 0,this)};Os.displayName="BreadcrumbSeparator";var Ws=({className:e,...t})=>{let r=wa(an);return st("span",{role:"presentation","aria-hidden":"true",className:a(As({size:r}),e),...t,children:[st(Sb,{},void 0,!1,void 0,this),st("span",{className:"sr-only",children:"More"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};Ws.displayName="BreadcrumbEllipsis";import{createContext as Gb,useCallback as Ks,useContext as Ob,useEffect as _s,useMemo as sn,useState as Wb}from"react";import{jsxDEV as $b}from"react/jsx-dev-runtime";var Us=Gb(null),Kb=(e,t,r)=>{let o={item:e,index:t,nativeEvent:r,defaultPrevented:!1,preventDefault:()=>{o.defaultPrevented=!0,r.preventDefault()}};return o},_b=({items:e,resolveContext:t,entityResolvers:r,collapse:o,onBeforeNavigate:n,onNavigate:i,onItemClick:s,children:l})=>{let m=sn(()=>ka(e,{resolveContext:t,entityResolvers:r}),[r,e,t]),d=sn(()=>e.some((v)=>{if(v.label||!v.entity)return!1;return Boolean(r?.[v.entity.kind])}),[r,e]),[c,u]=Wb(null);_s(()=>{if(!d&&c!==null)u(null)},[c,d]),_s(()=>{if(!d)return;let v=!0;return Aa(e,{resolveContext:t,entityResolvers:r}).then((p)=>{if(v)u(p)}),()=>{v=!1}},[r,e,d,t]);let g=c??m,T=sn(()=>Ba(g,o),[g,o]),b=Ks((v,p,P)=>{if(v.disabled){P.preventDefault();return}let M=Kb(v,p,P);if(v.onClick?.(M),s?.(v,p),v.current)return;if(v.onBeforeNavigate?.(M),n?.(M),M.defaultPrevented)return;v.onNavigate?.(M),i?.(M)},[n,s,i]),h=Ks((v,p,P)=>{return{onClick:(M)=>{if(P?.onClick?.(M),M.defaultPrevented)return;b(v,p,M)},onKeyDown:(M)=>{if(P?.onKeyDown?.(M),M.defaultPrevented)return;if(M.key==="Enter"||M.key===" "){if(M.key===" ")M.preventDefault();b(v,p,M)}},"aria-current":v.current?"page":void 0,"aria-disabled":v.disabled?!0:void 0,tabIndex:v.disabled?-1:void 0,"data-breadcrumb-id":v.id}},[b]),N=sn(()=>({items:g,visibleItems:T.visibleItems,hiddenItems:T.hiddenItems,getItemProps:h}),[T.hiddenItems,T.visibleItems,h,g]);return $b(Us.Provider,{value:N,children:l},void 0,!1,void 0,this)},Ub=()=>{let e=Ob(Us);if(!e)throw Error("useBreadcrumbs must be used within BreadcrumbProvider");return e};import{cva as Db}from"class-variance-authority";import{forwardRef as jb}from"react";import{jsxDEV as ey}from"react/jsx-dev-runtime";var Lo={horizontal:"horizontal",vertical:"vertical"},$s=Db("inline-flex items-stretch",{variants:{orientation:{[Lo.horizontal]:"flex-row",[Lo.vertical]:"flex-col"},attached:{true:"gap-0 [&>*:not(:first-child)]:rounded-l-none [&>*:not(:last-child)]:rounded-r-none",false:"gap-2"}},defaultVariants:{orientation:Lo.horizontal,attached:!1}}),Ys=jb(({className:e,orientation:t=Lo.horizontal,attached:r=!1,fullWidth:o=!1,...n},i)=>ey("div",{ref:i,className:a($s({orientation:t,attached:r}),o&&"w-full",e),...n},void 0,!1,void 0,this));Ys.displayName="ButtonGroup";import{cva as Ut}from"class-variance-authority";import{forwardRef as ty,useCallback as Wr,useEffect as ry,useMemo as Vs,useState as Xs}from"react";import{jsxDEV as Qe}from"react/jsx-dev-runtime";var G={sm:"sm",md:"md",lg:"lg",xl:"xl"},qs=Ut("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:{[G.sm]:"p-3 text-sm",[G.md]:"p-4 text-sm",[G.lg]:"p-5 text-base",[G.xl]:"p-6 text-base"}},defaultVariants:{size:G.md}}),Qs=Ut("mb-3 flex items-center justify-between",{variants:{size:{[G.sm]:"gap-1",[G.md]:"gap-2",[G.lg]:"gap-3",[G.xl]:"gap-3"}},defaultVariants:{size:G.md}}),Zs=Ut("font-semibold text-foreground",{variants:{size:{[G.sm]:"text-sm",[G.md]:"text-base",[G.lg]:"text-lg",[G.xl]:"text-xl"}},defaultVariants:{size:G.md}}),Ia=Ut(["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:cursor-not-allowed disabled:border-transparent disabled:bg-muted/40 disabled:text-muted-foreground/70"],{variants:{size:{[G.sm]:"size-7",[G.md]:"size-8",[G.lg]:"size-10",[G.xl]:"size-10"}},defaultVariants:{size:G.md}}),Es=Ut("grid grid-cols-7",{variants:{size:{[G.sm]:"gap-0",[G.md]:"gap-0",[G.lg]:"gap-0",[G.xl]:"gap-0"}},defaultVariants:{size:G.md}}),Ds=Ut("text-center font-semibold uppercase tracking-wide text-muted-foreground",{variants:{size:{[G.sm]:"py-1 text-[11px]",[G.md]:"py-1.5 text-xs",[G.lg]:"py-2 text-sm",[G.xl]:"py-2 text-sm"}},defaultVariants:{size:G.md}}),js=Ut(["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:{[G.sm]:"size-7 text-xs",[G.md]:"size-9 text-sm",[G.lg]:"size-10 text-base",[G.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:G.md,state:"default"}}),oy=Ut("rounded-md border border-transparent",{variants:{size:{[G.sm]:"size-7",[G.md]:"size-9",[G.lg]:"size-10",[G.xl]:"size-11"}},defaultVariants:{size:G.md}}),Js=["Su","Mo","Tu","We","Th","Fr","Sa"],ny=["January","February","March","April","May","June","July","August","September","October","November","December"],kt=(e)=>new Date(e.getFullYear(),e.getMonth(),e.getDate()),Kr=(e,t)=>{return e.getDate()===t.getDate()&&e.getMonth()===t.getMonth()&&e.getFullYear()===t.getFullYear()},el=ty(({className:e,size:t="md",cellSize:r,mode:o="single",value:n,defaultValue:i,onChange:s,rangeValue:l,onRangeChange:m,viewMonth:d,onViewMonthChange:c,minDate:u,maxDate:g,disabledDates:T=[],weekStartsOn:b=1,highlightToday:h=!0,...N},v)=>{let p=f(t)??G.md,P=f(r??p)??p,[M,k]=Xs(n??i??null),[H,S]=Xs(n??i??new Date),w=d??H,J=Wr((y)=>{if(c){let x=typeof y==="function"?y(d??H):y;c(x)}else S((x)=>{return typeof y==="function"?y(x):y})},[d,H,c]),Y=n!==void 0?n:M,q=u?kt(u):null,ee=g?kt(g):null;ry(()=>{if(n!==void 0){if(k(n??null),n&&!d)S(n)}},[n,d]);let me=Wr((y,x)=>{return(new Date(y,x,1).getDay()-b+7)%7},[b]),X=Vs(()=>{let y=w.getFullYear(),x=w.getMonth(),C=me(y,x),ne=new Date(y,x+1,0).getDate(),_=[];for(let W=0;W<C;W+=1)_.push({key:`leading-${y}-${x}-${W}`,date:null});for(let W=1;W<=ne;W+=1)_.push({key:`day-${y}-${x}-${W}`,date:new Date(y,x,W)});let Ce=(7-_.length%7)%7;for(let W=0;W<Ce;W+=1)_.push({key:`trailing-${y}-${x}-${W}`,date:null});return _},[w,me]),Q=Wr((y)=>{let x=kt(y);if(q&&x<q)return!0;if(ee&&x>ee)return!0;return T.some((C)=>Kr(x,kt(C)))},[q,ee,T]),A=Wr((y)=>{if(Q(y))return"disabled";if(o==="range"&&l){let{from:x,to:C}=l;if(x&&Kr(y,x))return"rangeStart";if(C&&Kr(y,C))return"rangeEnd";if(x&&C){let ne=kt(y),_=kt(x),Ce=kt(C);if(ne>_&&ne<Ce)return"range"}}if(o==="single"&&Y&&Kr(y,Y))return"selected";if(h&&Kr(y,new Date))return"today";return"default"},[Y,h,Q,o,l]),oe=Wr((y)=>{if(Q(y))return;let x=new Date(y);if(o==="range"){if(!l?.from||l.from&&l.to)m?.({from:x,to:void 0});else{let C=kt(l.from);if(kt(x)<C)m?.({from:x,to:l.from});else m?.({from:l.from,to:x})}return}if(n===void 0)k(x);s?.(x)},[Q,o,s,m,l,n]),z=Wr((y)=>{J((x)=>{let C=new Date(x);return C.setMonth(C.getMonth()+y),C})},[J]),K=Vs(()=>{return[...Js.slice(b),...Js.slice(0,b)]},[b]);return Qe("div",{ref:v,className:a(qs({size:p}),e),...N,children:[Qe("div",{className:a(Qs({size:p})),children:[Qe("button",{type:"button",onClick:()=>z(-1),className:a(Ia({size:p})),"aria-label":"Previous month",children:Qe("svg",{className:"size-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:Qe("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),Qe("span",{className:a(Zs({size:p})),children:[ny[w.getMonth()]," ",w.getFullYear()]},void 0,!0,void 0,this),Qe("button",{type:"button",onClick:()=>z(1),className:a(Ia({size:p})),"aria-label":"Next month",children:Qe("svg",{className:"size-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:Qe("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),Qe("div",{className:a(Es({size:p})),children:[K.map((y)=>Qe("div",{className:a(Ds({size:P})),children:y},y,!1,void 0,this)),X.map((y)=>{if(!y.date)return Qe("div",{"aria-hidden":"true",className:a(oy({size:P}))},y.key,!1,void 0,this);let x=y.date,C=A(x);return Qe("button",{type:"button",onClick:()=>oe(x),disabled:C==="disabled",className:a(js({size:P,state:C})),children:x.getDate()},y.key,!1,void 0,this)})]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});el.displayName="Calendar";import{Slot as _r}from"@radix-ui/react-slot";import{cva as ay}from"class-variance-authority";import{forwardRef as Ur}from"react";import{jsxDEV as $r}from"react/jsx-dev-runtime";var ln={default:"default",muted:"muted",danger:"danger"},tl=ay("transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] relative overflow-hidden rounded-[var(--radius)] border bg-card text-card-foreground shadow-[var(--shadow-sm)]",{variants:{variant:{[ln.default]:"border-border",[ln.muted]:"border-border bg-muted/70",[ln.danger]:"border-destructive/30 bg-destructive/[0.06]"}},defaultVariants:{variant:ln.default}}),rl=Ur(({asChild:e=!1,className:t,variant:r,...o},n)=>{return $r(e?_r:"div",{ref:n,className:a(tl({variant:r}),t),...o},void 0,!1,void 0,this)});rl.displayName="Card";var ol=Ur(({asChild:e=!1,className:t,...r},o)=>{return $r(e?_r:"div",{ref:o,className:a("flex flex-col gap-1.5 border-border border-b p-4",t),...r},void 0,!1,void 0,this)});ol.displayName="CardHeader";var nl=Ur(({asChild:e=!1,className:t,...r},o)=>{return $r(e?_r:"div",{ref:o,className:a("p-4",t),...r},void 0,!1,void 0,this)});nl.displayName="CardContent";var al=Ur(({asChild:e=!1,className:t,...r},o)=>{return $r(e?_r:"div",{ref:o,className:a("flex items-center border-border border-t p-4",t),...r},void 0,!1,void 0,this)});al.displayName="CardFooter";var il=Ur(({asChild:e=!1,className:t,...r},o)=>{return $r(e?_r:"h3",{ref:o,className:a("font-semibold text-base leading-none tracking-tight",t),...r},void 0,!1,void 0,this)});il.displayName="CardTitle";var sl=Ur(({asChild:e=!1,className:t,...r},o)=>{return $r(e?_r:"p",{ref:o,className:a("text-muted-foreground text-sm",t),...r},void 0,!1,void 0,this)});sl.displayName="CardDescription";import*as dn from"@radix-ui/react-checkbox";import{cva as iy}from"class-variance-authority";import{Check as sy,Minus as ly}from"lucide-react";import{forwardRef as my}from"react";import{jsxDEV as mn}from"react/jsx-dev-runtime";var lt={sm:"sm",md:"md",lg:"lg",xl:"xl"},Yr={default:"default",error:"error",success:"success"},ml=iy("transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] 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:{[lt.sm]:"h-4 w-4",[lt.md]:"h-5 w-5",[lt.lg]:"h-6 w-6",[lt.xl]:"h-7 w-7"},status:{[Yr.default]:"enabled:hover:border-primary/70",[Yr.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",[Yr.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:lt.md,status:Yr.default}}),ll={[lt.sm]:"size-3.5",[lt.md]:"size-3.5",[lt.lg]:"size-4",[lt.xl]:"size-5"},dl=my(({className:e,size:t=lt.md,status:r=Yr.default,checked:o,disabled:n,...i},s)=>{let l=f(t);return mn(dn.Root,{ref:s,checked:o,disabled:n,className:a(ml({size:l,status:r}),e),...i,children:mn(dn.Indicator,{className:"gs-checkbox-indicator flex items-center justify-center text-current",children:o==="indeterminate"?mn(ly,{className:ll[l]},void 0,!1,void 0,this):mn(sy,{className:ll[l]},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)});dl.displayName="Checkbox";import{cva as $t}from"class-variance-authority";import{forwardRef as dy,useCallback as uy,useState as cy}from"react";import{jsxDEV as Ge,Fragment as ul}from"react/jsx-dev-runtime";var j={sm:"sm",md:"md",lg:"lg"},Sa={default:"default",ghost:"ghost"},cl=$t("relative rounded-lg overflow-hidden font-mono",{variants:{size:{[j.sm]:"text-xs",[j.md]:"text-sm",[j.lg]:"text-base"},variant:{[Sa.default]:"bg-muted border border-border",[Sa.ghost]:"bg-transparent"}},defaultVariants:{size:j.md,variant:Sa.default}}),pl=$t("flex items-center justify-between border-b border-border bg-muted",{variants:{size:{[j.sm]:"px-2.5 py-1.5 text-xs",[j.md]:"px-4 py-2 text-sm",[j.lg]:"px-5 py-2.5 text-base"}},defaultVariants:{size:j.md}}),fl=$t("text-muted-foreground font-medium",{variants:{size:{[j.sm]:"text-[11px]",[j.md]:"text-xs",[j.lg]:"text-sm"}},defaultVariants:{size:j.md}}),gl=$t(["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:{[j.sm]:"px-2 py-1 text-xs",[j.md]:"px-2.5 py-1 text-xs",[j.lg]:"px-3 py-1.5 text-sm"},copied:{true:"text-success",false:""}},defaultVariants:{size:j.md,copied:!1}}),bl=$t("overflow-x-auto",{variants:{size:{[j.sm]:"p-2.5",[j.md]:"p-4",[j.lg]:"p-5"}},defaultVariants:{size:j.md}}),yl=$t("text-foreground",{variants:{size:{[j.sm]:"",[j.md]:"",[j.lg]:""},showLineNumbers:{true:"",false:""}},defaultVariants:{size:j.md,showLineNumbers:!1}}),vl=$t("block",{variants:{size:{[j.sm]:"min-h-[1.25rem]",[j.md]:"min-h-[1.5rem]",[j.lg]:"min-h-[1.75rem]"},highlighted:{true:"bg-primary/10 -mx-4 px-4",false:""}},defaultVariants:{size:j.md,highlighted:!1}}),Tl=$t("inline-block text-right text-muted-foreground select-none",{variants:{size:{[j.sm]:"w-6 mr-2 text-[11px]",[j.md]:"w-8 mr-4 text-xs",[j.lg]:"w-10 mr-5 text-sm"}},defaultVariants:{size:j.md}}),hl=dy(({className:e,code:t,language:r,showLineNumbers:o=!1,highlightedLines:n=[],showCopy:i=!0,size:s="md",variant:l="default",onCopy:m,...d},c)=>{let u=f(s),[g,T]=cy(!1),b=uy(async()=>{try{await navigator.clipboard.writeText(t),T(!0),m?.(t),setTimeout(()=>T(!1),2000)}catch(v){}},[t,m]),h=t.split(`
3
- `),N=new Set(n);return Ge("div",{ref:c,className:a(cl({size:u,variant:l}),e),...d,children:[(r||i)&&Ge("div",{className:a(pl({size:u})),children:[Ge("span",{className:a(fl({size:u})),children:r},void 0,!1,void 0,this),i&&Ge("button",{type:"button",onClick:b,className:a(gl({size:u,copied:g})),children:g?Ge(ul,{children:[Ge("svg",{className:"size-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:Ge("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):Ge(ul,{children:[Ge("svg",{className:"size-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:Ge("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),Ge("div",{className:a(bl({size:u})),children:Ge("pre",{className:a(yl({size:u,showLineNumbers:o})),children:Ge("code",{children:h.map((v,p)=>Ge("span",{className:a(vl({size:u,highlighted:N.has(p+1)})),children:[o&&Ge("span",{className:a(Tl({size:u})),children:p+1},void 0,!1,void 0,this),v,`
4
- `]},`line-${String(p)}`,!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)});hl.displayName="CodeBlock";import*as Vr from"@radix-ui/react-collapsible";import{cva as py}from"class-variance-authority";import{forwardRef as fy}from"react";import{jsxDEV as yy}from"react/jsx-dev-runtime";var Pl=py("gs-collapsible-content overflow-hidden"),gy=Vr.Root,by=Vr.CollapsibleTrigger,xl=fy(({className:e,...t},r)=>yy(Vr.CollapsibleContent,{ref:r,className:a(Pl(),e),...t},void 0,!1,void 0,this));xl.displayName="CollapsibleContent";import*as Yt from"@radix-ui/react-dialog";import{cva as mt}from"class-variance-authority";import{createContext as hy,forwardRef as vt,useCallback as Nl,useContext as Py,useId as xy,useLayoutEffect as My,useMemo as Ny,useState as Oa}from"react";import{useCallback as vy,useEffect as Ty,useRef as Ml}from"react";function zo(e,t,r={}){let{enabled:o=!0,preventDefault:n=!0,stopPropagation:i=!1,target:s="global"}=r,l=Ml(t);l.current=t;let m=Ml([]),d=Array.isArray(e)?e:[e];m.current=d.map((u)=>({combo:u,def:Fa(u)}));let c=vy((u)=>{if(!o)return;for(let{combo:g,def:T}of m.current)if(Ga(u,T)){if(n)u.preventDefault();if(i)u.stopPropagation();l.current(u,g);return}},[o,n,i]);Ty(()=>{if(!o)return;let u=s==="global"?document:s.current;if(!u)return;return u.addEventListener("keydown",c),()=>{u.removeEventListener("keydown",c)}},[o,c,s])}import{jsxDEV as he,Fragment as zy}from"react/jsx-dev-runtime";var un={sm:I.sm,md:I.md,lg:I.lg},Ll=mt(["gs-dialog-content fixed left-1/2 top-1/2 z-50","w-full border border-border rounded-xl bg-background","overflow-hidden shadow-[var(--shadow-xl)]"],{variants:{size:{[un.sm]:"max-w-sm",[un.md]:"max-w-lg",[un.lg]:"max-w-2xl"}},defaultVariants:{size:un.md}}),zl=mt(["gs-dialog-overlay fixed inset-0 z-50 bg-black/50 backdrop-blur-sm"]),Rl=mt(["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:border-transparent disabled:bg-muted/40 disabled:text-muted-foreground/70"]),Cl=mt(["max-h-[300px] overflow-y-auto overflow-x-hidden p-2"]),Hl=mt(["py-6 text-center text-sm text-muted-foreground"]),wl=mt(["overflow-hidden"]),kl=mt(["px-2 py-1.5 text-xs font-medium text-muted-foreground"]),cn={default:"default",danger:"danger"},Al=mt(["relative flex items-center gap-2 rounded-lg px-2 py-2","text-sm cursor-pointer select-none","outline-none transition-none","data-[disabled=true]:pointer-events-none data-[disabled=true]:cursor-not-allowed data-[disabled=true]:border-transparent data-[disabled=true]:bg-muted/40 data-[disabled=true]:text-muted-foreground/70"],{variants:{selected:{true:"bg-primary/10 text-primary",false:"hover:bg-accent hover:text-accent-foreground"},variant:{[cn.default]:"text-foreground",[cn.danger]:"text-destructive hover:bg-destructive/10 focus:bg-destructive/10 focus:text-destructive"}},defaultVariants:{selected:!1,variant:cn.default}}),Bl=mt(["-mx-1 my-1 h-px bg-border"]),Il=mt(["ml-auto text-xs tracking-widest text-muted-foreground"]),Sl=mt(["flex items-center justify-center py-6"]),Fl=hy(null),pn=()=>{let e=Py(Fl);if(!e)throw Error("useCommand must be used within a Command");return e},Wa=vt(({className:e,children:t,loop:r=!0,...o},n)=>{let[i,s]=Oa(""),[l,m]=Oa(0),[d,c]=Oa({}),u=Nl((b,h)=>{c((N)=>{if(N[b]===h)return N;return{...N,[b]:h}})},[]),g=Nl((b)=>{c((h)=>{if(!(b in h))return h;let N={...h};return delete N[b],N})},[]),T=Ny(()=>{return Object.values(d).filter(Boolean).length},[d]);return he(Fl.Provider,{value:{search:i,setSearch:s,selectedIndex:l,setSelectedIndex:m,visibleItemsCount:T,setItemVisible:u,removeItem:g},children:he("div",{ref:n,className:a("flex flex-col overflow-hidden rounded-xl bg-card",e),...o,children:t},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Wa.displayName="Command";var Gl=vt(({children:e,size:t,showOverlay:r=!0,portal:o=le,portalContainer:n,forceMount:i=!1,...s},l)=>{let m=he(zy,{children:[r?he(Yt.Overlay,{forceMount:i?!0:void 0,className:a(zl())},void 0,!1,void 0,this):null,he(Yt.Content,{ref:l,forceMount:i?!0:void 0,className:a(Ll({size:t})),children:he(Wa,{children:e},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this);return he(Yt.Root,{...s,children:o?he(Yt.Portal,{forceMount:i?!0:void 0,container:n??void 0,children:m},void 0,!1,void 0,this):m},void 0,!1,void 0,this)});Gl.displayName="CommandDialog";var Ol=vt(({className:e,icon:t,...r},o)=>{let{search:n,setSearch:i,setSelectedIndex:s}=pn();return he("div",{className:"flex items-center border-border border-b px-3",children:[t&&he("span",{className:"mr-2 shrink-0 text-muted-foreground",children:t},void 0,!1,void 0,this),he("input",{ref:o,value:n,onChange:(l)=>{i(l.target.value),s(0)},className:a(Rl(),e),...r},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Ol.displayName="CommandInput";var Wl=vt(({className:e,children:t,...r},o)=>{return he("div",{ref:o,className:a(Cl(),e),...r,children:t},void 0,!1,void 0,this)});Wl.displayName="CommandList";var Kl=vt(({className:e,children:t="No results found.",...r},o)=>{let{visibleItemsCount:n}=pn();if(n>0)return null;return he("div",{ref:o,className:a(Hl(),e),...r,children:t},void 0,!1,void 0,this)});Kl.displayName="CommandEmpty";var _l=vt(({className:e,heading:t,children:r,...o},n)=>{return he("div",{ref:n,className:a(wl(),e),...o,children:[t&&he("div",{className:a(kl()),children:t},void 0,!1,void 0,this),r]},void 0,!0,void 0,this)});_l.displayName="CommandGroup";var Ul=vt(({className:e,disabled:t,selected:r=!1,onSelect:o,children:n,keywords:i,variant:s,...l},m)=>{let{search:d,removeItem:c,setItemVisible:u}=pn(),g=xy(),b=(()=>{if(!d)return!0;let h=d.toLowerCase();if((typeof n==="string"?n.toLowerCase():"").includes(h))return!0;if(i?.some((v)=>v.toLowerCase().includes(h)))return!0;return!1})();if(My(()=>{return u(g,b),()=>{c(g)}},[b,g,c,u]),!b)return null;return he("div",{ref:m,role:"option","aria-selected":r,"aria-disabled":t,"data-disabled":t,"data-selected":r,onClick:()=>!t&&o?.(),onKeyDown:(h)=>{if(h.key==="Enter"&&!t)h.preventDefault(),o?.()},tabIndex:t?-1:0,className:a(Al({selected:r,variant:s}),e),...l,children:n},void 0,!1,void 0,this)});Ul.displayName="CommandItem";var $l=vt(({className:e,...t},r)=>{return he("div",{ref:r,className:a(Bl(),e),...t},void 0,!1,void 0,this)});$l.displayName="CommandSeparator";var Yl=vt(({className:e,children:t,...r},o)=>{return he("span",{ref:o,className:a(Il(),e),...r,children:t},void 0,!1,void 0,this)});Yl.displayName="CommandShortcut";var Vl=vt(({className:e,children:t,...r},o)=>{return he("div",{ref:o,className:a(Sl(),e),...r,children:t},void 0,!1,void 0,this)});Vl.displayName="CommandLoading";var Ly=({key:e,modifier:t="meta",callback:r})=>{zo(`${t}+${e}`,r)};import*as F from"@radix-ui/react-context-menu";import{cva as ur}from"class-variance-authority";import{Check as Ry,ChevronRight as Cy,Circle as Hy}from"lucide-react";import{createContext as Xl,forwardRef as Vt,useContext as cr}from"react";import{jsxDEV as be}from"react/jsx-dev-runtime";var Z={sm:I.sm,md:I.md,lg:I.lg},fn={default:"default",danger:"danger"},pr=Xl(Z.md),Jl=Xl(void 0),Ka=ur("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)]"),_a=ur("relative flex cursor-pointer select-none items-center rounded-md outline-none transition-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:{[Z.sm]:"h-7 gap-1.5 px-2 text-xs [&_svg]:size-3.5",[Z.md]:"h-8 gap-2 px-2 text-sm [&_svg]:size-4",[Z.lg]:"h-9 gap-2 px-2.5 text-sm [&_svg]:size-4"},variant:{[fn.default]:"hover:bg-accent/80 focus:bg-accent focus:text-accent-foreground",[fn.danger]:"text-destructive hover:bg-destructive/10 focus:bg-destructive/10 focus:text-destructive"}},defaultVariants:{size:Z.md,variant:fn.default}}),ql=ur("relative flex cursor-pointer select-none items-center rounded-md outline-none transition-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:{[Z.sm]:"h-7 pl-7 pr-2 text-xs",[Z.md]:"h-8 pl-8 pr-2 text-sm",[Z.lg]:"h-9 pl-8 pr-2.5 text-sm"}},defaultVariants:{size:Z.md}}),Ql=ur("relative flex cursor-pointer select-none items-center rounded-md outline-none transition-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:{[Z.sm]:"h-7 pl-7 pr-2 text-xs",[Z.md]:"h-8 pl-8 pr-2 text-sm",[Z.lg]:"h-9 pl-8 pr-2.5 text-sm"}},defaultVariants:{size:Z.md}}),Zl=ur("font-semibold text-muted-foreground",{variants:{size:{[Z.sm]:"px-2 py-1 text-[11px]",[Z.md]:"px-2 py-1.5 text-xs",[Z.lg]:"px-2.5 py-1.5 text-xs"}},defaultVariants:{size:Z.md}}),El=ur("-mx-1 my-1 h-px bg-border/50"),Dl=ur("ml-auto tracking-widest text-muted-foreground/70",{variants:{size:{[Z.sm]:"text-[11px]",[Z.md]:"text-xs",[Z.lg]:"text-xs"}},defaultVariants:{size:Z.md}}),jl={[Z.sm]:"absolute left-2 flex size-3.5 items-center justify-center",[Z.md]:"absolute left-2 flex size-3.5 items-center justify-center",[Z.lg]:"absolute left-2.5 flex size-4 items-center justify-center"},wy={[Z.sm]:"size-3",[Z.md]:"size-3.5",[Z.lg]:"size-4"},ky={[Z.sm]:"size-1.5 fill-current",[Z.md]:"size-2 fill-current",[Z.lg]:"size-2.5 fill-current"},em=({size:e,...t})=>{let r=f(e??Z.md),o=e===void 0?void 0:r;return be(Jl.Provider,{value:o,children:be(F.Root,{...t},void 0,!1,void 0,this)},void 0,!1,void 0,this)};em.displayName=F.Root.displayName;var Ay=F.Trigger,By=F.Group,Iy=F.Portal,Sy=F.Sub,Fy=F.RadioGroup,tm=Vt(({className:e,inset:t,children:r,...o},n)=>{let i=cr(pr),s=f(i);return be(F.SubTrigger,{ref:n,className:a(_a({size:s}),"data-[state=open]:bg-accent",t&&"pl-8",e),...o,children:[r,be(Cy,{className:"ml-auto"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});tm.displayName=F.SubTrigger.displayName;var rm=Vt(({className:e,sideOffset:t=it,portal:r=le,portalContainer:o,...n},i)=>{let s=be(F.SubContent,{ref:i,sideOffset:t,className:a(Ka(),e),...n},void 0,!1,void 0,this);if(!r)return s;return be(F.Portal,{container:o??void 0,children:s},void 0,!1,void 0,this)});rm.displayName=F.SubContent.displayName;var om=Vt(({className:e,size:t,portal:r=le,portalContainer:o,...n},i)=>{let s=cr(Jl),l=f(t??s??Z.md),m=be(F.Content,{ref:i,className:a(Ka(),e),...n},void 0,!1,void 0,this);return be(pr.Provider,{value:l,children:r?be(F.Portal,{container:o??void 0,children:m},void 0,!1,void 0,this):m},void 0,!1,void 0,this)});om.displayName=F.Content.displayName;var nm=Vt(({className:e,inset:t,variant:r,...o},n)=>{let i=cr(pr),s=f(i);return be(F.Item,{ref:n,className:a(_a({size:s,variant:r}),t&&"pl-8",e),...o},void 0,!1,void 0,this)});nm.displayName=F.Item.displayName;var am=Vt(({className:e,children:t,checked:r,...o},n)=>{let i=cr(pr),s=f(i)??Z.md;return be(F.CheckboxItem,{ref:n,className:a(ql({size:s}),e),checked:r,...o,children:[be("span",{className:jl[s],children:be(F.ItemIndicator,{children:be(Ry,{className:wy[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)});am.displayName=F.CheckboxItem.displayName;var im=Vt(({className:e,children:t,...r},o)=>{let n=cr(pr),i=f(n)??Z.md;return be(F.RadioItem,{ref:o,className:a(Ql({size:i}),e),...r,children:[be("span",{className:jl[i],children:be(F.ItemIndicator,{children:be(Hy,{className:ky[i]},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)});im.displayName=F.RadioItem.displayName;var sm=Vt(({className:e,inset:t,...r},o)=>{let n=cr(pr),i=f(n);return be(F.Label,{ref:o,className:a(Zl({size:i}),t&&"pl-8",e),...r},void 0,!1,void 0,this)});sm.displayName=F.Label.displayName;var lm=Vt(({className:e,...t},r)=>be(F.Separator,{ref:r,className:a(El(),e),...t},void 0,!1,void 0,this));lm.displayName=F.Separator.displayName;var mm=({className:e,...t})=>{let r=cr(pr),o=f(r);return be("span",{className:a(Dl({size:o}),e),...t},void 0,!1,void 0,this)};mm.displayName="ContextMenuShortcut";import*as Re from"@radix-ui/react-dialog";import{cva as Gy}from"class-variance-authority";import{X as Oy}from"lucide-react";import{createContext as Wy,forwardRef as gn,useCallback as Ky,useContext as _y,useEffect as Uy,useState as dm}from"react";import{jsxDEV as $e,Fragment as Xy}from"react/jsx-dev-runtime";var Xt={sm:I.sm,md:I.md,lg:I.lg,xl:I.xl,full:"full"},$y=160,um=Wy(!1),Ro=({children:e,open:t,defaultOpen:r=!1,onOpenChange:o,...n})=>{let[i,s]=dm(r),l=t!==void 0,m=l?t:i,d=Ky((c)=>{if(!l)s(c);o?.(c)},[l,o]);return $e(um.Provider,{value:m,children:$e(Re.Root,{open:m,onOpenChange:d,...n,children:e},void 0,!1,void 0,this)},void 0,!1,void 0,this)},Yy=Re.Trigger,bn=Re.Portal,Vy=Re.Close,Ua=Re.Content,Co=gn(({className:e,...t},r)=>$e(Re.Overlay,{ref:r,className:a("gs-dialog-overlay",Kt,e),...t},void 0,!1,void 0,this));Co.displayName="DialogOverlay";var cm=Gy("gs-dialog-content fixed left-1/2 top-1/2 z-50 grid w-full gap-4 rounded-[var(--radius)] border border-border bg-card p-6 text-foreground shadow-[var(--shadow-xl)]",{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}}),yn=gn(({className:e,children:t,size:r=Xt.md,showClose:o=!0,showOverlay:n=!0,portal:i=le,portalContainer:s,forceMount:l=!1,...m},d)=>{let c=_y(um),[u,g]=dm(l||c),T=f(r),b=ve();if(Uy(()=>{if(l||c){g(!0);return}let v=setTimeout(()=>{g(!1)},b?0:$y);return()=>{clearTimeout(v)}},[l,c,b]),!(l||c||u))return null;let N=$e(Xy,{children:[n?$e(Co,{forceMount:!0},void 0,!1,void 0,this):null,$e(Re.Content,{ref:d,forceMount:!0,className:a(cm({size:T}),e),...m,children:[t,o&&$e(Re.Close,{className:on,children:[$e(Oy,{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);if(!i)return N;return $e(bn,{forceMount:!0,container:s??void 0,children:N},void 0,!1,void 0,this)});yn.displayName="DialogContent";var pm=({className:e,...t})=>$e("div",{className:a("flex flex-col space-y-1.5 text-center sm:text-left",e),...t},void 0,!1,void 0,this);pm.displayName="DialogHeader";var fm=({className:e,...t})=>$e("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);fm.displayName="DialogFooter";var vn=gn(({className:e,...t},r)=>$e(Re.Title,{ref:r,className:a("font-semibold text-lg leading-none tracking-tight",e),...t},void 0,!1,void 0,this));vn.displayName="DialogTitle";var gm=gn(({className:e,...t},r)=>$e(Re.Description,{ref:r,className:a("text-muted-foreground text-sm",e),...t},void 0,!1,void 0,this));gm.displayName="DialogDescription";import{cva as Ya}from"class-variance-authority";import{X as Jy}from"lucide-react";import{forwardRef as Tn}from"react";import{Drawer as Tt}from"vaul";import{jsxDEV as we}from"react/jsx-dev-runtime";var Ee={sm:"sm",md:"md",lg:"lg",xl:"xl",full:"full"},qy={[Ee.sm]:"sm:max-w-sm",[Ee.md]:"sm:max-w-md",[Ee.lg]:"sm:max-w-lg",[Ee.xl]:"sm:max-w-xl",[Ee.full]:"sm:max-w-full"},Qy={[Ee.sm]:"sm:max-h-[30vh]",[Ee.md]:"sm:max-h-[50vh]",[Ee.lg]:"sm:max-h-[70vh]",[Ee.xl]:"sm:max-h-[85vh]",[Ee.full]:"sm:max-h-full"},vm=Ya(a("gs-sheet-overlay",Kt)),Tm=Ya(["group/drawer-content fixed z-50 flex h-auto flex-col border border-border bg-card 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"]),$a=Ya("shrink-0 rounded-full bg-muted-foreground/25 transition-colors duration-150 hover:bg-muted-foreground/40",{variants:{direction:{top:"h-1.5 w-[60px]",bottom:"h-1.5 w-[60px]",left:"h-[60px] w-1.5",right:"h-[60px] w-1.5"}},defaultVariants:{direction:"bottom"}}),bm={top:"flex justify-center pb-2 pt-4",bottom:"flex justify-center pt-4 pb-2",left:"absolute right-0 top-0 flex h-full items-center pr-2 pl-0",right:"absolute left-0 top-0 flex h-full items-center pl-2 pr-0"},Zy=Tt.Root,Ey=Tt.Trigger,Dy=Tt.Close,hm=Tt.Portal,ym=Tt.Handle,Va=Tn(({className:e,...t},r)=>we(Tt.Overlay,{ref:r,className:a(vm(),e),...t},void 0,!1,void 0,this));Va.displayName="DrawerOverlay";var Pm=Tn(({size:e=Ee.md,showClose:t=!1,direction:r="bottom",className:o,children:n,...i},s)=>{let m=r==="left"||r==="right"?qy[e]:Qy[e];return we(hm,{children:[we(Va,{},void 0,!1,void 0,this),we(Tt.Content,{ref:s,className:a(Tm(),m,o),...i,children:[r!=="top"&&we("div",{className:a(bm[r]),children:we(ym,{className:"!m-0 !h-auto !w-auto !rounded-none !bg-transparent !opacity-100",children:we("div",{className:a($a({direction:r}))},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),n,r==="top"&&we("div",{className:a(bm[r]),children:we(ym,{className:"!m-0 !h-auto !w-auto !rounded-none !bg-transparent !opacity-100",children:we("div",{className:a($a({direction:r}))},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),t&&we(Tt.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:[we(Jy,{className:"size-4"},void 0,!1,void 0,this),we("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)});Pm.displayName="DrawerContent";var xm=({className:e,...t})=>we("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);xm.displayName="DrawerHeader";var Mm=({className:e,...t})=>we("div",{className:a("mt-auto flex flex-col gap-2 p-4",e),...t},void 0,!1,void 0,this);Mm.displayName="DrawerFooter";var Nm=Tn(({className:e,...t},r)=>we(Tt.Title,{ref:r,className:a("font-semibold text-foreground text-lg",e),...t},void 0,!1,void 0,this));Nm.displayName="DrawerTitle";var Lm=Tn(({className:e,...t},r)=>we(Tt.Description,{ref:r,className:a("text-muted-foreground text-sm",e),...t},void 0,!1,void 0,this));Lm.displayName="DrawerDescription";import*as O from"@radix-ui/react-dropdown-menu";import{cva as fr}from"class-variance-authority";import{Check as jy,ChevronRight as ev,Circle as tv}from"lucide-react";import{createContext as rv,forwardRef as Jt,useContext as Xr}from"react";import{jsxDEV as Pe}from"react/jsx-dev-runtime";var E={sm:I.sm,md:I.md,lg:I.lg},hn={default:"default",danger:"danger"},gr=rv(E.md),Xa=fr("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)]"),Ja=fr("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:{[E.sm]:"h-7 gap-1.5 px-2 text-xs [&_svg]:size-3.5",[E.md]:"h-8 gap-2 px-2 text-sm [&_svg]:size-4",[E.lg]:"h-9 gap-2 px-2.5 text-sm [&_svg]:size-4"},variant:{[hn.default]:"hover:bg-accent/80 focus:bg-accent focus:text-accent-foreground",[hn.danger]:"text-destructive hover:bg-destructive/10 focus:bg-destructive/10 focus:text-destructive"}},defaultVariants:{size:E.md,variant:hn.default}}),zm=fr("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:{[E.sm]:"h-7 pl-7 pr-2 text-xs",[E.md]:"h-8 pl-8 pr-2 text-sm",[E.lg]:"h-9 pl-8 pr-2.5 text-sm"}},defaultVariants:{size:E.md}}),Rm=fr("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:{[E.sm]:"h-7 pl-7 pr-2 text-xs",[E.md]:"h-8 pl-8 pr-2 text-sm",[E.lg]:"h-9 pl-8 pr-2.5 text-sm"}},defaultVariants:{size:E.md}}),Cm=fr("font-semibold text-muted-foreground",{variants:{size:{[E.sm]:"px-2 py-1 text-[11px]",[E.md]:"px-2 py-1.5 text-xs",[E.lg]:"px-2.5 py-1.5 text-xs"}},defaultVariants:{size:E.md}}),Hm=fr("-mx-1 my-1 h-px bg-border/50"),wm=fr("ml-auto tracking-widest text-muted-foreground/70",{variants:{size:{[E.sm]:"text-[11px]",[E.md]:"text-xs",[E.lg]:"text-xs"}},defaultVariants:{size:E.md}}),km={[E.sm]:"absolute left-2 flex size-3.5 items-center justify-center",[E.md]:"absolute left-2 flex size-3.5 items-center justify-center",[E.lg]:"absolute left-2.5 flex size-4 items-center justify-center"},ov={[E.sm]:"size-3",[E.md]:"size-3.5",[E.lg]:"size-4"},nv={[E.sm]:"size-1.5 fill-current",[E.md]:"size-2 fill-current",[E.lg]:"size-2.5 fill-current"},av=O.Root,iv=O.Trigger,sv=O.Group,lv=O.Portal,mv=O.Sub,dv=O.RadioGroup,Am=Jt(({className:e,inset:t,children:r,...o},n)=>{let i=Xr(gr),s=f(i);return Pe(O.SubTrigger,{ref:n,className:a(Ja({size:s}),"data-[state=open]:bg-accent",t&&"pl-8",e),...o,children:[r,Pe(ev,{className:"ml-auto"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Am.displayName=O.SubTrigger.displayName;var Bm=Jt(({className:e,sideOffset:t=it,portal:r=le,portalContainer:o,...n},i)=>{let s=Pe(O.SubContent,{ref:i,sideOffset:t,className:a(Xa(),e),...n},void 0,!1,void 0,this);if(!r)return s;return Pe(O.Portal,{container:o??void 0,children:s},void 0,!1,void 0,this)});Bm.displayName=O.SubContent.displayName;var Im=Jt(({className:e,sideOffset:t=it,size:r,portal:o=le,portalContainer:n,...i},s)=>{let l=f(r)??E.md,m=Pe(O.Content,{ref:s,sideOffset:t,className:a(Xa(),e),...i},void 0,!1,void 0,this);return Pe(gr.Provider,{value:l,children:o?Pe(O.Portal,{container:n??void 0,children:m},void 0,!1,void 0,this):m},void 0,!1,void 0,this)});Im.displayName=O.Content.displayName;var Sm=Jt(({className:e,inset:t,variant:r,...o},n)=>{let i=Xr(gr),s=f(i);return Pe(O.Item,{ref:n,className:a(Ja({size:s,variant:r}),t&&"pl-8",e),...o},void 0,!1,void 0,this)});Sm.displayName=O.Item.displayName;var Fm=Jt(({className:e,children:t,checked:r,...o},n)=>{let i=Xr(gr),s=f(i)??E.md;return Pe(O.CheckboxItem,{ref:n,className:a(zm({size:s}),e),checked:r,...o,children:[Pe("span",{className:km[s],children:Pe(O.ItemIndicator,{children:Pe(jy,{className:ov[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)});Fm.displayName=O.CheckboxItem.displayName;var Gm=Jt(({className:e,children:t,...r},o)=>{let n=Xr(gr),i=f(n)??E.md;return Pe(O.RadioItem,{ref:o,className:a(Rm({size:i}),e),...r,children:[Pe("span",{className:km[i],children:Pe(O.ItemIndicator,{children:Pe(tv,{className:nv[i]},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)});Gm.displayName=O.RadioItem.displayName;var Om=Jt(({className:e,inset:t,...r},o)=>{let n=Xr(gr),i=f(n);return Pe(O.Label,{ref:o,className:a(Cm({size:i}),t&&"pl-8",e),...r},void 0,!1,void 0,this)});Om.displayName=O.Label.displayName;var Wm=Jt(({className:e,...t},r)=>Pe(O.Separator,{ref:r,className:a(Hm(),e),...t},void 0,!1,void 0,this));Wm.displayName=O.Separator.displayName;var Km=({className:e,...t})=>{let r=Xr(gr),o=f(r);return Pe("span",{className:a(wm({size:o}),e),...t},void 0,!1,void 0,this)};Km.displayName="DropdownMenuShortcut";import{cva as wo}from"class-variance-authority";import{forwardRef as uv}from"react";import{jsxDEV as Ho}from"react/jsx-dev-runtime";var ke={sm:"sm",md:"md",lg:"lg"},_m=wo("flex flex-col items-center justify-center text-center rounded-[var(--radius)] border border-dashed border-border/70 bg-muted/35",{variants:{size:{[ke.sm]:"gap-2 p-4",[ke.md]:"gap-4 p-8",[ke.lg]:"gap-6 p-12"}},defaultVariants:{size:ke.md}}),Um=wo("flex items-center justify-center rounded-full border border-border/60 bg-muted/70 text-muted-foreground",{variants:{size:{[ke.sm]:"h-10 w-10 [&>svg]:h-4 [&>svg]:w-4",[ke.md]:"h-16 w-16 [&>svg]:h-7 [&>svg]:w-7",[ke.lg]:"h-20 w-20 [&>svg]:h-9 [&>svg]:w-9"}},defaultVariants:{size:ke.md}}),$m=wo("font-semibold text-foreground",{variants:{size:{[ke.sm]:"text-sm",[ke.md]:"text-lg",[ke.lg]:"text-xl"}},defaultVariants:{size:ke.md}}),Ym=wo("text-muted-foreground max-w-sm",{variants:{size:{[ke.sm]:"text-xs",[ke.md]:"text-sm",[ke.lg]:"text-base"}},defaultVariants:{size:ke.md}}),Vm=wo("flex items-center gap-2 mt-2"),Xm=uv(({className:e,icon:t,title:r,description:o,actions:n,size:i=ke.md,children:s,...l},m)=>{let d=f(i);return Ho("div",{ref:m,className:a(_m({size:d}),e),...l,children:[t&&Ho("div",{className:Um({size:d}),children:t},void 0,!1,void 0,this),r&&Ho("h3",{className:$m({size:d}),children:r},void 0,!1,void 0,this),o&&Ho("p",{className:Ym({size:d}),children:o},void 0,!1,void 0,this),n&&Ho("div",{className:Vm(),children:n},void 0,!1,void 0,this),s]},void 0,!0,void 0,this)});Xm.displayName="EmptyState";import{cva as Jr}from"class-variance-authority";import{Component as cv,createElement as Jm}from"react";import{jsxDEV as Oe,Fragment as fv}from"react/jsx-dev-runtime";var qm=Jr(["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"}}),Qm=Jr(["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"}}),Zm=Jr("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"}}),Em=Jr("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"}}),Dm=Jr("mt-2 flex flex-wrap items-center justify-center gap-2"),jm=Jr("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 ed extends cv{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:n="destructive",className:i,title:s="Something went wrong",description:l="An unexpected error occurred. Please try again.",icon:m,actions:d,resetLabel:c="Try again",hideReset:u=!1,renderDetails:g}=this.props;if(this.state.hasError&&this.state.error){let T={error:this.state.error,reset:this.handleReset};if(t){if(typeof t==="function")return Jm(t,T);return t}let b=null;if(d)b=typeof d==="function"?Jm(d,T):d;else if(!u){let N={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=Oe("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",N[n]),children:c},void 0,!1,void 0,this)}let h=g?g(this.state.error):Oe(fv,{children:[Oe("strong",{children:"Error:"},void 0,!1,void 0,this)," ",this.state.error.message,this.state.error.stack&&Oe("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 Oe("div",{className:a(qm({size:o,variant:n}),i),children:[Oe("div",{className:a(Qm({size:o,variant:n})),children:m??Oe(pv,{},void 0,!1,void 0,this)},void 0,!1,void 0,this),Oe("h3",{className:a(Zm({size:o,variant:n})),children:s},void 0,!1,void 0,this),Oe("p",{className:a(Em({size:o})),children:l},void 0,!1,void 0,this),b&&Oe("div",{className:a(Dm()),children:b},void 0,!1,void 0,this),r&&Oe("div",{className:a(jm()),children:h},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}return e}}function pv(){return Oe("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:[Oe("circle",{cx:"12",cy:"12",r:"10"},void 0,!1,void 0,this),Oe("line",{x1:"12",x2:"12",y1:"8",y2:"12"},void 0,!1,void 0,this),Oe("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 qt}from"class-variance-authority";import{forwardRef as gv,useCallback as dt,useRef as bv,useState as td}from"react";import{jsxDEV as Be}from"react/jsx-dev-runtime";var de={sm:"sm",md:"md",lg:"lg",xl:"xl"},rd=qt(["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:{[de.sm]:"min-h-28 p-5",[de.md]:"min-h-36 p-8",[de.lg]:"min-h-44 p-10",[de.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:de.md,isDragging:!1,disabled:!1,hasError:!1}}),od=qt("text-muted-foreground transition-colors duration-200",{variants:{size:{[de.sm]:"mb-2 size-6",[de.md]:"size-8 mb-3",[de.lg]:"size-10 mb-4",[de.xl]:"size-12 mb-5"},isDragging:{true:"text-primary",false:""}},defaultVariants:{size:de.md,isDragging:!1}}),qa=qt("text-center",{variants:{size:{[de.sm]:"text-sm",[de.md]:"text-sm",[de.lg]:"text-base",[de.xl]:"text-lg"}},defaultVariants:{size:de.md}}),nd=qt("mt-4 w-full space-y-2"),ad=qt(["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"]),id=qt("min-w-0 flex-1 truncate font-medium text-foreground",{variants:{size:{[de.sm]:"text-sm",[de.md]:"text-sm",[de.lg]:"text-base",[de.xl]:"text-base"}},defaultVariants:{size:"md"}}),sd=qt("text-muted-foreground",{variants:{size:{[de.sm]:"text-xs",[de.md]:"text-sm",[de.lg]:"text-sm",[de.xl]:"text-base"}},defaultVariants:{size:"md"}}),ld=qt(["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"]),md=gv(({className:e,size:t="md",disabled:r=!1,accept:o,multiple:n=!1,maxSize:i,maxFiles:s,value:l=[],onChange:m,onError:d,icon:c,title:u="Drop files here or click to upload",description:g,showFileList:T=!0,...b},h)=>{let N=f(t),[v,p]=td(!1),[P,M]=td(!1),k=bv(null),H=dt((z)=>{if(z===0)return"0 Bytes";let K=1024,y=["Bytes","KB","MB","GB"],x=Math.floor(Math.log(z)/Math.log(K));return`${parseFloat((z/K**x).toFixed(2))} ${y[x]}`},[]),S=dt((z)=>{let K=[...z];if(M(!1),o){let y=o.split(",").map((x)=>x.trim());if(K=K.filter((x)=>{return y.some((C)=>{if(C.startsWith("."))return x.name.toLowerCase().endsWith(C.toLowerCase());if(C.endsWith("/*"))return x.type.startsWith(C.slice(0,-1));return x.type===C})}),K.length<z.length)d?.("Some files were rejected due to file type"),M(!0)}if(i){let y=K.length;if(K=K.filter((x)=>x.size<=i),K.length<y)d?.(`File size must be less than ${H(i)}`),M(!0)}if(s&&K.length+l.length>s)K=K.slice(0,s-l.length),d?.(`Maximum ${s} files allowed`),M(!0);return K},[o,i,s,l.length,d,H]),w=dt((z)=>{if(!z||z.length===0)return;let K=Array.from(z),y=S(K);if(y.length>0)if(n)m?.([...l,...y]);else m?.(y.slice(0,1))},[n,l,m,S]),J=dt((z)=>{z.preventDefault(),z.stopPropagation(),p(!0)},[]),Y=dt((z)=>{z.preventDefault(),z.stopPropagation(),p(!1)},[]),q=dt((z)=>{z.preventDefault(),z.stopPropagation()},[]),ee=dt((z)=>{if(z.preventDefault(),z.stopPropagation(),p(!1),r)return;w(z.dataTransfer.files)},[r,w]),me=dt((z)=>{if(w(z.target.files),k.current)k.current.value=""},[w]),X=dt(()=>{if(!r)k.current?.click()},[r]),Q=dt((z)=>{if(z.key==="Enter"||z.key===" ")z.preventDefault(),X()},[X]),A=dt((z)=>{let K=l.filter((y,x)=>x!==z);m?.(K)},[l,m]),oe=Be("svg",{className:a(od({size:N,isDragging:v})),fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:Be("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 Be("div",{ref:h,className:a("w-full",e),...b,children:[Be("div",{role:"button",tabIndex:r?-1:0,onClick:X,onKeyDown:Q,onDragEnter:J,onDragLeave:Y,onDragOver:q,onDrop:ee,className:a(rd({size:N,isDragging:v,disabled:r,hasError:P})),children:[Be("input",{ref:k,type:"file",accept:o,multiple:n,disabled:r,onChange:me,className:"sr-only"},void 0,!1,void 0,this),c||oe,Be("p",{className:a(qa({size:N}),"font-medium text-foreground"),children:u},void 0,!1,void 0,this),g&&Be("p",{className:a(qa({size:N}),"mt-1 text-muted-foreground"),children:g},void 0,!1,void 0,this)]},void 0,!0,void 0,this),T&&l.length>0&&Be("div",{className:a(nd()),children:l.map((z,K)=>Be("div",{className:a(ad()),children:[Be("svg",{className:"size-5 shrink-0 text-muted-foreground",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:Be("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),Be("span",{className:a(id({size:N})),children:z.name},void 0,!1,void 0,this),Be("span",{className:a(sd({size:N})),children:H(z.size)},void 0,!1,void 0,this),Be("button",{type:"button",onClick:(y)=>{y.stopPropagation(),A(K)},className:a(ld()),"aria-label":`Remove ${z.name}`,children:Be("svg",{className:"size-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:Be("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)]},`${z.name}-${K}`,!0,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});md.displayName="FileUpload";import{cva as yv}from"class-variance-authority";import{createContext as vv,forwardRef as Pn,useCallback as dd,useContext as Tv,useEffect as cd,useId as hv,useMemo as Pv,useState as ud}from"react";import{jsxDEV as br,Fragment as Mv}from"react/jsx-dev-runtime";var De={sm:"sm",md:"md",lg:"lg"},pd=vv(null),ko=()=>{let e=Tv(pd);if(!e)throw Error("useFormField must be used within a FormField");return e},fd=yv("flex flex-col",{variants:{size:{[De.sm]:"gap-1",[De.md]:"gap-1.5",[De.lg]:"gap-2"}},defaultVariants:{size:De.md}}),gd=Pn(({className:e,size:t=De.md,error:r,disabled:o=!1,required:n=!1,children:i,...s},l)=>{let m=hv(),d=f(t),[c,u]=ud([]),[g,T]=ud([]),b=dd((v)=>{return u((p)=>p.includes(v)?p:[...p,v]),()=>{u((p)=>p.filter((P)=>P!==v))}},[]),h=dd((v)=>{return T((p)=>p.includes(v)?p:[...p,v]),()=>{T((p)=>p.filter((P)=>P!==v))}},[]),N=Pv(()=>({id:m,size:d,error:r,disabled:o,required:n,descriptionIds:c,errorIds:g,registerDescriptionId:b,registerErrorId:h}),[c,o,d,r,g,m,b,h,n]);return br(pd.Provider,{value:N,children:br("div",{ref:l,className:a(fd({size:d}),e),...s,children:i},void 0,!1,void 0,this)},void 0,!1,void 0,this)});gd.displayName="FormField";var xv={[De.sm]:"text-xs",[De.md]:"text-sm",[De.lg]:"text-base"},bd=Pn(({className:e,htmlFor:t,children:r,...o},n)=>{let{id:i,size:s,disabled:l,required:m}=ko();return br("label",{ref:n,htmlFor:t??i,className:a("inline-block select-none font-medium text-foreground",xv[s],l&&"cursor-not-allowed opacity-60",e),...o,children:[r,m&&br("span",{className:"ml-0.5 text-destructive","aria-hidden":"true",children:"*"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});bd.displayName="FormFieldLabel";var yd={[De.sm]:"text-[11px]",[De.md]:"text-xs",[De.lg]:"text-sm"},vd=Pn(({className:e,id:t,...r},o)=>{let{id:n,size:i,registerDescriptionId:s}=ko(),l=t??`${n}-description`;return cd(()=>{return s(l)},[l,s]),br("p",{ref:o,id:l,className:a("text-muted-foreground",yd[i],e),...r},void 0,!1,void 0,this)});vd.displayName="FormFieldDescription";var Td=Pn(({className:e,children:t,id:r,...o},n)=>{let{id:i,size:s,error:l,registerErrorId:m}=ko(),d=t??l,c=r??`${i}-error`;if(cd(()=>{if(!d)return;return m(c)},[c,d,m]),!d)return null;return br("p",{ref:n,id:c,role:"alert",className:a("text-destructive",yd[s],e),...o,children:d},void 0,!1,void 0,this)});Td.displayName="FormFieldError";var hd=({children:e})=>{let{id:t,disabled:r,required:o,error:n,descriptionIds:i,errorIds:s}=ko(),l=[...i,...s].join(" ");return br(Mv,{children:e({id:t,disabled:r,required:o,status:n||s.length>0?"error":"default","aria-describedby":l||void 0,"aria-invalid":n||s.length>0?!0:void 0})},void 0,!1,void 0,this)};hd.displayName="FormFieldControl";import*as At from"@radix-ui/react-hover-card";import{cva as Nv}from"class-variance-authority";import{forwardRef as Lv}from"react";import{jsxDEV as Qa}from"react/jsx-dev-runtime";var qr={sm:I.sm,md:I.md,lg:I.lg},Pd=Nv("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:{[qr.sm]:"w-52 p-3 text-xs",[qr.md]:"w-64 p-4 text-sm",[qr.lg]:"w-80 p-5 text-sm"}},defaultVariants:{size:qr.md}}),xd=({openDelay:e,closeDelay:t,...r})=>{let o=ve();return Qa(At.Root,{openDelay:o?0:e,closeDelay:o?0:t,...r},void 0,!1,void 0,this)};xd.displayName="HoverCard";var zv=At.Trigger,Md=Lv(({className:e,align:t="center",sideOffset:r=it,portal:o=le,portalContainer:n,size:i=qr.md,...s},l)=>{let m=f(i),d=Qa(At.Content,{ref:l,align:t,sideOffset:r,className:a(Pd({size:m}),e),...s},void 0,!1,void 0,this);if(!o)return d;return Qa(At.Portal,{container:n??void 0,children:d},void 0,!1,void 0,this)});Md.displayName=At.Content.displayName;import{cva as Rv}from"class-variance-authority";import{X as Cv}from"lucide-react";import{forwardRef as Hv,useRef as wv,useState as kv}from"react";import{jsxDEV as yr}from"react/jsx-dev-runtime";var Ao={default:"default",error:"error",success:"success"},re={sm:"sm",md:"md",lg:"lg",xl:"xl"},Av="Clear input",Ld=Rv("transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] 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:{[Ao.default]:"focus-visible:ring-primary",[Ao.error]:"border-destructive focus-visible:ring-destructive",[Ao.success]:"border-success focus-visible:ring-success"},size:{[re.sm]:"h-8 px-2 text-xs",[re.md]:"h-10 px-3",[re.lg]:"h-11 px-4",[re.xl]:"h-12 px-4 text-base"}},defaultVariants:{status:Ao.default,size:re.md}}),Bv={[re.sm]:"pl-7",[re.md]:"pl-9",[re.lg]:"pl-10",[re.xl]:"pl-10"},Iv={[re.sm]:"pr-7",[re.md]:"pr-9",[re.lg]:"pr-10",[re.xl]:"pr-10"},Sv={[re.sm]:"pr-12",[re.md]:"pr-16",[re.lg]:"pr-18",[re.xl]:"pr-18"},Fv={[re.sm]:"text-xs left-2",[re.md]:"text-sm left-3",[re.lg]:"text-sm left-3.5",[re.xl]:"text-base left-3.5"},Gv={[re.sm]:"text-xs",[re.md]:"text-sm",[re.lg]:"text-sm",[re.xl]:"text-base"},Ov={[re.sm]:"size-4",[re.md]:"size-5",[re.lg]:"size-5",[re.xl]:"size-6"};function Nd(e){if(e===void 0||e===null)return"";if(Array.isArray(e))return e.join("");return String(e)}var zd=Hv(({className:e,status:t=Ao.default,size:r=re.md,fullWidth:o=!1,prefix:n,suffix:i,clearable:s=!1,clearAriaLabel:l=Av,onClear:m,onValueChange:d,disabled:c,readOnly:u,onChange:g,value:T,defaultValue:b,...h},N)=>{let v=Boolean(n),p=Boolean(i),P=f(r),M=wv(null),k=Bt(N,M),[H,S]=kv(()=>Nd(b)),w=T!==void 0,J=w?Nd(T):H,Y=s&&!c&&!u&&J.length>0,q=p||Y,ee=p&&Y,me=(Q)=>{let A=Q.target.value;if(!w)S(A);d?.(A),g?.(Q)},X=()=>{if(!w)S("");d?.("");let Q=M.current;if(Q)Q.value="",Q.dispatchEvent(new Event("input",{bubbles:!0})),Q.focus();m?.()};return yr("div",{className:a("relative flex items-center",o&&"w-full"),children:[v&&yr("span",{className:a("absolute inset-y-0 flex items-center text-muted-foreground",Fv[P]),children:n},void 0,!1,void 0,this),yr("input",{ref:k,className:a(Ld({status:t,size:P}),v&&Bv[P],ee&&Sv[P],!ee&&q&&Iv[P],e),disabled:c,readOnly:u,onChange:me,value:J,...h},void 0,!1,void 0,this),q&&yr("span",{className:a("absolute inset-y-0 right-2 flex items-center gap-1 text-muted-foreground",Gv[P]),children:[p&&yr("span",{className:"inline-flex items-center",children:i},void 0,!1,void 0,this),Y&&yr("button",{type:"button","aria-label":l,onMouseDown:(Q)=>Q.preventDefault(),onClick:X,className:a("inline-flex items-center justify-center rounded-[calc(var(--radius)-4px)] text-muted-foreground transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",Ov[P]),children:yr(Cv,{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)});zd.displayName="Input";import{cva as Uv}from"class-variance-authority";import{forwardRef as $v}from"react";import{useSyncExternalStore as Wv}from"react";var Kv=()=>Za(),_v=()=>Rd;function Bo(){return Wv(Cd,Kv,_v)}import{jsxDEV as Yv}from"react/jsx-dev-runtime";var Qr={sm:"sm",md:"md",lg:"lg"},Zr=Uv("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:{[Qr.sm]:"min-w-5 h-5 px-1 text-[11px]",[Qr.md]:"min-w-6 h-6 px-1.5 text-xs",[Qr.lg]:"min-w-7 h-7 px-2 text-sm"}},defaultVariants:{size:Qr.md}}),Hd=$v(({className:e,size:t=Qr.md,combo:r,keys:o,children:n,...i},s)=>{let l=f(t),{isMac:m}=Bo(),d=r?xn(r,m):o?xn(o,m):n;return Yv("kbd",{ref:s,className:a(Zr({size:l}),e),...i,children:d},void 0,!1,void 0,this)});Hd.displayName="Kbd";import{cva as Vv}from"class-variance-authority";import{forwardRef as Xv}from"react";import{jsxDEV as wd}from"react/jsx-dev-runtime";var Er={sm:"sm",md:"md",lg:"lg"},kd=Vv("inline-block font-medium text-foreground select-none peer-disabled:cursor-not-allowed peer-disabled:text-muted-foreground/70",{variants:{size:{[Er.sm]:"text-xs",[Er.md]:"text-sm",[Er.lg]:"text-base"}},defaultVariants:{size:Er.md}}),Ad=Xv(({className:e,size:t=Er.md,required:r=!1,disabled:o=!1,children:n,htmlFor:i,...s},l)=>{let m=f(t);return wd("label",{ref:l,htmlFor:i,className:a(kd({size:m}),o&&"cursor-not-allowed text-muted-foreground/70",e),"aria-disabled":o||void 0,...s,children:[n,r&&wd("span",{className:"ml-0.5 text-destructive","aria-hidden":"true",children:"*"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Ad.displayName="Label";import{forwardRef as Jv}from"react";import{jsxDEV as qv}from"react/jsx-dev-runtime";var Bd=Jv((e,t)=>{return qv(Ot,{ref:t,...e},void 0,!1,void 0,this)});Bd.displayName="Loader";import*as Qt from"@radix-ui/react-popover";import{cva as tT}from"class-variance-authority";import{Check as rT,ChevronDown as oT,X as nT}from"lucide-react";import{forwardRef as aT,useCallback as It,useEffect as Ea,useLayoutEffect as Fd,useMemo as jr,useRef as eo,useState as Mn}from"react";import*as je from"@radix-ui/react-popover";import{cva as Qv}from"class-variance-authority";import{forwardRef as Zv}from"react";import{jsxDEV as Id}from"react/jsx-dev-runtime";var vr={sm:I.sm,md:I.md,lg:I.lg,xl:I.xl},Dr=Qv("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:{[vr.sm]:"w-56 p-3 text-sm",[vr.md]:"w-72 p-4 text-sm",[vr.lg]:"w-96 p-5 text-sm",[vr.xl]:"w-[28rem] p-6 text-sm"}},defaultVariants:{size:vr.md}}),Ev=je.Root,Dv=je.Trigger,jv=je.Anchor,eT=je.Close,Sd=Zv(({className:e,align:t="center",sideOffset:r=it,portal:o=le,portalContainer:n,size:i=vr.md,...s},l)=>{let m=f(i),d=Id(je.Content,{ref:l,align:t,sideOffset:r,className:a(Dr({size:m}),e),...s},void 0,!1,void 0,this);if(o)return Id(je.Portal,{container:n??void 0,children:d},void 0,!1,void 0,this);return d});Sd.displayName="PopoverContent";import{jsxDEV as ue,Fragment as yT}from"react/jsx-dev-runtime";var U={sm:"sm",md:"md",lg:"lg",xl:"xl"},Gd=tT(["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:{[U.sm]:"min-h-8 px-2.5 py-1 text-xs",[U.md]:"min-h-10 px-3.5 py-1.5",[U.lg]:"min-h-11 px-4.5 py-2 text-sm",[U.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:U.md,status:"default"}}),iT={[U.sm]:"sm",[U.md]:"md",[U.lg]:"lg",[U.xl]:"xl"},sT={[U.sm]:"min-h-7.5 py-1.5 px-2.5 text-xs",[U.md]:"min-h-9 py-2 px-3 text-sm",[U.lg]:"min-h-10 py-2.5 px-3.5 text-sm",[U.xl]:"min-h-11 py-3 px-4 text-base"},Nn={[U.sm]:"size-3.5",[U.md]:"size-4",[U.lg]:"size-4",[U.xl]:"size-4.5"},lT={[U.sm]:"text-[11px]",[U.md]:"text-xs",[U.lg]:"text-xs",[U.xl]:"text-sm"},mT=4,dT={[U.sm]:34,[U.md]:36,[U.lg]:40,[U.xl]:44},uT={[U.sm]:5.8,[U.md]:6,[U.lg]:6.2,[U.xl]:7},cT={[U.sm]:14,[U.md]:16,[U.lg]:18,[U.xl]:20},pT={[U.sm]:5.6,[U.md]:5.8,[U.lg]:6,[U.xl]:6.4},fT=(e,t)=>{return Math.ceil(dT[t]+Math.max(1,e.trim().length)*uT[t])},gT=(e,t)=>{let r=`+${e}`;return Math.ceil(cT[t]+r.length*pT[t])},bT=({containerWidth:e,badgeWidths:t,getSummaryWidth:r,gapPx:o=mT})=>{if(t.length===0)return{visibleCount:0,hiddenCount:0};if(e<=0)return{visibleCount:0,hiddenCount:t.length};let n=0,i=0;for(let s=0;s<t.length;s+=1){let l=t[s]??0,m=i>0,d=n+(m?o:0)+l,c=t.length-(s+1);if(c>0){let u=r(c),g=d>0?o:0;if(d+g+u<=e){n=d,i+=1;continue}break}if(d<=e)n=d,i+=1}return{visibleCount:i,hiddenCount:t.length-i}},Od=aT(({className:e,options:t,value:r,defaultValue:o=[],onValueChange:n,placeholder:i="Select options...",size:s=U.md,status:l="default",clearable:m=!1,open:d,defaultOpen:c=!1,onOpenChange:u,portal:g=le,portalContainer:T,disabled:b,...h},N)=>{let v=f(s)??s,[p,P]=Mn(c),[M,k]=Mn(o),[H,S]=Mn(null),[w,J]=Mn(null),Y=eo(null),q=eo(null),ee=eo(null),me=eo(o),X=eo(new Map),Q=eo(new Map),A=r!==void 0,oe=d!==void 0,z=A?r:M,K=oe?d:p,y=It((L)=>{if(!oe)P(L);u?.(L)},[oe,u]),x=jr(()=>{return new Map(t.map((L)=>[L.value,L]))},[t]),C=jr(()=>{return z.flatMap((L)=>{let D=x.get(L);return D?[D]:[]})},[x,z]),ne=jr(()=>{if(!H)return;return x.get(H)},[x,H]),_=It((L)=>{let D=z.includes(L)?z.filter((te)=>te!==L):[...z,L];if(!A)k(D);n?.(D)},[A,n,z]),Ce=It((L)=>{let D=z.filter((te)=>te!==L);if(!A)k(D);n?.(D)},[A,n,z]),W=It(()=>{if(!A)k([]);n?.([])},[A,n]),ie=It((L)=>{L.stopPropagation(),L.preventDefault(),W()},[W]),Rt=It((L)=>{if(L.key==="Enter"||L.key===" ")L.stopPropagation(),L.preventDefault(),W()},[W]),at=It((L)=>{let D=Y.current;if(!D)return;let te=Array.from(D.querySelectorAll('[role="option"]:not([data-disabled])'));if(te.length===0)return;let mr=D.querySelector('[role="option"]:focus'),en=mr?te.indexOf(mr):-1,To;switch(L){case"first":To=te[0];break;case"last":To=te[te.length-1];break;case"next":To=te[en+1]??te[0];break;case"prev":To=te[en-1]??te[te.length-1];break}To?.focus()},[]),V=It((L)=>{switch(L.key){case"ArrowDown":L.preventDefault(),at("next");break;case"ArrowUp":L.preventDefault(),at("prev");break;case"Home":L.preventDefault(),at("first");break;case"End":L.preventDefault(),at("last");break;case"Escape":L.preventDefault(),y(!1);break}},[at,y]);Ea(()=>{if(K)requestAnimationFrame(()=>at("first"))},[at,K]),Ea(()=>{if(H&&!ne)S(null)},[ne,H]),Ea(()=>{let L=me.current,D=z.filter((te)=>!L.includes(te));if(D.length>0){let te=D[D.length-1];if(te&&!X.current.has(`${v}:${te}`))S(te)}me.current=z},[v,z]),Fd(()=>{let L=q.current;if(!L)return;if((()=>{J(Math.ceil(L.getBoundingClientRect().width))})(),typeof ResizeObserver>"u")return;let te=new ResizeObserver((mr)=>{let en=Math.ceil(mr[0]?.contentRect.width??L.getBoundingClientRect().width);J(en)});return te.observe(L),()=>{te.disconnect()}},[]),Fd(()=>{if(!H)return;let L=ee.current;if(!L)return;let D=Math.ceil(L.getBoundingClientRect().width);if(D>0)X.current.set(`${v}:${H}`,D);S(null)},[v,H]);let fe=iT[v],se=C.length>0,Ne=m&&se&&!b,Ue=It((L)=>{let D=`${v}:${L}`,te=Q.current.get(D);if(te!==void 0)return te;let mr=gT(L,v);return Q.current.set(D,mr),mr},[v]),bt=jr(()=>{return C.map((L)=>{let D=`${v}:${L.value}`;return X.current.get(D)??fT(L.label,v)})},[v,C]),B=jr(()=>{if(!se)return{visibleCount:0,hiddenCount:0};if(w===null||w<=0)return{visibleCount:C.length,hiddenCount:0};return bT({containerWidth:w,badgeWidths:bt,getSummaryWidth:Ue})},[w,Ue,se,bt,C.length]),ge=jr(()=>{return C.slice(0,B.visibleCount)},[B.visibleCount,C]),Le=ue(Qt.Content,{ref:Y,role:"listbox","aria-multiselectable":"true",align:"start",sideOffset:4,onKeyDown:V,onOpenAutoFocus:(L)=>L.preventDefault(),className:a(Dr(),"max-h-96 w-[var(--radix-popover-trigger-width)] overflow-y-auto overflow-x-hidden p-1"),children:[t.map((L)=>{let D=z.includes(L.value);return ue("div",{role:"option",tabIndex:L.disabled?void 0:-1,"aria-selected":D,"aria-disabled":L.disabled||void 0,"data-disabled":L.disabled?"":void 0,className:a("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:border-transparent data-disabled:bg-muted/40 data-disabled:text-muted-foreground/70",sT[v]),onClick:()=>!L.disabled&&_(L.value),onKeyDown:(te)=>{if(te.key==="Enter"||te.key===" "){if(te.preventDefault(),!L.disabled)_(L.value)}},children:[ue("span",{className:a("flex shrink-0 items-center justify-center",Nn[v]),children:D?ue(rT,{className:Nn[v]},void 0,!1,void 0,this):null},void 0,!1,void 0,this),ue("span",{className:"min-w-0 flex-1 truncate",children:L.label},void 0,!1,void 0,this)]},L.value,!0,void 0,this)}),t.length===0?ue("div",{className:"px-3 py-6 text-center text-muted-foreground text-sm",children:"No options available"},void 0,!1,void 0,this):null]},void 0,!0,void 0,this);return ue(Qt.Root,{open:K,onOpenChange:y,children:[ue(Qt.Trigger,{asChild:!0,children:ue("button",{ref:N,type:"button",disabled:b,"data-state":K?"open":"closed","data-placeholder":se?void 0:"",className:a(Gd({size:v,status:l}),e),...h,children:[ue("span",{ref:q,className:"flex min-w-0 flex-1 flex-wrap items-center gap-1 text-left",children:se?ue(yT,{children:[ge.map((L)=>ue(Mo,{variant:"outline",size:fe,removable:!0,removeControl:"span",removeLabel:`Remove ${L.label}`,onRemove:()=>Ce(L.value),className:"max-w-[180px]",children:ue("span",{className:"truncate",children:L.label},void 0,!1,void 0,this)},L.value,!1,void 0,this)),B.hiddenCount>0?ue("span",{className:a("text-muted-foreground",lT[v]),children:["+",B.hiddenCount]},void 0,!0,void 0,this):null]},void 0,!0,void 0,this):ue("span",{className:"text-muted-foreground",children:i},void 0,!1,void 0,this)},void 0,!1,void 0,this),ue("span",{className:"inline-flex shrink-0 items-center gap-1 text-muted-foreground",children:[Ne?ue("span",{role:"button",tabIndex:-1,"aria-label":"Clear all",onMouseDown:(L)=>L.preventDefault(),onKeyDown:Rt,onClick:ie,className:"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:ue(nT,{className:Nn[v]},void 0,!1,void 0,this)},void 0,!1,void 0,this):null,ue(oT,{className:a(Nn[v],"opacity-60 transition-transform duration-[var(--motion-duration-fast)] ease-[var(--motion-ease-productive)]",K&&"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),g?ue(Qt.Portal,{container:T??void 0,children:Le},void 0,!1,void 0,this):Le,ne?ue("span",{className:"pointer-events-none invisible absolute top-0 left-0 -z-10","aria-hidden":!0,children:ue(Mo,{ref:ee,variant:"outline",size:fe,removable:!0,removeControl:"span",className:"max-w-[180px]",children:ue("span",{className:"truncate",children:ne.label},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this):null]},void 0,!0,void 0,this)});Od.displayName="Multiselect";import{cva as Zt}from"class-variance-authority";import{createContext as vT,forwardRef as Tr,useContext as TT}from"react";import{jsxDEV as et}from"react/jsx-dev-runtime";var Wd=Zt(["transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] flex w-full items-center justify-between border-b","transition-colors duration-200 ease-out"],{variants:{variant:{default:["border-border bg-background/95 backdrop-blur-xl","shadow-[var(--shadow-sm)]"],transparent:"bg-transparent border-transparent",blur:["bg-[var(--surface-glass)] dark:bg-[var(--surface-glass-dark)] border-[color:color-mix(in_srgb,var(--primary)_18%,var(--border))] backdrop-blur-[14px] shadow-[var(--shadow-glass)]","shadow-[var(--shadow-md)]"],solid:["border-border bg-background","shadow-[var(--shadow-xs)]"]},size:{sm:"h-12 px-3",md:"h-14 px-5",lg:"h-16 px-8",xl:"h-[4.5rem] px-10"},sticky:{true:"sticky top-0 z-50",false:""}},defaultVariants:{variant:"default",size:"md",sticky:!1}}),Kd=Zt("flex items-center gap-2 font-semibold text-foreground",{variants:{size:{sm:"text-sm",md:"text-sm",lg:"text-base",xl:"text-lg"}},defaultVariants:{size:"md"}}),hT=Zt("truncate text-muted-foreground",{variants:{size:{sm:"text-xs",md:"text-xs",lg:"text-sm",xl:"text-sm"}},defaultVariants:{size:"md"}}),_d=Zt("flex items-center",{variants:{align:{start:"justify-start",center:"justify-center",end:"justify-end"},gap:{sm:"gap-2",md:"gap-4",lg:"gap-6",xl:"gap-7"},size:{sm:"text-sm",md:"text-sm",lg:"text-base",xl:"text-lg"}},defaultVariants:{align:"center",gap:"md",size:"md"}}),Ud=Zt(["relative inline-flex items-center rounded-lg font-medium text-muted-foreground","transition-colors duration-150 ease-out","hover:bg-accent/60 hover:text-foreground"],{variants:{active:{true:"bg-accent text-foreground",false:""},size:{sm:"h-8 px-2.5 text-sm",md:"h-9 px-3 text-sm",lg:"h-10 px-3.5 text-base",xl:"h-11 px-4 text-base"}},defaultVariants:{active:!1,size:"md"}}),$d=Zt(["relative inline-flex items-center rounded-lg font-medium text-muted-foreground","transition-colors duration-150 ease-out","hover:bg-accent/60 hover:text-foreground","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-1"],{variants:{active:{true:["bg-accent text-foreground"],false:""},size:{sm:"h-8 px-2.5 text-sm",md:"h-9 px-3 text-sm",lg:"h-10 px-3.5 text-base",xl:"h-11 px-4 text-base"}},defaultVariants:{active:!1,size:"md"}}),Yd=Zt("flex items-center",{variants:{size:{sm:"gap-1.5",md:"gap-2",lg:"gap-2.5",xl:"gap-3"}},defaultVariants:{size:"md"}}),Vd=Zt("w-px rounded-full bg-gradient-to-b from-transparent via-border to-transparent transition-opacity duration-300",{variants:{size:{sm:"mx-1.5 h-5",md:"mx-2 h-6",lg:"mx-2.5 h-7",xl:"mx-3 h-8"}},defaultVariants:{size:"md"}});var Xd={sm:"sm",md:"md",lg:"lg",xl:"xl"};var Jd=vT(null),to=()=>{return TT(Jd)?.size??Xd.md},qd=Tr(({className:e,variant:t,size:r,sticky:o,...n},i)=>{let s=f(r)??Xd.md;return et(Jd.Provider,{value:{size:s},children:et("nav",{ref:i,className:a(Wd({variant:t,size:s,sticky:o}),e),...n},void 0,!1,void 0,this)},void 0,!1,void 0,this)});qd.displayName="Navbar";var Qd=Tr(({className:e,logo:t,tagline:r,size:o,children:n,...i},s)=>{let l=to(),m=f(o??l)??l;return et("div",{ref:s,className:a(Kd({size:m}),e),...i,children:[t&&et("span",{className:"inline-flex shrink-0 items-center",children:t},void 0,!1,void 0,this),et("div",{className:"flex min-w-0 flex-col",children:[et("span",{className:"truncate",children:n},void 0,!1,void 0,this),r&&et("span",{className:a(hT({size:m})),children:r},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});Qd.displayName="NavbarBrand";var Zd=Tr(({className:e,align:t,gap:r,size:o,...n},i)=>{let s=to(),l=f(o??s)??s;return et("div",{ref:i,className:a(_d({align:t,gap:r??l,size:l}),e),...n},void 0,!1,void 0,this)});Zd.displayName="NavbarContent";var Ed=Tr(({className:e,active:t,size:r,...o},n)=>{let i=to(),s=f(r??i)??i;return et("div",{ref:n,className:a(Ud({active:t,size:s}),e),"data-active":t,...o},void 0,!1,void 0,this)});Ed.displayName="NavbarItem";var Dd=Tr(({className:e,active:t,href:r="#",size:o,...n},i)=>{let s=to(),l=f(o??s)??s;return et("a",{ref:i,href:r,className:a($d({active:t,size:l}),e),"data-active":t,...n},void 0,!1,void 0,this)});Dd.displayName="NavbarLink";var jd=Tr(({className:e,size:t,...r},o)=>{let n=to(),i=f(t??n)??n;return et("div",{ref:o,className:a(Yd({size:i}),e),...r},void 0,!1,void 0,this)});jd.displayName="NavbarActions";var eu=Tr(({className:e,size:t,...r},o)=>{let n=to(),i=f(t??n)??n;return et("div",{ref:o,className:a(Vd({size:i}),e),...r},void 0,!1,void 0,this)});eu.displayName="NavbarDivider";import*as Ie from"@radix-ui/react-navigation-menu";import{cva as hr}from"class-variance-authority";import{createContext as PT,forwardRef as Et,useContext as tu}from"react";import{jsxDEV as We}from"react/jsx-dev-runtime";var ut={sm:I.sm,md:I.md,lg:I.lg},Da=PT(ut.md),ru=hr("group/navigation-menu relative z-10 flex max-w-max flex-1 items-center justify-center"),ou=hr("group relative flex flex-1 list-none items-center justify-center gap-0.5"),nu=hr(["group/trigger inline-flex w-max items-center justify-center gap-1 rounded-[var(--radius)] border border-transparent bg-transparent font-medium outline-none","transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)]","hover:bg-accent hover:text-accent-foreground","focus-visible:ring-2 focus-visible:ring-ring/50 focus-visible:ring-offset-1 focus-visible:ring-offset-background","disabled:pointer-events-none disabled:cursor-not-allowed disabled:bg-muted/40 disabled:text-muted-foreground/70","data-[state=open]:border-border data-[state=open]:bg-accent data-[state=open]:text-accent-foreground"],{variants:{size:{[ut.sm]:"h-8 px-3 py-1.5 text-xs",[ut.md]:"h-9 px-3 py-2 text-sm",[ut.lg]:"h-11 px-4 py-2.5 text-sm"}},defaultVariants:{size:ut.md}}),au=hr(["left-0 top-0 w-full p-1 md:absolute md:w-auto","gs-nav-content"]),iu=hr(["flex select-none items-center gap-2 rounded-[var(--radius-md)] leading-none no-underline outline-none","transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)]","hover:bg-accent/80 hover:text-accent-foreground","focus:bg-accent focus:text-accent-foreground","focus-visible:ring-2 focus-visible:ring-ring/50 focus-visible:outline-none"],{variants:{size:{[ut.sm]:"p-2 text-xs [&_svg:not([class*='size-'])]:size-3.5",[ut.md]:"p-2.5 text-sm [&_svg:not([class*='size-'])]:size-4",[ut.lg]:"p-3 text-sm [&_svg:not([class*='size-'])]:size-4"}},defaultVariants:{size:ut.md}}),su=hr(["gs-nav-viewport origin-[top_center] relative mt-1.5 w-full overflow-hidden rounded-[var(--radius)] border border-border bg-popover text-popover-foreground shadow-[var(--shadow-lg)]","h-[var(--radix-navigation-menu-viewport-height)] md:w-[var(--radix-navigation-menu-viewport-width)]"]),lu=hr(["gs-nav-indicator top-full z-[1] flex h-1.5 items-end justify-center overflow-hidden"]),xT=()=>We("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-px ml-0.5 size-3 transition-transform duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-emphasized)] group-data-[state=open]/trigger:rotate-180","aria-hidden":"true",children:We("path",{d:"m6 9 6 6 6-6"},void 0,!1,void 0,this)},void 0,!1,void 0,this),mu=Et(({className:e,children:t,size:r,viewport:o=!0,...n},i)=>{let s=f(r??ut.md);return We(Da.Provider,{value:s,children:We(Ie.Root,{ref:i,"data-viewport":o,className:a(ru(),e),...n,children:[t,o&&We(ja,{},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)});mu.displayName="NavigationMenu";var du=Et(({className:e,...t},r)=>We(Ie.List,{ref:r,className:a(ou(),e),...t},void 0,!1,void 0,this));du.displayName="NavigationMenuList";var uu=Et(({className:e,...t},r)=>We(Ie.Item,{ref:r,className:a("relative",e),...t},void 0,!1,void 0,this));uu.displayName="NavigationMenuItem";var cu=Et(({className:e,children:t,...r},o)=>{let n=tu(Da);return We(Ie.Trigger,{ref:o,className:a(nu({size:n}),e),...r,children:[t,We(xT,{},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});cu.displayName="NavigationMenuTrigger";var pu=Et(({className:e,...t},r)=>We(Ie.Content,{ref:r,className:a(au(),e),...t},void 0,!1,void 0,this));pu.displayName="NavigationMenuContent";var fu=Et(({className:e,...t},r)=>{let o=tu(Da);return We(Ie.Link,{ref:r,className:a(iu({size:o}),e),...t},void 0,!1,void 0,this)});fu.displayName="NavigationMenuLink";var ja=Et(({className:e,...t},r)=>We("div",{className:"pointer-events-none absolute top-full left-0 isolate z-50 flex justify-center [&>*]:pointer-events-auto",children:We(Ie.Viewport,{ref:r,forceMount:!0,className:a(su(),e),...t},void 0,!1,void 0,this)},void 0,!1,void 0,this));ja.displayName="NavigationMenuViewport";var gu=Et(({className:e,...t},r)=>We(Ie.Indicator,{ref:r,forceMount:!0,className:a(lu(),e),...t,children:We("div",{className:"relative top-[60%] size-2 rotate-45 rounded-tl-sm bg-border shadow-sm"},void 0,!1,void 0,this)},void 0,!1,void 0,this));gu.displayName="NavigationMenuIndicator";import{cva as ro}from"class-variance-authority";import{Fragment as MT,forwardRef as NT,useCallback as Pr,useEffect as bu,useMemo as yu,useRef as LT,useState as vu}from"react";import{jsxDEV as xr}from"react/jsx-dev-runtime";var Mr={sm:"sm",md:"md",lg:"lg",xl:"xl"},So={default:"default",error:"error",success:"success"},Io={single:"single",first:"first",middle:"middle",last:"last"},Tu=ro("relative inline-flex items-center",{variants:{size:{sm:"gap-1",md:"gap-1.5",lg:"gap-2",xl:"gap-2.5"}},defaultVariants:{size:Mr.md}}),hu=ro("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:Mr.md,status:So.default}}),Pu=ro(["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:Mr.md,filled:!1,focused:!1,status:So.default,disabled:!1,position:Io.single}}),xu=ro(["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:Mr.md,status:So.default,filled:!1}}),Mu=ro(["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:Mr.md,focused:!1}}),Nu=ro("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:Mr.md}});function zT(e){if(!Number.isFinite(e))return 6;return Math.max(1,Math.floor(e))}function ei(e,t){let r=(e??"").split("").slice(0,t);if(r.length<t)return r.concat(Array(t-r.length).fill(""));return r}var Lu=NT(({className:e,length:t=6,value:r,onChange:o,onComplete:n,size:i=Mr.md,status:s=So.default,disabled:l=!1,autoFocus:m=!1,mask:d=!1,groupSize:c,separator:u,separatorChar:g="—",placeholder:T="•",inputMode:b="numeric",pattern:h="[0-9]*",...N},v)=>{let p=f(i),P=zT(t),M=LT([]),[k,H]=vu(null),[S,w]=vu(()=>ei(r,P));bu(()=>{if(r!==void 0){w(ei(r,P));return}w((y)=>ei(y.join(""),P))},[r,P]),bu(()=>{if(m)M.current[0]?.focus()},[m]);let J=yu(()=>{if(typeof c==="number"&&Number.isFinite(c)){let y=Math.floor(c);if(y<=0)return P;return Math.min(P,Math.max(1,y))}if(typeof u==="number"&&Number.isFinite(u)){let y=Math.floor(u);if(y<=0)return P;return Math.min(P,Math.max(1,y))}if(u)return Math.max(1,Math.floor(P/2));return P},[c,P,u]),Y=yu(()=>{let y=[];for(let x=0;x<P;x+=J){let C=Math.min(x+J,P),ne=[];for(let _=x;_<C;_+=1)ne.push(_);y.push(ne)}return y},[J,P]),q=Pr((y)=>{let x=M.current[y];if(!x)return;x.focus(),x.select()},[]),ee=Pr((y)=>{w(y);let x=y.join("");if(o?.(x),y.every((C)=>C!=="")&&x.length===P)n?.(x)},[o,n,P]),me=Pr((y,x)=>{if(l)return;let ne=(b==="numeric"?x.replace(/\D/g,""):x).slice(-1),_=[...S];if(_[y]=ne,ee(_),ne&&y<P-1)q(y+1)},[S,l,ee,q,b,P]),X=Pr((y,x)=>{if(l)return;if(x.key==="Backspace"){if(x.preventDefault(),S[y]){let C=[...S];C[y]="",ee(C);return}if(y>0){let C=[...S];C[y-1]="",ee(C),q(y-1)}return}if(x.key==="Delete"){if(x.preventDefault(),S[y]){let C=[...S];C[y]="",ee(C)}return}if(x.key==="ArrowLeft"){if(x.preventDefault(),y>0)q(y-1);return}if(x.key==="ArrowRight"){if(x.preventDefault(),y<P-1)q(y+1);return}if(x.key==="Home"){x.preventDefault(),q(0);return}if(x.key==="End")x.preventDefault(),q(P-1)},[S,l,ee,q,P]),Q=Pr((y,x)=>{if(x.preventDefault(),l)return;let C=x.clipboardData.getData("text"),_=(b==="numeric"?C.replace(/\D/g,""):C.replace(/\s/g,"")).split("");if(_.length===0)return;let Ce=[...S];for(let ie=0;ie<_.length;ie+=1){let Rt=y+ie;if(Rt>=P)break;Ce[Rt]=_[ie]??""}ee(Ce);let W=Math.min(P-1,y+_.length-1);if(W<P-1){q(W+1);return}M.current[W]?.blur()},[S,l,ee,q,b,P]),A=Pr((y,x)=>{H(y),x.target.select()},[]),oe=Pr(()=>{H(null)},[]),z=u!==void 0,K=g.length>0&&u!==!1&&(z||Y.length>1);return xr("div",{ref:v,className:a(Tu({size:p}),e),role:"group","aria-label":"One-time password input",...N,children:Y.map((y,x)=>xr(MT,{children:[xr("div",{"data-gs-otp-group":"true",className:a(hu({size:p,status:s})),children:y.map((C,ne)=>{let _=S[C]??"",Ce=k===C,W=Io.middle;if(y.length===1)W=Io.single;else if(ne===0)W=Io.first;else if(ne===y.length-1)W=Io.last;return xr("div",{"data-gs-otp-slot":"true","data-disabled":l,className:a(Pu({size:p,filled:Boolean(_),focused:Ce,status:s,disabled:l,position:W})),children:[xr("input",{ref:(ie)=>{M.current[C]=ie},type:d?"password":"text",inputMode:b,pattern:h,maxLength:1,value:_,placeholder:"",disabled:l,"aria-invalid":s===So.error,"aria-label":`Digit ${C+1} of ${P}`,autoComplete:"one-time-code",onChange:(ie)=>me(C,ie.target.value),onKeyDown:(ie)=>X(C,ie),onPaste:(ie)=>Q(C,ie),onFocus:(ie)=>A(C,ie),onBlur:oe,className:a(xu({size:p,status:s,filled:Boolean(_)}))},void 0,!1,void 0,this),!_&&xr("div",{"data-gs-otp-placeholder":"true","aria-hidden":"true",className:a(Mu({size:p,focused:Ce})),children:T},void 0,!1,void 0,this)]},`slot-${C}`,!0,void 0,this)})},void 0,!1,void 0,this),K&&x<Y.length-1&&xr("span",{"data-gs-otp-separator":"true",className:a(Nu({size:p})),children:g},void 0,!1,void 0,this)]},`group-${y[0]}-${y[y.length-1]}`,!0,void 0,this))},void 0,!1,void 0,this)});Lu.displayName="OTPInput";import{createContext as OT,createElement as Fu,useCallback as ct,useContext as WT,useEffect as KT,useMemo as _T,useRef as Gu,useState as UT}from"react";import*as ye from"@radix-ui/react-dialog";import{cva as zu}from"class-variance-authority";import{X as RT}from"lucide-react";import{createContext as CT,forwardRef as Ln,useCallback as HT,useContext as wT,useEffect as kT,useState as Ru}from"react";import{jsxDEV as Ye,Fragment as GT}from"react/jsx-dev-runtime";var Ve={top:oo.top,right:oo.right,bottom:oo.bottom,left:oo.left},ce={sm:I.sm,md:I.md,lg:I.lg,xl:I.xl,full:"full"},AT=160,BT={[Ve.top]:"gs-sheet-content gs-sheet-content-top",[Ve.right]:"gs-sheet-content gs-sheet-content-right",[Ve.bottom]:"gs-sheet-content gs-sheet-content-bottom",[Ve.left]:"gs-sheet-content gs-sheet-content-left"},IT={[Ve.right]:{[ce.sm]:"sm:max-w-sm",[ce.md]:"sm:max-w-md",[ce.lg]:"sm:max-w-lg",[ce.xl]:"sm:max-w-xl",[ce.full]:"sm:max-w-full"},[Ve.left]:{[ce.sm]:"sm:max-w-sm",[ce.md]:"sm:max-w-md",[ce.lg]:"sm:max-w-lg",[ce.xl]:"sm:max-w-xl",[ce.full]:"sm:max-w-full"},[Ve.top]:{[ce.sm]:"sm:max-h-[30vh]",[ce.md]:"sm:max-h-[50vh]",[ce.lg]:"sm:max-h-[70vh]",[ce.xl]:"sm:max-h-[85vh]",[ce.full]:"sm:max-h-full"},[Ve.bottom]:{[ce.sm]:"sm:max-h-[30vh]",[ce.md]:"sm:max-h-[50vh]",[ce.lg]:"sm:max-h-[70vh]",[ce.xl]:"sm:max-h-[85vh]",[ce.full]:"sm:max-h-full"}},Cu=zu(a("gs-sheet-overlay",Kt)),Hu=zu("fixed z-50 flex flex-col gap-4 border border-border bg-card p-6 shadow-[var(--shadow-xl)]",{variants:{side:{[Ve.top]:"inset-x-0 top-0 border-b",[Ve.bottom]:"inset-x-0 bottom-0 border-t",[Ve.left]:"inset-y-0 left-0 h-full w-3/4 border-r",[Ve.right]:"inset-y-0 right-0 h-full w-3/4 border-l"}},defaultVariants:{side:Ve.right}}),wu=CT(!1),ti=({children:e,open:t,defaultOpen:r=!1,onOpenChange:o,...n})=>{let[i,s]=Ru(r),l=t!==void 0,m=l?t:i,d=HT((c)=>{if(!l)s(c);o?.(c)},[l,o]);return Ye(wu.Provider,{value:m,children:Ye(ye.Root,{open:m,onOpenChange:d,...n,children:e},void 0,!1,void 0,this)},void 0,!1,void 0,this)},ST=ye.Trigger,FT=ye.Close,ku=ye.Portal,ri=Ln(({className:e,...t},r)=>Ye(ye.Overlay,{className:a(Cu(),e),...t,ref:r},void 0,!1,void 0,this));ri.displayName=ye.Overlay.displayName;var zn=Ln(({side:e=Ve.right,size:t=ce.md,showClose:r=!0,showOverlay:o=!0,portal:n=le,portalContainer:i,forceMount:s=!1,className:l,children:m,...d},c)=>{let u=wT(wu),[g,T]=Ru(s||u),b=f(t)??ce.md,h=ve(),N=BT[e],v=IT[e][b];if(kT(()=>{if(s||u){T(!0);return}let M=setTimeout(()=>{T(!1)},h?0:AT);return()=>{clearTimeout(M)}},[s,u,h]),!(s||u||g))return null;let P=Ye(GT,{children:[o?Ye(ri,{forceMount:!0},void 0,!1,void 0,this):null,Ye(ye.Content,{ref:c,forceMount:!0,className:a(Hu({side:e}),N,v,l),...d,children:[m,r&&Ye(ye.Close,{className:on,children:[Ye(RT,{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);if(!n)return P;return Ye(ku,{forceMount:!0,container:i??void 0,children:P},void 0,!1,void 0,this)});zn.displayName=ye.Content.displayName;var Au=({className:e,...t})=>Ye("div",{className:a("flex flex-col space-y-2 text-center sm:text-left",e),...t},void 0,!1,void 0,this);Au.displayName="SheetHeader";var Bu=({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);Bu.displayName="SheetFooter";var Iu=Ln(({className:e,...t},r)=>Ye(ye.Title,{ref:r,className:a("font-semibold text-foreground text-lg",e),...t},void 0,!1,void 0,this));Iu.displayName=ye.Title.displayName;var Su=Ln(({className:e,...t},r)=>Ye(ye.Description,{ref:r,className:a("text-muted-foreground text-sm",e),...t},void 0,!1,void 0,this));Su.displayName=ye.Description.displayName;import{jsxDEV as no}from"react/jsx-dev-runtime";var Ou=OT(null),Wu=250;function Ku({children:e,removeDelay:t=Wu}){let r=ve(),[o,n]=UT([]),i=Gu(0),s=Gu(new Map),l=ct((p)=>{let P=s.current.get(p);if(P===void 0)return;window.clearTimeout(P),s.current.delete(p)},[]),m=ct((p)=>{l(p),n((P)=>P.filter((M)=>M.id!==p))},[l]),d=ct((p)=>{l(p);let P=r?0:t;if(P<=0){m(p);return}let M=window.setTimeout(()=>{m(p)},P);s.current.set(p,M)},[l,r,t,m]),c=ct((p)=>{n((P)=>P.map((M)=>M.id===p?{...M,open:!1}:M)),d(p)},[d]),u=ct(()=>{n((p)=>{for(let P of p)d(P.id);return p.map((P)=>({...P,open:!1}))})},[d]),g=ct(()=>{return i.current+=1,`overlay-${i.current}`},[]),T=ct((p,P)=>{let M=g();l(M);let k={id:M,kind:"dialog",render:p,open:!0,options:P};return n((H)=>[...H,k]),{id:M,close:()=>c(M)}},[l,c,g]),b=ct((p,P)=>{let M=g();l(M);let k={id:M,kind:"sheet",render:p,open:!0,options:P};return n((H)=>[...H,k]),{id:M,close:()=>c(M)}},[l,c,g]),h=ct((p,P,M)=>{return T((k)=>Fu(p,{...P,close:k}),M)},[T]),N=ct((p,P,M)=>{return b((k)=>Fu(p,{...P,close:k}),M)},[b]);KT(()=>{return()=>{for(let p of s.current.values())window.clearTimeout(p);s.current.clear()}},[]);let v=_T(()=>({dialog:h,sheet:N,close:c,closeAll:u}),[u,c,h,N]);return no(Ou.Provider,{value:v,children:[e,o.map((p)=>no($T,{entry:p,onClose:c},p.id,!1,void 0,this))]},void 0,!0,void 0,this)}Ku.displayName="OverlayProvider";function $T({entry:e,onClose:t}){let r=ct(()=>t(e.id),[e.id,t]);if(e.kind==="dialog")return no(Ro,{open:e.open,onOpenChange:(o)=>!o&&r(),children:no(yn,{...e.options,children:e.render(r)},void 0,!1,void 0,this)},void 0,!1,void 0,this);return no(ti,{open:e.open,onOpenChange:(o)=>!o&&r(),children:no(zn,{...e.options,children:e.render(r)},void 0,!1,void 0,this)},void 0,!1,void 0,this)}function YT(){let e=WT(Ou);if(!e)throw Error("useOverlay must be used within an OverlayProvider");return e}import{cva as Fo}from"class-variance-authority";import{ChevronLeft as VT,ChevronRight as XT,MoreHorizontal as JT}from"lucide-react";import{createContext as qT,forwardRef as Go,useContext as Rn}from"react";import{jsxDEV as Xe}from"react/jsx-dev-runtime";var tt={sm:"sm",md:"md",lg:"lg"},Oo=qT(tt.md),_u=Fo("mx-auto flex w-full justify-center"),Uu=Fo("flex flex-row items-center gap-1"),$u=Fo(""),Cn=Fo("transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] 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:cursor-not-allowed disabled:border-transparent disabled:bg-muted/40 disabled:text-muted-foreground/70 hover:bg-accent hover:text-accent-foreground",{variants:{isActive:{true:"border border-border bg-background shadow-[var(--shadow-sm)]",false:""},size:{[tt.sm]:"h-7 w-7 text-xs [&_svg]:size-3.5",[tt.md]:"h-9 w-9 text-sm [&_svg]:size-4",[tt.lg]:"h-10 w-10 text-sm [&_svg]:size-5"}},defaultVariants:{isActive:!1,size:tt.md}}),Yu=Fo("flex items-center justify-center",{variants:{size:{[tt.sm]:"h-7 w-7 [&_svg]:size-3.5",[tt.md]:"h-9 w-9 [&_svg]:size-4",[tt.lg]:"h-10 w-10 [&_svg]:size-5"}},defaultVariants:{size:tt.md}}),Vu=({className:e,size:t=tt.md,...r})=>{let o=f(t)??tt.md;return Xe(Oo.Provider,{value:o,children:Xe("nav",{"aria-label":"pagination",className:a(_u(),e),...r},void 0,!1,void 0,this)},void 0,!1,void 0,this)};Vu.displayName="Pagination";var Xu=Go(({className:e,...t},r)=>Xe("ul",{ref:r,className:a(Uu(),e),...t},void 0,!1,void 0,this));Xu.displayName="PaginationContent";var Ju=Go(({className:e,...t},r)=>Xe("li",{ref:r,className:a($u(),e),...t},void 0,!1,void 0,this));Ju.displayName="PaginationItem";var qu=Go(({className:e,isActive:t,...r},o)=>{let n=Rn(Oo);return Xe("button",{ref:o,type:"button","aria-current":t?"page":void 0,className:a(Cn({isActive:t,size:n}),e),...r},void 0,!1,void 0,this)});qu.displayName="PaginationLink";var Qu=Go(({className:e,...t},r)=>{let o=Rn(Oo);return Xe("button",{ref:r,type:"button","aria-label":"Go to previous page",className:a(Cn({size:o}),"w-auto gap-1 pr-3 pl-2.5",e),...t,children:[Xe(VT,{},void 0,!1,void 0,this),Xe("span",{children:"Previous"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Qu.displayName="PaginationPrevious";var Zu=Go(({className:e,...t},r)=>{let o=Rn(Oo);return Xe("button",{ref:r,type:"button","aria-label":"Go to next page",className:a(Cn({size:o}),"w-auto gap-1 pr-2.5 pl-3",e),...t,children:[Xe("span",{children:"Next"},void 0,!1,void 0,this),Xe(XT,{},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Zu.displayName="PaginationNext";var Eu=({className:e,...t})=>{let r=Rn(Oo);return Xe("span",{"aria-hidden":!0,className:a(Yu({size:r}),e),...t,children:[Xe(JT,{},void 0,!1,void 0,this),Xe("span",{className:"sr-only",children:"More pages"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};Eu.displayName="PaginationEllipsis";import*as _o from"@radix-ui/react-progress";import{cva as Du}from"class-variance-authority";import{forwardRef as QT,useEffect as ZT,useRef as ET}from"react";import{jsxDEV as Hn}from"react/jsx-dev-runtime";var Wo={sm:"sm",md:"md",lg:"lg",xl:"xl"},Ko={default:"default",success:"success",warning:"warning",error:"error"},ju=Du("relative w-full overflow-hidden rounded-full bg-muted",{variants:{size:{[Wo.sm]:"h-2",[Wo.md]:"h-2.5",[Wo.lg]:"h-3",[Wo.xl]:"h-3.5"}},defaultVariants:{size:Wo.md}}),ec=Du("h-full w-full flex-1 rounded-full transition-transform duration-[var(--motion-duration-fast)] ease-[var(--motion-ease-productive)]",{variants:{variant:{[Ko.default]:"bg-primary",[Ko.success]:"bg-success",[Ko.warning]:"bg-warning",[Ko.error]:"bg-destructive"}},defaultVariants:{variant:Ko.default}});function DT(e){if(typeof e!=="number"||Number.isNaN(e))return 0;return Math.max(0,Math.min(100,e))}var tc=QT(({className:e,value:t,size:r,variant:o,showValue:n,...i},s)=>{let l=f(r),m=ET(null),d=DT(t);return ZT(()=>{let c=m.current;if(!c)return;c.style.setProperty("--gs-progress-value",`${d}%`)},[d]),Hn("div",{className:"flex w-full items-center gap-2",children:[Hn(_o.Root,{ref:s,className:a(ju({size:l}),e),...i,children:Hn(_o.Indicator,{ref:m,className:a(ec({variant:o}),"[transform:translateX(calc(-100%+var(--gs-progress-value,0%)))]")},void 0,!1,void 0,this)},void 0,!1,void 0,this),n&&Hn("span",{className:"font-medium text-muted-foreground text-sm tabular-nums",children:[d,"%"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});tc.displayName=_o.Root.displayName;import*as io from"@radix-ui/react-radio-group";import{cva as rc}from"class-variance-authority";import{forwardRef as oc}from"react";import{jsxDEV as wn}from"react/jsx-dev-runtime";var pt={sm:"sm",md:"md",lg:"lg",xl:"xl"},ao={default:"default",error:"error",success:"success"},nc=rc("grid gap-2"),ac=rc("transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] 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:{[pt.sm]:"h-4 w-4",[pt.md]:"h-5 w-5",[pt.lg]:"h-6 w-6",[pt.xl]:"h-7 w-7"},status:{[ao.default]:"enabled:hover:border-primary/70",[ao.error]:"border-destructive enabled:hover:border-destructive/70 focus-visible:ring-destructive data-[state=checked]:border-destructive data-[state=checked]:text-destructive",[ao.success]:"border-success enabled:hover:border-success/70 focus-visible:ring-success data-[state=checked]:border-success data-[state=checked]:text-success"}},defaultVariants:{size:pt.md,status:ao.default}}),jT={[pt.sm]:"h-2 w-2",[pt.md]:"h-2.5 w-2.5",[pt.lg]:"h-3 w-3",[pt.xl]:"h-3.5 w-3.5"},ic=oc(({className:e,...t},r)=>wn(io.Root,{ref:r,className:a(nc(),e),...t},void 0,!1,void 0,this));ic.displayName="RadioGroup";var sc=oc(({className:e,size:t=pt.md,status:r=ao.default,...o},n)=>{let i=f(t);return wn(io.Item,{ref:n,className:a(ac({size:i,status:r}),e),...o,children:wn(io.Indicator,{className:"flex items-center justify-center",children:wn("span",{className:a("block rounded-full bg-current transition-transform duration-150",jT[i])},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)});sc.displayName="RadioGroupItem";import{cva as An}from"class-variance-authority";import{forwardRef as ni,useCallback as Uo,useEffect as uc,useRef as cc,useState as lc}from"react";import{jsxDEV as kn}from"react/jsx-dev-runtime";var eh=10,th=90,oi=50,pc=An("flex h-full w-full",{variants:{direction:{horizontal:"flex-row",vertical:"flex-col"}},defaultVariants:{direction:"horizontal"}}),fc=An("relative basis-[var(--gs-panel-basis,50%)] overflow-hidden grow-0 shrink-0"),gc=An("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}}),bc=An("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"}});function yc(e){return Math.max(eh,Math.min(th,e))}function vc(e){return e.dataset.direction==="vertical"?"vertical":"horizontal"}function rh(e,t){let r=Array.from(e.children),o=r.indexOf(t),n;for(let s=o-1;s>=0;s-=1){let l=r[s];if(l instanceof HTMLElement&&l.matches("[data-panel]")){n=l;break}}let i;for(let s=o+1;s<r.length;s+=1){let l=r[s];if(l instanceof HTMLElement&&l.matches("[data-panel]")){i=l;break}}return{prevPanel:n,nextPanel:i}}function mc(e){if(!e)return null;let t=e.closest("[data-panel-group]");if(!(t instanceof HTMLElement))return null;let{prevPanel:r,nextPanel:o}=rh(t,e);if(!(r&&o))return null;return{group:t,direction:vc(t),prevPanel:r,nextPanel:o}}function oh(e){if("touches"in e){let t=e.touches[0];if(!t)return null;return{x:t.clientX,y:t.clientY}}return{x:e.clientX,y:e.clientY}}function dc(e,t,r){let o=yc(r);e.style.setProperty("--gs-panel-basis",`${o}%`),t.style.setProperty("--gs-panel-basis",`${100-o}%`)}function nh(e){let t=e.style.getPropertyValue("--gs-panel-basis").trim();if(t.endsWith("%"))return Number.parseFloat(t)||oi;let r=e.dataset.defaultSize;if(r)return Number.parseFloat(r)||oi;return oi}function ah(e,t,r){if(t==="horizontal"){if(e==="ArrowLeft")return-r;if(e==="ArrowRight")return r;return 0}if(e==="ArrowUp")return-r;if(e==="ArrowDown")return r;return 0}var Tc=ni(({className:e,direction:t="horizontal",children:r,...o},n)=>kn("div",{ref:n,"data-panel-group":"","data-direction":t,className:a(pc({direction:t}),e),...o,children:r},void 0,!1,void 0,this));Tc.displayName="ResizablePanelGroup";var hc=ni(({className:e,defaultSize:t=50,children:r,...o},n)=>{let i=cc(null),s=yc(t);uc(()=>{let m=i.current;if(!m)return;m.style.setProperty("--gs-panel-basis",`${s}%`)},[s]);let l=Uo((m)=>{if(i.current=m,typeof n==="function")n(m);else if(n)n.current=m},[n]);return kn("div",{ref:l,"data-panel":"","data-default-size":s,className:a(fc(),e),...o,children:r},void 0,!1,void 0,this)});hc.displayName="ResizablePanel";var Pc=ni(({className:e,withHandle:t=!1,disabled:r=!1,...o},n)=>{let[i,s]=lc(!1),[l,m]=lc("horizontal"),d=cc(null);uc(()=>{let b=d.current;if(!b)return;let h=b.closest("[data-panel-group]");if(!(h instanceof HTMLElement))return;let N=()=>m(vc(h));N();let v=new MutationObserver(N);return v.observe(h,{attributes:!0,attributeFilter:["data-direction"]}),()=>v.disconnect()},[]);let c=Uo(()=>{if(r)return;s(!0);let b=(N)=>{let v=oh(N);if(!v)return;let p=mc(d.current);if(!p)return;let P=p.group.getBoundingClientRect(),M=p.direction==="horizontal"?P.width:P.height;if(M<=0)return;let H=(p.direction==="horizontal"?v.x-P.left:v.y-P.top)/M*100;dc(p.prevPanel,p.nextPanel,H)},h=()=>{s(!1),document.removeEventListener("mousemove",b),document.removeEventListener("mouseup",h),document.removeEventListener("touchmove",b),document.removeEventListener("touchend",h)};document.addEventListener("mousemove",b),document.addEventListener("mouseup",h),document.addEventListener("touchmove",b),document.addEventListener("touchend",h)},[r]),u=Uo((b)=>{b.preventDefault(),c()},[c]),g=Uo((b)=>{if(b.touches.length===0)return;c()},[c]),T=Uo((b)=>{if(r)return;let h=mc(d.current??b.currentTarget);if(!h)return;let N=b.shiftKey?10:1,v=ah(b.key,h.direction,N);if(v===0)return;b.preventDefault();let p=nh(h.prevPanel);dc(h.prevPanel,h.nextPanel,p+v)},[r]);return kn("div",{ref:(b)=>{if(d.current=b,typeof n==="function")n(b);else if(n)n.current=b},role:"separator","aria-orientation":l,"aria-valuemin":10,"aria-valuemax":90,"aria-valuenow":50,tabIndex:r?-1:0,"data-panel-resize-handle":"","data-dragging":i,onMouseDown:u,onTouchStart:g,onKeyDown:T,className:a(gc({direction:l,withHandle:t}),i&&"bg-primary",r&&"pointer-events-none cursor-not-allowed bg-muted/40 text-muted-foreground/70",e),...o,children:t&&kn("div",{className:a(bc({direction:l}))},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Pc.displayName="ResizableHandle";import*as ht from"@radix-ui/react-scroll-area";import{cva as ai}from"class-variance-authority";import{forwardRef as xc}from"react";import{jsxDEV as so}from"react/jsx-dev-runtime";var Mc=ai("relative flex flex-col overflow-hidden"),Nc=ai("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"}}),Lc=ai("relative flex-1 rounded-full bg-border"),zc=xc(({className:e,children:t,...r},o)=>so(ht.Root,{ref:o,className:a(Mc(),e),...r,children:[so(ht.Viewport,{className:"min-h-0 w-full flex-1 rounded-[inherit]",children:t},void 0,!1,void 0,this),so(ii,{},void 0,!1,void 0,this),so(ht.Corner,{},void 0,!1,void 0,this)]},void 0,!0,void 0,this));zc.displayName="ScrollArea";var ii=xc(({className:e,orientation:t="vertical",...r},o)=>so(ht.ScrollAreaScrollbar,{ref:o,orientation:t,className:a(Nc({orientation:t}),e),...r,children:so(ht.ScrollAreaThumb,{className:a(Lc())},void 0,!1,void 0,this)},void 0,!1,void 0,this));ii.displayName="ScrollBar";import{cva as li}from"class-variance-authority";import{createContext as dh,forwardRef as mi,useCallback as uh,useContext as Hc,useRef as Cc,useState as ch}from"react";import{useLayoutEffect as Rc,useRef as lo}from"react";var ih={x:0,y:0,width:0,height:0};function sh(e,t){let r=e.querySelector(t);if(!r)return null;return{x:r.offsetLeft,y:r.offsetTop,width:r.offsetWidth,height:r.offsetHeight}}function lh(e,t){let r=e.getBoundingClientRect(),o=t.getBoundingClientRect();return{x:r.left-o.left-t.clientLeft,y:r.top-o.top-t.clientTop,width:r.width,height:r.height}}function si(e,t){let r=e.style;r.transform=`translate3d(${t.x}px,${t.y}px,0)`,r.width=`${t.width}px`,r.height=`${t.height}px`}function mh(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function Bn(e,t,r){let o=ve(),n=lo(!1),i=lo(ih),s=lo(r.activeSelector);s.current=r.activeSelector;let l=lo(r.observeAttributes);l.current=r.observeAttributes;let m=lo(o);m.current=o;let d=lo(null);d.current=(c,u)=>{let g=sh(c,s.current);if(!g){u.style.opacity="0";return}if(mh(i.current,g)&&n.current)return;if(!n.current||m.current){u.style.transition="none",si(u,g),u.style.opacity="1",u.offsetHeight,u.style.transition="",n.current=!0,i.current=g;return}let T=lh(u,c);u.style.transition="none",si(u,T),u.style.opacity="1",u.offsetHeight,u.style.transition="",si(u,g),i.current=g},Rc(()=>{r.activeKey;let c=e.current,u=t.current;if(!(c&&u))return;d.current?.(c,u)},[r.activeKey,o,e.current,t.current]),Rc(()=>{let c=e.current,u=t.current;if(!(c&&u))return;let g=0;function T(){if(!(c&&u))return;d.current?.(c,u)}function b(){cancelAnimationFrame(g),g=requestAnimationFrame(T)}let h=typeof ResizeObserver<"u"?new ResizeObserver(b):null;h?.observe(c);let N=l.current,v=null;if(N&&N.length>0)v=typeof MutationObserver<"u"?new MutationObserver(b):null,v?.observe(c,{subtree:!0,attributes:!0,attributeFilter:N});return()=>{cancelAnimationFrame(g),h?.disconnect(),v?.disconnect()}},[e.current,t.current])}var In="pointer-events-none absolute top-0 left-0 z-0 rounded-[calc(var(--radius)-2px)] border border-border bg-accent shadow-[var(--shadow-xs)] transition-[transform,width,height,opacity] duration-[var(--motion-duration-fast)] ease-[var(--motion-ease-emphasized)]";import{jsxDEV as Nr}from"react/jsx-dev-runtime";var xe={sm:"sm",md:"md",lg:"lg"},wc=li("relative inline-flex items-center rounded-[var(--radius)] border border-border bg-secondary p-1 text-muted-foreground",{variants:{size:{[xe.sm]:"h-8 gap-0.5",[xe.md]:"h-10 gap-0.5",[xe.lg]:"h-11 gap-1"}},defaultVariants:{size:xe.md}}),kc=li(["relative z-10 inline-flex items-center justify-center rounded-[calc(var(--radius)-2px)]","cursor-pointer select-none outline-none","transition-[color,background-color,box-shadow] duration-[var(--motion-duration-fast)] ease-[var(--motion-ease-standard)]","focus-visible:ring-2 focus-visible:ring-ring","disabled:pointer-events-none disabled:text-muted-foreground/40","leading-none"],{variants:{size:{[xe.sm]:"size-6",[xe.md]:"size-8",[xe.lg]:"size-9"},active:{true:"text-foreground",false:"text-muted-foreground hover:text-foreground/70"}},defaultVariants:{size:xe.md,active:!1}}),Ac=li(["relative z-10 inline-flex items-center justify-center gap-1.5 rounded-[calc(var(--radius)-2px)]","cursor-pointer select-none whitespace-nowrap font-medium leading-none outline-none","transition-[color,background-color,box-shadow] duration-[var(--motion-duration-fast)] ease-[var(--motion-ease-standard)]","focus-visible:ring-2 focus-visible:ring-ring","disabled:pointer-events-none disabled:text-muted-foreground/40"],{variants:{size:{[xe.sm]:"h-6 px-2.5 text-xs",[xe.md]:"h-8 px-3 text-sm",[xe.lg]:"h-9 px-4 text-sm"},active:{true:"text-foreground",false:"text-muted-foreground hover:text-foreground/70"}},defaultVariants:{size:xe.md,active:!1}}),Bc={[xe.sm]:"size-3",[xe.md]:"size-3.5",[xe.lg]:"size-4"},ph=(e)=>{return},di=dh({activeValue:"",onSelect:ph,size:xe.md,disabled:!1}),Ic=mi(({className:e,value:t,defaultValue:r,onValueChange:o,size:n,disabled:i=!1,children:s,...l},m)=>{let d=f(n),[c,u]=ch(r??""),g=Cc(null),T=Bt(m,g),b=Cc(null),h=t!==void 0?t:c,N=uh((v)=>{if(i)return;if(t===void 0)u(v);o?.(v)},[i,o,t]);return Bn(g,b,{activeSelector:"button[data-state='active']",activeKey:h}),Nr(di.Provider,{value:{activeValue:h,onSelect:N,size:d,disabled:i},children:Nr("div",{ref:T,role:"radiogroup",className:a(wc({size:d}),i&&"pointer-events-none cursor-not-allowed border-transparent bg-muted/40 text-muted-foreground/70",e),...l,children:[Nr("span",{ref:b,"aria-hidden":!0,"data-slot":"indicator",className:In,style:{opacity:0}},void 0,!1,void 0,this),s]},void 0,!0,void 0,this)},void 0,!1,void 0,this)});Ic.displayName="SegmentedControl";var Sc=mi(({className:e,value:t,icon:r,disabled:o=!1,...n},i)=>{let{activeValue:s,onSelect:l,size:m,disabled:d}=Hc(di),c=s===t,u=o||d;return Nr("button",{ref:i,type:"button",role:"radio","aria-checked":c,"aria-disabled":u||void 0,"data-state":c?"active":"inactive","data-value":t,disabled:u,onClick:()=>l(t),className:a(kc({size:m,active:c}),e),...n,children:Nr("span",{className:a(Bc[m??xe.md],"[&>svg]:size-full"),children:r},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Sc.displayName="SegmentedControlItem";var Fc=mi(({className:e,value:t,icon:r,disabled:o=!1,children:n,...i},s)=>{let{activeValue:l,onSelect:m,size:d,disabled:c}=Hc(di),u=l===t,g=o||c;return Nr("button",{ref:s,type:"button",role:"radio","aria-checked":u,"aria-disabled":g||void 0,"data-state":u?"active":"inactive","data-value":t,disabled:g,onClick:()=>m(t),className:a(Ac({size:d,active:u}),e),...i,children:[r&&Nr("span",{className:a(Bc[d??xe.md],"[&>svg]:size-full"),children:r},void 0,!1,void 0,this),n]},void 0,!0,void 0,this)});Fc.displayName="SegmentedControlLabelItem";var fh=xe;import*as Dt from"@radix-ui/react-popover";import{cva as Oc}from"class-variance-authority";import{Check as gh,ChevronDown as bh,X as yh}from"lucide-react";import{Children as vh,createContext as Th,forwardRef as Xo,isValidElement as ci,useCallback as Yo,useContext as Wc,useEffect as Sn,useId as Gc,useMemo as hh,useRef as Kc,useState as $o}from"react";import{jsxDEV as pe,Fragment as Ch}from"react/jsx-dev-runtime";var ae={sm:"sm",md:"md",lg:"lg",xl:"xl"},mo={default:"default",error:"error",success:"success"},Vo={trigger:"trigger",auto:"auto"},Ph={start:"start",center:"center",end:"end"},_c=Oc(["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:{[ae.sm]:"h-8 px-2.5 text-xs",[ae.md]:"h-10 px-3.5",[ae.lg]:"h-11 px-4.5 text-sm",[ae.xl]:"h-12 px-4 text-base"},status:{[mo.default]:"focus-visible:ring-primary data-[state=open]:ring-primary",[mo.error]:"border-destructive focus-visible:ring-destructive data-[state=open]:ring-destructive",[mo.success]:"border-success focus-visible:ring-success data-[state=open]:ring-success"}},defaultVariants:{size:ae.md,status:mo.default}}),Uc=Oc(["max-h-96 overflow-y-auto overflow-x-hidden"].join(" "),{variants:{widthMode:{[Vo.trigger]:"w-[var(--radix-popover-trigger-width)]",[Vo.auto]:"w-max min-w-0"},size:{[ae.sm]:"text-xs",[ae.md]:"text-sm",[ae.lg]:"text-sm",[ae.xl]:"text-base"}},defaultVariants:{widthMode:Vo.auto,size:ae.md}}),xh={[ae.sm]:"min-h-7.5 py-1.5 px-2.5 pr-3 text-xs",[ae.md]:"min-h-9 py-2 px-3 pr-4.5 text-sm",[ae.lg]:"min-h-10 py-2.5 px-3.5 pr-5.5 text-sm",[ae.xl]:"min-h-11 py-3 px-4 pr-6 text-base"},Mh={[ae.sm]:"px-2 py-1 text-xs",[ae.md]:"px-2 py-1.5 text-sm",[ae.lg]:"px-2.5 py-1.5 text-sm",[ae.xl]:"px-3 py-2 text-base"},Fn={[ae.sm]:"size-3.5",[ae.md]:"size-4",[ae.lg]:"size-4",[ae.xl]:"size-4.5"};function Nh(e){if(!ci(e))return!1;let t=e.type;if(typeof t==="string"||typeof t!=="function"&&typeof t!=="object"||t===null)return!1;return Reflect.get(t,"displayName")==="SelectItem"}function ui(e,t){if(e===null||e===void 0||typeof e==="boolean")return;if(Array.isArray(e)){for(let o of e)ui(o,t);return}if(!ci(e))return;if(Nh(e)){let o=typeof e.props.value==="string"?e.props.value:"";if(o.length>0){let n=typeof e.props.label==="string"?e.props.label:Gn(e.props.children).trim();if(n.length>0)t.set(o,n)}}let r=e.props.children;if(r!==void 0)ui(r,t)}function Gn(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)=>Gn(t)).join("");if(ci(e))return Gn(e.props.children);return""}var pi=Th(null);function On(){let e=Wc(pi);if(!e)throw Error("Select components must be used within Select");return e}function fi(e){let t=Wc(pi);if(e)return e;return t?.triggerSize??ae.md}var Lh=({children:e,value:t,defaultValue:r="",onValueChange:o,open:n,defaultOpen:i=!1,onOpenChange:s,disabled:l=!1})=>{let[m,d]=$o(ae.md),[c,u]=$o(!1),[g,T]=$o(r),[b,h]=$o(i),[,N]=$o(0),v=Kc(new Map),p=hh(()=>{let X=new Map;return ui(e,X),X},[e]),P=t!==void 0,M=n!==void 0,k=P?t:g,H=M?n:b,S=Yo((X)=>{if(!P)T(X);if(o?.(X),!M)h(!1);s?.(!1)},[P,M,o,s]),w=Yo((X)=>{if(l)return;if(!M)h(X);s?.(X)},[l,M,s]),J=Yo((X,Q)=>{if(v.current.get(X)!==Q)v.current.set(X,Q),N((oe)=>oe+1)},[]),Y=Yo((X)=>{return v.current.get(X)??p.get(X)},[p]),q=Gc(),ee=Gc(),me={value:k,onValueChange:S,open:H,onOpenChange:w,triggerSize:m,setTriggerSize:d,triggerFullWidth:c,setTriggerFullWidth:u,disabled:l,triggerId:q,contentId:ee,registerItem:J,getLabel:Y};return pe(pi.Provider,{value:me,children:pe(Dt.Root,{open:H,onOpenChange:w,children:e},void 0,!1,void 0,this)},void 0,!1,void 0,this)},zh=({children:e,className:t})=>pe("div",{role:"group",className:t,children:e},void 0,!1,void 0,this),Rh=({placeholder:e})=>{let{value:t,getLabel:r}=On();if(!t)return e?pe("span",{className:"text-muted-foreground",children:e},void 0,!1,void 0,this):null;let o=r(t);return pe(Ch,{children:o??t},void 0,!1,void 0,this)},$c=Xo(({className:e,children:t,size:r=ae.md,status:o=mo.default,fullWidth:n=!1,clearable:i=!1,leadingIcon:s,indicatorIcon:l,renderValue:m,placeholder:d,onKeyDown:c,...u},g)=>{let T=On(),b=f(r)??r,h=T.setTriggerSize,N=T.setTriggerFullWidth;Sn(()=>{h(b)},[b,h]),Sn(()=>{N(n)},[n,N]);let v=T.value.length>0,p=i&&v&&!T.disabled,P=()=>{T.onValueChange("")},M;if(m)M=v?m(T.value):d?pe("span",{className:"text-muted-foreground",children:d},void 0,!1,void 0,this):null;else M=t;let k=(H)=>{if(c?.(H),H.defaultPrevented)return;if(H.key==="ArrowDown"||H.key==="ArrowUp"||H.key==="Enter"||H.key===" "){if(!T.open)H.preventDefault(),T.onOpenChange(!0)}};return pe(Dt.Trigger,{asChild:!0,children:pe("button",{ref:g,type:"button",role:"combobox","aria-expanded":T.open,"aria-haspopup":"listbox","aria-controls":T.contentId,id:T.triggerId,disabled:T.disabled,"data-state":T.open?"open":"closed","data-placeholder":v?void 0:"",className:a(_c({size:b,status:o}),n?"w-full":"w-auto",e),onKeyDown:k,...u,children:[s&&pe("i",{className:"inline-flex shrink-0 items-center text-muted-foreground not-italic",children:s},void 0,!1,void 0,this),pe("span",{"data-slot":"select-value",className:"min-w-0 flex-1 text-left",children:M},void 0,!1,void 0,this),pe("span",{className:"inline-flex shrink-0 items-center gap-1 text-muted-foreground",children:[p&&pe("span",{role:"button",tabIndex:-1,"aria-label":"Clear selection",onPointerDown:(H)=>{H.stopPropagation(),H.preventDefault(),P()},className:"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:pe(yh,{className:Fn[b]},void 0,!1,void 0,this)},void 0,!1,void 0,this),l??pe(bh,{className:a(Fn[b],"opacity-60 transition-transform duration-[var(--motion-duration-fast)] ease-[var(--motion-ease-productive)]",T.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)});$c.displayName="SelectTrigger";var Yc=Xo(({className:e,children:t,widthMode:r,size:o,align:n="start",side:i="bottom",sideOffset:s=4,portal:l=le,portalContainer:m,forceMount:d=!1,onKeyDown:c,...u},g)=>{let T=On(),b=fi(o),h=r??Vo.auto,N=Kc(null),v=Bt(g,N),p=Yo((k)=>{let H=N.current;if(!H)return;let S=Array.from(H.querySelectorAll('[role="option"]:not([data-disabled])'));if(S.length===0)return;let w=H.querySelector('[role="option"]:focus'),J=w?S.indexOf(w):-1,Y;switch(k){case"first":Y=S[0];break;case"last":Y=S[S.length-1];break;case"next":Y=S[J+1]??S[0];break;case"prev":Y=S[J-1]??S[S.length-1];break}Y?.focus()},[]),P=(k)=>{if(c?.(k),k.defaultPrevented)return;switch(k.key){case"ArrowDown":k.preventDefault(),p("next");break;case"ArrowUp":k.preventDefault(),p("prev");break;case"Home":k.preventDefault(),p("first");break;case"End":k.preventDefault(),p("last");break;case"Escape":k.preventDefault(),T.onOpenChange(!1);break}};Sn(()=>{if(T.open)requestAnimationFrame(()=>p("first"))},[T.open,p]);let M=pe(Dt.Content,{ref:v,id:T.contentId,role:"listbox","aria-labelledby":T.triggerId,side:i,align:n,sideOffset:s,forceMount:d?!0:void 0,onKeyDown:P,onOpenAutoFocus:(k)=>k.preventDefault(),className:a(Dr(),Uc({widthMode:h,size:b}),"p-1",e),...u,children:t},void 0,!1,void 0,this);if(l)return pe(Dt.Portal,{container:m??void 0,children:M},void 0,!1,void 0,this);return M});Yc.displayName="SelectContent";var Vc=Xo(({className:e,size:t,...r},o)=>{let n=fi(t);return pe("div",{ref:o,className:a("font-semibold text-foreground",Mh[n],e),...r},void 0,!1,void 0,this)});Vc.displayName="SelectLabel";var Xc=Xo(({className:e,children:t,value:r,label:o,size:n,disabled:i=!1,...s},l)=>{let m=On(),d=fi(n),c=m.value===r,u=m.registerItem,g=Gn(vh.toArray(t)).trim();Sn(()=>{let h=o??(g.length>0?g:r);u(r,h)},[g,r,o,u]);let T=()=>{if(!i)m.onValueChange(r)},b=(h)=>{if(h.key==="Enter"||h.key===" ")h.preventDefault(),T()};return pe("div",{ref:l,role:"option",tabIndex:i?void 0:-1,"aria-selected":c,"aria-disabled":i||void 0,"data-selected":c?"":void 0,"data-disabled":i?"":void 0,"data-value":r,className:a("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:border-transparent data-disabled:bg-muted/40 data-disabled:text-muted-foreground/70",xh[d],c&&"bg-accent/50",e),onClick:T,onKeyDown:b,...s,children:[pe("span",{className:a("flex shrink-0 items-center justify-center",Fn[d]),children:c&&pe(gh,{className:Fn[d]},void 0,!1,void 0,this)},void 0,!1,void 0,this),pe("span",{className:"min-w-0 flex-1 truncate",children:t},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Xc.displayName="SelectItem";var Jc=Xo(({className:e,...t},r)=>pe("div",{ref:r,className:a("-mx-1 my-1 h-px bg-border",e),...t},void 0,!1,void 0,this));Jc.displayName="SelectSeparator";import{cva as Hh}from"class-variance-authority";import{forwardRef as wh}from"react";import{jsxDEV as kh}from"react/jsx-dev-runtime";var Jo={horizontal:"horizontal",vertical:"vertical"},qc=Hh("shrink-0 bg-border",{variants:{orientation:{[Jo.horizontal]:"h-px w-full",[Jo.vertical]:"h-full w-px"}},defaultVariants:{orientation:Jo.horizontal}}),Qc=wh(({className:e,orientation:t=Jo.horizontal,decorative:r=!0,...o},n)=>{let i=r?{role:"none"}:{role:"separator","aria-orientation":t};return kh("div",{ref:n,className:a(qc({orientation:t}),e),...i,...o},void 0,!1,void 0,this)});Qc.displayName="Separator";import{cva as Wn}from"class-variance-authority";import{forwardRef as Kn}from"react";import{jsxDEV as _n}from"react/jsx-dev-runtime";var Me={sm:"sm",md:"md",lg:"lg"},Zc=Wn("animate-pulse rounded-[var(--radius)] bg-muted"),Ec=Wn("w-full",{variants:{size:{[Me.sm]:"h-3",[Me.md]:"h-4",[Me.lg]:"h-5"}},defaultVariants:{size:Me.md}}),Dc=Wn("",{variants:{size:{[Me.sm]:"h-8 w-8",[Me.md]:"h-10 w-10",[Me.lg]:"h-12 w-12"}},defaultVariants:{size:Me.md}}),jc=Wn("",{variants:{size:{[Me.sm]:"h-8 w-20",[Me.md]:"h-9 w-24",[Me.lg]:"h-10 w-28"}},defaultVariants:{size:Me.md}}),qo=Kn(({className:e,circle:t=!1,...r},o)=>_n("div",{ref:o,className:a(Zc(),t&&"rounded-full",e),...r},void 0,!1,void 0,this));qo.displayName="Skeleton";var ep=Kn(({className:e,size:t=Me.md,...r},o)=>{let n=f(t)??Me.md;return _n(qo,{ref:o,className:a(Ec({size:n}),e),...r},void 0,!1,void 0,this)});ep.displayName="SkeletonText";var tp=Kn(({className:e,size:t=Me.md,...r},o)=>{let n=f(t)??Me.md;return _n(qo,{ref:o,circle:!0,className:a(Dc({size:n}),e),...r},void 0,!1,void 0,this)});tp.displayName="SkeletonAvatar";var rp=Kn(({className:e,size:t=Me.md,...r},o)=>{let n=f(t)??Me.md;return _n(qo,{ref:o,className:a(jc({size:n}),e),...r},void 0,!1,void 0,this)});rp.displayName="SkeletonButton";import*as jt from"@radix-ui/react-slider";import{cva as $n}from"class-variance-authority";import{forwardRef as Ah}from"react";import{jsxDEV as Un}from"react/jsx-dev-runtime";var uo={sm:"sm",md:"md",lg:"lg"},op=$n("relative flex w-full touch-none select-none items-center"),np=$n("relative w-full grow overflow-hidden rounded-full bg-secondary"),ap=$n("absolute h-full bg-primary"),ip=$n("transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] block cursor-grab rounded-full border-2 border-primary bg-background ring-offset-background active:cursor-grabbing focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:cursor-not-allowed disabled:border-border disabled:bg-muted/40 disabled:text-muted-foreground/70"),Bh={[uo.sm]:"h-2",[uo.md]:"h-2.5",[uo.lg]:"h-3"},Ih={[uo.sm]:"h-4 w-4",[uo.md]:"h-5 w-5",[uo.lg]:"h-6 w-6"},sp=Ah(({className:e,size:t,...r},o)=>{let n=f(t);return Un(jt.Root,{ref:o,className:a(op(),e),...r,children:[Un(jt.Track,{"data-slider-track":!0,className:a(np(),Bh[n]),children:Un(jt.Range,{className:a(ap())},void 0,!1,void 0,this)},void 0,!1,void 0,this),(r.defaultValue??r.value??[0]).map((i,s)=>Un(jt.Thumb,{"data-slider-thumb":!0,className:a(ip(),Ih[n])},`thumb-${String(s)}`,!1,void 0,this))]},void 0,!0,void 0,this)});sp.displayName="Slider";import{cva as Ae}from"class-variance-authority";import{forwardRef as Oh,useCallback as gi,useEffect as yi,useLayoutEffect as Wh,useMemo as co,useRef as Pt,useState as bi}from"react";import{useCallback as lp,useSyncExternalStore as Sh}from"react";var Fh=()=>!1,Gh=()=>{return};function mp(e){let t=lp((o)=>{if(typeof window>"u")return Gh;let n=window.matchMedia(e);return n.addEventListener("change",o),()=>n.removeEventListener("change",o)},[e]),r=lp(()=>{if(typeof window>"u")return!1;return window.matchMedia(e).matches},[e]);return Sh(t,r,Fh)}import{jsxDEV as $,Fragment as Rp}from"react/jsx-dev-runtime";var Kh="(max-width: 639px)",R={sm:"sm",md:"md",lg:"lg",xl:"xl"},vi={sm:"sm",md:"sm",lg:"md",xl:"md"},Yn={idle:"idle",loading:"loading",error:"error"},_h=160,dp=Ae("z-[120] bg-black/40"),up=Ae(["gs-spotlight-content fixed inset-x-0 top-[15vh] z-[120] w-full mx-auto","rounded-[calc(var(--radius)+6px)] border border-border bg-popover shadow-2xl","overflow-hidden"],{variants:{size:{[R.sm]:"max-w-md",[R.md]:"max-w-xl",[R.lg]:"max-w-2xl",[R.xl]:"max-w-3xl"}},defaultVariants:{size:R.md}}),cp=Ae(["gs-sheet-content gs-sheet-content-bottom","fixed inset-x-0 bottom-0 z-[120] w-full flex flex-col","rounded-t-2xl border-t border-x border-border bg-popover shadow-2xl","overflow-hidden"]),pp=Ae("flex items-center border-b border-border",{variants:{size:{[R.sm]:"gap-2 px-3 py-2",[R.md]:"gap-3 px-4 py-3",[R.lg]:"gap-3 px-5 py-3.5",[R.xl]:"gap-4 px-6 py-4"}},defaultVariants:{size:R.md}}),fp=Ae(["w-full flex-1 bg-transparent text-foreground","placeholder:text-muted-foreground","outline-none border-none"],{variants:{size:{[R.sm]:"text-sm",[R.md]:"text-base",[R.lg]:"text-lg",[R.xl]:"text-xl"}},defaultVariants:{size:R.md}}),gp=Ae("text-muted-foreground shrink-0",{variants:{size:{[R.sm]:"size-3.5",[R.md]:"size-4",[R.lg]:"size-5",[R.xl]:"size-5"}},defaultVariants:{size:R.md}}),bp=Ae("overflow-y-auto py-1",{variants:{size:{[R.sm]:"max-h-64",[R.md]:"max-h-80",[R.lg]:"max-h-96",[R.xl]:"max-h-[28rem]"}},defaultVariants:{size:R.md}}),yp=Ae("font-semibold text-muted-foreground uppercase tracking-wide",{variants:{size:{[R.sm]:"px-2.5 py-1.5 text-[11px]",[R.md]:"px-3 py-2 text-xs",[R.lg]:"px-3.5 py-2 text-xs",[R.xl]:"px-4 py-2.5 text-xs"}},defaultVariants:{size:R.md}}),vp=Ae(["group flex items-center cursor-pointer rounded-lg","text-foreground","transition-[color,background-color,box-shadow] duration-100","active:scale-[0.98]"],{variants:{size:{[R.sm]:"gap-2 px-2.5 py-1.5 mx-1.5",[R.md]:"gap-3 px-3 py-2 mx-2",[R.lg]:"gap-3 px-3.5 py-2.5 mx-2",[R.xl]:"gap-4 px-4 py-3 mx-2.5"},selected:{true:"bg-primary/10",false:"hover:bg-muted"},disabled:{true:"text-muted-foreground cursor-not-allowed pointer-events-none bg-muted/40",false:""}},defaultVariants:{size:R.md,selected:!1,disabled:!1}}),Tp=Ae("shrink-0",{variants:{size:{[R.sm]:"size-3.5",[R.md]:"size-4",[R.lg]:"size-5",[R.xl]:"size-5"},selected:{true:"text-primary",false:"text-muted-foreground"}},defaultVariants:{size:R.md,selected:!1}}),hp=Ae("flex-1 min-w-0"),Pp=Ae("font-medium truncate",{variants:{size:{[R.sm]:"text-xs",[R.md]:"text-sm",[R.lg]:"text-sm",[R.xl]:"text-base"}},defaultVariants:{size:R.md}}),xp=Ae("text-muted-foreground truncate",{variants:{size:{[R.sm]:"text-[11px]",[R.md]:"text-xs",[R.lg]:"text-xs",[R.xl]:"text-sm"}},defaultVariants:{size:R.md}}),Mp=Ae("flex items-center gap-1 text-muted-foreground shrink-0",{variants:{size:{[R.sm]:"text-[11px]",[R.md]:"text-[11px]",[R.lg]:"text-xs",[R.xl]:"text-xs"}},defaultVariants:{size:R.md}}),Vn=Ae("flex flex-col items-center justify-center text-muted-foreground",{variants:{size:{[R.sm]:"py-6 min-h-20",[R.md]:"py-8 min-h-24",[R.lg]:"py-10 min-h-28",[R.xl]:"py-12 min-h-32"},state:{empty:"text-muted-foreground",loading:"text-muted-foreground",error:"text-destructive"}},defaultVariants:{size:R.md,state:"empty"}}),Xn=Ae("font-medium",{variants:{size:{[R.sm]:"text-xs",[R.md]:"text-sm",[R.lg]:"text-sm",[R.xl]:"text-base"}},defaultVariants:{size:R.md}}),Np=Ae("mt-1",{variants:{size:{[R.sm]:"text-[11px]",[R.md]:"text-xs",[R.lg]:"text-xs",[R.xl]:"text-sm"}},defaultVariants:{size:R.md}}),Lp=(e,t)=>{if(!t)return!0;let r=t.toLowerCase();return e.title.toLowerCase().includes(r)||(e.description?.toLowerCase().includes(r)??!1)||(e.keywords?.some((o)=>o.toLowerCase().includes(r))??!1)};function Uh(e,t){let r=Pt(null),o=Pt(null),n=Pt(null),i=Pt(!0),s=Pt(t);return yi(()=>{if(e)i.current=!0},[e]),Wh(()=>{let l=r.current,m=o.current,d=n.current;if(!(l&&m&&d))return;let c=m.scrollHeight,u=s.current!==t;if(s.current=t,i.current)l.style.transition="none",l.style.height=`${c}px`,d.style.transition="none",d.style.opacity="1",requestAnimationFrame(()=>{l.style.transition="",d.style.transition="",i.current=!1});else if(u)d.style.transition="none",d.style.opacity="0",l.style.height=`${c}px`,requestAnimationFrame(()=>{d.style.transition="opacity 200ms var(--motion-ease-emphasized)",d.style.opacity="1"});else l.style.height=`${c}px`}),{wrapperRef:r,contentRef:o,viewRef:n}}function $h({action:e,size:t,isActive:r,isDisabled:o,isMac:n,onClick:i,renderItem:s,index:l}){let m=e.shortcut?Jn(e.shortcut,n):[],d=new Map,c=m.map((u)=>{let g=(d.get(u)??0)+1;return d.set(u,g),{token:u,key:`${u}-${g}`}});return $("div",{role:"option","aria-selected":r,"aria-disabled":o,tabIndex:o?-1:0,onClick:i,onKeyDown:(u)=>{if(u.key==="Enter"||u.key===" ")u.preventDefault(),i()},className:a(vp({size:t,selected:r,disabled:o})),children:s?s(e,{active:r,disabled:o,index:l}):$(Rp,{children:[e.icon&&$("span",{className:a(Tp({size:t,selected:r})),children:e.icon},void 0,!1,void 0,this),$("div",{className:a(hp()),children:[$("div",{className:a(Pp({size:t})),children:e.title},void 0,!1,void 0,this),e.description&&$("div",{className:a(xp({size:t})),children:e.description},void 0,!1,void 0,this)]},void 0,!0,void 0,this),c.length>0&&$("div",{className:a(Mp({size:t})),children:c.map((u)=>$("kbd",{className:a(Zr({size:vi[t]})),children:u.token},u.key,!1,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)}var zp=Oh(({className:e,open:t,onOpenChange:r,actions:o,onActionSelect:n,value:i,defaultValue:s="",onValueChange:l,placeholder:m="Search commands, pages, or actions...",size:d=R.md,status:c=Yn.idle,statusMessage:u,emptyText:g="No command found for this query.",hotkey:T,portal:b=!0,filterFn:h,renderItem:N,footer:v,...p},P)=>{let M=Pt(null),k=Pt(null),[H,S]=bi(s),[w,J]=bi(0),[Y,q]=bi(t),{isMac:ee}=Bo(),me=mp(Kh),X=ve(),Q=co(()=>T&&T.length>0?T.join("+"):null,[T]),A=co(()=>T?Jn(T,ee):[],[T,ee]),oe=co(()=>{let B=new Map;return A.map((ge)=>{let Le=(B.get(ge)??0)+1;return B.set(ge,Le),{token:ge,key:`${ge}-${Le}`}})},[A]);zo(Q??"",()=>r(!t),{enabled:!!Q});let z=i!==void 0?i:H,K=h??Lp,y=co(()=>o.filter((B)=>K(B,z)),[o,z,K]),x=co(()=>y.flatMap((B,ge)=>B.disabled?[]:[ge]),[y]),C=co(()=>{let B=new Map,ge=new Map,Le=0;for(let L of y){let D=L.group??"";if(!B.has(D))B.set(D,[]);B.get(D)?.push(L),ge.set(L,Le++)}return{groups:B,indexMap:ge}},[y]),ne=Pt(!1),_=Pt(t);if(_.current!==t)ne.current=!t,_.current=t;let Ce=Pt({query:z,status:c,statusMessage:u??null,filtered:y,grouped:C,activeIndex:w,emptyText:g});if(!ne.current)Ce.current={query:z,status:c,statusMessage:u??null,filtered:y,grouped:C,activeIndex:w,emptyText:g};let W=Ce.current,ie=W.status===Yn.loading?"loading":W.status===Yn.error?"error":W.filtered.length===0?"empty":"results",{wrapperRef:Rt,contentRef:at,viewRef:V}=Uh(t,ie);yi(()=>{if(t)J(0)},[t]),yi(()=>{if(t){q(!0);return}let B=setTimeout(()=>{q(!1)},X?0:_h);return()=>{clearTimeout(B)}},[t,X]);let fe=t||Y,se=gi((B)=>{S(B.target.value),l?.(B.target.value),J(0)},[l]),Ne=gi((B)=>{k.current?.querySelectorAll('[role="option"]')[B]?.scrollIntoView({block:"nearest"})},[]),Ue=gi((B)=>{if(B.key==="ArrowDown"||B.key==="ArrowUp"){if(B.preventDefault(),x.length===0)return;let ge=x.indexOf(w),Le=B.key==="ArrowDown"?x[(ge+1)%x.length]:x[(ge-1+x.length)%x.length];if(Le!==void 0)J(Le),Ne(Le);return}if(B.key==="Enter"){B.preventDefault();let ge=y[w];if(ge&&!ge.disabled)n(ge,w)}},[w,x,y,n,Ne]),bt=$(Rp,{children:[$(Co,{forceMount:!0,"data-testid":"spotlight-overlay",className:a(dp()),onClick:()=>r(!1)},void 0,!1,void 0,this),$(Ua,{...p,ref:P,forceMount:!0,className:a(me?cp():up({size:d}),e),"aria-label":"Spotlight search","aria-describedby":void 0,onOpenAutoFocus:(B)=>{B.preventDefault(),M.current?.focus()},onCloseAutoFocus:(B)=>B.preventDefault(),onKeyDown:Ue,children:[$(vn,{className:"sr-only",children:"Spotlight search"},void 0,!1,void 0,this),me&&$("div",{className:"flex justify-center pt-2 pb-1",children:$("div",{className:"h-1 w-8 rounded-full bg-muted-foreground/30"},void 0,!1,void 0,this)},void 0,!1,void 0,this),$("div",{className:a(pp({size:d})),children:[$("svg",{className:a(gp({size:d})),fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:$("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),$("input",{ref:M,type:"text",value:W.query,onChange:se,placeholder:m,"aria-label":"Search",className:a(fp({size:d}))},void 0,!1,void 0,this),!me&&(T?$("div",{className:"flex items-center gap-1",children:oe.map((B)=>$("kbd",{className:a(Zr({size:vi[d]})),children:B.token},B.key,!1,void 0,this))},void 0,!1,void 0,this):$("kbd",{className:a(Zr({size:vi[d]})),children:"ESC"},void 0,!1,void 0,this))]},void 0,!0,void 0,this),$("div",{ref:Rt,className:"overflow-hidden transition-[height] duration-200 ease-[var(--motion-ease-emphasized)] motion-reduce:transition-none",children:$("div",{ref:at,children:$("div",{ref:V,children:[ie==="loading"&&$("div",{className:a(Vn({size:d,state:"loading"})),children:[$(Ot,{size:"sm",className:"mb-2 text-muted-foreground"},void 0,!1,void 0,this),$("div",{className:a(Xn({size:d})),children:"Searching commands..."},void 0,!1,void 0,this)]},void 0,!0,void 0,this),ie==="error"&&$("div",{className:a(Vn({size:d,state:"error"})),children:[$("div",{className:a(Xn({size:d})),children:"Search failed"},void 0,!1,void 0,this),W.statusMessage&&$("div",{className:a(Np({size:d})),children:W.statusMessage},void 0,!1,void 0,this)]},void 0,!0,void 0,this),ie==="empty"&&$("div",{className:a(Vn({size:d,state:"empty"})),children:$("div",{className:a(Xn({size:d})),children:W.emptyText},void 0,!1,void 0,this)},void 0,!1,void 0,this),ie==="results"&&$("div",{ref:k,role:"listbox","aria-label":"Search results",className:a(bp({size:d}),me&&"max-h-none min-h-0 flex-1"),children:Array.from(W.grouped.groups.entries()).map(([B,ge])=>$("div",{children:[B&&$("div",{className:a(yp({size:d})),children:B},void 0,!1,void 0,this),ge.map((Le)=>{let L=W.grouped.indexMap.get(Le)??0;return $($h,{action:Le,size:d,isActive:L===W.activeIndex,isDisabled:Le.disabled??!1,isMac:ee,index:L,onClick:()=>{if(!Le.disabled)n(Le,L)},renderItem:N},Le.id,!1,void 0,this)})]},B||"__ungrouped__",!0,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),v&&$("div",{className:"border-border border-t px-3 py-2",children:v},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this);return $(Ro,{open:t,onOpenChange:r,children:fe?b?$(bn,{forceMount:!0,children:bt},void 0,!1,void 0,this):bt:null},void 0,!1,void 0,this)});zp.displayName="Spotlight";import{cva as Yh}from"class-variance-authority";import{forwardRef as Vh}from"react";import{jsxDEV as er}from"react/jsx-dev-runtime";var rt={sm:"sm",md:"md",lg:"lg"},Lr={up:"up",down:"down",neutral:"neutral"},Cp=Yh("transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] 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:{[rt.sm]:"gap-1 p-3",[rt.md]:"gap-1.5 p-4",[rt.lg]:"gap-2 p-5"}},defaultVariants:{size:rt.md}}),Xh={[rt.sm]:"text-lg font-semibold",[rt.md]:"text-2xl font-bold",[rt.lg]:"text-3xl font-bold"},Jh={[rt.sm]:"text-xs",[rt.md]:"text-sm",[rt.lg]:"text-base"},qh={[Lr.up]:"text-success",[Lr.down]:"text-destructive",[Lr.neutral]:"text-muted-foreground"},Qh={[Lr.up]:"↑",[Lr.down]:"↓",[Lr.neutral]:"→"},Hp=Vh(({className:e,size:t=rt.md,label:r,value:o,trend:n,trendValue:i,icon:s,...l},m)=>{let d=f(t);return er("div",{ref:m,className:a(Cp({size:d}),e),...l,children:[er("div",{className:"flex items-center justify-between",children:[er("span",{className:a("text-muted-foreground",Jh[d]),children:r},void 0,!1,void 0,this),s&&er("span",{className:"text-muted-foreground/70","aria-hidden":"true",children:s},void 0,!1,void 0,this)]},void 0,!0,void 0,this),er("div",{className:"flex items-baseline gap-2",children:[er("span",{className:a("text-foreground tracking-tight",Xh[d]),children:o},void 0,!1,void 0,this),n&&i&&er("span",{className:a("inline-flex items-center gap-0.5 font-medium text-xs",qh[n]),children:[er("span",{"aria-hidden":"true",children:Qh[n]},void 0,!1,void 0,this),i]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});Hp.displayName="StatCard";import{cva as zr}from"class-variance-authority";import{Check as Zh}from"lucide-react";import{forwardRef as Rr}from"react";import{jsxDEV as tr}from"react/jsx-dev-runtime";var wp=zr("flex w-full",{variants:{orientation:{horizontal:"flex-row items-start",vertical:"flex-col"}},defaultVariants:{orientation:"horizontal"}}),kp=zr("flex",{variants:{orientation:{horizontal:"flex-1 flex-col items-center",vertical:"gap-4 flex-row"}},defaultVariants:{orientation:"horizontal"}}),Ap=zr(["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 bg-card text-muted-foreground","shadow-[var(--shadow-xs)]"],current:["border-primary bg-primary text-primary-foreground","shadow-[var(--glow-brand-sm)]"],complete:["border-success/60 bg-success text-success-foreground","shadow-[var(--shadow-sm)]","[&>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}}),Bp=zr("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}}),Ip=zr("flex flex-col",{variants:{orientation:{horizontal:"mt-3 items-center text-center",vertical:"flex-1 pb-8 last:pb-0"}},defaultVariants:{orientation:"horizontal"}}),Sp=zr("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"}}),Fp=zr("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 Gp=Rr(({className:e,orientation:t="horizontal",activeStep:r,...o},n)=>{return tr("div",{ref:n,role:"group","aria-label":"Progress steps",className:a(wp({orientation:t}),e),"data-orientation":t,"data-active-step":r,...o},void 0,!1,void 0,this)});Gp.displayName="Stepper";var Op=Rr(({className:e,orientation:t="horizontal",isLast:r,isCurrent:o,...n},i)=>{return tr("div",{ref:i,className:a(kp({orientation:t}),e),"data-last":r,"aria-current":o?"step":void 0,...n},void 0,!1,void 0,this)});Op.displayName="Step";var Wp=Rr(({className:e,status:t="incomplete",size:r="md",icon:o,step:n,children:i,animated:s=!0,...l},m)=>{let d=f(r);return tr("div",{ref:m,className:a(Ap({status:t,size:d,animated:s}),e),"data-status":t,"aria-hidden":"true",...l,children:t==="complete"?o||tr(Zh,{className:"size-4",strokeWidth:3},void 0,!1,void 0,this):i||n},void 0,!1,void 0,this)});Wp.displayName="StepIndicator";var Kp=Rr(({className:e,orientation:t="horizontal",status:r="incomplete",size:o="md",animated:n=!0,...i},s)=>{let l=f(o);return tr("div",{ref:s,className:a(Bp({orientation:t,status:r,size:l,animated:n}),e),"data-status":r,...i},void 0,!1,void 0,this)});Kp.displayName="StepConnector";var _p=Rr(({className:e,orientation:t="horizontal",...r},o)=>{return tr("div",{ref:o,className:a(Ip({orientation:t}),e),...r},void 0,!1,void 0,this)});_p.displayName="StepContent";var Up=Rr(({className:e,status:t="incomplete",size:r="md",...o},n)=>{let i=f(r);return tr("h4",{ref:n,className:a(Sp({status:t,size:i}),e),...o},void 0,!1,void 0,this)});Up.displayName="StepTitle";var $p=Rr(({className:e,size:t="md",...r},o)=>{let n=f(t);return tr("p",{ref:o,className:a(Fp({size:n}),e),...r},void 0,!1,void 0,this)});$p.displayName="StepDescription";import*as qn from"@radix-ui/react-switch";import{cva as Eh}from"class-variance-authority";import{forwardRef as Dh}from"react";import{jsxDEV as Yp}from"react/jsx-dev-runtime";var Ke={sm:"sm",md:"md",lg:"lg",xl:"xl"},po={default:"default",error:"error",success:"success"},Vp=Eh("transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] 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:{[Ke.sm]:"h-4.5 w-8",[Ke.md]:"h-5 w-9",[Ke.lg]:"h-6 w-11",[Ke.xl]:"h-7 w-[3.25rem]"},status:{[po.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",[po.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",[po.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:Ke.md,status:po.default}}),jh={[Ke.sm]:"h-3.5 w-3.5",[Ke.md]:"h-4 w-4",[Ke.lg]:"h-5 w-5",[Ke.xl]:"h-6 w-6"},eP={[Ke.sm]:"data-[state=checked]:translate-x-3.5",[Ke.md]:"data-[state=checked]:translate-x-4",[Ke.lg]:"data-[state=checked]:translate-x-5",[Ke.xl]:"data-[state=checked]:translate-x-6"},Xp=Dh(({className:e,size:t=Ke.md,status:r=po.default,checked:o,disabled:n,...i},s)=>{let l=f(t);return Yp(qn.Root,{ref:s,checked:o,disabled:n,className:a(Vp({size:l,status:r}),e),...i,children:Yp(qn.Thumb,{className:a("pointer-events-none block rounded-full bg-background shadow-sm transition-transform duration-150",jh[l],eP[l])},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Xp.displayName="Switch";import{cva as St}from"class-variance-authority";import{createContext as tP,forwardRef as rr,useContext as Jp}from"react";import{jsxDEV as xt}from"react/jsx-dev-runtime";var Se={sm:"sm",md:"md",lg:"lg"},Ti=tP(Se.md),qp=St("relative w-full overflow-auto rounded-[var(--radius)] border border-border bg-card shadow-[var(--shadow-sm)]"),Qp=St("w-full caption-bottom",{variants:{size:{[Se.sm]:"text-xs",[Se.md]:"text-sm",[Se.lg]:"text-sm"}},defaultVariants:{size:Se.md}}),Zp=St("sticky top-0 z-[1] [&_tr]:border-b [&_tr]:border-border [&_th]:bg-muted"),Ep=St("[&_tr:last-child]:border-0"),Dp=St("border-t border-border bg-muted font-medium text-muted-foreground [&>tr]:last:border-b-0"),jp=St("transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] border-b border-border hover:bg-muted/50 data-[state=selected]:bg-primary/10"),ef=St("text-left align-middle font-semibold text-muted-foreground [&:has([role=checkbox])]:pr-0",{variants:{size:{[Se.sm]:"h-8 px-2",[Se.md]:"h-10 px-3",[Se.lg]:"h-12 px-4"}},defaultVariants:{size:Se.md}}),tf=St("align-middle text-foreground [&:has([role=checkbox])]:pr-0",{variants:{size:{[Se.sm]:"p-2",[Se.md]:"p-3",[Se.lg]:"p-4"}},defaultVariants:{size:Se.md}}),rf=St("mt-4 text-sm text-muted-foreground"),of=rr(({className:e,containerClassName:t,size:r=Se.md,...o},n)=>{let i=f(r)??Se.md;return xt(Ti.Provider,{value:i,children:xt("div",{className:a(qp(),t),children:xt("table",{ref:n,className:a(Qp({size:i}),e),...o},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)});of.displayName="Table";var nf=rr(({className:e,...t},r)=>xt("thead",{ref:r,className:a(Zp(),e),...t},void 0,!1,void 0,this));nf.displayName="TableHeader";var af=rr(({className:e,...t},r)=>xt("tbody",{ref:r,className:a(Ep(),e),...t},void 0,!1,void 0,this));af.displayName="TableBody";var sf=rr(({className:e,...t},r)=>xt("tfoot",{ref:r,className:a(Dp(),e),...t},void 0,!1,void 0,this));sf.displayName="TableFooter";var lf=rr(({className:e,...t},r)=>xt("tr",{ref:r,className:a(jp(),e),...t},void 0,!1,void 0,this));lf.displayName="TableRow";var mf=rr(({className:e,size:t,...r},o)=>{let n=Jp(Ti);return xt("th",{ref:o,className:a(ef({size:t??n}),e),...r},void 0,!1,void 0,this)});mf.displayName="TableHead";var df=rr(({className:e,size:t,...r},o)=>{let n=Jp(Ti);return xt("td",{ref:o,className:a(tf({size:t??n}),e),...r},void 0,!1,void 0,this)});df.displayName="TableCell";var uf=rr(({className:e,...t},r)=>xt("caption",{ref:r,className:a(rf(),e),...t},void 0,!1,void 0,this));uf.displayName="TableCaption";import*as ft from"@radix-ui/react-tabs";import{cva as hi}from"class-variance-authority";import{forwardRef as Pi,useRef as cf}from"react";import{jsxDEV as Qn}from"react/jsx-dev-runtime";var or={sm:"sm",md:"md",lg:"lg"},pf=hi("relative inline-flex items-center justify-center rounded-[var(--radius)] border border-border bg-secondary p-1 text-muted-foreground",{variants:{size:{[or.sm]:"h-9 gap-0.5",[or.md]:"h-11 gap-1",[or.lg]:"h-12 gap-1"}},defaultVariants:{size:or.md}}),ff=hi("transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] relative z-10 inline-flex items-center justify-center whitespace-nowrap rounded-[calc(var(--radius)-2px)] font-semibold leading-none text-muted-foreground 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:{[or.sm]:"h-7 px-2.5 text-xs",[or.md]:"h-9 px-3 text-sm",[or.lg]:"h-10 px-4 text-sm"}},defaultVariants:{size:or.md}}),gf=hi("mt-3 ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2"),rP=ft.Root,oP=["data-state","aria-selected"],bf=Pi(({className:e,size:t,children:r,...o},n)=>{let i=f(t),s=cf(null),l=Bt(n,s),m=cf(null);return Bn(s,m,{activeSelector:"button[role='tab'][data-state='active']",observeAttributes:oP}),Qn(ft.List,{ref:l,className:a(pf({size:i}),e),...o,children:[Qn("span",{ref:m,"aria-hidden":!0,"data-slot":"indicator",className:In,style:{opacity:0}},void 0,!1,void 0,this),r]},void 0,!0,void 0,this)});bf.displayName=ft.List.displayName;var yf=Pi(({className:e,size:t,...r},o)=>{let n=f(t);return Qn(ft.Trigger,{ref:o,className:a(ff({size:n}),e),...r},void 0,!1,void 0,this)});yf.displayName=ft.Trigger.displayName;var vf=Pi(({className:e,...t},r)=>Qn(ft.Content,{ref:r,className:a(gf(),e),...t},void 0,!1,void 0,this));vf.displayName=ft.Content.displayName;import{cva as nP}from"class-variance-authority";import{forwardRef as aP}from"react";import{jsxDEV as iP}from"react/jsx-dev-runtime";var Qo={default:"default",error:"error",success:"success"},fo={sm:"sm",md:"md",lg:"lg",xl:"xl"},Tf=nP("transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] 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:{[Qo.default]:"focus-visible:ring-primary",[Qo.error]:"border-destructive focus-visible:ring-destructive",[Qo.success]:"border-success focus-visible:ring-success"},size:{[fo.sm]:"min-h-[64px] px-2 py-1.5 text-xs",[fo.md]:"min-h-[96px] px-3 py-2",[fo.lg]:"min-h-[112px] px-4 py-2.5",[fo.xl]:"min-h-[128px] px-4 py-3 text-base"}},defaultVariants:{status:Qo.default,size:fo.md}}),hf=aP(({className:e,status:t=Qo.default,size:r=fo.md,fullWidth:o=!1,noResize:n=!1,disabled:i,...s},l)=>{let m=f(r);return iP("textarea",{ref:l,className:a(Tf({status:t,size:m}),i&&"bg-muted",o&&"w-full",n&&"resize-none",e),disabled:i,...s},void 0,!1,void 0,this)});hf.displayName="Textarea";import{cva as nr}from"class-variance-authority";import{forwardRef as ar}from"react";import{jsxDEV as Mt}from"react/jsx-dev-runtime";var Pf=nr("relative flex flex-col"),xf=nr(["group relative flex pb-8 last:pb-0","transition-opacity duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)]"],{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}}),Mf=nr(["absolute bottom-0 w-0.5 rounded-full","transition-[background-color,opacity,height] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)]"],{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-[7px] top-5",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}}),Nf=nr(["relative z-10 flex shrink-0 items-center justify-center rounded-full border-2","transition-[color,background-color,border-color,box-shadow] duration-[var(--motion-duration-fast)] ease-[var(--motion-ease-standard)]","[&>svg]:shrink-0"],{variants:{variant:{default:["border-border bg-card text-muted-foreground","shadow-[var(--shadow-sm)]","hover:border-border hover:shadow-[var(--shadow-md)]"],success:["border-success/60 bg-success/10 text-success","shadow-[var(--shadow-success-sm)]","hover:bg-success/15 hover:border-success/70 hover:shadow-[var(--shadow-success-md)]"],warning:["border-warning/60 bg-warning/10 text-warning","shadow-[var(--shadow-warning-sm)]","hover:bg-warning/15 hover:border-warning/70 hover:shadow-[var(--shadow-warning-md)]"],error:["border-destructive/60 bg-destructive/10 text-destructive","shadow-[var(--shadow-destructive-sm)]","hover:bg-destructive/15 hover:border-destructive/70 hover:shadow-[var(--shadow-destructive-md)]"],info:["border-info/60 bg-info/10 text-info","shadow-[var(--shadow-info-sm)]","hover:bg-info/15 hover:border-info/70 hover:shadow-[var(--shadow-info-md)]"],primary:["border-primary/60 bg-primary/10 text-primary","shadow-[var(--shadow-primary-sm)]","hover:bg-primary/15 hover:border-primary/70 hover:shadow-[var(--shadow-primary-md)]"]},size:{sm:"h-4 w-4 [&>svg]:size-2",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}}),Lf=nr("flex min-w-0 flex-col gap-1 pt-0.5 transition-opacity duration-[var(--motion-duration-fast)] ease-[var(--motion-ease-standard)]"),zf=nr("font-semibold leading-tight text-foreground transition-colors duration-[var(--motion-duration-fast)] ease-[var(--motion-ease-standard)]",{variants:{size:{sm:"text-[11px]",md:"text-base",lg:"text-lg",xl:"text-xl"}},defaultVariants:{size:"md"}}),Rf=nr("text-muted-foreground transition-colors duration-[var(--motion-duration-fast)] ease-[var(--motion-ease-standard)]",{variants:{size:{sm:"text-[11px]",md:"text-sm",lg:"text-base",xl:"text-lg"}},defaultVariants:{size:"md"}}),Cf=nr("font-medium text-muted-foreground/70 transition-colors duration-[var(--motion-duration-fast)] ease-[var(--motion-ease-standard)]",{variants:{size:{sm:"text-[11px]",md:"text-sm",lg:"text-base",xl:"text-base"}},defaultVariants:{size:"md"}});var Hf=ar(({className:e,...t},r)=>{return Mt("div",{ref:r,role:"list","aria-label":"Timeline events",className:a(Pf(),e),...t},void 0,!1,void 0,this)});Hf.displayName="Timeline";var wf=ar(({className:e,align:t,isLast:r,animated:o=!0,...n},i)=>{return Mt("div",{ref:i,role:"listitem",className:a(xf({align:t,animated:o}),e),"data-last":r,...n},void 0,!1,void 0,this)});wf.displayName="TimelineItem";var kf=ar(({className:e,variant:t,size:r,animated:o=!0,...n},i)=>{let s=f(r);return Mt("div",{ref:i,className:a(Mf({variant:t,size:s,animated:o}),e),...n},void 0,!1,void 0,this)});kf.displayName="TimelineConnector";var Af=ar(({className:e,variant:t,size:r,icon:o,children:n,pulse:i=!1,animated:s=!0,...l},m)=>{let d=f(r);return Mt("div",{ref:m,className:a(Nf({variant:t,size:d,pulse:i,animated:s}),e),"aria-hidden":"true",...l,children:o||n||Mt(sP,{},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Af.displayName="TimelineDot";var Bf=ar(({className:e,...t},r)=>{return Mt("div",{ref:r,className:a(Lf(),e),...t},void 0,!1,void 0,this)});Bf.displayName="TimelineContent";var If=ar(({className:e,size:t,...r},o)=>{let n=f(t);return Mt("h4",{ref:o,className:a(zf({size:n}),e),...r},void 0,!1,void 0,this)});If.displayName="TimelineTitle";var Sf=ar(({className:e,size:t,...r},o)=>{let n=f(t);return Mt("p",{ref:o,className:a(Rf({size:n}),e),...r},void 0,!1,void 0,this)});Sf.displayName="TimelineDescription";var Ff=ar(({className:e,size:t,...r},o)=>{let n=f(t);return Mt("time",{ref:o,className:a(Cf({size:n}),e),...r},void 0,!1,void 0,this)});Ff.displayName="TimelineTime";function sP(){return Mt("span",{className:"size-2 rounded-full bg-current"},void 0,!1,void 0,this)}import{cva as Gf}from"class-variance-authority";var go={default:"default",success:"success",info:"info",warning:"warning",error:"error"},ot={sm:"sm",md:"md",lg:"lg"},xi=Gf("pointer-events-auto relative flex w-full items-center overflow-hidden rounded-[var(--radius)] border shadow-[var(--shadow-md)]",{variants:{variant:{[go.default]:"border-border bg-card text-card-foreground",[go.success]:"border-success/30 bg-card text-card-foreground",[go.info]:"border-info/30 bg-card text-card-foreground",[go.warning]:"border-warning/30 bg-card text-card-foreground",[go.error]:"border-destructive/30 bg-card text-card-foreground"},size:{[ot.sm]:"gap-2 p-3",[ot.md]:"gap-3 p-4",[ot.lg]:"gap-3.5 p-5"}},defaultVariants:{variant:go.default,size:ot.md}}),Mi=Gf("transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] 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:cursor-not-allowed disabled:border-transparent disabled:bg-muted/40 disabled:text-muted-foreground/70",{variants:{size:{[ot.sm]:"h-6 px-2 text-xs",[ot.md]:"h-7 px-2.5 text-xs",[ot.lg]:"h-8 px-3 text-sm"}},defaultVariants:{size:ot.md}});import{AlertTriangle as bP,CheckCircle2 as yP,Info as $f,X as vP,XCircle as TP}from"lucide-react";import{forwardRef as hP,useCallback as Dn,useEffect as bo,useRef as Ci,useState as Hi}from"react";import{useSyncExternalStore as lP}from"react";var mP=5,Wf=5000,dP=500,Ni=0;function uP(){return Ni=(Ni+1)%Number.MAX_SAFE_INTEGER,`toast-${Ni}-${Date.now()}`}var Li=new Set,nt=[],Hr=new Map,Eo=new Map,Do=!1,Cr=new Map;function Zn(){for(let e of Li)e()}function Of(){return nt}function cP(e){return Li.add(e),()=>{Li.delete(e)}}function zi(e,t){if(Do){Cr.set(e,t);return}clearTimeout(Hr.get(e));let r=Date.now(),o=setTimeout(()=>{Hr.delete(e),Cr.delete(e),En(e)},t);Hr.set(e,o),Cr.set(e,t);let n=setInterval(()=>{let i=Date.now()-r,s=t-i;if(s<=0)clearInterval(n),Cr.delete(e);else Cr.set(e,s)},100)}function pP(e){clearTimeout(Eo.get(e));let t=xo()?0:dP,r=setTimeout(()=>{nt=nt.filter((o)=>o.id!==e),Eo.delete(e),Zn()},t);Eo.set(e,r)}function Kf(e){clearTimeout(Hr.get(e)),Hr.delete(e),Cr.delete(e)}function Zo(e){let t=e.id??uP(),r=e.duration===void 0?Wf:e.duration;if(nt.find((i)=>i.id===t)){if(nt=nt.map((i)=>i.id===t?{...i,...e,id:t,open:!0,createdAt:Date.now()}:i),clearTimeout(Eo.get(t)),Eo.delete(t),Kf(t),typeof r==="number")zi(t,r);return Zn(),t}if(nt=[{...e,id:t,variant:e.variant??"default",dismissible:e.dismissible??!0,open:!0,createdAt:Date.now()},...nt].slice(0,mP),typeof r==="number")zi(t,r);return Zn(),t}function En(e){Kf(e),nt=nt.map((t)=>t.id===e?{...t,open:!1}:t),Zn(),pP(e)}function _f(){for(let e of nt)En(e.id)}function fP(){if(Do)return;Do=!0;for(let[e,t]of Hr)clearTimeout(t),Hr.delete(e)}function gP(){if(!Do)return;Do=!1;for(let e of nt)if(e.open){if(e.duration===null)continue;let t=e.duration??Wf,r=Cr.get(e.id)??t;zi(e.id,r)}}var Uf=Object.assign((e)=>Zo(e),{success:(e,t)=>Zo({...t,variant:"success",title:e}),info:(e,t)=>Zo({...t,variant:"info",title:e}),warning:(e,t)=>Zo({...t,variant:"warning",title:e}),error:(e,t)=>Zo({...t,variant:"error",title:e}),dismiss:En,dismissAll:_f});function Ri(){return{toasts:lP(cP,Of,Of),toast:Uf,dismiss:En,dismissAll:_f,pauseAll:fP,resumeAll:gP}}import{jsxDEV as _e}from"react/jsx-dev-runtime";var Vf=10,Yf=0.05,PP=200,xP={"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"},MP={success:(e)=>_e(yP,{className:a("mt-0.5 shrink-0 text-success",e==="sm"?"size-4":"size-[18px]")},void 0,!1,void 0,this),info:(e)=>_e($f,{className:a("mt-0.5 shrink-0 text-info",e==="sm"?"size-4":"size-[18px]")},void 0,!1,void 0,this),warning:(e)=>_e(bP,{className:a("mt-0.5 shrink-0 text-warning",e==="sm"?"size-4":"size-[18px]")},void 0,!1,void 0,this),error:(e)=>_e(TP,{className:a("mt-0.5 shrink-0 text-destructive",e==="sm"?"size-4":"size-[18px]")},void 0,!1,void 0,this),default:(e)=>_e($f,{className:a("mt-0.5 shrink-0 text-muted-foreground",e==="sm"?"size-4":"size-[18px]")},void 0,!1,void 0,this)};function NP(e,t,r,o,n){let i=e<o,s=r?n:e*Vf,l=r?1:i?1-e*Yf:1-o*Yf,m=i||r?1:0,d=t-e;return{offset:s,scale:l,opacity:m,zIndex:d}}var Xf=hP(({position:e="bottom-right",gap:t=12,visibleCount:r=3,size:o=ot.md,className:n,...i},s)=>{let{toasts:l,dismiss:m,pauseAll:d,resumeAll:c}=Ri(),u=ve(),g=f(o)??ot.md,[T,b]=Hi(!1),[h,N]=Hi({}),v=Ci(null),p=Ci(void 0),P=e.startsWith("bottom"),M=Dn((A)=>{if(v.current=A,typeof s==="function")s(A);else if(s)s.current=A},[s]),k=Dn(()=>{clearTimeout(p.current),b(!0),d()},[d]),H=Dn(()=>{clearTimeout(p.current),p.current=setTimeout(()=>{b(!1),c()},u?0:PP)},[u,c]);bo(()=>{return()=>clearTimeout(p.current)},[]);let S=Dn((A,oe)=>{N((z)=>{if(z[A]===oe)return z;return{...z,[A]:oe}})},[]);bo(()=>{let A=new Set(l.map((oe)=>oe.id));N((oe)=>{let z=!1,K={};for(let[y,x]of Object.entries(oe))if(A.has(y))K[y]=x;else z=!0;return z?K:oe})},[l]);let w=l.filter((A)=>A.open),J=new Map,Y=0;for(let[A,oe]of w.entries()){let z=h[oe.id]??0;J.set(oe.id,NP(A,w.length,T,r,Y)),Y+=z+t}let q=w[0],me=(q?h[q.id]??0:0)+Math.min(w.length-1,r-1)*Vf,X=Y-(w.length>0?t:0),Q=T?X:me;if(bo(()=>{let A=v.current;if(!A)return;A.style.setProperty("--gs-toast-stack-height",`${Math.max(Q,0)}px`)},[Q]),l.length===0)return null;return _e("ol",{ref:M,role:"region","aria-label":"Notifications",tabIndex:-1,onMouseEnter:k,onMouseLeave:H,className:a("pointer-events-auto fixed z-[100] h-[var(--gs-toast-stack-height,0px)] w-full max-w-[400px] outline-none transition-[height] duration-[var(--motion-duration-spring)] ease-[var(--motion-ease-emphasized)]",xP[e],n),...i,children:l.map((A)=>{let oe=!A.open,z=J.get(A.id);return _e(LP,{toast:A,layout:z??{offset:0,scale:1,opacity:0,zIndex:0},isClosed:oe,isBottom:P,size:g,onDismiss:m,onMeasure:S,reducedMotion:u},A.id,!1,void 0,this)})},void 0,!1,void 0,this)});Xf.displayName="Toaster";function LP({toast:e,layout:t,isClosed:r,isBottom:o,size:n,onDismiss:i,onMeasure:s,reducedMotion:l}){let m=Ci(null),[d,c]=Hi(!1);bo(()=>{if(l){c(!0);return}let h=requestAnimationFrame(()=>c(!0));return()=>cancelAnimationFrame(h)},[l]),bo(()=>{let h=m.current;if(!h)return;let N=new ResizeObserver((v)=>{for(let p of v){let P=p.borderBoxSize?.[0];if(P)s(e.id,P.blockSize)}});return N.observe(h),()=>N.disconnect()},[e.id,s]);let u=o?"bottom-0 left-0 right-0 origin-bottom":"top-0 left-0 right-0 origin-top",g,T,b;if(!d)g=`translateY(${o?80:-80}px) scale(0.9)`,T=0,b="false";else if(r)g=`translateY(${o?80:-80}px) scale(0.95)`,T=0,b="false";else g=`translateY(${o?-t.offset:t.offset}px) scale(${t.scale})`,T=t.opacity,b="true";return bo(()=>{let h=m.current;if(!h)return;h.style.setProperty("--gs-toast-transform",g),h.style.setProperty("--gs-toast-opacity",`${T}`),h.style.setProperty("--gs-toast-z-index",`${t.zIndex}`)},[t.zIndex,T,g]),_e("li",{ref:m,"data-state":e.open?"open":"closed","data-variant":e.variant,"data-interactive":b,className:a("absolute list-none transition-[transform,opacity] duration-[var(--motion-duration-spring)] ease-[var(--motion-ease-emphasized)] [opacity:var(--gs-toast-opacity,0)] [transform:var(--gs-toast-transform)] [z-index:var(--gs-toast-z-index,0)]","data-[interactive=false]:pointer-events-none data-[interactive=true]:pointer-events-auto",u),children:_e("div",{className:a(xi({variant:e.variant,size:n}),"w-full"),children:[MP[e.variant]?.(n),_e("div",{className:"flex-1 space-y-0.5",children:[e.title&&_e("p",{className:a("font-semibold leading-tight",n==="sm"?"text-xs":"text-sm"),children:e.title},void 0,!1,void 0,this),e.description&&_e("p",{className:a("text-muted-foreground leading-snug",n==="sm"?"text-xs":"text-sm"),children:e.description},void 0,!1,void 0,this)]},void 0,!0,void 0,this),e.action&&_e("button",{type:"button",className:a(Mi({size:n}),"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&&_e("button",{type:"button",className:a("mt-0.5 shrink-0 rounded-[var(--radius)] p-1 text-muted-foreground transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",n==="sm"?"[&>svg]:size-3.5":"[&>svg]:size-4"),onClick:()=>i(e.id),"aria-label":"Dismiss",children:_e(vP,{},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 Jf from"@radix-ui/react-toggle";import{cva as zP}from"class-variance-authority";import{forwardRef as RP}from"react";import{jsxDEV as CP}from"react/jsx-dev-runtime";var wi={default:"default",outline:"outline"},jn={sm:"sm",md:"md",lg:"lg"},ea=zP("transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] 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:{[wi.default]:"bg-transparent disabled:bg-transparent disabled:text-foreground/50",[wi.outline]:"border-input bg-transparent hover:bg-accent hover:text-accent-foreground disabled:bg-transparent disabled:text-foreground/50 disabled:border-border/50"},size:{[jn.sm]:"h-7 px-1.5 min-w-7 text-xs",[jn.md]:"h-10 px-3 min-w-10",[jn.lg]:"h-11 px-5 min-w-11"}},defaultVariants:{variant:wi.default,size:jn.md}}),qf=RP(({className:e,variant:t,size:r,...o},n)=>{let i=f(r);return CP(Jf.Root,{ref:n,className:a(ea({variant:t,size:i}),e),...o},void 0,!1,void 0,this)});qf.displayName="Toggle";import*as ta from"@radix-ui/react-toggle-group";import{cva as HP}from"class-variance-authority";import{createContext as wP,forwardRef as Qf,useContext as kP}from"react";import{jsxDEV as ki}from"react/jsx-dev-runtime";var AP={default:"default",outline:"outline"},BP={sm:"sm",md:"md",lg:"lg"},Zf=HP("flex items-center justify-center gap-1"),Ef=wP({size:BP.md,variant:AP.default}),Df=Qf(({className:e,variant:t,size:r,children:o,...n},i)=>{let s=f(r);return ki(ta.Root,{ref:i,className:a(Zf(),e),...n,children:ki(Ef.Provider,{value:{variant:t,size:s},children:o},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Df.displayName="ToggleGroup";var jf=Qf(({className:e,children:t,variant:r,size:o,...n},i)=>{let s=kP(Ef),l=f(o);return ki(ta.Item,{ref:i,className:a(ea({variant:r??s.variant,size:l??s.size}),e),...n,children:t},void 0,!1,void 0,this)});jf.displayName="ToggleGroupItem";import{cva as eg}from"class-variance-authority";import{forwardRef as ra}from"react";import{jsxDEV as oa}from"react/jsx-dev-runtime";var gt={sm:"sm",md:"md",lg:"lg"},tg=eg("flex items-center border-b border-border bg-secondary",{variants:{size:{[gt.sm]:"gap-1.5 px-3 py-1.5",[gt.md]:"gap-2 px-4 py-2",[gt.lg]:"gap-3 px-5 py-2.5"}},defaultVariants:{size:gt.md}}),rg=ra(({className:e,size:t=gt.md,...r},o)=>{let n=f(t);return oa("div",{ref:o,role:"toolbar",className:a(tg({size:n}),e),...r},void 0,!1,void 0,this)});rg.displayName="Toolbar";var og=eg("flex items-center",{variants:{size:{[gt.sm]:"gap-1",[gt.md]:"gap-1.5",[gt.lg]:"gap-2"}},defaultVariants:{size:gt.md}}),ng=ra(({className:e,size:t=gt.md,...r},o)=>{let n=f(t);return oa("div",{ref:o,role:"group",className:a(og({size:n}),e),...r},void 0,!1,void 0,this)});ng.displayName="ToolbarGroup";var ag=ra(({className:e,...t},r)=>{return oa("div",{ref:r,role:"none",className:a("h-5 w-px shrink-0 bg-border",e),...t},void 0,!1,void 0,this)});ag.displayName="ToolbarSeparator";var ig=ra(({className:e,...t},r)=>{return oa("div",{ref:r,className:a("flex-1",e),...t},void 0,!1,void 0,this)});ig.displayName="ToolbarSpacer";import*as Nt from"@radix-ui/react-tooltip";import{cva as IP}from"class-variance-authority";import{createContext as SP,forwardRef as sg,useContext as lg}from"react";import{jsxDEV as yo}from"react/jsx-dev-runtime";var mg=({delayDuration:e,skipDelayDuration:t,...r})=>{let o=ve();return yo(Nt.Provider,{delayDuration:o?0:e,skipDelayDuration:o?0:t,...r},void 0,!1,void 0,this)};mg.displayName="TooltipProvider";var Ai=SP(!1),dg=({persistOnClick:e=!1,children:t,delayDuration:r,...o})=>{let n=ve();return yo(Ai.Provider,{value:e,children:yo(Nt.Root,{delayDuration:n?0:r,...o,children:t},void 0,!1,void 0,this)},void 0,!1,void 0,this)};dg.displayName="Tooltip";var ug=sg(({onClick:e,onPointerDown:t,...r},o)=>{let n=lg(Ai);return yo(Nt.Trigger,{ref:o,onClick:n?(i)=>{i.preventDefault(),e?.(i)}:e,onPointerDown:n?(i)=>{i.preventDefault(),t?.(i)}:t,...r},void 0,!1,void 0,this)});ug.displayName="TooltipTrigger";var wr={sm:I.sm,md:I.md,lg:I.lg,xl:I.xl},cg=IP("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:{[wr.sm]:"px-2 py-1 text-xs",[wr.md]:"px-3 py-1.5 text-xs",[wr.lg]:"px-4 py-2 text-sm",[wr.xl]:"px-5 py-2.5 text-sm"}},defaultVariants:{size:wr.md}}),pg=sg(({className:e,sideOffset:t=it,onPointerDownOutside:r,size:o=wr.md,portal:n=le,portalContainer:i,...s},l)=>{let m=lg(Ai),d=f(o),c=yo(Nt.Content,{ref:l,sideOffset:t,className:a(cg({size:d}),e),onPointerDownOutside:m?(u)=>{u.preventDefault(),r?.(u)}:r,...s},void 0,!1,void 0,this);if(!n)return c;return yo(Nt.Portal,{container:i??void 0,children:c},void 0,!1,void 0,this)});pg.displayName="TooltipContent";import{createContext as FP,useCallback as ir,useContext as GP,useEffect as jo,useInsertionEffect as OP,useLayoutEffect as WP,useMemo as na,useRef as sr,useState as fg}from"react";import{jsxDEV as UP}from"react/jsx-dev-runtime";var KP=typeof window<"u"?WP:jo,_P=typeof window<"u"?OP:jo,Ii=FP(null);function aa(e,t){return e.theme===t.theme&&e.colorScheme===t.colorScheme}var kr=({children:e,value:t,initialState:r,onChange:o,onStateChange:n,transformState:i,readState:s,writeState:l,syncWithSystem:m=!0,enableTransition:d=!1,transitionDuration:c,defaultTheme:u,defaultColorScheme:g,themes:T,attribute:b,colorSchemeAttribute:h,darkClassName:N,storage:v})=>{let p=na(()=>vo({defaultTheme:u,defaultColorScheme:g,themes:T,attribute:b,colorSchemeAttribute:h,darkClassName:N,storage:v}),[u,g,T,b,h,N,v]),[P,M]=fg(()=>Lt(typeof window<"u"?ia(p)??r:r,p)),[k,H]=fg(da),w=na(()=>t?Lt(t,p):null,[t,p])??P,J=na(()=>({...w,resolvedColorScheme:Bi(w.colorScheme,k)}),[w,k]),Y=t!==void 0,q=sr(w);q.current=w;let ee=sr(!1),me=sr(!1),X=sr(!1),Q=sr(w),A=sr(null),oe=sr(d);oe.current=d;let z=sr(c);z.current=c;let K=ir((V)=>{return la(V)},[]),y=ir((V)=>{return ia(V)},[]),x=ir((V,fe)=>{ma(V,fe)},[]),C=s??K,ne=l??x;jo(()=>{if(!m||typeof window>"u"||typeof window.matchMedia!=="function")return;let V=window.matchMedia("(prefers-color-scheme: dark)"),fe=()=>{H(V.matches?zt.dark:zt.light)};return fe(),V.addEventListener("change",fe),()=>V.removeEventListener("change",fe)},[m]),jo(()=>{if(Y)return;M((V)=>{let fe=Lt(V,p);return aa(V,fe)?V:fe})},[p,Y]),KP(()=>{if(Y||ee.current)return;ee.current=!0;let V=C(p)??y(p);if(!V)return;let fe=q.current,se=Lt(V,p),Ne={reason:"hydrate",previousState:fe},Ue=i?Lt(i(se,Ne),p):se;if(aa(fe,Ue))return;A.current=Ne,M(Ue),o?.(Ue,Ne),n?.(Ue,Ne)},[p,Y,o,n,y,C,i]),_P(()=>{if(typeof document>"u")return;let V=!X.current;if(X.current=!0,!V&&oe.current&&!xo()){let se=z.current??200,Ne=document.createElement("style");Ne.setAttribute("data-gs-theme-transition",""),Ne.textContent=`*, *::before, *::after { transition: color ${se}ms ease, background-color ${se}ms ease, border-color ${se}ms ease, box-shadow ${se}ms ease, fill ${se}ms ease, stroke ${se}ms ease !important; }`,document.head.appendChild(Ne),sa(document.documentElement,J,p);let Ue=requestAnimationFrame(()=>{setTimeout(()=>Ne.remove(),se)});return()=>{cancelAnimationFrame(Ue),Ne.remove()}}sa(document.documentElement,J,p);return},[p,J]),jo(()=>{if(typeof window>"u")return;if(!me.current){me.current=!0,Q.current=w;return}let V=Q.current;if(aa(V,w))return;let fe=A.current??{reason:"set-state",previousState:V};A.current=null,ne(w,p,fe),Q.current=w},[p,w,ne]);let _=ir((V,fe)=>{let se=q.current,Ne=typeof V==="function"?V(se):V,Ue=Lt({theme:Ne.theme??se.theme,colorScheme:Ne.colorScheme??se.colorScheme},p),bt={reason:fe,previousState:se},B=i?Lt(i(Ue,bt),p):Ue;if(aa(se,B))return;if(A.current=bt,!Y)M(B);o?.(B,bt),n?.(B,bt)},[p,Y,o,n,i]),Ce=ir((V)=>{_(V,"set-state")},[_]),W=ir((V)=>{_({theme:V},"set-theme")},[_]),ie=ir((V)=>{_({colorScheme:V},"set-color-scheme")},[_]),Rt=ir(()=>{let V=J.resolvedColorScheme===zt.dark?zt.light:zt.dark;_({colorScheme:V},"toggle-color-scheme")},[J.resolvedColorScheme,_]),at=na(()=>({theme:w.theme,colorScheme:w.colorScheme,resolvedColorScheme:J.resolvedColorScheme,state:w,resolvedState:J,contract:p,themes:p.themes,setTheme:W,setColorScheme:ie,setState:Ce,toggleColorScheme:Rt}),[w,J,p,W,ie,Ce,Rt]);return UP(Ii.Provider,{value:at,children:e},void 0,!1,void 0,this)};kr.displayName="ThemeProvider";var ua=()=>{let e=GP(Ii);if(!e)throw Error("useTheme must be used within a ThemeProvider");return e};import{jsxDEV as ca}from"react/jsx-dev-runtime";function fa(e){return typeof e==="object"&&e!==null}function Ft(e){return typeof e==="string"&&e.trim().length>0}function gg(e){if(!fa(e))return!1;return Object.values(e).every(Ft)}function yg(e){if(!fa(e))return!1;if(!gg(e.light))return!1;if(e.dark===void 0)return!0;return gg(e.dark)}function vg(e){return fa(e)&&Ft(e.cssText)}function $P(e){return fa(e)&&Ft(e.theme)}function Si(e){return Error(`Invalid theme registry definition: ${e}`)}function bg(e){let t=new Set,r=[];for(let o of e){if(!Ft(o)||t.has(o))continue;t.add(o),r.push(o)}return r}function YP(e){return e.filter(Ft).join(`
2
+ import{A as EP,B as kt,C as DP,D as jP,E as Nt,F as yg,G as vg,H as Tg,I as hg,J as Pg,K as zg,L as Mg,M as go,N as Mt,O as Ng,P as Lg,Q as ca,R as fa,S as ga,T as Wi,U as ba,V as xg,W as Rg,X as pa,Y as Cg,Z as Ta,a,b as Sg,c as _P,d as F,e as UP,f as KP,g as $P,h as VP,i as YP,j as XP,k as JP,l as ro,m as qP,n as QP,o as Vb,p as Fa,q as Ga,r as Oa,s as Ld,t as ri,u as xd,v as ZP,w as Ka,x as $a,y as Rn,z as jn}from"./chunk-e8n8m48r.js";import{cva as K1}from"class-variance-authority";import*as pt from"@radix-ui/react-accordion";import{cva as Ma}from"class-variance-authority";import{ChevronDown as Ig}from"lucide-react";import{createContext as Fg,forwardRef as tn,useContext as $i}from"react";var Ag="sm",Bg=()=>{return"sm"};function f(e){if(e!==void 0)return e;return"sm"}import{jsxDEV as Ft}from"react/jsx-dev-runtime";var Fe={sm:"sm",md:"md",lg:"lg"},Na=Fg(Fe.md),Vi=Ma("border-b border-border"),Yi=Ma("transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] flex flex-1 items-center justify-between font-medium hover:underline [&[data-state=open]>svg]:rotate-180",{variants:{size:{[Fe.sm]:"py-3 text-xs [&>svg]:size-3.5",[Fe.md]:"py-4 text-sm [&>svg]:size-4",[Fe.lg]:"py-5 text-base [&>svg]:size-5"}},defaultVariants:{size:Fe.md}}),Xi=Ma("gs-accordion-content overflow-hidden",{variants:{size:{[Fe.sm]:"text-xs",[Fe.md]:"text-sm",[Fe.lg]:"text-base"}},defaultVariants:{size:Fe.md}}),Gg={[Fe.sm]:"pt-0 pb-3",[Fe.md]:"pt-0 pb-4",[Fe.lg]:"pt-0 pb-5"},Ji=tn(({size:e=Fe.sm,...t},r)=>{let o=f(e)??Fe.md;return Ft(Na.Provider,{value:o,children:Ft(pt.Root,{ref:r,...t},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Ji.displayName="Accordion";var qi=tn(({className:e,...t},r)=>Ft(pt.Item,{ref:r,className:a(Vi(),e),...t},void 0,!1,void 0,this));qi.displayName="AccordionItem";var Qi=tn(({className:e,children:t,...r},o)=>{let n=$i(Na);return Ft(pt.Header,{className:"flex",children:Ft(pt.Trigger,{ref:o,className:a(Yi({size:n}),e),...r,children:[t,Ft(Ig,{className:"shrink-0 transition-transform"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)});Qi.displayName="AccordionTrigger";var Zi=tn(({className:e,children:t,...r},o)=>{let n=$i(Na);return Ft(pt.Content,{ref:o,className:a(Xi({size:n}),e),...r,children:Ft("div",{className:Gg[n],children:t},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Zi.displayName="AccordionContent";import{cva as La}from"class-variance-authority";import{TriangleAlert as Og,CircleCheck as Wg,Info as _g,CircleAlert as Ug}from"lucide-react";import{forwardRef as xa}from"react";import{jsxDEV as Ra}from"react/jsx-dev-runtime";var kr={default:"default",success:"success",warning:"warning",error:"error",info:"info"},rn={sm:"sm",md:"md",lg:"lg"},Ei=La("gs-alert relative w-full rounded-[var(--radius)] border [&>svg~*]:pl-8 [&>svg]:absolute [&>svg]:left-4 [&>svg]:top-4 [&>svg]:size-4 [&>svg]:text-foreground h-min",{variants:{variant:{[kr.default]:"border-border bg-secondary text-foreground",[kr.success]:"border-success/50 text-success [&>svg]:text-success bg-success/10",[kr.warning]:"border-warning/50 text-warning [&>svg]:text-warning bg-warning/10",[kr.error]:"border-destructive/50 text-destructive [&>svg]:text-destructive bg-destructive/10",[kr.info]:"border-info/50 text-info [&>svg]:text-info bg-info/10"},size:{[rn.sm]:"p-3 text-sm [&>svg]:left-3 [&>svg]:top-3 [&>svg]:size-3.5 [&>svg~*]:pl-7",[rn.md]:"p-4 text-sm",[rn.lg]:"p-5 text-sm [&>svg]:left-5 [&>svg]:top-5"}},defaultVariants:{variant:kr.default,size:rn.sm}}),Di=La("mb-1 font-medium leading-none tracking-tight [.gs-alert[data-size=sm]_&]:text-sm [.gs-alert[data-size=md]_&]:text-sm [.gs-alert[data-size=lg]_&]:text-base h-min"),ji=La("[&_p]:leading-relaxed [.gs-alert[data-size=sm]_&]:text-[13px] [.gs-alert[data-size=md]_&]:text-sm [.gs-alert[data-size=lg]_&]:text-sm"),es=xa(({className:e,variant:t,size:r,...o},n)=>{let i=f(r);return Ra("div",{ref:n,role:"alert","data-size":i,className:a(Ei({variant:t,size:i}),e),...o},void 0,!1,void 0,this)});es.displayName="Alert";var ts=xa(({className:e,...t},r)=>Ra("h5",{ref:r,className:a(Di(),e),...t},void 0,!1,void 0,this));ts.displayName="AlertTitle";var rs=xa(({className:e,...t},r)=>Ra("div",{ref:r,className:a(ji(),e),...t},void 0,!1,void 0,this));rs.displayName="AlertDescription";import*as Le from"@radix-ui/react-alert-dialog";import{cva as ds}from"class-variance-authority";import{createContext as ob,forwardRef as Ar,useCallback as nb,useContext as ab,useEffect as ib,useState as us}from"react";import{Slot as os}from"@radix-ui/react-slot";import{cva as wa}from"class-variance-authority";import{forwardRef as on}from"react";import{forwardRef as Kg}from"react";import{jsxDEV as Ca}from"react/jsx-dev-runtime";var yo={sm:"sm",md:"md",lg:"lg"},$g={[yo.sm]:"h-4 w-4",[yo.md]:"h-5 w-5",[yo.lg]:"h-6 w-6"},Gt=Kg(({className:e,size:t=yo.sm,label:r="Loading",...o},n)=>{let i=f(t);return Ca("span",{ref:n,className:a("inline-flex items-center justify-center",e),role:"status","aria-label":r,...o,children:[Ca("span",{"data-gs-motion":"essential",className:a("gs-loading-motion animate-spin rounded-full border-2 border-current border-r-transparent",$g[i])},void 0,!1,void 0,this),Ca("span",{className:"sr-only",children:r},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Gt.displayName="Spinner";import{jsxDEV as Rt}from"react/jsx-dev-runtime";var xt={primary:"primary",secondary:"secondary",neutral:"neutral",outline:"outline",ghost:"ghost",danger:"danger"},Qe={sm:"sm",md:"md",lg:"lg",icon:"icon",iconSm:"icon-sm",iconLg:"icon-lg"},Ot={default:"default",success:"success",warning:"warning",error:"error",info:"info"},Sr={sm:"sm",md:"md",lg:"lg"},Vg="Loading",Yg="button",vo=wa("transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] 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:pointer-events-none disabled:cursor-not-allowed disabled:opacity-55",{variants:{variant:{[xt.primary]:"border-primary bg-primary text-primary-foreground enabled:hover:bg-primary/90",[xt.secondary]:"border-secondary bg-secondary text-secondary-foreground enabled:hover:bg-secondary/90",[xt.neutral]:"border-border bg-muted text-foreground enabled:hover:bg-muted/90",[xt.outline]:"border-border bg-background text-foreground enabled:hover:border-primary enabled:hover:bg-muted/50",[xt.ghost]:"border-transparent bg-transparent text-foreground enabled:hover:bg-muted/70",[xt.danger]:"border-destructive bg-destructive text-destructive-foreground enabled:hover:bg-destructive/90"},size:{[Qe.sm]:"h-8 px-2.5 text-xs",[Qe.md]:"h-10 px-4 text-sm",[Qe.lg]:"h-11 px-5 text-sm",[Qe.icon]:"h-10 w-10 p-0",[Qe.iconSm]:"h-9 w-9 p-0",[Qe.iconLg]:"h-11 w-11 p-0"}},defaultVariants:{variant:xt.primary,size:Qe.sm}}),ns=wa("shrink-0",{variants:{size:{[Sr.sm]:"size-3",[Sr.md]:"size-4",[Sr.lg]:"size-4.5"}},defaultVariants:{size:Sr.sm}}),as=wa("inline-flex items-center rounded-full border px-1.5 py-0.5 font-semibold text-[11px] leading-none",{variants:{tone:{[Ot.default]:"border-border/70 bg-background/75 text-muted-foreground",[Ot.success]:"border-success/35 bg-success/12 text-success",[Ot.warning]:"border-warning/35 bg-warning/12 text-warning",[Ot.error]:"border-destructive/35 bg-destructive/12 text-destructive",[Ot.info]:"border-info/35 bg-info/12 text-info"}},defaultVariants:{tone:Ot.default}});function Xg(e){return e===Qe.icon||e===Qe.iconSm||e===Qe.iconLg}function Jg(e,t,r){return e&&t?-1:r}function qg(e){return e["aria-label"]??e["aria-labelledby"]??e.title}function Qg(){if(typeof process>"u")return!0;return!0}var is=on(({className:e,size:t=Sr.sm,...r},o)=>Rt(os,{ref:o,className:a(ns({size:t}),e),...r},void 0,!1,void 0,this));is.displayName="ButtonIcon";var ss=on(({className:e,...t},r)=>Rt("span",{ref:r,className:a("truncate",e),...t},void 0,!1,void 0,this));ss.displayName="ButtonLabel";var ls=on(({className:e,tone:t=Ot.default,...r},o)=>Rt("span",{ref:o,className:a(as({tone:t}),e),...r},void 0,!1,void 0,this));ls.displayName="ButtonBadge";var ms=on(({className:e,variant:t=xt.primary,size:r=Qe.sm,asChild:o=!1,loading:n=!1,loadingText:i=Vg,fullWidth:s=!1,leadingIcon:l,trailingIcon:d,disabled:m,children:c,type:u,tabIndex:g,onClick:v,...y},T)=>{let M=f(r),z=M??r,p=qg(y);if(Qg()&&Xg(z)&&!p)throw Error("Icon-size Button requires aria-label, aria-labelledby, or title.");let h=Boolean(m||n),L=a(vo({variant:t,size:M}),h&&"pointer-events-none cursor-not-allowed opacity-55",s&&"w-full",e);if(o)return Rt(os,{ref:T,className:L,"aria-disabled":h||void 0,"aria-busy":n||void 0,tabIndex:Jg(!0,h,g),onClick:h?(H)=>{H.preventDefault()}:v,...y,children:c},void 0,!1,void 0,this);return Rt("button",{ref:T,className:L,disabled:h,"aria-disabled":h,"aria-busy":n,tabIndex:g,type:u??Yg,onClick:n?void 0:v,...y,children:[Rt("span",{className:a("absolute inset-0 flex items-center justify-center transition-opacity duration-150",n?"opacity-100":"opacity-0"),"aria-hidden":"true",children:Rt(Gt,{size:"sm"},void 0,!1,void 0,this)},void 0,!1,void 0,this),n&&Rt("span",{className:"sr-only",children:i},void 0,!1,void 0,this),Rt("span",{className:a("inline-flex items-center justify-center gap-2 transition-opacity duration-150",n&&"opacity-0"),children:[l,c,d]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});ms.displayName="Button";var le=!0,nt=4,Wt="fixed inset-0 z-50 bg-black/50",nn="transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] 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";import{useSyncExternalStore as Zg}from"react";var Ha="(prefers-reduced-motion: reduce)",sr="data-gs-reduced-motion",Eg=sr;function Dg(){if(typeof document>"u")return!1;return document.documentElement.getAttribute(sr)==="true"}function jg(){if(typeof window>"u"||typeof window.matchMedia!=="function")return!1;return window.matchMedia(Ha).matches}function To(){return Dg()||jg()}function eb(e){if(typeof document>"u")return;if(e)document.documentElement.setAttribute(sr,"true");else document.documentElement.removeAttribute(sr)}var tb=()=>!1;function rb(e){if(typeof window>"u")return()=>{return};let t=window.matchMedia(Ha);t.addEventListener("change",e);let r=typeof MutationObserver<"u"?new MutationObserver((o)=>{for(let n of o)if(n.type==="attributes"&&n.attributeName===sr){e();break}}):null;return r?.observe(document.documentElement,{attributes:!0,attributeFilter:[sr]}),()=>{t.removeEventListener("change",e),r?.disconnect()}}function be(){return Zg(rb,To,tb)}import{jsxDEV as Je,Fragment as db}from"react/jsx-dev-runtime";var lr={sm:F.sm,md:F.md,lg:F.lg,full:"full"},sb=160,cs=ds(a("gs-dialog-overlay",Wt)),ps=ds("gs-dialog-content fixed left-1/2 top-1/2 z-50 grid w-full gap-4 border border-border bg-card p-6 text-foreground shadow-[var(--shadow-xl)] rounded-[var(--radius)]",{variants:{size:{[lr.sm]:"max-w-sm",[lr.md]:"max-w-md",[lr.lg]:"max-w-lg",[lr.full]:"max-w-[calc(100vw-2rem)] max-h-[calc(100vh-2rem)]"}},defaultVariants:{size:lr.md}}),fs=ob(!1),lb=({children:e,open:t,defaultOpen:r=!1,onOpenChange:o,...n})=>{let[i,s]=us(r),l=t!==void 0,d=l?t:i,m=nb((c)=>{if(!l)s(c);o?.(c)},[l,o]);return Je(fs.Provider,{value:d,children:Je(Le.Root,{open:d,onOpenChange:m,...n,children:e},void 0,!1,void 0,this)},void 0,!1,void 0,this)},mb=Le.Trigger,gs=Le.Portal,ka=Ar(({className:e,...t},r)=>Je(Le.Overlay,{ref:r,className:a(cs(),e),...t},void 0,!1,void 0,this));ka.displayName="AlertDialogOverlay";var bs=Ar(({className:e,size:t=lr.sm,showOverlay:r=!0,portal:o=le,portalContainer:n,forceMount:i=!1,"aria-describedby":s,...l},d)=>{let m=ab(fs),[c,u]=us(i||m),g=f(t),v=be();if(ib(()=>{if(i||m){u(!0);return}let M=setTimeout(()=>{u(!1)},v?0:sb);return()=>{clearTimeout(M)}},[i,m,v]),!(i||m||c))return null;let T=Je(db,{children:[r?Je(ka,{forceMount:!0},void 0,!1,void 0,this):null,Je(Le.Content,{ref:d,forceMount:!0,"aria-describedby":s,className:a(ps({size:g}),e),...l},void 0,!1,void 0,this)]},void 0,!0,void 0,this);if(!o)return T;return Je(gs,{forceMount:!0,container:n??void 0,children:T},void 0,!1,void 0,this)});bs.displayName="AlertDialogContent";var ys=({className:e,...t})=>Je("div",{className:a("flex flex-col space-y-2 text-center sm:text-left",e),...t},void 0,!1,void 0,this);ys.displayName="AlertDialogHeader";var vs=({className:e,...t})=>Je("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);vs.displayName="AlertDialogFooter";var Ts=Ar(({className:e,...t},r)=>Je(Le.Title,{ref:r,className:a("font-semibold text-lg",e),...t},void 0,!1,void 0,this));Ts.displayName="AlertDialogTitle";var hs=Ar(({className:e,...t},r)=>Je(Le.Description,{ref:r,className:a("text-muted-foreground text-sm",e),...t},void 0,!1,void 0,this));hs.displayName="AlertDialogDescription";var Ps=Ar(({className:e,...t},r)=>Je(Le.Action,{ref:r,className:a(vo(),e),...t},void 0,!1,void 0,this));Ps.displayName="AlertDialogAction";var zs=Ar(({className:e,...t},r)=>Je(Le.Cancel,{ref:r,className:a(vo({variant:"outline"}),"mt-2 sm:mt-0",e),...t},void 0,!1,void 0,this));zs.displayName="AlertDialogCancel";import*as Sa from"@radix-ui/react-aspect-ratio";import{cva as ub}from"class-variance-authority";import{forwardRef as cb}from"react";import{jsxDEV as pb}from"react/jsx-dev-runtime";var Ms=ub("relative overflow-hidden rounded-[calc(var(--radius)-2px)] border border-border/40"),Ns=cb(({className:e,...t},r)=>pb(Sa.Root,{ref:r,className:a(Ms(),e),...t},void 0,!1,void 0,this));Ns.displayName=Sa.Root.displayName;import*as Ir from"@radix-ui/react-avatar";import{cva as fb}from"class-variance-authority";import{forwardRef as an}from"react";import{jsxDEV as Br}from"react/jsx-dev-runtime";var ft={sm:"sm",md:"md",lg:"lg"},Ls=fb("relative flex shrink-0 overflow-hidden rounded-full",{variants:{size:{[ft.sm]:"h-7 w-7 text-xs",[ft.md]:"h-10 w-10 text-sm",[ft.lg]:"h-12 w-12 text-base"}},defaultVariants:{size:ft.md}}),Aa=an(({className:e,size:t=ft.sm,...r},o)=>{let n=f(t);return Br(Ir.Root,{ref:o,className:a(Ls({size:n}),e),...r},void 0,!1,void 0,this)});Aa.displayName="Avatar";var xs=an(({className:e,...t},r)=>Br(Ir.Image,{ref:r,className:a("aspect-square h-full w-full object-cover",e),...t},void 0,!1,void 0,this));xs.displayName="AvatarImage";var Ba=an(({className:e,...t},r)=>Br(Ir.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));Ba.displayName="AvatarFallback";var gb={[ft.sm]:"-space-x-2",[ft.md]:"-space-x-3",[ft.lg]:"-space-x-4"},Rs=an(({className:e,children:t,max:r,size:o=ft.sm,...n},i)=>{let s=f(o),l=Array.isArray(t)?t:[t],d=r?l.slice(0,r):l,m=r?Math.max(0,l.length-r):0;return Br("div",{ref:i,className:a("flex items-center",gb[s],e),...n,children:[d,m>0&&Br(Aa,{size:s,className:"border-2 border-background",children:Br(Ba,{className:"text-xs",children:["+",m]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Rs.displayName="AvatarGroup";import{Slot as bb}from"@radix-ui/react-slot";import{cva as yb}from"class-variance-authority";import{X as Cs}from"lucide-react";import{forwardRef as vb}from"react";import{jsxDEV as mr}from"react/jsx-dev-runtime";var we={default:"default",primary:"primary",success:"success",warning:"warning",error:"error",info:"info",outline:"outline"},_t={sm:"sm",md:"md",lg:"lg",dot:"dot"},ws=yb("group/badge inline-flex items-center justify-center gap-1 whitespace-nowrap rounded-full border font-medium leading-none",{variants:{variant:{[we.default]:"border-border bg-muted text-muted-foreground",[we.primary]:"border-primary/30 bg-primary/10 text-primary",[we.success]:"border-success/30 bg-success/10 text-success",[we.warning]:"border-warning/30 bg-warning/10 text-warning",[we.error]:"border-destructive/30 bg-destructive/10 text-destructive",[we.info]:"border-info/30 bg-info/10 text-info",[we.outline]:"border-border bg-transparent text-foreground"},solid:{true:"",false:""},size:{[_t.sm]:"h-5 px-1.5 text-[11px]",[_t.md]:"h-5 px-2 text-[11px]",[_t.lg]:"h-6 px-2.5 text-xs",[_t.dot]:"h-2 w-2 p-0"}},compoundVariants:[{solid:!0,variant:we.default,className:"border-transparent bg-foreground text-background"},{solid:!0,variant:we.primary,className:"border-primary bg-primary text-primary-foreground"},{solid:!0,variant:we.success,className:"border-success bg-success text-background"},{solid:!0,variant:we.warning,className:"border-warning bg-warning text-background"},{solid:!0,variant:we.error,className:"border-destructive bg-destructive text-destructive-foreground"},{solid:!0,variant:we.info,className:"border-info bg-info text-background"},{solid:!0,variant:we.outline,className:"border-border bg-foreground text-background"}],defaultVariants:{variant:we.default,solid:!1,size:_t.sm}}),ho=vb(({className:e,variant:t=we.default,size:r=_t.sm,solid:o=!1,pulse:n=!1,removable:i=!1,removeControl:s="button",removeLabel:l="Remove",onRemove:d,onClick:m,children:c,asChild:u=!1,...g},v)=>{let y=f(r),T=Boolean(m),M=y===_t.dot,z=T&&s==="button"?"span":s,p=(R)=>{R.preventDefault(),R.stopPropagation(),d?.(R)},h=(R)=>{if(R.key!=="Enter"&&R.key!==" ")return;R.preventDefault(),R.stopPropagation()},L=a(ws({variant:t,solid:o,size:y}),T&&"cursor-pointer",n&&"animate-pulse",i&&!M&&"pr-1",e),H=a("ml-0.5 inline-flex items-center justify-center rounded-full text-current opacity-60","transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] hover:opacity-100","size-3.5 group-data-[size=lg]/badge:size-4"),S="size-2.5 group-data-[size=lg]/badge:size-3",B=i&&!M&&z==="button"?mr("button",{type:"button",className:H,onClick:p,"aria-label":l,tabIndex:-1,children:mr(Cs,{className:"size-2.5 group-data-[size=lg]/badge:size-3"},void 0,!1,void 0,this)},void 0,!1,void 0,this):i&&!M?mr("span",{role:"button",className:H,onClick:p,onKeyDown:h,"aria-label":l,tabIndex:-1,children:mr(Cs,{className:"size-2.5 group-data-[size=lg]/badge:size-3"},void 0,!1,void 0,this)},void 0,!1,void 0,this):null;if(u)return mr(bb,{ref:v,className:L,onClick:m,"data-size":y,...g,children:c},void 0,!1,void 0,this);if(T)return mr("button",{ref:v,className:L,onClick:m,type:"button","data-size":y,...g,children:[!M&&c,B]},void 0,!0,void 0,this);return mr("span",{ref:v,className:L,"data-size":y,...g,children:[!M&&c,B]},void 0,!0,void 0,this)});ho.displayName="Badge";import{Children as Tb,cloneElement as hb,forwardRef as Pb,isValidElement as zb,useCallback as Hs,useEffect as Mb,useLayoutEffect as Nb,useRef as Lb,useState as xb}from"react";import{jsxDEV as ks}from"react/jsx-dev-runtime";function Rb(e){let t=[];return Tb.forEach(e,(r,o)=>{if(!zb(r))return;let n=r.key??o;t.push({key:n,element:r,isLeaving:!1})}),t}function Cb(e,t){let r=new Set(t.map((i)=>i.key)),o=new Set(e.map((i)=>i.key)),n=[];for(let i of e)if(r.has(i.key)){let s=t.find((l)=>l.key===i.key);if(s)n.push({...s,isLeaving:!1})}else n.push({...i,isLeaving:!0});for(let i of t)if(!o.has(i.key))n.push(i);return n}function wb(e,t,r){if(r.current)return r.current=!1,t;return Cb(e,t)}var Hb=typeof window<"u"?Nb:Mb,Ss=Pb(({children:e,className:t,onRemove:r,gap:o="sm"},n)=>{let[i,s]=xb([]),l=Lb(!0);Hb(()=>{let u=Rb(e);s((g)=>wb(g,u,l))},[e]);let d=Hs((u)=>{s((g)=>g.filter((v)=>v.key!==u))},[]),m=Hs((u)=>{r?.(u)},[r]),c={sm:"gap-1",md:"gap-2",lg:"gap-3"}[o];return ks("div",{ref:n,className:a("inline-flex flex-wrap items-center",c,t),children:i.map((u)=>{let g={};if(u.element.props.removable&&r)g.onRemove=()=>{m(u.key)};let v=a("inline-flex transition-all duration-200",u.isLeaving&&"pointer-events-none scale-95 opacity-0");return ks("span",{className:v,onTransitionEnd:u.isLeaving?()=>d(u.key):void 0,children:hb(u.element,g)},u.key,!1,void 0,this)})},void 0,!1,void 0,this)});Ss.displayName="BadgeGroup";import{Slot as kb}from"@radix-ui/react-slot";import{cva as Fr}from"class-variance-authority";import{ChevronRight as Sb,MoreHorizontal as Ab}from"lucide-react";import{createContext as Bb,forwardRef as Po,useContext as Ia}from"react";import{jsxDEV as at}from"react/jsx-dev-runtime";var ye={sm:"sm",md:"md",lg:"lg"},sn=Bb(ye.md),As=Fr("flex flex-wrap items-center break-words text-muted-foreground",{variants:{size:{[ye.sm]:"gap-1 text-xs",[ye.md]:"gap-1.5 text-sm sm:gap-2.5",[ye.lg]:"gap-2 text-base sm:gap-3"}},defaultVariants:{size:ye.md}}),Bs=Fr("inline-flex items-center gap-1.5"),Is=Fr("transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] hover:text-foreground focus-visible:outline-none focus-visible:text-foreground"),Fs=Fr("font-normal text-foreground"),Gs=Fr("",{variants:{size:{[ye.sm]:"[&>svg]:size-3",[ye.md]:"[&>svg]:size-3.5",[ye.lg]:"[&>svg]:size-4"}},defaultVariants:{size:ye.md}}),Os=Fr("flex items-center justify-center",{variants:{size:{[ye.sm]:"h-7 w-7 [&>svg]:size-3.5",[ye.md]:"h-9 w-9 [&>svg]:size-4",[ye.lg]:"h-10 w-10 [&>svg]:size-5"}},defaultVariants:{size:ye.md}}),ln=Po(({size:e=ye.sm,...t},r)=>{let o=f(e)??ye.md;return at(sn.Provider,{value:o,children:at("nav",{ref:r,"aria-label":"breadcrumb",...t},void 0,!1,void 0,this)},void 0,!1,void 0,this)});ln.displayName="Breadcrumb";var mn=Po(({className:e,...t},r)=>{let o=Ia(sn);return at("ol",{ref:r,className:a(As({size:o}),e),...t},void 0,!1,void 0,this)});mn.displayName="BreadcrumbList";var zo=Po(({className:e,...t},r)=>at("li",{ref:r,className:a(Bs(),e),...t},void 0,!1,void 0,this));zo.displayName="BreadcrumbItem";var Mo=Po(({asChild:e,className:t,...r},o)=>{return at(e?kb:"a",{ref:o,className:a(Is(),t),...r},void 0,!1,void 0,this)});Mo.displayName="BreadcrumbLink";var dn=Po(({className:e,...t},r)=>at("span",{ref:r,role:"link",tabIndex:0,"aria-disabled":"true","aria-current":"page",className:a(Fs(),e),...t},void 0,!1,void 0,this));dn.displayName="BreadcrumbPage";var No=({children:e,className:t,...r})=>{let o=Ia(sn),n={[ye.sm]:"size-3",[ye.md]:"size-3.5",[ye.lg]:"size-4"};return at("li",{role:"presentation","aria-hidden":"true",className:a(Gs({size:o}),t),...r,children:e??at(Sb,{className:n[o]},void 0,!1,void 0,this)},void 0,!1,void 0,this)};No.displayName="BreadcrumbSeparator";var un=({className:e,...t})=>{let r=Ia(sn);return at("span",{role:"presentation","aria-hidden":"true",className:a(Os({size:r}),e),...t,children:[at(Ab,{},void 0,!1,void 0,this),at("span",{className:"sr-only",children:"More"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};un.displayName="BreadcrumbEllipsis";import{createContext as Ib,Fragment as Ws,useCallback as Fb,useContext as Wa,useEffect as Gb,useMemo as _s,useRef as Ob,useState as Wb}from"react";import{jsxDEV as Ke}from"react/jsx-dev-runtime";var cn=Ib(null),_b=({children:e})=>{let[t,r]=Wb([]),o=_s(()=>({items:t,setItems:r}),[t]);return Ke(cn.Provider,{value:o,children:e},void 0,!1,void 0,this)},Ub=()=>{let e=Wa(cn);if(!e)throw Error("useBreadcrumbStore must be used within BreadcrumbStoreProvider");return{items:e.items}},Kb=({items:e})=>{let t=Wa(cn);if(!t)throw Error("SetBreadcrumbs must be used within BreadcrumbStoreProvider");let r=Ob("");return Gb(()=>{let o=Fa(e),n=Ga(o);if(n===r.current)return;r.current=n,t.setItems(o)}),null},$b=({size:e,className:t,collapse:r,renderLink:o})=>{let n=Wa(cn);if(!n)throw Error("BreadcrumbDisplay must be used within BreadcrumbStoreProvider");let{items:i}=n,s=_s(()=>Oa(i,r),[i,r]),l=Fb((m)=>{if(m.current)return Ke(dn,{children:m.label},void 0,!1,void 0,this);if(m.href){if(o)return Ke(Mo,{asChild:!0,children:o({href:m.href,children:m.label,className:a(m.disabled&&"pointer-events-none opacity-50")})},void 0,!1,void 0,this);return Ke(Mo,{href:m.href,"aria-disabled":m.disabled||void 0,className:a(m.disabled&&"pointer-events-none opacity-50"),children:m.label},void 0,!1,void 0,this)}return Ke("span",{className:"text-muted-foreground",children:m.label},void 0,!1,void 0,this)},[o]);if(i.length===0)return null;let{visibleItems:d}=s;return Ke(ln,{size:e,className:t,children:Ke(mn,{children:d.map((m,c)=>{let u=c===d.length-1;if(m.type==="ellipsis")return Ke(Ws,{children:[Ke(zo,{children:Ke(un,{},void 0,!1,void 0,this)},void 0,!1,void 0,this),!u&&Ke(No,{},void 0,!1,void 0,this)]},m.id,!0,void 0,this);return Ke(Ws,{children:[Ke(zo,{children:l(m.item)},void 0,!1,void 0,this),!u&&Ke(No,{},void 0,!1,void 0,this)]},m.item.id,!0,void 0,this)})},void 0,!1,void 0,this)},void 0,!1,void 0,this)};import{cva as Yb}from"class-variance-authority";import{forwardRef as Xb}from"react";import{jsxDEV as Jb}from"react/jsx-dev-runtime";var Lo={horizontal:"horizontal",vertical:"vertical"},Us=Yb("inline-flex items-stretch",{variants:{orientation:{[Lo.horizontal]:"flex-row",[Lo.vertical]:"flex-col"},attached:{true:"gap-0 [&>*:not(:first-child)]:rounded-l-none [&>*:not(:last-child)]:rounded-r-none",false:"gap-2"}},defaultVariants:{orientation:Lo.horizontal,attached:!1}}),Ks=Xb(({className:e,orientation:t=Lo.horizontal,attached:r=!1,fullWidth:o=!1,...n},i)=>Jb("div",{ref:i,className:a(Us({orientation:t,attached:r}),o&&"w-full",e),...n},void 0,!1,void 0,this));Ks.displayName="ButtonGroup";import{cva as Ut}from"class-variance-authority";import{forwardRef as qb,useCallback as Gr,useEffect as Qb,useMemo as $s,useState as Vs}from"react";import{jsxDEV as qe}from"react/jsx-dev-runtime";var q={sm:"sm",md:"md",lg:"lg"},Xs=Ut("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:{[q.sm]:"p-3 text-sm",[q.md]:"p-4 text-sm",[q.lg]:"p-5 text-base"}},defaultVariants:{size:q.sm}}),Js=Ut("mb-3 flex items-center justify-between",{variants:{size:{[q.sm]:"gap-1",[q.md]:"gap-2",[q.lg]:"gap-3"}},defaultVariants:{size:q.sm}}),qs=Ut("font-semibold text-foreground",{variants:{size:{[q.sm]:"text-sm",[q.md]:"text-base",[q.lg]:"text-lg"}},defaultVariants:{size:q.sm}}),_a=Ut(["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:cursor-not-allowed disabled:border-transparent disabled:bg-muted/40 disabled:text-muted-foreground/70"],{variants:{size:{[q.sm]:"size-7",[q.md]:"size-8",[q.lg]:"size-10"}},defaultVariants:{size:q.sm}}),Qs=Ut("grid grid-cols-7",{variants:{size:{[q.sm]:"gap-0",[q.md]:"gap-0",[q.lg]:"gap-0"}},defaultVariants:{size:q.sm}}),Zs=Ut("text-center font-semibold uppercase tracking-wide text-muted-foreground",{variants:{size:{[q.sm]:"py-1 text-[11px]",[q.md]:"py-1.5 text-xs",[q.lg]:"py-2 text-sm"}},defaultVariants:{size:q.sm}}),Es=Ut(["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:{[q.sm]:"size-7 text-xs",[q.md]:"size-9 text-sm",[q.lg]:"size-10 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:q.sm,state:"default"}}),Zb=Ut("rounded-md border border-transparent",{variants:{size:{[q.sm]:"size-7",[q.md]:"size-9",[q.lg]:"size-10"}},defaultVariants:{size:q.sm}}),Ys=["Su","Mo","Tu","We","Th","Fr","Sa"],Eb=["January","February","March","April","May","June","July","August","September","October","November","December"],Ct=(e)=>new Date(e.getFullYear(),e.getMonth(),e.getDate()),Or=(e,t)=>{return e.getDate()===t.getDate()&&e.getMonth()===t.getMonth()&&e.getFullYear()===t.getFullYear()},Ds=qb(({className:e,size:t="sm",cellSize:r,mode:o="single",value:n,defaultValue:i,onChange:s,rangeValue:l,onRangeChange:d,viewMonth:m,onViewMonthChange:c,minDate:u,maxDate:g,disabledDates:v=[],weekStartsOn:y=1,highlightToday:T=!0,...M},z)=>{let p=f(t)??q.md,h=f(r??p)??p,[L,H]=Vs(n??i??null),[S,B]=Vs(n??i??new Date),R=m??S,Y=Gr((b)=>{if(c){let P=typeof b==="function"?b(m??S):b;c(P)}else B((P)=>{return typeof b==="function"?b(P):b})},[m,S,c]),K=n!==void 0?n:L,X=u?Ct(u):null,j=g?Ct(g):null;Qb(()=>{if(n!==void 0){if(H(n??null),n&&!m)B(n)}},[n,m]);let ie=Gr((b,P)=>{return(new Date(b,P,1).getDay()-y+7)%7},[y]),V=$s(()=>{let b=R.getFullYear(),P=R.getMonth(),C=ie(b,P),oe=new Date(b,P+1,0).getDate(),_=[];for(let O=0;O<C;O+=1)_.push({key:`leading-${b}-${P}-${O}`,date:null});for(let O=1;O<=oe;O+=1)_.push({key:`day-${b}-${P}-${O}`,date:new Date(b,P,O)});let Ce=(7-_.length%7)%7;for(let O=0;O<Ce;O+=1)_.push({key:`trailing-${b}-${P}-${O}`,date:null});return _},[R,ie]),re=Gr((b)=>{let P=Ct(b);if(X&&P<X)return!0;if(j&&P>j)return!0;return v.some((C)=>Or(P,Ct(C)))},[X,j,v]),k=Gr((b)=>{if(re(b))return"disabled";if(o==="range"&&l){let{from:P,to:C}=l;if(P&&Or(b,P))return"rangeStart";if(C&&Or(b,C))return"rangeEnd";if(P&&C){let oe=Ct(b),_=Ct(P),Ce=Ct(C);if(oe>_&&oe<Ce)return"range"}}if(o==="single"&&K&&Or(b,K))return"selected";if(T&&Or(b,new Date))return"today";return"default"},[K,T,re,o,l]),Z=Gr((b)=>{if(re(b))return;let P=new Date(b);if(o==="range"){if(!l?.from||l.from&&l.to)d?.({from:P,to:void 0});else{let C=Ct(l.from);if(Ct(P)<C)d?.({from:P,to:l.from});else d?.({from:l.from,to:P})}return}if(n===void 0)H(P);s?.(P)},[re,o,s,d,l,n]),x=Gr((b)=>{Y((P)=>{let C=new Date(P);return C.setMonth(C.getMonth()+b),C})},[Y]),W=$s(()=>{return[...Ys.slice(y),...Ys.slice(0,y)]},[y]);return qe("div",{ref:z,className:a(Xs({size:p}),e),...M,children:[qe("div",{className:a(Js({size:p})),children:[qe("button",{type:"button",onClick:()=>x(-1),className:a(_a({size:p})),"aria-label":"Previous month",children:qe("svg",{className:"size-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:qe("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),qe("span",{className:a(qs({size:p})),children:[Eb[R.getMonth()]," ",R.getFullYear()]},void 0,!0,void 0,this),qe("button",{type:"button",onClick:()=>x(1),className:a(_a({size:p})),"aria-label":"Next month",children:qe("svg",{className:"size-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:qe("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),qe("div",{className:a(Qs({size:p})),children:[W.map((b)=>qe("div",{className:a(Zs({size:h})),children:b},b,!1,void 0,this)),V.map((b)=>{if(!b.date)return qe("div",{"aria-hidden":"true",className:a(Zb({size:h}))},b.key,!1,void 0,this);let P=b.date,C=k(P);return qe("button",{type:"button",onClick:()=>Z(P),disabled:C==="disabled",className:a(Es({size:h,state:C})),children:P.getDate()},b.key,!1,void 0,this)})]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});Ds.displayName="Calendar";import{Slot as Wr}from"@radix-ui/react-slot";import{cva as Db}from"class-variance-authority";import{forwardRef as _r}from"react";import{jsxDEV as Ur}from"react/jsx-dev-runtime";var pn={default:"default",muted:"muted",danger:"danger"},js=Db("transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] relative overflow-hidden rounded-[var(--radius)] border bg-card text-card-foreground shadow-[var(--shadow-sm)]",{variants:{variant:{[pn.default]:"border-border",[pn.muted]:"border-border bg-muted/70",[pn.danger]:"border-destructive/30 bg-destructive/[0.06]"}},defaultVariants:{variant:pn.default}}),el=_r(({asChild:e=!1,className:t,variant:r,...o},n)=>{return Ur(e?Wr:"div",{ref:n,className:a(js({variant:r}),t),...o},void 0,!1,void 0,this)});el.displayName="Card";var tl=_r(({asChild:e=!1,className:t,...r},o)=>{return Ur(e?Wr:"div",{ref:o,className:a("flex flex-col gap-1.5 border-border border-b p-4",t),...r},void 0,!1,void 0,this)});tl.displayName="CardHeader";var rl=_r(({asChild:e=!1,className:t,...r},o)=>{return Ur(e?Wr:"div",{ref:o,className:a("p-4",t),...r},void 0,!1,void 0,this)});rl.displayName="CardContent";var ol=_r(({asChild:e=!1,className:t,...r},o)=>{return Ur(e?Wr:"div",{ref:o,className:a("flex items-center border-border border-t p-4",t),...r},void 0,!1,void 0,this)});ol.displayName="CardFooter";var nl=_r(({asChild:e=!1,className:t,...r},o)=>{return Ur(e?Wr:"h3",{ref:o,className:a("font-semibold text-base leading-none tracking-tight",t),...r},void 0,!1,void 0,this)});nl.displayName="CardTitle";var al=_r(({asChild:e=!1,className:t,...r},o)=>{return Ur(e?Wr:"p",{ref:o,className:a("text-muted-foreground text-sm",t),...r},void 0,!1,void 0,this)});al.displayName="CardDescription";import*as gn from"@radix-ui/react-checkbox";import{cva as jb}from"class-variance-authority";import{Check as ey,Minus as ty}from"lucide-react";import{forwardRef as ry}from"react";import{jsxDEV as fn}from"react/jsx-dev-runtime";var wt={sm:"sm",md:"md",lg:"lg"},Kr={default:"default",error:"error",success:"success"},sl=jb("transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] 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:{[wt.sm]:"h-4 w-4",[wt.md]:"h-5 w-5",[wt.lg]:"h-6 w-6"},status:{[Kr.default]:"enabled:hover:border-primary/70",[Kr.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",[Kr.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:wt.md,status:Kr.default}}),il={[wt.sm]:"size-3.5",[wt.md]:"size-3.5",[wt.lg]:"size-4"},ll=ry(({className:e,size:t=wt.sm,status:r=Kr.default,checked:o,disabled:n,...i},s)=>{let l=f(t);return fn(gn.Root,{ref:s,checked:o,disabled:n,className:a(sl({size:l,status:r}),e),...i,children:fn(gn.Indicator,{className:"gs-checkbox-indicator flex items-center justify-center text-current",children:o==="indeterminate"?fn(ty,{className:il[l]},void 0,!1,void 0,this):fn(ey,{className:il[l]},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)});ll.displayName="Checkbox";import{cva as Kt}from"class-variance-authority";import{forwardRef as oy,useCallback as ny,useState as ay}from"react";import{jsxDEV as Ge,Fragment as ml}from"react/jsx-dev-runtime";var D={sm:"sm",md:"md",lg:"lg"},Ua={default:"default",ghost:"ghost"},dl=Kt("relative rounded-lg overflow-hidden font-mono",{variants:{size:{[D.sm]:"text-xs",[D.md]:"text-sm",[D.lg]:"text-base"},variant:{[Ua.default]:"bg-muted border border-border",[Ua.ghost]:"bg-transparent"}},defaultVariants:{size:D.sm,variant:Ua.default}}),ul=Kt("flex items-center justify-between border-b border-border bg-muted",{variants:{size:{[D.sm]:"px-2.5 py-1.5 text-xs",[D.md]:"px-4 py-2 text-sm",[D.lg]:"px-5 py-2.5 text-base"}},defaultVariants:{size:D.sm}}),cl=Kt("text-muted-foreground font-medium",{variants:{size:{[D.sm]:"text-[11px]",[D.md]:"text-xs",[D.lg]:"text-sm"}},defaultVariants:{size:D.sm}}),pl=Kt(["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:{[D.sm]:"px-2 py-1 text-xs",[D.md]:"px-2.5 py-1 text-xs",[D.lg]:"px-3 py-1.5 text-sm"},copied:{true:"text-success",false:""}},defaultVariants:{size:D.sm,copied:!1}}),fl=Kt("overflow-x-auto",{variants:{size:{[D.sm]:"p-2.5",[D.md]:"p-4",[D.lg]:"p-5"}},defaultVariants:{size:D.sm}}),gl=Kt("text-foreground",{variants:{size:{[D.sm]:"",[D.md]:"",[D.lg]:""},showLineNumbers:{true:"",false:""}},defaultVariants:{size:D.sm,showLineNumbers:!1}}),bl=Kt("block",{variants:{size:{[D.sm]:"min-h-[1.25rem]",[D.md]:"min-h-[1.5rem]",[D.lg]:"min-h-[1.75rem]"},highlighted:{true:"bg-primary/10 -mx-4 px-4",false:""}},defaultVariants:{size:D.sm,highlighted:!1}}),yl=Kt("inline-block text-right text-muted-foreground select-none",{variants:{size:{[D.sm]:"w-6 mr-2 text-[11px]",[D.md]:"w-8 mr-4 text-xs",[D.lg]:"w-10 mr-5 text-sm"}},defaultVariants:{size:D.sm}}),vl=oy(({className:e,code:t,language:r,showLineNumbers:o=!1,highlightedLines:n=[],showCopy:i=!0,size:s="sm",variant:l="default",onCopy:d,...m},c)=>{let u=f(s),[g,v]=ay(!1),y=ny(async()=>{try{await navigator.clipboard.writeText(t),v(!0),d?.(t),setTimeout(()=>v(!1),2000)}catch(z){}},[t,d]),T=t.split(`
3
+ `),M=new Set(n);return Ge("div",{ref:c,className:a(dl({size:u,variant:l}),e),...m,children:[(r||i)&&Ge("div",{className:a(ul({size:u})),children:[Ge("span",{className:a(cl({size:u})),children:r},void 0,!1,void 0,this),i&&Ge("button",{type:"button",onClick:y,className:a(pl({size:u,copied:g})),children:g?Ge(ml,{children:[Ge("svg",{className:"size-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:Ge("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):Ge(ml,{children:[Ge("svg",{className:"size-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:Ge("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),Ge("div",{className:a(fl({size:u})),children:Ge("pre",{className:a(gl({size:u,showLineNumbers:o})),children:Ge("code",{children:T.map((z,p)=>Ge("span",{className:a(bl({size:u,highlighted:M.has(p+1)})),children:[o&&Ge("span",{className:a(yl({size:u})),children:p+1},void 0,!1,void 0,this),z,`
4
+ `]},`line-${String(p)}`,!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)});vl.displayName="CodeBlock";import*as $r from"@radix-ui/react-collapsible";import{cva as iy}from"class-variance-authority";import{forwardRef as sy}from"react";import{jsxDEV as dy}from"react/jsx-dev-runtime";var Tl=iy("gs-collapsible-content overflow-hidden"),ly=$r.Root,my=$r.CollapsibleTrigger,hl=sy(({className:e,...t},r)=>dy($r.CollapsibleContent,{ref:r,className:a(Tl(),e),...t},void 0,!1,void 0,this));hl.displayName="CollapsibleContent";import*as $t from"@radix-ui/react-dialog";import{cva as it}from"class-variance-authority";import{createContext as py,forwardRef as gt,useCallback as zl,useContext as fy,useId as gy,useLayoutEffect as by,useMemo as yy,useState as Va}from"react";import{useCallback as uy,useEffect as cy,useRef as Pl}from"react";function xo(e,t,r={}){let{enabled:o=!0,preventDefault:n=!0,stopPropagation:i=!1,target:s="global"}=r,l=Pl(t);l.current=t;let d=Pl([]),m=Array.isArray(e)?e:[e];d.current=m.map((u)=>({combo:u,def:Ka(u)}));let c=uy((u)=>{if(!o)return;for(let{combo:g,def:v}of d.current)if($a(u,v)){if(n)u.preventDefault();if(i)u.stopPropagation();l.current(u,g);return}},[o,n,i]);cy(()=>{if(!o)return;let u=s==="global"?document:s.current;if(!u)return;return u.addEventListener("keydown",c),()=>{u.removeEventListener("keydown",c)}},[o,c,s])}import{jsxDEV as ve,Fragment as Ty}from"react/jsx-dev-runtime";var bn={sm:F.sm,md:F.md,lg:F.lg},Ml=it(["gs-dialog-content fixed left-1/2 top-1/2 z-50","w-full border border-border rounded-xl bg-background","overflow-hidden shadow-[var(--shadow-xl)]"],{variants:{size:{[bn.sm]:"max-w-sm",[bn.md]:"max-w-lg",[bn.lg]:"max-w-2xl"}},defaultVariants:{size:bn.md}}),Nl=it(["gs-dialog-overlay fixed inset-0 z-50 bg-black/50 backdrop-blur-sm"]),Ll=it(["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:border-transparent disabled:bg-muted/40 disabled:text-muted-foreground/70"]),xl=it(["max-h-[300px] overflow-y-auto overflow-x-hidden p-2"]),Rl=it(["py-6 text-center text-sm text-muted-foreground"]),Cl=it(["overflow-hidden"]),wl=it(["px-2 py-1.5 text-xs font-medium text-muted-foreground"]),yn={default:"default",danger:"danger"},Hl=it(["relative flex items-center gap-2 rounded-lg px-2 py-2","text-sm cursor-pointer select-none","outline-none transition-none","data-[disabled=true]:pointer-events-none data-[disabled=true]:cursor-not-allowed data-[disabled=true]:border-transparent data-[disabled=true]:bg-muted/40 data-[disabled=true]:text-muted-foreground/70"],{variants:{selected:{true:"bg-primary/10 text-primary",false:"hover:bg-accent hover:text-accent-foreground"},variant:{[yn.default]:"text-foreground",[yn.danger]:"text-destructive hover:bg-destructive/10 focus:bg-destructive/10 focus:text-destructive"}},defaultVariants:{selected:!1,variant:yn.default}}),kl=it(["-mx-1 my-1 h-px bg-border"]),Sl=it(["ml-auto text-xs tracking-widest text-muted-foreground"]),Al=it(["flex items-center justify-center py-6"]),Bl=py(null),vn=()=>{let e=fy(Bl);if(!e)throw Error("useCommand must be used within a Command");return e},Ya=gt(({className:e,children:t,loop:r=!0,...o},n)=>{let[i,s]=Va(""),[l,d]=Va(0),[m,c]=Va({}),u=zl((y,T)=>{c((M)=>{if(M[y]===T)return M;return{...M,[y]:T}})},[]),g=zl((y)=>{c((T)=>{if(!(y in T))return T;let M={...T};return delete M[y],M})},[]),v=yy(()=>{return Object.values(m).filter(Boolean).length},[m]);return ve(Bl.Provider,{value:{search:i,setSearch:s,selectedIndex:l,setSelectedIndex:d,visibleItemsCount:v,setItemVisible:u,removeItem:g},children:ve("div",{ref:n,className:a("flex flex-col overflow-hidden rounded-xl bg-card",e),...o,children:t},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Ya.displayName="Command";var Il=gt(({children:e,size:t,showOverlay:r=!0,portal:o=le,portalContainer:n,forceMount:i=!1,...s},l)=>{let d=ve(Ty,{children:[r?ve($t.Overlay,{forceMount:i?!0:void 0,className:a(Nl())},void 0,!1,void 0,this):null,ve($t.Content,{ref:l,forceMount:i?!0:void 0,className:a(Ml({size:t})),children:ve(Ya,{children:e},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this);return ve($t.Root,{...s,children:o?ve($t.Portal,{forceMount:i?!0:void 0,container:n??void 0,children:d},void 0,!1,void 0,this):d},void 0,!1,void 0,this)});Il.displayName="CommandDialog";var Fl=gt(({className:e,icon:t,...r},o)=>{let{search:n,setSearch:i,setSelectedIndex:s}=vn();return ve("div",{className:"flex items-center border-border border-b px-3",children:[t&&ve("span",{className:"mr-2 shrink-0 text-muted-foreground",children:t},void 0,!1,void 0,this),ve("input",{ref:o,value:n,onChange:(l)=>{i(l.target.value),s(0)},className:a(Ll(),e),...r},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Fl.displayName="CommandInput";var Gl=gt(({className:e,children:t,...r},o)=>{return ve("div",{ref:o,className:a(xl(),e),...r,children:t},void 0,!1,void 0,this)});Gl.displayName="CommandList";var Ol=gt(({className:e,children:t="No results found.",...r},o)=>{let{visibleItemsCount:n}=vn();if(n>0)return null;return ve("div",{ref:o,className:a(Rl(),e),...r,children:t},void 0,!1,void 0,this)});Ol.displayName="CommandEmpty";var Wl=gt(({className:e,heading:t,children:r,...o},n)=>{return ve("div",{ref:n,className:a(Cl(),e),...o,children:[t&&ve("div",{className:a(wl()),children:t},void 0,!1,void 0,this),r]},void 0,!0,void 0,this)});Wl.displayName="CommandGroup";var _l=gt(({className:e,disabled:t,selected:r=!1,onSelect:o,children:n,keywords:i,variant:s,...l},d)=>{let{search:m,removeItem:c,setItemVisible:u}=vn(),g=gy(),y=(()=>{if(!m)return!0;let T=m.toLowerCase();if((typeof n==="string"?n.toLowerCase():"").includes(T))return!0;if(i?.some((z)=>z.toLowerCase().includes(T)))return!0;return!1})();if(by(()=>{return u(g,y),()=>{c(g)}},[y,g,c,u]),!y)return null;return ve("div",{ref:d,role:"option","aria-selected":r,"aria-disabled":t,"data-disabled":t,"data-selected":r,onClick:()=>!t&&o?.(),onKeyDown:(T)=>{if(T.key==="Enter"&&!t)T.preventDefault(),o?.()},tabIndex:t?-1:0,className:a(Hl({selected:r,variant:s}),e),...l,children:n},void 0,!1,void 0,this)});_l.displayName="CommandItem";var Ul=gt(({className:e,...t},r)=>{return ve("div",{ref:r,className:a(kl(),e),...t},void 0,!1,void 0,this)});Ul.displayName="CommandSeparator";var Kl=gt(({className:e,children:t,...r},o)=>{return ve("span",{ref:o,className:a(Sl(),e),...r,children:t},void 0,!1,void 0,this)});Kl.displayName="CommandShortcut";var $l=gt(({className:e,children:t,...r},o)=>{return ve("div",{ref:o,className:a(Al(),e),...r,children:t},void 0,!1,void 0,this)});$l.displayName="CommandLoading";var vy=({key:e,modifier:t="meta",callback:r})=>{xo(`${t}+${e}`,r)};import*as I from"@radix-ui/react-context-menu";import{cva as dr}from"class-variance-authority";import{Check as hy,ChevronRight as Py,Circle as zy}from"lucide-react";import{createContext as Vl,forwardRef as Vt,useContext as ur}from"react";import{jsxDEV as pe}from"react/jsx-dev-runtime";var J={sm:F.sm,md:F.md,lg:F.lg},Tn={default:"default",danger:"danger"},cr=Vl(J.md),Yl=Vl(void 0),Xa=dr("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)]"),Ja=dr("relative flex cursor-pointer select-none items-center rounded-md outline-none transition-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:{[J.sm]:"h-7 gap-1.5 px-2 text-xs [&_svg]:size-3.5",[J.md]:"h-8 gap-2 px-2 text-sm [&_svg]:size-4",[J.lg]:"h-9 gap-2 px-2.5 text-sm [&_svg]:size-4"},variant:{[Tn.default]:"hover:bg-accent/80 focus:bg-accent focus:text-accent-foreground",[Tn.danger]:"text-destructive hover:bg-destructive/10 focus:bg-destructive/10 focus:text-destructive"}},defaultVariants:{size:J.sm,variant:Tn.default}}),Xl=dr("relative flex cursor-pointer select-none items-center rounded-md outline-none transition-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:{[J.sm]:"h-7 pl-7 pr-2 text-xs",[J.md]:"h-8 pl-8 pr-2 text-sm",[J.lg]:"h-9 pl-8 pr-2.5 text-sm"}},defaultVariants:{size:J.sm}}),Jl=dr("relative flex cursor-pointer select-none items-center rounded-md outline-none transition-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:{[J.sm]:"h-7 pl-7 pr-2 text-xs",[J.md]:"h-8 pl-8 pr-2 text-sm",[J.lg]:"h-9 pl-8 pr-2.5 text-sm"}},defaultVariants:{size:J.sm}}),ql=dr("font-semibold text-muted-foreground",{variants:{size:{[J.sm]:"px-2 py-1 text-[11px]",[J.md]:"px-2 py-1.5 text-xs",[J.lg]:"px-2.5 py-1.5 text-xs"}},defaultVariants:{size:J.sm}}),Ql=dr("-mx-1 my-1 h-px bg-border/50"),Zl=dr("ml-auto tracking-widest text-muted-foreground/70",{variants:{size:{[J.sm]:"text-[11px]",[J.md]:"text-xs",[J.lg]:"text-xs"}},defaultVariants:{size:J.sm}}),El={[J.sm]:"absolute left-2 flex size-3.5 items-center justify-center",[J.md]:"absolute left-2 flex size-3.5 items-center justify-center",[J.lg]:"absolute left-2.5 flex size-4 items-center justify-center"},My={[J.sm]:"size-3",[J.md]:"size-3.5",[J.lg]:"size-4"},Ny={[J.sm]:"size-1.5 fill-current",[J.md]:"size-2 fill-current",[J.lg]:"size-2.5 fill-current"},Dl=({size:e,...t})=>{let r=f(e??J.sm),o=e===void 0?void 0:r;return pe(Yl.Provider,{value:o,children:pe(I.Root,{...t},void 0,!1,void 0,this)},void 0,!1,void 0,this)};Dl.displayName=I.Root.displayName;var Ly=I.Trigger,xy=I.Group,Ry=I.Portal,Cy=I.Sub,wy=I.RadioGroup,jl=Vt(({className:e,inset:t,children:r,...o},n)=>{let i=ur(cr),s=f(i);return pe(I.SubTrigger,{ref:n,className:a(Ja({size:s}),"data-[state=open]:bg-accent",t&&"pl-8",e),...o,children:[r,pe(Py,{className:"ml-auto"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});jl.displayName=I.SubTrigger.displayName;var em=Vt(({className:e,sideOffset:t=nt,portal:r=le,portalContainer:o,...n},i)=>{let s=pe(I.SubContent,{ref:i,sideOffset:t,className:a(Xa(),e),...n},void 0,!1,void 0,this);if(!r)return s;return pe(I.Portal,{container:o??void 0,children:s},void 0,!1,void 0,this)});em.displayName=I.SubContent.displayName;var tm=Vt(({className:e,size:t,portal:r=le,portalContainer:o,...n},i)=>{let s=ur(Yl),l=f(t??s??J.md),d=pe(I.Content,{ref:i,className:a(Xa(),e),...n},void 0,!1,void 0,this);return pe(cr.Provider,{value:l,children:r?pe(I.Portal,{container:o??void 0,children:d},void 0,!1,void 0,this):d},void 0,!1,void 0,this)});tm.displayName=I.Content.displayName;var rm=Vt(({className:e,inset:t,variant:r,...o},n)=>{let i=ur(cr),s=f(i);return pe(I.Item,{ref:n,className:a(Ja({size:s,variant:r}),t&&"pl-8",e),...o},void 0,!1,void 0,this)});rm.displayName=I.Item.displayName;var om=Vt(({className:e,children:t,checked:r,...o},n)=>{let i=ur(cr),s=f(i)??J.md;return pe(I.CheckboxItem,{ref:n,className:a(Xl({size:s}),e),checked:r,...o,children:[pe("span",{className:El[s],children:pe(I.ItemIndicator,{children:pe(hy,{className:My[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)});om.displayName=I.CheckboxItem.displayName;var nm=Vt(({className:e,children:t,...r},o)=>{let n=ur(cr),i=f(n)??J.md;return pe(I.RadioItem,{ref:o,className:a(Jl({size:i}),e),...r,children:[pe("span",{className:El[i],children:pe(I.ItemIndicator,{children:pe(zy,{className:Ny[i]},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)});nm.displayName=I.RadioItem.displayName;var am=Vt(({className:e,inset:t,...r},o)=>{let n=ur(cr),i=f(n);return pe(I.Label,{ref:o,className:a(ql({size:i}),t&&"pl-8",e),...r},void 0,!1,void 0,this)});am.displayName=I.Label.displayName;var im=Vt(({className:e,...t},r)=>pe(I.Separator,{ref:r,className:a(Ql(),e),...t},void 0,!1,void 0,this));im.displayName=I.Separator.displayName;var sm=({className:e,...t})=>{let r=ur(cr),o=f(r);return pe("span",{className:a(Zl({size:o}),e),...t},void 0,!1,void 0,this)};sm.displayName="ContextMenuShortcut";import*as xe from"@radix-ui/react-dialog";import{cva as Hy}from"class-variance-authority";import{X as ky}from"lucide-react";import{createContext as Sy,forwardRef as hn,useCallback as Ay,useContext as By,useEffect as Iy,useState as lm}from"react";import{jsxDEV as $e,Fragment as Wy}from"react/jsx-dev-runtime";var pr={sm:F.sm,md:F.md,lg:F.lg,full:"full"},Fy=160,mm=Sy(!1),Ro=({children:e,open:t,defaultOpen:r=!1,onOpenChange:o,...n})=>{let[i,s]=lm(r),l=t!==void 0,d=l?t:i,m=Ay((c)=>{if(!l)s(c);o?.(c)},[l,o]);return $e(mm.Provider,{value:d,children:$e(xe.Root,{open:d,onOpenChange:m,...n,children:e},void 0,!1,void 0,this)},void 0,!1,void 0,this)},Gy=xe.Trigger,Pn=xe.Portal,Oy=xe.Close,qa=xe.Content,Co=hn(({className:e,...t},r)=>$e(xe.Overlay,{ref:r,className:a("gs-dialog-overlay",Wt,e),...t},void 0,!1,void 0,this));Co.displayName="DialogOverlay";var dm=Hy("gs-dialog-content fixed left-1/2 top-1/2 z-50 grid w-full gap-4 rounded-[var(--radius)] border border-border bg-card p-6 text-foreground shadow-[var(--shadow-xl)]",{variants:{size:{[pr.sm]:"max-w-sm",[pr.md]:"max-w-md",[pr.lg]:"max-w-lg",[pr.full]:"max-w-[calc(100vw-2rem)] max-h-[calc(100vh-2rem)]"}},defaultVariants:{size:pr.md}}),zn=hn(({className:e,children:t,size:r=pr.sm,showClose:o=!0,showOverlay:n=!0,portal:i=le,portalContainer:s,forceMount:l=!1,"aria-describedby":d,...m},c)=>{let u=By(mm),[g,v]=lm(l||u),y=f(r),T=be();if(Iy(()=>{if(l||u){v(!0);return}let p=setTimeout(()=>{v(!1)},T?0:Fy);return()=>{clearTimeout(p)}},[l,u,T]),!(l||u||g))return null;let z=$e(Wy,{children:[n?$e(Co,{forceMount:!0},void 0,!1,void 0,this):null,$e(xe.Content,{ref:c,forceMount:!0,"aria-describedby":d,className:a(dm({size:y}),e),...m,children:[t,o&&$e(xe.Close,{className:nn,children:[$e(ky,{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);if(!i)return z;return $e(Pn,{forceMount:!0,container:s??void 0,children:z},void 0,!1,void 0,this)});zn.displayName="DialogContent";var um=({className:e,...t})=>$e("div",{className:a("flex flex-col space-y-1.5 text-center sm:text-left",e),...t},void 0,!1,void 0,this);um.displayName="DialogHeader";var cm=({className:e,...t})=>$e("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);cm.displayName="DialogFooter";var Mn=hn(({className:e,...t},r)=>$e(xe.Title,{ref:r,className:a("font-semibold text-lg leading-none tracking-tight",e),...t},void 0,!1,void 0,this));Mn.displayName="DialogTitle";var pm=hn(({className:e,...t},r)=>$e(xe.Description,{ref:r,className:a("text-muted-foreground text-sm",e),...t},void 0,!1,void 0,this));pm.displayName="DialogDescription";import{cva as Za}from"class-variance-authority";import{X as _y}from"lucide-react";import{forwardRef as Nn}from"react";import{Drawer as yt}from"vaul";import{jsxDEV as He}from"react/jsx-dev-runtime";var bt={sm:"sm",md:"md",lg:"lg",full:"full"},Uy={[bt.sm]:"sm:max-w-sm",[bt.md]:"sm:max-w-md",[bt.lg]:"sm:max-w-lg",[bt.full]:"sm:max-w-full"},Ky={[bt.sm]:"sm:max-h-[30vh]",[bt.md]:"sm:max-h-[50vh]",[bt.lg]:"sm:max-h-[70vh]",[bt.full]:"sm:max-h-full"},bm=Za(a("gs-sheet-overlay",Wt)),ym=Za(["group/drawer-content fixed z-50 flex h-auto flex-col border border-border bg-card 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"]),Qa=Za("shrink-0 rounded-full bg-muted-foreground/25 transition-colors duration-150 hover:bg-muted-foreground/40",{variants:{direction:{top:"h-1.5 w-[60px]",bottom:"h-1.5 w-[60px]",left:"h-[60px] w-1.5",right:"h-[60px] w-1.5"}},defaultVariants:{direction:"bottom"}}),fm={top:"flex justify-center pb-2 pt-4",bottom:"flex justify-center pt-4 pb-2",left:"absolute right-0 top-0 flex h-full items-center pr-2 pl-0",right:"absolute left-0 top-0 flex h-full items-center pl-2 pr-0"},$y=yt.Root,Vy=yt.Trigger,Yy=yt.Close,vm=yt.Portal,gm=yt.Handle,Ea=Nn(({className:e,...t},r)=>He(yt.Overlay,{ref:r,className:a(bm(),e),...t},void 0,!1,void 0,this));Ea.displayName="DrawerOverlay";var Tm=Nn(({size:e=bt.sm,showClose:t=!1,direction:r="bottom",className:o,children:n,...i},s)=>{let d=r==="left"||r==="right"?Uy[e]:Ky[e];return He(vm,{children:[He(Ea,{},void 0,!1,void 0,this),He(yt.Content,{ref:s,className:a(ym(),d,o),...i,children:[r!=="top"&&He("div",{className:a(fm[r]),children:He(gm,{className:"!m-0 !h-auto !w-auto !rounded-none !bg-transparent !opacity-100",children:He("div",{className:a(Qa({direction:r}))},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),n,r==="top"&&He("div",{className:a(fm[r]),children:He(gm,{className:"!m-0 !h-auto !w-auto !rounded-none !bg-transparent !opacity-100",children:He("div",{className:a(Qa({direction:r}))},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),t&&He(yt.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:[He(_y,{className:"size-4"},void 0,!1,void 0,this),He("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)});Tm.displayName="DrawerContent";var hm=({className:e,...t})=>He("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);hm.displayName="DrawerHeader";var Pm=({className:e,...t})=>He("div",{className:a("mt-auto flex flex-col gap-2 p-4",e),...t},void 0,!1,void 0,this);Pm.displayName="DrawerFooter";var zm=Nn(({className:e,...t},r)=>He(yt.Title,{ref:r,className:a("font-semibold text-foreground text-lg",e),...t},void 0,!1,void 0,this));zm.displayName="DrawerTitle";var Mm=Nn(({className:e,...t},r)=>He(yt.Description,{ref:r,className:a("text-muted-foreground text-sm",e),...t},void 0,!1,void 0,this));Mm.displayName="DrawerDescription";import*as G from"@radix-ui/react-dropdown-menu";import{cva as fr}from"class-variance-authority";import{Check as Xy,ChevronRight as Jy,Circle as qy}from"lucide-react";import{createContext as Qy,forwardRef as Yt,useContext as Vr}from"react";import{jsxDEV as Te}from"react/jsx-dev-runtime";var Q={sm:F.sm,md:F.md,lg:F.lg},Ln={default:"default",danger:"danger"},gr=Qy(Q.md),Da=fr("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)]"),ja=fr("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:{[Q.sm]:"h-7 gap-1.5 px-2 text-xs [&_svg]:size-3.5",[Q.md]:"h-8 gap-2 px-2 text-sm [&_svg]:size-4",[Q.lg]:"h-9 gap-2 px-2.5 text-sm [&_svg]:size-4"},variant:{[Ln.default]:"hover:bg-accent/80 focus:bg-accent focus:text-accent-foreground",[Ln.danger]:"text-destructive hover:bg-destructive/10 focus:bg-destructive/10 focus:text-destructive"}},defaultVariants:{size:Q.sm,variant:Ln.default}}),Nm=fr("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:{[Q.sm]:"h-7 pl-7 pr-2 text-xs",[Q.md]:"h-8 pl-8 pr-2 text-sm",[Q.lg]:"h-9 pl-8 pr-2.5 text-sm"}},defaultVariants:{size:Q.sm}}),Lm=fr("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:{[Q.sm]:"h-7 pl-7 pr-2 text-xs",[Q.md]:"h-8 pl-8 pr-2 text-sm",[Q.lg]:"h-9 pl-8 pr-2.5 text-sm"}},defaultVariants:{size:Q.sm}}),xm=fr("font-semibold text-muted-foreground",{variants:{size:{[Q.sm]:"px-2 py-1 text-[11px]",[Q.md]:"px-2 py-1.5 text-xs",[Q.lg]:"px-2.5 py-1.5 text-xs"}},defaultVariants:{size:Q.sm}}),Rm=fr("-mx-1 my-1 h-px bg-border/50"),Cm=fr("ml-auto tracking-widest text-muted-foreground/70",{variants:{size:{[Q.sm]:"text-[11px]",[Q.md]:"text-xs",[Q.lg]:"text-xs"}},defaultVariants:{size:Q.sm}}),wm={[Q.sm]:"absolute left-2 flex size-3.5 items-center justify-center",[Q.md]:"absolute left-2 flex size-3.5 items-center justify-center",[Q.lg]:"absolute left-2.5 flex size-4 items-center justify-center"},Zy={[Q.sm]:"size-3",[Q.md]:"size-3.5",[Q.lg]:"size-4"},Ey={[Q.sm]:"size-1.5 fill-current",[Q.md]:"size-2 fill-current",[Q.lg]:"size-2.5 fill-current"},Dy=G.Root,jy=G.Trigger,ev=G.Group,tv=G.Portal,rv=G.Sub,ov=G.RadioGroup,Hm=Yt(({className:e,inset:t,children:r,...o},n)=>{let i=Vr(gr),s=f(i);return Te(G.SubTrigger,{ref:n,className:a(ja({size:s}),"data-[state=open]:bg-accent",t&&"pl-8",e),...o,children:[r,Te(Jy,{className:"ml-auto"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Hm.displayName=G.SubTrigger.displayName;var km=Yt(({className:e,sideOffset:t=nt,portal:r=le,portalContainer:o,...n},i)=>{let s=Te(G.SubContent,{ref:i,sideOffset:t,className:a(Da(),e),...n},void 0,!1,void 0,this);if(!r)return s;return Te(G.Portal,{container:o??void 0,children:s},void 0,!1,void 0,this)});km.displayName=G.SubContent.displayName;var Sm=Yt(({className:e,sideOffset:t=nt,size:r,portal:o=le,portalContainer:n,...i},s)=>{let l=f(r)??Q.md,d=Te(G.Content,{ref:s,sideOffset:t,className:a(Da(),e),...i},void 0,!1,void 0,this);return Te(gr.Provider,{value:l,children:o?Te(G.Portal,{container:n??void 0,children:d},void 0,!1,void 0,this):d},void 0,!1,void 0,this)});Sm.displayName=G.Content.displayName;var Am=Yt(({className:e,inset:t,variant:r,...o},n)=>{let i=Vr(gr),s=f(i);return Te(G.Item,{ref:n,className:a(ja({size:s,variant:r}),t&&"pl-8",e),...o},void 0,!1,void 0,this)});Am.displayName=G.Item.displayName;var Bm=Yt(({className:e,children:t,checked:r,...o},n)=>{let i=Vr(gr),s=f(i)??Q.md;return Te(G.CheckboxItem,{ref:n,className:a(Nm({size:s}),e),checked:r,...o,children:[Te("span",{className:wm[s],children:Te(G.ItemIndicator,{children:Te(Xy,{className:Zy[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)});Bm.displayName=G.CheckboxItem.displayName;var Im=Yt(({className:e,children:t,...r},o)=>{let n=Vr(gr),i=f(n)??Q.md;return Te(G.RadioItem,{ref:o,className:a(Lm({size:i}),e),...r,children:[Te("span",{className:wm[i],children:Te(G.ItemIndicator,{children:Te(qy,{className:Ey[i]},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)});Im.displayName=G.RadioItem.displayName;var Fm=Yt(({className:e,inset:t,...r},o)=>{let n=Vr(gr),i=f(n);return Te(G.Label,{ref:o,className:a(xm({size:i}),t&&"pl-8",e),...r},void 0,!1,void 0,this)});Fm.displayName=G.Label.displayName;var Gm=Yt(({className:e,...t},r)=>Te(G.Separator,{ref:r,className:a(Rm(),e),...t},void 0,!1,void 0,this));Gm.displayName=G.Separator.displayName;var Om=({className:e,...t})=>{let r=Vr(gr),o=f(r);return Te("span",{className:a(Cm({size:o}),e),...t},void 0,!1,void 0,this)};Om.displayName="DropdownMenuShortcut";import{cva as Ho}from"class-variance-authority";import{forwardRef as nv}from"react";import{jsxDEV as wo}from"react/jsx-dev-runtime";var ke={sm:"sm",md:"md",lg:"lg"},Wm=Ho("flex flex-col items-center justify-center text-center rounded-[var(--radius)] border border-dashed border-border/70 bg-muted/35",{variants:{size:{[ke.sm]:"gap-2 p-4",[ke.md]:"gap-4 p-8",[ke.lg]:"gap-6 p-12"}},defaultVariants:{size:ke.sm}}),_m=Ho("flex items-center justify-center rounded-full border border-border/60 bg-muted/70 text-muted-foreground",{variants:{size:{[ke.sm]:"h-10 w-10 [&>svg]:h-4 [&>svg]:w-4",[ke.md]:"h-16 w-16 [&>svg]:h-7 [&>svg]:w-7",[ke.lg]:"h-20 w-20 [&>svg]:h-9 [&>svg]:w-9"}},defaultVariants:{size:ke.sm}}),Um=Ho("font-semibold text-foreground",{variants:{size:{[ke.sm]:"text-sm",[ke.md]:"text-lg",[ke.lg]:"text-xl"}},defaultVariants:{size:ke.sm}}),Km=Ho("text-muted-foreground max-w-sm",{variants:{size:{[ke.sm]:"text-xs",[ke.md]:"text-sm",[ke.lg]:"text-base"}},defaultVariants:{size:ke.sm}}),$m=Ho("flex items-center gap-2 mt-2"),Vm=nv(({className:e,icon:t,title:r,description:o,actions:n,size:i=ke.sm,children:s,...l},d)=>{let m=f(i);return wo("div",{ref:d,className:a(Wm({size:m}),e),...l,children:[t&&wo("div",{className:_m({size:m}),children:t},void 0,!1,void 0,this),r&&wo("h3",{className:Um({size:m}),children:r},void 0,!1,void 0,this),o&&wo("p",{className:Km({size:m}),children:o},void 0,!1,void 0,this),n&&wo("div",{className:$m(),children:n},void 0,!1,void 0,this),s]},void 0,!0,void 0,this)});Vm.displayName="EmptyState";import{cva as Yr}from"class-variance-authority";import{Component as av,createElement as Ym}from"react";import{jsxDEV as Oe,Fragment as sv}from"react/jsx-dev-runtime";var Xm=Yr(["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"},variant:{destructive:"border-destructive/30 bg-destructive/8",warning:"border-warning/30 bg-warning/8",info:"border-info/30 bg-info/8"}},defaultVariants:{size:"sm",variant:"destructive"}}),Jm=Yr(["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"},variant:{destructive:"bg-destructive/10 text-destructive",warning:"bg-warning/10 text-warning",info:"bg-info/10 text-info"}},defaultVariants:{size:"sm",variant:"destructive"}}),qm=Yr("font-semibold transition-colors duration-300",{variants:{size:{sm:"text-lg",md:"text-xl",lg:"text-2xl"},variant:{destructive:"text-destructive",warning:"text-warning",info:"text-info"}},defaultVariants:{size:"sm",variant:"destructive"}}),Qm=Yr("max-w-xl text-muted-foreground transition-all duration-200",{variants:{size:{sm:"text-sm",md:"text-sm",lg:"text-base"}},defaultVariants:{size:"sm"}}),Zm=Yr("mt-2 flex flex-wrap items-center justify-center gap-2"),Em=Yr("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 Dm extends av{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="sm",variant:n="destructive",className:i,title:s="Something went wrong",description:l="An unexpected error occurred. Please try again.",icon:d,actions:m,resetLabel:c="Try again",hideReset:u=!1,renderDetails:g}=this.props;if(this.state.hasError&&this.state.error){let v={error:this.state.error,reset:this.handleReset};if(t){if(typeof t==="function")return Ym(t,v);return t}let y=null;if(m)y=typeof m==="function"?Ym(m,v):m;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"};y=Oe("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[n]),children:c},void 0,!1,void 0,this)}let T=g?g(this.state.error):Oe(sv,{children:[Oe("strong",{children:"Error:"},void 0,!1,void 0,this)," ",this.state.error.message,this.state.error.stack&&Oe("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 Oe("div",{className:a(Xm({size:o,variant:n}),i),children:[Oe("div",{className:a(Jm({size:o,variant:n})),children:d??Oe(iv,{},void 0,!1,void 0,this)},void 0,!1,void 0,this),Oe("h3",{className:a(qm({size:o,variant:n})),children:s},void 0,!1,void 0,this),Oe("p",{className:a(Qm({size:o})),children:l},void 0,!1,void 0,this),y&&Oe("div",{className:a(Zm()),children:y},void 0,!1,void 0,this),r&&Oe("div",{className:a(Em()),children:T},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}return e}}function iv(){return Oe("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:[Oe("circle",{cx:"12",cy:"12",r:"10"},void 0,!1,void 0,this),Oe("line",{x1:"12",x2:"12",y1:"8",y2:"12"},void 0,!1,void 0,this),Oe("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 Xt}from"class-variance-authority";import{forwardRef as lv,useCallback as st,useRef as mv,useState as jm}from"react";import{jsxDEV as Ae}from"react/jsx-dev-runtime";var Re={sm:"sm",md:"md",lg:"lg"},ed=Xt(["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:{[Re.sm]:"min-h-28 p-5",[Re.md]:"min-h-36 p-8",[Re.lg]:"min-h-44 p-10"},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:Re.sm,isDragging:!1,disabled:!1,hasError:!1}}),td=Xt("text-muted-foreground transition-colors duration-200",{variants:{size:{[Re.sm]:"mb-2 size-6",[Re.md]:"size-8 mb-3",[Re.lg]:"size-10 mb-4"},isDragging:{true:"text-primary",false:""}},defaultVariants:{size:Re.sm,isDragging:!1}}),ei=Xt("text-center",{variants:{size:{[Re.sm]:"text-sm",[Re.md]:"text-sm",[Re.lg]:"text-base"}},defaultVariants:{size:Re.sm}}),rd=Xt("mt-4 w-full space-y-2"),od=Xt(["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"]),nd=Xt("min-w-0 flex-1 truncate font-medium text-foreground",{variants:{size:{[Re.sm]:"text-sm",[Re.md]:"text-sm",[Re.lg]:"text-base"}},defaultVariants:{size:"sm"}}),ad=Xt("text-muted-foreground",{variants:{size:{[Re.sm]:"text-xs",[Re.md]:"text-sm",[Re.lg]:"text-sm"}},defaultVariants:{size:"sm"}}),id=Xt(["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"]),sd=lv(({className:e,size:t="sm",disabled:r=!1,accept:o,multiple:n=!1,maxSize:i,maxFiles:s,value:l=[],onChange:d,onError:m,icon:c,title:u="Drop files here or click to upload",description:g,showFileList:v=!0,...y},T)=>{let M=f(t),[z,p]=jm(!1),[h,L]=jm(!1),H=mv(null),S=st((x)=>{if(x===0)return"0 Bytes";let W=1024,b=["Bytes","KB","MB","GB"],P=Math.floor(Math.log(x)/Math.log(W));return`${parseFloat((x/W**P).toFixed(2))} ${b[P]}`},[]),B=st((x)=>{let W=[...x];if(L(!1),o){let b=o.split(",").map((P)=>P.trim());if(W=W.filter((P)=>{return b.some((C)=>{if(C.startsWith("."))return P.name.toLowerCase().endsWith(C.toLowerCase());if(C.endsWith("/*"))return P.type.startsWith(C.slice(0,-1));return P.type===C})}),W.length<x.length)m?.("Some files were rejected due to file type"),L(!0)}if(i){let b=W.length;if(W=W.filter((P)=>P.size<=i),W.length<b)m?.(`File size must be less than ${S(i)}`),L(!0)}if(s&&W.length+l.length>s)W=W.slice(0,s-l.length),m?.(`Maximum ${s} files allowed`),L(!0);return W},[o,i,s,l.length,m,S]),R=st((x)=>{if(!x||x.length===0)return;let W=Array.from(x),b=B(W);if(b.length>0)if(n)d?.([...l,...b]);else d?.(b.slice(0,1))},[n,l,d,B]),Y=st((x)=>{x.preventDefault(),x.stopPropagation(),p(!0)},[]),K=st((x)=>{x.preventDefault(),x.stopPropagation(),p(!1)},[]),X=st((x)=>{x.preventDefault(),x.stopPropagation()},[]),j=st((x)=>{if(x.preventDefault(),x.stopPropagation(),p(!1),r)return;R(x.dataTransfer.files)},[r,R]),ie=st((x)=>{if(R(x.target.files),H.current)H.current.value=""},[R]),V=st(()=>{if(!r)H.current?.click()},[r]),re=st((x)=>{if(x.key==="Enter"||x.key===" ")x.preventDefault(),V()},[V]),k=st((x)=>{let W=l.filter((b,P)=>P!==x);d?.(W)},[l,d]),Z=Ae("svg",{className:a(td({size:M,isDragging:z})),fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:Ae("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 Ae("div",{ref:T,className:a("w-full",e),...y,children:[Ae("div",{role:"button",tabIndex:r?-1:0,onClick:V,onKeyDown:re,onDragEnter:Y,onDragLeave:K,onDragOver:X,onDrop:j,className:a(ed({size:M,isDragging:z,disabled:r,hasError:h})),children:[Ae("input",{ref:H,type:"file",accept:o,multiple:n,disabled:r,onChange:ie,className:"sr-only"},void 0,!1,void 0,this),c||Z,Ae("p",{className:a(ei({size:M}),"font-medium text-foreground"),children:u},void 0,!1,void 0,this),g&&Ae("p",{className:a(ei({size:M}),"mt-1 text-muted-foreground"),children:g},void 0,!1,void 0,this)]},void 0,!0,void 0,this),v&&l.length>0&&Ae("div",{className:a(rd()),children:l.map((x,W)=>Ae("div",{className:a(od()),children:[Ae("svg",{className:"size-5 shrink-0 text-muted-foreground",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:Ae("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),Ae("span",{className:a(nd({size:M})),children:x.name},void 0,!1,void 0,this),Ae("span",{className:a(ad({size:M})),children:S(x.size)},void 0,!1,void 0,this),Ae("button",{type:"button",onClick:(b)=>{b.stopPropagation(),k(W)},className:a(id()),"aria-label":`Remove ${x.name}`,children:Ae("svg",{className:"size-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:Ae("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)]},`${x.name}-${W}`,!0,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});sd.displayName="FileUpload";import{cva as dv}from"class-variance-authority";import{createContext as uv,forwardRef as xn,useCallback as ld,useContext as cv,useEffect as dd,useId as pv,useMemo as fv,useState as md}from"react";import{jsxDEV as br,Fragment as bv}from"react/jsx-dev-runtime";var Ze={sm:"sm",md:"md",lg:"lg"},ud=uv(null),ko=()=>{let e=cv(ud);if(!e)throw Error("useFormField must be used within a FormField");return e},cd=dv("flex flex-col",{variants:{size:{[Ze.sm]:"gap-1",[Ze.md]:"gap-1.5",[Ze.lg]:"gap-2"}},defaultVariants:{size:Ze.sm}}),pd=xn(({className:e,size:t=Ze.sm,error:r,disabled:o=!1,required:n=!1,children:i,...s},l)=>{let d=pv(),m=f(t),[c,u]=md([]),[g,v]=md([]),y=ld((z)=>{return u((p)=>p.includes(z)?p:[...p,z]),()=>{u((p)=>p.filter((h)=>h!==z))}},[]),T=ld((z)=>{return v((p)=>p.includes(z)?p:[...p,z]),()=>{v((p)=>p.filter((h)=>h!==z))}},[]),M=fv(()=>({id:d,size:m,error:r,disabled:o,required:n,descriptionIds:c,errorIds:g,registerDescriptionId:y,registerErrorId:T}),[c,o,m,r,g,d,y,T,n]);return br(ud.Provider,{value:M,children:br("div",{ref:l,className:a(cd({size:m}),e),...s,children:i},void 0,!1,void 0,this)},void 0,!1,void 0,this)});pd.displayName="FormField";var gv={[Ze.sm]:"text-xs",[Ze.md]:"text-sm",[Ze.lg]:"text-base"},fd=xn(({className:e,htmlFor:t,children:r,...o},n)=>{let{id:i,size:s,disabled:l,required:d}=ko();return br("label",{ref:n,htmlFor:t??i,className:a("inline-block select-none font-medium text-foreground",gv[s],l&&"cursor-not-allowed opacity-60",e),...o,children:[r,d&&br("span",{className:"ml-0.5 text-destructive","aria-hidden":"true",children:"*"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});fd.displayName="FormFieldLabel";var gd={[Ze.sm]:"text-[11px]",[Ze.md]:"text-xs",[Ze.lg]:"text-sm"},bd=xn(({className:e,id:t,...r},o)=>{let{id:n,size:i,registerDescriptionId:s}=ko(),l=t??`${n}-description`;return dd(()=>{return s(l)},[l,s]),br("p",{ref:o,id:l,className:a("text-muted-foreground",gd[i],e),...r},void 0,!1,void 0,this)});bd.displayName="FormFieldDescription";var yd=xn(({className:e,children:t,id:r,...o},n)=>{let{id:i,size:s,error:l,registerErrorId:d}=ko(),m=t??l,c=r??`${i}-error`;if(dd(()=>{if(!m)return;return d(c)},[c,m,d]),!m)return null;return br("p",{ref:n,id:c,role:"alert",className:a("text-destructive",gd[s],e),...o,children:m},void 0,!1,void 0,this)});yd.displayName="FormFieldError";var vd=({children:e})=>{let{id:t,disabled:r,required:o,error:n,descriptionIds:i,errorIds:s}=ko(),l=[...i,...s].join(" ");return br(bv,{children:e({id:t,disabled:r,required:o,status:n||s.length>0?"error":"default","aria-describedby":l||void 0,"aria-invalid":n||s.length>0?!0:void 0})},void 0,!1,void 0,this)};vd.displayName="FormFieldControl";import*as Ht from"@radix-ui/react-hover-card";import{cva as yv}from"class-variance-authority";import{forwardRef as vv}from"react";import{jsxDEV as ti}from"react/jsx-dev-runtime";var Xr={sm:F.sm,md:F.md,lg:F.lg},Td=yv("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:{[Xr.sm]:"w-52 p-3 text-xs",[Xr.md]:"w-64 p-4 text-sm",[Xr.lg]:"w-80 p-5 text-sm"}},defaultVariants:{size:Xr.md}}),hd=({openDelay:e,closeDelay:t,...r})=>{let o=be();return ti(Ht.Root,{openDelay:o?0:e,closeDelay:o?0:t,...r},void 0,!1,void 0,this)};hd.displayName="HoverCard";var Tv=Ht.Trigger,Pd=vv(({className:e,align:t="center",sideOffset:r=nt,portal:o=le,portalContainer:n,size:i=Xr.sm,...s},l)=>{let d=f(i),m=ti(Ht.Content,{ref:l,align:t,sideOffset:r,className:a(Td({size:d}),e),...s},void 0,!1,void 0,this);if(!o)return m;return ti(Ht.Portal,{container:n??void 0,children:m},void 0,!1,void 0,this)});Pd.displayName=Ht.Content.displayName;import{cva as hv}from"class-variance-authority";import{X as Pv}from"lucide-react";import{forwardRef as zv,useRef as Mv,useState as Nv}from"react";import{jsxDEV as yr}from"react/jsx-dev-runtime";var So={default:"default",error:"error",success:"success"},ne={sm:"sm",md:"md",lg:"lg"},Lv="Clear input",Md=hv("transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] 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:{[So.default]:"focus-visible:ring-primary",[So.error]:"border-destructive focus-visible:ring-destructive",[So.success]:"border-success focus-visible:ring-success"},size:{[ne.sm]:"h-8 px-2 text-xs",[ne.md]:"h-10 px-3",[ne.lg]:"h-11 px-4"}},defaultVariants:{status:So.default,size:ne.sm}}),xv={[ne.sm]:"pl-7",[ne.md]:"pl-9",[ne.lg]:"pl-10"},Rv={[ne.sm]:"pr-7",[ne.md]:"pr-9",[ne.lg]:"pr-10"},Cv={[ne.sm]:"pr-12",[ne.md]:"pr-16",[ne.lg]:"pr-18"},wv={[ne.sm]:"text-xs left-2",[ne.md]:"text-sm left-3",[ne.lg]:"text-sm left-3.5"},Hv={[ne.sm]:"text-xs",[ne.md]:"text-sm",[ne.lg]:"text-sm"},kv={[ne.sm]:"size-4",[ne.md]:"size-5",[ne.lg]:"size-5"},Sv={[ne.sm]:"size-3",[ne.md]:"size-3.5",[ne.lg]:"size-3.5"};function zd(e){if(e===void 0||e===null)return"";if(Array.isArray(e))return e.join("");return String(e)}var Nd=zv(({className:e,status:t=So.default,size:r=ne.sm,fullWidth:o=!1,prefix:n,suffix:i,clearable:s=!1,clearAriaLabel:l=Lv,onClear:d,onValueChange:m,disabled:c,readOnly:u,onChange:g,value:v,defaultValue:y,...T},M)=>{let z=Boolean(n),p=Boolean(i),h=f(r),L=Mv(null),H=kt(M,L),[S,B]=Nv(()=>zd(y)),R=v!==void 0,Y=R?zd(v):S,K=s&&!c&&!u,X=s&&!c&&!u&&Y.length>0,j=p||K,ie=p&&K,V=(k)=>{let Z=k.target.value;if(!R)B(Z);m?.(Z),g?.(k)},re=()=>{if(!R)B("");m?.("");let k=L.current;if(k)k.value="",k.dispatchEvent(new Event("input",{bubbles:!0})),k.focus();d?.()};return yr("div",{className:a("relative flex items-center",o&&"w-full"),children:[z&&yr("span",{className:a("absolute inset-y-0 flex items-center text-muted-foreground",wv[h]),children:n},void 0,!1,void 0,this),yr("input",{ref:H,className:a(Md({status:t,size:h}),z&&xv[h],ie&&Cv[h],!ie&&j&&Rv[h],e),disabled:c,readOnly:u,onChange:V,value:Y,...T},void 0,!1,void 0,this),j&&yr("span",{className:a("absolute inset-y-0 right-2 flex items-center gap-1 text-muted-foreground",Hv[h]),children:[p&&yr("span",{className:"inline-flex items-center",children:i},void 0,!1,void 0,this),K&&yr("button",{type:"button","aria-label":l,onMouseDown:(k)=>k.preventDefault(),onClick:re,tabIndex:X?0:-1,disabled:!X,className:a("inline-flex items-center justify-center rounded-[calc(var(--radius)-4px)] text-muted-foreground transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",X?"cursor-pointer hover:text-foreground":"pointer-events-none opacity-0",kv[h]),children:yr(Pv,{className:Sv[h]},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});Nd.displayName="Input";import{cva as Fv}from"class-variance-authority";import{forwardRef as Gv}from"react";import{useSyncExternalStore as Av}from"react";var Bv=()=>ri(),Iv=()=>Ld;function Ao(){return Av(xd,Bv,Iv)}import{jsxDEV as Ov}from"react/jsx-dev-runtime";var Jr={sm:"sm",md:"md",lg:"lg"},qr=Fv("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:{[Jr.sm]:"min-w-5 h-5 px-1 text-[11px]",[Jr.md]:"min-w-6 h-6 px-1.5 text-xs",[Jr.lg]:"min-w-7 h-7 px-2 text-sm"}},defaultVariants:{size:Jr.sm}}),Rd=Gv(({className:e,size:t=Jr.sm,combo:r,keys:o,children:n,...i},s)=>{let l=f(t),{isMac:d}=Ao(),m=r?Rn(r,d):o?Rn(o,d):n;return Ov("kbd",{ref:s,className:a(qr({size:l}),e),...i,children:m},void 0,!1,void 0,this)});Rd.displayName="Kbd";import{cva as Wv}from"class-variance-authority";import{forwardRef as _v}from"react";import{jsxDEV as Cd}from"react/jsx-dev-runtime";var Qr={sm:"sm",md:"md",lg:"lg"},wd=Wv("inline-block font-medium text-foreground select-none peer-disabled:cursor-not-allowed peer-disabled:text-muted-foreground/70",{variants:{size:{[Qr.sm]:"text-xs",[Qr.md]:"text-sm",[Qr.lg]:"text-base"}},defaultVariants:{size:Qr.sm}}),Hd=_v(({className:e,size:t=Qr.sm,required:r=!1,disabled:o=!1,children:n,htmlFor:i,...s},l)=>{let d=f(t);return Cd("label",{ref:l,htmlFor:i,className:a(wd({size:d}),o&&"cursor-not-allowed text-muted-foreground/70",e),"aria-disabled":o||void 0,...s,children:[n,r&&Cd("span",{className:"ml-0.5 text-destructive","aria-hidden":"true",children:"*"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Hd.displayName="Label";import{forwardRef as Uv}from"react";import{jsxDEV as Kv}from"react/jsx-dev-runtime";var kd=Uv((e,t)=>{return Kv(Gt,{ref:t,...e},void 0,!1,void 0,this)});kd.displayName="Loader";import*as Jt from"@radix-ui/react-popover";import{cva as Qv}from"class-variance-authority";import{Check as Zv,ChevronDown as Ev,X as Dv}from"lucide-react";import{forwardRef as jv,useCallback as St,useEffect as oi,useLayoutEffect as Bd,useMemo as Dr,useRef as jr,useState as Cn}from"react";import*as Ee from"@radix-ui/react-popover";import{cva as $v}from"class-variance-authority";import{forwardRef as Vv}from"react";import{jsxDEV as Sd}from"react/jsx-dev-runtime";var Zr={sm:F.sm,md:F.md,lg:F.lg},Er=$v("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:{[Zr.sm]:"w-56 p-3 text-sm",[Zr.md]:"w-72 p-4 text-sm",[Zr.lg]:"w-96 p-5 text-sm"}},defaultVariants:{size:Zr.md}}),Yv=Ee.Root,Xv=Ee.Trigger,Jv=Ee.Anchor,qv=Ee.Close,Ad=Vv(({className:e,align:t="center",sideOffset:r=nt,portal:o=le,portalContainer:n,size:i=Zr.sm,...s},l)=>{let d=f(i),m=Sd(Ee.Content,{ref:l,align:t,sideOffset:r,className:a(Er({size:d}),e),...s},void 0,!1,void 0,this);if(o)return Sd(Ee.Portal,{container:n??void 0,children:m},void 0,!1,void 0,this);return m});Ad.displayName="PopoverContent";import{jsxDEV as me,Fragment as uT}from"react/jsx-dev-runtime";var te={sm:"sm",md:"md",lg:"lg"},Id=Qv(["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:{[te.sm]:"min-h-8 px-2.5 py-1 text-xs",[te.md]:"min-h-10 px-3.5 py-1.5",[te.lg]:"min-h-11 px-4.5 py-2 text-sm"},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:te.md,status:"default"}}),eT={[te.sm]:"sm",[te.md]:"md",[te.lg]:"lg"},tT={[te.sm]:"min-h-7.5 py-1.5 px-2.5 text-xs",[te.md]:"min-h-9 py-2 px-3 text-sm",[te.lg]:"min-h-10 py-2.5 px-3.5 text-sm"},wn={[te.sm]:"size-3.5",[te.md]:"size-4",[te.lg]:"size-4"},rT={[te.sm]:"text-[11px]",[te.md]:"text-xs",[te.lg]:"text-xs"},oT=4,nT={[te.sm]:34,[te.md]:36,[te.lg]:40},aT={[te.sm]:5.8,[te.md]:6,[te.lg]:6.2},iT={[te.sm]:14,[te.md]:16,[te.lg]:18},sT={[te.sm]:5.6,[te.md]:5.8,[te.lg]:6},lT=(e,t)=>{return Math.ceil(nT[t]+Math.max(1,e.trim().length)*aT[t])},mT=(e,t)=>{let r=`+${e}`;return Math.ceil(iT[t]+r.length*sT[t])},dT=({containerWidth:e,badgeWidths:t,getSummaryWidth:r,gapPx:o=oT})=>{if(t.length===0)return{visibleCount:0,hiddenCount:0};if(e<=0)return{visibleCount:0,hiddenCount:t.length};let n=0,i=0;for(let s=0;s<t.length;s+=1){let l=t[s]??0,d=i>0,m=n+(d?o:0)+l,c=t.length-(s+1);if(c>0){let u=r(c),g=m>0?o:0;if(m+g+u<=e){n=m,i+=1;continue}break}if(m<=e)n=m,i+=1}return{visibleCount:i,hiddenCount:t.length-i}},Fd=jv(({className:e,options:t,value:r,defaultValue:o=[],onValueChange:n,placeholder:i="Select options...",size:s=te.sm,status:l="default",clearable:d=!1,open:m,defaultOpen:c=!1,onOpenChange:u,portal:g=le,portalContainer:v,disabled:y,...T},M)=>{let z=f(s)??s,[p,h]=Cn(c),[L,H]=Cn(o),[S,B]=Cn(null),[R,Y]=Cn(null),K=jr(null),X=jr(null),j=jr(null),ie=jr(o),V=jr(new Map),re=jr(new Map),k=r!==void 0,Z=m!==void 0,x=k?r:L,W=Z?m:p,b=St((N)=>{if(!Z)h(N);u?.(N)},[Z,u]),P=Dr(()=>{return new Map(t.map((N)=>[N.value,N]))},[t]),C=Dr(()=>{return x.flatMap((N)=>{let E=P.get(N);return E?[E]:[]})},[P,x]),oe=Dr(()=>{if(!S)return;return P.get(S)},[P,S]),_=St((N)=>{let E=x.includes(N)?x.filter((ee)=>ee!==N):[...x,N];if(!k)H(E);n?.(E)},[k,n,x]),Ce=St((N)=>{let E=x.filter((ee)=>ee!==N);if(!k)H(E);n?.(E)},[k,n,x]),O=St(()=>{if(!k)H([]);n?.([])},[k,n]),ae=St((N)=>{N.stopPropagation(),N.preventDefault(),O()},[O]),Lt=St((N)=>{if(N.key==="Enter"||N.key===" ")N.stopPropagation(),N.preventDefault(),O()},[O]),ot=St((N)=>{let E=K.current;if(!E)return;let ee=Array.from(E.querySelectorAll('[role="option"]:not([data-disabled])'));if(ee.length===0)return;let ir=E.querySelector('[role="option"]:focus'),en=ir?ee.indexOf(ir):-1,bo;switch(N){case"first":bo=ee[0];break;case"last":bo=ee[ee.length-1];break;case"next":bo=ee[en+1]??ee[0];break;case"prev":bo=ee[en-1]??ee[ee.length-1];break}bo?.focus()},[]),$=St((N)=>{switch(N.key){case"ArrowDown":N.preventDefault(),ot("next");break;case"ArrowUp":N.preventDefault(),ot("prev");break;case"Home":N.preventDefault(),ot("first");break;case"End":N.preventDefault(),ot("last");break;case"Escape":N.preventDefault(),b(!1);break}},[ot,b]);oi(()=>{if(W)requestAnimationFrame(()=>ot("first"))},[ot,W]),oi(()=>{if(S&&!oe)B(null)},[oe,S]),oi(()=>{let N=ie.current,E=x.filter((ee)=>!N.includes(ee));if(E.length>0){let ee=E[E.length-1];if(ee&&!V.current.has(`${z}:${ee}`))B(ee)}ie.current=x},[z,x]),Bd(()=>{let N=X.current;if(!N)return;if((()=>{Y(Math.ceil(N.getBoundingClientRect().width))})(),typeof ResizeObserver>"u")return;let ee=new ResizeObserver((ir)=>{let en=Math.ceil(ir[0]?.contentRect.width??N.getBoundingClientRect().width);Y(en)});return ee.observe(N),()=>{ee.disconnect()}},[]),Bd(()=>{if(!S)return;let N=j.current;if(!N)return;let E=Math.ceil(N.getBoundingClientRect().width);if(E>0)V.current.set(`${z}:${S}`,E);B(null)},[z,S]);let ue=eT[z],se=C.length>0,Me=d&&se&&!y,Ue=St((N)=>{let E=`${z}:${N}`,ee=re.current.get(E);if(ee!==void 0)return ee;let ir=mT(N,z);return re.current.set(E,ir),ir},[z]),ct=Dr(()=>{return C.map((N)=>{let E=`${z}:${N.value}`;return V.current.get(E)??lT(N.label,z)})},[z,C]),A=Dr(()=>{if(!se)return{visibleCount:0,hiddenCount:0};if(R===null||R<=0)return{visibleCount:C.length,hiddenCount:0};return dT({containerWidth:R,badgeWidths:ct,getSummaryWidth:Ue})},[R,Ue,se,ct,C.length]),ce=Dr(()=>{return C.slice(0,A.visibleCount)},[A.visibleCount,C]),Ne=me(Jt.Content,{ref:K,role:"listbox","aria-multiselectable":"true",align:"start",sideOffset:4,onKeyDown:$,onOpenAutoFocus:(N)=>N.preventDefault(),className:a(Er(),"max-h-96 w-[var(--radix-popover-trigger-width)] overflow-y-auto overflow-x-hidden p-1"),children:[t.map((N)=>{let E=x.includes(N.value);return me("div",{role:"option",tabIndex:N.disabled?void 0:-1,"aria-selected":E,"aria-disabled":N.disabled||void 0,"data-disabled":N.disabled?"":void 0,className:a("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:border-transparent data-disabled:bg-muted/40 data-disabled:text-muted-foreground/70",tT[z]),onClick:()=>!N.disabled&&_(N.value),onKeyDown:(ee)=>{if(ee.key==="Enter"||ee.key===" "){if(ee.preventDefault(),!N.disabled)_(N.value)}},children:[me("span",{className:a("flex shrink-0 items-center justify-center",wn[z]),children:E?me(Zv,{className:wn[z]},void 0,!1,void 0,this):null},void 0,!1,void 0,this),me("span",{className:"min-w-0 flex-1 truncate",children:N.label},void 0,!1,void 0,this)]},N.value,!0,void 0,this)}),t.length===0?me("div",{className:"px-3 py-6 text-center text-muted-foreground text-sm",children:"No options available"},void 0,!1,void 0,this):null]},void 0,!0,void 0,this);return me(Jt.Root,{open:W,onOpenChange:b,children:[me(Jt.Trigger,{asChild:!0,children:me("button",{ref:M,type:"button",disabled:y,"data-state":W?"open":"closed","data-placeholder":se?void 0:"",className:a(Id({size:z,status:l}),e),...T,children:[me("span",{ref:X,className:"flex min-w-0 flex-1 flex-wrap items-center gap-1 text-left",children:se?me(uT,{children:[ce.map((N)=>me(ho,{variant:"outline",size:ue,removable:!0,removeControl:"span",removeLabel:`Remove ${N.label}`,onRemove:()=>Ce(N.value),className:"max-w-[180px]",children:me("span",{className:"truncate",children:N.label},void 0,!1,void 0,this)},N.value,!1,void 0,this)),A.hiddenCount>0?me("span",{className:a("text-muted-foreground",rT[z]),children:["+",A.hiddenCount]},void 0,!0,void 0,this):null]},void 0,!0,void 0,this):me("span",{className:"text-muted-foreground",children:i},void 0,!1,void 0,this)},void 0,!1,void 0,this),me("span",{className:"inline-flex shrink-0 items-center gap-1 text-muted-foreground",children:[Me?me("span",{role:"button",tabIndex:-1,"aria-label":"Clear all",onMouseDown:(N)=>N.preventDefault(),onKeyDown:Lt,onClick:ae,className:"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:me(Dv,{className:wn[z]},void 0,!1,void 0,this)},void 0,!1,void 0,this):null,me(Ev,{className:a(wn[z],"opacity-60 transition-transform duration-[var(--motion-duration-fast)] ease-[var(--motion-ease-productive)]",W&&"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),g?me(Jt.Portal,{container:v??void 0,children:Ne},void 0,!1,void 0,this):Ne,oe?me("span",{className:"pointer-events-none invisible absolute top-0 left-0 -z-10","aria-hidden":!0,children:me(ho,{ref:j,variant:"outline",size:ue,removable:!0,removeControl:"span",className:"max-w-[180px]",children:me("span",{className:"truncate",children:oe.label},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this):null]},void 0,!0,void 0,this)});Fd.displayName="Multiselect";import{cva as qt}from"class-variance-authority";import{createContext as cT,forwardRef as vr,useContext as pT}from"react";import{jsxDEV as De}from"react/jsx-dev-runtime";var Gd=qt(["transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] flex w-full items-center justify-between border-b","transition-colors duration-200 ease-out"],{variants:{variant:{default:["border-border bg-background/95 backdrop-blur-xl","shadow-[var(--shadow-sm)]"],transparent:"bg-transparent border-transparent",blur:["bg-[var(--surface-glass)] dark:bg-[var(--surface-glass-dark)] border-[color:color-mix(in_srgb,var(--primary)_18%,var(--border))] backdrop-blur-[14px] shadow-[var(--shadow-glass)]","shadow-[var(--shadow-md)]"],solid:["border-border bg-background","shadow-[var(--shadow-xs)]"]},size:{sm:"h-12 px-3",md:"h-14 px-5",lg:"h-16 px-8"},sticky:{true:"sticky top-0 z-50",false:""}},defaultVariants:{variant:"default",size:"sm",sticky:!1}}),Od=qt("flex items-center gap-2 font-semibold text-foreground",{variants:{size:{sm:"text-sm",md:"text-sm",lg:"text-base"}},defaultVariants:{size:"sm"}}),fT=qt("truncate text-muted-foreground",{variants:{size:{sm:"text-xs",md:"text-xs",lg:"text-sm"}},defaultVariants:{size:"sm"}}),Wd=qt("flex items-center",{variants:{align:{start:"justify-start",center:"justify-center",end:"justify-end"},gap:{sm:"gap-2",md:"gap-4",lg:"gap-6"},size:{sm:"text-sm",md:"text-sm",lg:"text-base"}},defaultVariants:{align:"center",gap:"md",size:"sm"}}),_d=qt(["relative inline-flex items-center rounded-lg font-medium text-muted-foreground","transition-colors duration-150 ease-out","hover:bg-accent/60 hover:text-foreground"],{variants:{active:{true:"bg-accent text-foreground",false:""},size:{sm:"h-8 px-2.5 text-sm",md:"h-9 px-3 text-sm",lg:"h-10 px-3.5 text-base"}},defaultVariants:{active:!1,size:"sm"}}),Ud=qt(["relative inline-flex items-center rounded-lg font-medium text-muted-foreground","transition-colors duration-150 ease-out","hover:bg-accent/60 hover:text-foreground","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-1"],{variants:{active:{true:["bg-accent text-foreground"],false:""},size:{sm:"h-8 px-2.5 text-sm",md:"h-9 px-3 text-sm",lg:"h-10 px-3.5 text-base"}},defaultVariants:{active:!1,size:"sm"}}),Kd=qt("flex items-center",{variants:{size:{sm:"gap-1.5",md:"gap-2",lg:"gap-2.5"}},defaultVariants:{size:"sm"}}),$d=qt("w-px rounded-full bg-gradient-to-b from-transparent via-border to-transparent transition-opacity duration-300",{variants:{size:{sm:"mx-1.5 h-5",md:"mx-2 h-6",lg:"mx-2.5 h-7"}},defaultVariants:{size:"sm"}});var Vd={sm:"sm",md:"md",lg:"lg"};var Yd=cT(null),eo=()=>{return pT(Yd)?.size??Vd.sm},Xd=vr(({className:e,variant:t,size:r,sticky:o,...n},i)=>{let s=f(r)??Vd.md;return De(Yd.Provider,{value:{size:s},children:De("nav",{ref:i,className:a(Gd({variant:t,size:s,sticky:o}),e),...n},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Xd.displayName="Navbar";var Jd=vr(({className:e,logo:t,tagline:r,size:o,children:n,...i},s)=>{let l=eo(),d=f(o??l)??l;return De("div",{ref:s,className:a(Od({size:d}),e),...i,children:[t&&De("span",{className:"inline-flex shrink-0 items-center",children:t},void 0,!1,void 0,this),De("div",{className:"flex min-w-0 flex-col",children:[De("span",{className:"truncate",children:n},void 0,!1,void 0,this),r&&De("span",{className:a(fT({size:d})),children:r},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});Jd.displayName="NavbarBrand";var qd=vr(({className:e,align:t,gap:r,size:o,...n},i)=>{let s=eo(),l=f(o??s)??s;return De("div",{ref:i,className:a(Wd({align:t,gap:r??l,size:l}),e),...n},void 0,!1,void 0,this)});qd.displayName="NavbarContent";var Qd=vr(({className:e,active:t,size:r,...o},n)=>{let i=eo(),s=f(r??i)??i;return De("div",{ref:n,className:a(_d({active:t,size:s}),e),"data-active":t,...o},void 0,!1,void 0,this)});Qd.displayName="NavbarItem";var Zd=vr(({className:e,active:t,href:r="#",size:o,...n},i)=>{let s=eo(),l=f(o??s)??s;return De("a",{ref:i,href:r,className:a(Ud({active:t,size:l}),e),"data-active":t,...n},void 0,!1,void 0,this)});Zd.displayName="NavbarLink";var Ed=vr(({className:e,size:t,...r},o)=>{let n=eo(),i=f(t??n)??n;return De("div",{ref:o,className:a(Kd({size:i}),e),...r},void 0,!1,void 0,this)});Ed.displayName="NavbarActions";var Dd=vr(({className:e,size:t,...r},o)=>{let n=eo(),i=f(t??n)??n;return De("div",{ref:o,className:a($d({size:i}),e),...r},void 0,!1,void 0,this)});Dd.displayName="NavbarDivider";import*as Be from"@radix-ui/react-navigation-menu";import{cva as Tr}from"class-variance-authority";import{createContext as gT,forwardRef as Qt,useContext as jd}from"react";import{jsxDEV as We}from"react/jsx-dev-runtime";var lt={sm:F.sm,md:F.md,lg:F.lg},ni=gT(lt.md),eu=Tr("group/navigation-menu relative z-10 flex max-w-max flex-1 items-center justify-center"),tu=Tr("group relative flex flex-1 list-none items-center justify-center gap-0.5"),ru=Tr(["group/trigger inline-flex w-max items-center justify-center gap-1 rounded-[var(--radius)] border border-transparent bg-transparent font-medium outline-none","transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)]","hover:bg-accent hover:text-accent-foreground","focus-visible:ring-2 focus-visible:ring-ring/50 focus-visible:ring-offset-1 focus-visible:ring-offset-background","disabled:pointer-events-none disabled:cursor-not-allowed disabled:bg-muted/40 disabled:text-muted-foreground/70","data-[state=open]:border-border data-[state=open]:bg-accent data-[state=open]:text-accent-foreground"],{variants:{size:{[lt.sm]:"h-8 px-3 py-1.5 text-xs",[lt.md]:"h-9 px-3 py-2 text-sm",[lt.lg]:"h-11 px-4 py-2.5 text-sm"}},defaultVariants:{size:lt.sm}}),ou=Tr(["left-0 top-0 w-full p-1 md:absolute md:w-auto","gs-nav-content"]),nu=Tr(["flex select-none items-center gap-2 rounded-[var(--radius-md)] leading-none no-underline outline-none","transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)]","hover:bg-accent/80 hover:text-accent-foreground","focus:bg-accent focus:text-accent-foreground","focus-visible:ring-2 focus-visible:ring-ring/50 focus-visible:outline-none"],{variants:{size:{[lt.sm]:"p-2 text-xs [&_svg:not([class*='size-'])]:size-3.5",[lt.md]:"p-2.5 text-sm [&_svg:not([class*='size-'])]:size-4",[lt.lg]:"p-3 text-sm [&_svg:not([class*='size-'])]:size-4"}},defaultVariants:{size:lt.sm}}),au=Tr(["gs-nav-viewport origin-[top_center] relative mt-1.5 w-full overflow-hidden rounded-[var(--radius)] border border-border bg-popover text-popover-foreground shadow-[var(--shadow-lg)]","h-[var(--radix-navigation-menu-viewport-height)] md:w-[var(--radix-navigation-menu-viewport-width)]"]),iu=Tr(["gs-nav-indicator top-full z-[1] flex h-1.5 items-end justify-center overflow-hidden"]),bT=()=>We("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-px ml-0.5 size-3 transition-transform duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-emphasized)] group-data-[state=open]/trigger:rotate-180","aria-hidden":"true",children:We("path",{d:"m6 9 6 6 6-6"},void 0,!1,void 0,this)},void 0,!1,void 0,this),su=Qt(({className:e,children:t,size:r,viewport:o=!0,...n},i)=>{let s=f(r??lt.sm);return We(ni.Provider,{value:s,children:We(Be.Root,{ref:i,"data-viewport":o,className:a(eu(),e),...n,children:[t,o&&We(ai,{},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)});su.displayName="NavigationMenu";var lu=Qt(({className:e,...t},r)=>We(Be.List,{ref:r,className:a(tu(),e),...t},void 0,!1,void 0,this));lu.displayName="NavigationMenuList";var mu=Qt(({className:e,...t},r)=>We(Be.Item,{ref:r,className:a("relative",e),...t},void 0,!1,void 0,this));mu.displayName="NavigationMenuItem";var du=Qt(({className:e,children:t,...r},o)=>{let n=jd(ni);return We(Be.Trigger,{ref:o,className:a(ru({size:n}),e),...r,children:[t,We(bT,{},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});du.displayName="NavigationMenuTrigger";var uu=Qt(({className:e,...t},r)=>We(Be.Content,{ref:r,className:a(ou(),e),...t},void 0,!1,void 0,this));uu.displayName="NavigationMenuContent";var cu=Qt(({className:e,...t},r)=>{let o=jd(ni);return We(Be.Link,{ref:r,className:a(nu({size:o}),e),...t},void 0,!1,void 0,this)});cu.displayName="NavigationMenuLink";var ai=Qt(({className:e,...t},r)=>We("div",{className:"absolute top-full left-0 isolate z-50 flex justify-center",children:We(Be.Viewport,{ref:r,className:a(au(),e),...t},void 0,!1,void 0,this)},void 0,!1,void 0,this));ai.displayName="NavigationMenuViewport";var pu=Qt(({className:e,...t},r)=>We(Be.Indicator,{ref:r,className:a(iu(),e),...t,children:We("div",{className:"relative top-[60%] size-2 rotate-45 rounded-tl-sm bg-border shadow-sm"},void 0,!1,void 0,this)},void 0,!1,void 0,this));pu.displayName="NavigationMenuIndicator";import{cva as to}from"class-variance-authority";import{Fragment as yT,forwardRef as vT,useCallback as hr,useEffect as fu,useMemo as gu,useRef as TT,useState as bu}from"react";import{jsxDEV as Pr}from"react/jsx-dev-runtime";var zr={sm:"sm",md:"md",lg:"lg"},Io={default:"default",error:"error",success:"success"},Bo={single:"single",first:"first",middle:"middle",last:"last"},yu=to("relative inline-flex items-center",{variants:{size:{sm:"gap-1",md:"gap-1.5",lg:"gap-2"}},defaultVariants:{size:zr.sm}}),vu=to("relative inline-flex items-center",{variants:{size:{sm:"gap-0",md:"gap-0",lg:"gap-0"},status:{default:"",error:"text-destructive",success:"text-success"}},defaultVariants:{size:zr.sm,status:Io.default}}),Tu=to(["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"},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:zr.sm,filled:!1,focused:!1,status:Io.default,disabled:!1,position:Bo.single}}),hu=to(["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"},status:{default:"caret-primary",error:"caret-destructive",success:"caret-success"},filled:{true:"text-foreground",false:"text-muted-foreground"}},defaultVariants:{size:zr.sm,status:Io.default,filled:!1}}),Pu=to(["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"},focused:{true:"opacity-0 scale-95",false:"opacity-100 scale-100"}},defaultVariants:{size:zr.sm,focused:!1}}),zu=to("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"}},defaultVariants:{size:zr.sm}});function hT(e){if(!Number.isFinite(e))return 6;return Math.max(1,Math.floor(e))}function ii(e,t){let r=(e??"").split("").slice(0,t);if(r.length<t)return r.concat(Array(t-r.length).fill(""));return r}var Mu=vT(({className:e,length:t=6,value:r,onChange:o,onComplete:n,size:i=zr.sm,status:s=Io.default,disabled:l=!1,autoFocus:d=!1,mask:m=!1,groupSize:c,separator:u,separatorChar:g="—",placeholder:v="•",inputMode:y="numeric",pattern:T="[0-9]*",...M},z)=>{let p=f(i),h=hT(t),L=TT([]),[H,S]=bu(null),[B,R]=bu(()=>ii(r,h));fu(()=>{if(r!==void 0){R(ii(r,h));return}R((b)=>ii(b.join(""),h))},[r,h]),fu(()=>{if(d)L.current[0]?.focus()},[d]);let Y=gu(()=>{if(typeof c==="number"&&Number.isFinite(c)){let b=Math.floor(c);if(b<=0)return h;return Math.min(h,Math.max(1,b))}if(typeof u==="number"&&Number.isFinite(u)){let b=Math.floor(u);if(b<=0)return h;return Math.min(h,Math.max(1,b))}if(u)return Math.max(1,Math.floor(h/2));return h},[c,h,u]),K=gu(()=>{let b=[];for(let P=0;P<h;P+=Y){let C=Math.min(P+Y,h),oe=[];for(let _=P;_<C;_+=1)oe.push(_);b.push(oe)}return b},[Y,h]),X=hr((b)=>{let P=L.current[b];if(!P)return;P.focus(),P.select()},[]),j=hr((b)=>{R(b);let P=b.join("");if(o?.(P),b.every((C)=>C!=="")&&P.length===h)n?.(P)},[o,n,h]),ie=hr((b,P)=>{if(l)return;let oe=(y==="numeric"?P.replace(/\D/g,""):P).slice(-1),_=[...B];if(_[b]=oe,j(_),oe&&b<h-1)X(b+1)},[B,l,j,X,y,h]),V=hr((b,P)=>{if(l)return;if(P.key==="Backspace"){if(P.preventDefault(),B[b]){let C=[...B];C[b]="",j(C);return}if(b>0){let C=[...B];C[b-1]="",j(C),X(b-1)}return}if(P.key==="Delete"){if(P.preventDefault(),B[b]){let C=[...B];C[b]="",j(C)}return}if(P.key==="ArrowLeft"){if(P.preventDefault(),b>0)X(b-1);return}if(P.key==="ArrowRight"){if(P.preventDefault(),b<h-1)X(b+1);return}if(P.key==="Home"){P.preventDefault(),X(0);return}if(P.key==="End")P.preventDefault(),X(h-1)},[B,l,j,X,h]),re=hr((b,P)=>{if(P.preventDefault(),l)return;let C=P.clipboardData.getData("text"),_=(y==="numeric"?C.replace(/\D/g,""):C.replace(/\s/g,"")).split("");if(_.length===0)return;let Ce=[...B];for(let ae=0;ae<_.length;ae+=1){let Lt=b+ae;if(Lt>=h)break;Ce[Lt]=_[ae]??""}j(Ce);let O=Math.min(h-1,b+_.length-1);if(O<h-1){X(O+1);return}L.current[O]?.blur()},[B,l,j,X,y,h]),k=hr((b,P)=>{S(b),P.target.select()},[]),Z=hr(()=>{S(null)},[]),x=u!==void 0,W=g.length>0&&u!==!1&&(x||K.length>1);return Pr("div",{ref:z,className:a(yu({size:p}),e),role:"group","aria-label":"One-time password input",...M,children:K.map((b,P)=>Pr(yT,{children:[Pr("div",{"data-gs-otp-group":"true",className:a(vu({size:p,status:s})),children:b.map((C,oe)=>{let _=B[C]??"",Ce=H===C,O=Bo.middle;if(b.length===1)O=Bo.single;else if(oe===0)O=Bo.first;else if(oe===b.length-1)O=Bo.last;return Pr("div",{"data-gs-otp-slot":"true","data-disabled":l,className:a(Tu({size:p,filled:Boolean(_),focused:Ce,status:s,disabled:l,position:O})),children:[Pr("input",{ref:(ae)=>{L.current[C]=ae},type:m?"password":"text",inputMode:y,pattern:T,maxLength:1,value:_,placeholder:"",disabled:l,"aria-invalid":s===Io.error,"aria-label":`Digit ${C+1} of ${h}`,autoComplete:"one-time-code",onChange:(ae)=>ie(C,ae.target.value),onKeyDown:(ae)=>V(C,ae),onPaste:(ae)=>re(C,ae),onFocus:(ae)=>k(C,ae),onBlur:Z,className:a(hu({size:p,status:s,filled:Boolean(_)}))},void 0,!1,void 0,this),!_&&Pr("div",{"data-gs-otp-placeholder":"true","aria-hidden":"true",className:a(Pu({size:p,focused:Ce})),children:v},void 0,!1,void 0,this)]},`slot-${C}`,!0,void 0,this)})},void 0,!1,void 0,this),W&&P<K.length-1&&Pr("span",{"data-gs-otp-separator":"true",className:a(zu({size:p})),children:g},void 0,!1,void 0,this)]},`group-${b[0]}-${b[b.length-1]}`,!0,void 0,this))},void 0,!1,void 0,this)});Mu.displayName="OTPInput";import{createContext as ST,createElement as Bu,useCallback as mt,useContext as AT,useEffect as BT,useMemo as IT,useRef as Iu,useState as FT}from"react";import*as fe from"@radix-ui/react-dialog";import{cva as Nu}from"class-variance-authority";import{X as PT}from"lucide-react";import{createContext as zT,forwardRef as Hn,useCallback as MT,useContext as NT,useEffect as LT,useState as Lu}from"react";import{jsxDEV as Ve,Fragment as kT}from"react/jsx-dev-runtime";var Ye={top:ro.top,right:ro.right,bottom:ro.bottom,left:ro.left},he={sm:F.sm,md:F.md,lg:F.lg,full:"full"},xT=160,RT={[Ye.top]:"gs-sheet-content gs-sheet-content-top",[Ye.right]:"gs-sheet-content gs-sheet-content-right",[Ye.bottom]:"gs-sheet-content gs-sheet-content-bottom",[Ye.left]:"gs-sheet-content gs-sheet-content-left"},CT={[Ye.right]:{[he.sm]:"sm:max-w-sm",[he.md]:"sm:max-w-md",[he.lg]:"sm:max-w-lg",[he.full]:"sm:max-w-full"},[Ye.left]:{[he.sm]:"sm:max-w-sm",[he.md]:"sm:max-w-md",[he.lg]:"sm:max-w-lg",[he.full]:"sm:max-w-full"},[Ye.top]:{[he.sm]:"sm:max-h-[30vh]",[he.md]:"sm:max-h-[50vh]",[he.lg]:"sm:max-h-[70vh]",[he.full]:"sm:max-h-full"},[Ye.bottom]:{[he.sm]:"sm:max-h-[30vh]",[he.md]:"sm:max-h-[50vh]",[he.lg]:"sm:max-h-[70vh]",[he.full]:"sm:max-h-full"}},xu=Nu(a("gs-sheet-overlay",Wt)),Ru=Nu("fixed z-50 flex flex-col gap-4 border border-border bg-card p-6 shadow-[var(--shadow-xl)]",{variants:{side:{[Ye.top]:"inset-x-0 top-0 border-b",[Ye.bottom]:"inset-x-0 bottom-0 border-t",[Ye.left]:"inset-y-0 left-0 h-full w-3/4 border-r",[Ye.right]:"inset-y-0 right-0 h-full w-3/4 border-l"}},defaultVariants:{side:Ye.right}}),Cu=zT(!1),si=({children:e,open:t,defaultOpen:r=!1,onOpenChange:o,...n})=>{let[i,s]=Lu(r),l=t!==void 0,d=l?t:i,m=MT((c)=>{if(!l)s(c);o?.(c)},[l,o]);return Ve(Cu.Provider,{value:d,children:Ve(fe.Root,{open:d,onOpenChange:m,...n,children:e},void 0,!1,void 0,this)},void 0,!1,void 0,this)},wT=fe.Trigger,HT=fe.Close,wu=fe.Portal,li=Hn(({className:e,...t},r)=>Ve(fe.Overlay,{className:a(xu(),e),...t,ref:r},void 0,!1,void 0,this));li.displayName=fe.Overlay.displayName;var kn=Hn(({side:e=Ye.right,size:t=he.sm,showClose:r=!0,showOverlay:o=!0,portal:n=le,portalContainer:i,forceMount:s=!1,className:l,children:d,"aria-describedby":m,...c},u)=>{let g=NT(Cu),[v,y]=Lu(s||g),T=f(t)??he.md,M=be(),z=RT[e],p=CT[e][T];if(LT(()=>{if(s||g){y(!0);return}let H=setTimeout(()=>{y(!1)},M?0:xT);return()=>{clearTimeout(H)}},[s,g,M]),!(s||g||v))return null;let L=Ve(kT,{children:[o?Ve(li,{forceMount:!0},void 0,!1,void 0,this):null,Ve(fe.Content,{ref:u,forceMount:!0,"aria-describedby":m,className:a(Ru({side:e}),z,p,l),...c,children:[d,r&&Ve(fe.Close,{className:nn,children:[Ve(PT,{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);if(!n)return L;return Ve(wu,{forceMount:!0,container:i??void 0,children:L},void 0,!1,void 0,this)});kn.displayName=fe.Content.displayName;var Hu=({className:e,...t})=>Ve("div",{className:a("flex flex-col space-y-2 text-center sm:text-left",e),...t},void 0,!1,void 0,this);Hu.displayName="SheetHeader";var ku=({className:e,...t})=>Ve("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);ku.displayName="SheetFooter";var Su=Hn(({className:e,...t},r)=>Ve(fe.Title,{ref:r,className:a("font-semibold text-foreground text-lg",e),...t},void 0,!1,void 0,this));Su.displayName=fe.Title.displayName;var Au=Hn(({className:e,...t},r)=>Ve(fe.Description,{ref:r,className:a("text-muted-foreground text-sm",e),...t},void 0,!1,void 0,this));Au.displayName=fe.Description.displayName;import{jsxDEV as oo}from"react/jsx-dev-runtime";var Fu=ST(null),Gu=250;function Ou({children:e,removeDelay:t=Gu}){let r=be(),[o,n]=FT([]),i=Iu(0),s=Iu(new Map),l=mt((p)=>{let h=s.current.get(p);if(h===void 0)return;window.clearTimeout(h),s.current.delete(p)},[]),d=mt((p)=>{l(p),n((h)=>h.filter((L)=>L.id!==p))},[l]),m=mt((p)=>{l(p);let h=r?0:t;if(h<=0){d(p);return}let L=window.setTimeout(()=>{d(p)},h);s.current.set(p,L)},[l,r,t,d]),c=mt((p)=>{n((h)=>h.map((L)=>L.id===p?{...L,open:!1}:L)),m(p)},[m]),u=mt(()=>{n((p)=>{for(let h of p)m(h.id);return p.map((h)=>({...h,open:!1}))})},[m]),g=mt(()=>{return i.current+=1,`overlay-${i.current}`},[]),v=mt((p,h)=>{let L=g();l(L);let H={id:L,kind:"dialog",render:p,open:!0,options:h};return n((S)=>[...S,H]),{id:L,close:()=>c(L)}},[l,c,g]),y=mt((p,h)=>{let L=g();l(L);let H={id:L,kind:"sheet",render:p,open:!0,options:h};return n((S)=>[...S,H]),{id:L,close:()=>c(L)}},[l,c,g]),T=mt((p,h,L)=>{return v((H)=>Bu(p,{...h,close:H}),L)},[v]),M=mt((p,h,L)=>{return y((H)=>Bu(p,{...h,close:H}),L)},[y]);BT(()=>{return()=>{for(let p of s.current.values())window.clearTimeout(p);s.current.clear()}},[]);let z=IT(()=>({dialog:T,sheet:M,close:c,closeAll:u}),[u,c,T,M]);return oo(Fu.Provider,{value:z,children:[e,o.map((p)=>oo(GT,{entry:p,onClose:c},p.id,!1,void 0,this))]},void 0,!0,void 0,this)}Ou.displayName="OverlayProvider";function GT({entry:e,onClose:t}){let r=mt(()=>t(e.id),[e.id,t]);if(e.kind==="dialog")return oo(Ro,{open:e.open,onOpenChange:(o)=>!o&&r(),children:oo(zn,{...e.options,children:e.render(r)},void 0,!1,void 0,this)},void 0,!1,void 0,this);return oo(si,{open:e.open,onOpenChange:(o)=>!o&&r(),children:oo(kn,{...e.options,children:e.render(r)},void 0,!1,void 0,this)},void 0,!1,void 0,this)}function OT(){let e=AT(Fu);if(!e)throw Error("useOverlay must be used within an OverlayProvider");return e}import{cva as Fo}from"class-variance-authority";import{ChevronLeft as WT,ChevronRight as _T,MoreHorizontal as UT}from"lucide-react";import{createContext as KT,forwardRef as Go,useContext as Sn}from"react";import{jsxDEV as Xe}from"react/jsx-dev-runtime";var je={sm:"sm",md:"md",lg:"lg"},Oo=KT(je.md),Wu=Fo("mx-auto flex w-full justify-center"),_u=Fo("flex flex-row items-center gap-1"),Uu=Fo(""),An=Fo("transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] 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:cursor-not-allowed disabled:border-transparent disabled:bg-muted/40 disabled:text-muted-foreground/70 hover:bg-accent hover:text-accent-foreground",{variants:{isActive:{true:"border border-border bg-background shadow-[var(--shadow-sm)]",false:""},size:{[je.sm]:"h-7 w-7 text-xs [&_svg]:size-3.5",[je.md]:"h-9 w-9 text-sm [&_svg]:size-4",[je.lg]:"h-10 w-10 text-sm [&_svg]:size-5"}},defaultVariants:{isActive:!1,size:je.md}}),Ku=Fo("flex items-center justify-center",{variants:{size:{[je.sm]:"h-7 w-7 [&_svg]:size-3.5",[je.md]:"h-9 w-9 [&_svg]:size-4",[je.lg]:"h-10 w-10 [&_svg]:size-5"}},defaultVariants:{size:je.md}}),$u=({className:e,size:t=je.sm,...r})=>{let o=f(t)??je.md;return Xe(Oo.Provider,{value:o,children:Xe("nav",{"aria-label":"pagination",className:a(Wu(),e),...r},void 0,!1,void 0,this)},void 0,!1,void 0,this)};$u.displayName="Pagination";var Vu=Go(({className:e,...t},r)=>Xe("ul",{ref:r,className:a(_u(),e),...t},void 0,!1,void 0,this));Vu.displayName="PaginationContent";var Yu=Go(({className:e,...t},r)=>Xe("li",{ref:r,className:a(Uu(),e),...t},void 0,!1,void 0,this));Yu.displayName="PaginationItem";var Xu=Go(({className:e,isActive:t,...r},o)=>{let n=Sn(Oo);return Xe("button",{ref:o,type:"button","aria-current":t?"page":void 0,className:a(An({isActive:t,size:n}),e),...r},void 0,!1,void 0,this)});Xu.displayName="PaginationLink";var Ju=Go(({className:e,...t},r)=>{let o=Sn(Oo);return Xe("button",{ref:r,type:"button","aria-label":"Go to previous page",className:a(An({size:o}),"w-auto gap-1 pr-3 pl-2.5",e),...t,children:[Xe(WT,{},void 0,!1,void 0,this),Xe("span",{children:"Previous"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Ju.displayName="PaginationPrevious";var qu=Go(({className:e,...t},r)=>{let o=Sn(Oo);return Xe("button",{ref:r,type:"button","aria-label":"Go to next page",className:a(An({size:o}),"w-auto gap-1 pr-2.5 pl-3",e),...t,children:[Xe("span",{children:"Next"},void 0,!1,void 0,this),Xe(_T,{},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});qu.displayName="PaginationNext";var Qu=({className:e,...t})=>{let r=Sn(Oo);return Xe("span",{"aria-hidden":!0,className:a(Ku({size:r}),e),...t,children:[Xe(UT,{},void 0,!1,void 0,this),Xe("span",{className:"sr-only",children:"More pages"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};Qu.displayName="PaginationEllipsis";import*as _o from"@radix-ui/react-progress";import{cva as Zu}from"class-variance-authority";import{forwardRef as $T,useEffect as VT,useRef as YT}from"react";import{jsxDEV as In}from"react/jsx-dev-runtime";var Bn={sm:"sm",md:"md",lg:"lg"},Wo={default:"default",success:"success",warning:"warning",error:"error"},Eu=Zu("relative w-full overflow-hidden rounded-full bg-muted",{variants:{size:{[Bn.sm]:"h-2",[Bn.md]:"h-2.5",[Bn.lg]:"h-3"}},defaultVariants:{size:Bn.sm}}),Du=Zu("h-full w-full flex-1 rounded-full transition-transform duration-[var(--motion-duration-fast)] ease-[var(--motion-ease-productive)]",{variants:{variant:{[Wo.default]:"bg-primary",[Wo.success]:"bg-success",[Wo.warning]:"bg-warning",[Wo.error]:"bg-destructive"}},defaultVariants:{variant:Wo.default}});function XT(e){if(typeof e!=="number"||Number.isNaN(e))return 0;return Math.max(0,Math.min(100,e))}var ju=$T(({className:e,value:t,size:r,variant:o,showValue:n,...i},s)=>{let l=f(r),d=YT(null),m=XT(t);return VT(()=>{let c=d.current;if(!c)return;c.style.setProperty("--gs-progress-value",`${m}%`)},[m]),In("div",{className:"flex w-full items-center gap-2",children:[In(_o.Root,{ref:s,className:a(Eu({size:l}),e),...i,children:In(_o.Indicator,{ref:d,className:a(Du({variant:o}),"[transform:translateX(calc(-100%+var(--gs-progress-value,0%)))]")},void 0,!1,void 0,this)},void 0,!1,void 0,this),n&&In("span",{className:"font-medium text-muted-foreground text-sm tabular-nums",children:[m,"%"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});ju.displayName=_o.Root.displayName;import*as no from"@radix-ui/react-radio-group";import{cva as ec}from"class-variance-authority";import{forwardRef as tc}from"react";import{jsxDEV as Fn}from"react/jsx-dev-runtime";var At={sm:"sm",md:"md",lg:"lg"},Mr={default:"default",error:"error",success:"success"},rc=ec("grid gap-2"),oc=ec("transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] 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:{[At.sm]:"h-4 w-4",[At.md]:"h-5 w-5",[At.lg]:"h-6 w-6"},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:At.md,status:Mr.default}}),JT={[At.sm]:"h-2 w-2",[At.md]:"h-2.5 w-2.5",[At.lg]:"h-3 w-3"},nc=tc(({className:e,...t},r)=>Fn(no.Root,{ref:r,className:a(rc(),e),...t},void 0,!1,void 0,this));nc.displayName="RadioGroup";var ac=tc(({className:e,size:t=At.sm,status:r=Mr.default,error:o=!1,...n},i)=>{let s=f(t),l=o?Mr.error:r;return Fn(no.Item,{ref:i,className:a(oc({size:s,status:l}),e),...n,children:Fn(no.Indicator,{className:"flex items-center justify-center",children:Fn("span",{className:a("block rounded-full bg-current transition-transform duration-150",JT[s])},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)});ac.displayName="RadioGroupItem";import{cva as On}from"class-variance-authority";import{forwardRef as di,useCallback as Uo,useEffect as mc,useRef as dc,useState as ic}from"react";import{jsxDEV as Gn}from"react/jsx-dev-runtime";var qT=10,QT=90,mi=50,uc=On("flex h-full w-full",{variants:{direction:{horizontal:"flex-row",vertical:"flex-col"}},defaultVariants:{direction:"horizontal"}}),cc=On("relative basis-[var(--gs-panel-basis,50%)] overflow-hidden grow-0 shrink-0"),pc=On("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}}),fc=On("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"}});function gc(e){return Math.max(qT,Math.min(QT,e))}function bc(e){return e.dataset.direction==="vertical"?"vertical":"horizontal"}function ZT(e,t){let r=Array.from(e.children),o=r.indexOf(t),n;for(let s=o-1;s>=0;s-=1){let l=r[s];if(l instanceof HTMLElement&&l.matches("[data-panel]")){n=l;break}}let i;for(let s=o+1;s<r.length;s+=1){let l=r[s];if(l instanceof HTMLElement&&l.matches("[data-panel]")){i=l;break}}return{prevPanel:n,nextPanel:i}}function sc(e){if(!e)return null;let t=e.closest("[data-panel-group]");if(!(t instanceof HTMLElement))return null;let{prevPanel:r,nextPanel:o}=ZT(t,e);if(!(r&&o))return null;return{group:t,direction:bc(t),prevPanel:r,nextPanel:o}}function ET(e){if("touches"in e){let t=e.touches[0];if(!t)return null;return{x:t.clientX,y:t.clientY}}return{x:e.clientX,y:e.clientY}}function lc(e,t,r){let o=gc(r);e.style.setProperty("--gs-panel-basis",`${o}%`),t.style.setProperty("--gs-panel-basis",`${100-o}%`)}function DT(e){let t=e.style.getPropertyValue("--gs-panel-basis").trim();if(t.endsWith("%"))return Number.parseFloat(t)||mi;let r=e.dataset.defaultSize;if(r)return Number.parseFloat(r)||mi;return mi}function jT(e,t,r){if(t==="horizontal"){if(e==="ArrowLeft")return-r;if(e==="ArrowRight")return r;return 0}if(e==="ArrowUp")return-r;if(e==="ArrowDown")return r;return 0}var yc=di(({className:e,direction:t="horizontal",children:r,...o},n)=>Gn("div",{ref:n,"data-panel-group":"","data-direction":t,className:a(uc({direction:t}),e),...o,children:r},void 0,!1,void 0,this));yc.displayName="ResizablePanelGroup";var vc=di(({className:e,defaultSize:t=50,children:r,...o},n)=>{let i=dc(null),s=gc(t);mc(()=>{let d=i.current;if(!d)return;d.style.setProperty("--gs-panel-basis",`${s}%`)},[s]);let l=Uo((d)=>{if(i.current=d,typeof n==="function")n(d);else if(n)n.current=d},[n]);return Gn("div",{ref:l,"data-panel":"","data-default-size":s,className:a(cc(),e),...o,children:r},void 0,!1,void 0,this)});vc.displayName="ResizablePanel";var Tc=di(({className:e,withHandle:t=!1,disabled:r=!1,...o},n)=>{let[i,s]=ic(!1),[l,d]=ic("horizontal"),m=dc(null);mc(()=>{let y=m.current;if(!y)return;let T=y.closest("[data-panel-group]");if(!(T instanceof HTMLElement))return;let M=()=>d(bc(T));M();let z=new MutationObserver(M);return z.observe(T,{attributes:!0,attributeFilter:["data-direction"]}),()=>z.disconnect()},[]);let c=Uo(()=>{if(r)return;s(!0);let y=(M)=>{let z=ET(M);if(!z)return;let p=sc(m.current);if(!p)return;let h=p.group.getBoundingClientRect(),L=p.direction==="horizontal"?h.width:h.height;if(L<=0)return;let S=(p.direction==="horizontal"?z.x-h.left:z.y-h.top)/L*100;lc(p.prevPanel,p.nextPanel,S)},T=()=>{s(!1),document.removeEventListener("mousemove",y),document.removeEventListener("mouseup",T),document.removeEventListener("touchmove",y),document.removeEventListener("touchend",T)};document.addEventListener("mousemove",y),document.addEventListener("mouseup",T),document.addEventListener("touchmove",y),document.addEventListener("touchend",T)},[r]),u=Uo((y)=>{y.preventDefault(),c()},[c]),g=Uo((y)=>{if(y.touches.length===0)return;c()},[c]),v=Uo((y)=>{if(r)return;let T=sc(m.current??y.currentTarget);if(!T)return;let M=y.shiftKey?10:1,z=jT(y.key,T.direction,M);if(z===0)return;y.preventDefault();let p=DT(T.prevPanel);lc(T.prevPanel,T.nextPanel,p+z)},[r]);return Gn("div",{ref:(y)=>{if(m.current=y,typeof n==="function")n(y);else if(n)n.current=y},role:"separator","aria-orientation":l,"aria-valuemin":10,"aria-valuemax":90,"aria-valuenow":50,tabIndex:r?-1:0,"data-panel-resize-handle":"","data-dragging":i,onMouseDown:u,onTouchStart:g,onKeyDown:v,className:a(pc({direction:l,withHandle:t}),i&&"bg-primary",r&&"pointer-events-none cursor-not-allowed bg-muted/40 text-muted-foreground/70",e),...o,children:t&&Gn("div",{className:a(fc({direction:l}))},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Tc.displayName="ResizableHandle";import*as vt from"@radix-ui/react-scroll-area";import{cva as ui}from"class-variance-authority";import{forwardRef as hc}from"react";import{jsxDEV as ao}from"react/jsx-dev-runtime";var Pc=ui("relative flex flex-col overflow-hidden"),zc=ui("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"}}),Mc=ui("relative flex-1 rounded-full bg-border"),Nc=hc(({className:e,children:t,...r},o)=>ao(vt.Root,{ref:o,className:a(Pc(),e),...r,children:[ao(vt.Viewport,{className:"min-h-0 w-full flex-1 rounded-[inherit]",children:t},void 0,!1,void 0,this),ao(ci,{},void 0,!1,void 0,this),ao(vt.Corner,{},void 0,!1,void 0,this)]},void 0,!0,void 0,this));Nc.displayName="ScrollArea";var ci=hc(({className:e,orientation:t="vertical",...r},o)=>ao(vt.ScrollAreaScrollbar,{ref:o,orientation:t,className:a(zc({orientation:t}),e),...r,children:ao(vt.ScrollAreaThumb,{className:a(Mc())},void 0,!1,void 0,this)},void 0,!1,void 0,this));ci.displayName="ScrollBar";import{cva as fi}from"class-variance-authority";import{createContext as nh,forwardRef as gi,useCallback as ah,useContext as Rc,useRef as xc,useState as ih}from"react";import{useLayoutEffect as Lc,useRef as io}from"react";var eh={x:0,y:0,width:0,height:0};function th(e,t){let r=e.querySelector(t);if(!r)return null;return{x:r.offsetLeft,y:r.offsetTop,width:r.offsetWidth,height:r.offsetHeight}}function rh(e,t){let r=e.getBoundingClientRect(),o=t.getBoundingClientRect();return{x:r.left-o.left-t.clientLeft,y:r.top-o.top-t.clientTop,width:r.width,height:r.height}}function pi(e,t){let r=e.style;r.transform=`translate3d(${t.x}px,${t.y}px,0)`,r.width=`${t.width}px`,r.height=`${t.height}px`}function oh(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function Wn(e,t,r){let o=be(),n=io(!1),i=io(eh),s=io(r.activeSelector);s.current=r.activeSelector;let l=io(r.observeAttributes);l.current=r.observeAttributes;let d=io(o);d.current=o;let m=io(null);m.current=(c,u)=>{let g=th(c,s.current);if(!g){u.style.opacity="0";return}if(oh(i.current,g)&&n.current)return;if(!n.current||d.current){u.style.transition="none",pi(u,g),u.style.opacity="1",u.offsetHeight,u.style.transition="",n.current=!0,i.current=g;return}let v=rh(u,c);u.style.transition="none",pi(u,v),u.style.opacity="1",u.offsetHeight,u.style.transition="",pi(u,g),i.current=g},Lc(()=>{r.activeKey;let c=e.current,u=t.current;if(!(c&&u))return;m.current?.(c,u)},[r.activeKey,o,e.current,t.current]),Lc(()=>{let c=e.current,u=t.current;if(!(c&&u))return;let g=0;function v(){if(!(c&&u))return;m.current?.(c,u)}function y(){cancelAnimationFrame(g),g=requestAnimationFrame(v)}let T=typeof ResizeObserver<"u"?new ResizeObserver(y):null;T?.observe(c);let M=l.current,z=null;if(M&&M.length>0)z=typeof MutationObserver<"u"?new MutationObserver(y):null,z?.observe(c,{subtree:!0,attributes:!0,attributeFilter:M});return()=>{cancelAnimationFrame(g),T?.disconnect(),z?.disconnect()}},[e.current,t.current])}var _n="pointer-events-none absolute top-0 left-0 z-0 rounded-[calc(var(--radius)-2px)] border border-border bg-accent shadow-[var(--shadow-xs)] transition-[transform,width,height,opacity] duration-[var(--motion-duration-fast)] ease-[var(--motion-ease-emphasized)]";import{jsxDEV as Nr}from"react/jsx-dev-runtime";var Pe={sm:"sm",md:"md",lg:"lg"},Cc=fi("relative inline-flex items-center rounded-[var(--radius)] border border-border bg-secondary p-1 text-muted-foreground",{variants:{size:{[Pe.sm]:"h-8 gap-0.5",[Pe.md]:"h-10 gap-0.5",[Pe.lg]:"h-11 gap-1"}},defaultVariants:{size:Pe.sm}}),wc=fi(["relative z-10 inline-flex items-center justify-center rounded-[calc(var(--radius)-2px)]","cursor-pointer select-none outline-none","transition-[color,background-color,box-shadow] duration-[var(--motion-duration-fast)] ease-[var(--motion-ease-standard)]","focus-visible:ring-2 focus-visible:ring-ring","disabled:pointer-events-none disabled:text-muted-foreground/40","leading-none"],{variants:{size:{[Pe.sm]:"size-6",[Pe.md]:"size-8",[Pe.lg]:"size-9"},active:{true:"text-foreground",false:"text-muted-foreground hover:text-foreground/70"}},defaultVariants:{size:Pe.sm,active:!1}}),Hc=fi(["relative z-10 inline-flex items-center justify-center gap-1.5 rounded-[calc(var(--radius)-2px)]","cursor-pointer select-none whitespace-nowrap font-medium leading-none outline-none","transition-[color,background-color,box-shadow] duration-[var(--motion-duration-fast)] ease-[var(--motion-ease-standard)]","focus-visible:ring-2 focus-visible:ring-ring","disabled:pointer-events-none disabled:text-muted-foreground/40"],{variants:{size:{[Pe.sm]:"h-6 px-2.5 text-xs",[Pe.md]:"h-8 px-3 text-sm",[Pe.lg]:"h-9 px-4 text-sm"},active:{true:"text-foreground",false:"text-muted-foreground hover:text-foreground/70"}},defaultVariants:{size:Pe.sm,active:!1}}),kc={[Pe.sm]:"size-3",[Pe.md]:"size-3.5",[Pe.lg]:"size-4"},sh=(e)=>{return},bi=nh({activeValue:"",onSelect:sh,size:Pe.sm,disabled:!1}),Sc=gi(({className:e,value:t,defaultValue:r,onValueChange:o,size:n,disabled:i=!1,children:s,...l},d)=>{let m=f(n),[c,u]=ih(r??""),g=xc(null),v=kt(d,g),y=xc(null),T=t!==void 0?t:c,M=ah((z)=>{if(i)return;if(t===void 0)u(z);o?.(z)},[i,o,t]);return Wn(g,y,{activeSelector:"button[data-state='active']",activeKey:T}),Nr(bi.Provider,{value:{activeValue:T,onSelect:M,size:m,disabled:i},children:Nr("div",{ref:v,role:"radiogroup",className:a(Cc({size:m}),i&&"pointer-events-none cursor-not-allowed border-transparent bg-muted/40 text-muted-foreground/70",e),...l,children:[Nr("span",{ref:y,"aria-hidden":!0,"data-slot":"indicator",className:_n,style:{opacity:0}},void 0,!1,void 0,this),s]},void 0,!0,void 0,this)},void 0,!1,void 0,this)});Sc.displayName="SegmentedControl";var Ac=gi(({className:e,value:t,icon:r,disabled:o=!1,...n},i)=>{let{activeValue:s,onSelect:l,size:d,disabled:m}=Rc(bi),c=s===t,u=o||m;return Nr("button",{ref:i,type:"button",role:"radio","aria-checked":c,"aria-disabled":u||void 0,"data-state":c?"active":"inactive","data-value":t,disabled:u,onClick:()=>l(t),className:a(wc({size:d,active:c}),e),...n,children:Nr("span",{className:a(kc[d??Pe.sm],"[&>svg]:size-full"),children:r},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Ac.displayName="SegmentedControlItem";var Bc=gi(({className:e,value:t,icon:r,disabled:o=!1,children:n,...i},s)=>{let{activeValue:l,onSelect:d,size:m,disabled:c}=Rc(bi),u=l===t,g=o||c;return Nr("button",{ref:s,type:"button",role:"radio","aria-checked":u,"aria-disabled":g||void 0,"data-state":u?"active":"inactive","data-value":t,disabled:g,onClick:()=>d(t),className:a(Hc({size:m,active:u}),e),...i,children:[r&&Nr("span",{className:a(kc[m??Pe.sm],"[&>svg]:size-full"),children:r},void 0,!1,void 0,this),n]},void 0,!0,void 0,this)});Bc.displayName="SegmentedControlLabelItem";var lh=Pe;import*as Zt from"@radix-ui/react-popover";import{cva as Fc}from"class-variance-authority";import{Check as mh,ChevronDown as dh,X as uh}from"lucide-react";import{Children as ch,createContext as ph,forwardRef as Yo,isValidElement as vi,useCallback as $o,useContext as Gc,useEffect as Un,useId as Ic,useMemo as fh,useRef as Oc,useState as Ko}from"react";import{jsxDEV as de,Fragment as zh}from"react/jsx-dev-runtime";var ge={sm:"sm",md:"md",lg:"lg"},so={default:"default",error:"error",success:"success"},Vo={trigger:"trigger",auto:"auto"},gh={start:"start",center:"center",end:"end"},Wc=Fc(["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:{[ge.sm]:"h-8 px-2.5 text-xs",[ge.md]:"h-10 px-3.5",[ge.lg]:"h-11 px-4.5 text-sm"},status:{[so.default]:"focus-visible:ring-primary data-[state=open]:ring-primary",[so.error]:"border-destructive focus-visible:ring-destructive data-[state=open]:ring-destructive",[so.success]:"border-success focus-visible:ring-success data-[state=open]:ring-success"}},defaultVariants:{size:ge.md,status:so.default}}),_c=Fc(["max-h-96 overflow-y-auto overflow-x-hidden"].join(" "),{variants:{widthMode:{[Vo.trigger]:"w-[var(--radix-popover-trigger-width)]",[Vo.auto]:"w-max min-w-0"},size:{[ge.sm]:"text-xs",[ge.md]:"text-sm",[ge.lg]:"text-sm"}},defaultVariants:{widthMode:Vo.auto,size:ge.md}}),bh={[ge.sm]:"min-h-7.5 py-1.5 px-2.5 pr-3 text-xs",[ge.md]:"min-h-9 py-2 px-3 pr-4.5 text-sm",[ge.lg]:"min-h-10 py-2.5 px-3.5 pr-5.5 text-sm"},yh={[ge.sm]:"px-2 py-1 text-xs",[ge.md]:"px-2 py-1.5 text-sm",[ge.lg]:"px-2.5 py-1.5 text-sm"},Kn={[ge.sm]:"size-3.5",[ge.md]:"size-4",[ge.lg]:"size-4"};function vh(e){if(!vi(e))return!1;let t=e.type;if(typeof t==="string"||typeof t!=="function"&&typeof t!=="object"||t===null)return!1;return Reflect.get(t,"displayName")==="SelectItem"}function yi(e,t){if(e===null||e===void 0||typeof e==="boolean")return;if(Array.isArray(e)){for(let o of e)yi(o,t);return}if(!vi(e))return;if(vh(e)){let o=typeof e.props.value==="string"?e.props.value:"";if(o.length>0){let n=typeof e.props.label==="string"?e.props.label:$n(e.props.children).trim();if(n.length>0)t.set(o,n)}}let r=e.props.children;if(r!==void 0)yi(r,t)}function $n(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)=>$n(t)).join("");if(vi(e))return $n(e.props.children);return""}var Ti=ph(null);function Vn(){let e=Gc(Ti);if(!e)throw Error("Select components must be used within Select");return e}function hi(e){let t=Gc(Ti);if(e)return e;return t?.triggerSize??ge.md}var Th=({children:e,value:t,defaultValue:r="",onValueChange:o,open:n,defaultOpen:i=!1,onOpenChange:s,disabled:l=!1})=>{let[d,m]=Ko(ge.md),[c,u]=Ko(!1),[g,v]=Ko(r),[y,T]=Ko(i),[,M]=Ko(0),z=Oc(new Map),p=fh(()=>{let V=new Map;return yi(e,V),V},[e]),h=t!==void 0,L=n!==void 0,H=h?t:g,S=L?n:y,B=$o((V)=>{if(!h)v(V);if(o?.(V),!L)T(!1);s?.(!1)},[h,L,o,s]),R=$o((V)=>{if(l)return;if(!L)T(V);s?.(V)},[l,L,s]),Y=$o((V,re)=>{if(z.current.get(V)!==re)z.current.set(V,re),M((Z)=>Z+1)},[]),K=$o((V)=>{return z.current.get(V)??p.get(V)},[p]),X=Ic(),j=Ic(),ie={value:H,onValueChange:B,open:S,onOpenChange:R,triggerSize:d,setTriggerSize:m,triggerFullWidth:c,setTriggerFullWidth:u,disabled:l,triggerId:X,contentId:j,registerItem:Y,getLabel:K};return de(Ti.Provider,{value:ie,children:de(Zt.Root,{open:S,onOpenChange:R,children:e},void 0,!1,void 0,this)},void 0,!1,void 0,this)},hh=({children:e,className:t})=>de("div",{role:"group",className:t,children:e},void 0,!1,void 0,this),Ph=({placeholder:e})=>{let{value:t,getLabel:r}=Vn();if(!t)return e?de("span",{className:"text-muted-foreground",children:e},void 0,!1,void 0,this):null;let o=r(t);return de(zh,{children:o??t},void 0,!1,void 0,this)},Uc=Yo(({className:e,children:t,size:r=ge.sm,status:o=so.default,fullWidth:n=!1,clearable:i=!1,leadingIcon:s,indicatorIcon:l,renderValue:d,placeholder:m,onKeyDown:c,...u},g)=>{let v=Vn(),y=f(r)??r,T=v.setTriggerSize,M=v.setTriggerFullWidth;Un(()=>{T(y)},[y,T]),Un(()=>{M(n)},[n,M]);let z=v.value.length>0,p=i&&z&&!v.disabled,h=()=>{v.onValueChange("")},L;if(d)L=z?d(v.value):m?de("span",{className:"text-muted-foreground",children:m},void 0,!1,void 0,this):null;else L=t;let H=(S)=>{if(c?.(S),S.defaultPrevented)return;if(S.key==="ArrowDown"||S.key==="ArrowUp"||S.key==="Enter"||S.key===" "){if(!v.open)S.preventDefault(),v.onOpenChange(!0)}};return de(Zt.Trigger,{asChild:!0,children:de("button",{ref:g,type:"button",role:"combobox","aria-expanded":v.open,"aria-haspopup":"listbox","aria-controls":v.contentId,id:v.triggerId,disabled:v.disabled,"data-state":v.open?"open":"closed","data-placeholder":z?void 0:"",className:a(Wc({size:y,status:o}),n?"w-full":"w-auto",e),onKeyDown:H,...u,children:[s&&de("i",{className:"inline-flex shrink-0 items-center text-muted-foreground not-italic",children:s},void 0,!1,void 0,this),de("span",{"data-slot":"select-value",className:"min-w-0 flex-1 text-left",children:L},void 0,!1,void 0,this),de("span",{className:"inline-flex shrink-0 items-center gap-1 text-muted-foreground",children:[p&&de("span",{role:"button",tabIndex:-1,"aria-label":"Clear selection",onPointerDown:(S)=>{S.stopPropagation(),S.preventDefault(),h()},className:"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:de(uh,{className:Kn[y]},void 0,!1,void 0,this)},void 0,!1,void 0,this),l??de(dh,{className:a(Kn[y],"opacity-60 transition-transform duration-[var(--motion-duration-fast)] ease-[var(--motion-ease-productive)]",v.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)});Uc.displayName="SelectTrigger";var Kc=Yo(({className:e,children:t,widthMode:r,size:o,align:n="start",side:i="bottom",sideOffset:s=4,portal:l=le,portalContainer:d,forceMount:m=!1,onKeyDown:c,...u},g)=>{let v=Vn(),y=hi(o),T=r??Vo.auto,M=Oc(null),z=kt(g,M),p=$o((H)=>{let S=M.current;if(!S)return;let B=Array.from(S.querySelectorAll('[role="option"]:not([data-disabled])'));if(B.length===0)return;let R=S.querySelector('[role="option"]:focus'),Y=R?B.indexOf(R):-1,K;switch(H){case"first":K=B[0];break;case"last":K=B[B.length-1];break;case"next":K=B[Y+1]??B[0];break;case"prev":K=B[Y-1]??B[B.length-1];break}K?.focus()},[]),h=(H)=>{if(c?.(H),H.defaultPrevented)return;switch(H.key){case"ArrowDown":H.preventDefault(),p("next");break;case"ArrowUp":H.preventDefault(),p("prev");break;case"Home":H.preventDefault(),p("first");break;case"End":H.preventDefault(),p("last");break;case"Escape":H.preventDefault(),v.onOpenChange(!1);break}};Un(()=>{if(v.open)requestAnimationFrame(()=>p("first"))},[v.open,p]);let L=de(Zt.Content,{ref:z,id:v.contentId,role:"listbox","aria-labelledby":v.triggerId,side:i,align:n,sideOffset:s,forceMount:m?!0:void 0,onKeyDown:h,onOpenAutoFocus:(H)=>H.preventDefault(),className:a(Er(),_c({widthMode:T,size:y}),"p-1",e),...u,children:t},void 0,!1,void 0,this);if(l)return de(Zt.Portal,{container:d??void 0,children:L},void 0,!1,void 0,this);return L});Kc.displayName="SelectContent";var $c=Yo(({className:e,size:t,...r},o)=>{let n=hi(t);return de("div",{ref:o,className:a("font-semibold text-foreground",yh[n],e),...r},void 0,!1,void 0,this)});$c.displayName="SelectLabel";var Vc=Yo(({className:e,children:t,value:r,label:o,size:n,disabled:i=!1,...s},l)=>{let d=Vn(),m=hi(n),c=d.value===r,u=d.registerItem,g=$n(ch.toArray(t)).trim();Un(()=>{let T=o??(g.length>0?g:r);u(r,T)},[g,r,o,u]);let v=()=>{if(!i)d.onValueChange(r)},y=(T)=>{if(T.key==="Enter"||T.key===" ")T.preventDefault(),v()};return de("div",{ref:l,role:"option",tabIndex:i?void 0:-1,"aria-selected":c,"aria-disabled":i||void 0,"data-selected":c?"":void 0,"data-disabled":i?"":void 0,"data-value":r,className:a("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:border-transparent data-disabled:bg-muted/40 data-disabled:text-muted-foreground/70",bh[m],c&&"bg-accent/50",e),onClick:v,onKeyDown:y,...s,children:[de("span",{className:a("flex shrink-0 items-center justify-center",Kn[m]),children:c&&de(mh,{className:Kn[m]},void 0,!1,void 0,this)},void 0,!1,void 0,this),de("span",{className:"min-w-0 flex-1 truncate",children:t},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Vc.displayName="SelectItem";var Yc=Yo(({className:e,...t},r)=>de("div",{ref:r,className:a("-mx-1 my-1 h-px bg-border",e),...t},void 0,!1,void 0,this));Yc.displayName="SelectSeparator";import{cva as Mh}from"class-variance-authority";import{forwardRef as Nh}from"react";import{jsxDEV as Lh}from"react/jsx-dev-runtime";var Xo={horizontal:"horizontal",vertical:"vertical"},Xc=Mh("shrink-0 bg-border",{variants:{orientation:{[Xo.horizontal]:"h-px w-full",[Xo.vertical]:"h-full w-px"}},defaultVariants:{orientation:Xo.horizontal}}),Jc=Nh(({className:e,orientation:t=Xo.horizontal,decorative:r=!0,...o},n)=>{let i=r?{role:"none"}:{role:"separator","aria-orientation":t};return Lh("div",{ref:n,className:a(Xc({orientation:t}),e),...i,...o},void 0,!1,void 0,this)});Jc.displayName="Separator";import{cva as Yn}from"class-variance-authority";import{forwardRef as Xn}from"react";import{jsxDEV as Jn}from"react/jsx-dev-runtime";var ze={sm:"sm",md:"md",lg:"lg"},qc=Yn("animate-pulse rounded-[var(--radius)] bg-muted"),Qc=Yn("w-full",{variants:{size:{[ze.sm]:"h-3",[ze.md]:"h-4",[ze.lg]:"h-5"}},defaultVariants:{size:ze.md}}),Zc=Yn("",{variants:{size:{[ze.sm]:"h-8 w-8",[ze.md]:"h-10 w-10",[ze.lg]:"h-12 w-12"}},defaultVariants:{size:ze.md}}),Ec=Yn("",{variants:{size:{[ze.sm]:"h-8 w-20",[ze.md]:"h-9 w-24",[ze.lg]:"h-10 w-28"}},defaultVariants:{size:ze.md}}),Jo=Xn(({className:e,circle:t=!1,...r},o)=>Jn("div",{ref:o,className:a(qc(),t&&"rounded-full",e),...r},void 0,!1,void 0,this));Jo.displayName="Skeleton";var Dc=Xn(({className:e,size:t=ze.sm,...r},o)=>{let n=f(t)??ze.md;return Jn(Jo,{ref:o,className:a(Qc({size:n}),e),...r},void 0,!1,void 0,this)});Dc.displayName="SkeletonText";var jc=Xn(({className:e,size:t=ze.sm,...r},o)=>{let n=f(t)??ze.md;return Jn(Jo,{ref:o,circle:!0,className:a(Zc({size:n}),e),...r},void 0,!1,void 0,this)});jc.displayName="SkeletonAvatar";var ep=Xn(({className:e,size:t=ze.sm,...r},o)=>{let n=f(t)??ze.md;return Jn(Jo,{ref:o,className:a(Ec({size:n}),e),...r},void 0,!1,void 0,this)});ep.displayName="SkeletonButton";import*as Et from"@radix-ui/react-slider";import{cva as Qn}from"class-variance-authority";import{forwardRef as xh}from"react";import{jsxDEV as qn}from"react/jsx-dev-runtime";var lo={sm:"sm",md:"md",lg:"lg"},tp=Qn("relative flex w-full touch-none select-none items-center"),rp=Qn("relative w-full grow overflow-hidden rounded-full bg-secondary"),op=Qn("absolute h-full bg-primary"),np=Qn("transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] block cursor-grab rounded-full border-2 border-primary bg-background ring-offset-background active:cursor-grabbing focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:cursor-not-allowed disabled:border-border disabled:bg-muted/40 disabled:text-muted-foreground/70"),Rh={[lo.sm]:"h-2",[lo.md]:"h-2.5",[lo.lg]:"h-3"},Ch={[lo.sm]:"h-4 w-4",[lo.md]:"h-5 w-5",[lo.lg]:"h-6 w-6"},ap=xh(({className:e,size:t,...r},o)=>{let n=f(t);return qn(Et.Root,{ref:o,className:a(tp(),e),...r,children:[qn(Et.Track,{"data-slider-track":!0,className:a(rp(),Rh[n]),children:qn(Et.Range,{className:a(op())},void 0,!1,void 0,this)},void 0,!1,void 0,this),(r.defaultValue??r.value??[0]).map((i,s)=>qn(Et.Thumb,{"data-slider-thumb":!0,className:a(np(),Ch[n])},`thumb-${String(s)}`,!1,void 0,this))]},void 0,!0,void 0,this)});ap.displayName="Slider";import{cva as Se}from"class-variance-authority";import{forwardRef as Sh,useCallback as Pi,useEffect as Mi,useLayoutEffect as Ah,useMemo as mo,useRef as Tt,useState as zi}from"react";import{useCallback as ip,useSyncExternalStore as wh}from"react";var Hh=()=>!1,kh=()=>{return};function sp(e){let t=ip((o)=>{if(typeof window>"u")return kh;let n=window.matchMedia(e);return n.addEventListener("change",o),()=>n.removeEventListener("change",o)},[e]),r=ip(()=>{if(typeof window>"u")return!1;return window.matchMedia(e).matches},[e]);return wh(t,r,Hh)}import{jsxDEV as U,Fragment as Lp}from"react/jsx-dev-runtime";var Bh="(max-width: 639px)",w={sm:"sm",md:"md",lg:"lg"},Ni={sm:"sm",md:"sm",lg:"md"},Zn={idle:"idle",loading:"loading",error:"error"},Ih=160,lp=Se("z-[120] bg-black/40"),mp=Se(["gs-spotlight-content fixed inset-x-0 top-[15vh] z-[120] w-full mx-auto","rounded-[calc(var(--radius)+6px)] border border-border bg-popover shadow-2xl","overflow-hidden"],{variants:{size:{[w.sm]:"max-w-md",[w.md]:"max-w-xl",[w.lg]:"max-w-2xl"}},defaultVariants:{size:w.md}}),dp=Se(["gs-sheet-content gs-sheet-content-bottom","fixed inset-x-0 bottom-0 z-[120] w-full flex flex-col","rounded-t-2xl border-t border-x border-border bg-popover shadow-2xl","overflow-hidden"]),up=Se("flex items-center border-b border-border",{variants:{size:{[w.sm]:"gap-2 px-3 py-2",[w.md]:"gap-3 px-4 py-3",[w.lg]:"gap-3 px-5 py-3.5"}},defaultVariants:{size:w.md}}),cp=Se(["w-full flex-1 bg-transparent text-foreground","placeholder:text-muted-foreground","outline-none border-none"],{variants:{size:{[w.sm]:"text-sm",[w.md]:"text-base",[w.lg]:"text-lg"}},defaultVariants:{size:w.md}}),pp=Se("text-muted-foreground shrink-0",{variants:{size:{[w.sm]:"size-3.5",[w.md]:"size-4",[w.lg]:"size-5"}},defaultVariants:{size:w.md}}),fp=Se("overflow-y-auto py-1",{variants:{size:{[w.sm]:"max-h-64",[w.md]:"max-h-80",[w.lg]:"max-h-96"}},defaultVariants:{size:w.md}}),gp=Se("font-semibold text-muted-foreground uppercase tracking-wide",{variants:{size:{[w.sm]:"px-2.5 py-1.5 text-[11px]",[w.md]:"px-3 py-2 text-xs",[w.lg]:"px-3.5 py-2 text-xs"}},defaultVariants:{size:w.md}}),bp=Se(["group flex items-center cursor-pointer rounded-lg","text-foreground","transition-[color,background-color,box-shadow] duration-100","active:scale-[0.98]"],{variants:{size:{[w.sm]:"gap-2 px-2.5 py-1.5 mx-1.5",[w.md]:"gap-3 px-3 py-2 mx-2",[w.lg]:"gap-3 px-3.5 py-2.5 mx-2"},selected:{true:"bg-primary/10",false:"hover:bg-muted"},disabled:{true:"text-muted-foreground cursor-not-allowed pointer-events-none bg-muted/40",false:""}},defaultVariants:{size:w.md,selected:!1,disabled:!1}}),yp=Se("shrink-0",{variants:{size:{[w.sm]:"size-3.5",[w.md]:"size-4",[w.lg]:"size-5"},selected:{true:"text-primary",false:"text-muted-foreground"}},defaultVariants:{size:w.md,selected:!1}}),vp=Se("flex-1 min-w-0"),Tp=Se("font-medium truncate",{variants:{size:{[w.sm]:"text-xs",[w.md]:"text-sm",[w.lg]:"text-sm"}},defaultVariants:{size:w.md}}),hp=Se("text-muted-foreground truncate",{variants:{size:{[w.sm]:"text-[11px]",[w.md]:"text-xs",[w.lg]:"text-xs"}},defaultVariants:{size:w.md}}),Pp=Se("flex items-center gap-1 text-muted-foreground shrink-0",{variants:{size:{[w.sm]:"text-[11px]",[w.md]:"text-[11px]",[w.lg]:"text-xs"}},defaultVariants:{size:w.md}}),En=Se("flex flex-col items-center justify-center text-muted-foreground",{variants:{size:{[w.sm]:"py-6 min-h-20",[w.md]:"py-8 min-h-24",[w.lg]:"py-10 min-h-28"},state:{empty:"text-muted-foreground",loading:"text-muted-foreground",error:"text-destructive"}},defaultVariants:{size:w.md,state:"empty"}}),Dn=Se("font-medium",{variants:{size:{[w.sm]:"text-xs",[w.md]:"text-sm",[w.lg]:"text-sm"}},defaultVariants:{size:w.md}}),zp=Se("mt-1",{variants:{size:{[w.sm]:"text-[11px]",[w.md]:"text-xs",[w.lg]:"text-xs"}},defaultVariants:{size:w.md}}),Mp=(e,t)=>{if(!t)return!0;let r=t.toLowerCase();return e.title.toLowerCase().includes(r)||(e.description?.toLowerCase().includes(r)??!1)||(e.keywords?.some((o)=>o.toLowerCase().includes(r))??!1)};function Fh(e,t){let r=Tt(null),o=Tt(null),n=Tt(null),i=Tt(!0),s=Tt(t);return Mi(()=>{if(e)i.current=!0},[e]),Ah(()=>{let l=r.current,d=o.current,m=n.current;if(!(l&&d&&m))return;let c=d.scrollHeight,u=s.current!==t;if(s.current=t,i.current)l.style.transition="none",l.style.height=`${c}px`,m.style.transition="none",m.style.opacity="1",requestAnimationFrame(()=>{l.style.transition="",m.style.transition="",i.current=!1});else if(u)m.style.transition="none",m.style.opacity="0",l.style.height=`${c}px`,requestAnimationFrame(()=>{m.style.transition="opacity 200ms var(--motion-ease-emphasized)",m.style.opacity="1"});else l.style.height=`${c}px`}),{wrapperRef:r,contentRef:o,viewRef:n}}function Gh({action:e,size:t,isActive:r,isDisabled:o,isMac:n,onClick:i,renderItem:s,index:l}){let d=e.shortcut?jn(e.shortcut,n):[],m=new Map,c=d.map((u)=>{let g=(m.get(u)??0)+1;return m.set(u,g),{token:u,key:`${u}-${g}`}});return U("div",{role:"option","aria-selected":r,"aria-disabled":o,tabIndex:o?-1:0,onClick:i,onKeyDown:(u)=>{if(u.key==="Enter"||u.key===" ")u.preventDefault(),i()},className:a(bp({size:t,selected:r,disabled:o})),children:s?s(e,{active:r,disabled:o,index:l}):U(Lp,{children:[e.icon&&U("span",{className:a(yp({size:t,selected:r})),children:e.icon},void 0,!1,void 0,this),U("div",{className:a(vp()),children:[U("div",{className:a(Tp({size:t})),children:e.title},void 0,!1,void 0,this),e.description&&U("div",{className:a(hp({size:t})),children:e.description},void 0,!1,void 0,this)]},void 0,!0,void 0,this),c.length>0&&U("div",{className:a(Pp({size:t})),children:c.map((u)=>U("kbd",{className:a(qr({size:Ni[t]})),children:u.token},u.key,!1,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)}var Np=Sh(({className:e,open:t,onOpenChange:r,actions:o,onActionSelect:n,value:i,defaultValue:s="",onValueChange:l,placeholder:d="Search commands, pages, or actions...",size:m=w.sm,status:c=Zn.idle,statusMessage:u,emptyText:g="No command found for this query.",hotkey:v,portal:y=!0,filterFn:T,renderItem:M,footer:z,...p},h)=>{let L=Tt(null),H=Tt(null),[S,B]=zi(s),[R,Y]=zi(0),[K,X]=zi(t),{isMac:j}=Ao(),ie=sp(Bh),V=be(),re=mo(()=>v&&v.length>0?v.join("+"):null,[v]),k=mo(()=>v?jn(v,j):[],[v,j]),Z=mo(()=>{let A=new Map;return k.map((ce)=>{let Ne=(A.get(ce)??0)+1;return A.set(ce,Ne),{token:ce,key:`${ce}-${Ne}`}})},[k]);xo(re??"",()=>r(!t),{enabled:!!re});let x=i!==void 0?i:S,W=T??Mp,b=mo(()=>o.filter((A)=>W(A,x)),[o,x,W]),P=mo(()=>b.flatMap((A,ce)=>A.disabled?[]:[ce]),[b]),C=mo(()=>{let A=new Map,ce=new Map,Ne=0;for(let N of b){let E=N.group??"";if(!A.has(E))A.set(E,[]);A.get(E)?.push(N),ce.set(N,Ne++)}return{groups:A,indexMap:ce}},[b]),oe=Tt(!1),_=Tt(t);if(_.current!==t)oe.current=!t,_.current=t;let Ce=Tt({query:x,status:c,statusMessage:u??null,filtered:b,grouped:C,activeIndex:R,emptyText:g});if(!oe.current)Ce.current={query:x,status:c,statusMessage:u??null,filtered:b,grouped:C,activeIndex:R,emptyText:g};let O=Ce.current,ae=O.status===Zn.loading?"loading":O.status===Zn.error?"error":O.filtered.length===0?"empty":"results",{wrapperRef:Lt,contentRef:ot,viewRef:$}=Fh(t,ae);Mi(()=>{if(t)Y(0)},[t]),Mi(()=>{if(t){X(!0);return}let A=setTimeout(()=>{X(!1)},V?0:Ih);return()=>{clearTimeout(A)}},[t,V]);let ue=t||K,se=Pi((A)=>{B(A.target.value),l?.(A.target.value),Y(0)},[l]),Me=Pi((A)=>{H.current?.querySelectorAll('[role="option"]')[A]?.scrollIntoView({block:"nearest"})},[]),Ue=Pi((A)=>{if(A.key==="ArrowDown"||A.key==="ArrowUp"){if(A.preventDefault(),P.length===0)return;let ce=P.indexOf(R),Ne=A.key==="ArrowDown"?P[(ce+1)%P.length]:P[(ce-1+P.length)%P.length];if(Ne!==void 0)Y(Ne),Me(Ne);return}if(A.key==="Enter"){A.preventDefault();let ce=b[R];if(ce&&!ce.disabled)n(ce,R)}},[R,P,b,n,Me]),ct=U(Lp,{children:[U(Co,{forceMount:!0,"data-testid":"spotlight-overlay",className:a(lp()),onClick:()=>r(!1)},void 0,!1,void 0,this),U(qa,{...p,ref:h,forceMount:!0,className:a(ie?dp():mp({size:m}),e),"aria-label":"Spotlight search","aria-describedby":void 0,onOpenAutoFocus:(A)=>{A.preventDefault(),L.current?.focus()},onCloseAutoFocus:(A)=>A.preventDefault(),onKeyDown:Ue,children:[U(Mn,{className:"sr-only",children:"Spotlight search"},void 0,!1,void 0,this),ie&&U("div",{className:"flex justify-center pt-2 pb-1",children:U("div",{className:"h-1 w-8 rounded-full bg-muted-foreground/30"},void 0,!1,void 0,this)},void 0,!1,void 0,this),U("div",{className:a(up({size:m})),children:[U("svg",{className:a(pp({size:m})),fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:U("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),U("input",{ref:L,type:"text",value:O.query,onChange:se,placeholder:d,"aria-label":"Search",className:a(cp({size:m}))},void 0,!1,void 0,this),!ie&&(v?U("div",{className:"flex items-center gap-1",children:Z.map((A)=>U("kbd",{className:a(qr({size:Ni[m]})),children:A.token},A.key,!1,void 0,this))},void 0,!1,void 0,this):U("kbd",{className:a(qr({size:Ni[m]})),children:"ESC"},void 0,!1,void 0,this))]},void 0,!0,void 0,this),U("div",{ref:Lt,className:"overflow-hidden transition-[height] duration-200 ease-[var(--motion-ease-emphasized)] motion-reduce:transition-none",children:U("div",{ref:ot,children:U("div",{ref:$,children:[ae==="loading"&&U("div",{className:a(En({size:m,state:"loading"})),children:[U(Gt,{size:"sm",className:"mb-2 text-muted-foreground"},void 0,!1,void 0,this),U("div",{className:a(Dn({size:m})),children:"Searching commands..."},void 0,!1,void 0,this)]},void 0,!0,void 0,this),ae==="error"&&U("div",{className:a(En({size:m,state:"error"})),children:[U("div",{className:a(Dn({size:m})),children:"Search failed"},void 0,!1,void 0,this),O.statusMessage&&U("div",{className:a(zp({size:m})),children:O.statusMessage},void 0,!1,void 0,this)]},void 0,!0,void 0,this),ae==="empty"&&U("div",{className:a(En({size:m,state:"empty"})),children:U("div",{className:a(Dn({size:m})),children:O.emptyText},void 0,!1,void 0,this)},void 0,!1,void 0,this),ae==="results"&&U("div",{ref:H,role:"listbox","aria-label":"Search results",className:a(fp({size:m}),ie&&"max-h-none min-h-0 flex-1"),children:Array.from(O.grouped.groups.entries()).map(([A,ce])=>U("div",{children:[A&&U("div",{className:a(gp({size:m})),children:A},void 0,!1,void 0,this),ce.map((Ne)=>{let N=O.grouped.indexMap.get(Ne)??0;return U(Gh,{action:Ne,size:m,isActive:N===O.activeIndex,isDisabled:Ne.disabled??!1,isMac:j,index:N,onClick:()=>{if(!Ne.disabled)n(Ne,N)},renderItem:M},Ne.id,!1,void 0,this)})]},A||"__ungrouped__",!0,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),z&&U("div",{className:"border-border border-t px-3 py-2",children:z},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this);return U(Ro,{open:t,onOpenChange:r,children:ue?y?U(Pn,{forceMount:!0,children:ct},void 0,!1,void 0,this):ct:null},void 0,!1,void 0,this)});Np.displayName="Spotlight";import{cva as Lr}from"class-variance-authority";import{Check as Oh}from"lucide-react";import{forwardRef as xr}from"react";import{jsxDEV as Dt}from"react/jsx-dev-runtime";var xp=Lr("flex w-full",{variants:{orientation:{horizontal:"flex-row items-start",vertical:"flex-col"}},defaultVariants:{orientation:"horizontal"}}),Rp=Lr("flex",{variants:{orientation:{horizontal:"flex-1 flex-col items-center",vertical:"gap-4 flex-row"}},defaultVariants:{orientation:"horizontal"}}),Cp=Lr(["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 bg-card text-muted-foreground","shadow-[var(--shadow-xs)]"],current:["border-primary bg-primary text-primary-foreground","shadow-[var(--glow-brand-sm)]"],complete:["border-success/60 bg-success text-success-foreground","shadow-[var(--shadow-sm)]","[&>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"},animated:{true:"gs-step-indicator-animated",false:""}},defaultVariants:{status:"incomplete",size:"sm",animated:!0}}),wp=Lr("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"},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:"sm",animated:!0}}),Hp=Lr("flex flex-col",{variants:{orientation:{horizontal:"mt-3 items-center text-center",vertical:"flex-1 pb-8 last:pb-0"}},defaultVariants:{orientation:"horizontal"}}),kp=Lr("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"}},defaultVariants:{status:"incomplete",size:"sm"}}),Sp=Lr("text-muted-foreground transition-colors duration-200 ease-out",{variants:{size:{sm:"text-sm",md:"text-xs",lg:"text-sm"}},defaultVariants:{size:"sm"}});var Ap=xr(({className:e,orientation:t="horizontal",activeStep:r,...o},n)=>{return Dt("div",{ref:n,role:"group","aria-label":"Progress steps",className:a(xp({orientation:t}),e),"data-orientation":t,"data-active-step":r,...o},void 0,!1,void 0,this)});Ap.displayName="Stepper";var Bp=xr(({className:e,orientation:t="horizontal",isLast:r,isCurrent:o,...n},i)=>{return Dt("div",{ref:i,className:a(Rp({orientation:t}),e),"data-last":r,"aria-current":o?"step":void 0,...n},void 0,!1,void 0,this)});Bp.displayName="Step";var Ip=xr(({className:e,status:t="incomplete",size:r="sm",icon:o,step:n,children:i,animated:s=!0,...l},d)=>{let m=f(r);return Dt("div",{ref:d,className:a(Cp({status:t,size:m,animated:s}),e),"data-status":t,"aria-hidden":"true",...l,children:t==="complete"?o||Dt(Oh,{className:"size-4",strokeWidth:3},void 0,!1,void 0,this):i||n},void 0,!1,void 0,this)});Ip.displayName="StepIndicator";var Fp=xr(({className:e,orientation:t="horizontal",status:r="incomplete",size:o="sm",animated:n=!0,...i},s)=>{let l=f(o);return Dt("div",{ref:s,className:a(wp({orientation:t,status:r,size:l,animated:n}),e),"data-status":r,...i},void 0,!1,void 0,this)});Fp.displayName="StepConnector";var Gp=xr(({className:e,orientation:t="horizontal",...r},o)=>{return Dt("div",{ref:o,className:a(Hp({orientation:t}),e),...r},void 0,!1,void 0,this)});Gp.displayName="StepContent";var Op=xr(({className:e,status:t="incomplete",size:r="sm",...o},n)=>{let i=f(r);return Dt("h4",{ref:n,className:a(kp({status:t,size:i}),e),...o},void 0,!1,void 0,this)});Op.displayName="StepTitle";var Wp=xr(({className:e,size:t="sm",...r},o)=>{let n=f(t);return Dt("p",{ref:o,className:a(Sp({size:n}),e),...r},void 0,!1,void 0,this)});Wp.displayName="StepDescription";import*as ea from"@radix-ui/react-switch";import{cva as Wh}from"class-variance-authority";import{forwardRef as _h}from"react";import{jsxDEV as _p}from"react/jsx-dev-runtime";var et={sm:"sm",md:"md",lg:"lg"},Rr={default:"default",error:"error",success:"success"},Up=Wh("transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] 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:{[et.sm]:"h-4.5 w-8",[et.md]:"h-5 w-9",[et.lg]:"h-6 w-11"},status:{[Rr.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",[Rr.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",[Rr.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:et.md,status:Rr.default}}),Uh={[et.sm]:"h-3.5 w-3.5",[et.md]:"h-4 w-4",[et.lg]:"h-5 w-5"},Kh={[et.sm]:"data-[state=checked]:translate-x-3.5",[et.md]:"data-[state=checked]:translate-x-4",[et.lg]:"data-[state=checked]:translate-x-5"},Kp=_h(({className:e,size:t=et.sm,status:r=Rr.default,error:o=!1,checked:n,disabled:i,...s},l)=>{let d=f(t),m=o?Rr.error:r;return _p(ea.Root,{ref:l,checked:n,disabled:i,className:a(Up({size:d,status:m}),e),...s,children:_p(ea.Thumb,{className:a("pointer-events-none block rounded-full bg-background shadow-sm transition-transform duration-150",Uh[d],Kh[d])},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Kp.displayName="Switch";import{cva as Bt}from"class-variance-authority";import{createContext as $h,forwardRef as jt,useContext as $p}from"react";import{jsxDEV as ht}from"react/jsx-dev-runtime";var Ie={sm:"sm",md:"md",lg:"lg"},Li=$h(Ie.md),Vp=Bt("relative w-full overflow-auto rounded-[var(--radius)] border border-border bg-card shadow-[var(--shadow-sm)]"),Yp=Bt("w-full caption-bottom",{variants:{size:{[Ie.sm]:"text-xs",[Ie.md]:"text-sm",[Ie.lg]:"text-sm"}},defaultVariants:{size:Ie.md}}),Xp=Bt("sticky top-0 z-[1] [&_tr]:border-b [&_tr]:border-border [&_th]:bg-muted"),Jp=Bt("[&_tr:last-child]:border-0"),qp=Bt("border-t border-border bg-muted font-medium text-muted-foreground [&>tr]:last:border-b-0"),Qp=Bt("transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] border-b border-border hover:bg-muted/50 data-[state=selected]:bg-primary/10"),Zp=Bt("text-left align-middle font-semibold text-muted-foreground [&:has([role=checkbox])]:pr-0",{variants:{size:{[Ie.sm]:"h-8 px-2",[Ie.md]:"h-10 px-3",[Ie.lg]:"h-12 px-4"}},defaultVariants:{size:Ie.md}}),Ep=Bt("align-middle text-foreground [&:has([role=checkbox])]:pr-0",{variants:{size:{[Ie.sm]:"p-2",[Ie.md]:"p-3",[Ie.lg]:"p-4"}},defaultVariants:{size:Ie.md}}),Dp=Bt("mt-4 text-sm text-muted-foreground"),jp=jt(({className:e,containerClassName:t,size:r=Ie.sm,...o},n)=>{let i=f(r)??Ie.md;return ht(Li.Provider,{value:i,children:ht("div",{className:a(Vp(),t),children:ht("table",{ref:n,className:a(Yp({size:i}),e),...o},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)});jp.displayName="Table";var ef=jt(({className:e,...t},r)=>ht("thead",{ref:r,className:a(Xp(),e),...t},void 0,!1,void 0,this));ef.displayName="TableHeader";var tf=jt(({className:e,...t},r)=>ht("tbody",{ref:r,className:a(Jp(),e),...t},void 0,!1,void 0,this));tf.displayName="TableBody";var rf=jt(({className:e,...t},r)=>ht("tfoot",{ref:r,className:a(qp(),e),...t},void 0,!1,void 0,this));rf.displayName="TableFooter";var of=jt(({className:e,...t},r)=>ht("tr",{ref:r,className:a(Qp(),e),...t},void 0,!1,void 0,this));of.displayName="TableRow";var nf=jt(({className:e,size:t,...r},o)=>{let n=$p(Li);return ht("th",{ref:o,className:a(Zp({size:t??n}),e),...r},void 0,!1,void 0,this)});nf.displayName="TableHead";var af=jt(({className:e,size:t,...r},o)=>{let n=$p(Li);return ht("td",{ref:o,className:a(Ep({size:t??n}),e),...r},void 0,!1,void 0,this)});af.displayName="TableCell";var sf=jt(({className:e,...t},r)=>ht("caption",{ref:r,className:a(Dp(),e),...t},void 0,!1,void 0,this));sf.displayName="TableCaption";import*as dt from"@radix-ui/react-tabs";import{cva as xi}from"class-variance-authority";import{forwardRef as Ri,useRef as lf}from"react";import{jsxDEV as ta}from"react/jsx-dev-runtime";var er={sm:"sm",md:"md",lg:"lg"},mf=xi("relative inline-flex items-center justify-center rounded-[var(--radius)] border border-border bg-secondary p-1 text-muted-foreground",{variants:{size:{[er.sm]:"gap-0.5",[er.md]:"gap-1",[er.lg]:"gap-1.5"}},defaultVariants:{size:er.sm}}),df=xi("transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] relative z-10 inline-flex items-center justify-center whitespace-nowrap rounded-[calc(var(--radius)-2px)] font-semibold leading-none text-muted-foreground 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:{[er.sm]:"h-7 px-2.5 text-xs",[er.md]:"h-9 px-3 text-sm",[er.lg]:"h-10 px-4 text-sm"}},defaultVariants:{size:er.sm}}),uf=xi("mt-3 ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2"),Vh=dt.Root,Yh=["data-state","aria-selected"],cf=Ri(({className:e,size:t,children:r,...o},n)=>{let i=f(t),s=lf(null),l=kt(n,s),d=lf(null);return Wn(s,d,{activeSelector:"button[role='tab'][data-state='active']",observeAttributes:Yh}),ta(dt.List,{ref:l,className:a(mf({size:i}),e),...o,children:[ta("span",{ref:d,"aria-hidden":!0,"data-slot":"indicator",className:_n,style:{opacity:0}},void 0,!1,void 0,this),r]},void 0,!0,void 0,this)});cf.displayName=dt.List.displayName;var pf=Ri(({className:e,size:t,...r},o)=>{let n=f(t);return ta(dt.Trigger,{ref:o,className:a(df({size:n}),e),...r},void 0,!1,void 0,this)});pf.displayName=dt.Trigger.displayName;var ff=Ri(({className:e,...t},r)=>ta(dt.Content,{ref:r,className:a(uf(),e),...t},void 0,!1,void 0,this));ff.displayName=dt.Content.displayName;import{cva as Xh}from"class-variance-authority";import{forwardRef as Jh}from"react";import{jsxDEV as qh}from"react/jsx-dev-runtime";var qo={default:"default",error:"error",success:"success"},Qo={sm:"sm",md:"md",lg:"lg"},gf=Xh("transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] 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:{[qo.default]:"focus-visible:ring-primary",[qo.error]:"border-destructive focus-visible:ring-destructive",[qo.success]:"border-success focus-visible:ring-success"},size:{[Qo.sm]:"min-h-[64px] px-2 py-1.5 text-xs",[Qo.md]:"min-h-[96px] px-3 py-2",[Qo.lg]:"min-h-[112px] px-4 py-2.5"}},defaultVariants:{status:qo.default,size:Qo.md}}),bf=Jh(({className:e,status:t=qo.default,size:r=Qo.sm,fullWidth:o=!1,noResize:n=!1,disabled:i,...s},l)=>{let d=f(r);return qh("textarea",{ref:l,className:a(gf({status:t,size:d}),i&&"bg-muted",o&&"w-full",n&&"resize-none",e),disabled:i,...s},void 0,!1,void 0,this)});bf.displayName="Textarea";import{cva as tr}from"class-variance-authority";import{forwardRef as rr}from"react";import{jsxDEV as Pt}from"react/jsx-dev-runtime";var yf=tr("relative flex flex-col"),vf=tr(["group relative flex pb-8 last:pb-0","transition-opacity duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)]"],{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}}),Tf=tr(["absolute bottom-0 w-0.5 rounded-full","transition-[background-color,opacity,height] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)]"],{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-[7px] top-5",md:"left-[15px] top-9",lg:"left-[21px] top-12"},animated:{true:"gs-timeline-connector-animated",false:""}},defaultVariants:{variant:"default",size:"sm",animated:!0}}),hf=tr(["relative z-10 flex shrink-0 items-center justify-center rounded-full border-2","transition-[color,background-color,border-color,box-shadow] duration-[var(--motion-duration-fast)] ease-[var(--motion-ease-standard)]","[&>svg]:shrink-0"],{variants:{variant:{default:["border-border bg-card text-muted-foreground","shadow-[var(--shadow-sm)]","hover:border-border hover:shadow-[var(--shadow-md)]"],success:["border-success/60 bg-success/10 text-success","shadow-[var(--shadow-success-sm)]","hover:bg-success/15 hover:border-success/70 hover:shadow-[var(--shadow-success-md)]"],warning:["border-warning/60 bg-warning/10 text-warning","shadow-[var(--shadow-warning-sm)]","hover:bg-warning/15 hover:border-warning/70 hover:shadow-[var(--shadow-warning-md)]"],error:["border-destructive/60 bg-destructive/10 text-destructive","shadow-[var(--shadow-destructive-sm)]","hover:bg-destructive/15 hover:border-destructive/70 hover:shadow-[var(--shadow-destructive-md)]"],info:["border-info/60 bg-info/10 text-info","shadow-[var(--shadow-info-sm)]","hover:bg-info/15 hover:border-info/70 hover:shadow-[var(--shadow-info-md)]"],primary:["border-primary/60 bg-primary/10 text-primary","shadow-[var(--shadow-primary-sm)]","hover:bg-primary/15 hover:border-primary/70 hover:shadow-[var(--shadow-primary-md)]"]},size:{sm:"h-4 w-4 [&>svg]:size-2",md:"h-8 w-8 [&>svg]:size-4",lg:"h-11 w-11 [&>svg]:size-5"},pulse:{true:"gs-timeline-dot-pulse-enabled gs-timeline-dot-pulse",false:""},animated:{true:"gs-timeline-dot-animated",false:""}},defaultVariants:{variant:"default",size:"sm",pulse:!1,animated:!0}}),Pf=tr("flex min-w-0 flex-col gap-1 pt-0.5 transition-opacity duration-[var(--motion-duration-fast)] ease-[var(--motion-ease-standard)]"),zf=tr("font-semibold leading-tight text-foreground transition-colors duration-[var(--motion-duration-fast)] ease-[var(--motion-ease-standard)]",{variants:{size:{sm:"text-[11px]",md:"text-base",lg:"text-lg"}},defaultVariants:{size:"sm"}}),Mf=tr("text-muted-foreground transition-colors duration-[var(--motion-duration-fast)] ease-[var(--motion-ease-standard)]",{variants:{size:{sm:"text-[11px]",md:"text-sm",lg:"text-base"}},defaultVariants:{size:"sm"}}),Nf=tr("font-medium text-muted-foreground/70 transition-colors duration-[var(--motion-duration-fast)] ease-[var(--motion-ease-standard)]",{variants:{size:{sm:"text-[11px]",md:"text-sm",lg:"text-base"}},defaultVariants:{size:"sm"}});var Lf=rr(({className:e,...t},r)=>{return Pt("div",{ref:r,role:"list","aria-label":"Timeline events",className:a(yf(),e),...t},void 0,!1,void 0,this)});Lf.displayName="Timeline";var xf=rr(({className:e,align:t,isLast:r,animated:o=!0,...n},i)=>{return Pt("div",{ref:i,role:"listitem",className:a(vf({align:t,animated:o}),e),"data-last":r,...n},void 0,!1,void 0,this)});xf.displayName="TimelineItem";var Rf=rr(({className:e,variant:t,size:r,animated:o=!0,...n},i)=>{let s=f(r);return Pt("div",{ref:i,className:a(Tf({variant:t,size:s,animated:o}),e),...n},void 0,!1,void 0,this)});Rf.displayName="TimelineConnector";var Cf=rr(({className:e,variant:t,size:r,icon:o,children:n,pulse:i=!1,animated:s=!0,...l},d)=>{let m=f(r);return Pt("div",{ref:d,className:a(hf({variant:t,size:m,pulse:i,animated:s}),e),"aria-hidden":"true",...l,children:o||n||Pt(Qh,{},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Cf.displayName="TimelineDot";var wf=rr(({className:e,...t},r)=>{return Pt("div",{ref:r,className:a(Pf(),e),...t},void 0,!1,void 0,this)});wf.displayName="TimelineContent";var Hf=rr(({className:e,size:t,...r},o)=>{let n=f(t);return Pt("h4",{ref:o,className:a(zf({size:n}),e),...r},void 0,!1,void 0,this)});Hf.displayName="TimelineTitle";var kf=rr(({className:e,size:t,...r},o)=>{let n=f(t);return Pt("p",{ref:o,className:a(Mf({size:n}),e),...r},void 0,!1,void 0,this)});kf.displayName="TimelineDescription";var Sf=rr(({className:e,size:t,...r},o)=>{let n=f(t);return Pt("time",{ref:o,className:a(Nf({size:n}),e),...r},void 0,!1,void 0,this)});Sf.displayName="TimelineTime";function Qh(){return Pt("span",{className:"size-2 rounded-full bg-current"},void 0,!1,void 0,this)}import{cva as Af}from"class-variance-authority";var uo={default:"default",success:"success",info:"info",warning:"warning",error:"error"},tt={sm:"sm",md:"md",lg:"lg"},Ci=Af("pointer-events-auto relative flex w-full items-center overflow-hidden rounded-[var(--radius)] border shadow-[var(--shadow-md)]",{variants:{variant:{[uo.default]:"border-border bg-card text-card-foreground",[uo.success]:"border-success/30 bg-card text-card-foreground",[uo.info]:"border-info/30 bg-card text-card-foreground",[uo.warning]:"border-warning/30 bg-card text-card-foreground",[uo.error]:"border-destructive/30 bg-card text-card-foreground"},size:{[tt.sm]:"gap-2 p-3",[tt.md]:"gap-3 p-4",[tt.lg]:"gap-3.5 p-5"}},defaultVariants:{variant:uo.default,size:tt.md}}),wi=Af("transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] 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:cursor-not-allowed disabled:border-transparent disabled:bg-muted/40 disabled:text-muted-foreground/70",{variants:{size:{[tt.sm]:"h-6 px-2 text-xs",[tt.md]:"h-7 px-2.5 text-xs",[tt.lg]:"h-8 px-3 text-sm"}},defaultVariants:{size:tt.md}});import{AlertTriangle as nP,CheckCircle2 as aP,Info as Wf,X as iP,XCircle as sP}from"lucide-react";import{forwardRef as lP,useCallback as na,useEffect as co,useRef as Bi,useState as Ii}from"react";import{useSyncExternalStore as Zh}from"react";var Eh=5,If=5000,Dh=500,Hi=0;function jh(){return Hi=(Hi+1)%Number.MAX_SAFE_INTEGER,`toast-${Hi}-${Date.now()}`}var ki=new Set,rt=[],wr=new Map,Eo=new Map,Do=!1,Cr=new Map;function ra(){for(let e of ki)e()}function Bf(){return rt}function eP(e){return ki.add(e),()=>{ki.delete(e)}}function Si(e,t){if(Do){Cr.set(e,t);return}clearTimeout(wr.get(e));let r=Date.now(),o=setTimeout(()=>{wr.delete(e),Cr.delete(e),oa(e)},t);wr.set(e,o),Cr.set(e,t);let n=setInterval(()=>{let i=Date.now()-r,s=t-i;if(s<=0)clearInterval(n),Cr.delete(e);else Cr.set(e,s)},100)}function tP(e){clearTimeout(Eo.get(e));let t=To()?0:Dh,r=setTimeout(()=>{rt=rt.filter((o)=>o.id!==e),Eo.delete(e),ra()},t);Eo.set(e,r)}function Ff(e){clearTimeout(wr.get(e)),wr.delete(e),Cr.delete(e)}function Zo(e){let t=e.id??jh(),r=e.duration===void 0?If:e.duration;if(rt.find((i)=>i.id===t)){if(rt=rt.map((i)=>i.id===t?{...i,...e,id:t,open:!0,createdAt:Date.now()}:i),clearTimeout(Eo.get(t)),Eo.delete(t),Ff(t),typeof r==="number")Si(t,r);return ra(),t}if(rt=[{...e,id:t,variant:e.variant??"default",dismissible:e.dismissible??!0,open:!0,createdAt:Date.now()},...rt].slice(0,Eh),typeof r==="number")Si(t,r);return ra(),t}function oa(e){Ff(e),rt=rt.map((t)=>t.id===e?{...t,open:!1}:t),ra(),tP(e)}function Gf(){for(let e of rt)oa(e.id)}function rP(){if(Do)return;Do=!0;for(let[e,t]of wr)clearTimeout(t),wr.delete(e)}function oP(){if(!Do)return;Do=!1;for(let e of rt)if(e.open){if(e.duration===null)continue;let t=e.duration??If,r=Cr.get(e.id)??t;Si(e.id,r)}}var Of=Object.assign((e)=>Zo(e),{success:(e,t)=>Zo({...t,variant:"success",title:e}),info:(e,t)=>Zo({...t,variant:"info",title:e}),warning:(e,t)=>Zo({...t,variant:"warning",title:e}),error:(e,t)=>Zo({...t,variant:"error",title:e}),dismiss:oa,dismissAll:Gf});function Ai(){return{toasts:Zh(eP,Bf,Bf),toast:Of,dismiss:oa,dismissAll:Gf,pauseAll:rP,resumeAll:oP}}import{jsxDEV as _e}from"react/jsx-dev-runtime";var Uf=10,_f=0.05,mP=200,dP={"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"},uP={success:(e)=>_e(aP,{className:a("mt-0.5 shrink-0 text-success",e==="sm"?"size-4":"size-[18px]")},void 0,!1,void 0,this),info:(e)=>_e(Wf,{className:a("mt-0.5 shrink-0 text-info",e==="sm"?"size-4":"size-[18px]")},void 0,!1,void 0,this),warning:(e)=>_e(nP,{className:a("mt-0.5 shrink-0 text-warning",e==="sm"?"size-4":"size-[18px]")},void 0,!1,void 0,this),error:(e)=>_e(sP,{className:a("mt-0.5 shrink-0 text-destructive",e==="sm"?"size-4":"size-[18px]")},void 0,!1,void 0,this),default:(e)=>_e(Wf,{className:a("mt-0.5 shrink-0 text-muted-foreground",e==="sm"?"size-4":"size-[18px]")},void 0,!1,void 0,this)};function cP(e,t,r,o,n){let i=e<o,s=r?n:e*Uf,l=r?1:i?1-e*_f:1-o*_f,d=i||r?1:0,m=t-e;return{offset:s,scale:l,opacity:d,zIndex:m}}var Kf=lP(({position:e="bottom-right",gap:t=12,visibleCount:r=3,size:o=tt.sm,className:n,...i},s)=>{let{toasts:l,dismiss:d,pauseAll:m,resumeAll:c}=Ai(),u=be(),g=f(o)??tt.md,[v,y]=Ii(!1),[T,M]=Ii({}),z=Bi(null),p=Bi(void 0),h=e.startsWith("bottom"),L=na((k)=>{if(z.current=k,typeof s==="function")s(k);else if(s)s.current=k},[s]),H=na(()=>{clearTimeout(p.current),y(!0),m()},[m]),S=na(()=>{clearTimeout(p.current),p.current=setTimeout(()=>{y(!1),c()},u?0:mP)},[u,c]);co(()=>{return()=>clearTimeout(p.current)},[]);let B=na((k,Z)=>{M((x)=>{if(x[k]===Z)return x;return{...x,[k]:Z}})},[]);co(()=>{let k=new Set(l.map((Z)=>Z.id));M((Z)=>{let x=!1,W={};for(let[b,P]of Object.entries(Z))if(k.has(b))W[b]=P;else x=!0;return x?W:Z})},[l]);let R=l.filter((k)=>k.open),Y=new Map,K=0;for(let[k,Z]of R.entries()){let x=T[Z.id]??0;Y.set(Z.id,cP(k,R.length,v,r,K)),K+=x+t}let X=R[0],ie=(X?T[X.id]??0:0)+Math.min(R.length-1,r-1)*Uf,V=K-(R.length>0?t:0),re=v?V:ie;if(co(()=>{let k=z.current;if(!k)return;k.style.setProperty("--gs-toast-stack-height",`${Math.max(re,0)}px`)},[re]),l.length===0)return null;return _e("ol",{ref:L,role:"region","aria-label":"Notifications",tabIndex:-1,onMouseEnter:H,onMouseLeave:S,className:a("pointer-events-auto fixed z-[100] h-[var(--gs-toast-stack-height,0px)] w-full max-w-[400px] outline-none transition-[height] duration-[var(--motion-duration-spring)] ease-[var(--motion-ease-emphasized)]",dP[e],n),...i,children:l.map((k)=>{let Z=!k.open,x=Y.get(k.id);return _e(pP,{toast:k,layout:x??{offset:0,scale:1,opacity:0,zIndex:0},isClosed:Z,isBottom:h,size:g,onDismiss:d,onMeasure:B,reducedMotion:u},k.id,!1,void 0,this)})},void 0,!1,void 0,this)});Kf.displayName="Toaster";function pP({toast:e,layout:t,isClosed:r,isBottom:o,size:n,onDismiss:i,onMeasure:s,reducedMotion:l}){let d=Bi(null),[m,c]=Ii(!1);co(()=>{if(l){c(!0);return}let T=requestAnimationFrame(()=>c(!0));return()=>cancelAnimationFrame(T)},[l]),co(()=>{let T=d.current;if(!T)return;let M=new ResizeObserver((z)=>{for(let p of z){let h=p.borderBoxSize?.[0];if(h)s(e.id,h.blockSize)}});return M.observe(T),()=>M.disconnect()},[e.id,s]);let u=o?"bottom-0 left-0 right-0 origin-bottom":"top-0 left-0 right-0 origin-top",g,v,y;if(!m)g=`translateY(${o?80:-80}px) scale(0.9)`,v=0,y="false";else if(r)g=`translateY(${o?80:-80}px) scale(0.95)`,v=0,y="false";else g=`translateY(${o?-t.offset:t.offset}px) scale(${t.scale})`,v=t.opacity,y="true";return co(()=>{let T=d.current;if(!T)return;T.style.setProperty("--gs-toast-transform",g),T.style.setProperty("--gs-toast-opacity",`${v}`),T.style.setProperty("--gs-toast-z-index",`${t.zIndex}`)},[t.zIndex,v,g]),_e("li",{ref:d,"data-state":e.open?"open":"closed","data-variant":e.variant,"data-interactive":y,className:a("absolute list-none transition-[transform,opacity] duration-[var(--motion-duration-spring)] ease-[var(--motion-ease-emphasized)] [opacity:var(--gs-toast-opacity,0)] [transform:var(--gs-toast-transform)] [z-index:var(--gs-toast-z-index,0)]","data-[interactive=false]:pointer-events-none data-[interactive=true]:pointer-events-auto",u),children:_e("div",{className:a(Ci({variant:e.variant,size:n}),"w-full"),children:[uP[e.variant]?.(n),_e("div",{className:"flex-1 space-y-0.5",children:[e.title&&_e("p",{className:a("font-semibold leading-tight",n==="sm"?"text-xs":"text-sm"),children:e.title},void 0,!1,void 0,this),e.description&&_e("p",{className:a("text-muted-foreground leading-snug",n==="sm"?"text-xs":"text-sm"),children:e.description},void 0,!1,void 0,this)]},void 0,!0,void 0,this),e.action&&_e("button",{type:"button",className:a(wi({size:n}),"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&&_e("button",{type:"button",className:a("mt-0.5 shrink-0 rounded-[var(--radius)] p-1 text-muted-foreground transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",n==="sm"?"[&>svg]:size-3.5":"[&>svg]:size-4"),onClick:()=>i(e.id),"aria-label":"Dismiss",children:_e(iP,{},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 $f from"@radix-ui/react-toggle";import{cva as fP}from"class-variance-authority";import{forwardRef as gP}from"react";import{jsxDEV as bP}from"react/jsx-dev-runtime";var Fi={default:"default",outline:"outline"},aa={sm:"sm",md:"md",lg:"lg"},ia=fP("transition-[color,background-color,border-color,box-shadow,transform,opacity,filter] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-standard)] 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:{[Fi.default]:"bg-transparent disabled:bg-transparent disabled:text-foreground/50",[Fi.outline]:"border-input bg-transparent hover:bg-accent hover:text-accent-foreground disabled:bg-transparent disabled:text-foreground/50 disabled:border-border/50"},size:{[aa.sm]:"h-7 px-1.5 min-w-7 text-xs",[aa.md]:"h-10 px-3 min-w-10",[aa.lg]:"h-11 px-5 min-w-11"}},defaultVariants:{variant:Fi.default,size:aa.sm}}),Vf=gP(({className:e,variant:t,size:r,...o},n)=>{let i=f(r);return bP($f.Root,{ref:n,className:a(ia({variant:t,size:i}),e),...o},void 0,!1,void 0,this)});Vf.displayName="Toggle";import*as sa from"@radix-ui/react-toggle-group";import{cva as yP}from"class-variance-authority";import{createContext as vP,forwardRef as Yf,useContext as TP}from"react";import{jsxDEV as Gi}from"react/jsx-dev-runtime";var hP={default:"default",outline:"outline"},PP={sm:"sm",md:"md",lg:"lg"},Xf=yP("flex items-center justify-center gap-1"),Jf=vP({size:PP.sm,variant:hP.default}),qf=Yf(({className:e,variant:t,size:r,children:o,...n},i)=>{let s=f(r);return Gi(sa.Root,{ref:i,className:a(Xf(),e),...n,children:Gi(Jf.Provider,{value:{variant:t,size:s},children:o},void 0,!1,void 0,this)},void 0,!1,void 0,this)});qf.displayName="ToggleGroup";var Qf=Yf(({className:e,children:t,variant:r,size:o,...n},i)=>{let s=TP(Jf),l=f(o);return Gi(sa.Item,{ref:i,className:a(ia({variant:r??s.variant,size:l??s.size}),e),...n,children:t},void 0,!1,void 0,this)});Qf.displayName="ToggleGroupItem";import{cva as Zf}from"class-variance-authority";import{forwardRef as la}from"react";import{jsxDEV as ma}from"react/jsx-dev-runtime";var ut={sm:"sm",md:"md",lg:"lg"},Ef=Zf("flex items-center border-b border-border bg-secondary",{variants:{size:{[ut.sm]:"gap-1.5 px-3 py-1.5",[ut.md]:"gap-2 px-4 py-2",[ut.lg]:"gap-3 px-5 py-2.5"}},defaultVariants:{size:ut.sm}}),Df=la(({className:e,size:t=ut.sm,...r},o)=>{let n=f(t);return ma("div",{ref:o,role:"toolbar",className:a(Ef({size:n}),e),...r},void 0,!1,void 0,this)});Df.displayName="Toolbar";var jf=Zf("flex items-center",{variants:{size:{[ut.sm]:"gap-1",[ut.md]:"gap-1.5",[ut.lg]:"gap-2"}},defaultVariants:{size:ut.sm}}),eg=la(({className:e,size:t=ut.sm,...r},o)=>{let n=f(t);return ma("div",{ref:o,role:"group",className:a(jf({size:n}),e),...r},void 0,!1,void 0,this)});eg.displayName="ToolbarGroup";var tg=la(({className:e,...t},r)=>{return ma("div",{ref:r,role:"none",className:a("h-5 w-px shrink-0 bg-border",e),...t},void 0,!1,void 0,this)});tg.displayName="ToolbarSeparator";var rg=la(({className:e,...t},r)=>{return ma("div",{ref:r,className:a("flex-1",e),...t},void 0,!1,void 0,this)});rg.displayName="ToolbarSpacer";import*as zt from"@radix-ui/react-tooltip";import{cva as zP}from"class-variance-authority";import{createContext as MP,forwardRef as og,useContext as ng}from"react";import{jsxDEV as fo}from"react/jsx-dev-runtime";var ag=({delayDuration:e,skipDelayDuration:t,...r})=>{let o=be();return fo(zt.Provider,{delayDuration:o?0:e,skipDelayDuration:o?0:t,...r},void 0,!1,void 0,this)};ag.displayName="TooltipProvider";var Oi=MP(!1),ig=({persistOnClick:e=!1,children:t,delayDuration:r,...o})=>{let n=be();return fo(Oi.Provider,{value:e,children:fo(zt.Root,{delayDuration:n?0:r,...o,children:t},void 0,!1,void 0,this)},void 0,!1,void 0,this)};ig.displayName="Tooltip";var sg=og(({onClick:e,onPointerDown:t,...r},o)=>{let n=ng(Oi);return fo(zt.Trigger,{ref:o,onClick:n?(i)=>{i.preventDefault(),e?.(i)}:e,onPointerDown:n?(i)=>{i.preventDefault(),t?.(i)}:t,...r},void 0,!1,void 0,this)});sg.displayName="TooltipTrigger";var po={sm:F.sm,md:F.md,lg:F.lg},lg=zP("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:{[po.sm]:"px-2 py-1 text-xs",[po.md]:"px-3 py-1.5 text-xs",[po.lg]:"px-4 py-2 text-sm"}},defaultVariants:{size:po.md}}),mg=og(({className:e,sideOffset:t=nt,onPointerDownOutside:r,size:o=po.sm,portal:n=le,portalContainer:i,...s},l)=>{let d=ng(Oi),m=f(o),c=fo(zt.Content,{ref:l,sideOffset:t,className:a(lg({size:m}),e),onPointerDownOutside:d?(u)=>{u.preventDefault(),r?.(u)}:r,...s},void 0,!1,void 0,this);if(!n)return c;return fo(zt.Portal,{container:i??void 0,children:c},void 0,!1,void 0,this)});mg.displayName="TooltipContent";import{createContext as NP,useCallback as or,useContext as LP,useEffect as jo,useInsertionEffect as xP,useLayoutEffect as RP,useMemo as da,useRef as nr,useState as dg}from"react";import{jsxDEV as HP}from"react/jsx-dev-runtime";var CP=typeof window<"u"?RP:jo,wP=typeof window<"u"?xP:jo,_i=NP(null);function ua(e,t){return e.theme===t.theme&&e.colorScheme===t.colorScheme}var Hr=({children:e,value:t,initialState:r,onChange:o,onStateChange:n,transformState:i,readState:s,writeState:l,syncWithSystem:d=!0,enableTransition:m=!1,transitionDuration:c,defaultTheme:u,defaultColorScheme:g,themes:v,attribute:y,colorSchemeAttribute:T,darkClassName:M,storage:z})=>{let p=da(()=>go({defaultTheme:u,defaultColorScheme:g,themes:v,attribute:y,colorSchemeAttribute:T,darkClassName:M,storage:z}),[u,g,v,y,T,M,z]),[h,L]=dg(()=>Mt(typeof window<"u"?ca(p)??r:r,p)),[H,S]=dg(ba),R=da(()=>t?Mt(t,p):null,[t,p])??h,Y=da(()=>({...R,resolvedColorScheme:Wi(R.colorScheme,H)}),[R,H]),K=t!==void 0,X=nr(R);X.current=R;let j=nr(!1),ie=nr(!1),V=nr(!1),re=nr(R),k=nr(null),Z=nr(m);Z.current=m;let x=nr(c);x.current=c;let W=or(($)=>{return fa($)},[]),b=or(($)=>{return ca($)},[]),P=or(($,ue)=>{ga($,ue)},[]),C=s??W,oe=l??P;jo(()=>{if(!d||typeof window>"u"||typeof window.matchMedia!=="function")return;let $=window.matchMedia("(prefers-color-scheme: dark)"),ue=()=>{S($.matches?Nt.dark:Nt.light)};return ue(),$.addEventListener("change",ue),()=>$.removeEventListener("change",ue)},[d]),jo(()=>{if(K)return;L(($)=>{let ue=Mt($,p);return ua($,ue)?$:ue})},[p,K]),CP(()=>{if(K||j.current)return;j.current=!0;let $=C(p)??b(p);if(!$)return;let ue=X.current,se=Mt($,p),Me={reason:"hydrate",previousState:ue},Ue=i?Mt(i(se,Me),p):se;if(ua(ue,Ue))return;k.current=Me,L(Ue),o?.(Ue,Me),n?.(Ue,Me)},[p,K,o,n,b,C,i]),wP(()=>{if(typeof document>"u")return;let $=!V.current;if(V.current=!0,!$&&Z.current&&!To()){let se=x.current??200,Me=document.createElement("style");Me.setAttribute("data-gs-theme-transition",""),Me.textContent=`*, *::before, *::after { transition: color ${se}ms ease, background-color ${se}ms ease, border-color ${se}ms ease, box-shadow ${se}ms ease, fill ${se}ms ease, stroke ${se}ms ease !important; }`,document.head.appendChild(Me),pa(document.documentElement,Y,p);let Ue=requestAnimationFrame(()=>{setTimeout(()=>Me.remove(),se)});return()=>{cancelAnimationFrame(Ue),Me.remove()}}pa(document.documentElement,Y,p);return},[p,Y]),jo(()=>{if(typeof window>"u")return;if(!ie.current){ie.current=!0,re.current=R;return}let $=re.current;if(ua($,R))return;let ue=k.current??{reason:"set-state",previousState:$};k.current=null,oe(R,p,ue),re.current=R},[p,R,oe]);let _=or(($,ue)=>{let se=X.current,Me=typeof $==="function"?$(se):$,Ue=Mt({theme:Me.theme??se.theme,colorScheme:Me.colorScheme??se.colorScheme},p),ct={reason:ue,previousState:se},A=i?Mt(i(Ue,ct),p):Ue;if(ua(se,A))return;if(k.current=ct,!K)L(A);o?.(A,ct),n?.(A,ct)},[p,K,o,n,i]),Ce=or(($)=>{_($,"set-state")},[_]),O=or(($)=>{_({theme:$},"set-theme")},[_]),ae=or(($)=>{_({colorScheme:$},"set-color-scheme")},[_]),Lt=or(()=>{let $=Y.resolvedColorScheme===Nt.dark?Nt.light:Nt.dark;_({colorScheme:$},"toggle-color-scheme")},[Y.resolvedColorScheme,_]),ot=da(()=>({theme:R.theme,colorScheme:R.colorScheme,resolvedColorScheme:Y.resolvedColorScheme,state:R,resolvedState:Y,contract:p,themes:p.themes,setTheme:O,setColorScheme:ae,setState:Ce,toggleColorScheme:Lt}),[R,Y,p,O,ae,Ce,Lt]);return HP(_i.Provider,{value:ot,children:e},void 0,!1,void 0,this)};Hr.displayName="ThemeProvider";var ya=()=>{let e=LP(_i);if(!e)throw Error("useTheme must be used within a ThemeProvider");return e};import{jsxDEV as va}from"react/jsx-dev-runtime";function ha(e){return typeof e==="object"&&e!==null}function It(e){return typeof e==="string"&&e.trim().length>0}function ug(e){if(!ha(e))return!1;return Object.values(e).every(It)}function pg(e){if(!ha(e))return!1;if(!ug(e.light))return!1;if(e.dark===void 0)return!0;return ug(e.dark)}function fg(e){return ha(e)&&It(e.cssText)}function kP(e){return ha(e)&&It(e.theme)}function Ui(e){return Error(`Invalid theme registry definition: ${e}`)}function cg(e){let t=new Set,r=[];for(let o of e){if(!It(o)||t.has(o))continue;t.add(o),r.push(o)}return r}function SP(e){return e.filter(It).join(`
5
5
 
6
- `)}function VP(e){let t=[],r=[],o=[];for(let[n,i]of Object.entries(e)){if(!Ft(n))continue;if(t.push(n),Ft(i)){o.push(i);continue}if(vg(i)){o.push(i.cssText);continue}if(yg(i)){r.push({theme:n,light:i.light,dark:i.dark});continue}throw Si(`record key "${n}" has unsupported value shape`)}return{themeNames:t,tokenDefinitions:r,cssBlocks:o}}function XP(e){let t=[],r=[],o=[];for(let n of e){if(Ft(n)){t.push(n);continue}if(!$P(n))throw Si("array entry must be a theme name or an object with `theme`");let i=n.theme;if(t.push(i),vg(n)){o.push(n.cssText);continue}if(yg(n)){r.push({theme:i,light:n.light,dark:n.dark});continue}throw Si(`array entry "${i}" has unsupported value shape`)}return{themeNames:t,tokenDefinitions:r,cssBlocks:o}}function JP(e){if(Array.isArray(e))return XP(e);return VP(e)}function Tg(e){return e}function Fi(e){let{themes:t,cssText:r,...o}=e,n=JP(t),i=bg(n.themeNames),s=vo({...o,themes:i}),l=pa({themes:n.tokenDefinitions,attribute:s.attribute,darkClassName:s.darkClassName}),m=YP([l,...n.cssBlocks,r??""]),d=bg(s.themes);if(d.length===0)d.push(s.defaultTheme);return{defaultTheme:s.defaultTheme,themes:d,cssText:m,contract:s}}function ga({registry:e,children:t,...r}){return ca(kr,{defaultTheme:e.defaultTheme,themes:e.themes,attribute:e.contract.attribute,colorSchemeAttribute:e.contract.colorSchemeAttribute,darkClassName:e.contract.darkClassName,storage:e.contract.storage,...r,children:t},void 0,!1,void 0,this)}ga.displayName="ThemeRegistryProvider";function ba({registry:e,id:t,nonce:r,media:o}){if(!Ft(e.cssText))return null;return ca("style",{id:t,nonce:r,media:o,children:e.cssText},void 0,!1,void 0,this)}ba.displayName="ThemeStyles";function hg(e){let t=Fi(e),{themes:r,cssText:o,...n}=e;return{registry:t,provider:({children:m,...d})=>{return ca(ga,{registry:t,...n,...d,children:m},void 0,!1,void 0,this)},styles:(m={})=>{return ca(ba,{registry:t,...m},void 0,!1,void 0,this)},useTheme:()=>{let m=ua(),d=(g)=>{return t.themes.some((T)=>T===g)},c=(g)=>{return d(g)?g:t.defaultTheme},u=(g)=>{if(typeof g==="function"){m.setState((T)=>{let b={...T,theme:c(T.theme)},h=g(b);return{theme:c(h.theme??b.theme),colorScheme:h.colorScheme??b.colorScheme}});return}m.setState({theme:c(g.theme??m.state.theme),colorScheme:g.colorScheme??m.state.colorScheme})};return{...m,theme:c(m.theme),state:{...m.state,theme:c(m.state.theme)},resolvedState:{...m.resolvedState,theme:c(m.resolvedState.theme)},themes:t.themes,setTheme:(g)=>{m.setTheme(g)},setState:u}}}}import{jsxDEV as qP}from"react/jsx-dev-runtime";var Bg="ghostly-solutions",Ig=zt.system;function Sg({children:e,defaultTheme:t=Bg,defaultColorScheme:r=Ig,...o}){return qP(kr,{defaultTheme:t,defaultColorScheme:r,...o,children:e},void 0,!1,void 0,this)}Sg.displayName="UIProvider";import*as lr from"react";var QP=()=>{};function ZP({prop:e,defaultProp:t,onChange:r=QP}){let[o,n]=EP({defaultProp:t,onChange:r}),i=e!==void 0,s=i?e:o,l=lr.useCallback((m)=>{if(i){let c=typeof m==="function"?m(e):m;if(c!==e)r(c)}else n(m)},[i,e,n,r]);return[s,l]}function EP({defaultProp:e,onChange:t}){let r=lr.useState(e),[o]=r,n=lr.useRef(o),i=t;return lr.useEffect(()=>{if(n.current!==o)i?.(o),n.current=o},[o,i]),r}export{ma as writeThemeStateToBrowserStorage,Ri as useToast,ua as useTheme,ve as useReducedMotion,Bo as usePlatform,YT as useOverlay,zo as useHotkey,ko as useFormField,f as useDensitySize,Og as useDensity,ZP as useControllableState,Bt as useComposedRefs,Ly as useCommandShortcut,pn as useCommand,Ub as useBreadcrumbs,cg as tooltipContentVariants,tg as toolbarVariants,og as toolbarGroupVariants,ea as toggleVariants,Zf as toggleGroupVariants,xi as toastVariants,Mi as toastActionVariants,Uf as toast,Pf as timelineVariants,zf as timelineTitleVariants,Cf as timelineTimeVariants,xf as timelineItemVariants,Nf as timelineDotVariants,Rf as timelineDescriptionVariants,Lf as timelineContentVariants,Mf as timelineConnectorVariants,Tf as textareaVariants,ff as tabsTriggerVariants,pf as tabsListVariants,gf as tabsContentVariants,Qp as tableVariants,jp as tableRowVariants,Zp as tableHeaderVariants,ef as tableHeadVariants,Dp as tableFooterVariants,qp as tableContainerVariants,tf as tableCellVariants,rf as tableCaptionVariants,Ep as tableBodyVariants,Vp as switchVariants,wp as stepperVariants,kp as stepVariants,Sp as stepTitleVariants,Ap as stepIndicatorVariants,Fp as stepDescriptionVariants,Ip as stepContentVariants,Bp as stepConnectorVariants,Cp as statCardVariants,Vn as spotlightStatusVariants,Xn as spotlightStatusTitleVariants,Np as spotlightStatusDescriptionVariants,Mp as spotlightShortcutVariants,bp as spotlightResultsVariants,up as spotlightPanelVariants,dp as spotlightOverlayVariants,vp as spotlightOptionVariants,Pp as spotlightOptionTitleVariants,Tp as spotlightOptionIconVariants,xp as spotlightOptionDescriptionVariants,hp as spotlightOptionContentVariants,fp as spotlightInputVariants,gp as spotlightIconVariants,pp as spotlightHeaderVariants,yp as spotlightGroupLabelVariants,cp as spotlightDrawerPanelVariants,op as sliderVariants,np as sliderTrackVariants,ip as sliderThumbVariants,ap as sliderRangeVariants,Zc as skeletonVariants,Ec as skeletonTextVariants,jc as skeletonButtonVariants,Dc as skeletonAvatarVariants,Cu as sheetOverlayVariants,Hu as sheetContentVariants,Cg as serializeThemeState,qc as separatorVariants,_c as selectTriggerVariants,Uc as selectContentVariants,wc as segmentedControlVariants,Ac as segmentedControlLabelVariants,kc as segmentedControlItemVariants,Nc as scrollBarVariants,Lc as scrollBarThumbVariants,Mc as scrollAreaVariants,wg as resolveThemeState,Eb as resolveBuiltBreadcrumbItems,ka as resolveBreadcrumbItemsSync,Aa as resolveBreadcrumbItems,fc as resizablePanelVariants,pc as resizablePanelGroupVariants,gc as resizableHandleVariants,bc as resizableHandleIconVariants,la as readThemeStateFromBrowserStorage,ac as radioItemVariants,nc as radioGroupVariants,ju as progressVariants,ec as progressIndicatorVariants,Dr as popoverContentVariants,Hg as parseThemeState,Fa as parseHotkey,_u as paginationVariants,Cn as paginationLinkVariants,$u as paginationItemVariants,Yu as paginationEllipsisVariants,Uu as paginationContentVariants,Pu as otpSlotVariants,Nu as otpSeparatorVariants,Mu as otpPlaceholderVariants,xu as otpInputVariants,hu as otpGroupVariants,Tu as otpContainerVariants,Lt as normalizeThemeState,su as navigationMenuViewportVariants,ru as navigationMenuVariants,nu as navigationMenuTriggerVariants,ou as navigationMenuListVariants,iu as navigationMenuLinkVariants,lu as navigationMenuIndicatorVariants,au as navigationMenuContentVariants,Wd as navbarVariants,$d as navbarLinkVariants,Ud as navbarItemVariants,Vd as navbarDividerVariants,_d as navbarContentVariants,Kd as navbarBrandVariants,Yd as navbarActionsVariants,Gd as multiselectTriggerVariants,Lp as matchesQuery,Ga as matchHotkey,kd as labelVariants,Zr as kbdVariants,Kr as isSameDay,Ld as inputVariants,Pd as hoverCardContentVariants,lx as hotkey,kg as getThemeRootProps,da as getSystemColorScheme,Jn as formatHotkeyTokens,xn as formatHotkey,fd as formFieldVariants,rd as fileUploadVariants,qa as fileUploadTextVariants,nd as fileUploadListVariants,ad as fileUploadItemVariants,sd as fileUploadItemSizeVariants,ld as fileUploadItemRemoveVariants,id as fileUploadItemNameVariants,od as fileUploadIconVariants,qm as errorBoundaryVariants,Zm as errorBoundaryTitleVariants,Qm as errorBoundaryIconVariants,jm as errorBoundaryDetailsVariants,Em as errorBoundaryDescriptionVariants,Dm as errorBoundaryActionsVariants,_m as emptyStateVariants,$m as emptyStateTitleVariants,Um as emptyStateIconVariants,Ym as emptyStateDescriptionVariants,Vm as emptyStateActionsVariants,wm as dropdownMenuShortcutVariants,Hm as dropdownMenuSeparatorVariants,Rm as dropdownMenuRadioItemVariants,Cm as dropdownMenuLabelVariants,Ja as dropdownMenuItemVariants,Xa as dropdownMenuContentVariants,zm as dropdownMenuCheckboxItemVariants,vm as drawerOverlayVariants,$a as drawerHandleVariants,Tm as drawerContentVariants,cm as dialogContentVariants,Za as detectPlatform,Tg as defineThemes,sk as cva,pa as createThemesCss,hg as createThemeSystem,Fi as createThemeRegistry,Ag as createThemeCss,vo as createThemeContract,Jb as createTextBreadcrumbNode,Qb as createRouteBreadcrumbItems,ux as createOptionalContext,qb as createEntityBreadcrumbNode,Zb as createEntityBreadcrumbItems,dx as createContext,Xb as createBreadcrumbItems,Dl as contextMenuShortcutVariants,El as contextMenuSeparatorVariants,Ql as contextMenuRadioItemVariants,Zl as contextMenuLabelVariants,_a as contextMenuItemVariants,Ka as contextMenuContentVariants,ql as contextMenuCheckboxItemVariants,mx as composeRefs,Il as commandShortcutVariants,Bl as commandSeparatorVariants,zl as commandOverlayVariants,Sl as commandLoadingVariants,Cl as commandListVariants,Al as commandItemVariants,Rl as commandInputVariants,wl as commandGroupVariants,kl as commandGroupHeadingVariants,Hl as commandEmptyVariants,Ll as commandDialogVariants,Pl as collapsibleContentVariants,Ba as collapseBreadcrumbItems,cl as codeBlockVariants,yl as codeBlockPreVariants,vl as codeBlockLineVariants,Tl as codeBlockLineNumberVariants,fl as codeBlockLanguageVariants,pl as codeBlockHeaderVariants,gl as codeBlockCopyVariants,bl as codeBlockContentVariants,a as cn,ml as checkboxVariants,tl as cardVariants,Ds as calendarWeekdayVariants,qs as calendarVariants,Zs as calendarTitleVariants,Ia as calendarNavButtonVariants,Qs as calendarHeaderVariants,Es as calendarGridVariants,js as calendarDayVariants,Po as buttonVariants,Di as buttonIconVariants,$s as buttonGroupVariants,ji as buttonBadgeVariants,ks as breadcrumbSeparatorVariants,ws as breadcrumbPageVariants,Rs as breadcrumbListVariants,Hs as breadcrumbLinkVariants,Cs as breadcrumbItemVariants,As as breadcrumbEllipsisVariants,Ms as badgeVariants,Ts as avatarVariants,ys as aspectRatioVariants,Vi as alertVariants,Xi as alertTitleVariants,is as alertDialogOverlayVariants,ss as alertDialogContentVariants,Ji as alertDescriptionVariants,Wi as accordionTriggerVariants,Oi as accordionItemVariants,Ki as accordionContentVariants,Vg as XCircleIcon,jP as Variant,Bg as UI_DEFAULT_THEME,Ig as UI_DEFAULT_COLOR_SCHEME,Sg as UIProvider,ug as TooltipTrigger,wr as TooltipSize,mg as TooltipProvider,pg as TooltipContent,dg as Tooltip,ig as ToolbarSpacer,gt as ToolbarSize,ag as ToolbarSeparator,ng as ToolbarGroup,rg as Toolbar,jf as ToggleGroupItem,Df as ToggleGroup,qf as Toggle,Xf as Toaster,ot as ToastSize,If as TimelineTitle,Ff as TimelineTime,wf as TimelineItem,Af as TimelineDot,Sf as TimelineDescription,Bf as TimelineContent,kf as TimelineConnector,Hf as Timeline,ba as ThemeStyles,ga as ThemeRegistryProvider,kr as ThemeProvider,sx as ThemeColorScheme,hf as Textarea,yf as TabsTrigger,bf as TabsList,vf as TabsContent,rP as Tabs,Se as TableSize,lf as TableRow,nf as TableHeader,mf as TableHead,sf as TableFooter,df as TableCell,uf as TableCaption,af as TableBody,of as Table,xg as THEME_COLOR_SCHEME_ATTR,Pg as THEME_ATTR,po as SwitchStatus,Ke as SwitchSize,Xp as Switch,ox as SurfaceStyle,Gp as Stepper,Up as StepTitle,Wp as StepIndicator,$p as StepDescription,_p as StepContent,Kp as StepConnector,Op as Step,ex as Status,Lr as StatCardTrend,rt as StatCardSize,Hp as StatCard,Yn as SpotlightStatus,R as SpotlightSize,zp as Spotlight,Br as SpinnerSize,Ot as Spinner,sp as Slider,ep as SkeletonText,Me as SkeletonSize,rp as SkeletonButton,tp as SkeletonAvatar,qo as Skeleton,I as Size,oo as Side,ST as SheetTrigger,Iu as SheetTitle,ce as SheetSize,ku as SheetPortal,ri as SheetOverlay,Au as SheetHeader,Bu as SheetFooter,Su as SheetDescription,zn as SheetContent,FT as SheetClose,ti as Sheet,Jo as SeparatorOrientation,Qc as Separator,Rh as SelectValue,$c as SelectTrigger,mo as SelectStatus,ae as SelectSize,Jc as SelectSeparator,Vc as SelectLabel,Xc as SelectItem,zh as SelectGroup,Vo as SelectContentWidthMode,Ph as SelectContentAlign,Yc as SelectContent,Lh as Select,fh as SegmentedControlSize,Fc as SegmentedControlLabelItem,Sc as SegmentedControlItem,Ic as SegmentedControl,ii as ScrollBar,zc as ScrollArea,Ng as STORAGE_VERSION,zg as STORAGE_THEME_STATE_KEY,Lg as STORAGE_PREFIX,Rg as STORAGE_DENSITY_KEY,Tc as ResizablePanelGroup,hc as ResizablePanel,Pc as ResizableHandle,ao as RadioStatus,pt as RadioSize,sc as RadioGroupItem,ic as RadioGroup,La as REDUCED_MOTION_QUERY,tc as Progress,Dv as PopoverTrigger,vr as PopoverSize,Sd as PopoverContent,eT as PopoverClose,jv as PopoverAnchor,Ev as Popover,tt as PaginationSize,Qu as PaginationPrevious,Zu as PaginationNext,qu as PaginationLink,Ju as PaginationItem,Eu as PaginationEllipsis,Xu as PaginationContent,Vu as Pagination,Ku as OverlayProvider,ax as Orientation,Wu as OVERLAY_REMOVE_DELAY_DEFAULT,Lu as OTPInput,ja as NavigationMenuViewport,cu as NavigationMenuTrigger,ut as NavigationMenuSize,du as NavigationMenuList,fu as NavigationMenuLink,uu as NavigationMenuItem,gu as NavigationMenuIndicator,pu as NavigationMenuContent,mu as NavigationMenu,Dd as NavbarLink,Ed as NavbarItem,eu as NavbarDivider,Zd as NavbarContent,Qd as NavbarBrand,jd as NavbarActions,qd as Navbar,U as MultiselectSize,Od as Multiselect,rx as MotionLevel,Bd as Loader,Er as LabelSize,Ad as Label,Fg as Key,Qr as KbdSize,Hd as Kbd,zd as Input,Yg as InfoIcon,Ir as IconSize,zv as HoverCardTrigger,qr as HoverCardSize,Md as HoverCardContent,xd as HoverCard,DP as HotkeyModifierKey,Fg as HotkeyKey,Lo as GroupOrientation,De as FormFieldSize,bd as FormFieldLabel,Td as FormFieldError,vd as FormFieldDescription,hd as FormFieldControl,gd as FormField,md as FileUpload,ed as ErrorBoundary,Xm as EmptyState,nx as EmphasisLevel,iv as DropdownMenuTrigger,Am as DropdownMenuSubTrigger,Bm as DropdownMenuSubContent,mv as DropdownMenuSub,Km as DropdownMenuShortcut,Wm as DropdownMenuSeparator,Gm as DropdownMenuRadioItem,dv as DropdownMenuRadioGroup,lv as DropdownMenuPortal,Om as DropdownMenuLabel,hn as DropdownMenuItemVariant,Sm as DropdownMenuItem,sv as DropdownMenuGroup,Im as DropdownMenuContent,Fm as DropdownMenuCheckboxItem,av as DropdownMenu,Ey as DrawerTrigger,Nm as DrawerTitle,Ee as DrawerSize,hm as DrawerPortal,Va as DrawerOverlay,xm as DrawerHeader,Mm as DrawerFooter,Lm as DrawerDescription,Pm as DrawerContent,Dy as DrawerClose,Zy as Drawer,Yy as DialogTrigger,vn as DialogTitle,Xt as DialogSize,bn as DialogPortal,Co as DialogOverlay,pm as DialogHeader,fm as DialogFooter,gm as DialogDescription,Ua as DialogContentPrimitive,yn as DialogContent,Vy as DialogClose,Ro as Dialog,tx as Density,Gg as DENSITY_DEFAULT,Mg as DARK_CLASS,Ay as ContextMenuTrigger,tm as ContextMenuSubTrigger,rm as ContextMenuSubContent,Sy as ContextMenuSub,mm as ContextMenuShortcut,lm as ContextMenuSeparator,im as ContextMenuRadioItem,Fy as ContextMenuRadioGroup,Iy as ContextMenuPortal,sm as ContextMenuLabel,fn as ContextMenuItemVariant,nm as ContextMenuItem,By as ContextMenuGroup,om as ContextMenuContent,am as ContextMenuCheckboxItem,em as ContextMenu,Yl as CommandShortcut,$l as CommandSeparator,Vl as CommandLoading,Wl as CommandList,cn as CommandItemVariant,Ul as CommandItem,Ol as CommandInput,_l as CommandGroup,Kl as CommandEmpty,Gl as CommandDialog,Wa as Command,zt as ColorScheme,by as CollapsibleTrigger,xl as CollapsibleContent,gy as Collapsible,hl as CodeBlock,Yr as CheckboxStatus,lt as CheckboxSize,dl as Checkbox,$g as CheckCircleIcon,il as CardTitle,ol as CardHeader,al as CardFooter,sl as CardDescription,nl as CardContent,rl as Card,el as Calendar,ts as ButtonLabel,es as ButtonIcon,Ys as ButtonGroup,rs as ButtonBadge,os as Button,Te as BreadcrumbSize,Os as BreadcrumbSeparator,_b as BreadcrumbProvider,Gs as BreadcrumbPage,Is as BreadcrumbList,Fs as BreadcrumbLink,Ss as BreadcrumbItem,Ws as BreadcrumbEllipsis,Vb as BreadcrumbBuilderKind,Bs as Breadcrumb,He as BadgeVariant,Wt as BadgeTone,wt as BadgeSize,zs as BadgeGroup,Mo as Badge,Yb as BREADCRUMB_DEFAULT_COLLAPSE_CONFIG,Ze as AvatarSize,hs as AvatarImage,Ps as AvatarGroup,Ha as AvatarFallback,Ca as Avatar,vs as AspectRatio,ix as Align,Ug as AlertTriangleIcon,Qi as AlertTitle,ub as AlertDialogTrigger,ps as AlertDialogTitle,_t as AlertDialogSize,ms as AlertDialogPortal,za as AlertDialogOverlay,us as AlertDialogHeader,cs as AlertDialogFooter,fs as AlertDialogDescription,ds as AlertDialogContent,bs as AlertDialogCancel,gs as AlertDialogAction,db as AlertDialog,Zi as AlertDescription,qi as Alert,$i as AccordionTrigger,Fe as AccordionSize,Ui as AccordionItem,Yi as AccordionContent,_i as Accordion};
6
+ `)}function AP(e){let t=[],r=[],o=[];for(let[n,i]of Object.entries(e)){if(!It(n))continue;if(t.push(n),It(i)){o.push(i);continue}if(fg(i)){o.push(i.cssText);continue}if(pg(i)){r.push({theme:n,light:i.light,dark:i.dark});continue}throw Ui(`record key "${n}" has unsupported value shape`)}return{themeNames:t,tokenDefinitions:r,cssBlocks:o}}function BP(e){let t=[],r=[],o=[];for(let n of e){if(It(n)){t.push(n);continue}if(!kP(n))throw Ui("array entry must be a theme name or an object with `theme`");let i=n.theme;if(t.push(i),fg(n)){o.push(n.cssText);continue}if(pg(n)){r.push({theme:i,light:n.light,dark:n.dark});continue}throw Ui(`array entry "${i}" has unsupported value shape`)}return{themeNames:t,tokenDefinitions:r,cssBlocks:o}}function IP(e){if(Array.isArray(e))return BP(e);return AP(e)}function gg(e){return e}function Ki(e){let{themes:t,cssText:r,...o}=e,n=IP(t),i=cg(n.themeNames),s=go({...o,themes:i}),l=Ta({themes:n.tokenDefinitions,attribute:s.attribute,darkClassName:s.darkClassName}),d=SP([l,...n.cssBlocks,r??""]),m=cg(s.themes);if(m.length===0)m.push(s.defaultTheme);return{defaultTheme:s.defaultTheme,themes:m,cssText:d,contract:s}}function Pa({registry:e,children:t,...r}){return va(Hr,{defaultTheme:e.defaultTheme,themes:e.themes,attribute:e.contract.attribute,colorSchemeAttribute:e.contract.colorSchemeAttribute,darkClassName:e.contract.darkClassName,storage:e.contract.storage,...r,children:t},void 0,!1,void 0,this)}Pa.displayName="ThemeRegistryProvider";function za({registry:e,id:t,nonce:r,media:o}){if(!It(e.cssText))return null;return va("style",{id:t,nonce:r,media:o,children:e.cssText},void 0,!1,void 0,this)}za.displayName="ThemeStyles";function bg(e){let t=Ki(e),{themes:r,cssText:o,...n}=e;return{registry:t,provider:({children:d,...m})=>{return va(Pa,{registry:t,...n,...m,children:d},void 0,!1,void 0,this)},styles:(d={})=>{return va(za,{registry:t,...d},void 0,!1,void 0,this)},useTheme:()=>{let d=ya(),m=(g)=>{return t.themes.some((v)=>v===g)},c=(g)=>{return m(g)?g:t.defaultTheme},u=(g)=>{if(typeof g==="function"){d.setState((v)=>{let y={...v,theme:c(v.theme)},T=g(y);return{theme:c(T.theme??y.theme),colorScheme:T.colorScheme??y.colorScheme}});return}d.setState({theme:c(g.theme??d.state.theme),colorScheme:g.colorScheme??d.state.colorScheme})};return{...d,theme:c(d.theme),state:{...d.state,theme:c(d.state.theme)},resolvedState:{...d.resolvedState,theme:c(d.resolvedState.theme)},themes:t.themes,setTheme:(g)=>{d.setTheme(g)},setState:u}}}}import{jsxDEV as FP}from"react/jsx-dev-runtime";var wg="ghostly-solutions",Hg=Nt.system;function kg({children:e,defaultTheme:t=wg,defaultColorScheme:r=Hg,...o}){return FP(Hr,{defaultTheme:t,defaultColorScheme:r,...o,children:e},void 0,!1,void 0,this)}kg.displayName="UIProvider";import*as ar from"react";var GP=()=>{};function OP({prop:e,defaultProp:t,onChange:r=GP}){let[o,n]=WP({defaultProp:t,onChange:r}),i=e!==void 0,s=i?e:o,l=ar.useCallback((d)=>{if(i){let c=typeof d==="function"?d(e):d;if(c!==e)r(c)}else n(d)},[i,e,n,r]);return[s,l]}function WP({defaultProp:e,onChange:t}){let r=ar.useState(e),[o]=r,n=ar.useRef(o),i=t;return ar.useEffect(()=>{if(n.current!==o)i?.(o),n.current=o},[o,i]),r}export{ga as writeThemeStateToBrowserStorage,Ai as useToast,ya as useTheme,be as useReducedMotion,Ao as usePlatform,OT as useOverlay,xo as useHotkey,ko as useFormField,f as useDensitySize,Bg as useDensity,OP as useControllableState,kt as useComposedRefs,vy as useCommandShortcut,vn as useCommand,Ub as useBreadcrumbStore,lg as tooltipContentVariants,Ef as toolbarVariants,jf as toolbarGroupVariants,ia as toggleVariants,Xf as toggleGroupVariants,Ci as toastVariants,wi as toastActionVariants,Of as toast,yf as timelineVariants,zf as timelineTitleVariants,Nf as timelineTimeVariants,vf as timelineItemVariants,hf as timelineDotVariants,Mf as timelineDescriptionVariants,Pf as timelineContentVariants,Tf as timelineConnectorVariants,gf as textareaVariants,df as tabsTriggerVariants,mf as tabsListVariants,uf as tabsContentVariants,Yp as tableVariants,Qp as tableRowVariants,Xp as tableHeaderVariants,Zp as tableHeadVariants,qp as tableFooterVariants,Vp as tableContainerVariants,Ep as tableCellVariants,Dp as tableCaptionVariants,Jp as tableBodyVariants,Up as switchVariants,xp as stepperVariants,Rp as stepVariants,kp as stepTitleVariants,Cp as stepIndicatorVariants,Sp as stepDescriptionVariants,Hp as stepContentVariants,wp as stepConnectorVariants,En as spotlightStatusVariants,Dn as spotlightStatusTitleVariants,zp as spotlightStatusDescriptionVariants,Pp as spotlightShortcutVariants,fp as spotlightResultsVariants,mp as spotlightPanelVariants,lp as spotlightOverlayVariants,bp as spotlightOptionVariants,Tp as spotlightOptionTitleVariants,yp as spotlightOptionIconVariants,hp as spotlightOptionDescriptionVariants,vp as spotlightOptionContentVariants,cp as spotlightInputVariants,pp as spotlightIconVariants,up as spotlightHeaderVariants,gp as spotlightGroupLabelVariants,dp as spotlightDrawerPanelVariants,tp as sliderVariants,rp as sliderTrackVariants,np as sliderThumbVariants,op as sliderRangeVariants,qc as skeletonVariants,Qc as skeletonTextVariants,Ec as skeletonButtonVariants,Zc as skeletonAvatarVariants,xu as sheetOverlayVariants,Ru as sheetContentVariants,eb as setReducedMotion,Ng as serializeThemeState,Ga as serializeBreadcrumbItems,Xc as separatorVariants,Wc as selectTriggerVariants,_c as selectContentVariants,Cc as segmentedControlVariants,Hc as segmentedControlLabelVariants,wc as segmentedControlItemVariants,zc as scrollBarVariants,Mc as scrollBarThumbVariants,Pc as scrollAreaVariants,xg as resolveThemeState,cc as resizablePanelVariants,uc as resizablePanelGroupVariants,pc as resizableHandleVariants,fc as resizableHandleIconVariants,fa as readThemeStateFromBrowserStorage,oc as radioItemVariants,rc as radioGroupVariants,Eu as progressVariants,Du as progressIndicatorVariants,Er as popoverContentVariants,Lg as parseThemeState,Ka as parseHotkey,Wu as paginationVariants,An as paginationLinkVariants,Uu as paginationItemVariants,Ku as paginationEllipsisVariants,_u as paginationContentVariants,Tu as otpSlotVariants,zu as otpSeparatorVariants,Pu as otpPlaceholderVariants,hu as otpInputVariants,vu as otpGroupVariants,yu as otpContainerVariants,Mt as normalizeThemeState,Fa as normalizeBreadcrumbItems,au as navigationMenuViewportVariants,eu as navigationMenuVariants,ru as navigationMenuTriggerVariants,tu as navigationMenuListVariants,nu as navigationMenuLinkVariants,iu as navigationMenuIndicatorVariants,ou as navigationMenuContentVariants,Gd as navbarVariants,Ud as navbarLinkVariants,_d as navbarItemVariants,$d as navbarDividerVariants,Wd as navbarContentVariants,Od as navbarBrandVariants,Kd as navbarActionsVariants,Id as multiselectTriggerVariants,Mp as matchesQuery,$a as matchHotkey,wd as labelVariants,qr as kbdVariants,Or as isSameDay,Md as inputVariants,Td as hoverCardContentVariants,ZP as hotkey,Rg as getThemeRootProps,ba as getSystemColorScheme,jn as formatHotkeyTokens,Rn as formatHotkey,cd as formFieldVariants,ed as fileUploadVariants,ei as fileUploadTextVariants,rd as fileUploadListVariants,od as fileUploadItemVariants,ad as fileUploadItemSizeVariants,id as fileUploadItemRemoveVariants,nd as fileUploadItemNameVariants,td as fileUploadIconVariants,Xm as errorBoundaryVariants,qm as errorBoundaryTitleVariants,Jm as errorBoundaryIconVariants,Em as errorBoundaryDetailsVariants,Qm as errorBoundaryDescriptionVariants,Zm as errorBoundaryActionsVariants,Wm as emptyStateVariants,Um as emptyStateTitleVariants,_m as emptyStateIconVariants,Km as emptyStateDescriptionVariants,$m as emptyStateActionsVariants,Cm as dropdownMenuShortcutVariants,Rm as dropdownMenuSeparatorVariants,Lm as dropdownMenuRadioItemVariants,xm as dropdownMenuLabelVariants,ja as dropdownMenuItemVariants,Da as dropdownMenuContentVariants,Nm as dropdownMenuCheckboxItemVariants,bm as drawerOverlayVariants,Qa as drawerHandleVariants,ym as drawerContentVariants,dm as dialogContentVariants,ri as detectPlatform,gg as defineThemes,K1 as cva,Ta as createThemesCss,bg as createThemeSystem,Ki as createThemeRegistry,Cg as createThemeCss,go as createThemeContract,jP as createOptionalContext,DP as createContext,Zl as contextMenuShortcutVariants,Ql as contextMenuSeparatorVariants,Jl as contextMenuRadioItemVariants,ql as contextMenuLabelVariants,Ja as contextMenuItemVariants,Xa as contextMenuContentVariants,Xl as contextMenuCheckboxItemVariants,EP as composeRefs,Sl as commandShortcutVariants,kl as commandSeparatorVariants,Nl as commandOverlayVariants,Al as commandLoadingVariants,xl as commandListVariants,Hl as commandItemVariants,Ll as commandInputVariants,Cl as commandGroupVariants,wl as commandGroupHeadingVariants,Rl as commandEmptyVariants,Ml as commandDialogVariants,Tl as collapsibleContentVariants,Oa as collapseBreadcrumbItems,dl as codeBlockVariants,gl as codeBlockPreVariants,bl as codeBlockLineVariants,yl as codeBlockLineNumberVariants,cl as codeBlockLanguageVariants,ul as codeBlockHeaderVariants,pl as codeBlockCopyVariants,fl as codeBlockContentVariants,a as cn,sl as checkboxVariants,js as cardVariants,Zs as calendarWeekdayVariants,Xs as calendarVariants,qs as calendarTitleVariants,_a as calendarNavButtonVariants,Js as calendarHeaderVariants,Qs as calendarGridVariants,Es as calendarDayVariants,vo as buttonVariants,ns as buttonIconVariants,Us as buttonGroupVariants,as as buttonBadgeVariants,Gs as breadcrumbSeparatorVariants,Fs as breadcrumbPageVariants,As as breadcrumbListVariants,Is as breadcrumbLinkVariants,Bs as breadcrumbItemVariants,Os as breadcrumbEllipsisVariants,ws as badgeVariants,Ls as avatarVariants,Ms as aspectRatioVariants,Ei as alertVariants,Di as alertTitleVariants,cs as alertDialogOverlayVariants,ps as alertDialogContentVariants,ji as alertDescriptionVariants,Yi as accordionTriggerVariants,Vi as accordionItemVariants,Xi as accordionContentVariants,Ug as XCircleIcon,UP as Variant,wg as UI_DEFAULT_THEME,Hg as UI_DEFAULT_COLOR_SCHEME,kg as UIProvider,sg as TooltipTrigger,po as TooltipSize,ag as TooltipProvider,mg as TooltipContent,ig as Tooltip,rg as ToolbarSpacer,ut as ToolbarSize,tg as ToolbarSeparator,eg as ToolbarGroup,Df as Toolbar,Qf as ToggleGroupItem,qf as ToggleGroup,Vf as Toggle,Kf as Toaster,tt as ToastSize,Hf as TimelineTitle,Sf as TimelineTime,xf as TimelineItem,Cf as TimelineDot,kf as TimelineDescription,wf as TimelineContent,Rf as TimelineConnector,Lf as Timeline,za as ThemeStyles,Pa as ThemeRegistryProvider,Hr as ThemeProvider,QP as ThemeColorScheme,bf as Textarea,pf as TabsTrigger,cf as TabsList,ff as TabsContent,Vh as Tabs,Ie as TableSize,of as TableRow,ef as TableHeader,nf as TableHead,rf as TableFooter,af as TableCell,sf as TableCaption,tf as TableBody,jp as Table,vg as THEME_COLOR_SCHEME_ATTR,yg as THEME_ATTR,Rr as SwitchStatus,et as SwitchSize,Kp as Switch,YP as SurfaceStyle,Ap as Stepper,Op as StepTitle,Ip as StepIndicator,Wp as StepDescription,Gp as StepContent,Fp as StepConnector,Bp as Step,KP as Status,Zn as SpotlightStatus,w as SpotlightSize,Np as Spotlight,yo as SpinnerSize,Gt as Spinner,ap as Slider,Dc as SkeletonText,ze as SkeletonSize,ep as SkeletonButton,jc as SkeletonAvatar,Jo as Skeleton,F as Size,ro as Side,wT as SheetTrigger,Su as SheetTitle,he as SheetSize,wu as SheetPortal,li as SheetOverlay,Hu as SheetHeader,ku as SheetFooter,Au as SheetDescription,kn as SheetContent,HT as SheetClose,si as Sheet,Kb as SetBreadcrumbs,Xo as SeparatorOrientation,Jc as Separator,Ph as SelectValue,Uc as SelectTrigger,so as SelectStatus,ge as SelectSize,Yc as SelectSeparator,$c as SelectLabel,Vc as SelectItem,hh as SelectGroup,Vo as SelectContentWidthMode,gh as SelectContentAlign,Kc as SelectContent,Th as Select,lh as SegmentedControlSize,Bc as SegmentedControlLabelItem,Ac as SegmentedControlItem,Sc as SegmentedControl,ci as ScrollBar,Nc as ScrollArea,hg as STORAGE_VERSION,zg as STORAGE_THEME_STATE_KEY,Pg as STORAGE_PREFIX,Mg as STORAGE_DENSITY_KEY,yc as ResizablePanelGroup,vc as ResizablePanel,Tc as ResizableHandle,Mr as RadioStatus,At as RadioSize,ac as RadioGroupItem,nc as RadioGroup,Ha as REDUCED_MOTION_QUERY,sr as REDUCED_MOTION_ATTRIBUTE,ju as Progress,Xv as PopoverTrigger,Zr as PopoverSize,Ad as PopoverContent,qv as PopoverClose,Jv as PopoverAnchor,Yv as Popover,je as PaginationSize,Ju as PaginationPrevious,qu as PaginationNext,Xu as PaginationLink,Yu as PaginationItem,Qu as PaginationEllipsis,Vu as PaginationContent,$u as Pagination,Ou as OverlayProvider,JP as Orientation,Gu as OVERLAY_REMOVE_DELAY_DEFAULT,Mu as OTPInput,ai as NavigationMenuViewport,du as NavigationMenuTrigger,lt as NavigationMenuSize,lu as NavigationMenuList,cu as NavigationMenuLink,mu as NavigationMenuItem,pu as NavigationMenuIndicator,uu as NavigationMenuContent,su as NavigationMenu,Zd as NavbarLink,Qd as NavbarItem,Dd as NavbarDivider,qd as NavbarContent,Jd as NavbarBrand,Ed as NavbarActions,Xd as Navbar,te as MultiselectSize,Fd as Multiselect,VP as MotionLevel,kd as Loader,Qr as LabelSize,Hd as Label,Sg as Key,Jr as KbdSize,Rd as Kbd,Nd as Input,_g as InfoIcon,Sr as IconSize,Tv as HoverCardTrigger,Xr as HoverCardSize,Pd as HoverCardContent,hd as HoverCard,_P as HotkeyModifierKey,Sg as HotkeyKey,Lo as GroupOrientation,Ze as FormFieldSize,fd as FormFieldLabel,yd as FormFieldError,bd as FormFieldDescription,vd as FormFieldControl,pd as FormField,sd as FileUpload,Dm as ErrorBoundary,Vm as EmptyState,XP as EmphasisLevel,jy as DropdownMenuTrigger,Hm as DropdownMenuSubTrigger,km as DropdownMenuSubContent,rv as DropdownMenuSub,Om as DropdownMenuShortcut,Gm as DropdownMenuSeparator,Im as DropdownMenuRadioItem,ov as DropdownMenuRadioGroup,tv as DropdownMenuPortal,Fm as DropdownMenuLabel,Ln as DropdownMenuItemVariant,Am as DropdownMenuItem,ev as DropdownMenuGroup,Sm as DropdownMenuContent,Bm as DropdownMenuCheckboxItem,Dy as DropdownMenu,Vy as DrawerTrigger,zm as DrawerTitle,bt as DrawerSize,vm as DrawerPortal,Ea as DrawerOverlay,hm as DrawerHeader,Pm as DrawerFooter,Mm as DrawerDescription,Tm as DrawerContent,Yy as DrawerClose,$y as Drawer,Gy as DialogTrigger,Mn as DialogTitle,pr as DialogSize,Pn as DialogPortal,Co as DialogOverlay,um as DialogHeader,cm as DialogFooter,pm as DialogDescription,qa as DialogContentPrimitive,zn as DialogContent,Oy as DialogClose,Ro as Dialog,$P as Density,Ag as DENSITY_DEFAULT,Eg as DEMO_REDUCED_MOTION_ATTRIBUTE,Tg as DARK_CLASS,Ly as ContextMenuTrigger,jl as ContextMenuSubTrigger,em as ContextMenuSubContent,Cy as ContextMenuSub,sm as ContextMenuShortcut,im as ContextMenuSeparator,nm as ContextMenuRadioItem,wy as ContextMenuRadioGroup,Ry as ContextMenuPortal,am as ContextMenuLabel,Tn as ContextMenuItemVariant,rm as ContextMenuItem,xy as ContextMenuGroup,tm as ContextMenuContent,om as ContextMenuCheckboxItem,Dl as ContextMenu,Kl as CommandShortcut,Ul as CommandSeparator,$l as CommandLoading,Gl as CommandList,yn as CommandItemVariant,_l as CommandItem,Fl as CommandInput,Wl as CommandGroup,Ol as CommandEmpty,Il as CommandDialog,Ya as Command,Nt as ColorScheme,my as CollapsibleTrigger,hl as CollapsibleContent,ly as Collapsible,vl as CodeBlock,Kr as CheckboxStatus,wt as CheckboxSize,ll as Checkbox,Wg as CheckCircleIcon,nl as CardTitle,tl as CardHeader,ol as CardFooter,al as CardDescription,rl as CardContent,el as Card,Ds as Calendar,ss as ButtonLabel,is as ButtonIcon,Ks as ButtonGroup,ls as ButtonBadge,ms as Button,_b as BreadcrumbStoreProvider,ye as BreadcrumbSize,No as BreadcrumbSeparator,dn as BreadcrumbPage,mn as BreadcrumbList,Mo as BreadcrumbLink,zo as BreadcrumbItem,un as BreadcrumbEllipsis,$b as BreadcrumbDisplay,ln as Breadcrumb,we as BadgeVariant,Ot as BadgeTone,_t as BadgeSize,Ss as BadgeGroup,ho as Badge,Vb as BREADCRUMB_DEFAULT_COLLAPSE_CONFIG,ft as AvatarSize,xs as AvatarImage,Rs as AvatarGroup,Ba as AvatarFallback,Aa as Avatar,Ns as AspectRatio,qP as Align,Og as AlertTriangleIcon,ts as AlertTitle,mb as AlertDialogTrigger,Ts as AlertDialogTitle,lr as AlertDialogSize,gs as AlertDialogPortal,ka as AlertDialogOverlay,ys as AlertDialogHeader,vs as AlertDialogFooter,hs as AlertDialogDescription,bs as AlertDialogContent,zs as AlertDialogCancel,Ps as AlertDialogAction,lb as AlertDialog,rs as AlertDescription,es as Alert,Qi as AccordionTrigger,Fe as AccordionSize,qi as AccordionItem,Zi as AccordionContent,Ji as Accordion};