@moontra/moonui-pro 2.25.17 → 2.25.18

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.
@@ -404,7 +404,7 @@ Alternatively, you can use your own component as a description by assigning it a
404
404
  For more information, see https://radix-ui.com/primitives/docs/components/alert-dialog`;return hf.useEffect(()=>{document.getElementById(e.current?.getAttribute("aria-describedby"))||console.warn(t)},[t,e]),null},E9e=C9e;var D9e=S9e,Gse=P9e,Kse=I9e,Xse=T9e,Yse=L9e,Qse=k9e,Zse=M9e;var Op=L(fe(),1),O9e=E9e;var pQt=D9e,_9e=GS.forwardRef(({className:e,...t},r)=>(0,Op.jsx)(Gse,{className:B("fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",e),...t,ref:r}));_9e.displayName=Gse.displayName;var Jse=GS.forwardRef(({className:e,...t},r)=>(0,Op.jsxs)(pQt,{children:[(0,Op.jsx)(_9e,{}),(0,Op.jsx)(Kse,{ref:r,className:B("fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg",e),...t})]}));Jse.displayName=Kse.displayName;var ele=({className:e,...t})=>(0,Op.jsx)("div",{className:B("flex flex-col space-y-2 text-center sm:text-left",e),...t});ele.displayName="AlertDialogHeader";var tle=({className:e,...t})=>(0,Op.jsx)("div",{className:B("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",e),...t});tle.displayName="AlertDialogFooter";var rle=GS.forwardRef(({className:e,...t},r)=>(0,Op.jsx)(Qse,{ref:r,className:B("text-lg font-semibold",e),...t}));rle.displayName=Qse.displayName;var nle=GS.forwardRef(({className:e,...t},r)=>(0,Op.jsx)(Zse,{ref:r,className:B("text-sm text-muted-foreground",e),...t}));nle.displayName=Zse.displayName;var ole=GS.forwardRef(({className:e,...t},r)=>(0,Op.jsx)(Xse,{ref:r,className:B(Mu(),e),...t}));ole.displayName=Xse.displayName;var ale=GS.forwardRef(({className:e,...t},r)=>(0,Op.jsx)(Yse,{ref:r,className:B(Mu({variant:"outline"}),"mt-2 sm:mt-0",e),...t}));ale.displayName=Yse.displayName;var Nn=L(fe(),1);function F9e({selectedRows:e,actions:t,onClearSelection:r,className:n}){let[o,a]=ile.default.useState(!1),[i,s]=ile.default.useState(null),l=e.length,c=async f=>{if(f.confirmMessage){s(f);return}await u(f)},u=async f=>{a(!0);try{await f.action(e),r&&r()}catch(p){console.error("Bulk action failed:",p)}finally{a(!1),s(null)}},d=async()=>{i&&await u(i)};return l===0?null:(0,Nn.jsxs)(Nn.Fragment,{children:[(0,Nn.jsxs)("div",{className:B("flex items-center gap-2",n),children:[(0,Nn.jsxs)(Nt,{variant:"secondary",className:"gap-1",children:[(0,Nn.jsx)("span",{className:"font-semibold",children:l}),(0,Nn.jsx)("span",{children:"selected"})]}),(0,Nn.jsxs)(Pr,{children:[(0,Nn.jsx)(Ir,{asChild:!0,children:(0,Nn.jsx)(te,{variant:"outline",size:"sm",disabled:o,className:"gap-2",children:o?(0,Nn.jsxs)(Nn.Fragment,{children:[(0,Nn.jsx)(Sr,{className:"h-4 w-4 animate-spin"}),"Processing..."]}):(0,Nn.jsxs)(Nn.Fragment,{children:[(0,Nn.jsx)(za,{className:"h-4 w-4"}),"Bulk Actions"]})})}),(0,Nn.jsxs)(xr,{align:"end",className:"w-48",children:[t.map((f,p)=>{let h=typeof f.disabled=="function"?f.disabled(e):f.disabled;return(0,Nn.jsxs)(Fe,{disabled:h||o,onSelect:()=>c(f),className:B("cursor-pointer",f.variant==="destructive"&&"text-destructive focus:text-destructive"),children:[f.icon&&(0,Nn.jsx)("span",{className:"mr-2 h-4 w-4",children:f.icon}),f.label]},p)}),r&&(0,Nn.jsxs)(Nn.Fragment,{children:[(0,Nn.jsx)(Vr,{}),(0,Nn.jsx)(Fe,{onSelect:r,className:"cursor-pointer text-muted-foreground",children:"Clear selection"})]})]})]})]}),(0,Nn.jsx)(O9e,{open:!!i,onOpenChange:f=>!f&&s(null),children:(0,Nn.jsxs)(Jse,{children:[(0,Nn.jsxs)(ele,{children:[(0,Nn.jsxs)(rle,{className:"flex items-center gap-2",children:[i?.variant==="destructive"&&(0,Nn.jsx)(Ri,{className:"h-5 w-5 text-destructive"}),i?.confirmTitle||"Confirm Action"]}),(0,Nn.jsx)(nle,{children:i?.confirmMessage||`This action will affect ${l} selected item${l>1?"s":""}. This action cannot be undone.`})]}),(0,Nn.jsxs)(tle,{children:[(0,Nn.jsx)(ale,{disabled:o,children:"Cancel"}),(0,Nn.jsx)(ole,{onClick:d,disabled:o,className:B(i?.variant==="destructive"&&"bg-destructive text-destructive-foreground hover:bg-destructive/90"),children:o?(0,Nn.jsxs)(Nn.Fragment,{children:[(0,Nn.jsx)(Sr,{className:"mr-2 h-4 w-4 animate-spin"}),"Processing..."]}):"Confirm"})]})]})})]})}function mQt(e,t,r=!0){if(e.length===0)return"";let n=t||Object.keys(e[0]),o=[];if(r){let a=n.map(i=>{let s=String(i);return s.includes(",")||s.includes('"')||s.includes(`
405
405
  `)?`"${s.replace(/"/g,'""')}"`:s});o.push(a.join(","))}return e.forEach(a=>{let i=n.map(s=>{let l=a[s];if(l==null)return"";if(l instanceof Date)return l.toISOString();if(typeof l=="object")return JSON.stringify(l);let c=String(l);return c.includes(",")||c.includes('"')||c.includes(`
406
406
  `)?`"${c.replace(/"/g,'""')}"`:c});o.push(i.join(","))}),o.join(`
407
- `)}function hQt(e,t){if(!t||t.length===0)return JSON.stringify(e,null,2);let r=e.map(n=>{let o={};return t.forEach(a=>{a in n&&(o[a]=n[a])}),o});return JSON.stringify(r,null,2)}function gQt(e,t,r){let n=new Blob([e],{type:r}),o=URL.createObjectURL(n),a=document.createElement("a");a.href=o,a.download=t,document.body.appendChild(a),a.click(),document.body.removeChild(a),URL.revokeObjectURL(o)}async function B9e(e,t){let{format:r,filename:n="data-export",columns:o,includeHeaders:a=!0}=t,i,s,l;switch(r){case"csv":i=mQt(e,o,a),s="text/csv;charset=utf-8;",l="csv";break;case"json":i=hQt(e,o),s="application/json;charset=utf-8;",l="json";break;case"xlsx":throw new Error("XLSX export requires additional dependencies. Use CSV format instead.");default:throw new Error(`Unsupported export format: ${r}`)}let c=`${n}-${new Date().toISOString().split("T")[0]}.${l}`;gQt(i,c,s)}function V9e(e,t){return e.filter(r=>{let n=r.id||r.accessorKey;return n&&t[n]!==!1}).map(r=>r.id||r.accessorKey).filter(Boolean)}var KS=L(ce(),1),z9e=L(fh(),1);var Lt=L(fe(),1),vQt={equals:"Equals",notEquals:"Not equals",contains:"Contains",notContains:"Not contains",startsWith:"Starts with",endsWith:"Ends with",greaterThan:"Greater than",lessThan:"Less than",greaterThanOrEqual:"Greater than or equal",lessThanOrEqual:"Less than or equal",between:"Between",in:"In",notIn:"Not in",isNull:"Is empty",isNotNull:"Is not empty"};function yQt(e){switch(e){case"number":return["equals","notEquals","greaterThan","lessThan","greaterThanOrEqual","lessThanOrEqual","between","isNull","isNotNull"];case"date":return["equals","notEquals","greaterThan","lessThan","greaterThanOrEqual","lessThanOrEqual","between","isNull","isNotNull"];case"boolean":return["equals","notEquals","isNull","isNotNull"];case"select":return["equals","notEquals","in","notIn","isNull","isNotNull"];default:return["equals","notEquals","contains","notContains","startsWith","endsWith","isNull","isNotNull"]}}function U9e({table:e,open:t,onOpenChange:r,position:n="right",width:o="400px",filters:a,onFiltersChange:i,customFilters:s,matchAll:l,onMatchAllChange:c}){let[u,d]=(0,KS.useState)([]),[f,p]=(0,KS.useState)(!0),h=a||u,m=i||d,g=l!==void 0?l:f,v=c||p,y=(0,KS.useMemo)(()=>e.getAllColumns().filter(N=>N.id==="select"||N.id==="actions"||N.id==="expander"?!1:N.getCanFilter()),[e]),x=()=>{let N=y[0];if(!N)return;let D={column:N.id,operator:"contains",value:""};m([...h,D])},C=(N,D)=>{let E=[...h];E[N]={...E[N],...D},m(E)},b=N=>{m(h.filter((D,E)=>E!==N))},w=()=>{m([]),e.resetColumnFilters()},S=()=>{e.resetColumnFilters(),[...new Set(h.map(D=>D.column))].forEach(D=>{let E=e.getColumn(D);E&&E.setFilterValue({custom:!0,filters:h,matchAll:g})}),h.length===0&&e.resetColumnFilters(),r(!1)};if(typeof document>"u")return null;let P=(0,Lt.jsxs)(Lt.Fragment,{children:[(0,Lt.jsx)(Dt,{children:t&&(0,Lt.jsx)(ie.div,{initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},className:"fixed inset-0 bg-black/20",style:{zIndex:9998},onClick:()=>r(!1)})}),(0,Lt.jsx)(Dt,{children:t&&(0,Lt.jsx)(ie.div,{initial:{x:n==="right"?"100%":"-100%"},animate:{x:0},exit:{x:n==="right"?"100%":"-100%"},transition:{type:"spring",damping:30,stiffness:300},className:B("fixed top-0 bottom-0 bg-background border-l shadow-xl",n==="right"?"right-0":"left-0"),style:{width:o,zIndex:9999},children:(0,Lt.jsxs)("div",{className:"flex flex-col h-full",children:[(0,Lt.jsxs)("div",{className:"flex items-center justify-between p-4 border-b",children:[(0,Lt.jsxs)("div",{className:"flex items-center gap-2",children:[(0,Lt.jsx)(Ii,{className:"h-5 w-5"}),(0,Lt.jsx)("h2",{className:"text-lg font-semibold",children:"Filters"}),h.length>0&&(0,Lt.jsxs)("span",{className:"text-sm text-muted-foreground",children:["(",h.length," active)"]})]}),(0,Lt.jsx)(te,{variant:"ghost",size:"icon",onClick:()=>r(!1),children:(0,Lt.jsx)(Zt,{className:"h-4 w-4"})})]}),(0,Lt.jsxs)("div",{className:"flex-1 overflow-y-auto p-4",children:[(0,Lt.jsxs)("div",{className:"mb-6",children:[(0,Lt.jsx)(bt,{className:"text-sm font-medium mb-2 block",children:"Match conditions"}),(0,Lt.jsxs)("div",{className:"flex items-center gap-2",children:[(0,Lt.jsx)(te,{variant:g?"primary":"outline",size:"sm",onClick:()=>v(!0),className:"flex-1",children:"Match all"}),(0,Lt.jsx)(te,{variant:g?"outline":"primary",size:"sm",onClick:()=>v(!1),className:"flex-1",children:"Match any"})]})]}),(0,Lt.jsx)(ms,{className:"mb-6"}),s&&(0,Lt.jsxs)(Lt.Fragment,{children:[s,(0,Lt.jsx)(ms,{className:"my-6"})]}),(0,Lt.jsx)("div",{className:"space-y-4",children:h.map((N,D)=>(0,Lt.jsx)(xQt,{filter:N,columns:y,onUpdate:E=>C(D,E),onRemove:()=>b(D)},D))}),(0,Lt.jsxs)(te,{variant:"outline",size:"sm",onClick:x,className:"w-full mt-4",children:[(0,Lt.jsx)(si,{className:"h-4 w-4 mr-2"}),"Add filter"]})]}),(0,Lt.jsx)("div",{className:"p-4 border-t space-y-2",children:(0,Lt.jsxs)("div",{className:"flex gap-2",children:[(0,Lt.jsxs)(te,{variant:"outline",onClick:w,disabled:h.length===0,className:"flex-1",children:[(0,Lt.jsx)(Hi,{className:"h-4 w-4 mr-2"}),"Clear all"]}),(0,Lt.jsx)(te,{onClick:S,className:"flex-1",children:"Apply filters"})]})})]})})})]});return(0,z9e.createPortal)(P,document.body)}function xQt({filter:e,columns:t,onUpdate:r,onRemove:n}){let a=t.find(p=>p.id===e.column)?.columnDef,i=a?.meta?.filterType||"string",s=a?.meta?.filterOptions,l=a?.meta?.filterValueAccessor,c=yQt(i),u=e.operator!=="isNull"&&e.operator!=="isNotNull",d=e.operator==="in"||e.operator==="notIn",f=KS.default.useMemo(()=>i!=="select"&&!s?null:s||null,[i,s]);return(0,Lt.jsxs)("div",{className:"space-y-2 p-3 border rounded-lg bg-muted/30",children:[(0,Lt.jsxs)("div",{className:"flex items-center gap-2",children:[(0,Lt.jsxs)(Eo,{value:e.column,onValueChange:p=>r({column:p}),children:[(0,Lt.jsx)(Do,{className:"flex-1",children:(0,Lt.jsx)(Yo,{})}),(0,Lt.jsx)(Oo,{style:{zIndex:1e4},children:t.map(p=>{let h=p.columnDef.header,m=typeof h=="function"?p.id:h||p.id;return(0,Lt.jsx)(Tt,{value:p.id,children:m},p.id)})})]}),(0,Lt.jsx)(te,{variant:"ghost",size:"icon",onClick:n,className:"h-8 w-8",children:(0,Lt.jsx)(Zt,{className:"h-4 w-4"})})]}),(0,Lt.jsxs)(Eo,{value:e.operator,onValueChange:p=>r({operator:p}),children:[(0,Lt.jsx)(Do,{children:(0,Lt.jsx)(Yo,{})}),(0,Lt.jsx)(Oo,{style:{zIndex:1e4},children:c.map(p=>(0,Lt.jsx)(Tt,{value:p,children:vQt[p]},p))})]}),u&&(0,Lt.jsx)("div",{children:i==="boolean"?(0,Lt.jsxs)(Eo,{value:String(e.value),onValueChange:p=>r({value:p==="true"}),children:[(0,Lt.jsx)(Do,{children:(0,Lt.jsx)(Yo,{})}),(0,Lt.jsxs)(Oo,{style:{zIndex:1e4},children:[(0,Lt.jsx)(Tt,{value:"true",children:"True"}),(0,Lt.jsx)(Tt,{value:"false",children:"False"})]})]}):(i==="select"||f)&&!d?(0,Lt.jsxs)(Eo,{value:e.value||"",onValueChange:p=>r({value:p}),children:[(0,Lt.jsx)(Do,{children:(0,Lt.jsx)(Yo,{placeholder:"Select value..."})}),(0,Lt.jsx)(Oo,{style:{zIndex:1e4},children:f?.map(p=>(0,Lt.jsx)(Tt,{value:p,children:p},p))})]}):(i==="select"||f)&&d?(0,Lt.jsxs)("div",{className:"space-y-2",children:[(0,Lt.jsx)("div",{className:"text-xs text-muted-foreground",children:"Select multiple values:"}),(0,Lt.jsx)("div",{className:"space-y-1 max-h-32 overflow-y-auto border rounded-md p-2",children:f?.map(p=>{let h=Array.isArray(e.value)?e.value:[],m=h.includes(p);return(0,Lt.jsxs)("label",{className:"flex items-center gap-2 cursor-pointer hover:bg-muted/50 p-1 rounded",children:[(0,Lt.jsx)("input",{type:"checkbox",checked:m,onChange:g=>{let v=g.target.checked?[...h,p]:h.filter(y=>y!==p);r({value:v})},className:"rounded border-gray-300"}),(0,Lt.jsx)("span",{className:"text-sm",children:p})]},p)})})]}):i==="number"?(0,Lt.jsx)(Kt,{type:"number",value:e.value||"",onChange:p=>r({value:p.target.value}),placeholder:"Enter value..."}):d?(0,Lt.jsx)(Kt,{value:Array.isArray(e.value)?e.value.join(", "):e.value||"",onChange:p=>r({value:p.target.value}),placeholder:"Enter values separated by comma..."}):(0,Lt.jsx)(Kt,{value:e.value||"",onChange:p=>r({value:p.target.value}),placeholder:"Enter value..."})})]})}var G6=L(ce(),1);var Qa=L(fe(),1);function H9e({table:e,filter:t,data:r}){let n=e.getColumn(t.column);if(!n)return null;let o=n.columnDef,a=o?.meta?.filterValueAccessor,i=o?.meta?.filterOptions,s=m=>a?a(m):m[t.column],l=(0,G6.useMemo)(()=>{if(t.options&&t.options!=="auto")return t.options;if(i)return i;let m=new Set;return r.forEach(g=>{let v=s(g);v!=null&&v!==""&&m.add(String(v))}),Array.from(m).sort().slice(0,50)},[r,t.options,i]),c=(0,G6.useMemo)(()=>{if(!t.showCounts)return{};let m={};return l.forEach(g=>{m[g]=0}),r.forEach(g=>{let v=s(g);v!=null&&m[String(v)]!==void 0&&m[String(v)]++}),m},[r,t.showCounts,l]),u=n.getFilterValue(),d=(0,G6.useMemo)(()=>u?Array.isArray(u)?new Set(u):new Set([String(u)]):new Set,[u]),f=t.label||n.id,p=m=>{if(t.multi){let g=new Set(d);g.has(m)?g.delete(m):g.add(m),g.size===0?n.setFilterValue(void 0):n.setFilterValue(Array.from(g))}else d.has(m)?n.setFilterValue(void 0):n.setFilterValue(m)},h=()=>{n.setFilterValue(void 0)};return(0,Qa.jsxs)(Ti,{children:[(0,Qa.jsx)(Ai,{asChild:!0,children:(0,Qa.jsxs)(te,{variant:"outline",size:"sm",className:B("h-8 border-dashed",d.size>0&&"border-solid"),children:[f,d.size>0&&(0,Qa.jsxs)(Qa.Fragment,{children:[(0,Qa.jsx)("span",{className:"mx-2 h-4 w-px bg-border"}),(0,Qa.jsx)(Nt,{variant:"secondary",className:"rounded-sm px-1 font-normal",children:d.size})]})]})}),(0,Qa.jsx)(pi,{className:"w-[250px] p-0",align:"start",children:(0,Qa.jsxs)(hm,{children:[(0,Qa.jsx)(Xf,{placeholder:`Search ${f.toLowerCase()}...`}),(0,Qa.jsxs)(mb,{children:[(0,Qa.jsx)(Yf,{children:"No results found."}),(0,Qa.jsx)(Qf,{children:l.map(m=>{let g=d.has(m);return(0,Qa.jsxs)(Zf,{onSelect:()=>p(m),children:[(0,Qa.jsx)("div",{className:B("mr-2 flex h-4 w-4 items-center justify-center rounded-sm border border-primary",g?"bg-primary text-primary-foreground":"opacity-50 [&_svg]:invisible"),children:(0,Qa.jsx)(Wr,{className:B("h-4 w-4")})}),(0,Qa.jsx)("span",{className:"flex-1",children:m}),t.showCounts&&c[m]!==void 0&&(0,Qa.jsx)("span",{className:"ml-auto text-xs text-muted-foreground",children:c[m]})]},m)})})]}),d.size>0&&(0,Qa.jsx)("div",{className:"border-t p-2",children:(0,Qa.jsxs)(te,{variant:"ghost",size:"sm",className:"w-full justify-center",onClick:h,children:[(0,Qa.jsx)(Zt,{className:"mr-2 h-4 w-4"}),"Clear filter"]})})]})})]})}var D_=L(ce(),1);var bn=L(fe(),1);function j9e({table:e,column:t,title:r,options:n="auto",data:o}){let a=e.getColumn(t),[i,s]=(0,D_.useState)("");if(!a)return null;let l=a.columnDef,c=l?.meta?.filterValueAccessor,u=l?.meta?.filterOptions,d=b=>c?c(b):b[t],{availableOptions:f,optionCounts:p}=(0,D_.useMemo)(()=>{let b={},w=new Set;o.forEach(P=>{let N=d(P);if(N!=null&&N!==""){let D=String(N);w.add(D),b[D]=(b[D]||0)+1}});let S=[];return n!=="auto"?S=n:u?S=u.map(P=>({value:P,label:P})):S=Array.from(w).sort().slice(0,50).map(P=>({value:P,label:P})),{availableOptions:S,optionCounts:b}},[o,n,u]),h=a.getFilterValue(),m=new Set(h||[]),g=(0,D_.useMemo)(()=>i?f.filter(b=>(b.label||b.value).toLowerCase().includes(i.toLowerCase())):f,[f,i]),v=r||t,y=b=>{let w=new Set(m);w.has(b)?w.delete(b):w.add(b),w.size===0?a.setFilterValue(void 0):a.setFilterValue(Array.from(w))},x=()=>{a.setFilterValue(void 0),s("")},C=()=>{let b=g.map(w=>w.value);a.setFilterValue(b)};return(0,bn.jsxs)(Ti,{children:[(0,bn.jsx)(Ai,{asChild:!0,children:(0,bn.jsxs)(te,{variant:"outline",size:"sm",className:B("h-8 border-dashed",m.size>0&&"border-solid"),children:[(0,bn.jsx)(wx,{className:"mr-2 h-4 w-4"}),v,m.size>0&&(0,bn.jsxs)(bn.Fragment,{children:[(0,bn.jsx)(ms,{orientation:"vertical",className:"mx-2 h-4"}),(0,bn.jsx)(Nt,{variant:"secondary",className:"rounded-sm px-1 font-normal lg:hidden",children:m.size}),(0,bn.jsx)("div",{className:"hidden space-x-1 lg:flex",children:m.size>2?(0,bn.jsxs)(Nt,{variant:"secondary",className:"rounded-sm px-1 font-normal",children:[m.size," selected"]}):Array.from(m).slice(0,2).map(b=>{let w=f.find(S=>S.value===b);return(0,bn.jsx)(Nt,{variant:"secondary",className:"rounded-sm px-1 font-normal",children:w?.label||b},b)})})]})]})}),(0,bn.jsxs)(pi,{className:"w-[300px] p-0",align:"start",children:[(0,bn.jsx)("div",{className:"p-3",children:(0,bn.jsxs)("div",{className:"relative",children:[(0,bn.jsx)(Ro,{className:"absolute left-2 top-2.5 h-4 w-4 text-muted-foreground"}),(0,bn.jsx)(Kt,{placeholder:`Search ${v.toLowerCase()}...`,value:i,onChange:b=>s(b.target.value),className:"h-8 pl-8"})]})}),(0,bn.jsx)(ms,{}),(0,bn.jsx)("div",{className:"max-h-[300px] overflow-y-auto",children:g.length===0?(0,bn.jsx)("div",{className:"p-4 text-center text-sm text-muted-foreground",children:"No results found"}):(0,bn.jsx)("div",{className:"p-2",children:g.map(b=>{let w=m.has(b.value),S=p[b.value]||0;return(0,bn.jsxs)(te,{variant:"ghost",size:"sm",className:"w-full justify-start font-normal",onClick:()=>y(b.value),children:[(0,bn.jsx)("div",{className:B("mr-2 flex h-4 w-4 items-center justify-center rounded-sm border border-primary",w?"bg-primary text-primary-foreground":"opacity-50 [&_svg]:invisible"),children:(0,bn.jsx)(Wr,{className:B("h-4 w-4")})}),b.icon&&(0,bn.jsx)("span",{className:"mr-2",children:b.icon}),(0,bn.jsx)("span",{className:"flex-1 text-left",children:b.label||b.value}),S>0&&(0,bn.jsx)("span",{className:"ml-auto text-xs text-muted-foreground",children:S})]},b.value)})})}),(m.size>0||g.length>0)&&(0,bn.jsxs)(bn.Fragment,{children:[(0,bn.jsx)(ms,{}),(0,bn.jsxs)("div",{className:"flex items-center justify-between p-2",children:[m.size>0?(0,bn.jsxs)(te,{variant:"ghost",size:"sm",onClick:x,className:"h-8 px-2 lg:px-3",children:["Clear",(0,bn.jsx)(Zt,{className:"ml-2 h-4 w-4"})]}):(0,bn.jsxs)(te,{variant:"ghost",size:"sm",onClick:C,className:"h-8 px-2 lg:px-3",children:["Select all",(0,bn.jsx)(Wr,{className:"ml-2 h-4 w-4"})]}),(0,bn.jsxs)("span",{className:"text-xs text-muted-foreground",children:[m.size," of ",f.length," selected"]})]})]})]})]})}var Je=L(fe(),1);function q9e({columns:e,data:t,searchable:r=!0,filterable:n=!0,exportable:o=!0,selectable:a=!1,pagination:i=!0,pageSize:s=10,pageSizeOptions:l=[5,10,20,50,100],className:c,onRowSelect:u,onExport:d,enableExpandable:f=!1,renderSubComponent:p,expandedRows:h,onRowExpandChange:m,bulkActions:g=[],quickFilters:v=[],facetedFilters:y=[],features:x={},theme:C={},texts:b={},enableSorting:w=!0,enableFiltering:S=!0,enablePagination:P=!0,enableColumnVisibility:N=!0,enableRowSelection:D,filterPlaceholder:E="Search all columns...",defaultPageSize:A,manualPagination:z=!1,pageCount:V,onPaginationChange:R,onSortingChange:I,onColumnFiltersChange:k,state:T}){let O=Qi.default.useMemo(()=>e.map(de=>{let{enableHiding:We,...at}=de;return{...at,enableHiding:!0,filterFn:"custom"}}),[e]),{hasProAccess:F,isLoading:_}=Ut();if(!_&&!F)return(0,Je.jsx)(Be,{className:B("w-full",c),children:(0,Je.jsx)(Ve,{className:"py-12 text-center",children:(0,Je.jsxs)("div",{className:"max-w-md mx-auto space-y-4",children:[(0,Je.jsx)("div",{className:"rounded-full bg-purple-100 dark:bg-purple-900/30 p-3 w-fit mx-auto",children:(0,Je.jsx)(Ct,{className:"h-6 w-6 text-purple-600 dark:text-purple-400"})}),(0,Je.jsxs)("div",{children:[(0,Je.jsx)("h3",{className:"font-semibold text-lg mb-2",children:"Pro Feature"}),(0,Je.jsx)("p",{className:"text-muted-foreground text-sm mb-4",children:"Data Table is available exclusively to MoonUI Pro subscribers."}),(0,Je.jsx)("div",{className:"flex gap-3 justify-center",children:(0,Je.jsx)("a",{href:"/pricing",children:(0,Je.jsxs)(te,{size:"sm",children:[(0,Je.jsx)(vt,{className:"mr-2 h-4 w-4"}),"Upgrade to Pro"]})})})]})]})})});let[M,j]=Qi.default.useState([]),[H,q]=Qi.default.useState([]),[G,U]=Qi.default.useState({}),[K,Y]=Qi.default.useState({}),[Q,ae]=Qi.default.useState(""),[oe,Ae]=Qi.default.useState({pageIndex:0,pageSize:A||s||10}),[Se,Oe]=Qi.default.useState(!1),[me,Pe]=Qi.default.useState(new Set),[ye,we]=Qi.default.useState(!1),$=h||me,ee=m?de=>m(de):Pe,re=A||s,Le=Qi.default.useMemo(()=>t,[t]),Ie=de=>()=>{let at=(T?.sorting??M).find(jt=>jt.id===de),ht=[];at?at.desc?ht=[]:ht=[{id:de,desc:!0}]:ht=[{id:de,desc:!1}];let fr=I!==void 0?I:j;typeof fr=="function"&&fr(ht)},pe=k8e({data:Le,columns:O,onSortingChange:I!==void 0?I:j,onColumnFiltersChange:k!==void 0?k:q,onPaginationChange:R!==void 0?R:Ae,getCoreRowModel:S8e(),getPaginationRowModel:I8e(),getSortedRowModel:R8e(),getFilteredRowModel:P8e(),enableSortingRemoval:!0,enableMultiSort:!1,sortDescFirst:!1,onColumnVisibilityChange:U,onRowSelectionChange:Y,onGlobalFilterChange:ae,globalFilterFn:"includesString",filterFns:{custom:(de,We,at)=>{if(Array.isArray(at)){let Sn=pe.getColumn(We)?.columnDef?.meta?.filterValueAccessor,On=Sn?Sn(de.original):de.getValue(We);return at.includes(String(On))}if(typeof at=="string"||typeof at=="number"||typeof at=="boolean"){let Sn=pe.getColumn(We)?.columnDef?.meta?.filterValueAccessor,On=Sn?Sn(de.original):de.getValue(We);return String(On)===String(at)}if(!at?.custom||!at?.filters)return!0;let ht=at.filters,fr=at.matchAll!==void 0?at.matchAll:!0,jt=ht.map(Jt=>{let On=pe.getColumn(Jt.column)?.columnDef?.meta?.filterValueAccessor,ln=On?On(de.original):de.getValue(Jt.column),cn=Jt.value;switch(Jt.operator){case"equals":return ln===cn;case"notEquals":return ln!==cn;case"contains":return String(ln).toLowerCase().includes(String(cn).toLowerCase());case"notContains":return!String(ln).toLowerCase().includes(String(cn).toLowerCase());case"startsWith":return String(ln).toLowerCase().startsWith(String(cn).toLowerCase());case"endsWith":return String(ln).toLowerCase().endsWith(String(cn).toLowerCase());case"greaterThan":return Number(ln)>Number(cn);case"lessThan":return Number(ln)<Number(cn);case"greaterThanOrEqual":return Number(ln)>=Number(cn);case"lessThanOrEqual":return Number(ln)<=Number(cn);case"in":return Array.isArray(cn)?cn.includes(ln):String(cn).split(",").map(wi=>wi.trim()).includes(String(ln));case"notIn":return Array.isArray(cn)?!cn.includes(ln):!String(cn).split(",").map(wi=>wi.trim()).includes(String(ln));case"isNull":return ln==null||ln==="";case"isNotNull":return ln!=null&&ln!=="";default:return!0}});return fr?jt.every(Jt=>Jt):jt.some(Jt=>Jt)}},manualPagination:z,pageCount:V,state:{sorting:T?.sorting??M,columnFilters:T?.columnFilters??H,columnVisibility:T?.columnVisibility??G,rowSelection:T?.rowSelection??K,globalFilter:T?.globalFilter??Q,pagination:T?.pagination??oe,...T||{}},initialState:{pagination:{pageSize:re}},autoResetAll:!1,autoResetPageIndex:!1,autoResetExpanded:!1,getRowId:de=>de.id||de.orderId||Math.random().toString()});Qi.default.useEffect(()=>{if(u&&a){let de=pe.getFilteredSelectedRowModel().rows.map(We=>We.original);u(de)}},[K,u,a,pe]);let ne=pe.getState(),xe=pe.getRowModel(),Ne=Qi.default.useRef(xe.rows),he=Qi.default.useMemo(()=>{let de=Ne.current!==xe.rows;return de&&(Ne.current=xe.rows),de},[xe.rows]),Ge=Ne.current,Ht={sorting:x.sorting!==!1,filtering:x.filtering!==!1||n,pagination:x.pagination!==!1||i,search:x.search!==!1||r,columnVisibility:x.columnVisibility!==!1,rowSelection:x.rowSelection!==!1||a,export:x.export!==!1||o},Zn=async de=>{let We=pe.getFilteredSelectedRowModel().rows,at=We.length>0?We.map(jt=>jt.original):pe.getFilteredRowModel().rows.map(jt=>jt.original);if(typeof o=="object"&&o.onExport){o.onExport(at,de);return}if(d){d(at);return}let ht=typeof o=="object"&&o.filename?o.filename:"data-export",fr=V9e(O,G);await B9e(at,{format:de,filename:ht,columns:fr,includeHeaders:!0})},$e=Qi.default.useMemo(()=>o?o===!0?["csv","json"]:typeof o=="object"&&o.formats?o.formats:["csv","json"]:[],[o]),Ye=()=>{pe.resetRowSelection()};return(0,Je.jsxs)("div",{className:B("moonui-pro-datatable-container flex flex-col gap-4",c),children:[(0,Je.jsxs)("div",{className:"moonui-pro-datatable-toolbar flex items-center justify-between",children:[(0,Je.jsxs)("div",{className:"flex items-center space-x-2",children:[r&&(0,Je.jsxs)("div",{className:"relative",children:[(0,Je.jsx)("span",{suppressHydrationWarning:!0,children:(0,Je.jsx)(Ro,{className:"absolute left-2 top-2.5 h-4 w-4 text-muted-foreground"})}),(0,Je.jsx)(Kt,{placeholder:E,value:Q,onChange:de=>ae(de.target.value),className:"pl-8 w-64"})]}),v.length>0&&(0,Je.jsx)("div",{className:"flex items-center gap-2",children:v.map((de,We)=>(0,Je.jsx)(H9e,{table:pe,filter:de,data:t},`quick-${de.column}-${We}`))}),y.length>0&&(0,Je.jsx)("div",{className:"flex items-center gap-2",children:y.map(de=>(0,Je.jsx)(j9e,{table:pe,column:de,data:t},`faceted-${de}`))}),n&&(0,Je.jsxs)(te,{variant:"outline",size:"sm",onClick:()=>we(!0),children:[(0,Je.jsx)("span",{suppressHydrationWarning:!0,children:(0,Je.jsx)(Ii,{className:"mr-2 h-4 w-4"})}),"Filters",H.length>0&&(0,Je.jsx)("span",{className:"ml-2 rounded-full bg-primary px-2 py-0.5 text-xs text-primary-foreground",children:H.length})]}),a&&g.length>0&&(0,Je.jsx)(F9e,{selectedRows:pe.getFilteredSelectedRowModel().rows.map(de=>de.original),actions:g,onClearSelection:Ye})]}),(0,Je.jsxs)("div",{className:"flex items-center space-x-2",children:[o&&$e.length>0&&(0,Je.jsxs)(Pr,{children:[(0,Je.jsx)(Ir,{asChild:!0,children:(0,Je.jsxs)(te,{variant:"outline",size:"sm",children:[(0,Je.jsx)("span",{suppressHydrationWarning:!0,children:(0,Je.jsx)(un,{className:"mr-2 h-4 w-4"})}),"Export"]})}),(0,Je.jsxs)(xr,{align:"end",children:[$e.includes("csv")&&(0,Je.jsxs)(Fe,{onClick:()=>Zn("csv"),children:[(0,Je.jsx)(ov,{className:"mr-2 h-4 w-4"}),"Export as CSV"]}),$e.includes("json")&&(0,Je.jsxs)(Fe,{onClick:()=>Zn("json"),children:[(0,Je.jsx)(vw,{className:"mr-2 h-4 w-4"}),"Export as JSON"]}),$e.includes("xlsx")&&(0,Je.jsxs)(Fe,{onClick:()=>Zn("xlsx"),children:[(0,Je.jsx)(QT,{className:"mr-2 h-4 w-4"}),"Export as Excel"]})]})]}),(0,Je.jsx)(N8e,{table:pe})]})]}),(0,Je.jsx)("div",{className:"moonui-pro-datatable-wrapper rounded-md border overflow-hidden",style:{contain:"layout style"},children:(0,Je.jsx)("div",{style:{overflowX:"auto"},children:(0,Je.jsxs)("table",{className:"moonui-pro-datatable",style:{width:"100%",tableLayout:"auto"},children:[(0,Je.jsx)("thead",{className:"moonui-data-table-header",children:pe.getHeaderGroups().map(de=>(0,Je.jsx)("tr",{className:"moonui-data-table-row border-b",children:de.headers.filter(We=>We.column.getIsVisible()).map(We=>(0,Je.jsx)("th",{className:"moonui-data-table-th h-12 px-4 text-left align-middle font-medium text-muted-foreground",children:We.isPlaceholder?null:(0,Je.jsxs)("div",{className:B("flex items-center space-x-2",We.column.getCanSort()&&"cursor-pointer select-none"),onClick:We.column.getCanSort()?Ie(We.column.id):void 0,children:[Sse(We.column.columnDef.header,We.getContext()),We.column.getCanSort()&&(0,Je.jsx)("div",{className:"ml-2",children:We.column.getIsSorted()==="asc"?(0,Je.jsx)("span",{suppressHydrationWarning:!0,children:(0,Je.jsx)(nv,{className:"h-4 w-4"})}):We.column.getIsSorted()==="desc"?(0,Je.jsx)("span",{suppressHydrationWarning:!0,children:(0,Je.jsx)(tv,{className:"h-4 w-4"})}):(0,Je.jsx)("span",{suppressHydrationWarning:!0,children:(0,Je.jsx)(rv,{className:"h-4 w-4"})})})]})},We.id))},de.id))}),(0,Je.jsx)("tbody",{className:"moonui-data-table-body",children:Se?(0,Je.jsx)(ie.tr,{initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},transition:{duration:.2},children:(0,Je.jsx)("td",{colSpan:pe.getAllLeafColumns().filter(de=>de.getIsVisible()).length,className:"h-24 text-center",children:(0,Je.jsxs)("div",{className:"flex items-center justify-center space-x-2",children:[(0,Je.jsx)("span",{suppressHydrationWarning:!0,children:(0,Je.jsx)(Sr,{className:"h-4 w-4 animate-spin"})}),(0,Je.jsx)("span",{className:"text-sm text-muted-foreground",children:"Loading..."})]})})},"loading"):Ge?.length?(0,Je.jsx)(Je.Fragment,{children:Ge.map((de,We)=>{let at=de.original.id||de.id,ht=f&&$.has(at);return(0,Je.jsx)($9e,{row:de,columns:O,isExpanded:ht,enableExpandable:f,renderSubComponent:p,visibilityState:pe.getState().columnVisibility},at)})}):(0,Je.jsx)(ie.tr,{initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},transition:{duration:.2},children:(0,Je.jsx)("td",{colSpan:pe.getAllLeafColumns().filter(de=>de.getIsVisible()).length,className:"h-24 text-center",children:"No results found."})},"no-results")})]})})}),i&&(0,Je.jsxs)("div",{className:"flex items-center justify-between px-2",children:[(0,Je.jsx)("div",{className:"flex-1 text-sm text-muted-foreground",children:a&&pe.getFilteredSelectedRowModel().rows.length>0&&(0,Je.jsxs)("span",{children:[pe.getFilteredSelectedRowModel().rows.length," of"," ",pe.getFilteredRowModel().rows.length," row(s) selected."]})}),(0,Je.jsxs)("div",{className:"flex items-center space-x-6 lg:space-x-8",children:[(0,Je.jsxs)("div",{className:"flex items-center space-x-2",children:[(0,Je.jsx)("p",{className:"text-sm font-medium",children:"Rows per page"}),(0,Je.jsx)("select",{value:pe.getState().pagination.pageSize,onChange:async de=>{let We=Number(de.target.value);R?R({pageIndex:pe.getState().pagination.pageIndex,pageSize:We}):(Oe(!0),await new Promise(at=>setTimeout(at,300)),pe.setPageSize(We),Oe(!1))},className:"h-8 w-[70px] rounded border border-input bg-background px-3 py-1 text-sm",disabled:Se,children:l.map(de=>(0,Je.jsx)("option",{value:de,children:de},de))})]}),(0,Je.jsxs)("div",{className:"flex w-[100px] items-center justify-center text-sm font-medium",children:["Page ",pe.getState().pagination.pageIndex+1," of"," ",pe.getPageCount()]}),(0,Je.jsxs)("div",{className:"flex items-center space-x-2",children:[(0,Je.jsx)(te,{variant:"outline",className:"hidden h-8 w-8 p-0 lg:flex",onClick:async()=>{R?R({pageIndex:0,pageSize:pe.getState().pagination.pageSize}):(Oe(!0),await new Promise(de=>setTimeout(de,300)),pe.setPageIndex(0),Oe(!1))},disabled:!pe.getCanPreviousPage()||Se,children:(0,Je.jsx)("span",{suppressHydrationWarning:!0,children:(0,Je.jsx)(WT,{className:"h-4 w-4"})})}),(0,Je.jsx)(te,{variant:"outline",className:"h-8 w-8 p-0",onClick:async()=>{if(R){let de=pe.getState().pagination.pageIndex;R({pageIndex:de-1,pageSize:pe.getState().pagination.pageSize})}else Oe(!0),await new Promise(de=>setTimeout(de,300)),pe.previousPage(),Oe(!1)},disabled:!pe.getCanPreviousPage()||Se,children:(0,Je.jsx)("span",{suppressHydrationWarning:!0,children:(0,Je.jsx)(oa,{className:"h-4 w-4"})})}),(0,Je.jsx)(te,{variant:"outline",className:"h-8 w-8 p-0",onClick:async()=>{Oe(!0),await new Promise(de=>setTimeout(de,300)),pe.nextPage(),Oe(!1)},disabled:!pe.getCanNextPage()||Se,children:(0,Je.jsx)("span",{suppressHydrationWarning:!0,children:(0,Je.jsx)(Bn,{className:"h-4 w-4"})})}),(0,Je.jsx)(te,{variant:"outline",className:"hidden h-8 w-8 p-0 lg:flex",onClick:async()=>{Oe(!0),await new Promise(de=>setTimeout(de,300)),pe.setPageIndex(pe.getPageCount()-1),Oe(!1)},disabled:!pe.getCanNextPage()||Se,children:(0,Je.jsx)("span",{suppressHydrationWarning:!0,children:(0,Je.jsx)(GT,{className:"h-4 w-4"})})})]})]})]}),n&&(0,Je.jsx)(U9e,{table:pe,open:ye,onOpenChange:we})]})}function bQt(e,t){return{id:"expander",header:()=>null,size:50,cell:({row:r})=>{let n=r.original.id||r.id,o=e.has(n);return(0,Je.jsx)("button",{onClick:a=>{a.stopPropagation(),t(n)},className:"p-2 hover:bg-muted rounded-md transition-colors","aria-label":o?"Collapse row":"Expand row",children:(0,Je.jsx)("span",{suppressHydrationWarning:!0,children:o?(0,Je.jsx)($o,{className:"h-4 w-4 text-muted-foreground"}):(0,Je.jsx)(Bn,{className:"h-4 w-4 text-muted-foreground"})})})}}}function wQt(e=new Set){let[t,r]=Qi.default.useState(e),n=Qi.default.useCallback(i=>{r(s=>{let l=new Set(s);return l.has(i)?l.delete(i):l.add(i),l})},[]),o=Qi.default.useCallback(i=>{r(new Set(i))},[]),a=Qi.default.useCallback(()=>{r(new Set)},[]);return{expandedRows:t,setExpandedRows:r,toggleRow:n,expandAll:o,collapseAll:a}}var $9e=Qi.default.memo(({row:e,columns:t,isExpanded:r,enableExpandable:n,renderSubComponent:o,visibilityState:a})=>{let i=e.original.id||e.id;return(0,Je.jsxs)(Je.Fragment,{children:[(0,Je.jsx)("tr",{className:B("border-b transition-colors hover:bg-muted/50",e.getIsSelected()&&"bg-muted",r&&"border-b-0"),children:e.getAllCells().filter(s=>a[s.column.id]!==!1).map(s=>(0,Je.jsx)("td",{className:"moonui-data-table-td p-4 align-middle",children:Sse(s.column.columnDef.cell,s.getContext())},s.id))}),r&&o&&(0,Je.jsx)("tr",{className:"border-b",children:(0,Je.jsx)("td",{colSpan:e.getAllCells().filter(s=>a[s.column.id]!==!1).length||1,className:"p-0 overflow-hidden",children:(0,Je.jsx)("div",{className:"transition-all duration-300 ease-out",style:{maxHeight:r?"1000px":"0",opacity:r?1:0},children:(0,Je.jsx)("div",{className:"border-t border-border/50",children:o({row:{original:e.original,id:i}})})})})})]})},(e,t)=>{let r=e.row.original.id||e.row.id,n=t.row.original.id||t.row.id,o=Object.keys(e.visibilityState).sort().join(","),a=Object.keys(t.visibilityState).sort().join(","),i=Object.values(e.visibilityState).join(","),s=Object.values(t.visibilityState).join(",");return r===n&&e.isExpanded===t.isExpanded&&e.row.getIsSelected()===t.row.getIsSelected()&&o===a&&i===s});$9e.displayName="TableRow";var CQt=q9e;var wn=L(ce(),1);var qe=L(fe(),1),sle=wn.default.memo(({searchInputRef:e,searchPlaceholder:t,initialValue:r,onSearchChange:n,keyboardShortcuts:o})=>{let[a,i]=(0,wn.useState)(r||""),s=(0,wn.useRef)(void 0);(0,wn.useEffect)(()=>{i(r)},[r]);let l=(0,wn.useCallback)(c=>{let u=c.target.value;i(u),s.current&&clearTimeout(s.current),s.current=setTimeout(()=>{n(u),e.current&&e.current.focus()},150)},[n,e]);return(0,wn.useEffect)(()=>()=>{s.current&&clearTimeout(s.current)},[]),(0,qe.jsx)("div",{className:"p-4 border-b",children:(0,qe.jsxs)("div",{className:"relative",children:[(0,qe.jsx)(Ro,{className:"absolute left-3 top-1/2 -translate-y-1/2 h-4 w-4 text-muted-foreground pointer-events-none"}),(0,qe.jsx)("input",{ref:e,type:"text",placeholder:t,value:a,onChange:l,autoComplete:"off",autoCorrect:"off",autoCapitalize:"off",spellCheck:"false",className:"w-full h-10 pl-9 pr-9 text-sm bg-background border border-input rounded-md focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50"}),o&&(0,qe.jsxs)("kbd",{className:"absolute right-2 top-1/2 -translate-y-1/2 pointer-events-none h-5 select-none items-center gap-1 rounded border bg-muted px-1.5 font-mono text-[10px] font-medium opacity-100 hidden sm:flex",children:[(0,qe.jsx)("span",{className:"text-xs",children:"\u2318"}),"K"]})]})})});sle.displayName="SearchInput";function SQt({sections:e,footer:t,showSearch:r=!0,searchPlaceholder:n="Search...",searchQuery:o="",onSearchChange:a,showThemeToggle:i=!1,theme:s="system",onThemeChange:l,branding:c,collapsible:u=!0,defaultCollapsed:d=!1,floatingActionButton:f=!0,floatingActionButtonPosition:p={bottom:"1rem",left:"1rem"},floatingActionButtonClassName:h,glassmorphism:m=!1,animatedBackground:g=!1,keyboardShortcuts:v=!0,persistState:y=!0,persistKey:x="moonui-sidebar-state",onStateChange:C,customStyles:b,fullWidthItems:w=!0,className:S,activePath:P,onNavigate:N}){let[D,E]=(0,wn.useState)(!1),[A,z]=(0,wn.useState)(!1),[V,R]=(0,wn.useState)(d),[I,k]=(0,wn.useState)([]),[T,O]=(0,wn.useState)(o),[F,_]=(0,wn.useState)([]),M=(0,wn.useRef)(null),j=Ca(0),H=Ca(0),q=kh(j,{stiffness:300,damping:30}),G=kh(H,{stiffness:300,damping:30});(0,wn.useEffect)(()=>{if(y&&typeof window<"u"){let $=localStorage.getItem(x);if($){let ee=JSON.parse($);R(ee.collapsed),k(ee.expandedSections),_(ee.pinnedItems||[])}}},[y,x]),(0,wn.useEffect)(()=>{if(y&&typeof window<"u"){let $={collapsed:V,expandedSections:I,searchQuery:T,pinnedItems:F,recentItems:[]};localStorage.setItem(x,JSON.stringify($)),C?.($)}},[V,I,T,F,y,x,C]),(0,wn.useEffect)(()=>{let $=()=>{E(window.innerWidth<768)};return $(),window.addEventListener("resize",$),()=>window.removeEventListener("resize",$)},[]),(0,wn.useEffect)(()=>{let $=e.filter(ee=>ee.defaultExpanded!==!1).map(ee=>ee.id);k($)},[e]),(0,wn.useEffect)(()=>{if(!v)return;let $=ee=>{(ee.metaKey||ee.ctrlKey)&&ee.key==="k"&&(ee.preventDefault(),M.current?.focus()),(ee.metaKey||ee.ctrlKey)&&ee.key==="b"&&(ee.preventDefault(),D?z(!A):R(!V))};return document.addEventListener("keydown",$),()=>document.removeEventListener("keydown",$)},[v,D,A,V]),(0,wn.useEffect)(()=>{if(!g)return;let $=ee=>{let re=document.querySelector(".sidebar-container")?.getBoundingClientRect();re&&(j.set(ee.clientX-re.left),H.set(ee.clientY-re.top))};return document.addEventListener("mousemove",$),()=>document.removeEventListener("mousemove",$)},[g,j,H]);let U=(0,wn.useCallback)($=>{k(ee=>ee.includes($)?ee.filter(re=>re!==$):[...ee,$])},[]),K=(0,wn.useCallback)($=>{_(ee=>ee.includes($)?ee.filter(re=>re!==$):[...ee,$])},[]),Y=(0,wn.useCallback)($=>{$.action?$.action():$.href&&N&&(N($.href),D&&z(!1))},[N,D]);(0,wn.useEffect)(()=>{O(o)},[o]);let Q=(0,wn.useCallback)($=>{O($),a?.($)},[a]),ae=(0,wn.useCallback)(($,ee)=>ee?$.filter(re=>{let Le=re.title.toLowerCase().includes(ee.toLowerCase()),Ie=re.items?.some(pe=>pe.title.toLowerCase().includes(ee.toLowerCase()));return Le||Ie}):$,[]),oe=(0,wn.useMemo)(()=>T?e.map($=>({...$,filteredItems:ae($.items,T).map(ee=>({...ee,filteredChildren:ee.items?ae(ee.items,T):void 0}))})).filter($=>$.filteredItems.length>0):e.map($=>({...$,filteredItems:$.items.map(ee=>({...ee,filteredChildren:ee.items}))})),[e,T,ae]),Ae=(0,wn.useCallback)($=>{let ee=$.items&&$.items.length>0;return!ee&&!$.title?null:(0,qe.jsxs)("div",{className:B("min-w-[200px] p-2",m&&"bg-background/95 backdrop-blur-sm"),children:[(0,qe.jsx)("div",{className:"font-medium px-2 py-1 text-sm",children:$.title}),ee&&(0,qe.jsx)("div",{className:"mt-1 space-y-0.5",children:$.items?.map(re=>{let Le=re.href===P,Ie=re.items&&re.items.length>0;return(0,qe.jsx)("div",{className:"relative",children:Ie?(0,qe.jsxs)(dE,{openDelay:200,closeDelay:100,children:[(0,qe.jsx)(fE,{asChild:!0,children:(0,qe.jsxs)("button",{onClick:()=>Y(re),disabled:re.disabled,className:B("w-full flex items-center justify-between gap-2 rounded-md px-2 py-1.5 text-sm transition-colors","hover:bg-accent hover:text-accent-foreground",Le&&"bg-primary/10 text-primary font-medium",re.disabled&&"opacity-50 cursor-not-allowed"),children:[(0,qe.jsxs)("div",{className:"flex items-center gap-2",children:[re.icon&&(0,qe.jsx)("span",{className:"flex-shrink-0",children:re.icon}),(0,qe.jsx)("span",{className:"truncate",children:re.title})]}),(0,qe.jsx)(Bn,{className:"h-3 w-3 flex-shrink-0"})]})}),(0,qe.jsx)($I,{side:"right",align:"start",sideOffset:10,className:B("p-2",m&&"bg-background/95 backdrop-blur-sm"),children:(0,qe.jsx)("div",{className:"space-y-0.5",children:re.items?.map(pe=>{let ne=pe.href===P;return(0,qe.jsxs)("button",{onClick:()=>Y(pe),disabled:pe.disabled,className:B("w-full flex items-center gap-2 rounded-md px-2 py-1.5 text-sm transition-colors","hover:bg-accent hover:text-accent-foreground",ne&&"bg-primary/10 text-primary font-medium",pe.disabled&&"opacity-50 cursor-not-allowed"),children:[pe.icon&&(0,qe.jsx)("span",{className:"flex-shrink-0",children:pe.icon}),(0,qe.jsx)("span",{className:"truncate",children:pe.title}),pe.badge&&(0,qe.jsx)(Nt,{variant:pe.badgeVariant||"secondary",className:"ml-auto flex-shrink-0 text-[10px] px-1.5 py-0 h-5",children:pe.badge})]},pe.id)})})})]}):(0,qe.jsxs)("button",{onClick:()=>Y(re),disabled:re.disabled,className:B("w-full flex items-center gap-2 rounded-md px-2 py-1.5 text-sm transition-colors","hover:bg-accent hover:text-accent-foreground",Le&&"bg-primary/10 text-primary font-medium",re.disabled&&"opacity-50 cursor-not-allowed"),children:[re.icon&&(0,qe.jsx)("span",{className:"flex-shrink-0",children:re.icon}),(0,qe.jsx)("span",{className:"truncate",children:re.title}),re.badge&&(0,qe.jsx)(Nt,{variant:re.badgeVariant||"secondary",className:"ml-auto flex-shrink-0 text-[10px] px-1.5 py-0 h-5",children:re.badge})]})},re.id)})})]})},[P,m,Y]),Se=(0,wn.useCallback)(($,ee=0,re)=>{let Le=$.href===P,Ie=F.includes($.id),pe=$.items&&$.items.length>0,ne=I.includes($.id),xe=V&&!D&&ee===0&&(pe||$.title),Ne=$.tooltip&&!V&&!xe,he=(0,qe.jsxs)("button",{onClick:()=>{pe?U($.id):Y($)},className:B("flex items-center gap-3 rounded-lg px-3 py-2 text-sm transition-all",w?"w-[calc(100%-1.5rem)] mx-3":"w-full","hover:bg-accent hover:text-accent-foreground",Le&&"bg-primary/10 text-primary font-medium",$.disabled&&"opacity-50 cursor-not-allowed",ee>0&&"ml-6 text-xs",V&&ee===0&&"justify-center px-2",b?.hover),disabled:$.disabled,children:[$.icon&&(0,qe.jsx)("span",{className:B("flex-shrink-0",V&&ee===0&&"mx-auto"),children:$.icon}),(!V||ee>0)&&(0,qe.jsxs)(qe.Fragment,{children:[(0,qe.jsx)("span",{className:"flex-1 text-left truncate",children:$.title}),$.badge&&(0,qe.jsx)(Nt,{variant:$.badgeVariant||"secondary",className:"ml-auto flex-shrink-0 text-[10px] px-1.5 py-0 h-5",children:$.badge}),pe&&ee===0&&(0,qe.jsx)($o,{className:B("h-4 w-4 flex-shrink-0 transition-transform",ne&&"rotate-180")}),Ie&&(0,qe.jsx)(IA,{className:"h-3 w-3 flex-shrink-0"})]})]});return xe?(0,qe.jsx)("div",{children:(0,qe.jsxs)(dE,{openDelay:200,closeDelay:100,children:[(0,qe.jsx)(fE,{asChild:!0,children:he}),(0,qe.jsx)($I,{side:"right",align:"start",sideOffset:10,className:B("p-0 w-auto",m&&"bg-background/95 backdrop-blur-sm","animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95"),children:(0,qe.jsx)(ie.div,{initial:{opacity:0,x:-10},animate:{opacity:1,x:0},exit:{opacity:0,x:-10},transition:{duration:.15},children:Ae($)})})]})},$.id):(0,qe.jsxs)("div",{children:[Ne?(0,qe.jsx)(Gf,{children:(0,qe.jsxs)(Vd,{children:[(0,qe.jsx)(zd,{asChild:!0,children:he}),(0,qe.jsx)(Fu,{side:"right",children:(0,qe.jsx)("p",{children:$.tooltip})})]})}):he,pe&&!V&&re&&(0,qe.jsx)(Dt,{children:ne&&(0,qe.jsx)(ie.div,{initial:{height:0,opacity:0},animate:{height:"auto",opacity:1},exit:{height:0,opacity:0},transition:{duration:.2},className:"overflow-hidden",children:(0,qe.jsx)("div",{className:"pt-1 space-y-1",children:re.map(Ge=>Se(Ge,ee+1))})})})]},$.id)},[P,F,I,V,b,Y,U,D,m,Ae,w]),Oe=wn.default.memo(()=>(0,qe.jsxs)("div",{className:B("flex items-center gap-3 p-4 border-b",V&&!D&&"justify-center px-2"),children:[c&&(0,qe.jsxs)(qe.Fragment,{children:[c.logo,(!V||D)&&c.title&&(0,qe.jsx)("span",{className:"font-semibold text-lg",children:c.title})]}),D&&(0,qe.jsx)(te,{variant:"ghost",size:"sm",className:"ml-auto h-8 w-8 p-0",onClick:()=>z(!1),children:(0,qe.jsx)(Zt,{className:"h-4 w-4"})}),!D&&u&&(0,qe.jsx)(te,{variant:"ghost",size:"sm",className:B("h-8 w-8 p-0",!V&&"ml-auto"),onClick:()=>R(!V),children:V?(0,qe.jsx)(Bn,{className:"h-4 w-4"}):(0,qe.jsx)(oa,{className:"h-4 w-4"})})]})),me=wn.default.memo(()=>(0,qe.jsx)(ac,{className:"flex-1 overflow-y-auto",children:(0,qe.jsxs)("div",{className:"p-4 space-y-6",children:[F.length>0&&(!V||D)&&(0,qe.jsxs)("div",{children:[(0,qe.jsx)("h4",{className:"text-xs font-medium text-muted-foreground mb-2",children:"Pinned"}),(0,qe.jsx)("div",{className:"space-y-1",children:e.flatMap($=>$.items.filter(ee=>F.includes(ee.id))).map($=>Se($))}),(0,qe.jsx)(ms,{className:"mt-4"})]}),oe.map(($,ee)=>(0,qe.jsxs)("div",{children:[$.title&&(!V||D)&&(0,qe.jsx)("h4",{className:"text-xs font-medium text-muted-foreground mb-2",children:$.title}),(0,qe.jsx)("div",{className:"space-y-1",children:$.filteredItems.map(re=>Se(re,0,re.filteredChildren))}),$.showDivider&&ee<oe.length-1&&(0,qe.jsx)(ms,{className:"mt-4"})]},$.id))]})})),Pe=wn.default.memo(()=>t?(0,qe.jsxs)("div",{className:"border-t p-4",children:[(0,qe.jsx)("div",{className:"space-y-1",children:t.items.map($=>Se($))}),i&&(!V||D)&&(0,qe.jsxs)("div",{className:"mt-3 flex items-center justify-between",children:[(0,qe.jsx)("span",{className:"text-xs text-muted-foreground",children:"Theme"}),(0,qe.jsxs)(Pr,{children:[(0,qe.jsx)(Ir,{asChild:!0,children:(0,qe.jsxs)(te,{variant:"ghost",size:"sm",className:"h-7 px-2",children:[s==="light"&&(0,qe.jsx)(uv,{className:"h-3 w-3"}),s==="dark"&&(0,qe.jsx)(sv,{className:"h-3 w-3"}),s==="system"&&(0,qe.jsx)(Df,{className:"h-3 w-3"})]})}),(0,qe.jsxs)(xr,{align:"end",children:[(0,qe.jsxs)(Fe,{onClick:()=>l?.("light"),children:[(0,qe.jsx)(uv,{className:"mr-2 h-4 w-4"}),"Light"]}),(0,qe.jsxs)(Fe,{onClick:()=>l?.("dark"),children:[(0,qe.jsx)(sv,{className:"mr-2 h-4 w-4"}),"Dark"]}),(0,qe.jsxs)(Fe,{onClick:()=>l?.("system"),children:[(0,qe.jsx)(Df,{className:"mr-2 h-4 w-4"}),"System"]})]})]})]})]}):null),ye=wn.default.memo(()=>(0,qe.jsxs)(qe.Fragment,{children:[(0,qe.jsx)(me,{}),(0,qe.jsx)(Pe,{})]})),we=B("moonui-pro-sidebar flex flex-col bg-background border-r",m&&"bg-background/80 backdrop-blur-xl border-white/10",V&&!D&&"w-16",!V&&!D&&"w-64",b?.background,b?.border,S);return D?(0,qe.jsxs)(qe.Fragment,{children:[f&&(0,qe.jsx)(te,{onClick:()=>z(!0),className:B("fixed z-40 h-12 w-12 rounded-full shadow-lg md:hidden",h),size:"icon",style:{bottom:p?.bottom,left:p?.left,right:p?.right,top:p?.top},children:(0,qe.jsx)(Ef,{className:"h-5 w-5"})}),(0,qe.jsx)(bb,{open:A,onOpenChange:z,children:(0,qe.jsx)(Fv,{side:"left",className:"w-80 p-0",children:(0,qe.jsxs)("div",{className:B(we,"h-full overflow-y-auto"),children:[g&&(0,qe.jsx)(ie.div,{className:"absolute inset-0 opacity-30",style:{background:`radial-gradient(circle at ${q}px ${G}px, rgba(var(--primary-rgb), 0.15), transparent 50%)`}}),(0,qe.jsx)(Oe,{}),r&&(!V||D)&&(0,qe.jsx)(sle,{searchInputRef:M,searchPlaceholder:n,initialValue:T,onSearchChange:Q,keyboardShortcuts:v},"sidebar-search-mobile"),(0,qe.jsx)(ye,{})]})})})]}):(0,qe.jsxs)("aside",{className:B(we,"hidden md:flex sticky top-0 h-screen overflow-y-auto"),children:[g&&(0,qe.jsx)(ie.div,{className:"absolute inset-0 opacity-30",style:{background:`radial-gradient(circle at ${q}px ${G}px, rgba(var(--primary-rgb), 0.15), transparent 50%)`}}),(0,qe.jsx)(Oe,{}),r&&(!V||D)&&(0,qe.jsx)(sle,{searchInputRef:M,searchPlaceholder:n,initialValue:T,onSearchChange:Q,keyboardShortcuts:v},"sidebar-search-desktop"),(0,qe.jsx)(ye,{})]})}function W9e(e){let{hasProAccess:t,isLoading:r}=Ut();return!r&&!t?(0,qe.jsx)(Be,{className:B("w-full max-w-xs",e.className),children:(0,qe.jsx)(Ve,{className:"py-12 text-center",children:(0,qe.jsxs)("div",{className:"space-y-4",children:[(0,qe.jsx)("div",{className:"rounded-full bg-purple-100 dark:bg-purple-900/30 p-3 w-fit mx-auto",children:(0,qe.jsx)(Ct,{className:"h-6 w-6 text-purple-600 dark:text-purple-400"})}),(0,qe.jsxs)("div",{children:[(0,qe.jsx)("h3",{className:"font-semibold text-lg mb-2",children:"Pro Feature"}),(0,qe.jsx)("p",{className:"text-muted-foreground text-sm mb-4",children:"Advanced Sidebar is available exclusively to MoonUI Pro subscribers."}),(0,qe.jsx)("a",{href:"/pricing",children:(0,qe.jsxs)(te,{size:"sm",children:[(0,qe.jsx)(vt,{className:"mr-2 h-4 w-4"}),"Upgrade to Pro"]})})]})]})})}):(0,qe.jsx)(SQt,{...e})}var PQt=W9e;var Zi=L(ce(),1);var De=L(fe(),1);function IQt({sections:e,branding:t,showSearch:r=!0,searchPlaceholder:n="Search...",onSearch:o,showThemeToggle:a=!1,theme:i="system",onThemeChange:s,userMenu:l,notifications:c,cta:u,sticky:d=!0,glassmorphism:f=!1,animatedBackground:p=!1,keyboardShortcuts:h=!0,mobileBreakpoint:m=768,customStyles:g,variant:v="default",size:y="md",blur:x=!0,shadow:C=!1,rounded:b=!1,logoPosition:w="left",mobileMenuPosition:S="left",hideOnScroll:P=!1,showScrollProgress:N=!1,maxWidth:D="2xl",className:E,activePath:A,onNavigate:z}){let[V,R]=(0,Zi.useState)(!1),[I,k]=(0,Zi.useState)(!1),[T,O]=(0,Zi.useState)(!1),[F,_]=(0,Zi.useState)(!1),[M,j]=(0,Zi.useState)(""),[H,q]=(0,Zi.useState)(!1),[G,U]=(0,Zi.useState)(!1),[K,Y]=(0,Zi.useState)(0),Q=(0,Zi.useRef)(0),ae=(0,Zi.useRef)(null);(0,Zi.useEffect)(()=>{let we=()=>{R(window.innerWidth<m)};return we(),window.addEventListener("resize",we),()=>window.removeEventListener("resize",we)},[m]),(0,Zi.useEffect)(()=>{if(!d&&!P&&!N)return;let we=()=>{let $=window.scrollY;if(q($>10),P&&($>Q.current&&$>100?U(!0):U(!1),Q.current=$),N){let ee=window.scrollY,re=document.documentElement.scrollHeight-document.documentElement.clientHeight,Le=ee/re*100;Y(Le)}};return window.addEventListener("scroll",we,{passive:!0}),()=>window.removeEventListener("scroll",we)},[d,P,N]),(0,Zi.useEffect)(()=>{if(!h)return;let we=$=>{($.metaKey||$.ctrlKey)&&$.key==="k"&&($.preventDefault(),_(!0))};return document.addEventListener("keydown",we),()=>document.removeEventListener("keydown",we)},[h]);let oe=(0,Zi.useCallback)(we=>{we.action?we.action():we.href&&z&&(z(we.href),V&&k(!1))},[z,V]),Ae=(0,Zi.useCallback)(we=>{j(we),o?.(we)},[o]),Se=we=>(0,De.jsx)("div",{className:"grid gap-3 p-6 md:w-[400px] lg:w-[500px] lg:grid-cols-[.75fr_1fr]",children:we.map($=>(0,De.jsxs)(bE,{className:B("block select-none space-y-1 rounded-md p-3 leading-none no-underline outline-none transition-colors hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground",$.disabled&&"opacity-50 cursor-not-allowed"),onClick:()=>!$.disabled&&oe($),children:[(0,De.jsxs)("div",{className:"flex items-center gap-2",children:[$.icon&&(0,De.jsx)("span",{className:"flex-shrink-0",children:$.icon}),(0,De.jsx)("div",{className:"text-sm font-medium leading-none",children:$.title}),$.badge&&(0,De.jsx)(Nt,{variant:$.badgeVariant||"secondary",className:"ml-auto",children:$.badge})]}),$.description&&(0,De.jsx)("p",{className:"line-clamp-2 text-sm leading-snug text-muted-foreground",children:$.description})]},$.id))}),Oe=we=>(0,De.jsx)(De.Fragment,{children:we.map($=>$.items&&$.items.length>0?(0,De.jsxs)(Bu,{children:[(0,De.jsx)(jc,{disabled:$.disabled,children:(0,De.jsxs)("span",{className:"flex items-center gap-2",children:[$.icon&&(0,De.jsx)("span",{children:$.icon}),$.title]})}),(0,De.jsx)(qc,{children:Oe($.items)})]},$.id):(0,De.jsxs)(Fe,{disabled:$.disabled,onClick:()=>oe($),children:[(0,De.jsxs)("span",{className:"flex items-center gap-2",children:[$.icon&&(0,De.jsx)("span",{children:$.icon}),$.title]}),$.badge&&(0,De.jsx)(Nt,{variant:$.badgeVariant||"secondary",className:"ml-auto",children:$.badge})]},$.id))}),me=()=>(0,De.jsxs)(bb,{open:I,onOpenChange:k,children:[(0,De.jsx)(jz,{asChild:!0,children:(0,De.jsx)(te,{variant:"ghost",size:"icon",className:"md:hidden",children:(0,De.jsx)(Ef,{className:"h-5 w-5"})})}),(0,De.jsx)(Fv,{side:S,className:"w-80 p-0",children:(0,De.jsxs)("div",{className:"flex flex-col h-screen overflow-y-auto",children:[(0,De.jsxs)("div",{className:"flex items-center justify-between p-4 border-b",children:[t&&(0,De.jsxs)("div",{className:"flex items-center gap-2",children:[t.logo,t.title&&(0,De.jsx)("span",{className:"font-semibold text-lg",children:t.title})]}),(0,De.jsx)(te,{variant:"ghost",size:"icon",onClick:()=>k(!1),className:"h-8 w-8",children:(0,De.jsx)(Zt,{className:"h-4 w-4"})})]}),(0,De.jsx)("div",{className:"flex-1 overflow-y-auto p-4",children:e.map(we=>(0,De.jsxs)("div",{className:"space-y-1",children:[we.items.map($=>(0,De.jsx)("div",{children:$.items&&$.items.length>0?(0,De.jsxs)(Pr,{children:[(0,De.jsx)(Ir,{asChild:!0,children:(0,De.jsxs)(te,{variant:"ghost",className:"w-full justify-between",disabled:$.disabled,children:[(0,De.jsxs)("span",{className:"flex items-center gap-2",children:[$.icon&&(0,De.jsx)("span",{children:$.icon}),$.title]}),(0,De.jsx)($o,{className:"h-4 w-4"})]})}),(0,De.jsx)(xr,{align:"start",className:"w-56",children:$.items&&Oe($.items)})]}):(0,De.jsxs)(te,{variant:"ghost",className:"w-full justify-start",disabled:$.disabled,onClick:()=>oe($),children:[(0,De.jsxs)("span",{className:"flex items-center gap-2",children:[$.icon&&(0,De.jsx)("span",{children:$.icon}),$.title]}),$.badge&&(0,De.jsx)(Nt,{variant:$.badgeVariant||"secondary",className:"ml-auto",children:$.badge})]})},$.id)),(0,De.jsx)(ms,{className:"my-2"})]},we.id))})]})})]}),Pe=()=>{switch(y){case"sm":return"h-14";case"lg":return"h-20";default:return"h-16"}},ye=B("moonui-pro w-full transition-all duration-300",v==="default"&&"border-b bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60",v==="floating"&&"mx-4 mt-4 rounded-lg border bg-background/95 backdrop-blur shadow-lg",v==="minimal"&&"bg-background",v==="transparent"&&"bg-transparent",d&&"sticky top-0 z-50",H&&d&&v!=="transparent"&&"shadow-sm",H&&v==="transparent"&&"bg-background/95 backdrop-blur border-b",G&&"-translate-y-full",f&&"bg-background/80 backdrop-blur-xl border-white/10",x&&"backdrop-blur-md",C&&"shadow-lg",b&&"rounded-lg",g?.background,g?.border,E);return(0,De.jsxs)(De.Fragment,{children:[(0,De.jsxs)("nav",{ref:ae,className:B("moonui-pro-navbar",ye),children:[(0,De.jsxs)("div",{className:B("flex items-center",Pe(),D==="sm"&&"container max-w-screen-sm",D==="md"&&"container max-w-screen-md",D==="lg"&&"container max-w-screen-lg",D==="xl"&&"container max-w-screen-xl",D==="2xl"&&"container max-w-screen-2xl",D==="full"&&"w-full px-4 sm:px-6 lg:px-8"),children:[t&&(0,De.jsxs)("div",{className:B("flex items-center gap-2",w==="center"&&!V?"absolute left-1/2 -translate-x-1/2":"mr-4"),children:[w==="left"&&S==="left"&&(0,De.jsx)(me,{}),(0,De.jsxs)("a",{href:t.href||"/",onClick:we=>{t.href&&z&&(we.preventDefault(),z(t.href))},className:"flex items-center gap-2",children:[t.logo,t.title&&!V&&(0,De.jsx)("span",{className:"font-semibold text-lg",children:t.title})]})]}),!V&&(0,De.jsx)(mE,{className:"hidden md:flex",children:(0,De.jsx)(hE,{children:e.map(we=>(0,De.jsx)(Zi.default.Fragment,{children:we.items.map($=>{let ee=$.items&&$.items.length>0,re=$.href===A;return ee?(0,De.jsxs)(gE,{children:[(0,De.jsx)(yE,{className:B(re&&"bg-accent text-accent-foreground",$.disabled&&"opacity-50 cursor-not-allowed"),disabled:$.disabled,children:(0,De.jsxs)("span",{className:"flex items-center gap-2",children:[$.icon&&(0,De.jsx)("span",{children:$.icon}),$.title]})}),(0,De.jsx)(xE,{children:$.items&&Se($.items)})]},$.id):(0,De.jsx)(gE,{children:(0,De.jsxs)(bE,{className:B(vE(),re&&"bg-accent text-accent-foreground",$.disabled&&"opacity-50 cursor-not-allowed"),onClick:()=>!$.disabled&&oe($),children:[(0,De.jsxs)("span",{className:"flex items-center gap-2",children:[$.icon&&(0,De.jsx)("span",{children:$.icon}),$.title]}),$.badge&&(0,De.jsx)(Nt,{variant:$.badgeVariant||"secondary",className:"ml-2",children:$.badge})]})},$.id)})},we.id))})}),(0,De.jsxs)("div",{className:"ml-auto flex items-center gap-2",children:[r&&(0,De.jsx)(De.Fragment,{children:V?(0,De.jsx)(te,{variant:"ghost",size:"icon",onClick:()=>_(!0),children:(0,De.jsx)(Ro,{className:"h-5 w-5"})}):(0,De.jsxs)("div",{className:"relative",children:[(0,De.jsx)(Ro,{className:"absolute left-3 top-1/2 -translate-y-1/2 h-4 w-4 text-muted-foreground"}),(0,De.jsx)(Kt,{type:"search",placeholder:n,className:"w-64 pl-9 pr-4 h-9",value:M,onChange:we=>Ae(we.target.value)}),h&&(0,De.jsxs)("kbd",{className:"absolute right-2 top-1/2 -translate-y-1/2 pointer-events-none h-5 select-none items-center gap-1 rounded border bg-muted px-1.5 font-mono text-[10px] font-medium opacity-100 hidden sm:flex",children:[(0,De.jsx)("span",{className:"text-xs",children:"\u2318"}),"K"]})]})}),a&&(0,De.jsxs)(Pr,{children:[(0,De.jsx)(Ir,{asChild:!0,children:(0,De.jsxs)(te,{variant:"ghost",size:"icon",children:[i==="light"&&(0,De.jsx)(uv,{className:"h-5 w-5"}),i==="dark"&&(0,De.jsx)(sv,{className:"h-5 w-5"}),i==="system"&&(0,De.jsx)(Df,{className:"h-5 w-5"})]})}),(0,De.jsxs)(xr,{align:"end",children:[(0,De.jsxs)(Fe,{onClick:()=>s?.("light"),children:[(0,De.jsx)(uv,{className:"mr-2 h-4 w-4"}),"Light"]}),(0,De.jsxs)(Fe,{onClick:()=>s?.("dark"),children:[(0,De.jsx)(sv,{className:"mr-2 h-4 w-4"}),"Dark"]}),(0,De.jsxs)(Fe,{onClick:()=>s?.("system"),children:[(0,De.jsx)(Df,{className:"mr-2 h-4 w-4"}),"System"]})]})]}),c&&(0,De.jsxs)(Pr,{children:[(0,De.jsx)(Ir,{asChild:!0,children:(0,De.jsxs)(te,{variant:"ghost",size:"icon",className:"relative",children:[(0,De.jsx)(mh,{className:"h-5 w-5"}),c.count&&c.count>0&&(0,De.jsx)("span",{className:"absolute -top-1 -right-1 h-4 w-4 rounded-full bg-destructive text-[10px] font-medium text-destructive-foreground flex items-center justify-center",children:c.count})]})}),(0,De.jsxs)(xr,{align:"end",className:"w-80",children:[(0,De.jsxs)("div",{className:"flex items-center justify-between p-4",children:[(0,De.jsx)("h4",{className:"text-sm font-semibold",children:"Notifications"}),c.count&&c.count>0&&(0,De.jsxs)(Nt,{variant:"secondary",children:[c.count," new"]})]}),(0,De.jsx)(Vr,{}),(0,De.jsx)("div",{className:"max-h-[300px] overflow-y-auto",children:c.items&&c.items.length>0?c.items.map(we=>(0,De.jsxs)(Fe,{className:"flex flex-col items-start p-4 cursor-pointer",onClick:()=>c.onNotificationClick?.(we.id),children:[(0,De.jsxs)("div",{className:"flex w-full items-start justify-between",children:[(0,De.jsx)("p",{className:B("text-sm font-medium",!we.read&&"text-primary"),children:we.title}),!we.read&&(0,De.jsx)("span",{className:"h-2 w-2 rounded-full bg-primary"})]}),we.description&&(0,De.jsx)("p",{className:"text-xs text-muted-foreground mt-1",children:we.description}),we.time&&(0,De.jsx)("p",{className:"text-xs text-muted-foreground mt-2",children:we.time})]},we.id)):(0,De.jsx)("div",{className:"p-4 text-center text-sm text-muted-foreground",children:"No notifications"})})]})]}),u&&(0,De.jsx)(te,{variant:u.variant||"primary",size:"sm",onClick:()=>{u.action?u.action():u.href&&z&&z(u.href)},className:V?"":"ml-2",children:u.text}),l&&(0,De.jsxs)(Pr,{children:[(0,De.jsx)(Ir,{asChild:!0,children:(0,De.jsx)(te,{variant:"ghost",size:"icon",className:"relative",children:(0,De.jsxs)(ba,{className:"h-8 w-8",children:[(0,De.jsx)(ki,{src:l.user?.avatar,alt:l.user?.name}),(0,De.jsx)(Ha,{children:l.user?.name?.charAt(0)||(0,De.jsx)(_f,{className:"h-4 w-4"})})]})})}),(0,De.jsxs)(xr,{align:"end",className:"w-56",children:[l.user&&(0,De.jsxs)(De.Fragment,{children:[(0,De.jsxs)("div",{className:"p-2",children:[(0,De.jsx)("p",{className:"text-sm font-medium",children:l.user.name}),(0,De.jsx)("p",{className:"text-xs text-muted-foreground",children:l.user.email})]}),(0,De.jsx)(Vr,{})]}),l.items&&Oe(l.items)]})]})]})]}),p&&(0,De.jsx)(ie.div,{className:"absolute inset-0 -z-10 opacity-30",animate:{background:["radial-gradient(circle at 20% 50%, rgba(120, 119, 198, 0.3), transparent 50%)","radial-gradient(circle at 80% 50%, rgba(120, 119, 198, 0.3), transparent 50%)","radial-gradient(circle at 20% 50%, rgba(120, 119, 198, 0.3), transparent 50%)"]},transition:{duration:10,repeat:1/0,ease:"linear"}}),N&&(0,De.jsx)("div",{className:"absolute bottom-0 left-0 w-full h-0.5 bg-muted",children:(0,De.jsx)("div",{className:"h-full bg-primary transition-all duration-150",style:{width:`${K}%`}})})]}),(0,De.jsxs)(HL,{open:F,onOpenChange:_,children:[(0,De.jsx)(Xf,{placeholder:n,value:M,onValueChange:Ae}),(0,De.jsxs)(mb,{children:[(0,De.jsx)(Yf,{children:"No results found."}),e.map(we=>(0,De.jsx)(Qf,{children:we.items.map($=>(0,De.jsx)(Zf,{disabled:$.disabled,onSelect:()=>{oe($),_(!1)},children:(0,De.jsxs)("span",{className:"flex items-center gap-2",children:[$.icon&&(0,De.jsx)("span",{children:$.icon}),$.title]})},$.id))},we.id))]})]})]})}function G9e(e){let{hasProAccess:t,isLoading:r}=Ut();return!r&&!t?(0,De.jsx)(Be,{className:B("w-full",e.className),children:(0,De.jsx)(Ve,{className:"py-8 text-center",children:(0,De.jsxs)("div",{className:"max-w-md mx-auto space-y-4",children:[(0,De.jsx)("div",{className:"rounded-full bg-purple-100 dark:bg-purple-900/30 p-3 w-fit mx-auto",children:(0,De.jsx)(Ct,{className:"h-6 w-6 text-purple-600 dark:text-purple-400"})}),(0,De.jsxs)("div",{children:[(0,De.jsx)("h3",{className:"font-semibold text-lg mb-2",children:"Pro Feature"}),(0,De.jsx)("p",{className:"text-muted-foreground text-sm mb-4",children:"Advanced Navbar is available exclusively to MoonUI Pro subscribers."}),(0,De.jsx)("a",{href:"/pricing",children:(0,De.jsxs)(te,{size:"sm",children:[(0,De.jsx)(vt,{className:"mr-2 h-4 w-4"}),"Upgrade to Pro"]})})]})]})})}):(0,De.jsx)(IQt,{...e})}var RQt=G9e;var lle=L(ce(),1);var Za=L(ce(),1),Y9e=L(fe(),1),K9e=(0,Za.createContext)(null),b0=()=>{let e=(0,Za.useContext)(K9e);if(!e)throw new Error("useFormWizard must be used within a FormWizardProvider");return e},X9e=({children:e,steps:t,initialStep:r=0,onStepChange:n,onComplete:o,validateOnStepChange:a=!0,allowBackNavigation:i=!0,allowStepSkip:s=!1,autoSave:l=!1,autoSaveDelay:c=2e3,onAutoSave:u,persistData:d=!1,storageKey:f="form-wizard-data"})=>{let[p,h]=(0,Za.useState)(r),[m,g]=(0,Za.useState)({}),[v,y]=(0,Za.useState)(new Set),[x,C]=(0,Za.useState)(!1),[b,w]=(0,Za.useState)(null);(0,Za.useEffect)(()=>{if(d&&typeof window<"u"){let k=localStorage.getItem(f);if(k)try{let T=JSON.parse(k);g(T.stepData||{}),h(T.currentStep||0),y(new Set(T.completedSteps||[]))}catch(T){console.error("Failed to load persisted wizard data:",T)}}},[d,f]),(0,Za.useEffect)(()=>{if(!l||!u)return;let k=setTimeout(()=>{let T=m[t[p].id];T&&u(t[p].id,T)},c);return()=>clearTimeout(k)},[m,p,l,c,u,t]),(0,Za.useEffect)(()=>{if(d&&typeof window<"u"){let k={stepData:m,currentStep:p,completedSteps:Array.from(v)};localStorage.setItem(f,JSON.stringify(k))}},[m,p,v,d,f]);let S=(0,Za.useCallback)(async()=>{let k=t[p];if(k.requiredFields!==!1&&typeof window<"u"){let O=document.querySelector("[data-wizard-step-content]");if(O)if(Array.isArray(k.requiredFields)){let F=[];if(k.requiredFields.forEach(_=>{let M=O.querySelector(`[name="${_}"], [id="${_}"]`);if(M){let j=M;M.tagName==="INPUT"&&M.type==="checkbox"?M.checked||F.push(_):(!j.value||j.value.trim()==="")&&F.push(_)}}),F.length>0)return w(`Please fill in the following required fields: ${F.join(", ")}`),!1}else{let F=O.querySelectorAll("input[required], select[required], textarea[required]"),_=[];if(F.forEach(j=>{let H=j;if(!H.value||H.value.trim()===""){let q=document.querySelector(`label[for="${H.id}"]`),G=q?q.textContent?.replace(" *","")||"Field":H.name||H.id||"Field";_.push(G)}}),O.querySelectorAll('input[type="checkbox"][required]').forEach(j=>{let H=j;if(!H.checked){let q=document.querySelector(`label[for="${H.id}"]`),G=q?q.textContent?.replace(" *","")||"Checkbox":H.name||H.id||"Checkbox";_.push(G)}}),_.length>0)return w(`Please fill in the following required fields: ${_.join(", ")}`),!1}}if(!k.validation)return!0;C(!0),w(null);try{let O=await k.validation();if(typeof O=="boolean")return O||w("Please complete all required fields before proceeding"),O;if(typeof O=="object"&&O!==null&&"isValid"in O){let F=O;return F.isValid||(F.error?w(F.error):F.errors&&Array.isArray(F.errors)?w(F.errors.join(", ")):w("Please complete all required fields before proceeding")),F.isValid}return w("Invalid validation response"),!1}catch(O){return w(O instanceof Error?O.message:"Validation failed"),!1}finally{C(!1)}},[p,t]),P=(0,Za.useCallback)((k,T)=>{g(O=>({...O,[k]:{...O[k],...T}})),w(null)},[]),N=(0,Za.useCallback)(async k=>{if(k<0||k>=t.length||k===p)return;let T=t[k];if((typeof T.isDisabled=="function"?T.isDisabled(p,t):T.isDisabled)||a&&k>p&&!await S())return;let F=t[p];F.onExit&&await F.onExit(),k>p&&y(M=>new Set([...M,p])),T.onEnter&&await T.onEnter();let _=p;h(k),n?.(k,_)},[p,t,a,S,n]),D=(0,Za.useCallback)(()=>{N(p+1)},[p,N]),E=(0,Za.useCallback)(()=>{i&&N(p-1)},[p,N,i]),A=(0,Za.useCallback)(async()=>{if(await S()&&(y(T=>new Set([...T,p])),o)){C(!0);try{await o(m),d&&typeof window<"u"&&localStorage.removeItem(f)}catch(T){w(T instanceof Error?T.message:"Failed to complete wizard")}finally{C(!1)}}},[p,m,S,o,d,f]),z=(0,Za.useCallback)(()=>{h(0),g({}),y(new Set),w(null),d&&typeof window<"u"&&localStorage.removeItem(f)},[d,f]),V=(0,Za.useCallback)(k=>v.has(k),[v]),R=(0,Za.useCallback)(k=>{if(k===0||s)return!0;for(let T=0;T<k;T++)if(!v.has(T)&&!t[T].isOptional)return!1;return!0},[v,s,t]),I={steps:t,currentStep:p,stepData:m,isLoading:x,error:b,goToNext:D,goToPrevious:E,goToStep:N,updateStepData:k=>P(t[p].id,k),validateCurrentStep:S,completeWizard:A,resetWizard:z,isStepCompleted:V,isStepAccessible:R,canGoNext:p<t.length-1,canGoPrevious:i&&p>0};return(0,Y9e.jsx)(K9e.Provider,{value:I,children:e})};var gr=L(fe(),1),K6=({className:e,progressType:t="linear",orientation:r="horizontal",showStepNumbers:n=!0,showStepTitles:o=!0,stepIconPosition:a="top",completedStepIcon:i=(0,gr.jsx)(Pi,{className:"w-5 h-5"}),activeStepIcon:s,errorStepIcon:l=(0,gr.jsx)(aa,{className:"w-5 h-5"})})=>{let{steps:c,currentStep:u,isStepCompleted:d,isStepAccessible:f,error:p}=b0();if(t==="linear")return(0,gr.jsx)("div",{className:B("relative w-full",r==="vertical"?"flex flex-col space-y-8":"",e),children:r==="horizontal"?(0,gr.jsx)("div",{className:"relative w-full",children:(0,gr.jsx)("div",{className:B("relative flex items-start justify-between w-full",a==="left"&&"pl-14"),children:c.map((h,m)=>{let g=m===u,v=d(m),y=f(m),x=g&&p,C=typeof h.icon=="function"?h.icon({isActive:g,isCompleted:v}):h.icon;return(0,gr.jsxs)("div",{className:"relative flex-1 flex flex-col items-center",children:[a==="left"&&C&&(0,gr.jsx)("div",{className:"absolute -left-12 top-1/2 -translate-y-1/2 flex items-center justify-center",children:(0,gr.jsx)("span",{className:B("w-8 h-8 flex items-center justify-center transition-colors",g&&"text-primary",v&&!g&&"text-primary",!g&&!v&&"text-muted-foreground"),children:C})}),a==="top"&&C&&(0,gr.jsx)("div",{className:"flex items-center justify-center mb-2",children:(0,gr.jsx)("span",{className:B("w-8 h-8 flex items-center justify-center transition-colors",g&&"text-primary",v&&!g&&"text-primary",!g&&!v&&"text-muted-foreground"),children:C})}),o&&(0,gr.jsxs)("div",{className:"text-center mb-3 min-h-[40px] px-2",children:[(0,gr.jsx)("p",{className:B("text-sm font-semibold transition-colors",g&&"text-primary",v&&!g&&"text-primary",!g&&!v&&"text-muted-foreground"),children:h.title}),h.description&&(0,gr.jsx)("p",{className:"text-xs text-muted-foreground mt-1",children:h.description})]}),(0,gr.jsxs)("div",{className:"relative flex items-center w-full",children:[m<c.length-1&&(0,gr.jsxs)("div",{className:"absolute left-1/2 w-full h-[2px]",style:{width:"calc(100% + 24px)",marginLeft:"24px"},children:[(0,gr.jsx)("div",{className:"h-full bg-border"}),m<u&&(0,gr.jsx)(ie.div,{className:"absolute inset-0 bg-primary",initial:{scaleX:0},animate:{scaleX:1},transition:{duration:.5,delay:m*.1},style:{transformOrigin:"left"}})]}),(0,gr.jsx)(ie.div,{initial:{scale:.8},animate:{scale:g?1.05:1},transition:{duration:.2},className:B("relative z-10 flex items-center justify-center rounded-full transition-all duration-300 mx-auto","w-12 h-12 border-2",g&&"border-primary bg-primary text-primary-foreground shadow-lg shadow-primary/20",v&&!g&&"border-primary bg-primary text-primary-foreground",!g&&!v&&y&&"border-border bg-background text-muted-foreground hover:border-accent",!y&&"border-border/50 bg-muted text-muted-foreground/50 cursor-not-allowed",x&&"border-destructive bg-destructive text-destructive-foreground"),children:x?l:v&&!g?i:g&&s?s:C&&a==="inside"?(0,gr.jsx)("span",{className:"w-5 h-5 flex items-center justify-center",children:C}):n?(0,gr.jsx)("span",{className:"text-sm font-semibold",children:m+1}):(0,gr.jsx)(Tf,{className:"w-4 h-4"})})]}),(0,gr.jsx)("div",{className:"mt-3",children:(0,gr.jsxs)("p",{className:"text-xs text-muted-foreground font-medium",children:["Step ",m+1," of ",c.length]})})]},h.id)})})}):(0,gr.jsxs)("div",{className:"relative pl-12",children:[c.length>1&&(0,gr.jsxs)(gr.Fragment,{children:[(0,gr.jsx)("div",{className:"absolute left-6 top-8 bottom-8 w-[2px] bg-border"}),(0,gr.jsx)(ie.div,{className:"absolute left-6 top-8 w-[2px] bg-primary",initial:{height:0},animate:{height:`${u/(c.length-1)*(100-16)}%`},transition:{duration:.5}})]}),c.map((h,m)=>{let g=m===u,v=d(m),y=f(m),x=g&&p,C=typeof h.icon=="function"?h.icon({isActive:g,isCompleted:v}):h.icon;return(0,gr.jsxs)("div",{className:"relative flex items-center mb-8 last:mb-0",children:[(0,gr.jsx)(ie.div,{initial:{scale:.8},animate:{scale:g?1.05:1},className:B("absolute left-0 z-20 flex items-center justify-center rounded-full border-2 transition-all duration-300","w-12 h-12",g&&"border-primary bg-primary text-primary-foreground shadow-lg",v&&!g&&"border-primary bg-primary text-primary-foreground",!g&&!v&&y&&"border-border bg-background text-muted-foreground hover:border-accent",!y&&"border-border/50 bg-muted text-muted-foreground/50 cursor-not-allowed",x&&"border-destructive bg-destructive text-destructive-foreground"),children:x?l:v&&!g?i:g&&s?s:C?(0,gr.jsx)("span",{className:"w-5 h-5 flex items-center justify-center",children:C}):n?(0,gr.jsx)("span",{className:"text-sm font-semibold",children:m+1}):(0,gr.jsx)(Tf,{className:"w-4 h-4"})}),(0,gr.jsx)("div",{className:"ml-16",children:o&&(0,gr.jsxs)(gr.Fragment,{children:[(0,gr.jsx)("p",{className:B("text-sm font-semibold transition-colors",g&&"text-primary",v&&!g&&"text-primary",!g&&!v&&"text-muted-foreground"),children:h.title}),h.description&&(0,gr.jsx)("p",{className:"text-xs text-muted-foreground mt-1",children:h.description})]})})]},h.id)})]})});if(t==="dots")return(0,gr.jsx)("div",{className:B("flex items-center justify-center space-x-2",e),children:c.map((h,m)=>{let g=m===u,v=d(m);return(0,gr.jsx)(ie.div,{initial:{scale:.8},animate:{scale:g?1.2:1},className:B("rounded-full transition-all duration-300",g?"w-3 h-3 bg-primary":"w-2 h-2",v&&!g&&"bg-primary/60",!g&&!v&&"bg-muted")},m)})});if(t==="circular"){let h=(u+1)/c.length*100,m=2*Math.PI*45,g=m-h/100*m;return(0,gr.jsxs)("div",{className:B("relative w-36 h-36 mx-auto",e),children:[(0,gr.jsxs)("svg",{className:"w-full h-full -rotate-90",viewBox:"0 0 144 144",children:[(0,gr.jsx)("circle",{cx:"72",cy:"72",r:"45",fill:"none",stroke:"currentColor",strokeWidth:"8",className:"text-border"}),(0,gr.jsx)(ie.circle,{cx:"72",cy:"72",r:"45",fill:"none",stroke:"currentColor",strokeWidth:"8",strokeDasharray:m,initial:{strokeDashoffset:m},animate:{strokeDashoffset:g},className:"text-primary",transition:{duration:.5}})]}),(0,gr.jsx)("div",{className:"absolute inset-0 flex items-center justify-center",children:(0,gr.jsxs)("div",{className:"text-center",children:[(0,gr.jsx)("p",{className:"text-3xl font-bold",children:u+1}),(0,gr.jsxs)("p",{className:"text-sm text-muted-foreground",children:["of ",c.length]})]})})]})}return null};var X6=L(ce(),1);var w0=L(fe(),1),kQt={slide:{initial:e=>({x:e>0?1e3:-1e3,opacity:0}),animate:{x:0,opacity:1},exit:e=>({x:e<0?1e3:-1e3,opacity:0})},fade:{initial:{opacity:0},animate:{opacity:1},exit:{opacity:0}},scale:{initial:{opacity:0,scale:.8},animate:{opacity:1,scale:1},exit:{opacity:0,scale:.8}},none:{initial:{},animate:{},exit:{}}},Y6=({className:e,animationType:t="slide",animationDuration:r=.3})=>{let{steps:n,currentStep:o,goToNext:a,goToPrevious:i,goToStep:s,updateStepData:l,stepData:c,error:u}=b0(),[d,f]=X6.default.useState(0),p=X6.default.useRef(o);X6.default.useEffect(()=>{f(o>p.current?1:-1),p.current=o},[o]);let h=n[o],m=o===0,g=o===n.length-1,v={currentStep:o,totalSteps:n.length,goToNext:a,goToPrevious:i,goToStep:s,isFirstStep:m,isLastStep:g,stepData:c[h.id]||{},updateStepData:x=>l(h.id,x)},y=typeof h.content=="function"?h.content(v):h.content;return(0,w0.jsx)(Dt,{mode:"wait",custom:d,children:(0,w0.jsx)(ie.div,{custom:d,variants:kQt[t],initial:"initial",animate:"animate",exit:"exit",transition:{duration:r,ease:"easeInOut"},className:B("w-full",e),"data-wizard-step-content":!0,children:(0,w0.jsxs)("div",{className:"space-y-4",children:[u&&(0,w0.jsxs)(Mx,{variant:"error",children:[(0,w0.jsx)(eo,{className:"h-4 w-4"}),(0,w0.jsx)(Tx,{children:u})]}),y]})},o)})};var Gs=L(fe(),1),Q6=({className:e,showStepIndicator:t=!0,previousText:r="Previous",nextText:n="Next",completeText:o="Complete",loadingText:a="Processing...",onPreviousClick:i,onNextClick:s,onCompleteClick:l})=>{let{steps:c,currentStep:u,isLoading:d,canGoNext:f,canGoPrevious:p,goToNext:h,goToPrevious:m,completeWizard:g}=b0(),v=u===c.length-1,y=c[u],x=()=>{i?.(),m()},C=()=>{v?(l?.(),g()):(s?.(),h())};return(0,Gs.jsxs)("div",{className:B("flex items-center justify-between",e),children:[(0,Gs.jsxs)("div",{className:"flex items-center gap-2",children:[(0,Gs.jsxs)(te,{type:"button",variant:"outline",onClick:x,disabled:!p||d,className:B("transition-all duration-200",!p&&"invisible"),children:[(0,Gs.jsx)(oa,{className:"w-4 h-4 mr-1"}),r]}),t&&(0,Gs.jsxs)(ie.div,{initial:{opacity:0,scale:.9},animate:{opacity:1,scale:1},className:"px-3 py-1 text-sm text-muted-foreground",children:["Step ",u+1," of ",c.length,y.isOptional&&(0,Gs.jsx)("span",{className:"ml-1 text-xs",children:"(Optional)"})]})]}),(0,Gs.jsx)(te,{type:"button",onClick:C,disabled:d||!f&&!v,className:"min-w-[120px]",children:d?(0,Gs.jsxs)(Gs.Fragment,{children:[(0,Gs.jsx)(Sr,{className:"w-4 h-4 mr-2 animate-spin"}),a]}):v?(0,Gs.jsxs)(Gs.Fragment,{children:[(0,Gs.jsx)(Wr,{className:"w-4 h-4 mr-2"}),o]}):(0,Gs.jsxs)(Gs.Fragment,{children:[n,(0,Gs.jsx)(Bn,{className:"w-4 h-4 ml-1"})]})})]})};var Ja=L(fe(),1),Q9e=lle.default.forwardRef(({steps:e,currentStep:t=0,onStepChange:r,onComplete:n,orientation:o="horizontal",progressType:a="linear",allowStepSkip:i=!1,allowBackNavigation:s=!0,validateOnStepChange:l=!0,animationType:c="slide",animationDuration:u=.3,showStepNumbers:d=!0,showStepTitles:f=!0,showProgressBar:p=!0,stepIconPosition:h="top",completedStepIcon:m,activeStepIcon:g,errorStepIcon:v,className:y,progressClassName:x,navigationClassName:C,contentClassName:b,stepClassName:w,autoSave:S=!1,autoSaveDelay:P=2e3,onAutoSave:N,persistData:D=!1,storageKey:E="form-wizard-data"},A)=>(0,Ja.jsx)(X9e,{steps:e,initialStep:t,onStepChange:r,onComplete:n,validateOnStepChange:l,allowBackNavigation:s,allowStepSkip:i,autoSave:S,autoSaveDelay:P,onAutoSave:N,persistData:D,storageKey:E,children:(0,Ja.jsxs)("div",{ref:A,className:B("w-full",y),children:[p&&(0,Ja.jsx)(Ja.Fragment,{children:(0,Ja.jsx)(K6,{className:B("mb-12",x),progressType:a,orientation:o,showStepNumbers:d,showStepTitles:f,stepIconPosition:h,completedStepIcon:m,activeStepIcon:g,errorStepIcon:v})}),(0,Ja.jsx)(Be,{className:B("border-0 shadow-none",b),children:(0,Ja.jsx)(Ve,{className:"p-0",children:(0,Ja.jsx)(Y6,{className:w,animationType:c,animationDuration:u})})}),(0,Ja.jsx)(Q6,{className:B("mt-8",C)})]})}));Q9e.displayName="FormWizardInternal";var O_=lle.default.forwardRef((e,t)=>{let{hasProAccess:r,isLoading:n}=Ut();return!n&&!r?(0,Ja.jsx)(Be,{className:B("w-full",e.className),children:(0,Ja.jsx)(Ve,{className:"py-12 text-center",children:(0,Ja.jsxs)("div",{className:"max-w-md mx-auto space-y-4",children:[(0,Ja.jsx)("div",{className:"rounded-full bg-purple-100 dark:bg-purple-900/30 p-3 w-fit mx-auto",children:(0,Ja.jsx)(Ct,{className:"h-6 w-6 text-purple-600 dark:text-purple-400"})}),(0,Ja.jsxs)("div",{children:[(0,Ja.jsx)("h3",{className:"font-semibold text-lg mb-2",children:"Pro Feature"}),(0,Ja.jsx)("p",{className:"text-muted-foreground text-sm mb-4",children:"Form Wizard is available exclusively to MoonUI Pro subscribers."}),(0,Ja.jsx)("a",{href:"/pricing",children:(0,Ja.jsxs)(te,{size:"sm",children:[(0,Ja.jsx)(vt,{className:"mr-2 h-4 w-4"}),"Upgrade to Pro"]})})]})]})})}):(0,Ja.jsx)(Q9e,{...e,ref:t})});O_.displayName="MoonUIFormWizardPro";var NQt=O_;var ad=L(ce(),1);var yt=L(fe(),1);function Z9e(e){let t=[...e];for(let r=t.length-1;r>0;r--){let n=Math.floor(Math.random()*(r+1));[t[r],t[n]]=[t[n],t[r]]}return t}var MQt=({title:e,description:t,questions:r,onComplete:n,showTimer:o=!0,totalTimeLimit:a,showProgress:i=!0,showQuestionNumbers:s=!0,allowReview:l=!0,allowSkip:c=!0,shuffleQuestions:u=!1,shuffleOptions:d=!1,passingScore:f=70,instantFeedback:p=!1,showHints:h=!1,className:m})=>{let[g]=(0,ad.useState)(()=>u?Z9e(r):r),[v,y]=(0,ad.useState)({}),[x,C]=(0,ad.useState)([]),[b,w]=(0,ad.useState)(a||0),[S,P]=(0,ad.useState)({}),[N,D]=(0,ad.useState)(!1),[E,A]=(0,ad.useState)(0);(0,ad.useEffect)(()=>{if(!o||!a||N)return;let k=setInterval(()=>{w(T=>T<=1?(V(),0):T-1)},1e3);return()=>clearInterval(k)},[o,a,N]),(0,ad.useEffect)(()=>{if(!o||N)return;let k=setInterval(()=>{A(T=>T+1)},1e3);return()=>clearInterval(k)},[o,N]);let z=(0,ad.useCallback)(()=>{let k=0,T=0;return{results:g.map(F=>{let _=v[F.id],M=F.points||1;T+=M;let j=!1;if(_!=null&&_!==""){if(F.type==="single-choice"||F.type==="true-false")j=_===F.correctAnswer;else if(F.type==="multiple-choice"){let q=Array.isArray(_)?_:[],G=Array.isArray(F.correctAnswer)?F.correctAnswer:[];j=q.length===G.length&&q.every(U=>G.includes(U))}}let H=j?M:0;return k+=H,{questionId:F.id,answer:_,isCorrect:j,points:H,timeSpent:S[F.id]||0}}),score:k,totalScore:T}},[g,v,S]),V=async()=>{let{results:k,score:T,totalScore:O}=z();C(k),D(!0),n&&await n(k,T,O)},R=k=>{let T=Math.floor(k/60),O=k%60;return`${T}:${O.toString().padStart(2,"0")}`},I=g.map((k,T)=>({id:k.id,title:`Question ${T+1}`,description:k.tags?.join(", "),content:({updateStepData:O,goToNext:F})=>{let _=v[k.id],M=d&&k.options?Z9e(k.options):k.options;(0,ad.useEffect)(()=>{S[k.id]||P(H=>({...H,[k.id]:E}))},[]);let j=H=>{y(q=>({...q,[k.id]:H})),p&&k.type};return(0,yt.jsxs)(Be,{className:"border-0 shadow-none",children:[(0,yt.jsxs)(yr,{children:[(0,yt.jsxs)("div",{className:"flex items-center justify-between mb-2",children:[s&&(0,yt.jsxs)(Nt,{variant:"secondary",children:["Question ",T+1," of ",g.length]}),k.points&&k.points>1&&(0,yt.jsxs)(Nt,{variant:"outline",children:[k.points," points"]})]}),(0,yt.jsx)(Or,{className:"text-xl",children:k.question}),k.description&&(0,yt.jsx)(qi,{children:k.description})]}),(0,yt.jsxs)(Ve,{className:"space-y-4",children:[k.image&&(0,yt.jsx)("img",{src:k.image,alt:"Question illustration",className:"w-full rounded-lg"}),k.type==="single-choice"&&M&&(0,yt.jsx)(dC,{value:_||"",onValueChange:j,children:M.map((H,q)=>(0,yt.jsxs)(ie.div,{initial:{opacity:0,x:-20},animate:{opacity:1,x:0},transition:{delay:q*.1},className:"flex items-center space-x-2 p-3 rounded-lg hover:bg-muted/50 transition-colors",children:[(0,yt.jsx)(_v,{value:String(H.value),id:`${k.id}-${H.value}`}),(0,yt.jsx)(bt,{htmlFor:`${k.id}-${H.value}`,className:"flex-1 cursor-pointer",children:H.label||H.value})]},String(H.value)))}),k.type==="multiple-choice"&&M&&(0,yt.jsx)("div",{className:"space-y-2",children:M.map((H,q)=>(0,yt.jsxs)(ie.div,{initial:{opacity:0,x:-20},animate:{opacity:1,x:0},transition:{delay:q*.1},className:"flex items-center space-x-2 p-3 rounded-lg hover:bg-muted/50 transition-colors",children:[(0,yt.jsx)(Du,{id:`${k.id}-${H.value}`,checked:(_||[]).includes(H.value),onCheckedChange:G=>{let U=_||[];j(G?[...U,H.value]:U.filter(K=>K!==H.value))}}),(0,yt.jsx)(bt,{htmlFor:`${k.id}-${H.value}`,className:"flex-1 cursor-pointer",children:H.label||H.value})]},String(H.value)))}),k.type==="true-false"&&(0,yt.jsxs)(dC,{value:_?.toString()||"",onValueChange:H=>j(H==="true"),children:[(0,yt.jsxs)("div",{className:"flex items-center space-x-2 p-3 rounded-lg hover:bg-muted/50",children:[(0,yt.jsx)(_v,{value:"true",id:`${k.id}-true`}),(0,yt.jsx)(bt,{htmlFor:`${k.id}-true`,className:"flex-1 cursor-pointer",children:"True"})]}),(0,yt.jsxs)("div",{className:"flex items-center space-x-2 p-3 rounded-lg hover:bg-muted/50",children:[(0,yt.jsx)(_v,{value:"false",id:`${k.id}-false`}),(0,yt.jsx)(bt,{htmlFor:`${k.id}-false`,className:"flex-1 cursor-pointer",children:"False"})]})]}),k.type==="text"&&(0,yt.jsx)(Xc,{value:_||"",onChange:H=>j(H.target.value),placeholder:"Type your answer here...",className:"min-h-[120px]"}),k.type==="rating"&&(0,yt.jsxs)("div",{className:"space-y-4",children:[(0,yt.jsx)(Cb,{value:[_||5],onValueChange:([H])=>j(H),max:10,min:1,step:1,className:"w-full"}),(0,yt.jsxs)("div",{className:"text-center text-2xl font-bold",children:[_||5,"/10"]})]}),h&&k.hint&&(0,yt.jsx)(Mx,{children:(0,yt.jsxs)(Tx,{children:[(0,yt.jsx)("strong",{children:"Hint:"})," ",k.hint]})})]})]})},validation:()=>!(k.required&&!v[k.id]),isOptional:!k.required}));if(N){let{score:k,totalScore:T}=z(),O=Math.round(k/T*100),F=O>=f;return(0,yt.jsx)(ie.div,{initial:{opacity:0,scale:.9},animate:{opacity:1,scale:1},className:B("w-full max-w-2xl mx-auto",m),children:(0,yt.jsxs)(Be,{children:[(0,yt.jsxs)(yr,{className:"text-center",children:[(0,yt.jsx)("div",{className:"mx-auto mb-4",children:(0,yt.jsx)(VA,{className:B("w-16 h-16",F?"text-yellow-500":"text-muted-foreground")})}),(0,yt.jsx)(Or,{className:"text-3xl",children:"Quiz Complete!"}),(0,yt.jsx)(qi,{children:"Here's how you performed"})]}),(0,yt.jsxs)(Ve,{className:"space-y-6",children:[(0,yt.jsxs)("div",{className:"text-center",children:[(0,yt.jsxs)("div",{className:"text-5xl font-bold mb-2",children:[O,"%"]}),(0,yt.jsx)(ps,{value:O,className:"h-3 mb-4"}),(0,yt.jsxs)("div",{className:"flex justify-between text-sm text-muted-foreground",children:[(0,yt.jsxs)("span",{children:["Score: ",k,"/",T]}),(0,yt.jsx)("span",{children:F?(0,yt.jsx)(Nt,{variant:"success",children:"Passed"}):(0,yt.jsx)(Nt,{variant:"destructive",children:"Failed"})})]})]}),l&&(0,yt.jsxs)("div",{className:"space-y-2",children:[(0,yt.jsx)("h3",{className:"font-semibold",children:"Review Answers"}),x.map((_,M)=>{let j=g.find(H=>H.id===_.questionId);return(0,yt.jsxs)("div",{className:"flex items-center justify-between p-2 rounded-lg bg-muted/50",children:[(0,yt.jsxs)("span",{className:"text-sm",children:[s&&`Q${M+1}: `,j?.question.substring(0,50),"..."]}),(0,yt.jsxs)(Nt,{variant:_.isCorrect?"success":"destructive",children:[_.points,"/",j?.points||1]})]},_.questionId)})]}),(0,yt.jsxs)("div",{className:"flex gap-2",children:[(0,yt.jsxs)(te,{className:"flex-1",onClick:()=>window.location.reload(),children:[(0,yt.jsx)(lv,{className:"w-4 h-4 mr-2"}),"Retake Quiz"]}),(0,yt.jsxs)(te,{variant:"outline",children:[(0,yt.jsx)(un,{className:"w-4 h-4 mr-2"}),"Download Results"]}),(0,yt.jsxs)(te,{variant:"outline",children:[(0,yt.jsx)(cv,{className:"w-4 h-4 mr-2"}),"Share"]})]})]})]})})}return(0,yt.jsxs)("div",{className:B("w-full",m),children:[o&&a&&(0,yt.jsxs)("div",{className:"mb-6 flex items-center justify-between",children:[(0,yt.jsxs)("div",{className:"flex items-center gap-2",children:[(0,yt.jsx)(In,{className:"w-4 h-4"}),(0,yt.jsxs)("span",{className:"text-sm font-medium",children:["Time Remaining: ",R(b)]})]}),(0,yt.jsx)(ps,{value:b/a*100,className:"w-32 h-2"})]}),(0,yt.jsx)(O_,{steps:I,onComplete:V,allowStepSkip:c,validateOnStepChange:!0,showProgressBar:i,progressType:"dots",animationType:"slide"})]})},TQt=e=>{let{hasProAccess:t,isLoading:r}=Ut();return!r&&!t?(0,yt.jsx)(Be,{className:B("w-full",e.className),children:(0,yt.jsx)(Ve,{className:"py-12 text-center",children:(0,yt.jsxs)("div",{className:"max-w-md mx-auto space-y-4",children:[(0,yt.jsx)("div",{className:"rounded-full bg-purple-100 dark:bg-purple-900/30 p-3 w-fit mx-auto",children:(0,yt.jsx)(Ct,{className:"h-6 w-6 text-purple-600 dark:text-purple-400"})}),(0,yt.jsxs)("div",{children:[(0,yt.jsx)("h3",{className:"font-semibold text-lg mb-2",children:"Pro Feature"}),(0,yt.jsx)("p",{className:"text-muted-foreground text-sm mb-4",children:"Quiz Form is available exclusively to MoonUI Pro subscribers."}),(0,yt.jsx)("a",{href:"/pricing",children:(0,yt.jsxs)(te,{size:"sm",children:[(0,yt.jsx)(vt,{className:"mr-2 h-4 w-4"}),"Upgrade to Pro"]})})]})]})})}):(0,yt.jsx)(MQt,{...e})},AQt=TQt;var id=L(ce(),1);var zr=L(fe(),1),LQt={visa:/^4/,mastercard:/^5[1-5]/,amex:/^3[47]/,discover:/^6(?:011|5)/,diners:/^3(?:0[0-5]|[68])/,jcb:/^35/,unionpay:/^62/};function EQt(e,t){let r=e.replace(/\s+/g,"").replace(/[^0-9]/gi,""),n=t==="amex"?r.match(/\d{1,4}/g):r.match(/\d{1,4}/g);return n?n.join(" "):r}function DQt(e){let t=e.replace(/\s+/g,"").replace(/[^0-9]/gi,"");return t.length>=2?t.slice(0,2)+(t.length>2?"/"+t.slice(2,4):""):t}function OQt(e){let t=e.replace(/\s+/g,"");for(let[r,n]of Object.entries(LQt))if(n.test(t))return r;return null}function _Qt(e){let t=e.replace(/\s+/g,"");if(!/^\d+$/.test(t))return!1;let r=0,n=!1;for(let o=t.length-1;o>=0;o--){let a=parseInt(t.charAt(o),10);n&&(a*=2,a>9&&(a-=9)),r+=a,n=!n}return r%10===0}function FQt(e){let t=e.split("/");if(t.length!==2)return!1;let r=parseInt(t[0],10),n=parseInt("20"+t[1],10);if(r<1||r>12)return!1;let o=new Date;return new Date(n,r-1)>o}var J9e=id.default.forwardRef(({value:e={number:"",expiry:"",cvc:"",name:""},onChange:t,showCardPreview:r=!0,showCardType:n=!0,showSecurityBadge:o=!0,autoFormat:a=!0,validateOnChange:i=!1,labels:s={},placeholders:l={},errors:c={},className:u,inputClassName:d,labelClassName:f,errorClassName:p,disabled:h,required:m,...g},v)=>{let[y,x]=(0,id.useState)(null),[C,b]=(0,id.useState)(null),[w,S]=(0,id.useState)({}),P=(0,id.useRef)(null),N=(0,id.useRef)(null),D=(0,id.useRef)(null),E=(0,id.useRef)(null);(0,id.useEffect)(()=>{let V=OQt(e.number);x(V)},[e.number]),(0,id.useEffect)(()=>{if(!i)return;let V={};e.number&&!_Qt(e.number)&&(V.number="Invalid card number"),e.expiry&&!FQt(e.expiry)&&(V.expiry="Invalid expiry date"),e.cvc&&(e.cvc.length<3||e.cvc.length>4)&&(V.cvc="Invalid CVC"),S(V)},[e,i]);let A=(V,R)=>{let I=R;if(a){if(V==="number"){I=EQt(R,y||void 0);let k=y==="amex"?18:19;if(I.length>k)return}else if(V==="expiry"){if(I=DQt(R),I.length>5)return}else if(V==="cvc"){I=R.replace(/\D/g,"");let k=y==="amex"?4:3;if(I.length>k)return}}t?.({...e,[V]:I}),a&&(V==="number"&&I.length===(y==="amex"?18:19)?N.current?.focus():V==="expiry"&&I.length===5?D.current?.focus():V==="cvc"&&I.length===(y==="amex"?4:3)&&E.current?.focus())},z={...w,...c};return(0,zr.jsxs)("div",{ref:v,className:B("space-y-4",u),...g,children:[r&&(0,zr.jsxs)(ie.div,{className:"relative w-full max-w-md mx-auto h-48 rounded-xl bg-gradient-to-r from-blue-600 to-purple-600 dark:from-blue-700 dark:to-purple-700 p-6 text-white shadow-xl overflow-hidden",initial:{opacity:0,y:-20},animate:{opacity:1,y:0},transition:{duration:.3},children:[(0,zr.jsxs)("div",{className:"flex justify-between items-start mb-8",children:[(0,zr.jsx)("div",{className:"text-lg font-semibold",children:y?y.toUpperCase():"CARD"}),(0,zr.jsx)(XT,{className:"w-8 h-8 text-white/80"})]}),(0,zr.jsxs)("div",{className:"space-y-4",children:[(0,zr.jsx)("div",{className:"text-xl font-mono tracking-wider",children:e.number||"\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022"}),(0,zr.jsxs)("div",{className:"flex justify-between",children:[(0,zr.jsxs)("div",{children:[(0,zr.jsx)("div",{className:"text-xs text-white/70",children:"NAME"}),(0,zr.jsx)("div",{className:"text-sm uppercase",children:e.name||"YOUR NAME"})]}),(0,zr.jsxs)("div",{children:[(0,zr.jsx)("div",{className:"text-xs text-white/70",children:"EXPIRES"}),(0,zr.jsx)("div",{className:"text-sm",children:e.expiry||"MM/YY"})]})]})]})]}),(0,zr.jsxs)("div",{className:"space-y-4",children:[(0,zr.jsxs)("div",{className:"space-y-1",children:[(0,zr.jsxs)(bt,{htmlFor:"card-number",className:f,children:[s.number||"Card Number",m&&(0,zr.jsx)("span",{className:"text-destructive ml-1",children:"*"})]}),(0,zr.jsxs)("div",{className:"relative",children:[(0,zr.jsx)(Kt,{ref:P,id:"card-number",type:"text",inputMode:"numeric",value:e.number,onChange:V=>A("number",V.target.value),onFocus:()=>b("number"),onBlur:()=>b(null),placeholder:l.number||"1234 5678 9012 3456",className:B("pr-20",z.number&&"border-destructive",d),disabled:h}),n&&y&&(0,zr.jsx)("div",{className:"absolute right-3 top-1/2 -translate-y-1/2 text-sm font-medium text-muted-foreground",children:y.toUpperCase()})]}),z.number&&(0,zr.jsx)("p",{className:B("text-sm text-destructive",p),children:z.number})]}),(0,zr.jsxs)("div",{className:"grid grid-cols-2 gap-4",children:[(0,zr.jsxs)("div",{className:"space-y-1",children:[(0,zr.jsxs)(bt,{htmlFor:"card-expiry",className:f,children:[s.expiry||"Expiry Date",m&&(0,zr.jsx)("span",{className:"text-destructive ml-1",children:"*"})]}),(0,zr.jsx)(Kt,{ref:N,id:"card-expiry",type:"text",inputMode:"numeric",value:e.expiry,onChange:V=>A("expiry",V.target.value),onFocus:()=>b("expiry"),onBlur:()=>b(null),placeholder:l.expiry||"MM/YY",className:B(z.expiry&&"border-destructive",d),disabled:h}),z.expiry&&(0,zr.jsx)("p",{className:B("text-sm text-destructive",p),children:z.expiry})]}),(0,zr.jsxs)("div",{className:"space-y-1",children:[(0,zr.jsxs)(bt,{htmlFor:"card-cvc",className:f,children:[s.cvc||"CVC",m&&(0,zr.jsx)("span",{className:"text-destructive ml-1",children:"*"})]}),(0,zr.jsxs)("div",{className:"relative",children:[(0,zr.jsx)(Kt,{ref:D,id:"card-cvc",type:"text",inputMode:"numeric",value:e.cvc,onChange:V=>A("cvc",V.target.value),onFocus:()=>b("cvc"),onBlur:()=>b(null),placeholder:l.cvc||y==="amex"?"1234":"123",className:B(z.cvc&&"border-destructive",d),disabled:h}),o&&(0,zr.jsx)(Ct,{className:"absolute right-3 top-1/2 -translate-y-1/2 w-4 h-4 text-muted-foreground"})]}),z.cvc&&(0,zr.jsx)("p",{className:B("text-sm text-destructive",p),children:z.cvc})]})]}),(0,zr.jsxs)("div",{className:"space-y-1",children:[(0,zr.jsx)(bt,{htmlFor:"card-name",className:f,children:s.name||"Cardholder Name"}),(0,zr.jsx)(Kt,{ref:E,id:"card-name",type:"text",value:e.name,onChange:V=>A("name",V.target.value),onFocus:()=>b("name"),onBlur:()=>b(null),placeholder:l.name||"John Doe",className:B(z.name&&"border-destructive",d),disabled:h}),z.name&&(0,zr.jsx)("p",{className:B("text-sm text-destructive",p),children:z.name})]})]}),o&&(0,zr.jsxs)("div",{className:"flex items-center gap-2 text-sm text-muted-foreground",children:[(0,zr.jsx)(Ct,{className:"w-4 h-4"}),(0,zr.jsx)("span",{children:"Your payment information is secure and encrypted"})]})]})});J9e.displayName="MoonUICreditCardInputPro";var Hl=L(ce(),1);var tt=L(fe(),1),eKe=mt("relative w-full rounded-lg border bg-card text-card-foreground shadow-sm",{variants:{variant:{default:"border-border",exam:"border-primary/20 bg-primary/5",personality:"border-secondary/20 bg-secondary/5"},size:{sm:"p-4",md:"p-6",lg:"p-8"}},defaultVariants:{variant:"default",size:"md"}}),tKe=Hl.default.forwardRef(({className:e,variant:t,size:r,questions:n,settings:o={},onComplete:a,onProgress:i,title:s,description:l,...c},u)=>{let[d,f]=(0,Hl.useState)([]),[p,h]=(0,Hl.useState)(0),[m,g]=(0,Hl.useState)({}),[v,y]=(0,Hl.useState)(!1),[x,C]=(0,Hl.useState)(null),[b,w]=(0,Hl.useState)(o.timeLimit?o.timeLimit*60:null),[S,P]=(0,Hl.useState)(Date.now()),[N,D]=(0,Hl.useState)(!1),[E,A]=(0,Hl.useState)(0);(0,Hl.useEffect)(()=>{let H=[...n];o.shuffleQuestions&&(H=V(H)),o.shuffleOptions&&(H=H.map(q=>q.options?{...q,options:V([...q.options])}:q)),f(H)},[n,o.shuffleQuestions,o.shuffleOptions]),(0,Hl.useEffect)(()=>{if(b===null||b<=0||v)return;let H=setInterval(()=>{w(q=>q===null||q<=1?(T(),0):q-1)},1e3);return()=>clearInterval(H)},[b,v]),(0,Hl.useEffect)(()=>{i&&i(p+1,d.length)},[p,d.length,i]);let z=d[p],V=H=>{let q=[...H];for(let G=q.length-1;G>0;G--){let U=Math.floor(Math.random()*(G+1));[q[G],q[U]]=[q[U],q[G]]}return q},R=H=>{let q=Date.now()-S;g(G=>({...G,[z.id]:{questionId:z.id,answer:H,timeSpent:q}}))},I=()=>{p<d.length-1?(h(H=>H+1),P(Date.now()),D(!1)):T()},k=()=>{p>0&&(h(H=>H-1),D(!1))},T=()=>{let H=O();C(H),y(!0),A(q=>q+1),a&&a(H)},O=()=>{let H=0,q=0,G=[];d.forEach(Y=>{let Q=m[Y.id],ae=Y.points||1;H+=ae;let oe=!1;if(Q?.answer&&Y.correctAnswer!==void 0)switch(Y.type){case"single-choice":case"true-false":case"text":oe=Q.answer===Y.correctAnswer;break;case"multiple-choice":Array.isArray(Q.answer)&&Array.isArray(Y.correctAnswer)&&(oe=Q.answer.length===Y.correctAnswer.length&&Q.answer.every(Ae=>Y.correctAnswer.includes(Ae)));break;case"matching":if(typeof Q.answer=="object"&&typeof Y.correctAnswer=="object"){let Ae=Y.correctAnswer,Se=Q.answer;oe=Object.keys(Ae).every(Oe=>Ae[Oe]===Se[Oe])}break;case"rating":oe=!0;break}oe&&(q+=ae),G.push({questionId:Y.id,userAnswer:Q?.answer||null,correctAnswer:Y.correctAnswer,isCorrect:oe,points:oe?ae:0})});let U=H>0?q/H*100:0,K=Object.values(m).reduce((Y,Q)=>Y+(Q.timeSpent||0),0);return{score:q,totalScore:H,percentage:U,passed:o.passingScore?U>=o.passingScore:void 0,answers:G,timeSpent:K,completedAt:new Date}},F=()=>{h(0),g({}),y(!1),C(null),w(o.timeLimit?o.timeLimit*60:null),P(Date.now()),D(!1),o.shuffleQuestions&&f(V([...n]))},_=()=>{if(!x)return;let H={title:s,completedAt:x.completedAt,score:x.score,totalScore:x.totalScore,percentage:x.percentage,passed:x.passed,timeSpent:x.timeSpent,answers:x.answers.map(K=>({question:d.find(Q=>Q.id===K.questionId)?.question,userAnswer:K.userAnswer,correctAnswer:K.correctAnswer,isCorrect:K.isCorrect,points:K.points}))},q=new Blob([JSON.stringify(H,null,2)],{type:"application/json"}),G=URL.createObjectURL(q),U=document.createElement("a");U.href=G,U.download=`quiz-results-${Date.now()}.json`,U.click(),URL.revokeObjectURL(G)},M=H=>{let q=Math.floor(H/60),G=H%60;return`${q}:${G.toString().padStart(2,"0")}`},j=()=>{if(!z)return null;let H=m[z.id]?.answer;switch(z.type){case"single-choice":case"true-false":return(0,tt.jsx)("div",{className:"space-y-3",children:z.options?.map((K,Y)=>(0,tt.jsx)(ie.button,{initial:{opacity:0,x:-20},animate:{opacity:1,x:0},transition:{delay:Y*.1},onClick:()=>R(K),className:B("w-full text-left p-4 rounded-lg border transition-colors",H===K?"border-primary bg-primary/10":"border-border hover:border-primary/50"),children:K},Y))});case"multiple-choice":return(0,tt.jsx)("div",{className:"space-y-3",children:z.options?.map((K,Y)=>{let Q=Array.isArray(H)&&H.includes(K);return(0,tt.jsx)(ie.button,{initial:{opacity:0,x:-20},animate:{opacity:1,x:0},transition:{delay:Y*.1},onClick:()=>{let ae=H||[],oe=Q?ae.filter(Ae=>Ae!==K):[...ae,K];R(oe)},className:B("w-full text-left p-4 rounded-lg border transition-colors",Q?"border-primary bg-primary/10":"border-border hover:border-primary/50"),children:(0,tt.jsxs)("div",{className:"flex items-center gap-3",children:[(0,tt.jsx)("div",{className:B("w-5 h-5 rounded border-2 transition-colors",Q?"bg-primary border-primary":"border-border"),children:Q&&(0,tt.jsx)(_s,{className:"w-full h-full text-primary-foreground"})}),K]})},Y)})});case"text":return(0,tt.jsx)(ie.div,{initial:{opacity:0,y:20},animate:{opacity:1,y:0},children:(0,tt.jsx)("textarea",{className:"w-full p-4 rounded-lg border border-input bg-background resize-none",rows:4,placeholder:"Type your answer here...",value:H||"",onChange:K=>R(K.target.value)})});case"rating":let q=z.maxRating||5,G=typeof H=="number"?H:0;return(0,tt.jsxs)(ie.div,{initial:{opacity:0,y:20},animate:{opacity:1,y:0},className:"space-y-4",children:[(0,tt.jsx)("div",{className:"flex justify-center gap-2",children:Array.from({length:q},(K,Y)=>Y+1).map(K=>(0,tt.jsx)("button",{onClick:()=>R(K),className:"transition-transform hover:scale-110",children:(0,tt.jsx)(is,{className:B("w-10 h-10 transition-colors",K<=G?"fill-yellow-500 text-yellow-500":"text-muted-foreground")})},K))}),z.ratingLabels&&(0,tt.jsxs)("div",{className:"flex justify-between text-sm text-muted-foreground",children:[(0,tt.jsx)("span",{children:z.ratingLabels[0]}),(0,tt.jsx)("span",{children:z.ratingLabels[1]})]})]});case"matching":let U=H||{};return(0,tt.jsxs)("div",{className:"grid grid-cols-2 gap-6",children:[(0,tt.jsxs)("div",{className:"space-y-3",children:[(0,tt.jsx)("h4",{className:"font-medium mb-2",children:"Match these items:"}),z.leftOptions?.map((K,Y)=>(0,tt.jsx)(ie.div,{initial:{opacity:0,x:-20},animate:{opacity:1,x:0},transition:{delay:Y*.1},className:"p-3 rounded-lg border bg-muted/50",children:K},K))]}),(0,tt.jsxs)("div",{className:"space-y-3",children:[(0,tt.jsx)("h4",{className:"font-medium mb-2",children:"With these:"}),z.leftOptions?.map(K=>(0,tt.jsx)(ie.div,{initial:{opacity:0,x:20},animate:{opacity:1,x:0},children:(0,tt.jsxs)("select",{className:"w-full p-3 rounded-lg border bg-background",value:U[K]||"",onChange:Y=>R({...U,[K]:Y.target.value}),children:[(0,tt.jsx)("option",{value:"",children:"Select..."}),z.rightOptions?.map(Y=>(0,tt.jsx)("option",{value:Y,children:Y},Y))]})},K))]})]});default:return null}};return v&&x?(0,tt.jsx)("div",{ref:u,className:B(eKe({variant:t,size:r}),e),...c,children:(0,tt.jsxs)(ie.div,{initial:{opacity:0,scale:.95},animate:{opacity:1,scale:1},className:"space-y-6",children:[(0,tt.jsxs)("div",{className:"text-center",children:[(0,tt.jsx)("h2",{className:"text-2xl font-bold mb-2",children:"Quiz Completed!"}),(0,tt.jsxs)("div",{className:"text-5xl font-bold mb-4",children:[x.percentage.toFixed(1),"%"]}),(0,tt.jsxs)("p",{className:"text-muted-foreground",children:["You scored ",x.score," out of ",x.totalScore," points"]}),x.passed!==void 0&&(0,tt.jsx)("div",{className:B("mt-4 inline-flex items-center gap-2 px-4 py-2 rounded-full",x.passed?"bg-green-100 text-green-700":"bg-red-100 text-red-700"),children:x.passed?(0,tt.jsxs)(tt.Fragment,{children:[(0,tt.jsx)(_s,{className:"w-5 h-5"}),"Passed"]}):(0,tt.jsxs)(tt.Fragment,{children:[(0,tt.jsx)(aa,{className:"w-5 h-5"}),"Failed"]})})]}),o.allowReview&&(0,tt.jsxs)("div",{className:"space-y-4",children:[(0,tt.jsx)("h3",{className:"font-semibold",children:"Review Answers:"}),x.answers.map((H,q)=>{let G=d.find(U=>U.id===H.questionId);return G?(0,tt.jsx)("div",{className:"p-4 rounded-lg border bg-muted/50",children:(0,tt.jsxs)("div",{className:"flex items-start gap-3",children:[H.isCorrect?(0,tt.jsx)(_s,{className:"w-5 h-5 text-green-600 mt-0.5"}):(0,tt.jsx)(aa,{className:"w-5 h-5 text-red-600 mt-0.5"}),(0,tt.jsxs)("div",{className:"flex-1",children:[(0,tt.jsxs)("p",{className:"font-medium mb-2",children:[q+1,". ",G.question]}),(0,tt.jsxs)("p",{className:"text-sm text-muted-foreground",children:["Your answer: ",JSON.stringify(H.userAnswer)]}),!H.isCorrect&&G.correctAnswer!==void 0&&(0,tt.jsxs)("p",{className:"text-sm text-green-600 mt-1",children:["Correct answer: ",JSON.stringify(G.correctAnswer)]}),G.explanation&&(0,tt.jsx)("p",{className:"text-sm text-muted-foreground mt-2",children:G.explanation})]})]})},H.questionId):null})]}),(0,tt.jsxs)("div",{className:"flex gap-3 justify-center",children:[(!o.maxAttempts||E<o.maxAttempts)&&(0,tt.jsxs)("button",{onClick:F,className:"inline-flex items-center gap-2 px-4 py-2 rounded-lg bg-primary text-primary-foreground hover:bg-primary/90",children:[(0,tt.jsx)(lv,{className:"w-4 h-4"}),"Try Again"]}),(0,tt.jsxs)("button",{onClick:_,className:"inline-flex items-center gap-2 px-4 py-2 rounded-lg border hover:bg-muted",children:[(0,tt.jsx)(un,{className:"w-4 h-4"}),"Download Results"]})]})]})}):(0,tt.jsxs)("div",{ref:u,className:B(eKe({variant:t,size:r}),e),...c,children:[(s||b!==null)&&(0,tt.jsxs)("div",{className:"mb-6 flex items-center justify-between",children:[(0,tt.jsxs)("div",{children:[s&&(0,tt.jsx)("h2",{className:"text-2xl font-bold",children:s}),l&&(0,tt.jsx)("p",{className:"text-muted-foreground mt-1",children:l})]}),b!==null&&(0,tt.jsxs)("div",{className:B("flex items-center gap-2 px-3 py-1 rounded-full text-sm font-medium",b<60?"bg-red-100 text-red-700":"bg-muted"),children:[(0,tt.jsx)(In,{className:"w-4 h-4"}),M(b)]})]}),(0,tt.jsxs)("div",{className:"mb-6",children:[(0,tt.jsxs)("div",{className:"flex items-center justify-between text-sm text-muted-foreground mb-2",children:[(0,tt.jsxs)("span",{children:["Question ",p+1," of ",d.length]}),(0,tt.jsxs)("span",{children:[Math.round((p+1)/d.length*100),"%"]})]}),(0,tt.jsx)("div",{className:"h-2 bg-muted rounded-full overflow-hidden",children:(0,tt.jsx)(ie.div,{className:"h-full bg-primary",initial:{width:0},animate:{width:`${(p+1)/d.length*100}%`},transition:{duration:.3}})})]}),(0,tt.jsx)(Dt,{mode:"wait",children:z&&(0,tt.jsxs)(ie.div,{initial:{opacity:0,x:20},animate:{opacity:1,x:0},exit:{opacity:0,x:-20},className:"mb-6",children:[(0,tt.jsxs)("h3",{className:"text-lg font-semibold mb-4",children:[z.question,z.required&&(0,tt.jsx)("span",{className:"text-red-500 ml-1",children:"*"})]}),j(),o.showHints&&z.hint&&(0,tt.jsxs)("div",{className:"mt-4",children:[(0,tt.jsxs)("button",{onClick:()=>D(!N),className:"inline-flex items-center gap-2 text-sm text-muted-foreground hover:text-foreground",children:[(0,tt.jsx)(Jp,{className:"w-4 h-4"}),N?"Hide":"Show"," Hint"]}),N&&(0,tt.jsx)(ie.div,{initial:{opacity:0,height:0},animate:{opacity:1,height:"auto"},className:"mt-2 p-3 rounded-lg bg-muted/50 text-sm",children:z.hint})]}),o.showInstantFeedback&&m[z.id]&&z.correctAnswer!==void 0&&(0,tt.jsx)(ie.div,{initial:{opacity:0,y:10},animate:{opacity:1,y:0},className:"mt-4",children:(()=>{let H=m[z.id].answer,q=!1;switch(z.type){case"single-choice":case"true-false":q=H===z.correctAnswer;break}return(0,tt.jsxs)("div",{className:B("p-3 rounded-lg flex items-start gap-2",q?"bg-green-100 text-green-700":"bg-red-100 text-red-700"),children:[q?(0,tt.jsx)(_s,{className:"w-5 h-5 mt-0.5"}):(0,tt.jsx)(aa,{className:"w-5 h-5 mt-0.5"}),(0,tt.jsxs)("div",{children:[(0,tt.jsx)("p",{className:"font-medium",children:q?"Correct!":"Incorrect"}),z.explanation&&(0,tt.jsx)("p",{className:"text-sm mt-1",children:z.explanation})]})]})})()})]},z.id)}),(0,tt.jsxs)("div",{className:"flex items-center justify-between",children:[(0,tt.jsxs)("button",{onClick:k,disabled:p===0,className:B("inline-flex items-center gap-2 px-4 py-2 rounded-lg transition-colors",p===0?"opacity-50 cursor-not-allowed bg-muted text-muted-foreground":"bg-muted hover:bg-muted/80"),children:[(0,tt.jsx)(oa,{className:"w-4 h-4"}),"Previous"]}),(0,tt.jsxs)("button",{onClick:p===d.length-1?T:I,disabled:z?.required&&!m[z.id],className:B("inline-flex items-center gap-2 px-4 py-2 rounded-lg transition-colors",z?.required&&!m[z.id]?"opacity-50 cursor-not-allowed bg-muted text-muted-foreground":"bg-primary text-primary-foreground hover:bg-primary/90"),children:[p===d.length-1?"Complete":"Next",(0,tt.jsx)(Bn,{className:"w-4 h-4"})]})]})]})});tKe.displayName="MoonUIQuizFormProInternal";var cle=Hl.default.forwardRef((e,t)=>{let{hasProAccess:r,isLoading:n}=Ut();return!n&&!r?(0,tt.jsx)(Be,{className:B("w-full",e.className),children:(0,tt.jsx)(Ve,{className:"py-12 text-center",children:(0,tt.jsxs)("div",{className:"max-w-md mx-auto space-y-4",children:[(0,tt.jsx)("div",{className:"rounded-full bg-purple-100 dark:bg-purple-900/30 p-3 w-fit mx-auto",children:(0,tt.jsx)(Ct,{className:"h-6 w-6 text-purple-600 dark:text-purple-400"})}),(0,tt.jsxs)("div",{children:[(0,tt.jsx)("h3",{className:"font-semibold text-lg mb-2",children:"Pro Feature"}),(0,tt.jsx)("p",{className:"text-muted-foreground text-sm mb-4",children:"MoonUI Quiz Form is available exclusively to MoonUI Pro subscribers."}),(0,tt.jsx)("a",{href:"/pricing",children:(0,tt.jsxs)(te,{size:"sm",children:[(0,tt.jsx)(vt,{className:"mr-2 h-4 w-4"}),"Upgrade to Pro"]})})]})]})})}):(0,tt.jsx)(tKe,{...e,ref:t})});cle.displayName="MoonUIQuizFormPro";var gd=L(ce(),1);var Z=L(it(),1),Tn=L(it(),1);var sd=L(it(),1);var jl=L(it(),1);var XS=L(Mr(),1),Z6="Collapsible",[BQt,ule]=on(Z6),[VQt,dle]=BQt(Z6),rKe=jl.forwardRef((e,t)=>{let{__scopeCollapsible:r,open:n,defaultOpen:o,disabled:a,onOpenChange:i,...s}=e,[l,c]=$n({prop:n,defaultProp:o??!1,onChange:i,caller:Z6});return(0,XS.jsx)(VQt,{scope:r,disabled:a,contentId:No(),open:l,onOpenToggle:jl.useCallback(()=>c(u=>!u),[c]),children:(0,XS.jsx)(et.div,{"data-state":ple(l),"data-disabled":a?"":void 0,...s,ref:t})})});rKe.displayName=Z6;var nKe="CollapsibleTrigger",oKe=jl.forwardRef((e,t)=>{let{__scopeCollapsible:r,...n}=e,o=dle(nKe,r);return(0,XS.jsx)(et.button,{type:"button","aria-controls":o.contentId,"aria-expanded":o.open||!1,"data-state":ple(o.open),"data-disabled":o.disabled?"":void 0,disabled:o.disabled,...n,ref:t,onClick:ze(e.onClick,o.onOpenToggle)})});oKe.displayName=nKe;var fle="CollapsibleContent",aKe=jl.forwardRef((e,t)=>{let{forceMount:r,...n}=e,o=dle(fle,e.__scopeCollapsible);return(0,XS.jsx)(to,{present:r||o.open,children:({present:a})=>(0,XS.jsx)(zQt,{...n,ref:t,present:a})})});aKe.displayName=fle;var zQt=jl.forwardRef((e,t)=>{let{__scopeCollapsible:r,present:n,children:o,...a}=e,i=dle(fle,r),[s,l]=jl.useState(n),c=jl.useRef(null),u=zt(t,c),d=jl.useRef(0),f=d.current,p=jl.useRef(0),h=p.current,m=i.open||s,g=jl.useRef(m),v=jl.useRef(void 0);return jl.useEffect(()=>{let y=requestAnimationFrame(()=>g.current=!1);return()=>cancelAnimationFrame(y)},[]),En(()=>{let y=c.current;if(y){v.current=v.current||{transitionDuration:y.style.transitionDuration,animationName:y.style.animationName},y.style.transitionDuration="0s",y.style.animationName="none";let x=y.getBoundingClientRect();d.current=x.height,p.current=x.width,g.current||(y.style.transitionDuration=v.current.transitionDuration,y.style.animationName=v.current.animationName),l(n)}},[i.open,n]),(0,XS.jsx)(et.div,{"data-state":ple(i.open),"data-disabled":i.disabled?"":void 0,id:i.contentId,hidden:!m,...a,ref:u,style:{["--radix-collapsible-content-height"]:f?`${f}px`:void 0,["--radix-collapsible-content-width"]:h?`${h}px`:void 0,...e.style},children:m&&o})});function ple(e){return e?"open":"closed"}var iKe=rKe,sKe=oKe,lKe=aKe;var Ks=L(Mr(),1),Xm="Accordion",HQt=["Home","End","ArrowDown","ArrowUp","ArrowLeft","ArrowRight"],[hle,jQt,qQt]=$d(Xm),[eW,ITn]=on(Xm,[qQt,ule]),gle=ule(),$Qt=sd.default.forwardRef((e,t)=>{let{type:r,...n}=e,o=n,a=n;return(0,Ks.jsx)(hle.Provider,{scope:e.__scopeAccordion,children:r==="multiple"?(0,Ks.jsx)(XQt,{...a,ref:t}):(0,Ks.jsx)(KQt,{...o,ref:t})})});$Qt.displayName=Xm;var[cKe,WQt]=eW(Xm),[uKe,GQt]=eW(Xm,{collapsible:!1}),KQt=sd.default.forwardRef((e,t)=>{let{value:r,defaultValue:n,onValueChange:o=()=>{},collapsible:a=!1,...i}=e,[s,l]=$n({prop:r,defaultProp:n??"",onChange:o,caller:Xm});return(0,Ks.jsx)(cKe,{scope:e.__scopeAccordion,value:sd.default.useMemo(()=>s?[s]:[],[s]),onItemOpen:l,onItemClose:sd.default.useCallback(()=>a&&l(""),[a,l]),children:(0,Ks.jsx)(uKe,{scope:e.__scopeAccordion,collapsible:a,children:(0,Ks.jsx)(dKe,{...i,ref:t})})})}),XQt=sd.default.forwardRef((e,t)=>{let{value:r,defaultValue:n,onValueChange:o=()=>{},...a}=e,[i,s]=$n({prop:r,defaultProp:n??[],onChange:o,caller:Xm}),l=sd.default.useCallback(u=>s((d=[])=>[...d,u]),[s]),c=sd.default.useCallback(u=>s((d=[])=>d.filter(f=>f!==u)),[s]);return(0,Ks.jsx)(cKe,{scope:e.__scopeAccordion,value:i,onItemOpen:l,onItemClose:c,children:(0,Ks.jsx)(uKe,{scope:e.__scopeAccordion,collapsible:!0,children:(0,Ks.jsx)(dKe,{...a,ref:t})})})}),[YQt,tW]=eW(Xm),dKe=sd.default.forwardRef((e,t)=>{let{__scopeAccordion:r,disabled:n,dir:o,orientation:a="vertical",...i}=e,s=sd.default.useRef(null),l=zt(s,t),c=jQt(r),d=ip(o)==="ltr",f=ze(e.onKeyDown,p=>{if(!HQt.includes(p.key))return;let h=p.target,m=c().filter(P=>!P.ref.current?.disabled),g=m.findIndex(P=>P.ref.current===h),v=m.length;if(g===-1)return;p.preventDefault();let y=g,x=0,C=v-1,b=()=>{y=g+1,y>C&&(y=x)},w=()=>{y=g-1,y<x&&(y=C)};switch(p.key){case"Home":y=x;break;case"End":y=C;break;case"ArrowRight":a==="horizontal"&&(d?b():w());break;case"ArrowDown":a==="vertical"&&b();break;case"ArrowLeft":a==="horizontal"&&(d?w():b());break;case"ArrowUp":a==="vertical"&&w();break}let S=y%v;m[S].ref.current?.focus()});return(0,Ks.jsx)(YQt,{scope:r,disabled:n,direction:o,orientation:a,children:(0,Ks.jsx)(hle.Slot,{scope:r,children:(0,Ks.jsx)(et.div,{...i,"data-orientation":a,ref:l,onKeyDown:n?void 0:f})})})}),J6="AccordionItem",[QQt,vle]=eW(J6),fKe=sd.default.forwardRef((e,t)=>{let{__scopeAccordion:r,value:n,...o}=e,a=tW(J6,r),i=WQt(J6,r),s=gle(r),l=No(),c=n&&i.value.includes(n)||!1,u=a.disabled||e.disabled;return(0,Ks.jsx)(QQt,{scope:r,open:c,disabled:u,triggerId:l,children:(0,Ks.jsx)(iKe,{"data-orientation":a.orientation,"data-state":yKe(c),...s,...o,ref:t,disabled:u,open:c,onOpenChange:d=>{d?i.onItemOpen(n):i.onItemClose(n)}})})});fKe.displayName=J6;var pKe="AccordionHeader",mKe=sd.default.forwardRef((e,t)=>{let{__scopeAccordion:r,...n}=e,o=tW(Xm,r),a=vle(pKe,r);return(0,Ks.jsx)(et.h3,{"data-orientation":o.orientation,"data-state":yKe(a.open),"data-disabled":a.disabled?"":void 0,...n,ref:t})});mKe.displayName=pKe;var mle="AccordionTrigger",hKe=sd.default.forwardRef((e,t)=>{let{__scopeAccordion:r,...n}=e,o=tW(Xm,r),a=vle(mle,r),i=GQt(mle,r),s=gle(r);return(0,Ks.jsx)(hle.ItemSlot,{scope:r,children:(0,Ks.jsx)(sKe,{"aria-disabled":a.open&&!i.collapsible||void 0,"data-orientation":o.orientation,id:a.triggerId,...s,...n,ref:t})})});hKe.displayName=mle;var gKe="AccordionContent",vKe=sd.default.forwardRef((e,t)=>{let{__scopeAccordion:r,...n}=e,o=tW(Xm,r),a=vle(gKe,r),i=gle(r);return(0,Ks.jsx)(lKe,{role:"region","aria-labelledby":a.triggerId,"data-orientation":o.orientation,...i,...n,ref:t,style:{["--radix-accordion-content-height"]:"var(--radix-collapsible-content-height)",["--radix-accordion-content-width"]:"var(--radix-collapsible-content-width)",...e.style}})});vKe.displayName=gKe;function yKe(e){return e?"open":"closed"}var xKe=fKe,bKe=mKe,yle=hKe,xle=vKe;var nW=L(it());var wKe=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),JQt=e=>e.replace(/^([A-Z])|[\s-_]+(\w)/g,(t,r,n)=>n?n.toUpperCase():r.toLowerCase()),ble=e=>{let t=JQt(e);return t.charAt(0).toUpperCase()+t.slice(1)},rW=(...e)=>e.filter((t,r,n)=>!!t&&t.trim()!==""&&n.indexOf(t)===r).join(" ").trim(),CKe=e=>{for(let t in e)if(t.startsWith("aria-")||t==="role"||t==="title")return!0};var __=L(it());var SKe={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};var PKe=(0,__.forwardRef)(({color:e="currentColor",size:t=24,strokeWidth:r=2,absoluteStrokeWidth:n,className:o="",children:a,iconNode:i,...s},l)=>(0,__.createElement)("svg",{ref:l,...SKe,width:t,height:t,stroke:e,strokeWidth:n?Number(r)*24/Number(t):r,className:rW("lucide",o),...!a&&!CKe(s)&&{"aria-hidden":"true"},...s},[...i.map(([c,u])=>(0,__.createElement)(c,u)),...Array.isArray(a)?a:[a]]));var gt=(e,t)=>{let r=(0,nW.forwardRef)(({className:n,...o},a)=>(0,nW.createElement)(PKe,{ref:a,iconNode:t,className:rW(`lucide-${wKe(ble(e))}`,`lucide-${e}`,n),...o}));return r.displayName=ble(e),r};var eZt=[["path",{d:"M17 12H7",key:"16if0g"}],["path",{d:"M19 18H5",key:"18s9l3"}],["path",{d:"M21 6H3",key:"1jwq7v"}]],F_=gt("align-center",eZt);var tZt=[["path",{d:"M3 12h18",key:"1i2n21"}],["path",{d:"M3 18h18",key:"1h113x"}],["path",{d:"M3 6h18",key:"d0wm0j"}]],B_=gt("align-justify",tZt);var rZt=[["path",{d:"M15 12H3",key:"6jk70r"}],["path",{d:"M17 18H3",key:"1amg6g"}],["path",{d:"M21 6H3",key:"1jwq7v"}]],V_=gt("align-left",rZt);var nZt=[["path",{d:"M21 12H9",key:"dn1m92"}],["path",{d:"M21 18H7",key:"1ygte8"}],["path",{d:"M21 6H3",key:"1jwq7v"}]],z_=gt("align-right",nZt);var oZt=[["path",{d:"M6 12h9a4 4 0 0 1 0 8H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7a4 4 0 0 1 0 8",key:"mg9rjx"}]],U_=gt("bold",oZt);var aZt=[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]],My=gt("check",aZt);var iZt=[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]],C0=gt("chevron-down",iZt);var sZt=[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]],ON=gt("chevron-left",sZt);var lZt=[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]],S0=gt("chevron-right",lZt);var cZt=[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]],H_=gt("chevron-up",cZt);var uZt=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]],Eg=gt("circle-alert",uZt);var dZt=[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]],P0=gt("circle-check-big",dZt);var fZt=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],_N=gt("circle",fZt);var pZt=[["path",{d:"m16 18 6-6-6-6",key:"eg8j8"}],["path",{d:"m8 6-6 6 6 6",key:"ppft3o"}]],j_=gt("code",pZt);var mZt=[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2",key:"ynyp8z"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10",key:"1b3vmo"}]],q_=gt("credit-card",mZt);var hZt=[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}]],Ty=gt("ellipsis",hZt);var gZt=[["path",{d:"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",key:"1nclc0"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],$_=gt("eye",gZt);var vZt=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]],W_=gt("file-text",vZt);var yZt=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}]],G_=gt("file",yZt);var xZt=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}]],FN=gt("image",xZt);var bZt=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]],BN=gt("info",bZt);var wZt=[["line",{x1:"19",x2:"10",y1:"4",y2:"4",key:"15jd3p"}],["line",{x1:"14",x2:"5",y1:"20",y2:"20",key:"bu0au3"}],["line",{x1:"15",x2:"9",y1:"4",y2:"20",key:"uljnxc"}]],K_=gt("italic",wZt);var CZt=[["path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71",key:"1cjeqo"}],["path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71",key:"19qd67"}]],X_=gt("link",CZt);var SZt=[["path",{d:"M10 12h11",key:"6m4ad9"}],["path",{d:"M10 18h11",key:"11hvi2"}],["path",{d:"M10 6h11",key:"c7qv1k"}],["path",{d:"M4 10h2",key:"16xx2s"}],["path",{d:"M4 6h1v4",key:"cnovpq"}],["path",{d:"M6 18H4c0-1 2-2 2-3s-1-1.5-2-1",key:"m9a95d"}]],Y_=gt("list-ordered",SZt);var PZt=[["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M3 18h.01",key:"1tta3j"}],["path",{d:"M3 6h.01",key:"1rqtza"}],["path",{d:"M8 12h13",key:"1za7za"}],["path",{d:"M8 18h13",key:"1lx6n3"}],["path",{d:"M8 6h13",key:"ik3vkj"}]],Q_=gt("list",PZt);var IZt=[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56",key:"13zald"}]],gf=gt("loader-circle",IZt);var RZt=[["path",{d:"M5 12h14",key:"1ays0h"}]],Z_=gt("minus",RZt);var kZt=[["path",{d:"M9 18V5l12-2v13",key:"1jmyc2"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["circle",{cx:"18",cy:"16",r:"3",key:"1hluhg"}]],J_=gt("music",kZt);var NZt=[["path",{d:"M12 22a1 1 0 0 1 0-20 10 9 0 0 1 10 9 5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z",key:"e79jfc"}],["circle",{cx:"13.5",cy:"6.5",r:".5",fill:"currentColor",key:"1okk4w"}],["circle",{cx:"17.5",cy:"10.5",r:".5",fill:"currentColor",key:"f64h9f"}],["circle",{cx:"6.5",cy:"12.5",r:".5",fill:"currentColor",key:"qy21gx"}],["circle",{cx:"8.5",cy:"7.5",r:".5",fill:"currentColor",key:"fotxhn"}]],e2=gt("palette",NZt);var MZt=[["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384",key:"9njp5v"}]],t2=gt("phone",MZt);var TZt=[["path",{d:"M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z",key:"rib7q0"}],["path",{d:"M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z",key:"1ymkrd"}]],r2=gt("quote",TZt);var AZt=[["path",{d:"M21 7v6h-6",key:"3ptur4"}],["path",{d:"M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7",key:"1kgawr"}]],n2=gt("redo",AZt);var LZt=[["path",{d:"m21 21-4.34-4.34",key:"14j7rj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]],o2=gt("search",LZt);var EZt=[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7",key:"1m0v6g"}],["path",{d:"M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z",key:"ohrbg2"}]],ld=gt("square-pen",EZt);var DZt=[["path",{d:"M16 4H9a3 3 0 0 0-2.83 4",key:"43sutm"}],["path",{d:"M14 12a4 4 0 0 1 0 8H6",key:"nlfj13"}],["line",{x1:"4",x2:"20",y1:"12",y2:"12",key:"1e0a9i"}]],a2=gt("strikethrough",DZt);var OZt=[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]],I0=gt("triangle-alert",OZt);var _Zt=[["path",{d:"M6 4v6a6 6 0 0 0 12 0V4",key:"9kb039"}],["line",{x1:"4",x2:"20",y1:"20",y2:"20",key:"nun2al"}]],i2=gt("underline",_Zt);var FZt=[["path",{d:"M3 7v6h6",key:"1v2h90"}],["path",{d:"M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13",key:"1r6uu6"}]],s2=gt("undo",FZt);var BZt=[["path",{d:"M12 3v12",key:"1x0j5s"}],["path",{d:"m17 8-5-5-5 5",key:"7q97r8"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}]],l2=gt("upload",BZt);var VZt=[["path",{d:"m16 13 5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5",key:"ftymec"}],["rect",{x:"2",y:"6",width:"14",height:"12",rx:"2",key:"158x01"}]],c2=gt("video",VZt);var zZt=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],Ay=gt("x",zZt);function IKe(e){var t,r,n="";if(typeof e=="string"||typeof e=="number")n+=e;else if(typeof e=="object")if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(r=IKe(e[t]))&&(n&&(n+=" "),n+=r)}else for(r in e)e[r]&&(n&&(n+=" "),n+=r);return n}function oW(){for(var e,t,r=0,n="",o=arguments.length;r<o;r++)(e=arguments[r])&&(t=IKe(e))&&(n&&(n+=" "),n+=t);return n}var Sle="-",UZt=e=>{let t=jZt(e),{conflictingClassGroups:r,conflictingClassGroupModifiers:n}=e;return{getClassGroupId:i=>{let s=i.split(Sle);return s[0]===""&&s.length!==1&&s.shift(),NKe(s,t)||HZt(i)},getConflictingClassGroupIds:(i,s)=>{let l=r[i]||[];return s&&n[i]?[...l,...n[i]]:l}}},NKe=(e,t)=>{if(e.length===0)return t.classGroupId;let r=e[0],n=t.nextPart.get(r),o=n?NKe(e.slice(1),n):void 0;if(o)return o;if(t.validators.length===0)return;let a=e.join(Sle);return t.validators.find(({validator:i})=>i(a))?.classGroupId},RKe=/^\[(.+)\]$/,HZt=e=>{if(RKe.test(e)){let t=RKe.exec(e)[1],r=t?.substring(0,t.indexOf(":"));if(r)return"arbitrary.."+r}},jZt=e=>{let{theme:t,prefix:r}=e,n={nextPart:new Map,validators:[]};return $Zt(Object.entries(e.classGroups),r).forEach(([a,i])=>{Cle(i,n,a,t)}),n},Cle=(e,t,r,n)=>{e.forEach(o=>{if(typeof o=="string"){let a=o===""?t:kKe(t,o);a.classGroupId=r;return}if(typeof o=="function"){if(qZt(o)){Cle(o(n),t,r,n);return}t.validators.push({validator:o,classGroupId:r});return}Object.entries(o).forEach(([a,i])=>{Cle(i,kKe(t,a),r,n)})})},kKe=(e,t)=>{let r=e;return t.split(Sle).forEach(n=>{r.nextPart.has(n)||r.nextPart.set(n,{nextPart:new Map,validators:[]}),r=r.nextPart.get(n)}),r},qZt=e=>e.isThemeGetter,$Zt=(e,t)=>t?e.map(([r,n])=>{let o=n.map(a=>typeof a=="string"?t+a:typeof a=="object"?Object.fromEntries(Object.entries(a).map(([i,s])=>[t+i,s])):a);return[r,o]}):e,WZt=e=>{if(e<1)return{get:()=>{},set:()=>{}};let t=0,r=new Map,n=new Map,o=(a,i)=>{r.set(a,i),t++,t>e&&(t=0,n=r,r=new Map)};return{get(a){let i=r.get(a);if(i!==void 0)return i;if((i=n.get(a))!==void 0)return o(a,i),i},set(a,i){r.has(a)?r.set(a,i):o(a,i)}}},MKe="!",GZt=e=>{let{separator:t,experimentalParseClassName:r}=e,n=t.length===1,o=t[0],a=t.length,i=s=>{let l=[],c=0,u=0,d;for(let g=0;g<s.length;g++){let v=s[g];if(c===0){if(v===o&&(n||s.slice(g,g+a)===t)){l.push(s.slice(u,g)),u=g+a;continue}if(v==="/"){d=g;continue}}v==="["?c++:v==="]"&&c--}let f=l.length===0?s:s.substring(u),p=f.startsWith(MKe),h=p?f.substring(1):f,m=d&&d>u?d-u:void 0;return{modifiers:l,hasImportantModifier:p,baseClassName:h,maybePostfixModifierPosition:m}};return r?s=>r({className:s,parseClassName:i}):i},KZt=e=>{if(e.length<=1)return e;let t=[],r=[];return e.forEach(n=>{n[0]==="["?(t.push(...r.sort(),n),r=[]):r.push(n)}),t.push(...r.sort()),t},XZt=e=>({cache:WZt(e.cacheSize),parseClassName:GZt(e),...UZt(e)}),YZt=/\s+/,QZt=(e,t)=>{let{parseClassName:r,getClassGroupId:n,getConflictingClassGroupIds:o}=t,a=[],i=e.trim().split(YZt),s="";for(let l=i.length-1;l>=0;l-=1){let c=i[l],{modifiers:u,hasImportantModifier:d,baseClassName:f,maybePostfixModifierPosition:p}=r(c),h=!!p,m=n(h?f.substring(0,p):f);if(!m){if(!h){s=c+(s.length>0?" "+s:s);continue}if(m=n(f),!m){s=c+(s.length>0?" "+s:s);continue}h=!1}let g=KZt(u).join(":"),v=d?g+MKe:g,y=v+m;if(a.includes(y))continue;a.push(y);let x=o(m,h);for(let C=0;C<x.length;++C){let b=x[C];a.push(v+b)}s=c+(s.length>0?" "+s:s)}return s};function ZZt(){let e=0,t,r,n="";for(;e<arguments.length;)(t=arguments[e++])&&(r=TKe(t))&&(n&&(n+=" "),n+=r);return n}var TKe=e=>{if(typeof e=="string")return e;let t,r="";for(let n=0;n<e.length;n++)e[n]&&(t=TKe(e[n]))&&(r&&(r+=" "),r+=t);return r};function JZt(e,...t){let r,n,o,a=i;function i(l){let c=t.reduce((u,d)=>d(u),e());return r=XZt(c),n=r.cache.get,o=r.cache.set,a=s,s(l)}function s(l){let c=n(l);if(c)return c;let u=QZt(l,r);return o(l,u),u}return function(){return a(ZZt.apply(null,arguments))}}var Oa=e=>{let t=r=>r[e]||[];return t.isThemeGetter=!0,t},AKe=/^\[(?:([a-z-]+):)?(.+)\]$/i,eJt=/^\d+\/\d+$/,tJt=new Set(["px","full","screen"]),rJt=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,nJt=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,oJt=/^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/,aJt=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,iJt=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,Ly=e=>VN(e)||tJt.has(e)||eJt.test(e),R0=e=>zN(e,"length",mJt),VN=e=>!!e&&!Number.isNaN(Number(e)),wle=e=>zN(e,"number",VN),u2=e=>!!e&&Number.isInteger(Number(e)),sJt=e=>e.endsWith("%")&&VN(e.slice(0,-1)),tn=e=>AKe.test(e),k0=e=>rJt.test(e),lJt=new Set(["length","size","percentage"]),cJt=e=>zN(e,lJt,LKe),uJt=e=>zN(e,"position",LKe),dJt=new Set(["image","url"]),fJt=e=>zN(e,dJt,gJt),pJt=e=>zN(e,"",hJt),d2=()=>!0,zN=(e,t,r)=>{let n=AKe.exec(e);return n?n[1]?typeof t=="string"?n[1]===t:t.has(n[1]):r(n[2]):!1},mJt=e=>nJt.test(e)&&!oJt.test(e),LKe=()=>!1,hJt=e=>aJt.test(e),gJt=e=>iJt.test(e);var vJt=()=>{let e=Oa("colors"),t=Oa("spacing"),r=Oa("blur"),n=Oa("brightness"),o=Oa("borderColor"),a=Oa("borderRadius"),i=Oa("borderSpacing"),s=Oa("borderWidth"),l=Oa("contrast"),c=Oa("grayscale"),u=Oa("hueRotate"),d=Oa("invert"),f=Oa("gap"),p=Oa("gradientColorStops"),h=Oa("gradientColorStopPositions"),m=Oa("inset"),g=Oa("margin"),v=Oa("opacity"),y=Oa("padding"),x=Oa("saturate"),C=Oa("scale"),b=Oa("sepia"),w=Oa("skew"),S=Oa("space"),P=Oa("translate"),N=()=>["auto","contain","none"],D=()=>["auto","hidden","clip","visible","scroll"],E=()=>["auto",tn,t],A=()=>[tn,t],z=()=>["",Ly,R0],V=()=>["auto",VN,tn],R=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],I=()=>["solid","dashed","dotted","double","none"],k=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],T=()=>["start","end","center","between","around","evenly","stretch"],O=()=>["","0",tn],F=()=>["auto","avoid","all","avoid-page","page","left","right","column"],_=()=>[VN,tn];return{cacheSize:500,separator:":",theme:{colors:[d2],spacing:[Ly,R0],blur:["none","",k0,tn],brightness:_(),borderColor:[e],borderRadius:["none","","full",k0,tn],borderSpacing:A(),borderWidth:z(),contrast:_(),grayscale:O(),hueRotate:_(),invert:O(),gap:A(),gradientColorStops:[e],gradientColorStopPositions:[sJt,R0],inset:E(),margin:E(),opacity:_(),padding:A(),saturate:_(),scale:_(),sepia:O(),skew:_(),space:A(),translate:A()},classGroups:{aspect:[{aspect:["auto","square","video",tn]}],container:["container"],columns:[{columns:[k0]}],"break-after":[{"break-after":F()}],"break-before":[{"break-before":F()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:[...R(),tn]}],overflow:[{overflow:D()}],"overflow-x":[{"overflow-x":D()}],"overflow-y":[{"overflow-y":D()}],overscroll:[{overscroll:N()}],"overscroll-x":[{"overscroll-x":N()}],"overscroll-y":[{"overscroll-y":N()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[m]}],"inset-x":[{"inset-x":[m]}],"inset-y":[{"inset-y":[m]}],start:[{start:[m]}],end:[{end:[m]}],top:[{top:[m]}],right:[{right:[m]}],bottom:[{bottom:[m]}],left:[{left:[m]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",u2,tn]}],basis:[{basis:E()}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",tn]}],grow:[{grow:O()}],shrink:[{shrink:O()}],order:[{order:["first","last","none",u2,tn]}],"grid-cols":[{"grid-cols":[d2]}],"col-start-end":[{col:["auto",{span:["full",u2,tn]},tn]}],"col-start":[{"col-start":V()}],"col-end":[{"col-end":V()}],"grid-rows":[{"grid-rows":[d2]}],"row-start-end":[{row:["auto",{span:[u2,tn]},tn]}],"row-start":[{"row-start":V()}],"row-end":[{"row-end":V()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",tn]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",tn]}],gap:[{gap:[f]}],"gap-x":[{"gap-x":[f]}],"gap-y":[{"gap-y":[f]}],"justify-content":[{justify:["normal",...T()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",...T(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[...T(),"baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[y]}],px:[{px:[y]}],py:[{py:[y]}],ps:[{ps:[y]}],pe:[{pe:[y]}],pt:[{pt:[y]}],pr:[{pr:[y]}],pb:[{pb:[y]}],pl:[{pl:[y]}],m:[{m:[g]}],mx:[{mx:[g]}],my:[{my:[g]}],ms:[{ms:[g]}],me:[{me:[g]}],mt:[{mt:[g]}],mr:[{mr:[g]}],mb:[{mb:[g]}],ml:[{ml:[g]}],"space-x":[{"space-x":[S]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[S]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",tn,t]}],"min-w":[{"min-w":[tn,t,"min","max","fit"]}],"max-w":[{"max-w":[tn,t,"none","full","min","max","fit","prose",{screen:[k0]},k0]}],h:[{h:[tn,t,"auto","min","max","fit","svh","lvh","dvh"]}],"min-h":[{"min-h":[tn,t,"min","max","fit","svh","lvh","dvh"]}],"max-h":[{"max-h":[tn,t,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[tn,t,"auto","min","max","fit"]}],"font-size":[{text:["base",k0,R0]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",wle]}],"font-family":[{font:[d2]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",tn]}],"line-clamp":[{"line-clamp":["none",VN,wle]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",Ly,tn]}],"list-image":[{"list-image":["none",tn]}],"list-style-type":[{list:["none","disc","decimal",tn]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[e]}],"placeholder-opacity":[{"placeholder-opacity":[v]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[e]}],"text-opacity":[{"text-opacity":[v]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...I(),"wavy"]}],"text-decoration-thickness":[{decoration:["auto","from-font",Ly,R0]}],"underline-offset":[{"underline-offset":["auto",Ly,tn]}],"text-decoration-color":[{decoration:[e]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:A()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",tn]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",tn]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-opacity":[{"bg-opacity":[v]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[...R(),uJt]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",cJt]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","b","bl","l","tl"]},fJt]}],"bg-color":[{bg:[e]}],"gradient-from-pos":[{from:[h]}],"gradient-via-pos":[{via:[h]}],"gradient-to-pos":[{to:[h]}],"gradient-from":[{from:[p]}],"gradient-via":[{via:[p]}],"gradient-to":[{to:[p]}],rounded:[{rounded:[a]}],"rounded-s":[{"rounded-s":[a]}],"rounded-e":[{"rounded-e":[a]}],"rounded-t":[{"rounded-t":[a]}],"rounded-r":[{"rounded-r":[a]}],"rounded-b":[{"rounded-b":[a]}],"rounded-l":[{"rounded-l":[a]}],"rounded-ss":[{"rounded-ss":[a]}],"rounded-se":[{"rounded-se":[a]}],"rounded-ee":[{"rounded-ee":[a]}],"rounded-es":[{"rounded-es":[a]}],"rounded-tl":[{"rounded-tl":[a]}],"rounded-tr":[{"rounded-tr":[a]}],"rounded-br":[{"rounded-br":[a]}],"rounded-bl":[{"rounded-bl":[a]}],"border-w":[{border:[s]}],"border-w-x":[{"border-x":[s]}],"border-w-y":[{"border-y":[s]}],"border-w-s":[{"border-s":[s]}],"border-w-e":[{"border-e":[s]}],"border-w-t":[{"border-t":[s]}],"border-w-r":[{"border-r":[s]}],"border-w-b":[{"border-b":[s]}],"border-w-l":[{"border-l":[s]}],"border-opacity":[{"border-opacity":[v]}],"border-style":[{border:[...I(),"hidden"]}],"divide-x":[{"divide-x":[s]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[s]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[v]}],"divide-style":[{divide:I()}],"border-color":[{border:[o]}],"border-color-x":[{"border-x":[o]}],"border-color-y":[{"border-y":[o]}],"border-color-s":[{"border-s":[o]}],"border-color-e":[{"border-e":[o]}],"border-color-t":[{"border-t":[o]}],"border-color-r":[{"border-r":[o]}],"border-color-b":[{"border-b":[o]}],"border-color-l":[{"border-l":[o]}],"divide-color":[{divide:[o]}],"outline-style":[{outline:["",...I()]}],"outline-offset":[{"outline-offset":[Ly,tn]}],"outline-w":[{outline:[Ly,R0]}],"outline-color":[{outline:[e]}],"ring-w":[{ring:z()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[e]}],"ring-opacity":[{"ring-opacity":[v]}],"ring-offset-w":[{"ring-offset":[Ly,R0]}],"ring-offset-color":[{"ring-offset":[e]}],shadow:[{shadow:["","inner","none",k0,pJt]}],"shadow-color":[{shadow:[d2]}],opacity:[{opacity:[v]}],"mix-blend":[{"mix-blend":[...k(),"plus-lighter","plus-darker"]}],"bg-blend":[{"bg-blend":k()}],filter:[{filter:["","none"]}],blur:[{blur:[r]}],brightness:[{brightness:[n]}],contrast:[{contrast:[l]}],"drop-shadow":[{"drop-shadow":["","none",k0,tn]}],grayscale:[{grayscale:[c]}],"hue-rotate":[{"hue-rotate":[u]}],invert:[{invert:[d]}],saturate:[{saturate:[x]}],sepia:[{sepia:[b]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[r]}],"backdrop-brightness":[{"backdrop-brightness":[n]}],"backdrop-contrast":[{"backdrop-contrast":[l]}],"backdrop-grayscale":[{"backdrop-grayscale":[c]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[u]}],"backdrop-invert":[{"backdrop-invert":[d]}],"backdrop-opacity":[{"backdrop-opacity":[v]}],"backdrop-saturate":[{"backdrop-saturate":[x]}],"backdrop-sepia":[{"backdrop-sepia":[b]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[i]}],"border-spacing-x":[{"border-spacing-x":[i]}],"border-spacing-y":[{"border-spacing-y":[i]}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",tn]}],duration:[{duration:_()}],ease:[{ease:["linear","in","out","in-out",tn]}],delay:[{delay:_()}],animate:[{animate:["none","spin","ping","pulse","bounce",tn]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[C]}],"scale-x":[{"scale-x":[C]}],"scale-y":[{"scale-y":[C]}],rotate:[{rotate:[u2,tn]}],"translate-x":[{"translate-x":[P]}],"translate-y":[{"translate-y":[P]}],"skew-x":[{"skew-x":[w]}],"skew-y":[{"skew-y":[w]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",tn]}],accent:[{accent:["auto",e]}],appearance:[{appearance:["none","auto"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",tn]}],"caret-color":[{caret:[e]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":A()}],"scroll-mx":[{"scroll-mx":A()}],"scroll-my":[{"scroll-my":A()}],"scroll-ms":[{"scroll-ms":A()}],"scroll-me":[{"scroll-me":A()}],"scroll-mt":[{"scroll-mt":A()}],"scroll-mr":[{"scroll-mr":A()}],"scroll-mb":[{"scroll-mb":A()}],"scroll-ml":[{"scroll-ml":A()}],"scroll-p":[{"scroll-p":A()}],"scroll-px":[{"scroll-px":A()}],"scroll-py":[{"scroll-py":A()}],"scroll-ps":[{"scroll-ps":A()}],"scroll-pe":[{"scroll-pe":A()}],"scroll-pt":[{"scroll-pt":A()}],"scroll-pr":[{"scroll-pr":A()}],"scroll-pb":[{"scroll-pb":A()}],"scroll-pl":[{"scroll-pl":A()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",tn]}],fill:[{fill:[e,"none"]}],"stroke-w":[{stroke:[Ly,R0,wle]}],stroke:[{stroke:[e,"none"]}],sr:["sr-only","not-sr-only"],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]}}};var EKe=JZt(vJt);var W=L(Mr(),1);var DKe=e=>typeof e=="boolean"?`${e}`:e===0?"0":e,OKe=oW,Mn=(e,t)=>r=>{var n;if(t?.variants==null)return OKe(e,r?.class,r?.className);let{variants:o,defaultVariants:a}=t,i=Object.keys(o).map(c=>{let u=r?.[c],d=a?.[c];if(u===null)return null;let f=DKe(u)||DKe(d);return o[c][f]}),s=r&&Object.entries(r).reduce((c,u)=>{let[d,f]=u;return f===void 0||(c[d]=f),c},{}),l=t==null||(n=t.compoundVariants)===null||n===void 0?void 0:n.reduce((c,u)=>{let{class:d,className:f,...p}=u;return Object.entries(p).every(h=>{let[m,g]=h;return Array.isArray(g)?g.includes({...a,...s}[m]):{...a,...s}[m]===g})?[...c,d,f]:c},[]);return OKe(e,i,l,r?.class,r?.className)};var _p=L(it(),1);var _Ke=L(CE(),1);function FKe(){return(0,_Ke.useSyncExternalStore)(yJt,()=>!0,()=>!1)}function yJt(){return()=>{}}var f2=L(Mr(),1),Ple="Avatar",[xJt,iEn]=on(Ple),[bJt,VKe]=xJt(Ple),zKe=_p.forwardRef((e,t)=>{let{__scopeAvatar:r,...n}=e,[o,a]=_p.useState("idle");return(0,f2.jsx)(bJt,{scope:r,imageLoadingStatus:o,onImageLoadingStatusChange:a,children:(0,f2.jsx)(et.span,{...n,ref:t})})});zKe.displayName=Ple;var UKe="AvatarImage",HKe=_p.forwardRef((e,t)=>{let{__scopeAvatar:r,src:n,onLoadingStatusChange:o=()=>{},...a}=e,i=VKe(UKe,r),s=wJt(n,a),l=Wn(c=>{o(c),i.onImageLoadingStatusChange(c)});return En(()=>{s!=="idle"&&l(s)},[s,l]),s==="loaded"?(0,f2.jsx)(et.img,{...a,ref:t,src:n}):null});HKe.displayName=UKe;var jKe="AvatarFallback",qKe=_p.forwardRef((e,t)=>{let{__scopeAvatar:r,delayMs:n,...o}=e,a=VKe(jKe,r),[i,s]=_p.useState(n===void 0);return _p.useEffect(()=>{if(n!==void 0){let l=window.setTimeout(()=>s(!0),n);return()=>window.clearTimeout(l)}},[n]),i&&a.imageLoadingStatus!=="loaded"?(0,f2.jsx)(et.span,{...o,ref:t}):null});qKe.displayName=jKe;function BKe(e,t){return e?t?(e.src!==t&&(e.src=t),e.complete&&e.naturalWidth>0?"loaded":"loading"):"error":"idle"}function wJt(e,{referrerPolicy:t,crossOrigin:r}){let n=FKe(),o=_p.useRef(null),a=(()=>n?(o.current||(o.current=new window.Image),o.current):null)(),[i,s]=_p.useState(()=>BKe(a,e));return En(()=>{s(BKe(a,e))},[a,e]),En(()=>{let l=d=>()=>{s(d)};if(!a)return;let c=l("loaded"),u=l("error");return a.addEventListener("load",c),a.addEventListener("error",u),t&&(a.referrerPolicy=t),typeof r=="string"&&(a.crossOrigin=r),()=>{a.removeEventListener("load",c),a.removeEventListener("error",u)}},[a,r,t]),i}var Ile=zKe,Rle=HKe,kle=qKe;var Y2=L(Mr(),1),Fg=L(it(),1);var $Ke=L(it(),1),UN=(0,$Ke.createContext)({});var WKe=L(it(),1);function Dg(e){let t=(0,WKe.useRef)(null);return t.current===null&&(t.current=e()),t.current}var aW=L(it(),1);var HN=typeof window<"u";var jN=HN?aW.useLayoutEffect:aW.useEffect;var sce=L(Mr(),1),K7e=L(it(),1),K2=L(it(),1);var GKe=L(it(),1),N0=(0,GKe.createContext)(null);var W7e=L(Mr(),1);function YS(e,t){e.indexOf(t)===-1&&e.push(t)}function Ym(e,t){let r=e.indexOf(t);r>-1&&e.splice(r,1)}var yl=(e,t,r)=>r>t?t:r<e?e:r;var Ey=()=>{},ql=()=>{};var Cc={};var p2=e=>/^-?(?:\d+(?:\.\d+)?|\.\d+)$/u.test(e);function m2(e){return typeof e=="object"&&e!==null}var h2=e=>/^0[^.\s]+$/u.test(e);function QS(e){let t;return()=>(t===void 0&&(t=e()),t)}var bi=e=>e;var SJt=(e,t)=>r=>t(e(r)),Qm=(...e)=>e.reduce(SJt);var Fp=(e,t,r)=>{let n=t-e;return n===0?1:(r-e)/n};var Dy=class{constructor(){this.subscriptions=[]}add(t){return YS(this.subscriptions,t),()=>Ym(this.subscriptions,t)}notify(t,r,n){let o=this.subscriptions.length;if(o)if(o===1)this.subscriptions[0](t,r,n);else for(let a=0;a<o;a++){let i=this.subscriptions[a];i&&i(t,r,n)}}getSize(){return this.subscriptions.length}clear(){this.subscriptions.length=0}};var Ji=e=>e*1e3,$l=e=>e/1e3;function g2(e,t){return t?e*(1e3/t):0}var KKe=(e,t,r)=>{let n=t-e;return((r-e)%n+n)%n+e};var XKe=(e,t,r)=>(((1-3*r+3*t)*e+(3*r-6*t))*e+3*t)*e,PJt=1e-7,IJt=12;function RJt(e,t,r,n,o){let a,i,s=0;do i=t+(r-t)/2,a=XKe(i,n,o)-e,a>0?r=i:t=i;while(Math.abs(a)>PJt&&++s<IJt);return i}function M0(e,t,r,n){if(e===t&&r===n)return bi;let o=a=>RJt(a,0,1,e,r);return a=>a===0||a===1?a:XKe(o(a),t,n)}var iW=e=>t=>t<=.5?e(2*t)/2:(2-e(2*(1-t)))/2;var sW=e=>t=>1-e(1-t);var lW=M0(.33,1.53,.69,.99),qN=sW(lW),v2=iW(qN);var y2=e=>(e*=2)<1?.5*qN(e):.5*(2-Math.pow(2,-10*(e-1)));var x2=e=>1-Math.sin(Math.acos(e)),b2=sW(x2),w2=iW(x2);var Nle=M0(.42,0,1,1),Mle=M0(0,0,.58,1),C2=M0(.42,0,.58,1);var S2=e=>Array.isArray(e)&&typeof e[0]!="number";function P2(e,t){return S2(e)?e[KKe(0,e.length,t)]:e}var I2=e=>Array.isArray(e)&&typeof e[0]=="number";var YKe={linear:bi,easeIn:Nle,easeInOut:C2,easeOut:Mle,circIn:x2,circInOut:w2,circOut:b2,backIn:qN,backInOut:v2,backOut:lW,anticipate:y2},kJt=e=>typeof e=="string",cW=e=>{if(I2(e)){ql(e.length===4,"Cubic bezier arrays must contain four numerical values.","cubic-bezier-length");let[t,r,n,o]=e;return M0(t,r,n,o)}else if(kJt(e))return ql(YKe[e]!==void 0,`Invalid easing type '${e}'`,"invalid-easing-type"),YKe[e];return e};var R2=["setup","read","resolveKeyframes","preUpdate","update","preRender","render","postRender"];var cd={value:null,addProjectionMetrics:null};function QKe(e,t){let r=new Set,n=new Set,o=!1,a=!1,i=new WeakSet,s={delta:0,timestamp:0,isProcessing:!1},l=0;function c(d){i.has(d)&&(u.schedule(d),e()),l++,d(s)}let u={schedule:(d,f=!1,p=!1)=>{let m=p&&o?r:n;return f&&i.add(d),m.has(d)||m.add(d),d},cancel:d=>{n.delete(d),i.delete(d)},process:d=>{if(s=d,o){a=!0;return}o=!0,[r,n]=[n,r],r.forEach(c),t&&cd.value&&cd.value.frameloop[t].push(l),l=0,r.clear(),o=!1,a&&(a=!1,u.process(d))}};return u}var NJt=40;function uW(e,t){let r=!1,n=!0,o={delta:0,timestamp:0,isProcessing:!1},a=()=>r=!0,i=R2.reduce((x,C)=>(x[C]=QKe(a,t?C:void 0),x),{}),{setup:s,read:l,resolveKeyframes:c,preUpdate:u,update:d,preRender:f,render:p,postRender:h}=i,m=()=>{let x=Cc.useManualTiming?o.timestamp:performance.now();r=!1,Cc.useManualTiming||(o.delta=n?1e3/60:Math.max(Math.min(x-o.timestamp,NJt),1)),o.timestamp=x,o.isProcessing=!0,s.process(o),l.process(o),c.process(o),u.process(o),d.process(o),f.process(o),p.process(o),h.process(o),o.isProcessing=!1,r&&t&&(n=!1,e(m))},g=()=>{r=!0,n=!0,o.isProcessing||e(m)};return{schedule:R2.reduce((x,C)=>{let b=i[C];return x[C]=(w,S=!1,P=!1)=>(r||g(),b.schedule(w,S,P)),x},{}),cancel:x=>{for(let C=0;C<R2.length;C++)i[R2[C]].cancel(x)},state:o,steps:i}}var{schedule:rn,cancel:Sc,state:Vi,steps:k2}=uW(typeof requestAnimationFrame<"u"?requestAnimationFrame:bi,!0);var dW;function MJt(){dW=void 0}var zi={now:()=>(dW===void 0&&zi.set(Vi.isProcessing||Cc.useManualTiming?Vi.timestamp:performance.now()),dW),set:e=>{dW=e,queueMicrotask(MJt)}};var Zm={layout:0,mainThread:0,waapi:0};var ZKe=e=>t=>typeof t=="string"&&t.startsWith(e),ZS=ZKe("--"),TJt=ZKe("var(--"),JS=e=>TJt(e)?AJt.test(e.split("/*")[0].trim()):!1,AJt=/var\(--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)$/iu;var Og={test:e=>typeof e=="number",parse:parseFloat,transform:e=>e},Oy={...Og,transform:e=>yl(0,1,e)},N2={...Og,default:1};var T0=e=>Math.round(e*1e5)/1e5;var $N=/-?(?:\d+(?:\.\d+)?|\.\d+)/gu;function JKe(e){return e==null}var e7e=/^(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))$/iu;var WN=(e,t)=>r=>!!(typeof r=="string"&&e7e.test(r)&&r.startsWith(e)||t&&!JKe(r)&&Object.prototype.hasOwnProperty.call(r,t)),fW=(e,t,r)=>n=>{if(typeof n!="string")return n;let[o,a,i,s]=n.match($N);return{[e]:parseFloat(o),[t]:parseFloat(a),[r]:parseFloat(i),alpha:s!==void 0?parseFloat(s):1}};var LJt=e=>yl(0,255,e),Tle={...Og,transform:e=>Math.round(LJt(e))},_g={test:WN("rgb","red"),parse:fW("red","green","blue"),transform:({red:e,green:t,blue:r,alpha:n=1})=>"rgba("+Tle.transform(e)+", "+Tle.transform(t)+", "+Tle.transform(r)+", "+T0(Oy.transform(n))+")"};function EJt(e){let t="",r="",n="",o="";return e.length>5?(t=e.substring(1,3),r=e.substring(3,5),n=e.substring(5,7),o=e.substring(7,9)):(t=e.substring(1,2),r=e.substring(2,3),n=e.substring(3,4),o=e.substring(4,5),t+=t,r+=r,n+=n,o+=o),{red:parseInt(t,16),green:parseInt(r,16),blue:parseInt(n,16),alpha:o?parseInt(o,16)/255:1}}var M2={test:WN("#"),parse:EJt,transform:_g.transform};var T2=e=>({test:t=>typeof t=="string"&&t.endsWith(e)&&t.split(" ").length===1,parse:parseFloat,transform:t=>`${t}${e}`}),Jm=T2("deg"),Pc=T2("%"),cr=T2("px"),Ale=T2("vh"),Lle=T2("vw"),pW=(()=>({...Pc,parse:e=>Pc.parse(e)/100,transform:e=>Pc.transform(e*100)}))();var A0={test:WN("hsl","hue"),parse:fW("hue","saturation","lightness"),transform:({hue:e,saturation:t,lightness:r,alpha:n=1})=>"hsla("+Math.round(e)+", "+Pc.transform(T0(t))+", "+Pc.transform(T0(r))+", "+T0(Oy.transform(n))+")"};var ei={test:e=>_g.test(e)||M2.test(e)||A0.test(e),parse:e=>_g.test(e)?_g.parse(e):A0.test(e)?A0.parse(e):M2.parse(e),transform:e=>typeof e=="string"?e:e.hasOwnProperty("red")?_g.transform(e):A0.transform(e),getAnimatableNone:e=>{let t=ei.parse(e);return t.alpha=0,ei.transform(t)}};var t7e=/(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))/giu;function DJt(e){return isNaN(e)&&typeof e=="string"&&(e.match($N)?.length||0)+(e.match(t7e)?.length||0)>0}var n7e="number",o7e="color",OJt="var",_Jt="var(",r7e="${}",FJt=/var\s*\(\s*--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)|#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\)|-?(?:\d+(?:\.\d+)?|\.\d+)/giu;function L0(e){let t=e.toString(),r=[],n={color:[],number:[],var:[]},o=[],a=0,s=t.replace(FJt,l=>(ei.test(l)?(n.color.push(a),o.push(o7e),r.push(ei.parse(l))):l.startsWith(_Jt)?(n.var.push(a),o.push(OJt),r.push(l)):(n.number.push(a),o.push(n7e),r.push(parseFloat(l))),++a,r7e)).split(r7e);return{values:r,split:s,indexes:n,types:o}}function a7e(e){return L0(e).values}function i7e(e){let{split:t,types:r}=L0(e),n=t.length;return o=>{let a="";for(let i=0;i<n;i++)if(a+=t[i],o[i]!==void 0){let s=r[i];s===n7e?a+=T0(o[i]):s===o7e?a+=ei.transform(o[i]):a+=o[i]}return a}}var BJt=e=>typeof e=="number"?0:ei.test(e)?ei.getAnimatableNone(e):e;function VJt(e){let t=a7e(e);return i7e(e)(t.map(BJt))}var Ic={test:DJt,parse:a7e,createTransformer:i7e,getAnimatableNone:VJt};function Ele(e,t,r){return r<0&&(r+=1),r>1&&(r-=1),r<1/6?e+(t-e)*6*r:r<1/2?t:r<2/3?e+(t-e)*(2/3-r)*6:e}function s7e({hue:e,saturation:t,lightness:r,alpha:n}){e/=360,t/=100,r/=100;let o=0,a=0,i=0;if(!t)o=a=i=r;else{let s=r<.5?r*(1+t):r+t-r*t,l=2*r-s;o=Ele(l,s,e+1/3),a=Ele(l,s,e),i=Ele(l,s,e-1/3)}return{red:Math.round(o*255),green:Math.round(a*255),blue:Math.round(i*255),alpha:n}}function GN(e,t){return r=>r>0?t:e}var Cn=(e,t,r)=>e+(t-e)*r;var Dle=(e,t,r)=>{let n=e*e,o=r*(t*t-n)+n;return o<0?0:Math.sqrt(o)},zJt=[M2,_g,A0],UJt=e=>zJt.find(t=>t.test(e));function l7e(e){let t=UJt(e);if(Ey(!!t,`'${e}' is not an animatable color. Use the equivalent color code instead.`,"color-not-animatable"),!t)return!1;let r=t.parse(e);return t===A0&&(r=s7e(r)),r}var Ole=(e,t)=>{let r=l7e(e),n=l7e(t);if(!r||!n)return GN(e,t);let o={...r};return a=>(o.red=Dle(r.red,n.red,a),o.green=Dle(r.green,n.green,a),o.blue=Dle(r.blue,n.blue,a),o.alpha=Cn(r.alpha,n.alpha,a),_g.transform(o))};var mW=new Set(["none","hidden"]);function c7e(e,t){return mW.has(e)?r=>r<=0?e:t:r=>r>=1?t:e}function HJt(e,t){return r=>Cn(e,t,r)}function hW(e){return typeof e=="number"?HJt:typeof e=="string"?JS(e)?GN:ei.test(e)?Ole:$Jt:Array.isArray(e)?u7e:typeof e=="object"?ei.test(e)?Ole:jJt:GN}function u7e(e,t){let r=[...e],n=r.length,o=e.map((a,i)=>hW(a)(a,t[i]));return a=>{for(let i=0;i<n;i++)r[i]=o[i](a);return r}}function jJt(e,t){let r={...e,...t},n={};for(let o in r)e[o]!==void 0&&t[o]!==void 0&&(n[o]=hW(e[o])(e[o],t[o]));return o=>{for(let a in n)r[a]=n[a](o);return r}}function qJt(e,t){let r=[],n={color:0,var:0,number:0};for(let o=0;o<t.values.length;o++){let a=t.types[o],i=e.indexes[a][n[a]],s=e.values[i]??0;r[o]=s,n[a]++}return r}var $Jt=(e,t)=>{let r=Ic.createTransformer(t),n=L0(e),o=L0(t);return n.indexes.var.length===o.indexes.var.length&&n.indexes.color.length===o.indexes.color.length&&n.indexes.number.length>=o.indexes.number.length?mW.has(e)&&!o.values.length||mW.has(t)&&!n.values.length?c7e(e,t):Qm(u7e(qJt(n,o),o.values),r):(Ey(!0,`Complex values '${e}' and '${t}' too different to mix. Ensure all colors are of the same type, and that each contains the same quantity of number and color values. Falling back to instant transition.`,"complex-values-different"),GN(e,t))};function gW(e,t,r){return typeof e=="number"&&typeof t=="number"&&typeof r=="number"?Cn(e,t,r):hW(e)(e,t)}var d7e=e=>{let t=({timestamp:r})=>e(r);return{start:(r=!0)=>rn.update(t,r),stop:()=>Sc(t),now:()=>Vi.isProcessing?Vi.timestamp:zi.now()}};var vW=(e,t,r=10)=>{let n="",o=Math.max(Math.round(t/r),2);for(let a=0;a<o;a++)n+=Math.round(e(a/(o-1))*1e4)/1e4+", ";return`linear(${n.substring(0,n.length-2)})`};function KN(e){let t=0,r=50,n=e.next(t);for(;!n.done&&t<2e4;)t+=r,n=e.next(t);return t>=2e4?1/0:t}function A2(e,t=100,r){let n=r({...e,keyframes:[0,t]}),o=Math.min(KN(n),2e4);return{type:"keyframes",ease:a=>n.next(o*a).value/t,duration:$l(o)}}var WJt=5;function yW(e,t,r){let n=Math.max(t-WJt,0);return g2(r-e(n),t-n)}var _a={stiffness:100,damping:10,mass:1,velocity:0,duration:800,bounce:.3,visualDuration:.3,restSpeed:{granular:.01,default:2},restDelta:{granular:.005,default:.5},minDuration:.01,maxDuration:10,minDamping:.05,maxDamping:1};var Fle=.001;function f7e({duration:e=_a.duration,bounce:t=_a.bounce,velocity:r=_a.velocity,mass:n=_a.mass}){let o,a;Ey(e<=Ji(_a.maxDuration),"Spring duration must be 10 seconds or less","spring-duration-limit");let i=1-t;i=yl(_a.minDamping,_a.maxDamping,i),e=yl(_a.minDuration,_a.maxDuration,$l(e)),i<1?(o=c=>{let u=c*i,d=u*e,f=u-r,p=xW(c,i),h=Math.exp(-d);return Fle-f/p*h},a=c=>{let d=c*i*e,f=d*r+r,p=Math.pow(i,2)*Math.pow(c,2)*e,h=Math.exp(-d),m=xW(Math.pow(c,2),i);return(-o(c)+Fle>0?-1:1)*((f-p)*h)/m}):(o=c=>{let u=Math.exp(-c*e),d=(c-r)*e+1;return-Fle+u*d},a=c=>{let u=Math.exp(-c*e),d=(r-c)*(e*e);return u*d});let s=5/e,l=KJt(o,a,s);if(e=Ji(e),isNaN(l))return{stiffness:_a.stiffness,damping:_a.damping,duration:e};{let c=Math.pow(l,2)*n;return{stiffness:c,damping:i*2*Math.sqrt(n*c),duration:e}}}var GJt=12;function KJt(e,t,r){let n=r;for(let o=1;o<GJt;o++)n=n-e(n)/t(n);return n}function xW(e,t){return e*Math.sqrt(1-t*t)}var XJt=["duration","bounce"],YJt=["stiffness","damping","mass"];function p7e(e,t){return t.some(r=>e[r]!==void 0)}function QJt(e){let t={velocity:_a.velocity,stiffness:_a.stiffness,damping:_a.damping,mass:_a.mass,isResolvedFromDuration:!1,...e};if(!p7e(e,YJt)&&p7e(e,XJt))if(e.visualDuration){let r=e.visualDuration,n=2*Math.PI/(r*1.2),o=n*n,a=2*yl(.05,1,1-(e.bounce||0))*Math.sqrt(o);t={...t,mass:_a.mass,stiffness:o,damping:a}}else{let r=f7e(e);t={...t,...r,mass:_a.mass},t.isResolvedFromDuration=!0}return t}function _y(e=_a.visualDuration,t=_a.bounce){let r=typeof e!="object"?{visualDuration:e,keyframes:[0,1],bounce:t}:e,{restSpeed:n,restDelta:o}=r,a=r.keyframes[0],i=r.keyframes[r.keyframes.length-1],s={done:!1,value:a},{stiffness:l,damping:c,mass:u,duration:d,velocity:f,isResolvedFromDuration:p}=QJt({...r,velocity:-$l(r.velocity||0)}),h=f||0,m=c/(2*Math.sqrt(l*u)),g=i-a,v=$l(Math.sqrt(l/u)),y=Math.abs(g)<5;n||(n=y?_a.restSpeed.granular:_a.restSpeed.default),o||(o=y?_a.restDelta.granular:_a.restDelta.default);let x;if(m<1){let b=xW(v,m);x=w=>{let S=Math.exp(-m*v*w);return i-S*((h+m*v*g)/b*Math.sin(b*w)+g*Math.cos(b*w))}}else if(m===1)x=b=>i-Math.exp(-v*b)*(g+(h+v*g)*b);else{let b=v*Math.sqrt(m*m-1);x=w=>{let S=Math.exp(-m*v*w),P=Math.min(b*w,300);return i-S*((h+m*v*g)*Math.sinh(P)+b*g*Math.cosh(P))/b}}let C={calculatedDuration:p&&d||null,next:b=>{let w=x(b);if(p)s.done=b>=d;else{let S=b===0?h:0;m<1&&(S=b===0?Ji(h):yW(x,b,w));let P=Math.abs(S)<=n,N=Math.abs(i-w)<=o;s.done=P&&N}return s.value=s.done?i:w,s},toString:()=>{let b=Math.min(KN(C),2e4),w=vW(S=>C.next(b*S).value,b,30);return b+"ms "+w},toTransition:()=>{}};return C}_y.applyToOptions=e=>{let t=A2(e,100,_y);return e.ease=t.ease,e.duration=Ji(t.duration),e.type="keyframes",e};function L2({keyframes:e,velocity:t=0,power:r=.8,timeConstant:n=325,bounceDamping:o=10,bounceStiffness:a=500,modifyTarget:i,min:s,max:l,restDelta:c=.5,restSpeed:u}){let d=e[0],f={done:!1,value:d},p=P=>s!==void 0&&P<s||l!==void 0&&P>l,h=P=>s===void 0?l:l===void 0||Math.abs(s-P)<Math.abs(l-P)?s:l,m=r*t,g=d+m,v=i===void 0?g:i(g);v!==g&&(m=v-d);let y=P=>-m*Math.exp(-P/n),x=P=>v+y(P),C=P=>{let N=y(P),D=x(P);f.done=Math.abs(N)<=c,f.value=f.done?v:D},b,w,S=P=>{p(f.value)&&(b=P,w=_y({keyframes:[f.value,h(f.value)],velocity:yW(x,P,f.value),damping:o,stiffness:a,restDelta:c,restSpeed:u}))};return S(0),{calculatedDuration:null,next:P=>{let N=!1;return!w&&b===void 0&&(N=!0,C(P),S(P)),b!==void 0&&P>=b?w.next(P-b):(!N&&C(P),f)}}}function ZJt(e,t,r){let n=[],o=r||Cc.mix||gW,a=e.length-1;for(let i=0;i<a;i++){let s=o(e[i],e[i+1]);if(t){let l=Array.isArray(t)?t[i]||bi:t;s=Qm(l,s)}n.push(s)}return n}function bW(e,t,{clamp:r=!0,ease:n,mixer:o}={}){let a=e.length;if(ql(a===t.length,"Both input and output ranges must be the same length","range-length"),a===1)return()=>t[0];if(a===2&&t[0]===t[1])return()=>t[1];let i=e[0]===e[1];e[0]>e[a-1]&&(e=[...e].reverse(),t=[...t].reverse());let s=ZJt(t,n,o),l=s.length,c=u=>{if(i&&u<e[0])return t[0];let d=0;if(l>1)for(;d<e.length-2&&!(u<e[d+1]);d++);let f=Fp(e[d],e[d+1],u);return s[d](f)};return r?u=>c(yl(e[0],e[a-1],u)):c}function E2(e,t){let r=e[e.length-1];for(let n=1;n<=t;n++){let o=Fp(0,t,n);e.push(Cn(r,1,o))}}function D2(e){let t=[0];return E2(t,e.length-1),t}function m7e(e,t){return e.map(r=>r*t)}function JJt(e,t){return e.map(()=>t||C2).splice(0,e.length-1)}function e1({duration:e=300,keyframes:t,times:r,ease:n="easeInOut"}){let o=S2(n)?n.map(cW):cW(n),a={done:!1,value:t[0]},i=m7e(r&&r.length===t.length?r:D2(t),e),s=bW(i,t,{ease:Array.isArray(o)?o:JJt(t,o)});return{calculatedDuration:e,next:l=>(a.value=s(l),a.done=l>=e,a)}}var eer=e=>e!==null;function XN(e,{repeat:t,repeatType:r="loop"},n,o=1){let a=e.filter(eer),s=o<0||t&&r!=="loop"&&t%2===1?0:a.length-1;return!s||n===void 0?a[s]:n}var ter={decay:L2,inertia:L2,tween:e1,keyframes:e1,spring:_y};function wW(e){typeof e.type=="string"&&(e.type=ter[e.type])}var E0=class{constructor(){this.updateFinished()}get finished(){return this._finished}updateFinished(){this._finished=new Promise(t=>{this.resolve=t})}notifyFinished(){this.resolve()}then(t,r){return this.finished.then(t,r)}};var rer=e=>e/100,Fy=class extends E0{constructor(t){super(),this.state="idle",this.startTime=null,this.isStopped=!1,this.currentTime=0,this.holdTime=null,this.playbackSpeed=1,this.stop=()=>{let{motionValue:r}=this.options;r&&r.updatedAt!==zi.now()&&this.tick(zi.now()),this.isStopped=!0,this.state!=="idle"&&(this.teardown(),this.options.onStop?.())},Zm.mainThread++,this.options=t,this.initAnimation(),this.play(),t.autoplay===!1&&this.pause()}initAnimation(){let{options:t}=this;wW(t);let{type:r=e1,repeat:n=0,repeatDelay:o=0,repeatType:a,velocity:i=0}=t,{keyframes:s}=t,l=r||e1;l!==e1&&typeof s[0]!="number"&&(this.mixKeyframes=Qm(rer,gW(s[0],s[1])),s=[0,100]);let c=l({...t,keyframes:s});a==="mirror"&&(this.mirroredGenerator=l({...t,keyframes:[...s].reverse(),velocity:-i})),c.calculatedDuration===null&&(c.calculatedDuration=KN(c));let{calculatedDuration:u}=c;this.calculatedDuration=u,this.resolvedDuration=u+o,this.totalDuration=this.resolvedDuration*(n+1)-o,this.generator=c}updateTime(t){let r=Math.round(t-this.startTime)*this.playbackSpeed;this.holdTime!==null?this.currentTime=this.holdTime:this.currentTime=r}tick(t,r=!1){let{generator:n,totalDuration:o,mixKeyframes:a,mirroredGenerator:i,resolvedDuration:s,calculatedDuration:l}=this;if(this.startTime===null)return n.next(0);let{delay:c=0,keyframes:u,repeat:d,repeatType:f,repeatDelay:p,type:h,onUpdate:m,finalKeyframe:g}=this.options;this.speed>0?this.startTime=Math.min(this.startTime,t):this.speed<0&&(this.startTime=Math.min(t-o/this.speed,this.startTime)),r?this.currentTime=t:this.updateTime(t);let v=this.currentTime-c*(this.playbackSpeed>=0?1:-1),y=this.playbackSpeed>=0?v<0:v>o;this.currentTime=Math.max(v,0),this.state==="finished"&&this.holdTime===null&&(this.currentTime=o);let x=this.currentTime,C=n;if(d){let P=Math.min(this.currentTime,o)/s,N=Math.floor(P),D=P%1;!D&&P>=1&&(D=1),D===1&&N--,N=Math.min(N,d+1),!!(N%2)&&(f==="reverse"?(D=1-D,p&&(D-=p/s)):f==="mirror"&&(C=i)),x=yl(0,1,D)*s}let b=y?{done:!1,value:u[0]}:C.next(x);a&&(b.value=a(b.value));let{done:w}=b;!y&&l!==null&&(w=this.playbackSpeed>=0?this.currentTime>=o:this.currentTime<=0);let S=this.holdTime===null&&(this.state==="finished"||this.state==="running"&&w);return S&&h!==L2&&(b.value=XN(u,this.options,g,this.speed)),m&&m(b.value),S&&this.finish(),b}then(t,r){return this.finished.then(t,r)}get duration(){return $l(this.calculatedDuration)}get time(){return $l(this.currentTime)}set time(t){t=Ji(t),this.currentTime=t,this.startTime===null||this.holdTime!==null||this.playbackSpeed===0?this.holdTime=t:this.driver&&(this.startTime=this.driver.now()-t/this.playbackSpeed),this.driver?.start(!1)}get speed(){return this.playbackSpeed}set speed(t){this.updateTime(zi.now());let r=this.playbackSpeed!==t;this.playbackSpeed=t,r&&(this.time=$l(this.currentTime))}play(){if(this.isStopped)return;let{driver:t=d7e,startTime:r}=this.options;this.driver||(this.driver=t(o=>this.tick(o))),this.options.onPlay?.();let n=this.driver.now();this.state==="finished"?(this.updateFinished(),this.startTime=n):this.holdTime!==null?this.startTime=n-this.holdTime:this.startTime||(this.startTime=r??n),this.state==="finished"&&this.speed<0&&(this.startTime+=this.calculatedDuration),this.holdTime=null,this.state="running",this.driver.start()}pause(){this.state="paused",this.updateTime(zi.now()),this.holdTime=this.currentTime}complete(){this.state!=="running"&&this.play(),this.state="finished",this.holdTime=null}finish(){this.notifyFinished(),this.teardown(),this.state="finished",this.options.onComplete?.()}cancel(){this.holdTime=null,this.startTime=0,this.tick(0),this.teardown(),this.options.onCancel?.()}teardown(){this.state="idle",this.stopDriver(),this.startTime=this.holdTime=null,Zm.mainThread--}stopDriver(){this.driver&&(this.driver.stop(),this.driver=void 0)}sample(t){return this.startTime=0,this.tick(t,!0)}attachTimeline(t){return this.options.allowFlatten&&(this.options.type="keyframes",this.options.ease="linear",this.initAnimation()),this.driver?.stop(),t.observe(this)}};function h7e(e){for(let t=1;t<e.length;t++)e[t]??(e[t]=e[t-1])}var t1=e=>e*180/Math.PI,Ble=e=>{let t=t1(Math.atan2(e[1],e[0]));return Vle(t)},ner={x:4,y:5,translateX:4,translateY:5,scaleX:0,scaleY:3,scale:e=>(Math.abs(e[0])+Math.abs(e[3]))/2,rotate:Ble,rotateZ:Ble,skewX:e=>t1(Math.atan(e[1])),skewY:e=>t1(Math.atan(e[2])),skew:e=>(Math.abs(e[1])+Math.abs(e[2]))/2},Vle=e=>(e=e%360,e<0&&(e+=360),e),g7e=Ble,v7e=e=>Math.sqrt(e[0]*e[0]+e[1]*e[1]),y7e=e=>Math.sqrt(e[4]*e[4]+e[5]*e[5]),oer={x:12,y:13,z:14,translateX:12,translateY:13,translateZ:14,scaleX:v7e,scaleY:y7e,scale:e=>(v7e(e)+y7e(e))/2,rotateX:e=>Vle(t1(Math.atan2(e[6],e[5]))),rotateY:e=>Vle(t1(Math.atan2(-e[2],e[0]))),rotateZ:g7e,rotate:g7e,skewX:e=>t1(Math.atan(e[4])),skewY:e=>t1(Math.atan(e[1])),skew:e=>(Math.abs(e[1])+Math.abs(e[4]))/2};function O2(e){return e.includes("scale")?1:0}function _2(e,t){if(!e||e==="none")return O2(t);let r=e.match(/^matrix3d\(([-\d.e\s,]+)\)$/u),n,o;if(r)n=oer,o=r;else{let s=e.match(/^matrix\(([-\d.e\s,]+)\)$/u);n=ner,o=s}if(!o)return O2(t);let a=n[t],i=o[1].split(",").map(aer);return typeof a=="function"?a(i):i[a]}var zle=(e,t)=>{let{transform:r="none"}=getComputedStyle(e);return _2(r,t)};function aer(e){return parseFloat(e.trim())}var eh=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],vf=(()=>new Set(eh))();var Ule=e=>e===Og||e===cr,ier=new Set(["x","y","z"]),ser=eh.filter(e=>!ier.has(e));function x7e(e){let t=[];return ser.forEach(r=>{let n=e.getValue(r);n!==void 0&&(t.push([r,n.get()]),n.set(r.startsWith("scale")?1:0))}),t}var D0={width:({x:e},{paddingLeft:t="0",paddingRight:r="0"})=>e.max-e.min-parseFloat(t)-parseFloat(r),height:({y:e},{paddingTop:t="0",paddingBottom:r="0"})=>e.max-e.min-parseFloat(t)-parseFloat(r),top:(e,{top:t})=>parseFloat(t),left:(e,{left:t})=>parseFloat(t),bottom:({y:e},{top:t})=>parseFloat(t)+(e.max-e.min),right:({x:e},{left:t})=>parseFloat(t)+(e.max-e.min),x:(e,{transform:t})=>_2(t,"x"),y:(e,{transform:t})=>_2(t,"y")};D0.translateX=D0.x;D0.translateY=D0.y;var r1=new Set,Hle=!1,jle=!1,qle=!1;function b7e(){if(jle){let e=Array.from(r1).filter(n=>n.needsMeasurement),t=new Set(e.map(n=>n.element)),r=new Map;t.forEach(n=>{let o=x7e(n);o.length&&(r.set(n,o),n.render())}),e.forEach(n=>n.measureInitialState()),t.forEach(n=>{n.render();let o=r.get(n);o&&o.forEach(([a,i])=>{n.getValue(a)?.set(i)})}),e.forEach(n=>n.measureEndState()),e.forEach(n=>{n.suspendedScrollY!==void 0&&window.scrollTo(0,n.suspendedScrollY)})}jle=!1,Hle=!1,r1.forEach(e=>e.complete(qle)),r1.clear()}function w7e(){r1.forEach(e=>{e.readKeyframes(),e.needsMeasurement&&(jle=!0)})}function $le(){qle=!0,w7e(),b7e(),qle=!1}var By=class{constructor(t,r,n,o,a,i=!1){this.state="pending",this.isAsync=!1,this.needsMeasurement=!1,this.unresolvedKeyframes=[...t],this.onComplete=r,this.name=n,this.motionValue=o,this.element=a,this.isAsync=i}scheduleResolve(){this.state="scheduled",this.isAsync?(r1.add(this),Hle||(Hle=!0,rn.read(w7e),rn.resolveKeyframes(b7e))):(this.readKeyframes(),this.complete())}readKeyframes(){let{unresolvedKeyframes:t,name:r,element:n,motionValue:o}=this;if(t[0]===null){let a=o?.get(),i=t[t.length-1];if(a!==void 0)t[0]=a;else if(n&&r){let s=n.readValue(r,i);s!=null&&(t[0]=s)}t[0]===void 0&&(t[0]=i),o&&a===void 0&&o.set(t[0])}h7e(t)}setFinalKeyframe(){}measureInitialState(){}renderEndStyles(){}measureEndState(){}complete(t=!1){this.state="complete",this.onComplete(this.unresolvedKeyframes,this.finalKeyframe,t),r1.delete(this)}cancel(){this.state==="scheduled"&&(r1.delete(this),this.state="pending")}resume(){this.state==="pending"&&this.scheduleResolve()}};var C7e=e=>e.startsWith("--");function S7e(e,t,r){C7e(t)?e.style.setProperty(t,r):e.style[t]=r}var P7e=QS(()=>window.ScrollTimeline!==void 0);var I7e={};function R7e(e,t){let r=QS(e);return()=>I7e[t]??r()}var CW=R7e(()=>{try{document.createElement("div").animate({opacity:0},{easing:"linear(0, 1)"})}catch{return!1}return!0},"linearEasing");var n1=([e,t,r,n])=>`cubic-bezier(${e}, ${t}, ${r}, ${n})`;var Wle={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:n1([0,.65,.55,1]),circOut:n1([.55,0,1,.45]),backIn:n1([.31,.01,.66,-.59]),backOut:n1([.33,1.53,.69,.99])};function Gle(e,t){if(e)return typeof e=="function"?CW()?vW(e,t):"ease-out":I2(e)?n1(e):Array.isArray(e)?e.map(r=>Gle(r,t)||Wle.easeOut):Wle[e]}function k7e(e,t,r,{delay:n=0,duration:o=300,repeat:a=0,repeatType:i="loop",ease:s="easeOut",times:l}={},c=void 0){let u={[t]:r};l&&(u.offset=l);let d=Gle(s,o);Array.isArray(d)&&(u.easing=d),cd.value&&Zm.waapi++;let f={delay:n,duration:o,easing:Array.isArray(d)?"linear":d,fill:"both",iterations:a+1,direction:i==="reverse"?"alternate":"normal"};c&&(f.pseudoElement=c);let p=e.animate(u,f);return cd.value&&p.finished.finally(()=>{Zm.waapi--}),p}function o1(e){return typeof e=="function"&&"applyToOptions"in e}function N7e({type:e,...t}){return o1(e)&&CW()?e.applyToOptions(t):(t.duration??(t.duration=300),t.ease??(t.ease="easeOut"),t)}var SW=class extends E0{constructor(t){if(super(),this.finishedTime=null,this.isStopped=!1,!t)return;let{element:r,name:n,keyframes:o,pseudoElement:a,allowFlatten:i=!1,finalKeyframe:s,onComplete:l}=t;this.isPseudoElement=!!a,this.allowFlatten=i,this.options=t,ql(typeof t.type!="string",`Mini animate() doesn't support "type" as a string.`,"mini-spring");let c=N7e(t);this.animation=k7e(r,n,o,c,a),c.autoplay===!1&&this.animation.pause(),this.animation.onfinish=()=>{if(this.finishedTime=this.time,!a){let u=XN(o,this.options,s,this.speed);this.updateMotionValue?this.updateMotionValue(u):S7e(r,n,u),this.animation.cancel()}l?.(),this.notifyFinished()}}play(){this.isStopped||(this.animation.play(),this.state==="finished"&&this.updateFinished())}pause(){this.animation.pause()}complete(){this.animation.finish?.()}cancel(){try{this.animation.cancel()}catch{}}stop(){if(this.isStopped)return;this.isStopped=!0;let{state:t}=this;t==="idle"||t==="finished"||(this.updateMotionValue?this.updateMotionValue():this.commitStyles(),this.isPseudoElement||this.cancel())}commitStyles(){this.isPseudoElement||this.animation.commitStyles?.()}get duration(){let t=this.animation.effect?.getComputedTiming?.().duration||0;return $l(Number(t))}get time(){return $l(Number(this.animation.currentTime)||0)}set time(t){this.finishedTime=null,this.animation.currentTime=Ji(t)}get speed(){return this.animation.playbackRate}set speed(t){t<0&&(this.finishedTime=null),this.animation.playbackRate=t}get state(){return this.finishedTime!==null?"finished":this.animation.playState}get startTime(){return Number(this.animation.startTime)}set startTime(t){this.animation.startTime=t}attachTimeline({timeline:t,observe:r}){return this.allowFlatten&&this.animation.effect?.updateTiming({easing:"linear"}),this.animation.onfinish=null,t&&P7e()?(this.animation.timeline=t,bi):r(this)}};var M7e={anticipate:y2,backInOut:v2,circInOut:w2};function ler(e){return e in M7e}function T7e(e){typeof e.ease=="string"&&ler(e.ease)&&(e.ease=M7e[e.ease])}var A7e=10,PW=class extends SW{constructor(t){T7e(t),wW(t),super(t),t.startTime&&(this.startTime=t.startTime),this.options=t}updateMotionValue(t){let{motionValue:r,onUpdate:n,onComplete:o,element:a,...i}=this.options;if(!r)return;if(t!==void 0){r.set(t);return}let s=new Fy({...i,autoplay:!1}),l=Ji(this.finishedTime??this.time);r.setWithVelocity(s.sample(l-A7e).value,s.sample(l).value,A7e),s.stop()}};var Kle=(e,t)=>t==="zIndex"?!1:!!(typeof e=="number"||Array.isArray(e)||typeof e=="string"&&(Ic.test(e)||e==="0")&&!e.startsWith("url("));function cer(e){let t=e[0];if(e.length===1)return!0;for(let r=0;r<e.length;r++)if(e[r]!==t)return!0}function L7e(e,t,r,n){let o=e[0];if(o===null)return!1;if(t==="display"||t==="visibility")return!0;let a=e[e.length-1],i=Kle(o,t),s=Kle(a,t);return Ey(i===s,`You are trying to animate ${t} from "${o}" to "${a}". "${i?a:o}" is not an animatable value.`,"value-not-animatable"),!i||!s?!1:cer(e)||(r==="spring"||o1(r))&&n}function YN(e){e.duration=0,e.type}var uer=new Set(["opacity","clipPath","filter","transform"]),der=QS(()=>Object.hasOwnProperty.call(Element.prototype,"animate"));function E7e(e){let{motionValue:t,name:r,repeatDelay:n,repeatType:o,damping:a,type:i}=e;if(!(t?.owner?.current instanceof HTMLElement))return!1;let{onUpdate:l,transformTemplate:c}=t.owner.getProps();return der()&&r&&uer.has(r)&&(r!=="transform"||!c)&&!l&&!n&&o!=="mirror"&&a!==0&&i!=="inertia"}var fer=40,F2=class extends E0{constructor({autoplay:t=!0,delay:r=0,type:n="keyframes",repeat:o=0,repeatDelay:a=0,repeatType:i="loop",keyframes:s,name:l,motionValue:c,element:u,...d}){super(),this.stop=()=>{this._animation&&(this._animation.stop(),this.stopTimeline?.()),this.keyframeResolver?.cancel()},this.createdAt=zi.now();let f={autoplay:t,delay:r,type:n,repeat:o,repeatDelay:a,repeatType:i,name:l,motionValue:c,element:u,...d},p=u?.KeyframeResolver||By;this.keyframeResolver=new p(s,(h,m,g)=>this.onKeyframesResolved(h,m,f,!g),l,c,u),this.keyframeResolver?.scheduleResolve()}onKeyframesResolved(t,r,n,o){this.keyframeResolver=void 0;let{name:a,type:i,velocity:s,delay:l,isHandoff:c,onUpdate:u}=n;this.resolvedAt=zi.now(),L7e(t,a,i,s)||((Cc.instantAnimations||!l)&&u?.(XN(t,n,r)),t[0]=t[t.length-1],YN(n),n.repeat=0);let f={startTime:o?this.resolvedAt?this.resolvedAt-this.createdAt>fer?this.resolvedAt:this.createdAt:this.createdAt:void 0,finalKeyframe:r,...n,keyframes:t},p=!c&&E7e(f)?new PW({...f,element:f.motionValue.owner.current}):new Fy(f);p.finished.then(()=>this.notifyFinished()).catch(bi),this.pendingTimeline&&(this.stopTimeline=p.attachTimeline(this.pendingTimeline),this.pendingTimeline=void 0),this._animation=p}get finished(){return this._animation?this.animation.finished:this._finished}then(t,r){return this.finished.finally(t).then(()=>{})}get animation(){return this._animation||(this.keyframeResolver?.resume(),$le()),this._animation}get duration(){return this.animation.duration}get time(){return this.animation.time}set time(t){this.animation.time=t}get speed(){return this.animation.speed}get state(){return this.animation.state}set speed(t){this.animation.speed=t}get startTime(){return this.animation.startTime}attachTimeline(t){return this._animation?this.stopTimeline=this.animation.attachTimeline(t):this.pendingTimeline=t,()=>this.stop()}play(){this.animation.play()}pause(){this.animation.pause()}complete(){this.animation.complete()}cancel(){this._animation&&this.animation.cancel(),this.keyframeResolver?.cancel()}};var IW=class{constructor(t){this.stop=()=>this.runAll("stop"),this.animations=t.filter(Boolean)}get finished(){return Promise.all(this.animations.map(t=>t.finished))}getAll(t){return this.animations[0][t]}setAll(t,r){for(let n=0;n<this.animations.length;n++)this.animations[n][t]=r}attachTimeline(t){let r=this.animations.map(n=>n.attachTimeline(t));return()=>{r.forEach((n,o)=>{n&&n(),this.animations[o].stop()})}}get time(){return this.getAll("time")}set time(t){this.setAll("time",t)}get speed(){return this.getAll("speed")}set speed(t){this.setAll("speed",t)}get state(){return this.getAll("state")}get startTime(){return this.getAll("startTime")}get duration(){let t=0;for(let r=0;r<this.animations.length;r++)t=Math.max(t,this.animations[r].duration);return t}runAll(t){this.animations.forEach(r=>r[t]())}play(){this.runAll("play")}pause(){this.runAll("pause")}cancel(){this.runAll("cancel")}complete(){this.runAll("complete")}};var B2=class extends IW{then(t,r){return this.finished.finally(t).then(()=>{})}};var per=/^var\(--(?:([\w-]+)|([\w-]+), ?([a-zA-Z\d ()%#.,-]+))\)/u;function mer(e){let t=per.exec(e);if(!t)return[,];let[,r,n,o]=t;return[`--${r??n}`,o]}var her=4;function Xle(e,t,r=1){ql(r<=her,`Max CSS variable fallback depth detected in property "${e}". This may indicate a circular fallback dependency.`,"max-css-var-depth");let[n,o]=mer(e);if(!n)return;let a=window.getComputedStyle(t).getPropertyValue(n);if(a){let i=a.trim();return p2(i)?parseFloat(i):i}return JS(o)?Xle(o,t,r+1):o}function a1(e,t){return e?.[t]??e?.default??e}var V2=new Set(["width","height","top","left","right","bottom",...eh]);var D7e={test:e=>e==="auto",parse:e=>e};var RW=e=>t=>t.test(e);var Yle=[Og,cr,Pc,Jm,Lle,Ale,D7e],Qle=e=>Yle.find(RW(e));function O7e(e){return typeof e=="number"?e===0:e!==null?e==="none"||e==="0"||h2(e):!0}var ger=new Set(["brightness","contrast","saturate","opacity"]);function ver(e){let[t,r]=e.slice(0,-1).split("(");if(t==="drop-shadow")return e;let[n]=r.match($N)||[];if(!n)return e;let o=r.replace(n,""),a=ger.has(t)?1:0;return n!==r&&(a*=100),t+"("+a+o+")"}var yer=/\b([a-z-]*)\(.*?\)/gu,z2={...Ic,getAnimatableNone:e=>{let t=e.match(yer);return t?t.map(ver).join(" "):e}};var Zle={...Og,transform:Math.round};var _7e={rotate:Jm,rotateX:Jm,rotateY:Jm,rotateZ:Jm,scale:N2,scaleX:N2,scaleY:N2,scaleZ:N2,skew:Jm,skewX:Jm,skewY:Jm,distance:cr,translateX:cr,translateY:cr,translateZ:cr,x:cr,y:cr,z:cr,perspective:cr,transformPerspective:cr,opacity:Oy,originX:pW,originY:pW,originZ:cr};var i1={borderWidth:cr,borderTopWidth:cr,borderRightWidth:cr,borderBottomWidth:cr,borderLeftWidth:cr,borderRadius:cr,radius:cr,borderTopLeftRadius:cr,borderTopRightRadius:cr,borderBottomRightRadius:cr,borderBottomLeftRadius:cr,width:cr,maxWidth:cr,height:cr,maxHeight:cr,top:cr,right:cr,bottom:cr,left:cr,padding:cr,paddingTop:cr,paddingRight:cr,paddingBottom:cr,paddingLeft:cr,margin:cr,marginTop:cr,marginRight:cr,marginBottom:cr,marginLeft:cr,backgroundPositionX:cr,backgroundPositionY:cr,..._7e,zIndex:Zle,fillOpacity:Oy,strokeOpacity:Oy,numOctaves:Zle};var F7e={...i1,color:ei,backgroundColor:ei,outlineColor:ei,fill:ei,stroke:ei,borderColor:ei,borderTopColor:ei,borderRightColor:ei,borderBottomColor:ei,borderLeftColor:ei,filter:z2,WebkitFilter:z2},U2=e=>F7e[e];function H2(e,t){let r=U2(e);return r!==z2&&(r=Ic),r.getAnimatableNone?r.getAnimatableNone(t):void 0}var xer=new Set(["auto","none","0"]);function B7e(e,t,r){let n=0,o;for(;n<e.length&&!o;){let a=e[n];typeof a=="string"&&!xer.has(a)&&L0(a).values.length&&(o=e[n]),n++}if(o&&r)for(let a of t)e[a]=H2(r,o)}var j2=class extends By{constructor(t,r,n,o,a){super(t,r,n,o,a,!0)}readKeyframes(){let{unresolvedKeyframes:t,element:r,name:n}=this;if(!r||!r.current)return;super.readKeyframes();for(let l=0;l<t.length;l++){let c=t[l];if(typeof c=="string"&&(c=c.trim(),JS(c))){let u=Xle(c,r.current);u!==void 0&&(t[l]=u),l===t.length-1&&(this.finalKeyframe=c)}}if(this.resolveNoneKeyframes(),!V2.has(n)||t.length!==2)return;let[o,a]=t,i=Qle(o),s=Qle(a);if(i!==s)if(Ule(i)&&Ule(s))for(let l=0;l<t.length;l++){let c=t[l];typeof c=="string"&&(t[l]=parseFloat(c))}else D0[n]&&(this.needsMeasurement=!0)}resolveNoneKeyframes(){let{unresolvedKeyframes:t,name:r}=this,n=[];for(let o=0;o<t.length;o++)(t[o]===null||O7e(t[o]))&&n.push(o);n.length&&B7e(t,n,r)}measureInitialState(){let{element:t,unresolvedKeyframes:r,name:n}=this;if(!t||!t.current)return;n==="height"&&(this.suspendedScrollY=window.pageYOffset),this.measuredOrigin=D0[n](t.measureViewportBox(),window.getComputedStyle(t.current)),r[0]=this.measuredOrigin;let o=r[r.length-1];o!==void 0&&t.getValue(n,o).jump(o,!1)}measureEndState(){let{element:t,name:r,unresolvedKeyframes:n}=this;if(!t||!t.current)return;let o=t.getValue(r);o&&o.jump(this.measuredOrigin,!1);let a=n.length-1,i=n[a];n[a]=D0[r](t.measureViewportBox(),window.getComputedStyle(t.current)),i!==null&&this.finalKeyframe===void 0&&(this.finalKeyframe=i),this.removedTransforms?.length&&this.removedTransforms.forEach(([s,l])=>{t.getValue(s).set(l)}),this.resolveNoneKeyframes()}};function q2(e,t,r){if(e instanceof EventTarget)return[e];if(typeof e=="string"){let n=document;t&&(n=t.current);let o=r?.[e]??n.querySelectorAll(e);return o?Array.from(o):[]}return Array.from(e)}var $2=(e,t)=>t&&typeof e=="number"?t.transform(e):e;function W2(e){return m2(e)&&"offsetHeight"in e}var V7e=30,ber=e=>!isNaN(parseFloat(e)),s1={current:void 0},kW=class{constructor(t,r={}){this.canTrackVelocity=null,this.events={},this.updateAndNotify=n=>{let o=zi.now();if(this.updatedAt!==o&&this.setPrevFrameValue(),this.prev=this.current,this.setCurrent(n),this.current!==this.prev&&(this.events.change?.notify(this.current),this.dependents))for(let a of this.dependents)a.dirty()},this.hasAnimated=!1,this.setCurrent(t),this.owner=r.owner}setCurrent(t){this.current=t,this.updatedAt=zi.now(),this.canTrackVelocity===null&&t!==void 0&&(this.canTrackVelocity=ber(this.current))}setPrevFrameValue(t=this.current){this.prevFrameValue=t,this.prevUpdatedAt=this.updatedAt}onChange(t){return this.on("change",t)}on(t,r){this.events[t]||(this.events[t]=new Dy);let n=this.events[t].add(r);return t==="change"?()=>{n(),rn.read(()=>{this.events.change.getSize()||this.stop()})}:n}clearListeners(){for(let t in this.events)this.events[t].clear()}attach(t,r){this.passiveEffect=t,this.stopPassiveEffect=r}set(t){this.passiveEffect?this.passiveEffect(t,this.updateAndNotify):this.updateAndNotify(t)}setWithVelocity(t,r,n){this.set(r),this.prev=void 0,this.prevFrameValue=t,this.prevUpdatedAt=this.updatedAt-n}jump(t,r=!0){this.updateAndNotify(t),this.prev=t,this.prevUpdatedAt=this.prevFrameValue=void 0,r&&this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}dirty(){this.events.change?.notify(this.current)}addDependent(t){this.dependents||(this.dependents=new Set),this.dependents.add(t)}removeDependent(t){this.dependents&&this.dependents.delete(t)}get(){return s1.current&&s1.current.push(this),this.current}getPrevious(){return this.prev}getVelocity(){let t=zi.now();if(!this.canTrackVelocity||this.prevFrameValue===void 0||t-this.updatedAt>V7e)return 0;let r=Math.min(this.updatedAt-this.prevUpdatedAt,V7e);return g2(parseFloat(this.current)-parseFloat(this.prevFrameValue),r)}start(t){return this.stop(),new Promise(r=>{this.hasAnimated=!0,this.animation=t(r),this.events.animationStart&&this.events.animationStart.notify()}).then(()=>{this.events.animationComplete&&this.events.animationComplete.notify(),this.clearAnimation()})}stop(){this.animation&&(this.animation.stop(),this.events.animationCancel&&this.events.animationCancel.notify()),this.clearAnimation()}isAnimating(){return!!this.animation}clearAnimation(){delete this.animation}destroy(){this.dependents?.clear(),this.events.destroy?.notify(),this.clearListeners(),this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}};function ud(e,t){return new kW(e,t)}var{schedule:l1,cancel:wer}=uW(queueMicrotask,!1);var Bp={x:!1,y:!1};function NW(){return Bp.x||Bp.y}function Jle(e){return e==="x"||e==="y"?Bp[e]?null:(Bp[e]=!0,()=>{Bp[e]=!1}):Bp.x||Bp.y?null:(Bp.x=Bp.y=!0,()=>{Bp.x=Bp.y=!1})}function MW(e,t){let r=q2(e),n=new AbortController,o={passive:!0,...t,signal:n.signal};return[r,o,()=>n.abort()]}function z7e(e){return!(e.pointerType==="touch"||NW())}function ece(e,t,r={}){let[n,o,a]=MW(e,r),i=s=>{if(!z7e(s))return;let{target:l}=s,c=t(l,s);if(typeof c!="function"||!l)return;let u=d=>{z7e(d)&&(c(d),l.removeEventListener("pointerleave",u))};l.addEventListener("pointerleave",u,o)};return n.forEach(s=>{s.addEventListener("pointerenter",i,o)}),a}var tce=(e,t)=>t?e===t?!0:tce(e,t.parentElement):!1;var c1=e=>e.pointerType==="mouse"?typeof e.button!="number"||e.button<=0:e.isPrimary!==!1;var Cer=new Set(["BUTTON","INPUT","SELECT","TEXTAREA","A"]);function U7e(e){return Cer.has(e.tagName)||e.tabIndex!==-1}var QN=new WeakSet;function H7e(e){return t=>{t.key==="Enter"&&e(t)}}function rce(e,t){e.dispatchEvent(new PointerEvent("pointer"+t,{isPrimary:!0,bubbles:!0}))}var j7e=(e,t)=>{let r=e.currentTarget;if(!r)return;let n=H7e(()=>{if(QN.has(r))return;rce(r,"down");let o=H7e(()=>{rce(r,"up")}),a=()=>rce(r,"cancel");r.addEventListener("keyup",o,t),r.addEventListener("blur",a,t)});r.addEventListener("keydown",n,t),r.addEventListener("blur",()=>r.removeEventListener("keydown",n),t)};function q7e(e){return c1(e)&&!NW()}function nce(e,t,r={}){let[n,o,a]=MW(e,r),i=s=>{let l=s.currentTarget;if(!q7e(s))return;QN.add(l);let c=t(l,s),u=(p,h)=>{window.removeEventListener("pointerup",d),window.removeEventListener("pointercancel",f),QN.has(l)&&QN.delete(l),q7e(p)&&typeof c=="function"&&c(p,{success:h})},d=p=>{u(p,l===window||l===document||r.useGlobalTarget||tce(l,p.target))},f=p=>{u(p,!1)};window.addEventListener("pointerup",d,o),window.addEventListener("pointercancel",f,o)};return n.forEach(s=>{(r.useGlobalTarget?window:s).addEventListener("pointerdown",i,o),W2(s)&&(s.addEventListener("focus",c=>j7e(c,o)),!U7e(s)&&!s.hasAttribute("tabindex")&&(s.tabIndex=0))}),a}function u1(e){return m2(e)&&"ownerSVGElement"in e}function G2(e){return u1(e)&&e.tagName==="svg"}function oce(...e){let t=!Array.isArray(e[0]),r=t?0:-1,n=e[0+r],o=e[1+r],a=e[2+r],i=e[3+r],s=bW(o,a,i);return t?s(n):s}var ho=e=>!!(e&&e.getVelocity);var Ser=[...Yle,ei,Ic],ace=e=>Ser.find(RW(e));var TW=L(it(),1),Vy=L(it(),1);var $7e=L(it(),1),O0=(0,$7e.createContext)({transformPagePoint:e=>e,isStatic:!1,reducedMotion:"never"});var ice=class extends TW.Component{getSnapshotBeforeUpdate(t){let r=this.props.childRef.current;if(r&&t.isPresent&&!this.props.isPresent){let n=r.offsetParent,o=W2(n)&&n.offsetWidth||0,a=this.props.sizeRef.current;a.height=r.offsetHeight||0,a.width=r.offsetWidth||0,a.top=r.offsetTop,a.left=r.offsetLeft,a.right=o-a.width-a.left}return null}componentDidUpdate(){}render(){return this.props.children}};function G7e({children:e,isPresent:t,anchorX:r,root:n}){let o=(0,Vy.useId)(),a=(0,Vy.useRef)(null),i=(0,Vy.useRef)({width:0,height:0,top:0,left:0,right:0}),{nonce:s}=(0,Vy.useContext)(O0);return(0,Vy.useInsertionEffect)(()=>{let{width:l,height:c,top:u,left:d,right:f}=i.current;if(t||!a.current||!l||!c)return;let p=r==="left"?`left: ${d}`:`right: ${f}`;a.current.dataset.motionPopId=o;let h=document.createElement("style");s&&(h.nonce=s);let m=n??document.head;return m.appendChild(h),h.sheet&&h.sheet.insertRule(`
407
+ `)}function hQt(e,t){if(!t||t.length===0)return JSON.stringify(e,null,2);let r=e.map(n=>{let o={};return t.forEach(a=>{a in n&&(o[a]=n[a])}),o});return JSON.stringify(r,null,2)}function gQt(e,t,r){let n=new Blob([e],{type:r}),o=URL.createObjectURL(n),a=document.createElement("a");a.href=o,a.download=t,document.body.appendChild(a),a.click(),document.body.removeChild(a),URL.revokeObjectURL(o)}async function B9e(e,t){let{format:r,filename:n="data-export",columns:o,includeHeaders:a=!0}=t,i,s,l;switch(r){case"csv":i=mQt(e,o,a),s="text/csv;charset=utf-8;",l="csv";break;case"json":i=hQt(e,o),s="application/json;charset=utf-8;",l="json";break;case"xlsx":throw new Error("XLSX export requires additional dependencies. Use CSV format instead.");default:throw new Error(`Unsupported export format: ${r}`)}let c=`${n}-${new Date().toISOString().split("T")[0]}.${l}`;gQt(i,c,s)}function V9e(e,t){return e.filter(r=>{let n=r.id||r.accessorKey;return n&&t[n]!==!1}).map(r=>r.id||r.accessorKey).filter(Boolean)}var KS=L(ce(),1),z9e=L(fh(),1);var Lt=L(fe(),1),vQt={equals:"Equals",notEquals:"Not equals",contains:"Contains",notContains:"Not contains",startsWith:"Starts with",endsWith:"Ends with",greaterThan:"Greater than",lessThan:"Less than",greaterThanOrEqual:"Greater than or equal",lessThanOrEqual:"Less than or equal",between:"Between",in:"In",notIn:"Not in",isNull:"Is empty",isNotNull:"Is not empty"};function yQt(e){switch(e){case"number":return["equals","notEquals","greaterThan","lessThan","greaterThanOrEqual","lessThanOrEqual","between","isNull","isNotNull"];case"date":return["equals","notEquals","greaterThan","lessThan","greaterThanOrEqual","lessThanOrEqual","between","isNull","isNotNull"];case"boolean":return["equals","notEquals","isNull","isNotNull"];case"select":return["equals","notEquals","in","notIn","isNull","isNotNull"];default:return["equals","notEquals","contains","notContains","startsWith","endsWith","isNull","isNotNull"]}}function U9e({table:e,open:t,onOpenChange:r,position:n="right",width:o="400px",filters:a,onFiltersChange:i,customFilters:s,matchAll:l,onMatchAllChange:c}){let[u,d]=(0,KS.useState)([]),[f,p]=(0,KS.useState)(!0),h=a||u,m=i||d,g=l!==void 0?l:f,v=c||p,y=(0,KS.useMemo)(()=>e.getAllColumns().filter(N=>N.id==="select"||N.id==="actions"||N.id==="expander"?!1:N.getCanFilter()),[e]),x=()=>{let N=y[0];if(!N)return;let D={column:N.id,operator:"contains",value:""};m([...h,D])},C=(N,D)=>{let E=[...h];E[N]={...E[N],...D},m(E)},b=N=>{m(h.filter((D,E)=>E!==N))},w=()=>{m([]),e.resetColumnFilters()},S=()=>{e.resetColumnFilters(),[...new Set(h.map(D=>D.column))].forEach(D=>{let E=e.getColumn(D);E&&E.setFilterValue({custom:!0,filters:h,matchAll:g})}),h.length===0&&e.resetColumnFilters(),r(!1)};if(typeof document>"u")return null;let P=(0,Lt.jsxs)(Lt.Fragment,{children:[(0,Lt.jsx)(Dt,{children:t&&(0,Lt.jsx)(ie.div,{initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},className:"fixed inset-0 bg-black/20",style:{zIndex:9998},onClick:()=>r(!1)})}),(0,Lt.jsx)(Dt,{children:t&&(0,Lt.jsx)(ie.div,{initial:{x:n==="right"?"100%":"-100%"},animate:{x:0},exit:{x:n==="right"?"100%":"-100%"},transition:{type:"spring",damping:30,stiffness:300},className:B("fixed top-0 bottom-0 bg-background border-l shadow-xl",n==="right"?"right-0":"left-0"),style:{width:o,zIndex:9999},children:(0,Lt.jsxs)("div",{className:"flex flex-col h-full",children:[(0,Lt.jsxs)("div",{className:"flex items-center justify-between p-4 border-b",children:[(0,Lt.jsxs)("div",{className:"flex items-center gap-2",children:[(0,Lt.jsx)(Ii,{className:"h-5 w-5"}),(0,Lt.jsx)("h2",{className:"text-lg font-semibold",children:"Filters"}),h.length>0&&(0,Lt.jsxs)("span",{className:"text-sm text-muted-foreground",children:["(",h.length," active)"]})]}),(0,Lt.jsx)(te,{variant:"ghost",size:"icon",onClick:()=>r(!1),children:(0,Lt.jsx)(Zt,{className:"h-4 w-4"})})]}),(0,Lt.jsxs)("div",{className:"flex-1 overflow-y-auto p-4",children:[(0,Lt.jsxs)("div",{className:"mb-6",children:[(0,Lt.jsx)(bt,{className:"text-sm font-medium mb-2 block",children:"Match conditions"}),(0,Lt.jsxs)("div",{className:"flex items-center gap-2",children:[(0,Lt.jsx)(te,{variant:g?"primary":"outline",size:"sm",onClick:()=>v(!0),className:"flex-1",children:"Match all"}),(0,Lt.jsx)(te,{variant:g?"outline":"primary",size:"sm",onClick:()=>v(!1),className:"flex-1",children:"Match any"})]})]}),(0,Lt.jsx)(ms,{className:"mb-6"}),s&&(0,Lt.jsxs)(Lt.Fragment,{children:[s,(0,Lt.jsx)(ms,{className:"my-6"})]}),(0,Lt.jsx)("div",{className:"space-y-4",children:h.map((N,D)=>(0,Lt.jsx)(xQt,{filter:N,columns:y,onUpdate:E=>C(D,E),onRemove:()=>b(D)},D))}),(0,Lt.jsxs)(te,{variant:"outline",size:"sm",onClick:x,className:"w-full mt-4",children:[(0,Lt.jsx)(si,{className:"h-4 w-4 mr-2"}),"Add filter"]})]}),(0,Lt.jsx)("div",{className:"p-4 border-t space-y-2",children:(0,Lt.jsxs)("div",{className:"flex gap-2",children:[(0,Lt.jsxs)(te,{variant:"outline",onClick:w,disabled:h.length===0,className:"flex-1",children:[(0,Lt.jsx)(Hi,{className:"h-4 w-4 mr-2"}),"Clear all"]}),(0,Lt.jsx)(te,{onClick:S,className:"flex-1",children:"Apply filters"})]})})]})})})]});return(0,z9e.createPortal)(P,document.body)}function xQt({filter:e,columns:t,onUpdate:r,onRemove:n}){let a=t.find(p=>p.id===e.column)?.columnDef,i=a?.meta?.filterType||"string",s=a?.meta?.filterOptions,l=a?.meta?.filterValueAccessor,c=yQt(i),u=e.operator!=="isNull"&&e.operator!=="isNotNull",d=e.operator==="in"||e.operator==="notIn",f=KS.default.useMemo(()=>i!=="select"&&!s?null:s||null,[i,s]);return(0,Lt.jsxs)("div",{className:"space-y-2 p-3 border rounded-lg bg-muted/30",children:[(0,Lt.jsxs)("div",{className:"flex items-center gap-2",children:[(0,Lt.jsxs)(Eo,{value:e.column,onValueChange:p=>r({column:p}),children:[(0,Lt.jsx)(Do,{className:"flex-1",children:(0,Lt.jsx)(Yo,{})}),(0,Lt.jsx)(Oo,{style:{zIndex:1e4},children:t.map(p=>{let h=p.columnDef.header,m=typeof h=="function"?p.id:h||p.id;return(0,Lt.jsx)(Tt,{value:p.id,children:m},p.id)})})]}),(0,Lt.jsx)(te,{variant:"ghost",size:"icon",onClick:n,className:"h-8 w-8",children:(0,Lt.jsx)(Zt,{className:"h-4 w-4"})})]}),(0,Lt.jsxs)(Eo,{value:e.operator,onValueChange:p=>r({operator:p}),children:[(0,Lt.jsx)(Do,{children:(0,Lt.jsx)(Yo,{})}),(0,Lt.jsx)(Oo,{style:{zIndex:1e4},children:c.map(p=>(0,Lt.jsx)(Tt,{value:p,children:vQt[p]},p))})]}),u&&(0,Lt.jsx)("div",{children:i==="boolean"?(0,Lt.jsxs)(Eo,{value:String(e.value),onValueChange:p=>r({value:p==="true"}),children:[(0,Lt.jsx)(Do,{children:(0,Lt.jsx)(Yo,{})}),(0,Lt.jsxs)(Oo,{style:{zIndex:1e4},children:[(0,Lt.jsx)(Tt,{value:"true",children:"True"}),(0,Lt.jsx)(Tt,{value:"false",children:"False"})]})]}):(i==="select"||f)&&!d?(0,Lt.jsxs)(Eo,{value:e.value||"",onValueChange:p=>r({value:p}),children:[(0,Lt.jsx)(Do,{children:(0,Lt.jsx)(Yo,{placeholder:"Select value..."})}),(0,Lt.jsx)(Oo,{style:{zIndex:1e4},children:f?.map(p=>(0,Lt.jsx)(Tt,{value:p,children:p},p))})]}):(i==="select"||f)&&d?(0,Lt.jsxs)("div",{className:"space-y-2",children:[(0,Lt.jsx)("div",{className:"text-xs text-muted-foreground",children:"Select multiple values:"}),(0,Lt.jsx)("div",{className:"space-y-1 max-h-32 overflow-y-auto border rounded-md p-2",children:f?.map(p=>{let h=Array.isArray(e.value)?e.value:[],m=h.includes(p);return(0,Lt.jsxs)("label",{className:"flex items-center gap-2 cursor-pointer hover:bg-muted/50 p-1 rounded",children:[(0,Lt.jsx)("input",{type:"checkbox",checked:m,onChange:g=>{let v=g.target.checked?[...h,p]:h.filter(y=>y!==p);r({value:v})},className:"rounded border-gray-300"}),(0,Lt.jsx)("span",{className:"text-sm",children:p})]},p)})})]}):i==="number"?(0,Lt.jsx)(Kt,{type:"number",value:e.value||"",onChange:p=>r({value:p.target.value}),placeholder:"Enter value..."}):d?(0,Lt.jsx)(Kt,{value:Array.isArray(e.value)?e.value.join(", "):e.value||"",onChange:p=>r({value:p.target.value}),placeholder:"Enter values separated by comma..."}):(0,Lt.jsx)(Kt,{value:e.value||"",onChange:p=>r({value:p.target.value}),placeholder:"Enter value..."})})]})}var G6=L(ce(),1);var Qa=L(fe(),1);function H9e({table:e,filter:t,data:r}){let n=e.getColumn(t.column);if(!n)return null;let o=n.columnDef,a=o?.meta?.filterValueAccessor,i=o?.meta?.filterOptions,s=m=>a?a(m):m[t.column],l=(0,G6.useMemo)(()=>{if(t.options&&t.options!=="auto")return t.options;if(i)return i;let m=new Set;return r.forEach(g=>{let v=s(g);v!=null&&v!==""&&m.add(String(v))}),Array.from(m).sort().slice(0,50)},[r,t.options,i]),c=(0,G6.useMemo)(()=>{if(!t.showCounts)return{};let m={};return l.forEach(g=>{m[g]=0}),r.forEach(g=>{let v=s(g);v!=null&&m[String(v)]!==void 0&&m[String(v)]++}),m},[r,t.showCounts,l]),u=n.getFilterValue(),d=(0,G6.useMemo)(()=>u?Array.isArray(u)?new Set(u):new Set([String(u)]):new Set,[u]),f=t.label||n.id,p=m=>{if(t.multi){let g=new Set(d);g.has(m)?g.delete(m):g.add(m),g.size===0?n.setFilterValue(void 0):n.setFilterValue(Array.from(g))}else d.has(m)?n.setFilterValue(void 0):n.setFilterValue(m)},h=()=>{n.setFilterValue(void 0)};return(0,Qa.jsxs)(Ti,{children:[(0,Qa.jsx)(Ai,{asChild:!0,children:(0,Qa.jsxs)(te,{variant:"outline",size:"sm",className:B("h-8 border-dashed",d.size>0&&"border-solid"),children:[f,d.size>0&&(0,Qa.jsxs)(Qa.Fragment,{children:[(0,Qa.jsx)("span",{className:"mx-2 h-4 w-px bg-border"}),(0,Qa.jsx)(Nt,{variant:"secondary",className:"rounded-sm px-1 font-normal",children:d.size})]})]})}),(0,Qa.jsx)(pi,{className:"w-[250px] p-0",align:"start",children:(0,Qa.jsxs)(hm,{children:[(0,Qa.jsx)(Xf,{placeholder:`Search ${f.toLowerCase()}...`}),(0,Qa.jsxs)(mb,{children:[(0,Qa.jsx)(Yf,{children:"No results found."}),(0,Qa.jsx)(Qf,{children:l.map(m=>{let g=d.has(m);return(0,Qa.jsxs)(Zf,{onSelect:()=>p(m),children:[(0,Qa.jsx)("div",{className:B("mr-2 flex h-4 w-4 items-center justify-center rounded-sm border border-primary",g?"bg-primary text-primary-foreground":"opacity-50 [&_svg]:invisible"),children:(0,Qa.jsx)(Wr,{className:B("h-4 w-4")})}),(0,Qa.jsx)("span",{className:"flex-1",children:m}),t.showCounts&&c[m]!==void 0&&(0,Qa.jsx)("span",{className:"ml-auto text-xs text-muted-foreground",children:c[m]})]},m)})})]}),d.size>0&&(0,Qa.jsx)("div",{className:"border-t p-2",children:(0,Qa.jsxs)(te,{variant:"ghost",size:"sm",className:"w-full justify-center",onClick:h,children:[(0,Qa.jsx)(Zt,{className:"mr-2 h-4 w-4"}),"Clear filter"]})})]})})]})}var D_=L(ce(),1);var bn=L(fe(),1);function j9e({table:e,column:t,title:r,options:n="auto",data:o}){let a=e.getColumn(t),[i,s]=(0,D_.useState)("");if(!a)return null;let l=a.columnDef,c=l?.meta?.filterValueAccessor,u=l?.meta?.filterOptions,d=b=>c?c(b):b[t],{availableOptions:f,optionCounts:p}=(0,D_.useMemo)(()=>{let b={},w=new Set;o.forEach(P=>{let N=d(P);if(N!=null&&N!==""){let D=String(N);w.add(D),b[D]=(b[D]||0)+1}});let S=[];return n!=="auto"?S=n:u?S=u.map(P=>({value:P,label:P})):S=Array.from(w).sort().slice(0,50).map(P=>({value:P,label:P})),{availableOptions:S,optionCounts:b}},[o,n,u]),h=a.getFilterValue(),m=new Set(h||[]),g=(0,D_.useMemo)(()=>i?f.filter(b=>(b.label||b.value).toLowerCase().includes(i.toLowerCase())):f,[f,i]),v=r||t,y=b=>{let w=new Set(m);w.has(b)?w.delete(b):w.add(b),w.size===0?a.setFilterValue(void 0):a.setFilterValue(Array.from(w))},x=()=>{a.setFilterValue(void 0),s("")},C=()=>{let b=g.map(w=>w.value);a.setFilterValue(b)};return(0,bn.jsxs)(Ti,{children:[(0,bn.jsx)(Ai,{asChild:!0,children:(0,bn.jsxs)(te,{variant:"outline",size:"sm",className:B("h-8 border-dashed",m.size>0&&"border-solid"),children:[(0,bn.jsx)(wx,{className:"mr-2 h-4 w-4"}),v,m.size>0&&(0,bn.jsxs)(bn.Fragment,{children:[(0,bn.jsx)(ms,{orientation:"vertical",className:"mx-2 h-4"}),(0,bn.jsx)(Nt,{variant:"secondary",className:"rounded-sm px-1 font-normal lg:hidden",children:m.size}),(0,bn.jsx)("div",{className:"hidden space-x-1 lg:flex",children:m.size>2?(0,bn.jsxs)(Nt,{variant:"secondary",className:"rounded-sm px-1 font-normal",children:[m.size," selected"]}):Array.from(m).slice(0,2).map(b=>{let w=f.find(S=>S.value===b);return(0,bn.jsx)(Nt,{variant:"secondary",className:"rounded-sm px-1 font-normal",children:w?.label||b},b)})})]})]})}),(0,bn.jsxs)(pi,{className:"w-[300px] p-0",align:"start",children:[(0,bn.jsx)("div",{className:"p-3",children:(0,bn.jsxs)("div",{className:"relative",children:[(0,bn.jsx)(Ro,{className:"absolute left-2 top-2.5 h-4 w-4 text-muted-foreground"}),(0,bn.jsx)(Kt,{placeholder:`Search ${v.toLowerCase()}...`,value:i,onChange:b=>s(b.target.value),className:"h-8 pl-8"})]})}),(0,bn.jsx)(ms,{}),(0,bn.jsx)("div",{className:"max-h-[300px] overflow-y-auto",children:g.length===0?(0,bn.jsx)("div",{className:"p-4 text-center text-sm text-muted-foreground",children:"No results found"}):(0,bn.jsx)("div",{className:"p-2",children:g.map(b=>{let w=m.has(b.value),S=p[b.value]||0;return(0,bn.jsxs)(te,{variant:"ghost",size:"sm",className:"w-full justify-start font-normal",onClick:()=>y(b.value),children:[(0,bn.jsx)("div",{className:B("mr-2 flex h-4 w-4 items-center justify-center rounded-sm border border-primary",w?"bg-primary text-primary-foreground":"opacity-50 [&_svg]:invisible"),children:(0,bn.jsx)(Wr,{className:B("h-4 w-4")})}),b.icon&&(0,bn.jsx)("span",{className:"mr-2",children:b.icon}),(0,bn.jsx)("span",{className:"flex-1 text-left",children:b.label||b.value}),S>0&&(0,bn.jsx)("span",{className:"ml-auto text-xs text-muted-foreground",children:S})]},b.value)})})}),(m.size>0||g.length>0)&&(0,bn.jsxs)(bn.Fragment,{children:[(0,bn.jsx)(ms,{}),(0,bn.jsxs)("div",{className:"flex items-center justify-between p-2",children:[m.size>0?(0,bn.jsxs)(te,{variant:"ghost",size:"sm",onClick:x,className:"h-8 px-2 lg:px-3",children:["Clear",(0,bn.jsx)(Zt,{className:"ml-2 h-4 w-4"})]}):(0,bn.jsxs)(te,{variant:"ghost",size:"sm",onClick:C,className:"h-8 px-2 lg:px-3",children:["Select all",(0,bn.jsx)(Wr,{className:"ml-2 h-4 w-4"})]}),(0,bn.jsxs)("span",{className:"text-xs text-muted-foreground",children:[m.size," of ",f.length," selected"]})]})]})]})]})}var Je=L(fe(),1);function q9e({columns:e,data:t,searchable:r=!0,filterable:n=!0,exportable:o=!0,selectable:a=!1,pagination:i=!0,pageSize:s=10,pageSizeOptions:l=[5,10,20,50,100],className:c,onRowSelect:u,onExport:d,enableExpandable:f=!1,renderSubComponent:p,expandedRows:h,onRowExpandChange:m,bulkActions:g=[],quickFilters:v=[],facetedFilters:y=[],features:x={},theme:C={},texts:b={},enableSorting:w=!0,enableFiltering:S=!0,enablePagination:P=!0,enableColumnVisibility:N=!0,enableRowSelection:D,filterPlaceholder:E="Search all columns...",defaultPageSize:A,manualPagination:z=!1,pageCount:V,onPaginationChange:R,onSortingChange:I,onColumnFiltersChange:k,state:T}){let O=Qi.default.useMemo(()=>e.map(de=>{let{enableHiding:We,...at}=de;return{...at,enableHiding:!0,filterFn:"custom"}}),[e]),{hasProAccess:F,isLoading:_}=Ut();if(!_&&!F)return(0,Je.jsx)(Be,{className:B("w-full",c),children:(0,Je.jsx)(Ve,{className:"py-12 text-center",children:(0,Je.jsxs)("div",{className:"max-w-md mx-auto space-y-4",children:[(0,Je.jsx)("div",{className:"rounded-full bg-purple-100 dark:bg-purple-900/30 p-3 w-fit mx-auto",children:(0,Je.jsx)(Ct,{className:"h-6 w-6 text-purple-600 dark:text-purple-400"})}),(0,Je.jsxs)("div",{children:[(0,Je.jsx)("h3",{className:"font-semibold text-lg mb-2",children:"Pro Feature"}),(0,Je.jsx)("p",{className:"text-muted-foreground text-sm mb-4",children:"Data Table is available exclusively to MoonUI Pro subscribers."}),(0,Je.jsx)("div",{className:"flex gap-3 justify-center",children:(0,Je.jsx)("a",{href:"/pricing",children:(0,Je.jsxs)(te,{size:"sm",children:[(0,Je.jsx)(vt,{className:"mr-2 h-4 w-4"}),"Upgrade to Pro"]})})})]})]})})});let[M,j]=Qi.default.useState([]),[H,q]=Qi.default.useState([]),[G,U]=Qi.default.useState({}),[K,Y]=Qi.default.useState({}),[Q,ae]=Qi.default.useState(""),[oe,Ae]=Qi.default.useState({pageIndex:0,pageSize:A||s||10}),[Se,Oe]=Qi.default.useState(!1),[me,Pe]=Qi.default.useState(new Set),[ye,we]=Qi.default.useState(!1),$=h||me,ee=m?de=>m(de):Pe,re=A||s,Le=Qi.default.useMemo(()=>t,[t]),Ie=de=>()=>{let at=(T?.sorting??M).find(jt=>jt.id===de),ht=[];at?at.desc?ht=[]:ht=[{id:de,desc:!0}]:ht=[{id:de,desc:!1}];let fr=I!==void 0?I:j;typeof fr=="function"&&fr(ht)},pe=k8e({data:Le,columns:O,onSortingChange:I!==void 0?I:j,onColumnFiltersChange:k!==void 0?k:q,onPaginationChange:R!==void 0?R:Ae,getCoreRowModel:S8e(),getPaginationRowModel:I8e(),getSortedRowModel:R8e(),getFilteredRowModel:P8e(),enableSortingRemoval:!0,enableMultiSort:!1,sortDescFirst:!1,onColumnVisibilityChange:U,onRowSelectionChange:Y,onGlobalFilterChange:ae,globalFilterFn:"includesString",filterFns:{custom:(de,We,at)=>{if(Array.isArray(at)){let Sn=pe.getColumn(We)?.columnDef?.meta?.filterValueAccessor,On=Sn?Sn(de.original):de.getValue(We);return at.includes(String(On))}if(typeof at=="string"||typeof at=="number"||typeof at=="boolean"){let Sn=pe.getColumn(We)?.columnDef?.meta?.filterValueAccessor,On=Sn?Sn(de.original):de.getValue(We);return String(On)===String(at)}if(!at?.custom||!at?.filters)return!0;let ht=at.filters,fr=at.matchAll!==void 0?at.matchAll:!0,jt=ht.map(Jt=>{let On=pe.getColumn(Jt.column)?.columnDef?.meta?.filterValueAccessor,ln=On?On(de.original):de.getValue(Jt.column),cn=Jt.value;switch(Jt.operator){case"equals":return ln===cn;case"notEquals":return ln!==cn;case"contains":return String(ln).toLowerCase().includes(String(cn).toLowerCase());case"notContains":return!String(ln).toLowerCase().includes(String(cn).toLowerCase());case"startsWith":return String(ln).toLowerCase().startsWith(String(cn).toLowerCase());case"endsWith":return String(ln).toLowerCase().endsWith(String(cn).toLowerCase());case"greaterThan":return Number(ln)>Number(cn);case"lessThan":return Number(ln)<Number(cn);case"greaterThanOrEqual":return Number(ln)>=Number(cn);case"lessThanOrEqual":return Number(ln)<=Number(cn);case"in":return Array.isArray(cn)?cn.includes(ln):String(cn).split(",").map(wi=>wi.trim()).includes(String(ln));case"notIn":return Array.isArray(cn)?!cn.includes(ln):!String(cn).split(",").map(wi=>wi.trim()).includes(String(ln));case"isNull":return ln==null||ln==="";case"isNotNull":return ln!=null&&ln!=="";default:return!0}});return fr?jt.every(Jt=>Jt):jt.some(Jt=>Jt)}},manualPagination:z,pageCount:V,state:{sorting:T?.sorting??M,columnFilters:T?.columnFilters??H,columnVisibility:T?.columnVisibility??G,rowSelection:T?.rowSelection??K,globalFilter:T?.globalFilter??Q,pagination:T?.pagination??oe,...T||{}},initialState:{pagination:{pageSize:re}},autoResetAll:!1,autoResetPageIndex:!1,autoResetExpanded:!1,getRowId:de=>de.id||de.orderId||Math.random().toString()});Qi.default.useEffect(()=>{if(u&&a){let de=pe.getFilteredSelectedRowModel().rows.map(We=>We.original);u(de)}},[K,u,a,pe]);let ne=pe.getState(),xe=pe.getRowModel(),Ne=Qi.default.useRef(xe.rows),he=Qi.default.useMemo(()=>{let de=Ne.current!==xe.rows;return de&&(Ne.current=xe.rows),de},[xe.rows]),Ge=Ne.current,Ht={sorting:x.sorting!==!1,filtering:x.filtering!==!1||n,pagination:x.pagination!==!1||i,search:x.search!==!1||r,columnVisibility:x.columnVisibility!==!1,rowSelection:x.rowSelection!==!1||a,export:x.export!==!1||o},Zn=async de=>{let We=pe.getFilteredSelectedRowModel().rows,at=We.length>0?We.map(jt=>jt.original):pe.getFilteredRowModel().rows.map(jt=>jt.original);if(typeof o=="object"&&o.onExport){o.onExport(at,de);return}if(d){d(at);return}let ht=typeof o=="object"&&o.filename?o.filename:"data-export",fr=V9e(O,G);await B9e(at,{format:de,filename:ht,columns:fr,includeHeaders:!0})},$e=Qi.default.useMemo(()=>o?o===!0?["csv","json"]:typeof o=="object"&&o.formats?o.formats:["csv","json"]:[],[o]),Ye=()=>{pe.resetRowSelection()};return(0,Je.jsxs)("div",{className:B("moonui-pro-datatable-container flex flex-col gap-4",c),children:[(0,Je.jsxs)("div",{className:"moonui-pro-datatable-toolbar flex items-center justify-between",children:[(0,Je.jsxs)("div",{className:"flex items-center space-x-2",children:[r&&(0,Je.jsxs)("div",{className:"relative",children:[(0,Je.jsx)("span",{suppressHydrationWarning:!0,children:(0,Je.jsx)(Ro,{className:"absolute left-2 top-2.5 h-4 w-4 text-muted-foreground"})}),(0,Je.jsx)(Kt,{placeholder:E,value:Q,onChange:de=>ae(de.target.value),className:"pl-8 w-64"})]}),v.length>0&&(0,Je.jsx)("div",{className:"flex items-center gap-2",children:v.map((de,We)=>(0,Je.jsx)(H9e,{table:pe,filter:de,data:t},`quick-${de.column}-${We}`))}),y.length>0&&(0,Je.jsx)("div",{className:"flex items-center gap-2",children:y.map(de=>(0,Je.jsx)(j9e,{table:pe,column:de,data:t},`faceted-${de}`))}),n&&(0,Je.jsxs)(te,{variant:"outline",size:"sm",onClick:()=>we(!0),children:[(0,Je.jsx)("span",{suppressHydrationWarning:!0,children:(0,Je.jsx)(Ii,{className:"mr-2 h-4 w-4"})}),"Filters",H.length>0&&(0,Je.jsx)("span",{className:"ml-2 rounded-full bg-primary px-2 py-0.5 text-xs text-primary-foreground",children:H.length})]}),a&&g.length>0&&(0,Je.jsx)(F9e,{selectedRows:pe.getFilteredSelectedRowModel().rows.map(de=>de.original),actions:g,onClearSelection:Ye})]}),(0,Je.jsxs)("div",{className:"flex items-center space-x-2",children:[o&&$e.length>0&&(0,Je.jsxs)(Pr,{children:[(0,Je.jsx)(Ir,{asChild:!0,children:(0,Je.jsxs)(te,{variant:"outline",size:"sm",children:[(0,Je.jsx)("span",{suppressHydrationWarning:!0,children:(0,Je.jsx)(un,{className:"mr-2 h-4 w-4"})}),"Export"]})}),(0,Je.jsxs)(xr,{align:"end",children:[$e.includes("csv")&&(0,Je.jsxs)(Fe,{onClick:()=>Zn("csv"),children:[(0,Je.jsx)(ov,{className:"mr-2 h-4 w-4"}),"Export as CSV"]}),$e.includes("json")&&(0,Je.jsxs)(Fe,{onClick:()=>Zn("json"),children:[(0,Je.jsx)(vw,{className:"mr-2 h-4 w-4"}),"Export as JSON"]}),$e.includes("xlsx")&&(0,Je.jsxs)(Fe,{onClick:()=>Zn("xlsx"),children:[(0,Je.jsx)(QT,{className:"mr-2 h-4 w-4"}),"Export as Excel"]})]})]}),(0,Je.jsx)(N8e,{table:pe})]})]}),(0,Je.jsx)("div",{className:"moonui-pro-datatable-wrapper rounded-md border overflow-hidden",style:{contain:"layout style"},children:(0,Je.jsx)("div",{style:{overflowX:"auto"},children:(0,Je.jsxs)("table",{className:"moonui-pro-datatable",style:{width:"100%",tableLayout:"auto"},children:[(0,Je.jsx)("thead",{className:"moonui-data-table-header",children:pe.getHeaderGroups().map(de=>(0,Je.jsx)("tr",{className:"moonui-data-table-row border-b",children:de.headers.filter(We=>We.column.getIsVisible()).map(We=>(0,Je.jsx)("th",{className:"moonui-data-table-th h-12 px-4 text-left align-middle font-medium text-muted-foreground",children:We.isPlaceholder?null:(0,Je.jsxs)("div",{className:B("flex items-center space-x-2",We.column.getCanSort()&&"cursor-pointer select-none"),onClick:We.column.getCanSort()?Ie(We.column.id):void 0,children:[Sse(We.column.columnDef.header,We.getContext()),We.column.getCanSort()&&(0,Je.jsx)("div",{className:"ml-2",children:We.column.getIsSorted()==="asc"?(0,Je.jsx)("span",{suppressHydrationWarning:!0,children:(0,Je.jsx)(nv,{className:"h-4 w-4"})}):We.column.getIsSorted()==="desc"?(0,Je.jsx)("span",{suppressHydrationWarning:!0,children:(0,Je.jsx)(tv,{className:"h-4 w-4"})}):(0,Je.jsx)("span",{suppressHydrationWarning:!0,children:(0,Je.jsx)(rv,{className:"h-4 w-4"})})})]})},We.id))},de.id))}),(0,Je.jsx)("tbody",{className:"moonui-data-table-body",children:Se?(0,Je.jsx)(ie.tr,{initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},transition:{duration:.2},children:(0,Je.jsx)("td",{colSpan:pe.getAllLeafColumns().filter(de=>de.getIsVisible()).length,className:"h-24 text-center",children:(0,Je.jsxs)("div",{className:"flex items-center justify-center space-x-2",children:[(0,Je.jsx)("span",{suppressHydrationWarning:!0,children:(0,Je.jsx)(Sr,{className:"h-4 w-4 animate-spin"})}),(0,Je.jsx)("span",{className:"text-sm text-muted-foreground",children:"Loading..."})]})})},"loading"):Ge?.length?(0,Je.jsx)(Je.Fragment,{children:Ge.map((de,We)=>{let at=de.original.id||de.id,ht=f&&$.has(at);return(0,Je.jsx)($9e,{row:de,columns:O,isExpanded:ht,enableExpandable:f,renderSubComponent:p,visibilityState:pe.getState().columnVisibility},at)})}):(0,Je.jsx)(ie.tr,{initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},transition:{duration:.2},children:(0,Je.jsx)("td",{colSpan:pe.getAllLeafColumns().filter(de=>de.getIsVisible()).length,className:"h-24 text-center",children:"No results found."})},"no-results")})]})})}),i&&(0,Je.jsxs)("div",{className:"flex items-center justify-between px-2",children:[(0,Je.jsx)("div",{className:"flex-1 text-sm text-muted-foreground",children:a&&pe.getFilteredSelectedRowModel().rows.length>0&&(0,Je.jsxs)("span",{children:[pe.getFilteredSelectedRowModel().rows.length," of"," ",pe.getFilteredRowModel().rows.length," row(s) selected."]})}),(0,Je.jsxs)("div",{className:"flex items-center space-x-6 lg:space-x-8",children:[(0,Je.jsxs)("div",{className:"flex items-center space-x-2",children:[(0,Je.jsx)("p",{className:"text-sm font-medium",children:"Rows per page"}),(0,Je.jsx)("select",{value:pe.getState().pagination.pageSize,onChange:async de=>{let We=Number(de.target.value);R?R({pageIndex:pe.getState().pagination.pageIndex,pageSize:We}):(Oe(!0),await new Promise(at=>setTimeout(at,300)),pe.setPageSize(We),Oe(!1))},className:"h-8 w-[70px] rounded border border-input bg-background px-3 py-1 text-sm",disabled:Se,children:l.map(de=>(0,Je.jsx)("option",{value:de,children:de},de))})]}),(0,Je.jsxs)("div",{className:"flex w-[100px] items-center justify-center text-sm font-medium",children:["Page ",pe.getState().pagination.pageIndex+1," of"," ",pe.getPageCount()]}),(0,Je.jsxs)("div",{className:"flex items-center space-x-2",children:[(0,Je.jsx)(te,{variant:"outline",className:"hidden h-8 w-8 p-0 lg:flex",onClick:async()=>{R?R({pageIndex:0,pageSize:pe.getState().pagination.pageSize}):(Oe(!0),await new Promise(de=>setTimeout(de,300)),pe.setPageIndex(0),Oe(!1))},disabled:!pe.getCanPreviousPage()||Se,children:(0,Je.jsx)("span",{suppressHydrationWarning:!0,children:(0,Je.jsx)(WT,{className:"h-4 w-4"})})}),(0,Je.jsx)(te,{variant:"outline",className:"h-8 w-8 p-0",onClick:async()=>{if(R){let de=pe.getState().pagination.pageIndex;R({pageIndex:de-1,pageSize:pe.getState().pagination.pageSize})}else Oe(!0),await new Promise(de=>setTimeout(de,300)),pe.previousPage(),Oe(!1)},disabled:!pe.getCanPreviousPage()||Se,children:(0,Je.jsx)("span",{suppressHydrationWarning:!0,children:(0,Je.jsx)(oa,{className:"h-4 w-4"})})}),(0,Je.jsx)(te,{variant:"outline",className:"h-8 w-8 p-0",onClick:async()=>{Oe(!0),await new Promise(de=>setTimeout(de,300)),pe.nextPage(),Oe(!1)},disabled:!pe.getCanNextPage()||Se,children:(0,Je.jsx)("span",{suppressHydrationWarning:!0,children:(0,Je.jsx)(Bn,{className:"h-4 w-4"})})}),(0,Je.jsx)(te,{variant:"outline",className:"hidden h-8 w-8 p-0 lg:flex",onClick:async()=>{Oe(!0),await new Promise(de=>setTimeout(de,300)),pe.setPageIndex(pe.getPageCount()-1),Oe(!1)},disabled:!pe.getCanNextPage()||Se,children:(0,Je.jsx)("span",{suppressHydrationWarning:!0,children:(0,Je.jsx)(GT,{className:"h-4 w-4"})})})]})]})]}),n&&(0,Je.jsx)(U9e,{table:pe,open:ye,onOpenChange:we})]})}function bQt(e,t){return{id:"expander",header:()=>null,size:50,cell:({row:r})=>{let n=r.original.id||r.id,o=e.has(n);return(0,Je.jsx)("button",{onClick:a=>{a.stopPropagation(),t(n)},className:"p-2 hover:bg-muted rounded-md transition-colors","aria-label":o?"Collapse row":"Expand row",children:(0,Je.jsx)("span",{suppressHydrationWarning:!0,children:o?(0,Je.jsx)($o,{className:"h-4 w-4 text-muted-foreground"}):(0,Je.jsx)(Bn,{className:"h-4 w-4 text-muted-foreground"})})})}}}function wQt(e=new Set){let[t,r]=Qi.default.useState(e),n=Qi.default.useCallback(i=>{r(s=>{let l=new Set(s);return l.has(i)?l.delete(i):l.add(i),l})},[]),o=Qi.default.useCallback(i=>{r(new Set(i))},[]),a=Qi.default.useCallback(()=>{r(new Set)},[]);return{expandedRows:t,setExpandedRows:r,toggleRow:n,expandAll:o,collapseAll:a}}var $9e=Qi.default.memo(({row:e,columns:t,isExpanded:r,enableExpandable:n,renderSubComponent:o,visibilityState:a})=>{let i=e.original.id||e.id;return(0,Je.jsxs)(Je.Fragment,{children:[(0,Je.jsx)("tr",{className:B("border-b transition-colors hover:bg-muted/50",e.getIsSelected()&&"bg-muted",r&&"border-b-0"),children:e.getAllCells().filter(s=>a[s.column.id]!==!1).map(s=>(0,Je.jsx)("td",{className:"moonui-data-table-td p-4 align-middle",children:Sse(s.column.columnDef.cell,s.getContext())},s.id))}),r&&o&&(0,Je.jsx)("tr",{className:"border-b",children:(0,Je.jsx)("td",{colSpan:e.getAllCells().filter(s=>a[s.column.id]!==!1).length||1,className:"p-0 overflow-hidden",children:(0,Je.jsx)("div",{className:"transition-all duration-300 ease-out",style:{maxHeight:r?"1000px":"0",opacity:r?1:0},children:(0,Je.jsx)("div",{className:"border-t border-border/50",children:o({row:{original:e.original,id:i}})})})})})]})},(e,t)=>{let r=e.row.original.id||e.row.id,n=t.row.original.id||t.row.id,o=Object.keys(e.visibilityState).sort().join(","),a=Object.keys(t.visibilityState).sort().join(","),i=Object.values(e.visibilityState).join(","),s=Object.values(t.visibilityState).join(",");return r===n&&e.isExpanded===t.isExpanded&&e.row.getIsSelected()===t.row.getIsSelected()&&o===a&&i===s});$9e.displayName="TableRow";var CQt=q9e;var wn=L(ce(),1);var qe=L(fe(),1),sle=wn.default.memo(({searchInputRef:e,searchPlaceholder:t,initialValue:r,onSearchChange:n,keyboardShortcuts:o})=>{let[a,i]=(0,wn.useState)(r||""),s=(0,wn.useRef)(void 0);(0,wn.useEffect)(()=>{i(r)},[r]);let l=(0,wn.useCallback)(c=>{let u=c.target.value;i(u),s.current&&clearTimeout(s.current),s.current=setTimeout(()=>{n(u),e.current&&e.current.focus()},150)},[n,e]);return(0,wn.useEffect)(()=>()=>{s.current&&clearTimeout(s.current)},[]),(0,qe.jsx)("div",{className:"p-4 border-b",children:(0,qe.jsxs)("div",{className:"relative",children:[(0,qe.jsx)(Ro,{className:"absolute left-3 top-1/2 -translate-y-1/2 h-4 w-4 text-muted-foreground pointer-events-none"}),(0,qe.jsx)("input",{ref:e,type:"text",placeholder:t,value:a,onChange:l,autoComplete:"off",autoCorrect:"off",autoCapitalize:"off",spellCheck:"false",className:"w-full h-10 pl-9 pr-9 text-sm bg-background border border-input rounded-md focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50"}),o&&(0,qe.jsxs)("kbd",{className:"absolute right-2 top-1/2 -translate-y-1/2 pointer-events-none h-5 select-none items-center gap-1 rounded border bg-muted px-1.5 font-mono text-[10px] font-medium opacity-100 hidden sm:flex",children:[(0,qe.jsx)("span",{className:"text-xs",children:"\u2318"}),"K"]})]})})});sle.displayName="SearchInput";function SQt({sections:e,footer:t,showSearch:r=!0,searchPlaceholder:n="Search...",searchQuery:o="",onSearchChange:a,showThemeToggle:i=!1,theme:s="system",onThemeChange:l,branding:c,collapsible:u=!0,defaultCollapsed:d=!1,floatingActionButton:f=!0,floatingActionButtonPosition:p={bottom:"1rem",left:"1rem"},floatingActionButtonClassName:h,glassmorphism:m=!1,animatedBackground:g=!1,keyboardShortcuts:v=!0,persistState:y=!0,persistKey:x="moonui-sidebar-state",onStateChange:C,customStyles:b,fullWidthItems:w=!0,className:S,activePath:P,onNavigate:N}){let[D,E]=(0,wn.useState)(!1),[A,z]=(0,wn.useState)(!1),[V,R]=(0,wn.useState)(d),[I,k]=(0,wn.useState)([]),[T,O]=(0,wn.useState)(o),[F,_]=(0,wn.useState)([]),M=(0,wn.useRef)(null),j=Ca(0),H=Ca(0),q=kh(j,{stiffness:300,damping:30}),G=kh(H,{stiffness:300,damping:30});(0,wn.useEffect)(()=>{if(y&&typeof window<"u"){let $=localStorage.getItem(x);if($){let ee=JSON.parse($);R(ee.collapsed),k(ee.expandedSections),_(ee.pinnedItems||[])}}},[y,x]),(0,wn.useEffect)(()=>{if(y&&typeof window<"u"){let $={collapsed:V,expandedSections:I,searchQuery:T,pinnedItems:F,recentItems:[]};localStorage.setItem(x,JSON.stringify($)),C?.($)}},[V,I,T,F,y,x,C]),(0,wn.useEffect)(()=>{let $=()=>{E(window.innerWidth<768)};return $(),window.addEventListener("resize",$),()=>window.removeEventListener("resize",$)},[]),(0,wn.useEffect)(()=>{let $=e.filter(ee=>ee.defaultExpanded!==!1).map(ee=>ee.id);k($)},[e]),(0,wn.useEffect)(()=>{if(!v)return;let $=ee=>{(ee.metaKey||ee.ctrlKey)&&ee.key==="k"&&(ee.preventDefault(),M.current?.focus()),(ee.metaKey||ee.ctrlKey)&&ee.key==="b"&&(ee.preventDefault(),D?z(!A):R(!V))};return document.addEventListener("keydown",$),()=>document.removeEventListener("keydown",$)},[v,D,A,V]),(0,wn.useEffect)(()=>{if(!g)return;let $=ee=>{let re=document.querySelector(".sidebar-container")?.getBoundingClientRect();re&&(j.set(ee.clientX-re.left),H.set(ee.clientY-re.top))};return document.addEventListener("mousemove",$),()=>document.removeEventListener("mousemove",$)},[g,j,H]);let U=(0,wn.useCallback)($=>{k(ee=>ee.includes($)?ee.filter(re=>re!==$):[...ee,$])},[]),K=(0,wn.useCallback)($=>{_(ee=>ee.includes($)?ee.filter(re=>re!==$):[...ee,$])},[]),Y=(0,wn.useCallback)($=>{$.action?$.action():$.href&&N&&(N($.href),D&&z(!1))},[N,D]);(0,wn.useEffect)(()=>{O(o)},[o]);let Q=(0,wn.useCallback)($=>{O($),a?.($)},[a]),ae=(0,wn.useCallback)(($,ee)=>ee?$.filter(re=>{let Le=re.title.toLowerCase().includes(ee.toLowerCase()),Ie=re.items?.some(pe=>pe.title.toLowerCase().includes(ee.toLowerCase()));return Le||Ie}):$,[]),oe=(0,wn.useMemo)(()=>T?e.map($=>({...$,filteredItems:ae($.items,T).map(ee=>({...ee,filteredChildren:ee.items?ae(ee.items,T):void 0}))})).filter($=>$.filteredItems.length>0):e.map($=>({...$,filteredItems:$.items.map(ee=>({...ee,filteredChildren:ee.items}))})),[e,T,ae]),Ae=(0,wn.useCallback)($=>{let ee=$.items&&$.items.length>0;return!ee&&!$.title?null:(0,qe.jsxs)("div",{className:B("min-w-[200px] p-2",m&&"bg-background/95 backdrop-blur-sm"),children:[(0,qe.jsx)("div",{className:"font-medium px-2 py-1 text-sm",children:$.title}),ee&&(0,qe.jsx)("div",{className:"mt-1 space-y-0.5",children:$.items?.map(re=>{let Le=re.href===P,Ie=re.items&&re.items.length>0;return(0,qe.jsx)("div",{className:"relative",children:Ie?(0,qe.jsxs)(dE,{openDelay:200,closeDelay:100,children:[(0,qe.jsx)(fE,{asChild:!0,children:(0,qe.jsxs)("button",{onClick:()=>Y(re),disabled:re.disabled,className:B("w-full flex items-center justify-between gap-2 rounded-md px-2 py-1.5 text-sm transition-colors","hover:bg-accent hover:text-accent-foreground",Le&&"bg-primary/10 text-primary font-medium",re.disabled&&"opacity-50 cursor-not-allowed"),children:[(0,qe.jsxs)("div",{className:"flex items-center gap-2",children:[re.icon&&(0,qe.jsx)("span",{className:"flex-shrink-0",children:re.icon}),(0,qe.jsx)("span",{className:"truncate",children:re.title})]}),(0,qe.jsx)(Bn,{className:"h-3 w-3 flex-shrink-0"})]})}),(0,qe.jsx)($I,{side:"right",align:"start",sideOffset:10,className:B("p-2",m&&"bg-background/95 backdrop-blur-sm"),children:(0,qe.jsx)("div",{className:"space-y-0.5",children:re.items?.map(pe=>{let ne=pe.href===P;return(0,qe.jsxs)("button",{onClick:()=>Y(pe),disabled:pe.disabled,className:B("w-full flex items-center gap-2 rounded-md px-2 py-1.5 text-sm transition-colors","hover:bg-accent hover:text-accent-foreground",ne&&"bg-primary/10 text-primary font-medium",pe.disabled&&"opacity-50 cursor-not-allowed"),children:[pe.icon&&(0,qe.jsx)("span",{className:"flex-shrink-0",children:pe.icon}),(0,qe.jsx)("span",{className:"truncate",children:pe.title}),pe.badge&&(0,qe.jsx)(Nt,{variant:pe.badgeVariant||"secondary",className:"ml-auto flex-shrink-0 text-[10px] px-1.5 py-0 h-5",children:pe.badge})]},pe.id)})})})]}):(0,qe.jsxs)("button",{onClick:()=>Y(re),disabled:re.disabled,className:B("w-full flex items-center gap-2 rounded-md px-2 py-1.5 text-sm transition-colors","hover:bg-accent hover:text-accent-foreground",Le&&"bg-primary/10 text-primary font-medium",re.disabled&&"opacity-50 cursor-not-allowed"),children:[re.icon&&(0,qe.jsx)("span",{className:"flex-shrink-0",children:re.icon}),(0,qe.jsx)("span",{className:"truncate",children:re.title}),re.badge&&(0,qe.jsx)(Nt,{variant:re.badgeVariant||"secondary",className:"ml-auto flex-shrink-0 text-[10px] px-1.5 py-0 h-5",children:re.badge})]})},re.id)})})]})},[P,m,Y]),Se=(0,wn.useCallback)(($,ee=0,re)=>{let Le=$.href===P,Ie=F.includes($.id),pe=$.items&&$.items.length>0,ne=I.includes($.id),xe=V&&!D&&ee===0&&(pe||$.title),Ne=$.tooltip&&!V&&!xe,he=(0,qe.jsxs)("button",{onClick:()=>{pe?U($.id):Y($)},className:B("flex items-center gap-3 rounded-lg px-3 py-2 text-sm transition-all",w?"w-[calc(100%-1.5rem)] mx-3":"w-full","hover:bg-accent hover:text-accent-foreground",Le&&"bg-primary/10 text-primary font-medium",$.disabled&&"opacity-50 cursor-not-allowed",ee>0&&"ml-6 text-xs",V&&ee===0&&"justify-center px-2",b?.hover),disabled:$.disabled,children:[$.icon&&(0,qe.jsx)("span",{className:B("flex-shrink-0",V&&ee===0&&"mx-auto"),children:$.icon}),(!V||ee>0)&&(0,qe.jsxs)(qe.Fragment,{children:[(0,qe.jsx)("span",{className:"flex-1 text-left truncate",children:$.title}),$.badge&&(0,qe.jsx)(Nt,{variant:$.badgeVariant||"secondary",className:"ml-auto flex-shrink-0 text-[10px] px-1.5 py-0 h-5",children:$.badge}),pe&&ee===0&&(0,qe.jsx)($o,{className:B("h-4 w-4 flex-shrink-0 transition-transform",ne&&"rotate-180")}),Ie&&(0,qe.jsx)(IA,{className:"h-3 w-3 flex-shrink-0"})]})]});return xe?(0,qe.jsx)("div",{children:(0,qe.jsxs)(dE,{openDelay:200,closeDelay:100,children:[(0,qe.jsx)(fE,{asChild:!0,children:he}),(0,qe.jsx)($I,{side:"right",align:"start",sideOffset:10,className:B("p-0 w-auto",m&&"bg-background/95 backdrop-blur-sm","animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95"),children:(0,qe.jsx)(ie.div,{initial:{opacity:0,x:-10},animate:{opacity:1,x:0},exit:{opacity:0,x:-10},transition:{duration:.15},children:Ae($)})})]})},$.id):(0,qe.jsxs)("div",{children:[Ne?(0,qe.jsx)(Gf,{children:(0,qe.jsxs)(Vd,{children:[(0,qe.jsx)(zd,{asChild:!0,children:he}),(0,qe.jsx)(Fu,{side:"right",children:(0,qe.jsx)("p",{children:$.tooltip})})]})}):he,pe&&!V&&re&&(0,qe.jsx)(Dt,{children:ne&&(0,qe.jsx)(ie.div,{initial:{height:0,opacity:0},animate:{height:"auto",opacity:1},exit:{height:0,opacity:0},transition:{duration:.2},className:"overflow-hidden",children:(0,qe.jsx)("div",{className:"pt-1 space-y-1",children:re.map(Ge=>Se(Ge,ee+1))})})})]},$.id)},[P,F,I,V,b,Y,U,D,m,Ae,w]),Oe=wn.default.memo(()=>(0,qe.jsxs)("div",{className:B("flex items-center gap-3 p-4 border-b",V&&!D&&"justify-center px-2"),children:[c&&(0,qe.jsxs)(qe.Fragment,{children:[c.logo,(!V||D)&&c.title&&(0,qe.jsx)("span",{className:"font-semibold text-lg",children:c.title})]}),D&&(0,qe.jsx)(te,{variant:"ghost",size:"sm",className:"ml-auto h-8 w-8 p-0",onClick:()=>z(!1),children:(0,qe.jsx)(Zt,{className:"h-4 w-4"})}),!D&&u&&(0,qe.jsx)(te,{variant:"ghost",size:"sm",className:B("h-8 w-8 p-0",!V&&"ml-auto"),onClick:()=>R(!V),children:V?(0,qe.jsx)(Bn,{className:"h-4 w-4"}):(0,qe.jsx)(oa,{className:"h-4 w-4"})})]})),me=wn.default.memo(()=>(0,qe.jsx)(ac,{className:"flex-1 overflow-y-auto",children:(0,qe.jsxs)("div",{className:"p-4 space-y-6",children:[F.length>0&&(!V||D)&&(0,qe.jsxs)("div",{children:[(0,qe.jsx)("h4",{className:"text-xs font-medium text-muted-foreground mb-2",children:"Pinned"}),(0,qe.jsx)("div",{className:"space-y-1",children:e.flatMap($=>$.items.filter(ee=>F.includes(ee.id))).map($=>Se($))}),(0,qe.jsx)(ms,{className:"mt-4"})]}),oe.map(($,ee)=>(0,qe.jsxs)("div",{children:[$.title&&(!V||D)&&(0,qe.jsx)("h4",{className:"text-xs font-medium text-muted-foreground mb-2",children:$.title}),(0,qe.jsx)("div",{className:"space-y-1",children:$.filteredItems.map(re=>Se(re,0,re.filteredChildren))}),$.showDivider&&ee<oe.length-1&&(0,qe.jsx)(ms,{className:"mt-4"})]},$.id))]})})),Pe=wn.default.memo(()=>t?(0,qe.jsxs)("div",{className:"border-t p-4",children:[(0,qe.jsx)("div",{className:"space-y-1",children:t.items.map($=>Se($))}),i&&(!V||D)&&(0,qe.jsxs)("div",{className:"mt-3 flex items-center justify-between",children:[(0,qe.jsx)("span",{className:"text-xs text-muted-foreground",children:"Theme"}),(0,qe.jsxs)(Pr,{children:[(0,qe.jsx)(Ir,{asChild:!0,children:(0,qe.jsxs)(te,{variant:"ghost",size:"sm",className:"h-7 px-2",children:[s==="light"&&(0,qe.jsx)(uv,{className:"h-3 w-3"}),s==="dark"&&(0,qe.jsx)(sv,{className:"h-3 w-3"}),s==="system"&&(0,qe.jsx)(Df,{className:"h-3 w-3"})]})}),(0,qe.jsxs)(xr,{align:"end",children:[(0,qe.jsxs)(Fe,{onClick:()=>l?.("light"),children:[(0,qe.jsx)(uv,{className:"mr-2 h-4 w-4"}),"Light"]}),(0,qe.jsxs)(Fe,{onClick:()=>l?.("dark"),children:[(0,qe.jsx)(sv,{className:"mr-2 h-4 w-4"}),"Dark"]}),(0,qe.jsxs)(Fe,{onClick:()=>l?.("system"),children:[(0,qe.jsx)(Df,{className:"mr-2 h-4 w-4"}),"System"]})]})]})]})]}):null),ye=wn.default.memo(()=>(0,qe.jsxs)(qe.Fragment,{children:[(0,qe.jsx)(me,{}),(0,qe.jsx)(Pe,{})]})),we=B("moonui-pro-sidebar flex h-full flex-col bg-background border-r",m&&"bg-background/80 backdrop-blur-xl border-white/10",V&&!D&&"w-16",!V&&!D&&"w-64",b?.background,b?.border,S);return D?(0,qe.jsxs)(qe.Fragment,{children:[f&&(0,qe.jsx)(te,{onClick:()=>z(!0),className:B("fixed z-40 h-12 w-12 rounded-full shadow-lg md:hidden",h),size:"icon",style:{bottom:p?.bottom,left:p?.left,right:p?.right,top:p?.top},children:(0,qe.jsx)(Ef,{className:"h-5 w-5"})}),(0,qe.jsx)(bb,{open:A,onOpenChange:z,children:(0,qe.jsx)(Fv,{side:"left",className:"w-80 p-0",children:(0,qe.jsxs)("div",{className:B(we,"h-full overflow-y-auto"),children:[g&&(0,qe.jsx)(ie.div,{className:"absolute inset-0 opacity-30",style:{background:`radial-gradient(circle at ${q}px ${G}px, rgba(var(--primary-rgb), 0.15), transparent 50%)`}}),(0,qe.jsx)(Oe,{}),r&&(!V||D)&&(0,qe.jsx)(sle,{searchInputRef:M,searchPlaceholder:n,initialValue:T,onSearchChange:Q,keyboardShortcuts:v},"sidebar-search-mobile"),(0,qe.jsx)(ye,{})]})})})]}):(0,qe.jsxs)("aside",{className:B(we,"hidden md:flex"),children:[g&&(0,qe.jsx)(ie.div,{className:"absolute inset-0 opacity-30",style:{background:`radial-gradient(circle at ${q}px ${G}px, rgba(var(--primary-rgb), 0.15), transparent 50%)`}}),(0,qe.jsx)(Oe,{}),r&&(!V||D)&&(0,qe.jsx)(sle,{searchInputRef:M,searchPlaceholder:n,initialValue:T,onSearchChange:Q,keyboardShortcuts:v},"sidebar-search-desktop"),(0,qe.jsx)(ye,{})]})}function W9e(e){let{hasProAccess:t,isLoading:r}=Ut();return!r&&!t?(0,qe.jsx)(Be,{className:B("w-full max-w-xs",e.className),children:(0,qe.jsx)(Ve,{className:"py-12 text-center",children:(0,qe.jsxs)("div",{className:"space-y-4",children:[(0,qe.jsx)("div",{className:"rounded-full bg-purple-100 dark:bg-purple-900/30 p-3 w-fit mx-auto",children:(0,qe.jsx)(Ct,{className:"h-6 w-6 text-purple-600 dark:text-purple-400"})}),(0,qe.jsxs)("div",{children:[(0,qe.jsx)("h3",{className:"font-semibold text-lg mb-2",children:"Pro Feature"}),(0,qe.jsx)("p",{className:"text-muted-foreground text-sm mb-4",children:"Advanced Sidebar is available exclusively to MoonUI Pro subscribers."}),(0,qe.jsx)("a",{href:"/pricing",children:(0,qe.jsxs)(te,{size:"sm",children:[(0,qe.jsx)(vt,{className:"mr-2 h-4 w-4"}),"Upgrade to Pro"]})})]})]})})}):(0,qe.jsx)(SQt,{...e})}var PQt=W9e;var Zi=L(ce(),1);var De=L(fe(),1);function IQt({sections:e,branding:t,showSearch:r=!0,searchPlaceholder:n="Search...",onSearch:o,showThemeToggle:a=!1,theme:i="system",onThemeChange:s,userMenu:l,notifications:c,cta:u,sticky:d=!0,glassmorphism:f=!1,animatedBackground:p=!1,keyboardShortcuts:h=!0,mobileBreakpoint:m=768,customStyles:g,variant:v="default",size:y="md",blur:x=!0,shadow:C=!1,rounded:b=!1,logoPosition:w="left",mobileMenuPosition:S="left",hideOnScroll:P=!1,showScrollProgress:N=!1,maxWidth:D="2xl",className:E,activePath:A,onNavigate:z}){let[V,R]=(0,Zi.useState)(!1),[I,k]=(0,Zi.useState)(!1),[T,O]=(0,Zi.useState)(!1),[F,_]=(0,Zi.useState)(!1),[M,j]=(0,Zi.useState)(""),[H,q]=(0,Zi.useState)(!1),[G,U]=(0,Zi.useState)(!1),[K,Y]=(0,Zi.useState)(0),Q=(0,Zi.useRef)(0),ae=(0,Zi.useRef)(null);(0,Zi.useEffect)(()=>{let we=()=>{R(window.innerWidth<m)};return we(),window.addEventListener("resize",we),()=>window.removeEventListener("resize",we)},[m]),(0,Zi.useEffect)(()=>{if(!d&&!P&&!N)return;let we=()=>{let $=window.scrollY;if(q($>10),P&&($>Q.current&&$>100?U(!0):U(!1),Q.current=$),N){let ee=window.scrollY,re=document.documentElement.scrollHeight-document.documentElement.clientHeight,Le=ee/re*100;Y(Le)}};return window.addEventListener("scroll",we,{passive:!0}),()=>window.removeEventListener("scroll",we)},[d,P,N]),(0,Zi.useEffect)(()=>{if(!h)return;let we=$=>{($.metaKey||$.ctrlKey)&&$.key==="k"&&($.preventDefault(),_(!0))};return document.addEventListener("keydown",we),()=>document.removeEventListener("keydown",we)},[h]);let oe=(0,Zi.useCallback)(we=>{we.action?we.action():we.href&&z&&(z(we.href),V&&k(!1))},[z,V]),Ae=(0,Zi.useCallback)(we=>{j(we),o?.(we)},[o]),Se=we=>(0,De.jsx)("div",{className:"grid gap-3 p-6 md:w-[400px] lg:w-[500px] lg:grid-cols-[.75fr_1fr]",children:we.map($=>(0,De.jsxs)(bE,{className:B("block select-none space-y-1 rounded-md p-3 leading-none no-underline outline-none transition-colors hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:text-accent-foreground",$.disabled&&"opacity-50 cursor-not-allowed"),onClick:()=>!$.disabled&&oe($),children:[(0,De.jsxs)("div",{className:"flex items-center gap-2",children:[$.icon&&(0,De.jsx)("span",{className:"flex-shrink-0",children:$.icon}),(0,De.jsx)("div",{className:"text-sm font-medium leading-none",children:$.title}),$.badge&&(0,De.jsx)(Nt,{variant:$.badgeVariant||"secondary",className:"ml-auto",children:$.badge})]}),$.description&&(0,De.jsx)("p",{className:"line-clamp-2 text-sm leading-snug text-muted-foreground",children:$.description})]},$.id))}),Oe=we=>(0,De.jsx)(De.Fragment,{children:we.map($=>$.items&&$.items.length>0?(0,De.jsxs)(Bu,{children:[(0,De.jsx)(jc,{disabled:$.disabled,children:(0,De.jsxs)("span",{className:"flex items-center gap-2",children:[$.icon&&(0,De.jsx)("span",{children:$.icon}),$.title]})}),(0,De.jsx)(qc,{children:Oe($.items)})]},$.id):(0,De.jsxs)(Fe,{disabled:$.disabled,onClick:()=>oe($),children:[(0,De.jsxs)("span",{className:"flex items-center gap-2",children:[$.icon&&(0,De.jsx)("span",{children:$.icon}),$.title]}),$.badge&&(0,De.jsx)(Nt,{variant:$.badgeVariant||"secondary",className:"ml-auto",children:$.badge})]},$.id))}),me=()=>(0,De.jsxs)(bb,{open:I,onOpenChange:k,children:[(0,De.jsx)(jz,{asChild:!0,children:(0,De.jsx)(te,{variant:"ghost",size:"icon",className:"md:hidden",children:(0,De.jsx)(Ef,{className:"h-5 w-5"})})}),(0,De.jsx)(Fv,{side:S,className:"w-80 p-0",children:(0,De.jsxs)("div",{className:"flex h-full flex-col",children:[(0,De.jsxs)("div",{className:"flex items-center justify-between p-4 border-b",children:[t&&(0,De.jsxs)("div",{className:"flex items-center gap-2",children:[t.logo,t.title&&(0,De.jsx)("span",{className:"font-semibold text-lg",children:t.title})]}),(0,De.jsx)(te,{variant:"ghost",size:"icon",onClick:()=>k(!1),className:"h-8 w-8",children:(0,De.jsx)(Zt,{className:"h-4 w-4"})})]}),(0,De.jsx)("div",{className:"flex-1 overflow-y-auto p-4",children:e.map(we=>(0,De.jsxs)("div",{className:"space-y-1",children:[we.items.map($=>(0,De.jsx)("div",{children:$.items&&$.items.length>0?(0,De.jsxs)(Pr,{children:[(0,De.jsx)(Ir,{asChild:!0,children:(0,De.jsxs)(te,{variant:"ghost",className:"w-full justify-between",disabled:$.disabled,children:[(0,De.jsxs)("span",{className:"flex items-center gap-2",children:[$.icon&&(0,De.jsx)("span",{children:$.icon}),$.title]}),(0,De.jsx)($o,{className:"h-4 w-4"})]})}),(0,De.jsx)(xr,{align:"start",className:"w-56",children:$.items&&Oe($.items)})]}):(0,De.jsxs)(te,{variant:"ghost",className:"w-full justify-start",disabled:$.disabled,onClick:()=>oe($),children:[(0,De.jsxs)("span",{className:"flex items-center gap-2",children:[$.icon&&(0,De.jsx)("span",{children:$.icon}),$.title]}),$.badge&&(0,De.jsx)(Nt,{variant:$.badgeVariant||"secondary",className:"ml-auto",children:$.badge})]})},$.id)),(0,De.jsx)(ms,{className:"my-2"})]},we.id))})]})})]}),Pe=()=>{switch(y){case"sm":return"h-14";case"lg":return"h-20";default:return"h-16"}},ye=B("moonui-pro w-full transition-all duration-300",v==="default"&&"border-b bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60",v==="floating"&&"mx-4 mt-4 rounded-lg border bg-background/95 backdrop-blur shadow-lg",v==="minimal"&&"bg-background",v==="transparent"&&"bg-transparent",d&&"sticky top-0 z-50",H&&d&&v!=="transparent"&&"shadow-sm",H&&v==="transparent"&&"bg-background/95 backdrop-blur border-b",G&&"-translate-y-full",f&&"bg-background/80 backdrop-blur-xl border-white/10",x&&"backdrop-blur-md",C&&"shadow-lg",b&&"rounded-lg",g?.background,g?.border,E);return(0,De.jsxs)(De.Fragment,{children:[(0,De.jsxs)("nav",{ref:ae,className:B("moonui-pro-navbar",ye),children:[(0,De.jsxs)("div",{className:B("flex items-center",Pe(),D==="sm"&&"container max-w-screen-sm",D==="md"&&"container max-w-screen-md",D==="lg"&&"container max-w-screen-lg",D==="xl"&&"container max-w-screen-xl",D==="2xl"&&"container max-w-screen-2xl",D==="full"&&"w-full px-4 sm:px-6 lg:px-8"),children:[t&&(0,De.jsxs)("div",{className:B("flex items-center gap-2",w==="center"&&!V?"absolute left-1/2 -translate-x-1/2":"mr-4"),children:[w==="left"&&S==="left"&&(0,De.jsx)(me,{}),(0,De.jsxs)("a",{href:t.href||"/",onClick:we=>{t.href&&z&&(we.preventDefault(),z(t.href))},className:"flex items-center gap-2",children:[t.logo,t.title&&!V&&(0,De.jsx)("span",{className:"font-semibold text-lg",children:t.title})]})]}),!V&&(0,De.jsx)(mE,{className:"hidden md:flex",children:(0,De.jsx)(hE,{children:e.map(we=>(0,De.jsx)(Zi.default.Fragment,{children:we.items.map($=>{let ee=$.items&&$.items.length>0,re=$.href===A;return ee?(0,De.jsxs)(gE,{children:[(0,De.jsx)(yE,{className:B(re&&"bg-accent text-accent-foreground",$.disabled&&"opacity-50 cursor-not-allowed"),disabled:$.disabled,children:(0,De.jsxs)("span",{className:"flex items-center gap-2",children:[$.icon&&(0,De.jsx)("span",{children:$.icon}),$.title]})}),(0,De.jsx)(xE,{children:$.items&&Se($.items)})]},$.id):(0,De.jsx)(gE,{children:(0,De.jsxs)(bE,{className:B(vE(),re&&"bg-accent text-accent-foreground",$.disabled&&"opacity-50 cursor-not-allowed"),onClick:()=>!$.disabled&&oe($),children:[(0,De.jsxs)("span",{className:"flex items-center gap-2",children:[$.icon&&(0,De.jsx)("span",{children:$.icon}),$.title]}),$.badge&&(0,De.jsx)(Nt,{variant:$.badgeVariant||"secondary",className:"ml-2",children:$.badge})]})},$.id)})},we.id))})}),(0,De.jsxs)("div",{className:"ml-auto flex items-center gap-2",children:[r&&(0,De.jsx)(De.Fragment,{children:V?(0,De.jsx)(te,{variant:"ghost",size:"icon",onClick:()=>_(!0),children:(0,De.jsx)(Ro,{className:"h-5 w-5"})}):(0,De.jsxs)("div",{className:"relative",children:[(0,De.jsx)(Ro,{className:"absolute left-3 top-1/2 -translate-y-1/2 h-4 w-4 text-muted-foreground"}),(0,De.jsx)(Kt,{type:"search",placeholder:n,className:"w-64 pl-9 pr-4 h-9",value:M,onChange:we=>Ae(we.target.value)}),h&&(0,De.jsxs)("kbd",{className:"absolute right-2 top-1/2 -translate-y-1/2 pointer-events-none h-5 select-none items-center gap-1 rounded border bg-muted px-1.5 font-mono text-[10px] font-medium opacity-100 hidden sm:flex",children:[(0,De.jsx)("span",{className:"text-xs",children:"\u2318"}),"K"]})]})}),a&&(0,De.jsxs)(Pr,{children:[(0,De.jsx)(Ir,{asChild:!0,children:(0,De.jsxs)(te,{variant:"ghost",size:"icon",children:[i==="light"&&(0,De.jsx)(uv,{className:"h-5 w-5"}),i==="dark"&&(0,De.jsx)(sv,{className:"h-5 w-5"}),i==="system"&&(0,De.jsx)(Df,{className:"h-5 w-5"})]})}),(0,De.jsxs)(xr,{align:"end",children:[(0,De.jsxs)(Fe,{onClick:()=>s?.("light"),children:[(0,De.jsx)(uv,{className:"mr-2 h-4 w-4"}),"Light"]}),(0,De.jsxs)(Fe,{onClick:()=>s?.("dark"),children:[(0,De.jsx)(sv,{className:"mr-2 h-4 w-4"}),"Dark"]}),(0,De.jsxs)(Fe,{onClick:()=>s?.("system"),children:[(0,De.jsx)(Df,{className:"mr-2 h-4 w-4"}),"System"]})]})]}),c&&(0,De.jsxs)(Pr,{children:[(0,De.jsx)(Ir,{asChild:!0,children:(0,De.jsxs)(te,{variant:"ghost",size:"icon",className:"relative",children:[(0,De.jsx)(mh,{className:"h-5 w-5"}),c.count&&c.count>0&&(0,De.jsx)("span",{className:"absolute -top-1 -right-1 h-4 w-4 rounded-full bg-destructive text-[10px] font-medium text-destructive-foreground flex items-center justify-center",children:c.count})]})}),(0,De.jsxs)(xr,{align:"end",className:"w-80",children:[(0,De.jsxs)("div",{className:"flex items-center justify-between p-4",children:[(0,De.jsx)("h4",{className:"text-sm font-semibold",children:"Notifications"}),c.count&&c.count>0&&(0,De.jsxs)(Nt,{variant:"secondary",children:[c.count," new"]})]}),(0,De.jsx)(Vr,{}),(0,De.jsx)("div",{className:"max-h-[300px] overflow-y-auto",children:c.items&&c.items.length>0?c.items.map(we=>(0,De.jsxs)(Fe,{className:"flex flex-col items-start p-4 cursor-pointer",onClick:()=>c.onNotificationClick?.(we.id),children:[(0,De.jsxs)("div",{className:"flex w-full items-start justify-between",children:[(0,De.jsx)("p",{className:B("text-sm font-medium",!we.read&&"text-primary"),children:we.title}),!we.read&&(0,De.jsx)("span",{className:"h-2 w-2 rounded-full bg-primary"})]}),we.description&&(0,De.jsx)("p",{className:"text-xs text-muted-foreground mt-1",children:we.description}),we.time&&(0,De.jsx)("p",{className:"text-xs text-muted-foreground mt-2",children:we.time})]},we.id)):(0,De.jsx)("div",{className:"p-4 text-center text-sm text-muted-foreground",children:"No notifications"})})]})]}),u&&(0,De.jsx)(te,{variant:u.variant||"primary",size:"sm",onClick:()=>{u.action?u.action():u.href&&z&&z(u.href)},className:V?"":"ml-2",children:u.text}),l&&(0,De.jsxs)(Pr,{children:[(0,De.jsx)(Ir,{asChild:!0,children:(0,De.jsx)(te,{variant:"ghost",size:"icon",className:"relative",children:(0,De.jsxs)(ba,{className:"h-8 w-8",children:[(0,De.jsx)(ki,{src:l.user?.avatar,alt:l.user?.name}),(0,De.jsx)(Ha,{children:l.user?.name?.charAt(0)||(0,De.jsx)(_f,{className:"h-4 w-4"})})]})})}),(0,De.jsxs)(xr,{align:"end",className:"w-56",children:[l.user&&(0,De.jsxs)(De.Fragment,{children:[(0,De.jsxs)("div",{className:"p-2",children:[(0,De.jsx)("p",{className:"text-sm font-medium",children:l.user.name}),(0,De.jsx)("p",{className:"text-xs text-muted-foreground",children:l.user.email})]}),(0,De.jsx)(Vr,{})]}),l.items&&Oe(l.items)]})]})]})]}),p&&(0,De.jsx)(ie.div,{className:"absolute inset-0 -z-10 opacity-30",animate:{background:["radial-gradient(circle at 20% 50%, rgba(120, 119, 198, 0.3), transparent 50%)","radial-gradient(circle at 80% 50%, rgba(120, 119, 198, 0.3), transparent 50%)","radial-gradient(circle at 20% 50%, rgba(120, 119, 198, 0.3), transparent 50%)"]},transition:{duration:10,repeat:1/0,ease:"linear"}}),N&&(0,De.jsx)("div",{className:"absolute bottom-0 left-0 w-full h-0.5 bg-muted",children:(0,De.jsx)("div",{className:"h-full bg-primary transition-all duration-150",style:{width:`${K}%`}})})]}),(0,De.jsxs)(HL,{open:F,onOpenChange:_,children:[(0,De.jsx)(Xf,{placeholder:n,value:M,onValueChange:Ae}),(0,De.jsxs)(mb,{children:[(0,De.jsx)(Yf,{children:"No results found."}),e.map(we=>(0,De.jsx)(Qf,{children:we.items.map($=>(0,De.jsx)(Zf,{disabled:$.disabled,onSelect:()=>{oe($),_(!1)},children:(0,De.jsxs)("span",{className:"flex items-center gap-2",children:[$.icon&&(0,De.jsx)("span",{children:$.icon}),$.title]})},$.id))},we.id))]})]})]})}function G9e(e){let{hasProAccess:t,isLoading:r}=Ut();return!r&&!t?(0,De.jsx)(Be,{className:B("w-full",e.className),children:(0,De.jsx)(Ve,{className:"py-8 text-center",children:(0,De.jsxs)("div",{className:"max-w-md mx-auto space-y-4",children:[(0,De.jsx)("div",{className:"rounded-full bg-purple-100 dark:bg-purple-900/30 p-3 w-fit mx-auto",children:(0,De.jsx)(Ct,{className:"h-6 w-6 text-purple-600 dark:text-purple-400"})}),(0,De.jsxs)("div",{children:[(0,De.jsx)("h3",{className:"font-semibold text-lg mb-2",children:"Pro Feature"}),(0,De.jsx)("p",{className:"text-muted-foreground text-sm mb-4",children:"Advanced Navbar is available exclusively to MoonUI Pro subscribers."}),(0,De.jsx)("a",{href:"/pricing",children:(0,De.jsxs)(te,{size:"sm",children:[(0,De.jsx)(vt,{className:"mr-2 h-4 w-4"}),"Upgrade to Pro"]})})]})]})})}):(0,De.jsx)(IQt,{...e})}var RQt=G9e;var lle=L(ce(),1);var Za=L(ce(),1),Y9e=L(fe(),1),K9e=(0,Za.createContext)(null),b0=()=>{let e=(0,Za.useContext)(K9e);if(!e)throw new Error("useFormWizard must be used within a FormWizardProvider");return e},X9e=({children:e,steps:t,initialStep:r=0,onStepChange:n,onComplete:o,validateOnStepChange:a=!0,allowBackNavigation:i=!0,allowStepSkip:s=!1,autoSave:l=!1,autoSaveDelay:c=2e3,onAutoSave:u,persistData:d=!1,storageKey:f="form-wizard-data"})=>{let[p,h]=(0,Za.useState)(r),[m,g]=(0,Za.useState)({}),[v,y]=(0,Za.useState)(new Set),[x,C]=(0,Za.useState)(!1),[b,w]=(0,Za.useState)(null);(0,Za.useEffect)(()=>{if(d&&typeof window<"u"){let k=localStorage.getItem(f);if(k)try{let T=JSON.parse(k);g(T.stepData||{}),h(T.currentStep||0),y(new Set(T.completedSteps||[]))}catch(T){console.error("Failed to load persisted wizard data:",T)}}},[d,f]),(0,Za.useEffect)(()=>{if(!l||!u)return;let k=setTimeout(()=>{let T=m[t[p].id];T&&u(t[p].id,T)},c);return()=>clearTimeout(k)},[m,p,l,c,u,t]),(0,Za.useEffect)(()=>{if(d&&typeof window<"u"){let k={stepData:m,currentStep:p,completedSteps:Array.from(v)};localStorage.setItem(f,JSON.stringify(k))}},[m,p,v,d,f]);let S=(0,Za.useCallback)(async()=>{let k=t[p];if(k.requiredFields!==!1&&typeof window<"u"){let O=document.querySelector("[data-wizard-step-content]");if(O)if(Array.isArray(k.requiredFields)){let F=[];if(k.requiredFields.forEach(_=>{let M=O.querySelector(`[name="${_}"], [id="${_}"]`);if(M){let j=M;M.tagName==="INPUT"&&M.type==="checkbox"?M.checked||F.push(_):(!j.value||j.value.trim()==="")&&F.push(_)}}),F.length>0)return w(`Please fill in the following required fields: ${F.join(", ")}`),!1}else{let F=O.querySelectorAll("input[required], select[required], textarea[required]"),_=[];if(F.forEach(j=>{let H=j;if(!H.value||H.value.trim()===""){let q=document.querySelector(`label[for="${H.id}"]`),G=q?q.textContent?.replace(" *","")||"Field":H.name||H.id||"Field";_.push(G)}}),O.querySelectorAll('input[type="checkbox"][required]').forEach(j=>{let H=j;if(!H.checked){let q=document.querySelector(`label[for="${H.id}"]`),G=q?q.textContent?.replace(" *","")||"Checkbox":H.name||H.id||"Checkbox";_.push(G)}}),_.length>0)return w(`Please fill in the following required fields: ${_.join(", ")}`),!1}}if(!k.validation)return!0;C(!0),w(null);try{let O=await k.validation();if(typeof O=="boolean")return O||w("Please complete all required fields before proceeding"),O;if(typeof O=="object"&&O!==null&&"isValid"in O){let F=O;return F.isValid||(F.error?w(F.error):F.errors&&Array.isArray(F.errors)?w(F.errors.join(", ")):w("Please complete all required fields before proceeding")),F.isValid}return w("Invalid validation response"),!1}catch(O){return w(O instanceof Error?O.message:"Validation failed"),!1}finally{C(!1)}},[p,t]),P=(0,Za.useCallback)((k,T)=>{g(O=>({...O,[k]:{...O[k],...T}})),w(null)},[]),N=(0,Za.useCallback)(async k=>{if(k<0||k>=t.length||k===p)return;let T=t[k];if((typeof T.isDisabled=="function"?T.isDisabled(p,t):T.isDisabled)||a&&k>p&&!await S())return;let F=t[p];F.onExit&&await F.onExit(),k>p&&y(M=>new Set([...M,p])),T.onEnter&&await T.onEnter();let _=p;h(k),n?.(k,_)},[p,t,a,S,n]),D=(0,Za.useCallback)(()=>{N(p+1)},[p,N]),E=(0,Za.useCallback)(()=>{i&&N(p-1)},[p,N,i]),A=(0,Za.useCallback)(async()=>{if(await S()&&(y(T=>new Set([...T,p])),o)){C(!0);try{await o(m),d&&typeof window<"u"&&localStorage.removeItem(f)}catch(T){w(T instanceof Error?T.message:"Failed to complete wizard")}finally{C(!1)}}},[p,m,S,o,d,f]),z=(0,Za.useCallback)(()=>{h(0),g({}),y(new Set),w(null),d&&typeof window<"u"&&localStorage.removeItem(f)},[d,f]),V=(0,Za.useCallback)(k=>v.has(k),[v]),R=(0,Za.useCallback)(k=>{if(k===0||s)return!0;for(let T=0;T<k;T++)if(!v.has(T)&&!t[T].isOptional)return!1;return!0},[v,s,t]),I={steps:t,currentStep:p,stepData:m,isLoading:x,error:b,goToNext:D,goToPrevious:E,goToStep:N,updateStepData:k=>P(t[p].id,k),validateCurrentStep:S,completeWizard:A,resetWizard:z,isStepCompleted:V,isStepAccessible:R,canGoNext:p<t.length-1,canGoPrevious:i&&p>0};return(0,Y9e.jsx)(K9e.Provider,{value:I,children:e})};var gr=L(fe(),1),K6=({className:e,progressType:t="linear",orientation:r="horizontal",showStepNumbers:n=!0,showStepTitles:o=!0,stepIconPosition:a="top",completedStepIcon:i=(0,gr.jsx)(Pi,{className:"w-5 h-5"}),activeStepIcon:s,errorStepIcon:l=(0,gr.jsx)(aa,{className:"w-5 h-5"})})=>{let{steps:c,currentStep:u,isStepCompleted:d,isStepAccessible:f,error:p}=b0();if(t==="linear")return(0,gr.jsx)("div",{className:B("relative w-full",r==="vertical"?"flex flex-col space-y-8":"",e),children:r==="horizontal"?(0,gr.jsx)("div",{className:"relative w-full",children:(0,gr.jsx)("div",{className:B("relative flex items-start justify-between w-full",a==="left"&&"pl-14"),children:c.map((h,m)=>{let g=m===u,v=d(m),y=f(m),x=g&&p,C=typeof h.icon=="function"?h.icon({isActive:g,isCompleted:v}):h.icon;return(0,gr.jsxs)("div",{className:"relative flex-1 flex flex-col items-center",children:[a==="left"&&C&&(0,gr.jsx)("div",{className:"absolute -left-12 top-1/2 -translate-y-1/2 flex items-center justify-center",children:(0,gr.jsx)("span",{className:B("w-8 h-8 flex items-center justify-center transition-colors",g&&"text-primary",v&&!g&&"text-primary",!g&&!v&&"text-muted-foreground"),children:C})}),a==="top"&&C&&(0,gr.jsx)("div",{className:"flex items-center justify-center mb-2",children:(0,gr.jsx)("span",{className:B("w-8 h-8 flex items-center justify-center transition-colors",g&&"text-primary",v&&!g&&"text-primary",!g&&!v&&"text-muted-foreground"),children:C})}),o&&(0,gr.jsxs)("div",{className:"text-center mb-3 min-h-[40px] px-2",children:[(0,gr.jsx)("p",{className:B("text-sm font-semibold transition-colors",g&&"text-primary",v&&!g&&"text-primary",!g&&!v&&"text-muted-foreground"),children:h.title}),h.description&&(0,gr.jsx)("p",{className:"text-xs text-muted-foreground mt-1",children:h.description})]}),(0,gr.jsxs)("div",{className:"relative flex items-center w-full",children:[m<c.length-1&&(0,gr.jsxs)("div",{className:"absolute left-1/2 w-full h-[2px]",style:{width:"calc(100% + 24px)",marginLeft:"24px"},children:[(0,gr.jsx)("div",{className:"h-full bg-border"}),m<u&&(0,gr.jsx)(ie.div,{className:"absolute inset-0 bg-primary",initial:{scaleX:0},animate:{scaleX:1},transition:{duration:.5,delay:m*.1},style:{transformOrigin:"left"}})]}),(0,gr.jsx)(ie.div,{initial:{scale:.8},animate:{scale:g?1.05:1},transition:{duration:.2},className:B("relative z-10 flex items-center justify-center rounded-full transition-all duration-300 mx-auto","w-12 h-12 border-2",g&&"border-primary bg-primary text-primary-foreground shadow-lg shadow-primary/20",v&&!g&&"border-primary bg-primary text-primary-foreground",!g&&!v&&y&&"border-border bg-background text-muted-foreground hover:border-accent",!y&&"border-border/50 bg-muted text-muted-foreground/50 cursor-not-allowed",x&&"border-destructive bg-destructive text-destructive-foreground"),children:x?l:v&&!g?i:g&&s?s:C&&a==="inside"?(0,gr.jsx)("span",{className:"w-5 h-5 flex items-center justify-center",children:C}):n?(0,gr.jsx)("span",{className:"text-sm font-semibold",children:m+1}):(0,gr.jsx)(Tf,{className:"w-4 h-4"})})]}),(0,gr.jsx)("div",{className:"mt-3",children:(0,gr.jsxs)("p",{className:"text-xs text-muted-foreground font-medium",children:["Step ",m+1," of ",c.length]})})]},h.id)})})}):(0,gr.jsxs)("div",{className:"relative pl-12",children:[c.length>1&&(0,gr.jsxs)(gr.Fragment,{children:[(0,gr.jsx)("div",{className:"absolute left-6 top-8 bottom-8 w-[2px] bg-border"}),(0,gr.jsx)(ie.div,{className:"absolute left-6 top-8 w-[2px] bg-primary",initial:{height:0},animate:{height:`${u/(c.length-1)*(100-16)}%`},transition:{duration:.5}})]}),c.map((h,m)=>{let g=m===u,v=d(m),y=f(m),x=g&&p,C=typeof h.icon=="function"?h.icon({isActive:g,isCompleted:v}):h.icon;return(0,gr.jsxs)("div",{className:"relative flex items-center mb-8 last:mb-0",children:[(0,gr.jsx)(ie.div,{initial:{scale:.8},animate:{scale:g?1.05:1},className:B("absolute left-0 z-20 flex items-center justify-center rounded-full border-2 transition-all duration-300","w-12 h-12",g&&"border-primary bg-primary text-primary-foreground shadow-lg",v&&!g&&"border-primary bg-primary text-primary-foreground",!g&&!v&&y&&"border-border bg-background text-muted-foreground hover:border-accent",!y&&"border-border/50 bg-muted text-muted-foreground/50 cursor-not-allowed",x&&"border-destructive bg-destructive text-destructive-foreground"),children:x?l:v&&!g?i:g&&s?s:C?(0,gr.jsx)("span",{className:"w-5 h-5 flex items-center justify-center",children:C}):n?(0,gr.jsx)("span",{className:"text-sm font-semibold",children:m+1}):(0,gr.jsx)(Tf,{className:"w-4 h-4"})}),(0,gr.jsx)("div",{className:"ml-16",children:o&&(0,gr.jsxs)(gr.Fragment,{children:[(0,gr.jsx)("p",{className:B("text-sm font-semibold transition-colors",g&&"text-primary",v&&!g&&"text-primary",!g&&!v&&"text-muted-foreground"),children:h.title}),h.description&&(0,gr.jsx)("p",{className:"text-xs text-muted-foreground mt-1",children:h.description})]})})]},h.id)})]})});if(t==="dots")return(0,gr.jsx)("div",{className:B("flex items-center justify-center space-x-2",e),children:c.map((h,m)=>{let g=m===u,v=d(m);return(0,gr.jsx)(ie.div,{initial:{scale:.8},animate:{scale:g?1.2:1},className:B("rounded-full transition-all duration-300",g?"w-3 h-3 bg-primary":"w-2 h-2",v&&!g&&"bg-primary/60",!g&&!v&&"bg-muted")},m)})});if(t==="circular"){let h=(u+1)/c.length*100,m=2*Math.PI*45,g=m-h/100*m;return(0,gr.jsxs)("div",{className:B("relative w-36 h-36 mx-auto",e),children:[(0,gr.jsxs)("svg",{className:"w-full h-full -rotate-90",viewBox:"0 0 144 144",children:[(0,gr.jsx)("circle",{cx:"72",cy:"72",r:"45",fill:"none",stroke:"currentColor",strokeWidth:"8",className:"text-border"}),(0,gr.jsx)(ie.circle,{cx:"72",cy:"72",r:"45",fill:"none",stroke:"currentColor",strokeWidth:"8",strokeDasharray:m,initial:{strokeDashoffset:m},animate:{strokeDashoffset:g},className:"text-primary",transition:{duration:.5}})]}),(0,gr.jsx)("div",{className:"absolute inset-0 flex items-center justify-center",children:(0,gr.jsxs)("div",{className:"text-center",children:[(0,gr.jsx)("p",{className:"text-3xl font-bold",children:u+1}),(0,gr.jsxs)("p",{className:"text-sm text-muted-foreground",children:["of ",c.length]})]})})]})}return null};var X6=L(ce(),1);var w0=L(fe(),1),kQt={slide:{initial:e=>({x:e>0?1e3:-1e3,opacity:0}),animate:{x:0,opacity:1},exit:e=>({x:e<0?1e3:-1e3,opacity:0})},fade:{initial:{opacity:0},animate:{opacity:1},exit:{opacity:0}},scale:{initial:{opacity:0,scale:.8},animate:{opacity:1,scale:1},exit:{opacity:0,scale:.8}},none:{initial:{},animate:{},exit:{}}},Y6=({className:e,animationType:t="slide",animationDuration:r=.3})=>{let{steps:n,currentStep:o,goToNext:a,goToPrevious:i,goToStep:s,updateStepData:l,stepData:c,error:u}=b0(),[d,f]=X6.default.useState(0),p=X6.default.useRef(o);X6.default.useEffect(()=>{f(o>p.current?1:-1),p.current=o},[o]);let h=n[o],m=o===0,g=o===n.length-1,v={currentStep:o,totalSteps:n.length,goToNext:a,goToPrevious:i,goToStep:s,isFirstStep:m,isLastStep:g,stepData:c[h.id]||{},updateStepData:x=>l(h.id,x)},y=typeof h.content=="function"?h.content(v):h.content;return(0,w0.jsx)(Dt,{mode:"wait",custom:d,children:(0,w0.jsx)(ie.div,{custom:d,variants:kQt[t],initial:"initial",animate:"animate",exit:"exit",transition:{duration:r,ease:"easeInOut"},className:B("w-full",e),"data-wizard-step-content":!0,children:(0,w0.jsxs)("div",{className:"space-y-4",children:[u&&(0,w0.jsxs)(Mx,{variant:"error",children:[(0,w0.jsx)(eo,{className:"h-4 w-4"}),(0,w0.jsx)(Tx,{children:u})]}),y]})},o)})};var Gs=L(fe(),1),Q6=({className:e,showStepIndicator:t=!0,previousText:r="Previous",nextText:n="Next",completeText:o="Complete",loadingText:a="Processing...",onPreviousClick:i,onNextClick:s,onCompleteClick:l})=>{let{steps:c,currentStep:u,isLoading:d,canGoNext:f,canGoPrevious:p,goToNext:h,goToPrevious:m,completeWizard:g}=b0(),v=u===c.length-1,y=c[u],x=()=>{i?.(),m()},C=()=>{v?(l?.(),g()):(s?.(),h())};return(0,Gs.jsxs)("div",{className:B("flex items-center justify-between",e),children:[(0,Gs.jsxs)("div",{className:"flex items-center gap-2",children:[(0,Gs.jsxs)(te,{type:"button",variant:"outline",onClick:x,disabled:!p||d,className:B("transition-all duration-200",!p&&"invisible"),children:[(0,Gs.jsx)(oa,{className:"w-4 h-4 mr-1"}),r]}),t&&(0,Gs.jsxs)(ie.div,{initial:{opacity:0,scale:.9},animate:{opacity:1,scale:1},className:"px-3 py-1 text-sm text-muted-foreground",children:["Step ",u+1," of ",c.length,y.isOptional&&(0,Gs.jsx)("span",{className:"ml-1 text-xs",children:"(Optional)"})]})]}),(0,Gs.jsx)(te,{type:"button",onClick:C,disabled:d||!f&&!v,className:"min-w-[120px]",children:d?(0,Gs.jsxs)(Gs.Fragment,{children:[(0,Gs.jsx)(Sr,{className:"w-4 h-4 mr-2 animate-spin"}),a]}):v?(0,Gs.jsxs)(Gs.Fragment,{children:[(0,Gs.jsx)(Wr,{className:"w-4 h-4 mr-2"}),o]}):(0,Gs.jsxs)(Gs.Fragment,{children:[n,(0,Gs.jsx)(Bn,{className:"w-4 h-4 ml-1"})]})})]})};var Ja=L(fe(),1),Q9e=lle.default.forwardRef(({steps:e,currentStep:t=0,onStepChange:r,onComplete:n,orientation:o="horizontal",progressType:a="linear",allowStepSkip:i=!1,allowBackNavigation:s=!0,validateOnStepChange:l=!0,animationType:c="slide",animationDuration:u=.3,showStepNumbers:d=!0,showStepTitles:f=!0,showProgressBar:p=!0,stepIconPosition:h="top",completedStepIcon:m,activeStepIcon:g,errorStepIcon:v,className:y,progressClassName:x,navigationClassName:C,contentClassName:b,stepClassName:w,autoSave:S=!1,autoSaveDelay:P=2e3,onAutoSave:N,persistData:D=!1,storageKey:E="form-wizard-data"},A)=>(0,Ja.jsx)(X9e,{steps:e,initialStep:t,onStepChange:r,onComplete:n,validateOnStepChange:l,allowBackNavigation:s,allowStepSkip:i,autoSave:S,autoSaveDelay:P,onAutoSave:N,persistData:D,storageKey:E,children:(0,Ja.jsxs)("div",{ref:A,className:B("w-full",y),children:[p&&(0,Ja.jsx)(Ja.Fragment,{children:(0,Ja.jsx)(K6,{className:B("mb-12",x),progressType:a,orientation:o,showStepNumbers:d,showStepTitles:f,stepIconPosition:h,completedStepIcon:m,activeStepIcon:g,errorStepIcon:v})}),(0,Ja.jsx)(Be,{className:B("border-0 shadow-none",b),children:(0,Ja.jsx)(Ve,{className:"p-0",children:(0,Ja.jsx)(Y6,{className:w,animationType:c,animationDuration:u})})}),(0,Ja.jsx)(Q6,{className:B("mt-8",C)})]})}));Q9e.displayName="FormWizardInternal";var O_=lle.default.forwardRef((e,t)=>{let{hasProAccess:r,isLoading:n}=Ut();return!n&&!r?(0,Ja.jsx)(Be,{className:B("w-full",e.className),children:(0,Ja.jsx)(Ve,{className:"py-12 text-center",children:(0,Ja.jsxs)("div",{className:"max-w-md mx-auto space-y-4",children:[(0,Ja.jsx)("div",{className:"rounded-full bg-purple-100 dark:bg-purple-900/30 p-3 w-fit mx-auto",children:(0,Ja.jsx)(Ct,{className:"h-6 w-6 text-purple-600 dark:text-purple-400"})}),(0,Ja.jsxs)("div",{children:[(0,Ja.jsx)("h3",{className:"font-semibold text-lg mb-2",children:"Pro Feature"}),(0,Ja.jsx)("p",{className:"text-muted-foreground text-sm mb-4",children:"Form Wizard is available exclusively to MoonUI Pro subscribers."}),(0,Ja.jsx)("a",{href:"/pricing",children:(0,Ja.jsxs)(te,{size:"sm",children:[(0,Ja.jsx)(vt,{className:"mr-2 h-4 w-4"}),"Upgrade to Pro"]})})]})]})})}):(0,Ja.jsx)(Q9e,{...e,ref:t})});O_.displayName="MoonUIFormWizardPro";var NQt=O_;var ad=L(ce(),1);var yt=L(fe(),1);function Z9e(e){let t=[...e];for(let r=t.length-1;r>0;r--){let n=Math.floor(Math.random()*(r+1));[t[r],t[n]]=[t[n],t[r]]}return t}var MQt=({title:e,description:t,questions:r,onComplete:n,showTimer:o=!0,totalTimeLimit:a,showProgress:i=!0,showQuestionNumbers:s=!0,allowReview:l=!0,allowSkip:c=!0,shuffleQuestions:u=!1,shuffleOptions:d=!1,passingScore:f=70,instantFeedback:p=!1,showHints:h=!1,className:m})=>{let[g]=(0,ad.useState)(()=>u?Z9e(r):r),[v,y]=(0,ad.useState)({}),[x,C]=(0,ad.useState)([]),[b,w]=(0,ad.useState)(a||0),[S,P]=(0,ad.useState)({}),[N,D]=(0,ad.useState)(!1),[E,A]=(0,ad.useState)(0);(0,ad.useEffect)(()=>{if(!o||!a||N)return;let k=setInterval(()=>{w(T=>T<=1?(V(),0):T-1)},1e3);return()=>clearInterval(k)},[o,a,N]),(0,ad.useEffect)(()=>{if(!o||N)return;let k=setInterval(()=>{A(T=>T+1)},1e3);return()=>clearInterval(k)},[o,N]);let z=(0,ad.useCallback)(()=>{let k=0,T=0;return{results:g.map(F=>{let _=v[F.id],M=F.points||1;T+=M;let j=!1;if(_!=null&&_!==""){if(F.type==="single-choice"||F.type==="true-false")j=_===F.correctAnswer;else if(F.type==="multiple-choice"){let q=Array.isArray(_)?_:[],G=Array.isArray(F.correctAnswer)?F.correctAnswer:[];j=q.length===G.length&&q.every(U=>G.includes(U))}}let H=j?M:0;return k+=H,{questionId:F.id,answer:_,isCorrect:j,points:H,timeSpent:S[F.id]||0}}),score:k,totalScore:T}},[g,v,S]),V=async()=>{let{results:k,score:T,totalScore:O}=z();C(k),D(!0),n&&await n(k,T,O)},R=k=>{let T=Math.floor(k/60),O=k%60;return`${T}:${O.toString().padStart(2,"0")}`},I=g.map((k,T)=>({id:k.id,title:`Question ${T+1}`,description:k.tags?.join(", "),content:({updateStepData:O,goToNext:F})=>{let _=v[k.id],M=d&&k.options?Z9e(k.options):k.options;(0,ad.useEffect)(()=>{S[k.id]||P(H=>({...H,[k.id]:E}))},[]);let j=H=>{y(q=>({...q,[k.id]:H})),p&&k.type};return(0,yt.jsxs)(Be,{className:"border-0 shadow-none",children:[(0,yt.jsxs)(yr,{children:[(0,yt.jsxs)("div",{className:"flex items-center justify-between mb-2",children:[s&&(0,yt.jsxs)(Nt,{variant:"secondary",children:["Question ",T+1," of ",g.length]}),k.points&&k.points>1&&(0,yt.jsxs)(Nt,{variant:"outline",children:[k.points," points"]})]}),(0,yt.jsx)(Or,{className:"text-xl",children:k.question}),k.description&&(0,yt.jsx)(qi,{children:k.description})]}),(0,yt.jsxs)(Ve,{className:"space-y-4",children:[k.image&&(0,yt.jsx)("img",{src:k.image,alt:"Question illustration",className:"w-full rounded-lg"}),k.type==="single-choice"&&M&&(0,yt.jsx)(dC,{value:_||"",onValueChange:j,children:M.map((H,q)=>(0,yt.jsxs)(ie.div,{initial:{opacity:0,x:-20},animate:{opacity:1,x:0},transition:{delay:q*.1},className:"flex items-center space-x-2 p-3 rounded-lg hover:bg-muted/50 transition-colors",children:[(0,yt.jsx)(_v,{value:String(H.value),id:`${k.id}-${H.value}`}),(0,yt.jsx)(bt,{htmlFor:`${k.id}-${H.value}`,className:"flex-1 cursor-pointer",children:H.label||H.value})]},String(H.value)))}),k.type==="multiple-choice"&&M&&(0,yt.jsx)("div",{className:"space-y-2",children:M.map((H,q)=>(0,yt.jsxs)(ie.div,{initial:{opacity:0,x:-20},animate:{opacity:1,x:0},transition:{delay:q*.1},className:"flex items-center space-x-2 p-3 rounded-lg hover:bg-muted/50 transition-colors",children:[(0,yt.jsx)(Du,{id:`${k.id}-${H.value}`,checked:(_||[]).includes(H.value),onCheckedChange:G=>{let U=_||[];j(G?[...U,H.value]:U.filter(K=>K!==H.value))}}),(0,yt.jsx)(bt,{htmlFor:`${k.id}-${H.value}`,className:"flex-1 cursor-pointer",children:H.label||H.value})]},String(H.value)))}),k.type==="true-false"&&(0,yt.jsxs)(dC,{value:_?.toString()||"",onValueChange:H=>j(H==="true"),children:[(0,yt.jsxs)("div",{className:"flex items-center space-x-2 p-3 rounded-lg hover:bg-muted/50",children:[(0,yt.jsx)(_v,{value:"true",id:`${k.id}-true`}),(0,yt.jsx)(bt,{htmlFor:`${k.id}-true`,className:"flex-1 cursor-pointer",children:"True"})]}),(0,yt.jsxs)("div",{className:"flex items-center space-x-2 p-3 rounded-lg hover:bg-muted/50",children:[(0,yt.jsx)(_v,{value:"false",id:`${k.id}-false`}),(0,yt.jsx)(bt,{htmlFor:`${k.id}-false`,className:"flex-1 cursor-pointer",children:"False"})]})]}),k.type==="text"&&(0,yt.jsx)(Xc,{value:_||"",onChange:H=>j(H.target.value),placeholder:"Type your answer here...",className:"min-h-[120px]"}),k.type==="rating"&&(0,yt.jsxs)("div",{className:"space-y-4",children:[(0,yt.jsx)(Cb,{value:[_||5],onValueChange:([H])=>j(H),max:10,min:1,step:1,className:"w-full"}),(0,yt.jsxs)("div",{className:"text-center text-2xl font-bold",children:[_||5,"/10"]})]}),h&&k.hint&&(0,yt.jsx)(Mx,{children:(0,yt.jsxs)(Tx,{children:[(0,yt.jsx)("strong",{children:"Hint:"})," ",k.hint]})})]})]})},validation:()=>!(k.required&&!v[k.id]),isOptional:!k.required}));if(N){let{score:k,totalScore:T}=z(),O=Math.round(k/T*100),F=O>=f;return(0,yt.jsx)(ie.div,{initial:{opacity:0,scale:.9},animate:{opacity:1,scale:1},className:B("w-full max-w-2xl mx-auto",m),children:(0,yt.jsxs)(Be,{children:[(0,yt.jsxs)(yr,{className:"text-center",children:[(0,yt.jsx)("div",{className:"mx-auto mb-4",children:(0,yt.jsx)(VA,{className:B("w-16 h-16",F?"text-yellow-500":"text-muted-foreground")})}),(0,yt.jsx)(Or,{className:"text-3xl",children:"Quiz Complete!"}),(0,yt.jsx)(qi,{children:"Here's how you performed"})]}),(0,yt.jsxs)(Ve,{className:"space-y-6",children:[(0,yt.jsxs)("div",{className:"text-center",children:[(0,yt.jsxs)("div",{className:"text-5xl font-bold mb-2",children:[O,"%"]}),(0,yt.jsx)(ps,{value:O,className:"h-3 mb-4"}),(0,yt.jsxs)("div",{className:"flex justify-between text-sm text-muted-foreground",children:[(0,yt.jsxs)("span",{children:["Score: ",k,"/",T]}),(0,yt.jsx)("span",{children:F?(0,yt.jsx)(Nt,{variant:"success",children:"Passed"}):(0,yt.jsx)(Nt,{variant:"destructive",children:"Failed"})})]})]}),l&&(0,yt.jsxs)("div",{className:"space-y-2",children:[(0,yt.jsx)("h3",{className:"font-semibold",children:"Review Answers"}),x.map((_,M)=>{let j=g.find(H=>H.id===_.questionId);return(0,yt.jsxs)("div",{className:"flex items-center justify-between p-2 rounded-lg bg-muted/50",children:[(0,yt.jsxs)("span",{className:"text-sm",children:[s&&`Q${M+1}: `,j?.question.substring(0,50),"..."]}),(0,yt.jsxs)(Nt,{variant:_.isCorrect?"success":"destructive",children:[_.points,"/",j?.points||1]})]},_.questionId)})]}),(0,yt.jsxs)("div",{className:"flex gap-2",children:[(0,yt.jsxs)(te,{className:"flex-1",onClick:()=>window.location.reload(),children:[(0,yt.jsx)(lv,{className:"w-4 h-4 mr-2"}),"Retake Quiz"]}),(0,yt.jsxs)(te,{variant:"outline",children:[(0,yt.jsx)(un,{className:"w-4 h-4 mr-2"}),"Download Results"]}),(0,yt.jsxs)(te,{variant:"outline",children:[(0,yt.jsx)(cv,{className:"w-4 h-4 mr-2"}),"Share"]})]})]})]})})}return(0,yt.jsxs)("div",{className:B("w-full",m),children:[o&&a&&(0,yt.jsxs)("div",{className:"mb-6 flex items-center justify-between",children:[(0,yt.jsxs)("div",{className:"flex items-center gap-2",children:[(0,yt.jsx)(In,{className:"w-4 h-4"}),(0,yt.jsxs)("span",{className:"text-sm font-medium",children:["Time Remaining: ",R(b)]})]}),(0,yt.jsx)(ps,{value:b/a*100,className:"w-32 h-2"})]}),(0,yt.jsx)(O_,{steps:I,onComplete:V,allowStepSkip:c,validateOnStepChange:!0,showProgressBar:i,progressType:"dots",animationType:"slide"})]})},TQt=e=>{let{hasProAccess:t,isLoading:r}=Ut();return!r&&!t?(0,yt.jsx)(Be,{className:B("w-full",e.className),children:(0,yt.jsx)(Ve,{className:"py-12 text-center",children:(0,yt.jsxs)("div",{className:"max-w-md mx-auto space-y-4",children:[(0,yt.jsx)("div",{className:"rounded-full bg-purple-100 dark:bg-purple-900/30 p-3 w-fit mx-auto",children:(0,yt.jsx)(Ct,{className:"h-6 w-6 text-purple-600 dark:text-purple-400"})}),(0,yt.jsxs)("div",{children:[(0,yt.jsx)("h3",{className:"font-semibold text-lg mb-2",children:"Pro Feature"}),(0,yt.jsx)("p",{className:"text-muted-foreground text-sm mb-4",children:"Quiz Form is available exclusively to MoonUI Pro subscribers."}),(0,yt.jsx)("a",{href:"/pricing",children:(0,yt.jsxs)(te,{size:"sm",children:[(0,yt.jsx)(vt,{className:"mr-2 h-4 w-4"}),"Upgrade to Pro"]})})]})]})})}):(0,yt.jsx)(MQt,{...e})},AQt=TQt;var id=L(ce(),1);var zr=L(fe(),1),LQt={visa:/^4/,mastercard:/^5[1-5]/,amex:/^3[47]/,discover:/^6(?:011|5)/,diners:/^3(?:0[0-5]|[68])/,jcb:/^35/,unionpay:/^62/};function EQt(e,t){let r=e.replace(/\s+/g,"").replace(/[^0-9]/gi,""),n=t==="amex"?r.match(/\d{1,4}/g):r.match(/\d{1,4}/g);return n?n.join(" "):r}function DQt(e){let t=e.replace(/\s+/g,"").replace(/[^0-9]/gi,"");return t.length>=2?t.slice(0,2)+(t.length>2?"/"+t.slice(2,4):""):t}function OQt(e){let t=e.replace(/\s+/g,"");for(let[r,n]of Object.entries(LQt))if(n.test(t))return r;return null}function _Qt(e){let t=e.replace(/\s+/g,"");if(!/^\d+$/.test(t))return!1;let r=0,n=!1;for(let o=t.length-1;o>=0;o--){let a=parseInt(t.charAt(o),10);n&&(a*=2,a>9&&(a-=9)),r+=a,n=!n}return r%10===0}function FQt(e){let t=e.split("/");if(t.length!==2)return!1;let r=parseInt(t[0],10),n=parseInt("20"+t[1],10);if(r<1||r>12)return!1;let o=new Date;return new Date(n,r-1)>o}var J9e=id.default.forwardRef(({value:e={number:"",expiry:"",cvc:"",name:""},onChange:t,showCardPreview:r=!0,showCardType:n=!0,showSecurityBadge:o=!0,autoFormat:a=!0,validateOnChange:i=!1,labels:s={},placeholders:l={},errors:c={},className:u,inputClassName:d,labelClassName:f,errorClassName:p,disabled:h,required:m,...g},v)=>{let[y,x]=(0,id.useState)(null),[C,b]=(0,id.useState)(null),[w,S]=(0,id.useState)({}),P=(0,id.useRef)(null),N=(0,id.useRef)(null),D=(0,id.useRef)(null),E=(0,id.useRef)(null);(0,id.useEffect)(()=>{let V=OQt(e.number);x(V)},[e.number]),(0,id.useEffect)(()=>{if(!i)return;let V={};e.number&&!_Qt(e.number)&&(V.number="Invalid card number"),e.expiry&&!FQt(e.expiry)&&(V.expiry="Invalid expiry date"),e.cvc&&(e.cvc.length<3||e.cvc.length>4)&&(V.cvc="Invalid CVC"),S(V)},[e,i]);let A=(V,R)=>{let I=R;if(a){if(V==="number"){I=EQt(R,y||void 0);let k=y==="amex"?18:19;if(I.length>k)return}else if(V==="expiry"){if(I=DQt(R),I.length>5)return}else if(V==="cvc"){I=R.replace(/\D/g,"");let k=y==="amex"?4:3;if(I.length>k)return}}t?.({...e,[V]:I}),a&&(V==="number"&&I.length===(y==="amex"?18:19)?N.current?.focus():V==="expiry"&&I.length===5?D.current?.focus():V==="cvc"&&I.length===(y==="amex"?4:3)&&E.current?.focus())},z={...w,...c};return(0,zr.jsxs)("div",{ref:v,className:B("space-y-4",u),...g,children:[r&&(0,zr.jsxs)(ie.div,{className:"relative w-full max-w-md mx-auto h-48 rounded-xl bg-gradient-to-r from-blue-600 to-purple-600 dark:from-blue-700 dark:to-purple-700 p-6 text-white shadow-xl overflow-hidden",initial:{opacity:0,y:-20},animate:{opacity:1,y:0},transition:{duration:.3},children:[(0,zr.jsxs)("div",{className:"flex justify-between items-start mb-8",children:[(0,zr.jsx)("div",{className:"text-lg font-semibold",children:y?y.toUpperCase():"CARD"}),(0,zr.jsx)(XT,{className:"w-8 h-8 text-white/80"})]}),(0,zr.jsxs)("div",{className:"space-y-4",children:[(0,zr.jsx)("div",{className:"text-xl font-mono tracking-wider",children:e.number||"\u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022 \u2022\u2022\u2022\u2022"}),(0,zr.jsxs)("div",{className:"flex justify-between",children:[(0,zr.jsxs)("div",{children:[(0,zr.jsx)("div",{className:"text-xs text-white/70",children:"NAME"}),(0,zr.jsx)("div",{className:"text-sm uppercase",children:e.name||"YOUR NAME"})]}),(0,zr.jsxs)("div",{children:[(0,zr.jsx)("div",{className:"text-xs text-white/70",children:"EXPIRES"}),(0,zr.jsx)("div",{className:"text-sm",children:e.expiry||"MM/YY"})]})]})]})]}),(0,zr.jsxs)("div",{className:"space-y-4",children:[(0,zr.jsxs)("div",{className:"space-y-1",children:[(0,zr.jsxs)(bt,{htmlFor:"card-number",className:f,children:[s.number||"Card Number",m&&(0,zr.jsx)("span",{className:"text-destructive ml-1",children:"*"})]}),(0,zr.jsxs)("div",{className:"relative",children:[(0,zr.jsx)(Kt,{ref:P,id:"card-number",type:"text",inputMode:"numeric",value:e.number,onChange:V=>A("number",V.target.value),onFocus:()=>b("number"),onBlur:()=>b(null),placeholder:l.number||"1234 5678 9012 3456",className:B("pr-20",z.number&&"border-destructive",d),disabled:h}),n&&y&&(0,zr.jsx)("div",{className:"absolute right-3 top-1/2 -translate-y-1/2 text-sm font-medium text-muted-foreground",children:y.toUpperCase()})]}),z.number&&(0,zr.jsx)("p",{className:B("text-sm text-destructive",p),children:z.number})]}),(0,zr.jsxs)("div",{className:"grid grid-cols-2 gap-4",children:[(0,zr.jsxs)("div",{className:"space-y-1",children:[(0,zr.jsxs)(bt,{htmlFor:"card-expiry",className:f,children:[s.expiry||"Expiry Date",m&&(0,zr.jsx)("span",{className:"text-destructive ml-1",children:"*"})]}),(0,zr.jsx)(Kt,{ref:N,id:"card-expiry",type:"text",inputMode:"numeric",value:e.expiry,onChange:V=>A("expiry",V.target.value),onFocus:()=>b("expiry"),onBlur:()=>b(null),placeholder:l.expiry||"MM/YY",className:B(z.expiry&&"border-destructive",d),disabled:h}),z.expiry&&(0,zr.jsx)("p",{className:B("text-sm text-destructive",p),children:z.expiry})]}),(0,zr.jsxs)("div",{className:"space-y-1",children:[(0,zr.jsxs)(bt,{htmlFor:"card-cvc",className:f,children:[s.cvc||"CVC",m&&(0,zr.jsx)("span",{className:"text-destructive ml-1",children:"*"})]}),(0,zr.jsxs)("div",{className:"relative",children:[(0,zr.jsx)(Kt,{ref:D,id:"card-cvc",type:"text",inputMode:"numeric",value:e.cvc,onChange:V=>A("cvc",V.target.value),onFocus:()=>b("cvc"),onBlur:()=>b(null),placeholder:l.cvc||y==="amex"?"1234":"123",className:B(z.cvc&&"border-destructive",d),disabled:h}),o&&(0,zr.jsx)(Ct,{className:"absolute right-3 top-1/2 -translate-y-1/2 w-4 h-4 text-muted-foreground"})]}),z.cvc&&(0,zr.jsx)("p",{className:B("text-sm text-destructive",p),children:z.cvc})]})]}),(0,zr.jsxs)("div",{className:"space-y-1",children:[(0,zr.jsx)(bt,{htmlFor:"card-name",className:f,children:s.name||"Cardholder Name"}),(0,zr.jsx)(Kt,{ref:E,id:"card-name",type:"text",value:e.name,onChange:V=>A("name",V.target.value),onFocus:()=>b("name"),onBlur:()=>b(null),placeholder:l.name||"John Doe",className:B(z.name&&"border-destructive",d),disabled:h}),z.name&&(0,zr.jsx)("p",{className:B("text-sm text-destructive",p),children:z.name})]})]}),o&&(0,zr.jsxs)("div",{className:"flex items-center gap-2 text-sm text-muted-foreground",children:[(0,zr.jsx)(Ct,{className:"w-4 h-4"}),(0,zr.jsx)("span",{children:"Your payment information is secure and encrypted"})]})]})});J9e.displayName="MoonUICreditCardInputPro";var Hl=L(ce(),1);var tt=L(fe(),1),eKe=mt("relative w-full rounded-lg border bg-card text-card-foreground shadow-sm",{variants:{variant:{default:"border-border",exam:"border-primary/20 bg-primary/5",personality:"border-secondary/20 bg-secondary/5"},size:{sm:"p-4",md:"p-6",lg:"p-8"}},defaultVariants:{variant:"default",size:"md"}}),tKe=Hl.default.forwardRef(({className:e,variant:t,size:r,questions:n,settings:o={},onComplete:a,onProgress:i,title:s,description:l,...c},u)=>{let[d,f]=(0,Hl.useState)([]),[p,h]=(0,Hl.useState)(0),[m,g]=(0,Hl.useState)({}),[v,y]=(0,Hl.useState)(!1),[x,C]=(0,Hl.useState)(null),[b,w]=(0,Hl.useState)(o.timeLimit?o.timeLimit*60:null),[S,P]=(0,Hl.useState)(Date.now()),[N,D]=(0,Hl.useState)(!1),[E,A]=(0,Hl.useState)(0);(0,Hl.useEffect)(()=>{let H=[...n];o.shuffleQuestions&&(H=V(H)),o.shuffleOptions&&(H=H.map(q=>q.options?{...q,options:V([...q.options])}:q)),f(H)},[n,o.shuffleQuestions,o.shuffleOptions]),(0,Hl.useEffect)(()=>{if(b===null||b<=0||v)return;let H=setInterval(()=>{w(q=>q===null||q<=1?(T(),0):q-1)},1e3);return()=>clearInterval(H)},[b,v]),(0,Hl.useEffect)(()=>{i&&i(p+1,d.length)},[p,d.length,i]);let z=d[p],V=H=>{let q=[...H];for(let G=q.length-1;G>0;G--){let U=Math.floor(Math.random()*(G+1));[q[G],q[U]]=[q[U],q[G]]}return q},R=H=>{let q=Date.now()-S;g(G=>({...G,[z.id]:{questionId:z.id,answer:H,timeSpent:q}}))},I=()=>{p<d.length-1?(h(H=>H+1),P(Date.now()),D(!1)):T()},k=()=>{p>0&&(h(H=>H-1),D(!1))},T=()=>{let H=O();C(H),y(!0),A(q=>q+1),a&&a(H)},O=()=>{let H=0,q=0,G=[];d.forEach(Y=>{let Q=m[Y.id],ae=Y.points||1;H+=ae;let oe=!1;if(Q?.answer&&Y.correctAnswer!==void 0)switch(Y.type){case"single-choice":case"true-false":case"text":oe=Q.answer===Y.correctAnswer;break;case"multiple-choice":Array.isArray(Q.answer)&&Array.isArray(Y.correctAnswer)&&(oe=Q.answer.length===Y.correctAnswer.length&&Q.answer.every(Ae=>Y.correctAnswer.includes(Ae)));break;case"matching":if(typeof Q.answer=="object"&&typeof Y.correctAnswer=="object"){let Ae=Y.correctAnswer,Se=Q.answer;oe=Object.keys(Ae).every(Oe=>Ae[Oe]===Se[Oe])}break;case"rating":oe=!0;break}oe&&(q+=ae),G.push({questionId:Y.id,userAnswer:Q?.answer||null,correctAnswer:Y.correctAnswer,isCorrect:oe,points:oe?ae:0})});let U=H>0?q/H*100:0,K=Object.values(m).reduce((Y,Q)=>Y+(Q.timeSpent||0),0);return{score:q,totalScore:H,percentage:U,passed:o.passingScore?U>=o.passingScore:void 0,answers:G,timeSpent:K,completedAt:new Date}},F=()=>{h(0),g({}),y(!1),C(null),w(o.timeLimit?o.timeLimit*60:null),P(Date.now()),D(!1),o.shuffleQuestions&&f(V([...n]))},_=()=>{if(!x)return;let H={title:s,completedAt:x.completedAt,score:x.score,totalScore:x.totalScore,percentage:x.percentage,passed:x.passed,timeSpent:x.timeSpent,answers:x.answers.map(K=>({question:d.find(Q=>Q.id===K.questionId)?.question,userAnswer:K.userAnswer,correctAnswer:K.correctAnswer,isCorrect:K.isCorrect,points:K.points}))},q=new Blob([JSON.stringify(H,null,2)],{type:"application/json"}),G=URL.createObjectURL(q),U=document.createElement("a");U.href=G,U.download=`quiz-results-${Date.now()}.json`,U.click(),URL.revokeObjectURL(G)},M=H=>{let q=Math.floor(H/60),G=H%60;return`${q}:${G.toString().padStart(2,"0")}`},j=()=>{if(!z)return null;let H=m[z.id]?.answer;switch(z.type){case"single-choice":case"true-false":return(0,tt.jsx)("div",{className:"space-y-3",children:z.options?.map((K,Y)=>(0,tt.jsx)(ie.button,{initial:{opacity:0,x:-20},animate:{opacity:1,x:0},transition:{delay:Y*.1},onClick:()=>R(K),className:B("w-full text-left p-4 rounded-lg border transition-colors",H===K?"border-primary bg-primary/10":"border-border hover:border-primary/50"),children:K},Y))});case"multiple-choice":return(0,tt.jsx)("div",{className:"space-y-3",children:z.options?.map((K,Y)=>{let Q=Array.isArray(H)&&H.includes(K);return(0,tt.jsx)(ie.button,{initial:{opacity:0,x:-20},animate:{opacity:1,x:0},transition:{delay:Y*.1},onClick:()=>{let ae=H||[],oe=Q?ae.filter(Ae=>Ae!==K):[...ae,K];R(oe)},className:B("w-full text-left p-4 rounded-lg border transition-colors",Q?"border-primary bg-primary/10":"border-border hover:border-primary/50"),children:(0,tt.jsxs)("div",{className:"flex items-center gap-3",children:[(0,tt.jsx)("div",{className:B("w-5 h-5 rounded border-2 transition-colors",Q?"bg-primary border-primary":"border-border"),children:Q&&(0,tt.jsx)(_s,{className:"w-full h-full text-primary-foreground"})}),K]})},Y)})});case"text":return(0,tt.jsx)(ie.div,{initial:{opacity:0,y:20},animate:{opacity:1,y:0},children:(0,tt.jsx)("textarea",{className:"w-full p-4 rounded-lg border border-input bg-background resize-none",rows:4,placeholder:"Type your answer here...",value:H||"",onChange:K=>R(K.target.value)})});case"rating":let q=z.maxRating||5,G=typeof H=="number"?H:0;return(0,tt.jsxs)(ie.div,{initial:{opacity:0,y:20},animate:{opacity:1,y:0},className:"space-y-4",children:[(0,tt.jsx)("div",{className:"flex justify-center gap-2",children:Array.from({length:q},(K,Y)=>Y+1).map(K=>(0,tt.jsx)("button",{onClick:()=>R(K),className:"transition-transform hover:scale-110",children:(0,tt.jsx)(is,{className:B("w-10 h-10 transition-colors",K<=G?"fill-yellow-500 text-yellow-500":"text-muted-foreground")})},K))}),z.ratingLabels&&(0,tt.jsxs)("div",{className:"flex justify-between text-sm text-muted-foreground",children:[(0,tt.jsx)("span",{children:z.ratingLabels[0]}),(0,tt.jsx)("span",{children:z.ratingLabels[1]})]})]});case"matching":let U=H||{};return(0,tt.jsxs)("div",{className:"grid grid-cols-2 gap-6",children:[(0,tt.jsxs)("div",{className:"space-y-3",children:[(0,tt.jsx)("h4",{className:"font-medium mb-2",children:"Match these items:"}),z.leftOptions?.map((K,Y)=>(0,tt.jsx)(ie.div,{initial:{opacity:0,x:-20},animate:{opacity:1,x:0},transition:{delay:Y*.1},className:"p-3 rounded-lg border bg-muted/50",children:K},K))]}),(0,tt.jsxs)("div",{className:"space-y-3",children:[(0,tt.jsx)("h4",{className:"font-medium mb-2",children:"With these:"}),z.leftOptions?.map(K=>(0,tt.jsx)(ie.div,{initial:{opacity:0,x:20},animate:{opacity:1,x:0},children:(0,tt.jsxs)("select",{className:"w-full p-3 rounded-lg border bg-background",value:U[K]||"",onChange:Y=>R({...U,[K]:Y.target.value}),children:[(0,tt.jsx)("option",{value:"",children:"Select..."}),z.rightOptions?.map(Y=>(0,tt.jsx)("option",{value:Y,children:Y},Y))]})},K))]})]});default:return null}};return v&&x?(0,tt.jsx)("div",{ref:u,className:B(eKe({variant:t,size:r}),e),...c,children:(0,tt.jsxs)(ie.div,{initial:{opacity:0,scale:.95},animate:{opacity:1,scale:1},className:"space-y-6",children:[(0,tt.jsxs)("div",{className:"text-center",children:[(0,tt.jsx)("h2",{className:"text-2xl font-bold mb-2",children:"Quiz Completed!"}),(0,tt.jsxs)("div",{className:"text-5xl font-bold mb-4",children:[x.percentage.toFixed(1),"%"]}),(0,tt.jsxs)("p",{className:"text-muted-foreground",children:["You scored ",x.score," out of ",x.totalScore," points"]}),x.passed!==void 0&&(0,tt.jsx)("div",{className:B("mt-4 inline-flex items-center gap-2 px-4 py-2 rounded-full",x.passed?"bg-green-100 text-green-700":"bg-red-100 text-red-700"),children:x.passed?(0,tt.jsxs)(tt.Fragment,{children:[(0,tt.jsx)(_s,{className:"w-5 h-5"}),"Passed"]}):(0,tt.jsxs)(tt.Fragment,{children:[(0,tt.jsx)(aa,{className:"w-5 h-5"}),"Failed"]})})]}),o.allowReview&&(0,tt.jsxs)("div",{className:"space-y-4",children:[(0,tt.jsx)("h3",{className:"font-semibold",children:"Review Answers:"}),x.answers.map((H,q)=>{let G=d.find(U=>U.id===H.questionId);return G?(0,tt.jsx)("div",{className:"p-4 rounded-lg border bg-muted/50",children:(0,tt.jsxs)("div",{className:"flex items-start gap-3",children:[H.isCorrect?(0,tt.jsx)(_s,{className:"w-5 h-5 text-green-600 mt-0.5"}):(0,tt.jsx)(aa,{className:"w-5 h-5 text-red-600 mt-0.5"}),(0,tt.jsxs)("div",{className:"flex-1",children:[(0,tt.jsxs)("p",{className:"font-medium mb-2",children:[q+1,". ",G.question]}),(0,tt.jsxs)("p",{className:"text-sm text-muted-foreground",children:["Your answer: ",JSON.stringify(H.userAnswer)]}),!H.isCorrect&&G.correctAnswer!==void 0&&(0,tt.jsxs)("p",{className:"text-sm text-green-600 mt-1",children:["Correct answer: ",JSON.stringify(G.correctAnswer)]}),G.explanation&&(0,tt.jsx)("p",{className:"text-sm text-muted-foreground mt-2",children:G.explanation})]})]})},H.questionId):null})]}),(0,tt.jsxs)("div",{className:"flex gap-3 justify-center",children:[(!o.maxAttempts||E<o.maxAttempts)&&(0,tt.jsxs)("button",{onClick:F,className:"inline-flex items-center gap-2 px-4 py-2 rounded-lg bg-primary text-primary-foreground hover:bg-primary/90",children:[(0,tt.jsx)(lv,{className:"w-4 h-4"}),"Try Again"]}),(0,tt.jsxs)("button",{onClick:_,className:"inline-flex items-center gap-2 px-4 py-2 rounded-lg border hover:bg-muted",children:[(0,tt.jsx)(un,{className:"w-4 h-4"}),"Download Results"]})]})]})}):(0,tt.jsxs)("div",{ref:u,className:B(eKe({variant:t,size:r}),e),...c,children:[(s||b!==null)&&(0,tt.jsxs)("div",{className:"mb-6 flex items-center justify-between",children:[(0,tt.jsxs)("div",{children:[s&&(0,tt.jsx)("h2",{className:"text-2xl font-bold",children:s}),l&&(0,tt.jsx)("p",{className:"text-muted-foreground mt-1",children:l})]}),b!==null&&(0,tt.jsxs)("div",{className:B("flex items-center gap-2 px-3 py-1 rounded-full text-sm font-medium",b<60?"bg-red-100 text-red-700":"bg-muted"),children:[(0,tt.jsx)(In,{className:"w-4 h-4"}),M(b)]})]}),(0,tt.jsxs)("div",{className:"mb-6",children:[(0,tt.jsxs)("div",{className:"flex items-center justify-between text-sm text-muted-foreground mb-2",children:[(0,tt.jsxs)("span",{children:["Question ",p+1," of ",d.length]}),(0,tt.jsxs)("span",{children:[Math.round((p+1)/d.length*100),"%"]})]}),(0,tt.jsx)("div",{className:"h-2 bg-muted rounded-full overflow-hidden",children:(0,tt.jsx)(ie.div,{className:"h-full bg-primary",initial:{width:0},animate:{width:`${(p+1)/d.length*100}%`},transition:{duration:.3}})})]}),(0,tt.jsx)(Dt,{mode:"wait",children:z&&(0,tt.jsxs)(ie.div,{initial:{opacity:0,x:20},animate:{opacity:1,x:0},exit:{opacity:0,x:-20},className:"mb-6",children:[(0,tt.jsxs)("h3",{className:"text-lg font-semibold mb-4",children:[z.question,z.required&&(0,tt.jsx)("span",{className:"text-red-500 ml-1",children:"*"})]}),j(),o.showHints&&z.hint&&(0,tt.jsxs)("div",{className:"mt-4",children:[(0,tt.jsxs)("button",{onClick:()=>D(!N),className:"inline-flex items-center gap-2 text-sm text-muted-foreground hover:text-foreground",children:[(0,tt.jsx)(Jp,{className:"w-4 h-4"}),N?"Hide":"Show"," Hint"]}),N&&(0,tt.jsx)(ie.div,{initial:{opacity:0,height:0},animate:{opacity:1,height:"auto"},className:"mt-2 p-3 rounded-lg bg-muted/50 text-sm",children:z.hint})]}),o.showInstantFeedback&&m[z.id]&&z.correctAnswer!==void 0&&(0,tt.jsx)(ie.div,{initial:{opacity:0,y:10},animate:{opacity:1,y:0},className:"mt-4",children:(()=>{let H=m[z.id].answer,q=!1;switch(z.type){case"single-choice":case"true-false":q=H===z.correctAnswer;break}return(0,tt.jsxs)("div",{className:B("p-3 rounded-lg flex items-start gap-2",q?"bg-green-100 text-green-700":"bg-red-100 text-red-700"),children:[q?(0,tt.jsx)(_s,{className:"w-5 h-5 mt-0.5"}):(0,tt.jsx)(aa,{className:"w-5 h-5 mt-0.5"}),(0,tt.jsxs)("div",{children:[(0,tt.jsx)("p",{className:"font-medium",children:q?"Correct!":"Incorrect"}),z.explanation&&(0,tt.jsx)("p",{className:"text-sm mt-1",children:z.explanation})]})]})})()})]},z.id)}),(0,tt.jsxs)("div",{className:"flex items-center justify-between",children:[(0,tt.jsxs)("button",{onClick:k,disabled:p===0,className:B("inline-flex items-center gap-2 px-4 py-2 rounded-lg transition-colors",p===0?"opacity-50 cursor-not-allowed bg-muted text-muted-foreground":"bg-muted hover:bg-muted/80"),children:[(0,tt.jsx)(oa,{className:"w-4 h-4"}),"Previous"]}),(0,tt.jsxs)("button",{onClick:p===d.length-1?T:I,disabled:z?.required&&!m[z.id],className:B("inline-flex items-center gap-2 px-4 py-2 rounded-lg transition-colors",z?.required&&!m[z.id]?"opacity-50 cursor-not-allowed bg-muted text-muted-foreground":"bg-primary text-primary-foreground hover:bg-primary/90"),children:[p===d.length-1?"Complete":"Next",(0,tt.jsx)(Bn,{className:"w-4 h-4"})]})]})]})});tKe.displayName="MoonUIQuizFormProInternal";var cle=Hl.default.forwardRef((e,t)=>{let{hasProAccess:r,isLoading:n}=Ut();return!n&&!r?(0,tt.jsx)(Be,{className:B("w-full",e.className),children:(0,tt.jsx)(Ve,{className:"py-12 text-center",children:(0,tt.jsxs)("div",{className:"max-w-md mx-auto space-y-4",children:[(0,tt.jsx)("div",{className:"rounded-full bg-purple-100 dark:bg-purple-900/30 p-3 w-fit mx-auto",children:(0,tt.jsx)(Ct,{className:"h-6 w-6 text-purple-600 dark:text-purple-400"})}),(0,tt.jsxs)("div",{children:[(0,tt.jsx)("h3",{className:"font-semibold text-lg mb-2",children:"Pro Feature"}),(0,tt.jsx)("p",{className:"text-muted-foreground text-sm mb-4",children:"MoonUI Quiz Form is available exclusively to MoonUI Pro subscribers."}),(0,tt.jsx)("a",{href:"/pricing",children:(0,tt.jsxs)(te,{size:"sm",children:[(0,tt.jsx)(vt,{className:"mr-2 h-4 w-4"}),"Upgrade to Pro"]})})]})]})})}):(0,tt.jsx)(tKe,{...e,ref:t})});cle.displayName="MoonUIQuizFormPro";var gd=L(ce(),1);var Z=L(it(),1),Tn=L(it(),1);var sd=L(it(),1);var jl=L(it(),1);var XS=L(Mr(),1),Z6="Collapsible",[BQt,ule]=on(Z6),[VQt,dle]=BQt(Z6),rKe=jl.forwardRef((e,t)=>{let{__scopeCollapsible:r,open:n,defaultOpen:o,disabled:a,onOpenChange:i,...s}=e,[l,c]=$n({prop:n,defaultProp:o??!1,onChange:i,caller:Z6});return(0,XS.jsx)(VQt,{scope:r,disabled:a,contentId:No(),open:l,onOpenToggle:jl.useCallback(()=>c(u=>!u),[c]),children:(0,XS.jsx)(et.div,{"data-state":ple(l),"data-disabled":a?"":void 0,...s,ref:t})})});rKe.displayName=Z6;var nKe="CollapsibleTrigger",oKe=jl.forwardRef((e,t)=>{let{__scopeCollapsible:r,...n}=e,o=dle(nKe,r);return(0,XS.jsx)(et.button,{type:"button","aria-controls":o.contentId,"aria-expanded":o.open||!1,"data-state":ple(o.open),"data-disabled":o.disabled?"":void 0,disabled:o.disabled,...n,ref:t,onClick:ze(e.onClick,o.onOpenToggle)})});oKe.displayName=nKe;var fle="CollapsibleContent",aKe=jl.forwardRef((e,t)=>{let{forceMount:r,...n}=e,o=dle(fle,e.__scopeCollapsible);return(0,XS.jsx)(to,{present:r||o.open,children:({present:a})=>(0,XS.jsx)(zQt,{...n,ref:t,present:a})})});aKe.displayName=fle;var zQt=jl.forwardRef((e,t)=>{let{__scopeCollapsible:r,present:n,children:o,...a}=e,i=dle(fle,r),[s,l]=jl.useState(n),c=jl.useRef(null),u=zt(t,c),d=jl.useRef(0),f=d.current,p=jl.useRef(0),h=p.current,m=i.open||s,g=jl.useRef(m),v=jl.useRef(void 0);return jl.useEffect(()=>{let y=requestAnimationFrame(()=>g.current=!1);return()=>cancelAnimationFrame(y)},[]),En(()=>{let y=c.current;if(y){v.current=v.current||{transitionDuration:y.style.transitionDuration,animationName:y.style.animationName},y.style.transitionDuration="0s",y.style.animationName="none";let x=y.getBoundingClientRect();d.current=x.height,p.current=x.width,g.current||(y.style.transitionDuration=v.current.transitionDuration,y.style.animationName=v.current.animationName),l(n)}},[i.open,n]),(0,XS.jsx)(et.div,{"data-state":ple(i.open),"data-disabled":i.disabled?"":void 0,id:i.contentId,hidden:!m,...a,ref:u,style:{["--radix-collapsible-content-height"]:f?`${f}px`:void 0,["--radix-collapsible-content-width"]:h?`${h}px`:void 0,...e.style},children:m&&o})});function ple(e){return e?"open":"closed"}var iKe=rKe,sKe=oKe,lKe=aKe;var Ks=L(Mr(),1),Xm="Accordion",HQt=["Home","End","ArrowDown","ArrowUp","ArrowLeft","ArrowRight"],[hle,jQt,qQt]=$d(Xm),[eW,ITn]=on(Xm,[qQt,ule]),gle=ule(),$Qt=sd.default.forwardRef((e,t)=>{let{type:r,...n}=e,o=n,a=n;return(0,Ks.jsx)(hle.Provider,{scope:e.__scopeAccordion,children:r==="multiple"?(0,Ks.jsx)(XQt,{...a,ref:t}):(0,Ks.jsx)(KQt,{...o,ref:t})})});$Qt.displayName=Xm;var[cKe,WQt]=eW(Xm),[uKe,GQt]=eW(Xm,{collapsible:!1}),KQt=sd.default.forwardRef((e,t)=>{let{value:r,defaultValue:n,onValueChange:o=()=>{},collapsible:a=!1,...i}=e,[s,l]=$n({prop:r,defaultProp:n??"",onChange:o,caller:Xm});return(0,Ks.jsx)(cKe,{scope:e.__scopeAccordion,value:sd.default.useMemo(()=>s?[s]:[],[s]),onItemOpen:l,onItemClose:sd.default.useCallback(()=>a&&l(""),[a,l]),children:(0,Ks.jsx)(uKe,{scope:e.__scopeAccordion,collapsible:a,children:(0,Ks.jsx)(dKe,{...i,ref:t})})})}),XQt=sd.default.forwardRef((e,t)=>{let{value:r,defaultValue:n,onValueChange:o=()=>{},...a}=e,[i,s]=$n({prop:r,defaultProp:n??[],onChange:o,caller:Xm}),l=sd.default.useCallback(u=>s((d=[])=>[...d,u]),[s]),c=sd.default.useCallback(u=>s((d=[])=>d.filter(f=>f!==u)),[s]);return(0,Ks.jsx)(cKe,{scope:e.__scopeAccordion,value:i,onItemOpen:l,onItemClose:c,children:(0,Ks.jsx)(uKe,{scope:e.__scopeAccordion,collapsible:!0,children:(0,Ks.jsx)(dKe,{...a,ref:t})})})}),[YQt,tW]=eW(Xm),dKe=sd.default.forwardRef((e,t)=>{let{__scopeAccordion:r,disabled:n,dir:o,orientation:a="vertical",...i}=e,s=sd.default.useRef(null),l=zt(s,t),c=jQt(r),d=ip(o)==="ltr",f=ze(e.onKeyDown,p=>{if(!HQt.includes(p.key))return;let h=p.target,m=c().filter(P=>!P.ref.current?.disabled),g=m.findIndex(P=>P.ref.current===h),v=m.length;if(g===-1)return;p.preventDefault();let y=g,x=0,C=v-1,b=()=>{y=g+1,y>C&&(y=x)},w=()=>{y=g-1,y<x&&(y=C)};switch(p.key){case"Home":y=x;break;case"End":y=C;break;case"ArrowRight":a==="horizontal"&&(d?b():w());break;case"ArrowDown":a==="vertical"&&b();break;case"ArrowLeft":a==="horizontal"&&(d?w():b());break;case"ArrowUp":a==="vertical"&&w();break}let S=y%v;m[S].ref.current?.focus()});return(0,Ks.jsx)(YQt,{scope:r,disabled:n,direction:o,orientation:a,children:(0,Ks.jsx)(hle.Slot,{scope:r,children:(0,Ks.jsx)(et.div,{...i,"data-orientation":a,ref:l,onKeyDown:n?void 0:f})})})}),J6="AccordionItem",[QQt,vle]=eW(J6),fKe=sd.default.forwardRef((e,t)=>{let{__scopeAccordion:r,value:n,...o}=e,a=tW(J6,r),i=WQt(J6,r),s=gle(r),l=No(),c=n&&i.value.includes(n)||!1,u=a.disabled||e.disabled;return(0,Ks.jsx)(QQt,{scope:r,open:c,disabled:u,triggerId:l,children:(0,Ks.jsx)(iKe,{"data-orientation":a.orientation,"data-state":yKe(c),...s,...o,ref:t,disabled:u,open:c,onOpenChange:d=>{d?i.onItemOpen(n):i.onItemClose(n)}})})});fKe.displayName=J6;var pKe="AccordionHeader",mKe=sd.default.forwardRef((e,t)=>{let{__scopeAccordion:r,...n}=e,o=tW(Xm,r),a=vle(pKe,r);return(0,Ks.jsx)(et.h3,{"data-orientation":o.orientation,"data-state":yKe(a.open),"data-disabled":a.disabled?"":void 0,...n,ref:t})});mKe.displayName=pKe;var mle="AccordionTrigger",hKe=sd.default.forwardRef((e,t)=>{let{__scopeAccordion:r,...n}=e,o=tW(Xm,r),a=vle(mle,r),i=GQt(mle,r),s=gle(r);return(0,Ks.jsx)(hle.ItemSlot,{scope:r,children:(0,Ks.jsx)(sKe,{"aria-disabled":a.open&&!i.collapsible||void 0,"data-orientation":o.orientation,id:a.triggerId,...s,...n,ref:t})})});hKe.displayName=mle;var gKe="AccordionContent",vKe=sd.default.forwardRef((e,t)=>{let{__scopeAccordion:r,...n}=e,o=tW(Xm,r),a=vle(gKe,r),i=gle(r);return(0,Ks.jsx)(lKe,{role:"region","aria-labelledby":a.triggerId,"data-orientation":o.orientation,...i,...n,ref:t,style:{["--radix-accordion-content-height"]:"var(--radix-collapsible-content-height)",["--radix-accordion-content-width"]:"var(--radix-collapsible-content-width)",...e.style}})});vKe.displayName=gKe;function yKe(e){return e?"open":"closed"}var xKe=fKe,bKe=mKe,yle=hKe,xle=vKe;var nW=L(it());var wKe=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),JQt=e=>e.replace(/^([A-Z])|[\s-_]+(\w)/g,(t,r,n)=>n?n.toUpperCase():r.toLowerCase()),ble=e=>{let t=JQt(e);return t.charAt(0).toUpperCase()+t.slice(1)},rW=(...e)=>e.filter((t,r,n)=>!!t&&t.trim()!==""&&n.indexOf(t)===r).join(" ").trim(),CKe=e=>{for(let t in e)if(t.startsWith("aria-")||t==="role"||t==="title")return!0};var __=L(it());var SKe={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};var PKe=(0,__.forwardRef)(({color:e="currentColor",size:t=24,strokeWidth:r=2,absoluteStrokeWidth:n,className:o="",children:a,iconNode:i,...s},l)=>(0,__.createElement)("svg",{ref:l,...SKe,width:t,height:t,stroke:e,strokeWidth:n?Number(r)*24/Number(t):r,className:rW("lucide",o),...!a&&!CKe(s)&&{"aria-hidden":"true"},...s},[...i.map(([c,u])=>(0,__.createElement)(c,u)),...Array.isArray(a)?a:[a]]));var gt=(e,t)=>{let r=(0,nW.forwardRef)(({className:n,...o},a)=>(0,nW.createElement)(PKe,{ref:a,iconNode:t,className:rW(`lucide-${wKe(ble(e))}`,`lucide-${e}`,n),...o}));return r.displayName=ble(e),r};var eZt=[["path",{d:"M17 12H7",key:"16if0g"}],["path",{d:"M19 18H5",key:"18s9l3"}],["path",{d:"M21 6H3",key:"1jwq7v"}]],F_=gt("align-center",eZt);var tZt=[["path",{d:"M3 12h18",key:"1i2n21"}],["path",{d:"M3 18h18",key:"1h113x"}],["path",{d:"M3 6h18",key:"d0wm0j"}]],B_=gt("align-justify",tZt);var rZt=[["path",{d:"M15 12H3",key:"6jk70r"}],["path",{d:"M17 18H3",key:"1amg6g"}],["path",{d:"M21 6H3",key:"1jwq7v"}]],V_=gt("align-left",rZt);var nZt=[["path",{d:"M21 12H9",key:"dn1m92"}],["path",{d:"M21 18H7",key:"1ygte8"}],["path",{d:"M21 6H3",key:"1jwq7v"}]],z_=gt("align-right",nZt);var oZt=[["path",{d:"M6 12h9a4 4 0 0 1 0 8H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7a4 4 0 0 1 0 8",key:"mg9rjx"}]],U_=gt("bold",oZt);var aZt=[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]],My=gt("check",aZt);var iZt=[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]],C0=gt("chevron-down",iZt);var sZt=[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]],ON=gt("chevron-left",sZt);var lZt=[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]],S0=gt("chevron-right",lZt);var cZt=[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]],H_=gt("chevron-up",cZt);var uZt=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]],Eg=gt("circle-alert",uZt);var dZt=[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]],P0=gt("circle-check-big",dZt);var fZt=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],_N=gt("circle",fZt);var pZt=[["path",{d:"m16 18 6-6-6-6",key:"eg8j8"}],["path",{d:"m8 6-6 6 6 6",key:"ppft3o"}]],j_=gt("code",pZt);var mZt=[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2",key:"ynyp8z"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10",key:"1b3vmo"}]],q_=gt("credit-card",mZt);var hZt=[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}]],Ty=gt("ellipsis",hZt);var gZt=[["path",{d:"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",key:"1nclc0"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],$_=gt("eye",gZt);var vZt=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]],W_=gt("file-text",vZt);var yZt=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}]],G_=gt("file",yZt);var xZt=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}]],FN=gt("image",xZt);var bZt=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]],BN=gt("info",bZt);var wZt=[["line",{x1:"19",x2:"10",y1:"4",y2:"4",key:"15jd3p"}],["line",{x1:"14",x2:"5",y1:"20",y2:"20",key:"bu0au3"}],["line",{x1:"15",x2:"9",y1:"4",y2:"20",key:"uljnxc"}]],K_=gt("italic",wZt);var CZt=[["path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71",key:"1cjeqo"}],["path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71",key:"19qd67"}]],X_=gt("link",CZt);var SZt=[["path",{d:"M10 12h11",key:"6m4ad9"}],["path",{d:"M10 18h11",key:"11hvi2"}],["path",{d:"M10 6h11",key:"c7qv1k"}],["path",{d:"M4 10h2",key:"16xx2s"}],["path",{d:"M4 6h1v4",key:"cnovpq"}],["path",{d:"M6 18H4c0-1 2-2 2-3s-1-1.5-2-1",key:"m9a95d"}]],Y_=gt("list-ordered",SZt);var PZt=[["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M3 18h.01",key:"1tta3j"}],["path",{d:"M3 6h.01",key:"1rqtza"}],["path",{d:"M8 12h13",key:"1za7za"}],["path",{d:"M8 18h13",key:"1lx6n3"}],["path",{d:"M8 6h13",key:"ik3vkj"}]],Q_=gt("list",PZt);var IZt=[["path",{d:"M21 12a9 9 0 1 1-6.219-8.56",key:"13zald"}]],gf=gt("loader-circle",IZt);var RZt=[["path",{d:"M5 12h14",key:"1ays0h"}]],Z_=gt("minus",RZt);var kZt=[["path",{d:"M9 18V5l12-2v13",key:"1jmyc2"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["circle",{cx:"18",cy:"16",r:"3",key:"1hluhg"}]],J_=gt("music",kZt);var NZt=[["path",{d:"M12 22a1 1 0 0 1 0-20 10 9 0 0 1 10 9 5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z",key:"e79jfc"}],["circle",{cx:"13.5",cy:"6.5",r:".5",fill:"currentColor",key:"1okk4w"}],["circle",{cx:"17.5",cy:"10.5",r:".5",fill:"currentColor",key:"f64h9f"}],["circle",{cx:"6.5",cy:"12.5",r:".5",fill:"currentColor",key:"qy21gx"}],["circle",{cx:"8.5",cy:"7.5",r:".5",fill:"currentColor",key:"fotxhn"}]],e2=gt("palette",NZt);var MZt=[["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384",key:"9njp5v"}]],t2=gt("phone",MZt);var TZt=[["path",{d:"M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z",key:"rib7q0"}],["path",{d:"M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z",key:"1ymkrd"}]],r2=gt("quote",TZt);var AZt=[["path",{d:"M21 7v6h-6",key:"3ptur4"}],["path",{d:"M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7",key:"1kgawr"}]],n2=gt("redo",AZt);var LZt=[["path",{d:"m21 21-4.34-4.34",key:"14j7rj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]],o2=gt("search",LZt);var EZt=[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7",key:"1m0v6g"}],["path",{d:"M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z",key:"ohrbg2"}]],ld=gt("square-pen",EZt);var DZt=[["path",{d:"M16 4H9a3 3 0 0 0-2.83 4",key:"43sutm"}],["path",{d:"M14 12a4 4 0 0 1 0 8H6",key:"nlfj13"}],["line",{x1:"4",x2:"20",y1:"12",y2:"12",key:"1e0a9i"}]],a2=gt("strikethrough",DZt);var OZt=[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]],I0=gt("triangle-alert",OZt);var _Zt=[["path",{d:"M6 4v6a6 6 0 0 0 12 0V4",key:"9kb039"}],["line",{x1:"4",x2:"20",y1:"20",y2:"20",key:"nun2al"}]],i2=gt("underline",_Zt);var FZt=[["path",{d:"M3 7v6h6",key:"1v2h90"}],["path",{d:"M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13",key:"1r6uu6"}]],s2=gt("undo",FZt);var BZt=[["path",{d:"M12 3v12",key:"1x0j5s"}],["path",{d:"m17 8-5-5-5 5",key:"7q97r8"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}]],l2=gt("upload",BZt);var VZt=[["path",{d:"m16 13 5.223 3.482a.5.5 0 0 0 .777-.416V7.87a.5.5 0 0 0-.752-.432L16 10.5",key:"ftymec"}],["rect",{x:"2",y:"6",width:"14",height:"12",rx:"2",key:"158x01"}]],c2=gt("video",VZt);var zZt=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],Ay=gt("x",zZt);function IKe(e){var t,r,n="";if(typeof e=="string"||typeof e=="number")n+=e;else if(typeof e=="object")if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(r=IKe(e[t]))&&(n&&(n+=" "),n+=r)}else for(r in e)e[r]&&(n&&(n+=" "),n+=r);return n}function oW(){for(var e,t,r=0,n="",o=arguments.length;r<o;r++)(e=arguments[r])&&(t=IKe(e))&&(n&&(n+=" "),n+=t);return n}var Sle="-",UZt=e=>{let t=jZt(e),{conflictingClassGroups:r,conflictingClassGroupModifiers:n}=e;return{getClassGroupId:i=>{let s=i.split(Sle);return s[0]===""&&s.length!==1&&s.shift(),NKe(s,t)||HZt(i)},getConflictingClassGroupIds:(i,s)=>{let l=r[i]||[];return s&&n[i]?[...l,...n[i]]:l}}},NKe=(e,t)=>{if(e.length===0)return t.classGroupId;let r=e[0],n=t.nextPart.get(r),o=n?NKe(e.slice(1),n):void 0;if(o)return o;if(t.validators.length===0)return;let a=e.join(Sle);return t.validators.find(({validator:i})=>i(a))?.classGroupId},RKe=/^\[(.+)\]$/,HZt=e=>{if(RKe.test(e)){let t=RKe.exec(e)[1],r=t?.substring(0,t.indexOf(":"));if(r)return"arbitrary.."+r}},jZt=e=>{let{theme:t,prefix:r}=e,n={nextPart:new Map,validators:[]};return $Zt(Object.entries(e.classGroups),r).forEach(([a,i])=>{Cle(i,n,a,t)}),n},Cle=(e,t,r,n)=>{e.forEach(o=>{if(typeof o=="string"){let a=o===""?t:kKe(t,o);a.classGroupId=r;return}if(typeof o=="function"){if(qZt(o)){Cle(o(n),t,r,n);return}t.validators.push({validator:o,classGroupId:r});return}Object.entries(o).forEach(([a,i])=>{Cle(i,kKe(t,a),r,n)})})},kKe=(e,t)=>{let r=e;return t.split(Sle).forEach(n=>{r.nextPart.has(n)||r.nextPart.set(n,{nextPart:new Map,validators:[]}),r=r.nextPart.get(n)}),r},qZt=e=>e.isThemeGetter,$Zt=(e,t)=>t?e.map(([r,n])=>{let o=n.map(a=>typeof a=="string"?t+a:typeof a=="object"?Object.fromEntries(Object.entries(a).map(([i,s])=>[t+i,s])):a);return[r,o]}):e,WZt=e=>{if(e<1)return{get:()=>{},set:()=>{}};let t=0,r=new Map,n=new Map,o=(a,i)=>{r.set(a,i),t++,t>e&&(t=0,n=r,r=new Map)};return{get(a){let i=r.get(a);if(i!==void 0)return i;if((i=n.get(a))!==void 0)return o(a,i),i},set(a,i){r.has(a)?r.set(a,i):o(a,i)}}},MKe="!",GZt=e=>{let{separator:t,experimentalParseClassName:r}=e,n=t.length===1,o=t[0],a=t.length,i=s=>{let l=[],c=0,u=0,d;for(let g=0;g<s.length;g++){let v=s[g];if(c===0){if(v===o&&(n||s.slice(g,g+a)===t)){l.push(s.slice(u,g)),u=g+a;continue}if(v==="/"){d=g;continue}}v==="["?c++:v==="]"&&c--}let f=l.length===0?s:s.substring(u),p=f.startsWith(MKe),h=p?f.substring(1):f,m=d&&d>u?d-u:void 0;return{modifiers:l,hasImportantModifier:p,baseClassName:h,maybePostfixModifierPosition:m}};return r?s=>r({className:s,parseClassName:i}):i},KZt=e=>{if(e.length<=1)return e;let t=[],r=[];return e.forEach(n=>{n[0]==="["?(t.push(...r.sort(),n),r=[]):r.push(n)}),t.push(...r.sort()),t},XZt=e=>({cache:WZt(e.cacheSize),parseClassName:GZt(e),...UZt(e)}),YZt=/\s+/,QZt=(e,t)=>{let{parseClassName:r,getClassGroupId:n,getConflictingClassGroupIds:o}=t,a=[],i=e.trim().split(YZt),s="";for(let l=i.length-1;l>=0;l-=1){let c=i[l],{modifiers:u,hasImportantModifier:d,baseClassName:f,maybePostfixModifierPosition:p}=r(c),h=!!p,m=n(h?f.substring(0,p):f);if(!m){if(!h){s=c+(s.length>0?" "+s:s);continue}if(m=n(f),!m){s=c+(s.length>0?" "+s:s);continue}h=!1}let g=KZt(u).join(":"),v=d?g+MKe:g,y=v+m;if(a.includes(y))continue;a.push(y);let x=o(m,h);for(let C=0;C<x.length;++C){let b=x[C];a.push(v+b)}s=c+(s.length>0?" "+s:s)}return s};function ZZt(){let e=0,t,r,n="";for(;e<arguments.length;)(t=arguments[e++])&&(r=TKe(t))&&(n&&(n+=" "),n+=r);return n}var TKe=e=>{if(typeof e=="string")return e;let t,r="";for(let n=0;n<e.length;n++)e[n]&&(t=TKe(e[n]))&&(r&&(r+=" "),r+=t);return r};function JZt(e,...t){let r,n,o,a=i;function i(l){let c=t.reduce((u,d)=>d(u),e());return r=XZt(c),n=r.cache.get,o=r.cache.set,a=s,s(l)}function s(l){let c=n(l);if(c)return c;let u=QZt(l,r);return o(l,u),u}return function(){return a(ZZt.apply(null,arguments))}}var Oa=e=>{let t=r=>r[e]||[];return t.isThemeGetter=!0,t},AKe=/^\[(?:([a-z-]+):)?(.+)\]$/i,eJt=/^\d+\/\d+$/,tJt=new Set(["px","full","screen"]),rJt=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,nJt=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,oJt=/^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/,aJt=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,iJt=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,Ly=e=>VN(e)||tJt.has(e)||eJt.test(e),R0=e=>zN(e,"length",mJt),VN=e=>!!e&&!Number.isNaN(Number(e)),wle=e=>zN(e,"number",VN),u2=e=>!!e&&Number.isInteger(Number(e)),sJt=e=>e.endsWith("%")&&VN(e.slice(0,-1)),tn=e=>AKe.test(e),k0=e=>rJt.test(e),lJt=new Set(["length","size","percentage"]),cJt=e=>zN(e,lJt,LKe),uJt=e=>zN(e,"position",LKe),dJt=new Set(["image","url"]),fJt=e=>zN(e,dJt,gJt),pJt=e=>zN(e,"",hJt),d2=()=>!0,zN=(e,t,r)=>{let n=AKe.exec(e);return n?n[1]?typeof t=="string"?n[1]===t:t.has(n[1]):r(n[2]):!1},mJt=e=>nJt.test(e)&&!oJt.test(e),LKe=()=>!1,hJt=e=>aJt.test(e),gJt=e=>iJt.test(e);var vJt=()=>{let e=Oa("colors"),t=Oa("spacing"),r=Oa("blur"),n=Oa("brightness"),o=Oa("borderColor"),a=Oa("borderRadius"),i=Oa("borderSpacing"),s=Oa("borderWidth"),l=Oa("contrast"),c=Oa("grayscale"),u=Oa("hueRotate"),d=Oa("invert"),f=Oa("gap"),p=Oa("gradientColorStops"),h=Oa("gradientColorStopPositions"),m=Oa("inset"),g=Oa("margin"),v=Oa("opacity"),y=Oa("padding"),x=Oa("saturate"),C=Oa("scale"),b=Oa("sepia"),w=Oa("skew"),S=Oa("space"),P=Oa("translate"),N=()=>["auto","contain","none"],D=()=>["auto","hidden","clip","visible","scroll"],E=()=>["auto",tn,t],A=()=>[tn,t],z=()=>["",Ly,R0],V=()=>["auto",VN,tn],R=()=>["bottom","center","left","left-bottom","left-top","right","right-bottom","right-top","top"],I=()=>["solid","dashed","dotted","double","none"],k=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],T=()=>["start","end","center","between","around","evenly","stretch"],O=()=>["","0",tn],F=()=>["auto","avoid","all","avoid-page","page","left","right","column"],_=()=>[VN,tn];return{cacheSize:500,separator:":",theme:{colors:[d2],spacing:[Ly,R0],blur:["none","",k0,tn],brightness:_(),borderColor:[e],borderRadius:["none","","full",k0,tn],borderSpacing:A(),borderWidth:z(),contrast:_(),grayscale:O(),hueRotate:_(),invert:O(),gap:A(),gradientColorStops:[e],gradientColorStopPositions:[sJt,R0],inset:E(),margin:E(),opacity:_(),padding:A(),saturate:_(),scale:_(),sepia:O(),skew:_(),space:A(),translate:A()},classGroups:{aspect:[{aspect:["auto","square","video",tn]}],container:["container"],columns:[{columns:[k0]}],"break-after":[{"break-after":F()}],"break-before":[{"break-before":F()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:[...R(),tn]}],overflow:[{overflow:D()}],"overflow-x":[{"overflow-x":D()}],"overflow-y":[{"overflow-y":D()}],overscroll:[{overscroll:N()}],"overscroll-x":[{"overscroll-x":N()}],"overscroll-y":[{"overscroll-y":N()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:[m]}],"inset-x":[{"inset-x":[m]}],"inset-y":[{"inset-y":[m]}],start:[{start:[m]}],end:[{end:[m]}],top:[{top:[m]}],right:[{right:[m]}],bottom:[{bottom:[m]}],left:[{left:[m]}],visibility:["visible","invisible","collapse"],z:[{z:["auto",u2,tn]}],basis:[{basis:E()}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["wrap","wrap-reverse","nowrap"]}],flex:[{flex:["1","auto","initial","none",tn]}],grow:[{grow:O()}],shrink:[{shrink:O()}],order:[{order:["first","last","none",u2,tn]}],"grid-cols":[{"grid-cols":[d2]}],"col-start-end":[{col:["auto",{span:["full",u2,tn]},tn]}],"col-start":[{"col-start":V()}],"col-end":[{"col-end":V()}],"grid-rows":[{"grid-rows":[d2]}],"row-start-end":[{row:["auto",{span:[u2,tn]},tn]}],"row-start":[{"row-start":V()}],"row-end":[{"row-end":V()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":["auto","min","max","fr",tn]}],"auto-rows":[{"auto-rows":["auto","min","max","fr",tn]}],gap:[{gap:[f]}],"gap-x":[{"gap-x":[f]}],"gap-y":[{"gap-y":[f]}],"justify-content":[{justify:["normal",...T()]}],"justify-items":[{"justify-items":["start","end","center","stretch"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch"]}],"align-content":[{content:["normal",...T(),"baseline"]}],"align-items":[{items:["start","end","center","baseline","stretch"]}],"align-self":[{self:["auto","start","end","center","stretch","baseline"]}],"place-content":[{"place-content":[...T(),"baseline"]}],"place-items":[{"place-items":["start","end","center","baseline","stretch"]}],"place-self":[{"place-self":["auto","start","end","center","stretch"]}],p:[{p:[y]}],px:[{px:[y]}],py:[{py:[y]}],ps:[{ps:[y]}],pe:[{pe:[y]}],pt:[{pt:[y]}],pr:[{pr:[y]}],pb:[{pb:[y]}],pl:[{pl:[y]}],m:[{m:[g]}],mx:[{mx:[g]}],my:[{my:[g]}],ms:[{ms:[g]}],me:[{me:[g]}],mt:[{mt:[g]}],mr:[{mr:[g]}],mb:[{mb:[g]}],ml:[{ml:[g]}],"space-x":[{"space-x":[S]}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":[S]}],"space-y-reverse":["space-y-reverse"],w:[{w:["auto","min","max","fit","svw","lvw","dvw",tn,t]}],"min-w":[{"min-w":[tn,t,"min","max","fit"]}],"max-w":[{"max-w":[tn,t,"none","full","min","max","fit","prose",{screen:[k0]},k0]}],h:[{h:[tn,t,"auto","min","max","fit","svh","lvh","dvh"]}],"min-h":[{"min-h":[tn,t,"min","max","fit","svh","lvh","dvh"]}],"max-h":[{"max-h":[tn,t,"min","max","fit","svh","lvh","dvh"]}],size:[{size:[tn,t,"auto","min","max","fit"]}],"font-size":[{text:["base",k0,R0]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:["thin","extralight","light","normal","medium","semibold","bold","extrabold","black",wle]}],"font-family":[{font:[d2]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:["tighter","tight","normal","wide","wider","widest",tn]}],"line-clamp":[{"line-clamp":["none",VN,wle]}],leading:[{leading:["none","tight","snug","normal","relaxed","loose",Ly,tn]}],"list-image":[{"list-image":["none",tn]}],"list-style-type":[{list:["none","disc","decimal",tn]}],"list-style-position":[{list:["inside","outside"]}],"placeholder-color":[{placeholder:[e]}],"placeholder-opacity":[{"placeholder-opacity":[v]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"text-color":[{text:[e]}],"text-opacity":[{"text-opacity":[v]}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...I(),"wavy"]}],"text-decoration-thickness":[{decoration:["auto","from-font",Ly,R0]}],"underline-offset":[{"underline-offset":["auto",Ly,tn]}],"text-decoration-color":[{decoration:[e]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:A()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",tn]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",tn]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-opacity":[{"bg-opacity":[v]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:[...R(),uJt]}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","round","space"]}]}],"bg-size":[{bg:["auto","cover","contain",cJt]}],"bg-image":[{bg:["none",{"gradient-to":["t","tr","r","br","b","bl","l","tl"]},fJt]}],"bg-color":[{bg:[e]}],"gradient-from-pos":[{from:[h]}],"gradient-via-pos":[{via:[h]}],"gradient-to-pos":[{to:[h]}],"gradient-from":[{from:[p]}],"gradient-via":[{via:[p]}],"gradient-to":[{to:[p]}],rounded:[{rounded:[a]}],"rounded-s":[{"rounded-s":[a]}],"rounded-e":[{"rounded-e":[a]}],"rounded-t":[{"rounded-t":[a]}],"rounded-r":[{"rounded-r":[a]}],"rounded-b":[{"rounded-b":[a]}],"rounded-l":[{"rounded-l":[a]}],"rounded-ss":[{"rounded-ss":[a]}],"rounded-se":[{"rounded-se":[a]}],"rounded-ee":[{"rounded-ee":[a]}],"rounded-es":[{"rounded-es":[a]}],"rounded-tl":[{"rounded-tl":[a]}],"rounded-tr":[{"rounded-tr":[a]}],"rounded-br":[{"rounded-br":[a]}],"rounded-bl":[{"rounded-bl":[a]}],"border-w":[{border:[s]}],"border-w-x":[{"border-x":[s]}],"border-w-y":[{"border-y":[s]}],"border-w-s":[{"border-s":[s]}],"border-w-e":[{"border-e":[s]}],"border-w-t":[{"border-t":[s]}],"border-w-r":[{"border-r":[s]}],"border-w-b":[{"border-b":[s]}],"border-w-l":[{"border-l":[s]}],"border-opacity":[{"border-opacity":[v]}],"border-style":[{border:[...I(),"hidden"]}],"divide-x":[{"divide-x":[s]}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":[s]}],"divide-y-reverse":["divide-y-reverse"],"divide-opacity":[{"divide-opacity":[v]}],"divide-style":[{divide:I()}],"border-color":[{border:[o]}],"border-color-x":[{"border-x":[o]}],"border-color-y":[{"border-y":[o]}],"border-color-s":[{"border-s":[o]}],"border-color-e":[{"border-e":[o]}],"border-color-t":[{"border-t":[o]}],"border-color-r":[{"border-r":[o]}],"border-color-b":[{"border-b":[o]}],"border-color-l":[{"border-l":[o]}],"divide-color":[{divide:[o]}],"outline-style":[{outline:["",...I()]}],"outline-offset":[{"outline-offset":[Ly,tn]}],"outline-w":[{outline:[Ly,R0]}],"outline-color":[{outline:[e]}],"ring-w":[{ring:z()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:[e]}],"ring-opacity":[{"ring-opacity":[v]}],"ring-offset-w":[{"ring-offset":[Ly,R0]}],"ring-offset-color":[{"ring-offset":[e]}],shadow:[{shadow:["","inner","none",k0,pJt]}],"shadow-color":[{shadow:[d2]}],opacity:[{opacity:[v]}],"mix-blend":[{"mix-blend":[...k(),"plus-lighter","plus-darker"]}],"bg-blend":[{"bg-blend":k()}],filter:[{filter:["","none"]}],blur:[{blur:[r]}],brightness:[{brightness:[n]}],contrast:[{contrast:[l]}],"drop-shadow":[{"drop-shadow":["","none",k0,tn]}],grayscale:[{grayscale:[c]}],"hue-rotate":[{"hue-rotate":[u]}],invert:[{invert:[d]}],saturate:[{saturate:[x]}],sepia:[{sepia:[b]}],"backdrop-filter":[{"backdrop-filter":["","none"]}],"backdrop-blur":[{"backdrop-blur":[r]}],"backdrop-brightness":[{"backdrop-brightness":[n]}],"backdrop-contrast":[{"backdrop-contrast":[l]}],"backdrop-grayscale":[{"backdrop-grayscale":[c]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[u]}],"backdrop-invert":[{"backdrop-invert":[d]}],"backdrop-opacity":[{"backdrop-opacity":[v]}],"backdrop-saturate":[{"backdrop-saturate":[x]}],"backdrop-sepia":[{"backdrop-sepia":[b]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":[i]}],"border-spacing-x":[{"border-spacing-x":[i]}],"border-spacing-y":[{"border-spacing-y":[i]}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["none","all","","colors","opacity","shadow","transform",tn]}],duration:[{duration:_()}],ease:[{ease:["linear","in","out","in-out",tn]}],delay:[{delay:_()}],animate:[{animate:["none","spin","ping","pulse","bounce",tn]}],transform:[{transform:["","gpu","none"]}],scale:[{scale:[C]}],"scale-x":[{"scale-x":[C]}],"scale-y":[{"scale-y":[C]}],rotate:[{rotate:[u2,tn]}],"translate-x":[{"translate-x":[P]}],"translate-y":[{"translate-y":[P]}],"skew-x":[{"skew-x":[w]}],"skew-y":[{"skew-y":[w]}],"transform-origin":[{origin:["center","top","top-right","right","bottom-right","bottom","bottom-left","left","top-left",tn]}],accent:[{accent:["auto",e]}],appearance:[{appearance:["none","auto"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",tn]}],"caret-color":[{caret:[e]}],"pointer-events":[{"pointer-events":["none","auto"]}],resize:[{resize:["none","y","x",""]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":A()}],"scroll-mx":[{"scroll-mx":A()}],"scroll-my":[{"scroll-my":A()}],"scroll-ms":[{"scroll-ms":A()}],"scroll-me":[{"scroll-me":A()}],"scroll-mt":[{"scroll-mt":A()}],"scroll-mr":[{"scroll-mr":A()}],"scroll-mb":[{"scroll-mb":A()}],"scroll-ml":[{"scroll-ml":A()}],"scroll-p":[{"scroll-p":A()}],"scroll-px":[{"scroll-px":A()}],"scroll-py":[{"scroll-py":A()}],"scroll-ps":[{"scroll-ps":A()}],"scroll-pe":[{"scroll-pe":A()}],"scroll-pt":[{"scroll-pt":A()}],"scroll-pr":[{"scroll-pr":A()}],"scroll-pb":[{"scroll-pb":A()}],"scroll-pl":[{"scroll-pl":A()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",tn]}],fill:[{fill:[e,"none"]}],"stroke-w":[{stroke:[Ly,R0,wle]}],stroke:[{stroke:[e,"none"]}],sr:["sr-only","not-sr-only"],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]}}};var EKe=JZt(vJt);var W=L(Mr(),1);var DKe=e=>typeof e=="boolean"?`${e}`:e===0?"0":e,OKe=oW,Mn=(e,t)=>r=>{var n;if(t?.variants==null)return OKe(e,r?.class,r?.className);let{variants:o,defaultVariants:a}=t,i=Object.keys(o).map(c=>{let u=r?.[c],d=a?.[c];if(u===null)return null;let f=DKe(u)||DKe(d);return o[c][f]}),s=r&&Object.entries(r).reduce((c,u)=>{let[d,f]=u;return f===void 0||(c[d]=f),c},{}),l=t==null||(n=t.compoundVariants)===null||n===void 0?void 0:n.reduce((c,u)=>{let{class:d,className:f,...p}=u;return Object.entries(p).every(h=>{let[m,g]=h;return Array.isArray(g)?g.includes({...a,...s}[m]):{...a,...s}[m]===g})?[...c,d,f]:c},[]);return OKe(e,i,l,r?.class,r?.className)};var _p=L(it(),1);var _Ke=L(CE(),1);function FKe(){return(0,_Ke.useSyncExternalStore)(yJt,()=>!0,()=>!1)}function yJt(){return()=>{}}var f2=L(Mr(),1),Ple="Avatar",[xJt,iEn]=on(Ple),[bJt,VKe]=xJt(Ple),zKe=_p.forwardRef((e,t)=>{let{__scopeAvatar:r,...n}=e,[o,a]=_p.useState("idle");return(0,f2.jsx)(bJt,{scope:r,imageLoadingStatus:o,onImageLoadingStatusChange:a,children:(0,f2.jsx)(et.span,{...n,ref:t})})});zKe.displayName=Ple;var UKe="AvatarImage",HKe=_p.forwardRef((e,t)=>{let{__scopeAvatar:r,src:n,onLoadingStatusChange:o=()=>{},...a}=e,i=VKe(UKe,r),s=wJt(n,a),l=Wn(c=>{o(c),i.onImageLoadingStatusChange(c)});return En(()=>{s!=="idle"&&l(s)},[s,l]),s==="loaded"?(0,f2.jsx)(et.img,{...a,ref:t,src:n}):null});HKe.displayName=UKe;var jKe="AvatarFallback",qKe=_p.forwardRef((e,t)=>{let{__scopeAvatar:r,delayMs:n,...o}=e,a=VKe(jKe,r),[i,s]=_p.useState(n===void 0);return _p.useEffect(()=>{if(n!==void 0){let l=window.setTimeout(()=>s(!0),n);return()=>window.clearTimeout(l)}},[n]),i&&a.imageLoadingStatus!=="loaded"?(0,f2.jsx)(et.span,{...o,ref:t}):null});qKe.displayName=jKe;function BKe(e,t){return e?t?(e.src!==t&&(e.src=t),e.complete&&e.naturalWidth>0?"loaded":"loading"):"error":"idle"}function wJt(e,{referrerPolicy:t,crossOrigin:r}){let n=FKe(),o=_p.useRef(null),a=(()=>n?(o.current||(o.current=new window.Image),o.current):null)(),[i,s]=_p.useState(()=>BKe(a,e));return En(()=>{s(BKe(a,e))},[a,e]),En(()=>{let l=d=>()=>{s(d)};if(!a)return;let c=l("loaded"),u=l("error");return a.addEventListener("load",c),a.addEventListener("error",u),t&&(a.referrerPolicy=t),typeof r=="string"&&(a.crossOrigin=r),()=>{a.removeEventListener("load",c),a.removeEventListener("error",u)}},[a,r,t]),i}var Ile=zKe,Rle=HKe,kle=qKe;var Y2=L(Mr(),1),Fg=L(it(),1);var $Ke=L(it(),1),UN=(0,$Ke.createContext)({});var WKe=L(it(),1);function Dg(e){let t=(0,WKe.useRef)(null);return t.current===null&&(t.current=e()),t.current}var aW=L(it(),1);var HN=typeof window<"u";var jN=HN?aW.useLayoutEffect:aW.useEffect;var sce=L(Mr(),1),K7e=L(it(),1),K2=L(it(),1);var GKe=L(it(),1),N0=(0,GKe.createContext)(null);var W7e=L(Mr(),1);function YS(e,t){e.indexOf(t)===-1&&e.push(t)}function Ym(e,t){let r=e.indexOf(t);r>-1&&e.splice(r,1)}var yl=(e,t,r)=>r>t?t:r<e?e:r;var Ey=()=>{},ql=()=>{};var Cc={};var p2=e=>/^-?(?:\d+(?:\.\d+)?|\.\d+)$/u.test(e);function m2(e){return typeof e=="object"&&e!==null}var h2=e=>/^0[^.\s]+$/u.test(e);function QS(e){let t;return()=>(t===void 0&&(t=e()),t)}var bi=e=>e;var SJt=(e,t)=>r=>t(e(r)),Qm=(...e)=>e.reduce(SJt);var Fp=(e,t,r)=>{let n=t-e;return n===0?1:(r-e)/n};var Dy=class{constructor(){this.subscriptions=[]}add(t){return YS(this.subscriptions,t),()=>Ym(this.subscriptions,t)}notify(t,r,n){let o=this.subscriptions.length;if(o)if(o===1)this.subscriptions[0](t,r,n);else for(let a=0;a<o;a++){let i=this.subscriptions[a];i&&i(t,r,n)}}getSize(){return this.subscriptions.length}clear(){this.subscriptions.length=0}};var Ji=e=>e*1e3,$l=e=>e/1e3;function g2(e,t){return t?e*(1e3/t):0}var KKe=(e,t,r)=>{let n=t-e;return((r-e)%n+n)%n+e};var XKe=(e,t,r)=>(((1-3*r+3*t)*e+(3*r-6*t))*e+3*t)*e,PJt=1e-7,IJt=12;function RJt(e,t,r,n,o){let a,i,s=0;do i=t+(r-t)/2,a=XKe(i,n,o)-e,a>0?r=i:t=i;while(Math.abs(a)>PJt&&++s<IJt);return i}function M0(e,t,r,n){if(e===t&&r===n)return bi;let o=a=>RJt(a,0,1,e,r);return a=>a===0||a===1?a:XKe(o(a),t,n)}var iW=e=>t=>t<=.5?e(2*t)/2:(2-e(2*(1-t)))/2;var sW=e=>t=>1-e(1-t);var lW=M0(.33,1.53,.69,.99),qN=sW(lW),v2=iW(qN);var y2=e=>(e*=2)<1?.5*qN(e):.5*(2-Math.pow(2,-10*(e-1)));var x2=e=>1-Math.sin(Math.acos(e)),b2=sW(x2),w2=iW(x2);var Nle=M0(.42,0,1,1),Mle=M0(0,0,.58,1),C2=M0(.42,0,.58,1);var S2=e=>Array.isArray(e)&&typeof e[0]!="number";function P2(e,t){return S2(e)?e[KKe(0,e.length,t)]:e}var I2=e=>Array.isArray(e)&&typeof e[0]=="number";var YKe={linear:bi,easeIn:Nle,easeInOut:C2,easeOut:Mle,circIn:x2,circInOut:w2,circOut:b2,backIn:qN,backInOut:v2,backOut:lW,anticipate:y2},kJt=e=>typeof e=="string",cW=e=>{if(I2(e)){ql(e.length===4,"Cubic bezier arrays must contain four numerical values.","cubic-bezier-length");let[t,r,n,o]=e;return M0(t,r,n,o)}else if(kJt(e))return ql(YKe[e]!==void 0,`Invalid easing type '${e}'`,"invalid-easing-type"),YKe[e];return e};var R2=["setup","read","resolveKeyframes","preUpdate","update","preRender","render","postRender"];var cd={value:null,addProjectionMetrics:null};function QKe(e,t){let r=new Set,n=new Set,o=!1,a=!1,i=new WeakSet,s={delta:0,timestamp:0,isProcessing:!1},l=0;function c(d){i.has(d)&&(u.schedule(d),e()),l++,d(s)}let u={schedule:(d,f=!1,p=!1)=>{let m=p&&o?r:n;return f&&i.add(d),m.has(d)||m.add(d),d},cancel:d=>{n.delete(d),i.delete(d)},process:d=>{if(s=d,o){a=!0;return}o=!0,[r,n]=[n,r],r.forEach(c),t&&cd.value&&cd.value.frameloop[t].push(l),l=0,r.clear(),o=!1,a&&(a=!1,u.process(d))}};return u}var NJt=40;function uW(e,t){let r=!1,n=!0,o={delta:0,timestamp:0,isProcessing:!1},a=()=>r=!0,i=R2.reduce((x,C)=>(x[C]=QKe(a,t?C:void 0),x),{}),{setup:s,read:l,resolveKeyframes:c,preUpdate:u,update:d,preRender:f,render:p,postRender:h}=i,m=()=>{let x=Cc.useManualTiming?o.timestamp:performance.now();r=!1,Cc.useManualTiming||(o.delta=n?1e3/60:Math.max(Math.min(x-o.timestamp,NJt),1)),o.timestamp=x,o.isProcessing=!0,s.process(o),l.process(o),c.process(o),u.process(o),d.process(o),f.process(o),p.process(o),h.process(o),o.isProcessing=!1,r&&t&&(n=!1,e(m))},g=()=>{r=!0,n=!0,o.isProcessing||e(m)};return{schedule:R2.reduce((x,C)=>{let b=i[C];return x[C]=(w,S=!1,P=!1)=>(r||g(),b.schedule(w,S,P)),x},{}),cancel:x=>{for(let C=0;C<R2.length;C++)i[R2[C]].cancel(x)},state:o,steps:i}}var{schedule:rn,cancel:Sc,state:Vi,steps:k2}=uW(typeof requestAnimationFrame<"u"?requestAnimationFrame:bi,!0);var dW;function MJt(){dW=void 0}var zi={now:()=>(dW===void 0&&zi.set(Vi.isProcessing||Cc.useManualTiming?Vi.timestamp:performance.now()),dW),set:e=>{dW=e,queueMicrotask(MJt)}};var Zm={layout:0,mainThread:0,waapi:0};var ZKe=e=>t=>typeof t=="string"&&t.startsWith(e),ZS=ZKe("--"),TJt=ZKe("var(--"),JS=e=>TJt(e)?AJt.test(e.split("/*")[0].trim()):!1,AJt=/var\(--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)$/iu;var Og={test:e=>typeof e=="number",parse:parseFloat,transform:e=>e},Oy={...Og,transform:e=>yl(0,1,e)},N2={...Og,default:1};var T0=e=>Math.round(e*1e5)/1e5;var $N=/-?(?:\d+(?:\.\d+)?|\.\d+)/gu;function JKe(e){return e==null}var e7e=/^(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))$/iu;var WN=(e,t)=>r=>!!(typeof r=="string"&&e7e.test(r)&&r.startsWith(e)||t&&!JKe(r)&&Object.prototype.hasOwnProperty.call(r,t)),fW=(e,t,r)=>n=>{if(typeof n!="string")return n;let[o,a,i,s]=n.match($N);return{[e]:parseFloat(o),[t]:parseFloat(a),[r]:parseFloat(i),alpha:s!==void 0?parseFloat(s):1}};var LJt=e=>yl(0,255,e),Tle={...Og,transform:e=>Math.round(LJt(e))},_g={test:WN("rgb","red"),parse:fW("red","green","blue"),transform:({red:e,green:t,blue:r,alpha:n=1})=>"rgba("+Tle.transform(e)+", "+Tle.transform(t)+", "+Tle.transform(r)+", "+T0(Oy.transform(n))+")"};function EJt(e){let t="",r="",n="",o="";return e.length>5?(t=e.substring(1,3),r=e.substring(3,5),n=e.substring(5,7),o=e.substring(7,9)):(t=e.substring(1,2),r=e.substring(2,3),n=e.substring(3,4),o=e.substring(4,5),t+=t,r+=r,n+=n,o+=o),{red:parseInt(t,16),green:parseInt(r,16),blue:parseInt(n,16),alpha:o?parseInt(o,16)/255:1}}var M2={test:WN("#"),parse:EJt,transform:_g.transform};var T2=e=>({test:t=>typeof t=="string"&&t.endsWith(e)&&t.split(" ").length===1,parse:parseFloat,transform:t=>`${t}${e}`}),Jm=T2("deg"),Pc=T2("%"),cr=T2("px"),Ale=T2("vh"),Lle=T2("vw"),pW=(()=>({...Pc,parse:e=>Pc.parse(e)/100,transform:e=>Pc.transform(e*100)}))();var A0={test:WN("hsl","hue"),parse:fW("hue","saturation","lightness"),transform:({hue:e,saturation:t,lightness:r,alpha:n=1})=>"hsla("+Math.round(e)+", "+Pc.transform(T0(t))+", "+Pc.transform(T0(r))+", "+T0(Oy.transform(n))+")"};var ei={test:e=>_g.test(e)||M2.test(e)||A0.test(e),parse:e=>_g.test(e)?_g.parse(e):A0.test(e)?A0.parse(e):M2.parse(e),transform:e=>typeof e=="string"?e:e.hasOwnProperty("red")?_g.transform(e):A0.transform(e),getAnimatableNone:e=>{let t=ei.parse(e);return t.alpha=0,ei.transform(t)}};var t7e=/(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))/giu;function DJt(e){return isNaN(e)&&typeof e=="string"&&(e.match($N)?.length||0)+(e.match(t7e)?.length||0)>0}var n7e="number",o7e="color",OJt="var",_Jt="var(",r7e="${}",FJt=/var\s*\(\s*--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)|#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\)|-?(?:\d+(?:\.\d+)?|\.\d+)/giu;function L0(e){let t=e.toString(),r=[],n={color:[],number:[],var:[]},o=[],a=0,s=t.replace(FJt,l=>(ei.test(l)?(n.color.push(a),o.push(o7e),r.push(ei.parse(l))):l.startsWith(_Jt)?(n.var.push(a),o.push(OJt),r.push(l)):(n.number.push(a),o.push(n7e),r.push(parseFloat(l))),++a,r7e)).split(r7e);return{values:r,split:s,indexes:n,types:o}}function a7e(e){return L0(e).values}function i7e(e){let{split:t,types:r}=L0(e),n=t.length;return o=>{let a="";for(let i=0;i<n;i++)if(a+=t[i],o[i]!==void 0){let s=r[i];s===n7e?a+=T0(o[i]):s===o7e?a+=ei.transform(o[i]):a+=o[i]}return a}}var BJt=e=>typeof e=="number"?0:ei.test(e)?ei.getAnimatableNone(e):e;function VJt(e){let t=a7e(e);return i7e(e)(t.map(BJt))}var Ic={test:DJt,parse:a7e,createTransformer:i7e,getAnimatableNone:VJt};function Ele(e,t,r){return r<0&&(r+=1),r>1&&(r-=1),r<1/6?e+(t-e)*6*r:r<1/2?t:r<2/3?e+(t-e)*(2/3-r)*6:e}function s7e({hue:e,saturation:t,lightness:r,alpha:n}){e/=360,t/=100,r/=100;let o=0,a=0,i=0;if(!t)o=a=i=r;else{let s=r<.5?r*(1+t):r+t-r*t,l=2*r-s;o=Ele(l,s,e+1/3),a=Ele(l,s,e),i=Ele(l,s,e-1/3)}return{red:Math.round(o*255),green:Math.round(a*255),blue:Math.round(i*255),alpha:n}}function GN(e,t){return r=>r>0?t:e}var Cn=(e,t,r)=>e+(t-e)*r;var Dle=(e,t,r)=>{let n=e*e,o=r*(t*t-n)+n;return o<0?0:Math.sqrt(o)},zJt=[M2,_g,A0],UJt=e=>zJt.find(t=>t.test(e));function l7e(e){let t=UJt(e);if(Ey(!!t,`'${e}' is not an animatable color. Use the equivalent color code instead.`,"color-not-animatable"),!t)return!1;let r=t.parse(e);return t===A0&&(r=s7e(r)),r}var Ole=(e,t)=>{let r=l7e(e),n=l7e(t);if(!r||!n)return GN(e,t);let o={...r};return a=>(o.red=Dle(r.red,n.red,a),o.green=Dle(r.green,n.green,a),o.blue=Dle(r.blue,n.blue,a),o.alpha=Cn(r.alpha,n.alpha,a),_g.transform(o))};var mW=new Set(["none","hidden"]);function c7e(e,t){return mW.has(e)?r=>r<=0?e:t:r=>r>=1?t:e}function HJt(e,t){return r=>Cn(e,t,r)}function hW(e){return typeof e=="number"?HJt:typeof e=="string"?JS(e)?GN:ei.test(e)?Ole:$Jt:Array.isArray(e)?u7e:typeof e=="object"?ei.test(e)?Ole:jJt:GN}function u7e(e,t){let r=[...e],n=r.length,o=e.map((a,i)=>hW(a)(a,t[i]));return a=>{for(let i=0;i<n;i++)r[i]=o[i](a);return r}}function jJt(e,t){let r={...e,...t},n={};for(let o in r)e[o]!==void 0&&t[o]!==void 0&&(n[o]=hW(e[o])(e[o],t[o]));return o=>{for(let a in n)r[a]=n[a](o);return r}}function qJt(e,t){let r=[],n={color:0,var:0,number:0};for(let o=0;o<t.values.length;o++){let a=t.types[o],i=e.indexes[a][n[a]],s=e.values[i]??0;r[o]=s,n[a]++}return r}var $Jt=(e,t)=>{let r=Ic.createTransformer(t),n=L0(e),o=L0(t);return n.indexes.var.length===o.indexes.var.length&&n.indexes.color.length===o.indexes.color.length&&n.indexes.number.length>=o.indexes.number.length?mW.has(e)&&!o.values.length||mW.has(t)&&!n.values.length?c7e(e,t):Qm(u7e(qJt(n,o),o.values),r):(Ey(!0,`Complex values '${e}' and '${t}' too different to mix. Ensure all colors are of the same type, and that each contains the same quantity of number and color values. Falling back to instant transition.`,"complex-values-different"),GN(e,t))};function gW(e,t,r){return typeof e=="number"&&typeof t=="number"&&typeof r=="number"?Cn(e,t,r):hW(e)(e,t)}var d7e=e=>{let t=({timestamp:r})=>e(r);return{start:(r=!0)=>rn.update(t,r),stop:()=>Sc(t),now:()=>Vi.isProcessing?Vi.timestamp:zi.now()}};var vW=(e,t,r=10)=>{let n="",o=Math.max(Math.round(t/r),2);for(let a=0;a<o;a++)n+=Math.round(e(a/(o-1))*1e4)/1e4+", ";return`linear(${n.substring(0,n.length-2)})`};function KN(e){let t=0,r=50,n=e.next(t);for(;!n.done&&t<2e4;)t+=r,n=e.next(t);return t>=2e4?1/0:t}function A2(e,t=100,r){let n=r({...e,keyframes:[0,t]}),o=Math.min(KN(n),2e4);return{type:"keyframes",ease:a=>n.next(o*a).value/t,duration:$l(o)}}var WJt=5;function yW(e,t,r){let n=Math.max(t-WJt,0);return g2(r-e(n),t-n)}var _a={stiffness:100,damping:10,mass:1,velocity:0,duration:800,bounce:.3,visualDuration:.3,restSpeed:{granular:.01,default:2},restDelta:{granular:.005,default:.5},minDuration:.01,maxDuration:10,minDamping:.05,maxDamping:1};var Fle=.001;function f7e({duration:e=_a.duration,bounce:t=_a.bounce,velocity:r=_a.velocity,mass:n=_a.mass}){let o,a;Ey(e<=Ji(_a.maxDuration),"Spring duration must be 10 seconds or less","spring-duration-limit");let i=1-t;i=yl(_a.minDamping,_a.maxDamping,i),e=yl(_a.minDuration,_a.maxDuration,$l(e)),i<1?(o=c=>{let u=c*i,d=u*e,f=u-r,p=xW(c,i),h=Math.exp(-d);return Fle-f/p*h},a=c=>{let d=c*i*e,f=d*r+r,p=Math.pow(i,2)*Math.pow(c,2)*e,h=Math.exp(-d),m=xW(Math.pow(c,2),i);return(-o(c)+Fle>0?-1:1)*((f-p)*h)/m}):(o=c=>{let u=Math.exp(-c*e),d=(c-r)*e+1;return-Fle+u*d},a=c=>{let u=Math.exp(-c*e),d=(r-c)*(e*e);return u*d});let s=5/e,l=KJt(o,a,s);if(e=Ji(e),isNaN(l))return{stiffness:_a.stiffness,damping:_a.damping,duration:e};{let c=Math.pow(l,2)*n;return{stiffness:c,damping:i*2*Math.sqrt(n*c),duration:e}}}var GJt=12;function KJt(e,t,r){let n=r;for(let o=1;o<GJt;o++)n=n-e(n)/t(n);return n}function xW(e,t){return e*Math.sqrt(1-t*t)}var XJt=["duration","bounce"],YJt=["stiffness","damping","mass"];function p7e(e,t){return t.some(r=>e[r]!==void 0)}function QJt(e){let t={velocity:_a.velocity,stiffness:_a.stiffness,damping:_a.damping,mass:_a.mass,isResolvedFromDuration:!1,...e};if(!p7e(e,YJt)&&p7e(e,XJt))if(e.visualDuration){let r=e.visualDuration,n=2*Math.PI/(r*1.2),o=n*n,a=2*yl(.05,1,1-(e.bounce||0))*Math.sqrt(o);t={...t,mass:_a.mass,stiffness:o,damping:a}}else{let r=f7e(e);t={...t,...r,mass:_a.mass},t.isResolvedFromDuration=!0}return t}function _y(e=_a.visualDuration,t=_a.bounce){let r=typeof e!="object"?{visualDuration:e,keyframes:[0,1],bounce:t}:e,{restSpeed:n,restDelta:o}=r,a=r.keyframes[0],i=r.keyframes[r.keyframes.length-1],s={done:!1,value:a},{stiffness:l,damping:c,mass:u,duration:d,velocity:f,isResolvedFromDuration:p}=QJt({...r,velocity:-$l(r.velocity||0)}),h=f||0,m=c/(2*Math.sqrt(l*u)),g=i-a,v=$l(Math.sqrt(l/u)),y=Math.abs(g)<5;n||(n=y?_a.restSpeed.granular:_a.restSpeed.default),o||(o=y?_a.restDelta.granular:_a.restDelta.default);let x;if(m<1){let b=xW(v,m);x=w=>{let S=Math.exp(-m*v*w);return i-S*((h+m*v*g)/b*Math.sin(b*w)+g*Math.cos(b*w))}}else if(m===1)x=b=>i-Math.exp(-v*b)*(g+(h+v*g)*b);else{let b=v*Math.sqrt(m*m-1);x=w=>{let S=Math.exp(-m*v*w),P=Math.min(b*w,300);return i-S*((h+m*v*g)*Math.sinh(P)+b*g*Math.cosh(P))/b}}let C={calculatedDuration:p&&d||null,next:b=>{let w=x(b);if(p)s.done=b>=d;else{let S=b===0?h:0;m<1&&(S=b===0?Ji(h):yW(x,b,w));let P=Math.abs(S)<=n,N=Math.abs(i-w)<=o;s.done=P&&N}return s.value=s.done?i:w,s},toString:()=>{let b=Math.min(KN(C),2e4),w=vW(S=>C.next(b*S).value,b,30);return b+"ms "+w},toTransition:()=>{}};return C}_y.applyToOptions=e=>{let t=A2(e,100,_y);return e.ease=t.ease,e.duration=Ji(t.duration),e.type="keyframes",e};function L2({keyframes:e,velocity:t=0,power:r=.8,timeConstant:n=325,bounceDamping:o=10,bounceStiffness:a=500,modifyTarget:i,min:s,max:l,restDelta:c=.5,restSpeed:u}){let d=e[0],f={done:!1,value:d},p=P=>s!==void 0&&P<s||l!==void 0&&P>l,h=P=>s===void 0?l:l===void 0||Math.abs(s-P)<Math.abs(l-P)?s:l,m=r*t,g=d+m,v=i===void 0?g:i(g);v!==g&&(m=v-d);let y=P=>-m*Math.exp(-P/n),x=P=>v+y(P),C=P=>{let N=y(P),D=x(P);f.done=Math.abs(N)<=c,f.value=f.done?v:D},b,w,S=P=>{p(f.value)&&(b=P,w=_y({keyframes:[f.value,h(f.value)],velocity:yW(x,P,f.value),damping:o,stiffness:a,restDelta:c,restSpeed:u}))};return S(0),{calculatedDuration:null,next:P=>{let N=!1;return!w&&b===void 0&&(N=!0,C(P),S(P)),b!==void 0&&P>=b?w.next(P-b):(!N&&C(P),f)}}}function ZJt(e,t,r){let n=[],o=r||Cc.mix||gW,a=e.length-1;for(let i=0;i<a;i++){let s=o(e[i],e[i+1]);if(t){let l=Array.isArray(t)?t[i]||bi:t;s=Qm(l,s)}n.push(s)}return n}function bW(e,t,{clamp:r=!0,ease:n,mixer:o}={}){let a=e.length;if(ql(a===t.length,"Both input and output ranges must be the same length","range-length"),a===1)return()=>t[0];if(a===2&&t[0]===t[1])return()=>t[1];let i=e[0]===e[1];e[0]>e[a-1]&&(e=[...e].reverse(),t=[...t].reverse());let s=ZJt(t,n,o),l=s.length,c=u=>{if(i&&u<e[0])return t[0];let d=0;if(l>1)for(;d<e.length-2&&!(u<e[d+1]);d++);let f=Fp(e[d],e[d+1],u);return s[d](f)};return r?u=>c(yl(e[0],e[a-1],u)):c}function E2(e,t){let r=e[e.length-1];for(let n=1;n<=t;n++){let o=Fp(0,t,n);e.push(Cn(r,1,o))}}function D2(e){let t=[0];return E2(t,e.length-1),t}function m7e(e,t){return e.map(r=>r*t)}function JJt(e,t){return e.map(()=>t||C2).splice(0,e.length-1)}function e1({duration:e=300,keyframes:t,times:r,ease:n="easeInOut"}){let o=S2(n)?n.map(cW):cW(n),a={done:!1,value:t[0]},i=m7e(r&&r.length===t.length?r:D2(t),e),s=bW(i,t,{ease:Array.isArray(o)?o:JJt(t,o)});return{calculatedDuration:e,next:l=>(a.value=s(l),a.done=l>=e,a)}}var eer=e=>e!==null;function XN(e,{repeat:t,repeatType:r="loop"},n,o=1){let a=e.filter(eer),s=o<0||t&&r!=="loop"&&t%2===1?0:a.length-1;return!s||n===void 0?a[s]:n}var ter={decay:L2,inertia:L2,tween:e1,keyframes:e1,spring:_y};function wW(e){typeof e.type=="string"&&(e.type=ter[e.type])}var E0=class{constructor(){this.updateFinished()}get finished(){return this._finished}updateFinished(){this._finished=new Promise(t=>{this.resolve=t})}notifyFinished(){this.resolve()}then(t,r){return this.finished.then(t,r)}};var rer=e=>e/100,Fy=class extends E0{constructor(t){super(),this.state="idle",this.startTime=null,this.isStopped=!1,this.currentTime=0,this.holdTime=null,this.playbackSpeed=1,this.stop=()=>{let{motionValue:r}=this.options;r&&r.updatedAt!==zi.now()&&this.tick(zi.now()),this.isStopped=!0,this.state!=="idle"&&(this.teardown(),this.options.onStop?.())},Zm.mainThread++,this.options=t,this.initAnimation(),this.play(),t.autoplay===!1&&this.pause()}initAnimation(){let{options:t}=this;wW(t);let{type:r=e1,repeat:n=0,repeatDelay:o=0,repeatType:a,velocity:i=0}=t,{keyframes:s}=t,l=r||e1;l!==e1&&typeof s[0]!="number"&&(this.mixKeyframes=Qm(rer,gW(s[0],s[1])),s=[0,100]);let c=l({...t,keyframes:s});a==="mirror"&&(this.mirroredGenerator=l({...t,keyframes:[...s].reverse(),velocity:-i})),c.calculatedDuration===null&&(c.calculatedDuration=KN(c));let{calculatedDuration:u}=c;this.calculatedDuration=u,this.resolvedDuration=u+o,this.totalDuration=this.resolvedDuration*(n+1)-o,this.generator=c}updateTime(t){let r=Math.round(t-this.startTime)*this.playbackSpeed;this.holdTime!==null?this.currentTime=this.holdTime:this.currentTime=r}tick(t,r=!1){let{generator:n,totalDuration:o,mixKeyframes:a,mirroredGenerator:i,resolvedDuration:s,calculatedDuration:l}=this;if(this.startTime===null)return n.next(0);let{delay:c=0,keyframes:u,repeat:d,repeatType:f,repeatDelay:p,type:h,onUpdate:m,finalKeyframe:g}=this.options;this.speed>0?this.startTime=Math.min(this.startTime,t):this.speed<0&&(this.startTime=Math.min(t-o/this.speed,this.startTime)),r?this.currentTime=t:this.updateTime(t);let v=this.currentTime-c*(this.playbackSpeed>=0?1:-1),y=this.playbackSpeed>=0?v<0:v>o;this.currentTime=Math.max(v,0),this.state==="finished"&&this.holdTime===null&&(this.currentTime=o);let x=this.currentTime,C=n;if(d){let P=Math.min(this.currentTime,o)/s,N=Math.floor(P),D=P%1;!D&&P>=1&&(D=1),D===1&&N--,N=Math.min(N,d+1),!!(N%2)&&(f==="reverse"?(D=1-D,p&&(D-=p/s)):f==="mirror"&&(C=i)),x=yl(0,1,D)*s}let b=y?{done:!1,value:u[0]}:C.next(x);a&&(b.value=a(b.value));let{done:w}=b;!y&&l!==null&&(w=this.playbackSpeed>=0?this.currentTime>=o:this.currentTime<=0);let S=this.holdTime===null&&(this.state==="finished"||this.state==="running"&&w);return S&&h!==L2&&(b.value=XN(u,this.options,g,this.speed)),m&&m(b.value),S&&this.finish(),b}then(t,r){return this.finished.then(t,r)}get duration(){return $l(this.calculatedDuration)}get time(){return $l(this.currentTime)}set time(t){t=Ji(t),this.currentTime=t,this.startTime===null||this.holdTime!==null||this.playbackSpeed===0?this.holdTime=t:this.driver&&(this.startTime=this.driver.now()-t/this.playbackSpeed),this.driver?.start(!1)}get speed(){return this.playbackSpeed}set speed(t){this.updateTime(zi.now());let r=this.playbackSpeed!==t;this.playbackSpeed=t,r&&(this.time=$l(this.currentTime))}play(){if(this.isStopped)return;let{driver:t=d7e,startTime:r}=this.options;this.driver||(this.driver=t(o=>this.tick(o))),this.options.onPlay?.();let n=this.driver.now();this.state==="finished"?(this.updateFinished(),this.startTime=n):this.holdTime!==null?this.startTime=n-this.holdTime:this.startTime||(this.startTime=r??n),this.state==="finished"&&this.speed<0&&(this.startTime+=this.calculatedDuration),this.holdTime=null,this.state="running",this.driver.start()}pause(){this.state="paused",this.updateTime(zi.now()),this.holdTime=this.currentTime}complete(){this.state!=="running"&&this.play(),this.state="finished",this.holdTime=null}finish(){this.notifyFinished(),this.teardown(),this.state="finished",this.options.onComplete?.()}cancel(){this.holdTime=null,this.startTime=0,this.tick(0),this.teardown(),this.options.onCancel?.()}teardown(){this.state="idle",this.stopDriver(),this.startTime=this.holdTime=null,Zm.mainThread--}stopDriver(){this.driver&&(this.driver.stop(),this.driver=void 0)}sample(t){return this.startTime=0,this.tick(t,!0)}attachTimeline(t){return this.options.allowFlatten&&(this.options.type="keyframes",this.options.ease="linear",this.initAnimation()),this.driver?.stop(),t.observe(this)}};function h7e(e){for(let t=1;t<e.length;t++)e[t]??(e[t]=e[t-1])}var t1=e=>e*180/Math.PI,Ble=e=>{let t=t1(Math.atan2(e[1],e[0]));return Vle(t)},ner={x:4,y:5,translateX:4,translateY:5,scaleX:0,scaleY:3,scale:e=>(Math.abs(e[0])+Math.abs(e[3]))/2,rotate:Ble,rotateZ:Ble,skewX:e=>t1(Math.atan(e[1])),skewY:e=>t1(Math.atan(e[2])),skew:e=>(Math.abs(e[1])+Math.abs(e[2]))/2},Vle=e=>(e=e%360,e<0&&(e+=360),e),g7e=Ble,v7e=e=>Math.sqrt(e[0]*e[0]+e[1]*e[1]),y7e=e=>Math.sqrt(e[4]*e[4]+e[5]*e[5]),oer={x:12,y:13,z:14,translateX:12,translateY:13,translateZ:14,scaleX:v7e,scaleY:y7e,scale:e=>(v7e(e)+y7e(e))/2,rotateX:e=>Vle(t1(Math.atan2(e[6],e[5]))),rotateY:e=>Vle(t1(Math.atan2(-e[2],e[0]))),rotateZ:g7e,rotate:g7e,skewX:e=>t1(Math.atan(e[4])),skewY:e=>t1(Math.atan(e[1])),skew:e=>(Math.abs(e[1])+Math.abs(e[4]))/2};function O2(e){return e.includes("scale")?1:0}function _2(e,t){if(!e||e==="none")return O2(t);let r=e.match(/^matrix3d\(([-\d.e\s,]+)\)$/u),n,o;if(r)n=oer,o=r;else{let s=e.match(/^matrix\(([-\d.e\s,]+)\)$/u);n=ner,o=s}if(!o)return O2(t);let a=n[t],i=o[1].split(",").map(aer);return typeof a=="function"?a(i):i[a]}var zle=(e,t)=>{let{transform:r="none"}=getComputedStyle(e);return _2(r,t)};function aer(e){return parseFloat(e.trim())}var eh=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],vf=(()=>new Set(eh))();var Ule=e=>e===Og||e===cr,ier=new Set(["x","y","z"]),ser=eh.filter(e=>!ier.has(e));function x7e(e){let t=[];return ser.forEach(r=>{let n=e.getValue(r);n!==void 0&&(t.push([r,n.get()]),n.set(r.startsWith("scale")?1:0))}),t}var D0={width:({x:e},{paddingLeft:t="0",paddingRight:r="0"})=>e.max-e.min-parseFloat(t)-parseFloat(r),height:({y:e},{paddingTop:t="0",paddingBottom:r="0"})=>e.max-e.min-parseFloat(t)-parseFloat(r),top:(e,{top:t})=>parseFloat(t),left:(e,{left:t})=>parseFloat(t),bottom:({y:e},{top:t})=>parseFloat(t)+(e.max-e.min),right:({x:e},{left:t})=>parseFloat(t)+(e.max-e.min),x:(e,{transform:t})=>_2(t,"x"),y:(e,{transform:t})=>_2(t,"y")};D0.translateX=D0.x;D0.translateY=D0.y;var r1=new Set,Hle=!1,jle=!1,qle=!1;function b7e(){if(jle){let e=Array.from(r1).filter(n=>n.needsMeasurement),t=new Set(e.map(n=>n.element)),r=new Map;t.forEach(n=>{let o=x7e(n);o.length&&(r.set(n,o),n.render())}),e.forEach(n=>n.measureInitialState()),t.forEach(n=>{n.render();let o=r.get(n);o&&o.forEach(([a,i])=>{n.getValue(a)?.set(i)})}),e.forEach(n=>n.measureEndState()),e.forEach(n=>{n.suspendedScrollY!==void 0&&window.scrollTo(0,n.suspendedScrollY)})}jle=!1,Hle=!1,r1.forEach(e=>e.complete(qle)),r1.clear()}function w7e(){r1.forEach(e=>{e.readKeyframes(),e.needsMeasurement&&(jle=!0)})}function $le(){qle=!0,w7e(),b7e(),qle=!1}var By=class{constructor(t,r,n,o,a,i=!1){this.state="pending",this.isAsync=!1,this.needsMeasurement=!1,this.unresolvedKeyframes=[...t],this.onComplete=r,this.name=n,this.motionValue=o,this.element=a,this.isAsync=i}scheduleResolve(){this.state="scheduled",this.isAsync?(r1.add(this),Hle||(Hle=!0,rn.read(w7e),rn.resolveKeyframes(b7e))):(this.readKeyframes(),this.complete())}readKeyframes(){let{unresolvedKeyframes:t,name:r,element:n,motionValue:o}=this;if(t[0]===null){let a=o?.get(),i=t[t.length-1];if(a!==void 0)t[0]=a;else if(n&&r){let s=n.readValue(r,i);s!=null&&(t[0]=s)}t[0]===void 0&&(t[0]=i),o&&a===void 0&&o.set(t[0])}h7e(t)}setFinalKeyframe(){}measureInitialState(){}renderEndStyles(){}measureEndState(){}complete(t=!1){this.state="complete",this.onComplete(this.unresolvedKeyframes,this.finalKeyframe,t),r1.delete(this)}cancel(){this.state==="scheduled"&&(r1.delete(this),this.state="pending")}resume(){this.state==="pending"&&this.scheduleResolve()}};var C7e=e=>e.startsWith("--");function S7e(e,t,r){C7e(t)?e.style.setProperty(t,r):e.style[t]=r}var P7e=QS(()=>window.ScrollTimeline!==void 0);var I7e={};function R7e(e,t){let r=QS(e);return()=>I7e[t]??r()}var CW=R7e(()=>{try{document.createElement("div").animate({opacity:0},{easing:"linear(0, 1)"})}catch{return!1}return!0},"linearEasing");var n1=([e,t,r,n])=>`cubic-bezier(${e}, ${t}, ${r}, ${n})`;var Wle={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:n1([0,.65,.55,1]),circOut:n1([.55,0,1,.45]),backIn:n1([.31,.01,.66,-.59]),backOut:n1([.33,1.53,.69,.99])};function Gle(e,t){if(e)return typeof e=="function"?CW()?vW(e,t):"ease-out":I2(e)?n1(e):Array.isArray(e)?e.map(r=>Gle(r,t)||Wle.easeOut):Wle[e]}function k7e(e,t,r,{delay:n=0,duration:o=300,repeat:a=0,repeatType:i="loop",ease:s="easeOut",times:l}={},c=void 0){let u={[t]:r};l&&(u.offset=l);let d=Gle(s,o);Array.isArray(d)&&(u.easing=d),cd.value&&Zm.waapi++;let f={delay:n,duration:o,easing:Array.isArray(d)?"linear":d,fill:"both",iterations:a+1,direction:i==="reverse"?"alternate":"normal"};c&&(f.pseudoElement=c);let p=e.animate(u,f);return cd.value&&p.finished.finally(()=>{Zm.waapi--}),p}function o1(e){return typeof e=="function"&&"applyToOptions"in e}function N7e({type:e,...t}){return o1(e)&&CW()?e.applyToOptions(t):(t.duration??(t.duration=300),t.ease??(t.ease="easeOut"),t)}var SW=class extends E0{constructor(t){if(super(),this.finishedTime=null,this.isStopped=!1,!t)return;let{element:r,name:n,keyframes:o,pseudoElement:a,allowFlatten:i=!1,finalKeyframe:s,onComplete:l}=t;this.isPseudoElement=!!a,this.allowFlatten=i,this.options=t,ql(typeof t.type!="string",`Mini animate() doesn't support "type" as a string.`,"mini-spring");let c=N7e(t);this.animation=k7e(r,n,o,c,a),c.autoplay===!1&&this.animation.pause(),this.animation.onfinish=()=>{if(this.finishedTime=this.time,!a){let u=XN(o,this.options,s,this.speed);this.updateMotionValue?this.updateMotionValue(u):S7e(r,n,u),this.animation.cancel()}l?.(),this.notifyFinished()}}play(){this.isStopped||(this.animation.play(),this.state==="finished"&&this.updateFinished())}pause(){this.animation.pause()}complete(){this.animation.finish?.()}cancel(){try{this.animation.cancel()}catch{}}stop(){if(this.isStopped)return;this.isStopped=!0;let{state:t}=this;t==="idle"||t==="finished"||(this.updateMotionValue?this.updateMotionValue():this.commitStyles(),this.isPseudoElement||this.cancel())}commitStyles(){this.isPseudoElement||this.animation.commitStyles?.()}get duration(){let t=this.animation.effect?.getComputedTiming?.().duration||0;return $l(Number(t))}get time(){return $l(Number(this.animation.currentTime)||0)}set time(t){this.finishedTime=null,this.animation.currentTime=Ji(t)}get speed(){return this.animation.playbackRate}set speed(t){t<0&&(this.finishedTime=null),this.animation.playbackRate=t}get state(){return this.finishedTime!==null?"finished":this.animation.playState}get startTime(){return Number(this.animation.startTime)}set startTime(t){this.animation.startTime=t}attachTimeline({timeline:t,observe:r}){return this.allowFlatten&&this.animation.effect?.updateTiming({easing:"linear"}),this.animation.onfinish=null,t&&P7e()?(this.animation.timeline=t,bi):r(this)}};var M7e={anticipate:y2,backInOut:v2,circInOut:w2};function ler(e){return e in M7e}function T7e(e){typeof e.ease=="string"&&ler(e.ease)&&(e.ease=M7e[e.ease])}var A7e=10,PW=class extends SW{constructor(t){T7e(t),wW(t),super(t),t.startTime&&(this.startTime=t.startTime),this.options=t}updateMotionValue(t){let{motionValue:r,onUpdate:n,onComplete:o,element:a,...i}=this.options;if(!r)return;if(t!==void 0){r.set(t);return}let s=new Fy({...i,autoplay:!1}),l=Ji(this.finishedTime??this.time);r.setWithVelocity(s.sample(l-A7e).value,s.sample(l).value,A7e),s.stop()}};var Kle=(e,t)=>t==="zIndex"?!1:!!(typeof e=="number"||Array.isArray(e)||typeof e=="string"&&(Ic.test(e)||e==="0")&&!e.startsWith("url("));function cer(e){let t=e[0];if(e.length===1)return!0;for(let r=0;r<e.length;r++)if(e[r]!==t)return!0}function L7e(e,t,r,n){let o=e[0];if(o===null)return!1;if(t==="display"||t==="visibility")return!0;let a=e[e.length-1],i=Kle(o,t),s=Kle(a,t);return Ey(i===s,`You are trying to animate ${t} from "${o}" to "${a}". "${i?a:o}" is not an animatable value.`,"value-not-animatable"),!i||!s?!1:cer(e)||(r==="spring"||o1(r))&&n}function YN(e){e.duration=0,e.type}var uer=new Set(["opacity","clipPath","filter","transform"]),der=QS(()=>Object.hasOwnProperty.call(Element.prototype,"animate"));function E7e(e){let{motionValue:t,name:r,repeatDelay:n,repeatType:o,damping:a,type:i}=e;if(!(t?.owner?.current instanceof HTMLElement))return!1;let{onUpdate:l,transformTemplate:c}=t.owner.getProps();return der()&&r&&uer.has(r)&&(r!=="transform"||!c)&&!l&&!n&&o!=="mirror"&&a!==0&&i!=="inertia"}var fer=40,F2=class extends E0{constructor({autoplay:t=!0,delay:r=0,type:n="keyframes",repeat:o=0,repeatDelay:a=0,repeatType:i="loop",keyframes:s,name:l,motionValue:c,element:u,...d}){super(),this.stop=()=>{this._animation&&(this._animation.stop(),this.stopTimeline?.()),this.keyframeResolver?.cancel()},this.createdAt=zi.now();let f={autoplay:t,delay:r,type:n,repeat:o,repeatDelay:a,repeatType:i,name:l,motionValue:c,element:u,...d},p=u?.KeyframeResolver||By;this.keyframeResolver=new p(s,(h,m,g)=>this.onKeyframesResolved(h,m,f,!g),l,c,u),this.keyframeResolver?.scheduleResolve()}onKeyframesResolved(t,r,n,o){this.keyframeResolver=void 0;let{name:a,type:i,velocity:s,delay:l,isHandoff:c,onUpdate:u}=n;this.resolvedAt=zi.now(),L7e(t,a,i,s)||((Cc.instantAnimations||!l)&&u?.(XN(t,n,r)),t[0]=t[t.length-1],YN(n),n.repeat=0);let f={startTime:o?this.resolvedAt?this.resolvedAt-this.createdAt>fer?this.resolvedAt:this.createdAt:this.createdAt:void 0,finalKeyframe:r,...n,keyframes:t},p=!c&&E7e(f)?new PW({...f,element:f.motionValue.owner.current}):new Fy(f);p.finished.then(()=>this.notifyFinished()).catch(bi),this.pendingTimeline&&(this.stopTimeline=p.attachTimeline(this.pendingTimeline),this.pendingTimeline=void 0),this._animation=p}get finished(){return this._animation?this.animation.finished:this._finished}then(t,r){return this.finished.finally(t).then(()=>{})}get animation(){return this._animation||(this.keyframeResolver?.resume(),$le()),this._animation}get duration(){return this.animation.duration}get time(){return this.animation.time}set time(t){this.animation.time=t}get speed(){return this.animation.speed}get state(){return this.animation.state}set speed(t){this.animation.speed=t}get startTime(){return this.animation.startTime}attachTimeline(t){return this._animation?this.stopTimeline=this.animation.attachTimeline(t):this.pendingTimeline=t,()=>this.stop()}play(){this.animation.play()}pause(){this.animation.pause()}complete(){this.animation.complete()}cancel(){this._animation&&this.animation.cancel(),this.keyframeResolver?.cancel()}};var IW=class{constructor(t){this.stop=()=>this.runAll("stop"),this.animations=t.filter(Boolean)}get finished(){return Promise.all(this.animations.map(t=>t.finished))}getAll(t){return this.animations[0][t]}setAll(t,r){for(let n=0;n<this.animations.length;n++)this.animations[n][t]=r}attachTimeline(t){let r=this.animations.map(n=>n.attachTimeline(t));return()=>{r.forEach((n,o)=>{n&&n(),this.animations[o].stop()})}}get time(){return this.getAll("time")}set time(t){this.setAll("time",t)}get speed(){return this.getAll("speed")}set speed(t){this.setAll("speed",t)}get state(){return this.getAll("state")}get startTime(){return this.getAll("startTime")}get duration(){let t=0;for(let r=0;r<this.animations.length;r++)t=Math.max(t,this.animations[r].duration);return t}runAll(t){this.animations.forEach(r=>r[t]())}play(){this.runAll("play")}pause(){this.runAll("pause")}cancel(){this.runAll("cancel")}complete(){this.runAll("complete")}};var B2=class extends IW{then(t,r){return this.finished.finally(t).then(()=>{})}};var per=/^var\(--(?:([\w-]+)|([\w-]+), ?([a-zA-Z\d ()%#.,-]+))\)/u;function mer(e){let t=per.exec(e);if(!t)return[,];let[,r,n,o]=t;return[`--${r??n}`,o]}var her=4;function Xle(e,t,r=1){ql(r<=her,`Max CSS variable fallback depth detected in property "${e}". This may indicate a circular fallback dependency.`,"max-css-var-depth");let[n,o]=mer(e);if(!n)return;let a=window.getComputedStyle(t).getPropertyValue(n);if(a){let i=a.trim();return p2(i)?parseFloat(i):i}return JS(o)?Xle(o,t,r+1):o}function a1(e,t){return e?.[t]??e?.default??e}var V2=new Set(["width","height","top","left","right","bottom",...eh]);var D7e={test:e=>e==="auto",parse:e=>e};var RW=e=>t=>t.test(e);var Yle=[Og,cr,Pc,Jm,Lle,Ale,D7e],Qle=e=>Yle.find(RW(e));function O7e(e){return typeof e=="number"?e===0:e!==null?e==="none"||e==="0"||h2(e):!0}var ger=new Set(["brightness","contrast","saturate","opacity"]);function ver(e){let[t,r]=e.slice(0,-1).split("(");if(t==="drop-shadow")return e;let[n]=r.match($N)||[];if(!n)return e;let o=r.replace(n,""),a=ger.has(t)?1:0;return n!==r&&(a*=100),t+"("+a+o+")"}var yer=/\b([a-z-]*)\(.*?\)/gu,z2={...Ic,getAnimatableNone:e=>{let t=e.match(yer);return t?t.map(ver).join(" "):e}};var Zle={...Og,transform:Math.round};var _7e={rotate:Jm,rotateX:Jm,rotateY:Jm,rotateZ:Jm,scale:N2,scaleX:N2,scaleY:N2,scaleZ:N2,skew:Jm,skewX:Jm,skewY:Jm,distance:cr,translateX:cr,translateY:cr,translateZ:cr,x:cr,y:cr,z:cr,perspective:cr,transformPerspective:cr,opacity:Oy,originX:pW,originY:pW,originZ:cr};var i1={borderWidth:cr,borderTopWidth:cr,borderRightWidth:cr,borderBottomWidth:cr,borderLeftWidth:cr,borderRadius:cr,radius:cr,borderTopLeftRadius:cr,borderTopRightRadius:cr,borderBottomRightRadius:cr,borderBottomLeftRadius:cr,width:cr,maxWidth:cr,height:cr,maxHeight:cr,top:cr,right:cr,bottom:cr,left:cr,padding:cr,paddingTop:cr,paddingRight:cr,paddingBottom:cr,paddingLeft:cr,margin:cr,marginTop:cr,marginRight:cr,marginBottom:cr,marginLeft:cr,backgroundPositionX:cr,backgroundPositionY:cr,..._7e,zIndex:Zle,fillOpacity:Oy,strokeOpacity:Oy,numOctaves:Zle};var F7e={...i1,color:ei,backgroundColor:ei,outlineColor:ei,fill:ei,stroke:ei,borderColor:ei,borderTopColor:ei,borderRightColor:ei,borderBottomColor:ei,borderLeftColor:ei,filter:z2,WebkitFilter:z2},U2=e=>F7e[e];function H2(e,t){let r=U2(e);return r!==z2&&(r=Ic),r.getAnimatableNone?r.getAnimatableNone(t):void 0}var xer=new Set(["auto","none","0"]);function B7e(e,t,r){let n=0,o;for(;n<e.length&&!o;){let a=e[n];typeof a=="string"&&!xer.has(a)&&L0(a).values.length&&(o=e[n]),n++}if(o&&r)for(let a of t)e[a]=H2(r,o)}var j2=class extends By{constructor(t,r,n,o,a){super(t,r,n,o,a,!0)}readKeyframes(){let{unresolvedKeyframes:t,element:r,name:n}=this;if(!r||!r.current)return;super.readKeyframes();for(let l=0;l<t.length;l++){let c=t[l];if(typeof c=="string"&&(c=c.trim(),JS(c))){let u=Xle(c,r.current);u!==void 0&&(t[l]=u),l===t.length-1&&(this.finalKeyframe=c)}}if(this.resolveNoneKeyframes(),!V2.has(n)||t.length!==2)return;let[o,a]=t,i=Qle(o),s=Qle(a);if(i!==s)if(Ule(i)&&Ule(s))for(let l=0;l<t.length;l++){let c=t[l];typeof c=="string"&&(t[l]=parseFloat(c))}else D0[n]&&(this.needsMeasurement=!0)}resolveNoneKeyframes(){let{unresolvedKeyframes:t,name:r}=this,n=[];for(let o=0;o<t.length;o++)(t[o]===null||O7e(t[o]))&&n.push(o);n.length&&B7e(t,n,r)}measureInitialState(){let{element:t,unresolvedKeyframes:r,name:n}=this;if(!t||!t.current)return;n==="height"&&(this.suspendedScrollY=window.pageYOffset),this.measuredOrigin=D0[n](t.measureViewportBox(),window.getComputedStyle(t.current)),r[0]=this.measuredOrigin;let o=r[r.length-1];o!==void 0&&t.getValue(n,o).jump(o,!1)}measureEndState(){let{element:t,name:r,unresolvedKeyframes:n}=this;if(!t||!t.current)return;let o=t.getValue(r);o&&o.jump(this.measuredOrigin,!1);let a=n.length-1,i=n[a];n[a]=D0[r](t.measureViewportBox(),window.getComputedStyle(t.current)),i!==null&&this.finalKeyframe===void 0&&(this.finalKeyframe=i),this.removedTransforms?.length&&this.removedTransforms.forEach(([s,l])=>{t.getValue(s).set(l)}),this.resolveNoneKeyframes()}};function q2(e,t,r){if(e instanceof EventTarget)return[e];if(typeof e=="string"){let n=document;t&&(n=t.current);let o=r?.[e]??n.querySelectorAll(e);return o?Array.from(o):[]}return Array.from(e)}var $2=(e,t)=>t&&typeof e=="number"?t.transform(e):e;function W2(e){return m2(e)&&"offsetHeight"in e}var V7e=30,ber=e=>!isNaN(parseFloat(e)),s1={current:void 0},kW=class{constructor(t,r={}){this.canTrackVelocity=null,this.events={},this.updateAndNotify=n=>{let o=zi.now();if(this.updatedAt!==o&&this.setPrevFrameValue(),this.prev=this.current,this.setCurrent(n),this.current!==this.prev&&(this.events.change?.notify(this.current),this.dependents))for(let a of this.dependents)a.dirty()},this.hasAnimated=!1,this.setCurrent(t),this.owner=r.owner}setCurrent(t){this.current=t,this.updatedAt=zi.now(),this.canTrackVelocity===null&&t!==void 0&&(this.canTrackVelocity=ber(this.current))}setPrevFrameValue(t=this.current){this.prevFrameValue=t,this.prevUpdatedAt=this.updatedAt}onChange(t){return this.on("change",t)}on(t,r){this.events[t]||(this.events[t]=new Dy);let n=this.events[t].add(r);return t==="change"?()=>{n(),rn.read(()=>{this.events.change.getSize()||this.stop()})}:n}clearListeners(){for(let t in this.events)this.events[t].clear()}attach(t,r){this.passiveEffect=t,this.stopPassiveEffect=r}set(t){this.passiveEffect?this.passiveEffect(t,this.updateAndNotify):this.updateAndNotify(t)}setWithVelocity(t,r,n){this.set(r),this.prev=void 0,this.prevFrameValue=t,this.prevUpdatedAt=this.updatedAt-n}jump(t,r=!0){this.updateAndNotify(t),this.prev=t,this.prevUpdatedAt=this.prevFrameValue=void 0,r&&this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}dirty(){this.events.change?.notify(this.current)}addDependent(t){this.dependents||(this.dependents=new Set),this.dependents.add(t)}removeDependent(t){this.dependents&&this.dependents.delete(t)}get(){return s1.current&&s1.current.push(this),this.current}getPrevious(){return this.prev}getVelocity(){let t=zi.now();if(!this.canTrackVelocity||this.prevFrameValue===void 0||t-this.updatedAt>V7e)return 0;let r=Math.min(this.updatedAt-this.prevUpdatedAt,V7e);return g2(parseFloat(this.current)-parseFloat(this.prevFrameValue),r)}start(t){return this.stop(),new Promise(r=>{this.hasAnimated=!0,this.animation=t(r),this.events.animationStart&&this.events.animationStart.notify()}).then(()=>{this.events.animationComplete&&this.events.animationComplete.notify(),this.clearAnimation()})}stop(){this.animation&&(this.animation.stop(),this.events.animationCancel&&this.events.animationCancel.notify()),this.clearAnimation()}isAnimating(){return!!this.animation}clearAnimation(){delete this.animation}destroy(){this.dependents?.clear(),this.events.destroy?.notify(),this.clearListeners(),this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}};function ud(e,t){return new kW(e,t)}var{schedule:l1,cancel:wer}=uW(queueMicrotask,!1);var Bp={x:!1,y:!1};function NW(){return Bp.x||Bp.y}function Jle(e){return e==="x"||e==="y"?Bp[e]?null:(Bp[e]=!0,()=>{Bp[e]=!1}):Bp.x||Bp.y?null:(Bp.x=Bp.y=!0,()=>{Bp.x=Bp.y=!1})}function MW(e,t){let r=q2(e),n=new AbortController,o={passive:!0,...t,signal:n.signal};return[r,o,()=>n.abort()]}function z7e(e){return!(e.pointerType==="touch"||NW())}function ece(e,t,r={}){let[n,o,a]=MW(e,r),i=s=>{if(!z7e(s))return;let{target:l}=s,c=t(l,s);if(typeof c!="function"||!l)return;let u=d=>{z7e(d)&&(c(d),l.removeEventListener("pointerleave",u))};l.addEventListener("pointerleave",u,o)};return n.forEach(s=>{s.addEventListener("pointerenter",i,o)}),a}var tce=(e,t)=>t?e===t?!0:tce(e,t.parentElement):!1;var c1=e=>e.pointerType==="mouse"?typeof e.button!="number"||e.button<=0:e.isPrimary!==!1;var Cer=new Set(["BUTTON","INPUT","SELECT","TEXTAREA","A"]);function U7e(e){return Cer.has(e.tagName)||e.tabIndex!==-1}var QN=new WeakSet;function H7e(e){return t=>{t.key==="Enter"&&e(t)}}function rce(e,t){e.dispatchEvent(new PointerEvent("pointer"+t,{isPrimary:!0,bubbles:!0}))}var j7e=(e,t)=>{let r=e.currentTarget;if(!r)return;let n=H7e(()=>{if(QN.has(r))return;rce(r,"down");let o=H7e(()=>{rce(r,"up")}),a=()=>rce(r,"cancel");r.addEventListener("keyup",o,t),r.addEventListener("blur",a,t)});r.addEventListener("keydown",n,t),r.addEventListener("blur",()=>r.removeEventListener("keydown",n),t)};function q7e(e){return c1(e)&&!NW()}function nce(e,t,r={}){let[n,o,a]=MW(e,r),i=s=>{let l=s.currentTarget;if(!q7e(s))return;QN.add(l);let c=t(l,s),u=(p,h)=>{window.removeEventListener("pointerup",d),window.removeEventListener("pointercancel",f),QN.has(l)&&QN.delete(l),q7e(p)&&typeof c=="function"&&c(p,{success:h})},d=p=>{u(p,l===window||l===document||r.useGlobalTarget||tce(l,p.target))},f=p=>{u(p,!1)};window.addEventListener("pointerup",d,o),window.addEventListener("pointercancel",f,o)};return n.forEach(s=>{(r.useGlobalTarget?window:s).addEventListener("pointerdown",i,o),W2(s)&&(s.addEventListener("focus",c=>j7e(c,o)),!U7e(s)&&!s.hasAttribute("tabindex")&&(s.tabIndex=0))}),a}function u1(e){return m2(e)&&"ownerSVGElement"in e}function G2(e){return u1(e)&&e.tagName==="svg"}function oce(...e){let t=!Array.isArray(e[0]),r=t?0:-1,n=e[0+r],o=e[1+r],a=e[2+r],i=e[3+r],s=bW(o,a,i);return t?s(n):s}var ho=e=>!!(e&&e.getVelocity);var Ser=[...Yle,ei,Ic],ace=e=>Ser.find(RW(e));var TW=L(it(),1),Vy=L(it(),1);var $7e=L(it(),1),O0=(0,$7e.createContext)({transformPagePoint:e=>e,isStatic:!1,reducedMotion:"never"});var ice=class extends TW.Component{getSnapshotBeforeUpdate(t){let r=this.props.childRef.current;if(r&&t.isPresent&&!this.props.isPresent){let n=r.offsetParent,o=W2(n)&&n.offsetWidth||0,a=this.props.sizeRef.current;a.height=r.offsetHeight||0,a.width=r.offsetWidth||0,a.top=r.offsetTop,a.left=r.offsetLeft,a.right=o-a.width-a.left}return null}componentDidUpdate(){}render(){return this.props.children}};function G7e({children:e,isPresent:t,anchorX:r,root:n}){let o=(0,Vy.useId)(),a=(0,Vy.useRef)(null),i=(0,Vy.useRef)({width:0,height:0,top:0,left:0,right:0}),{nonce:s}=(0,Vy.useContext)(O0);return(0,Vy.useInsertionEffect)(()=>{let{width:l,height:c,top:u,left:d,right:f}=i.current;if(t||!a.current||!l||!c)return;let p=r==="left"?`left: ${d}`:`right: ${f}`;a.current.dataset.motionPopId=o;let h=document.createElement("style");s&&(h.nonce=s);let m=n??document.head;return m.appendChild(h),h.sheet&&h.sheet.insertRule(`
408
408
  [data-motion-pop-id="${o}"] {
409
409
  position: absolute !important;
410
410
  width: ${l}px !important;