tempest-react-sdk 0.3.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,8 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("react/jsx-runtime"),u=require("react"),Ce=require("react-dom"),Re=require("@tanstack/react-query"),xt=require("zustand"),Me=require("zustand/middleware"),jt=require("dexie"),kt=require("react-hook-form");function y(...e){const t=[];for(const n of e)if(!(n==null||n===!1||n===!0)){if(typeof n=="string")n&&t.push(n);else if(typeof n=="number"||typeof n=="bigint")t.push(String(n));else if(Array.isArray(n)){const s=y(...n);s&&t.push(s)}}return t.join(" ")}const St="tempest_accordion_LVhhv",$t="tempest_item_7ryVk",Nt="tempest_header_WaTdJ",Et="tempest_trigger_9BYFY",Ct="tempest_chevron_i-HVZ",Tt="tempest_open_98jLY",Lt="tempest_panel_Wx50w",Z={accordion:St,item:$t,header:Nt,trigger:Et,chevron:Ct,open:Tt,panel:Lt};function It({items:e,multiple:t=!1,value:n,defaultValue:s=[],onChange:r,className:o}){const a=u.useId(),c=n!==void 0,[l,p]=u.useState(s),d=c?n:l,f=u.useCallback(m=>{const g=d.includes(m),h=t?g?d.filter(_=>_!==m):[...d,m]:g?[]:[m];c||p(h),r?.(h)},[d,t,c,r]);return i.jsx("div",{className:y(Z.accordion,o),children:e.map(m=>{const g=d.includes(m.id),h=`${a}-${m.id}-panel`,_=`${a}-${m.id}-trigger`;return i.jsxs("div",{className:y(Z.item,g&&Z.open),children:[i.jsx("h3",{className:Z.header,children:i.jsxs("button",{type:"button",id:_,className:Z.trigger,"aria-expanded":g,"aria-controls":h,disabled:m.disabled,onClick:()=>f(m.id),children:[i.jsx("span",{children:m.title}),i.jsx(Rt,{className:Z.chevron})]})}),g&&i.jsx("div",{id:h,role:"region","aria-labelledby":_,className:Z.panel,children:m.children})]},m.id)})})}function Rt({className:e}){return i.jsx("svg",{className:e,width:"16",height:"16",viewBox:"0 0 24 24",fill:"none","aria-hidden":!0,children:i.jsx("path",{d:"M6 9l6 6 6-6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}const Mt="tempest_alert_7cYyI",Dt="tempest_content_UXnmZ",Pt="tempest_title_abGgF",At="tempest_description_pXPvw",Ft="tempest_icon_Zg6SB",Bt="tempest_close_narep",Ot="tempest_neutral_J7MH1",Wt="tempest_solid_s-oW5",zt="tempest_outline_v7w9b",qt="tempest_info_9r3r1",Ut="tempest_success_1bzoB",Gt="tempest_warning_q-j1Q",Jt="tempest_danger_CiZkW",U={alert:Mt,content:Dt,title:Pt,description:At,icon:Ft,close:Bt,neutral:Ot,solid:Wt,outline:zt,info:qt,success:Ut,warning:Gt,danger:Jt};function Kt({variant:e="info",appearance:t="soft",title:n,description:s,icon:r,onClose:o,closeLabel:a="Dismiss",className:c,children:l,...p}){return i.jsxs("div",{role:"alert",className:y(U.alert,U[e],t==="solid"&&U.solid,t==="outline"&&U.outline,c),...p,children:[r&&i.jsx("span",{className:U.icon,children:r}),i.jsxs("div",{className:U.content,children:[n&&i.jsx("p",{className:U.title,children:n}),s&&i.jsx("p",{className:U.description,children:s}),l]}),o&&i.jsx("button",{type:"button",className:U.close,onClick:o,"aria-label":a,children:i.jsx(Ht,{})})]})}function Ht(){return i.jsx("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none","aria-hidden":!0,children:i.jsx("path",{d:"M6 6l12 12M18 6L6 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})})}const Vt="tempest_aspect_GnAJt",Qt={aspect:Vt};function Zt({ratio:e=16/9,className:t,style:n,children:s,...r}){const o={aspectRatio:String(e),...n};return i.jsx("div",{className:y(Qt.aspect,t),style:o,...r,children:s})}const Xt="tempest_avatar_3xMuZ",Yt="tempest_image_ieqGp",en="tempest_xs_oSaLL",tn="tempest_sm_sZ2bk",nn="tempest_md_Fdkbz",sn="tempest_lg_pTTUA",rn="tempest_xl_mW58F",on="tempest_status_ISBnL",an="tempest_dot_Wgfo-",cn="tempest_online_-aWoW",ln="tempest_offline_-StX3",un="tempest_busy_TbwuF",ne={avatar:Xt,image:Yt,xs:en,sm:tn,md:nn,lg:sn,xl:rn,status:on,dot:an,online:cn,offline:ln,busy:un};function dn(e){const t=e.trim().split(/\s+/).filter(Boolean);return t.length===0?"?":t.length===1?t[0].slice(0,2):`${t[0].charAt(0)}${t[t.length-1].charAt(0)}`}function pn({src:e,alt:t,name:n="",size:s="md",status:r,className:o,onClick:a}){const[c,l]=u.useState(!1),p=u.useMemo(()=>dn(n),[n]),d=e&&!c,f=a?"button":void 0,m=a?0:void 0;return i.jsxs("span",{className:y(ne.avatar,ne[s],r&&ne.status,o),role:f,tabIndex:m,onClick:a,onKeyDown:a?g=>{(g.key==="Enter"||g.key===" ")&&(g.preventDefault(),a())}:void 0,children:[d?i.jsx("img",{src:e,alt:t??n,className:ne.image,onError:()=>l(!0)}):i.jsx("span",{"aria-label":t??n,children:p}),r&&i.jsx("span",{className:y(ne.dot,ne[r]),"aria-hidden":!0})]})}const fn="tempest_badge_RsuMz",mn="tempest_sm_LYsCn",hn="tempest_md_4Or8q",_n="tempest_lg_Bseje",gn="tempest_square_l63D-",bn="tempest_neutral_lulSm",yn="tempest_solid_0Leug",wn="tempest_outline_x06HL",vn="tempest_success_u9JiS",xn="tempest_warning_nsGp-",jn="tempest_danger_PD2hz",kn="tempest_info_na6DQ",Sn="tempest_primary_S0WCS",$n="tempest_dot_i0c-G",X={badge:fn,sm:mn,md:hn,lg:_n,square:gn,neutral:bn,solid:yn,outline:wn,success:vn,warning:xn,danger:jn,info:kn,primary:Sn,dot:$n};function Nn({variant:e="neutral",appearance:t="soft",size:n="md",shape:s="pill",dot:r=!1,className:o,children:a,...c}){return i.jsxs("span",{className:y(X.badge,X[e],t==="solid"&&X.solid,t==="outline"&&X.outline,X[n],s==="square"&&X.square,o),...c,children:[r&&i.jsx("span",{className:X.dot,"aria-hidden":!0}),a]})}const En="tempest_nav_H4g6P",Cn="tempest_item_O4g3P",Tn="tempest_link_7WM67",Ln="tempest_current_JdlcS",In="tempest_separator_zGWyJ",ae={nav:En,item:Cn,link:Tn,current:Ln,separator:In};function Rn({items:e,separator:t="/",className:n}){return i.jsx("nav",{"aria-label":"breadcrumb",className:y(ae.nav,n),children:e.map((s,r)=>{const o=r===e.length-1,a=!o&&(s.href||s.onClick);return i.jsxs(u.Fragment,{children:[i.jsx("span",{className:ae.item,children:a?i.jsx("a",{href:s.href,onClick:c=>{s.onClick&&(c.preventDefault(),s.onClick())},className:ae.link,children:s.label}):i.jsx("span",{"aria-current":o?"page":void 0,className:o?ae.current:void 0,children:s.label})}),!o&&i.jsx("span",{className:ae.separator,"aria-hidden":!0,children:t})]},r)})})}const Mn="tempest_button_2ZuB7",Dn="tempest_primary_s1sM6",Pn="tempest_secondary_R0waJ",An="tempest_danger_V4fX8",Fn="tempest_success_w6qB6",Bn="tempest_ghost_1KINV",On="tempest_soft_c3kzm",Wn="tempest_outline_F5jq-",zn="tempest_link_Zt5hw",qn="tempest_xs_cF6m0",Un="tempest_sm_NhG0g",Gn="tempest_md_hH4h3",Jn="tempest_lg_2plQf",Kn="tempest_xl_nx4V0",Hn="tempest_iconOnly_WCpTS",Vn="tempest_pill_lx8lt",Qn="tempest_fullWidth_36oJT",Zn="tempest_loading_EQAt2",Xn="tempest_hiddenText_hIiJ2",Yn="tempest_spinner_ZExvW",es="tempest_tempest-spin_UOSVC",G={button:Mn,primary:Dn,secondary:Pn,danger:An,success:Fn,ghost:Bn,soft:On,outline:Wn,link:zn,xs:qn,sm:Un,md:Gn,lg:Jn,xl:Kn,iconOnly:Hn,pill:Vn,fullWidth:Qn,loading:Zn,hiddenText:Xn,spinner:Yn,tempestSpin:es};function me({variant:e="primary",size:t="md",loading:n=!1,fullWidth:s=!1,iconOnly:r=!1,pill:o=!1,leftIcon:a,rightIcon:c,disabled:l,className:p,children:d,...f}){return i.jsxs("button",{className:y(G.button,G[e],G[t],r&&G.iconOnly,o&&G.pill,n&&G.loading,s&&G.fullWidth,p),disabled:l||n,...f,children:[n&&i.jsx("span",{className:G.spinner,"aria-hidden":!0,children:i.jsx(ts,{})}),i.jsxs("span",{className:y(n&&G.hiddenText),children:[a,d,c]})]})}function ts(){return i.jsx("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:i.jsx("path",{d:"M21 12a9 9 0 1 1-6.219-8.56",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})})}const ns="tempest_card_Cb1o4",ss="tempest_flat_LRpce",rs="tempest_raised_WmIqk",os="tempest_elevated_5VEDw",is="tempest_interactive_B8Tah",as="tempest_padded_oOxwN",cs="tempest_flush_aiDZi",ls="tempest_header_PTXf2",us="tempest_title_mSgoo",ds="tempest_body_W441Z",ps="tempest_footer_Mu-JC",F={card:ns,flat:ss,raised:rs,elevated:os,interactive:is,padded:as,flush:cs,header:ls,title:us,body:ds,footer:ps};function fs({title:e,actions:t,footer:n,flush:s=!1,interactive:r=!1,elevation:o="default",className:a,children:c,...l}){const p=!!(e||t);return i.jsxs("div",{className:y(F.card,o==="flat"&&F.flat,o==="raised"&&F.raised,o==="elevated"&&F.elevated,r&&F.interactive,!p&&!s&&F.padded,s&&F.flush,a),tabIndex:r?l.tabIndex??0:l.tabIndex,...l,children:[p&&i.jsxs("header",{className:F.header,children:[typeof e=="string"?i.jsx("h3",{className:F.title,children:e}):e,t]}),p?i.jsx("div",{className:F.body,children:c}):c,n&&i.jsx("footer",{className:F.footer,children:n})]})}const ms="tempest_center_Pu1Pf",hs="tempest_both_53GWn",_s="tempest_horizontal_94-Bt",gs="tempest_vertical_Q7Kyg",De={center:ms,both:hs,horizontal:_s,vertical:gs};function bs({axis:e="both",minHeight:t,fullWidth:n=!0,className:s,style:r,children:o,...a}){const c={...t!==void 0?{minHeight:typeof t=="number"?`${t}px`:t}:null,...n?{width:"100%"}:null,...r};return i.jsx("div",{className:y(De.center,De[e],s),style:c,...a,children:o})}const ys="tempest_wrapper_rpthW",ws="tempest_disabled_x7-eg",vs="tempest_input_2kt-h",xs="tempest_box_OCPee",js="tempest_labelWrap_Ktbp0",ks="tempest_label_cwRtI",Ss="tempest_description_rMhG1",Y={wrapper:ys,disabled:ws,input:vs,box:xs,labelWrap:js,label:ks,description:Ss},$s=u.forwardRef(function({label:t,description:n,indeterminate:s,disabled:r,wrapperClassName:o,className:a,...c},l){const p=u.useRef(null);u.useEffect(()=>{p.current&&(p.current.indeterminate=!!s)},[s]);function d(f){p.current=f,typeof l=="function"?l(f):l&&(l.current=f)}return i.jsxs("label",{className:y(Y.wrapper,r&&Y.disabled,o),children:[i.jsx("input",{ref:d,type:"checkbox",disabled:r,className:y(Y.input,a),...c}),i.jsx("span",{className:Y.box,"aria-hidden":!0,children:s?i.jsx(Es,{}):i.jsx(Ns,{})}),(t||n)&&i.jsxs("span",{className:Y.labelWrap,children:[t&&i.jsx("span",{className:Y.label,children:t}),n&&i.jsx("span",{className:Y.description,children:n})]})]})});function Ns(){return i.jsx("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",children:i.jsx("path",{d:"M5 12l5 5L20 7",stroke:"currentColor",strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round"})})}function Es(){return i.jsx("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",children:i.jsx("path",{d:"M5 12h14",stroke:"currentColor",strokeWidth:"3",strokeLinecap:"round"})})}const Cs="tempest_wrapper_KR4-F",Ts="tempest_label_Mz-wX",Ls="tempest_field_iIBJw",Is="tempest_error_O9n-9",Rs="tempest_chip_GEwrc",Ms="tempest_remove_JYDIq",Ds="tempest_input_frJmk",Ps="tempest_helper_Yts53",As="tempest_errorText_llJGq",J={wrapper:Cs,label:Ts,field:Ls,error:Is,chip:Rs,remove:Ms,input:Ds,helper:Ps,errorText:As};function Fs({value:e,onChange:t,label:n,placeholder:s="Adicionar e pressionar Enter…",helperText:r,error:o,commitKeys:a=["Enter",",","Tab"],normalize:c=!0,className:l}){const[p,d]=u.useState(""),f=u.useRef(null);function m(){const _=c?p.trim().toLowerCase():p.trim();if(_){if(e.includes(_)){d("");return}t([...e,_]),d("")}}function g(_){if(a.includes(_.key)){_.preventDefault(),m();return}_.key==="Backspace"&&!p&&e.length>0&&t(e.slice(0,-1))}function h(_){const b=e.slice();b.splice(_,1),t(b)}return i.jsxs("div",{className:y(J.wrapper,o&&J.error,l),children:[n&&i.jsx("label",{className:J.label,children:n}),i.jsxs("div",{className:J.field,onClick:()=>f.current?.focus(),children:[e.map((_,b)=>i.jsxs("span",{className:J.chip,children:[_,i.jsx("button",{type:"button",className:J.remove,"aria-label":`Remover ${_}`,onClick:()=>h(b),children:"×"})]},`${_}-${b}`)),i.jsx("input",{ref:f,className:J.input,value:p,placeholder:e.length===0?s:"",onChange:_=>d(_.target.value),onKeyDown:g,onBlur:m})]}),o?i.jsx("span",{className:J.errorText,children:o}):r?i.jsx("span",{className:J.helper,children:r}):null]})}const Bs="tempest_wrapper_TNvle",Os="tempest_label_KVkZO",Ws="tempest_field_BenH0",zs="tempest_input_-HTv1",qs="tempest_caret_jRplQ",Us="tempest_menu_zPQG3",Gs="tempest_option_vhhn5",Js="tempest_active_XCgtX",Ks="tempest_selected_T6nm2",Hs="tempest_empty_Ahw5K",Vs="tempest_helper_OzB7V",Qs="tempest_errorText_X18sQ",Zs="tempest_error_bnVuM",L={wrapper:Bs,label:Os,field:Ws,input:zs,caret:qs,menu:Us,option:Gs,active:Js,selected:Ks,empty:Hs,helper:Vs,errorText:Qs,error:Zs};function Xs(e,t){return t?e.label.toLowerCase().includes(t.toLowerCase()):!0}function Ys({options:e,value:t,onChange:n,label:s,placeholder:r="Selecione",helperText:o,error:a,disabled:c,filter:l=Xs,emptyMessage:p="Nenhuma opção encontrada",className:d}){const f=u.useId(),m=u.useRef(null),g=u.useRef(null),[h,_]=u.useState(!1),[b,w]=u.useState(""),[v,x]=u.useState(0),k=u.useMemo(()=>e.find(j=>j.value===t)?.label??"",[e,t]),$=u.useMemo(()=>e.filter(j=>l(j,b)),[e,l,b]),q=u.useCallback(()=>{_(!1),w(""),x(0)},[]),te=u.useCallback(j=>{j.disabled||(n(j.value),q())},[n,q]);u.useEffect(()=>{if(!h)return;const j=E=>{m.current&&!m.current.contains(E.target)&&q()};return window.addEventListener("mousedown",j),()=>window.removeEventListener("mousedown",j)},[h,q]);const S=j=>{if(j.key==="ArrowDown")j.preventDefault(),_(!0),x(E=>Math.min($.length-1,E+1));else if(j.key==="ArrowUp")j.preventDefault(),x(E=>Math.max(0,E-1));else if(j.key==="Enter"){j.preventDefault();const E=$[v];E&&te(E)}else j.key==="Escape"&&q()};return i.jsxs("div",{ref:m,className:y(L.wrapper,a&&L.error,d),children:[s&&i.jsx("label",{htmlFor:f,className:L.label,children:s}),i.jsxs("div",{className:L.field,children:[i.jsx("input",{id:f,ref:g,type:"text",role:"combobox","aria-expanded":h,"aria-controls":`${f}-listbox`,"aria-autocomplete":"list",className:L.input,placeholder:r,disabled:c,value:h?b:k,onFocus:()=>_(!0),onChange:j=>{w(j.target.value),_(!0),x(0)},onKeyDown:S}),i.jsx("span",{className:L.caret,"aria-hidden":!0,children:"▾"})]}),h&&i.jsx("ul",{id:`${f}-listbox`,role:"listbox",className:L.menu,children:$.length===0?i.jsx("li",{className:L.empty,children:p}):$.map((j,E)=>i.jsx("li",{role:"option","aria-selected":j.value===t,className:y(L.option,E===v&&L.active,j.value===t&&L.selected),onMouseEnter:()=>x(E),onMouseDown:we=>{we.preventDefault(),te(j)},children:j.label},j.value))}),a?i.jsx("span",{className:L.errorText,children:a}):o?i.jsx("span",{className:L.helper,children:o}):null]})}const er="tempest_overlay_dd9h1",tr="tempest_tempest-fade-in_DvgSp",nr="tempest_dialog_ptM-K",sr="tempest_tempest-modal-in_UoxQC",rr="tempest_sm_K5k3W",or="tempest_md_gvyR7",ir="tempest_lg_BgB1a",ar="tempest_xl_MR-68",cr="tempest_size2xl_-PH9e",lr="tempest_size3xl_iqDwN",ur="tempest_fullscreen_o84Xi",dr="tempest_fullscreenOnMobile_0bDwe",pr="tempest_body_lVhql",fr="tempest_header_ILG9i",mr="tempest_footer_rro2w",hr="tempest_title_A5OeE",_r="tempest_close_-ER1C",D={overlay:er,tempestFadeIn:tr,dialog:nr,tempestModalIn:sr,sm:rr,md:or,lg:ir,xl:ar,size2Xl:cr,size3Xl:lr,fullscreen:ur,fullscreenOnMobile:dr,body:pr,header:fr,footer:mr,title:hr,close:_r};function Je({open:e,onClose:t,title:n,children:s,footer:r,size:o="md",closeOnBackdrop:a=!0,closeOnEsc:c=!0,className:l,hideCloseButton:p=!1,fullscreen:d=!1,fullscreenOnMobile:f=!1}){return u.useEffect(()=>{if(!e)return;const m=document.body.style.overflow;document.body.style.overflow="hidden";const g=h=>{c&&h.key==="Escape"&&t()};return window.addEventListener("keydown",g),()=>{document.body.style.overflow=m,window.removeEventListener("keydown",g)}},[e,c,t]),!e||typeof document>"u"?null:Ce.createPortal(i.jsx("div",{className:D.overlay,role:"presentation",onClick:()=>{a&&t()},children:i.jsxs("div",{role:"dialog","aria-modal":"true",className:y(D.dialog,gr(o),d&&D.fullscreen,f&&D.fullscreenOnMobile,l),onClick:m=>m.stopPropagation(),children:[(n||!p)&&i.jsxs("header",{className:D.header,children:[i.jsx("h3",{className:D.title,children:n}),!p&&i.jsx("button",{type:"button",className:D.close,"aria-label":"Fechar",onClick:t,children:i.jsx(br,{})})]}),i.jsx("div",{className:D.body,children:s}),r&&i.jsx("footer",{className:D.footer,children:r})]})}),document.body)}function gr(e){return e==="2xl"?D.size2xl:e==="3xl"?D.size3xl:D[e]}function br(){return i.jsx("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",children:i.jsx("path",{d:"M6 6l12 12M6 18L18 6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})})}function yr({open:e,title:t,description:n,confirmLabel:s="Confirmar",cancelLabel:r="Cancelar",variant:o="primary",loading:a=!1,onConfirm:c,onCancel:l}){return i.jsx(Je,{open:e,onClose:l,title:t,size:"sm",footer:i.jsxs(i.Fragment,{children:[i.jsx(me,{variant:"secondary",onClick:l,disabled:a,children:r}),i.jsx(me,{variant:o,loading:a,onClick:()=>{c()},children:s})]}),children:n})}const wr="tempest_wrapper_iHNUs",vr="tempest_label_-OEBL",xr="tempest_required_CTss-",jr="tempest_field_65yGJ",kr="tempest_input_WjT81",Sr="tempest_sizeSm_cgds6",$r="tempest_sizeMd_EPFGy",Nr="tempest_sizeLg_5Cq8k",Er="tempest_hasLeftIcon_xYO-v",Cr="tempest_hasRightIcon_C7uyr",Tr="tempest_iconLeft_KrUhI",Lr="tempest_iconRight_Ssr47",Ir="tempest_error_VLISa",Rr="tempest_helper_7Vc-s",Mr="tempest_errorText_xz4xS",T={wrapper:wr,label:vr,required:xr,field:jr,input:kr,sizeSm:Sr,sizeMd:$r,sizeLg:Nr,hasLeftIcon:Er,hasRightIcon:Cr,iconLeft:Tr,iconRight:Lr,error:Ir,helper:Rr,errorText:Mr},ge=u.forwardRef(function({label:t,helperText:n,error:s,leftIcon:r,rightIcon:o,wrapperClassName:a,className:c,id:l,required:p,size:d="md",...f},m){const g=u.useId(),h=l??g,_=s?`${h}-error`:n?`${h}-helper`:void 0,b=d==="sm"?T.sizeSm:d==="lg"?T.sizeLg:T.sizeMd;return i.jsxs("div",{className:y(T.wrapper,s&&T.error,a),children:[t&&i.jsxs("label",{htmlFor:h,className:T.label,children:[t,p&&i.jsx("span",{className:T.required,children:"*"})]}),i.jsxs("div",{className:T.field,children:[r&&i.jsx("span",{className:T.iconLeft,children:r}),i.jsx("input",{ref:m,id:h,"aria-invalid":!!s,"aria-describedby":_,required:p,className:y(T.input,b,r&&T.hasLeftIcon,o&&T.hasRightIcon,c),...f}),o&&i.jsx("span",{className:T.iconRight,children:o})]}),s?i.jsx("span",{id:`${h}-error`,className:T.errorText,children:s}):n?i.jsx("span",{id:`${h}-helper`,className:T.helper,children:n}):null]})}),Dr=u.forwardRef(function({value:t,onChange:n,mode:s="date",...r},o){return i.jsx(ge,{...r,ref:o,type:s,value:t,onChange:a=>n(a.target.value)})}),Pr="tempest_divider_KSGsi",Ar="tempest_horizontal_pZ05Y",Fr="tempest_bare_elDbS",Br="tempest_vertical_p-jD4",Or="tempest_dashed_JWxCU",Wr="tempest_alignStart_QAIi1",zr="tempest_alignEnd_eZDwa",M={divider:Pr,horizontal:Ar,bare:Fr,vertical:Br,dashed:Or,alignStart:Wr,alignEnd:zr};function qr({orientation:e="horizontal",variant:t="solid",label:n,align:s="center",className:r,...o}){return e==="vertical"?i.jsx("span",{role:"separator","aria-orientation":"vertical",className:y(M.divider,M.vertical,t==="dashed"&&M.dashed,r),...o}):n?i.jsx("div",{role:"separator","aria-orientation":"horizontal",className:y(M.divider,M.horizontal,t==="dashed"&&M.dashed,s==="start"&&M.alignStart,s==="end"&&M.alignEnd,r),...o,children:n}):i.jsx("hr",{className:y(M.divider,M.horizontal,M.bare,t==="dashed"&&M.dashed,r)})}const he={xs:480,sm:640,md:768,lg:1024,xl:1280,"2xl":1536},Ur=["xs","sm","md","lg","xl","2xl"];function Gr(e){let t="xs";for(const n of Ur)e>=he[n]&&(t=n);return t}function ie(){const[e,t]=u.useState(()=>typeof window>"u"?0:window.innerWidth);u.useEffect(()=>{if(typeof window>"u")return;const o=()=>t(window.innerWidth);return o(),window.addEventListener("resize",o,{passive:!0}),()=>window.removeEventListener("resize",o)},[]);const n=Gr(e),s=o=>e>=he[o],r=o=>e<he[o];return{current:n,width:e,above:s,below:r,isMobile:r("md"),isTablet:s("md")&&r("lg"),isDesktop:s("lg")}}const Jr="tempest_overlay_hcG1G",Kr="tempest_tempest-drawer-overlay_XFbxY",Hr="tempest_panel_wUX0N",Vr="tempest_right_-oX-6",Qr="tempest_tempest-drawer-in-right_pWYHv",Zr="tempest_left_xi3nD",Xr="tempest_tempest-drawer-in-left_o7JSb",Yr="tempest_top_7rGCn",eo="tempest_tempest-drawer-in-top_kn6AF",to="tempest_bottom_zd-25",no="tempest_tempest-drawer-in-bottom_0x3u7",so="tempest_handle_5B-TB",ro="tempest_handleTop_7aMf-",oo="tempest_header_sYoP1",io="tempest_title_LqUOu",ao="tempest_close_tYPhU",co="tempest_body_aV9FG",lo="tempest_footer_AuvUP",z={overlay:Jr,tempestDrawerOverlay:Kr,panel:Hr,right:Vr,tempestDrawerInRight:Qr,left:Zr,tempestDrawerInLeft:Xr,top:Yr,tempestDrawerInTop:eo,bottom:to,tempestDrawerInBottom:no,handle:so,handleTop:ro,header:oo,title:io,close:ao,body:co,footer:lo};function uo({open:e,onClose:t,placement:n="right",title:s,children:r,footer:o,closeOnBackdrop:a=!0,closeOnEsc:c=!0,hideCloseButton:l=!1,className:p,mobilePlacement:d,showHandle:f=!1}){const{isMobile:m}=ie(),g=m&&d?d:n;return u.useEffect(()=>{if(!e)return;const h=document.body.style.overflow;document.body.style.overflow="hidden";const _=b=>{c&&b.key==="Escape"&&t()};return window.addEventListener("keydown",_),()=>{document.body.style.overflow=h,window.removeEventListener("keydown",_)}},[e,c,t]),!e||typeof document>"u"?null:Ce.createPortal(i.jsxs(i.Fragment,{children:[i.jsx("div",{className:z.overlay,onClick:()=>{a&&t()}}),i.jsxs("aside",{role:"dialog","aria-modal":"true",className:y(z.panel,z[g],p),children:[f&&(g==="bottom"||g==="top")&&i.jsx("div",{className:y(z.handle,g==="top"&&z.handleTop),"aria-hidden":!0}),(s||!l)&&i.jsxs("header",{className:z.header,children:[i.jsx("h3",{className:z.title,children:s}),!l&&i.jsx("button",{type:"button","aria-label":"Fechar",className:z.close,onClick:t,children:i.jsx(po,{})})]}),i.jsx("div",{className:z.body,children:r}),o&&i.jsx("footer",{className:z.footer,children:o})]})]}),document.body)}function po(){return i.jsx("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",children:i.jsx("path",{d:"M6 6l12 12M6 18L18 6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})})}const fo="tempest_root_5ZetV",mo="tempest_menu_-RiRW",ho="tempest_bottomStart_z60h9",_o="tempest_bottomEnd_b1tmU",go="tempest_topStart_A0em2",bo="tempest_topEnd_cFA5-",yo="tempest_item_T-QPZ",wo="tempest_active_WNqoX",vo="tempest_danger_C0jN3",xo="tempest_separator_RimQa",jo="tempest_label_6yP76",O={root:fo,menu:mo,bottomStart:ho,bottomEnd:_o,topStart:go,topEnd:bo,item:yo,active:wo,danger:vo,separator:xo,label:jo};function ko(e){switch(e){case"bottom-end":return O.bottomEnd;case"top-start":return O.topStart;case"top-end":return O.topEnd;default:return O.bottomStart}}function So({trigger:e,items:t,placement:n="bottom-start",className:s}){const[r,o]=u.useState(!1),[a,c]=u.useState(-1),l=u.useId(),p=u.useRef(null),d=u.useRef([]),f=t.map((b,w)=>b.type==="item"&&!b.disabled?w:-1).filter(b=>b!==-1),m=u.useCallback(()=>{o(!1),c(-1)},[]);u.useEffect(()=>{if(!r)return;const b=v=>{if(v.key==="Escape"){m();return}if(v.key==="ArrowDown"){v.preventDefault();const x=f.indexOf(a),k=f[(x+1)%f.length]??-1;c(k),d.current[k]?.focus()}if(v.key==="ArrowUp"){v.preventDefault();const x=f.indexOf(a),k=f[(x-1+f.length)%f.length]??-1;c(k),d.current[k]?.focus()}},w=v=>{p.current&&!p.current.contains(v.target)&&m()};return window.addEventListener("keydown",b),window.addEventListener("mousedown",w),()=>{window.removeEventListener("keydown",b),window.removeEventListener("mousedown",w)}},[r,a,f,m]);const g=b=>{e.props.onClick?.(b),o(w=>!w)},h={...e,props:{...e.props,onClick:g,"aria-expanded":r,"aria-controls":l,"aria-haspopup":"menu"}},_=b=>{b.onSelect(),m()};return i.jsxs("span",{ref:p,className:O.root,children:[h,r&&i.jsx("ul",{id:l,role:"menu",className:y(O.menu,ko(n),s),children:t.map((b,w)=>b.type==="separator"?i.jsx("li",{role:"separator",className:O.separator,"aria-hidden":!0},b.id):b.type==="label"?i.jsx("li",{role:"presentation",className:O.label,children:b.label},b.id):i.jsx("li",{role:"none",children:i.jsxs("button",{ref:v=>{d.current[w]=v},type:"button",role:"menuitem",className:y(O.item,b.danger&&O.danger,a===w&&O.active),disabled:b.disabled,onClick:()=>_(b),onMouseEnter:()=>c(w),children:[b.icon&&i.jsx("span",{"aria-hidden":!0,children:b.icon}),b.label]})},b.id))})]})}const $o="tempest_wrapper_gzyTd",No="tempest_icon_qVCyh",Eo="tempest_title_xPfUf",Co="tempest_description_oWwH1",To="tempest_action_dqxw1",ce={wrapper:$o,icon:No,title:Eo,description:Co,action:To};function Lo({icon:e,title:t,description:n,action:s,className:r}){return i.jsxs("div",{className:y(ce.wrapper,r),children:[e&&i.jsx("div",{className:ce.icon,children:e}),i.jsx("h4",{className:ce.title,children:t}),n&&i.jsx("p",{className:ce.description,children:n}),s&&i.jsx("div",{className:ce.action,children:s})]})}const Io="tempest_wrapper_luRyF",Ro="tempest_icon_dEdBl",Mo="tempest_title_StutD",Do="tempest_description_A2XCb",Po="tempest_action_vm1LC",le={wrapper:Io,icon:Ro,title:Mo,description:Do,action:Po};function Ao({title:e="Algo deu errado",description:t="Não foi possível carregar essas informações.",onRetry:n,retryLabel:s="Tentar novamente",icon:r,className:o}){return i.jsxs("div",{className:y(le.wrapper,o),children:[i.jsx("div",{className:le.icon,children:r??i.jsx(Fo,{})}),i.jsx("h4",{className:le.title,children:e}),t&&i.jsx("p",{className:le.description,children:t}),n&&i.jsx("div",{className:le.action,children:i.jsx(me,{variant:"secondary",onClick:n,children:s})})]})}function Fo(){return i.jsx("svg",{width:"22",height:"22",viewBox:"0 0 24 24",fill:"none",children:i.jsx("path",{d:"M12 9v4m0 4h.01M10.29 3.86L1.82 18a2 2 0 001.71 3h16.94a2 2 0 001.71-3L13.71 3.86a2 2 0 00-3.42 0z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}const Bo="tempest_wrapper_E0qHs",Oo="tempest_label_lbMkx",Wo="tempest_dropzone_jqua0",zo="tempest_active_CG9Uk",qo="tempest_disabled_WNUUl",Uo="tempest_icon_i9fGH",Go="tempest_title_bTVFl",Jo="tempest_subtitle_S54OV",Ko="tempest_files_WljYm",Ho="tempest_file_Lp-dR",Vo="tempest_fileMeta_LTnN2",Qo="tempest_remove_jskra",Zo="tempest_hidden_ReEq6",I={wrapper:Bo,label:Oo,dropzone:Wo,active:zo,disabled:qo,icon:Uo,title:Go,subtitle:Jo,files:Ko,file:Ho,fileMeta:Vo,remove:Qo,hidden:Zo};function Xo(e){return e<1024?`${e} B`:e<1024*1024?`${(e/1024).toFixed(1)} KB`:`${(e/1024/1024).toFixed(1)} MB`}function Yo(e,t){if(!t)return!0;const n=t.split(",").map(o=>o.trim().toLowerCase()),s=e.name.toLowerCase(),r=e.type.toLowerCase();return n.some(o=>o.startsWith(".")?s.endsWith(o):o.endsWith("/*")?r.startsWith(o.replace("/*","/")):r===o)}function ei({value:e,onChange:t,label:n,accept:s,multiple:r=!1,maxSize:o,onReject:a,disabled:c,title:l="Arraste arquivos aqui ou clique para selecionar",subtitle:p,className:d}){const[f,m]=u.useState(!1),g=u.useRef(null);function h(w){const v=[],x=[];for(const $ of Array.from(w)){if(!Yo($,s)){x.push({file:$,reason:"type"});continue}if(o&&$.size>o){x.push({file:$,reason:"size"});continue}v.push($)}if(x.length>0&&a?.(x),v.length===0)return;const k=r?[...e,...v]:v.slice(0,1);t(k)}function _(w){w.preventDefault(),m(!1),!c&&w.dataTransfer?.files&&h(w.dataTransfer.files)}function b(w){const v=e.slice();v.splice(w,1),t(v)}return i.jsxs("div",{className:y(I.wrapper,d),children:[n&&i.jsx("label",{className:I.label,children:n}),i.jsxs("div",{className:y(I.dropzone,f&&I.active,c&&I.disabled),role:"button",tabIndex:c?-1:0,onClick:()=>!c&&g.current?.click(),onKeyDown:w=>{(w.key==="Enter"||w.key===" ")&&(w.preventDefault(),g.current?.click())},onDragEnter:w=>{w.preventDefault(),c||m(!0)},onDragOver:w=>w.preventDefault(),onDragLeave:()=>m(!1),onDrop:_,children:[i.jsx("div",{className:I.icon,"aria-hidden":!0,children:i.jsx(ti,{})}),i.jsx("p",{className:I.title,children:l}),p&&i.jsx("p",{className:I.subtitle,children:p}),i.jsx("input",{ref:g,type:"file",accept:s,multiple:r,disabled:c,className:I.hidden,onChange:w=>{w.target.files&&h(w.target.files),w.target.value=""}})]}),e.length>0&&i.jsx("ul",{className:I.files,children:e.map((w,v)=>i.jsxs("li",{className:I.file,children:[i.jsxs("div",{children:[i.jsx("div",{children:w.name}),i.jsx("div",{className:I.fileMeta,children:Xo(w.size)})]}),i.jsx("button",{type:"button","aria-label":`Remover ${w.name}`,className:I.remove,onClick:()=>b(v),children:"×"})]},`${w.name}-${v}`))})]})}function ti(){return i.jsx("svg",{width:"32",height:"32",viewBox:"0 0 24 24",fill:"none",children:i.jsx("path",{d:"M12 16V4m0 0l-4 4m4-4l4 4M4 20h16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}const ni="tempest_form_jNBDR",si="tempest_stack_O1Hl-",ri="tempest_inline_LBQAv",oi="tempest_grid_-B86T",ii="tempest_section_HGqw3",ai="tempest_sectionHeader_ji9hQ",ci="tempest_sectionTitle_GTPwe",li="tempest_sectionDescription_KjW7k",ui="tempest_sectionBody_Vp2wz",di="tempest_row_1EkVR",pi="tempest_actions_hK95I",fi="tempest_start_gXnm3",mi="tempest_center_mKkz4",hi="tempest_end_O3yDQ",_i="tempest_between_tte2z",W={form:ni,stack:si,inline:ri,grid:oi,section:ii,sectionHeader:ai,sectionTitle:ci,sectionDescription:li,sectionBody:ui,row:di,actions:pi,start:fi,center:mi,end:hi,between:_i};function be(e,t){return e===void 0?`${t*4}px`:typeof e=="number"?`${e*4}px`:e}function Ke(e){return e===void 0?"repeat(2, minmax(0, 1fr))":typeof e=="number"?`repeat(${e}, minmax(0, 1fr))`:e}const gi=u.forwardRef(function({layout:t="stack",columns:n,gap:s,className:r,style:o,children:a,...c},l){const p={gap:be(s,4),...t==="grid"?{gridTemplateColumns:Ke(n)}:null,...o};return i.jsx("form",{ref:l,className:y(W.form,W[t],r),style:p,...c,children:a})});function bi({title:e,description:t,layout:n="stack",columns:s,gap:r,className:o,style:a,children:c,...l}){const p={gap:be(r,4),...n==="grid"?{gridTemplateColumns:Ke(s)}:null};return i.jsxs("section",{className:y(W.section,o),style:a,...l,children:[(e||t)&&i.jsxs("header",{className:W.sectionHeader,children:[e&&i.jsx("h3",{className:W.sectionTitle,children:e}),t&&i.jsx("p",{className:W.sectionDescription,children:t})]}),i.jsx("div",{className:y(W.sectionBody,W[n]),style:p,children:c})]})}function yi({gap:e,className:t,style:n,children:s,...r}){const o={gap:be(e,3),...n};return i.jsx("div",{className:y(W.row,t),style:o,...r,children:s})}function wi({align:e="end",gap:t,className:n,style:s,children:r,...o}){const a={gap:be(t,2),...s};return i.jsx("div",{className:y(W.actions,W[e],n),style:a,...o,children:r})}const vi="tempest_container_fJfOt",xi="tempest_sm_k8D4-",ji="tempest_md_EnpYy",ki="tempest_lg_UU-Ig",Si="tempest_xl_2TEWj",$i="tempest_full_l8bvG",Ni="tempest_stack_sxR8u",Ei="tempest_vertical_2TMf5",Ci="tempest_horizontal_r7-c-",Ti="tempest_center_EDSAh",Li="tempest_start_ucQ-K",Ii="tempest_end_pnKlF",Ri="tempest_stretch_pX6l7",Mi="tempest_justifyStart_lHYsS",Di="tempest_justifyCenter_JH2m6",Pi="tempest_justifyEnd_EBisT",Ai="tempest_justifyBetween_mAJwT",Fi="tempest_wrap_-xxOh",Bi="tempest_grid_o-JIX",P={container:vi,sm:xi,md:ji,lg:ki,xl:Si,full:$i,stack:Ni,vertical:Ei,horizontal:Ci,center:Ti,start:Li,end:Ii,stretch:Ri,justifyStart:Mi,justifyCenter:Di,justifyEnd:Pi,justifyBetween:Ai,wrap:Fi,grid:Bi};function Oi({size:e="lg",className:t,children:n,...s}){return i.jsx("div",{className:y(P.container,P[e],t),...s,children:n})}function Wi(e){return typeof e=="object"&&e!==null&&("mobile"in e||"tablet"in e||"desktop"in e)}function _e(e,t){if(e!==void 0)return Wi(e)?t==="desktop"?e.desktop??e.tablet??e.mobile:t==="tablet"?e.tablet??e.mobile??e.desktop:e.mobile??e.tablet??e.desktop:e}function He(e){if(e!==void 0)return typeof e=="number"?`${e*4}px`:e}function Ve(e,t){return e?"mobile":t?"tablet":"desktop"}function zi({direction:e="vertical",gap:t=2,align:n,justify:s,wrap:r=!1,className:o,style:a,children:c,...l}){const{isMobile:p,isTablet:d}=ie(),f=Ve(p,d),m=_e(e,f)??"vertical",h={gap:He(_e(t,f)),...a},_=s==="between"?P.justifyBetween:s==="center"?P.justifyCenter:s==="end"?P.justifyEnd:s==="start"?P.justifyStart:void 0;return i.jsx("div",{className:y(P.stack,m==="vertical"?P.vertical:P.horizontal,n&&P[n],_,r&&P.wrap,o),style:h,...l,children:c})}function qi(e){if(e!==void 0)return typeof e=="number"?`repeat(${e}, minmax(0, 1fr))`:e}function Ui({columns:e=2,gap:t=4,className:n,style:s,children:r,...o}){const{isMobile:a,isTablet:c}=ie(),l=Ve(a,c),p=qi(_e(e,l)),d=He(_e(t,l));return i.jsx("div",{className:y(P.grid,n),style:{gridTemplateColumns:p,gap:d,...s},...o,children:r})}const Gi="tempest_kbd_jgbYx",Ji="tempest_sm_9WPWA",Ki="tempest_md_BePC0",Hi="tempest_lg_cBKum",Pe={kbd:Gi,sm:Ji,md:Ki,lg:Hi};function Vi({size:e="md",className:t,children:n,...s}){return i.jsx("kbd",{className:y(Pe.kbd,Pe[e],t),...s,children:n})}const Qi="tempest_wrapper_cRGQm",Zi="tempest_controls_fdL-y",Xi="tempest_page_WjG0l",Yi="tempest_active_1kqsJ",ea="tempest_ellipsis_V294k",ta="tempest_sizeSelect_ZayTo",na="tempest_numeric_ztI0I",sa="tempest_summary_ZTggV",B={wrapper:Qi,controls:Zi,page:Xi,active:Yi,ellipsis:ea,sizeSelect:ta,numeric:na,summary:sa};function ra(e,t,n){const s=n+4;if(t<=s)return Array.from({length:t},(c,l)=>l+1);const r=Math.max(2,e-Math.floor(n/2)),o=Math.min(t-1,r+n-1),a=[1];r>2&&a.push("...");for(let c=r;c<=o;c++)a.push(c);return o<t-1&&a.push("..."),a.push(t),a}function oa({page:e,totalPages:t,onPageChange:n,pageSize:s,onPageSizeChange:r,pageSizeOptions:o=[10,25,50,100],totalItems:a,siblingCount:c=3,className:l}){const p=u.useMemo(()=>ra(e,t,c),[e,t,c]);return t<=1&&!r?null:i.jsxs("div",{className:y(B.wrapper,l),children:[i.jsx("div",{className:B.summary,children:typeof a=="number"?`${a} resultado${a===1?"":"s"}`:`Página ${e} de ${t}`}),i.jsxs("div",{className:B.controls,children:[i.jsx("button",{type:"button",className:B.page,onClick:()=>n(Math.max(1,e-1)),disabled:e<=1,"aria-label":"Página anterior",children:"‹"}),p.map((d,f)=>d==="..."?i.jsx("span",{className:y(B.ellipsis,B.numeric),children:"…"},`ellipsis-${f}`):i.jsx("button",{type:"button",className:y(B.page,B.numeric,d===e&&B.active),onClick:()=>n(d),"aria-current":d===e?"page":void 0,children:d},d)),i.jsx("button",{type:"button",className:B.page,onClick:()=>n(Math.min(t,e+1)),disabled:e>=t,"aria-label":"Próxima página",children:"›"}),r&&i.jsx("select",{className:B.sizeSelect,value:s,onChange:d=>r(Number(d.target.value)),"aria-label":"Itens por página",children:o.map(d=>i.jsxs("option",{value:d,children:[d," / página"]},d))})]})]})}const ia="tempest_root_vEMon",aa="tempest_popover_E9K9X",ca="tempest_tempest-popover-in_W8miP",la="tempest_top_TYlrh",ua="tempest_bottom_wGs70",da="tempest_left_h7fCr",pa="tempest_right_--bJW",ve={root:ia,popover:aa,tempestPopoverIn:ca,top:la,bottom:ua,left:da,right:pa};function fa({trigger:e,children:t,placement:n="bottom",open:s,onOpenChange:r,defaultOpen:o=!1,closeOnEsc:a=!0,closeOnOutsideClick:c=!0,className:l}){const p=s!==void 0,[d,f]=u.useState(o),m=p?s:d,g=u.useId(),h=u.useRef(null),_=u.useCallback(v=>{p||f(v),r?.(v)},[p,r]);u.useEffect(()=>{if(!m)return;const v=k=>{a&&k.key==="Escape"&&_(!1)},x=k=>{c&&h.current&&!h.current.contains(k.target)&&_(!1)};return window.addEventListener("keydown",v),window.addEventListener("mousedown",x),()=>{window.removeEventListener("keydown",v),window.removeEventListener("mousedown",x)}},[m,a,c,_]);const b=v=>{e.props.onClick?.(v),_(!m)},w={...e,props:{...e.props,onClick:b,"aria-expanded":m,"aria-controls":g}};return i.jsxs("span",{ref:h,className:ve.root,children:[w,m&&i.jsx("div",{id:g,role:"dialog",className:y(ve.popover,ve[n],l),children:t})]})}const ma="tempest_wrapper_BQek1",ha="tempest_bar_uC-0x",_a="tempest_fill_vmg7x",ga="tempest_success_gWJ8U",ba="tempest_warning_DGkPO",ya="tempest_danger_gfwHh",wa="tempest_indeterminate_HojUj",va="tempest_tempest-progress-loop_0nEdF",xa="tempest_label_qqHJM",se={wrapper:ma,bar:ha,fill:_a,success:ga,warning:ba,danger:ya,indeterminate:wa,tempestProgressLoop:va,label:xa};function ja({value:e=0,max:t=100,variant:n="primary",indeterminate:s=!1,showLabel:r=!1,label:o,className:a}){const c=s?0:Math.max(0,Math.min(100,e/t*100));return i.jsxs("div",{className:y(se.wrapper,a),children:[(r||o)&&i.jsxs("div",{className:se.label,children:[o&&i.jsx("span",{children:o}),r&&!s&&i.jsxs("span",{children:[Math.round(c),"%"]})]}),i.jsx("div",{role:"progressbar","aria-valuemin":0,"aria-valuemax":t,"aria-valuenow":s?void 0:e,className:y(se.bar,s&&se.indeterminate),children:i.jsx("div",{className:y(se.fill,n!=="primary"&&se[n]),style:{width:s?void 0:`${c}%`}})})]})}const ka="tempest_wrapper_P-gFm",Sa="tempest_disabled_0-cna",$a="tempest_input_7R8ZN",Na="tempest_dot_P7ejP",Ea="tempest_labelWrap_iQ1HR",Ca="tempest_label_vAFIP",Ta="tempest_description_bEB8u",La="tempest_group_oi329",Ia="tempest_horizontal_1Ovgu",Q={wrapper:ka,disabled:Sa,input:$a,dot:Na,labelWrap:Ea,label:Ca,description:Ta,group:La,horizontal:Ia},Qe=u.createContext(null),Ra=u.forwardRef(function({label:t,description:n,value:s,disabled:r,name:o,checked:a,onChange:c,wrapperClassName:l,className:p,...d},f){const m=u.useContext(Qe),g=m?.name??o,h=m?.disabled??r,_=m?m.value===s:a;function b(w){m&&m.onChange?.(s),c?.(w)}return i.jsxs("label",{className:y(Q.wrapper,h&&Q.disabled,l),children:[i.jsx("input",{ref:f,type:"radio",name:g,value:s,checked:_,disabled:h,onChange:b,className:y(Q.input,p),...d}),i.jsx("span",{className:Q.dot,"aria-hidden":!0}),(t||n)&&i.jsxs("span",{className:Q.labelWrap,children:[t&&i.jsx("span",{className:Q.label,children:t}),n&&i.jsx("span",{className:Q.description,children:n})]})]})});function Ma({value:e,defaultValue:t,onChange:n,name:s,disabled:r,horizontal:o=!1,className:a,children:c}){const l=u.useId(),p=s??l,[d,f]=u.useState(t),m=e!==void 0,g=m?e:d;function h(_){m||f(_),n?.(_)}return i.jsx(Qe.Provider,{value:{name:p,value:g,onChange:h,disabled:r},children:i.jsx("div",{role:"radiogroup",className:y(Q.group,o&&Q.horizontal,a),children:c})})}const Da="tempest_wrapper_o1aOo",Pa="tempest_label_jaBOA",Aa="tempest_value_GKfOu",Fa="tempest_field_YxCzt",Ba="tempest_track_j-2iy",Oa="tempest_fill_1pbqj",Wa="tempest_input_1MASw",za="tempest_helper_uqxKu",K={wrapper:Da,label:Pa,value:Aa,field:Fa,track:Ba,fill:Oa,input:Wa,helper:za};function qa({value:e,onChange:t,min:n=0,max:s=100,step:r=1,label:o,helperText:a,disabled:c=!1,formatValue:l,className:p}){const[d,f]=e,m=s-n,g=u.useMemo(()=>(d-n)/m*100,[d,n,m]),h=u.useMemo(()=>(f-n)/m*100,[f,n,m]),_=l?.(e)??`${d} – ${f}`,b=u.useCallback(v=>{const x=Math.min(Number(v.target.value),f);t([x,f])},[f,t]),w=u.useCallback(v=>{const x=Math.max(Number(v.target.value),d);t([d,x])},[d,t]);return i.jsxs("div",{className:y(K.wrapper,p),children:[o&&i.jsxs("div",{className:K.label,children:[i.jsx("span",{children:o}),i.jsx("span",{className:K.value,children:_})]}),i.jsxs("div",{className:K.field,children:[i.jsx("div",{className:K.track}),i.jsx("div",{className:K.fill,style:{left:`${g}%`,right:`${100-h}%`}}),i.jsx("input",{type:"range",className:K.input,min:n,max:s,step:r,value:d,onChange:b,disabled:c,"aria-label":o?`${o} (mínimo)`:"Mínimo"}),i.jsx("input",{type:"range",className:K.input,min:n,max:s,step:r,value:f,onChange:w,disabled:c,"aria-label":o?`${o} (máximo)`:"Máximo"})]}),a&&i.jsx("span",{className:K.helper,children:a})]})}const Ua="tempest_wrapper_K9Mqa",Ga="tempest_star_goIGS",Ja="tempest_filled_mMs-d",Ka="tempest_disabled_tyUlQ",Ha="tempest_readonly_bnKLN",Va="tempest_sm_K7-y9",Qa="tempest_md_ex2Tb",Za="tempest_lg_TstLJ",re={wrapper:Ua,star:Ga,filled:Ja,disabled:Ka,readonly:Ha,sm:Va,md:Qa,lg:Za};function Xa({value:e,max:t=5,onChange:n,size:s="md",readonly:r=!1,disabled:o=!1,label:a="Avaliação",className:c}){const[l,p]=u.useState(0),d=l>0?l:e,f=m=>{r||o||n?.(m)};return i.jsx("span",{role:"radiogroup","aria-label":a,className:y(re.wrapper,re[s],o&&re.disabled,r&&re.readonly,c),onMouseLeave:()=>p(0),children:Array.from({length:t},(m,g)=>{const h=g+1,_=h<=d;return i.jsx("button",{type:"button",role:"radio","aria-checked":e===h,"aria-label":`${h} ${h===1?"estrela":"estrelas"}`,className:y(re.star,_&&re.filled),disabled:o,onMouseEnter:()=>!r&&!o&&p(h),onClick:()=>f(h),children:i.jsx(Ya,{filled:_})},h)})})}function Ya({filled:e}){return i.jsx("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:e?"currentColor":"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round","aria-hidden":!0,children:i.jsx("path",{d:"M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14 2 9.27l6.91-1.01L12 2z"})})}function Ze(e,t,n,s,r){return s?(Array.isArray(s)?s:[s]).includes(e):!(t&&!r.above(t)||n&&!r.below(n))}function ec({above:e,below:t,only:n,children:s}){const r=ie();return Ze(r.current,e,t,n,r)?s:null}function tc({above:e,below:t,only:n,children:s}){const r=ie();return Ze(r.current,e,t,n,r)?null:s}const nc="tempest_wrapper_dKXJJ",sc="tempest_input_m0lPc",rc="tempest_iconLeft_030-U",oc="tempest_clear_nb6lG",fe={wrapper:nc,input:sc,iconLeft:rc,clear:oc},ic=u.forwardRef(function({value:t,onChange:n,onClear:s,wrapperClassName:r,placeholder:o="Buscar...",className:a,...c},l){function p(){n(""),s?.()}return i.jsxs("div",{className:y(fe.wrapper,r),children:[i.jsx("span",{className:fe.iconLeft,"aria-hidden":!0,children:i.jsx(ac,{})}),i.jsx("input",{ref:l,type:"search",value:t,onChange:d=>n(d.target.value),placeholder:o,className:y(fe.input,a),...c}),t&&i.jsx("button",{type:"button",className:fe.clear,"aria-label":"Limpar busca",onClick:p,children:i.jsx(cc,{})})]})});function ac(){return i.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",children:[i.jsx("circle",{cx:"11",cy:"11",r:"7",stroke:"currentColor",strokeWidth:"2"}),i.jsx("path",{d:"M20 20l-3.5-3.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})]})}function cc(){return i.jsx("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",children:i.jsx("path",{d:"M6 6l12 12M6 18L18 6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})})}const lc="tempest_wrapper_KS2K3",uc="tempest_label_Lmgos",dc="tempest_required_PvDVJ",pc="tempest_field_h-wBy",fc="tempest_select_cjdcr",mc="tempest_caret_MdCao",hc="tempest_error_sw9MU",_c="tempest_helper_frosK",gc="tempest_errorText_-zd6i",H={wrapper:lc,label:uc,required:dc,field:pc,select:fc,caret:mc,error:hc,helper:_c,errorText:gc},bc=u.forwardRef(function({label:t,helperText:n,error:s,options:r,placeholder:o,wrapperClassName:a,className:c,children:l,id:p,required:d,...f},m){const g=u.useId(),h=p??g;return i.jsxs("div",{className:y(H.wrapper,s&&H.error,a),children:[t&&i.jsxs("label",{htmlFor:h,className:H.label,children:[t,d&&i.jsx("span",{className:H.required,children:"*"})]}),i.jsxs("div",{className:H.field,children:[i.jsxs("select",{ref:m,id:h,"aria-invalid":!!s,required:d,className:y(H.select,c),...f,children:[o&&i.jsx("option",{value:"",disabled:!0,hidden:!0,children:o}),r?.map(_=>i.jsx("option",{value:_.value,disabled:_.disabled,children:_.label},_.value)),l]}),i.jsx("span",{className:H.caret,"aria-hidden":!0,children:i.jsx(yc,{})})]}),s?i.jsx("span",{className:H.errorText,children:s}):n?i.jsx("span",{className:H.helper,children:n}):null]})});function yc(){return i.jsx("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",children:i.jsx("path",{d:"M6 9l6 6 6-6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}const wc="tempest_skeleton_CB4uF",vc="tempest_text_-A8IF",xc="tempest_circle_DYcl8",xe={skeleton:wc,text:vc,circle:xc};function jc({variant:e="rect",width:t,height:n,className:s,style:r}){return i.jsx("span",{"aria-hidden":!0,className:y(xe.skeleton,e==="text"&&xe.text,e==="circle"&&xe.circle,s),style:{width:t,height:n,...r}})}const kc="tempest_spacer_okdOd",Sc="tempest_both_85qSF",$c="tempest_x_QiU2B",Nc="tempest_y_hTtCp",Ae={spacer:kc,both:Sc,x:$c,y:Nc};function Ec({axis:e="both",className:t,...n}){return i.jsx("div",{className:y(Ae.spacer,Ae[e],t),...n})}const Cc="tempest_spinner_GpFZS",Tc="tempest_tempest-spinner_wKVCY",Lc="tempest_xs_p8BFI",Ic="tempest_sm_3sIoD",Rc="tempest_md_M2sPj",Mc="tempest_lg_IxTw2",Dc="tempest_xl_cgwqq",Fe={spinner:Cc,tempestSpinner:Tc,xs:Lc,sm:Ic,md:Rc,lg:Mc,xl:Dc};function Pc({size:e="md",className:t,label:n="Carregando"}){return i.jsx("span",{role:"status","aria-label":n,className:y(Fe.spinner,Fe[e],t)})}const Ac="tempest_stepper_w3qjQ",Fc="tempest_vertical_d4mOs",Bc="tempest_step_s2nqL",Oc="tempest_dot_d1bSL",Wc="tempest_completed_gcFHM",zc="tempest_active_kL-CH",qc="tempest_label_8irAI",Uc="tempest_connector_lyeWp",V={stepper:Ac,vertical:Fc,step:Bc,dot:Oc,completed:Wc,active:zc,label:qc,connector:Uc};function Gc({steps:e,current:t,orientation:n="horizontal",className:s}){return i.jsx("ol",{className:y(V.stepper,n==="vertical"&&V.vertical,s),children:e.map((r,o)=>{const a=o<t,c=o===t;return i.jsxs(u.Fragment,{children:[i.jsxs("li",{className:y(V.step,a&&V.completed,c&&V.active),"aria-current":c?"step":void 0,children:[i.jsx("span",{className:V.dot,children:a?"✓":o+1}),i.jsx("span",{className:V.label,children:r.label})]}),o<e.length-1&&i.jsx("span",{className:y(V.connector,a&&V.completed),"aria-hidden":!0})]},o)})})}const Jc="tempest_wrapper_kudO9",Kc="tempest_disabled_2aZ0V",Hc="tempest_input_5BPNu",Vc="tempest_track_7ObdZ",Qc="tempest_thumb_-FTeK",Zc="tempest_label_LrH7V",oe={wrapper:Jc,disabled:Kc,input:Hc,track:Vc,thumb:Qc,label:Zc},Xc=u.forwardRef(function({label:t,disabled:n,wrapperClassName:s,className:r,...o},a){return i.jsxs("label",{className:y(oe.wrapper,n&&oe.disabled,s),children:[i.jsx("input",{ref:a,type:"checkbox",role:"switch",disabled:n,className:y(oe.input,r),...o}),i.jsx("span",{className:oe.track,"aria-hidden":!0,children:i.jsx("span",{className:oe.thumb})}),t&&i.jsx("span",{className:oe.label,children:t})]})}),Yc="tempest_scroll_unrJp",el="tempest_table_Dkosn",tl="tempest_th_PNuEx",nl="tempest_td_jv9tA",sl="tempest_tr_7UG8J",rl="tempest_clickable_B6Si-",ol="tempest_alignRight_9hY0G",il="tempest_alignCenter_YiUQy",al="tempest_emptyRow_kdMiv",cl="tempest_priorityTablet_3alUt",ll="tempest_priorityDesktop_3f8Fq",ul="tempest_stackable_heix7",dl="tempest_stackableHead_mKGcA",pl="tempest_stackableRow_qPNqc",N={scroll:Yc,table:el,th:tl,td:nl,tr:sl,clickable:rl,alignRight:ol,alignCenter:il,emptyRow:al,priorityTablet:cl,priorityDesktop:ll,stackable:ul,stackableHead:dl,stackableRow:pl};function Be(e){if(e==="tablet")return N.priorityTablet;if(e==="desktop")return N.priorityDesktop}function fl({columns:e,data:t,rowKey:n,onRowClick:s,emptyMessage:r="Nenhum registro encontrado.",className:o,stackOnMobile:a=!1}){return i.jsx("div",{className:y(N.scroll,a&&N.stackable,o),children:i.jsxs("table",{className:N.table,children:[i.jsx("thead",{className:y(a&&N.stackableHead),children:i.jsx("tr",{children:e.map(c=>i.jsx("th",{className:y(N.th,c.align==="right"&&N.alignRight,c.align==="center"&&N.alignCenter,Be(c.priority)),style:{width:c.width},children:c.header},c.key))})}),i.jsx("tbody",{children:t.length===0?i.jsx("tr",{children:i.jsx("td",{className:N.emptyRow,colSpan:e.length,children:r})}):t.map((c,l)=>i.jsx("tr",{className:y(N.tr,s&&N.clickable,a&&N.stackableRow),onClick:s?()=>s(c):void 0,children:e.map(p=>{const d=p.render?p.render(c,l):c[p.key];return i.jsx("td",{className:y(N.td,p.align==="right"&&N.alignRight,p.align==="center"&&N.alignCenter,Be(p.priority),p.className),"data-label":typeof p.header=="string"?p.header:void 0,children:d},p.key)})},n(c,l)))})]})})}const ml="tempest_tablist_WR6ag",hl="tempest_tab_IdDYc",_l="tempest_active_PTNtG",gl="tempest_panel_08i9c",bl="tempest_pill_lGuqn",ue={tablist:ml,tab:hl,active:_l,panel:gl,pill:bl};function yl({items:e,defaultId:t,activeId:n,onChange:s,variant:r="underline",className:o}){const a=e.find(g=>!g.disabled),[c,l]=u.useState(t??a?.id),p=n!==void 0,d=p?n:c,f=e.find(g=>g.id===d)??a;function m(g){p||l(g),s?.(g)}return i.jsxs("div",{className:o,children:[i.jsx("div",{role:"tablist",className:y(ue.tablist,r==="pill"&&ue.pill),children:e.map(g=>{const h=g.id===f?.id;return i.jsx("button",{type:"button",role:"tab","aria-selected":h,"aria-controls":`panel-${g.id}`,id:`tab-${g.id}`,disabled:g.disabled,className:y(ue.tab,h&&ue.active),onClick:()=>m(g.id),children:g.label},g.id)})}),f&&i.jsx("div",{role:"tabpanel",id:`panel-${f.id}`,"aria-labelledby":`tab-${f.id}`,className:ue.panel,children:f.content})]})}const wl="tempest_wrapper_C0gfg",vl="tempest_label_cWLXP",xl="tempest_required_rDZXE",jl="tempest_textarea_Z-y6g",kl="tempest_error_NWC9f",Sl="tempest_helper_gedut",$l="tempest_errorText_ey07q",ee={wrapper:wl,label:vl,required:xl,textarea:jl,error:kl,helper:Sl,errorText:$l},Nl=u.forwardRef(function({label:t,helperText:n,error:s,wrapperClassName:r,className:o,id:a,required:c,...l},p){const d=u.useId(),f=a??d;return i.jsxs("div",{className:y(ee.wrapper,s&&ee.error,r),children:[t&&i.jsxs("label",{htmlFor:f,className:ee.label,children:[t,c&&i.jsx("span",{className:ee.required,children:"*"})]}),i.jsx("textarea",{ref:p,id:f,"aria-invalid":!!s,required:c,className:y(ee.textarea,o),...l}),s?i.jsx("span",{className:ee.errorText,children:s}):n?i.jsx("span",{className:ee.helper,children:n}):null]})}),El="tempest_trigger_Dmc5E",Cl="tempest_bubble_TPGHB",Tl="tempest_tempest-tooltip-in_csYeZ",Ll="tempest_top_m2tnn",Il="tempest_bottom_9Twz4",Rl="tempest_left_UPdrG",Ml="tempest_right_CV--T",je={trigger:El,bubble:Cl,tempestTooltipIn:Tl,top:Ll,bottom:Il,left:Rl,right:Ml};function Dl({content:e,placement:t="top",children:n,disabled:s=!1,openDelay:r=150}){const[o,a]=u.useState(!1),c=u.useId();let l=null;function p(){s||(l&&clearTimeout(l),l=setTimeout(()=>a(!0),r))}function d(){l&&(clearTimeout(l),l=null),a(!1)}const f=u.cloneElement(n,{onMouseEnter:p,onMouseLeave:d,onFocus:p,onBlur:d,"aria-describedby":o?c:void 0});return i.jsxs("span",{className:je.trigger,children:[f,o&&i.jsx("span",{id:c,role:"tooltip",className:y(je.bubble,je[t]),children:e})]})}const Pl="tempest_container_x4-Qm",Al="tempest_positionTopRight_gbUCQ",Fl="tempest_positionTopLeft_Z-tMJ",Bl="tempest_positionTopCenter_A4Ze4",Ol="tempest_positionBottomRight_MGo19",Wl="tempest_positionBottomLeft_DpiNe",zl="tempest_positionBottomCenter_XUdok",ql="tempest_toast_FLdHz",Ul="tempest_tempest-toast-in_E2d-A",Gl="tempest_success_Oy694",Jl="tempest_warning_84GC8",Kl="tempest_error_hrQAA",Hl="tempest_info_eq5bQ",Vl="tempest_title_-H6R2",Ql="tempest_description_-QwfC",Zl="tempest_close_i10-s",A={container:Pl,positionTopRight:Al,positionTopLeft:Fl,positionTopCenter:Bl,positionBottomRight:Ol,positionBottomLeft:Wl,positionBottomCenter:zl,toast:ql,tempestToastIn:Ul,success:Gl,warning:Jl,error:Kl,info:Hl,title:Vl,description:Ql,close:Zl},Xe=u.createContext(null);function Xl(){const e=u.useContext(Xe);if(!e)throw new Error("useToast must be used inside a <ToastProvider>");return e}function Yl({children:e,defaultDuration:t=4e3,position:n="top-right"}){const[s,r]=u.useState([]),o=u.useRef(0),a=u.useCallback(p=>{r(d=>d.filter(f=>f.id!==p))},[]),c=u.useCallback(p=>{const d=p.id??`toast-${++o.current}`,f={id:d,title:p.title,description:p.description,variant:p.variant??"info",duration:p.duration??t};return r(m=>[...m,f]),d},[t]),l=u.useMemo(()=>({show:c,dismiss:a,success:(p,d)=>c({...d,description:p,variant:"success"}),error:(p,d)=>c({...d,description:p,variant:"error"}),warning:(p,d)=>c({...d,description:p,variant:"warning"}),info:(p,d)=>c({...d,description:p,variant:"info"})}),[c,a]);return i.jsxs(Xe.Provider,{value:l,children:[e,i.jsx(tu,{toasts:s,onDismiss:a,position:n})]})}function eu(e){switch(e){case"top-left":return A.positionTopLeft;case"top-center":return A.positionTopCenter;case"bottom-right":return A.positionBottomRight;case"bottom-left":return A.positionBottomLeft;case"bottom-center":return A.positionBottomCenter;default:return A.positionTopRight}}function tu({toasts:e,onDismiss:t,position:n}){return typeof document>"u"?null:Ce.createPortal(i.jsx("div",{className:y(A.container,eu(n)),"aria-live":"polite","aria-atomic":"true",children:e.map(s=>i.jsx(nu,{toast:s,onDismiss:t},s.id))}),document.body)}function nu({toast:e,onDismiss:t}){return u.useEffect(()=>{if(!e.duration)return;const n=setTimeout(()=>t(e.id),e.duration);return()=>clearTimeout(n)},[e.id,e.duration,t]),i.jsxs("div",{className:y(A.toast,A[e.variant]),role:"status",children:[i.jsxs("div",{children:[e.title&&i.jsx("p",{className:A.title,children:e.title}),e.description&&i.jsx("p",{className:A.description,children:e.description})]}),i.jsx("button",{type:"button",className:A.close,"aria-label":"Fechar notificação",onClick:()=>t(e.id),children:i.jsx(su,{})})]})}function su(){return i.jsx("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",children:i.jsx("path",{d:"M6 6l12 12M6 18L18 6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})})}const ru="tempest_scroll_8Giwl",ou="tempest_spacer_P3Pvl",iu="tempest_row_Ff0VU",ke={scroll:ru,spacer:ou,row:iu};function au({items:e,itemHeight:t,renderItem:n,height:s,overscan:r=4,getKey:o,className:a,style:c}){const l=u.useRef(null),[p,d]=u.useState(0),[f,m]=u.useState(0);u.useEffect(()=>{const w=l.current;if(!w||(m(w.clientHeight),typeof ResizeObserver>"u"))return;const v=new ResizeObserver(()=>m(w.clientHeight));return v.observe(w),()=>v.disconnect()},[]);const g=e.length*t,h=Math.max(0,Math.floor(p/t)-r),_=Math.ceil(f/t)+r*2,b=Math.min(e.length,h+_);return i.jsx("div",{ref:l,className:y(ke.scroll,a),style:{height:s,...c},onScroll:w=>d(w.target.scrollTop),role:"list",children:i.jsx("div",{className:ke.spacer,style:{height:g},children:e.slice(h,b).map((w,v)=>{const x=h+v,k=o?o(w,x):x;return i.jsx("div",{role:"listitem",className:ke.row,style:{top:x*t,height:t},children:n(w,x)},k)})})})}function cu(e,t=300){const[n,s]=u.useState(e);return u.useEffect(()=>{const r=setTimeout(()=>s(e),t);return()=>clearTimeout(r)},[e,t]),n}function lu(e=1,t=50){const[n,s]=u.useState(e),[r,o]=u.useState(t),a=u.useCallback(()=>s(1),[]);return{page:n,size:r,setPage:s,setSize:o,reset:a}}function uu(e,t,n){return u.useMemo(()=>{const s=t.trim().toLowerCase();return s?typeof n=="function"?e.filter(r=>n(r,s)):e.filter(r=>n.some(o=>{const a=r[o];return a!=null&&String(a).toLowerCase().includes(s)})):e},[e,t,n])}function du(e){const[t,n]=u.useState(()=>typeof window>"u"?!1:window.matchMedia(e).matches);return u.useEffect(()=>{if(typeof window>"u")return;const s=window.matchMedia(e),r=o=>n(o.matches);return n(s.matches),s.addEventListener("change",r),()=>s.removeEventListener("change",r)},[e]),t}function pu(e,t,n,s){const r=u.useRef(t);r.current=t,u.useEffect(()=>{const o=n===void 0?typeof window>"u"?null:window:"current"in n?n.current??null:n;if(!o?.addEventListener)return;const a=c=>r.current(c);return o.addEventListener(e,a,s),()=>o.removeEventListener(e,a,s)},[e,n,s])}const fu=JSON.stringify,mu=e=>JSON.parse(e);function hu(e,t,n={}){const s=n.serialize??fu,r=n.deserialize??mu,o=u.useCallback(()=>{if(typeof window>"u")return t;try{const d=window.localStorage.getItem(e);return d===null?t:r(d)}catch{return t}},[e,t,r]),[a,c]=u.useState(o);u.useEffect(()=>{c(o())},[o]);const l=u.useCallback(d=>{c(f=>{const m=typeof d=="function"?d(f):d;try{typeof window<"u"&&window.localStorage.setItem(e,s(m))}catch{}return m})},[e,s]),p=u.useCallback(()=>{try{typeof window<"u"&&window.localStorage.removeItem(e)}catch{}c(t)},[e,t]);return u.useEffect(()=>{if(typeof window>"u")return;const d=f=>{if(f.key===e){if(f.newValue===null){c(t);return}try{c(r(f.newValue))}catch{}}};return window.addEventListener("storage",d),()=>window.removeEventListener("storage",d)},[e,t,r]),[a,l,p]}function _u(e=!1){const[t,n]=u.useState(e),s=u.useCallback(()=>n(c=>!c),[]),r=u.useCallback(()=>n(!0),[]),o=u.useCallback(()=>n(!1),[]),a=u.useCallback(c=>n(c),[]);return[t,{toggle:s,setTrue:r,setFalse:o,set:a}]}function gu(e,t=[],n={}){const{immediate:s=!1}=n,[r,o]=u.useState({status:"idle",data:void 0,error:void 0}),a=u.useRef(e);a.current=e;const c=u.useRef(0),l=u.useRef(!0);u.useEffect(()=>(l.current=!0,()=>{l.current=!1}),[]);const p=u.useCallback(async()=>{const f=++c.current;o(m=>({...m,status:"pending",error:void 0}));try{const m=await a.current();return l.current&&c.current===f&&o({status:"success",data:m,error:void 0}),m}catch(m){throw l.current&&c.current===f&&o({status:"error",data:void 0,error:m}),m}},[]),d=u.useCallback(()=>{c.current++,o({status:"idle",data:void 0,error:void 0})},[]);return u.useEffect(()=>{s&&p().catch(()=>{})},[s,...t]),{status:r.status,data:r.data,error:r.error,isPending:r.status==="pending",isSuccess:r.status==="success",isError:r.status==="error",run:p,reset:d}}function bu(){const[e,t]=u.useState(()=>typeof navigator>"u"?!0:navigator.onLine);return u.useEffect(()=>{if(typeof window>"u")return;const n=()=>t(!0),s=()=>t(!1);return window.addEventListener("online",n),window.addEventListener("offline",s),()=>{window.removeEventListener("online",n),window.removeEventListener("offline",s)}},[]),e}function yu(){const[e,t]=u.useState(()=>typeof document>"u"?"visible":document.visibilityState);return u.useEffect(()=>{if(typeof document>"u")return;const n=()=>t(document.visibilityState);return document.addEventListener("visibilitychange",n),()=>document.removeEventListener("visibilitychange",n)},[]),e}function wu(e,t={}){const[n,s]=u.useState(null),{once:r=!1,root:o,rootMargin:a,threshold:c}=t;return u.useEffect(()=>{const l=e.current;if(!l||typeof IntersectionObserver>"u")return;const p=new IntersectionObserver(([d])=>{d&&(s(d),r&&d.isIntersecting&&p.unobserve(l))},{root:o,rootMargin:a,threshold:c});return p.observe(l),()=>p.disconnect()},[e,r,o,a,c]),n}function vu(e){const[t,n]=u.useState(null);return u.useEffect(()=>{const s=e.current;if(!s||typeof ResizeObserver>"u")return;const r=new ResizeObserver(o=>{const a=o[0];if(!a)return;const c=a.contentRect;n({width:c.width,height:c.height})});return r.observe(s),()=>r.disconnect()},[e]),t}function xu(e={}){const{resetAfter:t=1500}=e,[n,s]=u.useState(!1),r=u.useRef(null),o=u.useCallback(()=>{r.current&&(clearTimeout(r.current),r.current=null),s(!1)},[]);u.useEffect(()=>()=>o(),[o]);const a=u.useCallback(async c=>{try{if(typeof navigator<"u"&&navigator.clipboard?.writeText)await navigator.clipboard.writeText(c);else if(typeof document<"u"){const l=document.createElement("textarea");l.value=c,l.style.position="fixed",l.style.opacity="0",document.body.appendChild(l),l.select(),document.execCommand("copy"),document.body.removeChild(l)}else return!1;return s(!0),r.current&&clearTimeout(r.current),r.current=setTimeout(()=>s(!1),t),!0}catch{return!1}},[t]);return{copied:n,copy:a,reset:o}}function ju(e,t){if(e.key.toLowerCase()!==t.key.toLowerCase())return!1;const n=!!t.ctrl,s=!!t.meta,r=!!t.shift,o=!!t.alt;if(t.mod){if(!e.ctrlKey&&!e.metaKey)return!1}else if(e.ctrlKey!==n||e.metaKey!==s)return!1;return!(e.shiftKey!==r||e.altKey!==o)}function ku(e){if(!(e instanceof HTMLElement))return!1;const t=e.tagName.toLowerCase();return t==="input"||t==="textarea"||t==="select"?!0:e.isContentEditable}function Su(e,t,n={}){const{disabled:s=!1,ignoreInput:r=!0}=n;u.useEffect(()=>{if(s||typeof window>"u")return;const o=a=>{r&&ku(a.target)||ju(a,e)&&t(a)};return window.addEventListener("keydown",o),()=>window.removeEventListener("keydown",o)},[s,r,e.key,e.ctrl,e.meta,e.shift,e.alt,e.mod,t])}function $u(){const[e,t]=u.useState(null),[n,s]=u.useState(!1);u.useEffect(()=>{if(typeof window>"u")return;const o=c=>{c.preventDefault(),t(c)},a=()=>{t(null),s(!0)};return window.addEventListener("beforeinstallprompt",o),window.addEventListener("appinstalled",a),()=>{window.removeEventListener("beforeinstallprompt",o),window.removeEventListener("appinstalled",a)}},[]);const r=u.useCallback(async()=>{if(!e)return"unsupported";await e.prompt();const o=await e.userChoice;return t(null),o.outcome==="accepted"&&s(!0),o.outcome},[e]);return{installable:!!e,installed:n,prompt:r}}const Oe=["mousemove","mousedown","keydown","touchstart","wheel","scroll"];function Nu(e=6e4){const[t,n]=u.useState(!1);return u.useEffect(()=>{if(typeof window>"u")return;let s=setTimeout(()=>n(!0),e);function r(){n(!1),clearTimeout(s),s=setTimeout(()=>n(!0),e)}for(const o of Oe)window.addEventListener(o,r,{passive:!0});return()=>{clearTimeout(s);for(const o of Oe)window.removeEventListener(o,r)}},[e]),t}function Eu(e={}){const{watch:t=!1,disabled:n=!1,...s}=e,[r,o]=u.useState({loading:!n,error:null,coords:null,timestamp:null});return u.useEffect(()=>{if(n||typeof navigator>"u"||!navigator.geolocation){o(l=>({...l,loading:!1}));return}const a=l=>{o({loading:!1,error:null,coords:l.coords,timestamp:l.timestamp})},c=l=>{o(p=>({...p,loading:!1,error:l}))};if(t){const l=navigator.geolocation.watchPosition(a,c,s);return()=>navigator.geolocation.clearWatch(l)}navigator.geolocation.getCurrentPosition(a,c,s)},[n,t,s.enableHighAccuracy,s.maximumAge,s.timeout]),r}function Cu(e){u.useEffect(()=>{if(!e||typeof document>"u")return;const t=document.body,n=t.style.overflow;return t.style.overflow="hidden",()=>{t.style.overflow=n}},[e])}const Tu=["a[href]","button:not([disabled])","textarea:not([disabled])","input:not([disabled])","select:not([disabled])","[tabindex]:not([tabindex='-1'])"].join(",");function Lu(e,t){u.useEffect(()=>{if(!t)return;const n=e.current;if(!n)return;const s=document.activeElement;function r(){return Array.from(n?.querySelectorAll(Tu)??[]).filter(c=>{if(c.hasAttribute("aria-hidden"))return!1;const l=typeof window<"u"?window.getComputedStyle(c):null;return!(l&&(l.display==="none"||l.visibility==="hidden"))})}function o(c){if(c.key!=="Tab")return;const l=r();if(l.length===0){c.preventDefault();return}const p=l[0],d=l[l.length-1],f=document.activeElement;c.shiftKey?(f===p||!f||!n?.contains(f))&&(c.preventDefault(),d.focus()):f===d&&(c.preventDefault(),p.focus())}return r()[0]?.focus(),document.addEventListener("keydown",o),()=>{document.removeEventListener("keydown",o),s?.focus?.()}},[e,t])}function Iu(e){const t=u.useRef(e);return t.current=e,u.useCallback((...n)=>t.current(...n),[])}function Ne(e,t){if(Object.is(e,t))return!0;if(typeof e!="object"||typeof t!="object"||e===null||t===null||Array.isArray(e)!==Array.isArray(t))return!1;if(Array.isArray(e)&&Array.isArray(t))return e.length!==t.length?!1:e.every((r,o)=>Ne(r,t[o]));const n=Object.keys(e),s=Object.keys(t);return n.length!==s.length?!1:n.every(r=>Ne(e[r],t[r]))}function Ru(e){const t=u.useRef(e);return Ne(t.current,e)||(t.current=e),t.current}function Mu(e,t,n){const s=new URL(t,e.endsWith("/")?e:`${e}/`);if(n)for(const[r,o]of Object.entries(n))o!=null&&s.searchParams.set(r,String(o));return s.toString()}function Du(e){return typeof FormData<"u"&&e instanceof FormData}async function We(e){let t=null;try{t=await e.clone().json()}catch{try{t=await e.text()}catch{t=null}}const n=(typeof t=="object"&&t!==null?t.detail??t.message:void 0)??`Erro ${e.status}`;return{status:e.status,detail:String(n),body:t}}function Pu(e){const t=e.fetcher??globalThis.fetch.bind(globalThis);function n(){const a=e.getToken?.();return a?{Authorization:`Bearer ${a}`}:{}}async function s(a,c){const{body:l,params:p,headers:d,...f}=c,m=Du(l),g={...m?{}:{"Content-Type":"application/json"},...e.headers,...n(),...d},h={...f,headers:g,credentials:e.withCredentials?"include":f.credentials,body:l==null?void 0:m?l:JSON.stringify(l)};return t(Mu(e.baseURL,a,p),h)}async function r(a,c={}){let l=await s(a,c);if(l.status===401)if(e.refresh)try{await e.refresh(),l=await s(a,c)}catch{throw await e.onUnauthorized?.(l),await We(l)}else await e.onUnauthorized?.(l);if(!l.ok)throw await We(l);return l.status===204?void 0:(l.headers.get("content-type")??"").includes("application/json")?await l.json():await l.text()}async function o(a,c,l="POST"){return r(a,{method:l,body:c})}return{request:r,get:(a,c)=>r(a,{...c,method:"GET"}),post:(a,c)=>r(a,{...c,method:"POST"}),put:(a,c)=>r(a,{...c,method:"PUT"}),patch:(a,c)=>r(a,{...c,method:"PATCH"}),delete:(a,c)=>r(a,{...c,method:"DELETE"}),upload:o}}function Au(e,t,n){const s=e.safeParse(t);if(s.success)return s.data;if(typeof process<"u"&&(process.env?.NODE_ENV==="development"||process.env?.NODE_ENV==="test")){const o=s.error.issues.map(a=>` - ${a.path.join(".")||"<root>"}: ${a.message}`).join(`
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("react/jsx-runtime"),u=require("react"),Fe=require("react-dom"),Z=require("react-hook-form"),ot=require("@tanstack/react-query"),Xt=require("zustand"),at=require("zustand/middleware"),Yt=require("dexie");function b(...e){const t=[];for(const n of e)if(!(n==null||n===!1||n===!0)){if(typeof n=="string")n&&t.push(n);else if(typeof n=="number"||typeof n=="bigint")t.push(String(n));else if(Array.isArray(n)){const s=b(...n);s&&t.push(s)}}return t.join(" ")}const Zt="tempest_accordion_LVhhv",en="tempest_item_7ryVk",tn="tempest_header_WaTdJ",nn="tempest_trigger_9BYFY",sn="tempest_chevron_i-HVZ",rn="tempest_open_98jLY",on="tempest_panel_Wx50w",de={accordion:Zt,item:en,header:tn,trigger:nn,chevron:sn,open:rn,panel:on};function an({items:e,multiple:t=!1,value:n,defaultValue:s=[],onChange:r,className:o}){const i=u.useId(),c=n!==void 0,[l,d]=u.useState(s),p=c?n:l,m=u.useCallback(f=>{const _=p.includes(f),h=t?_?p.filter(g=>g!==f):[...p,f]:_?[]:[f];c||d(h),r?.(h)},[p,t,c,r]);return a.jsx("div",{className:b(de.accordion,o),children:e.map(f=>{const _=p.includes(f.id),h=`${i}-${f.id}-panel`,g=`${i}-${f.id}-trigger`;return a.jsxs("div",{className:b(de.item,_&&de.open),children:[a.jsx("h3",{className:de.header,children:a.jsxs("button",{type:"button",id:g,className:de.trigger,"aria-expanded":_,"aria-controls":h,disabled:f.disabled,onClick:()=>m(f.id),children:[a.jsx("span",{children:f.title}),a.jsx(cn,{className:de.chevron})]})}),_&&a.jsx("div",{id:h,role:"region","aria-labelledby":g,className:de.panel,children:f.children})]},f.id)})})}function cn({className:e}){return a.jsx("svg",{className:e,width:"16",height:"16",viewBox:"0 0 24 24",fill:"none","aria-hidden":!0,children:a.jsx("path",{d:"M6 9l6 6 6-6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}const ln="tempest_alert_7cYyI",un="tempest_content_UXnmZ",dn="tempest_title_abGgF",pn="tempest_description_pXPvw",mn="tempest_icon_Zg6SB",fn="tempest_close_narep",hn="tempest_neutral_J7MH1",_n="tempest_solid_s-oW5",gn="tempest_outline_v7w9b",bn="tempest_info_9r3r1",yn="tempest_success_1bzoB",vn="tempest_warning_q-j1Q",wn="tempest_danger_CiZkW",te={alert:ln,content:un,title:dn,description:pn,icon:mn,close:fn,neutral:hn,solid:_n,outline:gn,info:bn,success:yn,warning:vn,danger:wn};function xn({variant:e="info",appearance:t="soft",title:n,description:s,icon:r,onClose:o,closeLabel:i="Dismiss",className:c,children:l,...d}){return a.jsxs("div",{role:"alert",className:b(te.alert,te[e],t==="solid"&&te.solid,t==="outline"&&te.outline,c),...d,children:[r&&a.jsx("span",{className:te.icon,children:r}),a.jsxs("div",{className:te.content,children:[n&&a.jsx("p",{className:te.title,children:n}),s&&a.jsx("p",{className:te.description,children:s}),l]}),o&&a.jsx("button",{type:"button",className:te.close,onClick:o,"aria-label":i,children:a.jsx(jn,{})})]})}function jn(){return a.jsx("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none","aria-hidden":!0,children:a.jsx("path",{d:"M6 6l12 12M18 6L6 18",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})})}const Ae={xs:480,sm:640,md:768,lg:1024,xl:1280,"2xl":1536},$n=["xs","sm","md","lg","xl","2xl"];function Nn(e){let t="xs";for(const n of $n)e>=Ae[n]&&(t=n);return t}function ve(){const[e,t]=u.useState(()=>typeof window>"u"?0:window.innerWidth);u.useEffect(()=>{if(typeof window>"u")return;const o=()=>t(window.innerWidth);return o(),window.addEventListener("resize",o,{passive:!0}),()=>window.removeEventListener("resize",o)},[]);const n=Nn(e),s=o=>e>=Ae[o],r=o=>e<Ae[o];return{current:n,width:e,above:s,below:r,isMobile:r("md"),isTablet:s("md")&&r("lg"),isDesktop:s("lg")}}const kn="tempest_shell_-xp0O",Sn="tempest_navbar_liTKV",En="tempest_row_PE41P",Cn="tempest_sidebar_wyx-V",Tn="tempest_main_O3GFv",Ln="tempest_footer_IFW4q",In="tempest_bottomNav_pKJ1v",pe={shell:kn,navbar:Sn,row:En,sidebar:Cn,main:Tn,footer:Ln,bottomNav:In};function Rn({navbar:e,sidebar:t,bottomNav:n,footer:s,sidebarBreakpoint:r="md",className:o,children:i,...c}){const d=ve().above(r);return a.jsxs("div",{className:b(pe.shell,o),...c,children:[e&&a.jsx("div",{className:pe.navbar,children:e}),a.jsxs("div",{className:pe.row,children:[t&&d&&a.jsx("div",{className:pe.sidebar,children:t}),a.jsx("main",{className:pe.main,children:i})]}),s&&a.jsx("div",{className:pe.footer,children:s}),n&&!d&&a.jsx("div",{className:pe.bottomNav,children:n})]})}const Mn="tempest_aspect_GnAJt",An={aspect:Mn};function Pn({ratio:e=16/9,className:t,style:n,children:s,...r}){const o={aspectRatio:String(e),...n};return a.jsx("div",{className:b(An.aspect,t),style:o,...r,children:s})}const Dn="tempest_avatar_3xMuZ",Fn="tempest_image_ieqGp",Bn="tempest_xs_oSaLL",Wn="tempest_sm_sZ2bk",On="tempest_md_Fdkbz",zn="tempest_lg_pTTUA",Un="tempest_xl_mW58F",qn="tempest_status_ISBnL",Hn="tempest_dot_Wgfo-",Gn="tempest_online_-aWoW",Kn="tempest_offline_-StX3",Jn="tempest_busy_TbwuF",we={avatar:Dn,image:Fn,xs:Bn,sm:Wn,md:On,lg:zn,xl:Un,status:qn,dot:Hn,online:Gn,offline:Kn,busy:Jn};function Vn(e){const t=e.trim().split(/\s+/).filter(Boolean);return t.length===0?"?":t.length===1?t[0].slice(0,2):`${t[0].charAt(0)}${t[t.length-1].charAt(0)}`}function Qn({src:e,alt:t,name:n="",size:s="md",status:r,className:o,onClick:i}){const[c,l]=u.useState(!1),d=u.useMemo(()=>Vn(n),[n]),p=e&&!c,m=i?"button":void 0,f=i?0:void 0;return a.jsxs("span",{className:b(we.avatar,we[s],r&&we.status,o),role:m,tabIndex:f,onClick:i,onKeyDown:i?_=>{(_.key==="Enter"||_.key===" ")&&(_.preventDefault(),i())}:void 0,children:[p?a.jsx("img",{src:e,alt:t??n,className:we.image,onError:()=>l(!0)}):a.jsx("span",{"aria-label":t??n,children:d}),r&&a.jsx("span",{className:b(we.dot,we[r]),"aria-hidden":!0})]})}const Xn="tempest_badge_RsuMz",Yn="tempest_sm_LYsCn",Zn="tempest_md_4Or8q",es="tempest_lg_Bseje",ts="tempest_square_l63D-",ns="tempest_neutral_lulSm",ss="tempest_solid_0Leug",rs="tempest_outline_x06HL",os="tempest_success_u9JiS",as="tempest_warning_nsGp-",is="tempest_danger_PD2hz",cs="tempest_info_na6DQ",ls="tempest_primary_S0WCS",us="tempest_dot_i0c-G",me={badge:Xn,sm:Yn,md:Zn,lg:es,square:ts,neutral:ns,solid:ss,outline:rs,success:os,warning:as,danger:is,info:cs,primary:ls,dot:us};function ds({variant:e="neutral",appearance:t="soft",size:n="md",shape:s="pill",dot:r=!1,className:o,children:i,...c}){return a.jsxs("span",{className:b(me.badge,me[e],t==="solid"&&me.solid,t==="outline"&&me.outline,me[n],s==="square"&&me.square,o),...c,children:[r&&a.jsx("span",{className:me.dot,"aria-hidden":!0}),i]})}const ps="tempest_banner_oyoWE",ms="tempest_info_s2q0P",fs="tempest_success_uLYQ3",hs="tempest_warning_9rua8",_s="tempest_danger_Uzb-6",gs="tempest_icon_vzKmx",bs="tempest_body_-Qm4K",ys="tempest_title_AeTHT",vs="tempest_description_nbyf-",ws="tempest_action_47P8e",xs="tempest_close_Iy2oN",ce={banner:ps,info:ms,success:fs,warning:hs,danger:_s,icon:gs,body:bs,title:ys,description:vs,action:ws,close:xs};function js({variant:e="info",icon:t,title:n,action:s,dismissible:r=!1,onDismiss:o,className:i,children:c,...l}){const[d,p]=u.useState(!0);return d?a.jsxs("div",{className:b(ce.banner,ce[e],i),role:"status",...l,children:[t&&a.jsx("span",{className:ce.icon,children:t}),a.jsxs("div",{className:ce.body,children:[n&&a.jsx("p",{className:ce.title,children:n}),c&&a.jsx("p",{className:ce.description,children:c})]}),s&&a.jsx("div",{className:ce.action,children:s}),r&&a.jsx("button",{type:"button",className:ce.close,"aria-label":"Fechar",onClick:()=>{p(!1),o?.()},children:"×"})]}):null}const $s="tempest_bar_kp35Q",Ns="tempest_item_XfDIW",ks="tempest_active_sK54f",Ss="tempest_iconWrap_yJ20b",Es="tempest_icon_TAjtI",Cs="tempest_badge_-c3Do",Ts="tempest_label_qJj3L",fe={bar:$s,item:Ns,active:ks,iconWrap:Ss,icon:Es,badge:Cs,label:Ts};function Ls({items:e,value:t,onChange:n,showLabels:s=!0,className:r,...o}){return a.jsx("nav",{className:b(fe.bar,r),"aria-label":"Navegação principal",...o,children:e.map(i=>{const c=i.key===t;return a.jsxs("button",{type:"button",className:b(fe.item,c&&fe.active),"aria-current":c?"page":void 0,disabled:i.disabled,onClick:()=>n(i.key),children:[a.jsxs("span",{className:fe.iconWrap,children:[i.icon&&a.jsx("span",{className:fe.icon,children:i.icon}),i.badge!==void 0&&a.jsx("span",{className:fe.badge,children:i.badge})]}),s&&a.jsx("span",{className:fe.label,children:i.label})]},i.key)})})}const Is="tempest_root_qXce2",Rs="tempest_backdrop_WLqh0",Ms="tempest_sheet_Okz1P",As="tempest_handle_GWCoK",Ps="tempest_handleBar_XPPiI",Ds="tempest_title_i5Vuc",Fs="tempest_body_bgDhJ",he={root:Is,backdrop:Rs,sheet:Ms,handle:As,handleBar:Ps,title:Ds,body:Fs};function Bs({open:e,onClose:t,title:n,showHandle:s=!0,dismissOnBackdrop:r=!0,dismissOnEsc:o=!0,className:i,children:c,...l}){return u.useEffect(()=>{if(!e||!o)return;const d=p=>{p.key==="Escape"&&t()};return window.addEventListener("keydown",d),()=>window.removeEventListener("keydown",d)},[e,o,t]),u.useEffect(()=>{if(!e)return;const d=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.body.style.overflow=d}},[e]),!e||typeof document>"u"?null:Fe.createPortal(a.jsxs("div",{className:he.root,role:"dialog","aria-modal":"true",children:[a.jsx("div",{className:he.backdrop,onClick:()=>r&&t(),"aria-hidden":"true"}),a.jsxs("div",{className:b(he.sheet,i),...l,children:[s&&a.jsx("button",{type:"button",className:he.handle,"aria-label":"Arrastar para fechar",onClick:t,children:a.jsx("span",{className:he.handleBar})}),n&&a.jsx("div",{className:he.title,children:n}),a.jsx("div",{className:he.body,children:c})]})]}),document.body)}const Ws="tempest_nav_H4g6P",Os="tempest_item_O4g3P",zs="tempest_link_7WM67",Us="tempest_current_JdlcS",qs="tempest_separator_zGWyJ",ke={nav:Ws,item:Os,link:zs,current:Us,separator:qs};function Hs({items:e,separator:t="/",className:n}){return a.jsx("nav",{"aria-label":"breadcrumb",className:b(ke.nav,n),children:e.map((s,r)=>{const o=r===e.length-1,i=!o&&(s.href||s.onClick);return a.jsxs(u.Fragment,{children:[a.jsx("span",{className:ke.item,children:i?a.jsx("a",{href:s.href,onClick:c=>{s.onClick&&(c.preventDefault(),s.onClick())},className:ke.link,children:s.label}):a.jsx("span",{"aria-current":o?"page":void 0,className:o?ke.current:void 0,children:s.label})}),!o&&a.jsx("span",{className:ke.separator,"aria-hidden":!0,children:t})]},r)})})}const Gs="tempest_button_2ZuB7",Ks="tempest_primary_s1sM6",Js="tempest_secondary_R0waJ",Vs="tempest_danger_V4fX8",Qs="tempest_success_w6qB6",Xs="tempest_ghost_1KINV",Ys="tempest_soft_c3kzm",Zs="tempest_outline_F5jq-",er="tempest_link_Zt5hw",tr="tempest_xs_cF6m0",nr="tempest_sm_NhG0g",sr="tempest_md_hH4h3",rr="tempest_lg_2plQf",or="tempest_xl_nx4V0",ar="tempest_iconOnly_WCpTS",ir="tempest_pill_lx8lt",cr="tempest_fullWidth_36oJT",lr="tempest_loading_EQAt2",ur="tempest_hiddenText_hIiJ2",dr="tempest_spinner_ZExvW",pr="tempest_tempest-spin_UOSVC",ne={button:Gs,primary:Ks,secondary:Js,danger:Vs,success:Qs,ghost:Xs,soft:Ys,outline:Zs,link:er,xs:tr,sm:nr,md:sr,lg:rr,xl:or,iconOnly:ar,pill:ir,fullWidth:cr,loading:lr,hiddenText:ur,spinner:dr,tempestSpin:pr};function Pe({variant:e="primary",size:t="md",loading:n=!1,fullWidth:s=!1,iconOnly:r=!1,pill:o=!1,leftIcon:i,rightIcon:c,disabled:l,className:d,children:p,...m}){return a.jsxs("button",{className:b(ne.button,ne[e],ne[t],r&&ne.iconOnly,o&&ne.pill,n&&ne.loading,s&&ne.fullWidth,d),disabled:l||n,...m,children:[n&&a.jsx("span",{className:ne.spinner,"aria-hidden":!0,children:a.jsx(mr,{})}),a.jsxs("span",{className:b(n&&ne.hiddenText),children:[i,p,c]})]})}function mr(){return a.jsx("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:a.jsx("path",{d:"M21 12a9 9 0 1 1-6.219-8.56",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})})}const fr="tempest_card_Cb1o4",hr="tempest_flat_LRpce",_r="tempest_raised_WmIqk",gr="tempest_elevated_5VEDw",br="tempest_interactive_B8Tah",yr="tempest_padded_oOxwN",vr="tempest_flush_aiDZi",wr="tempest_header_PTXf2",xr="tempest_title_mSgoo",jr="tempest_body_W441Z",$r="tempest_footer_Mu-JC",H={card:fr,flat:hr,raised:_r,elevated:gr,interactive:br,padded:yr,flush:vr,header:wr,title:xr,body:jr,footer:$r};function Nr({title:e,actions:t,footer:n,flush:s=!1,interactive:r=!1,elevation:o="default",className:i,children:c,...l}){const d=!!(e||t);return a.jsxs("div",{className:b(H.card,o==="flat"&&H.flat,o==="raised"&&H.raised,o==="elevated"&&H.elevated,r&&H.interactive,!d&&!s&&H.padded,s&&H.flush,i),tabIndex:r?l.tabIndex??0:l.tabIndex,...l,children:[d&&a.jsxs("header",{className:H.header,children:[typeof e=="string"?a.jsx("h3",{className:H.title,children:e}):e,t]}),d?a.jsx("div",{className:H.body,children:c}):c,n&&a.jsx("footer",{className:H.footer,children:n})]})}const kr="tempest_center_Pu1Pf",Sr="tempest_both_53GWn",Er="tempest_horizontal_94-Bt",Cr="tempest_vertical_Q7Kyg",it={center:kr,both:Sr,horizontal:Er,vertical:Cr};function Tr({axis:e="both",minHeight:t,fullWidth:n=!0,className:s,style:r,children:o,...i}){const c={...t!==void 0?{minHeight:typeof t=="number"?`${t}px`:t}:null,...n?{width:"100%"}:null,...r};return a.jsx("div",{className:b(it.center,it[e],s),style:c,...i,children:o})}const Lr="tempest_wrapper_rpthW",Ir="tempest_disabled_x7-eg",Rr="tempest_input_2kt-h",Mr="tempest_box_OCPee",Ar="tempest_labelWrap_Ktbp0",Pr="tempest_label_cwRtI",Dr="tempest_description_rMhG1",_e={wrapper:Lr,disabled:Ir,input:Rr,box:Mr,labelWrap:Ar,label:Pr,description:Dr},Fr=u.forwardRef(function({label:t,description:n,indeterminate:s,disabled:r,wrapperClassName:o,className:i,...c},l){const d=u.useRef(null);u.useEffect(()=>{d.current&&(d.current.indeterminate=!!s)},[s]);function p(m){d.current=m,typeof l=="function"?l(m):l&&(l.current=m)}return a.jsxs("label",{className:b(_e.wrapper,r&&_e.disabled,o),children:[a.jsx("input",{ref:p,type:"checkbox",disabled:r,className:b(_e.input,i),...c}),a.jsx("span",{className:_e.box,"aria-hidden":!0,children:s?a.jsx(Wr,{}):a.jsx(Br,{})}),(t||n)&&a.jsxs("span",{className:_e.labelWrap,children:[t&&a.jsx("span",{className:_e.label,children:t}),n&&a.jsx("span",{className:_e.description,children:n})]})]})});function Br(){return a.jsx("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",children:a.jsx("path",{d:"M5 12l5 5L20 7",stroke:"currentColor",strokeWidth:"3",strokeLinecap:"round",strokeLinejoin:"round"})})}function Wr(){return a.jsx("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",children:a.jsx("path",{d:"M5 12h14",stroke:"currentColor",strokeWidth:"3",strokeLinecap:"round"})})}const Or="tempest_wrapper_KR4-F",zr="tempest_label_Mz-wX",Ur="tempest_field_iIBJw",qr="tempest_error_O9n-9",Hr="tempest_chip_GEwrc",Gr="tempest_remove_JYDIq",Kr="tempest_input_frJmk",Jr="tempest_helper_Yts53",Vr="tempest_errorText_llJGq",se={wrapper:Or,label:zr,field:Ur,error:qr,chip:Hr,remove:Gr,input:Kr,helper:Jr,errorText:Vr};function Qr({value:e,onChange:t,label:n,placeholder:s="Adicionar e pressionar Enter…",helperText:r,error:o,commitKeys:i=["Enter",",","Tab"],normalize:c=!0,className:l}){const[d,p]=u.useState(""),m=u.useRef(null);function f(){const g=c?d.trim().toLowerCase():d.trim();if(g){if(e.includes(g)){p("");return}t([...e,g]),p("")}}function _(g){if(i.includes(g.key)){g.preventDefault(),f();return}g.key==="Backspace"&&!d&&e.length>0&&t(e.slice(0,-1))}function h(g){const y=e.slice();y.splice(g,1),t(y)}return a.jsxs("div",{className:b(se.wrapper,o&&se.error,l),children:[n&&a.jsx("label",{className:se.label,children:n}),a.jsxs("div",{className:se.field,onClick:()=>m.current?.focus(),children:[e.map((g,y)=>a.jsxs("span",{className:se.chip,children:[g,a.jsx("button",{type:"button",className:se.remove,"aria-label":`Remover ${g}`,onClick:()=>h(y),children:"×"})]},`${g}-${y}`)),a.jsx("input",{ref:m,className:se.input,value:d,placeholder:e.length===0?s:"",onChange:g=>p(g.target.value),onKeyDown:_,onBlur:f})]}),o?a.jsx("span",{className:se.errorText,children:o}):r?a.jsx("span",{className:se.helper,children:r}):null]})}const Xr="tempest_wrapper_TNvle",Yr="tempest_label_KVkZO",Zr="tempest_field_BenH0",eo="tempest_input_-HTv1",to="tempest_caret_jRplQ",no="tempest_menu_zPQG3",so="tempest_option_vhhn5",ro="tempest_active_XCgtX",oo="tempest_selected_T6nm2",ao="tempest_empty_Ahw5K",io="tempest_helper_OzB7V",co="tempest_errorText_X18sQ",lo="tempest_error_bnVuM",M={wrapper:Xr,label:Yr,field:Zr,input:eo,caret:to,menu:no,option:so,active:ro,selected:oo,empty:ao,helper:io,errorText:co,error:lo};function uo(e,t){return t?e.label.toLowerCase().includes(t.toLowerCase()):!0}function po({options:e,value:t,onChange:n,label:s,placeholder:r="Selecione",helperText:o,error:i,disabled:c,filter:l=uo,emptyMessage:d="Nenhuma opção encontrada",className:p}){const m=u.useId(),f=u.useRef(null),_=u.useRef(null),[h,g]=u.useState(!1),[y,v]=u.useState(""),[w,x]=u.useState(0),N=u.useMemo(()=>e.find(j=>j.value===t)?.label??"",[e,t]),S=u.useMemo(()=>e.filter(j=>l(j,y)),[e,l,y]),z=u.useCallback(()=>{g(!1),v(""),x(0)},[]),U=u.useCallback(j=>{j.disabled||(n(j.value),z())},[n,z]);u.useEffect(()=>{if(!h)return;const j=E=>{f.current&&!f.current.contains(E.target)&&z()};return window.addEventListener("mousedown",j),()=>window.removeEventListener("mousedown",j)},[h,z]);const k=j=>{if(j.key==="ArrowDown")j.preventDefault(),g(!0),x(E=>Math.min(S.length-1,E+1));else if(j.key==="ArrowUp")j.preventDefault(),x(E=>Math.max(0,E-1));else if(j.key==="Enter"){j.preventDefault();const E=S[w];E&&U(E)}else j.key==="Escape"&&z()};return a.jsxs("div",{ref:f,className:b(M.wrapper,i&&M.error,p),children:[s&&a.jsx("label",{htmlFor:m,className:M.label,children:s}),a.jsxs("div",{className:M.field,children:[a.jsx("input",{id:m,ref:_,type:"text",role:"combobox","aria-expanded":h,"aria-controls":`${m}-listbox`,"aria-autocomplete":"list",className:M.input,placeholder:r,disabled:c,value:h?y:N,onFocus:()=>g(!0),onChange:j=>{v(j.target.value),g(!0),x(0)},onKeyDown:k}),a.jsx("span",{className:M.caret,"aria-hidden":!0,children:"▾"})]}),h&&a.jsx("ul",{id:`${m}-listbox`,role:"listbox",className:M.menu,children:S.length===0?a.jsx("li",{className:M.empty,children:d}):S.map((j,E)=>a.jsx("li",{role:"option","aria-selected":j.value===t,className:b(M.option,E===w&&M.active,j.value===t&&M.selected),onMouseEnter:()=>x(E),onMouseDown:ee=>{ee.preventDefault(),U(j)},children:j.label},j.value))}),i?a.jsx("span",{className:M.errorText,children:i}):o?a.jsx("span",{className:M.helper,children:o}):null]})}const mo="tempest_overlay_dd9h1",fo="tempest_tempest-fade-in_DvgSp",ho="tempest_dialog_ptM-K",_o="tempest_tempest-modal-in_UoxQC",go="tempest_sm_K5k3W",bo="tempest_md_gvyR7",yo="tempest_lg_BgB1a",vo="tempest_xl_MR-68",wo="tempest_size2xl_-PH9e",xo="tempest_size3xl_iqDwN",jo="tempest_fullscreen_o84Xi",$o="tempest_fullscreenOnMobile_0bDwe",No="tempest_body_lVhql",ko="tempest_header_ILG9i",So="tempest_footer_rro2w",Eo="tempest_title_A5OeE",Co="tempest_close_-ER1C",B={overlay:mo,tempestFadeIn:fo,dialog:ho,tempestModalIn:_o,sm:go,md:bo,lg:yo,xl:vo,size2Xl:wo,size3Xl:xo,fullscreen:jo,fullscreenOnMobile:$o,body:No,header:ko,footer:So,title:Eo,close:Co};function wt({open:e,onClose:t,title:n,children:s,footer:r,size:o="md",closeOnBackdrop:i=!0,closeOnEsc:c=!0,className:l,hideCloseButton:d=!1,fullscreen:p=!1,fullscreenOnMobile:m=!1}){return u.useEffect(()=>{if(!e)return;const f=document.body.style.overflow;document.body.style.overflow="hidden";const _=h=>{c&&h.key==="Escape"&&t()};return window.addEventListener("keydown",_),()=>{document.body.style.overflow=f,window.removeEventListener("keydown",_)}},[e,c,t]),!e||typeof document>"u"?null:Fe.createPortal(a.jsx("div",{className:B.overlay,role:"presentation",onClick:()=>{i&&t()},children:a.jsxs("div",{role:"dialog","aria-modal":"true",className:b(B.dialog,To(o),p&&B.fullscreen,m&&B.fullscreenOnMobile,l),onClick:f=>f.stopPropagation(),children:[(n||!d)&&a.jsxs("header",{className:B.header,children:[a.jsx("h3",{className:B.title,children:n}),!d&&a.jsx("button",{type:"button",className:B.close,"aria-label":"Fechar",onClick:t,children:a.jsx(Lo,{})})]}),a.jsx("div",{className:B.body,children:s}),r&&a.jsx("footer",{className:B.footer,children:r})]})}),document.body)}function To(e){return e==="2xl"?B.size2xl:e==="3xl"?B.size3xl:B[e]}function Lo(){return a.jsx("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",children:a.jsx("path",{d:"M6 6l12 12M6 18L18 6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})})}function Io({open:e,title:t,description:n,confirmLabel:s="Confirmar",cancelLabel:r="Cancelar",variant:o="primary",loading:i=!1,onConfirm:c,onCancel:l}){return a.jsx(wt,{open:e,onClose:l,title:t,size:"sm",footer:a.jsxs(a.Fragment,{children:[a.jsx(Pe,{variant:"secondary",onClick:l,disabled:i,children:r}),a.jsx(Pe,{variant:o,loading:i,onClick:()=>{c()},children:s})]}),children:n})}const Ro="tempest_wrapper_iHNUs",Mo="tempest_label_-OEBL",Ao="tempest_required_CTss-",Po="tempest_field_65yGJ",Do="tempest_input_WjT81",Fo="tempest_sizeSm_cgds6",Bo="tempest_sizeMd_EPFGy",Wo="tempest_sizeLg_5Cq8k",Oo="tempest_hasLeftIcon_xYO-v",zo="tempest_hasRightIcon_C7uyr",Uo="tempest_iconLeft_KrUhI",qo="tempest_iconRight_Ssr47",Ho="tempest_error_VLISa",Go="tempest_helper_7Vc-s",Ko="tempest_errorText_xz4xS",I={wrapper:Ro,label:Mo,required:Ao,field:Po,input:Do,sizeSm:Fo,sizeMd:Bo,sizeLg:Wo,hasLeftIcon:Oo,hasRightIcon:zo,iconLeft:Uo,iconRight:qo,error:Ho,helper:Go,errorText:Ko},Be=u.forwardRef(function({label:t,helperText:n,error:s,leftIcon:r,rightIcon:o,wrapperClassName:i,className:c,id:l,required:d,size:p="md",...m},f){const _=u.useId(),h=l??_,g=s?`${h}-error`:n?`${h}-helper`:void 0,y=p==="sm"?I.sizeSm:p==="lg"?I.sizeLg:I.sizeMd;return a.jsxs("div",{className:b(I.wrapper,s&&I.error,i),children:[t&&a.jsxs("label",{htmlFor:h,className:I.label,children:[t,d&&a.jsx("span",{className:I.required,children:"*"})]}),a.jsxs("div",{className:I.field,children:[r&&a.jsx("span",{className:I.iconLeft,children:r}),a.jsx("input",{ref:f,id:h,"aria-invalid":!!s,"aria-describedby":g,required:d,className:b(I.input,y,r&&I.hasLeftIcon,o&&I.hasRightIcon,c),...m}),o&&a.jsx("span",{className:I.iconRight,children:o})]}),s?a.jsx("span",{id:`${h}-error`,className:I.errorText,children:s}):n?a.jsx("span",{id:`${h}-helper`,className:I.helper,children:n}):null]})}),Jo=u.forwardRef(function({value:t,onChange:n,mode:s="date",...r},o){return a.jsx(Be,{...r,ref:o,type:s,value:t,onChange:i=>n(i.target.value)})}),Vo="tempest_divider_KSGsi",Qo="tempest_horizontal_pZ05Y",Xo="tempest_bare_elDbS",Yo="tempest_vertical_p-jD4",Zo="tempest_dashed_JWxCU",ea="tempest_alignStart_QAIi1",ta="tempest_alignEnd_eZDwa",D={divider:Vo,horizontal:Qo,bare:Xo,vertical:Yo,dashed:Zo,alignStart:ea,alignEnd:ta};function na({orientation:e="horizontal",variant:t="solid",label:n,align:s="center",className:r,...o}){return e==="vertical"?a.jsx("span",{role:"separator","aria-orientation":"vertical",className:b(D.divider,D.vertical,t==="dashed"&&D.dashed,r),...o}):n?a.jsx("div",{role:"separator","aria-orientation":"horizontal",className:b(D.divider,D.horizontal,t==="dashed"&&D.dashed,s==="start"&&D.alignStart,s==="end"&&D.alignEnd,r),...o,children:n}):a.jsx("hr",{className:b(D.divider,D.horizontal,D.bare,t==="dashed"&&D.dashed,r)})}const sa="tempest_overlay_hcG1G",ra="tempest_tempest-drawer-overlay_XFbxY",oa="tempest_panel_wUX0N",aa="tempest_right_-oX-6",ia="tempest_tempest-drawer-in-right_pWYHv",ca="tempest_left_xi3nD",la="tempest_tempest-drawer-in-left_o7JSb",ua="tempest_top_7rGCn",da="tempest_tempest-drawer-in-top_kn6AF",pa="tempest_bottom_zd-25",ma="tempest_tempest-drawer-in-bottom_0x3u7",fa="tempest_handle_5B-TB",ha="tempest_handleTop_7aMf-",_a="tempest_header_sYoP1",ga="tempest_title_LqUOu",ba="tempest_close_tYPhU",ya="tempest_body_aV9FG",va="tempest_footer_AuvUP",X={overlay:sa,tempestDrawerOverlay:ra,panel:oa,right:aa,tempestDrawerInRight:ia,left:ca,tempestDrawerInLeft:la,top:ua,tempestDrawerInTop:da,bottom:pa,tempestDrawerInBottom:ma,handle:fa,handleTop:ha,header:_a,title:ga,close:ba,body:ya,footer:va};function wa({open:e,onClose:t,placement:n="right",title:s,children:r,footer:o,closeOnBackdrop:i=!0,closeOnEsc:c=!0,hideCloseButton:l=!1,className:d,mobilePlacement:p,showHandle:m=!1}){const{isMobile:f}=ve(),_=f&&p?p:n;return u.useEffect(()=>{if(!e)return;const h=document.body.style.overflow;document.body.style.overflow="hidden";const g=y=>{c&&y.key==="Escape"&&t()};return window.addEventListener("keydown",g),()=>{document.body.style.overflow=h,window.removeEventListener("keydown",g)}},[e,c,t]),!e||typeof document>"u"?null:Fe.createPortal(a.jsxs(a.Fragment,{children:[a.jsx("div",{className:X.overlay,onClick:()=>{i&&t()}}),a.jsxs("aside",{role:"dialog","aria-modal":"true",className:b(X.panel,X[_],d),children:[m&&(_==="bottom"||_==="top")&&a.jsx("div",{className:b(X.handle,_==="top"&&X.handleTop),"aria-hidden":!0}),(s||!l)&&a.jsxs("header",{className:X.header,children:[a.jsx("h3",{className:X.title,children:s}),!l&&a.jsx("button",{type:"button","aria-label":"Fechar",className:X.close,onClick:t,children:a.jsx(xa,{})})]}),a.jsx("div",{className:X.body,children:r}),o&&a.jsx("footer",{className:X.footer,children:o})]})]}),document.body)}function xa(){return a.jsx("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",children:a.jsx("path",{d:"M6 6l12 12M6 18L18 6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})})}const ja="tempest_root_5ZetV",$a="tempest_menu_-RiRW",Na="tempest_bottomStart_z60h9",ka="tempest_bottomEnd_b1tmU",Sa="tempest_topStart_A0em2",Ea="tempest_topEnd_cFA5-",Ca="tempest_item_T-QPZ",Ta="tempest_active_WNqoX",La="tempest_danger_C0jN3",Ia="tempest_separator_RimQa",Ra="tempest_label_6yP76",V={root:ja,menu:$a,bottomStart:Na,bottomEnd:ka,topStart:Sa,topEnd:Ea,item:Ca,active:Ta,danger:La,separator:Ia,label:Ra};function Ma(e){switch(e){case"bottom-end":return V.bottomEnd;case"top-start":return V.topStart;case"top-end":return V.topEnd;default:return V.bottomStart}}function Aa({trigger:e,items:t,placement:n="bottom-start",className:s}){const[r,o]=u.useState(!1),[i,c]=u.useState(-1),l=u.useId(),d=u.useRef(null),p=u.useRef([]),m=t.map((y,v)=>y.type==="item"&&!y.disabled?v:-1).filter(y=>y!==-1),f=u.useCallback(()=>{o(!1),c(-1)},[]);u.useEffect(()=>{if(!r)return;const y=w=>{if(w.key==="Escape"){f();return}if(w.key==="ArrowDown"){w.preventDefault();const x=m.indexOf(i),N=m[(x+1)%m.length]??-1;c(N),p.current[N]?.focus()}if(w.key==="ArrowUp"){w.preventDefault();const x=m.indexOf(i),N=m[(x-1+m.length)%m.length]??-1;c(N),p.current[N]?.focus()}},v=w=>{d.current&&!d.current.contains(w.target)&&f()};return window.addEventListener("keydown",y),window.addEventListener("mousedown",v),()=>{window.removeEventListener("keydown",y),window.removeEventListener("mousedown",v)}},[r,i,m,f]);const _=y=>{e.props.onClick?.(y),o(v=>!v)},h={...e,props:{...e.props,onClick:_,"aria-expanded":r,"aria-controls":l,"aria-haspopup":"menu"}},g=y=>{y.onSelect(),f()};return a.jsxs("span",{ref:d,className:V.root,children:[h,r&&a.jsx("ul",{id:l,role:"menu",className:b(V.menu,Ma(n),s),children:t.map((y,v)=>y.type==="separator"?a.jsx("li",{role:"separator",className:V.separator,"aria-hidden":!0},y.id):y.type==="label"?a.jsx("li",{role:"presentation",className:V.label,children:y.label},y.id):a.jsx("li",{role:"none",children:a.jsxs("button",{ref:w=>{p.current[v]=w},type:"button",role:"menuitem",className:b(V.item,y.danger&&V.danger,i===v&&V.active),disabled:y.disabled,onClick:()=>g(y),onMouseEnter:()=>c(v),children:[y.icon&&a.jsx("span",{"aria-hidden":!0,children:y.icon}),y.label]})},y.id))})]})}const Pa="tempest_wrapper_gzyTd",Da="tempest_icon_qVCyh",Fa="tempest_title_xPfUf",Ba="tempest_description_oWwH1",Wa="tempest_action_dqxw1",Se={wrapper:Pa,icon:Da,title:Fa,description:Ba,action:Wa};function Oa({icon:e,title:t,description:n,action:s,className:r}){return a.jsxs("div",{className:b(Se.wrapper,r),children:[e&&a.jsx("div",{className:Se.icon,children:e}),a.jsx("h4",{className:Se.title,children:t}),n&&a.jsx("p",{className:Se.description,children:n}),s&&a.jsx("div",{className:Se.action,children:s})]})}const za="tempest_wrapper_luRyF",Ua="tempest_icon_dEdBl",qa="tempest_title_StutD",Ha="tempest_description_A2XCb",Ga="tempest_action_vm1LC",Ee={wrapper:za,icon:Ua,title:qa,description:Ha,action:Ga};function Ka({title:e="Algo deu errado",description:t="Não foi possível carregar essas informações.",onRetry:n,retryLabel:s="Tentar novamente",icon:r,className:o}){return a.jsxs("div",{className:b(Ee.wrapper,o),children:[a.jsx("div",{className:Ee.icon,children:r??a.jsx(Ja,{})}),a.jsx("h4",{className:Ee.title,children:e}),t&&a.jsx("p",{className:Ee.description,children:t}),n&&a.jsx("div",{className:Ee.action,children:a.jsx(Pe,{variant:"secondary",onClick:n,children:s})})]})}function Ja(){return a.jsx("svg",{width:"22",height:"22",viewBox:"0 0 24 24",fill:"none",children:a.jsx("path",{d:"M12 9v4m0 4h.01M10.29 3.86L1.82 18a2 2 0 001.71 3h16.94a2 2 0 001.71-3L13.71 3.86a2 2 0 00-3.42 0z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}const Va="tempest_wrapper_E0qHs",Qa="tempest_label_lbMkx",Xa="tempest_dropzone_jqua0",Ya="tempest_active_CG9Uk",Za="tempest_disabled_WNUUl",ei="tempest_icon_i9fGH",ti="tempest_title_bTVFl",ni="tempest_subtitle_S54OV",si="tempest_files_WljYm",ri="tempest_file_Lp-dR",oi="tempest_fileMeta_LTnN2",ai="tempest_remove_jskra",ii="tempest_hidden_ReEq6",A={wrapper:Va,label:Qa,dropzone:Xa,active:Ya,disabled:Za,icon:ei,title:ti,subtitle:ni,files:si,file:ri,fileMeta:oi,remove:ai,hidden:ii};function ci(e){return e<1024?`${e} B`:e<1024*1024?`${(e/1024).toFixed(1)} KB`:`${(e/1024/1024).toFixed(1)} MB`}function li(e,t){if(!t)return!0;const n=t.split(",").map(o=>o.trim().toLowerCase()),s=e.name.toLowerCase(),r=e.type.toLowerCase();return n.some(o=>o.startsWith(".")?s.endsWith(o):o.endsWith("/*")?r.startsWith(o.replace("/*","/")):r===o)}function ui({value:e,onChange:t,label:n,accept:s,multiple:r=!1,maxSize:o,onReject:i,disabled:c,title:l="Arraste arquivos aqui ou clique para selecionar",subtitle:d,className:p}){const[m,f]=u.useState(!1),_=u.useRef(null);function h(v){const w=[],x=[];for(const S of Array.from(v)){if(!li(S,s)){x.push({file:S,reason:"type"});continue}if(o&&S.size>o){x.push({file:S,reason:"size"});continue}w.push(S)}if(x.length>0&&i?.(x),w.length===0)return;const N=r?[...e,...w]:w.slice(0,1);t(N)}function g(v){v.preventDefault(),f(!1),!c&&v.dataTransfer?.files&&h(v.dataTransfer.files)}function y(v){const w=e.slice();w.splice(v,1),t(w)}return a.jsxs("div",{className:b(A.wrapper,p),children:[n&&a.jsx("label",{className:A.label,children:n}),a.jsxs("div",{className:b(A.dropzone,m&&A.active,c&&A.disabled),role:"button",tabIndex:c?-1:0,onClick:()=>!c&&_.current?.click(),onKeyDown:v=>{(v.key==="Enter"||v.key===" ")&&(v.preventDefault(),_.current?.click())},onDragEnter:v=>{v.preventDefault(),c||f(!0)},onDragOver:v=>v.preventDefault(),onDragLeave:()=>f(!1),onDrop:g,children:[a.jsx("div",{className:A.icon,"aria-hidden":!0,children:a.jsx(di,{})}),a.jsx("p",{className:A.title,children:l}),d&&a.jsx("p",{className:A.subtitle,children:d}),a.jsx("input",{ref:_,type:"file",accept:s,multiple:r,disabled:c,className:A.hidden,onChange:v=>{v.target.files&&h(v.target.files),v.target.value=""}})]}),e.length>0&&a.jsx("ul",{className:A.files,children:e.map((v,w)=>a.jsxs("li",{className:A.file,children:[a.jsxs("div",{children:[a.jsx("div",{children:v.name}),a.jsx("div",{className:A.fileMeta,children:ci(v.size)})]}),a.jsx("button",{type:"button","aria-label":`Remover ${v.name}`,className:A.remove,onClick:()=>y(w),children:"×"})]},`${v.name}-${w}`))})]})}function di(){return a.jsx("svg",{width:"32",height:"32",viewBox:"0 0 24 24",fill:"none",children:a.jsx("path",{d:"M12 16V4m0 0l-4 4m4-4l4 4M4 20h16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}const pi="tempest_form_jNBDR",mi="tempest_stack_O1Hl-",fi="tempest_inline_LBQAv",hi="tempest_grid_-B86T",_i="tempest_section_HGqw3",gi="tempest_sectionHeader_ji9hQ",bi="tempest_sectionTitle_GTPwe",yi="tempest_sectionDescription_KjW7k",vi="tempest_sectionBody_Vp2wz",wi="tempest_row_1EkVR",xi="tempest_actions_hK95I",ji="tempest_start_gXnm3",$i="tempest_center_mKkz4",Ni="tempest_end_O3yDQ",ki="tempest_between_tte2z",Q={form:pi,stack:mi,inline:fi,grid:hi,section:_i,sectionHeader:gi,sectionTitle:bi,sectionDescription:yi,sectionBody:vi,row:wi,actions:xi,start:ji,center:$i,end:Ni,between:ki};function We(e,t){return e===void 0?`${t*4}px`:typeof e=="number"?`${e*4}px`:e}function xt(e){return e===void 0?"repeat(2, minmax(0, 1fr))":typeof e=="number"?`repeat(${e}, minmax(0, 1fr))`:e}const Si=u.forwardRef(function({layout:t="stack",columns:n,gap:s,className:r,style:o,children:i,...c},l){const d={gap:We(s,4),...t==="grid"?{gridTemplateColumns:xt(n)}:null,...o};return a.jsx("form",{ref:l,className:b(Q.form,Q[t],r),style:d,...c,children:i})});function Ei({title:e,description:t,layout:n="stack",columns:s,gap:r,className:o,style:i,children:c,...l}){const d={gap:We(r,4),...n==="grid"?{gridTemplateColumns:xt(s)}:null};return a.jsxs("section",{className:b(Q.section,o),style:i,...l,children:[(e||t)&&a.jsxs("header",{className:Q.sectionHeader,children:[e&&a.jsx("h3",{className:Q.sectionTitle,children:e}),t&&a.jsx("p",{className:Q.sectionDescription,children:t})]}),a.jsx("div",{className:b(Q.sectionBody,Q[n]),style:d,children:c})]})}function Ci({gap:e,className:t,style:n,children:s,...r}){const o={gap:We(e,3),...n};return a.jsx("div",{className:b(Q.row,t),style:o,...r,children:s})}function Ti({align:e="end",gap:t,className:n,style:s,children:r,...o}){const i={gap:We(t,2),...s};return a.jsx("div",{className:b(Q.actions,Q[e],n),style:i,...o,children:r})}const Li="tempest_container_fJfOt",Ii="tempest_sm_k8D4-",Ri="tempest_md_EnpYy",Mi="tempest_lg_UU-Ig",Ai="tempest_xl_2TEWj",Pi="tempest_full_l8bvG",Di="tempest_stack_sxR8u",Fi="tempest_vertical_2TMf5",Bi="tempest_horizontal_r7-c-",Wi="tempest_center_EDSAh",Oi="tempest_start_ucQ-K",zi="tempest_end_pnKlF",Ui="tempest_stretch_pX6l7",qi="tempest_justifyStart_lHYsS",Hi="tempest_justifyCenter_JH2m6",Gi="tempest_justifyEnd_EBisT",Ki="tempest_justifyBetween_mAJwT",Ji="tempest_wrap_-xxOh",Vi="tempest_grid_o-JIX",W={container:Li,sm:Ii,md:Ri,lg:Mi,xl:Ai,full:Pi,stack:Di,vertical:Fi,horizontal:Bi,center:Wi,start:Oi,end:zi,stretch:Ui,justifyStart:qi,justifyCenter:Hi,justifyEnd:Gi,justifyBetween:Ki,wrap:Ji,grid:Vi};function Qi({size:e="lg",className:t,children:n,...s}){return a.jsx("div",{className:b(W.container,W[e],t),...s,children:n})}function Xi(e){return typeof e=="object"&&e!==null&&("mobile"in e||"tablet"in e||"desktop"in e)}function De(e,t){if(e!==void 0)return Xi(e)?t==="desktop"?e.desktop??e.tablet??e.mobile:t==="tablet"?e.tablet??e.mobile??e.desktop:e.mobile??e.tablet??e.desktop:e}function jt(e){if(e!==void 0)return typeof e=="number"?`${e*4}px`:e}function $t(e,t){return e?"mobile":t?"tablet":"desktop"}function Yi({direction:e="vertical",gap:t=2,align:n,justify:s,wrap:r=!1,className:o,style:i,children:c,...l}){const{isMobile:d,isTablet:p}=ve(),m=$t(d,p),f=De(e,m)??"vertical",h={gap:jt(De(t,m)),...i},g=s==="between"?W.justifyBetween:s==="center"?W.justifyCenter:s==="end"?W.justifyEnd:s==="start"?W.justifyStart:void 0;return a.jsx("div",{className:b(W.stack,f==="vertical"?W.vertical:W.horizontal,n&&W[n],g,r&&W.wrap,o),style:h,...l,children:c})}function Zi(e){if(e!==void 0)return typeof e=="number"?`repeat(${e}, minmax(0, 1fr))`:e}function ec({columns:e=2,gap:t=4,className:n,style:s,children:r,...o}){const{isMobile:i,isTablet:c}=ve(),l=$t(i,c),d=Zi(De(e,l)),p=jt(De(t,l));return a.jsx("div",{className:b(W.grid,n),style:{gridTemplateColumns:d,gap:p,...s},...o,children:r})}const tc="tempest_kbd_jgbYx",nc="tempest_sm_9WPWA",sc="tempest_md_BePC0",rc="tempest_lg_cBKum",ct={kbd:tc,sm:nc,md:sc,lg:rc};function oc({size:e="md",className:t,children:n,...s}){return a.jsx("kbd",{className:b(ct.kbd,ct[e],t),...s,children:n})}const ac="tempest_navbar_Ey25T",ic="tempest_surface_xyKhM",cc="tempest_primary_w3ft-",lc="tempest_transparent_N1vMR",uc="tempest_bordered_HD49R",dc="tempest_sticky_0XsOs",pc="tempest_logo_O9j3q",mc="tempest_nav_0oisE",fc="tempest_actions_8BNWJ",ge={navbar:ac,surface:ic,primary:cc,transparent:lc,bordered:uc,sticky:dc,logo:pc,nav:mc,actions:fc};function hc({logo:e,nav:t,actions:n,sticky:s=!0,tone:r="surface",bordered:o=!0,className:i,...c}){return a.jsxs("header",{className:b(ge.navbar,ge[r],s&&ge.sticky,o&&ge.bordered,i),...c,children:[e&&a.jsx("div",{className:ge.logo,children:e}),t&&a.jsx("nav",{className:ge.nav,children:t}),n&&a.jsx("div",{className:ge.actions,children:n})]})}const _c="tempest_page_THNNc",gc="tempest_padded_bzjoF",bc="tempest_header_PZEzk",yc="tempest_headerText_qYXFI",vc="tempest_eyebrow_651RV",wc="tempest_title_2oGnT",xc="tempest_description_YzmWl",jc="tempest_actions_-rB3U",$c="tempest_toolbar_sA7sD",Nc="tempest_content_RCB4b",kc="tempest_footer_540pQ",G={page:_c,padded:gc,header:bc,headerText:yc,eyebrow:vc,title:wc,description:xc,actions:jc,toolbar:$c,content:Nc,footer:kc};function Sc({title:e,eyebrow:t,description:n,actions:s,toolbar:r,footer:o,padded:i=!0,className:c,children:l,...d}){const p=e||t||n||s;return a.jsxs("main",{className:b(G.page,i&&G.padded,c),...d,children:[p&&a.jsxs("header",{className:G.header,children:[a.jsxs("div",{className:G.headerText,children:[t&&a.jsx("div",{className:G.eyebrow,children:t}),e&&a.jsx("h1",{className:G.title,children:e}),n&&a.jsx("p",{className:G.description,children:n})]}),s&&a.jsx("div",{className:G.actions,children:s})]}),r&&a.jsx("div",{className:G.toolbar,children:r}),a.jsx("div",{className:G.content,children:l}),o&&a.jsx("footer",{className:G.footer,children:o})]})}const Ec="tempest_wrapper_cRGQm",Cc="tempest_controls_fdL-y",Tc="tempest_page_WjG0l",Lc="tempest_active_1kqsJ",Ic="tempest_ellipsis_V294k",Rc="tempest_sizeSelect_ZayTo",Mc="tempest_numeric_ztI0I",Ac="tempest_summary_ZTggV",K={wrapper:Ec,controls:Cc,page:Tc,active:Lc,ellipsis:Ic,sizeSelect:Rc,numeric:Mc,summary:Ac};function Pc(e,t,n){const s=n+4;if(t<=s)return Array.from({length:t},(c,l)=>l+1);const r=Math.max(2,e-Math.floor(n/2)),o=Math.min(t-1,r+n-1),i=[1];r>2&&i.push("...");for(let c=r;c<=o;c++)i.push(c);return o<t-1&&i.push("..."),i.push(t),i}function Dc({page:e,totalPages:t,onPageChange:n,pageSize:s,onPageSizeChange:r,pageSizeOptions:o=[10,25,50,100],totalItems:i,siblingCount:c=3,className:l}){const d=u.useMemo(()=>Pc(e,t,c),[e,t,c]);return t<=1&&!r?null:a.jsxs("div",{className:b(K.wrapper,l),children:[a.jsx("div",{className:K.summary,children:typeof i=="number"?`${i} resultado${i===1?"":"s"}`:`Página ${e} de ${t}`}),a.jsxs("div",{className:K.controls,children:[a.jsx("button",{type:"button",className:K.page,onClick:()=>n(Math.max(1,e-1)),disabled:e<=1,"aria-label":"Página anterior",children:"‹"}),d.map((p,m)=>p==="..."?a.jsx("span",{className:b(K.ellipsis,K.numeric),children:"…"},`ellipsis-${m}`):a.jsx("button",{type:"button",className:b(K.page,K.numeric,p===e&&K.active),onClick:()=>n(p),"aria-current":p===e?"page":void 0,children:p},p)),a.jsx("button",{type:"button",className:K.page,onClick:()=>n(Math.min(t,e+1)),disabled:e>=t,"aria-label":"Próxima página",children:"›"}),r&&a.jsx("select",{className:K.sizeSelect,value:s,onChange:p=>r(Number(p.target.value)),"aria-label":"Itens por página",children:o.map(p=>a.jsxs("option",{value:p,children:[p," / página"]},p))})]})]})}const Fc="tempest_wrapper_zEU-L",Bc="tempest_label_ps3gD",Wc="tempest_field_7taZG",Oc="tempest_input_FWEvb",zc="tempest_sm_3-CZz",Uc="tempest_md_ReV0O",qc="tempest_lg_DiTiB",Hc="tempest_toggle_WNeX9",Gc="tempest_error_QdIFf",Kc="tempest_helper_mBUna",Jc="tempest_errorText_73Uvv",Vc="tempest_strength_i6RaQ",Qc="tempest_strengthBar_PAPHR",Xc="tempest_strengthLabel_u9QHS",Yc="tempest_level0_n6tWv",Zc="tempest_level1_FOI93",el="tempest_level2_q5Wii",tl="tempest_level3_BpB53",nl="tempest_level4_vyQ3x",P={wrapper:Fc,label:Bc,field:Wc,input:Oc,sm:zc,md:Uc,lg:qc,toggle:Hc,error:Gc,helper:Kc,errorText:Jc,strength:Vc,strengthBar:Qc,strengthLabel:Xc,level0:Yc,level1:Zc,level2:el,level3:tl,level4:nl},sl=["Muito fraca","Fraca","Razoável","Forte","Excelente"];function Nt(e){if(!e)return 0;let t=0;return e.length>=8&&(t+=1),e.length>=12&&(t+=1),/[a-z]/.test(e)&&/[A-Z]/.test(e)&&(t+=1),/[0-9]/.test(e)&&(t+=1),/[^A-Za-z0-9]/.test(e)&&(t+=1),Math.min(4,t)}const rl=u.forwardRef(function({label:t,helperText:n,error:s,size:r="md",showStrength:o=!1,strength:i,strengthLabels:c=sl,toggleLabels:l={show:"Mostrar senha",hide:"Esconder senha"},className:d,value:p,defaultValue:m,...f},_){const[h,g]=u.useState(!1),y=String(p??m??""),v=i??Nt(y);return a.jsxs("div",{className:b(P.wrapper,P[r],s&&P.error,d),children:[t&&a.jsx("label",{className:P.label,children:t}),a.jsxs("div",{className:P.field,children:[a.jsx("input",{ref:_,...f,value:p,defaultValue:m,type:h?"text":"password","aria-invalid":!!s,className:P.input}),a.jsx("button",{type:"button",className:P.toggle,"aria-label":h?l.hide:l.show,"aria-pressed":h,onClick:()=>g(w=>!w),children:h?"🙈":"👁"})]}),o&&a.jsxs("div",{className:b(P.strength,P[`level${v}`]),"aria-label":c[v],children:[a.jsx("div",{className:P.strengthBar,children:a.jsx("span",{style:{width:`${v/4*100}%`}})}),a.jsx("span",{className:P.strengthLabel,children:c[v]})]}),s?a.jsx("span",{className:P.errorText,children:s}):n?a.jsx("span",{className:P.helper,children:n}):null]})}),ol="tempest_wrapper_3WAh7",al="tempest_label_Hk01i",il="tempest_cells_URO3v",cl="tempest_cell_fxLzs",ll="tempest_sm_SQM-s",ul="tempest_md_aHCGl",dl="tempest_lg_JpI4A",pl="tempest_error_Kou0o",ml="tempest_helper_W04iL",fl="tempest_errorText_h4svq",le={wrapper:ol,label:al,cells:il,cell:cl,sm:ll,md:ul,lg:dl,error:pl,helper:ml,errorText:fl},hl=/[0-9]/,_l=/[A-Za-z0-9]/,gl=u.forwardRef(function({length:t=6,type:n="numeric",size:s="md",value:r,defaultValue:o,onChange:i,onComplete:c,masked:l=!1,label:d,helperText:p,error:m,disabled:f=!1,autoFocus:_=!1,id:h,className:g},y){const v=u.useId(),w=h??v,x=r!==void 0,[N,S]=u.useState(o??""),z=x?r??"":N,U=Array.from({length:t},(C,$)=>z[$]??""),k=u.useRef([]),j=n==="numeric"?hl:_l;u.useEffect(()=>{_&&k.current[0]?.focus()},[_]);const E=C=>{const $=C.slice(0,t);x||S($),i?.($),$.length===t&&c?.($)},ee=C=>{const $=Math.max(0,Math.min(t-1,C));k.current[$]?.focus(),k.current[$]?.select()},T=C=>$=>{const q=$.target.value.slice(-1);if(q&&!j.test(q))return;const rt=U.slice();rt[C]=q,E(rt.join("")),q&&ee(C+1)},R=C=>$=>{if($.key==="Backspace"){if(!U[C]&&C>0){$.preventDefault();const q=U.slice();q[C-1]="",E(q.join("")),ee(C-1)}}else $.key==="ArrowLeft"?($.preventDefault(),ee(C-1)):$.key==="ArrowRight"&&($.preventDefault(),ee(C+1))},ze=C=>{const $=C.clipboardData.getData("text").split("").filter(q=>j.test(q)).join("");$&&(C.preventDefault(),E($),ee(Math.min(t-1,$.length)))};return a.jsxs("div",{ref:y,className:b(le.wrapper,m&&le.error,g),id:w,children:[d&&a.jsx("label",{className:le.label,children:d}),a.jsx("div",{className:b(le.cells,le[s]),role:"group","aria-label":d,children:U.map((C,$)=>a.jsx("input",{ref:q=>{k.current[$]=q},type:l?"password":"text",inputMode:n==="numeric"?"numeric":"text",autoComplete:$===0?"one-time-code":"off",maxLength:1,value:C,disabled:f,className:le.cell,"aria-label":`Dígito ${$+1}`,"aria-invalid":!!m,onChange:T($),onKeyDown:R($),onPaste:ze},$))}),m?a.jsx("span",{className:le.errorText,children:m}):p?a.jsx("span",{className:le.helper,children:p}):null]})}),bl="tempest_root_vEMon",yl="tempest_popover_E9K9X",vl="tempest_tempest-popover-in_W8miP",wl="tempest_top_TYlrh",xl="tempest_bottom_wGs70",jl="tempest_left_h7fCr",$l="tempest_right_--bJW",Ue={root:bl,popover:yl,tempestPopoverIn:vl,top:wl,bottom:xl,left:jl,right:$l};function Nl({trigger:e,children:t,placement:n="bottom",open:s,onOpenChange:r,defaultOpen:o=!1,closeOnEsc:i=!0,closeOnOutsideClick:c=!0,className:l}){const d=s!==void 0,[p,m]=u.useState(o),f=d?s:p,_=u.useId(),h=u.useRef(null),g=u.useCallback(w=>{d||m(w),r?.(w)},[d,r]);u.useEffect(()=>{if(!f)return;const w=N=>{i&&N.key==="Escape"&&g(!1)},x=N=>{c&&h.current&&!h.current.contains(N.target)&&g(!1)};return window.addEventListener("keydown",w),window.addEventListener("mousedown",x),()=>{window.removeEventListener("keydown",w),window.removeEventListener("mousedown",x)}},[f,i,c,g]);const y=w=>{e.props.onClick?.(w),g(!f)},v={...e,props:{...e.props,onClick:y,"aria-expanded":f,"aria-controls":_}};return a.jsxs("span",{ref:h,className:Ue.root,children:[v,f&&a.jsx("div",{id:_,role:"dialog",className:b(Ue.popover,Ue[n],l),children:t})]})}const kl="tempest_wrapper_BQek1",Sl="tempest_bar_uC-0x",El="tempest_fill_vmg7x",Cl="tempest_success_gWJ8U",Tl="tempest_warning_DGkPO",Ll="tempest_danger_gfwHh",Il="tempest_indeterminate_HojUj",Rl="tempest_tempest-progress-loop_0nEdF",Ml="tempest_label_qqHJM",xe={wrapper:kl,bar:Sl,fill:El,success:Cl,warning:Tl,danger:Ll,indeterminate:Il,tempestProgressLoop:Rl,label:Ml};function Al({value:e=0,max:t=100,variant:n="primary",indeterminate:s=!1,showLabel:r=!1,label:o,className:i}){const c=s?0:Math.max(0,Math.min(100,e/t*100));return a.jsxs("div",{className:b(xe.wrapper,i),children:[(r||o)&&a.jsxs("div",{className:xe.label,children:[o&&a.jsx("span",{children:o}),r&&!s&&a.jsxs("span",{children:[Math.round(c),"%"]})]}),a.jsx("div",{role:"progressbar","aria-valuemin":0,"aria-valuemax":t,"aria-valuenow":s?void 0:e,className:b(xe.bar,s&&xe.indeterminate),children:a.jsx("div",{className:b(xe.fill,n!=="primary"&&xe[n]),style:{width:s?void 0:`${c}%`}})})]})}const Pl="tempest_wrapper_P-gFm",Dl="tempest_disabled_0-cna",Fl="tempest_input_7R8ZN",Bl="tempest_dot_P7ejP",Wl="tempest_labelWrap_iQ1HR",Ol="tempest_label_vAFIP",zl="tempest_description_bEB8u",Ul="tempest_group_oi329",ql="tempest_horizontal_1Ovgu",ie={wrapper:Pl,disabled:Dl,input:Fl,dot:Bl,labelWrap:Wl,label:Ol,description:zl,group:Ul,horizontal:ql},kt=u.createContext(null),Hl=u.forwardRef(function({label:t,description:n,value:s,disabled:r,name:o,checked:i,onChange:c,wrapperClassName:l,className:d,...p},m){const f=u.useContext(kt),_=f?.name??o,h=f?.disabled??r,g=f?f.value===s:i;function y(v){f&&f.onChange?.(s),c?.(v)}return a.jsxs("label",{className:b(ie.wrapper,h&&ie.disabled,l),children:[a.jsx("input",{ref:m,type:"radio",name:_,value:s,checked:g,disabled:h,onChange:y,className:b(ie.input,d),...p}),a.jsx("span",{className:ie.dot,"aria-hidden":!0}),(t||n)&&a.jsxs("span",{className:ie.labelWrap,children:[t&&a.jsx("span",{className:ie.label,children:t}),n&&a.jsx("span",{className:ie.description,children:n})]})]})});function Gl({value:e,defaultValue:t,onChange:n,name:s,disabled:r,horizontal:o=!1,className:i,children:c}){const l=u.useId(),d=s??l,[p,m]=u.useState(t),f=e!==void 0,_=f?e:p;function h(g){f||m(g),n?.(g)}return a.jsx(kt.Provider,{value:{name:d,value:_,onChange:h,disabled:r},children:a.jsx("div",{role:"radiogroup",className:b(ie.group,o&&ie.horizontal,i),children:c})})}const Kl="tempest_wrapper_o1aOo",Jl="tempest_label_jaBOA",Vl="tempest_value_GKfOu",Ql="tempest_field_YxCzt",Xl="tempest_track_j-2iy",Yl="tempest_fill_1pbqj",Zl="tempest_input_1MASw",eu="tempest_helper_uqxKu",re={wrapper:Kl,label:Jl,value:Vl,field:Ql,track:Xl,fill:Yl,input:Zl,helper:eu};function tu({value:e,onChange:t,min:n=0,max:s=100,step:r=1,label:o,helperText:i,disabled:c=!1,formatValue:l,className:d}){const[p,m]=e,f=s-n,_=u.useMemo(()=>(p-n)/f*100,[p,n,f]),h=u.useMemo(()=>(m-n)/f*100,[m,n,f]),g=l?.(e)??`${p} – ${m}`,y=u.useCallback(w=>{const x=Math.min(Number(w.target.value),m);t([x,m])},[m,t]),v=u.useCallback(w=>{const x=Math.max(Number(w.target.value),p);t([p,x])},[p,t]);return a.jsxs("div",{className:b(re.wrapper,d),children:[o&&a.jsxs("div",{className:re.label,children:[a.jsx("span",{children:o}),a.jsx("span",{className:re.value,children:g})]}),a.jsxs("div",{className:re.field,children:[a.jsx("div",{className:re.track}),a.jsx("div",{className:re.fill,style:{left:`${_}%`,right:`${100-h}%`}}),a.jsx("input",{type:"range",className:re.input,min:n,max:s,step:r,value:p,onChange:y,disabled:c,"aria-label":o?`${o} (mínimo)`:"Mínimo"}),a.jsx("input",{type:"range",className:re.input,min:n,max:s,step:r,value:m,onChange:v,disabled:c,"aria-label":o?`${o} (máximo)`:"Máximo"})]}),i&&a.jsx("span",{className:re.helper,children:i})]})}const nu="tempest_wrapper_K9Mqa",su="tempest_star_goIGS",ru="tempest_filled_mMs-d",ou="tempest_disabled_tyUlQ",au="tempest_readonly_bnKLN",iu="tempest_sm_K7-y9",cu="tempest_md_ex2Tb",lu="tempest_lg_TstLJ",je={wrapper:nu,star:su,filled:ru,disabled:ou,readonly:au,sm:iu,md:cu,lg:lu};function uu({value:e,max:t=5,onChange:n,size:s="md",readonly:r=!1,disabled:o=!1,label:i="Avaliação",className:c}){const[l,d]=u.useState(0),p=l>0?l:e,m=f=>{r||o||n?.(f)};return a.jsx("span",{role:"radiogroup","aria-label":i,className:b(je.wrapper,je[s],o&&je.disabled,r&&je.readonly,c),onMouseLeave:()=>d(0),children:Array.from({length:t},(f,_)=>{const h=_+1,g=h<=p;return a.jsx("button",{type:"button",role:"radio","aria-checked":e===h,"aria-label":`${h} ${h===1?"estrela":"estrelas"}`,className:b(je.star,g&&je.filled),disabled:o,onMouseEnter:()=>!r&&!o&&d(h),onClick:()=>m(h),children:a.jsx(du,{filled:g})},h)})})}function du({filled:e}){return a.jsx("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:e?"currentColor":"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinejoin:"round","aria-hidden":!0,children:a.jsx("path",{d:"M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14 2 9.27l6.91-1.01L12 2z"})})}function St(e,t,n,s,r){return s?(Array.isArray(s)?s:[s]).includes(e):!(t&&!r.above(t)||n&&!r.below(n))}function pu({above:e,below:t,only:n,children:s}){const r=ve();return St(r.current,e,t,n,r)?s:null}function mu({above:e,below:t,only:n,children:s}){const r=ve();return St(r.current,e,t,n,r)?null:s}const fu="tempest_safe_iqDFY",hu="tempest_inline_V9eMG",_u="tempest_top_Xse9E",gu="tempest_right_GZm9b",bu="tempest_bottom_kkyD7",yu="tempest_left_Z4Q72",$e={safe:fu,inline:hu,top:_u,right:gu,bottom:bu,left:yu},vu=["top","right","bottom","left"];function wu({edges:e=vu,inline:t=!1,className:n,children:s,...r}){return a.jsx("div",{className:b($e.safe,t&&$e.inline,e.includes("top")&&$e.top,e.includes("right")&&$e.right,e.includes("bottom")&&$e.bottom,e.includes("left")&&$e.left,n),"data-edges":e.join(" "),...r,children:s})}const xu="tempest_wrapper_dKXJJ",ju="tempest_input_m0lPc",$u="tempest_iconLeft_030-U",Nu="tempest_clear_nb6lG",Me={wrapper:xu,input:ju,iconLeft:$u,clear:Nu},ku=u.forwardRef(function({value:t,onChange:n,onClear:s,wrapperClassName:r,placeholder:o="Buscar...",className:i,...c},l){function d(){n(""),s?.()}return a.jsxs("div",{className:b(Me.wrapper,r),children:[a.jsx("span",{className:Me.iconLeft,"aria-hidden":!0,children:a.jsx(Su,{})}),a.jsx("input",{ref:l,type:"search",value:t,onChange:p=>n(p.target.value),placeholder:o,className:b(Me.input,i),...c}),t&&a.jsx("button",{type:"button",className:Me.clear,"aria-label":"Limpar busca",onClick:d,children:a.jsx(Eu,{})})]})});function Su(){return a.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",children:[a.jsx("circle",{cx:"11",cy:"11",r:"7",stroke:"currentColor",strokeWidth:"2"}),a.jsx("path",{d:"M20 20l-3.5-3.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})]})}function Eu(){return a.jsx("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",children:a.jsx("path",{d:"M6 6l12 12M6 18L18 6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})})}const Cu="tempest_group_mYyFC",Tu="tempest_fullWidth_unSMm",Lu="tempest_segment_cu-EL",Iu="tempest_sm_CfD41",Ru="tempest_md_2ixuM",Mu="tempest_lg_2Kt7-",Au="tempest_active_GmyKg",Pu="tempest_icon_9h6GK",Du="tempest_label_mS17q",be={group:Cu,fullWidth:Tu,segment:Lu,sm:Iu,md:Ru,lg:Mu,active:Au,icon:Pu,label:Du};function Fu({options:e,value:t,onChange:n,size:s="md",fullWidth:r=!1,className:o,"aria-label":i,...c}){return a.jsx("div",{role:"radiogroup","aria-label":i,className:b(be.group,be[s],r&&be.fullWidth,o),...c,children:e.map(l=>{const d=l.value===t;return a.jsxs("button",{type:"button",role:"radio","aria-checked":d,disabled:l.disabled,className:b(be.segment,d&&be.active),onClick:()=>n(l.value),children:[l.icon&&a.jsx("span",{className:be.icon,children:l.icon}),a.jsx("span",{className:be.label,children:l.label})]},l.value)})})}const Bu="tempest_wrapper_KS2K3",Wu="tempest_label_Lmgos",Ou="tempest_required_PvDVJ",zu="tempest_field_h-wBy",Uu="tempest_select_cjdcr",qu="tempest_caret_MdCao",Hu="tempest_error_sw9MU",Gu="tempest_helper_frosK",Ku="tempest_errorText_-zd6i",oe={wrapper:Bu,label:Wu,required:Ou,field:zu,select:Uu,caret:qu,error:Hu,helper:Gu,errorText:Ku},Ju=u.forwardRef(function({label:t,helperText:n,error:s,options:r,placeholder:o,wrapperClassName:i,className:c,children:l,id:d,required:p,...m},f){const _=u.useId(),h=d??_;return a.jsxs("div",{className:b(oe.wrapper,s&&oe.error,i),children:[t&&a.jsxs("label",{htmlFor:h,className:oe.label,children:[t,p&&a.jsx("span",{className:oe.required,children:"*"})]}),a.jsxs("div",{className:oe.field,children:[a.jsxs("select",{ref:f,id:h,"aria-invalid":!!s,required:p,className:b(oe.select,c),...m,children:[o&&a.jsx("option",{value:"",disabled:!0,hidden:!0,children:o}),r?.map(g=>a.jsx("option",{value:g.value,disabled:g.disabled,children:g.label},g.value)),l]}),a.jsx("span",{className:oe.caret,"aria-hidden":!0,children:a.jsx(Vu,{})})]}),s?a.jsx("span",{className:oe.errorText,children:s}):n?a.jsx("span",{className:oe.helper,children:n}):null]})});function Vu(){return a.jsx("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",children:a.jsx("path",{d:"M6 9l6 6 6-6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})})}const Qu="tempest_sidebar_UB1qz",Xu="tempest_header_zupoS",Yu="tempest_nav_aLYuL",Zu="tempest_item_IAjHb",ed="tempest_collapsed_ZbZYA",td="tempest_active_BgcFy",nd="tempest_icon_UQswn",sd="tempest_label_TPvJ9",rd="tempest_badge_xwEZv",od="tempest_footer_TyRyi",Y={sidebar:Qu,header:Xu,nav:Yu,item:Zu,collapsed:ed,active:td,icon:nd,label:sd,badge:rd,footer:od};function ad({header:e,items:t,value:n,onChange:s,footer:r,collapsed:o=!1,width:i=240,collapsedWidth:c=64,className:l,style:d,...p}){const m=typeof(o?c:i)=="number"?`${o?c:i}px`:o?c:i;return a.jsxs("aside",{className:b(Y.sidebar,o&&Y.collapsed,l),style:{width:m,...d},...p,children:[e&&a.jsx("div",{className:Y.header,children:e}),a.jsx("nav",{className:Y.nav,"aria-label":"Navegação lateral",children:t.map(f=>{const _=f.key===n;return a.jsxs("button",{type:"button",className:b(Y.item,_&&Y.active),"aria-current":_?"page":void 0,disabled:f.disabled,onClick:()=>s?.(f.key),title:o&&typeof f.label=="string"?f.label:void 0,children:[f.icon&&a.jsx("span",{className:Y.icon,children:f.icon}),!o&&a.jsx("span",{className:Y.label,children:f.label}),!o&&f.badge!==void 0&&a.jsx("span",{className:Y.badge,children:f.badge})]},f.key)})}),r&&a.jsx("div",{className:Y.footer,children:r})]})}const id="tempest_skeleton_CB4uF",cd="tempest_text_-A8IF",ld="tempest_circle_DYcl8",qe={skeleton:id,text:cd,circle:ld};function ud({variant:e="rect",width:t,height:n,className:s,style:r}){return a.jsx("span",{"aria-hidden":!0,className:b(qe.skeleton,e==="text"&&qe.text,e==="circle"&&qe.circle,s),style:{width:t,height:n,...r}})}const dd="tempest_spacer_okdOd",pd="tempest_both_85qSF",md="tempest_x_QiU2B",fd="tempest_y_hTtCp",lt={spacer:dd,both:pd,x:md,y:fd};function hd({axis:e="both",className:t,...n}){return a.jsx("div",{className:b(lt.spacer,lt[e],t),...n})}const _d="tempest_spinner_GpFZS",gd="tempest_tempest-spinner_wKVCY",bd="tempest_xs_p8BFI",yd="tempest_sm_3sIoD",vd="tempest_md_M2sPj",wd="tempest_lg_IxTw2",xd="tempest_xl_cgwqq",ut={spinner:_d,tempestSpinner:gd,xs:bd,sm:yd,md:vd,lg:wd,xl:xd};function jd({size:e="md",className:t,label:n="Carregando"}){return a.jsx("span",{role:"status","aria-label":n,className:b(ut.spinner,ut[e],t)})}const $d="tempest_stat_zoo9y",Nd="tempest_header_3UQqq",kd="tempest_icon_zUG3e",Sd="tempest_label_lIH47",Ed="tempest_row_Ifyts",Cd="tempest_value_JBWnr",Td="tempest_delta_mRVrE",Ld="tempest_up_7qgUO",Id="tempest_down_3Rq2Z",Rd="tempest_flat_R5pZT",Md="tempest_hint_YkTF8",J={stat:$d,header:Nd,icon:kd,label:Sd,row:Ed,value:Cd,delta:Td,up:Ld,down:Id,flat:Rd,hint:Md};function Ad(e){if(typeof e!="string")return;const t=e.trim();if(t.startsWith("+"))return"up";if(t.startsWith("-")||t.startsWith("−"))return"down"}function Pd({label:e,value:t,delta:n,trend:s,hint:r,icon:o,className:i,...c}){const l=s??Ad(n);return a.jsxs("div",{className:b(J.stat,i),...c,children:[a.jsxs("div",{className:J.header,children:[o&&a.jsx("span",{className:J.icon,children:o}),a.jsx("span",{className:J.label,children:e})]}),a.jsxs("div",{className:J.row,children:[a.jsx("span",{className:J.value,children:t}),n!==void 0&&a.jsx("span",{className:b(J.delta,l==="up"&&J.up,l==="down"&&J.down,l==="flat"&&J.flat),children:n})]}),r&&a.jsx("p",{className:J.hint,children:r})]})}const Dd="tempest_stepper_w3qjQ",Fd="tempest_vertical_d4mOs",Bd="tempest_step_s2nqL",Wd="tempest_dot_d1bSL",Od="tempest_completed_gcFHM",zd="tempest_active_kL-CH",Ud="tempest_label_8irAI",qd="tempest_connector_lyeWp",ae={stepper:Dd,vertical:Fd,step:Bd,dot:Wd,completed:Od,active:zd,label:Ud,connector:qd};function Hd({steps:e,current:t,orientation:n="horizontal",className:s}){return a.jsx("ol",{className:b(ae.stepper,n==="vertical"&&ae.vertical,s),children:e.map((r,o)=>{const i=o<t,c=o===t;return a.jsxs(u.Fragment,{children:[a.jsxs("li",{className:b(ae.step,i&&ae.completed,c&&ae.active),"aria-current":c?"step":void 0,children:[a.jsx("span",{className:ae.dot,children:i?"✓":o+1}),a.jsx("span",{className:ae.label,children:r.label})]}),o<e.length-1&&a.jsx("span",{className:b(ae.connector,i&&ae.completed),"aria-hidden":!0})]},o)})})}function Ve(e,t,n){if(Number.isNaN(e))return e;if(t>n){const s=t;t=n,n=s}return e<t?t:e>n?n:e}const Gd="tempest_wrapper_JNjXK",Kd="tempest_label_9XKNm",Jd="tempest_row_cOARX",Vd="tempest_sm_RzVSU",Qd="tempest_md_pezRm",Xd="tempest_lg_kYbIN",Yd="tempest_disabled_vqmo2",Zd="tempest_btn_xuHhj",ep="tempest_value_NEatO",ue={wrapper:Gd,label:Kd,row:Jd,sm:Vd,md:Qd,lg:Xd,disabled:Yd,btn:Zd,value:ep},tp=u.forwardRef(function({value:t,onChange:n,min:s=0,max:r=Number.POSITIVE_INFINITY,step:o=1,size:i="md",disabled:c=!1,label:l,format:d,labels:p={decrement:"Diminuir",increment:"Aumentar"},className:m},f){const _=()=>{c||n(Ve(t-o,s,r))},h=()=>{c||n(Ve(t+o,s,r))},g=d?d(t):String(t),y=!c&&t>s,v=!c&&t<r;return a.jsxs("div",{ref:f,className:b(ue.wrapper,m),children:[l&&a.jsx("label",{className:ue.label,children:l}),a.jsxs("div",{className:b(ue.row,ue[i],c&&ue.disabled),children:[a.jsx("button",{type:"button",className:ue.btn,"aria-label":p.decrement,onClick:_,disabled:!y,children:"−"}),a.jsx("span",{className:ue.value,role:"status","aria-live":"polite",children:g}),a.jsx("button",{type:"button",className:ue.btn,"aria-label":p.increment,onClick:h,disabled:!v,children:"+"})]})]})}),np="tempest_wrapper_kudO9",sp="tempest_disabled_2aZ0V",rp="tempest_input_5BPNu",op="tempest_track_7ObdZ",ap="tempest_thumb_-FTeK",ip="tempest_label_LrH7V",Ne={wrapper:np,disabled:sp,input:rp,track:op,thumb:ap,label:ip},cp=u.forwardRef(function({label:t,disabled:n,wrapperClassName:s,className:r,...o},i){return a.jsxs("label",{className:b(Ne.wrapper,n&&Ne.disabled,s),children:[a.jsx("input",{ref:i,type:"checkbox",role:"switch",disabled:n,className:b(Ne.input,r),...o}),a.jsx("span",{className:Ne.track,"aria-hidden":!0,children:a.jsx("span",{className:Ne.thumb})}),t&&a.jsx("span",{className:Ne.label,children:t})]})}),lp="tempest_tag_16VPH",up="tempest_sm_pzyd5",dp="tempest_md_GL6tQ",pp="tempest_lg_8tgXU",mp="tempest_neutral_jAd-x",fp="tempest_primary_AXKlN",hp="tempest_success_56lz4",_p="tempest_warning_UK7SC",gp="tempest_danger_kJ-yx",bp="tempest_info_hmHE-",yp="tempest_label_ZBPfO",vp="tempest_remove_UEwgr",Ce={tag:lp,sm:up,md:dp,lg:pp,neutral:mp,primary:fp,success:hp,warning:_p,danger:gp,info:bp,label:yp,remove:vp};function wp({variant:e="neutral",size:t="md",onRemove:n,removeLabel:s="Remover",className:r,children:o,...i}){return a.jsxs("span",{className:b(Ce.tag,Ce[e],Ce[t],r),...i,children:[a.jsx("span",{className:Ce.label,children:o}),n&&a.jsx("button",{type:"button",className:Ce.remove,"aria-label":s,onClick:n,children:"×"})]})}const xp="tempest_scroll_unrJp",jp="tempest_table_Dkosn",$p="tempest_th_PNuEx",Np="tempest_td_jv9tA",kp="tempest_tr_7UG8J",Sp="tempest_clickable_B6Si-",Ep="tempest_alignRight_9hY0G",Cp="tempest_alignCenter_YiUQy",Tp="tempest_emptyRow_kdMiv",Lp="tempest_priorityTablet_3alUt",Ip="tempest_priorityDesktop_3f8Fq",Rp="tempest_stackable_heix7",Mp="tempest_stackableHead_mKGcA",Ap="tempest_stackableRow_qPNqc",L={scroll:xp,table:jp,th:$p,td:Np,tr:kp,clickable:Sp,alignRight:Ep,alignCenter:Cp,emptyRow:Tp,priorityTablet:Lp,priorityDesktop:Ip,stackable:Rp,stackableHead:Mp,stackableRow:Ap};function dt(e){if(e==="tablet")return L.priorityTablet;if(e==="desktop")return L.priorityDesktop}function Pp({columns:e,data:t,rowKey:n,onRowClick:s,emptyMessage:r="Nenhum registro encontrado.",className:o,stackOnMobile:i=!1}){return a.jsx("div",{className:b(L.scroll,i&&L.stackable,o),children:a.jsxs("table",{className:L.table,children:[a.jsx("thead",{className:b(i&&L.stackableHead),children:a.jsx("tr",{children:e.map(c=>a.jsx("th",{className:b(L.th,c.align==="right"&&L.alignRight,c.align==="center"&&L.alignCenter,dt(c.priority)),style:{width:c.width},children:c.header},c.key))})}),a.jsx("tbody",{children:t.length===0?a.jsx("tr",{children:a.jsx("td",{className:L.emptyRow,colSpan:e.length,children:r})}):t.map((c,l)=>a.jsx("tr",{className:b(L.tr,s&&L.clickable,i&&L.stackableRow),onClick:s?()=>s(c):void 0,children:e.map(d=>{const p=d.render?d.render(c,l):c[d.key];return a.jsx("td",{className:b(L.td,d.align==="right"&&L.alignRight,d.align==="center"&&L.alignCenter,dt(d.priority),d.className),"data-label":typeof d.header=="string"?d.header:void 0,children:p},d.key)})},n(c,l)))})]})})}const Dp="tempest_tablist_WR6ag",Fp="tempest_tab_IdDYc",Bp="tempest_active_PTNtG",Wp="tempest_panel_08i9c",Op="tempest_pill_lGuqn",Te={tablist:Dp,tab:Fp,active:Bp,panel:Wp,pill:Op};function zp({items:e,defaultId:t,activeId:n,onChange:s,variant:r="underline",className:o}){const i=e.find(_=>!_.disabled),[c,l]=u.useState(t??i?.id),d=n!==void 0,p=d?n:c,m=e.find(_=>_.id===p)??i;function f(_){d||l(_),s?.(_)}return a.jsxs("div",{className:o,children:[a.jsx("div",{role:"tablist",className:b(Te.tablist,r==="pill"&&Te.pill),children:e.map(_=>{const h=_.id===m?.id;return a.jsx("button",{type:"button",role:"tab","aria-selected":h,"aria-controls":`panel-${_.id}`,id:`tab-${_.id}`,disabled:_.disabled,className:b(Te.tab,h&&Te.active),onClick:()=>f(_.id),children:_.label},_.id)})}),m&&a.jsx("div",{role:"tabpanel",id:`panel-${m.id}`,"aria-labelledby":`tab-${m.id}`,className:Te.panel,children:m.content})]})}const Up="tempest_wrapper_C0gfg",qp="tempest_label_cWLXP",Hp="tempest_required_rDZXE",Gp="tempest_textarea_Z-y6g",Kp="tempest_error_NWC9f",Jp="tempest_helper_gedut",Vp="tempest_errorText_ey07q",ye={wrapper:Up,label:qp,required:Hp,textarea:Gp,error:Kp,helper:Jp,errorText:Vp},Qp=u.forwardRef(function({label:t,helperText:n,error:s,wrapperClassName:r,className:o,id:i,required:c,...l},d){const p=u.useId(),m=i??p;return a.jsxs("div",{className:b(ye.wrapper,s&&ye.error,r),children:[t&&a.jsxs("label",{htmlFor:m,className:ye.label,children:[t,c&&a.jsx("span",{className:ye.required,children:"*"})]}),a.jsx("textarea",{ref:d,id:m,"aria-invalid":!!s,required:c,className:b(ye.textarea,o),...l}),s?a.jsx("span",{className:ye.errorText,children:s}):n?a.jsx("span",{className:ye.helper,children:n}):null]})}),Xp="tempest_timeline_utrkA",Yp="tempest_item_T5xdQ",Zp="tempest_markerColumn_BMe4d",em="tempest_marker_kmPV-",tm="tempest_marker-primary_s9BNB",nm="tempest_marker-success_areMM",sm="tempest_marker-warning_rRrS8",rm="tempest_marker-danger_3GEBk",om="tempest_marker-neutral_M2mnw",am="tempest_line_CwY-N",im="tempest_body_KpMJ6",cm="tempest_row_AX2ti",lm="tempest_title_DxfAX",um="tempest_meta_GU0ih",dm="tempest_description_f9sxV",F={timeline:Xp,item:Yp,markerColumn:Zp,marker:em,markerPrimary:tm,markerSuccess:nm,markerWarning:sm,markerDanger:rm,markerNeutral:om,line:am,body:im,row:cm,title:lm,meta:um,description:dm};function pm({items:e,connector:t=!0,className:n,...s}){return a.jsx("ol",{className:b(F.timeline,t&&F.connector,n),...s,children:e.map((r,o)=>{const i=o===e.length-1;return a.jsxs("li",{className:F.item,children:[a.jsxs("div",{className:F.markerColumn,children:[a.jsx("span",{className:b(F.marker,F[`marker-${r.marker??"primary"}`]),"aria-hidden":"true",children:r.icon}),t&&!i&&a.jsx("span",{className:F.line,"aria-hidden":"true"})]}),a.jsxs("div",{className:F.body,children:[a.jsxs("div",{className:F.row,children:[a.jsx("span",{className:F.title,children:r.title}),r.meta&&a.jsx("span",{className:F.meta,children:r.meta})]}),r.description&&a.jsx("p",{className:F.description,children:r.description})]})]},r.id)})})}const mm="tempest_trigger_Dmc5E",fm="tempest_bubble_TPGHB",hm="tempest_tempest-tooltip-in_csYeZ",_m="tempest_top_m2tnn",gm="tempest_bottom_9Twz4",bm="tempest_left_UPdrG",ym="tempest_right_CV--T",He={trigger:mm,bubble:fm,tempestTooltipIn:hm,top:_m,bottom:gm,left:bm,right:ym};function vm({content:e,placement:t="top",children:n,disabled:s=!1,openDelay:r=150}){const[o,i]=u.useState(!1),c=u.useId();let l=null;function d(){s||(l&&clearTimeout(l),l=setTimeout(()=>i(!0),r))}function p(){l&&(clearTimeout(l),l=null),i(!1)}const m=u.cloneElement(n,{onMouseEnter:d,onMouseLeave:p,onFocus:d,onBlur:p,"aria-describedby":o?c:void 0});return a.jsxs("span",{className:He.trigger,children:[m,o&&a.jsx("span",{id:c,role:"tooltip",className:b(He.bubble,He[t]),children:e})]})}const wm="tempest_container_x4-Qm",xm="tempest_positionTopRight_gbUCQ",jm="tempest_positionTopLeft_Z-tMJ",$m="tempest_positionTopCenter_A4Ze4",Nm="tempest_positionBottomRight_MGo19",km="tempest_positionBottomLeft_DpiNe",Sm="tempest_positionBottomCenter_XUdok",Em="tempest_toast_FLdHz",Cm="tempest_tempest-toast-in_E2d-A",Tm="tempest_success_Oy694",Lm="tempest_warning_84GC8",Im="tempest_error_hrQAA",Rm="tempest_info_eq5bQ",Mm="tempest_title_-H6R2",Am="tempest_description_-QwfC",Pm="tempest_close_i10-s",O={container:wm,positionTopRight:xm,positionTopLeft:jm,positionTopCenter:$m,positionBottomRight:Nm,positionBottomLeft:km,positionBottomCenter:Sm,toast:Em,tempestToastIn:Cm,success:Tm,warning:Lm,error:Im,info:Rm,title:Mm,description:Am,close:Pm},Et=u.createContext(null);function Dm(){const e=u.useContext(Et);if(!e)throw new Error("useToast must be used inside a <ToastProvider>");return e}function Fm({children:e,defaultDuration:t=4e3,position:n="top-right"}){const[s,r]=u.useState([]),o=u.useRef(0),i=u.useCallback(d=>{r(p=>p.filter(m=>m.id!==d))},[]),c=u.useCallback(d=>{const p=d.id??`toast-${++o.current}`,m={id:p,title:d.title,description:d.description,variant:d.variant??"info",duration:d.duration??t};return r(f=>[...f,m]),p},[t]),l=u.useMemo(()=>({show:c,dismiss:i,success:(d,p)=>c({...p,description:d,variant:"success"}),error:(d,p)=>c({...p,description:d,variant:"error"}),warning:(d,p)=>c({...p,description:d,variant:"warning"}),info:(d,p)=>c({...p,description:d,variant:"info"})}),[c,i]);return a.jsxs(Et.Provider,{value:l,children:[e,a.jsx(Wm,{toasts:s,onDismiss:i,position:n})]})}function Bm(e){switch(e){case"top-left":return O.positionTopLeft;case"top-center":return O.positionTopCenter;case"bottom-right":return O.positionBottomRight;case"bottom-left":return O.positionBottomLeft;case"bottom-center":return O.positionBottomCenter;default:return O.positionTopRight}}function Wm({toasts:e,onDismiss:t,position:n}){return typeof document>"u"?null:Fe.createPortal(a.jsx("div",{className:b(O.container,Bm(n)),"aria-live":"polite","aria-atomic":"true",children:e.map(s=>a.jsx(Om,{toast:s,onDismiss:t},s.id))}),document.body)}function Om({toast:e,onDismiss:t}){return u.useEffect(()=>{if(!e.duration)return;const n=setTimeout(()=>t(e.id),e.duration);return()=>clearTimeout(n)},[e.id,e.duration,t]),a.jsxs("div",{className:b(O.toast,O[e.variant]),role:"status",children:[a.jsxs("div",{children:[e.title&&a.jsx("p",{className:O.title,children:e.title}),e.description&&a.jsx("p",{className:O.description,children:e.description})]}),a.jsx("button",{type:"button",className:O.close,"aria-label":"Fechar notificação",onClick:()=>t(e.id),children:a.jsx(zm,{})})]})}function zm(){return a.jsx("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",children:a.jsx("path",{d:"M6 6l12 12M6 18L18 6",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round"})})}const Um="tempest_scroll_8Giwl",qm="tempest_spacer_P3Pvl",Hm="tempest_row_Ff0VU",Ge={scroll:Um,spacer:qm,row:Hm};function Gm({items:e,itemHeight:t,renderItem:n,height:s,overscan:r=4,getKey:o,className:i,style:c}){const l=u.useRef(null),[d,p]=u.useState(0),[m,f]=u.useState(0);u.useEffect(()=>{const v=l.current;if(!v||(f(v.clientHeight),typeof ResizeObserver>"u"))return;const w=new ResizeObserver(()=>f(v.clientHeight));return w.observe(v),()=>w.disconnect()},[]);const _=e.length*t,h=Math.max(0,Math.floor(d/t)-r),g=Math.ceil(m/t)+r*2,y=Math.min(e.length,h+g);return a.jsx("div",{ref:l,className:b(Ge.scroll,i),style:{height:s,...c},onScroll:v=>p(v.target.scrollTop),role:"list",children:a.jsx("div",{className:Ge.spacer,style:{height:_},children:e.slice(h,y).map((v,w)=>{const x=h+w,N=o?o(v,x):x;return a.jsx("div",{role:"listitem",className:Ge.row,style:{top:x*t,height:t},children:n(v,x)},N)})})})}function Km(e,t=300){const[n,s]=u.useState(e);return u.useEffect(()=>{const r=setTimeout(()=>s(e),t);return()=>clearTimeout(r)},[e,t]),n}function Jm(e=1,t=50){const[n,s]=u.useState(e),[r,o]=u.useState(t),i=u.useCallback(()=>s(1),[]);return{page:n,size:r,setPage:s,setSize:o,reset:i}}function Vm(e,t,n){return u.useMemo(()=>{const s=t.trim().toLowerCase();return s?typeof n=="function"?e.filter(r=>n(r,s)):e.filter(r=>n.some(o=>{const i=r[o];return i!=null&&String(i).toLowerCase().includes(s)})):e},[e,t,n])}function Qm(e){const[t,n]=u.useState(()=>typeof window>"u"?!1:window.matchMedia(e).matches);return u.useEffect(()=>{if(typeof window>"u")return;const s=window.matchMedia(e),r=o=>n(o.matches);return n(s.matches),s.addEventListener("change",r),()=>s.removeEventListener("change",r)},[e]),t}function Xm(e,t,n,s){const r=u.useRef(t);r.current=t,u.useEffect(()=>{const o=n===void 0?typeof window>"u"?null:window:"current"in n?n.current??null:n;if(!o?.addEventListener)return;const i=c=>r.current(c);return o.addEventListener(e,i,s),()=>o.removeEventListener(e,i,s)},[e,n,s])}const Ym=JSON.stringify,Zm=e=>JSON.parse(e);function ef(e,t,n={}){const s=n.serialize??Ym,r=n.deserialize??Zm,o=u.useCallback(()=>{if(typeof window>"u")return t;try{const p=window.localStorage.getItem(e);return p===null?t:r(p)}catch{return t}},[e,t,r]),[i,c]=u.useState(o);u.useEffect(()=>{c(o())},[o]);const l=u.useCallback(p=>{c(m=>{const f=typeof p=="function"?p(m):p;try{typeof window<"u"&&window.localStorage.setItem(e,s(f))}catch{}return f})},[e,s]),d=u.useCallback(()=>{try{typeof window<"u"&&window.localStorage.removeItem(e)}catch{}c(t)},[e,t]);return u.useEffect(()=>{if(typeof window>"u")return;const p=m=>{if(m.key===e){if(m.newValue===null){c(t);return}try{c(r(m.newValue))}catch{}}};return window.addEventListener("storage",p),()=>window.removeEventListener("storage",p)},[e,t,r]),[i,l,d]}function tf(e=!1){const[t,n]=u.useState(e),s=u.useCallback(()=>n(c=>!c),[]),r=u.useCallback(()=>n(!0),[]),o=u.useCallback(()=>n(!1),[]),i=u.useCallback(c=>n(c),[]);return[t,{toggle:s,setTrue:r,setFalse:o,set:i}]}function nf(e,t=[],n={}){const{immediate:s=!1}=n,[r,o]=u.useState({status:"idle",data:void 0,error:void 0}),i=u.useRef(e);i.current=e;const c=u.useRef(0),l=u.useRef(!0);u.useEffect(()=>(l.current=!0,()=>{l.current=!1}),[]);const d=u.useCallback(async()=>{const m=++c.current;o(f=>({...f,status:"pending",error:void 0}));try{const f=await i.current();return l.current&&c.current===m&&o({status:"success",data:f,error:void 0}),f}catch(f){throw l.current&&c.current===m&&o({status:"error",data:void 0,error:f}),f}},[]),p=u.useCallback(()=>{c.current++,o({status:"idle",data:void 0,error:void 0})},[]);return u.useEffect(()=>{s&&d().catch(()=>{})},[s,...t]),{status:r.status,data:r.data,error:r.error,isPending:r.status==="pending",isSuccess:r.status==="success",isError:r.status==="error",run:d,reset:p}}function sf(){const[e,t]=u.useState(()=>typeof navigator>"u"?!0:navigator.onLine);return u.useEffect(()=>{if(typeof window>"u")return;const n=()=>t(!0),s=()=>t(!1);return window.addEventListener("online",n),window.addEventListener("offline",s),()=>{window.removeEventListener("online",n),window.removeEventListener("offline",s)}},[]),e}function rf(){const[e,t]=u.useState(()=>typeof document>"u"?"visible":document.visibilityState);return u.useEffect(()=>{if(typeof document>"u")return;const n=()=>t(document.visibilityState);return document.addEventListener("visibilitychange",n),()=>document.removeEventListener("visibilitychange",n)},[]),e}function of(e,t={}){const[n,s]=u.useState(null),{once:r=!1,root:o,rootMargin:i,threshold:c}=t;return u.useEffect(()=>{const l=e.current;if(!l||typeof IntersectionObserver>"u")return;const d=new IntersectionObserver(([p])=>{p&&(s(p),r&&p.isIntersecting&&d.unobserve(l))},{root:o,rootMargin:i,threshold:c});return d.observe(l),()=>d.disconnect()},[e,r,o,i,c]),n}function af(e){const[t,n]=u.useState(null);return u.useEffect(()=>{const s=e.current;if(!s||typeof ResizeObserver>"u")return;const r=new ResizeObserver(o=>{const i=o[0];if(!i)return;const c=i.contentRect;n({width:c.width,height:c.height})});return r.observe(s),()=>r.disconnect()},[e]),t}function cf(e={}){const{resetAfter:t=1500}=e,[n,s]=u.useState(!1),r=u.useRef(null),o=u.useCallback(()=>{r.current&&(clearTimeout(r.current),r.current=null),s(!1)},[]);u.useEffect(()=>()=>o(),[o]);const i=u.useCallback(async c=>{try{if(typeof navigator<"u"&&navigator.clipboard?.writeText)await navigator.clipboard.writeText(c);else if(typeof document<"u"){const l=document.createElement("textarea");l.value=c,l.style.position="fixed",l.style.opacity="0",document.body.appendChild(l),l.select(),document.execCommand("copy"),document.body.removeChild(l)}else return!1;return s(!0),r.current&&clearTimeout(r.current),r.current=setTimeout(()=>s(!1),t),!0}catch{return!1}},[t]);return{copied:n,copy:i,reset:o}}function lf(e,t){if(e.key.toLowerCase()!==t.key.toLowerCase())return!1;const n=!!t.ctrl,s=!!t.meta,r=!!t.shift,o=!!t.alt;if(t.mod){if(!e.ctrlKey&&!e.metaKey)return!1}else if(e.ctrlKey!==n||e.metaKey!==s)return!1;return!(e.shiftKey!==r||e.altKey!==o)}function uf(e){if(!(e instanceof HTMLElement))return!1;const t=e.tagName.toLowerCase();return t==="input"||t==="textarea"||t==="select"?!0:e.isContentEditable}function df(e,t,n={}){const{disabled:s=!1,ignoreInput:r=!0}=n;u.useEffect(()=>{if(s||typeof window>"u")return;const o=i=>{r&&uf(i.target)||lf(i,e)&&t(i)};return window.addEventListener("keydown",o),()=>window.removeEventListener("keydown",o)},[s,r,e.key,e.ctrl,e.meta,e.shift,e.alt,e.mod,t])}function pf(){const[e,t]=u.useState(null),[n,s]=u.useState(!1);u.useEffect(()=>{if(typeof window>"u")return;const o=c=>{c.preventDefault(),t(c)},i=()=>{t(null),s(!0)};return window.addEventListener("beforeinstallprompt",o),window.addEventListener("appinstalled",i),()=>{window.removeEventListener("beforeinstallprompt",o),window.removeEventListener("appinstalled",i)}},[]);const r=u.useCallback(async()=>{if(!e)return"unsupported";await e.prompt();const o=await e.userChoice;return t(null),o.outcome==="accepted"&&s(!0),o.outcome},[e]);return{installable:!!e,installed:n,prompt:r}}const pt=["mousemove","mousedown","keydown","touchstart","wheel","scroll"];function mf(e=6e4){const[t,n]=u.useState(!1);return u.useEffect(()=>{if(typeof window>"u")return;let s=setTimeout(()=>n(!0),e);function r(){n(!1),clearTimeout(s),s=setTimeout(()=>n(!0),e)}for(const o of pt)window.addEventListener(o,r,{passive:!0});return()=>{clearTimeout(s);for(const o of pt)window.removeEventListener(o,r)}},[e]),t}function ff(e={}){const{watch:t=!1,disabled:n=!1,...s}=e,[r,o]=u.useState({loading:!n,error:null,coords:null,timestamp:null});return u.useEffect(()=>{if(n||typeof navigator>"u"||!navigator.geolocation){o(l=>({...l,loading:!1}));return}const i=l=>{o({loading:!1,error:null,coords:l.coords,timestamp:l.timestamp})},c=l=>{o(d=>({...d,loading:!1,error:l}))};if(t){const l=navigator.geolocation.watchPosition(i,c,s);return()=>navigator.geolocation.clearWatch(l)}navigator.geolocation.getCurrentPosition(i,c,s)},[n,t,s.enableHighAccuracy,s.maximumAge,s.timeout]),r}function hf(e){u.useEffect(()=>{if(!e||typeof document>"u")return;const t=document.body,n=t.style.overflow;return t.style.overflow="hidden",()=>{t.style.overflow=n}},[e])}const _f=["a[href]","button:not([disabled])","textarea:not([disabled])","input:not([disabled])","select:not([disabled])","[tabindex]:not([tabindex='-1'])"].join(",");function gf(e,t){u.useEffect(()=>{if(!t)return;const n=e.current;if(!n)return;const s=document.activeElement;function r(){return Array.from(n?.querySelectorAll(_f)??[]).filter(c=>{if(c.hasAttribute("aria-hidden"))return!1;const l=typeof window<"u"?window.getComputedStyle(c):null;return!(l&&(l.display==="none"||l.visibility==="hidden"))})}function o(c){if(c.key!=="Tab")return;const l=r();if(l.length===0){c.preventDefault();return}const d=l[0],p=l[l.length-1],m=document.activeElement;c.shiftKey?(m===d||!m||!n?.contains(m))&&(c.preventDefault(),p.focus()):m===p&&(c.preventDefault(),d.focus())}return r()[0]?.focus(),document.addEventListener("keydown",o),()=>{document.removeEventListener("keydown",o),s?.focus?.()}},[e,t])}function bf(e){const t=u.useRef(e);return t.current=e,u.useCallback((...n)=>t.current(...n),[])}function Qe(e,t){if(Object.is(e,t))return!0;if(typeof e!="object"||typeof t!="object"||e===null||t===null||Array.isArray(e)!==Array.isArray(t))return!1;if(Array.isArray(e)&&Array.isArray(t))return e.length!==t.length?!1:e.every((r,o)=>Qe(r,t[o]));const n=Object.keys(e),s=Object.keys(t);return n.length!==s.length?!1:n.every(r=>Qe(e[r],t[r]))}function yf(e){const t=u.useRef(e);return Qe(t.current,e)||(t.current=e),t.current}function vf(e){const t=u.useRef(void 0);return u.useEffect(()=>{t.current=e},[e]),t.current}function wf(e,t){const n=u.useRef(e);n.current=e,u.useEffect(()=>{if(t===null)return;const s=setInterval(()=>n.current(),t);return()=>clearInterval(s)},[t])}function xf(e,t){const n=u.useRef(e);n.current=e,u.useEffect(()=>{if(t===null)return;const s=setTimeout(()=>n.current(),t);return()=>clearTimeout(s)},[t])}function jf(e,t){const[n,s]=u.useState(e),r=u.useRef(0),o=u.useRef(null);return u.useEffect(()=>{const i=Date.now(),c=i-r.current;return c>=t?(r.current=i,s(e)):(o.current&&clearTimeout(o.current),o.current=setTimeout(()=>{r.current=Date.now(),s(e)},t-c)),()=>{o.current&&clearTimeout(o.current)}},[e,t]),n}function $f(){const[e,t]=u.useState(()=>typeof window>"u"?{width:0,height:0}:{width:window.innerWidth,height:window.innerHeight});return u.useEffect(()=>{if(typeof window>"u")return;const n=()=>t({width:window.innerWidth,height:window.innerHeight});return n(),window.addEventListener("resize",n,{passive:!0}),()=>window.removeEventListener("resize",n)},[]),e}function Nf(e){const[t,n]=u.useState(!1);return u.useEffect(()=>{const s=e.current;if(!s)return;const r=()=>n(!0),o=()=>n(!1);return s.addEventListener("mouseenter",r),s.addEventListener("mouseleave",o),()=>{s.removeEventListener("mouseenter",r),s.removeEventListener("mouseleave",o)}},[e]),t}function kf(e,t,n={}){const{delay:s=500,moveThreshold:r=10}=n,o=u.useRef(t);o.current=t,u.useEffect(()=>{const i=e.current;if(!i)return;let c=null,l=0,d=0;const p=()=>{c&&(clearTimeout(c),c=null)},m=_=>{l=_.clientX,d=_.clientY,p(),c=setTimeout(()=>{c=null,o.current()},s)},f=_=>{if(c===null)return;const h=_.clientX-l,g=_.clientY-d;Math.hypot(h,g)>r&&p()};return i.addEventListener("pointerdown",m),i.addEventListener("pointermove",f),i.addEventListener("pointerup",p),i.addEventListener("pointercancel",p),i.addEventListener("pointerleave",p),()=>{p(),i.removeEventListener("pointerdown",m),i.removeEventListener("pointermove",f),i.removeEventListener("pointerup",p),i.removeEventListener("pointercancel",p),i.removeEventListener("pointerleave",p)}},[e,s,r])}function Sf(e,t,n){const s=new URL(t,e.endsWith("/")?e:`${e}/`);if(n)for(const[r,o]of Object.entries(n))o!=null&&s.searchParams.set(r,String(o));return s.toString()}function Ef(e){return typeof FormData<"u"&&e instanceof FormData}async function mt(e){let t=null;try{t=await e.clone().json()}catch{try{t=await e.text()}catch{t=null}}const n=(typeof t=="object"&&t!==null?t.detail??t.message:void 0)??`Erro ${e.status}`;return{status:e.status,detail:String(n),body:t}}function Cf(e){const t=e.fetcher??globalThis.fetch.bind(globalThis);function n(){const i=e.getToken?.();return i?{Authorization:`Bearer ${i}`}:{}}async function s(i,c){const{body:l,params:d,headers:p,...m}=c,f=Ef(l),_={...f?{}:{"Content-Type":"application/json"},...e.headers,...n(),...p},h={...m,headers:_,credentials:e.withCredentials?"include":m.credentials,body:l==null?void 0:f?l:JSON.stringify(l)};return t(Sf(e.baseURL,i,d),h)}async function r(i,c={}){let l=await s(i,c);if(l.status===401)if(e.refresh)try{await e.refresh(),l=await s(i,c)}catch{throw await e.onUnauthorized?.(l),await mt(l)}else await e.onUnauthorized?.(l);if(!l.ok)throw await mt(l);return l.status===204?void 0:(l.headers.get("content-type")??"").includes("application/json")?await l.json():await l.text()}async function o(i,c,l="POST"){return r(i,{method:l,body:c})}return{request:r,get:(i,c)=>r(i,{...c,method:"GET"}),post:(i,c)=>r(i,{...c,method:"POST"}),put:(i,c)=>r(i,{...c,method:"PUT"}),patch:(i,c)=>r(i,{...c,method:"PATCH"}),delete:(i,c)=>r(i,{...c,method:"DELETE"}),upload:o}}function Tf(e,t,n){const s=e.safeParse(t);if(s.success)return s.data;if(typeof process<"u"&&(process.env?.NODE_ENV==="development"||process.env?.NODE_ENV==="test")){const o=s.error.issues.map(i=>` - ${i.path.join(".")||"<root>"}: ${i.message}`).join(`
2
2
  `);throw new Error(`[parseResponse] Contract drift on ${n}:
3
3
  ${o}
4
4
 
5
- Raw payload: ${JSON.stringify(t,null,2)}`)}throw new Error(`Resposta inválida do servidor (${n}).`)}function Fu(e){if(!e)return null;try{return JSON.parse(e)}catch{return e}}function Bu(e){const{url:t,body:n,method:s="POST",headers:r={},getToken:o,withCredentials:a=!1,onProgress:c,signal:l,parser:p=JSON.parse}=e;return new Promise((d,f)=>{if(l?.aborted){f(new DOMException("Aborted","AbortError"));return}const m=new XMLHttpRequest;m.open(s,t),m.withCredentials=a;const g=o?.(),h={...r};g&&!("Authorization"in h)&&(h.Authorization=`Bearer ${g}`);for(const[b,w]of Object.entries(h))m.setRequestHeader(b,w);c&&(m.upload.onprogress=b=>{c({loaded:b.loaded,total:b.total,fraction:b.lengthComputable?b.loaded/b.total:null,lengthComputable:b.lengthComputable})});function _(){m.abort()}l?.addEventListener("abort",_),m.onload=()=>{l?.removeEventListener("abort",_);const b=m.status>=200&&m.status<300,w=m.getResponseHeader("content-type")??"";if(!b){const v=Fu(m.responseText),x=(typeof v=="object"&&v!==null?v.detail??v.message:void 0)??`Erro ${m.status}`,k={status:m.status,detail:String(x),body:v};f(k);return}if(m.status===204||!m.responseText){d(void 0);return}if(w.includes("application/json"))try{d(p(m.responseText))}catch(v){f(v)}else d(m.responseText)},m.onerror=()=>{l?.removeEventListener("abort",_),f({status:0,detail:"Falha de rede no upload."})},m.onabort=()=>{l?.removeEventListener("abort",_),f(new DOMException("Aborted","AbortError"))},m.send(n)})}function Ou(e,t){return new Promise((n,s)=>{if(t?.aborted){s(new DOMException("Aborted","AbortError"));return}const r=setTimeout(n,e);t?.addEventListener("abort",()=>{clearTimeout(r),s(new DOMException("Aborted","AbortError"))},{once:!0})})}async function Wu(e,t={}){const{retries:n=3,initialDelay:s=300,maxDelay:r=1e4,shouldRetry:o=()=>!0,onRetry:a,signal:c}=t;let l=0,p;for(;l<n;){if(c?.aborted)throw new DOMException("Aborted","AbortError");try{return await e()}catch(d){if(p=d,l+=1,l>=n||!o(d,l))throw d;const f=Math.min(s*2**(l-1),r);a?.({attempt:l,delay:f,error:d}),await Ou(f,c)}}throw p}function zu(){return typeof crypto<"u"&&"randomUUID"in crypto?crypto.randomUUID():"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,e=>{const t=Math.random()*16;return(e==="x"?Math.floor(t):Math.floor(t)&3|8).toString(16)})}function qu(e,t){const{interval:n,disabled:s=!1,stopWhen:r,onError:o}=t,[a,c]=u.useState(null),[l,p]=u.useState(null),[d,f]=u.useState(!s),m=u.useRef(s),g=u.useRef(!1),h=u.useRef(null);async function _(){if(!(m.current||g.current)){g.current=!0;try{const b=await e();if(m.current)return;c(b),p(null),r?.(b)&&(m.current=!0)}catch(b){m.current||(p(b),o?.(b))}finally{g.current=!1,f(!1),m.current||(h.current=setTimeout(_,n))}}}return u.useEffect(()=>{if(m.current=s,s){h.current&&clearTimeout(h.current);return}return f(!0),_(),()=>{m.current=!0,h.current&&clearTimeout(h.current)}},[n,s]),{data:a,error:l,loading:d,stop:()=>{m.current=!0,h.current&&clearTimeout(h.current)},start:()=>{m.current&&(m.current=!1,_())}}}function Uu(e={}){const t=e.name??"tempest-auth",n=e.storage==="session"?()=>sessionStorage:()=>localStorage;return xt.create()(Me.persist(s=>({user:e.initialUser??null,token:e.initialToken??null,isAuthenticated:!!e.initialToken,setSession:({user:r,token:o})=>s({user:r,token:o,isAuthenticated:!0}),setUser:r=>s({user:r}),setToken:r=>s({token:r,isAuthenticated:!!r}),logout:()=>s({user:null,token:null,isAuthenticated:!1})}),{name:t,storage:Me.createJSONStorage(n),partialize:s=>({user:s.user,token:s.token}),onRehydrateStorage:()=>s=>{s&&(s.isAuthenticated=!!s.token)}}))}function Gu({isAuthenticated:e,children:t,fallback:n}){return i.jsx(i.Fragment,{children:e?t:n})}function ze(e){const t=e.replace(/-/g,"+").replace(/_/g,"/"),n=t.length%4===0?"":"=".repeat(4-t.length%4);return typeof atob<"u"?atob(t+n):Buffer.from(t+n,"base64").toString("binary")}function Ye(e){const t=e.split(".");if(t.length!==3)throw new Error("Invalid JWT: must contain three segments.");const[n,s,r]=t;try{return{header:JSON.parse(ze(n)),payload:JSON.parse(ze(s)),signature:r}}catch{throw new Error("Invalid JWT: header or payload is not valid JSON.")}}function Ju(e,t=0){try{const{payload:n}=Ye(e);if(typeof n.exp!="number")return!0;const s=Math.floor(Date.now()/1e3);return n.exp<=s+t}catch{return!0}}function Ku(e,t={}){const{retries:n=3,initialDelay:s=400,reloadOnFinalFailure:r=!0}=t;async function o(a=1){try{return await e()}catch(c){if(a>=n)throw r&&typeof window<"u"&&window.location.reload(),c;return await new Promise(l=>setTimeout(l,s*2**(a-1))),o(a+1)}}return u.lazy(o)}function Hu(e){let t=null;return()=>t||(t=(async()=>{try{await e()}finally{t=null}})(),t)}const et={SHORT:30*1e3,DEFAULT:300*1e3,LONG:1800*1e3,INFINITE:1/0},tt={SHORT:300*1e3,DEFAULT:1800*1e3,LONG:3600*1e3},Vu={REALTIME:5*1e3,FAST:30*1e3,DEFAULT:60*1e3,SLOW:300*1e3};function Qu(e,t){const n={all:[e]};for(const[s,r]of Object.entries(t))typeof r=="function"?n[s]=(...o)=>[e,...r(...o)]:n[s]=[e,...r];return n}function Zu({children:e,client:t,defaultOptions:n}){const[s]=u.useState(()=>t??new Re.QueryClient({defaultOptions:{queries:{staleTime:et.DEFAULT,gcTime:tt.DEFAULT,retry:1,refetchOnWindowFocus:!1,...n?.queries??{}},mutations:{retry:0,...n?.mutations??{}}}}));return i.jsx(Re.QueryClientProvider,{client:s,children:e})}function Xu(e){try{return JSON.parse(e)}catch{return e}}function nt(e,t={}){const{withCredentials:n=!1,namedEvents:s=[],heartbeatEvents:r=["ping"],maxRetries:o=10,initialBackoff:a=1e3,maxBackoff:c=3e4,parser:l=Xu,onOpen:p,onMessage:d,onError:f,onStatusChange:m}=t;let g=null,h=null,_=0,b="idle",w=!1;function v(S){b!==S&&(b=S,m?.(S))}function x(S,j){r.includes(S)||d?.({event:S,data:l(j.data),id:j.lastEventId||void 0,raw:j})}function k(){if(w)return;if(_>=o){v("error");return}const S=Math.min(a*2**_,c);_+=1,h=setTimeout($,S)}function $(){if(w)return;g&&g.close(),v("connecting");const S=new EventSource(e,{withCredentials:n});g=S,S.onopen=()=>{_=0,v("open"),p?.()},S.onmessage=j=>x("message",j);for(const j of s)S.addEventListener(j,E=>x(j,E));for(const j of r)S.addEventListener(j,()=>{});S.onerror=j=>{f?.(j),S.close(),g=null,v("closed"),k()}}function q(){w=!0,h&&(clearTimeout(h),h=null),_=0,g&&(g.close(),g=null),v("closed")}function te(){h&&(clearTimeout(h),h=null),_=0,w=!1,$()}return $(),{close:q,reconnect:te,get status(){return b}}}function Yu(e,t={}){const{enabled:n=!0,onMessage:s,...r}=t,[o,a]=u.useState("idle"),[c,l]=u.useState(null),p=u.useRef(null),d=u.useRef(s);return d.current=s,u.useEffect(()=>{if(!n||!e){a("idle");return}const f=nt(e,{...r,onStatusChange:a,onMessage:m=>{l(m),d.current?.(m)}});return p.current=f.reconnect,()=>{f.close(),p.current=null}},[e,n]),{status:o,lastMessage:c,reconnect:()=>p.current?.()}}function st(e){const t="=".repeat((4-e.length%4)%4),n=(e+t).replace(/-/g,"+").replace(/_/g,"/"),s=window.atob(n),r=new ArrayBuffer(s.length),o=new Uint8Array(r);for(let a=0;a<s.length;a++)o[a]=s.charCodeAt(a);return o}function de(){return typeof window<"u"&&"serviceWorker"in navigator&&"PushManager"in window&&"Notification"in window}class Ee extends Error{constructor(){super("Web Push não suportado neste navegador."),this.name="WebPushUnsupportedError"}}class rt extends Error{constructor(){super("Permissão de notificação negada pelo usuário."),this.name="WebPushPermissionDeniedError"}}class ot{config;constructor(t){this.config=t}static isSupported(){return de()}async registration(){if(!de())throw new Ee;return this.config.getRegistration?await this.config.getRegistration():await navigator.serviceWorker.ready}permission(){return typeof Notification>"u"?"unsupported":Notification.permission}async requestPermission(){if(typeof Notification>"u")throw new Ee;return Notification.requestPermission()}async getSubscription(){return(await this.registration()).pushManager.getSubscription()}async isSubscribed(){return de()?await this.getSubscription()!==null:!1}async subscribe(){if(await this.requestPermission()!=="granted")throw new rt;const n=await this.registration(),s=await n.pushManager.getSubscription();if(s)return await this.config.onSubscribe(s.toJSON()),s;const r=await n.pushManager.subscribe({userVisibleOnly:!0,applicationServerKey:st(this.config.vapidPublicKey)});return await this.config.onSubscribe(r.toJSON()),r}async unsubscribe(){const t=await this.getSubscription();return t?(this.config.onUnsubscribe&&await this.config.onUnsubscribe(t.toJSON()),t.unsubscribe()):!1}}function ed(e){const t=u.useRef(e);t.current=e;const n=u.useMemo(()=>new ot({vapidPublicKey:e.vapidPublicKey,onSubscribe:_=>t.current.onSubscribe(_),onUnsubscribe:_=>t.current.onUnsubscribe?.(_),getRegistration:e.getRegistration}),[e.vapidPublicKey,e.getRegistration]),[s]=u.useState(()=>de()),[r,o]=u.useState(()=>n.permission()),[a,c]=u.useState(!1),[l,p]=u.useState(!1),[d,f]=u.useState(null),m=u.useCallback(async()=>{if(s){o(n.permission());try{const _=await n.isSubscribed();c(_)}catch(_){f(_ instanceof Error?_:new Error(String(_)))}}},[n,s]);u.useEffect(()=>{m()},[m]);const g=u.useCallback(async()=>{if(s){p(!0),f(null);try{await n.subscribe(),c(!0),o(n.permission())}catch(_){throw f(_ instanceof Error?_:new Error(String(_))),_}finally{p(!1)}}},[n,s]),h=u.useCallback(async()=>{if(s){p(!0),f(null);try{await n.unsubscribe(),c(!1)}catch(_){throw f(_ instanceof Error?_:new Error(String(_))),_}finally{p(!1)}}},[n,s]);return{supported:s,permission:r,subscribed:a,loading:l,error:d,subscribe:g,unsubscribe:h,refresh:m}}async function td(e){if(typeof navigator>"u"||!("serviceWorker"in navigator))return null;try{const t=await navigator.serviceWorker.register(e.url,{scope:e.scope});return t.active&&e.onReady?.(t),t.addEventListener("updatefound",()=>{const n=t.installing;n&&n.addEventListener("statechange",()=>{n.state==="installed"&&navigator.serviceWorker.controller&&e.onUpdate?.(n,t)})}),t}catch(t){return e.onError?.(t),null}}function nd(e){e.postMessage({type:"SKIP_WAITING"})}async function sd(){if(typeof navigator>"u"||!("serviceWorker"in navigator))return 0;const e=await navigator.serviceWorker.getRegistrations();let t=0;for(const n of e)await n.unregister()&&(t+=1);return t}function Te(){return globalThis}function rd(e={}){const t=Te(),{defaultTitle:n="Notificação",defaultIcon:s,defaultBadge:r,transform:o}=e;t.addEventListener("push",a=>{if(!a.data)return;let c;try{c=a.data.json()}catch{c={title:n,body:a.data.text()}}const l=o?o(c):c;if(!l)return;const p=l.title??n,d={body:l.body,icon:l.icon??s,badge:l.badge??r,image:l.image,tag:l.tag,data:{url:l.url??"/",...l.data??{}}};a.waitUntil(t.registration.showNotification(p,d))})}function od(e={}){const t=Te(),n=e.resolveUrl??(s=>{if(typeof s=="string")return s;if(s&&typeof s=="object"&&"url"in s){const r=s.url;return typeof r=="string"?r:"/"}return"/"});t.addEventListener("notificationclick",s=>{s.notification.close();const r=n(s.notification.data);s.waitUntil((async()=>{const o=await t.clients.matchAll({type:"window",includeUncontrolled:!0});for(const a of o)if(a.url.includes(r))return a.focus();return t.clients.openWindow(r)})())})}function id(){const e=Te();e.addEventListener("message",t=>{t.data?.type==="SKIP_WAITING"&&e.skipWaiting()})}function Le(){let e=null;async function t(s,{volume:r=1,loop:o=!1,autoplay:a=!0,stopPrevious:c=!1,onEnded:l,onError:p}={}){try{c&&e&&(e.pause(),e.currentTime=0);const d=new Audio(s);return d.volume=Math.max(0,Math.min(1,r)),d.loop=o,d.preload="auto",l&&(d.onended=l),p&&(d.onerror=f=>p(f)),e=d,a&&await d.play(),d}catch(d){return p?.(d),null}}function n(){e&&(e.pause(),e.currentTime=0)}return{play:t,stop:n,current:()=>e}}let Se=null;function it(){return Se||(Se=Le()),Se}async function ad(e,t){return it().play(e,t)}function cd(){it().stop()}function ld(){const e=u.useRef(null),[t,n]=u.useState(!1);e.current||(e.current=Le()),u.useEffect(()=>()=>{e.current?.stop()},[]);const s=u.useCallback(async(o,a)=>{await e.current.play(o,a)&&n(!0)},[]),r=u.useCallback(()=>{e.current?.stop()},[]);return{play:s,stop:r,unlocked:t}}class ud extends jt{store;constructor(t,n,s,r){super(t),this.version(n).stores({[s]:r}),this.store=this.table(s)}}function dd(e){const{databaseName:t,version:n,tableName:s,indexes:r,keyPath:o="id",ownerField:a}=e,c=new ud(t,n,s,r),l=c.store;function p(f,m){return!a||!m?f:{...f,[a]:m}}async function d(f,m={}){const{orderBy:g=o,reverse:h=!1,limit:_,offset:b,filter:w}=m;let v=a&&f?l.where(a).equals(f):l.toCollection();w&&(v=v.filter(w));let x=g===o?await v.toArray():await v.sortBy(g);return h&&(x=x.reverse()),b&&(x=x.slice(b)),typeof _=="number"&&(x=x.slice(0,_)),x}return{put:(f,m)=>l.put(p(f,m)),bulkPut:(f,m)=>l.bulkPut(f.map(g=>p(g,m))),get:f=>l.get(f),list:d,update:(f,m)=>l.update(f,m),updateMany:async(f,m)=>{const g=m;return a&&f?l.where(a).equals(f).modify(g):l.toCollection().modify(g)},delete:f=>l.delete(f),clear:async f=>{if(a&&f){await l.where(a).equals(f).delete();return}await l.clear()},count:f=>a&&f?l.where(a).equals(f).count():l.count(),raw:l,db:c}}function pd(e=[],t=[]){if(e.length!==t.length)return!0;for(let n=0;n<e.length;n++)if(!Object.is(e[n],t[n]))return!0;return!1}class fd extends u.Component{state={error:null};static getDerivedStateFromError(t){return{error:t}}componentDidCatch(t,n){this.props.onError?.(t,n)}componentDidUpdate(t){this.state.error&&pd(t.resetKeys,this.props.resetKeys)&&this.reset()}reset=()=>{this.setState({error:null})};render(){const{error:t}=this.state;if(!t)return this.props.children;const{fallback:n}=this.props;return typeof n=="function"?n({error:t,reset:this.reset}):n}}function md(){const[,e]=u.useState(null);return u.useCallback(t=>{e(()=>{throw t instanceof Error?t:new Error(String(t))})},[])}function hd(e,t){const n=e.safeParse(t);if(n.success)return{success:!0,data:n.data,errors:{}};const s={};for(const r of n.error.issues){const o=r.path.length===0?"_root":r.path.join(".");o in s||(s[o]=r.message)}return{success:!1,errors:s}}function at(e){return async(t,n,s)=>{const r=e.safeParse(t);if(r.success)return{values:r.data,errors:{}};const o={},a=s.criteriaMode??"firstError";for(const c of r.error.issues){const l=c.path.length===0?"_root":c.path.join(".");a==="firstError"&&o[l]||(o[l]={type:c.code,message:c.message})}return{values:{},errors:o}}}function _d(e,t={}){return kt.useForm({...t,resolver:at(e)})}function pe(e){return e.replace(/\D/g,"")}function gd(e){const t=pe(e);if(t.length!==11||/^(\d)\1+$/.test(t))return!1;const n=t.split("").map(Number);let s=0;for(let o=0;o<9;o++)s+=n[o]*(10-o);let r=s*10%11;if(r===10&&(r=0),r!==n[9])return!1;s=0;for(let o=0;o<10;o++)s+=n[o]*(11-o);return r=s*10%11,r===10&&(r=0),r===n[10]}function bd(e){const t=pe(e);if(t.length!==14||/^(\d)\1+$/.test(t))return!1;const n=t.split("").map(Number),s=[5,4,3,2,9,8,7,6,5,4,3,2],r=[6,5,4,3,2,9,8,7,6,5,4,3,2];let o=0;for(let c=0;c<12;c++)o+=n[c]*s[c];let a=o%11;if(a=a<2?0:11-a,a!==n[12])return!1;o=0;for(let c=0;c<13;c++)o+=n[c]*r[c];return a=o%11,a=a<2?0:11-a,a===n[13]}function ct(e){return pe(e).slice(0,8).replace(/(\d{5})(\d)/,"$1-$2")}function lt(e){return pe(e).slice(0,14).replace(/(\d{2})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1/$2").replace(/(\d{4})(\d)/,"$1-$2")}function yd(e){return pe(e)}function wd(e){return new Intl.NumberFormat("pt-BR",{style:"currency",currency:"BRL"}).format(e)}function vd(e){const t=typeof e=="string"?new Date(e):e;return Number.isNaN(t.getTime())?"":new Intl.DateTimeFormat("pt-BR").format(t)}function xd(e){const t=typeof e=="string"?new Date(e):e;return Number.isNaN(t.getTime())?"":new Intl.DateTimeFormat("pt-BR",{dateStyle:"short",timeStyle:"short"}).format(t)}function ut(e){const t=e.replace(/\D/g,"").slice(0,11);return t.length<=10?t.replace(/(\d{2})(\d)/,"($1) $2").replace(/(\d{4})(\d)/,"$1-$2"):t.replace(/(\d{2})(\d)/,"($1) $2").replace(/(\d{5})(\d)/,"$1-$2")}function dt(e){return e.replace(/\D/g,"").slice(0,11).replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d{1,2})$/,"$1-$2")}function jd(e){return new Intl.NumberFormat("pt-BR",{style:"percent",minimumFractionDigits:1,maximumFractionDigits:1}).format(e)}function ye(e,t="numeric"){return u.forwardRef(function({value:s,onChange:r,...o},a){return i.jsx(ge,{...o,ref:a,value:e(s??""),inputMode:t,onChange:c=>r(e(c.target.value))})})}const kd=ye(dt),Sd=ye(lt),$d=ye(ut,"tel"),Nd=ye(ct);function Ed(e,t,n){return new Intl.NumberFormat(t,{style:"currency",currency:n}).format(e/100)}function Cd(e){const t=e.replace(/\D/g,"");return t?Number.parseInt(t,10):0}const Td=u.forwardRef(function({value:t,onChange:n,currency:s="BRL",locale:r="pt-BR",...o},a){return i.jsx(ge,{...o,ref:a,type:"text",inputMode:"numeric",value:Ed(t||0,r,s),onChange:c=>n(Cd(c.target.value))})});function Ld(){const[e,t]=u.useState(!1),[n,s]=u.useState(null),[r,o]=u.useState(null),a=u.useCallback(async l=>{const p=l.replace(/\D/g,"");if(p.length!==8)return s("CEP inválido."),null;t(!0),s(null);try{const f=await(await fetch(`https://viacep.com.br/ws/${p}/json/`)).json();return"erro"in f&&f.erro?(s("CEP não encontrado."),o(null),null):(o(f),f)}catch(d){return s(d instanceof Error?d.message:String(d)),null}finally{t(!1)}},[]),c=u.useCallback(()=>{t(!1),s(null),o(null)},[]);return{loading:e,error:n,data:r,lookup:a,reset:c}}function Id(e){try{return JSON.parse(e)}catch{return e}}function pt(e,t={}){const{protocols:n,maxRetries:s=10,initialBackoff:r=1e3,maxBackoff:o=3e4,pingInterval:a=0,pingPayload:c=JSON.stringify({type:"ping"}),parser:l=Id,onOpen:p,onMessage:d,onClose:f,onError:m,onStatusChange:g}=t;let h=null,_=null,b=null,w=0,v="idle",x=!1;function k(C){v!==C&&(v=C,g?.(C))}function $(){b&&(clearInterval(b),b=null)}function q(){!a||a<=0||($(),b=setInterval(()=>{h?.readyState===WebSocket.OPEN&&h.send(c)},a))}function te(){if(x)return;if(w>=s){k("error");return}const C=Math.min(r*2**w,o);w+=1,_=setTimeout(S,C)}function S(){if(x)return;h&&(h.onopen=null,h.onmessage=null,h.onclose=null,h.onerror=null,h.close()),k("connecting");const C=new WebSocket(e,n);h=C,C.onopen=R=>{w=0,k("open"),q(),p?.(R)},C.onmessage=R=>{const vt=typeof R.data=="string"?R.data:"";d?.({data:l(vt),raw:R})},C.onerror=R=>{m?.(R)},C.onclose=R=>{$(),f?.(R),h=null,k("closed"),!x&&!R.wasClean&&te()}}function j(C){return h?.readyState!==WebSocket.OPEN?!1:(h.send(C),!0)}function E(C,R){x=!0,_&&(clearTimeout(_),_=null),$(),w=0,h&&(k("closing"),h.close(C,R),h=null),k("closed")}function we(){_&&(clearTimeout(_),_=null),w=0,x=!1,S()}return S(),{send:j,close:E,reconnect:we,get status(){return v}}}function Rd(e,t={}){const{enabled:n=!0,onMessage:s,...r}=t,[o,a]=u.useState("idle"),[c,l]=u.useState(null),p=u.useRef(null),d=u.useRef(s);d.current=s,u.useEffect(()=>{if(!n||!e){a("idle");return}const g=pt(e,{...r,onStatusChange:a,onMessage:h=>{l(h),d.current?.(h)}});return p.current=g,()=>{g.close(),p.current=null}},[e,n]);const f=u.useCallback(g=>p.current?.send(g)??!1,[]),m=u.useCallback(()=>{p.current?.reconnect()},[]);return{status:o,lastMessage:c,send:f,reconnect:m}}const ft=u.createContext(null);function qe(e){return e==="dark"||e==="light"?e:typeof window>"u"?"light":window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}function Md(e){if(!e||typeof window>"u")return null;try{const t=window.localStorage.getItem(e);return t==="light"||t==="dark"||t==="system"?t:null}catch{return null}}function Dd({children:e,defaultTheme:t="system",storageKey:n="tempest-theme",target:s,attribute:r="data-tempest-theme"}){const[o,a]=u.useState(()=>Md(n)??t),[c,l]=u.useState(()=>qe(o)),p=u.useRef(s);p.current=s,u.useEffect(()=>{const g=p.current?.()??document.documentElement;if(!g)return;const h=qe(o);g.setAttribute(r,h),l(h)},[o,r]),u.useEffect(()=>{if(o!=="system"||typeof window>"u")return;const g=window.matchMedia("(prefers-color-scheme: dark)"),h=()=>{const _=p.current?.()??document.documentElement,b=g.matches?"dark":"light";_?.setAttribute(r,b),l(b)};return g.addEventListener("change",h),()=>g.removeEventListener("change",h)},[o,r]);const d=u.useCallback(g=>{if(a(g),n&&typeof window<"u")try{window.localStorage.setItem(n,g)}catch{}},[n]),f=u.useCallback(()=>{d(c==="dark"?"light":"dark")},[c,d]),m=u.useMemo(()=>({theme:o,resolvedTheme:c,setTheme:d,toggle:f}),[o,c,d,f]);return i.jsx(ft.Provider,{value:m,children:e})}function Pd(){const e=u.useContext(ft);if(!e)throw new Error("useTheme must be used inside a <ThemeProvider>");return e}function Ad(e={}){const{storageKey:t="tempest-theme",defaultTheme:n="system"}=e;if(typeof window>"u")return n==="dark"?"dark":"light";let s=null;try{s=window.localStorage.getItem(t)}catch{s=null}const r=s??n;return r==="dark"||r==="light"?r:window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}function Fd(e={}){const t=e.storageKey??"tempest-theme",n=e.defaultTheme??"system";return`
5
+ Raw payload: ${JSON.stringify(t,null,2)}`)}throw new Error(`Resposta inválida do servidor (${n}).`)}function Lf(e){if(!e)return null;try{return JSON.parse(e)}catch{return e}}function If(e){const{url:t,body:n,method:s="POST",headers:r={},getToken:o,withCredentials:i=!1,onProgress:c,signal:l,parser:d=JSON.parse}=e;return new Promise((p,m)=>{if(l?.aborted){m(new DOMException("Aborted","AbortError"));return}const f=new XMLHttpRequest;f.open(s,t),f.withCredentials=i;const _=o?.(),h={...r};_&&!("Authorization"in h)&&(h.Authorization=`Bearer ${_}`);for(const[y,v]of Object.entries(h))f.setRequestHeader(y,v);c&&(f.upload.onprogress=y=>{c({loaded:y.loaded,total:y.total,fraction:y.lengthComputable?y.loaded/y.total:null,lengthComputable:y.lengthComputable})});function g(){f.abort()}l?.addEventListener("abort",g),f.onload=()=>{l?.removeEventListener("abort",g);const y=f.status>=200&&f.status<300,v=f.getResponseHeader("content-type")??"";if(!y){const w=Lf(f.responseText),x=(typeof w=="object"&&w!==null?w.detail??w.message:void 0)??`Erro ${f.status}`,N={status:f.status,detail:String(x),body:w};m(N);return}if(f.status===204||!f.responseText){p(void 0);return}if(v.includes("application/json"))try{p(d(f.responseText))}catch(w){m(w)}else p(f.responseText)},f.onerror=()=>{l?.removeEventListener("abort",g),m({status:0,detail:"Falha de rede no upload."})},f.onabort=()=>{l?.removeEventListener("abort",g),m(new DOMException("Aborted","AbortError"))},f.send(n)})}function Rf(e,t){return new Promise((n,s)=>{if(t?.aborted){s(new DOMException("Aborted","AbortError"));return}const r=setTimeout(n,e);t?.addEventListener("abort",()=>{clearTimeout(r),s(new DOMException("Aborted","AbortError"))},{once:!0})})}async function Mf(e,t={}){const{retries:n=3,initialDelay:s=300,maxDelay:r=1e4,shouldRetry:o=()=>!0,onRetry:i,signal:c}=t;let l=0,d;for(;l<n;){if(c?.aborted)throw new DOMException("Aborted","AbortError");try{return await e()}catch(p){if(d=p,l+=1,l>=n||!o(p,l))throw p;const m=Math.min(s*2**(l-1),r);i?.({attempt:l,delay:m,error:p}),await Rf(m,c)}}throw d}function Af(){return typeof crypto<"u"&&"randomUUID"in crypto?crypto.randomUUID():"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,e=>{const t=Math.random()*16;return(e==="x"?Math.floor(t):Math.floor(t)&3|8).toString(16)})}function Pf(e,t){const{interval:n,disabled:s=!1,stopWhen:r,onError:o}=t,[i,c]=u.useState(null),[l,d]=u.useState(null),[p,m]=u.useState(!s),f=u.useRef(s),_=u.useRef(!1),h=u.useRef(null);async function g(){if(!(f.current||_.current)){_.current=!0;try{const y=await e();if(f.current)return;c(y),d(null),r?.(y)&&(f.current=!0)}catch(y){f.current||(d(y),o?.(y))}finally{_.current=!1,m(!1),f.current||(h.current=setTimeout(g,n))}}}return u.useEffect(()=>{if(f.current=s,s){h.current&&clearTimeout(h.current);return}return m(!0),g(),()=>{f.current=!0,h.current&&clearTimeout(h.current)}},[n,s]),{data:i,error:l,loading:p,stop:()=>{f.current=!0,h.current&&clearTimeout(h.current)},start:()=>{f.current&&(f.current=!1,g())}}}function Df(e={}){const t=e.name??"tempest-auth",n=e.storage==="session"?()=>sessionStorage:()=>localStorage;return Xt.create()(at.persist(s=>({user:e.initialUser??null,token:e.initialToken??null,isAuthenticated:!!e.initialToken,setSession:({user:r,token:o})=>s({user:r,token:o,isAuthenticated:!0}),setUser:r=>s({user:r}),setToken:r=>s({token:r,isAuthenticated:!!r}),logout:()=>s({user:null,token:null,isAuthenticated:!1})}),{name:t,storage:at.createJSONStorage(n),partialize:s=>({user:s.user,token:s.token}),onRehydrateStorage:()=>s=>{s&&(s.isAuthenticated=!!s.token)}}))}function Ff({isAuthenticated:e,children:t,fallback:n}){return a.jsx(a.Fragment,{children:e?t:n})}function ft(e){const t=e.replace(/-/g,"+").replace(/_/g,"/"),n=t.length%4===0?"":"=".repeat(4-t.length%4);return typeof atob<"u"?atob(t+n):Buffer.from(t+n,"base64").toString("binary")}function Ct(e){const t=e.split(".");if(t.length!==3)throw new Error("Invalid JWT: must contain three segments.");const[n,s,r]=t;try{return{header:JSON.parse(ft(n)),payload:JSON.parse(ft(s)),signature:r}}catch{throw new Error("Invalid JWT: header or payload is not valid JSON.")}}function Bf(e,t=0){try{const{payload:n}=Ct(e);if(typeof n.exp!="number")return!0;const s=Math.floor(Date.now()/1e3);return n.exp<=s+t}catch{return!0}}function Wf(e,t={}){const{retries:n=3,initialDelay:s=400,reloadOnFinalFailure:r=!0}=t;async function o(i=1){try{return await e()}catch(c){if(i>=n)throw r&&typeof window<"u"&&window.location.reload(),c;return await new Promise(l=>setTimeout(l,s*2**(i-1))),o(i+1)}}return u.lazy(o)}function Of(e){let t=null;return()=>t||(t=(async()=>{try{await e()}finally{t=null}})(),t)}function zf({component:e,onSuccess:t,onError:n,locale:s,theme:r,text:o,shape:i,size:c,disableOneTap:l,width:d,className:p,style:m}){return a.jsx("div",{className:p,style:m,children:e({onSuccess:f=>{if(!f.credential){n?.({provider:"google",message:"Google returned no credential",raw:f});return}return t({idToken:f.credential,provider:"google",raw:f})},onError:()=>{n?.({provider:"google",message:"Google login failed"})},locale:s,theme:r,text:o,shape:i,size:c,useOneTap:!l,width:d})})}function Uf(e){const{exchange:t,onSuccess:n,onError:s}=e,[r,o]=u.useState(null),[i,c]=u.useState(null),[l,d]=u.useState("pending"),p=u.useRef(!1);return u.useEffect(()=>{if(p.current)return;p.current=!0;let m=!1;return t().then(f=>{if(!m)return o(f),d("success"),n?.(f)}).catch(f=>{m||(c(f),d("error"),s?.(f))}),()=>{m=!0}},[t,n,s]),{loading:l==="pending",data:r,error:i,status:l}}const Tt={SHORT:30*1e3,DEFAULT:300*1e3,LONG:1800*1e3,INFINITE:1/0},Lt={SHORT:300*1e3,DEFAULT:1800*1e3,LONG:3600*1e3},qf={REALTIME:5*1e3,FAST:30*1e3,DEFAULT:60*1e3,SLOW:300*1e3};function Hf(e,t){const n={all:[e]};for(const[s,r]of Object.entries(t))typeof r=="function"?n[s]=(...o)=>[e,...r(...o)]:n[s]=[e,...r];return n}function Gf({children:e,client:t,defaultOptions:n}){const[s]=u.useState(()=>t??new ot.QueryClient({defaultOptions:{queries:{staleTime:Tt.DEFAULT,gcTime:Lt.DEFAULT,retry:1,refetchOnWindowFocus:!1,...n?.queries??{}},mutations:{retry:0,...n?.mutations??{}}}}));return a.jsx(ot.QueryClientProvider,{client:s,children:e})}function Kf(e){try{return JSON.parse(e)}catch{return e}}function It(e,t={}){const{withCredentials:n=!1,namedEvents:s=[],heartbeatEvents:r=["ping"],maxRetries:o=10,initialBackoff:i=1e3,maxBackoff:c=3e4,parser:l=Kf,onOpen:d,onMessage:p,onError:m,onStatusChange:f}=t;let _=null,h=null,g=0,y="idle",v=!1;function w(k){y!==k&&(y=k,f?.(k))}function x(k,j){r.includes(k)||p?.({event:k,data:l(j.data),id:j.lastEventId||void 0,raw:j})}function N(){if(v)return;if(g>=o){w("error");return}const k=Math.min(i*2**g,c);g+=1,h=setTimeout(S,k)}function S(){if(v)return;_&&_.close(),w("connecting");const k=new EventSource(e,{withCredentials:n});_=k,k.onopen=()=>{g=0,w("open"),d?.()},k.onmessage=j=>x("message",j);for(const j of s)k.addEventListener(j,E=>x(j,E));for(const j of r)k.addEventListener(j,()=>{});k.onerror=j=>{m?.(j),k.close(),_=null,w("closed"),N()}}function z(){v=!0,h&&(clearTimeout(h),h=null),g=0,_&&(_.close(),_=null),w("closed")}function U(){h&&(clearTimeout(h),h=null),g=0,v=!1,S()}return S(),{close:z,reconnect:U,get status(){return y}}}function Jf(e,t={}){const{enabled:n=!0,onMessage:s,...r}=t,[o,i]=u.useState("idle"),[c,l]=u.useState(null),d=u.useRef(null),p=u.useRef(s);return p.current=s,u.useEffect(()=>{if(!n||!e){i("idle");return}const m=It(e,{...r,onStatusChange:i,onMessage:f=>{l(f),p.current?.(f)}});return d.current=m.reconnect,()=>{m.close(),d.current=null}},[e,n]),{status:o,lastMessage:c,reconnect:()=>d.current?.()}}function Rt(e){const t="=".repeat((4-e.length%4)%4),n=(e+t).replace(/-/g,"+").replace(/_/g,"/"),s=window.atob(n),r=new ArrayBuffer(s.length),o=new Uint8Array(r);for(let i=0;i<s.length;i++)o[i]=s.charCodeAt(i);return o}function Le(){return typeof window<"u"&&"serviceWorker"in navigator&&"PushManager"in window&&"Notification"in window}class Xe extends Error{constructor(){super("Web Push não suportado neste navegador."),this.name="WebPushUnsupportedError"}}class Mt extends Error{constructor(){super("Permissão de notificação negada pelo usuário."),this.name="WebPushPermissionDeniedError"}}class At{config;constructor(t){this.config=t}static isSupported(){return Le()}async registration(){if(!Le())throw new Xe;return this.config.getRegistration?await this.config.getRegistration():await navigator.serviceWorker.ready}permission(){return typeof Notification>"u"?"unsupported":Notification.permission}async requestPermission(){if(typeof Notification>"u")throw new Xe;return Notification.requestPermission()}async getSubscription(){return(await this.registration()).pushManager.getSubscription()}async isSubscribed(){return Le()?await this.getSubscription()!==null:!1}async subscribe(){if(await this.requestPermission()!=="granted")throw new Mt;const n=await this.registration(),s=await n.pushManager.getSubscription();if(s)return await this.config.onSubscribe(s.toJSON()),s;const r=await n.pushManager.subscribe({userVisibleOnly:!0,applicationServerKey:Rt(this.config.vapidPublicKey)});return await this.config.onSubscribe(r.toJSON()),r}async unsubscribe(){const t=await this.getSubscription();return t?(this.config.onUnsubscribe&&await this.config.onUnsubscribe(t.toJSON()),t.unsubscribe()):!1}}function Vf(e){const t=u.useRef(e);t.current=e;const n=u.useMemo(()=>new At({vapidPublicKey:e.vapidPublicKey,onSubscribe:g=>t.current.onSubscribe(g),onUnsubscribe:g=>t.current.onUnsubscribe?.(g),getRegistration:e.getRegistration}),[e.vapidPublicKey,e.getRegistration]),[s]=u.useState(()=>Le()),[r,o]=u.useState(()=>n.permission()),[i,c]=u.useState(!1),[l,d]=u.useState(!1),[p,m]=u.useState(null),f=u.useCallback(async()=>{if(s){o(n.permission());try{const g=await n.isSubscribed();c(g)}catch(g){m(g instanceof Error?g:new Error(String(g)))}}},[n,s]);u.useEffect(()=>{f()},[f]);const _=u.useCallback(async()=>{if(s){d(!0),m(null);try{await n.subscribe(),c(!0),o(n.permission())}catch(g){throw m(g instanceof Error?g:new Error(String(g))),g}finally{d(!1)}}},[n,s]),h=u.useCallback(async()=>{if(s){d(!0),m(null);try{await n.unsubscribe(),c(!1)}catch(g){throw m(g instanceof Error?g:new Error(String(g))),g}finally{d(!1)}}},[n,s]);return{supported:s,permission:r,subscribed:i,loading:l,error:p,subscribe:_,unsubscribe:h,refresh:f}}async function Qf(e){if(typeof navigator>"u"||!("serviceWorker"in navigator))return null;try{const t=await navigator.serviceWorker.register(e.url,{scope:e.scope});return t.active&&e.onReady?.(t),t.addEventListener("updatefound",()=>{const n=t.installing;n&&n.addEventListener("statechange",()=>{n.state==="installed"&&navigator.serviceWorker.controller&&e.onUpdate?.(n,t)})}),t}catch(t){return e.onError?.(t),null}}function Xf(e){e.postMessage({type:"SKIP_WAITING"})}async function Yf(){if(typeof navigator>"u"||!("serviceWorker"in navigator))return 0;const e=await navigator.serviceWorker.getRegistrations();let t=0;for(const n of e)await n.unregister()&&(t+=1);return t}function tt(){return globalThis}function Zf(e={}){const t=tt(),{defaultTitle:n="Notificação",defaultIcon:s,defaultBadge:r,transform:o}=e;t.addEventListener("push",i=>{if(!i.data)return;let c;try{c=i.data.json()}catch{c={title:n,body:i.data.text()}}const l=o?o(c):c;if(!l)return;const d=l.title??n,p={body:l.body,icon:l.icon??s,badge:l.badge??r,image:l.image,tag:l.tag,data:{url:l.url??"/",...l.data??{}}};i.waitUntil(t.registration.showNotification(d,p))})}function eh(e={}){const t=tt(),n=e.resolveUrl??(s=>{if(typeof s=="string")return s;if(s&&typeof s=="object"&&"url"in s){const r=s.url;return typeof r=="string"?r:"/"}return"/"});t.addEventListener("notificationclick",s=>{s.notification.close();const r=n(s.notification.data);s.waitUntil((async()=>{const o=await t.clients.matchAll({type:"window",includeUncontrolled:!0});for(const i of o)if(i.url.includes(r))return i.focus();return t.clients.openWindow(r)})())})}function th(){const e=tt();e.addEventListener("message",t=>{t.data?.type==="SKIP_WAITING"&&e.skipWaiting()})}function nt(){let e=null;async function t(s,{volume:r=1,loop:o=!1,autoplay:i=!0,stopPrevious:c=!1,onEnded:l,onError:d}={}){try{c&&e&&(e.pause(),e.currentTime=0);const p=new Audio(s);return p.volume=Math.max(0,Math.min(1,r)),p.loop=o,p.preload="auto",l&&(p.onended=l),d&&(p.onerror=m=>d(m)),e=p,i&&await p.play(),p}catch(p){return d?.(p),null}}function n(){e&&(e.pause(),e.currentTime=0)}return{play:t,stop:n,current:()=>e}}let Ke=null;function Pt(){return Ke||(Ke=nt()),Ke}async function nh(e,t){return Pt().play(e,t)}function sh(){Pt().stop()}function rh(){const e=u.useRef(null),[t,n]=u.useState(!1);e.current||(e.current=nt()),u.useEffect(()=>()=>{e.current?.stop()},[]);const s=u.useCallback(async(o,i)=>{await e.current.play(o,i)&&n(!0)},[]),r=u.useCallback(()=>{e.current?.stop()},[]);return{play:s,stop:r,unlocked:t}}class oh extends Yt{store;constructor(t,n,s,r){super(t),this.version(n).stores({[s]:r}),this.store=this.table(s)}}function ah(e){const{databaseName:t,version:n,tableName:s,indexes:r,keyPath:o="id",ownerField:i}=e,c=new oh(t,n,s,r),l=c.store;function d(m,f){return!i||!f?m:{...m,[i]:f}}async function p(m,f={}){const{orderBy:_=o,reverse:h=!1,limit:g,offset:y,filter:v}=f;let w=i&&m?l.where(i).equals(m):l.toCollection();v&&(w=w.filter(v));let x=_===o?await w.toArray():await w.sortBy(_);return h&&(x=x.reverse()),y&&(x=x.slice(y)),typeof g=="number"&&(x=x.slice(0,g)),x}return{put:(m,f)=>l.put(d(m,f)),bulkPut:(m,f)=>l.bulkPut(m.map(_=>d(_,f))),get:m=>l.get(m),list:p,update:(m,f)=>l.update(m,f),updateMany:async(m,f)=>{const _=f;return i&&m?l.where(i).equals(m).modify(_):l.toCollection().modify(_)},delete:m=>l.delete(m),clear:async m=>{if(i&&m){await l.where(i).equals(m).delete();return}await l.clear()},count:m=>i&&m?l.where(i).equals(m).count():l.count(),raw:l,db:c}}function ih(e=[],t=[]){if(e.length!==t.length)return!0;for(let n=0;n<e.length;n++)if(!Object.is(e[n],t[n]))return!0;return!1}class ch extends u.Component{state={error:null};static getDerivedStateFromError(t){return{error:t}}componentDidCatch(t,n){this.props.onError?.(t,n)}componentDidUpdate(t){this.state.error&&ih(t.resetKeys,this.props.resetKeys)&&this.reset()}reset=()=>{this.setState({error:null})};render(){const{error:t}=this.state;if(!t)return this.props.children;const{fallback:n}=this.props;return typeof n=="function"?n({error:t,reset:this.reset}):n}}function lh(){const[,e]=u.useState(null);return u.useCallback(t=>{e(()=>{throw t instanceof Error?t:new Error(String(t))})},[])}function uh({name:e,label:t,helperText:n,required:s,control:r,children:o}){const i=Z.useFormContext(),c=r??i?.control;if(!c)throw new Error("FormField requires either a `control` prop or a <FormProvider> in the tree.");return a.jsx(Z.Controller,{name:e,control:c,render:({field:l,fieldState:d})=>{if(!u.isValidElement(o))return o;const p=d.error?.message;return u.cloneElement(o,{name:l.name,value:l.value,onChange:l.onChange,onBlur:l.onBlur,ref:l.ref,label:t,helperText:p?void 0:n,error:p,required:s,"aria-invalid":!!p})}})}function dh(e,t){const n=e.safeParse(t);if(n.success)return{success:!0,data:n.data,errors:{}};const s={};for(const r of n.error.issues){const o=r.path.length===0?"_root":r.path.join(".");o in s||(s[o]=r.message)}return{success:!1,errors:s}}function Dt(e){return async(t,n,s)=>{const r=e.safeParse(t);if(r.success)return{values:r.data,errors:{}};const o={},i=s.criteriaMode??"firstError";for(const c of r.error.issues){const l=c.path.length===0?"_root":c.path.join(".");i==="firstError"&&o[l]||(o[l]={type:c.code,message:c.message})}return{values:{},errors:o}}}function ph(e,t={}){return Z.useForm({...t,resolver:Dt(e)})}function Re(e){return e.replace(/\D/g,"")}function mh(e){const t=Re(e);if(t.length!==11||/^(\d)\1+$/.test(t))return!1;const n=t.split("").map(Number);let s=0;for(let o=0;o<9;o++)s+=n[o]*(10-o);let r=s*10%11;if(r===10&&(r=0),r!==n[9])return!1;s=0;for(let o=0;o<10;o++)s+=n[o]*(11-o);return r=s*10%11,r===10&&(r=0),r===n[10]}function fh(e){const t=Re(e);if(t.length!==14||/^(\d)\1+$/.test(t))return!1;const n=t.split("").map(Number),s=[5,4,3,2,9,8,7,6,5,4,3,2],r=[6,5,4,3,2,9,8,7,6,5,4,3,2];let o=0;for(let c=0;c<12;c++)o+=n[c]*s[c];let i=o%11;if(i=i<2?0:11-i,i!==n[12])return!1;o=0;for(let c=0;c<13;c++)o+=n[c]*r[c];return i=o%11,i=i<2?0:11-i,i===n[13]}function Ft(e){return Re(e).slice(0,8).replace(/(\d{5})(\d)/,"$1-$2")}function Bt(e){return Re(e).slice(0,14).replace(/(\d{2})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1/$2").replace(/(\d{4})(\d)/,"$1-$2")}function hh(e){return Re(e)}function _h(e){return new Intl.NumberFormat("pt-BR",{style:"currency",currency:"BRL"}).format(e)}function gh(e){const t=typeof e=="string"?new Date(e):e;return Number.isNaN(t.getTime())?"":new Intl.DateTimeFormat("pt-BR").format(t)}function bh(e){const t=typeof e=="string"?new Date(e):e;return Number.isNaN(t.getTime())?"":new Intl.DateTimeFormat("pt-BR",{dateStyle:"short",timeStyle:"short"}).format(t)}function Wt(e){const t=e.replace(/\D/g,"").slice(0,11);return t.length<=10?t.replace(/(\d{2})(\d)/,"($1) $2").replace(/(\d{4})(\d)/,"$1-$2"):t.replace(/(\d{2})(\d)/,"($1) $2").replace(/(\d{5})(\d)/,"$1-$2")}function Ot(e){return e.replace(/\D/g,"").slice(0,11).replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d)/,"$1.$2").replace(/(\d{3})(\d{1,2})$/,"$1-$2")}function yh(e){return new Intl.NumberFormat("pt-BR",{style:"percent",minimumFractionDigits:1,maximumFractionDigits:1}).format(e)}function Oe(e,t="numeric"){return u.forwardRef(function({value:s,onChange:r,...o},i){return a.jsx(Be,{...o,ref:i,value:e(s??""),inputMode:t,onChange:c=>r(e(c.target.value))})})}const vh=Oe(Ot),wh=Oe(Bt),xh=Oe(Wt,"tel"),jh=Oe(Ft);function $h(e,t,n){return new Intl.NumberFormat(t,{style:"currency",currency:n}).format(e/100)}function Nh(e){const t=e.replace(/\D/g,"");return t?Number.parseInt(t,10):0}const kh=u.forwardRef(function({value:t,onChange:n,currency:s="BRL",locale:r="pt-BR",...o},i){return a.jsx(Be,{...o,ref:i,type:"text",inputMode:"numeric",value:$h(t||0,r,s),onChange:c=>n(Nh(c.target.value))})});function Sh(){const[e,t]=u.useState(!1),[n,s]=u.useState(null),[r,o]=u.useState(null),i=u.useCallback(async l=>{const d=l.replace(/\D/g,"");if(d.length!==8)return s("CEP inválido."),null;t(!0),s(null);try{const m=await(await fetch(`https://viacep.com.br/ws/${d}/json/`)).json();return"erro"in m&&m.erro?(s("CEP não encontrado."),o(null),null):(o(m),m)}catch(p){return s(p instanceof Error?p.message:String(p)),null}finally{t(!1)}},[]),c=u.useCallback(()=>{t(!1),s(null),o(null)},[]);return{loading:e,error:n,data:r,lookup:i,reset:c}}function Eh(e){try{return JSON.parse(e)}catch{return e}}function zt(e,t={}){const{protocols:n,maxRetries:s=10,initialBackoff:r=1e3,maxBackoff:o=3e4,pingInterval:i=0,pingPayload:c=JSON.stringify({type:"ping"}),parser:l=Eh,onOpen:d,onMessage:p,onClose:m,onError:f,onStatusChange:_}=t;let h=null,g=null,y=null,v=0,w="idle",x=!1;function N(T){w!==T&&(w=T,_?.(T))}function S(){y&&(clearInterval(y),y=null)}function z(){!i||i<=0||(S(),y=setInterval(()=>{h?.readyState===WebSocket.OPEN&&h.send(c)},i))}function U(){if(x)return;if(v>=s){N("error");return}const T=Math.min(r*2**v,o);v+=1,g=setTimeout(k,T)}function k(){if(x)return;h&&(h.onopen=null,h.onmessage=null,h.onclose=null,h.onerror=null,h.close()),N("connecting");const T=new WebSocket(e,n);h=T,T.onopen=R=>{v=0,N("open"),z(),d?.(R)},T.onmessage=R=>{const ze=typeof R.data=="string"?R.data:"";p?.({data:l(ze),raw:R})},T.onerror=R=>{f?.(R)},T.onclose=R=>{S(),m?.(R),h=null,N("closed"),!x&&!R.wasClean&&U()}}function j(T){return h?.readyState!==WebSocket.OPEN?!1:(h.send(T),!0)}function E(T,R){x=!0,g&&(clearTimeout(g),g=null),S(),v=0,h&&(N("closing"),h.close(T,R),h=null),N("closed")}function ee(){g&&(clearTimeout(g),g=null),v=0,x=!1,k()}return k(),{send:j,close:E,reconnect:ee,get status(){return w}}}function Ch(e,t={}){const{enabled:n=!0,onMessage:s,...r}=t,[o,i]=u.useState("idle"),[c,l]=u.useState(null),d=u.useRef(null),p=u.useRef(s);p.current=s,u.useEffect(()=>{if(!n||!e){i("idle");return}const _=zt(e,{...r,onStatusChange:i,onMessage:h=>{l(h),p.current?.(h)}});return d.current=_,()=>{_.close(),d.current=null}},[e,n]);const m=u.useCallback(_=>d.current?.send(_)??!1,[]),f=u.useCallback(()=>{d.current?.reconnect()},[]);return{status:o,lastMessage:c,send:m,reconnect:f}}const Ut=u.createContext(null);function ht(e){return e==="dark"||e==="light"?e:typeof window>"u"?"light":window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}function Th(e){if(!e||typeof window>"u")return null;try{const t=window.localStorage.getItem(e);return t==="light"||t==="dark"||t==="system"?t:null}catch{return null}}function Lh({children:e,defaultTheme:t="system",storageKey:n="tempest-theme",target:s,attribute:r="data-tempest-theme"}){const[o,i]=u.useState(()=>Th(n)??t),[c,l]=u.useState(()=>ht(o)),d=u.useRef(s);d.current=s,u.useEffect(()=>{const _=d.current?.()??document.documentElement;if(!_)return;const h=ht(o);_.setAttribute(r,h),l(h)},[o,r]),u.useEffect(()=>{if(o!=="system"||typeof window>"u")return;const _=window.matchMedia("(prefers-color-scheme: dark)"),h=()=>{const g=d.current?.()??document.documentElement,y=_.matches?"dark":"light";g?.setAttribute(r,y),l(y)};return _.addEventListener("change",h),()=>_.removeEventListener("change",h)},[o,r]);const p=u.useCallback(_=>{if(i(_),n&&typeof window<"u")try{window.localStorage.setItem(n,_)}catch{}},[n]),m=u.useCallback(()=>{p(c==="dark"?"light":"dark")},[c,p]),f=u.useMemo(()=>({theme:o,resolvedTheme:c,setTheme:p,toggle:m}),[o,c,p,m]);return a.jsx(Ut.Provider,{value:f,children:e})}function Ih(){const e=u.useContext(Ut);if(!e)throw new Error("useTheme must be used inside a <ThemeProvider>");return e}function Rh(e={}){const{storageKey:t="tempest-theme",defaultTheme:n="system"}=e;if(typeof window>"u")return n==="dark"?"dark":"light";let s=null;try{s=window.localStorage.getItem(t)}catch{s=null}const r=s??n;return r==="dark"||r==="light"?r:window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}function Mh(e={}){const t=e.storageKey??"tempest-theme",n=e.defaultTheme??"system";return`
6
6
  (function(){try{
7
7
  var key=${JSON.stringify(t)};
8
8
  var def=${JSON.stringify(n)};
@@ -11,5 +11,5 @@ Raw payload: ${JSON.stringify(t,null,2)}`)}throw new Error(`Resposta inválida d
11
11
  var resolved=mode==="dark"||mode==="light"?mode:(matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light");
12
12
  document.documentElement.setAttribute("data-tempest-theme",resolved);
13
13
  }catch(e){}})();
14
- `.trim()}function Ue(e,t){return t?e.replace(/\{(\w+)\}/g,(n,s)=>{const r=t[s];return r===void 0?`{${s}}`:String(r)}):e}function $e(e,t,n,s){const r=e[t]?.[s];if(r!==void 0)return r;if(n){const o=e[n]?.[s];if(o!==void 0)return o}return null}function Ie(e){const{locale:t,fallbackLocale:n=null,messages:s}=e;function r(l,p){const d=$e(s,t,n,l);return d===null?l:Ue(d,p)}function o(l,p,d){const m=$e(s,t,n,`${l}${p===1?"_one":"_other"}`)??$e(s,t,n,l);return m===null?l:Ue(m,{count:p,...d??{}})}function a(l,p){return new Intl.NumberFormat(t,p).format(l)}function c(l,p){const d=typeof l=="string"?new Date(l):l;return Number.isNaN(d.getTime())?"":new Intl.DateTimeFormat(t,p).format(d)}return{locale:t,fallbackLocale:n,t:r,plural:o,formatNumber:a,formatDate:c,withLocale:l=>Ie({locale:l,fallbackLocale:n??void 0,messages:s})}}const mt=u.createContext(null);function Bd(e,t){if(!e||typeof window>"u")return null;try{const n=window.localStorage.getItem(e);return n&&t.includes(n)?n:null}catch{return null}}function Od({children:e,locale:t,fallbackLocale:n,messages:s,storageKey:r="tempest-locale"}){const o=u.useMemo(()=>Object.keys(s),[s]),[a,c]=u.useState(()=>Bd(r,o)??t);u.useEffect(()=>{typeof document<"u"&&document.documentElement.setAttribute("lang",a)},[a]);const l=u.useCallback(d=>{if(c(d),r&&typeof window<"u")try{window.localStorage.setItem(r,d)}catch{}},[r]),p=u.useMemo(()=>({...Ie({locale:a,fallbackLocale:n,messages:s}),setLocale:l,availableLocales:o}),[a,n,s,l,o]);return i.jsx(mt.Provider,{value:p,children:e})}function ht(){const e=u.useContext(mt);if(!e)throw new Error("useI18n must be used inside an <I18nProvider>");return e}function Wd(){return ht().t}const Ge=["debug","info","warn","error"];function zd(e,t){return Ge.indexOf(t)>=Ge.indexOf(e)}const _t=({level:e,message:t,context:n})=>{const s=e==="debug"?"log":e;n?console[s](t,n):console[s](t)};function gt(e={}){const t=e.level??"info",n=e.sinks??[_t],s=e.namespace??"";function r(o,a,c){if(!zd(t,o))return;const l={level:o,message:s?`[${s}] ${a}`:a,context:c,timestamp:Date.now()};for(const p of n)try{p(l)}catch{}}return{debug:(o,a)=>r("debug",o,a),info:(o,a)=>r("info",o,a),warn:(o,a)=>r("warn",o,a),error:(o,a)=>r("error",o,a),child:o=>gt({level:t,sinks:n,namespace:s?`${s}:${o}`:o})}}const bt=u.createContext(null);function qd({adapter:e,children:t}){u.useEffect(()=>(e.init?.(),()=>{e.flush?.()}),[e]);const n=u.useMemo(()=>e,[e]);return i.jsx(bt.Provider,{value:n,children:t})}function Ud(){return u.useContext(bt)}const Gd={identify(e){console.info("[telemetry] identify",e)},track(e){console.info("[telemetry] track",e.name,e.properties)},captureException(e,t){console.error("[telemetry] exception",e,t)}};function Jd(e){if(e===null)return null;const{id:t,email:n,name:s,traits:r}=e;return{...t!==void 0?{id:t}:null,...n!==void 0?{email:n}:null,...s!==void 0?{username:s}:null,...r??null}}function Kd(e){const{sentry:t,initOptions:n,flushTimeout:s=2e3,breadcrumbCategory:r="app"}=e;return{init(){n&&t.init&&t.init(n)},identify(o){t.setUser(Jd(o))},track(o){t.addBreadcrumb({category:r,message:o.name,level:"info",...o.properties?{data:o.properties}:null})},captureException(o,a){t.captureException(o,a?{extra:a}:void 0)},async flush(){t.flush&&await t.flush(s)}}}function Hd(e){const{email:t,name:n,traits:s}=e;return{...t!==void 0?{email:t}:null,...n!==void 0?{name:n}:null,...s??null}}function Vd(e){const{posthog:t,init:n}=e;return{init(){n&&t.init&&t.init(n.apiKey,n.options)},identify(s){if(s===null){t.reset?.();return}s.id!==void 0&&t.identify(s.id,Hd(s))},track(s){t.capture(s.name,s.properties)},captureException(s,r){if(t.captureException){t.captureException(s,r);return}const o=s instanceof Error?s:new Error(String(s));t.capture("$exception",{$exception_message:o.message,$exception_type:o.name,$exception_stack_trace_raw:o.stack,...r})}}}const yt=u.createContext(null);function Qd({adapter:e,children:t}){const n=u.useMemo(()=>e,[e]);return u.useEffect(()=>{},[n]),i.jsx(yt.Provider,{value:n,children:t})}function wt(){const e=u.useContext(yt);if(!e)throw new Error("useFeatureFlag requires <FeatureFlagsProvider>");return e}function Zd(e,t=!1){const n=wt(),s=o=>n.onChange?n.onChange(o):()=>{},r=()=>n.isEnabled(e,t);return u.useSyncExternalStore(s,r,r)}function Xd(e,t){const n=wt(),s=o=>n.onChange?n.onChange(o):()=>{},r=()=>n.get(e,t);return u.useSyncExternalStore(s,r,r)}function Yd(e={}){const t={...e.initial??{}},n=new Set;function s(){for(const r of n)r()}return{isEnabled(r,o=!1){return r in t?!!t[r]:o},get(r,o){return r in t?t[r]:o},onChange(r){return n.add(r),()=>n.delete(r)},set(r,o){t[r]=o,s()}}}function ep(e){const{growthbook:t}=e,n=new Set;let s=!1;function r(){s||!t.setRenderer||(s=!0,t.setRenderer(()=>{for(const o of n)o()}))}return{isEnabled(o,a=!1){const c=t.isOn(o);return typeof c=="boolean"?c:a},get(o,a){return t.getFeatureValue(o,a)},onChange(o){return r(),n.add(o),()=>{n.delete(o)}}}}function tp(e){const{client:t}=e;return{isEnabled(n,s=!1){return t.variation(n,s)===!0},get(n,s){return t.variation(n,s)},onChange(n){return!t.on||!t.off?()=>{}:(t.on("change",n),()=>{t.off("change",n)})}}}async function np(e){if(typeof navigator>"u"||!("share"in navigator))return{shared:!1,unsupported:!0,cancelled:!1};if(e.files&&!navigator.canShare?.({files:e.files}))return{shared:!1,unsupported:!0,cancelled:!1};try{return await navigator.share(e),{shared:!0,unsupported:!1,cancelled:!1}}catch(t){return t instanceof DOMException&&t.name==="AbortError"?{shared:!1,unsupported:!1,cancelled:!0}:{shared:!1,unsupported:!1,cancelled:!1,error:t}}}function sp(){return typeof navigator<"u"&&"share"in navigator}const rp={get(e,t){if(typeof window>"u")return t;try{const n=window.localStorage.getItem(e);return n===null?t:JSON.parse(n)}catch{return t}},set(e,t){if(!(typeof window>"u"))try{window.localStorage.setItem(e,JSON.stringify(t))}catch{}},remove(e){if(!(typeof window>"u"))try{window.localStorage.removeItem(e)}catch{}}};exports.Accordion=It;exports.Alert=Kt;exports.AspectRatio=Zt;exports.AuthGuard=Gu;exports.Avatar=pn;exports.BREAKPOINTS=he;exports.Badge=Nn;exports.Breadcrumbs=Rn;exports.Button=me;exports.CACHE_TIME=tt;exports.CEPInput=Nd;exports.CNPJInput=Sd;exports.CPFInput=kd;exports.Card=fs;exports.Center=bs;exports.Checkbox=$s;exports.ChipInput=Fs;exports.Combobox=Ys;exports.ConfirmDialog=yr;exports.Container=Oi;exports.DatePicker=Dr;exports.Divider=qr;exports.Drawer=uo;exports.DropdownMenu=So;exports.EmptyState=Lo;exports.ErrorBoundary=fd;exports.ErrorState=Ao;exports.FeatureFlagsProvider=Qd;exports.FileUpload=ei;exports.Form=gi;exports.FormActions=wi;exports.FormRow=yi;exports.FormSection=bi;exports.Grid=Ui;exports.Hide=tc;exports.I18nProvider=Od;exports.Input=ge;exports.Kbd=Vi;exports.Modal=Je;exports.MoneyInput=Td;exports.Pagination=oa;exports.PhoneInput=$d;exports.Popover=fa;exports.Progress=ja;exports.QueryProvider=Zu;exports.REFETCH_TIME=Vu;exports.Radio=Ra;exports.RadioGroup=Ma;exports.RangeSlider=qa;exports.RatingStars=Xa;exports.STALE_TIME=et;exports.SearchBar=ic;exports.Select=bc;exports.Show=ec;exports.Skeleton=jc;exports.Spacer=Ec;exports.Spinner=Pc;exports.Stack=zi;exports.Stepper=Gc;exports.Switch=Xc;exports.Table=fl;exports.Tabs=yl;exports.TelemetryProvider=qd;exports.Textarea=Nl;exports.ThemeProvider=Dd;exports.ToastProvider=Yl;exports.Tooltip=Dl;exports.VirtualList=au;exports.WebPushClient=ot;exports.WebPushPermissionDeniedError=rt;exports.WebPushUnsupportedError=Ee;exports.cn=y;exports.consoleSink=_t;exports.consoleTelemetryAdapter=Gd;exports.createApiClient=Pu;exports.createAudioPlayer=Le;exports.createAuthStore=Uu;exports.createEventStream=nt;exports.createGrowthBookFeatureFlagsAdapter=ep;exports.createI18n=Ie;exports.createInMemoryFlags=Yd;exports.createLaunchDarklyFeatureFlagsAdapter=tp;exports.createLogger=gt;exports.createOfflineStore=dd;exports.createPostHogTelemetryAdapter=Vd;exports.createQueryKeys=Qu;exports.createRefreshQueue=Hu;exports.createSentryTelemetryAdapter=Kd;exports.createWebSocket=pt;exports.decodeJWT=Ye;exports.formatCEP=ct;exports.formatCNPJ=lt;exports.formatCPF=dt;exports.formatCurrency=wd;exports.formatDate=vd;exports.formatDateTime=xd;exports.formatPercent=jd;exports.formatPhone=ut;exports.generateIdempotencyKey=zu;exports.getInitialTheme=Ad;exports.installNotificationClickHandler=od;exports.installPushHandler=rd;exports.installSkipWaitingListener=id;exports.isJWTExpired=Ju;exports.isPushSupported=de;exports.isShareSupported=sp;exports.lazyWithRetry=Ku;exports.parseResponse=Au;exports.playAudio=ad;exports.registerServiceWorker=td;exports.retry=Wu;exports.share=np;exports.skipWaiting=nd;exports.stopAudio=cd;exports.storage=rp;exports.themeInitScript=Fd;exports.unmask=yd;exports.unregisterAllServiceWorkers=sd;exports.uploadWithProgress=Bu;exports.urlBase64ToUint8Array=st;exports.useAsync=gu;exports.useAudio=ld;exports.useBeforeInstallPrompt=$u;exports.useBreakpoint=ie;exports.useClientFilter=uu;exports.useClipboard=xu;exports.useDebounce=cu;exports.useDeepMemo=Ru;exports.useDocumentVisibility=yu;exports.useErrorHandler=md;exports.useEventListener=pu;exports.useEventStream=Yu;exports.useFeatureFlag=Zd;exports.useFlagValue=Xd;exports.useFocusTrap=Lu;exports.useGeolocation=Eu;exports.useI18n=ht;exports.useIdle=Nu;exports.useIntersectionObserver=wu;exports.useKeyboardShortcut=Su;exports.useLocalStorage=hu;exports.useMediaQuery=du;exports.useOnline=bu;exports.usePagination=lu;exports.usePoll=qu;exports.usePushSubscription=ed;exports.useResizeObserver=vu;exports.useScrollLock=Cu;exports.useStableCallback=Iu;exports.useTelemetry=Ud;exports.useTheme=Pd;exports.useToast=Xl;exports.useToggle=_u;exports.useTranslate=Wd;exports.useViaCEP=Ld;exports.useWebSocket=Rd;exports.useZodForm=_d;exports.validateCNPJ=bd;exports.validateCPF=gd;exports.validateForm=hd;exports.zodResolver=at;
14
+ `.trim()}function _t(e,t){return t?e.replace(/\{(\w+)\}/g,(n,s)=>{const r=t[s];return r===void 0?`{${s}}`:String(r)}):e}function Je(e,t,n,s){const r=e[t]?.[s];if(r!==void 0)return r;if(n){const o=e[n]?.[s];if(o!==void 0)return o}return null}function st(e){const{locale:t,fallbackLocale:n=null,messages:s}=e;function r(l,d){const p=Je(s,t,n,l);return p===null?l:_t(p,d)}function o(l,d,p){const f=Je(s,t,n,`${l}${d===1?"_one":"_other"}`)??Je(s,t,n,l);return f===null?l:_t(f,{count:d,...p??{}})}function i(l,d){return new Intl.NumberFormat(t,d).format(l)}function c(l,d){const p=typeof l=="string"?new Date(l):l;return Number.isNaN(p.getTime())?"":new Intl.DateTimeFormat(t,d).format(p)}return{locale:t,fallbackLocale:n,t:r,plural:o,formatNumber:i,formatDate:c,withLocale:l=>st({locale:l,fallbackLocale:n??void 0,messages:s})}}const qt=u.createContext(null);function Ah(e,t){if(!e||typeof window>"u")return null;try{const n=window.localStorage.getItem(e);return n&&t.includes(n)?n:null}catch{return null}}function Ph({children:e,locale:t,fallbackLocale:n,messages:s,storageKey:r="tempest-locale"}){const o=u.useMemo(()=>Object.keys(s),[s]),[i,c]=u.useState(()=>Ah(r,o)??t);u.useEffect(()=>{typeof document<"u"&&document.documentElement.setAttribute("lang",i)},[i]);const l=u.useCallback(p=>{if(c(p),r&&typeof window<"u")try{window.localStorage.setItem(r,p)}catch{}},[r]),d=u.useMemo(()=>({...st({locale:i,fallbackLocale:n,messages:s}),setLocale:l,availableLocales:o}),[i,n,s,l,o]);return a.jsx(qt.Provider,{value:d,children:e})}function Ht(){const e=u.useContext(qt);if(!e)throw new Error("useI18n must be used inside an <I18nProvider>");return e}function Dh(){return Ht().t}const gt=["debug","info","warn","error"];function Fh(e,t){return gt.indexOf(t)>=gt.indexOf(e)}const Gt=({level:e,message:t,context:n})=>{const s=e==="debug"?"log":e;n?console[s](t,n):console[s](t)};function Kt(e={}){const t=e.level??"info",n=e.sinks??[Gt],s=e.namespace??"";function r(o,i,c){if(!Fh(t,o))return;const l={level:o,message:s?`[${s}] ${i}`:i,context:c,timestamp:Date.now()};for(const d of n)try{d(l)}catch{}}return{debug:(o,i)=>r("debug",o,i),info:(o,i)=>r("info",o,i),warn:(o,i)=>r("warn",o,i),error:(o,i)=>r("error",o,i),child:o=>Kt({level:t,sinks:n,namespace:s?`${s}:${o}`:o})}}const Jt=u.createContext(null);function Bh({adapter:e,children:t}){u.useEffect(()=>(e.init?.(),()=>{e.flush?.()}),[e]);const n=u.useMemo(()=>e,[e]);return a.jsx(Jt.Provider,{value:n,children:t})}function Wh(){return u.useContext(Jt)}const Oh={identify(e){console.info("[telemetry] identify",e)},track(e){console.info("[telemetry] track",e.name,e.properties)},captureException(e,t){console.error("[telemetry] exception",e,t)}};function zh(e){if(e===null)return null;const{id:t,email:n,name:s,traits:r}=e;return{...t!==void 0?{id:t}:null,...n!==void 0?{email:n}:null,...s!==void 0?{username:s}:null,...r??null}}function Uh(e){const{sentry:t,initOptions:n,flushTimeout:s=2e3,breadcrumbCategory:r="app"}=e;return{init(){n&&t.init&&t.init(n)},identify(o){t.setUser(zh(o))},track(o){t.addBreadcrumb({category:r,message:o.name,level:"info",...o.properties?{data:o.properties}:null})},captureException(o,i){t.captureException(o,i?{extra:i}:void 0)},async flush(){t.flush&&await t.flush(s)}}}function qh(e){const{email:t,name:n,traits:s}=e;return{...t!==void 0?{email:t}:null,...n!==void 0?{name:n}:null,...s??null}}function Hh(e){const{posthog:t,init:n}=e;return{init(){n&&t.init&&t.init(n.apiKey,n.options)},identify(s){if(s===null){t.reset?.();return}s.id!==void 0&&t.identify(s.id,qh(s))},track(s){t.capture(s.name,s.properties)},captureException(s,r){if(t.captureException){t.captureException(s,r);return}const o=s instanceof Error?s:new Error(String(s));t.capture("$exception",{$exception_message:o.message,$exception_type:o.name,$exception_stack_trace_raw:o.stack,...r})}}}const Vt=u.createContext(null);function Gh({adapter:e,children:t}){const n=u.useMemo(()=>e,[e]);return u.useEffect(()=>{},[n]),a.jsx(Vt.Provider,{value:n,children:t})}function Qt(){const e=u.useContext(Vt);if(!e)throw new Error("useFeatureFlag requires <FeatureFlagsProvider>");return e}function Kh(e,t=!1){const n=Qt(),s=o=>n.onChange?n.onChange(o):()=>{},r=()=>n.isEnabled(e,t);return u.useSyncExternalStore(s,r,r)}function Jh(e,t){const n=Qt(),s=o=>n.onChange?n.onChange(o):()=>{},r=()=>n.get(e,t);return u.useSyncExternalStore(s,r,r)}function Vh(e={}){const t={...e.initial??{}},n=new Set;function s(){for(const r of n)r()}return{isEnabled(r,o=!1){return r in t?!!t[r]:o},get(r,o){return r in t?t[r]:o},onChange(r){return n.add(r),()=>n.delete(r)},set(r,o){t[r]=o,s()}}}function Qh(e){const{growthbook:t}=e,n=new Set;let s=!1;function r(){s||!t.setRenderer||(s=!0,t.setRenderer(()=>{for(const o of n)o()}))}return{isEnabled(o,i=!1){const c=t.isOn(o);return typeof c=="boolean"?c:i},get(o,i){return t.getFeatureValue(o,i)},onChange(o){return r(),n.add(o),()=>{n.delete(o)}}}}function Xh(e){const{client:t}=e;return{isEnabled(n,s=!1){return t.variation(n,s)===!0},get(n,s){return t.variation(n,s)},onChange(n){return!t.on||!t.off?()=>{}:(t.on("change",n),()=>{t.off("change",n)})}}}async function Yh(e){if(typeof navigator>"u"||!("share"in navigator))return{shared:!1,unsupported:!0,cancelled:!1};if(e.files&&!navigator.canShare?.({files:e.files}))return{shared:!1,unsupported:!0,cancelled:!1};try{return await navigator.share(e),{shared:!0,unsupported:!1,cancelled:!1}}catch(t){return t instanceof DOMException&&t.name==="AbortError"?{shared:!1,unsupported:!1,cancelled:!0}:{shared:!1,unsupported:!1,cancelled:!1,error:t}}}function Zh(){return typeof navigator<"u"&&"share"in navigator}const e_={get(e,t){if(typeof window>"u")return t;try{const n=window.localStorage.getItem(e);return n===null?t:JSON.parse(n)}catch{return t}},set(e,t){if(!(typeof window>"u"))try{window.localStorage.setItem(e,JSON.stringify(t))}catch{}},remove(e){if(!(typeof window>"u"))try{window.localStorage.removeItem(e)}catch{}}};function t_(e){return e.normalize("NFD").replace(/[̀-ͯ]/g,"").toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"")}function n_(e,t,n="…"){if(e.length<=t)return e;const s=Math.max(0,t-n.length);return e.slice(0,s).trimEnd()+n}const s_={justNow:"agora há pouco",secondsAgo:e=>`${e} s atrás`,minutesAgo:e=>`${e} min atrás`,hoursAgo:e=>e===1?"1 hora atrás":`${e} horas atrás`,daysAgo:e=>e===1?"ontem":`${e} dias atrás`,weeksAgo:e=>e===1?"semana passada":`${e} semanas atrás`,monthsAgo:e=>e===1?"mês passado":`${e} meses atrás`,yearsAgo:e=>e===1?"ano passado":`${e} anos atrás`,inSeconds:e=>`em ${e} s`,inMinutes:e=>`em ${e} min`,inHours:e=>`em ${e} h`,inDays:e=>`em ${e} ${e===1?"dia":"dias"}`,inWeeks:e=>`em ${e} ${e===1?"semana":"semanas"}`,inMonths:e=>`em ${e} ${e===1?"mês":"meses"}`,inYears:e=>`em ${e} ${e===1?"ano":"anos"}`},r_={justNow:"just now",secondsAgo:e=>`${e}s ago`,minutesAgo:e=>`${e}m ago`,hoursAgo:e=>`${e}h ago`,daysAgo:e=>e===1?"yesterday":`${e} days ago`,weeksAgo:e=>`${e}w ago`,monthsAgo:e=>`${e}mo ago`,yearsAgo:e=>`${e}y ago`,inSeconds:e=>`in ${e}s`,inMinutes:e=>`in ${e}m`,inHours:e=>`in ${e}h`,inDays:e=>`in ${e}d`,inWeeks:e=>`in ${e}w`,inMonths:e=>`in ${e}mo`,inYears:e=>`in ${e}y`},o_={"pt-BR":s_,en:r_},Ye=1e3,Ze=60*Ye,et=60*Ze,Ie=24*et,bt=7*Ie,yt=30*Ie,vt=365*Ie;function a_(e,t={}){const{locale:n="pt-BR",now:s=Date.now()}=t,r=o_[n],o=e instanceof Date?e.getTime():new Date(e).getTime(),c=(typeof s=="number"?s:s.getTime())-o,l=c>=0,d=Math.abs(c);if(d<30*Ye)return r.justNow;if(d<Ze){const m=Math.round(d/Ye);return l?r.secondsAgo(m):r.inSeconds(m)}if(d<et){const m=Math.round(d/Ze);return l?r.minutesAgo(m):r.inMinutes(m)}if(d<Ie){const m=Math.round(d/et);return l?r.hoursAgo(m):r.inHours(m)}if(d<bt){const m=Math.round(d/Ie);return l?r.daysAgo(m):r.inDays(m)}if(d<yt){const m=Math.round(d/bt);return l?r.weeksAgo(m):r.inWeeks(m)}if(d<vt){const m=Math.round(d/yt);return l?r.monthsAgo(m):r.inMonths(m)}const p=Math.round(d/vt);return l?r.yearsAgo(p):r.inYears(p)}Object.defineProperty(exports,"Controller",{enumerable:!0,get:()=>Z.Controller});Object.defineProperty(exports,"FormProvider",{enumerable:!0,get:()=>Z.FormProvider});Object.defineProperty(exports,"useFieldArray",{enumerable:!0,get:()=>Z.useFieldArray});Object.defineProperty(exports,"useForm",{enumerable:!0,get:()=>Z.useForm});Object.defineProperty(exports,"useFormContext",{enumerable:!0,get:()=>Z.useFormContext});Object.defineProperty(exports,"useFormState",{enumerable:!0,get:()=>Z.useFormState});Object.defineProperty(exports,"useWatch",{enumerable:!0,get:()=>Z.useWatch});exports.Accordion=an;exports.Alert=xn;exports.AppShell=Rn;exports.AspectRatio=Pn;exports.AuthGuard=Ff;exports.Avatar=Qn;exports.BREAKPOINTS=Ae;exports.Badge=ds;exports.Banner=js;exports.BottomNavigation=Ls;exports.BottomSheet=Bs;exports.Breadcrumbs=Hs;exports.Button=Pe;exports.CACHE_TIME=Lt;exports.CEPInput=jh;exports.CNPJInput=wh;exports.CPFInput=vh;exports.Card=Nr;exports.Center=Tr;exports.Checkbox=Fr;exports.ChipInput=Qr;exports.Combobox=po;exports.ConfirmDialog=Io;exports.Container=Qi;exports.DatePicker=Jo;exports.Divider=na;exports.Drawer=wa;exports.DropdownMenu=Aa;exports.EmptyState=Oa;exports.ErrorBoundary=ch;exports.ErrorState=Ka;exports.FeatureFlagsProvider=Gh;exports.FileUpload=ui;exports.Form=Si;exports.FormActions=Ti;exports.FormField=uh;exports.FormRow=Ci;exports.FormSection=Ei;exports.GoogleSignIn=zf;exports.Grid=ec;exports.Hide=mu;exports.I18nProvider=Ph;exports.Input=Be;exports.Kbd=oc;exports.Modal=wt;exports.MoneyInput=kh;exports.Navbar=hc;exports.Page=Sc;exports.Pagination=Dc;exports.PasswordInput=rl;exports.PhoneInput=xh;exports.PinInput=gl;exports.Popover=Nl;exports.Progress=Al;exports.QueryProvider=Gf;exports.REFETCH_TIME=qf;exports.Radio=Hl;exports.RadioGroup=Gl;exports.RangeSlider=tu;exports.RatingStars=uu;exports.STALE_TIME=Tt;exports.SafeArea=wu;exports.SearchBar=ku;exports.SegmentedControl=Fu;exports.Select=Ju;exports.Show=pu;exports.Sidebar=ad;exports.Skeleton=ud;exports.Spacer=hd;exports.Spinner=jd;exports.Stack=Yi;exports.Stat=Pd;exports.Stepper=Hd;exports.StepperInput=tp;exports.Switch=cp;exports.Table=Pp;exports.Tabs=zp;exports.Tag=wp;exports.TelemetryProvider=Bh;exports.Textarea=Qp;exports.ThemeProvider=Lh;exports.Timeline=pm;exports.ToastProvider=Fm;exports.Tooltip=vm;exports.VirtualList=Gm;exports.WebPushClient=At;exports.WebPushPermissionDeniedError=Mt;exports.WebPushUnsupportedError=Xe;exports.clamp=Ve;exports.cn=b;exports.consoleSink=Gt;exports.consoleTelemetryAdapter=Oh;exports.createApiClient=Cf;exports.createAudioPlayer=nt;exports.createAuthStore=Df;exports.createEventStream=It;exports.createGrowthBookFeatureFlagsAdapter=Qh;exports.createI18n=st;exports.createInMemoryFlags=Vh;exports.createLaunchDarklyFeatureFlagsAdapter=Xh;exports.createLogger=Kt;exports.createOfflineStore=ah;exports.createPostHogTelemetryAdapter=Hh;exports.createQueryKeys=Hf;exports.createRefreshQueue=Of;exports.createSentryTelemetryAdapter=Uh;exports.createWebSocket=zt;exports.decodeJWT=Ct;exports.estimatePasswordStrength=Nt;exports.formatCEP=Ft;exports.formatCNPJ=Bt;exports.formatCPF=Ot;exports.formatCurrency=_h;exports.formatDate=gh;exports.formatDateTime=bh;exports.formatPercent=yh;exports.formatPhone=Wt;exports.generateIdempotencyKey=Af;exports.getInitialTheme=Rh;exports.installNotificationClickHandler=eh;exports.installPushHandler=Zf;exports.installSkipWaitingListener=th;exports.isJWTExpired=Bf;exports.isPushSupported=Le;exports.isShareSupported=Zh;exports.lazyWithRetry=Wf;exports.parseResponse=Tf;exports.playAudio=nh;exports.registerServiceWorker=Qf;exports.relativeTime=a_;exports.retry=Mf;exports.share=Yh;exports.skipWaiting=Xf;exports.slugify=t_;exports.stopAudio=sh;exports.storage=e_;exports.themeInitScript=Mh;exports.truncate=n_;exports.unmask=hh;exports.unregisterAllServiceWorkers=Yf;exports.uploadWithProgress=If;exports.urlBase64ToUint8Array=Rt;exports.useAsync=nf;exports.useAudio=rh;exports.useBeforeInstallPrompt=pf;exports.useBreakpoint=ve;exports.useClientFilter=Vm;exports.useClipboard=cf;exports.useDebounce=Km;exports.useDeepMemo=yf;exports.useDocumentVisibility=rf;exports.useErrorHandler=lh;exports.useEventListener=Xm;exports.useEventStream=Jf;exports.useFeatureFlag=Kh;exports.useFlagValue=Jh;exports.useFocusTrap=gf;exports.useGeolocation=ff;exports.useHover=Nf;exports.useI18n=Ht;exports.useIdle=mf;exports.useIntersectionObserver=of;exports.useInterval=wf;exports.useKeyboardShortcut=df;exports.useLocalStorage=ef;exports.useLongPress=kf;exports.useMediaQuery=Qm;exports.useOAuthCallback=Uf;exports.useOnline=sf;exports.usePagination=Jm;exports.usePoll=Pf;exports.usePrevious=vf;exports.usePushSubscription=Vf;exports.useResizeObserver=af;exports.useScrollLock=hf;exports.useStableCallback=bf;exports.useTelemetry=Wh;exports.useTheme=Ih;exports.useThrottle=jf;exports.useTimeout=xf;exports.useToast=Dm;exports.useToggle=tf;exports.useTranslate=Dh;exports.useViaCEP=Sh;exports.useWebSocket=Ch;exports.useWindowSize=$f;exports.useZodForm=ph;exports.validateCNPJ=fh;exports.validateCPF=mh;exports.validateForm=dh;exports.zodResolver=Dt;
15
15
  //# sourceMappingURL=tempest-react-sdk.cjs.map