@jerry-fd/ui 0.3.3 → 0.3.4

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.
@@ -1 +1 @@
1
- export{e as DataFilter,a as useTransition}from'./chunk-H5SWYELS.js';import'./chunk-BJHN7W7I.js';import'./chunk-WOT6VMZA.js';
1
+ export{e as DataFilter,a as useTransition}from'./chunk-23OVYXGQ.js';import'./chunk-BJHN7W7I.js';import'./chunk-WOT6VMZA.js';
@@ -1,2 +1,2 @@
1
- import {e,a as a$1,b as b$1,c as c$1,g as g$1}from'./chunk-MQJGKS3C.js';import {a,d,b,c}from'./chunk-H5SWYELS.js';import {f,g,h,l,o,n,p,m,j,i,k,M as M$1,r,s,A,t,B,C,E,D,F,H}from'./chunk-BJHN7W7I.js';import'./chunk-WOT6VMZA.js';import y from'react';import {createStore,useStore}from'zustand';import {persist}from'zustand/middleware';import {immer}from'zustand/middleware/immer';import {jsx,jsxs,Fragment}from'react/jsx-runtime';import {Table,ConfigProvider,Tooltip,Checkbox}from'antd';import {AnimatePresence,m as m$1}from'motion/react';import {ArrowDownToLine,RefreshCw}from'lucide-react';var Yt={components:{DatePicker:{activeBorderColor:"#d9d9d9",hoverBorderColor:"#d9d9d9",activeShadow:"none",cellHeight:24,cellWidth:28}}};var mt={tableSize:"middle",columnVisibility:{}},Ce={tabStates:{},activeTabId:"",loading:false,exporting:false},tt=(t,o)=>{t.tabStates[o]||(t.tabStates[o]={...mt});},Xt=t=>t.tabStates[t.activeTabId]??mt,he=(t,o)=>({...Ce,activeTabId:o??"",setActiveTab:e=>t(a=>{a.activeTabId=e,tt(a,e);}),setTableSize:e=>t(a=>{let n=a.activeTabId;tt(a,n),a.tabStates[n].tableSize=e;}),setColumnVisibility:(e,a)=>t(n=>{let i=n.activeTabId;tt(n,i),n.tabStates[i].columnVisibility[e]=a;}),setColumnVisibilityState:e=>t(a=>{let n=a.activeTabId;tt(a,n);let i=a.tabStates[n].columnVisibility;a.tabStates[n].columnVisibility=typeof e=="function"?e(i):e;}),toggleColumnVisibility:e=>t(a=>{let n=a.activeTabId;tt(a,n);let i=a.tabStates[n].columnVisibility[e];a.tabStates[n].columnVisibility[e]=!i;}),setLoading:e=>t({loading:e}),setExporting:e=>t({exporting:e}),resetCurrentTabState:()=>t(e=>{let a=e.activeTabId;e.tabStates[a]={...mt};})}),xe=(t,o)=>createStore()(persist(immer(e=>he(e,o)),{name:t,partialize:e=>({tabStates:e.tabStates})})),qt=y.createContext(null),ve=["id","action","actions"],Jt=y.createContext({});function Qt({storageKey:t,initialTabId:o,alwaysShowingColumns:e,children:a}){let n=y.useRef(null);n.current||(n.current=xe(t,o)),y.useEffect(()=>{let r=n.current;r&&!r.getState().activeTabId&&r.getState().setActiveTab(o);},[o]);let i=y.useMemo(()=>({alwaysShowingColumns:e??ve}),[e]);return jsx(Jt.Provider,{value:i,children:jsx(qt.Provider,{value:n.current,children:a})})}function Zt(){return y.useContext(Jt)}function M(t){let o=y.useContext(qt);if(!o)throw new Error("useDataTableStore must be used within DataTableProvider");return useStore(o,t)}function lt(){return M(t=>Xt(t))}function te(){return M(t=>Xt(t).tableSize)}var Pe={small:"min-h-22",middle:"min-h-30",large:"min-h-38"};function oe({count:t,size:o="small",pagination:e$1,classNames:a,columns:n}){let i=y.useCallback(()=>Ie(n,Pe[o]),[n,o]);return jsx(Table,{rowKey:"id",size:o,rowHoverable:false,classNames:a,dataSource:Array.from({length:t},(r,l)=>({id:l})),pagination:e$1,children:n.map((r,l)=>jsx(Table.Column,{dataIndex:r.dataIndex,width:r.width,title:jsx(e,{className:"h-22 w-full animate-none bg-bg-antd"}),render:i,onCell:()=>l===0?{colSpan:n.length}:{colSpan:0}},r.dataIndex))})}var ae=16;function Ie(t,o){let e=t.length,n=`calc((100% - ${ae*(e-1)}px) / ${e})`,i=t.some(r=>r.skeleton==="avatar"||r.skeleton==="double-line");return jsx("div",{className:f("flex items-center",o),style:{gap:`${ae}px`},children:t.map((r,l)=>{let p=r?.key??l;return jsx("div",{style:{width:n},children:Ae(r.skeleton,i)},p)})})}function Ae(t,o){switch(t){case "avatar":return jsx(ke,{});case "double-line":return jsx(ze,{});case "group":return jsx(Fe,{needAlignment:o});default:return jsx(we,{needAlignment:o})}}function we({needAlignment:t}){return jsxs("div",{className:"grid h-full gap-4",children:[t&&jsx("div",{className:"h-12 w-1"}),jsx(e,{className:"h-10"})]})}function ke(){return jsxs("div",{className:"flex w-full items-center gap-6",children:[jsx(e,{className:"shrink-0 rounded-full",style:{width:"var(--avatar-size, 32px)",height:"var(--avatar-size, 32px)"}}),jsxs("div",{className:"grid flex-1 gap-4",children:[jsx(e,{className:"h-12 w-[60%]"}),jsx(e,{className:"h-10"})]})]})}function ze(){return jsxs("div",{className:"grid h-full w-full gap-4 py-4",children:[jsx(e,{className:"h-12 w-[60%]"}),jsx(e,{className:"h-10"})]})}function Fe({needAlignment:t}){return jsxs("div",{className:"grid h-full gap-4",children:[t&&jsx("div",{className:"h-12 w-1"}),jsxs("div",{className:"flex w-full items-center gap-4",children:[jsx(e,{className:"h-10 w-[20%]"}),jsx(e,{className:"h-10 w-[20%]"}),jsx(e,{className:"h-10 w-[20%]"}),jsx(e,{className:"h-10 w-[20%]"}),jsx(e,{className:"h-10 w-[20%]"})]})]})}function ne({className:t,options:o,...e}){return jsx(a$1,{className:f("w-full",t),...e,children:jsx(b$1,{variant:"line",size:"medium",className:"w-full px-12",children:o?.map(a=>jsx(c$1,{value:a.value,className:"py-8",children:a.label},a.id??a.value))})})}function ie({value:t,className:o,onChange:e,...a$1}){let n=a(),[i,r]=y.useState(false),l=y.useMemo(()=>[{groupType:"radio",value:t,options:[{label:n("large"),value:"large"},{label:n("middle"),value:"middle"},{label:n("compact"),value:"small"}],onValueChange:e}],[e,n,t]);return jsx(g$1,{side:"bottom",align:"end",collisionPadding:6,items:l,className:"min-w-100",open:i,onOpenChange:r,children:jsxs(M$1,{mode:"stroke",variant:"neutral",size:"small",className:f("gap-0",o,i&&"active"),...a$1,children:[jsx(Tooltip,{title:n("density"),mouseEnterDelay:1,children:jsx("div",{className:"absolute inset-0"})}),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:"size-16",viewBox:"0 0 1024 1024",children:jsx("path",{d:"M840 836H184c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h656c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zm0-724H184c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h656c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zM610.8 378c6 0 9.4-7 5.7-11.7L515.7 238.7a7.14 7.14 0 0 0-11.3 0L403.6 366.3a7.23 7.23 0 0 0 5.7 11.7H476v268h-62.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H548V378h62.8z"})})]})})}function Ve(t){return t.key?String(t.key):Array.isArray(t.dataIndex)?t.dataIndex.join("."):String(t.dataIndex)}function le({disabled:t$1,columns:o}){let e=a(),{alwaysShowingColumns:a$1}=Zt(),[n,i]=y.useState(false),{columnVisibility:r$1}=lt(),l=M(s=>s.setColumnVisibilityState),p=y.useCallback((s,c)=>{l(u=>({...u,[s]:c}));},[l]);return jsxs(r,{open:n,onOpenChange:i,children:[jsx(s,{asChild:true,children:jsx(M$1,{mode:"stroke",variant:"neutral",size:"small",className:f(n&&"active","relative gap-0"),disabled:t$1,startContent:jsx(A,{}),children:jsx(Tooltip,{title:e("column_set"),mouseEnterDelay:1,children:jsx("div",{className:"absolute inset-0"})})})}),jsx(t,{align:"end",side:"bottom",arrow:false,className:"w-fit rounded-xl p-0",sideOffset:6,children:jsxs(B,{children:[jsx(C,{autoFocus:true,placeholder:"Search..."}),jsx(E,{children:e("no_results")}),jsx(D,{className:"max-h-256",children:jsx(F,{children:o.map(s=>{let c=Ve(s),u=r$1[c]!==false;return jsxs(H,{keywords:[s.title,s.dataIndex],onSelect:()=>p(c,!u),className:"group flex items-center gap-6",value:c,disabled:a$1?.includes(c),children:[jsx(Checkbox,{checked:u,tabIndex:-1,className:f("mr-4 opacity-100")}),jsx("span",{children:s.title})]},c)})})})]})})]})}function He(t){return typeof t=="string"?{type:t,key:t}:t.type==="custom"?{type:"custom",key:t.key,hidden:t.hidden,render:t.render}:{type:t.type,key:t.key??t.type,hidden:t.hidden,btnProps:t.btnProps,tooltip:t.tooltip}}function Ge({btnProps:t,tooltip:o,disabled:e,loading:a$1,onAction:n}){let i=a(),r=o??i("refresh");return jsx(M$1,{mode:"stroke",variant:"neutral",startContent:jsx(RefreshCw,{}),loading:a$1,disabled:e||a$1,className:"gap-0",onClick:()=>n({action:"data_refresh"}),...t,children:jsx(Tooltip,{title:r,mouseEnterDelay:1,children:jsx("div",{className:"absolute inset-0"})})})}function We(){let t=te()??"small",o=M(e=>e.setTableSize);return jsx(ie,{value:t,onChange:o})}function $e({columns:t}){return jsx(le,{columns:t})}function Ye({btnProps:t,disabled:o,loading:e,onAction:a$1}){let n=a();return jsx(M$1,{variant:"primary",startContent:jsx(ArrowDownToLine,{}),loading:e,disabled:o||e,onClick:()=>a$1({action:"data_export"}),...t,children:n("data_export")})}var je={initial:{opacity:0,scale:.75,x:10,originX:1},animate:{opacity:1,scale:1,x:0,originX:1},exit:{opacity:0,scale:.75,x:10,originX:1}},Xe={ease:[.26,.08,.25,1],duration:.25};function ce({items:t,columns:o,disabled:e,loading:a,exporting:n,filter:i,onAction:r,className:l}){let p=y.useMemo(()=>t.map(d=>He(d)),[t]),s=y.useMemo(()=>p.filter(d=>!d.hidden),[p]),c=y.useCallback(d=>{r?.(d);},[r]),u=y.useMemo(()=>({disabled:e,loading:a,exporting:n,columns:o,onAction:c}),[e,a,n,o,c]),C=d=>{let P={btnProps:d.btnProps,tooltip:d.tooltip,disabled:e,loading:a,onAction:c};switch(d.type){case "data_refresh":return jsx(Ge,{...P});case "size_setting":return jsx(We,{});case "column_setting":return jsx($e,{columns:o});case "data_export":return jsx(Ye,{...P,loading:n});case "custom":return d.render?.(u);case "filter_btn":return i;default:return null}};return jsx("div",{className:f("flex items-center gap-8",l),children:jsx(AnimatePresence,{mode:"popLayout",initial:false,children:s.map(d=>jsx(m$1.div,{layout:true,variants:je,initial:"initial",animate:"animate",exit:"exit",transition:Xe,children:C(d)},d.key))})})}var ft=["data_refresh","size_setting","column_setting","filter_btn"];function de(t){return t.filter(o=>o.filter!==void 0).map(o=>{let{filter:e,dataIndex:a,title:n}=o,i=Array.isArray(a)?a.join("."):a,r=e.displayName??(typeof n=="string"?n:i);return {...e,columnId:i,displayName:r}})}function pe(t){return t.map(({filter:o,...e})=>e)}function Qe(t){return t.key?String(t.key):Array.isArray(t.dataIndex)?t.dataIndex.join("."):String(t.dataIndex)}var Ze={pagination:{root:"m-0 py-16 px-8 [&_.ant-pagination-total-text]:mr-auto"}},ta={hideOnSinglePage:false,showSizeChanger:true,pageSizeOptions:[10,20,30,50]},ea={initial:{height:0,opacity:0},animate:{height:"auto",opacity:1},exit:{height:0,opacity:0}},aa={initial:{opacity:0,y:24},animate:{opacity:1,y:0},exit:{opacity:0,y:-24}},oa={ease:[.26,.08,.25,1],duration:.3};function na({id:t,title:o$1,icon:e,description:a$1,variant:n$1,classNames:i$1,slots:r,columns:l$1,filters:p$1,defaultFilters:s,loading:c$1,exporting:u,disabled:C,animated:d$1=true,pagination:P,style:O,toolbarItems:Y,activeTab:_,tabList:w,onTabChange:k$1,onFiltersChange:ot,onToolbarAction:nt,...q}){let J=a(),g$1=M(F=>F.setActiveTab),S=M(F=>F.activeTabId),{tableSize:v,columnVisibility:rt}=lt();y.useEffect(()=>{t&&t!==S&&g$1(t);},[t,S,g$1]);let I=y.useMemo(()=>l$1.filter(F=>F.hidden!==true),[l$1]),h$1=y.useMemo(()=>de(I),[I]),Q=y.useMemo(()=>pe(I),[I]),[K,Z]=d({filters:p$1,defaultFilters:s,onFiltersChange:ot}),L=y.useMemo(()=>Q.filter(F=>{let fe=Qe(F);return rt[fe]!==false}),[Q,rt]),U=y.useCallback(F=>J("pagination_total").replace("{total}",String(F)),[J]),j$1=y.useMemo(()=>({showTotal:U,disabled:c$1||C,size:v==="large"?"middle":v,...ta,...P}),[U,c$1,C,v,P]),it={...Ze,header:{cell:q?.bordered?"":f("border-t border-stroke-antd first:border-l last:border-r")}},st=w&&Array.isArray(w),dt=Math.min(j$1.pageSize??j$1.defaultPageSize??10,15),f$1=!!(c$1&&L.some(F=>F.skeleton)),N=h$1.length!==0,x=K&&K.length!==0,z=jsx(b,{columns:h$1,filters:K,actions:Z,className:"flex flex-wrap gap-6",enableAutoClose:true}),E=f$1?jsx(oe,{id:`${t}-skeleton`,columns:L,size:v,count:dt,className:"bg-bg-white",classNames:it,pagination:j$1}):jsx(Table,{id:`${t}-data-table`,columns:L,className:"bg-bg-white",classNames:it,pagination:j$1,size:v,loading:c$1,...q}),pt=n$1==="accent";return jsx(ConfigProvider,{theme:Yt,children:jsxs(g,{style:O,className:f("rounded-2xl",i$1?.root),variant:n$1,children:[jsxs(h,{className:f("px-14 pt-12 pb-10",pt&&"pt-10",st&&"border-b-0",i$1?.cardHeader),children:[jsxs(l,{className:f("flex items-center gap-12",i$1?.cardHeading),children:[e&&jsx(o,{className:f("size-34 border border-stone-200 bg-stone-100 text-text-sub",!!(o$1&&a$1)&&"size-44 [&_svg]:size-24",i$1?.cardIcon),children:e}),o$1&&jsxs("div",{className:f(a$1&&"flex flex-col gap-4"),children:[jsx(n,{children:o$1}),a$1&&jsx(p,{children:a$1})]})]}),jsx(m,{className:i$1?.cardToolbar,children:jsx(ce,{onAction:nt,items:Y??ft,loading:c$1,disabled:C,exporting:u,filter:N&&jsx(c,{columns:h$1,filters:K,actions:Z,align:"end",enableAutoBack:true},`${t}-filter`),columns:I})})]}),r?.summary&&jsx(j,{className:f("p-16",i$1?.cardSummary),children:r?.footer}),st&&jsx(j,{className:"p-0",children:jsx(ne,{value:_,options:w,onValueChange:k$1})}),jsx(i,{className:f("overflow-hidden p-12 pt-16 pb-8",i$1?.cardContent),children:d$1?jsx(AnimatePresence,{mode:"popLayout",initial:false,children:jsxs(m$1.div,{variants:aa,initial:"initial",animate:"animate",exit:"exit",custom:x,transition:oa,children:[jsx(AnimatePresence,{initial:false,children:x&&jsxs(m$1.div,{variants:ea,initial:"initial",animate:"animate",exit:"exit",children:[z,jsx("div",{className:"h-14"})]},S)}),E]},S)}):jsxs(Fragment,{children:[x&&jsx("div",{className:"mb-16",children:z}),E]})}),r?.footer&&jsx(k,{className:f("p-16",i$1?.cardFooter),children:r?.footer})]})})}function ra({id:t,storageKey:o,alwaysShowingColumns:e,...a}){return jsx(Qt,{storageKey:o??"UI_TABLE_CONFIG",initialTabId:t,alwaysShowingColumns:e,children:jsx(na,{id:t,...a})})}var gt={dateFormat:"YYYY-MM-DD",paginationKeys:{current:"current",pageSize:"pageSize"},sorterKeys:{field:"sortField",order:"sortOrder"},filtersKey:"filters",orderValues:{ascend:"asc",descend:"desc"},fieldMapping:{}};function yt(t,o){return o[t]??t}function sa(t){return t!==null&&typeof t=="object"&&"$d"in t&&typeof t.format=="function"}function St(t,o){return t==null?null:sa(t)?t.format(o):typeof t=="string"||typeof t=="number"||typeof t=="boolean"?t:String(t)}function la(t,o={}){let e={...gt,...o},{pagination:a,filters:n,sorter:i}=t,r={};a.current!==void 0&&(r[e.paginationKeys.current]=a.current),a.pageSize!==void 0&&(r[e.paginationKeys.pageSize]=a.pageSize);let l=Array.isArray(i)?i[0]:i;l?.field&&l?.order&&(r[e.sorterKeys.field]=String(l.field),r[e.sorterKeys.order]=e.orderValues[l.order]??l.order);let p={};for(let s of n){let c=yt(s.columnId,e.fieldMapping);p[c]=s.values.map(u=>St(u,e.dateFormat));}return Object.keys(p).length>0&&(r[e.filtersKey]=p),r}function at(t,o={}){let e={...gt,...o},{pagination:a,filters:n,sorter:i}=t,r={};a.current!==void 0&&(r[e.paginationKeys.current]=a.current),a.pageSize!==void 0&&(r[e.paginationKeys.pageSize]=a.pageSize);let l=Array.isArray(i)?i[0]:i;l?.field&&l?.order&&(r[e.sorterKeys.field]=String(l.field),r[e.sorterKeys.order]=e.orderValues[l.order]??l.order);for(let p of n){let s=yt(p.columnId,e.fieldMapping),c=p.values.map(u=>St(u,e.dateFormat));r[s]=c.length===1?c[0]:c;}return r}function Te(t,o={}){let e={...gt,...o},{pagination:a,filters:n,sorter:i}=t,r=new URLSearchParams;a.current!==void 0&&r.set(e.paginationKeys.current,String(a.current)),a.pageSize!==void 0&&r.set(e.paginationKeys.pageSize,String(a.pageSize));let l=Array.isArray(i)?i[0]:i;l?.field&&l?.order&&(r.set(e.sorterKeys.field,String(l.field)),r.set(e.sorterKeys.order,e.orderValues[l.order]??l.order));for(let p of n){let s=yt(p.columnId,e.fieldMapping),c=p.values.map(u=>St(u,e.dateFormat));r.set(s,c.join(","));}return r.toString()}function ca(t,o={}){let e=Te(t,o);return new URLSearchParams(e)}var da=[],pa={current:1,pageSize:10};function be(){return {filters:da,pagination:pa,sorter:{}}}function ua(t){let o=new Map,e=be();for(let a of t)o.set(a.value,{filters:a.defaultFilters??a.filters??e.filters,pagination:a.defaultPagination??a.pagination??e.pagination,sorter:a.defaultSorter??e.sorter});return o}function Dt({fireOnMount:t=true,active:o,defaultActive:e,tabList:a,onTabChange:n,onTableChange:i,onToolbarAction:r}){let[l,p]=y.useState(()=>e??a[0]?.value??""),s=o??l,[c,u]=y.useState(()=>ua(a)),C=y.useMemo(()=>a.find(f=>f.value===s)??a[0],[s,a]),{id:d,fireOnMount:P=t,loading:O,exporting:Y,disabled:_,serializeOptions:w={},serializeFn:k=at,defaultFilters:ot,defaultPagination:nt,defaultSorter:q,filters:J,pagination:g,onChange:S,onToolbarAction:v,...rt}=C,I=y.useMemo(()=>be(),[]),h=y.useMemo(()=>c.get(s)??I,[c,s,I]),Q=y.useRef(i),K=y.useRef(r),Z=y.useRef(S),L=y.useRef(v);Q.current=i,K.current=r,Z.current=S,L.current=v;let U=y.useRef(new Map);y.useEffect(()=>{U.current.has(s)||U.current.set(s,!P);},[s,P]);let j=y.useCallback(f=>{p(f),n?.(f);},[n]),it=y.useCallback(f=>{u(N=>{let x=new Map(N),z=x.get(s)??I,E=typeof f=="function"?f(z.filters):f;return x.set(s,{...z,filters:E,pagination:{...z.pagination,current:1}}),x});},[s,I]),st=y.useCallback((f,N,x)=>{u(z=>{let E=new Map(z),pt=E.get(s)??I;return E.set(s,{...pt,pagination:f,sorter:x}),E});},[s,I]),dt=y.useCallback(f=>{if(f.action==="data_export"){let N={pagination:h.pagination,filters:h.filters,sorter:h.sorter},x=k(N,w),z={action:f.action,payload:x};L.current?.(z),K.current?.(d,z);return}L.current?.(f),K.current?.(d,f);},[d,h,k,w]);return y.useEffect(()=>{if(U.current.get(s)){U.current.set(s,false);return}let N={pagination:h.pagination,filters:h.filters,sorter:h.sorter},x=k(N,w);Z.current?.(x,N),Q.current?.(d,x,N);},[s,d,h,k,w]),{activeTab:s,tabList:a,onTabChange:j,id:d,loading:O,exporting:Y,disabled:_||Y,filters:h.filters,pagination:h.pagination,onFiltersChange:it,onChange:st,onToolbarAction:dt,...rt}}var ma=[],Ta={},ba={current:1,pageSize:10};function fa({id:t,fireOnMount:o=true,defaultFilters:e=ma,defaultPagination:a=ba,defaultSorter:n=Ta,serializeOptions:i={},loading:r,exporting:l,disabled:p,serializeFn:s=at,onChange:c,onToolbarAction:u}={}){let C=y.useRef(!o),d=y.useRef(c),P=y.useRef(u);d.current=c,P.current=u;let[O,Y]=y.useState(e),[_,w]=y.useState(a),[k,ot]=y.useState(n),nt=y.useCallback(g=>{Y(S=>typeof g=="function"?g(S):g),w(S=>({...S,current:1}));},[]),q=y.useCallback((g,S,v)=>{w(g),ot(v);},[]),J=y.useCallback(g=>{if(g.action==="data_export"){let v=s({pagination:_,filters:O,sorter:k},i);P.current?.({action:g.action,payload:v});return}P.current?.(g);},[O,_,s,i,k]);return y.useEffect(()=>{if(C.current){C.current=false;return}let g={pagination:_,filters:O,sorter:k},S=s(g,i);d.current?.(S,g);},[_,O,k,s,i]),{id:t,loading:r,exporting:l,disabled:p||l,filters:O,pagination:_,onFiltersChange:nt,onChange:q,onToolbarAction:J}}function ga(t={}){let{id:o="default",onChange:e,onToolbarAction:a,...n}=t,i=Dt({fireOnMount:t.fireOnMount,tabList:[{id:o,value:o,label:"",columns:[],...n}],onTableChange:e?(u,C,d)=>e(C,d):void 0,onToolbarAction:a?(u,C)=>a(C):void 0}),{activeTab:r,tabList:l,columns:p,onTabChange:s,...c}=i;return c}
2
- export{ft as DEFAULT_TOOLBAR_ITEMS,ra as DataTable,la as serializeForPost,at as serializeForPostFlat,Te as serializeForURL,ca as serializeToURLSearchParams,fa as useDataTableState,ga as useDataTableStateAdapter,Dt as useTabsDataTableState};
1
+ import {e,a as a$1,b as b$1,c as c$1,g as g$1}from'./chunk-MQJGKS3C.js';import {a,d,b,c}from'./chunk-23OVYXGQ.js';import {f,g,h,l,o,n,p,m,j,i,k,M as M$1,r,s,A,t,B,C,E,D,F,H}from'./chunk-BJHN7W7I.js';import'./chunk-WOT6VMZA.js';import y from'react';import {createStore,useStore}from'zustand';import {persist}from'zustand/middleware';import {immer}from'zustand/middleware/immer';import {jsx,jsxs,Fragment}from'react/jsx-runtime';import {Card,Table,ConfigProvider,Tooltip,Checkbox}from'antd';import {AnimatePresence,m as m$1}from'motion/react';import {ArrowDownToLine,RefreshCw}from'lucide-react';var Yt={components:{DatePicker:{activeBorderColor:"#d9d9d9",hoverBorderColor:"#d9d9d9",activeShadow:"none",cellHeight:24,cellWidth:28}}};var mt={tableSize:"middle",columnVisibility:{}},he={tabStates:{},activeTabId:"",loading:false,exporting:false},tt=(t,o)=>{t.tabStates[o]||(t.tabStates[o]={...mt});},Xt=t=>t.tabStates[t.activeTabId]??mt,xe=(t,o)=>({...he,activeTabId:o??"",setActiveTab:e=>t(a=>{a.activeTabId=e,tt(a,e);}),setTableSize:e=>t(a=>{let n=a.activeTabId;tt(a,n),a.tabStates[n].tableSize=e;}),setColumnVisibility:(e,a)=>t(n=>{let i=n.activeTabId;tt(n,i),n.tabStates[i].columnVisibility[e]=a;}),setColumnVisibilityState:e=>t(a=>{let n=a.activeTabId;tt(a,n);let i=a.tabStates[n].columnVisibility;a.tabStates[n].columnVisibility=typeof e=="function"?e(i):e;}),toggleColumnVisibility:e=>t(a=>{let n=a.activeTabId;tt(a,n);let i=a.tabStates[n].columnVisibility[e];a.tabStates[n].columnVisibility[e]=!i;}),setLoading:e=>t({loading:e}),setExporting:e=>t({exporting:e}),resetCurrentTabState:()=>t(e=>{let a=e.activeTabId;e.tabStates[a]={...mt};})}),ve=(t,o)=>createStore()(persist(immer(e=>xe(e,o)),{name:t,partialize:e=>({tabStates:e.tabStates})})),qt=y.createContext(null),Re=["id","action","actions"],Jt=y.createContext({});function Qt({storageKey:t,initialTabId:o,alwaysShowingColumns:e,children:a}){let n=y.useRef(null);n.current||(n.current=ve(t,o)),y.useEffect(()=>{let r=n.current;r&&!r.getState().activeTabId&&r.getState().setActiveTab(o);},[o]);let i=y.useMemo(()=>({alwaysShowingColumns:e??Re}),[e]);return jsx(Jt.Provider,{value:i,children:jsx(qt.Provider,{value:n.current,children:a})})}function Zt(){return y.useContext(Jt)}function M(t){let o=y.useContext(qt);if(!o)throw new Error("useDataTableStore must be used within DataTableProvider");return useStore(o,t)}function lt(){return M(t=>Xt(t))}function te(){return M(t=>Xt(t).tableSize)}var Ie={small:"min-h-22",middle:"min-h-30",large:"min-h-38"};function oe({count:t,size:o="small",pagination:e$1,classNames:a,columns:n}){let i=y.useCallback(()=>Ae(n,Ie[o]),[n,o]);return jsx(Table,{rowKey:"id",size:o,rowHoverable:false,classNames:a,dataSource:Array.from({length:t},(r,l)=>({id:l})),pagination:e$1,children:n.map((r,l)=>jsx(Table.Column,{dataIndex:r.dataIndex,width:r.width,title:jsx(e,{className:"h-22 w-full animate-none bg-bg-antd"}),render:i,onCell:()=>l===0?{colSpan:n.length}:{colSpan:0}},r.dataIndex))})}var ae=16;function Ae(t,o){let e=t.length,n=`calc((100% - ${ae*(e-1)}px) / ${e})`,i=t.some(r=>r.skeleton==="avatar"||r.skeleton==="double-line");return jsx("div",{className:f("flex items-center",o),style:{gap:`${ae}px`},children:t.map((r,l)=>{let p=r?.key??l;return jsx("div",{style:{width:n},children:we(r.skeleton,i)},p)})})}function we(t,o){switch(t){case "avatar":return jsx(ze,{});case "double-line":return jsx(Ne,{});case "group":return jsx(Fe,{needAlignment:o});default:return jsx(ke,{needAlignment:o})}}function ke({needAlignment:t}){return jsxs("div",{className:"grid h-full gap-4",children:[t&&jsx("div",{className:"h-12 w-1"}),jsx(e,{className:"h-10"})]})}function ze(){return jsxs("div",{className:"flex w-full items-center gap-6",children:[jsx(e,{className:"shrink-0 rounded-full",style:{width:"var(--avatar-size, 32px)",height:"var(--avatar-size, 32px)"}}),jsxs("div",{className:"grid flex-1 gap-4",children:[jsx(e,{className:"h-12 w-[60%]"}),jsx(e,{className:"h-10"})]})]})}function Ne(){return jsxs("div",{className:"grid h-full w-full gap-4 py-4",children:[jsx(e,{className:"h-12 w-[60%]"}),jsx(e,{className:"h-10"})]})}function Fe({needAlignment:t}){return jsxs("div",{className:"grid h-full gap-4",children:[t&&jsx("div",{className:"h-12 w-1"}),jsxs("div",{className:"flex w-full items-center gap-4",children:[jsx(e,{className:"h-10 w-[20%]"}),jsx(e,{className:"h-10 w-[20%]"}),jsx(e,{className:"h-10 w-[20%]"}),jsx(e,{className:"h-10 w-[20%]"}),jsx(e,{className:"h-10 w-[20%]"})]})]})}function ne({className:t,options:o,...e}){return jsx(a$1,{className:f("w-full",t),...e,children:jsx(b$1,{variant:"line",size:"medium",className:"w-full px-12",children:o?.map(a=>jsx(c$1,{value:a.value,className:"py-8",children:a.label},a.id??a.value))})})}function ie({value:t,className:o,onChange:e,...a$1}){let n=a(),[i,r]=y.useState(false),l=y.useMemo(()=>[{groupType:"radio",value:t,options:[{label:n("large"),value:"large"},{label:n("middle"),value:"middle"},{label:n("compact"),value:"small"}],onValueChange:e}],[e,n,t]);return jsx(g$1,{side:"bottom",align:"end",collisionPadding:6,items:l,className:"min-w-100",open:i,onOpenChange:r,children:jsxs(M$1,{mode:"stroke",variant:"neutral",size:"small",className:f("gap-0",o,i&&"active"),...a$1,children:[jsx(Tooltip,{title:n("density"),mouseEnterDelay:1,children:jsx("div",{className:"absolute inset-0"})}),jsx("svg",{xmlns:"http://www.w3.org/2000/svg",className:"size-16",viewBox:"0 0 1024 1024",children:jsx("path",{d:"M840 836H184c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h656c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zm0-724H184c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h656c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zM610.8 378c6 0 9.4-7 5.7-11.7L515.7 238.7a7.14 7.14 0 0 0-11.3 0L403.6 366.3a7.23 7.23 0 0 0 5.7 11.7H476v268h-62.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H548V378h62.8z"})})]})})}function Me(t){return t.key?String(t.key):Array.isArray(t.dataIndex)?t.dataIndex.join("."):String(t.dataIndex)}function Ke(t){return typeof t=="string"&&t.length>0}function Ee(t){return [Array.isArray(t.dataIndex)?t.dataIndex.join(" "):typeof t.dataIndex=="string"?t.dataIndex:null,typeof t.title=="string"?t.title:null,t.key!==null?String(t.key):null].filter(Ke)}function le({disabled:t$1,columns:o}){let e=a(),{alwaysShowingColumns:a$1}=Zt(),[n,i]=y.useState(false),{columnVisibility:r$1}=lt(),l=M(s=>s.setColumnVisibilityState),p=y.useCallback((s,c)=>{l(m=>({...m,[s]:c}));},[l]);return jsxs(r,{open:n,onOpenChange:i,children:[jsx(s,{asChild:true,children:jsx(M$1,{mode:"stroke",variant:"neutral",size:"small",className:f(n&&"active","relative gap-0"),disabled:t$1,startContent:jsx(A,{}),children:jsx(Tooltip,{title:e("column_set"),mouseEnterDelay:1,children:jsx("div",{className:"absolute inset-0"})})})}),jsx(t,{align:"end",side:"bottom",arrow:false,className:"w-fit rounded-xl p-0",sideOffset:6,children:jsxs(B,{children:[jsx(C,{autoFocus:true,placeholder:"Search..."}),jsx(E,{children:e("no_results")}),jsx(D,{className:"max-h-256",children:jsx(F,{children:o.map(s=>{let c=Me(s),m=r$1[c]!==false;return jsxs(H,{keywords:Ee(s),onSelect:()=>p(c,!m),className:"group flex items-center gap-6",value:c,disabled:a$1?.includes(c),children:[jsx(Checkbox,{checked:m,tabIndex:-1,className:f("mr-4 opacity-100")}),jsx("span",{children:s.title})]},c)})})})]})})]})}function $e(t){return typeof t=="string"?{type:t,key:t}:t.type==="custom"?{type:"custom",key:t.key,hidden:t.hidden,render:t.render}:{type:t.type,key:t.key??t.type,hidden:t.hidden,btnProps:t.btnProps,tooltip:t.tooltip}}function Ye({btnProps:t,tooltip:o,disabled:e,loading:a$1,onAction:n}){let i=a(),r=o??i("refresh");return jsx(M$1,{mode:"stroke",variant:"neutral",startContent:jsx(RefreshCw,{}),loading:a$1,disabled:e||a$1,className:"gap-0",onClick:()=>n({action:"data_refresh"}),...t,children:jsx(Tooltip,{title:r,mouseEnterDelay:1,children:jsx("div",{className:"absolute inset-0"})})})}function je(){let t=te()??"small",o=M(e=>e.setTableSize);return jsx(ie,{value:t,onChange:o})}function Xe({columns:t}){return jsx(le,{columns:t})}function qe({btnProps:t,disabled:o,loading:e,onAction:a$1}){let n=a();return jsx(M$1,{variant:"primary",startContent:jsx(ArrowDownToLine,{}),loading:e,disabled:o||e,onClick:()=>a$1({action:"data_export"}),...t,children:n("data_export")})}var Je={initial:{opacity:0,scale:.75,x:10,originX:1},animate:{opacity:1,scale:1,x:0,originX:1},exit:{opacity:0,scale:.75,x:10,originX:1}},Qe={ease:[.26,.08,.25,1],duration:.25};function ce({items:t,columns:o,disabled:e,loading:a,exporting:n,filter:i,onAction:r,className:l}){let p=y.useMemo(()=>t.map(d=>$e(d)),[t]),s=y.useMemo(()=>p.filter(d=>!d.hidden),[p]),c=y.useCallback(d=>{r?.(d);},[r]),m=y.useMemo(()=>({disabled:e,loading:a,exporting:n,columns:o,onAction:c}),[e,a,n,o,c]),C=d=>{let P={btnProps:d.btnProps,tooltip:d.tooltip,disabled:e,loading:a,onAction:c};switch(d.type){case "data_refresh":return jsx(Ye,{...P});case "size_setting":return jsx(je,{});case "column_setting":return jsx(Xe,{columns:o});case "data_export":return jsx(qe,{...P,loading:n});case "custom":return d.render?.(m);case "filter_btn":return i;default:return null}};return jsx("div",{className:f("flex items-center gap-8",l),children:jsx(AnimatePresence,{mode:"popLayout",initial:false,children:s.map(d=>jsx(m$1.div,{layout:true,variants:Je,initial:"initial",animate:"animate",exit:"exit",transition:Qe,children:C(d)},d.key))})})}var ft=["data_refresh","size_setting","column_setting","filter_btn"];function de(t){return t.filter(o=>o.filter!==void 0).map(o=>{let{filter:e,dataIndex:a,title:n}=o,i=Array.isArray(a)?a.join("."):a,r=e.displayName??(typeof n=="string"?n:i);return {...e,columnId:i,displayName:r}})}function pe(t){return t.map(({filter:o,...e})=>e)}function ea(t){return t.key?String(t.key):Array.isArray(t.dataIndex)?t.dataIndex.join("."):String(t.dataIndex)}var aa={pagination:{root:"m-0 py-16 px-8 [&_.ant-pagination-total-text]:mr-auto"}},oa={hideOnSinglePage:false,showSizeChanger:true,pageSizeOptions:[10,20,30,50]},na={initial:{height:0,opacity:0},animate:{height:"auto",opacity:1},exit:{height:0,opacity:0}},ra={initial:{opacity:0,y:24},animate:{opacity:1,y:0},exit:{opacity:0,y:-24}},ia={ease:[.26,.08,.25,1],duration:.3};function sa({id:t,title:o$1,icon:e,description:a$1,variant:n$1,classNames:i$1,slots:r,columns:l$1,filters:p$1,defaultFilters:s,loading:c$1,exporting:m$2,disabled:C,animated:d$1=true,pagination:P,style:O,toolbarItems:Y,activeTab:_,tabList:w,onTabChange:k$1,onFiltersChange:ot,onToolbarAction:nt,...q}){let J=a(),g$1=M(N=>N.setActiveTab),S=M(N=>N.activeTabId),{tableSize:v,columnVisibility:rt}=lt();y.useEffect(()=>{t&&t!==S&&g$1(t);},[t,S,g$1]);let I=y.useMemo(()=>l$1.filter(N=>N.hidden!==true),[l$1]),h$1=y.useMemo(()=>de(I),[I]),Q=y.useMemo(()=>pe(I),[I]),[K,Z]=d({filters:p$1,defaultFilters:s,onFiltersChange:ot}),L=y.useMemo(()=>Q.filter(N=>{let ge=ea(N);return rt[ge]!==false}),[Q,rt]),U=y.useCallback(N=>J("pagination_total").replace("{total}",String(N)),[J]),j$1=y.useMemo(()=>({showTotal:U,disabled:c$1||C,size:v==="large"?"middle":v,...oa,...P}),[U,c$1,C,v,P]),it={...aa,header:{cell:q?.bordered?"":f("border-t border-stroke-antd first:border-l last:border-r")}},st=w&&Array.isArray(w),dt=Math.min(j$1.pageSize??j$1.defaultPageSize??10,15),f$1=!!(c$1&&L.some(N=>N.skeleton)),F=h$1.length!==0,x=K&&K.length!==0,z=jsx(b,{columns:h$1,filters:K,actions:Z,className:"flex flex-wrap gap-6",enableAutoClose:true}),E=f$1?jsx(oe,{id:`${t}-skeleton`,columns:L,size:v,count:dt,className:"bg-bg-white",classNames:it,pagination:j$1}):jsx(Table,{id:`${t}-data-table`,columns:L,className:"bg-bg-white",classNames:it,pagination:j$1,size:v,loading:c$1,...q}),pt=n$1==="accent";return jsx(ConfigProvider,{theme:Yt,children:jsxs(g,{style:O,className:f("rounded-2xl",i$1?.root),variant:n$1,children:[jsxs(h,{className:f("px-14 pt-12 pb-10",pt&&"pt-10",st&&"border-b-0",i$1?.cardHeader),children:[jsxs(l,{className:f("flex items-center gap-12",i$1?.cardHeading),children:[e&&jsx(o,{className:f("size-34 border border-stone-200 bg-stone-100 text-text-sub",!!(o$1&&a$1)&&"size-44 [&_svg]:size-24",i$1?.cardIcon),children:e}),o$1&&jsxs("div",{className:f(a$1&&"flex flex-col gap-4"),children:[jsx(n,{children:o$1}),a$1&&jsx(p,{children:a$1})]})]}),jsx(m,{className:i$1?.cardToolbar,children:jsx(ce,{onAction:nt,items:Y??ft,loading:c$1,disabled:C,exporting:m$2,filter:F&&jsx(c,{columns:h$1,filters:K,actions:Z,align:"end",enableAutoBack:true},`${t}-filter`),columns:I})})]}),r?.summary&&jsx(j,{className:f("p-16",i$1?.cardSummary),children:r?.footer}),st&&jsx(j,{className:"p-0",children:jsx(ne,{value:_,options:w,onValueChange:k$1})}),jsx(i,{className:f("overflow-hidden p-12 pt-16 pb-8",i$1?.cardContent),children:d$1?jsx(AnimatePresence,{mode:"popLayout",initial:false,children:jsxs(m$1.div,{variants:ra,initial:"initial",animate:"animate",exit:"exit",custom:x,transition:ia,children:[jsx(AnimatePresence,{initial:false,children:x&&jsxs(m$1.div,{variants:na,initial:"initial",animate:"animate",exit:"exit",children:[z,jsx("div",{className:"h-14"})]},S)}),E]},S)}):jsxs(Fragment,{children:[x&&jsx("div",{className:"mb-16",children:z}),E]})}),r?.footer&&jsx(k,{className:f("p-16",i$1?.cardFooter),children:r?.footer})]})})}function la({id:t,storageKey:o,alwaysShowingColumns:e,...a}){let n=o??"UI_TABLE_CONFIG";if(!import.meta.env?.VITE_MOCK_API_SSR){let{title:i,...r}=ca(a);return jsx(Card,{title:i,children:jsx(Table,{id:t,...r})})}return jsx(Qt,{storageKey:n,initialTabId:t,alwaysShowingColumns:e,children:jsx(sa,{id:t,...a})})}function ca(t){let o=t.columns.map(({render:e,...a})=>({...a}));return {...t,columns:o}}var gt={dateFormat:"YYYY-MM-DD",paginationKeys:{current:"current",pageSize:"pageSize"},sorterKeys:{field:"sortField",order:"sortOrder"},filtersKey:"filters",orderValues:{ascend:"asc",descend:"desc"},fieldMapping:{}};function yt(t,o){return o[t]??t}function pa(t){return t!==null&&typeof t=="object"&&"$d"in t&&typeof t.format=="function"}function St(t,o){return t==null?null:pa(t)?t.format(o):typeof t=="string"||typeof t=="number"||typeof t=="boolean"?t:String(t)}function ua(t,o={}){let e={...gt,...o},{pagination:a,filters:n,sorter:i}=t,r={};a.current!==void 0&&(r[e.paginationKeys.current]=a.current),a.pageSize!==void 0&&(r[e.paginationKeys.pageSize]=a.pageSize);let l=Array.isArray(i)?i[0]:i;l?.field&&l?.order&&(r[e.sorterKeys.field]=String(l.field),r[e.sorterKeys.order]=e.orderValues[l.order]??l.order);let p={};for(let s of n){let c=yt(s.columnId,e.fieldMapping);p[c]=s.values.map(m=>St(m,e.dateFormat));}return Object.keys(p).length>0&&(r[e.filtersKey]=p),r}function at(t,o={}){let e={...gt,...o},{pagination:a,filters:n,sorter:i}=t,r={};a.current!==void 0&&(r[e.paginationKeys.current]=a.current),a.pageSize!==void 0&&(r[e.paginationKeys.pageSize]=a.pageSize);let l=Array.isArray(i)?i[0]:i;l?.field&&l?.order&&(r[e.sorterKeys.field]=String(l.field),r[e.sorterKeys.order]=e.orderValues[l.order]??l.order);for(let p of n){let s=yt(p.columnId,e.fieldMapping),c=p.values.map(m=>St(m,e.dateFormat));r[s]=c.length===1?c[0]:c;}return r}function be(t,o={}){let e={...gt,...o},{pagination:a,filters:n,sorter:i}=t,r=new URLSearchParams;a.current!==void 0&&r.set(e.paginationKeys.current,String(a.current)),a.pageSize!==void 0&&r.set(e.paginationKeys.pageSize,String(a.pageSize));let l=Array.isArray(i)?i[0]:i;l?.field&&l?.order&&(r.set(e.sorterKeys.field,String(l.field)),r.set(e.sorterKeys.order,e.orderValues[l.order]??l.order));for(let p of n){let s=yt(p.columnId,e.fieldMapping),c=p.values.map(m=>St(m,e.dateFormat));r.set(s,c.join(","));}return r.toString()}function ma(t,o={}){let e=be(t,o);return new URLSearchParams(e)}var Ta=[],ba={current:1,pageSize:10};function fe(){return {filters:Ta,pagination:ba,sorter:{}}}function fa(t){let o=new Map,e=fe();for(let a of t)o.set(a.value,{filters:a.defaultFilters??a.filters??e.filters,pagination:a.defaultPagination??a.pagination??e.pagination,sorter:a.defaultSorter??e.sorter});return o}function Dt({fireOnMount:t=true,active:o,defaultActive:e,tabList:a,onTabChange:n,onTableChange:i,onToolbarAction:r}){let[l,p]=y.useState(()=>e??a[0]?.value??""),s=o??l,[c,m]=y.useState(()=>fa(a)),C=y.useMemo(()=>a.find(f=>f.value===s)??a[0],[s,a]),{id:d,fireOnMount:P=t,loading:O,exporting:Y,disabled:_,serializeOptions:w={},serializeFn:k=at,defaultFilters:ot,defaultPagination:nt,defaultSorter:q,filters:J,pagination:g,onChange:S,onToolbarAction:v,...rt}=C,I=y.useMemo(()=>fe(),[]),h=y.useMemo(()=>c.get(s)??I,[c,s,I]),Q=y.useRef(i),K=y.useRef(r),Z=y.useRef(S),L=y.useRef(v);Q.current=i,K.current=r,Z.current=S,L.current=v;let U=y.useRef(new Map);y.useEffect(()=>{U.current.has(s)||U.current.set(s,!P);},[s,P]);let j=y.useCallback(f=>{p(f),n?.(f);},[n]),it=y.useCallback(f=>{m(F=>{let x=new Map(F),z=x.get(s)??I,E=typeof f=="function"?f(z.filters):f;return x.set(s,{...z,filters:E,pagination:{...z.pagination,current:1}}),x});},[s,I]),st=y.useCallback((f,F,x)=>{m(z=>{let E=new Map(z),pt=E.get(s)??I;return E.set(s,{...pt,pagination:f,sorter:x}),E});},[s,I]),dt=y.useCallback(f=>{if(f.action==="data_export"){let F={pagination:h.pagination,filters:h.filters,sorter:h.sorter},x=k(F,w),z={action:f.action,payload:x};L.current?.(z),K.current?.(d,z);return}L.current?.(f),K.current?.(d,f);},[d,h,k,w]);return y.useEffect(()=>{if(U.current.get(s)){U.current.set(s,false);return}let F={pagination:h.pagination,filters:h.filters,sorter:h.sorter},x=k(F,w);Z.current?.(x,F),Q.current?.(d,x,F);},[s,d,h,k,w]),{activeTab:s,tabList:a,onTabChange:j,id:d,loading:O,exporting:Y,disabled:_||Y,filters:h.filters,pagination:h.pagination,onFiltersChange:it,onChange:st,onToolbarAction:dt,...rt}}var ga=[],ya={},Sa={current:1,pageSize:10};function Da({id:t,fireOnMount:o=true,defaultFilters:e=ga,defaultPagination:a=Sa,defaultSorter:n=ya,serializeOptions:i={},loading:r,exporting:l,disabled:p,serializeFn:s=at,onChange:c,onToolbarAction:m}={}){let C=y.useRef(!o),d=y.useRef(c),P=y.useRef(m);d.current=c,P.current=m;let[O,Y]=y.useState(e),[_,w]=y.useState(a),[k,ot]=y.useState(n),nt=y.useCallback(g=>{Y(S=>typeof g=="function"?g(S):g),w(S=>({...S,current:1}));},[]),q=y.useCallback((g,S,v)=>{w(g),ot(v);},[]),J=y.useCallback(g=>{if(g.action==="data_export"){let v=s({pagination:_,filters:O,sorter:k},i);P.current?.({action:g.action,payload:v});return}P.current?.(g);},[O,_,s,i,k]);return y.useEffect(()=>{if(C.current){C.current=false;return}let g={pagination:_,filters:O,sorter:k},S=s(g,i);d.current?.(S,g);},[_,O,k,s,i]),{id:t,loading:r,exporting:l,disabled:p||l,filters:O,pagination:_,onFiltersChange:nt,onChange:q,onToolbarAction:J}}function Ca(t={}){let{id:o="default",onChange:e,onToolbarAction:a,...n}=t,i=Dt({fireOnMount:t.fireOnMount,tabList:[{id:o,value:o,label:"",columns:[],...n}],onTableChange:e?(m,C,d)=>e(C,d):void 0,onToolbarAction:a?(m,C)=>a(C):void 0}),{activeTab:r,tabList:l,columns:p,onTabChange:s,...c}=i;return c}
2
+ export{ft as DEFAULT_TOOLBAR_ITEMS,la as DataTable,ua as serializeForPost,at as serializeForPostFlat,be as serializeForURL,ma as serializeToURLSearchParams,Da as useDataTableState,Ca as useDataTableStateAdapter,Dt as useTabsDataTableState};
@@ -0,0 +1,2 @@
1
+ import {H,f,b,M,w,N,B as B$1,C,D as D$1,F as F$1,y,r,s,t,x,E,G,z,K,v,c}from'./chunk-BJHN7W7I.js';import {DatePicker,Checkbox,Radio,ConfigProvider,Input,InputNumber}from'antd';import {Separator}from'radix-ui';import {jsxs,jsx,Fragment}from'react/jsx-runtime';import F from'react';import {AnimatePresence,m as m$1}from'motion/react';function st(t,{insertAt:o}={}){if(typeof document>"u")return;let n=document.head||document.getElementsByTagName("head")[0],e=document.createElement("style");e.type="text/css",o==="top"&&n.firstChild?n.insertBefore(e,n.firstChild):n.appendChild(e),e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t));}st(`/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */:root:not(#\\#),:host:not(#\\#){--color-red-50: hsl(357deg, 100%, 96.08%);--color-red-100: hsl(355.71deg, 100%, 91.76%);--color-red-200: hsl(355.24deg, 100%, 87.65%);--color-red-500: hsl(354.8deg, 96.08%, 60%);--color-red-600: hsl(355deg, 80.36%, 56.08%);--color-red-700: hsl(355.09deg, 69.8%, 48.04%);--color-red-950: hsl(355.12deg, 70.49%, 23.92%);--color-orange-50: hsl(24deg, 100%, 96.08%);--color-orange-200: hsl(23.81deg, 100%, 87.65%);--color-orange-500: hsl(24.13deg, 100%, 63.92%);--color-orange-950: hsl(23.72deg, 70.49%, 23.92%);--color-yellow-50: hsl(43.9deg, 100%, 91.96%);--color-yellow-100: hsl(41.18deg, 100%, 90%);--color-yellow-200: hsl(41.9deg, 100%, 87.65%);--color-yellow-500: hsl(41.94deg, 92.31%, 54.12%);--color-yellow-600: hsl(41.85deg, 80.39%, 50%);--color-yellow-700: hsl(42.04deg, 64.08%, 48.04%);--color-yellow-950: hsl(42.16deg, 60.66%, 23.92%);--color-green-50: hsl(147.69deg, 72.22%, 92.94%);--color-green-100: hsl(154.88deg, 84.31%, 90%);--color-green-200: hsl(148.24deg, 71.83%, 86.08%);--color-green-500: hsl(148.15deg, 72.32%, 43.92%);--color-green-600: hsl(147.95deg, 71.57%, 40%);--color-green-700: hsl(148.21deg, 71.78%, 31.96%);--color-green-950: hsl(148.47deg, 72.84%, 15.88%);--color-teal-50: hsl(172.17deg, 74.19%, 93.92%);--color-teal-200: hsl(171.76deg, 71.83%, 86.08%);--color-teal-500: hsl(171.86deg, 72.24%, 48.04%);--color-teal-950: hsl(171.86deg, 72.84%, 15.88%);--color-sky-50: hsl(201deg, 100%, 96.08%);--color-sky-200: hsl(200deg, 100%, 87.65%);--color-sky-500: hsl(199.89deg, 100%, 63.92%);--color-sky-950: hsl(200.23deg, 70.49%, 23.92%);--color-blue-50: hsl(222deg, 100%, 96.08%);--color-blue-100: hsl(221.43deg, 100%, 91.76%);--color-blue-200: hsl(220deg, 100%, 87.65%);--color-blue-500: hsl(227.94deg, 100%, 60%);--color-blue-600: hsl(228deg, 80.36%, 56.08%);--color-blue-700: hsl(228.07deg, 69.8%, 48.04%);--color-blue-800: hsl(228.17deg, 69.61%, 40%);--color-blue-950: hsl(228.14deg, 70.49%, 23.92%);--color-violet-50: rgb(245, 243, 255);--color-violet-100: rgb(237, 233, 254);--color-violet-500: rgb(141, 86, 255);--color-violet-700: rgb(112, 8, 231);--color-purple-50: hsl(252deg, 100%, 96.08%);--color-purple-200: hsl(249.52deg, 100%, 87.65%);--color-purple-300: hsl(249.81deg, 100%, 79.61%);--color-purple-500: hsl(255.93deg, 88.04%, 63.92%);--color-purple-950: hsl(257.8deg, 63.64%, 28.04%);--color-pink-50: hsl(333deg, 100%, 96.08%);--color-pink-200: hsl(330.48deg, 100%, 87.65%);--color-pink-500: hsl(330deg, 95.65%, 63.92%);--color-pink-950: hsl(330deg, 70.49%, 23.92%);--color-gray-200: rgb(229, 231, 235);--color-gray-700: rgb(54, 65, 83);--color-zinc-400: rgb(159, 159, 169);--color-zinc-500: rgb(113, 113, 123);--color-neutral-50: hsl(216deg, 33.33%, 97.06%);--color-neutral-200: hsl(220deg, 17.65%, 90%);--color-neutral-300: hsl(218.57deg, 15.22%, 81.96%);--color-neutral-400: hsl(220deg, 11.48%, 64.12%);--color-neutral-600: hsl(222deg, 10.87%, 36.08%);--color-neutral-800: hsl(227.14deg, 17.07%, 16.08%);--color-neutral-950: hsl(221.54deg, 31.71%, 8.04%);--color-stone-50: rgb(250, 250, 249);--color-stone-100: rgb(245, 245, 244);--color-stone-200: rgb(231, 229, 228);--color-white: #fff;--spacing: 1px;--container-3xs: 16rem;--container-2xs: 18rem;--container-xs: 20rem;--container-lg: 32rem;--container-xl: 36rem;--font-weight-medium: 500;--font-weight-semibold: 600;--tracking-tight: -.025em;--tracking-widest: .1em;--radius-sm: .25rem;--radius-md: .375rem;--radius-lg: .5rem;--radius-xl: .75rem;--radius-2xl: 1rem;--ease-out: cubic-bezier(0, 0, .2, 1);--animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;--default-transition-duration: .15s;--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);--color-neutral-0: hsl(0deg, 0%, 100%);--color-blue-alpha-24: hsla(227.93deg, 100%, 63.92%, .24);--color-blue-alpha-16: hsla(227.93deg, 100%, 63.92%, .16);--color-blue-alpha-10: hsla(227.93deg, 100%, 63.92%, .1);--color-red-alpha-10: hsla(354.8deg, 96.08%, 60%, .1);--color-primary-darker: var(--color-blue-700);--color-primary-base: var(--color-blue-500);--color-primary-alpha-16: var(--color-blue-alpha-16);--color-primary-alpha-10: var(--color-blue-alpha-10);--color-static-white: var(--color-neutral-0);--color-bg-strong: var(--color-neutral-950);--color-bg-surface: var(--color-neutral-800);--color-bg-soft: var(--color-neutral-200);--color-bg-weak: var(--color-neutral-50);--color-bg-white: var(--color-neutral-0);--color-bg-antd: var(--antd-border-secondary);--color-text-strong: var(--color-neutral-950);--color-text-sub: var(--color-neutral-600);--color-text-soft: var(--color-neutral-400);--color-text-disabled: var(--color-neutral-300);--color-text-white: var(--color-neutral-0);--color-stroke-sub: var(--color-neutral-300);--color-stroke-soft: var(--color-neutral-200);--color-stroke-antd: var(--antd-border-secondary);--color-error-base: var(--color-red-500);--color-error-light: var(--color-red-200);--text-title-h1: 5.6rem;--text-title-h1--line-height: 6.4rem;--text-title-h1--letter-spacing: -.01em;--text-title-h1--font-weight: 500;--text-title-h2: 4.8rem;--text-title-h2--line-height: 5.6rem;--text-title-h2--letter-spacing: -.01em;--text-title-h2--font-weight: 500;--text-title-h3: 4rem;--text-title-h3--line-height: 4.8rem;--text-title-h3--letter-spacing: -.01em;--text-title-h3--font-weight: 500;--text-title-h4: 3.2rem;--text-title-h4--line-height: 4rem;--text-title-h4--letter-spacing: -.005em;--text-title-h4--font-weight: 500;--text-title-h5: 2.4rem;--text-title-h5--line-height: 3.2rem;--text-title-h5--letter-spacing: 0em;--text-title-h5--font-weight: 500;--text-title-h6: 1.8rem;--text-title-h6--line-height: 2.6rem;--text-title-h6--letter-spacing: 0em;--text-title-h6--font-weight: 500;--text-label-xl: 2.4rem;--text-label-xl--line-height: 3.2rem;--text-label-xl--letter-spacing: -.015em;--text-label-xl--font-weight: 500;--text-label-lg: 1.8rem;--text-label-lg--line-height: 2.4rem;--text-label-lg--letter-spacing: -.015em;--text-label-lg--font-weight: 500;--text-label-md: 1.6rem;--text-label-md--line-height: 2.4rem;--text-label-md--letter-spacing: -.011em;--text-label-md--font-weight: 500;--text-label-sm: 1.4rem;--text-label-sm--line-height: 2rem;--text-label-sm--letter-spacing: -.006em;--text-label-sm--font-weight: 500;--text-label-xs: 1.2rem;--text-label-xs--line-height: 1.6rem;--text-label-xs--letter-spacing: 0em;--text-label-xs--font-weight: 500;--text-paragraph-xl: 2.4rem;--text-paragraph-xl--line-height: 3.2rem;--text-paragraph-xl--letter-spacing: -.015em;--text-paragraph-xl--font-weight: 400;--text-paragraph-lg: 1.8rem;--text-paragraph-lg--line-height: 2.4rem;--text-paragraph-lg--letter-spacing: -.015em;--text-paragraph-lg--font-weight: 400;--text-paragraph-md: 1.6rem;--text-paragraph-md--line-height: 2.4rem;--text-paragraph-md--letter-spacing: -.011em;--text-paragraph-md--font-weight: 400;--text-paragraph-sm: 1.4rem;--text-paragraph-sm--line-height: 2rem;--text-paragraph-sm--letter-spacing: -.006em;--text-paragraph-sm--font-weight: 400;--text-paragraph-xs: 1.2rem;--text-paragraph-xs--line-height: 1.6rem;--text-paragraph-xs--letter-spacing: 0em;--text-paragraph-xs--font-weight: 400;--text-subheading-md: 1.6rem;--text-subheading-md--line-height: 2.4rem;--text-subheading-md--letter-spacing: .06em;--text-subheading-md--font-weight: 500;--text-subheading-sm: 1.4rem;--text-subheading-sm--line-height: 2rem;--text-subheading-sm--letter-spacing: .06em;--text-subheading-sm--font-weight: 500;--text-subheading-xs: 1.2rem;--text-subheading-xs--line-height: 1.6rem;--text-subheading-xs--letter-spacing: .04em;--text-subheading-xs--font-weight: 500;--text-subheading-2xs: 1.1rem;--text-subheading-2xs--line-height: 1.2rem;--text-subheading-2xs--letter-spacing: .02em;--text-subheading-2xs--font-weight: 500;--badge-slate-bg: hsl(210deg, 40%, 98%);--badge-slate-border: hsl(214.3deg, 31.8%, 91.4%);--badge-slate-text: hsl(215.4deg, 16.3%, 46.9%);--badge-red-bg: hsl(0deg, 85.7%, 97.3%);--badge-red-border: hsl(0deg, 96.3%, 89.4%);--badge-red-text: hsl(0deg, 84.2%, 60.2%);--badge-orange-bg: hsl(33.3deg, 100%, 96.5%);--badge-orange-border: hsl(32.1deg, 97.7%, 83.1%);--badge-orange-text: hsl(24.6deg, 95%, 53.1%);--badge-amber-bg: hsl(48deg, 100%, 96.1%);--badge-amber-border: hsl(48deg, 96.6%, 76.7%);--badge-amber-text: hsl(37.7deg, 92.1%, 50.2%);--badge-yellow-bg: hsl(54.5deg, 91.7%, 95.3%);--badge-yellow-border: hsl(52.8deg, 98.3%, 76.9%);--badge-yellow-text: hsl(45.4deg, 93.4%, 47.5%);--badge-lime-bg: hsl(78.3deg, 92%, 95.1%);--badge-lime-border: hsl(80.9deg, 88.5%, 79.6%);--badge-lime-text: hsl(83.7deg, 80.5%, 44.3%);--badge-green-bg: hsl(138.5deg, 76.5%, 96.7%);--badge-green-border: hsl(141deg, 78.9%, 85.1%);--badge-green-text: hsl(142.1deg, 70.6%, 45.3%);--badge-emerald-bg: hsl(151.8deg, 81%, 95.9%);--badge-emerald-border: hsl(152.4deg, 76%, 80.4%);--badge-emerald-text: hsl(160.1deg, 84.1%, 39.4%);--badge-teal-bg: hsl(166.2deg, 76.5%, 96.7%);--badge-teal-border: hsl(168.4deg, 83.8%, 78.2%);--badge-teal-text: hsl(173.4deg, 80.4%, 40%);--badge-cyan-bg: hsl(183.2deg, 100%, 96.3%);--badge-cyan-border: hsl(186.2deg, 93.5%, 81.8%);--badge-cyan-text: hsl(188.7deg, 94.5%, 42.7%);--badge-sky-bg: hsl(204deg, 100%, 97.1%);--badge-sky-border: hsl(200.6deg, 94.4%, 86.1%);--badge-sky-text: hsl(198.6deg, 88.7%, 48.4%);--badge-blue-bg: hsl(213.8deg, 100%, 96.9%);--badge-blue-border: hsl(213.3deg, 96.9%, 87.3%);--badge-blue-text: hsl(217.2deg, 91.2%, 59.8%);--badge-indigo-bg: hsl(225.9deg, 100%, 96.7%);--badge-indigo-border: hsl(228deg, 96.5%, 88.8%);--badge-indigo-text: hsl(238.7deg, 83.5%, 66.7%);--badge-violet-bg: hsl(250deg, 100%, 97.6%);--badge-violet-border: hsl(250.5deg, 95.2%, 91.8%);--badge-violet-text: hsl(258.3deg, 89.5%, 66.3%);--badge-purple-bg: hsl(270deg, 100%, 98%);--badge-purple-border: hsl(268.6deg, 100%, 91.8%);--badge-purple-text: hsl(270.7deg, 91%, 65.1%);--badge-fuchsia-bg: hsl(289.1deg, 100%, 97.8%);--badge-fuchsia-border: hsl(288.3deg, 95.8%, 90.6%);--badge-fuchsia-text: hsl(292.2deg, 84.1%, 60.6%);--badge-pink-bg: hsl(327.3deg, 73.3%, 97.1%);--badge-pink-border: hsl(325.9deg, 84.6%, 89.8%);--badge-pink-text: hsl(330.4deg, 81.2%, 60.4%);--badge-rose-bg: hsl(355.7deg, 100%, 97.3%);--badge-rose-border: hsl(352.7deg, 96.1%, 90%);--badge-rose-text: hsl(349.7deg, 89.2%, 60.2%);--root-font-size: 10px}@supports (color: color(display-p3 0 0 0%)){:root:not(#\\#),:host:not(#\\#){--color-violet-500: rgb(141, 86, 255)}@media(color-gamut:p3){:root:not(#\\#),:host:not(#\\#){--color-violet-500: color(display-p3 .52337 .3296 .99088)}}}.pointer-events-none:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){pointer-events:none}.visible:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){visibility:visible}.sr-only:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap;border-width:0}.absolute:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){position:absolute}.relative:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){position:relative}.static:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){position:static}.inset-0:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){top:calc(var(--spacing) * 0);right:calc(var(--spacing) * 0);bottom:calc(var(--spacing) * 0);left:calc(var(--spacing) * 0)}.top-1\\/2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){top:50%}.top-16:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){top:calc(var(--spacing) * 16)}.right-16:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){right:calc(var(--spacing) * 16)}.left-10:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){left:calc(var(--spacing) * 10)}.left-14:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){left:calc(var(--spacing) * 14)}.z-1:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){z-index:1}.z-50:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){z-index:50}.order-456:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){order:456}.container:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:100%}.m-0:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){margin:calc(var(--spacing) * 0)}.-mx-4:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){margin-left:calc(var(--spacing) * -4);margin-right:calc(var(--spacing) * -4)}.mx-4:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){margin-left:calc(var(--spacing) * 4);margin-right:calc(var(--spacing) * 4)}.my-4:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){margin-top:calc(var(--spacing) * 4);margin-bottom:calc(var(--spacing) * 4)}.-me-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){margin-right:calc(var(--spacing) * -2)}.me-6:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){margin-right:calc(var(--spacing) * 6)}.mt-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){margin-top:calc(var(--spacing) * 2)}.mt-10:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){margin-top:calc(var(--spacing) * 10)}.-mr-4:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){margin-right:calc(var(--spacing) * -4)}.-mr-6:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){margin-right:calc(var(--spacing) * -6)}.mr-4:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){margin-right:calc(var(--spacing) * 4)}.mb-16:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){margin-bottom:calc(var(--spacing) * 16)}.-ml-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){margin-left:calc(var(--spacing) * -2)}.ml-auto:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){margin-left:auto}.flex:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){display:flex}.grid:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){display:grid}.hidden:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){display:none}.inline:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){display:inline}.inline-flex:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){display:inline-flex}.table:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){display:table}.aspect-square:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){aspect-ratio:1 / 1}.size-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 2);height:calc(var(--spacing) * 2)}.size-6:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 6);height:calc(var(--spacing) * 6)}.size-8:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 8);height:calc(var(--spacing) * 8)}.size-10:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 10);height:calc(var(--spacing) * 10)}.size-11:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 11);height:calc(var(--spacing) * 11)}.size-14:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 14);height:calc(var(--spacing) * 14)}.size-16:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 16);height:calc(var(--spacing) * 16)}.size-18:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 18);height:calc(var(--spacing) * 18)}.size-22:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 22);height:calc(var(--spacing) * 22)}.size-24:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 24);height:calc(var(--spacing) * 24)}.size-28:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 28);height:calc(var(--spacing) * 28)}.size-34:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 34);height:calc(var(--spacing) * 34)}.size-40:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 40);height:calc(var(--spacing) * 40)}.size-44:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 44);height:calc(var(--spacing) * 44)}.h-10:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){height:calc(var(--spacing) * 10)}.h-12:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){height:calc(var(--spacing) * 12)}.h-14:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){height:calc(var(--spacing) * 14)}.h-16:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){height:calc(var(--spacing) * 16)}.h-20:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){height:calc(var(--spacing) * 20)}.h-22:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){height:calc(var(--spacing) * 22)}.h-24:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){height:calc(var(--spacing) * 24)}.h-26:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){height:calc(var(--spacing) * 26)}.h-28:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){height:calc(var(--spacing) * 28)}.h-32:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){height:calc(var(--spacing) * 32)}.h-36:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){height:calc(var(--spacing) * 36)}.h-40:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){height:calc(var(--spacing) * 40)}.h-\\[1px\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){height:1px}.h-full:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){height:100%}.h-px:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){height:1px}.h-screen:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){height:100vh}.max-h-256:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){max-height:calc(var(--spacing) * 256)}.max-h-300:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){max-height:calc(var(--spacing) * 300)}.max-h-fit:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){max-height:fit-content}.min-h-22:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){min-height:calc(var(--spacing) * 22)}.min-h-30:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){min-height:calc(var(--spacing) * 30)}.min-h-38:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){min-height:calc(var(--spacing) * 38)}.min-h-56:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){min-height:calc(var(--spacing) * 56)}.w-1:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 1)}.w-24:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 24)}.w-28:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 28)}.w-32:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 32)}.w-\\[1px\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:1px}.w-\\[20\\%\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:20%}.w-\\[60\\%\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:60%}.w-fit:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:fit-content}.w-full:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:100%}.w-max:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:max-content}.max-w-2xs:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){max-width:var(--container-2xs)}.max-w-xl:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){max-width:var(--container-xl)}.min-w-3xs:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){min-width:var(--container-3xs)}.min-w-16:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){min-width:calc(var(--spacing) * 16)}.min-w-20:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){min-width:calc(var(--spacing) * 20)}.min-w-24:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){min-width:calc(var(--spacing) * 24)}.min-w-28:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){min-width:calc(var(--spacing) * 28)}.min-w-100:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){min-width:calc(var(--spacing) * 100)}.min-w-120:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){min-width:calc(var(--spacing) * 120)}.min-w-288:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){min-width:calc(var(--spacing) * 288)}.min-w-lg:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){min-width:var(--container-lg)}.min-w-xs:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){min-width:var(--container-xs)}.flex-1:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){flex:1}.shrink-0:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){flex-shrink:0}.grow:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){flex-grow:1}.origin-\\(--radix-dropdown-menu-content-transform-origin\\):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){transform-origin:var(--radix-dropdown-menu-content-transform-origin)}.-translate-x-1:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-translate-x: calc(var(--spacing) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-1\\/2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-translate-y: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-\\[calc\\(50\\%\\+1px\\)\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-translate-y: calc((50% + 1px)*-1) ;translate:var(--tw-translate-x) var(--tw-translate-y)}.-rotate-45:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){rotate:-45deg}.transform:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.animate-none:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){animation:none}.animate-pulse:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){animation:var(--animate-pulse)}.cursor-default:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){cursor:default}.cursor-not-allowed:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){cursor:not-allowed}.cursor-pointer:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){cursor:pointer}.scroll-py-4:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){scroll-padding-block:calc(var(--spacing) * 4)}.flex-col:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){flex-direction:column}.flex-wrap:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){flex-wrap:wrap}.items-center:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){align-items:center}.items-stretch:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){align-items:stretch}.justify-between:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){justify-content:space-between}.justify-center:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){justify-content:center}.gap-0:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){gap:calc(var(--spacing) * 0)}.gap-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){gap:calc(var(--spacing) * 2)}.gap-3:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){gap:calc(var(--spacing) * 3)}.gap-4:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){gap:calc(var(--spacing) * 4)}.gap-5:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){gap:calc(var(--spacing) * 5)}.gap-6:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){gap:calc(var(--spacing) * 6)}.gap-8:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){gap:calc(var(--spacing) * 8)}.gap-10:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){gap:calc(var(--spacing) * 10)}.gap-12:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){gap:calc(var(--spacing) * 12)}.gap-16:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){gap:calc(var(--spacing) * 16)}.gap-28:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){gap:calc(var(--spacing) * 28)}.space-y-4:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){:where(&>:not(:last-child)):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-space-y-reverse: 0;margin-top:calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));margin-bottom:calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)))}}.space-y-12:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){:where(&>:not(:last-child)):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-space-y-reverse: 0;margin-top:calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));margin-bottom:calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)))}}.space-y-16:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){:where(&>:not(:last-child)):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-space-y-reverse: 0;margin-top:calc(calc(var(--spacing) * 16) * var(--tw-space-y-reverse));margin-bottom:calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-y-reverse)))}}.space-y-30:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){:where(&>:not(:last-child)):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-space-y-reverse: 0;margin-top:calc(calc(var(--spacing) * 30) * var(--tw-space-y-reverse));margin-bottom:calc(calc(var(--spacing) * 30) * calc(1 - var(--tw-space-y-reverse)))}}.-space-x-4:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){:where(&>:not(:last-child)):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-space-x-reverse: 0;margin-left:calc(calc(var(--spacing) * -4) * var(--tw-space-x-reverse));margin-right:calc(calc(var(--spacing) * -4) * calc(1 - var(--tw-space-x-reverse)))}}.overflow-hidden:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){overflow:hidden}.overflow-x-hidden:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){overflow-x:hidden}.overflow-y-auto:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){overflow-y:auto}.rounded-2xl:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-radius:var(--radius-2xl)}.rounded-\\[6px\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-radius:6px}.rounded-\\[8px\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-radius:8px}.rounded-full:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-radius:calc(infinity * 1px)}.rounded-lg:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-radius:var(--radius-lg)}.rounded-md:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-radius:var(--radius-md)}.rounded-none:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-radius:0}.rounded-sm:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-radius:var(--radius-sm)}.rounded-xl:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-radius:var(--radius-xl)}.rounded-t-xl:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-top-left-radius:var(--radius-xl);border-top-right-radius:var(--radius-xl)}.rounded-r-full:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-top-right-radius:calc(infinity * 1px);border-bottom-right-radius:calc(infinity * 1px)}.rounded-b-xl:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-bottom-right-radius:var(--radius-xl);border-bottom-left-radius:var(--radius-xl)}.rounded-bl-\\[3px\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-bottom-left-radius:3px}.border:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-style:var(--tw-border-style);border-width:1px}.border-0:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-style:var(--tw-border-style);border-width:0px}.border-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-style:var(--tw-border-style);border-width:2px}.border-t:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-top-style:var(--tw-border-style);border-top-width:1px}.border-b:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-0:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-bottom-style:var(--tw-border-style);border-bottom-width:0px}.border-b-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.border-none:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-border-style: none;border-style:none}.ui-badge-amber:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-amber-text);border-color:var(--badge-amber-border);background-color:var(--badge-amber-bg)}.ui-badge-blue:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-blue-text);border-color:var(--badge-blue-border);background-color:var(--badge-blue-bg)}.ui-badge-cyan:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-cyan-text);border-color:var(--badge-cyan-border);background-color:var(--badge-cyan-bg)}.ui-badge-emerald:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-emerald-text);border-color:var(--badge-emerald-border);background-color:var(--badge-emerald-bg)}.ui-badge-fuchsia:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-fuchsia-text);border-color:var(--badge-fuchsia-border);background-color:var(--badge-fuchsia-bg)}.ui-badge-green:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-green-text);border-color:var(--badge-green-border);background-color:var(--badge-green-bg)}.ui-badge-indigo:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-indigo-text);border-color:var(--badge-indigo-border);background-color:var(--badge-indigo-bg)}.ui-badge-lime:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-lime-text);border-color:var(--badge-lime-border);background-color:var(--badge-lime-bg)}.ui-badge-orange:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-orange-text);border-color:var(--badge-orange-border);background-color:var(--badge-orange-bg)}.ui-badge-pink:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-pink-text);border-color:var(--badge-pink-border);background-color:var(--badge-pink-bg)}.ui-badge-purple:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-purple-text);border-color:var(--badge-purple-border);background-color:var(--badge-purple-bg)}.ui-badge-red:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-red-text);border-color:var(--badge-red-border);background-color:var(--badge-red-bg)}.ui-badge-rose:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-rose-text);border-color:var(--badge-rose-border);background-color:var(--badge-rose-bg)}.ui-badge-sky:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-sky-text);border-color:var(--badge-sky-border);background-color:var(--badge-sky-bg)}.ui-badge-slate:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-slate-text);border-color:var(--badge-slate-border);background-color:var(--badge-slate-bg)}.ui-badge-teal:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-teal-text);border-color:var(--badge-teal-border);background-color:var(--badge-teal-bg)}.ui-badge-violet:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-violet-text);border-color:var(--badge-violet-border);background-color:var(--badge-violet-bg)}.ui-badge-yellow:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-yellow-text);border-color:var(--badge-yellow-border);background-color:var(--badge-yellow-bg)}.border-blue-100:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-blue-100)}.border-error-base:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-error-base)}.border-green-100:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-green-100)}.border-primary-base:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-primary-base)}.border-red-100:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-red-100)}.border-stone-50:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-stone-50)}.border-stone-200:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-stone-200)}.border-stroke-antd:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-stroke-antd)}.border-stroke-soft:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-stroke-soft)}.border-stroke-sub:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-stroke-sub)}.border-transparent:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:transparent}.border-violet-100:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-violet-100)}.border-yellow-100:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-yellow-100)}.bg-\\[\\#f0f2f5\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:#f0f2f5}.bg-\\[currentColor\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:currentColor}.bg-bg-antd:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-bg-antd)}.bg-bg-soft:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-bg-soft)}.bg-bg-strong:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-bg-strong)}.bg-bg-weak:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-bg-weak)}.bg-bg-white:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-bg-white)}.bg-blue-50:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-blue-50)}.bg-blue-500:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-blue-500)}.bg-blue-600:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-blue-600)}.bg-error-base:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-error-base)}.bg-gray-200:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-gray-200)}.bg-green-50:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-green-50)}.bg-green-500:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-green-500)}.bg-green-600:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-green-600)}.bg-orange-500:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-orange-500)}.bg-pink-500:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-pink-500)}.bg-primary-alpha-10:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-primary-alpha-10)}.bg-primary-base:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-primary-base)}.bg-purple-300:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-purple-300)}.bg-red-50:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-red-50)}.bg-red-500:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-red-500)}.bg-red-600:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-red-600)}.bg-red-alpha-10:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-red-alpha-10)}.bg-stone-100:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-stone-100)}.bg-stroke-soft:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-stroke-soft)}.bg-teal-500:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-teal-500)}.bg-transparent:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:transparent}.bg-transparent\\!:not(#\\#){background-color:transparent!important}.bg-violet-50:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-violet-50)}.bg-violet-500:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-violet-500)}.bg-yellow-50:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-yellow-50)}.bg-yellow-500:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-yellow-500)}.bg-yellow-600:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-yellow-600)}.bg-zinc-400:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-zinc-400)}.fill-current:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){fill:currentcolor}.p-0:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding:calc(var(--spacing) * 0)}.p-0\\!:not(#\\#){padding:calc(var(--spacing) * 0)!important}.p-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding:calc(var(--spacing) * 2)}.p-4:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding:calc(var(--spacing) * 4)}.p-6:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding:calc(var(--spacing) * 6)}.p-8:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding:calc(var(--spacing) * 8)}.p-12:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding:calc(var(--spacing) * 12)}.p-16:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding:calc(var(--spacing) * 16)}.p-20:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding:calc(var(--spacing) * 20)}.px-0:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-left:calc(var(--spacing) * 0);padding-right:calc(var(--spacing) * 0)}.px-4:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-left:calc(var(--spacing) * 4);padding-right:calc(var(--spacing) * 4)}.px-6:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-left:calc(var(--spacing) * 6);padding-right:calc(var(--spacing) * 6)}.px-8:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-left:calc(var(--spacing) * 8);padding-right:calc(var(--spacing) * 8)}.px-10:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-left:calc(var(--spacing) * 10);padding-right:calc(var(--spacing) * 10)}.px-12:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-left:calc(var(--spacing) * 12);padding-right:calc(var(--spacing) * 12)}.px-14:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-left:calc(var(--spacing) * 14);padding-right:calc(var(--spacing) * 14)}.px-16:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-left:calc(var(--spacing) * 16);padding-right:calc(var(--spacing) * 16)}.px-\\[5\\.2px\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-left:5.2px;padding-right:5.2px}.px-\\[7\\.2px\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-left:7.2px;padding-right:7.2px}.py-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-top:calc(var(--spacing) * 2);padding-bottom:calc(var(--spacing) * 2)}.py-4:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-top:calc(var(--spacing) * 4);padding-bottom:calc(var(--spacing) * 4)}.py-6:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-top:calc(var(--spacing) * 6);padding-bottom:calc(var(--spacing) * 6)}.py-8:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-top:calc(var(--spacing) * 8);padding-bottom:calc(var(--spacing) * 8)}.py-10:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-top:calc(var(--spacing) * 10);padding-bottom:calc(var(--spacing) * 10)}.py-12:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-top:calc(var(--spacing) * 12);padding-bottom:calc(var(--spacing) * 12)}.py-16:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-top:calc(var(--spacing) * 16);padding-bottom:calc(var(--spacing) * 16)}.py-24:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-top:calc(var(--spacing) * 24);padding-bottom:calc(var(--spacing) * 24)}.ps-10:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-left:calc(var(--spacing) * 10)}.pe-6:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-right:calc(var(--spacing) * 6)}.pt-6:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-top:calc(var(--spacing) * 6)}.pt-10:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-top:calc(var(--spacing) * 10)}.pt-12:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-top:calc(var(--spacing) * 12)}.pt-16:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-top:calc(var(--spacing) * 16)}.pr-6:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-right:calc(var(--spacing) * 6)}.pb-0:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-bottom:calc(var(--spacing) * 0)}.pb-5:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-bottom:calc(var(--spacing) * 5)}.pb-8:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-bottom:calc(var(--spacing) * 8)}.pb-10:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-bottom:calc(var(--spacing) * 10)}.pl-38:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-left:calc(var(--spacing) * 38)}.text-center:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){text-align:center}.text-label-lg:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-label-lg);line-height:var(--tw-leading, var(--text-label-lg--line-height));letter-spacing:var(--tw-tracking, var(--text-label-lg--letter-spacing));font-weight:var(--tw-font-weight, var(--text-label-lg--font-weight))}.text-label-md:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-label-md);line-height:var(--tw-leading, var(--text-label-md--line-height));letter-spacing:var(--tw-tracking, var(--text-label-md--letter-spacing));font-weight:var(--tw-font-weight, var(--text-label-md--font-weight))}.text-label-sm:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-label-sm);line-height:var(--tw-leading, var(--text-label-sm--line-height));letter-spacing:var(--tw-tracking, var(--text-label-sm--letter-spacing));font-weight:var(--tw-font-weight, var(--text-label-sm--font-weight))}.text-label-xs:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-label-xs);line-height:var(--tw-leading, var(--text-label-xs--line-height));letter-spacing:var(--tw-tracking, var(--text-label-xs--letter-spacing));font-weight:var(--tw-font-weight, var(--text-label-xs--font-weight))}.text-paragraph-sm:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-paragraph-sm);line-height:var(--tw-leading, var(--text-paragraph-sm--line-height));letter-spacing:var(--tw-tracking, var(--text-paragraph-sm--letter-spacing));font-weight:var(--tw-font-weight, var(--text-paragraph-sm--font-weight))}.text-paragraph-xs:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-paragraph-xs);line-height:var(--tw-leading, var(--text-paragraph-xs--line-height));letter-spacing:var(--tw-tracking, var(--text-paragraph-xs--letter-spacing));font-weight:var(--tw-font-weight, var(--text-paragraph-xs--font-weight))}.text-title-h1:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-title-h1);line-height:var(--tw-leading, var(--text-title-h1--line-height));letter-spacing:var(--tw-tracking, var(--text-title-h1--letter-spacing));font-weight:var(--tw-font-weight, var(--text-title-h1--font-weight))}.text-\\[10px\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:10px}.text-\\[12px\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:12px}.text-\\[13px\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:13px}.text-\\[14px\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:14px}.text-\\[16px\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:16px}.leading-12:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-leading: calc(var(--spacing) * 12);line-height:calc(var(--spacing) * 12)}.leading-14:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-leading: calc(var(--spacing) * 14);line-height:calc(var(--spacing) * 14)}.leading-16:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-leading: calc(var(--spacing) * 16);line-height:calc(var(--spacing) * 16)}.leading-none:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-leading: 1;line-height:1}.leading-none\\!:not(#\\#){--tw-leading: 1 !important;line-height:1!important}.font-medium:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-font-weight: var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-font-weight: var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-tight:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-tracking: var(--tracking-tight);letter-spacing:var(--tracking-tight)}.tracking-widest:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-tracking: var(--tracking-widest);letter-spacing:var(--tracking-widest)}.whitespace-nowrap:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){white-space:nowrap}.text-blue-700:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-blue-700)}.text-error-base:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-error-base)}.text-gray-700:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-gray-700)}.text-green-500:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-green-500)}.text-green-700:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-green-700)}.text-primary-base:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-primary-base)}.text-red-700:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-red-700)}.text-static-white:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-static-white)}.text-text-soft:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-text-soft)}.text-text-strong:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-text-strong)}.text-text-sub:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-text-sub)}.text-text-white:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-text-white)}.text-transparent:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:transparent}.text-violet-500:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-violet-500)}.text-violet-700:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-violet-700)}.text-yellow-500:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-yellow-500)}.text-yellow-700:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-yellow-700)}.tabular-nums:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-numeric-spacing: tabular-nums;font-feature-settings:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.opacity-0:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){opacity:0}.opacity-50:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){opacity:.5}.opacity-60:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){opacity:.6}.opacity-75:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){opacity:.75}.opacity-100:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){opacity:1}.shadow-regular-md:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-shadow: 0 16px 32px -12px var(--tw-shadow-color, #0e121b1a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-1:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-stroke-soft:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-color: var(--color-stroke-soft)}.ring-transparent:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-color: transparent}.ring-offset-1:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-offset-width: 1px;--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}.outline:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){outline-style:var(--tw-outline-style);outline-width:1px}.outline-0:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){outline-style:var(--tw-outline-style);outline-width:0px}.filter:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.transition-all:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){transition-property:all;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.transition-colors:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.duration-200:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-duration: .2s;transition-duration:.2s}.ease-out:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ease: var(--ease-out);transition-timing-function:var(--ease-out)}.outline-none:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-outline-style: none;outline-style:none}.select-none:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){-webkit-user-select:none;user-select:none}.\\[clip-path\\:polygon\\(0_100\\%\\,0_0\\,100\\%_100\\%\\)\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){-webkit-clip-path:polygon(0 100%,0 0,100% 100%);clip-path:polygon(0 100%,0 0,100% 100%)}.ring-inset:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-inset: inset}.group-aria-selected\\:text-text-sub:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){[aria-selected=true]:where(.group):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) *&{color:var(--color-text-sub)}}.group-data-disabled\\/item\\:text-text-disabled:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){[data-disabled]:where(.group\\/item):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) *&{color:var(--color-text-disabled)}}.group-data-\\[selected\\=true\\]\\:opacity-100:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){[data-selected=true]:where(.group):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) *&{opacity:1}}.first\\:border-l:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:first-child:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-left-style:var(--tw-border-style);border-left-width:1px}}.last\\:rounded-b-xl:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:last-child:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-bottom-right-radius:var(--radius-xl);border-bottom-left-radius:var(--radius-xl)}}.last\\:border-r:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:last-child:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-right-style:var(--tw-border-style);border-right-width:1px}}.hover\\:border-error-light:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:hover:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-error-light)}}.hover\\:border-primary-alpha-16:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:hover:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-primary-alpha-16)}}.hover\\:border-stroke-soft:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:hover:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-stroke-soft)}}.hover\\:bg-bg-surface:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:hover:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-bg-surface)}}.hover\\:bg-bg-weak:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:hover:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-bg-weak)}}.hover\\:bg-primary-alpha-10:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:hover:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-primary-alpha-10)}}.hover\\:bg-primary-darker:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:hover:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-primary-darker)}}.hover\\:bg-red-700:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:hover:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-red-700)}}.hover\\:bg-red-alpha-10:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:hover:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-red-alpha-10)}}.hover\\:text-text-strong:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:hover:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-text-strong)}}.hover\\:underline:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:hover:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){-webkit-text-decoration-line:underline;text-decoration-line:underline}}.hover\\:opacity-100:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:hover:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){opacity:1}}.hover\\:ring-transparent:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:hover:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-color: transparent}}.focus\\:ring-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:focus:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}.focus\\:ring-primary-base:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:focus:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-color: var(--color-primary-base)}}.focus\\:ring-offset-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:focus:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-offset-width: 2px;--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}}.focus\\:outline-hidden:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:focus:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-outline-style: none;outline-style:none}}.focus\\:outline-none:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:focus:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-outline-style: none;outline-style:none}}.focus-visible\\:bg-bg-white:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:focus-visible:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-bg-white)}}.focus-visible\\:text-text-strong:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:focus-visible:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-text-strong)}}.focus-visible\\:ring-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:focus-visible:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}.focus-visible\\:ring-error-base:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:focus-visible:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-color: var(--color-error-base)}}.focus-visible\\:ring-primary-base:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:focus-visible:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-color: var(--color-primary-base)}}.focus-visible\\:ring-offset-1:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:focus-visible:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-offset-width: 1px;--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}}.focus-visible\\:ring-offset-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:focus-visible:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-offset-width: 2px;--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}}.focus-visible\\:outline-hidden:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:focus-visible:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-outline-style: none;outline-style:none}}.focus-visible\\:outline-offset-0:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:focus-visible:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){outline-offset:0px}}.active\\:scale-\\[0\\.98\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&.active:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){scale:.98}}.active\\:border-error-light:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&.active:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-error-light)}}.active\\:border-primary-alpha-16:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&.active:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-primary-alpha-16)}}.active\\:border-stroke-soft:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&.active:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-stroke-soft)}}.active\\:bg-bg-surface:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&.active:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-bg-surface)}}.active\\:bg-bg-weak:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&.active:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-bg-weak)}}.active\\:bg-primary-alpha-10:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&.active:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-primary-alpha-10)}}.active\\:bg-primary-darker:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&.active:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-primary-darker)}}.active\\:bg-red-700:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&.active:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-red-700)}}.active\\:bg-red-alpha-10:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&.active:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-red-alpha-10)}}.active\\:ring-transparent:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&.active:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-color: transparent}}.disabled\\:pointer-events-none:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:disabled:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){pointer-events:none}}.disabled\\:cursor-not-allowed:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:disabled:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){cursor:not-allowed}}.disabled\\:text-text-disabled:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:disabled:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-text-disabled)}}.disabled\\:opacity-50:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:disabled:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){opacity:.5}}.disabled\\:ring-transparent:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:disabled:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-color: transparent}}.data-disabled\\:pointer-events-none:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-disabled]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){pointer-events:none}}.data-disabled\\:text-text-disabled:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-disabled]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-text-disabled)}}.data-disabled\\:opacity-50:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-disabled]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){opacity:.5}}.data-disabled\\:ring-transparent:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-disabled]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-color: transparent}}.data-highlighted\\:bg-bg-weak:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-highlighted]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-bg-weak)}}.data-highlighted\\:bg-red-50:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-highlighted]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-red-50)}}.data-\\[disabled\\=true\\]\\:pointer-events-none:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-disabled=true]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){pointer-events:none}}.data-\\[disabled\\=true\\]\\:opacity-50:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-disabled=true]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){opacity:.5}}.data-\\[selected\\=true\\]\\:bg-bg-weak:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-selected=true]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-bg-weak)}}.data-\\[selected\\=true\\]\\:text-text-strong:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-selected=true]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-text-strong)}}.data-\\[side\\=bottom\\]\\:origin-top:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-side=bottom]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){transform-origin:top}}.data-\\[side\\=bottom\\]\\:slide-in-from-top-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-side=bottom]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-enter-translate-y: calc(2*var(--spacing)*-1)}}.data-\\[side\\=left\\]\\:origin-right:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-side=left]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){transform-origin:100%}}.data-\\[side\\=left\\]\\:slide-in-from-right-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-side=left]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-enter-translate-x: calc(2*var(--spacing))}}.data-\\[side\\=right\\]\\:origin-left:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-side=right]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){transform-origin:0}}.data-\\[side\\=right\\]\\:slide-in-from-left-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-side=right]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-enter-translate-x: calc(2*var(--spacing)*-1)}}.data-\\[side\\=top\\]\\:origin-bottom:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-side=top]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){transform-origin:bottom}}.data-\\[side\\=top\\]\\:slide-in-from-bottom-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-side=top]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-enter-translate-y: calc(2*var(--spacing))}}.data-\\[state\\=active\\]\\:border-primary-base:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-state=active]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-primary-base)}}.data-\\[state\\=active\\]\\:bg-bg-antd:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-state=active]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-bg-antd)}}.data-\\[state\\=active\\]\\:bg-bg-white:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-state=active]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-bg-white)}}.data-\\[state\\=active\\]\\:text-primary-base:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-state=active]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-primary-base)}}.data-\\[state\\=active\\]\\:text-text-strong:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-state=active]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-text-strong)}}.data-\\[state\\=checked\\]\\:opacity-100:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-state=checked]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){opacity:1}}.data-\\[state\\=closed\\]\\:animate-out:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-state=closed]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){animation:exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}}.data-\\[state\\=closed\\]\\:fade-out-0:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-state=closed]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-exit-opacity: 0 ;--tw-exit-opacity: 0}}.data-\\[state\\=closed\\]\\:zoom-out-95:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-state=closed]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-exit-scale: 95% ;--tw-exit-scale: .95}}.data-\\[state\\=open\\]\\:animate-in:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-state=open]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}}.data-\\[state\\=open\\]\\:bg-bg-weak:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-state=open]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-bg-weak)}}.data-\\[state\\=open\\]\\:fade-in-0:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-state=open]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-enter-opacity: 0 ;--tw-enter-opacity: 0}}.data-\\[state\\=open\\]\\:zoom-in-95:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-state=open]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-enter-scale: 95% ;--tw-enter-scale: .95}}.\\[\\&_\\.ant-pagination-total-text\\]\\:mr-auto:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) .ant-pagination-total-text{margin-right:auto}}.\\[\\&_\\.ant-picker-panel\\>\\*\\]\\:min-w-272:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) .ant-picker-panel>*{min-width:calc(var(--spacing) * 272)}}.\\[\\&_\\.ant-picker-panel\\>\\*\\]\\:min-w-288:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) .ant-picker-panel>*{min-width:calc(var(--spacing) * 288)}}.\\[\\&_\\.ant-picker-panel\\>\\*\\]\\:min-w-401:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) .ant-picker-panel>*{min-width:calc(var(--spacing) * 401)}}.\\[\\&_\\.ant-picker-panels\\]\\:gap-8:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) .ant-picker-panels{gap:calc(var(--spacing) * 8)}}.\\[\\&_button\\]\\:opacity-65:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) button{opacity:.65}}.\\[\\&_svg\\]\\:pointer-events-none:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) svg{pointer-events:none}}.\\[\\&_svg\\]\\:-ms-px:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) svg{margin-left:-1px}}.\\[\\&_svg\\]\\:size-12:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) svg{width:calc(var(--spacing) * 12);height:calc(var(--spacing) * 12)}}.\\[\\&_svg\\]\\:size-14:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) svg{width:calc(var(--spacing) * 14);height:calc(var(--spacing) * 14)}}.\\[\\&_svg\\]\\:size-16:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) svg{width:calc(var(--spacing) * 16);height:calc(var(--spacing) * 16)}}.\\[\\&_svg\\]\\:size-18:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) svg{width:calc(var(--spacing) * 18);height:calc(var(--spacing) * 18)}}.\\[\\&_svg\\]\\:size-20:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) svg{width:calc(var(--spacing) * 20);height:calc(var(--spacing) * 20)}}.\\[\\&_svg\\]\\:size-24:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) svg{width:calc(var(--spacing) * 24);height:calc(var(--spacing) * 24)}}.\\[\\&_svg\\]\\:shrink-0:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) svg{flex-shrink:0}}.\\[\\&_svg\\]\\:text-text-soft:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) svg{color:var(--color-text-soft)}}.\\[\\&\\:hover_svg\\]\\:text-primary-base:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:hover:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) svg{color:var(--color-primary-base)}}.\\*\\*\\:\\[\\[cmdk-group-heading\\]\\]\\:px-8:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) *{&[cmdk-group-heading]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-left:calc(var(--spacing) * 8);padding-right:calc(var(--spacing) * 8)}}}.\\*\\*\\:\\[\\[cmdk-group-heading\\]\\]\\:py-6:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) *{&[cmdk-group-heading]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-top:calc(var(--spacing) * 6);padding-bottom:calc(var(--spacing) * 6)}}}.\\*\\*\\:\\[\\[cmdk-group-heading\\]\\]\\:text-label-xs:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) *{&[cmdk-group-heading]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-label-xs);line-height:var(--tw-leading, var(--text-label-xs--line-height));letter-spacing:var(--tw-tracking, var(--text-label-xs--letter-spacing));font-weight:var(--tw-font-weight, var(--text-label-xs--font-weight))}}}.\\*\\*\\:\\[\\[cmdk-group-heading\\]\\]\\:text-text-soft:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) *{&[cmdk-group-heading]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-text-soft)}}}.\\*\\*\\:\\[\\[role\\=tab\\]\\]\\:rounded-full:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) *{&[role=tab]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-radius:calc(infinity * 1px)}}}.\\[\\&\\>svg\\]\\:size-14\\!:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#)>svg{width:calc(var(--spacing) * 14)!important;height:calc(var(--spacing) * 14)!important}}.\\[\\&\\>svg\\]\\:opacity-100\\!:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#)>svg{opacity:1!important}}.\\[\\&\\[data-state\\=active\\]_svg\\]\\:text-primary-base:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-state=active]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) svg{color:var(--color-primary-base)}}@property --tw-animation-delay{syntax: "*"; inherits: false; initial-value: 0s;}@property --tw-animation-direction{syntax: "*"; inherits: false; initial-value: normal;}@property --tw-animation-duration{syntax: "*"; inherits: false;}@property --tw-animation-fill-mode{syntax: "*"; inherits: false; initial-value: none;}@property --tw-animation-iteration-count{syntax: "*"; inherits: false; initial-value: 1;}@property --tw-enter-blur{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-enter-opacity{syntax: "*"; inherits: false; initial-value: 1;}@property --tw-enter-rotate{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-enter-scale{syntax: "*"; inherits: false; initial-value: 1;}@property --tw-enter-translate-x{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-enter-translate-y{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-exit-blur{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-exit-opacity{syntax: "*"; inherits: false; initial-value: 1;}@property --tw-exit-rotate{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-exit-scale{syntax: "*"; inherits: false; initial-value: 1;}@property --tw-exit-translate-x{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-exit-translate-y{syntax: "*"; inherits: false; initial-value: 0;}.text-title-h1:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-title-h1);line-height:var(--text-title-h1--line-height);letter-spacing:var(--text-title-h1--letter-spacing);font-weight:var(--text-title-h1--font-weight)}.text-title-h2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-title-h2);line-height:var(--text-title-h2--line-height);letter-spacing:var(--text-title-h2--letter-spacing);font-weight:var(--text-title-h2--font-weight)}.text-title-h3:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-title-h3);line-height:var(--text-title-h3--line-height);letter-spacing:var(--text-title-h3--letter-spacing);font-weight:var(--text-title-h3--font-weight)}.text-title-h4:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-title-h4);line-height:var(--text-title-h4--line-height);letter-spacing:var(--text-title-h4--letter-spacing);font-weight:var(--text-title-h4--font-weight)}.text-title-h5:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-title-h5);line-height:var(--text-title-h5--line-height);letter-spacing:var(--text-title-h5--letter-spacing);font-weight:var(--text-title-h5--font-weight)}.text-title-h6:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-title-h6);line-height:var(--text-title-h6--line-height);letter-spacing:var(--text-title-h6--letter-spacing);font-weight:var(--text-title-h6--font-weight)}.text-label-xl:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-label-xl);line-height:var(--text-label-xl--line-height);letter-spacing:var(--text-label-xl--letter-spacing);font-weight:var(--text-label-xl--font-weight)}.text-label-lg:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-label-lg);line-height:var(--text-label-lg--line-height);letter-spacing:var(--text-label-lg--letter-spacing);font-weight:var(--text-label-lg--font-weight)}.text-label-md:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-label-md);line-height:var(--text-label-md--line-height);letter-spacing:var(--text-label-md--letter-spacing);font-weight:var(--text-label-md--font-weight)}.text-label-sm:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-label-sm);line-height:var(--text-label-sm--line-height);letter-spacing:var(--text-label-sm--letter-spacing);font-weight:var(--text-label-sm--font-weight)}.text-label-xs:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-label-xs);line-height:var(--text-label-xs--line-height);letter-spacing:var(--text-label-xs--letter-spacing);font-weight:var(--text-label-xs--font-weight)}.text-paragraph-xl:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-paragraph-xl);line-height:var(--text-paragraph-xl--line-height);letter-spacing:var(--text-paragraph-xl--letter-spacing);font-weight:var(--text-paragraph-xl--font-weight)}.text-paragraph-lg:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-paragraph-lg);line-height:var(--text-paragraph-lg--line-height);letter-spacing:var(--text-paragraph-lg--letter-spacing);font-weight:var(--text-paragraph-lg--font-weight)}.text-paragraph-md:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-paragraph-md);line-height:var(--text-paragraph-md--line-height);letter-spacing:var(--text-paragraph-md--letter-spacing);font-weight:var(--text-paragraph-md--font-weight)}.text-paragraph-sm:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-paragraph-sm);line-height:var(--text-paragraph-sm--line-height);letter-spacing:var(--text-paragraph-sm--letter-spacing);font-weight:var(--text-paragraph-sm--font-weight)}.text-paragraph-xs:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-paragraph-xs);line-height:var(--text-paragraph-xs--line-height);letter-spacing:var(--text-paragraph-xs--letter-spacing);font-weight:var(--text-paragraph-xs--font-weight)}.text-subheading-md:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-subheading-md);line-height:var(--text-subheading-md--line-height);letter-spacing:var(--text-subheading-md--letter-spacing);font-weight:var(--text-subheading-md--font-weight)}.text-subheading-sm:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-subheading-sm);line-height:var(--text-subheading-sm--line-height);letter-spacing:var(--text-subheading-sm--letter-spacing);font-weight:var(--text-subheading-sm--font-weight)}.text-subheading-xs:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-subheading-xs);line-height:var(--text-subheading-xs--line-height);letter-spacing:var(--text-subheading-xs--letter-spacing);font-weight:var(--text-subheading-xs--font-weight)}.text-subheading-2xs:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-subheading-2xs);line-height:var(--text-subheading-2xs--line-height);letter-spacing:var(--text-subheading-2xs--letter-spacing);font-weight:var(--text-subheading-2xs--font-weight)}*:not(#\\#):not(#\\#),:not(#\\#):not(#\\#):before,:not(#\\#):not(#\\#):after{box-sizing:border-box}button:not(#\\#):not(#\\#),input:not(#\\#):not(#\\#),optgroup:not(#\\#):not(#\\#),select:not(#\\#):not(#\\#),textarea:not(#\\#):not(#\\#){font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;letter-spacing:inherit;color:inherit}button:not(#\\#):not(#\\#),[role=button]:not(#\\#):not(#\\#){cursor:pointer}html:not(#\\#):not(#\\#),:root:not(#\\#):not(#\\#){font-size:var(--root-font-size);font-weight:400;font-family:system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif,"apple color emoji","segoe ui emoji",segoe ui symbol;line-height:1.5;font-feature-settings:normal;font-synthesis:none;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}:root:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--antd-border-secondary: var(--ant-color-border-secondary, #f0f0f0)}.lucide:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){stroke-width:1.5;&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) *{vector-effect:non-scaling-stroke}}.data-filter:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){margin:0;font-size:1.4rem;font-weight:400;font-family:system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif,"apple color emoji","segoe ui emoji",segoe ui symbol;line-height:1.5;font-feature-settings:normal;font-synthesis:none;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;background-color:var(--color-white);color:var(--color-text-strong)}@property --tw-translate-x{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-translate-y{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-translate-z{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-rotate-x{syntax: "*"; inherits: false;}@property --tw-rotate-y{syntax: "*"; inherits: false;}@property --tw-rotate-z{syntax: "*"; inherits: false;}@property --tw-skew-x{syntax: "*"; inherits: false;}@property --tw-skew-y{syntax: "*"; inherits: false;}@property --tw-space-y-reverse{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-space-x-reverse{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-leading{syntax: "*"; inherits: false;}@property --tw-font-weight{syntax: "*"; inherits: false;}@property --tw-tracking{syntax: "*"; inherits: false;}@property --tw-ordinal{syntax: "*"; inherits: false;}@property --tw-slashed-zero{syntax: "*"; inherits: false;}@property --tw-numeric-figure{syntax: "*"; inherits: false;}@property --tw-numeric-spacing{syntax: "*"; inherits: false;}@property --tw-numeric-fraction{syntax: "*"; inherits: false;}@property --tw-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-shadow-color{syntax: "*"; inherits: false;}@property --tw-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-inset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-shadow-color{syntax: "*"; inherits: false;}@property --tw-inset-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-ring-color{syntax: "*"; inherits: false;}@property --tw-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-ring-color{syntax: "*"; inherits: false;}@property --tw-inset-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-ring-inset{syntax: "*"; inherits: false;}@property --tw-ring-offset-width{syntax: "<length>"; inherits: false; initial-value: 0px;}@property --tw-ring-offset-color{syntax: "*"; inherits: false; initial-value: #fff;}@property --tw-ring-offset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-outline-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-blur{syntax: "*"; inherits: false;}@property --tw-brightness{syntax: "*"; inherits: false;}@property --tw-contrast{syntax: "*"; inherits: false;}@property --tw-grayscale{syntax: "*"; inherits: false;}@property --tw-hue-rotate{syntax: "*"; inherits: false;}@property --tw-invert{syntax: "*"; inherits: false;}@property --tw-opacity{syntax: "*"; inherits: false;}@property --tw-saturate{syntax: "*"; inherits: false;}@property --tw-sepia{syntax: "*"; inherits: false;}@property --tw-drop-shadow{syntax: "*"; inherits: false;}@property --tw-drop-shadow-color{syntax: "*"; inherits: false;}@property --tw-drop-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-drop-shadow-size{syntax: "*"; inherits: false;}@property --tw-duration{syntax: "*"; inherits: false;}@property --tw-ease{syntax: "*"; inherits: false;}@keyframes pulse{50%{opacity:.5}}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0));filter:blur(var(--tw-enter-blur,0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0));filter:blur(var(--tw-exit-blur,0))}}@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x: 0;--tw-translate-y: 0;--tw-translate-z: 0;--tw-rotate-x: initial;--tw-rotate-y: initial;--tw-rotate-z: initial;--tw-skew-x: initial;--tw-skew-y: initial;--tw-space-y-reverse: 0;--tw-space-x-reverse: 0;--tw-border-style: solid;--tw-leading: initial;--tw-font-weight: initial;--tw-tracking: initial;--tw-ordinal: initial;--tw-slashed-zero: initial;--tw-numeric-figure: initial;--tw-numeric-spacing: initial;--tw-numeric-fraction: initial;--tw-shadow: 0 0 #0000;--tw-shadow-color: initial;--tw-shadow-alpha: 100%;--tw-inset-shadow: 0 0 #0000;--tw-inset-shadow-color: initial;--tw-inset-shadow-alpha: 100%;--tw-ring-color: initial;--tw-ring-shadow: 0 0 #0000;--tw-inset-ring-color: initial;--tw-inset-ring-shadow: 0 0 #0000;--tw-ring-inset: initial;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-offset-shadow: 0 0 #0000;--tw-outline-style: solid;--tw-blur: initial;--tw-brightness: initial;--tw-contrast: initial;--tw-grayscale: initial;--tw-hue-rotate: initial;--tw-invert: initial;--tw-opacity: initial;--tw-saturate: initial;--tw-sepia: initial;--tw-drop-shadow: initial;--tw-drop-shadow-color: initial;--tw-drop-shadow-alpha: 100%;--tw-drop-shadow-size: initial;--tw-duration: initial;--tw-ease: initial;--tw-animation-delay: 0s;--tw-animation-direction: normal;--tw-animation-duration: initial;--tw-animation-fill-mode: none;--tw-animation-iteration-count: 1;--tw-enter-blur: 0;--tw-enter-opacity: 1;--tw-enter-rotate: 0;--tw-enter-scale: 1;--tw-enter-translate-x: 0;--tw-enter-translate-y: 0;--tw-exit-blur: 0;--tw-exit-opacity: 1;--tw-exit-rotate: 0;--tw-exit-scale: 1;--tw-exit-translate-x: 0;--tw-exit-translate-y: 0}}
2
+ `);var B=({className:t,orientation:o="horizontal",decorative:n=true,...e})=>jsx(Separator.Root,{decorative:n,orientation:o,className:f("shrink-0 bg-stroke-soft",o==="horizontal"?"h-[1px] w-full":"h-full w-[1px]",t),...e});B.displayName=Separator.Root.displayName;function Nt({title:t,onBack:o}){return jsxs("div",{className:"relative flex items-center justify-between border-b border-stroke-soft px-12 pt-6 pb-5",children:[jsx("button",{className:K({className:"-ml-2 size-24 shrink-0 rounded-xl border-0 text-text-sub hover:bg-bg-weak hover:text-text-strong focus-visible:outline-offset-0 active:bg-bg-weak"}),onClick:o,children:jsx(z,{className:"size-16"})}),jsx("span",{className:"text-label-sm",children:t}),jsx("span",{className:"w-24 shrink-0"})]})}var Vt={filter:"Add Filters",search_keywords:"Search...",no_results:"No results",to:"to",input_number:"Input Number",min:"Min",max:"Max",apply:"Apply Filter",clear:"Clear Filter",clear_all:"Clear All",pagination_total:"Total {total} items",refresh:"Refresh",column_set:"Table Settings",density:"Density",large:"Large",middle:"Middle",compact:"Compact",data_export:"Export Data"};var Rt={filter:"\u6570\u636E\u7B5B\u9009",search_keywords:"\u641C\u7D22\u5173\u952E\u5B57...",no_results:"\u6CA1\u6709\u7ED3\u679C",to:"\u81F3",input_number:"\u8F93\u5165\u6570\u5B57",min:"\u6700\u5C0F\u503C",max:"\u6700\u5927\u503C",apply:"\u5E94\u7528\u7B5B\u9009",clear:"\u6E05\u7A7A\u7B5B\u9009",clear_all:"\u5168\u90E8\u6E05\u7A7A",pagination_total:"\u5171 {total} \u6761\u8BB0\u5F55",refresh:"\u5237\u65B0",column_set:"\u5217\u8BBE\u7F6E",density:"\u5BC6\u5EA6",large:"\u5BBD\u677E",middle:"\u4E2D\u7B49",compact:"\u7D27\u51D1",data_export:"\u5BFC\u51FA\u6570\u636E"};var co={"zh-CN":Rt,"en-US":Vt};function m(){let[t]=b();return F.useCallback(n=>co[t][n]??n,[t])}function D({onClick:t,disabled:o}){let n=m();return jsxs(Fragment,{children:[jsx("div",{className:"h-px bg-bg-soft"}),jsx("div",{className:"p-4",children:jsx(M,{variant:"neutral",mode:"ghost",onClick:t,disabled:o,className:"w-full disabled:text-text-disabled",children:n("apply")})})]})}var ho=DatePicker._InternalPanelDoNotUseOrYouWillBeFired,uo=DatePicker._InternalRangePanelDoNotUseOrYouWillBeFired,Mt={popup:{root:{inset:"0 auto auto 0",padding:0},container:{userSelect:"none",boxShadow:"none"}}};function Ot({actions:t,filter:o,column:n,onApply:e}){let a=F.useRef(o?.values),[r,i]=F.useState(()=>Array.isArray(o?.values)?o.values:n.mode==="single"?[null]:[null,null]),s=F.useCallback(c=>{c&&i(c);},[]),l=F.useCallback(()=>{a.current=r,t.setFilterValue(n,r),e?.();},[t,n,r,e]),d=F.useMemo(()=>{let c=r.filter(Boolean);if(!a.current)return n.mode==="single"?c.length===1:n.mode==="range"?c.length===2:false;let g=a.current.filter(Boolean);return n.mode==="range"&&c.length<2?false:c.length!==g.length?true:c.some((p,b)=>{let v=g[b];return v&&!v.isSame(p)})},[n.mode,r]);return jsxs(Fragment,{children:[jsx(B$1,{children:jsx(D$1,{className:"max-h-fit",children:jsxs(F$1,{className:"px-6 pt-6 pb-0",children:[n.mode==="single"&&jsx(mo,{value:r,onChange:s,column:n}),n.mode==="range"&&jsx(vo,{value:r,onChange:s,column:n})]})})}),jsx(D,{onClick:l,disabled:!d})]})}function mo({value:t,column:o,onChange:n}){let e=F.useCallback(i=>{i&&n([i]);},[n]),[a,r]=F.useState(true);return jsx(ho,{showToday:false,inputReadOnly:true,needConfirm:false,allowClear:false,showTime:o.showTime,value:t?.[0],onCalendarChange:e,onPanelChange:(i,s)=>{r(s==="date");},classNames:{root:"w-full",popup:{container:f("[&_.ant-picker-panels]:gap-8",!a&&!o.showTime&&"[&_.ant-picker-panel>*]:min-w-272",!a&&o.showTime&&"[&_.ant-picker-panel>*]:min-w-401"),body:"p-0!"}},styles:Mt})}function vo({value:t,column:o,onChange:n}){let[e,a]=t,r=F.useCallback(l=>{!l||l?.filter(Boolean).length!==2||n(l);},[n]),[i,s]=F.useState(true);return jsx(uo,{value:[e,a],onCalendarChange:r,classNames:{root:i?"w-full":"min-w-288",popup:{container:f("[&_.ant-picker-panels]:gap-8",!i&&!o.showTime&&"[&_.ant-picker-panel>*]:min-w-288",!i&&o.showTime&&"[&_.ant-picker-panel>*]:min-w-401"),body:"p-0!"}},onPanelChange:(l,d)=>{s(d.every(c=>c==="date"));},showTime:o.showTime,inputReadOnly:true,allowClear:false,needConfirm:false,previewValue:false,styles:Mt})}var dt=F.memo(function({option:o,onToggle:n}){let{value:e,label:a,icon:r,selected:i}=o,s=F.useCallback(()=>{n(e,!i);},[n,e,i]);return jsxs(H,{onSelect:s,className:"group flex items-center gap-6",children:[jsx(Checkbox,{tabIndex:-1,checked:i,className:f("mr-4 opacity-0 group-data-[selected=true]:opacity-100 data-[state=checked]:opacity-100",i&&"opacity-100")}),r,jsx("span",{children:a})]})});function Q({options:t,initialValues:o,pendingValues:n}){let e=F.useRef(o),{selectedOptions:a,unselectedOptions:r}=F.useMemo(()=>{let l=new Set(e.current),d=[],c=[];for(let g of t)l.has(g.value)?d.push(g):c.push(g);return {selectedOptions:d,unselectedOptions:c}},[t]),{selectedOptionsWithState:i,unselectedOptionsWithState:s}=F.useMemo(()=>{let l=new Set(Array.isArray(n)?n:[n]),d=a.map(g=>({...g,selected:l.has(g.value),initialSelected:true})),c=r.map(g=>({...g,selected:l.has(g.value),initialSelected:false}));return {selectedOptionsWithState:d,unselectedOptionsWithState:c}},[a,r,n]);return {selectedOptions:i,unselectedOptions:s}}function jt({column:t,filter:o,actions:n,onApply:e}){let a=m(),[r,i]=F.useState(()=>o?.values??[]),{selectedOptions:s,unselectedOptions:l}=Q({options:t.options,initialValues:o?.values??[],pendingValues:r}),d=F.useCallback((p,b)=>{i(v=>b?v.includes(p)?v:[...v,p]:v.filter(A=>A!==p));},[]),c=F.useCallback(()=>{n.setFilterValue(t,r),e?.();},[n,t,r,e]),g=F.useMemo(()=>{let p=new Set(o?.values??[]),b=new Set(r);if(p.size!==b.size)return true;for(let v of b)if(!p.has(v))return true;return false},[o?.values,r]);return jsxs(Fragment,{children:[jsxs(B$1,{children:[jsx(C,{autoFocus:true,placeholder:"Search..."}),jsx(E,{children:a("no_results")}),jsxs(D$1,{className:"max-h-256",children:[jsx(F$1,{className:f(s.length===0&&"hidden"),children:s.map(p=>jsx(dt,{option:p,onToggle:d},p.value))}),jsx(G,{className:f((s.length===0||l.length===0)&&"hidden")}),jsx(F$1,{className:f(l.length===0&&"hidden"),children:l.map(p=>jsx(dt,{option:p,onToggle:d},p.value))})]})]}),jsx(D,{onClick:c,disabled:!g})]})}function tt({onEnter:t,...o}){let n=F.useCallback(e=>{e.key==="Enter"&&(e.target instanceof HTMLInputElement||e.target instanceof HTMLButtonElement)&&(e.preventDefault(),t?.());},[t]);return jsx(B$1,{onKeyDown:n,...o})}function Lt({actions:t,filter:o,column:n,onApply:e}){let a=F.useRef(o?.values),[r,i]=F.useState(()=>Array.isArray(o?.values)?o.values:n.mode==="single"?[null]:[null,null]),s=F.useCallback(()=>{Et(r)&&(a.current=r,t.setFilterValue(n,r),e?.());},[t,n,r,e]),l=F.useMemo(()=>{if(!Et(r))return false;let c=a.current;return !Array.isArray(c)||c.length!==r.length?true:c.some((g,p)=>g!==r[p])},[r]),d=n.mode==="range";return jsxs(Fragment,{children:[jsx(tt,{onEnter:s,className:f(d&&"min-w-lg"),children:jsx(D$1,{className:"max-h-fit",children:jsx(F$1,{children:jsx("div",{className:"p-6 pb-8",children:d?jsx(Do,{value:r,column:n,onChange:i}):jsx(Co,{column:n,value:r,onChange:i})})})})}),jsx(D,{onClick:s,disabled:!l})]})}function Co({column:t,value:o,onChange:n,ref:e}){let a=m();return jsx(InputNumber,{ref:e,className:"w-full max-w-2xs",placeholder:a("input_number"),value:o[0],min:t.min,max:t.max,step:t.step,mode:"spinner",onChange:r=>{_(r)&&n([r]);},autoFocus:true})}function Do({column:t,value:o,onChange:n}){let e=m(),a=F.useId(),r=F.useId(),i=F.useCallback(l=>{if(!_(l))return;let d=[l,o[1]];n?.(d);},[o,n]),s=F.useCallback(l=>{if(!_(l))return;let d=[o[0],l];n?.(d);},[o,n]);return jsxs("div",{className:"flex w-full max-w-xl gap-12",children:[jsxs("div",{className:"flex flex-col gap-6",children:[jsx("label",{className:"text-label-sm select-none",htmlFor:a,children:e("min")}),jsx(InputNumber,{id:a,mode:"spinner",placeholder:"min",autoFocus:true,value:o[0],min:t.min,max:_(o[1])?o[1]-1:t.max?t.max-1:void 0,step:t.step,onChange:i})]}),jsxs("div",{className:"flex flex-col gap-6",children:[jsx("label",{className:"text-label-sm select-none",htmlFor:r,children:e("max")}),jsx(InputNumber,{id:r,mode:"spinner",placeholder:"max",value:o[1],min:_(o[0])?o[0]+1:t.min?t.min+1:void 0,max:t.max,step:t.step,onChange:s})]})]})}function Et(t){return t.every(_)}function _(t){return typeof t=="number"&&Number.isFinite(t)}var ut=F.memo(function({option:o,onSelect:n}){let{value:e,label:a,icon:r,selected:i}=o,s=F.useCallback(()=>{n(e);},[n,e]);return jsxs(H,{value:e,onSelect:s,className:"group flex items-center gap-6",children:[jsx(Radio,{tabIndex:-1,className:f("mr-4 opacity-0 group-data-[selected=true]:opacity-100 data-[state=checked]:opacity-100",i&&"opacity-100"),checked:i,value:e,id:e}),r,jsx("span",{children:a})]})});function Ht({column:t,filter:o,actions:n,onApply:e}){let a=m(),[r,i]=F.useState(()=>o?.values[0]??""),{selectedOptions:s,unselectedOptions:l}=Q({options:t.options,initialValues:o?.values??[],pendingValues:r??""}),d=F.useCallback(p=>{i(p);},[]),c=F.useCallback(()=>{r&&(n.setFilterValue(t,[r]),e?.());},[n,t,r,e]),g=F.useMemo(()=>o?.values[0]!==r,[o?.values,r]);return jsxs(Fragment,{children:[jsxs(B$1,{children:[jsx(C,{autoFocus:true,placeholder:"Search..."}),jsx(E,{children:a("no_results")}),jsxs(D$1,{className:"max-h-256",children:[jsx(F$1,{className:f(s.length===0&&"hidden"),children:s.map(p=>jsx(ut,{option:p,onSelect:d},p.value))}),jsx(G,{className:f((s.length===0||l.length===0)&&"hidden")}),jsx(F$1,{className:f(l.length===0&&"hidden"),children:l.map(p=>jsx(ut,{option:p,onSelect:d},p.value))})]})]}),jsx(D,{onClick:c,disabled:!g})]})}function et(t){let{value:o,defaultValue:n,onChange:e}=t,a=o!==void 0,[r,i]=F.useState(n),s=a?o:r,l=F.useRef({value:o,state:r,isControlled:a,onChange:e});l.current={value:o,state:r,isControlled:a,onChange:e};let d=F.useCallback((c,...g)=>{let{value:p,state:b,isControlled:v,onChange:A}=l.current,H=typeof c=="function"?c(v?p:b):c;v||i(H),A&&A(H,...g);},[]);return [s,d]}function Gt({actions:t,filter:o,column:n,onApply:e}){let a=m(),r=F.useRef(o?.values[0]??""),[i,s]=et({defaultValue:r.current}),l=F.useCallback(()=>{t.setFilterValue(n,[i]),e?.();},[t,n,i,e]),d=r.current===i;return jsxs(Fragment,{children:[jsx(tt,{onEnter:l,children:jsx(D$1,{className:"max-h-fit",children:jsx(F$1,{children:jsx(H,{children:jsx(Input,{rootClassName:"w-ful min-w-xs",placeholder:a("search_keywords"),autoFocus:true,value:i,onChange:c=>s(c.target.value)})})})})}),jsx(D,{onClick:l,disabled:d})]})}function at({enableHeader:t,column:o,filter:n,actions:e,onApply:a,onBack:r}){let i=F.useMemo(()=>{switch(o.type){case "text":return jsx(Gt,{filter:n,actions:e,column:o,onApply:a});case "option":return jsx(Ht,{filter:n,actions:e,column:o,onApply:a});case "multiOption":return jsx(jt,{filter:n,actions:e,column:o,onApply:a});case "number":return jsx(Lt,{filter:n,actions:e,column:o,onApply:a});case "date":return jsx(Ot,{filter:n,actions:e,column:o,onApply:a});default:return null}},[e,o,n,a]);return jsxs(Fragment,{children:[t&&jsx(Nt,{title:o.displayName,onBack:r}),i]})}function Ut({column:t$1,filter:o,actions:n,enableAutoClose:e}){let[a,r$1]=F.useState(false),i=F.useCallback(()=>{e&&setTimeout(()=>{r$1(false);},120);},[e]);return jsxs(r,{open:a,onOpenChange:r$1,children:[jsx(s,{asChild:true,children:jsx(M,{mode:"ghost",variant:"neutral",size:"xsmall",className:f("z-1 h-full w-fit rounded-none px-4 text-label-sm",a&&"active"),children:jsx(Mo,{filter:o,column:t$1})})}),jsx(t,{align:"start",side:"bottom",arrow:false,className:"w-fit rounded-xl p-0",sideOffset:6,children:jsx(at,{enableHeader:false,column:t$1,filter:o,actions:n,onApply:i})})]})}function Mo({filter:t,column:o}){switch(o.type){case "text":return jsx(Bo,{filter:t});case "number":return jsx(_o,{filter:t,mode:o.mode});case "date":return jsx(Oo,{filter:t,column:o});case "option":return jsx(jo,{filter:t,column:o});case "multiOption":return jsx(Eo,{filter:t,column:o});default:return null}}function Oo({filter:t,column:o}){let[n]=b();if(!t)return null;if(t.values.length===0)return jsx(v,{className:"size-16"});let e=n.toLowerCase().includes("cn"),a=!!o.showTime,r=a?c.presets.dateSlash:e?"YYYY, M\u6708D\u65E5":"MMM D, YYYY",i=typeof o.showTime=="object"?o.showTime.format:a?c.presets.timeSecond:void 0,s=[r,i].filter(d=>!!d);if(t.values.length===1){let c=t.values[0].format(s.join(" "));return jsx("span",{children:c})}let l=Wo(t.values[0],t.values[1],e,a,s);return jsx("span",{children:l})}function Bo({filter:t}){if(!t)return null;if(t.values.length===0||t.values[0].trim()==="")return jsx(v,{className:"size-16"});let o=t.values[0];return jsx("span",{children:o})}function _o({filter:t,mode:o}){let n=m();if(!t||!t.values||t.values.length===0)return jsx(v,{className:"size-16"});let[e,a]=t.values;return o&&o==="range"&&a!==void 0?jsxs("span",{className:"tracking-tight tabular-nums",children:[e," ",n("to")," ",a]}):jsx("span",{className:"tracking-tight tabular-nums",children:e})}function jo({filter:t,column:o}){let n=o.options.filter(e=>t?.values.includes(e.value));if(n.length===1){let{label:e,icon:a}=n[0];return jsxs("span",{className:"inline-flex items-center gap-4",children:[a&&a,jsx("span",{children:e})]})}return null}function Eo({filter:t,column:o}){let n=o.options.filter(l=>t?.values.includes(l.value));if(n.length===0)return jsx(v,{className:"size-16"});if(n.length===1){let{label:l,icon:d}=n[0];return jsxs("span",{className:"inline-flex items-center gap-4",children:[d&&d,jsx("span",{children:l})]})}let e=Lo(n,3),a=n.length-e.length;if(!e.some(l=>!!l.icon))return jsxs("div",{className:"inline-flex items-center gap-4",children:[jsx("span",{children:e.map(l=>l.label).join(", ")}),a>0&&jsxs("span",{className:"inline-flex items-center leading-16",style:{letterSpacing:"-1px"},children:["+ ",a," ..."]})]});let i=[],s=[];return e.forEach(({value:l,icon:d,label:c})=>{d?i.push(jsx("span",{className:"inline-flex shrink-0",children:d},l)):s.push(c);}),jsxs("div",{className:"inline-flex items-center gap-4",children:[jsxs("div",{className:"inline-flex items-center gap-2",children:[i,i.length>0&&s.length>0&&jsx(B,{orientation:"vertical",className:"mx-4 h-26 opacity-50"}),s.length>0&&jsx("span",{className:"text-text-sub",children:s.join(", ")})]}),a>0&&jsxs("span",{className:"inline-flex items-center leading-16",style:{letterSpacing:"-1px"},children:["+ ",a," ..."]})]})}function Lo(t,o){return t.slice(0,o)}function Wo(t,o,n,e,a){if(t.isSame(o,"year")&&!e){let i=n?"YYYY, M\u6708D\u65E5":"MMM D",s=n?"M\u6708D\u65E5":"MMM D, YYYY";return `${t.format(i)} - ${o.format(s)}`}return `${t.format(a.join(" "))} - ${o.format(a.join(" "))}`}function rt(t,o){let n=t.find(e=>e.columnId===o);if(!n)throw new Error(`Column with id ${o} not found`);return n}function qt(t){return !t||t.length===0?[]:t.length===1?[t[0]]:t.length===2?Ho(t):[t[0],t[1]]}function Xt(t){if(!t||t.length===0)return [];if(t.length===1)return [t[0]];if(t.length===2)return Yo(t);throw new Error("Cannot create date filter value from more than 2 values")}function Yo(t){let[o,n]=t,[e,a]=o.isBefore(n)?[o,n]:[n,o];return [e,a]}function Ho(t){let o=0,n=0;if(!t||t.length===0)return [o,n];t.length===1?o=t[0]:(o=t[0],n=t[1]);let[e,a]=o<n?[o,n]:[n,o];return [e,a]}function Jt(t){let o=new Map,n=[];for(let e of t){let a=bt(e);if(o.has(a)){let r=o.get(a),i=false;for(let s of r)if(ft(s,e)){i=true;break}i||(r.push(e),n.push(e));}else o.set(a,[e]),n.push(e);}return n}function bt(t,o=new WeakMap){if(t===null)return "null";if(t===void 0)return "undefined";let n=typeof t;if(n==="number"||n==="boolean"||n==="string")return `${n}:${t.toString()}`;if(n==="function")return `function:${t.toString()}`;if(n==="object"){if(o.has(t))return o.get(t);let e;return Array.isArray(t)?e=`array:[${t.map(a=>bt(a,o)).join(",")}]`:e=`object:{${Object.keys(t).sort().map(i=>`${i}:${bt(t[i],o)}`).join(",")}}`,o.set(t,e),e}return `${n}:${t.toString()}`}function ft(t,o){if(t===o)return true;if(typeof t!=typeof o||t===null||o===null||t===void 0||o===void 0)return false;if(Array.isArray(t)){if(!Array.isArray(o)||t.length!==o.length)return false;for(let n=0;n<t.length;n++)if(!ft(t[n],o[n]))return false;return true}if(typeof t=="object"){if(typeof o!="object")return false;let n=Object.keys(t).sort(),e=Object.keys(o).sort();if(n.length!==e.length)return false;for(let a=0;a<n.length;a++)if(n[a]!==e[a]||!ft(t[n[a]],o[e[a]]))return false;return true}return false}function Qt({columns:t,filters:o,actions:n,enableAutoClose:e,className:a}){let r=m();return jsxs("div",{className:a,children:[o.map(i=>{let s=rt(t,i.columnId);return i.values?jsx($o,{filter:i,column:s,actions:n,enableAutoClose:e},`active-filter-${i.columnId}`):null}),o.length!==0&&jsx(M,{mode:"ghost",size:"xsmall",className:"bg-transparent! text-primary-base hover:underline",onClick:()=>n.removeAllFilters(),children:r("clear_all")})]})}function $o({column:t,filter:o,actions:n,enableAutoClose:e}){return jsxs("div",{className:"flex h-28 items-center rounded-full border border-stroke-soft bg-bg-white shadow-regular-md",children:[jsx(Go,{column:t}),jsx(B,{orientation:"vertical"}),jsx(Ut,{column:t,filter:o,actions:n,enableAutoClose:e}),jsx(B,{orientation:"vertical"}),jsx(M,{className:"z-1 h-full w-28 rounded-none rounded-r-full",variant:"neutral",mode:"ghost",size:"xsmall",onClick:()=>n.removeFilter(o.columnId),children:jsx(w,{className:"size-16 -translate-x-1"})})]})}function Go({column:t}){return jsxs("span",{className:"flex h-full items-center gap-4 ps-10 pe-6 text-label-sm whitespace-nowrap text-text-sub select-none",children:[t.icon&&jsx(N,{size:16,as:t.icon}),jsx("span",{children:t.displayName})]})}var qo={ease:[.26,.08,.25,1],duration:.27},Xo={initial:{opacity:0},visible:{opacity:1},hidden:{opacity:0}};function to({side:t$1="bottom",align:o="start",size:n="small",className:e,children:a,activeType:r$1,onOpenChange:i,onEscapeKeyDown:s$1}){let l=m(),[d,c]=F.useState(false),g=F.useCallback(p=>{c(p),i?.(p);},[i]);return jsxs(r,{open:d,onOpenChange:g,children:[jsx(s,{asChild:true,children:jsx(M,{className:f(d&&"active",e),variant:"neutral",mode:"stroke",startContent:jsx(x,{}),size:n,children:l("filter")})}),jsx(t,{className:"w-fit min-w-3xs p-0",side:t$1,align:o,sideOffset:6,arrow:false,onEscapeKeyDown:s$1,children:jsx(AnimatePresence,{mode:"wait",children:jsx(m$1.div,{initial:"hidden",animate:"visible",exit:"hidden",variants:Xo,transition:qo,layout:true,children:a})},r$1)})]})}function oo({columns:t,filters:o,actions:n,side:e,size:a,className:r,align:i,enableAutoBack:s}){let l=F.useRef(void 0),d=F.useRef(null),[c,g]=F.useState(void 0),p=c?rt(t,c):void 0,b=c?o.find(z=>z.columnId===c):void 0,v=F.useCallback(()=>{g(void 0);},[]),A=F.useCallback(()=>{s&&g(void 0);},[s]),yt=F.useCallback(z=>{z||setTimeout(()=>{l.current=void 0,g(void 0);},180);},[]),H=F.useCallback(z=>{c!==void 0&&(z.preventDefault(),v(),setTimeout(()=>{d.current?.focus();},200));},[c,v]),kt=F.useCallback(z=>{l.current=z,g(z);},[]),Ct=F.useCallback(()=>{n.removeAllFilters();},[n]),eo=F.useMemo(()=>p&&c?jsx(at,{enableHeader:true,column:p,filter:b,actions:n,onApply:A,onBack:v}):jsx(Qo,{defaultValue:l.current,onSelect:kt,onClean:Ct,disableClean:!o.length,columns:t,ref:d}),[p,c,b,n,A,v,kt,Ct,o.length,t]);return jsx(to,{side:e,size:a,align:i,className:r,activeType:c,menuCount:t.length,onOpenChange:yt,onEscapeKeyDown:H,children:eo})}function Qo({defaultValue:t,columns:o,disableClean:n,onSelect:e,onClean:a,ref:r}){let i=m(),s=o.some(l=>!!l.icon);return jsxs(Fragment,{children:[jsxs(B$1,{loop:true,defaultValue:t,shouldFilter:false,children:[jsx(C,{placeholder:"Search...",className:"sr-only",ref:r}),jsx(D$1,{className:"max-h-fit",children:jsx(F$1,{children:o.map(l=>jsx(H,{className:"group",value:l.columnId,keywords:[l.displayName],onSelect:e,children:jsxs("div",{className:"flex w-full items-center justify-between",children:[jsxs("div",{className:"inline-flex items-center gap-6",children:[l.icon&&jsx(N,{size:16,as:l.icon}),!l.icon&&s&&jsx("span",{className:"size-16"}),jsx("span",{className:"text-label-sm",children:l.displayName})]}),jsx(y,{className:"-mr-4 size-18 text-text-soft group-aria-selected:text-text-sub"})]})},l.columnId))})})]}),jsx("div",{className:"h-px bg-bg-soft"}),jsx("div",{className:"p-4",children:jsx(M,{variant:"neutral",mode:"ghost",onClick:a,disabled:n,className:"w-full disabled:text-text-disabled",children:i("clear")})})]})}function no({defaultFilters:t=[],filters:o,onFiltersChange:n}={}){let[e,a]=et({value:o,defaultValue:t,onChange:n}),r=F.useMemo(()=>({setFilterValue:(i,s)=>{a(l=>{let d=l.find(b=>b.columnId===i.columnId),c=d&&d.values.length>0,g=i.type==="number"?qt(s):i.type==="date"?Xt(s):Jt(s);if(g.length===0)return l;if(!c)return [...l,{columnId:i.columnId,type:i.type,values:g}];let p={columnId:i.columnId,type:i.type,values:g};return l.map(b=>b.columnId===i.columnId?p:b)});},removeFilter:i=>{a(s=>s.filter(l=>l.columnId!==i));},removeAllFilters:()=>{a([]);}}),[a]);return [e,r]}var nn={components:{DatePicker:{activeBorderColor:"#d9d9d9",hoverBorderColor:"#d9d9d9",activeShadow:"none",cellHeight:24,cellWidth:28}}};function en({disabled:t,columns:o,filters:n,defaultFilters:e,className:a,onFiltersChange:r}){let[i,s]=no({filters:n,defaultFilters:e,onFiltersChange:r});return jsx(ConfigProvider,{theme:nn,children:jsxs("div",{className:f("data-filter flex flex-wrap items-center gap-6",t&&"pointer-events-none [&_button]:opacity-65",a),children:[jsx(oo,{columns:o,filters:i,actions:s,enableAutoBack:true}),jsx(Qt,{columns:o,filters:i,actions:s,enableAutoClose:true})]})})}export{m as a,Qt as b,oo as c,no as d,en as e};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jerry-fd/ui",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "UI component library based on Ant Design (Client-side only)",
5
5
  "type": "module",
6
6
  "sideEffects": ["index.js", "*.css"],
package/chunk-H5SWYELS.js DELETED
@@ -1,2 +0,0 @@
1
- import {H,f,b,M,w,N,B as B$1,C,D as D$1,F as F$1,y,r,s,t,x,E,G,z,K,v,c}from'./chunk-BJHN7W7I.js';import {DatePicker,Checkbox,Radio,ConfigProvider,Input,InputNumber}from'antd';import {Separator}from'radix-ui';import {jsxs,jsx,Fragment}from'react/jsx-runtime';import F from'react';import {AnimatePresence,m as m$1}from'motion/react';function st(t,{insertAt:o}={}){if(typeof document>"u")return;let n=document.head||document.getElementsByTagName("head")[0],e=document.createElement("style");e.type="text/css",o==="top"&&n.firstChild?n.insertBefore(e,n.firstChild):n.appendChild(e),e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t));}st(`/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */:root:not(#\\#),:host:not(#\\#){--color-red-50: hsl(357deg, 100%, 96.08%);--color-red-100: hsl(355.71deg, 100%, 91.76%);--color-red-200: hsl(355.24deg, 100%, 87.65%);--color-red-500: hsl(354.8deg, 96.08%, 60%);--color-red-600: hsl(355deg, 80.36%, 56.08%);--color-red-700: hsl(355.09deg, 69.8%, 48.04%);--color-red-950: hsl(355.12deg, 70.49%, 23.92%);--color-orange-50: hsl(24deg, 100%, 96.08%);--color-orange-200: hsl(23.81deg, 100%, 87.65%);--color-orange-500: hsl(24.13deg, 100%, 63.92%);--color-orange-950: hsl(23.72deg, 70.49%, 23.92%);--color-yellow-50: hsl(43.9deg, 100%, 91.96%);--color-yellow-100: hsl(41.18deg, 100%, 90%);--color-yellow-200: hsl(41.9deg, 100%, 87.65%);--color-yellow-500: hsl(41.94deg, 92.31%, 54.12%);--color-yellow-600: hsl(41.85deg, 80.39%, 50%);--color-yellow-700: hsl(42.04deg, 64.08%, 48.04%);--color-yellow-950: hsl(42.16deg, 60.66%, 23.92%);--color-green-50: hsl(147.69deg, 72.22%, 92.94%);--color-green-100: hsl(154.88deg, 84.31%, 90%);--color-green-200: hsl(148.24deg, 71.83%, 86.08%);--color-green-500: hsl(148.15deg, 72.32%, 43.92%);--color-green-600: hsl(147.95deg, 71.57%, 40%);--color-green-700: hsl(148.21deg, 71.78%, 31.96%);--color-green-950: hsl(148.47deg, 72.84%, 15.88%);--color-teal-50: hsl(172.17deg, 74.19%, 93.92%);--color-teal-200: hsl(171.76deg, 71.83%, 86.08%);--color-teal-500: hsl(171.86deg, 72.24%, 48.04%);--color-teal-950: hsl(171.86deg, 72.84%, 15.88%);--color-sky-50: hsl(201deg, 100%, 96.08%);--color-sky-200: hsl(200deg, 100%, 87.65%);--color-sky-500: hsl(199.89deg, 100%, 63.92%);--color-sky-950: hsl(200.23deg, 70.49%, 23.92%);--color-blue-50: hsl(222deg, 100%, 96.08%);--color-blue-100: hsl(221.43deg, 100%, 91.76%);--color-blue-200: hsl(220deg, 100%, 87.65%);--color-blue-500: hsl(227.94deg, 100%, 60%);--color-blue-600: hsl(228deg, 80.36%, 56.08%);--color-blue-700: hsl(228.07deg, 69.8%, 48.04%);--color-blue-800: hsl(228.17deg, 69.61%, 40%);--color-blue-950: hsl(228.14deg, 70.49%, 23.92%);--color-violet-50: rgb(245, 243, 255);--color-violet-100: rgb(237, 233, 254);--color-violet-500: rgb(141, 86, 255);--color-violet-700: rgb(112, 8, 231);--color-purple-50: hsl(252deg, 100%, 96.08%);--color-purple-200: hsl(249.52deg, 100%, 87.65%);--color-purple-300: hsl(249.81deg, 100%, 79.61%);--color-purple-500: hsl(255.93deg, 88.04%, 63.92%);--color-purple-950: hsl(257.8deg, 63.64%, 28.04%);--color-pink-50: hsl(333deg, 100%, 96.08%);--color-pink-200: hsl(330.48deg, 100%, 87.65%);--color-pink-500: hsl(330deg, 95.65%, 63.92%);--color-pink-950: hsl(330deg, 70.49%, 23.92%);--color-gray-200: rgb(229, 231, 235);--color-gray-700: rgb(54, 65, 83);--color-zinc-400: rgb(159, 159, 169);--color-zinc-500: rgb(113, 113, 123);--color-neutral-50: hsl(216deg, 33.33%, 97.06%);--color-neutral-200: hsl(220deg, 17.65%, 90%);--color-neutral-300: hsl(218.57deg, 15.22%, 81.96%);--color-neutral-400: hsl(220deg, 11.48%, 64.12%);--color-neutral-600: hsl(222deg, 10.87%, 36.08%);--color-neutral-800: hsl(227.14deg, 17.07%, 16.08%);--color-neutral-950: hsl(221.54deg, 31.71%, 8.04%);--color-stone-50: rgb(250, 250, 249);--color-stone-100: rgb(245, 245, 244);--color-stone-200: rgb(231, 229, 228);--color-white: #fff;--spacing: 1px;--container-3xs: 16rem;--container-2xs: 18rem;--container-xs: 20rem;--container-lg: 32rem;--container-xl: 36rem;--font-weight-medium: 500;--font-weight-semibold: 600;--tracking-tight: -.025em;--tracking-widest: .1em;--radius-sm: .25rem;--radius-md: .375rem;--radius-lg: .5rem;--radius-xl: .75rem;--radius-2xl: 1rem;--ease-out: cubic-bezier(0, 0, .2, 1);--animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;--default-transition-duration: .15s;--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);--color-neutral-0: hsl(0deg, 0%, 100%);--color-blue-alpha-24: hsla(227.93deg, 100%, 63.92%, .24);--color-blue-alpha-16: hsla(227.93deg, 100%, 63.92%, .16);--color-blue-alpha-10: hsla(227.93deg, 100%, 63.92%, .1);--color-red-alpha-10: hsla(354.8deg, 96.08%, 60%, .1);--color-primary-darker: var(--color-blue-700);--color-primary-base: var(--color-blue-500);--color-primary-alpha-16: var(--color-blue-alpha-16);--color-primary-alpha-10: var(--color-blue-alpha-10);--color-static-white: var(--color-neutral-0);--color-bg-strong: var(--color-neutral-950);--color-bg-surface: var(--color-neutral-800);--color-bg-soft: var(--color-neutral-200);--color-bg-weak: var(--color-neutral-50);--color-bg-white: var(--color-neutral-0);--color-bg-antd: var(--antd-border-secondary);--color-text-strong: var(--color-neutral-950);--color-text-sub: var(--color-neutral-600);--color-text-soft: var(--color-neutral-400);--color-text-disabled: var(--color-neutral-300);--color-text-white: var(--color-neutral-0);--color-stroke-sub: var(--color-neutral-300);--color-stroke-soft: var(--color-neutral-200);--color-stroke-antd: var(--antd-border-secondary);--color-error-base: var(--color-red-500);--color-error-light: var(--color-red-200);--text-title-h1: 5.6rem;--text-title-h1--line-height: 6.4rem;--text-title-h1--letter-spacing: -.01em;--text-title-h1--font-weight: 500;--text-title-h2: 4.8rem;--text-title-h2--line-height: 5.6rem;--text-title-h2--letter-spacing: -.01em;--text-title-h2--font-weight: 500;--text-title-h3: 4rem;--text-title-h3--line-height: 4.8rem;--text-title-h3--letter-spacing: -.01em;--text-title-h3--font-weight: 500;--text-title-h4: 3.2rem;--text-title-h4--line-height: 4rem;--text-title-h4--letter-spacing: -.005em;--text-title-h4--font-weight: 500;--text-title-h5: 2.4rem;--text-title-h5--line-height: 3.2rem;--text-title-h5--letter-spacing: 0em;--text-title-h5--font-weight: 500;--text-title-h6: 1.8rem;--text-title-h6--line-height: 2.6rem;--text-title-h6--letter-spacing: 0em;--text-title-h6--font-weight: 500;--text-label-xl: 2.4rem;--text-label-xl--line-height: 3.2rem;--text-label-xl--letter-spacing: -.015em;--text-label-xl--font-weight: 500;--text-label-lg: 1.8rem;--text-label-lg--line-height: 2.4rem;--text-label-lg--letter-spacing: -.015em;--text-label-lg--font-weight: 500;--text-label-md: 1.6rem;--text-label-md--line-height: 2.4rem;--text-label-md--letter-spacing: -.011em;--text-label-md--font-weight: 500;--text-label-sm: 1.4rem;--text-label-sm--line-height: 2rem;--text-label-sm--letter-spacing: -.006em;--text-label-sm--font-weight: 500;--text-label-xs: 1.2rem;--text-label-xs--line-height: 1.6rem;--text-label-xs--letter-spacing: 0em;--text-label-xs--font-weight: 500;--text-paragraph-xl: 2.4rem;--text-paragraph-xl--line-height: 3.2rem;--text-paragraph-xl--letter-spacing: -.015em;--text-paragraph-xl--font-weight: 400;--text-paragraph-lg: 1.8rem;--text-paragraph-lg--line-height: 2.4rem;--text-paragraph-lg--letter-spacing: -.015em;--text-paragraph-lg--font-weight: 400;--text-paragraph-md: 1.6rem;--text-paragraph-md--line-height: 2.4rem;--text-paragraph-md--letter-spacing: -.011em;--text-paragraph-md--font-weight: 400;--text-paragraph-sm: 1.4rem;--text-paragraph-sm--line-height: 2rem;--text-paragraph-sm--letter-spacing: -.006em;--text-paragraph-sm--font-weight: 400;--text-paragraph-xs: 1.2rem;--text-paragraph-xs--line-height: 1.6rem;--text-paragraph-xs--letter-spacing: 0em;--text-paragraph-xs--font-weight: 400;--text-subheading-md: 1.6rem;--text-subheading-md--line-height: 2.4rem;--text-subheading-md--letter-spacing: .06em;--text-subheading-md--font-weight: 500;--text-subheading-sm: 1.4rem;--text-subheading-sm--line-height: 2rem;--text-subheading-sm--letter-spacing: .06em;--text-subheading-sm--font-weight: 500;--text-subheading-xs: 1.2rem;--text-subheading-xs--line-height: 1.6rem;--text-subheading-xs--letter-spacing: .04em;--text-subheading-xs--font-weight: 500;--text-subheading-2xs: 1.1rem;--text-subheading-2xs--line-height: 1.2rem;--text-subheading-2xs--letter-spacing: .02em;--text-subheading-2xs--font-weight: 500;--badge-slate-bg: hsl(210deg, 40%, 98%);--badge-slate-border: hsl(214.3deg, 31.8%, 91.4%);--badge-slate-text: hsl(215.4deg, 16.3%, 46.9%);--badge-red-bg: hsl(0deg, 85.7%, 97.3%);--badge-red-border: hsl(0deg, 96.3%, 89.4%);--badge-red-text: hsl(0deg, 84.2%, 60.2%);--badge-orange-bg: hsl(33.3deg, 100%, 96.5%);--badge-orange-border: hsl(32.1deg, 97.7%, 83.1%);--badge-orange-text: hsl(24.6deg, 95%, 53.1%);--badge-amber-bg: hsl(48deg, 100%, 96.1%);--badge-amber-border: hsl(48deg, 96.6%, 76.7%);--badge-amber-text: hsl(37.7deg, 92.1%, 50.2%);--badge-yellow-bg: hsl(54.5deg, 91.7%, 95.3%);--badge-yellow-border: hsl(52.8deg, 98.3%, 76.9%);--badge-yellow-text: hsl(45.4deg, 93.4%, 47.5%);--badge-lime-bg: hsl(78.3deg, 92%, 95.1%);--badge-lime-border: hsl(80.9deg, 88.5%, 79.6%);--badge-lime-text: hsl(83.7deg, 80.5%, 44.3%);--badge-green-bg: hsl(138.5deg, 76.5%, 96.7%);--badge-green-border: hsl(141deg, 78.9%, 85.1%);--badge-green-text: hsl(142.1deg, 70.6%, 45.3%);--badge-emerald-bg: hsl(151.8deg, 81%, 95.9%);--badge-emerald-border: hsl(152.4deg, 76%, 80.4%);--badge-emerald-text: hsl(160.1deg, 84.1%, 39.4%);--badge-teal-bg: hsl(166.2deg, 76.5%, 96.7%);--badge-teal-border: hsl(168.4deg, 83.8%, 78.2%);--badge-teal-text: hsl(173.4deg, 80.4%, 40%);--badge-cyan-bg: hsl(183.2deg, 100%, 96.3%);--badge-cyan-border: hsl(186.2deg, 93.5%, 81.8%);--badge-cyan-text: hsl(188.7deg, 94.5%, 42.7%);--badge-sky-bg: hsl(204deg, 100%, 97.1%);--badge-sky-border: hsl(200.6deg, 94.4%, 86.1%);--badge-sky-text: hsl(198.6deg, 88.7%, 48.4%);--badge-blue-bg: hsl(213.8deg, 100%, 96.9%);--badge-blue-border: hsl(213.3deg, 96.9%, 87.3%);--badge-blue-text: hsl(217.2deg, 91.2%, 59.8%);--badge-indigo-bg: hsl(225.9deg, 100%, 96.7%);--badge-indigo-border: hsl(228deg, 96.5%, 88.8%);--badge-indigo-text: hsl(238.7deg, 83.5%, 66.7%);--badge-violet-bg: hsl(250deg, 100%, 97.6%);--badge-violet-border: hsl(250.5deg, 95.2%, 91.8%);--badge-violet-text: hsl(258.3deg, 89.5%, 66.3%);--badge-purple-bg: hsl(270deg, 100%, 98%);--badge-purple-border: hsl(268.6deg, 100%, 91.8%);--badge-purple-text: hsl(270.7deg, 91%, 65.1%);--badge-fuchsia-bg: hsl(289.1deg, 100%, 97.8%);--badge-fuchsia-border: hsl(288.3deg, 95.8%, 90.6%);--badge-fuchsia-text: hsl(292.2deg, 84.1%, 60.6%);--badge-pink-bg: hsl(327.3deg, 73.3%, 97.1%);--badge-pink-border: hsl(325.9deg, 84.6%, 89.8%);--badge-pink-text: hsl(330.4deg, 81.2%, 60.4%);--badge-rose-bg: hsl(355.7deg, 100%, 97.3%);--badge-rose-border: hsl(352.7deg, 96.1%, 90%);--badge-rose-text: hsl(349.7deg, 89.2%, 60.2%);--root-font-size: 10px}@supports (color: color(display-p3 0 0 0%)){:root:not(#\\#),:host:not(#\\#){--color-violet-500: rgb(141, 86, 255)}@media(color-gamut:p3){:root:not(#\\#),:host:not(#\\#){--color-violet-500: color(display-p3 .52337 .3296 .99088)}}}.pointer-events-none:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){pointer-events:none}.visible:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){visibility:visible}.sr-only:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap;border-width:0}.absolute:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){position:absolute}.relative:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){position:relative}.static:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){position:static}.inset-0:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){top:calc(var(--spacing) * 0);right:calc(var(--spacing) * 0);bottom:calc(var(--spacing) * 0);left:calc(var(--spacing) * 0)}.top-1\\/2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){top:50%}.top-16:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){top:calc(var(--spacing) * 16)}.right-16:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){right:calc(var(--spacing) * 16)}.left-10:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){left:calc(var(--spacing) * 10)}.left-14:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){left:calc(var(--spacing) * 14)}.z-1:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){z-index:1}.z-50:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){z-index:50}.container:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:100%}.m-0:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){margin:calc(var(--spacing) * 0)}.-mx-4:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){margin-left:calc(var(--spacing) * -4);margin-right:calc(var(--spacing) * -4)}.mx-4:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){margin-left:calc(var(--spacing) * 4);margin-right:calc(var(--spacing) * 4)}.my-4:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){margin-top:calc(var(--spacing) * 4);margin-bottom:calc(var(--spacing) * 4)}.-me-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){margin-right:calc(var(--spacing) * -2)}.me-6:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){margin-right:calc(var(--spacing) * 6)}.mt-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){margin-top:calc(var(--spacing) * 2)}.mt-10:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){margin-top:calc(var(--spacing) * 10)}.-mr-4:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){margin-right:calc(var(--spacing) * -4)}.-mr-6:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){margin-right:calc(var(--spacing) * -6)}.mr-4:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){margin-right:calc(var(--spacing) * 4)}.mb-16:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){margin-bottom:calc(var(--spacing) * 16)}.-ml-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){margin-left:calc(var(--spacing) * -2)}.ml-auto:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){margin-left:auto}.flex:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){display:flex}.grid:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){display:grid}.hidden:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){display:none}.inline:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){display:inline}.inline-flex:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){display:inline-flex}.table:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){display:table}.aspect-square:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){aspect-ratio:1 / 1}.size-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 2);height:calc(var(--spacing) * 2)}.size-6:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 6);height:calc(var(--spacing) * 6)}.size-8:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 8);height:calc(var(--spacing) * 8)}.size-10:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 10);height:calc(var(--spacing) * 10)}.size-11:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 11);height:calc(var(--spacing) * 11)}.size-14:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 14);height:calc(var(--spacing) * 14)}.size-16:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 16);height:calc(var(--spacing) * 16)}.size-18:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 18);height:calc(var(--spacing) * 18)}.size-22:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 22);height:calc(var(--spacing) * 22)}.size-24:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 24);height:calc(var(--spacing) * 24)}.size-28:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 28);height:calc(var(--spacing) * 28)}.size-34:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 34);height:calc(var(--spacing) * 34)}.size-40:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 40);height:calc(var(--spacing) * 40)}.size-44:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 44);height:calc(var(--spacing) * 44)}.h-10:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){height:calc(var(--spacing) * 10)}.h-12:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){height:calc(var(--spacing) * 12)}.h-14:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){height:calc(var(--spacing) * 14)}.h-16:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){height:calc(var(--spacing) * 16)}.h-20:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){height:calc(var(--spacing) * 20)}.h-22:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){height:calc(var(--spacing) * 22)}.h-24:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){height:calc(var(--spacing) * 24)}.h-26:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){height:calc(var(--spacing) * 26)}.h-28:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){height:calc(var(--spacing) * 28)}.h-32:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){height:calc(var(--spacing) * 32)}.h-36:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){height:calc(var(--spacing) * 36)}.h-40:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){height:calc(var(--spacing) * 40)}.h-\\[1px\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){height:1px}.h-full:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){height:100%}.h-px:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){height:1px}.h-screen:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){height:100vh}.max-h-256:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){max-height:calc(var(--spacing) * 256)}.max-h-300:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){max-height:calc(var(--spacing) * 300)}.max-h-fit:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){max-height:fit-content}.min-h-22:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){min-height:calc(var(--spacing) * 22)}.min-h-30:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){min-height:calc(var(--spacing) * 30)}.min-h-38:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){min-height:calc(var(--spacing) * 38)}.min-h-56:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){min-height:calc(var(--spacing) * 56)}.w-1:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 1)}.w-24:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 24)}.w-28:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 28)}.w-32:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:calc(var(--spacing) * 32)}.w-\\[1px\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:1px}.w-\\[20\\%\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:20%}.w-\\[60\\%\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:60%}.w-fit:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:fit-content}.w-full:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:100%}.w-max:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){width:max-content}.max-w-2xs:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){max-width:var(--container-2xs)}.max-w-xl:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){max-width:var(--container-xl)}.min-w-3xs:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){min-width:var(--container-3xs)}.min-w-16:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){min-width:calc(var(--spacing) * 16)}.min-w-20:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){min-width:calc(var(--spacing) * 20)}.min-w-24:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){min-width:calc(var(--spacing) * 24)}.min-w-28:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){min-width:calc(var(--spacing) * 28)}.min-w-100:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){min-width:calc(var(--spacing) * 100)}.min-w-120:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){min-width:calc(var(--spacing) * 120)}.min-w-288:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){min-width:calc(var(--spacing) * 288)}.min-w-lg:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){min-width:var(--container-lg)}.min-w-xs:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){min-width:var(--container-xs)}.flex-1:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){flex:1}.shrink-0:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){flex-shrink:0}.grow:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){flex-grow:1}.origin-\\(--radix-dropdown-menu-content-transform-origin\\):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){transform-origin:var(--radix-dropdown-menu-content-transform-origin)}.-translate-x-1:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-translate-x: calc(var(--spacing) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-1\\/2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-translate-y: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-\\[calc\\(50\\%\\+1px\\)\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-translate-y: calc((50% + 1px)*-1) ;translate:var(--tw-translate-x) var(--tw-translate-y)}.-rotate-45:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){rotate:-45deg}.transform:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.animate-none:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){animation:none}.animate-pulse:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){animation:var(--animate-pulse)}.cursor-default:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){cursor:default}.cursor-not-allowed:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){cursor:not-allowed}.cursor-pointer:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){cursor:pointer}.scroll-py-4:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){scroll-padding-block:calc(var(--spacing) * 4)}.flex-col:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){flex-direction:column}.flex-wrap:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){flex-wrap:wrap}.items-center:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){align-items:center}.items-stretch:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){align-items:stretch}.justify-between:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){justify-content:space-between}.justify-center:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){justify-content:center}.gap-0:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){gap:calc(var(--spacing) * 0)}.gap-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){gap:calc(var(--spacing) * 2)}.gap-3:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){gap:calc(var(--spacing) * 3)}.gap-4:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){gap:calc(var(--spacing) * 4)}.gap-5:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){gap:calc(var(--spacing) * 5)}.gap-6:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){gap:calc(var(--spacing) * 6)}.gap-8:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){gap:calc(var(--spacing) * 8)}.gap-10:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){gap:calc(var(--spacing) * 10)}.gap-12:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){gap:calc(var(--spacing) * 12)}.gap-16:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){gap:calc(var(--spacing) * 16)}.gap-28:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){gap:calc(var(--spacing) * 28)}.space-y-4:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){:where(&>:not(:last-child)):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-space-y-reverse: 0;margin-top:calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));margin-bottom:calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)))}}.space-y-12:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){:where(&>:not(:last-child)):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-space-y-reverse: 0;margin-top:calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));margin-bottom:calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)))}}.space-y-16:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){:where(&>:not(:last-child)):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-space-y-reverse: 0;margin-top:calc(calc(var(--spacing) * 16) * var(--tw-space-y-reverse));margin-bottom:calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-y-reverse)))}}.space-y-30:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){:where(&>:not(:last-child)):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-space-y-reverse: 0;margin-top:calc(calc(var(--spacing) * 30) * var(--tw-space-y-reverse));margin-bottom:calc(calc(var(--spacing) * 30) * calc(1 - var(--tw-space-y-reverse)))}}.-space-x-4:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){:where(&>:not(:last-child)):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-space-x-reverse: 0;margin-left:calc(calc(var(--spacing) * -4) * var(--tw-space-x-reverse));margin-right:calc(calc(var(--spacing) * -4) * calc(1 - var(--tw-space-x-reverse)))}}.overflow-hidden:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){overflow:hidden}.overflow-x-hidden:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){overflow-x:hidden}.overflow-y-auto:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){overflow-y:auto}.rounded-2xl:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-radius:var(--radius-2xl)}.rounded-\\[6px\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-radius:6px}.rounded-\\[8px\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-radius:8px}.rounded-full:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-radius:calc(infinity * 1px)}.rounded-lg:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-radius:var(--radius-lg)}.rounded-md:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-radius:var(--radius-md)}.rounded-none:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-radius:0}.rounded-sm:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-radius:var(--radius-sm)}.rounded-xl:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-radius:var(--radius-xl)}.rounded-t-xl:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-top-left-radius:var(--radius-xl);border-top-right-radius:var(--radius-xl)}.rounded-r-full:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-top-right-radius:calc(infinity * 1px);border-bottom-right-radius:calc(infinity * 1px)}.rounded-b-xl:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-bottom-right-radius:var(--radius-xl);border-bottom-left-radius:var(--radius-xl)}.rounded-bl-\\[3px\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-bottom-left-radius:3px}.border:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-style:var(--tw-border-style);border-width:1px}.border-0:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-style:var(--tw-border-style);border-width:0px}.border-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-style:var(--tw-border-style);border-width:2px}.border-t:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-top-style:var(--tw-border-style);border-top-width:1px}.border-b:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-0:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-bottom-style:var(--tw-border-style);border-bottom-width:0px}.border-b-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.border-none:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-border-style: none;border-style:none}.ui-badge-amber:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-amber-text);border-color:var(--badge-amber-border);background-color:var(--badge-amber-bg)}.ui-badge-blue:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-blue-text);border-color:var(--badge-blue-border);background-color:var(--badge-blue-bg)}.ui-badge-cyan:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-cyan-text);border-color:var(--badge-cyan-border);background-color:var(--badge-cyan-bg)}.ui-badge-emerald:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-emerald-text);border-color:var(--badge-emerald-border);background-color:var(--badge-emerald-bg)}.ui-badge-fuchsia:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-fuchsia-text);border-color:var(--badge-fuchsia-border);background-color:var(--badge-fuchsia-bg)}.ui-badge-green:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-green-text);border-color:var(--badge-green-border);background-color:var(--badge-green-bg)}.ui-badge-indigo:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-indigo-text);border-color:var(--badge-indigo-border);background-color:var(--badge-indigo-bg)}.ui-badge-lime:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-lime-text);border-color:var(--badge-lime-border);background-color:var(--badge-lime-bg)}.ui-badge-orange:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-orange-text);border-color:var(--badge-orange-border);background-color:var(--badge-orange-bg)}.ui-badge-pink:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-pink-text);border-color:var(--badge-pink-border);background-color:var(--badge-pink-bg)}.ui-badge-purple:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-purple-text);border-color:var(--badge-purple-border);background-color:var(--badge-purple-bg)}.ui-badge-red:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-red-text);border-color:var(--badge-red-border);background-color:var(--badge-red-bg)}.ui-badge-rose:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-rose-text);border-color:var(--badge-rose-border);background-color:var(--badge-rose-bg)}.ui-badge-sky:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-sky-text);border-color:var(--badge-sky-border);background-color:var(--badge-sky-bg)}.ui-badge-slate:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-slate-text);border-color:var(--badge-slate-border);background-color:var(--badge-slate-bg)}.ui-badge-teal:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-teal-text);border-color:var(--badge-teal-border);background-color:var(--badge-teal-bg)}.ui-badge-violet:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-violet-text);border-color:var(--badge-violet-border);background-color:var(--badge-violet-bg)}.ui-badge-yellow:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--badge-yellow-text);border-color:var(--badge-yellow-border);background-color:var(--badge-yellow-bg)}.border-blue-100:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-blue-100)}.border-error-base:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-error-base)}.border-green-100:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-green-100)}.border-primary-base:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-primary-base)}.border-red-100:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-red-100)}.border-stone-50:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-stone-50)}.border-stone-200:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-stone-200)}.border-stroke-antd:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-stroke-antd)}.border-stroke-soft:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-stroke-soft)}.border-stroke-sub:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-stroke-sub)}.border-transparent:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:transparent}.border-violet-100:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-violet-100)}.border-yellow-100:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-yellow-100)}.bg-\\[\\#f0f2f5\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:#f0f2f5}.bg-\\[currentColor\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:currentColor}.bg-bg-antd:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-bg-antd)}.bg-bg-soft:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-bg-soft)}.bg-bg-strong:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-bg-strong)}.bg-bg-weak:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-bg-weak)}.bg-bg-white:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-bg-white)}.bg-blue-50:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-blue-50)}.bg-blue-500:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-blue-500)}.bg-blue-600:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-blue-600)}.bg-error-base:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-error-base)}.bg-gray-200:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-gray-200)}.bg-green-50:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-green-50)}.bg-green-500:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-green-500)}.bg-green-600:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-green-600)}.bg-orange-500:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-orange-500)}.bg-pink-500:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-pink-500)}.bg-primary-alpha-10:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-primary-alpha-10)}.bg-primary-base:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-primary-base)}.bg-purple-300:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-purple-300)}.bg-red-50:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-red-50)}.bg-red-500:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-red-500)}.bg-red-600:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-red-600)}.bg-red-alpha-10:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-red-alpha-10)}.bg-stone-100:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-stone-100)}.bg-stroke-soft:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-stroke-soft)}.bg-teal-500:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-teal-500)}.bg-transparent:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:transparent}.bg-transparent\\!:not(#\\#){background-color:transparent!important}.bg-violet-50:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-violet-50)}.bg-violet-500:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-violet-500)}.bg-yellow-50:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-yellow-50)}.bg-yellow-500:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-yellow-500)}.bg-yellow-600:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-yellow-600)}.bg-zinc-400:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-zinc-400)}.fill-current:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){fill:currentcolor}.p-0:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding:calc(var(--spacing) * 0)}.p-0\\!:not(#\\#){padding:calc(var(--spacing) * 0)!important}.p-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding:calc(var(--spacing) * 2)}.p-4:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding:calc(var(--spacing) * 4)}.p-6:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding:calc(var(--spacing) * 6)}.p-8:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding:calc(var(--spacing) * 8)}.p-12:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding:calc(var(--spacing) * 12)}.p-16:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding:calc(var(--spacing) * 16)}.p-20:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding:calc(var(--spacing) * 20)}.px-0:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-left:calc(var(--spacing) * 0);padding-right:calc(var(--spacing) * 0)}.px-4:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-left:calc(var(--spacing) * 4);padding-right:calc(var(--spacing) * 4)}.px-6:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-left:calc(var(--spacing) * 6);padding-right:calc(var(--spacing) * 6)}.px-8:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-left:calc(var(--spacing) * 8);padding-right:calc(var(--spacing) * 8)}.px-10:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-left:calc(var(--spacing) * 10);padding-right:calc(var(--spacing) * 10)}.px-12:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-left:calc(var(--spacing) * 12);padding-right:calc(var(--spacing) * 12)}.px-14:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-left:calc(var(--spacing) * 14);padding-right:calc(var(--spacing) * 14)}.px-16:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-left:calc(var(--spacing) * 16);padding-right:calc(var(--spacing) * 16)}.px-\\[5\\.2px\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-left:5.2px;padding-right:5.2px}.px-\\[7\\.2px\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-left:7.2px;padding-right:7.2px}.py-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-top:calc(var(--spacing) * 2);padding-bottom:calc(var(--spacing) * 2)}.py-4:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-top:calc(var(--spacing) * 4);padding-bottom:calc(var(--spacing) * 4)}.py-6:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-top:calc(var(--spacing) * 6);padding-bottom:calc(var(--spacing) * 6)}.py-8:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-top:calc(var(--spacing) * 8);padding-bottom:calc(var(--spacing) * 8)}.py-10:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-top:calc(var(--spacing) * 10);padding-bottom:calc(var(--spacing) * 10)}.py-12:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-top:calc(var(--spacing) * 12);padding-bottom:calc(var(--spacing) * 12)}.py-16:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-top:calc(var(--spacing) * 16);padding-bottom:calc(var(--spacing) * 16)}.py-24:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-top:calc(var(--spacing) * 24);padding-bottom:calc(var(--spacing) * 24)}.ps-10:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-left:calc(var(--spacing) * 10)}.pe-6:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-right:calc(var(--spacing) * 6)}.pt-6:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-top:calc(var(--spacing) * 6)}.pt-10:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-top:calc(var(--spacing) * 10)}.pt-12:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-top:calc(var(--spacing) * 12)}.pt-16:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-top:calc(var(--spacing) * 16)}.pr-6:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-right:calc(var(--spacing) * 6)}.pb-0:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-bottom:calc(var(--spacing) * 0)}.pb-5:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-bottom:calc(var(--spacing) * 5)}.pb-8:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-bottom:calc(var(--spacing) * 8)}.pb-10:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-bottom:calc(var(--spacing) * 10)}.pl-38:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-left:calc(var(--spacing) * 38)}.text-center:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){text-align:center}.text-label-lg:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-label-lg);line-height:var(--tw-leading, var(--text-label-lg--line-height));letter-spacing:var(--tw-tracking, var(--text-label-lg--letter-spacing));font-weight:var(--tw-font-weight, var(--text-label-lg--font-weight))}.text-label-md:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-label-md);line-height:var(--tw-leading, var(--text-label-md--line-height));letter-spacing:var(--tw-tracking, var(--text-label-md--letter-spacing));font-weight:var(--tw-font-weight, var(--text-label-md--font-weight))}.text-label-sm:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-label-sm);line-height:var(--tw-leading, var(--text-label-sm--line-height));letter-spacing:var(--tw-tracking, var(--text-label-sm--letter-spacing));font-weight:var(--tw-font-weight, var(--text-label-sm--font-weight))}.text-label-xs:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-label-xs);line-height:var(--tw-leading, var(--text-label-xs--line-height));letter-spacing:var(--tw-tracking, var(--text-label-xs--letter-spacing));font-weight:var(--tw-font-weight, var(--text-label-xs--font-weight))}.text-paragraph-sm:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-paragraph-sm);line-height:var(--tw-leading, var(--text-paragraph-sm--line-height));letter-spacing:var(--tw-tracking, var(--text-paragraph-sm--letter-spacing));font-weight:var(--tw-font-weight, var(--text-paragraph-sm--font-weight))}.text-paragraph-xs:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-paragraph-xs);line-height:var(--tw-leading, var(--text-paragraph-xs--line-height));letter-spacing:var(--tw-tracking, var(--text-paragraph-xs--letter-spacing));font-weight:var(--tw-font-weight, var(--text-paragraph-xs--font-weight))}.text-title-h1:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-title-h1);line-height:var(--tw-leading, var(--text-title-h1--line-height));letter-spacing:var(--tw-tracking, var(--text-title-h1--letter-spacing));font-weight:var(--tw-font-weight, var(--text-title-h1--font-weight))}.text-\\[10px\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:10px}.text-\\[12px\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:12px}.text-\\[13px\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:13px}.text-\\[14px\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:14px}.text-\\[16px\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:16px}.leading-12:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-leading: calc(var(--spacing) * 12);line-height:calc(var(--spacing) * 12)}.leading-14:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-leading: calc(var(--spacing) * 14);line-height:calc(var(--spacing) * 14)}.leading-16:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-leading: calc(var(--spacing) * 16);line-height:calc(var(--spacing) * 16)}.leading-none:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-leading: 1;line-height:1}.leading-none\\!:not(#\\#){--tw-leading: 1 !important;line-height:1!important}.font-medium:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-font-weight: var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-font-weight: var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-tight:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-tracking: var(--tracking-tight);letter-spacing:var(--tracking-tight)}.tracking-widest:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-tracking: var(--tracking-widest);letter-spacing:var(--tracking-widest)}.whitespace-nowrap:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){white-space:nowrap}.text-blue-700:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-blue-700)}.text-error-base:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-error-base)}.text-gray-700:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-gray-700)}.text-green-500:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-green-500)}.text-green-700:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-green-700)}.text-primary-base:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-primary-base)}.text-red-700:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-red-700)}.text-static-white:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-static-white)}.text-text-soft:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-text-soft)}.text-text-strong:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-text-strong)}.text-text-sub:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-text-sub)}.text-text-white:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-text-white)}.text-transparent:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:transparent}.text-violet-500:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-violet-500)}.text-violet-700:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-violet-700)}.text-yellow-500:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-yellow-500)}.text-yellow-700:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-yellow-700)}.tabular-nums:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-numeric-spacing: tabular-nums;font-feature-settings:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.opacity-0:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){opacity:0}.opacity-50:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){opacity:.5}.opacity-60:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){opacity:.6}.opacity-75:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){opacity:.75}.opacity-100:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){opacity:1}.shadow-regular-md:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-shadow: 0 16px 32px -12px var(--tw-shadow-color, #0e121b1a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-1:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-stroke-soft:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-color: var(--color-stroke-soft)}.ring-transparent:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-color: transparent}.ring-offset-1:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-offset-width: 1px;--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}.outline:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){outline-style:var(--tw-outline-style);outline-width:1px}.outline-0:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){outline-style:var(--tw-outline-style);outline-width:0px}.filter:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.transition-all:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){transition-property:all;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.transition-colors:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.duration-200:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-duration: .2s;transition-duration:.2s}.ease-out:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ease: var(--ease-out);transition-timing-function:var(--ease-out)}.outline-none:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-outline-style: none;outline-style:none}.select-none:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){-webkit-user-select:none;user-select:none}.\\[clip-path\\:polygon\\(0_100\\%\\,0_0\\,100\\%_100\\%\\)\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){-webkit-clip-path:polygon(0 100%,0 0,100% 100%);clip-path:polygon(0 100%,0 0,100% 100%)}.ring-inset:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-inset: inset}.group-aria-selected\\:text-text-sub:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){[aria-selected=true]:where(.group):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) *&{color:var(--color-text-sub)}}.group-data-disabled\\/item\\:text-text-disabled:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){[data-disabled]:where(.group\\/item):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) *&{color:var(--color-text-disabled)}}.group-data-\\[selected\\=true\\]\\:opacity-100:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){[data-selected=true]:where(.group):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) *&{opacity:1}}.first\\:border-l:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:first-child:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-left-style:var(--tw-border-style);border-left-width:1px}}.last\\:rounded-b-xl:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:last-child:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-bottom-right-radius:var(--radius-xl);border-bottom-left-radius:var(--radius-xl)}}.last\\:border-r:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:last-child:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-right-style:var(--tw-border-style);border-right-width:1px}}.hover\\:border-error-light:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:hover:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-error-light)}}.hover\\:border-primary-alpha-16:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:hover:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-primary-alpha-16)}}.hover\\:border-stroke-soft:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:hover:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-stroke-soft)}}.hover\\:bg-bg-surface:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:hover:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-bg-surface)}}.hover\\:bg-bg-weak:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:hover:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-bg-weak)}}.hover\\:bg-primary-alpha-10:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:hover:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-primary-alpha-10)}}.hover\\:bg-primary-darker:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:hover:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-primary-darker)}}.hover\\:bg-red-700:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:hover:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-red-700)}}.hover\\:bg-red-alpha-10:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:hover:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-red-alpha-10)}}.hover\\:text-text-strong:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:hover:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-text-strong)}}.hover\\:underline:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:hover:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){-webkit-text-decoration-line:underline;text-decoration-line:underline}}.hover\\:opacity-100:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:hover:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){opacity:1}}.hover\\:ring-transparent:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:hover:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-color: transparent}}.focus\\:ring-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:focus:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}.focus\\:ring-primary-base:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:focus:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-color: var(--color-primary-base)}}.focus\\:ring-offset-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:focus:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-offset-width: 2px;--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}}.focus\\:outline-hidden:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:focus:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-outline-style: none;outline-style:none}}.focus\\:outline-none:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:focus:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-outline-style: none;outline-style:none}}.focus-visible\\:bg-bg-white:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:focus-visible:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-bg-white)}}.focus-visible\\:text-text-strong:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:focus-visible:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-text-strong)}}.focus-visible\\:ring-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:focus-visible:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}.focus-visible\\:ring-error-base:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:focus-visible:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-color: var(--color-error-base)}}.focus-visible\\:ring-primary-base:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:focus-visible:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-color: var(--color-primary-base)}}.focus-visible\\:ring-offset-1:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:focus-visible:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-offset-width: 1px;--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}}.focus-visible\\:ring-offset-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:focus-visible:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-offset-width: 2px;--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}}.focus-visible\\:outline-hidden:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:focus-visible:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-outline-style: none;outline-style:none}}.focus-visible\\:outline-offset-0:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:focus-visible:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){outline-offset:0px}}.active\\:scale-\\[0\\.98\\]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&.active:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){scale:.98}}.active\\:border-error-light:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&.active:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-error-light)}}.active\\:border-primary-alpha-16:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&.active:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-primary-alpha-16)}}.active\\:border-stroke-soft:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&.active:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-stroke-soft)}}.active\\:bg-bg-surface:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&.active:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-bg-surface)}}.active\\:bg-bg-weak:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&.active:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-bg-weak)}}.active\\:bg-primary-alpha-10:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&.active:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-primary-alpha-10)}}.active\\:bg-primary-darker:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&.active:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-primary-darker)}}.active\\:bg-red-700:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&.active:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-red-700)}}.active\\:bg-red-alpha-10:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&.active:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-red-alpha-10)}}.active\\:ring-transparent:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&.active:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-color: transparent}}.disabled\\:pointer-events-none:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:disabled:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){pointer-events:none}}.disabled\\:cursor-not-allowed:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:disabled:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){cursor:not-allowed}}.disabled\\:text-text-disabled:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:disabled:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-text-disabled)}}.disabled\\:opacity-50:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:disabled:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){opacity:.5}}.disabled\\:ring-transparent:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:disabled:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-color: transparent}}.data-disabled\\:pointer-events-none:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-disabled]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){pointer-events:none}}.data-disabled\\:text-text-disabled:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-disabled]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-text-disabled)}}.data-disabled\\:opacity-50:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-disabled]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){opacity:.5}}.data-disabled\\:ring-transparent:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-disabled]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-ring-color: transparent}}.data-highlighted\\:bg-bg-weak:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-highlighted]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-bg-weak)}}.data-highlighted\\:bg-red-50:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-highlighted]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-red-50)}}.data-\\[disabled\\=true\\]\\:pointer-events-none:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-disabled=true]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){pointer-events:none}}.data-\\[disabled\\=true\\]\\:opacity-50:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-disabled=true]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){opacity:.5}}.data-\\[selected\\=true\\]\\:bg-bg-weak:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-selected=true]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-bg-weak)}}.data-\\[selected\\=true\\]\\:text-text-strong:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-selected=true]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-text-strong)}}.data-\\[side\\=bottom\\]\\:origin-top:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-side=bottom]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){transform-origin:top}}.data-\\[side\\=bottom\\]\\:slide-in-from-top-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-side=bottom]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-enter-translate-y: calc(2*var(--spacing)*-1)}}.data-\\[side\\=left\\]\\:origin-right:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-side=left]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){transform-origin:100%}}.data-\\[side\\=left\\]\\:slide-in-from-right-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-side=left]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-enter-translate-x: calc(2*var(--spacing))}}.data-\\[side\\=right\\]\\:origin-left:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-side=right]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){transform-origin:0}}.data-\\[side\\=right\\]\\:slide-in-from-left-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-side=right]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-enter-translate-x: calc(2*var(--spacing)*-1)}}.data-\\[side\\=top\\]\\:origin-bottom:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-side=top]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){transform-origin:bottom}}.data-\\[side\\=top\\]\\:slide-in-from-bottom-2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-side=top]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-enter-translate-y: calc(2*var(--spacing))}}.data-\\[state\\=active\\]\\:border-primary-base:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-state=active]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-color:var(--color-primary-base)}}.data-\\[state\\=active\\]\\:bg-bg-antd:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-state=active]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-bg-antd)}}.data-\\[state\\=active\\]\\:bg-bg-white:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-state=active]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-bg-white)}}.data-\\[state\\=active\\]\\:text-primary-base:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-state=active]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-primary-base)}}.data-\\[state\\=active\\]\\:text-text-strong:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-state=active]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-text-strong)}}.data-\\[state\\=checked\\]\\:opacity-100:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-state=checked]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){opacity:1}}.data-\\[state\\=closed\\]\\:animate-out:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-state=closed]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){animation:exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}}.data-\\[state\\=closed\\]\\:fade-out-0:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-state=closed]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-exit-opacity: 0 ;--tw-exit-opacity: 0}}.data-\\[state\\=closed\\]\\:zoom-out-95:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-state=closed]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-exit-scale: 95% ;--tw-exit-scale: .95}}.data-\\[state\\=open\\]\\:animate-in:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-state=open]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}}.data-\\[state\\=open\\]\\:bg-bg-weak:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-state=open]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){background-color:var(--color-bg-weak)}}.data-\\[state\\=open\\]\\:fade-in-0:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-state=open]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-enter-opacity: 0 ;--tw-enter-opacity: 0}}.data-\\[state\\=open\\]\\:zoom-in-95:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-state=open]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--tw-enter-scale: 95% ;--tw-enter-scale: .95}}.\\[\\&_\\.ant-pagination-total-text\\]\\:mr-auto:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) .ant-pagination-total-text{margin-right:auto}}.\\[\\&_\\.ant-picker-panel\\>\\*\\]\\:min-w-272:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) .ant-picker-panel>*{min-width:calc(var(--spacing) * 272)}}.\\[\\&_\\.ant-picker-panel\\>\\*\\]\\:min-w-288:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) .ant-picker-panel>*{min-width:calc(var(--spacing) * 288)}}.\\[\\&_\\.ant-picker-panel\\>\\*\\]\\:min-w-401:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) .ant-picker-panel>*{min-width:calc(var(--spacing) * 401)}}.\\[\\&_\\.ant-picker-panels\\]\\:gap-8:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) .ant-picker-panels{gap:calc(var(--spacing) * 8)}}.\\[\\&_button\\]\\:opacity-65:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) button{opacity:.65}}.\\[\\&_svg\\]\\:pointer-events-none:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) svg{pointer-events:none}}.\\[\\&_svg\\]\\:-ms-px:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) svg{margin-left:-1px}}.\\[\\&_svg\\]\\:size-12:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) svg{width:calc(var(--spacing) * 12);height:calc(var(--spacing) * 12)}}.\\[\\&_svg\\]\\:size-14:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) svg{width:calc(var(--spacing) * 14);height:calc(var(--spacing) * 14)}}.\\[\\&_svg\\]\\:size-16:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) svg{width:calc(var(--spacing) * 16);height:calc(var(--spacing) * 16)}}.\\[\\&_svg\\]\\:size-18:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) svg{width:calc(var(--spacing) * 18);height:calc(var(--spacing) * 18)}}.\\[\\&_svg\\]\\:size-20:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) svg{width:calc(var(--spacing) * 20);height:calc(var(--spacing) * 20)}}.\\[\\&_svg\\]\\:size-24:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) svg{width:calc(var(--spacing) * 24);height:calc(var(--spacing) * 24)}}.\\[\\&_svg\\]\\:shrink-0:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) svg{flex-shrink:0}}.\\[\\&_svg\\]\\:text-text-soft:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) svg{color:var(--color-text-soft)}}.\\[\\&\\:hover_svg\\]\\:text-primary-base:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:hover:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) svg{color:var(--color-primary-base)}}.\\*\\*\\:\\[\\[cmdk-group-heading\\]\\]\\:px-8:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) *{&[cmdk-group-heading]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-left:calc(var(--spacing) * 8);padding-right:calc(var(--spacing) * 8)}}}.\\*\\*\\:\\[\\[cmdk-group-heading\\]\\]\\:py-6:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) *{&[cmdk-group-heading]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){padding-top:calc(var(--spacing) * 6);padding-bottom:calc(var(--spacing) * 6)}}}.\\*\\*\\:\\[\\[cmdk-group-heading\\]\\]\\:text-label-xs:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) *{&[cmdk-group-heading]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-label-xs);line-height:var(--tw-leading, var(--text-label-xs--line-height));letter-spacing:var(--tw-tracking, var(--text-label-xs--letter-spacing));font-weight:var(--tw-font-weight, var(--text-label-xs--font-weight))}}}.\\*\\*\\:\\[\\[cmdk-group-heading\\]\\]\\:text-text-soft:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) *{&[cmdk-group-heading]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){color:var(--color-text-soft)}}}.\\*\\*\\:\\[\\[role\\=tab\\]\\]\\:rounded-full:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) *{&[role=tab]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){border-radius:calc(infinity * 1px)}}}.\\[\\&\\>svg\\]\\:size-14\\!:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#)>svg{width:calc(var(--spacing) * 14)!important;height:calc(var(--spacing) * 14)!important}}.\\[\\&\\>svg\\]\\:opacity-100\\!:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&:not(#\\#)>svg{opacity:1!important}}.\\[\\&\\[data-state\\=active\\]_svg\\]\\:text-primary-base:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){&[data-state=active]:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) svg{color:var(--color-primary-base)}}@property --tw-animation-delay{syntax: "*"; inherits: false; initial-value: 0s;}@property --tw-animation-direction{syntax: "*"; inherits: false; initial-value: normal;}@property --tw-animation-duration{syntax: "*"; inherits: false;}@property --tw-animation-fill-mode{syntax: "*"; inherits: false; initial-value: none;}@property --tw-animation-iteration-count{syntax: "*"; inherits: false; initial-value: 1;}@property --tw-enter-blur{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-enter-opacity{syntax: "*"; inherits: false; initial-value: 1;}@property --tw-enter-rotate{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-enter-scale{syntax: "*"; inherits: false; initial-value: 1;}@property --tw-enter-translate-x{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-enter-translate-y{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-exit-blur{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-exit-opacity{syntax: "*"; inherits: false; initial-value: 1;}@property --tw-exit-rotate{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-exit-scale{syntax: "*"; inherits: false; initial-value: 1;}@property --tw-exit-translate-x{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-exit-translate-y{syntax: "*"; inherits: false; initial-value: 0;}.text-title-h1:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-title-h1);line-height:var(--text-title-h1--line-height);letter-spacing:var(--text-title-h1--letter-spacing);font-weight:var(--text-title-h1--font-weight)}.text-title-h2:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-title-h2);line-height:var(--text-title-h2--line-height);letter-spacing:var(--text-title-h2--letter-spacing);font-weight:var(--text-title-h2--font-weight)}.text-title-h3:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-title-h3);line-height:var(--text-title-h3--line-height);letter-spacing:var(--text-title-h3--letter-spacing);font-weight:var(--text-title-h3--font-weight)}.text-title-h4:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-title-h4);line-height:var(--text-title-h4--line-height);letter-spacing:var(--text-title-h4--letter-spacing);font-weight:var(--text-title-h4--font-weight)}.text-title-h5:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-title-h5);line-height:var(--text-title-h5--line-height);letter-spacing:var(--text-title-h5--letter-spacing);font-weight:var(--text-title-h5--font-weight)}.text-title-h6:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-title-h6);line-height:var(--text-title-h6--line-height);letter-spacing:var(--text-title-h6--letter-spacing);font-weight:var(--text-title-h6--font-weight)}.text-label-xl:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-label-xl);line-height:var(--text-label-xl--line-height);letter-spacing:var(--text-label-xl--letter-spacing);font-weight:var(--text-label-xl--font-weight)}.text-label-lg:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-label-lg);line-height:var(--text-label-lg--line-height);letter-spacing:var(--text-label-lg--letter-spacing);font-weight:var(--text-label-lg--font-weight)}.text-label-md:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-label-md);line-height:var(--text-label-md--line-height);letter-spacing:var(--text-label-md--letter-spacing);font-weight:var(--text-label-md--font-weight)}.text-label-sm:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-label-sm);line-height:var(--text-label-sm--line-height);letter-spacing:var(--text-label-sm--letter-spacing);font-weight:var(--text-label-sm--font-weight)}.text-label-xs:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-label-xs);line-height:var(--text-label-xs--line-height);letter-spacing:var(--text-label-xs--letter-spacing);font-weight:var(--text-label-xs--font-weight)}.text-paragraph-xl:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-paragraph-xl);line-height:var(--text-paragraph-xl--line-height);letter-spacing:var(--text-paragraph-xl--letter-spacing);font-weight:var(--text-paragraph-xl--font-weight)}.text-paragraph-lg:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-paragraph-lg);line-height:var(--text-paragraph-lg--line-height);letter-spacing:var(--text-paragraph-lg--letter-spacing);font-weight:var(--text-paragraph-lg--font-weight)}.text-paragraph-md:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-paragraph-md);line-height:var(--text-paragraph-md--line-height);letter-spacing:var(--text-paragraph-md--letter-spacing);font-weight:var(--text-paragraph-md--font-weight)}.text-paragraph-sm:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-paragraph-sm);line-height:var(--text-paragraph-sm--line-height);letter-spacing:var(--text-paragraph-sm--letter-spacing);font-weight:var(--text-paragraph-sm--font-weight)}.text-paragraph-xs:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-paragraph-xs);line-height:var(--text-paragraph-xs--line-height);letter-spacing:var(--text-paragraph-xs--letter-spacing);font-weight:var(--text-paragraph-xs--font-weight)}.text-subheading-md:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-subheading-md);line-height:var(--text-subheading-md--line-height);letter-spacing:var(--text-subheading-md--letter-spacing);font-weight:var(--text-subheading-md--font-weight)}.text-subheading-sm:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-subheading-sm);line-height:var(--text-subheading-sm--line-height);letter-spacing:var(--text-subheading-sm--letter-spacing);font-weight:var(--text-subheading-sm--font-weight)}.text-subheading-xs:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-subheading-xs);line-height:var(--text-subheading-xs--line-height);letter-spacing:var(--text-subheading-xs--letter-spacing);font-weight:var(--text-subheading-xs--font-weight)}.text-subheading-2xs:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){font-size:var(--text-subheading-2xs);line-height:var(--text-subheading-2xs--line-height);letter-spacing:var(--text-subheading-2xs--letter-spacing);font-weight:var(--text-subheading-2xs--font-weight)}*:not(#\\#):not(#\\#),:not(#\\#):not(#\\#):before,:not(#\\#):not(#\\#):after{box-sizing:border-box}button:not(#\\#):not(#\\#),input:not(#\\#):not(#\\#),optgroup:not(#\\#):not(#\\#),select:not(#\\#):not(#\\#),textarea:not(#\\#):not(#\\#){font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;letter-spacing:inherit;color:inherit}button:not(#\\#):not(#\\#),[role=button]:not(#\\#):not(#\\#){cursor:pointer}html:not(#\\#):not(#\\#),:root:not(#\\#):not(#\\#){font-size:var(--root-font-size);font-weight:400;font-family:system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif,"apple color emoji","segoe ui emoji",segoe ui symbol;line-height:1.5;font-feature-settings:normal;font-synthesis:none;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}:root:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){--antd-border-secondary: var(--ant-color-border-secondary, #f0f0f0)}.lucide:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){stroke-width:1.5;&:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#) *{vector-effect:non-scaling-stroke}}.data-filter:not(#\\#):not(#\\#):not(#\\#):not(#\\#):not(#\\#){margin:0;font-size:1.4rem;font-weight:400;font-family:system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif,"apple color emoji","segoe ui emoji",segoe ui symbol;line-height:1.5;font-feature-settings:normal;font-synthesis:none;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;background-color:var(--color-white);color:var(--color-text-strong)}@property --tw-translate-x{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-translate-y{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-translate-z{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-rotate-x{syntax: "*"; inherits: false;}@property --tw-rotate-y{syntax: "*"; inherits: false;}@property --tw-rotate-z{syntax: "*"; inherits: false;}@property --tw-skew-x{syntax: "*"; inherits: false;}@property --tw-skew-y{syntax: "*"; inherits: false;}@property --tw-space-y-reverse{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-space-x-reverse{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-leading{syntax: "*"; inherits: false;}@property --tw-font-weight{syntax: "*"; inherits: false;}@property --tw-tracking{syntax: "*"; inherits: false;}@property --tw-ordinal{syntax: "*"; inherits: false;}@property --tw-slashed-zero{syntax: "*"; inherits: false;}@property --tw-numeric-figure{syntax: "*"; inherits: false;}@property --tw-numeric-spacing{syntax: "*"; inherits: false;}@property --tw-numeric-fraction{syntax: "*"; inherits: false;}@property --tw-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-shadow-color{syntax: "*"; inherits: false;}@property --tw-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-inset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-shadow-color{syntax: "*"; inherits: false;}@property --tw-inset-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-ring-color{syntax: "*"; inherits: false;}@property --tw-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-ring-color{syntax: "*"; inherits: false;}@property --tw-inset-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-ring-inset{syntax: "*"; inherits: false;}@property --tw-ring-offset-width{syntax: "<length>"; inherits: false; initial-value: 0px;}@property --tw-ring-offset-color{syntax: "*"; inherits: false; initial-value: #fff;}@property --tw-ring-offset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-outline-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-blur{syntax: "*"; inherits: false;}@property --tw-brightness{syntax: "*"; inherits: false;}@property --tw-contrast{syntax: "*"; inherits: false;}@property --tw-grayscale{syntax: "*"; inherits: false;}@property --tw-hue-rotate{syntax: "*"; inherits: false;}@property --tw-invert{syntax: "*"; inherits: false;}@property --tw-opacity{syntax: "*"; inherits: false;}@property --tw-saturate{syntax: "*"; inherits: false;}@property --tw-sepia{syntax: "*"; inherits: false;}@property --tw-drop-shadow{syntax: "*"; inherits: false;}@property --tw-drop-shadow-color{syntax: "*"; inherits: false;}@property --tw-drop-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-drop-shadow-size{syntax: "*"; inherits: false;}@property --tw-duration{syntax: "*"; inherits: false;}@property --tw-ease{syntax: "*"; inherits: false;}@keyframes pulse{50%{opacity:.5}}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0));filter:blur(var(--tw-enter-blur,0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0));filter:blur(var(--tw-exit-blur,0))}}@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x: 0;--tw-translate-y: 0;--tw-translate-z: 0;--tw-rotate-x: initial;--tw-rotate-y: initial;--tw-rotate-z: initial;--tw-skew-x: initial;--tw-skew-y: initial;--tw-space-y-reverse: 0;--tw-space-x-reverse: 0;--tw-border-style: solid;--tw-leading: initial;--tw-font-weight: initial;--tw-tracking: initial;--tw-ordinal: initial;--tw-slashed-zero: initial;--tw-numeric-figure: initial;--tw-numeric-spacing: initial;--tw-numeric-fraction: initial;--tw-shadow: 0 0 #0000;--tw-shadow-color: initial;--tw-shadow-alpha: 100%;--tw-inset-shadow: 0 0 #0000;--tw-inset-shadow-color: initial;--tw-inset-shadow-alpha: 100%;--tw-ring-color: initial;--tw-ring-shadow: 0 0 #0000;--tw-inset-ring-color: initial;--tw-inset-ring-shadow: 0 0 #0000;--tw-ring-inset: initial;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-offset-shadow: 0 0 #0000;--tw-outline-style: solid;--tw-blur: initial;--tw-brightness: initial;--tw-contrast: initial;--tw-grayscale: initial;--tw-hue-rotate: initial;--tw-invert: initial;--tw-opacity: initial;--tw-saturate: initial;--tw-sepia: initial;--tw-drop-shadow: initial;--tw-drop-shadow-color: initial;--tw-drop-shadow-alpha: 100%;--tw-drop-shadow-size: initial;--tw-duration: initial;--tw-ease: initial;--tw-animation-delay: 0s;--tw-animation-direction: normal;--tw-animation-duration: initial;--tw-animation-fill-mode: none;--tw-animation-iteration-count: 1;--tw-enter-blur: 0;--tw-enter-opacity: 1;--tw-enter-rotate: 0;--tw-enter-scale: 1;--tw-enter-translate-x: 0;--tw-enter-translate-y: 0;--tw-exit-blur: 0;--tw-exit-opacity: 1;--tw-exit-rotate: 0;--tw-exit-scale: 1;--tw-exit-translate-x: 0;--tw-exit-translate-y: 0}}
2
- `);var B=({className:t,orientation:o="horizontal",decorative:n=true,...e})=>jsx(Separator.Root,{decorative:n,orientation:o,className:f("shrink-0 bg-stroke-soft",o==="horizontal"?"h-[1px] w-full":"h-full w-[1px]",t),...e});B.displayName=Separator.Root.displayName;function Nt({title:t,onBack:o}){return jsxs("div",{className:"relative flex items-center justify-between border-b border-stroke-soft px-12 pt-6 pb-5",children:[jsx("button",{className:K({className:"-ml-2 size-24 shrink-0 rounded-xl border-0 text-text-sub hover:bg-bg-weak hover:text-text-strong focus-visible:outline-offset-0 active:bg-bg-weak"}),onClick:o,children:jsx(z,{className:"size-16"})}),jsx("span",{className:"text-label-sm",children:t}),jsx("span",{className:"w-24 shrink-0"})]})}var Vt={filter:"Add Filters",search_keywords:"Search...",no_results:"No results",to:"to",input_number:"Input Number",min:"Min",max:"Max",apply:"Apply Filter",clear:"Clear Filter",clear_all:"Clear All",pagination_total:"Total {total} items",refresh:"Refresh",column_set:"Table Settings",density:"Density",large:"Large",middle:"Middle",compact:"Compact",data_export:"Export Data"};var Rt={filter:"\u6570\u636E\u7B5B\u9009",search_keywords:"\u641C\u7D22\u5173\u952E\u5B57...",no_results:"\u6CA1\u6709\u7ED3\u679C",to:"\u81F3",input_number:"\u8F93\u5165\u6570\u5B57",min:"\u6700\u5C0F\u503C",max:"\u6700\u5927\u503C",apply:"\u5E94\u7528\u7B5B\u9009",clear:"\u6E05\u7A7A\u7B5B\u9009",clear_all:"\u5168\u90E8\u6E05\u7A7A",pagination_total:"\u5171 {total} \u6761\u8BB0\u5F55",refresh:"\u5237\u65B0",column_set:"\u5217\u8BBE\u7F6E",density:"\u5BC6\u5EA6",large:"\u5BBD\u677E",middle:"\u4E2D\u7B49",compact:"\u7D27\u51D1",data_export:"\u5BFC\u51FA\u6570\u636E"};var co={"zh-CN":Rt,"en-US":Vt};function m(){let[t]=b();return F.useCallback(n=>co[t][n]??n,[t])}function D({onClick:t,disabled:o}){let n=m();return jsxs(Fragment,{children:[jsx("div",{className:"h-px bg-bg-soft"}),jsx("div",{className:"p-4",children:jsx(M,{variant:"neutral",mode:"ghost",onClick:t,disabled:o,className:"w-full disabled:text-text-disabled",children:n("apply")})})]})}var ho=DatePicker._InternalPanelDoNotUseOrYouWillBeFired,uo=DatePicker._InternalRangePanelDoNotUseOrYouWillBeFired,Mt={popup:{root:{inset:"0 auto auto 0",padding:0},container:{userSelect:"none",boxShadow:"none"}}};function Ot({actions:t,filter:o,column:n,onApply:e}){let a=F.useRef(o?.values),[r,i]=F.useState(()=>Array.isArray(o?.values)?o.values:n.mode==="single"?[null]:[null,null]),s=F.useCallback(c=>{c&&i(c);},[]),l=F.useCallback(()=>{a.current=r,t.setFilterValue(n,r),e?.();},[t,n,r,e]),d=F.useMemo(()=>{let c=r.filter(Boolean);if(!a.current)return n.mode==="single"?c.length===1:n.mode==="range"?c.length===2:false;let g=a.current.filter(Boolean);return n.mode==="range"&&c.length<2?false:c.length!==g.length?true:c.some((p,b)=>{let v=g[b];return v&&!v.isSame(p)})},[n.mode,r]);return jsxs(Fragment,{children:[jsx(B$1,{children:jsx(D$1,{className:"max-h-fit",children:jsxs(F$1,{className:"px-6 pt-6 pb-0",children:[n.mode==="single"&&jsx(mo,{value:r,onChange:s,column:n}),n.mode==="range"&&jsx(vo,{value:r,onChange:s,column:n})]})})}),jsx(D,{onClick:l,disabled:!d})]})}function mo({value:t,column:o,onChange:n}){let e=F.useCallback(i=>{i&&n([i]);},[n]),[a,r]=F.useState(true);return jsx(ho,{showToday:false,inputReadOnly:true,needConfirm:false,allowClear:false,showTime:o.showTime,value:t?.[0],onCalendarChange:e,onPanelChange:(i,s)=>{r(s==="date");},classNames:{root:"w-full",popup:{container:f("[&_.ant-picker-panels]:gap-8",!a&&!o.showTime&&"[&_.ant-picker-panel>*]:min-w-272",!a&&o.showTime&&"[&_.ant-picker-panel>*]:min-w-401"),body:"p-0!"}},styles:Mt})}function vo({value:t,column:o,onChange:n}){let[e,a]=t,r=F.useCallback(l=>{!l||l?.filter(Boolean).length!==2||n(l);},[n]),[i,s]=F.useState(true);return jsx(uo,{value:[e,a],onCalendarChange:r,classNames:{root:i?"w-full":"min-w-288",popup:{container:f("[&_.ant-picker-panels]:gap-8",!i&&!o.showTime&&"[&_.ant-picker-panel>*]:min-w-288",!i&&o.showTime&&"[&_.ant-picker-panel>*]:min-w-401"),body:"p-0!"}},onPanelChange:(l,d)=>{s(d.every(c=>c==="date"));},showTime:o.showTime,inputReadOnly:true,allowClear:false,needConfirm:false,previewValue:false,styles:Mt})}var dt=F.memo(function({option:o,onToggle:n}){let{value:e,label:a,icon:r,selected:i}=o,s=F.useCallback(()=>{n(e,!i);},[n,e,i]);return jsxs(H,{onSelect:s,className:"group flex items-center gap-6",children:[jsx(Checkbox,{tabIndex:-1,checked:i,className:f("mr-4 opacity-0 group-data-[selected=true]:opacity-100 data-[state=checked]:opacity-100",i&&"opacity-100")}),r,jsx("span",{children:a})]})});function Q({options:t,initialValues:o,pendingValues:n}){let e=F.useRef(o),{selectedOptions:a,unselectedOptions:r}=F.useMemo(()=>{let l=new Set(e.current),d=[],c=[];for(let g of t)l.has(g.value)?d.push(g):c.push(g);return {selectedOptions:d,unselectedOptions:c}},[t]),{selectedOptionsWithState:i,unselectedOptionsWithState:s}=F.useMemo(()=>{let l=new Set(Array.isArray(n)?n:[n]),d=a.map(g=>({...g,selected:l.has(g.value),initialSelected:true})),c=r.map(g=>({...g,selected:l.has(g.value),initialSelected:false}));return {selectedOptionsWithState:d,unselectedOptionsWithState:c}},[a,r,n]);return {selectedOptions:i,unselectedOptions:s}}function jt({column:t,filter:o,actions:n,onApply:e}){let a=m(),[r,i]=F.useState(()=>o?.values??[]),{selectedOptions:s,unselectedOptions:l}=Q({options:t.options,initialValues:o?.values??[],pendingValues:r}),d=F.useCallback((p,b)=>{i(v=>b?v.includes(p)?v:[...v,p]:v.filter(A=>A!==p));},[]),c=F.useCallback(()=>{n.setFilterValue(t,r),e?.();},[n,t,r,e]),g=F.useMemo(()=>{let p=new Set(o?.values??[]),b=new Set(r);if(p.size!==b.size)return true;for(let v of b)if(!p.has(v))return true;return false},[o?.values,r]);return jsxs(Fragment,{children:[jsxs(B$1,{children:[jsx(C,{autoFocus:true,placeholder:"Search..."}),jsx(E,{children:a("no_results")}),jsxs(D$1,{className:"max-h-256",children:[jsx(F$1,{className:f(s.length===0&&"hidden"),children:s.map(p=>jsx(dt,{option:p,onToggle:d},p.value))}),jsx(G,{className:f((s.length===0||l.length===0)&&"hidden")}),jsx(F$1,{className:f(l.length===0&&"hidden"),children:l.map(p=>jsx(dt,{option:p,onToggle:d},p.value))})]})]}),jsx(D,{onClick:c,disabled:!g})]})}function tt({onEnter:t,...o}){let n=F.useCallback(e=>{e.key==="Enter"&&(e.target instanceof HTMLInputElement||e.target instanceof HTMLButtonElement)&&(e.preventDefault(),t?.());},[t]);return jsx(B$1,{onKeyDown:n,...o})}function Lt({actions:t,filter:o,column:n,onApply:e}){let a=F.useRef(o?.values),[r,i]=F.useState(()=>Array.isArray(o?.values)?o.values:n.mode==="single"?[null]:[null,null]),s=F.useCallback(()=>{Et(r)&&(a.current=r,t.setFilterValue(n,r),e?.());},[t,n,r,e]),l=F.useMemo(()=>{if(!Et(r))return false;let c=a.current;return !Array.isArray(c)||c.length!==r.length?true:c.some((g,p)=>g!==r[p])},[r]),d=n.mode==="range";return jsxs(Fragment,{children:[jsx(tt,{onEnter:s,className:f(d&&"min-w-lg"),children:jsx(D$1,{className:"max-h-fit",children:jsx(F$1,{children:jsx("div",{className:"p-6 pb-8",children:d?jsx(Do,{value:r,column:n,onChange:i}):jsx(Co,{column:n,value:r,onChange:i})})})})}),jsx(D,{onClick:s,disabled:!l})]})}function Co({column:t,value:o,onChange:n,ref:e}){let a=m();return jsx(InputNumber,{ref:e,className:"w-full max-w-2xs",placeholder:a("input_number"),value:o[0],min:t.min,max:t.max,step:t.step,mode:"spinner",onChange:r=>{_(r)&&n([r]);},autoFocus:true})}function Do({column:t,value:o,onChange:n}){let e=m(),a=F.useId(),r=F.useId(),i=F.useCallback(l=>{if(!_(l))return;let d=[l,o[1]];n?.(d);},[o,n]),s=F.useCallback(l=>{if(!_(l))return;let d=[o[0],l];n?.(d);},[o,n]);return jsxs("div",{className:"flex w-full max-w-xl gap-12",children:[jsxs("div",{className:"flex flex-col gap-6",children:[jsx("label",{className:"text-label-sm select-none",htmlFor:a,children:e("min")}),jsx(InputNumber,{id:a,mode:"spinner",placeholder:"min",autoFocus:true,value:o[0],min:t.min,max:_(o[1])?o[1]-1:t.max?t.max-1:void 0,step:t.step,onChange:i})]}),jsxs("div",{className:"flex flex-col gap-6",children:[jsx("label",{className:"text-label-sm select-none",htmlFor:r,children:e("max")}),jsx(InputNumber,{id:r,mode:"spinner",placeholder:"max",value:o[1],min:_(o[0])?o[0]+1:t.min?t.min+1:void 0,max:t.max,step:t.step,onChange:s})]})]})}function Et(t){return t.every(_)}function _(t){return typeof t=="number"&&Number.isFinite(t)}var ut=F.memo(function({option:o,onSelect:n}){let{value:e,label:a,icon:r,selected:i}=o,s=F.useCallback(()=>{n(e);},[n,e]);return jsxs(H,{value:e,onSelect:s,className:"group flex items-center gap-6",children:[jsx(Radio,{tabIndex:-1,className:f("mr-4 opacity-0 group-data-[selected=true]:opacity-100 data-[state=checked]:opacity-100",i&&"opacity-100"),checked:i,value:e,id:e}),r,jsx("span",{children:a})]})});function Ht({column:t,filter:o,actions:n,onApply:e}){let a=m(),[r,i]=F.useState(()=>o?.values[0]??""),{selectedOptions:s,unselectedOptions:l}=Q({options:t.options,initialValues:o?.values??[],pendingValues:r??""}),d=F.useCallback(p=>{i(p);},[]),c=F.useCallback(()=>{r&&(n.setFilterValue(t,[r]),e?.());},[n,t,r,e]),g=F.useMemo(()=>o?.values[0]!==r,[o?.values,r]);return jsxs(Fragment,{children:[jsxs(B$1,{children:[jsx(C,{autoFocus:true,placeholder:"Search..."}),jsx(E,{children:a("no_results")}),jsxs(D$1,{className:"max-h-256",children:[jsx(F$1,{className:f(s.length===0&&"hidden"),children:s.map(p=>jsx(ut,{option:p,onSelect:d},p.value))}),jsx(G,{className:f((s.length===0||l.length===0)&&"hidden")}),jsx(F$1,{className:f(l.length===0&&"hidden"),children:l.map(p=>jsx(ut,{option:p,onSelect:d},p.value))})]})]}),jsx(D,{onClick:c,disabled:!g})]})}function et(t){let{value:o,defaultValue:n,onChange:e}=t,a=o!==void 0,[r,i]=F.useState(n),s=a?o:r,l=F.useRef({value:o,state:r,isControlled:a,onChange:e});l.current={value:o,state:r,isControlled:a,onChange:e};let d=F.useCallback((c,...g)=>{let{value:p,state:b,isControlled:v,onChange:A}=l.current,H=typeof c=="function"?c(v?p:b):c;v||i(H),A&&A(H,...g);},[]);return [s,d]}function Gt({actions:t,filter:o,column:n,onApply:e}){let a=m(),r=F.useRef(o?.values[0]??""),[i,s]=et({defaultValue:r.current}),l=F.useCallback(()=>{t.setFilterValue(n,[i]),e?.();},[t,n,i,e]),d=r.current===i;return jsxs(Fragment,{children:[jsx(tt,{onEnter:l,children:jsx(D$1,{className:"max-h-fit",children:jsx(F$1,{children:jsx(H,{children:jsx(Input,{rootClassName:"w-ful min-w-xs",placeholder:a("search_keywords"),autoFocus:true,value:i,onChange:c=>s(c.target.value)})})})})}),jsx(D,{onClick:l,disabled:d})]})}function at({enableHeader:t,column:o,filter:n,actions:e,onApply:a,onBack:r}){let i=F.useMemo(()=>{switch(o.type){case "text":return jsx(Gt,{filter:n,actions:e,column:o,onApply:a});case "option":return jsx(Ht,{filter:n,actions:e,column:o,onApply:a});case "multiOption":return jsx(jt,{filter:n,actions:e,column:o,onApply:a});case "number":return jsx(Lt,{filter:n,actions:e,column:o,onApply:a});case "date":return jsx(Ot,{filter:n,actions:e,column:o,onApply:a});default:return null}},[e,o,n,a]);return jsxs(Fragment,{children:[t&&jsx(Nt,{title:o.displayName,onBack:r}),i]})}function Ut({column:t$1,filter:o,actions:n,enableAutoClose:e}){let[a,r$1]=F.useState(false),i=F.useCallback(()=>{e&&setTimeout(()=>{r$1(false);},120);},[e]);return jsxs(r,{open:a,onOpenChange:r$1,children:[jsx(s,{asChild:true,children:jsx(M,{mode:"ghost",variant:"neutral",size:"xsmall",className:f("z-1 h-full w-fit rounded-none px-4 text-label-sm",a&&"active"),children:jsx(Mo,{filter:o,column:t$1})})}),jsx(t,{align:"start",side:"bottom",arrow:false,className:"w-fit rounded-xl p-0",sideOffset:6,children:jsx(at,{enableHeader:false,column:t$1,filter:o,actions:n,onApply:i})})]})}function Mo({filter:t,column:o}){switch(o.type){case "text":return jsx(Bo,{filter:t});case "number":return jsx(_o,{filter:t,mode:o.mode});case "date":return jsx(Oo,{filter:t,column:o});case "option":return jsx(jo,{filter:t,column:o});case "multiOption":return jsx(Eo,{filter:t,column:o});default:return null}}function Oo({filter:t,column:o}){let[n]=b();if(!t)return null;if(t.values.length===0)return jsx(v,{className:"size-16"});let e=n.toLowerCase().includes("cn"),a=!!o.showTime,r=a?c.presets.dateSlash:e?"YYYY, M\u6708D\u65E5":"MMM D, YYYY",i=typeof o.showTime=="object"?o.showTime.format:a?c.presets.timeSecond:void 0,s=[r,i].filter(d=>!!d);if(t.values.length===1){let c=t.values[0].format(s.join(" "));return jsx("span",{children:c})}let l=Wo(t.values[0],t.values[1],e,a,s);return jsx("span",{children:l})}function Bo({filter:t}){if(!t)return null;if(t.values.length===0||t.values[0].trim()==="")return jsx(v,{className:"size-16"});let o=t.values[0];return jsx("span",{children:o})}function _o({filter:t,mode:o}){let n=m();if(!t||!t.values||t.values.length===0)return jsx(v,{className:"size-16"});let[e,a]=t.values;return o&&o==="range"&&a!==void 0?jsxs("span",{className:"tracking-tight tabular-nums",children:[e," ",n("to")," ",a]}):jsx("span",{className:"tracking-tight tabular-nums",children:e})}function jo({filter:t,column:o}){let n=o.options.filter(e=>t?.values.includes(e.value));if(n.length===1){let{label:e,icon:a}=n[0];return jsxs("span",{className:"inline-flex items-center gap-4",children:[a&&a,jsx("span",{children:e})]})}return null}function Eo({filter:t,column:o}){let n=o.options.filter(l=>t?.values.includes(l.value));if(n.length===0)return jsx(v,{className:"size-16"});if(n.length===1){let{label:l,icon:d}=n[0];return jsxs("span",{className:"inline-flex items-center gap-4",children:[d&&d,jsx("span",{children:l})]})}let e=Lo(n,3),a=n.length-e.length;if(!e.some(l=>!!l.icon))return jsxs("div",{className:"inline-flex items-center gap-4",children:[jsx("span",{children:e.map(l=>l.label).join(", ")}),a>0&&jsxs("span",{className:"inline-flex items-center leading-16",style:{letterSpacing:"-1px"},children:["+ ",a," ..."]})]});let i=[],s=[];return e.forEach(({value:l,icon:d,label:c})=>{d?i.push(jsx("span",{className:"inline-flex shrink-0",children:d},l)):s.push(c);}),jsxs("div",{className:"inline-flex items-center gap-4",children:[jsxs("div",{className:"inline-flex items-center gap-2",children:[i,i.length>0&&s.length>0&&jsx(B,{orientation:"vertical",className:"mx-4 h-26 opacity-50"}),s.length>0&&jsx("span",{className:"text-text-sub",children:s.join(", ")})]}),a>0&&jsxs("span",{className:"inline-flex items-center leading-16",style:{letterSpacing:"-1px"},children:["+ ",a," ..."]})]})}function Lo(t,o){return t.slice(0,o)}function Wo(t,o,n,e,a){if(t.isSame(o,"year")&&!e){let i=n?"YYYY, M\u6708D\u65E5":"MMM D",s=n?"M\u6708D\u65E5":"MMM D, YYYY";return `${t.format(i)} - ${o.format(s)}`}return `${t.format(a.join(" "))} - ${o.format(a.join(" "))}`}function rt(t,o){let n=t.find(e=>e.columnId===o);if(!n)throw new Error(`Column with id ${o} not found`);return n}function qt(t){return !t||t.length===0?[]:t.length===1?[t[0]]:t.length===2?Ho(t):[t[0],t[1]]}function Xt(t){if(!t||t.length===0)return [];if(t.length===1)return [t[0]];if(t.length===2)return Yo(t);throw new Error("Cannot create date filter value from more than 2 values")}function Yo(t){let[o,n]=t,[e,a]=o.isBefore(n)?[o,n]:[n,o];return [e,a]}function Ho(t){let o=0,n=0;if(!t||t.length===0)return [o,n];t.length===1?o=t[0]:(o=t[0],n=t[1]);let[e,a]=o<n?[o,n]:[n,o];return [e,a]}function Jt(t){let o=new Map,n=[];for(let e of t){let a=bt(e);if(o.has(a)){let r=o.get(a),i=false;for(let s of r)if(ft(s,e)){i=true;break}i||(r.push(e),n.push(e));}else o.set(a,[e]),n.push(e);}return n}function bt(t,o=new WeakMap){if(t===null)return "null";if(t===void 0)return "undefined";let n=typeof t;if(n==="number"||n==="boolean"||n==="string")return `${n}:${t.toString()}`;if(n==="function")return `function:${t.toString()}`;if(n==="object"){if(o.has(t))return o.get(t);let e;return Array.isArray(t)?e=`array:[${t.map(a=>bt(a,o)).join(",")}]`:e=`object:{${Object.keys(t).sort().map(i=>`${i}:${bt(t[i],o)}`).join(",")}}`,o.set(t,e),e}return `${n}:${t.toString()}`}function ft(t,o){if(t===o)return true;if(typeof t!=typeof o||t===null||o===null||t===void 0||o===void 0)return false;if(Array.isArray(t)){if(!Array.isArray(o)||t.length!==o.length)return false;for(let n=0;n<t.length;n++)if(!ft(t[n],o[n]))return false;return true}if(typeof t=="object"){if(typeof o!="object")return false;let n=Object.keys(t).sort(),e=Object.keys(o).sort();if(n.length!==e.length)return false;for(let a=0;a<n.length;a++)if(n[a]!==e[a]||!ft(t[n[a]],o[e[a]]))return false;return true}return false}function Qt({columns:t,filters:o,actions:n,enableAutoClose:e,className:a}){let r=m();return jsxs("div",{className:a,children:[o.map(i=>{let s=rt(t,i.columnId);return i.values?jsx($o,{filter:i,column:s,actions:n,enableAutoClose:e},`active-filter-${i.columnId}`):null}),o.length!==0&&jsx(M,{mode:"ghost",size:"xsmall",className:"bg-transparent! text-primary-base hover:underline",onClick:()=>n.removeAllFilters(),children:r("clear_all")})]})}function $o({column:t,filter:o,actions:n,enableAutoClose:e}){return jsxs("div",{className:"flex h-28 items-center rounded-full border border-stroke-soft bg-bg-white shadow-regular-md",children:[jsx(Go,{column:t}),jsx(B,{orientation:"vertical"}),jsx(Ut,{column:t,filter:o,actions:n,enableAutoClose:e}),jsx(B,{orientation:"vertical"}),jsx(M,{className:"z-1 h-full w-28 rounded-none rounded-r-full",variant:"neutral",mode:"ghost",size:"xsmall",onClick:()=>n.removeFilter(o.columnId),children:jsx(w,{className:"size-16 -translate-x-1"})})]})}function Go({column:t}){return jsxs("span",{className:"flex h-full items-center gap-4 ps-10 pe-6 text-label-sm whitespace-nowrap text-text-sub select-none",children:[t.icon&&jsx(N,{size:16,as:t.icon}),jsx("span",{children:t.displayName})]})}var qo={ease:[.26,.08,.25,1],duration:.27},Xo={initial:{opacity:0},visible:{opacity:1},hidden:{opacity:0}};function to({side:t$1="bottom",align:o="start",size:n="small",className:e,children:a,activeType:r$1,onOpenChange:i,onEscapeKeyDown:s$1}){let l=m(),[d,c]=F.useState(false),g=F.useCallback(p=>{c(p),i?.(p);},[i]);return jsxs(r,{open:d,onOpenChange:g,children:[jsx(s,{asChild:true,children:jsx(M,{className:f(d&&"active",e),variant:"neutral",mode:"stroke",startContent:jsx(x,{}),size:n,children:l("filter")})}),jsx(t,{className:"w-fit min-w-3xs p-0",side:t$1,align:o,sideOffset:6,arrow:false,onEscapeKeyDown:s$1,children:jsx(AnimatePresence,{mode:"wait",children:jsx(m$1.div,{initial:"hidden",animate:"visible",exit:"hidden",variants:Xo,transition:qo,layout:true,children:a})},r$1)})]})}function oo({columns:t,filters:o,actions:n,side:e,size:a,className:r,align:i,enableAutoBack:s}){let l=F.useRef(void 0),d=F.useRef(null),[c,g]=F.useState(void 0),p=c?rt(t,c):void 0,b=c?o.find(z=>z.columnId===c):void 0,v=F.useCallback(()=>{g(void 0);},[]),A=F.useCallback(()=>{s&&g(void 0);},[s]),yt=F.useCallback(z=>{z||setTimeout(()=>{l.current=void 0,g(void 0);},180);},[]),H=F.useCallback(z=>{c!==void 0&&(z.preventDefault(),v(),setTimeout(()=>{d.current?.focus();},200));},[c,v]),kt=F.useCallback(z=>{l.current=z,g(z);},[]),Ct=F.useCallback(()=>{n.removeAllFilters();},[n]),eo=F.useMemo(()=>p&&c?jsx(at,{enableHeader:true,column:p,filter:b,actions:n,onApply:A,onBack:v}):jsx(Qo,{defaultValue:l.current,onSelect:kt,onClean:Ct,disableClean:!o.length,columns:t,ref:d}),[p,c,b,n,A,v,kt,Ct,o.length,t]);return jsx(to,{side:e,size:a,align:i,className:r,activeType:c,menuCount:t.length,onOpenChange:yt,onEscapeKeyDown:H,children:eo})}function Qo({defaultValue:t,columns:o,disableClean:n,onSelect:e,onClean:a,ref:r}){let i=m(),s=o.some(l=>!!l.icon);return jsxs(Fragment,{children:[jsxs(B$1,{loop:true,defaultValue:t,shouldFilter:false,children:[jsx(C,{placeholder:"Search...",className:"sr-only",ref:r}),jsx(D$1,{className:"max-h-fit",children:jsx(F$1,{children:o.map(l=>jsx(H,{className:"group",value:l.columnId,keywords:[l.displayName],onSelect:e,children:jsxs("div",{className:"flex w-full items-center justify-between",children:[jsxs("div",{className:"inline-flex items-center gap-6",children:[l.icon&&jsx(N,{size:16,as:l.icon}),!l.icon&&s&&jsx("span",{className:"size-16"}),jsx("span",{className:"text-label-sm",children:l.displayName})]}),jsx(y,{className:"-mr-4 size-18 text-text-soft group-aria-selected:text-text-sub"})]})},l.columnId))})})]}),jsx("div",{className:"h-px bg-bg-soft"}),jsx("div",{className:"p-4",children:jsx(M,{variant:"neutral",mode:"ghost",onClick:a,disabled:n,className:"w-full disabled:text-text-disabled",children:i("clear")})})]})}function no({defaultFilters:t=[],filters:o,onFiltersChange:n}={}){let[e,a]=et({value:o,defaultValue:t,onChange:n}),r=F.useMemo(()=>({setFilterValue:(i,s)=>{a(l=>{let d=l.find(b=>b.columnId===i.columnId),c=d&&d.values.length>0,g=i.type==="number"?qt(s):i.type==="date"?Xt(s):Jt(s);if(g.length===0)return l;if(!c)return [...l,{columnId:i.columnId,type:i.type,values:g}];let p={columnId:i.columnId,type:i.type,values:g};return l.map(b=>b.columnId===i.columnId?p:b)});},removeFilter:i=>{a(s=>s.filter(l=>l.columnId!==i));},removeAllFilters:()=>{a([]);}}),[a]);return [e,r]}var nn={components:{DatePicker:{activeBorderColor:"#d9d9d9",hoverBorderColor:"#d9d9d9",activeShadow:"none",cellHeight:24,cellWidth:28}}};function en({disabled:t,columns:o,filters:n,defaultFilters:e,className:a,onFiltersChange:r}){let[i,s]=no({filters:n,defaultFilters:e,onFiltersChange:r});return jsx(ConfigProvider,{theme:nn,children:jsxs("div",{className:f("data-filter flex flex-wrap items-center gap-6",t&&"pointer-events-none [&_button]:opacity-65",a),children:[jsx(oo,{columns:o,filters:i,actions:s,enableAutoBack:true}),jsx(Qt,{columns:o,filters:i,actions:s,enableAutoClose:true})]})})}export{m as a,Qt as b,oo as c,no as d,en as e};