@craftzbay/ui 0.4.0 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/README.md +2 -2
  2. package/dist-lib/catalog.d.ts +8 -0
  3. package/dist-lib/components/patterns/AppShell.d.ts +142 -4
  4. package/dist-lib/components/patterns/DataTablePage.d.ts +81 -1
  5. package/dist-lib/components/patterns/FirstRunEmpty.d.ts +39 -1
  6. package/dist-lib/components/patterns/Onboarding.d.ts +65 -1
  7. package/dist-lib/components/patterns/Pricing.d.ts +40 -1
  8. package/dist-lib/components/patterns/RecordDetail.d.ts +48 -1
  9. package/dist-lib/components/patterns/Settings.d.ts +34 -1
  10. package/dist-lib/components/ui/EmptyState.d.ts +22 -7
  11. package/dist-lib/components/ui/ErrorState.d.ts +15 -4
  12. package/dist-lib/icons/index.d.ts +1 -1
  13. package/dist-lib/index.cjs +2 -4
  14. package/dist-lib/index.cjs.map +1 -1
  15. package/dist-lib/index.js +2973 -4944
  16. package/dist-lib/index.js.map +1 -1
  17. package/dist-lib/showcase/components/Accordion.docs.d.ts +3 -0
  18. package/dist-lib/showcase/components/Alert.docs.d.ts +3 -0
  19. package/dist-lib/showcase/components/Avatar.docs.d.ts +3 -0
  20. package/dist-lib/showcase/components/Badge.docs.d.ts +3 -0
  21. package/dist-lib/showcase/components/Breadcrumbs.docs.d.ts +3 -0
  22. package/dist-lib/showcase/components/Button.docs.d.ts +3 -0
  23. package/dist-lib/showcase/components/Calendar.docs.d.ts +3 -0
  24. package/dist-lib/showcase/components/Card.docs.d.ts +3 -0
  25. package/dist-lib/showcase/components/Carousel.docs.d.ts +3 -0
  26. package/dist-lib/showcase/components/Chart.docs.d.ts +3 -0
  27. package/dist-lib/showcase/components/Checkbox.docs.d.ts +3 -0
  28. package/dist-lib/showcase/components/Combobox.docs.d.ts +3 -0
  29. package/dist-lib/showcase/components/CommandPalette.docs.d.ts +3 -0
  30. package/dist-lib/showcase/components/ContextMenu.docs.d.ts +3 -0
  31. package/dist-lib/showcase/components/DataGrid.docs.d.ts +3 -0
  32. package/dist-lib/showcase/components/DatePicker.docs.d.ts +3 -0
  33. package/dist-lib/showcase/components/Dialog.docs.d.ts +3 -0
  34. package/dist-lib/showcase/components/Drawer.docs.d.ts +3 -0
  35. package/dist-lib/showcase/components/DropdownMenu.docs.d.ts +3 -0
  36. package/dist-lib/showcase/components/EmptyState.docs.d.ts +3 -0
  37. package/dist-lib/showcase/components/ErrorState.docs.d.ts +3 -0
  38. package/dist-lib/showcase/components/FileUpload.docs.d.ts +3 -0
  39. package/dist-lib/showcase/components/Form.docs.d.ts +3 -0
  40. package/dist-lib/showcase/components/IconButton.docs.d.ts +3 -0
  41. package/dist-lib/showcase/components/Input.docs.d.ts +3 -0
  42. package/dist-lib/showcase/components/Kbd.docs.d.ts +3 -0
  43. package/dist-lib/showcase/components/MultiSelect.docs.d.ts +3 -0
  44. package/dist-lib/showcase/components/Pagination.docs.d.ts +3 -0
  45. package/dist-lib/showcase/components/Popover.docs.d.ts +3 -0
  46. package/dist-lib/showcase/components/Progress.docs.d.ts +3 -0
  47. package/dist-lib/showcase/components/RadioGroup.docs.d.ts +3 -0
  48. package/dist-lib/showcase/components/ScrollArea.docs.d.ts +3 -0
  49. package/dist-lib/showcase/components/Select.docs.d.ts +3 -0
  50. package/dist-lib/showcase/components/Separator.docs.d.ts +3 -0
  51. package/dist-lib/showcase/components/Sheet.docs.d.ts +3 -0
  52. package/dist-lib/showcase/components/Sidebar.docs.d.ts +3 -0
  53. package/dist-lib/showcase/components/Skeleton.docs.d.ts +3 -0
  54. package/dist-lib/showcase/components/Slider.docs.d.ts +3 -0
  55. package/dist-lib/showcase/components/Snackbar.docs.d.ts +3 -0
  56. package/dist-lib/showcase/components/Spinner.docs.d.ts +3 -0
  57. package/dist-lib/showcase/components/Stepper.docs.d.ts +3 -0
  58. package/dist-lib/showcase/components/Switch.docs.d.ts +3 -0
  59. package/dist-lib/showcase/components/Table.docs.d.ts +3 -0
  60. package/dist-lib/showcase/components/Tabs.docs.d.ts +3 -0
  61. package/dist-lib/showcase/components/TagInput.docs.d.ts +3 -0
  62. package/dist-lib/showcase/components/Textarea.docs.d.ts +3 -0
  63. package/dist-lib/showcase/components/Timeline.docs.d.ts +3 -0
  64. package/dist-lib/showcase/components/Toast.docs.d.ts +3 -0
  65. package/dist-lib/showcase/components/Tooltip.docs.d.ts +3 -0
  66. package/dist-lib/showcase/components/TopNav.docs.d.ts +3 -0
  67. package/dist-lib/showcase/components/Tree.docs.d.ts +3 -0
  68. package/dist-lib/showcase/guides/DarkMode.d.ts +1 -0
  69. package/dist-lib/showcase/guides/Forms.d.ts +1 -0
  70. package/dist-lib/showcase/guides/Responsive.d.ts +1 -0
  71. package/dist-lib/showcase/guides/Theming.d.ts +1 -0
  72. package/dist-lib/showcase/layout/DocLayout.d.ts +22 -0
  73. package/dist-lib/showcase/layout/DocSidebar.d.ts +27 -0
  74. package/dist-lib/showcase/layout/ShowcaseTopBar.d.ts +13 -0
  75. package/dist-lib/showcase/layout/sidebars.d.ts +14 -0
  76. package/dist-lib/showcase/pages/ComponentDocPage.d.ts +6 -0
  77. package/dist-lib/showcase/pages/ComponentsIndexPage.d.ts +1 -0
  78. package/dist-lib/showcase/pages/GuidePage.d.ts +6 -0
  79. package/dist-lib/showcase/pages/GuidesIndexPage.d.ts +1 -0
  80. package/dist-lib/showcase/pages/HomePage.d.ts +1 -0
  81. package/dist-lib/showcase/pages/TemplateDocPage.d.ts +6 -0
  82. package/dist-lib/showcase/pages/TemplatesIndexPage.d.ts +1 -0
  83. package/dist-lib/showcase/registry/components.d.ts +4 -0
  84. package/dist-lib/showcase/registry/guides.d.ts +3 -0
  85. package/dist-lib/showcase/registry/templates.d.ts +3 -0
  86. package/dist-lib/showcase/registry/types.d.ts +69 -0
  87. package/dist-lib/showcase/routing.d.ts +39 -0
  88. package/dist-lib/showcase/templates/AuthForgot.template.d.ts +3 -0
  89. package/dist-lib/showcase/templates/AuthMagic.template.d.ts +3 -0
  90. package/dist-lib/showcase/templates/AuthSignIn.template.d.ts +3 -0
  91. package/dist-lib/showcase/templates/AuthSignUp.template.d.ts +3 -0
  92. package/dist-lib/showcase/templates/Dashboard.template.d.ts +3 -0
  93. package/dist-lib/showcase/templates/DataTable.template.d.ts +3 -0
  94. package/dist-lib/showcase/templates/FirstRunEmpty.template.d.ts +3 -0
  95. package/dist-lib/showcase/templates/Onboarding.template.d.ts +3 -0
  96. package/dist-lib/showcase/templates/Pricing.template.d.ts +3 -0
  97. package/dist-lib/showcase/templates/RecordDetail.template.d.ts +3 -0
  98. package/dist-lib/showcase/templates/Settings.template.d.ts +3 -0
  99. package/dist-lib/showcase/widgets/CodeBlock.d.ts +12 -0
  100. package/dist-lib/showcase/widgets/CodePreview.d.ts +14 -0
  101. package/dist-lib/showcase/widgets/PropsTable.d.ts +10 -0
  102. package/dist-lib/showcase/widgets/SectionAnchor.d.ts +13 -0
  103. package/package.json +16 -22
@@ -1,10 +1,8 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const da=require("clsx"),ua=require("tailwind-merge"),l=require("react"),p=require("lucide-react"),e=require("react/jsx-runtime"),fa=require("@radix-ui/react-accordion"),ke=require("class-variance-authority"),ma=require("@radix-ui/react-avatar"),pr=require("@radix-ui/react-slot"),xa=require("@radix-ui/react-checkbox"),ga=require("@radix-ui/react-popover"),de=require("cmdk"),pa=require("@radix-ui/react-dialog"),ha=require("@radix-ui/react-context-menu"),ba=require("@radix-ui/react-dropdown-menu"),va=require("react-day-picker"),ja=require("@radix-ui/react-label"),Nn=require("react-hook-form"),wa=require("@radix-ui/react-select"),ya=require("@radix-ui/react-progress"),Na=require("@radix-ui/react-radio-group"),Ca=require("@radix-ui/react-scroll-area"),Sa=require("@radix-ui/react-separator"),ka=require("@radix-ui/react-slider"),Ta=require("@radix-ui/react-switch"),Da=require("@radix-ui/react-tabs"),Ra=require("@radix-ui/react-toast"),Ma=require("@radix-ui/react-tooltip");function ae(t){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const r in t)if(r!=="default"){const s=Object.getOwnPropertyDescriptor(t,r);Object.defineProperty(n,r,s.get?s:{enumerable:!0,get:()=>t[r]})}}return n.default=t,Object.freeze(n)}const Ia=ae(l),Ct=ae(fa),mn=ae(ma),tr=ae(xa),Z=ae(ga),H=ae(pa),fe=ae(ha),me=ae(ba),Pa=ae(ja),ue=ae(wa),nr=ae(ya),bn=ae(Na),vt=ae(Ca),za=ae(Sa),Ft=ae(ka),rr=ae(Ta),qt=ae(Da),st=ae(Ra),St=ae(Ma);function m(...t){return ua.twMerge(da.clsx(t))}let sr=0;function Ea(t="ds"){return sr+=1,`${t}-${sr}`}function hr(t){const[n,r]=l.useState(()=>typeof window>"u"?!1:window.matchMedia(t).matches);return l.useEffect(()=>{if(typeof window>"u")return;const s=window.matchMedia(t),a=o=>r(o.matches);return r(s.matches),s.addEventListener("change",a),()=>s.removeEventListener("change",a)},[t]),n}function Aa(){return hr("(prefers-reduced-motion: reduce)")}const Je={toasts:[],listeners:new Set,emit(){for(const t of this.listeners)t(this.toasts)},push(t){const n=t.id??`t_${Date.now()}_${Math.random().toString(36).slice(2,7)}`,r={open:!0,duration:5e3,variant:"default",...t,id:n};return this.toasts=[r,...this.toasts].slice(0,3),this.emit(),n},dismiss(t){this.toasts=this.toasts.map(n=>n.id===t?{...n,open:!1}:n),this.emit()},remove(t){this.toasts=this.toasts.filter(n=>n.id!==t),this.emit()}};function La(){const[t,n]=l.useState(()=>[...Je.toasts]);l.useEffect(()=>{const o=i=>n([...i]);return Je.listeners.add(o),()=>{Je.listeners.delete(o)}},[]);const r=l.useCallback(o=>Je.push(o),[]),s=l.useCallback(o=>Je.dismiss(o),[]),a=l.useCallback(o=>Je.remove(o),[]);return{toasts:t,push:r,dismiss:s,remove:a}}const Oa=t=>Je.push(t),Fa=Object.freeze(Object.defineProperty({__proto__:null,AlertCircle:p.AlertCircle,AlertTriangle:p.AlertTriangle,ArrowDown:p.ArrowDown,ArrowLeft:p.ArrowLeft,ArrowRight:p.ArrowRight,ArrowUp:p.ArrowUp,ArrowUpDown:p.ArrowUpDown,BarChart3:p.BarChart3,Bell:p.Bell,Bookmark:p.Bookmark,Calendar:p.Calendar,Check:p.Check,CheckCircle2:p.CheckCircle2,ChevronDown:p.ChevronDown,ChevronLeft:p.ChevronLeft,ChevronRight:p.ChevronRight,ChevronUp:p.ChevronUp,ChevronsLeft:p.ChevronsLeft,ChevronsRight:p.ChevronsRight,ChevronsUpDown:p.ChevronsUpDown,Circle:p.Circle,Copy:p.Copy,CornerDownLeft:p.CornerDownLeft,CreditCard:p.CreditCard,Download:p.Download,Edit2:p.Edit2,Ellipsis:p.Ellipsis,ExternalLink:p.ExternalLink,Eye:p.Eye,EyeOff:p.EyeOff,Filter:p.Filter,Folder:p.Folder,GripVertical:p.GripVertical,HelpCircle:p.HelpCircle,Home:p.Home,Inbox:p.Inbox,Info:p.Info,LayoutGrid:p.LayoutGrid,Link2:p.Link2,Loader2:p.Loader2,Lock:p.Lock,LogOut:p.LogOut,Mail:p.Mail,Menu:p.Menu,Minus:p.Minus,Moon:p.Moon,MoreHorizontal:p.MoreHorizontal,Plug:p.Plug,Plus:p.Plus,Search:p.Search,Settings:p.Settings,Sparkles:p.Sparkles,Sun:p.Sun,Trash2:p.Trash2,Upload:p.Upload,User:p.User,Users:p.Users,X:p.X,XCircle:p.XCircle},Symbol.toStringTag,{value:"Module"}));function dt({className:t,children:n,...r}){return e.jsx("svg",{viewBox:"0 0 120 120",role:"img",width:"120",height:"120",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",className:m("text-foreground-subtle",t),"aria-hidden":!0,...r,children:n})}function _a(t){return e.jsxs(dt,{...t,children:[e.jsx("path",{d:"M22 56l10-28a6 6 0 0 1 6-4h44a6 6 0 0 1 6 4l10 28"}),e.jsx("path",{d:"M22 56v32a6 6 0 0 0 6 6h64a6 6 0 0 0 6-6V56"}),e.jsx("path",{d:"M22 56h22l4 10h24l4-10h22"}),e.jsx("circle",{cx:"60",cy:"36",r:"2",className:"text-accent",stroke:"currentColor"}),e.jsx("path",{d:"M52 28l8 8M68 28l-8 8",opacity:"0.4"})]})}function Ba(t){return e.jsxs(dt,{...t,children:[e.jsx("circle",{cx:"52",cy:"52",r:"26"}),e.jsx("path",{d:"M72 72l20 20"}),e.jsx("path",{d:"M42 52h20",opacity:"0.5"}),e.jsx("circle",{cx:"98",cy:"22",r:"1.5",className:"text-accent",stroke:"currentColor"}),e.jsx("circle",{cx:"20",cy:"92",r:"1.5",className:"text-accent",stroke:"currentColor"})]})}function $a(t){return e.jsxs(dt,{...t,children:[e.jsx("path",{d:"M22 32h76v56a6 6 0 0 1-6 6H28a6 6 0 0 1-6-6V32z"}),e.jsx("path",{d:"M22 44h76"}),e.jsx("circle",{cx:"32",cy:"38",r:"1.5"}),e.jsx("circle",{cx:"40",cy:"38",r:"1.5"}),e.jsx("circle",{cx:"48",cy:"38",r:"1.5"}),e.jsx("path",{d:"M44 64l32 16M76 64l-32 16",className:"text-accent",stroke:"currentColor"}),e.jsx("text",{x:"60",y:"76",fontFamily:"ui-monospace,monospace",fontSize:"9",textAnchor:"middle",fill:"currentColor",stroke:"none",opacity:"0.6",children:"404"})]})}function Ha(t){return e.jsxs(dt,{...t,children:[e.jsx("rect",{x:"22",y:"28",width:"76",height:"20",rx:"3"}),e.jsx("rect",{x:"22",y:"54",width:"76",height:"20",rx:"3"}),e.jsx("rect",{x:"22",y:"80",width:"76",height:"20",rx:"3"}),e.jsx("circle",{cx:"32",cy:"38",r:"2",className:"text-danger",stroke:"currentColor"}),e.jsx("circle",{cx:"32",cy:"64",r:"2",className:"text-danger",stroke:"currentColor"}),e.jsx("circle",{cx:"32",cy:"90",r:"2",className:"text-warning",stroke:"currentColor"}),e.jsx("path",{d:"M44 38h44M44 64h44M44 90h28",opacity:"0.4"}),e.jsx("path",{d:"M82 84l16 16M82 100l16-16",className:"text-danger",stroke:"currentColor"})]})}function Ua(t){return e.jsxs(dt,{...t,children:[e.jsx("path",{d:"M22 86h76"}),e.jsx("path",{d:"M30 86V52l30-22 30 22v34"}),e.jsx("rect",{x:"40",y:"64",width:"14",height:"14",rx:"1"}),e.jsx("rect",{x:"66",y:"64",width:"14",height:"14",rx:"1"}),e.jsx("path",{d:"M30 52h60",opacity:"0.4"}),e.jsx("path",{d:"M40 40v6M50 36v10M70 36v10M80 40v6",className:"text-accent",stroke:"currentColor"})]})}function Va(t){return e.jsxs(dt,{...t,children:[e.jsx("path",{d:"M22 60a40 40 0 0 1 76 0",opacity:"0.4"}),e.jsx("path",{d:"M34 70a28 28 0 0 1 52 0",opacity:"0.6"}),e.jsx("path",{d:"M46 80a16 16 0 0 1 28 0"}),e.jsx("circle",{cx:"60",cy:"92",r:"3"}),e.jsx("path",{d:"M20 20l80 80",className:"text-danger",stroke:"currentColor"})]})}const Ga=Object.freeze(Object.defineProperty({__proto__:null,ConnectionLost:Va,Construction:Ua,InboxEmpty:_a,NoSearchResults:Ba,NotFound:$a,ServerError:Ha},Symbol.toStringTag,{value:"Module"})),qa=Ct.Root,br=l.forwardRef(function({className:n,...r},s){return e.jsx(Ct.Item,{ref:s,className:m("border-b border-border",n),...r})});br.displayName="AccordionItem";const vr=l.forwardRef(function({className:n,children:r,...s},a){return e.jsx(Ct.Header,{className:"flex",children:e.jsxs(Ct.Trigger,{ref:a,className:m("flex flex-1 items-center justify-between gap-2 py-4 text-left text-sm font-medium text-foreground","outline-none transition-colors duration-[var(--duration-fast)]","hover:text-accent","focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background","[&[data-state=open]>svg]:rotate-180",n),...s,children:[r,e.jsx(p.ChevronDown,{className:"size-4 shrink-0 text-foreground-subtle transition-transform duration-[var(--duration-base)]","aria-hidden":!0})]})})});vr.displayName="AccordionTrigger";const jr=l.forwardRef(function({className:n,children:r,...s},a){return e.jsx(Ct.Content,{ref:a,className:m("overflow-hidden text-sm text-foreground-muted","data-[state=closed]:animate-accordion-up data-[state=open]:animate-accordion-down"),...s,children:e.jsx("div",{className:m("pb-4 pt-0",n),children:r})})});jr.displayName="AccordionContent";const Wa=ke.cva(["relative flex w-full gap-3 rounded-lg border p-4","text-sm"],{variants:{variant:{default:"border-border bg-background-subtle text-foreground",info:"border-info-border-soft bg-info-soft text-info-text",success:"border-success-border-soft bg-success-soft text-success-text",warning:"border-warning-border-soft bg-warning-soft text-warning-text",danger:"border-danger-border-soft bg-danger-soft text-danger-text"}},defaultVariants:{variant:"default"}}),Xa={default:null,info:e.jsx(p.Info,{className:"size-4 shrink-0 mt-0.5","aria-hidden":!0}),success:e.jsx(p.CheckCircle2,{className:"size-4 shrink-0 mt-0.5","aria-hidden":!0}),warning:e.jsx(p.AlertTriangle,{className:"size-4 shrink-0 mt-0.5","aria-hidden":!0}),danger:e.jsx(p.XCircle,{className:"size-4 shrink-0 mt-0.5","aria-hidden":!0})},Rt=l.forwardRef(function({className:n,variant:r="default",title:s,dismissible:a,onDismiss:o,icon:i,children:d,...u},c){const[g,x]=l.useState(!0);if(!g)return null;const f=()=>{x(!1),o==null||o()},b=i===!1?null:i??Xa[r??"default"];return e.jsxs("div",{ref:c,role:"alert",className:m(Wa({variant:r}),n),...u,children:[b,e.jsxs("div",{className:"flex-1 min-w-0",children:[s&&e.jsx("h5",{className:"font-medium leading-tight mb-1",children:s}),e.jsx("div",{className:"text-sm leading-relaxed [&_p]:leading-relaxed",children:d})]}),a&&e.jsx("button",{type:"button","aria-label":"Dismiss",onClick:f,className:m("inline-flex size-6 shrink-0 items-center justify-center rounded-md","hover:bg-current/10 outline-none","focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background"),children:e.jsx(p.X,{className:"size-3.5","aria-hidden":!0})})]})});Rt.displayName="Alert";const wr={xs:"size-5 text-[10px]",sm:"size-6 text-xs",md:"size-8 text-xs",lg:"size-10 text-sm",xl:"size-12 text-base"},Ka=ke.cva("relative inline-flex shrink-0",{variants:{size:wr},defaultVariants:{size:"md"}}),Ya={online:"bg-success",busy:"bg-danger",away:"bg-warning",offline:"bg-foreground-subtle"},Re=l.forwardRef(function({className:n,size:r,src:s,alt:a,fallback:o,status:i,...d},u){return e.jsxs("span",{className:Ka({size:r}),children:[e.jsxs(mn.Root,{ref:u,className:m("block size-full overflow-hidden rounded-full bg-background-muted text-foreground-muted",n),...d,children:[s&&e.jsx(mn.Image,{src:s,alt:a??"",className:"aspect-square size-full object-cover"}),e.jsx(mn.Fallback,{delayMs:s?200:0,className:"flex size-full items-center justify-center bg-background-muted font-medium uppercase",children:o??"?"})]}),i&&e.jsx("span",{"aria-label":`Status: ${i}`,className:m("absolute bottom-0 right-0 block size-[28%] rounded-full ring-2 ring-background",Ya[i])})]})});Re.displayName="Avatar";const yr=l.forwardRef(function({max:n=4,size:r="md",className:s,children:a,...o},i){const d=Array.isArray(a)?a:[a],u=d.slice(0,n),c=d.length-u.length;return e.jsxs("div",{ref:i,className:m("flex items-center -space-x-2",s),...o,children:[u.map((g,x)=>e.jsx("div",{className:"ring-2 ring-background rounded-full",children:g},x)),c>0&&e.jsxs("div",{className:m("inline-flex items-center justify-center rounded-full bg-background-muted text-foreground-muted ring-2 ring-background",wr[r],"font-medium"),"aria-label":`${c} more`,children:["+",c]})]})});yr.displayName="AvatarGroup";const Qa=ke.cva(["inline-flex items-center gap-1 rounded-full px-2 py-0.5","text-xs font-medium whitespace-nowrap"],{variants:{variant:{subtle:"",outline:"border bg-transparent"},tone:{neutral:"",accent:"",success:"",warning:"",danger:"",info:""}},compoundVariants:[{variant:"subtle",tone:"neutral",class:"bg-background-muted text-foreground-muted"},{variant:"subtle",tone:"accent",class:"bg-accent-soft text-on-accent-soft"},{variant:"subtle",tone:"success",class:"bg-success-soft text-success-text"},{variant:"subtle",tone:"warning",class:"bg-warning-soft text-warning-text"},{variant:"subtle",tone:"danger",class:"bg-danger-soft text-danger-text"},{variant:"subtle",tone:"info",class:"bg-info-soft text-info-text"},{variant:"outline",tone:"neutral",class:"border-border text-foreground-muted"},{variant:"outline",tone:"accent",class:"border-accent text-accent"},{variant:"outline",tone:"success",class:"border-success-border-soft text-success-text"},{variant:"outline",tone:"warning",class:"border-warning-border-soft text-warning-text"},{variant:"outline",tone:"danger",class:"border-danger-border-soft text-danger-text"},{variant:"outline",tone:"info",class:"border-info-border-soft text-info-text"}],defaultVariants:{variant:"subtle",tone:"neutral"}}),Ja={neutral:"bg-foreground-subtle",accent:"bg-accent",success:"bg-success",warning:"bg-warning",danger:"bg-danger",info:"bg-info"},ve=l.forwardRef(function({className:n,variant:r,tone:s="neutral",dot:a,children:o,...i},d){return e.jsxs("span",{ref:d,className:m(Qa({variant:r,tone:s}),n),...i,children:[a&&e.jsx("span",{"aria-hidden":!0,className:m("inline-block size-1.5 rounded-full",Ja[s??"neutral"])}),o]})});ve.displayName="Badge";const Cn=l.forwardRef(function({items:n,maxItems:r=4,renderLink:s,className:a,...o},i){const u=n.length>r?[n[0],{collapsed:!0},...n.slice(-2)]:n;return e.jsx("nav",{ref:i,"aria-label":"Breadcrumb",className:m("text-sm",a),...o,children:e.jsx("ol",{className:"flex flex-wrap items-center gap-1.5 text-foreground-subtle",children:u.map((c,g)=>{const x=g===u.length-1;if("collapsed"in c)return e.jsxs("li",{className:"flex items-center gap-1.5",children:[e.jsx(p.MoreHorizontal,{className:"size-4","aria-hidden":!0}),e.jsx(p.ChevronRight,{className:"size-3.5","aria-hidden":!0})]},`ellipsis-${g}`);const f=c,b=x?e.jsx("span",{"aria-current":"page",className:"font-medium text-foreground",children:f.label}):f.href?s?s(f.href,f.label):e.jsx("a",{href:f.href,className:"hover:text-foreground transition-colors duration-[var(--duration-fast)] outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 rounded-sm",children:f.label}):e.jsx("span",{children:f.label});return e.jsxs("li",{className:"flex items-center gap-1.5",children:[b,!x&&e.jsx(p.ChevronRight,{className:"size-3.5","aria-hidden":!0})]},g)})})})});Cn.displayName="Breadcrumbs";const Za=ke.cva(["inline-flex items-center justify-center gap-2 whitespace-nowrap","rounded-md text-sm font-medium","transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out)]","outline-none","focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2","focus-visible:ring-offset-background","disabled:pointer-events-none disabled:opacity-50","[&_svg]:pointer-events-none [&_svg]:shrink-0"],{variants:{variant:{primary:["bg-accent text-on-accent","hover:bg-accent-700","active:bg-accent-800"],secondary:["bg-background-muted text-foreground border border-border","hover:bg-neutral-200 dark:hover:bg-neutral-800","active:bg-neutral-300 dark:active:bg-neutral-700"],outline:["border border-border bg-transparent text-foreground","hover:bg-background-muted","active:bg-background-subtle"],ghost:["bg-transparent text-foreground","hover:bg-background-muted","active:bg-background-subtle"],destructive:["bg-danger text-on-danger","hover:bg-danger-700","active:bg-danger-800"],link:["bg-transparent text-accent underline-offset-4 px-0","hover:underline","active:text-accent-700"]},size:{sm:"h-8 px-3 text-xs [&_svg]:size-4",md:"h-9 px-3.5 text-sm [&_svg]:size-4",lg:"h-10 px-4 text-sm [&_svg]:size-5",icon:"h-9 w-9 [&_svg]:size-4"}},compoundVariants:[{variant:"link",size:"sm",class:"h-auto px-0"},{variant:"link",size:"md",class:"h-auto px-0"},{variant:"link",size:"lg",class:"h-auto px-0"}],defaultVariants:{variant:"primary",size:"md"}}),q=l.forwardRef(function({className:n,variant:r,size:s,asChild:a=!1,loading:o=!1,leadingIcon:i,trailingIcon:d,disabled:u,children:c,type:g="button",...x},f){const b=u||o,h=m(Za({variant:r,size:s}),n);return a?e.jsx(pr.Slot,{ref:f,"aria-busy":o||void 0,"data-loading":o||void 0,className:h,...x,children:c}):e.jsxs("button",{ref:f,type:g,"aria-busy":o||void 0,disabled:b,"data-loading":o||void 0,className:h,...x,children:[o?e.jsx(p.Loader2,{className:"animate-spin","aria-hidden":"true"}):i,c,!o&&d]})});q.displayName="Button";const eo=ke.cva(["rounded-lg border bg-card text-card-foreground","transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out)]"],{variants:{variant:{default:"border-border",interactive:"border-border hover:border-border-strong hover:bg-background-subtle cursor-pointer"},padding:{none:"",sm:"p-4",md:"p-5",lg:"p-6"}},defaultVariants:{variant:"default",padding:"md"}}),xe=l.forwardRef(function({className:n,variant:r,padding:s,...a},o){return e.jsx("div",{ref:o,className:m(eo({variant:r,padding:s}),n),...a})});xe.displayName="Card";const he=l.forwardRef(function({className:n,...r},s){return e.jsx("div",{ref:s,className:m("flex flex-col gap-1 pb-4",n),...r})});he.displayName="CardHeader";const Se=l.forwardRef(function({className:n,...r},s){return e.jsx("h3",{ref:s,className:m("text-base font-semibold text-foreground leading-tight",n),...r})});Se.displayName="CardTitle";const Ae=l.forwardRef(function({className:n,...r},s){return e.jsx("p",{ref:s,className:m("text-sm text-foreground-muted",n),...r})});Ae.displayName="CardDescription";const be=l.forwardRef(function({className:n,...r},s){return e.jsx("div",{ref:s,className:m("text-sm text-foreground",n),...r})});be.displayName="CardContent";const Nr=l.forwardRef(function({className:n,...r},s){return e.jsx("div",{ref:s,className:m("flex items-center gap-2 pt-4",n),...r})});Nr.displayName="CardFooter";const jt=l.forwardRef(function({className:n,label:r,description:s,error:a,hideLabel:o,id:i,disabled:d,...u},c){const g=l.useId(),x=i??g,f=s?`${x}-desc`:void 0,b=a?`${x}-error`:void 0;return e.jsxs("div",{className:m("flex flex-col gap-1",n),children:[e.jsxs("div",{className:"flex items-start gap-2.5",children:[e.jsx(tr.Root,{ref:c,id:x,disabled:d,"aria-describedby":b??f,"aria-invalid":!!a||void 0,className:m("peer mt-0.5 flex size-4 shrink-0 items-center justify-center rounded-sm border","transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out)]","outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background","data-[state=checked]:bg-accent data-[state=checked]:border-accent data-[state=checked]:text-on-accent","data-[state=indeterminate]:bg-accent data-[state=indeterminate]:border-accent data-[state=indeterminate]:text-on-accent","disabled:cursor-not-allowed disabled:opacity-50",a?"border-danger":"border-border-strong"),...u,children:e.jsx(tr.Indicator,{className:"flex items-center justify-center",children:u.checked==="indeterminate"?e.jsx(p.Minus,{className:"size-3","aria-hidden":!0,strokeWidth:3}):e.jsx(p.Check,{className:"size-3","aria-hidden":!0,strokeWidth:3})})}),r&&e.jsxs("div",{className:m("flex flex-col gap-0.5",o&&"sr-only"),children:[e.jsx("label",{htmlFor:x,className:m("text-sm text-foreground select-none",d&&"opacity-50 cursor-not-allowed"),children:r}),s&&e.jsx("p",{id:f,className:"text-xs text-foreground-subtle",children:s})]})]}),a&&e.jsx("p",{id:b,role:"alert",className:"text-xs text-danger-text",children:a})]})});jt.displayName="Checkbox";const Cr=l.forwardRef(function({value:n,onChange:r,options:s,loadOptions:a,label:o,helperText:i,error:d,placeholder:u="Select…",searchPlaceholder:c="Search…",emptyText:g="No results.",clearable:x=!0,disabled:f,size:b="md",className:h},v){const w=l.useId(),j=`${w}-helper`,N=`${w}-error`,[S,y]=l.useState(!1),[k,D]=l.useState(""),[C,T]=l.useState([]),[R,L]=l.useState(!1),E=a?C:s??[];l.useEffect(()=>{if(!a||!S)return;let O=!1;return L(!0),a(k).then(K=>{O||T(K)}).finally(()=>{O||L(!1)}),()=>{O=!0}},[k,S,a]);const F=l.useMemo(()=>E.find(O=>O.value===n)??null,[E,n]),M=b==="sm"?"h-8":b==="lg"?"h-10":"h-9",P=b==="sm"?"px-2.5":b==="lg"?"px-3.5":"px-3",_=l.useCallback(O=>{O.stopPropagation(),r(null)},[r]),W=!!d;return e.jsxs("div",{ref:v,className:m("flex flex-col gap-1.5",h),children:[o&&e.jsx("label",{htmlFor:w,className:"text-sm font-medium text-foreground",children:o}),e.jsxs(Z.Root,{open:S,onOpenChange:y,children:[e.jsx(Z.Trigger,{asChild:!0,children:e.jsxs("button",{id:w,type:"button",role:"combobox","aria-expanded":S,"aria-invalid":W||void 0,"aria-describedby":W?N:i?j:void 0,disabled:f,className:m("inline-flex w-full items-center justify-between gap-2 rounded-md border bg-card text-sm text-foreground","transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out)]","outline-none focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:ring-offset-background","disabled:opacity-50 disabled:cursor-not-allowed",M,P,W?"border-danger focus-visible:border-danger focus-visible:ring-danger":"border-border focus-visible:border-accent focus-visible:ring-ring"),children:[e.jsx("span",{className:m("truncate",!F&&"text-foreground-subtle"),children:F?F.label:u}),e.jsxs("span",{className:"ml-2 flex items-center gap-1 shrink-0",children:[x&&F&&!f&&e.jsx("span",{role:"button",tabIndex:-1,onClick:_,"aria-label":"Clear selection",className:"text-foreground-subtle hover:text-foreground",children:e.jsx(p.X,{className:"size-4","aria-hidden":!0})}),e.jsx(p.ChevronsUpDown,{className:"size-4 text-foreground-subtle","aria-hidden":!0})]})]})}),e.jsx(Z.Portal,{children:e.jsx(Z.Content,{align:"start",sideOffset:4,className:m("z-[var(--z-popover)] w-[var(--radix-popover-trigger-width)] overflow-hidden rounded-lg border border-border bg-popover text-popover-foreground shadow-md","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0","data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95"),children:e.jsxs(de.Command,{shouldFilter:!a,className:"flex h-full w-full flex-col",children:[e.jsxs("div",{className:"flex items-center border-b border-border px-3",children:[e.jsx(de.Command.Input,{value:k,onValueChange:D,placeholder:c,className:"flex h-9 w-full bg-transparent py-2 text-sm outline-none placeholder:text-foreground-subtle"}),R&&e.jsx(p.Loader2,{className:"size-4 animate-spin text-foreground-subtle","aria-hidden":!0})]}),e.jsxs(de.Command.List,{className:"max-h-64 overflow-y-auto p-1",children:[E.map(O=>{const K=O.value===n;return e.jsxs(de.Command.Item,{value:O.value,disabled:O.disabled,onSelect:ee=>{r(ee),y(!1)},className:m("flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm text-foreground","data-[selected=true]:bg-background-muted","data-[disabled=true]:opacity-50 data-[disabled=true]:pointer-events-none"),children:[e.jsx("span",{className:"flex-1",children:O.label}),O.description&&e.jsx("span",{className:"text-xs text-foreground-subtle",children:O.description}),K&&e.jsx(p.Check,{className:"size-4 text-accent","aria-hidden":!0})]},O.value)}),!R&&E.length===0&&e.jsx(de.Command.Empty,{className:"px-2 py-6 text-center text-sm text-foreground-subtle",children:g})]})]})})})]}),d?e.jsx("p",{id:N,role:"alert",className:"text-xs text-danger-text",children:d}):i?e.jsx("p",{id:j,className:"text-xs text-foreground-subtle",children:i}):null]})});Cr.displayName="Combobox";const Sr=l.forwardRef(function({className:n,...r},s){return e.jsx(de.Command,{ref:s,className:m("flex h-full w-full flex-col overflow-hidden rounded-lg bg-popover text-popover-foreground",n),...r})});Sr.displayName="Command";const kr=l.forwardRef(function({className:n,...r},s){return e.jsxs("div",{className:"flex items-center gap-2 border-b border-border px-3","cmdk-input-wrapper":"",children:[e.jsx(p.Search,{className:"size-4 shrink-0 text-foreground-subtle","aria-hidden":!0}),e.jsx(de.Command.Input,{ref:s,className:m("flex h-11 w-full bg-transparent py-3 text-sm outline-none","placeholder:text-foreground-subtle disabled:cursor-not-allowed disabled:opacity-50",n),...r})]})});kr.displayName="CommandInput";const Tr=l.forwardRef(function({className:n,...r},s){return e.jsx(de.Command.List,{ref:s,className:m("max-h-[320px] overflow-y-auto p-1",n),...r})});Tr.displayName="CommandList";const Dr=l.forwardRef(function(n,r){return e.jsx(de.Command.Empty,{ref:r,className:"py-8 text-center text-sm text-foreground-subtle",...n})});Dr.displayName="CommandEmpty";const Rr=l.forwardRef(function({className:n,...r},s){return e.jsx(de.Command.Group,{ref:s,className:m("overflow-hidden text-foreground p-1","[&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:py-1.5","[&_[cmdk-group-heading]]:text-xs [&_[cmdk-group-heading]]:font-medium","[&_[cmdk-group-heading]]:text-foreground-subtle",n),...r})});Rr.displayName="CommandGroup";const Mr=l.forwardRef(function({className:n,...r},s){return e.jsx(de.Command.Separator,{ref:s,className:m("-mx-1 my-1 h-px bg-border",n),...r})});Mr.displayName="CommandSeparator";const Ir=l.forwardRef(function({className:n,...r},s){return e.jsx(de.Command.Item,{ref:s,className:m("relative flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm text-foreground outline-none","data-[selected=true]:bg-background-muted data-[selected=true]:text-foreground","data-[disabled=true]:pointer-events-none data-[disabled=true]:opacity-50","[&_svg]:size-4 [&_svg]:text-foreground-subtle",n),...r})});Ir.displayName="CommandItem";function to({children:t,className:n}){return e.jsx("span",{className:m("ml-auto inline-flex items-center gap-0.5 text-xs tracking-widest text-foreground-subtle font-mono",n),children:t})}function no({open:t,onOpenChange:n,children:r,title:s="Command palette"}){return e.jsx(H.Root,{open:t,onOpenChange:n,children:e.jsxs(H.Portal,{children:[e.jsx(H.Overlay,{className:m("fixed inset-0 z-[var(--z-overlay)] bg-neutral-950/60 backdrop-blur-[2px]","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=open]:fade-in-0 data-[state=closed]:fade-out-0")}),e.jsxs(H.Content,{className:m("fixed left-1/2 top-[20%] z-[var(--z-modal)] -translate-x-1/2","w-[calc(100%-2rem)] max-w-[640px] overflow-hidden","rounded-lg border border-border bg-popover text-popover-foreground shadow-lg","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=open]:fade-in-0 data-[state=closed]:fade-out-0","data-[state=open]:zoom-in-95 data-[state=closed]:zoom-out-95"),children:[e.jsx(H.Title,{className:"sr-only",children:s}),r]})]})})}function ro(t){const[n,r]=l.useState(0);l.useEffect(()=>{const s=a=>{a.key==="k"&&(a.metaKey||a.ctrlKey)&&(a.preventDefault(),t(!0),r(o=>o+1))};return window.addEventListener("keydown",s),()=>window.removeEventListener("keydown",s)},[t])}const so=fe.Root,ao=fe.Trigger,oo=fe.Group,Pr=fe.Portal,io=fe.Sub,lo=fe.RadioGroup,Wt=m("relative flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm text-foreground outline-none","data-[highlighted]:bg-background-muted data-[highlighted]:text-foreground","data-[disabled]:pointer-events-none data-[disabled]:opacity-50"),zr=l.forwardRef(function({className:n,children:r,...s},a){return e.jsxs(fe.SubTrigger,{ref:a,className:m(Wt,"data-[state=open]:bg-background-muted",n),...s,children:[r,e.jsx(p.ChevronRight,{className:"ml-auto size-4 text-foreground-subtle","aria-hidden":!0})]})});zr.displayName="ContextMenuSubTrigger";const Er=l.forwardRef(function({className:n,...r},s){return e.jsx(fe.SubContent,{ref:s,className:m("z-[var(--z-popover)] min-w-[8rem] overflow-hidden rounded-lg border border-border bg-popover p-1 text-popover-foreground shadow-md",n),...r})});Er.displayName="ContextMenuSubContent";const Ar=l.forwardRef(function({className:n,...r},s){return e.jsx(Pr,{children:e.jsx(fe.Content,{ref:s,className:m("z-[var(--z-popover)] min-w-[12rem] overflow-hidden rounded-lg border border-border bg-popover p-1 text-popover-foreground shadow-md","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",n),...r})})});Ar.displayName="ContextMenuContent";const Lr=l.forwardRef(function({className:n,destructive:r,...s},a){return e.jsx(fe.Item,{ref:a,className:m(Wt,r&&"text-danger-text data-[highlighted]:bg-danger-soft data-[highlighted]:text-danger-text",n),...s})});Lr.displayName="ContextMenuItem";const Or=l.forwardRef(function({className:n,children:r,...s},a){return e.jsxs(fe.CheckboxItem,{ref:a,className:m(Wt,"pl-8",n),...s,children:[e.jsx("span",{className:"absolute left-2 flex size-4 items-center justify-center",children:e.jsx(fe.ItemIndicator,{children:e.jsx(p.Check,{className:"size-4 text-accent","aria-hidden":!0})})}),r]})});Or.displayName="ContextMenuCheckboxItem";const Fr=l.forwardRef(function({className:n,children:r,...s},a){return e.jsxs(fe.RadioItem,{ref:a,className:m(Wt,"pl-8",n),...s,children:[e.jsx("span",{className:"absolute left-2 flex size-4 items-center justify-center",children:e.jsx(fe.ItemIndicator,{children:e.jsx(p.Circle,{className:"size-2 fill-accent text-accent","aria-hidden":!0})})}),r]})});Fr.displayName="ContextMenuRadioItem";const _r=l.forwardRef(function({className:n,...r},s){return e.jsx(fe.Label,{ref:s,className:m("px-2 py-1.5 text-xs font-medium text-foreground-subtle",n),...r})});_r.displayName="ContextMenuLabel";const Br=l.forwardRef(function({className:n,...r},s){return e.jsx(fe.Separator,{ref:s,className:m("-mx-1 my-1 h-px bg-border",n),...r})});Br.displayName="ContextMenuSeparator";function $r({className:t,...n}){return e.jsx("span",{className:m("ml-auto text-xs tracking-widest text-foreground-subtle font-mono",t),...n})}$r.displayName="ContextMenuShortcut";const Xt=me.Root,Kt=me.Trigger,co=me.Group,Hr=me.Portal,uo=me.Sub,fo=me.RadioGroup,Yt=m("relative flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm text-foreground outline-none","data-[highlighted]:bg-background-muted data-[highlighted]:text-foreground","data-[disabled]:pointer-events-none data-[disabled]:opacity-50","transition-colors duration-[var(--duration-fast)]"),Ur=l.forwardRef(function({className:n,inset:r,children:s,...a},o){return e.jsxs(me.SubTrigger,{ref:o,className:m(Yt,"data-[state=open]:bg-background-muted",r&&"pl-8",n),...a,children:[s,e.jsx(p.ChevronRight,{className:"ml-auto size-4 text-foreground-subtle","aria-hidden":!0})]})});Ur.displayName="DropdownMenuSubTrigger";const Vr=l.forwardRef(function({className:n,...r},s){return e.jsx(me.SubContent,{ref:s,className:m("z-[var(--z-popover)] min-w-[8rem] overflow-hidden rounded-lg border border-border bg-popover p-1 text-popover-foreground shadow-md","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0","data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95",n),...r})});Vr.displayName="DropdownMenuSubContent";const Mt=l.forwardRef(function({className:n,sideOffset:r=4,align:s="end",...a},o){return e.jsx(Hr,{children:e.jsx(me.Content,{ref:o,sideOffset:r,align:s,className:m("z-[var(--z-popover)] min-w-[12rem] overflow-hidden rounded-lg border border-border bg-popover p-1 text-popover-foreground shadow-md","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0","data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95","data-[side=bottom]:slide-in-from-top-1 data-[side=top]:slide-in-from-bottom-1",n),...a})})});Mt.displayName="DropdownMenuContent";const Ze=l.forwardRef(function({className:n,inset:r,destructive:s,...a},o){return e.jsx(me.Item,{ref:o,className:m(Yt,r&&"pl-8",s&&"text-danger-text data-[highlighted]:bg-danger-soft data-[highlighted]:text-danger-text",n),...a})});Ze.displayName="DropdownMenuItem";const Sn=l.forwardRef(function({className:n,children:r,checked:s,...a},o){return e.jsxs(me.CheckboxItem,{ref:o,checked:s,className:m(Yt,"pl-8",n),...a,children:[e.jsx("span",{className:"absolute left-2 flex size-4 items-center justify-center",children:e.jsx(me.ItemIndicator,{children:e.jsx(p.Check,{className:"size-4 text-accent","aria-hidden":!0})})}),r]})});Sn.displayName="DropdownMenuCheckboxItem";const Gr=l.forwardRef(function({className:n,children:r,...s},a){return e.jsxs(me.RadioItem,{ref:a,className:m(Yt,"pl-8",n),...s,children:[e.jsx("span",{className:"absolute left-2 flex size-4 items-center justify-center",children:e.jsx(me.ItemIndicator,{children:e.jsx(p.Circle,{className:"size-2 fill-accent text-accent","aria-hidden":!0})})}),r]})});Gr.displayName="DropdownMenuRadioItem";const Qt=l.forwardRef(function({className:n,inset:r,...s},a){return e.jsx(me.Label,{ref:a,className:m("px-2 py-1.5 text-xs font-medium text-foreground-subtle",r&&"pl-8",n),...s})});Qt.displayName="DropdownMenuLabel";const ct=l.forwardRef(function({className:n,...r},s){return e.jsx(me.Separator,{ref:s,className:m("-mx-1 my-1 h-px bg-border",n),...r})});ct.displayName="DropdownMenuSeparator";function qr({className:t,...n}){return e.jsx("span",{className:m("ml-auto text-xs tracking-widest text-foreground-subtle font-mono",t),...n})}qr.displayName="DropdownMenuShortcut";const mo=ke.cva(["inline-flex items-center justify-center shrink-0","rounded-md","transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out)]","outline-none","focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2","focus-visible:ring-offset-background","disabled:pointer-events-none disabled:opacity-50","[&_svg]:pointer-events-none"],{variants:{variant:{primary:"bg-accent text-on-accent hover:bg-accent-700 active:bg-accent-800",secondary:"bg-background-muted text-foreground border border-border hover:bg-neutral-200 dark:hover:bg-neutral-800",outline:"border border-border bg-transparent text-foreground hover:bg-background-muted",ghost:"bg-transparent text-foreground-muted hover:bg-background-muted hover:text-foreground",destructive:"bg-danger text-on-danger hover:bg-danger-700 active:bg-danger-800"},size:{sm:"h-7 w-7 [&_svg]:size-3.5",md:"h-8 w-8 [&_svg]:size-4",lg:"h-10 w-10 [&_svg]:size-5"}},defaultVariants:{variant:"ghost",size:"md"}}),ut=l.forwardRef(function({className:n,variant:r,size:s,icon:a,loading:o,disabled:i,type:d="button",...u},c){const g=i||o;return e.jsx("button",{ref:c,type:d,"aria-busy":o||void 0,disabled:g,className:m(mo({variant:r,size:s}),n),...u,children:o?e.jsx(p.Loader2,{className:"animate-spin","aria-hidden":"true"}):a})});ut.displayName="IconButton";const xo=ke.cva(["group inline-flex items-center w-full","rounded-md border bg-card text-sm","transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out)]","has-disabled:opacity-50 has-disabled:pointer-events-none","focus-within:ring-2 focus-within:ring-offset-2 focus-within:ring-offset-background"],{variants:{size:{sm:"h-8 px-2.5 gap-1.5",md:"h-9 px-3 gap-2",lg:"h-10 px-3.5 gap-2"},tone:{default:"border-border focus-within:border-accent focus-within:ring-ring",error:"border-danger focus-within:border-danger focus-within:ring-danger"}},defaultVariants:{size:"md",tone:"default"}}),go=ke.cva(["flex-1 min-w-0 bg-transparent outline-none","placeholder:text-foreground-subtle","text-foreground","disabled:cursor-not-allowed"]),se=l.forwardRef(function({className:n,type:r="text",size:s,tone:a,label:o,helperText:i,error:d,prefix:u,suffix:c,clearable:g,onClear:x,hideLabel:f,id:b,disabled:h,value:v,...w},j){const N=l.useId(),S=b??N,y=`${S}-helper`,k=`${S}-error`,[D,C]=l.useState(!1),T=r==="password"?D?"text":"password":r,R=!!d,L=R?"error":a,E=u??(r==="search"?e.jsx(p.Search,{className:"size-4 text-foreground-subtle","aria-hidden":!0}):null),F=v!==void 0&&v!==""&&v!==null;return e.jsxs("div",{className:m("flex flex-col gap-1.5",n),children:[o&&e.jsx("label",{htmlFor:S,className:m("text-sm font-medium text-foreground",f&&"sr-only"),children:o}),e.jsxs("div",{className:m(xo({size:s,tone:L})),children:[E&&e.jsx("span",{className:"flex items-center text-foreground-subtle [&_svg]:size-4",children:E}),e.jsx("input",{ref:j,id:S,type:T,disabled:h,value:v,"aria-invalid":R||void 0,"aria-describedby":d?k:i?y:void 0,className:m(go()),...w}),g&&F&&e.jsx("button",{type:"button",onClick:x,tabIndex:-1,"aria-label":"Clear input",className:"flex items-center text-foreground-subtle hover:text-foreground",children:e.jsx(p.X,{className:"size-4","aria-hidden":!0})}),r==="password"&&e.jsx("button",{type:"button",onClick:()=>C(M=>!M),tabIndex:-1,"aria-label":D?"Hide password":"Show password","aria-pressed":D,className:"flex items-center text-foreground-subtle hover:text-foreground",children:D?e.jsx(p.EyeOff,{className:"size-4","aria-hidden":!0}):e.jsx(p.Eye,{className:"size-4","aria-hidden":!0})}),c&&e.jsx("span",{className:"flex items-center text-foreground-subtle [&_svg]:size-4",children:c})]}),d?e.jsx("p",{id:k,role:"alert",className:"text-xs text-danger-text",children:d}):i?e.jsx("p",{id:y,className:"text-xs text-foreground-subtle",children:i}):null]})});se.displayName="Input";const Jt=l.forwardRef(function({className:n,...r},s){return e.jsx("div",{className:"relative w-full overflow-auto",children:e.jsx("table",{ref:s,className:m("w-full caption-bottom text-sm border-collapse",n),...r})})});Jt.displayName="Table";const Zt=l.forwardRef(function({className:n,...r},s){return e.jsx("thead",{ref:s,className:m("sticky top-0 z-10 bg-background-subtle text-foreground-muted","[&_tr]:border-b [&_tr]:border-border",n),...r})});Zt.displayName="TableHeader";const en=l.forwardRef(function({className:n,...r},s){return e.jsx("tbody",{ref:s,className:m("[&_tr:last-child]:border-0",n),...r})});en.displayName="TableBody";const Wr=l.forwardRef(function({className:n,...r},s){return e.jsx("tfoot",{ref:s,className:m("border-t border-border bg-background-subtle font-medium",n),...r})});Wr.displayName="TableFooter";const qe=l.forwardRef(function({className:n,selected:r,...s},a){return e.jsx("tr",{ref:a,"data-selected":r||void 0,className:m("border-b border-border transition-colors duration-[var(--duration-fast)]","hover:bg-background-subtle","data-[selected]:bg-accent-soft data-[selected]:hover:bg-accent-soft",n),...s})});qe.displayName="TableRow";const We=l.forwardRef(function({className:n,...r},s){return e.jsx("th",{ref:s,className:m("h-10 px-3 text-left align-middle text-xs font-medium uppercase tracking-wide text-foreground-subtle","[&:has([role=checkbox])]:w-10 [&:has([role=checkbox])]:pr-0",n),...r})});We.displayName="TableHead";const Ue=l.forwardRef(function({className:n,...r},s){return e.jsx("td",{ref:s,className:m("px-3 py-3 align-middle text-foreground",n),...r})});Ue.displayName="TableCell";const Xr=l.forwardRef(function({className:n,...r},s){return e.jsx("caption",{ref:s,className:m("mt-4 text-sm text-foreground-subtle",n),...r})});Xr.displayName="TableCaption";const kn=l.forwardRef(function({sortKey:n,currentSort:r,onSortChange:s,children:a,className:o,...i},d){const u=(r==null?void 0:r.key)===n,c=u?r==null?void 0:r.direction:void 0,g=()=>{s(n,u&&c==="asc"?"desc":"asc")};return e.jsx(We,{ref:d,className:m("p-0",o),"aria-sort":u?c==="asc"?"ascending":"descending":"none",...i,children:e.jsxs("button",{type:"button",onClick:g,className:m("inline-flex h-10 w-full items-center gap-1.5 px-3 outline-none","transition-colors duration-[var(--duration-fast)]","hover:text-foreground focus-visible:text-foreground","focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background rounded-sm",u&&"text-foreground"),children:[a,c==="asc"?e.jsx(p.ArrowUp,{className:"size-3.5","aria-hidden":!0}):c==="desc"?e.jsx(p.ArrowDown,{className:"size-3.5","aria-hidden":!0}):e.jsx(p.ArrowUpDown,{className:"size-3.5 opacity-40","aria-hidden":!0})]})})});kn.displayName="TableSortHeader";const Tn=l.forwardRef(function({className:n,variant:r,...s},a){return e.jsx("div",{ref:a,"aria-hidden":!0,className:m("animate-pulse bg-background-muted",r==="text"&&"h-3 rounded-sm",r==="circle"&&"rounded-full aspect-square",r==="avatar"&&"size-8 rounded-full",r==="card"&&"rounded-lg",!r&&"rounded-md",n),...s})});Tn.displayName="Skeleton";function Kr({columns:t,rows:n,loading:r,sort:s,onSortChange:a,filter:o,emptyState:i,className:d}){const[u,c]=l.useState({}),g=l.useMemo(()=>t.filter(f=>!u[f.key]),[t,u]),x=()=>r?Array.from({length:5}).map((f,b)=>e.jsx(qe,{children:g.map(h=>e.jsx(Ue,{children:e.jsx(Tn,{variant:"text",className:"w-3/4"})},h.key))},`skel-${b}`)):n.length===0?e.jsx(qe,{children:e.jsx(Ue,{colSpan:g.length,className:"h-32 text-center",children:i??e.jsx("span",{className:"text-foreground-subtle",children:"No results."})})}):n.map(f=>e.jsx(qe,{children:g.map(b=>e.jsx(Ue,{className:m(b.align==="right"&&"text-right tabular"),children:b.cell?b.cell(f):f[b.key]},b.key))},f.id));return e.jsxs("div",{className:m("flex flex-col gap-3",d),children:[e.jsxs("div",{className:"flex items-center justify-between gap-2",children:[o?e.jsx(se,{type:"search",placeholder:o.placeholder??"Filter…",value:o.value,onChange:f=>o.onChange(f.target.value),clearable:!0,onClear:()=>o.onChange(""),className:"max-w-sm w-full",hideLabel:!0,label:"Filter rows"}):e.jsx("div",{}),e.jsx("div",{className:"flex items-center gap-2",children:e.jsxs(Xt,{children:[e.jsx(Kt,{asChild:!0,children:e.jsx(ut,{"aria-label":"Column visibility",icon:e.jsx(p.Settings,{}),variant:"outline"})}),e.jsxs(Mt,{children:[e.jsx(Qt,{children:"Columns"}),e.jsx(ct,{}),t.map(f=>e.jsx(Sn,{checked:!u[f.key],onCheckedChange:b=>c(h=>({...h,[f.key]:!b})),children:f.header},f.key))]})]})})]}),e.jsx("div",{className:"rounded-lg border border-border overflow-hidden",children:e.jsxs(Jt,{children:[e.jsx("colgroup",{children:g.map(f=>e.jsx("col",{style:f.width?{width:f.width}:void 0},f.key))}),e.jsx(Zt,{children:e.jsx(qe,{children:g.map(f=>f.sortable&&a?e.jsx(kn,{sortKey:f.key,currentSort:s??null,onSortChange:(b,h)=>a({key:b,direction:h}),children:f.header},f.key):e.jsx(We,{className:m(f.align==="right"&&"text-right"),children:f.header},f.key))})}),e.jsx(en,{children:x()})]})})]})}const Dn=l.forwardRef(function({className:n,classNames:r,...s},a){return e.jsx(va.DayPicker,{showOutsideDays:!0,className:m("p-3",n),classNames:{root:"rdp",months:"flex flex-col gap-4 sm:flex-row sm:gap-6",month:"flex flex-col gap-3",month_caption:"relative flex h-8 items-center justify-center",caption_label:"text-sm font-medium",nav:"absolute inset-x-0 top-0 flex h-8 items-center justify-between",button_previous:"inline-flex h-7 w-7 items-center justify-center rounded-md text-foreground-muted hover:bg-background-muted focus-visible:ring-2 focus-visible:ring-ring outline-none",button_next:"inline-flex h-7 w-7 items-center justify-center rounded-md text-foreground-muted hover:bg-background-muted focus-visible:ring-2 focus-visible:ring-ring outline-none",month_grid:"w-full border-collapse",weekdays:"grid grid-cols-7",weekday:"h-8 w-9 text-center text-[11px] font-medium uppercase tracking-wide text-foreground-subtle",week:"mt-0.5 grid grid-cols-7",day:"relative h-9 w-9 p-0 text-center",day_button:"inline-flex h-9 w-9 items-center justify-center rounded-md text-sm hover:bg-background-muted focus-visible:ring-2 focus-visible:ring-ring outline-none aria-selected:bg-accent aria-selected:text-on-accent aria-selected:hover:bg-accent-700",today:"[&_button]:border [&_button]:border-border",outside:"text-foreground-subtle",disabled:"opacity-40 pointer-events-none",range_start:"[&_button]:bg-accent [&_button]:text-on-accent [&_button]:rounded-r-none",range_end:"[&_button]:bg-accent [&_button]:text-on-accent [&_button]:rounded-l-none",range_middle:"[&_button]:bg-accent-soft [&_button]:text-foreground [&_button]:rounded-none",hidden:"invisible",...r},components:{Chevron:({orientation:o})=>o==="left"?e.jsx(p.ChevronLeft,{className:"size-4"}):e.jsx(p.ChevronRight,{className:"size-4"})},...s})});function Vt(t){return t?t.toLocaleDateString(void 0,{year:"numeric",month:"short",day:"numeric"}):""}function Yr({label:t,placeholder:n,hasValue:r,children:s,error:a,fieldId:o,disabled:i}){return e.jsxs("div",{className:"flex flex-col gap-1.5",children:[t&&e.jsx("label",{htmlFor:o,className:"text-sm font-medium text-foreground",children:t}),e.jsx(Z.Trigger,{asChild:!0,children:e.jsxs("button",{id:o,type:"button",disabled:i,"aria-invalid":!!a||void 0,className:m("inline-flex h-9 w-full items-center justify-start gap-2 rounded-md border bg-card px-3 text-left text-sm","transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out)]","outline-none focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:ring-offset-background","disabled:opacity-50 disabled:cursor-not-allowed",a?"border-danger focus-visible:border-danger focus-visible:ring-danger":"border-border focus-visible:border-accent focus-visible:ring-ring",!r&&"text-foreground-subtle"),children:[e.jsx(p.Calendar,{className:"size-4 text-foreground-subtle","aria-hidden":!0}),e.jsx("span",{className:"truncate",children:r?s:n})]})}),a&&e.jsx("p",{role:"alert",className:"text-xs text-danger-text",children:a})]})}const Qr=l.forwardRef(function({value:n,onChange:r,label:s,placeholder:a="Pick a date",error:o,disabled:i,fromDate:d,toDate:u,className:c},g){const x=l.useId(),[f,b]=l.useState(!1);return e.jsx("div",{ref:g,className:m(c),children:e.jsxs(Z.Root,{open:f,onOpenChange:b,children:[e.jsx(Yr,{label:s,placeholder:a,hasValue:!!n,error:o,fieldId:x,disabled:i,children:Vt(n)}),e.jsx(Z.Portal,{children:e.jsx(Z.Content,{align:"start",sideOffset:4,className:"z-[var(--z-popover)] rounded-lg border border-border bg-popover text-popover-foreground shadow-md",children:e.jsx(Dn,{mode:"single",selected:n,onSelect:h=>{r(h??void 0),h&&b(!1)},startMonth:d,endMonth:u})})})]})})});Qr.displayName="DatePicker";const Jr=l.forwardRef(function({value:n,onChange:r,label:s,placeholder:a="Pick a range",error:o,disabled:i,fromDate:d,toDate:u,className:c},g){const x=l.useId(),[f,b]=l.useState(!1),h=!!(n!=null&&n.from);return e.jsx("div",{ref:g,className:m(c),children:e.jsxs(Z.Root,{open:f,onOpenChange:b,children:[e.jsx(Yr,{label:s,placeholder:a,hasValue:h,error:o,fieldId:x,disabled:i,children:n!=null&&n.from&&n.to?`${Vt(n.from)} – ${Vt(n.to)}`:n!=null&&n.from?Vt(n.from):""}),e.jsx(Z.Portal,{children:e.jsx(Z.Content,{align:"start",sideOffset:4,className:"z-[var(--z-popover)] rounded-lg border border-border bg-popover text-popover-foreground shadow-md",children:e.jsx(Dn,{mode:"range",selected:n,onSelect:r,numberOfMonths:2,startMonth:d,endMonth:u})})})]})})});Jr.displayName="DateRangePicker";function po({tokens:t,className:n,children:r,style:s,...a}){const o={...s};if(t)for(const[i,d]of Object.entries(t)){const u=i.startsWith("--")?i:`--${i}`;o[u]=d}return e.jsx("div",{"data-brand-scope":!0,className:m("contents",n),style:o,...a,children:r})}const ho={default:{},edgelog:{"color-accent":"oklch(0.55 0.18 250)","color-accent-700":"oklch(0.46 0.16 250)","color-accent-800":"oklch(0.38 0.14 250)","color-accent-soft":"oklch(0.95 0.04 250)","radius-md":"8px","radius-lg":"12px"},gerege:{"color-accent":"oklch(0.62 0.16 45)","color-accent-700":"oklch(0.54 0.16 45)","color-accent-800":"oklch(0.46 0.14 45)","color-accent-soft":"oklch(0.95 0.04 45)","radius-md":"4px","radius-lg":"6px"},forest:{"color-accent":"oklch(0.55 0.14 155)","color-accent-700":"oklch(0.47 0.14 155)","color-accent-800":"oklch(0.39 0.12 155)","color-accent-soft":"oklch(0.95 0.04 155)"}},Zr=H.Root,bo=H.Trigger,es=H.Portal,ts=H.Close,Rn=l.forwardRef(function({className:n,...r},s){return e.jsx(H.Overlay,{ref:s,className:m("fixed inset-0 z-[var(--z-overlay)] bg-neutral-950/60 backdrop-blur-[2px]","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",n),...r})});Rn.displayName="DialogOverlay";const Mn=l.forwardRef(function({className:n,children:r,showClose:s=!0,size:a="md",...o},i){return e.jsxs(es,{children:[e.jsx(Rn,{}),e.jsxs(H.Content,{ref:i,className:m("fixed left-1/2 top-1/2 z-[var(--z-modal)] -translate-x-1/2 -translate-y-1/2","w-[calc(100%-2rem)] rounded-lg border border-border bg-card text-card-foreground shadow-lg","p-6","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0","data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95",a==="sm"&&"max-w-[400px]",a==="md"&&"max-w-[520px]",a==="lg"&&"max-w-[720px]",n),...o,children:[r,s&&e.jsx(H.Close,{"aria-label":"Close",className:m("absolute right-4 top-4 inline-flex size-8 items-center justify-center rounded-md text-foreground-subtle","hover:bg-background-muted hover:text-foreground","outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-card","transition-colors duration-[var(--duration-fast)]"),children:e.jsx(p.X,{className:"size-4","aria-hidden":!0})})]})]})});Mn.displayName="DialogContent";function In({className:t,...n}){return e.jsx("div",{className:m("flex flex-col gap-1 pb-4",t),...n})}In.displayName="DialogHeader";function Pn({className:t,...n}){return e.jsx("div",{className:m("flex flex-col-reverse gap-2 pt-6 sm:flex-row sm:justify-end",t),...n})}Pn.displayName="DialogFooter";const zn=l.forwardRef(function({className:n,...r},s){return e.jsx(H.Title,{ref:s,className:m("text-lg font-semibold text-foreground leading-tight",n),...r})});zn.displayName="DialogTitle";const En=l.forwardRef(function({className:n,...r},s){return e.jsx(H.Description,{ref:s,className:m("text-sm text-foreground-muted",n),...r})});En.displayName="DialogDescription";function ns({open:t,onOpenChange:n,title:r,description:s,confirmLabel:a="Confirm",cancelLabel:o="Cancel",confirmVariant:i="primary",onConfirm:d,loading:u}){return e.jsx(Zr,{open:t,onOpenChange:n,children:e.jsxs(Mn,{size:"sm",children:[e.jsxs(In,{children:[e.jsx(zn,{children:r}),s&&e.jsx(En,{children:s})]}),e.jsxs(Pn,{children:[e.jsx(ts,{asChild:!0,children:e.jsx(q,{variant:"outline",children:o})}),e.jsx(q,{variant:i,loading:u,onClick:d,children:a})]})]})})}ns.displayName="ConfirmationDialog";const tn=l.forwardRef(function({icon:n,title:r,description:s,action:a,secondaryAction:o,className:i,...d},u){return e.jsxs("div",{ref:u,className:m("flex flex-col items-center justify-center gap-3 rounded-lg border border-dashed border-border bg-background-subtle p-10 text-center",i),...d,children:[n&&e.jsx("div",{className:"inline-flex size-12 items-center justify-center rounded-full bg-background-muted text-foreground-muted [&_svg]:size-6",children:n}),e.jsx("h3",{className:"text-base font-semibold text-foreground leading-tight",children:r}),s&&e.jsx("p",{className:"max-w-md text-sm text-foreground-muted leading-relaxed",children:s}),(a||o)&&e.jsxs("div",{className:"mt-2 flex items-center gap-2",children:[a,o]})]})});tn.displayName="EmptyState";const vo={404:{icon:e.jsx(p.AlertTriangle,{}),title:"Page not found",description:"We couldn't find what you were looking for."},500:{icon:e.jsx(p.XCircle,{}),title:"Something went wrong",description:"We're looking into it. Please try again in a moment."},generic:{icon:e.jsx(p.AlertTriangle,{}),title:"Unexpected error",description:"Something interrupted this action."}},rs=l.forwardRef(function({variant:n="generic",title:r,description:s,action:a,onRetry:o,className:i,...d},u){const c=vo[n];return e.jsxs("div",{ref:u,role:"alert",className:m("flex flex-col items-center justify-center gap-3 rounded-lg border border-border bg-background-subtle p-10 text-center",i),...d,children:[e.jsx("div",{className:"inline-flex size-12 items-center justify-center rounded-full bg-danger-soft text-danger-text [&_svg]:size-6",children:c.icon}),e.jsx("h3",{className:"text-base font-semibold text-foreground leading-tight",children:r??c.title}),e.jsx("p",{className:"max-w-md text-sm text-foreground-muted leading-relaxed",children:s??c.description}),(a||o)&&e.jsx("div",{className:"mt-2 flex items-center gap-2",children:a??e.jsx(q,{onClick:o,variant:"outline",children:"Try again"})})]})});rs.displayName="ErrorState";const jo=Nn.FormProvider,ss=l.createContext(null);function wo(t){return e.jsx(ss.Provider,{value:{name:t.name},children:e.jsx(Nn.Controller,{...t})})}const as=l.createContext(null);function It(){const t=l.useContext(ss),n=l.useContext(as),{getFieldState:r,formState:s}=Nn.useFormContext();if(!t)throw new Error("useFormField must be used inside <FormField>");const a=r(t.name,s),o=(n==null?void 0:n.id)??"";return{id:o,name:t.name,formItemId:`${o}-item`,formDescriptionId:`${o}-desc`,formMessageId:`${o}-error`,...a}}const os=l.forwardRef(function({className:n,...r},s){const a=l.useId();return e.jsx(as.Provider,{value:{id:a},children:e.jsx("div",{ref:s,className:m("flex flex-col gap-1.5",n),...r})})});os.displayName="FormItem";const is=l.forwardRef(function({className:n,...r},s){const{formItemId:a,error:o}=It();return e.jsx(Pa.Root,{ref:s,htmlFor:a,className:m("text-sm font-medium text-foreground",o&&"text-danger-text",n),...r})});is.displayName="FormLabel";const ls=l.forwardRef(function(n,r){const{error:s,formItemId:a,formDescriptionId:o,formMessageId:i}=It();return e.jsx(pr.Slot,{ref:r,id:a,"aria-describedby":s?`${o} ${i}`:o,"aria-invalid":!!s,...n})});ls.displayName="FormControl";const cs=l.forwardRef(function({className:n,...r},s){const{formDescriptionId:a}=It();return e.jsx("p",{ref:s,id:a,className:m("text-xs text-foreground-subtle",n),...r})});cs.displayName="FormDescription";const ds=l.forwardRef(function({className:n,children:r,...s},a){const{error:o,formMessageId:i}=It(),d=o?String((o==null?void 0:o.message)??""):r;return d?e.jsx("p",{ref:a,id:i,role:"alert",className:m("text-xs text-danger-text",n),...s,children:d}):null});ds.displayName="FormError";const An=l.forwardRef(function({size:n="sm",className:r,...s},a){return e.jsx("kbd",{ref:a,className:m("inline-flex items-center justify-center rounded border border-border bg-background-subtle font-mono","text-foreground-muted shadow-xs",n==="sm"?"h-5 min-w-5 px-1 text-[10px]":"h-6 min-w-6 px-1.5 text-xs",r),...s})});An.displayName="Kbd";const us=l.forwardRef(function({options:n,value:r,onChange:s,label:a,helperText:o,error:i,placeholder:d="Select…",emptyText:u="No results.",maxVisibleChips:c=3,clearable:g=!0,disabled:x,className:f},b){const h=l.useId(),v=h,w=`${h}-helper`,j=`${h}-error`,[N,S]=l.useState(!1),[y,k]=l.useState(""),D=l.useRef(null),C=l.useMemo(()=>n.filter(P=>r.includes(P.value)),[n,r]),T=l.useCallback(P=>{r.includes(P)?s(r.filter(_=>_!==P)):s([...r,P])},[r,s]),R=l.useCallback(()=>s([]),[s]),L=P=>{P.key==="Backspace"&&y===""&&r.length>0&&s(r.slice(0,-1))},E=C.slice(0,c),F=C.length-E.length,M=!!i;return e.jsxs("div",{ref:b,className:m("flex flex-col gap-1.5",f),children:[a&&e.jsx("label",{htmlFor:v,className:"text-sm font-medium text-foreground",children:a}),e.jsxs(Z.Root,{open:N,onOpenChange:S,children:[e.jsx(Z.Trigger,{asChild:!0,children:e.jsxs("div",{role:"combobox","aria-expanded":N,"aria-controls":`${v}-list`,"aria-haspopup":"listbox",id:v,tabIndex:x?-1:0,onKeyDown:L,"aria-disabled":x||void 0,"aria-invalid":M||void 0,"aria-describedby":M?j:o?w:void 0,className:m("flex h-9 w-full cursor-text items-center gap-1.5 overflow-hidden rounded-md border bg-card px-2 py-1 text-sm","transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out)]","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:ring-offset-background",M?"border-danger focus-visible:border-danger focus-visible:ring-danger":"border-border focus-visible:border-accent focus-visible:ring-ring",x&&"opacity-50 pointer-events-none"),onClick:()=>{var P;return(P=D.current)==null?void 0:P.focus()},children:[E.length===0&&e.jsx("span",{className:"text-foreground-subtle px-1",children:d}),E.map(P=>e.jsxs("span",{className:"inline-flex max-w-[10rem] shrink-0 items-center gap-1 rounded-md bg-accent-soft px-1.5 py-0.5 text-xs font-medium text-on-accent-soft",children:[e.jsx("span",{className:"truncate",children:P.label}),e.jsx("button",{type:"button","aria-label":`Remove ${P.label}`,className:"inline-flex items-center text-on-accent-soft hover:text-foreground",onClick:_=>{_.stopPropagation(),T(P.value)},children:e.jsx(p.X,{className:"size-3","aria-hidden":!0})})]},P.value)),F>0&&e.jsxs("span",{className:"shrink-0 rounded-md bg-background-muted px-1.5 py-0.5 text-xs font-medium text-foreground-muted",children:["+",F]}),e.jsx("input",{ref:D,value:y,onChange:P=>k(P.target.value),onFocus:()=>S(!0),className:"flex-1 min-w-[8ch] bg-transparent text-sm outline-none placeholder:text-foreground-subtle",placeholder:(C.length===0,""),disabled:x}),e.jsxs("span",{className:"ml-auto flex items-center gap-1",children:[g&&C.length>0&&e.jsx("button",{type:"button","aria-label":"Clear all",onClick:P=>{P.stopPropagation(),R()},className:"text-foreground-subtle hover:text-foreground",children:e.jsx(p.X,{className:"size-4","aria-hidden":!0})}),e.jsx(p.ChevronsUpDown,{className:"size-4 text-foreground-subtle","aria-hidden":!0})]})]})}),e.jsx(Z.Portal,{children:e.jsx(Z.Content,{align:"start",sideOffset:4,className:m("z-[var(--z-popover)] w-[var(--radix-popover-trigger-width)] overflow-hidden rounded-lg border border-border bg-popover text-popover-foreground shadow-md","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0","data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95"),onOpenAutoFocus:P=>P.preventDefault(),children:e.jsx(de.Command,{shouldFilter:!1,className:"flex h-full w-full flex-col",children:e.jsxs(de.Command.List,{id:`${v}-list`,className:"max-h-64 overflow-y-auto p-1",children:[n.filter(P=>P.label.toLowerCase().includes(y.toLowerCase())).map(P=>{const _=r.includes(P.value);return e.jsxs(de.Command.Item,{value:P.value,disabled:P.disabled,onSelect:()=>T(P.value),className:m("flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm text-foreground","data-[selected=true]:bg-background-muted","data-[disabled=true]:opacity-50 data-[disabled=true]:pointer-events-none"),children:[e.jsx("span",{"aria-hidden":!0,className:m("flex size-4 items-center justify-center rounded-sm border",_?"border-accent bg-accent text-on-accent":"border-border"),children:_&&e.jsx(p.Check,{className:"size-3","aria-hidden":!0})}),e.jsx("span",{className:"flex-1",children:P.label}),P.description&&e.jsx("span",{className:"text-xs text-foreground-subtle",children:P.description})]},P.value)}),e.jsx(de.Command.Empty,{className:"px-2 py-6 text-center text-sm text-foreground-subtle",children:u})]})})})})]}),i?e.jsx("p",{id:j,role:"alert",className:"text-xs text-danger-text",children:i}):o?e.jsx("p",{id:w,className:"text-xs text-foreground-subtle",children:o}):null]})});us.displayName="MultiSelect";const Ln=ue.Root,yo=ue.Value,nn=l.forwardRef(function({className:n,placeholder:r,size:s="md",tone:a="default",...o},i){return e.jsxs(ue.Trigger,{ref:i,className:m("inline-flex w-full items-center justify-between gap-2 rounded-md border bg-card text-sm text-foreground","transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out)]","outline-none","focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:ring-offset-background","disabled:opacity-50 disabled:cursor-not-allowed","data-[placeholder]:text-foreground-subtle",s==="sm"&&"h-8 px-2.5",s==="md"&&"h-9 px-3",s==="lg"&&"h-10 px-3.5",a==="default"?"border-border focus-visible:border-accent focus-visible:ring-ring":"border-danger focus-visible:border-danger focus-visible:ring-danger",n),...o,children:[e.jsx(ue.Value,{placeholder:r}),e.jsx(ue.Icon,{asChild:!0,children:e.jsx(p.ChevronsUpDown,{className:"size-4 text-foreground-subtle shrink-0","aria-hidden":!0})})]})});nn.displayName="SelectTrigger";const fs="flex h-6 cursor-default items-center justify-center text-foreground-subtle",On=l.forwardRef(function({className:n,...r},s){return e.jsx(ue.ScrollUpButton,{ref:s,className:m(fs,n),...r,children:e.jsx(p.ChevronUp,{className:"size-4","aria-hidden":!0})})});On.displayName="SelectScrollUpButton";const Fn=l.forwardRef(function({className:n,...r},s){return e.jsx(ue.ScrollDownButton,{ref:s,className:m(fs,n),...r,children:e.jsx(p.ChevronDown,{className:"size-4","aria-hidden":!0})})});Fn.displayName="SelectScrollDownButton";const rn=l.forwardRef(function({className:n,children:r,position:s="popper",...a},o){return e.jsx(ue.Portal,{children:e.jsxs(ue.Content,{ref:o,position:s,className:m("z-[var(--z-popover)] min-w-[var(--radix-select-trigger-width)] max-h-96","overflow-hidden rounded-lg border border-border bg-popover text-popover-foreground","shadow-md","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0","data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95",s==="popper"&&"data-[side=bottom]:translate-y-1 data-[side=top]:-translate-y-1",n),...a,children:[e.jsx(On,{}),e.jsx(ue.Viewport,{className:"p-1",children:r}),e.jsx(Fn,{})]})})});rn.displayName="SelectContent";const _n=l.forwardRef(function({className:n,...r},s){return e.jsx(ue.Label,{ref:s,className:m("px-2 py-1.5 text-xs font-medium text-foreground-subtle",n),...r})});_n.displayName="SelectLabel";const tt=l.forwardRef(function({className:n,children:r,leadingIcon:s,...a},o){return e.jsxs(ue.Item,{ref:o,className:m("relative flex w-full cursor-default select-none items-center gap-2","rounded-sm px-2 py-1.5 pr-8 text-sm text-foreground outline-none","data-[highlighted]:bg-background-muted data-[highlighted]:text-foreground","data-[disabled]:pointer-events-none data-[disabled]:opacity-50",n),...a,children:[s&&e.jsx("span",{className:"flex items-center text-foreground-subtle [&_svg]:size-4",children:s}),e.jsx(ue.ItemText,{children:r}),e.jsx("span",{className:"absolute right-2 flex items-center justify-center",children:e.jsx(ue.ItemIndicator,{children:e.jsx(p.Check,{className:"size-4 text-accent","aria-hidden":!0})})})]})});tt.displayName="SelectItem";const ms=l.forwardRef(function({className:n,...r},s){return e.jsx(ue.Separator,{ref:s,className:m("-mx-1 my-1 h-px bg-border",n),...r})});ms.displayName="SelectSeparator";const xs=l.forwardRef(function({label:n,children:r,...s},a){return e.jsxs(ue.Group,{ref:a,...s,children:[n&&e.jsx(_n,{children:n}),r]})});xs.displayName="SelectGroup";function No(t,n,r=7){if(n<=r)return Array.from({length:n},(d,u)=>u+1);const s=1,a=[],o=Math.max(2,t-s),i=Math.min(n-1,t+s);a.push(1),o>2&&a.push("gap");for(let d=o;d<=i;d++)a.push(d);return i<n-1&&a.push("gap"),a.push(n),a}const Bn=l.forwardRef(function({page:n,pageCount:r,onPageChange:s,totalItems:a,pageSize:o,pageSizeOptions:i,onPageSizeChange:d,showJump:u=!0,className:c,...g},x){const f=l.useMemo(()=>No(n,r),[n,r]),b=o?(n-1)*o+1:void 0,h=o&&a?Math.min(n*o,a):void 0,v=w=>{w<1||w>r||w===n||s(w)};return e.jsxs("nav",{ref:x,"aria-label":"Pagination",className:m("flex flex-wrap items-center justify-between gap-3",c),...g,children:[e.jsxs("div",{className:"flex items-center gap-3 text-sm text-foreground-muted",children:[a!==void 0&&o!==void 0&&e.jsxs("span",{className:"tabular",children:["Showing ",b,"–",h," of ",a]}),i&&d&&o!==void 0&&e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx("label",{htmlFor:"page-size",className:"sr-only",children:"Rows per page"}),e.jsxs(Ln,{value:String(o),onValueChange:w=>d(Number(w)),children:[e.jsx(nn,{size:"sm",className:"w-[7.5rem] whitespace-nowrap"}),e.jsx(rn,{children:i.map(w=>e.jsxs(tt,{value:String(w),children:[w," / page"]},w))})]})]})]}),e.jsxs("ul",{className:"flex items-center gap-1",children:[u&&e.jsx("li",{children:e.jsx("button",{type:"button","aria-label":"Go to first page",disabled:n===1,onClick:()=>v(1),className:_t,children:e.jsx(p.ChevronsLeft,{className:"size-4","aria-hidden":!0})})}),e.jsx("li",{children:e.jsx("button",{type:"button","aria-label":"Previous page",disabled:n===1,onClick:()=>v(n-1),className:_t,children:e.jsx(p.ChevronLeft,{className:"size-4","aria-hidden":!0})})}),f.map((w,j)=>w==="gap"?e.jsx("li",{className:"px-2 text-foreground-subtle",children:"…"},`gap-${j}`):e.jsx("li",{children:e.jsx("button",{type:"button","aria-label":`Page ${w}`,"aria-current":w===n?"page":void 0,onClick:()=>v(w),className:m("inline-flex size-8 items-center justify-center rounded-md text-sm tabular outline-none","transition-colors duration-[var(--duration-fast)]","focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background",w===n?"bg-accent text-on-accent font-medium":"text-foreground-muted hover:bg-background-muted hover:text-foreground"),children:w})},w)),e.jsx("li",{children:e.jsx("button",{type:"button","aria-label":"Next page",disabled:n===r,onClick:()=>v(n+1),className:_t,children:e.jsx(p.ChevronRight,{className:"size-4","aria-hidden":!0})})}),u&&e.jsx("li",{children:e.jsx("button",{type:"button","aria-label":"Go to last page",disabled:n===r,onClick:()=>v(r),className:_t,children:e.jsx(p.ChevronsRight,{className:"size-4","aria-hidden":!0})})})]})]})});Bn.displayName="Pagination";const _t=m("inline-flex size-8 items-center justify-center rounded-md text-foreground-muted","transition-colors duration-[var(--duration-fast)]","hover:bg-background-muted hover:text-foreground","disabled:opacity-50 disabled:pointer-events-none","outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background"),Co=Z.Root,So=Z.Trigger,ko=Z.Anchor,To=Z.Close,gs=l.forwardRef(function({className:n,align:r="center",sideOffset:s=4,...a},o){return e.jsx(Z.Portal,{children:e.jsx(Z.Content,{ref:o,align:r,sideOffset:s,className:m("z-[var(--z-popover)] w-72 rounded-lg border border-border bg-popover p-4 text-popover-foreground shadow-md","outline-none","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0","data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95","data-[side=bottom]:slide-in-from-top-1 data-[side=top]:slide-in-from-bottom-1","data-[side=left]:slide-in-from-right-1 data-[side=right]:slide-in-from-left-1",n),...a})})});gs.displayName="PopoverContent";const Do={sm:"h-1",md:"h-1.5",lg:"h-2"},Ro={accent:"bg-accent",success:"bg-success",warning:"bg-warning",danger:"bg-danger"},ps=l.forwardRef(function({className:n,value:r,size:s="md",tone:a="accent",...o},i){const d=r==null;return e.jsxs(nr.Root,{ref:i,value:d?void 0:r,className:m("relative w-full overflow-hidden rounded-full bg-background-muted",Do[s],n),...o,children:[e.jsx(nr.Indicator,{className:m("h-full w-full flex-1 transition-transform",Ro[a],d&&"animate-[progressIndeterminate_1.4s_ease-in-out_infinite] origin-left"),style:d?void 0:{transform:`translateX(-${100-(r??0)}%)`}}),e.jsx("style",{children:`
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const xs=require("clsx"),fs=require("tailwind-merge"),i=require("react"),d=require("lucide-react"),e=require("react/jsx-runtime"),gs=require("@radix-ui/react-accordion"),X=require("class-variance-authority"),hs=require("@radix-ui/react-avatar"),Rt=require("@radix-ui/react-slot"),ps=require("@radix-ui/react-checkbox"),bs=require("@radix-ui/react-popover"),E=require("cmdk"),vs=require("@radix-ui/react-dialog"),js=require("@radix-ui/react-context-menu"),Ns=require("@radix-ui/react-dropdown-menu"),ws=require("react-day-picker"),ys=require("@radix-ui/react-label"),Xe=require("react-hook-form"),Cs=require("@radix-ui/react-select"),ks=require("@radix-ui/react-progress"),Ss=require("@radix-ui/react-radio-group"),Ts=require("@radix-ui/react-scroll-area"),Ds=require("@radix-ui/react-separator"),Rs=require("@radix-ui/react-slider"),Ms=require("@radix-ui/react-switch"),zs=require("@radix-ui/react-tabs"),Is=require("@radix-ui/react-toast"),Ps=require("@radix-ui/react-tooltip"),_s=require("embla-carousel-react"),oe=require("vaul");function A(a){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(a){for(const r in a)if(r!=="default"){const s=Object.getOwnPropertyDescriptor(a,r);Object.defineProperty(t,r,s.get?s:{enumerable:!0,get:()=>a[r]})}}return t.default=a,Object.freeze(t)}const ve=A(gs),Ve=A(hs),Ct=A(ps),I=A(bs),R=A(vs),O=A(js),$=A(Ns),As=A(ys),B=A(Cs),kt=A(ks),We=A(Ss),he=A(Ts),Fs=A(Ds),Te=A(Rs),St=A(Ms),ze=A(zs),de=A(Is),je=A(Ps);function l(...a){return fs.twMerge(xs.clsx(a))}let Tt=0;function Ls(a="ds"){return Tt+=1,`${a}-${Tt}`}function Mt(a){const[t,r]=i.useState(()=>typeof window>"u"?!1:window.matchMedia(a).matches);return i.useEffect(()=>{if(typeof window>"u")return;const s=window.matchMedia(a),n=o=>r(o.matches);return r(s.matches),s.addEventListener("change",n),()=>s.removeEventListener("change",n)},[a]),t}function Es(){return Mt("(prefers-reduced-motion: reduce)")}const ie={toasts:[],listeners:new Set,emit(){for(const a of this.listeners)a(this.toasts)},push(a){const t=a.id??`t_${Date.now()}_${Math.random().toString(36).slice(2,7)}`,r={open:!0,duration:5e3,variant:"default",...a,id:t};return this.toasts=[r,...this.toasts].slice(0,3),this.emit(),t},dismiss(a){this.toasts=this.toasts.map(t=>t.id===a?{...t,open:!1}:t),this.emit()},remove(a){this.toasts=this.toasts.filter(t=>t.id!==a),this.emit()}};function Bs(){const[a,t]=i.useState(()=>[...ie.toasts]);i.useEffect(()=>{const o=c=>t([...c]);return ie.listeners.add(o),()=>{ie.listeners.delete(o)}},[]);const r=i.useCallback(o=>ie.push(o),[]),s=i.useCallback(o=>ie.dismiss(o),[]),n=i.useCallback(o=>ie.remove(o),[]);return{toasts:a,push:r,dismiss:s,remove:n}}const Os=a=>ie.push(a),$s=Object.freeze(Object.defineProperty({__proto__:null,AlertCircle:d.AlertCircle,AlertTriangle:d.AlertTriangle,ArrowDown:d.ArrowDown,ArrowLeft:d.ArrowLeft,ArrowRight:d.ArrowRight,ArrowUp:d.ArrowUp,ArrowUpDown:d.ArrowUpDown,AtSign:d.AtSign,BarChart3:d.BarChart3,Bell:d.Bell,Bookmark:d.Bookmark,Calendar:d.Calendar,Check:d.Check,CheckCircle2:d.CheckCircle2,ChevronDown:d.ChevronDown,ChevronLeft:d.ChevronLeft,ChevronRight:d.ChevronRight,ChevronUp:d.ChevronUp,ChevronsLeft:d.ChevronsLeft,ChevronsRight:d.ChevronsRight,ChevronsUpDown:d.ChevronsUpDown,Circle:d.Circle,Copy:d.Copy,CornerDownLeft:d.CornerDownLeft,CreditCard:d.CreditCard,Download:d.Download,Edit2:d.Edit2,Ellipsis:d.Ellipsis,ExternalLink:d.ExternalLink,Eye:d.Eye,EyeOff:d.EyeOff,Filter:d.Filter,Folder:d.Folder,GripVertical:d.GripVertical,HelpCircle:d.HelpCircle,Home:d.Home,Inbox:d.Inbox,Info:d.Info,LayoutGrid:d.LayoutGrid,Link2:d.Link2,Loader2:d.Loader2,Lock:d.Lock,LogOut:d.LogOut,Mail:d.Mail,Menu:d.Menu,Minus:d.Minus,Moon:d.Moon,MoreHorizontal:d.MoreHorizontal,Package:d.Package,Plug:d.Plug,Plus:d.Plus,Search:d.Search,Settings:d.Settings,Sparkles:d.Sparkles,Sun:d.Sun,Trash2:d.Trash2,Upload:d.Upload,User:d.User,Users:d.Users,X:d.X,XCircle:d.XCircle},Symbol.toStringTag,{value:"Module"}));function me({className:a,children:t,...r}){return e.jsx("svg",{viewBox:"0 0 120 120",role:"img",width:"120",height:"120",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",className:l("text-foreground-subtle",a),"aria-hidden":!0,...r,children:t})}function zt(a){return e.jsxs(me,{...a,children:[e.jsx("path",{d:"M22 56l10-28a6 6 0 0 1 6-4h44a6 6 0 0 1 6 4l10 28"}),e.jsx("path",{d:"M22 56v32a6 6 0 0 0 6 6h64a6 6 0 0 0 6-6V56"}),e.jsx("path",{d:"M22 56h22l4 10h24l4-10h22"}),e.jsx("circle",{cx:"60",cy:"36",r:"2",className:"text-accent",stroke:"currentColor"}),e.jsx("path",{d:"M52 28l8 8M68 28l-8 8",opacity:"0.4"})]})}function Us(a){return e.jsxs(me,{...a,children:[e.jsx("circle",{cx:"52",cy:"52",r:"26"}),e.jsx("path",{d:"M72 72l20 20"}),e.jsx("path",{d:"M42 52h20",opacity:"0.5"}),e.jsx("circle",{cx:"98",cy:"22",r:"1.5",className:"text-accent",stroke:"currentColor"}),e.jsx("circle",{cx:"20",cy:"92",r:"1.5",className:"text-accent",stroke:"currentColor"})]})}function It(a){return e.jsxs(me,{...a,children:[e.jsx("path",{d:"M22 32h76v56a6 6 0 0 1-6 6H28a6 6 0 0 1-6-6V32z"}),e.jsx("path",{d:"M22 44h76"}),e.jsx("circle",{cx:"32",cy:"38",r:"1.5"}),e.jsx("circle",{cx:"40",cy:"38",r:"1.5"}),e.jsx("circle",{cx:"48",cy:"38",r:"1.5"}),e.jsx("path",{d:"M44 64l32 16M76 64l-32 16",className:"text-accent",stroke:"currentColor"}),e.jsx("text",{x:"60",y:"76",fontFamily:"ui-monospace,monospace",fontSize:"9",textAnchor:"middle",fill:"currentColor",stroke:"none",opacity:"0.6",children:"404"})]})}function Pt(a){return e.jsxs(me,{...a,children:[e.jsx("rect",{x:"22",y:"28",width:"76",height:"20",rx:"3"}),e.jsx("rect",{x:"22",y:"54",width:"76",height:"20",rx:"3"}),e.jsx("rect",{x:"22",y:"80",width:"76",height:"20",rx:"3"}),e.jsx("circle",{cx:"32",cy:"38",r:"2",className:"text-danger",stroke:"currentColor"}),e.jsx("circle",{cx:"32",cy:"64",r:"2",className:"text-danger",stroke:"currentColor"}),e.jsx("circle",{cx:"32",cy:"90",r:"2",className:"text-warning",stroke:"currentColor"}),e.jsx("path",{d:"M44 38h44M44 64h44M44 90h28",opacity:"0.4"}),e.jsx("path",{d:"M82 84l16 16M82 100l16-16",className:"text-danger",stroke:"currentColor"})]})}function Hs(a){return e.jsxs(me,{...a,children:[e.jsx("path",{d:"M22 86h76"}),e.jsx("path",{d:"M30 86V52l30-22 30 22v34"}),e.jsx("rect",{x:"40",y:"64",width:"14",height:"14",rx:"1"}),e.jsx("rect",{x:"66",y:"64",width:"14",height:"14",rx:"1"}),e.jsx("path",{d:"M30 52h60",opacity:"0.4"}),e.jsx("path",{d:"M40 40v6M50 36v10M70 36v10M80 40v6",className:"text-accent",stroke:"currentColor"})]})}function _t(a){return e.jsxs(me,{...a,children:[e.jsx("path",{d:"M22 60a40 40 0 0 1 76 0",opacity:"0.4"}),e.jsx("path",{d:"M34 70a28 28 0 0 1 52 0",opacity:"0.6"}),e.jsx("path",{d:"M46 80a16 16 0 0 1 28 0"}),e.jsx("circle",{cx:"60",cy:"92",r:"3"}),e.jsx("path",{d:"M20 20l80 80",className:"text-danger",stroke:"currentColor"})]})}const Gs=Object.freeze(Object.defineProperty({__proto__:null,ConnectionLost:_t,Construction:Hs,InboxEmpty:zt,NoSearchResults:Us,NotFound:It,ServerError:Pt},Symbol.toStringTag,{value:"Module"})),Vs=ve.Root,At=i.forwardRef(function({className:t,...r},s){return e.jsx(ve.Item,{ref:s,className:l("border-b border-border",t),...r})});At.displayName="AccordionItem";const Ft=i.forwardRef(function({className:t,children:r,...s},n){return e.jsx(ve.Header,{className:"flex",children:e.jsxs(ve.Trigger,{ref:n,className:l("flex flex-1 items-center justify-between gap-2 py-4 text-left text-sm font-medium text-foreground","outline-none transition-colors duration-[var(--duration-fast)]","hover:text-accent","focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background","[&[data-state=open]>svg]:rotate-180",t),...s,children:[r,e.jsx(d.ChevronDown,{className:"size-4 shrink-0 text-foreground-subtle transition-transform duration-[var(--duration-base)]","aria-hidden":!0})]})})});Ft.displayName="AccordionTrigger";const Lt=i.forwardRef(function({className:t,children:r,...s},n){return e.jsx(ve.Content,{ref:n,className:l("overflow-hidden text-sm text-foreground-muted","data-[state=closed]:animate-accordion-up data-[state=open]:animate-accordion-down"),...s,children:e.jsx("div",{className:l("pb-4 pt-0",t),children:r})})});Lt.displayName="AccordionContent";const qs=X.cva(["relative flex w-full gap-3 rounded-lg border p-4","text-sm"],{variants:{variant:{default:"border-border bg-background-subtle text-foreground",info:"border-info-border-soft bg-info-soft text-info-text",success:"border-success-border-soft bg-success-soft text-success-text",warning:"border-warning-border-soft bg-warning-soft text-warning-text",danger:"border-danger-border-soft bg-danger-soft text-danger-text"}},defaultVariants:{variant:"default"}}),Ws={default:null,info:e.jsx(d.Info,{className:"size-4 shrink-0 mt-0.5","aria-hidden":!0}),success:e.jsx(d.CheckCircle2,{className:"size-4 shrink-0 mt-0.5","aria-hidden":!0}),warning:e.jsx(d.AlertTriangle,{className:"size-4 shrink-0 mt-0.5","aria-hidden":!0}),danger:e.jsx(d.XCircle,{className:"size-4 shrink-0 mt-0.5","aria-hidden":!0})},we=i.forwardRef(function({className:t,variant:r="default",title:s,dismissible:n,onDismiss:o,icon:c,children:m,...x},u){const[g,p]=i.useState(!0);if(!g)return null;const f=()=>{p(!1),o==null||o()},h=c===!1?null:c??Ws[r??"default"];return e.jsxs("div",{ref:u,role:"alert",className:l(qs({variant:r}),t),...x,children:[h,e.jsxs("div",{className:"flex-1 min-w-0",children:[s&&e.jsx("h5",{className:"font-medium leading-tight mb-1",children:s}),e.jsx("div",{className:"text-sm leading-relaxed [&_p]:leading-relaxed",children:m})]}),n&&e.jsx("button",{type:"button","aria-label":"Dismiss",onClick:f,className:l("inline-flex size-6 shrink-0 items-center justify-center rounded-md","hover:bg-current/10 outline-none","focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background"),children:e.jsx(d.X,{className:"size-3.5","aria-hidden":!0})})]})});we.displayName="Alert";const Et={xs:"size-5 text-[10px]",sm:"size-6 text-xs",md:"size-8 text-xs",lg:"size-10 text-sm",xl:"size-12 text-base"},Xs=X.cva("relative inline-flex shrink-0",{variants:{size:Et},defaultVariants:{size:"md"}}),Ks={online:"bg-success",busy:"bg-danger",away:"bg-warning",offline:"bg-foreground-subtle"},Y=i.forwardRef(function({className:t,size:r,src:s,alt:n,fallback:o,status:c,...m},x){return e.jsxs("span",{className:Xs({size:r}),children:[e.jsxs(Ve.Root,{ref:x,className:l("block size-full overflow-hidden rounded-full bg-background-muted text-foreground-muted",t),...m,children:[s&&e.jsx(Ve.Image,{src:s,alt:n??"",className:"aspect-square size-full object-cover"}),e.jsx(Ve.Fallback,{delayMs:s?200:0,className:"flex size-full items-center justify-center bg-background-muted font-medium uppercase",children:o??"?"})]}),c&&e.jsx("span",{"aria-label":`Status: ${c}`,className:l("absolute bottom-0 right-0 block size-[28%] rounded-full ring-2 ring-background",Ks[c])})]})});Y.displayName="Avatar";const Bt=i.forwardRef(function({max:t=4,size:r="md",className:s,children:n,...o},c){const m=Array.isArray(n)?n:[n],x=m.slice(0,t),u=m.length-x.length;return e.jsxs("div",{ref:c,className:l("flex items-center -space-x-2",s),...o,children:[x.map((g,p)=>e.jsx("div",{className:"ring-2 ring-background rounded-full",children:g},p)),u>0&&e.jsxs("div",{className:l("inline-flex items-center justify-center rounded-full bg-background-muted text-foreground-muted ring-2 ring-background",Et[r],"font-medium"),"aria-label":`${u} more`,children:["+",u]})]})});Bt.displayName="AvatarGroup";const Qs=X.cva(["inline-flex items-center gap-1 rounded-full px-2 py-0.5","text-xs font-medium whitespace-nowrap"],{variants:{variant:{subtle:"",outline:"border bg-transparent"},tone:{neutral:"",accent:"",success:"",warning:"",danger:"",info:""}},compoundVariants:[{variant:"subtle",tone:"neutral",class:"bg-background-muted text-foreground-muted"},{variant:"subtle",tone:"accent",class:"bg-accent-soft text-on-accent-soft"},{variant:"subtle",tone:"success",class:"bg-success-soft text-success-text"},{variant:"subtle",tone:"warning",class:"bg-warning-soft text-warning-text"},{variant:"subtle",tone:"danger",class:"bg-danger-soft text-danger-text"},{variant:"subtle",tone:"info",class:"bg-info-soft text-info-text"},{variant:"outline",tone:"neutral",class:"border-border text-foreground-muted"},{variant:"outline",tone:"accent",class:"border-accent text-accent"},{variant:"outline",tone:"success",class:"border-success-border-soft text-success-text"},{variant:"outline",tone:"warning",class:"border-warning-border-soft text-warning-text"},{variant:"outline",tone:"danger",class:"border-danger-border-soft text-danger-text"},{variant:"outline",tone:"info",class:"border-info-border-soft text-info-text"}],defaultVariants:{variant:"subtle",tone:"neutral"}}),Ys={neutral:"bg-foreground-subtle",accent:"bg-accent",success:"bg-success",warning:"bg-warning",danger:"bg-danger",info:"bg-info"},V=i.forwardRef(function({className:t,variant:r,tone:s="neutral",dot:n,children:o,...c},m){return e.jsxs("span",{ref:m,className:l(Qs({variant:r,tone:s}),t),...c,children:[n&&e.jsx("span",{"aria-hidden":!0,className:l("inline-block size-1.5 rounded-full",Ys[s??"neutral"])}),o]})});V.displayName="Badge";const Ke=i.forwardRef(function({items:t,maxItems:r=4,renderLink:s,className:n,...o},c){const x=t.length>r?[t[0],{collapsed:!0},...t.slice(-2)]:t;return e.jsx("nav",{ref:c,"aria-label":"Breadcrumb",className:l("text-sm",n),...o,children:e.jsx("ol",{className:"flex flex-wrap items-center gap-1.5 text-foreground-subtle",children:x.map((u,g)=>{const p=g===x.length-1;if("collapsed"in u)return e.jsxs("li",{className:"flex items-center gap-1.5",children:[e.jsx(d.MoreHorizontal,{className:"size-4","aria-hidden":!0}),e.jsx(d.ChevronRight,{className:"size-3.5","aria-hidden":!0})]},`ellipsis-${g}`);const f=u,h=p?e.jsx("span",{"aria-current":"page",className:"font-medium text-foreground",children:f.label}):f.href?s?s(f.href,f.label):e.jsx("a",{href:f.href,className:"hover:text-foreground transition-colors duration-[var(--duration-fast)] outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 rounded-sm",children:f.label}):e.jsx("span",{children:f.label});return e.jsxs("li",{className:"flex items-center gap-1.5",children:[h,!p&&e.jsx(d.ChevronRight,{className:"size-3.5","aria-hidden":!0})]},g)})})})});Ke.displayName="Breadcrumbs";const Js=X.cva(["inline-flex items-center justify-center gap-2 whitespace-nowrap","rounded-md text-sm font-medium","transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out)]","outline-none","focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2","focus-visible:ring-offset-background","disabled:pointer-events-none disabled:opacity-50","[&_svg]:pointer-events-none [&_svg]:shrink-0"],{variants:{variant:{primary:["bg-accent text-on-accent","hover:bg-accent-700","active:bg-accent-800"],secondary:["bg-background-muted text-foreground border border-border","hover:bg-neutral-200 dark:hover:bg-neutral-800","active:bg-neutral-300 dark:active:bg-neutral-700"],outline:["border border-border bg-transparent text-foreground","hover:bg-background-muted","active:bg-background-subtle"],ghost:["bg-transparent text-foreground","hover:bg-background-muted","active:bg-background-subtle"],destructive:["bg-danger text-on-danger","hover:bg-danger-700","active:bg-danger-800"],link:["bg-transparent text-accent underline-offset-4 px-0","hover:underline","active:text-accent-700"]},size:{sm:"h-8 px-3 text-xs [&_svg]:size-4",md:"h-9 px-3.5 text-sm [&_svg]:size-4",lg:"h-10 px-4 text-sm [&_svg]:size-5",icon:"h-9 w-9 [&_svg]:size-4"}},compoundVariants:[{variant:"link",size:"sm",class:"h-auto px-0"},{variant:"link",size:"md",class:"h-auto px-0"},{variant:"link",size:"lg",class:"h-auto px-0"}],defaultVariants:{variant:"primary",size:"md"}}),T=i.forwardRef(function({className:t,variant:r,size:s,asChild:n=!1,loading:o=!1,leadingIcon:c,trailingIcon:m,disabled:x,children:u,type:g="button",...p},f){const h=x||o,b=l(Js({variant:r,size:s}),t);return n?e.jsx(Rt.Slot,{ref:f,"aria-busy":o||void 0,"data-loading":o||void 0,className:b,...p,children:u}):e.jsxs("button",{ref:f,type:g,"aria-busy":o||void 0,disabled:h,"data-loading":o||void 0,className:b,...p,children:[o?e.jsx(d.Loader2,{className:"animate-spin","aria-hidden":"true"}):c,u,!o&&m]})});T.displayName="Button";const Zs=X.cva(["rounded-lg border bg-card text-card-foreground","transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out)]"],{variants:{variant:{default:"border-border",interactive:"border-border hover:border-border-strong hover:bg-background-subtle cursor-pointer"},padding:{none:"",sm:"p-4",md:"p-5",lg:"p-6"}},defaultVariants:{variant:"default",padding:"md"}}),U=i.forwardRef(function({className:t,variant:r,padding:s,...n},o){return e.jsx("div",{ref:o,className:l(Zs({variant:r,padding:s}),t),...n})});U.displayName="Card";const H=i.forwardRef(function({className:t,...r},s){return e.jsx("div",{ref:s,className:l("flex flex-col gap-1 pb-4",t),...r})});H.displayName="CardHeader";const W=i.forwardRef(function({className:t,...r},s){return e.jsx("h3",{ref:s,className:l("text-base font-semibold text-foreground leading-tight",t),...r})});W.displayName="CardTitle";const te=i.forwardRef(function({className:t,...r},s){return e.jsx("p",{ref:s,className:l("text-sm text-foreground-muted",t),...r})});te.displayName="CardDescription";const G=i.forwardRef(function({className:t,...r},s){return e.jsx("div",{ref:s,className:l("text-sm text-foreground",t),...r})});G.displayName="CardContent";const Ot=i.forwardRef(function({className:t,...r},s){return e.jsx("div",{ref:s,className:l("flex items-center gap-2 pt-4",t),...r})});Ot.displayName="CardFooter";const pe=i.forwardRef(function({className:t,label:r,description:s,error:n,hideLabel:o,id:c,disabled:m,...x},u){const g=i.useId(),p=c??g,f=s?`${p}-desc`:void 0,h=n?`${p}-error`:void 0;return e.jsxs("div",{className:l("flex flex-col gap-1",t),children:[e.jsxs("div",{className:"flex items-start gap-2.5",children:[e.jsx(Ct.Root,{ref:u,id:p,disabled:m,"aria-describedby":h??f,"aria-invalid":!!n||void 0,className:l("peer mt-0.5 flex size-4 shrink-0 items-center justify-center rounded-sm border","transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out)]","outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background","data-[state=checked]:bg-accent data-[state=checked]:border-accent data-[state=checked]:text-on-accent","data-[state=indeterminate]:bg-accent data-[state=indeterminate]:border-accent data-[state=indeterminate]:text-on-accent","disabled:cursor-not-allowed disabled:opacity-50",n?"border-danger":"border-border-strong"),...x,children:e.jsx(Ct.Indicator,{className:"flex items-center justify-center",children:x.checked==="indeterminate"?e.jsx(d.Minus,{className:"size-3","aria-hidden":!0,strokeWidth:3}):e.jsx(d.Check,{className:"size-3","aria-hidden":!0,strokeWidth:3})})}),r&&e.jsxs("div",{className:l("flex flex-col gap-0.5",o&&"sr-only"),children:[e.jsx("label",{htmlFor:p,className:l("text-sm text-foreground select-none",m&&"opacity-50 cursor-not-allowed"),children:r}),s&&e.jsx("p",{id:f,className:"text-xs text-foreground-subtle",children:s})]})]}),n&&e.jsx("p",{id:h,role:"alert",className:"text-xs text-danger-text",children:n})]})});pe.displayName="Checkbox";const $t=i.forwardRef(function({value:t,onChange:r,options:s,loadOptions:n,label:o,helperText:c,error:m,placeholder:x="Select…",searchPlaceholder:u="Search…",emptyText:g="No results.",clearable:p=!0,disabled:f,size:h="md",className:b},j){const v=i.useId(),S=`${v}-helper`,_=`${v}-error`,[D,k]=i.useState(!1),[N,w]=i.useState(""),[F,K]=i.useState([]),[Q,se]=i.useState(!1),z=n?F:s??[];i.useEffect(()=>{if(!n||!D)return;let L=!1;return se(!0),n(N).then(C=>{L||K(C)}).finally(()=>{L||se(!1)}),()=>{L=!0}},[N,D,n]);const q=i.useMemo(()=>z.find(L=>L.value===t)??null,[z,t]),Z=h==="sm"?"h-8":h==="lg"?"h-10":"h-9",y=h==="sm"?"px-2.5":h==="lg"?"px-3.5":"px-3",ee=i.useCallback(L=>{L.stopPropagation(),r(null)},[r]),fe=!!m;return e.jsxs("div",{ref:j,className:l("flex flex-col gap-1.5",b),children:[o&&e.jsx("label",{htmlFor:v,className:"text-sm font-medium text-foreground",children:o}),e.jsxs(I.Root,{open:D,onOpenChange:k,children:[e.jsx(I.Trigger,{asChild:!0,children:e.jsxs("button",{id:v,type:"button",role:"combobox","aria-expanded":D,"aria-invalid":fe||void 0,"aria-describedby":fe?_:c?S:void 0,disabled:f,className:l("inline-flex w-full items-center justify-between gap-2 rounded-md border bg-card text-sm text-foreground","transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out)]","outline-none focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:ring-offset-background","disabled:opacity-50 disabled:cursor-not-allowed",Z,y,fe?"border-danger focus-visible:border-danger focus-visible:ring-danger":"border-border focus-visible:border-accent focus-visible:ring-ring"),children:[e.jsx("span",{className:l("truncate",!q&&"text-foreground-subtle"),children:q?q.label:x}),e.jsxs("span",{className:"ml-2 flex items-center gap-1 shrink-0",children:[p&&q&&!f&&e.jsx("span",{role:"button",tabIndex:-1,onClick:ee,"aria-label":"Clear selection",className:"text-foreground-subtle hover:text-foreground",children:e.jsx(d.X,{className:"size-4","aria-hidden":!0})}),e.jsx(d.ChevronsUpDown,{className:"size-4 text-foreground-subtle","aria-hidden":!0})]})]})}),e.jsx(I.Portal,{children:e.jsx(I.Content,{align:"start",sideOffset:4,className:l("z-[var(--z-popover)] w-[var(--radix-popover-trigger-width)] overflow-hidden rounded-lg border border-border bg-popover text-popover-foreground shadow-md","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0","data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95"),children:e.jsxs(E.Command,{shouldFilter:!n,className:"flex h-full w-full flex-col",children:[e.jsxs("div",{className:"flex items-center border-b border-border px-3",children:[e.jsx(E.Command.Input,{value:N,onValueChange:w,placeholder:u,className:"flex h-9 w-full bg-transparent py-2 text-sm outline-none placeholder:text-foreground-subtle"}),Q&&e.jsx(d.Loader2,{className:"size-4 animate-spin text-foreground-subtle","aria-hidden":!0})]}),e.jsxs(E.Command.List,{className:"max-h-64 overflow-y-auto p-1",children:[z.map(L=>{const C=L.value===t;return e.jsxs(E.Command.Item,{value:L.value,disabled:L.disabled,onSelect:M=>{r(M),k(!1)},className:l("flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm text-foreground","data-[selected=true]:bg-background-muted","data-[disabled=true]:opacity-50 data-[disabled=true]:pointer-events-none"),children:[e.jsx("span",{className:"flex-1",children:L.label}),L.description&&e.jsx("span",{className:"text-xs text-foreground-subtle",children:L.description}),C&&e.jsx(d.Check,{className:"size-4 text-accent","aria-hidden":!0})]},L.value)}),!Q&&z.length===0&&e.jsx(E.Command.Empty,{className:"px-2 py-6 text-center text-sm text-foreground-subtle",children:g})]})]})})})]}),m?e.jsx("p",{id:_,role:"alert",className:"text-xs text-danger-text",children:m}):c?e.jsx("p",{id:S,className:"text-xs text-foreground-subtle",children:c}):null]})});$t.displayName="Combobox";const Ut=i.forwardRef(function({className:t,...r},s){return e.jsx(E.Command,{ref:s,className:l("flex h-full w-full flex-col overflow-hidden rounded-lg bg-popover text-popover-foreground",t),...r})});Ut.displayName="Command";const Ht=i.forwardRef(function({className:t,...r},s){return e.jsxs("div",{className:"flex items-center gap-2 border-b border-border px-3","cmdk-input-wrapper":"",children:[e.jsx(d.Search,{className:"size-4 shrink-0 text-foreground-subtle","aria-hidden":!0}),e.jsx(E.Command.Input,{ref:s,className:l("flex h-11 w-full bg-transparent py-3 text-sm outline-none","placeholder:text-foreground-subtle disabled:cursor-not-allowed disabled:opacity-50",t),...r})]})});Ht.displayName="CommandInput";const Gt=i.forwardRef(function({className:t,...r},s){return e.jsx(E.Command.List,{ref:s,className:l("max-h-[320px] overflow-y-auto p-1",t),...r})});Gt.displayName="CommandList";const Vt=i.forwardRef(function(t,r){return e.jsx(E.Command.Empty,{ref:r,className:"py-8 text-center text-sm text-foreground-subtle",...t})});Vt.displayName="CommandEmpty";const qt=i.forwardRef(function({className:t,...r},s){return e.jsx(E.Command.Group,{ref:s,className:l("overflow-hidden text-foreground p-1","[&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:py-1.5","[&_[cmdk-group-heading]]:text-xs [&_[cmdk-group-heading]]:font-medium","[&_[cmdk-group-heading]]:text-foreground-subtle",t),...r})});qt.displayName="CommandGroup";const Wt=i.forwardRef(function({className:t,...r},s){return e.jsx(E.Command.Separator,{ref:s,className:l("-mx-1 my-1 h-px bg-border",t),...r})});Wt.displayName="CommandSeparator";const Xt=i.forwardRef(function({className:t,...r},s){return e.jsx(E.Command.Item,{ref:s,className:l("relative flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm text-foreground outline-none","data-[selected=true]:bg-background-muted data-[selected=true]:text-foreground","data-[disabled=true]:pointer-events-none data-[disabled=true]:opacity-50","[&_svg]:size-4 [&_svg]:text-foreground-subtle",t),...r})});Xt.displayName="CommandItem";function ea({children:a,className:t}){return e.jsx("span",{className:l("ml-auto inline-flex items-center gap-0.5 text-xs tracking-widest text-foreground-subtle font-mono",t),children:a})}function ta({open:a,onOpenChange:t,children:r,title:s="Command palette"}){return e.jsx(R.Root,{open:a,onOpenChange:t,children:e.jsxs(R.Portal,{children:[e.jsx(R.Overlay,{className:l("fixed inset-0 z-[var(--z-overlay)] bg-neutral-950/60 backdrop-blur-[2px]","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=open]:fade-in-0 data-[state=closed]:fade-out-0")}),e.jsxs(R.Content,{className:l("fixed left-1/2 top-[20%] z-[var(--z-modal)] -translate-x-1/2","w-[calc(100%-2rem)] max-w-[640px] overflow-hidden","rounded-lg border border-border bg-popover text-popover-foreground shadow-lg","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=open]:fade-in-0 data-[state=closed]:fade-out-0","data-[state=open]:zoom-in-95 data-[state=closed]:zoom-out-95"),children:[e.jsx(R.Title,{className:"sr-only",children:s}),r]})]})})}function ra(a){const[t,r]=i.useState(0);i.useEffect(()=>{const s=n=>{n.key==="k"&&(n.metaKey||n.ctrlKey)&&(n.preventDefault(),a(!0),r(o=>o+1))};return window.addEventListener("keydown",s),()=>window.removeEventListener("keydown",s)},[a])}const sa=O.Root,aa=O.Trigger,na=O.Group,Kt=O.Portal,oa=O.Sub,ia=O.RadioGroup,Ie=l("relative flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm text-foreground outline-none","data-[highlighted]:bg-background-muted data-[highlighted]:text-foreground","data-[disabled]:pointer-events-none data-[disabled]:opacity-50"),Qt=i.forwardRef(function({className:t,children:r,...s},n){return e.jsxs(O.SubTrigger,{ref:n,className:l(Ie,"data-[state=open]:bg-background-muted",t),...s,children:[r,e.jsx(d.ChevronRight,{className:"ml-auto size-4 text-foreground-subtle","aria-hidden":!0})]})});Qt.displayName="ContextMenuSubTrigger";const Yt=i.forwardRef(function({className:t,...r},s){return e.jsx(O.SubContent,{ref:s,className:l("z-[var(--z-popover)] min-w-[8rem] overflow-hidden rounded-lg border border-border bg-popover p-1 text-popover-foreground shadow-md",t),...r})});Yt.displayName="ContextMenuSubContent";const Jt=i.forwardRef(function({className:t,...r},s){return e.jsx(Kt,{children:e.jsx(O.Content,{ref:s,className:l("z-[var(--z-popover)] min-w-[12rem] overflow-hidden rounded-lg border border-border bg-popover p-1 text-popover-foreground shadow-md","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",t),...r})})});Jt.displayName="ContextMenuContent";const Zt=i.forwardRef(function({className:t,destructive:r,...s},n){return e.jsx(O.Item,{ref:n,className:l(Ie,r&&"text-danger-text data-[highlighted]:bg-danger-soft data-[highlighted]:text-danger-text",t),...s})});Zt.displayName="ContextMenuItem";const er=i.forwardRef(function({className:t,children:r,...s},n){return e.jsxs(O.CheckboxItem,{ref:n,className:l(Ie,"pl-8",t),...s,children:[e.jsx("span",{className:"absolute left-2 flex size-4 items-center justify-center",children:e.jsx(O.ItemIndicator,{children:e.jsx(d.Check,{className:"size-4 text-accent","aria-hidden":!0})})}),r]})});er.displayName="ContextMenuCheckboxItem";const tr=i.forwardRef(function({className:t,children:r,...s},n){return e.jsxs(O.RadioItem,{ref:n,className:l(Ie,"pl-8",t),...s,children:[e.jsx("span",{className:"absolute left-2 flex size-4 items-center justify-center",children:e.jsx(O.ItemIndicator,{children:e.jsx(d.Circle,{className:"size-2 fill-accent text-accent","aria-hidden":!0})})}),r]})});tr.displayName="ContextMenuRadioItem";const rr=i.forwardRef(function({className:t,...r},s){return e.jsx(O.Label,{ref:s,className:l("px-2 py-1.5 text-xs font-medium text-foreground-subtle",t),...r})});rr.displayName="ContextMenuLabel";const sr=i.forwardRef(function({className:t,...r},s){return e.jsx(O.Separator,{ref:s,className:l("-mx-1 my-1 h-px bg-border",t),...r})});sr.displayName="ContextMenuSeparator";function ar({className:a,...t}){return e.jsx("span",{className:l("ml-auto text-xs tracking-widest text-foreground-subtle font-mono",a),...t})}ar.displayName="ContextMenuShortcut";const Pe=$.Root,_e=$.Trigger,la=$.Group,nr=$.Portal,da=$.Sub,ca=$.RadioGroup,Ae=l("relative flex cursor-default select-none items-center gap-2 rounded-sm px-2 py-1.5 text-sm text-foreground outline-none","data-[highlighted]:bg-background-muted data-[highlighted]:text-foreground","data-[disabled]:pointer-events-none data-[disabled]:opacity-50","transition-colors duration-[var(--duration-fast)]"),or=i.forwardRef(function({className:t,inset:r,children:s,...n},o){return e.jsxs($.SubTrigger,{ref:o,className:l(Ae,"data-[state=open]:bg-background-muted",r&&"pl-8",t),...n,children:[s,e.jsx(d.ChevronRight,{className:"ml-auto size-4 text-foreground-subtle","aria-hidden":!0})]})});or.displayName="DropdownMenuSubTrigger";const ir=i.forwardRef(function({className:t,...r},s){return e.jsx($.SubContent,{ref:s,className:l("z-[var(--z-popover)] min-w-[8rem] overflow-hidden rounded-lg border border-border bg-popover p-1 text-popover-foreground shadow-md","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0","data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95",t),...r})});ir.displayName="DropdownMenuSubContent";const ye=i.forwardRef(function({className:t,sideOffset:r=4,align:s="end",...n},o){return e.jsx(nr,{children:e.jsx($.Content,{ref:o,sideOffset:r,align:s,className:l("z-[var(--z-popover)] min-w-[12rem] overflow-hidden rounded-lg border border-border bg-popover p-1 text-popover-foreground shadow-md","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0","data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95","data-[side=bottom]:slide-in-from-top-1 data-[side=top]:slide-in-from-bottom-1",t),...n})})});ye.displayName="DropdownMenuContent";const Qe=i.forwardRef(function({className:t,inset:r,destructive:s,...n},o){return e.jsx($.Item,{ref:o,className:l(Ae,r&&"pl-8",s&&"text-danger-text data-[highlighted]:bg-danger-soft data-[highlighted]:text-danger-text",t),...n})});Qe.displayName="DropdownMenuItem";const Ye=i.forwardRef(function({className:t,children:r,checked:s,...n},o){return e.jsxs($.CheckboxItem,{ref:o,checked:s,className:l(Ae,"pl-8",t),...n,children:[e.jsx("span",{className:"absolute left-2 flex size-4 items-center justify-center",children:e.jsx($.ItemIndicator,{children:e.jsx(d.Check,{className:"size-4 text-accent","aria-hidden":!0})})}),r]})});Ye.displayName="DropdownMenuCheckboxItem";const lr=i.forwardRef(function({className:t,children:r,...s},n){return e.jsxs($.RadioItem,{ref:n,className:l(Ae,"pl-8",t),...s,children:[e.jsx("span",{className:"absolute left-2 flex size-4 items-center justify-center",children:e.jsx($.ItemIndicator,{children:e.jsx(d.Circle,{className:"size-2 fill-accent text-accent","aria-hidden":!0})})}),r]})});lr.displayName="DropdownMenuRadioItem";const Fe=i.forwardRef(function({className:t,inset:r,...s},n){return e.jsx($.Label,{ref:n,className:l("px-2 py-1.5 text-xs font-medium text-foreground-subtle",r&&"pl-8",t),...s})});Fe.displayName="DropdownMenuLabel";const Ne=i.forwardRef(function({className:t,...r},s){return e.jsx($.Separator,{ref:s,className:l("-mx-1 my-1 h-px bg-border",t),...r})});Ne.displayName="DropdownMenuSeparator";function dr({className:a,...t}){return e.jsx("span",{className:l("ml-auto text-xs tracking-widest text-foreground-subtle font-mono",a),...t})}dr.displayName="DropdownMenuShortcut";const ua=X.cva(["inline-flex items-center justify-center shrink-0","rounded-md","transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out)]","outline-none","focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2","focus-visible:ring-offset-background","disabled:pointer-events-none disabled:opacity-50","[&_svg]:pointer-events-none"],{variants:{variant:{primary:"bg-accent text-on-accent hover:bg-accent-700 active:bg-accent-800",secondary:"bg-background-muted text-foreground border border-border hover:bg-neutral-200 dark:hover:bg-neutral-800",outline:"border border-border bg-transparent text-foreground hover:bg-background-muted",ghost:"bg-transparent text-foreground-muted hover:bg-background-muted hover:text-foreground",destructive:"bg-danger text-on-danger hover:bg-danger-700 active:bg-danger-800"},size:{sm:"h-7 w-7 [&_svg]:size-3.5",md:"h-8 w-8 [&_svg]:size-4",lg:"h-10 w-10 [&_svg]:size-5"}},defaultVariants:{variant:"ghost",size:"md"}}),xe=i.forwardRef(function({className:t,variant:r,size:s,icon:n,loading:o,disabled:c,type:m="button",...x},u){const g=c||o;return e.jsx("button",{ref:u,type:m,"aria-busy":o||void 0,disabled:g,className:l(ua({variant:r,size:s}),t),...x,children:o?e.jsx(d.Loader2,{className:"animate-spin","aria-hidden":"true"}):n})});xe.displayName="IconButton";const ma=X.cva(["group inline-flex items-center w-full","rounded-md border bg-card text-sm","transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out)]","has-disabled:opacity-50 has-disabled:pointer-events-none","focus-within:ring-2 focus-within:ring-offset-2 focus-within:ring-offset-background"],{variants:{size:{sm:"h-8 px-2.5 gap-1.5",md:"h-9 px-3 gap-2",lg:"h-10 px-3.5 gap-2"},tone:{default:"border-border focus-within:border-accent focus-within:ring-ring",error:"border-danger focus-within:border-danger focus-within:ring-danger"}},defaultVariants:{size:"md",tone:"default"}}),xa=X.cva(["flex-1 min-w-0 bg-transparent outline-none","placeholder:text-foreground-subtle","text-foreground","disabled:cursor-not-allowed"]),P=i.forwardRef(function({className:t,type:r="text",size:s,tone:n,label:o,helperText:c,error:m,prefix:x,suffix:u,clearable:g,onClear:p,hideLabel:f,id:h,disabled:b,value:j,...v},S){const _=i.useId(),D=h??_,k=`${D}-helper`,N=`${D}-error`,[w,F]=i.useState(!1),K=r==="password"?w?"text":"password":r,Q=!!m,se=Q?"error":n,z=x??(r==="search"?e.jsx(d.Search,{className:"size-4 text-foreground-subtle","aria-hidden":!0}):null),q=j!==void 0&&j!==""&&j!==null;return e.jsxs("div",{className:l("flex flex-col gap-1.5",t),children:[o&&e.jsx("label",{htmlFor:D,className:l("text-sm font-medium text-foreground",f&&"sr-only"),children:o}),e.jsxs("div",{className:l(ma({size:s,tone:se})),children:[z&&e.jsx("span",{className:"flex items-center text-foreground-subtle [&_svg]:size-4",children:z}),e.jsx("input",{ref:S,id:D,type:K,disabled:b,value:j,"aria-invalid":Q||void 0,"aria-describedby":m?N:c?k:void 0,className:l(xa()),...v}),g&&q&&e.jsx("button",{type:"button",onClick:p,tabIndex:-1,"aria-label":"Clear input",className:"flex items-center text-foreground-subtle hover:text-foreground",children:e.jsx(d.X,{className:"size-4","aria-hidden":!0})}),r==="password"&&e.jsx("button",{type:"button",onClick:()=>F(Z=>!Z),tabIndex:-1,"aria-label":w?"Hide password":"Show password","aria-pressed":w,className:"flex items-center text-foreground-subtle hover:text-foreground",children:w?e.jsx(d.EyeOff,{className:"size-4","aria-hidden":!0}):e.jsx(d.Eye,{className:"size-4","aria-hidden":!0})}),u&&e.jsx("span",{className:"flex items-center text-foreground-subtle [&_svg]:size-4",children:u})]}),m?e.jsx("p",{id:N,role:"alert",className:"text-xs text-danger-text",children:m}):c?e.jsx("p",{id:k,className:"text-xs text-foreground-subtle",children:c}):null]})});P.displayName="Input";const Le=i.forwardRef(function({className:t,...r},s){return e.jsx("div",{className:"relative w-full overflow-auto",children:e.jsx("table",{ref:s,className:l("w-full caption-bottom text-sm border-collapse",t),...r})})});Le.displayName="Table";const Ee=i.forwardRef(function({className:t,...r},s){return e.jsx("thead",{ref:s,className:l("sticky top-0 z-10 bg-background-subtle text-foreground-muted","[&_tr]:border-b [&_tr]:border-border",t),...r})});Ee.displayName="TableHeader";const Be=i.forwardRef(function({className:t,...r},s){return e.jsx("tbody",{ref:s,className:l("[&_tr:last-child]:border-0",t),...r})});Be.displayName="TableBody";const cr=i.forwardRef(function({className:t,...r},s){return e.jsx("tfoot",{ref:s,className:l("border-t border-border bg-background-subtle font-medium",t),...r})});cr.displayName="TableFooter";const ae=i.forwardRef(function({className:t,selected:r,...s},n){return e.jsx("tr",{ref:n,"data-selected":r||void 0,className:l("border-b border-border transition-colors duration-[var(--duration-fast)]","hover:bg-background-subtle","data-[selected]:bg-accent-soft data-[selected]:hover:bg-accent-soft",t),...s})});ae.displayName="TableRow";const ne=i.forwardRef(function({className:t,...r},s){return e.jsx("th",{ref:s,className:l("h-10 px-3 text-left align-middle text-xs font-medium uppercase tracking-wide text-foreground-subtle","[&:has([role=checkbox])]:w-10 [&:has([role=checkbox])]:pr-0",t),...r})});ne.displayName="TableHead";const re=i.forwardRef(function({className:t,...r},s){return e.jsx("td",{ref:s,className:l("px-3 py-3 align-middle text-foreground",t),...r})});re.displayName="TableCell";const ur=i.forwardRef(function({className:t,...r},s){return e.jsx("caption",{ref:s,className:l("mt-4 text-sm text-foreground-subtle",t),...r})});ur.displayName="TableCaption";const Je=i.forwardRef(function({sortKey:t,currentSort:r,onSortChange:s,children:n,className:o,...c},m){const x=(r==null?void 0:r.key)===t,u=x?r==null?void 0:r.direction:void 0,g=()=>{s(t,x&&u==="asc"?"desc":"asc")};return e.jsx(ne,{ref:m,className:l("p-0",o),"aria-sort":x?u==="asc"?"ascending":"descending":"none",...c,children:e.jsxs("button",{type:"button",onClick:g,className:l("inline-flex h-10 w-full items-center gap-1.5 px-3 outline-none","transition-colors duration-[var(--duration-fast)]","hover:text-foreground focus-visible:text-foreground","focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background rounded-sm",x&&"text-foreground"),children:[n,u==="asc"?e.jsx(d.ArrowUp,{className:"size-3.5","aria-hidden":!0}):u==="desc"?e.jsx(d.ArrowDown,{className:"size-3.5","aria-hidden":!0}):e.jsx(d.ArrowUpDown,{className:"size-3.5 opacity-40","aria-hidden":!0})]})})});Je.displayName="TableSortHeader";const Ze=i.forwardRef(function({className:t,variant:r,...s},n){return e.jsx("div",{ref:n,"aria-hidden":!0,className:l("animate-pulse bg-background-muted",r==="text"&&"h-3 rounded-sm",r==="circle"&&"rounded-full aspect-square",r==="avatar"&&"size-8 rounded-full",r==="card"&&"rounded-lg",!r&&"rounded-md",t),...s})});Ze.displayName="Skeleton";function mr({columns:a,rows:t,loading:r,sort:s,onSortChange:n,filter:o,emptyState:c,className:m}){const[x,u]=i.useState({}),g=i.useMemo(()=>a.filter(f=>!x[f.key]),[a,x]),p=()=>r?Array.from({length:5}).map((f,h)=>e.jsx(ae,{children:g.map(b=>e.jsx(re,{children:e.jsx(Ze,{variant:"text",className:"w-3/4"})},b.key))},`skel-${h}`)):t.length===0?e.jsx(ae,{children:e.jsx(re,{colSpan:g.length,className:"h-32 text-center",children:c??e.jsx("span",{className:"text-foreground-subtle",children:"No results."})})}):t.map(f=>e.jsx(ae,{children:g.map(h=>e.jsx(re,{className:l(h.align==="right"&&"text-right tabular"),children:h.cell?h.cell(f):f[h.key]},h.key))},f.id));return e.jsxs("div",{className:l("flex flex-col gap-3",m),children:[e.jsxs("div",{className:"flex items-center justify-between gap-2",children:[o?e.jsx(P,{type:"search",placeholder:o.placeholder??"Filter…",value:o.value,onChange:f=>o.onChange(f.target.value),clearable:!0,onClear:()=>o.onChange(""),className:"max-w-sm w-full",hideLabel:!0,label:"Filter rows"}):e.jsx("div",{}),e.jsx("div",{className:"flex items-center gap-2",children:e.jsxs(Pe,{children:[e.jsx(_e,{asChild:!0,children:e.jsx(xe,{"aria-label":"Column visibility",icon:e.jsx(d.Settings,{}),variant:"outline"})}),e.jsxs(ye,{children:[e.jsx(Fe,{children:"Columns"}),e.jsx(Ne,{}),a.map(f=>e.jsx(Ye,{checked:!x[f.key],onCheckedChange:h=>u(b=>({...b,[f.key]:!h})),children:f.header},f.key))]})]})})]}),e.jsx("div",{className:"rounded-lg border border-border overflow-hidden",children:e.jsxs(Le,{children:[e.jsx("colgroup",{children:g.map(f=>e.jsx("col",{style:f.width?{width:f.width}:void 0},f.key))}),e.jsx(Ee,{children:e.jsx(ae,{children:g.map(f=>f.sortable&&n?e.jsx(Je,{sortKey:f.key,currentSort:s??null,onSortChange:(h,b)=>n({key:h,direction:b}),children:f.header},f.key):e.jsx(ne,{className:l(f.align==="right"&&"text-right"),children:f.header},f.key))})}),e.jsx(Be,{children:p()})]})})]})}const et=i.forwardRef(function({className:t,classNames:r,...s},n){return e.jsx(ws.DayPicker,{showOutsideDays:!0,className:l("p-3",t),classNames:{root:"rdp",months:"flex flex-col gap-4 sm:flex-row sm:gap-6",month:"flex flex-col gap-3",month_caption:"relative flex h-8 items-center justify-center",caption_label:"text-sm font-medium",nav:"absolute inset-x-0 top-0 flex h-8 items-center justify-between",button_previous:"inline-flex h-7 w-7 items-center justify-center rounded-md text-foreground-muted hover:bg-background-muted focus-visible:ring-2 focus-visible:ring-ring outline-none",button_next:"inline-flex h-7 w-7 items-center justify-center rounded-md text-foreground-muted hover:bg-background-muted focus-visible:ring-2 focus-visible:ring-ring outline-none",month_grid:"w-full border-collapse",weekdays:"grid grid-cols-7",weekday:"h-8 w-9 text-center text-[11px] font-medium uppercase tracking-wide text-foreground-subtle",week:"mt-0.5 grid grid-cols-7",day:"relative h-9 w-9 p-0 text-center",day_button:"inline-flex h-9 w-9 items-center justify-center rounded-md text-sm hover:bg-background-muted focus-visible:ring-2 focus-visible:ring-ring outline-none aria-selected:bg-accent aria-selected:text-on-accent aria-selected:hover:bg-accent-700",today:"[&_button]:border [&_button]:border-border",outside:"text-foreground-subtle",disabled:"opacity-40 pointer-events-none",range_start:"[&_button]:bg-accent [&_button]:text-on-accent [&_button]:rounded-r-none",range_end:"[&_button]:bg-accent [&_button]:text-on-accent [&_button]:rounded-l-none",range_middle:"[&_button]:bg-accent-soft [&_button]:text-foreground [&_button]:rounded-none",hidden:"invisible",...r},components:{Chevron:({orientation:o})=>o==="left"?e.jsx(d.ChevronLeft,{className:"size-4"}):e.jsx(d.ChevronRight,{className:"size-4"})},...s})});function Me(a){return a?a.toLocaleDateString(void 0,{year:"numeric",month:"short",day:"numeric"}):""}function xr({label:a,placeholder:t,hasValue:r,children:s,error:n,fieldId:o,disabled:c}){return e.jsxs("div",{className:"flex flex-col gap-1.5",children:[a&&e.jsx("label",{htmlFor:o,className:"text-sm font-medium text-foreground",children:a}),e.jsx(I.Trigger,{asChild:!0,children:e.jsxs("button",{id:o,type:"button",disabled:c,"aria-invalid":!!n||void 0,className:l("inline-flex h-9 w-full items-center justify-start gap-2 rounded-md border bg-card px-3 text-left text-sm","transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out)]","outline-none focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:ring-offset-background","disabled:opacity-50 disabled:cursor-not-allowed",n?"border-danger focus-visible:border-danger focus-visible:ring-danger":"border-border focus-visible:border-accent focus-visible:ring-ring",!r&&"text-foreground-subtle"),children:[e.jsx(d.Calendar,{className:"size-4 text-foreground-subtle","aria-hidden":!0}),e.jsx("span",{className:"truncate",children:r?s:t})]})}),n&&e.jsx("p",{role:"alert",className:"text-xs text-danger-text",children:n})]})}const fr=i.forwardRef(function({value:t,onChange:r,label:s,placeholder:n="Pick a date",error:o,disabled:c,fromDate:m,toDate:x,className:u},g){const p=i.useId(),[f,h]=i.useState(!1);return e.jsx("div",{ref:g,className:l(u),children:e.jsxs(I.Root,{open:f,onOpenChange:h,children:[e.jsx(xr,{label:s,placeholder:n,hasValue:!!t,error:o,fieldId:p,disabled:c,children:Me(t)}),e.jsx(I.Portal,{children:e.jsx(I.Content,{align:"start",sideOffset:4,className:"z-[var(--z-popover)] rounded-lg border border-border bg-popover text-popover-foreground shadow-md",children:e.jsx(et,{mode:"single",selected:t,onSelect:b=>{r(b??void 0),b&&h(!1)},startMonth:m,endMonth:x})})})]})})});fr.displayName="DatePicker";const gr=i.forwardRef(function({value:t,onChange:r,label:s,placeholder:n="Pick a range",error:o,disabled:c,fromDate:m,toDate:x,className:u},g){const p=i.useId(),[f,h]=i.useState(!1),b=!!(t!=null&&t.from);return e.jsx("div",{ref:g,className:l(u),children:e.jsxs(I.Root,{open:f,onOpenChange:h,children:[e.jsx(xr,{label:s,placeholder:n,hasValue:b,error:o,fieldId:p,disabled:c,children:t!=null&&t.from&&t.to?`${Me(t.from)} – ${Me(t.to)}`:t!=null&&t.from?Me(t.from):""}),e.jsx(I.Portal,{children:e.jsx(I.Content,{align:"start",sideOffset:4,className:"z-[var(--z-popover)] rounded-lg border border-border bg-popover text-popover-foreground shadow-md",children:e.jsx(et,{mode:"range",selected:t,onSelect:r,numberOfMonths:2,startMonth:m,endMonth:x})})})]})})});gr.displayName="DateRangePicker";function fa({tokens:a,className:t,children:r,style:s,...n}){const o={...s};if(a)for(const[c,m]of Object.entries(a)){const x=c.startsWith("--")?c:`--${c}`;o[x]=m}return e.jsx("div",{"data-brand-scope":!0,className:l("contents",t),style:o,...n,children:r})}const ga={default:{},edgelog:{"color-accent":"oklch(0.55 0.18 250)","color-accent-700":"oklch(0.46 0.16 250)","color-accent-800":"oklch(0.38 0.14 250)","color-accent-soft":"oklch(0.95 0.04 250)","radius-md":"8px","radius-lg":"12px"},gerege:{"color-accent":"oklch(0.62 0.16 45)","color-accent-700":"oklch(0.54 0.16 45)","color-accent-800":"oklch(0.46 0.14 45)","color-accent-soft":"oklch(0.95 0.04 45)","radius-md":"4px","radius-lg":"6px"},forest:{"color-accent":"oklch(0.55 0.14 155)","color-accent-700":"oklch(0.47 0.14 155)","color-accent-800":"oklch(0.39 0.12 155)","color-accent-soft":"oklch(0.95 0.04 155)"}},hr=R.Root,ha=R.Trigger,pr=R.Portal,br=R.Close,tt=i.forwardRef(function({className:t,...r},s){return e.jsx(R.Overlay,{ref:s,className:l("fixed inset-0 z-[var(--z-overlay)] bg-neutral-950/60 backdrop-blur-[2px]","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",t),...r})});tt.displayName="DialogOverlay";const rt=i.forwardRef(function({className:t,children:r,showClose:s=!0,size:n="md",...o},c){return e.jsxs(pr,{children:[e.jsx(tt,{}),e.jsxs(R.Content,{ref:c,className:l("fixed left-1/2 top-1/2 z-[var(--z-modal)] -translate-x-1/2 -translate-y-1/2","w-[calc(100%-2rem)] rounded-lg border border-border bg-card text-card-foreground shadow-lg","p-6","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0","data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95",n==="sm"&&"max-w-[400px]",n==="md"&&"max-w-[520px]",n==="lg"&&"max-w-[720px]",t),...o,children:[r,s&&e.jsx(R.Close,{"aria-label":"Close",className:l("absolute right-4 top-4 inline-flex size-8 items-center justify-center rounded-md text-foreground-subtle","hover:bg-background-muted hover:text-foreground","outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-card","transition-colors duration-[var(--duration-fast)]"),children:e.jsx(d.X,{className:"size-4","aria-hidden":!0})})]})]})});rt.displayName="DialogContent";function st({className:a,...t}){return e.jsx("div",{className:l("flex flex-col gap-1 pb-4",a),...t})}st.displayName="DialogHeader";function at({className:a,...t}){return e.jsx("div",{className:l("flex flex-col-reverse gap-2 pt-6 sm:flex-row sm:justify-end",a),...t})}at.displayName="DialogFooter";const nt=i.forwardRef(function({className:t,...r},s){return e.jsx(R.Title,{ref:s,className:l("text-lg font-semibold text-foreground leading-tight",t),...r})});nt.displayName="DialogTitle";const ot=i.forwardRef(function({className:t,...r},s){return e.jsx(R.Description,{ref:s,className:l("text-sm text-foreground-muted",t),...r})});ot.displayName="DialogDescription";function vr({open:a,onOpenChange:t,title:r,description:s,confirmLabel:n="Confirm",cancelLabel:o="Cancel",confirmVariant:c="primary",onConfirm:m,loading:x}){return e.jsx(hr,{open:a,onOpenChange:t,children:e.jsxs(rt,{size:"sm",children:[e.jsxs(st,{children:[e.jsx(nt,{children:r}),s&&e.jsx(ot,{children:s})]}),e.jsxs(at,{children:[e.jsx(br,{asChild:!0,children:e.jsx(T,{variant:"outline",children:o})}),e.jsx(T,{variant:c,loading:x,onClick:m,children:n})]})]})})}vr.displayName="ConfirmationDialog";const Oe=i.forwardRef(function({icon:t,illustration:r,title:s,description:n,action:o,secondaryAction:c,className:m,...x},u){return e.jsxs("div",{ref:u,className:l("flex flex-col items-center justify-center gap-3 rounded-lg border border-dashed border-border bg-background-subtle p-10 text-center",m),...x,children:[r||(t?e.jsx("div",{className:"inline-flex size-12 items-center justify-center rounded-full bg-background-muted text-foreground-muted [&_svg]:size-6",children:t}):e.jsx(zt,{className:"size-24"})),e.jsx("h3",{className:"text-base font-semibold text-foreground leading-tight",children:s}),n&&e.jsx("p",{className:"max-w-md text-sm text-foreground-muted leading-relaxed",children:n}),(o||c)&&e.jsxs("div",{className:"mt-2 flex items-center gap-2",children:[o,c]})]})});Oe.displayName="EmptyState";const pa={404:{illustration:e.jsx(It,{className:"size-32"}),title:"Page not found",description:"We couldn't find what you were looking for."},500:{illustration:e.jsx(Pt,{className:"size-32"}),title:"Something went wrong",description:"We're looking into it. Please try again in a moment."},generic:{illustration:e.jsx(_t,{className:"size-32"}),title:"Unexpected error",description:"Something interrupted this action."}},jr=i.forwardRef(function({variant:t="generic",title:r,description:s,illustration:n,action:o,onRetry:c,className:m,...x},u){const g=pa[t];return e.jsxs("div",{ref:u,role:"alert",className:l("flex flex-col items-center justify-center gap-3 rounded-lg border border-border bg-background-subtle p-10 text-center",m),...x,children:[n??g.illustration,e.jsx("h3",{className:"text-base font-semibold text-foreground leading-tight",children:r??g.title}),e.jsx("p",{className:"max-w-md text-sm text-foreground-muted leading-relaxed",children:s??g.description}),(o||c)&&e.jsx("div",{className:"mt-2 flex items-center gap-2",children:o??e.jsx(T,{onClick:c,variant:"outline",children:"Try again"})})]})});jr.displayName="ErrorState";const ba=Xe.FormProvider,Nr=i.createContext(null);function va(a){return e.jsx(Nr.Provider,{value:{name:a.name},children:e.jsx(Xe.Controller,{...a})})}const wr=i.createContext(null);function Ce(){const a=i.useContext(Nr),t=i.useContext(wr),{getFieldState:r,formState:s}=Xe.useFormContext();if(!a)throw new Error("useFormField must be used inside <FormField>");const n=r(a.name,s),o=(t==null?void 0:t.id)??"";return{id:o,name:a.name,formItemId:`${o}-item`,formDescriptionId:`${o}-desc`,formMessageId:`${o}-error`,...n}}const yr=i.forwardRef(function({className:t,...r},s){const n=i.useId();return e.jsx(wr.Provider,{value:{id:n},children:e.jsx("div",{ref:s,className:l("flex flex-col gap-1.5",t),...r})})});yr.displayName="FormItem";const Cr=i.forwardRef(function({className:t,...r},s){const{formItemId:n,error:o}=Ce();return e.jsx(As.Root,{ref:s,htmlFor:n,className:l("text-sm font-medium text-foreground",o&&"text-danger-text",t),...r})});Cr.displayName="FormLabel";const kr=i.forwardRef(function(t,r){const{error:s,formItemId:n,formDescriptionId:o,formMessageId:c}=Ce();return e.jsx(Rt.Slot,{ref:r,id:n,"aria-describedby":s?`${o} ${c}`:o,"aria-invalid":!!s,...t})});kr.displayName="FormControl";const Sr=i.forwardRef(function({className:t,...r},s){const{formDescriptionId:n}=Ce();return e.jsx("p",{ref:s,id:n,className:l("text-xs text-foreground-subtle",t),...r})});Sr.displayName="FormDescription";const Tr=i.forwardRef(function({className:t,children:r,...s},n){const{error:o,formMessageId:c}=Ce(),m=o?String((o==null?void 0:o.message)??""):r;return m?e.jsx("p",{ref:n,id:c,role:"alert",className:l("text-xs text-danger-text",t),...s,children:m}):null});Tr.displayName="FormError";const it=i.forwardRef(function({size:t="sm",className:r,...s},n){return e.jsx("kbd",{ref:n,className:l("inline-flex items-center justify-center rounded border border-border bg-background-subtle font-mono","text-foreground-muted shadow-xs",t==="sm"?"h-5 min-w-5 px-1 text-[10px]":"h-6 min-w-6 px-1.5 text-xs",r),...s})});it.displayName="Kbd";const Dr=i.forwardRef(function({options:t,value:r,onChange:s,label:n,helperText:o,error:c,placeholder:m="Select…",emptyText:x="No results.",maxVisibleChips:u=3,clearable:g=!0,disabled:p,className:f},h){const b=i.useId(),j=b,v=`${b}-helper`,S=`${b}-error`,[_,D]=i.useState(!1),[k,N]=i.useState(""),w=i.useRef(null),F=i.useMemo(()=>t.filter(y=>r.includes(y.value)),[t,r]),K=i.useCallback(y=>{r.includes(y)?s(r.filter(ee=>ee!==y)):s([...r,y])},[r,s]),Q=i.useCallback(()=>s([]),[s]),se=y=>{y.key==="Backspace"&&k===""&&r.length>0&&s(r.slice(0,-1))},z=F.slice(0,u),q=F.length-z.length,Z=!!c;return e.jsxs("div",{ref:h,className:l("flex flex-col gap-1.5",f),children:[n&&e.jsx("label",{htmlFor:j,className:"text-sm font-medium text-foreground",children:n}),e.jsxs(I.Root,{open:_,onOpenChange:D,children:[e.jsx(I.Trigger,{asChild:!0,children:e.jsxs("div",{role:"combobox","aria-expanded":_,"aria-controls":`${j}-list`,"aria-haspopup":"listbox",id:j,tabIndex:p?-1:0,onKeyDown:se,"aria-disabled":p||void 0,"aria-invalid":Z||void 0,"aria-describedby":Z?S:o?v:void 0,className:l("flex h-9 w-full cursor-text items-center gap-1.5 overflow-hidden rounded-md border bg-card px-2 py-1 text-sm","transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out)]","focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:ring-offset-background",Z?"border-danger focus-visible:border-danger focus-visible:ring-danger":"border-border focus-visible:border-accent focus-visible:ring-ring",p&&"opacity-50 pointer-events-none"),onClick:()=>{var y;return(y=w.current)==null?void 0:y.focus()},children:[z.length===0&&e.jsx("span",{className:"text-foreground-subtle px-1",children:m}),z.map(y=>e.jsxs("span",{className:"inline-flex max-w-[10rem] shrink-0 items-center gap-1 rounded-md bg-accent-soft px-1.5 py-0.5 text-xs font-medium text-on-accent-soft",children:[e.jsx("span",{className:"truncate",children:y.label}),e.jsx("button",{type:"button","aria-label":`Remove ${y.label}`,className:"inline-flex items-center text-on-accent-soft hover:text-foreground",onClick:ee=>{ee.stopPropagation(),K(y.value)},children:e.jsx(d.X,{className:"size-3","aria-hidden":!0})})]},y.value)),q>0&&e.jsxs("span",{className:"shrink-0 rounded-md bg-background-muted px-1.5 py-0.5 text-xs font-medium text-foreground-muted",children:["+",q]}),e.jsx("input",{ref:w,value:k,onChange:y=>N(y.target.value),onFocus:()=>D(!0),className:"flex-1 min-w-[8ch] bg-transparent text-sm outline-none placeholder:text-foreground-subtle",placeholder:(F.length===0,""),disabled:p}),e.jsxs("span",{className:"ml-auto flex items-center gap-1",children:[g&&F.length>0&&e.jsx("button",{type:"button","aria-label":"Clear all",onClick:y=>{y.stopPropagation(),Q()},className:"text-foreground-subtle hover:text-foreground",children:e.jsx(d.X,{className:"size-4","aria-hidden":!0})}),e.jsx(d.ChevronsUpDown,{className:"size-4 text-foreground-subtle","aria-hidden":!0})]})]})}),e.jsx(I.Portal,{children:e.jsx(I.Content,{align:"start",sideOffset:4,className:l("z-[var(--z-popover)] w-[var(--radix-popover-trigger-width)] overflow-hidden rounded-lg border border-border bg-popover text-popover-foreground shadow-md","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0","data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95"),onOpenAutoFocus:y=>y.preventDefault(),children:e.jsx(E.Command,{shouldFilter:!1,className:"flex h-full w-full flex-col",children:e.jsxs(E.Command.List,{id:`${j}-list`,className:"max-h-64 overflow-y-auto p-1",children:[t.filter(y=>y.label.toLowerCase().includes(k.toLowerCase())).map(y=>{const ee=r.includes(y.value);return e.jsxs(E.Command.Item,{value:y.value,disabled:y.disabled,onSelect:()=>K(y.value),className:l("flex cursor-default items-center gap-2 rounded-sm px-2 py-1.5 text-sm text-foreground","data-[selected=true]:bg-background-muted","data-[disabled=true]:opacity-50 data-[disabled=true]:pointer-events-none"),children:[e.jsx("span",{"aria-hidden":!0,className:l("flex size-4 items-center justify-center rounded-sm border",ee?"border-accent bg-accent text-on-accent":"border-border"),children:ee&&e.jsx(d.Check,{className:"size-3","aria-hidden":!0})}),e.jsx("span",{className:"flex-1",children:y.label}),y.description&&e.jsx("span",{className:"text-xs text-foreground-subtle",children:y.description})]},y.value)}),e.jsx(E.Command.Empty,{className:"px-2 py-6 text-center text-sm text-foreground-subtle",children:x})]})})})})]}),c?e.jsx("p",{id:S,role:"alert",className:"text-xs text-danger-text",children:c}):o?e.jsx("p",{id:v,className:"text-xs text-foreground-subtle",children:o}):null]})});Dr.displayName="MultiSelect";const lt=B.Root,ja=B.Value,$e=i.forwardRef(function({className:t,placeholder:r,size:s="md",tone:n="default",...o},c){return e.jsxs(B.Trigger,{ref:c,className:l("inline-flex w-full items-center justify-between gap-2 rounded-md border bg-card text-sm text-foreground","transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out)]","outline-none","focus-visible:ring-2 focus-visible:ring-offset-2 focus-visible:ring-offset-background","disabled:opacity-50 disabled:cursor-not-allowed","data-[placeholder]:text-foreground-subtle",s==="sm"&&"h-8 px-2.5",s==="md"&&"h-9 px-3",s==="lg"&&"h-10 px-3.5",n==="default"?"border-border focus-visible:border-accent focus-visible:ring-ring":"border-danger focus-visible:border-danger focus-visible:ring-danger",t),...o,children:[e.jsx(B.Value,{placeholder:r}),e.jsx(B.Icon,{asChild:!0,children:e.jsx(d.ChevronsUpDown,{className:"size-4 text-foreground-subtle shrink-0","aria-hidden":!0})})]})});$e.displayName="SelectTrigger";const Rr="flex h-6 cursor-default items-center justify-center text-foreground-subtle",dt=i.forwardRef(function({className:t,...r},s){return e.jsx(B.ScrollUpButton,{ref:s,className:l(Rr,t),...r,children:e.jsx(d.ChevronUp,{className:"size-4","aria-hidden":!0})})});dt.displayName="SelectScrollUpButton";const ct=i.forwardRef(function({className:t,...r},s){return e.jsx(B.ScrollDownButton,{ref:s,className:l(Rr,t),...r,children:e.jsx(d.ChevronDown,{className:"size-4","aria-hidden":!0})})});ct.displayName="SelectScrollDownButton";const Ue=i.forwardRef(function({className:t,children:r,position:s="popper",...n},o){return e.jsx(B.Portal,{children:e.jsxs(B.Content,{ref:o,position:s,className:l("z-[var(--z-popover)] min-w-[var(--radix-select-trigger-width)] max-h-96","overflow-hidden rounded-lg border border-border bg-popover text-popover-foreground","shadow-md","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0","data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95",s==="popper"&&"data-[side=bottom]:translate-y-1 data-[side=top]:-translate-y-1",t),...n,children:[e.jsx(dt,{}),e.jsx(B.Viewport,{className:"p-1",children:r}),e.jsx(ct,{})]})})});Ue.displayName="SelectContent";const ut=i.forwardRef(function({className:t,...r},s){return e.jsx(B.Label,{ref:s,className:l("px-2 py-1.5 text-xs font-medium text-foreground-subtle",t),...r})});ut.displayName="SelectLabel";const He=i.forwardRef(function({className:t,children:r,leadingIcon:s,...n},o){return e.jsxs(B.Item,{ref:o,className:l("relative flex w-full cursor-default select-none items-center gap-2","rounded-sm px-2 py-1.5 pr-8 text-sm text-foreground outline-none","data-[highlighted]:bg-background-muted data-[highlighted]:text-foreground","data-[disabled]:pointer-events-none data-[disabled]:opacity-50",t),...n,children:[s&&e.jsx("span",{className:"flex items-center text-foreground-subtle [&_svg]:size-4",children:s}),e.jsx(B.ItemText,{children:r}),e.jsx("span",{className:"absolute right-2 flex items-center justify-center",children:e.jsx(B.ItemIndicator,{children:e.jsx(d.Check,{className:"size-4 text-accent","aria-hidden":!0})})})]})});He.displayName="SelectItem";const Mr=i.forwardRef(function({className:t,...r},s){return e.jsx(B.Separator,{ref:s,className:l("-mx-1 my-1 h-px bg-border",t),...r})});Mr.displayName="SelectSeparator";const zr=i.forwardRef(function({label:t,children:r,...s},n){return e.jsxs(B.Group,{ref:n,...s,children:[t&&e.jsx(ut,{children:t}),r]})});zr.displayName="SelectGroup";function Na(a,t,r=7){if(t<=r)return Array.from({length:t},(m,x)=>x+1);const s=1,n=[],o=Math.max(2,a-s),c=Math.min(t-1,a+s);n.push(1),o>2&&n.push("gap");for(let m=o;m<=c;m++)n.push(m);return c<t-1&&n.push("gap"),n.push(t),n}const mt=i.forwardRef(function({page:t,pageCount:r,onPageChange:s,totalItems:n,pageSize:o,pageSizeOptions:c,onPageSizeChange:m,showJump:x=!0,className:u,...g},p){const f=i.useMemo(()=>Na(t,r),[t,r]),h=o?(t-1)*o+1:void 0,b=o&&n?Math.min(t*o,n):void 0,j=v=>{v<1||v>r||v===t||s(v)};return e.jsxs("nav",{ref:p,"aria-label":"Pagination",className:l("flex flex-wrap items-center justify-between gap-3",u),...g,children:[e.jsxs("div",{className:"flex items-center gap-3 text-sm text-foreground-muted",children:[n!==void 0&&o!==void 0&&e.jsxs("span",{className:"tabular",children:["Showing ",h,"–",b," of ",n]}),c&&m&&o!==void 0&&e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx("label",{htmlFor:"page-size",className:"sr-only",children:"Rows per page"}),e.jsxs(lt,{value:String(o),onValueChange:v=>m(Number(v)),children:[e.jsx($e,{size:"sm",className:"w-[7.5rem] whitespace-nowrap"}),e.jsx(Ue,{children:c.map(v=>e.jsxs(He,{value:String(v),children:[v," / page"]},v))})]})]})]}),e.jsxs("ul",{className:"flex items-center gap-1",children:[x&&e.jsx("li",{children:e.jsx("button",{type:"button","aria-label":"Go to first page",disabled:t===1,onClick:()=>j(1),className:De,children:e.jsx(d.ChevronsLeft,{className:"size-4","aria-hidden":!0})})}),e.jsx("li",{children:e.jsx("button",{type:"button","aria-label":"Previous page",disabled:t===1,onClick:()=>j(t-1),className:De,children:e.jsx(d.ChevronLeft,{className:"size-4","aria-hidden":!0})})}),f.map((v,S)=>v==="gap"?e.jsx("li",{className:"px-2 text-foreground-subtle",children:"…"},`gap-${S}`):e.jsx("li",{children:e.jsx("button",{type:"button","aria-label":`Page ${v}`,"aria-current":v===t?"page":void 0,onClick:()=>j(v),className:l("inline-flex size-8 items-center justify-center rounded-md text-sm tabular outline-none","transition-colors duration-[var(--duration-fast)]","focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background",v===t?"bg-accent text-on-accent font-medium":"text-foreground-muted hover:bg-background-muted hover:text-foreground"),children:v})},v)),e.jsx("li",{children:e.jsx("button",{type:"button","aria-label":"Next page",disabled:t===r,onClick:()=>j(t+1),className:De,children:e.jsx(d.ChevronRight,{className:"size-4","aria-hidden":!0})})}),x&&e.jsx("li",{children:e.jsx("button",{type:"button","aria-label":"Go to last page",disabled:t===r,onClick:()=>j(r),className:De,children:e.jsx(d.ChevronsRight,{className:"size-4","aria-hidden":!0})})})]})]})});mt.displayName="Pagination";const De=l("inline-flex size-8 items-center justify-center rounded-md text-foreground-muted","transition-colors duration-[var(--duration-fast)]","hover:bg-background-muted hover:text-foreground","disabled:opacity-50 disabled:pointer-events-none","outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background"),wa=I.Root,ya=I.Trigger,Ca=I.Anchor,ka=I.Close,Ir=i.forwardRef(function({className:t,align:r="center",sideOffset:s=4,...n},o){return e.jsx(I.Portal,{children:e.jsx(I.Content,{ref:o,align:r,sideOffset:s,className:l("z-[var(--z-popover)] w-72 rounded-lg border border-border bg-popover p-4 text-popover-foreground shadow-md","outline-none","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0","data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95","data-[side=bottom]:slide-in-from-top-1 data-[side=top]:slide-in-from-bottom-1","data-[side=left]:slide-in-from-right-1 data-[side=right]:slide-in-from-left-1",t),...n})})});Ir.displayName="PopoverContent";const Sa={sm:"h-1",md:"h-1.5",lg:"h-2"},Ta={accent:"bg-accent",success:"bg-success",warning:"bg-warning",danger:"bg-danger"},Pr=i.forwardRef(function({className:t,value:r,size:s="md",tone:n="accent",...o},c){const m=r==null;return e.jsxs(kt.Root,{ref:c,value:m?void 0:r,className:l("relative w-full overflow-hidden rounded-full bg-background-muted",Sa[s],t),...o,children:[e.jsx(kt.Indicator,{className:l("h-full w-full flex-1 transition-transform",Ta[n],m&&"animate-[progressIndeterminate_1.4s_ease-in-out_infinite] origin-left"),style:m?void 0:{transform:`translateX(-${100-(r??0)}%)`}}),e.jsx("style",{children:`
2
2
  @keyframes progressIndeterminate {
3
3
  0% { transform: translateX(-100%) scaleX(0.6); }
4
4
  50% { transform: translateX(0%) scaleX(0.4); }
5
5
  100% { transform: translateX(100%) scaleX(0.6); }
6
6
  }
7
- `})]})});ps.displayName="Progress";const Mo={accent:"stroke-accent",success:"stroke-success",warning:"stroke-warning",danger:"stroke-danger"},hs=l.forwardRef(function({value:n,size:r=36,thickness:s=3,className:a,tone:o="accent",...i},d){const u=n===void 0,c=(r-s)/2,g=2*Math.PI*c,x=u?0:g-Math.min(100,Math.max(0,n))/100*g;return e.jsxs("svg",{ref:d,width:r,height:r,viewBox:`0 0 ${r} ${r}`,role:"progressbar","aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":u?void 0:n,className:m("shrink-0",u&&"animate-spin",a),...i,children:[e.jsx("circle",{cx:r/2,cy:r/2,r:c,strokeWidth:s,className:"stroke-background-muted fill-none"}),e.jsx("circle",{cx:r/2,cy:r/2,r:c,strokeWidth:s,strokeLinecap:"round",strokeDasharray:g,strokeDashoffset:u?g*.7:x,className:m(Mo[o],"fill-none transition-[stroke-dashoffset]"),transform:`rotate(-90 ${r/2} ${r/2})`})]})});hs.displayName="ProgressCircle";const $n=l.forwardRef(function({className:n,orientation:r="vertical",...s},a){return e.jsx(bn.Root,{ref:a,className:m("flex gap-3",r==="vertical"?"flex-col":"flex-row flex-wrap",n),...s})});$n.displayName="RadioGroup";const wt=l.forwardRef(function({className:n,label:r,description:s,hideLabel:a,id:o,disabled:i,...d},u){const c=l.useId(),g=o??c,x=s?`${g}-desc`:void 0;return e.jsxs("div",{className:m("flex items-start gap-2.5",n),children:[e.jsx(bn.Item,{ref:u,id:g,disabled:i,"aria-describedby":x,className:m("mt-0.5 flex size-4 shrink-0 items-center justify-center rounded-full border bg-card","transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out)]","outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background","data-[state=checked]:border-accent","disabled:cursor-not-allowed disabled:opacity-50","border-border-strong"),...d,children:e.jsx(bn.Indicator,{className:"flex items-center justify-center",children:e.jsx("span",{className:"size-2 rounded-full bg-accent","aria-hidden":!0})})}),r&&e.jsxs("div",{className:m("flex flex-col gap-0.5",a&&"sr-only"),children:[e.jsx("label",{htmlFor:g,className:m("text-sm text-foreground select-none",i&&"opacity-50 cursor-not-allowed"),children:r}),s&&e.jsx("p",{id:x,className:"text-xs text-foreground-subtle",children:s})]})]})});wt.displayName="RadioItem";const bs=l.forwardRef(function({className:n,children:r,...s},a){return e.jsxs(vt.Root,{ref:a,className:m("relative overflow-hidden",n),...s,children:[e.jsx(vt.Viewport,{className:"h-full w-full rounded-[inherit]",children:r}),e.jsx(Hn,{}),e.jsx(vt.Corner,{})]})});bs.displayName="ScrollArea";const Hn=l.forwardRef(function({className:n,orientation:r="vertical",...s},a){return e.jsx(vt.ScrollAreaScrollbar,{ref:a,orientation:r,className:m("flex touch-none select-none transition-colors duration-[var(--duration-fast)]",r==="vertical"&&"h-full w-2 border-l border-l-transparent p-px",r==="horizontal"&&"h-2 flex-col border-t border-t-transparent p-px",n),...s,children:e.jsx(vt.ScrollAreaThumb,{className:"relative flex-1 rounded-full bg-border-strong"})})});Hn.displayName="ScrollBar";const nt=l.forwardRef(function({className:n,orientation:r="horizontal",decorative:s=!0,...a},o){return e.jsx(za.Root,{ref:o,orientation:r,decorative:s,className:m("shrink-0 bg-border",r==="horizontal"?"h-px w-full":"h-full w-px",n),...a})});nt.displayName="Separator";const vs=H.Root,js=H.Trigger,Io=H.Close,ws=H.Portal,ys=l.forwardRef(function({className:n,...r},s){return e.jsx(H.Overlay,{ref:s,className:m("fixed inset-0 z-[var(--z-overlay)] bg-neutral-950/60 backdrop-blur-[2px]","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=open]:fade-in-0 data-[state=closed]:fade-out-0",n),...r})});ys.displayName="SheetOverlay";const Po=ke.cva(["fixed z-[var(--z-modal)] bg-card text-card-foreground shadow-lg","flex flex-col gap-4 p-6","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=closed]:duration-[var(--duration-base)] data-[state=open]:duration-[var(--duration-slow)]"],{variants:{side:{top:"inset-x-0 top-0 border-b border-border data-[state=open]:slide-in-from-top data-[state=closed]:slide-out-to-top",bottom:"inset-x-0 bottom-0 border-t border-border data-[state=open]:slide-in-from-bottom data-[state=closed]:slide-out-to-bottom",left:"inset-y-0 left-0 h-full w-3/4 max-w-md border-r border-border data-[state=open]:slide-in-from-left data-[state=closed]:slide-out-to-left",right:"inset-y-0 right-0 h-full w-3/4 max-w-md border-l border-border data-[state=open]:slide-in-from-right data-[state=closed]:slide-out-to-right"}},defaultVariants:{side:"right"}}),Un=l.forwardRef(function({className:n,children:r,side:s="right",showClose:a=!0,...o},i){return e.jsxs(ws,{children:[e.jsx(ys,{}),e.jsxs(H.Content,{ref:i,className:m(Po({side:s}),n),...o,children:[r,a&&e.jsx(H.Close,{"aria-label":"Close",className:m("absolute right-4 top-4 inline-flex size-8 items-center justify-center rounded-md text-foreground-subtle","hover:bg-background-muted hover:text-foreground","outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-card","transition-colors duration-[var(--duration-fast)]"),children:e.jsx(p.X,{className:"size-4","aria-hidden":!0})})]})]})});Un.displayName="SheetContent";function Ns({className:t,...n}){return e.jsx("div",{className:m("flex flex-col gap-1",t),...n})}Ns.displayName="SheetHeader";function Cs({className:t,...n}){return e.jsx("div",{className:m("mt-auto flex flex-col-reverse gap-2 pt-4 sm:flex-row sm:justify-end",t),...n})}Cs.displayName="SheetFooter";const Ss=l.forwardRef(function({className:n,...r},s){return e.jsx(H.Title,{ref:s,className:m("text-lg font-semibold text-foreground leading-tight",n),...r})});Ss.displayName="SheetTitle";const ks=l.forwardRef(function({className:n,...r},s){return e.jsx(H.Description,{ref:s,className:m("text-sm text-foreground-muted",n),...r})});ks.displayName="SheetDescription";const Pt=l.createContext({collapsed:!1});function zo(){return l.useContext(Pt)}const Vn=l.forwardRef(function({defaultCollapsed:n=!1,collapsed:r,onCollapsedChange:s,header:a,footer:o,className:i,children:d,...u},c){const[g,x]=l.useState(n),f=r??g,b=h=>{r===void 0&&x(h),s==null||s(h)};return e.jsx(Pt.Provider,{value:{collapsed:f},children:e.jsxs("aside",{ref:c,"aria-label":"Primary",className:m("sticky top-0 hidden md:flex h-screen shrink-0 flex-col gap-2 border-r border-border bg-background-subtle","transition-[width] duration-[var(--duration-base)] ease-[var(--ease-out)]",f?"w-14":"w-60",i),...u,children:[a&&e.jsx("div",{className:m("flex h-14 shrink-0 items-center overflow-hidden border-b border-border",f?"justify-center px-2":"px-3"),children:a}),e.jsx("div",{className:"flex-1 overflow-y-auto py-3",children:d}),o&&e.jsx("div",{className:"border-t border-border p-2",children:o}),e.jsxs("button",{type:"button",onClick:()=>b(!f),"aria-label":f?"Expand sidebar":"Collapse sidebar","aria-expanded":!f,className:m("flex h-8 items-center gap-2 mx-2 mb-2 rounded-md px-2 text-foreground-subtle","hover:bg-background-muted hover:text-foreground outline-none","focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background","transition-colors duration-[var(--duration-fast)]"),children:[f?e.jsx(p.ChevronsRight,{className:"size-4","aria-hidden":!0}):e.jsx(p.ChevronsLeft,{className:"size-4","aria-hidden":!0}),!f&&e.jsx("span",{className:"text-xs font-medium",children:"Collapse"})]})]})})});Vn.displayName="Sidebar";function yt({label:t,className:n,children:r,...s}){const{collapsed:a}=l.useContext(Pt);return e.jsxs("div",{className:m("mb-3",n),...s,children:[t&&!a&&e.jsx("div",{className:"px-4 pb-1 pt-2 text-xs font-medium text-foreground-subtle uppercase tracking-wide",children:t}),e.jsx("ul",{className:"flex flex-col gap-px",children:r})]})}yt.displayName="SidebarSection";function De({icon:t,active:n,href:r,trailing:s,sub:a,className:o,children:i,...d}){const{collapsed:u}=l.useContext(Pt),c=r?"a":"button";return e.jsx("li",{children:e.jsxs(c,{href:r,"aria-current":n?"page":void 0,className:m("mx-2 flex h-8 items-center gap-2 rounded-md px-2 text-sm outline-none","transition-colors duration-[var(--duration-fast)]","focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background",n?"bg-background-muted text-foreground font-medium":"text-foreground-muted hover:bg-background-muted hover:text-foreground",a&&!u&&"ml-6",u&&"justify-center",o),...d,children:[t&&e.jsx("span",{className:"flex shrink-0 items-center [&_svg]:size-4",children:t}),!u&&e.jsx("span",{className:"flex-1 truncate text-left",children:i}),!u&&s&&e.jsx("span",{className:"ml-auto",children:s})]})})}De.displayName="SidebarItem";function Ts({icon:t,label:n,defaultOpen:r=!0,children:s}){const{collapsed:a}=l.useContext(Pt),[o,i]=l.useState(r);return a?e.jsx(e.Fragment,{children:s}):e.jsxs("li",{children:[e.jsxs("button",{type:"button",onClick:()=>i(d=>!d),"aria-expanded":o,className:m("mx-2 flex h-8 w-[calc(100%-1rem)] items-center gap-2 rounded-md px-2 text-sm text-foreground-muted outline-none","transition-colors duration-[var(--duration-fast)]","hover:bg-background-muted hover:text-foreground","focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background"),children:[t&&e.jsx("span",{className:"flex shrink-0 items-center [&_svg]:size-4",children:t}),e.jsx("span",{className:"flex-1 text-left",children:n}),e.jsx(p.ChevronDown,{className:m("size-3.5 transition-transform",o&&"rotate-180"),"aria-hidden":!0})]}),o&&e.jsx("ul",{className:"flex flex-col gap-px",children:s})]})}Ts.displayName="SidebarGroup";const Ds=l.forwardRef(function({className:n,label:r,showValue:s,formatValue:a=c=>String(c),value:o,defaultValue:i,...d},u){const c=o??i??[0],g=c.length>1;return e.jsxs("div",{className:m("flex flex-col gap-2",n),children:[(r||s)&&e.jsxs("div",{className:"flex items-center justify-between",children:[r&&e.jsx("span",{className:"text-sm font-medium text-foreground",children:r}),s&&e.jsx("span",{className:"text-xs tabular text-foreground-muted font-mono",children:g?`${a(c[0])} – ${a(c[1])}`:a(c[0])})]}),e.jsxs(Ft.Root,{ref:u,value:o,defaultValue:i,className:"relative flex w-full touch-none select-none items-center",...d,children:[e.jsx(Ft.Track,{className:"relative h-1 w-full grow overflow-hidden rounded-full bg-background-muted",children:e.jsx(Ft.Range,{className:"absolute h-full bg-accent"})}),c.map((x,f)=>e.jsx(Ft.Thumb,{className:m("block size-4 rounded-full border-2 border-accent bg-card shadow-sm","outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background","transition-transform duration-[var(--duration-fast)] ease-[var(--ease-out)]","hover:scale-110 disabled:pointer-events-none disabled:opacity-50"),"aria-label":g?f===0?"Minimum":"Maximum":r?String(r):"Value"},f))]})]})});Ds.displayName="Slider";const Eo={sm:"size-3.5",md:"size-4",lg:"size-6"},Ao={accent:"text-accent",neutral:"text-foreground-subtle","on-accent":"text-on-accent"},Rs=l.forwardRef(function({className:n,tone:r="accent",size:s="md",label:a,decorative:o,...i},d){return e.jsxs("svg",{ref:d,viewBox:"0 0 24 24",role:o?void 0:"status","aria-label":o?void 0:a??"Loading","aria-hidden":o||void 0,className:m("animate-spin",Eo[s],Ao[r],n),...i,children:[e.jsx("circle",{cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"2.5",strokeOpacity:.2,fill:"none"}),e.jsx("path",{d:"M12 2a10 10 0 0 1 10 10",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",fill:"none"})]})});Rs.displayName="Spinner";const Gn=l.forwardRef(function({steps:n,current:r,orientation:s="horizontal",className:a,...o},i){return e.jsx("ol",{ref:i,"aria-label":"Progress",className:m(s==="horizontal"?"flex w-full items-center":"flex flex-col gap-6",a),...o,children:n.map((d,u)=>{const c=u<r?"complete":u===r?"current":"upcoming",g=u===n.length-1;return e.jsxs("li",{"aria-current":c==="current"?"step":void 0,className:m(s==="horizontal"?"flex flex-1 items-center gap-3 last:flex-initial":"flex items-start gap-3"),children:[e.jsxs("div",{className:m(s==="horizontal"?"flex items-center gap-3":"flex flex-col items-center"),children:[e.jsx("span",{"aria-hidden":!0,className:m("inline-flex size-7 items-center justify-center rounded-full text-xs font-semibold transition-colors",c==="complete"&&"bg-accent text-on-accent",c==="current"&&"bg-card border-2 border-accent text-accent",c==="upcoming"&&"bg-background-muted text-foreground-subtle border border-border"),children:c==="complete"?e.jsx(p.Check,{className:"size-4"}):u+1}),s==="vertical"&&!g&&e.jsx("span",{className:m("mt-1 w-px flex-1 min-h-6",u<r?"bg-accent":"bg-border")})]}),e.jsxs("div",{className:m("flex flex-col",s==="horizontal"&&"min-w-0"),children:[e.jsx("span",{className:m("text-sm font-medium",c==="upcoming"?"text-foreground-subtle":"text-foreground"),children:d.title}),s==="vertical"&&d.description&&e.jsx("p",{className:"text-xs text-foreground-muted mt-0.5",children:d.description})]}),s==="horizontal"&&!g&&e.jsx("span",{"aria-hidden":!0,className:m("h-px flex-1 mx-2",u<r?"bg-accent":"bg-border")})]},u)})})});Gn.displayName="Stepper";const Lo={sm:"h-4 w-7",md:"h-5 w-9"},Oo={sm:"size-3 data-[state=checked]:translate-x-3",md:"size-4 data-[state=checked]:translate-x-4"},ot=l.forwardRef(function({className:n,label:r,description:s,labelPosition:a="after",size:o="md",hideLabel:i,id:d,disabled:u,...c},g){const x=l.useId(),f=d??x,b=s?`${f}-desc`:void 0,h=e.jsx(rr.Root,{ref:g,id:f,disabled:u,"aria-describedby":b,className:m("peer inline-flex shrink-0 items-center rounded-full border-2 border-transparent","transition-colors duration-[var(--duration-base)] ease-[var(--ease-out)]","outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background","disabled:cursor-not-allowed disabled:opacity-50","data-[state=checked]:bg-accent data-[state=unchecked]:bg-neutral-300 dark:data-[state=unchecked]:bg-neutral-700",Lo[o]),...c,children:e.jsx(rr.Thumb,{className:m("pointer-events-none block rounded-full bg-white shadow-sm","transition-transform duration-[var(--duration-base)] ease-[var(--ease-out)]","translate-x-0",Oo[o])})}),v=r&&e.jsxs("div",{className:m("flex flex-col gap-0.5 select-none",i&&"sr-only"),children:[e.jsx("label",{htmlFor:f,className:m("text-sm text-foreground",u&&"opacity-50 cursor-not-allowed"),children:r}),s&&e.jsx("p",{id:b,className:"text-xs text-foreground-subtle",children:s})]});return e.jsxs("div",{className:m("inline-flex items-center gap-2.5",n),children:[a==="before"&&v,h,a==="after"&&v]})});ot.displayName="Switch";const Ms=qt.Root,Fo=ke.cva("inline-flex items-center",{variants:{variant:{underline:"gap-4 border-b border-border w-full",pills:"gap-1 rounded-lg bg-background-muted p-1"},size:{sm:"h-9 text-xs",md:"h-10 text-sm",lg:"h-11 text-sm"}},defaultVariants:{variant:"underline",size:"md"}}),qn=l.forwardRef(function({className:n,variant:r="underline",size:s,...a},o){return e.jsx(qt.List,{ref:o,"data-variant":r,className:m(Fo({variant:r,size:s}),n),...a})});qn.displayName="TabsList";const it=l.forwardRef(function({className:n,...r},s){return e.jsx(qt.Trigger,{ref:s,className:m("inline-flex items-center gap-2 whitespace-nowrap font-medium","outline-none transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out)]","focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background","disabled:pointer-events-none disabled:opacity-50","[[data-variant=underline]_&]:relative [[data-variant=underline]_&]:h-full","[[data-variant=underline]_&]:px-1 [[data-variant=underline]_&]:text-foreground-muted","[[data-variant=underline]_&]:hover:text-foreground","[[data-variant=underline]_&]:data-[state=active]:text-foreground","[[data-variant=underline]_&]:data-[state=active]:after:absolute","[[data-variant=underline]_&]:data-[state=active]:after:inset-x-0","[[data-variant=underline]_&]:data-[state=active]:after:-bottom-px","[[data-variant=underline]_&]:data-[state=active]:after:h-0.5","[[data-variant=underline]_&]:data-[state=active]:after:bg-accent","[[data-variant=pills]_&]:h-full [[data-variant=pills]_&]:rounded-md [[data-variant=pills]_&]:px-3","[[data-variant=pills]_&]:text-foreground-muted","[[data-variant=pills]_&]:hover:text-foreground","[[data-variant=pills]_&]:data-[state=active]:bg-card","[[data-variant=pills]_&]:data-[state=active]:text-foreground","[[data-variant=pills]_&]:data-[state=active]:shadow-xs",n),...r})});it.displayName="TabsTrigger";const lt=l.forwardRef(function({className:n,...r},s){return e.jsx(qt.Content,{ref:s,className:m("mt-4 outline-none","focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background",n),...r})});lt.displayName="TabsContent";const Is=l.forwardRef(function({className:n,label:r,helperText:s,error:a,autoResize:o,minRows:i=3,maxRows:d=12,hideLabel:u,id:c,onChange:g,value:x,defaultValue:f,...b},h){const v=l.useId(),w=c??v,j=`${w}-helper`,N=`${w}-error`,S=l.useRef(null),y=D=>{S.current=D,typeof h=="function"?h(D):h&&(h.current=D)},k=l.useCallback(()=>{const D=S.current;if(!D||!o)return;D.style.height="auto";const T=(parseFloat(getComputedStyle(D).lineHeight)||20)*d;D.style.height=`${Math.min(D.scrollHeight,T)}px`,D.style.overflowY=D.scrollHeight>T?"auto":"hidden"},[o,d]);return l.useEffect(()=>{o&&k()},[o,k,x,f]),e.jsxs("div",{className:m("flex flex-col gap-1.5",n),children:[r&&e.jsx("label",{htmlFor:w,className:m("text-sm font-medium text-foreground",u&&"sr-only"),children:r}),e.jsx("textarea",{ref:y,id:w,rows:i,value:x,defaultValue:f,onChange:D=>{g==null||g(D),o&&k()},"aria-invalid":!!a||void 0,"aria-describedby":a?N:s?j:void 0,className:m("rounded-md border bg-card px-3 py-2 text-sm text-foreground","placeholder:text-foreground-subtle","transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out)]","outline-none","focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2","focus-visible:ring-offset-background","disabled:opacity-50 disabled:cursor-not-allowed",a?"border-danger focus-visible:border-danger focus-visible:ring-danger":"border-border focus-visible:border-accent",o?"resize-none":"resize-y min-h-20"),...b}),a?e.jsx("p",{id:N,role:"alert",className:"text-xs text-danger-text",children:a}):s?e.jsx("p",{id:j,className:"text-xs text-foreground-subtle",children:s}):null]})});Is.displayName="Textarea";const _o=st.Provider,Ps=l.forwardRef(function({className:n,...r},s){return e.jsx(st.Viewport,{ref:s,className:m("fixed bottom-0 right-0 z-[var(--z-toast)] flex max-h-screen w-full flex-col-reverse gap-2 p-6","sm:bottom-auto sm:top-4 sm:right-4 sm:max-w-sm sm:flex-col",n),...r})});Ps.displayName="ToastViewport";const Bo=ke.cva(["group pointer-events-auto relative flex w-full items-start gap-3","overflow-hidden rounded-lg border p-4 pr-8 shadow-md","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=closed]:fade-out-80 data-[state=open]:slide-in-from-right-full","data-[state=closed]:slide-out-to-right-full","data-[swipe=move]:translate-x-[var(--radix-toast-swipe-move-x)]","data-[swipe=cancel]:translate-x-0 data-[swipe=cancel]:transition-transform","data-[swipe=end]:translate-x-[var(--radix-toast-swipe-end-x)]"],{variants:{variant:{default:"border-border bg-card text-card-foreground",success:"border-success-border-soft bg-success-soft text-success-text",warning:"border-warning-border-soft bg-warning-soft text-warning-text",danger:"border-danger-border-soft bg-danger-soft text-danger-text",info:"border-info-border-soft bg-info-soft text-info-text"}},defaultVariants:{variant:"default"}}),$o={default:null,success:e.jsx(p.CheckCircle2,{className:"size-5 text-success-text shrink-0 mt-0.5","aria-hidden":!0}),warning:e.jsx(p.AlertTriangle,{className:"size-5 text-warning-text shrink-0 mt-0.5","aria-hidden":!0}),danger:e.jsx(p.XCircle,{className:"size-5 text-danger-text shrink-0 mt-0.5","aria-hidden":!0}),info:e.jsx(p.Info,{className:"size-5 text-info-text shrink-0 mt-0.5","aria-hidden":!0})},zs=l.forwardRef(function({className:n,variant:r="default",children:s,...a},o){return e.jsxs(st.Root,{ref:o,className:m(Bo({variant:r}),n),...a,children:[$o[r??"default"],e.jsx("div",{className:"flex-1 space-y-1",children:s})]})});zs.displayName="Toast";const Es=l.forwardRef(function({className:n,...r},s){return e.jsx(st.Title,{ref:s,className:m("text-sm font-medium",n),...r})});Es.displayName="ToastTitle";const As=l.forwardRef(function({className:n,...r},s){return e.jsx(st.Description,{ref:s,className:m("text-sm opacity-90",n),...r})});As.displayName="ToastDescription";const Ls=l.forwardRef(function({className:n,...r},s){return e.jsx(st.Action,{ref:s,className:m("inline-flex h-8 shrink-0 items-center justify-center rounded-md border border-current bg-transparent px-3 text-sm font-medium","transition-colors hover:bg-current/10 outline-none","focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-card",n),...r})});Ls.displayName="ToastAction";const Os=l.forwardRef(function({className:n,...r},s){return e.jsx(st.Close,{ref:s,"aria-label":"Close",className:m("absolute right-2 top-2 inline-flex size-7 items-center justify-center rounded-md text-foreground-subtle","opacity-0 transition-opacity group-hover:opacity-100 hover:text-foreground","outline-none focus-visible:opacity-100 focus-visible:ring-2 focus-visible:ring-ring",n),"toast-close":"",...r,children:e.jsx(p.X,{className:"size-4","aria-hidden":!0})})});Os.displayName="ToastClose";const Ho=({delayDuration:t=500,skipDelayDuration:n=200,...r})=>e.jsx(St.Provider,{delayDuration:t,skipDelayDuration:n,...r}),Fs=St.Root,_s=St.Trigger,Wn=l.forwardRef(function({className:n,sideOffset:r=4,...s},a){return e.jsx(St.Portal,{children:e.jsx(St.Content,{ref:a,sideOffset:r,className:m("z-[var(--z-tooltip)] overflow-hidden rounded-md px-2 py-1 text-xs font-medium","bg-neutral-900 text-neutral-50","dark:bg-neutral-50 dark:text-neutral-900","shadow-sm max-w-xs","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0","data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95",n),...s})})});Wn.displayName="TooltipContent";function Bs({children:t,label:n,side:r="top",align:s="center",disabled:a,delayDuration:o}){return a?e.jsx(e.Fragment,{children:t}):e.jsxs(Fs,{delayDuration:o,children:[e.jsx(_s,{asChild:!0,children:t}),e.jsx(Wn,{side:r,align:s,children:n})]})}Bs.displayName="Tooltip";const $s=l.forwardRef(function({logo:n,nav:r,search:s,actions:a,className:o,...i},d){return e.jsxs("header",{ref:d,className:m("sticky top-0 z-[var(--z-sticky)] flex h-14 w-full items-center gap-4","border-b border-border bg-background/80 px-4 backdrop-blur","supports-[backdrop-filter]:bg-background/60",o),...i,children:[e.jsxs("div",{className:"flex items-center gap-6 shrink-0",children:[n,r&&e.jsx("nav",{className:"hidden md:flex items-center gap-1",children:r})]}),s&&e.jsx("div",{className:"flex-1 max-w-md mx-auto",children:s}),a&&e.jsx("div",{className:"ml-auto flex items-center gap-2 shrink-0",children:a})]})});$s.displayName="TopNav";const Hs=l.forwardRef(function({href:n,active:r,className:s,children:a,...o},i){return e.jsx("a",{ref:i,href:n,"aria-current":r?"page":void 0,className:m("inline-flex h-9 items-center rounded-md px-3 text-sm font-medium outline-none","transition-colors duration-[var(--duration-fast)]",r?"text-foreground":"text-foreground-muted hover:text-foreground","focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background",s),...o,children:a})});Hs.displayName="TopNavLink";function Uo(t){return Object.prototype.toString.call(t)==="[object Object]"}function ar(t){return Uo(t)||Array.isArray(t)}function Vo(){return!!(typeof window<"u"&&window.document&&window.document.createElement)}function Xn(t,n){const r=Object.keys(t),s=Object.keys(n);if(r.length!==s.length)return!1;const a=JSON.stringify(Object.keys(t.breakpoints||{})),o=JSON.stringify(Object.keys(n.breakpoints||{}));return a!==o?!1:r.every(i=>{const d=t[i],u=n[i];return typeof d=="function"?`${d}`==`${u}`:!ar(d)||!ar(u)?d===u:Xn(d,u)})}function or(t){return t.concat().sort((n,r)=>n.name>r.name?1:-1).map(n=>n.options)}function Go(t,n){if(t.length!==n.length)return!1;const r=or(t),s=or(n);return r.every((a,o)=>{const i=s[o];return Xn(a,i)})}function Kn(t){return typeof t=="number"}function vn(t){return typeof t=="string"}function sn(t){return typeof t=="boolean"}function ir(t){return Object.prototype.toString.call(t)==="[object Object]"}function Q(t){return Math.abs(t)}function Yn(t){return Math.sign(t)}function Nt(t,n){return Q(t-n)}function qo(t,n){if(t===0||n===0||Q(t)<=Q(n))return 0;const r=Nt(Q(t),Q(n));return Q(r/t)}function Wo(t){return Math.round(t*100)/100}function kt(t){return Tt(t).map(Number)}function Pe(t){return t[zt(t)]}function zt(t){return Math.max(0,t.length-1)}function Qn(t,n){return n===zt(t)}function lr(t,n=0){return Array.from(Array(t),(r,s)=>n+s)}function Tt(t){return Object.keys(t)}function Us(t,n){return[t,n].reduce((r,s)=>(Tt(s).forEach(a=>{const o=r[a],i=s[a],d=ir(o)&&ir(i);r[a]=d?Us(o,i):i}),r),{})}function jn(t,n){return typeof n.MouseEvent<"u"&&t instanceof n.MouseEvent}function Xo(t,n){const r={start:s,center:a,end:o};function s(){return 0}function a(u){return o(u)/2}function o(u){return n-u}function i(u,c){return vn(t)?r[t](u):t(n,u,c)}return{measure:i}}function Dt(){let t=[];function n(a,o,i,d={passive:!0}){let u;if("addEventListener"in a)a.addEventListener(o,i,d),u=()=>a.removeEventListener(o,i,d);else{const c=a;c.addListener(i),u=()=>c.removeListener(i)}return t.push(u),s}function r(){t=t.filter(a=>a())}const s={add:n,clear:r};return s}function Ko(t,n,r,s){const a=Dt(),o=1e3/60;let i=null,d=0,u=0;function c(){a.add(t,"visibilitychange",()=>{t.hidden&&h()})}function g(){b(),a.clear()}function x(w){if(!u)return;i||(i=w,r(),r());const j=w-i;for(i=w,d+=j;d>=o;)r(),d-=o;const N=d/o;s(N),u&&(u=n.requestAnimationFrame(x))}function f(){u||(u=n.requestAnimationFrame(x))}function b(){n.cancelAnimationFrame(u),i=null,d=0,u=0}function h(){i=null,d=0}return{init:c,destroy:g,start:f,stop:b,update:r,render:s}}function Yo(t,n){const r=n==="rtl",s=t==="y",a=s?"y":"x",o=s?"x":"y",i=!s&&r?-1:1,d=g(),u=x();function c(h){const{height:v,width:w}=h;return s?v:w}function g(){return s?"top":r?"right":"left"}function x(){return s?"bottom":r?"left":"right"}function f(h){return h*i}return{scroll:a,cross:o,startEdge:d,endEdge:u,measureSize:c,direction:f}}function rt(t=0,n=0){const r=Q(t-n);function s(c){return c<t}function a(c){return c>n}function o(c){return s(c)||a(c)}function i(c){return o(c)?s(c)?t:n:c}function d(c){return r?c-r*Math.ceil((c-n)/r):c}return{length:r,max:n,min:t,constrain:i,reachedAny:o,reachedMax:a,reachedMin:s,removeOffset:d}}function Vs(t,n,r){const{constrain:s}=rt(0,t),a=t+1;let o=i(n);function i(f){return r?Q((a+f)%a):s(f)}function d(){return o}function u(f){return o=i(f),x}function c(f){return g().set(d()+f)}function g(){return Vs(t,d(),r)}const x={get:d,set:u,add:c,clone:g};return x}function Qo(t,n,r,s,a,o,i,d,u,c,g,x,f,b,h,v,w,j,N){const{cross:S,direction:y}=t,k=["INPUT","SELECT","TEXTAREA"],D={passive:!1},C=Dt(),T=Dt(),R=rt(50,225).constrain(b.measure(20)),L={mouse:300,touch:400},E={mouse:500,touch:600},F=h?43:25;let M=!1,P=0,_=0,W=!1,O=!1,K=!1,ee=!1;function Me(z){if(!N)return;function V(oe){(sn(N)||N(z,oe))&&Fe(oe)}const I=n;C.add(I,"dragstart",oe=>oe.preventDefault(),D).add(I,"touchmove",()=>{},D).add(I,"touchend",()=>{}).add(I,"touchstart",V).add(I,"mousedown",V).add(I,"touchcancel",J).add(I,"contextmenu",J).add(I,"click",we,!0)}function Te(){C.clear(),T.clear()}function Le(){const z=ee?r:n;T.add(z,"touchmove",ne,D).add(z,"touchend",J).add(z,"mousemove",ne,D).add(z,"mouseup",J)}function je(z){const V=z.nodeName||"";return k.includes(V)}function ge(){return(h?E:L)[ee?"mouse":"touch"]}function Oe(z,V){const I=x.add(Yn(z)*-1),oe=g.byDistance(z,!h).distance;return h||Q(z)<R?oe:w&&V?oe*.5:g.byIndex(I.get(),0).distance}function Fe(z){const V=jn(z,s);ee=V,K=h&&V&&!z.buttons&&M,M=Nt(a.get(),i.get())>=2,!(V&&z.button!==0)&&(je(z.target)||(W=!0,o.pointerDown(z),c.useFriction(0).useDuration(0),a.set(i),Le(),P=o.readPoint(z),_=o.readPoint(z,S),f.emit("pointerDown")))}function ne(z){if(!jn(z,s)&&z.touches.length>=2)return J(z);const I=o.readPoint(z),oe=o.readPoint(z,S),ye=Nt(I,P),Ne=Nt(oe,_);if(!O&&!ee&&(!z.cancelable||(O=ye>Ne,!O)))return J(z);const _e=o.pointerMove(z);ye>v&&(K=!0),c.useFriction(.3).useDuration(.75),d.start(),a.add(y(_e)),z.preventDefault()}function J(z){const I=g.byDistance(0,!1).index!==x.get(),oe=o.pointerUp(z)*ge(),ye=Oe(y(oe),I),Ne=qo(oe,ye),_e=F-10*Ne,ze=j+Ne/50;O=!1,W=!1,T.clear(),c.useDuration(_e).useFriction(ze),u.distance(ye,!h),ee=!1,f.emit("pointerUp")}function we(z){K&&(z.stopPropagation(),z.preventDefault(),K=!1)}function le(){return W}return{init:Me,destroy:Te,pointerDown:le}}function Jo(t,n){let s,a;function o(x){return x.timeStamp}function i(x,f){const h=`client${(f||t.scroll)==="x"?"X":"Y"}`;return(jn(x,n)?x:x.touches[0])[h]}function d(x){return s=x,a=x,i(x)}function u(x){const f=i(x)-i(a),b=o(x)-o(s)>170;return a=x,b&&(s=x),f}function c(x){if(!s||!a)return 0;const f=i(a)-i(s),b=o(x)-o(s),h=o(x)-o(a)>170,v=f/b;return b&&!h&&Q(v)>.1?v:0}return{pointerDown:d,pointerMove:u,pointerUp:c,readPoint:i}}function Zo(){function t(r){const{offsetTop:s,offsetLeft:a,offsetWidth:o,offsetHeight:i}=r;return{top:s,right:a+o,bottom:s+i,left:a,width:o,height:i}}return{measure:t}}function ei(t){function n(s){return t*(s/100)}return{measure:n}}function ti(t,n,r,s,a,o,i){const d=[t].concat(s);let u,c,g=[],x=!1;function f(w){return a.measureSize(i.measure(w))}function b(w){if(!o)return;c=f(t),g=s.map(f);function j(N){for(const S of N){if(x)return;const y=S.target===t,k=s.indexOf(S.target),D=y?c:g[k],C=f(y?t:s[k]);if(Q(C-D)>=.5){w.reInit(),n.emit("resize");break}}}u=new ResizeObserver(N=>{(sn(o)||o(w,N))&&j(N)}),r.requestAnimationFrame(()=>{d.forEach(N=>u.observe(N))})}function h(){x=!0,u&&u.disconnect()}return{init:b,destroy:h}}function ni(t,n,r,s,a,o){let i=0,d=0,u=a,c=o,g=t.get(),x=0;function f(){const D=s.get()-t.get(),C=!u;let T=0;return C?(i=0,r.set(s),t.set(s),T=D):(r.set(t),i+=D/u,i*=c,g+=i,t.add(i),T=g-x),d=Yn(T),x=g,k}function b(){const D=s.get()-n.get();return Q(D)<.001}function h(){return u}function v(){return d}function w(){return i}function j(){return S(a)}function N(){return y(o)}function S(D){return u=D,k}function y(D){return c=D,k}const k={direction:v,duration:h,velocity:w,seek:f,settled:b,useBaseFriction:N,useBaseDuration:j,useFriction:y,useDuration:S};return k}function ri(t,n,r,s,a){const o=a.measure(10),i=a.measure(50),d=rt(.1,.99);let u=!1;function c(){return!(u||!t.reachedAny(r.get())||!t.reachedAny(n.get()))}function g(b){if(!c())return;const h=t.reachedMin(n.get())?"min":"max",v=Q(t[h]-n.get()),w=r.get()-n.get(),j=d.constrain(v/i);r.subtract(w*j),!b&&Q(w)<o&&(r.set(t.constrain(r.get())),s.useDuration(25).useBaseFriction())}function x(b){u=!b}return{shouldConstrain:c,constrain:g,toggleActive:x}}function si(t,n,r,s,a){const o=rt(-n+t,0),i=x(),d=g(),u=f();function c(h,v){return Nt(h,v)<=1}function g(){const h=i[0],v=Pe(i),w=i.lastIndexOf(h),j=i.indexOf(v)+1;return rt(w,j)}function x(){return r.map((h,v)=>{const{min:w,max:j}=o,N=o.constrain(h),S=!v,y=Qn(r,v);return S?j:y||c(w,N)?w:c(j,N)?j:N}).map(h=>parseFloat(h.toFixed(3)))}function f(){if(n<=t+a)return[o.max];if(s==="keepSnaps")return i;const{min:h,max:v}=d;return i.slice(h,v)}return{snapsContained:u,scrollContainLimit:d}}function ai(t,n,r){const s=n[0],a=r?s-t:Pe(n);return{limit:rt(a,s)}}function oi(t,n,r,s){const o=n.min+.1,i=n.max+.1,{reachedMin:d,reachedMax:u}=rt(o,i);function c(f){return f===1?u(r.get()):f===-1?d(r.get()):!1}function g(f){if(!c(f))return;const b=t*(f*-1);s.forEach(h=>h.add(b))}return{loop:g}}function ii(t){const{max:n,length:r}=t;function s(o){const i=o-n;return r?i/-r:0}return{get:s}}function li(t,n,r,s,a){const{startEdge:o,endEdge:i}=t,{groupSlides:d}=a,u=x().map(n.measure),c=f(),g=b();function x(){return d(s).map(v=>Pe(v)[i]-v[0][o]).map(Q)}function f(){return s.map(v=>r[o]-v[o]).map(v=>-Q(v))}function b(){return d(c).map(v=>v[0]).map((v,w)=>v+u[w])}return{snaps:c,snapsAligned:g}}function ci(t,n,r,s,a,o){const{groupSlides:i}=a,{min:d,max:u}=s,c=g();function g(){const f=i(o),b=!t||n==="keepSnaps";return r.length===1?[o]:b?f:f.slice(d,u).map((h,v,w)=>{const j=!v,N=Qn(w,v);if(j){const S=Pe(w[0])+1;return lr(S)}if(N){const S=zt(o)-Pe(w)[0]+1;return lr(S,Pe(w)[0])}return h})}return{slideRegistry:c}}function di(t,n,r,s,a){const{reachedAny:o,removeOffset:i,constrain:d}=s;function u(h){return h.concat().sort((v,w)=>Q(v)-Q(w))[0]}function c(h){const v=t?i(h):d(h),w=n.map((N,S)=>({diff:g(N-v,0),index:S})).sort((N,S)=>Q(N.diff)-Q(S.diff)),{index:j}=w[0];return{index:j,distance:v}}function g(h,v){const w=[h,h+r,h-r];if(!t)return h;if(!v)return u(w);const j=w.filter(N=>Yn(N)===v);return j.length?u(j):Pe(w)-r}function x(h,v){const w=n[h]-a.get(),j=g(w,v);return{index:h,distance:j}}function f(h,v){const w=a.get()+h,{index:j,distance:N}=c(w),S=!t&&o(w);if(!v||S)return{index:j,distance:h};const y=n[j]-N,k=h+g(y,0);return{index:j,distance:k}}return{byDistance:f,byIndex:x,shortcut:g}}function ui(t,n,r,s,a,o,i){function d(x){const f=x.distance,b=x.index!==n.get();o.add(f),f&&(s.duration()?t.start():(t.update(),t.render(1),t.update())),b&&(r.set(n.get()),n.set(x.index),i.emit("select"))}function u(x,f){const b=a.byDistance(x,f);d(b)}function c(x,f){const b=n.clone().set(x),h=a.byIndex(b.get(),f);d(h)}return{distance:u,index:c}}function fi(t,n,r,s,a,o,i,d){const u={passive:!0,capture:!0};let c=0;function g(b){if(!d)return;function h(v){if(new Date().getTime()-c>10)return;i.emit("slideFocusStart"),t.scrollLeft=0;const N=r.findIndex(S=>S.includes(v));Kn(N)&&(a.useDuration(0),s.index(N,0),i.emit("slideFocus"))}o.add(document,"keydown",x,!1),n.forEach((v,w)=>{o.add(v,"focus",j=>{(sn(d)||d(b,j))&&h(w)},u)})}function x(b){b.code==="Tab"&&(c=new Date().getTime())}return{init:g}}function bt(t){let n=t;function r(){return n}function s(u){n=i(u)}function a(u){n+=i(u)}function o(u){n-=i(u)}function i(u){return Kn(u)?u:u.get()}return{get:r,set:s,add:a,subtract:o}}function Gs(t,n){const r=t.scroll==="x"?i:d,s=n.style;let a=null,o=!1;function i(f){return`translate3d(${f}px,0px,0px)`}function d(f){return`translate3d(0px,${f}px,0px)`}function u(f){if(o)return;const b=Wo(t.direction(f));b!==a&&(s.transform=r(b),a=b)}function c(f){o=!f}function g(){o||(s.transform="",n.getAttribute("style")||n.removeAttribute("style"))}return{clear:g,to:u,toggleActive:c}}function mi(t,n,r,s,a,o,i,d,u){const g=kt(a),x=kt(a).reverse(),f=j().concat(N());function b(C,T){return C.reduce((R,L)=>R-a[L],T)}function h(C,T){return C.reduce((R,L)=>b(R,T)>0?R.concat([L]):R,[])}function v(C){return o.map((T,R)=>({start:T-s[R]+.5+C,end:T+n-.5+C}))}function w(C,T,R){const L=v(T);return C.map(E=>{const F=R?0:-r,M=R?r:0,P=R?"end":"start",_=L[E][P];return{index:E,loopPoint:_,slideLocation:bt(-1),translate:Gs(t,u[E]),target:()=>d.get()>_?F:M}})}function j(){const C=i[0],T=h(x,C);return w(T,r,!1)}function N(){const C=n-i[0]-1,T=h(g,C);return w(T,-r,!0)}function S(){return f.every(({index:C})=>{const T=g.filter(R=>R!==C);return b(T,n)<=.1})}function y(){f.forEach(C=>{const{target:T,translate:R,slideLocation:L}=C,E=T();E!==L.get()&&(R.to(E),L.set(E))})}function k(){f.forEach(C=>C.translate.clear())}return{canLoop:S,clear:k,loop:y,loopPoints:f}}function xi(t,n,r){let s,a=!1;function o(u){if(!r)return;function c(g){for(const x of g)if(x.type==="childList"){u.reInit(),n.emit("slidesChanged");break}}s=new MutationObserver(g=>{a||(sn(r)||r(u,g))&&c(g)}),s.observe(t,{childList:!0})}function i(){s&&s.disconnect(),a=!0}return{init:o,destroy:i}}function gi(t,n,r,s){const a={};let o=null,i=null,d,u=!1;function c(){d=new IntersectionObserver(h=>{u||(h.forEach(v=>{const w=n.indexOf(v.target);a[w]=v}),o=null,i=null,r.emit("slidesInView"))},{root:t.parentElement,threshold:s}),n.forEach(h=>d.observe(h))}function g(){d&&d.disconnect(),u=!0}function x(h){return Tt(a).reduce((v,w)=>{const j=parseInt(w),{isIntersecting:N}=a[j];return(h&&N||!h&&!N)&&v.push(j),v},[])}function f(h=!0){if(h&&o)return o;if(!h&&i)return i;const v=x(h);return h&&(o=v),h||(i=v),v}return{init:c,destroy:g,get:f}}function pi(t,n,r,s,a,o){const{measureSize:i,startEdge:d,endEdge:u}=t,c=r[0]&&a,g=h(),x=v(),f=r.map(i),b=w();function h(){if(!c)return 0;const N=r[0];return Q(n[d]-N[d])}function v(){if(!c)return 0;const N=o.getComputedStyle(Pe(s));return parseFloat(N.getPropertyValue(`margin-${u}`))}function w(){return r.map((N,S,y)=>{const k=!S,D=Qn(y,S);return k?f[S]+g:D?f[S]+x:y[S+1][d]-N[d]}).map(Q)}return{slideSizes:f,slideSizesWithGaps:b,startGap:g,endGap:x}}function hi(t,n,r,s,a,o,i,d,u){const{startEdge:c,endEdge:g,direction:x}=t,f=Kn(r);function b(j,N){return kt(j).filter(S=>S%N===0).map(S=>j.slice(S,S+N))}function h(j){return j.length?kt(j).reduce((N,S,y)=>{const k=Pe(N)||0,D=k===0,C=S===zt(j),T=a[c]-o[k][c],R=a[c]-o[S][g],L=!s&&D?x(i):0,E=!s&&C?x(d):0,F=Q(R-E-(T+L));return y&&F>n+u&&N.push(S),C&&N.push(j.length),N},[]).map((N,S,y)=>{const k=Math.max(y[S-1]||0);return j.slice(k,N)}):[]}function v(j){return f?b(j,r):h(j)}return{groupSlides:v}}function bi(t,n,r,s,a,o,i){const{align:d,axis:u,direction:c,startIndex:g,loop:x,duration:f,dragFree:b,dragThreshold:h,inViewThreshold:v,slidesToScroll:w,skipSnaps:j,containScroll:N,watchResize:S,watchSlides:y,watchDrag:k,watchFocus:D}=o,C=2,T=Zo(),R=T.measure(n),L=r.map(T.measure),E=Yo(u,c),F=E.measureSize(R),M=ei(F),P=Xo(d,F),_=!x&&!!N,W=x||!!N,{slideSizes:O,slideSizesWithGaps:K,startGap:ee,endGap:Me}=pi(E,R,L,r,W,a),Te=hi(E,F,w,x,R,L,ee,Me,C),{snaps:Le,snapsAligned:je}=li(E,P,R,L,Te),ge=-Pe(Le)+Pe(K),{snapsContained:Oe,scrollContainLimit:Fe}=si(F,ge,je,N,C),ne=_?Oe:je,{limit:J}=ai(ge,ne,x),we=Vs(zt(ne),g,x),le=we.clone(),U=kt(r),z=({dragHandler:$e,scrollBody:gt,scrollBounds:He,options:{loop:Ke}})=>{Ke||He.constrain($e.pointerDown()),gt.seek()},V=({scrollBody:$e,translate:gt,location:He,offsetLocation:Ke,previousLocation:ln,scrollLooper:cn,slideLooper:dn,dragHandler:un,animation:fn,eventHandler:A,scrollBounds:$,options:{loop:G}},B)=>{const X=$e.settled(),ce=!$.shouldConstrain(),ie=G?X:X&&ce,Ie=ie&&!un.pointerDown();Ie&&fn.stop();const Ce=He.get()*B+ln.get()*(1-B);Ke.set(Ce),G&&(cn.loop($e.direction()),dn.loop()),gt.to(Ke.get()),Ie&&A.emit("settle"),ie||A.emit("scroll")},I=Ko(s,a,()=>z(xt),$e=>V(xt,$e)),oe=.68,ye=ne[we.get()],Ne=bt(ye),_e=bt(ye),ze=bt(ye),pe=bt(ye),Ve=ni(Ne,ze,_e,pe,f,oe),ft=di(x,ne,ge,J,pe),Be=ui(I,we,le,Ve,ft,pe,i),At=ii(J),mt=Dt(),on=gi(n,r,i,v),{slideRegistry:Lt}=ci(_,N,ne,Fe,Te,U),at=fi(t,r,Lt,Be,Ve,mt,i,D),xt={ownerDocument:s,ownerWindow:a,eventHandler:i,containerRect:R,slideRects:L,animation:I,axis:E,dragHandler:Qo(E,t,s,a,pe,Jo(E,a),Ne,I,Be,Ve,ft,we,i,M,b,h,j,oe,k),eventStore:mt,percentOfView:M,index:we,indexPrevious:le,limit:J,location:Ne,offsetLocation:ze,previousLocation:_e,options:o,resizeHandler:ti(n,i,a,r,E,S,T),scrollBody:Ve,scrollBounds:ri(J,ze,pe,Ve,M),scrollLooper:oi(ge,J,ze,[Ne,ze,_e,pe]),scrollProgress:At,scrollSnapList:ne.map(At.get),scrollSnaps:ne,scrollTarget:ft,scrollTo:Be,slideLooper:mi(E,F,ge,O,K,Le,ne,ze,r),slideFocus:at,slidesHandler:xi(n,i,y),slidesInView:on,slideIndexes:U,slideRegistry:Lt,slidesToScroll:Te,target:pe,translate:Gs(E,n)};return xt}function vi(){let t={},n;function r(c){n=c}function s(c){return t[c]||[]}function a(c){return s(c).forEach(g=>g(n,c)),u}function o(c,g){return t[c]=s(c).concat([g]),u}function i(c,g){return t[c]=s(c).filter(x=>x!==g),u}function d(){t={}}const u={init:r,emit:a,off:i,on:o,clear:d};return u}const ji={align:"center",axis:"x",container:null,slides:null,containScroll:"trimSnaps",direction:"ltr",slidesToScroll:1,inViewThreshold:0,breakpoints:{},dragFree:!1,dragThreshold:10,loop:!1,skipSnaps:!1,duration:25,startIndex:0,active:!0,watchDrag:!0,watchResize:!0,watchSlides:!0,watchFocus:!0};function wi(t){function n(o,i){return Us(o,i||{})}function r(o){const i=o.breakpoints||{},d=Tt(i).filter(u=>t.matchMedia(u).matches).map(u=>i[u]).reduce((u,c)=>n(u,c),{});return n(o,d)}function s(o){return o.map(i=>Tt(i.breakpoints||{})).reduce((i,d)=>i.concat(d),[]).map(t.matchMedia)}return{mergeOptions:n,optionsAtMedia:r,optionsMediaQueries:s}}function yi(t){let n=[];function r(o,i){return n=i.filter(({options:d})=>t.optionsAtMedia(d).active!==!1),n.forEach(d=>d.init(o,t)),i.reduce((d,u)=>Object.assign(d,{[u.name]:u}),{})}function s(){n=n.filter(o=>o.destroy())}return{init:r,destroy:s}}function Gt(t,n,r){const s=t.ownerDocument,a=s.defaultView,o=wi(a),i=yi(o),d=Dt(),u=vi(),{mergeOptions:c,optionsAtMedia:g,optionsMediaQueries:x}=o,{on:f,off:b,emit:h}=u,v=E;let w=!1,j,N=c(ji,Gt.globalOptions),S=c(N),y=[],k,D,C;function T(){const{container:U,slides:z}=S;D=(vn(U)?t.querySelector(U):U)||t.children[0];const I=vn(z)?D.querySelectorAll(z):z;C=[].slice.call(I||D.children)}function R(U){const z=bi(t,D,C,s,a,U,u);if(U.loop&&!z.slideLooper.canLoop()){const V=Object.assign({},U,{loop:!1});return R(V)}return z}function L(U,z){w||(N=c(N,U),S=g(N),y=z||y,T(),j=R(S),x([N,...y.map(({options:V})=>V)]).forEach(V=>d.add(V,"change",E)),S.active&&(j.translate.to(j.location.get()),j.animation.init(),j.slidesInView.init(),j.slideFocus.init(le),j.eventHandler.init(le),j.resizeHandler.init(le),j.slidesHandler.init(le),j.options.loop&&j.slideLooper.loop(),D.offsetParent&&C.length&&j.dragHandler.init(le),k=i.init(le,y)))}function E(U,z){const V=Te();F(),L(c({startIndex:V},U),z),u.emit("reInit")}function F(){j.dragHandler.destroy(),j.eventStore.clear(),j.translate.clear(),j.slideLooper.clear(),j.resizeHandler.destroy(),j.slidesHandler.destroy(),j.slidesInView.destroy(),j.animation.destroy(),i.destroy(),d.clear()}function M(){w||(w=!0,d.clear(),F(),u.emit("destroy"),u.clear())}function P(U,z,V){!S.active||w||(j.scrollBody.useBaseFriction().useDuration(z===!0?0:S.duration),j.scrollTo.index(U,V||0))}function _(U){const z=j.index.add(1).get();P(z,U,-1)}function W(U){const z=j.index.add(-1).get();P(z,U,1)}function O(){return j.index.add(1).get()!==Te()}function K(){return j.index.add(-1).get()!==Te()}function ee(){return j.scrollSnapList}function Me(){return j.scrollProgress.get(j.offsetLocation.get())}function Te(){return j.index.get()}function Le(){return j.indexPrevious.get()}function je(){return j.slidesInView.get()}function ge(){return j.slidesInView.get(!1)}function Oe(){return k}function Fe(){return j}function ne(){return t}function J(){return D}function we(){return C}const le={canScrollNext:O,canScrollPrev:K,containerNode:J,internalEngine:Fe,destroy:M,off:b,on:f,emit:h,plugins:Oe,previousScrollSnap:Le,reInit:v,rootNode:ne,scrollNext:_,scrollPrev:W,scrollProgress:Me,scrollSnapList:ee,scrollTo:P,selectedScrollSnap:Te,slideNodes:we,slidesInView:je,slidesNotInView:ge};return L(n,r),setTimeout(()=>u.emit("init"),0),le}Gt.globalOptions=void 0;function Jn(t={},n=[]){const r=l.useRef(t),s=l.useRef(n),[a,o]=l.useState(),[i,d]=l.useState(),u=l.useCallback(()=>{a&&a.reInit(r.current,s.current)},[a]);return l.useEffect(()=>{Xn(r.current,t)||(r.current=t,u())},[t,u]),l.useEffect(()=>{Go(s.current,n)||(s.current=n,u())},[n,u]),l.useEffect(()=>{if(Vo()&&i){Gt.globalOptions=Jn.globalOptions;const c=Gt(i,r.current,s.current);return o(c),()=>c.destroy()}else o(void 0)},[i,o]),[d,a]}Jn.globalOptions=void 0;const qs=l.createContext(null);function an(){const t=l.useContext(qs);if(!t)throw new Error("Carousel components must be used inside <Carousel>");return t}const Ni=l.forwardRef(function({opts:n,orientation:r="horizontal",setApi:s,className:a,children:o,...i},d){const[u,c]=Jn({...n,axis:r==="horizontal"?"x":"y"}),[g,x]=l.useState(!1),[f,b]=l.useState(!1),h=l.useCallback(v=>{v&&(x(v.canScrollPrev()),b(v.canScrollNext()))},[]);return l.useEffect(()=>{if(c)return s==null||s(c),h(c),c.on("reInit",h).on("select",h),()=>{c.off("reInit",h).off("select",h)}},[c,h,s]),e.jsx(qs.Provider,{value:{carouselRef:u,api:c,canPrev:g,canNext:f,scrollPrev:()=>c==null?void 0:c.scrollPrev(),scrollNext:()=>c==null?void 0:c.scrollNext(),orientation:r},children:e.jsx("div",{ref:d,className:m("relative",a),role:"region","aria-roledescription":"carousel",...i,children:o})})}),Ci=l.forwardRef(function({className:n,...r},s){const{carouselRef:a,orientation:o}=an();return e.jsx("div",{ref:a,className:"overflow-hidden",children:e.jsx("div",{ref:s,className:m("flex",o==="horizontal"?"-ml-4":"-mt-4 flex-col",n),...r})})}),Si=l.forwardRef(function({className:n,...r},s){const{orientation:a}=an();return e.jsx("div",{ref:s,role:"group","aria-roledescription":"slide",className:m("min-w-0 shrink-0 grow-0 basis-full",a==="horizontal"?"pl-4":"pt-4",n),...r})});function ki({className:t}){const{canPrev:n,scrollPrev:r,orientation:s}=an();return e.jsx(ut,{"aria-label":"Previous",variant:"outline",disabled:!n,onClick:r,icon:e.jsx(p.ChevronLeft,{}),className:m("absolute z-10",s==="horizontal"?"-left-12 top-1/2 -translate-y-1/2":"-top-12 left-1/2 -translate-x-1/2 rotate-90",t)})}function Ti({className:t}){const{canNext:n,scrollNext:r,orientation:s}=an();return e.jsx(ut,{"aria-label":"Next",variant:"outline",disabled:!n,onClick:r,icon:e.jsx(p.ChevronRight,{}),className:m("absolute z-10",s==="horizontal"?"-right-12 top-1/2 -translate-y-1/2":"-bottom-12 left-1/2 -translate-x-1/2 rotate-90",t)})}function Ws(t,n,r,s=8){const a=t.map(f=>f.y),o=Math.min(0,...a),i=Math.max(...a,1),d=i-o||1,u=n-s*2,c=r-s*2;return{sx:f=>t.length<=1?s+u/2:s+f/(t.length-1)*u,sy:f=>s+c-(f-o)/d*c,min:o,max:i}}function Di({data:t,height:n=80,width:r="100%",caption:s,className:a}){const o=typeof r=="number"?r:320,{sx:i,sy:d}=Ws(t,o,n),u=t.map((c,g)=>`${g===0?"M":"L"}${i(g).toFixed(1)},${d(c.y).toFixed(1)}`).join(" ");return e.jsxs("figure",{className:m("flex flex-col gap-1.5",a),children:[s&&e.jsx("figcaption",{className:"text-xs text-foreground-muted",children:s}),e.jsxs("svg",{viewBox:`0 0 ${o} ${n}`,width:r,height:n,role:"img",children:[e.jsx("path",{d:u,fill:"none",stroke:"var(--color-accent)",strokeWidth:1.75,strokeLinecap:"round",strokeLinejoin:"round"}),t.map((c,g)=>e.jsx("circle",{cx:i(g),cy:d(c.y),r:2,fill:"var(--color-accent)"},g))]})]})}function Ri({data:t,height:n=80,width:r="100%",caption:s,className:a}){const o=typeof r=="number"?r:320,{sx:i,sy:d}=Ws(t,o,n),u=t.map((g,x)=>`${x===0?"M":"L"}${i(x).toFixed(1)},${d(g.y).toFixed(1)}`).join(" "),c=`${u} L${i(t.length-1).toFixed(1)},${n} L${i(0).toFixed(1)},${n} Z`;return e.jsxs("figure",{className:m("flex flex-col gap-1.5",a),children:[s&&e.jsx("figcaption",{className:"text-xs text-foreground-muted",children:s}),e.jsxs("svg",{viewBox:`0 0 ${o} ${n}`,width:r,height:n,role:"img",children:[e.jsx("path",{d:c,fill:"var(--color-accent-soft)"}),e.jsx("path",{d:u,fill:"none",stroke:"var(--color-accent)",strokeWidth:1.5})]})]})}function Mi({data:t,height:n=100,width:r="100%",caption:s,className:a}){const o=typeof r=="number"?r:320,i=8,d=2,u=o-i*2,c=Math.max(2,u/t.length-d),g=t.map(f=>f.y),x=Math.max(...g,1);return e.jsxs("figure",{className:m("flex flex-col gap-1.5",a),children:[s&&e.jsx("figcaption",{className:"text-xs text-foreground-muted",children:s}),e.jsx("svg",{viewBox:`0 0 ${o} ${n}`,width:r,height:n,role:"img",children:t.map((f,b)=>{const h=f.y/x*(n-i*2);return e.jsx("rect",{x:i+b*(c+d),y:n-i-h,width:c,height:h,fill:"var(--color-accent)",rx:1.5,children:e.jsx("title",{children:`${f.x}: ${f.y}`})},b)})})]})}function Ii(t){if(typeof document>"u")return;let n=document.head||document.getElementsByTagName("head")[0],r=document.createElement("style");r.type="text/css",n.appendChild(r),r.styleSheet?r.styleSheet.cssText=t:r.appendChild(document.createTextNode(t))}const Xs=l.createContext({drawerRef:{current:null},overlayRef:{current:null},onPress:()=>{},onRelease:()=>{},onDrag:()=>{},onNestedDrag:()=>{},onNestedOpenChange:()=>{},onNestedRelease:()=>{},openProp:void 0,dismissible:!1,isOpen:!1,isDragging:!1,keyboardIsOpen:{current:!1},snapPointsOffset:null,snapPoints:null,handleOnly:!1,modal:!1,shouldFade:!1,activeSnapPoint:null,onOpenChange:()=>{},setActiveSnapPoint:()=>{},closeDrawer:()=>{},direction:"bottom",shouldAnimate:{current:!0},shouldScaleBackground:!1,setBackgroundColorOnScale:!0,noBodyStyles:!1,container:null,autoFocus:!1}),Et=()=>{const t=l.useContext(Xs);if(!t)throw new Error("useDrawerContext must be used within a Drawer.Root");return t};Ii(`[data-vaul-drawer]{touch-action:none;will-change:transform;transition:transform .5s cubic-bezier(.32, .72, 0, 1);animation-duration:.5s;animation-timing-function:cubic-bezier(0.32,0.72,0,1)}[data-vaul-drawer][data-vaul-snap-points=false][data-vaul-drawer-direction=bottom][data-state=open]{animation-name:slideFromBottom}[data-vaul-drawer][data-vaul-snap-points=false][data-vaul-drawer-direction=bottom][data-state=closed]{animation-name:slideToBottom}[data-vaul-drawer][data-vaul-snap-points=false][data-vaul-drawer-direction=top][data-state=open]{animation-name:slideFromTop}[data-vaul-drawer][data-vaul-snap-points=false][data-vaul-drawer-direction=top][data-state=closed]{animation-name:slideToTop}[data-vaul-drawer][data-vaul-snap-points=false][data-vaul-drawer-direction=left][data-state=open]{animation-name:slideFromLeft}[data-vaul-drawer][data-vaul-snap-points=false][data-vaul-drawer-direction=left][data-state=closed]{animation-name:slideToLeft}[data-vaul-drawer][data-vaul-snap-points=false][data-vaul-drawer-direction=right][data-state=open]{animation-name:slideFromRight}[data-vaul-drawer][data-vaul-snap-points=false][data-vaul-drawer-direction=right][data-state=closed]{animation-name:slideToRight}[data-vaul-drawer][data-vaul-snap-points=true][data-vaul-drawer-direction=bottom]{transform:translate3d(0,var(--initial-transform,100%),0)}[data-vaul-drawer][data-vaul-snap-points=true][data-vaul-drawer-direction=top]{transform:translate3d(0,calc(var(--initial-transform,100%) * -1),0)}[data-vaul-drawer][data-vaul-snap-points=true][data-vaul-drawer-direction=left]{transform:translate3d(calc(var(--initial-transform,100%) * -1),0,0)}[data-vaul-drawer][data-vaul-snap-points=true][data-vaul-drawer-direction=right]{transform:translate3d(var(--initial-transform,100%),0,0)}[data-vaul-drawer][data-vaul-delayed-snap-points=true][data-vaul-drawer-direction=top]{transform:translate3d(0,var(--snap-point-height,0),0)}[data-vaul-drawer][data-vaul-delayed-snap-points=true][data-vaul-drawer-direction=bottom]{transform:translate3d(0,var(--snap-point-height,0),0)}[data-vaul-drawer][data-vaul-delayed-snap-points=true][data-vaul-drawer-direction=left]{transform:translate3d(var(--snap-point-height,0),0,0)}[data-vaul-drawer][data-vaul-delayed-snap-points=true][data-vaul-drawer-direction=right]{transform:translate3d(var(--snap-point-height,0),0,0)}[data-vaul-overlay][data-vaul-snap-points=false]{animation-duration:.5s;animation-timing-function:cubic-bezier(0.32,0.72,0,1)}[data-vaul-overlay][data-vaul-snap-points=false][data-state=open]{animation-name:fadeIn}[data-vaul-overlay][data-state=closed]{animation-name:fadeOut}[data-vaul-animate=false]{animation:none!important}[data-vaul-overlay][data-vaul-snap-points=true]{opacity:0;transition:opacity .5s cubic-bezier(.32, .72, 0, 1)}[data-vaul-overlay][data-vaul-snap-points=true]{opacity:1}[data-vaul-drawer]:not([data-vaul-custom-container=true])::after{content:'';position:absolute;background:inherit;background-color:inherit}[data-vaul-drawer][data-vaul-drawer-direction=top]::after{top:initial;bottom:100%;left:0;right:0;height:200%}[data-vaul-drawer][data-vaul-drawer-direction=bottom]::after{top:100%;bottom:initial;left:0;right:0;height:200%}[data-vaul-drawer][data-vaul-drawer-direction=left]::after{left:initial;right:100%;top:0;bottom:0;width:200%}[data-vaul-drawer][data-vaul-drawer-direction=right]::after{left:100%;right:initial;top:0;bottom:0;width:200%}[data-vaul-overlay][data-vaul-snap-points=true]:not([data-vaul-snap-points-overlay=true]):not(
8
- [data-state=closed]
9
- ){opacity:0}[data-vaul-overlay][data-vaul-snap-points-overlay=true]{opacity:1}[data-vaul-handle]{display:block;position:relative;opacity:.7;background:#e2e2e4;margin-left:auto;margin-right:auto;height:5px;width:32px;border-radius:1rem;touch-action:pan-y}[data-vaul-handle]:active,[data-vaul-handle]:hover{opacity:1}[data-vaul-handle-hitarea]{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max(100%,2.75rem);height:max(100%,2.75rem);touch-action:inherit}@media (hover:hover) and (pointer:fine){[data-vaul-drawer]{user-select:none}}@media (pointer:fine){[data-vaul-handle-hitarea]:{width:100%;height:100%}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{to{opacity:0}}@keyframes slideFromBottom{from{transform:translate3d(0,var(--initial-transform,100%),0)}to{transform:translate3d(0,0,0)}}@keyframes slideToBottom{to{transform:translate3d(0,var(--initial-transform,100%),0)}}@keyframes slideFromTop{from{transform:translate3d(0,calc(var(--initial-transform,100%) * -1),0)}to{transform:translate3d(0,0,0)}}@keyframes slideToTop{to{transform:translate3d(0,calc(var(--initial-transform,100%) * -1),0)}}@keyframes slideFromLeft{from{transform:translate3d(calc(var(--initial-transform,100%) * -1),0,0)}to{transform:translate3d(0,0,0)}}@keyframes slideToLeft{to{transform:translate3d(calc(var(--initial-transform,100%) * -1),0,0)}}@keyframes slideFromRight{from{transform:translate3d(var(--initial-transform,100%),0,0)}to{transform:translate3d(0,0,0)}}@keyframes slideToRight{to{transform:translate3d(var(--initial-transform,100%),0,0)}}`);function Pi(){const t=navigator.userAgent;return typeof window<"u"&&(/Firefox/.test(t)&&/Mobile/.test(t)||/FxiOS/.test(t))}function zi(){return Zn(/^Mac/)}function Ei(){return Zn(/^iPhone/)}function cr(){return/^((?!chrome|android).)*safari/i.test(navigator.userAgent)}function Ai(){return Zn(/^iPad/)||zi()&&navigator.maxTouchPoints>1}function Ks(){return Ei()||Ai()}function Zn(t){return typeof window<"u"&&window.navigator!=null?t.test(window.navigator.platform):void 0}const Li=24,Oi=typeof window<"u"?l.useLayoutEffect:l.useEffect;function dr(...t){return(...n)=>{for(let r of t)typeof r=="function"&&r(...n)}}const xn=typeof document<"u"&&window.visualViewport;function ur(t){let n=window.getComputedStyle(t);return/(auto|scroll)/.test(n.overflow+n.overflowX+n.overflowY)}function Ys(t){for(ur(t)&&(t=t.parentElement);t&&!ur(t);)t=t.parentElement;return t||document.scrollingElement||document.documentElement}const Fi=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);let Bt=0,gn;function _i(t={}){let{isDisabled:n}=t;Oi(()=>{if(!n)return Bt++,Bt===1&&Ks()&&(gn=Bi()),()=>{Bt--,Bt===0&&(gn==null||gn())}},[n])}function Bi(){let t,n=0,r=x=>{t=Ys(x.target),!(t===document.documentElement&&t===document.body)&&(n=x.changedTouches[0].pageY)},s=x=>{if(!t||t===document.documentElement||t===document.body){x.preventDefault();return}let f=x.changedTouches[0].pageY,b=t.scrollTop,h=t.scrollHeight-t.clientHeight;h!==0&&((b<=0&&f>n||b>=h&&f<n)&&x.preventDefault(),n=f)},a=x=>{let f=x.target;wn(f)&&f!==document.activeElement&&(x.preventDefault(),f.style.transform="translateY(-2000px)",f.focus(),requestAnimationFrame(()=>{f.style.transform=""}))},o=x=>{let f=x.target;wn(f)&&(f.style.transform="translateY(-2000px)",requestAnimationFrame(()=>{f.style.transform="",xn&&(xn.height<window.innerHeight?requestAnimationFrame(()=>{fr(f)}):xn.addEventListener("resize",()=>fr(f),{once:!0}))}))},i=()=>{window.scrollTo(0,0)},d=window.pageXOffset,u=window.pageYOffset,c=dr($i(document.documentElement,"paddingRight",`${window.innerWidth-document.documentElement.clientWidth}px`));window.scrollTo(0,0);let g=dr(pt(document,"touchstart",r,{passive:!1,capture:!0}),pt(document,"touchmove",s,{passive:!1,capture:!0}),pt(document,"touchend",a,{passive:!1,capture:!0}),pt(document,"focus",o,!0),pt(window,"scroll",i));return()=>{c(),g(),window.scrollTo(d,u)}}function $i(t,n,r){let s=t.style[n];return t.style[n]=r,()=>{t.style[n]=s}}function pt(t,n,r,s){return t.addEventListener(n,r,s),()=>{t.removeEventListener(n,r,s)}}function fr(t){let n=document.scrollingElement||document.documentElement;for(;t&&t!==n;){let r=Ys(t);if(r!==document.documentElement&&r!==document.body&&r!==t){let s=r.getBoundingClientRect().top,a=t.getBoundingClientRect().top,o=t.getBoundingClientRect().bottom;const i=r.getBoundingClientRect().bottom+Li;o>i&&(r.scrollTop+=a-s)}t=r.parentElement}}function wn(t){return t instanceof HTMLInputElement&&!Fi.has(t.type)||t instanceof HTMLTextAreaElement||t instanceof HTMLElement&&t.isContentEditable}function Hi(t,n){typeof t=="function"?t(n):t!=null&&(t.current=n)}function Ui(...t){return n=>t.forEach(r=>Hi(r,n))}function Qs(...t){return Ia.useCallback(Ui(...t),t)}const Js=new WeakMap;function re(t,n,r=!1){if(!t||!(t instanceof HTMLElement))return;let s={};Object.entries(n).forEach(([a,o])=>{if(a.startsWith("--")){t.style.setProperty(a,o);return}s[a]=t.style[a],t.style[a]=o}),!r&&Js.set(t,s)}function Vi(t,n){if(!t||!(t instanceof HTMLElement))return;let r=Js.get(t);r&&(t.style[n]=r[n])}const te=t=>{switch(t){case"top":case"bottom":return!0;case"left":case"right":return!1;default:return t}};function $t(t,n){if(!t)return null;const r=window.getComputedStyle(t),s=r.transform||r.webkitTransform||r.mozTransform;let a=s.match(/^matrix3d\((.+)\)$/);return a?parseFloat(a[1].split(", ")[te(n)?13:12]):(a=s.match(/^matrix\((.+)\)$/),a?parseFloat(a[1].split(", ")[te(n)?5:4]):null)}function Gi(t){return 8*(Math.log(t+1)-2)}function pn(t,n){if(!t)return()=>{};const r=t.style.cssText;return Object.assign(t.style,n),()=>{t.style.cssText=r}}function qi(...t){return(...n)=>{for(const r of t)typeof r=="function"&&r(...n)}}const Y={DURATION:.5,EASE:[.32,.72,0,1]},Zs=.4,Wi=.25,Xi=100,ea=8,Qe=16,yn=26,hn="vaul-dragging";function ta(t){const n=l.useRef(t);return l.useEffect(()=>{n.current=t}),l.useMemo(()=>(...r)=>n.current==null?void 0:n.current.call(n,...r),[])}function Ki({defaultProp:t,onChange:n}){const r=l.useState(t),[s]=r,a=l.useRef(s),o=ta(n);return l.useEffect(()=>{a.current!==s&&(o(s),a.current=s)},[s,a,o]),r}function na({prop:t,defaultProp:n,onChange:r=()=>{}}){const[s,a]=Ki({defaultProp:n,onChange:r}),o=t!==void 0,i=o?t:s,d=ta(r),u=l.useCallback(c=>{if(o){const x=typeof c=="function"?c(t):c;x!==t&&d(x)}else a(c)},[o,t,a,d]);return[i,u]}function Yi({activeSnapPointProp:t,setActiveSnapPointProp:n,snapPoints:r,drawerRef:s,overlayRef:a,fadeFromIndex:o,onSnapPointChange:i,direction:d="bottom",container:u,snapToSequentialPoint:c}){const[g,x]=na({prop:t,defaultProp:r==null?void 0:r[0],onChange:n}),[f,b]=l.useState(typeof window<"u"?{innerWidth:window.innerWidth,innerHeight:window.innerHeight}:void 0);l.useEffect(()=>{function C(){b({innerWidth:window.innerWidth,innerHeight:window.innerHeight})}return window.addEventListener("resize",C),()=>window.removeEventListener("resize",C)},[]);const h=l.useMemo(()=>g===(r==null?void 0:r[r.length-1])||null,[r,g]),v=l.useMemo(()=>{var C;return(C=r==null?void 0:r.findIndex(T=>T===g))!=null?C:null},[r,g]),w=r&&r.length>0&&(o||o===0)&&!Number.isNaN(o)&&r[o]===g||!r,j=l.useMemo(()=>{const C=u?{width:u.getBoundingClientRect().width,height:u.getBoundingClientRect().height}:typeof window<"u"?{width:window.innerWidth,height:window.innerHeight}:{width:0,height:0};var T;return(T=r==null?void 0:r.map(R=>{const L=typeof R=="string";let E=0;if(L&&(E=parseInt(R,10)),te(d)){const M=L?E:f?R*C.height:0;return f?d==="bottom"?C.height-M:-C.height+M:M}const F=L?E:f?R*C.width:0;return f?d==="right"?C.width-F:-C.width+F:F}))!=null?T:[]},[r,f,u]),N=l.useMemo(()=>v!==null?j==null?void 0:j[v]:null,[j,v]),S=l.useCallback(C=>{var T;const R=(T=j==null?void 0:j.findIndex(L=>L===C))!=null?T:null;i(R),re(s.current,{transition:`transform ${Y.DURATION}s cubic-bezier(${Y.EASE.join(",")})`,transform:te(d)?`translate3d(0, ${C}px, 0)`:`translate3d(${C}px, 0, 0)`}),j&&R!==j.length-1&&o!==void 0&&R!==o&&R<o?re(a.current,{transition:`opacity ${Y.DURATION}s cubic-bezier(${Y.EASE.join(",")})`,opacity:"0"}):re(a.current,{transition:`opacity ${Y.DURATION}s cubic-bezier(${Y.EASE.join(",")})`,opacity:"1"}),x(r==null?void 0:r[Math.max(R,0)])},[s.current,r,j,o,a,x]);l.useEffect(()=>{if(g||t){var C;const T=(C=r==null?void 0:r.findIndex(R=>R===t||R===g))!=null?C:-1;j&&T!==-1&&typeof j[T]=="number"&&S(j[T])}},[g,t,r,j,S]);function y({draggedDistance:C,closeDrawer:T,velocity:R,dismissible:L}){if(o===void 0)return;const E=d==="bottom"||d==="right"?(N??0)-C:(N??0)+C,F=v===o-1,M=v===0,P=C>0;if(F&&re(a.current,{transition:`opacity ${Y.DURATION}s cubic-bezier(${Y.EASE.join(",")})`}),!c&&R>2&&!P){L?T():S(j[0]);return}if(!c&&R>2&&P&&j&&r){S(j[r.length-1]);return}const _=j==null?void 0:j.reduce((O,K)=>typeof O!="number"||typeof K!="number"?O:Math.abs(K-E)<Math.abs(O-E)?K:O),W=te(d)?window.innerHeight:window.innerWidth;if(R>Zs&&Math.abs(C)<W*.4){const O=P?1:-1;if(O>0&&h&&r){S(j[r.length-1]);return}if(M&&O<0&&L&&T(),v===null)return;S(j[v+O]);return}S(_)}function k({draggedDistance:C}){if(N===null)return;const T=d==="bottom"||d==="right"?N-C:N+C;(d==="bottom"||d==="right")&&T<j[j.length-1]||(d==="top"||d==="left")&&T>j[j.length-1]||re(s.current,{transform:te(d)?`translate3d(0, ${T}px, 0)`:`translate3d(${T}px, 0, 0)`})}function D(C,T){if(!r||typeof v!="number"||!j||o===void 0)return null;const R=v===o-1;if(v>=o&&T)return 0;if(R&&!T)return 1;if(!w&&!R)return null;const E=R?v+1:v-1,F=R?j[E]-j[E-1]:j[E+1]-j[E],M=C/Math.abs(F);return R?1-M:M}return{isLastSnapPoint:h,activeSnapPoint:g,shouldFade:w,getPercentageDragged:D,setActiveSnapPoint:x,activeSnapPointIndex:v,onRelease:y,onDrag:k,snapPointsOffset:j}}const Qi=()=>()=>{};function Ji(){const{direction:t,isOpen:n,shouldScaleBackground:r,setBackgroundColorOnScale:s,noBodyStyles:a}=Et(),o=l.useRef(null),i=l.useMemo(()=>document.body.style.backgroundColor,[]);function d(){return(window.innerWidth-yn)/window.innerWidth}l.useEffect(()=>{if(n&&r){o.current&&clearTimeout(o.current);const u=document.querySelector("[data-vaul-drawer-wrapper]")||document.querySelector("[vaul-drawer-wrapper]");if(!u)return;qi(s&&!a?pn(document.body,{background:"black"}):Qi,pn(u,{transformOrigin:te(t)?"top":"left",transitionProperty:"transform, border-radius",transitionDuration:`${Y.DURATION}s`,transitionTimingFunction:`cubic-bezier(${Y.EASE.join(",")})`}));const c=pn(u,{borderRadius:`${ea}px`,overflow:"hidden",...te(t)?{transform:`scale(${d()}) translate3d(0, calc(env(safe-area-inset-top) + 14px), 0)`}:{transform:`scale(${d()}) translate3d(calc(env(safe-area-inset-top) + 14px), 0, 0)`}});return()=>{c(),o.current=window.setTimeout(()=>{i?document.body.style.background=i:document.body.style.removeProperty("background")},Y.DURATION*1e3)}}},[n,r,i])}let ht=null;function Zi({isOpen:t,modal:n,nested:r,hasBeenOpened:s,preventScrollRestoration:a,noBodyStyles:o}){const[i,d]=l.useState(()=>typeof window<"u"?window.location.href:""),u=l.useRef(0),c=l.useCallback(()=>{if(cr()&&ht===null&&t&&!o){ht={position:document.body.style.position,top:document.body.style.top,left:document.body.style.left,height:document.body.style.height,right:"unset"};const{scrollX:x,innerHeight:f}=window;document.body.style.setProperty("position","fixed","important"),Object.assign(document.body.style,{top:`${-u.current}px`,left:`${-x}px`,right:"0px",height:"auto"}),window.setTimeout(()=>window.requestAnimationFrame(()=>{const b=f-window.innerHeight;b&&u.current>=f&&(document.body.style.top=`${-(u.current+b)}px`)}),300)}},[t]),g=l.useCallback(()=>{if(cr()&&ht!==null&&!o){const x=-parseInt(document.body.style.top,10),f=-parseInt(document.body.style.left,10);Object.assign(document.body.style,ht),window.requestAnimationFrame(()=>{if(a&&i!==window.location.href){d(window.location.href);return}window.scrollTo(f,x)}),ht=null}},[i]);return l.useEffect(()=>{function x(){u.current=window.scrollY}return x(),window.addEventListener("scroll",x),()=>{window.removeEventListener("scroll",x)}},[]),l.useEffect(()=>{if(n)return()=>{typeof document>"u"||document.querySelector("[data-vaul-drawer]")||g()}},[n,g]),l.useEffect(()=>{r||!s||(t?(!window.matchMedia("(display-mode: standalone)").matches&&c(),n||window.setTimeout(()=>{g()},500)):g())},[t,s,i,n,r,c,g]),{restorePositionSetting:g}}function el({open:t,onOpenChange:n,children:r,onDrag:s,onRelease:a,snapPoints:o,shouldScaleBackground:i=!1,setBackgroundColorOnScale:d=!0,closeThreshold:u=Wi,scrollLockTimeout:c=Xi,dismissible:g=!0,handleOnly:x=!1,fadeFromIndex:f=o&&o.length-1,activeSnapPoint:b,setActiveSnapPoint:h,fixed:v,modal:w=!0,onClose:j,nested:N,noBodyStyles:S=!1,direction:y="bottom",defaultOpen:k=!1,disablePreventScroll:D=!0,snapToSequentialPoint:C=!1,preventScrollRestoration:T=!1,repositionInputs:R=!0,onAnimationEnd:L,container:E,autoFocus:F=!1}){var M,P;const[_=!1,W]=na({defaultProp:k,prop:t,onChange:A=>{n==null||n(A),!A&&!N&&Lt(),setTimeout(()=>{L==null||L(A)},Y.DURATION*1e3),A&&!w&&typeof window<"u"&&window.requestAnimationFrame(()=>{document.body.style.pointerEvents="auto"}),A||(document.body.style.pointerEvents="auto")}}),[O,K]=l.useState(!1),[ee,Me]=l.useState(!1),[Te,Le]=l.useState(!1),je=l.useRef(null),ge=l.useRef(null),Oe=l.useRef(null),Fe=l.useRef(null),ne=l.useRef(null),J=l.useRef(!1),we=l.useRef(null),le=l.useRef(0),U=l.useRef(!1),z=l.useRef(!k),V=l.useRef(0),I=l.useRef(null),oe=l.useRef(((M=I.current)==null?void 0:M.getBoundingClientRect().height)||0),ye=l.useRef(((P=I.current)==null?void 0:P.getBoundingClientRect().width)||0),Ne=l.useRef(0),_e=l.useCallback(A=>{o&&A===Be.length-1&&(ge.current=new Date)},[]),{activeSnapPoint:ze,activeSnapPointIndex:pe,setActiveSnapPoint:Ve,onRelease:ft,snapPointsOffset:Be,onDrag:At,shouldFade:mt,getPercentageDragged:on}=Yi({snapPoints:o,activeSnapPointProp:b,setActiveSnapPointProp:h,drawerRef:I,fadeFromIndex:f,overlayRef:je,onSnapPointChange:_e,direction:y,container:E,snapToSequentialPoint:C});_i({isDisabled:!_||ee||!w||Te||!O||!R||!D});const{restorePositionSetting:Lt}=Zi({isOpen:_,modal:w,nested:N??!1,hasBeenOpened:O,preventScrollRestoration:T,noBodyStyles:S});function at(){return(window.innerWidth-yn)/window.innerWidth}function xt(A){var $,G;!g&&!o||I.current&&!I.current.contains(A.target)||(oe.current=(($=I.current)==null?void 0:$.getBoundingClientRect().height)||0,ye.current=((G=I.current)==null?void 0:G.getBoundingClientRect().width)||0,Me(!0),Oe.current=new Date,Ks()&&window.addEventListener("touchend",()=>J.current=!1,{once:!0}),A.target.setPointerCapture(A.pointerId),le.current=te(y)?A.pageY:A.pageX)}function $e(A,$){var G;let B=A;const X=(G=window.getSelection())==null?void 0:G.toString(),ce=I.current?$t(I.current,y):null,ie=new Date;if(B.tagName==="SELECT"||B.hasAttribute("data-vaul-no-drag")||B.closest("[data-vaul-no-drag]"))return!1;if(y==="right"||y==="left")return!0;if(ge.current&&ie.getTime()-ge.current.getTime()<500)return!1;if(ce!==null&&(y==="bottom"?ce>0:ce<0))return!0;if(X&&X.length>0)return!1;if(ne.current&&ie.getTime()-ne.current.getTime()<c&&ce===0||$)return ne.current=ie,!1;for(;B;){if(B.scrollHeight>B.clientHeight){if(B.scrollTop!==0)return ne.current=new Date,!1;if(B.getAttribute("role")==="dialog")return!0}B=B.parentNode}return!0}function gt(A){if(I.current&&ee){const $=y==="bottom"||y==="right"?1:-1,G=(le.current-(te(y)?A.pageY:A.pageX))*$,B=G>0,X=o&&!g&&!B;if(X&&pe===0)return;const ce=Math.abs(G),ie=document.querySelector("[data-vaul-drawer-wrapper]"),Ie=y==="bottom"||y==="top"?oe.current:ye.current;let Ce=ce/Ie;const Ye=on(ce,B);if(Ye!==null&&(Ce=Ye),X&&Ce>=1||!J.current&&!$e(A.target,B))return;if(I.current.classList.add(hn),J.current=!0,re(I.current,{transition:"none"}),re(je.current,{transition:"none"}),o&&At({draggedDistance:G}),B&&!o){const Ee=Gi(G),Ot=Math.min(Ee*-1,0)*$;re(I.current,{transform:te(y)?`translate3d(0, ${Ot}px, 0)`:`translate3d(${Ot}px, 0, 0)`});return}const Ge=1-Ce;if((mt||f&&pe===f-1)&&(s==null||s(A,Ce),re(je.current,{opacity:`${Ge}`,transition:"none"},!0)),ie&&je.current&&i){const Ee=Math.min(at()+Ce*(1-at()),1),Ot=8-Ce*8,er=Math.max(0,14-Ce*14);re(ie,{borderRadius:`${Ot}px`,transform:te(y)?`scale(${Ee}) translate3d(0, ${er}px, 0)`:`scale(${Ee}) translate3d(${er}px, 0, 0)`,transition:"none"},!0)}if(!o){const Ee=ce*$;re(I.current,{transform:te(y)?`translate3d(0, ${Ee}px, 0)`:`translate3d(${Ee}px, 0, 0)`})}}}l.useEffect(()=>{window.requestAnimationFrame(()=>{z.current=!0})},[]),l.useEffect(()=>{var A;function $(){if(!I.current||!R)return;const G=document.activeElement;if(wn(G)||U.current){var B;const X=((B=window.visualViewport)==null?void 0:B.height)||0,ce=window.innerHeight;let ie=ce-X;const Ie=I.current.getBoundingClientRect().height||0,Ce=Ie>ce*.8;Ne.current||(Ne.current=Ie);const Ye=I.current.getBoundingClientRect().top;if(Math.abs(V.current-ie)>60&&(U.current=!U.current),o&&o.length>0&&Be&&pe){const Ge=Be[pe]||0;ie+=Ge}if(V.current=ie,Ie>X||U.current){const Ge=I.current.getBoundingClientRect().height;let Ee=Ge;Ge>X&&(Ee=X-(Ce?Ye:yn)),v?I.current.style.height=`${Ge-Math.max(ie,0)}px`:I.current.style.height=`${Math.max(Ee,X-Ye)}px`}else Pi()||(I.current.style.height=`${Ne.current}px`);o&&o.length>0&&!U.current?I.current.style.bottom="0px":I.current.style.bottom=`${Math.max(ie,0)}px`}}return(A=window.visualViewport)==null||A.addEventListener("resize",$),()=>{var G;return(G=window.visualViewport)==null?void 0:G.removeEventListener("resize",$)}},[pe,o,Be]);function He(A){ln(),j==null||j(),A||W(!1),setTimeout(()=>{o&&Ve(o[0])},Y.DURATION*1e3)}function Ke(){if(!I.current)return;const A=document.querySelector("[data-vaul-drawer-wrapper]"),$=$t(I.current,y);re(I.current,{transform:"translate3d(0, 0, 0)",transition:`transform ${Y.DURATION}s cubic-bezier(${Y.EASE.join(",")})`}),re(je.current,{transition:`opacity ${Y.DURATION}s cubic-bezier(${Y.EASE.join(",")})`,opacity:"1"}),i&&$&&$>0&&_&&re(A,{borderRadius:`${ea}px`,overflow:"hidden",...te(y)?{transform:`scale(${at()}) translate3d(0, calc(env(safe-area-inset-top) + 14px), 0)`,transformOrigin:"top"}:{transform:`scale(${at()}) translate3d(calc(env(safe-area-inset-top) + 14px), 0, 0)`,transformOrigin:"left"},transitionProperty:"transform, border-radius",transitionDuration:`${Y.DURATION}s`,transitionTimingFunction:`cubic-bezier(${Y.EASE.join(",")})`},!0)}function ln(){!ee||!I.current||(I.current.classList.remove(hn),J.current=!1,Me(!1),Fe.current=new Date)}function cn(A){if(!ee||!I.current)return;I.current.classList.remove(hn),J.current=!1,Me(!1),Fe.current=new Date;const $=$t(I.current,y);if(!A||!$e(A.target,!1)||!$||Number.isNaN($)||Oe.current===null)return;const G=Fe.current.getTime()-Oe.current.getTime(),B=le.current-(te(y)?A.pageY:A.pageX),X=Math.abs(B)/G;if(X>.05&&(Le(!0),setTimeout(()=>{Le(!1)},200)),o){ft({draggedDistance:B*(y==="bottom"||y==="right"?1:-1),closeDrawer:He,velocity:X,dismissible:g}),a==null||a(A,!0);return}if(y==="bottom"||y==="right"?B>0:B<0){Ke(),a==null||a(A,!0);return}if(X>Zs){He(),a==null||a(A,!1);return}var ce;const ie=Math.min((ce=I.current.getBoundingClientRect().height)!=null?ce:0,window.innerHeight);var Ie;const Ce=Math.min((Ie=I.current.getBoundingClientRect().width)!=null?Ie:0,window.innerWidth),Ye=y==="left"||y==="right";if(Math.abs($)>=(Ye?Ce:ie)*u){He(),a==null||a(A,!1);return}a==null||a(A,!0),Ke()}l.useEffect(()=>(_&&(re(document.documentElement,{scrollBehavior:"auto"}),ge.current=new Date),()=>{Vi(document.documentElement,"scrollBehavior")}),[_]);function dn(A){const $=A?(window.innerWidth-Qe)/window.innerWidth:1,G=A?-Qe:0;we.current&&window.clearTimeout(we.current),re(I.current,{transition:`transform ${Y.DURATION}s cubic-bezier(${Y.EASE.join(",")})`,transform:te(y)?`scale(${$}) translate3d(0, ${G}px, 0)`:`scale(${$}) translate3d(${G}px, 0, 0)`}),!A&&I.current&&(we.current=setTimeout(()=>{const B=$t(I.current,y);re(I.current,{transition:"none",transform:te(y)?`translate3d(0, ${B}px, 0)`:`translate3d(${B}px, 0, 0)`})},500))}function un(A,$){if($<0)return;const G=(window.innerWidth-Qe)/window.innerWidth,B=G+$*(1-G),X=-Qe+$*Qe;re(I.current,{transform:te(y)?`scale(${B}) translate3d(0, ${X}px, 0)`:`scale(${B}) translate3d(${X}px, 0, 0)`,transition:"none"})}function fn(A,$){const G=te(y)?window.innerHeight:window.innerWidth,B=$?(G-Qe)/G:1,X=$?-Qe:0;$&&re(I.current,{transition:`transform ${Y.DURATION}s cubic-bezier(${Y.EASE.join(",")})`,transform:te(y)?`scale(${B}) translate3d(0, ${X}px, 0)`:`scale(${B}) translate3d(${X}px, 0, 0)`})}return l.useEffect(()=>{w||window.requestAnimationFrame(()=>{document.body.style.pointerEvents="auto"})},[w]),l.createElement(H.Root,{defaultOpen:k,onOpenChange:A=>{!g&&!A||(A?K(!0):He(!0),W(A))},open:_},l.createElement(Xs.Provider,{value:{activeSnapPoint:ze,snapPoints:o,setActiveSnapPoint:Ve,drawerRef:I,overlayRef:je,onOpenChange:n,onPress:xt,onRelease:cn,onDrag:gt,dismissible:g,shouldAnimate:z,handleOnly:x,isOpen:_,isDragging:ee,shouldFade:mt,closeDrawer:He,onNestedDrag:un,onNestedOpenChange:dn,onNestedRelease:fn,keyboardIsOpen:U,modal:w,snapPointsOffset:Be,activeSnapPointIndex:pe,direction:y,shouldScaleBackground:i,setBackgroundColorOnScale:d,noBodyStyles:S,container:E,autoFocus:F}},r))}const ra=l.forwardRef(function({...t},n){const{overlayRef:r,snapPoints:s,onRelease:a,shouldFade:o,isOpen:i,modal:d,shouldAnimate:u}=Et(),c=Qs(n,r),g=s&&s.length>0;if(!d)return null;const x=l.useCallback(f=>a(f),[a]);return l.createElement(H.Overlay,{onMouseUp:x,ref:c,"data-vaul-overlay":"","data-vaul-snap-points":i&&g?"true":"false","data-vaul-snap-points-overlay":i&&o?"true":"false","data-vaul-animate":u!=null&&u.current?"true":"false",...t})});ra.displayName="Drawer.Overlay";const sa=l.forwardRef(function({onPointerDownOutside:t,style:n,onOpenAutoFocus:r,...s},a){const{drawerRef:o,onPress:i,onRelease:d,onDrag:u,keyboardIsOpen:c,snapPointsOffset:g,activeSnapPointIndex:x,modal:f,isOpen:b,direction:h,snapPoints:v,container:w,handleOnly:j,shouldAnimate:N,autoFocus:S}=Et(),[y,k]=l.useState(!1),D=Qs(a,o),C=l.useRef(null),T=l.useRef(null),R=l.useRef(!1),L=v&&v.length>0;Ji();const E=(M,P,_=0)=>{if(R.current)return!0;const W=Math.abs(M.y),O=Math.abs(M.x),K=O>W,ee=["bottom","right"].includes(P)?1:-1;if(P==="left"||P==="right"){if(!(M.x*ee<0)&&O>=0&&O<=_)return K}else if(!(M.y*ee<0)&&W>=0&&W<=_)return!K;return R.current=!0,!0};l.useEffect(()=>{L&&window.requestAnimationFrame(()=>{k(!0)})},[]);function F(M){C.current=null,R.current=!1,d(M)}return l.createElement(H.Content,{"data-vaul-drawer-direction":h,"data-vaul-drawer":"","data-vaul-delayed-snap-points":y?"true":"false","data-vaul-snap-points":b&&L?"true":"false","data-vaul-custom-container":w?"true":"false","data-vaul-animate":N!=null&&N.current?"true":"false",...s,ref:D,style:g&&g.length>0?{"--snap-point-height":`${g[x??0]}px`,...n}:n,onPointerDown:M=>{j||(s.onPointerDown==null||s.onPointerDown.call(s,M),C.current={x:M.pageX,y:M.pageY},i(M))},onOpenAutoFocus:M=>{r==null||r(M),S||M.preventDefault()},onPointerDownOutside:M=>{if(t==null||t(M),!f||M.defaultPrevented){M.preventDefault();return}c.current&&(c.current=!1)},onFocusOutside:M=>{if(!f){M.preventDefault();return}},onPointerMove:M=>{if(T.current=M,j||(s.onPointerMove==null||s.onPointerMove.call(s,M),!C.current))return;const P=M.pageY-C.current.y,_=M.pageX-C.current.x,W=M.pointerType==="touch"?10:2;E({x:_,y:P},h,W)?u(M):(Math.abs(_)>W||Math.abs(P)>W)&&(C.current=null)},onPointerUp:M=>{s.onPointerUp==null||s.onPointerUp.call(s,M),C.current=null,R.current=!1,d(M)},onPointerOut:M=>{s.onPointerOut==null||s.onPointerOut.call(s,M),F(T.current)},onContextMenu:M=>{s.onContextMenu==null||s.onContextMenu.call(s,M),T.current&&F(T.current)}})});sa.displayName="Drawer.Content";const tl=250,nl=120,rl=l.forwardRef(function({preventCycle:t=!1,children:n,...r},s){const{closeDrawer:a,isDragging:o,snapPoints:i,activeSnapPoint:d,setActiveSnapPoint:u,dismissible:c,handleOnly:g,isOpen:x,onPress:f,onDrag:b}=Et(),h=l.useRef(null),v=l.useRef(!1);function w(){if(v.current){S();return}window.setTimeout(()=>{j()},nl)}function j(){if(o||t||v.current){S();return}if(S(),!i||i.length===0){c||a();return}if(d===i[i.length-1]&&c){a();return}const k=i.findIndex(C=>C===d);if(k===-1)return;const D=i[k+1];u(D)}function N(){h.current=window.setTimeout(()=>{v.current=!0},tl)}function S(){h.current&&window.clearTimeout(h.current),v.current=!1}return l.createElement("div",{onClick:w,onPointerCancel:S,onPointerDown:y=>{g&&f(y),N()},onPointerMove:y=>{g&&b(y)},ref:s,"data-vaul-drawer-visible":x?"true":"false","data-vaul-handle":"","aria-hidden":"true",...r},l.createElement("span",{"data-vaul-handle-hitarea":"","aria-hidden":"true"},n))});rl.displayName="Drawer.Handle";function sl(t){const n=Et(),{container:r=n.container,...s}=t;return l.createElement(H.Portal,{container:r,...s})}const Xe={Root:el,Content:sa,Overlay:ra,Trigger:H.Trigger,Portal:sl,Close:H.Close,Title:H.Title,Description:H.Description},aa=({shouldScaleBackground:t=!0,...n})=>e.jsx(Xe.Root,{shouldScaleBackground:t,...n});aa.displayName="Drawer";const al=Xe.Trigger,oa=Xe.Portal,ol=Xe.Close,ia=l.forwardRef(function({className:n,...r},s){return e.jsx(Xe.Overlay,{ref:s,className:m("fixed inset-0 z-50 bg-black/40",n),...r})}),il={bottom:"inset-x-0 bottom-0 mt-24 flex h-auto max-h-[90vh] flex-col rounded-t-xl border-t border-border",top:"inset-x-0 top-0 mb-24 flex h-auto max-h-[90vh] flex-col rounded-b-xl border-b border-border",left:"inset-y-0 left-0 flex h-full w-[420px] max-w-[90vw] flex-col rounded-r-xl border-r border-border",right:"inset-y-0 right-0 flex h-full w-[420px] max-w-[90vw] flex-col rounded-l-xl border-l border-border"},ll={bottom:"mx-auto mt-3 h-1.5 w-12 rounded-full bg-border",top:"mx-auto mb-3 h-1.5 w-12 rounded-full bg-border order-last",left:"mx-1.5 my-auto h-12 w-1.5 rounded-full bg-border order-last self-stretch shrink-0",right:"mx-1.5 my-auto h-12 w-1.5 rounded-full bg-border shrink-0 self-stretch"},cl=l.forwardRef(function({className:n,direction:r="bottom",hideHandle:s,children:a,...o},i){const d=r==="left"||r==="right";return e.jsxs(oa,{children:[e.jsx(ia,{}),e.jsxs(Xe.Content,{ref:i,className:m("fixed z-50 bg-card",il[r],d&&"flex-row",n),...o,children:[!s&&e.jsx("div",{"aria-hidden":!0,className:ll[r]}),e.jsx("div",{className:m("min-h-0 min-w-0 flex-1",d&&"flex flex-col"),children:a})]})]})});function dl({className:t,...n}){return e.jsx("div",{className:m("grid gap-1 p-4 text-center sm:text-left",t),...n})}function ul({className:t,...n}){return e.jsx("div",{className:m("mt-auto flex flex-col gap-2 p-4",t),...n})}const fl=l.forwardRef(function({className:n,...r},s){return e.jsx(Xe.Title,{ref:s,className:m("text-lg font-semibold",n),...r})}),ml=l.forwardRef(function({className:n,...r},s){return e.jsx(Xe.Description,{ref:s,className:m("text-sm text-foreground-muted",n),...r})});function xl(t){return t<1024?`${t} B`:t<1024*1024?`${(t/1024).toFixed(1)} KB`:`${(t/1024/1024).toFixed(1)} MB`}const gl=l.forwardRef(function({accept:n,multiple:r,maxSize:s,value:a,onChange:o,hint:i,disabled:d,className:u},c){const g=l.useRef(null),x=l.useId(),[f,b]=l.useState([]),[h,v]=l.useState(!1),w=a??f,j=l.useCallback(k=>{a===void 0&&b(k),o==null||o(k)},[o,a]),N=l.useCallback(k=>{const D=Array.from(k).filter(C=>!s||C.size<=s);j(r?[...w,...D]:D.slice(0,1))},[w,s,r,j]),S=k=>j(w.filter((D,C)=>C!==k)),y=k=>{k.preventDefault(),v(!1),!d&&N(k.dataTransfer.files)};return e.jsxs("div",{ref:c,className:m("flex flex-col gap-3",u),children:[e.jsxs("label",{htmlFor:x,onDragOver:k=>{k.preventDefault(),d||v(!0)},onDragLeave:()=>v(!1),onDrop:y,className:m("group relative flex cursor-pointer flex-col items-center justify-center gap-2","rounded-md border border-dashed border-border bg-background-subtle px-6 py-8","text-center transition-colors","hover:border-border-strong hover:bg-background-muted",h&&"border-accent bg-accent-soft",d&&"pointer-events-none opacity-50"),children:[e.jsx(p.Upload,{className:"size-5 text-foreground-muted","aria-hidden":!0}),e.jsxs("div",{className:"space-y-1",children:[e.jsx("p",{className:"text-sm font-medium",children:"Drop files here, or click to browse"}),i&&e.jsx("p",{className:"text-xs text-foreground-muted",children:i})]}),e.jsx("input",{ref:g,id:x,type:"file",accept:n,multiple:r,disabled:d,className:"sr-only",onChange:k=>k.target.files&&N(k.target.files)})]}),w.length>0&&e.jsx("ul",{className:"flex flex-col gap-2",children:w.map((k,D)=>e.jsxs("li",{className:"flex items-center gap-3 rounded-md border border-border bg-card px-3 py-2",children:[e.jsx(p.File,{className:"size-4 shrink-0 text-foreground-muted","aria-hidden":!0}),e.jsxs("div",{className:"min-w-0 flex-1",children:[e.jsx("p",{className:"truncate text-sm",children:k.name}),e.jsx("p",{className:"text-xs text-foreground-muted",children:xl(k.size)})]}),e.jsx("button",{type:"button",onClick:()=>S(D),className:"rounded p-1 text-foreground-muted hover:bg-background-muted hover:text-foreground","aria-label":`Remove ${k.name}`,children:e.jsx(p.X,{className:"size-4"})})]},`${k.name}-${D}`))})]})}),pl=ke.cva(["relative pointer-events-auto w-full max-w-md","flex items-start gap-3 rounded-md border bg-card p-3 shadow-md","text-sm text-foreground"],{variants:{variant:{default:"border-border",info:"border-info-border-soft",success:"border-success-border-soft",warning:"border-warning-border-soft",danger:"border-danger-border-soft"}},defaultVariants:{variant:"default"}}),hl={default:null,info:e.jsx(p.Info,{className:"size-4 shrink-0 mt-0.5 text-info-text","aria-hidden":!0}),success:e.jsx(p.CheckCircle2,{className:"size-4 shrink-0 mt-0.5 text-success-text","aria-hidden":!0}),warning:e.jsx(p.AlertTriangle,{className:"size-4 shrink-0 mt-0.5 text-warning-text","aria-hidden":!0}),danger:e.jsx(p.XCircle,{className:"size-4 shrink-0 mt-0.5 text-danger-text","aria-hidden":!0})},bl=l.forwardRef(function({className:n,variant:r="default",title:s,action:a,onClose:o,icon:i,children:d,...u},c){const g=i===!1?null:i??hl[r??"default"];return e.jsxs("div",{ref:c,role:"status",className:m(pl({variant:r}),n),...u,children:[g,e.jsxs("div",{className:"min-w-0 flex-1",children:[s&&e.jsx("p",{className:"font-medium",children:s}),d&&e.jsx("p",{className:"text-foreground-muted",children:d})]}),a,o&&e.jsx("button",{type:"button",onClick:o,"aria-label":"Dismiss",className:"rounded p-1 text-foreground-muted hover:bg-background-muted hover:text-foreground",children:e.jsx(p.X,{className:"size-4"})})]})}),vl=l.forwardRef(function({value:n,defaultValue:r=[],onChange:s,placeholder:a="Add and press Enter",max:o,disabled:i,error:d,separators:u=["Enter",","],className:c},g){const[x,f]=l.useState(r),[b,h]=l.useState(""),v=n??x,w=l.useCallback(y=>{n===void 0&&f(y),s==null||s(y)},[s,n]),j=y=>{const k=y.trim();!k||v.includes(k)||o!==void 0&&v.length>=o||w([...v,k])},N=y=>w(v.filter((k,D)=>D!==y)),S=y=>{u.includes(y.key)?(y.preventDefault(),j(b),h("")):y.key==="Backspace"&&!b&&v.length&&N(v.length-1)};return e.jsxs("div",{ref:g,className:m("flex min-h-9 w-full flex-wrap items-center gap-1.5 rounded-md border bg-card px-2 py-1.5","transition-colors focus-within:border-ring focus-within:ring-2 focus-within:ring-ring",d?"border-danger focus-within:border-danger focus-within:ring-danger":"border-border",i&&"pointer-events-none opacity-50",c),children:[v.map((y,k)=>e.jsxs("span",{className:"inline-flex items-center gap-1 rounded bg-background-muted px-2 py-0.5 text-xs",children:[y,e.jsx("button",{type:"button",onClick:()=>N(k),className:"rounded p-0.5 text-foreground-muted hover:bg-background-subtle hover:text-foreground","aria-label":`Remove ${y}`,children:e.jsx(p.X,{className:"size-3"})})]},`${y}-${k}`)),e.jsx("input",{value:b,disabled:i,onChange:y=>h(y.target.value),onKeyDown:S,onBlur:()=>{b&&(j(b),h(""))},placeholder:v.length===0?a:void 0,className:"min-w-[8ch] flex-1 bg-transparent text-sm outline-none placeholder:text-foreground-subtle"})]})}),jl=l.forwardRef(function({className:n,children:r,...s},a){return e.jsx("ol",{ref:a,className:m("relative flex flex-col gap-6",n),...s,children:r})}),wl=l.forwardRef(function({bullet:n,isLast:r,className:s,children:a,...o},i){return e.jsxs("li",{ref:i,className:m("relative flex gap-4 pb-1",s),...o,children:[e.jsxs("div",{className:"relative flex shrink-0 flex-col items-center",children:[e.jsx("div",{className:"flex size-6 items-center justify-center rounded-full border border-border bg-card text-foreground-muted",children:n??e.jsx("span",{className:"size-2 rounded-full bg-accent","aria-hidden":!0})}),!r&&e.jsx("span",{className:"mt-1 flex-1 w-px bg-border","aria-hidden":!0})]}),e.jsx("div",{className:"min-w-0 flex-1 pb-4",children:a})]})});function yl({className:t,children:n}){return e.jsx("p",{className:m("text-xs text-foreground-subtle",t),children:n})}function Nl({className:t,children:n}){return e.jsx("p",{className:m("text-sm font-medium",t),children:n})}function Cl({className:t,children:n}){return e.jsx("p",{className:m("mt-0.5 text-sm text-foreground-muted",t),children:n})}function Sl({data:t,defaultExpanded:n=[],selectedId:r,onSelect:s,className:a}){const[o,i]=l.useState(new Set(n)),d=c=>i(g=>{const x=new Set(g);return x.has(c)?x.delete(c):x.add(c),x});function u(c,g){const x=!!c.children,f=o.has(c.id),b=r===c.id,h=x?f?p.FolderOpen:p.Folder:p.File;return e.jsxs("li",{role:"treeitem","aria-expanded":x?f:void 0,children:[e.jsxs("button",{type:"button",tabIndex:0,onClick:()=>{s==null||s(c.id),x&&d(c.id)},onKeyDown:v=>{(v.key==="ArrowRight"&&x&&!f||v.key==="ArrowLeft"&&x&&f)&&d(c.id)},style:{paddingLeft:g*16+8},className:m("flex w-full items-center gap-1.5 rounded-md py-1 pr-2 text-left text-sm","hover:bg-background-muted focus-visible:bg-background-muted outline-none",b&&"bg-accent-soft text-foreground"),children:[x?e.jsx(p.ChevronRight,{className:m("size-3.5 shrink-0 text-foreground-subtle transition-transform",f&&"rotate-90"),"aria-hidden":!0}):e.jsx("span",{className:"w-3.5 shrink-0","aria-hidden":!0}),c.icon??e.jsx(h,{className:"size-4 shrink-0 text-foreground-muted","aria-hidden":!0}),e.jsx("span",{className:"truncate",children:c.label})]}),x&&f&&e.jsx("ul",{role:"group",className:"mt-0.5",children:c.children.map(v=>u(v,g+1))})]},c.id)}return e.jsx("ul",{role:"tree",className:m("flex flex-col gap-0.5",a),children:t.map(c=>u(c,0))})}function kl({brand:t,title:n,subtitle:r,children:s,footer:a}){return e.jsx("main",{className:"grid min-h-screen place-items-center bg-background-subtle px-4 py-12",children:e.jsxs("div",{className:"w-full max-w-[400px] space-y-6",children:[t&&e.jsx("div",{className:"flex justify-center",children:t}),e.jsxs("div",{className:"space-y-2 text-center",children:[e.jsx("h1",{className:"text-2xl font-semibold tracking-tight text-foreground",children:n}),r&&e.jsx("p",{className:"text-sm text-foreground-muted",children:r})]}),e.jsx("div",{className:"rounded-lg border border-border bg-card p-6",children:s}),a&&e.jsx("p",{className:"text-center text-sm text-foreground-muted",children:a})]})})}function Tl({onSubmit:t,loading:n,error:r,forgotHref:s="/forgot"}){const[a,o]=l.useState(""),[i,d]=l.useState(""),u=c=>{c.preventDefault(),t({email:a,password:i})};return e.jsxs("form",{onSubmit:u,className:"space-y-4",children:[r&&e.jsx(Rt,{variant:"danger",children:r}),e.jsx(se,{type:"email",label:"Email",value:a,onChange:c=>o(c.target.value),autoComplete:"email",required:!0}),e.jsx(se,{type:"password",label:"Password",value:i,onChange:c=>d(c.target.value),autoComplete:"current-password",required:!0}),e.jsx("div",{className:"flex items-center justify-between text-sm",children:e.jsx("a",{href:s,className:"font-medium text-accent hover:underline outline-none focus-visible:ring-2 focus-visible:ring-ring rounded-sm",children:"Forgot password?"})}),e.jsx(q,{type:"submit",loading:n,className:"w-full",trailingIcon:e.jsx(p.ArrowRight,{}),children:"Sign in"})]})}function Dl({onSubmit:t,loading:n,error:r}){const[s,a]=l.useState(""),[o,i]=l.useState(""),[d,u]=l.useState("");return e.jsxs("form",{onSubmit:c=>{c.preventDefault(),t({name:s,email:o,password:d})},className:"space-y-4",children:[r&&e.jsx(Rt,{variant:"danger",children:r}),e.jsx(se,{label:"Full name",value:s,onChange:c=>a(c.target.value),required:!0}),e.jsx(se,{type:"email",label:"Work email",value:o,onChange:c=>i(c.target.value),autoComplete:"email",required:!0}),e.jsx(se,{type:"password",label:"Password",helperText:"At least 8 characters.",value:d,onChange:c=>u(c.target.value),autoComplete:"new-password",required:!0}),e.jsx(q,{type:"submit",loading:n,className:"w-full",children:"Create account"}),e.jsx("p",{className:"text-xs text-foreground-subtle text-center",children:"By signing up you agree to our Terms of Service and Privacy Policy."})]})}function Rl({onSubmit:t,loading:n,error:r}){const[s,a]=l.useState("");return e.jsxs("form",{onSubmit:o=>{o.preventDefault(),t(s)},className:"space-y-4",children:[r&&e.jsx(Rt,{variant:"danger",children:r}),e.jsx(se,{type:"email",label:"Email",helperText:"We'll send a reset link if an account exists.",value:s,onChange:o=>a(o.target.value),autoComplete:"email",required:!0}),e.jsx(q,{type:"submit",loading:n,className:"w-full",leadingIcon:e.jsx(p.Mail,{}),children:"Send reset link"})]})}function Ml({email:t,onResend:n}){return e.jsxs("div",{className:"space-y-4 text-center",children:[e.jsx("div",{className:"mx-auto inline-flex size-12 items-center justify-center rounded-full bg-success-soft text-success-text",children:e.jsx(p.CheckCircle2,{className:"size-6","aria-hidden":!0})}),e.jsxs("p",{className:"text-sm text-foreground-muted",children:["We sent a sign-in link to"," ",e.jsx("span",{className:"font-medium text-foreground",children:t}),". Open it on this device to continue."]}),e.jsx(nt,{}),e.jsxs("p",{className:"text-xs text-foreground-subtle",children:["Didn't get it?"," ",e.jsx("button",{type:"button",onClick:n,className:"font-medium text-accent hover:underline outline-none focus-visible:ring-2 focus-visible:ring-ring rounded-sm",children:"Resend"})]})]})}function et(t){typeof window>"u"||(window.location.hash=t)}function la({active:t}){return e.jsxs(e.Fragment,{children:[e.jsxs(yt,{label:"Workspace",children:[e.jsx(De,{href:"#dashboard",icon:e.jsx(p.Home,{}),active:t==="home",children:"Home"}),e.jsx(De,{href:"#data-table",icon:e.jsx(p.Folder,{}),active:t==="projects",trailing:e.jsx(ve,{tone:"neutral",children:"12"}),children:"Projects"}),e.jsx(De,{href:"#first-run",icon:e.jsx(p.Inbox,{}),active:t==="inbox",trailing:e.jsx(ve,{tone:"accent",children:"5"}),children:"Inbox"}),e.jsx(De,{href:"#record",icon:e.jsx(p.Users,{}),active:t==="members",trailing:e.jsx(ve,{tone:"neutral",children:"3"}),children:"Members"}),e.jsx(De,{href:"#dashboard",icon:e.jsx(p.BarChart3,{}),active:t==="insights",children:"Insights"})]}),e.jsxs(yt,{label:"Personal",children:[e.jsx(De,{href:"#pricing",icon:e.jsx(p.Bookmark,{}),active:t==="bookmarks",children:"Bookmarks"}),e.jsx(De,{href:"#onboarding",icon:e.jsx(p.LayoutGrid,{}),active:t==="apps",children:"Apps"})]}),e.jsxs(yt,{label:"Account",children:[e.jsx(De,{href:"#settings",icon:e.jsx(p.Settings,{}),active:t==="settings",children:"Settings"}),e.jsx(De,{href:"#settings",icon:e.jsx(p.Plug,{}),active:t==="integrations",children:"Integrations"}),e.jsx(De,{href:"#",icon:e.jsx(p.HelpCircle,{}),active:t==="help",children:"Help & docs"})]})]})}function Il({children:t,brand:n,active:r="home"}){return e.jsxs("div",{className:"flex min-h-screen w-full bg-background",children:[e.jsx(Vn,{defaultCollapsed:!1,header:n,footer:e.jsx(ca,{}),children:e.jsx(la,{active:r})}),e.jsxs("div",{className:"flex min-w-0 flex-1 flex-col",children:[e.jsx(Pl,{brand:n,active:r}),e.jsx("main",{className:"flex-1 overflow-y-auto p-4 md:p-8",children:t})]})]})}function Pl({brand:t,active:n}){const[r,s]=l.useState(!1);return e.jsxs("header",{className:"sticky top-0 z-30 flex h-14 items-center gap-3 border-b border-border bg-background/80 px-4 backdrop-blur md:px-6",children:[e.jsxs("div",{className:"flex items-center gap-2 md:hidden",children:[e.jsxs(vs,{open:r,onOpenChange:s,children:[e.jsx(js,{asChild:!0,children:e.jsx(ut,{"aria-label":"Open menu",icon:e.jsx(p.Menu,{}),variant:"ghost",size:"sm"})}),e.jsxs(Un,{side:"left",className:"w-64 p-0",children:[e.jsx("div",{className:"flex h-14 shrink-0 items-center border-b border-border px-3",children:t}),e.jsx("div",{className:"flex-1 overflow-y-auto py-3",onClick:()=>s(!1),children:e.jsx(la,{active:n})}),e.jsx("div",{className:"border-t border-border p-2",children:e.jsx(ca,{})})]})]}),e.jsx("div",{className:"text-sm",children:t})]}),e.jsx("div",{className:"relative hidden flex-1 max-w-xl sm:block",children:e.jsx(se,{type:"search",placeholder:"Search projects, members, files…",hideLabel:!0,label:"Search",prefix:e.jsx(p.Search,{}),suffix:e.jsx(An,{children:"⌘K"})})}),e.jsxs("div",{className:"ml-auto flex items-center gap-1",children:[e.jsx(zl,{}),e.jsx(El,{})]})]})}const mr=[{id:"n1",who:{name:"Anu B.",initials:"AB"},action:"mentioned you in",target:"Q2 OKRs",when:"2m",unread:!0},{id:"n2",who:{name:"Bat E.",initials:"BE"},action:"requested review on",target:"fix/login-flow",when:"18m",unread:!0},{id:"n3",who:{name:"Tuya G.",initials:"TG"},action:"commented on",target:"feat/segments",when:"1h",unread:!0},{id:"n4",who:{name:"Khulan O.",initials:"KO"},action:"archived",target:"old-billing-spike",when:"3h"},{id:"n5",who:{name:"Sara M.",initials:"SM"},action:"invited you to",target:"Atlas workspace",when:"Yesterday"}];function zl(){const t=mr.filter(n=>n.unread).length;return e.jsxs(Xt,{children:[e.jsx(Kt,{asChild:!0,children:e.jsxs("button",{type:"button","aria-label":`Notifications${t?`, ${t} unread`:""}`,className:"relative inline-flex size-9 items-center justify-center rounded-md text-foreground-muted outline-none transition-colors hover:bg-background-muted hover:text-foreground focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background",children:[e.jsx(p.Bell,{className:"size-4"}),t>0&&e.jsx("span",{"aria-hidden":!0,className:"absolute right-2 top-2 inline-flex h-2 w-2 rounded-full bg-accent ring-2 ring-background"})]})}),e.jsxs(Mt,{align:"end",className:"w-80 p-0",children:[e.jsxs("div",{className:"flex items-center justify-between border-b border-border px-3 py-2.5",children:[e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx("span",{className:"text-sm font-medium",children:"Notifications"}),t>0&&e.jsxs(ve,{tone:"accent",children:[t," new"]})]}),e.jsx("button",{type:"button",className:"text-xs text-foreground-muted hover:text-foreground",children:"Mark all read"})]}),e.jsx("ul",{className:"max-h-80 overflow-y-auto py-1",children:mr.map(n=>e.jsx("li",{children:e.jsxs("button",{type:"button",onClick:()=>et("record"),className:"flex w-full items-start gap-3 px-3 py-2.5 text-left outline-none hover:bg-background-muted focus-visible:bg-background-muted",children:[e.jsxs("div",{className:"relative mt-0.5",children:[e.jsx(Re,{size:"sm",fallback:n.who.initials}),n.unread&&e.jsx("span",{"aria-hidden":!0,className:"absolute -right-0.5 -top-0.5 inline-flex h-2 w-2 rounded-full bg-accent ring-2 ring-background"})]}),e.jsxs("div",{className:"min-w-0 flex-1",children:[e.jsxs("p",{className:"text-sm leading-snug",children:[e.jsx("span",{className:"font-medium text-foreground",children:n.who.name})," ",e.jsx("span",{className:"text-foreground-muted",children:n.action})," ",e.jsx("span",{className:"font-medium text-foreground",children:n.target})]}),e.jsx("p",{className:"mt-0.5 text-xs text-foreground-subtle",children:n.when})]})]})},n.id))}),e.jsx("div",{className:"border-t border-border px-3 py-2 text-center",children:e.jsx("button",{type:"button",onClick:()=>et("record"),className:"text-xs font-medium text-accent hover:underline",children:"View all notifications"})})]})]})}function El(){return e.jsxs(Xt,{children:[e.jsx(Kt,{asChild:!0,children:e.jsx("button",{type:"button","aria-label":"Open profile menu",className:"flex items-center gap-2 rounded-full p-0.5 outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background hover:bg-background-muted",children:e.jsx(Re,{size:"sm",fallback:"BO",status:"online"})})}),e.jsxs(Mt,{align:"end",className:"w-60",children:[e.jsx(Qt,{children:e.jsxs("div",{className:"flex flex-col gap-0.5",children:[e.jsx("span",{className:"text-sm font-medium text-foreground",children:"Bay Otgonbayar"}),e.jsx("span",{className:"text-xs text-foreground-subtle",children:"bay@craftzbay.com"})]})}),e.jsx(ct,{}),e.jsxs(Ze,{onSelect:()=>et("record"),children:[e.jsx(p.User,{className:"size-4"}),"Profile"]}),e.jsxs(Ze,{onSelect:()=>et("settings"),children:[e.jsx(p.Settings,{className:"size-4"}),"Account settings"]}),e.jsxs(Ze,{onSelect:()=>et("pricing"),children:[e.jsx(p.Sparkles,{className:"size-4"}),"Upgrade plan",e.jsx(ve,{tone:"accent",className:"ml-auto",children:"Pro"})]}),e.jsx(ct,{}),e.jsxs(Ze,{onSelect:()=>et("first-run"),children:[e.jsx(p.HelpCircle,{className:"size-4"}),"Help & support"]}),e.jsx(ct,{}),e.jsxs(Ze,{onSelect:()=>et("auth-signin"),children:[e.jsx(p.LogOut,{className:"size-4"}),"Sign out"]})]})]})}function ca(){return e.jsxs("div",{className:"flex items-center gap-2.5 rounded-md px-2 py-1.5",children:[e.jsx(Re,{fallback:"BO",size:"sm",status:"online"}),e.jsxs("div",{className:"min-w-0 flex-1",children:[e.jsx("p",{className:"truncate text-sm font-medium text-foreground",children:"Bay Otgonbayar"}),e.jsx("p",{className:"truncate text-xs text-foreground-subtle",children:"Owner"})]})]})}const Al=[{label:"Active users",value:"2,840",delta:{value:"+12%",positive:!0}},{label:"Sessions today",value:"8,402",delta:{value:"+4%",positive:!0}},{label:"Open issues",value:"14",delta:{value:"−6%",positive:!0}},{label:"Error rate",value:"0.32%",delta:{value:"+0.05%",positive:!1}}],Ll=[{id:"1",who:{name:"Anu B.",initials:"AB"},action:"merged",target:"feat/segments",when:"12m ago"},{id:"2",who:{name:"Bat E.",initials:"BE"},action:"opened",target:"fix/login-flow",when:"34m ago"},{id:"3",who:{name:"Tuya G.",initials:"TG"},action:"commented on",target:"Q2 OKRs",when:"1h ago"},{id:"4",who:{name:"Khulan O.",initials:"KO"},action:"archived",target:"old-billing-spike",when:"3h ago"}];function Ol(){return e.jsxs("div",{className:"space-y-8",children:[e.jsxs("header",{className:"flex items-end justify-between gap-4",children:[e.jsxs("div",{children:[e.jsx("h1",{className:"text-2xl font-semibold tracking-tight text-foreground",children:"Overview"}),e.jsx("p",{className:"text-sm text-foreground-muted mt-1",children:"What's happening across your workspace today."})]}),e.jsx("div",{className:"hidden md:flex items-center gap-2",children:e.jsx(ve,{tone:"neutral",variant:"outline",children:"Last 7 days"})})]}),e.jsx("section",{className:"grid grid-cols-1 gap-3 sm:grid-cols-2 lg:grid-cols-4",children:Al.map(t=>e.jsxs(xe,{children:[e.jsx(he,{className:"pb-2",children:e.jsx(Ae,{children:t.label})}),e.jsx(be,{children:e.jsxs("div",{className:"flex items-baseline gap-2",children:[e.jsx("span",{className:"text-2xl font-semibold tabular text-foreground",children:t.value}),t.delta&&e.jsx("span",{className:t.delta.positive?"text-xs font-medium text-success-text tabular":"text-xs font-medium text-danger-text tabular",children:t.delta.value})]})})]},t.label))}),e.jsxs(xe,{children:[e.jsxs(he,{children:[e.jsx(Se,{children:"Active users"}),e.jsx(Ae,{children:"Distinct sessions per day, last 30 days."})]}),e.jsx(be,{children:e.jsx("div",{role:"img","aria-label":"Active users sparkline",className:"h-48 w-full rounded-md border border-dashed border-border bg-background-subtle"})})]}),e.jsxs(xe,{padding:"none",children:[e.jsx(he,{className:"px-5 pt-5",children:e.jsx(Se,{children:"Recent activity"})}),e.jsxs(Jt,{children:[e.jsx(Zt,{children:e.jsxs(qe,{children:[e.jsx(We,{children:"Who"}),e.jsx(We,{children:"Action"}),e.jsx(We,{children:"Target"}),e.jsx(We,{className:"text-right",children:"When"})]})}),e.jsx(en,{children:Ll.map(t=>e.jsxs(qe,{children:[e.jsx(Ue,{children:e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx(Re,{size:"xs",fallback:t.who.initials}),e.jsx("span",{className:"text-foreground",children:t.who.name})]})}),e.jsx(Ue,{className:"text-foreground-muted",children:t.action}),e.jsx(Ue,{children:e.jsx(ve,{tone:"neutral",variant:"outline",children:t.target})}),e.jsx(Ue,{className:"text-right tabular text-foreground-subtle",children:t.when})]},t.id))})]})]})]})}const Fl=[{id:"profile",label:"Profile",icon:e.jsx(p.User,{})},{id:"security",label:"Security",icon:e.jsx(p.Lock,{})},{id:"notifications",label:"Notifications",icon:e.jsx(p.Bell,{})},{id:"billing",label:"Billing",icon:e.jsx(p.CreditCard,{})},{id:"team",label:"Team",icon:e.jsx(p.Users,{})}];function _l(){const[t,n]=l.useState("profile");return e.jsxs("div",{className:"mx-auto max-w-5xl space-y-8",children:[e.jsxs("header",{children:[e.jsx("h1",{className:"text-2xl font-semibold tracking-tight text-foreground",children:"Settings"}),e.jsx("p",{className:"text-sm text-foreground-muted mt-1",children:"Manage your account, preferences, and billing."})]}),e.jsxs("div",{className:"grid gap-8 md:grid-cols-[200px_1fr]",children:[e.jsx("nav",{"aria-label":"Settings sections",className:"md:sticky md:top-20 md:self-start",children:e.jsx("ul",{className:"flex flex-col gap-px",children:Fl.map(r=>e.jsx("li",{children:e.jsxs("button",{type:"button",onClick:()=>n(r.id),className:m("w-full text-left","flex h-9 items-center gap-2 rounded-md px-2 text-sm transition-colors duration-[var(--duration-fast)] outline-none","focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background",t===r.id?"bg-background-muted text-foreground font-medium":"text-foreground-muted hover:bg-background-muted hover:text-foreground"),"aria-current":t===r.id?"page":void 0,children:[e.jsx("span",{className:"[&_svg]:size-4",children:r.icon}),r.label]})},r.id))})}),e.jsxs("div",{className:"space-y-8",children:[e.jsx("section",{id:"profile",hidden:t!=="profile",children:e.jsxs(xe,{children:[e.jsxs(he,{children:[e.jsx(Se,{children:"Profile"}),e.jsx(Ae,{children:"Visible to your teammates."})]}),e.jsxs(be,{className:"space-y-4",children:[e.jsxs("div",{className:"flex items-center gap-4",children:[e.jsx(Re,{size:"xl",fallback:"BO"}),e.jsxs("div",{children:[e.jsx(q,{variant:"outline",size:"sm",children:"Change photo"}),e.jsx("p",{className:"text-xs text-foreground-subtle mt-2",children:"JPG or PNG, max 2 MB."})]})]}),e.jsx(nt,{}),e.jsxs("div",{className:"grid gap-4 sm:grid-cols-2",children:[e.jsx(se,{label:"First name",defaultValue:"Bay"}),e.jsx(se,{label:"Last name",defaultValue:"Otgonbayar"})]}),e.jsx(se,{label:"Display email",type:"email",defaultValue:"bay@company.com"}),e.jsx("div",{className:"flex justify-end",children:e.jsx(q,{children:"Save changes"})})]})]})}),e.jsx("section",{id:"security",hidden:t!=="security",children:e.jsxs(xe,{children:[e.jsxs(he,{children:[e.jsx(Se,{children:"Security"}),e.jsx(Ae,{children:"How you sign in and protect your account."})]}),e.jsxs(be,{className:"space-y-4",children:[e.jsx(se,{label:"Current password",type:"password"}),e.jsx(se,{label:"New password",type:"password",helperText:"At least 8 characters."}),e.jsx(nt,{}),e.jsxs("div",{className:"flex items-center justify-between",children:[e.jsxs("div",{children:[e.jsx("p",{className:"text-sm font-medium text-foreground",children:"Two-factor authentication"}),e.jsx("p",{className:"text-xs text-foreground-subtle",children:"Required for admin accounts on production."})]}),e.jsx(ot,{defaultChecked:!0})]}),e.jsx("div",{className:"flex justify-end",children:e.jsx(q,{children:"Update password"})})]})]})}),e.jsx("section",{id:"notifications",hidden:t!=="notifications",children:e.jsxs(xe,{children:[e.jsxs(he,{children:[e.jsx(Se,{children:"Notifications"}),e.jsx(Ae,{children:"Choose what we email and ping you about."})]}),e.jsxs(be,{className:"space-y-4",children:[e.jsx(ot,{label:"Product updates",description:"A short note when we ship something.",defaultChecked:!0}),e.jsx(nt,{}),e.jsx(ot,{label:"Mentions",description:"When a teammate @ mentions you in a comment.",defaultChecked:!0}),e.jsx(nt,{}),e.jsx(ot,{label:"Weekly digest",description:"A Monday-morning summary of last week's activity."})]})]})}),e.jsx("section",{id:"billing",hidden:t!=="billing",children:e.jsxs(xe,{children:[e.jsxs(he,{children:[e.jsx(Se,{children:"Billing"}),e.jsx(Ae,{children:"Your plan, invoices, and payment method."})]}),e.jsxs(be,{className:"space-y-4",children:[e.jsxs("div",{className:"rounded-md border border-border bg-background-subtle p-4",children:[e.jsx("p",{className:"text-sm font-medium text-foreground",children:"Team — $20/user/month"}),e.jsx("p",{className:"text-xs text-foreground-subtle mt-1",children:"Renews on 1 June 2026 · 12 seats"})]}),e.jsxs("div",{className:"flex justify-end gap-2",children:[e.jsx(q,{variant:"outline",children:"Manage seats"}),e.jsx(q,{children:"Upgrade plan"})]})]})]})}),e.jsx("section",{id:"team",hidden:t!=="team",children:e.jsxs(xe,{children:[e.jsxs(he,{children:[e.jsx(Se,{children:"Team"}),e.jsx(Ae,{children:"Invite teammates and manage roles."})]}),e.jsxs(be,{className:"space-y-4",children:[e.jsxs("div",{className:"flex gap-2",children:[e.jsx(se,{type:"email",placeholder:"teammate@company.com",hideLabel:!0,label:"Invite email",className:"flex-1"}),e.jsx(q,{children:"Send invite"})]}),e.jsx("p",{className:"text-xs text-foreground-subtle",children:"Invited members will receive a sign-up link by email."})]})]})})]})]})]})}const Bl=[{id:"p1",name:"Pulse onboarding",status:"active",owner:"Anu B.",updatedAt:"2 hours ago"},{id:"p2",name:"Q2 OKRs rollout",status:"active",owner:"Bat E.",updatedAt:"Yesterday"},{id:"p3",name:"Legacy export",status:"paused",owner:"Tuya G.",updatedAt:"3 days ago"},{id:"p4",name:"Billing spike",status:"archived",owner:"Khulan O.",updatedAt:"Last week"},{id:"p5",name:"Marketing refresh",status:"active",owner:"Anu B.",updatedAt:"Last week"}],xr={active:{tone:"success",label:"Active"},paused:{tone:"warning",label:"Paused"},archived:{tone:"neutral",label:"Archived"}};function $l(){const[t,n]=l.useState(""),[r,s]=l.useState("all"),[a,o]=l.useState([]),[i,d]=l.useState(1),[u,c]=l.useState(10),g=l.useMemo(()=>Bl.filter(b=>{const h=b.name.toLowerCase().includes(t.toLowerCase()),v=r==="all"||b.status===r;return h&&v}),[t,r]),x=g.length>0&&a.length===g.length,f=a.length>0&&!x;return e.jsxs("div",{className:"space-y-6",children:[e.jsxs("header",{className:"flex items-end justify-between gap-4",children:[e.jsxs("div",{children:[e.jsx("h1",{className:"text-2xl font-semibold tracking-tight text-foreground",children:"Projects"}),e.jsxs("p",{className:"text-sm text-foreground-muted mt-1",children:[g.length," project",g.length===1?"":"s"," match your filters."]})]}),e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx(q,{variant:"outline",leadingIcon:e.jsx(p.Upload,{}),children:"Import"}),e.jsx(q,{leadingIcon:e.jsx(p.Plus,{}),children:"New project"})]})]}),e.jsxs("div",{className:"flex flex-wrap items-center gap-2",children:[e.jsxs(Ln,{value:r,onValueChange:s,children:[e.jsx(nn,{className:"w-36",placeholder:"Status"}),e.jsxs(rn,{children:[e.jsx(tt,{value:"all",children:"All statuses"}),e.jsx(tt,{value:"active",children:"Active"}),e.jsx(tt,{value:"paused",children:"Paused"}),e.jsx(tt,{value:"archived",children:"Archived"})]})]}),e.jsx(q,{variant:"outline",size:"sm",leadingIcon:e.jsx(p.Filter,{}),children:"More filters"})]}),a.length>0&&e.jsxs("div",{className:"flex items-center justify-between rounded-md border border-border bg-background-subtle px-4 py-2",children:[e.jsxs("div",{className:"flex items-center gap-3",children:[e.jsx(jt,{checked:x?!0:f?"indeterminate":!1,onCheckedChange:b=>o(b?g.map(h=>h.id):[]),"aria-label":"Select all"}),e.jsxs("span",{className:"text-sm text-foreground",children:[a.length," selected"]})]}),e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx(q,{variant:"ghost",size:"sm",leadingIcon:e.jsx(p.Download,{}),children:"Export"}),e.jsx(q,{variant:"ghost",size:"sm",leadingIcon:e.jsx(p.Trash2,{}),children:"Delete"})]})]}),e.jsx(Kr,{rows:g.slice((i-1)*u,i*u),filter:{value:t,onChange:n,placeholder:"Search projects…"},emptyState:e.jsx(tn,{title:"No projects match",description:"Try adjusting filters or creating a new project.",action:e.jsx(q,{leadingIcon:e.jsx(p.Plus,{}),children:"New project"}),className:"border-0 bg-transparent"}),columns:[{key:"select",header:e.jsx(jt,{checked:x?!0:f?"indeterminate":!1,onCheckedChange:b=>o(b?g.map(h=>h.id):[]),"aria-label":"Select all rows"}),width:"32px",cell:b=>e.jsx(jt,{checked:a.includes(b.id),onCheckedChange:h=>o(v=>h?[...v,b.id]:v.filter(w=>w!==b.id)),"aria-label":`Select ${b.name}`})},{key:"name",header:"Name",sortable:!0,cell:b=>e.jsx("span",{className:"font-medium text-foreground",children:b.name})},{key:"status",header:"Status",cell:b=>e.jsx(ve,{tone:xr[b.status].tone,dot:!0,children:xr[b.status].label})},{key:"owner",header:"Owner"},{key:"updatedAt",header:"Updated",align:"right"}]}),e.jsx(Bn,{page:i,pageCount:Math.max(1,Math.ceil(g.length/u)),onPageChange:d,totalItems:g.length,pageSize:u,pageSizeOptions:[10,20,50],onPageSizeChange:b=>{c(b),d(1)}})]})}function Hl(){return e.jsxs("div",{className:"space-y-6",children:[e.jsx(Cn,{items:[{label:"Projects",href:"/projects"},{label:"Pulse onboarding"}]}),e.jsxs("header",{className:"flex items-start justify-between gap-4",children:[e.jsxs("div",{className:"space-y-2",children:[e.jsxs("div",{className:"flex items-center gap-3",children:[e.jsx("h1",{className:"text-2xl font-semibold tracking-tight text-foreground",children:"Pulse onboarding"}),e.jsx(ve,{tone:"success",dot:!0,children:"Active"})]}),e.jsx("p",{className:"text-sm text-foreground-muted max-w-2xl",children:"Self-serve onboarding flow for new admins. Owns the first 5 minutes of every workspace."})]}),e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx(q,{variant:"outline",leadingIcon:e.jsx(p.Edit2,{}),children:"Edit"}),e.jsx(q,{variant:"outline",leadingIcon:e.jsx(p.Trash2,{}),children:"Archive"}),e.jsx(q,{trailingIcon:e.jsx(p.ExternalLink,{}),children:"Open in app"})]})]}),e.jsxs("div",{className:"grid gap-6 lg:grid-cols-[1fr_320px]",children:[e.jsx("div",{className:"min-w-0",children:e.jsxs(Ms,{defaultValue:"overview",children:[e.jsxs(qn,{children:[e.jsx(it,{value:"overview",children:"Overview"}),e.jsx(it,{value:"activity",children:"Activity"}),e.jsx(it,{value:"files",children:"Files"}),e.jsx(it,{value:"settings",children:"Settings"})]}),e.jsx(lt,{value:"overview",className:"space-y-4",children:e.jsxs(xe,{children:[e.jsx(he,{children:e.jsx(Se,{children:"Summary"})}),e.jsxs(be,{className:"space-y-2 text-foreground-muted leading-relaxed",children:[e.jsx("p",{children:"The Pulse onboarding flow walks new admins through workspace creation, teammate invites, and first-data import in under five minutes."}),e.jsx("p",{children:"Completion rate sits at 71% (week-over-week +4 pts) and median time to finish is 4 m 22 s."})]})]})}),e.jsx(lt,{value:"activity",children:e.jsx("p",{className:"text-sm text-foreground-muted",children:"Activity feed appears here."})}),e.jsx(lt,{value:"files",children:e.jsx("p",{className:"text-sm text-foreground-muted",children:"Linked documents appear here."})}),e.jsx(lt,{value:"settings",children:e.jsx("p",{className:"text-sm text-foreground-muted",children:"Project settings appear here."})})]})}),e.jsxs("aside",{className:"space-y-4",children:[e.jsxs(xe,{children:[e.jsx(he,{children:e.jsx(Se,{children:"Details"})}),e.jsxs(be,{className:"space-y-3 text-sm",children:[e.jsx(Ht,{label:"Owner",value:e.jsxs(e.Fragment,{children:[e.jsx(Re,{size:"xs",fallback:"AB"})," Anu B."]})}),e.jsx(Ht,{label:"Created",value:"12 Feb 2026"}),e.jsx(Ht,{label:"Updated",value:"2 hours ago"}),e.jsx(Ht,{label:"Tags",value:e.jsxs(e.Fragment,{children:[e.jsx(ve,{tone:"accent",children:"growth"})," ",e.jsx(ve,{tone:"neutral",variant:"outline",children:"v2"})]})})]})]}),e.jsxs(xe,{children:[e.jsx(he,{children:e.jsx(Se,{children:"Watchers"})}),e.jsx(be,{children:e.jsxs("div",{className:"flex -space-x-2",children:[e.jsx(Re,{fallback:"AB"}),e.jsx(Re,{fallback:"BE"}),e.jsx(Re,{fallback:"TG"}),e.jsx(Re,{fallback:"+2"})]})})]})]})]})]})}function Ht({label:t,value:n}){return e.jsxs("div",{className:"flex items-center justify-between gap-3",children:[e.jsx("span",{className:"text-foreground-subtle",children:t}),e.jsx("span",{className:"flex items-center gap-1.5 text-foreground",children:n})]})}const Ut=[{title:"Workspace"},{title:"Invite team"},{title:"Connect data"},{title:"Done"}];function Ul(){const[t,n]=l.useState(0),r=()=>n(a=>Math.min(a+1,Ut.length-1)),s=()=>n(a=>Math.max(a-1,0));return e.jsxs("div",{className:"mx-auto max-w-2xl space-y-8 py-12",children:[e.jsx(Gn,{steps:Ut,current:t}),e.jsxs(xe,{children:[e.jsxs(he,{children:[e.jsx(Se,{children:gr[t].title}),e.jsx(Ae,{children:gr[t].description})]}),e.jsxs(be,{className:"space-y-4",children:[t===0&&e.jsxs(e.Fragment,{children:[e.jsx(se,{label:"Workspace name",placeholder:"Acme Inc."}),e.jsx(se,{label:"URL slug",prefix:e.jsx("span",{children:"acme.app/"}),placeholder:"acme"})]}),t===1&&e.jsxs(e.Fragment,{children:[e.jsx(se,{type:"email",label:"Invite by email",placeholder:"teammate@company.com",helperText:"Separate multiple emails with commas."}),e.jsxs($n,{defaultValue:"member",children:[e.jsx(wt,{value:"admin",label:"Admin",description:"Can manage workspace and billing."}),e.jsx(wt,{value:"member",label:"Member",description:"Can create and edit projects."}),e.jsx(wt,{value:"viewer",label:"Viewer",description:"Read-only access."})]})]}),t===2&&e.jsxs(e.Fragment,{children:[e.jsx("p",{className:"text-sm text-foreground-muted",children:"Connect your data source so we can populate your first dashboard."}),e.jsx("div",{className:"grid grid-cols-2 gap-2",children:["Postgres","BigQuery","Snowflake","CSV upload"].map(a=>e.jsxs("button",{type:"button",className:"rounded-lg border border-border bg-card p-4 text-left hover:border-border-strong hover:bg-background-subtle transition-colors duration-[var(--duration-fast)] outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background",children:[e.jsx("p",{className:"font-medium text-foreground",children:a}),e.jsx("p",{className:"text-xs text-foreground-subtle mt-1",children:"Quick setup with SSO"})]},a))})]}),t===3&&e.jsxs("div",{className:"flex flex-col items-center gap-3 py-6 text-center",children:[e.jsx(p.CheckCircle2,{className:"size-10 text-success-text","aria-hidden":!0}),e.jsx("p",{className:"text-base font-medium text-foreground",children:"You're all set."}),e.jsx("p",{className:"text-sm text-foreground-muted max-w-sm",children:"Your workspace is ready. We've sent invites and your first dashboard is loading."})]})]})]}),e.jsxs("div",{className:"flex items-center justify-between",children:[e.jsx(q,{variant:"ghost",leadingIcon:e.jsx(p.ArrowLeft,{}),onClick:s,disabled:t===0,children:"Back"}),t<Ut.length-1?e.jsx(q,{trailingIcon:e.jsx(p.ArrowRight,{}),onClick:r,children:t===Ut.length-2?"Finish":"Continue"}):e.jsx(q,{children:"Open workspace"})]})]})}const gr=[{title:"Create your workspace",description:"A workspace is where your team and projects live."},{title:"Invite your team",description:"You can always invite more people later."},{title:"Connect a data source",description:"Pick one — others can be added in settings."},{title:"Welcome aboard",description:"We've set up your starting dashboard."}],Vl=[{name:"Starter",price:"$0",cadence:"forever",description:"For individuals exploring the product.",features:["Up to 3 projects","Community support","Single workspace"],cta:"Start free"},{name:"Team",price:"$20",cadence:"per user / month",description:"For small teams running real workloads.",features:["Unlimited projects","Email support, 24h response","SSO via Google & Microsoft","Audit log (30 days)"],cta:"Start 14-day trial",highlighted:!0},{name:"Enterprise",price:"Custom",cadence:"annual",description:"For organisations with custom requirements.",features:["Everything in Team","SAML SSO + SCIM","Dedicated CSM","SOC 2 report + DPA","Audit log (unlimited)"],cta:"Talk to sales"}];function Gl(){return e.jsxs("div",{className:"mx-auto max-w-5xl space-y-8 py-16",children:[e.jsxs("header",{className:"text-center space-y-3",children:[e.jsx("h1",{className:"text-3xl font-semibold tracking-tight text-foreground",children:"Plans that scale with your team"}),e.jsx("p",{className:"text-sm text-foreground-muted max-w-xl mx-auto",children:"Start free, upgrade when you need more. All paid plans include a 14-day trial — no credit card required."})]}),e.jsx("div",{className:"grid gap-4 md:grid-cols-3",children:Vl.map(t=>e.jsxs("div",{className:m("flex flex-col gap-6 rounded-lg border bg-card p-6",t.highlighted?"border-accent shadow-sm":"border-border"),children:[e.jsxs("div",{className:"space-y-2",children:[e.jsxs("div",{className:"flex items-center justify-between",children:[e.jsx("h2",{className:"text-base font-semibold text-foreground",children:t.name}),t.highlighted&&e.jsx(ve,{tone:"accent",children:"Most popular"})]}),e.jsx("p",{className:"text-sm text-foreground-muted",children:t.description})]}),e.jsxs("div",{className:"flex items-baseline gap-1.5",children:[e.jsx("span",{className:"text-3xl font-semibold tabular text-foreground",children:t.price}),e.jsx("span",{className:"text-sm text-foreground-subtle",children:t.cadence})]}),e.jsx("ul",{className:"space-y-2 text-sm",children:t.features.map(n=>e.jsxs("li",{className:"flex items-start gap-2 text-foreground",children:[e.jsx(p.Check,{className:"size-4 text-accent shrink-0 mt-0.5","aria-hidden":!0}),n]},n))}),e.jsx(q,{variant:t.highlighted?"primary":"outline",className:"mt-auto w-full",children:t.cta})]},t.name))})]})}const ql=[{icon:e.jsx(p.Plus,{}),title:"Create a project",description:"Track a real piece of work end-to-end.",cta:"New project"},{icon:e.jsx(p.Upload,{}),title:"Import existing data",description:"CSV, Postgres, BigQuery, or Snowflake — connect in a minute.",cta:"Connect source"},{icon:e.jsx(p.Users,{}),title:"Invite your team",description:"Workspaces are better with teammates. We'll send the invites.",cta:"Invite people"}];function Wl(){return e.jsxs("div",{className:"mx-auto max-w-3xl space-y-8 py-12",children:[e.jsx(tn,{icon:e.jsx(p.Folder,{className:"size-6"}),title:"Your workspace is ready",description:"Start with one of the steps below — you can always come back to the others.",action:e.jsx(q,{trailingIcon:e.jsx(p.ArrowRight,{}),children:"Open tutorial"})}),e.jsx("div",{className:"grid gap-3 md:grid-cols-3",children:ql.map(t=>e.jsx(xe,{variant:"interactive",children:e.jsxs(be,{className:"space-y-3",children:[e.jsx("div",{className:"inline-flex size-9 items-center justify-center rounded-md bg-accent-soft text-on-accent-soft [&_svg]:size-4",children:t.icon}),e.jsxs("div",{className:"space-y-1",children:[e.jsx("h3",{className:"text-sm font-semibold text-foreground",children:t.title}),e.jsx("p",{className:"text-xs text-foreground-muted leading-relaxed",children:t.description})]}),e.jsx(q,{variant:"ghost",size:"sm",trailingIcon:e.jsx(p.ArrowRight,{}),children:t.cta})]})},t.title))})]})}Object.defineProperty(exports,"cva",{enumerable:!0,get:()=>ke.cva});exports.Accordion=qa;exports.AccordionContent=jr;exports.AccordionItem=br;exports.AccordionTrigger=vr;exports.Alert=Rt;exports.AppShell=Il;exports.AreaChart=Ri;exports.AuthLayout=kl;exports.Avatar=Re;exports.AvatarGroup=yr;exports.Badge=ve;exports.BarChart=Mi;exports.Breadcrumbs=Cn;exports.Button=q;exports.Calendar=Dn;exports.Card=xe;exports.CardContent=be;exports.CardDescription=Ae;exports.CardFooter=Nr;exports.CardHeader=he;exports.CardTitle=Se;exports.Carousel=Ni;exports.CarouselContent=Ci;exports.CarouselItem=Si;exports.CarouselNext=Ti;exports.CarouselPrevious=ki;exports.Checkbox=jt;exports.Combobox=Cr;exports.Command=Sr;exports.CommandDialog=no;exports.CommandEmpty=Dr;exports.CommandGroup=Rr;exports.CommandInput=kr;exports.CommandItem=Ir;exports.CommandList=Tr;exports.CommandSeparator=Mr;exports.CommandShortcut=to;exports.ConfirmationDialog=ns;exports.ContextMenu=so;exports.ContextMenuCheckboxItem=Or;exports.ContextMenuContent=Ar;exports.ContextMenuGroup=oo;exports.ContextMenuItem=Lr;exports.ContextMenuLabel=_r;exports.ContextMenuPortal=Pr;exports.ContextMenuRadioGroup=lo;exports.ContextMenuRadioItem=Fr;exports.ContextMenuSeparator=Br;exports.ContextMenuShortcut=$r;exports.ContextMenuSub=io;exports.ContextMenuSubContent=Er;exports.ContextMenuSubTrigger=zr;exports.ContextMenuTrigger=ao;exports.Dashboard=Ol;exports.DataGrid=Kr;exports.DataTablePage=$l;exports.DatePicker=Qr;exports.DateRangePicker=Jr;exports.DesignSystemProvider=po;exports.Dialog=Zr;exports.DialogClose=ts;exports.DialogContent=Mn;exports.DialogDescription=En;exports.DialogFooter=Pn;exports.DialogHeader=In;exports.DialogOverlay=Rn;exports.DialogPortal=es;exports.DialogTitle=zn;exports.DialogTrigger=bo;exports.Drawer=aa;exports.DrawerClose=ol;exports.DrawerContent=cl;exports.DrawerDescription=ml;exports.DrawerFooter=ul;exports.DrawerHeader=dl;exports.DrawerOverlay=ia;exports.DrawerPortal=oa;exports.DrawerTitle=fl;exports.DrawerTrigger=al;exports.DropdownMenu=Xt;exports.DropdownMenuCheckboxItem=Sn;exports.DropdownMenuContent=Mt;exports.DropdownMenuGroup=co;exports.DropdownMenuItem=Ze;exports.DropdownMenuLabel=Qt;exports.DropdownMenuPortal=Hr;exports.DropdownMenuRadioGroup=fo;exports.DropdownMenuRadioItem=Gr;exports.DropdownMenuSeparator=ct;exports.DropdownMenuShortcut=qr;exports.DropdownMenuSub=uo;exports.DropdownMenuSubContent=Vr;exports.DropdownMenuSubTrigger=Ur;exports.DropdownMenuTrigger=Kt;exports.EmptyState=tn;exports.ErrorState=rs;exports.FileUpload=gl;exports.FirstRunEmpty=Wl;exports.ForgotPasswordForm=Rl;exports.Form=jo;exports.FormControl=ls;exports.FormDescription=cs;exports.FormError=ds;exports.FormField=wo;exports.FormItem=os;exports.FormLabel=is;exports.IconButton=ut;exports.Icons=Fa;exports.Illustrations=Ga;exports.Input=se;exports.Kbd=An;exports.LineChart=Di;exports.MagicLinkSent=Ml;exports.MultiSelect=us;exports.Onboarding=Ul;exports.Pagination=Bn;exports.Popover=Co;exports.PopoverAnchor=ko;exports.PopoverClose=To;exports.PopoverContent=gs;exports.PopoverTrigger=So;exports.Pricing=Gl;exports.Progress=ps;exports.ProgressCircle=hs;exports.RadioGroup=$n;exports.RadioItem=wt;exports.RecordDetail=Hl;exports.ScrollArea=bs;exports.ScrollBar=Hn;exports.Select=Ln;exports.SelectContent=rn;exports.SelectGroup=xs;exports.SelectItem=tt;exports.SelectLabel=_n;exports.SelectScrollDownButton=Fn;exports.SelectScrollUpButton=On;exports.SelectSeparator=ms;exports.SelectTrigger=nn;exports.SelectValue=yo;exports.Separator=nt;exports.SettingsPage=_l;exports.Sheet=vs;exports.SheetClose=Io;exports.SheetContent=Un;exports.SheetDescription=ks;exports.SheetFooter=Cs;exports.SheetHeader=Ns;exports.SheetPortal=ws;exports.SheetTitle=Ss;exports.SheetTrigger=js;exports.Sidebar=Vn;exports.SidebarGroup=Ts;exports.SidebarItem=De;exports.SidebarSection=yt;exports.SignInForm=Tl;exports.SignUpForm=Dl;exports.Skeleton=Tn;exports.Slider=Ds;exports.Snackbar=bl;exports.Spinner=Rs;exports.Stepper=Gn;exports.Switch=ot;exports.Table=Jt;exports.TableBody=en;exports.TableCaption=Xr;exports.TableCell=Ue;exports.TableFooter=Wr;exports.TableHead=We;exports.TableHeader=Zt;exports.TableRow=qe;exports.TableSortHeader=kn;exports.Tabs=Ms;exports.TabsContent=lt;exports.TabsList=qn;exports.TabsTrigger=it;exports.TagInput=vl;exports.Textarea=Is;exports.Timeline=jl;exports.TimelineDescription=Cl;exports.TimelineItem=wl;exports.TimelineTime=yl;exports.TimelineTitle=Nl;exports.Toast=zs;exports.ToastAction=Ls;exports.ToastClose=Os;exports.ToastDescription=As;exports.ToastProvider=_o;exports.ToastTitle=Es;exports.ToastViewport=Ps;exports.Tooltip=Bs;exports.TooltipContent=Wn;exports.TooltipProvider=Ho;exports.TooltipRoot=Fs;exports.TooltipTrigger=_s;exports.TopNav=$s;exports.TopNavLink=Hs;exports.Tree=Sl;exports.brandPresets=ho;exports.cn=m;exports.toast=Oa;exports.uid=Ea;exports.useCommandPaletteShortcut=ro;exports.useFormField=It;exports.useMediaQuery=hr;exports.usePrefersReducedMotion=Aa;exports.useSidebar=zo;exports.useToast=La;
7
+ `})]})});Pr.displayName="Progress";const Da={accent:"stroke-accent",success:"stroke-success",warning:"stroke-warning",danger:"stroke-danger"},_r=i.forwardRef(function({value:t,size:r=36,thickness:s=3,className:n,tone:o="accent",...c},m){const x=t===void 0,u=(r-s)/2,g=2*Math.PI*u,p=x?0:g-Math.min(100,Math.max(0,t))/100*g;return e.jsxs("svg",{ref:m,width:r,height:r,viewBox:`0 0 ${r} ${r}`,role:"progressbar","aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":x?void 0:t,className:l("shrink-0",x&&"animate-spin",n),...c,children:[e.jsx("circle",{cx:r/2,cy:r/2,r:u,strokeWidth:s,className:"stroke-background-muted fill-none"}),e.jsx("circle",{cx:r/2,cy:r/2,r:u,strokeWidth:s,strokeLinecap:"round",strokeDasharray:g,strokeDashoffset:x?g*.7:p,className:l(Da[o],"fill-none transition-[stroke-dashoffset]"),transform:`rotate(-90 ${r/2} ${r/2})`})]})});_r.displayName="ProgressCircle";const xt=i.forwardRef(function({className:t,orientation:r="vertical",...s},n){return e.jsx(We.Root,{ref:n,className:l("flex gap-3",r==="vertical"?"flex-col":"flex-row flex-wrap",t),...s})});xt.displayName="RadioGroup";const be=i.forwardRef(function({className:t,label:r,description:s,hideLabel:n,id:o,disabled:c,...m},x){const u=i.useId(),g=o??u,p=s?`${g}-desc`:void 0;return e.jsxs("div",{className:l("flex items-start gap-2.5",t),children:[e.jsx(We.Item,{ref:x,id:g,disabled:c,"aria-describedby":p,className:l("mt-0.5 flex size-4 shrink-0 items-center justify-center rounded-full border bg-card","transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out)]","outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background","data-[state=checked]:border-accent","disabled:cursor-not-allowed disabled:opacity-50","border-border-strong"),...m,children:e.jsx(We.Indicator,{className:"flex items-center justify-center",children:e.jsx("span",{className:"size-2 rounded-full bg-accent","aria-hidden":!0})})}),r&&e.jsxs("div",{className:l("flex flex-col gap-0.5",n&&"sr-only"),children:[e.jsx("label",{htmlFor:g,className:l("text-sm text-foreground select-none",c&&"opacity-50 cursor-not-allowed"),children:r}),s&&e.jsx("p",{id:p,className:"text-xs text-foreground-subtle",children:s})]})]})});be.displayName="RadioItem";const Ar=i.forwardRef(function({className:t,children:r,...s},n){return e.jsxs(he.Root,{ref:n,className:l("relative overflow-hidden",t),...s,children:[e.jsx(he.Viewport,{className:"h-full w-full rounded-[inherit]",children:r}),e.jsx(ft,{}),e.jsx(he.Corner,{})]})});Ar.displayName="ScrollArea";const ft=i.forwardRef(function({className:t,orientation:r="vertical",...s},n){return e.jsx(he.ScrollAreaScrollbar,{ref:n,orientation:r,className:l("flex touch-none select-none transition-colors duration-[var(--duration-fast)]",r==="vertical"&&"h-full w-2 border-l border-l-transparent p-px",r==="horizontal"&&"h-2 flex-col border-t border-t-transparent p-px",t),...s,children:e.jsx(he.ScrollAreaThumb,{className:"relative flex-1 rounded-full bg-border-strong"})})});ft.displayName="ScrollBar";const le=i.forwardRef(function({className:t,orientation:r="horizontal",decorative:s=!0,...n},o){return e.jsx(Fs.Root,{ref:o,orientation:r,decorative:s,className:l("shrink-0 bg-border",r==="horizontal"?"h-px w-full":"h-full w-px",t),...n})});le.displayName="Separator";const Fr=R.Root,Lr=R.Trigger,Ra=R.Close,Er=R.Portal,Br=i.forwardRef(function({className:t,...r},s){return e.jsx(R.Overlay,{ref:s,className:l("fixed inset-0 z-[var(--z-overlay)] bg-neutral-950/60 backdrop-blur-[2px]","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=open]:fade-in-0 data-[state=closed]:fade-out-0",t),...r})});Br.displayName="SheetOverlay";const Ma=X.cva(["fixed z-[var(--z-modal)] bg-card text-card-foreground shadow-lg","flex flex-col gap-4 p-6","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=closed]:duration-[var(--duration-base)] data-[state=open]:duration-[var(--duration-slow)]"],{variants:{side:{top:"inset-x-0 top-0 border-b border-border data-[state=open]:slide-in-from-top data-[state=closed]:slide-out-to-top",bottom:"inset-x-0 bottom-0 border-t border-border data-[state=open]:slide-in-from-bottom data-[state=closed]:slide-out-to-bottom",left:"inset-y-0 left-0 h-full w-3/4 max-w-md border-r border-border data-[state=open]:slide-in-from-left data-[state=closed]:slide-out-to-left",right:"inset-y-0 right-0 h-full w-3/4 max-w-md border-l border-border data-[state=open]:slide-in-from-right data-[state=closed]:slide-out-to-right"}},defaultVariants:{side:"right"}}),gt=i.forwardRef(function({className:t,children:r,side:s="right",showClose:n=!0,...o},c){return e.jsxs(Er,{children:[e.jsx(Br,{}),e.jsxs(R.Content,{ref:c,className:l(Ma({side:s}),t),...o,children:[r,n&&e.jsx(R.Close,{"aria-label":"Close",className:l("absolute right-4 top-4 inline-flex size-8 items-center justify-center rounded-md text-foreground-subtle","hover:bg-background-muted hover:text-foreground","outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-card","transition-colors duration-[var(--duration-fast)]"),children:e.jsx(d.X,{className:"size-4","aria-hidden":!0})})]})]})});gt.displayName="SheetContent";function Or({className:a,...t}){return e.jsx("div",{className:l("flex flex-col gap-1",a),...t})}Or.displayName="SheetHeader";function $r({className:a,...t}){return e.jsx("div",{className:l("mt-auto flex flex-col-reverse gap-2 pt-4 sm:flex-row sm:justify-end",a),...t})}$r.displayName="SheetFooter";const Ur=i.forwardRef(function({className:t,...r},s){return e.jsx(R.Title,{ref:s,className:l("text-lg font-semibold text-foreground leading-tight",t),...r})});Ur.displayName="SheetTitle";const Hr=i.forwardRef(function({className:t,...r},s){return e.jsx(R.Description,{ref:s,className:l("text-sm text-foreground-muted",t),...r})});Hr.displayName="SheetDescription";const ke=i.createContext({collapsed:!1});function za(){return i.useContext(ke)}const ht=i.forwardRef(function({defaultCollapsed:t=!1,collapsed:r,onCollapsedChange:s,header:n,footer:o,className:c,children:m,...x},u){const[g,p]=i.useState(t),f=r??g,h=b=>{r===void 0&&p(b),s==null||s(b)};return e.jsx(ke.Provider,{value:{collapsed:f},children:e.jsxs("aside",{ref:u,"aria-label":"Primary",className:l("sticky top-0 hidden md:flex h-screen shrink-0 flex-col gap-2 border-r border-border bg-background-subtle","transition-[width] duration-[var(--duration-base)] ease-[var(--ease-out)]",f?"w-14":"w-60",c),...x,children:[n&&e.jsx("div",{className:l("flex h-14 shrink-0 items-center overflow-hidden border-b border-border",f?"justify-center px-2":"px-3"),children:n}),e.jsx("div",{className:"flex-1 overflow-y-auto py-3",children:m}),o&&e.jsx("div",{className:"border-t border-border p-2",children:o}),e.jsxs("button",{type:"button",onClick:()=>h(!f),"aria-label":f?"Expand sidebar":"Collapse sidebar","aria-expanded":!f,className:l("flex h-8 items-center gap-2 mx-2 mb-2 rounded-md px-2 text-foreground-subtle","hover:bg-background-muted hover:text-foreground outline-none","focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background","transition-colors duration-[var(--duration-fast)]"),children:[f?e.jsx(d.ChevronsRight,{className:"size-4","aria-hidden":!0}):e.jsx(d.ChevronsLeft,{className:"size-4","aria-hidden":!0}),!f&&e.jsx("span",{className:"text-xs font-medium",children:"Collapse"})]})]})})});ht.displayName="Sidebar";function pt({label:a,className:t,children:r,...s}){const{collapsed:n}=i.useContext(ke);return e.jsxs("div",{className:l("mb-3",t),...s,children:[a&&!n&&e.jsx("div",{className:"px-4 pb-1 pt-2 text-xs font-medium text-foreground-subtle uppercase tracking-wide",children:a}),e.jsx("ul",{className:"flex flex-col gap-px",children:r})]})}pt.displayName="SidebarSection";function bt({icon:a,active:t,href:r,trailing:s,sub:n,className:o,children:c,...m}){const{collapsed:x}=i.useContext(ke),u=r?"a":"button";return e.jsx("li",{children:e.jsxs(u,{href:r,"aria-current":t?"page":void 0,className:l("mx-2 flex h-8 items-center gap-2 rounded-md px-2 text-sm outline-none","transition-colors duration-[var(--duration-fast)]","focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background",t?"bg-background-muted text-foreground font-medium":"text-foreground-muted hover:bg-background-muted hover:text-foreground",n&&!x&&"ml-6",x&&"justify-center",o),...m,children:[a&&e.jsx("span",{className:"flex shrink-0 items-center [&_svg]:size-4",children:a}),!x&&e.jsx("span",{className:"flex-1 truncate text-left",children:c}),!x&&s&&e.jsx("span",{className:"ml-auto",children:s})]})})}bt.displayName="SidebarItem";function Gr({icon:a,label:t,defaultOpen:r=!0,children:s}){const{collapsed:n}=i.useContext(ke),[o,c]=i.useState(r);return n?e.jsx(e.Fragment,{children:s}):e.jsxs("li",{children:[e.jsxs("button",{type:"button",onClick:()=>c(m=>!m),"aria-expanded":o,className:l("mx-2 flex h-8 w-[calc(100%-1rem)] items-center gap-2 rounded-md px-2 text-sm text-foreground-muted outline-none","transition-colors duration-[var(--duration-fast)]","hover:bg-background-muted hover:text-foreground","focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background"),children:[a&&e.jsx("span",{className:"flex shrink-0 items-center [&_svg]:size-4",children:a}),e.jsx("span",{className:"flex-1 text-left",children:t}),e.jsx(d.ChevronDown,{className:l("size-3.5 transition-transform",o&&"rotate-180"),"aria-hidden":!0})]}),o&&e.jsx("ul",{className:"flex flex-col gap-px",children:s})]})}Gr.displayName="SidebarGroup";const Vr=i.forwardRef(function({className:t,label:r,showValue:s,formatValue:n=u=>String(u),value:o,defaultValue:c,...m},x){const u=o??c??[0],g=u.length>1;return e.jsxs("div",{className:l("flex flex-col gap-2",t),children:[(r||s)&&e.jsxs("div",{className:"flex items-center justify-between",children:[r&&e.jsx("span",{className:"text-sm font-medium text-foreground",children:r}),s&&e.jsx("span",{className:"text-xs tabular text-foreground-muted font-mono",children:g?`${n(u[0])} – ${n(u[1])}`:n(u[0])})]}),e.jsxs(Te.Root,{ref:x,value:o,defaultValue:c,className:"relative flex w-full touch-none select-none items-center",...m,children:[e.jsx(Te.Track,{className:"relative h-1 w-full grow overflow-hidden rounded-full bg-background-muted",children:e.jsx(Te.Range,{className:"absolute h-full bg-accent"})}),u.map((p,f)=>e.jsx(Te.Thumb,{className:l("block size-4 rounded-full border-2 border-accent bg-card shadow-sm","outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background","transition-transform duration-[var(--duration-fast)] ease-[var(--ease-out)]","hover:scale-110 disabled:pointer-events-none disabled:opacity-50"),"aria-label":g?f===0?"Minimum":"Maximum":r?String(r):"Value"},f))]})]})});Vr.displayName="Slider";const Ia={sm:"size-3.5",md:"size-4",lg:"size-6"},Pa={accent:"text-accent",neutral:"text-foreground-subtle","on-accent":"text-on-accent"},qr=i.forwardRef(function({className:t,tone:r="accent",size:s="md",label:n,decorative:o,...c},m){return e.jsxs("svg",{ref:m,viewBox:"0 0 24 24",role:o?void 0:"status","aria-label":o?void 0:n??"Loading","aria-hidden":o||void 0,className:l("animate-spin",Ia[s],Pa[r],t),...c,children:[e.jsx("circle",{cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"2.5",strokeOpacity:.2,fill:"none"}),e.jsx("path",{d:"M12 2a10 10 0 0 1 10 10",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",fill:"none"})]})});qr.displayName="Spinner";const vt=i.forwardRef(function({steps:t,current:r,orientation:s="horizontal",className:n,...o},c){return e.jsx("ol",{ref:c,"aria-label":"Progress",className:l(s==="horizontal"?"flex w-full items-center":"flex flex-col gap-6",n),...o,children:t.map((m,x)=>{const u=x<r?"complete":x===r?"current":"upcoming",g=x===t.length-1;return e.jsxs("li",{"aria-current":u==="current"?"step":void 0,className:l(s==="horizontal"?"flex flex-1 items-center gap-3 last:flex-initial":"flex items-start gap-3"),children:[e.jsxs("div",{className:l(s==="horizontal"?"flex items-center gap-3":"flex flex-col items-center"),children:[e.jsx("span",{"aria-hidden":!0,className:l("inline-flex size-7 items-center justify-center rounded-full text-xs font-semibold transition-colors",u==="complete"&&"bg-accent text-on-accent",u==="current"&&"bg-card border-2 border-accent text-accent",u==="upcoming"&&"bg-background-muted text-foreground-subtle border border-border"),children:u==="complete"?e.jsx(d.Check,{className:"size-4"}):x+1}),s==="vertical"&&!g&&e.jsx("span",{className:l("mt-1 w-px flex-1 min-h-6",x<r?"bg-accent":"bg-border")})]}),e.jsxs("div",{className:l("flex flex-col",s==="horizontal"&&"min-w-0"),children:[e.jsx("span",{className:l("text-sm font-medium",u==="upcoming"?"text-foreground-subtle":"text-foreground"),children:m.title}),s==="vertical"&&m.description&&e.jsx("p",{className:"text-xs text-foreground-muted mt-0.5",children:m.description})]}),s==="horizontal"&&!g&&e.jsx("span",{"aria-hidden":!0,className:l("h-px flex-1 mx-2",x<r?"bg-accent":"bg-border")})]},x)})})});vt.displayName="Stepper";const _a={sm:"h-4 w-7",md:"h-5 w-9"},Aa={sm:"size-3 data-[state=checked]:translate-x-3",md:"size-4 data-[state=checked]:translate-x-4"},ue=i.forwardRef(function({className:t,label:r,description:s,labelPosition:n="after",size:o="md",hideLabel:c,id:m,disabled:x,...u},g){const p=i.useId(),f=m??p,h=s?`${f}-desc`:void 0,b=e.jsx(St.Root,{ref:g,id:f,disabled:x,"aria-describedby":h,className:l("peer inline-flex shrink-0 items-center rounded-full border-2 border-transparent","transition-colors duration-[var(--duration-base)] ease-[var(--ease-out)]","outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background","disabled:cursor-not-allowed disabled:opacity-50","data-[state=checked]:bg-accent data-[state=unchecked]:bg-neutral-300 dark:data-[state=unchecked]:bg-neutral-700",_a[o]),...u,children:e.jsx(St.Thumb,{className:l("pointer-events-none block rounded-full bg-white shadow-sm","transition-transform duration-[var(--duration-base)] ease-[var(--ease-out)]","translate-x-0",Aa[o])})}),j=r&&e.jsxs("div",{className:l("flex flex-col gap-0.5 select-none",c&&"sr-only"),children:[e.jsx("label",{htmlFor:f,className:l("text-sm text-foreground",x&&"opacity-50 cursor-not-allowed"),children:r}),s&&e.jsx("p",{id:h,className:"text-xs text-foreground-subtle",children:s})]});return e.jsxs("div",{className:l("inline-flex items-center gap-2.5",t),children:[n==="before"&&j,b,n==="after"&&j]})});ue.displayName="Switch";const Wr=ze.Root,Fa=X.cva("inline-flex items-center",{variants:{variant:{underline:"gap-4 border-b border-border w-full",pills:"gap-1 rounded-lg bg-background-muted p-1"},size:{sm:"h-9 text-xs",md:"h-10 text-sm",lg:"h-11 text-sm"}},defaultVariants:{variant:"underline",size:"md"}}),jt=i.forwardRef(function({className:t,variant:r="underline",size:s,...n},o){return e.jsx(ze.List,{ref:o,"data-variant":r,className:l(Fa({variant:r,size:s}),t),...n})});jt.displayName="TabsList";const Nt=i.forwardRef(function({className:t,...r},s){return e.jsx(ze.Trigger,{ref:s,className:l("inline-flex items-center gap-2 whitespace-nowrap font-medium","outline-none transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out)]","focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background","disabled:pointer-events-none disabled:opacity-50","[[data-variant=underline]_&]:relative [[data-variant=underline]_&]:h-full","[[data-variant=underline]_&]:px-1 [[data-variant=underline]_&]:text-foreground-muted","[[data-variant=underline]_&]:hover:text-foreground","[[data-variant=underline]_&]:data-[state=active]:text-foreground","[[data-variant=underline]_&]:data-[state=active]:after:absolute","[[data-variant=underline]_&]:data-[state=active]:after:inset-x-0","[[data-variant=underline]_&]:data-[state=active]:after:-bottom-px","[[data-variant=underline]_&]:data-[state=active]:after:h-0.5","[[data-variant=underline]_&]:data-[state=active]:after:bg-accent","[[data-variant=pills]_&]:h-full [[data-variant=pills]_&]:rounded-md [[data-variant=pills]_&]:px-3","[[data-variant=pills]_&]:text-foreground-muted","[[data-variant=pills]_&]:hover:text-foreground","[[data-variant=pills]_&]:data-[state=active]:bg-card","[[data-variant=pills]_&]:data-[state=active]:text-foreground","[[data-variant=pills]_&]:data-[state=active]:shadow-xs",t),...r})});Nt.displayName="TabsTrigger";const wt=i.forwardRef(function({className:t,...r},s){return e.jsx(ze.Content,{ref:s,className:l("mt-4 outline-none","focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background",t),...r})});wt.displayName="TabsContent";const Xr=i.forwardRef(function({className:t,label:r,helperText:s,error:n,autoResize:o,minRows:c=3,maxRows:m=12,hideLabel:x,id:u,onChange:g,value:p,defaultValue:f,...h},b){const j=i.useId(),v=u??j,S=`${v}-helper`,_=`${v}-error`,D=i.useRef(null),k=w=>{D.current=w,typeof b=="function"?b(w):b&&(b.current=w)},N=i.useCallback(()=>{const w=D.current;if(!w||!o)return;w.style.height="auto";const K=(parseFloat(getComputedStyle(w).lineHeight)||20)*m;w.style.height=`${Math.min(w.scrollHeight,K)}px`,w.style.overflowY=w.scrollHeight>K?"auto":"hidden"},[o,m]);return i.useEffect(()=>{o&&N()},[o,N,p,f]),e.jsxs("div",{className:l("flex flex-col gap-1.5",t),children:[r&&e.jsx("label",{htmlFor:v,className:l("text-sm font-medium text-foreground",x&&"sr-only"),children:r}),e.jsx("textarea",{ref:k,id:v,rows:c,value:p,defaultValue:f,onChange:w=>{g==null||g(w),o&&N()},"aria-invalid":!!n||void 0,"aria-describedby":n?_:s?S:void 0,className:l("rounded-md border bg-card px-3 py-2 text-sm text-foreground","placeholder:text-foreground-subtle","transition-colors duration-[var(--duration-fast)] ease-[var(--ease-out)]","outline-none","focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2","focus-visible:ring-offset-background","disabled:opacity-50 disabled:cursor-not-allowed",n?"border-danger focus-visible:border-danger focus-visible:ring-danger":"border-border focus-visible:border-accent",o?"resize-none":"resize-y min-h-20"),...h}),n?e.jsx("p",{id:_,role:"alert",className:"text-xs text-danger-text",children:n}):s?e.jsx("p",{id:S,className:"text-xs text-foreground-subtle",children:s}):null]})});Xr.displayName="Textarea";const La=de.Provider,Kr=i.forwardRef(function({className:t,...r},s){return e.jsx(de.Viewport,{ref:s,className:l("fixed bottom-0 right-0 z-[var(--z-toast)] flex max-h-screen w-full flex-col-reverse gap-2 p-6","sm:bottom-auto sm:top-4 sm:right-4 sm:max-w-sm sm:flex-col",t),...r})});Kr.displayName="ToastViewport";const Ea=X.cva(["group pointer-events-auto relative flex w-full items-start gap-3","overflow-hidden rounded-lg border p-4 pr-8 shadow-md","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=closed]:fade-out-80 data-[state=open]:slide-in-from-right-full","data-[state=closed]:slide-out-to-right-full","data-[swipe=move]:translate-x-[var(--radix-toast-swipe-move-x)]","data-[swipe=cancel]:translate-x-0 data-[swipe=cancel]:transition-transform","data-[swipe=end]:translate-x-[var(--radix-toast-swipe-end-x)]"],{variants:{variant:{default:"border-border bg-card text-card-foreground",success:"border-success-border-soft bg-success-soft text-success-text",warning:"border-warning-border-soft bg-warning-soft text-warning-text",danger:"border-danger-border-soft bg-danger-soft text-danger-text",info:"border-info-border-soft bg-info-soft text-info-text"}},defaultVariants:{variant:"default"}}),Ba={default:null,success:e.jsx(d.CheckCircle2,{className:"size-5 text-success-text shrink-0 mt-0.5","aria-hidden":!0}),warning:e.jsx(d.AlertTriangle,{className:"size-5 text-warning-text shrink-0 mt-0.5","aria-hidden":!0}),danger:e.jsx(d.XCircle,{className:"size-5 text-danger-text shrink-0 mt-0.5","aria-hidden":!0}),info:e.jsx(d.Info,{className:"size-5 text-info-text shrink-0 mt-0.5","aria-hidden":!0})},Qr=i.forwardRef(function({className:t,variant:r="default",children:s,...n},o){return e.jsxs(de.Root,{ref:o,className:l(Ea({variant:r}),t),...n,children:[Ba[r??"default"],e.jsx("div",{className:"flex-1 space-y-1",children:s})]})});Qr.displayName="Toast";const Yr=i.forwardRef(function({className:t,...r},s){return e.jsx(de.Title,{ref:s,className:l("text-sm font-medium",t),...r})});Yr.displayName="ToastTitle";const Jr=i.forwardRef(function({className:t,...r},s){return e.jsx(de.Description,{ref:s,className:l("text-sm opacity-90",t),...r})});Jr.displayName="ToastDescription";const Zr=i.forwardRef(function({className:t,...r},s){return e.jsx(de.Action,{ref:s,className:l("inline-flex h-8 shrink-0 items-center justify-center rounded-md border border-current bg-transparent px-3 text-sm font-medium","transition-colors hover:bg-current/10 outline-none","focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-card",t),...r})});Zr.displayName="ToastAction";const es=i.forwardRef(function({className:t,...r},s){return e.jsx(de.Close,{ref:s,"aria-label":"Close",className:l("absolute right-2 top-2 inline-flex size-7 items-center justify-center rounded-md text-foreground-subtle","opacity-0 transition-opacity group-hover:opacity-100 hover:text-foreground","outline-none focus-visible:opacity-100 focus-visible:ring-2 focus-visible:ring-ring",t),"toast-close":"",...r,children:e.jsx(d.X,{className:"size-4","aria-hidden":!0})})});es.displayName="ToastClose";const Oa=({delayDuration:a=500,skipDelayDuration:t=200,...r})=>e.jsx(je.Provider,{delayDuration:a,skipDelayDuration:t,...r}),ts=je.Root,rs=je.Trigger,yt=i.forwardRef(function({className:t,sideOffset:r=4,...s},n){return e.jsx(je.Portal,{children:e.jsx(je.Content,{ref:n,sideOffset:r,className:l("z-[var(--z-tooltip)] overflow-hidden rounded-md px-2 py-1 text-xs font-medium","bg-neutral-900 text-neutral-50","dark:bg-neutral-50 dark:text-neutral-900","shadow-sm max-w-xs","data-[state=open]:animate-in data-[state=closed]:animate-out","data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0","data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95",t),...s})})});yt.displayName="TooltipContent";function ss({children:a,label:t,side:r="top",align:s="center",disabled:n,delayDuration:o}){return n?e.jsx(e.Fragment,{children:a}):e.jsxs(ts,{delayDuration:o,children:[e.jsx(rs,{asChild:!0,children:a}),e.jsx(yt,{side:r,align:s,children:t})]})}ss.displayName="Tooltip";const as=i.forwardRef(function({logo:t,nav:r,search:s,actions:n,className:o,...c},m){return e.jsxs("header",{ref:m,className:l("sticky top-0 z-[var(--z-sticky)] flex h-14 w-full items-center gap-4","border-b border-border bg-background/80 px-4 backdrop-blur","supports-[backdrop-filter]:bg-background/60",o),...c,children:[e.jsxs("div",{className:"flex items-center gap-6 shrink-0",children:[t,r&&e.jsx("nav",{className:"hidden md:flex items-center gap-1",children:r})]}),s&&e.jsx("div",{className:"flex-1 max-w-md mx-auto",children:s}),n&&e.jsx("div",{className:"ml-auto flex items-center gap-2 shrink-0",children:n})]})});as.displayName="TopNav";const ns=i.forwardRef(function({href:t,active:r,className:s,children:n,...o},c){return e.jsx("a",{ref:c,href:t,"aria-current":r?"page":void 0,className:l("inline-flex h-9 items-center rounded-md px-3 text-sm font-medium outline-none","transition-colors duration-[var(--duration-fast)]",r?"text-foreground":"text-foreground-muted hover:text-foreground","focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background",s),...o,children:n})});ns.displayName="TopNavLink";const os=i.createContext(null);function Ge(){const a=i.useContext(os);if(!a)throw new Error("Carousel components must be used inside <Carousel>");return a}const $a=i.forwardRef(function({opts:t,orientation:r="horizontal",setApi:s,className:n,children:o,...c},m){const[x,u]=_s({...t,axis:r==="horizontal"?"x":"y"}),[g,p]=i.useState(!1),[f,h]=i.useState(!1),b=i.useCallback(j=>{j&&(p(j.canScrollPrev()),h(j.canScrollNext()))},[]);return i.useEffect(()=>{if(u)return s==null||s(u),b(u),u.on("reInit",b).on("select",b),()=>{u.off("reInit",b).off("select",b)}},[u,b,s]),e.jsx(os.Provider,{value:{carouselRef:x,api:u,canPrev:g,canNext:f,scrollPrev:()=>u==null?void 0:u.scrollPrev(),scrollNext:()=>u==null?void 0:u.scrollNext(),orientation:r},children:e.jsx("div",{ref:m,className:l("relative",n),role:"region","aria-roledescription":"carousel",...c,children:o})})}),Ua=i.forwardRef(function({className:t,...r},s){const{carouselRef:n,orientation:o}=Ge();return e.jsx("div",{ref:n,className:"overflow-hidden",children:e.jsx("div",{ref:s,className:l("flex",o==="horizontal"?"-ml-4":"-mt-4 flex-col",t),...r})})}),Ha=i.forwardRef(function({className:t,...r},s){const{orientation:n}=Ge();return e.jsx("div",{ref:s,role:"group","aria-roledescription":"slide",className:l("min-w-0 shrink-0 grow-0 basis-full",n==="horizontal"?"pl-4":"pt-4",t),...r})});function Ga({className:a}){const{canPrev:t,scrollPrev:r,orientation:s}=Ge();return e.jsx(xe,{"aria-label":"Previous",variant:"outline",disabled:!t,onClick:r,icon:e.jsx(d.ChevronLeft,{}),className:l("absolute z-10",s==="horizontal"?"-left-12 top-1/2 -translate-y-1/2":"-top-12 left-1/2 -translate-x-1/2 rotate-90",a)})}function Va({className:a}){const{canNext:t,scrollNext:r,orientation:s}=Ge();return e.jsx(xe,{"aria-label":"Next",variant:"outline",disabled:!t,onClick:r,icon:e.jsx(d.ChevronRight,{}),className:l("absolute z-10",s==="horizontal"?"-right-12 top-1/2 -translate-y-1/2":"-bottom-12 left-1/2 -translate-x-1/2 rotate-90",a)})}function is(a,t,r,s=8){const n=a.map(f=>f.y),o=Math.min(0,...n),c=Math.max(...n,1),m=c-o||1,x=t-s*2,u=r-s*2;return{sx:f=>a.length<=1?s+x/2:s+f/(a.length-1)*x,sy:f=>s+u-(f-o)/m*u,min:o,max:c}}function qa({data:a,height:t=80,width:r="100%",caption:s,className:n}){const o=typeof r=="number"?r:320,{sx:c,sy:m}=is(a,o,t),x=a.map((u,g)=>`${g===0?"M":"L"}${c(g).toFixed(1)},${m(u.y).toFixed(1)}`).join(" ");return e.jsxs("figure",{className:l("flex flex-col gap-1.5",n),children:[s&&e.jsx("figcaption",{className:"text-xs text-foreground-muted",children:s}),e.jsxs("svg",{viewBox:`0 0 ${o} ${t}`,width:r,height:t,role:"img",children:[e.jsx("path",{d:x,fill:"none",stroke:"var(--color-accent)",strokeWidth:1.75,strokeLinecap:"round",strokeLinejoin:"round"}),a.map((u,g)=>e.jsx("circle",{cx:c(g),cy:m(u.y),r:2,fill:"var(--color-accent)"},g))]})]})}function Wa({data:a,height:t=80,width:r="100%",caption:s,className:n}){const o=typeof r=="number"?r:320,{sx:c,sy:m}=is(a,o,t),x=a.map((g,p)=>`${p===0?"M":"L"}${c(p).toFixed(1)},${m(g.y).toFixed(1)}`).join(" "),u=`${x} L${c(a.length-1).toFixed(1)},${t} L${c(0).toFixed(1)},${t} Z`;return e.jsxs("figure",{className:l("flex flex-col gap-1.5",n),children:[s&&e.jsx("figcaption",{className:"text-xs text-foreground-muted",children:s}),e.jsxs("svg",{viewBox:`0 0 ${o} ${t}`,width:r,height:t,role:"img",children:[e.jsx("path",{d:u,fill:"var(--color-accent-soft)"}),e.jsx("path",{d:x,fill:"none",stroke:"var(--color-accent)",strokeWidth:1.5})]})]})}function Xa({data:a,height:t=100,width:r="100%",caption:s,className:n}){const o=typeof r=="number"?r:320,c=8,m=2,x=o-c*2,u=Math.max(2,x/a.length-m),g=a.map(f=>f.y),p=Math.max(...g,1);return e.jsxs("figure",{className:l("flex flex-col gap-1.5",n),children:[s&&e.jsx("figcaption",{className:"text-xs text-foreground-muted",children:s}),e.jsx("svg",{viewBox:`0 0 ${o} ${t}`,width:r,height:t,role:"img",children:a.map((f,h)=>{const b=f.y/p*(t-c*2);return e.jsx("rect",{x:c+h*(u+m),y:t-c-b,width:u,height:b,fill:"var(--color-accent)",rx:1.5,children:e.jsx("title",{children:`${f.x}: ${f.y}`})},h)})})]})}const ls=({shouldScaleBackground:a=!0,...t})=>e.jsx(oe.Drawer.Root,{shouldScaleBackground:a,...t});ls.displayName="Drawer";const Ka=oe.Drawer.Trigger,ds=oe.Drawer.Portal,Qa=oe.Drawer.Close,cs=i.forwardRef(function({className:t,...r},s){return e.jsx(oe.Drawer.Overlay,{ref:s,className:l("fixed inset-0 z-50 bg-black/40",t),...r})}),Ya={bottom:"inset-x-0 bottom-0 mt-24 flex h-auto max-h-[90vh] flex-col rounded-t-xl border-t border-border",top:"inset-x-0 top-0 mb-24 flex h-auto max-h-[90vh] flex-col rounded-b-xl border-b border-border",left:"inset-y-0 left-0 flex h-full w-[420px] max-w-[90vw] flex-col rounded-r-xl border-r border-border",right:"inset-y-0 right-0 flex h-full w-[420px] max-w-[90vw] flex-col rounded-l-xl border-l border-border"},Ja={bottom:"mx-auto mt-3 h-1.5 w-12 rounded-full bg-border",top:"mx-auto mb-3 h-1.5 w-12 rounded-full bg-border order-last",left:"mx-1.5 my-auto h-12 w-1.5 rounded-full bg-border order-last self-stretch shrink-0",right:"mx-1.5 my-auto h-12 w-1.5 rounded-full bg-border shrink-0 self-stretch"},Za=i.forwardRef(function({className:t,direction:r="bottom",hideHandle:s,children:n,...o},c){const m=r==="left"||r==="right";return e.jsxs(ds,{children:[e.jsx(cs,{}),e.jsxs(oe.Drawer.Content,{ref:c,className:l("fixed z-50 bg-card",Ya[r],m&&"flex-row",t),...o,children:[!s&&e.jsx("div",{"aria-hidden":!0,className:Ja[r]}),e.jsx("div",{className:l("min-h-0 min-w-0 flex-1",m&&"flex flex-col"),children:n})]})]})});function en({className:a,...t}){return e.jsx("div",{className:l("grid gap-1 p-4 text-center sm:text-left",a),...t})}function tn({className:a,...t}){return e.jsx("div",{className:l("mt-auto flex flex-col gap-2 p-4",a),...t})}const rn=i.forwardRef(function({className:t,...r},s){return e.jsx(oe.Drawer.Title,{ref:s,className:l("text-lg font-semibold",t),...r})}),sn=i.forwardRef(function({className:t,...r},s){return e.jsx(oe.Drawer.Description,{ref:s,className:l("text-sm text-foreground-muted",t),...r})});function an(a){return a<1024?`${a} B`:a<1024*1024?`${(a/1024).toFixed(1)} KB`:`${(a/1024/1024).toFixed(1)} MB`}const nn=i.forwardRef(function({accept:t,multiple:r,maxSize:s,value:n,onChange:o,hint:c,disabled:m,className:x},u){const g=i.useRef(null),p=i.useId(),[f,h]=i.useState([]),[b,j]=i.useState(!1),v=n??f,S=i.useCallback(N=>{n===void 0&&h(N),o==null||o(N)},[o,n]),_=i.useCallback(N=>{const w=Array.from(N).filter(F=>!s||F.size<=s);S(r?[...v,...w]:w.slice(0,1))},[v,s,r,S]),D=N=>S(v.filter((w,F)=>F!==N)),k=N=>{N.preventDefault(),j(!1),!m&&_(N.dataTransfer.files)};return e.jsxs("div",{ref:u,className:l("flex flex-col gap-3",x),children:[e.jsxs("label",{htmlFor:p,onDragOver:N=>{N.preventDefault(),m||j(!0)},onDragLeave:()=>j(!1),onDrop:k,className:l("group relative flex cursor-pointer flex-col items-center justify-center gap-2","rounded-md border border-dashed border-border bg-background-subtle px-6 py-8","text-center transition-colors","hover:border-border-strong hover:bg-background-muted",b&&"border-accent bg-accent-soft",m&&"pointer-events-none opacity-50"),children:[e.jsx(d.Upload,{className:"size-5 text-foreground-muted","aria-hidden":!0}),e.jsxs("div",{className:"space-y-1",children:[e.jsx("p",{className:"text-sm font-medium",children:"Drop files here, or click to browse"}),c&&e.jsx("p",{className:"text-xs text-foreground-muted",children:c})]}),e.jsx("input",{ref:g,id:p,type:"file",accept:t,multiple:r,disabled:m,className:"sr-only",onChange:N=>N.target.files&&_(N.target.files)})]}),v.length>0&&e.jsx("ul",{className:"flex flex-col gap-2",children:v.map((N,w)=>e.jsxs("li",{className:"flex items-center gap-3 rounded-md border border-border bg-card px-3 py-2",children:[e.jsx(d.File,{className:"size-4 shrink-0 text-foreground-muted","aria-hidden":!0}),e.jsxs("div",{className:"min-w-0 flex-1",children:[e.jsx("p",{className:"truncate text-sm",children:N.name}),e.jsx("p",{className:"text-xs text-foreground-muted",children:an(N.size)})]}),e.jsx("button",{type:"button",onClick:()=>D(w),className:"rounded p-1 text-foreground-muted hover:bg-background-muted hover:text-foreground","aria-label":`Remove ${N.name}`,children:e.jsx(d.X,{className:"size-4"})})]},`${N.name}-${w}`))})]})}),on=X.cva(["relative pointer-events-auto w-full max-w-md","flex items-start gap-3 rounded-md border bg-card p-3 shadow-md","text-sm text-foreground"],{variants:{variant:{default:"border-border",info:"border-info-border-soft",success:"border-success-border-soft",warning:"border-warning-border-soft",danger:"border-danger-border-soft"}},defaultVariants:{variant:"default"}}),ln={default:null,info:e.jsx(d.Info,{className:"size-4 shrink-0 mt-0.5 text-info-text","aria-hidden":!0}),success:e.jsx(d.CheckCircle2,{className:"size-4 shrink-0 mt-0.5 text-success-text","aria-hidden":!0}),warning:e.jsx(d.AlertTriangle,{className:"size-4 shrink-0 mt-0.5 text-warning-text","aria-hidden":!0}),danger:e.jsx(d.XCircle,{className:"size-4 shrink-0 mt-0.5 text-danger-text","aria-hidden":!0})},dn=i.forwardRef(function({className:t,variant:r="default",title:s,action:n,onClose:o,icon:c,children:m,...x},u){const g=c===!1?null:c??ln[r??"default"];return e.jsxs("div",{ref:u,role:"status",className:l(on({variant:r}),t),...x,children:[g,e.jsxs("div",{className:"min-w-0 flex-1",children:[s&&e.jsx("p",{className:"font-medium",children:s}),m&&e.jsx("p",{className:"text-foreground-muted",children:m})]}),n,o&&e.jsx("button",{type:"button",onClick:o,"aria-label":"Dismiss",className:"rounded p-1 text-foreground-muted hover:bg-background-muted hover:text-foreground",children:e.jsx(d.X,{className:"size-4"})})]})}),cn=i.forwardRef(function({value:t,defaultValue:r=[],onChange:s,placeholder:n="Add and press Enter",max:o,disabled:c,error:m,separators:x=["Enter",","],className:u},g){const[p,f]=i.useState(r),[h,b]=i.useState(""),j=t??p,v=i.useCallback(k=>{t===void 0&&f(k),s==null||s(k)},[s,t]),S=k=>{const N=k.trim();!N||j.includes(N)||o!==void 0&&j.length>=o||v([...j,N])},_=k=>v(j.filter((N,w)=>w!==k)),D=k=>{x.includes(k.key)?(k.preventDefault(),S(h),b("")):k.key==="Backspace"&&!h&&j.length&&_(j.length-1)};return e.jsxs("div",{ref:g,className:l("flex min-h-9 w-full flex-wrap items-center gap-1.5 rounded-md border bg-card px-2 py-1.5","transition-colors focus-within:border-ring focus-within:ring-2 focus-within:ring-ring",m?"border-danger focus-within:border-danger focus-within:ring-danger":"border-border",c&&"pointer-events-none opacity-50",u),children:[j.map((k,N)=>e.jsxs("span",{className:"inline-flex items-center gap-1 rounded bg-background-muted px-2 py-0.5 text-xs",children:[k,e.jsx("button",{type:"button",onClick:()=>_(N),className:"rounded p-0.5 text-foreground-muted hover:bg-background-subtle hover:text-foreground","aria-label":`Remove ${k}`,children:e.jsx(d.X,{className:"size-3"})})]},`${k}-${N}`)),e.jsx("input",{value:h,disabled:c,onChange:k=>b(k.target.value),onKeyDown:D,onBlur:()=>{h&&(S(h),b(""))},placeholder:j.length===0?n:void 0,className:"min-w-[8ch] flex-1 bg-transparent text-sm outline-none placeholder:text-foreground-subtle"})]})}),un=i.forwardRef(function({className:t,children:r,...s},n){return e.jsx("ol",{ref:n,className:l("relative flex flex-col gap-6",t),...s,children:r})}),mn=i.forwardRef(function({bullet:t,isLast:r,className:s,children:n,...o},c){return e.jsxs("li",{ref:c,className:l("relative flex gap-4 pb-1",s),...o,children:[e.jsxs("div",{className:"relative flex shrink-0 flex-col items-center",children:[e.jsx("div",{className:"flex size-6 items-center justify-center rounded-full border border-border bg-card text-foreground-muted",children:t??e.jsx("span",{className:"size-2 rounded-full bg-accent","aria-hidden":!0})}),!r&&e.jsx("span",{className:"mt-1 flex-1 w-px bg-border","aria-hidden":!0})]}),e.jsx("div",{className:"min-w-0 flex-1 pb-4",children:n})]})});function xn({className:a,children:t}){return e.jsx("p",{className:l("text-xs text-foreground-subtle",a),children:t})}function fn({className:a,children:t}){return e.jsx("p",{className:l("text-sm font-medium",a),children:t})}function gn({className:a,children:t}){return e.jsx("p",{className:l("mt-0.5 text-sm text-foreground-muted",a),children:t})}function hn({data:a,defaultExpanded:t=[],selectedId:r,onSelect:s,className:n}){const[o,c]=i.useState(new Set(t)),m=u=>c(g=>{const p=new Set(g);return p.has(u)?p.delete(u):p.add(u),p});function x(u,g){const p=!!u.children,f=o.has(u.id),h=r===u.id,b=p?f?d.FolderOpen:d.Folder:d.File;return e.jsxs("li",{role:"treeitem","aria-expanded":p?f:void 0,children:[e.jsxs("button",{type:"button",tabIndex:0,onClick:()=>{s==null||s(u.id),p&&m(u.id)},onKeyDown:j=>{(j.key==="ArrowRight"&&p&&!f||j.key==="ArrowLeft"&&p&&f)&&m(u.id)},style:{paddingLeft:g*16+8},className:l("flex w-full items-center gap-1.5 rounded-md py-1 pr-2 text-left text-sm","hover:bg-background-muted focus-visible:bg-background-muted outline-none",h&&"bg-accent-soft text-foreground"),children:[p?e.jsx(d.ChevronRight,{className:l("size-3.5 shrink-0 text-foreground-subtle transition-transform",f&&"rotate-90"),"aria-hidden":!0}):e.jsx("span",{className:"w-3.5 shrink-0","aria-hidden":!0}),u.icon??e.jsx(b,{className:"size-4 shrink-0 text-foreground-muted","aria-hidden":!0}),e.jsx("span",{className:"truncate",children:u.label})]}),p&&f&&e.jsx("ul",{role:"group",className:"mt-0.5",children:u.children.map(j=>x(j,g+1))})]},u.id)}return e.jsx("ul",{role:"tree",className:l("flex flex-col gap-0.5",n),children:a.map(u=>x(u,0))})}function pn({brand:a,title:t,subtitle:r,children:s,footer:n}){return e.jsx("main",{className:"grid min-h-screen place-items-center bg-background-subtle px-4 py-12",children:e.jsxs("div",{className:"w-full max-w-[400px] space-y-6",children:[a&&e.jsx("div",{className:"flex justify-center",children:a}),e.jsxs("div",{className:"space-y-2 text-center",children:[e.jsx("h1",{className:"text-2xl font-semibold tracking-tight text-foreground",children:t}),r&&e.jsx("p",{className:"text-sm text-foreground-muted",children:r})]}),e.jsx("div",{className:"rounded-lg border border-border bg-card p-6",children:s}),n&&e.jsx("p",{className:"text-center text-sm text-foreground-muted",children:n})]})})}function bn({onSubmit:a,loading:t,error:r,forgotHref:s="/forgot"}){const[n,o]=i.useState(""),[c,m]=i.useState(""),x=u=>{u.preventDefault(),a({email:n,password:c})};return e.jsxs("form",{onSubmit:x,className:"space-y-4",children:[r&&e.jsx(we,{variant:"danger",children:r}),e.jsx(P,{type:"email",label:"Email",value:n,onChange:u=>o(u.target.value),autoComplete:"email",required:!0}),e.jsx(P,{type:"password",label:"Password",value:c,onChange:u=>m(u.target.value),autoComplete:"current-password",required:!0}),e.jsx("div",{className:"flex items-center justify-between text-sm",children:e.jsx("a",{href:s,className:"font-medium text-accent hover:underline outline-none focus-visible:ring-2 focus-visible:ring-ring rounded-sm",children:"Forgot password?"})}),e.jsx(T,{type:"submit",loading:t,className:"w-full",trailingIcon:e.jsx(d.ArrowRight,{}),children:"Sign in"})]})}function vn({onSubmit:a,loading:t,error:r}){const[s,n]=i.useState(""),[o,c]=i.useState(""),[m,x]=i.useState("");return e.jsxs("form",{onSubmit:u=>{u.preventDefault(),a({name:s,email:o,password:m})},className:"space-y-4",children:[r&&e.jsx(we,{variant:"danger",children:r}),e.jsx(P,{label:"Full name",value:s,onChange:u=>n(u.target.value),required:!0}),e.jsx(P,{type:"email",label:"Work email",value:o,onChange:u=>c(u.target.value),autoComplete:"email",required:!0}),e.jsx(P,{type:"password",label:"Password",helperText:"At least 8 characters.",value:m,onChange:u=>x(u.target.value),autoComplete:"new-password",required:!0}),e.jsx(T,{type:"submit",loading:t,className:"w-full",children:"Create account"}),e.jsx("p",{className:"text-xs text-foreground-subtle text-center",children:"By signing up you agree to our Terms of Service and Privacy Policy."})]})}function jn({onSubmit:a,loading:t,error:r}){const[s,n]=i.useState("");return e.jsxs("form",{onSubmit:o=>{o.preventDefault(),a(s)},className:"space-y-4",children:[r&&e.jsx(we,{variant:"danger",children:r}),e.jsx(P,{type:"email",label:"Email",helperText:"We'll send a reset link if an account exists.",value:s,onChange:o=>n(o.target.value),autoComplete:"email",required:!0}),e.jsx(T,{type:"submit",loading:t,className:"w-full",leadingIcon:e.jsx(d.Mail,{}),children:"Send reset link"})]})}function Nn({email:a,onResend:t}){return e.jsxs("div",{className:"space-y-4 text-center",children:[e.jsx("div",{className:"mx-auto inline-flex size-12 items-center justify-center rounded-full bg-success-soft text-success-text",children:e.jsx(d.CheckCircle2,{className:"size-6","aria-hidden":!0})}),e.jsxs("p",{className:"text-sm text-foreground-muted",children:["We sent a sign-in link to"," ",e.jsx("span",{className:"font-medium text-foreground",children:a}),". Open it on this device to continue."]}),e.jsx(le,{}),e.jsxs("p",{className:"text-xs text-foreground-subtle",children:["Didn't get it?"," ",e.jsx("button",{type:"button",onClick:t,className:"font-medium text-accent hover:underline outline-none focus-visible:ring-2 focus-visible:ring-ring rounded-sm",children:"Resend"})]})]})}function ge(a){typeof window>"u"||(window.location.hash=a)}const wn=[{label:"Workspace",items:[{key:"home",label:"Home",icon:e.jsx(d.Home,{}),href:"#dashboard"},{key:"projects",label:"Projects",icon:e.jsx(d.Folder,{}),href:"#data-table",trailing:e.jsx(V,{tone:"neutral",children:"12"})},{key:"inbox",label:"Inbox",icon:e.jsx(d.Inbox,{}),href:"#first-run",trailing:e.jsx(V,{tone:"accent",children:"5"})},{key:"members",label:"Members",icon:e.jsx(d.Users,{}),href:"#record",trailing:e.jsx(V,{tone:"neutral",children:"3"})},{key:"insights",label:"Insights",icon:e.jsx(d.BarChart3,{}),href:"#dashboard"}]},{label:"Personal",items:[{key:"bookmarks",label:"Bookmarks",icon:e.jsx(d.Bookmark,{}),href:"#pricing"},{key:"apps",label:"Apps",icon:e.jsx(d.LayoutGrid,{}),href:"#onboarding"}]},{label:"Account",items:[{key:"settings",label:"Settings",icon:e.jsx(d.Settings,{}),href:"#settings"},{key:"integrations",label:"Integrations",icon:e.jsx(d.Plug,{}),href:"#settings"},{key:"help",label:"Help & docs",icon:e.jsx(d.HelpCircle,{}),href:"#"}]}],yn={name:"Bay Otgonbayar",email:"bay@craftzbay.com",initials:"BO",status:"online"},Cn=[{id:"n1",who:{name:"Anu B.",initials:"AB"},action:"mentioned you in",target:"Q2 OKRs",when:"2m",unread:!0},{id:"n2",who:{name:"Bat E.",initials:"BE"},action:"requested review on",target:"fix/login-flow",when:"18m",unread:!0},{id:"n3",who:{name:"Tuya G.",initials:"TG"},action:"commented on",target:"feat/segments",when:"1h",unread:!0},{id:"n4",who:{name:"Khulan O.",initials:"KO"},action:"archived",target:"old-billing-spike",when:"3h"},{id:"n5",who:{name:"Sara M.",initials:"SM"},action:"invited you to",target:"Atlas workspace",when:"Yesterday"}],kn=[{label:"Profile",icon:e.jsx(d.User,{className:"size-4"}),onSelect:()=>ge("record")},{label:"Account settings",icon:e.jsx(d.Settings,{className:"size-4"}),onSelect:()=>ge("settings")},{label:"Upgrade plan",icon:e.jsx(d.Sparkles,{className:"size-4"}),trailing:e.jsx(V,{tone:"accent",className:"ml-auto",children:"Pro"}),onSelect:()=>ge("pricing")},{label:"Help & support",icon:e.jsx(d.HelpCircle,{className:"size-4"}),onSelect:()=>ge("first-run"),separatorAbove:!0},{label:"Sign out",icon:e.jsx(d.LogOut,{className:"size-4"}),onSelect:()=>ge("auth-signin"),separatorAbove:!0}];function Sn({children:a,brand:t,active:r="home",navSections:s=wn,sidebar:n,topbarActions:o,search:c,user:m=yn,profileMenu:x=kn,notifications:u=Cn,onMarkAllNotificationsRead:g,onViewAllNotifications:p}){return e.jsxs("div",{className:"flex min-h-screen w-full bg-background",children:[e.jsx(ht,{defaultCollapsed:!1,header:t,footer:e.jsx(ms,{user:m}),children:n??e.jsx(us,{sections:s,active:r})}),e.jsxs("div",{className:"flex min-w-0 flex-1 flex-col",children:[e.jsx(Tn,{brand:t,active:r,navSections:s,sidebar:n,user:m,search:c,topbarActions:o,notifications:u,profileMenu:x,onMarkAllNotificationsRead:g,onViewAllNotifications:p}),e.jsx("main",{className:"flex-1 overflow-y-auto p-4 md:p-8",children:a})]})]})}function us({sections:a,active:t}){return e.jsx(e.Fragment,{children:a.map((r,s)=>e.jsx(pt,{label:r.label,children:r.items.map(n=>e.jsx(bt,{href:n.href,icon:n.icon,active:n.key===t,trailing:n.trailing,onClick:n.onClick,children:n.label},n.key))},s))})}function Tn({brand:a,active:t,navSections:r,sidebar:s,user:n,search:o,topbarActions:c,notifications:m,profileMenu:x,onMarkAllNotificationsRead:u,onViewAllNotifications:g}){const[p,f]=i.useState(!1),h=o===!1?null:o??e.jsx(P,{type:"search",placeholder:"Search projects, members, files…",hideLabel:!0,label:"Search",prefix:e.jsx(d.Search,{}),suffix:e.jsx(it,{children:"⌘K"})});return e.jsxs("header",{className:"sticky top-0 z-30 flex h-14 items-center gap-3 border-b border-border bg-background/80 px-4 backdrop-blur md:px-6",children:[e.jsxs("div",{className:"flex items-center gap-2 md:hidden",children:[e.jsxs(Fr,{open:p,onOpenChange:f,children:[e.jsx(Lr,{asChild:!0,children:e.jsx(xe,{"aria-label":"Open menu",icon:e.jsx(d.Menu,{}),variant:"ghost",size:"sm"})}),e.jsxs(gt,{side:"left",className:"w-64 p-0",children:[e.jsx("div",{className:"flex h-14 shrink-0 items-center border-b border-border px-3",children:a}),e.jsx("div",{className:"flex-1 overflow-y-auto py-3",onClick:()=>f(!1),children:s??e.jsx(us,{sections:r,active:t})}),e.jsx("div",{className:"border-t border-border p-2",children:e.jsx(ms,{user:n})})]})]}),e.jsx("div",{className:"text-sm",children:a})]}),h&&e.jsx("div",{className:"relative hidden max-w-xl flex-1 sm:block",children:h}),e.jsxs("div",{className:"ml-auto flex items-center gap-1",children:[c,m.length>0&&e.jsx(Dn,{notifications:m,onMarkAllRead:u,onViewAll:g}),e.jsx(Rn,{user:n,items:x})]})]})}function Dn({notifications:a,onMarkAllRead:t,onViewAll:r}){const s=a.filter(n=>n.unread).length;return e.jsxs(Pe,{children:[e.jsx(_e,{asChild:!0,children:e.jsxs("button",{type:"button","aria-label":`Notifications${s?`, ${s} unread`:""}`,className:"relative inline-flex size-9 items-center justify-center rounded-md text-foreground-muted outline-none transition-colors hover:bg-background-muted hover:text-foreground focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background",children:[e.jsx(d.Bell,{className:"size-4"}),s>0&&e.jsx("span",{"aria-hidden":!0,className:"absolute right-2 top-2 inline-flex h-2 w-2 rounded-full bg-accent ring-2 ring-background"})]})}),e.jsxs(ye,{align:"end",className:"w-80 p-0",children:[e.jsxs("div",{className:"flex items-center justify-between border-b border-border px-3 py-2.5",children:[e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx("span",{className:"text-sm font-medium",children:"Notifications"}),s>0&&e.jsxs(V,{tone:"accent",children:[s," new"]})]}),t&&e.jsx("button",{type:"button",onClick:t,className:"text-xs text-foreground-muted hover:text-foreground",children:"Mark all read"})]}),e.jsx("ul",{className:"max-h-80 overflow-y-auto py-1",children:a.map(n=>e.jsx("li",{children:e.jsxs("button",{type:"button",onClick:n.onClick,className:"flex w-full items-start gap-3 px-3 py-2.5 text-left outline-none hover:bg-background-muted focus-visible:bg-background-muted",children:[e.jsxs("div",{className:"relative mt-0.5",children:[e.jsx(Y,{size:"sm",fallback:n.who.initials}),n.unread&&e.jsx("span",{"aria-hidden":!0,className:"absolute -right-0.5 -top-0.5 inline-flex h-2 w-2 rounded-full bg-accent ring-2 ring-background"})]}),e.jsxs("div",{className:"min-w-0 flex-1",children:[e.jsxs("p",{className:"text-sm leading-snug",children:[e.jsx("span",{className:"font-medium text-foreground",children:n.who.name})," ",e.jsx("span",{className:"text-foreground-muted",children:n.action})," ",e.jsx("span",{className:"font-medium text-foreground",children:n.target})]}),e.jsx("p",{className:"mt-0.5 text-xs text-foreground-subtle",children:n.when})]})]})},n.id))}),r&&e.jsx("div",{className:"border-t border-border px-3 py-2 text-center",children:e.jsx("button",{type:"button",onClick:r,className:"text-xs font-medium text-accent hover:underline",children:"View all notifications"})})]})]})}function Rn({user:a,items:t}){return e.jsxs(Pe,{children:[e.jsx(_e,{asChild:!0,children:e.jsx("button",{type:"button","aria-label":"Open profile menu",className:"flex items-center gap-2 rounded-full p-0.5 outline-none hover:bg-background-muted focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background",children:e.jsx(Y,{size:"sm",fallback:a.initials,status:a.status})})}),e.jsxs(ye,{align:"end",className:"w-60",children:[e.jsx(Fe,{children:e.jsxs("div",{className:"flex flex-col gap-0.5",children:[e.jsx("span",{className:"text-sm font-medium text-foreground",children:a.name}),a.email&&e.jsx("span",{className:"text-xs text-foreground-subtle",children:a.email})]})}),e.jsx(Ne,{}),t.map((r,s)=>e.jsxs(i.Fragment,{children:[r.separatorAbove&&e.jsx(Ne,{}),e.jsxs(Qe,{onSelect:r.onSelect,children:[r.icon,r.label,r.trailing]})]},s))]})]})}function ms({user:a}){return e.jsxs("div",{className:"flex items-center gap-2.5 rounded-md px-2 py-1.5",children:[e.jsx(Y,{fallback:a.initials,size:"sm",status:a.status}),e.jsxs("div",{className:"min-w-0 flex-1",children:[e.jsx("p",{className:"truncate text-sm font-medium text-foreground",children:a.name}),a.email&&e.jsx("p",{className:"truncate text-xs text-foreground-subtle",children:a.email})]})]})}const Mn=[{label:"Active users",value:"2,840",delta:{value:"+12%",positive:!0}},{label:"Sessions today",value:"8,402",delta:{value:"+4%",positive:!0}},{label:"Open issues",value:"14",delta:{value:"−6%",positive:!0}},{label:"Error rate",value:"0.32%",delta:{value:"+0.05%",positive:!1}}],zn=[{id:"1",who:{name:"Anu B.",initials:"AB"},action:"merged",target:"feat/segments",when:"12m ago"},{id:"2",who:{name:"Bat E.",initials:"BE"},action:"opened",target:"fix/login-flow",when:"34m ago"},{id:"3",who:{name:"Tuya G.",initials:"TG"},action:"commented on",target:"Q2 OKRs",when:"1h ago"},{id:"4",who:{name:"Khulan O.",initials:"KO"},action:"archived",target:"old-billing-spike",when:"3h ago"}];function In({title:a="Overview",subtitle:t="What's happening across your workspace today.",headerActions:r=e.jsx(V,{tone:"neutral",variant:"outline",children:"Last 7 days"}),stats:s=Mn,chart:n,chartTitle:o="Active users",chartDescription:c="Distinct sessions per day, last 30 days.",activity:m=zn,activityTitle:x="Recent activity"}={}){return e.jsxs("div",{className:"space-y-8",children:[e.jsxs("header",{className:"flex items-end justify-between gap-4",children:[e.jsxs("div",{children:[e.jsx("h1",{className:"text-2xl font-semibold tracking-tight text-foreground",children:a}),t&&e.jsx("p",{className:"mt-1 text-sm text-foreground-muted",children:t})]}),r&&e.jsx("div",{className:"hidden items-center gap-2 md:flex",children:r})]}),s.length>0&&e.jsx("section",{className:"grid grid-cols-1 gap-3 sm:grid-cols-2 lg:grid-cols-4",children:s.map((u,g)=>e.jsxs(U,{children:[e.jsx(H,{className:"pb-2",children:e.jsx(te,{children:u.label})}),e.jsx(G,{children:e.jsxs("div",{className:"flex items-baseline gap-2",children:[e.jsx("span",{className:"tabular text-2xl font-semibold text-foreground",children:u.value}),u.delta&&e.jsx("span",{className:u.delta.positive?"tabular text-xs font-medium text-success-text":"tabular text-xs font-medium text-danger-text",children:u.delta.value})]})})]},g))}),(n!==void 0||o)&&e.jsxs(U,{children:[e.jsxs(H,{children:[o&&e.jsx(W,{children:o}),c&&e.jsx(te,{children:c})]}),e.jsx(G,{children:n??e.jsx("div",{role:"img","aria-label":"Chart placeholder",className:"h-48 w-full rounded-md border border-dashed border-border bg-background-subtle"})})]}),m.length>0&&e.jsxs(U,{padding:"none",children:[e.jsx(H,{className:"px-5 pt-5",children:e.jsx(W,{children:x})}),e.jsxs(Le,{children:[e.jsx(Ee,{children:e.jsxs(ae,{children:[e.jsx(ne,{children:"Who"}),e.jsx(ne,{children:"Action"}),e.jsx(ne,{children:"Target"}),e.jsx(ne,{className:"text-right",children:"When"})]})}),e.jsx(Be,{children:m.map(u=>e.jsxs(ae,{children:[e.jsx(re,{children:e.jsxs("div",{className:"flex items-center gap-2",children:[e.jsx(Y,{size:"xs",fallback:u.who.initials}),e.jsx("span",{className:"text-foreground",children:u.who.name})]})}),e.jsx(re,{className:"text-foreground-muted",children:u.action}),e.jsx(re,{children:e.jsx(V,{tone:"neutral",variant:"outline",children:u.target})}),e.jsx(re,{className:"tabular text-right text-foreground-subtle",children:u.when})]},u.id))})]})]})]})}const Pn=[{id:"profile",label:"Profile",icon:e.jsx(d.User,{}),render:()=>e.jsxs(U,{children:[e.jsxs(H,{children:[e.jsx(W,{children:"Profile"}),e.jsx(te,{children:"Visible to your teammates."})]}),e.jsxs(G,{className:"space-y-4",children:[e.jsxs("div",{className:"flex items-center gap-4",children:[e.jsx(Y,{size:"xl",fallback:"BO"}),e.jsxs("div",{children:[e.jsx(T,{variant:"outline",size:"sm",children:"Change photo"}),e.jsx("p",{className:"mt-2 text-xs text-foreground-subtle",children:"JPG or PNG, max 2 MB."})]})]}),e.jsx(le,{}),e.jsxs("div",{className:"grid gap-4 sm:grid-cols-2",children:[e.jsx(P,{label:"First name",defaultValue:"Bay"}),e.jsx(P,{label:"Last name",defaultValue:"Otgonbayar"})]}),e.jsx(P,{label:"Display email",type:"email",defaultValue:"bay@company.com"}),e.jsx("div",{className:"flex justify-end",children:e.jsx(T,{children:"Save changes"})})]})]})},{id:"security",label:"Security",icon:e.jsx(d.Lock,{}),render:()=>e.jsxs(U,{children:[e.jsxs(H,{children:[e.jsx(W,{children:"Security"}),e.jsx(te,{children:"How you sign in and protect your account."})]}),e.jsxs(G,{className:"space-y-4",children:[e.jsx(P,{label:"Current password",type:"password"}),e.jsx(P,{label:"New password",type:"password",helperText:"At least 8 characters."}),e.jsx(le,{}),e.jsxs("div",{className:"flex items-center justify-between",children:[e.jsxs("div",{children:[e.jsx("p",{className:"text-sm font-medium text-foreground",children:"Two-factor authentication"}),e.jsx("p",{className:"text-xs text-foreground-subtle",children:"Required for admin accounts on production."})]}),e.jsx(ue,{defaultChecked:!0})]}),e.jsx("div",{className:"flex justify-end",children:e.jsx(T,{children:"Update password"})})]})]})},{id:"notifications",label:"Notifications",icon:e.jsx(d.Bell,{}),render:()=>e.jsxs(U,{children:[e.jsxs(H,{children:[e.jsx(W,{children:"Notifications"}),e.jsx(te,{children:"Choose what we email and ping you about."})]}),e.jsxs(G,{className:"space-y-4",children:[e.jsx(ue,{label:"Product updates",description:"A short note when we ship something.",defaultChecked:!0}),e.jsx(le,{}),e.jsx(ue,{label:"Mentions",description:"When a teammate @ mentions you in a comment.",defaultChecked:!0}),e.jsx(le,{}),e.jsx(ue,{label:"Weekly digest",description:"A Monday-morning summary of last week's activity."})]})]})},{id:"billing",label:"Billing",icon:e.jsx(d.CreditCard,{}),render:()=>e.jsxs(U,{children:[e.jsxs(H,{children:[e.jsx(W,{children:"Billing"}),e.jsx(te,{children:"Your plan, invoices, and payment method."})]}),e.jsxs(G,{className:"space-y-4",children:[e.jsxs("div",{className:"rounded-md border border-border bg-background-subtle p-4",children:[e.jsx("p",{className:"text-sm font-medium text-foreground",children:"Team — $20/user/month"}),e.jsx("p",{className:"mt-1 text-xs text-foreground-subtle",children:"Renews on 1 June 2026 · 12 seats"})]}),e.jsxs("div",{className:"flex justify-end gap-2",children:[e.jsx(T,{variant:"outline",children:"Manage seats"}),e.jsx(T,{children:"Upgrade plan"})]})]})]})},{id:"team",label:"Team",icon:e.jsx(d.Users,{}),render:()=>e.jsxs(U,{children:[e.jsxs(H,{children:[e.jsx(W,{children:"Team"}),e.jsx(te,{children:"Invite teammates and manage roles."})]}),e.jsxs(G,{className:"space-y-4",children:[e.jsxs("div",{className:"flex gap-2",children:[e.jsx(P,{type:"email",placeholder:"teammate@company.com",hideLabel:!0,label:"Invite email",className:"flex-1"}),e.jsx(T,{children:"Send invite"})]}),e.jsx("p",{className:"text-xs text-foreground-subtle",children:"Invited members will receive a sign-up link by email."})]})]})}];function _n({title:a="Settings",subtitle:t="Manage your account, preferences, and billing.",sections:r=Pn,defaultSection:s,activeSection:n,onActiveSectionChange:o,className:c}={}){var f;const m=n!==void 0,[x,u]=i.useState(s??((f=r[0])==null?void 0:f.id)??""),g=m?n:x,p=h=>{m||u(h),o==null||o(h)};return e.jsxs("div",{className:l("mx-auto max-w-5xl space-y-8",c),children:[(a||t)&&e.jsxs("header",{children:[a&&e.jsx("h1",{className:"text-2xl font-semibold tracking-tight text-foreground",children:a}),t&&e.jsx("p",{className:"mt-1 text-sm text-foreground-muted",children:t})]}),e.jsxs("div",{className:"grid gap-8 md:grid-cols-[200px_1fr]",children:[e.jsx("nav",{"aria-label":"Settings sections",className:"md:sticky md:top-20 md:self-start",children:e.jsx("ul",{className:"flex flex-col gap-px",children:r.map(h=>e.jsx("li",{children:e.jsxs("button",{type:"button",onClick:()=>p(h.id),className:l("flex h-9 w-full items-center gap-2 rounded-md px-2 text-left text-sm transition-colors duration-[var(--duration-fast)] outline-none","focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background",g===h.id?"bg-background-muted font-medium text-foreground":"text-foreground-muted hover:bg-background-muted hover:text-foreground"),"aria-current":g===h.id?"page":void 0,children:[h.icon&&e.jsx("span",{className:"[&_svg]:size-4",children:h.icon}),h.label]})},h.id))})}),e.jsx("div",{className:"space-y-8",children:r.map(h=>e.jsx("section",{id:h.id,hidden:g!==h.id,children:h.render()},h.id))})]})]})}const An=[{id:"p1",name:"Pulse onboarding",status:"active",owner:"Anu B.",updatedAt:"2 hours ago"},{id:"p2",name:"Q2 OKRs rollout",status:"active",owner:"Bat E.",updatedAt:"Yesterday"},{id:"p3",name:"Legacy export",status:"paused",owner:"Tuya G.",updatedAt:"3 days ago"},{id:"p4",name:"Billing spike",status:"archived",owner:"Khulan O.",updatedAt:"Last week"},{id:"p5",name:"Marketing refresh",status:"active",owner:"Anu B.",updatedAt:"Last week"}],Dt={active:{tone:"success",label:"Active"},paused:{tone:"warning",label:"Paused"},archived:{tone:"neutral",label:"Archived"}},Fn=[{key:"name",header:"Name",sortable:!0,cell:a=>e.jsx("span",{className:"font-medium text-foreground",children:a.name})},{key:"status",header:"Status",cell:a=>e.jsx(V,{tone:Dt[a.status].tone,dot:!0,children:Dt[a.status].label})},{key:"owner",header:"Owner"},{key:"updatedAt",header:"Updated",align:"right"}],Ln=[{key:"status",label:"Status",options:[{value:"all",label:"All statuses"},{value:"active",label:"Active"},{value:"paused",label:"Paused"},{value:"archived",label:"Archived"}]}],En=e.jsxs(e.Fragment,{children:[e.jsx(T,{variant:"outline",leadingIcon:e.jsx(d.Upload,{}),children:"Import"}),e.jsx(T,{leadingIcon:e.jsx(d.Plus,{}),children:"New project"})]}),Bn=[{label:"Export",icon:e.jsx(d.Download,{}),variant:"ghost",onAction:()=>{}},{label:"Delete",icon:e.jsx(d.Trash2,{}),variant:"ghost",onAction:()=>{}}];function On({title:a="Projects",subtitle:t,headerActions:r=En,rows:s,columns:n,filters:o,predicate:c,searchPlaceholder:m="Search…",pageSizeOptions:x=[10,20,50],defaultPageSize:u=10,bulkActions:g,emptyState:p,className:f}={}){const h=s??An,b=n??Fn,j=o??Ln,v=g??Bn,[S,_]=i.useState(""),[D,k]=i.useState(()=>{var M;const C={};for(const J of j)C[J.key]=J.defaultValue??((M=J.options[0])==null?void 0:M.value)??"";return C}),[N,w]=i.useState([]),[F,K]=i.useState(1),[Q,se]=i.useState(u),z=i.useMemo(()=>{const C=M=>{const J=S.toLowerCase();if(J&&!Object.values(M).some(ce=>typeof ce=="string"&&ce.toLowerCase().includes(J)))return!1;for(const[Se,ce]of Object.entries(D))if(!(!ce||ce==="all")&&M[Se]!==ce)return!1;return!0};return h.filter(M=>c?c(M,D,S):C(M))},[h,S,D,c]),q=z.length>0&&z.every(C=>N.includes(C.id)),Z=N.length>0&&!q,y=i.useMemo(()=>h.filter(C=>N.includes(C.id)),[h,N]),ee=Math.max(1,Math.ceil(z.length/Q)),fe=z.slice((F-1)*Q,F*Q),L=[{key:"__select",header:e.jsx(pe,{checked:q?!0:Z?"indeterminate":!1,onCheckedChange:C=>w(C?z.map(M=>M.id):[]),"aria-label":"Select all rows"}),width:"32px",cell:C=>e.jsx(pe,{checked:N.includes(C.id),onCheckedChange:M=>w(J=>M?[...J,C.id]:J.filter(Se=>Se!==C.id)),"aria-label":"Select row"})},...b];return e.jsxs("div",{className:`space-y-6 ${f??""}`,children:[e.jsxs("header",{className:"flex items-end justify-between gap-4",children:[e.jsxs("div",{children:[a&&e.jsx("h1",{className:"text-2xl font-semibold tracking-tight text-foreground",children:a}),e.jsx("p",{className:"mt-1 text-sm text-foreground-muted",children:t??`${z.length} item${z.length===1?"":"s"} match your filters.`})]}),r&&e.jsx("div",{className:"flex items-center gap-2",children:r})]}),(j.length>0||v.length>0)&&e.jsxs("div",{className:"flex flex-wrap items-center gap-2",children:[j.map(C=>e.jsxs(lt,{value:D[C.key],onValueChange:M=>k(J=>({...J,[C.key]:M})),children:[e.jsx($e,{className:"w-40",placeholder:C.label}),e.jsx(Ue,{children:C.options.map(M=>e.jsx(He,{value:M.value,children:M.label},M.value))})]},C.key)),e.jsx(T,{variant:"outline",size:"sm",leadingIcon:e.jsx(d.Filter,{}),children:"More filters"})]}),N.length>0&&v.length>0&&e.jsxs("div",{className:"flex items-center justify-between rounded-md border border-border bg-background-subtle px-4 py-2",children:[e.jsxs("div",{className:"flex items-center gap-3",children:[e.jsx(pe,{checked:q?!0:Z?"indeterminate":!1,onCheckedChange:C=>w(C?z.map(M=>M.id):[]),"aria-label":"Select all"}),e.jsxs("span",{className:"text-sm text-foreground",children:[N.length," selected"]})]}),e.jsx("div",{className:"flex items-center gap-2",children:v.map(C=>e.jsx(T,{variant:C.variant??"ghost",size:"sm",leadingIcon:C.icon,onClick:()=>C.onAction(y),children:C.label},C.label))})]}),e.jsx(mr,{rows:fe,filter:{value:S,onChange:_,placeholder:m},emptyState:p??e.jsx(Oe,{title:"No results",description:"Try adjusting filters or your search.",className:"border-0 bg-transparent"}),columns:L}),e.jsx(mt,{page:F,pageCount:ee,onPageChange:K,totalItems:z.length,pageSize:Q,pageSizeOptions:x,onPageSizeChange:C=>{se(C),K(1)}})]})}const $n={title:"Pulse onboarding",subtitle:"Self-serve onboarding flow for new admins. Owns the first 5 minutes of every workspace.",status:e.jsx(V,{tone:"success",dot:!0,children:"Active"}),actions:e.jsxs(e.Fragment,{children:[e.jsx(T,{variant:"outline",leadingIcon:e.jsx(d.Edit2,{}),children:"Edit"}),e.jsx(T,{variant:"outline",leadingIcon:e.jsx(d.Trash2,{}),children:"Archive"}),e.jsx(T,{trailingIcon:e.jsx(d.ExternalLink,{}),children:"Open in app"})]}),breadcrumbs:[{label:"Projects",href:"/projects"},{label:"Pulse onboarding"}]},Un=[{id:"overview",label:"Overview",render:()=>e.jsxs(U,{children:[e.jsx(H,{children:e.jsx(W,{children:"Summary"})}),e.jsxs(G,{className:"space-y-2 leading-relaxed text-foreground-muted",children:[e.jsx("p",{children:"The Pulse onboarding flow walks new admins through workspace creation, teammate invites, and first-data import in under five minutes."}),e.jsx("p",{children:"Completion rate sits at 71% (week-over-week +4 pts) and median time to finish is 4 m 22 s."})]})]})},{id:"activity",label:"Activity",render:()=>e.jsx(qe,{children:"Activity feed appears here."})},{id:"files",label:"Files",render:()=>e.jsx(qe,{children:"Linked documents appear here."})},{id:"settings",label:"Settings",render:()=>e.jsx(qe,{children:"Project settings appear here."})}],Hn=e.jsxs(e.Fragment,{children:[e.jsxs(U,{children:[e.jsx(H,{children:e.jsx(W,{children:"Details"})}),e.jsxs(G,{className:"space-y-3 text-sm",children:[e.jsx(Re,{label:"Owner",value:e.jsxs(e.Fragment,{children:[e.jsx(Y,{size:"xs",fallback:"AB"})," Anu B."]})}),e.jsx(Re,{label:"Created",value:"12 Feb 2026"}),e.jsx(Re,{label:"Updated",value:"2 hours ago"}),e.jsx(Re,{label:"Tags",value:e.jsxs(e.Fragment,{children:[e.jsx(V,{tone:"accent",children:"growth"})," ",e.jsx(V,{tone:"neutral",variant:"outline",children:"v2"})]})})]})]}),e.jsxs(U,{children:[e.jsx(H,{children:e.jsx(W,{children:"Watchers"})}),e.jsx(G,{children:e.jsxs("div",{className:"flex -space-x-2",children:[e.jsx(Y,{fallback:"AB"}),e.jsx(Y,{fallback:"BE"}),e.jsx(Y,{fallback:"TG"}),e.jsx(Y,{fallback:"+2"})]})})]})]});function Gn({header:a=$n,tabs:t=Un,defaultTab:r,sidePanel:s=Hn,className:n}={}){var c;const o=r??((c=t[0])==null?void 0:c.id)??"";return e.jsxs("div",{className:`space-y-6 ${n??""}`,children:[a.breadcrumbs&&a.breadcrumbs.length>0&&e.jsx(Ke,{items:a.breadcrumbs}),e.jsxs("header",{className:"flex items-start justify-between gap-4",children:[e.jsxs("div",{className:"space-y-2",children:[e.jsxs("div",{className:"flex items-center gap-3",children:[e.jsx("h1",{className:"text-2xl font-semibold tracking-tight text-foreground",children:a.title}),a.status]}),a.subtitle&&e.jsx("p",{className:"max-w-2xl text-sm text-foreground-muted",children:a.subtitle})]}),a.actions&&e.jsx("div",{className:"flex items-center gap-2",children:a.actions})]}),e.jsxs("div",{className:s?"grid gap-6 lg:grid-cols-[1fr_320px]":"min-w-0",children:[e.jsx("div",{className:"min-w-0",children:e.jsxs(Wr,{defaultValue:o,children:[e.jsx(jt,{children:t.map(m=>e.jsx(Nt,{value:m.id,children:m.label},m.id))}),t.map(m=>e.jsx(wt,{value:m.id,className:"space-y-4",children:m.render()},m.id))]})}),s&&e.jsx("aside",{className:"space-y-4",children:s})]})]})}function Re({label:a,value:t}){return e.jsxs("div",{className:"flex items-center justify-between gap-3",children:[e.jsx("span",{className:"text-foreground-subtle",children:a}),e.jsx("span",{className:"flex items-center gap-1.5 text-foreground",children:t})]})}function qe({children:a}){return e.jsx("p",{className:"text-sm text-foreground-muted",children:a})}const Vn=[{id:"workspace",title:"Workspace",heading:"Create your workspace",subheading:"A workspace is where your team and projects live.",render:({data:a,setData:t})=>e.jsxs(e.Fragment,{children:[e.jsx(P,{label:"Workspace name",placeholder:"Acme Inc.",value:a.workspaceName??"",onChange:r=>t({workspaceName:r.target.value})}),e.jsx(P,{label:"URL slug",prefix:e.jsx("span",{children:"acme.app/"}),placeholder:"acme",value:a.slug??"",onChange:r=>t({slug:r.target.value})})]})},{id:"invite",title:"Invite team",heading:"Invite your team",subheading:"You can always invite more people later.",render:({data:a,setData:t})=>e.jsxs(e.Fragment,{children:[e.jsx(P,{type:"email",label:"Invite by email",placeholder:"teammate@company.com",helperText:"Separate multiple emails with commas.",value:a.inviteEmail??"",onChange:r=>t({inviteEmail:r.target.value})}),e.jsxs(xt,{value:a.role??"member",onValueChange:r=>t({role:r}),children:[e.jsx(be,{value:"admin",label:"Admin",description:"Can manage workspace and billing."}),e.jsx(be,{value:"member",label:"Member",description:"Can create and edit projects."}),e.jsx(be,{value:"viewer",label:"Viewer",description:"Read-only access."})]})]})},{id:"data",title:"Connect data",heading:"Connect a data source",subheading:"Pick one — others can be added in settings.",render:({data:a,setData:t})=>e.jsxs(e.Fragment,{children:[e.jsx("p",{className:"text-sm text-foreground-muted",children:"Connect your data source so we can populate your first dashboard."}),e.jsx("div",{className:"grid grid-cols-2 gap-2",children:["Postgres","BigQuery","Snowflake","CSV upload"].map(r=>{const s=a.source===r;return e.jsxs("button",{type:"button",onClick:()=>t({source:r}),"aria-pressed":s,className:`rounded-lg border bg-card p-4 text-left transition-colors duration-[var(--duration-fast)] outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:ring-offset-background ${s?"border-accent bg-accent-soft":"border-border hover:border-border-strong hover:bg-background-subtle"}`,children:[e.jsx("p",{className:"font-medium text-foreground",children:r}),e.jsx("p",{className:"mt-1 text-xs text-foreground-subtle",children:"Quick setup with SSO"})]},r)})})]})},{id:"done",title:"Done",heading:"Welcome aboard",subheading:"We've set up your starting dashboard.",ctaLabel:"Open workspace",render:()=>e.jsxs("div",{className:"flex flex-col items-center gap-3 py-6 text-center",children:[e.jsx(d.CheckCircle2,{className:"size-10 text-success-text","aria-hidden":!0}),e.jsx("p",{className:"text-base font-medium text-foreground",children:"You're all set."}),e.jsx("p",{className:"max-w-sm text-sm text-foreground-muted",children:"Your workspace is ready. We've sent invites and your first dashboard is loading."})]})}];function qn({steps:a=Vn,initialData:t={},onComplete:r,className:s}={}){const[n,o]=i.useState(0),[c,m]=i.useState(t),x=v=>m(S=>({...S,...v})),u=v=>o(Math.max(0,Math.min(v,a.length-1))),g=()=>u(n+1),p=()=>u(n-1),f=async()=>{r&&await r(c)},h={next:g,prev:p,goTo:u,finish:f,data:c,setData:x},b=a[n],j=n===a.length-1;return e.jsxs("div",{className:`mx-auto max-w-2xl space-y-8 py-12 ${s??""}`,children:[e.jsx(vt,{steps:a.map(v=>({title:v.title,description:v.description})),current:n}),e.jsxs(U,{children:[e.jsxs(H,{children:[e.jsx(W,{children:b.heading}),b.subheading&&e.jsx(te,{children:b.subheading})]}),e.jsx(G,{className:"space-y-4",children:b.render(h)})]}),!b.hideNavigation&&e.jsxs("div",{className:"flex items-center justify-between",children:[e.jsx(T,{variant:"ghost",leadingIcon:e.jsx(d.ArrowLeft,{}),onClick:p,disabled:n===0,children:"Back"}),e.jsx(T,{trailingIcon:j?void 0:e.jsx(d.ArrowRight,{}),onClick:j?f:g,children:b.ctaLabel??(j?"Finish":"Continue")})]})]})}const Wn=[{name:"Starter",price:"$0",cadence:"forever",description:"For individuals exploring the product.",features:["Up to 3 projects","Community support","Single workspace"],cta:"Start free"},{name:"Team",price:"$20",cadence:"per user / month",description:"For small teams running real workloads.",features:["Unlimited projects","Email support, 24h response","SSO via Google & Microsoft","Audit log (30 days)"],cta:"Start 14-day trial",highlighted:!0},{name:"Enterprise",price:"Custom",cadence:"annual",description:"For organisations with custom requirements.",features:["Everything in Team","SAML SSO + SCIM","Dedicated CSM","SOC 2 report + DPA","Audit log (unlimited)"],cta:"Talk to sales"}];function Xn({title:a="Plans that scale with your team",subtitle:t="Start free, upgrade when you need more. All paid plans include a 14-day trial — no credit card required.",tiers:r=Wn,highlightedLabel:s="Most popular",className:n}={}){const o=r.length;return e.jsxs("div",{className:l("mx-auto max-w-5xl space-y-8 py-16",n),children:[e.jsxs("header",{className:"space-y-3 text-center",children:[e.jsx("h1",{className:"text-3xl font-semibold tracking-tight text-foreground",children:a}),t&&e.jsx("p",{className:"mx-auto max-w-xl text-sm text-foreground-muted",children:t})]}),e.jsx("div",{className:l("grid gap-4",o===2&&"md:grid-cols-2",o===3&&"md:grid-cols-3",o===4&&"md:grid-cols-2 lg:grid-cols-4",o>4&&"md:grid-cols-3"),children:r.map(c=>e.jsxs("div",{className:l("flex flex-col gap-6 rounded-lg border bg-card p-6",c.highlighted?"border-accent shadow-sm":"border-border"),children:[e.jsxs("div",{className:"space-y-2",children:[e.jsxs("div",{className:"flex items-center justify-between",children:[e.jsx("h2",{className:"text-base font-semibold text-foreground",children:c.name}),c.highlighted&&e.jsx(V,{tone:"accent",children:s})]}),c.description&&e.jsx("p",{className:"text-sm text-foreground-muted",children:c.description})]}),e.jsxs("div",{className:"flex items-baseline gap-1.5",children:[e.jsx("span",{className:"tabular text-3xl font-semibold text-foreground",children:c.price}),c.cadence&&e.jsx("span",{className:"text-sm text-foreground-subtle",children:c.cadence})]}),e.jsx("ul",{className:"space-y-2 text-sm",children:c.features.map(m=>e.jsxs("li",{className:"flex items-start gap-2 text-foreground",children:[e.jsx(d.Check,{className:"mt-0.5 size-4 shrink-0 text-accent","aria-hidden":!0}),m]},m))}),e.jsx(T,{variant:c.highlighted?"primary":"outline",className:"mt-auto w-full",onClick:c.onSelect,children:c.cta})]},c.name))})]})}const Kn=[{icon:e.jsx(d.Plus,{}),title:"Create a project",description:"Track a real piece of work end-to-end.",cta:"New project"},{icon:e.jsx(d.Upload,{}),title:"Import existing data",description:"CSV, Postgres, BigQuery, or Snowflake — connect in a minute.",cta:"Connect source"},{icon:e.jsx(d.Users,{}),title:"Invite your team",description:"Workspaces are better with teammates. We'll send the invites.",cta:"Invite people"}];function Qn({heroIcon:a=e.jsx(d.Folder,{className:"size-6"}),title:t="Your workspace is ready",description:r="Start with one of the steps below — you can always come back to the others.",primaryAction:s=e.jsx(T,{trailingIcon:e.jsx(d.ArrowRight,{}),children:"Open tutorial"}),steps:n=Kn,className:o}={}){return e.jsxs("div",{className:`mx-auto max-w-3xl space-y-8 py-12 ${o??""}`,children:[e.jsx(Oe,{icon:a,title:t,description:r,action:s}),n.length>0&&e.jsx("div",{className:"grid gap-3 md:grid-cols-3",children:n.map(c=>e.jsx(U,{variant:"interactive",children:e.jsxs(G,{className:"space-y-3",children:[c.icon&&e.jsx("div",{className:"inline-flex size-9 items-center justify-center rounded-md bg-accent-soft text-on-accent-soft [&_svg]:size-4",children:c.icon}),e.jsxs("div",{className:"space-y-1",children:[e.jsx("h3",{className:"text-sm font-semibold text-foreground",children:c.title}),e.jsx("p",{className:"text-xs text-foreground-muted leading-relaxed",children:c.description})]}),e.jsx(T,{variant:"ghost",size:"sm",trailingIcon:e.jsx(d.ArrowRight,{}),onClick:c.onSelect,children:c.cta})]})},c.title))})]})}Object.defineProperty(exports,"cva",{enumerable:!0,get:()=>X.cva});exports.Accordion=Vs;exports.AccordionContent=Lt;exports.AccordionItem=At;exports.AccordionTrigger=Ft;exports.Alert=we;exports.AppShell=Sn;exports.AreaChart=Wa;exports.AuthLayout=pn;exports.Avatar=Y;exports.AvatarGroup=Bt;exports.Badge=V;exports.BarChart=Xa;exports.Breadcrumbs=Ke;exports.Button=T;exports.Calendar=et;exports.Card=U;exports.CardContent=G;exports.CardDescription=te;exports.CardFooter=Ot;exports.CardHeader=H;exports.CardTitle=W;exports.Carousel=$a;exports.CarouselContent=Ua;exports.CarouselItem=Ha;exports.CarouselNext=Va;exports.CarouselPrevious=Ga;exports.Checkbox=pe;exports.Combobox=$t;exports.Command=Ut;exports.CommandDialog=ta;exports.CommandEmpty=Vt;exports.CommandGroup=qt;exports.CommandInput=Ht;exports.CommandItem=Xt;exports.CommandList=Gt;exports.CommandSeparator=Wt;exports.CommandShortcut=ea;exports.ConfirmationDialog=vr;exports.ContextMenu=sa;exports.ContextMenuCheckboxItem=er;exports.ContextMenuContent=Jt;exports.ContextMenuGroup=na;exports.ContextMenuItem=Zt;exports.ContextMenuLabel=rr;exports.ContextMenuPortal=Kt;exports.ContextMenuRadioGroup=ia;exports.ContextMenuRadioItem=tr;exports.ContextMenuSeparator=sr;exports.ContextMenuShortcut=ar;exports.ContextMenuSub=oa;exports.ContextMenuSubContent=Yt;exports.ContextMenuSubTrigger=Qt;exports.ContextMenuTrigger=aa;exports.Dashboard=In;exports.DataGrid=mr;exports.DataTablePage=On;exports.DatePicker=fr;exports.DateRangePicker=gr;exports.DesignSystemProvider=fa;exports.Dialog=hr;exports.DialogClose=br;exports.DialogContent=rt;exports.DialogDescription=ot;exports.DialogFooter=at;exports.DialogHeader=st;exports.DialogOverlay=tt;exports.DialogPortal=pr;exports.DialogTitle=nt;exports.DialogTrigger=ha;exports.Drawer=ls;exports.DrawerClose=Qa;exports.DrawerContent=Za;exports.DrawerDescription=sn;exports.DrawerFooter=tn;exports.DrawerHeader=en;exports.DrawerOverlay=cs;exports.DrawerPortal=ds;exports.DrawerTitle=rn;exports.DrawerTrigger=Ka;exports.DropdownMenu=Pe;exports.DropdownMenuCheckboxItem=Ye;exports.DropdownMenuContent=ye;exports.DropdownMenuGroup=la;exports.DropdownMenuItem=Qe;exports.DropdownMenuLabel=Fe;exports.DropdownMenuPortal=nr;exports.DropdownMenuRadioGroup=ca;exports.DropdownMenuRadioItem=lr;exports.DropdownMenuSeparator=Ne;exports.DropdownMenuShortcut=dr;exports.DropdownMenuSub=da;exports.DropdownMenuSubContent=ir;exports.DropdownMenuSubTrigger=or;exports.DropdownMenuTrigger=_e;exports.EmptyState=Oe;exports.ErrorState=jr;exports.FileUpload=nn;exports.FirstRunEmpty=Qn;exports.ForgotPasswordForm=jn;exports.Form=ba;exports.FormControl=kr;exports.FormDescription=Sr;exports.FormError=Tr;exports.FormField=va;exports.FormItem=yr;exports.FormLabel=Cr;exports.IconButton=xe;exports.Icons=$s;exports.Illustrations=Gs;exports.Input=P;exports.Kbd=it;exports.LineChart=qa;exports.MagicLinkSent=Nn;exports.MultiSelect=Dr;exports.Onboarding=qn;exports.Pagination=mt;exports.Popover=wa;exports.PopoverAnchor=Ca;exports.PopoverClose=ka;exports.PopoverContent=Ir;exports.PopoverTrigger=ya;exports.Pricing=Xn;exports.Progress=Pr;exports.ProgressCircle=_r;exports.RadioGroup=xt;exports.RadioItem=be;exports.RecordDetail=Gn;exports.ScrollArea=Ar;exports.ScrollBar=ft;exports.Select=lt;exports.SelectContent=Ue;exports.SelectGroup=zr;exports.SelectItem=He;exports.SelectLabel=ut;exports.SelectScrollDownButton=ct;exports.SelectScrollUpButton=dt;exports.SelectSeparator=Mr;exports.SelectTrigger=$e;exports.SelectValue=ja;exports.Separator=le;exports.SettingsPage=_n;exports.Sheet=Fr;exports.SheetClose=Ra;exports.SheetContent=gt;exports.SheetDescription=Hr;exports.SheetFooter=$r;exports.SheetHeader=Or;exports.SheetPortal=Er;exports.SheetTitle=Ur;exports.SheetTrigger=Lr;exports.Sidebar=ht;exports.SidebarGroup=Gr;exports.SidebarItem=bt;exports.SidebarSection=pt;exports.SignInForm=bn;exports.SignUpForm=vn;exports.Skeleton=Ze;exports.Slider=Vr;exports.Snackbar=dn;exports.Spinner=qr;exports.Stepper=vt;exports.Switch=ue;exports.Table=Le;exports.TableBody=Be;exports.TableCaption=ur;exports.TableCell=re;exports.TableFooter=cr;exports.TableHead=ne;exports.TableHeader=Ee;exports.TableRow=ae;exports.TableSortHeader=Je;exports.Tabs=Wr;exports.TabsContent=wt;exports.TabsList=jt;exports.TabsTrigger=Nt;exports.TagInput=cn;exports.Textarea=Xr;exports.Timeline=un;exports.TimelineDescription=gn;exports.TimelineItem=mn;exports.TimelineTime=xn;exports.TimelineTitle=fn;exports.Toast=Qr;exports.ToastAction=Zr;exports.ToastClose=es;exports.ToastDescription=Jr;exports.ToastProvider=La;exports.ToastTitle=Yr;exports.ToastViewport=Kr;exports.Tooltip=ss;exports.TooltipContent=yt;exports.TooltipProvider=Oa;exports.TooltipRoot=ts;exports.TooltipTrigger=rs;exports.TopNav=as;exports.TopNavLink=ns;exports.Tree=hn;exports.brandPresets=ga;exports.cn=l;exports.toast=Os;exports.uid=Ls;exports.useCommandPaletteShortcut=ra;exports.useFormField=Ce;exports.useMediaQuery=Mt;exports.usePrefersReducedMotion=Es;exports.useSidebar=za;exports.useToast=Bs;
10
8
  //# sourceMappingURL=index.cjs.map