@ghostly-solutions/ui 0.2.1 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/command/command.d.ts +8 -1
- package/dist/components/command/command.d.ts.map +1 -1
- package/dist/components/command/index.d.ts +1 -1
- package/dist/components/command/index.d.ts.map +1 -1
- package/dist/components/context-menu/context-menu.d.ts +8 -1
- package/dist/components/context-menu/context-menu.d.ts.map +1 -1
- package/dist/components/context-menu/index.d.ts +1 -1
- package/dist/components/context-menu/index.d.ts.map +1 -1
- package/dist/components/dropdown-menu/dropdown-menu.d.ts +8 -1
- package/dist/components/dropdown-menu/dropdown-menu.d.ts.map +1 -1
- package/dist/components/dropdown-menu/index.d.ts +1 -1
- package/dist/components/dropdown-menu/index.d.ts.map +1 -1
- package/dist/components/navbar/navbar.d.ts +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -3
- package/dist/lib/theme.d.ts +32 -0
- package/dist/lib/theme.d.ts.map +1 -0
- package/dist/styles/index.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import{cva as W0}from"class-variance-authority";import*as Qe from"@radix-ui/react-accordion";import{cva as ma}from"class-variance-authority";import{ChevronDown as Fc}from"lucide-react";import{createContext as _c,forwardRef as fo,useContext as gi}from"react";import{clsx as Ac}from"clsx";import{twMerge as Ic}from"tailwind-merge";function a(...e){return Ic(Ac(e))}import{createContext as Vc,useContext as ui}from"react";import{jsxDEV as ci}from"react/jsx-dev-runtime";var uo={default:"default",compact:"compact"},Bc={[uo.default]:{},[uo.compact]:{xl:"lg",lg:"md",md:"sm",sm:"sm"}},la=Vc(uo.default),fi=({density:e,children:t})=>{return ci(la.Provider,{value:e,children:ci("div",{"data-density":e,children:t},void 0,!1,void 0,this)},void 0,!1,void 0,this)};fi.displayName="DensityProvider";var Dc=()=>{return ui(la)};function m(e){let t=ui(la);if(e===void 0)return;return Bc[t][e]??e}import{jsxDEV as dt}from"react/jsx-dev-runtime";var Te={sm:"sm",md:"md",lg:"lg"},da=_c(Te.md),bi=ma("border-b border-border"),vi=ma("gs-interactive flex flex-1 items-center justify-between font-medium hover:underline [&[data-state=open]>svg]:rotate-180",{variants:{size:{[Te.sm]:"py-3 text-xs [&>svg]:size-3.5",[Te.md]:"py-4 text-sm [&>svg]:size-4",[Te.lg]:"py-5 text-base [&>svg]:size-5"}},defaultVariants:{size:Te.md}}),yi=ma("gs-accordion-content overflow-hidden",{variants:{size:{[Te.sm]:"text-xs",[Te.md]:"text-sm",[Te.lg]:"text-base"}},defaultVariants:{size:Te.md}}),Oc={[Te.sm]:"pt-0 pb-3",[Te.md]:"pt-0 pb-4",[Te.lg]:"pt-0 pb-5"},Pi=fo(({size:e=Te.md,...t},r)=>{let o=m(e)??Te.md;return dt(da.Provider,{value:o,children:dt(Qe.Root,{ref:r,...t},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Pi.displayName="Accordion";var hi=fo(({className:e,...t},r)=>dt(Qe.Item,{ref:r,className:a(bi(),e),...t},void 0,!1,void 0,this));hi.displayName="AccordionItem";var Ti=fo(({className:e,children:t,...r},o)=>{let i=gi(da);return dt(Qe.Header,{className:"flex",children:dt(Qe.Trigger,{ref:o,className:a(vi({size:i}),e),...r,children:[t,dt(Fc,{className:"shrink-0 transition-transform"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)});Ti.displayName="AccordionTrigger";var xi=fo(({className:e,children:t,...r},o)=>{let i=gi(da);return dt(Qe.Content,{ref:o,className:a(yi({size:i}),e),...r,children:dt("div",{className:Oc[i],children:t},void 0,!1,void 0,this)},void 0,!1,void 0,this)});xi.displayName="AccordionContent";import{cva as pa}from"class-variance-authority";import{CircleAlert as Gc,CircleCheck as Wc,Info as $c,TriangleAlert as Uc}from"lucide-react";import{forwardRef as ca}from"react";import{jsxDEV as ua}from"react/jsx-dev-runtime";var jt={default:"default",success:"success",warning:"warning",error:"error",info:"info"},Ar={sm:"sm",md:"md",lg:"lg",xl:"xl"},zi=pa("relative w-full rounded-[var(--radius)] border [&>svg~*]:pl-7 [&>svg+div]:translate-y-[-3px] [&>svg]:absolute [&>svg]:left-4 [&>svg]:top-4 [&>svg]:text-foreground",{variants:{variant:{[jt.default]:"bg-background text-foreground",[jt.success]:"border-success/50 text-success [&>svg]:text-success bg-success/10",[jt.warning]:"border-warning/50 text-warning [&>svg]:text-warning bg-warning/10",[jt.error]:"border-destructive/50 text-destructive [&>svg]:text-destructive bg-destructive/10",[jt.info]:"border-info/50 text-info [&>svg]:text-info bg-info/10"},size:{[Ar.sm]:"p-3 text-xs [&>svg]:top-3 [&>svg]:left-3 [&>svg~*]:pl-6",[Ar.md]:"p-4 text-sm",[Ar.lg]:"p-5 text-sm",[Ar.xl]:"p-6 text-base [&>svg]:top-6 [&>svg]:left-6 [&>svg~*]:pl-8"}},defaultVariants:{variant:jt.default,size:Ar.md}}),Si=pa("mb-1 font-medium leading-none tracking-tight"),Ci=pa("text-sm [&_p]:leading-relaxed"),wi=ca(({className:e,variant:t,size:r,...o},i)=>{let n=m(r);return ua("div",{ref:i,role:"alert",className:a(zi({variant:t,size:n}),e),...o},void 0,!1,void 0,this)});wi.displayName="Alert";var Mi=ca(({className:e,...t},r)=>ua("h5",{ref:r,className:a(Si(),e),...t},void 0,!1,void 0,this));Mi.displayName="AlertTitle";var Ni=ca(({className:e,...t},r)=>ua("div",{ref:r,className:a(Ci(),e),...t},void 0,!1,void 0,this));Ni.displayName="AlertDescription";import*as ue from"@radix-ui/react-alert-dialog";import{cva as Bi}from"class-variance-authority";import{forwardRef as er}from"react";import{Slot as Li}from"@radix-ui/react-slot";import{cva as ga}from"class-variance-authority";import{forwardRef as bo}from"react";import{forwardRef as Kc}from"react";import{jsxDEV as fa}from"react/jsx-dev-runtime";var Ht={xs:"xs",sm:"sm",md:"md",lg:"lg",xl:"xl"},Yc={[Ht.xs]:"h-3 w-3",[Ht.sm]:"h-4 w-4",[Ht.md]:"h-5 w-5",[Ht.lg]:"h-6 w-6",[Ht.xl]:"h-8 w-8"},go=Kc(({className:e,size:t=Ht.md,label:r="Loading",...o},i)=>{let n=m(t);return fa("span",{ref:i,className:a("inline-flex items-center justify-center",e),role:"status","aria-label":r,...o,children:[fa("span",{className:a("animate-spin rounded-full border-2 border-current border-r-transparent",Yc[n])},void 0,!1,void 0,this),fa("span",{className:"sr-only",children:r},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});go.displayName="Spinner";import{jsxDEV as it}from"react/jsx-dev-runtime";var at={primary:"primary",secondary:"secondary",neutral:"neutral",outline:"outline",ghost:"ghost",danger:"danger"},ye={xs:"xs",sm:"sm",md:"md",lg:"lg",xl:"xl",icon:"icon",iconXs:"icon-xs",iconSm:"icon-sm",iconLg:"icon-lg"},pt={default:"default",success:"success",warning:"warning",error:"error",info:"info"},kt={xs:"xs",sm:"sm",md:"md",lg:"lg"},Xc="Loading",Zc="button",Ir=ga("gs-interactive relative inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-[var(--radius)] border border-transparent font-semibold outline-none focus-visible:border-primary disabled:cursor-not-allowed disabled:border-border disabled:bg-muted/45 disabled:text-muted-foreground",{variants:{variant:{[at.primary]:"border-primary bg-primary text-primary-foreground enabled:hover:bg-primary/90",[at.secondary]:"border-secondary bg-secondary text-secondary-foreground enabled:hover:bg-secondary/90",[at.neutral]:"border-border bg-muted text-foreground enabled:hover:bg-muted/90",[at.outline]:"border-border bg-background text-foreground enabled:hover:border-primary enabled:hover:bg-muted/50",[at.ghost]:"border-transparent bg-transparent text-foreground enabled:hover:bg-muted/70",[at.danger]:"border-destructive bg-destructive text-destructive-foreground enabled:hover:bg-destructive/90"},size:{[ye.xs]:"h-7 px-2 text-xs",[ye.sm]:"h-8 px-2.5 text-xs",[ye.md]:"h-10 px-4 text-sm",[ye.lg]:"h-11 px-5 text-sm",[ye.xl]:"h-12 px-6 text-base",[ye.icon]:"h-10 w-10 p-0",[ye.iconXs]:"h-8 w-8 p-0",[ye.iconSm]:"h-9 w-9 p-0",[ye.iconLg]:"h-11 w-11 p-0"}},defaultVariants:{variant:at.primary,size:ye.md}}),Ri=ga("shrink-0",{variants:{size:{[kt.xs]:"size-2.5",[kt.sm]:"size-3",[kt.md]:"size-4",[kt.lg]:"size-4.5"}},defaultVariants:{size:kt.md}}),Hi=ga("inline-flex items-center rounded-full border px-1.5 py-0.5 font-semibold text-[10px] leading-none",{variants:{tone:{[pt.default]:"border-border/70 bg-background/75 text-muted-foreground",[pt.success]:"border-success/35 bg-success/12 text-success",[pt.warning]:"border-warning/35 bg-warning/12 text-warning",[pt.error]:"border-destructive/35 bg-destructive/12 text-destructive",[pt.info]:"border-info/35 bg-info/12 text-info"}},defaultVariants:{tone:pt.default}});function qc(e){return e===ye.icon||e===ye.iconXs||e===ye.iconSm||e===ye.iconLg}function Jc(e,t,r){return e&&t?-1:r}function Qc(e){return e["aria-label"]??e["aria-labelledby"]??e.title}function Ec(){if(typeof process>"u")return!0;return!0}var ki=bo(({className:e,size:t=kt.md,...r},o)=>it(Li,{ref:o,className:a(Ri({size:t}),e),...r},void 0,!1,void 0,this));ki.displayName="ButtonIcon";var Ai=bo(({className:e,...t},r)=>it("span",{ref:r,className:a("truncate",e),...t},void 0,!1,void 0,this));Ai.displayName="ButtonLabel";var Ii=bo(({className:e,tone:t=pt.default,...r},o)=>it("span",{ref:o,className:a(Hi({tone:t}),e),...r},void 0,!1,void 0,this));Ii.displayName="ButtonBadge";var Vi=bo(({className:e,variant:t=at.primary,size:r=ye.md,asChild:o=!1,loading:i=!1,loadingText:n=Xc,fullWidth:s=!1,leadingIcon:l,trailingIcon:d,disabled:c,children:g,type:u,tabIndex:P,onClick:p,...b},x)=>{let M=m(r),w=M??r,z=Qc(b);if(Ec()&&qc(w)&&!z)throw Error("Icon-size Button requires aria-label, aria-labelledby, or title.");let v=Boolean(c||i),T=a(Ir({variant:t,size:M}),s&&"w-full",e);if(o)return it(Li,{ref:x,className:T,"aria-disabled":v||void 0,"aria-busy":i||void 0,tabIndex:Jc(!0,v,P),onClick:v?(I)=>{I.preventDefault()}:p,...b,children:g},void 0,!1,void 0,this);return it("button",{ref:x,className:T,disabled:v,"aria-disabled":v,"aria-busy":i,tabIndex:P,type:u??Zc,onClick:i?void 0:p,...b,children:[it("span",{className:a("absolute inset-0 flex items-center justify-center transition-opacity duration-150",i?"opacity-100":"opacity-0"),"aria-hidden":"true",children:it(go,{size:"sm"},void 0,!1,void 0,this)},void 0,!1,void 0,this),i&&it("span",{className:"sr-only",children:n},void 0,!1,void 0,this),it("span",{className:a("inline-flex items-center justify-center gap-2 transition-opacity duration-150",i&&"opacity-0"),children:[l,g,d]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});Vi.displayName="Button";import{jsxDEV as Ee}from"react/jsx-dev-runtime";var ct={sm:"sm",md:"md",lg:"lg",xl:"xl",full:"full"},Di=Bi("gs-dialog-overlay fixed inset-0 z-50 bg-black/50"),Fi=Bi("gs-dialog-content fixed left-1/2 top-1/2 z-50 grid w-full gap-4 border border-border bg-background p-6 text-foreground shadow-[var(--shadow-xl)] rounded-[var(--radius)]",{variants:{size:{[ct.sm]:"max-w-sm",[ct.md]:"max-w-md",[ct.lg]:"max-w-lg",[ct.xl]:"max-w-xl",[ct.full]:"max-w-[calc(100vw-2rem)] max-h-[calc(100vh-2rem)]"}},defaultVariants:{size:ct.md}}),jc=ue.Root,eu=ue.Trigger,_i=ue.Portal,ba=er(({className:e,...t},r)=>Ee(ue.Overlay,{ref:r,className:a(Di(),e),...t},void 0,!1,void 0,this));ba.displayName="AlertDialogOverlay";var Oi=er(({className:e,size:t=ct.md,...r},o)=>{let i=m(t);return Ee(_i,{children:[Ee(ba,{},void 0,!1,void 0,this),Ee(ue.Content,{ref:o,className:a(Fi({size:i}),e),...r},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Oi.displayName="AlertDialogContent";var Gi=({className:e,...t})=>Ee("div",{className:a("flex flex-col space-y-2 text-center sm:text-left",e),...t},void 0,!1,void 0,this);Gi.displayName="AlertDialogHeader";var Wi=({className:e,...t})=>Ee("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);Wi.displayName="AlertDialogFooter";var $i=er(({className:e,...t},r)=>Ee(ue.Title,{ref:r,className:a("text-lg font-semibold",e),...t},void 0,!1,void 0,this));$i.displayName="AlertDialogTitle";var Ui=er(({className:e,...t},r)=>Ee(ue.Description,{ref:r,className:a("text-sm text-muted-foreground",e),...t},void 0,!1,void 0,this));Ui.displayName="AlertDialogDescription";var Ki=er(({className:e,...t},r)=>Ee(ue.Action,{ref:r,className:a(Ir(),e),...t},void 0,!1,void 0,this));Ki.displayName="AlertDialogAction";var Yi=er(({className:e,...t},r)=>Ee(ue.Cancel,{ref:r,className:a(Ir({variant:"outline"}),"mt-2 sm:mt-0",e),...t},void 0,!1,void 0,this));Yi.displayName="AlertDialogCancel";import*as Xi from"@radix-ui/react-aspect-ratio";var tu=Xi.Root;import*as rr from"@radix-ui/react-avatar";import{cva as ru}from"class-variance-authority";import{forwardRef as vo}from"react";import{jsxDEV as tr}from"react/jsx-dev-runtime";var Ae={sm:"sm",md:"md",lg:"lg",xl:"xl"},Zi=ru("relative flex shrink-0 overflow-hidden rounded-full",{variants:{size:{[Ae.sm]:"h-6 w-6",[Ae.md]:"h-10 w-10",[Ae.lg]:"h-12 w-12",[Ae.xl]:"h-16 w-16"}},defaultVariants:{size:Ae.md}}),va=vo(({className:e,size:t=Ae.md,...r},o)=>{let i=m(t);return tr(rr.Root,{ref:o,className:a(Zi({size:i}),e),...r},void 0,!1,void 0,this)});va.displayName="Avatar";var qi=vo(({className:e,...t},r)=>tr(rr.Image,{ref:r,className:a("aspect-square h-full w-full object-cover",e),...t},void 0,!1,void 0,this));qi.displayName="AvatarImage";var ya=vo(({className:e,...t},r)=>tr(rr.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));ya.displayName="AvatarFallback";var ou={[Ae.sm]:"-space-x-2",[Ae.md]:"-space-x-3",[Ae.lg]:"-space-x-4",[Ae.xl]:"-space-x-5"},Ji=vo(({className:e,children:t,max:r,size:o=Ae.md,...i},n)=>{let s=m(o),l=Array.isArray(t)?t:[t],d=r?l.slice(0,r):l,c=r?Math.max(0,l.length-r):0;return tr("div",{ref:n,className:a("flex items-center",ou[s],e),...i,children:[d,c>0&&tr(va,{size:s,className:"border-2 border-background",children:tr(ya,{className:"text-xs",children:["+",c]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Ji.displayName="AvatarGroup";import{Slot as au}from"@radix-ui/react-slot";import{cva as iu}from"class-variance-authority";import{X as nu}from"lucide-react";import{forwardRef as su}from"react";import{jsxDEV as Vr}from"react/jsx-dev-runtime";var fe={default:"default",primary:"primary",success:"success",warning:"warning",error:"error",info:"info",outline:"outline"},ut={sm:"sm",md:"md",lg:"lg",dot:"dot"},Qi=iu("inline-flex items-center justify-center gap-1 whitespace-nowrap rounded-full border font-medium",{variants:{variant:{[fe.default]:"border-border bg-muted text-muted-foreground",[fe.primary]:"border-primary/30 bg-primary/10 text-primary",[fe.success]:"border-success/30 bg-success/10 text-success",[fe.warning]:"border-warning/30 bg-warning/10 text-warning",[fe.error]:"border-destructive/30 bg-destructive/10 text-destructive",[fe.info]:"border-info/30 bg-info/10 text-info",[fe.outline]:"border-border bg-transparent text-foreground"},solid:{true:"",false:""},size:{[ut.sm]:"h-5 px-2 text-[10px]",[ut.md]:"h-6 px-2.5 text-xs",[ut.lg]:"h-7 px-3 text-sm",[ut.dot]:"h-2 w-2 p-0"}},compoundVariants:[{solid:!0,variant:fe.default,className:"border-transparent bg-foreground text-background"},{solid:!0,variant:fe.primary,className:"border-primary bg-primary text-primary-foreground"},{solid:!0,variant:fe.success,className:"border-success bg-success text-background"},{solid:!0,variant:fe.warning,className:"border-warning bg-warning text-background"},{solid:!0,variant:fe.error,className:"border-destructive bg-destructive text-destructive-foreground"},{solid:!0,variant:fe.info,className:"border-info bg-info text-background"},{solid:!0,variant:fe.outline,className:"border-border bg-foreground text-background"}],defaultVariants:{variant:fe.default,solid:!1,size:ut.md}}),Ei=su(({className:e,variant:t=fe.default,size:r=ut.md,solid:o=!1,pulse:i=!1,removable:n=!1,onRemove:s,onClick:l,children:d,asChild:c=!1,...g},u)=>{let P=m(r),p=Boolean(l),b=P===ut.dot,x=(z)=>{z.stopPropagation(),s?.(z)},M=a(Qi({variant:t,solid:o,size:P}),p&&"cursor-pointer",i&&"animate-pulse",n&&!b&&"pr-1",e),w=n&&!b&&Vr("button",{type:"button",className:"gs-interactive ml-0.5 inline-flex size-4 items-center justify-center rounded-full text-current opacity-60 hover:opacity-100",onClick:x,"aria-label":"Remove",tabIndex:-1,children:Vr(nu,{className:"size-3"},void 0,!1,void 0,this)},void 0,!1,void 0,this);if(c)return Vr(au,{ref:u,className:M,onClick:l,...g,children:d},void 0,!1,void 0,this);if(p)return Vr("button",{ref:u,className:M,onClick:l,type:"button",...g,children:[!b&&d,w]},void 0,!0,void 0,this);return Vr("span",{ref:u,className:M,...g,children:[!b&&d,w]},void 0,!0,void 0,this)});Ei.displayName="Badge";import{Children as lu,cloneElement as mu,forwardRef as du,isValidElement as pu,useCallback as ji,useLayoutEffect as cu,useRef as uu,useState as fu}from"react";import{jsxDEV as en}from"react/jsx-dev-runtime";function gu(e){let t=[];return lu.forEach(e,(r,o)=>{if(!pu(r))return;let i=r.key??o;t.push({key:i,element:r,isLeaving:!1})}),t}function bu(e,t){let r=new Set(t.map((n)=>n.key)),o=new Set(e.map((n)=>n.key)),i=[];for(let n of e)if(r.has(n.key)){let s=t.find((l)=>l.key===n.key);if(s)i.push({...s,isLeaving:!1})}else i.push({...n,isLeaving:!0});for(let n of t)if(!o.has(n.key))i.push(n);return i}function vu(e,t,r){if(r.current)return r.current=!1,t;return bu(e,t)}var tn=du(({children:e,className:t,onRemove:r,gap:o="sm"},i)=>{let[n,s]=fu([]),l=uu(!0);cu(()=>{let u=gu(e);s((P)=>vu(P,u,l))},[e]);let d=ji((u)=>{s((P)=>P.filter((p)=>p.key!==u))},[]),c=ji((u)=>{r?.(u)},[r]),g={sm:"gap-1",md:"gap-2",lg:"gap-3"}[o];return en("div",{ref:i,className:a("inline-flex flex-wrap items-center",g,t),children:n.map((u)=>{let P={};if(u.element.props.removable&&r)P.onRemove=()=>{c(u.key)};let p=a("inline-flex transition-all duration-200",u.isLeaving&&"pointer-events-none scale-95 opacity-0");return en("span",{className:p,onTransitionEnd:u.isLeaving?()=>d(u.key):void 0,children:mu(u.element,P)},u.key,!1,void 0,this)})},void 0,!1,void 0,this)});tn.displayName="BadgeGroup";import{Slot as yu}from"@radix-ui/react-slot";import{cva as or}from"class-variance-authority";import{ChevronRight as Pu,MoreHorizontal as hu}from"lucide-react";import{createContext as Tu,forwardRef as Br,useContext as Pa}from"react";import{jsxDEV as We}from"react/jsx-dev-runtime";var le={sm:"sm",md:"md",lg:"lg"},yo=Tu(le.md),rn=or("flex flex-wrap items-center break-words text-muted-foreground",{variants:{size:{[le.sm]:"gap-1 text-xs",[le.md]:"gap-1.5 text-sm sm:gap-2.5",[le.lg]:"gap-2 text-base sm:gap-3"}},defaultVariants:{size:le.md}}),on=or("inline-flex items-center gap-1.5"),an=or("gs-interactive hover:text-foreground focus-visible:outline-none focus-visible:text-foreground"),nn=or("font-normal text-foreground"),sn=or("",{variants:{size:{[le.sm]:"[&>svg]:size-3",[le.md]:"[&>svg]:size-3.5",[le.lg]:"[&>svg]:size-4"}},defaultVariants:{size:le.md}}),ln=or("flex items-center justify-center",{variants:{size:{[le.sm]:"h-7 w-7 [&>svg]:size-3.5",[le.md]:"h-9 w-9 [&>svg]:size-4",[le.lg]:"h-10 w-10 [&>svg]:size-5"}},defaultVariants:{size:le.md}}),mn=Br(({size:e=le.md,...t},r)=>{let o=m(e)??le.md;return We(yo.Provider,{value:o,children:We("nav",{ref:r,"aria-label":"breadcrumb",...t},void 0,!1,void 0,this)},void 0,!1,void 0,this)});mn.displayName="Breadcrumb";var dn=Br(({className:e,...t},r)=>{let o=Pa(yo);return We("ol",{ref:r,className:a(rn({size:o}),e),...t},void 0,!1,void 0,this)});dn.displayName="BreadcrumbList";var pn=Br(({className:e,...t},r)=>We("li",{ref:r,className:a(on(),e),...t},void 0,!1,void 0,this));pn.displayName="BreadcrumbItem";var cn=Br(({asChild:e,className:t,...r},o)=>{return We(e?yu:"a",{ref:o,className:a(an(),t),...r},void 0,!1,void 0,this)});cn.displayName="BreadcrumbLink";var un=Br(({className:e,...t},r)=>We("span",{ref:r,role:"link",tabIndex:0,"aria-disabled":"true","aria-current":"page",className:a(nn(),e),...t},void 0,!1,void 0,this));un.displayName="BreadcrumbPage";var fn=({children:e,className:t,...r})=>{let o=Pa(yo),i={[le.sm]:"size-3",[le.md]:"size-3.5",[le.lg]:"size-4"};return We("li",{role:"presentation","aria-hidden":"true",className:a(sn({size:o}),t),...r,children:e??We(Pu,{className:i[o]},void 0,!1,void 0,this)},void 0,!1,void 0,this)};fn.displayName="BreadcrumbSeparator";var gn=({className:e,...t})=>{let r=Pa(yo);return We("span",{role:"presentation","aria-hidden":"true",className:a(ln({size:r}),e),...t,children:[We(hu,{},void 0,!1,void 0,this),We("span",{className:"sr-only",children:"More"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};gn.displayName="BreadcrumbEllipsis";import{cva as xu}from"class-variance-authority";import{forwardRef as zu}from"react";import{jsxDEV as Su}from"react/jsx-dev-runtime";var Dr={horizontal:"horizontal",vertical:"vertical"},bn=xu("inline-flex items-stretch",{variants:{orientation:{[Dr.horizontal]:"flex-row",[Dr.vertical]:"flex-col"},attached:{true:"gap-0 [&>*:not(:first-child)]:rounded-l-none [&>*:not(:last-child)]:rounded-r-none",false:"gap-2"}},defaultVariants:{orientation:Dr.horizontal,attached:!1}}),vn=zu(({className:e,orientation:t=Dr.horizontal,attached:r=!1,fullWidth:o=!1,...i},n)=>Su("div",{ref:n,className:a(bn({orientation:t,attached:r}),o&&"w-full",e),...i},void 0,!1,void 0,this));vn.displayName="ButtonGroup";import{cva as ft}from"class-variance-authority";import{forwardRef as Cu,useCallback as ar,useEffect as wu,useMemo as yn,useState as Pn}from"react";import{jsxDEV as Le}from"react/jsx-dev-runtime";var B={sm:"sm",md:"md",lg:"lg",xl:"xl"},Tn=ft("flex flex-col rounded-xl border border-border bg-card/95 shadow-[var(--shadow-sm)] transition-[color,background-color,border-color,box-shadow] duration-150",{variants:{size:{[B.sm]:"p-3 text-sm",[B.md]:"p-4 text-sm",[B.lg]:"p-5 text-base",[B.xl]:"p-6 text-base"}},defaultVariants:{size:B.md}}),xn=ft("mb-3 flex items-center justify-between",{variants:{size:{[B.sm]:"gap-1",[B.md]:"gap-2",[B.lg]:"gap-3",[B.xl]:"gap-3"}},defaultVariants:{size:B.md}}),zn=ft("font-semibold text-foreground",{variants:{size:{[B.sm]:"text-sm",[B.md]:"text-base",[B.lg]:"text-lg",[B.xl]:"text-xl"}},defaultVariants:{size:B.md}}),ha=ft(["inline-flex items-center justify-center rounded-md border border-transparent","text-muted-foreground hover:border-border/70 hover:bg-accent/60 hover:text-foreground","active:scale-[0.98]","transition-[color,background-color,border-color,box-shadow,transform,opacity] duration-150","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2","disabled:pointer-events-none disabled:opacity-50"],{variants:{size:{[B.sm]:"size-7",[B.md]:"size-8",[B.lg]:"size-10",[B.xl]:"size-10"}},defaultVariants:{size:B.md}}),Sn=ft("grid grid-cols-7",{variants:{size:{[B.sm]:"gap-0.5",[B.md]:"gap-1",[B.lg]:"gap-1.5",[B.xl]:"gap-2"}},defaultVariants:{size:B.md}}),Cn=ft("text-center font-semibold uppercase tracking-wide text-muted-foreground",{variants:{size:{[B.sm]:"py-1 text-[10px]",[B.md]:"py-1.5 text-xs",[B.lg]:"py-2 text-sm",[B.xl]:"py-2 text-sm"}},defaultVariants:{size:B.md}}),wn=ft(["inline-flex items-center justify-center rounded-md border border-transparent font-medium","transition-[color,background-color,border-color,box-shadow,transform,opacity] duration-150","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-1","active:scale-[0.98]"],{variants:{size:{[B.sm]:"size-7 text-xs",[B.md]:"size-9 text-sm",[B.lg]:"size-10 text-base",[B.xl]:"size-11 text-base"},state:{default:"cursor-pointer text-foreground hover:border-border/70 hover:bg-accent/60",selected:"border-primary/35 bg-primary text-primary-foreground shadow-[var(--glow-brand-sm)] hover:bg-primary/90",today:"border-primary/30 bg-primary/10 text-primary",disabled:"cursor-not-allowed border-transparent bg-muted/40 text-muted-foreground/60",outside:"",rangeStart:"cursor-pointer rounded-r-none border-primary/35 bg-primary text-primary-foreground hover:bg-primary/90",rangeEnd:"cursor-pointer rounded-l-none border-primary/35 bg-primary text-primary-foreground hover:bg-primary/90",range:"cursor-pointer rounded-none border-transparent bg-primary/12 text-primary hover:bg-primary/20"}},defaultVariants:{size:B.md,state:"default"}}),Mu=ft("rounded-md border border-transparent",{variants:{size:{[B.sm]:"size-7",[B.md]:"size-9",[B.lg]:"size-10",[B.xl]:"size-11"}},defaultVariants:{size:B.md}}),hn=["Su","Mo","Tu","We","Th","Fr","Sa"],Nu=["January","February","March","April","May","June","July","August","September","October","November","December"],nt=(e)=>new Date(e.getFullYear(),e.getMonth(),e.getDate()),ir=(e,t)=>{return e.getDate()===t.getDate()&&e.getMonth()===t.getMonth()&&e.getFullYear()===t.getFullYear()},Mn=Cu(({className:e,size:t="md",cellSize:r,mode:o="single",value:i,defaultValue:n,onChange:s,rangeValue:l,onRangeChange:d,viewMonth:c,onViewMonthChange:g,minDate:u,maxDate:P,disabledDates:p=[],weekStartsOn:b=1,highlightToday:x=!0,...M},w)=>{let z=m(t)??B.md,v=m(r??z)??z,[T,I]=Pn(i??n??null),[S,H]=Pn(i??n??new Date),k=c??S,O=ar((f)=>{if(g){let y=typeof f==="function"?f(c??S):f;g(y)}else H((y)=>{return typeof f==="function"?f(y):f})},[c,S,g]),X=i!==void 0?i:T,_=u?nt(u):null,$=P?nt(P):null;wu(()=>{if(i!==void 0){if(I(i??null),i&&!c)H(i)}},[i,c]);let C=ar((f,y)=>{return(new Date(f,y,1).getDay()-b+7)%7},[b]),A=yn(()=>{let f=k.getFullYear(),y=k.getMonth(),N=C(f,y),ce=new Date(f,y+1,0).getDate(),Z=[];for(let E=0;E<N;E+=1)Z.push({key:`leading-${f}-${y}-${E}`,date:null});for(let E=1;E<=ce;E+=1)Z.push({key:`day-${f}-${y}-${E}`,date:new Date(f,y,E)});let ke=(7-Z.length%7)%7;for(let E=0;E<ke;E+=1)Z.push({key:`trailing-${f}-${y}-${E}`,date:null});return Z},[k,C]),h=ar((f)=>{let y=nt(f);if(_&&y<_)return!0;if($&&y>$)return!0;return p.some((N)=>ir(y,nt(N)))},[_,$,p]),V=ar((f)=>{if(h(f))return"disabled";if(o==="range"&&l){let{from:y,to:N}=l;if(y&&ir(f,y))return"rangeStart";if(N&&ir(f,N))return"rangeEnd";if(y&&N){let ce=nt(f),Z=nt(y),ke=nt(N);if(ce>Z&&ce<ke)return"range"}}if(o==="single"&&X&&ir(f,X))return"selected";if(x&&ir(f,new Date))return"today";return"default"},[X,x,h,o,l]),J=ar((f)=>{if(h(f))return;let y=new Date(f);if(o==="range"){if(!l?.from||l.from&&l.to)d?.({from:y,to:void 0});else{let N=nt(l.from);if(nt(y)<N)d?.({from:y,to:l.from});else d?.({from:l.from,to:y})}return}if(i===void 0)I(y);s?.(y)},[h,o,s,d,l,i]),L=ar((f)=>{O((y)=>{let N=new Date(y);return N.setMonth(N.getMonth()+f),N})},[O]),K=yn(()=>{return[...hn.slice(b),...hn.slice(0,b)]},[b]);return Le("div",{ref:w,className:a(Tn({size:z}),e),...M,children:[Le("div",{className:a(xn({size:z})),children:[Le("button",{type:"button",onClick:()=>L(-1),className:a(ha({size:z})),"aria-label":"Previous month",children:Le("svg",{className:"size-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:Le("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),Le("span",{className:a(zn({size:z})),children:[Nu[k.getMonth()]," ",k.getFullYear()]},void 0,!0,void 0,this),Le("button",{type:"button",onClick:()=>L(1),className:a(ha({size:z})),"aria-label":"Next month",children:Le("svg",{className:"size-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:Le("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),Le("div",{className:a(Sn({size:z})),children:[K.map((f)=>Le("div",{className:a(Cn({size:v})),children:f},f,!1,void 0,this)),A.map((f)=>{if(!f.date)return Le("div",{"aria-hidden":"true",className:a(Mu({size:v}))},f.key,!1,void 0,this);let y=f.date,N=V(y);return Le("button",{type:"button",onClick:()=>J(y),disabled:N==="disabled",className:a(wn({size:v,state:N})),children:y.getDate()},f.key,!1,void 0,this)})]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});Mn.displayName="Calendar";import{Slot as nr}from"@radix-ui/react-slot";import{cva as Lu}from"class-variance-authority";import{forwardRef as sr}from"react";import{jsxDEV as lr}from"react/jsx-dev-runtime";var Po={default:"default",muted:"muted",danger:"danger"},Nn=Lu("gs-interactive relative overflow-hidden rounded-[var(--radius)] border bg-card text-card-foreground shadow-[var(--shadow-sm)]",{variants:{variant:{[Po.default]:"border-border",[Po.muted]:"border-border/70 bg-muted/40",[Po.danger]:"border-destructive/30 bg-destructive/[0.06]"}},defaultVariants:{variant:Po.default}}),Ln=sr(({asChild:e=!1,className:t,variant:r,...o},i)=>{return lr(e?nr:"div",{ref:i,className:a(Nn({variant:r}),t),...o},void 0,!1,void 0,this)});Ln.displayName="Card";var Rn=sr(({asChild:e=!1,className:t,...r},o)=>{return lr(e?nr:"div",{ref:o,className:a("flex flex-col gap-1.5 border-b border-border/50 p-4",t),...r},void 0,!1,void 0,this)});Rn.displayName="CardHeader";var Hn=sr(({asChild:e=!1,className:t,...r},o)=>{return lr(e?nr:"div",{ref:o,className:a("p-4",t),...r},void 0,!1,void 0,this)});Hn.displayName="CardContent";var kn=sr(({asChild:e=!1,className:t,...r},o)=>{return lr(e?nr:"div",{ref:o,className:a("flex items-center border-t border-border/50 p-4",t),...r},void 0,!1,void 0,this)});kn.displayName="CardFooter";var An=sr(({asChild:e=!1,className:t,...r},o)=>{return lr(e?nr:"h3",{ref:o,className:a("font-semibold text-base leading-none tracking-tight",t),...r},void 0,!1,void 0,this)});An.displayName="CardTitle";var In=sr(({asChild:e=!1,className:t,...r},o)=>{return lr(e?nr:"p",{ref:o,className:a("text-sm text-muted-foreground",t),...r},void 0,!1,void 0,this)});In.displayName="CardDescription";import*as To from"@radix-ui/react-checkbox";import{cva as Ru}from"class-variance-authority";import{Check as Hu,Minus as ku}from"lucide-react";import{forwardRef as Au}from"react";import{jsxDEV as ho}from"react/jsx-dev-runtime";var $e={sm:"sm",md:"md",lg:"lg",xl:"xl"},mr={default:"default",error:"error",success:"success"},Bn=Ru("gs-interactive inline-flex shrink-0 items-center justify-center rounded border border-border bg-background text-foreground enabled:active:scale-[0.94] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background data-[state=checked]:border-primary data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground data-[state=indeterminate]:border-primary data-[state=indeterminate]:bg-primary data-[state=indeterminate]:text-primary-foreground disabled:cursor-not-allowed disabled:border-border disabled:bg-muted/45 disabled:text-muted-foreground",{variants:{size:{[$e.sm]:"h-4 w-4",[$e.md]:"h-5 w-5",[$e.lg]:"h-6 w-6",[$e.xl]:"h-7 w-7"},status:{[mr.default]:"enabled:hover:border-primary/70",[mr.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",[mr.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:$e.md,status:mr.default}}),Vn={[$e.sm]:"size-3.5",[$e.md]:"size-3.5",[$e.lg]:"size-4",[$e.xl]:"size-5"},Dn=Au(({className:e,size:t=$e.md,status:r=mr.default,checked:o,disabled:i,...n},s)=>{let l=m(t);return ho(To.Root,{ref:s,checked:o,disabled:i,className:a(Bn({size:l,status:r}),e),...n,children:ho(To.Indicator,{className:"gs-checkbox-indicator flex items-center justify-center text-current",children:o==="indeterminate"?ho(ku,{className:Vn[l]},void 0,!1,void 0,this):ho(Hu,{className:Vn[l]},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Dn.displayName="Checkbox";import{cva as gt}from"class-variance-authority";import{forwardRef as Iu,useCallback as Vu,useState as Bu}from"react";import{jsxDEV as xe,Fragment as Fn}from"react/jsx-dev-runtime";var U={sm:"sm",md:"md",lg:"lg"},Ta={default:"default",ghost:"ghost"},_n=gt("relative rounded-lg overflow-hidden font-mono",{variants:{size:{[U.sm]:"text-xs",[U.md]:"text-sm",[U.lg]:"text-base"},variant:{[Ta.default]:"bg-muted border border-border",[Ta.ghost]:"bg-transparent"}},defaultVariants:{size:U.md,variant:Ta.default}}),On=gt("flex items-center justify-between border-b border-border bg-muted",{variants:{size:{[U.sm]:"px-2.5 py-1.5 text-xs",[U.md]:"px-4 py-2 text-sm",[U.lg]:"px-5 py-2.5 text-base"}},defaultVariants:{size:U.md}}),Gn=gt("text-muted-foreground font-medium",{variants:{size:{[U.sm]:"text-[11px]",[U.md]:"text-xs",[U.lg]:"text-sm"}},defaultVariants:{size:U.md}}),Wn=gt(["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:{[U.sm]:"px-2 py-1 text-xs",[U.md]:"px-2.5 py-1 text-xs",[U.lg]:"px-3 py-1.5 text-sm"},copied:{true:"text-success",false:""}},defaultVariants:{size:U.md,copied:!1}}),$n=gt("overflow-x-auto",{variants:{size:{[U.sm]:"p-2.5",[U.md]:"p-4",[U.lg]:"p-5"}},defaultVariants:{size:U.md}}),Un=gt("text-foreground",{variants:{size:{[U.sm]:"",[U.md]:"",[U.lg]:""},showLineNumbers:{true:"",false:""}},defaultVariants:{size:U.md,showLineNumbers:!1}}),Kn=gt("block",{variants:{size:{[U.sm]:"min-h-[1.25rem]",[U.md]:"min-h-[1.5rem]",[U.lg]:"min-h-[1.75rem]"},highlighted:{true:"bg-primary/10 -mx-4 px-4",false:""}},defaultVariants:{size:U.md,highlighted:!1}}),Yn=gt("inline-block text-right text-muted-foreground select-none",{variants:{size:{[U.sm]:"w-6 mr-2 text-[10px]",[U.md]:"w-8 mr-4 text-xs",[U.lg]:"w-10 mr-5 text-sm"}},defaultVariants:{size:U.md}}),Xn=Iu(({className:e,code:t,language:r,showLineNumbers:o=!1,highlightedLines:i=[],showCopy:n=!0,size:s="md",variant:l="default",onCopy:d,...c},g)=>{let u=m(s),[P,p]=Bu(!1),b=Vu(async()=>{try{await navigator.clipboard.writeText(t),p(!0),d?.(t),setTimeout(()=>p(!1),2000)}catch(w){}},[t,d]),x=t.split(`
|
|
3
|
-
`),M=new Set(i);return
|
|
4
|
-
`]},`line-${String(z)}`,!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)});Xn.displayName="CodeBlock";import*as dr from"@radix-ui/react-collapsible";import{cva as Du}from"class-variance-authority";import{forwardRef as Fu}from"react";import{jsxDEV as Gu}from"react/jsx-dev-runtime";var Zn=Du("gs-collapsible-content overflow-hidden"),_u=dr.Root,Ou=dr.CollapsibleTrigger,qn=Fu(({className:e,...t},r)=>Gu(dr.CollapsibleContent,{ref:r,className:a(Zn(),e),...t},void 0,!1,void 0,this));qn.displayName="CollapsibleContent";import*as D from"@radix-ui/react-context-menu";import{cva as At}from"class-variance-authority";import{Check as Wu,ChevronRight as $u,Circle as Uu}from"lucide-react";import{createContext as Ku,forwardRef as bt,useContext as pr}from"react";import{jsxDEV as me}from"react/jsx-dev-runtime";var G={sm:"sm",md:"md",lg:"lg"},It=Ku(G.md),xa=At("z-50 min-w-[8rem] overflow-hidden rounded-[var(--radius)] border border-border/70 bg-popover p-1 text-popover-foreground shadow-[var(--shadow-md)] gs-float-content origin-[var(--radix-context-menu-content-transform-origin)]"),za=At("gs-interactive relative flex cursor-pointer select-none items-center rounded-md outline-none hover:bg-accent/80 focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:text-muted-foreground/50 data-[disabled]:cursor-not-allowed [&_svg]:pointer-events-none [&_svg]:shrink-0",{variants:{size:{[G.sm]:"h-6 gap-1.5 px-1.5 text-xs [&_svg]:size-3",[G.md]:"h-8 gap-2 px-2 text-sm [&_svg]:size-4",[G.lg]:"h-9 gap-2 px-2.5 text-sm [&_svg]:size-4"}},defaultVariants:{size:G.md}}),Jn=At("gs-interactive relative flex cursor-pointer select-none items-center rounded-md outline-none hover:bg-accent/80 focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:text-muted-foreground/50 data-[disabled]:cursor-not-allowed",{variants:{size:{[G.sm]:"h-6 pl-6 pr-1.5 text-xs",[G.md]:"h-8 pl-8 pr-2 text-sm",[G.lg]:"h-9 pl-8 pr-2.5 text-sm"}},defaultVariants:{size:G.md}}),Qn=At("gs-interactive relative flex cursor-pointer select-none items-center rounded-md outline-none hover:bg-accent/80 focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:text-muted-foreground/50 data-[disabled]:cursor-not-allowed",{variants:{size:{[G.sm]:"h-6 pl-6 pr-1.5 text-xs",[G.md]:"h-8 pl-8 pr-2 text-sm",[G.lg]:"h-9 pl-8 pr-2.5 text-sm"}},defaultVariants:{size:G.md}}),En=At("font-semibold text-muted-foreground",{variants:{size:{[G.sm]:"px-1.5 py-0.5 text-[10px]",[G.md]:"px-2 py-1.5 text-xs",[G.lg]:"px-2.5 py-1.5 text-xs"}},defaultVariants:{size:G.md}}),jn=At("-mx-1 my-1 h-px bg-border/50"),es=At("ml-auto tracking-widest text-muted-foreground/70",{variants:{size:{[G.sm]:"text-[10px]",[G.md]:"text-xs",[G.lg]:"text-xs"}},defaultVariants:{size:G.md}}),ts={[G.sm]:"absolute left-1.5 flex size-3 items-center justify-center",[G.md]:"absolute left-2 flex size-3.5 items-center justify-center",[G.lg]:"absolute left-2.5 flex size-4 items-center justify-center"},Yu={[G.sm]:"size-3",[G.md]:"size-3.5",[G.lg]:"size-4"},Xu={[G.sm]:"size-1.5 fill-current",[G.md]:"size-2 fill-current",[G.lg]:"size-2.5 fill-current"},Zu=D.Root,qu=D.Trigger,Ju=D.Group,Qu=D.Portal,Eu=D.Sub,ju=D.RadioGroup,rs=bt(({className:e,inset:t,children:r,...o},i)=>{let n=pr(It),s=m(n);return me(D.SubTrigger,{ref:i,className:a(za({size:s}),"data-[state=open]:bg-accent",t&&"pl-8",e),...o,children:[r,me($u,{className:"ml-auto"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});rs.displayName=D.SubTrigger.displayName;var os=bt(({className:e,...t},r)=>me(D.Portal,{children:me(D.SubContent,{ref:r,className:a(xa(),e),...t},void 0,!1,void 0,this)},void 0,!1,void 0,this));os.displayName=D.SubContent.displayName;var as=bt(({className:e,size:t,...r},o)=>{let i=m(t)??G.md;return me(It.Provider,{value:i,children:me(D.Portal,{children:me(D.Content,{ref:o,className:a(xa(),e),...r},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)});as.displayName=D.Content.displayName;var is=bt(({className:e,inset:t,...r},o)=>{let i=pr(It),n=m(i);return me(D.Item,{ref:o,className:a(za({size:n}),t&&"pl-8",e),...r},void 0,!1,void 0,this)});is.displayName=D.Item.displayName;var ns=bt(({className:e,children:t,checked:r,...o},i)=>{let n=pr(It),s=m(n)??G.md;return me(D.CheckboxItem,{ref:i,className:a(Jn({size:s}),e),checked:r,...o,children:[me("span",{className:ts[s],children:me(D.ItemIndicator,{children:me(Wu,{className:Yu[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)});ns.displayName=D.CheckboxItem.displayName;var ss=bt(({className:e,children:t,...r},o)=>{let i=pr(It),n=m(i)??G.md;return me(D.RadioItem,{ref:o,className:a(Qn({size:n}),e),...r,children:[me("span",{className:ts[n],children:me(D.ItemIndicator,{children:me(Uu,{className:Xu[n]},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),t]},void 0,!0,void 0,this)});ss.displayName=D.RadioItem.displayName;var ls=bt(({className:e,inset:t,...r},o)=>{let i=pr(It),n=m(i);return me(D.Label,{ref:o,className:a(En({size:n}),t&&"pl-8",e),...r},void 0,!1,void 0,this)});ls.displayName=D.Label.displayName;var ms=bt(({className:e,...t},r)=>me(D.Separator,{ref:r,className:a(jn(),e),...t},void 0,!1,void 0,this));ms.displayName=D.Separator.displayName;var ds=({className:e,...t})=>{let r=pr(It),o=m(r);return me("span",{className:a(es({size:o}),e),...t},void 0,!1,void 0,this)};ds.displayName="ContextMenuShortcut";import*as ge from"@radix-ui/react-dialog";import{cva as ef}from"class-variance-authority";import{X as tf}from"lucide-react";import{forwardRef as xo}from"react";import{jsxDEV as Ue}from"react/jsx-dev-runtime";var vt={sm:"sm",md:"md",lg:"lg",xl:"xl",full:"full"},Sa=ge.Root,rf=ge.Trigger,ps=ge.Portal,of=ge.Close,Ca=xo(({className:e,...t},r)=>Ue(ge.Overlay,{ref:r,className:a("gs-dialog-overlay fixed inset-0 z-50 bg-black/50",e),...t},void 0,!1,void 0,this));Ca.displayName="DialogOverlay";var cs=ef("gs-dialog-content fixed left-1/2 top-1/2 z-50 grid w-full gap-4 border border-border bg-background p-6 text-foreground shadow-[var(--shadow-xl)] rounded-[var(--radius)]",{variants:{size:{[vt.sm]:"max-w-sm",[vt.md]:"max-w-md",[vt.lg]:"max-w-lg",[vt.xl]:"max-w-xl",[vt.full]:"max-w-[calc(100vw-2rem)] max-h-[calc(100vh-2rem)]"}},defaultVariants:{size:vt.md}}),zo=xo(({className:e,children:t,size:r=vt.md,showClose:o=!0,...i},n)=>{let s=m(r);return Ue(ps,{children:[Ue(Ca,{},void 0,!1,void 0,this),Ue(ge.Content,{ref:n,className:a(cs({size:s}),e),...i,children:[t,o&&Ue(ge.Close,{className:"gs-interactive absolute top-4 right-4 rounded-[var(--radius)] border border-border p-1.5 text-muted-foreground hover:bg-accent hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none",children:[Ue(tf,{className:"size-4"},void 0,!1,void 0,this),Ue("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)});zo.displayName="DialogContent";var us=({className:e,...t})=>Ue("div",{className:a("flex flex-col space-y-1.5 text-center sm:text-left",e),...t},void 0,!1,void 0,this);us.displayName="DialogHeader";var fs=({className:e,...t})=>Ue("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);fs.displayName="DialogFooter";var gs=xo(({className:e,...t},r)=>Ue(ge.Title,{ref:r,className:a("font-semibold text-lg leading-none tracking-tight",e),...t},void 0,!1,void 0,this));gs.displayName="DialogTitle";var bs=xo(({className:e,...t},r)=>Ue(ge.Description,{ref:r,className:a("text-muted-foreground text-sm",e),...t},void 0,!1,void 0,this));bs.displayName="DialogDescription";import{cva as wa}from"class-variance-authority";import{X as af}from"lucide-react";import{forwardRef as So}from"react";import{Drawer as st}from"vaul";import{jsxDEV as Ie}from"react/jsx-dev-runtime";var Ve={sm:"sm",md:"md",lg:"lg",xl:"xl",full:"full"},nf={[Ve.sm]:"sm:max-w-sm",[Ve.md]:"sm:max-w-md",[Ve.lg]:"sm:max-w-lg",[Ve.xl]:"sm:max-w-xl",[Ve.full]:"sm:max-w-full"},sf={[Ve.sm]:"sm:max-h-[30vh]",[Ve.md]:"sm:max-h-[50vh]",[Ve.lg]:"sm:max-h-[70vh]",[Ve.xl]:"sm:max-h-[85vh]",[Ve.full]:"sm:max-h-full"},vs=wa(["fixed inset-0 z-50 bg-black/50","data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:duration-200","data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:duration-150"]),ys=wa(["group/drawer-content fixed z-50 flex h-auto flex-col border border-border bg-background shadow-[var(--shadow-xl)]","data-[vaul-drawer-direction=top]:inset-x-0 data-[vaul-drawer-direction=top]:top-0 data-[vaul-drawer-direction=top]:mb-24 data-[vaul-drawer-direction=top]:max-h-[80vh] data-[vaul-drawer-direction=top]:rounded-b-xl data-[vaul-drawer-direction=top]:border-t-0","data-[vaul-drawer-direction=bottom]:inset-x-0 data-[vaul-drawer-direction=bottom]:bottom-0 data-[vaul-drawer-direction=bottom]:mt-24 data-[vaul-drawer-direction=bottom]:max-h-[80vh] data-[vaul-drawer-direction=bottom]:rounded-t-xl data-[vaul-drawer-direction=bottom]:border-b-0","data-[vaul-drawer-direction=right]:inset-y-0 data-[vaul-drawer-direction=right]:right-0 data-[vaul-drawer-direction=right]:h-full data-[vaul-drawer-direction=right]:w-3/4 data-[vaul-drawer-direction=right]:border-r-0","data-[vaul-drawer-direction=left]:inset-y-0 data-[vaul-drawer-direction=left]:left-0 data-[vaul-drawer-direction=left]:h-full data-[vaul-drawer-direction=left]:w-3/4 data-[vaul-drawer-direction=left]:border-l-0"]),Ps=wa("mx-auto shrink-0 rounded-full bg-muted-foreground/25 transition-colors duration-150 hover:bg-muted-foreground/40",{variants:{direction:{top:"mb-4 mt-2 h-1.5 w-[60px]",bottom:"mb-2 mt-4 h-1.5 w-[60px]",left:"ml-auto mr-2 mt-auto mb-auto h-[60px] w-1.5",right:"ml-2 mr-auto mt-auto mb-auto h-[60px] w-1.5"}},defaultVariants:{direction:"bottom"}}),lf=st.Root,mf=st.Trigger,df=st.Close,hs=st.Portal,Ma=So(({className:e,...t},r)=>Ie(st.Overlay,{ref:r,className:a(vs(),e),...t},void 0,!1,void 0,this));Ma.displayName="DrawerOverlay";var Ts=So(({size:e=Ve.md,showClose:t=!1,direction:r="bottom",className:o,children:i,...n},s)=>{let d=r==="left"||r==="right"?nf[e]:sf[e];return Ie(hs,{children:[Ie(Ma,{},void 0,!1,void 0,this),Ie(st.Content,{ref:s,className:a(ys(),d,o),...n,children:[(r==="top"||r==="bottom")&&Ie("div",{className:a(Ps({direction:r}))},void 0,!1,void 0,this),i,t&&Ie(st.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:[Ie(af,{className:"size-4"},void 0,!1,void 0,this),Ie("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)});Ts.displayName="DrawerContent";var xs=({className:e,...t})=>Ie("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);xs.displayName="DrawerHeader";var zs=({className:e,...t})=>Ie("div",{className:a("mt-auto flex flex-col gap-2 p-4",e),...t},void 0,!1,void 0,this);zs.displayName="DrawerFooter";var Ss=So(({className:e,...t},r)=>Ie(st.Title,{ref:r,className:a("font-semibold text-foreground text-lg",e),...t},void 0,!1,void 0,this));Ss.displayName="DrawerTitle";var Cs=So(({className:e,...t},r)=>Ie(st.Description,{ref:r,className:a("text-muted-foreground text-sm",e),...t},void 0,!1,void 0,this));Cs.displayName="DrawerDescription";import*as F from"@radix-ui/react-dropdown-menu";import{cva as Bt}from"class-variance-authority";import{Check as pf,ChevronRight as cf,Circle as uf}from"lucide-react";import{createContext as ff,forwardRef as yt,useCallback as gf,useContext as cr,useEffect as bf,useRef as ws,useState as vf}from"react";import{jsxDEV as se}from"react/jsx-dev-runtime";var W={sm:"sm",md:"md",lg:"lg"},Dt=ff(W.md),Vt=null,Fr=null,yf=0,Na=Bt("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)]"),La=Bt("gs-interactive relative flex cursor-pointer select-none items-center rounded-md outline-none hover:bg-accent/80 focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:text-muted-foreground/50 data-[disabled]:cursor-not-allowed [&_svg]:pointer-events-none [&_svg]:shrink-0",{variants:{size:{[W.sm]:"h-6 gap-1.5 px-1.5 text-xs [&_svg]:size-3",[W.md]:"h-8 gap-2 px-2 text-sm [&_svg]:size-4",[W.lg]:"h-9 gap-2 px-2.5 text-sm [&_svg]:size-4"}},defaultVariants:{size:W.md}}),Ms=Bt("gs-interactive relative flex cursor-pointer select-none items-center rounded-md outline-none hover:bg-accent/80 focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:text-muted-foreground/50 data-[disabled]:cursor-not-allowed",{variants:{size:{[W.sm]:"h-6 pl-6 pr-1.5 text-xs",[W.md]:"h-8 pl-8 pr-2 text-sm",[W.lg]:"h-9 pl-8 pr-2.5 text-sm"}},defaultVariants:{size:W.md}}),Ns=Bt("gs-interactive relative flex cursor-pointer select-none items-center rounded-md outline-none hover:bg-accent/80 focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:text-muted-foreground/50 data-[disabled]:cursor-not-allowed",{variants:{size:{[W.sm]:"h-6 pl-6 pr-1.5 text-xs",[W.md]:"h-8 pl-8 pr-2 text-sm",[W.lg]:"h-9 pl-8 pr-2.5 text-sm"}},defaultVariants:{size:W.md}}),Ls=Bt("font-semibold text-muted-foreground",{variants:{size:{[W.sm]:"px-1.5 py-0.5 text-[10px]",[W.md]:"px-2 py-1.5 text-xs",[W.lg]:"px-2.5 py-1.5 text-xs"}},defaultVariants:{size:W.md}}),Rs=Bt("-mx-1 my-1 h-px bg-border/50"),Hs=Bt("ml-auto tracking-widest text-muted-foreground/70",{variants:{size:{[W.sm]:"text-[10px]",[W.md]:"text-xs",[W.lg]:"text-xs"}},defaultVariants:{size:W.md}}),ks={[W.sm]:"absolute left-1.5 flex size-3 items-center justify-center",[W.md]:"absolute left-2 flex size-3.5 items-center justify-center",[W.lg]:"absolute left-2.5 flex size-4 items-center justify-center"},Pf={[W.sm]:"size-3",[W.md]:"size-3.5",[W.lg]:"size-4"},hf={[W.sm]:"size-1.5 fill-current",[W.md]:"size-2 fill-current",[W.lg]:"size-2.5 fill-current"},As=({children:e,open:t,defaultOpen:r,onOpenChange:o,...i})=>{let[n,s]=vf(r??!1),l=t!==void 0,d=l?t:n,c=ws(++yf),g=ws({onOpenChange:o,isControlled:l});g.current={onOpenChange:o,isControlled:l};let u=gf((P)=>{let{onOpenChange:p,isControlled:b}=g.current;if(P){if(Vt!==null&&Vt!==c.current&&Fr)Fr();Vt=c.current,Fr=()=>{let{onOpenChange:x,isControlled:M}=g.current;if(!M)s(!1);x?.(!1)}}else if(Vt===c.current)Vt=null,Fr=null;if(!b)s(P);p?.(P)},[]);return bf(()=>{return()=>{if(Vt===c.current)Vt=null,Fr=null}},[]),se(F.Root,{open:d,onOpenChange:u,...i,children:e},void 0,!1,void 0,this)};As.displayName="DropdownMenu";var Tf=F.Trigger,xf=F.Group,zf=F.Portal,Sf=F.Sub,Cf=F.RadioGroup,Is=yt(({className:e,inset:t,children:r,...o},i)=>{let n=cr(Dt),s=m(n);return se(F.SubTrigger,{ref:i,className:a(La({size:s}),"data-[state=open]:bg-accent",t&&"pl-8",e),...o,children:[r,se(cf,{className:"ml-auto"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Is.displayName=F.SubTrigger.displayName;var Vs=yt(({className:e,...t},r)=>se(F.Portal,{children:se(F.SubContent,{ref:r,className:a(Na(),e),...t},void 0,!1,void 0,this)},void 0,!1,void 0,this));Vs.displayName=F.SubContent.displayName;var Bs=yt(({className:e,sideOffset:t=4,size:r,...o},i)=>{let n=m(r)??W.md;return se(Dt.Provider,{value:n,children:se(F.Portal,{children:se(F.Content,{ref:i,sideOffset:t,className:a(Na(),e),...o},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Bs.displayName=F.Content.displayName;var Ds=yt(({className:e,inset:t,...r},o)=>{let i=cr(Dt),n=m(i);return se(F.Item,{ref:o,className:a(La({size:n}),t&&"pl-8",e),...r},void 0,!1,void 0,this)});Ds.displayName=F.Item.displayName;var Fs=yt(({className:e,children:t,checked:r,...o},i)=>{let n=cr(Dt),s=m(n)??W.md;return se(F.CheckboxItem,{ref:i,className:a(Ms({size:s}),e),checked:r,...o,children:[se("span",{className:ks[s],children:se(F.ItemIndicator,{children:se(pf,{className:Pf[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)});Fs.displayName=F.CheckboxItem.displayName;var _s=yt(({className:e,children:t,...r},o)=>{let i=cr(Dt),n=m(i)??W.md;return se(F.RadioItem,{ref:o,className:a(Ns({size:n}),e),...r,children:[se("span",{className:ks[n],children:se(F.ItemIndicator,{children:se(uf,{className:hf[n]},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),t]},void 0,!0,void 0,this)});_s.displayName=F.RadioItem.displayName;var Os=yt(({className:e,inset:t,...r},o)=>{let i=cr(Dt),n=m(i);return se(F.Label,{ref:o,className:a(Ls({size:n}),t&&"pl-8",e),...r},void 0,!1,void 0,this)});Os.displayName=F.Label.displayName;var Gs=yt(({className:e,...t},r)=>se(F.Separator,{ref:r,className:a(Rs(),e),...t},void 0,!1,void 0,this));Gs.displayName=F.Separator.displayName;var Ws=({className:e,...t})=>{let r=cr(Dt),o=m(r);return se("span",{className:a(Hs({size:o}),e),...t},void 0,!1,void 0,this)};Ws.displayName="DropdownMenuShortcut";import{cva as Or}from"class-variance-authority";import{forwardRef as wf}from"react";import{jsxDEV as _r}from"react/jsx-dev-runtime";var be={sm:"sm",md:"md",lg:"lg"},$s=Or("flex flex-col items-center justify-center text-center rounded-[var(--radius)] border border-dashed border-border/50 bg-muted/20",{variants:{size:{[be.sm]:"gap-2 p-4",[be.md]:"gap-4 p-8",[be.lg]:"gap-6 p-12"}},defaultVariants:{size:be.md}}),Us=Or("flex items-center justify-center rounded-full bg-muted/50 text-muted-foreground",{variants:{size:{[be.sm]:"h-10 w-10 [&>svg]:h-4 [&>svg]:w-4",[be.md]:"h-16 w-16 [&>svg]:h-7 [&>svg]:w-7",[be.lg]:"h-20 w-20 [&>svg]:h-9 [&>svg]:w-9"}},defaultVariants:{size:be.md}}),Ks=Or("font-semibold text-foreground",{variants:{size:{[be.sm]:"text-sm",[be.md]:"text-lg",[be.lg]:"text-xl"}},defaultVariants:{size:be.md}}),Ys=Or("text-muted-foreground max-w-sm",{variants:{size:{[be.sm]:"text-xs",[be.md]:"text-sm",[be.lg]:"text-base"}},defaultVariants:{size:be.md}}),Xs=Or("flex items-center gap-2 mt-2"),Zs=wf(({className:e,icon:t,title:r,description:o,actions:i,size:n=be.md,children:s,...l},d)=>{let c=m(n);return _r("div",{ref:d,className:a($s({size:c}),e),...l,children:[t&&_r("div",{className:Us({size:c}),children:t},void 0,!1,void 0,this),r&&_r("h3",{className:Ks({size:c}),children:r},void 0,!1,void 0,this),o&&_r("p",{className:Ys({size:c}),children:o},void 0,!1,void 0,this),i&&_r("div",{className:Xs(),children:i},void 0,!1,void 0,this),s]},void 0,!0,void 0,this)});Zs.displayName="EmptyState";import{cva as ur}from"class-variance-authority";import{Component as Mf,createElement as qs}from"react";import{jsxDEV as ze,Fragment as Lf}from"react/jsx-dev-runtime";var Js=ur(["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"}}),Qs=ur(["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"}}),Es=ur("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"}}),js=ur("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"}}),el=ur("mt-2 flex flex-wrap items-center justify-center gap-2"),tl=ur("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 rl extends Mf{static displayName="ErrorBoundary";constructor(e){super(e);this.state={hasError:!1,error:null}}static getDerivedStateFromError(e){return{hasError:!0,error:e}}componentDidCatch(e,t){this.props.onError?.(e,t)}handleReset=()=>{this.setState({hasError:!1,error:null}),this.props.onReset?.()};render(){let{children:e,fallback:t,showDetails:r=!1,size:o="md",variant:i="destructive",className:n,title:s="Something went wrong",description:l="An unexpected error occurred. Please try again.",icon:d,actions:c,resetLabel:g="Try again",hideReset:u=!1,renderDetails:P}=this.props;if(this.state.hasError&&this.state.error){let p={error:this.state.error,reset:this.handleReset};if(t){if(typeof t==="function")return qs(t,p);return t}let b=null;if(c)b=typeof c==="function"?qs(c,p):c;else if(!u){let M={destructive:"border-destructive/30 bg-destructive text-destructive-foreground hover:bg-destructive/90",warning:"border-warning/30 bg-warning text-warning-foreground hover:bg-warning/90",info:"border-info/30 bg-info text-info-foreground hover:bg-info/90"};b=ze("button",{type:"button",onClick:this.handleReset,className:a("inline-flex items-center justify-center rounded-md border px-4 py-2 font-medium text-sm","transition-colors duration-150 ease-out","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-1",M[i]),children:g},void 0,!1,void 0,this)}let x=P?P(this.state.error):ze(Lf,{children:[ze("strong",{children:"Error:"},void 0,!1,void 0,this)," ",this.state.error.message,this.state.error.stack&&ze("pre",{className:"mt-2 whitespace-pre-wrap",children:this.state.error.stack},void 0,!1,void 0,this)]},void 0,!0,void 0,this);return ze("div",{className:a(Js({size:o,variant:i}),n),children:[ze("div",{className:a(Qs({size:o,variant:i})),children:d??ze(Nf,{},void 0,!1,void 0,this)},void 0,!1,void 0,this),ze("h3",{className:a(Es({size:o,variant:i})),children:s},void 0,!1,void 0,this),ze("p",{className:a(js({size:o})),children:l},void 0,!1,void 0,this),b&&ze("div",{className:a(el()),children:b},void 0,!1,void 0,this),r&&ze("div",{className:a(tl()),children:x},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}return e}}function Nf(){return ze("svg",{xmlns:"http://www.w3.org/2000/svg",width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[ze("circle",{cx:"12",cy:"12",r:"10"},void 0,!1,void 0,this),ze("line",{x1:"12",x2:"12",y1:"8",y2:"12"},void 0,!1,void 0,this),ze("line",{x1:"12",x2:"12.01",y1:"16",y2:"16"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}import{cva as Pt}from"class-variance-authority";import{forwardRef as Rf,useCallback as Ke,useRef as Hf,useState as ol}from"react";import{jsxDEV as Pe}from"react/jsx-dev-runtime";var ee={sm:"sm",md:"md",lg:"lg",xl:"xl"},al=Pt(["relative flex flex-col items-center justify-center","rounded-xl border-2 border-dashed","shadow-[var(--shadow-xs)]","transition-[color,background-color,border-color,box-shadow,transform,opacity] duration-150","cursor-pointer","hover:border-primary/45 hover:bg-primary/8","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2"],{variants:{size:{[ee.sm]:"min-h-28 p-5",[ee.md]:"min-h-36 p-8",[ee.lg]:"min-h-44 p-10",[ee.xl]:"min-h-52 p-12"},isDragging:{true:"scale-[1.01] border-primary bg-primary/12 shadow-[var(--glow-brand-sm)]",false:"border-border bg-card/75"},disabled:{true:"cursor-not-allowed border-border/70 bg-muted/35 text-muted-foreground pointer-events-none",false:""},hasError:{true:"border-destructive bg-destructive/5",false:""}},defaultVariants:{size:ee.md,isDragging:!1,disabled:!1,hasError:!1}}),il=Pt("text-muted-foreground transition-colors duration-200",{variants:{size:{[ee.sm]:"mb-2 size-6",[ee.md]:"size-8 mb-3",[ee.lg]:"size-10 mb-4",[ee.xl]:"size-12 mb-5"},isDragging:{true:"text-primary",false:""}},defaultVariants:{size:ee.md,isDragging:!1}}),Ra=Pt("text-center",{variants:{size:{[ee.sm]:"text-sm",[ee.md]:"text-sm",[ee.lg]:"text-base",[ee.xl]:"text-lg"}},defaultVariants:{size:ee.md}}),nl=Pt("mt-4 w-full space-y-2"),sl=Pt(["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"]),ll=Pt("min-w-0 flex-1 truncate font-medium text-foreground",{variants:{size:{[ee.sm]:"text-sm",[ee.md]:"text-sm",[ee.lg]:"text-base",[ee.xl]:"text-base"}},defaultVariants:{size:"md"}}),ml=Pt("text-muted-foreground",{variants:{size:{[ee.sm]:"text-xs",[ee.md]:"text-sm",[ee.lg]:"text-sm",[ee.xl]:"text-base"}},defaultVariants:{size:"md"}}),dl=Pt(["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"]),pl=Rf(({className:e,size:t="md",disabled:r=!1,accept:o,multiple:i=!1,maxSize:n,maxFiles:s,value:l=[],onChange:d,onError:c,icon:g,title:u="Drop files here or click to upload",description:P,showFileList:p=!0,...b},x)=>{let M=m(t),[w,z]=ol(!1),[v,T]=ol(!1),I=Hf(null),S=Ke((L)=>{if(L===0)return"0 Bytes";let K=1024,f=["Bytes","KB","MB","GB"],y=Math.floor(Math.log(L)/Math.log(K));return`${parseFloat((L/K**y).toFixed(2))} ${f[y]}`},[]),H=Ke((L)=>{let K=[...L];if(T(!1),o){let f=o.split(",").map((y)=>y.trim());if(K=K.filter((y)=>{return f.some((N)=>{if(N.startsWith("."))return y.name.toLowerCase().endsWith(N.toLowerCase());if(N.endsWith("/*"))return y.type.startsWith(N.slice(0,-1));return y.type===N})}),K.length<L.length)c?.("Some files were rejected due to file type"),T(!0)}if(n){let f=K.length;if(K=K.filter((y)=>y.size<=n),K.length<f)c?.(`File size must be less than ${S(n)}`),T(!0)}if(s&&K.length+l.length>s)K=K.slice(0,s-l.length),c?.(`Maximum ${s} files allowed`),T(!0);return K},[o,n,s,l.length,c,S]),k=Ke((L)=>{if(!L||L.length===0)return;let K=Array.from(L),f=H(K);if(f.length>0)if(i)d?.([...l,...f]);else d?.(f.slice(0,1))},[i,l,d,H]),O=Ke((L)=>{L.preventDefault(),L.stopPropagation(),z(!0)},[]),X=Ke((L)=>{L.preventDefault(),L.stopPropagation(),z(!1)},[]),_=Ke((L)=>{L.preventDefault(),L.stopPropagation()},[]),$=Ke((L)=>{if(L.preventDefault(),L.stopPropagation(),z(!1),r)return;k(L.dataTransfer.files)},[r,k]),C=Ke((L)=>{if(k(L.target.files),I.current)I.current.value=""},[k]),A=Ke(()=>{if(!r)I.current?.click()},[r]),h=Ke((L)=>{if(L.key==="Enter"||L.key===" ")L.preventDefault(),A()},[A]),V=Ke((L)=>{let K=l.filter((f,y)=>y!==L);d?.(K)},[l,d]),J=Pe("svg",{className:a(il({size:M,isDragging:w})),fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:Pe("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 Pe("div",{ref:x,className:a("w-full",e),...b,children:[Pe("div",{role:"button",tabIndex:r?-1:0,onClick:A,onKeyDown:h,onDragEnter:O,onDragLeave:X,onDragOver:_,onDrop:$,className:a(al({size:M,isDragging:w,disabled:r,hasError:v})),children:[Pe("input",{ref:I,type:"file",accept:o,multiple:i,disabled:r,onChange:C,className:"sr-only"},void 0,!1,void 0,this),g||J,Pe("p",{className:a(Ra({size:M}),"font-medium text-foreground"),children:u},void 0,!1,void 0,this),P&&Pe("p",{className:a(Ra({size:M}),"mt-1 text-muted-foreground"),children:P},void 0,!1,void 0,this)]},void 0,!0,void 0,this),p&&l.length>0&&Pe("div",{className:a(nl()),children:l.map((L,K)=>Pe("div",{className:a(sl()),children:[Pe("svg",{className:"size-5 shrink-0 text-muted-foreground",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:Pe("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),Pe("span",{className:a(ll({size:M})),children:L.name},void 0,!1,void 0,this),Pe("span",{className:a(ml({size:M})),children:S(L.size)},void 0,!1,void 0,this),Pe("button",{type:"button",onClick:(f)=>{f.stopPropagation(),V(K)},className:a(dl()),"aria-label":`Remove ${L.name}`,children:Pe("svg",{className:"size-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:Pe("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},`${L.name}-${K}`,!0,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});pl.displayName="FileUpload";import{cva as kf}from"class-variance-authority";import{createContext as Af,forwardRef as Co,useContext as If,useId as Vf}from"react";import{jsxDEV as Ft,Fragment as Df}from"react/jsx-dev-runtime";var Be={sm:"sm",md:"md",lg:"lg"},cl=Af(null),Gr=()=>{let e=If(cl);if(!e)throw Error("useFormField must be used within a FormField");return e},ul=kf("flex flex-col",{variants:{size:{[Be.sm]:"gap-1",[Be.md]:"gap-1.5",[Be.lg]:"gap-2"}},defaultVariants:{size:Be.md}}),fl=Co(({className:e,size:t=Be.md,error:r,disabled:o=!1,required:i=!1,children:n,...s},l)=>{let d=Vf(),c=m(t),g={id:d,size:c,error:r,disabled:o,required:i};return Ft(cl.Provider,{value:g,children:Ft("div",{ref:l,className:a(ul({size:c}),e),...s,children:n},void 0,!1,void 0,this)},void 0,!1,void 0,this)});fl.displayName="FormField";var Bf={[Be.sm]:"text-xs",[Be.md]:"text-sm",[Be.lg]:"text-base"},gl=Co(({className:e,htmlFor:t,children:r,...o},i)=>{let{id:n,size:s,disabled:l,required:d}=Gr();return Ft("label",{ref:i,htmlFor:t??n,className:a("inline-block font-medium text-foreground select-none",Bf[s],l&&"cursor-not-allowed opacity-60",e),...o,children:[r,d&&Ft("span",{className:"ml-0.5 text-destructive","aria-hidden":"true",children:"*"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});gl.displayName="FormFieldLabel";var bl={[Be.sm]:"text-[10px]",[Be.md]:"text-xs",[Be.lg]:"text-sm"},vl=Co(({className:e,...t},r)=>{let{id:o,size:i}=Gr();return Ft("p",{ref:r,id:`${o}-description`,className:a("text-muted-foreground",bl[i],e),...t},void 0,!1,void 0,this)});vl.displayName="FormFieldDescription";var yl=Co(({className:e,children:t,...r},o)=>{let{id:i,size:n,error:s}=Gr(),l=t??s;if(!l)return null;return Ft("p",{ref:o,id:`${i}-error`,role:"alert",className:a("text-destructive",bl[n],e),...r,children:l},void 0,!1,void 0,this)});yl.displayName="FormFieldError";var Pl=({children:e})=>{let{id:t,disabled:r,required:o,error:i}=Gr(),n=[i?`${t}-error`:void 0,`${t}-description`].filter(Boolean).join(" ");return Ft(Df,{children:e({id:t,disabled:r,required:o,status:i?"error":"default","aria-describedby":n||void 0,"aria-invalid":i?!0:void 0})},void 0,!1,void 0,this)};Pl.displayName="FormFieldControl";import*as _t from"@radix-ui/react-hover-card";import{cva as Ff}from"class-variance-authority";import{forwardRef as _f}from"react";import{jsxDEV as Wf}from"react/jsx-dev-runtime";var fr={sm:"sm",md:"md",lg:"lg"},hl=Ff("z-50 rounded-[var(--radius)] border border-border/70 bg-popover text-popover-foreground shadow-[var(--shadow-md)] gs-float-content origin-[var(--radix-hover-card-content-transform-origin)]",{variants:{size:{[fr.sm]:"w-52 p-3 text-xs",[fr.md]:"w-64 p-4 text-sm",[fr.lg]:"w-80 p-5 text-sm"}},defaultVariants:{size:fr.md}}),Of=_t.Root,Gf=_t.Trigger,Tl=_f(({className:e,align:t="center",sideOffset:r=4,size:o=fr.md,...i},n)=>{let s=m(o);return Wf(_t.Content,{ref:n,align:t,sideOffset:r,className:a(hl({size:s}),e),...i},void 0,!1,void 0,this)});Tl.displayName=_t.Content.displayName;import{cva as Kf}from"class-variance-authority";import{X as Yf}from"lucide-react";import{forwardRef as Xf,useRef as Zf,useState as qf}from"react";import*as ht from"react";function xl(...e){return(t)=>{for(let r of e)if(typeof r==="function")r(t);else if(r!=null)r.current=t}}function Wr(...e){return ht.useCallback(xl(...e),e)}function $f(e,t){let r=ht.createContext(t);r.displayName=e;function o(){let i=ht.useContext(r);if(i===void 0)throw Error(`use${e} must be used within a ${e}Provider`);return i}return[r.Provider,o,r]}function Uf(e){let t=ht.createContext(void 0);t.displayName=e;function r(){return ht.useContext(t)}return[t.Provider,r,t]}import{jsxDEV as Ot}from"react/jsx-dev-runtime";var $r={default:"default",error:"error",success:"success"},Y={sm:"sm",md:"md",lg:"lg",xl:"xl"},Jf="Clear input",Sl=Kf("gs-interactive w-full rounded-[var(--radius)] border border-input bg-background text-sm text-foreground outline-none placeholder:text-muted-foreground focus-visible:ring-2 disabled:cursor-not-allowed disabled:border-border disabled:bg-muted/45 disabled:text-muted-foreground",{variants:{status:{[$r.default]:"focus-visible:ring-primary",[$r.error]:"border-destructive focus-visible:ring-destructive",[$r.success]:"border-success focus-visible:ring-success"},size:{[Y.sm]:"h-8 px-2 text-xs",[Y.md]:"h-10 px-3",[Y.lg]:"h-11 px-4",[Y.xl]:"h-12 px-4 text-base"}},defaultVariants:{status:$r.default,size:Y.md}}),Qf={[Y.sm]:"pl-7",[Y.md]:"pl-9",[Y.lg]:"pl-10",[Y.xl]:"pl-10"},Ef={[Y.sm]:"pr-7",[Y.md]:"pr-9",[Y.lg]:"pr-10",[Y.xl]:"pr-10"},jf={[Y.sm]:"pr-12",[Y.md]:"pr-16",[Y.lg]:"pr-18",[Y.xl]:"pr-18"},eg={[Y.sm]:"text-xs left-2",[Y.md]:"text-sm left-3",[Y.lg]:"text-sm left-3.5",[Y.xl]:"text-base left-3.5"},tg={[Y.sm]:"text-xs",[Y.md]:"text-sm",[Y.lg]:"text-sm",[Y.xl]:"text-base"},rg={[Y.sm]:"size-4",[Y.md]:"size-5",[Y.lg]:"size-5",[Y.xl]:"size-6"};function zl(e){if(e===void 0||e===null)return"";if(Array.isArray(e))return e.join("");return String(e)}var Cl=Xf(({className:e,status:t=$r.default,size:r=Y.md,fullWidth:o=!1,prefix:i,suffix:n,clearable:s=!1,clearAriaLabel:l=Jf,onClear:d,onValueChange:c,disabled:g,readOnly:u,onChange:P,value:p,defaultValue:b,...x},M)=>{let w=Boolean(i),z=Boolean(n),v=m(r),T=Zf(null),I=Wr(M,T),[S,H]=qf(()=>zl(b)),k=p!==void 0,O=k?zl(p):S,X=s&&!g&&!u&&O.length>0,_=z||X,$=z&&X,C=(h)=>{let V=h.target.value;if(!k)H(V);c?.(V),P?.(h)},A=()=>{if(!k)H("");c?.("");let h=T.current;if(h)h.value="",h.dispatchEvent(new Event("input",{bubbles:!0})),h.focus();d?.()};return Ot("div",{className:a("relative flex items-center",o&&"w-full"),children:[w&&Ot("span",{className:a("absolute inset-y-0 flex items-center text-muted-foreground",eg[v]),children:i},void 0,!1,void 0,this),Ot("input",{ref:I,className:a(Sl({status:t,size:v}),w&&Qf[v],$&&jf[v],!$&&_&&Ef[v],e),disabled:g,readOnly:u,onChange:C,value:O,...x},void 0,!1,void 0,this),_&&Ot("span",{className:a("absolute inset-y-0 right-2 flex items-center gap-1 text-muted-foreground",tg[v]),children:[z&&Ot("span",{className:"inline-flex items-center",children:n},void 0,!1,void 0,this),X&&Ot("button",{type:"button","aria-label":l,onMouseDown:(h)=>h.preventDefault(),onClick:A,className:a("gs-interactive inline-flex items-center justify-center rounded-[calc(var(--radius)-4px)] text-muted-foreground hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",rg[v]),children:Ot(Yf,{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)});Cl.displayName="Input";import{cva as ig}from"class-variance-authority";import{forwardRef as ng}from"react";var gr=null;function Gt(){if(gr)return gr;if(typeof navigator>"u")return gr={os:"linux",isMac:!1,isWindows:!1,isLinux:!0,isMobile:!1},gr;let e=navigator.userAgentData?.platform??navigator.platform??"",t=navigator.userAgent??"",r=/mac/i.test(e),o=/win/i.test(e),i=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(t)||"maxTouchPoints"in navigator&&navigator.maxTouchPoints>1&&r,n=/linux/i.test(e)&&!i;return gr={os:r?"mac":o?"windows":"linux",isMac:r,isWindows:o,isLinux:n,isMobile:i},gr}var og={esc:"escape",return:"enter",del:"delete",space:" ",spacebar:" ",up:"arrowup",down:"arrowdown",left:"arrowleft",right:"arrowright",plus:"+"},wl={mod:"⌘",ctrl:"⌃",control:"⌃",alt:"⌥",option:"⌥",shift:"⇧",meta:"⌘",cmd:"⌘",command:"⌘",enter:"⏎",return:"⏎",backspace:"⌫",delete:"⌦",tab:"⇥",escape:"Esc",esc:"Esc",space:"␣",up:"↑",down:"↓",left:"←",right:"→",arrowup:"↑",arrowdown:"↓",arrowleft:"←",arrowright:"→"},Ml={mod:"Ctrl",cmd:"Ctrl",command:"Ctrl",meta:"Super",ctrl:"Ctrl",control:"Ctrl",alt:"Alt",option:"Alt",shift:"Shift",enter:"Enter",return:"Enter",backspace:"Backspace",delete:"Del",tab:"Tab",escape:"Esc",esc:"Esc",space:"Space",up:"↑",down:"↓",left:"←",right:"→",arrowup:"↑",arrowdown:"↓",arrowleft:"←",arrowright:"→"};function Ha(e){let t=e.split("+").map((o)=>o.trim().toLowerCase()),r={key:"",mod:!1,ctrl:!1,alt:!1,shift:!1,meta:!1};for(let o of t)if(o==="mod")r.mod=!0;else if(o==="ctrl"||o==="control")r.ctrl=!0;else if(o==="alt"||o==="option")r.alt=!0;else if(o==="shift")r.shift=!0;else if(o==="meta"||o==="cmd"||o==="command")r.meta=!0;else r.key=og[o]??o;return r}function ka(e,t){let{isMac:r}=Gt(),o=e.key.toLowerCase(),i=t.key.toLowerCase();if(i&&o!==i&&e.code.toLowerCase()!==`key${i}`)return!1;let n=t.meta||t.mod&&r,s=t.ctrl||t.mod&&!r;if(e.metaKey!==n)return!1;if(e.ctrlKey!==s)return!1;if(e.altKey!==t.alt)return!1;if(e.shiftKey!==t.shift)return!1;return!0}function Ur(e,t){let r=t??Gt().isMac,o=r?wl:Ml,i=e.split("+").map((n)=>{let s=n.trim().toLowerCase();return o[s]??n.trim().toUpperCase()});return r?i.join(""):i.join("+")}function ag(e,t){let o=t??Gt().isMac?wl:Ml;return e.split("+").map((i)=>{let n=i.trim().toLowerCase();return o[n]??i.trim().toUpperCase()})}function Kr(){return Gt()}import{jsxDEV as sg}from"react/jsx-dev-runtime";var br={sm:"sm",md:"md",lg:"lg"},Nl=ig("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:{[br.sm]:"min-w-5 h-5 px-1 text-[10px]",[br.md]:"min-w-6 h-6 px-1.5 text-xs",[br.lg]:"min-w-7 h-7 px-2 text-sm"}},defaultVariants:{size:br.md}}),Ll=ng(({className:e,size:t=br.md,keys:r,children:o,...i},n)=>{let s=m(t),{isMac:l}=Kr(),d=r?Ur(r,l):o;return sg("kbd",{ref:n,className:a(Nl({size:s}),e),...i,children:d},void 0,!1,void 0,this)});Ll.displayName="Kbd";import{cva as lg}from"class-variance-authority";import{forwardRef as mg}from"react";import{jsxDEV as Rl}from"react/jsx-dev-runtime";var vr={sm:"sm",md:"md",lg:"lg"},Hl=lg("inline-block font-medium text-foreground select-none peer-disabled:cursor-not-allowed peer-disabled:opacity-60",{variants:{size:{[vr.sm]:"text-xs",[vr.md]:"text-sm",[vr.lg]:"text-base"}},defaultVariants:{size:vr.md}}),kl=mg(({className:e,size:t=vr.md,required:r=!1,disabled:o=!1,children:i,...n},s)=>{let l=m(t);return Rl("label",{ref:s,className:a(Hl({size:l}),o&&"cursor-not-allowed opacity-60",e),"aria-disabled":o||void 0,...n,children:[i,r&&Rl("span",{className:"ml-0.5 text-destructive","aria-hidden":"true",children:"*"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});kl.displayName="Label";import*as Tt from"@radix-ui/react-popover";import{cva as bg}from"class-variance-authority";import{Check as vg,ChevronDown as yg,X as Pg,X as hg}from"lucide-react";import{forwardRef as Tg,useCallback as Yr,useEffect as xg,useRef as zg,useState as Vl}from"react";import*as De from"@radix-ui/react-popover";import{cva as dg}from"class-variance-authority";import{forwardRef as pg}from"react";import{jsxDEV as Al}from"react/jsx-dev-runtime";var yr={sm:"sm",md:"md",lg:"lg"},Pr=dg("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:{[yr.sm]:"w-56 p-3 text-sm",[yr.md]:"w-72 p-4 text-sm",[yr.lg]:"w-96 p-5 text-sm"}},defaultVariants:{size:yr.md}}),cg=De.Root,ug=De.Trigger,fg=De.Anchor,gg=De.Close,Il=pg(({className:e,align:t="center",sideOffset:r=4,portal:o=!0,portalContainer:i,size:n=yr.md,...s},l)=>{let d=m(n),c=Al(De.Content,{ref:l,align:t,sideOffset:r,className:a(Pr({size:d}),e),...s},void 0,!1,void 0,this);if(o)return Al(De.Portal,{container:i??void 0,children:c},void 0,!1,void 0,this);return c});Il.displayName="PopoverContent";import{jsxDEV as re,Fragment as wg}from"react/jsx-dev-runtime";var de={sm:"sm",md:"md",lg:"lg",xl:"xl"},Bl=bg(["gs-interactive group flex w-full items-center gap-2 rounded-[var(--radius)] border border-input","bg-background text-sm text-foreground outline-none","placeholder:text-muted-foreground focus-visible:ring-2","data-[state=open]:ring-2","disabled:cursor-not-allowed disabled:border-border disabled:bg-muted/45 disabled:text-muted-foreground"].join(" "),{variants:{size:{[de.sm]:"min-h-8 px-2.5 py-1 text-xs",[de.md]:"min-h-10 px-3.5 py-1.5",[de.lg]:"min-h-11 px-4.5 py-2 text-sm",[de.xl]:"min-h-12 px-4 py-2 text-base"},status:{default:"focus-visible:ring-primary data-[state=open]:ring-primary",error:"border-destructive focus-visible:ring-destructive data-[state=open]:ring-destructive",success:"border-success focus-visible:ring-success data-[state=open]:ring-success"}},defaultVariants:{size:de.md,status:"default"}}),Sg={[de.sm]:"h-5 px-1.5 text-[10px]",[de.md]:"h-6 px-2 text-xs",[de.lg]:"h-6.5 px-2.5 text-xs",[de.xl]:"h-7 px-2.5 text-sm"},Cg={[de.sm]:"min-h-7 py-1 px-2 text-xs",[de.md]:"min-h-9 py-2 px-3 text-sm",[de.lg]:"min-h-10 py-2.5 px-3.5 text-sm",[de.xl]:"min-h-11 py-3 px-4 text-base"},wo={[de.sm]:"size-3.5",[de.md]:"size-4",[de.lg]:"size-4",[de.xl]:"size-4.5"},Dl=Tg(({className:e,options:t,value:r,defaultValue:o=[],onValueChange:i,placeholder:n="Select options...",size:s=de.md,status:l="default",clearable:d=!1,maxDisplayItems:c=3,disabled:g,...u},P)=>{let p=m(s)??s,[b,x]=Vl(!1),[M,w]=Vl(o),z=zg(null),v=r!==void 0,T=v?r:M,I=Yr((C)=>{let A=T.includes(C)?T.filter((h)=>h!==C):[...T,C];if(!v)w(A);i?.(A)},[T,v,i]),S=Yr((C,A)=>{A.stopPropagation();let h=T.filter((V)=>V!==C);if(!v)w(h);i?.(h)},[T,v,i]),H=Yr((C)=>{if(C.stopPropagation(),C.preventDefault(),!v)w([]);i?.([])},[v,i]),k=t.filter((C)=>T.includes(C.value)),O=k.length>0,X=d&&O&&!g,_=Yr((C)=>{let A=z.current;if(!A)return;let h=Array.from(A.querySelectorAll('[role="option"]:not([data-disabled])'));if(h.length===0)return;let V=A.querySelector('[role="option"]:focus'),J=V?h.indexOf(V):-1,L;switch(C){case"first":L=h[0];break;case"last":L=h[h.length-1];break;case"next":L=h[J+1]??h[0];break;case"prev":L=h[J-1]??h[h.length-1];break}L?.focus()},[]),$=Yr((C)=>{switch(C.key){case"ArrowDown":C.preventDefault(),_("next");break;case"ArrowUp":C.preventDefault(),_("prev");break;case"Home":C.preventDefault(),_("first");break;case"End":C.preventDefault(),_("last");break;case"Escape":C.preventDefault(),x(!1);break}},[_]);return xg(()=>{if(b)requestAnimationFrame(()=>_("first"))},[b,_]),re(Tt.Root,{open:b,onOpenChange:x,children:[re(Tt.Trigger,{asChild:!0,children:re("button",{ref:P,type:"button",disabled:g,"data-state":b?"open":"closed","data-placeholder":!O?"":void 0,className:a(Bl({size:p,status:l}),e),...u,children:[re("span",{className:"flex min-w-0 flex-1 flex-wrap items-center gap-1 text-left",children:O?re(wg,{children:[k.slice(0,c).map((C)=>re("span",{className:a("inline-flex items-center gap-1 rounded-[calc(var(--radius)-4px)] border border-border/60 bg-muted/50 font-medium text-foreground",Sg[p]),children:[re("span",{className:"truncate",children:C.label},void 0,!1,void 0,this),re("span",{"data-slot":"multiselect-remove","aria-label":`Remove ${C.label}`,onMouseDown:(A)=>A.preventDefault(),onClick:(A)=>S(C.value,A),className:"ml-0.5 inline-flex shrink-0 items-center justify-center rounded-full opacity-60 hover:opacity-100",children:re(hg,{className:"h-3 w-3"},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},C.value,!0,void 0,this)),k.length>c&&re("span",{className:"text-muted-foreground text-xs",children:["+",k.length-c]},void 0,!0,void 0,this)]},void 0,!0,void 0,this):re("span",{className:"text-muted-foreground",children:n},void 0,!1,void 0,this)},void 0,!1,void 0,this),re("span",{className:"inline-flex shrink-0 items-center gap-1 text-muted-foreground",children:[X&&re("span",{role:"button",tabIndex:-1,"aria-label":"Clear all",onMouseDown:(C)=>C.preventDefault(),onClick:H,className:"gs-interactive inline-flex items-center justify-center rounded-[calc(var(--radius)-4px)] text-muted-foreground hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",children:re(Pg,{className:wo[p]},void 0,!1,void 0,this)},void 0,!1,void 0,this),re(yg,{className:a(wo[p],"opacity-60 transition-transform duration-200 ease-[cubic-bezier(0.16,1,0.3,1)]",b&&"rotate-180")},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),re(Tt.Portal,{children:re(Tt.Content,{ref:z,role:"listbox","aria-multiselectable":"true",align:"start",sideOffset:4,onKeyDown:$,onOpenAutoFocus:(C)=>C.preventDefault(),className:a(Pr(),"max-h-96 w-[var(--radix-popover-trigger-width)] overflow-y-auto overflow-x-hidden p-1"),children:[t.map((C)=>{let A=T.includes(C.value);return re("div",{role:"option",tabIndex:C.disabled?void 0:-1,"aria-selected":A,"aria-disabled":C.disabled||void 0,"data-disabled":C.disabled?"":void 0,className:a("gs-interactive relative flex w-full cursor-pointer select-none items-center gap-2","rounded-[calc(var(--radius)-3px)] outline-none","hover:bg-accent focus-visible:bg-accent focus-visible:text-accent-foreground","data-disabled:cursor-not-allowed data-disabled:opacity-50",Cg[p]),onClick:()=>!C.disabled&&I(C.value),onKeyDown:(h)=>{if(h.key==="Enter"||h.key===" "){if(h.preventDefault(),!C.disabled)I(C.value)}},children:[re("span",{className:a("flex shrink-0 items-center justify-center",wo[p]),children:A&&re(vg,{className:wo[p]},void 0,!1,void 0,this)},void 0,!1,void 0,this),re("span",{className:"min-w-0 flex-1 truncate",children:C.label},void 0,!1,void 0,this)]},C.value,!0,void 0,this)}),t.length===0&&re("div",{className:"px-3 py-6 text-center text-muted-foreground text-sm",children:"No options available"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Dl.displayName="Multiselect";import*as oe from"@radix-ui/react-navigation-menu";import{cva as Wt}from"class-variance-authority";import{createContext as Mg,forwardRef as hr,useContext as Ng}from"react";import{jsxDEV as Re}from"react/jsx-dev-runtime";var Ye={sm:"sm",md:"md",lg:"lg"},Fl=Mg(Ye.md),_l=Wt("relative z-10 flex max-w-max flex-1 items-center justify-center"),Ol=Wt("group flex flex-1 list-none items-center justify-center space-x-1"),Gl=Wt(["group inline-flex w-max items-center justify-center rounded-md bg-background font-medium","gs-interactive","hover:bg-accent hover:text-accent-foreground","focus:bg-accent focus:text-accent-foreground focus:outline-none","disabled:pointer-events-none disabled:opacity-50","data-[active]:bg-accent/50 data-[state=open]:bg-accent/50"],{variants:{size:{[Ye.sm]:"h-8 px-3 py-1.5 text-xs",[Ye.md]:"h-10 px-4 py-2 text-sm",[Ye.lg]:"h-12 px-5 py-2.5 text-sm"}},defaultVariants:{size:Ye.md}}),Wl=Wt(["left-0 top-0 w-full","data-[motion^=from-]:animate-in data-[motion^=to-]:animate-out","data-[motion^=from-]:fade-in data-[motion^=to-]:fade-out","data-[motion=from-end]:slide-in-from-right-52 data-[motion=from-start]:slide-in-from-left-52","data-[motion=to-end]:slide-out-to-right-52 data-[motion=to-start]:slide-out-to-left-52","md:absolute md:w-auto"]),Lg=Wt(["block select-none space-y-1 rounded-md leading-none no-underline outline-none","gs-interactive","hover:bg-accent hover:text-accent-foreground","focus:bg-accent focus:text-accent-foreground"],{variants:{size:{[Ye.sm]:"p-2 text-xs",[Ye.md]:"p-3 text-sm",[Ye.lg]:"p-4 text-sm"}},defaultVariants:{size:Ye.md}}),$l=Wt(["origin-top-center relative mt-1.5 h-[var(--radix-navigation-menu-viewport-height)] w-full overflow-hidden rounded-md border bg-popover text-popover-foreground shadow-lg","gs-float-content","transition-[width,height] duration-300 ease-[var(--motion-ease-emphasized)]","md:w-[var(--radix-navigation-menu-viewport-width)]"]),Ul=Wt(["top-full z-[1] flex h-1.5 items-end justify-center overflow-hidden","data-[state=visible]:animate-in data-[state=hidden]:animate-out","data-[state=hidden]:fade-out data-[state=visible]:fade-in"]),Rg=()=>Re("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"relative top-[1px] ml-1 h-3 w-3 transition duration-200 group-data-[state=open]:rotate-180","aria-hidden":"true",children:Re("path",{d:"m6 9 6 6 6-6"},void 0,!1,void 0,this)},void 0,!1,void 0,this),Kl=hr(({className:e,children:t,size:r,...o},i)=>{let n=m(r??Ye.md);return Re(Fl.Provider,{value:n,children:Re(oe.Root,{ref:i,className:a(_l(),e),...o,children:[t,Re(Aa,{},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)});Kl.displayName=oe.Root.displayName;var Yl=hr(({className:e,...t},r)=>Re(oe.List,{ref:r,className:a(Ol(),e),...t},void 0,!1,void 0,this));Yl.displayName=oe.List.displayName;var Hg=oe.Item,Xl=hr(({className:e,children:t,...r},o)=>{let i=Ng(Fl);return Re(oe.Trigger,{ref:o,className:a(Gl({size:i}),"group",e),...r,children:[t,Re(Rg,{},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Xl.displayName=oe.Trigger.displayName;var Zl=hr(({className:e,...t},r)=>Re(oe.Content,{ref:r,className:a(Wl(),e),...t},void 0,!1,void 0,this));Zl.displayName=oe.Content.displayName;var kg=oe.Link,Aa=hr(({className:e,...t},r)=>Re("div",{className:"absolute top-full left-0 flex justify-center",children:Re(oe.Viewport,{className:a($l(),e),ref:r,...t},void 0,!1,void 0,this)},void 0,!1,void 0,this));Aa.displayName=oe.Viewport.displayName;var ql=hr(({className:e,...t},r)=>Re(oe.Indicator,{ref:r,className:a(Ul(),e),...t,children:Re("div",{className:"relative top-[60%] h-2 w-2 rotate-45 rounded-tl-sm bg-border shadow-md"},void 0,!1,void 0,this)},void 0,!1,void 0,this));ql.displayName=oe.Indicator.displayName;import{cva as Tr}from"class-variance-authority";import{Fragment as Ag,forwardRef as Ig,useCallback as $t,useEffect as Jl,useMemo as Ql,useRef as Vg,useState as El}from"react";import{jsxDEV as Ut}from"react/jsx-dev-runtime";var Kt={sm:"sm",md:"md",lg:"lg",xl:"xl"},Zr={default:"default",error:"error",success:"success"},Xr={single:"single",first:"first",middle:"middle",last:"last"},jl=Tr("relative inline-flex items-center",{variants:{size:{sm:"gap-1",md:"gap-1.5",lg:"gap-2",xl:"gap-2.5"}},defaultVariants:{size:Kt.md}}),em=Tr("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:Kt.md,status:Zr.default}}),tm=Tr(["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:Kt.md,filled:!1,focused:!1,status:Zr.default,disabled:!1,position:Xr.single}}),rm=Tr(["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:Kt.md,status:Zr.default,filled:!1}}),om=Tr(["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:Kt.md,focused:!1}}),am=Tr("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:Kt.md}});function Bg(e){if(!Number.isFinite(e))return 6;return Math.max(1,Math.floor(e))}function Ia(e,t){let r=(e??"").split("").slice(0,t);if(r.length<t)return r.concat(Array(t-r.length).fill(""));return r}var im=Ig(({className:e,length:t=6,value:r,onChange:o,onComplete:i,size:n=Kt.md,status:s=Zr.default,disabled:l=!1,autoFocus:d=!1,mask:c=!1,groupSize:g,separator:u,separatorChar:P="—",placeholder:p="•",inputMode:b="numeric",pattern:x="[0-9]*",...M},w)=>{let z=m(n),v=Bg(t),T=Vg([]),[I,S]=El(null),[H,k]=El(()=>Ia(r,v));Jl(()=>{if(r!==void 0){k(Ia(r,v));return}k((f)=>Ia(f.join(""),v))},[r,v]),Jl(()=>{if(d)T.current[0]?.focus()},[d]);let O=Ql(()=>{if(typeof g==="number"&&Number.isFinite(g)){let f=Math.floor(g);if(f<=0)return v;return Math.min(v,Math.max(1,f))}if(typeof u==="number"&&Number.isFinite(u)){let f=Math.floor(u);if(f<=0)return v;return Math.min(v,Math.max(1,f))}if(u)return Math.max(1,Math.floor(v/2));return v},[g,v,u]),X=Ql(()=>{let f=[];for(let y=0;y<v;y+=O){let N=Math.min(y+O,v),ce=[];for(let Z=y;Z<N;Z+=1)ce.push(Z);f.push(ce)}return f},[O,v]),_=$t((f)=>{let y=T.current[f];if(!y)return;y.focus(),y.select()},[]),$=$t((f)=>{k(f);let y=f.join("");if(o?.(y),f.every((N)=>N!=="")&&y.length===v)i?.(y)},[o,i,v]),C=$t((f,y)=>{if(l)return;let ce=(b==="numeric"?y.replace(/\D/g,""):y).slice(-1),Z=[...H];if(Z[f]=ce,$(Z),ce&&f<v-1)_(f+1)},[H,l,$,_,b,v]),A=$t((f,y)=>{if(l)return;if(y.key==="Backspace"){if(y.preventDefault(),H[f]){let N=[...H];N[f]="",$(N);return}if(f>0){let N=[...H];N[f-1]="",$(N),_(f-1)}return}if(y.key==="Delete"){if(y.preventDefault(),H[f]){let N=[...H];N[f]="",$(N)}return}if(y.key==="ArrowLeft"){if(y.preventDefault(),f>0)_(f-1);return}if(y.key==="ArrowRight"){if(y.preventDefault(),f<v-1)_(f+1);return}if(y.key==="Home"){y.preventDefault(),_(0);return}if(y.key==="End")y.preventDefault(),_(v-1)},[H,l,$,_,v]),h=$t((f,y)=>{if(y.preventDefault(),l)return;let N=y.clipboardData.getData("text"),Z=(b==="numeric"?N.replace(/\D/g,""):N.replace(/\s/g,"")).split("");if(Z.length===0)return;let ke=[...H];for(let R=0;R<Z.length;R+=1){let j=f+R;if(j>=v)break;ke[j]=Z[R]??""}$(ke);let E=Math.min(v-1,f+Z.length-1);if(E<v-1){_(E+1);return}T.current[E]?.blur()},[H,l,$,_,b,v]),V=$t((f,y)=>{S(f),y.target.select()},[]),J=$t(()=>{S(null)},[]),L=u!==void 0,K=P.length>0&&u!==!1&&(L||X.length>1);return Ut("div",{ref:w,className:a(jl({size:z}),e),role:"group","aria-label":"One-time password input",...M,children:X.map((f,y)=>Ut(Ag,{children:[Ut("div",{"data-gs-otp-group":"true",className:a(em({size:z,status:s})),children:f.map((N,ce)=>{let Z=H[N]??"",ke=I===N,E=Xr.middle;if(f.length===1)E=Xr.single;else if(ce===0)E=Xr.first;else if(ce===f.length-1)E=Xr.last;return Ut("div",{"data-gs-otp-slot":"true","data-disabled":l,className:a(tm({size:z,filled:Boolean(Z),focused:ke,status:s,disabled:l,position:E})),children:[Ut("input",{ref:(R)=>{T.current[N]=R},type:c?"password":"text",inputMode:b,pattern:x,maxLength:1,value:Z,placeholder:"",disabled:l,"aria-invalid":s===Zr.error,"aria-label":`Digit ${N+1} of ${v}`,autoComplete:"one-time-code",onChange:(R)=>C(N,R.target.value),onKeyDown:(R)=>A(N,R),onPaste:(R)=>h(N,R),onFocus:(R)=>V(N,R),onBlur:J,className:a(rm({size:z,status:s,filled:Boolean(Z)}))},void 0,!1,void 0,this),!Z&&Ut("div",{"data-gs-otp-placeholder":"true","aria-hidden":"true",className:a(om({size:z,focused:ke})),children:p},void 0,!1,void 0,this)]},`slot-${N}`,!0,void 0,this)})},void 0,!1,void 0,this),K&&y<X.length-1&&Ut("span",{"data-gs-otp-separator":"true",className:a(am({size:z})),children:P},void 0,!1,void 0,this)]},`group-${f[0]}-${f[f.length-1]}`,!0,void 0,this))},void 0,!1,void 0,this)});im.displayName="OTPInput";import{createContext as Wg,useCallback as xr,useContext as $g,useMemo as Ug,useState as Kg}from"react";import*as ne from"@radix-ui/react-dialog";import{cva as nm}from"class-variance-authority";import{X as Dg}from"lucide-react";import{forwardRef as Mo}from"react";import{jsxDEV as Xe}from"react/jsx-dev-runtime";var He={top:"top",right:"right",bottom:"bottom",left:"left"},te={sm:"sm",md:"md",lg:"lg",xl:"xl",full:"full"},Fg={[He.top]:"gs-sheet-content gs-sheet-content-top",[He.right]:"gs-sheet-content gs-sheet-content-right",[He.bottom]:"gs-sheet-content gs-sheet-content-bottom",[He.left]:"gs-sheet-content gs-sheet-content-left"},_g={[He.right]:{[te.sm]:"sm:max-w-sm",[te.md]:"sm:max-w-md",[te.lg]:"sm:max-w-lg",[te.xl]:"sm:max-w-xl",[te.full]:"sm:max-w-full"},[He.left]:{[te.sm]:"sm:max-w-sm",[te.md]:"sm:max-w-md",[te.lg]:"sm:max-w-lg",[te.xl]:"sm:max-w-xl",[te.full]:"sm:max-w-full"},[He.top]:{[te.sm]:"sm:max-h-[30vh]",[te.md]:"sm:max-h-[50vh]",[te.lg]:"sm:max-h-[70vh]",[te.xl]:"sm:max-h-[85vh]",[te.full]:"sm:max-h-full"},[He.bottom]:{[te.sm]:"sm:max-h-[30vh]",[te.md]:"sm:max-h-[50vh]",[te.lg]:"sm:max-h-[70vh]",[te.xl]:"sm:max-h-[85vh]",[te.full]:"sm:max-h-full"}},sm=nm("gs-sheet-overlay fixed inset-0 z-50 bg-black/50"),lm=nm("fixed z-50 flex flex-col gap-4 border border-border bg-background p-6 shadow-[var(--shadow-xl)]",{variants:{side:{[He.top]:"inset-x-0 top-0 border-b",[He.bottom]:"inset-x-0 bottom-0 border-t",[He.left]:"inset-y-0 left-0 h-full w-3/4 border-r",[He.right]:"inset-y-0 right-0 h-full w-3/4 border-l"}},defaultVariants:{side:He.right}}),Va=ne.Root,Og=ne.Trigger,Gg=ne.Close,mm=ne.Portal,Ba=Mo(({className:e,...t},r)=>Xe(ne.Overlay,{className:a(sm(),e),...t,ref:r},void 0,!1,void 0,this));Ba.displayName=ne.Overlay.displayName;var No=Mo(({side:e="right",size:t=te.md,showClose:r=!0,className:o,children:i,...n},s)=>{let l=m(t)??te.md,d=Fg[e],c=_g[e][l];return Xe(mm,{children:[Xe(Ba,{},void 0,!1,void 0,this),Xe(ne.Content,{ref:s,className:a(lm({side:e}),d,c,o),...n,children:[i,r&&Xe(ne.Close,{className:"gs-interactive absolute top-4 right-4 rounded-[var(--radius)] border border-border p-1.5 text-muted-foreground hover:bg-accent hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none",children:[Xe(Dg,{className:"size-4"},void 0,!1,void 0,this),Xe("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)});No.displayName=ne.Content.displayName;var dm=({className:e,...t})=>Xe("div",{className:a("flex flex-col space-y-2 text-center sm:text-left",e),...t},void 0,!1,void 0,this);dm.displayName="SheetHeader";var pm=({className:e,...t})=>Xe("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);pm.displayName="SheetFooter";var cm=Mo(({className:e,...t},r)=>Xe(ne.Title,{ref:r,className:a("font-semibold text-foreground text-lg",e),...t},void 0,!1,void 0,this));cm.displayName=ne.Title.displayName;var um=Mo(({className:e,...t},r)=>Xe(ne.Description,{ref:r,className:a("text-muted-foreground text-sm",e),...t},void 0,!1,void 0,this));um.displayName=ne.Description.displayName;import{jsxDEV as lt}from"react/jsx-dev-runtime";var Da=0;function Yg(){return Da=(Da+1)%Number.MAX_SAFE_INTEGER,`overlay-${Da}-${Date.now()}`}var gm=Wg(null),fm=400;function bm({children:e}){let[t,r]=Kg([]),o=xr((c)=>{r((g)=>g.map((u)=>u.id===c?{...u,open:!1}:u)),setTimeout(()=>{r((g)=>g.filter((u)=>u.id!==c))},fm)},[]),i=xr(()=>{r((c)=>c.map((g)=>({...g,open:!1}))),setTimeout(()=>{r([])},fm)},[]),n=xr((c,g,u,P={})=>{let p=Yg(),b=(w)=>{return lt(g,{...u,close:w.close},void 0,!1,void 0,this)};b.displayName=`OverlayWrapper(${g.displayName??g.name??"Component"})`;let x={id:p,type:c,component:b,wrapperProps:P,open:!0};return r((w)=>[...w,x]),{id:p,close:()=>o(p)}},[o]),s=xr((c,g,u)=>{return n("dialog",c,g,u)},[n]),l=xr((c,g,u)=>{return n("sheet",c,g,u)},[n]),d=Ug(()=>({dialog:s,sheet:l,close:o,closeAll:i}),[s,l,o,i]);return lt(gm.Provider,{value:d,children:[e,t.map((c)=>lt(Xg,{entry:c,onClose:o},c.id,!1,void 0,this))]},void 0,!0,void 0,this)}bm.displayName="OverlayProvider";function Xg({entry:e,onClose:t}){let{id:r,type:o,component:i,wrapperProps:n,open:s}=e,l=xr(()=>t(r),[r,t]);if(o==="dialog"){let{showClose:d,size:c,...g}=n;return lt(Sa,{open:s,onOpenChange:(u)=>!u&&l(),children:lt(zo,{showClose:d,size:c,...g,children:lt(i,{close:l},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)}if(o==="sheet"){let{side:d,showClose:c,...g}=n;return lt(Va,{open:s,onOpenChange:(u)=>!u&&l(),children:lt(No,{side:d,showClose:c,...g,children:lt(i,{close:l},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)}return null}function Zg(){let e=$g(gm);if(!e)throw Error("useOverlay must be used within an OverlayProvider");return e}import{cva as qr}from"class-variance-authority";import{ChevronLeft as qg,ChevronRight as Jg,MoreHorizontal as Qg}from"lucide-react";import{createContext as Eg,forwardRef as Jr,useContext as Lo}from"react";import{jsxDEV as we}from"react/jsx-dev-runtime";var Fe={sm:"sm",md:"md",lg:"lg"},Qr=Eg(Fe.md),vm=qr("mx-auto flex w-full justify-center"),ym=qr("flex flex-row items-center gap-1"),Pm=qr(""),Ro=qr("gs-interactive inline-flex items-center justify-center whitespace-nowrap rounded-[var(--radius)] font-medium focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 hover:bg-accent hover:text-accent-foreground",{variants:{isActive:{true:"border border-border bg-background shadow-[var(--shadow-sm)]",false:""},size:{[Fe.sm]:"h-7 w-7 text-xs [&_svg]:size-3.5",[Fe.md]:"h-9 w-9 text-sm [&_svg]:size-4",[Fe.lg]:"h-10 w-10 text-sm [&_svg]:size-5"}},defaultVariants:{isActive:!1,size:Fe.md}}),hm=qr("flex items-center justify-center",{variants:{size:{[Fe.sm]:"h-7 w-7 [&_svg]:size-3.5",[Fe.md]:"h-9 w-9 [&_svg]:size-4",[Fe.lg]:"h-10 w-10 [&_svg]:size-5"}},defaultVariants:{size:Fe.md}}),Tm=({className:e,size:t=Fe.md,...r})=>{let o=m(t)??Fe.md;return we(Qr.Provider,{value:o,children:we("nav",{"aria-label":"pagination",className:a(vm(),e),...r},void 0,!1,void 0,this)},void 0,!1,void 0,this)};Tm.displayName="Pagination";var xm=Jr(({className:e,...t},r)=>we("ul",{ref:r,className:a(ym(),e),...t},void 0,!1,void 0,this));xm.displayName="PaginationContent";var zm=Jr(({className:e,...t},r)=>we("li",{ref:r,className:a(Pm(),e),...t},void 0,!1,void 0,this));zm.displayName="PaginationItem";var Sm=Jr(({className:e,isActive:t,...r},o)=>{let i=Lo(Qr);return we("button",{ref:o,type:"button","aria-current":t?"page":void 0,className:a(Ro({isActive:t,size:i}),e),...r},void 0,!1,void 0,this)});Sm.displayName="PaginationLink";var Cm=Jr(({className:e,...t},r)=>{let o=Lo(Qr);return we("button",{ref:r,type:"button","aria-label":"Go to previous page",className:a(Ro({size:o}),"gap-1 pl-2.5 pr-3 w-auto",e),...t,children:[we(qg,{},void 0,!1,void 0,this),we("span",{children:"Previous"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Cm.displayName="PaginationPrevious";var wm=Jr(({className:e,...t},r)=>{let o=Lo(Qr);return we("button",{ref:r,type:"button","aria-label":"Go to next page",className:a(Ro({size:o}),"gap-1 pl-3 pr-2.5 w-auto",e),...t,children:[we("span",{children:"Next"},void 0,!1,void 0,this),we(Jg,{},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});wm.displayName="PaginationNext";var Mm=({className:e,...t})=>{let r=Lo(Qr);return we("span",{"aria-hidden":!0,className:a(hm({size:r}),e),...t,children:[we(Qg,{},void 0,!1,void 0,this),we("span",{className:"sr-only",children:"More pages"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};Mm.displayName="PaginationEllipsis";import*as eo from"@radix-ui/react-progress";import{cva as Nm}from"class-variance-authority";import{forwardRef as jg}from"react";import{jsxDEV as Ho}from"react/jsx-dev-runtime";var Er={sm:"sm",md:"md",lg:"lg",xl:"xl"},jr={default:"default",success:"success",warning:"warning",error:"error"},Lm=Nm("relative w-full overflow-hidden rounded-full bg-muted",{variants:{size:{[Er.sm]:"h-1",[Er.md]:"h-2.5",[Er.lg]:"h-4",[Er.xl]:"h-5"}},defaultVariants:{size:Er.md}}),Rm=Nm("h-full w-full flex-1 rounded-full transition-transform duration-100 ease-out",{variants:{variant:{[jr.default]:"bg-primary",[jr.success]:"bg-success",[jr.warning]:"bg-warning",[jr.error]:"bg-destructive"}},defaultVariants:{variant:jr.default}}),Hm=jg(({className:e,value:t,size:r,variant:o,showValue:i,...n},s)=>{let l=m(r);return Ho("div",{className:"flex w-full items-center gap-2",children:[Ho(eo.Root,{ref:s,className:a(Lm({size:l}),e),...n,children:Ho(eo.Indicator,{className:a(Rm({variant:o})),style:{transform:`translateX(-${100-(t||0)}%)`}},void 0,!1,void 0,this)},void 0,!1,void 0,this),i&&Ho("span",{className:"font-medium text-muted-foreground text-sm tabular-nums",children:[t,"%"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});Hm.displayName=eo.Root.displayName;import*as Sr from"@radix-ui/react-radio-group";import{cva as km}from"class-variance-authority";import{forwardRef as Am}from"react";import{jsxDEV as ko}from"react/jsx-dev-runtime";var Ze={sm:"sm",md:"md",lg:"lg",xl:"xl"},zr={default:"default",error:"error",success:"success"},Im=km("grid gap-2"),Vm=km("gs-interactive aspect-square rounded-full border border-input bg-background ring-offset-background enabled:active:scale-[0.94] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 data-[state=checked]:border-primary data-[state=checked]:text-primary disabled:cursor-not-allowed disabled:border-border disabled:bg-muted/45 disabled:text-muted-foreground",{variants:{size:{[Ze.sm]:"h-4 w-4",[Ze.md]:"h-5 w-5",[Ze.lg]:"h-6 w-6",[Ze.xl]:"h-7 w-7"},status:{[zr.default]:"enabled:hover:border-primary/70",[zr.error]:"border-destructive enabled:hover:border-destructive/70 focus-visible:ring-destructive data-[state=checked]:border-destructive data-[state=checked]:text-destructive",[zr.success]:"border-success enabled:hover:border-success/70 focus-visible:ring-success data-[state=checked]:border-success data-[state=checked]:text-success"}},defaultVariants:{size:Ze.md,status:zr.default}}),eb={[Ze.sm]:"h-2 w-2",[Ze.md]:"h-2.5 w-2.5",[Ze.lg]:"h-3 w-3",[Ze.xl]:"h-3.5 w-3.5"},Bm=Am(({className:e,...t},r)=>ko(Sr.Root,{ref:r,className:a(Im(),e),...t},void 0,!1,void 0,this));Bm.displayName="RadioGroup";var Dm=Am(({className:e,size:t=Ze.md,status:r=zr.default,...o},i)=>{let n=m(t);return ko(Sr.Item,{ref:i,className:a(Vm({size:n,status:r}),e),...o,children:ko(Sr.Indicator,{className:"flex items-center justify-center",children:ko("span",{className:a("block rounded-full bg-current transition-transform duration-150",eb[n])},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Dm.displayName="RadioGroupItem";import{cva as Vo}from"class-variance-authority";import{forwardRef as Fa,useCallback as Ao,useRef as tb,useState as rb}from"react";import{jsxDEV as Io}from"react/jsx-dev-runtime";var Fm=Vo("flex h-full w-full",{variants:{direction:{horizontal:"flex-row",vertical:"flex-col"}},defaultVariants:{direction:"horizontal"}}),_m=Vo("relative overflow-hidden"),Om=Vo("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}}),Gm=Vo("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"}}),Wm=Fa(({className:e,direction:t="horizontal",children:r,...o},i)=>Io("div",{ref:i,"data-panel-group":"","data-direction":t,className:a(Fm({direction:t}),e),...o,children:r},void 0,!1,void 0,this));Wm.displayName="ResizablePanelGroup";var $m=Fa(({className:e,defaultSize:t=50,children:r,style:o,...i},n)=>Io("div",{ref:n,"data-panel":"",className:a(_m(),e),style:{...o,flexGrow:0,flexShrink:0,flexBasis:`${t}%`},...i,children:r},void 0,!1,void 0,this));$m.displayName="ResizablePanel";var Um=Fa(({className:e,withHandle:t=!1,disabled:r=!1,...o},i)=>{let[n,s]=rb(!1),l=tb(null),d=Ao((p,b)=>{if(r)return;s(!0);let x=(w)=>{let z="touches"in w?w.touches[0]:null,v=z?z.clientX:w.clientX,T=z?z.clientY:w.clientY,I=l.current;if(!I)return;let S=I.closest("[data-panel-group]");if(!S)return;let H=S.dataset.direction,k=S.getBoundingClientRect(),O=Array.from(S.querySelectorAll(":scope > [data-panel]")),X=Array.from(S.children).indexOf(I),_,$;for(let C of O){let A=Array.from(S.children).indexOf(C);if(A<X)_=C;if(A>X&&!$)$=C}if(_&&$){let C=H==="horizontal"?k.width:k.height,h=(H==="horizontal"?v-k.left:T-k.top)/C*100,V=Math.max(10,Math.min(90,h)),J=100-V;_.style.flexBasis=`${V}%`,$.style.flexBasis=`${J}%`}},M=()=>{s(!1),document.removeEventListener("mousemove",x),document.removeEventListener("mouseup",M),document.removeEventListener("touchmove",x),document.removeEventListener("touchend",M)};document.addEventListener("mousemove",x),document.addEventListener("mouseup",M),document.addEventListener("touchmove",x),document.addEventListener("touchend",M)},[r]),c=Ao((p)=>{p.preventDefault(),d(p.clientX,p.clientY)},[d]),g=Ao((p)=>{let b=p.touches[0];if(b)d(b.clientX,b.clientY)},[d]),u=Ao((p)=>{if(r)return;let b=l.current??p.currentTarget,x=b.closest("[data-panel-group]");if(!x)return;let M=x.dataset.direction,w=p.shiftKey?10:1,z=Array.from(x.querySelectorAll(":scope > [data-panel]")),v=Array.from(x.children).indexOf(b),T,I;for(let k of z){let O=Array.from(x.children).indexOf(k);if(O<v)T=k;if(O>v&&!I)I=k}if(!(T&&I))return;let S=Number.parseFloat(T.style.flexBasis)||50,H=0;if(M==="horizontal"){if(p.key==="ArrowLeft")H=-w;if(p.key==="ArrowRight")H=w}else{if(p.key==="ArrowUp")H=-w;if(p.key==="ArrowDown")H=w}if(H!==0){p.preventDefault();let k=Math.max(10,Math.min(90,S+H));T.style.flexBasis=`${k}%`,I.style.flexBasis=`${100-k}%`}},[r]),P="horizontal";return Io("div",{ref:(p)=>{if(l.current=p,typeof i==="function")i(p);else if(i)i.current=p},role:"separator","aria-orientation":"horizontal",tabIndex:r?-1:0,"data-panel-resize-handle":"","data-dragging":n,onMouseDown:c,onTouchStart:g,onKeyDown:u,className:a(Om({direction:"horizontal",withHandle:t}),n&&"bg-primary",r&&"pointer-events-none opacity-50",e),...o,children:t&&Io("div",{className:a(Gm({direction:"horizontal"}))},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Um.displayName="ResizableHandle";import*as je from"@radix-ui/react-scroll-area";import{cva as _a}from"class-variance-authority";import{forwardRef as Km}from"react";import{jsxDEV as Cr}from"react/jsx-dev-runtime";var Ym=_a("relative overflow-hidden"),ob={display:"flex",flexDirection:"column"},ab={flex:"1 1 0%",minHeight:0},Xm=_a("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"}}),Zm=_a("relative flex-1 rounded-full bg-border"),qm=Km(({className:e,children:t,style:r,...o},i)=>Cr(je.Root,{ref:i,className:a(Ym(),e),style:{...r,...ob},...o,children:[Cr(je.Viewport,{className:"w-full rounded-[inherit]",style:ab,children:t},void 0,!1,void 0,this),Cr(Oa,{},void 0,!1,void 0,this),Cr(je.Corner,{},void 0,!1,void 0,this)]},void 0,!0,void 0,this));qm.displayName="ScrollArea";var Oa=Km(({className:e,orientation:t="vertical",...r},o)=>Cr(je.ScrollAreaScrollbar,{ref:o,orientation:t,className:a(Xm({orientation:t}),e),...r,children:Cr(je.ScrollAreaThumb,{className:a(Zm())},void 0,!1,void 0,this)},void 0,!1,void 0,this));Oa.displayName="ScrollBar";import*as xt from"@radix-ui/react-popover";import{cva as Qm}from"class-variance-authority";import{Check as ib,ChevronDown as nb,X as sb}from"lucide-react";import{Children as lb,createContext as mb,forwardRef as oo,isValidElement as db,useCallback as Bo,useContext as Em,useEffect as Do,useId as Jm,useMemo as pb,useRef as jm,useState as to}from"react";import{jsxDEV as ae,Fragment as yb}from"react/jsx-dev-runtime";var Q={sm:"sm",md:"md",lg:"lg",xl:"xl"},wr={default:"default",error:"error",success:"success"},ro={trigger:"trigger",auto:"auto"},cb={start:"start",center:"center",end:"end"},ed=Qm(["gs-interactive group flex items-center gap-2 rounded-[var(--radius)] border border-input","bg-background text-sm text-foreground outline-none","placeholder:text-muted-foreground focus-visible:ring-2","data-[state=open]:ring-2","disabled:cursor-not-allowed disabled:border-border disabled:bg-muted/45 disabled:text-muted-foreground","data-[placeholder]:text-muted-foreground","[&_[data-slot=select-value]]:line-clamp-1"].join(" "),{variants:{size:{[Q.sm]:"h-8 px-2.5 text-xs",[Q.md]:"h-10 px-3.5",[Q.lg]:"h-11 px-4.5 text-sm",[Q.xl]:"h-12 px-4 text-base"},status:{[wr.default]:"focus-visible:ring-primary data-[state=open]:ring-primary",[wr.error]:"border-destructive focus-visible:ring-destructive data-[state=open]:ring-destructive",[wr.success]:"border-success focus-visible:ring-success data-[state=open]:ring-success"}},defaultVariants:{size:Q.md,status:wr.default}}),td=Qm(["max-h-96 overflow-y-auto overflow-x-hidden"].join(" "),{variants:{widthMode:{[ro.trigger]:"w-[var(--radix-popover-trigger-width)]",[ro.auto]:"w-max min-w-0"},size:{[Q.sm]:"text-xs",[Q.md]:"text-sm",[Q.lg]:"text-sm",[Q.xl]:"text-base"}},defaultVariants:{widthMode:ro.auto,size:Q.md}}),ub={[Q.sm]:"min-h-7 py-1 px-2 pr-3 text-xs",[Q.md]:"min-h-9 py-2 px-3 pr-4.5 text-sm",[Q.lg]:"min-h-10 py-2.5 px-3.5 pr-5.5 text-sm",[Q.xl]:"min-h-11 py-3 px-4 pr-6 text-base"},fb={[Q.sm]:"px-2 py-1 text-xs",[Q.md]:"px-2 py-1.5 text-sm",[Q.lg]:"px-2.5 py-1.5 text-sm",[Q.xl]:"px-3 py-2 text-base"},Fo={[Q.sm]:"size-3.5",[Q.md]:"size-4",[Q.lg]:"size-4",[Q.xl]:"size-4.5"};function Ga(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)=>Ga(t)).join("");if(db(e))return Ga(e.props.children);return""}var Wa=mb(null);function _o(){let e=Em(Wa);if(!e)throw Error("Select components must be used within Select");return e}function $a(e){let t=Em(Wa);if(e)return e;return t?.triggerSize??Q.md}var gb=({children:e,value:t,defaultValue:r="",onValueChange:o,open:i,defaultOpen:n=!1,onOpenChange:s,disabled:l=!1})=>{let[d,c]=to(Q.md),[g,u]=to(!1),[P,p]=to(r),[b,x]=to(n),[M,w]=to(0),z=jm(new Map),v=t!==void 0,T=i!==void 0,I=v?t:P,S=T?i:b,H=Bo((A)=>{if(!v)p(A);if(o?.(A),!T)x(!1);s?.(!1)},[v,T,o,s]),k=Bo((A)=>{if(l)return;if(!T)x(A);s?.(A)},[l,T,s]),O=Bo((A,h)=>{if(z.current.get(A)!==h)z.current.set(A,h),w((J)=>J+1)},[]),X=Bo((A)=>{return z.current.get(A)},[]),_=Jm(),$=Jm(),C=pb(()=>({value:I,onValueChange:H,open:S,onOpenChange:k,triggerSize:d,setTriggerSize:c,triggerFullWidth:g,setTriggerFullWidth:u,disabled:l,triggerId:_,contentId:$,registerItem:O,getLabel:X}),[I,H,S,k,d,g,l,_,$,O,X,M]);return ae(Wa.Provider,{value:C,children:ae(xt.Root,{open:S,onOpenChange:k,children:e},void 0,!1,void 0,this)},void 0,!1,void 0,this)},bb=({children:e,className:t})=>ae("div",{role:"group",className:t,children:e},void 0,!1,void 0,this),vb=({placeholder:e})=>{let{value:t,getLabel:r}=_o();if(!t)return e?ae("span",{className:"text-muted-foreground",children:e},void 0,!1,void 0,this):null;let o=r(t);return ae(yb,{children:o??t},void 0,!1,void 0,this)},rd=oo(({className:e,children:t,size:r=Q.md,status:o=wr.default,fullWidth:i=!1,clearable:n=!1,leadingIcon:s,indicatorIcon:l,renderValue:d,placeholder:c,onKeyDown:g,...u},P)=>{let p=_o(),b=m(r)??r,x=p.setTriggerSize,M=p.setTriggerFullWidth;Do(()=>{x(b)},[b,x]),Do(()=>{M(i)},[i,M]);let w=p.value.length>0,z=n&&w&&!p.disabled,v=(S)=>{S.stopPropagation(),S.preventDefault(),p.onValueChange("")},T;if(d)T=w?d(p.value):c?ae("span",{className:"text-muted-foreground",children:c},void 0,!1,void 0,this):null;else T=t;let I=(S)=>{if(g?.(S),S.defaultPrevented)return;if(S.key==="ArrowDown"||S.key==="ArrowUp"||S.key==="Enter"||S.key===" "){if(!p.open)S.preventDefault(),p.onOpenChange(!0)}};return ae(xt.Trigger,{asChild:!0,children:ae("button",{ref:P,type:"button",role:"combobox","aria-expanded":p.open,"aria-haspopup":"listbox","aria-controls":p.contentId,id:p.triggerId,disabled:p.disabled,"data-state":p.open?"open":"closed","data-placeholder":w?void 0:"",className:a(ed({size:b,status:o}),i?"w-full":"w-auto",e),onKeyDown:I,...u,children:[s&&ae("i",{className:"inline-flex shrink-0 items-center text-muted-foreground not-italic",children:s},void 0,!1,void 0,this),ae("span",{"data-slot":"select-value",className:"min-w-0 flex-1 text-left",children:T},void 0,!1,void 0,this),ae("span",{className:"inline-flex shrink-0 items-center gap-1 text-muted-foreground",children:[z&&ae("span",{role:"button",tabIndex:-1,"aria-label":"Clear selection",onMouseDown:(S)=>S.preventDefault(),onClick:v,className:"gs-interactive inline-flex items-center justify-center rounded-[calc(var(--radius)-4px)] text-muted-foreground hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",children:ae(sb,{className:Fo[b]},void 0,!1,void 0,this)},void 0,!1,void 0,this),l??ae(nb,{className:a(Fo[b],"opacity-60 transition-transform duration-200 ease-[cubic-bezier(0.16,1,0.3,1)]",p.open&&"rotate-180")},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)});rd.displayName="SelectTrigger";var od=oo(({className:e,children:t,widthMode:r,size:o,align:i="start",side:n="bottom",sideOffset:s=4,portal:l=!0,forceMount:d=!0,onKeyDown:c,...g},u)=>{let P=_o(),p=$a(o),b=r??ro.auto,x=jm(null),M=Wr(u,x),w=(T)=>{let I=x.current;if(!I)return;let S=Array.from(I.querySelectorAll('[role="option"]:not([data-disabled])'));if(S.length===0)return;let H=I.querySelector('[role="option"]:focus'),k=H?S.indexOf(H):-1,O;switch(T){case"first":O=S[0];break;case"last":O=S[S.length-1];break;case"next":O=S[k+1]??S[0];break;case"prev":O=S[k-1]??S[S.length-1];break}O?.focus()},z=(T)=>{if(c?.(T),T.defaultPrevented)return;switch(T.key){case"ArrowDown":T.preventDefault(),w("next");break;case"ArrowUp":T.preventDefault(),w("prev");break;case"Home":T.preventDefault(),w("first");break;case"End":T.preventDefault(),w("last");break;case"Escape":T.preventDefault(),P.onOpenChange(!1);break}};Do(()=>{if(P.open)requestAnimationFrame(()=>w("first"))},[P.open]);let v=ae(xt.Content,{ref:M,id:P.contentId,role:"listbox","aria-labelledby":P.triggerId,side:n,align:i,sideOffset:s,forceMount:d,onKeyDown:z,onOpenAutoFocus:(T)=>T.preventDefault(),className:a(Pr(),td({widthMode:b,size:p}),"p-1",e),...g,children:t},void 0,!1,void 0,this);if(l)return ae(xt.Portal,{children:v},void 0,!1,void 0,this);return v});od.displayName="SelectContent";var ad=oo(({className:e,size:t,...r},o)=>{let i=$a(t);return ae("div",{ref:o,className:a("font-semibold text-foreground",fb[i],e),...r},void 0,!1,void 0,this)});ad.displayName="SelectLabel";var id=oo(({className:e,children:t,value:r,label:o,size:i,disabled:n=!1,...s},l)=>{let d=_o(),c=$a(i),g=d.value===r,u=d.registerItem,P=Ga(lb.toArray(t)).trim();Do(()=>{let x=o??(P.length>0?P:r);u(r,x)},[P,r,o,u]);let p=()=>{if(!n)d.onValueChange(r)},b=(x)=>{if(x.key==="Enter"||x.key===" ")x.preventDefault(),p()};return ae("div",{ref:l,role:"option",tabIndex:n?void 0:-1,"aria-selected":g,"aria-disabled":n||void 0,"data-selected":g?"":void 0,"data-disabled":n?"":void 0,"data-value":r,className:a("gs-interactive relative flex w-full cursor-pointer select-none items-center gap-2","rounded-[calc(var(--radius)-3px)] outline-none","hover:bg-accent focus-visible:bg-accent focus-visible:text-accent-foreground","data-disabled:cursor-not-allowed data-disabled:opacity-50",ub[c],g&&"bg-accent/50",e),onClick:p,onKeyDown:b,...s,children:[ae("span",{className:a("flex shrink-0 items-center justify-center",Fo[c]),children:g&&ae(ib,{className:Fo[c]},void 0,!1,void 0,this)},void 0,!1,void 0,this),ae("span",{className:"min-w-0 flex-1 truncate",children:t},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});id.displayName="SelectItem";var nd=oo(({className:e,...t},r)=>ae("div",{ref:r,className:a("-mx-1 my-1 h-px bg-border",e),...t},void 0,!1,void 0,this));nd.displayName="SelectSeparator";import{cva as Ka}from"class-variance-authority";import{createContext as Pb,forwardRef as Ya,useCallback as sd,useContext as dd,useEffect as Ua,useLayoutEffect as hb,useRef as ld,useState as md}from"react";import{jsxDEV as Yt}from"react/jsx-dev-runtime";var Me={sm:"sm",md:"md",lg:"lg"},pd=Ka("relative inline-flex items-center rounded-[var(--radius)] border border-border bg-muted/50 p-1 text-muted-foreground",{variants:{size:{[Me.sm]:"h-9 gap-0.5",[Me.md]:"h-10 gap-0.5",[Me.lg]:"h-11 gap-1"}},defaultVariants:{size:Me.md}}),cd=Ka(["relative z-10 inline-flex items-center justify-center rounded-[calc(var(--radius)-2px)]","cursor-pointer outline-none select-none","transition-[color] duration-150","focus-visible:ring-2 focus-visible:ring-ring","disabled:pointer-events-none disabled:text-muted-foreground/40"],{variants:{size:{[Me.sm]:"size-7",[Me.md]:"size-8",[Me.lg]:"size-9"},active:{true:"text-foreground",false:"text-muted-foreground hover:text-foreground/70"}},defaultVariants:{size:Me.md,active:!1}}),ud=Ka(["relative z-10 inline-flex items-center justify-center gap-1.5 rounded-[calc(var(--radius)-2px)]","cursor-pointer outline-none select-none whitespace-nowrap font-medium","transition-[color] duration-150","focus-visible:ring-2 focus-visible:ring-ring","disabled:pointer-events-none disabled:text-muted-foreground/40"],{variants:{size:{[Me.sm]:"h-7 px-3 text-xs",[Me.md]:"h-8 px-3 text-sm",[Me.lg]:"h-9 px-4 text-sm"},active:{true:"text-foreground",false:"text-muted-foreground hover:text-foreground/70"}},defaultVariants:{size:Me.md,active:!1}}),Xa=Pb({activeValue:"",onSelect:()=>{},size:Me.md,disabled:!1}),Tb=typeof window<"u"?hb:Ua,fd=Ya(({className:e,value:t,defaultValue:r,onValueChange:o,size:i,disabled:n=!1,children:s,...l},d)=>{let c=m(i),g=ld(null),[u,P]=md(r??""),[p,b]=md(null),x=ld(!0),M=t!==void 0?t:u,w=sd((v)=>{if(n)return;if(t===void 0)P(v);o?.(v)},[n,t,o]),z=sd(()=>{let v=g.current;if(!v)return;let T=v.querySelector('[data-state="active"]');if(!T){b(null);return}let I=v.getBoundingClientRect(),S=T.getBoundingClientRect();b({left:S.left-I.left,width:S.width})},[]);return Tb(()=>{z()},[z,M]),Ua(()=>{if(x.current)requestAnimationFrame(()=>{x.current=!1})},[]),Ua(()=>{let v=g.current;if(!v)return;let T=new MutationObserver(()=>{z()});return T.observe(v,{attributes:!0,attributeFilter:["data-state"],subtree:!0}),()=>T.disconnect()},[z]),Yt(Xa.Provider,{value:{activeValue:M,onSelect:w,size:c,disabled:n},children:Yt("div",{ref:(v)=>{if(g.current=v,typeof d==="function")d(v);else if(d)d.current=v},role:"radiogroup",className:a(pd({size:c}),n&&"opacity-50 pointer-events-none",e),...l,children:[p&&Yt("span",{"aria-hidden":"true",className:a("absolute rounded-[calc(var(--radius)-2px)] bg-background shadow-sm",!x.current&&"transition-[left,width] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-emphasized)]"),style:{left:p.left,width:p.width,top:"4px",bottom:"4px"}},void 0,!1,void 0,this),s]},void 0,!0,void 0,this)},void 0,!1,void 0,this)});fd.displayName="SegmentedControl";var gd=Ya(({className:e,value:t,icon:r,disabled:o=!1,...i},n)=>{let{activeValue:s,onSelect:l,size:d,disabled:c}=dd(Xa),g=s===t,u=o||c;return Yt("button",{ref:n,type:"button",role:"radio","aria-checked":g,"aria-disabled":u||void 0,"data-state":g?"active":"inactive","data-value":t,disabled:u,onClick:()=>l(t),className:a(cd({size:d,active:g}),e),...i,children:Yt("span",{className:"size-4 [&>svg]:size-full",children:r},void 0,!1,void 0,this)},void 0,!1,void 0,this)});gd.displayName="SegmentedControlItem";var bd=Ya(({className:e,value:t,icon:r,disabled:o=!1,children:i,...n},s)=>{let{activeValue:l,onSelect:d,size:c,disabled:g}=dd(Xa),u=l===t,P=o||g;return Yt("button",{ref:s,type:"button",role:"radio","aria-checked":u,"aria-disabled":P||void 0,"data-state":u?"active":"inactive","data-value":t,disabled:P,onClick:()=>d(t),className:a(ud({size:c,active:u}),e),...n,children:[r&&Yt("span",{className:"size-4 [&>svg]:size-full",children:r},void 0,!1,void 0,this),i]},void 0,!0,void 0,this)});bd.displayName="SegmentedControlLabelItem";import{cva as xb}from"class-variance-authority";import{forwardRef as zb}from"react";import{jsxDEV as Sb}from"react/jsx-dev-runtime";var ao={horizontal:"horizontal",vertical:"vertical"},vd=xb("shrink-0 bg-border",{variants:{orientation:{[ao.horizontal]:"h-px w-full",[ao.vertical]:"h-full w-px"}},defaultVariants:{orientation:ao.horizontal}}),yd=zb(({className:e,orientation:t=ao.horizontal,decorative:r=!0,...o},i)=>{let n=r?{role:"none"}:{role:"separator","aria-orientation":t};return Sb("div",{ref:i,className:a(vd({orientation:t}),e),...n,...o},void 0,!1,void 0,this)});yd.displayName="Separator";import{cva as Oo}from"class-variance-authority";import{forwardRef as Go}from"react";import{jsxDEV as Wo}from"react/jsx-dev-runtime";var pe={sm:"sm",md:"md",lg:"lg"},Pd=Oo("animate-pulse rounded-[var(--radius)] bg-muted"),hd=Oo("w-full",{variants:{size:{[pe.sm]:"h-3",[pe.md]:"h-4",[pe.lg]:"h-5"}},defaultVariants:{size:pe.md}}),Td=Oo("",{variants:{size:{[pe.sm]:"h-8 w-8",[pe.md]:"h-10 w-10",[pe.lg]:"h-12 w-12"}},defaultVariants:{size:pe.md}}),xd=Oo("",{variants:{size:{[pe.sm]:"h-8 w-20",[pe.md]:"h-9 w-24",[pe.lg]:"h-10 w-28"}},defaultVariants:{size:pe.md}}),io=Go(({className:e,circle:t=!1,...r},o)=>Wo("div",{ref:o,className:a(Pd(),t&&"rounded-full",e),...r},void 0,!1,void 0,this));io.displayName="Skeleton";var zd=Go(({className:e,size:t=pe.md,...r},o)=>{let i=m(t)??pe.md;return Wo(io,{ref:o,className:a(hd({size:i}),e),...r},void 0,!1,void 0,this)});zd.displayName="SkeletonText";var Sd=Go(({className:e,size:t=pe.md,...r},o)=>{let i=m(t)??pe.md;return Wo(io,{ref:o,circle:!0,className:a(Td({size:i}),e),...r},void 0,!1,void 0,this)});Sd.displayName="SkeletonAvatar";var Cd=Go(({className:e,size:t=pe.md,...r},o)=>{let i=m(t)??pe.md;return Wo(io,{ref:o,className:a(xd({size:i}),e),...r},void 0,!1,void 0,this)});Cd.displayName="SkeletonButton";import*as zt from"@radix-ui/react-slider";import{cva as Ko}from"class-variance-authority";import{forwardRef as Cb}from"react";import{jsxDEV as Uo}from"react/jsx-dev-runtime";var $o={sm:"sm",md:"md",lg:"lg"},wd=Ko("relative flex w-full touch-none select-none items-center",{variants:{size:{[$o.sm]:"[&_[data-slider-track]]:h-0.5 [&_[data-slider-thumb]]:h-3 [&_[data-slider-thumb]]:w-3",[$o.md]:"[&_[data-slider-track]]:h-2 [&_[data-slider-thumb]]:h-5 [&_[data-slider-thumb]]:w-5",[$o.lg]:"[&_[data-slider-track]]:h-3 [&_[data-slider-thumb]]:h-6 [&_[data-slider-thumb]]:w-6"}},defaultVariants:{size:$o.md}}),Md=Ko("relative w-full grow overflow-hidden rounded-full bg-secondary"),Nd=Ko("absolute h-full bg-primary"),Ld=Ko("gs-interactive block rounded-full border-2 border-primary bg-background ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50"),Rd=Cb(({className:e,size:t,...r},o)=>{let i=m(t);return Uo(zt.Root,{ref:o,className:a(wd({size:i}),e),...r,children:[Uo(zt.Track,{"data-slider-track":!0,className:a(Md()),children:Uo(zt.Range,{className:a(Nd())},void 0,!1,void 0,this)},void 0,!1,void 0,this),(r.defaultValue??r.value??[0]).map((n,s)=>Uo(zt.Thumb,{"data-slider-thumb":!0,className:a(Ld())},`thumb-${String(s)}`,!1,void 0,this))]},void 0,!0,void 0,this)});Rd.displayName="Slider";import{cva as ve}from"class-variance-authority";import{forwardRef as Nb,useCallback as Mr,useEffect as qa,useMemo as Yo,useRef as kd,useState as Xo}from"react";import{createPortal as Lb}from"react-dom";import{useCallback as wb,useEffect as Mb,useRef as Hd}from"react";function Za(e,t,r={}){let{enabled:o=!0,preventDefault:i=!0,stopPropagation:n=!1,target:s="global"}=r,l=Hd(t);l.current=t;let d=Hd([]),c=Array.isArray(e)?e:[e];d.current=c.map((u)=>({combo:u,def:Ha(u)}));let g=wb((u)=>{if(!o)return;for(let{combo:P,def:p}of d.current)if(ka(u,p)){if(i)u.preventDefault();if(n)u.stopPropagation();l.current(u,P);return}},[o,i,n]);Mb(()=>{if(!o)return;let u=s==="global"?document:s.current;if(!u)return;return u.addEventListener("keydown",g),()=>{u.removeEventListener("keydown",g)}},[o,g,s])}import{jsxDEV as q}from"react/jsx-dev-runtime";var Xt={sm:"sm",md:"md",lg:"lg",xl:"xl"},Nr={idle:"idle",loading:"loading",error:"error"},Ad=ve("fixed inset-0 z-[120] bg-black/60 backdrop-blur-sm",{variants:{state:{open:"animate-in fade-in-0",closing:"animate-out fade-out-0"}},defaultVariants:{state:"open"}}),Id=ve(["fixed left-1/2 top-[15vh] z-[120] w-full -translate-x-1/2","rounded-[calc(var(--radius)+6px)] border border-border bg-popover shadow-2xl","overflow-hidden"],{variants:{size:{[Xt.sm]:"max-w-md",[Xt.md]:"max-w-xl",[Xt.lg]:"max-w-2xl",[Xt.xl]:"max-w-3xl"},state:{open:"animate-in fade-in-0 slide-in-from-top-4",closing:"animate-out fade-out-0 slide-out-to-top-4"}},defaultVariants:{size:Xt.md,state:"open"}}),Vd=ve("flex items-center gap-3 border-b border-border px-4 py-3"),Bd=ve(["w-full flex-1 bg-transparent text-foreground text-base","placeholder:text-muted-foreground","outline-none border-none"]),Dd=ve("size-4 text-muted-foreground shrink-0"),Zo=ve(["inline-flex items-center justify-center px-1.5 py-0.5 rounded","font-mono text-[10px] font-medium","bg-muted border border-border text-muted-foreground"]),Fd=ve("overflow-y-auto max-h-80 py-1"),_d=ve("px-3 py-2 text-xs font-semibold text-muted-foreground uppercase tracking-wide"),Od=ve(["group flex items-center gap-3 px-3 py-2 mx-2 rounded-lg cursor-pointer","text-foreground transition-colors duration-100"],{variants:{selected:{true:"bg-primary/10",false:"hover:bg-muted"},disabled:{true:"opacity-50 cursor-not-allowed pointer-events-none",false:""}},defaultVariants:{selected:!1,disabled:!1}}),Gd=ve("size-4 shrink-0",{variants:{selected:{true:"text-primary",false:"text-muted-foreground"}},defaultVariants:{selected:!1}}),Wd=ve("flex-1 min-w-0"),$d=ve("text-sm font-medium truncate"),Ud=ve("text-xs text-muted-foreground truncate"),Kd=ve("flex items-center gap-1 text-[11px] text-muted-foreground shrink-0"),qo=ve("flex flex-col items-center justify-center py-8 text-muted-foreground min-h-24",{variants:{state:{empty:"text-muted-foreground",loading:"text-muted-foreground",error:"text-destructive"}},defaultVariants:{state:"empty"}}),Jo=ve("text-sm font-medium"),Yd=ve("text-xs mt-1"),Rb=(e,t)=>{if(!t)return!0;let r=t.toLowerCase();if(e.title.toLowerCase().includes(r))return!0;if(e.description?.toLowerCase().includes(r))return!0;if(e.keywords?.some((o)=>o.toLowerCase().includes(r)))return!0;return!1},Xd=Nb(({className:e,open:t,onOpenChange:r,actions:o,onActionSelect:i,value:n,defaultValue:s="",onValueChange:l,placeholder:d="Search commands, pages, or actions...",size:c=Xt.md,status:g=Nr.idle,statusMessage:u,emptyText:P="No command found for this query.",hotkey:p,portal:b=!0,...x},M)=>{let w=kd(null),z=kd(null),[v,T]=Xo(s),[I,S]=Xo(0),[H,k]=Xo(!1),[O,X]=Xo(!1),{isMac:_}=Kr(),$=Mr((R)=>Ur(R,_),[_]),C=Yo(()=>p&&p.length>0?p.join("+"):null,[p]);Za(C??"",()=>r(!t),{enabled:!!C});let A=n!==void 0?n:v,h=Yo(()=>o.filter((R)=>Rb(R,A)),[o,A]),V=Yo(()=>h.map((R,j)=>!R.disabled?j:-1).filter((R)=>R>=0),[h]),J=Yo(()=>{let R=new Map,j=new Map,ie=0;for(let Ne of h){let Rt=Ne.group??"";if(!R.has(Rt))R.set(Rt,[]);R.get(Rt).push(Ne),j.set(Ne,ie),ie++}return{groups:R,indexMap:j}},[h]);qa(()=>{if(t){k(!0),X(!1),S(0);return}if(H)X(!0)},[t]);let L=Mr(()=>{if(O)k(!1),X(!1)},[O]);qa(()=>{if(t)document.body.style.overflow="hidden";else document.body.style.overflow="";return()=>{document.body.style.overflow=""}},[t]),qa(()=>{if(t&&H)requestAnimationFrame(()=>w.current?.focus())},[t,H]);let K=Mr((R)=>{let j=R.target.value;T(j),l?.(j),S(0)},[l]),f=Mr((R)=>{let j=z.current;if(!j)return;j.querySelectorAll('[role="option"]')[R]?.scrollIntoView({block:"nearest"})},[]),y=Mr((R)=>{if(R.key==="Escape"){R.preventDefault(),r(!1);return}if(R.key==="ArrowDown"){if(R.preventDefault(),V.length===0)return;let ie=(V.indexOf(I)+1)%V.length,Ne=V[ie];S(Ne),f(Ne);return}if(R.key==="ArrowUp"){if(R.preventDefault(),V.length===0)return;let ie=(V.indexOf(I)-1+V.length)%V.length,Ne=V[ie];S(Ne),f(Ne);return}if(R.key==="Enter"){R.preventDefault();let j=h[I];if(j&&!j.disabled)i(j,I)}},[I,V,h,i,r,f]),N=Mr((R,j)=>{if(R.disabled)return;i(R,j)},[i]);if(!H)return null;let ce=O?"closing":"open",Z=g===Nr.idle,ke=g!==Nr.idle,E=q("div",{ref:M,role:"dialog","aria-modal":"true",onKeyDown:y,className:a(e),...x,children:[q("div",{"data-testid":"spotlight-overlay",className:a(Ad({state:ce})),onClick:()=>r(!1),onKeyDown:(R)=>{if(R.key==="Escape")r(!1)}},void 0,!1,void 0,this),q("div",{className:a(Id({size:c,state:ce})),onAnimationEnd:L,children:[q("div",{className:a(Vd()),children:[q("svg",{className:a(Dd()),fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:q("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"},void 0,!1,void 0,this)},void 0,!1,void 0,this),q("input",{ref:w,type:"text",value:A,onChange:K,placeholder:d,className:a(Bd())},void 0,!1,void 0,this),p?q("div",{className:"flex items-center gap-1",children:p.map((R)=>q("kbd",{className:a(Zo()),children:$(R)},R,!1,void 0,this))},void 0,!1,void 0,this):q("kbd",{className:a(Zo()),children:"ESC"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),ke&&g===Nr.loading&&q("div",{className:a(qo({state:"loading"})),children:q("div",{className:a(Jo()),children:"Searching commands..."},void 0,!1,void 0,this)},void 0,!1,void 0,this),ke&&g===Nr.error&&q("div",{className:a(qo({state:"error"})),children:[q("div",{className:a(Jo()),children:"Search failed"},void 0,!1,void 0,this),u&&q("div",{className:a(Yd()),children:u},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Z&&h.length===0&&q("div",{className:a(qo({state:"empty"})),children:q("div",{className:a(Jo()),children:P},void 0,!1,void 0,this)},void 0,!1,void 0,this),Z&&h.length>0&&q("div",{ref:z,className:a(Fd()),children:Array.from(J.groups.entries()).map(([R,j])=>q("div",{children:[R&&q("div",{className:a(_d()),children:R},void 0,!1,void 0,this),j.map((ie)=>{let Ne=J.indexMap.get(ie)??0,Rt=Ne===I;return q("div",{role:"option","aria-selected":Rt,"aria-disabled":ie.disabled??!1,onClick:()=>N(ie,Ne),className:a(Od({selected:Rt,disabled:ie.disabled??!1})),children:[ie.icon&&q("span",{className:a(Gd({selected:Rt})),children:ie.icon},void 0,!1,void 0,this),q("div",{className:a(Wd()),children:[q("div",{className:a($d()),children:ie.title},void 0,!1,void 0,this),ie.description&&q("div",{className:a(Ud()),children:ie.description},void 0,!1,void 0,this)]},void 0,!0,void 0,this),ie.shortcut&&ie.shortcut.length>0&&q("div",{className:a(Kd()),children:ie.shortcut.map((pi)=>q("kbd",{className:a(Zo()),children:$(pi)},pi,!1,void 0,this))},void 0,!1,void 0,this)]},ie.id,!0,void 0,this)})]},R||"__ungrouped__",!0,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this);if(b)return Lb(E,document.body);return E});Xd.displayName="Spotlight";import{cva as Hb}from"class-variance-authority";import{forwardRef as kb}from"react";import{jsxDEV as St}from"react/jsx-dev-runtime";var _e={sm:"sm",md:"md",lg:"lg"},Zt={up:"up",down:"down",neutral:"neutral"},Zd=Hb("gs-interactive relative flex flex-col rounded-lg border border-border bg-card text-card-foreground shadow-sm transition-[color,background-color,border-color,box-shadow] duration-150 hover:shadow-md",{variants:{size:{[_e.sm]:"gap-1 p-3",[_e.md]:"gap-1.5 p-4",[_e.lg]:"gap-2 p-5"}},defaultVariants:{size:_e.md}}),Ab={[_e.sm]:"text-lg font-semibold",[_e.md]:"text-2xl font-bold",[_e.lg]:"text-3xl font-bold"},Ib={[_e.sm]:"text-xs",[_e.md]:"text-sm",[_e.lg]:"text-base"},Vb={[Zt.up]:"text-success",[Zt.down]:"text-destructive",[Zt.neutral]:"text-muted-foreground"},Bb={[Zt.up]:"↑",[Zt.down]:"↓",[Zt.neutral]:"→"},qd=kb(({className:e,size:t=_e.md,label:r,value:o,trend:i,trendValue:n,icon:s,...l},d)=>{let c=m(t);return St("div",{ref:d,className:a(Zd({size:c}),e),...l,children:[St("div",{className:"flex items-center justify-between",children:[St("span",{className:a("text-muted-foreground",Ib[c]),children:r},void 0,!1,void 0,this),s&&St("span",{className:"text-muted-foreground/70","aria-hidden":"true",children:s},void 0,!1,void 0,this)]},void 0,!0,void 0,this),St("div",{className:"flex items-baseline gap-2",children:[St("span",{className:a("tracking-tight text-foreground",Ab[c]),children:o},void 0,!1,void 0,this),i&&n&&St("span",{className:a("inline-flex items-center gap-0.5 text-xs font-medium",Vb[i]),children:[St("span",{"aria-hidden":"true",children:Bb[i]},void 0,!1,void 0,this),n]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});qd.displayName="StatCard";import{cva as qt}from"class-variance-authority";import{Check as Db}from"lucide-react";import{forwardRef as Jt}from"react";import{jsxDEV as Ct}from"react/jsx-dev-runtime";var Jd=qt("flex w-full",{variants:{orientation:{horizontal:"flex-row items-start",vertical:"flex-col"}},defaultVariants:{orientation:"horizontal"}}),Qd=qt("flex",{variants:{orientation:{horizontal:"flex-1 flex-col items-center",vertical:"gap-4 flex-row"}},defaultVariants:{orientation:"horizontal"}}),Ed=qt(["relative z-10 flex shrink-0 items-center justify-center rounded-full border-2 font-semibold","transition-[color,background-color,border-color,box-shadow] duration-200 ease-out"],{variants:{status:{incomplete:["border-border/80 bg-card text-muted-foreground","shadow-[0_1px_2px_rgba(0,0,0,0.05)]"],current:["border-primary bg-primary text-primary-foreground","shadow-[0_2px_4px_rgba(99,102,241,0.2)]"],complete:["border-success/60 bg-success text-success-foreground","shadow-[0_1px_3px_rgba(0,0,0,0.1)]","[&>svg]:gs-step-check-animated"]},size:{sm:"h-8 w-8 text-xs",md:"h-10 w-10 text-sm",lg:"h-12 w-12 text-base",xl:"h-14 w-14 text-lg"},animated:{true:"gs-step-indicator-animated",false:""}},defaultVariants:{status:"incomplete",size:"md",animated:!0}}),jd=qt("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}}),ep=qt("flex flex-col",{variants:{orientation:{horizontal:"mt-3 items-center text-center",vertical:"flex-1 pb-8 last:pb-0"}},defaultVariants:{orientation:"horizontal"}}),tp=qt("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"}}),rp=qt("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 op=Jt(({className:e,orientation:t="horizontal",activeStep:r,...o},i)=>{return Ct("div",{ref:i,role:"group","aria-label":"Progress steps",className:a(Jd({orientation:t}),e),"data-orientation":t,"data-active-step":r,...o},void 0,!1,void 0,this)});op.displayName="Stepper";var ap=Jt(({className:e,orientation:t="horizontal",isLast:r,isCurrent:o,...i},n)=>{return Ct("div",{ref:n,className:a(Qd({orientation:t}),e),"data-last":r,"aria-current":o?"step":void 0,...i},void 0,!1,void 0,this)});ap.displayName="Step";var ip=Jt(({className:e,status:t="incomplete",size:r="md",icon:o,step:i,children:n,animated:s=!0,...l},d)=>{let c=m(r);return Ct("div",{ref:d,className:a(Ed({status:t,size:c,animated:s}),e),"data-status":t,"aria-hidden":"true",...l,children:t==="complete"?o||Ct(Db,{className:"size-4",strokeWidth:3},void 0,!1,void 0,this):n||i},void 0,!1,void 0,this)});ip.displayName="StepIndicator";var np=Jt(({className:e,orientation:t="horizontal",status:r="incomplete",size:o="md",animated:i=!0,...n},s)=>{let l=m(o);return Ct("div",{ref:s,className:a(jd({orientation:t,status:r,size:l,animated:i}),e),"data-status":r,...n},void 0,!1,void 0,this)});np.displayName="StepConnector";var sp=Jt(({className:e,orientation:t="horizontal",...r},o)=>{return Ct("div",{ref:o,className:a(ep({orientation:t}),e),...r},void 0,!1,void 0,this)});sp.displayName="StepContent";var lp=Jt(({className:e,status:t="incomplete",size:r="md",...o},i)=>{let n=m(r);return Ct("h4",{ref:i,className:a(tp({status:t,size:n}),e),...o},void 0,!1,void 0,this)});lp.displayName="StepTitle";var mp=Jt(({className:e,size:t="md",...r},o)=>{let i=m(t);return Ct("p",{ref:o,className:a(rp({size:i}),e),...r},void 0,!1,void 0,this)});mp.displayName="StepDescription";import*as Qo from"@radix-ui/react-switch";import{cva as Fb}from"class-variance-authority";import{forwardRef as _b}from"react";import{jsxDEV as dp}from"react/jsx-dev-runtime";var Se={sm:"sm",md:"md",lg:"lg",xl:"xl"},Lr={default:"default",error:"error",success:"success"},pp=Fb("gs-interactive relative inline-flex shrink-0 cursor-pointer items-center rounded-full border-2 border-transparent bg-input enabled:active:scale-[0.96] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:cursor-not-allowed disabled:bg-input/70",{variants:{size:{[Se.sm]:"h-4.5 w-8",[Se.md]:"h-5 w-9",[Se.lg]:"h-6 w-11",[Se.xl]:"h-7 w-[3.25rem]"},status:{[Lr.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",[Lr.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",[Lr.success]:"disabled:bg-success/20 disabled:data-[state=checked]:bg-success/45 focus-visible:ring-success enabled:data-[state=unchecked]:hover:bg-input/80 data-[state=checked]:bg-success data-[state=checked]:hover:bg-success/90"}},defaultVariants:{size:Se.md,status:Lr.default}}),Ob={[Se.sm]:"h-3.5 w-3.5",[Se.md]:"h-4 w-4",[Se.lg]:"h-5 w-5",[Se.xl]:"h-6 w-6"},Gb={[Se.sm]:"data-[state=checked]:translate-x-3.5",[Se.md]:"data-[state=checked]:translate-x-4",[Se.lg]:"data-[state=checked]:translate-x-5",[Se.xl]:"data-[state=checked]:translate-x-6"},cp=_b(({className:e,size:t=Se.md,status:r=Lr.default,checked:o,disabled:i,...n},s)=>{let l=m(t);return dp(Qo.Root,{ref:s,checked:o,disabled:i,className:a(pp({size:l,status:r}),e),...n,children:dp(Qo.Thumb,{className:a("pointer-events-none block rounded-full bg-background shadow-sm transition-transform duration-150",Ob[l],Gb[l])},void 0,!1,void 0,this)},void 0,!1,void 0,this)});cp.displayName="Switch";import{cva as mt}from"class-variance-authority";import{createContext as Wb,forwardRef as wt,useContext as up}from"react";import{jsxDEV as et}from"react/jsx-dev-runtime";var he={sm:"sm",md:"md",lg:"lg"},Ja=Wb(he.md),fp=mt("relative w-full overflow-auto rounded-[var(--radius)] border border-border bg-card shadow-[var(--shadow-sm)]"),gp=mt("w-full caption-bottom",{variants:{size:{[he.sm]:"text-xs",[he.md]:"text-sm",[he.lg]:"text-sm"}},defaultVariants:{size:he.md}}),bp=mt("sticky top-0 z-[1] [&_tr]:border-b [&_tr]:border-border [&_th]:bg-muted"),vp=mt("[&_tr:last-child]:border-0"),yp=mt("border-t border-border bg-muted font-medium text-muted-foreground [&>tr]:last:border-b-0"),Pp=mt("gs-interactive border-b border-border hover:bg-muted/50 data-[state=selected]:bg-primary/10"),hp=mt("text-left align-middle font-semibold text-muted-foreground [&:has([role=checkbox])]:pr-0",{variants:{size:{[he.sm]:"h-8 px-2",[he.md]:"h-10 px-3",[he.lg]:"h-12 px-4"}},defaultVariants:{size:he.md}}),Tp=mt("align-middle text-foreground [&:has([role=checkbox])]:pr-0",{variants:{size:{[he.sm]:"p-2",[he.md]:"p-3",[he.lg]:"p-4"}},defaultVariants:{size:he.md}}),xp=mt("mt-4 text-sm text-muted-foreground"),zp=wt(({className:e,containerClassName:t,size:r=he.md,...o},i)=>{let n=m(r)??he.md;return et(Ja.Provider,{value:n,children:et("div",{className:a(fp(),t),children:et("table",{ref:i,className:a(gp({size:n}),e),...o},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)});zp.displayName="Table";var Sp=wt(({className:e,...t},r)=>et("thead",{ref:r,className:a(bp(),e),...t},void 0,!1,void 0,this));Sp.displayName="TableHeader";var Cp=wt(({className:e,...t},r)=>et("tbody",{ref:r,className:a(vp(),e),...t},void 0,!1,void 0,this));Cp.displayName="TableBody";var wp=wt(({className:e,...t},r)=>et("tfoot",{ref:r,className:a(yp(),e),...t},void 0,!1,void 0,this));wp.displayName="TableFooter";var Mp=wt(({className:e,...t},r)=>et("tr",{ref:r,className:a(Pp(),e),...t},void 0,!1,void 0,this));Mp.displayName="TableRow";var Np=wt(({className:e,size:t,...r},o)=>{let i=up(Ja);return et("th",{ref:o,className:a(hp({size:t??i}),e),...r},void 0,!1,void 0,this)});Np.displayName="TableHead";var Lp=wt(({className:e,size:t,...r},o)=>{let i=up(Ja);return et("td",{ref:o,className:a(Tp({size:t??i}),e),...r},void 0,!1,void 0,this)});Lp.displayName="TableCell";var Rp=wt(({className:e,...t},r)=>et("caption",{ref:r,className:a(xp(),e),...t},void 0,!1,void 0,this));Rp.displayName="TableCaption";import*as qe from"@radix-ui/react-tabs";import{cva as Qa}from"class-variance-authority";import{createContext as $b,forwardRef as Ea,useCallback as Hp,useContext as Ub,useEffect as ja,useLayoutEffect as Kb,useRef as Eo,useState as Yb}from"react";import{jsxDEV as no}from"react/jsx-dev-runtime";var tt={sm:"sm",md:"md",lg:"lg",xl:"xl"},kp=Qa("relative inline-flex items-center justify-center rounded-[var(--radius)] border border-border bg-muted/50 p-1 text-muted-foreground",{variants:{size:{[tt.sm]:"h-9 gap-0.5",[tt.md]:"h-11 gap-1",[tt.lg]:"h-12 gap-1",[tt.xl]:"h-14 gap-1.5"}},defaultVariants:{size:tt.md}}),Ap=Qa("gs-interactive relative z-10 inline-flex items-center justify-center whitespace-nowrap rounded-[calc(var(--radius)-2px)] font-semibold outline-none focus-visible:ring-2 focus-visible:ring-ring disabled:pointer-events-none disabled:cursor-not-allowed disabled:text-muted-foreground/50 data-[state=active]:text-foreground data-[state=inactive]:hover:text-foreground/80",{variants:{size:{[tt.sm]:"px-2.5 py-1 text-xs",[tt.md]:"px-3 py-1.5 text-sm",[tt.lg]:"px-4 py-2 text-sm",[tt.xl]:"px-5 py-2.5 text-base"}},defaultVariants:{size:tt.md}}),Ip=Qa("mt-3 ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2"),Vp=$b({registerTrigger:()=>{}}),Xb=typeof window<"u"?Kb:ja,Zb=qe.Root,Bp=Ea(({className:e,size:t,children:r,...o},i)=>{let n=m(t),s=Eo(null),l=Eo(new Map),[d,c]=Yb(null),g=Eo(!0),u=Hp((p,b)=>{if(b)l.current.set(p,b);else l.current.delete(p)},[]),P=Hp(()=>{let p=s.current;if(!p)return;let b=p.querySelector('[data-state="active"]');if(!b){c(null);return}let x=p.getBoundingClientRect(),M=b.getBoundingClientRect();c({left:M.left-x.left,width:M.width})},[]);return Xb(()=>{P()},[P]),ja(()=>{let p=s.current;if(!p)return;let b=new MutationObserver(()=>{g.current=!1,P()});return b.observe(p,{attributes:!0,attributeFilter:["data-state"],subtree:!0}),()=>b.disconnect()},[P]),no(Vp.Provider,{value:{registerTrigger:u},children:no(qe.List,{ref:(p)=>{if(s.current=p,typeof i==="function")i(p);else if(i)i.current=p},className:a(kp({size:n}),e),...o,children:[d&&no("span",{"aria-hidden":"true",className:a("absolute rounded-[calc(var(--radius)-2px)] bg-background shadow-sm",!g.current&&"transition-[left,width] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-emphasized)]"),style:{left:d.left,width:d.width,top:"4px",bottom:"4px"}},void 0,!1,void 0,this),r]},void 0,!0,void 0,this)},void 0,!1,void 0,this)});Bp.displayName=qe.List.displayName;var Dp=Ea(({className:e,size:t,value:r,...o},i)=>{let n=m(t),{registerTrigger:s}=Ub(Vp),l=Eo(null);return ja(()=>{return s(r,l.current),()=>s(r,null)},[r,s]),no(qe.Trigger,{ref:(d)=>{if(l.current=d,typeof i==="function")i(d);else if(i)i.current=d},value:r,className:a(Ap({size:n}),e),...o},void 0,!1,void 0,this)});Dp.displayName=qe.Trigger.displayName;var Fp=Ea(({className:e,...t},r)=>no(qe.Content,{ref:r,className:a(Ip(),e),...t},void 0,!1,void 0,this));Fp.displayName=qe.Content.displayName;import{cva as qb}from"class-variance-authority";import{forwardRef as Jb}from"react";import{jsxDEV as Qb}from"react/jsx-dev-runtime";var so={default:"default",error:"error",success:"success"},Rr={sm:"sm",md:"md",lg:"lg",xl:"xl"},_p=qb("gs-interactive w-full resize-y rounded-[var(--radius)] border border-input bg-background text-sm text-foreground outline-none placeholder:text-muted-foreground focus-visible:ring-2 disabled:cursor-not-allowed disabled:border-border disabled:bg-muted/45 disabled:text-muted-foreground",{variants:{status:{[so.default]:"focus-visible:ring-primary",[so.error]:"border-destructive focus-visible:ring-destructive",[so.success]:"border-success focus-visible:ring-success"},size:{[Rr.sm]:"min-h-[64px] px-2 py-1.5 text-xs",[Rr.md]:"min-h-[96px] px-3 py-2",[Rr.lg]:"min-h-[112px] px-4 py-2.5",[Rr.xl]:"min-h-[128px] px-4 py-3 text-base"}},defaultVariants:{status:so.default,size:Rr.md}}),Op=Jb(({className:e,status:t=so.default,size:r=Rr.md,fullWidth:o=!1,noResize:i=!1,disabled:n,...s},l)=>{let d=m(r);return Qb("textarea",{ref:l,className:a(_p({status:t,size:d}),n&&"bg-muted",o&&"w-full",i&&"resize-none",e),disabled:n,...s},void 0,!1,void 0,this)});Op.displayName="Textarea";import{cva as Mt}from"class-variance-authority";import{forwardRef as Nt}from"react";import{jsxDEV as rt}from"react/jsx-dev-runtime";var Gp=Mt("relative flex flex-col"),Wp=Mt(["group relative flex pb-8 last:pb-0","transition-opacity duration-300 ease-[cubic-bezier(0.22,1,0.36,1)]"],{variants:{align:{left:"flex-row gap-4",right:"flex-row-reverse gap-4"},animated:{true:"gs-timeline-item-animated",false:""}},defaultVariants:{align:"left",animated:!0}}),$p=Mt(["absolute bottom-0 w-0.5 rounded-full","transition-[background-color,opacity,height] duration-300 ease-[cubic-bezier(0.22,1,0.36,1)]"],{variants:{variant:{default:"bg-border",success:"bg-gradient-to-b from-success/50 to-success/30",warning:"bg-gradient-to-b from-warning/50 to-warning/30",error:"bg-gradient-to-b from-destructive/50 to-destructive/30",info:"bg-gradient-to-b from-info/50 to-info/30",primary:"bg-gradient-to-b from-primary/50 to-primary/30"},size:{sm:"left-[11px] top-7",md:"left-[15px] top-9",lg:"left-[21px] top-12",xl:"left-[25px] top-14"},animated:{true:"gs-timeline-connector-animated",false:""}},defaultVariants:{variant:"default",size:"md",animated:!0}}),Up=Mt(["relative z-10 flex shrink-0 items-center justify-center rounded-full border-2","transition-[color,background-color,border-color,box-shadow] duration-200 ease-[cubic-bezier(0.22,1,0.36,1)]","[&>svg]:shrink-0"],{variants:{variant:{default:["border-border/80 bg-card text-muted-foreground","shadow-[0_1px_3px_rgba(0,0,0,0.12),0_0_0_2px_rgba(0,0,0,0.04)]","hover:border-border hover:shadow-[0_2px_6px_rgba(0,0,0,0.16),0_0_0_2px_rgba(0,0,0,0.06)]"],success:["border-success/60 bg-success/10 text-success","shadow-[0_1px_4px_rgba(0,0,0,0.1),0_0_0_2px_rgba(var(--success-rgb,34,197,94),0.2)]","hover:bg-success/15 hover:border-success/70 hover:shadow-[0_2px_8px_rgba(0,0,0,0.12),0_0_0_3px_rgba(var(--success-rgb,34,197,94),0.25)]"],warning:["border-warning/60 bg-warning/10 text-warning","shadow-[0_1px_4px_rgba(0,0,0,0.1),0_0_0_2px_rgba(var(--warning-rgb,234,179,8),0.2)]","hover:bg-warning/15 hover:border-warning/70 hover:shadow-[0_2px_8px_rgba(0,0,0,0.12),0_0_0_3px_rgba(var(--warning-rgb,234,179,8),0.25)]"],error:["border-destructive/60 bg-destructive/10 text-destructive","shadow-[0_1px_4px_rgba(0,0,0,0.1),0_0_0_2px_rgba(var(--destructive-rgb,239,68,68),0.2)]","hover:bg-destructive/15 hover:border-destructive/70 hover:shadow-[0_2px_8px_rgba(0,0,0,0.12),0_0_0_3px_rgba(var(--destructive-rgb,239,68,68),0.25)]"],info:["border-info/60 bg-info/10 text-info","shadow-[0_1px_4px_rgba(0,0,0,0.1),0_0_0_2px_rgba(var(--info-rgb,59,130,246),0.2)]","hover:bg-info/15 hover:border-info/70 hover:shadow-[0_2px_8px_rgba(0,0,0,0.12),0_0_0_3px_rgba(var(--info-rgb,59,130,246),0.25)]"],primary:["border-primary/60 bg-primary/10 text-primary","shadow-[0_1px_4px_rgba(0,0,0,0.1),0_0_0_2px_rgba(var(--primary-rgb,99,102,241),0.2)]","hover:bg-primary/15 hover:border-primary/70 hover:shadow-[0_2px_8px_rgba(0,0,0,0.12),0_0_0_3px_rgba(var(--primary-rgb,99,102,241),0.25)]"]},size:{sm:"h-6 w-6 [&>svg]:size-3",md:"h-8 w-8 [&>svg]:size-4",lg:"h-11 w-11 [&>svg]:size-5",xl:"h-14 w-14 [&>svg]:size-6"},pulse:{true:"gs-timeline-dot-pulse-enabled gs-timeline-dot-pulse",false:""},animated:{true:"gs-timeline-dot-animated",false:""}},defaultVariants:{variant:"default",size:"md",pulse:!1,animated:!0}}),Kp=Mt("flex flex-col gap-1 pt-0.5 min-w-0 transition-opacity duration-200 ease-[cubic-bezier(0.22,1,0.36,1)]"),Yp=Mt("font-semibold text-foreground leading-tight transition-colors duration-200 ease-[cubic-bezier(0.22,1,0.36,1)]",{variants:{size:{sm:"text-sm",md:"text-base",lg:"text-lg",xl:"text-xl"}},defaultVariants:{size:"md"}}),Xp=Mt("text-muted-foreground transition-colors duration-200 ease-[cubic-bezier(0.22,1,0.36,1)]",{variants:{size:{sm:"text-sm",md:"text-sm",lg:"text-base",xl:"text-lg"}},defaultVariants:{size:"md"}}),Zp=Mt("font-medium text-muted-foreground/70 transition-colors duration-200 ease-[cubic-bezier(0.22,1,0.36,1)]",{variants:{size:{sm:"text-sm",md:"text-sm",lg:"text-base",xl:"text-base"}},defaultVariants:{size:"md"}});var qp=Nt(({className:e,...t},r)=>{return rt("div",{ref:r,role:"list","aria-label":"Timeline events",className:a(Gp(),e),...t},void 0,!1,void 0,this)});qp.displayName="Timeline";var Jp=Nt(({className:e,align:t,isLast:r,animated:o=!0,...i},n)=>{return rt("div",{ref:n,role:"listitem",className:a(Wp({align:t,animated:o}),e),"data-last":r,...i},void 0,!1,void 0,this)});Jp.displayName="TimelineItem";var Qp=Nt(({className:e,variant:t,size:r,animated:o=!0,...i},n)=>{let s=m(r);return rt("div",{ref:n,className:a($p({variant:t,size:s,animated:o}),e),...i},void 0,!1,void 0,this)});Qp.displayName="TimelineConnector";var Ep=Nt(({className:e,variant:t,size:r,icon:o,children:i,pulse:n=!1,animated:s=!0,...l},d)=>{let c=m(r);return rt("div",{ref:d,className:a(Up({variant:t,size:c,pulse:n,animated:s}),e),"aria-hidden":"true",...l,children:o||i||rt(Eb,{},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Ep.displayName="TimelineDot";var jp=Nt(({className:e,...t},r)=>{return rt("div",{ref:r,className:a(Kp(),e),...t},void 0,!1,void 0,this)});jp.displayName="TimelineContent";var ec=Nt(({className:e,size:t,...r},o)=>{let i=m(t);return rt("h4",{ref:o,className:a(Yp({size:i}),e),...r},void 0,!1,void 0,this)});ec.displayName="TimelineTitle";var tc=Nt(({className:e,size:t,...r},o)=>{let i=m(t);return rt("p",{ref:o,className:a(Xp({size:i}),e),...r},void 0,!1,void 0,this)});tc.displayName="TimelineDescription";var rc=Nt(({className:e,size:t,...r},o)=>{let i=m(t);return rt("time",{ref:o,className:a(Zp({size:i}),e),...r},void 0,!1,void 0,this)});rc.displayName="TimelineTime";function Eb(){return rt("span",{className:"size-2 rounded-full bg-current"},void 0,!1,void 0,this)}import{cva as oc}from"class-variance-authority";var Hr={default:"default",success:"success",info:"info",warning:"warning",error:"error"},Oe={sm:"sm",md:"md",lg:"lg"},ei=oc("pointer-events-auto relative flex w-full items-center overflow-hidden rounded-[var(--radius)] border shadow-[var(--shadow-md)]",{variants:{variant:{[Hr.default]:"border-border bg-card text-card-foreground",[Hr.success]:"border-success/30 bg-card text-card-foreground",[Hr.info]:"border-info/30 bg-card text-card-foreground",[Hr.warning]:"border-warning/30 bg-card text-card-foreground",[Hr.error]:"border-destructive/30 bg-card text-card-foreground"},size:{[Oe.sm]:"gap-2 p-3",[Oe.md]:"gap-3 p-4",[Oe.lg]:"gap-3.5 p-5"}},defaultVariants:{variant:Hr.default,size:Oe.md}}),ti=oc("gs-interactive inline-flex shrink-0 items-center justify-center rounded-[var(--radius)] border border-border bg-transparent font-medium text-foreground hover:bg-secondary focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50",{variants:{size:{[Oe.sm]:"h-6 px-2 text-xs",[Oe.md]:"h-7 px-2.5 text-xs",[Oe.lg]:"h-8 px-3 text-sm"}},defaultVariants:{size:Oe.md}});import{AlertTriangle as sv,CheckCircle2 as lv,Info as lc,X as mv,XCircle as dv}from"lucide-react";import{forwardRef as pv,useCallback as ta,useEffect as ra,useRef as ni,useState as si}from"react";import{useSyncExternalStore as jb}from"react";var ev=5,ic=5000,tv=500,ri=0;function rv(){return ri=(ri+1)%Number.MAX_SAFE_INTEGER,`toast-${ri}-${Date.now()}`}var oi=new Set,Ge=[],Et=new Map,mo=new Map,po=!1,Qt=new Map;function jo(){for(let e of oi)e()}function ac(){return Ge}function ov(e){return oi.add(e),()=>{oi.delete(e)}}function ai(e,t){if(po){Qt.set(e,t);return}clearTimeout(Et.get(e));let r=Date.now(),o=setTimeout(()=>{Et.delete(e),Qt.delete(e),ea(e)},t);Et.set(e,o),Qt.set(e,t);let i=setInterval(()=>{let n=Date.now()-r,s=t-n;if(s<=0)clearInterval(i),Qt.delete(e);else Qt.set(e,s)},100)}function av(e){clearTimeout(mo.get(e));let t=setTimeout(()=>{Ge=Ge.filter((r)=>r.id!==e),mo.delete(e),jo()},tv);mo.set(e,t)}function lo(e){let t=e.id??rv(),r=e.duration??ic;if(Ge.find((n)=>n.id===t))return Ge=Ge.map((n)=>n.id===t?{...n,...e,id:t,open:!0,createdAt:Date.now()}:n),clearTimeout(mo.get(t)),mo.delete(t),ai(t,r),jo(),t;return Ge=[{...e,id:t,variant:e.variant??"default",dismissible:e.dismissible??!0,open:!0,createdAt:Date.now()},...Ge].slice(0,ev),ai(t,r),jo(),t}function ea(e){clearTimeout(Et.get(e)),Et.delete(e),Qt.delete(e),Ge=Ge.map((t)=>t.id===e?{...t,open:!1}:t),jo(),av(e)}function nc(){for(let e of Ge)ea(e.id)}function iv(){if(po)return;po=!0;for(let[e,t]of Et)clearTimeout(t),Et.delete(e)}function nv(){if(!po)return;po=!1;for(let e of Ge)if(e.open){let t=Qt.get(e.id)??ic;ai(e.id,t)}}var sc=Object.assign((e)=>lo(e),{success:(e,t)=>lo({...t,variant:"success",title:e}),info:(e,t)=>lo({...t,variant:"info",title:e}),warning:(e,t)=>lo({...t,variant:"warning",title:e}),error:(e,t)=>lo({...t,variant:"error",title:e}),dismiss:ea,dismissAll:nc});function ii(){return{toasts:jb(ov,ac,ac),toast:sc,dismiss:ea,dismissAll:nc,pauseAll:iv,resumeAll:nv}}import{jsxDEV as Ce}from"react/jsx-dev-runtime";var dc=10,mc=0.05,cv=200,pc="cubic-bezier(0.2, 0.8, 0.2, 1)",uv="cubic-bezier(0.22, 1, 0.36, 1)",fv={"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"},gv={success:(e)=>Ce(lv,{className:a("mt-0.5 shrink-0 text-success",e==="sm"?"size-4":"size-[18px]")},void 0,!1,void 0,this),info:(e)=>Ce(lc,{className:a("mt-0.5 shrink-0 text-info",e==="sm"?"size-4":"size-[18px]")},void 0,!1,void 0,this),warning:(e)=>Ce(sv,{className:a("mt-0.5 shrink-0 text-warning",e==="sm"?"size-4":"size-[18px]")},void 0,!1,void 0,this),error:(e)=>Ce(dv,{className:a("mt-0.5 shrink-0 text-destructive",e==="sm"?"size-4":"size-[18px]")},void 0,!1,void 0,this),default:(e)=>Ce(lc,{className:a("mt-0.5 shrink-0 text-muted-foreground",e==="sm"?"size-4":"size-[18px]")},void 0,!1,void 0,this)};function bv(e,t,r,o,i){let n=e<o,s=r?i:e*dc,l=r?1:n?1-e*mc:1-o*mc,d=n||r?1:0,c=t-e;return{offset:s,scale:l,opacity:d,zIndex:c}}var cc=pv(({position:e="bottom-right",gap:t=12,visibleCount:r=3,size:o=Oe.md,className:i,...n},s)=>{let{toasts:l,dismiss:d,pauseAll:c,resumeAll:g}=ii(),u=m(o)??Oe.md,[P,p]=si(!1),[b,x]=si({}),M=ni(null),w=ni(void 0),z=e.startsWith("bottom"),v=ta((h)=>{if(M.current=h,typeof s==="function")s(h);else if(s)s.current=h},[s]),T=ta(()=>{clearTimeout(w.current),p(!0),c()},[c]),I=ta(()=>{clearTimeout(w.current),w.current=setTimeout(()=>{p(!1),g()},cv)},[g]);ra(()=>{return()=>clearTimeout(w.current)},[]);let S=ta((h,V)=>{x((J)=>{if(J[h]===V)return J;return{...J,[h]:V}})},[]);if(ra(()=>{let h=new Set(l.map((V)=>V.id));x((V)=>{let J=!1,L={};for(let[K,f]of Object.entries(V))if(h.has(K))L[K]=f;else J=!0;return J?L:V})},[l]),l.length===0)return null;let H=l.filter((h)=>h.open),k=new Map,O=0;for(let[h,V]of H.entries()){let J=b[V.id]??0;k.set(V.id,bv(h,H.length,P,r,O)),O+=J+t}let X=H[0],$=(X?b[X.id]??0:0)+Math.min(H.length-1,r-1)*dc,C=O-(H.length>0?t:0),A=P?C:$;return Ce("ol",{ref:v,role:"region","aria-label":"Notifications",tabIndex:-1,onMouseEnter:T,onMouseLeave:I,className:a("pointer-events-auto fixed z-[100] w-full max-w-[400px] outline-none",fv[e],i),style:{height:Math.max(A,0),transition:`height 400ms ${pc}`},...n,children:l.map((h)=>{let V=!h.open,J=k.get(h.id);return Ce(vv,{toast:h,layout:J??{offset:0,scale:1,opacity:0,zIndex:0},isClosed:V,isBottom:z,size:u,onDismiss:d,onMeasure:S},h.id,!1,void 0,this)})},void 0,!1,void 0,this)});cc.displayName="Toaster";function vv({toast:e,layout:t,isClosed:r,isBottom:o,size:i,onDismiss:n,onMeasure:s}){let l=ni(null),[d,c]=si(!1);ra(()=>{let b=requestAnimationFrame(()=>c(!0));return()=>cancelAnimationFrame(b)},[]),ra(()=>{let b=l.current;if(!b)return;let x=new ResizeObserver((M)=>{for(let w of M){let z=w.borderBoxSize?.[0];if(z)s(e.id,z.blockSize)}});return x.observe(b),()=>x.disconnect()},[e.id,s]);let g=o?{bottom:0,left:0,right:0}:{top:0,left:0,right:0},u,P,p;if(!d)u=`translateY(${o?80:-80}px) scale(0.9)`,P=0,p="none";else if(r)u=`translateY(${o?80:-80}px) scale(0.95)`,P=0,p="none";else u=`translateY(${o?-t.offset:t.offset}px) scale(${t.scale})`,P=t.opacity,p="auto";return Ce("li",{ref:l,"data-state":e.open?"open":"closed","data-variant":e.variant,className:"absolute list-none",style:{...g,zIndex:t.zIndex,transformOrigin:o?"center bottom":"center top",transform:u,opacity:P,pointerEvents:p,transition:[`transform 400ms ${pc}`,`opacity 250ms ${uv}`].join(", ")},children:Ce("div",{className:a(ei({variant:e.variant,size:i}),"w-full"),children:[gv[e.variant]?.(i),Ce("div",{className:"flex-1 space-y-0.5",children:[e.title&&Ce("p",{className:a("font-semibold leading-tight",i==="sm"?"text-xs":"text-sm"),children:e.title},void 0,!1,void 0,this),e.description&&Ce("p",{className:a("leading-snug text-muted-foreground",i==="sm"?"text-xs":"text-sm"),children:e.description},void 0,!1,void 0,this)]},void 0,!0,void 0,this),e.action&&Ce("button",{type:"button",className:a(ti({size:i}),"mt-0.5"),onClick:e.action.onClick,"aria-label":e.action.altText,children:e.action.label},void 0,!1,void 0,this),e.dismissible!==!1&&Ce("button",{type:"button",className:a("gs-interactive mt-0.5 shrink-0 rounded-[var(--radius)] p-1 text-muted-foreground hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",i==="sm"?"[&>svg]:size-3.5":"[&>svg]:size-4"),onClick:()=>n(e.id),"aria-label":"Dismiss",children:Ce(mv,{},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 uc from"@radix-ui/react-toggle";import{cva as yv}from"class-variance-authority";import{forwardRef as Pv}from"react";import{jsxDEV as hv}from"react/jsx-dev-runtime";var li={default:"default",outline:"outline"},oa={sm:"sm",md:"md",lg:"lg"},aa=yv("gs-interactive inline-flex items-center justify-center gap-2 rounded-[var(--radius)] border border-transparent text-sm font-medium outline-none transition-[color,background-color,border-color] duration-150 hover:bg-muted hover:text-muted-foreground focus-visible:border-primary disabled:cursor-not-allowed disabled:pointer-events-none data-[state=on]:bg-accent data-[state=on]:text-accent-foreground [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",{variants:{variant:{[li.default]:"bg-transparent disabled:bg-transparent disabled:text-foreground/50",[li.outline]:"border-input bg-transparent hover:bg-accent hover:text-accent-foreground disabled:bg-transparent disabled:text-foreground/50 disabled:border-border/50"},size:{[oa.sm]:"h-7 px-1.5 min-w-7 text-xs",[oa.md]:"h-10 px-3 min-w-10",[oa.lg]:"h-11 px-5 min-w-11"}},defaultVariants:{variant:li.default,size:oa.md}}),fc=Pv(({className:e,variant:t,size:r,...o},i)=>{let n=m(r);return hv(uc.Root,{ref:i,className:a(aa({variant:t,size:n}),e),...o},void 0,!1,void 0,this)});fc.displayName="Toggle";import*as ia from"@radix-ui/react-toggle-group";import{cva as Tv}from"class-variance-authority";import{createContext as xv,forwardRef as gc,useContext as zv}from"react";import{jsxDEV as mi}from"react/jsx-dev-runtime";var Sv={default:"default",outline:"outline"},Cv={sm:"sm",md:"md",lg:"lg"},bc=Tv("flex items-center justify-center gap-1"),vc=xv({size:Cv.md,variant:Sv.default}),yc=gc(({className:e,variant:t,size:r,children:o,...i},n)=>{let s=m(r);return mi(ia.Root,{ref:n,className:a(bc(),e),...i,children:mi(vc.Provider,{value:{variant:t,size:s},children:o},void 0,!1,void 0,this)},void 0,!1,void 0,this)});yc.displayName="ToggleGroup";var Pc=gc(({className:e,children:t,variant:r,size:o,...i},n)=>{let s=zv(vc),l=m(o);return mi(ia.Item,{ref:n,className:a(aa({variant:r??s.variant,size:l??s.size}),e),...i,children:t},void 0,!1,void 0,this)});Pc.displayName="ToggleGroupItem";import{cva as hc}from"class-variance-authority";import{forwardRef as na}from"react";import{jsxDEV as sa}from"react/jsx-dev-runtime";var Je={sm:"sm",md:"md",lg:"lg"},Tc=hc("flex items-center border-b border-border bg-background",{variants:{size:{[Je.sm]:"gap-1.5 px-3 py-1.5",[Je.md]:"gap-2 px-4 py-2",[Je.lg]:"gap-3 px-5 py-2.5"}},defaultVariants:{size:Je.md}}),xc=na(({className:e,size:t=Je.md,...r},o)=>{let i=m(t);return sa("div",{ref:o,role:"toolbar",className:a(Tc({size:i}),e),...r},void 0,!1,void 0,this)});xc.displayName="Toolbar";var zc=hc("flex items-center",{variants:{size:{[Je.sm]:"gap-1",[Je.md]:"gap-1.5",[Je.lg]:"gap-2"}},defaultVariants:{size:Je.md}}),Sc=na(({className:e,size:t=Je.md,...r},o)=>{let i=m(t);return sa("div",{ref:o,role:"group",className:a(zc({size:i}),e),...r},void 0,!1,void 0,this)});Sc.displayName="ToolbarGroup";var Cc=na(({className:e,...t},r)=>{return sa("div",{ref:r,role:"none",className:a("h-5 w-px shrink-0 bg-border",e),...t},void 0,!1,void 0,this)});Cc.displayName="ToolbarSeparator";var wc=na(({className:e,...t},r)=>{return sa("div",{ref:r,className:a("flex-1",e),...t},void 0,!1,void 0,this)});wc.displayName="ToolbarSpacer";import*as ot from"@radix-ui/react-tooltip";import{cva as wv}from"class-variance-authority";import{createContext as Mv,forwardRef as Mc,useContext as Nc}from"react";import{jsxDEV as co}from"react/jsx-dev-runtime";var Nv=ot.Provider,di=Mv(!1),Lc=({persistOnClick:e=!1,children:t,...r})=>co(di.Provider,{value:e,children:co(ot.Root,{...r,children:t},void 0,!1,void 0,this)},void 0,!1,void 0,this);Lc.displayName="Tooltip";var Rc=Mc(({onClick:e,onPointerDown:t,...r},o)=>{let i=Nc(di);return co(ot.Trigger,{ref:o,onClick:i?(n)=>{n.preventDefault(),e?.(n)}:e,onPointerDown:i?(n)=>{n.preventDefault(),t?.(n)}:t,...r},void 0,!1,void 0,this)});Rc.displayName="TooltipTrigger";var kr={sm:"sm",md:"md",lg:"lg"},Hc=wv("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:{[kr.sm]:"px-2 py-1 text-[10px]",[kr.md]:"px-3 py-1.5 text-xs",[kr.lg]:"px-4 py-2 text-sm"}},defaultVariants:{size:kr.md}}),kc=Mc(({className:e,sideOffset:t=4,onPointerDownOutside:r,size:o=kr.md,...i},n)=>{let s=Nc(di),l=m(o);return co(ot.Portal,{children:co(ot.Content,{ref:n,sideOffset:t,className:a(Hc({size:l}),e),onPointerDownOutside:s?(d)=>{d.preventDefault(),r?.(d)}:r,...i},void 0,!1,void 0,this)},void 0,!1,void 0,this)});kc.displayName="TooltipContent";import*as Lt from"react";var Lv=()=>{};function Rv({prop:e,defaultProp:t,onChange:r=Lv}){let[o,i]=Hv({defaultProp:t,onChange:r}),n=e!==void 0,s=n?e:o,l=Lt.useCallback((d)=>{if(n){let g=typeof d==="function"?d(e):d;if(g!==e)r(g)}else i(d)},[n,e,i,r]);return[s,l]}function Hv({defaultProp:e,onChange:t}){let r=Lt.useState(e),[o]=r,i=Lt.useRef(o),n=t;return Lt.useEffect(()=>{if(i.current!==o)n?.(o),i.current=o},[o,n]),r}export{ii as useToast,Kr as usePlatform,Zg as useOverlay,Za as useHotkey,Gr as useFormField,m as useDensitySize,Dc as useDensity,Rv as useControllableState,Wr as useComposedRefs,Hc as tooltipContentVariants,Tc as toolbarVariants,zc as toolbarGroupVariants,aa as toggleVariants,bc as toggleGroupVariants,ei as toastVariants,ti as toastActionVariants,sc as toast,Gp as timelineVariants,Yp as timelineTitleVariants,Zp as timelineTimeVariants,Wp as timelineItemVariants,Up as timelineDotVariants,Xp as timelineDescriptionVariants,Kp as timelineContentVariants,$p as timelineConnectorVariants,_p as textareaVariants,Ap as tabsTriggerVariants,kp as tabsListVariants,Ip as tabsContentVariants,gp as tableVariants,Pp as tableRowVariants,bp as tableHeaderVariants,hp as tableHeadVariants,yp as tableFooterVariants,fp as tableContainerVariants,Tp as tableCellVariants,xp as tableCaptionVariants,vp as tableBodyVariants,pp as switchVariants,Jd as stepperVariants,Qd as stepVariants,tp as stepTitleVariants,Ed as stepIndicatorVariants,rp as stepDescriptionVariants,ep as stepContentVariants,jd as stepConnectorVariants,Zd as statCardVariants,qo as spotlightStatusVariants,Jo as spotlightStatusTitleVariants,Yd as spotlightStatusDescriptionVariants,Kd as spotlightShortcutVariants,Fd as spotlightResultsVariants,Id as spotlightPanelVariants,Ad as spotlightOverlayVariants,Od as spotlightOptionVariants,$d as spotlightOptionTitleVariants,Gd as spotlightOptionIconVariants,Ud as spotlightOptionDescriptionVariants,Wd as spotlightOptionContentVariants,Zo as spotlightKbdVariants,Bd as spotlightInputVariants,Dd as spotlightIconVariants,Vd as spotlightHeaderVariants,_d as spotlightGroupLabelVariants,wd as sliderVariants,Md as sliderTrackVariants,Ld as sliderThumbVariants,Nd as sliderRangeVariants,Pd as skeletonVariants,hd as skeletonTextVariants,xd as skeletonButtonVariants,Td as skeletonAvatarVariants,sm as sheetOverlayVariants,lm as sheetContentVariants,vd as separatorVariants,ed as selectTriggerVariants,td as selectContentVariants,pd as segmentedControlVariants,ud as segmentedControlLabelVariants,cd as segmentedControlItemVariants,Xm as scrollBarVariants,Zm as scrollBarThumbVariants,Ym as scrollAreaVariants,_m as resizablePanelVariants,Fm as resizablePanelGroupVariants,Om as resizableHandleVariants,Gm as resizableHandleIconVariants,Vm as radioItemVariants,Im as radioGroupVariants,Lm as progressVariants,Rm as progressIndicatorVariants,Pr as popoverContentVariants,Ha as parseHotkey,vm as paginationVariants,Ro as paginationLinkVariants,Pm as paginationItemVariants,hm as paginationEllipsisVariants,ym as paginationContentVariants,tm as otpSlotVariants,am as otpSeparatorVariants,om as otpPlaceholderVariants,rm as otpInputVariants,em as otpGroupVariants,jl as otpContainerVariants,$l as navigationMenuViewportVariants,_l as navigationMenuVariants,Gl as navigationMenuTriggerVariants,Ol as navigationMenuListVariants,Lg as navigationMenuLinkVariants,Ul as navigationMenuIndicatorVariants,Wl as navigationMenuContentVariants,Bl as multiselectTriggerVariants,ka as matchHotkey,Hl as labelVariants,Nl as kbdVariants,ir as isSameDay,Sl as inputVariants,hl as hoverCardContentVariants,ag as formatHotkeyTokens,Ur as formatHotkey,ul as formFieldVariants,al as fileUploadVariants,Ra as fileUploadTextVariants,nl as fileUploadListVariants,sl as fileUploadItemVariants,ml as fileUploadItemSizeVariants,dl as fileUploadItemRemoveVariants,ll as fileUploadItemNameVariants,il as fileUploadIconVariants,Js as errorBoundaryVariants,Es as errorBoundaryTitleVariants,Qs as errorBoundaryIconVariants,tl as errorBoundaryDetailsVariants,js as errorBoundaryDescriptionVariants,el as errorBoundaryActionsVariants,$s as emptyStateVariants,Ks as emptyStateTitleVariants,Us as emptyStateIconVariants,Ys as emptyStateDescriptionVariants,Xs as emptyStateActionsVariants,Hs as dropdownMenuShortcutVariants,Rs as dropdownMenuSeparatorVariants,Ns as dropdownMenuRadioItemVariants,Ls as dropdownMenuLabelVariants,La as dropdownMenuItemVariants,Na as dropdownMenuContentVariants,Ms as dropdownMenuCheckboxItemVariants,vs as drawerOverlayVariants,Ps as drawerHandleVariants,ys as drawerContentVariants,cs as dialogContentVariants,Gt as detectPlatform,W0 as cva,Uf as createOptionalContext,$f as createContext,es as contextMenuShortcutVariants,jn as contextMenuSeparatorVariants,Qn as contextMenuRadioItemVariants,En as contextMenuLabelVariants,za as contextMenuItemVariants,xa as contextMenuContentVariants,Jn as contextMenuCheckboxItemVariants,xl as composeRefs,Zn as collapsibleContentVariants,_n as codeBlockVariants,Un as codeBlockPreVariants,Kn as codeBlockLineVariants,Yn as codeBlockLineNumberVariants,Gn as codeBlockLanguageVariants,On as codeBlockHeaderVariants,Wn as codeBlockCopyVariants,$n as codeBlockContentVariants,a as cn,Bn as checkboxVariants,Nn as cardVariants,Cn as calendarWeekdayVariants,Tn as calendarVariants,zn as calendarTitleVariants,ha as calendarNavButtonVariants,xn as calendarHeaderVariants,Sn as calendarGridVariants,wn as calendarDayVariants,Ir as buttonVariants,Ri as buttonIconVariants,bn as buttonGroupVariants,Hi as buttonBadgeVariants,sn as breadcrumbSeparatorVariants,nn as breadcrumbPageVariants,rn as breadcrumbListVariants,an as breadcrumbLinkVariants,on as breadcrumbItemVariants,ln as breadcrumbEllipsisVariants,Qi as badgeVariants,Zi as avatarVariants,zi as alertVariants,Si as alertTitleVariants,Di as alertDialogOverlayVariants,Fi as alertDialogContentVariants,Ci as alertDescriptionVariants,vi as accordionTriggerVariants,bi as accordionItemVariants,yi as accordionContentVariants,Gc as XCircleIcon,at as Variant,Rc as TooltipTrigger,kr as TooltipSize,Nv as TooltipProvider,kc as TooltipContent,Lc as Tooltip,wc as ToolbarSpacer,Je as ToolbarSize,Cc as ToolbarSeparator,Sc as ToolbarGroup,xc as Toolbar,Pc as ToggleGroupItem,yc as ToggleGroup,fc as Toggle,cc as Toaster,Oe as ToastSize,ec as TimelineTitle,rc as TimelineTime,Jp as TimelineItem,Ep as TimelineDot,tc as TimelineDescription,jp as TimelineContent,Qp as TimelineConnector,qp as Timeline,Op as Textarea,Dp as TabsTrigger,Bp as TabsList,Fp as TabsContent,Zb as Tabs,he as TableSize,Mp as TableRow,Sp as TableHeader,Np as TableHead,wp as TableFooter,Lp as TableCell,Rp as TableCaption,Cp as TableBody,zp as Table,Lr as SwitchStatus,Se as SwitchSize,cp as Switch,op as Stepper,lp as StepTitle,ip as StepIndicator,mp as StepDescription,sp as StepContent,np as StepConnector,ap as Step,Zt as StatCardTrend,_e as StatCardSize,qd as StatCard,Nr as SpotlightStatus,Xt as SpotlightSize,Xd as Spotlight,Ht as SpinnerSize,go as Spinner,Rd as Slider,zd as SkeletonText,pe as SkeletonSize,Cd as SkeletonButton,Sd as SkeletonAvatar,io as Skeleton,ye as Size,Og as SheetTrigger,cm as SheetTitle,te as SheetSize,mm as SheetPortal,Ba as SheetOverlay,dm as SheetHeader,pm as SheetFooter,um as SheetDescription,No as SheetContent,Gg as SheetClose,Va as Sheet,ao as SeparatorOrientation,yd as Separator,vb as SelectValue,rd as SelectTrigger,wr as SelectStatus,Q as SelectSize,nd as SelectSeparator,ad as SelectLabel,id as SelectItem,bb as SelectGroup,ro as SelectContentWidthMode,cb as SelectContentAlign,od as SelectContent,gb as Select,Me as SegmentedControlSize,bd as SegmentedControlLabelItem,gd as SegmentedControlItem,fd as SegmentedControl,Oa as ScrollBar,qm as ScrollArea,Wm as ResizablePanelGroup,$m as ResizablePanel,Um as ResizableHandle,zr as RadioStatus,Ze as RadioSize,Dm as RadioGroupItem,Bm as RadioGroup,Hm as Progress,ug as PopoverTrigger,yr as PopoverSize,Il as PopoverContent,gg as PopoverClose,fg as PopoverAnchor,cg as Popover,Fe as PaginationSize,Cm as PaginationPrevious,wm as PaginationNext,Sm as PaginationLink,zm as PaginationItem,Mm as PaginationEllipsis,xm as PaginationContent,Tm as Pagination,bm as OverlayProvider,im as OTPInput,Aa as NavigationMenuViewport,Xl as NavigationMenuTrigger,Ye as NavigationMenuSize,Yl as NavigationMenuList,kg as NavigationMenuLink,Hg as NavigationMenuItem,ql as NavigationMenuIndicator,Zl as NavigationMenuContent,Kl as NavigationMenu,de as MultiselectSize,Dl as Multiselect,vr as LabelSize,kl as Label,br as KbdSize,Ll as Kbd,Cl as Input,$c as InfoIcon,kt as IconSize,Gf as HoverCardTrigger,fr as HoverCardSize,Tl as HoverCardContent,Of as HoverCard,Dr as GroupOrientation,Be as FormFieldSize,gl as FormFieldLabel,yl as FormFieldError,vl as FormFieldDescription,Pl as FormFieldControl,fl as FormField,pl as FileUpload,rl as ErrorBoundary,Zs as EmptyState,Tf as DropdownMenuTrigger,Is as DropdownMenuSubTrigger,Vs as DropdownMenuSubContent,Sf as DropdownMenuSub,Ws as DropdownMenuShortcut,Gs as DropdownMenuSeparator,_s as DropdownMenuRadioItem,Cf as DropdownMenuRadioGroup,zf as DropdownMenuPortal,Os as DropdownMenuLabel,Ds as DropdownMenuItem,xf as DropdownMenuGroup,Bs as DropdownMenuContent,Fs as DropdownMenuCheckboxItem,As as DropdownMenu,mf as DrawerTrigger,Ss as DrawerTitle,Ve as DrawerSize,hs as DrawerPortal,Ma as DrawerOverlay,xs as DrawerHeader,zs as DrawerFooter,Cs as DrawerDescription,Ts as DrawerContent,df as DrawerClose,lf as Drawer,rf as DialogTrigger,gs as DialogTitle,vt as DialogSize,ps as DialogPortal,Ca as DialogOverlay,us as DialogHeader,fs as DialogFooter,bs as DialogDescription,zo as DialogContent,of as DialogClose,Sa as Dialog,fi as DensityProvider,uo as Density,qu as ContextMenuTrigger,rs as ContextMenuSubTrigger,os as ContextMenuSubContent,Eu as ContextMenuSub,ds as ContextMenuShortcut,ms as ContextMenuSeparator,ss as ContextMenuRadioItem,ju as ContextMenuRadioGroup,Qu as ContextMenuPortal,ls as ContextMenuLabel,is as ContextMenuItem,Ju as ContextMenuGroup,as as ContextMenuContent,ns as ContextMenuCheckboxItem,Zu as ContextMenu,Ou as CollapsibleTrigger,qn as CollapsibleContent,_u as Collapsible,Xn as CodeBlock,mr as CheckboxStatus,$e as CheckboxSize,Dn as Checkbox,Wc as CheckCircleIcon,An as CardTitle,Rn as CardHeader,kn as CardFooter,In as CardDescription,Hn as CardContent,Ln as Card,Mn as Calendar,Ai as ButtonLabel,ki as ButtonIcon,vn as ButtonGroup,Ii as ButtonBadge,Vi as Button,le as BreadcrumbSize,fn as BreadcrumbSeparator,un as BreadcrumbPage,dn as BreadcrumbList,cn as BreadcrumbLink,pn as BreadcrumbItem,gn as BreadcrumbEllipsis,mn as Breadcrumb,fe as BadgeVariant,pt as BadgeTone,ut as BadgeSize,tn as BadgeGroup,Ei as Badge,Ae as AvatarSize,qi as AvatarImage,Ji as AvatarGroup,ya as AvatarFallback,va as Avatar,tu as AspectRatio,Uc as AlertTriangleIcon,Mi as AlertTitle,eu as AlertDialogTrigger,$i as AlertDialogTitle,ct as AlertDialogSize,_i as AlertDialogPortal,ba as AlertDialogOverlay,Gi as AlertDialogHeader,Wi as AlertDialogFooter,Ui as AlertDialogDescription,Oi as AlertDialogContent,Yi as AlertDialogCancel,Ki as AlertDialogAction,jc as AlertDialog,Ni as AlertDescription,wi as Alert,Ti as AccordionTrigger,Te as AccordionSize,hi as AccordionItem,xi as AccordionContent,Pi as Accordion};
|
|
2
|
+
import{cva as oM}from"class-variance-authority";import*as je from"@radix-ui/react-accordion";import{cva as ya}from"class-variance-authority";import{ChevronDown as Mu}from"lucide-react";import{createContext as Nu,forwardRef as Po,useContext as Li}from"react";import{clsx as xu}from"clsx";import{twMerge as Cu}from"tailwind-merge";function a(...e){return Cu(xu(e))}import{createContext as Su,useContext as Mi}from"react";import{jsxDEV as wi}from"react/jsx-dev-runtime";var yo={default:"default",compact:"compact"},zu={[yo.default]:{},[yo.compact]:{xl:"lg",lg:"md",md:"sm",sm:"sm"}},ba=Su(yo.default),Ni=({density:e,children:t})=>{return wi(ba.Provider,{value:e,children:wi("div",{"data-density":e,children:t},void 0,!1,void 0,this)},void 0,!1,void 0,this)};Ni.displayName="DensityProvider";var wu=()=>{return Mi(ba)};function u(e){let t=Mi(ba);if(e===void 0)return;return zu[t][e]??e}import{jsxDEV as ut}from"react/jsx-dev-runtime";var xe={sm:"sm",md:"md",lg:"lg"},Pa=Nu(xe.md),Ri=ya("border-b border-border"),Hi=ya("gs-interactive flex flex-1 items-center justify-between font-medium hover:underline [&[data-state=open]>svg]:rotate-180",{variants:{size:{[xe.sm]:"py-3 text-xs [&>svg]:size-3.5",[xe.md]:"py-4 text-sm [&>svg]:size-4",[xe.lg]:"py-5 text-base [&>svg]:size-5"}},defaultVariants:{size:xe.md}}),ki=ya("gs-accordion-content overflow-hidden",{variants:{size:{[xe.sm]:"text-xs",[xe.md]:"text-sm",[xe.lg]:"text-base"}},defaultVariants:{size:xe.md}}),Lu={[xe.sm]:"pt-0 pb-3",[xe.md]:"pt-0 pb-4",[xe.lg]:"pt-0 pb-5"},Ai=Po(({size:e=xe.md,...t},r)=>{let o=u(e)??xe.md;return ut(Pa.Provider,{value:o,children:ut(je.Root,{ref:r,...t},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Ai.displayName="Accordion";var Ii=Po(({className:e,...t},r)=>ut(je.Item,{ref:r,className:a(Ri(),e),...t},void 0,!1,void 0,this));Ii.displayName="AccordionItem";var Vi=Po(({className:e,children:t,...r},o)=>{let i=Li(Pa);return ut(je.Header,{className:"flex",children:ut(je.Trigger,{ref:o,className:a(Hi({size:i}),e),...r,children:[t,ut(Mu,{className:"shrink-0 transition-transform"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)});Vi.displayName="AccordionTrigger";var Bi=Po(({className:e,children:t,...r},o)=>{let i=Li(Pa);return ut(je.Content,{ref:o,className:a(ki({size:i}),e),...r,children:ut("div",{className:Lu[i],children:t},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Bi.displayName="AccordionContent";import{cva as ha}from"class-variance-authority";import{CircleAlert as Ru,CircleCheck as Hu,Info as ku,TriangleAlert as Au}from"lucide-react";import{forwardRef as Ta}from"react";import{jsxDEV as xa}from"react/jsx-dev-runtime";var or={default:"default",success:"success",warning:"warning",error:"error",info:"info"},Fr={sm:"sm",md:"md",lg:"lg",xl:"xl"},Di=ha("relative w-full rounded-[var(--radius)] border [&>svg~*]:pl-7 [&>svg+div]:translate-y-[-3px] [&>svg]:absolute [&>svg]:left-4 [&>svg]:top-4 [&>svg]:text-foreground",{variants:{variant:{[or.default]:"bg-background text-foreground",[or.success]:"border-success/50 text-success [&>svg]:text-success bg-success/10",[or.warning]:"border-warning/50 text-warning [&>svg]:text-warning bg-warning/10",[or.error]:"border-destructive/50 text-destructive [&>svg]:text-destructive bg-destructive/10",[or.info]:"border-info/50 text-info [&>svg]:text-info bg-info/10"},size:{[Fr.sm]:"p-3 text-xs [&>svg]:top-3 [&>svg]:left-3 [&>svg~*]:pl-6",[Fr.md]:"p-4 text-sm",[Fr.lg]:"p-5 text-sm",[Fr.xl]:"p-6 text-base [&>svg]:top-6 [&>svg]:left-6 [&>svg~*]:pl-8"}},defaultVariants:{variant:or.default,size:Fr.md}}),Fi=ha("mb-1 font-medium leading-none tracking-tight"),Oi=ha("text-sm [&_p]:leading-relaxed"),_i=Ta(({className:e,variant:t,size:r,...o},i)=>{let n=u(r);return xa("div",{ref:i,role:"alert",className:a(Di({variant:t,size:n}),e),...o},void 0,!1,void 0,this)});_i.displayName="Alert";var Gi=Ta(({className:e,...t},r)=>xa("h5",{ref:r,className:a(Fi(),e),...t},void 0,!1,void 0,this));Gi.displayName="AlertTitle";var Wi=Ta(({className:e,...t},r)=>xa("div",{ref:r,className:a(Oi(),e),...t},void 0,!1,void 0,this));Wi.displayName="AlertDescription";import*as ue from"@radix-ui/react-alert-dialog";import{cva as Ji}from"class-variance-authority";import{forwardRef as ar}from"react";import{Slot as $i}from"@radix-ui/react-slot";import{cva as Sa}from"class-variance-authority";import{forwardRef as To}from"react";import{forwardRef as Iu}from"react";import{jsxDEV as Ca}from"react/jsx-dev-runtime";var Vt={xs:"xs",sm:"sm",md:"md",lg:"lg",xl:"xl"},Vu={[Vt.xs]:"h-3 w-3",[Vt.sm]:"h-4 w-4",[Vt.md]:"h-5 w-5",[Vt.lg]:"h-6 w-6",[Vt.xl]:"h-8 w-8"},ho=Iu(({className:e,size:t=Vt.md,label:r="Loading",...o},i)=>{let n=u(t);return Ca("span",{ref:i,className:a("inline-flex items-center justify-center",e),role:"status","aria-label":r,...o,children:[Ca("span",{className:a("animate-spin rounded-full border-2 border-current border-r-transparent",Vu[n])},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)});ho.displayName="Spinner";import{jsxDEV as lt}from"react/jsx-dev-runtime";var st={primary:"primary",secondary:"secondary",neutral:"neutral",outline:"outline",ghost:"ghost",danger:"danger"},Pe={xs:"xs",sm:"sm",md:"md",lg:"lg",xl:"xl",icon:"icon",iconXs:"icon-xs",iconSm:"icon-sm",iconLg:"icon-lg"},ft={default:"default",success:"success",warning:"warning",error:"error",info:"info"},Bt={xs:"xs",sm:"sm",md:"md",lg:"lg"},Bu="Loading",Du="button",Or=Sa("gs-interactive relative inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-[var(--radius)] border border-transparent font-semibold outline-none focus-visible:border-primary disabled:cursor-not-allowed disabled:border-border disabled:bg-muted/45 disabled:text-muted-foreground",{variants:{variant:{[st.primary]:"border-primary bg-primary text-primary-foreground enabled:hover:bg-primary/90",[st.secondary]:"border-secondary bg-secondary text-secondary-foreground enabled:hover:bg-secondary/90",[st.neutral]:"border-border bg-muted text-foreground enabled:hover:bg-muted/90",[st.outline]:"border-border bg-background text-foreground enabled:hover:border-primary enabled:hover:bg-muted/50",[st.ghost]:"border-transparent bg-transparent text-foreground enabled:hover:bg-muted/70",[st.danger]:"border-destructive bg-destructive text-destructive-foreground enabled:hover:bg-destructive/90"},size:{[Pe.xs]:"h-7 px-2 text-xs",[Pe.sm]:"h-8 px-2.5 text-xs",[Pe.md]:"h-10 px-4 text-sm",[Pe.lg]:"h-11 px-5 text-sm",[Pe.xl]:"h-12 px-6 text-base",[Pe.icon]:"h-10 w-10 p-0",[Pe.iconXs]:"h-8 w-8 p-0",[Pe.iconSm]:"h-9 w-9 p-0",[Pe.iconLg]:"h-11 w-11 p-0"}},defaultVariants:{variant:st.primary,size:Pe.md}}),Ki=Sa("shrink-0",{variants:{size:{[Bt.xs]:"size-2.5",[Bt.sm]:"size-3",[Bt.md]:"size-4",[Bt.lg]:"size-4.5"}},defaultVariants:{size:Bt.md}}),Ui=Sa("inline-flex items-center rounded-full border px-1.5 py-0.5 font-semibold text-[10px] leading-none",{variants:{tone:{[ft.default]:"border-border/70 bg-background/75 text-muted-foreground",[ft.success]:"border-success/35 bg-success/12 text-success",[ft.warning]:"border-warning/35 bg-warning/12 text-warning",[ft.error]:"border-destructive/35 bg-destructive/12 text-destructive",[ft.info]:"border-info/35 bg-info/12 text-info"}},defaultVariants:{tone:ft.default}});function Fu(e){return e===Pe.icon||e===Pe.iconXs||e===Pe.iconSm||e===Pe.iconLg}function Ou(e,t,r){return e&&t?-1:r}function _u(e){return e["aria-label"]??e["aria-labelledby"]??e.title}function Gu(){if(typeof process>"u")return!0;return!0}var Yi=To(({className:e,size:t=Bt.md,...r},o)=>lt($i,{ref:o,className:a(Ki({size:t}),e),...r},void 0,!1,void 0,this));Yi.displayName="ButtonIcon";var Xi=To(({className:e,...t},r)=>lt("span",{ref:r,className:a("truncate",e),...t},void 0,!1,void 0,this));Xi.displayName="ButtonLabel";var qi=To(({className:e,tone:t=ft.default,...r},o)=>lt("span",{ref:o,className:a(Ui({tone:t}),e),...r},void 0,!1,void 0,this));qi.displayName="ButtonBadge";var Zi=To(({className:e,variant:t=st.primary,size:r=Pe.md,asChild:o=!1,loading:i=!1,loadingText:n=Bu,fullWidth:s=!1,leadingIcon:l,trailingIcon:m,disabled:d,children:f,type:p,tabIndex:h,onClick:c,...v},x)=>{let M=u(r),S=M??r,C=_u(v);if(Gu()&&Fu(S)&&!C)throw Error("Icon-size Button requires aria-label, aria-labelledby, or title.");let b=Boolean(d||i),y=a(Or({variant:t,size:M}),s&&"w-full",e);if(o)return lt($i,{ref:x,className:y,"aria-disabled":b||void 0,"aria-busy":i||void 0,tabIndex:Ou(!0,b,h),onClick:b?(k)=>{k.preventDefault()}:c,...v,children:f},void 0,!1,void 0,this);return lt("button",{ref:x,className:y,disabled:b,"aria-disabled":b,"aria-busy":i,tabIndex:h,type:p??Du,onClick:i?void 0:c,...v,children:[lt("span",{className:a("absolute inset-0 flex items-center justify-center transition-opacity duration-150",i?"opacity-100":"opacity-0"),"aria-hidden":"true",children:lt(ho,{size:"sm"},void 0,!1,void 0,this)},void 0,!1,void 0,this),i&<("span",{className:"sr-only",children:n},void 0,!1,void 0,this),lt("span",{className:a("inline-flex items-center justify-center gap-2 transition-opacity duration-150",i&&"opacity-0"),children:[l,f,m]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});Zi.displayName="Button";import{jsxDEV as et}from"react/jsx-dev-runtime";var gt={sm:"sm",md:"md",lg:"lg",xl:"xl",full:"full"},Qi=Ji("gs-dialog-overlay fixed inset-0 z-50 bg-black/50"),Ei=Ji("gs-dialog-content fixed left-1/2 top-1/2 z-50 grid w-full gap-4 border border-border bg-background p-6 text-foreground shadow-[var(--shadow-xl)] rounded-[var(--radius)]",{variants:{size:{[gt.sm]:"max-w-sm",[gt.md]:"max-w-md",[gt.lg]:"max-w-lg",[gt.xl]:"max-w-xl",[gt.full]:"max-w-[calc(100vw-2rem)] max-h-[calc(100vh-2rem)]"}},defaultVariants:{size:gt.md}}),Wu=ue.Root,$u=ue.Trigger,ji=ue.Portal,za=ar(({className:e,...t},r)=>et(ue.Overlay,{ref:r,className:a(Qi(),e),...t},void 0,!1,void 0,this));za.displayName="AlertDialogOverlay";var en=ar(({className:e,size:t=gt.md,...r},o)=>{let i=u(t);return et(ji,{children:[et(za,{},void 0,!1,void 0,this),et(ue.Content,{ref:o,className:a(Ei({size:i}),e),...r},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});en.displayName="AlertDialogContent";var tn=({className:e,...t})=>et("div",{className:a("flex flex-col space-y-2 text-center sm:text-left",e),...t},void 0,!1,void 0,this);tn.displayName="AlertDialogHeader";var rn=({className:e,...t})=>et("div",{className:a("flex flex-col-reverse sm:flex-row sm:justify-end sm:gap-2.5",e),...t},void 0,!1,void 0,this);rn.displayName="AlertDialogFooter";var on=ar(({className:e,...t},r)=>et(ue.Title,{ref:r,className:a("text-lg font-semibold",e),...t},void 0,!1,void 0,this));on.displayName="AlertDialogTitle";var an=ar(({className:e,...t},r)=>et(ue.Description,{ref:r,className:a("text-sm text-muted-foreground",e),...t},void 0,!1,void 0,this));an.displayName="AlertDialogDescription";var nn=ar(({className:e,...t},r)=>et(ue.Action,{ref:r,className:a(Or(),e),...t},void 0,!1,void 0,this));nn.displayName="AlertDialogAction";var sn=ar(({className:e,...t},r)=>et(ue.Cancel,{ref:r,className:a(Or({variant:"outline"}),"mt-2 sm:mt-0",e),...t},void 0,!1,void 0,this));sn.displayName="AlertDialogCancel";import*as ln from"@radix-ui/react-aspect-ratio";var Ku=ln.Root;import*as nr from"@radix-ui/react-avatar";import{cva as Uu}from"class-variance-authority";import{forwardRef as xo}from"react";import{jsxDEV as ir}from"react/jsx-dev-runtime";var Ie={sm:"sm",md:"md",lg:"lg",xl:"xl"},mn=Uu("relative flex shrink-0 overflow-hidden rounded-full",{variants:{size:{[Ie.sm]:"h-6 w-6",[Ie.md]:"h-10 w-10",[Ie.lg]:"h-12 w-12",[Ie.xl]:"h-16 w-16"}},defaultVariants:{size:Ie.md}}),wa=xo(({className:e,size:t=Ie.md,...r},o)=>{let i=u(t);return ir(nr.Root,{ref:o,className:a(mn({size:i}),e),...r},void 0,!1,void 0,this)});wa.displayName="Avatar";var dn=xo(({className:e,...t},r)=>ir(nr.Image,{ref:r,className:a("aspect-square h-full w-full object-cover",e),...t},void 0,!1,void 0,this));dn.displayName="AvatarImage";var Ma=xo(({className:e,...t},r)=>ir(nr.Fallback,{ref:r,className:a("flex h-full w-full items-center justify-center rounded-full bg-muted font-medium text-muted-foreground",e),...t},void 0,!1,void 0,this));Ma.displayName="AvatarFallback";var Yu={[Ie.sm]:"-space-x-2",[Ie.md]:"-space-x-3",[Ie.lg]:"-space-x-4",[Ie.xl]:"-space-x-5"},pn=xo(({className:e,children:t,max:r,size:o=Ie.md,...i},n)=>{let s=u(o),l=Array.isArray(t)?t:[t],m=r?l.slice(0,r):l,d=r?Math.max(0,l.length-r):0;return ir("div",{ref:n,className:a("flex items-center",Yu[s],e),...i,children:[m,d>0&&ir(wa,{size:s,className:"border-2 border-background",children:ir(Ma,{className:"text-xs",children:["+",d]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});pn.displayName="AvatarGroup";import{Slot as Xu}from"@radix-ui/react-slot";import{cva as qu}from"class-variance-authority";import{X as Zu}from"lucide-react";import{forwardRef as Ju}from"react";import{jsxDEV as _r}from"react/jsx-dev-runtime";var ge={default:"default",primary:"primary",success:"success",warning:"warning",error:"error",info:"info",outline:"outline"},vt={sm:"sm",md:"md",lg:"lg",dot:"dot"},cn=qu("inline-flex items-center justify-center gap-1 whitespace-nowrap rounded-full border font-medium",{variants:{variant:{[ge.default]:"border-border bg-muted text-muted-foreground",[ge.primary]:"border-primary/30 bg-primary/10 text-primary",[ge.success]:"border-success/30 bg-success/10 text-success",[ge.warning]:"border-warning/30 bg-warning/10 text-warning",[ge.error]:"border-destructive/30 bg-destructive/10 text-destructive",[ge.info]:"border-info/30 bg-info/10 text-info",[ge.outline]:"border-border bg-transparent text-foreground"},solid:{true:"",false:""},size:{[vt.sm]:"h-5 px-2 text-[10px]",[vt.md]:"h-6 px-2.5 text-xs",[vt.lg]:"h-7 px-3 text-sm",[vt.dot]:"h-2 w-2 p-0"}},compoundVariants:[{solid:!0,variant:ge.default,className:"border-transparent bg-foreground text-background"},{solid:!0,variant:ge.primary,className:"border-primary bg-primary text-primary-foreground"},{solid:!0,variant:ge.success,className:"border-success bg-success text-background"},{solid:!0,variant:ge.warning,className:"border-warning bg-warning text-background"},{solid:!0,variant:ge.error,className:"border-destructive bg-destructive text-destructive-foreground"},{solid:!0,variant:ge.info,className:"border-info bg-info text-background"},{solid:!0,variant:ge.outline,className:"border-border bg-foreground text-background"}],defaultVariants:{variant:ge.default,solid:!1,size:vt.md}}),un=Ju(({className:e,variant:t=ge.default,size:r=vt.md,solid:o=!1,pulse:i=!1,removable:n=!1,onRemove:s,onClick:l,children:m,asChild:d=!1,...f},p)=>{let h=u(r),c=Boolean(l),v=h===vt.dot,x=(C)=>{C.stopPropagation(),s?.(C)},M=a(cn({variant:t,solid:o,size:h}),c&&"cursor-pointer",i&&"animate-pulse",n&&!v&&"pr-1",e),S=n&&!v&&_r("button",{type:"button",className:"gs-interactive ml-0.5 inline-flex size-4 items-center justify-center rounded-full text-current opacity-60 hover:opacity-100",onClick:x,"aria-label":"Remove",tabIndex:-1,children:_r(Zu,{className:"size-3"},void 0,!1,void 0,this)},void 0,!1,void 0,this);if(d)return _r(Xu,{ref:p,className:M,onClick:l,...f,children:m},void 0,!1,void 0,this);if(c)return _r("button",{ref:p,className:M,onClick:l,type:"button",...f,children:[!v&&m,S]},void 0,!0,void 0,this);return _r("span",{ref:p,className:M,...f,children:[!v&&m,S]},void 0,!0,void 0,this)});un.displayName="Badge";import{Children as Qu,cloneElement as Eu,forwardRef as ju,isValidElement as ef,useCallback as fn,useLayoutEffect as tf,useRef as rf,useState as of}from"react";import{jsxDEV as gn}from"react/jsx-dev-runtime";function af(e){let t=[];return Qu.forEach(e,(r,o)=>{if(!ef(r))return;let i=r.key??o;t.push({key:i,element:r,isLeaving:!1})}),t}function nf(e,t){let r=new Set(t.map((n)=>n.key)),o=new Set(e.map((n)=>n.key)),i=[];for(let n of e)if(r.has(n.key)){let s=t.find((l)=>l.key===n.key);if(s)i.push({...s,isLeaving:!1})}else i.push({...n,isLeaving:!0});for(let n of t)if(!o.has(n.key))i.push(n);return i}function sf(e,t,r){if(r.current)return r.current=!1,t;return nf(e,t)}var vn=ju(({children:e,className:t,onRemove:r,gap:o="sm"},i)=>{let[n,s]=of([]),l=rf(!0);tf(()=>{let p=af(e);s((h)=>sf(h,p,l))},[e]);let m=fn((p)=>{s((h)=>h.filter((c)=>c.key!==p))},[]),d=fn((p)=>{r?.(p)},[r]),f={sm:"gap-1",md:"gap-2",lg:"gap-3"}[o];return gn("div",{ref:i,className:a("inline-flex flex-wrap items-center",f,t),children:n.map((p)=>{let h={};if(p.element.props.removable&&r)h.onRemove=()=>{d(p.key)};let c=a("inline-flex transition-all duration-200",p.isLeaving&&"pointer-events-none scale-95 opacity-0");return gn("span",{className:c,onTransitionEnd:p.isLeaving?()=>m(p.key):void 0,children:Eu(p.element,h)},p.key,!1,void 0,this)})},void 0,!1,void 0,this)});vn.displayName="BadgeGroup";import{Slot as lf}from"@radix-ui/react-slot";import{cva as sr}from"class-variance-authority";import{ChevronRight as mf,MoreHorizontal as df}from"lucide-react";import{createContext as pf,forwardRef as Gr,useContext as Na}from"react";import{jsxDEV as $e}from"react/jsx-dev-runtime";var le={sm:"sm",md:"md",lg:"lg"},Co=pf(le.md),bn=sr("flex flex-wrap items-center break-words text-muted-foreground",{variants:{size:{[le.sm]:"gap-1 text-xs",[le.md]:"gap-1.5 text-sm sm:gap-2.5",[le.lg]:"gap-2 text-base sm:gap-3"}},defaultVariants:{size:le.md}}),yn=sr("inline-flex items-center gap-1.5"),Pn=sr("gs-interactive hover:text-foreground focus-visible:outline-none focus-visible:text-foreground"),hn=sr("font-normal text-foreground"),Tn=sr("",{variants:{size:{[le.sm]:"[&>svg]:size-3",[le.md]:"[&>svg]:size-3.5",[le.lg]:"[&>svg]:size-4"}},defaultVariants:{size:le.md}}),xn=sr("flex items-center justify-center",{variants:{size:{[le.sm]:"h-7 w-7 [&>svg]:size-3.5",[le.md]:"h-9 w-9 [&>svg]:size-4",[le.lg]:"h-10 w-10 [&>svg]:size-5"}},defaultVariants:{size:le.md}}),Cn=Gr(({size:e=le.md,...t},r)=>{let o=u(e)??le.md;return $e(Co.Provider,{value:o,children:$e("nav",{ref:r,"aria-label":"breadcrumb",...t},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Cn.displayName="Breadcrumb";var Sn=Gr(({className:e,...t},r)=>{let o=Na(Co);return $e("ol",{ref:r,className:a(bn({size:o}),e),...t},void 0,!1,void 0,this)});Sn.displayName="BreadcrumbList";var zn=Gr(({className:e,...t},r)=>$e("li",{ref:r,className:a(yn(),e),...t},void 0,!1,void 0,this));zn.displayName="BreadcrumbItem";var wn=Gr(({asChild:e,className:t,...r},o)=>{return $e(e?lf:"a",{ref:o,className:a(Pn(),t),...r},void 0,!1,void 0,this)});wn.displayName="BreadcrumbLink";var Mn=Gr(({className:e,...t},r)=>$e("span",{ref:r,role:"link",tabIndex:0,"aria-disabled":"true","aria-current":"page",className:a(hn(),e),...t},void 0,!1,void 0,this));Mn.displayName="BreadcrumbPage";var Nn=({children:e,className:t,...r})=>{let o=Na(Co),i={[le.sm]:"size-3",[le.md]:"size-3.5",[le.lg]:"size-4"};return $e("li",{role:"presentation","aria-hidden":"true",className:a(Tn({size:o}),t),...r,children:e??$e(mf,{className:i[o]},void 0,!1,void 0,this)},void 0,!1,void 0,this)};Nn.displayName="BreadcrumbSeparator";var Ln=({className:e,...t})=>{let r=Na(Co);return $e("span",{role:"presentation","aria-hidden":"true",className:a(xn({size:r}),e),...t,children:[$e(df,{},void 0,!1,void 0,this),$e("span",{className:"sr-only",children:"More"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};Ln.displayName="BreadcrumbEllipsis";import{cva as cf}from"class-variance-authority";import{forwardRef as uf}from"react";import{jsxDEV as ff}from"react/jsx-dev-runtime";var Wr={horizontal:"horizontal",vertical:"vertical"},Rn=cf("inline-flex items-stretch",{variants:{orientation:{[Wr.horizontal]:"flex-row",[Wr.vertical]:"flex-col"},attached:{true:"gap-0 [&>*:not(:first-child)]:rounded-l-none [&>*:not(:last-child)]:rounded-r-none",false:"gap-2"}},defaultVariants:{orientation:Wr.horizontal,attached:!1}}),Hn=uf(({className:e,orientation:t=Wr.horizontal,attached:r=!1,fullWidth:o=!1,...i},n)=>ff("div",{ref:n,className:a(Rn({orientation:t,attached:r}),o&&"w-full",e),...i},void 0,!1,void 0,this));Hn.displayName="ButtonGroup";import{cva as bt}from"class-variance-authority";import{forwardRef as gf,useCallback as lr,useEffect as vf,useMemo as kn,useState as An}from"react";import{jsxDEV as Re}from"react/jsx-dev-runtime";var B={sm:"sm",md:"md",lg:"lg",xl:"xl"},Vn=bt("flex flex-col rounded-xl border border-border bg-card/95 shadow-[var(--shadow-sm)] transition-[color,background-color,border-color,box-shadow] duration-150",{variants:{size:{[B.sm]:"p-3 text-sm",[B.md]:"p-4 text-sm",[B.lg]:"p-5 text-base",[B.xl]:"p-6 text-base"}},defaultVariants:{size:B.md}}),Bn=bt("mb-3 flex items-center justify-between",{variants:{size:{[B.sm]:"gap-1",[B.md]:"gap-2",[B.lg]:"gap-3",[B.xl]:"gap-3"}},defaultVariants:{size:B.md}}),Dn=bt("font-semibold text-foreground",{variants:{size:{[B.sm]:"text-sm",[B.md]:"text-base",[B.lg]:"text-lg",[B.xl]:"text-xl"}},defaultVariants:{size:B.md}}),La=bt(["inline-flex items-center justify-center rounded-md border border-transparent","text-muted-foreground hover:border-border/70 hover:bg-accent/60 hover:text-foreground","active:scale-[0.98]","transition-[color,background-color,border-color,box-shadow,transform,opacity] duration-150","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2","disabled:pointer-events-none disabled:opacity-50"],{variants:{size:{[B.sm]:"size-7",[B.md]:"size-8",[B.lg]:"size-10",[B.xl]:"size-10"}},defaultVariants:{size:B.md}}),Fn=bt("grid grid-cols-7",{variants:{size:{[B.sm]:"gap-0.5",[B.md]:"gap-1",[B.lg]:"gap-1.5",[B.xl]:"gap-2"}},defaultVariants:{size:B.md}}),On=bt("text-center font-semibold uppercase tracking-wide text-muted-foreground",{variants:{size:{[B.sm]:"py-1 text-[10px]",[B.md]:"py-1.5 text-xs",[B.lg]:"py-2 text-sm",[B.xl]:"py-2 text-sm"}},defaultVariants:{size:B.md}}),_n=bt(["inline-flex items-center justify-center rounded-md border border-transparent font-medium","transition-[color,background-color,border-color,box-shadow,transform,opacity] duration-150","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-1","active:scale-[0.98]"],{variants:{size:{[B.sm]:"size-7 text-xs",[B.md]:"size-9 text-sm",[B.lg]:"size-10 text-base",[B.xl]:"size-11 text-base"},state:{default:"cursor-pointer text-foreground hover:border-border/70 hover:bg-accent/60",selected:"border-primary/35 bg-primary text-primary-foreground shadow-[var(--glow-brand-sm)] hover:bg-primary/90",today:"border-primary/30 bg-primary/10 text-primary",disabled:"cursor-not-allowed border-transparent bg-muted/40 text-muted-foreground/60",outside:"",rangeStart:"cursor-pointer rounded-r-none border-primary/35 bg-primary text-primary-foreground hover:bg-primary/90",rangeEnd:"cursor-pointer rounded-l-none border-primary/35 bg-primary text-primary-foreground hover:bg-primary/90",range:"cursor-pointer rounded-none border-transparent bg-primary/12 text-primary hover:bg-primary/20"}},defaultVariants:{size:B.md,state:"default"}}),bf=bt("rounded-md border border-transparent",{variants:{size:{[B.sm]:"size-7",[B.md]:"size-9",[B.lg]:"size-10",[B.xl]:"size-11"}},defaultVariants:{size:B.md}}),In=["Su","Mo","Tu","We","Th","Fr","Sa"],yf=["January","February","March","April","May","June","July","August","September","October","November","December"],mt=(e)=>new Date(e.getFullYear(),e.getMonth(),e.getDate()),mr=(e,t)=>{return e.getDate()===t.getDate()&&e.getMonth()===t.getMonth()&&e.getFullYear()===t.getFullYear()},Gn=gf(({className:e,size:t="md",cellSize:r,mode:o="single",value:i,defaultValue:n,onChange:s,rangeValue:l,onRangeChange:m,viewMonth:d,onViewMonthChange:f,minDate:p,maxDate:h,disabledDates:c=[],weekStartsOn:v=1,highlightToday:x=!0,...M},S)=>{let C=u(t)??B.md,b=u(r??C)??C,[y,k]=An(i??n??null),[z,L]=An(i??n??new Date),A=d??z,_=lr((g)=>{if(f){let P=typeof g==="function"?g(d??z):g;f(P)}else L((P)=>{return typeof g==="function"?g(P):g})},[d,z,f]),X=i!==void 0?i:y,O=p?mt(p):null,$=h?mt(h):null;vf(()=>{if(i!==void 0){if(k(i??null),i&&!d)L(i)}},[i,d]);let w=lr((g,P)=>{return(new Date(g,P,1).getDay()-v+7)%7},[v]),I=kn(()=>{let g=A.getFullYear(),P=A.getMonth(),N=w(g,P),ce=new Date(g,P+1,0).getDate(),q=[];for(let E=0;E<N;E+=1)q.push({key:`leading-${g}-${P}-${E}`,date:null});for(let E=1;E<=ce;E+=1)q.push({key:`day-${g}-${P}-${E}`,date:new Date(g,P,E)});let Ae=(7-q.length%7)%7;for(let E=0;E<Ae;E+=1)q.push({key:`trailing-${g}-${P}-${E}`,date:null});return q},[A,w]),T=lr((g)=>{let P=mt(g);if(O&&P<O)return!0;if($&&P>$)return!0;return c.some((N)=>mr(P,mt(N)))},[O,$,c]),V=lr((g)=>{if(T(g))return"disabled";if(o==="range"&&l){let{from:P,to:N}=l;if(P&&mr(g,P))return"rangeStart";if(N&&mr(g,N))return"rangeEnd";if(P&&N){let ce=mt(g),q=mt(P),Ae=mt(N);if(ce>q&&ce<Ae)return"range"}}if(o==="single"&&X&&mr(g,X))return"selected";if(x&&mr(g,new Date))return"today";return"default"},[X,x,T,o,l]),J=lr((g)=>{if(T(g))return;let P=new Date(g);if(o==="range"){if(!l?.from||l.from&&l.to)m?.({from:P,to:void 0});else{let N=mt(l.from);if(mt(P)<N)m?.({from:P,to:l.from});else m?.({from:l.from,to:P})}return}if(i===void 0)k(P);s?.(P)},[T,o,s,m,l,i]),R=lr((g)=>{_((P)=>{let N=new Date(P);return N.setMonth(N.getMonth()+g),N})},[_]),U=kn(()=>{return[...In.slice(v),...In.slice(0,v)]},[v]);return Re("div",{ref:S,className:a(Vn({size:C}),e),...M,children:[Re("div",{className:a(Bn({size:C})),children:[Re("button",{type:"button",onClick:()=>R(-1),className:a(La({size:C})),"aria-label":"Previous month",children:Re("svg",{className:"size-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:Re("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M15 19l-7-7 7-7"},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),Re("span",{className:a(Dn({size:C})),children:[yf[A.getMonth()]," ",A.getFullYear()]},void 0,!0,void 0,this),Re("button",{type:"button",onClick:()=>R(1),className:a(La({size:C})),"aria-label":"Next month",children:Re("svg",{className:"size-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:Re("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M9 5l7 7-7 7"},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Re("div",{className:a(Fn({size:C})),children:[U.map((g)=>Re("div",{className:a(On({size:b})),children:g},g,!1,void 0,this)),I.map((g)=>{if(!g.date)return Re("div",{"aria-hidden":"true",className:a(bf({size:b}))},g.key,!1,void 0,this);let P=g.date,N=V(P);return Re("button",{type:"button",onClick:()=>J(P),disabled:N==="disabled",className:a(_n({size:b,state:N})),children:P.getDate()},g.key,!1,void 0,this)})]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});Gn.displayName="Calendar";import{Slot as dr}from"@radix-ui/react-slot";import{cva as Pf}from"class-variance-authority";import{forwardRef as pr}from"react";import{jsxDEV as cr}from"react/jsx-dev-runtime";var So={default:"default",muted:"muted",danger:"danger"},Wn=Pf("gs-interactive relative overflow-hidden rounded-[var(--radius)] border bg-card text-card-foreground shadow-[var(--shadow-sm)]",{variants:{variant:{[So.default]:"border-border",[So.muted]:"border-border/70 bg-muted/40",[So.danger]:"border-destructive/30 bg-destructive/[0.06]"}},defaultVariants:{variant:So.default}}),$n=pr(({asChild:e=!1,className:t,variant:r,...o},i)=>{return cr(e?dr:"div",{ref:i,className:a(Wn({variant:r}),t),...o},void 0,!1,void 0,this)});$n.displayName="Card";var Kn=pr(({asChild:e=!1,className:t,...r},o)=>{return cr(e?dr:"div",{ref:o,className:a("flex flex-col gap-1.5 border-b border-border/50 p-4",t),...r},void 0,!1,void 0,this)});Kn.displayName="CardHeader";var Un=pr(({asChild:e=!1,className:t,...r},o)=>{return cr(e?dr:"div",{ref:o,className:a("p-4",t),...r},void 0,!1,void 0,this)});Un.displayName="CardContent";var Yn=pr(({asChild:e=!1,className:t,...r},o)=>{return cr(e?dr:"div",{ref:o,className:a("flex items-center border-t border-border/50 p-4",t),...r},void 0,!1,void 0,this)});Yn.displayName="CardFooter";var Xn=pr(({asChild:e=!1,className:t,...r},o)=>{return cr(e?dr:"h3",{ref:o,className:a("font-semibold text-base leading-none tracking-tight",t),...r},void 0,!1,void 0,this)});Xn.displayName="CardTitle";var qn=pr(({asChild:e=!1,className:t,...r},o)=>{return cr(e?dr:"p",{ref:o,className:a("text-sm text-muted-foreground",t),...r},void 0,!1,void 0,this)});qn.displayName="CardDescription";import*as wo from"@radix-ui/react-checkbox";import{cva as hf}from"class-variance-authority";import{Check as Tf,Minus as xf}from"lucide-react";import{forwardRef as Cf}from"react";import{jsxDEV as zo}from"react/jsx-dev-runtime";var Ke={sm:"sm",md:"md",lg:"lg",xl:"xl"},ur={default:"default",error:"error",success:"success"},Jn=hf("gs-interactive inline-flex shrink-0 items-center justify-center rounded border border-border bg-background text-foreground enabled:active:scale-[0.94] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background data-[state=checked]:border-primary data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground data-[state=indeterminate]:border-primary data-[state=indeterminate]:bg-primary data-[state=indeterminate]:text-primary-foreground disabled:cursor-not-allowed disabled:border-border disabled:bg-muted/45 disabled:text-muted-foreground",{variants:{size:{[Ke.sm]:"h-4 w-4",[Ke.md]:"h-5 w-5",[Ke.lg]:"h-6 w-6",[Ke.xl]:"h-7 w-7"},status:{[ur.default]:"enabled:hover:border-primary/70",[ur.error]:"enabled:hover:border-destructive/70 focus-visible:ring-destructive data-[state=checked]:border-destructive data-[state=checked]:bg-destructive data-[state=checked]:text-destructive-foreground data-[state=indeterminate]:border-destructive data-[state=indeterminate]:bg-destructive data-[state=indeterminate]:text-destructive-foreground",[ur.success]:"enabled:hover:border-success/70 focus-visible:ring-success data-[state=checked]:border-success data-[state=checked]:bg-success data-[state=checked]:text-success-foreground data-[state=indeterminate]:border-success data-[state=indeterminate]:bg-success data-[state=indeterminate]:text-success-foreground"}},defaultVariants:{size:Ke.md,status:ur.default}}),Zn={[Ke.sm]:"size-3.5",[Ke.md]:"size-3.5",[Ke.lg]:"size-4",[Ke.xl]:"size-5"},Qn=Cf(({className:e,size:t=Ke.md,status:r=ur.default,checked:o,disabled:i,...n},s)=>{let l=u(t);return zo(wo.Root,{ref:s,checked:o,disabled:i,className:a(Jn({size:l,status:r}),e),...n,children:zo(wo.Indicator,{className:"gs-checkbox-indicator flex items-center justify-center text-current",children:o==="indeterminate"?zo(xf,{className:Zn[l]},void 0,!1,void 0,this):zo(Tf,{className:Zn[l]},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Qn.displayName="Checkbox";import{cva as yt}from"class-variance-authority";import{forwardRef as Sf,useCallback as zf,useState as wf}from"react";import{jsxDEV as Ce,Fragment as En}from"react/jsx-dev-runtime";var K={sm:"sm",md:"md",lg:"lg"},Ra={default:"default",ghost:"ghost"},jn=yt("relative rounded-lg overflow-hidden font-mono",{variants:{size:{[K.sm]:"text-xs",[K.md]:"text-sm",[K.lg]:"text-base"},variant:{[Ra.default]:"bg-muted border border-border",[Ra.ghost]:"bg-transparent"}},defaultVariants:{size:K.md,variant:Ra.default}}),es=yt("flex items-center justify-between border-b border-border bg-muted",{variants:{size:{[K.sm]:"px-2.5 py-1.5 text-xs",[K.md]:"px-4 py-2 text-sm",[K.lg]:"px-5 py-2.5 text-base"}},defaultVariants:{size:K.md}}),ts=yt("text-muted-foreground font-medium",{variants:{size:{[K.sm]:"text-[11px]",[K.md]:"text-xs",[K.lg]:"text-sm"}},defaultVariants:{size:K.md}}),rs=yt(["inline-flex items-center gap-1.5 rounded-md font-medium","text-muted-foreground hover:text-foreground hover:bg-muted","transition-all duration-150","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary"],{variants:{size:{[K.sm]:"px-2 py-1 text-xs",[K.md]:"px-2.5 py-1 text-xs",[K.lg]:"px-3 py-1.5 text-sm"},copied:{true:"text-success",false:""}},defaultVariants:{size:K.md,copied:!1}}),os=yt("overflow-x-auto",{variants:{size:{[K.sm]:"p-2.5",[K.md]:"p-4",[K.lg]:"p-5"}},defaultVariants:{size:K.md}}),as=yt("text-foreground",{variants:{size:{[K.sm]:"",[K.md]:"",[K.lg]:""},showLineNumbers:{true:"",false:""}},defaultVariants:{size:K.md,showLineNumbers:!1}}),is=yt("block",{variants:{size:{[K.sm]:"min-h-[1.25rem]",[K.md]:"min-h-[1.5rem]",[K.lg]:"min-h-[1.75rem]"},highlighted:{true:"bg-primary/10 -mx-4 px-4",false:""}},defaultVariants:{size:K.md,highlighted:!1}}),ns=yt("inline-block text-right text-muted-foreground select-none",{variants:{size:{[K.sm]:"w-6 mr-2 text-[10px]",[K.md]:"w-8 mr-4 text-xs",[K.lg]:"w-10 mr-5 text-sm"}},defaultVariants:{size:K.md}}),ss=Sf(({className:e,code:t,language:r,showLineNumbers:o=!1,highlightedLines:i=[],showCopy:n=!0,size:s="md",variant:l="default",onCopy:m,...d},f)=>{let p=u(s),[h,c]=wf(!1),v=zf(async()=>{try{await navigator.clipboard.writeText(t),c(!0),m?.(t),setTimeout(()=>c(!1),2000)}catch(S){}},[t,m]),x=t.split(`
|
|
3
|
+
`),M=new Set(i);return Ce("div",{ref:f,className:a(jn({size:p,variant:l}),e),...d,children:[(r||n)&&Ce("div",{className:a(es({size:p})),children:[Ce("span",{className:a(ts({size:p})),children:r},void 0,!1,void 0,this),n&&Ce("button",{type:"button",onClick:v,className:a(rs({size:p,copied:h})),children:h?Ce(En,{children:[Ce("svg",{className:"size-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:Ce("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M5 13l4 4L19 7"},void 0,!1,void 0,this)},void 0,!1,void 0,this),"Copied!"]},void 0,!0,void 0,this):Ce(En,{children:[Ce("svg",{className:"size-3.5",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:Ce("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z"},void 0,!1,void 0,this)},void 0,!1,void 0,this),"Copy"]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Ce("div",{className:a(os({size:p})),children:Ce("pre",{className:a(as({size:p,showLineNumbers:o})),children:Ce("code",{children:x.map((S,C)=>Ce("span",{className:a(is({size:p,highlighted:M.has(C+1)})),children:[o&&Ce("span",{className:a(ns({size:p})),children:C+1},void 0,!1,void 0,this),S,`
|
|
4
|
+
`]},`line-${String(C)}`,!0,void 0,this))},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});ss.displayName="CodeBlock";import*as fr from"@radix-ui/react-collapsible";import{cva as Mf}from"class-variance-authority";import{forwardRef as Nf}from"react";import{jsxDEV as Hf}from"react/jsx-dev-runtime";var ls=Mf("gs-collapsible-content overflow-hidden"),Lf=fr.Root,Rf=fr.CollapsibleTrigger,ms=Nf(({className:e,...t},r)=>Hf(fr.CollapsibleContent,{ref:r,className:a(ls(),e),...t},void 0,!1,void 0,this));ms.displayName="CollapsibleContent";import*as Pt from"@radix-ui/react-dialog";import{cva as Ue}from"class-variance-authority";import{createContext as kf,forwardRef as tt,useContext as Af,useEffect as If,useState as ds}from"react";import{jsxDEV as fe}from"react/jsx-dev-runtime";var ps=Ue(["fixed left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2 z-50","w-full max-w-lg","bg-background border border-border rounded-xl shadow-2xl","overflow-hidden","animate-in fade-in-0 zoom-in-95 duration-200","data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95"],{variants:{size:{sm:"max-w-sm",md:"max-w-lg",lg:"max-w-2xl"}},defaultVariants:{size:"md"}}),cs=Ue(["fixed inset-0 z-50 bg-black/50 backdrop-blur-sm","animate-in fade-in-0 duration-200","data-[state=closed]:animate-out data-[state=closed]:fade-out-0"]),us=Ue(["flex h-12 w-full bg-transparent px-4 py-3","text-base text-foreground placeholder:text-muted-foreground","border-b border-border","focus:outline-none","disabled:cursor-not-allowed disabled:opacity-50"]),fs=Ue(["max-h-[300px] overflow-y-auto overflow-x-hidden p-2"]),gs=Ue(["py-6 text-center text-sm text-muted-foreground"]),vs=Ue(["overflow-hidden"]),bs=Ue(["px-2 py-1.5 text-xs font-medium text-muted-foreground"]),Mo={default:"default",danger:"danger"},ys=Ue(["relative flex items-center gap-2 rounded-lg px-2 py-2","text-sm cursor-pointer select-none","outline-none transition-colors duration-150","data-[disabled=true]:pointer-events-none data-[disabled=true]:opacity-50"],{variants:{selected:{true:"bg-primary/10 text-primary",false:"hover:bg-background-subtle"},variant:{[Mo.default]:"text-foreground",[Mo.danger]:"text-destructive hover:bg-destructive/10 focus:bg-destructive focus:text-destructive-foreground"}},defaultVariants:{selected:!1,variant:Mo.default}}),Ps=Ue(["-mx-1 my-1 h-px bg-border"]),hs=Ue(["ml-auto text-xs tracking-widest text-muted-foreground"]),Ts=Ue(["flex items-center justify-center py-6"]),xs=kf(null),Ha=()=>{let e=Af(xs);if(!e)throw Error("useCommand must be used within a Command");return e},ka=tt(({className:e,children:t,loop:r=!0,...o},i)=>{let[n,s]=ds(""),[l,m]=ds(0);return fe(xs.Provider,{value:{search:n,setSearch:s,selectedIndex:l,setSelectedIndex:m},children:fe("div",{ref:i,className:a("flex flex-col overflow-hidden rounded-xl bg-background",e),...o,children:t},void 0,!1,void 0,this)},void 0,!1,void 0,this)});ka.displayName="Command";var Cs=tt(({children:e,size:t,...r},o)=>{return fe(Pt.Root,{...r,children:fe(Pt.Portal,{children:[fe(Pt.Overlay,{className:a(cs())},void 0,!1,void 0,this),fe(Pt.Content,{ref:o,className:a(ps({size:t})),children:fe(ka,{children:e},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)});Cs.displayName="CommandDialog";var Ss=tt(({className:e,icon:t,...r},o)=>{let{search:i,setSearch:n,setSelectedIndex:s}=Ha();return fe("div",{className:"flex items-center border-border border-b px-3",children:[t&&fe("span",{className:"mr-2 shrink-0 text-muted-foreground",children:t},void 0,!1,void 0,this),fe("input",{ref:o,value:i,onChange:(l)=>{n(l.target.value),s(0)},className:a(us(),e),...r},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Ss.displayName="CommandInput";var zs=tt(({className:e,children:t,...r},o)=>{return fe("div",{ref:o,className:a(fs(),e),...r,children:t},void 0,!1,void 0,this)});zs.displayName="CommandList";var ws=tt(({className:e,children:t="No results found.",...r},o)=>{return fe("div",{ref:o,className:a(gs(),e),...r,children:t},void 0,!1,void 0,this)});ws.displayName="CommandEmpty";var Ms=tt(({className:e,heading:t,children:r,...o},i)=>{return fe("div",{ref:i,className:a(vs(),e),...o,children:[t&&fe("div",{className:a(bs()),children:t},void 0,!1,void 0,this),r]},void 0,!0,void 0,this)});Ms.displayName="CommandGroup";var Ns=tt(({className:e,disabled:t,onSelect:r,children:o,keywords:i,variant:n,...s},l)=>{let{search:m}=Ha();if(!(()=>{if(!m)return!0;let f=m.toLowerCase();if((typeof o==="string"?o.toLowerCase():"").includes(f))return!0;if(i?.some((h)=>h.toLowerCase().includes(f)))return!0;return!1})())return null;return fe("div",{ref:l,role:"option","aria-selected":!1,"aria-disabled":t,"data-disabled":t,onClick:()=>!t&&r?.(),onKeyDown:(f)=>{if(f.key==="Enter"&&!t)f.preventDefault(),r?.()},tabIndex:t?-1:0,className:a(ys({selected:!1,variant:n}),e),...s,children:o},void 0,!1,void 0,this)});Ns.displayName="CommandItem";var Ls=tt(({className:e,...t},r)=>{return fe("div",{ref:r,className:a(Ps(),e),...t},void 0,!1,void 0,this)});Ls.displayName="CommandSeparator";var Rs=tt(({className:e,children:t,...r},o)=>{return fe("span",{ref:o,className:a(hs(),e),...r,children:t},void 0,!1,void 0,this)});Rs.displayName="CommandShortcut";var Hs=tt(({className:e,children:t,...r},o)=>{return fe("div",{ref:o,className:a(Ts(),e),...r,children:t},void 0,!1,void 0,this)});Hs.displayName="CommandLoading";var Vf=({key:e,modifier:t="meta",callback:r})=>{If(()=>{let o=(i)=>{if({ctrl:i.ctrlKey,meta:i.metaKey,alt:i.altKey,shift:i.shiftKey}[t]&&i.key.toLowerCase()===e.toLowerCase())i.preventDefault(),r()};return document.addEventListener("keydown",o),()=>document.removeEventListener("keydown",o)},[e,t,r])};import*as D from"@radix-ui/react-context-menu";import{cva as Dt}from"class-variance-authority";import{Check as Bf,ChevronRight as Df,Circle as Ff}from"lucide-react";import{createContext as Of,forwardRef as ht,useContext as gr}from"react";import{jsxDEV as me}from"react/jsx-dev-runtime";var G={sm:"sm",md:"md",lg:"lg"},No={default:"default",danger:"danger"},Ft=Of(G.md),Aa=Dt("z-50 min-w-[8rem] overflow-hidden rounded-[var(--radius)] border border-border/70 bg-popover p-1 text-popover-foreground shadow-[var(--shadow-md)] gs-float-content origin-[var(--radix-context-menu-content-transform-origin)]"),Ia=Dt("gs-interactive relative flex cursor-pointer select-none items-center rounded-md outline-none data-[disabled]:pointer-events-none data-[disabled]:text-muted-foreground/50 data-[disabled]:cursor-not-allowed [&_svg]:pointer-events-none [&_svg]:shrink-0",{variants:{size:{[G.sm]:"h-6 gap-1.5 px-1.5 text-xs [&_svg]:size-3",[G.md]:"h-8 gap-2 px-2 text-sm [&_svg]:size-4",[G.lg]:"h-9 gap-2 px-2.5 text-sm [&_svg]:size-4"},variant:{[No.default]:"hover:bg-accent/80 focus:bg-accent focus:text-accent-foreground",[No.danger]:"text-destructive hover:bg-destructive/10 focus:bg-destructive focus:text-destructive-foreground"}},defaultVariants:{size:G.md,variant:No.default}}),ks=Dt("gs-interactive relative flex cursor-pointer select-none items-center rounded-md outline-none hover:bg-accent/80 focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:text-muted-foreground/50 data-[disabled]:cursor-not-allowed",{variants:{size:{[G.sm]:"h-6 pl-6 pr-1.5 text-xs",[G.md]:"h-8 pl-8 pr-2 text-sm",[G.lg]:"h-9 pl-8 pr-2.5 text-sm"}},defaultVariants:{size:G.md}}),As=Dt("gs-interactive relative flex cursor-pointer select-none items-center rounded-md outline-none hover:bg-accent/80 focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:text-muted-foreground/50 data-[disabled]:cursor-not-allowed",{variants:{size:{[G.sm]:"h-6 pl-6 pr-1.5 text-xs",[G.md]:"h-8 pl-8 pr-2 text-sm",[G.lg]:"h-9 pl-8 pr-2.5 text-sm"}},defaultVariants:{size:G.md}}),Is=Dt("font-semibold text-muted-foreground",{variants:{size:{[G.sm]:"px-1.5 py-0.5 text-[10px]",[G.md]:"px-2 py-1.5 text-xs",[G.lg]:"px-2.5 py-1.5 text-xs"}},defaultVariants:{size:G.md}}),Vs=Dt("-mx-1 my-1 h-px bg-border/50"),Bs=Dt("ml-auto tracking-widest text-muted-foreground/70",{variants:{size:{[G.sm]:"text-[10px]",[G.md]:"text-xs",[G.lg]:"text-xs"}},defaultVariants:{size:G.md}}),Ds={[G.sm]:"absolute left-1.5 flex size-3 items-center justify-center",[G.md]:"absolute left-2 flex size-3.5 items-center justify-center",[G.lg]:"absolute left-2.5 flex size-4 items-center justify-center"},_f={[G.sm]:"size-3",[G.md]:"size-3.5",[G.lg]:"size-4"},Gf={[G.sm]:"size-1.5 fill-current",[G.md]:"size-2 fill-current",[G.lg]:"size-2.5 fill-current"},Wf=D.Root,$f=D.Trigger,Kf=D.Group,Uf=D.Portal,Yf=D.Sub,Xf=D.RadioGroup,Fs=ht(({className:e,inset:t,children:r,...o},i)=>{let n=gr(Ft),s=u(n);return me(D.SubTrigger,{ref:i,className:a(Ia({size:s}),"data-[state=open]:bg-accent",t&&"pl-8",e),...o,children:[r,me(Df,{className:"ml-auto"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Fs.displayName=D.SubTrigger.displayName;var Os=ht(({className:e,...t},r)=>me(D.Portal,{children:me(D.SubContent,{ref:r,className:a(Aa(),e),...t},void 0,!1,void 0,this)},void 0,!1,void 0,this));Os.displayName=D.SubContent.displayName;var _s=ht(({className:e,size:t,...r},o)=>{let i=u(t)??G.md;return me(Ft.Provider,{value:i,children:me(D.Portal,{children:me(D.Content,{ref:o,className:a(Aa(),e),...r},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)});_s.displayName=D.Content.displayName;var Gs=ht(({className:e,inset:t,variant:r,...o},i)=>{let n=gr(Ft),s=u(n);return me(D.Item,{ref:i,className:a(Ia({size:s,variant:r}),t&&"pl-8",e),...o},void 0,!1,void 0,this)});Gs.displayName=D.Item.displayName;var Ws=ht(({className:e,children:t,checked:r,...o},i)=>{let n=gr(Ft),s=u(n)??G.md;return me(D.CheckboxItem,{ref:i,className:a(ks({size:s}),e),checked:r,...o,children:[me("span",{className:Ds[s],children:me(D.ItemIndicator,{children:me(Bf,{className:_f[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)});Ws.displayName=D.CheckboxItem.displayName;var $s=ht(({className:e,children:t,...r},o)=>{let i=gr(Ft),n=u(i)??G.md;return me(D.RadioItem,{ref:o,className:a(As({size:n}),e),...r,children:[me("span",{className:Ds[n],children:me(D.ItemIndicator,{children:me(Ff,{className:Gf[n]},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),t]},void 0,!0,void 0,this)});$s.displayName=D.RadioItem.displayName;var Ks=ht(({className:e,inset:t,...r},o)=>{let i=gr(Ft),n=u(i);return me(D.Label,{ref:o,className:a(Is({size:n}),t&&"pl-8",e),...r},void 0,!1,void 0,this)});Ks.displayName=D.Label.displayName;var Us=ht(({className:e,...t},r)=>me(D.Separator,{ref:r,className:a(Vs(),e),...t},void 0,!1,void 0,this));Us.displayName=D.Separator.displayName;var Ys=({className:e,...t})=>{let r=gr(Ft),o=u(r);return me("span",{className:a(Bs({size:o}),e),...t},void 0,!1,void 0,this)};Ys.displayName="ContextMenuShortcut";import*as ve from"@radix-ui/react-dialog";import{cva as qf}from"class-variance-authority";import{X as Zf}from"lucide-react";import{forwardRef as Lo}from"react";import{jsxDEV as Ye}from"react/jsx-dev-runtime";var Tt={sm:"sm",md:"md",lg:"lg",xl:"xl",full:"full"},Va=ve.Root,Jf=ve.Trigger,Xs=ve.Portal,Qf=ve.Close,Ba=Lo(({className:e,...t},r)=>Ye(ve.Overlay,{ref:r,className:a("gs-dialog-overlay fixed inset-0 z-50 bg-black/50",e),...t},void 0,!1,void 0,this));Ba.displayName="DialogOverlay";var qs=qf("gs-dialog-content fixed left-1/2 top-1/2 z-50 grid w-full gap-4 border border-border bg-background p-6 text-foreground shadow-[var(--shadow-xl)] rounded-[var(--radius)]",{variants:{size:{[Tt.sm]:"max-w-sm",[Tt.md]:"max-w-md",[Tt.lg]:"max-w-lg",[Tt.xl]:"max-w-xl",[Tt.full]:"max-w-[calc(100vw-2rem)] max-h-[calc(100vh-2rem)]"}},defaultVariants:{size:Tt.md}}),Ro=Lo(({className:e,children:t,size:r=Tt.md,showClose:o=!0,...i},n)=>{let s=u(r);return Ye(Xs,{children:[Ye(Ba,{},void 0,!1,void 0,this),Ye(ve.Content,{ref:n,className:a(qs({size:s}),e),...i,children:[t,o&&Ye(ve.Close,{className:"gs-interactive absolute top-4 right-4 rounded-[var(--radius)] border border-border p-1.5 text-muted-foreground hover:bg-accent hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none",children:[Ye(Zf,{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)});Ro.displayName="DialogContent";var Zs=({className:e,...t})=>Ye("div",{className:a("flex flex-col space-y-1.5 text-center sm:text-left",e),...t},void 0,!1,void 0,this);Zs.displayName="DialogHeader";var Js=({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);Js.displayName="DialogFooter";var Qs=Lo(({className:e,...t},r)=>Ye(ve.Title,{ref:r,className:a("font-semibold text-lg leading-none tracking-tight",e),...t},void 0,!1,void 0,this));Qs.displayName="DialogTitle";var Es=Lo(({className:e,...t},r)=>Ye(ve.Description,{ref:r,className:a("text-muted-foreground text-sm",e),...t},void 0,!1,void 0,this));Es.displayName="DialogDescription";import{cva as Da}from"class-variance-authority";import{X as Ef}from"lucide-react";import{forwardRef as Ho}from"react";import{Drawer as dt}from"vaul";import{jsxDEV as Ve}from"react/jsx-dev-runtime";var Be={sm:"sm",md:"md",lg:"lg",xl:"xl",full:"full"},jf={[Be.sm]:"sm:max-w-sm",[Be.md]:"sm:max-w-md",[Be.lg]:"sm:max-w-lg",[Be.xl]:"sm:max-w-xl",[Be.full]:"sm:max-w-full"},eg={[Be.sm]:"sm:max-h-[30vh]",[Be.md]:"sm:max-h-[50vh]",[Be.lg]:"sm:max-h-[70vh]",[Be.xl]:"sm:max-h-[85vh]",[Be.full]:"sm:max-h-full"},js=Da(["fixed inset-0 z-50 bg-black/50","data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:duration-200","data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:duration-150"]),el=Da(["group/drawer-content fixed z-50 flex h-auto flex-col border border-border bg-background shadow-[var(--shadow-xl)]","data-[vaul-drawer-direction=top]:inset-x-0 data-[vaul-drawer-direction=top]:top-0 data-[vaul-drawer-direction=top]:mb-24 data-[vaul-drawer-direction=top]:max-h-[80vh] data-[vaul-drawer-direction=top]:rounded-b-xl data-[vaul-drawer-direction=top]:border-t-0","data-[vaul-drawer-direction=bottom]:inset-x-0 data-[vaul-drawer-direction=bottom]:bottom-0 data-[vaul-drawer-direction=bottom]:mt-24 data-[vaul-drawer-direction=bottom]:max-h-[80vh] data-[vaul-drawer-direction=bottom]:rounded-t-xl data-[vaul-drawer-direction=bottom]:border-b-0","data-[vaul-drawer-direction=right]:inset-y-0 data-[vaul-drawer-direction=right]:right-0 data-[vaul-drawer-direction=right]:h-full data-[vaul-drawer-direction=right]:w-3/4 data-[vaul-drawer-direction=right]:border-r-0","data-[vaul-drawer-direction=left]:inset-y-0 data-[vaul-drawer-direction=left]:left-0 data-[vaul-drawer-direction=left]:h-full data-[vaul-drawer-direction=left]:w-3/4 data-[vaul-drawer-direction=left]:border-l-0"]),tl=Da("mx-auto shrink-0 rounded-full bg-muted-foreground/25 transition-colors duration-150 hover:bg-muted-foreground/40",{variants:{direction:{top:"mb-4 mt-2 h-1.5 w-[60px]",bottom:"mb-2 mt-4 h-1.5 w-[60px]",left:"ml-auto mr-2 mt-auto mb-auto h-[60px] w-1.5",right:"ml-2 mr-auto mt-auto mb-auto h-[60px] w-1.5"}},defaultVariants:{direction:"bottom"}}),tg=dt.Root,rg=dt.Trigger,og=dt.Close,rl=dt.Portal,Fa=Ho(({className:e,...t},r)=>Ve(dt.Overlay,{ref:r,className:a(js(),e),...t},void 0,!1,void 0,this));Fa.displayName="DrawerOverlay";var ol=Ho(({size:e=Be.md,showClose:t=!1,direction:r="bottom",className:o,children:i,...n},s)=>{let m=r==="left"||r==="right"?jf[e]:eg[e];return Ve(rl,{children:[Ve(Fa,{},void 0,!1,void 0,this),Ve(dt.Content,{ref:s,className:a(el(),m,o),...n,children:[(r==="top"||r==="bottom")&&Ve("div",{className:a(tl({direction:r}))},void 0,!1,void 0,this),i,t&&Ve(dt.Close,{className:"absolute top-4 right-4 rounded-[var(--radius)] border border-border p-1.5 text-muted-foreground transition-[color,background-color,border-color] duration-150 hover:bg-accent hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none",children:[Ve(Ef,{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)});ol.displayName="DrawerContent";var al=({className:e,...t})=>Ve("div",{className:a("flex flex-col gap-1.5 p-4 group-data-[vaul-drawer-direction=bottom]/drawer-content:text-center group-data-[vaul-drawer-direction=top]/drawer-content:text-center sm:text-left",e),...t},void 0,!1,void 0,this);al.displayName="DrawerHeader";var il=({className:e,...t})=>Ve("div",{className:a("mt-auto flex flex-col gap-2 p-4",e),...t},void 0,!1,void 0,this);il.displayName="DrawerFooter";var nl=Ho(({className:e,...t},r)=>Ve(dt.Title,{ref:r,className:a("font-semibold text-foreground text-lg",e),...t},void 0,!1,void 0,this));nl.displayName="DrawerTitle";var sl=Ho(({className:e,...t},r)=>Ve(dt.Description,{ref:r,className:a("text-muted-foreground text-sm",e),...t},void 0,!1,void 0,this));sl.displayName="DrawerDescription";import*as F from"@radix-ui/react-dropdown-menu";import{cva as _t}from"class-variance-authority";import{Check as ag,ChevronRight as ig,Circle as ng}from"lucide-react";import{createContext as sg,forwardRef as xt,useCallback as lg,useContext as vr,useEffect as mg,useRef as ll,useState as dg}from"react";import{jsxDEV as se}from"react/jsx-dev-runtime";var W={sm:"sm",md:"md",lg:"lg"},ko={default:"default",danger:"danger"},Gt=sg(W.md),Ot=null,$r=null,pg=0,Oa=_t("z-50 min-w-[8rem] overflow-hidden rounded-[var(--radius)] border border-border/70 bg-popover p-1 text-popover-foreground shadow-[var(--shadow-md)] gs-float-content origin-[var(--radix-dropdown-menu-content-transform-origin)]"),_a=_t("gs-interactive relative flex cursor-pointer select-none items-center rounded-md outline-none data-[disabled]:pointer-events-none data-[disabled]:text-muted-foreground/50 data-[disabled]:cursor-not-allowed [&_svg]:pointer-events-none [&_svg]:shrink-0",{variants:{size:{[W.sm]:"h-6 gap-1.5 px-1.5 text-xs [&_svg]:size-3",[W.md]:"h-8 gap-2 px-2 text-sm [&_svg]:size-4",[W.lg]:"h-9 gap-2 px-2.5 text-sm [&_svg]:size-4"},variant:{[ko.default]:"hover:bg-accent/80 focus:bg-accent focus:text-accent-foreground",[ko.danger]:"text-destructive hover:bg-destructive/10 focus:bg-destructive focus:text-destructive-foreground"}},defaultVariants:{size:W.md,variant:ko.default}}),ml=_t("gs-interactive relative flex cursor-pointer select-none items-center rounded-md outline-none hover:bg-accent/80 focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:text-muted-foreground/50 data-[disabled]:cursor-not-allowed",{variants:{size:{[W.sm]:"h-6 pl-6 pr-1.5 text-xs",[W.md]:"h-8 pl-8 pr-2 text-sm",[W.lg]:"h-9 pl-8 pr-2.5 text-sm"}},defaultVariants:{size:W.md}}),dl=_t("gs-interactive relative flex cursor-pointer select-none items-center rounded-md outline-none hover:bg-accent/80 focus:bg-accent focus:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:text-muted-foreground/50 data-[disabled]:cursor-not-allowed",{variants:{size:{[W.sm]:"h-6 pl-6 pr-1.5 text-xs",[W.md]:"h-8 pl-8 pr-2 text-sm",[W.lg]:"h-9 pl-8 pr-2.5 text-sm"}},defaultVariants:{size:W.md}}),pl=_t("font-semibold text-muted-foreground",{variants:{size:{[W.sm]:"px-1.5 py-0.5 text-[10px]",[W.md]:"px-2 py-1.5 text-xs",[W.lg]:"px-2.5 py-1.5 text-xs"}},defaultVariants:{size:W.md}}),cl=_t("-mx-1 my-1 h-px bg-border/50"),ul=_t("ml-auto tracking-widest text-muted-foreground/70",{variants:{size:{[W.sm]:"text-[10px]",[W.md]:"text-xs",[W.lg]:"text-xs"}},defaultVariants:{size:W.md}}),fl={[W.sm]:"absolute left-1.5 flex size-3 items-center justify-center",[W.md]:"absolute left-2 flex size-3.5 items-center justify-center",[W.lg]:"absolute left-2.5 flex size-4 items-center justify-center"},cg={[W.sm]:"size-3",[W.md]:"size-3.5",[W.lg]:"size-4"},ug={[W.sm]:"size-1.5 fill-current",[W.md]:"size-2 fill-current",[W.lg]:"size-2.5 fill-current"},gl=({children:e,open:t,defaultOpen:r,onOpenChange:o,...i})=>{let[n,s]=dg(r??!1),l=t!==void 0,m=l?t:n,d=ll(++pg),f=ll({onOpenChange:o,isControlled:l});f.current={onOpenChange:o,isControlled:l};let p=lg((h)=>{let{onOpenChange:c,isControlled:v}=f.current;if(h){if(Ot!==null&&Ot!==d.current&&$r)$r();Ot=d.current,$r=()=>{let{onOpenChange:x,isControlled:M}=f.current;if(!M)s(!1);x?.(!1)}}else if(Ot===d.current)Ot=null,$r=null;if(!v)s(h);c?.(h)},[]);return mg(()=>{return()=>{if(Ot===d.current)Ot=null,$r=null}},[]),se(F.Root,{open:m,onOpenChange:p,...i,children:e},void 0,!1,void 0,this)};gl.displayName="DropdownMenu";var fg=F.Trigger,gg=F.Group,vg=F.Portal,bg=F.Sub,yg=F.RadioGroup,vl=xt(({className:e,inset:t,children:r,...o},i)=>{let n=vr(Gt),s=u(n);return se(F.SubTrigger,{ref:i,className:a(_a({size:s}),"data-[state=open]:bg-accent",t&&"pl-8",e),...o,children:[r,se(ig,{className:"ml-auto"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});vl.displayName=F.SubTrigger.displayName;var bl=xt(({className:e,...t},r)=>se(F.Portal,{children:se(F.SubContent,{ref:r,className:a(Oa(),e),...t},void 0,!1,void 0,this)},void 0,!1,void 0,this));bl.displayName=F.SubContent.displayName;var yl=xt(({className:e,sideOffset:t=4,size:r,...o},i)=>{let n=u(r)??W.md;return se(Gt.Provider,{value:n,children:se(F.Portal,{children:se(F.Content,{ref:i,sideOffset:t,className:a(Oa(),e),...o},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)});yl.displayName=F.Content.displayName;var Pl=xt(({className:e,inset:t,variant:r,...o},i)=>{let n=vr(Gt),s=u(n);return se(F.Item,{ref:i,className:a(_a({size:s,variant:r}),t&&"pl-8",e),...o},void 0,!1,void 0,this)});Pl.displayName=F.Item.displayName;var hl=xt(({className:e,children:t,checked:r,...o},i)=>{let n=vr(Gt),s=u(n)??W.md;return se(F.CheckboxItem,{ref:i,className:a(ml({size:s}),e),checked:r,...o,children:[se("span",{className:fl[s],children:se(F.ItemIndicator,{children:se(ag,{className:cg[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)});hl.displayName=F.CheckboxItem.displayName;var Tl=xt(({className:e,children:t,...r},o)=>{let i=vr(Gt),n=u(i)??W.md;return se(F.RadioItem,{ref:o,className:a(dl({size:n}),e),...r,children:[se("span",{className:fl[n],children:se(F.ItemIndicator,{children:se(ng,{className:ug[n]},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),t]},void 0,!0,void 0,this)});Tl.displayName=F.RadioItem.displayName;var xl=xt(({className:e,inset:t,...r},o)=>{let i=vr(Gt),n=u(i);return se(F.Label,{ref:o,className:a(pl({size:n}),t&&"pl-8",e),...r},void 0,!1,void 0,this)});xl.displayName=F.Label.displayName;var Cl=xt(({className:e,...t},r)=>se(F.Separator,{ref:r,className:a(cl(),e),...t},void 0,!1,void 0,this));Cl.displayName=F.Separator.displayName;var Sl=({className:e,...t})=>{let r=vr(Gt),o=u(r);return se("span",{className:a(ul({size:o}),e),...t},void 0,!1,void 0,this)};Sl.displayName="DropdownMenuShortcut";import{cva as Ur}from"class-variance-authority";import{forwardRef as Pg}from"react";import{jsxDEV as Kr}from"react/jsx-dev-runtime";var be={sm:"sm",md:"md",lg:"lg"},zl=Ur("flex flex-col items-center justify-center text-center rounded-[var(--radius)] border border-dashed border-border/50 bg-muted/20",{variants:{size:{[be.sm]:"gap-2 p-4",[be.md]:"gap-4 p-8",[be.lg]:"gap-6 p-12"}},defaultVariants:{size:be.md}}),wl=Ur("flex items-center justify-center rounded-full bg-muted/50 text-muted-foreground",{variants:{size:{[be.sm]:"h-10 w-10 [&>svg]:h-4 [&>svg]:w-4",[be.md]:"h-16 w-16 [&>svg]:h-7 [&>svg]:w-7",[be.lg]:"h-20 w-20 [&>svg]:h-9 [&>svg]:w-9"}},defaultVariants:{size:be.md}}),Ml=Ur("font-semibold text-foreground",{variants:{size:{[be.sm]:"text-sm",[be.md]:"text-lg",[be.lg]:"text-xl"}},defaultVariants:{size:be.md}}),Nl=Ur("text-muted-foreground max-w-sm",{variants:{size:{[be.sm]:"text-xs",[be.md]:"text-sm",[be.lg]:"text-base"}},defaultVariants:{size:be.md}}),Ll=Ur("flex items-center gap-2 mt-2"),Rl=Pg(({className:e,icon:t,title:r,description:o,actions:i,size:n=be.md,children:s,...l},m)=>{let d=u(n);return Kr("div",{ref:m,className:a(zl({size:d}),e),...l,children:[t&&Kr("div",{className:wl({size:d}),children:t},void 0,!1,void 0,this),r&&Kr("h3",{className:Ml({size:d}),children:r},void 0,!1,void 0,this),o&&Kr("p",{className:Nl({size:d}),children:o},void 0,!1,void 0,this),i&&Kr("div",{className:Ll(),children:i},void 0,!1,void 0,this),s]},void 0,!0,void 0,this)});Rl.displayName="EmptyState";import{cva as br}from"class-variance-authority";import{Component as hg,createElement as Hl}from"react";import{jsxDEV as Se,Fragment as xg}from"react/jsx-dev-runtime";var kl=br(["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"}}),Al=br(["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"}}),Il=br("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"}}),Vl=br("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"}}),Bl=br("mt-2 flex flex-wrap items-center justify-center gap-2"),Dl=br("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 Fl extends hg{static displayName="ErrorBoundary";constructor(e){super(e);this.state={hasError:!1,error:null}}static getDerivedStateFromError(e){return{hasError:!0,error:e}}componentDidCatch(e,t){this.props.onError?.(e,t)}handleReset=()=>{this.setState({hasError:!1,error:null}),this.props.onReset?.()};render(){let{children:e,fallback:t,showDetails:r=!1,size:o="md",variant:i="destructive",className:n,title:s="Something went wrong",description:l="An unexpected error occurred. Please try again.",icon:m,actions:d,resetLabel:f="Try again",hideReset:p=!1,renderDetails:h}=this.props;if(this.state.hasError&&this.state.error){let c={error:this.state.error,reset:this.handleReset};if(t){if(typeof t==="function")return Hl(t,c);return t}let v=null;if(d)v=typeof d==="function"?Hl(d,c):d;else if(!p){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"};v=Se("button",{type:"button",onClick:this.handleReset,className:a("inline-flex items-center justify-center rounded-md border px-4 py-2 font-medium text-sm","transition-colors duration-150 ease-out","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-1",M[i]),children:f},void 0,!1,void 0,this)}let x=h?h(this.state.error):Se(xg,{children:[Se("strong",{children:"Error:"},void 0,!1,void 0,this)," ",this.state.error.message,this.state.error.stack&&Se("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 Se("div",{className:a(kl({size:o,variant:i}),n),children:[Se("div",{className:a(Al({size:o,variant:i})),children:m??Se(Tg,{},void 0,!1,void 0,this)},void 0,!1,void 0,this),Se("h3",{className:a(Il({size:o,variant:i})),children:s},void 0,!1,void 0,this),Se("p",{className:a(Vl({size:o})),children:l},void 0,!1,void 0,this),v&&Se("div",{className:a(Bl()),children:v},void 0,!1,void 0,this),r&&Se("div",{className:a(Dl()),children:x},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}return e}}function Tg(){return Se("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:[Se("circle",{cx:"12",cy:"12",r:"10"},void 0,!1,void 0,this),Se("line",{x1:"12",x2:"12",y1:"8",y2:"12"},void 0,!1,void 0,this),Se("line",{x1:"12",x2:"12.01",y1:"16",y2:"16"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}import{cva as Ct}from"class-variance-authority";import{forwardRef as Cg,useCallback as Xe,useRef as Sg,useState as Ol}from"react";import{jsxDEV as he}from"react/jsx-dev-runtime";var ee={sm:"sm",md:"md",lg:"lg",xl:"xl"},_l=Ct(["relative flex flex-col items-center justify-center","rounded-xl border-2 border-dashed","shadow-[var(--shadow-xs)]","transition-[color,background-color,border-color,box-shadow,transform,opacity] duration-150","cursor-pointer","hover:border-primary/45 hover:bg-primary/8","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2"],{variants:{size:{[ee.sm]:"min-h-28 p-5",[ee.md]:"min-h-36 p-8",[ee.lg]:"min-h-44 p-10",[ee.xl]:"min-h-52 p-12"},isDragging:{true:"scale-[1.01] border-primary bg-primary/12 shadow-[var(--glow-brand-sm)]",false:"border-border bg-card/75"},disabled:{true:"cursor-not-allowed border-border/70 bg-muted/35 text-muted-foreground pointer-events-none",false:""},hasError:{true:"border-destructive bg-destructive/5",false:""}},defaultVariants:{size:ee.md,isDragging:!1,disabled:!1,hasError:!1}}),Gl=Ct("text-muted-foreground transition-colors duration-200",{variants:{size:{[ee.sm]:"mb-2 size-6",[ee.md]:"size-8 mb-3",[ee.lg]:"size-10 mb-4",[ee.xl]:"size-12 mb-5"},isDragging:{true:"text-primary",false:""}},defaultVariants:{size:ee.md,isDragging:!1}}),Ga=Ct("text-center",{variants:{size:{[ee.sm]:"text-sm",[ee.md]:"text-sm",[ee.lg]:"text-base",[ee.xl]:"text-lg"}},defaultVariants:{size:ee.md}}),Wl=Ct("mt-4 w-full space-y-2"),$l=Ct(["flex items-center gap-3 rounded-lg border border-border/75 bg-card p-3.5","transition-[color,background-color,border-color,box-shadow,transform,opacity] duration-150","hover:border-primary/30 hover:bg-accent/45"]),Kl=Ct("min-w-0 flex-1 truncate font-medium text-foreground",{variants:{size:{[ee.sm]:"text-sm",[ee.md]:"text-sm",[ee.lg]:"text-base",[ee.xl]:"text-base"}},defaultVariants:{size:"md"}}),Ul=Ct("text-muted-foreground",{variants:{size:{[ee.sm]:"text-xs",[ee.md]:"text-sm",[ee.lg]:"text-sm",[ee.xl]:"text-base"}},defaultVariants:{size:"md"}}),Yl=Ct(["size-7 shrink-0 rounded-full border border-transparent","flex items-center justify-center","text-muted-foreground hover:border-destructive/25 hover:bg-destructive/10 hover:text-destructive","transition-colors duration-150","cursor-pointer"]),Xl=Cg(({className:e,size:t="md",disabled:r=!1,accept:o,multiple:i=!1,maxSize:n,maxFiles:s,value:l=[],onChange:m,onError:d,icon:f,title:p="Drop files here or click to upload",description:h,showFileList:c=!0,...v},x)=>{let M=u(t),[S,C]=Ol(!1),[b,y]=Ol(!1),k=Sg(null),z=Xe((R)=>{if(R===0)return"0 Bytes";let U=1024,g=["Bytes","KB","MB","GB"],P=Math.floor(Math.log(R)/Math.log(U));return`${parseFloat((R/U**P).toFixed(2))} ${g[P]}`},[]),L=Xe((R)=>{let U=[...R];if(y(!1),o){let g=o.split(",").map((P)=>P.trim());if(U=U.filter((P)=>{return g.some((N)=>{if(N.startsWith("."))return P.name.toLowerCase().endsWith(N.toLowerCase());if(N.endsWith("/*"))return P.type.startsWith(N.slice(0,-1));return P.type===N})}),U.length<R.length)d?.("Some files were rejected due to file type"),y(!0)}if(n){let g=U.length;if(U=U.filter((P)=>P.size<=n),U.length<g)d?.(`File size must be less than ${z(n)}`),y(!0)}if(s&&U.length+l.length>s)U=U.slice(0,s-l.length),d?.(`Maximum ${s} files allowed`),y(!0);return U},[o,n,s,l.length,d,z]),A=Xe((R)=>{if(!R||R.length===0)return;let U=Array.from(R),g=L(U);if(g.length>0)if(i)m?.([...l,...g]);else m?.(g.slice(0,1))},[i,l,m,L]),_=Xe((R)=>{R.preventDefault(),R.stopPropagation(),C(!0)},[]),X=Xe((R)=>{R.preventDefault(),R.stopPropagation(),C(!1)},[]),O=Xe((R)=>{R.preventDefault(),R.stopPropagation()},[]),$=Xe((R)=>{if(R.preventDefault(),R.stopPropagation(),C(!1),r)return;A(R.dataTransfer.files)},[r,A]),w=Xe((R)=>{if(A(R.target.files),k.current)k.current.value=""},[A]),I=Xe(()=>{if(!r)k.current?.click()},[r]),T=Xe((R)=>{if(R.key==="Enter"||R.key===" ")R.preventDefault(),I()},[I]),V=Xe((R)=>{let U=l.filter((g,P)=>P!==R);m?.(U)},[l,m]),J=he("svg",{className:a(Gl({size:M,isDragging:S})),fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:he("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M3 16.5v2.25A2.25 2.25 0 005.25 21h13.5A2.25 2.25 0 0021 18.75V16.5m-13.5-9L12 3m0 0l4.5 4.5M12 3v13.5"},void 0,!1,void 0,this)},void 0,!1,void 0,this);return he("div",{ref:x,className:a("w-full",e),...v,children:[he("div",{role:"button",tabIndex:r?-1:0,onClick:I,onKeyDown:T,onDragEnter:_,onDragLeave:X,onDragOver:O,onDrop:$,className:a(_l({size:M,isDragging:S,disabled:r,hasError:b})),children:[he("input",{ref:k,type:"file",accept:o,multiple:i,disabled:r,onChange:w,className:"sr-only"},void 0,!1,void 0,this),f||J,he("p",{className:a(Ga({size:M}),"font-medium text-foreground"),children:p},void 0,!1,void 0,this),h&&he("p",{className:a(Ga({size:M}),"mt-1 text-muted-foreground"),children:h},void 0,!1,void 0,this)]},void 0,!0,void 0,this),c&&l.length>0&&he("div",{className:a(Wl()),children:l.map((R,U)=>he("div",{className:a($l()),children:[he("svg",{className:"size-5 shrink-0 text-muted-foreground",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:1.5,children:he("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m2.25 0H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z"},void 0,!1,void 0,this)},void 0,!1,void 0,this),he("span",{className:a(Kl({size:M})),children:R.name},void 0,!1,void 0,this),he("span",{className:a(Ul({size:M})),children:z(R.size)},void 0,!1,void 0,this),he("button",{type:"button",onClick:(g)=>{g.stopPropagation(),V(U)},className:a(Yl()),"aria-label":`Remove ${R.name}`,children:he("svg",{className:"size-4",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:he("path",{strokeLinecap:"round",strokeLinejoin:"round",d:"M6 18L18 6M6 6l12 12"},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},`${R.name}-${U}`,!0,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Xl.displayName="FileUpload";import{cva as zg}from"class-variance-authority";import{createContext as wg,forwardRef as Ao,useContext as Mg,useId as Ng}from"react";import{jsxDEV as Wt,Fragment as Rg}from"react/jsx-dev-runtime";var De={sm:"sm",md:"md",lg:"lg"},ql=wg(null),Yr=()=>{let e=Mg(ql);if(!e)throw Error("useFormField must be used within a FormField");return e},Zl=zg("flex flex-col",{variants:{size:{[De.sm]:"gap-1",[De.md]:"gap-1.5",[De.lg]:"gap-2"}},defaultVariants:{size:De.md}}),Jl=Ao(({className:e,size:t=De.md,error:r,disabled:o=!1,required:i=!1,children:n,...s},l)=>{let m=Ng(),d=u(t),f={id:m,size:d,error:r,disabled:o,required:i};return Wt(ql.Provider,{value:f,children:Wt("div",{ref:l,className:a(Zl({size:d}),e),...s,children:n},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Jl.displayName="FormField";var Lg={[De.sm]:"text-xs",[De.md]:"text-sm",[De.lg]:"text-base"},Ql=Ao(({className:e,htmlFor:t,children:r,...o},i)=>{let{id:n,size:s,disabled:l,required:m}=Yr();return Wt("label",{ref:i,htmlFor:t??n,className:a("inline-block font-medium text-foreground select-none",Lg[s],l&&"cursor-not-allowed opacity-60",e),...o,children:[r,m&&Wt("span",{className:"ml-0.5 text-destructive","aria-hidden":"true",children:"*"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Ql.displayName="FormFieldLabel";var El={[De.sm]:"text-[10px]",[De.md]:"text-xs",[De.lg]:"text-sm"},jl=Ao(({className:e,...t},r)=>{let{id:o,size:i}=Yr();return Wt("p",{ref:r,id:`${o}-description`,className:a("text-muted-foreground",El[i],e),...t},void 0,!1,void 0,this)});jl.displayName="FormFieldDescription";var em=Ao(({className:e,children:t,...r},o)=>{let{id:i,size:n,error:s}=Yr(),l=t??s;if(!l)return null;return Wt("p",{ref:o,id:`${i}-error`,role:"alert",className:a("text-destructive",El[n],e),...r,children:l},void 0,!1,void 0,this)});em.displayName="FormFieldError";var tm=({children:e})=>{let{id:t,disabled:r,required:o,error:i}=Yr(),n=[i?`${t}-error`:void 0,`${t}-description`].filter(Boolean).join(" ");return Wt(Rg,{children:e({id:t,disabled:r,required:o,status:i?"error":"default","aria-describedby":n||void 0,"aria-invalid":i?!0:void 0})},void 0,!1,void 0,this)};tm.displayName="FormFieldControl";import*as $t from"@radix-ui/react-hover-card";import{cva as Hg}from"class-variance-authority";import{forwardRef as kg}from"react";import{jsxDEV as Vg}from"react/jsx-dev-runtime";var yr={sm:"sm",md:"md",lg:"lg"},rm=Hg("z-50 rounded-[var(--radius)] border border-border/70 bg-popover text-popover-foreground shadow-[var(--shadow-md)] gs-float-content origin-[var(--radix-hover-card-content-transform-origin)]",{variants:{size:{[yr.sm]:"w-52 p-3 text-xs",[yr.md]:"w-64 p-4 text-sm",[yr.lg]:"w-80 p-5 text-sm"}},defaultVariants:{size:yr.md}}),Ag=$t.Root,Ig=$t.Trigger,om=kg(({className:e,align:t="center",sideOffset:r=4,size:o=yr.md,...i},n)=>{let s=u(o);return Vg($t.Content,{ref:n,align:t,sideOffset:r,className:a(rm({size:s}),e),...i},void 0,!1,void 0,this)});om.displayName=$t.Content.displayName;import{cva as Fg}from"class-variance-authority";import{X as Og}from"lucide-react";import{forwardRef as _g,useRef as Gg,useState as Wg}from"react";import*as St from"react";function am(...e){return(t)=>{for(let r of e)if(typeof r==="function")r(t);else if(r!=null)r.current=t}}function Xr(...e){return St.useCallback(am(...e),e)}function Bg(e,t){let r=St.createContext(t);r.displayName=e;function o(){let i=St.useContext(r);if(i===void 0)throw Error(`use${e} must be used within a ${e}Provider`);return i}return[r.Provider,o,r]}function Dg(e){let t=St.createContext(void 0);t.displayName=e;function r(){return St.useContext(t)}return[t.Provider,r,t]}import{jsxDEV as Kt}from"react/jsx-dev-runtime";var qr={default:"default",error:"error",success:"success"},Y={sm:"sm",md:"md",lg:"lg",xl:"xl"},$g="Clear input",nm=Fg("gs-interactive w-full rounded-[var(--radius)] border border-input bg-background text-sm text-foreground outline-none placeholder:text-muted-foreground focus-visible:ring-2 disabled:cursor-not-allowed disabled:border-border disabled:bg-muted/45 disabled:text-muted-foreground",{variants:{status:{[qr.default]:"focus-visible:ring-primary",[qr.error]:"border-destructive focus-visible:ring-destructive",[qr.success]:"border-success focus-visible:ring-success"},size:{[Y.sm]:"h-8 px-2 text-xs",[Y.md]:"h-10 px-3",[Y.lg]:"h-11 px-4",[Y.xl]:"h-12 px-4 text-base"}},defaultVariants:{status:qr.default,size:Y.md}}),Kg={[Y.sm]:"pl-7",[Y.md]:"pl-9",[Y.lg]:"pl-10",[Y.xl]:"pl-10"},Ug={[Y.sm]:"pr-7",[Y.md]:"pr-9",[Y.lg]:"pr-10",[Y.xl]:"pr-10"},Yg={[Y.sm]:"pr-12",[Y.md]:"pr-16",[Y.lg]:"pr-18",[Y.xl]:"pr-18"},Xg={[Y.sm]:"text-xs left-2",[Y.md]:"text-sm left-3",[Y.lg]:"text-sm left-3.5",[Y.xl]:"text-base left-3.5"},qg={[Y.sm]:"text-xs",[Y.md]:"text-sm",[Y.lg]:"text-sm",[Y.xl]:"text-base"},Zg={[Y.sm]:"size-4",[Y.md]:"size-5",[Y.lg]:"size-5",[Y.xl]:"size-6"};function im(e){if(e===void 0||e===null)return"";if(Array.isArray(e))return e.join("");return String(e)}var sm=_g(({className:e,status:t=qr.default,size:r=Y.md,fullWidth:o=!1,prefix:i,suffix:n,clearable:s=!1,clearAriaLabel:l=$g,onClear:m,onValueChange:d,disabled:f,readOnly:p,onChange:h,value:c,defaultValue:v,...x},M)=>{let S=Boolean(i),C=Boolean(n),b=u(r),y=Gg(null),k=Xr(M,y),[z,L]=Wg(()=>im(v)),A=c!==void 0,_=A?im(c):z,X=s&&!f&&!p&&_.length>0,O=C||X,$=C&&X,w=(T)=>{let V=T.target.value;if(!A)L(V);d?.(V),h?.(T)},I=()=>{if(!A)L("");d?.("");let T=y.current;if(T)T.value="",T.dispatchEvent(new Event("input",{bubbles:!0})),T.focus();m?.()};return Kt("div",{className:a("relative flex items-center",o&&"w-full"),children:[S&&Kt("span",{className:a("absolute inset-y-0 flex items-center text-muted-foreground",Xg[b]),children:i},void 0,!1,void 0,this),Kt("input",{ref:k,className:a(nm({status:t,size:b}),S&&Kg[b],$&&Yg[b],!$&&O&&Ug[b],e),disabled:f,readOnly:p,onChange:w,value:_,...x},void 0,!1,void 0,this),O&&Kt("span",{className:a("absolute inset-y-0 right-2 flex items-center gap-1 text-muted-foreground",qg[b]),children:[C&&Kt("span",{className:"inline-flex items-center",children:n},void 0,!1,void 0,this),X&&Kt("button",{type:"button","aria-label":l,onMouseDown:(T)=>T.preventDefault(),onClick:I,className:a("gs-interactive inline-flex items-center justify-center rounded-[calc(var(--radius)-4px)] text-muted-foreground hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",Zg[b]),children:Kt(Og,{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)});sm.displayName="Input";import{cva as Eg}from"class-variance-authority";import{forwardRef as jg}from"react";var Pr=null;function Ut(){if(Pr)return Pr;if(typeof navigator>"u")return Pr={os:"linux",isMac:!1,isWindows:!1,isLinux:!0,isMobile:!1},Pr;let e=navigator.userAgentData?.platform??navigator.platform??"",t=navigator.userAgent??"",r=/mac/i.test(e),o=/win/i.test(e),i=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(t)||"maxTouchPoints"in navigator&&navigator.maxTouchPoints>1&&r,n=/linux/i.test(e)&&!i;return Pr={os:r?"mac":o?"windows":"linux",isMac:r,isWindows:o,isLinux:n,isMobile:i},Pr}var Jg={esc:"escape",return:"enter",del:"delete",space:" ",spacebar:" ",up:"arrowup",down:"arrowdown",left:"arrowleft",right:"arrowright",plus:"+"},lm={mod:"⌘",ctrl:"⌃",control:"⌃",alt:"⌥",option:"⌥",shift:"⇧",meta:"⌘",cmd:"⌘",command:"⌘",enter:"⏎",return:"⏎",backspace:"⌫",delete:"⌦",tab:"⇥",escape:"Esc",esc:"Esc",space:"␣",up:"↑",down:"↓",left:"←",right:"→",arrowup:"↑",arrowdown:"↓",arrowleft:"←",arrowright:"→"},mm={mod:"Ctrl",cmd:"Ctrl",command:"Ctrl",meta:"Super",ctrl:"Ctrl",control:"Ctrl",alt:"Alt",option:"Alt",shift:"Shift",enter:"Enter",return:"Enter",backspace:"Backspace",delete:"Del",tab:"Tab",escape:"Esc",esc:"Esc",space:"Space",up:"↑",down:"↓",left:"←",right:"→",arrowup:"↑",arrowdown:"↓",arrowleft:"←",arrowright:"→"};function Wa(e){let t=e.split("+").map((o)=>o.trim().toLowerCase()),r={key:"",mod:!1,ctrl:!1,alt:!1,shift:!1,meta:!1};for(let o of t)if(o==="mod")r.mod=!0;else if(o==="ctrl"||o==="control")r.ctrl=!0;else if(o==="alt"||o==="option")r.alt=!0;else if(o==="shift")r.shift=!0;else if(o==="meta"||o==="cmd"||o==="command")r.meta=!0;else r.key=Jg[o]??o;return r}function $a(e,t){let{isMac:r}=Ut(),o=e.key.toLowerCase(),i=t.key.toLowerCase();if(i&&o!==i&&e.code.toLowerCase()!==`key${i}`)return!1;let n=t.meta||t.mod&&r,s=t.ctrl||t.mod&&!r;if(e.metaKey!==n)return!1;if(e.ctrlKey!==s)return!1;if(e.altKey!==t.alt)return!1;if(e.shiftKey!==t.shift)return!1;return!0}function Zr(e,t){let r=t??Ut().isMac,o=r?lm:mm,i=e.split("+").map((n)=>{let s=n.trim().toLowerCase();return o[s]??n.trim().toUpperCase()});return r?i.join(""):i.join("+")}function Qg(e,t){let o=t??Ut().isMac?lm:mm;return e.split("+").map((i)=>{let n=i.trim().toLowerCase();return o[n]??i.trim().toUpperCase()})}function Jr(){return Ut()}import{jsxDEV as ev}from"react/jsx-dev-runtime";var hr={sm:"sm",md:"md",lg:"lg"},dm=Eg("inline-flex items-center justify-center rounded border border-border bg-muted font-mono font-medium text-muted-foreground shadow-[0_1px_0_1px] shadow-border/50",{variants:{size:{[hr.sm]:"min-w-5 h-5 px-1 text-[10px]",[hr.md]:"min-w-6 h-6 px-1.5 text-xs",[hr.lg]:"min-w-7 h-7 px-2 text-sm"}},defaultVariants:{size:hr.md}}),pm=jg(({className:e,size:t=hr.md,keys:r,children:o,...i},n)=>{let s=u(t),{isMac:l}=Jr(),m=r?Zr(r,l):o;return ev("kbd",{ref:n,className:a(dm({size:s}),e),...i,children:m},void 0,!1,void 0,this)});pm.displayName="Kbd";import{cva as tv}from"class-variance-authority";import{forwardRef as rv}from"react";import{jsxDEV as cm}from"react/jsx-dev-runtime";var Tr={sm:"sm",md:"md",lg:"lg"},um=tv("inline-block font-medium text-foreground select-none peer-disabled:cursor-not-allowed peer-disabled:opacity-60",{variants:{size:{[Tr.sm]:"text-xs",[Tr.md]:"text-sm",[Tr.lg]:"text-base"}},defaultVariants:{size:Tr.md}}),fm=rv(({className:e,size:t=Tr.md,required:r=!1,disabled:o=!1,children:i,...n},s)=>{let l=u(t);return cm("label",{ref:s,className:a(um({size:l}),o&&"cursor-not-allowed opacity-60",e),"aria-disabled":o||void 0,...n,children:[i,r&&cm("span",{className:"ml-0.5 text-destructive","aria-hidden":"true",children:"*"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});fm.displayName="Label";import*as zt from"@radix-ui/react-popover";import{cva as mv}from"class-variance-authority";import{Check as dv,ChevronDown as pv,X as cv,X as uv}from"lucide-react";import{forwardRef as fv,useCallback as Qr,useEffect as gv,useRef as vv,useState as bm}from"react";import*as Fe from"@radix-ui/react-popover";import{cva as ov}from"class-variance-authority";import{forwardRef as av}from"react";import{jsxDEV as gm}from"react/jsx-dev-runtime";var xr={sm:"sm",md:"md",lg:"lg"},Cr=ov("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:{[xr.sm]:"w-56 p-3 text-sm",[xr.md]:"w-72 p-4 text-sm",[xr.lg]:"w-96 p-5 text-sm"}},defaultVariants:{size:xr.md}}),iv=Fe.Root,nv=Fe.Trigger,sv=Fe.Anchor,lv=Fe.Close,vm=av(({className:e,align:t="center",sideOffset:r=4,portal:o=!0,portalContainer:i,size:n=xr.md,...s},l)=>{let m=u(n),d=gm(Fe.Content,{ref:l,align:t,sideOffset:r,className:a(Cr({size:m}),e),...s},void 0,!1,void 0,this);if(o)return gm(Fe.Portal,{container:i??void 0,children:d},void 0,!1,void 0,this);return d});vm.displayName="PopoverContent";import{jsxDEV as re,Fragment as Pv}from"react/jsx-dev-runtime";var de={sm:"sm",md:"md",lg:"lg",xl:"xl"},ym=mv(["gs-interactive group flex w-full items-center gap-2 rounded-[var(--radius)] border border-input","bg-background text-sm text-foreground outline-none","placeholder:text-muted-foreground focus-visible:ring-2","data-[state=open]:ring-2","disabled:cursor-not-allowed disabled:border-border disabled:bg-muted/45 disabled:text-muted-foreground"].join(" "),{variants:{size:{[de.sm]:"min-h-8 px-2.5 py-1 text-xs",[de.md]:"min-h-10 px-3.5 py-1.5",[de.lg]:"min-h-11 px-4.5 py-2 text-sm",[de.xl]:"min-h-12 px-4 py-2 text-base"},status:{default:"focus-visible:ring-primary data-[state=open]:ring-primary",error:"border-destructive focus-visible:ring-destructive data-[state=open]:ring-destructive",success:"border-success focus-visible:ring-success data-[state=open]:ring-success"}},defaultVariants:{size:de.md,status:"default"}}),bv={[de.sm]:"h-5 px-1.5 text-[10px]",[de.md]:"h-6 px-2 text-xs",[de.lg]:"h-6.5 px-2.5 text-xs",[de.xl]:"h-7 px-2.5 text-sm"},yv={[de.sm]:"min-h-7 py-1 px-2 text-xs",[de.md]:"min-h-9 py-2 px-3 text-sm",[de.lg]:"min-h-10 py-2.5 px-3.5 text-sm",[de.xl]:"min-h-11 py-3 px-4 text-base"},Io={[de.sm]:"size-3.5",[de.md]:"size-4",[de.lg]:"size-4",[de.xl]:"size-4.5"},Pm=fv(({className:e,options:t,value:r,defaultValue:o=[],onValueChange:i,placeholder:n="Select options...",size:s=de.md,status:l="default",clearable:m=!1,maxDisplayItems:d=3,disabled:f,...p},h)=>{let c=u(s)??s,[v,x]=bm(!1),[M,S]=bm(o),C=vv(null),b=r!==void 0,y=b?r:M,k=Qr((w)=>{let I=y.includes(w)?y.filter((T)=>T!==w):[...y,w];if(!b)S(I);i?.(I)},[y,b,i]),z=Qr((w,I)=>{I.stopPropagation();let T=y.filter((V)=>V!==w);if(!b)S(T);i?.(T)},[y,b,i]),L=Qr((w)=>{if(w.stopPropagation(),w.preventDefault(),!b)S([]);i?.([])},[b,i]),A=t.filter((w)=>y.includes(w.value)),_=A.length>0,X=m&&_&&!f,O=Qr((w)=>{let I=C.current;if(!I)return;let T=Array.from(I.querySelectorAll('[role="option"]:not([data-disabled])'));if(T.length===0)return;let V=I.querySelector('[role="option"]:focus'),J=V?T.indexOf(V):-1,R;switch(w){case"first":R=T[0];break;case"last":R=T[T.length-1];break;case"next":R=T[J+1]??T[0];break;case"prev":R=T[J-1]??T[T.length-1];break}R?.focus()},[]),$=Qr((w)=>{switch(w.key){case"ArrowDown":w.preventDefault(),O("next");break;case"ArrowUp":w.preventDefault(),O("prev");break;case"Home":w.preventDefault(),O("first");break;case"End":w.preventDefault(),O("last");break;case"Escape":w.preventDefault(),x(!1);break}},[O]);return gv(()=>{if(v)requestAnimationFrame(()=>O("first"))},[v,O]),re(zt.Root,{open:v,onOpenChange:x,children:[re(zt.Trigger,{asChild:!0,children:re("button",{ref:h,type:"button",disabled:f,"data-state":v?"open":"closed","data-placeholder":!_?"":void 0,className:a(ym({size:c,status:l}),e),...p,children:[re("span",{className:"flex min-w-0 flex-1 flex-wrap items-center gap-1 text-left",children:_?re(Pv,{children:[A.slice(0,d).map((w)=>re("span",{className:a("inline-flex items-center gap-1 rounded-[calc(var(--radius)-4px)] border border-border/60 bg-muted/50 font-medium text-foreground",bv[c]),children:[re("span",{className:"truncate",children:w.label},void 0,!1,void 0,this),re("span",{"data-slot":"multiselect-remove","aria-label":`Remove ${w.label}`,onMouseDown:(I)=>I.preventDefault(),onClick:(I)=>z(w.value,I),className:"ml-0.5 inline-flex shrink-0 items-center justify-center rounded-full opacity-60 hover:opacity-100",children:re(uv,{className:"h-3 w-3"},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},w.value,!0,void 0,this)),A.length>d&&re("span",{className:"text-muted-foreground text-xs",children:["+",A.length-d]},void 0,!0,void 0,this)]},void 0,!0,void 0,this):re("span",{className:"text-muted-foreground",children:n},void 0,!1,void 0,this)},void 0,!1,void 0,this),re("span",{className:"inline-flex shrink-0 items-center gap-1 text-muted-foreground",children:[X&&re("span",{role:"button",tabIndex:-1,"aria-label":"Clear all",onMouseDown:(w)=>w.preventDefault(),onClick:L,className:"gs-interactive inline-flex items-center justify-center rounded-[calc(var(--radius)-4px)] text-muted-foreground hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",children:re(cv,{className:Io[c]},void 0,!1,void 0,this)},void 0,!1,void 0,this),re(pv,{className:a(Io[c],"opacity-60 transition-transform duration-200 ease-[cubic-bezier(0.16,1,0.3,1)]",v&&"rotate-180")},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),re(zt.Portal,{children:re(zt.Content,{ref:C,role:"listbox","aria-multiselectable":"true",align:"start",sideOffset:4,onKeyDown:$,onOpenAutoFocus:(w)=>w.preventDefault(),className:a(Cr(),"max-h-96 w-[var(--radix-popover-trigger-width)] overflow-y-auto overflow-x-hidden p-1"),children:[t.map((w)=>{let I=y.includes(w.value);return re("div",{role:"option",tabIndex:w.disabled?void 0:-1,"aria-selected":I,"aria-disabled":w.disabled||void 0,"data-disabled":w.disabled?"":void 0,className:a("gs-interactive relative flex w-full cursor-pointer select-none items-center gap-2","rounded-[calc(var(--radius)-3px)] outline-none","hover:bg-accent focus-visible:bg-accent focus-visible:text-accent-foreground","data-disabled:cursor-not-allowed data-disabled:opacity-50",yv[c]),onClick:()=>!w.disabled&&k(w.value),onKeyDown:(T)=>{if(T.key==="Enter"||T.key===" "){if(T.preventDefault(),!w.disabled)k(w.value)}},children:[re("span",{className:a("flex shrink-0 items-center justify-center",Io[c]),children:I&&re(dv,{className:Io[c]},void 0,!1,void 0,this)},void 0,!1,void 0,this),re("span",{className:"min-w-0 flex-1 truncate",children:w.label},void 0,!1,void 0,this)]},w.value,!0,void 0,this)}),t.length===0&&re("div",{className:"px-3 py-6 text-center text-muted-foreground text-sm",children:"No options available"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Pm.displayName="Multiselect";import*as oe from"@radix-ui/react-navigation-menu";import{cva as Yt}from"class-variance-authority";import{createContext as hv,forwardRef as Sr,useContext as Tv}from"react";import{jsxDEV as He}from"react/jsx-dev-runtime";var qe={sm:"sm",md:"md",lg:"lg"},hm=hv(qe.md),Tm=Yt("relative z-10 flex max-w-max flex-1 items-center justify-center"),xm=Yt("group flex flex-1 list-none items-center justify-center space-x-1"),Cm=Yt(["group inline-flex w-max items-center justify-center rounded-md bg-background font-medium","gs-interactive","hover:bg-accent hover:text-accent-foreground","focus:bg-accent focus:text-accent-foreground focus:outline-none","disabled:pointer-events-none disabled:opacity-50","data-[active]:bg-accent/50 data-[state=open]:bg-accent/50"],{variants:{size:{[qe.sm]:"h-8 px-3 py-1.5 text-xs",[qe.md]:"h-10 px-4 py-2 text-sm",[qe.lg]:"h-12 px-5 py-2.5 text-sm"}},defaultVariants:{size:qe.md}}),Sm=Yt(["left-0 top-0 w-full","data-[motion^=from-]:animate-in data-[motion^=to-]:animate-out","data-[motion^=from-]:fade-in data-[motion^=to-]:fade-out","data-[motion=from-end]:slide-in-from-right-52 data-[motion=from-start]:slide-in-from-left-52","data-[motion=to-end]:slide-out-to-right-52 data-[motion=to-start]:slide-out-to-left-52","md:absolute md:w-auto"]),xv=Yt(["block select-none space-y-1 rounded-md leading-none no-underline outline-none","gs-interactive","hover:bg-accent hover:text-accent-foreground","focus:bg-accent focus:text-accent-foreground"],{variants:{size:{[qe.sm]:"p-2 text-xs",[qe.md]:"p-3 text-sm",[qe.lg]:"p-4 text-sm"}},defaultVariants:{size:qe.md}}),zm=Yt(["origin-top-center relative mt-1.5 h-[var(--radix-navigation-menu-viewport-height)] w-full overflow-hidden rounded-md border bg-popover text-popover-foreground shadow-lg","gs-float-content","transition-[width,height] duration-300 ease-[var(--motion-ease-emphasized)]","md:w-[var(--radix-navigation-menu-viewport-width)]"]),wm=Yt(["top-full z-[1] flex h-1.5 items-end justify-center overflow-hidden","data-[state=visible]:animate-in data-[state=hidden]:animate-out","data-[state=hidden]:fade-out data-[state=visible]:fade-in"]),Cv=()=>He("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"relative top-[1px] ml-1 h-3 w-3 transition duration-200 group-data-[state=open]:rotate-180","aria-hidden":"true",children:He("path",{d:"m6 9 6 6 6-6"},void 0,!1,void 0,this)},void 0,!1,void 0,this),Mm=Sr(({className:e,children:t,size:r,...o},i)=>{let n=u(r??qe.md);return He(hm.Provider,{value:n,children:He(oe.Root,{ref:i,className:a(Tm(),e),...o,children:[t,He(Ka,{},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)});Mm.displayName=oe.Root.displayName;var Nm=Sr(({className:e,...t},r)=>He(oe.List,{ref:r,className:a(xm(),e),...t},void 0,!1,void 0,this));Nm.displayName=oe.List.displayName;var Sv=oe.Item,Lm=Sr(({className:e,children:t,...r},o)=>{let i=Tv(hm);return He(oe.Trigger,{ref:o,className:a(Cm({size:i}),"group",e),...r,children:[t,He(Cv,{},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Lm.displayName=oe.Trigger.displayName;var Rm=Sr(({className:e,...t},r)=>He(oe.Content,{ref:r,className:a(Sm(),e),...t},void 0,!1,void 0,this));Rm.displayName=oe.Content.displayName;var zv=oe.Link,Ka=Sr(({className:e,...t},r)=>He("div",{className:"absolute top-full left-0 flex justify-center",children:He(oe.Viewport,{className:a(zm(),e),ref:r,...t},void 0,!1,void 0,this)},void 0,!1,void 0,this));Ka.displayName=oe.Viewport.displayName;var Hm=Sr(({className:e,...t},r)=>He(oe.Indicator,{ref:r,className:a(wm(),e),...t,children:He("div",{className:"relative top-[60%] h-2 w-2 rotate-45 rounded-tl-sm bg-border shadow-md"},void 0,!1,void 0,this)},void 0,!1,void 0,this));Hm.displayName=oe.Indicator.displayName;import{cva as zr}from"class-variance-authority";import{Fragment as wv,forwardRef as Mv,useCallback as Xt,useEffect as km,useMemo as Am,useRef as Nv,useState as Im}from"react";import{jsxDEV as qt}from"react/jsx-dev-runtime";var Zt={sm:"sm",md:"md",lg:"lg",xl:"xl"},jr={default:"default",error:"error",success:"success"},Er={single:"single",first:"first",middle:"middle",last:"last"},Vm=zr("relative inline-flex items-center",{variants:{size:{sm:"gap-1",md:"gap-1.5",lg:"gap-2",xl:"gap-2.5"}},defaultVariants:{size:Zt.md}}),Bm=zr("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:Zt.md,status:jr.default}}),Dm=zr(["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:Zt.md,filled:!1,focused:!1,status:jr.default,disabled:!1,position:Er.single}}),Fm=zr(["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:Zt.md,status:jr.default,filled:!1}}),Om=zr(["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:Zt.md,focused:!1}}),_m=zr("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:Zt.md}});function Lv(e){if(!Number.isFinite(e))return 6;return Math.max(1,Math.floor(e))}function Ua(e,t){let r=(e??"").split("").slice(0,t);if(r.length<t)return r.concat(Array(t-r.length).fill(""));return r}var Gm=Mv(({className:e,length:t=6,value:r,onChange:o,onComplete:i,size:n=Zt.md,status:s=jr.default,disabled:l=!1,autoFocus:m=!1,mask:d=!1,groupSize:f,separator:p,separatorChar:h="—",placeholder:c="•",inputMode:v="numeric",pattern:x="[0-9]*",...M},S)=>{let C=u(n),b=Lv(t),y=Nv([]),[k,z]=Im(null),[L,A]=Im(()=>Ua(r,b));km(()=>{if(r!==void 0){A(Ua(r,b));return}A((g)=>Ua(g.join(""),b))},[r,b]),km(()=>{if(m)y.current[0]?.focus()},[m]);let _=Am(()=>{if(typeof f==="number"&&Number.isFinite(f)){let g=Math.floor(f);if(g<=0)return b;return Math.min(b,Math.max(1,g))}if(typeof p==="number"&&Number.isFinite(p)){let g=Math.floor(p);if(g<=0)return b;return Math.min(b,Math.max(1,g))}if(p)return Math.max(1,Math.floor(b/2));return b},[f,b,p]),X=Am(()=>{let g=[];for(let P=0;P<b;P+=_){let N=Math.min(P+_,b),ce=[];for(let q=P;q<N;q+=1)ce.push(q);g.push(ce)}return g},[_,b]),O=Xt((g)=>{let P=y.current[g];if(!P)return;P.focus(),P.select()},[]),$=Xt((g)=>{A(g);let P=g.join("");if(o?.(P),g.every((N)=>N!=="")&&P.length===b)i?.(P)},[o,i,b]),w=Xt((g,P)=>{if(l)return;let ce=(v==="numeric"?P.replace(/\D/g,""):P).slice(-1),q=[...L];if(q[g]=ce,$(q),ce&&g<b-1)O(g+1)},[L,l,$,O,v,b]),I=Xt((g,P)=>{if(l)return;if(P.key==="Backspace"){if(P.preventDefault(),L[g]){let N=[...L];N[g]="",$(N);return}if(g>0){let N=[...L];N[g-1]="",$(N),O(g-1)}return}if(P.key==="Delete"){if(P.preventDefault(),L[g]){let N=[...L];N[g]="",$(N)}return}if(P.key==="ArrowLeft"){if(P.preventDefault(),g>0)O(g-1);return}if(P.key==="ArrowRight"){if(P.preventDefault(),g<b-1)O(g+1);return}if(P.key==="Home"){P.preventDefault(),O(0);return}if(P.key==="End")P.preventDefault(),O(b-1)},[L,l,$,O,b]),T=Xt((g,P)=>{if(P.preventDefault(),l)return;let N=P.clipboardData.getData("text"),q=(v==="numeric"?N.replace(/\D/g,""):N.replace(/\s/g,"")).split("");if(q.length===0)return;let Ae=[...L];for(let H=0;H<q.length;H+=1){let j=g+H;if(j>=b)break;Ae[j]=q[H]??""}$(Ae);let E=Math.min(b-1,g+q.length-1);if(E<b-1){O(E+1);return}y.current[E]?.blur()},[L,l,$,O,v,b]),V=Xt((g,P)=>{z(g),P.target.select()},[]),J=Xt(()=>{z(null)},[]),R=p!==void 0,U=h.length>0&&p!==!1&&(R||X.length>1);return qt("div",{ref:S,className:a(Vm({size:C}),e),role:"group","aria-label":"One-time password input",...M,children:X.map((g,P)=>qt(wv,{children:[qt("div",{"data-gs-otp-group":"true",className:a(Bm({size:C,status:s})),children:g.map((N,ce)=>{let q=L[N]??"",Ae=k===N,E=Er.middle;if(g.length===1)E=Er.single;else if(ce===0)E=Er.first;else if(ce===g.length-1)E=Er.last;return qt("div",{"data-gs-otp-slot":"true","data-disabled":l,className:a(Dm({size:C,filled:Boolean(q),focused:Ae,status:s,disabled:l,position:E})),children:[qt("input",{ref:(H)=>{y.current[N]=H},type:d?"password":"text",inputMode:v,pattern:x,maxLength:1,value:q,placeholder:"",disabled:l,"aria-invalid":s===jr.error,"aria-label":`Digit ${N+1} of ${b}`,autoComplete:"one-time-code",onChange:(H)=>w(N,H.target.value),onKeyDown:(H)=>I(N,H),onPaste:(H)=>T(N,H),onFocus:(H)=>V(N,H),onBlur:J,className:a(Fm({size:C,status:s,filled:Boolean(q)}))},void 0,!1,void 0,this),!q&&qt("div",{"data-gs-otp-placeholder":"true","aria-hidden":"true",className:a(Om({size:C,focused:Ae})),children:c},void 0,!1,void 0,this)]},`slot-${N}`,!0,void 0,this)})},void 0,!1,void 0,this),U&&P<X.length-1&&qt("span",{"data-gs-otp-separator":"true",className:a(_m({size:C})),children:h},void 0,!1,void 0,this)]},`group-${g[0]}-${g[g.length-1]}`,!0,void 0,this))},void 0,!1,void 0,this)});Gm.displayName="OTPInput";import{createContext as Vv,useCallback as wr,useContext as Bv,useMemo as Dv,useState as Fv}from"react";import*as ne from"@radix-ui/react-dialog";import{cva as Wm}from"class-variance-authority";import{X as Rv}from"lucide-react";import{forwardRef as Vo}from"react";import{jsxDEV as Ze}from"react/jsx-dev-runtime";var ke={top:"top",right:"right",bottom:"bottom",left:"left"},te={sm:"sm",md:"md",lg:"lg",xl:"xl",full:"full"},Hv={[ke.top]:"gs-sheet-content gs-sheet-content-top",[ke.right]:"gs-sheet-content gs-sheet-content-right",[ke.bottom]:"gs-sheet-content gs-sheet-content-bottom",[ke.left]:"gs-sheet-content gs-sheet-content-left"},kv={[ke.right]:{[te.sm]:"sm:max-w-sm",[te.md]:"sm:max-w-md",[te.lg]:"sm:max-w-lg",[te.xl]:"sm:max-w-xl",[te.full]:"sm:max-w-full"},[ke.left]:{[te.sm]:"sm:max-w-sm",[te.md]:"sm:max-w-md",[te.lg]:"sm:max-w-lg",[te.xl]:"sm:max-w-xl",[te.full]:"sm:max-w-full"},[ke.top]:{[te.sm]:"sm:max-h-[30vh]",[te.md]:"sm:max-h-[50vh]",[te.lg]:"sm:max-h-[70vh]",[te.xl]:"sm:max-h-[85vh]",[te.full]:"sm:max-h-full"},[ke.bottom]:{[te.sm]:"sm:max-h-[30vh]",[te.md]:"sm:max-h-[50vh]",[te.lg]:"sm:max-h-[70vh]",[te.xl]:"sm:max-h-[85vh]",[te.full]:"sm:max-h-full"}},$m=Wm("gs-sheet-overlay fixed inset-0 z-50 bg-black/50"),Km=Wm("fixed z-50 flex flex-col gap-4 border border-border bg-background p-6 shadow-[var(--shadow-xl)]",{variants:{side:{[ke.top]:"inset-x-0 top-0 border-b",[ke.bottom]:"inset-x-0 bottom-0 border-t",[ke.left]:"inset-y-0 left-0 h-full w-3/4 border-r",[ke.right]:"inset-y-0 right-0 h-full w-3/4 border-l"}},defaultVariants:{side:ke.right}}),Ya=ne.Root,Av=ne.Trigger,Iv=ne.Close,Um=ne.Portal,Xa=Vo(({className:e,...t},r)=>Ze(ne.Overlay,{className:a($m(),e),...t,ref:r},void 0,!1,void 0,this));Xa.displayName=ne.Overlay.displayName;var Bo=Vo(({side:e="right",size:t=te.md,showClose:r=!0,className:o,children:i,...n},s)=>{let l=u(t)??te.md,m=Hv[e],d=kv[e][l];return Ze(Um,{children:[Ze(Xa,{},void 0,!1,void 0,this),Ze(ne.Content,{ref:s,className:a(Km({side:e}),m,d,o),...n,children:[i,r&&Ze(ne.Close,{className:"gs-interactive absolute top-4 right-4 rounded-[var(--radius)] border border-border p-1.5 text-muted-foreground hover:bg-accent hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none",children:[Ze(Rv,{className:"size-4"},void 0,!1,void 0,this),Ze("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)});Bo.displayName=ne.Content.displayName;var Ym=({className:e,...t})=>Ze("div",{className:a("flex flex-col space-y-2 text-center sm:text-left",e),...t},void 0,!1,void 0,this);Ym.displayName="SheetHeader";var Xm=({className:e,...t})=>Ze("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);Xm.displayName="SheetFooter";var qm=Vo(({className:e,...t},r)=>Ze(ne.Title,{ref:r,className:a("font-semibold text-foreground text-lg",e),...t},void 0,!1,void 0,this));qm.displayName=ne.Title.displayName;var Zm=Vo(({className:e,...t},r)=>Ze(ne.Description,{ref:r,className:a("text-muted-foreground text-sm",e),...t},void 0,!1,void 0,this));Zm.displayName=ne.Description.displayName;import{jsxDEV as pt}from"react/jsx-dev-runtime";var qa=0;function Ov(){return qa=(qa+1)%Number.MAX_SAFE_INTEGER,`overlay-${qa}-${Date.now()}`}var Qm=Vv(null),Jm=400;function Em({children:e}){let[t,r]=Fv([]),o=wr((d)=>{r((f)=>f.map((p)=>p.id===d?{...p,open:!1}:p)),setTimeout(()=>{r((f)=>f.filter((p)=>p.id!==d))},Jm)},[]),i=wr(()=>{r((d)=>d.map((f)=>({...f,open:!1}))),setTimeout(()=>{r([])},Jm)},[]),n=wr((d,f,p,h={})=>{let c=Ov(),v=(S)=>{return pt(f,{...p,close:S.close},void 0,!1,void 0,this)};v.displayName=`OverlayWrapper(${f.displayName??f.name??"Component"})`;let x={id:c,type:d,component:v,wrapperProps:h,open:!0};return r((S)=>[...S,x]),{id:c,close:()=>o(c)}},[o]),s=wr((d,f,p)=>{return n("dialog",d,f,p)},[n]),l=wr((d,f,p)=>{return n("sheet",d,f,p)},[n]),m=Dv(()=>({dialog:s,sheet:l,close:o,closeAll:i}),[s,l,o,i]);return pt(Qm.Provider,{value:m,children:[e,t.map((d)=>pt(_v,{entry:d,onClose:o},d.id,!1,void 0,this))]},void 0,!0,void 0,this)}Em.displayName="OverlayProvider";function _v({entry:e,onClose:t}){let{id:r,type:o,component:i,wrapperProps:n,open:s}=e,l=wr(()=>t(r),[r,t]);if(o==="dialog"){let{showClose:m,size:d,...f}=n;return pt(Va,{open:s,onOpenChange:(p)=>!p&&l(),children:pt(Ro,{showClose:m,size:d,...f,children:pt(i,{close:l},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)}if(o==="sheet"){let{side:m,showClose:d,...f}=n;return pt(Ya,{open:s,onOpenChange:(p)=>!p&&l(),children:pt(Bo,{side:m,showClose:d,...f,children:pt(i,{close:l},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)}return null}function Gv(){let e=Bv(Qm);if(!e)throw Error("useOverlay must be used within an OverlayProvider");return e}import{cva as eo}from"class-variance-authority";import{ChevronLeft as Wv,ChevronRight as $v,MoreHorizontal as Kv}from"lucide-react";import{createContext as Uv,forwardRef as to,useContext as Do}from"react";import{jsxDEV as Me}from"react/jsx-dev-runtime";var Oe={sm:"sm",md:"md",lg:"lg"},ro=Uv(Oe.md),jm=eo("mx-auto flex w-full justify-center"),ed=eo("flex flex-row items-center gap-1"),td=eo(""),Fo=eo("gs-interactive inline-flex items-center justify-center whitespace-nowrap rounded-[var(--radius)] font-medium focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 hover:bg-accent hover:text-accent-foreground",{variants:{isActive:{true:"border border-border bg-background shadow-[var(--shadow-sm)]",false:""},size:{[Oe.sm]:"h-7 w-7 text-xs [&_svg]:size-3.5",[Oe.md]:"h-9 w-9 text-sm [&_svg]:size-4",[Oe.lg]:"h-10 w-10 text-sm [&_svg]:size-5"}},defaultVariants:{isActive:!1,size:Oe.md}}),rd=eo("flex items-center justify-center",{variants:{size:{[Oe.sm]:"h-7 w-7 [&_svg]:size-3.5",[Oe.md]:"h-9 w-9 [&_svg]:size-4",[Oe.lg]:"h-10 w-10 [&_svg]:size-5"}},defaultVariants:{size:Oe.md}}),od=({className:e,size:t=Oe.md,...r})=>{let o=u(t)??Oe.md;return Me(ro.Provider,{value:o,children:Me("nav",{"aria-label":"pagination",className:a(jm(),e),...r},void 0,!1,void 0,this)},void 0,!1,void 0,this)};od.displayName="Pagination";var ad=to(({className:e,...t},r)=>Me("ul",{ref:r,className:a(ed(),e),...t},void 0,!1,void 0,this));ad.displayName="PaginationContent";var id=to(({className:e,...t},r)=>Me("li",{ref:r,className:a(td(),e),...t},void 0,!1,void 0,this));id.displayName="PaginationItem";var nd=to(({className:e,isActive:t,...r},o)=>{let i=Do(ro);return Me("button",{ref:o,type:"button","aria-current":t?"page":void 0,className:a(Fo({isActive:t,size:i}),e),...r},void 0,!1,void 0,this)});nd.displayName="PaginationLink";var sd=to(({className:e,...t},r)=>{let o=Do(ro);return Me("button",{ref:r,type:"button","aria-label":"Go to previous page",className:a(Fo({size:o}),"gap-1 pl-2.5 pr-3 w-auto",e),...t,children:[Me(Wv,{},void 0,!1,void 0,this),Me("span",{children:"Previous"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});sd.displayName="PaginationPrevious";var ld=to(({className:e,...t},r)=>{let o=Do(ro);return Me("button",{ref:r,type:"button","aria-label":"Go to next page",className:a(Fo({size:o}),"gap-1 pl-3 pr-2.5 w-auto",e),...t,children:[Me("span",{children:"Next"},void 0,!1,void 0,this),Me($v,{},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});ld.displayName="PaginationNext";var md=({className:e,...t})=>{let r=Do(ro);return Me("span",{"aria-hidden":!0,className:a(rd({size:r}),e),...t,children:[Me(Kv,{},void 0,!1,void 0,this),Me("span",{className:"sr-only",children:"More pages"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)};md.displayName="PaginationEllipsis";import*as io from"@radix-ui/react-progress";import{cva as dd}from"class-variance-authority";import{forwardRef as Yv}from"react";import{jsxDEV as Oo}from"react/jsx-dev-runtime";var oo={sm:"sm",md:"md",lg:"lg",xl:"xl"},ao={default:"default",success:"success",warning:"warning",error:"error"},pd=dd("relative w-full overflow-hidden rounded-full bg-muted",{variants:{size:{[oo.sm]:"h-1",[oo.md]:"h-2.5",[oo.lg]:"h-4",[oo.xl]:"h-5"}},defaultVariants:{size:oo.md}}),cd=dd("h-full w-full flex-1 rounded-full transition-transform duration-100 ease-out",{variants:{variant:{[ao.default]:"bg-primary",[ao.success]:"bg-success",[ao.warning]:"bg-warning",[ao.error]:"bg-destructive"}},defaultVariants:{variant:ao.default}}),ud=Yv(({className:e,value:t,size:r,variant:o,showValue:i,...n},s)=>{let l=u(r);return Oo("div",{className:"flex w-full items-center gap-2",children:[Oo(io.Root,{ref:s,className:a(pd({size:l}),e),...n,children:Oo(io.Indicator,{className:a(cd({variant:o})),style:{transform:`translateX(-${100-(t||0)}%)`}},void 0,!1,void 0,this)},void 0,!1,void 0,this),i&&Oo("span",{className:"font-medium text-muted-foreground text-sm tabular-nums",children:[t,"%"]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});ud.displayName=io.Root.displayName;import*as Nr from"@radix-ui/react-radio-group";import{cva as fd}from"class-variance-authority";import{forwardRef as gd}from"react";import{jsxDEV as _o}from"react/jsx-dev-runtime";var Je={sm:"sm",md:"md",lg:"lg",xl:"xl"},Mr={default:"default",error:"error",success:"success"},vd=fd("grid gap-2"),bd=fd("gs-interactive aspect-square rounded-full border border-input bg-background ring-offset-background enabled:active:scale-[0.94] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 data-[state=checked]:border-primary data-[state=checked]:text-primary disabled:cursor-not-allowed disabled:border-border disabled:bg-muted/45 disabled:text-muted-foreground",{variants:{size:{[Je.sm]:"h-4 w-4",[Je.md]:"h-5 w-5",[Je.lg]:"h-6 w-6",[Je.xl]:"h-7 w-7"},status:{[Mr.default]:"enabled:hover:border-primary/70",[Mr.error]:"border-destructive enabled:hover:border-destructive/70 focus-visible:ring-destructive data-[state=checked]:border-destructive data-[state=checked]:text-destructive",[Mr.success]:"border-success enabled:hover:border-success/70 focus-visible:ring-success data-[state=checked]:border-success data-[state=checked]:text-success"}},defaultVariants:{size:Je.md,status:Mr.default}}),Xv={[Je.sm]:"h-2 w-2",[Je.md]:"h-2.5 w-2.5",[Je.lg]:"h-3 w-3",[Je.xl]:"h-3.5 w-3.5"},yd=gd(({className:e,...t},r)=>_o(Nr.Root,{ref:r,className:a(vd(),e),...t},void 0,!1,void 0,this));yd.displayName="RadioGroup";var Pd=gd(({className:e,size:t=Je.md,status:r=Mr.default,...o},i)=>{let n=u(t);return _o(Nr.Item,{ref:i,className:a(bd({size:n,status:r}),e),...o,children:_o(Nr.Indicator,{className:"flex items-center justify-center",children:_o("span",{className:a("block rounded-full bg-current transition-transform duration-150",Xv[n])},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Pd.displayName="RadioGroupItem";import{cva as $o}from"class-variance-authority";import{forwardRef as Za,useCallback as Go,useRef as qv,useState as Zv}from"react";import{jsxDEV as Wo}from"react/jsx-dev-runtime";var hd=$o("flex h-full w-full",{variants:{direction:{horizontal:"flex-row",vertical:"flex-col"}},defaultVariants:{direction:"horizontal"}}),Td=$o("relative overflow-hidden"),xd=$o("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}}),Cd=$o("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"}}),Sd=Za(({className:e,direction:t="horizontal",children:r,...o},i)=>Wo("div",{ref:i,"data-panel-group":"","data-direction":t,className:a(hd({direction:t}),e),...o,children:r},void 0,!1,void 0,this));Sd.displayName="ResizablePanelGroup";var zd=Za(({className:e,defaultSize:t=50,children:r,style:o,...i},n)=>Wo("div",{ref:n,"data-panel":"",className:a(Td(),e),style:{...o,flexGrow:0,flexShrink:0,flexBasis:`${t}%`},...i,children:r},void 0,!1,void 0,this));zd.displayName="ResizablePanel";var wd=Za(({className:e,withHandle:t=!1,disabled:r=!1,...o},i)=>{let[n,s]=Zv(!1),l=qv(null),m=Go((c,v)=>{if(r)return;s(!0);let x=(S)=>{let C="touches"in S?S.touches[0]:null,b=C?C.clientX:S.clientX,y=C?C.clientY:S.clientY,k=l.current;if(!k)return;let z=k.closest("[data-panel-group]");if(!z)return;let L=z.dataset.direction,A=z.getBoundingClientRect(),_=Array.from(z.querySelectorAll(":scope > [data-panel]")),X=Array.from(z.children).indexOf(k),O,$;for(let w of _){let I=Array.from(z.children).indexOf(w);if(I<X)O=w;if(I>X&&!$)$=w}if(O&&$){let w=L==="horizontal"?A.width:A.height,T=(L==="horizontal"?b-A.left:y-A.top)/w*100,V=Math.max(10,Math.min(90,T)),J=100-V;O.style.flexBasis=`${V}%`,$.style.flexBasis=`${J}%`}},M=()=>{s(!1),document.removeEventListener("mousemove",x),document.removeEventListener("mouseup",M),document.removeEventListener("touchmove",x),document.removeEventListener("touchend",M)};document.addEventListener("mousemove",x),document.addEventListener("mouseup",M),document.addEventListener("touchmove",x),document.addEventListener("touchend",M)},[r]),d=Go((c)=>{c.preventDefault(),m(c.clientX,c.clientY)},[m]),f=Go((c)=>{let v=c.touches[0];if(v)m(v.clientX,v.clientY)},[m]),p=Go((c)=>{if(r)return;let v=l.current??c.currentTarget,x=v.closest("[data-panel-group]");if(!x)return;let M=x.dataset.direction,S=c.shiftKey?10:1,C=Array.from(x.querySelectorAll(":scope > [data-panel]")),b=Array.from(x.children).indexOf(v),y,k;for(let A of C){let _=Array.from(x.children).indexOf(A);if(_<b)y=A;if(_>b&&!k)k=A}if(!(y&&k))return;let z=Number.parseFloat(y.style.flexBasis)||50,L=0;if(M==="horizontal"){if(c.key==="ArrowLeft")L=-S;if(c.key==="ArrowRight")L=S}else{if(c.key==="ArrowUp")L=-S;if(c.key==="ArrowDown")L=S}if(L!==0){c.preventDefault();let A=Math.max(10,Math.min(90,z+L));y.style.flexBasis=`${A}%`,k.style.flexBasis=`${100-A}%`}},[r]),h="horizontal";return Wo("div",{ref:(c)=>{if(l.current=c,typeof i==="function")i(c);else if(i)i.current=c},role:"separator","aria-orientation":"horizontal",tabIndex:r?-1:0,"data-panel-resize-handle":"","data-dragging":n,onMouseDown:d,onTouchStart:f,onKeyDown:p,className:a(xd({direction:"horizontal",withHandle:t}),n&&"bg-primary",r&&"pointer-events-none opacity-50",e),...o,children:t&&Wo("div",{className:a(Cd({direction:"horizontal"}))},void 0,!1,void 0,this)},void 0,!1,void 0,this)});wd.displayName="ResizableHandle";import*as rt from"@radix-ui/react-scroll-area";import{cva as Ja}from"class-variance-authority";import{forwardRef as Md}from"react";import{jsxDEV as Lr}from"react/jsx-dev-runtime";var Nd=Ja("relative overflow-hidden"),Jv={display:"flex",flexDirection:"column"},Qv={flex:"1 1 0%",minHeight:0},Ld=Ja("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"}}),Rd=Ja("relative flex-1 rounded-full bg-border"),Hd=Md(({className:e,children:t,style:r,...o},i)=>Lr(rt.Root,{ref:i,className:a(Nd(),e),style:{...r,...Jv},...o,children:[Lr(rt.Viewport,{className:"w-full rounded-[inherit]",style:Qv,children:t},void 0,!1,void 0,this),Lr(Qa,{},void 0,!1,void 0,this),Lr(rt.Corner,{},void 0,!1,void 0,this)]},void 0,!0,void 0,this));Hd.displayName="ScrollArea";var Qa=Md(({className:e,orientation:t="vertical",...r},o)=>Lr(rt.ScrollAreaScrollbar,{ref:o,orientation:t,className:a(Ld({orientation:t}),e),...r,children:Lr(rt.ScrollAreaThumb,{className:a(Rd())},void 0,!1,void 0,this)},void 0,!1,void 0,this));Qa.displayName="ScrollBar";import*as wt from"@radix-ui/react-popover";import{cva as Ad}from"class-variance-authority";import{Check as Ev,ChevronDown as jv,X as eb}from"lucide-react";import{Children as tb,createContext as rb,forwardRef as lo,isValidElement as ob,useCallback as Ko,useContext as Id,useEffect as Uo,useId as kd,useMemo as ab,useRef as Vd,useState as no}from"react";import{jsxDEV as ae,Fragment as pb}from"react/jsx-dev-runtime";var Q={sm:"sm",md:"md",lg:"lg",xl:"xl"},Rr={default:"default",error:"error",success:"success"},so={trigger:"trigger",auto:"auto"},ib={start:"start",center:"center",end:"end"},Bd=Ad(["gs-interactive group flex items-center gap-2 rounded-[var(--radius)] border border-input","bg-background text-sm text-foreground outline-none","placeholder:text-muted-foreground focus-visible:ring-2","data-[state=open]:ring-2","disabled:cursor-not-allowed disabled:border-border disabled:bg-muted/45 disabled:text-muted-foreground","data-[placeholder]:text-muted-foreground","[&_[data-slot=select-value]]:line-clamp-1"].join(" "),{variants:{size:{[Q.sm]:"h-8 px-2.5 text-xs",[Q.md]:"h-10 px-3.5",[Q.lg]:"h-11 px-4.5 text-sm",[Q.xl]:"h-12 px-4 text-base"},status:{[Rr.default]:"focus-visible:ring-primary data-[state=open]:ring-primary",[Rr.error]:"border-destructive focus-visible:ring-destructive data-[state=open]:ring-destructive",[Rr.success]:"border-success focus-visible:ring-success data-[state=open]:ring-success"}},defaultVariants:{size:Q.md,status:Rr.default}}),Dd=Ad(["max-h-96 overflow-y-auto overflow-x-hidden"].join(" "),{variants:{widthMode:{[so.trigger]:"w-[var(--radix-popover-trigger-width)]",[so.auto]:"w-max min-w-0"},size:{[Q.sm]:"text-xs",[Q.md]:"text-sm",[Q.lg]:"text-sm",[Q.xl]:"text-base"}},defaultVariants:{widthMode:so.auto,size:Q.md}}),nb={[Q.sm]:"min-h-7 py-1 px-2 pr-3 text-xs",[Q.md]:"min-h-9 py-2 px-3 pr-4.5 text-sm",[Q.lg]:"min-h-10 py-2.5 px-3.5 pr-5.5 text-sm",[Q.xl]:"min-h-11 py-3 px-4 pr-6 text-base"},sb={[Q.sm]:"px-2 py-1 text-xs",[Q.md]:"px-2 py-1.5 text-sm",[Q.lg]:"px-2.5 py-1.5 text-sm",[Q.xl]:"px-3 py-2 text-base"},Yo={[Q.sm]:"size-3.5",[Q.md]:"size-4",[Q.lg]:"size-4",[Q.xl]:"size-4.5"};function Ea(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)=>Ea(t)).join("");if(ob(e))return Ea(e.props.children);return""}var ja=rb(null);function Xo(){let e=Id(ja);if(!e)throw Error("Select components must be used within Select");return e}function ei(e){let t=Id(ja);if(e)return e;return t?.triggerSize??Q.md}var lb=({children:e,value:t,defaultValue:r="",onValueChange:o,open:i,defaultOpen:n=!1,onOpenChange:s,disabled:l=!1})=>{let[m,d]=no(Q.md),[f,p]=no(!1),[h,c]=no(r),[v,x]=no(n),[M,S]=no(0),C=Vd(new Map),b=t!==void 0,y=i!==void 0,k=b?t:h,z=y?i:v,L=Ko((I)=>{if(!b)c(I);if(o?.(I),!y)x(!1);s?.(!1)},[b,y,o,s]),A=Ko((I)=>{if(l)return;if(!y)x(I);s?.(I)},[l,y,s]),_=Ko((I,T)=>{if(C.current.get(I)!==T)C.current.set(I,T),S((J)=>J+1)},[]),X=Ko((I)=>{return C.current.get(I)},[]),O=kd(),$=kd(),w=ab(()=>({value:k,onValueChange:L,open:z,onOpenChange:A,triggerSize:m,setTriggerSize:d,triggerFullWidth:f,setTriggerFullWidth:p,disabled:l,triggerId:O,contentId:$,registerItem:_,getLabel:X}),[k,L,z,A,m,f,l,O,$,_,X,M]);return ae(ja.Provider,{value:w,children:ae(wt.Root,{open:z,onOpenChange:A,children:e},void 0,!1,void 0,this)},void 0,!1,void 0,this)},mb=({children:e,className:t})=>ae("div",{role:"group",className:t,children:e},void 0,!1,void 0,this),db=({placeholder:e})=>{let{value:t,getLabel:r}=Xo();if(!t)return e?ae("span",{className:"text-muted-foreground",children:e},void 0,!1,void 0,this):null;let o=r(t);return ae(pb,{children:o??t},void 0,!1,void 0,this)},Fd=lo(({className:e,children:t,size:r=Q.md,status:o=Rr.default,fullWidth:i=!1,clearable:n=!1,leadingIcon:s,indicatorIcon:l,renderValue:m,placeholder:d,onKeyDown:f,...p},h)=>{let c=Xo(),v=u(r)??r,x=c.setTriggerSize,M=c.setTriggerFullWidth;Uo(()=>{x(v)},[v,x]),Uo(()=>{M(i)},[i,M]);let S=c.value.length>0,C=n&&S&&!c.disabled,b=(z)=>{z.stopPropagation(),z.preventDefault(),c.onValueChange("")},y;if(m)y=S?m(c.value):d?ae("span",{className:"text-muted-foreground",children:d},void 0,!1,void 0,this):null;else y=t;let k=(z)=>{if(f?.(z),z.defaultPrevented)return;if(z.key==="ArrowDown"||z.key==="ArrowUp"||z.key==="Enter"||z.key===" "){if(!c.open)z.preventDefault(),c.onOpenChange(!0)}};return ae(wt.Trigger,{asChild:!0,children:ae("button",{ref:h,type:"button",role:"combobox","aria-expanded":c.open,"aria-haspopup":"listbox","aria-controls":c.contentId,id:c.triggerId,disabled:c.disabled,"data-state":c.open?"open":"closed","data-placeholder":S?void 0:"",className:a(Bd({size:v,status:o}),i?"w-full":"w-auto",e),onKeyDown:k,...p,children:[s&&ae("i",{className:"inline-flex shrink-0 items-center text-muted-foreground not-italic",children:s},void 0,!1,void 0,this),ae("span",{"data-slot":"select-value",className:"min-w-0 flex-1 text-left",children:y},void 0,!1,void 0,this),ae("span",{className:"inline-flex shrink-0 items-center gap-1 text-muted-foreground",children:[C&&ae("span",{role:"button",tabIndex:-1,"aria-label":"Clear selection",onMouseDown:(z)=>z.preventDefault(),onClick:b,className:"gs-interactive inline-flex items-center justify-center rounded-[calc(var(--radius)-4px)] text-muted-foreground hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",children:ae(eb,{className:Yo[v]},void 0,!1,void 0,this)},void 0,!1,void 0,this),l??ae(jv,{className:a(Yo[v],"opacity-60 transition-transform duration-200 ease-[cubic-bezier(0.16,1,0.3,1)]",c.open&&"rotate-180")},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)});Fd.displayName="SelectTrigger";var Od=lo(({className:e,children:t,widthMode:r,size:o,align:i="start",side:n="bottom",sideOffset:s=4,portal:l=!0,forceMount:m=!0,onKeyDown:d,...f},p)=>{let h=Xo(),c=ei(o),v=r??so.auto,x=Vd(null),M=Xr(p,x),S=(y)=>{let k=x.current;if(!k)return;let z=Array.from(k.querySelectorAll('[role="option"]:not([data-disabled])'));if(z.length===0)return;let L=k.querySelector('[role="option"]:focus'),A=L?z.indexOf(L):-1,_;switch(y){case"first":_=z[0];break;case"last":_=z[z.length-1];break;case"next":_=z[A+1]??z[0];break;case"prev":_=z[A-1]??z[z.length-1];break}_?.focus()},C=(y)=>{if(d?.(y),y.defaultPrevented)return;switch(y.key){case"ArrowDown":y.preventDefault(),S("next");break;case"ArrowUp":y.preventDefault(),S("prev");break;case"Home":y.preventDefault(),S("first");break;case"End":y.preventDefault(),S("last");break;case"Escape":y.preventDefault(),h.onOpenChange(!1);break}};Uo(()=>{if(h.open)requestAnimationFrame(()=>S("first"))},[h.open]);let b=ae(wt.Content,{ref:M,id:h.contentId,role:"listbox","aria-labelledby":h.triggerId,side:n,align:i,sideOffset:s,forceMount:m,onKeyDown:C,onOpenAutoFocus:(y)=>y.preventDefault(),className:a(Cr(),Dd({widthMode:v,size:c}),"p-1",e),...f,children:t},void 0,!1,void 0,this);if(l)return ae(wt.Portal,{children:b},void 0,!1,void 0,this);return b});Od.displayName="SelectContent";var _d=lo(({className:e,size:t,...r},o)=>{let i=ei(t);return ae("div",{ref:o,className:a("font-semibold text-foreground",sb[i],e),...r},void 0,!1,void 0,this)});_d.displayName="SelectLabel";var Gd=lo(({className:e,children:t,value:r,label:o,size:i,disabled:n=!1,...s},l)=>{let m=Xo(),d=ei(i),f=m.value===r,p=m.registerItem,h=Ea(tb.toArray(t)).trim();Uo(()=>{let x=o??(h.length>0?h:r);p(r,x)},[h,r,o,p]);let c=()=>{if(!n)m.onValueChange(r)},v=(x)=>{if(x.key==="Enter"||x.key===" ")x.preventDefault(),c()};return ae("div",{ref:l,role:"option",tabIndex:n?void 0:-1,"aria-selected":f,"aria-disabled":n||void 0,"data-selected":f?"":void 0,"data-disabled":n?"":void 0,"data-value":r,className:a("gs-interactive relative flex w-full cursor-pointer select-none items-center gap-2","rounded-[calc(var(--radius)-3px)] outline-none","hover:bg-accent focus-visible:bg-accent focus-visible:text-accent-foreground","data-disabled:cursor-not-allowed data-disabled:opacity-50",nb[d],f&&"bg-accent/50",e),onClick:c,onKeyDown:v,...s,children:[ae("span",{className:a("flex shrink-0 items-center justify-center",Yo[d]),children:f&&ae(Ev,{className:Yo[d]},void 0,!1,void 0,this)},void 0,!1,void 0,this),ae("span",{className:"min-w-0 flex-1 truncate",children:t},void 0,!1,void 0,this)]},void 0,!0,void 0,this)});Gd.displayName="SelectItem";var Wd=lo(({className:e,...t},r)=>ae("div",{ref:r,className:a("-mx-1 my-1 h-px bg-border",e),...t},void 0,!1,void 0,this));Wd.displayName="SelectSeparator";import{cva as ri}from"class-variance-authority";import{createContext as cb,forwardRef as oi,useCallback as $d,useContext as Yd,useEffect as ti,useLayoutEffect as ub,useRef as Kd,useState as Ud}from"react";import{jsxDEV as Jt}from"react/jsx-dev-runtime";var Ne={sm:"sm",md:"md",lg:"lg"},Xd=ri("relative inline-flex items-center rounded-[var(--radius)] border border-border bg-muted/50 p-1 text-muted-foreground",{variants:{size:{[Ne.sm]:"h-9 gap-0.5",[Ne.md]:"h-10 gap-0.5",[Ne.lg]:"h-11 gap-1"}},defaultVariants:{size:Ne.md}}),qd=ri(["relative z-10 inline-flex items-center justify-center rounded-[calc(var(--radius)-2px)]","cursor-pointer outline-none select-none","transition-[color] duration-150","focus-visible:ring-2 focus-visible:ring-ring","disabled:pointer-events-none disabled:text-muted-foreground/40"],{variants:{size:{[Ne.sm]:"size-7",[Ne.md]:"size-8",[Ne.lg]:"size-9"},active:{true:"text-foreground",false:"text-muted-foreground hover:text-foreground/70"}},defaultVariants:{size:Ne.md,active:!1}}),Zd=ri(["relative z-10 inline-flex items-center justify-center gap-1.5 rounded-[calc(var(--radius)-2px)]","cursor-pointer outline-none select-none whitespace-nowrap font-medium","transition-[color] duration-150","focus-visible:ring-2 focus-visible:ring-ring","disabled:pointer-events-none disabled:text-muted-foreground/40"],{variants:{size:{[Ne.sm]:"h-7 px-3 text-xs",[Ne.md]:"h-8 px-3 text-sm",[Ne.lg]:"h-9 px-4 text-sm"},active:{true:"text-foreground",false:"text-muted-foreground hover:text-foreground/70"}},defaultVariants:{size:Ne.md,active:!1}}),ai=cb({activeValue:"",onSelect:()=>{},size:Ne.md,disabled:!1}),fb=typeof window<"u"?ub:ti,Jd=oi(({className:e,value:t,defaultValue:r,onValueChange:o,size:i,disabled:n=!1,children:s,...l},m)=>{let d=u(i),f=Kd(null),[p,h]=Ud(r??""),[c,v]=Ud(null),x=Kd(!0),M=t!==void 0?t:p,S=$d((b)=>{if(n)return;if(t===void 0)h(b);o?.(b)},[n,t,o]),C=$d(()=>{let b=f.current;if(!b)return;let y=b.querySelector('[data-state="active"]');if(!y){v(null);return}let k=b.getBoundingClientRect(),z=y.getBoundingClientRect();v({left:z.left-k.left,width:z.width})},[]);return fb(()=>{C()},[C,M]),ti(()=>{if(x.current)requestAnimationFrame(()=>{x.current=!1})},[]),ti(()=>{let b=f.current;if(!b)return;let y=new MutationObserver(()=>{C()});return y.observe(b,{attributes:!0,attributeFilter:["data-state"],subtree:!0}),()=>y.disconnect()},[C]),Jt(ai.Provider,{value:{activeValue:M,onSelect:S,size:d,disabled:n},children:Jt("div",{ref:(b)=>{if(f.current=b,typeof m==="function")m(b);else if(m)m.current=b},role:"radiogroup",className:a(Xd({size:d}),n&&"opacity-50 pointer-events-none",e),...l,children:[c&&Jt("span",{"aria-hidden":"true",className:a("absolute rounded-[calc(var(--radius)-2px)] bg-background shadow-sm",!x.current&&"transition-[left,width] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-emphasized)]"),style:{left:c.left,width:c.width,top:"4px",bottom:"4px"}},void 0,!1,void 0,this),s]},void 0,!0,void 0,this)},void 0,!1,void 0,this)});Jd.displayName="SegmentedControl";var Qd=oi(({className:e,value:t,icon:r,disabled:o=!1,...i},n)=>{let{activeValue:s,onSelect:l,size:m,disabled:d}=Yd(ai),f=s===t,p=o||d;return Jt("button",{ref:n,type:"button",role:"radio","aria-checked":f,"aria-disabled":p||void 0,"data-state":f?"active":"inactive","data-value":t,disabled:p,onClick:()=>l(t),className:a(qd({size:m,active:f}),e),...i,children:Jt("span",{className:"size-4 [&>svg]:size-full",children:r},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Qd.displayName="SegmentedControlItem";var Ed=oi(({className:e,value:t,icon:r,disabled:o=!1,children:i,...n},s)=>{let{activeValue:l,onSelect:m,size:d,disabled:f}=Yd(ai),p=l===t,h=o||f;return Jt("button",{ref:s,type:"button",role:"radio","aria-checked":p,"aria-disabled":h||void 0,"data-state":p?"active":"inactive","data-value":t,disabled:h,onClick:()=>m(t),className:a(Zd({size:d,active:p}),e),...n,children:[r&&Jt("span",{className:"size-4 [&>svg]:size-full",children:r},void 0,!1,void 0,this),i]},void 0,!0,void 0,this)});Ed.displayName="SegmentedControlLabelItem";import{cva as gb}from"class-variance-authority";import{forwardRef as vb}from"react";import{jsxDEV as bb}from"react/jsx-dev-runtime";var mo={horizontal:"horizontal",vertical:"vertical"},jd=gb("shrink-0 bg-border",{variants:{orientation:{[mo.horizontal]:"h-px w-full",[mo.vertical]:"h-full w-px"}},defaultVariants:{orientation:mo.horizontal}}),ep=vb(({className:e,orientation:t=mo.horizontal,decorative:r=!0,...o},i)=>{let n=r?{role:"none"}:{role:"separator","aria-orientation":t};return bb("div",{ref:i,className:a(jd({orientation:t}),e),...n,...o},void 0,!1,void 0,this)});ep.displayName="Separator";import{cva as qo}from"class-variance-authority";import{forwardRef as Zo}from"react";import{jsxDEV as Jo}from"react/jsx-dev-runtime";var pe={sm:"sm",md:"md",lg:"lg"},tp=qo("animate-pulse rounded-[var(--radius)] bg-muted"),rp=qo("w-full",{variants:{size:{[pe.sm]:"h-3",[pe.md]:"h-4",[pe.lg]:"h-5"}},defaultVariants:{size:pe.md}}),op=qo("",{variants:{size:{[pe.sm]:"h-8 w-8",[pe.md]:"h-10 w-10",[pe.lg]:"h-12 w-12"}},defaultVariants:{size:pe.md}}),ap=qo("",{variants:{size:{[pe.sm]:"h-8 w-20",[pe.md]:"h-9 w-24",[pe.lg]:"h-10 w-28"}},defaultVariants:{size:pe.md}}),po=Zo(({className:e,circle:t=!1,...r},o)=>Jo("div",{ref:o,className:a(tp(),t&&"rounded-full",e),...r},void 0,!1,void 0,this));po.displayName="Skeleton";var ip=Zo(({className:e,size:t=pe.md,...r},o)=>{let i=u(t)??pe.md;return Jo(po,{ref:o,className:a(rp({size:i}),e),...r},void 0,!1,void 0,this)});ip.displayName="SkeletonText";var np=Zo(({className:e,size:t=pe.md,...r},o)=>{let i=u(t)??pe.md;return Jo(po,{ref:o,circle:!0,className:a(op({size:i}),e),...r},void 0,!1,void 0,this)});np.displayName="SkeletonAvatar";var sp=Zo(({className:e,size:t=pe.md,...r},o)=>{let i=u(t)??pe.md;return Jo(po,{ref:o,className:a(ap({size:i}),e),...r},void 0,!1,void 0,this)});sp.displayName="SkeletonButton";import*as Mt from"@radix-ui/react-slider";import{cva as jo}from"class-variance-authority";import{forwardRef as yb}from"react";import{jsxDEV as Eo}from"react/jsx-dev-runtime";var Qo={sm:"sm",md:"md",lg:"lg"},lp=jo("relative flex w-full touch-none select-none items-center",{variants:{size:{[Qo.sm]:"[&_[data-slider-track]]:h-0.5 [&_[data-slider-thumb]]:h-3 [&_[data-slider-thumb]]:w-3",[Qo.md]:"[&_[data-slider-track]]:h-2 [&_[data-slider-thumb]]:h-5 [&_[data-slider-thumb]]:w-5",[Qo.lg]:"[&_[data-slider-track]]:h-3 [&_[data-slider-thumb]]:h-6 [&_[data-slider-thumb]]:w-6"}},defaultVariants:{size:Qo.md}}),mp=jo("relative w-full grow overflow-hidden rounded-full bg-secondary"),dp=jo("absolute h-full bg-primary"),pp=jo("gs-interactive block rounded-full border-2 border-primary bg-background ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50"),cp=yb(({className:e,size:t,...r},o)=>{let i=u(t);return Eo(Mt.Root,{ref:o,className:a(lp({size:i}),e),...r,children:[Eo(Mt.Track,{"data-slider-track":!0,className:a(mp()),children:Eo(Mt.Range,{className:a(dp())},void 0,!1,void 0,this)},void 0,!1,void 0,this),(r.defaultValue??r.value??[0]).map((n,s)=>Eo(Mt.Thumb,{"data-slider-thumb":!0,className:a(pp())},`thumb-${String(s)}`,!1,void 0,this))]},void 0,!0,void 0,this)});cp.displayName="Slider";import{cva as ye}from"class-variance-authority";import{forwardRef as Tb,useCallback as Hr,useEffect as ni,useMemo as ea,useRef as fp,useState as ta}from"react";import{createPortal as xb}from"react-dom";import{useCallback as Pb,useEffect as hb,useRef as up}from"react";function ii(e,t,r={}){let{enabled:o=!0,preventDefault:i=!0,stopPropagation:n=!1,target:s="global"}=r,l=up(t);l.current=t;let m=up([]),d=Array.isArray(e)?e:[e];m.current=d.map((p)=>({combo:p,def:Wa(p)}));let f=Pb((p)=>{if(!o)return;for(let{combo:h,def:c}of m.current)if($a(p,c)){if(i)p.preventDefault();if(n)p.stopPropagation();l.current(p,h);return}},[o,i,n]);hb(()=>{if(!o)return;let p=s==="global"?document:s.current;if(!p)return;return p.addEventListener("keydown",f),()=>{p.removeEventListener("keydown",f)}},[o,f,s])}import{jsxDEV as Z}from"react/jsx-dev-runtime";var Qt={sm:"sm",md:"md",lg:"lg",xl:"xl"},kr={idle:"idle",loading:"loading",error:"error"},gp=ye("fixed inset-0 z-[120] bg-black/60 backdrop-blur-sm",{variants:{state:{open:"animate-in fade-in-0",closing:"animate-out fade-out-0"}},defaultVariants:{state:"open"}}),vp=ye(["fixed left-1/2 top-[15vh] z-[120] w-full -translate-x-1/2","rounded-[calc(var(--radius)+6px)] border border-border bg-popover shadow-2xl","overflow-hidden"],{variants:{size:{[Qt.sm]:"max-w-md",[Qt.md]:"max-w-xl",[Qt.lg]:"max-w-2xl",[Qt.xl]:"max-w-3xl"},state:{open:"animate-in fade-in-0 slide-in-from-top-4",closing:"animate-out fade-out-0 slide-out-to-top-4"}},defaultVariants:{size:Qt.md,state:"open"}}),bp=ye("flex items-center gap-3 border-b border-border px-4 py-3"),yp=ye(["w-full flex-1 bg-transparent text-foreground text-base","placeholder:text-muted-foreground","outline-none border-none"]),Pp=ye("size-4 text-muted-foreground shrink-0"),ra=ye(["inline-flex items-center justify-center px-1.5 py-0.5 rounded","font-mono text-[10px] font-medium","bg-muted border border-border text-muted-foreground"]),hp=ye("overflow-y-auto max-h-80 py-1"),Tp=ye("px-3 py-2 text-xs font-semibold text-muted-foreground uppercase tracking-wide"),xp=ye(["group flex items-center gap-3 px-3 py-2 mx-2 rounded-lg cursor-pointer","text-foreground transition-colors duration-100"],{variants:{selected:{true:"bg-primary/10",false:"hover:bg-muted"},disabled:{true:"opacity-50 cursor-not-allowed pointer-events-none",false:""}},defaultVariants:{selected:!1,disabled:!1}}),Cp=ye("size-4 shrink-0",{variants:{selected:{true:"text-primary",false:"text-muted-foreground"}},defaultVariants:{selected:!1}}),Sp=ye("flex-1 min-w-0"),zp=ye("text-sm font-medium truncate"),wp=ye("text-xs text-muted-foreground truncate"),Mp=ye("flex items-center gap-1 text-[11px] text-muted-foreground shrink-0"),oa=ye("flex flex-col items-center justify-center py-8 text-muted-foreground min-h-24",{variants:{state:{empty:"text-muted-foreground",loading:"text-muted-foreground",error:"text-destructive"}},defaultVariants:{state:"empty"}}),aa=ye("text-sm font-medium"),Np=ye("text-xs mt-1"),Cb=(e,t)=>{if(!t)return!0;let r=t.toLowerCase();if(e.title.toLowerCase().includes(r))return!0;if(e.description?.toLowerCase().includes(r))return!0;if(e.keywords?.some((o)=>o.toLowerCase().includes(r)))return!0;return!1},Lp=Tb(({className:e,open:t,onOpenChange:r,actions:o,onActionSelect:i,value:n,defaultValue:s="",onValueChange:l,placeholder:m="Search commands, pages, or actions...",size:d=Qt.md,status:f=kr.idle,statusMessage:p,emptyText:h="No command found for this query.",hotkey:c,portal:v=!0,...x},M)=>{let S=fp(null),C=fp(null),[b,y]=ta(s),[k,z]=ta(0),[L,A]=ta(!1),[_,X]=ta(!1),{isMac:O}=Jr(),$=Hr((H)=>Zr(H,O),[O]),w=ea(()=>c&&c.length>0?c.join("+"):null,[c]);ii(w??"",()=>r(!t),{enabled:!!w});let I=n!==void 0?n:b,T=ea(()=>o.filter((H)=>Cb(H,I)),[o,I]),V=ea(()=>T.map((H,j)=>!H.disabled?j:-1).filter((H)=>H>=0),[T]),J=ea(()=>{let H=new Map,j=new Map,ie=0;for(let Le of T){let It=Le.group??"";if(!H.has(It))H.set(It,[]);H.get(It).push(Le),j.set(Le,ie),ie++}return{groups:H,indexMap:j}},[T]);ni(()=>{if(t){A(!0),X(!1),z(0);return}if(L)X(!0)},[t]);let R=Hr(()=>{if(_)A(!1),X(!1)},[_]);ni(()=>{if(t)document.body.style.overflow="hidden";else document.body.style.overflow="";return()=>{document.body.style.overflow=""}},[t]),ni(()=>{if(t&&L)requestAnimationFrame(()=>S.current?.focus())},[t,L]);let U=Hr((H)=>{let j=H.target.value;y(j),l?.(j),z(0)},[l]),g=Hr((H)=>{let j=C.current;if(!j)return;j.querySelectorAll('[role="option"]')[H]?.scrollIntoView({block:"nearest"})},[]),P=Hr((H)=>{if(H.key==="Escape"){H.preventDefault(),r(!1);return}if(H.key==="ArrowDown"){if(H.preventDefault(),V.length===0)return;let ie=(V.indexOf(k)+1)%V.length,Le=V[ie];z(Le),g(Le);return}if(H.key==="ArrowUp"){if(H.preventDefault(),V.length===0)return;let ie=(V.indexOf(k)-1+V.length)%V.length,Le=V[ie];z(Le),g(Le);return}if(H.key==="Enter"){H.preventDefault();let j=T[k];if(j&&!j.disabled)i(j,k)}},[k,V,T,i,r,g]),N=Hr((H,j)=>{if(H.disabled)return;i(H,j)},[i]);if(!L)return null;let ce=_?"closing":"open",q=f===kr.idle,Ae=f!==kr.idle,E=Z("div",{ref:M,role:"dialog","aria-modal":"true",onKeyDown:P,className:a(e),...x,children:[Z("div",{"data-testid":"spotlight-overlay",className:a(gp({state:ce})),onClick:()=>r(!1),onKeyDown:(H)=>{if(H.key==="Escape")r(!1)}},void 0,!1,void 0,this),Z("div",{className:a(vp({size:d,state:ce})),onAnimationEnd:R,children:[Z("div",{className:a(bp()),children:[Z("svg",{className:a(Pp()),fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",strokeWidth:2,children:Z("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),Z("input",{ref:S,type:"text",value:I,onChange:U,placeholder:m,className:a(yp())},void 0,!1,void 0,this),c?Z("div",{className:"flex items-center gap-1",children:c.map((H)=>Z("kbd",{className:a(ra()),children:$(H)},H,!1,void 0,this))},void 0,!1,void 0,this):Z("kbd",{className:a(ra()),children:"ESC"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Ae&&f===kr.loading&&Z("div",{className:a(oa({state:"loading"})),children:Z("div",{className:a(aa()),children:"Searching commands..."},void 0,!1,void 0,this)},void 0,!1,void 0,this),Ae&&f===kr.error&&Z("div",{className:a(oa({state:"error"})),children:[Z("div",{className:a(aa()),children:"Search failed"},void 0,!1,void 0,this),p&&Z("div",{className:a(Np()),children:p},void 0,!1,void 0,this)]},void 0,!0,void 0,this),q&&T.length===0&&Z("div",{className:a(oa({state:"empty"})),children:Z("div",{className:a(aa()),children:h},void 0,!1,void 0,this)},void 0,!1,void 0,this),q&&T.length>0&&Z("div",{ref:C,className:a(hp()),children:Array.from(J.groups.entries()).map(([H,j])=>Z("div",{children:[H&&Z("div",{className:a(Tp()),children:H},void 0,!1,void 0,this),j.map((ie)=>{let Le=J.indexMap.get(ie)??0,It=Le===k;return Z("div",{role:"option","aria-selected":It,"aria-disabled":ie.disabled??!1,onClick:()=>N(ie,Le),className:a(xp({selected:It,disabled:ie.disabled??!1})),children:[ie.icon&&Z("span",{className:a(Cp({selected:It})),children:ie.icon},void 0,!1,void 0,this),Z("div",{className:a(Sp()),children:[Z("div",{className:a(zp()),children:ie.title},void 0,!1,void 0,this),ie.description&&Z("div",{className:a(wp()),children:ie.description},void 0,!1,void 0,this)]},void 0,!0,void 0,this),ie.shortcut&&ie.shortcut.length>0&&Z("div",{className:a(Mp()),children:ie.shortcut.map((zi)=>Z("kbd",{className:a(ra()),children:$(zi)},zi,!1,void 0,this))},void 0,!1,void 0,this)]},ie.id,!0,void 0,this)})]},H||"__ungrouped__",!0,void 0,this))},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this);if(v)return xb(E,document.body);return E});Lp.displayName="Spotlight";import{cva as Sb}from"class-variance-authority";import{forwardRef as zb}from"react";import{jsxDEV as Nt}from"react/jsx-dev-runtime";var _e={sm:"sm",md:"md",lg:"lg"},Et={up:"up",down:"down",neutral:"neutral"},Rp=Sb("gs-interactive relative flex flex-col rounded-lg border border-border bg-card text-card-foreground shadow-sm transition-[color,background-color,border-color,box-shadow] duration-150 hover:shadow-md",{variants:{size:{[_e.sm]:"gap-1 p-3",[_e.md]:"gap-1.5 p-4",[_e.lg]:"gap-2 p-5"}},defaultVariants:{size:_e.md}}),wb={[_e.sm]:"text-lg font-semibold",[_e.md]:"text-2xl font-bold",[_e.lg]:"text-3xl font-bold"},Mb={[_e.sm]:"text-xs",[_e.md]:"text-sm",[_e.lg]:"text-base"},Nb={[Et.up]:"text-success",[Et.down]:"text-destructive",[Et.neutral]:"text-muted-foreground"},Lb={[Et.up]:"↑",[Et.down]:"↓",[Et.neutral]:"→"},Hp=zb(({className:e,size:t=_e.md,label:r,value:o,trend:i,trendValue:n,icon:s,...l},m)=>{let d=u(t);return Nt("div",{ref:m,className:a(Rp({size:d}),e),...l,children:[Nt("div",{className:"flex items-center justify-between",children:[Nt("span",{className:a("text-muted-foreground",Mb[d]),children:r},void 0,!1,void 0,this),s&&Nt("span",{className:"text-muted-foreground/70","aria-hidden":"true",children:s},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Nt("div",{className:"flex items-baseline gap-2",children:[Nt("span",{className:a("tracking-tight text-foreground",wb[d]),children:o},void 0,!1,void 0,this),i&&n&&Nt("span",{className:a("inline-flex items-center gap-0.5 text-xs font-medium",Nb[i]),children:[Nt("span",{"aria-hidden":"true",children:Lb[i]},void 0,!1,void 0,this),n]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)});Hp.displayName="StatCard";import{cva as jt}from"class-variance-authority";import{Check as Rb}from"lucide-react";import{forwardRef as er}from"react";import{jsxDEV as Lt}from"react/jsx-dev-runtime";var kp=jt("flex w-full",{variants:{orientation:{horizontal:"flex-row items-start",vertical:"flex-col"}},defaultVariants:{orientation:"horizontal"}}),Ap=jt("flex",{variants:{orientation:{horizontal:"flex-1 flex-col items-center",vertical:"gap-4 flex-row"}},defaultVariants:{orientation:"horizontal"}}),Ip=jt(["relative z-10 flex shrink-0 items-center justify-center rounded-full border-2 font-semibold","transition-[color,background-color,border-color,box-shadow] duration-200 ease-out"],{variants:{status:{incomplete:["border-border/80 bg-card text-muted-foreground","shadow-[0_1px_2px_rgba(0,0,0,0.05)]"],current:["border-primary bg-primary text-primary-foreground","shadow-[0_2px_4px_rgba(99,102,241,0.2)]"],complete:["border-success/60 bg-success text-success-foreground","shadow-[0_1px_3px_rgba(0,0,0,0.1)]","[&>svg]:gs-step-check-animated"]},size:{sm:"h-8 w-8 text-xs",md:"h-10 w-10 text-sm",lg:"h-12 w-12 text-base",xl:"h-14 w-14 text-lg"},animated:{true:"gs-step-indicator-animated",false:""}},defaultVariants:{status:"incomplete",size:"md",animated:!0}}),Vp=jt("rounded-full transition-[background-color,opacity] duration-300 ease-out",{variants:{orientation:{horizontal:"mx-2 mt-5 h-1 flex-1",vertical:"ml-5 min-h-10 w-1"},status:{incomplete:"bg-border/60",complete:"bg-gradient-to-r from-primary to-success"},size:{sm:"opacity-80",md:"",lg:"opacity-95",xl:"opacity-100"},animated:{true:"",false:""}},compoundVariants:[{status:"complete",orientation:"horizontal",animated:!0,className:"gs-connector-fill-animated"},{status:"complete",orientation:"vertical",animated:!0,className:"gs-connector-fill-vertical-animated"}],defaultVariants:{orientation:"horizontal",status:"incomplete",size:"md",animated:!0}}),Bp=jt("flex flex-col",{variants:{orientation:{horizontal:"mt-3 items-center text-center",vertical:"flex-1 pb-8 last:pb-0"}},defaultVariants:{orientation:"horizontal"}}),Dp=jt("font-medium transition-colors duration-200 ease-out",{variants:{status:{incomplete:"text-muted-foreground",current:"text-foreground",complete:"text-foreground"},size:{sm:"text-sm",md:"text-sm",lg:"text-base",xl:"text-lg"}},defaultVariants:{status:"incomplete",size:"md"}}),Fp=jt("text-muted-foreground transition-colors duration-200 ease-out",{variants:{size:{sm:"text-sm",md:"text-xs",lg:"text-sm",xl:"text-base"}},defaultVariants:{size:"md"}});var Op=er(({className:e,orientation:t="horizontal",activeStep:r,...o},i)=>{return Lt("div",{ref:i,role:"group","aria-label":"Progress steps",className:a(kp({orientation:t}),e),"data-orientation":t,"data-active-step":r,...o},void 0,!1,void 0,this)});Op.displayName="Stepper";var _p=er(({className:e,orientation:t="horizontal",isLast:r,isCurrent:o,...i},n)=>{return Lt("div",{ref:n,className:a(Ap({orientation:t}),e),"data-last":r,"aria-current":o?"step":void 0,...i},void 0,!1,void 0,this)});_p.displayName="Step";var Gp=er(({className:e,status:t="incomplete",size:r="md",icon:o,step:i,children:n,animated:s=!0,...l},m)=>{let d=u(r);return Lt("div",{ref:m,className:a(Ip({status:t,size:d,animated:s}),e),"data-status":t,"aria-hidden":"true",...l,children:t==="complete"?o||Lt(Rb,{className:"size-4",strokeWidth:3},void 0,!1,void 0,this):n||i},void 0,!1,void 0,this)});Gp.displayName="StepIndicator";var Wp=er(({className:e,orientation:t="horizontal",status:r="incomplete",size:o="md",animated:i=!0,...n},s)=>{let l=u(o);return Lt("div",{ref:s,className:a(Vp({orientation:t,status:r,size:l,animated:i}),e),"data-status":r,...n},void 0,!1,void 0,this)});Wp.displayName="StepConnector";var $p=er(({className:e,orientation:t="horizontal",...r},o)=>{return Lt("div",{ref:o,className:a(Bp({orientation:t}),e),...r},void 0,!1,void 0,this)});$p.displayName="StepContent";var Kp=er(({className:e,status:t="incomplete",size:r="md",...o},i)=>{let n=u(r);return Lt("h4",{ref:i,className:a(Dp({status:t,size:n}),e),...o},void 0,!1,void 0,this)});Kp.displayName="StepTitle";var Up=er(({className:e,size:t="md",...r},o)=>{let i=u(t);return Lt("p",{ref:o,className:a(Fp({size:i}),e),...r},void 0,!1,void 0,this)});Up.displayName="StepDescription";import*as ia from"@radix-ui/react-switch";import{cva as Hb}from"class-variance-authority";import{forwardRef as kb}from"react";import{jsxDEV as Yp}from"react/jsx-dev-runtime";var ze={sm:"sm",md:"md",lg:"lg",xl:"xl"},Ar={default:"default",error:"error",success:"success"},Xp=Hb("gs-interactive relative inline-flex shrink-0 cursor-pointer items-center rounded-full border-2 border-transparent bg-input enabled:active:scale-[0.96] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background disabled:cursor-not-allowed disabled:bg-input/70",{variants:{size:{[ze.sm]:"h-4.5 w-8",[ze.md]:"h-5 w-9",[ze.lg]:"h-6 w-11",[ze.xl]:"h-7 w-[3.25rem]"},status:{[Ar.default]:"disabled:data-[state=checked]:bg-muted-foreground/40 enabled:data-[state=unchecked]:hover:bg-input/80 data-[state=checked]:bg-primary data-[state=checked]:hover:bg-primary/90",[Ar.error]:"bg-destructive/30 disabled:bg-destructive/25 disabled:data-[state=checked]:bg-destructive/50 enabled:data-[state=unchecked]:hover:bg-destructive/45 focus-visible:ring-destructive data-[state=checked]:bg-destructive data-[state=checked]:hover:bg-destructive/90",[Ar.success]:"disabled:bg-success/20 disabled:data-[state=checked]:bg-success/45 focus-visible:ring-success enabled:data-[state=unchecked]:hover:bg-input/80 data-[state=checked]:bg-success data-[state=checked]:hover:bg-success/90"}},defaultVariants:{size:ze.md,status:Ar.default}}),Ab={[ze.sm]:"h-3.5 w-3.5",[ze.md]:"h-4 w-4",[ze.lg]:"h-5 w-5",[ze.xl]:"h-6 w-6"},Ib={[ze.sm]:"data-[state=checked]:translate-x-3.5",[ze.md]:"data-[state=checked]:translate-x-4",[ze.lg]:"data-[state=checked]:translate-x-5",[ze.xl]:"data-[state=checked]:translate-x-6"},qp=kb(({className:e,size:t=ze.md,status:r=Ar.default,checked:o,disabled:i,...n},s)=>{let l=u(t);return Yp(ia.Root,{ref:s,checked:o,disabled:i,className:a(Xp({size:l,status:r}),e),...n,children:Yp(ia.Thumb,{className:a("pointer-events-none block rounded-full bg-background shadow-sm transition-transform duration-150",Ab[l],Ib[l])},void 0,!1,void 0,this)},void 0,!1,void 0,this)});qp.displayName="Switch";import{cva as ct}from"class-variance-authority";import{createContext as Vb,forwardRef as Rt,useContext as Zp}from"react";import{jsxDEV as ot}from"react/jsx-dev-runtime";var Te={sm:"sm",md:"md",lg:"lg"},si=Vb(Te.md),Jp=ct("relative w-full overflow-auto rounded-[var(--radius)] border border-border bg-card shadow-[var(--shadow-sm)]"),Qp=ct("w-full caption-bottom",{variants:{size:{[Te.sm]:"text-xs",[Te.md]:"text-sm",[Te.lg]:"text-sm"}},defaultVariants:{size:Te.md}}),Ep=ct("sticky top-0 z-[1] [&_tr]:border-b [&_tr]:border-border [&_th]:bg-muted"),jp=ct("[&_tr:last-child]:border-0"),ec=ct("border-t border-border bg-muted font-medium text-muted-foreground [&>tr]:last:border-b-0"),tc=ct("gs-interactive border-b border-border hover:bg-muted/50 data-[state=selected]:bg-primary/10"),rc=ct("text-left align-middle font-semibold text-muted-foreground [&:has([role=checkbox])]:pr-0",{variants:{size:{[Te.sm]:"h-8 px-2",[Te.md]:"h-10 px-3",[Te.lg]:"h-12 px-4"}},defaultVariants:{size:Te.md}}),oc=ct("align-middle text-foreground [&:has([role=checkbox])]:pr-0",{variants:{size:{[Te.sm]:"p-2",[Te.md]:"p-3",[Te.lg]:"p-4"}},defaultVariants:{size:Te.md}}),ac=ct("mt-4 text-sm text-muted-foreground"),ic=Rt(({className:e,containerClassName:t,size:r=Te.md,...o},i)=>{let n=u(r)??Te.md;return ot(si.Provider,{value:n,children:ot("div",{className:a(Jp(),t),children:ot("table",{ref:i,className:a(Qp({size:n}),e),...o},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)});ic.displayName="Table";var nc=Rt(({className:e,...t},r)=>ot("thead",{ref:r,className:a(Ep(),e),...t},void 0,!1,void 0,this));nc.displayName="TableHeader";var sc=Rt(({className:e,...t},r)=>ot("tbody",{ref:r,className:a(jp(),e),...t},void 0,!1,void 0,this));sc.displayName="TableBody";var lc=Rt(({className:e,...t},r)=>ot("tfoot",{ref:r,className:a(ec(),e),...t},void 0,!1,void 0,this));lc.displayName="TableFooter";var mc=Rt(({className:e,...t},r)=>ot("tr",{ref:r,className:a(tc(),e),...t},void 0,!1,void 0,this));mc.displayName="TableRow";var dc=Rt(({className:e,size:t,...r},o)=>{let i=Zp(si);return ot("th",{ref:o,className:a(rc({size:t??i}),e),...r},void 0,!1,void 0,this)});dc.displayName="TableHead";var pc=Rt(({className:e,size:t,...r},o)=>{let i=Zp(si);return ot("td",{ref:o,className:a(oc({size:t??i}),e),...r},void 0,!1,void 0,this)});pc.displayName="TableCell";var cc=Rt(({className:e,...t},r)=>ot("caption",{ref:r,className:a(ac(),e),...t},void 0,!1,void 0,this));cc.displayName="TableCaption";import*as Qe from"@radix-ui/react-tabs";import{cva as li}from"class-variance-authority";import{createContext as Bb,forwardRef as mi,useCallback as uc,useContext as Db,useEffect as di,useLayoutEffect as Fb,useRef as na,useState as Ob}from"react";import{jsxDEV as co}from"react/jsx-dev-runtime";var at={sm:"sm",md:"md",lg:"lg",xl:"xl"},fc=li("relative inline-flex items-center justify-center rounded-[var(--radius)] border border-border bg-muted/50 p-1 text-muted-foreground",{variants:{size:{[at.sm]:"h-9 gap-0.5",[at.md]:"h-11 gap-1",[at.lg]:"h-12 gap-1",[at.xl]:"h-14 gap-1.5"}},defaultVariants:{size:at.md}}),gc=li("gs-interactive relative z-10 inline-flex items-center justify-center whitespace-nowrap rounded-[calc(var(--radius)-2px)] font-semibold outline-none focus-visible:ring-2 focus-visible:ring-ring disabled:pointer-events-none disabled:cursor-not-allowed disabled:text-muted-foreground/50 data-[state=active]:text-foreground data-[state=inactive]:hover:text-foreground/80",{variants:{size:{[at.sm]:"px-2.5 py-1 text-xs",[at.md]:"px-3 py-1.5 text-sm",[at.lg]:"px-4 py-2 text-sm",[at.xl]:"px-5 py-2.5 text-base"}},defaultVariants:{size:at.md}}),vc=li("mt-3 ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2"),bc=Bb({registerTrigger:()=>{}}),_b=typeof window<"u"?Fb:di,Gb=Qe.Root,yc=mi(({className:e,size:t,children:r,...o},i)=>{let n=u(t),s=na(null),l=na(new Map),[m,d]=Ob(null),f=na(!0),p=uc((c,v)=>{if(v)l.current.set(c,v);else l.current.delete(c)},[]),h=uc(()=>{let c=s.current;if(!c)return;let v=c.querySelector('[data-state="active"]');if(!v){d(null);return}let x=c.getBoundingClientRect(),M=v.getBoundingClientRect();d({left:M.left-x.left,width:M.width})},[]);return _b(()=>{h()},[h]),di(()=>{let c=s.current;if(!c)return;let v=new MutationObserver(()=>{f.current=!1,h()});return v.observe(c,{attributes:!0,attributeFilter:["data-state"],subtree:!0}),()=>v.disconnect()},[h]),co(bc.Provider,{value:{registerTrigger:p},children:co(Qe.List,{ref:(c)=>{if(s.current=c,typeof i==="function")i(c);else if(i)i.current=c},className:a(fc({size:n}),e),...o,children:[m&&co("span",{"aria-hidden":"true",className:a("absolute rounded-[calc(var(--radius)-2px)] bg-background shadow-sm",!f.current&&"transition-[left,width] duration-[var(--motion-duration-medium)] ease-[var(--motion-ease-emphasized)]"),style:{left:m.left,width:m.width,top:"4px",bottom:"4px"}},void 0,!1,void 0,this),r]},void 0,!0,void 0,this)},void 0,!1,void 0,this)});yc.displayName=Qe.List.displayName;var Pc=mi(({className:e,size:t,value:r,...o},i)=>{let n=u(t),{registerTrigger:s}=Db(bc),l=na(null);return di(()=>{return s(r,l.current),()=>s(r,null)},[r,s]),co(Qe.Trigger,{ref:(m)=>{if(l.current=m,typeof i==="function")i(m);else if(i)i.current=m},value:r,className:a(gc({size:n}),e),...o},void 0,!1,void 0,this)});Pc.displayName=Qe.Trigger.displayName;var hc=mi(({className:e,...t},r)=>co(Qe.Content,{ref:r,className:a(vc(),e),...t},void 0,!1,void 0,this));hc.displayName=Qe.Content.displayName;import{cva as Wb}from"class-variance-authority";import{forwardRef as $b}from"react";import{jsxDEV as Kb}from"react/jsx-dev-runtime";var uo={default:"default",error:"error",success:"success"},Ir={sm:"sm",md:"md",lg:"lg",xl:"xl"},Tc=Wb("gs-interactive w-full resize-y rounded-[var(--radius)] border border-input bg-background text-sm text-foreground outline-none placeholder:text-muted-foreground focus-visible:ring-2 disabled:cursor-not-allowed disabled:border-border disabled:bg-muted/45 disabled:text-muted-foreground",{variants:{status:{[uo.default]:"focus-visible:ring-primary",[uo.error]:"border-destructive focus-visible:ring-destructive",[uo.success]:"border-success focus-visible:ring-success"},size:{[Ir.sm]:"min-h-[64px] px-2 py-1.5 text-xs",[Ir.md]:"min-h-[96px] px-3 py-2",[Ir.lg]:"min-h-[112px] px-4 py-2.5",[Ir.xl]:"min-h-[128px] px-4 py-3 text-base"}},defaultVariants:{status:uo.default,size:Ir.md}}),xc=$b(({className:e,status:t=uo.default,size:r=Ir.md,fullWidth:o=!1,noResize:i=!1,disabled:n,...s},l)=>{let m=u(r);return Kb("textarea",{ref:l,className:a(Tc({status:t,size:m}),n&&"bg-muted",o&&"w-full",i&&"resize-none",e),disabled:n,...s},void 0,!1,void 0,this)});xc.displayName="Textarea";import{cva as Ht}from"class-variance-authority";import{forwardRef as kt}from"react";import{jsxDEV as it}from"react/jsx-dev-runtime";var Cc=Ht("relative flex flex-col"),Sc=Ht(["group relative flex pb-8 last:pb-0","transition-opacity duration-300 ease-[cubic-bezier(0.22,1,0.36,1)]"],{variants:{align:{left:"flex-row gap-4",right:"flex-row-reverse gap-4"},animated:{true:"gs-timeline-item-animated",false:""}},defaultVariants:{align:"left",animated:!0}}),zc=Ht(["absolute bottom-0 w-0.5 rounded-full","transition-[background-color,opacity,height] duration-300 ease-[cubic-bezier(0.22,1,0.36,1)]"],{variants:{variant:{default:"bg-border",success:"bg-gradient-to-b from-success/50 to-success/30",warning:"bg-gradient-to-b from-warning/50 to-warning/30",error:"bg-gradient-to-b from-destructive/50 to-destructive/30",info:"bg-gradient-to-b from-info/50 to-info/30",primary:"bg-gradient-to-b from-primary/50 to-primary/30"},size:{sm:"left-[11px] top-7",md:"left-[15px] top-9",lg:"left-[21px] top-12",xl:"left-[25px] top-14"},animated:{true:"gs-timeline-connector-animated",false:""}},defaultVariants:{variant:"default",size:"md",animated:!0}}),wc=Ht(["relative z-10 flex shrink-0 items-center justify-center rounded-full border-2","transition-[color,background-color,border-color,box-shadow] duration-200 ease-[cubic-bezier(0.22,1,0.36,1)]","[&>svg]:shrink-0"],{variants:{variant:{default:["border-border/80 bg-card text-muted-foreground","shadow-[0_1px_3px_rgba(0,0,0,0.12),0_0_0_2px_rgba(0,0,0,0.04)]","hover:border-border hover:shadow-[0_2px_6px_rgba(0,0,0,0.16),0_0_0_2px_rgba(0,0,0,0.06)]"],success:["border-success/60 bg-success/10 text-success","shadow-[0_1px_4px_rgba(0,0,0,0.1),0_0_0_2px_rgba(var(--success-rgb,34,197,94),0.2)]","hover:bg-success/15 hover:border-success/70 hover:shadow-[0_2px_8px_rgba(0,0,0,0.12),0_0_0_3px_rgba(var(--success-rgb,34,197,94),0.25)]"],warning:["border-warning/60 bg-warning/10 text-warning","shadow-[0_1px_4px_rgba(0,0,0,0.1),0_0_0_2px_rgba(var(--warning-rgb,234,179,8),0.2)]","hover:bg-warning/15 hover:border-warning/70 hover:shadow-[0_2px_8px_rgba(0,0,0,0.12),0_0_0_3px_rgba(var(--warning-rgb,234,179,8),0.25)]"],error:["border-destructive/60 bg-destructive/10 text-destructive","shadow-[0_1px_4px_rgba(0,0,0,0.1),0_0_0_2px_rgba(var(--destructive-rgb,239,68,68),0.2)]","hover:bg-destructive/15 hover:border-destructive/70 hover:shadow-[0_2px_8px_rgba(0,0,0,0.12),0_0_0_3px_rgba(var(--destructive-rgb,239,68,68),0.25)]"],info:["border-info/60 bg-info/10 text-info","shadow-[0_1px_4px_rgba(0,0,0,0.1),0_0_0_2px_rgba(var(--info-rgb,59,130,246),0.2)]","hover:bg-info/15 hover:border-info/70 hover:shadow-[0_2px_8px_rgba(0,0,0,0.12),0_0_0_3px_rgba(var(--info-rgb,59,130,246),0.25)]"],primary:["border-primary/60 bg-primary/10 text-primary","shadow-[0_1px_4px_rgba(0,0,0,0.1),0_0_0_2px_rgba(var(--primary-rgb,99,102,241),0.2)]","hover:bg-primary/15 hover:border-primary/70 hover:shadow-[0_2px_8px_rgba(0,0,0,0.12),0_0_0_3px_rgba(var(--primary-rgb,99,102,241),0.25)]"]},size:{sm:"h-6 w-6 [&>svg]:size-3",md:"h-8 w-8 [&>svg]:size-4",lg:"h-11 w-11 [&>svg]:size-5",xl:"h-14 w-14 [&>svg]:size-6"},pulse:{true:"gs-timeline-dot-pulse-enabled gs-timeline-dot-pulse",false:""},animated:{true:"gs-timeline-dot-animated",false:""}},defaultVariants:{variant:"default",size:"md",pulse:!1,animated:!0}}),Mc=Ht("flex flex-col gap-1 pt-0.5 min-w-0 transition-opacity duration-200 ease-[cubic-bezier(0.22,1,0.36,1)]"),Nc=Ht("font-semibold text-foreground leading-tight transition-colors duration-200 ease-[cubic-bezier(0.22,1,0.36,1)]",{variants:{size:{sm:"text-sm",md:"text-base",lg:"text-lg",xl:"text-xl"}},defaultVariants:{size:"md"}}),Lc=Ht("text-muted-foreground transition-colors duration-200 ease-[cubic-bezier(0.22,1,0.36,1)]",{variants:{size:{sm:"text-sm",md:"text-sm",lg:"text-base",xl:"text-lg"}},defaultVariants:{size:"md"}}),Rc=Ht("font-medium text-muted-foreground/70 transition-colors duration-200 ease-[cubic-bezier(0.22,1,0.36,1)]",{variants:{size:{sm:"text-sm",md:"text-sm",lg:"text-base",xl:"text-base"}},defaultVariants:{size:"md"}});var Hc=kt(({className:e,...t},r)=>{return it("div",{ref:r,role:"list","aria-label":"Timeline events",className:a(Cc(),e),...t},void 0,!1,void 0,this)});Hc.displayName="Timeline";var kc=kt(({className:e,align:t,isLast:r,animated:o=!0,...i},n)=>{return it("div",{ref:n,role:"listitem",className:a(Sc({align:t,animated:o}),e),"data-last":r,...i},void 0,!1,void 0,this)});kc.displayName="TimelineItem";var Ac=kt(({className:e,variant:t,size:r,animated:o=!0,...i},n)=>{let s=u(r);return it("div",{ref:n,className:a(zc({variant:t,size:s,animated:o}),e),...i},void 0,!1,void 0,this)});Ac.displayName="TimelineConnector";var Ic=kt(({className:e,variant:t,size:r,icon:o,children:i,pulse:n=!1,animated:s=!0,...l},m)=>{let d=u(r);return it("div",{ref:m,className:a(wc({variant:t,size:d,pulse:n,animated:s}),e),"aria-hidden":"true",...l,children:o||i||it(Ub,{},void 0,!1,void 0,this)},void 0,!1,void 0,this)});Ic.displayName="TimelineDot";var Vc=kt(({className:e,...t},r)=>{return it("div",{ref:r,className:a(Mc(),e),...t},void 0,!1,void 0,this)});Vc.displayName="TimelineContent";var Bc=kt(({className:e,size:t,...r},o)=>{let i=u(t);return it("h4",{ref:o,className:a(Nc({size:i}),e),...r},void 0,!1,void 0,this)});Bc.displayName="TimelineTitle";var Dc=kt(({className:e,size:t,...r},o)=>{let i=u(t);return it("p",{ref:o,className:a(Lc({size:i}),e),...r},void 0,!1,void 0,this)});Dc.displayName="TimelineDescription";var Fc=kt(({className:e,size:t,...r},o)=>{let i=u(t);return it("time",{ref:o,className:a(Rc({size:i}),e),...r},void 0,!1,void 0,this)});Fc.displayName="TimelineTime";function Ub(){return it("span",{className:"size-2 rounded-full bg-current"},void 0,!1,void 0,this)}import{cva as Oc}from"class-variance-authority";var Vr={default:"default",success:"success",info:"info",warning:"warning",error:"error"},Ge={sm:"sm",md:"md",lg:"lg"},pi=Oc("pointer-events-auto relative flex w-full items-center overflow-hidden rounded-[var(--radius)] border shadow-[var(--shadow-md)]",{variants:{variant:{[Vr.default]:"border-border bg-card text-card-foreground",[Vr.success]:"border-success/30 bg-card text-card-foreground",[Vr.info]:"border-info/30 bg-card text-card-foreground",[Vr.warning]:"border-warning/30 bg-card text-card-foreground",[Vr.error]:"border-destructive/30 bg-card text-card-foreground"},size:{[Ge.sm]:"gap-2 p-3",[Ge.md]:"gap-3 p-4",[Ge.lg]:"gap-3.5 p-5"}},defaultVariants:{variant:Vr.default,size:Ge.md}}),ci=Oc("gs-interactive inline-flex shrink-0 items-center justify-center rounded-[var(--radius)] border border-border bg-transparent font-medium text-foreground hover:bg-secondary focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50",{variants:{size:{[Ge.sm]:"h-6 px-2 text-xs",[Ge.md]:"h-7 px-2.5 text-xs",[Ge.lg]:"h-8 px-3 text-sm"}},defaultVariants:{size:Ge.md}});import{AlertTriangle as ey,CheckCircle2 as ty,Info as Kc,X as ry,XCircle as oy}from"lucide-react";import{forwardRef as ay,useCallback as ma,useEffect as da,useRef as bi,useState as yi}from"react";import{useSyncExternalStore as Yb}from"react";var Xb=5,Gc=5000,qb=500,ui=0;function Zb(){return ui=(ui+1)%Number.MAX_SAFE_INTEGER,`toast-${ui}-${Date.now()}`}var fi=new Set,We=[],rr=new Map,go=new Map,vo=!1,tr=new Map;function sa(){for(let e of fi)e()}function _c(){return We}function Jb(e){return fi.add(e),()=>{fi.delete(e)}}function gi(e,t){if(vo){tr.set(e,t);return}clearTimeout(rr.get(e));let r=Date.now(),o=setTimeout(()=>{rr.delete(e),tr.delete(e),la(e)},t);rr.set(e,o),tr.set(e,t);let i=setInterval(()=>{let n=Date.now()-r,s=t-n;if(s<=0)clearInterval(i),tr.delete(e);else tr.set(e,s)},100)}function Qb(e){clearTimeout(go.get(e));let t=setTimeout(()=>{We=We.filter((r)=>r.id!==e),go.delete(e),sa()},qb);go.set(e,t)}function fo(e){let t=e.id??Zb(),r=e.duration??Gc;if(We.find((n)=>n.id===t))return We=We.map((n)=>n.id===t?{...n,...e,id:t,open:!0,createdAt:Date.now()}:n),clearTimeout(go.get(t)),go.delete(t),gi(t,r),sa(),t;return We=[{...e,id:t,variant:e.variant??"default",dismissible:e.dismissible??!0,open:!0,createdAt:Date.now()},...We].slice(0,Xb),gi(t,r),sa(),t}function la(e){clearTimeout(rr.get(e)),rr.delete(e),tr.delete(e),We=We.map((t)=>t.id===e?{...t,open:!1}:t),sa(),Qb(e)}function Wc(){for(let e of We)la(e.id)}function Eb(){if(vo)return;vo=!0;for(let[e,t]of rr)clearTimeout(t),rr.delete(e)}function jb(){if(!vo)return;vo=!1;for(let e of We)if(e.open){let t=tr.get(e.id)??Gc;gi(e.id,t)}}var $c=Object.assign((e)=>fo(e),{success:(e,t)=>fo({...t,variant:"success",title:e}),info:(e,t)=>fo({...t,variant:"info",title:e}),warning:(e,t)=>fo({...t,variant:"warning",title:e}),error:(e,t)=>fo({...t,variant:"error",title:e}),dismiss:la,dismissAll:Wc});function vi(){return{toasts:Yb(Jb,_c,_c),toast:$c,dismiss:la,dismissAll:Wc,pauseAll:Eb,resumeAll:jb}}import{jsxDEV as we}from"react/jsx-dev-runtime";var Yc=10,Uc=0.05,iy=200,Xc="cubic-bezier(0.2, 0.8, 0.2, 1)",ny="cubic-bezier(0.22, 1, 0.36, 1)",sy={"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"},ly={success:(e)=>we(ty,{className:a("mt-0.5 shrink-0 text-success",e==="sm"?"size-4":"size-[18px]")},void 0,!1,void 0,this),info:(e)=>we(Kc,{className:a("mt-0.5 shrink-0 text-info",e==="sm"?"size-4":"size-[18px]")},void 0,!1,void 0,this),warning:(e)=>we(ey,{className:a("mt-0.5 shrink-0 text-warning",e==="sm"?"size-4":"size-[18px]")},void 0,!1,void 0,this),error:(e)=>we(oy,{className:a("mt-0.5 shrink-0 text-destructive",e==="sm"?"size-4":"size-[18px]")},void 0,!1,void 0,this),default:(e)=>we(Kc,{className:a("mt-0.5 shrink-0 text-muted-foreground",e==="sm"?"size-4":"size-[18px]")},void 0,!1,void 0,this)};function my(e,t,r,o,i){let n=e<o,s=r?i:e*Yc,l=r?1:n?1-e*Uc:1-o*Uc,m=n||r?1:0,d=t-e;return{offset:s,scale:l,opacity:m,zIndex:d}}var qc=ay(({position:e="bottom-right",gap:t=12,visibleCount:r=3,size:o=Ge.md,className:i,...n},s)=>{let{toasts:l,dismiss:m,pauseAll:d,resumeAll:f}=vi(),p=u(o)??Ge.md,[h,c]=yi(!1),[v,x]=yi({}),M=bi(null),S=bi(void 0),C=e.startsWith("bottom"),b=ma((T)=>{if(M.current=T,typeof s==="function")s(T);else if(s)s.current=T},[s]),y=ma(()=>{clearTimeout(S.current),c(!0),d()},[d]),k=ma(()=>{clearTimeout(S.current),S.current=setTimeout(()=>{c(!1),f()},iy)},[f]);da(()=>{return()=>clearTimeout(S.current)},[]);let z=ma((T,V)=>{x((J)=>{if(J[T]===V)return J;return{...J,[T]:V}})},[]);if(da(()=>{let T=new Set(l.map((V)=>V.id));x((V)=>{let J=!1,R={};for(let[U,g]of Object.entries(V))if(T.has(U))R[U]=g;else J=!0;return J?R:V})},[l]),l.length===0)return null;let L=l.filter((T)=>T.open),A=new Map,_=0;for(let[T,V]of L.entries()){let J=v[V.id]??0;A.set(V.id,my(T,L.length,h,r,_)),_+=J+t}let X=L[0],$=(X?v[X.id]??0:0)+Math.min(L.length-1,r-1)*Yc,w=_-(L.length>0?t:0),I=h?w:$;return we("ol",{ref:b,role:"region","aria-label":"Notifications",tabIndex:-1,onMouseEnter:y,onMouseLeave:k,className:a("pointer-events-auto fixed z-[100] w-full max-w-[400px] outline-none",sy[e],i),style:{height:Math.max(I,0),transition:`height 400ms ${Xc}`},...n,children:l.map((T)=>{let V=!T.open,J=A.get(T.id);return we(dy,{toast:T,layout:J??{offset:0,scale:1,opacity:0,zIndex:0},isClosed:V,isBottom:C,size:p,onDismiss:m,onMeasure:z},T.id,!1,void 0,this)})},void 0,!1,void 0,this)});qc.displayName="Toaster";function dy({toast:e,layout:t,isClosed:r,isBottom:o,size:i,onDismiss:n,onMeasure:s}){let l=bi(null),[m,d]=yi(!1);da(()=>{let v=requestAnimationFrame(()=>d(!0));return()=>cancelAnimationFrame(v)},[]),da(()=>{let v=l.current;if(!v)return;let x=new ResizeObserver((M)=>{for(let S of M){let C=S.borderBoxSize?.[0];if(C)s(e.id,C.blockSize)}});return x.observe(v),()=>x.disconnect()},[e.id,s]);let f=o?{bottom:0,left:0,right:0}:{top:0,left:0,right:0},p,h,c;if(!m)p=`translateY(${o?80:-80}px) scale(0.9)`,h=0,c="none";else if(r)p=`translateY(${o?80:-80}px) scale(0.95)`,h=0,c="none";else p=`translateY(${o?-t.offset:t.offset}px) scale(${t.scale})`,h=t.opacity,c="auto";return we("li",{ref:l,"data-state":e.open?"open":"closed","data-variant":e.variant,className:"absolute list-none",style:{...f,zIndex:t.zIndex,transformOrigin:o?"center bottom":"center top",transform:p,opacity:h,pointerEvents:c,transition:[`transform 400ms ${Xc}`,`opacity 250ms ${ny}`].join(", ")},children:we("div",{className:a(pi({variant:e.variant,size:i}),"w-full"),children:[ly[e.variant]?.(i),we("div",{className:"flex-1 space-y-0.5",children:[e.title&&we("p",{className:a("font-semibold leading-tight",i==="sm"?"text-xs":"text-sm"),children:e.title},void 0,!1,void 0,this),e.description&&we("p",{className:a("leading-snug text-muted-foreground",i==="sm"?"text-xs":"text-sm"),children:e.description},void 0,!1,void 0,this)]},void 0,!0,void 0,this),e.action&&we("button",{type:"button",className:a(ci({size:i}),"mt-0.5"),onClick:e.action.onClick,"aria-label":e.action.altText,children:e.action.label},void 0,!1,void 0,this),e.dismissible!==!1&&we("button",{type:"button",className:a("gs-interactive mt-0.5 shrink-0 rounded-[var(--radius)] p-1 text-muted-foreground hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",i==="sm"?"[&>svg]:size-3.5":"[&>svg]:size-4"),onClick:()=>n(e.id),"aria-label":"Dismiss",children:we(ry,{},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 Zc from"@radix-ui/react-toggle";import{cva as py}from"class-variance-authority";import{forwardRef as cy}from"react";import{jsxDEV as uy}from"react/jsx-dev-runtime";var Pi={default:"default",outline:"outline"},pa={sm:"sm",md:"md",lg:"lg"},ca=py("gs-interactive inline-flex items-center justify-center gap-2 rounded-[var(--radius)] border border-transparent text-sm font-medium outline-none transition-[color,background-color,border-color] duration-150 hover:bg-muted hover:text-muted-foreground focus-visible:border-primary disabled:cursor-not-allowed disabled:pointer-events-none data-[state=on]:bg-accent data-[state=on]:text-accent-foreground [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",{variants:{variant:{[Pi.default]:"bg-transparent disabled:bg-transparent disabled:text-foreground/50",[Pi.outline]:"border-input bg-transparent hover:bg-accent hover:text-accent-foreground disabled:bg-transparent disabled:text-foreground/50 disabled:border-border/50"},size:{[pa.sm]:"h-7 px-1.5 min-w-7 text-xs",[pa.md]:"h-10 px-3 min-w-10",[pa.lg]:"h-11 px-5 min-w-11"}},defaultVariants:{variant:Pi.default,size:pa.md}}),Jc=cy(({className:e,variant:t,size:r,...o},i)=>{let n=u(r);return uy(Zc.Root,{ref:i,className:a(ca({variant:t,size:n}),e),...o},void 0,!1,void 0,this)});Jc.displayName="Toggle";import*as ua from"@radix-ui/react-toggle-group";import{cva as fy}from"class-variance-authority";import{createContext as gy,forwardRef as Qc,useContext as vy}from"react";import{jsxDEV as hi}from"react/jsx-dev-runtime";var by={default:"default",outline:"outline"},yy={sm:"sm",md:"md",lg:"lg"},Ec=fy("flex items-center justify-center gap-1"),jc=gy({size:yy.md,variant:by.default}),eu=Qc(({className:e,variant:t,size:r,children:o,...i},n)=>{let s=u(r);return hi(ua.Root,{ref:n,className:a(Ec(),e),...i,children:hi(jc.Provider,{value:{variant:t,size:s},children:o},void 0,!1,void 0,this)},void 0,!1,void 0,this)});eu.displayName="ToggleGroup";var tu=Qc(({className:e,children:t,variant:r,size:o,...i},n)=>{let s=vy(jc),l=u(o);return hi(ua.Item,{ref:n,className:a(ca({variant:r??s.variant,size:l??s.size}),e),...i,children:t},void 0,!1,void 0,this)});tu.displayName="ToggleGroupItem";import{cva as ru}from"class-variance-authority";import{forwardRef as fa}from"react";import{jsxDEV as ga}from"react/jsx-dev-runtime";var Ee={sm:"sm",md:"md",lg:"lg"},ou=ru("flex items-center border-b border-border bg-background",{variants:{size:{[Ee.sm]:"gap-1.5 px-3 py-1.5",[Ee.md]:"gap-2 px-4 py-2",[Ee.lg]:"gap-3 px-5 py-2.5"}},defaultVariants:{size:Ee.md}}),au=fa(({className:e,size:t=Ee.md,...r},o)=>{let i=u(t);return ga("div",{ref:o,role:"toolbar",className:a(ou({size:i}),e),...r},void 0,!1,void 0,this)});au.displayName="Toolbar";var iu=ru("flex items-center",{variants:{size:{[Ee.sm]:"gap-1",[Ee.md]:"gap-1.5",[Ee.lg]:"gap-2"}},defaultVariants:{size:Ee.md}}),nu=fa(({className:e,size:t=Ee.md,...r},o)=>{let i=u(t);return ga("div",{ref:o,role:"group",className:a(iu({size:i}),e),...r},void 0,!1,void 0,this)});nu.displayName="ToolbarGroup";var su=fa(({className:e,...t},r)=>{return ga("div",{ref:r,role:"none",className:a("h-5 w-px shrink-0 bg-border",e),...t},void 0,!1,void 0,this)});su.displayName="ToolbarSeparator";var lu=fa(({className:e,...t},r)=>{return ga("div",{ref:r,className:a("flex-1",e),...t},void 0,!1,void 0,this)});lu.displayName="ToolbarSpacer";import*as nt from"@radix-ui/react-tooltip";import{cva as Py}from"class-variance-authority";import{createContext as hy,forwardRef as mu,useContext as du}from"react";import{jsxDEV as bo}from"react/jsx-dev-runtime";var Ty=nt.Provider,Ti=hy(!1),pu=({persistOnClick:e=!1,children:t,...r})=>bo(Ti.Provider,{value:e,children:bo(nt.Root,{...r,children:t},void 0,!1,void 0,this)},void 0,!1,void 0,this);pu.displayName="Tooltip";var cu=mu(({onClick:e,onPointerDown:t,...r},o)=>{let i=du(Ti);return bo(nt.Trigger,{ref:o,onClick:i?(n)=>{n.preventDefault(),e?.(n)}:e,onPointerDown:i?(n)=>{n.preventDefault(),t?.(n)}:t,...r},void 0,!1,void 0,this)});cu.displayName="TooltipTrigger";var Br={sm:"sm",md:"md",lg:"lg"},uu=Py("z-50 overflow-hidden rounded-[var(--radius)] border border-primary/20 bg-primary text-primary-foreground shadow-[var(--shadow-md)] gs-float-content origin-[var(--radix-tooltip-content-transform-origin)]",{variants:{size:{[Br.sm]:"px-2 py-1 text-[10px]",[Br.md]:"px-3 py-1.5 text-xs",[Br.lg]:"px-4 py-2 text-sm"}},defaultVariants:{size:Br.md}}),fu=mu(({className:e,sideOffset:t=4,onPointerDownOutside:r,size:o=Br.md,...i},n)=>{let s=du(Ti),l=u(o);return bo(nt.Portal,{children:bo(nt.Content,{ref:n,sideOffset:t,className:a(uu({size:l}),e),onPointerDownOutside:s?(m)=>{m.preventDefault(),r?.(m)}:r,...i},void 0,!1,void 0,this)},void 0,!1,void 0,this)});fu.displayName="TooltipContent";import*as At from"react";var xy=()=>{};function Cy({prop:e,defaultProp:t,onChange:r=xy}){let[o,i]=Sy({defaultProp:t,onChange:r}),n=e!==void 0,s=n?e:o,l=At.useCallback((m)=>{if(n){let f=typeof m==="function"?m(e):m;if(f!==e)r(f)}else i(m)},[n,e,i,r]);return[s,l]}function Sy({defaultProp:e,onChange:t}){let r=At.useState(e),[o]=r,i=At.useRef(o),n=t;return At.useEffect(()=>{if(i.current!==o)n?.(o),i.current=o},[o,n]),r}import{createContext as zy,useCallback as xi,useContext as wy,useEffect as yu,useLayoutEffect as My,useMemo as Ny,useRef as Ly,useState as Ci}from"react";import{jsxDEV as By}from"react/jsx-dev-runtime";var Ry=typeof window<"u"?My:yu,Dr={light:"light",dark:"dark",system:"system"},Hy="data-gs-theme",va="dark",gu="gs-theme-transitioning",ky="gs-theme",Ay="gs-color-scheme";function Pu(){if(typeof window>"u")return"light";return window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}function Si(e){if(e===Dr.system)return Pu();return e}function Iy(e,t,r,o,i){let n=Si(r);if(o)e.classList.add(gu);if(e.setAttribute(Hy,t),n==="dark")e.classList.add(va);else e.classList.remove(va);if(o)setTimeout(()=>e.classList.remove(gu),i)}function vu(e){try{return localStorage.getItem(e)}catch{return null}}function bu(e,t){try{localStorage.setItem(e,t)}catch{}}var hu=zy(null),Tu=({children:e,defaultTheme:t="ghostly-solutions",defaultColorScheme:r=Dr.system,enableTransition:o=!1,transitionDuration:i=300,storageKey:n})=>{let s=n!==!1,l=typeof n==="string"?n:ky,m=typeof n==="string"?`${n}-color-scheme`:Ay,[d,f]=Ci(()=>{if(s){let y=vu(l);if(y)return y}return t}),[p,h]=Ci(()=>{if(s){let y=vu(m);if(y==="light"||y==="dark"||y==="system")return y}return r}),[c,v]=Ci(()=>Si(p)),x=Ly(!0);Ry(()=>{let y=document.documentElement,k=!x.current&&o;x.current=!1,Iy(y,d,p,k,i),v(Si(p))},[d,p,o,i]),yu(()=>{if(p!==Dr.system)return;let y=window.matchMedia("(prefers-color-scheme: dark)"),k=()=>{let z=Pu();v(z);let L=document.documentElement;if(z==="dark")L.classList.add(va);else L.classList.remove(va)};return y.addEventListener("change",k),()=>y.removeEventListener("change",k)},[p]);let M=xi((y)=>{if(f(y),s)bu(l,y)},[s,l]),S=xi((y)=>{if(h(y),s)bu(m,y)},[s,m]),C=xi(()=>{let y=c==="dark"?Dr.light:Dr.dark;S(y)},[c,S]),b=Ny(()=>({theme:d,setTheme:M,colorScheme:p,setColorScheme:S,resolvedColorScheme:c,toggleColorScheme:C}),[d,M,p,S,c,C]);return By(hu.Provider,{value:b,children:e},void 0,!1,void 0,this)};Tu.displayName="ThemeProvider";var Vy=()=>{let e=wy(hu);if(!e)throw Error("useTheme must be used within a ThemeProvider");return e};export{vi as useToast,Vy as useTheme,Jr as usePlatform,Gv as useOverlay,ii as useHotkey,Yr as useFormField,u as useDensitySize,wu as useDensity,Cy as useControllableState,Xr as useComposedRefs,Vf as useCommandShortcut,Ha as useCommand,uu as tooltipContentVariants,ou as toolbarVariants,iu as toolbarGroupVariants,ca as toggleVariants,Ec as toggleGroupVariants,pi as toastVariants,ci as toastActionVariants,$c as toast,Cc as timelineVariants,Nc as timelineTitleVariants,Rc as timelineTimeVariants,Sc as timelineItemVariants,wc as timelineDotVariants,Lc as timelineDescriptionVariants,Mc as timelineContentVariants,zc as timelineConnectorVariants,Tc as textareaVariants,gc as tabsTriggerVariants,fc as tabsListVariants,vc as tabsContentVariants,Qp as tableVariants,tc as tableRowVariants,Ep as tableHeaderVariants,rc as tableHeadVariants,ec as tableFooterVariants,Jp as tableContainerVariants,oc as tableCellVariants,ac as tableCaptionVariants,jp as tableBodyVariants,Xp as switchVariants,kp as stepperVariants,Ap as stepVariants,Dp as stepTitleVariants,Ip as stepIndicatorVariants,Fp as stepDescriptionVariants,Bp as stepContentVariants,Vp as stepConnectorVariants,Rp as statCardVariants,oa as spotlightStatusVariants,aa as spotlightStatusTitleVariants,Np as spotlightStatusDescriptionVariants,Mp as spotlightShortcutVariants,hp as spotlightResultsVariants,vp as spotlightPanelVariants,gp as spotlightOverlayVariants,xp as spotlightOptionVariants,zp as spotlightOptionTitleVariants,Cp as spotlightOptionIconVariants,wp as spotlightOptionDescriptionVariants,Sp as spotlightOptionContentVariants,ra as spotlightKbdVariants,yp as spotlightInputVariants,Pp as spotlightIconVariants,bp as spotlightHeaderVariants,Tp as spotlightGroupLabelVariants,lp as sliderVariants,mp as sliderTrackVariants,pp as sliderThumbVariants,dp as sliderRangeVariants,tp as skeletonVariants,rp as skeletonTextVariants,ap as skeletonButtonVariants,op as skeletonAvatarVariants,$m as sheetOverlayVariants,Km as sheetContentVariants,jd as separatorVariants,Bd as selectTriggerVariants,Dd as selectContentVariants,Xd as segmentedControlVariants,Zd as segmentedControlLabelVariants,qd as segmentedControlItemVariants,Ld as scrollBarVariants,Rd as scrollBarThumbVariants,Nd as scrollAreaVariants,Td as resizablePanelVariants,hd as resizablePanelGroupVariants,xd as resizableHandleVariants,Cd as resizableHandleIconVariants,bd as radioItemVariants,vd as radioGroupVariants,pd as progressVariants,cd as progressIndicatorVariants,Cr as popoverContentVariants,Wa as parseHotkey,jm as paginationVariants,Fo as paginationLinkVariants,td as paginationItemVariants,rd as paginationEllipsisVariants,ed as paginationContentVariants,Dm as otpSlotVariants,_m as otpSeparatorVariants,Om as otpPlaceholderVariants,Fm as otpInputVariants,Bm as otpGroupVariants,Vm as otpContainerVariants,zm as navigationMenuViewportVariants,Tm as navigationMenuVariants,Cm as navigationMenuTriggerVariants,xm as navigationMenuListVariants,xv as navigationMenuLinkVariants,wm as navigationMenuIndicatorVariants,Sm as navigationMenuContentVariants,ym as multiselectTriggerVariants,$a as matchHotkey,um as labelVariants,dm as kbdVariants,mr as isSameDay,nm as inputVariants,rm as hoverCardContentVariants,Qg as formatHotkeyTokens,Zr as formatHotkey,Zl as formFieldVariants,_l as fileUploadVariants,Ga as fileUploadTextVariants,Wl as fileUploadListVariants,$l as fileUploadItemVariants,Ul as fileUploadItemSizeVariants,Yl as fileUploadItemRemoveVariants,Kl as fileUploadItemNameVariants,Gl as fileUploadIconVariants,kl as errorBoundaryVariants,Il as errorBoundaryTitleVariants,Al as errorBoundaryIconVariants,Dl as errorBoundaryDetailsVariants,Vl as errorBoundaryDescriptionVariants,Bl as errorBoundaryActionsVariants,zl as emptyStateVariants,Ml as emptyStateTitleVariants,wl as emptyStateIconVariants,Nl as emptyStateDescriptionVariants,Ll as emptyStateActionsVariants,ul as dropdownMenuShortcutVariants,cl as dropdownMenuSeparatorVariants,dl as dropdownMenuRadioItemVariants,pl as dropdownMenuLabelVariants,_a as dropdownMenuItemVariants,Oa as dropdownMenuContentVariants,ml as dropdownMenuCheckboxItemVariants,js as drawerOverlayVariants,tl as drawerHandleVariants,el as drawerContentVariants,qs as dialogContentVariants,Ut as detectPlatform,oM as cva,Dg as createOptionalContext,Bg as createContext,Bs as contextMenuShortcutVariants,Vs as contextMenuSeparatorVariants,As as contextMenuRadioItemVariants,Is as contextMenuLabelVariants,Ia as contextMenuItemVariants,Aa as contextMenuContentVariants,ks as contextMenuCheckboxItemVariants,am as composeRefs,hs as commandShortcutVariants,Ps as commandSeparatorVariants,cs as commandOverlayVariants,Ts as commandLoadingVariants,fs as commandListVariants,ys as commandItemVariants,us as commandInputVariants,vs as commandGroupVariants,bs as commandGroupHeadingVariants,gs as commandEmptyVariants,ps as commandDialogVariants,ls as collapsibleContentVariants,jn as codeBlockVariants,as as codeBlockPreVariants,is as codeBlockLineVariants,ns as codeBlockLineNumberVariants,ts as codeBlockLanguageVariants,es as codeBlockHeaderVariants,rs as codeBlockCopyVariants,os as codeBlockContentVariants,a as cn,Jn as checkboxVariants,Wn as cardVariants,On as calendarWeekdayVariants,Vn as calendarVariants,Dn as calendarTitleVariants,La as calendarNavButtonVariants,Bn as calendarHeaderVariants,Fn as calendarGridVariants,_n as calendarDayVariants,Or as buttonVariants,Ki as buttonIconVariants,Rn as buttonGroupVariants,Ui as buttonBadgeVariants,Tn as breadcrumbSeparatorVariants,hn as breadcrumbPageVariants,bn as breadcrumbListVariants,Pn as breadcrumbLinkVariants,yn as breadcrumbItemVariants,xn as breadcrumbEllipsisVariants,cn as badgeVariants,mn as avatarVariants,Di as alertVariants,Fi as alertTitleVariants,Qi as alertDialogOverlayVariants,Ei as alertDialogContentVariants,Oi as alertDescriptionVariants,Hi as accordionTriggerVariants,Ri as accordionItemVariants,ki as accordionContentVariants,Ru as XCircleIcon,st as Variant,cu as TooltipTrigger,Br as TooltipSize,Ty as TooltipProvider,fu as TooltipContent,pu as Tooltip,lu as ToolbarSpacer,Ee as ToolbarSize,su as ToolbarSeparator,nu as ToolbarGroup,au as Toolbar,tu as ToggleGroupItem,eu as ToggleGroup,Jc as Toggle,qc as Toaster,Ge as ToastSize,Bc as TimelineTitle,Fc as TimelineTime,kc as TimelineItem,Ic as TimelineDot,Dc as TimelineDescription,Vc as TimelineContent,Ac as TimelineConnector,Hc as Timeline,Tu as ThemeProvider,xc as Textarea,Pc as TabsTrigger,yc as TabsList,hc as TabsContent,Gb as Tabs,Te as TableSize,mc as TableRow,nc as TableHeader,dc as TableHead,lc as TableFooter,pc as TableCell,cc as TableCaption,sc as TableBody,ic as Table,Ar as SwitchStatus,ze as SwitchSize,qp as Switch,Op as Stepper,Kp as StepTitle,Gp as StepIndicator,Up as StepDescription,$p as StepContent,Wp as StepConnector,_p as Step,Et as StatCardTrend,_e as StatCardSize,Hp as StatCard,kr as SpotlightStatus,Qt as SpotlightSize,Lp as Spotlight,Vt as SpinnerSize,ho as Spinner,cp as Slider,ip as SkeletonText,pe as SkeletonSize,sp as SkeletonButton,np as SkeletonAvatar,po as Skeleton,Pe as Size,Av as SheetTrigger,qm as SheetTitle,te as SheetSize,Um as SheetPortal,Xa as SheetOverlay,Ym as SheetHeader,Xm as SheetFooter,Zm as SheetDescription,Bo as SheetContent,Iv as SheetClose,Ya as Sheet,mo as SeparatorOrientation,ep as Separator,db as SelectValue,Fd as SelectTrigger,Rr as SelectStatus,Q as SelectSize,Wd as SelectSeparator,_d as SelectLabel,Gd as SelectItem,mb as SelectGroup,so as SelectContentWidthMode,ib as SelectContentAlign,Od as SelectContent,lb as Select,Ne as SegmentedControlSize,Ed as SegmentedControlLabelItem,Qd as SegmentedControlItem,Jd as SegmentedControl,Qa as ScrollBar,Hd as ScrollArea,Sd as ResizablePanelGroup,zd as ResizablePanel,wd as ResizableHandle,Mr as RadioStatus,Je as RadioSize,Pd as RadioGroupItem,yd as RadioGroup,ud as Progress,nv as PopoverTrigger,xr as PopoverSize,vm as PopoverContent,lv as PopoverClose,sv as PopoverAnchor,iv as Popover,Oe as PaginationSize,sd as PaginationPrevious,ld as PaginationNext,nd as PaginationLink,id as PaginationItem,md as PaginationEllipsis,ad as PaginationContent,od as Pagination,Em as OverlayProvider,Gm as OTPInput,Ka as NavigationMenuViewport,Lm as NavigationMenuTrigger,qe as NavigationMenuSize,Nm as NavigationMenuList,zv as NavigationMenuLink,Sv as NavigationMenuItem,Hm as NavigationMenuIndicator,Rm as NavigationMenuContent,Mm as NavigationMenu,de as MultiselectSize,Pm as Multiselect,Tr as LabelSize,fm as Label,hr as KbdSize,pm as Kbd,sm as Input,ku as InfoIcon,Bt as IconSize,Ig as HoverCardTrigger,yr as HoverCardSize,om as HoverCardContent,Ag as HoverCard,Wr as GroupOrientation,De as FormFieldSize,Ql as FormFieldLabel,em as FormFieldError,jl as FormFieldDescription,tm as FormFieldControl,Jl as FormField,Xl as FileUpload,Fl as ErrorBoundary,Rl as EmptyState,fg as DropdownMenuTrigger,vl as DropdownMenuSubTrigger,bl as DropdownMenuSubContent,bg as DropdownMenuSub,Sl as DropdownMenuShortcut,Cl as DropdownMenuSeparator,Tl as DropdownMenuRadioItem,yg as DropdownMenuRadioGroup,vg as DropdownMenuPortal,xl as DropdownMenuLabel,ko as DropdownMenuItemVariant,Pl as DropdownMenuItem,gg as DropdownMenuGroup,yl as DropdownMenuContent,hl as DropdownMenuCheckboxItem,gl as DropdownMenu,rg as DrawerTrigger,nl as DrawerTitle,Be as DrawerSize,rl as DrawerPortal,Fa as DrawerOverlay,al as DrawerHeader,il as DrawerFooter,sl as DrawerDescription,ol as DrawerContent,og as DrawerClose,tg as Drawer,Jf as DialogTrigger,Qs as DialogTitle,Tt as DialogSize,Xs as DialogPortal,Ba as DialogOverlay,Zs as DialogHeader,Js as DialogFooter,Es as DialogDescription,Ro as DialogContent,Qf as DialogClose,Va as Dialog,Ni as DensityProvider,yo as Density,$f as ContextMenuTrigger,Fs as ContextMenuSubTrigger,Os as ContextMenuSubContent,Yf as ContextMenuSub,Ys as ContextMenuShortcut,Us as ContextMenuSeparator,$s as ContextMenuRadioItem,Xf as ContextMenuRadioGroup,Uf as ContextMenuPortal,Ks as ContextMenuLabel,No as ContextMenuItemVariant,Gs as ContextMenuItem,Kf as ContextMenuGroup,_s as ContextMenuContent,Ws as ContextMenuCheckboxItem,Wf as ContextMenu,Rs as CommandShortcut,Ls as CommandSeparator,Hs as CommandLoading,zs as CommandList,Mo as CommandItemVariant,Ns as CommandItem,Ss as CommandInput,Ms as CommandGroup,ws as CommandEmpty,Cs as CommandDialog,ka as Command,Dr as ColorScheme,Rf as CollapsibleTrigger,ms as CollapsibleContent,Lf as Collapsible,ss as CodeBlock,ur as CheckboxStatus,Ke as CheckboxSize,Qn as Checkbox,Hu as CheckCircleIcon,Xn as CardTitle,Kn as CardHeader,Yn as CardFooter,qn as CardDescription,Un as CardContent,$n as Card,Gn as Calendar,Xi as ButtonLabel,Yi as ButtonIcon,Hn as ButtonGroup,qi as ButtonBadge,Zi as Button,le as BreadcrumbSize,Nn as BreadcrumbSeparator,Mn as BreadcrumbPage,Sn as BreadcrumbList,wn as BreadcrumbLink,zn as BreadcrumbItem,Ln as BreadcrumbEllipsis,Cn as Breadcrumb,ge as BadgeVariant,ft as BadgeTone,vt as BadgeSize,vn as BadgeGroup,un as Badge,Ie as AvatarSize,dn as AvatarImage,pn as AvatarGroup,Ma as AvatarFallback,wa as Avatar,Ku as AspectRatio,Au as AlertTriangleIcon,Gi as AlertTitle,$u as AlertDialogTrigger,on as AlertDialogTitle,gt as AlertDialogSize,ji as AlertDialogPortal,za as AlertDialogOverlay,tn as AlertDialogHeader,rn as AlertDialogFooter,an as AlertDialogDescription,en as AlertDialogContent,sn as AlertDialogCancel,nn as AlertDialogAction,Wu as AlertDialog,Wi as AlertDescription,_i as Alert,Vi as AccordionTrigger,xe as AccordionSize,Ii as AccordionItem,Bi as AccordionContent,Ai as Accordion};
|