@texturehq/edges 1.16.0 → 1.17.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1,5 +1,5 @@
1
- 'use strict';var reactAriaComponents=require('react-aria-components'),rr=require('react'),fileSaver=require('file-saver'),Pf=require('papaparse'),Lf=require('fuse.js'),reactVirtual=require('@tanstack/react-virtual'),jsxRuntime=require('react/jsx-runtime'),luxon=require('luxon'),tailwindMerge=require('tailwind-merge'),kg=require('@phosphor-icons/react'),reactStately=require('react-stately'),lucideReact=require('lucide-react'),Mh=require('react-ace'),curve=require('@visx/curve'),shape=require('@visx/shape'),framerMotion=require('framer-motion'),axis=require('@visx/axis'),scale=require('@visx/scale'),d3Array=require('d3-array'),responsive=require('@visx/responsive'),zoom=require('@visx/zoom'),brush=require('@visx/brush'),pattern=require('@visx/pattern'),gradient=require('@visx/gradient'),KC=require('react-map-gl'),reactDom=require('react-dom'),e1=require('@tiptap/extension-link'),react=require('@tiptap/react'),menus=require('@tiptap/react/menus'),n1=require('@tiptap/starter-kit');var _documentCurrentScript=typeof document!=='undefined'?document.currentScript:null;function _interopDefault(e){return e&&e.__esModule?e:{default:e}}function _interopNamespace(e){if(e&&e.__esModule)return e;var n=Object.create(null);if(e){Object.keys(e).forEach(function(k){if(k!=='default'){var d=Object.getOwnPropertyDescriptor(e,k);Object.defineProperty(n,k,d.get?d:{enumerable:true,get:function(){return e[k]}});}})}n.default=e;return Object.freeze(n)}var rr__namespace=/*#__PURE__*/_interopNamespace(rr);var Pf__default=/*#__PURE__*/_interopDefault(Pf);var Lf__default=/*#__PURE__*/_interopDefault(Lf);var kg__namespace=/*#__PURE__*/_interopNamespace(kg);var Mh__default=/*#__PURE__*/_interopDefault(Mh);var KC__default=/*#__PURE__*/_interopDefault(KC);var e1__default=/*#__PURE__*/_interopDefault(e1);var n1__default=/*#__PURE__*/_interopDefault(n1);var Sf=Object.defineProperty;var wf=(e,t,r)=>t in e?Sf(e,t,{enumerable:true,configurable:true,writable:true,value:r}):e[t]=r;var zo=(e,t,r)=>wf(e,typeof t!="symbol"?t+"":t,r);function kt(e,t=false){let[r,o]=rr.useState(t);return rr.useEffect(()=>{if(typeof window>"u")return;let n=window.matchMedia(e);o(n.matches);let a=i=>{o(i.matches);};return n.addEventListener("change",a),()=>{n.removeEventListener("change",a);}},[e]),r}var Nr={sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"};function kn(e="base"){let t=kt(`(min-width: ${Nr.sm})`,e!=="base"),r=kt(`(min-width: ${Nr.md})`,["md","lg","xl","2xl"].includes(e)),o=kt(`(min-width: ${Nr.lg})`,["lg","xl","2xl"].includes(e)),n=kt(`(min-width: ${Nr.xl})`,["xl","2xl"].includes(e)),a=kt(`(min-width: ${Nr["2xl"]})`,e==="2xl"),i=!r,l=r,s="base";return a?s="2xl":n?s="xl":o?s="lg":r?s="md":t&&(s="sm"),{current:s,isSm:t,isMd:r,isLg:o,isXl:n,is2Xl:a,isMobile:i,isDesktop:l}}function ui(e,t,r=true){let o=e||"chart";if(r){let n=new Date().toISOString().replace(/[:.]/g,"-").slice(0,-5);return `${o}-${n}.${t}`}return `${o}.${t}`}async function pi(e,t,r={},o){let n=Array.isArray(t[0])?t:[t];try{switch(e){case "csv":await kf(n,r);break;case "svg":await Df(o,r);break;case "png":await Rf(o,r);break;default:throw new Error(`Unsupported export type: ${e}`)}}catch(a){throw console.error("Export failed:",a),new Error(`Failed to export chart as ${e}: ${a instanceof Error?a.message:"Unknown error"}`)}}async function kf(e,t){try{let r=new Map;e.forEach(s=>{s.forEach(c=>{let p=c.xValue.getTime();r.has(p)||r.set(p,c.xValue);});});let n=Array.from(r.values()).sort((s,c)=>s.getTime()-c.getTime()).map(s=>{let c={[t.xLabel||"Date"]:s.toLocaleString("en-US",{year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"})};return e.forEach((p,d)=>{let m=t.seriesLabels?.[d]||`Series ${d+1}`,u=p.find(g=>g.xValue.getTime()===s.getTime());c[m]=u?u.yValue:"",u?.category&&(c[`${m} Category`]=u.category);}),c}),a=Pf__default.default.unparse(n,{header:!0,skipEmptyLines:!0}),i=new Blob([a],{type:"text/csv;charset=utf-8;"}),l=ui(t.filename||"chart-data","csv",t.timestamp!==!1);fileSaver.saveAs(i,l);}catch(r){throw new Error(`CSV export failed: ${r instanceof Error?r.message:"Unknown error"}`)}}async function Df(e,t){if(!e.current)throw new Error("SVG element not found");try{let o=e.current.cloneNode(!0);if(!o.querySelector("rect[data-background]")){let c=document.createElementNS("http://www.w3.org/2000/svg","rect");c.setAttribute("width",o.getAttribute("width")||"100%"),c.setAttribute("height",o.getAttribute("height")||"100%"),c.setAttribute("fill","white"),c.setAttribute("data-background","true"),o.insertBefore(c,o.firstChild);}let i=new XMLSerializer().serializeToString(o);i.includes("<?xml")||(i=`<?xml version="1.0" encoding="UTF-8"?>
2
- `+i),i.includes("xmlns=")||(i=i.replace("<svg",'<svg xmlns="http://www.w3.org/2000/svg"'));let l=new Blob([i],{type:"image/svg+xml;charset=utf-8"}),s=ui(t.filename||"chart","svg",t.timestamp!==!1);fileSaver.saveAs(l,s);}catch(r){throw new Error(`SVG export failed: ${r instanceof Error?r.message:"Unknown error"}`)}}async function Rf(e,t,r=2){if(!e.current)throw new Error("SVG element not found");let o="";try{let n=e.current,a=n.getBoundingClientRect(),i=n.cloneNode(!0);i.setAttribute("width",String(a.width)),i.setAttribute("height",String(a.height)),i.removeAttribute("transform");let l=i.getElementsByTagName("text");Array.from(l).forEach(m=>{m.style.fontFamily||(m.style.fontFamily="system-ui, -apple-system, sans-serif"),m.style.fontSize||(m.style.fontSize="12px");});let s=document.createElementNS("http://www.w3.org/2000/svg","rect");s.setAttribute("width",String(a.width)),s.setAttribute("height",String(a.height)),s.setAttribute("fill","white"),i.insertBefore(s,i.firstChild);let p=new XMLSerializer().serializeToString(i);p.includes("xmlns=")||(p=p.replace("<svg",'<svg xmlns="http://www.w3.org/2000/svg"'));let d=new Blob([p],{type:"image/svg+xml;charset=utf-8"});return o=URL.createObjectURL(d),new Promise((m,u)=>{let g=new Image,f=setTimeout(()=>{o&&URL.revokeObjectURL(o),u(new Error("Image loading timeout"));},1e4);g.onload=()=>{clearTimeout(f);try{let b=document.createElement("canvas");b.width=a.width*r,b.height=a.height*r;let h=b.getContext("2d");if(!h)throw new Error("Canvas context not available");h.imageSmoothingEnabled=!0,h.imageSmoothingQuality="high",h.scale(r,r),h.fillStyle="white",h.fillRect(0,0,a.width,a.height),h.drawImage(g,0,0,a.width,a.height),b.toBlob(y=>{if(y){let v=ui(t.filename||"chart","png",t.timestamp!==!1);fileSaver.saveAs(y,v),m();}else u(new Error("Failed to create PNG blob"));o&&URL.revokeObjectURL(o);},"image/png",1);}catch(b){o&&URL.revokeObjectURL(o),u(b);}},g.onerror=()=>{clearTimeout(f),o&&URL.revokeObjectURL(o),u(new Error("Failed to load SVG as image"));},g.src=o;})}catch(n){throw o&&URL.revokeObjectURL(o),new Error(`PNG export failed: ${n instanceof Error?n.message:"Unknown error"}`)}}function Af(e){if(typeof window>"u")return false;switch(e){case "csv":return true;case "svg":return typeof XMLSerializer<"u";case "png":return typeof HTMLCanvasElement<"u"&&typeof HTMLCanvasElement.prototype.toBlob=="function";default:return false}}function Mf(e){return {csv:"CSV Spreadsheet",svg:"SVG Vector Image",png:"PNG Image"}[e]||"Unknown Format"}function Xl({datasets:e,metadata:t,svgRef:r}){return rr.useCallback(async o=>{try{await pi(o,e,t,r);}catch(n){throw console.error("Chart export failed:",n),n}},[e,t,r])}function Oo(e,t){return t.split(".").reduce((r,o)=>r?.[o],e)}function Ef(e,t){let r=Oo(e,t.field),o=t.value;switch(t.operator){case "eq":return r===o;case "neq":return r!==o;case "in":return Array.isArray(o)?o.includes(r):false;case "nin":return Array.isArray(o)?!o.includes(r):false;case "gt":return r instanceof Date&&typeof o=="string"?r>new Date(o):r>o;case "gte":return r instanceof Date&&typeof o=="string"?r>=new Date(o):r>=o;case "lt":return r instanceof Date&&typeof o=="string"?r<new Date(o):r<o;case "lte":return r instanceof Date&&typeof o=="string"?r<=new Date(o):r<=o;case "contains":return typeof r!="string"?false:r.toLowerCase().includes(String(o).toLowerCase());case "startsWith":return typeof r!="string"?false:r.toLowerCase().startsWith(String(o).toLowerCase());case "endsWith":return typeof r!="string"?false:r.toLowerCase().endsWith(String(o).toLowerCase());default:return false}}function ql(e,t){if(t.conditions.length===0)return true;let r=t.conditions.map(o=>"conditions"in o?ql(e,o):Ef(e,o));return t.logic==="AND"?r.every(Boolean):r.some(Boolean)}function If(e,t){return !t||t.conditions.length===0?e:e.filter(r=>ql(r,t))}function Bf(e,t,r){if(e==null&&t==null)return 0;if(e==null)return r==="asc"?1:-1;if(t==null)return r==="asc"?-1:1;if(e instanceof Date&&t instanceof Date){let o=e.getTime()-t.getTime();return r==="asc"?o:-o}if(typeof e=="string"&&typeof t=="string"){let o=e.toLowerCase().localeCompare(t.toLowerCase());return r==="asc"?o:-o}return e<t?r==="asc"?-1:1:e>t?r==="asc"?1:-1:0}function Vf(e,t){return t?[...e].sort((r,o)=>{let n=Oo(r,t.field),a=Oo(o,t.field);return Bf(n,a,t.direction)}):e}function zf(e,t){if(!t||!t.query.trim())return e;let{query:r,fields:o,fuzzy:n=true,threshold:a=.3}=t;if(n)return new Lf__default.default(e,{keys:o,threshold:a,ignoreLocation:true,includeScore:true}).search(r).map(c=>c.item);let i=r.toLowerCase();return e.filter(l=>o.some(s=>{let c=Oo(l,s);return c==null?false:String(c).toLowerCase().includes(i)}))}function Of(e,t){let r={};for(let o of t){if(r[o.field]={},o.values)for(let n of o.values)r[o.field][String(n.value)]=0;for(let n of e){let a=Oo(n,o.field);if(a!=null)if(Array.isArray(a))for(let i of a){let l=String(i);r[o.field][l]=(r[o.field][l]||0)+1;}else {let i=String(a);r[o.field][i]=(r[o.field][i]||0)+1;}}}return r}function jl({data:e,filters:t,sort:r,search:o,facetConfigs:n=[]}){let a=zf(e,o||null);a=If(a,t||null);let i=Of(a,n);return a=Vf(a,r||null),{data:a,facetCounts:i,resultCount:a.length}}function Dn({data:e,filters:t,sort:r,search:o,facetConfigs:n=[]}){return rr.useMemo(()=>jl({data:e,filters:t,sort:r,search:o,facetConfigs:n}),[e,t,r,o,n])}function co(e,t=300){let[r,o]=rr.useState(e);return rr.useEffect(()=>{let n=setTimeout(()=>o(e),t);return ()=>clearTimeout(n)},[e,t]),r}function Rn({filters:e,sort:t,search:r,onStateChange:o,searchDebounce:n=300}){let a=co(r,n),i=rr.useRef(true);rr.useEffect(()=>{if(i.current){i.current=false;return}o({filters:e,sort:t,search:a});},[e,t,a,o]);}function Ql(e){return e.mode==="client"?Dn({data:e.data,filters:e.filters,sort:e.sort,search:e.search,facetConfigs:e.facetConfigs}):(Rn({filters:e.filters,sort:e.sort,search:e.search,onStateChange:e.onStateChange,searchDebounce:e.searchDebounce}),{data:e.data,facetCounts:e.facetCounts||{},resultCount:e.resultCount??e.data.length})}function _l(){let[e,t]=rr.useState({width:0,height:0}),r=rr.useRef(null),o=rr.useRef(void 0),n=rr.useCallback(a=>{if(r.current&&(r.current.disconnect(),r.current=null),o.current&&(cancelAnimationFrame(o.current),o.current=void 0),!a){t({width:0,height:0});return}let i=a.getBoundingClientRect();t({width:i.width,height:i.height}),r.current=new ResizeObserver(l=>{o.current&&cancelAnimationFrame(o.current),o.current=requestAnimationFrame(s=>{for(let c of l){let{width:p,height:d}=c.contentRect;t(m=>m.width!==p||m.height!==d?{width:p,height:d}:m);}});}),r.current.observe(a);},[]);return rr.useEffect(()=>()=>{o.current&&cancelAnimationFrame(o.current),r.current&&r.current.disconnect();},[]),{ref:n,width:e.width,height:e.height}}function ar({items:e,onLoadMore:t,hasMore:r,isLoading:o=false,loadingState:n,enableVirtualization:a,estimatedItemSize:i=50,overscan:l=5,scrollElement:s,loadMoreThreshold:c=100}){let p=rr.useRef(null),d=rr.useRef(null),m=rr.useRef(false),[u,g]=rr.useState(0);rr.useEffect(()=>{d.current&&(s||p.current)&&g(N=>N+1);},[s,e.length]);let f=n||(o?e.length===0?"loading":"loading-more":"idle"),b=f==="loading",h=f==="loading-more",y=a!==void 0?a:e.length>=100,v=reactVirtual.useVirtualizer({count:e.length,getScrollElement:()=>s||p.current,estimateSize:()=>i,overscan:l}),x=y?v:null,C=y?v.getVirtualItems():[];rr.useEffect(()=>{let N=d.current,T=s||p.current;if(!N||!T||!r||o||!t)return;let M=new IntersectionObserver(B=>{let[z]=B;z?.isIntersecting&&!m.current&&r&&t&&(m.current=true,Promise.resolve(t()).finally(()=>{m.current=false;}));},{root:T,rootMargin:`0px 0px ${c}px 0px`,threshold:0});return M.observe(N),()=>{M.disconnect();}},[r,o,t,s,c,u]);let w=rr.useCallback((N,T)=>{x?x.scrollToIndex(N,T):p.current&&p.current.children[N]?.scrollIntoView({behavior:"smooth",block:T?.align||"start"});},[x]),S=rr.useCallback(()=>{x?x.scrollToIndex(0,{align:"start"}):p.current&&p.current.scrollTo({top:0,behavior:"smooth"});},[x]);return {virtualizer:x,virtualItems:C,computedLoadingState:f,isInitialLoad:b,isLoadingMore:h,scrollRef:p,loadMoreRef:d,scrollToIndex:w,scrollToTop:S}}function An(e,t){let[r,o]=rr.useState(()=>{if(typeof window>"u")return t;try{let i=window.localStorage.getItem(e);return i?JSON.parse(i):t}catch(i){return console.error(`Error reading localStorage key "${e}":`,i),t}});rr.useEffect(()=>{if(!(typeof window>"u"))try{window.localStorage.setItem(e,JSON.stringify(r));}catch(i){console.error(`Error writing to localStorage key "${e}":`,i);}},[e,r]);let n=rr.useCallback(i=>{try{o(l=>i instanceof Function?i(l):i);}catch(l){console.error(`Error setting value for localStorage key "${e}":`,l);}},[e]),a=rr.useCallback(()=>{try{typeof window<"u"&&window.localStorage.removeItem(e),o(t);}catch(i){console.error(`Error removing localStorage key "${e}":`,i);}},[e,t]);return [r,n,a]}var fi=class{constructor(){zo(this,"formatters",new Map);}register(t,r){this.formatters.set(t,r);}format(t,r,...o){let n=this.formatters.get(t);return n?n(r,...o):(console.warn(`No formatter registered for key: ${t}`),null)}has(t){return this.formatters.has(t)}keys(){return Array.from(this.formatters.keys())}unregister(t){this.formatters.delete(t);}clear(){this.formatters.clear();}},K=new fi;var ir=(e,t="Yes",r="No")=>e==null?null:e?t:r,$f=e=>ir(e,"Enabled","Disabled"),_f=e=>ir(e,"On","Off"),eg=e=>ir(e,"Active","Inactive"),tg=e=>ir(e,"True","False"),rg=e=>ir(e,"\u2713","\u2717"),sr=e=>{if(e==null)return null;if(typeof e=="boolean")return e;if(typeof e=="string"){let t=e.toLowerCase().trim();return t==="true"||t==="yes"||t==="1"||t==="on"||t==="enabled"?true:t==="false"||t==="no"||t==="0"||t==="off"||t==="disabled"?false:null}return typeof e=="number"?e!==0:null},oc=(e,t)=>{if(t.hideWhenNull&&e==null)return null;if(e==null)return t.nullText??null;let r=sr(e);return r===null?t.nullText??null:ir(r,t.trueText??"Yes",t.falseText??"No")};K.register("boolean",(e,t,r)=>{let o=sr(e);return o!==null?ir(o,typeof t=="string"?t:"Yes",typeof r=="string"?r:"No"):null});K.register("yesNo",e=>{let t=sr(e);return t!==null?ir(t,"Yes","No"):null});K.register("enabledDisabled",e=>{let t=sr(e);return t!==null?$f(t):null});K.register("onOff",e=>{let t=sr(e);return t!==null?_f(t):null});K.register("activeInactive",e=>{let t=sr(e);return t!==null?eg(t):null});K.register("trueFalse",e=>{let t=sr(e);return t!==null?tg(t):null});K.register("checkmark",e=>{let t=sr(e);return t!==null?rg(t):null});var $=e=>e==null,nc=(e,t=0)=>$(e)?null:`${e.toFixed(t)}%`,ac=(e,t=0)=>nc(e,t)??"\u2014",og=e=>$(e)?null:Math.round(e).toString(),ng=(e,t=1)=>$(e)?null:e.toFixed(t),ag=(e,t,r=true)=>{if($(e))return null;let o={useGrouping:r};return t!==void 0&&(o.minimumFractionDigits=t,o.maximumFractionDigits=t),new Intl.NumberFormat("en-US",o).format(e)},ig=(e,t="short")=>$(e)?null:new Intl.NumberFormat("en-US",{notation:"compact",compactDisplay:t}).format(e),sg=(e,t=2)=>$(e)?null:e.toExponential(t),ic=(e,t="USD",r)=>{if($(e))return null;let o={style:"currency",currency:t,currencyDisplay:r?.currencyDisplay??"symbol",useGrouping:r?.thousandsSeparator??true};return r?.minimumFractionDigits!==void 0&&(o.minimumFractionDigits=r.minimumFractionDigits),r?.maximumFractionDigits!==void 0&&(o.maximumFractionDigits=r.maximumFractionDigits),new Intl.NumberFormat("en-US",o).format(e)},sc=(e,t)=>{if(t.hideWhenNull&&e==null||t.hideWhenZero&&e===0)return null;if(e==null)return t.nullText??null;let r=typeof e=="string"?parseFloat(e):Number(e);if(isNaN(r))return t.nullText??null;let o={useGrouping:t.thousandsSeparator??false};return t.decimals!==void 0&&(o.minimumFractionDigits=t.decimals,o.maximumFractionDigits=t.decimals),t.notation&&(o.notation=t.notation,t.notation==="compact"&&t.compactDisplay&&(o.compactDisplay=t.compactDisplay)),t.sign&&(o.signDisplay=t.sign),new Intl.NumberFormat("en-US",o).format(r)},lc=(e,t)=>{if(t.hideWhenNull&&e==null||t.hideWhenZero&&e===0)return null;if(e==null)return t.nullText??null;let r=typeof e=="string"?parseFloat(e):Number(e);return isNaN(r)?t.nullText??null:ic(r,t.currency,t)};K.register("percentage",(e,t)=>typeof e=="number"?nc(e,typeof t=="number"?t:0):null);K.register("integer",e=>typeof e=="number"?og(e):null);K.register("float",(e,t)=>typeof e=="number"?ng(e,typeof t=="number"?t:1):null);K.register("number",(e,t,r)=>{let o=typeof e=="string"?parseFloat(e):Number(e);return isNaN(o)?null:ag(o,typeof t=="number"?t:void 0,typeof r=="boolean"?r:true)});K.register("compact",(e,t)=>typeof e=="number"?ig(e,t==="long"?"long":"short"):null);K.register("scientific",(e,t)=>typeof e=="number"?sg(e,typeof t=="number"?t:2):null);K.register("currency",(e,t,r)=>typeof e=="number"?ic(e,typeof t=="string"?t:"USD",typeof r=="object"&&r!==null?r:{}):null);function qS(e,t=1){return $(e)?null:Math.abs(e)>=1e3?`${(e/1e3).toFixed(t)} MWh`:`${e.toFixed(t)} kWh`}function jS(e,t=1){return $(e)?null:Math.abs(e)>=1e3?`${(e/1e3).toFixed(t)} MW`:`${e.toFixed(t)} kW`}function Dt({value:e,formatter:t,emptyClassName:r="text-text-muted",emptyText:o="\u2014"}){if(e==null)return jsxRuntime.jsx("span",{className:r,children:o});if(typeof t=="function")return t(e);if(t&&typeof t=="object"){let n=Tr(e,t);return e instanceof Date&&n?jsxRuntime.jsx("time",{dateTime:e.toISOString(),title:e.toISOString(),children:n}):n||jsxRuntime.jsx("span",{className:r,children:o})}if(!t){if(typeof e=="string")return e;if(e instanceof Date){let n=Tr(e,{type:"date"});return jsxRuntime.jsx("time",{dateTime:e.toISOString(),title:e.toISOString(),children:n})}if(typeof e=="number")return Tr(e,{type:"number"});if(typeof e=="boolean")return Tr(e,{type:"boolean"})}return String(e)}function e5(e,t,r){return rr__namespace.default.useCallback(o=>Dt({value:o,formatter:e,emptyClassName:t,emptyText:r}),[e,t,r])}var gi=(e,t=0)=>{if($(e))return null;let r=e*1e3;return t===0?`${Math.round(r)} mA`:`${r.toFixed(t)} mA`},Fn=(e,t=1)=>$(e)?null:`${e.toFixed(t)} A`,bi=(e,t=2)=>$(e)?null:`${(e/1e3).toFixed(t)} kA`,cg=(e,t)=>{if($(e))return null;let r=Math.abs(e);return r>=1e3?bi(e,t??2):r<1?gi(e,t??0):Fn(e,t??1)},xi=(e,t)=>{if(t.hideWhenNull&&e==null||t.hideWhenZero&&e===0)return null;if(e==null)return t.nullText??null;let r=typeof e=="string"?parseFloat(e):Number(e);if(isNaN(r))return t.nullText??null;let o=t.decimals;if(t.unit)switch(t.unit){case "kA":return bi(r,o??2);case "mA":return gi(r,o??0);case "A":return Fn(r,o??1)}return t.autoScale!==false?cg(r,o):Fn(r,o??1)};K.register("current",xi);var a5=gi,i5=Fn,s5=bi;var Pr=e=>{if(e==null)return null;if(e instanceof Date)return luxon.DateTime.fromJSDate(e);if(typeof e=="string"){let t=luxon.DateTime.fromISO(e);return t.isValid?t:null}if(typeof e=="number"){let t=luxon.DateTime.fromMillis(e);return t.isValid?t:null}return null},dg=(e,t=false,r)=>{if(!e)return null;let o=Pr(e);if(!o)return "Invalid Date";let n=r?o.setZone(r):o;return t?n.toLocaleString(luxon.DateTime.DATETIME_SHORT):n.toLocaleString(luxon.DateTime.DATE_SHORT)},Ln=e=>{if(!e)return null;let t=Pr(e);return t?t.toRelative():"Invalid Date"},ug=(e,t)=>{if(!e)return null;let r=Pr(e);return r?(t?r.setZone(t):r).toLocaleString(luxon.DateTime.DATETIME_MED_WITH_WEEKDAY):"Invalid Date"},pg=e=>{if(!e)return null;let t=Pr(e);return t?t.toISO():null},mg=(e,t,r)=>{if(!e)return null;let o=Pr(e);return o?(r?o.setZone(r):o).toFormat(t):"Invalid Date"},u5=e=>{let t=Pr(e);return t?{year:t.year,month:t.month,day:t.day,weekday:t.weekday,hour:t.hour,minute:t.minute,second:t.second,millisecond:t.millisecond,weekdayShort:t.weekdayShort,weekdayLong:t.weekdayLong,monthShort:t.monthShort,monthLong:t.monthLong}:null},cc=(e,t)=>{if(t.hideWhenNull&&e==null)return null;if(e==null)return t.nullText??null;let r=Pr(e);if(!r)return t.nullText??"Invalid Date";let o=t.timezone?r.setZone(t.timezone):r;if(t.relative)return o.toRelative();if(t.format)return o.toFormat(t.format);if(t.dateStyle||t.timeStyle){let n={};if(t.dateStyle)switch(t.dateStyle){case "short":n.date=luxon.DateTime.DATE_SHORT;break;case "medium":n.date=luxon.DateTime.DATE_MED;break;case "long":n.date=luxon.DateTime.DATE_FULL;break;case "full":n.date=luxon.DateTime.DATE_HUGE;break}if(t.timeStyle)switch(t.timeStyle){case "short":n.time=luxon.DateTime.TIME_SIMPLE;break;case "medium":n.time=luxon.DateTime.TIME_WITH_SECONDS;break;case "long":case "full":n.time=luxon.DateTime.TIME_WITH_SHORT_OFFSET;break}if(n.date&&n.time)return o.toLocaleString({...n.date,...n.time});if(n.date)return o.toLocaleString(n.date);if(n.time)return o.toLocaleString(n.time)}return o.toLocaleString(luxon.DateTime.DATETIME_SHORT)};K.register("date",(e,t,r)=>dg(e,typeof t=="boolean"?t:false,typeof r=="string"?r:void 0));K.register("relativeTime",e=>Ln(e));K.register("fullDateTime",(e,t)=>ug(e,typeof t=="string"?t:void 0));K.register("isoString",e=>pg(e));K.register("customDateFormat",(e,t,r)=>typeof t=="string"?mg(e,t,typeof r=="string"?r:void 0):null);var hi=(e,t=1)=>$(e)?null:`${e.toFixed(t)} m`,fg=(e,t=1)=>$(e)?null:`${(e*100).toFixed(t)} cm`,gg=(e,t=0)=>$(e)?null:`${(e*1e3).toFixed(t)} mm`,yi=(e,t=1)=>$(e)?null:`${(e/1e3).toFixed(t)} km`,vi=(e,t=0)=>$(e)?null:`${e.toFixed(t)} ft`,bg=(e,t=1)=>$(e)?null:`${e.toFixed(t)} in`,Ci=(e,t=1)=>$(e)?null:`${e.toFixed(t)} mi`,Si=(e,t=0)=>$(e)?null:`${e.toFixed(t)} yd`,g5=(e,t=1)=>$(e)?null:`${e.toFixed(t)} nm`,b5=e=>e*3.28084,x5=e=>e/3.28084,h5=e=>e*1.60934,y5=e=>e/1.60934,v5=e=>e/5280,dc=e=>e*5280,C5=e=>e/1609.34,S5=e=>e*1609.34,w5=e=>e*.9144,N5=e=>e/.9144,T5=e=>e*2.54,P5=e=>e/2.54,uc=(e,t=false,r=1)=>{if($(e))return null;let o=Math.abs(e);return t?o>=1e3?yi(e,r):o<.01?gg(e,0):o<1?fg(e,r):hi(e,r):o<.01?vi(dc(e),0):o<.1?Si(dc(e)/3,0):Ci(e,r)},pc=(e,t)=>{if(t.hideWhenNull&&e==null||t.hideWhenZero&&e===0)return null;if(e==null)return t.nullText??null;let r=typeof e=="string"?parseFloat(e):Number(e);if(isNaN(r))return t.nullText??null;let o=t.decimals??1;if(t.autoScale){let n=t.unit==="m"||t.unit==="km";return uc(r,n,o)}switch(t.unit){case "km":return yi(r,o);case "ft":return vi(r,o);case "mi":return Ci(r,o);case "yd":return Si(r,o);case "m":default:return hi(r,o)}};K.register("miles",(e,t)=>typeof e=="number"?Ci(e,typeof t=="number"?t:1):null);K.register("kilometers",(e,t)=>typeof e=="number"?yi(e,typeof t=="number"?t:1):null);K.register("meters",(e,t)=>typeof e=="number"?hi(e,typeof t=="number"?t:1):null);K.register("feet",(e,t)=>typeof e=="number"?vi(e,typeof t=="number"?t:0):null);K.register("yards",(e,t)=>typeof e=="number"?Si(e,typeof t=="number"?t:0):null);K.register("inches",(e,t)=>typeof e=="number"?bg(e,typeof t=="number"?t:1):null);K.register("autoScaleDistance",(e,t,r)=>typeof e=="number"?uc(e,typeof t=="boolean"?t:false,typeof r=="number"?r:1):null);var wi=(e,t=1)=>$(e)?null:`${e.toFixed(t)} Wh`,Ni=(e,t=1)=>$(e)?null:`${(e/1e3).toFixed(t)} kWh`,mc=(e,t=1)=>$(e)?null:`${(e/1e6).toFixed(t)} MWh`,fc=(e,t=1)=>$(e)?null:`${(e/1e9).toFixed(t)} GWh`,gc=(e,t=1)=>{if($(e))return null;let r=Math.abs(e);return r>=1e9?fc(e,t):r>=1e6?mc(e,t):r>=1e3?Ni(e,t):wi(e,t)},Ti=(e,t)=>{if(t.hideWhenNull&&e==null||t.hideWhenZero&&e===0)return null;if(e==null)return t.nullText??null;let r=typeof e=="string"?parseFloat(e):Number(e);if(isNaN(r))return t.nullText??null;let o=t.decimals??1;if(t.unit)switch(t.unit){case "GWh":return fc(r,o);case "MWh":return mc(r,o);case "kWh":return Ni(r,o);case "Wh":return wi(r,o)}return t.autoScale!==false?gc(r,o):wi(r,o)};K.register("kWh",e=>typeof e=="number"?Ni(e):null);K.register("autoScaleEnergy",(e,t)=>typeof e=="number"?gc(e,typeof t=="number"?t:1):null);K.register("energy",Ti);var En=e=>{if(!e)return null;let t=e.replace(/\D/g,"");return t.length===10?t.replace(/(\d{3})(\d{3})(\d{4})/,"($1) $2-$3"):t.length===11&&t.startsWith("1")?t.replace(/1(\d{3})(\d{3})(\d{4})/,"+1 ($1) $2-$3"):e},Pi=e=>{if(!e)return null;let t=e.replace(/[^\d+]/g,"");return t.startsWith("+")?t.length===12&&t.startsWith("+1")?t.replace(/\+1(\d{3})(\d{3})(\d{4})/,"+1 ($1) $2-$3"):t.length===13&&t.startsWith("+44")?t.replace(/\+44(\d{2})(\d{4})(\d{4})/,"+44 $1 $2 $3"):t.replace(/(\+\d{1,3})(\d{3,4})(\d{3,4})(\d{3,4})?/,"$1 $2 $3 $4").trim():En(e)},bc=e=>e?e.startsWith("+")||e.length>11?Pi(e):En(e):null,xc=(e,t)=>{if(t.hideWhenNull&&e==null)return null;if(e==null)return t.nullText??null;let r=String(e);if(t.international)return Pi(r);switch(t.country){case "US":case "CA":return En(r);default:return bc(r)}};K.register("phoneNumber",e=>typeof e=="string"?bc(e):null);K.register("usPhone",e=>typeof e=="string"?En(e):null);K.register("internationalPhone",e=>typeof e=="string"?Pi(e):null);var In=(e,t=0)=>$(e)?null:t===0?`${Math.round(e)} W`:`${e.toFixed(t)} W`,ki=(e,t=1)=>$(e)?null:`${(e/1e3).toFixed(t)} kW`,Di=(e,t=1)=>$(e)?null:`${(e/1e6).toFixed(t)} MW`,Ri=(e,t=2)=>$(e)?null:`${(e/1e9).toFixed(t)} GW`,xg=(e,t)=>{if($(e))return null;let r=Math.abs(e);return r>=1e9?Ri(e,t??2):r>=1e6?Di(e,t??1):r>=1e3?ki(e,t??1):In(e,t??0)},Ai=(e,t)=>{if(t.hideWhenNull&&e==null||t.hideWhenZero&&e===0)return null;if(e==null)return t.nullText??null;let r=typeof e=="string"?parseFloat(e):Number(e);if(isNaN(r))return t.nullText??null;let o=t.decimals;if(t.unit)switch(t.unit){case "GW":return Ri(r,o??2);case "MW":return Di(r,o??1);case "kW":return ki(r,o??1);case "W":return In(r,o??0)}return t.autoScale!==false?xg(r,o):In(r,o??0)};K.register("power",Ai);var I5=In,B5=ki,V5=Di,z5=Ri;var Mi=(e,t=1)=>$(e)?null:`${(e*1e3).toFixed(t)} m\u03A9`,Bn=(e,t=1)=>$(e)?null:`${e.toFixed(t)} \u03A9`,hc=(e,t=1)=>$(e)?null:`${(e/1e3).toFixed(t)} k\u03A9`,yc=(e,t=2)=>$(e)?null:`${(e/1e6).toFixed(t)} M\u03A9`,hg=(e,t)=>{if($(e))return null;let r=Math.abs(e);return r>=1e6?yc(e,t??2):r>=1e3?hc(e,t??1):r<1?Mi(e,t??1):Bn(e,t??1)},Fi=(e,t)=>{if(t.hideWhenNull&&e==null||t.hideWhenZero&&e===0)return null;if(e==null)return t.nullText??null;let r=typeof e=="string"?parseFloat(e):Number(e);if(isNaN(r))return t.nullText??null;let o=t.decimals;if(t.unit)switch(t.unit){case "M\u03A9":return yc(r,o??2);case "k\u03A9":return hc(r,o??1);case "m\u03A9":return Mi(r,o??1);case "\u03A9":return Bn(r,o??1)}return t.autoScale!==false?hg(r,o):Bn(r,o??1)};K.register("resistance",Fi);K.register("ohms",e=>typeof e=="number"?Bn(e):null);K.register("milliohms",e=>typeof e=="number"?Mi(e):null);var vc=e=>{switch(e){case "FAHRENHEIT":return "F";case "CELSIUS":return "C";case "KELVIN":return "K";default:return "F"}},Cc=(e,t=0)=>$(e)?null:`${e.toFixed(t)}\xB0F`,Sc=(e,t=true,r=0)=>$(e)?null:`${(t?(e-32)*(5/9):e).toFixed(r)}\xB0C`,wc=(e,t=true,r=0)=>$(e)?null:`${(t?(e-32)*(5/9)+273.15:e+273.15).toFixed(r)}K`,yg=e=>e*9/5+32,vg=e=>(e-32)*(5/9),Y5=e=>e+273.15,Cg=e=>e-273.15,J5=e=>vg(e)+273.15,Z5=e=>yg(Cg(e)),Nc=(e,t="F",r=0)=>{if($(e))return null;switch(typeof t=="string"&&t.length>1?vc(t):t){case "C":return Sc(e,true,r);case "K":return wc(e,true,r);case "F":default:return Cc(e,r)}},Tc=(e,t)=>{if(t.hideWhenNull&&e==null)return null;if(e==null)return t.nullText??null;let r=typeof e=="string"?parseFloat(e):Number(e);if(isNaN(r))return t.nullText??null;let o=t.decimals??0,n=t.unit??"F";if(t.showUnit===false)switch(typeof n=="string"&&n.length>1?vc(n):n){case "C":return ((r-32)*.5555555555555556).toFixed(o);case "K":return ((r-32)*.5555555555555556+273.15).toFixed(o);case "F":default:return r.toFixed(o)}return Nc(r,n,o)};K.register("temperature",(e,t,r)=>typeof e=="number"?Nc(e,typeof t=="string"?t:"F",typeof r=="number"?r:0):null);K.register("fahrenheit",(e,t)=>typeof e=="number"?Cc(e,typeof t=="number"?t:0):null);K.register("celsius",(e,t,r)=>typeof e=="number"?Sc(e,typeof t=="boolean"?t:true,typeof r=="number"?r:0):null);K.register("kelvin",(e,t,r)=>typeof e=="number"?wc(e,typeof t=="boolean"?t:true,typeof r=="number"?r:0):null);var Sg=(e,t)=>!!(t.hideWhenNull&&e==null||t.hideWhenZero&&e===0),Pc=e=>e?.toUpperCase()??"",kc=e=>e?.toLowerCase()??"",Dc=e=>e?e.charAt(0).toUpperCase()+e.slice(1).toLowerCase():"",Rc=e=>{if(!e)return "";let t=new Set(["a","an","the","and","but","or","for","nor","on","at","of","to","with","in","as","by"]);return e.toLowerCase().split(/\s+/).map((r,o)=>t.has(r)&&o!==0?r:r.charAt(0).toUpperCase()+r.slice(1)).join(" ")},Ac=e=>e?e.split(/\s+/).map(t=>t.charAt(0).toUpperCase()+t.slice(1).toLowerCase()).join(" "):"",Mc=e=>e?e.charAt(0).toUpperCase()+e.slice(1):"",Fc=e=>e?e.replace(/([A-Z])/g," $1").replace(/^./,t=>t.toUpperCase()).trim():"",Lc=e=>e?e.toLowerCase().split("_").map(t=>Mc(t)).join(" "):"",wg=e=>e?e.includes("_")?Lc(e):e.toUpperCase()===e?Mc(e.toLowerCase()):Fc(e):"",Ec=(e,t=16)=>{if(!e)return "";if(t<5||e.length<=t)return e;let r=t-3,o=Math.ceil(r/2),n=Math.floor(r/2);return `${e.slice(0,o)}...${e.slice(-n)}`},Ic=(e,t=8)=>e?e.length<=t?e:`...${e.slice(-t)}`:"",Bc=(e,t=16,r="...")=>e?e.length<=t?e:e.slice(0,t)+r:"",Ng=e=>{if(!e)return "";let t=e.toString(),r=t.slice(-4),o=t.length-4;return o>0?"*".repeat(o)+r:t},Vc=(e,t)=>{if(Sg(e,t))return null;if(e==null)return t.nullText??null;let r=String(e);if(t.transform&&(Array.isArray(t.transform)?t.transform:[t.transform]).forEach(n=>{switch(n){case "uppercase":r=Pc(r);break;case "lowercase":r=kc(r);break;case "capitalize":r=Ac(r);break;case "titleCase":r=Rc(r);break;case "sentenceCase":r=Dc(r);break}}),t.truncate){let{length:o,position:n,ellipsis:a="..."}=t.truncate;switch(n){case "start":r=Ic(r,o);break;case "middle":r=Ec(r,o);break;case "end":r=Bc(r,o,a);break}}return r};K.register("uppercase",e=>Pc(String(e)));K.register("lowercase",e=>kc(String(e)));K.register("sentenceCase",e=>Dc(String(e)));K.register("titleCase",e=>Rc(String(e)));K.register("capitalize",e=>Ac(String(e)));K.register("camelCaseToWords",e=>Fc(String(e)));K.register("snakeCaseToWords",e=>Lc(String(e)));K.register("enumToSentenceCase",e=>wg(String(e)));K.register("truncateMiddle",(e,t)=>Ec(String(e),typeof t=="number"?t:16));K.register("truncateStart",(e,t)=>Ic(String(e),typeof t=="number"?t:8));K.register("truncateEnd",(e,t,r)=>Bc(String(e),typeof t=="number"?t:16,typeof r=="string"?r:"..."));K.register("secret",e=>Ng(String(e)));var Li=(e,t=0)=>{if($(e))return null;let r=e*1e3;return t===0?`${Math.round(r)} mV`:`${r.toFixed(t)} mV`},Vn=(e,t=0)=>$(e)?null:t===0?`${Math.round(e)} V`:`${e.toFixed(t)} V`,Ei=(e,t=1)=>$(e)?null:`${(e/1e3).toFixed(t)} kV`,Tg=(e,t)=>{if($(e))return null;let r=Math.abs(e);return r>=1e3?Ei(e,t??1):r<1?Li(e,t??0):Vn(e,t??0)},Ii=(e,t)=>{if(t.hideWhenNull&&e==null||t.hideWhenZero&&e===0)return null;if(e==null)return t.nullText??null;let r=typeof e=="string"?parseFloat(e):Number(e);if(isNaN(r))return t.nullText??null;let o=t.decimals;if(t.unit)switch(t.unit){case "kV":return Ei(r,o??1);case "mV":return Li(r,o??0);case "V":return Vn(r,o??0)}return t.autoScale!==false?Tg(r,o):Vn(r,o??0)};K.register("voltage",Ii);var _5=Li,ew=Vn,tw=Ei;var Pg=(e,t)=>{if(e==null)return t.nullText??null;if(t.hideWhenNull&&e===null)return null;let r=typeof e=="number"?e:Number(e);return Number.isNaN(r)?t.nullText??null:ac(r,t.decimals??0)},Tr=(e,t)=>{switch(t.type){case "text":return Vc(e,t);case "number":return sc(e,t);case "percentage":return Pg(e,t);case "currency":return lc(e,t);case "date":return cc(e,t);case "boolean":return oc(e,t);case "energy":return Ti(e,t);case "power":return Ai(e,t);case "voltage":return Ii(e,t);case "current":return xi(e,t);case "resistance":return Fi(e,t);case "temperature":return Tc(e,t);case "distance":return pc(e,t);case "phone":return xc(e,t);case "custom":{let r=t;return r.hideWhenNull&&e==null?null:e==null?r.nullText??null:r.formatter(e,r.options)}default:return e!=null?String(e):null}},gw=(e,t)=>({type:e,...t});var uo={xs:16,sm:20,md:24,lg:32,xl:40,"2xl":48},A=rr.memo(({name:e,size:t="md",color:r,weight:o="regular",className:n,ariaLabel:a,...i})=>{let l=kg__namespace[e];if(!l)return process.env.NODE_ENV==="development"&&console.error(`Icon "${e}" not found in @phosphor-icons/react`),null;let s=typeof t=="string"&&t in uo?uo[t]:t,c=tailwindMerge.twMerge("inline-block flex-shrink-0",!r&&"text-current",n);return jsxRuntime.jsx(l,{...i,size:s,color:r,weight:o,className:c,"aria-label":a||`${e} icon`,"data-testid":`icon-${e}`})});A.displayName="Icon";var Hc=rr.memo(({variant:e="subtle",shape:t="square",containerSize:r,containerClassName:o,size:n="md",className:a,name:i,color:l,weight:s,ariaLabel:c,ref:p,...d})=>{let m=typeof n=="string"&&n in uo?uo[n]:n,u=r?typeof r=="string"&&r in uo?uo[r]:r:m*1.75,g=tailwindMerge.twMerge("inline-flex items-center justify-center flex-shrink-0",t==="circle"?"rounded-full":"rounded-lg",e==="subtle"&&"bg-gray-100 dark:bg-gray-800",e==="solid"&&"bg-brand text-white",e==="outline"&&"border-2 border-current",o);return jsxRuntime.jsx("div",{className:g,style:{width:u,height:u},children:jsxRuntime.jsx(A,{...d,name:i,size:n,color:l,weight:s,className:a,ariaLabel:c})})});Hc.displayName="IconWithContainer";function rt({transparent:e=false,className:t,children:r,...o}){return jsxRuntime.jsx(reactAriaComponents.ModalOverlay,{...o,className:reactAriaComponents.composeRenderProps(t,(n,a)=>tailwindMerge.twMerge("fixed inset-0 z-50",e?"bg-transparent":["bg-gradient-to-br from-black/40 via-black/30 to-black/40","backdrop-blur-sm","supports-[backdrop-filter]:bg-black/25"].join(" "),a.isEntering&&["animate-in fade-in","duration-300 ease-out"].join(" "),a.isExiting&&["animate-out fade-out","duration-200 ease-in"].join(" "),n)),children:r})}function zg({isEntering:e,isExiting:t,className:r="",disableGroup:o=false}){let n=[!o&&"group","bg-background-surface","forced-colors:bg-[Canvas]","shadow-lg","rounded-[var(--control-border-radius)]","bg-clip-padding","border","border-border-default"].filter(Boolean).join(" "),a=e?["animate-in","fade-in","placement-bottom:slide-in-from-top-1","placement-top:slide-in-from-bottom-1","placement-left:slide-in-from-right-1","placement-right:slide-in-from-left-1","ease-out","duration-200"].join(" "):"",i=t?["animate-out","fade-out","placement-bottom:slide-out-to-top-1","placement-top:slide-out-to-bottom-1","placement-left:slide-out-to-right-1","placement-right:slide-out-to-left-1","ease-in","duration-150"].join(" "):"";return [n,a,i,r].filter(Boolean).join(" ")}function We({children:e,showArrow:t=false,withBackdrop:r=false,className:o,isDismissable:n=true,disableGroup:a=false,...i}){let s=reactAriaComponents.useSlottedContext(reactAriaComponents.PopoverContext)?.trigger==="SubmenuTrigger",c=t?12:8;c=s?c-6:c;let p=jsxRuntime.jsxs(reactAriaComponents.Popover,{offset:c,...i,className:reactAriaComponents.composeRenderProps(o,(d,m)=>zg({...m,className:d,disableGroup:a})),children:[t&&jsxRuntime.jsx(reactAriaComponents.OverlayArrow,{children:jsxRuntime.jsx("svg",{width:12,height:12,viewBox:"0 0 12 12",className:"block fill-background-surface stroke-border-default stroke-1 group-placement-left:-rotate-90 group-placement-right:rotate-90 group-placement-bottom:rotate-180 forced-colors:fill-[Canvas] forced-colors:stroke-[ButtonBorder]",children:jsxRuntime.jsx("path",{d:"M0 0 L6 6 L12 0"})})}),e]});return r?jsxRuntime.jsx(rt,{isDismissable:n,children:jsxRuntime.jsx(reactAriaComponents.Modal,{isDismissable:n,children:p})}):p}function zn({children:e,items:t,className:r,align:o="left",textAlign:n="left",size:a="md",onAction:i,header:l,footer:s}){return jsxRuntime.jsx("div",{className:r,children:jsxRuntime.jsxs(reactAriaComponents.MenuTrigger,{children:[e,jsxRuntime.jsx(We,{className:tailwindMerge.twMerge("w-fit min-w-[180px] overflow-auto rounded-[var(--control-border-radius)] border border-border-default","bg-background-surface p-1 shadow-lg","animate-in fade-in zoom-in-97","duration-200 ease-out","data-[exiting]:animate-out data-[exiting]:fade-out data-[exiting]:zoom-out-97","data-[exiting]:duration-150 data-[exiting]:ease-in",o==="right"?"origin-top-right":"origin-top-left"),placement:o==="right"?"bottom end":"bottom start",children:jsxRuntime.jsxs("div",{className:"flex min-w-[180px] flex-col gap-1",children:[l?jsxRuntime.jsx("div",{className:"px-3 pb-2 pt-3",children:l}):null,jsxRuntime.jsx(reactAriaComponents.Menu,{className:"outline-none",children:t.map(c=>jsxRuntime.jsx(Ug,{id:c.id,onAction:()=>c.onAction?.()||i?.(c),textAlign:n,size:a,iconName:c.iconName,isDisabled:c.disabled,variant:c.variant,"data-testid":c.testId,children:c.name},c.id))}),s?jsxRuntime.jsx("div",{className:"px-3 pb-3 pt-2",children:s}):null]})})]})})}function Ug({textAlign:e="left",iconName:t,size:r="md",isDisabled:o,children:n,variant:a="default",...i}){let l={sm:"px-3 py-1.5 text-sm",md:"px-4 py-2 text-base"},s={default:"text-text-body hover:bg-background-hover data-[focused]:bg-background-hover data-[focus-visible]:ring-2 data-[focus-visible]:ring-action-default data-[focus-visible]:ring-inset",destructive:"text-feedback-error-text hover:bg-feedback-error-background data-[focused]:bg-feedback-error-background data-[focus-visible]:ring-2 data-[focus-visible]:ring-feedback-error-border data-[focus-visible]:ring-inset"};return jsxRuntime.jsxs(reactAriaComponents.MenuItem,{...i,isDisabled:o,className:tailwindMerge.twMerge("group box-border flex w-full cursor-pointer items-center rounded-sm outline-none transition-colors",l[r],s[a],e==="right"?"justify-end":"justify-start",o&&"pointer-events-none opacity-50"),children:[t&&e==="left"&&jsxRuntime.jsx(A,{name:t,size:r==="sm"?16:20,className:"mr-2 flex-shrink-0"}),jsxRuntime.jsx("span",{className:"flex-1",children:n}),t&&e==="right"&&jsxRuntime.jsx(A,{name:t,size:r==="sm"?16:20,className:"ml-2 flex-shrink-0"})]})}var On=({className:e,size:t=24,color:r="text-action-brand"})=>jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("inline-block animate-spin rounded-full border-2 border-solid border-current border-r-transparent",r,e),style:{width:t,height:t},role:"status","aria-label":"loading",children:jsxRuntime.jsx("span",{className:"sr-only",children:"Loading..."})});function st({state:e,message:t,className:r,customIndicator:o}){if(e!=="loading-more")return null;let n=jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("flex items-center justify-center gap-2 py-4","text-text-muted",r),"aria-label":t||"Loading",children:[jsxRuntime.jsx(On,{size:20,color:"text-text-muted"}),t&&jsxRuntime.jsx("span",{className:"text-sm","aria-hidden":"true",children:t})]});return o||n}var O=({width:e,height:t,variant:r="rect",animation:o="pulse",gradient:n=false,flex:a=false,stack:i,responsive:l,delay:s=0,adjustAnimationSpeedBasedOnWidth:c=false,ariaLabel:p,className:d,"data-testid":m})=>{let[u,g]=rr.useState(s===0);if(rr.useEffect(()=>{if(s>0){let C=setTimeout(()=>g(true),s);return ()=>clearTimeout(C)}},[s]),!u)return null;let f=n?"bg-gradient-to-r from-[var(--color-skeleton-base)] via-[var(--color-skeleton-highlight)] to-[var(--color-skeleton-base)]":"bg-[var(--color-skeleton-base)]",b=c&&e?(()=>{let C=typeof e=="number"?e:parseFloat(String(e));return isNaN(C)?"":`animation-duration-[${Math.max(.8,C/100)}s]`})():"",h=o==="pulse"?`animate-pulse ${b}`:o==="wave"?`relative overflow-hidden before:absolute before:inset-0 before:bg-gradient-to-r before:from-transparent before:via-[var(--color-skeleton-wave)] before:to-transparent before:animate-wave ${b}`:"",y="rounded-sm";r==="circle"&&(y="rounded-full"),r==="text"&&(y="h-4 w-full rounded-sm");let v=a?"flex-1 min-w-0":"",x=l?Object.entries(l).map(([C,w])=>`${C}:w-[${w}]`).join(" "):"";return i?jsxRuntime.jsx("div",{className:"space-y-2","data-testid":m,children:i.map((C,w)=>jsxRuntime.jsx("div",{className:tailwindMerge.twMerge(f,h,y,v,x,d),style:{width:C,height:t}},w))}):jsxRuntime.jsx("div",{className:tailwindMerge.twMerge(f,h,y,v,x,d),style:{width:e,height:t},role:"presentation","aria-hidden":!p,"aria-label":p??void 0,"data-testid":m})},Yc=({count:e=1,children:t,className:r,"data-testid":o})=>jsxRuntime.jsx("div",{className:r,"data-testid":o,children:Array.from({length:e}).map((n,a)=>jsxRuntime.jsx("div",{children:t},a))});var Wo=new Map,Ve=(e,t="#000000")=>{if(typeof window>"u")return t;let r=e.startsWith("var(")?e.slice(4,-1):e.startsWith("--")?e:`--${e}`;if(!e.startsWith("--")&&!e.startsWith("var(")&&!r.startsWith("--color-")&&(r=`--color-${r.slice(2)}`),Wo.has(r))return Wo.get(r);try{let o=document.body||document.documentElement,a=getComputedStyle(o).getPropertyValue(r).trim();if(a)return Wo.set(r,a),a;let i=document.createElement("div");i.style.color=`var(${r})`,document.body.appendChild(i);let l=getComputedStyle(i).color;return document.body.removeChild(i),l&&l!=="rgb(0, 0, 0)"?(Wo.set(r,l),l):t}catch(o){return console.warn(`Failed to resolve color for ${e}:`,o),t}},po=()=>{Wo.clear();},Uo=()=>{let e=[];for(let t=1;t<=6;t++){let r=Ve(`--color-viz-categorical-${t}`);r&&e.push(r);}return e.length===0?Jc():e},Jc=()=>["#444ae1","#10b981","#f59e0b","#ef4444","#8b5cf6","#06b6d4","#ec4899","#f97316","#14b8a6","#6366f1"],zi=()=>Ve("--color-viz-default","#444ae1"),qg=(e,t)=>{let r={},o=Uo();return e.forEach((n,a)=>{t&&t[n]?r[n]=t[n]:r[n]=o[a%o.length];}),r};var Zc=e=>{let t=e.match(/\d+/g);if(!t||t.length<3)return true;let[r,o,n]=t.map(Number);return (.299*r+.587*o+.114*n)/255>.5},jg=e=>Zc(e)?Ve("--text-body","#333333"):Ve("--neutral-white","#ffffff"),Xc=(e,t)=>{if(!e||typeof e!="object")return console.warn("[Colors] Invalid GeoJSON data provided to extractUniqueValues"),[];if(!("type"in e)||e.type!=="FeatureCollection"&&e.type!=="Feature")return console.warn("[Colors] Data is not valid GeoJSON (missing type or invalid type)"),[];let r=new Set,o="features"in e?e.features:[e];if(!Array.isArray(o)||o.length===0)return console.warn("[Colors] No features found in GeoJSON data"),[];let n=0;return o.forEach(a=>{if(!(!a||typeof a!="object")&&a.properties&&t in a.properties){n++;let i=a.properties[t];i!=null&&r.add(i);}}),n===0&&console.warn(`[Colors] Property "${t}" not found on any features. Available properties: ${o[0]?.properties?Object.keys(o[0].properties).join(", "):"none"}`),Array.from(r).sort()},qc=e=>{let t=Uo(),r={};return e.forEach((o,n)=>{r[o]=t[n%t.length];}),r};var Oi=(e,t)=>{if(!e||typeof e!="object")return console.warn("[Colors] Invalid GeoJSON data provided to extractNumericValues"),[];if(!("type"in e)||e.type!=="FeatureCollection"&&e.type!=="Feature")return console.warn("[Colors] Data is not valid GeoJSON (missing type or invalid type)"),[];let r="features"in e?e.features:[e];if(!Array.isArray(r)||r.length===0)return console.warn("[Colors] No features found in GeoJSON data"),[];let o=new Set,n=0;return r.forEach(a=>{if(!(!a||typeof a!="object")&&a.properties&&t in a.properties){n++;let i=a.properties[t];typeof i=="number"&&!isNaN(i)&&o.add(i);}}),n===0&&console.warn(`[Colors] Property "${t}" not found on any features. Available properties: ${r[0]?.properties?Object.keys(r[0].properties).join(", "):"none"}`),Array.from(o).sort((a,i)=>a-i)},Hi=e=>e.length===0?(console.warn("[Colors] Cannot calculate bounds from empty array"),{min:0,max:1}):{min:e[0],max:e[e.length-1]},jc=(e,t)=>{if(typeof t=="number")return t;if(e.length===0)return console.warn("[Colors] Cannot calculate center from empty array, defaulting to 0"),0;if(t==="median"){let r=Math.floor(e.length/2);return e.length%2===0?(e[r-1]+e[r])/2:e[r]}return e.reduce((r,o)=>r+o,0)/e.length},Qc=(e="viridis")=>{let t=`viz-sequential-${e}`,r=[];for(let o=1;o<=10;o++){let n=`${t}-${o}`,a=Ve(n);r.push(a);}return r},$c=(e="redYellowBlue")=>{let o=`viz-diverging-${{orangeYellowSeafoam:"orange-yellow-seafoam",redYellowBlue:"red-yellow-blue",redBlue:"red-blue"}[e]||e}`,n=[];for(let a=1;a<=10;a++){let i=`${o}-${a}`,l=Ve(i);n.push(l);}return n};var Wi=rr.createContext({colorMode:"light",isDarkTheme:false,toggleTheme:()=>{}}),lt=()=>rr.useContext(Wi);function Gi(){if(typeof window>"u")return "light";let e=localStorage.getItem("theme");return e==="dark"||e==="light"?e:document.body.classList.contains("theme-dark")||document.documentElement.classList.contains("theme-dark")||window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}var ed=({children:e})=>{let[t,r]=rr.useState(Gi),o=t==="dark";rr.useEffect(()=>{po();let a=()=>{let d=Gi();d!==t&&r(d);};a();let i=setTimeout(a,100),l=window.matchMedia("(prefers-color-scheme: dark)"),s=d=>{localStorage.getItem("theme")||(po(),r(d.matches?"dark":"light"));},c=()=>{let d=Gi();d!==t&&(po(),r(d));};l.addEventListener("change",s);let p=new MutationObserver(c);return p.observe(document.body,{attributes:true,attributeFilter:["class"]}),p.observe(document.documentElement,{attributes:true,attributeFilter:["class"]}),()=>{clearTimeout(i),l.removeEventListener("change",s),p.disconnect();}},[t]);let n=rr.useCallback(()=>{r(a=>{let i=a==="light"?"dark":"light";return localStorage.setItem("theme",i),i==="dark"?document.body.classList.add("theme-dark"):document.body.classList.remove("theme-dark"),po(),i});},[]);return jsxRuntime.jsx(Wi.Provider,{value:{colorMode:t,isDarkTheme:o,toggleTheme:n},children:e})};function td(e){let t=(e.end.getTime()-e.start.getTime())/36e5;if(t<=72)return a=>new Intl.DateTimeFormat("en",{month:"short",day:"numeric",hour:"numeric",minute:"2-digit"}).format(a);if(t<=720)return a=>new Intl.DateTimeFormat("en",{month:"short",day:"numeric"}).format(a);let r=e.start.getFullYear(),o=e.end.getFullYear(),n=r!==o;return a=>new Intl.DateTimeFormat("en",{month:"short",day:"numeric",...n&&{year:"numeric"}}).format(a)}function rd(e){let t=(e.end.getTime()-e.start.getTime())/36e5;if(t<=24)return a=>new Intl.DateTimeFormat("en",{hour:"numeric",minute:"2-digit"}).format(a);if(t<=48)return a=>new Intl.DateTimeFormat("en",{month:"short",day:"numeric",hour:"numeric"}).format(a);if(t<=720)return a=>new Intl.DateTimeFormat("en",{month:"short",day:"numeric"}).format(a);let r=e.start.getFullYear(),o=e.end.getFullYear(),n=r!==o;return a=>new Intl.DateTimeFormat("en",{month:"short",day:"numeric",...n&&{year:"numeric"}}).format(a)}function Ce(e=false){return `${e?"outline outline-1 outline-border-input focus:outline-2 focus:outline-action-default focus:outline-offset-0 invalid:outline-2 invalid:outline-feedback-error-border group-invalid:outline-2 group-invalid:outline-feedback-error-border forced-colors:focus:outline-[Highlight] forced-colors:focus:outline-2 forced-colors:focus:outline-offset-2":"outline-none focus-visible:outline focus-visible:outline-2 focus-visible:outline-action-default focus-visible:outline-offset-0 invalid:outline-2 invalid:outline-feedback-error-border group-invalid:outline-2 group-invalid:outline-feedback-error-border forced-colors:focus:outline-[Highlight] forced-colors:focus:outline-2 forced-colors:focus:outline-offset-2"}`}function ce(e,t){return reactAriaComponents.composeRenderProps(e,r=>tailwindMerge.twMerge(t,r))}var mo=rr.createContext({variant:"timeline",size:"md"});function ad(){return rr.useContext(mo)}function id(e){return rr.isValidElement(e)&&e.type===Gn}function cb(e){return rr.isValidElement(e)&&e.type===Hn}function Yi({variant:e="timeline",size:t="md",className:r,children:o,items:n,renderItem:a,isLoading:i=false,loadingState:l,error:s=null,renderLoadingSkeleton:c,loadingSkeletonCount:p=5,emptyMessage:d="No activity found.",onLoadMore:m,hasMore:u=false,enableVirtualization:g,estimatedItemSize:f,loadingIndicator:b,height:h,maxHeight:y,...v}){let x=rr.useRef(null),C=n!==void 0&&a!==void 0,{scrollRef:w,loadMoreRef:S,virtualizer:N,virtualItems:T,isLoadingMore:M,computedLoadingState:B}=ar({items:n||[],onLoadMore:C?m:void 0,hasMore:C?u:false,isLoading:i,loadingState:l,enableVirtualization:C?g:false,estimatedItemSize:f||(e==="stacked"?120:150),overscan:5}),z=C&&w?w:x,W=rr.useMemo(()=>({variant:e,size:t}),[e,t]),E=e==="timeline"?t==="sm"?"gap-4":"gap-6":"gap-0",Z=e==="stacked"?"divide-y divide-border-subtle rounded-lg border border-border-subtle bg-background-surface":"",j={};if(C&&m&&(h?(j.height=typeof h=="number"?`${h}px`:h,j.overflowY="auto"):y?(j.maxHeight=typeof y=="number"?`${y}px`:y,j.overflowY="auto"):(j.height="600px",j.overflowY="auto")),C){let R=B==="loading"||i&&(!n||n.length===0);if(R){let U=c?jsxRuntime.jsx(jsxRuntime.Fragment,{children:Array.from({length:p}).map((P,V)=>jsxRuntime.jsx("div",{children:c()},`skeleton-${V}`))}):jsxRuntime.jsx(jsxRuntime.Fragment,{children:Array.from({length:p}).map((P,V)=>jsxRuntime.jsxs("div",{className:e==="timeline"?"grid grid-cols-[3rem_1fr] gap-4":"px-4 py-4",children:[e==="timeline"&&jsxRuntime.jsx("div",{className:"flex flex-col items-center pt-3",children:jsxRuntime.jsx(O,{width:24,height:24,variant:"circle"})}),jsxRuntime.jsxs("div",{className:"flex flex-col gap-2",children:[jsxRuntime.jsx(O,{width:"60%",height:16}),jsxRuntime.jsx(O,{width:"80%",height:14})]})]},`skeleton-${V}`))});return jsxRuntime.jsx(mo.Provider,{value:W,children:jsxRuntime.jsx("div",{ref:z,"data-slot":"feed","data-variant":e,className:tailwindMerge.twMerge("flex flex-col",E,Z,r),style:j,...v,children:U})})}if(s)return jsxRuntime.jsx(mo.Provider,{value:W,children:jsxRuntime.jsx("div",{ref:z,"data-slot":"feed","data-variant":e,className:tailwindMerge.twMerge("flex flex-col",E,Z,r),style:j,...v,children:jsxRuntime.jsx("div",{className:"p-4 text-center text-action-destructive",children:s})})});if(!n||n.length===0)return jsxRuntime.jsx(mo.Provider,{value:W,children:jsxRuntime.jsx("div",{ref:z,"data-slot":"feed","data-variant":e,className:tailwindMerge.twMerge("flex flex-col",E,Z,r),style:j,...v,children:jsxRuntime.jsx("div",{className:"p-4 text-center text-text-muted",children:d})})});let I=N?T?.map(U=>({virtualItem:U,item:n[U.index],index:U.index}))||[]:n.map((U,P)=>({item:U,index:P,virtualItem:null}));return jsxRuntime.jsx(mo.Provider,{value:W,children:jsxRuntime.jsxs("div",{ref:z,"data-slot":"feed","data-variant":e,className:tailwindMerge.twMerge("flex flex-col",E,Z,r),style:{...j,position:N?"relative":void 0},...v,children:[N?jsxRuntime.jsxs("div",{style:{height:`${N.getTotalSize()}px`,position:"relative"},children:[I.map(({item:U,index:P,virtualItem:V})=>!U||!V?null:jsxRuntime.jsx("div",{style:{position:"absolute",top:0,left:0,width:"100%",transform:`translateY(${V.start}px)`},"data-index":V.index,ref:N.measureElement,children:a(U,P)},`item-${P}`)),M&&jsxRuntime.jsx("div",{style:{position:"absolute",top:`${N.getTotalSize()}px`,left:0,width:"100%"},children:b||jsxRuntime.jsx(st,{state:"loading-more"})})]}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[I.map(({item:U,index:P})=>jsxRuntime.jsx("div",{children:a(U,P)},`item-${P}`)),M&&(b||jsxRuntime.jsx(st,{state:"loading-more"}))]}),m&&u&&!R&&jsxRuntime.jsx("div",{ref:S,style:N?{position:"absolute",top:`${N.getTotalSize()}px`,left:0,width:"100%",height:1}:{height:1,width:"100%"}})]})})}let _=rr.Children.toArray(o),F=_.map((R,I)=>{if(id(R)){let U=R.props.showConnector??(e==="timeline"&&I<_.length-1),P=e==="timeline"&&I>0;return rr.cloneElement(R,{showConnector:U,showIncomingConnector:P})}if(cb(R)){let U=I===_.length-1;return rr.cloneElement(R,{__isLastGroup:U,__isFirstGroup:I===0})}return R});return jsxRuntime.jsx(mo.Provider,{value:W,children:jsxRuntime.jsx("div",{"data-slot":"feed","data-variant":e,className:tailwindMerge.twMerge("flex flex-col",E,Z,r),...v,children:F})})}Yi.displayName="ActivityFeed";function Hn(e){let{variant:t,size:r}=ad(),{title:o,description:n,actions:a,children:i,className:l,__isLastGroup:s=false,__isFirstGroup:c=false,...p}=e,d=rr.Children.toArray(i),m=d.map((f,b)=>{if(id(f)){let h=f.props.showConnector??(t==="timeline"&&!(s&&b===d.length-1));return rr.cloneElement(f,{showConnector:h,showIncomingConnector:t==="timeline"&&!(c&&b===0)})}return f}),u=t==="timeline"?"pl-[3rem]":r==="sm"?"px-3":"px-4",g=r==="sm"?"gap-3":"gap-4";return jsxRuntime.jsxs("section",{"data-slot":"group",className:tailwindMerge.twMerge("flex flex-col",l),...p,children:[(o||n||a)&&jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("mb-2 flex flex-wrap items-end justify-between gap-2",u),children:[jsxRuntime.jsxs("div",{className:"flex min-w-0 flex-col gap-1",children:[o&&jsxRuntime.jsx("span",{className:"text-xs font-semibold uppercase tracking-wide text-text-muted",children:o}),n&&jsxRuntime.jsx("span",{className:"text-sm text-text-muted",children:n})]}),a&&jsxRuntime.jsx("div",{className:"flex flex-shrink-0 items-center gap-2",children:a})]}),jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("flex flex-col",g),children:m})]})}Hn.displayName="ActivityFeedGroup";var db={neutral:"bg-background-muted text-text-muted",brand:"bg-background-muted text-action-brand",success:"bg-background-muted text-feedback-success-text",warning:"bg-background-muted text-feedback-warning-text",danger:"bg-background-muted text-feedback-error-text",info:"bg-background-muted text-feedback-info-text"},ub={neutral:"bg-background-subtle",brand:"bg-action-brand/5",success:"bg-feedback-success-background",warning:"bg-feedback-warning-background",danger:"bg-feedback-error-background",info:"bg-feedback-info-background"},pb={neutral:"border-border-muted",brand:"border-action-brand",success:"border-feedback-success-border",warning:"border-feedback-warning-border",danger:"border-feedback-error-border",info:"border-feedback-info-border"};function Gn(e){let{variant:t,size:r}=ad(),{title:o,description:n,timestamp:a,meta:i,media:l,actions:s,visual:c,icon:p,iconWeight:d,tone:m="neutral",surface:u,isHighlighted:g=false,showConnector:f=true,hideIndicator:b=false,interactive:h,className:y,children:v,onKeyDown:x,showIncomingConnector:C,...w}=e,S=c??(p?jsxRuntime.jsx(A,{name:p,weight:d,className:"h-3.5 w-3.5"}):null),N=u??(t==="stacked"?"minimal":"subtle"),T=r==="sm"?"gap-2":"gap-3",M=r==="sm"?"text-[13px]":"text-sm",B=r==="sm"?"text-sm":"text-[15px]",z="text-xs text-text-muted",W=h??typeof w.onClick=="function",E=P=>{if(!W){x?.(P);return}P.key===" "?P.preventDefault():P.key==="Enter"&&(P.preventDefault(),P.currentTarget.click()),x?.(P);},Z=P=>{W&&P.key===" "&&(P.preventDefault(),P.currentTarget.click());},j=W?tailwindMerge.twMerge("group cursor-pointer",Ce()):void 0,F=jsxRuntime.jsxs("div",{"data-slot":"connector",className:tailwindMerge.twMerge("relative flex h-full flex-col items-center",N==="minimal"?r==="sm"?"pt-2":"pt-3":r==="sm"?"pt-3":"pt-4"),children:[jsxRuntime.jsx("span",{"data-slot":"indicator",className:tailwindMerge.twMerge("relative z-10 flex h-8 w-8 flex-shrink-0 items-center justify-center rounded-full text-sm font-medium shadow-sm ring-2 ring-background-surface",db[m]),children:S}),t==="timeline"&&f&&jsxRuntime.jsx("span",{"data-slot":"separator",className:"absolute top-[2rem] left-1/2 w-0 border-l-2 border-dotted -translate-x-1/2 h-[calc(100%+2.5rem)] border-border-muted"})]}),R=g?tailwindMerge.twMerge(ub[m],N==="minimal"?"rounded-md border border-border-muted":pb[m]):"";if(t==="stacked")return jsxRuntime.jsxs("div",{"data-slot":"item","data-variant":"stacked",role:W?"button":void 0,tabIndex:W?0:void 0,className:tailwindMerge.twMerge("flex items-start gap-4",r==="sm"?"px-3 py-3":"px-4 py-4",{minimal:"",subtle:"bg-background-subtle",solid:"bg-background-muted"}[N],R,j,W?"transition-colors hover:bg-background-subtle/80":"",y),onKeyDown:E,onKeyUp:Z,...w,children:[!b&&F,jsxRuntime.jsxs("div",{"data-slot":"content",className:tailwindMerge.twMerge("min-w-0 flex-1",T,"flex flex-col"),children:[jsxRuntime.jsxs("div",{className:"flex flex-wrap items-start justify-between gap-2",children:[jsxRuntime.jsxs("div",{className:"min-w-0",children:[jsxRuntime.jsx("div",{"data-slot":"title",className:"text-sm font-semibold text-text-body",children:o}),n&&jsxRuntime.jsx("div",{"data-slot":"description",className:tailwindMerge.twMerge("mt-1 text-text-muted",B),children:n})]}),a&&jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("text-text-muted",M),children:a})]}),i&&jsxRuntime.jsx("div",{className:z,children:i}),l&&jsxRuntime.jsx("div",{className:"mt-2 flex flex-col gap-2 text-sm text-text-muted",children:l}),v,s&&jsxRuntime.jsx("div",{className:"mt-3 flex flex-wrap gap-2",children:s})]})]});let I=N==="minimal"?r==="sm"?"py-2":"py-3":r==="sm"?"p-3":"p-4",U={minimal:"",subtle:"rounded-md border border-border-subtle bg-background-surface",solid:"rounded-md bg-background-muted shadow-sm"};return jsxRuntime.jsxs("div",{"data-slot":"item","data-variant":"timeline",role:W?"button":void 0,tabIndex:W?0:void 0,className:tailwindMerge.twMerge("group relative grid items-start gap-4 grid-cols-[3rem_1fr]",j,y),onKeyDown:E,onKeyUp:Z,...w,children:[b?jsxRuntime.jsx("div",{}):F,jsxRuntime.jsxs("div",{"data-slot":"content",className:tailwindMerge.twMerge("min-w-0 flex flex-col",T,I,U[N],R,W?"transition-colors group-hover:bg-background-subtle/70":""),children:[jsxRuntime.jsxs("div",{className:"flex flex-wrap items-start justify-between gap-2",children:[jsxRuntime.jsxs("div",{className:"min-w-0",children:[jsxRuntime.jsx("div",{"data-slot":"title",className:"text-sm font-semibold text-text-body",children:o}),n&&jsxRuntime.jsx("div",{"data-slot":"description",className:tailwindMerge.twMerge("mt-1 text-text-muted",B),children:n})]}),a&&jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("text-text-muted",M),children:a})]}),i&&jsxRuntime.jsx("div",{className:z,children:i}),l&&jsxRuntime.jsx("div",{className:"flex flex-col gap-2 text-sm text-text-muted",children:l}),v,s&&jsxRuntime.jsx("div",{className:"flex flex-wrap gap-2 pt-2",children:s})]})]})}Gn.displayName="ActivityItem";var de={sm:{text:"text-[length:var(--control-text-sm)]",height:"h-[var(--control-sm-height)]",padding:"px-[var(--control-padding-sm)]",paddingY:"py-[var(--control-gap-sm)]",gap:"gap-[var(--control-gap-sm)]"},md:{text:"text-[length:var(--control-text-md)]",height:"h-[var(--control-md-height)]",padding:"px-[var(--control-padding-md)]",paddingY:"py-[var(--control-gap-md)]",gap:"gap-[var(--control-gap-md)]"},lg:{text:"text-[length:var(--control-text-lg)]",height:"h-[var(--control-lg-height)]",padding:"px-[var(--control-padding-lg)]",paddingY:"py-[var(--control-gap-lg)]",gap:"gap-[var(--control-gap-lg)]"},xl:{text:"text-[length:var(--control-text-xl)]",height:"h-[var(--control-xl-height)]",padding:"px-[var(--control-padding-xl)]",paddingY:"py-[var(--control-gap-xl)]",gap:"gap-[var(--control-gap-xl)]"}};var gb="flex font-medium justify-center items-center gap-2 text-center transition rounded-[var(--control-border-radius)] whitespace-nowrap box-border",bb={default:"bg-action-default text-[color:var(--color-action-default-text)] hover:bg-action-default-hover forced-colors:bg-[ButtonText] forced-colors:text-[ButtonFace] border-2 border-transparent",brand:"bg-action-brand text-[color:var(--color-action-brand-text)] hover:bg-action-brand-hover forced-colors:bg-[ButtonText] forced-colors:text-[ButtonFace] border-2 border-transparent",secondary:"bg-transparent text-text-body border-2 border-border-muted hover:bg-text-body/5 forced-colors:border-[ButtonBorder] forced-colors:bg-[ButtonFace] forced-colors:text-[ButtonText]",ghost:"border-none text-text-body hover:bg-text-body/5 forced-colors:text-[ButtonText] forced-colors:hover:bg-[ButtonFace]",destructive:"bg-transparent text-feedback-error-text border-2 border-border-muted hover:bg-feedback-error-background/50 forced-colors:border-[ButtonBorder] forced-colors:bg-[ButtonFace] forced-colors:text-[Mark]",link:"!text-action-brand hover:text-action-brand/90 hover:underline hover:decoration-2 hover:underline-offset-4",icon:"border-none text-text-body hover:bg-background-hover hover:text-text-heading forced-colors:text-[ButtonText] forced-colors:hover:bg-[ButtonFace] p-1 flex-shrink-0 rounded-[var(--control-border-radius)]",unstyled:"bg-transparent"},ld={full:"w-full",default:"w-fit"},xb="opacity-control-hover cursor-not-allowed pointer-events-none grayscale",hb="opacity-100 cursor-pointer",yb={"top-right":"-right-2 -top-2","top-left":"-left-2 -top-2","bottom-right":"-right-2 -bottom-2","bottom-left":"-left-2 -bottom-2"},vb={primary:"bg-action-brand text-white",destructive:"bg-action-destructive text-white"};function Cb(e){return e?e==="primary"?"brand":e:"default"}function Sb(e){let{variant:t="default",size:r="md",isDisabled:o,fullWidth:n=false,isLoading:a=false}=e,i=Cb(t),l=i==="unstyled"?"":`${gb} ${bb[i]}`;i!=="unstyled"&&(l+=` ${de[r].text} ${de[r].height} ${de[r].padding} ${de[r].gap}`),o||a?l+=` ${xb}`:l+=` ${hb}`,n?l+=` ${ld.full}`:l+=` ${ld.default}`;let s=i==="brand"?"focus-visible:outline-action-brand":void 0;return [l,Ce(),s].filter(Boolean).join(" ")}function X(e){let{icon:t,children:r,isLoading:o=false,loadingText:n,loadingIndicator:a,size:i="md",iconPosition:l="left",iconWeight:s,href:c,className:p,badgeNumber:d,badgeVariant:m="primary",badgePosition:u="top-right",style:g,target:f,rel:b,...h}=e,y=t?jsxRuntime.jsx(A,{name:t,className:`icon-[--control-icon-size-${i}]`,weight:s}):null,v=jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[l==="left"&&y,typeof r=="function"?null:r,l==="right"&&y]}),x=jsxRuntime.jsxs("div",{className:"relative inline-flex items-center justify-center",children:[jsxRuntime.jsx("div",{className:"absolute inset-0 flex items-center justify-center",children:a||jsxRuntime.jsx(A,{name:"CircleNotch",className:`animate-spin icon-[--control-icon-size-${i}]`,"aria-hidden":"true"})}),jsxRuntime.jsx("div",{className:"invisible","aria-hidden":"true",children:v}),n&&jsxRuntime.jsx("span",{className:"sr-only",role:"status","aria-live":"polite",children:n})]}),C=(d??0)>0,w=tailwindMerge.twMerge(Sb(e),p),S=c?{href:c,target:f,rel:b,...h}:{};if(c){let{onPress:T,onPressStart:M,onPressEnd:B,onPressChange:z,onPressUp:W,onAuxClick:E,onContextMenu:Z,onDoubleClick:j,..._}=h;Object.assign(S,_);}let N=c?jsxRuntime.jsx(reactAriaComponents.Link,{...S,...o&&{"aria-busy":true},style:C?void 0:g,className:w,children:o?x:typeof r=="function"?(function(T){return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[l==="left"&&y,r(T),l==="right"&&y]})}):v}):jsxRuntime.jsx(reactAriaComponents.Button,{...h,...o&&{"aria-busy":true},style:C?void 0:g,className:w,children:o?x:typeof r=="function"?(function(T){return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[l==="left"&&y,r(T),l==="right"&&y]})}):v});return C?jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("relative flex",p),style:g,children:[N,jsxRuntime.jsx("span",{className:`absolute ${yb[u]} flex h-5 w-5 items-center justify-center rounded-full ${vb[m]} text-xs font-medium`,"aria-label":`${d} items`,children:d})]}):N}function cr({primaryAction:e,secondaryAction:t,footerContent:r}){let o=e||t;return !o&&!r?null:jsxRuntime.jsxs("div",{className:"flex h-28 w-full flex-col items-center justify-center border-t p-4",children:[r&&jsxRuntime.jsx("div",{className:"flex h-10 justify-center",children:r}),o&&jsxRuntime.jsxs("div",{className:"flex h-full w-full items-center justify-between gap-4",children:[t&&jsxRuntime.jsx(X,{size:t.size||"lg",fullWidth:true,variant:t.variant||"secondary",onPress:t.onPress,isLoading:t.isLoading,isDisabled:t.isDisabled,children:t.label}),e&&jsxRuntime.jsx(X,{size:e.size||"lg",fullWidth:true,variant:e.variant||"brand",onPress:e.onPress,isLoading:e.isLoading,isDisabled:e.isDisabled,children:e.label})]})]})}var Nb={xs:"text-lg font-semibold",sm:"text-xl font-semibold",md:"text-2xl font-semibold",lg:"text-3xl font-semibold",xl:"text-4xl font-semibold"},Tb={page:"h-16 leading-[62px]"};function ct({tag:e="h1",size:t="lg",height:r,className:o="",children:n}){let a=Nb[t],i=r?Tb[r]:"";return jsxRuntime.jsx(e,{className:tailwindMerge.twMerge(a,i,o),children:n})}var Je=({title:e,onClose:t,hideCloseIcon:r=false,titleAlign:o="left",hasBackArrow:n=false,onBack:a,headerContent:i})=>jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("relative flex h-16 w-full items-center justify-between border-b px-4",e&&"border-b",o==="center"?"justify-center":""),children:[n&&jsxRuntime.jsx(X,{variant:"icon",onPress:a,className:"absolute left-4","aria-label":"Go back",children:jsxRuntime.jsx(A,{name:"CaretLeft","data-testid":"back-arrow"})}),i||jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[e&&jsxRuntime.jsx(ct,{size:"xs",children:e}),t&&!r&&jsxRuntime.jsx(X,{variant:"icon",onPress:t,"aria-label":"Close dialog",children:jsxRuntime.jsx(A,{name:"X","data-testid":"close-button"})})]})]});var Rb={outlined:"bg-background-surface border border-border-default",elevated:"bg-background-surface border-0 shadow-md",filled:"bg-background-muted border-0",ghost:"bg-transparent border-0 shadow-none"},Ab="rounded-lg",Xi={square:"aspect-square",video:"aspect-video",wide:"aspect-[2/1]",auto:""},Mb={start:"justify-start",end:"justify-end",center:"justify-center",between:"justify-between"};function At({variant:e="outlined",className:t,children:r,isLoading:o=false}){return jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("w-full overflow-hidden",Rb[e],Ab,t),"data-testid":"card",children:o?jsxRuntime.jsx(O,{width:"100%",height:"100%",className:"rounded-none"}):r})}function qi({title:e,subtitle:t,actions:r,className:o,isLoading:n=false}){return n?jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("p-6 pb-4",o),children:[jsxRuntime.jsxs("div",{className:"flex justify-between items-start mb-1",children:[jsxRuntime.jsx(O,{width:120,height:20}),jsxRuntime.jsx(O,{width:24,height:24})]}),t&&jsxRuntime.jsx(O,{width:200,height:16})]}):!e&&!t&&!r?null:jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("p-6 pb-4",o),children:jsxRuntime.jsxs("div",{className:"flex justify-between items-start gap-4",children:[jsxRuntime.jsxs("div",{className:"min-w-0 flex-1",children:[e&&jsxRuntime.jsx("div",{className:"mb-1",children:typeof e=="string"?jsxRuntime.jsx(ct,{tag:"h3",size:"sm",className:"text-text-heading",children:e}):e}),t&&jsxRuntime.jsx("div",{className:"text-sm text-text-muted",children:t})]}),r&&jsxRuntime.jsx("div",{className:"flex-shrink-0",children:r})]})})}function ji({src:e,alt:t,aspectRatio:r="auto",className:o,children:n,isLoading:a=false}){return a?jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("bg-background-muted",Xi[r],o),children:jsxRuntime.jsx(O,{width:"100%",height:"100%"})}):n?jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("overflow-hidden",Xi[r],o),children:n}):e?jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("overflow-hidden",Xi[r],o),children:jsxRuntime.jsx("img",{src:e,alt:t||"",className:"w-full h-full object-cover",loading:"lazy"})}):null}function Qi({className:e,children:t,isLoading:r=false}){let n=e?.match(/p(?:t|b|l|r|x|y)?-(?:\d+(?:\.\d+)?|px|\[.+?\])/)?"":"px-6 py-4";return r?jsxRuntime.jsx("div",{className:tailwindMerge.twMerge(n,e),children:jsxRuntime.jsxs("div",{className:"space-y-2",children:[jsxRuntime.jsx(O,{width:"100%",height:16}),jsxRuntime.jsx(O,{width:"80%",height:16}),jsxRuntime.jsx(O,{width:"60%",height:16})]})}):t?jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("px-6 py-4 text-text-body",e),children:t}):null}function $i({className:e,children:t,align:r="end",isLoading:o=false}){return o?jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("px-6 py-4 flex gap-2 justify-end",e),children:[jsxRuntime.jsx(O,{width:80,height:32}),jsxRuntime.jsx(O,{width:60,height:32})]}):t?jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("px-6 py-4 flex items-center gap-2",Mb[r],e),children:t}):null}At.Header=qi;At.Media=ji;At.Content=Qi;At.Footer=$i;var yt=class extends rr.Component{constructor(){super(...arguments);zo(this,"state",{hasError:false});zo(this,"handleRetry",()=>{this.setState({hasError:false,error:void 0}),typeof window<"u"&&window.location.reload();});}static getDerivedStateFromError(r){return {hasError:true,error:r}}componentDidCatch(r,o){console.error("Error Boundary caught an error:",r,o);}render(){return this.state.hasError?this.props.fallback?this.props.fallback:jsxRuntime.jsxs(At,{children:[this.props.title&&jsxRuntime.jsx(At.Header,{title:this.props.title}),jsxRuntime.jsx(At.Content,{children:jsxRuntime.jsxs("div",{className:"flex flex-col items-center justify-center gap-4","data-testid":"error-boundary",children:[jsxRuntime.jsx("p",{className:"text-red-500",children:this.state.error?.message||"Something went wrong"}),jsxRuntime.jsx("button",{className:"rounded bg-blue-500 px-4 py-2 text-white hover:bg-blue-600",onClick:this.handleRetry,children:"Retry"})]})})]}):this.props.children}};function kr({children:e,title:t,headerContent:r,titleAlign:o="left",hideCloseIcon:n=false,hasBackArrow:a=false,onBack:i,isOpen:l,onClose:s,isDismissable:c=true,transparentOverlay:p=false,primaryAction:d,secondaryAction:m,footerContent:u,maxHeight:g="80vh",height:f,maxWidth:b="640px",contentPadding:h=true,showHandle:y=true,animationVariant:v="scale",className:x}){let[C,w]=rr.useState(false);if(rr.useEffect(()=>{if(l){let T=setTimeout(()=>{w(true),setTimeout(()=>w(false),600);},400);return ()=>clearTimeout(T)}},[l]),!l)return null;let S=t||r,N=d||m||u;return jsxRuntime.jsx(yt,{children:jsxRuntime.jsx(rt,{isOpen:l,onOpenChange:T=>{T||s?.();},isDismissable:c,transparent:p,className:"flex items-end justify-center p-0 sm:p-4",children:jsxRuntime.jsx(reactAriaComponents.Modal,{className:"w-full max-w-full p-0 sm:p-2",isDismissable:c,children:jsxRuntime.jsxs(reactAriaComponents.Dialog,{className:tailwindMerge.twMerge("relative flex w-full flex-col overflow-hidden","bg-background-surface","shadow-2xl shadow-black/30 dark:shadow-black/60","border-t border-x border-border-default/40","origin-bottom",v==="scale"?"animate-[tray-enter-scale_400ms_cubic-bezier(0.32,0.72,0,1)]":"animate-[tray-enter_400ms_cubic-bezier(0.32,0.72,0,1)]",v==="scale"?"data-[exiting]:animate-[tray-exit-scale_250ms_cubic-bezier(0.32,0,0.67,0)]":"data-[exiting]:animate-[tray-exit_250ms_cubic-bezier(0.32,0,0.67,0)]",x),style:{maxWidth:b,...f?{height:f}:{maxHeight:g}},children:[y&&jsxRuntime.jsx("div",{className:"absolute top-2 left-1/2 -translate-x-1/2 z-10 flex justify-center",children:jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("h-1 w-12 rounded-full bg-border-muted transition-all duration-300","hover:bg-border-default hover:w-16",C&&"animate-[handle-wiggle_0.6s_ease-in-out]")})}),S&&(a?jsxRuntime.jsx(Je,{title:t,headerContent:r,titleAlign:o,hideCloseIcon:n||!s,hasBackArrow:true,onBack:i??(()=>{}),onClose:s||(()=>{})}):jsxRuntime.jsx(Je,{title:t,headerContent:r,titleAlign:o,hideCloseIcon:n||!s,onClose:s||(()=>{})})),jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("flex-1 min-h-0 overflow-y-auto overscroll-contain",h?"p-4":"p-0"),children:e}),N&&jsxRuntime.jsx(cr,{primaryAction:d,secondaryAction:m,footerContent:u})]})})})})}kr.displayName="Tray";function dr({isOpen:e,onClose:t,title:r,headerContent:o,titleAlign:n="left",hideCloseIcon:a=false,hasBackArrow:i=false,onBack:l,children:s,primaryAction:c,secondaryAction:p,footerContent:d,transparentOverlay:m=false,maxWidth:u="600px",minWidth:g="400px",maxHeight:f="85vh",height:b,mobileMaxHeight:h="90vh",mobileHeight:y,contentPadding:v=true,className:x}){if(e===false)return null;let C=r||o,w=c||p||d,S=e!==void 0;return kt("(max-width: 767px)")?S?jsxRuntime.jsx(kr,{isOpen:e,onClose:t,title:r,headerContent:o,titleAlign:n,hideCloseIcon:a,hasBackArrow:i,onBack:l,primaryAction:c,secondaryAction:p,footerContent:d,transparentOverlay:m,maxHeight:h,height:y,maxWidth:u,contentPadding:v,showHandle:true,animationVariant:"scale",className:x,children:s}):jsxRuntime.jsx(yt,{children:jsxRuntime.jsx(rt,{isDismissable:true,transparent:m,className:"flex items-end justify-center",children:jsxRuntime.jsx(reactAriaComponents.Modal,{className:"w-full max-w-fit p-0",children:jsxRuntime.jsxs(reactAriaComponents.Dialog,{className:tailwindMerge.twMerge("relative flex w-full flex-col","bg-background-surface dark:bg-gray-800","shadow-2xl shadow-black/20","border-t border-x border-border-default/40","max-h-[90vh]","rounded-none","overflow-hidden","animate-in slide-in-from-bottom","duration-300 ease-out","data-[exiting]:animate-out data-[exiting]:slide-out-to-bottom","data-[exiting]:duration-200 data-[exiting]:ease-in",x),style:{maxWidth:u,...y?{height:y}:{maxHeight:h}},children:[jsxRuntime.jsx("div",{className:"flex justify-center pt-2",children:jsxRuntime.jsx("div",{className:"h-1.5 w-12 rounded-full bg-border-muted"})}),C&&(i?jsxRuntime.jsx(Je,{title:r,headerContent:o,titleAlign:n,hideCloseIcon:a||!t,hasBackArrow:true,onBack:l,onClose:t||(()=>{})}):jsxRuntime.jsx(Je,{title:r,headerContent:o,titleAlign:n,hideCloseIcon:a||!t,onClose:t||(()=>{})})),jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("flex-1 min-h-0 overflow-y-auto overscroll-contain",v?"p-4":"p-0"),children:s}),w&&jsxRuntime.jsx(cr,{primaryAction:c,secondaryAction:p,footerContent:d})]})})})}):jsxRuntime.jsx(yt,{children:jsxRuntime.jsx(rt,{...S?{isOpen:e,onOpenChange:T=>{!T&&t&&t();}}:{},isDismissable:true,transparent:m,className:"flex items-center justify-center",children:jsxRuntime.jsx(reactAriaComponents.Modal,{className:"w-full p-4",style:{maxWidth:u},children:jsxRuntime.jsxs(reactAriaComponents.Dialog,{className:tailwindMerge.twMerge("relative flex w-full flex-col","bg-background-surface dark:bg-gray-800","shadow-2xl shadow-black/20","border border-border-default/50","rounded-md","overflow-hidden","animate-in fade-in zoom-in-96 slide-in-from-bottom-2","duration-300 ease-out","data-[exiting]:animate-out data-[exiting]:fade-out data-[exiting]:zoom-out-95","data-[exiting]:duration-200 data-[exiting]:ease-in",x),style:{minWidth:g,...b?{height:b}:{maxHeight:f}},children:[C&&(i?jsxRuntime.jsx(Je,{title:r,headerContent:o,titleAlign:n,hideCloseIcon:a||!t,hasBackArrow:true,onBack:l,onClose:t||(()=>{})}):jsxRuntime.jsx(Je,{title:r,headerContent:o,titleAlign:n,hideCloseIcon:a||!t,onClose:t||(()=>{})})),jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("flex-1 min-h-0 overflow-y-auto",v?"p-6":"p-0"),children:s}),w&&jsxRuntime.jsx(cr,{primaryAction:c,secondaryAction:p,footerContent:d})]})})})})}function bd({isOpen:e,onClose:t,title:r,message:o,confirmLabel:n="OK",confirmVariant:a="primary",maxWidth:i="400px",minWidth:l="320px"}){return jsxRuntime.jsx(dr,{isOpen:e,onClose:t,title:r,maxWidth:i,minWidth:l,primaryAction:{label:n,onPress:t,variant:a},children:jsxRuntime.jsx("div",{className:"text-text-body",children:o})})}var Kn=({className:e,showWordmark:t=true,width:r,fill:o})=>{let n,a;if(o?o.startsWith("fill-")?a=o:n=o:e?a=e:n="var(--color-text-body)",t){let s=r||270,c=s/270*80;return jsxRuntime.jsxs("svg",{width:s,height:c,viewBox:"0 0 270 80",xmlns:"http://www.w3.org/2000/svg",className:a,style:n?{fill:n}:void 0,children:[jsxRuntime.jsxs("g",{clipPath:"url(#clip0_796_283)",children:[jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.223654 20.2934C0.417233 19.8234 0.873598 19.517 1.37984 19.517H20.5909C21.282 19.517 21.8422 20.0798 21.8422 20.774V40.049C21.8422 40.5572 21.5375 41.0155 21.0702 41.2102C20.6028 41.405 20.0647 41.2977 19.7067 40.9385L0.495628 21.6635C0.137428 21.3041 0.030075 20.7633 0.223654 20.2934ZM4.40349 22.0311L19.3396 37.017V22.0311H4.40349Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M38.6458 20.2934C38.8394 19.8234 39.2958 19.517 39.802 19.517H59.013C59.7041 19.517 60.2642 20.0798 60.2642 20.774V40.049C60.2642 40.5572 59.9597 41.0155 59.4923 41.2102C59.025 41.405 58.4867 41.2977 58.1289 40.9385L38.9178 21.6635C38.5595 21.3041 38.4522 20.7633 38.6458 20.2934ZM42.8255 22.0311L57.7618 37.017V22.0311H42.8255Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.4347 58.8447C19.6283 58.3747 20.0847 58.0685 20.5909 58.0685H39.802C40.493 58.0685 41.0532 58.6312 41.0532 59.3255V78.6005C41.0532 79.1087 40.7486 79.567 40.2813 79.7617C39.8139 79.9562 39.2757 79.849 38.9178 79.49L19.7067 60.215C19.3485 59.8555 19.2411 59.3147 19.4347 58.8447ZM23.6146 60.5825L38.5508 75.5682V60.5825H23.6146Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M39.3227 58.1643C39.79 57.9695 40.3283 58.0768 40.6861 58.436L59.8972 77.711C60.2555 78.0703 60.3628 78.6113 60.1692 79.081C59.9756 79.551 59.5192 79.8575 59.013 79.8575H39.802C39.1109 79.8575 38.5508 79.2948 38.5508 78.6005V59.3255C38.5508 58.8173 38.8554 58.359 39.3227 58.1643ZM41.0532 62.3575V77.3433H55.9893L41.0532 62.3575Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M39.3227 19.6129C39.79 19.4182 40.3283 19.5254 40.6861 19.8846L59.8972 39.1595C60.2555 39.519 60.3628 40.0598 60.1692 40.5298C59.9756 40.9995 59.5192 41.306 59.013 41.306H39.802C39.1109 41.306 38.5508 40.7433 38.5508 40.049V20.7741C38.5508 20.2658 38.8554 19.8075 39.3227 19.6129ZM41.0532 23.8061V38.792H55.9893L41.0532 23.8061Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M39.3227 38.8885C39.79 38.694 40.3283 38.8012 40.6861 39.1602L59.8972 58.4352C60.2555 58.7945 60.3628 59.3355 60.1692 59.8055C59.9756 60.2752 59.5192 60.5817 59.013 60.5817H39.802C39.1109 60.5817 38.5508 60.019 38.5508 59.3247V40.0497C38.5508 39.5415 38.8554 39.0832 39.3227 38.8885ZM41.0532 43.0817V58.0675H55.9893L41.0532 43.0817Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M38.6458 39.569C38.8394 39.0992 39.2958 38.7927 39.802 38.7927H59.013C59.7041 38.7927 60.2642 39.3555 60.2642 40.0497V59.3247C60.2642 59.833 59.9597 60.2912 59.4923 60.486C59.025 60.6805 58.4867 60.5732 58.1289 60.2142L38.9178 40.9392C38.5595 40.5797 38.4522 40.039 38.6458 39.569ZM42.8255 41.3067L57.7618 56.2927V41.3067H42.8255Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M38.6458 58.8447C38.8394 58.3747 39.2958 58.0685 39.802 58.0685H59.013C59.7041 58.0685 60.2642 58.6312 60.2642 59.3255V78.6005C60.2642 79.1087 59.9597 79.567 59.4923 79.7617C59.025 79.9562 58.4867 79.849 58.1289 79.49L38.9178 60.215C38.5595 59.8555 38.4522 59.3147 38.6458 58.8447ZM42.8255 60.5825L57.7618 75.5682V60.5825H42.8255Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M58.5338 19.6129C59.0011 19.4182 59.5394 19.5254 59.8972 19.8846L79.1083 39.1595C79.4666 39.519 79.5739 40.0598 79.3803 40.5298C79.1867 40.9995 78.7303 41.306 78.2241 41.306H59.013C58.322 41.306 57.7618 40.7433 57.7618 40.049V20.7741C57.7618 20.2658 58.0664 19.8075 58.5338 19.6129ZM60.2643 23.8061V38.792H75.2006L60.2643 23.8061Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M58.5338 0.338803C59.0011 0.144135 59.5394 0.251385 59.8972 0.610565L79.1083 19.8855C79.4666 20.2449 79.5739 20.7857 79.3803 21.2556C79.1867 21.7256 78.7303 22.032 78.2241 22.032H59.013C58.322 22.032 57.7618 21.4692 57.7618 20.775V1.50003C57.7618 0.99174 58.0664 0.533468 58.5338 0.338803ZM60.2643 4.53208V19.5179H75.2006L60.2643 4.53208Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M57.8569 20.2934C58.0505 19.8234 58.5069 19.517 59.013 19.517H78.2241C78.9151 19.517 79.4753 20.0798 79.4753 20.774V40.049C79.4753 40.5572 79.1707 41.0155 78.7034 41.2102C78.236 41.405 77.6978 41.2977 77.3399 40.9385L58.1289 21.6635C57.7705 21.3041 57.6633 20.7633 57.8569 20.2934ZM62.0365 22.0311L76.9729 37.017V22.0311H62.0365Z"}),jsxRuntime.jsx("path",{d:"M269.838 49.4457H249.005C249.266 51.801 250.162 53.6985 251.695 55.1377C253.225 56.577 255.134 57.2967 257.416 57.2967C259.307 57.2967 260.887 56.8715 262.159 56.021C263.463 55.1377 264.408 53.9927 264.996 52.5862H269.251C268.502 54.9415 267.084 56.937 264.996 58.5725C262.943 60.208 260.414 61.026 257.416 61.026C255.069 61.026 252.917 60.4697 250.961 59.3575C249.037 58.2127 247.504 56.6587 246.363 54.696C245.255 52.7332 244.7 50.558 244.7 48.17C244.7 45.782 245.255 43.6067 246.363 41.644C247.504 39.6812 249.037 38.1437 250.961 37.0315C252.917 35.8867 255.069 35.3142 257.416 35.3142C259.73 35.3142 261.833 35.8702 263.724 36.9825C265.615 38.0947 267.098 39.6485 268.176 41.644C269.283 43.6395 269.838 45.913 269.838 48.4645V49.4457ZM257.416 39.0432C255.263 39.0432 253.439 39.6812 251.939 40.957C250.47 42.2327 249.542 43.9337 249.152 46.06H265.583C265.192 43.9992 264.262 42.3145 262.796 41.006C261.36 39.6975 259.568 39.0432 257.416 39.0432Z"}),jsxRuntime.jsx("path",{d:"M228.356 60.5352V35.8049H232.219V39.7794H232.464C233.05 38.5689 233.963 37.5712 235.202 36.7862C236.474 35.9684 237.974 35.5594 239.701 35.5594H243.125V39.4359H239.701C237.517 39.4359 235.757 40.1554 234.42 41.5949C233.083 43.0342 232.414 44.9152 232.414 47.2377V60.5352H228.356Z"}),jsxRuntime.jsx("path",{d:"M208.607 61.0259C205.64 61.0259 203.326 60.1262 201.663 58.3272C200 56.4952 199.169 53.8947 199.169 50.5252V35.8047H203.228V49.8874C203.228 52.2427 203.766 54.0744 204.842 55.3829C205.95 56.6587 207.532 57.2967 209.586 57.2967C211.02 57.2967 212.308 56.9694 213.449 56.3152C214.623 55.6284 215.536 54.6959 216.188 53.5184C216.84 52.3407 217.166 50.9997 217.166 49.4949V35.8047H221.225V60.5352H217.313V56.5607H217.068C216.286 57.9019 215.161 58.9814 213.694 59.7992C212.226 60.6169 210.531 61.0259 208.607 61.0259Z"}),jsxRuntime.jsx("path",{d:"M186.736 39.534V56.806H194.756V60.5352H182.677V39.534H177.199V35.8047H182.677V29.5732H186.736V35.8047H193.24V39.534H186.736Z"}),jsxRuntime.jsx("path",{d:"M156.585 60.5352H151.988L158.394 48.0227L152.33 35.8047H156.976L162.062 46.0599H165.388L170.474 35.8047H175.022L168.958 48.0227L175.365 60.5352H170.67L165.29 49.7892H162.013L156.585 60.5352Z"}),jsxRuntime.jsx("path",{d:"M150.138 49.1315H129.304C129.565 51.4867 130.461 53.3842 131.994 54.8235C133.526 56.2627 135.433 56.9825 137.715 56.9825C139.606 56.9825 141.188 56.5572 142.459 55.7067C143.763 54.8235 144.709 53.6785 145.296 52.272H149.551C148.801 54.6272 147.382 56.6227 145.296 58.2582C143.242 59.8937 140.715 60.7118 137.715 60.7118C135.368 60.7118 133.216 60.1555 131.26 59.0432C129.336 57.8985 127.804 56.3445 126.663 54.3817C125.554 52.419 125 50.2437 125 47.8557C125 45.4677 125.554 43.2925 126.663 41.3298C127.804 39.367 129.336 37.8295 131.26 36.7173C133.216 35.5725 135.368 35 137.715 35C140.03 35 142.133 35.556 144.024 36.6682C145.915 37.7805 147.399 39.3342 148.475 41.3298C149.583 43.3252 150.138 45.5987 150.138 48.1502V49.1315ZM137.715 38.729C135.564 38.729 133.738 39.367 132.238 40.6427C130.771 41.9185 129.842 43.6195 129.45 45.7458H145.883C145.491 43.685 144.562 42.0002 143.095 40.6917C141.661 39.3832 139.867 38.729 137.715 38.729Z"}),jsxRuntime.jsx("path",{d:"M116.961 60.5353H112.559V30.4072H101.164V26.1875H128.307V30.4072H116.961V60.5353Z"})]}),jsxRuntime.jsx("defs",{children:jsxRuntime.jsx("clipPath",{id:"clip0_796_283",children:jsxRuntime.jsx("rect",{width:"270",height:"80",fill:"white"})})})]})}let i=r||80;return jsxRuntime.jsxs("svg",{width:i,height:i,viewBox:"0 0 80 80",xmlns:"http://www.w3.org/2000/svg",className:a,style:n?{fill:n}:void 0,children:[jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.223654 20.2934C0.417233 19.8234 0.873598 19.517 1.37984 19.517H20.5909C21.282 19.517 21.8422 20.0798 21.8422 20.774V40.049C21.8422 40.5572 21.5375 41.0155 21.0702 41.2102C20.6028 41.405 20.0647 41.2977 19.7067 40.9385L0.495628 21.6635C0.137428 21.3041 0.030075 20.7633 0.223654 20.2934ZM4.40349 22.0311L19.3396 37.017V22.0311H4.40349Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M38.6458 20.2934C38.8394 19.8234 39.2958 19.517 39.802 19.517H59.013C59.7041 19.517 60.2642 20.0798 60.2642 20.774V40.049C60.2642 40.5572 59.9597 41.0155 59.4923 41.2102C59.025 41.405 58.4867 41.2977 58.1289 40.9385L38.9178 21.6635C38.5595 21.3041 38.4522 20.7633 38.6458 20.2934ZM42.8255 22.0311L57.7618 37.017V22.0311H42.8255Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.4347 58.8447C19.6283 58.3747 20.0847 58.0685 20.5909 58.0685H39.802C40.493 58.0685 41.0532 58.6312 41.0532 59.3255V78.6005C41.0532 79.1087 40.7486 79.567 40.2813 79.7617C39.8139 79.9562 39.2757 79.849 38.9178 79.49L19.7067 60.215C19.3485 59.8555 19.2411 59.3147 19.4347 58.8447ZM23.6146 60.5825L38.5508 75.5682V60.5825H23.6146Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M39.3227 58.1643C39.79 57.9695 40.3283 58.0768 40.6861 58.436L59.8972 77.711C60.2555 78.0703 60.3628 78.6113 60.1692 79.081C59.9756 79.551 59.5192 79.8575 59.013 79.8575H39.802C39.1109 79.8575 38.5508 79.2948 38.5508 78.6005V59.3255C38.5508 58.8173 38.8554 58.359 39.3227 58.1643ZM41.0532 62.3575V77.3433H55.9893L41.0532 62.3575Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M39.3227 19.6129C39.79 19.4182 40.3283 19.5254 40.6861 19.8846L59.8972 39.1595C60.2555 39.519 60.3628 40.0598 60.1692 40.5298C59.9756 40.9995 59.5192 41.306 59.013 41.306H39.802C39.1109 41.306 38.5508 40.7433 38.5508 40.049V20.7741C38.5508 20.2658 38.8554 19.8075 39.3227 19.6129ZM41.0532 23.8061V38.792H55.9893L41.0532 23.8061Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M39.3227 38.8885C39.79 38.694 40.3283 38.8012 40.6861 39.1602L59.8972 58.4352C60.2555 58.7945 60.3628 59.3355 60.1692 59.8055C59.9756 60.2752 59.5192 60.5817 59.013 60.5817H39.802C39.1109 60.5817 38.5508 60.019 38.5508 59.3247V40.0497C38.5508 39.5415 38.8554 39.0832 39.3227 38.8885ZM41.0532 43.0817V58.0675H55.9893L41.0532 43.0817Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M38.6458 39.569C38.8394 39.0992 39.2958 38.7927 39.802 38.7927H59.013C59.7041 38.7927 60.2642 39.3555 60.2642 40.0497V59.3247C60.2642 59.833 59.9597 60.2912 59.4923 60.486C59.025 60.6805 58.4867 60.5732 58.1289 60.2142L38.9178 40.9392C38.5595 40.5797 38.4522 40.039 38.6458 39.569ZM42.8255 41.3067L57.7618 56.2927V41.3067H42.8255Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M38.6458 58.8447C38.8394 58.3747 39.2958 58.0685 39.802 58.0685H59.013C59.7041 58.0685 60.2642 58.6312 60.2642 59.3255V78.6005C60.2642 79.1087 59.9597 79.567 59.4923 79.7617C59.025 79.9562 58.4867 79.849 58.1289 79.49L38.9178 60.215C38.5595 59.8555 38.4522 59.3147 38.6458 58.8447ZM42.8255 60.5825L57.7618 75.5682V60.5825H42.8255Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M58.5338 19.6129C59.0011 19.4182 59.5394 19.5254 59.8972 19.8846L79.1083 39.1595C79.4666 39.519 79.5739 40.0598 79.3803 40.5298C79.1867 40.9995 78.7303 41.306 78.2241 41.306H59.013C58.322 41.306 57.7618 40.7433 57.7618 40.049V20.7741C57.7618 20.2658 58.0664 19.8075 58.5338 19.6129ZM60.2643 23.8061V38.792H75.2006L60.2643 23.8061Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M58.5338 0.338803C59.0011 0.144135 59.5394 0.251385 59.8972 0.610565L79.1083 19.8855C79.4666 20.2449 79.5739 20.7857 79.3803 21.2556C79.1867 21.7256 78.7303 22.032 78.2241 22.032H59.013C58.322 22.032 57.7618 21.4692 57.7618 20.775V1.50003C57.7618 0.99174 58.0664 0.533468 58.5338 0.338803ZM60.2643 4.53208V19.5179H75.2006L60.2643 4.53208Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M57.8569 20.2934C58.0505 19.8234 58.5069 19.517 59.013 19.517H78.2241C78.9151 19.517 79.4753 20.0798 79.4753 20.774V40.049C79.4753 40.5572 79.1707 41.0155 78.7034 41.2102C78.236 41.405 77.6978 41.2977 77.3399 40.9385L58.1289 21.6635C57.7705 21.3041 57.6633 20.7633 57.8569 20.2934ZM62.0365 22.0311L76.9729 37.017V22.0311H62.0365Z"})]})};var Yn=({topItems:e=[],bottomItems:t=[],bottomContent:r,logo:o,showLogo:n=true,linkComponent:a="a",className:i="",mobileMenuId:l="app-mobile-menu",sidebarCollapseId:s="app-sidebar-collapse"})=>{let c=u=>u.length>0&&"items"in u[0],p=u=>c(u)?u:[{id:"default-section",items:u}],d=(u,g,f)=>jsxRuntime.jsxs("div",{className:"space-y-0.5",children:[u.title&&jsxRuntime.jsx("div",{className:"px-6 py-1 text-xs font-medium text-text-subtle uppercase tracking-wider","data-collapse-hide":"",children:u.title}),jsxRuntime.jsx("div",{className:"space-y-0.5",children:u.items.map(b=>m(b))}),g<f-1&&jsxRuntime.jsx("div",{className:"border-b border-border-subtle mx-6 my-2","data-collapse-hide":""})]},u.id),m=(u,g=false)=>{if(u.children&&u.children.length>0){let h=`category-${u.id}`;return jsxRuntime.jsxs("div",{className:"group/category",children:[jsxRuntime.jsx("input",{type:"checkbox",id:h,className:"peer/category hidden",defaultChecked:u.isExpanded,"aria-hidden":"true"}),jsxRuntime.jsxs("label",{htmlFor:h,className:"flex items-center gap-3 px-6 py-1 text-text-body hover:bg-background-hover hover:text-text-heading cursor-pointer transition-all duration-200","data-collapse-center":"",children:[u.icon&&jsxRuntime.jsx("span",{className:"flex-shrink-0 w-4 h-4 flex items-center justify-center transition-all duration-200","data-collapse-icon":"",children:u.icon}),jsxRuntime.jsx("span",{className:"transition-all duration-200","data-collapse-hide":"",children:u.label}),jsxRuntime.jsx("span",{className:"flex-1","data-collapse-hide":""}),jsxRuntime.jsx("svg",{className:"w-4 h-4 transform transition-transform duration-200 peer-checked/category:rotate-180 ml-auto",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","data-collapse-hide":"",children:jsxRuntime.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 9l-7 7-7-7"})})]}),jsxRuntime.jsx("div",{className:"hidden peer-checked/category:block bg-background-subtle border-l-2 border-border-subtle ml-6","data-collapse-hide-category":"",children:u.children.map(y=>m(y,true))})]},u.id)}let f={href:u.href||"#",className:`flex items-center gap-3 transition-all duration-200 hover:bg-background-hover ${g?"pl-8 pr-6 py-1 text-sm":"px-6 py-1"} ${u.isActive?"bg-action-brand/10 text-action-brand border-l-2 border-action-brand":"text-text-body hover:text-text-heading"}`,"aria-current":u.isActive?"page":void 0,"data-collapse-center":g?void 0:""},b=jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[u.icon&&!g&&jsxRuntime.jsx("span",{className:"flex-shrink-0 w-4 h-4 flex items-center justify-center transition-all duration-200","data-collapse-icon":"",children:u.icon}),jsxRuntime.jsx("span",{className:"transition-all duration-200","data-collapse-hide":"",children:u.label})]});return a==="a"?jsxRuntime.jsx("a",{...f,children:b},u.id):jsxRuntime.jsx(a,{...f,children:b},u.id)};return jsxRuntime.jsxs("div",{className:`flex flex-col h-full ${i}`,children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between h-[60px] px-6 border-b border-border-default",children:[n&&jsxRuntime.jsx("div",{className:"transition-all duration-200","data-collapse-hide":"",children:o||jsxRuntime.jsx(Kn,{showWordmark:true,width:120})}),jsxRuntime.jsx("label",{htmlFor:s,className:"hidden md:flex items-center justify-center w-8 h-8 rounded hover:bg-background-hover cursor-pointer transition-all duration-200","aria-label":"Toggle sidebar","data-collapse-toggle":"",children:jsxRuntime.jsx("svg",{className:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:jsxRuntime.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M4 6h16M4 12h16M4 18h16"})})}),jsxRuntime.jsx("label",{htmlFor:l,className:"md:hidden flex items-center justify-center w-8 h-8 rounded hover:bg-background-hover cursor-pointer transition-colors","aria-label":"Close menu",children:jsxRuntime.jsx("svg",{className:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:jsxRuntime.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})})})]}),jsxRuntime.jsxs("nav",{className:"flex-1 flex flex-col overflow-hidden",children:[e&&e.length>0&&jsxRuntime.jsx("div",{className:"flex-1 overflow-y-auto py-2 scrollbar-hide",children:p(e).map((u,g,f)=>d(u,g,f.length))}),t&&t.length>0&&jsxRuntime.jsx("div",{className:"flex-shrink-0 border-t bg-background-muted/30",children:jsxRuntime.jsx("div",{className:"mt-2 pb-2 space-y-0.5",children:t.map(u=>m(u))})}),r&&jsxRuntime.jsx("div",{className:"flex-shrink-0 border-t border-border-default",children:jsxRuntime.jsx("div",{"data-collapse-hide":"",children:r})})]})]})};var Jo=({rightContent:e,showMobileMenu:t=true,avatar:r,showColorModeSwitcher:o=false,toggleTheme:n,isDarkThemeEnabled:a=false,actions:i,className:l="",mobileMenuId:s="app-mobile-menu"})=>jsxRuntime.jsx("header",{className:`h-[60px] bg-background-surface border-b ${l}`,children:jsxRuntime.jsxs("div",{className:"flex h-full items-center justify-between",children:[jsxRuntime.jsx("div",{className:"flex items-center h-full",children:t&&jsxRuntime.jsx("label",{htmlFor:s,className:"md:hidden cursor-pointer","aria-label":"Open menu",children:jsxRuntime.jsx("div",{className:"flex h-full w-14 flex-col items-center justify-center border-r hover:bg-background-hover transition-colors",children:jsxRuntime.jsx("svg",{className:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:jsxRuntime.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M4 6h16M4 12h16M4 18h16"})})})})}),jsxRuntime.jsxs("div",{className:"flex items-center gap-4 px-4",children:[e,o&&n&&jsxRuntime.jsx("button",{type:"button",onClick:n,className:"flex items-center justify-center w-8 h-8 rounded hover:bg-background-hover transition-colors","aria-label":a?"Switch to light mode":"Switch to dark mode",children:a?jsxRuntime.jsx("svg",{className:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:jsxRuntime.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z"})}):jsxRuntime.jsx("svg",{className:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:jsxRuntime.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z"})})}),i,r&&jsxRuntime.jsx("div",{className:"flex items-center",children:r})]})]})});function hd({sideNav:e,topNav:t,children:r,contentPaddingX:o,contentPaddingY:n,showSidebarBorder:a=true,mainClassName:i,enableJsEnhancements:l=false}){let s="app-mobile-menu",c="app-sidebar-collapse";return jsxRuntime.jsxs("div",{className:"min-h-[100dvh] bg-background text-text-body relative",children:[jsxRuntime.jsx("input",{type:"checkbox",id:c,className:"sr-only peer/sidebar","aria-hidden":"true"}),jsxRuntime.jsx("a",{href:"#app-content",className:"sr-only focus:not-sr-only focus:absolute focus:left-4 focus:top-4 z-50 rounded px-3 py-2 bg-background-surface shadow",children:"Skip to content"}),jsxRuntime.jsx(Jo,{...t,mobileMenuId:s,className:["sticky top-0 flex-shrink-0 z-30 md:hidden",t?.className].filter(Boolean).join(" ")}),jsxRuntime.jsxs("div",{className:"flex w-full h-[calc(100dvh-60px)] md:h-[100dvh] relative overflow-hidden",children:[jsxRuntime.jsx("input",{type:"checkbox",id:s,className:"sr-only peer/mobile","aria-hidden":"true"}),jsxRuntime.jsx("label",{htmlFor:s,className:"fixed inset-0 bg-black/50 z-40 opacity-0 pointer-events-none peer-checked/mobile:opacity-100 peer-checked/mobile:pointer-events-auto transition-opacity md:hidden","aria-label":"Close menu"}),jsxRuntime.jsx("aside",{id:"app-sidebar",className:["bg-background-surface","border-r border-border-default","transition-all duration-300 ease-in-out","fixed md:relative","left-0 top-0 bottom-0","z-50","w-80 md:w-64","h-[100dvh] md:h-full","-translate-x-full","peer-checked/mobile:translate-x-0","md:translate-x-0",a?"":"!border-r-0",e?.className||""].filter(Boolean).join(" "),children:jsxRuntime.jsx(Yn,{...e,mobileMenuId:s,sidebarCollapseId:c,className:"h-full"})}),jsxRuntime.jsxs("div",{className:"flex-1 flex flex-col h-full overflow-hidden",children:[jsxRuntime.jsx("div",{className:"sticky top-0 flex-shrink-0 hidden md:block z-20",children:jsxRuntime.jsx(Jo,{...t,className:t?.className})}),jsxRuntime.jsx("main",{id:"app-content",className:["flex-1 overflow-y-auto bg-background-body",o,n,i||""].join(" "),role:"main",children:r})]})]}),jsxRuntime.jsx("style",{dangerouslySetInnerHTML:{__html:`
1
+ 'use strict';var reactAriaComponents=require('react-aria-components'),ir=require('react'),fileSaver=require('file-saver'),Hf=require('papaparse'),Zf=require('fuse.js'),reactVirtual=require('@tanstack/react-virtual'),jsxRuntime=require('react/jsx-runtime'),luxon=require('luxon'),tailwindMerge=require('tailwind-merge'),Gg=require('@phosphor-icons/react'),reactStately=require('react-stately'),lucideReact=require('lucide-react'),Kh=require('react-ace'),curve=require('@visx/curve'),shape=require('@visx/shape'),framerMotion=require('framer-motion'),axis=require('@visx/axis'),scale=require('@visx/scale'),d3Array=require('d3-array'),responsive=require('@visx/responsive'),zoom=require('@visx/zoom'),brush=require('@visx/brush'),pattern=require('@visx/pattern'),gradient=require('@visx/gradient'),o2=require('react-map-gl'),reactDom=require('react-dom'),m1=require('@tiptap/extension-link'),react=require('@tiptap/react'),menus=require('@tiptap/react/menus'),x1=require('@tiptap/starter-kit');var _documentCurrentScript=typeof document!=='undefined'?document.currentScript:null;function _interopDefault(e){return e&&e.__esModule?e:{default:e}}function _interopNamespace(e){if(e&&e.__esModule)return e;var n=Object.create(null);if(e){Object.keys(e).forEach(function(k){if(k!=='default'){var d=Object.getOwnPropertyDescriptor(e,k);Object.defineProperty(n,k,d.get?d:{enumerable:true,get:function(){return e[k]}});}})}n.default=e;return Object.freeze(n)}var ir__namespace=/*#__PURE__*/_interopNamespace(ir);var Hf__default=/*#__PURE__*/_interopDefault(Hf);var Zf__default=/*#__PURE__*/_interopDefault(Zf);var Gg__namespace=/*#__PURE__*/_interopNamespace(Gg);var Kh__default=/*#__PURE__*/_interopDefault(Kh);var o2__default=/*#__PURE__*/_interopDefault(o2);var m1__default=/*#__PURE__*/_interopDefault(m1);var x1__default=/*#__PURE__*/_interopDefault(x1);var Bf=Object.defineProperty;var Vf=(e,t,r)=>t in e?Bf(e,t,{enumerable:true,configurable:true,writable:true,value:r}):e[t]=r;var Zo=(e,t,r)=>Vf(e,typeof t!="symbol"?t+"":t,r);function Mt(e,t=false){let[r,o]=ir.useState(t);return ir.useEffect(()=>{if(typeof window>"u")return;let n=window.matchMedia(e);o(n.matches);let a=i=>{o(i.matches);};return n.addEventListener("change",a),()=>{n.removeEventListener("change",a);}},[e]),r}var Rr={sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"};function bo(e="base"){let t=Mt(`(min-width: ${Rr.sm})`,e!=="base"),r=Mt(`(min-width: ${Rr.md})`,["md","lg","xl","2xl"].includes(e)),o=Mt(`(min-width: ${Rr.lg})`,["lg","xl","2xl"].includes(e)),n=Mt(`(min-width: ${Rr.xl})`,["xl","2xl"].includes(e)),a=Mt(`(min-width: ${Rr["2xl"]})`,e==="2xl"),i=!r,l=r,s="base";return a?s="2xl":n?s="xl":o?s="lg":r?s="md":t&&(s="sm"),{current:s,isSm:t,isMd:r,isLg:o,isXl:n,is2Xl:a,isMobile:i,isDesktop:l}}function ki(e,t,r=true){let o=e||"chart";if(r){let n=new Date().toISOString().replace(/[:.]/g,"-").slice(0,-5);return `${o}-${n}.${t}`}return `${o}.${t}`}async function Ti(e,t,r={},o){let n=Array.isArray(t[0])?t:[t];try{switch(e){case "csv":await Gf(n,r);break;case "svg":await Wf(o,r);break;case "png":await Uf(o,r);break;default:throw new Error(`Unsupported export type: ${e}`)}}catch(a){throw console.error("Export failed:",a),new Error(`Failed to export chart as ${e}: ${a instanceof Error?a.message:"Unknown error"}`)}}async function Gf(e,t){try{let r=new Map;e.forEach(s=>{s.forEach(c=>{let p=c.xValue.getTime();r.has(p)||r.set(p,c.xValue);});});let n=Array.from(r.values()).sort((s,c)=>s.getTime()-c.getTime()).map(s=>{let c={[t.xLabel||"Date"]:s.toLocaleString("en-US",{year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"})};return e.forEach((p,d)=>{let m=t.seriesLabels?.[d]||`Series ${d+1}`,u=p.find(g=>g.xValue.getTime()===s.getTime());c[m]=u?u.yValue:"",u?.category&&(c[`${m} Category`]=u.category);}),c}),a=Hf__default.default.unparse(n,{header:!0,skipEmptyLines:!0}),i=new Blob([a],{type:"text/csv;charset=utf-8;"}),l=ki(t.filename||"chart-data","csv",t.timestamp!==!1);fileSaver.saveAs(i,l);}catch(r){throw new Error(`CSV export failed: ${r instanceof Error?r.message:"Unknown error"}`)}}async function Wf(e,t){if(!e.current)throw new Error("SVG element not found");try{let o=e.current.cloneNode(!0);if(!o.querySelector("rect[data-background]")){let c=document.createElementNS("http://www.w3.org/2000/svg","rect");c.setAttribute("width",o.getAttribute("width")||"100%"),c.setAttribute("height",o.getAttribute("height")||"100%"),c.setAttribute("fill","white"),c.setAttribute("data-background","true"),o.insertBefore(c,o.firstChild);}let i=new XMLSerializer().serializeToString(o);i.includes("<?xml")||(i=`<?xml version="1.0" encoding="UTF-8"?>
2
+ `+i),i.includes("xmlns=")||(i=i.replace("<svg",'<svg xmlns="http://www.w3.org/2000/svg"'));let l=new Blob([i],{type:"image/svg+xml;charset=utf-8"}),s=ki(t.filename||"chart","svg",t.timestamp!==!1);fileSaver.saveAs(l,s);}catch(r){throw new Error(`SVG export failed: ${r instanceof Error?r.message:"Unknown error"}`)}}async function Uf(e,t,r=2){if(!e.current)throw new Error("SVG element not found");let o="";try{let n=e.current,a=n.getBoundingClientRect(),i=n.cloneNode(!0);i.setAttribute("width",String(a.width)),i.setAttribute("height",String(a.height)),i.removeAttribute("transform");let l=i.getElementsByTagName("text");Array.from(l).forEach(m=>{m.style.fontFamily||(m.style.fontFamily="system-ui, -apple-system, sans-serif"),m.style.fontSize||(m.style.fontSize="12px");});let s=document.createElementNS("http://www.w3.org/2000/svg","rect");s.setAttribute("width",String(a.width)),s.setAttribute("height",String(a.height)),s.setAttribute("fill","white"),i.insertBefore(s,i.firstChild);let p=new XMLSerializer().serializeToString(i);p.includes("xmlns=")||(p=p.replace("<svg",'<svg xmlns="http://www.w3.org/2000/svg"'));let d=new Blob([p],{type:"image/svg+xml;charset=utf-8"});return o=URL.createObjectURL(d),new Promise((m,u)=>{let g=new Image,f=setTimeout(()=>{o&&URL.revokeObjectURL(o),u(new Error("Image loading timeout"));},1e4);g.onload=()=>{clearTimeout(f);try{let b=document.createElement("canvas");b.width=a.width*r,b.height=a.height*r;let x=b.getContext("2d");if(!x)throw new Error("Canvas context not available");x.imageSmoothingEnabled=!0,x.imageSmoothingQuality="high",x.scale(r,r),x.fillStyle="white",x.fillRect(0,0,a.width,a.height),x.drawImage(g,0,0,a.width,a.height),b.toBlob(y=>{if(y){let v=ki(t.filename||"chart","png",t.timestamp!==!1);fileSaver.saveAs(y,v),m();}else u(new Error("Failed to create PNG blob"));o&&URL.revokeObjectURL(o);},"image/png",1);}catch(b){o&&URL.revokeObjectURL(o),u(b);}},g.onerror=()=>{clearTimeout(f),o&&URL.revokeObjectURL(o),u(new Error("Failed to load SVG as image"));},g.src=o;})}catch(n){throw o&&URL.revokeObjectURL(o),new Error(`PNG export failed: ${n instanceof Error?n.message:"Unknown error"}`)}}function Kf(e){if(typeof window>"u")return false;switch(e){case "csv":return true;case "svg":return typeof XMLSerializer<"u";case "png":return typeof HTMLCanvasElement<"u"&&typeof HTMLCanvasElement.prototype.toBlob=="function";default:return false}}function Yf(e){return {csv:"CSV Spreadsheet",svg:"SVG Vector Image",png:"PNG Image"}[e]||"Unknown Format"}function lc({datasets:e,metadata:t,svgRef:r}){return ir.useCallback(async o=>{try{await Ti(o,e,t,r);}catch(n){throw console.error("Chart export failed:",n),n}},[e,t,r])}function Xo(e,t){return t.split(".").reduce((r,o)=>r?.[o],e)}function Xf(e,t){let r=Xo(e,t.field),o=t.value;switch(t.operator){case "eq":return r===o;case "neq":return r!==o;case "in":return Array.isArray(o)?o.includes(r):false;case "nin":return Array.isArray(o)?!o.includes(r):false;case "gt":return r instanceof Date&&typeof o=="string"?r>new Date(o):r>o;case "gte":return r instanceof Date&&typeof o=="string"?r>=new Date(o):r>=o;case "lt":return r instanceof Date&&typeof o=="string"?r<new Date(o):r<o;case "lte":return r instanceof Date&&typeof o=="string"?r<=new Date(o):r<=o;case "contains":return typeof r!="string"?false:r.toLowerCase().includes(String(o).toLowerCase());case "startsWith":return typeof r!="string"?false:r.toLowerCase().startsWith(String(o).toLowerCase());case "endsWith":return typeof r!="string"?false:r.toLowerCase().endsWith(String(o).toLowerCase());default:return false}}function cc(e,t){if(t.conditions.length===0)return true;let r=t.conditions.map(o=>"conditions"in o?cc(e,o):Xf(e,o));return t.logic==="AND"?r.every(Boolean):r.some(Boolean)}function qf(e,t){return !t||t.conditions.length===0?e:e.filter(r=>cc(r,t))}function jf(e,t,r){if(e==null&&t==null)return 0;if(e==null)return r==="asc"?1:-1;if(t==null)return r==="asc"?-1:1;if(e instanceof Date&&t instanceof Date){let o=e.getTime()-t.getTime();return r==="asc"?o:-o}if(typeof e=="string"&&typeof t=="string"){let o=e.toLowerCase().localeCompare(t.toLowerCase());return r==="asc"?o:-o}return e<t?r==="asc"?-1:1:e>t?r==="asc"?1:-1:0}function Qf(e,t){return t?[...e].sort((r,o)=>{let n=Xo(r,t.field),a=Xo(o,t.field);return jf(n,a,t.direction)}):e}function $f(e,t){if(!t||!t.query.trim())return e;let{query:r,fields:o,fuzzy:n=true,threshold:a=.3}=t;if(n)return new Zf__default.default(e,{keys:o,threshold:a,ignoreLocation:true,includeScore:true}).search(r).map(c=>c.item);let i=r.toLowerCase();return e.filter(l=>o.some(s=>{let c=Xo(l,s);return c==null?false:String(c).toLowerCase().includes(i)}))}function _f(e,t){let r={};for(let o of t){if(r[o.field]={},o.values)for(let n of o.values)r[o.field][String(n.value)]=0;for(let n of e){let a=Xo(n,o.field);if(a!=null)if(Array.isArray(a))for(let i of a){let l=String(i);r[o.field][l]=(r[o.field][l]||0)+1;}else {let i=String(a);r[o.field][i]=(r[o.field][i]||0)+1;}}}return r}function dc({data:e,filters:t,sort:r,search:o,facetConfigs:n=[]}){let a=$f(e,o||null);a=qf(a,t||null);let i=_f(a,n);return a=Qf(a,r||null),{data:a,facetCounts:i,resultCount:a.length}}function zn({data:e,filters:t,sort:r,search:o,facetConfigs:n=[]}){return ir.useMemo(()=>dc({data:e,filters:t,sort:r,search:o,facetConfigs:n}),[e,t,r,o,n])}function xo(e,t=300){let[r,o]=ir.useState(e);return ir.useEffect(()=>{let n=setTimeout(()=>o(e),t);return ()=>clearTimeout(n)},[e,t]),r}function On({filters:e,sort:t,search:r,onStateChange:o,searchDebounce:n=300}){let a=xo(r,n),i=ir.useRef(true);ir.useEffect(()=>{if(i.current){i.current=false;return}o({filters:e,sort:t,search:a});},[e,t,a,o]);}function uc(e){return e.mode==="client"?zn({data:e.data,filters:e.filters,sort:e.sort,search:e.search,facetConfigs:e.facetConfigs}):(On({filters:e.filters,sort:e.sort,search:e.search,onStateChange:e.onStateChange,searchDebounce:e.searchDebounce}),{data:e.data,facetCounts:e.facetCounts||{},resultCount:e.resultCount??e.data.length})}function mc(){let[e,t]=ir.useState({width:0,height:0}),r=ir.useRef(null),o=ir.useRef(void 0),n=ir.useCallback(a=>{if(r.current&&(r.current.disconnect(),r.current=null),o.current&&(cancelAnimationFrame(o.current),o.current=void 0),!a){t({width:0,height:0});return}let i=a.getBoundingClientRect();t({width:i.width,height:i.height}),r.current=new ResizeObserver(l=>{o.current&&cancelAnimationFrame(o.current),o.current=requestAnimationFrame(s=>{for(let c of l){let{width:p,height:d}=c.contentRect;t(m=>m.width!==p||m.height!==d?{width:p,height:d}:m);}});}),r.current.observe(a);},[]);return ir.useEffect(()=>()=>{o.current&&cancelAnimationFrame(o.current),r.current&&r.current.disconnect();},[]),{ref:n,width:e.width,height:e.height}}function cr({items:e,onLoadMore:t,hasMore:r,isLoading:o=false,loadingState:n,enableVirtualization:a,estimatedItemSize:i=50,overscan:l=5,scrollElement:s,loadMoreThreshold:c=100}){let p=ir.useRef(null),d=ir.useRef(null),m=ir.useRef(false),[u,g]=ir.useState(0);ir.useEffect(()=>{d.current&&(s||p.current)&&g(N=>N+1);},[s,e.length]);let f=n||(o?e.length===0?"loading":"loading-more":"idle"),b=f==="loading",x=f==="loading-more",y=a!==void 0?a:e.length>=100,v=reactVirtual.useVirtualizer({count:e.length,getScrollElement:()=>s||p.current,estimateSize:()=>i,overscan:l}),h=y?v:null,C=y?v.getVirtualItems():[];ir.useEffect(()=>{let N=d.current,k=s||p.current;if(!N||!k||!r||o||!t)return;let L=new IntersectionObserver(V=>{let[H]=V;H?.isIntersecting&&!m.current&&r&&t&&(m.current=true,Promise.resolve(t()).finally(()=>{m.current=false;}));},{root:k,rootMargin:`0px 0px ${c}px 0px`,threshold:0});return L.observe(N),()=>{L.disconnect();}},[r,o,t,s,c,u]);let S=ir.useCallback((N,k)=>{h?h.scrollToIndex(N,k):p.current&&p.current.children[N]?.scrollIntoView({behavior:"smooth",block:k?.align||"start"});},[h]),w=ir.useCallback(()=>{h?h.scrollToIndex(0,{align:"start"}):p.current&&p.current.scrollTo({top:0,behavior:"smooth"});},[h]);return {virtualizer:h,virtualItems:C,computedLoadingState:f,isInitialLoad:b,isLoadingMore:x,scrollRef:p,loadMoreRef:d,scrollToIndex:S,scrollToTop:w}}function Hn(e,t){let[r,o]=ir.useState(()=>{if(typeof window>"u")return t;try{let i=window.localStorage.getItem(e);return i?JSON.parse(i):t}catch(i){return console.error(`Error reading localStorage key "${e}":`,i),t}});ir.useEffect(()=>{if(!(typeof window>"u"))try{window.localStorage.setItem(e,JSON.stringify(r));}catch(i){console.error(`Error writing to localStorage key "${e}":`,i);}},[e,r]);let n=ir.useCallback(i=>{try{o(l=>i instanceof Function?i(l):i);}catch(l){console.error(`Error setting value for localStorage key "${e}":`,l);}},[e]),a=ir.useCallback(()=>{try{typeof window<"u"&&window.localStorage.removeItem(e),o(t);}catch(i){console.error(`Error removing localStorage key "${e}":`,i);}},[e,t]);return [r,n,a]}var Di=class{constructor(){Zo(this,"formatters",new Map);}register(t,r){this.formatters.set(t,r);}format(t,r,...o){let n=this.formatters.get(t);return n?n(r,...o):(console.warn(`No formatter registered for key: ${t}`),null)}has(t){return this.formatters.has(t)}keys(){return Array.from(this.formatters.keys())}unregister(t){this.formatters.delete(t);}clear(){this.formatters.clear();}},Y=new Di;var dr=(e,t="Yes",r="No")=>e==null?null:e?t:r,pg=e=>dr(e,"Enabled","Disabled"),mg=e=>dr(e,"On","Off"),fg=e=>dr(e,"Active","Inactive"),gg=e=>dr(e,"True","False"),bg=e=>dr(e,"\u2713","\u2717"),ur=e=>{if(e==null)return null;if(typeof e=="boolean")return e;if(typeof e=="string"){let t=e.toLowerCase().trim();return t==="true"||t==="yes"||t==="1"||t==="on"||t==="enabled"?true:t==="false"||t==="no"||t==="0"||t==="off"||t==="disabled"?false:null}return typeof e=="number"?e!==0:null},xc=(e,t)=>{if(t.hideWhenNull&&e==null)return null;if(e==null)return t.nullText??null;let r=ur(e);return r===null?t.nullText??null:dr(r,t.trueText??"Yes",t.falseText??"No")};Y.register("boolean",(e,t,r)=>{let o=ur(e);return o!==null?dr(o,typeof t=="string"?t:"Yes",typeof r=="string"?r:"No"):null});Y.register("yesNo",e=>{let t=ur(e);return t!==null?dr(t,"Yes","No"):null});Y.register("enabledDisabled",e=>{let t=ur(e);return t!==null?pg(t):null});Y.register("onOff",e=>{let t=ur(e);return t!==null?mg(t):null});Y.register("activeInactive",e=>{let t=ur(e);return t!==null?fg(t):null});Y.register("trueFalse",e=>{let t=ur(e);return t!==null?gg(t):null});Y.register("checkmark",e=>{let t=ur(e);return t!==null?bg(t):null});var _=e=>e==null,hc=(e,t=0)=>_(e)?null:`${e.toFixed(t)}%`,yc=(e,t=0)=>hc(e,t)??"\u2014",xg=e=>_(e)?null:Math.round(e).toString(),hg=(e,t=1)=>_(e)?null:e.toFixed(t),yg=(e,t,r=true)=>{if(_(e))return null;let o={useGrouping:r};return t!==void 0&&(o.minimumFractionDigits=t,o.maximumFractionDigits=t),new Intl.NumberFormat("en-US",o).format(e)},vg=(e,t="short")=>_(e)?null:new Intl.NumberFormat("en-US",{notation:"compact",compactDisplay:t}).format(e),Cg=(e,t=2)=>_(e)?null:e.toExponential(t),vc=(e,t="USD",r)=>{if(_(e))return null;let o={style:"currency",currency:t,currencyDisplay:r?.currencyDisplay??"symbol",useGrouping:r?.thousandsSeparator??true};return r?.minimumFractionDigits!==void 0&&(o.minimumFractionDigits=r.minimumFractionDigits),r?.maximumFractionDigits!==void 0&&(o.maximumFractionDigits=r.maximumFractionDigits),new Intl.NumberFormat("en-US",o).format(e)},Cc=(e,t)=>{if(t.hideWhenNull&&e==null||t.hideWhenZero&&e===0)return null;if(e==null)return t.nullText??null;let r=typeof e=="string"?parseFloat(e):Number(e);if(isNaN(r))return t.nullText??null;let o={useGrouping:t.thousandsSeparator??false};return t.decimals!==void 0&&(o.minimumFractionDigits=t.decimals,o.maximumFractionDigits=t.decimals),t.notation&&(o.notation=t.notation,t.notation==="compact"&&t.compactDisplay&&(o.compactDisplay=t.compactDisplay)),t.sign&&(o.signDisplay=t.sign),new Intl.NumberFormat("en-US",o).format(r)},Sc=(e,t)=>{if(t.hideWhenNull&&e==null||t.hideWhenZero&&e===0)return null;if(e==null)return t.nullText??null;let r=typeof e=="string"?parseFloat(e):Number(e);return isNaN(r)?t.nullText??null:vc(r,t.currency,t)};Y.register("percentage",(e,t)=>typeof e=="number"?hc(e,typeof t=="number"?t:0):null);Y.register("integer",e=>typeof e=="number"?xg(e):null);Y.register("float",(e,t)=>typeof e=="number"?hg(e,typeof t=="number"?t:1):null);Y.register("number",(e,t,r)=>{let o=typeof e=="string"?parseFloat(e):Number(e);return isNaN(o)?null:yg(o,typeof t=="number"?t:void 0,typeof r=="boolean"?r:true)});Y.register("compact",(e,t)=>typeof e=="number"?vg(e,t==="long"?"long":"short"):null);Y.register("scientific",(e,t)=>typeof e=="number"?Cg(e,typeof t=="number"?t:2):null);Y.register("currency",(e,t,r)=>typeof e=="number"?vc(e,typeof t=="string"?t:"USD",typeof r=="object"&&r!==null?r:{}):null);function uw(e,t=1){return _(e)?null:Math.abs(e)>=1e3?`${(e/1e3).toFixed(t)} MWh`:`${e.toFixed(t)} kWh`}function pw(e,t=1){return _(e)?null:Math.abs(e)>=1e3?`${(e/1e3).toFixed(t)} MW`:`${e.toFixed(t)} kW`}function Lt({value:e,formatter:t,emptyClassName:r="text-text-muted",emptyText:o="\u2014"}){if(e==null)return jsxRuntime.jsx("span",{className:r,children:o});if(typeof t=="function")return t(e);if(t&&typeof t=="object"){let n=Ar(e,t);return e instanceof Date&&n?jsxRuntime.jsx("time",{dateTime:e.toISOString(),title:e.toISOString(),children:n}):n||jsxRuntime.jsx("span",{className:r,children:o})}if(!t){if(typeof e=="string")return e;if(e instanceof Date){let n=Ar(e,{type:"date"});return jsxRuntime.jsx("time",{dateTime:e.toISOString(),title:e.toISOString(),children:n})}if(typeof e=="number")return Ar(e,{type:"number"});if(typeof e=="boolean")return Ar(e,{type:"boolean"})}return String(e)}function bw(e,t,r){return ir__namespace.default.useCallback(o=>Lt({value:o,formatter:e,emptyClassName:t,emptyText:r}),[e,t,r])}var Ri=(e,t=0)=>{if(_(e))return null;let r=e*1e3;return t===0?`${Math.round(r)} mA`:`${r.toFixed(t)} mA`},Wn=(e,t=1)=>_(e)?null:`${e.toFixed(t)} A`,Ai=(e,t=2)=>_(e)?null:`${(e/1e3).toFixed(t)} kA`,wg=(e,t)=>{if(_(e))return null;let r=Math.abs(e);return r>=1e3?Ai(e,t??2):r<1?Ri(e,t??0):Wn(e,t??1)},Mi=(e,t)=>{if(t.hideWhenNull&&e==null||t.hideWhenZero&&e===0)return null;if(e==null)return t.nullText??null;let r=typeof e=="string"?parseFloat(e):Number(e);if(isNaN(r))return t.nullText??null;let o=t.decimals;if(t.unit)switch(t.unit){case "kA":return Ai(r,o??2);case "mA":return Ri(r,o??0);case "A":return Wn(r,o??1)}return t.autoScale!==false?wg(r,o):Wn(r,o??1)};Y.register("current",Mi);var Cw=Ri,Sw=Wn,ww=Ai;var Mr=e=>{if(e==null)return null;if(e instanceof Date)return luxon.DateTime.fromJSDate(e);if(typeof e=="string"){let t=luxon.DateTime.fromISO(e);return t.isValid?t:null}if(typeof e=="number"){let t=luxon.DateTime.fromMillis(e);return t.isValid?t:null}return null},Ng=(e,t=false,r)=>{if(!e)return null;let o=Mr(e);if(!o)return "Invalid Date";let n=r?o.setZone(r):o;return t?n.toLocaleString(luxon.DateTime.DATETIME_SHORT):n.toLocaleString(luxon.DateTime.DATE_SHORT)},Un=e=>{if(!e)return null;let t=Mr(e);return t?t.toRelative():"Invalid Date"},kg=(e,t)=>{if(!e)return null;let r=Mr(e);return r?(t?r.setZone(t):r).toLocaleString(luxon.DateTime.DATETIME_MED_WITH_WEEKDAY):"Invalid Date"},Tg=e=>{if(!e)return null;let t=Mr(e);return t?t.toISO():null},Pg=(e,t,r)=>{if(!e)return null;let o=Mr(e);return o?(r?o.setZone(r):o).toFormat(t):"Invalid Date"},Pw=e=>{let t=Mr(e);return t?{year:t.year,month:t.month,day:t.day,weekday:t.weekday,hour:t.hour,minute:t.minute,second:t.second,millisecond:t.millisecond,weekdayShort:t.weekdayShort,weekdayLong:t.weekdayLong,monthShort:t.monthShort,monthLong:t.monthLong}:null},wc=(e,t)=>{if(t.hideWhenNull&&e==null)return null;if(e==null)return t.nullText??null;let r=Mr(e);if(!r)return t.nullText??"Invalid Date";let o=t.timezone?r.setZone(t.timezone):r;if(t.relative)return o.toRelative();if(t.format)return o.toFormat(t.format);if(t.dateStyle||t.timeStyle){let n={};if(t.dateStyle)switch(t.dateStyle){case "short":n.date=luxon.DateTime.DATE_SHORT;break;case "medium":n.date=luxon.DateTime.DATE_MED;break;case "long":n.date=luxon.DateTime.DATE_FULL;break;case "full":n.date=luxon.DateTime.DATE_HUGE;break}if(t.timeStyle)switch(t.timeStyle){case "short":n.time=luxon.DateTime.TIME_SIMPLE;break;case "medium":n.time=luxon.DateTime.TIME_WITH_SECONDS;break;case "long":case "full":n.time=luxon.DateTime.TIME_WITH_SHORT_OFFSET;break}if(n.date&&n.time)return o.toLocaleString({...n.date,...n.time});if(n.date)return o.toLocaleString(n.date);if(n.time)return o.toLocaleString(n.time)}return o.toLocaleString(luxon.DateTime.DATETIME_SHORT)};Y.register("date",(e,t,r)=>Ng(e,typeof t=="boolean"?t:false,typeof r=="string"?r:void 0));Y.register("relativeTime",e=>Un(e));Y.register("fullDateTime",(e,t)=>kg(e,typeof t=="string"?t:void 0));Y.register("isoString",e=>Tg(e));Y.register("customDateFormat",(e,t,r)=>typeof t=="string"?Pg(e,t,typeof r=="string"?r:void 0):null);var Li=(e,t=1)=>_(e)?null:`${e.toFixed(t)} m`,Dg=(e,t=1)=>_(e)?null:`${(e*100).toFixed(t)} cm`,Rg=(e,t=0)=>_(e)?null:`${(e*1e3).toFixed(t)} mm`,Fi=(e,t=1)=>_(e)?null:`${(e/1e3).toFixed(t)} km`,Ei=(e,t=0)=>_(e)?null:`${e.toFixed(t)} ft`,Ag=(e,t=1)=>_(e)?null:`${e.toFixed(t)} in`,Ii=(e,t=1)=>_(e)?null:`${e.toFixed(t)} mi`,Bi=(e,t=0)=>_(e)?null:`${e.toFixed(t)} yd`,Mw=(e,t=1)=>_(e)?null:`${e.toFixed(t)} nm`,Lw=e=>e*3.28084,Fw=e=>e/3.28084,Ew=e=>e*1.60934,Iw=e=>e/1.60934,Bw=e=>e/5280,Nc=e=>e*5280,Vw=e=>e/1609.34,zw=e=>e*1609.34,Ow=e=>e*.9144,Hw=e=>e/.9144,Gw=e=>e*2.54,Ww=e=>e/2.54,kc=(e,t=false,r=1)=>{if(_(e))return null;let o=Math.abs(e);return t?o>=1e3?Fi(e,r):o<.01?Rg(e,0):o<1?Dg(e,r):Li(e,r):o<.01?Ei(Nc(e),0):o<.1?Bi(Nc(e)/3,0):Ii(e,r)},Tc=(e,t)=>{if(t.hideWhenNull&&e==null||t.hideWhenZero&&e===0)return null;if(e==null)return t.nullText??null;let r=typeof e=="string"?parseFloat(e):Number(e);if(isNaN(r))return t.nullText??null;let o=t.decimals??1;if(t.autoScale){let n=t.unit==="m"||t.unit==="km";return kc(r,n,o)}switch(t.unit){case "km":return Fi(r,o);case "ft":return Ei(r,o);case "mi":return Ii(r,o);case "yd":return Bi(r,o);case "m":default:return Li(r,o)}};Y.register("miles",(e,t)=>typeof e=="number"?Ii(e,typeof t=="number"?t:1):null);Y.register("kilometers",(e,t)=>typeof e=="number"?Fi(e,typeof t=="number"?t:1):null);Y.register("meters",(e,t)=>typeof e=="number"?Li(e,typeof t=="number"?t:1):null);Y.register("feet",(e,t)=>typeof e=="number"?Ei(e,typeof t=="number"?t:0):null);Y.register("yards",(e,t)=>typeof e=="number"?Bi(e,typeof t=="number"?t:0):null);Y.register("inches",(e,t)=>typeof e=="number"?Ag(e,typeof t=="number"?t:1):null);Y.register("autoScaleDistance",(e,t,r)=>typeof e=="number"?kc(e,typeof t=="boolean"?t:false,typeof r=="number"?r:1):null);var Vi=(e,t=1)=>_(e)?null:`${e.toFixed(t)} Wh`,zi=(e,t=1)=>_(e)?null:`${(e/1e3).toFixed(t)} kWh`,Pc=(e,t=1)=>_(e)?null:`${(e/1e6).toFixed(t)} MWh`,Dc=(e,t=1)=>_(e)?null:`${(e/1e9).toFixed(t)} GWh`,Rc=(e,t=1)=>{if(_(e))return null;let r=Math.abs(e);return r>=1e9?Dc(e,t):r>=1e6?Pc(e,t):r>=1e3?zi(e,t):Vi(e,t)},Oi=(e,t)=>{if(t.hideWhenNull&&e==null||t.hideWhenZero&&e===0)return null;if(e==null)return t.nullText??null;let r=typeof e=="string"?parseFloat(e):Number(e);if(isNaN(r))return t.nullText??null;let o=t.decimals??1;if(t.unit)switch(t.unit){case "GWh":return Dc(r,o);case "MWh":return Pc(r,o);case "kWh":return zi(r,o);case "Wh":return Vi(r,o)}return t.autoScale!==false?Rc(r,o):Vi(r,o)};Y.register("kWh",e=>typeof e=="number"?zi(e):null);Y.register("autoScaleEnergy",(e,t)=>typeof e=="number"?Rc(e,typeof t=="number"?t:1):null);Y.register("energy",Oi);var Kn=e=>{if(!e)return null;let t=e.replace(/\D/g,"");return t.length===10?t.replace(/(\d{3})(\d{3})(\d{4})/,"($1) $2-$3"):t.length===11&&t.startsWith("1")?t.replace(/1(\d{3})(\d{3})(\d{4})/,"+1 ($1) $2-$3"):e},Hi=e=>{if(!e)return null;let t=e.replace(/[^\d+]/g,"");return t.startsWith("+")?t.length===12&&t.startsWith("+1")?t.replace(/\+1(\d{3})(\d{3})(\d{4})/,"+1 ($1) $2-$3"):t.length===13&&t.startsWith("+44")?t.replace(/\+44(\d{2})(\d{4})(\d{4})/,"+44 $1 $2 $3"):t.replace(/(\+\d{1,3})(\d{3,4})(\d{3,4})(\d{3,4})?/,"$1 $2 $3 $4").trim():Kn(e)},Ac=e=>e?e.startsWith("+")||e.length>11?Hi(e):Kn(e):null,Mc=(e,t)=>{if(t.hideWhenNull&&e==null)return null;if(e==null)return t.nullText??null;let r=String(e);if(t.international)return Hi(r);switch(t.country){case "US":case "CA":return Kn(r);default:return Ac(r)}};Y.register("phoneNumber",e=>typeof e=="string"?Ac(e):null);Y.register("usPhone",e=>typeof e=="string"?Kn(e):null);Y.register("internationalPhone",e=>typeof e=="string"?Hi(e):null);var Yn=(e,t=0)=>_(e)?null:t===0?`${Math.round(e)} W`:`${e.toFixed(t)} W`,Gi=(e,t=1)=>_(e)?null:`${(e/1e3).toFixed(t)} kW`,Wi=(e,t=1)=>_(e)?null:`${(e/1e6).toFixed(t)} MW`,Ui=(e,t=2)=>_(e)?null:`${(e/1e9).toFixed(t)} GW`,Mg=(e,t)=>{if(_(e))return null;let r=Math.abs(e);return r>=1e9?Ui(e,t??2):r>=1e6?Wi(e,t??1):r>=1e3?Gi(e,t??1):Yn(e,t??0)},Ki=(e,t)=>{if(t.hideWhenNull&&e==null||t.hideWhenZero&&e===0)return null;if(e==null)return t.nullText??null;let r=typeof e=="string"?parseFloat(e):Number(e);if(isNaN(r))return t.nullText??null;let o=t.decimals;if(t.unit)switch(t.unit){case "GW":return Ui(r,o??2);case "MW":return Wi(r,o??1);case "kW":return Gi(r,o??1);case "W":return Yn(r,o??0)}return t.autoScale!==false?Mg(r,o):Yn(r,o??0)};Y.register("power",Ki);var Qw=Yn,$w=Gi,_w=Wi,e5=Ui;var Yi=(e,t=1)=>_(e)?null:`${(e*1e3).toFixed(t)} m\u03A9`,Jn=(e,t=1)=>_(e)?null:`${e.toFixed(t)} \u03A9`,Lc=(e,t=1)=>_(e)?null:`${(e/1e3).toFixed(t)} k\u03A9`,Fc=(e,t=2)=>_(e)?null:`${(e/1e6).toFixed(t)} M\u03A9`,Lg=(e,t)=>{if(_(e))return null;let r=Math.abs(e);return r>=1e6?Fc(e,t??2):r>=1e3?Lc(e,t??1):r<1?Yi(e,t??1):Jn(e,t??1)},Ji=(e,t)=>{if(t.hideWhenNull&&e==null||t.hideWhenZero&&e===0)return null;if(e==null)return t.nullText??null;let r=typeof e=="string"?parseFloat(e):Number(e);if(isNaN(r))return t.nullText??null;let o=t.decimals;if(t.unit)switch(t.unit){case "M\u03A9":return Fc(r,o??2);case "k\u03A9":return Lc(r,o??1);case "m\u03A9":return Yi(r,o??1);case "\u03A9":return Jn(r,o??1)}return t.autoScale!==false?Lg(r,o):Jn(r,o??1)};Y.register("resistance",Ji);Y.register("ohms",e=>typeof e=="number"?Jn(e):null);Y.register("milliohms",e=>typeof e=="number"?Yi(e):null);var Ec=e=>{switch(e){case "FAHRENHEIT":return "F";case "CELSIUS":return "C";case "KELVIN":return "K";default:return "F"}},Ic=(e,t=0)=>_(e)?null:`${e.toFixed(t)}\xB0F`,Bc=(e,t=true,r=0)=>_(e)?null:`${(t?(e-32)*(5/9):e).toFixed(r)}\xB0C`,Vc=(e,t=true,r=0)=>_(e)?null:`${(t?(e-32)*(5/9)+273.15:e+273.15).toFixed(r)}K`,Fg=e=>e*9/5+32,Eg=e=>(e-32)*(5/9),s5=e=>e+273.15,Ig=e=>e-273.15,l5=e=>Eg(e)+273.15,c5=e=>Fg(Ig(e)),zc=(e,t="F",r=0)=>{if(_(e))return null;switch(typeof t=="string"&&t.length>1?Ec(t):t){case "C":return Bc(e,true,r);case "K":return Vc(e,true,r);case "F":default:return Ic(e,r)}},Oc=(e,t)=>{if(t.hideWhenNull&&e==null)return null;if(e==null)return t.nullText??null;let r=typeof e=="string"?parseFloat(e):Number(e);if(isNaN(r))return t.nullText??null;let o=t.decimals??0,n=t.unit??"F";if(t.showUnit===false)switch(typeof n=="string"&&n.length>1?Ec(n):n){case "C":return ((r-32)*.5555555555555556).toFixed(o);case "K":return ((r-32)*.5555555555555556+273.15).toFixed(o);case "F":default:return r.toFixed(o)}return zc(r,n,o)};Y.register("temperature",(e,t,r)=>typeof e=="number"?zc(e,typeof t=="string"?t:"F",typeof r=="number"?r:0):null);Y.register("fahrenheit",(e,t)=>typeof e=="number"?Ic(e,typeof t=="number"?t:0):null);Y.register("celsius",(e,t,r)=>typeof e=="number"?Bc(e,typeof t=="boolean"?t:true,typeof r=="number"?r:0):null);Y.register("kelvin",(e,t,r)=>typeof e=="number"?Vc(e,typeof t=="boolean"?t:true,typeof r=="number"?r:0):null);var Bg=(e,t)=>!!(t.hideWhenNull&&e==null||t.hideWhenZero&&e===0),Hc=e=>e?.toUpperCase()??"",Gc=e=>e?.toLowerCase()??"",Wc=e=>e?e.charAt(0).toUpperCase()+e.slice(1).toLowerCase():"",Uc=e=>{if(!e)return "";let t=new Set(["a","an","the","and","but","or","for","nor","on","at","of","to","with","in","as","by"]);return e.toLowerCase().split(/\s+/).map((r,o)=>t.has(r)&&o!==0?r:r.charAt(0).toUpperCase()+r.slice(1)).join(" ")},Kc=e=>e?e.split(/\s+/).map(t=>t.charAt(0).toUpperCase()+t.slice(1).toLowerCase()).join(" "):"",Yc=e=>e?e.charAt(0).toUpperCase()+e.slice(1):"",Jc=e=>e?e.replace(/([A-Z])/g," $1").replace(/^./,t=>t.toUpperCase()).trim():"",Zc=e=>e?e.toLowerCase().split("_").map(t=>Yc(t)).join(" "):"",Vg=e=>e?e.includes("_")?Zc(e):e.toUpperCase()===e?Yc(e.toLowerCase()):Jc(e):"",Xc=(e,t=16)=>{if(!e)return "";if(t<5||e.length<=t)return e;let r=t-3,o=Math.ceil(r/2),n=Math.floor(r/2);return `${e.slice(0,o)}...${e.slice(-n)}`},qc=(e,t=8)=>e?e.length<=t?e:`...${e.slice(-t)}`:"",jc=(e,t=16,r="...")=>e?e.length<=t?e:e.slice(0,t)+r:"",zg=e=>{if(!e)return "";let t=e.toString(),r=t.slice(-4),o=t.length-4;return o>0?"*".repeat(o)+r:t},Qc=(e,t)=>{if(Bg(e,t))return null;if(e==null)return t.nullText??null;let r=String(e);if(t.transform&&(Array.isArray(t.transform)?t.transform:[t.transform]).forEach(n=>{switch(n){case "uppercase":r=Hc(r);break;case "lowercase":r=Gc(r);break;case "capitalize":r=Kc(r);break;case "titleCase":r=Uc(r);break;case "sentenceCase":r=Wc(r);break}}),t.truncate){let{length:o,position:n,ellipsis:a="..."}=t.truncate;switch(n){case "start":r=qc(r,o);break;case "middle":r=Xc(r,o);break;case "end":r=jc(r,o,a);break}}return r};Y.register("uppercase",e=>Hc(String(e)));Y.register("lowercase",e=>Gc(String(e)));Y.register("sentenceCase",e=>Wc(String(e)));Y.register("titleCase",e=>Uc(String(e)));Y.register("capitalize",e=>Kc(String(e)));Y.register("camelCaseToWords",e=>Jc(String(e)));Y.register("snakeCaseToWords",e=>Zc(String(e)));Y.register("enumToSentenceCase",e=>Vg(String(e)));Y.register("truncateMiddle",(e,t)=>Xc(String(e),typeof t=="number"?t:16));Y.register("truncateStart",(e,t)=>qc(String(e),typeof t=="number"?t:8));Y.register("truncateEnd",(e,t,r)=>jc(String(e),typeof t=="number"?t:16,typeof r=="string"?r:"..."));Y.register("secret",e=>zg(String(e)));var Zi=(e,t=0)=>{if(_(e))return null;let r=e*1e3;return t===0?`${Math.round(r)} mV`:`${r.toFixed(t)} mV`},Zn=(e,t=0)=>_(e)?null:t===0?`${Math.round(e)} V`:`${e.toFixed(t)} V`,Xi=(e,t=1)=>_(e)?null:`${(e/1e3).toFixed(t)} kV`,Og=(e,t)=>{if(_(e))return null;let r=Math.abs(e);return r>=1e3?Xi(e,t??1):r<1?Zi(e,t??0):Zn(e,t??0)},qi=(e,t)=>{if(t.hideWhenNull&&e==null||t.hideWhenZero&&e===0)return null;if(e==null)return t.nullText??null;let r=typeof e=="string"?parseFloat(e):Number(e);if(isNaN(r))return t.nullText??null;let o=t.decimals;if(t.unit)switch(t.unit){case "kV":return Xi(r,o??1);case "mV":return Zi(r,o??0);case "V":return Zn(r,o??0)}return t.autoScale!==false?Og(r,o):Zn(r,o??0)};Y.register("voltage",qi);var g5=Zi,b5=Zn,x5=Xi;var Hg=(e,t)=>{if(e==null)return t.nullText??null;if(t.hideWhenNull&&e===null)return null;let r=typeof e=="number"?e:Number(e);return Number.isNaN(r)?t.nullText??null:yc(r,t.decimals??0)},Ar=(e,t)=>{switch(t.type){case "text":return Qc(e,t);case "number":return Cc(e,t);case "percentage":return Hg(e,t);case "currency":return Sc(e,t);case "date":return wc(e,t);case "boolean":return xc(e,t);case "energy":return Oi(e,t);case "power":return Ki(e,t);case "voltage":return qi(e,t);case "current":return Mi(e,t);case "resistance":return Ji(e,t);case "temperature":return Oc(e,t);case "distance":return Tc(e,t);case "phone":return Mc(e,t);case "custom":{let r=t;return r.hideWhenNull&&e==null?null:e==null?r.nullText??null:r.formatter(e,r.options)}default:return e!=null?String(e):null}},M5=(e,t)=>({type:e,...t});var ho={xs:16,sm:20,md:24,lg:32,xl:40,"2xl":48},P=ir.memo(({name:e,size:t="md",color:r,weight:o="regular",className:n,ariaLabel:a,...i})=>{let l=Gg__namespace[e];if(!l)return process.env.NODE_ENV==="development"&&console.error(`Icon "${e}" not found in @phosphor-icons/react`),null;let s=typeof t=="string"&&t in ho?ho[t]:t,c=tailwindMerge.twMerge("inline-block flex-shrink-0",!r&&"text-current",n);return jsxRuntime.jsx(l,{...i,size:s,color:r,weight:o,className:c,"aria-label":a||`${e} icon`,"data-testid":`icon-${e}`})});P.displayName="Icon";var ed=ir.memo(({variant:e="subtle",shape:t="square",containerSize:r,containerClassName:o,size:n="md",className:a,name:i,color:l,weight:s,ariaLabel:c,ref:p,...d})=>{let m=typeof n=="string"&&n in ho?ho[n]:n,u=r?typeof r=="string"&&r in ho?ho[r]:r:m*1.75,g=tailwindMerge.twMerge("inline-flex items-center justify-center flex-shrink-0",t==="circle"?"rounded-full":"rounded-lg",e==="subtle"&&"bg-gray-100 dark:bg-gray-800",e==="solid"&&"bg-brand text-white",e==="outline"&&"border-2 border-current",o);return jsxRuntime.jsx("div",{className:g,style:{width:u,height:u},children:jsxRuntime.jsx(P,{...d,name:i,size:n,color:l,weight:s,className:a,ariaLabel:c})})});ed.displayName="IconWithContainer";function ot({transparent:e=false,className:t,children:r,...o}){return jsxRuntime.jsx(reactAriaComponents.ModalOverlay,{...o,className:reactAriaComponents.composeRenderProps(t,(n,a)=>tailwindMerge.twMerge("fixed inset-0 z-50",e?"bg-transparent":["bg-gradient-to-br from-black/40 via-black/30 to-black/40","backdrop-blur-sm","supports-[backdrop-filter]:bg-black/25"].join(" "),a.isEntering&&["animate-in fade-in","duration-300 ease-out"].join(" "),a.isExiting&&["animate-out fade-out","duration-200 ease-in"].join(" "),n)),children:r})}function $g({isEntering:e,isExiting:t,className:r="",disableGroup:o=false}){let n=[!o&&"group","bg-background-surface","forced-colors:bg-[Canvas]","shadow-lg","rounded-[var(--control-border-radius)]","bg-clip-padding","border","border-border-default","outline-none"].filter(Boolean).join(" "),a=e?["animate-in","fade-in","placement-bottom:slide-in-from-top-1","placement-top:slide-in-from-bottom-1","placement-left:slide-in-from-right-1","placement-right:slide-in-from-left-1","ease-out","duration-200"].join(" "):"",i=t?["animate-out","fade-out","placement-bottom:slide-out-to-top-1","placement-top:slide-out-to-bottom-1","placement-left:slide-out-to-right-1","placement-right:slide-out-to-left-1","ease-in","duration-150"].join(" "):"";return [n,a,i,r].filter(Boolean).join(" ")}function We({children:e,showArrow:t=false,withBackdrop:r=false,className:o,isDismissable:n=true,disableGroup:a=false,...i}){let s=reactAriaComponents.useSlottedContext(reactAriaComponents.PopoverContext)?.trigger==="SubmenuTrigger",c=t?12:8;c=s?c-6:c;let p=jsxRuntime.jsxs(reactAriaComponents.Popover,{offset:c,...i,className:reactAriaComponents.composeRenderProps(o,(d,m)=>$g({...m,className:d,disableGroup:a})),children:[t&&jsxRuntime.jsx(reactAriaComponents.OverlayArrow,{children:jsxRuntime.jsx("svg",{width:12,height:12,viewBox:"0 0 12 12",className:"block fill-background-surface stroke-border-default stroke-1 group-placement-left:-rotate-90 group-placement-right:rotate-90 group-placement-bottom:rotate-180 forced-colors:fill-[Canvas] forced-colors:stroke-[ButtonBorder]",children:jsxRuntime.jsx("path",{d:"M0 0 L6 6 L12 0"})})}),e]});return r?jsxRuntime.jsx(ot,{isDismissable:n,children:jsxRuntime.jsx(reactAriaComponents.Modal,{isDismissable:n,children:p})}):p}function Xn({children:e,items:t,className:r,align:o="left",textAlign:n="left",size:a="md",onAction:i,header:l,footer:s}){return jsxRuntime.jsx("div",{className:r,children:jsxRuntime.jsxs(reactAriaComponents.MenuTrigger,{children:[e,jsxRuntime.jsx(We,{className:tailwindMerge.twMerge("w-fit min-w-[180px] overflow-auto rounded-[var(--control-border-radius)] border border-border-default","bg-background-surface p-1 shadow-lg","animate-in fade-in zoom-in-97","duration-200 ease-out","data-[exiting]:animate-out data-[exiting]:fade-out data-[exiting]:zoom-out-97","data-[exiting]:duration-150 data-[exiting]:ease-in",o==="right"?"origin-top-right":"origin-top-left"),placement:o==="right"?"bottom end":"bottom start",children:jsxRuntime.jsxs("div",{className:"flex min-w-[180px] flex-col gap-1",children:[l?jsxRuntime.jsx("div",{className:"px-3 pb-2 pt-3",children:l}):null,jsxRuntime.jsx(reactAriaComponents.Menu,{className:"outline-none",children:t.map(c=>jsxRuntime.jsx(ob,{id:c.id,onAction:()=>c.onAction?.()||i?.(c),textAlign:n,size:a,iconName:c.iconName,isDisabled:c.disabled,variant:c.variant,"data-testid":c.testId,children:c.name},c.id))}),s?jsxRuntime.jsx("div",{className:"px-3 pb-3 pt-2",children:s}):null]})})]})})}function ob({textAlign:e="left",iconName:t,size:r="md",isDisabled:o,children:n,variant:a="default",...i}){let l={sm:"px-3 py-1.5 text-sm",md:"px-4 py-2 text-base"},s={default:"text-text-body hover:bg-background-hover data-[focused]:bg-background-hover data-[focus-visible]:ring-2 data-[focus-visible]:ring-action-default data-[focus-visible]:ring-inset",destructive:"text-feedback-error-text hover:bg-feedback-error-background data-[focused]:bg-feedback-error-background data-[focus-visible]:ring-2 data-[focus-visible]:ring-feedback-error-border data-[focus-visible]:ring-inset"};return jsxRuntime.jsxs(reactAriaComponents.MenuItem,{...i,isDisabled:o,className:tailwindMerge.twMerge("group box-border flex w-full cursor-pointer items-center rounded-sm outline-none transition-colors",l[r],s[a],e==="right"?"justify-end":"justify-start",o&&"pointer-events-none opacity-50"),children:[t&&e==="left"&&jsxRuntime.jsx(P,{name:t,size:r==="sm"?16:20,className:"mr-2 flex-shrink-0"}),jsxRuntime.jsx("span",{className:"flex-1",children:n}),t&&e==="right"&&jsxRuntime.jsx(P,{name:t,size:r==="sm"?16:20,className:"ml-2 flex-shrink-0"})]})}var qn=({className:e,size:t=24,color:r="text-action-brand"})=>jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("inline-block animate-spin rounded-full border-2 border-solid border-current border-r-transparent",r,e),style:{width:t,height:t},role:"status","aria-label":"loading",children:jsxRuntime.jsx("span",{className:"sr-only",children:"Loading..."})});function ut({state:e,message:t,className:r,customIndicator:o}){if(e!=="loading-more")return null;let n=jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("flex items-center justify-center gap-2 py-4","text-text-muted",r),"aria-label":t||"Loading",children:[jsxRuntime.jsx(qn,{size:20,color:"text-text-muted"}),t&&jsxRuntime.jsx("span",{className:"text-sm","aria-hidden":"true",children:t})]});return o||n}var F=({width:e,height:t,variant:r="rect",animation:o="pulse",gradient:n=false,flex:a=false,stack:i,responsive:l,delay:s=0,adjustAnimationSpeedBasedOnWidth:c=false,ariaLabel:p,className:d,"data-testid":m})=>{let[u,g]=ir.useState(s===0);if(ir.useEffect(()=>{if(s>0){let C=setTimeout(()=>g(true),s);return ()=>clearTimeout(C)}},[s]),!u)return null;let f=n?"bg-gradient-to-r from-[var(--color-skeleton-base)] via-[var(--color-skeleton-highlight)] to-[var(--color-skeleton-base)]":"bg-[var(--color-skeleton-base)]",b=c&&e?(()=>{let C=typeof e=="number"?e:parseFloat(String(e));return isNaN(C)?"":`animation-duration-[${Math.max(.8,C/100)}s]`})():"",x=o==="pulse"?`animate-pulse ${b}`:o==="wave"?`relative overflow-hidden before:absolute before:inset-0 before:bg-gradient-to-r before:from-transparent before:via-[var(--color-skeleton-wave)] before:to-transparent before:animate-wave ${b}`:"",y="rounded-sm";r==="circle"&&(y="rounded-full"),r==="text"&&(y="h-4 w-full rounded-sm");let v=a?"flex-1 min-w-0":"",h=l?Object.entries(l).map(([C,S])=>`${C}:w-[${S}]`).join(" "):"";return i?jsxRuntime.jsx("div",{className:"space-y-2","data-testid":m,children:i.map((C,S)=>jsxRuntime.jsx("div",{className:tailwindMerge.twMerge(f,x,y,v,h,d),style:{width:C,height:t}},S))}):jsxRuntime.jsx("div",{className:tailwindMerge.twMerge(f,x,y,v,h,d),style:{width:e,height:t},role:"presentation","aria-hidden":!p,"aria-label":p??void 0,"data-testid":m})},ad=({count:e=1,children:t,className:r,"data-testid":o})=>jsxRuntime.jsx("div",{className:r,"data-testid":o,children:Array.from({length:e}).map((n,a)=>jsxRuntime.jsx("div",{children:t},a))});var Qo=new Map,ze=(e,t="#000000")=>{if(typeof window>"u")return t;let r=e.startsWith("var(")?e.slice(4,-1):e.startsWith("--")?e:`--${e}`;if(!e.startsWith("--")&&!e.startsWith("var(")&&!r.startsWith("--color-")&&(r=`--color-${r.slice(2)}`),Qo.has(r))return Qo.get(r);try{let o=document.body||document.documentElement,a=getComputedStyle(o).getPropertyValue(r).trim();if(a)return Qo.set(r,a),a;let i=document.createElement("div");i.style.color=`var(${r})`,document.body.appendChild(i);let l=getComputedStyle(i).color;return document.body.removeChild(i),l&&l!=="rgb(0, 0, 0)"?(Qo.set(r,l),l):t}catch(o){return console.warn(`Failed to resolve color for ${e}:`,o),t}},yo=()=>{Qo.clear();},$o=()=>{let e=[];for(let t=1;t<=6;t++){let r=ze(`--color-viz-categorical-${t}`);r&&e.push(r);}return e.length===0?id():e},id=()=>["#444ae1","#10b981","#f59e0b","#ef4444","#8b5cf6","#06b6d4","#ec4899","#f97316","#14b8a6","#6366f1"],$i=()=>ze("--color-viz-default","#444ae1"),cb=(e,t)=>{let r={},o=$o();return e.forEach((n,a)=>{t&&t[n]?r[n]=t[n]:r[n]=o[a%o.length];}),r};var sd=e=>{let t=e.match(/\d+/g);if(!t||t.length<3)return true;let[r,o,n]=t.map(Number);return (.299*r+.587*o+.114*n)/255>.5},db=e=>sd(e)?ze("--text-body","#333333"):ze("--neutral-white","#ffffff"),ld=(e,t)=>{if(!e||typeof e!="object")return console.warn("[Colors] Invalid GeoJSON data provided to extractUniqueValues"),[];if(!("type"in e)||e.type!=="FeatureCollection"&&e.type!=="Feature")return console.warn("[Colors] Data is not valid GeoJSON (missing type or invalid type)"),[];let r=new Set,o="features"in e?e.features:[e];if(!Array.isArray(o)||o.length===0)return console.warn("[Colors] No features found in GeoJSON data"),[];let n=0;return o.forEach(a=>{if(!(!a||typeof a!="object")&&a.properties&&t in a.properties){n++;let i=a.properties[t];i!=null&&r.add(i);}}),n===0&&console.warn(`[Colors] Property "${t}" not found on any features. Available properties: ${o[0]?.properties?Object.keys(o[0].properties).join(", "):"none"}`),Array.from(r).sort()},cd=e=>{let t=$o(),r={};return e.forEach((o,n)=>{r[o]=t[n%t.length];}),r};var _i=(e,t)=>{if(!e||typeof e!="object")return console.warn("[Colors] Invalid GeoJSON data provided to extractNumericValues"),[];if(!("type"in e)||e.type!=="FeatureCollection"&&e.type!=="Feature")return console.warn("[Colors] Data is not valid GeoJSON (missing type or invalid type)"),[];let r="features"in e?e.features:[e];if(!Array.isArray(r)||r.length===0)return console.warn("[Colors] No features found in GeoJSON data"),[];let o=new Set,n=0;return r.forEach(a=>{if(!(!a||typeof a!="object")&&a.properties&&t in a.properties){n++;let i=a.properties[t];typeof i=="number"&&!isNaN(i)&&o.add(i);}}),n===0&&console.warn(`[Colors] Property "${t}" not found on any features. Available properties: ${r[0]?.properties?Object.keys(r[0].properties).join(", "):"none"}`),Array.from(o).sort((a,i)=>a-i)},es=e=>e.length===0?(console.warn("[Colors] Cannot calculate bounds from empty array"),{min:0,max:1}):{min:e[0],max:e[e.length-1]},dd=(e,t)=>{if(typeof t=="number")return t;if(e.length===0)return console.warn("[Colors] Cannot calculate center from empty array, defaulting to 0"),0;if(t==="median"){let r=Math.floor(e.length/2);return e.length%2===0?(e[r-1]+e[r])/2:e[r]}return e.reduce((r,o)=>r+o,0)/e.length},ud=(e="viridis")=>{let t=`viz-sequential-${e}`,r=[];for(let o=1;o<=10;o++){let n=`${t}-${o}`,a=ze(n);r.push(a);}return r},pd=(e="redYellowBlue")=>{let o=`viz-diverging-${{orangeYellowSeafoam:"orange-yellow-seafoam",redYellowBlue:"red-yellow-blue",redBlue:"red-blue"}[e]||e}`,n=[];for(let a=1;a<=10;a++){let i=`${o}-${a}`,l=ze(i);n.push(l);}return n};var rs=ir.createContext({colorMode:"light",isDarkTheme:false,toggleTheme:()=>{}}),pt=()=>ir.useContext(rs);function ts(){if(typeof window>"u")return "light";let e=localStorage.getItem("theme");return e==="dark"||e==="light"?e:document.body.classList.contains("theme-dark")||document.documentElement.classList.contains("theme-dark")||window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"}var fd=({children:e})=>{let[t,r]=ir.useState(ts),o=t==="dark";ir.useEffect(()=>{yo();let a=()=>{let d=ts();d!==t&&r(d);};a();let i=setTimeout(a,100),l=window.matchMedia("(prefers-color-scheme: dark)"),s=d=>{localStorage.getItem("theme")||(yo(),r(d.matches?"dark":"light"));},c=()=>{let d=ts();d!==t&&(yo(),r(d));};l.addEventListener("change",s);let p=new MutationObserver(c);return p.observe(document.body,{attributes:true,attributeFilter:["class"]}),p.observe(document.documentElement,{attributes:true,attributeFilter:["class"]}),()=>{clearTimeout(i),l.removeEventListener("change",s),p.disconnect();}},[t]);let n=ir.useCallback(()=>{r(a=>{let i=a==="light"?"dark":"light";return localStorage.setItem("theme",i),i==="dark"?document.body.classList.add("theme-dark"):document.body.classList.remove("theme-dark"),yo(),i});},[]);return jsxRuntime.jsx(rs.Provider,{value:{colorMode:t,isDarkTheme:o,toggleTheme:n},children:e})};function gd(e){let t=(e.end.getTime()-e.start.getTime())/36e5;if(t<=72)return a=>new Intl.DateTimeFormat("en",{month:"short",day:"numeric",hour:"numeric",minute:"2-digit"}).format(a);if(t<=720)return a=>new Intl.DateTimeFormat("en",{month:"short",day:"numeric"}).format(a);let r=e.start.getFullYear(),o=e.end.getFullYear(),n=r!==o;return a=>new Intl.DateTimeFormat("en",{month:"short",day:"numeric",...n&&{year:"numeric"}}).format(a)}function bd(e){let t=(e.end.getTime()-e.start.getTime())/36e5;if(t<=24)return a=>new Intl.DateTimeFormat("en",{hour:"numeric",minute:"2-digit"}).format(a);if(t<=48)return a=>new Intl.DateTimeFormat("en",{month:"short",day:"numeric",hour:"numeric"}).format(a);if(t<=720)return a=>new Intl.DateTimeFormat("en",{month:"short",day:"numeric"}).format(a);let r=e.start.getFullYear(),o=e.end.getFullYear(),n=r!==o;return a=>new Intl.DateTimeFormat("en",{month:"short",day:"numeric",...n&&{year:"numeric"}}).format(a)}function Se(e=false){return `${e?"outline outline-1 outline-border-input focus:outline-2 focus:outline-action-default focus:outline-offset-0 invalid:outline-2 invalid:outline-feedback-error-border group-invalid:outline-2 group-invalid:outline-feedback-error-border forced-colors:focus:outline-[Highlight] forced-colors:focus:outline-2 forced-colors:focus:outline-offset-2":"outline-none focus-visible:outline focus-visible:outline-2 focus-visible:outline-action-default focus-visible:outline-offset-0 invalid:outline-2 invalid:outline-feedback-error-border group-invalid:outline-2 group-invalid:outline-feedback-error-border forced-colors:focus:outline-[Highlight] forced-colors:focus:outline-2 forced-colors:focus:outline-offset-2"}`}function de(e,t){return reactAriaComponents.composeRenderProps(e,r=>tailwindMerge.twMerge(t,r))}var vo=ir.createContext({variant:"timeline",size:"md"});function yd(){return ir.useContext(vo)}function jn(e){return ir.isValidElement(e)&&e.type===_n}function wb(e){return ir.isValidElement(e)&&e.type===$n}function ns({variant:e="timeline",size:t="md",className:r,children:o,items:n,renderItem:a,isLoading:i=false,loadingState:l,error:s=null,renderLoadingSkeleton:c,loadingSkeletonCount:p=5,emptyMessage:d="No activity found.",onLoadMore:m,hasMore:u=false,enableVirtualization:g,estimatedItemSize:f,loadingIndicator:b,height:x,maxHeight:y,...v}){let h=ir.useRef(null),{isMobile:C}=bo(),S=C?"stacked":e,w=n!==void 0&&a!==void 0,{scrollRef:N,loadMoreRef:k,virtualizer:L,virtualItems:V,isLoadingMore:H,computedLoadingState:K}=cr({items:n||[],onLoadMore:w?m:void 0,hasMore:w?u:false,isLoading:i,loadingState:l,enableVirtualization:w?g:false,estimatedItemSize:f||(S==="stacked"?120:150),overscan:5}),B=w&&N?N:h,J=ir.useMemo(()=>({variant:S,size:t}),[S,t]),j=S==="timeline"?t==="sm"?"gap-4":"gap-6":"gap-0",$=S==="stacked"?"divide-y divide-border-subtle rounded-lg border border-border-subtle bg-background-surface":"",A={};if(w&&m&&(x?(A.height=typeof x=="number"?`${x}px`:x,A.overflowY="auto"):y?(A.maxHeight=typeof y=="number"?`${y}px`:y,A.overflowY="auto"):(A.height="600px",A.overflowY="auto")),w){let X=K==="loading"||i&&(!n||n.length===0);if(X){let E=c?jsxRuntime.jsx(jsxRuntime.Fragment,{children:Array.from({length:p}).map((W,G)=>jsxRuntime.jsx("div",{children:c()},`skeleton-${G}`))}):jsxRuntime.jsx(jsxRuntime.Fragment,{children:Array.from({length:p}).map((W,G)=>jsxRuntime.jsxs("div",{className:S==="timeline"?"grid grid-cols-[3rem_1fr] gap-4":"px-4 py-4",children:[S==="timeline"&&jsxRuntime.jsx("div",{className:"flex flex-col items-center pt-3",children:jsxRuntime.jsx(F,{width:24,height:24,variant:"circle"})}),jsxRuntime.jsxs("div",{className:"flex flex-col gap-2",children:[jsxRuntime.jsx(F,{width:"60%",height:16}),jsxRuntime.jsx(F,{width:"80%",height:14})]})]},`skeleton-${G}`))});return jsxRuntime.jsx(vo.Provider,{value:J,children:jsxRuntime.jsx("div",{ref:B,"data-slot":"feed","data-variant":S,className:tailwindMerge.twMerge("flex flex-col",j,$,r),style:A,...v,children:E})})}if(s)return jsxRuntime.jsx(vo.Provider,{value:J,children:jsxRuntime.jsx("div",{ref:B,"data-slot":"feed","data-variant":S,className:tailwindMerge.twMerge("flex flex-col",j,$,r),style:A,...v,children:jsxRuntime.jsx("div",{className:"p-4 text-center text-action-destructive",children:s})})});if(!n||n.length===0)return jsxRuntime.jsx(vo.Provider,{value:J,children:jsxRuntime.jsx("div",{ref:B,"data-slot":"feed","data-variant":S,className:tailwindMerge.twMerge("flex flex-col",j,$,r),style:A,...v,children:jsxRuntime.jsx("div",{className:"p-4 text-center text-text-muted",children:d})})});let D=L?V?.map(E=>({virtualItem:E,item:n[E.index],index:E.index}))||[]:n.map((E,W)=>({item:E,index:W,virtualItem:null}));return jsxRuntime.jsx(vo.Provider,{value:J,children:jsxRuntime.jsxs("div",{ref:B,"data-slot":"feed","data-variant":S,className:tailwindMerge.twMerge("flex flex-col",j,$,r),style:{...A,position:L?"relative":void 0},...v,children:[L?jsxRuntime.jsxs("div",{style:{height:`${L.getTotalSize()}px`,position:"relative"},children:[D.map(({item:E,index:W,virtualItem:G})=>{if(!E||!G)return null;let O=a(E,W),te=S==="timeline"&&ir.isValidElement(O)&&jn(O)?ir.cloneElement(O,{showConnector:W!==n.length-1}):O;return jsxRuntime.jsx("div",{style:{position:"absolute",top:0,left:0,width:"100%",transform:`translateY(${G.start}px)`},"data-index":G.index,ref:L.measureElement,children:te},`item-${W}`)}),H&&jsxRuntime.jsx("div",{style:{position:"absolute",top:`${L.getTotalSize()}px`,left:0,width:"100%"},children:b||jsxRuntime.jsx(ut,{state:"loading-more"})})]}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[D.map(({item:E,index:W})=>{let G=a(E,W);if(S==="timeline"&&ir.isValidElement(G)&&jn(G)){let O=W===n.length-1;return jsxRuntime.jsx("div",{children:ir.cloneElement(G,{showConnector:!O})},`item-${W}`)}return jsxRuntime.jsx("div",{children:G},`item-${W}`)}),H&&(b||jsxRuntime.jsx(ut,{state:"loading-more"}))]}),m&&u&&!X&&jsxRuntime.jsx("div",{ref:k,style:L?{position:"absolute",top:`${L.getTotalSize()}px`,left:0,width:"100%",height:1}:{height:1,width:"100%"}})]})})}let M=ir.Children.toArray(o),z=M.map((X,D)=>{if(jn(X)){let E=X.props.showConnector??(S==="timeline"&&D<M.length-1),W=S==="timeline"&&D>0;return ir.cloneElement(X,{showConnector:E,showIncomingConnector:W})}if(wb(X)){let E=D===M.length-1;return ir.cloneElement(X,{__isLastGroup:E,__isFirstGroup:D===0})}return X});return jsxRuntime.jsx(vo.Provider,{value:J,children:jsxRuntime.jsx("div",{"data-slot":"feed","data-variant":S,className:tailwindMerge.twMerge("flex flex-col",j,$,r),...v,children:z})})}ns.displayName="ActivityFeed";function $n(e){let{variant:t,size:r}=yd(),{title:o,description:n,actions:a,children:i,className:l,__isLastGroup:s=false,__isFirstGroup:c=false,...p}=e,d=ir.Children.toArray(i),m=d.map((f,b)=>{if(jn(f)){let x=f.props.showConnector??(t==="timeline"&&!(s&&b===d.length-1));return ir.cloneElement(f,{showConnector:x,showIncomingConnector:t==="timeline"&&!(c&&b===0)})}return f}),u=t==="timeline"?"pl-[3rem]":r==="sm"?"px-3":"px-4",g=r==="sm"?"gap-3":"gap-4";return jsxRuntime.jsxs("section",{"data-slot":"group",className:tailwindMerge.twMerge("flex flex-col",l),...p,children:[(o||n||a)&&jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("mb-2 flex flex-wrap items-end justify-between gap-2",u),children:[jsxRuntime.jsxs("div",{className:"flex min-w-0 flex-col gap-1",children:[o&&jsxRuntime.jsx("span",{className:"text-xs font-semibold uppercase tracking-wide text-text-muted",children:o}),n&&jsxRuntime.jsx("span",{className:"text-sm text-text-muted",children:n})]}),a&&jsxRuntime.jsx("div",{className:"flex flex-shrink-0 items-center gap-2",children:a})]}),jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("flex flex-col",g),children:m})]})}$n.displayName="ActivityFeedGroup";var xd={neutral:"bg-background-muted text-text-muted border-border-muted",brand:"bg-background-muted text-action-brand border-action-brand/30",success:"bg-background-muted text-feedback-success-text border-feedback-success-border/40",warning:"bg-background-muted text-feedback-warning-text border-feedback-warning-border/40",danger:"bg-background-muted text-feedback-error-text border-feedback-error-border/40",info:"bg-background-muted text-feedback-info-text border-feedback-info-border/40"},Nb={neutral:"bg-background-subtle",brand:"bg-action-brand/5",success:"bg-feedback-success-background",warning:"bg-feedback-warning-background",danger:"bg-feedback-error-background",info:"bg-feedback-info-background"},kb={neutral:"border-border-muted",brand:"border-action-brand",success:"border-feedback-success-border",warning:"border-feedback-warning-border",danger:"border-feedback-error-border",info:"border-feedback-info-border"};function _n(e){let{variant:t,size:r}=yd(),{title:o,description:n,timestamp:a,meta:i,media:l,actions:s,visual:c,icon:p,iconWeight:d,tone:m="neutral",surface:u,isHighlighted:g=false,showConnector:f=true,hideIndicator:b=false,interactive:x,className:y,children:v,onKeyDown:h,showIncomingConnector:C,...S}=e,w=c??(p?jsxRuntime.jsx(P,{name:p,weight:d||"fill",className:"h-4 w-4"}):null),N=u??(t==="stacked"?"minimal":"subtle"),k=r==="sm"?"gap-2":"gap-3",L="text-xs text-text-subtle",V=r==="sm"?"text-sm":"text-[15px]",H="text-xs text-text-muted",K=x??typeof S.onClick=="function",B=D=>{if(!K){h?.(D);return}D.key===" "?D.preventDefault():D.key==="Enter"&&(D.preventDefault(),D.currentTarget.click()),h?.(D);},J=D=>{K&&D.key===" "&&(D.preventDefault(),D.currentTarget.click());},j=K?tailwindMerge.twMerge("group cursor-pointer",Se()):void 0,A=jsxRuntime.jsxs("div",{"data-slot":"connector",className:tailwindMerge.twMerge("relative flex h-full flex-col items-center",N==="minimal"?r==="sm"?"pt-2":"pt-3":r==="sm"?"pt-3":"pt-4"),children:[jsxRuntime.jsx("span",{"data-slot":"indicator",className:tailwindMerge.twMerge("relative z-10 flex h-8 w-8 flex-shrink-0 items-center justify-center rounded-full border text-sm font-medium shadow-sm ring-2 ring-background-surface",xd[m]),children:w}),t==="timeline"&&f&&jsxRuntime.jsx("span",{"data-slot":"separator",className:"absolute top-[2rem] left-1/2 w-0 border-l-2 border-dotted -translate-x-1/2 h-[calc(100%+2.5rem)] border-border-muted"})]}),M=g?tailwindMerge.twMerge(Nb[m],N==="minimal"?"rounded-md border border-border-muted":kb[m]):"";if(t==="stacked")return jsxRuntime.jsxs("div",{"data-slot":"item","data-variant":"stacked",role:K?"button":void 0,tabIndex:K?0:void 0,className:tailwindMerge.twMerge("flex flex-col",r==="sm"?"px-3 py-3":"px-4 py-4",{minimal:"",subtle:"bg-background-subtle",solid:"bg-background-muted"}[N],M,j,K?"transition-colors hover:bg-background-subtle/80":"",y),onKeyDown:B,onKeyUp:J,...S,children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[!b&&jsxRuntime.jsx("span",{"data-slot":"indicator",className:tailwindMerge.twMerge("flex h-6 w-6 flex-shrink-0 items-center justify-center rounded-full border text-sm font-medium shadow-sm ring-2 ring-background-surface",xd[m]),children:w}),jsxRuntime.jsx("div",{"data-slot":"title",className:"min-w-0 flex-1 text-sm font-semibold text-text-body",children:o})]}),jsxRuntime.jsxs("div",{"data-slot":"content",className:tailwindMerge.twMerge("mt-3 flex flex-col",k),children:[n&&jsxRuntime.jsx("div",{"data-slot":"description",className:tailwindMerge.twMerge("text-text-muted",V),children:n}),i&&jsxRuntime.jsx("div",{className:H,children:i}),l&&jsxRuntime.jsx("div",{className:"flex flex-col gap-2 text-sm text-text-muted",children:l}),v,s&&jsxRuntime.jsx("div",{className:"flex flex-wrap gap-2 pt-1",children:s}),a&&jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("-mt-1.5",L),children:a})]})]});let z=N==="minimal"?r==="sm"?"py-2":"py-3":r==="sm"?"p-3":"p-4",X={minimal:"",subtle:"rounded-md border border-border-subtle bg-background-surface",solid:"rounded-md bg-background-muted shadow-sm"};return jsxRuntime.jsxs("div",{"data-slot":"item","data-variant":"timeline",role:K?"button":void 0,tabIndex:K?0:void 0,className:tailwindMerge.twMerge("group relative grid items-start gap-4 grid-cols-[3rem_1fr]",j,y),onKeyDown:B,onKeyUp:J,...S,children:[b?jsxRuntime.jsx("div",{}):A,jsxRuntime.jsxs("div",{"data-slot":"content",className:tailwindMerge.twMerge("min-w-0 flex flex-col",k,z,X[N],M,K?"transition-colors group-hover:bg-background-subtle/70":""),children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between gap-3",children:[jsxRuntime.jsx("div",{"data-slot":"title",className:"min-w-0 flex-1 text-sm font-semibold text-text-body",children:o}),a&&jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("flex-shrink-0",L),children:a})]}),n&&jsxRuntime.jsx("div",{"data-slot":"description",className:tailwindMerge.twMerge("text-text-muted",V),children:n}),i&&jsxRuntime.jsx("div",{className:H,children:i}),l&&jsxRuntime.jsx("div",{className:"flex flex-col gap-2 text-sm text-text-muted",children:l}),v,s&&jsxRuntime.jsx("div",{className:"flex flex-wrap gap-2 pt-2",children:s})]})]})}_n.displayName="ActivityItem";var ue={sm:{text:"text-[length:var(--control-text-sm)]",height:"h-[var(--control-sm-height)]",padding:"px-[var(--control-padding-sm)]",paddingY:"py-[var(--control-gap-sm)]",gap:"gap-[var(--control-gap-sm)]"},md:{text:"text-[length:var(--control-text-md)]",height:"h-[var(--control-md-height)]",padding:"px-[var(--control-padding-md)]",paddingY:"py-[var(--control-gap-md)]",gap:"gap-[var(--control-gap-md)]"},lg:{text:"text-[length:var(--control-text-lg)]",height:"h-[var(--control-lg-height)]",padding:"px-[var(--control-padding-lg)]",paddingY:"py-[var(--control-gap-lg)]",gap:"gap-[var(--control-gap-lg)]"},xl:{text:"text-[length:var(--control-text-xl)]",height:"h-[var(--control-xl-height)]",padding:"px-[var(--control-padding-xl)]",paddingY:"py-[var(--control-gap-xl)]",gap:"gap-[var(--control-gap-xl)]"}};var Db="flex font-medium justify-center items-center gap-2 text-center transition rounded-[var(--control-border-radius)] whitespace-nowrap box-border",Rb={default:"bg-action-default text-[color:var(--color-action-default-text)] hover:bg-action-default-hover forced-colors:bg-[ButtonText] forced-colors:text-[ButtonFace] border-2 border-transparent",brand:"bg-action-brand text-[color:var(--color-action-brand-text)] hover:bg-action-brand-hover forced-colors:bg-[ButtonText] forced-colors:text-[ButtonFace] border-2 border-transparent",secondary:"bg-transparent text-text-body border-2 border-border-muted hover:bg-text-body/5 forced-colors:border-[ButtonBorder] forced-colors:bg-[ButtonFace] forced-colors:text-[ButtonText]",ghost:"border-none text-text-body hover:bg-text-body/5 forced-colors:text-[ButtonText] forced-colors:hover:bg-[ButtonFace]",destructive:"bg-transparent text-feedback-error-text border-2 border-border-muted hover:bg-feedback-error-background/50 forced-colors:border-[ButtonBorder] forced-colors:bg-[ButtonFace] forced-colors:text-[Mark]",link:"!text-action-brand hover:text-action-brand/90 hover:underline hover:decoration-2 hover:underline-offset-4",icon:"border-none text-text-body hover:bg-background-hover hover:text-text-heading forced-colors:text-[ButtonText] forced-colors:hover:bg-[ButtonFace] p-1 flex-shrink-0 rounded-[var(--control-border-radius)]",unstyled:"bg-transparent"},Cd={full:"w-full",default:"w-fit"},Ab="opacity-control-hover cursor-not-allowed pointer-events-none grayscale",Mb="opacity-100 cursor-pointer",Lb={"top-right":"-right-2 -top-2","top-left":"-left-2 -top-2","bottom-right":"-right-2 -bottom-2","bottom-left":"-left-2 -bottom-2"},Fb={primary:"bg-action-brand text-white",destructive:"bg-action-destructive text-white"};function Eb(e){return e?e==="primary"?"brand":e:"default"}function Ib(e){let{variant:t="default",size:r="md",isDisabled:o,fullWidth:n=false,isLoading:a=false}=e,i=Eb(t),l=i==="unstyled"?"":`${Db} ${Rb[i]}`;i!=="unstyled"&&(l+=` ${ue[r].text} ${ue[r].height} ${ue[r].padding} ${ue[r].gap}`),o||a?l+=` ${Ab}`:l+=` ${Mb}`,n?l+=` ${Cd.full}`:l+=` ${Cd.default}`;let s=i==="brand"?"focus-visible:outline-action-brand":void 0;return [l,Se(),s].filter(Boolean).join(" ")}function q(e){let{icon:t,children:r,isLoading:o=false,loadingText:n,loadingIndicator:a,size:i="md",iconPosition:l="left",iconWeight:s,href:c,className:p,badgeNumber:d,badgeVariant:m="primary",badgePosition:u="top-right",style:g,target:f,rel:b,...x}=e,y=t?jsxRuntime.jsx(P,{name:t,className:`icon-[--control-icon-size-${i}]`,weight:s}):null,v=jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[l==="left"&&y,typeof r=="function"?null:r,l==="right"&&y]}),h=jsxRuntime.jsxs("div",{className:"relative inline-flex items-center justify-center",children:[jsxRuntime.jsx("div",{className:"absolute inset-0 flex items-center justify-center",children:a||jsxRuntime.jsx(P,{name:"CircleNotch",className:`animate-spin icon-[--control-icon-size-${i}]`,"aria-hidden":"true"})}),jsxRuntime.jsx("div",{className:"invisible","aria-hidden":"true",children:v}),n&&jsxRuntime.jsx("span",{className:"sr-only",role:"status","aria-live":"polite",children:n})]}),C=(d??0)>0,S=tailwindMerge.twMerge(Ib(e),p),w=c?{href:c,target:f,rel:b,...x}:{};if(c){let{onPress:k,onPressStart:L,onPressEnd:V,onPressChange:H,onPressUp:K,onAuxClick:B,onContextMenu:J,onDoubleClick:j,...$}=x;Object.assign(w,$);}let N=c?jsxRuntime.jsx(reactAriaComponents.Link,{...w,...o&&{"aria-busy":true},style:C?void 0:g,className:S,children:o?h:typeof r=="function"?(function(k){return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[l==="left"&&y,r(k),l==="right"&&y]})}):v}):jsxRuntime.jsx(reactAriaComponents.Button,{...x,...o&&{"aria-busy":true},style:C?void 0:g,className:S,children:o?h:typeof r=="function"?(function(k){return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[l==="left"&&y,r(k),l==="right"&&y]})}):v});return C?jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("relative flex",p),style:g,children:[N,jsxRuntime.jsx("span",{className:`absolute ${Lb[u]} flex h-5 w-5 items-center justify-center rounded-full ${Fb[m]} text-xs font-medium`,"aria-label":`${d} items`,children:d})]}):N}function mr({primaryAction:e,secondaryAction:t,footerContent:r}){let o=e||t;return !o&&!r?null:jsxRuntime.jsxs("div",{className:"flex h-28 w-full flex-col items-center justify-center border-t p-4",children:[r&&jsxRuntime.jsx("div",{className:"flex h-10 justify-center",children:r}),o&&jsxRuntime.jsxs("div",{className:"flex h-full w-full items-center justify-between gap-4",children:[t&&jsxRuntime.jsx(q,{size:t.size||"lg",fullWidth:true,variant:t.variant||"secondary",onPress:t.onPress,isLoading:t.isLoading,isDisabled:t.isDisabled,children:t.label}),e&&jsxRuntime.jsx(q,{size:e.size||"lg",fullWidth:true,variant:e.variant||"brand",onPress:e.onPress,isLoading:e.isLoading,isDisabled:e.isDisabled,children:e.label})]})]})}var Vb={xs:"text-lg font-semibold",sm:"text-xl font-semibold",md:"text-2xl font-semibold",lg:"text-3xl font-semibold",xl:"text-4xl font-semibold"},zb={page:"h-16 leading-[62px]"};function mt({tag:e="h1",size:t="lg",height:r,className:o="",children:n}){let a=Vb[t],i=r?zb[r]:"";return jsxRuntime.jsx(e,{className:tailwindMerge.twMerge(a,i,o),children:n})}var Je=({title:e,onClose:t,hideCloseIcon:r=false,titleAlign:o="left",hasBackArrow:n=false,onBack:a,headerContent:i})=>jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("relative flex h-16 w-full items-center justify-between border-b px-4",e&&"border-b",o==="center"?"justify-center":""),children:[n&&jsxRuntime.jsx(q,{variant:"icon",onPress:a,className:"absolute left-4","aria-label":"Go back",children:jsxRuntime.jsx(P,{name:"CaretLeft","data-testid":"back-arrow"})}),i||jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[e&&jsxRuntime.jsx(mt,{size:"xs",children:e}),t&&!r&&jsxRuntime.jsx(q,{variant:"icon",onPress:t,"aria-label":"Close dialog",children:jsxRuntime.jsx(P,{name:"X","data-testid":"close-button"})})]})]});var Wb={outlined:"bg-background-surface border border-border-default",elevated:"bg-background-surface border-0 shadow-md",filled:"bg-background-muted border-0",ghost:"bg-transparent border-0 shadow-none"},Ub="rounded-lg",ss={square:"aspect-square",video:"aspect-video",wide:"aspect-[2/1]",auto:""},Kb={start:"justify-start",end:"justify-end",center:"justify-center",between:"justify-between"};function Et({variant:e="outlined",className:t,children:r,isLoading:o=false}){return jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("w-full overflow-hidden",Wb[e],Ub,t),"data-testid":"card",children:o?jsxRuntime.jsx(F,{width:"100%",height:"100%",className:"rounded-none"}):r})}function ls({title:e,subtitle:t,actions:r,className:o,isLoading:n=false}){return n?jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("p-6 pb-4",o),children:[jsxRuntime.jsxs("div",{className:"flex justify-between items-start mb-1",children:[jsxRuntime.jsx(F,{width:120,height:20}),jsxRuntime.jsx(F,{width:24,height:24})]}),t&&jsxRuntime.jsx(F,{width:200,height:16})]}):!e&&!t&&!r?null:jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("p-6 pb-4",o),children:jsxRuntime.jsxs("div",{className:"flex justify-between items-start gap-4",children:[jsxRuntime.jsxs("div",{className:"min-w-0 flex-1",children:[e&&jsxRuntime.jsx("div",{className:"mb-1",children:typeof e=="string"?jsxRuntime.jsx(mt,{tag:"h3",size:"sm",className:"text-text-heading",children:e}):e}),t&&jsxRuntime.jsx("div",{className:"text-sm text-text-muted",children:t})]}),r&&jsxRuntime.jsx("div",{className:"flex-shrink-0",children:r})]})})}function cs({src:e,alt:t,aspectRatio:r="auto",className:o,children:n,isLoading:a=false}){return a?jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("bg-background-muted",ss[r],o),children:jsxRuntime.jsx(F,{width:"100%",height:"100%"})}):n?jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("overflow-hidden",ss[r],o),children:n}):e?jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("overflow-hidden",ss[r],o),children:jsxRuntime.jsx("img",{src:e,alt:t||"",className:"w-full h-full object-cover",loading:"lazy"})}):null}function ds({className:e,children:t,isLoading:r=false}){let n=e?.match(/p(?:t|b|l|r|x|y)?-(?:\d+(?:\.\d+)?|px|\[.+?\])/)?"":"px-6 py-4";return r?jsxRuntime.jsx("div",{className:tailwindMerge.twMerge(n,e),children:jsxRuntime.jsxs("div",{className:"space-y-2",children:[jsxRuntime.jsx(F,{width:"100%",height:16}),jsxRuntime.jsx(F,{width:"80%",height:16}),jsxRuntime.jsx(F,{width:"60%",height:16})]})}):t?jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("px-6 py-4 text-text-body",e),children:t}):null}function us({className:e,children:t,align:r="end",isLoading:o=false}){return o?jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("px-6 py-4 flex gap-2 justify-end",e),children:[jsxRuntime.jsx(F,{width:80,height:32}),jsxRuntime.jsx(F,{width:60,height:32})]}):t?jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("px-6 py-4 flex items-center gap-2",Kb[r],e),children:t}):null}Et.Header=ls;Et.Media=cs;Et.Content=ds;Et.Footer=us;var St=class extends ir.Component{constructor(){super(...arguments);Zo(this,"state",{hasError:false});Zo(this,"handleRetry",()=>{this.setState({hasError:false,error:void 0}),typeof window<"u"&&window.location.reload();});}static getDerivedStateFromError(r){return {hasError:true,error:r}}componentDidCatch(r,o){console.error("Error Boundary caught an error:",r,o);}render(){return this.state.hasError?this.props.fallback?this.props.fallback:jsxRuntime.jsxs(Et,{children:[this.props.title&&jsxRuntime.jsx(Et.Header,{title:this.props.title}),jsxRuntime.jsx(Et.Content,{children:jsxRuntime.jsxs("div",{className:"flex flex-col items-center justify-center gap-4","data-testid":"error-boundary",children:[jsxRuntime.jsx("p",{className:"text-red-500",children:this.state.error?.message||"Something went wrong"}),jsxRuntime.jsx("button",{className:"rounded bg-blue-500 px-4 py-2 text-white hover:bg-blue-600",onClick:this.handleRetry,children:"Retry"})]})})]}):this.props.children}};function Lr({children:e,title:t,headerContent:r,titleAlign:o="left",hideCloseIcon:n=false,hasBackArrow:a=false,onBack:i,isOpen:l,onClose:s,isDismissable:c=true,transparentOverlay:p=false,primaryAction:d,secondaryAction:m,footerContent:u,maxHeight:g="80vh",height:f,maxWidth:b="640px",contentPadding:x=true,showHandle:y=true,animationVariant:v="scale",className:h}){let[C,S]=ir.useState(false);if(ir.useEffect(()=>{if(l){let k=setTimeout(()=>{S(true),setTimeout(()=>S(false),600);},400);return ()=>clearTimeout(k)}},[l]),!l)return null;let w=t||r,N=d||m||u;return jsxRuntime.jsx(St,{children:jsxRuntime.jsx(ot,{isOpen:l,onOpenChange:k=>{k||s?.();},isDismissable:c,transparent:p,className:"flex items-end justify-center p-0 sm:p-4",children:jsxRuntime.jsx(reactAriaComponents.Modal,{className:"w-full max-w-full p-0 sm:p-2",isDismissable:c,children:jsxRuntime.jsxs(reactAriaComponents.Dialog,{className:tailwindMerge.twMerge("relative flex w-full flex-col overflow-hidden","bg-background-surface","shadow-2xl shadow-black/30 dark:shadow-black/60","border-t border-x border-border-default/40","origin-bottom",v==="scale"?"animate-[tray-enter-scale_400ms_cubic-bezier(0.32,0.72,0,1)]":"animate-[tray-enter_400ms_cubic-bezier(0.32,0.72,0,1)]",v==="scale"?"data-[exiting]:animate-[tray-exit-scale_250ms_cubic-bezier(0.32,0,0.67,0)]":"data-[exiting]:animate-[tray-exit_250ms_cubic-bezier(0.32,0,0.67,0)]",h),style:{maxWidth:b,...f?{height:f}:{maxHeight:g}},children:[y&&jsxRuntime.jsx("div",{className:"absolute top-2 left-1/2 -translate-x-1/2 z-10 flex justify-center",children:jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("h-1 w-12 rounded-full bg-border-muted transition-all duration-300","hover:bg-border-default hover:w-16",C&&"animate-[handle-wiggle_0.6s_ease-in-out]")})}),w&&(a?jsxRuntime.jsx(Je,{title:t,headerContent:r,titleAlign:o,hideCloseIcon:n||!s,hasBackArrow:true,onBack:i??(()=>{}),onClose:s||(()=>{})}):jsxRuntime.jsx(Je,{title:t,headerContent:r,titleAlign:o,hideCloseIcon:n||!s,onClose:s||(()=>{})})),jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("flex-1 min-h-0 overflow-y-auto overscroll-contain",x?"p-4":"p-0"),children:e}),N&&jsxRuntime.jsx(mr,{primaryAction:d,secondaryAction:m,footerContent:u})]})})})})}Lr.displayName="Tray";function fr({isOpen:e,onClose:t,title:r,headerContent:o,titleAlign:n="left",hideCloseIcon:a=false,hasBackArrow:i=false,onBack:l,children:s,primaryAction:c,secondaryAction:p,footerContent:d,transparentOverlay:m=false,maxWidth:u="600px",minWidth:g="400px",maxHeight:f="85vh",height:b,mobileMaxHeight:x="90vh",mobileHeight:y,contentPadding:v=true,className:h}){if(e===false)return null;let C=r||o,S=c||p||d,w=e!==void 0;return Mt("(max-width: 767px)")?w?jsxRuntime.jsx(Lr,{isOpen:e,onClose:t,title:r,headerContent:o,titleAlign:n,hideCloseIcon:a,hasBackArrow:i,onBack:l,primaryAction:c,secondaryAction:p,footerContent:d,transparentOverlay:m,maxHeight:x,height:y,maxWidth:u,contentPadding:v,showHandle:true,animationVariant:"scale",className:h,children:s}):jsxRuntime.jsx(St,{children:jsxRuntime.jsx(ot,{isDismissable:true,transparent:m,className:"flex items-end justify-center",children:jsxRuntime.jsx(reactAriaComponents.Modal,{className:"w-full max-w-fit p-0",children:jsxRuntime.jsxs(reactAriaComponents.Dialog,{className:tailwindMerge.twMerge("relative flex w-full flex-col","bg-background-surface dark:bg-gray-800","shadow-2xl shadow-black/20","border-t border-x border-border-default/40","max-h-[90vh]","rounded-none","overflow-hidden","animate-in slide-in-from-bottom","duration-300 ease-out","data-[exiting]:animate-out data-[exiting]:slide-out-to-bottom","data-[exiting]:duration-200 data-[exiting]:ease-in",h),style:{maxWidth:u,...y?{height:y}:{maxHeight:x}},children:[jsxRuntime.jsx("div",{className:"flex justify-center pt-2",children:jsxRuntime.jsx("div",{className:"h-1.5 w-12 rounded-full bg-border-muted"})}),C&&(i?jsxRuntime.jsx(Je,{title:r,headerContent:o,titleAlign:n,hideCloseIcon:a||!t,hasBackArrow:true,onBack:l,onClose:t||(()=>{})}):jsxRuntime.jsx(Je,{title:r,headerContent:o,titleAlign:n,hideCloseIcon:a||!t,onClose:t||(()=>{})})),jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("flex-1 min-h-0 overflow-y-auto overscroll-contain",v?"p-4":"p-0"),children:s}),S&&jsxRuntime.jsx(mr,{primaryAction:c,secondaryAction:p,footerContent:d})]})})})}):jsxRuntime.jsx(St,{children:jsxRuntime.jsx(ot,{...w?{isOpen:e,onOpenChange:k=>{!k&&t&&t();}}:{},isDismissable:true,transparent:m,className:"flex items-center justify-center",children:jsxRuntime.jsx(reactAriaComponents.Modal,{className:"w-full p-4",style:{maxWidth:u},children:jsxRuntime.jsxs(reactAriaComponents.Dialog,{className:tailwindMerge.twMerge("relative flex w-full flex-col","bg-background-surface dark:bg-gray-800","shadow-2xl shadow-black/20","border border-border-default/50","rounded-md","overflow-hidden","animate-in fade-in zoom-in-96 slide-in-from-bottom-2","duration-300 ease-out","data-[exiting]:animate-out data-[exiting]:fade-out data-[exiting]:zoom-out-95","data-[exiting]:duration-200 data-[exiting]:ease-in",h),style:{minWidth:g,...b?{height:b}:{maxHeight:f}},children:[C&&(i?jsxRuntime.jsx(Je,{title:r,headerContent:o,titleAlign:n,hideCloseIcon:a||!t,hasBackArrow:true,onBack:l,onClose:t||(()=>{})}):jsxRuntime.jsx(Je,{title:r,headerContent:o,titleAlign:n,hideCloseIcon:a||!t,onClose:t||(()=>{})})),jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("flex-1 min-h-0 overflow-y-auto",v?"p-6":"p-0"),children:s}),S&&jsxRuntime.jsx(mr,{primaryAction:c,secondaryAction:p,footerContent:d})]})})})})}function Rd({isOpen:e,onClose:t,title:r,message:o,confirmLabel:n="OK",confirmVariant:a="primary",maxWidth:i="400px",minWidth:l="320px"}){return jsxRuntime.jsx(fr,{isOpen:e,onClose:t,title:r,maxWidth:i,minWidth:l,primaryAction:{label:n,onPress:t,variant:a},children:jsxRuntime.jsx("div",{className:"text-text-body",children:o})})}var ra=({className:e,showWordmark:t=true,width:r,fill:o})=>{let n,a;if(o?o.startsWith("fill-")?a=o:n=o:e?a=e:n="var(--color-text-body)",t){let s=r||270,c=s/270*80;return jsxRuntime.jsxs("svg",{width:s,height:c,viewBox:"0 0 270 80",xmlns:"http://www.w3.org/2000/svg",className:a,style:n?{fill:n}:void 0,children:[jsxRuntime.jsxs("g",{clipPath:"url(#clip0_796_283)",children:[jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.223654 20.2934C0.417233 19.8234 0.873598 19.517 1.37984 19.517H20.5909C21.282 19.517 21.8422 20.0798 21.8422 20.774V40.049C21.8422 40.5572 21.5375 41.0155 21.0702 41.2102C20.6028 41.405 20.0647 41.2977 19.7067 40.9385L0.495628 21.6635C0.137428 21.3041 0.030075 20.7633 0.223654 20.2934ZM4.40349 22.0311L19.3396 37.017V22.0311H4.40349Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M38.6458 20.2934C38.8394 19.8234 39.2958 19.517 39.802 19.517H59.013C59.7041 19.517 60.2642 20.0798 60.2642 20.774V40.049C60.2642 40.5572 59.9597 41.0155 59.4923 41.2102C59.025 41.405 58.4867 41.2977 58.1289 40.9385L38.9178 21.6635C38.5595 21.3041 38.4522 20.7633 38.6458 20.2934ZM42.8255 22.0311L57.7618 37.017V22.0311H42.8255Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.4347 58.8447C19.6283 58.3747 20.0847 58.0685 20.5909 58.0685H39.802C40.493 58.0685 41.0532 58.6312 41.0532 59.3255V78.6005C41.0532 79.1087 40.7486 79.567 40.2813 79.7617C39.8139 79.9562 39.2757 79.849 38.9178 79.49L19.7067 60.215C19.3485 59.8555 19.2411 59.3147 19.4347 58.8447ZM23.6146 60.5825L38.5508 75.5682V60.5825H23.6146Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M39.3227 58.1643C39.79 57.9695 40.3283 58.0768 40.6861 58.436L59.8972 77.711C60.2555 78.0703 60.3628 78.6113 60.1692 79.081C59.9756 79.551 59.5192 79.8575 59.013 79.8575H39.802C39.1109 79.8575 38.5508 79.2948 38.5508 78.6005V59.3255C38.5508 58.8173 38.8554 58.359 39.3227 58.1643ZM41.0532 62.3575V77.3433H55.9893L41.0532 62.3575Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M39.3227 19.6129C39.79 19.4182 40.3283 19.5254 40.6861 19.8846L59.8972 39.1595C60.2555 39.519 60.3628 40.0598 60.1692 40.5298C59.9756 40.9995 59.5192 41.306 59.013 41.306H39.802C39.1109 41.306 38.5508 40.7433 38.5508 40.049V20.7741C38.5508 20.2658 38.8554 19.8075 39.3227 19.6129ZM41.0532 23.8061V38.792H55.9893L41.0532 23.8061Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M39.3227 38.8885C39.79 38.694 40.3283 38.8012 40.6861 39.1602L59.8972 58.4352C60.2555 58.7945 60.3628 59.3355 60.1692 59.8055C59.9756 60.2752 59.5192 60.5817 59.013 60.5817H39.802C39.1109 60.5817 38.5508 60.019 38.5508 59.3247V40.0497C38.5508 39.5415 38.8554 39.0832 39.3227 38.8885ZM41.0532 43.0817V58.0675H55.9893L41.0532 43.0817Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M38.6458 39.569C38.8394 39.0992 39.2958 38.7927 39.802 38.7927H59.013C59.7041 38.7927 60.2642 39.3555 60.2642 40.0497V59.3247C60.2642 59.833 59.9597 60.2912 59.4923 60.486C59.025 60.6805 58.4867 60.5732 58.1289 60.2142L38.9178 40.9392C38.5595 40.5797 38.4522 40.039 38.6458 39.569ZM42.8255 41.3067L57.7618 56.2927V41.3067H42.8255Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M38.6458 58.8447C38.8394 58.3747 39.2958 58.0685 39.802 58.0685H59.013C59.7041 58.0685 60.2642 58.6312 60.2642 59.3255V78.6005C60.2642 79.1087 59.9597 79.567 59.4923 79.7617C59.025 79.9562 58.4867 79.849 58.1289 79.49L38.9178 60.215C38.5595 59.8555 38.4522 59.3147 38.6458 58.8447ZM42.8255 60.5825L57.7618 75.5682V60.5825H42.8255Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M58.5338 19.6129C59.0011 19.4182 59.5394 19.5254 59.8972 19.8846L79.1083 39.1595C79.4666 39.519 79.5739 40.0598 79.3803 40.5298C79.1867 40.9995 78.7303 41.306 78.2241 41.306H59.013C58.322 41.306 57.7618 40.7433 57.7618 40.049V20.7741C57.7618 20.2658 58.0664 19.8075 58.5338 19.6129ZM60.2643 23.8061V38.792H75.2006L60.2643 23.8061Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M58.5338 0.338803C59.0011 0.144135 59.5394 0.251385 59.8972 0.610565L79.1083 19.8855C79.4666 20.2449 79.5739 20.7857 79.3803 21.2556C79.1867 21.7256 78.7303 22.032 78.2241 22.032H59.013C58.322 22.032 57.7618 21.4692 57.7618 20.775V1.50003C57.7618 0.99174 58.0664 0.533468 58.5338 0.338803ZM60.2643 4.53208V19.5179H75.2006L60.2643 4.53208Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M57.8569 20.2934C58.0505 19.8234 58.5069 19.517 59.013 19.517H78.2241C78.9151 19.517 79.4753 20.0798 79.4753 20.774V40.049C79.4753 40.5572 79.1707 41.0155 78.7034 41.2102C78.236 41.405 77.6978 41.2977 77.3399 40.9385L58.1289 21.6635C57.7705 21.3041 57.6633 20.7633 57.8569 20.2934ZM62.0365 22.0311L76.9729 37.017V22.0311H62.0365Z"}),jsxRuntime.jsx("path",{d:"M269.838 49.4457H249.005C249.266 51.801 250.162 53.6985 251.695 55.1377C253.225 56.577 255.134 57.2967 257.416 57.2967C259.307 57.2967 260.887 56.8715 262.159 56.021C263.463 55.1377 264.408 53.9927 264.996 52.5862H269.251C268.502 54.9415 267.084 56.937 264.996 58.5725C262.943 60.208 260.414 61.026 257.416 61.026C255.069 61.026 252.917 60.4697 250.961 59.3575C249.037 58.2127 247.504 56.6587 246.363 54.696C245.255 52.7332 244.7 50.558 244.7 48.17C244.7 45.782 245.255 43.6067 246.363 41.644C247.504 39.6812 249.037 38.1437 250.961 37.0315C252.917 35.8867 255.069 35.3142 257.416 35.3142C259.73 35.3142 261.833 35.8702 263.724 36.9825C265.615 38.0947 267.098 39.6485 268.176 41.644C269.283 43.6395 269.838 45.913 269.838 48.4645V49.4457ZM257.416 39.0432C255.263 39.0432 253.439 39.6812 251.939 40.957C250.47 42.2327 249.542 43.9337 249.152 46.06H265.583C265.192 43.9992 264.262 42.3145 262.796 41.006C261.36 39.6975 259.568 39.0432 257.416 39.0432Z"}),jsxRuntime.jsx("path",{d:"M228.356 60.5352V35.8049H232.219V39.7794H232.464C233.05 38.5689 233.963 37.5712 235.202 36.7862C236.474 35.9684 237.974 35.5594 239.701 35.5594H243.125V39.4359H239.701C237.517 39.4359 235.757 40.1554 234.42 41.5949C233.083 43.0342 232.414 44.9152 232.414 47.2377V60.5352H228.356Z"}),jsxRuntime.jsx("path",{d:"M208.607 61.0259C205.64 61.0259 203.326 60.1262 201.663 58.3272C200 56.4952 199.169 53.8947 199.169 50.5252V35.8047H203.228V49.8874C203.228 52.2427 203.766 54.0744 204.842 55.3829C205.95 56.6587 207.532 57.2967 209.586 57.2967C211.02 57.2967 212.308 56.9694 213.449 56.3152C214.623 55.6284 215.536 54.6959 216.188 53.5184C216.84 52.3407 217.166 50.9997 217.166 49.4949V35.8047H221.225V60.5352H217.313V56.5607H217.068C216.286 57.9019 215.161 58.9814 213.694 59.7992C212.226 60.6169 210.531 61.0259 208.607 61.0259Z"}),jsxRuntime.jsx("path",{d:"M186.736 39.534V56.806H194.756V60.5352H182.677V39.534H177.199V35.8047H182.677V29.5732H186.736V35.8047H193.24V39.534H186.736Z"}),jsxRuntime.jsx("path",{d:"M156.585 60.5352H151.988L158.394 48.0227L152.33 35.8047H156.976L162.062 46.0599H165.388L170.474 35.8047H175.022L168.958 48.0227L175.365 60.5352H170.67L165.29 49.7892H162.013L156.585 60.5352Z"}),jsxRuntime.jsx("path",{d:"M150.138 49.1315H129.304C129.565 51.4867 130.461 53.3842 131.994 54.8235C133.526 56.2627 135.433 56.9825 137.715 56.9825C139.606 56.9825 141.188 56.5572 142.459 55.7067C143.763 54.8235 144.709 53.6785 145.296 52.272H149.551C148.801 54.6272 147.382 56.6227 145.296 58.2582C143.242 59.8937 140.715 60.7118 137.715 60.7118C135.368 60.7118 133.216 60.1555 131.26 59.0432C129.336 57.8985 127.804 56.3445 126.663 54.3817C125.554 52.419 125 50.2437 125 47.8557C125 45.4677 125.554 43.2925 126.663 41.3298C127.804 39.367 129.336 37.8295 131.26 36.7173C133.216 35.5725 135.368 35 137.715 35C140.03 35 142.133 35.556 144.024 36.6682C145.915 37.7805 147.399 39.3342 148.475 41.3298C149.583 43.3252 150.138 45.5987 150.138 48.1502V49.1315ZM137.715 38.729C135.564 38.729 133.738 39.367 132.238 40.6427C130.771 41.9185 129.842 43.6195 129.45 45.7458H145.883C145.491 43.685 144.562 42.0002 143.095 40.6917C141.661 39.3832 139.867 38.729 137.715 38.729Z"}),jsxRuntime.jsx("path",{d:"M116.961 60.5353H112.559V30.4072H101.164V26.1875H128.307V30.4072H116.961V60.5353Z"})]}),jsxRuntime.jsx("defs",{children:jsxRuntime.jsx("clipPath",{id:"clip0_796_283",children:jsxRuntime.jsx("rect",{width:"270",height:"80",fill:"white"})})})]})}let i=r||80;return jsxRuntime.jsxs("svg",{width:i,height:i,viewBox:"0 0 80 80",xmlns:"http://www.w3.org/2000/svg",className:a,style:n?{fill:n}:void 0,children:[jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.223654 20.2934C0.417233 19.8234 0.873598 19.517 1.37984 19.517H20.5909C21.282 19.517 21.8422 20.0798 21.8422 20.774V40.049C21.8422 40.5572 21.5375 41.0155 21.0702 41.2102C20.6028 41.405 20.0647 41.2977 19.7067 40.9385L0.495628 21.6635C0.137428 21.3041 0.030075 20.7633 0.223654 20.2934ZM4.40349 22.0311L19.3396 37.017V22.0311H4.40349Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M38.6458 20.2934C38.8394 19.8234 39.2958 19.517 39.802 19.517H59.013C59.7041 19.517 60.2642 20.0798 60.2642 20.774V40.049C60.2642 40.5572 59.9597 41.0155 59.4923 41.2102C59.025 41.405 58.4867 41.2977 58.1289 40.9385L38.9178 21.6635C38.5595 21.3041 38.4522 20.7633 38.6458 20.2934ZM42.8255 22.0311L57.7618 37.017V22.0311H42.8255Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.4347 58.8447C19.6283 58.3747 20.0847 58.0685 20.5909 58.0685H39.802C40.493 58.0685 41.0532 58.6312 41.0532 59.3255V78.6005C41.0532 79.1087 40.7486 79.567 40.2813 79.7617C39.8139 79.9562 39.2757 79.849 38.9178 79.49L19.7067 60.215C19.3485 59.8555 19.2411 59.3147 19.4347 58.8447ZM23.6146 60.5825L38.5508 75.5682V60.5825H23.6146Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M39.3227 58.1643C39.79 57.9695 40.3283 58.0768 40.6861 58.436L59.8972 77.711C60.2555 78.0703 60.3628 78.6113 60.1692 79.081C59.9756 79.551 59.5192 79.8575 59.013 79.8575H39.802C39.1109 79.8575 38.5508 79.2948 38.5508 78.6005V59.3255C38.5508 58.8173 38.8554 58.359 39.3227 58.1643ZM41.0532 62.3575V77.3433H55.9893L41.0532 62.3575Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M39.3227 19.6129C39.79 19.4182 40.3283 19.5254 40.6861 19.8846L59.8972 39.1595C60.2555 39.519 60.3628 40.0598 60.1692 40.5298C59.9756 40.9995 59.5192 41.306 59.013 41.306H39.802C39.1109 41.306 38.5508 40.7433 38.5508 40.049V20.7741C38.5508 20.2658 38.8554 19.8075 39.3227 19.6129ZM41.0532 23.8061V38.792H55.9893L41.0532 23.8061Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M39.3227 38.8885C39.79 38.694 40.3283 38.8012 40.6861 39.1602L59.8972 58.4352C60.2555 58.7945 60.3628 59.3355 60.1692 59.8055C59.9756 60.2752 59.5192 60.5817 59.013 60.5817H39.802C39.1109 60.5817 38.5508 60.019 38.5508 59.3247V40.0497C38.5508 39.5415 38.8554 39.0832 39.3227 38.8885ZM41.0532 43.0817V58.0675H55.9893L41.0532 43.0817Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M38.6458 39.569C38.8394 39.0992 39.2958 38.7927 39.802 38.7927H59.013C59.7041 38.7927 60.2642 39.3555 60.2642 40.0497V59.3247C60.2642 59.833 59.9597 60.2912 59.4923 60.486C59.025 60.6805 58.4867 60.5732 58.1289 60.2142L38.9178 40.9392C38.5595 40.5797 38.4522 40.039 38.6458 39.569ZM42.8255 41.3067L57.7618 56.2927V41.3067H42.8255Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M38.6458 58.8447C38.8394 58.3747 39.2958 58.0685 39.802 58.0685H59.013C59.7041 58.0685 60.2642 58.6312 60.2642 59.3255V78.6005C60.2642 79.1087 59.9597 79.567 59.4923 79.7617C59.025 79.9562 58.4867 79.849 58.1289 79.49L38.9178 60.215C38.5595 59.8555 38.4522 59.3147 38.6458 58.8447ZM42.8255 60.5825L57.7618 75.5682V60.5825H42.8255Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M58.5338 19.6129C59.0011 19.4182 59.5394 19.5254 59.8972 19.8846L79.1083 39.1595C79.4666 39.519 79.5739 40.0598 79.3803 40.5298C79.1867 40.9995 78.7303 41.306 78.2241 41.306H59.013C58.322 41.306 57.7618 40.7433 57.7618 40.049V20.7741C57.7618 20.2658 58.0664 19.8075 58.5338 19.6129ZM60.2643 23.8061V38.792H75.2006L60.2643 23.8061Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M58.5338 0.338803C59.0011 0.144135 59.5394 0.251385 59.8972 0.610565L79.1083 19.8855C79.4666 20.2449 79.5739 20.7857 79.3803 21.2556C79.1867 21.7256 78.7303 22.032 78.2241 22.032H59.013C58.322 22.032 57.7618 21.4692 57.7618 20.775V1.50003C57.7618 0.99174 58.0664 0.533468 58.5338 0.338803ZM60.2643 4.53208V19.5179H75.2006L60.2643 4.53208Z"}),jsxRuntime.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M57.8569 20.2934C58.0505 19.8234 58.5069 19.517 59.013 19.517H78.2241C78.9151 19.517 79.4753 20.0798 79.4753 20.774V40.049C79.4753 40.5572 79.1707 41.0155 78.7034 41.2102C78.236 41.405 77.6978 41.2977 77.3399 40.9385L58.1289 21.6635C57.7705 21.3041 57.6633 20.7633 57.8569 20.2934ZM62.0365 22.0311L76.9729 37.017V22.0311H62.0365Z"})]})};var oa=({topItems:e=[],bottomItems:t=[],bottomContent:r,logo:o,showLogo:n=true,linkComponent:a="a",className:i="",mobileMenuId:l="app-mobile-menu",sidebarCollapseId:s="app-sidebar-collapse"})=>{let c=u=>u.length>0&&"items"in u[0],p=u=>c(u)?u:[{id:"default-section",items:u}],d=(u,g,f)=>jsxRuntime.jsxs("div",{className:"space-y-0.5",children:[u.title&&jsxRuntime.jsx("div",{className:"px-6 py-1 text-xs font-medium text-text-subtle uppercase tracking-wider","data-collapse-hide":"",children:u.title}),jsxRuntime.jsx("div",{className:"space-y-0.5",children:u.items.map(b=>m(b))}),g<f-1&&jsxRuntime.jsx("div",{className:"border-b border-border-subtle mx-6 my-2","data-collapse-hide":""})]},u.id),m=(u,g=false)=>{if(u.children&&u.children.length>0){let x=`category-${u.id}`;return jsxRuntime.jsxs("div",{className:"group/category",children:[jsxRuntime.jsx("input",{type:"checkbox",id:x,className:"peer/category hidden",defaultChecked:u.isExpanded,"aria-hidden":"true"}),jsxRuntime.jsxs("label",{htmlFor:x,className:"flex items-center gap-3 px-6 py-1 text-text-body hover:bg-background-hover hover:text-text-heading cursor-pointer transition-all duration-200","data-collapse-center":"",children:[u.icon&&jsxRuntime.jsx("span",{className:"flex-shrink-0 w-4 h-4 flex items-center justify-center transition-all duration-200","data-collapse-icon":"",children:u.icon}),jsxRuntime.jsx("span",{className:"transition-all duration-200","data-collapse-hide":"",children:u.label}),jsxRuntime.jsx("span",{className:"flex-1","data-collapse-hide":""}),jsxRuntime.jsx("svg",{className:"w-4 h-4 transform transition-transform duration-200 peer-checked/category:rotate-180 ml-auto",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg","data-collapse-hide":"",children:jsxRuntime.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 9l-7 7-7-7"})})]}),jsxRuntime.jsx("div",{className:"hidden peer-checked/category:block bg-background-subtle border-l-2 border-border-subtle ml-6","data-collapse-hide-category":"",children:u.children.map(y=>m(y,true))})]},u.id)}let f={href:u.href||"#",className:`flex items-center gap-3 transition-all duration-200 hover:bg-background-hover ${g?"pl-8 pr-6 py-1 text-sm":"px-6 py-1"} ${u.isActive?"bg-action-brand/10 text-action-brand border-l-2 border-action-brand":"text-text-body hover:text-text-heading"}`,"aria-current":u.isActive?"page":void 0,"data-collapse-center":g?void 0:""},b=jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[u.icon&&!g&&jsxRuntime.jsx("span",{className:"flex-shrink-0 w-4 h-4 flex items-center justify-center transition-all duration-200","data-collapse-icon":"",children:u.icon}),jsxRuntime.jsx("span",{className:"transition-all duration-200","data-collapse-hide":"",children:u.label})]});return a==="a"?jsxRuntime.jsx("a",{...f,children:b},u.id):jsxRuntime.jsx(a,{...f,children:b},u.id)};return jsxRuntime.jsxs("div",{className:`flex flex-col h-full ${i}`,children:[jsxRuntime.jsxs("div",{className:"flex items-center justify-between h-[60px] px-6 border-b border-border-default",children:[n&&jsxRuntime.jsx("div",{className:"transition-all duration-200","data-collapse-hide":"",children:o||jsxRuntime.jsx(ra,{showWordmark:true,width:120})}),jsxRuntime.jsx("label",{htmlFor:s,className:"hidden md:flex items-center justify-center w-8 h-8 rounded hover:bg-background-hover cursor-pointer transition-all duration-200","aria-label":"Toggle sidebar","data-collapse-toggle":"",children:jsxRuntime.jsx("svg",{className:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:jsxRuntime.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M4 6h16M4 12h16M4 18h16"})})}),jsxRuntime.jsx("label",{htmlFor:l,className:"md:hidden flex items-center justify-center w-8 h-8 rounded hover:bg-background-hover cursor-pointer transition-colors","aria-label":"Close menu",children:jsxRuntime.jsx("svg",{className:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:jsxRuntime.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})})})]}),jsxRuntime.jsxs("nav",{className:"flex-1 flex flex-col overflow-hidden",children:[e&&e.length>0&&jsxRuntime.jsx("div",{className:"flex-1 overflow-y-auto py-2 scrollbar-hide",children:p(e).map((u,g,f)=>d(u,g,f.length))}),t&&t.length>0&&jsxRuntime.jsx("div",{className:"flex-shrink-0 border-t bg-background-muted/30",children:jsxRuntime.jsx("div",{className:"mt-2 pb-2 space-y-0.5",children:t.map(u=>m(u))})}),r&&jsxRuntime.jsx("div",{className:"flex-shrink-0 border-t border-border-default",children:jsxRuntime.jsx("div",{"data-collapse-hide":"",children:r})})]})]})};var rn=({rightContent:e,showMobileMenu:t=true,avatar:r,showColorModeSwitcher:o=false,toggleTheme:n,isDarkThemeEnabled:a=false,actions:i,className:l="",mobileMenuId:s="app-mobile-menu"})=>jsxRuntime.jsx("header",{className:`h-[60px] bg-background-surface border-b ${l}`,children:jsxRuntime.jsxs("div",{className:"flex h-full items-center justify-between",children:[jsxRuntime.jsx("div",{className:"flex items-center h-full",children:t&&jsxRuntime.jsx("label",{htmlFor:s,className:"md:hidden cursor-pointer","aria-label":"Open menu",children:jsxRuntime.jsx("div",{className:"flex h-full w-14 flex-col items-center justify-center border-r hover:bg-background-hover transition-colors",children:jsxRuntime.jsx("svg",{className:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:jsxRuntime.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M4 6h16M4 12h16M4 18h16"})})})})}),jsxRuntime.jsxs("div",{className:"flex items-center gap-4 px-4",children:[e,o&&n&&jsxRuntime.jsx("button",{type:"button",onClick:n,className:"flex items-center justify-center w-8 h-8 rounded hover:bg-background-hover transition-colors","aria-label":a?"Switch to light mode":"Switch to dark mode",children:a?jsxRuntime.jsx("svg",{className:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:jsxRuntime.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z"})}):jsxRuntime.jsx("svg",{className:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:jsxRuntime.jsx("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z"})})}),i,r&&jsxRuntime.jsx("div",{className:"flex items-center",children:r})]})]})});function Md({sideNav:e,topNav:t,children:r,contentPaddingX:o,contentPaddingY:n,showSidebarBorder:a=true,mainClassName:i,enableJsEnhancements:l=false}){let s="app-mobile-menu",c="app-sidebar-collapse";return jsxRuntime.jsxs("div",{className:"min-h-[100dvh] bg-background text-text-body relative",children:[jsxRuntime.jsx("input",{type:"checkbox",id:c,className:"sr-only peer/sidebar","aria-hidden":"true"}),jsxRuntime.jsx("a",{href:"#app-content",className:"sr-only focus:not-sr-only focus:absolute focus:left-4 focus:top-4 z-50 rounded px-3 py-2 bg-background-surface shadow",children:"Skip to content"}),jsxRuntime.jsx(rn,{...t,mobileMenuId:s,className:["sticky top-0 flex-shrink-0 z-30 md:hidden",t?.className].filter(Boolean).join(" ")}),jsxRuntime.jsxs("div",{className:"flex w-full h-[calc(100dvh-60px)] md:h-[100dvh] relative overflow-hidden",children:[jsxRuntime.jsx("input",{type:"checkbox",id:s,className:"sr-only peer/mobile","aria-hidden":"true"}),jsxRuntime.jsx("label",{htmlFor:s,className:"fixed inset-0 bg-black/50 z-40 opacity-0 pointer-events-none peer-checked/mobile:opacity-100 peer-checked/mobile:pointer-events-auto transition-opacity md:hidden","aria-label":"Close menu"}),jsxRuntime.jsx("aside",{id:"app-sidebar",className:["bg-background-surface","border-r border-border-default","transition-all duration-300 ease-in-out","fixed md:relative","left-0 top-0 bottom-0","z-50","w-80 md:w-64","h-[100dvh] md:h-full","-translate-x-full","peer-checked/mobile:translate-x-0","md:translate-x-0",a?"":"!border-r-0",e?.className||""].filter(Boolean).join(" "),children:jsxRuntime.jsx(oa,{...e,mobileMenuId:s,sidebarCollapseId:c,className:"h-full"})}),jsxRuntime.jsxs("div",{className:"flex-1 flex flex-col h-full overflow-hidden",children:[jsxRuntime.jsx("div",{className:"sticky top-0 flex-shrink-0 hidden md:block z-20",children:jsxRuntime.jsx(rn,{...t,className:t?.className})}),jsxRuntime.jsx("main",{id:"app-content",className:["flex-1 overflow-y-auto bg-background-body",o,n,i||""].join(" "),role:"main",children:r})]})]}),jsxRuntime.jsx("style",{dangerouslySetInnerHTML:{__html:`
3
3
  @media (min-width: 768px) {
4
4
  /* Collapse sidebar width */
5
5
  #${c}:checked ~ * #app-sidebar {
@@ -74,12 +74,12 @@
74
74
  });
75
75
  }
76
76
  })();
77
- `}})]})}var Jn={prefix:String(Math.round(Math.random()*1e10)),current:0},yd=rr__namespace.default.createContext(Jn),Gb=rr__namespace.default.createContext(false);var Wb=!!(typeof window<"u"&&window.document&&window.document.createElement),rs=new WeakMap;function Ub(e=false){let t=rr.useContext(yd),r=rr.useRef(null);if(r.current===null&&!e){var o,n;let a=(n=rr__namespace.default.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED)===null||n===void 0||(o=n.ReactCurrentOwner)===null||o===void 0?void 0:o.current;if(a){let i=rs.get(a);i==null?rs.set(a,{id:t.current,state:a.memoizedState}):a.memoizedState!==i.state&&(t.current=i.id,rs.delete(a));}r.current=++t.current;}return r.current}function Kb(e){let t=rr.useContext(yd);t===Jn&&!Wb&&process.env.NODE_ENV!=="production"&&console.warn("When server rendering, you must wrap your application in an <SSRProvider> to ensure consistent ids are generated between the client and server.");let r=Ub(!!e),o=t===Jn&&process.env.NODE_ENV==="test"?"react-aria":`react-aria${t.prefix}`;return e||`${o}-${r}`}function Yb(e){let t=rr__namespace.default.useId(),[r]=rr.useState(Zn()),o=r||process.env.NODE_ENV==="test"?"react-aria":`react-aria${Jn.prefix}`;return e||`${o}-${t}`}typeof rr__namespace.default.useId=="function"?Yb:Kb;function Zb(){return false}function Xb(){return true}function qb(e){return ()=>{}}function Zn(){return typeof rr__namespace.default.useSyncExternalStore=="function"?rr__namespace.default.useSyncExternalStore(qb,Zb,Xb):rr.useContext(Gb)}function vd(e,t){if(t.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object")}function Xn(e,t,r){vd(e,t),t.set(e,r);}var jb=new Set(["Arab","Syrc","Samr","Mand","Thaa","Mend","Nkoo","Adlm","Rohg","Hebr"]),Qb=new Set(["ae","ar","arc","bcc","bqi","ckb","dv","fa","glk","he","ku","mzn","nqo","pnb","ps","sd","ug","ur","yi"]);function ns(e){if(Intl.Locale){let r=new Intl.Locale(e).maximize(),o=typeof r.getTextInfo=="function"?r.getTextInfo():r.textInfo;if(o)return o.direction==="rtl";if(r.script)return jb.has(r.script)}let t=e.split("-")[0];return Qb.has(t)}var ex=Symbol.for("react-aria.i18n.locale");function Sd(){let e=typeof window<"u"&&window[ex]||typeof navigator<"u"&&(navigator.language||navigator.userLanguage)||"en-US";try{Intl.DateTimeFormat.supportedLocalesOf([e]);}catch{e="en-US";}return {locale:e,direction:ns(e)?"rtl":"ltr"}}var as=Sd(),Zo=new Set;function Cd(){as=Sd();for(let e of Zo)e(as);}function wd(){let e=Zn(),[t,r]=rr.useState(as);return rr.useEffect(()=>(Zo.size===0&&window.addEventListener("languagechange",Cd),Zo.add(r),()=>{Zo.delete(r),Zo.size===0&&window.removeEventListener("languagechange",Cd);}),[]),e?{locale:"en-US",direction:"ltr"}:t}var ox=rr__namespace.default.createContext(null);function is(){let e=wd();return rr.useContext(ox)||e}function qn(e,t){return e-t*Math.floor(e/t)}var Nd=1721426;function jn(e,t,r,o){t=$n(e,t);let n=t-1,a=-2;return r<=2?a=0:Qn(t)&&(a=-1),Nd-1+365*n+Math.floor(n/4)-Math.floor(n/100)+Math.floor(n/400)+Math.floor((367*r-362)/12+a+o)}function Qn(e){return e%4===0&&(e%100!==0||e%400===0)}function $n(e,t){return e==="BC"?1-t:t}function nx(e){let t="AD";return e<=0&&(t="BC",e=1-e),[t,e]}var ax={standard:[31,28,31,30,31,30,31,31,30,31,30,31],leapyear:[31,29,31,30,31,30,31,31,30,31,30,31]},pt=class{fromJulianDay(t){let r=t,o=r-Nd,n=Math.floor(o/146097),a=qn(o,146097),i=Math.floor(a/36524),l=qn(a,36524),s=Math.floor(l/1461),c=qn(l,1461),p=Math.floor(c/365),d=n*400+i*100+s*4+p+(i!==4&&p!==4?1:0),[m,u]=nx(d),g=r-jn(m,u,1,1),f=2;r<jn(m,u,3,1)?f=0:Qn(u)&&(f=1);let b=Math.floor(((g+f)*12+373)/367),h=r-jn(m,u,b,1)+1;return new Ar(m,u,b,h)}toJulianDay(t){return jn(t.era,t.year,t.month,t.day)}getDaysInMonth(t){return ax[Qn(t.year)?"leapyear":"standard"][t.month-1]}getMonthsInYear(t){return 12}getDaysInYear(t){return Qn(t.year)?366:365}getYearsInEra(t){return 9999}getEras(){return ["BC","AD"]}isInverseEra(t){return t.era==="BC"}balanceDate(t){t.year<=0&&(t.era=t.era==="BC"?"AD":"BC",t.year=1-t.year);}constructor(){this.identifier="gregory";}};function ls(e,t){var r,o,n,a;return (a=(n=(r=e.isEqual)===null||r===void 0?void 0:r.call(e,t))!==null&&n!==void 0?n:(o=t.isEqual)===null||o===void 0?void 0:o.call(t,e))!==null&&a!==void 0?a:e.identifier===t.identifier}function cs(e,t){return e.calendar.toJulianDay(e)-t.calendar.toJulianDay(t)}function Pd(e,t){return Td(e)-Td(t)}function Td(e){return e.hour*36e5+e.minute*6e4+e.second*1e3+e.millisecond}var ss=null;function Mr(){return ss==null&&(ss=new Intl.DateTimeFormat().resolvedOptions().timeZone),ss}function ur(e){e=ot(e,new pt);let t=$n(e.era,e.year);return Rd(t,e.month,e.day,e.hour,e.minute,e.second,e.millisecond)}function Rd(e,t,r,o,n,a,i){let l=new Date;return l.setUTCHours(o,n,a,i),l.setUTCFullYear(e,t-1,r),l.getTime()}function ds(e,t){if(t==="UTC")return 0;if(e>0&&t===Mr())return new Date(e).getTimezoneOffset()*-6e4;let{year:r,month:o,day:n,hour:a,minute:i,second:l}=Ad(e,t);return Rd(r,o,n,a,i,l,0)-Math.floor(e/1e3)*1e3}var kd=new Map;function Ad(e,t){let r=kd.get(t);r||(r=new Intl.DateTimeFormat("en-US",{timeZone:t,hour12:false,era:"short",year:"numeric",month:"numeric",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric"}),kd.set(t,r));let o=r.formatToParts(new Date(e)),n={};for(let a of o)a.type!=="literal"&&(n[a.type]=a.value);return {year:n.era==="BC"||n.era==="B"?-n.year+1:+n.year,month:+n.month,day:+n.day,hour:n.hour==="24"?0:+n.hour,minute:+n.minute,second:+n.second}}var Dd=864e5;function ix(e,t,r,o){return (r===o?[r]:[r,o]).filter(a=>sx(e,t,a))}function sx(e,t,r){let o=Ad(r,t);return e.year===o.year&&e.month===o.month&&e.day===o.day&&e.hour===o.hour&&e.minute===o.minute&&e.second===o.second}function vt(e,t,r="compatible"){let o=Mt(e);if(t==="UTC")return ur(o);if(t===Mr()&&r==="compatible"){o=ot(o,new pt);let s=new Date,c=$n(o.era,o.year);return s.setFullYear(c,o.month-1,o.day),s.setHours(o.hour,o.minute,o.second,o.millisecond),s.getTime()}let n=ur(o),a=ds(n-Dd,t),i=ds(n+Dd,t),l=ix(o,t,n-a,n-i);if(l.length===1)return l[0];if(l.length>1)switch(r){case "compatible":case "earlier":return l[0];case "later":return l[l.length-1];case "reject":throw new RangeError("Multiple possible absolute times found")}switch(r){case "earlier":return Math.min(n-a,n-i);case "compatible":case "later":return Math.max(n-a,n-i);case "reject":throw new RangeError("No such absolute time found")}}function us(e,t,r="compatible"){return new Date(vt(e,t,r))}function mt(e,t){let r=ds(e,t),o=new Date(e+r),n=o.getUTCFullYear(),a=o.getUTCMonth()+1,i=o.getUTCDate(),l=o.getUTCHours(),s=o.getUTCMinutes(),c=o.getUTCSeconds(),p=o.getUTCMilliseconds();return new go(n<1?"BC":"AD",n<1?-n+1:n,a,i,t,r,l,s,c,p)}function _n(e,t){return mt(e.getTime(),t)}function Mt(e,t){let r=0,o=0,n=0,a=0;if("timeZone"in e)({hour:r,minute:o,second:n,millisecond:a}=e);else if("hour"in e&&true)return e;return new Xo(e.calendar,e.era,e.year,e.month,e.day,r,o,n,a)}function ot(e,t){if(ls(e.calendar,t))return e;let r=t.fromJulianDay(e.calendar.toJulianDay(e)),o=e.copy();return o.calendar=t,o.era=r.era,o.year=r.year,o.month=r.month,o.day=r.day,qt(o),o}function ps(e,t,r){if(e instanceof go)return e.timeZone===t?e:ms(e,t);let o=vt(e,t,r);return mt(o,t)}function Md(e){let t=ur(e)-e.offset;return new Date(t)}function ms(e,t){let r=ur(e)-e.offset;return ot(mt(r,t),e.calendar)}var qo=36e5;function Qo(e,t){let r=e.copy(),o="hour"in r?ux(r,t):0;fs(r,t.years||0),r.calendar.balanceYearMonth&&r.calendar.balanceYearMonth(r,e),r.month+=t.months||0,gs(r),Fd(r),r.day+=(t.weeks||0)*7,r.day+=t.days||0,r.day+=o,cx(r),r.calendar.balanceDate&&r.calendar.balanceDate(r),r.year<1&&(r.year=1,r.month=1,r.day=1);let n=r.calendar.getYearsInEra(r);if(r.year>n){var a,i;let s=(a=(i=r.calendar).isInverseEra)===null||a===void 0?void 0:a.call(i,r);r.year=n,r.month=s?1:r.calendar.getMonthsInYear(r),r.day=s?1:r.calendar.getDaysInMonth(r);}r.month<1&&(r.month=1,r.day=1);let l=r.calendar.getMonthsInYear(r);return r.month>l&&(r.month=l,r.day=r.calendar.getDaysInMonth(r)),r.day=Math.max(1,Math.min(r.calendar.getDaysInMonth(r),r.day)),r}function fs(e,t){var r,o;!((r=(o=e.calendar).isInverseEra)===null||r===void 0)&&r.call(o,e)&&(t=-t),e.year+=t;}function gs(e){for(;e.month<1;)fs(e,-1),e.month+=e.calendar.getMonthsInYear(e);let t=0;for(;e.month>(t=e.calendar.getMonthsInYear(e));)e.month-=t,fs(e,1);}function cx(e){for(;e.day<1;)e.month--,gs(e),e.day+=e.calendar.getDaysInMonth(e);for(;e.day>e.calendar.getDaysInMonth(e);)e.day-=e.calendar.getDaysInMonth(e),e.month++,gs(e);}function Fd(e){e.month=Math.max(1,Math.min(e.calendar.getMonthsInYear(e),e.month)),e.day=Math.max(1,Math.min(e.calendar.getDaysInMonth(e),e.day));}function qt(e){e.calendar.constrainDate&&e.calendar.constrainDate(e),e.year=Math.max(1,Math.min(e.calendar.getYearsInEra(e),e.year)),Fd(e);}function Ld(e){let t={};for(let r in e)typeof e[r]=="number"&&(t[r]=-e[r]);return t}function bs(e,t){return Qo(e,Ld(t))}function ta(e,t){let r=e.copy();return t.era!=null&&(r.era=t.era),t.year!=null&&(r.year=t.year),t.month!=null&&(r.month=t.month),t.day!=null&&(r.day=t.day),qt(r),r}function jo(e,t){let r=e.copy();return t.hour!=null&&(r.hour=t.hour),t.minute!=null&&(r.minute=t.minute),t.second!=null&&(r.second=t.second),t.millisecond!=null&&(r.millisecond=t.millisecond),Ed(r),r}function dx(e){e.second+=Math.floor(e.millisecond/1e3),e.millisecond=ea(e.millisecond,1e3),e.minute+=Math.floor(e.second/60),e.second=ea(e.second,60),e.hour+=Math.floor(e.minute/60),e.minute=ea(e.minute,60);let t=Math.floor(e.hour/24);return e.hour=ea(e.hour,24),t}function Ed(e){e.millisecond=Math.max(0,Math.min(e.millisecond,1e3)),e.second=Math.max(0,Math.min(e.second,59)),e.minute=Math.max(0,Math.min(e.minute,59)),e.hour=Math.max(0,Math.min(e.hour,23));}function ea(e,t){let r=e%t;return r<0&&(r+=t),r}function ux(e,t){return e.hour+=t.hours||0,e.minute+=t.minutes||0,e.second+=t.seconds||0,e.millisecond+=t.milliseconds||0,dx(e)}function ra(e,t,r,o){let n=e.copy();switch(t){case "era":{let l=e.calendar.getEras(),s=l.indexOf(e.era);if(s<0)throw new Error("Invalid era: "+e.era);s=jt(s,r,0,l.length-1,o?.round),n.era=l[s],qt(n);break}case "year":var a,i;!((a=(i=n.calendar).isInverseEra)===null||a===void 0)&&a.call(i,n)&&(r=-r),n.year=jt(e.year,r,-1/0,9999,o?.round),n.year===-1/0&&(n.year=1),n.calendar.balanceYearMonth&&n.calendar.balanceYearMonth(n,e);break;case "month":n.month=jt(e.month,r,1,e.calendar.getMonthsInYear(e),o?.round);break;case "day":n.day=jt(e.day,r,1,e.calendar.getDaysInMonth(e),o?.round);break;default:throw new Error("Unsupported field "+t)}return e.calendar.balanceDate&&e.calendar.balanceDate(n),qt(n),n}function xs(e,t,r,o){let n=e.copy();switch(t){case "hour":{let a=e.hour,i=0,l=23;if(o?.hourCycle===12){let s=a>=12;i=s?12:0,l=s?23:11;}n.hour=jt(a,r,i,l,o?.round);break}case "minute":n.minute=jt(e.minute,r,0,59,o?.round);break;case "second":n.second=jt(e.second,r,0,59,o?.round);break;case "millisecond":n.millisecond=jt(e.millisecond,r,0,999,o?.round);break;default:throw new Error("Unsupported field "+t)}return n}function jt(e,t,r,o,n=false){if(n){e+=Math.sign(t),e<r&&(e=o);let a=Math.abs(t);t>0?e=Math.ceil(e/a)*a:e=Math.floor(e/a)*a,e>o&&(e=r);}else e+=t,e<r?e=o-(r-e-1):e>o&&(e=r+(e-o-1));return e}function hs(e,t){let r;if(t.years!=null&&t.years!==0||t.months!=null&&t.months!==0||t.weeks!=null&&t.weeks!==0||t.days!=null&&t.days!==0){let n=Qo(Mt(e),{years:t.years,months:t.months,weeks:t.weeks,days:t.days});r=vt(n,e.timeZone);}else r=ur(e)-e.offset;r+=t.milliseconds||0,r+=(t.seconds||0)*1e3,r+=(t.minutes||0)*6e4,r+=(t.hours||0)*36e5;let o=mt(r,e.timeZone);return ot(o,e.calendar)}function Id(e,t){return hs(e,Ld(t))}function Bd(e,t,r,o){switch(t){case "hour":{let n=0,a=23;if(o?.hourCycle===12){let g=e.hour>=12;n=g?12:0,a=g?23:11;}let i=Mt(e),l=ot(jo(i,{hour:n}),new pt),s=[vt(l,e.timeZone,"earlier"),vt(l,e.timeZone,"later")].filter(g=>mt(g,e.timeZone).day===l.day)[0],c=ot(jo(i,{hour:a}),new pt),p=[vt(c,e.timeZone,"earlier"),vt(c,e.timeZone,"later")].filter(g=>mt(g,e.timeZone).day===c.day).pop(),d=ur(e)-e.offset,m=Math.floor(d/qo),u=d%qo;return d=jt(m,r,Math.floor(s/qo),Math.floor(p/qo),o?.round)*qo+u,ot(mt(d,e.timeZone),e.calendar)}case "minute":case "second":case "millisecond":return xs(e,t,r,o);case "era":case "year":case "month":case "day":{let n=ra(Mt(e),t,r,o),a=vt(n,e.timeZone);return ot(mt(a,e.timeZone),e.calendar)}default:throw new Error("Unsupported field "+t)}}function Vd(e,t,r){let o=Mt(e),n=jo(ta(o,t),t);if(n.compare(o)===0)return e;let a=vt(n,e.timeZone,r);return ot(mt(a,e.timeZone),e.calendar)}var px=/^([+-]\d{6}|\d{4})-(\d{2})-(\d{2})$/;function vs(e){let t=e.match(px);if(!t)throw new Error("Invalid ISO 8601 date string: "+e);let r=new Ar(ys(t[1],0,9999),ys(t[2],1,12),1);return r.day=ys(t[3],1,r.calendar.getDaysInMonth(r)),r}function ys(e,t,r){let o=Number(e);if(o<t||o>r)throw new RangeError(`Value out of range: ${t} <= ${o} <= ${r}`);return o}function zd(e){return `${String(e.hour).padStart(2,"0")}:${String(e.minute).padStart(2,"0")}:${String(e.second).padStart(2,"0")}${e.millisecond?String(e.millisecond/1e3).slice(1):""}`}function Cs(e){let t=ot(e,new pt),r;return t.era==="BC"?r=t.year===1?"0000":"-"+String(Math.abs(1-t.year)).padStart(6,"00"):r=String(t.year).padStart(4,"0"),`${r}-${String(t.month).padStart(2,"0")}-${String(t.day).padStart(2,"0")}`}function Ss(e){return `${Cs(e)}T${zd(e)}`}function fx(e){let t=Math.sign(e)<0?"-":"+";e=Math.abs(e);let r=Math.floor(e/36e5),o=Math.floor(e%36e5/6e4),n=Math.floor(e%36e5%6e4/1e3),a=`${t}${String(r).padStart(2,"0")}:${String(o).padStart(2,"0")}`;return n!==0&&(a+=`:${String(n).padStart(2,"0")}`),a}function Od(e){return `${Ss(e)}${fx(e.offset)}[${e.timeZone}]`}function ws(e){let t=typeof e[0]=="object"?e.shift():new pt,r;if(typeof e[0]=="string")r=e.shift();else {let i=t.getEras();r=i[i.length-1];}let o=e.shift(),n=e.shift(),a=e.shift();return [t,r,o,n,a]}var gx=new WeakMap,Ar=class e{copy(){return this.era?new e(this.calendar,this.era,this.year,this.month,this.day):new e(this.calendar,this.year,this.month,this.day)}add(t){return Qo(this,t)}subtract(t){return bs(this,t)}set(t){return ta(this,t)}cycle(t,r,o){return ra(this,t,r,o)}toDate(t){return us(this,t)}toString(){return Cs(this)}compare(t){return cs(this,t)}constructor(...t){Xn(this,gx,{writable:true,value:void 0});let[r,o,n,a,i]=ws(t);this.calendar=r,this.era=o,this.year=n,this.month=a,this.day=i,qt(this);}};var bx=new WeakMap,Xo=class e{copy(){return this.era?new e(this.calendar,this.era,this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond):new e(this.calendar,this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond)}add(t){return Qo(this,t)}subtract(t){return bs(this,t)}set(t){return ta(jo(this,t),t)}cycle(t,r,o){switch(t){case "era":case "year":case "month":case "day":return ra(this,t,r,o);default:return xs(this,t,r,o)}}toDate(t,r){return us(this,t,r)}toString(){return Ss(this)}compare(t){let r=cs(this,t);return r===0?Pd(this,Mt(t)):r}constructor(...t){Xn(this,bx,{writable:true,value:void 0});let[r,o,n,a,i]=ws(t);this.calendar=r,this.era=o,this.year=n,this.month=a,this.day=i,this.hour=t.shift()||0,this.minute=t.shift()||0,this.second=t.shift()||0,this.millisecond=t.shift()||0,qt(this);}},xx=new WeakMap,go=class e{copy(){return this.era?new e(this.calendar,this.era,this.year,this.month,this.day,this.timeZone,this.offset,this.hour,this.minute,this.second,this.millisecond):new e(this.calendar,this.year,this.month,this.day,this.timeZone,this.offset,this.hour,this.minute,this.second,this.millisecond)}add(t){return hs(this,t)}subtract(t){return Id(this,t)}set(t,r){return Vd(this,t,r)}cycle(t,r,o){return Bd(this,t,r,o)}toDate(){return Md(this)}toString(){return Od(this)}toAbsoluteString(){return this.toDate().toISOString()}compare(t){return this.toDate().getTime()-ps(t,this.timeZone).toDate().getTime()}constructor(...t){Xn(this,xx,{writable:true,value:void 0});let[r,o,n,a,i]=ws(t),l=t.shift(),s=t.shift();this.calendar=r,this.era=o,this.year=n,this.month=a,this.day=i,this.timeZone=l,this.offset=s,this.hour=t.shift()||0,this.minute=t.shift()||0,this.second=t.shift()||0,this.millisecond=t.shift()||0,qt(this);}};var Ns=new Map;function Ts(e){let{locale:t}=is(),r=t+(e?Object.entries(e).sort((n,a)=>n[0]<a[0]?-1:1).join():"");if(Ns.has(r))return Ns.get(r);let o=new Intl.Collator(t,e);return Ns.set(r,o),o}function oa(e){let t=Ts({usage:"search",...e}),r=rr.useCallback((a,i)=>i.length===0?true:(a=a.normalize("NFC"),i=i.normalize("NFC"),t.compare(a.slice(0,i.length),i)===0),[t]),o=rr.useCallback((a,i)=>i.length===0?true:(a=a.normalize("NFC"),i=i.normalize("NFC"),t.compare(a.slice(-i.length),i)===0),[t]),n=rr.useCallback((a,i)=>{if(i.length===0)return true;a=a.normalize("NFC"),i=i.normalize("NFC");let l=0,s=i.length;for(;l+s<=a.length;l++){let c=a.slice(l,l+s);if(t.compare(i,c)===0)return true}return false},[t]);return rr.useMemo(()=>({startsWith:r,endsWith:o,contains:n}),[r,o,n])}function Lt(){let[e,t]=rr__namespace.default.useState(false),r=rr__namespace.default.useCallback((n,a)=>{t(true),a?.(n);},[]),o=rr__namespace.default.useCallback((n,a)=>{t(false),a?.(n);},[]);return {isFocused:e,handleFocus:r,handleBlur:o}}function pr({children:e,className:t}){return jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("relative w-full",t),children:e})}function Hd({onClick:e,size:t="md",className:r}){return jsxRuntime.jsx("button",{type:"button",onClick:o=>{o.preventDefault(),o.stopPropagation(),e();},className:tailwindMerge.twMerge("absolute right-2 top-1/2 -translate-y-1/2 transform text-text-muted hover:text-text-body",r),"aria-label":"Clear input",onMouseDown:o=>{o.preventDefault(),o.stopPropagation();},children:jsxRuntime.jsx(A,{name:"X",size:t==="sm"?16:20})})}function na(e){let{isInvalid:t,isDisabled:r,isFocused:o}=e,n="border rounded-[var(--control-border-radius)] !outline-none ";return r?`${n} border-border-muted`:t&&o?`${n} border-feedback-error-border shadow-[inset_0_0_0_1px_var(--color-feedback-error-border)]`:t?`${n} border-feedback-error-border`:o?`${n} border-border-focus shadow-[inset_0_0_0_1px_var(--color-border-focus)]`:`${n} border-border-default`}function aa(e){return e.isDisabled?"bg-background-muted":e.transparent?"bg-transparent":"bg-background-input"}function Ct(e){let{isInvalid:t,isDisabled:r,isFocused:o,transparent:n,size:a="md",className:i}=e;return tailwindMerge.twMerge("w-full",na({isInvalid:t,isDisabled:r,isFocused:o}),aa({transparent:n,isDisabled:r}),de[a].text,de[a].height,de[a].padding,i)}function $o(e){let{size:t="md",isFocusWithin:r,isInvalid:o,isDisabled:n,transparent:a,className:i}=e;return tailwindMerge.twMerge("group flex items-center rounded-[var(--control-border-radius)] overflow-hidden",aa({transparent:a,isDisabled:n}),de[t].height,na({isFocused:r,isInvalid:o,isDisabled:n}),i)}function ye({children:e,size:t="md",tooltip:r,isRequired:o,className:n,htmlFor:a}){return jsxRuntime.jsxs("label",{htmlFor:a,className:tailwindMerge.twMerge(de[t].text,"!text-text-caption flex items-center gap-1",n),children:[e,o&&jsxRuntime.jsx("span",{children:"*"}),r&&jsxRuntime.jsx("span",{className:"text-text-muted",children:jsxRuntime.jsx(A,{name:"Info",size:t==="sm"?16:20})})]})}function Se({size:e="md",className:t,children:r,...o}){return jsxRuntime.jsx("div",{...o,className:tailwindMerge.twMerge("leading-[2.25] text-text-muted",de[e].text,t),children:r})}function fe({children:e,size:t="md",className:r}){return jsxRuntime.jsx("div",{role:"alert",className:tailwindMerge.twMerge(de[t].text,"text-feedback-error-text",r),children:e})}function Gd({size:e="md",isInvalid:t,isDisabled:r,isFocused:o,transparent:n,className:a,...i}){return jsxRuntime.jsx("input",{className:Ct({isInvalid:t,isDisabled:r,isFocused:o,transparent:n,size:e,className:a}),...i})}function ia(e){let{children:t,...r}=e;return jsxRuntime.jsx("div",{...r,className:$o(e),children:typeof t=="function"?t(e):t})}function Cx({children:e,...t}){return jsxRuntime.jsx(reactAriaComponents.ListBox,{...t,className:ce(t.className,"outline-0"),children:e})}var Zd=rr.createContext("md");function Xd(){return rr.useContext(Zd)}function Dx(e="md"){return `flex-1 text-start data-[placeholder]:text-text-placeholder ${de[e].text}`}function Rx(){let e=rr__namespace.default.useCallback((r,o)=>{o?.(r);},[]),t=rr__namespace.default.useCallback((r,o)=>{o?.(r);},[]);return {handleFocus:e,handleBlur:t}}function Lr({label:e,description:t,errorMessage:r,children:o,items:n,renderItem:a,size:i="md",selectedKey:l,defaultSelectedKey:s,onSelectionChange:c,placeholder:p,showErrors:d=false,tooltip:m,isRequired:u,transparent:g,...f}){let[b,h]=rr.useState(null),[y,v]=rr.useState(null),x=l??b??s,{handleFocus:C,handleBlur:w}=Rx(),S=M=>{c&&M!==null&&c(M),c||h(M);},N=rr.useRef(null),T=rr.useRef(null);return jsxRuntime.jsx(reactAriaComponents.Select,{...f,selectedKey:x,defaultSelectedKey:s,onSelectionChange:S,placeholder:p,className:ce(f.className,"group flex w-full flex-col"),ref:N,onOpenChange:M=>{M&&T.current?v(T.current.offsetWidth):M||N.current?.blur();},children:({isDisabled:M,isInvalid:B,isOpen:z})=>jsxRuntime.jsxs("div",{className:"flex flex-col",children:[e&&jsxRuntime.jsx(ye,{size:i,tooltip:m,isRequired:u,children:e}),jsxRuntime.jsx(pr,{children:jsxRuntime.jsx("div",{ref:T,children:jsxRuntime.jsxs(X,{variant:"unstyled",className:tailwindMerge.twMerge(Ct({isInvalid:B||d&&!!r,isDisabled:M,isFocused:z,transparent:g,size:i}),"flex items-center text-start gap-4 cursor-pointer pl-[var(--control-padding-sm)]"),onFocus:W=>C(W,f.onFocus),onBlur:W=>w(W,f.onBlur),"data-open":z,children:[jsxRuntime.jsx(reactAriaComponents.SelectValue,{className:Dx(i)}),jsxRuntime.jsx(A,{name:"CaretDown","aria-hidden":true,className:tailwindMerge.twMerge("h-4 w-4 text-text-body group-disabled:text-gray-200 forced-colors:text-[ButtonText] transition-transform",z&&"rotate-180")})]})})}),t&&jsxRuntime.jsx(Se,{size:i,className:"mt-3",children:t}),d&&jsxRuntime.jsx(fe,{size:i,className:"mt-3 text-feedback-error-text",children:typeof r=="function"&&f.validationResult?r(f.validationResult):typeof r=="string"?r:null}),jsxRuntime.jsx(We,{className:"bg-background-input shadow-xl border border-border-input/20 backdrop-blur-sm rounded-[var(--control-border-radius)]",style:{minWidth:y?`${y}px`:void 0},children:jsxRuntime.jsx(Zd.Provider,{value:i,children:jsxRuntime.jsx(reactAriaComponents.ListBox,{items:n,className:"w-full max-h-[300px] overflow-auto bg-background-input p-0 outline-0",children:a&&n?W=>jsxRuntime.jsx(Et,{id:W.id,textValue:W.label,size:i,children:a(W)},W.id):o})})})]})})}function Et({size:e,className:t,...r}){let o=Xd(),n=e??o;return jsxRuntime.jsx(reactAriaComponents.ListBoxItem,{...r,className:tailwindMerge.twMerge("flex cursor-default items-center gap-2 px-3 outline-none text-text-body data-[focused]:bg-background-hover data-[focus-visible]:ring-2 data-[focus-visible]:ring-action-default data-[focus-visible]:ring-inset data-[selected]:bg-background-selected data-[selected]:font-medium",de[n].paddingY,de[n].text,t)})}var Gx={sm:"h-4 w-4",md:"h-5 w-5",lg:"h-6 w-6",xl:"h-7 w-7"},Wx={sm:"pl-7",md:"pl-9",lg:"pl-10",xl:"pl-12"},qd={sm:"py-1",md:"py-2",lg:"py-3",xl:"py-4"};function Ux(){let e=rr__namespace.default.useContext(reactAriaComponents.ComboBoxStateContext);return jsxRuntime.jsx(reactAriaComponents.Button,{slot:null,className:"clear-button","aria-label":"Clear",onPress:()=>e?.setSelectedKey(null),children:"\u2715"})}var As=(e,t,r)=>{if(e==null||e==="")return "";let n=(r?r.flatMap(a=>a.items):t||[]).find(a=>a.id===e);return n?n.name:""};async function Kx(e,t,r){try{let o=e.url.replace("{q}",t),n=new URLSearchParams;e.extraParams&&Object.entries(e.extraParams).forEach(([s,c])=>{n.append(s,c.toString());});let a=`${o}${n.toString()?"?"+n.toString():""}`,i=await fetch(a,{method:"GET",headers:e.headers,signal:r});if(!i.ok)throw new Error(`HTTP error! status: ${i.status}`);let l=await i.json();return {items:e.transformResponse(l)}}catch(o){console.error("Error in REST request:",o);let n=o instanceof Error?o.message:"Unknown error occurred";return {items:[],error:n}}}async function Yx(e,t,r){try{let o=e.graphqlQuery.replace(`$${e.variableKey||"filter"}`,`"${t}"`),n=await fetch(e.url,{method:"POST",headers:{"Content-Type":"application/json",...e.headers},body:JSON.stringify({query:o}),signal:r});if(!n.ok)throw new Error(`HTTP error! status: ${n.status}`);let a=await n.json();if(a.errors)throw new Error(a.errors[0]?.message||"GraphQL error occurred");return e.responsePath&&(a=e.responsePath.split(".").reduce((i,l)=>i?.[l],a)),{items:e.transformResponse(a)}}catch(o){console.error("Error in GraphQL request:",o);let n=o instanceof Error?o.message:"Unknown error occurred";return {items:[],error:n}}}function sa({label:e,staticItems:t=[],sections:r,selectedKey:o,defaultSelectedKey:n,onSelectionChange:a,requestConfig:i,defaultFilter:l,placeholder:s,errorMessage:c,description:p,size:d="md",tooltip:m,isRequired:u,isDisabled:g,isInvalid:f,validationResult:b,showErrors:h=true,renderItem:y,renderLeftIcon:v,renderSection:x,autoFocus:C=false}){let w=rr__namespace.default.useRef(null),[S,N]=rr__namespace.default.useState(),[T,M]=rr.useState(()=>As(o||n,t,r)),[B,z]=rr.useState(false),W=co(T),{contains:E}=oa({sensitivity:"base"}),[Z,j]=rr.useState(),_=de[d].text,F=de[d].height,R=null;rr.useEffect(()=>{C&&z(true);},[C]),rr.useEffect(()=>{let P=()=>{w.current&&N(w.current.offsetWidth);};return P(),window.addEventListener("resize",P),()=>window.removeEventListener("resize",P)},[]),rr.useEffect(()=>{R&&R.setFilterText(W);},[W,R]),i&&(R=reactStately.useAsyncList({async load({signal:P,filterText:V=""}){if(!i.url||i.shouldLoad&&!i.shouldLoad(V))return {items:[]};try{let q;return i.requestType==="GraphQL"?q=await Yx(i,V,P):q=await Kx(i,V,P),j(q.error),{items:q.items}}catch(q){return console.error("Error loading items:",q),j(q instanceof Error?q.message:"Unknown error occurred"),{items:[]}}},initialFilterText:""})),W===""&&(R=null);let I=P=>{let V=As(P,t,r);M(V),a&&a(P);},U=P=>{M(P);let V=As(o,t,r);o!=null&&P!==V&&a&&a(null);};return jsxRuntime.jsx(reactAriaComponents.ComboBox,{onSelectionChange:I,selectedKey:o||void 0,defaultSelectedKey:n||void 0,defaultItems:r?r.flatMap(P=>P.items):t,items:R?R.items:void 0,className:ce("group flex flex-col","w-full"),menuTrigger:"focus",isDisabled:g,isInvalid:f||!!c,inputValue:T,onInputChange:U,autoFocus:C,defaultFilter:l||E,"aria-label":e||s||"Autocomplete",children:P=>jsxRuntime.jsxs("div",{className:"flex flex-col",children:[e&&jsxRuntime.jsx(ye,{size:d,tooltip:m,isRequired:u,children:e}),jsxRuntime.jsxs(reactAriaComponents.Group,{ref:w,className:$o({size:d,isInvalid:f||!!c,isDisabled:g,isFocusWithin:B||P.isOpen,className:"w-full cursor-pointer"}),"aria-label":e||s||"Autocomplete",style:{position:"relative"},children:[v?jsxRuntime.jsx("div",{className:"absolute left-3",children:v(!!R?.isLoading)}):jsxRuntime.jsx(A,{name:"MagnifyingGlass",className:`${Gx[d]} absolute left-3 text-inherit`}),jsxRuntime.jsx(reactAriaComponents.Input,{className:`flex-1 min-w-0 border-none pr-3 outline-0 placeholder:text-text-placeholder ${Wx[d]} ${_} ${F} ${g?"bg-background-muted":"bg-background-input"}`,placeholder:s,disabled:g,onFocus:()=>z(true),onBlur:()=>z(false)}),T&&!g&&jsxRuntime.jsx(Ux,{}),jsxRuntime.jsx(reactAriaComponents.Button,{className:`px-2 text-text-body ${_} ${F} ${g?"bg-background-muted":"bg-background-input"}`,"aria-label":"Toggle menu",isDisabled:g,children:({isPressed:V})=>jsxRuntime.jsx(A,{name:V?"CaretUp":"CaretDown",className:"h-4 w-4"})})]}),p&&jsxRuntime.jsx(Se,{size:d,children:p}),h&&Z&&jsxRuntime.jsx(fe,{size:d,className:"text-feedback-error-text",children:Z}),h&&typeof c=="string"&&jsxRuntime.jsx(fe,{size:d,className:"text-feedback-error-text",children:c}),h&&typeof c=="function"&&b&&jsxRuntime.jsx(fe,{size:d,className:"text-feedback-error-text",children:c(b)}),jsxRuntime.jsx(We,{className:"bg-background-input shadow-xl border border-border-input/20 backdrop-blur-sm ring-1 ring-black/5 rounded-[var(--control-border-radius)]",style:{minWidth:S?`${S}px`:void 0},children:jsxRuntime.jsx(reactAriaComponents.ListBox,{className:`max-h-[300px] overflow-auto bg-background-input outline-none ${_}`,children:r?r.map(V=>{let q=V.items.map(J=>jsxRuntime.jsx(Et,{id:J.id,textValue:J.name,size:d,className:`flex cursor-default items-center gap-2 px-3 ${qd[d]} text-text-body outline-none data-[focused]:bg-background-hover data-[selected]:bg-background-selected data-[selected]:font-medium`,children:y?y(J):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[J.name,jsxRuntime.jsx(A,{name:"X",className:"ml-auto h-4 w-4 text-text-muted opacity-0 data-[focused]:opacity-100 data-[selected]:opacity-100"})]})},J.id));return x?x(V,q):jsxRuntime.jsxs(reactAriaComponents.ListBoxSection,{children:[jsxRuntime.jsx(reactAriaComponents.Header,{className:"px-3 py-1 text-sm font-bold text-text-muted",children:V.name}),q]},V.name)}):V=>jsxRuntime.jsx(Et,{id:V.id,textValue:V.name,size:d,className:`flex cursor-default items-center gap-2 px-3 ${qd[d]} text-text-body outline-none data-[focused]:bg-background-hover data-[selected]:bg-background-selected data-[selected]:font-medium`,children:y?y(V):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[V.name,jsxRuntime.jsx(A,{name:"X",className:"ml-auto h-4 w-4 text-text-muted opacity-0 data-[focused]:opacity-100 data-[selected]:opacity-100"})]})},V.id)})})]})})}function _d({src:e,alt:t,firstName:r,lastName:o,fullName:n,onClick:a,size:i="md",shape:l="circle",variant:s="user",className:c,status:p,bordered:d=false}){let m={xs:"h-6 w-6 text-xs",sm:"h-8 w-8 text-sm",md:"h-10 w-10 text-base",lg:"h-12 w-12 text-lg",xl:"h-16 w-16 text-xl"},u={xs:"h-1.5 w-1.5",sm:"h-2 w-2",md:"h-2.5 w-2.5",lg:"h-3 w-3",xl:"h-4 w-4"},g={xs:"bottom-0 right-0",sm:"bottom-0 right-0",md:"bottom-0 right-0",lg:"bottom-0.5 right-0.5",xl:"bottom-1 right-1"},f={online:"bg-feedback-success-background border-feedback-success-border",offline:"bg-text-muted border-border-muted",away:"bg-feedback-warning-background border-feedback-warning-border",busy:"bg-feedback-error-background border-feedback-error-border"},b={user:"bg-action-brand/10 text-action-brand",team:"bg-feedback-info-background text-feedback-info-text",organization:"bg-feedback-success-background text-feedback-success-text"},h=l==="circle"?"rounded-full":"rounded-md",y=tailwindMerge.twMerge("relative inline-flex items-center justify-center overflow-hidden transition-opacity",m[i],h,a&&"cursor-pointer hover:opacity-80",d&&"ring-2 ring-background-surface",c),x=(()=>{if(r||o){let S=r?.[0]||"",N=o?.[0]||"";return (S+N).toUpperCase()}if(n){let S=n.split(" "),N=S[0]?.[0]||"",T=S[S.length-1]?.[0]||"";return N===T?N.toUpperCase():(N+T).toUpperCase()}return ""})(),C=()=>{let S={xs:14,sm:16,md:20,lg:24,xl:32}[i];switch(s){case "team":return jsxRuntime.jsx(lucideReact.Users,{size:S});case "organization":return jsxRuntime.jsx(lucideReact.Building2,{size:S});default:return jsxRuntime.jsx(lucideReact.User,{size:S})}},w=()=>e?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("img",{src:e,alt:t||n||"Avatar",className:"h-full w-full object-cover",style:{fontSize:0}}),jsxRuntime.jsx("div",{className:"absolute inset-0 flex items-center justify-center -z-10",children:x?jsxRuntime.jsx("span",{className:"font-semibold",children:x}):C()})]}):x?jsxRuntime.jsx("span",{className:"font-semibold",children:x}):C();return jsxRuntime.jsxs("div",{className:"relative inline-block",children:[jsxRuntime.jsx("div",{className:tailwindMerge.twMerge(y,e?"":b[s]),onClick:a,role:a?"button":void 0,tabIndex:a?0:void 0,children:w()}),p&&jsxRuntime.jsx("span",{className:tailwindMerge.twMerge("absolute border-2 border-background-surface",h,u[i],g[i],f[p]),"aria-label":`Status: ${p}`})]})}var jx={default:"bg-feedback-info-background text-feedback-info-text",success:"bg-feedback-success-background text-feedback-success-text",error:"bg-feedback-error-background text-feedback-error-text",warning:"bg-feedback-warning-background text-feedback-warning-text",info:"bg-feedback-info-background text-feedback-info-text",primary:"bg-action-brand/10 text-action-brand",secondary:"bg-action-default/10 text-action-default",neutral:"bg-background-muted text-text-muted",charging:"bg-state-charging text-state-charging-text",discharging:"bg-state-discharging text-state-discharging-text",heat:"bg-state-heat text-state-heat-text",cool:"bg-state-cool text-state-cool-text",eco:"bg-state-eco text-state-eco-text",auto:"bg-state-auto text-state-auto-text",on:"bg-state-on text-state-on-text",off:"bg-state-off text-state-off-text",idle:"bg-state-idle text-state-idle-text",unknown:"bg-state-unknown text-state-unknown-text",importing:"bg-state-importing text-state-importing-text",exporting:"bg-state-exporting text-state-exporting-text"},Qx={sm:"px-2.5 py-1.5 text-xs",md:"px-3.5 py-2 text-sm",lg:"px-4 py-2.5 text-base"},$x={pill:"rounded-full",rounded:"rounded-lg",square:"rounded-sm"},_x={sm:"w-1.5 h-1.5",md:"w-2 h-2",lg:"w-2.5 h-2.5"};function Ee({children:e,variant:t="default",size:r="sm",shape:o="square",dot:n=false,dotPosition:a="left",dotPulse:i=false,className:l}){let s=n&&jsxRuntime.jsx("span",{className:tailwindMerge.twMerge("rounded-full bg-current opacity-75",_x[r],i&&"animate-pulse"),"aria-hidden":"true"});return jsxRuntime.jsxs("span",{className:tailwindMerge.twMerge("inline-flex items-center gap-1.5 font-medium",Qx[r],$x[o],jx[t],l),children:[n&&a==="left"&&s,e,n&&a==="right"&&s]})}var Er=({href:e,children:t,className:r="",external:o=false,title:n,variant:a="default",onClick:i,asButton:l=false,onPress:s,showArrow:c=false})=>{let p=o?{target:"_blank",rel:"noopener noreferrer"}:{},u=`hover:underline hover:decoration-1 hover:underline-offset-4 hover:decoration-current cursor-pointer ${{default:"text-action-primary hover:text-action-primary-hover visited:text-action-primary",brand:"text-action-brand hover:text-action-brand-hover visited:text-action-brand",muted:"text-text-muted hover:text-text-muted visited:text-text-muted",unstyled:""}[a]} ${r}`,g=jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[t,c&&jsxRuntime.jsxs("span",{children:["\xA0","\u2192"]})]});return l?jsxRuntime.jsx("button",{type:"button",className:u,onClick:s,title:n,children:g}):jsxRuntime.jsx("a",{href:e||"#",className:u,...p,title:n,onClick:i,children:g})};function la(e){let{children:t,maxWidth:r=600,className:o,...n}=e,{ref:a,width:i}=_l(),[l,s]=rr__namespace.default.useState(false),[c,p]=rr__namespace.default.useState(false),d=rr__namespace.default.useRef(false),m=rr__namespace.default.useMemo(()=>t&&!e.items&&typeof t!="function"?rr__namespace.default.Children.toArray(t):null,[t,e.items]);if(rr__namespace.default.useEffect(()=>{m&&m.length>=4&&i>0&&!d.current?(d.current=true,s(i>r),p(true)):(!m||m&&m.length<4)&&p(true);let u=setTimeout(()=>{c||p(true);},100);return ()=>clearTimeout(u)},[i,r,m,c]),m&&l&&m.length>=4){let u=m[0],g=m.slice(1,-2),f=m.slice(-2),b=g.map(h=>{if(rr__namespace.default.isValidElement(h)){let y=h.props;if(typeof y.children=="string")return {label:y.children,href:y.href}}return {label:"..."}});return jsxRuntime.jsxs(reactAriaComponents.Breadcrumbs,{...n,ref:a,className:tailwindMerge.twMerge("flex gap-2",c?"opacity-100":"opacity-0",o),children:[u,jsxRuntime.jsx(oh,{items:b}),f]})}return jsxRuntime.jsx(reactAriaComponents.Breadcrumbs,{...n,ref:a,className:tailwindMerge.twMerge("flex gap-2",c?"opacity-100":"opacity-0",o),children:t})}function oh({items:e}){let t=e.map((r,o)=>({id:`breadcrumb-${o}`,name:r.label,href:r.href}));return jsxRuntime.jsx(reactAriaComponents.Breadcrumb,{className:"flex items-center gap-2",children:jsxRuntime.jsxs("span",{className:"flex items-center gap-2",children:[jsxRuntime.jsx(zn,{items:t,align:"left",size:"sm",children:jsxRuntime.jsx(X,{variant:"icon",size:"sm",icon:"DotsThree","aria-label":"Show hidden breadcrumbs",className:"px-0.5"})}),jsxRuntime.jsx(lucideReact.ChevronRight,{className:"h-4 w-4 text-text-muted"})]})})}function ca(e){let{className:t,children:r,href:o,...n}=e;return jsxRuntime.jsx(reactAriaComponents.Breadcrumb,{className:ce(t,"flex items-center gap-2"),...n,children:a=>{let i=a.isCurrent;return jsxRuntime.jsx(jsxRuntime.Fragment,{children:i?jsxRuntime.jsx("span",{className:"font-semibold text-text-body",children:typeof r=="function"?r(a):r}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(Er,{variant:"muted",href:o,children:typeof r=="function"?r(a):r}),jsxRuntime.jsx(lucideReact.ChevronRight,{className:"h-4 w-4 text-text-muted"})]})})}})}function mh({isSelected:e,isDisabled:t}){let r=[Ce,"w-9 h-9 text-base cursor-default rounded-full flex items-center justify-center forced-color-adjust-none"];return t?r.push("text-gray-300 dark:text-zinc-600 forced-colors:text-[GrayText]"):e?r.push("bg-blue-600 invalid:bg-red-600 text-white forced-colors:bg-[Highlight] forced-colors:invalid:bg-[Mark] forced-colors:text-[HighlightText]"):r.push("text-zinc-900 dark:text-zinc-200 hover:bg-gray-100 dark:hover:bg-zinc-700 pressed:bg-gray-200 dark:pressed:bg-zinc-600"),r.join(" ")}function bo({errorMessage:e,...t}){return jsxRuntime.jsxs(reactAriaComponents.Calendar,{...t,children:[jsxRuntime.jsx(da,{}),jsxRuntime.jsxs(reactAriaComponents.CalendarGrid,{className:"border-separate [border-spacing:0] [&_td]:p-0 [&_td]:!border-0",children:[jsxRuntime.jsx(ua,{}),jsxRuntime.jsx(reactAriaComponents.CalendarGridBody,{children:r=>jsxRuntime.jsx(reactAriaComponents.CalendarCell,{date:r,className:({isSelected:o,isDisabled:n})=>`${mh({isSelected:o,isDisabled:n})} border-0`})})]}),e&&jsxRuntime.jsx(reactAriaComponents.Text,{slot:"errorMessage",className:"text-sm text-red-600",children:e})]})}function da(){let{direction:e}=reactAriaComponents.useLocale(),t=18;return jsxRuntime.jsxs("header",{className:"flex w-full items-center gap-1 px-1 pb-4",children:[jsxRuntime.jsx(X,{variant:"icon",slot:"previous",className:"pl-0",children:e==="rtl"?jsxRuntime.jsx(A,{name:"CaretRight","aria-hidden":true,size:t}):jsxRuntime.jsx(A,{name:"CaretLeft","aria-hidden":true,size:t})}),jsxRuntime.jsx(reactAriaComponents.Heading,{className:"text-md mx-2 flex-1 text-center font-semibold text-zinc-900 dark:text-zinc-200"}),jsxRuntime.jsx(X,{variant:"icon",slot:"next",className:"pr-0",children:e==="rtl"?jsxRuntime.jsx(A,{name:"CaretLeft","aria-hidden":true,size:t}):jsxRuntime.jsx(A,{name:"CaretRight","aria-hidden":true,size:t})})]})}function ua(){return jsxRuntime.jsx(reactAriaComponents.CalendarGridHeader,{children:e=>jsxRuntime.jsx(reactAriaComponents.CalendarHeaderCell,{className:"text-xs font-semibold text-text-caption",children:e})})}function Is(e){return jsxRuntime.jsxs(reactAriaComponents.CheckboxGroup,{...e,className:ce(e.className,"flex flex-col gap-2"),children:[jsxRuntime.jsx(ye,{children:e.label}),e.children,e.description&&jsxRuntime.jsx(Se,{children:e.description}),jsxRuntime.jsx(fe,{children:typeof e.errorMessage=="function"?void 0:e.errorMessage})]})}function yh({isDisabled:e}){return `flex gap-2 items-center group text-sm transition ${e?"text-text-disabled":"text-text-caption"}`}function vh({isSelected:e,isInvalid:t,isDisabled:r,isIndeterminate:o,variant:n="default"}){let a="w-5 h-5 flex-shrink-0 rounded-[var(--control-border-radius)] flex items-center justify-center border-2 transition ring-offset-2 focus:ring-2",i=n==="brand"?"focus:ring-action-brand":"focus:ring-action-default",l="";if(r)l="border-border-muted bg-background-muted";else if(t)l="border-feedback-error-border bg-feedback-error-background";else if(e||o){let s=n==="brand"?"action-brand":"action-default";l=`bg-${s} border-${s} hover:bg-${s}-hover hover:border-${s}-hover`;}else l="bg-background-input border-border-input hover:border-border-focus";return `${a} ${i} ${l}`}var lu="w-4 h-4 text-text-onPrimary group-disabled:text-text-disabled";function Vr(e){let{children:t,variant:r="default",...o}=e;return jsxRuntime.jsx(reactAriaComponents.Checkbox,{...o,className:reactAriaComponents.composeRenderProps(e.className,(n,a)=>`${yh(a)} ${n||""}`),children:n=>{let{isSelected:a,isIndeterminate:i,...l}=n,s=jsxRuntime.jsx("div",{className:vh({isSelected:a,isIndeterminate:i,variant:r,...l}),children:i?jsxRuntime.jsx(lucideReact.Minus,{"aria-hidden":true,className:lu}):a?jsxRuntime.jsx(lucideReact.Check,{"aria-hidden":true,className:lu}):null});return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[s,typeof t=="function"?t(n):t]})}})}var wh={default:"bg-background-muted text-action-default border border-border-muted hover:bg-background-hover",brand:"bg-action-brand/10 text-action-brand border border-action-brand/20 hover:bg-action-brand/15",secondary:"bg-background-input text-text-body border border-border-input hover:bg-background-hover"},Nh={sm:"px-2 py-1 gap-1",md:"px-3 py-1.5 gap-1.5",lg:"px-3 py-2 gap-2",xl:"px-4 py-2.5 gap-2"},Th="opacity-75 cursor-not-allowed pointer-events-none";function du(e){let{variant:t,size:r,isDisabled:o,isClickable:n,className:a}=e;return tailwindMerge.twMerge("inline-flex items-center justify-center rounded-full font-medium transition-colors","whitespace-nowrap select-none",Nh[r],de[r].text,wh[t],n&&!o&&"cursor-pointer",o&&Th,a)}function mr({children:e,onRemove:t,size:r="md",variant:o="default",isRemovable:n=true,isDisabled:a=false,className:i,onClick:l}){let s=!!l&&!a,c=n&&t&&!a,p=u=>{u.stopPropagation(),u.preventDefault(),t&&!a&&t();},d=()=>{l&&!a&&l();},m=jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("span",{className:"truncate",children:e}),c&&jsxRuntime.jsx("button",{type:"button",onClick:p,className:"flex-shrink-0 rounded-full p-0.5 hover:bg-black/10 transition-colors cursor-pointer","aria-label":"Remove",tabIndex:-1,children:jsxRuntime.jsx(A,{name:"X",size:r==="sm"?12:r==="md"?14:16,className:"text-current opacity-70 hover:opacity-100"})})]});return s?jsxRuntime.jsx("button",{type:"button",onClick:d,className:du({variant:o,size:r,isDisabled:a,isClickable:s,className:i}),disabled:a,children:m}):jsxRuntime.jsx("span",{className:du({variant:o,size:r,isDisabled:a,isClickable:s,className:i}),children:m})}var Lh={json:()=>import('ace-builds/src-noconflict/mode-json'),javascript:()=>import('ace-builds/src-noconflict/mode-javascript'),typescript:()=>import('ace-builds/src-noconflict/mode-typescript'),html:()=>import('ace-builds/src-noconflict/mode-html'),css:()=>import('ace-builds/src-noconflict/mode-css'),markdown:()=>import('ace-builds/src-noconflict/mode-markdown'),yaml:()=>import('ace-builds/src-noconflict/mode-yaml'),xml:()=>import('ace-builds/src-noconflict/mode-xml'),python:()=>import('ace-builds/src-noconflict/mode-python'),sql:()=>import('ace-builds/src-noconflict/mode-sql')},Eh={github:()=>import('ace-builds/src-noconflict/theme-github'),github_dark:()=>import('ace-builds/src-noconflict/theme-github_dark')},Ih={"ext-language-tools":()=>import('ace-builds/src-noconflict/ext-language_tools')},tn=new Set;async function Bs(e,t){tn.has(e)||(await t(),tn.add(e));}async function Bh(e,t,r){await Promise.all([Bs(`language:${e}`,Lh[e]),Bs(`theme:${t}`,Eh[t]),r?Bs("extension:language-tools",Ih["ext-language-tools"]):void 0]);}function pu(e,t,r){let o=tn.has(`language:${e}`)&&tn.has(`theme:${t}`);return r?o&&tn.has("extension:language-tools"):o}function mu({value:e,readOnly:t=false,onChange:r,language:o="json",theme:n="github_dark",height:a,width:i="100%",className:l,lineHeight:s=19,minLines:c=3,maxLines:p=50,showLineNumbers:d=true,showGutter:m=true,fontSize:u=14,wrapEnabled:g=false}){let f=rr.useRef(null),[b,h]=rr.useState(()=>pu(o,n,!t)),y=rr.useMemo(()=>{if(a)return a;let v=(e.match(/\n/g)||[]).length+1;return `${Math.max(c,Math.min(v,p))*s+10}px`},[e,a,s,c,p]);return rr.useEffect(()=>{let v=false,x=!t;return pu(o,n,x)?(h(true),()=>{v=true;}):(h(false),Bh(o,n,x).then(()=>{v||h(true);}).catch(C=>{v||h(true),console.error("Failed to load Ace editor resources",C);}),()=>{v=true;})},[o,t,n]),rr.useEffect(()=>{b&&f.current?.editor&&f.current.editor.resize();},[y,b]),jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("overflow-hidden rounded-md border border-border-input",l),style:{width:i,height:y},children:b?jsxRuntime.jsx(Mh__default.default,{ref:f,mode:o,theme:n,value:e,onChange:r,readOnly:t,width:"100%",height:"100%",fontSize:u,showPrintMargin:false,showGutter:m,highlightActiveLine:!t,setOptions:{useWorker:true,showLineNumbers:d,tabSize:2,enableBasicAutocompletion:!t,enableLiveAutocompletion:!t,enableSnippets:!t,showFoldWidgets:true,wrap:g},editorProps:{$blockScrolling:true}}):jsxRuntime.jsx("div",{className:"flex h-full w-full items-center justify-center bg-surface-muted text-foreground-muted",children:"Loading editor\u2026"})})}var gu=rr__namespace.createContext({variant:"contained",density:"comfortable",showDividers:true}),bu=rr__namespace.createContext(null),Gh={contained:"rounded-lg border border-border-default bg-background-surface overflow-hidden",bordered:"rounded-lg border border-border-default bg-background-surface",plain:"bg-transparent"},fu={true:"divide-y divide-border-default",false:"gap-3"},Wh={comfortable:"px-5 py-3",compact:"px-4 py-2.5"},Uh={comfortable:"px-5 pt-0",compact:"px-4 pt-0"},Kh={comfortable:"h-5 w-5",compact:"h-4 w-4"};function Hs(){return rr__namespace.useContext(gu)}function Yh(e){let t=rr__namespace.useContext(bu);if(!t)throw new Error(`${e} must be used within a <CollapseItem>`);return t}function Jh({variant:e,showDividers:t,className:r}){let o="group/collapse-item w-full transition-colors",n={contained:"bg-background-surface",bordered:"bg-background-surface",plain:"bg-transparent"},a=t?"":"rounded-lg border border-border-default bg-background-surface overflow-hidden";return tailwindMerge.twMerge(o,n[e],a,r)}function Zh({isDisabled:e,isPressed:t,density:r,variant:o,showDividers:n,className:a}){let i="group/collapse-header flex w-full items-start gap-4 text-left transition-colors duration-150",l=e?"cursor-not-allowed text-text-disabled":"cursor-pointer text-text-body",s=t&&!e?"bg-background-hover":"",c=Wh[r];return tailwindMerge.twMerge(i,Ce(),c,l,s,o==="plain"&&n?"px-0":"",a)}function Xh({density:e,showDividers:t,className:r}){let o="text-text-body",n=Uh[e];return tailwindMerge.twMerge(o,n,t?"":"rounded-b-lg",r)}function xu({variant:e="contained",density:t="comfortable",showDividers:r=true,className:o,...n}){let a=rr__namespace.useMemo(()=>({variant:e,density:t,showDividers:r}),[e,t,r]),i=tailwindMerge.twMerge("flex w-full flex-col",Gh[e],r?fu.true:fu.false,e==="plain"&&r?"border-y border-border-default/60":"");return jsxRuntime.jsx(gu.Provider,{value:a,children:jsxRuntime.jsx(reactAriaComponents.DisclosureGroup,{...n,className:ce(o,i)})})}function Gs({className:e,children:t,...r}){let{variant:o,showDividers:n}=Hs();return jsxRuntime.jsx(reactAriaComponents.Disclosure,{...r,className:reactAriaComponents.composeRenderProps(e,a=>Jh({variant:o,showDividers:n,className:a})),children:a=>jsxRuntime.jsx(bu.Provider,{value:a,children:t})})}Gs.displayName="CollapseItem";function Ws({title:e,description:t,startContent:r,endContent:o,indicator:n,indicatorPosition:a="end",showIndicator:i=true,keepIndicatorSpace:l=false,children:s,className:c,...p}){let d=Yh("CollapseHeader"),{density:m,variant:u,showDividers:g}=Hs(),f=Kh[m];return jsxRuntime.jsx(reactAriaComponents.Button,{...p,slot:"trigger","data-expanded":d.isExpanded?"true":void 0,className:reactAriaComponents.composeRenderProps(c,(b,h)=>Zh({isDisabled:h.isDisabled??false,isPressed:h.isPressed??false,density:m,variant:u,showDividers:g,className:b})),children:b=>{let h=b.isDisabled??false,y=i?typeof n=="function"?n({isExpanded:d.isExpanded,isDisabled:h}):n??jsxRuntime.jsx(A,{name:"CaretDown",size:m==="compact"?"sm":"md",weight:"bold","aria-hidden":"true",className:tailwindMerge.twMerge("text-text-muted transition-transform duration-200",d.isExpanded?"rotate-180":"rotate-0")}):null,v=y?jsxRuntime.jsx("span",{className:tailwindMerge.twMerge("flex flex-shrink-0 items-center justify-center text-text-muted",f),"aria-hidden":"true",children:y}):l?jsxRuntime.jsx("span",{className:tailwindMerge.twMerge("flex flex-shrink-0 items-center justify-center",f),"aria-hidden":"true"}):null;return jsxRuntime.jsxs("div",{className:"flex w-full items-center gap-4",children:[a==="start"&&v,r&&jsxRuntime.jsx("div",{className:"flex flex-shrink-0 items-center text-text-muted",children:r}),jsxRuntime.jsxs("div",{className:"flex min-w-0 flex-1 items-start gap-3",children:[s??jsxRuntime.jsxs("div",{className:"flex min-w-0 flex-1 flex-col gap-1 text-left",children:[e&&jsxRuntime.jsx("span",{className:"truncate font-medium text-text-heading",children:e}),t&&jsxRuntime.jsx("span",{className:"text-sm text-text-muted",children:t})]}),o&&jsxRuntime.jsx("div",{className:"flex flex-shrink-0 items-center text-sm text-text-muted",children:o})]}),a==="end"&&v]})}})}Ws.displayName="CollapseHeader";function Us({className:e,children:t,...r}){let{density:o,showDividers:n}=Hs();return jsxRuntime.jsx(reactAriaComponents.DisclosurePanel,{...r,className:reactAriaComponents.composeRenderProps(e,a=>Xh({density:o,showDividers:n,className:a})),children:t})}Us.displayName="CollapseContent";function yu({isOpen:e,onClose:t,onConfirm:r,title:o,message:n,confirmLabel:a="Confirm",cancelLabel:i="Cancel",confirmVariant:l,isDestructive:s=false,isLoading:c=false,maxWidth:p="500px",minWidth:d="400px"}){return jsxRuntime.jsx(dr,{isOpen:e,onClose:t,title:o,maxWidth:p,minWidth:d,primaryAction:{label:a,onPress:()=>{r();},variant:l??(s?"destructive":"primary"),isLoading:c},secondaryAction:{label:i,onPress:t,variant:"secondary",isDisabled:c},children:jsxRuntime.jsx("div",{className:"text-text-body",children:n})})}function vu({isConnected:e,connectedAt:t,disconnectedAt:r,showTimestamp:o=false,isLoading:n,size:a="sm",shape:i="pill",...l}){if(n)return jsxRuntime.jsx(O,{className:"inline-flex h-6 w-24"});let s=e?"Connected":"Disconnected",c=e?"success":"neutral",p=null;if(o){if(e&&t)p=Ln(t);else if(!e&&r){let d=Ln(r);p=d?`Offline ${d}`:null;}}return jsxRuntime.jsxs("div",{className:"inline-flex flex-col gap-1",children:[jsxRuntime.jsx(Ee,{variant:c,size:a,shape:i,dot:e,dotPulse:e,...l,children:s}),p&&jsxRuntime.jsx("span",{className:"text-xs text-text-muted",children:p})]})}var ey=({isEntering:e,isExiting:t,className:r})=>["max-w-[200px] group bg-slate-700 dark:bg-slate-600 border border-slate-800 dark:border-white/10 shadow-[inset_0_1px_0_0_theme(colors.gray.600)] dark:shadow-none text-white text-sm rounded-lg drop-shadow-lg will-change-transform px-3 py-1",e?"animate-in fade-in placement-bottom:slide-in-from-top-0.5 placement-top:slide-in-from-bottom-0.5 placement-left:slide-in-from-right-0.5 placement-right:slide-in-from-left-0.5 ease-out duration-200":"",t?"animate-out fade-out placement-bottom:slide-out-to-top-0.5 placement-top:slide-out-to-bottom-0.5 placement-left:slide-out-to-right-0.5 placement-right:slide-out-to-left-0.5 ease-in duration-150":"",r].filter(Boolean).join(" ");function rn({children:e,content:t,...r}){return jsxRuntime.jsxs(reactAriaComponents.TooltipTrigger,{delay:200,children:[e,jsxRuntime.jsxs(reactAriaComponents.Tooltip,{...r,offset:10,className:reactAriaComponents.composeRenderProps(r.className,(o,n)=>ey({...n,className:o})),children:[jsxRuntime.jsx(reactAriaComponents.OverlayArrow,{children:jsxRuntime.jsx("svg",{width:8,height:8,viewBox:"0 0 8 8",className:"fill-slate-700 stroke-gray-800 group-placement-left:-rotate-90 group-placement-right:rotate-90 group-placement-bottom:rotate-180 dark:fill-slate-600 dark:stroke-white/10 forced-colors:fill-[Canvas] forced-colors:stroke-[ButtonBorder]",children:jsxRuntime.jsx("path",{d:"M0 0 L4 4 L8 0"})})}),t]})]})}function pa({value:e,children:t,className:r,size:o="sm"}){let[n,a]=rr.useState(false),s=jsxRuntime.jsx(X,{variant:"icon",size:o,onPress:()=>{let c=e||(typeof t=="string"?t:"");navigator.clipboard.writeText(c),a(true),setTimeout(()=>{a(false);},2e3);},className:"!px-2",children:jsxRuntime.jsx(A,{name:"Copy",size:o==="sm"?14:16})});return jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("flex items-center gap-1",r),children:[t,n?jsxRuntime.jsx(rn,{content:"Copied!",children:s}):s]})}var Su={duration:.5,ease:"easeInOut"},xo=rr.createContext(null),$t=()=>{let e=rr.useContext(xo);if(!e)throw new Error("useChartContext must be used within a ChartContextProvider");return e};var on=({data:e,color:t="var(--color-viz-default)"})=>{let r=rr.useId(),o=rr.useId(),{xScale:n,yScale:a,animationSettings:i}=$t(),l=n.range(),s=a.range();return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("defs",{children:[jsxRuntime.jsxs("linearGradient",{id:r,x1:"0%",y1:"0%",x2:"0%",y2:"100%",children:[jsxRuntime.jsx("stop",{offset:"50%",stopColor:t,stopOpacity:.1}),jsxRuntime.jsx("stop",{offset:"100%",stopColor:t,stopOpacity:0})]}),jsxRuntime.jsx("clipPath",{id:o,children:jsxRuntime.jsx("rect",{x:l[0],y:s[1],width:l[1]-l[0],height:s[0]-s[1]})})]}),jsxRuntime.jsx("g",{clipPath:`url(#${o})`,children:jsxRuntime.jsxs(framerMotion.motion.g,{initial:{scaleY:0},animate:{scaleY:1},transition:{duration:i.duration,ease:i.ease},style:{transformOrigin:`0 ${s[0]}px`,transformBox:"fill-box",isolation:"isolate"},children:[jsxRuntime.jsx(shape.AreaClosed,{data:e,x:c=>n(c.xValue),y:c=>a(c.yValue),yScale:a,fill:`url(#${r})`,curve:curve.curveLinear}),jsxRuntime.jsx(shape.LinePath,{data:e,x:c=>n(c.xValue),y:c=>a(c.yValue),stroke:t,strokeWidth:3,curve:curve.curveLinear})]})})]})};var yo=({data:e,color:t="var(--color-viz-default)",opacity:r=1,categoryColors:o={}})=>{let{xScale:n,yScale:a,animationSettings:i}=$t(),l=rr.useId(),s=n.range(),c=a.range(),p=[...e].sort((u,g)=>u.xValue.getTime()-g.xValue.getTime()),d=p.length>1?p[1].xValue.getTime()-p[0].xValue.getTime():15*6e4,m=Math.abs(n(new Date(p[0].xValue.getTime()+d))-n(p[0].xValue));return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("defs",{children:jsxRuntime.jsx("clipPath",{id:l,children:jsxRuntime.jsx("rect",{x:s[0],y:c[1],width:s[1]-s[0],height:c[0]-c[1]})})}),jsxRuntime.jsx("g",{clipPath:`url(#${l})`,children:jsxRuntime.jsx(framerMotion.motion.g,{initial:{scaleY:0},animate:{scaleY:1},transition:{duration:i.duration,ease:i.ease},style:{transformOrigin:`0 ${c[0]}px`,transformBox:"fill-box",isolation:"isolate"},children:p.map((u,g)=>{let f=n(u.xValue),b=a(u.yValue),h=c[0]-b,y=p[g+1],v=y?Math.abs(n(y.xValue)-f):m,x=u.category&&o[u.category]?o[u.category]:t;return jsxRuntime.jsx(shape.Bar,{x:f-v/2,y:b,width:v,height:h,fill:x,opacity:r,rx:1},u.xValue.getTime())})})})]})};var re={top:20,right:20,bottom:50,left:60};function vo(e={type:"number"}){let t=i=>{if(i==null)return "-";let l=Dt({value:i,formatter:e});if(l===null)return "-";if(typeof l=="string")return l;if(typeof l=="number")return l.toString();if(typeof l=="object"&&l!==null&&"props"in l){let s=p=>{if(p==null)return "";if(typeof p=="string")return p;if(typeof p=="number")return p.toString();if(typeof p=="object"&&"props"in p){let d=p.props;if(d?.children)return Array.isArray(d.children)?d.children.map(s).join(""):s(d.children)}return ""};return s(l)||i.toString()}return i.toString()},r=i=>{if(i==null)return "-";if(typeof e=="string"){let l=Dt({value:i,formatter:e});return l===null?"-":String(l)}if(typeof e=="object"&&e.type)switch(e.type){case "energy":case "power":case "voltage":case "current":case "resistance":case "temperature":case "distance":return t(i);case "currency":return t(i);default:return t(i)}return t(i)},o,n,a;if(typeof e=="object"&&e.type)switch(e.type){case "number":"min"in e&&(o=e.min),"max"in e&&(n=e.max);break}return {format:t,tickFormat:r,min:o,max:n,tickInterval:a}}var Zs=(e,t)=>{let r=d3Array.extent(e,o=>o.xValue);return scale.scaleTime({range:[re.left,t-re.right],domain:r,nice:true})},Xs=(e,t,r)=>{let o=vo(r),n=d3Array.min(e,s=>s.yValue)||0,a=d3Array.max(e,s=>s.yValue)||0,i=o.min!==void 0?o.min:n>=0?0:n*1.1,l=o.max!==void 0?o.max:a<=0?0:a*1.1;return scale.scaleLinear({range:[t-re.bottom,re.top],domain:[i,l],nice:true})};var vy=({top:e,scale:t,width:r})=>{let o=t.domain(),n=rd({start:o[0],end:o[1]});return jsxRuntime.jsx(axis.Axis,{orientation:"bottom",top:e,scale:t,numTicks:Math.min(6,Math.floor(r/100)),tickFormat:a=>n(a),stroke:"var(--color-border-muted)",tickStroke:"var(--color-border-muted)",tickLabelProps:()=>({fill:"var(--color-text-caption)",fontSize:12,textAnchor:"middle"})})},Cy=({left:e,scale:t,yFormatter:r})=>{let o=vo(r);return jsxRuntime.jsx(axis.Axis,{orientation:"left",left:e,scale:t,numTicks:5,tickFormat:n=>(o.tickFormat||o.format)(n),stroke:"var(--color-border-muted)",tickStroke:"var(--color-border-muted)",tickLabelProps:()=>({fill:"var(--color-text-caption)",fontSize:12,textAnchor:"end",dy:"0.33em"})})},nn={Bottom:vy,Left:Cy};var Ny=({items:e})=>e.length===0?null:jsxRuntime.jsx("div",{className:"flex items-center gap-4",children:e.map(t=>jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx("div",{className:"h-3 w-3",style:{backgroundColor:t.fill,borderRadius:"1px"}}),jsxRuntime.jsx("span",{className:"text-sm text-text-caption",children:t.category})]},t.category))}),fa=({items:e,onExport:t,marginLeft:r=0,marginRight:o=0,isZoomed:n=false,onResetZoom:a})=>{let[i,l]=rr__namespace.default.useState(false),[s,c]=rr__namespace.default.useState(null),p=rr__namespace.default.useCallback(async d=>{let m=d;l(true),c(m);try{await t(m);}catch(u){console.error("Export failed:",u);}finally{l(false),c(null);}},[t]);return jsxRuntime.jsxs("div",{className:"mt-4 flex items-center justify-between overflow-y-hidden",style:{paddingLeft:`${r}px`,paddingRight:`${o}px`},children:[jsxRuntime.jsx(Ny,{items:e}),jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[n&&a&&jsxRuntime.jsxs(X,{variant:"secondary",size:"sm",onPress:a,children:[jsxRuntime.jsx(A,{name:"ArrowsOut",size:16}),"Reset Zoom"]}),jsxRuntime.jsxs(reactAriaComponents.DialogTrigger,{children:[jsxRuntime.jsxs(X,{variant:"secondary",size:"sm",isDisabled:i,children:[jsxRuntime.jsx(A,{name:"Export",size:16}),i?"Exporting...":"Export"]}),jsxRuntime.jsx(We,{placement:"top end",className:"min-w-48 p-1 bg-white dark:bg-gray-800 rounded-lg shadow-xl ring-1 ring-gray-200 dark:ring-gray-700",children:jsxRuntime.jsxs(reactAriaComponents.Menu,{onAction:p,className:"outline-none",children:[jsxRuntime.jsx(reactAriaComponents.MenuItem,{id:"csv",className:"flex items-center gap-2 px-3 py-2 text-sm text-gray-700 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-gray-700 rounded cursor-pointer outline-none",isDisabled:i,children:jsxRuntime.jsxs("span",{className:"flex items-center gap-2",children:[jsxRuntime.jsx(A,{name:"List",size:14}),s==="csv"?"Exporting...":"Export as CSV"]})}),jsxRuntime.jsx(reactAriaComponents.MenuItem,{id:"svg",className:"flex items-center gap-2 px-3 py-2 text-sm text-gray-700 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-gray-700 rounded cursor-pointer outline-none",isDisabled:i,children:jsxRuntime.jsxs("span",{className:"flex items-center gap-2",children:[jsxRuntime.jsx(A,{name:"Code",size:14}),s==="svg"?"Exporting...":"Export as SVG"]})}),jsxRuntime.jsx(reactAriaComponents.MenuItem,{id:"png",className:"flex items-center gap-2 px-3 py-2 text-sm text-gray-700 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-gray-700 rounded cursor-pointer outline-none",isDisabled:i,children:jsxRuntime.jsxs("span",{className:"flex items-center gap-2",children:[jsxRuntime.jsx(A,{name:"DownloadSimple",size:14}),s==="png"?"Exporting...":"Export as PNG"]})})]})})]})]})]})};var it={top:10,bottom:15,left:re.left,right:re.right},Qs=({data:e,seriesMetadata:t,width:r,height:o,onBrushChange:n,brushRegion:a})=>{let i=rr.useRef(null),l=rr.useRef(false),s=rr.useMemo(()=>e.flat(),[e]),c=r-it.left-it.right,p=rr.useMemo(()=>{if(s.length===0)return scale.scaleTime({domain:[new Date,new Date],range:[0,c]});let f=new Date(Math.min(...s.map(h=>h.xValue.getTime()))),b=new Date(Math.max(...s.map(h=>h.xValue.getTime())));return scale.scaleTime({domain:[f,b],range:[0,c]})},[s,c]),d=rr.useMemo(()=>{let f=s.length>0?Math.max(0,...s.map(b=>b.yValue)):1;return scale.scaleLinear({domain:[0,f],range:[o-it.bottom,it.top]})},[s,o]),m=f=>{if(l.current)return;if(!f){n(null);return}let{x0:b,x1:h}=f;if(b===h)return;let y=new Date(b),v=new Date(h);if(!(Number.isNaN(y.getTime())||Number.isNaN(v.getTime()))){if(s.length>0){let x=Math.min(...s.map(T=>T.xValue.getTime())),C=Math.max(...s.map(T=>T.xValue.getTime())),S=(C-x)*.05;if(Math.abs(y.getTime()-x)<S&&Math.abs(v.getTime()-C)<S){n(null);return}}n([y,v]);}},u=rr.useMemo(()=>{if(s.length!==0)return {start:{x:0,y:it.top},end:{x:c,y:o-it.bottom}}},[c,o,s]);rr.useEffect(()=>{if(!i.current||s.length===0)return;let f=i.current.state;if(f?.isBrushing||f?.activeHandle)return;let b=Math.min(...s.map(w=>w.xValue.getTime())),h=Math.max(...s.map(w=>w.xValue.getTime())),y=a?a[0]:new Date(b),v=a?a[1]:new Date(h),x=i.current.state?.extent;if(x){let w=p.invert(x.x0),S=p.invert(x.x1),N=Math.abs(w.getTime()-y.getTime()),T=Math.abs(S.getTime()-v.getTime());if(N<1e3&&T<1e3)return}l.current=true;let C=w=>{let S=i.current.getExtent({x:p(y),y:it.top},{x:p(v),y:o-it.bottom});return {...w,start:{y:S.y0,x:S.x0},end:{y:S.y1,x:S.x1},extent:S}};i.current.updateBrush(C),setTimeout(()=>{l.current=false;},50);},[a,p,o,s]);let g={fill:"url(#brush_pattern)",fillOpacity:.15,stroke:"var(--color-border-focus)",strokeWidth:1.5,strokeOpacity:.3};return jsxRuntime.jsx("div",{className:"mt-2",children:jsxRuntime.jsxs("svg",{width:r,height:o,children:[jsxRuntime.jsx(pattern.PatternLines,{id:"brush_pattern",height:8,width:8,stroke:"var(--color-text-muted)",strokeWidth:1,orientation:["diagonal"]}),jsxRuntime.jsxs("g",{transform:`translate(${it.left}, 0)`,children:[e.map((f,b)=>jsxRuntime.jsx(shape.LinePath,{data:f,x:h=>p(h.xValue),y:h=>d(h.yValue),stroke:t[b]?.color||"var(--color-gray-500)",strokeWidth:1.5,opacity:.8},`brush-series-${b}`)),jsxRuntime.jsx(brush.Brush,{xScale:p,yScale:d,width:c,height:o-it.top-it.bottom,margin:{top:it.top,bottom:it.bottom,left:0,right:0},handleSize:8,innerRef:i,resizeTriggerAreas:["left","right"],brushDirection:"horizontal",initialBrushPosition:u,onChange:m,onClick:()=>n(null),selectedBoxStyle:g,useWindowMoveEvents:true})]})]})})};function Mu(e){switch(e){case "command":return Ve("--color-action-primary","#3b82f6");case "success":return Ve("--color-feedback-success","#10b981");case "warning":return Ve("--color-feedback-warning","#f59e0b");case "error":return Ve("--color-feedback-error","#ef4444");case "alert":return Ve("--color-feedback-warning","#f59e0b");case "info":default:return Ve("--color-action-secondary","#6b7280")}}function xa({events:e,color:t,showLabels:r=false}){let o=rr.useContext(xo),[n,a]=rr.useState(null);if(!o)return console.warn("ChartEventMarkers must be used within a ChartContainer"),null;let{xScale:i,yScale:l,height:s,tooltip:c,datasets:p,seriesMetadata:d,seriesTypes:m,categoryColors:u}=o,g=e.filter(h=>{let y=i(h.timestamp);return y>=re.left&&y<=i.range()[1]}),f=rr.useCallback((h,y)=>{a(y);let v=i(h.timestamp),x=v>(i.range()[1]-re.right-re.left)/2+re.left,C=[];p&&d&&p.forEach((w,S)=>{if(w.length===0)return;let N=d3Array.bisector(W=>W.xValue).left,T=N(w,h.timestamp),M=w[T-1],B=w[T],z;if(!M)z=B;else if(!B)z=M;else {let W=Math.abs(h.timestamp.getTime()-M.xValue.getTime()),E=Math.abs(h.timestamp.getTime()-B.xValue.getTime());z=W<E?M:B;}z&&d[S]&&C.push({label:d[S].label,value:z.yValue,color:d[S].color,type:m?.[S]||"line",...z.category&&{category:z.category,categoryColor:u?.[z.category]}});}),C.push({label:h.label,value:0,color:t||Mu(h.type),type:"event"}),c.show({xValue:h.timestamp,series:C,x:v,y:C.length>1&&typeof C[0].value=="number"?l(C[0].value):s/2,position:x?"left":"right",isEvent:true,eventMetadata:h.metadata});},[i,l,s,c,t,p,d,m,u]),b=rr.useCallback(()=>{a(null),c.hide();},[c]);return g.length===0?null:jsxRuntime.jsx("g",{className:"chart-event-markers","data-testid":"chart-event-markers",children:g.map((h,y)=>{let v=i(h.timestamp),x=t||Mu(h.type),C=n===y;return jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("line",{x1:v,y1:re.top,x2:v,y2:s-re.bottom,stroke:x,strokeWidth:C?3:2,strokeDasharray:"4 4",strokeOpacity:C?.9:.6,pointerEvents:"none"}),jsxRuntime.jsx("circle",{cx:v,cy:re.top,r:C?5:4,fill:x,stroke:"var(--color-background-surface)",strokeWidth:2,pointerEvents:"none"}),jsxRuntime.jsx("circle",{cx:v,cy:s-re.bottom,r:C?5:4,fill:x,stroke:"var(--color-background-surface)",strokeWidth:2,pointerEvents:"none"}),r&&jsxRuntime.jsx("text",{x:v,y:re.top-8,textAnchor:"middle",fill:"var(--color-text-caption)",fontSize:11,fontWeight:500,pointerEvents:"none",children:h.label}),jsxRuntime.jsx("rect",{x:v-10,y:re.top,width:20,height:s-re.top-re.bottom,fill:"transparent",style:{cursor:"pointer"},onMouseEnter:()=>f(h,y),onMouseLeave:b})]},`${h.timestamp.getTime()}-${y}`)})})}var ha=({data:e,formatter:t})=>{if(!e)return null;let{categoryLabels:r,xScale:o}=$t(),n=vo(t),a=rr__namespace.default.useRef(null),[i,l]=rr__namespace.default.useState({x:0,y:0,translate:"translate(-50%, -100%)"});rr__namespace.default.useEffect(()=>{if(!a.current)return;let m=a.current.getBoundingClientRect(),u=window.innerHeight,g=window.innerWidth,f=e.x,b=e.y,h=e.position==="left"?"translate(calc(-100% - 16px), -50%)":"translate(16px, -50%)";e.position==="left"&&f-m.width-16<0?h="translate(16px, -50%)":e.position==="right"&&f+m.width+16>g&&(h="translate(calc(-100% - 16px), -50%)"),b-m.height/2<0?b=m.height/2:b+m.height/2>u&&(b=u-m.height/2),l({x:f,y:b,translate:h});},[e.x,e.y,e.position]);let s=o.domain(),p=s.length===2&&s.every(d=>d instanceof Date)?td({start:s[0],end:s[1]}):()=>String(e.xValue);return jsxRuntime.jsx(framerMotion.AnimatePresence,{children:jsxRuntime.jsxs(framerMotion.motion.div,{ref:a,role:"tooltip","aria-live":"polite",initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},"data-testid":"tooltip",className:"pointer-events-none absolute z-50 rounded-lg bg-white p-4 text-sm shadow-xl ring-1 ring-gray-200 dark:bg-gray-800 dark:ring-gray-700 whitespace-nowrap",style:{left:i.x,top:i.y,transform:i.translate},children:[jsxRuntime.jsx("time",{className:"mb-1 font-medium text-gray-900 dark:text-gray-100",children:p(e.xValue)}),e.isEvent?jsxRuntime.jsxs("div",{className:"space-y-2",children:[e.series.length>1&&jsxRuntime.jsx("ul",{className:"list-none p-0 border-b border-gray-200 dark:border-gray-700 pb-2",children:e.series.slice(0,-1).map(d=>jsxRuntime.jsxs("li",{className:"py-0.5",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsxs("span",{className:"font-medium text-gray-700 dark:text-gray-300",children:[d.label,":"]}),jsxRuntime.jsx("span",{className:"text-gray-600 dark:text-gray-400",children:n.format(d.value)})]}),d.category&&jsxRuntime.jsxs("div",{className:"mt-0.5 flex items-center gap-2",children:[jsxRuntime.jsx("div",{className:"h-3 w-3",style:{backgroundColor:d.categoryColor||d.color,borderRadius:"1px"}}),jsxRuntime.jsx("span",{className:"text-sm text-gray-600 dark:text-gray-400",children:r?.[d.category]||d.category})]})]},d.label))}),(()=>{let d=e.series[e.series.length-1];return jsxRuntime.jsxs("div",{children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx("div",{className:"h-2 w-2 rounded-full",style:{backgroundColor:d.color}}),jsxRuntime.jsx("span",{className:"font-medium text-gray-900 dark:text-gray-100",children:d.label})]}),e.eventMetadata&&Object.keys(e.eventMetadata).length>0&&jsxRuntime.jsx("div",{className:"ml-4 mt-1 space-y-0.5 text-xs text-gray-600 dark:text-gray-400",children:Object.entries(e.eventMetadata).map(([m,u])=>jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsxs("span",{className:"capitalize",children:[m,":"]}),jsxRuntime.jsx("span",{className:"font-medium",children:u})]},m))})]})})()]}):jsxRuntime.jsx("ul",{className:"list-none p-0",children:e.series.map(d=>jsxRuntime.jsxs("li",{className:"py-0.5",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsxs("span",{className:"font-medium text-gray-700 dark:text-gray-300",children:[d.label,":"]}),jsxRuntime.jsx("span",{className:"text-gray-600 dark:text-gray-400",children:n.format(d.value)})]}),d.category&&jsxRuntime.jsxs("div",{className:"mt-0.5 flex items-center gap-2",children:[jsxRuntime.jsx("div",{className:"h-3 w-3",style:{backgroundColor:d.categoryColor||d.color,borderRadius:"1px"}}),jsxRuntime.jsx("span",{className:"text-sm text-gray-600 dark:text-gray-400",children:r?.[d.category]||d.category})]})]},d.label))})]})})};var an=({data:e,color:t="var(--color-viz-default)",strokeWidth:r=3,strokeDasharray:o})=>{let{xScale:n,yScale:a,animationSettings:i}=$t(),l=a.range();return jsxRuntime.jsx(framerMotion.motion.g,{initial:{scaleY:0},animate:{scaleY:1},transition:{duration:i.duration,ease:i.ease},style:{transformOrigin:`0 ${l[0]}px`,transformBox:"fill-box",isolation:"isolate"},children:jsxRuntime.jsx(shape.LinePath,{data:e,x:s=>n(s.xValue),y:s=>a(s.yValue),stroke:t,strokeWidth:r,strokeDasharray:o,strokeLinecap:"round",curve:curve.curveLinear})})};var Bu=e=>e.type===on||e.type===an||e.type===yo,Jy=e=>e.type===xa,Zy=d3Array.bisector(e=>e.xValue).left,Xy=()=>jsxRuntime.jsx("div",{className:"flex h-full items-center justify-center",children:jsxRuntime.jsx("p",{className:"text-gray-500",children:"No data available"})}),qy=()=>jsxRuntime.jsxs("div",{className:"flex h-full flex-col gap-4 p-4",children:[jsxRuntime.jsx(O,{className:"h-full w-full"}),jsxRuntime.jsxs("div",{className:"flex gap-4",children:[jsxRuntime.jsx(O,{className:"h-4 w-24"}),jsxRuntime.jsx(O,{className:"h-4 w-24"})]})]}),jy=({parentWidth:e,parentHeight:t,yFormatter:r={type:"number"},isLoading:o=false,enableZoom:n=false,enableBrush:a=false,brushHeight:i=60,onZoomChange:l,children:s})=>{let[c,p]=rr.useState(null),[d,m]=rr.useState(null),u=rr.useRef(null),g=rr.useRef(0),f=rr.useRef(""),b=rr.useRef(null),h=rr.useMemo(()=>Uo(),[]),y=rr.useMemo(()=>zi(),[]),{datasets:v,seriesMetadata:x,categoryInfo:C,categoryColors:w,categoryLabels:S,hasBarSeries:N,firstBarSeriesIndex:T,seriesTypes:M}=rr.useMemo(()=>{let pe=rr.Children.toArray(s).filter(Q=>rr.isValidElement(Q)&&Bu(Q)),Ne=pe.filter(Q=>Q.props.data).length,Te=pe.some(Q=>Q.type===yo),he=[],Ie=[],Ge=[],D=null,k=null,ee=null;pe.forEach((Q,ge)=>{let le=Q.props;if(!le.data)return;he.push(le.data);let lo=("color"in le&&le.color?le.color:void 0)||(Ne===1?y:h[ge%h.length]);Ie.push({label:"label"in le&&le.label||`Series ${he.length}`,color:lo});let Be=Q.type===on?"area":Q.type===an?"line":"bar";Ge.push(Be),"categoryColors"in le&&le.categoryColors&&(D=le.categoryColors),"categoryLabels"in le&&le.categoryLabels&&(k=le.categoryLabels),Q.type===yo&&ee===null&&(ee=he.length-1);});let ae=null;if(D){let Q=new Set;he.forEach(ge=>{ge.forEach(le=>{le.category&&Q.add(le.category);});}),ae=Array.from(Q).map(ge=>({label:k?.[ge]||ge,color:D[ge]||"#6b7280"}));}return {datasets:he,seriesMetadata:Ie,categoryInfo:ae,categoryColors:D,categoryLabels:k,hasBarSeries:Te,firstBarSeriesIndex:ee,seriesTypes:Ge}},[s,y,h]),B=e,z=a?i+8:0,W=t-60-24-z,E=Math.max(100,W),Z=rr.useMemo(()=>v.flat(),[v]),j=rr.useMemo(()=>{if(Z.length===0)return null;let G=[...Z].sort((pe,Ne)=>pe.xValue.getTime()-Ne.xValue.getTime());return [G[0].xValue,G[G.length-1].xValue]},[Z]),_=d||j,F=rr.useMemo(()=>_?v.map(pe=>pe.filter(Ne=>Ne.xValue>=_[0]&&Ne.xValue<=_[1])):v,[v,_]);rr.useEffect(()=>{l&&l(d);},[d,l]);let R=rr.useCallback(G=>{if(!j)return;let{scaleX:pe,translateX:Ne}=G,Te=B-re.left-re.right,[he,Ie]=j,Ge=Ie.getTime()-he.getTime();if(Ge<=0){m(null);return}let D=-Ne,k=D+Te,ee=Te*pe/Ge,ae=D/ee,Q=k/ee,ge=new Date(he.getTime()+ae),le=new Date(he.getTime()+Q),tt=Math.abs(ge.getTime()-he.getTime()),lo=Math.abs(le.getTime()-Ie.getTime()),Be=Ge*.02;tt<Be&&lo<Be?m(null):m([ge,le]);},[j,B]),I=rr.useMemo(()=>_?scale.scaleTime({domain:_,range:[re.left,B-re.right]}):Zs(Z,B),[_,Z,B]),U=rr.useMemo(()=>F.flat(),[F]),P=rr.useMemo(()=>Xs(U,E,r),[U,E,r]),V=rr.useCallback(G=>{let{left:pe}=u.current?.getBoundingClientRect()||{left:0},Ne=G.clientX-pe;if(G.timeStamp-(g.current||0)<16)return;g.current=G.timeStamp;let Te=I.invert(Ne),he=v.map((D,k)=>{if(!D||D.length===0)return null;let ee=Zy(D,Te,1);if(ee===0)return {point:D[0],datasetIndex:k};if(ee>=D.length)return {point:D[D.length-1],datasetIndex:k};let ae=D[ee-1],Q=D[ee];if(!ae||!Q)return null;let ge=Math.abs(ae.xValue.getTime()-Te.getTime()),le=Math.abs(Q.xValue.getTime()-Te.getTime());return {point:ge<le?ae:Q,datasetIndex:k}}).filter(D=>D!==null&&x[D.datasetIndex]!==void 0).map(({point:D,datasetIndex:k})=>({label:x[k].label,value:D.yValue,color:x[k].color,point:D,type:M[k]}));if(he.length===0){p(null);return}let Ie=I(he[0].point.xValue),Ge=Ie>(B-re.right-re.left)/2+re.left;p({xValue:he[0].point.xValue,series:he.map(({label:D,value:k,color:ee,point:ae,type:Q})=>({label:D,value:k,color:ee,type:Q,category:ae.category,categoryColor:ae.category&&w?w[ae.category]:void 0})),x:Ie,y:P(he[0].value),position:Ge?"left":"right"});},[v,F,x,M,I,P,B,w]),q=()=>{p(null);},J=rr.useCallback(()=>{m(null),b.current&&b.current.reset();},[]),H=rr.useCallback(G=>{if(m(G),b.current&&j){let[pe,Ne]=j,Te=Ne.getTime()-pe.getTime();if(Te<=0){b.current.reset();return}if(!G)b.current.reset();else {let[he,Ie]=G,Ge=Ie.getTime()-he.getTime();if(Ge<=0){b.current.reset();return}let D=Te/Ge,k=B-re.left-re.right,ae=-((he.getTime()-pe.getTime())/Te)*k*D;b.current.setTransformMatrix({scaleX:D,scaleY:1,translateX:ae,translateY:0,skewX:0,skewY:0});}}},[j,B]),te={width:B,height:E,xScale:I,yScale:P,yFormatter:r,animationSettings:Su,tooltip:{data:c,show:p,hide:()=>p(null)},datasets:F,seriesMetadata:x,seriesTypes:M,categoryColors:w||void 0,categoryLabels:S||void 0},L=rr.Children.toArray(s),Y=0,oe=[],Ye=[];L.forEach(G=>{if(!rr.isValidElement(G)){oe.push(G);return}if(Jy(G))Ye.push(G);else if(Bu(G)){let pe=Y;Y++;let Ne=G.props;oe.push(rr__namespace.default.cloneElement(G,{...Ne,data:F[pe]||Ne.data,color:x[pe]?.color}));}else oe.push(G);});let ve=(C||x).map(G=>({category:G.label,fill:G.color})),Me=Xl({datasets:v,metadata:{xLabel:"Date",yLabel:"Value",seriesLabels:x.map(G=>G.label),timestamp:true},svgRef:u});if(o)return jsxRuntime.jsx(qy,{});if(v.length===0)return jsxRuntime.jsx(Xy,{});let Jt=jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("title",{children:"Data chart visualization"}),jsxRuntime.jsx("g",{children:P.ticks(5).map(G=>jsxRuntime.jsx(shape.Line,{from:{x:re.left,y:P(G)},to:{x:B-re.right,y:P(G)},stroke:"var(--color-border-muted)",strokeWidth:1},`grid-line-${G}`))}),oe,jsxRuntime.jsx(nn.Bottom,{top:E-re.bottom,scale:I,width:B-re.left-re.right}),jsxRuntime.jsx(nn.Left,{left:re.left,scale:P,yFormatter:r}),c&&!c.isEvent&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[N&&T!==null?(()=>{let G=F[T]??[];if(G.length===0)return null;let pe=[...G].sort((ee,ae)=>ee.xValue.getTime()-ae.xValue.getTime()),Ne=pe.findIndex(ee=>ee.xValue.getTime()===c.xValue.getTime()),Te=pe[Ne+1],he=pe.length>1&&Te?Te.xValue.getTime()-c.xValue.getTime():15*6e4,Ie=Math.abs(I(new Date(c.xValue.getTime()+he))-I(c.xValue)),D=I(c.xValue)-Ie/2,k=P.range();return jsxRuntime.jsx("rect",{x:D,y:k[1],width:Ie,height:k[0]-k[1],className:"fill-background-muted",opacity:.5,pointerEvents:"none",style:{transition:"all 100ms ease-out"}})})():null,c.series.filter(G=>G.type!=="bar").map(G=>jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("circle",{cx:I(c.xValue),cy:P(G.value),r:8,fill:"white",stroke:G.color,strokeWidth:2,style:{transition:"all 100ms ease-out"}}),jsxRuntime.jsx("circle",{cx:I(c.xValue),cy:P(G.value),r:4,fill:G.color,style:{transition:"all 100ms ease-out"}})]},`highlight-${G.label}`))]}),jsxRuntime.jsx("rect",{x:re.left,y:re.top,width:B-re.left-re.right,height:E-re.top-re.bottom,fill:"transparent",style:{cursor:n?"grab":"crosshair"},onMouseMove:V,onMouseLeave:q}),Ye]});return jsxRuntime.jsx("div",{className:"relative flex h-full flex-col pb-6",children:jsxRuntime.jsxs(xo.Provider,{value:te,children:[n?jsxRuntime.jsx(zoom.Zoom,{width:B,height:E,scaleXMin:1,scaleXMax:20,scaleYMin:1,scaleYMax:1,constrain:G=>{let{scaleX:pe,translateX:Ne}=G,Te=Math.max(1,Math.min(20,pe)),he=1,Ie=B-re.left-re.right,Ge=0,D=Ie*(1-Te),k=Math.max(D,Math.min(Ge,Ne));return {...G,scaleX:Te,scaleY:he,translateX:k,translateY:0}},children:G=>{if(b.current=G,G.transformMatrix){let{scaleX:pe,translateX:Ne}=G.transformMatrix,Te=`${pe.toFixed(4)}-${Ne.toFixed(2)}`;Te!==f.current&&(f.current=Te,setTimeout(()=>{R(G.transformMatrix);},0));}return jsxRuntime.jsx("svg",{width:B,height:E,className:"overflow-visible",ref:pe=>{u.current=pe,G.containerRef.current!==pe&&(G.containerRef.current=pe);},role:"img","aria-label":"Data chart",style:{cursor:G.isDragging?"grabbing":"grab",touchAction:"none"},onMouseDown:G.dragStart,onMouseMove:G.dragMove,onMouseUp:G.dragEnd,onMouseLeave:()=>{G.isDragging&&G.dragEnd();},onTouchStart:G.dragStart,onTouchMove:G.dragMove,onTouchEnd:G.dragEnd,children:Jt})}}):jsxRuntime.jsx("svg",{width:B,height:E,className:"overflow-visible",ref:u,role:"img","aria-label":"Data chart",children:Jt}),jsxRuntime.jsx(ha,{data:c,formatter:r}),a&&j&&jsxRuntime.jsx(Qs,{data:v,seriesMetadata:x,width:B,height:i,onBrushChange:H,brushRegion:d}),jsxRuntime.jsx(fa,{onExport:Me,items:ve,marginLeft:32,marginRight:re.right,isZoomed:d!==null,onResetZoom:J})]})})},zu=responsive.withParentSize(jy);var r0=e=>e.toLocaleString(),o0=e=>`${(e*100).toFixed(2)}%`,Wu=({data:e,width:t=800,height:r=400,padding:o=40,barGap:n=30,formatValue:a=r0,formatPercentage:i=o0,color:l,showScale:s=true,showOverallConversion:c=true,overallConversionLabel:p="Overall Conversion:",activeStageId:d,onStageClick:m,onStageHover:u,className:g,style:f,"aria-label":b="Funnel chart"})=>{let[h,y]=rr.useState(null),[v,x]=rr.useState(t),C=rr.useRef(null),w=d??h,S=rr.useId(),N=l||"var(--color-viz-default)";rr.useEffect(()=>{if(!C.current)return;let E=new ResizeObserver(Z=>{for(let j of Z)x(j.contentRect.width);});return E.observe(C.current),()=>{E.disconnect();}},[]);let{layout:T,overallConversion:M}=rr.useMemo(()=>{if(e.length===0)return {layout:[],overallConversion:0};let E=e[0].value,Z=c?60:0,j=r-o*2-Z,_=(e.length-1)*n,F=(j-_)/e.length,R=e.map((U,P)=>{let V=o+Z+P*(F+n),q=E===0?0:U.value/E,J=q,H=P===0?null:e[P-1].value,te=H==null||H===0?0:1-U.value/H;return {stage:U,index:P,y:V,barHeight:F,widthPercent:q,conversionRate:J,dropOff:te}}),I=E===0?0:e[e.length-1].value/E;return {layout:R,overallConversion:I,maxValue:E}},[e,v,r,o,n,s,c]);if(e.length===0)return jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("flex h-full min-h-[280px] w-full items-center justify-center rounded-lg border border-dashed border-gray-300 bg-background-surface text-sm font-medium text-text-muted dark:border-gray-700",g),style:{width:t,height:r,...f},children:"No funnel data available"});let B=s?60:0,z=o+B,W=v-o*2-B;return jsxRuntime.jsx("div",{ref:C,className:tailwindMerge.twMerge("relative w-full overflow-hidden rounded-lg bg-background-surface",g),style:{height:r,...f},"aria-label":b,role:"img",children:jsxRuntime.jsxs("svg",{width:"100%",height:r,className:"relative",children:[jsxRuntime.jsxs("defs",{children:[jsxRuntime.jsx(gradient.LinearGradient,{id:`${S}-bar`,from:N,to:N,toOpacity:.85}),jsxRuntime.jsx(gradient.LinearGradient,{id:`${S}-bg`,from:N,to:N,fromOpacity:.01,toOpacity:.15,x1:"0",y1:"0",x2:"1",y2:"0"})]}),c&&jsxRuntime.jsxs("text",{x:z,y:o+20,className:"fill-text-body text-sm font-medium",children:[jsxRuntime.jsx("tspan",{className:"fill-text-muted",children:p})," ",i(M)]}),s&&jsxRuntime.jsx("g",{children:T.map(E=>{let Z=E.y+E.barHeight/2;return jsxRuntime.jsx("text",{x:o+B-12,y:Z,textAnchor:"end",dominantBaseline:"middle",className:"fill-text-caption text-xs",children:i(E.conversionRate)},E.stage.id)})}),T.map(E=>{let Z=w===E.stage.id,j=W*E.widthPercent;return jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("rect",{x:z,y:E.y,width:W,height:E.barHeight,fill:`url(#${S}-bg)`,rx:4}),jsxRuntime.jsx(framerMotion.motion.rect,{x:z,y:E.y,width:j,height:E.barHeight,fill:`url(#${S}-bar)`,rx:4,initial:{width:0},animate:{width:j},transition:{duration:.6,delay:E.index*.1,ease:"easeOut"},opacity:Z||w==null?1:.5,style:{cursor:m||u?"pointer":"default",transition:"opacity 150ms ease"},onMouseEnter:()=>{y(E.stage.id),u?.(E.stage);},onMouseLeave:()=>{y(null),u?.(null);},onClick:()=>m?.(E.stage)}),jsxRuntime.jsx("rect",{x:z+10,y:E.y+E.barHeight/2-10,width:70,height:20,className:"fill-background-surface",rx:4,style:{pointerEvents:"none"}}),jsxRuntime.jsx("text",{x:z+16,y:E.y+E.barHeight/2+4,className:"fill-text-heading text-xs font-semibold",style:{pointerEvents:"none"},children:a(E.stage.value)}),jsxRuntime.jsxs("text",{x:z,y:E.y-8,className:"fill-text-muted text-xs",style:{pointerEvents:"none"},children:[jsxRuntime.jsx("tspan",{children:E.index+1})," ",E.stage.label]}),E.stage.secondaryValue&&jsxRuntime.jsx("text",{x:z+16,y:E.y-24,className:"fill-text-muted text-xs",style:{pointerEvents:"none"},children:E.stage.secondaryValue}),E.index>0&&E.dropOff>0&&jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("line",{x1:z+j,y1:E.y-12,x2:z+j+30,y2:E.y-12,stroke:"currentColor",strokeWidth:1,strokeDasharray:"3 2",className:"text-gray-300 dark:text-gray-700"}),jsxRuntime.jsxs("text",{x:z+j+35,y:E.y-8,className:"fill-text-muted text-xs",children:[i(E.dropOff)," drop"]})]}),E.stage.annotation&&jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("rect",{x:z+j+8,y:E.y+8,width:60,height:24,rx:3,className:"fill-background-muted"}),jsxRuntime.jsx("text",{x:z+j+16,y:E.y+20,className:"fill-text-caption text-xs font-medium",children:E.stage.annotation})]})]},E.stage.id)})]})})};function n0(e,t,r){return {field:e,operator:t,value:r}}function a0(e,t="AND"){return {logic:t,conditions:e}}function sn(){return {logic:"AND",conditions:[]}}function Uu(e){return !e||e.conditions.length===0?true:e.conditions.every(t=>"conditions"in t?Uu(t):false)}function i0(e,t){if(!e)return [];let r=new Map(t?.map(i=>[i.field,i])),o=new Map;function n(i){if("conditions"in i)i.conditions.forEach(l=>n(l));else {let l=o.get(i.field)||[];l.push(i),o.set(i.field,l);}}e.conditions.forEach(i=>n(i));let a=[];for(let[i,l]of o.entries()){let s=r.get(i),c=s?.label||i,p=[],d=[],m=[];for(let u of l)u.operator==="in"&&Array.isArray(u.value)?p.push(...u.value):u.operator==="eq"?typeof u.value!="boolean"&&!Array.isArray(u.value)?p.push(u.value):m.push(u):["gte","gt","lte","lt"].includes(u.operator)?d.push({operator:u.operator,value:typeof u.value=="boolean"||Array.isArray(u.value)?String(u.value):u.value}):m.push(u);if(p.length>0){let g=Array.from(new Set(p)).map(f=>s?.values?.find(h=>String(h.value)===String(f))?.label??f);a.push({id:`${i}-in`,label:c,value:g.join(", ")});}if(d.length>0){let u=d.find(f=>f.operator==="gte"||f.operator==="gt"),g=d.find(f=>f.operator==="lte"||f.operator==="lt");if(u&&g){let f=u.operator==="gte"?"\u2265":">",b=g.operator==="lte"?"\u2264":"<";a.push({id:`${i}-range`,label:c,value:`${f} ${u.value} and ${b} ${g.value}`});}else for(let f of d){let b;f.operator==="gte"?b="\u2265":f.operator==="gt"?b=">":f.operator==="lte"?b="\u2264":b="<",a.push({id:`${i}-${f.operator}`,label:c,value:`${b} ${f.value}`});}}for(let u of m){let g;u.operator==="neq"?g=`\u2260 ${u.value}`:u.operator==="contains"?g=`contains "${u.value}"`:u.operator==="startsWith"?g=`starts with "${u.value}"`:u.operator==="endsWith"?g=`ends with "${u.value}"`:g=String(u.value),a.push({id:`${i}-${u.operator}`,label:c,value:g});}}return a}function br(e,t){let r=e||sn();return {...r,conditions:[...r.conditions,t]}}function Hr(e,t){if(!e)return sn();let r=e.conditions.filter(o=>"conditions"in o?Hr(o,t).conditions.length>0:o.field!==t);return {...e,conditions:r}}function _s(e){if(!e)return [];let t=new Set;function r(o){"conditions"in o?o.conditions.forEach(r):t.add(o.field);}return e.conditions.forEach(r),Array.from(t)}function ln({count:e,label:t="results",isLoading:r=false,className:o=""}){if(r)return jsxRuntime.jsx("div",{className:`flex items-center ${o}`,children:jsxRuntime.jsx(O,{width:80,height:16})});let n=t.endsWith("s")?t.slice(0,-1):t,a=e===1?n:t;return jsxRuntime.jsxs("div",{className:`text-sm text-text-muted whitespace-nowrap ${o}`,children:[e.toLocaleString()," ",a]})}var u0=e=>{let t=Ct({isInvalid:e.isInvalid,isDisabled:e.isDisabled,isFocused:e.isFocused,transparent:e.transparent,size:e.size}),r=[e.showSearchIcon?"pl-8":"pl-3",e.isClearable&&e.hasValue||e.isPassword?"pr-8":"pr-3"].join(" ");return tailwindMerge.twMerge(t,r,e.className)};function wo({label:e,description:t,errorMessage:r,size:o="md",tooltip:n,isRequired:a,transparent:i,showSearchIcon:l,isClearable:s,onClear:c,type:p,validationResult:d,...m}){let[u,g]=rr__namespace.default.useState(false),{isFocused:f,handleFocus:b,handleBlur:h}=Lt(),y=p==="password";return jsxRuntime.jsx(reactAriaComponents.TextField,{...m,isRequired:a,className:ce(m.className,"group flex flex-col"),children:({isDisabled:v,isInvalid:x})=>jsxRuntime.jsxs("div",{className:"flex flex-col",children:[e&&jsxRuntime.jsx(ye,{size:o,tooltip:n,isRequired:a,children:e}),jsxRuntime.jsxs(pr,{children:[l&&jsxRuntime.jsx("div",{className:"pointer-events-none absolute left-2 top-1/2 -translate-y-[calc(50%+1px)] transform",children:jsxRuntime.jsx(A,{name:"MagnifyingGlass",className:"h-4 w-4 text-text-muted"})}),jsxRuntime.jsx(Gd,{size:o,disabled:v,type:y?u?"text":"password":p,value:m.value,defaultValue:m.defaultValue,placeholder:m.placeholder,onFocus:C=>b(C,m.onFocus),onBlur:C=>h(C,m.onBlur),onChange:C=>m.onChange?.(C.target.value),className:u0({isInvalid:x,isDisabled:v,isFocused:f,size:o,transparent:i,showSearchIcon:l,isClearable:s,hasValue:!!m.value,isPassword:y,className:typeof m.className=="string"?m.className:void 0})}),s&&m.value&&!v&&jsxRuntime.jsx(Hd,{onClick:()=>{c?c():m.onChange&&m.onChange("");},size:o}),y&&!v&&jsxRuntime.jsx("button",{type:"button",onClick:()=>g(!u),className:"absolute right-3 top-1/2 -translate-y-1/2 transform text-text-muted hover:text-text-body","aria-label":u?"Hide password":"Show password",onMouseDown:C=>{C.preventDefault(),C.stopPropagation();},children:jsxRuntime.jsx(A,{name:u?"EyeSlash":"Eye",size:o==="sm"?16:20,className:"text-text-body"})})]}),t&&jsxRuntime.jsx(Se,{size:o,className:"mt-3",children:t}),typeof r=="string"&&jsxRuntime.jsx(fe,{size:o,className:"mt-1",children:r}),typeof r=="function"&&d&&jsxRuntime.jsx(fe,{size:o,className:"mt-1",children:r(d)})]})})}function Gr({value:e,onChange:t,onClear:r,placeholder:o="Search...",size:n="sm",className:a=""}){return jsxRuntime.jsx("div",{className:`flex-1 min-w-0 sm:max-w-sm ${a}`,children:jsxRuntime.jsx(wo,{value:e,onChange:t,placeholder:o,showSearchIcon:true,isClearable:!!e&&!!r,onClear:r,size:n,"aria-label":o})})}function dn({value:e,options:t,onChange:r,direction:o,onDirectionChange:n,showLabel:a=true,size:i="sm",className:l=""}){let s=o!==void 0&&n!==void 0;return jsxRuntime.jsxs("div",{className:`flex items-center gap-2 ${l}`,children:[a&&jsxRuntime.jsx("span",{className:"text-sm text-text-muted whitespace-nowrap",children:"Sort by:"}),jsxRuntime.jsx(Lr,{selectedKey:e,onSelectionChange:c=>r(c),size:i,className:"min-w-32",items:t.map(c=>({id:c.value,label:c.label,value:c.value})),renderItem:c=>c.label,"aria-label":"Sort by"}),s&&jsxRuntime.jsx(X,{variant:"ghost",size:i,onClick:()=>n(o==="asc"?"desc":"asc"),"aria-label":`Sort ${o==="asc"?"descending":"ascending"}`,className:"p-1.5",children:o==="asc"?jsxRuntime.jsx(lucideReact.ArrowUp,{className:"w-4 h-4"}):jsxRuntime.jsx(lucideReact.ArrowDown,{className:"w-4 h-4"})})]})}function Zu({search:e,searchMobileMode:t="expanded",filters:r=[],onRemoveFilter:o,onClearAllFilters:n,onManageFilters:a,maxVisibleFilterChips:i=3,sort:l,resultsCount:s,sticky:c,stickyTop:p="0",zIndex:d=10,className:m="",style:u}){let g=r.length>0;if(!(e||g||a||l||s))return null;let b=c?"sticky bg-background-surface":"",h=c?{top:p,zIndex:d}:{};return jsxRuntime.jsxs("div",{className:`@container flex flex-col gap-3 bg-background-surface py-3 border-b border-border-default ${b} ${m}`,style:{...u,...h},children:[jsxRuntime.jsxs("div",{className:"hidden @[640px]:flex @[640px]:items-center @[640px]:justify-between @[640px]:gap-4",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-3 flex-1 min-w-0",children:[s&&jsxRuntime.jsx(ln,{count:s.count,label:s.label,isLoading:s.isLoading}),s&&l&&jsxRuntime.jsx("div",{className:"h-4 w-px bg-border-default"}),l&&jsxRuntime.jsx(dn,{value:l.value,options:l.options,onChange:l.onChange,showLabel:l.showLabel,direction:l.direction,onDirectionChange:l.onDirectionChange}),g&&o&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[r.slice(0,i).map(y=>jsxRuntime.jsxs(mr,{variant:"brand",size:"sm",onRemove:()=>o(y.id),isRemovable:true,children:[y.label,": ",y.value]},y.id)),r.length>i&&a&&jsxRuntime.jsxs(X,{variant:"ghost",size:"sm",onClick:a,className:"text-text-muted hover:text-text-body whitespace-nowrap",children:["+",r.length-i," more"]}),n&&jsxRuntime.jsx(X,{variant:"ghost",size:"sm",onClick:n,className:"text-text-muted hover:text-text-body whitespace-nowrap",children:"Clear all"})]})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3 flex-shrink-0",children:[e&&jsxRuntime.jsx("div",{className:"w-64",children:jsxRuntime.jsx(Gr,{value:e.value,onChange:e.onChange,onClear:e.onClear,placeholder:e.placeholder})}),a&&jsxRuntime.jsx(X,{variant:"secondary",size:"sm",icon:"Sliders",badgeNumber:r.length>0?r.length:void 0,onClick:a,children:"Filters"})]})]}),jsxRuntime.jsxs("div",{className:"@[640px]:hidden",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-3 mb-3",children:[e&&jsxRuntime.jsx("div",{className:"flex-1",children:jsxRuntime.jsx(Gr,{value:e.value,onChange:e.onChange,onClear:e.onClear,placeholder:e.placeholder})}),a&&jsxRuntime.jsx(X,{variant:"secondary",size:"sm",icon:"Sliders",badgeNumber:r.length>0?r.length:void 0,onClick:a,"aria-label":`Filters${r.length>0?` (${r.length} active)`:""}`})]}),jsxRuntime.jsxs("div",{className:"flex items-center justify-between gap-3",children:[s&&jsxRuntime.jsx(ln,{count:s.count,label:s.label,isLoading:s.isLoading}),l&&jsxRuntime.jsx(dn,{value:l.value,options:l.options,onChange:l.onChange,showLabel:l.showLabel,direction:l.direction,onDirectionChange:l.onDirectionChange})]})]})]})}function Xu({filters:e,onRemove:t,onClearAll:r,onManageFilters:o,maxVisibleChips:n=3,mode:a="chips",showManageButton:i=true,size:l="sm",className:s=""}){let c=e.length>0,p=e.slice(0,n),d=Math.max(0,e.length-n),m=d>0,u=a==="button"&&!!o,g=a==="chips"&&i&&!!o;if(!c&&!u&&!g)return null;let f=u&&jsxRuntime.jsxs(X,{variant:"secondary",size:l,onClick:o,className:"whitespace-nowrap",children:[e.length," ",e.length===1?"filter":"filters"]}),b=jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[g&&jsxRuntime.jsx(X,{variant:"secondary",size:l,icon:"Sliders",onClick:o,className:"whitespace-nowrap",children:"Filters"}),c&&p.map(y=>jsxRuntime.jsxs(mr,{variant:"secondary",size:l,onRemove:()=>t(y.id),isRemovable:true,children:[y.label,": ",y.value]},y.id)),c&&m&&o&&jsxRuntime.jsxs(X,{variant:"ghost",size:l,onClick:o,className:"text-text-muted hover:text-text-body whitespace-nowrap",children:["+",d," more"]}),c&&r&&jsxRuntime.jsx(X,{variant:"ghost",size:l,onClick:r,className:"text-text-muted hover:text-text-body whitespace-nowrap",children:"Clear all"})]}),h=a==="button"?f:b;return jsxRuntime.jsx("div",{className:`flex flex-wrap items-center gap-2 ${s}`,children:h})}function qu({label:e,description:t,errorMessage:r,showCalendar:o=false,...n}){let[a,i]=rr.useState(false),l=s=>{n.onChange&&s&&n.onChange(s),i(false);};return jsxRuntime.jsxs(reactAriaComponents.DateField,{...n,className:ce(n.className,"flex flex-col gap-1"),children:[e&&jsxRuntime.jsx(ye,{children:e}),o?jsxRuntime.jsxs(ia,{className:"w-auto min-w-[208px]",children:[jsxRuntime.jsx(No,{className:"min-w-[150px] flex-1"}),jsxRuntime.jsxs(reactAriaComponents.DialogTrigger,{isOpen:a,onOpenChange:i,children:[jsxRuntime.jsx(X,{variant:"icon",className:"mr-1 w-6 rounded outline-offset-0",children:jsxRuntime.jsx(lucideReact.CalendarIcon,{"aria-hidden":true,className:"h-4 w-4"})}),jsxRuntime.jsx(reactAriaComponents.Popover,{children:jsxRuntime.jsx(reactAriaComponents.Dialog,{className:"p-4",children:jsxRuntime.jsx(bo,{value:n.value,onChange:l,minValue:n.minValue,maxValue:n.maxValue,isDisabled:n.isDisabled,isReadOnly:n.isReadOnly,isDateUnavailable:n.isDateUnavailable})})})]})]}):jsxRuntime.jsx(No,{}),t&&jsxRuntime.jsx(Se,{children:t}),typeof r=="string"?jsxRuntime.jsx(fe,{children:r}):null]})}function T0({isPlaceholder:e,isDisabled:t}){return ["inline box-content px-0.5 -my-0.5 rounded outline-none tabular-nums text-center transition-colors",e?"text-text-muted italic":"text-text-body",t?"text-text-disabled cursor-not-allowed":"cursor-text","hover:bg-text-body/5","data-[focused]:!outline-[1.5px] data-[focused]:!outline-[var(--control-focus-ring-color)] data-[focused]:![--tw-outline-style:solid]"].filter(Boolean).join(" ")}function No(e){return jsxRuntime.jsx(reactAriaComponents.DateInput,{className:t=>$o({...t,className:typeof e.className=="string"?e.className:"min-w-[150px] px-2 py-1.5 text-sm flex items-center gap-0.5"}),...e,children:t=>jsxRuntime.jsx(reactAriaComponents.DateSegment,{segment:t,className:T0({isPlaceholder:t.isPlaceholder,isDisabled:!t.isEditable})})})}function M0({selectionState:e,isDisabled:t}){let r=`${Ce} w-full h-full flex items-center justify-center rounded-sm forced-color-adjust-none font-semibold`,o={none:"text-text-body group-hover:bg-background-muted group-pressed:bg-background-muted",middle:["bg-gray-100 dark:bg-zinc-700 group-hover:bg-gray-200 dark:group-hover:bg-zinc-600 forced-colors:group-hover:bg-[Highlight]","group-invalid:group-hover:bg-red-200 forced-colors:group-invalid:group-hover:bg-[Mark]","group-pressed:bg-gray-200 dark:group-pressed:bg-zinc-600 forced-colors:group-pressed:bg-[Highlight] forced-colors:text-[HighlightText]","group-invalid:group-pressed:bg-red-300 forced-colors:group-invalid:group-pressed:bg-[Mark]"].join(" "),cap:"bg-zinc-900 dark:bg-zinc-100 text-white dark:text-zinc-900 group-invalid:bg-red-600 forced-colors:bg-[Highlight] forced-colors:group-invalid:bg-[Mark] forced-colors:text-white"},n=t?"text-textFaint dark:text-zinc-600 forced-colors:text-textFaint font-light":"";return [r,o[e],n].filter(Boolean).join(" ")}function Po({errorMessage:e,...t}){return jsxRuntime.jsxs(reactAriaComponents.RangeCalendar,{...t,children:[jsxRuntime.jsx(da,{}),jsxRuntime.jsxs(reactAriaComponents.CalendarGrid,{className:"w-full border-separate [border-spacing:0] [&_td]:p-0 [&_td]:!border-0",children:[jsxRuntime.jsx(ua,{}),jsxRuntime.jsx(reactAriaComponents.CalendarGridBody,{children:r=>jsxRuntime.jsx(reactAriaComponents.CalendarCell,{date:r,className:"selection-start:rounded-s-full selection-end:rounded-e-full [td:last-child_&]:rounded-e-end group h-9 w-9 cursor-default text-sm border-0 outside-month:text-gray-300 invalid:selected:bg-red-100 forced-colors:selected:bg-[Highlight] forced-colors:selected:text-white forced-colors:invalid:selected:bg-[Mark] [td:first-child_&]:rounded-s-full [&]:border-0",children:({formattedDate:o,isSelected:n,isSelectionStart:a,isSelectionEnd:i,isFocusVisible:l,isDisabled:s})=>jsxRuntime.jsx("span",{className:M0({selectionState:n&&(a||i)?"cap":n?"middle":"none",isDisabled:s}),children:o})})})]}),e&&jsxRuntime.jsx(reactAriaComponents.Text,{slot:"errorMessage",className:"text-sm text-red-600",children:e})]})}function Sa({label:e,description:t,errorMessage:r,...o}){return jsxRuntime.jsxs(reactAriaComponents.DateRangePicker,{...o,className:ce(o.className,"group flex flex-col gap-1"),children:[e&&jsxRuntime.jsx(ye,{children:e}),jsxRuntime.jsxs(ia,{className:"w-auto min-w-[208px]",children:[jsxRuntime.jsx(No,{slot:"start",className:"px-2 py-1.5 text-sm"}),jsxRuntime.jsx("span",{"aria-hidden":"true",className:"text-gray-800 group-disabled:text-gray-200 dark:text-zinc-200 group-disabled:dark:text-zinc-600 forced-colors:text-[ButtonText] group-disabled:forced-colors:text-[GrayText]",children:"\u2013"}),jsxRuntime.jsx(No,{slot:"end",className:"flex-1 px-2 py-1.5 text-sm"}),jsxRuntime.jsx(X,{variant:"icon",className:"mr-1 w-6 rounded outline-offset-0",children:jsxRuntime.jsx(lucideReact.CalendarIcon,{"aria-hidden":true,className:"h-4 w-4"})})]}),t&&jsxRuntime.jsx(Se,{children:t}),typeof r=="string"?jsxRuntime.jsx(fe,{children:r}):null,jsxRuntime.jsx(We,{children:jsxRuntime.jsx(Po,{})})]})}var O0=e=>{let t=Ct({isInvalid:e.isInvalid,isDisabled:e.isDisabled,isFocused:e.isFocused,transparent:e.transparent,size:e.size});return tailwindMerge.twMerge(t,"pr-9","[appearance:textfield] [&::-webkit-outer-spin-button]:appearance-none [&::-webkit-inner-spin-button]:appearance-none",e.className)};function un({label:e,description:t,errorMessage:r,size:o="md",tooltip:n,isRequired:a,transparent:i,validationResult:l,...s}){let c=rr.useId(),{isFocused:p,handleFocus:d,handleBlur:m}=Lt();return jsxRuntime.jsx(reactAriaComponents.NumberField,{...s,id:c,isRequired:a,className:ce(s.className,"group flex flex-col gap-1"),step:s.step??1,onChange:u=>{typeof u=="number"&&(s.maxValue!=null&&u>s.maxValue?s.onChange?.(s.maxValue):s.minValue!=null&&u<s.minValue?s.onChange?.(s.minValue):s.onChange?.(u));},isInvalid:!!r||typeof s.value=="number"&&(s.maxValue!=null&&s.value>s.maxValue||s.minValue!=null&&s.value<s.minValue),children:({isDisabled:u,isInvalid:g})=>jsxRuntime.jsxs("div",{className:"flex flex-col",children:[e&&jsxRuntime.jsx(ye,{size:o,tooltip:n,isRequired:a,htmlFor:c,children:e}),jsxRuntime.jsx("div",{className:"relative",children:jsxRuntime.jsxs(reactAriaComponents.Group,{className:"relative",children:[jsxRuntime.jsx(reactAriaComponents.Input,{onFocus:b=>d(b,s.onFocus),onBlur:b=>m(b,s.onBlur),className:O0({isInvalid:g||!!r,isDisabled:u,isFocused:p,transparent:i,size:o,className:typeof s.className=="string"?s.className:void 0})}),jsxRuntime.jsxs("div",{className:"absolute inset-y-[2px] right-[2px] flex flex-col divide-y divide-border-default border-l border-border-default overflow-hidden rounded-r-[calc(var(--control-border-radius)-2px)]",children:[jsxRuntime.jsx(reactAriaComponents.Button,{slot:"increment",isDisabled:u,className:"flex h-1/2 w-7 items-center justify-center bg-background-input hover:bg-background-input-hover active:bg-background-input-active disabled:cursor-not-allowed disabled:opacity-50",children:jsxRuntime.jsx(A,{name:"CaretUp",size:14})}),jsxRuntime.jsx(reactAriaComponents.Button,{slot:"decrement",isDisabled:u,className:"flex h-1/2 w-7 items-center justify-center bg-background-input hover:bg-background-input-hover active:bg-background-input-active disabled:cursor-not-allowed disabled:opacity-50",children:jsxRuntime.jsx(A,{name:"CaretDown",size:14})})]})]})}),t&&jsxRuntime.jsx(Se,{size:o,className:"mt-3",children:t}),r&&jsxRuntime.jsx(fe,{size:o,className:"mt-3",children:typeof r=="function"?r(l):r})]})})}var nl={sm:{track:"h-4 w-7",handle:"h-3.5 w-3.5",text:"text-xs"},md:{track:"h-5 w-9",handle:"h-4 w-4",text:"text-sm"},lg:{track:"h-6 w-11",handle:"h-5 w-5",text:"text-base"},xl:{track:"h-7 w-14",handle:"h-6 w-6",text:"text-lg"}};function G0({isSelected:e,isDisabled:t,variant:r="default",size:o="md"}){let n="flex px-px items-center shrink-0 cursor-default rounded-full transition duration-200 ease-in-out shadow-inner border border-transparent",a=nl[o].track,i=Ce,l=r==="brand"?"focus-visible:outline-action-brand":"focus-visible:outline-action-default",s="";return e?r==="brand"?s="bg-action-brand forced-colors:!bg-[Highlight] group-pressed:bg-action-brand-hover":s="bg-action-default forced-colors:!bg-[Highlight] group-pressed:bg-action-default-hover":s="bg-gray-400 dark:bg-zinc-400 group-pressed:bg-gray-500 dark:group-pressed:bg-zinc-300",[n,a,i,l,s,t?"bg-gray-200 dark:bg-zinc-700 forced-colors:group-selected:!bg-[GrayText] forced-colors:border-[GrayText]":""].filter(Boolean).join(" ")}function W0({isSelected:e,isDisabled:t,size:r="md"}){let o="transform rounded-full bg-white dark:bg-zinc-900 outline-none shadow transition duration-200 ease-in-out",n=nl[r].handle;return [o,n,e?"translate-x-[100%]":"translate-x-0",t?"forced-colors:outline-[GrayText]":""].filter(Boolean).join(" ")}function wa({children:e,variant:t="default",size:r="md",...o}){return jsxRuntime.jsx(reactAriaComponents.Switch,{...o,className:ce(o.className,`group flex items-center gap-2 ${nl[r].text} text-gray-800 transition disabled:text-gray-300 dark:text-zinc-200 dark:disabled:text-zinc-600 forced-colors:disabled:text-[GrayText]`),children:n=>jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:G0({...n,variant:t,size:r}),children:jsxRuntime.jsx("span",{className:W0({...n,size:r})})}),e]})})}function ep({isOpen:e,onClose:t,facetConfigs:r,facetCounts:o={},currentFilters:n,onApply:a,onClear:i,title:l="Filters"}){let[s,c]=rr.useState(n),[p,d]=rr.useState({});rr.useEffect(()=>{e&&(c(n),d({}));},[e,n]);let m=()=>{a(s),t();},u=()=>{let x=sn();c(x),i?i():a(x),t();},g=x=>{if(!s)return [];if(!_s(s).includes(x))return [];let w=[];function S(N){if(N)for(let T of N.conditions)"conditions"in T?S(T):T.field===x&&T.operator==="in"&&Array.isArray(T.value)&&w.push(...T.value.map(String));}return S(s),w},f=(x,C,w)=>{let S=Hr(s,x);C!==void 0&&(S=br(S,{field:x,operator:"gte",value:C})),w!==void 0&&(S=br(S,{field:x,operator:"lte",value:w})),c(S);},b=x=>{if(!s)return;let C;function w(S){if(S)for(let N of S.conditions)"conditions"in N?w(N):N.field===x&&N.operator==="eq"&&typeof N.value=="boolean"&&(C=N.value);}return w(s),C},h=(x,C)=>{let w=Hr(s,x);C!==void 0&&(w=br(w,{field:x,operator:"eq",value:C})),c(w);},y=(x,C,w)=>{let S=Hr(s,x);C&&(S=br(S,{field:x,operator:"gte",value:C.toString()})),w&&(S=br(S,{field:x,operator:"lte",value:w.toString()})),c(S);},v=x=>{let C=o[x.field]||{},w=p[x.field]||"",S=[];if(x.values?S=x.values.map(T=>({value:String(T.value),label:T.label,count:C[String(T.value)]})):S=Object.entries(C).map(([T,M])=>({value:T,label:T,count:M})),w){let T=w.toLowerCase();S=S.filter(M=>M.label.toLowerCase().includes(T));}S.sort((T,M)=>T.count!==void 0&&M.count!==void 0&&M.count!==T.count?M.count-T.count:T.label.localeCompare(M.label));let N=x.type||"string";if(N==="string"||!x.type){let T=g(x.field);return jsxRuntime.jsxs("div",{className:"space-y-3",children:[jsxRuntime.jsx("div",{className:"font-medium text-text-body",children:x.label}),S.length>10&&jsxRuntime.jsx(Gr,{value:w,onChange:M=>d(B=>({...B,[x.field]:M})),onClear:()=>d(M=>({...M,[x.field]:""})),placeholder:`Search ${x.label.toLowerCase()}...`,size:"sm"}),jsxRuntime.jsx(Is,{value:T,onChange:M=>{let B=Hr(s,x.field);M.length>0&&(B=br(B,{field:x.field,operator:"in",value:M})),c(B);},children:S.slice(0,50).map(M=>jsxRuntime.jsx(Vr,{value:M.value,children:jsxRuntime.jsxs("span",{className:"text-sm text-text-body",children:[M.label,M.count!==void 0&&jsxRuntime.jsxs("span",{className:"ml-2 text-text-muted",children:["(",M.count,")"]})]})},M.value))}),S.length>50&&jsxRuntime.jsxs("div",{className:"text-sm text-text-muted",children:["Showing first 50 of ",S.length," options. Use search to narrow down."]})]})}if(N==="number"){let T,M,B=z=>{if(z)for(let W of z.conditions)"conditions"in W?B(W):W.field===x.field&&(W.operator==="gte"&&typeof W.value=="number"&&(T=W.value),W.operator==="lte"&&typeof W.value=="number"&&(M=W.value));};return B(s),jsxRuntime.jsxs("div",{className:"space-y-3",children:[jsxRuntime.jsx("div",{className:"font-medium text-text-body",children:x.label}),jsxRuntime.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[jsxRuntime.jsx(un,{label:"Min",value:T,onChange:z=>f(x.field,z,M)}),jsxRuntime.jsx(un,{label:"Max",value:M,onChange:z=>f(x.field,T,z)})]})]})}if(N==="boolean"){let T=b(x.field);return jsxRuntime.jsx("div",{className:"space-y-3",children:jsxRuntime.jsxs("div",{className:"flex items-center justify-between",children:[jsxRuntime.jsx("span",{className:"font-medium text-text-body",children:x.label}),jsxRuntime.jsx(wa,{size:"lg",isSelected:T??false,onChange:M=>h(x.field,M?true:void 0),children:T?"Yes":"No"})]})})}return N==="date"?jsxRuntime.jsxs("div",{className:"space-y-3",children:[jsxRuntime.jsx("div",{className:"font-medium text-text-body",children:x.label}),jsxRuntime.jsx(Sa,{label:"Date Range",onChange:T=>{T?y(x.field,T.start,T.end):y(x.field,void 0,void 0);}})]}):null};return jsxRuntime.jsx(dr,{isOpen:e,onClose:t,title:l,primaryAction:{label:"Apply",onPress:m,variant:"default"},secondaryAction:{label:"Clear all",onPress:u},maxWidth:"500px",children:jsxRuntime.jsxs("div",{className:"space-y-6",children:[r.length===0&&jsxRuntime.jsx("div",{className:"text-text-muted",children:"No filters available"}),r.map((x,C)=>jsxRuntime.jsxs("div",{children:[v(x),C<r.length-1&&jsxRuntime.jsx("div",{className:"mt-6 border-t border-border-muted"})]},x.field))]})})}function al(e="left"){switch(e){case "center":return "justify-center text-center";case "right":return "justify-end text-right";default:return "justify-start text-left"}}function xt(e="normal",t){return tailwindMerge.twMerge({strong:"font-semibold text-text-body",high:"font-semibold text-text-body",normal:"text-text-body",low:"text-text-muted"}[e],t&&"hover:text-action-brand cursor-pointer transition-colors")}function xe(e="left",t){return tailwindMerge.twMerge("flex items-center gap-1",al(e),t)}function Ta(e,t="\u2014"){return e==null||e===""?t:String(e)}var xr={xs:"h-4 w-12",sm:"h-4 w-20",md:"h-4 w-24",lg:"h-4 w-32",xl:"h-4 w-40"};function ht(e="normal"){return {strong:xr.lg,high:xr.lg,normal:xr.md,low:xr.sm}[e]}function we(e,t){return typeof e=="function"?e(t):e}function tp(e="neutral",t="sm"){return tailwindMerge.twMerge("inline-flex items-center rounded-full font-medium",t==="sm"?"px-2 py-0.5 text-xs":"px-2.5 py-1 text-sm",{success:"bg-green-100 text-green-800",error:"bg-red-100 text-red-800",warning:"bg-yellow-100 text-yellow-800",info:"bg-blue-100 text-blue-800",neutral:"bg-gray-100 text-gray-800"}[e])}function rp(e){return e?"success":"neutral"}function Pa(e,t=false){return t?e>0?"text-green-600":e<0?"text-red-600":"text-text-body":"text-text-body"}function il(e="hover",t="default"){let r={default:"text-action-primary hover:text-action-primary-hover visited:text-action-primary",brand:"text-action-brand hover:text-action-brand-hover visited:text-action-brand",muted:"text-text-muted hover:text-text-muted visited:text-text-muted",unstyled:""},o={visible:"underline underline-offset-4 decoration-1 cursor-pointer",hover:"hover:underline hover:underline-offset-4 hover:decoration-1 cursor-pointer transition-colors",none:"cursor-pointer"},n=r[t],a=o[e]||"";return `${n} ${a}`.trim()}function Ht(e,t,r,o="hover",n="default",a,i){if(!t)return e;let l=typeof t=="function"&&r?t(r):t,s=il(o,n);return jsxRuntime.jsx("a",{href:l,className:tailwindMerge.twMerge(s,a==="strong"||a==="high"?"font-semibold":"",i),onClick:p=>{p.metaKey||p.ctrlKey;},children:e})}function op({row:e,context:t,actions:r,align:o="right",size:n="sm"}){let{isLoading:a}=t;if(a)return jsxRuntime.jsx(O,{className:xr.sm});let i=r.filter(s=>!we(s.hidden,e));if(i.length===0)return null;let l=xe(o);return jsxRuntime.jsx("div",{className:l,children:i.map(s=>{let c=we(s.disabled,e);return s.variant==="icon"||!s.label?jsxRuntime.jsx(X,{variant:"icon",size:n,onPress:()=>{s.onClick(e);},isDisabled:c,"aria-label":s.label||s.id,children:jsxRuntime.jsx(A,{name:s.icon||"DotsThree",size:n==="sm"?16:20})},s.id):jsxRuntime.jsxs(X,{variant:s.variant||"secondary",size:n,onPress:()=>{s.onClick(e);},isDisabled:c,children:[s.icon&&jsxRuntime.jsx(A,{name:s.icon,size:n==="sm"?14:16}),s.label]},s.id)})})}function np({value:e,context:t,format:r="icon",trueText:o="Yes",falseText:n="No",trueIcon:a="Check",falseIcon:i="X",showFalse:l=true,align:s="center",emphasis:c="normal",className:p}){let{isLoading:d}=t;if(d)return jsxRuntime.jsx(O,{className:ht(c)});let m=!!e;if(!m&&!l)return jsxRuntime.jsx("div",{className:xe(s,p)});let u=xe(s,p);switch(r){case "icon":return jsxRuntime.jsx("div",{className:u,children:jsxRuntime.jsx(A,{name:m?a:i,size:16,className:m?"text-green-600":"text-gray-400"})});case "text":return jsxRuntime.jsx("div",{className:u,children:jsxRuntime.jsx("span",{className:xt(c),children:m?o:n})});case "badge":return jsxRuntime.jsx("div",{className:u,children:jsxRuntime.jsx(Ee,{variant:m?"success":"neutral",size:"sm",children:m?o:n})});default:return null}}function ap({value:e,row:t,context:r,format:o="date",customFormat:n,emptyText:a="\u2014",align:i="left",emphasis:l="normal",href:s,linkBehavior:c="hover",className:p}){let{isLoading:d}=r;if(d)return jsxRuntime.jsx(O,{className:ht(l)});if(!e)return jsxRuntime.jsx("div",{className:xe(i,"text-text-muted"),children:a});let m=e instanceof Date?e:new Date(e);if(isNaN(m.getTime()))return jsxRuntime.jsx("div",{className:xe(i,"text-text-muted"),children:a});let u;switch(o){case "date":u=m.toLocaleDateString("en-US",{year:"numeric",month:"short",day:"numeric"});break;case "time":u=m.toLocaleTimeString("en-US",{hour:"2-digit",minute:"2-digit"});break;case "datetime":u=m.toLocaleString("en-US",{year:"numeric",month:"short",day:"numeric",hour:"2-digit",minute:"2-digit"});break;case "relative":u=q0(m);break;case "custom":u=n?m.toLocaleString("en-US",n):m.toISOString();break;default:u=m.toLocaleDateString();}let g=xe(i,tailwindMerge.twMerge(xt(l),p)),f=we(s,t);return f?jsxRuntime.jsx("div",{className:g,children:Ht(u,f,t,c)}):jsxRuntime.jsx("div",{className:g,children:u})}function q0(e){let r=new Date().getTime()-e.getTime(),o=Math.floor(r/1e3),n=Math.floor(o/60),a=Math.floor(n/60),i=Math.floor(a/24);return o<60?"just now":n<60?`${n} minute${n!==1?"s":""} ago`:a<24?`${a} hour${a!==1?"s":""} ago`:i<7?`${i} day${i!==1?"s":""} ago`:e.toLocaleDateString("en-US",{year:"numeric",month:"short",day:"numeric"})}function ka({manufacturer:e,model:t,deviceType:r,logoUrl:o,href:n,linkVariant:a="default",showDeviceTypeIcon:i=true,isLoading:l=false,className:s}){let[c,p]=rr.useState(false);if(l)return jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("flex items-center gap-3",s),children:[jsxRuntime.jsx(O,{width:36,height:36,className:"flex-shrink-0"}),jsxRuntime.jsxs("div",{className:"flex flex-col gap-1",children:[jsxRuntime.jsx(O,{width:128,height:16}),jsxRuntime.jsx(O,{width:96,height:12})]})]});let d=o&&!c;return jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("flex items-center gap-3",s),children:[jsxRuntime.jsx("div",{className:"flex-shrink-0 flex items-center justify-center w-9 h-9 rounded border border-border-muted",children:d?jsxRuntime.jsx("img",{src:o,alt:`${e} logo`,className:"w-full h-full object-contain",onError:()=>p(true)}):jsxRuntime.jsx(A,{name:sp(r),size:20,className:"text-text-muted"})}),jsxRuntime.jsxs("div",{className:"flex flex-col min-w-0",children:[n?jsxRuntime.jsx(Er,{href:n,variant:a,className:"font-semibold truncate leading-normal",asButton:false,children:e}):jsxRuntime.jsx("span",{className:"font-semibold truncate leading-normal text-text-body",children:e}),jsxRuntime.jsxs("div",{className:"flex items-center gap-1.5 text-text-muted text-sm leading-normal",children:[i&&jsxRuntime.jsx(A,{name:sp(r),size:16,className:"flex-shrink-0"}),jsxRuntime.jsx("span",{className:"truncate",children:t})]})]})]})}function sp(e){switch(e){case "battery":return "BatteryHigh";case "charger":return "ChargingStation";case "inverter":return "Power";case "thermostat":return "ThermometerSimple";case "vehicle":return "CarSimple";default:return "DeviceMobile"}}function cp({row:e,context:t,manufacturer:r,model:o,deviceType:n,logoUrl:a,href:i,linkVariant:l="default",showDeviceTypeIcon:s=true,align:c="left",className:p}){let{isLoading:d}=t,m=we(r,e),u=we(o,e),g=we(n,e),f=we(a,e),b=we(i,e),h=xe(c,p);return jsxRuntime.jsx("div",{className:h,children:jsxRuntime.jsx(ka,{manufacturer:m,model:u,deviceType:g,logoUrl:f,href:b,linkVariant:l,showDeviceTypeIcon:s,isLoading:d})})}var jR={charging:"percentage",discharging:"percentage",on:"kW",idle:void 0,off:void 0,heat:"temperature",cool:"temperature",auto:"temperature",eco:"temperature",unknown:void 0},Q0=["charging","discharging","heat","cool","on"],$0={unknown:"Unknown",on:"On",off:"Off",idle:"Idle",charging:"Charging",discharging:"Discharging",heat:"Heating",eco:"Eco Mode",cool:"Cooling",auto:"Auto"};function sl(e){return Q0.includes(e)}function ll(e){return $0[e]}function Wr({state:e,label:t,icon:r,isLoading:o,size:n="sm",shape:a="pill",dot:i,dotPulse:l,fixedWidth:s,className:c,...p}){if(o)return jsxRuntime.jsx(O,{className:"inline-flex h-6 w-20"});let d=t??ll(e),m=sl(e);return jsxRuntime.jsxs(Ee,{variant:e,size:n,shape:a,dot:i??m,dotPulse:l??m,className:s?`w-28 justify-center ${c||""}`:c,...p,children:[r&&jsxRuntime.jsx(A,{name:r,size:n==="sm"?12:n==="md"?14:16}),d]})}var ev={importing:"Importing",exporting:"Exporting"};function up(e){return ev[e]}function Da({state:e,label:t,showIcon:r=false,isLoading:o,size:n="sm",shape:a="pill",fixedWidth:i,className:l,...s}){if(o)return jsxRuntime.jsx(O,{className:"inline-flex h-6 w-24"});let c=t??up(e),p=r?e==="exporting"?"ArrowUp":"ArrowDown":void 0;return jsxRuntime.jsxs(Ee,{variant:e,size:n,shape:a,className:i?`w-28 justify-center ${l||""}`:l,...s,children:[p&&jsxRuntime.jsx(A,{name:p,size:n==="sm"?12:n==="md"?14:16}),c]})}function Ra({state:e,stateLabel:t,metric:r,metricFormatter:o,secondaryState:n,layout:a="horizontal",isLoading:i,size:l="sm",shape:s="pill",icon:c,fixedWidth:p,className:d}){if(i)return jsxRuntime.jsx(O,{className:tailwindMerge.twMerge("inline-flex h-6 w-32",d)});let m=r!=null&&o?Tr(r,o):null,u=a==="horizontal",g=o&&!m;return jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("inline-flex items-center",u?"gap-2":"flex-col gap-1",d),children:[(m||g)&&jsxRuntime.jsx("span",{className:tailwindMerge.twMerge("font-medium inline-block",m?"text-text-body":"text-text-caption",l==="sm"&&"text-xs min-w-12",l==="md"&&"text-sm min-w-14",l==="lg"&&"text-base min-w-16"),children:m||"\u2014"}),jsxRuntime.jsx(Wr,{state:e,label:t,icon:c,size:l,shape:s,fixedWidth:p}),n&&jsxRuntime.jsx(jsxRuntime.Fragment,{children:n==="importing"||n==="exporting"?jsxRuntime.jsx(Da,{state:n,size:l,shape:s,fixedWidth:p}):jsxRuntime.jsx(Wr,{state:n,size:l,shape:s,fixedWidth:p})})]})}function mp({value:e,row:t,context:r,metric:o,metricFormatter:n,secondaryState:a,size:i="sm",shape:l="pill",label:s,icon:c,fixedWidth:p=true,align:d="left",className:m}){let{isLoading:u}=r;if(u)return jsxRuntime.jsx(O,{className:"inline-flex h-6 w-32"});if(!e)return jsxRuntime.jsx("div",{className:xe(d,m),children:jsxRuntime.jsx("span",{className:"text-text-muted",children:"\u2014"})});let g=we(o,t),f=we(a,t),b=typeof s=="function"?s(e,t):s,h=xe(d,m);return g!=null||n?jsxRuntime.jsx("div",{className:tailwindMerge.twMerge(h),children:jsxRuntime.jsx(Ra,{state:e,stateLabel:b,metric:g,metricFormatter:n,secondaryState:f||void 0,size:i,shape:l,icon:c,fixedWidth:p,layout:"horizontal"})}):jsxRuntime.jsx("div",{className:h,children:jsxRuntime.jsx(Wr,{state:e,label:b,icon:c,size:i,shape:l,fixedWidth:p})})}function gp({value:e,row:t,context:r,formatter:o,align:n="left",emphasis:a="normal",href:i,linkBehavior:l="hover",className:s,emptyText:c="\u2014",emptyClassName:p="text-text-muted"}){let{isLoading:d}=r;if(d)return jsxRuntime.jsx(O,{className:ht(a)});let m=Dt({value:e,formatter:o,emptyText:c,emptyClassName:p}),u=xt(a),g=xe(n,tailwindMerge.twMerge(u,s)),f=jsxRuntime.jsx("div",{className:g,children:m}),b=we(i,t);return b?Ht(f,b,t,l):f}function bp({value:e,row:t,context:r,format:o="number",decimals:n=0,prefix:a,suffix:i,emptyText:l="\u2014",align:s="right",emphasis:c="normal",href:p,linkBehavior:d="hover",showPositiveSign:m=false,colorCode:u=false,className:g}){let{isLoading:f}=r;if(f)return jsxRuntime.jsx(O,{className:ht(c)});if(e==null||isNaN(Number(e)))return jsxRuntime.jsx("div",{className:xe(s,"text-text-muted"),children:l});let b=Number(e),h;switch(o){case "currency":h=new Intl.NumberFormat("en-US",{style:"currency",currency:"USD",minimumFractionDigits:n,maximumFractionDigits:n}).format(b);break;case "percent":h=new Intl.NumberFormat("en-US",{style:"percent",minimumFractionDigits:n,maximumFractionDigits:n}).format(b/100);break;case "compact":h=new Intl.NumberFormat("en-US",{notation:"compact",minimumFractionDigits:n>0?1:0,maximumFractionDigits:n}).format(b);break;default:h=new Intl.NumberFormat("en-US",{minimumFractionDigits:n,maximumFractionDigits:n}).format(b);}let v=`${m&&b>0?"+":""}${h}`,x=u?Pa(b,true):xt(c),C=xe(s,tailwindMerge.twMerge(x,g)),w=jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[a&&jsxRuntime.jsx("span",{className:"text-text-muted",children:a}),jsxRuntime.jsx("span",{children:v}),i&&jsxRuntime.jsx("span",{className:"text-text-muted",children:i})]}),S=we(p,t);return S?jsxRuntime.jsx("div",{className:C,children:Ht(w,S,t,d)}):jsxRuntime.jsx("div",{className:C,children:w})}function xp({row:e,context:t,isSelected:r=false,onSelect:o,isDisabled:n=false,align:a="center"}){let{isLoading:i}=t;if(i)return jsxRuntime.jsx("div",{className:xe(a),children:jsxRuntime.jsx(O,{className:"h-4 w-4 rounded"})});let l=we(n,e),s=xe(a);return jsxRuntime.jsx("div",{className:s,children:jsxRuntime.jsx(Vr,{isSelected:r,onChange:c=>{o?.(e,c);},isDisabled:l,"aria-label":"Select row"})})}function hp({value:e,row:t,context:r,prefix:o,suffix:n,emptyText:a="\u2014",href:i,linkBehavior:l="hover",linkVariant:s="default",emphasis:c="normal",truncate:p=true,align:d="left",className:m}){let{isLoading:u}=r;if(u)return jsxRuntime.jsx(O,{className:ht(c)});let g=Ta(e,a),f=we(i,t),b=jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[o&&jsxRuntime.jsx("span",{className:"text-text-muted",children:o}),jsxRuntime.jsx("span",{className:p?"truncate":"",children:g}),n&&jsxRuntime.jsx("span",{className:"text-text-muted",children:n})]});if(f){let y=xe(d,m);return jsxRuntime.jsx("div",{className:y,children:Ht(b,f,t,l,s,c)})}let h=xe(d,tailwindMerge.twMerge(xt(c),m));return jsxRuntime.jsx("div",{className:h,children:b})}var pv={sm:"sm:hidden",md:"md:hidden",lg:"lg:hidden",xl:"xl:hidden"},mv={sm:"hidden sm:grid",md:"hidden md:grid",lg:"hidden lg:grid",xl:"hidden xl:grid"};function Ma(e,t){return t.accessor?typeof t.accessor=="function"?t.accessor(e):e[t.accessor]:null}function Fa(e,t,r,o){if(r.cell){let n=r.cell,a=typeof r.cellProps=="function"?r.cellProps(e,t):r.cellProps;return jsxRuntime.jsx(n,{value:e,row:t,context:o,...a})}return r.render?r.render(e,t,o):e?.toString()??"\u2014"}function Ea({row:e,columns:t,density:r,isLoading:o,onClick:n}){let a=t.filter(d=>d.mobile!==false).map(d=>{let m=d.mobile===false?null:d.mobile;return {...d,mobilePriority:m?.priority??2,mobileFormat:m?.format??"secondary",showLabel:m?.label??m?.format==="secondary",icon:m?.icon}}).sort((d,m)=>d.mobilePriority-m.mobilePriority),i=a.filter(d=>d.mobilePriority===1||d.mobileFormat==="primary"),l=a.filter(d=>d.mobilePriority===2&&d.mobileFormat!=="primary"),s=a.filter(d=>d.mobileFormat==="badge"),c={isLoading:!!o,rowIndex:0,columnIndex:0,density:r};return jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("border-b border-border-default bg-background-surface transition-colors",n&&"cursor-pointer hover:bg-background-hover active:bg-background-pressed",{compact:"px-3 py-2",default:"px-4 py-3",relaxed:"px-4 py-4"}[r]),onClick:n,role:n?"button":void 0,tabIndex:n?0:void 0,children:[i.length>0&&jsxRuntime.jsxs("div",{className:"mb-2 flex items-start justify-between",children:[jsxRuntime.jsx("div",{className:"flex-1",children:i.map(d=>{let m=Ma(e,d);return jsxRuntime.jsx("div",{className:"font-medium text-text-body [&>*]:!justify-start [&>*]:!text-left",children:Fa(m,e,d,c)},d.id)})}),s.length>0&&jsxRuntime.jsx("div",{className:"ml-2 flex flex-wrap gap-1",children:s.map(d=>{let m=Ma(e,d);return jsxRuntime.jsx("div",{className:"inline-flex",children:Fa(m,e,d,c)},d.id)})})]}),l.length>0&&jsxRuntime.jsx("div",{className:"space-y-1",children:l.map(d=>{let m=Ma(e,d),u=d.showLabel&&d.label;return jsxRuntime.jsxs("div",{className:"flex items-center text-sm text-text-muted",children:[d.icon&&jsxRuntime.jsx(A,{name:d.icon,className:"mr-1.5 h-4 w-4 flex-shrink-0"}),u&&jsxRuntime.jsxs("span",{className:"mr-1 font-medium",children:[d.label,":"]}),jsxRuntime.jsx("span",{className:"truncate [&>*]:!justify-start [&>*]:!text-left",children:Fa(m,e,d,c)})]},d.id)})})]})}function Ia({row:e,columns:t,density:r,isLoading:o,onClick:n}){let a=t.filter(s=>s.mobile!==false),i={isLoading:!!o,rowIndex:0,columnIndex:0,density:r};return jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("border-b border-border-default bg-background-surface transition-colors",n&&"cursor-pointer hover:bg-background-hover active:bg-background-pressed",{compact:"px-3 py-2",default:"px-4 py-3",relaxed:"px-4 py-4"}[r]),onClick:n,role:n?"button":void 0,tabIndex:n?0:void 0,children:jsxRuntime.jsx("div",{className:"space-y-2",children:a.map((s,c)=>{let p=Ma(e,s),d=c===0;return jsxRuntime.jsxs("div",{children:[!d&&jsxRuntime.jsx("div",{className:"text-xs text-text-muted",children:s.label}),jsxRuntime.jsx("div",{className:tailwindMerge.twMerge(d?"font-medium text-text-body":"text-sm text-text-body","[&>*]:!justify-start [&>*]:!text-left"),children:Fa(p,e,s,i)})]},s.id)})})})}function yp(e="md"){return {mobile:pv[e],desktop:mv[e]}}function vp({density:e}){return jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("border-b border-border-default bg-background-surface",{compact:"px-3 py-2",default:"px-4 py-3",relaxed:"px-4 py-4"}[e]),children:[jsxRuntime.jsx("div",{className:"mb-2 h-5 w-3/4 animate-pulse rounded bg-background-muted"}),jsxRuntime.jsxs("div",{className:"space-y-1",children:[jsxRuntime.jsx("div",{className:"h-4 w-1/2 animate-pulse rounded bg-background-muted"}),jsxRuntime.jsx("div",{className:"h-4 w-2/3 animate-pulse rounded bg-background-muted"})]})]})}var ul={compact:"py-1.5 px-3 text-sm",default:"py-3 px-4 text-sm",relaxed:"py-4 px-4 text-base"},pl={left:"text-left justify-start",center:"text-center justify-center",right:"text-right justify-end"},bv={full:"w-full",auto:"w-auto inline-block",contained:"w-full max-w-6xl mx-auto"},xv={auto:"table-auto",fixed:"table-fixed",responsive:"table-auto"};function ml(e){let t={};return e.width!==void 0&&(t.width=typeof e.width=="number"?`${e.width}px`:e.width),e.minWidth!==void 0&&(t.minWidth=typeof e.minWidth=="number"?`${e.minWidth}px`:e.minWidth),e.maxWidth!==void 0&&(t.maxWidth=typeof e.maxWidth=="number"?`${e.maxWidth}px`:e.maxWidth),e.flex!==void 0&&(t.flex=`${e.flex} 1 0`),t}function hv(e,t){return t.accessor?typeof t.accessor=="function"?t.accessor(e):e[t.accessor]:null}function yv({column:e,sortConfig:t,onSort:r,stickyHeader:o,density:n="default"}){let a=t?.columnId===e.id,i=a?t.direction:null;return jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("flex items-center gap-1 border-b border-border-default bg-background-surface font-medium text-text-muted",ul[n],pl[e.align||"left"],o&&"sticky top-0 z-10",e.sortable&&"cursor-pointer hover:bg-background-hover"),onClick:()=>e.sortable&&r(e.id),role:"columnheader","aria-sort":a?i==="asc"?"ascending":"descending":"none",style:ml(e),children:[jsxRuntime.jsx("span",{className:"truncate",children:e.label}),e.sortable&&jsxRuntime.jsx("div",{className:"flex flex-col",children:jsxRuntime.jsx(A,{name:i==="asc"?"CaretUp":i==="desc"?"CaretDown":"CaretUp",size:12,className:a?"text-text-body":"text-text-muted opacity-50"})})]})}function vv({column:e,row:t,rowIndex:r,columnIndex:o,isHovered:n,density:a="default",className:i}){let l=hv(t,e),s={isLoading:false,isHovered:n,rowIndex:r,columnIndex:o,density:a},c;if(e.cell){let p=e.cell,d=typeof e.cellProps=="function"?e.cellProps(l,t):e.cellProps;c=jsxRuntime.jsx(p,{value:l,row:t,context:s,...d});}else e.render?c=e.render(l,t,s):c=jsxRuntime.jsx("span",{className:"truncate",children:l?.toString()??""});return jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("flex items-center border-b border-border-default",ul[a],pl[e.align||"left"],i),role:"cell",style:ml(e),children:c})}function Cv({column:e,rowIndex:t,columnIndex:r,density:o="default"}){let n={isLoading:true,rowIndex:t,columnIndex:r,density:o},a;if(e.cell){let i=e.cell,l=typeof e.cellProps=="function"?e.cellProps(null,{}):e.cellProps;a=jsxRuntime.jsx(i,{value:null,row:{},context:n,...l});}else e.render?a=e.render(null,{},n):a=jsxRuntime.jsx(O,{className:"h-4 w-full max-w-[200px]"});return jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("flex items-center border-b border-border-default",ul[o],pl[e.align||"left"]),role:"cell",style:ml(e),children:a})}function Cp({columns:e,row:t,rowIndex:r,density:o="default",onClick:n}){let[a,i]=rr.useState(false),l=rr.useCallback(()=>{n&&n(t);},[n,t]);return jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("contents group",n&&"cursor-pointer"),role:"row",onClick:l,onMouseEnter:()=>i(true),onMouseLeave:()=>i(false),children:e.map((s,c)=>jsxRuntime.jsx(vv,{column:s,row:t,rowIndex:r,columnIndex:c,isHovered:a,density:o,className:n?"group-hover:bg-background-hover":""},s.id))})}function Sp({columns:e,rowIndex:t,density:r="default"}){return jsxRuntime.jsx("div",{className:"contents",role:"row",children:e.map((o,n)=>jsxRuntime.jsx(Cv,{column:o,rowIndex:t,columnIndex:n,density:r},o.id))})}function Tp({columns:e,data:t,className:r,density:o="default",width:n="full",height:a,maxHeight:i,layout:l="auto",mobileRenderer:s="auto",customMobileRowRender:c,mobileBreakpoint:p="md",isLoading:d=false,loadingState:m,loadingRowCount:u=5,onLoadMore:g,hasMore:f=false,enableVirtualization:b,estimatedRowHeight:h,loadingIndicator:y,stickyHeader:v=false,onRowClick:x,getRowId:C,hideHeader:w=false,onSort:S,"aria-label":N}){let[T,M]=rr.useState(null),B=rr.useRef(null),z=g?ar({items:t,onLoadMore:g,hasMore:f,isLoading:d,loadingState:m,enableVirtualization:b,estimatedItemSize:h||(o==="compact"?40:o==="relaxed"?60:48),overscan:5}):null,W=z?.scrollRef??B,{loadMoreRef:E,virtualizer:Z,virtualItems:j,isLoadingMore:_,computedLoadingState:F}=z||{},R=rr.useMemo(()=>e.map(L=>{if(L.width)return typeof L.width=="number"?`${L.width}px`:L.width;if(L.flex)return `${L.flex}fr`;if(L.minWidth&&L.maxWidth){let Y=typeof L.minWidth=="number"?`${L.minWidth}px`:L.minWidth,oe=typeof L.maxWidth=="number"?`${L.maxWidth}px`:L.maxWidth;return `minmax(${Y}, ${oe})`}return L.minWidth?`minmax(${typeof L.minWidth=="number"?`${L.minWidth}px`:L.minWidth}, 1fr)`:L.maxWidth?`minmax(0, ${typeof L.maxWidth=="number"?`${L.maxWidth}px`:L.maxWidth})`:"1fr"}).join(" "),[e]),I=rr.useCallback(L=>{if(!e.find(Ye=>Ye.id===L)?.sortable)return;let oe=null;T?.columnId===L?T.direction==="asc"?oe={columnId:L,direction:"desc"}:oe=null:oe={columnId:L,direction:"asc"},M(oe),S?.(oe);},[e,T,S]),U=F==="loading"||d&&t.length===0,P={};a?(P.height=typeof a=="number"?`${a}px`:a,P.overflowY="auto"):i?(P.maxHeight=typeof i=="number"?`${i}px`:i,P.overflowY="auto"):g&&(P.height="600px",P.overflowY="auto");let V=tailwindMerge.twMerge(bv[n],!g&&(l==="responsive"?"overflow-x-auto":"overflow-auto"),r),q=yp(p),J=s!=="none",H=(L,Y)=>J?s==="custom"&&c?c(L,Y):jsxRuntime.jsx(s==="cards"?Ia:Ea,{row:L,columns:e,density:o,isLoading:d,onClick:x?()=>x(L):void 0}):null,te=Z?j?.map(L=>({virtualItem:L,row:t[L.index],index:L.index}))||[]:t.map((L,Y)=>({row:L,index:Y,virtualItem:null}));return jsxRuntime.jsxs("div",{ref:W,className:V,style:{...P,position:Z?"relative":void 0},children:[jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("grid border-separate border-spacing-0",xv[l],n==="auto"?"inline-grid w-auto":"w-full",J&&q.desktop),role:"table","aria-label":N,style:{gridTemplateColumns:R},children:[!w&&jsxRuntime.jsx("div",{className:"contents",role:"rowgroup",children:e.map(L=>jsxRuntime.jsx(yv,{column:L,sortConfig:T,onSort:I,stickyHeader:v,density:o},L.id))}),Z?jsxRuntime.jsx("div",{className:"col-span-full",style:{gridColumn:"1 / -1",height:`${Z.getTotalSize()}px`,position:"relative"},role:"rowgroup",children:U?Array.from({length:u}).map((L,Y)=>jsxRuntime.jsx("div",{className:"contents",children:jsxRuntime.jsx(Sp,{columns:e,rowIndex:Y,density:o})},`loading-${Y}`)):t.length>0?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[te.map(({row:L,index:Y,virtualItem:oe})=>{if(!L||!oe)return null;let Ye=C?C(L):`row-${Y}`;return jsxRuntime.jsx("div",{style:{position:"absolute",top:0,left:0,width:"100%",display:"grid",gridTemplateColumns:R,transform:`translateY(${oe.start}px)`},"data-index":oe.index,ref:Z.measureElement,children:jsxRuntime.jsx(Cp,{columns:e,row:L,rowIndex:Y,density:o,onClick:x})},Ye)}),_&&jsxRuntime.jsx("div",{style:{position:"absolute",top:`${Z.getTotalSize()}px`,left:0,width:"100%"},children:y||jsxRuntime.jsx(st,{state:"loading-more"})})]}):jsxRuntime.jsx("div",{className:"py-12 text-center text-text-muted",children:"No data available"})}):jsxRuntime.jsx("div",{className:"contents",role:"rowgroup",children:U?Array.from({length:u}).map((L,Y)=>jsxRuntime.jsx(Sp,{columns:e,rowIndex:Y,density:o},`loading-${Y}`)):t.length>0?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[te.map(({row:L,index:Y})=>{if(!L)return null;let oe=C?C(L):`row-${Y}`;return jsxRuntime.jsx(Cp,{columns:e,row:L,rowIndex:Y,density:o,onClick:x},oe)}),_&&jsxRuntime.jsx("div",{className:"col-span-full",style:{gridColumn:"1 / -1"},children:y||jsxRuntime.jsx(st,{state:"loading-more"})})]}):jsxRuntime.jsx("div",{className:"col-span-full py-12 text-center text-text-muted",role:"row",children:jsxRuntime.jsx("div",{role:"cell",children:"No data available"})})})]}),J&&jsxRuntime.jsx("div",{className:q.mobile,children:U?Array.from({length:u}).map((L,Y)=>jsxRuntime.jsx(vp,{density:o},`mobile-loading-${Y}`)):t.length>0?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[te.map(({row:L,index:Y})=>{if(!L)return null;let oe=C?C(L):`mobile-row-${Y}`;return jsxRuntime.jsx("div",{children:H(L,Y)},oe)}),_&&(y||jsxRuntime.jsx(st,{state:"loading-more"}))]}):jsxRuntime.jsx("div",{className:"py-12 text-center text-text-muted",children:"No data available"})}),g&&f&&!U&&(Z?jsxRuntime.jsx("div",{ref:E,style:{position:"absolute",top:`${Z.getTotalSize()}px`,left:0,width:"100%",height:1}}):jsxRuntime.jsx("div",{ref:E,className:"h-px w-full"}))]})}function kp({status:e,alertCount:t,showCount:r=false,isLoading:o,size:n="sm",shape:a="pill",...i}){if(o)return jsxRuntime.jsx(O,{className:"inline-flex h-6 w-20"});let l={healthy:"success",warning:"warning",error:"error",unknown:"neutral"},s={healthy:"Healthy",warning:"Warning",error:"Error",unknown:"Unknown"},c=e==="warning"||e==="error",p=r&&t?`${s[e]} (${t})`:s[e];return jsxRuntime.jsx(Ee,{variant:l[e],size:n,shape:a,dot:c,dotPulse:c,...i,children:p})}var wv={battery:"BatteryHigh",charger:"ChargingStation",thermostat:"ThermometerSimple",inverter:"Lightning",vehicle:"Car",meter:"Gauge",gateway:"WifiHigh",other:"Cube",unknown:"Question"},Nv={battery:"Battery",charger:"Charger",thermostat:"Thermostat",inverter:"Inverter",vehicle:"Vehicle",meter:"Meter",gateway:"Gateway",other:"Other",unknown:"Unknown"};function Rp({deviceType:e,size:t="md",showLabel:r=false,className:o}){let n=wv[e],a=Nv[e];return jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("inline-flex items-center",r?"flex-col gap-1":"gap-0",o),children:[jsxRuntime.jsx(A,{name:n,size:t}),r&&jsxRuntime.jsx("span",{className:"text-xs text-text-muted",children:a})]})}function fl({children:e,title:t,headerContent:r,titleAlign:o="left",hideCloseIcon:n=false,hasBackArrow:a=false,onBack:i,isOpen:l,slideInFrom:s="right",transparentOverlay:c=false,onClose:p,className:d,primaryAction:m,secondaryAction:u,footerContent:g,contentPadding:f=true,maxWidth:b="400px"}){let[h,y]=rr.useState(false);if(rr.useEffect(()=>{if(l){let C=setTimeout(()=>y(true),10);return ()=>clearTimeout(C)}else y(false);},[l]),!l)return null;let v=t||r,x=m||u||g;return jsxRuntime.jsx(yt,{children:jsxRuntime.jsx(rt,{isOpen:l,onOpenChange:C=>!C&&p?.(),isDismissable:true,transparent:c,children:jsxRuntime.jsx(reactAriaComponents.Modal,{className:"flex justify-end",isDismissable:true,children:jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("fixed bottom-0 top-0 z-50 flex w-full flex-col bg-background-surface shadow-xl duration-300 h-full min-h-0 overflow-hidden dark:bg-gray-800",h?s==="right"?"animate-in slide-in-from-right":"animate-in slide-in-from-left":"",d),style:{[s==="right"?"right":"left"]:0,maxWidth:b,transform:h?void 0:s==="right"?"translateX(100%)":"translateX(-100%)"},children:[v&&(a?jsxRuntime.jsx(Je,{title:t,headerContent:r,titleAlign:o,hideCloseIcon:n,hasBackArrow:true,onBack:i,onClose:p||(()=>{})}):jsxRuntime.jsx(Je,{title:t,headerContent:r,titleAlign:o,hideCloseIcon:n,onClose:p||(()=>{})})),jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("flex-1 overflow-y-auto overscroll-contain",f?"p-6":"p-0"),children:e}),x&&jsxRuntime.jsx(cr,{primaryAction:m,secondaryAction:u,footerContent:g})]})})})})}fl.displayName="Drawer";var Av={sm:"gap-4 px-6 py-8",md:"gap-5 px-8 py-12",lg:"gap-6 px-10 py-16"},Mv={sm:"xs",md:"sm",lg:"md"},Fv={sm:"text-sm leading-5",md:"text-sm leading-5",lg:"text-base leading-6"},Lv={sm:"h-10 w-10",md:"h-12 w-12",lg:"h-16 w-16"},Ev={sm:20,md:24,lg:32},Iv={center:"items-center text-center [&_.empty-state-actions]:justify-center [&_.empty-state-actions]:text-center",start:"items-start text-left [&_.empty-state-actions]:justify-start [&_.empty-state-actions]:text-left"};function Fp({icon:e,title:t,description:r,primaryAction:o,secondaryAction:n,actions:a,size:i="md",alignment:l="center",fullHeight:s=false,className:c}){let p=i==="sm"?"sm":"md",d=()=>a?jsxRuntime.jsx("div",{className:"empty-state-actions mt-2 flex flex-wrap items-center gap-3",children:a}):o||n?jsxRuntime.jsxs("div",{className:"empty-state-actions mt-2 flex flex-col gap-3",children:[o&&(o.href?jsxRuntime.jsx(X,{variant:"secondary",size:p,onPress:o.onPress,isDisabled:o.isDisabled,isLoading:o.isLoading,href:o.href,children:o.label}):jsxRuntime.jsx(X,{variant:"secondary",size:p,onPress:o.onPress,isDisabled:o.isDisabled,isLoading:o.isLoading,children:o.label})),n&&jsxRuntime.jsx(Er,{href:n.href||"#",variant:"muted",onPress:n.onPress,className:"text-sm",children:n.label})]}):null;return jsxRuntime.jsxs("section",{"data-testid":"empty-state",role:"status","aria-live":"polite",className:tailwindMerge.twMerge("flex w-full flex-col rounded-xl text-text-body",Av[i],Iv[l],s?"min-h-[320px] justify-center":"",c),children:[e&&jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("flex items-center justify-center rounded-full border border-border-muted bg-background-muted text-text-muted",Lv[i]),children:jsxRuntime.jsx(A,{name:e,size:Ev[i]})}),jsxRuntime.jsx(ct,{size:Mv[i],tag:"h2",className:"text-text-muted leading-tight",children:t}),r&&jsxRuntime.jsx("p",{className:tailwindMerge.twMerge("max-w-xs text-text-muted whitespace-pre-line",Fv[i]),children:r}),d()]})}function Lp({status:e,programName:t,isLoading:r,size:o="sm",shape:n="pill",...a}){if(r)return jsxRuntime.jsx(O,{className:"inline-flex h-6 w-20"});let i={enrolled:"success",eligible:"info",pending:"warning",not_eligible:"neutral",opted_out:"neutral"},l={enrolled:"Enrolled",eligible:"Eligible",pending:"Pending",not_eligible:"Not Eligible",opted_out:"Opted Out"},s=jsxRuntime.jsx(Ee,{variant:i[e],size:o,shape:n,...a,children:l[e]});return t?jsxRuntime.jsx(rn,{content:t,children:s}):s}function Ip({value:e,onChange:t,onUrlChange:r,accept:o="image/*",maxSize:n,isDisabled:a=false,onUpload:i,className:l,showPreview:s=true,placeholder:c="Drop files here or click to browse"}){let[p,d]=rr.useState(false),[m,u]=rr.useState(false),[g,f]=rr.useState(null),[b,h]=rr.useState(e),y=rr.useRef(null),v=async w=>{if(f(null),n&&w.size>n){f(`File size must be less than ${(n/1024/1024).toFixed(2)}MB`);return}if(s&&w.type.startsWith("image/")){let S=new FileReader;S.onloadend=()=>{h(S.result);},S.readAsDataURL(w);}if(i){u(true);try{let S=await i(w);h(S),r?.(S);}catch(S){f("Failed to upload file"),console.error("Upload error:",S);}finally{u(false);}}t?.(w,b);},x=w=>{let S=w.items;if(S.length>0){let N=S[0];if(N.kind==="file"){let T=N.getAsFile();T&&v(T);}}d(false);},C=()=>{h(void 0),f(null),t?.(null),r?.(""),y.current&&(y.current.value="");};return jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("w-full",l),children:[jsxRuntime.jsxs(reactAriaComponents.DropZone,{className:tailwindMerge.twMerge("relative flex min-h-[200px] w-full flex-col items-center justify-center rounded-lg border-2 border-dashed transition-colors",p?"border-action-brand bg-action-brand/5":"border-border-muted hover:border-border-default",a&&"pointer-events-none opacity-50",g&&"border-feedback-error-border bg-feedback-error-background/50"),onDrop:x,onDropEnter:()=>d(true),onDropExit:()=>d(false),children:[b?jsxRuntime.jsxs("div",{className:"relative flex h-full w-full items-center justify-center p-4",children:[s&&b.startsWith("data:image")?jsxRuntime.jsx("img",{src:b,alt:"Preview",className:"max-h-48 max-w-full rounded-md object-contain"}):jsxRuntime.jsxs("div",{className:"flex flex-col items-center gap-2",children:[jsxRuntime.jsx(lucideReact.Image,{className:"h-12 w-12 text-text-muted"}),jsxRuntime.jsx("span",{className:"text-sm text-text-muted",children:"File uploaded"})]}),!a&&jsxRuntime.jsx(X,{variant:"icon",size:"sm",onPress:C,className:"absolute right-2 top-2 bg-background-surface shadow-md",children:jsxRuntime.jsx(lucideReact.X,{className:"h-4 w-4"})})]}):jsxRuntime.jsxs("div",{className:"flex flex-col items-center gap-4 p-6",children:[jsxRuntime.jsx(lucideReact.Upload,{className:"h-12 w-12 text-text-muted"}),jsxRuntime.jsxs("div",{className:"text-center",children:[jsxRuntime.jsx("p",{className:"text-sm text-text-body",children:c}),jsxRuntime.jsx("p",{className:"mt-1 text-xs text-text-muted",children:o==="image/*"?"PNG, JPG, GIF up to 10MB":`Accepts ${o}`})]}),jsxRuntime.jsx(reactAriaComponents.FileTrigger,{acceptedFileTypes:o.split(","),onSelect:w=>{let S=Array.from(w||[]);S.length>0&&v(S[0]);},children:jsxRuntime.jsx(X,{variant:"secondary",size:"sm",isDisabled:a,children:"Choose File"})})]}),m&&jsxRuntime.jsx("div",{className:"absolute inset-0 flex items-center justify-center rounded-lg bg-background-surface/80",children:jsxRuntime.jsxs("div",{className:"flex flex-col items-center gap-2",children:[jsxRuntime.jsx("div",{className:"h-8 w-8 animate-spin rounded-full border-2 border-action-brand border-t-transparent"}),jsxRuntime.jsx("span",{className:"text-sm text-text-muted",children:"Uploading..."})]})})]}),g&&jsxRuntime.jsx("p",{className:"mt-2 text-sm text-feedback-error-text",children:g})]})}function Vp({version:e,isLatest:t,updateAvailable:r,isLoading:o,size:n="sm",shape:a="rounded",...i}){if(o)return jsxRuntime.jsx(O,{className:"inline-flex h-6 w-16"});let l="neutral",s=e;return t?l="success":r&&(l="warning",s=`${e} (Update)`),jsxRuntime.jsx(Ee,{variant:l,size:n,shape:a,...i,children:s})}function zp(e){return jsxRuntime.jsx(reactAriaComponents.Form,{...e,className:tailwindMerge.twMerge("flex flex-col gap-4",e.className)})}var Yv={1:"grid-cols-1",2:"grid-cols-2",3:"grid-cols-3",4:"grid-cols-4",5:"grid-cols-5",6:"grid-cols-6",7:"grid-cols-7",8:"grid-cols-8",9:"grid-cols-9",10:"grid-cols-10",11:"grid-cols-11",12:"grid-cols-12",none:"grid-cols-none"},Jv={sm:{1:"sm:grid-cols-1",2:"sm:grid-cols-2",3:"sm:grid-cols-3",4:"sm:grid-cols-4",5:"sm:grid-cols-5",6:"sm:grid-cols-6",7:"sm:grid-cols-7",8:"sm:grid-cols-8",9:"sm:grid-cols-9",10:"sm:grid-cols-10",11:"sm:grid-cols-11",12:"sm:grid-cols-12",none:"sm:grid-cols-none"},md:{1:"md:grid-cols-1",2:"md:grid-cols-2",3:"md:grid-cols-3",4:"md:grid-cols-4",5:"md:grid-cols-5",6:"md:grid-cols-6",7:"md:grid-cols-7",8:"md:grid-cols-8",9:"md:grid-cols-9",10:"md:grid-cols-10",11:"md:grid-cols-11",12:"md:grid-cols-12",none:"md:grid-cols-none"},lg:{1:"lg:grid-cols-1",2:"lg:grid-cols-2",3:"lg:grid-cols-3",4:"lg:grid-cols-4",5:"lg:grid-cols-5",6:"lg:grid-cols-6",7:"lg:grid-cols-7",8:"lg:grid-cols-8",9:"lg:grid-cols-9",10:"lg:grid-cols-10",11:"lg:grid-cols-11",12:"lg:grid-cols-12",none:"lg:grid-cols-none"},xl:{1:"xl:grid-cols-1",2:"xl:grid-cols-2",3:"xl:grid-cols-3",4:"xl:grid-cols-4",5:"xl:grid-cols-5",6:"xl:grid-cols-6",7:"xl:grid-cols-7",8:"xl:grid-cols-8",9:"xl:grid-cols-9",10:"xl:grid-cols-10",11:"xl:grid-cols-11",12:"xl:grid-cols-12",none:"xl:grid-cols-none"},"2xl":{1:"2xl:grid-cols-1",2:"2xl:grid-cols-2",3:"2xl:grid-cols-3",4:"2xl:grid-cols-4",5:"2xl:grid-cols-5",6:"2xl:grid-cols-6",7:"2xl:grid-cols-7",8:"2xl:grid-cols-8",9:"2xl:grid-cols-9",10:"2xl:grid-cols-10",11:"2xl:grid-cols-11",12:"2xl:grid-cols-12",none:"2xl:grid-cols-none"}},Zv={none:"gap-0",xs:"gap-x-2 gap-y-1",sm:"gap-x-3 gap-y-2",md:"gap-x-4 gap-y-3",lg:"gap-x-6 gap-y-4",xl:"gap-x-8 gap-y-6","2xl":"gap-x-12 gap-y-8"},Xv={none:"gap-x-0",xs:"gap-x-2",sm:"gap-x-3",md:"gap-x-4",lg:"gap-x-6",xl:"gap-x-8","2xl":"gap-x-12"},qv={none:"gap-y-0",xs:"gap-y-1",sm:"gap-y-2",md:"gap-y-3",lg:"gap-y-4",xl:"gap-y-6","2xl":"gap-y-8"},jv={start:"items-start",center:"items-center",end:"items-end",stretch:"items-stretch",baseline:"items-baseline"},Qv={start:"justify-start",center:"justify-center",end:"justify-end",between:"justify-between",around:"justify-around",evenly:"justify-evenly"},$v={row:"grid-flow-row",col:"grid-flow-col",dense:"grid-flow-dense","row-dense":"grid-flow-row-dense","col-dense":"grid-flow-col-dense"},_v={1:"col-span-1",2:"col-span-2",3:"col-span-3",4:"col-span-4",5:"col-span-5",6:"col-span-6",7:"col-span-7",8:"col-span-8",9:"col-span-9",10:"col-span-10",11:"col-span-11",12:"col-span-12",full:"col-span-full",auto:"col-auto"},eC={sm:{1:"sm:col-span-1",2:"sm:col-span-2",3:"sm:col-span-3",4:"sm:col-span-4",5:"sm:col-span-5",6:"sm:col-span-6",7:"sm:col-span-7",8:"sm:col-span-8",9:"sm:col-span-9",10:"sm:col-span-10",11:"sm:col-span-11",12:"sm:col-span-12",full:"sm:col-span-full",auto:"sm:col-auto"},md:{1:"md:col-span-1",2:"md:col-span-2",3:"md:col-span-3",4:"md:col-span-4",5:"md:col-span-5",6:"md:col-span-6",7:"md:col-span-7",8:"md:col-span-8",9:"md:col-span-9",10:"md:col-span-10",11:"md:col-span-11",12:"md:col-span-12",full:"md:col-span-full",auto:"md:col-auto"},lg:{1:"lg:col-span-1",2:"lg:col-span-2",3:"lg:col-span-3",4:"lg:col-span-4",5:"lg:col-span-5",6:"lg:col-span-6",7:"lg:col-span-7",8:"lg:col-span-8",9:"lg:col-span-9",10:"lg:col-span-10",11:"lg:col-span-11",12:"lg:col-span-12",full:"lg:col-span-full",auto:"lg:col-auto"},xl:{1:"xl:col-span-1",2:"xl:col-span-2",3:"xl:col-span-3",4:"xl:col-span-4",5:"xl:col-span-5",6:"xl:col-span-6",7:"xl:col-span-7",8:"xl:col-span-8",9:"xl:col-span-9",10:"xl:col-span-10",11:"xl:col-span-11",12:"xl:col-span-12",full:"xl:col-span-full",auto:"xl:col-auto"},"2xl":{1:"2xl:col-span-1",2:"2xl:col-span-2",3:"2xl:col-span-3",4:"2xl:col-span-4",5:"2xl:col-span-5",6:"2xl:col-span-6",7:"2xl:col-span-7",8:"2xl:col-span-8",9:"2xl:col-span-9",10:"2xl:col-span-10",11:"2xl:col-span-11",12:"2xl:col-span-12",full:"2xl:col-span-full",auto:"2xl:col-auto"}};function Hp(e,t,r){if(!e)return "";if(typeof e!="object")return t[e]||"";let o=[];return "base"in e&&e.base!==void 0&&o.push(t[e.base]),Object.entries(r).forEach(([n,a])=>{let i=e[n];i!==void 0&&o.push(a[i]);}),o.join(" ")}function xl({cols:e=1,gap:t="md",gapX:r,gapY:o,align:n="stretch",justify:a="start",flow:i="row",autoFit:l,autoFill:s,className:c,children:p}){let d=tailwindMerge.twMerge("grid",l||s?"":Hp(e,Yv,Jv),!r&&!o&&Zv[t],r&&Xv[r],o&&qv[o],jv[n],Qv[a],$v[i],c),m={};return l?m.gridTemplateColumns=`repeat(auto-fit, minmax(${l}, 1fr))`:s&&(m.gridTemplateColumns=`repeat(auto-fill, minmax(${s}, 1fr))`),jsxRuntime.jsx("div",{className:d,style:m,children:p})}function Gp({span:e,className:t,children:r}){let o=tailwindMerge.twMerge(Hp(e,_v,eC),t);return jsxRuntime.jsx("div",{className:o,children:r})}xl.Item=Gp;function tC(e,t){return Dt({value:e,formatter:t,emptyClassName:"text-text-muted",emptyText:"\u2014"})}function rC(e,t="upIsGood"){if(e===0)return "text-text-muted";let r=e>0;return t==="upIsGood"?r?"text-feedback-success":"text-feedback-error":r?"text-feedback-error":"text-feedback-success"}function oC({points:e,className:t,ariaLabel:r}){let i=e.map(u=>typeof u.y=="number"?u.y:0);if(i.length===0)return null;let l=Math.min(...i),c=Math.max(...i)-l,p=u=>c===0?20/2:18-(u-l)/c*16,d=60/Math.max(e.length-1,1),m=e.map((u,g)=>{let f=2+g*d,b=p(typeof u.y=="number"?u.y:0);return `${g===0?"M":"L"} ${f} ${b}`}).join(" ");return jsxRuntime.jsx("svg",{width:64,height:20,role:"img","aria-label":r,className:tailwindMerge.twMerge("overflow-visible",t),children:jsxRuntime.jsx("path",{d:m,fill:"none",strokeWidth:"1.5",className:"stroke-border-muted"})})}function Up({label:e,value:t,formatter:r,delta:o,deltaPeriodLabel:n,deltaIntent:a="upIsGood",trend:i,status:l,helpText:s,size:c="md",orientation:p="vertical",loading:d,empty:m,error:u,onClick:g,className:f,renderValue:b,renderDelta:h,renderTrend:y}){let x={sm:{label:"text-xs",value:"text-base",delta:"text-xs",gap:"gap-1"},md:{label:"text-sm",value:"text-xl",delta:"text-sm",gap:"gap-2"},lg:{label:"text-base",value:"text-2xl",delta:"text-base",gap:"gap-3"}}[c],C=d?jsxRuntime.jsx(O,{className:"h-7 w-20"}):m?jsxRuntime.jsx("span",{className:"text-text-muted",children:"\u2014"}):u?jsxRuntime.jsx("span",{className:"text-feedback-error text-sm",children:typeof u=="string"?u:"Error"}):b?b(t):tC(t,r),w=h?h(o):o!==void 0&&!d&&!m&&!u?jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge(x.delta,rC(o,a),"flex items-center gap-1"),children:[o>0&&jsxRuntime.jsx(A,{name:"ArrowUp",size:12}),o<0&&jsxRuntime.jsx(A,{name:"ArrowDown",size:12}),o===0&&jsxRuntime.jsx(A,{name:"Minus",size:12}),jsxRuntime.jsxs("span",{children:[o>0?"+":"",Math.abs(o).toFixed(1),"%"]}),n&&jsxRuntime.jsxs("span",{className:"text-text-muted",children:["\xB7 ",n]})]}):d?jsxRuntime.jsx(O,{className:"h-4 w-24"}):null,S=y?y(i):i&&i.length>0&&!d&&!u?jsxRuntime.jsx(oC,{points:i,ariaLabel:`${e} trend`,className:m?"opacity-30":""}):d?jsxRuntime.jsx(O,{className:"h-5 w-16"}):null;return jsxRuntime.jsxs("section",{className:tailwindMerge.twMerge("flex min-w-0",p==="horizontal"?`items-center ${x.gap}`:`flex-col ${x.gap}`,g&&"cursor-pointer hover:bg-background-muted rounded-lg px-3 py-2 -mx-3 -my-2 transition-colors",f),"aria-labelledby":`kpi-${e}`,onClick:g,children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx("h3",{id:`kpi-${e}`,className:tailwindMerge.twMerge(x.label,"font-medium text-text-caption truncate"),children:d?jsxRuntime.jsx(O,{className:"h-4 w-24"}):e}),s&&!d&&jsxRuntime.jsx(A,{name:"Question",size:12,className:"text-text-muted cursor-help","aria-label":"Help"})]}),jsxRuntime.jsxs("div",{className:"flex items-baseline gap-2",children:[jsxRuntime.jsx("output",{className:tailwindMerge.twMerge(x.value,"font-semibold",u?"text-feedback-error":"text-text-heading"),"aria-label":`Value: ${C}`,children:C}),l&&!d&&!u&&jsxRuntime.jsx(Ee,{variant:l.tone||"neutral",size:"sm",children:l.value})]}),(w||S)&&jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[w,S]})]})}var nC={xs:"gap-2",sm:"gap-3",md:"gap-4",lg:"gap-6",xl:"gap-8"},aC={start:"items-start",center:"items-center",stretch:"items-stretch"};function iC(e){if(typeof e=="number")return `grid-cols-${e}`;let t=[];return e.base!==void 0&&t.push(`grid-cols-${e.base}`),e.sm!==void 0&&t.push(`sm:grid-cols-${e.sm}`),e.md!==void 0&&t.push(`md:grid-cols-${e.md}`),e.lg!==void 0&&t.push(`lg:grid-cols-${e.lg}`),e.xl!==void 0&&t.push(`xl:grid-cols-${e.xl}`),e["2xl"]!==void 0&&t.push(`2xl:grid-cols-${e["2xl"]}`),t.join(" ")}function yl({children:e,cols:t={base:1,sm:2,md:3,lg:4},gap:r="md",align:o="stretch",equalizeHeights:n=true,header:a,loading:i,className:l}){let s=i?rr__namespace.default.Children.map(e,c=>rr__namespace.default.isValidElement(c)&&c.type&&typeof c.type!="string"&&"displayName"in c.type?rr__namespace.default.cloneElement(c,{loading:true}):c):e;return jsxRuntime.jsxs("section",{className:tailwindMerge.twMerge("w-full",l),"aria-label":"Key metrics",children:[a&&jsxRuntime.jsx("div",{className:"mb-4",children:a}),jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("grid",iC(t),nC[r],aC[o],n&&"auto-rows-fr","w-full"),children:s})]})}yl.displayName="KpiGroup";function Xp({items:e,renderItem:t,selectedId:r,onSelect:o,onHoverChange:n,isLoading:a=false,loadingState:i,error:l=null,renderLoadingSkeleton:s,loadingSkeletonCount:c=5,emptyMessage:p="No results found.",variant:d="relaxed",showDividers:m=true,onLoadMore:u,hasMore:g=false,enableVirtualization:f,estimatedItemSize:b=60,loadingIndicator:h,"aria-label":y,className:v="",style:x}){let[C,w]=rr.useState(null),S=rr.useRef(null),N=rr.useRef(new Map),{scrollRef:T,loadMoreRef:M,virtualizer:B,virtualItems:z,isLoadingMore:W,computedLoadingState:E}=ar({items:e,onLoadMore:u,hasMore:g,isLoading:a,loadingState:i,enableVirtualization:f,estimatedItemSize:b,overscan:5}),Z=T??S,j=rr.useCallback((H,te)=>{o?.(H,te);},[o]),_=rr.useCallback((H,te)=>{w(H),n?.(H,te);},[n]),F=rr.useCallback((H,te)=>{let L=H?.id;return typeof L=="string"&&L?L:`item-${te}`},[]),R=rr.useCallback(H=>{if(!Z.current||e.length===0)return;let te=document.activeElement,L=e.findIndex((ve,Me)=>{let Jt=F(ve,Me),G=N.current.get(Jt);return G&&(G===te||G.contains(te))}),Y=L;switch(H.key){case "ArrowDown":H.preventDefault(),Y=L===-1?0:Math.min(L+1,e.length-1);break;case "ArrowUp":H.preventDefault(),Y=L===-1?0:Math.max(L-1,0);break;case "Home":H.preventDefault(),Y=0;break;case "End":H.preventDefault(),Y=e.length-1;break;default:return}let oe=F(e[Y],Y);N.current.get(oe)?.focus();},[e,F,Z]),I=["flex flex-col","bg-background-surface","focus:outline-none focus:ring-2 focus:ring-border-focus focus:ring-offset-2"],U={dense:"gap-0",relaxed:"gap-0"},P=m?"divide-y divide-border-muted":"",V=[...I,U[d],P,v].filter(Boolean).join(" ");if(E==="loading"||a&&e.length===0){let H=s?jsxRuntime.jsx(jsxRuntime.Fragment,{children:Array.from({length:c}).map((te,L)=>jsxRuntime.jsx("div",{children:s()},`skeleton-${L}`))}):jsxRuntime.jsx(Yc,{count:c,className:"space-y-0",children:jsxRuntime.jsxs("div",{className:"flex items-center gap-3 px-4 py-3",children:[jsxRuntime.jsx(O,{width:16,height:16,variant:"circle"}),jsxRuntime.jsxs("div",{className:"flex-1 space-y-2",children:[jsxRuntime.jsx(O,{width:"75%",height:16}),jsxRuntime.jsx(O,{width:"50%",height:14})]}),jsxRuntime.jsx(O,{width:60,height:20})]})});return jsxRuntime.jsx("div",{ref:Z,className:V,style:x,role:"listbox","aria-label":y,"aria-busy":"true","aria-live":"polite",children:H})}if(l)return jsxRuntime.jsx("div",{ref:Z,className:V,style:x,role:"listbox","aria-label":y,"aria-live":"polite",children:jsxRuntime.jsx("div",{className:"p-4 text-center text-action-destructive",children:l})});if(e.length===0)return jsxRuntime.jsx("div",{ref:Z,className:V,style:x,role:"listbox","aria-label":y,"aria-live":"polite",children:jsxRuntime.jsx("div",{className:"p-4 text-center text-text-muted",children:p})});let J=B?z?.map(H=>({virtualItem:H,item:e[H.index],index:H.index}))||[]:e.map((H,te)=>({item:H,index:te,virtualItem:null}));return jsxRuntime.jsxs("div",{ref:Z,className:V,style:{...x,...u&&{overflow:"auto",height:x?.height||"600px"}},role:"listbox","aria-label":y,"aria-live":"polite",onKeyDown:R,tabIndex:0,children:[B&&jsxRuntime.jsxs("div",{style:{height:`${B.getTotalSize()}px`,width:"100%",position:"relative"},children:[J.map(({virtualItem:H,item:te,index:L})=>{if(!H)return null;let Y=F(te,L),oe=r===Y,Ye=C===Y,ve={id:Y,role:"option","aria-selected":oe,"aria-current":oe?"page":void 0,tabIndex:oe||r==null&&L===0?0:-1,onClick:Me=>j(Me,te),onMouseEnter:Me=>_(Me,te),onMouseLeave:Me=>_(null),onFocus:Me=>_(Me,te),onBlur:Me=>_(null),ref:Me=>{Me?N.current.set(Y,Me):N.current.delete(Y);}};return jsxRuntime.jsx("div",{"data-index":H.index,ref:B.measureElement,style:{position:"absolute",top:0,left:0,width:"100%",transform:`translateY(${H.start}px)`},children:t({item:te,index:L,isSelected:oe,isHovered:Ye,rowProps:ve})},Y)}),u&&g&&jsxRuntime.jsx("div",{ref:M,style:{position:"absolute",top:`${B.getTotalSize()}px`,left:0,width:"100%",height:1,pointerEvents:"none"}}),W&&jsxRuntime.jsx("div",{style:{position:"absolute",top:`${B.getTotalSize()}px`,left:0,width:"100%"},children:h||jsxRuntime.jsx(st,{state:"loading-more"})})]}),!B&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[J.map(({item:H,index:te})=>{let L=F(H,te),Y=r===L,oe=C===L,Ye={id:L,role:"option","aria-selected":Y,"aria-current":Y?"page":void 0,tabIndex:Y||r==null&&te===0?0:-1,onClick:ve=>j(ve,H),onMouseEnter:ve=>_(ve,H),onMouseLeave:ve=>_(null),onFocus:ve=>_(ve,H),onBlur:ve=>_(null),ref:ve=>{ve?N.current.set(L,ve):N.current.delete(L);}};return jsxRuntime.jsx("div",{children:t({item:H,index:te,isSelected:Y,isHovered:oe,rowProps:Ye})},L)}),u&&g&&jsxRuntime.jsx("div",{ref:M,style:{height:1}}),W&&(h||jsxRuntime.jsx(st,{state:"loading-more"}))]})]})}function jp({id:e,title:t,subtitle:r,meta:o,leading:n,trailing:a,isSelected:i=false,isHovered:l=false,disabled:s=false,href:c,size:p="md",onClick:d,onMouseEnter:m,onMouseLeave:u,className:g="",style:f}){let b=()=>{!s&&d&&d(e);},h=()=>{!s&&m&&m(e);},y=()=>{!s&&u&&u(e);},x={sm:{container:"px-3 py-2 gap-2",title:"text-sm leading-tight",subtitle:"text-xs leading-tight",meta:"text-xs leading-tight",subtitleSpacing:"mt-1",metaSpacing:"mt-1"},md:{container:"px-4 py-3 gap-3",title:"text-base leading-tight",subtitle:"text-sm leading-tight",meta:"text-sm leading-tight",subtitleSpacing:"mt-1",metaSpacing:"mt-1"},lg:{container:"px-4 py-4 gap-3",title:"text-lg leading-tight",subtitle:"text-base leading-tight",meta:"text-sm leading-tight",subtitleSpacing:"mt-1",metaSpacing:"mt-1"},xl:{container:"px-5 py-5 gap-4",title:"text-xl leading-tight",subtitle:"text-base leading-tight",meta:"text-base leading-tight",subtitleSpacing:"mt-1.5",metaSpacing:"mt-1.5"}}[p],C=["flex items-center w-full text-left transition-all duration-200 ease-in-out",x.container,"border-l-2 border-l-transparent","rounded-sm",Ce()],w=[l&&!i&&"bg-background-hover",i&&"bg-action-default/5 border-l-action-default shadow-sm",s&&"opacity-50 cursor-not-allowed",!s&&!i&&"hover:bg-background-hover"],S=[...C,...w,g].filter(Boolean).join(" "),N=jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[n&&jsxRuntime.jsx("div",{className:"flex-shrink-0 flex items-center justify-center",children:n}),jsxRuntime.jsx("div",{className:"flex-1 min-w-0",children:jsxRuntime.jsx("div",{className:"flex items-start justify-between gap-2",children:jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("div",{className:`text-text-body font-medium truncate ${x.title}`,title:typeof t=="string"?t:void 0,children:t}),r&&jsxRuntime.jsx("div",{className:`text-text-caption truncate ${x.subtitle} ${x.subtitleSpacing}`,title:typeof r=="string"?r:void 0,children:r}),o&&jsxRuntime.jsx("div",{className:`text-text-muted ${x.meta} ${x.metaSpacing}`,children:o})]})})}),a&&jsxRuntime.jsx("div",{className:"flex-shrink-0",children:a})]});return c?jsxRuntime.jsx("a",{href:c,className:S,style:f,onMouseEnter:h,onMouseLeave:y,"aria-selected":i,"aria-current":i?"page":void 0,tabIndex:s?-1:0,children:N}):jsxRuntime.jsx("button",{type:"button",className:S,style:f,onClick:b,onMouseEnter:h,onMouseLeave:y,disabled:s,"aria-selected":i,tabIndex:s?-1:0,children:N})}function Qp({header:e,children:t,footer:r,width:o="md",tone:n="neutral",elevation:a="sm",showDivider:i=true,"aria-label":l,"aria-labelledby":s,className:c="",style:p}){let d={sm:"w-64",md:"w-80",lg:"w-96",xl:"w-[28rem]","2xl":"w-[32rem]",auto:"w-auto"},m={neutral:"bg-background-surface",subtle:"bg-background-subtle",brand:"bg-background-brand"},u={none:"",sm:"shadow-sm",md:"shadow-md"},g=tailwindMerge.twMerge("flex flex-col h-full",d[o],m[n],u[a],i&&"border-r border-border-muted",c);return jsxRuntime.jsxs("div",{className:g,style:p,role:"complementary","aria-label":l,"aria-labelledby":s,children:[e&&jsxRuntime.jsx("div",{className:"flex-shrink-0 sticky top-0 z-10 bg-inherit border-b border-border-muted",children:e}),jsxRuntime.jsx("div",{className:"flex-1 overflow-y-auto overflow-x-hidden",children:t}),r&&jsxRuntime.jsx("div",{className:"flex-shrink-0 border-t border-border-muted bg-inherit",children:r})]})}var Cl=[{type:"navigation",position:"bottom-right",showCompass:true,showGeolocate:true,showResetZoom:true}];var $p="data:image/png;base64,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",_p="data:image/png;base64,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",em="data:image/png;base64,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",tm="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAI4AAACOCAYAAADn/TAIAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAACFMSURBVHgB7V3ZcttYkr0AwX2T5L2mahwxMTEPHRPRz/M2L/P/31BdZVu2tXLfMXlO3gtSNClxAUGCQna4XaYkCgTOzfVkpvf5v/4nHA46xvN8k8lhJQxnplK9MuXaG9N+vDaD7r3JBYUNfi404WxqKo13plK5Mt3OjRn07hN/ZrPp2BTLDVOR6w9Gw24GmoTE8zzT694azw9MvfGBYBgN2sbP5df+DMCGP1UBTVlA1239VND4OZOchAKaqYCmSdBABDGeySQp8fin0/puRsOOaVz+m8mXajzJqySczaht6s2P1FKdx++mT+AledAFNALwcvWC4AX4IZmqSVig3XHz24/fDLR94+J3ky9WBDyTJ98HbQQBuIrlC9O+/yqa5kG0U2ASO+xhyOsqVy4JXMEQpS8mNgPOEURdAwHPwxczGfcEHL+boFCUkz3h6zjhxsuZ5ps/TEFA1br7ywz7j8mDRq4HpqliQQPcdNs/Tb+XAedo4vzK1r2AZzIyzas/TBAUzXQyML74QBcCGjjOD7f/oll7zg+KW8JQzVO1/taUxK8K7f+6rWszFJ8sJ9eSAeeI4nlwcEPTvvubJqF+8ZtomBrNE/yYh9s/zWQ0SBg06ozXxJ8pionC9cFsdh7EtEr0DVBDMuAcWTwv4IN6vPti8JAu3nyWf0/Mw82fon1G1jwlI3DGYY/qzQ+mIBGUOsYTManfzHjUfwLgDDhHl5Ch9Ww25gPCgxJLwb+TTJMQNOK01y8+UevJC4z22g9fxQ8b/gLgDDgnIjABeECP93+bQqFsmuIw00zIAzy0wBQBpABNvlDia9PJWJzyL/L3ZKXWy4BzQoIHBJ/mURxmhOj15idGN4cED0GDhOSlgCZfpLYbC4Cp8XLrk4wZcE5MAB7kd1qStymU6qYmyT+WHMLQxC0AB/yWhmiaQCI4MZqM6toPf5tBv8XEIyKomc0pPblOk8nJCR4Wwt6W+BdI89cb76MsclwC0OQk/K9fCDiCPHM0k5EA9uGaDvJYwNvvPghwP5icaKRwCTzJueyZbCUEj5z6tvge0AgATaf1w5qP/ZKAAE2QL0nI/VE0To6gQc0MdTC8N5x1/IaBJB2R5a6K5ulIUVbNmuqaDDgnLAAPygzyKOm4zsKp6bVv9sogI1+UL1YFNO8jECAr3W3fEiSLkRx+f19+P6ItaB6CR/wtfE8GnBMXfXiS4hctULUmq9e94+vbCkBTLNclI/zOOOANxBz1OreqZTxv5e8H/QNgIXgkZQDwZD5OCiQnGgYPF3/w8Eri90zXVNRXiybySpWmgOZ99Gq/c8f39NeAxgkcaHzfZDygs473y4CTCvHoi6DACNOF0kRRIq7NwKN1p5JU2Cu1t0ZLlR7pGdRk8Jm8l80eNE9PzBnyO7XGpww46RH1P8DJGQ5a4jD/m4Tr67k8lFAJWKBFKAFLQdPr3NB38f3tHG34Vr3ujZnORhlw0iQ0J/KnAy7PqEvwrOLyQFyFu1IDVfUqel0ZhI9bg2Z+DTkzEBOXASdl8pTL07dcntIT8GjC0NEiLu1rs0hb7c3rkWvIgJNCceABl2c6GZrmlYAnX6CGYXmCtIj3plhp8vvxutNScVXbM+CkVAge0SygY0DbgAgG80MuDWgRxTq/D1/r3IMWMYi4NHFIBpwUCzsdwOURzQOtgtoSssH5QpWBktIivpnJdBg7rycDTsoFle2pVLPhv8DXAUcZoAEdtS2aZjodxappnGTASblo3anIyAlmCSYMvB4lhY0PAhpIVnJIsQAoqGyjjoXsLmpaoHh2WtcsTXj+4R5vBpyUCkCDSKrW/ET/BaABj6fb+s5w/NCdnhlwUigwQflCmXUjdZBD8ne6nTkt4tCS+ThHkd0JWYiUChI1QdNoRdtn8bEt5smVJZKQDDgJi+O8bM8jDi0tokFilQNIX6rWU7bpXmmnQkKSASdh4agTqVIXitWVNaY1P8XvdbQIj5pFKtyde23JFfCAZ4Ovz7aiW+wuGXASFjiuqEyXpGKt1e2XwKMVbnx/pf5WX/IMGXt9ELpIMp+RnYfhBNBImwNyd8mAk4CoWQnpxMIvQXES0Q/m3TwLntCNGAFo5tMiQB8d9O6US0Ptk+N7oLdb37N6cPBkwDmwwDSBBFWtf+Bzhx/i+3nJ7A7n4IHZmi2NOXHTIqpvIlqENv7/UFrEUoWbgJRsMb4OzZQvlg8Kngw4B5WQ2mAsGmYmqX8UHyUuYn0JCTuABxxezJ4BeJzDrI3/U/ozpeqFvjaztIhhey0tAkVO/K6uaCTwipFRdqNT4pYMOAcS3/eN7+UIAJgqzO0DYPBA2eBme6Ry8nCNnRCBx6uN/6EUKz88oUVgEBN6nV4qIeDr40HX9Dp3pFbAB1rWZrF8PpNJ7KKNcz67ElwnJLQBRrhB08D0IPeC8WjwX9AvhX+7fjsk9sAp9mw0Ba2k4042y9eyG1QSgnDCAUCQ3Vd1Y+4jGXAOIAiVYYbQRgvwQAuwDCC3G8VHHZz0WUxJWYuRCKFDpYWihxtmC2Zu6mgR4+1pEb5t6MM1sPFuRTfmPpIB50ACDYNGN5QC4NsANM53cS4HfBbn16A5Dh2b+XyJTjBm4wA0pEXsyKUheETrwC+C5nHliVg+n8nkYIIHh0GLqFjXmu8JGERXRQnBASiYIS1IBqxww5mFgA7aImgme9Mi/FyB4ftk0qfPE2bASYewE7N7Sw1ycfVZzMXYPPz8M8r0QjMtTotAVAQClvOL9hU4xsgVYcAABqHHFWB5nz7/M/75Ga9cXH/1wiv0X4JciVNGZ9Ay6MeG4ypaxsf3yr8RNcFRNjHRIgiaQkWc8XcEL4dQ+hlZ/QQlZDiNSRBqEtyZ9AiG8ajH1hIc+pyYEJiynK+dlIiC2uLz8LvjAA0KohKZVQQ0PalnxQkaSMbHiU00dEbHZKHUkAfVZsusH40lAU/G4/egJMBiJark8pVh75FJOzjIcdAitCCqdSukACaTQewU0kzjxCDRXGCbcHu8+4vaBA1xKFA6gemAb8MIh+ZJp0UoaHIxgEbLFOXapfyemuR/vjItkJHVjyQaMofrvyZ/0JqiSb4ffK0nfwNECp4JczKYMqHTItRD5bSI7svTIja8yEjj5cWvUbJ6PA72KsmA84KEMx1EpLmUcOlrABSSdr9pi23ru9HJEgG/E6uF/CDPelOJm1feRu8BDg13IvibTYt4/iIFNLYRD9FZmzNsDss7zoCzVuxMGalel8RXWGbXubFmDcn0olzQaf1kko+aI9TiJv7GQ4STCjOm9W2PziqnRcQwls1FbHXLCgRYIYemkGbO8QqZN+2/o7lxGd7oYYAqIXmRinwdibwBJ2YtVayRJZb/gTbBr/HfRkzYd/5MXGP2EbwFQaAlDrkO48B7YMmAsyTqs+iOKJxkaAzI4gkGsNBlMCJoHn4BQbScrIZ9CA38tAlRd0KEM453NwNAggzzpJvs8rMMOAuiY+mNDmqcTeZTOJfUPkoEGBcCAC3XkRzwEDkhYwuBYxxKzcn5RPon3rxrshvzMh8nElaO7S4DMOk6jz+sz7LqFulkq+WvOT8Is4MdaBDpYElZTzQCXg8OxI9JWjLgGCVKaaHxN0n79zjqbNPZeE4W9yEEhaq+r12igcgMJioiV4mpCmPmxyQtrx44bNrnhPFPSn7qrnB0X3yPKU1F/fIjyw0mokV8pZnC1/CeSq561A5MhOwJ9kHFLa8aOABNnl2RHxiRMDrakvvCJFtOl2gg0kLP05TTIr4ya7yYtVVylePofKRjm8R2mEPIqwUO0/8sAr6hEzzsbx8iu2kRoEWgaGk4LaJHfrBOi/jVYVWOzh2/Dz4P5BALPg4tKQSOntJ9OLTaSttkkxt6kcbj3g6aZsIFrPXmJws4j6sH24/Xa0HjhBwdKYCOxZwh+pK4KzZmXlKSOuAgMYcNbmx3JXi2ueG2CFi9ZDYYAxUnk+2HD3EfguRx6nbECEADfm+3vTktgjODJYMccmnqR6WUmvSAJ33Amc2YzYV5wMOfbtp0Fs391b5t9UEmWxcBHS1CfZQcfRokAbvtH8aY7WgRLIry50JTkWhr+4NwPEkdcHBS4SMgtMWJL5YaLzbah64IKA8HeZTWI0LkbYuA2nXAJRqNj1FdCvkZhu/eLhVuj+BB9yV+HiUMpWGcPnhS6RzjlKN9doDR9FKZzj8zmt5lchsXH/lzcFxZF/S3+eihHSXipkWETPEAvKBk4qHvXuHWyRMYGhCIg40e8Y216BElnVEVR9P7ugt72DXNy9Wj6ee0h49cXoFakWe2ZdnptIgKGv9r76Lfz2kRaPyPgxZhOcdwrOE7YYz+NKFxJbtKasNxz91s8VXQfhKNpre90rMF2gOGQ6MFd9uH7Jh9YNShv1tzgqHdh3C/8z6EtZ/HzAgepAlA/ZydsOZJdR7HaY7F0fRIwoFjC18G2WC0hMAn2jYb7KgVXKJRvYpeQw1L9yHkTVygmX+enBRDp3IYrmkWC2U3AuXwNIltJfUJwPloeo2SEG0xsVd/K1qhRU7vtuH2fFrEO+Z6+BqmRdA0tg82OxgChx3dmwBopXKl40pmp2e2ziJzrK2tU+41wEe6uPp3AmYATRNslw120yLqUoZAlwDOOqdF0CT2YuXSrBMurxetiTFtOq6kdHIV9bMpOQA8OJlYx4O/4SP4QUDVv6nMImrFRy7RAGimnBZhuwUSAI0TjisZ99lio2mEYuwTJ/YRP61FtlWiJ3XIfd1I0oEmYbxwo0LizNIiELajS2A+LeIr+TmHNE/rhBX1YfcJHeNUwOMXeJPOR3hShz06zGjuR4ZXHd31STVtIwkYgSktQpdotCwt4higcRLNuukrHUPHlRz/sPuY+qQOWLqJRYsCk4KCIxxmFDPrUkiEs7sKPBEtguw8nRbBgdMraBHHEp/7xx/pmNcvPpwEHcPvPHw3k9HwYI1bxxIFT4u0zaL4O7X6e2XdLYAHDifUv5sWEdEiHr7ZIY+nc0+4hbdzx5xU7UJXOB+TjuFv6gOkUXhSRcWjCo7xaUznMzoJLfOvxFwPqZzyqmv8D8Pkyd+biK5wviG7EFO2XDklSVGzz4X1p5dcilPIfUH1WgqJqDNVqlccjQYHWNf1aNclaBFtjBgx29axkhVcL3rNQ1u0nSUGHj1sMN1gGLyK9hin5qFFkAkGMMDpcQDhtAgpSZAm4YZZn7BgoikOAiivyPOwup6Lr/yxLBpxetwXgVoae8PMKxGABNnYkURc0DrOFA2691rHSgloVDz9PFK0xUTR+VSMeK9dmZYT8pdAYQEPCveKgxLMqxCtO5WqzWjuL0DCaRFYvh7RItJE3/QsTeSaKQStqMeUXbZT3eEjwpcCYY6+Yuua9BWYq1dgqnT8B+iirHCH2kyn+xDu91/efkxhnW7GKBATM8oSCepn2j3D7RKhIPFjnC7Gy3UFNOxaXUhNnDdwQjdo6IrmyfmQoHli/m8uzaCx4nZfQfMgUw7NCkd/W/Ag/YAtNMVS0y4mGZMspwnQX4c+nS1wIlqE2P+y5HF0It/MdOnndOkwn4sQPKipCXjQNQEQ4DNu0rnh7lMQlDnpHSYbWgvZd/hR6xKgZwkcpUWEnEkDTrK7ORhXklSFO2khHQPbY0Sb6jzjGQluz4FnHl6/I48JeSxwjXDKXgLd2QFHk2KGtIi8HW0P0MxH258faJz43IU10O0xjXekZUBzcNIpLbLym0HUx30BgwAR02Q8oraKRr9tYL3PCjjzMSVa4Q7dEg25KXNaxHmPdXZF3q65sUvP6rwv8Fl0FuHI5Ap5EtRwoHqdW10wwv72zbPlZwOcCDTNRdCMScPkPgT/1xl+5yrchSVmqie5HfCw4QMhDeEq/9BAapba1EC77Io4C+DobJscK8cIIQkaTIt4vI5lH0L6RHvGZuGEERbFmirdZDPjPduniJv6Oxq6ESOkRejmFQ5ztD3c51b1305+XV6vrcb7L7VPNXBcdhOgwbQIGCKoaE7ePPC41vRKPHmr1AKHXBq0wIAVZyOl8bCjvdgnSos4J0klcMilEV8G1WHXFAdnD1VixJ2nTIs4F0kdcDgtQnIPVW580wmeoEWg8Z+g8TLQGLvjnDHkElcnLk2cKuBwH0I0pdyjte53H1jm97xkBkOfsriUBEy43g8/ui8OMIiyXMZ4H0kJcGyFu9w05bo2/nNahIBm/2kR6ReWVCS6BMkK5HxuBZiFJrQVOjcbCPkamPdRX3M4kF01UAqAo9MikB6PlmhgWkTnLvbG//SJAgJV/tJCvQkFzoiP7EXfSiAhOYqFJPliTbTPA4ltu+zJOm3ghPPRa+Xqm+jlXuvGDAaPrxo0czrnJUe8oA7XZb1pMt99tXhrPP0nW38kZcGJGLYkAU72lHW8ze/nyQLHqV8QikrVS/ci90HNG/9fH2jcnghwpmGWcI8QGGi9KeCg7+fEswVPaCakL9A6BN7yZNznSLpf94mulpMETrREo/GWN4eTRmeOFtE96wr3OnEHCSumOXYFezwxM1kePh70tvfE+TYYAQMQ4XCiU7TfuefAg5fAc3LA0chAp0XkCzVt/J+h8f+ap+I1goZDLsWMlOtvTV6AA79ksILOuYu4lmLkwNgO7oUbRacnBZxoEYcgH/sQPDt7T2kRg1cHGvox8jd5M6UqiVow1evonDsLKuQepmMMLGhSBJxZtETjo5wquw/hCS3i9YAm8mNEA6ip1v2dGOTtyQM+VLV/GyCeBHAc84zFSjb+eyRedUiLOO60iESFY3WnLNjC50CYjYQdBigoJeJ0Ds/Rn4hmMfPRLifI2NIi4shwpkWi8Foc3zzaUrim6OZkqSFHfSq6RKNA0Pg5Bc1Ioia0ZSDz+RpA48avgFSP4du4J93OT/oz9GNOtMp/tCeDGxRIihztHI66iDQ4R9uH3tnTIhbLBHB+YYrQjjwa9djDfsqHhmkBcwThnijJdtZY4baN/xJegp3vnT0tIowmgGF/AzQufJjh4JEVgpMGjG07QtY58avknijJeuKmuXwBMpa9aFrE+WaDXXitZYJqRHF1vtwpf3TNJUmRtPEuaeBosZJLNOrvo1cHES3ifEHztEzQ4H9j5RBbdk7dLNmZzwW5bloIE3JKRkJXrLQI7Jia70PQ3ITuwDxTWoQLr4MiC7U4HDDJaORn0u2knf+5SQVgkE9CjbBrE5CHv/LFCjenRejLOi3i8aADgY4pvOmc+oAB1wUBixQR+w+2THDajr9rnwFYqnQpjJjUr3L9bdLnDj7mRCOHSbQPIbSckB52YA7aZwka3HCcDcyUAWWB/dyHKBMcRJyWyZvahdMyLS49YXpgYbrHwYDjwk30MBfLF0b5aJgW8Z25mnOrO7lDAoJUiWWCkOxENP6vDK/t8rUnlBm7TukYwjEncj3wweZa5huLqdQyS8/rIMBxYRtoijh11DOkRVzbCQrnBBrHwiuweo1TCW06pFpfFV7r96N5sCwPSf+Nqa8z9nxjC46XoO/jJnnkuGTtLRORGPOLgQXLWmZRYr9CN/UbFW50I1DTyElskxYxtBni8+jhnpcJ3jCZOUW/tqQVZmvKBO5Awd/DvvOxpXiqRspRO4N8j7zOLv3c21//hL8b1w93glM9xJdBfWyVllmUWK9OuTSe5dIsTIvAiJEIvekHzXx6VV00akNZeJLx5gn1Vk19mGsZMBoBFmTIp+ORjh0xCipkkbm6UcwVTMShhj+560d6AIMnkYREdIs/mlN62feMDTjk0qDCDdC4xn/SIr5p43/ulEPPDcWG16B9QKWjLKKE766y8FaYGKeBcaKDfIWDi2jGFqZE6CPKCZA0IQgTz+GWvftYwaNmCfVBBTA+w3jUMe3ba1JPn5vAtSyxPE0X7ystokDQwFajh1v3IaS/7uT4QlDrJUli4jC07v5aC5gIZKJ5YZqoeSVx9tzKavg2bjQLJm8g6uSG4b351aG9/hzTA7ie0O7gcm0y2x5s79Pnf+5lO0I2/heoaQia0JDi2WaFO/3TIlzWF2YJ4SkOBEbcVutv6LNpLurpTZ9P7rxi8g/5G/gtm2bH1e/xyAHmEMf27c5Z9cgsoZGx/o4gBM8YZZ5NzdIq2UvjaA93KapwA4FQfZ3Hn/x6ukFjoyU5DBW05sDvALFbqte40X0BDGbtYRkZtAj3aTJxNuFDQsWbVE8JadVZ3vxWR5NERSPUmp+o4dDCss17zIdClrjDAv7MaChmqf2VNbJtzNLKa9xV47DCXXha4UaHIMK4tPdwL/YsIVpC9DMnh+sJRUJPo6MSnf/QDlxEdhzMPZzo0aC7ZzkltO+b22JHlU3iCZBLHNN7yWvFc8H1kFEcw4HeCXJs/C/VNFFk1dzTfQjpzAYvFiORxMPh0KzvaCnrGyqtU8ARBO/VhBFIV9a3+6ZEtL0DAs+28+owpBev3+4cg9MLs4QDjRl/apamO5ul+eV4tjvU2x44AM1ihRvv1U99hdsl8fLy8N/zBg9eiJYgABZ8nOab33XmHjLFksTTxrg4Ne7z9zQyS+I2VMX5BdcJvVIcDDkeUsPsVVBFygDj/qH9grz891ZFTtfD3Zz3cGO0PSrc6OFOaeO/O83k+orpxRzkbvtRdzKtudlOM3Gqp2gn3AMQsRhBJpoVXyCF2WhpOhmb1sOXyCzFkwbxGPFNpVSEDDcOxYbvqheojf9vojejGuw/7K8CjyDulDJcFl8Gn6/rkng0S6v8gHl5gfdBDoqrR+HhaRdCMglO9cMMTSoOMjQjGQfii8ViliBOEWDvOUfjafMeNNgmM9t5Idr4f6XXIq+B5olkVvpA40Z+5MVxlKypPGxoCx3dut4sqXMaWvZeTUxSmw9Jp5Dno/c++NVbbYckKwADs4QSAcwkM9F+DMSwCDDTqEmSPee+RzOFzxk812TuTiVyFkUSqk3ULrrproBTEuc8lsoXdO6RLe1EtaV1n8WVC4oSMb3Fm8jJ/m5XSidonqOeK/hh76j9uSr7/m/1xYy3//NYBMzidFLLdODBKpR5PALcEI3rl8ea6nwV5Cq0wq2g0Qp3yvYhRKWCMkd7KHXzRtuKV0wUdw7+lPkZY32ZKk82GHzG8/c/1VuISw+4GUG4Om7A6T3vi20sTzSMTvXC3GjPrjPgZiwUp7l9WIc1BVXJ+LI3ezzfBOx+uBbtQ9CLZ7FynK4ebmfvq7X39E1YK5I/68wSuyyM3gPkaEqVK7tAJPmuUpf1hR9WxR5MOe2cdyiJSIT9m4w1WSuuRxwKQg4IFYXjA3mhgogdJ3m7FyvU77USgN6IJJ4WI8eal7EV7oDL7FftQzh9cT4JiEnIa7CjoPV8dyg1zUzzFNBMuXyRGuYl/yf+i180S+8ZySJD3br7myQ4MUq7PwenXQACy1bUfJG6KwAqh57lVgPGSeCyoShQtu6/8nRhOy5yApwWIeGdjrYfJXradhWlboZKlLLOfF/8GNz4dR0FVsfwRoInU6g0bbkg+Tbkxax12Uaw8Ck1c72HWXrivywyD/Wza3JFw+4n4FojAQYVIRdBnin3HBnedI+N/wOrok+/h9t5/4gycP1Q6/P9S893FOgDkcq35EJw0rRc0OZNTOpzO8DTLNXf8eDiOtAJMp05vvK21+LZbO+SOTKe1TTqr1DbuOg41GGTL0kAIrJpGBKSOCnCLjVFbqITVbhPue/H5mPyFYn8muwsgHbsthYAvybwUecvZHgNkwa/oc+iZHKJPMfNzklGFo4vrgP3/vH2X9SSO5nIRY0xnVl9YounbhIp/51DJdpdiNkmncArQgEMb4JSAoCCfZX62mn3cDMZ56OY954PGrkV8kuod1+44TAJtiiJ0wyqAYqZfmJaJpxzfFiMVGYgNDw+w07Tttz6a2uO+JJRExTaQ0I/bjGNEG4OlkUJuJ4GExIEKPggbO/EgGVzujLnyDR4QrkVrnVtN8kEz+cjrbMHDVuQg6Ib5X7og0pKy1izVBB/qtIQs5QrsmwD8DqOzMbsgifR0XjBHNnfZf+f75fLzV/cETDRr/3P//6/UEEz4S+Hb9C8+p3JMdQ8Fj3uUxDtYc6TJIUTiYzpxKb8X0rGhbaQCbqBZ/k1mEOTVPZ7bpZcR0GdRdFe56cdo+ZvCRijUWA4jcyRc3Z1HLSnpshbNEfxiPcf//jfEDcdoSouGoW6fBHg+YOsNYTp5gTG3T/VMk0BS09O6Z3ZaFOMtd9FDoaucnIpHM+Nfjaei2d4jaiuWL3QVdaojUm0N7KmdePriMzRzGZ3l3+Xsc6ubx1j+2LM4n34/R8hKIq0rxL24USCrohscePyd04vx5jYY3ZdrtUym+wNl88Fp19nJYcSpdzOywUH/zzaM4Xfgqb9Cv2pgPdUzdKGxchFc2Qb5578iMbSC9GRiVW7rJIANx+TE2qXn5jSHpJDW6CD1uES9I9MDII0nbNTs5KSSMvITUcVGMMTu3Yf1XP+CJ1Bm6tAjQ0TTNHKqmsGk2n2dyNNUKpQykaZZqnT+WqjpQ2c8CfmaKLmaAkPzEHl9nd2NxeP9Fh6kqzdtG5YYgDRfDaZUPMM2J4RML+DU48salIOpJsNCMIYtQz8AKdl1phNx0Z0XFuYBZxSDc3HiQHG0PGt6Mh7msa+ad9/Ub4yo6UX7uFSss5pFJUwqlZrKO3F4uxuLJYFyDvpcV/1kA1Z1foHkqQ1ygjEDt/y7/rFb/wQIw4LOBx4Fn2ZuZb5/qyW8SKKpS69KLNcUNKi5DN1qViv22Ws85qxhuM7IY30K33FiK+81vm1yxZcOO2KjZaqqejw1RfaMfeylyyBObqbAAfyN6QfiscPM4UsKm46fBzkeRqXv0li6i9N3x/gQbj0vmvj2EjLREXJKWtrSAIi8fckAXhA0c6GGUflw48qWf4xgg2Q92ky/WcotYsmZja11We+wIy3RrUAVZCgOVq+Rp+aGyaK1XLc8+UuB9aqmp9IneDQIyxJDVX9Ni7/4KyXh5s/Fx7K/h9ilZaB8/hctKGA8aK2Y84FluwrfDTdb3BY/vNixhfL31GIxLUg0tNlYtPn6bTRCZ7Nw+nFiNr482Qdf2H0f8nJE7qFpmtIt4BC+RU4MybR6uLXLJKd0TqKh4EcD6R194Uh5r45HtaJmD1dyOA+k1vx3Ak0WgEPimjHbTJSGvTu1jb8xyla28op0Cu6pATh/YC848nLoGUVfiGcXvBhqD/9JJ1d88I1ThTcni2A4g+e+6q+KuRysDsAp58zh+0nYwOehLYNAQ/2G7k1zWbHk41TCxWPvMaEA6HvDLOczzx435X/5Wfx0HISrbBRDuWCRAjzIdmDpfIlAwhoF2gZVNM9DoDcoI0FHQOqTk2UrMN+UWdWj6FdnghAo2ZJXSt/XjUPJTstRdf/B51yoV6U9+Q/AAAAAElFTkSuQmCC",rm="data:image/png;base64,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";function om(e="top-right"){switch(e){case "top-left":return "absolute top-4 left-4 z-10";case "top-right":return "absolute top-4 right-4 z-10";case "bottom-left":return "absolute bottom-4 left-4 z-10";case "bottom-right":return "absolute bottom-4 right-4 z-10";default:return "absolute top-4 right-4 z-10"}}var mC="h-12 w-12 md:h-10 md:w-10 p-0 bg-background-surface hover:bg-background-hover shadow-lg border border-border";function nm(e){return tailwindMerge.twMerge(mC,e)}function vr({position:e="top-right",className:t,style:r,children:o}){return jsxRuntime.jsx("div",{className:tailwindMerge.twMerge(om(e),t),style:r,children:o})}function Nt({icon:e,iconSize:t=24,onPress:r,isDisabled:o=false,className:n,iconClassName:a="text-text-primary",variant:i="secondary",isActive:l=false,ariaLabel:s,iconWeight:c="regular",...p}){let d=tailwindMerge.twMerge(nm(),l&&"bg-action-brand hover:bg-action-brand-hover border-action-brand",n),m=tailwindMerge.twMerge(a,l&&"text-text-onPrimary");return jsxRuntime.jsx(X,{...p,className:d,onPress:r,variant:i,size:"sm",isDisabled:o,"aria-label":s,"aria-pressed":l||void 0,type:"button",children:jsxRuntime.jsx(A,{name:e,size:t,className:m,weight:c})})}var yC=e=>[{id:"streets",name:"Streets",description:"Standard street map with traffic data",preview:e?tm:rm},{id:"satellite",name:"Satellite",description:"Aerial imagery with street labels",preview:em},{id:"neutral",name:"Neutral",description:"Clean design with light/dark variants",preview:e?$p:_p}];function vC({type:e,color:t}){let r="inline-block",o=t?{backgroundColor:t}:{};switch(e){case "dot":return jsxRuntime.jsx("span",{className:`${r} h-3 w-3 rounded-full border border-border`,style:o});case "line":return jsxRuntime.jsx("span",{className:`${r} h-0.5 w-6 rounded-full`,style:o});case "polygon":return jsxRuntime.jsx("span",{className:`${r} h-3 w-4 rounded-sm border border-border`,style:o});case "pin":return jsxRuntime.jsx("span",{className:`${r} h-3 w-3 rounded-full rounded-bl-none border border-border transform rotate-45`,style:o});default:return null}}function sm({position:e="bottom-left",className:t,style:r,currentMapType:o="streets",onMapTypeChange:n,layers:a=[],onLayerToggle:i}){let{isDarkTheme:l}=lt(),{isMobile:s}=kn(),[c,p]=rr.useState(false),d=yC(l),m=f=>{n?.(f);},u=a.filter(f=>f.legend),g=jsxRuntime.jsxs("div",{className:s?"space-y-6 pb-6":"space-y-6",children:[jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("div",{className:"text-sm font-semibold text-text-body mb-3",children:"Map type"}),jsxRuntime.jsx("div",{className:"grid grid-cols-3 gap-3",children:d.map(f=>jsxRuntime.jsxs("button",{type:"button",onClick:()=>m(f.id),className:"flex flex-col items-center space-y-2 p-3 rounded-lg text-center hover:bg-background-muted transition-colors border border-transparent "+(o===f.id?"bg-background-muted border-border":"hover:border-border"),children:[jsxRuntime.jsx("div",{className:"w-12 h-12 rounded-lg overflow-hidden bg-background-surface "+(o===f.id?"border-2 border-action-default":"border border-border-default"),children:jsxRuntime.jsx("img",{src:f.preview,alt:`${f.name} map preview`,className:"w-full h-full object-cover"})}),jsxRuntime.jsx("div",{className:"text-sm "+(o===f.id?"font-bold text-text-body":"font-normal text-text-muted"),children:f.name})]},f.id))})]}),u.length>0&&jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("div",{className:"text-sm font-semibold text-text-body mb-3",children:"Map details"}),jsxRuntime.jsx("div",{className:"space-y-2",children:u.map(f=>jsxRuntime.jsx(Vr,{isSelected:f.visible!==false,onChange:()=>i?.(f.id),children:jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[f.legend&&jsxRuntime.jsx(vC,{type:f.legend.swatch,color:f.legend.color}),jsxRuntime.jsx("span",{className:"text-sm text-text-body",children:f.legend?.label})]})},f.id))})]})]});return jsxRuntime.jsx(vr,{position:e,className:t,style:r,children:jsxRuntime.jsx("div",{className:"relative",children:s?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(Nt,{icon:"Stack",ariaLabel:"Map layers and settings",onPress:()=>p(true)}),jsxRuntime.jsx(kr,{isOpen:c,onClose:()=>p(false),title:"Map layers",animationVariant:"scale",children:g})]}):jsxRuntime.jsxs(reactAriaComponents.DialogTrigger,{children:[jsxRuntime.jsx(Nt,{icon:"Stack",ariaLabel:"Map layers and settings"}),jsxRuntime.jsx(We,{placement:"top start",children:jsxRuntime.jsx(reactAriaComponents.Dialog,{"aria-label":"Map layers and settings",className:"p-4 min-w-80 bg-background-surface border border-border rounded-lg shadow-xl focus:outline-none focus:ring-0",children:g})})]})})})}function cm({position:e="top-right",className:t,style:r,onToggle:o,isActive:n=false}){return jsxRuntime.jsx(vr,{position:e,className:tailwindMerge.twMerge("md:hidden",t),style:r,children:jsxRuntime.jsx(Nt,{icon:"ListDashes",onPress:o,isActive:n,ariaLabel:n?"Hide list view":"Show list view"})})}var NC={sm:"gap-2",md:"gap-4",lg:"gap-6"};function za({position:e="top-right",className:t,style:r,children:o,orientation:n="vertical",spacing:a="md"}){return jsxRuntime.jsx(vr,{position:e,style:r,children:jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("flex",n==="vertical"?"flex-col":"flex-row",NC[a],t),children:o})})}function um({mapRef:e,position:t="bottom-right",className:r,style:o,showCompass:n=true,showGeolocate:a=true,showResetZoom:i=true,onResetZoom:l,onCompassClick:s,onGeolocateClick:c}){let[p,d]=rr.useState(false),m=rr.useRef(true);rr.useEffect(()=>()=>{m.current=false;},[]);let u=()=>{s?s():e.current&&e.current.easeTo({bearing:0,duration:500});},g=async()=>{if(!p)if(c)c();else {if(!navigator.geolocation){console.warn("Geolocation is not supported by this browser.");return}if(navigator.permissions?.query)try{if((await navigator.permissions.query({name:"geolocation"})).state==="denied"){console.warn("Geolocation permission was previously denied. Please enable location services in your browser settings.");return}}catch{}d(true),navigator.geolocation.getCurrentPosition(v=>{if(!m.current)return;let{latitude:x,longitude:C}=v.coords;e.current&&e.current.flyTo({center:[C,x],zoom:15,duration:2e3}),d(false);},v=>{if(m.current){switch(console.warn("Geolocation error:",{code:v.code,message:v.message,PERMISSION_DENIED:v.PERMISSION_DENIED,POSITION_UNAVAILABLE:v.POSITION_UNAVAILABLE,TIMEOUT:v.TIMEOUT}),v.code){case v.PERMISSION_DENIED:console.warn("Location access denied. Please enable location services in your browser settings.");break;case v.POSITION_UNAVAILABLE:console.warn("Location information unavailable.");break;case v.TIMEOUT:console.warn("Location request timed out.");break;default:console.warn("Error getting location:",v.message);break}d(false);}},{enableHighAccuracy:true,timeout:1e4,maximumAge:0});}};if(!n&&!a&&!i)return null;let f=!i&&n,b=!i&&!n&&a,h=!a&&n;return jsxRuntime.jsxs(za,{position:t,className:r,style:o,spacing:"sm",children:[i&&jsxRuntime.jsx(Nt,{icon:"ArrowsOut",onPress:l,ariaLabel:"Reset zoom to show all points",className:tailwindMerge.twMerge(!(!a&&!n&&i)&&"rounded-b-none",n&&"border-b-0")}),n&&jsxRuntime.jsx(Nt,{icon:"Compass",onPress:u,ariaLabel:"Reset map orientation",className:tailwindMerge.twMerge(!f&&"rounded-t-none border-t-0",!h&&"rounded-b-none border-b-0")}),a&&jsxRuntime.jsx(Nt,{icon:p?"Spinner":"NavigationArrow",onPress:g,isDisabled:p,ariaLabel:"Go to my location",iconClassName:tailwindMerge.twMerge("text-text-primary",p&&"animate-spin"),className:tailwindMerge.twMerge(!b&&"rounded-t-none border-t-0",!b&&n&&"lg:rounded-t lg:border-t")})]})}function gm({position:e="top-left",className:t,style:r,onSearch:o,placeholder:n="Search places...",showSearchInput:a=true}){let[i,l]=rr.useState(false),[s,c]=rr.useState(""),p=()=>{a?l(!i):o&&o("");},d=u=>{u.preventDefault(),o&&s.trim()&&(o(s.trim()),l(false));},m=u=>{u.key==="Escape"&&l(false);};return jsxRuntime.jsx(vr,{position:e,className:t,style:r,children:jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsx(Nt,{icon:"MagnifyingGlass",onPress:p,ariaLabel:"Search"}),i&&a&&jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("absolute top-12 left-0 min-w-64","bg-background-surface border border-border rounded-lg shadow-xl p-3"),children:jsxRuntime.jsx("form",{onSubmit:d,children:jsxRuntime.jsxs("div",{className:"flex items-center space-x-2",children:[jsxRuntime.jsx("input",{type:"text",value:s,onChange:u=>c(u.target.value),onKeyDown:m,placeholder:n,className:tailwindMerge.twMerge("flex-1 px-3 py-2 text-sm rounded border","bg-background border-border text-text-primary placeholder-text-muted","focus:outline-none focus:ring-2 focus:ring-action-brand"),autoFocus:true}),jsxRuntime.jsx(X,{type:"submit",variant:"brand",size:"sm",className:"px-3 py-2",children:"Search"})]})})})]})})}var RC={navigation:"bottom-right",layers:"bottom-left",search:"top-left",list:"top-right",custom:"top-right"};function wl(e){return e.position??RC[e.type]}function bm(e,t,r){let o=wl(e),n=e.id??`${e.type}-${t}`;switch(e.type){case "navigation":{let i=e.showResetZoom!==false&&r.showResetButton;return jsxRuntime.jsx(um,{mapRef:r.mapRef,position:o,showCompass:e.showCompass,showGeolocate:e.showGeolocate,showResetZoom:i,onResetZoom:e.onResetZoom,onCompassClick:e.onCompassClick,onGeolocateClick:e.onGeolocateClick,style:e.style,className:e.className},n)}case "layers":return jsxRuntime.jsx(sm,{position:o,currentMapType:e.currentMapType,onMapTypeChange:e.onMapTypeChange,layers:e.layers??r.layers,onLayerToggle:e.onLayerToggle,style:e.style,className:e.className},n);case "search":return jsxRuntime.jsx(gm,{position:o,onSearch:e.onSearch,placeholder:e.placeholder,showSearchInput:e.showSearchInput,style:e.style,className:e.className},n);case "list":return jsxRuntime.jsx(cm,{position:o,onToggle:e.onToggle,isActive:e.isActive,style:e.style,className:e.className},n);case "custom":return jsxRuntime.jsx("div",{children:e.render(r)},n);default:return null}}function Nl(e,t){let r=e.reduce((n,a,i)=>{let l=wl(a);return n[l]||(n[l]=[]),n[l].push({control:a,index:i}),n},{}),o=[];for(let[n,a]of Object.entries(r)){if(a.length===1){o.push(bm(a[0].control,a[0].index,t));continue}o.push(jsxRuntime.jsx(za,{position:n,spacing:"sm",children:a.map(({control:i,index:l})=>bm(i,l,t))},`group-${n}`));}return o}function Ha(){if(typeof process<"u"){if(process.env?.MAPBOX_ACCESS_TOKEN)return process.env.MAPBOX_ACCESS_TOKEN;if(process.env?.NEXT_PUBLIC_MAPBOX_ACCESS_TOKEN)return process.env.NEXT_PUBLIC_MAPBOX_ACCESS_TOKEN}if(typeof ({ url: (typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('index.cjs', document.baseURI).href)) })<"u"){let e=({ url: (typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('index.cjs', document.baseURI).href)) });if(e.env?.VITE_MAPBOX_ACCESS_TOKEN)return e.env.VITE_MAPBOX_ACCESS_TOKEN}throw new Error("Mapbox access token not found. Set MAPBOX_ACCESS_TOKEN, NEXT_PUBLIC_MAPBOX_ACCESS_TOKEN, or VITE_MAPBOX_ACCESS_TOKEN in your environment.")}var Tl={vector:e=>({kind:"vector",...e}),geojson:e=>({kind:"geojson",...e}),customPins:e=>({kind:"customPins",...e}),raster:e=>({kind:"raster",...e}),clusteredVector:e=>({kind:"clusteredVector",...e})};function Pl(e){return e.kind==="vector"}function kl(e){return e.kind==="geojson"}function Dl(e){return e.kind==="customPins"}function Rl(e){return e.kind==="raster"}function xn(e,t="streets"){let r=[...e].sort((o,n)=>(o.z??0)-(n.z??0));return jsxRuntime.jsx(jsxRuntime.Fragment,{children:r.map(o=>{if(!o.visible&&o.visible!==void 0)return null;switch(o.kind){case "vector":return jsxRuntime.jsx(MC,{spec:o,mapType:t},o.id);case "geojson":return jsxRuntime.jsx(LC,{spec:o,mapType:t},o.id);case "customPins":return jsxRuntime.jsx(EC,{spec:o,mapType:t},o.id);case "raster":return jsxRuntime.jsx(IC,{spec:o},o.id);case "clusteredVector":return jsxRuntime.jsx(FC,{spec:o,mapType:t},o.id);default:return console.warn("[Layers] Unknown layer kind:",o.kind),null}})})}function MC({spec:e,mapType:t}){let{colorMode:r}=lt(),o=rr.useMemo(()=>ym(e.style,e.renderAs,r,t),[e.style,e.renderAs,r,t]),n=rr.useMemo(()=>({visibility:e.visible===false?"none":"visible"}),[e.visible]),a={id:e.id,type:hm(e.renderAs),"source-layer":e.sourceLayer,paint:o,layout:n};e.filter!==void 0&&(a.filter=e.filter),e.minZoom!==void 0&&(a.minzoom=e.minZoom),e.maxZoom!==void 0&&(a.maxzoom=e.maxZoom);let i=e.tileset.startsWith("mapbox://"),l={id:`${e.id}-source`,type:"vector"};return i?l.url=e.tileset:(l.tiles=[e.tileset],l.minzoom=0,l.maxzoom=22),jsxRuntime.jsx(KC.Source,{...l,children:jsxRuntime.jsx(KC.Layer,{...a})})}function FC({spec:e}){let{colorMode:t,isDarkTheme:r}=lt(),o=1.25,n=9,a=3,i=n*1.4,l=.2,s=[0,5],c=rr.useMemo(()=>r?{clusters:e.clusterStyle?.color?Tt(e.clusterStyle.color):"#000000",shadow:e.clusterStyle?.shadowColor||"rgba(0, 0, 0, 0.5)",point:{fill:e.pointStyle?.color?Tt(e.pointStyle.color):"#000000",stroke:e.pointStyle?.borderColor||"#ffffff",shadow:"rgba(0, 0, 0, 0.5)"},text:{onCluster:"#ffffff"},selected:{fill:e.selectedStyle?.color?Tt(e.selectedStyle.color):"#444ae1"}}:{clusters:e.clusterStyle?.color?Tt(e.clusterStyle.color):"#000000",shadow:e.clusterStyle?.shadowColor||"rgba(0, 0, 0, 0.3)",point:{fill:e.pointStyle?.color?Tt(e.pointStyle.color):"#000000",stroke:e.pointStyle?.borderColor||"#ffffff",shadow:"rgba(0, 0, 0, 0.3)"},text:{onCluster:"#ffffff"},selected:{fill:e.selectedStyle?.color?Tt(e.selectedStyle.color):"#444ae1"}},[r,t,e.clusterStyle,e.pointStyle,e.selectedStyle]),p=rr.useMemo(()=>e.clusterStyle?.sizes?e.clusterStyle.sizes.map(({threshold:b,radius:h})=>({threshold:b,radius:h,color:c.clusters})):[{threshold:30,radius:20,color:c.clusters},{threshold:50,radius:30,color:c.clusters},{threshold:100,radius:40,color:c.clusters}],[e.clusterStyle?.sizes,c.clusters]),d=b=>["step",["get","point_count"],b[0].radius,...b.flatMap(({threshold:h,radius:y})=>[h,y])],m=b=>["step",["get","point_count"],b[0].radius*o,...b.flatMap(({threshold:h,radius:y})=>[h,y*o])],u=e.tileset.startsWith("mapbox://"),g={id:`${e.id}-source`,type:"vector"};u?g.url=e.tileset:(g.tiles=[e.tileset],g.minzoom=0,g.maxzoom=22);let f=rr.useMemo(()=>{let b=e.pointStyle?.radius??n,h=e.pointStyle?.borderWidth??a,y=e.selectedStyle?.radius??n*1.5,v=x=>{let C={...x};return e.minZoom!==void 0&&(C.minzoom=e.minZoom),e.maxZoom!==void 0&&(C.maxzoom=e.maxZoom),C};return [v({id:`${e.id}-cluster-shadows`,type:"circle","source-layer":e.sourceLayer,filter:["==",["get","cluster"],true],paint:{"circle-radius":m(p),"circle-color":c.shadow,"circle-blur":.5,"circle-translate":[0,8]}}),v({id:`${e.id}-points-shadow`,type:"circle","source-layer":e.sourceLayer,filter:["all",["!=",["get","cluster"],true],["!=",["get","id"],e.selectedId||"selected"]],paint:{"circle-radius":i,"circle-color":c.point.shadow,"circle-blur":l,"circle-translate":s}}),v({id:`${e.id}-clusters`,type:"circle","source-layer":e.sourceLayer,filter:["==",["get","cluster"],true],paint:{"circle-radius":d(p),"circle-color":["step",["get","point_count"],p[0].color,...p.flatMap(({threshold:x,color:C})=>[x,C])]}}),v({id:`${e.id}-cluster-count`,type:"symbol","source-layer":e.sourceLayer,filter:["==",["get","cluster"],true],layout:{"text-field":["case",["has","point_count_abbreviated"],["get","point_count_abbreviated"],["to-string",["get","point_count"]]],"text-font":["DIN Offc Pro Medium","Arial Unicode MS Bold"],"text-size":14,"text-offset":[0,.1]},paint:{"text-color":c.text.onCluster}}),v({id:`${e.id}-points`,type:"circle","source-layer":e.sourceLayer,filter:["all",["!=",["get","cluster"],true],["!=",["get","id"],e.selectedId||"selected"]],paint:{"circle-radius":b,"circle-color":c.point.fill,"circle-stroke-width":h,"circle-stroke-color":c.point.stroke}}),v({id:`${e.id}-selected-point`,type:"circle","source-layer":e.sourceLayer,filter:["==",["get","id"],e.selectedId||"selected"],paint:{"circle-radius":y,"circle-color":c.selected.fill,"circle-stroke-width":h,"circle-stroke-color":"#ffffff"}})]},[e.id,e.sourceLayer,e.selectedId,e.minZoom,e.maxZoom,e.pointStyle,e.selectedStyle,p,c,n,a,i,l]);return jsxRuntime.jsx(KC.Source,{...g,children:f.map(b=>jsxRuntime.jsx(KC.Layer,{...b},b.id))})}function LC({spec:e,mapType:t}){let{colorMode:r}=lt(),o=rr.useMemo(()=>typeof e.data=="string"?null:e.data,[e.data]),n=rr.useMemo(()=>ym(e.style,e.renderAs,r,t,o),[e.style,e.renderAs,r,t,o]),a=rr.useMemo(()=>({visibility:e.visible===false?"none":"visible"}),[e.visible]),i=rr.useMemo(()=>(typeof e.data=="string",e.data),[e.data]),l={id:`${e.id}-source`,type:"geojson",data:i};e.cluster?.enabled&&(l.cluster=true,l.clusterRadius=e.cluster.radius??50,l.clusterMaxZoom=e.cluster.maxZoom??14);let s={id:e.id,type:hm(e.renderAs),paint:n,layout:a};return e.minZoom!==void 0&&(s.minzoom=e.minZoom),e.maxZoom!==void 0&&(s.maxzoom=e.maxZoom),jsxRuntime.jsx(KC.Source,{...l,children:jsxRuntime.jsx(KC.Layer,{...s})})}function EC({spec:e,mapType:t}){let r=e.pin;return jsxRuntime.jsx(jsxRuntime.Fragment,{children:e.data.map((o,n)=>{let[a,i]=e.getPosition(o),l=e.pinProps?e.pinProps(o):{};return jsxRuntime.jsx(KC.Marker,{longitude:a,latitude:i,anchor:"bottom",children:jsxRuntime.jsx(r,{...l})},`${e.id}-${n}`)})})}function IC({spec:e}){let t=rr.useMemo(()=>{if(!e.style)return {};let n={};return e.style.opacity!==void 0&&(n["raster-opacity"]=e.style.opacity),e.style.brightnessMin!==void 0&&(n["raster-brightness-min"]=e.style.brightnessMin),e.style.brightnessMax!==void 0&&(n["raster-brightness-max"]=e.style.brightnessMax),e.style.contrast!==void 0&&(n["raster-contrast"]=e.style.contrast),e.style.saturation!==void 0&&(n["raster-saturation"]=e.style.saturation),e.style.hueRotate!==void 0&&(n["raster-hue-rotate"]=e.style.hueRotate),e.style.fadeDuration!==void 0&&(n["raster-fade-duration"]=e.style.fadeDuration),n},[e.style]),r={id:`${e.id}-source`,type:"raster",tiles:[e.tileset]};e.tileSize&&(r.tileSize=e.tileSize);let o={id:e.id,type:"raster",paint:t};return e.minZoom!==void 0&&(o.minzoom=e.minZoom),e.maxZoom!==void 0&&(o.maxzoom=e.maxZoom),jsxRuntime.jsx(KC.Source,{...r,children:jsxRuntime.jsx(KC.Layer,{...o})})}var Cr="#666";function hm(e){switch(e){case "line":return "line";case "fill":return "fill";case "circle":return "circle";case "symbol":return "symbol";case "heatmap":return "heatmap";default:return "circle"}}function ym(e,t,r,o,n){if(!e)return {};let a={};if(e.color){let i=Tt(e.color,r,n);switch(t){case "line":a["line-color"]=i;break;case "fill":a["fill-color"]=i;break;case "circle":a["circle-color"]=i;break}}if(e.width&&t==="line"&&(a["line-width"]=xm(e.width)),e.radius&&t==="circle"&&(a["circle-radius"]=xm(e.radius)),e.opacity!==void 0)switch(t){case "line":a["line-opacity"]=e.opacity;break;case "fill":a["fill-opacity"]=e.opacity;break;case "circle":a["circle-opacity"]=e.opacity;break}if(e.fillOpacity!==void 0&&t==="fill"&&(a["fill-opacity"]=e.fillOpacity),t==="fill"&&e.borderWidth&&(a["fill-outline-color"]=e.borderColor?Tt(e.borderColor,r,n):Tt(e.color||"#000",r,n)),t==="circle"&&e.borderWidth){a["circle-stroke-width"]=e.borderWidth;let i=e.borderColor?Tt(e.borderColor,r,n):Ve(`map-${o}-border`,"#ffffff");a["circle-stroke-color"]=i;}return a}function BC(e,t){let r=e.by,o=e.mapping,n=["match",["get",r]];for(let[a,i]of Object.entries(o))n.push(a),n.push(Tt(i));return n.push(Cr),n}function VC(e,t){let r=Xc(t,e);r.length>20&&console.warn(`[Layers] Categorical auto-assignment found ${r.length} unique values for property "${e}". The 6-color palette will repeat ${Math.ceil(r.length/6)} times. Consider using explicit color mapping or reducing categories.`);let o=qc(r),n=["match",["get",e]];for(let[a,i]of Object.entries(o))n.push(a),n.push(i);return n.push(Cr),n}function zC(e,t="viridis",r,o){let n=Oi(r,e),a;if(o&&o!=="auto")a=o;else {if(a=Hi(n),n.length===0)return console.warn(`[Layers] No numeric values found for property "${e}"`),Cr;console.log(`[Layers] Auto-calculated sequential scale for "${e}": ${a.min} to ${a.max}`);}let i=Qc(t),l=["interpolate",["linear"],["get",e]];return i.forEach((s,c)=>{let p=c/(i.length-1),d=a.min+p*(a.max-a.min);l.push(d,s);}),l}function OC(e,t="redYellowBlue",r,o,n){let a=Oi(r,e),i=jc(a,o),l;if(n&&n!=="auto")l=n;else {if(l=Hi(a),a.length===0)return console.warn(`[Layers] No numeric values found for property "${e}"`),Cr;console.log(`[Layers] Auto-calculated diverging scale for "${e}": ${l.min} \u2190 ${i} \u2192 ${l.max}`);}let s=$c(t),c=4,p=["interpolate",["linear"],["get",e]];for(let d=0;d<=c;d++){let m=d/c,u=l.min+m*(i-l.min);p.push(u,s[d]);}for(let d=c+1;d<s.length;d++){let m=(d-c)/(s.length-1-c),u=i+m*(l.max-i);p.push(u,s[d]);}return p}function Tt(e,t,r){if(typeof e=="string")return e;if("token"in e)return Ve(e.token)||e.token;if("hex"in e)return e.hex;if("by"in e){if("palette"in e){if(e.palette==="categorical")return r?VC(e.by,r):(console.warn("[Layers] Categorical auto-assignment requires GeoJSON data (not URL-based data)"),Cr);if(e.palette==="sequential")return r?zC(e.by,e.scheme,r,e.scale):(console.warn("[Layers] Sequential palette requires GeoJSON data (not URL-based data)"),Cr);if(e.palette==="diverging")return r?OC(e.by,e.scheme,r,e.center,e.scale):(console.warn("[Layers] Diverging palette requires GeoJSON data (not URL-based data)"),Cr)}if("mapping"in e)return BC(e)}return Cr}function xm(e){return typeof e=="number"?e:"byZoom"in e?["interpolate",["linear"],["zoom"],...e.byZoom.flatMap(([t,r])=>[t,r])]:e}var Ua=null;function Ka(){return typeof window>"u"||process.env.NODE_ENV==="test"?Promise.resolve():(Ua||(Ua=import('mapbox-gl/dist/mapbox-gl.css').then(()=>{}).catch(e=>{console.error("Failed to load Mapbox CSS",e),Ua=null;})),Ua)}function Ya(){return jsxRuntime.jsx("div",{className:"absolute inset-0 z-50 bg-background-surface/90 backdrop-blur-sm","data-testid":"map-loading-overlay",children:jsxRuntime.jsx("div",{className:"absolute inset-0 opacity-20",children:jsxRuntime.jsx("div",{className:"h-full w-full",style:{backgroundImage:`
77
+ `}})]})}var na={prefix:String(Math.round(Math.random()*1e10)),current:0},Ld=ir__namespace.default.createContext(na),ex=ir__namespace.default.createContext(false);var tx=!!(typeof window<"u"&&window.document&&window.document.createElement),gs=new WeakMap;function rx(e=false){let t=ir.useContext(Ld),r=ir.useRef(null);if(r.current===null&&!e){var o,n;let a=(n=ir__namespace.default.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED)===null||n===void 0||(o=n.ReactCurrentOwner)===null||o===void 0?void 0:o.current;if(a){let i=gs.get(a);i==null?gs.set(a,{id:t.current,state:a.memoizedState}):a.memoizedState!==i.state&&(t.current=i.id,gs.delete(a));}r.current=++t.current;}return r.current}function ox(e){let t=ir.useContext(Ld);t===na&&!tx&&process.env.NODE_ENV!=="production"&&console.warn("When server rendering, you must wrap your application in an <SSRProvider> to ensure consistent ids are generated between the client and server.");let r=rx(!!e),o=t===na&&process.env.NODE_ENV==="test"?"react-aria":`react-aria${t.prefix}`;return e||`${o}-${r}`}function nx(e){let t=ir__namespace.default.useId(),[r]=ir.useState(aa()),o=r||process.env.NODE_ENV==="test"?"react-aria":`react-aria${na.prefix}`;return e||`${o}-${t}`}typeof ir__namespace.default.useId=="function"?nx:ox;function ix(){return false}function sx(){return true}function lx(e){return ()=>{}}function aa(){return typeof ir__namespace.default.useSyncExternalStore=="function"?ir__namespace.default.useSyncExternalStore(lx,ix,sx):ir.useContext(ex)}function Fd(e,t){if(t.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object")}function ia(e,t,r){Fd(e,t),t.set(e,r);}var cx=new Set(["Arab","Syrc","Samr","Mand","Thaa","Mend","Nkoo","Adlm","Rohg","Hebr"]),dx=new Set(["ae","ar","arc","bcc","bqi","ckb","dv","fa","glk","he","ku","mzn","nqo","pnb","ps","sd","ug","ur","yi"]);function xs(e){if(Intl.Locale){let r=new Intl.Locale(e).maximize(),o=typeof r.getTextInfo=="function"?r.getTextInfo():r.textInfo;if(o)return o.direction==="rtl";if(r.script)return cx.has(r.script)}let t=e.split("-")[0];return dx.has(t)}var mx=Symbol.for("react-aria.i18n.locale");function Id(){let e=typeof window<"u"&&window[mx]||typeof navigator<"u"&&(navigator.language||navigator.userLanguage)||"en-US";try{Intl.DateTimeFormat.supportedLocalesOf([e]);}catch{e="en-US";}return {locale:e,direction:xs(e)?"rtl":"ltr"}}var hs=Id(),on=new Set;function Ed(){hs=Id();for(let e of on)e(hs);}function Bd(){let e=aa(),[t,r]=ir.useState(hs);return ir.useEffect(()=>(on.size===0&&window.addEventListener("languagechange",Ed),on.add(r),()=>{on.delete(r),on.size===0&&window.removeEventListener("languagechange",Ed);}),[]),e?{locale:"en-US",direction:"ltr"}:t}var bx=ir__namespace.default.createContext(null);function ys(){let e=Bd();return ir.useContext(bx)||e}function sa(e,t){return e-t*Math.floor(e/t)}var Vd=1721426;function la(e,t,r,o){t=da(e,t);let n=t-1,a=-2;return r<=2?a=0:ca(t)&&(a=-1),Vd-1+365*n+Math.floor(n/4)-Math.floor(n/100)+Math.floor(n/400)+Math.floor((367*r-362)/12+a+o)}function ca(e){return e%4===0&&(e%100!==0||e%400===0)}function da(e,t){return e==="BC"?1-t:t}function xx(e){let t="AD";return e<=0&&(t="BC",e=1-e),[t,e]}var hx={standard:[31,28,31,30,31,30,31,31,30,31,30,31],leapyear:[31,29,31,30,31,30,31,31,30,31,30,31]},bt=class{fromJulianDay(t){let r=t,o=r-Vd,n=Math.floor(o/146097),a=sa(o,146097),i=Math.floor(a/36524),l=sa(a,36524),s=Math.floor(l/1461),c=sa(l,1461),p=Math.floor(c/365),d=n*400+i*100+s*4+p+(i!==4&&p!==4?1:0),[m,u]=xx(d),g=r-la(m,u,1,1),f=2;r<la(m,u,3,1)?f=0:ca(u)&&(f=1);let b=Math.floor(((g+f)*12+373)/367),x=r-la(m,u,b,1)+1;return new Ir(m,u,b,x)}toJulianDay(t){return la(t.era,t.year,t.month,t.day)}getDaysInMonth(t){return hx[ca(t.year)?"leapyear":"standard"][t.month-1]}getMonthsInYear(t){return 12}getDaysInYear(t){return ca(t.year)?366:365}getYearsInEra(t){return 9999}getEras(){return ["BC","AD"]}isInverseEra(t){return t.era==="BC"}balanceDate(t){t.year<=0&&(t.era=t.era==="BC"?"AD":"BC",t.year=1-t.year);}constructor(){this.identifier="gregory";}};function Cs(e,t){var r,o,n,a;return (a=(n=(r=e.isEqual)===null||r===void 0?void 0:r.call(e,t))!==null&&n!==void 0?n:(o=t.isEqual)===null||o===void 0?void 0:o.call(t,e))!==null&&a!==void 0?a:e.identifier===t.identifier}function Ss(e,t){return e.calendar.toJulianDay(e)-t.calendar.toJulianDay(t)}function Od(e,t){return zd(e)-zd(t)}function zd(e){return e.hour*36e5+e.minute*6e4+e.second*1e3+e.millisecond}var vs=null;function Br(){return vs==null&&(vs=new Intl.DateTimeFormat().resolvedOptions().timeZone),vs}function gr(e){e=nt(e,new bt);let t=da(e.era,e.year);return Wd(t,e.month,e.day,e.hour,e.minute,e.second,e.millisecond)}function Wd(e,t,r,o,n,a,i){let l=new Date;return l.setUTCHours(o,n,a,i),l.setUTCFullYear(e,t-1,r),l.getTime()}function ws(e,t){if(t==="UTC")return 0;if(e>0&&t===Br())return new Date(e).getTimezoneOffset()*-6e4;let{year:r,month:o,day:n,hour:a,minute:i,second:l}=Ud(e,t);return Wd(r,o,n,a,i,l,0)-Math.floor(e/1e3)*1e3}var Hd=new Map;function Ud(e,t){let r=Hd.get(t);r||(r=new Intl.DateTimeFormat("en-US",{timeZone:t,hour12:false,era:"short",year:"numeric",month:"numeric",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric"}),Hd.set(t,r));let o=r.formatToParts(new Date(e)),n={};for(let a of o)a.type!=="literal"&&(n[a.type]=a.value);return {year:n.era==="BC"||n.era==="B"?-n.year+1:+n.year,month:+n.month,day:+n.day,hour:n.hour==="24"?0:+n.hour,minute:+n.minute,second:+n.second}}var Gd=864e5;function yx(e,t,r,o){return (r===o?[r]:[r,o]).filter(a=>vx(e,t,a))}function vx(e,t,r){let o=Ud(r,t);return e.year===o.year&&e.month===o.month&&e.day===o.day&&e.hour===o.hour&&e.minute===o.minute&&e.second===o.second}function wt(e,t,r="compatible"){let o=It(e);if(t==="UTC")return gr(o);if(t===Br()&&r==="compatible"){o=nt(o,new bt);let s=new Date,c=da(o.era,o.year);return s.setFullYear(c,o.month-1,o.day),s.setHours(o.hour,o.minute,o.second,o.millisecond),s.getTime()}let n=gr(o),a=ws(n-Gd,t),i=ws(n+Gd,t),l=yx(o,t,n-a,n-i);if(l.length===1)return l[0];if(l.length>1)switch(r){case "compatible":case "earlier":return l[0];case "later":return l[l.length-1];case "reject":throw new RangeError("Multiple possible absolute times found")}switch(r){case "earlier":return Math.min(n-a,n-i);case "compatible":case "later":return Math.max(n-a,n-i);case "reject":throw new RangeError("No such absolute time found")}}function Ns(e,t,r="compatible"){return new Date(wt(e,t,r))}function xt(e,t){let r=ws(e,t),o=new Date(e+r),n=o.getUTCFullYear(),a=o.getUTCMonth()+1,i=o.getUTCDate(),l=o.getUTCHours(),s=o.getUTCMinutes(),c=o.getUTCSeconds(),p=o.getUTCMilliseconds();return new So(n<1?"BC":"AD",n<1?-n+1:n,a,i,t,r,l,s,c,p)}function ua(e,t){return xt(e.getTime(),t)}function It(e,t){let r=0,o=0,n=0,a=0;if("timeZone"in e)({hour:r,minute:o,second:n,millisecond:a}=e);else if("hour"in e&&true)return e;return new nn(e.calendar,e.era,e.year,e.month,e.day,r,o,n,a)}function nt(e,t){if(Cs(e.calendar,t))return e;let r=t.fromJulianDay(e.calendar.toJulianDay(e)),o=e.copy();return o.calendar=t,o.era=r.era,o.year=r.year,o.month=r.month,o.day=r.day,_t(o),o}function ks(e,t,r){if(e instanceof So)return e.timeZone===t?e:Ts(e,t);let o=wt(e,t,r);return xt(o,t)}function Kd(e){let t=gr(e)-e.offset;return new Date(t)}function Ts(e,t){let r=gr(e)-e.offset;return nt(xt(r,t),e.calendar)}var an=36e5;function ln(e,t){let r=e.copy(),o="hour"in r?Nx(r,t):0;Ps(r,t.years||0),r.calendar.balanceYearMonth&&r.calendar.balanceYearMonth(r,e),r.month+=t.months||0,Ds(r),Yd(r),r.day+=(t.weeks||0)*7,r.day+=t.days||0,r.day+=o,Sx(r),r.calendar.balanceDate&&r.calendar.balanceDate(r),r.year<1&&(r.year=1,r.month=1,r.day=1);let n=r.calendar.getYearsInEra(r);if(r.year>n){var a,i;let s=(a=(i=r.calendar).isInverseEra)===null||a===void 0?void 0:a.call(i,r);r.year=n,r.month=s?1:r.calendar.getMonthsInYear(r),r.day=s?1:r.calendar.getDaysInMonth(r);}r.month<1&&(r.month=1,r.day=1);let l=r.calendar.getMonthsInYear(r);return r.month>l&&(r.month=l,r.day=r.calendar.getDaysInMonth(r)),r.day=Math.max(1,Math.min(r.calendar.getDaysInMonth(r),r.day)),r}function Ps(e,t){var r,o;!((r=(o=e.calendar).isInverseEra)===null||r===void 0)&&r.call(o,e)&&(t=-t),e.year+=t;}function Ds(e){for(;e.month<1;)Ps(e,-1),e.month+=e.calendar.getMonthsInYear(e);let t=0;for(;e.month>(t=e.calendar.getMonthsInYear(e));)e.month-=t,Ps(e,1);}function Sx(e){for(;e.day<1;)e.month--,Ds(e),e.day+=e.calendar.getDaysInMonth(e);for(;e.day>e.calendar.getDaysInMonth(e);)e.day-=e.calendar.getDaysInMonth(e),e.month++,Ds(e);}function Yd(e){e.month=Math.max(1,Math.min(e.calendar.getMonthsInYear(e),e.month)),e.day=Math.max(1,Math.min(e.calendar.getDaysInMonth(e),e.day));}function _t(e){e.calendar.constrainDate&&e.calendar.constrainDate(e),e.year=Math.max(1,Math.min(e.calendar.getYearsInEra(e),e.year)),Yd(e);}function Jd(e){let t={};for(let r in e)typeof e[r]=="number"&&(t[r]=-e[r]);return t}function Rs(e,t){return ln(e,Jd(t))}function ma(e,t){let r=e.copy();return t.era!=null&&(r.era=t.era),t.year!=null&&(r.year=t.year),t.month!=null&&(r.month=t.month),t.day!=null&&(r.day=t.day),_t(r),r}function sn(e,t){let r=e.copy();return t.hour!=null&&(r.hour=t.hour),t.minute!=null&&(r.minute=t.minute),t.second!=null&&(r.second=t.second),t.millisecond!=null&&(r.millisecond=t.millisecond),Zd(r),r}function wx(e){e.second+=Math.floor(e.millisecond/1e3),e.millisecond=pa(e.millisecond,1e3),e.minute+=Math.floor(e.second/60),e.second=pa(e.second,60),e.hour+=Math.floor(e.minute/60),e.minute=pa(e.minute,60);let t=Math.floor(e.hour/24);return e.hour=pa(e.hour,24),t}function Zd(e){e.millisecond=Math.max(0,Math.min(e.millisecond,1e3)),e.second=Math.max(0,Math.min(e.second,59)),e.minute=Math.max(0,Math.min(e.minute,59)),e.hour=Math.max(0,Math.min(e.hour,23));}function pa(e,t){let r=e%t;return r<0&&(r+=t),r}function Nx(e,t){return e.hour+=t.hours||0,e.minute+=t.minutes||0,e.second+=t.seconds||0,e.millisecond+=t.milliseconds||0,wx(e)}function fa(e,t,r,o){let n=e.copy();switch(t){case "era":{let l=e.calendar.getEras(),s=l.indexOf(e.era);if(s<0)throw new Error("Invalid era: "+e.era);s=er(s,r,0,l.length-1,o?.round),n.era=l[s],_t(n);break}case "year":var a,i;!((a=(i=n.calendar).isInverseEra)===null||a===void 0)&&a.call(i,n)&&(r=-r),n.year=er(e.year,r,-1/0,9999,o?.round),n.year===-1/0&&(n.year=1),n.calendar.balanceYearMonth&&n.calendar.balanceYearMonth(n,e);break;case "month":n.month=er(e.month,r,1,e.calendar.getMonthsInYear(e),o?.round);break;case "day":n.day=er(e.day,r,1,e.calendar.getDaysInMonth(e),o?.round);break;default:throw new Error("Unsupported field "+t)}return e.calendar.balanceDate&&e.calendar.balanceDate(n),_t(n),n}function As(e,t,r,o){let n=e.copy();switch(t){case "hour":{let a=e.hour,i=0,l=23;if(o?.hourCycle===12){let s=a>=12;i=s?12:0,l=s?23:11;}n.hour=er(a,r,i,l,o?.round);break}case "minute":n.minute=er(e.minute,r,0,59,o?.round);break;case "second":n.second=er(e.second,r,0,59,o?.round);break;case "millisecond":n.millisecond=er(e.millisecond,r,0,999,o?.round);break;default:throw new Error("Unsupported field "+t)}return n}function er(e,t,r,o,n=false){if(n){e+=Math.sign(t),e<r&&(e=o);let a=Math.abs(t);t>0?e=Math.ceil(e/a)*a:e=Math.floor(e/a)*a,e>o&&(e=r);}else e+=t,e<r?e=o-(r-e-1):e>o&&(e=r+(e-o-1));return e}function Ms(e,t){let r;if(t.years!=null&&t.years!==0||t.months!=null&&t.months!==0||t.weeks!=null&&t.weeks!==0||t.days!=null&&t.days!==0){let n=ln(It(e),{years:t.years,months:t.months,weeks:t.weeks,days:t.days});r=wt(n,e.timeZone);}else r=gr(e)-e.offset;r+=t.milliseconds||0,r+=(t.seconds||0)*1e3,r+=(t.minutes||0)*6e4,r+=(t.hours||0)*36e5;let o=xt(r,e.timeZone);return nt(o,e.calendar)}function Xd(e,t){return Ms(e,Jd(t))}function qd(e,t,r,o){switch(t){case "hour":{let n=0,a=23;if(o?.hourCycle===12){let g=e.hour>=12;n=g?12:0,a=g?23:11;}let i=It(e),l=nt(sn(i,{hour:n}),new bt),s=[wt(l,e.timeZone,"earlier"),wt(l,e.timeZone,"later")].filter(g=>xt(g,e.timeZone).day===l.day)[0],c=nt(sn(i,{hour:a}),new bt),p=[wt(c,e.timeZone,"earlier"),wt(c,e.timeZone,"later")].filter(g=>xt(g,e.timeZone).day===c.day).pop(),d=gr(e)-e.offset,m=Math.floor(d/an),u=d%an;return d=er(m,r,Math.floor(s/an),Math.floor(p/an),o?.round)*an+u,nt(xt(d,e.timeZone),e.calendar)}case "minute":case "second":case "millisecond":return As(e,t,r,o);case "era":case "year":case "month":case "day":{let n=fa(It(e),t,r,o),a=wt(n,e.timeZone);return nt(xt(a,e.timeZone),e.calendar)}default:throw new Error("Unsupported field "+t)}}function jd(e,t,r){let o=It(e),n=sn(ma(o,t),t);if(n.compare(o)===0)return e;let a=wt(n,e.timeZone,r);return nt(xt(a,e.timeZone),e.calendar)}var kx=/^([+-]\d{6}|\d{4})-(\d{2})-(\d{2})$/;function Fs(e){let t=e.match(kx);if(!t)throw new Error("Invalid ISO 8601 date string: "+e);let r=new Ir(Ls(t[1],0,9999),Ls(t[2],1,12),1);return r.day=Ls(t[3],1,r.calendar.getDaysInMonth(r)),r}function Ls(e,t,r){let o=Number(e);if(o<t||o>r)throw new RangeError(`Value out of range: ${t} <= ${o} <= ${r}`);return o}function Qd(e){return `${String(e.hour).padStart(2,"0")}:${String(e.minute).padStart(2,"0")}:${String(e.second).padStart(2,"0")}${e.millisecond?String(e.millisecond/1e3).slice(1):""}`}function Es(e){let t=nt(e,new bt),r;return t.era==="BC"?r=t.year===1?"0000":"-"+String(Math.abs(1-t.year)).padStart(6,"00"):r=String(t.year).padStart(4,"0"),`${r}-${String(t.month).padStart(2,"0")}-${String(t.day).padStart(2,"0")}`}function Is(e){return `${Es(e)}T${Qd(e)}`}function Px(e){let t=Math.sign(e)<0?"-":"+";e=Math.abs(e);let r=Math.floor(e/36e5),o=Math.floor(e%36e5/6e4),n=Math.floor(e%36e5%6e4/1e3),a=`${t}${String(r).padStart(2,"0")}:${String(o).padStart(2,"0")}`;return n!==0&&(a+=`:${String(n).padStart(2,"0")}`),a}function $d(e){return `${Is(e)}${Px(e.offset)}[${e.timeZone}]`}function Bs(e){let t=typeof e[0]=="object"?e.shift():new bt,r;if(typeof e[0]=="string")r=e.shift();else {let i=t.getEras();r=i[i.length-1];}let o=e.shift(),n=e.shift(),a=e.shift();return [t,r,o,n,a]}var Dx=new WeakMap,Ir=class e{copy(){return this.era?new e(this.calendar,this.era,this.year,this.month,this.day):new e(this.calendar,this.year,this.month,this.day)}add(t){return ln(this,t)}subtract(t){return Rs(this,t)}set(t){return ma(this,t)}cycle(t,r,o){return fa(this,t,r,o)}toDate(t){return Ns(this,t)}toString(){return Es(this)}compare(t){return Ss(this,t)}constructor(...t){ia(this,Dx,{writable:true,value:void 0});let[r,o,n,a,i]=Bs(t);this.calendar=r,this.era=o,this.year=n,this.month=a,this.day=i,_t(this);}};var Rx=new WeakMap,nn=class e{copy(){return this.era?new e(this.calendar,this.era,this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond):new e(this.calendar,this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond)}add(t){return ln(this,t)}subtract(t){return Rs(this,t)}set(t){return ma(sn(this,t),t)}cycle(t,r,o){switch(t){case "era":case "year":case "month":case "day":return fa(this,t,r,o);default:return As(this,t,r,o)}}toDate(t,r){return Ns(this,t,r)}toString(){return Is(this)}compare(t){let r=Ss(this,t);return r===0?Od(this,It(t)):r}constructor(...t){ia(this,Rx,{writable:true,value:void 0});let[r,o,n,a,i]=Bs(t);this.calendar=r,this.era=o,this.year=n,this.month=a,this.day=i,this.hour=t.shift()||0,this.minute=t.shift()||0,this.second=t.shift()||0,this.millisecond=t.shift()||0,_t(this);}},Ax=new WeakMap,So=class e{copy(){return this.era?new e(this.calendar,this.era,this.year,this.month,this.day,this.timeZone,this.offset,this.hour,this.minute,this.second,this.millisecond):new e(this.calendar,this.year,this.month,this.day,this.timeZone,this.offset,this.hour,this.minute,this.second,this.millisecond)}add(t){return Ms(this,t)}subtract(t){return Xd(this,t)}set(t,r){return jd(this,t,r)}cycle(t,r,o){return qd(this,t,r,o)}toDate(){return Kd(this)}toString(){return $d(this)}toAbsoluteString(){return this.toDate().toISOString()}compare(t){return this.toDate().getTime()-ks(t,this.timeZone).toDate().getTime()}constructor(...t){ia(this,Ax,{writable:true,value:void 0});let[r,o,n,a,i]=Bs(t),l=t.shift(),s=t.shift();this.calendar=r,this.era=o,this.year=n,this.month=a,this.day=i,this.timeZone=l,this.offset=s,this.hour=t.shift()||0,this.minute=t.shift()||0,this.second=t.shift()||0,this.millisecond=t.shift()||0,_t(this);}};var Vs=new Map;function zs(e){let{locale:t}=ys(),r=t+(e?Object.entries(e).sort((n,a)=>n[0]<a[0]?-1:1).join():"");if(Vs.has(r))return Vs.get(r);let o=new Intl.Collator(t,e);return Vs.set(r,o),o}function ga(e){let t=zs({usage:"search",...e}),r=ir.useCallback((a,i)=>i.length===0?true:(a=a.normalize("NFC"),i=i.normalize("NFC"),t.compare(a.slice(0,i.length),i)===0),[t]),o=ir.useCallback((a,i)=>i.length===0?true:(a=a.normalize("NFC"),i=i.normalize("NFC"),t.compare(a.slice(-i.length),i)===0),[t]),n=ir.useCallback((a,i)=>{if(i.length===0)return true;a=a.normalize("NFC"),i=i.normalize("NFC");let l=0,s=i.length;for(;l+s<=a.length;l++){let c=a.slice(l,l+s);if(t.compare(i,c)===0)return true}return false},[t]);return ir.useMemo(()=>({startsWith:r,endsWith:o,contains:n}),[r,o,n])}function Vt(){let[e,t]=ir__namespace.default.useState(false),r=ir__namespace.default.useCallback((n,a)=>{t(true),a?.(n);},[]),o=ir__namespace.default.useCallback((n,a)=>{t(false),a?.(n);},[]);return {isFocused:e,handleFocus:r,handleBlur:o}}function br({children:e,className:t}){return jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("relative w-full",t),children:e})}function _d({onClick:e,size:t="md",className:r}){return jsxRuntime.jsx("button",{type:"button",onClick:o=>{o.preventDefault(),o.stopPropagation(),e();},className:tailwindMerge.twMerge("absolute right-2 top-1/2 -translate-y-1/2 transform text-text-muted hover:text-text-body",r),"aria-label":"Clear input",onMouseDown:o=>{o.preventDefault(),o.stopPropagation();},children:jsxRuntime.jsx(P,{name:"X",size:t==="sm"?16:20})})}function ba(e){let{isInvalid:t,isDisabled:r,isFocused:o}=e,n="border rounded-[var(--control-border-radius)] !outline-none ";return r?`${n} border-border-muted`:t&&o?`${n} border-feedback-error-border shadow-[inset_0_0_0_1px_var(--color-feedback-error-border)]`:t?`${n} border-feedback-error-border`:o?`${n} border-border-focus shadow-[inset_0_0_0_1px_var(--color-border-focus)]`:`${n} border-border-default`}function xa(e){return e.isDisabled?"bg-background-muted":e.transparent?"bg-transparent":"bg-background-input"}function Nt(e){let{isInvalid:t,isDisabled:r,isFocused:o,transparent:n,size:a="md",className:i}=e;return tailwindMerge.twMerge("w-full",ba({isInvalid:t,isDisabled:r,isFocused:o}),xa({transparent:n,isDisabled:r}),ue[a].text,ue[a].height,ue[a].padding,i)}function cn(e){let{size:t="md",isFocusWithin:r,isInvalid:o,isDisabled:n,transparent:a,className:i}=e;return tailwindMerge.twMerge("group flex items-center rounded-[var(--control-border-radius)] overflow-hidden",xa({transparent:a,isDisabled:n}),ue[t].height,ba({isFocused:r,isInvalid:o,isDisabled:n}),i)}function ve({children:e,size:t="md",tooltip:r,isRequired:o,className:n,htmlFor:a}){return jsxRuntime.jsxs("label",{htmlFor:a,className:tailwindMerge.twMerge(ue[t].text,"!text-text-caption flex items-center gap-1",n),children:[e,o&&jsxRuntime.jsx("span",{children:"*"}),r&&jsxRuntime.jsx("span",{className:"text-text-muted",children:jsxRuntime.jsx(P,{name:"Info",size:t==="sm"?16:20})})]})}function we({size:e="md",className:t,children:r,...o}){return jsxRuntime.jsx("div",{...o,className:tailwindMerge.twMerge("leading-[2.25] text-text-muted",ue[e].text,t),children:r})}function be({children:e,size:t="md",className:r}){return jsxRuntime.jsx("div",{role:"alert",className:tailwindMerge.twMerge(ue[t].text,"text-feedback-error-text",r),children:e})}function eu({size:e="md",isInvalid:t,isDisabled:r,isFocused:o,transparent:n,className:a,...i}){return jsxRuntime.jsx("input",{className:Nt({isInvalid:t,isDisabled:r,isFocused:o,transparent:n,size:e,className:a}),...i})}function ha(e){let{children:t,...r}=e;return jsxRuntime.jsx("div",{...r,className:cn(e),children:typeof t=="function"?t(e):t})}function Ex({children:e,...t}){return jsxRuntime.jsx(reactAriaComponents.ListBox,{...t,className:de(t.className,"outline-0"),children:e})}var iu=ir.createContext("md");function su(){return ir.useContext(iu)}function Gx(e="md"){return `flex-1 text-start data-[placeholder]:text-text-placeholder overflow-hidden text-ellipsis whitespace-nowrap ${ue[e].text}`}function Wx(){let e=ir__namespace.default.useCallback((r,o)=>{o?.(r);},[]),t=ir__namespace.default.useCallback((r,o)=>{o?.(r);},[]);return {handleFocus:e,handleBlur:t}}function zr({label:e,description:t,errorMessage:r,children:o,items:n,renderItem:a,size:i="md",selectedKey:l,defaultSelectedKey:s,onSelectionChange:c,placeholder:p,showErrors:d=false,tooltip:m,isRequired:u,transparent:g,placement:f="bottom start",shouldFlip:b=true,menuWidth:x="match",...y}){let[v,h]=ir.useState(null),[C,S]=ir.useState(null),w=l??v??s,{handleFocus:N,handleBlur:k}=Wx(),L=K=>{c&&K!==null&&c(K),c||h(K);},V=ir.useRef(null),H=ir.useRef(null);return jsxRuntime.jsx(reactAriaComponents.Select,{...y,selectedKey:w,defaultSelectedKey:s,onSelectionChange:L,placeholder:p,className:de(y.className,"group flex w-full flex-col"),ref:V,onOpenChange:K=>{K&&H.current?S(H.current.offsetWidth):K||V.current?.blur();},children:({isDisabled:K,isInvalid:B,isOpen:J})=>jsxRuntime.jsxs("div",{className:"flex flex-col",children:[e&&jsxRuntime.jsx(ve,{size:i,tooltip:m,isRequired:u,children:e}),jsxRuntime.jsx(br,{children:jsxRuntime.jsx("div",{ref:H,children:jsxRuntime.jsxs(q,{variant:"unstyled",className:tailwindMerge.twMerge(Nt({isInvalid:B||d&&!!r,isDisabled:K,isFocused:J,transparent:g,size:i}),"flex items-center text-start gap-4 cursor-pointer pl-[var(--control-padding-sm)]"),onFocus:j=>N(j,y.onFocus),onBlur:j=>k(j,y.onBlur),"data-open":J,children:[jsxRuntime.jsx(reactAriaComponents.SelectValue,{className:Gx(i)}),jsxRuntime.jsx(P,{name:"CaretDown","aria-hidden":true,className:tailwindMerge.twMerge("h-4 w-4 text-text-body group-disabled:text-gray-200 forced-colors:text-[ButtonText] transition-transform",J&&"rotate-180")})]})})}),t&&jsxRuntime.jsx(we,{size:i,className:"mt-3",children:t}),d&&jsxRuntime.jsx(be,{size:i,className:"mt-3 text-feedback-error-text",children:typeof r=="function"&&y.validationResult?r(y.validationResult):typeof r=="string"?r:null}),jsxRuntime.jsx(We,{className:"bg-background-input shadow-xl border border-border-input/20 backdrop-blur-sm rounded-[var(--control-border-radius)]",style:{width:x==="match"&&C?`${C}px`:void 0,minWidth:x==="auto"&&C?`${C}px`:void 0,maxWidth:x==="auto"?"min(600px, 90vw)":void 0},placement:f,shouldFlip:b,children:jsxRuntime.jsx(iu.Provider,{value:i,children:jsxRuntime.jsx(reactAriaComponents.ListBox,{items:n,className:"w-full max-h-[300px] overflow-auto bg-background-input p-0 outline-0",children:a&&n?j=>jsxRuntime.jsx(zt,{id:j.id,textValue:j.label,size:i,children:jsxRuntime.jsx("span",{className:"overflow-hidden text-ellipsis whitespace-nowrap min-w-0 flex-1",children:a(j)})},j.id):o})})})]})})}function zt({size:e,className:t,...r}){let o=su(),n=e??o;return jsxRuntime.jsx(reactAriaComponents.ListBoxItem,{...r,className:tailwindMerge.twMerge("flex cursor-default items-center gap-2 rounded-sm px-3 outline-none text-text-body data-[focused]:bg-background-hover data-[focus-visible]:ring-2 data-[focus-visible]:ring-action-default data-[focus-visible]:ring-inset data-[selected]:bg-background-selected data-[selected]:font-medium overflow-hidden",ue[n].paddingY,ue[n].text,t)})}var eh={sm:"h-4 w-4",md:"h-5 w-5",lg:"h-6 w-6",xl:"h-7 w-7"},th={sm:"pl-7",md:"pl-9",lg:"pl-10",xl:"pl-12"},lu={sm:"py-1",md:"py-2",lg:"py-3",xl:"py-4"};function rh(){let e=ir__namespace.default.useContext(reactAriaComponents.ComboBoxStateContext);return jsxRuntime.jsx(reactAriaComponents.Button,{slot:null,className:"clear-button","aria-label":"Clear",onPress:()=>e?.setSelectedKey(null),children:"\u2715"})}var Us=(e,t,r)=>{if(e==null||e==="")return "";let n=(r?r.flatMap(a=>a.items):t||[]).find(a=>a.id===e);return n?n.name:""};async function oh(e,t,r){try{let o=e.url.replace("{q}",t),n=new URLSearchParams;e.extraParams&&Object.entries(e.extraParams).forEach(([s,c])=>{n.append(s,c.toString());});let a=`${o}${n.toString()?"?"+n.toString():""}`,i=await fetch(a,{method:"GET",headers:e.headers,signal:r});if(!i.ok)throw new Error(`HTTP error! status: ${i.status}`);let l=await i.json();return {items:e.transformResponse(l)}}catch(o){console.error("Error in REST request:",o);let n=o instanceof Error?o.message:"Unknown error occurred";return {items:[],error:n}}}async function nh(e,t,r){try{let o=e.graphqlQuery.replace(`$${e.variableKey||"filter"}`,`"${t}"`),n=await fetch(e.url,{method:"POST",headers:{"Content-Type":"application/json",...e.headers},body:JSON.stringify({query:o}),signal:r});if(!n.ok)throw new Error(`HTTP error! status: ${n.status}`);let a=await n.json();if(a.errors)throw new Error(a.errors[0]?.message||"GraphQL error occurred");return e.responsePath&&(a=e.responsePath.split(".").reduce((i,l)=>i?.[l],a)),{items:e.transformResponse(a)}}catch(o){console.error("Error in GraphQL request:",o);let n=o instanceof Error?o.message:"Unknown error occurred";return {items:[],error:n}}}function ya({label:e,staticItems:t=[],sections:r,selectedKey:o,defaultSelectedKey:n,onSelectionChange:a,requestConfig:i,defaultFilter:l,placeholder:s,errorMessage:c,description:p,size:d="md",tooltip:m,isRequired:u,isDisabled:g,isInvalid:f,validationResult:b,showErrors:x=true,renderItem:y,renderLeftIcon:v,renderSection:h,autoFocus:C=false}){let S=ir__namespace.default.useRef(null),[w,N]=ir__namespace.default.useState(),[k,L]=ir.useState(()=>Us(o||n,t,r)),[V,H]=ir.useState(false),K=xo(k),{contains:B}=ga({sensitivity:"base"}),[J,j]=ir.useState(),$=ue[d].text,A=ue[d].height,M=null;ir.useEffect(()=>{C&&H(true);},[C]),ir.useEffect(()=>{let D=()=>{S.current&&N(S.current.offsetWidth);};return D(),window.addEventListener("resize",D),()=>window.removeEventListener("resize",D)},[]),ir.useEffect(()=>{M&&M.setFilterText(K);},[K,M]),i&&(M=reactStately.useAsyncList({async load({signal:D,filterText:E=""}){if(!i.url||i.shouldLoad&&!i.shouldLoad(E))return {items:[]};try{let W;return i.requestType==="GraphQL"?W=await nh(i,E,D):W=await oh(i,E,D),j(W.error),{items:W.items}}catch(W){return console.error("Error loading items:",W),j(W instanceof Error?W.message:"Unknown error occurred"),{items:[]}}},initialFilterText:""})),K===""&&(M=null);let z=D=>{let E=Us(D,t,r);L(E),a&&a(D);},X=D=>{L(D);let E=Us(o,t,r);o!=null&&D!==E&&a&&a(null);};return jsxRuntime.jsx(reactAriaComponents.ComboBox,{onSelectionChange:z,selectedKey:o||void 0,defaultSelectedKey:n||void 0,defaultItems:r?r.flatMap(D=>D.items):t,items:M?M.items:void 0,className:de("group flex flex-col","w-full"),menuTrigger:"focus",isDisabled:g,isInvalid:f||!!c,inputValue:k,onInputChange:X,autoFocus:C,defaultFilter:l||B,"aria-label":e||s||"Autocomplete",children:D=>jsxRuntime.jsxs("div",{className:"flex flex-col",children:[e&&jsxRuntime.jsx(ve,{size:d,tooltip:m,isRequired:u,children:e}),jsxRuntime.jsxs(reactAriaComponents.Group,{ref:S,className:cn({size:d,isInvalid:f||!!c,isDisabled:g,isFocusWithin:V||D.isOpen,className:"w-full cursor-pointer"}),"aria-label":e||s||"Autocomplete",style:{position:"relative"},children:[v?jsxRuntime.jsx("div",{className:"absolute left-3",children:v(!!M?.isLoading)}):jsxRuntime.jsx(P,{name:"MagnifyingGlass",className:`${eh[d]} absolute left-3 text-inherit`}),jsxRuntime.jsx(reactAriaComponents.Input,{className:`flex-1 min-w-0 border-none pr-3 outline-0 placeholder:text-text-placeholder ${th[d]} ${$} ${A} ${g?"bg-background-muted":"bg-background-input"}`,placeholder:s,disabled:g,onFocus:()=>H(true),onBlur:()=>H(false)}),k&&!g&&jsxRuntime.jsx(rh,{}),jsxRuntime.jsx(reactAriaComponents.Button,{className:`px-2 text-text-body ${$} ${A} ${g?"bg-background-muted":"bg-background-input"}`,"aria-label":"Toggle menu",isDisabled:g,children:({isPressed:E})=>jsxRuntime.jsx(P,{name:E?"CaretUp":"CaretDown",className:"h-4 w-4"})})]}),p&&jsxRuntime.jsx(we,{size:d,children:p}),x&&J&&jsxRuntime.jsx(be,{size:d,className:"text-feedback-error-text",children:J}),x&&typeof c=="string"&&jsxRuntime.jsx(be,{size:d,className:"text-feedback-error-text",children:c}),x&&typeof c=="function"&&b&&jsxRuntime.jsx(be,{size:d,className:"text-feedback-error-text",children:c(b)}),jsxRuntime.jsx(We,{className:"bg-background-input shadow-xl border border-border-input/20 backdrop-blur-sm ring-1 ring-black/5 rounded-[var(--control-border-radius)]",style:{minWidth:w?`${w}px`:void 0},children:jsxRuntime.jsx(reactAriaComponents.ListBox,{className:`max-h-[300px] overflow-auto bg-background-input outline-none ${$}`,children:r?r.map(E=>{let W=E.items.map(G=>jsxRuntime.jsx(zt,{id:G.id,textValue:G.name,size:d,className:`flex cursor-default items-center gap-2 px-3 ${lu[d]} text-text-body outline-none data-[focused]:bg-background-hover data-[selected]:bg-background-selected data-[selected]:font-medium`,children:y?y(G):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[G.name,jsxRuntime.jsx(P,{name:"X",className:"ml-auto h-4 w-4 text-text-muted opacity-0 data-[focused]:opacity-100 data-[selected]:opacity-100"})]})},G.id));return h?h(E,W):jsxRuntime.jsxs(reactAriaComponents.ListBoxSection,{children:[jsxRuntime.jsx(reactAriaComponents.Header,{className:"px-3 py-1 text-sm font-bold text-text-muted",children:E.name}),W]},E.name)}):E=>jsxRuntime.jsx(zt,{id:E.id,textValue:E.name,size:d,className:`flex cursor-default items-center gap-2 px-3 ${lu[d]} text-text-body outline-none data-[focused]:bg-background-hover data-[selected]:bg-background-selected data-[selected]:font-medium`,children:y?y(E):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[E.name,jsxRuntime.jsx(P,{name:"X",className:"ml-auto h-4 w-4 text-text-muted opacity-0 data-[focused]:opacity-100 data-[selected]:opacity-100"})]})},E.id)})})]})})}function un({src:e,alt:t,firstName:r,lastName:o,fullName:n,onClick:a,size:i="md",shape:l="circle",variant:s="user",className:c,status:p,bordered:d=false}){let m={xs:"h-6 w-6 text-xs",sm:"h-8 w-8 text-sm",md:"h-10 w-10 text-base",lg:"h-12 w-12 text-lg",xl:"h-16 w-16 text-xl"},u={xs:"h-1.5 w-1.5",sm:"h-2 w-2",md:"h-2.5 w-2.5",lg:"h-3 w-3",xl:"h-4 w-4"},g={xs:"bottom-0 right-0",sm:"bottom-0 right-0",md:"bottom-0 right-0",lg:"bottom-0.5 right-0.5",xl:"bottom-1 right-1"},f={online:"bg-feedback-success-background border-feedback-success-border",offline:"bg-text-muted border-border-muted",away:"bg-feedback-warning-background border-feedback-warning-border",busy:"bg-feedback-error-background border-feedback-error-border"},b={user:"bg-action-brand/10 text-action-brand",team:"bg-feedback-info-background text-feedback-info-text",organization:"bg-feedback-success-background text-feedback-success-text"},x=l==="circle"?"rounded-full":"rounded-md",y=tailwindMerge.twMerge("relative inline-flex items-center justify-center overflow-hidden transition-opacity outline-none",m[i],x,a&&"cursor-pointer hover:opacity-80",d&&"ring-2 ring-background-surface",c),h=(()=>{if(r||o){let w=r?.[0]||"",N=o?.[0]||"";return (w+N).toUpperCase()}if(n){let w=n.split(" "),N=w[0]?.[0]||"",k=w[w.length-1]?.[0]||"";return N===k?N.toUpperCase():(N+k).toUpperCase()}return ""})(),C=()=>{let w={xs:14,sm:16,md:20,lg:24,xl:32}[i];switch(s){case "team":return jsxRuntime.jsx(lucideReact.Users,{size:w});case "organization":return jsxRuntime.jsx(lucideReact.Building2,{size:w});default:return jsxRuntime.jsx(lucideReact.User,{size:w})}},S=()=>e?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("img",{src:e,alt:t||n||"Avatar",className:"h-full w-full object-cover",style:{fontSize:0}}),jsxRuntime.jsx("div",{className:"absolute inset-0 flex items-center justify-center -z-10",children:h?jsxRuntime.jsx("span",{className:"font-semibold",children:h}):C()})]}):h?jsxRuntime.jsx("span",{className:"font-semibold",children:h}):C();return jsxRuntime.jsxs("div",{className:"relative inline-block",children:[jsxRuntime.jsx("div",{className:tailwindMerge.twMerge(y,e?"":b[s]),onClick:a,role:a?"button":void 0,tabIndex:a?0:void 0,children:S()}),p&&jsxRuntime.jsx("span",{className:tailwindMerge.twMerge("absolute border-2 border-background-surface",x,u[i],g[i],f[p]),"aria-label":`Status: ${p}`})]})}var ch={default:"bg-feedback-info-background text-feedback-info-text",success:"bg-feedback-success-background text-feedback-success-text",error:"bg-feedback-error-background text-feedback-error-text",warning:"bg-feedback-warning-background text-feedback-warning-text",info:"bg-feedback-info-background text-feedback-info-text",primary:"bg-action-brand/10 text-action-brand",secondary:"bg-action-default/10 text-action-default",neutral:"bg-background-muted text-text-muted",charging:"bg-state-charging text-state-charging-text",discharging:"bg-state-discharging text-state-discharging-text",heat:"bg-state-heat text-state-heat-text",cool:"bg-state-cool text-state-cool-text",eco:"bg-state-eco text-state-eco-text",auto:"bg-state-auto text-state-auto-text",on:"bg-state-on text-state-on-text",off:"bg-state-off text-state-off-text",idle:"bg-state-idle text-state-idle-text",unknown:"bg-state-unknown text-state-unknown-text",importing:"bg-state-importing text-state-importing-text",exporting:"bg-state-exporting text-state-exporting-text"},dh={sm:"px-2.5 py-1.5 text-xs",md:"px-3.5 py-2 text-sm",lg:"px-4 py-2.5 text-base"},uh={pill:"rounded-full",rounded:"rounded-lg",square:"rounded-sm"},ph={sm:"w-1.5 h-1.5",md:"w-2 h-2",lg:"w-2.5 h-2.5"};function Ee({children:e,variant:t="default",size:r="sm",shape:o="square",dot:n=false,dotPosition:a="left",dotPulse:i=false,className:l}){let s=n&&jsxRuntime.jsx("span",{className:tailwindMerge.twMerge("rounded-full bg-current opacity-75",ph[r],i&&"animate-pulse"),"aria-hidden":"true"});return jsxRuntime.jsxs("span",{className:tailwindMerge.twMerge("inline-flex items-center gap-1.5 font-medium",dh[r],uh[o],ch[t],l),children:[n&&a==="left"&&s,e,n&&a==="right"&&s]})}var kt=({href:e,children:t,className:r="",external:o=false,title:n,variant:a="default",onClick:i,asButton:l=false,onPress:s,showArrow:c=false})=>{let p=o?{target:"_blank",rel:"noopener noreferrer"}:{},u=`hover:underline hover:decoration-1 hover:underline-offset-4 hover:decoration-current cursor-pointer ${{default:"text-action-primary hover:text-action-primary-hover visited:text-action-primary",brand:"text-action-brand hover:text-action-brand-hover visited:text-action-brand",muted:"text-text-muted hover:text-text-muted visited:text-text-muted",unstyled:""}[a]} ${r}`,g=jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[t,c&&jsxRuntime.jsxs("span",{children:["\xA0","\u2192"]})]});return l?jsxRuntime.jsx("button",{type:"button",className:u,onClick:s,title:n,children:g}):jsxRuntime.jsx("a",{href:e||"#",className:u,...p,title:n,onClick:i,children:g})};function va(e){let{children:t,maxWidth:r=600,className:o,...n}=e,{ref:a,width:i}=mc(),[l,s]=ir__namespace.default.useState(false),[c,p]=ir__namespace.default.useState(false),d=ir__namespace.default.useRef(false),m=ir__namespace.default.useMemo(()=>t&&!e.items&&typeof t!="function"?ir__namespace.default.Children.toArray(t):null,[t,e.items]);if(ir__namespace.default.useEffect(()=>{m&&m.length>=4&&i>0&&!d.current?(d.current=true,s(i>r),p(true)):(!m||m&&m.length<4)&&p(true);let u=setTimeout(()=>{c||p(true);},100);return ()=>clearTimeout(u)},[i,r,m,c]),m&&l&&m.length>=4){let u=m[0],g=m.slice(1,-2),f=m.slice(-2),b=g.map(x=>{if(ir__namespace.default.isValidElement(x)){let y=x.props;if(typeof y.children=="string")return {label:y.children,href:y.href}}return {label:"..."}});return jsxRuntime.jsxs(reactAriaComponents.Breadcrumbs,{...n,ref:a,className:tailwindMerge.twMerge("flex gap-2",c?"opacity-100":"opacity-0",o),children:[u,jsxRuntime.jsx(bh,{items:b}),f]})}return jsxRuntime.jsx(reactAriaComponents.Breadcrumbs,{...n,ref:a,className:tailwindMerge.twMerge("flex gap-2",c?"opacity-100":"opacity-0",o),children:t})}function bh({items:e}){let t=e.map((r,o)=>({id:`breadcrumb-${o}`,name:r.label,href:r.href}));return jsxRuntime.jsx(reactAriaComponents.Breadcrumb,{className:"flex items-center gap-2",children:jsxRuntime.jsxs("span",{className:"flex items-center gap-2",children:[jsxRuntime.jsx(Xn,{items:t,align:"left",size:"sm",children:jsxRuntime.jsx(q,{variant:"icon",size:"sm",icon:"DotsThree","aria-label":"Show hidden breadcrumbs",className:"px-0.5"})}),jsxRuntime.jsx(lucideReact.ChevronRight,{className:"h-4 w-4 text-text-muted"})]})})}function Ca(e){let{className:t,children:r,href:o,...n}=e;return jsxRuntime.jsx(reactAriaComponents.Breadcrumb,{className:de(t,"flex items-center gap-2"),...n,children:a=>{let i=a.isCurrent;return jsxRuntime.jsx(jsxRuntime.Fragment,{children:i?jsxRuntime.jsx("span",{className:"font-semibold text-text-body",children:typeof r=="function"?r(a):r}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(kt,{variant:"muted",href:o,children:typeof r=="function"?r(a):r}),jsxRuntime.jsx(lucideReact.ChevronRight,{className:"h-4 w-4 text-text-muted"})]})})}})}function Th({isSelected:e,isDisabled:t}){let r=[Se,"w-9 h-9 text-base cursor-default rounded-full flex items-center justify-center forced-color-adjust-none"];return t?r.push("text-gray-300 dark:text-zinc-600 forced-colors:text-[GrayText]"):e?r.push("bg-blue-600 invalid:bg-red-600 text-white forced-colors:bg-[Highlight] forced-colors:invalid:bg-[Mark] forced-colors:text-[HighlightText]"):r.push("text-zinc-900 dark:text-zinc-200 hover:bg-gray-100 dark:hover:bg-zinc-700 pressed:bg-gray-200 dark:pressed:bg-zinc-600"),r.join(" ")}function wo({errorMessage:e,...t}){return jsxRuntime.jsxs(reactAriaComponents.Calendar,{...t,children:[jsxRuntime.jsx(Sa,{}),jsxRuntime.jsxs(reactAriaComponents.CalendarGrid,{className:"border-separate [border-spacing:0] [&_td]:p-0 [&_td]:!border-0",children:[jsxRuntime.jsx(wa,{}),jsxRuntime.jsx(reactAriaComponents.CalendarGridBody,{children:r=>jsxRuntime.jsx(reactAriaComponents.CalendarCell,{date:r,className:({isSelected:o,isDisabled:n})=>`${Th({isSelected:o,isDisabled:n})} border-0`})})]}),e&&jsxRuntime.jsx(reactAriaComponents.Text,{slot:"errorMessage",className:"text-sm text-red-600",children:e})]})}function Sa(){let{direction:e}=reactAriaComponents.useLocale(),t=18;return jsxRuntime.jsxs("header",{className:"flex w-full items-center gap-1 px-1 pb-4",children:[jsxRuntime.jsx(q,{variant:"icon",slot:"previous",className:"pl-0",children:e==="rtl"?jsxRuntime.jsx(P,{name:"CaretRight","aria-hidden":true,size:t}):jsxRuntime.jsx(P,{name:"CaretLeft","aria-hidden":true,size:t})}),jsxRuntime.jsx(reactAriaComponents.Heading,{className:"text-md mx-2 flex-1 text-center font-semibold text-zinc-900 dark:text-zinc-200"}),jsxRuntime.jsx(q,{variant:"icon",slot:"next",className:"pr-0",children:e==="rtl"?jsxRuntime.jsx(P,{name:"CaretLeft","aria-hidden":true,size:t}):jsxRuntime.jsx(P,{name:"CaretRight","aria-hidden":true,size:t})})]})}function wa(){return jsxRuntime.jsx(reactAriaComponents.CalendarGridHeader,{children:e=>jsxRuntime.jsx(reactAriaComponents.CalendarHeaderCell,{className:"text-xs font-semibold text-text-caption",children:e})})}function Xs(e){return jsxRuntime.jsxs(reactAriaComponents.CheckboxGroup,{...e,className:de(e.className,"flex flex-col gap-2"),children:[jsxRuntime.jsx(ve,{children:e.label}),e.children,e.description&&jsxRuntime.jsx(we,{children:e.description}),jsxRuntime.jsx(be,{children:typeof e.errorMessage=="function"?void 0:e.errorMessage})]})}function Lh({isDisabled:e}){return `flex gap-2 items-center group text-sm transition ${e?"text-text-disabled":"text-text-caption"}`}function Fh({isSelected:e,isInvalid:t,isDisabled:r,isIndeterminate:o,variant:n="default"}){let a="w-5 h-5 flex-shrink-0 rounded-[var(--control-border-radius)] flex items-center justify-center border-2 transition ring-offset-2 focus:ring-2",i=n==="brand"?"focus:ring-action-brand":"focus:ring-action-default",l="";if(r)l="border-border-muted bg-background-muted";else if(t)l="border-feedback-error-border bg-feedback-error-background";else if(e||o){let s=n==="brand"?"action-brand":"action-default";l=`bg-${s} border-${s} hover:bg-${s}-hover hover:border-${s}-hover`;}else l="bg-background-input border-border-input hover:border-border-focus";return `${a} ${i} ${l}`}var vu="w-4 h-4 text-text-onPrimary group-disabled:text-text-disabled";function Gr(e){let{children:t,variant:r="default",...o}=e;return jsxRuntime.jsx(reactAriaComponents.Checkbox,{...o,className:reactAriaComponents.composeRenderProps(e.className,(n,a)=>`${Lh(a)} ${n||""}`),children:n=>{let{isSelected:a,isIndeterminate:i,...l}=n,s=jsxRuntime.jsx("div",{className:Fh({isSelected:a,isIndeterminate:i,variant:r,...l}),children:i?jsxRuntime.jsx(lucideReact.Minus,{"aria-hidden":true,className:vu}):a?jsxRuntime.jsx(lucideReact.Check,{"aria-hidden":true,className:vu}):null});return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[s,typeof t=="function"?t(n):t]})}})}var Bh={default:"bg-background-muted text-action-default border border-border-muted hover:bg-background-hover",brand:"bg-action-brand/10 text-action-brand border border-action-brand/20 hover:bg-action-brand/15",secondary:"bg-background-input text-text-body border border-border-input hover:bg-background-hover"},Vh={sm:"px-2 py-1 gap-1",md:"px-3 py-1.5 gap-1.5",lg:"px-3 py-2 gap-2",xl:"px-4 py-2.5 gap-2"},zh="opacity-75 cursor-not-allowed pointer-events-none";function Su(e){let{variant:t,size:r,isDisabled:o,isClickable:n,className:a}=e;return tailwindMerge.twMerge("inline-flex items-center justify-center rounded-full font-medium transition-colors","whitespace-nowrap select-none",Vh[r],ue[r].text,Bh[t],n&&!o&&"cursor-pointer",o&&zh,a)}function xr({children:e,onRemove:t,size:r="md",variant:o="default",isRemovable:n=true,isDisabled:a=false,className:i,onClick:l}){let s=!!l&&!a,c=n&&t&&!a,p=u=>{u.stopPropagation(),u.preventDefault(),t&&!a&&t();},d=()=>{l&&!a&&l();},m=jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("span",{className:"truncate",children:e}),c&&jsxRuntime.jsx("button",{type:"button",onClick:p,className:"flex-shrink-0 rounded-full p-0.5 hover:bg-black/10 transition-colors cursor-pointer","aria-label":"Remove",tabIndex:-1,children:jsxRuntime.jsx(P,{name:"X",size:r==="sm"?12:r==="md"?14:16,className:"text-current opacity-70 hover:opacity-100"})})]});return s?jsxRuntime.jsx("button",{type:"button",onClick:d,className:Su({variant:o,size:r,isDisabled:a,isClickable:s,className:i}),disabled:a,children:m}):jsxRuntime.jsx("span",{className:Su({variant:o,size:r,isDisabled:a,isClickable:s,className:i}),children:m})}var Jh={json:()=>import('ace-builds/src-noconflict/mode-json'),javascript:()=>import('ace-builds/src-noconflict/mode-javascript'),typescript:()=>import('ace-builds/src-noconflict/mode-typescript'),html:()=>import('ace-builds/src-noconflict/mode-html'),css:()=>import('ace-builds/src-noconflict/mode-css'),markdown:()=>import('ace-builds/src-noconflict/mode-markdown'),yaml:()=>import('ace-builds/src-noconflict/mode-yaml'),xml:()=>import('ace-builds/src-noconflict/mode-xml'),python:()=>import('ace-builds/src-noconflict/mode-python'),sql:()=>import('ace-builds/src-noconflict/mode-sql')},Zh={github:()=>import('ace-builds/src-noconflict/theme-github'),github_dark:()=>import('ace-builds/src-noconflict/theme-github_dark')},Xh={"ext-language-tools":()=>import('ace-builds/src-noconflict/ext-language_tools')},mn=new Set;async function qs(e,t){mn.has(e)||(await t(),mn.add(e));}async function qh(e,t,r){await Promise.all([qs(`language:${e}`,Jh[e]),qs(`theme:${t}`,Zh[t]),r?qs("extension:language-tools",Xh["ext-language-tools"]):void 0]);}function Nu(e,t,r){let o=mn.has(`language:${e}`)&&mn.has(`theme:${t}`);return r?o&&mn.has("extension:language-tools"):o}function ku({value:e,readOnly:t=false,onChange:r,language:o="json",theme:n="github_dark",height:a,width:i="100%",className:l,lineHeight:s=19,minLines:c=3,maxLines:p=50,showLineNumbers:d=true,showGutter:m=true,fontSize:u=14,wrapEnabled:g=false}){let f=ir.useRef(null),[b,x]=ir.useState(()=>Nu(o,n,!t)),y=ir.useMemo(()=>{if(a)return a;let v=(e.match(/\n/g)||[]).length+1;return `${Math.max(c,Math.min(v,p))*s+10}px`},[e,a,s,c,p]);return ir.useEffect(()=>{let v=false,h=!t;return Nu(o,n,h)?(x(true),()=>{v=true;}):(x(false),qh(o,n,h).then(()=>{v||x(true);}).catch(C=>{v||x(true),console.error("Failed to load Ace editor resources",C);}),()=>{v=true;})},[o,t,n]),ir.useEffect(()=>{b&&f.current?.editor&&f.current.editor.resize();},[y,b]),jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("overflow-hidden rounded-md border border-border-input",l),style:{width:i,height:y},children:b?jsxRuntime.jsx(Kh__default.default,{ref:f,mode:o,theme:n,value:e,onChange:r,readOnly:t,width:"100%",height:"100%",fontSize:u,showPrintMargin:false,showGutter:m,highlightActiveLine:!t,setOptions:{useWorker:true,showLineNumbers:d,tabSize:2,enableBasicAutocompletion:!t,enableLiveAutocompletion:!t,enableSnippets:!t,showFoldWidgets:true,wrap:g},editorProps:{$blockScrolling:true}}):jsxRuntime.jsx("div",{className:"flex h-full w-full items-center justify-center bg-surface-muted text-foreground-muted",children:"Loading editor\u2026"})})}var Pu=ir__namespace.createContext({variant:"contained",density:"comfortable",showDividers:true}),Du=ir__namespace.createContext(null),ey={contained:"rounded-lg border border-border-default bg-background-surface overflow-hidden",bordered:"rounded-lg border border-border-default bg-background-surface",plain:"bg-transparent"},Tu={true:"divide-y divide-border-default",false:"gap-3"},ty={comfortable:"px-5 py-3",compact:"px-4 py-2.5"},ry={comfortable:"px-5 pt-0",compact:"px-4 pt-0"},oy={comfortable:"h-5 w-5",compact:"h-4 w-4"};function _s(){return ir__namespace.useContext(Pu)}function ny(e){let t=ir__namespace.useContext(Du);if(!t)throw new Error(`${e} must be used within a <CollapseItem>`);return t}function ay({variant:e,showDividers:t,className:r}){let o="group/collapse-item w-full transition-colors",n={contained:"bg-background-surface",bordered:"bg-background-surface",plain:"bg-transparent"},a=t?"":"rounded-lg border border-border-default bg-background-surface overflow-hidden";return tailwindMerge.twMerge(o,n[e],a,r)}function iy({isDisabled:e,isPressed:t,density:r,variant:o,showDividers:n,className:a}){let i="group/collapse-header flex w-full items-start gap-4 text-left transition-colors duration-150",l=e?"cursor-not-allowed text-text-disabled":"cursor-pointer text-text-body",s=t&&!e?"bg-background-hover":"",c=ty[r];return tailwindMerge.twMerge(i,Se(),c,l,s,o==="plain"&&n?"px-0":"",a)}function sy({density:e,showDividers:t,className:r}){let o="text-text-body",n=ry[e];return tailwindMerge.twMerge(o,n,t?"":"rounded-b-lg",r)}function Ru({variant:e="contained",density:t="comfortable",showDividers:r=true,className:o,...n}){let a=ir__namespace.useMemo(()=>({variant:e,density:t,showDividers:r}),[e,t,r]),i=tailwindMerge.twMerge("flex w-full flex-col",ey[e],r?Tu.true:Tu.false,e==="plain"&&r?"border-y border-border-default/60":"");return jsxRuntime.jsx(Pu.Provider,{value:a,children:jsxRuntime.jsx(reactAriaComponents.DisclosureGroup,{...n,className:de(o,i)})})}function el({className:e,children:t,...r}){let{variant:o,showDividers:n}=_s();return jsxRuntime.jsx(reactAriaComponents.Disclosure,{...r,className:reactAriaComponents.composeRenderProps(e,a=>ay({variant:o,showDividers:n,className:a})),children:a=>jsxRuntime.jsx(Du.Provider,{value:a,children:t})})}el.displayName="CollapseItem";function tl({title:e,description:t,startContent:r,endContent:o,indicator:n,indicatorPosition:a="end",showIndicator:i=true,keepIndicatorSpace:l=false,children:s,className:c,...p}){let d=ny("CollapseHeader"),{density:m,variant:u,showDividers:g}=_s(),f=oy[m];return jsxRuntime.jsx(reactAriaComponents.Button,{...p,slot:"trigger","data-expanded":d.isExpanded?"true":void 0,className:reactAriaComponents.composeRenderProps(c,(b,x)=>iy({isDisabled:x.isDisabled??false,isPressed:x.isPressed??false,density:m,variant:u,showDividers:g,className:b})),children:b=>{let x=b.isDisabled??false,y=i?typeof n=="function"?n({isExpanded:d.isExpanded,isDisabled:x}):n??jsxRuntime.jsx(P,{name:"CaretDown",size:m==="compact"?"sm":"md",weight:"bold","aria-hidden":"true",className:tailwindMerge.twMerge("text-text-muted transition-transform duration-200",d.isExpanded?"rotate-180":"rotate-0")}):null,v=y?jsxRuntime.jsx("span",{className:tailwindMerge.twMerge("flex flex-shrink-0 items-center justify-center text-text-muted",f),"aria-hidden":"true",children:y}):l?jsxRuntime.jsx("span",{className:tailwindMerge.twMerge("flex flex-shrink-0 items-center justify-center",f),"aria-hidden":"true"}):null;return jsxRuntime.jsxs("div",{className:"flex w-full items-center gap-4",children:[a==="start"&&v,r&&jsxRuntime.jsx("div",{className:"flex flex-shrink-0 items-center text-text-muted",children:r}),jsxRuntime.jsxs("div",{className:"flex min-w-0 flex-1 items-start gap-3",children:[s??jsxRuntime.jsxs("div",{className:"flex min-w-0 flex-1 flex-col gap-1 text-left",children:[e&&jsxRuntime.jsx("span",{className:"truncate font-medium text-text-heading",children:e}),t&&jsxRuntime.jsx("span",{className:"text-sm text-text-muted",children:t})]}),o&&jsxRuntime.jsx("div",{className:"flex flex-shrink-0 items-center text-sm text-text-muted",children:o})]}),a==="end"&&v]})}})}tl.displayName="CollapseHeader";function rl({className:e,children:t,...r}){let{density:o,showDividers:n}=_s();return jsxRuntime.jsx(reactAriaComponents.DisclosurePanel,{...r,className:reactAriaComponents.composeRenderProps(e,a=>sy({density:o,showDividers:n,className:a})),children:t})}rl.displayName="CollapseContent";function Mu({isOpen:e,onClose:t,onConfirm:r,title:o,message:n,confirmLabel:a="Confirm",cancelLabel:i="Cancel",confirmVariant:l,isDestructive:s=false,isLoading:c=false,maxWidth:p="500px",minWidth:d="400px"}){return jsxRuntime.jsx(fr,{isOpen:e,onClose:t,title:o,maxWidth:p,minWidth:d,primaryAction:{label:a,onPress:()=>{r();},variant:l??(s?"destructive":"primary"),isLoading:c},secondaryAction:{label:i,onPress:t,variant:"secondary",isDisabled:c},children:jsxRuntime.jsx("div",{className:"text-text-body",children:n})})}function Lu({isConnected:e,connectedAt:t,disconnectedAt:r,showTimestamp:o=false,isLoading:n,size:a="sm",shape:i="pill",...l}){if(n)return jsxRuntime.jsx(F,{className:"inline-flex h-6 w-24"});let s=e?"Connected":"Disconnected",c=e?"success":"neutral",p=null;if(o){if(e&&t)p=Un(t);else if(!e&&r){let d=Un(r);p=d?`Offline ${d}`:null;}}return jsxRuntime.jsxs("div",{className:"inline-flex flex-col gap-1",children:[jsxRuntime.jsx(Ee,{variant:c,size:a,shape:i,dot:e,dotPulse:e,...l,children:s}),p&&jsxRuntime.jsx("span",{className:"text-xs text-text-muted",children:p})]})}function Na({firstName:e,lastName:t,email:r,avatarUrl:o,layout:n="stacked",size:a="md",href:i,LinkComponent:l,linkVariant:s="unstyled",emphasis:c="normal",showEmail:p=false,isLoading:d=false,className:m}){let g={xs:{avatarSize:"xs",gap:"gap-1.5",textSize:"text-xs",secondaryTextSize:"text-xs",skeletonAvatar:24,skeletonText:80,skeletonSecondary:60},sm:{avatarSize:"sm",gap:"gap-2",textSize:"text-sm",secondaryTextSize:"text-xs",skeletonAvatar:32,skeletonText:96,skeletonSecondary:72},md:{avatarSize:"md",gap:"gap-3",textSize:"text-base",secondaryTextSize:"text-sm",skeletonAvatar:40,skeletonText:128,skeletonSecondary:96},lg:{avatarSize:"lg",gap:"gap-3",textSize:"text-lg",secondaryTextSize:"text-base",skeletonAvatar:48,skeletonText:160,skeletonSecondary:120}}[a],f=`${e} ${t}`.trim(),x={strong:"font-semibold text-text-body",high:"font-semibold text-text-body",normal:"text-text-body",low:"text-text-muted"}[c],y=({children:v,className:h})=>i?l?jsxRuntime.jsx(l,{href:i,className:h,children:v}):jsxRuntime.jsx(kt,{href:i,variant:s,className:tailwindMerge.twMerge("hover:underline",h),asButton:false,children:v}):jsxRuntime.jsx("span",{className:h,children:v});return d?n==="inline"?jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("flex items-center",g.gap,m),children:[jsxRuntime.jsx(F,{width:g.skeletonAvatar,height:g.skeletonAvatar,className:"flex-shrink-0 rounded-full"}),jsxRuntime.jsx(F,{width:g.skeletonText,height:g.skeletonAvatar*.5})]}):jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("flex items-center",g.gap,m),children:[jsxRuntime.jsx(F,{width:g.skeletonAvatar,height:g.skeletonAvatar,className:"flex-shrink-0 rounded-full"}),jsxRuntime.jsxs("div",{className:"flex flex-col gap-1",children:[jsxRuntime.jsx(F,{width:g.skeletonText,height:16}),p&&jsxRuntime.jsx(F,{width:g.skeletonSecondary,height:12})]})]}):n==="inline"?jsxRuntime.jsxs(y,{className:tailwindMerge.twMerge("flex items-center",g.gap,i&&"hover:bg-background-hover transition-colors",m),children:[jsxRuntime.jsx(un,{firstName:e,lastName:t,src:o,size:g.avatarSize,variant:"user",shape:"circle",className:"flex-shrink-0"}),jsxRuntime.jsx("span",{className:tailwindMerge.twMerge("leading-normal truncate hover:text-text-body",x,g.textSize,i&&"hover:underline hover:decoration-1 hover:underline-offset-4"),children:f})]}):jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("flex items-center justify-start",g.gap,m),children:[jsxRuntime.jsx(un,{firstName:e,lastName:t,src:o,size:g.avatarSize,variant:"user",shape:"square",className:"flex-shrink-0"}),jsxRuntime.jsxs("div",{className:"flex flex-col items-start min-w-0",children:[jsxRuntime.jsx(y,{className:tailwindMerge.twMerge("leading-normal truncate hover:text-text-body",x,g.textSize,i&&"hover:underline hover:decoration-1 hover:underline-offset-4"),children:f}),p&&r&&jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("text-text-caption leading-normal truncate",g.secondaryTextSize),children:r})]})]})}var my=({isEntering:e,isExiting:t,className:r})=>["max-w-[200px] group bg-slate-700 dark:bg-slate-600 border border-slate-800 dark:border-white/10 shadow-[inset_0_1px_0_0_theme(colors.gray.600)] dark:shadow-none text-white text-sm rounded-lg drop-shadow-lg will-change-transform px-3 py-1",e?"animate-in fade-in placement-bottom:slide-in-from-top-0.5 placement-top:slide-in-from-bottom-0.5 placement-left:slide-in-from-right-0.5 placement-right:slide-in-from-left-0.5 ease-out duration-200":"",t?"animate-out fade-out placement-bottom:slide-out-to-top-0.5 placement-top:slide-out-to-bottom-0.5 placement-left:slide-out-to-right-0.5 placement-right:slide-out-to-left-0.5 ease-in duration-150":"",r].filter(Boolean).join(" ");function fn({children:e,content:t,...r}){return jsxRuntime.jsxs(reactAriaComponents.TooltipTrigger,{delay:200,children:[e,jsxRuntime.jsxs(reactAriaComponents.Tooltip,{...r,offset:10,className:reactAriaComponents.composeRenderProps(r.className,(o,n)=>my({...n,className:o})),children:[jsxRuntime.jsx(reactAriaComponents.OverlayArrow,{children:jsxRuntime.jsx("svg",{width:8,height:8,viewBox:"0 0 8 8",className:"fill-slate-700 stroke-gray-800 group-placement-left:-rotate-90 group-placement-right:rotate-90 group-placement-bottom:rotate-180 dark:fill-slate-600 dark:stroke-white/10 forced-colors:fill-[Canvas] forced-colors:stroke-[ButtonBorder]",children:jsxRuntime.jsx("path",{d:"M0 0 L4 4 L8 0"})})}),t]})]})}function ka({value:e,children:t,className:r,size:o="sm"}){let[n,a]=ir.useState(false),s=jsxRuntime.jsx(q,{variant:"icon",size:o,onPress:()=>{let c=e||(typeof t=="string"?t:"");navigator.clipboard.writeText(c),a(true),setTimeout(()=>{a(false);},2e3);},className:"!px-2",children:jsxRuntime.jsx(P,{name:"Copy",size:o==="sm"?14:16})});return jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("flex items-center gap-1",r),children:[t,n?jsxRuntime.jsx(fn,{content:"Copied!",children:s}):s]})}var Eu={duration:.5,ease:"easeInOut"},ko=ir.createContext(null),rr=()=>{let e=ir.useContext(ko);if(!e)throw new Error("useChartContext must be used within a ChartContextProvider");return e};var gn=({data:e,color:t="var(--color-viz-default)"})=>{let r=ir.useId(),o=ir.useId(),{xScale:n,yScale:a,animationSettings:i}=rr(),l=n.range(),s=a.range();return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("defs",{children:[jsxRuntime.jsxs("linearGradient",{id:r,x1:"0%",y1:"0%",x2:"0%",y2:"100%",children:[jsxRuntime.jsx("stop",{offset:"50%",stopColor:t,stopOpacity:.1}),jsxRuntime.jsx("stop",{offset:"100%",stopColor:t,stopOpacity:0})]}),jsxRuntime.jsx("clipPath",{id:o,children:jsxRuntime.jsx("rect",{x:l[0],y:s[1],width:l[1]-l[0],height:s[0]-s[1]})})]}),jsxRuntime.jsx("g",{clipPath:`url(#${o})`,children:jsxRuntime.jsxs(framerMotion.motion.g,{initial:{scaleY:0},animate:{scaleY:1},transition:{duration:i.duration,ease:i.ease},style:{transformOrigin:`0 ${s[0]}px`,transformBox:"fill-box",isolation:"isolate"},children:[jsxRuntime.jsx(shape.AreaClosed,{data:e,x:c=>n(c.xValue),y:c=>a(c.yValue),yScale:a,fill:`url(#${r})`,curve:curve.curveLinear}),jsxRuntime.jsx(shape.LinePath,{data:e,x:c=>n(c.xValue),y:c=>a(c.yValue),stroke:t,strokeWidth:3,curve:curve.curveLinear})]})})]})};var Po=({data:e,color:t="var(--color-viz-default)",opacity:r=1,categoryColors:o={}})=>{let{xScale:n,yScale:a,animationSettings:i}=rr(),l=ir.useId(),s=n.range(),c=a.range(),p=[...e].sort((u,g)=>u.xValue.getTime()-g.xValue.getTime()),d=p.length>1?p[1].xValue.getTime()-p[0].xValue.getTime():15*6e4,m=Math.abs(n(new Date(p[0].xValue.getTime()+d))-n(p[0].xValue));return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("defs",{children:jsxRuntime.jsx("clipPath",{id:l,children:jsxRuntime.jsx("rect",{x:s[0],y:c[1],width:s[1]-s[0],height:c[0]-c[1]})})}),jsxRuntime.jsx("g",{clipPath:`url(#${l})`,children:jsxRuntime.jsx(framerMotion.motion.g,{initial:{scaleY:0},animate:{scaleY:1},transition:{duration:i.duration,ease:i.ease},style:{transformOrigin:`0 ${c[0]}px`,transformBox:"fill-box",isolation:"isolate"},children:p.map((u,g)=>{let f=n(u.xValue),b=a(u.yValue),x=c[0]-b,y=p[g+1],v=y?Math.abs(n(y.xValue)-f):m,h=u.category&&o[u.category]?o[u.category]:t;return jsxRuntime.jsx(shape.Bar,{x:f-v/2,y:b,width:v,height:x,fill:h,opacity:r,rx:1},u.xValue.getTime())})})})]})};var oe={top:0,right:0,bottom:50,left:60};function Do(e={type:"number"}){let t=i=>{if(i==null)return "-";let l=Lt({value:i,formatter:e});if(l===null)return "-";if(typeof l=="string")return l;if(typeof l=="number")return l.toString();if(typeof l=="object"&&l!==null&&"props"in l){let s=p=>{if(p==null)return "";if(typeof p=="string")return p;if(typeof p=="number")return p.toString();if(typeof p=="object"&&"props"in p){let d=p.props;if(d?.children)return Array.isArray(d.children)?d.children.map(s).join(""):s(d.children)}return ""};return s(l)||i.toString()}return i.toString()},r=i=>{if(i==null)return "-";if(typeof e=="string"){let l=Lt({value:i,formatter:e});return l===null?"-":String(l)}if(typeof e=="object"&&e.type)switch(e.type){case "energy":case "power":case "voltage":case "current":case "resistance":case "temperature":case "distance":return t(i);case "currency":return t(i);default:return t(i)}return t(i)},o,n,a;if(typeof e=="object"&&e.type)switch(e.type){case "number":"min"in e&&(o=e.min),"max"in e&&(n=e.max);break}return {format:t,tickFormat:r,min:o,max:n,tickInterval:a}}var il=(e,t)=>{let r=d3Array.extent(e,o=>o.xValue);return scale.scaleTime({range:[oe.left,t-oe.right],domain:r,nice:true})},sl=(e,t,r)=>{let o=Do(r),n=d3Array.min(e,s=>s.yValue)||0,a=d3Array.max(e,s=>s.yValue)||0,i=o.min!==void 0?o.min:n>=0?0:n*1.1,l=o.max!==void 0?o.max:a<=0?0:a*1.1;return scale.scaleLinear({range:[t-oe.bottom,oe.top],domain:[i,l],nice:true})};var Fy=({top:e,scale:t,width:r})=>{let o=t.domain(),n=bd({start:o[0],end:o[1]});return jsxRuntime.jsx(axis.Axis,{orientation:"bottom",top:e,scale:t,numTicks:Math.min(6,Math.floor(r/100)),tickFormat:a=>n(a),stroke:"var(--color-border-muted)",tickStroke:"var(--color-border-muted)",tickLabelProps:()=>({fill:"var(--color-text-caption)",fontSize:12,textAnchor:"middle"})})},Ey=({left:e,scale:t,yFormatter:r})=>{let o=Do(r);return jsxRuntime.jsx(axis.Axis,{orientation:"left",left:e,scale:t,numTicks:5,tickFormat:n=>(o.tickFormat||o.format)(n),stroke:"var(--color-border-muted)",tickStroke:"var(--color-border-muted)",tickLabelProps:()=>({fill:"var(--color-text-caption)",fontSize:12,textAnchor:"end",dy:"0.33em"})})},bn={Bottom:Fy,Left:Ey};var Vy=({items:e})=>e.length===0?null:jsxRuntime.jsx("div",{className:"flex items-center gap-4",children:e.map(t=>jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx("div",{className:"h-3 w-3",style:{backgroundColor:t.fill,borderRadius:"1px"}}),jsxRuntime.jsx("span",{className:"text-sm text-text-caption",children:t.category})]},t.category))}),Pa=({items:e,onExport:t,marginLeft:r=0,marginRight:o=0,isZoomed:n=false,onResetZoom:a})=>{let[i,l]=ir__namespace.default.useState(false),[s,c]=ir__namespace.default.useState(null),p=ir__namespace.default.useCallback(async d=>{let m=d;l(true),c(m);try{await t(m);}catch(u){console.error("Export failed:",u);}finally{l(false),c(null);}},[t]);return jsxRuntime.jsxs("div",{className:"mt-4 flex items-center justify-between overflow-y-hidden",style:{paddingLeft:`${r}px`,paddingRight:`${o}px`},children:[jsxRuntime.jsx(Vy,{items:e}),jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[n&&a&&jsxRuntime.jsxs(q,{variant:"secondary",size:"sm",onPress:a,children:[jsxRuntime.jsx(P,{name:"ArrowsOut",size:16}),"Reset Zoom"]}),jsxRuntime.jsxs(reactAriaComponents.DialogTrigger,{children:[jsxRuntime.jsxs(q,{variant:"secondary",size:"sm",isDisabled:i,children:[jsxRuntime.jsx(P,{name:"Export",size:16}),i?"Exporting...":"Export"]}),jsxRuntime.jsx(We,{placement:"top end",className:"min-w-48 p-1 bg-white dark:bg-gray-800 rounded-lg shadow-xl ring-1 ring-gray-200 dark:ring-gray-700",children:jsxRuntime.jsxs(reactAriaComponents.Menu,{onAction:p,className:"outline-none",children:[jsxRuntime.jsx(reactAriaComponents.MenuItem,{id:"csv",className:"flex items-center gap-2 px-3 py-2 text-sm text-gray-700 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-gray-700 rounded cursor-pointer outline-none",isDisabled:i,children:jsxRuntime.jsxs("span",{className:"flex items-center gap-2",children:[jsxRuntime.jsx(P,{name:"List",size:14}),s==="csv"?"Exporting...":"Export as CSV"]})}),jsxRuntime.jsx(reactAriaComponents.MenuItem,{id:"svg",className:"flex items-center gap-2 px-3 py-2 text-sm text-gray-700 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-gray-700 rounded cursor-pointer outline-none",isDisabled:i,children:jsxRuntime.jsxs("span",{className:"flex items-center gap-2",children:[jsxRuntime.jsx(P,{name:"Code",size:14}),s==="svg"?"Exporting...":"Export as SVG"]})}),jsxRuntime.jsx(reactAriaComponents.MenuItem,{id:"png",className:"flex items-center gap-2 px-3 py-2 text-sm text-gray-700 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-gray-700 rounded cursor-pointer outline-none",isDisabled:i,children:jsxRuntime.jsxs("span",{className:"flex items-center gap-2",children:[jsxRuntime.jsx(P,{name:"DownloadSimple",size:14}),s==="png"?"Exporting...":"Export as PNG"]})})]})})]})]})]})};var ct={top:10,bottom:15,left:oe.left,right:oe.right},dl=({data:e,seriesMetadata:t,width:r,height:o,onBrushChange:n,brushRegion:a})=>{let i=ir.useRef(null),l=ir.useRef(false),s=ir.useMemo(()=>e.flat(),[e]),c=r-ct.left-ct.right,p=ir.useMemo(()=>{if(s.length===0)return scale.scaleTime({domain:[new Date,new Date],range:[0,c]});let f=new Date(Math.min(...s.map(x=>x.xValue.getTime()))),b=new Date(Math.max(...s.map(x=>x.xValue.getTime())));return scale.scaleTime({domain:[f,b],range:[0,c]})},[s,c]),d=ir.useMemo(()=>{let f=s.length>0?Math.max(0,...s.map(b=>b.yValue)):1;return scale.scaleLinear({domain:[0,f],range:[o-ct.bottom,ct.top]})},[s,o]),m=f=>{if(l.current)return;if(!f){n(null);return}let{x0:b,x1:x}=f;if(b===x)return;let y=new Date(b),v=new Date(x);if(!(Number.isNaN(y.getTime())||Number.isNaN(v.getTime()))){if(s.length>0){let h=Math.min(...s.map(k=>k.xValue.getTime())),C=Math.max(...s.map(k=>k.xValue.getTime())),w=(C-h)*.05;if(Math.abs(y.getTime()-h)<w&&Math.abs(v.getTime()-C)<w){n(null);return}}n([y,v]);}},u=ir.useMemo(()=>{if(s.length!==0)return {start:{x:0,y:ct.top},end:{x:c,y:o-ct.bottom}}},[c,o,s]);ir.useEffect(()=>{if(!i.current||s.length===0)return;let f=i.current.state;if(f?.isBrushing||f?.activeHandle)return;let b=Math.min(...s.map(S=>S.xValue.getTime())),x=Math.max(...s.map(S=>S.xValue.getTime())),y=a?a[0]:new Date(b),v=a?a[1]:new Date(x),h=i.current.state?.extent;if(h){let S=p.invert(h.x0),w=p.invert(h.x1),N=Math.abs(S.getTime()-y.getTime()),k=Math.abs(w.getTime()-v.getTime());if(N<1e3&&k<1e3)return}l.current=true;let C=S=>{let w=i.current.getExtent({x:p(y),y:ct.top},{x:p(v),y:o-ct.bottom});return {...S,start:{y:w.y0,x:w.x0},end:{y:w.y1,x:w.x1},extent:w}};i.current.updateBrush(C),setTimeout(()=>{l.current=false;},50);},[a,p,o,s]);let g={fill:"url(#brush_pattern)",fillOpacity:.15,stroke:"var(--color-border-focus)",strokeWidth:1.5,strokeOpacity:.3};return jsxRuntime.jsx("div",{className:"mt-2",children:jsxRuntime.jsxs("svg",{width:r,height:o,children:[jsxRuntime.jsx(pattern.PatternLines,{id:"brush_pattern",height:8,width:8,stroke:"var(--color-text-muted)",strokeWidth:1,orientation:["diagonal"]}),jsxRuntime.jsxs("g",{transform:`translate(${ct.left}, 0)`,children:[e.map((f,b)=>jsxRuntime.jsx(shape.LinePath,{data:f,x:x=>p(x.xValue),y:x=>d(x.yValue),stroke:t[b]?.color||"var(--color-gray-500)",strokeWidth:1.5,opacity:.8},`brush-series-${b}`)),jsxRuntime.jsx(brush.Brush,{xScale:p,yScale:d,width:c,height:o-ct.top-ct.bottom,margin:{top:ct.top,bottom:ct.bottom,left:0,right:0},handleSize:8,innerRef:i,resizeTriggerAreas:["left","right"],brushDirection:"horizontal",initialBrushPosition:u,onChange:m,onClick:()=>n(null),selectedBoxStyle:g,useWindowMoveEvents:true})]})]})})};function Uu(e){switch(e){case "command":return ze("--color-action-primary","#3b82f6");case "success":return ze("--color-feedback-success","#10b981");case "warning":return ze("--color-feedback-warning","#f59e0b");case "error":return ze("--color-feedback-error","#ef4444");case "alert":return ze("--color-feedback-warning","#f59e0b");case "info":default:return ze("--color-action-secondary","#6b7280")}}function Aa({events:e,color:t,showLabels:r=false}){let o=ir.useContext(ko),[n,a]=ir.useState(null);if(!o)return console.warn("ChartEventMarkers must be used within a ChartContainer"),null;let{xScale:i,yScale:l,height:s,tooltip:c,datasets:p,seriesMetadata:d,seriesTypes:m,categoryColors:u}=o,g=e.filter(x=>{let y=i(x.timestamp);return y>=oe.left&&y<=i.range()[1]}),f=ir.useCallback((x,y)=>{a(y);let v=i(x.timestamp),h=v>(i.range()[1]-oe.right-oe.left)/2+oe.left,C=[];p&&d&&p.forEach((S,w)=>{if(S.length===0)return;let N=d3Array.bisector(K=>K.xValue).left,k=N(S,x.timestamp),L=S[k-1],V=S[k],H;if(!L)H=V;else if(!V)H=L;else {let K=Math.abs(x.timestamp.getTime()-L.xValue.getTime()),B=Math.abs(x.timestamp.getTime()-V.xValue.getTime());H=K<B?L:V;}H&&d[w]&&C.push({label:d[w].label,value:H.yValue,color:d[w].color,type:m?.[w]||"line",...H.category&&{category:H.category,categoryColor:u?.[H.category]}});}),C.push({label:x.label,value:0,color:t||Uu(x.type),type:"event"}),c.show({xValue:x.timestamp,series:C,x:v,y:C.length>1&&typeof C[0].value=="number"?l(C[0].value):s/2,position:h?"left":"right",isEvent:true,eventMetadata:x.metadata});},[i,l,s,c,t,p,d,m,u]),b=ir.useCallback(()=>{a(null),c.hide();},[c]);return g.length===0?null:jsxRuntime.jsx("g",{className:"chart-event-markers","data-testid":"chart-event-markers",children:g.map((x,y)=>{let v=i(x.timestamp),h=t||Uu(x.type),C=n===y;return jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("line",{x1:v,y1:oe.top,x2:v,y2:s-oe.bottom,stroke:h,strokeWidth:C?3:2,strokeDasharray:"4 4",strokeOpacity:C?.9:.6,pointerEvents:"none"}),jsxRuntime.jsx("circle",{cx:v,cy:oe.top,r:C?5:4,fill:h,stroke:"var(--color-background-surface)",strokeWidth:2,pointerEvents:"none"}),jsxRuntime.jsx("circle",{cx:v,cy:s-oe.bottom,r:C?5:4,fill:h,stroke:"var(--color-background-surface)",strokeWidth:2,pointerEvents:"none"}),r&&jsxRuntime.jsx("text",{x:v,y:oe.top-8,textAnchor:"middle",fill:"var(--color-text-caption)",fontSize:11,fontWeight:500,pointerEvents:"none",children:x.label}),jsxRuntime.jsx("rect",{x:v-10,y:oe.top,width:20,height:s-oe.top-oe.bottom,fill:"transparent",style:{cursor:"pointer"},onMouseEnter:()=>f(x,y),onMouseLeave:b})]},`${x.timestamp.getTime()}-${y}`)})})}var Ma=({data:e,formatter:t})=>{if(!e)return null;let{categoryLabels:r,xScale:o}=rr(),n=Do(t),a=ir__namespace.default.useRef(null),[i,l]=ir__namespace.default.useState({x:0,y:0,translate:"translate(-50%, -100%)"});ir__namespace.default.useEffect(()=>{if(!a.current)return;let m=a.current.getBoundingClientRect(),u=window.innerHeight,g=window.innerWidth,f=e.x,b=e.y,x=e.position==="left"?"translate(calc(-100% - 16px), -50%)":"translate(16px, -50%)";e.position==="left"&&f-m.width-16<0?x="translate(16px, -50%)":e.position==="right"&&f+m.width+16>g&&(x="translate(calc(-100% - 16px), -50%)"),b-m.height/2<0?b=m.height/2:b+m.height/2>u&&(b=u-m.height/2),l({x:f,y:b,translate:x});},[e.x,e.y,e.position]);let s=o.domain(),p=s.length===2&&s.every(d=>d instanceof Date)?gd({start:s[0],end:s[1]}):()=>String(e.xValue);return jsxRuntime.jsx(framerMotion.AnimatePresence,{children:jsxRuntime.jsxs(framerMotion.motion.div,{ref:a,role:"tooltip","aria-live":"polite",initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},"data-testid":"tooltip",className:"pointer-events-none absolute z-50 rounded-lg bg-white p-4 text-sm shadow-xl ring-1 ring-gray-200 dark:bg-gray-800 dark:ring-gray-700 whitespace-nowrap",style:{left:i.x,top:i.y,transform:i.translate},children:[jsxRuntime.jsx("time",{className:"mb-1 font-medium text-gray-900 dark:text-gray-100",children:p(e.xValue)}),e.isEvent?jsxRuntime.jsxs("div",{className:"space-y-2",children:[e.series.length>1&&jsxRuntime.jsx("ul",{className:"list-none p-0 border-b border-gray-200 dark:border-gray-700 pb-2",children:e.series.slice(0,-1).map(d=>jsxRuntime.jsxs("li",{className:"py-0.5",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsxs("span",{className:"font-medium text-gray-700 dark:text-gray-300",children:[d.label,":"]}),jsxRuntime.jsx("span",{className:"text-gray-600 dark:text-gray-400",children:n.format(d.value)})]}),d.category&&jsxRuntime.jsxs("div",{className:"mt-0.5 flex items-center gap-2",children:[jsxRuntime.jsx("div",{className:"h-3 w-3",style:{backgroundColor:d.categoryColor||d.color,borderRadius:"1px"}}),jsxRuntime.jsx("span",{className:"text-sm text-gray-600 dark:text-gray-400",children:r?.[d.category]||d.category})]})]},d.label))}),(()=>{let d=e.series[e.series.length-1];return jsxRuntime.jsxs("div",{children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx("div",{className:"h-2 w-2 rounded-full",style:{backgroundColor:d.color}}),jsxRuntime.jsx("span",{className:"font-medium text-gray-900 dark:text-gray-100",children:d.label})]}),e.eventMetadata&&Object.keys(e.eventMetadata).length>0&&jsxRuntime.jsx("div",{className:"ml-4 mt-1 space-y-0.5 text-xs text-gray-600 dark:text-gray-400",children:Object.entries(e.eventMetadata).map(([m,u])=>jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsxs("span",{className:"capitalize",children:[m,":"]}),jsxRuntime.jsx("span",{className:"font-medium",children:u})]},m))})]})})()]}):jsxRuntime.jsx("ul",{className:"list-none p-0",children:e.series.map(d=>jsxRuntime.jsxs("li",{className:"py-0.5",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsxs("span",{className:"font-medium text-gray-700 dark:text-gray-300",children:[d.label,":"]}),jsxRuntime.jsx("span",{className:"text-gray-600 dark:text-gray-400",children:n.format(d.value)})]}),d.category&&jsxRuntime.jsxs("div",{className:"mt-0.5 flex items-center gap-2",children:[jsxRuntime.jsx("div",{className:"h-3 w-3",style:{backgroundColor:d.categoryColor||d.color,borderRadius:"1px"}}),jsxRuntime.jsx("span",{className:"text-sm text-gray-600 dark:text-gray-400",children:r?.[d.category]||d.category})]})]},d.label))})]})})};var xn=({data:e,color:t="var(--color-viz-default)",strokeWidth:r=3,strokeDasharray:o})=>{let{xScale:n,yScale:a,animationSettings:i}=rr(),l=a.range();return jsxRuntime.jsx(framerMotion.motion.g,{initial:{scaleY:0},animate:{scaleY:1},transition:{duration:i.duration,ease:i.ease},style:{transformOrigin:`0 ${l[0]}px`,transformBox:"fill-box",isolation:"isolate"},children:jsxRuntime.jsx(shape.LinePath,{data:e,x:s=>n(s.xValue),y:s=>a(s.yValue),stroke:t,strokeWidth:r,strokeDasharray:o,strokeLinecap:"round",curve:curve.curveLinear})})};var Xu=e=>e.type===gn||e.type===xn||e.type===Po,a0=e=>e.type===Aa,i0=d3Array.bisector(e=>e.xValue).left,s0=()=>jsxRuntime.jsx("div",{className:"flex h-full items-center justify-center",children:jsxRuntime.jsx("p",{className:"text-gray-500",children:"No data available"})}),l0=()=>jsxRuntime.jsxs("div",{className:"flex h-full flex-col gap-4 p-4",children:[jsxRuntime.jsx(F,{className:"h-full w-full"}),jsxRuntime.jsxs("div",{className:"flex gap-4",children:[jsxRuntime.jsx(F,{className:"h-4 w-24"}),jsxRuntime.jsx(F,{className:"h-4 w-24"})]})]}),c0=({parentWidth:e,parentHeight:t,yFormatter:r={type:"number"},isLoading:o=false,enableZoom:n=false,enableBrush:a=false,brushHeight:i=60,onZoomChange:l,children:s})=>{let[c,p]=ir.useState(null),[d,m]=ir.useState(null),u=ir.useRef(null),g=ir.useRef(0),f=ir.useRef(""),b=ir.useRef(null),x=ir.useMemo(()=>$o(),[]),y=ir.useMemo(()=>$i(),[]),{datasets:v,seriesMetadata:h,categoryInfo:C,categoryColors:S,categoryLabels:w,hasBarSeries:N,firstBarSeriesIndex:k,seriesTypes:L}=ir.useMemo(()=>{let me=ir.Children.toArray(s).filter(Q=>ir.isValidElement(Q)&&Xu(Q)),Ne=me.filter(Q=>Q.props.data).length,ke=me.some(Q=>Q.type===Po),ye=[],Be=[],Ge=[],R=null,T=null,ee=null;me.forEach((Q,xe)=>{let ce=Q.props;if(!ce.data)return;ye.push(ce.data);let go=("color"in ce&&ce.color?ce.color:void 0)||(Ne===1?y:x[xe%x.length]);Be.push({label:"label"in ce&&ce.label||`Series ${ye.length}`,color:go});let Ve=Q.type===gn?"area":Q.type===xn?"line":"bar";Ge.push(Ve),"categoryColors"in ce&&ce.categoryColors&&(R=ce.categoryColors),"categoryLabels"in ce&&ce.categoryLabels&&(T=ce.categoryLabels),Q.type===Po&&ee===null&&(ee=ye.length-1);});let ae=null;if(R){let Q=new Set;ye.forEach(xe=>{xe.forEach(ce=>{ce.category&&Q.add(ce.category);});}),ae=Array.from(Q).map(xe=>({label:T?.[xe]||xe,color:R[xe]||"#6b7280"}));}return {datasets:ye,seriesMetadata:Be,categoryInfo:ae,categoryColors:R,categoryLabels:T,hasBarSeries:ke,firstBarSeriesIndex:ee,seriesTypes:Ge}},[s,y,x]),V=e,H=a?i+8:0,K=t-60-24-H,B=Math.max(100,K),J=ir.useMemo(()=>v.flat(),[v]),j=ir.useMemo(()=>{if(J.length===0)return null;let U=[...J].sort((me,Ne)=>me.xValue.getTime()-Ne.xValue.getTime());return [U[0].xValue,U[U.length-1].xValue]},[J]),$=d||j,A=ir.useMemo(()=>$?v.map(me=>me.filter(Ne=>Ne.xValue>=$[0]&&Ne.xValue<=$[1])):v,[v,$]);ir.useEffect(()=>{l&&l(d);},[d,l]);let M=ir.useCallback(U=>{if(!j)return;let{scaleX:me,translateX:Ne}=U,ke=V-oe.left-oe.right,[ye,Be]=j,Ge=Be.getTime()-ye.getTime();if(Ge<=0){m(null);return}let R=-Ne,T=R+ke,ee=ke*me/Ge,ae=R/ee,Q=T/ee,xe=new Date(ye.getTime()+ae),ce=new Date(ye.getTime()+Q),rt=Math.abs(xe.getTime()-ye.getTime()),go=Math.abs(ce.getTime()-Be.getTime()),Ve=Ge*.02;rt<Ve&&go<Ve?m(null):m([xe,ce]);},[j,V]),z=ir.useMemo(()=>$?scale.scaleTime({domain:$,range:[oe.left,V-oe.right]}):il(J,V),[$,J,V]),X=ir.useMemo(()=>A.flat(),[A]),D=ir.useMemo(()=>sl(X,B,r),[X,B,r]),E=ir.useCallback(U=>{let{left:me}=u.current?.getBoundingClientRect()||{left:0},Ne=U.clientX-me;if(U.timeStamp-(g.current||0)<16)return;g.current=U.timeStamp;let ke=z.invert(Ne),ye=v.map((R,T)=>{if(!R||R.length===0)return null;let ee=i0(R,ke,1);if(ee===0)return {point:R[0],datasetIndex:T};if(ee>=R.length)return {point:R[R.length-1],datasetIndex:T};let ae=R[ee-1],Q=R[ee];if(!ae||!Q)return null;let xe=Math.abs(ae.xValue.getTime()-ke.getTime()),ce=Math.abs(Q.xValue.getTime()-ke.getTime());return {point:xe<ce?ae:Q,datasetIndex:T}}).filter(R=>R!==null&&h[R.datasetIndex]!==void 0).map(({point:R,datasetIndex:T})=>({label:h[T].label,value:R.yValue,color:h[T].color,point:R,type:L[T]}));if(ye.length===0){p(null);return}let Be=z(ye[0].point.xValue),Ge=Be>(V-oe.right-oe.left)/2+oe.left;p({xValue:ye[0].point.xValue,series:ye.map(({label:R,value:T,color:ee,point:ae,type:Q})=>({label:R,value:T,color:ee,type:Q,category:ae.category,categoryColor:ae.category&&S?S[ae.category]:void 0})),x:Be,y:D(ye[0].value),position:Ge?"left":"right"});},[v,A,h,L,z,D,V,S]),W=()=>{p(null);},G=ir.useCallback(()=>{m(null),b.current&&b.current.reset();},[]),O=ir.useCallback(U=>{if(m(U),b.current&&j){let[me,Ne]=j,ke=Ne.getTime()-me.getTime();if(ke<=0){b.current.reset();return}if(!U)b.current.reset();else {let[ye,Be]=U,Ge=Be.getTime()-ye.getTime();if(Ge<=0){b.current.reset();return}let R=ke/Ge,T=V-oe.left-oe.right,ae=-((ye.getTime()-me.getTime())/ke)*T*R;b.current.setTransformMatrix({scaleX:R,scaleY:1,translateX:ae,translateY:0,skewX:0,skewY:0});}}},[j,V]),te={width:V,height:B,xScale:z,yScale:D,yFormatter:r,animationSettings:Eu,tooltip:{data:c,show:p,hide:()=>p(null)},datasets:A,seriesMetadata:h,seriesTypes:L,categoryColors:S||void 0,categoryLabels:w||void 0},I=ir.Children.toArray(s),Z=0,ne=[],Ke=[];I.forEach(U=>{if(!ir.isValidElement(U)){ne.push(U);return}if(a0(U))Ke.push(U);else if(Xu(U)){let me=Z;Z++;let Ne=U.props;ne.push(ir__namespace.default.cloneElement(U,{...Ne,data:A[me]||Ne.data,color:h[me]?.color}));}else ne.push(U);});let Ce=(C||h).map(U=>({category:U.label,fill:U.color})),Me=lc({datasets:v,metadata:{xLabel:"Date",yLabel:"Value",seriesLabels:h.map(U=>U.label),timestamp:true},svgRef:u});if(o)return jsxRuntime.jsx(l0,{});if(v.length===0)return jsxRuntime.jsx(s0,{});let jt=jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("title",{children:"Data chart visualization"}),jsxRuntime.jsx("g",{children:D.ticks(5).map(U=>jsxRuntime.jsx(shape.Line,{from:{x:oe.left,y:D(U)},to:{x:V-oe.right,y:D(U)},stroke:"var(--color-border-muted)",strokeWidth:1},`grid-line-${U}`))}),ne,jsxRuntime.jsx(bn.Bottom,{top:B-oe.bottom,scale:z,width:V-oe.left-oe.right}),jsxRuntime.jsx(bn.Left,{left:oe.left,scale:D,yFormatter:r}),c&&!c.isEvent&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[N&&k!==null?(()=>{let U=A[k]??[];if(U.length===0)return null;let me=[...U].sort((ee,ae)=>ee.xValue.getTime()-ae.xValue.getTime()),Ne=me.findIndex(ee=>ee.xValue.getTime()===c.xValue.getTime()),ke=me[Ne+1],ye=me.length>1&&ke?ke.xValue.getTime()-c.xValue.getTime():15*6e4,Be=Math.abs(z(new Date(c.xValue.getTime()+ye))-z(c.xValue)),R=z(c.xValue)-Be/2,T=D.range();return jsxRuntime.jsx("rect",{x:R,y:T[1],width:Be,height:T[0]-T[1],className:"fill-background-muted",opacity:.5,pointerEvents:"none",style:{transition:"all 100ms ease-out"}})})():null,c.series.filter(U=>U.type!=="bar").map(U=>jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("circle",{cx:z(c.xValue),cy:D(U.value),r:8,fill:"white",stroke:U.color,strokeWidth:2,style:{transition:"all 100ms ease-out"}}),jsxRuntime.jsx("circle",{cx:z(c.xValue),cy:D(U.value),r:4,fill:U.color,style:{transition:"all 100ms ease-out"}})]},`highlight-${U.label}`))]}),jsxRuntime.jsx("rect",{x:oe.left,y:oe.top,width:V-oe.left-oe.right,height:B-oe.top-oe.bottom,fill:"transparent",style:{cursor:n?"grab":"crosshair"},onMouseMove:E,onMouseLeave:W}),Ke]});return jsxRuntime.jsx("div",{className:"relative flex h-full flex-col pb-6",children:jsxRuntime.jsxs(ko.Provider,{value:te,children:[n?jsxRuntime.jsx(zoom.Zoom,{width:V,height:B,scaleXMin:1,scaleXMax:20,scaleYMin:1,scaleYMax:1,constrain:U=>{let{scaleX:me,translateX:Ne}=U,ke=Math.max(1,Math.min(20,me)),ye=1,Be=V-oe.left-oe.right,Ge=0,R=Be*(1-ke),T=Math.max(R,Math.min(Ge,Ne));return {...U,scaleX:ke,scaleY:ye,translateX:T,translateY:0}},children:U=>{if(b.current=U,U.transformMatrix){let{scaleX:me,translateX:Ne}=U.transformMatrix,ke=`${me.toFixed(4)}-${Ne.toFixed(2)}`;ke!==f.current&&(f.current=ke,setTimeout(()=>{M(U.transformMatrix);},0));}return jsxRuntime.jsx("svg",{width:V,height:B,className:"overflow-visible",ref:me=>{u.current=me,U.containerRef.current!==me&&(U.containerRef.current=me);},role:"img","aria-label":"Data chart",style:{cursor:U.isDragging?"grabbing":"grab",touchAction:"none"},onMouseDown:U.dragStart,onMouseMove:U.dragMove,onMouseUp:U.dragEnd,onMouseLeave:()=>{U.isDragging&&U.dragEnd();},onTouchStart:U.dragStart,onTouchMove:U.dragMove,onTouchEnd:U.dragEnd,children:jt})}}):jsxRuntime.jsx("svg",{width:V,height:B,className:"overflow-visible",ref:u,role:"img","aria-label":"Data chart",children:jt}),jsxRuntime.jsx(Ma,{data:c,formatter:r}),a&&j&&jsxRuntime.jsx(dl,{data:v,seriesMetadata:h,width:V,height:i,onBrushChange:O,brushRegion:d}),jsxRuntime.jsx(Pa,{onExport:Me,items:Ce,marginLeft:32,marginRight:oe.right,isZoomed:d!==null,onResetZoom:G})]})})},ju=responsive.withParentSize(c0);var g0=e=>e.toLocaleString(),b0=e=>`${Math.round(e*100)}%`,ep=({data:e,width:t=800,height:r=400,padding:o=0,barGap:n=30,formatValue:a=g0,formatPercentage:i=b0,color:l,showScale:s=true,showOverallConversion:c=true,overallConversionLabel:p="Overall Conversion:",activeStageId:d,onStageClick:m,onStageHover:u,className:g,style:f,"aria-label":b="Funnel chart"})=>{let[x,y]=ir.useState(null),[v,h]=ir.useState(t),C=ir.useRef(null),S=d??x,w=ir.useId(),N=l||"var(--color-viz-default)";ir.useEffect(()=>{if(!C.current)return;let B=new ResizeObserver(J=>{for(let j of J)h(j.contentRect.width);});return B.observe(C.current),()=>{B.disconnect();}},[]);let{layout:k,overallConversion:L}=ir.useMemo(()=>{if(e.length===0)return {layout:[],overallConversion:0};let B=e[0].value,J=c?60:0,j=r-o*2-J,$=(e.length-1)*n,A=(j-$)/e.length,M=e.map((X,D)=>{let E=o+J+D*(A+n),W=B===0?0:X.value/B,G=W,O=D===0?null:e[D-1].value,te=O==null||O===0?0:1-X.value/O;return {stage:X,index:D,y:E,barHeight:A,widthPercent:W,conversionRate:G,dropOff:te}}),z=B===0?0:e[e.length-1].value/B;return {layout:M,overallConversion:z,maxValue:B}},[e,v,r,o,n,s,c]);if(e.length===0)return jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("flex h-full min-h-[280px] w-full items-center justify-center rounded-lg border border-dashed border-gray-300 bg-background-surface text-sm font-medium text-text-muted dark:border-gray-700",g),style:{width:t,height:r,...f},children:"No funnel data available"});let V=s?60:0,H=o+V,K=v-o*2-V;return jsxRuntime.jsx("div",{ref:C,className:tailwindMerge.twMerge("relative w-full overflow-hidden rounded-lg bg-background-surface",g),style:{height:r,...f},"aria-label":b,role:"img",children:jsxRuntime.jsxs("svg",{width:"100%",height:r,className:"relative",children:[jsxRuntime.jsxs("defs",{children:[jsxRuntime.jsx(gradient.LinearGradient,{id:`${w}-bar`,from:N,to:N,toOpacity:.85}),jsxRuntime.jsx(gradient.LinearGradient,{id:`${w}-bg`,from:N,to:N,fromOpacity:.01,toOpacity:.15,x1:"0",y1:"0",x2:"1",y2:"0"})]}),c&&jsxRuntime.jsxs("text",{x:H,y:o+20,className:"fill-text-body text-sm font-medium",children:[jsxRuntime.jsx("tspan",{className:"fill-text-muted",children:p})," ",i(L)]}),s&&jsxRuntime.jsx("g",{children:k.map(B=>{let J=B.y+B.barHeight/2;return jsxRuntime.jsx("text",{x:o+V-12,y:J,textAnchor:"end",dominantBaseline:"middle",className:"fill-text-caption text-xs",children:i(B.conversionRate)},B.stage.id)})}),k.map(B=>{let J=S===B.stage.id,j=K*B.widthPercent;return jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("rect",{x:H,y:B.y,width:K,height:B.barHeight,fill:`url(#${w}-bg)`,rx:4}),jsxRuntime.jsx(framerMotion.motion.rect,{x:H,y:B.y,width:j,height:B.barHeight,fill:`url(#${w}-bar)`,rx:4,initial:{width:0},animate:{width:j},transition:{duration:.6,delay:B.index*.1,ease:"easeOut"},opacity:J||S==null?1:.5,style:{cursor:m||u?"pointer":"default",transition:"opacity 150ms ease"},onMouseEnter:()=>{y(B.stage.id),u?.(B.stage);},onMouseLeave:()=>{y(null),u?.(null);},onClick:()=>m?.(B.stage)}),jsxRuntime.jsx("rect",{x:H+10,y:B.y+B.barHeight/2-10,width:70,height:20,className:"fill-background-surface stroke-border-default",strokeWidth:1,rx:4,style:{pointerEvents:"none"}}),jsxRuntime.jsx("text",{x:H+16,y:B.y+B.barHeight/2+4,className:"fill-text-heading text-xs font-semibold",style:{pointerEvents:"none"},children:a(B.stage.value)}),jsxRuntime.jsxs("text",{x:H,y:B.y-8,className:"fill-text-muted text-xs",style:{pointerEvents:"none"},children:[jsxRuntime.jsx("tspan",{children:B.index+1})," ",B.stage.label]}),B.stage.secondaryValue&&jsxRuntime.jsx("text",{x:H+16,y:B.y-24,className:"fill-text-muted text-xs",style:{pointerEvents:"none"},children:B.stage.secondaryValue}),B.index>0&&B.dropOff>0&&jsxRuntime.jsxs("text",{x:H+K,y:B.y-8,textAnchor:"end",className:"fill-text-muted text-xs",children:[i(B.dropOff)," drop"]}),B.stage.annotation&&jsxRuntime.jsxs("g",{children:[jsxRuntime.jsx("rect",{x:H+j+8,y:B.y+8,width:60,height:24,rx:3,className:"fill-background-muted"}),jsxRuntime.jsx("text",{x:H+j+16,y:B.y+20,className:"fill-text-caption text-xs font-medium",children:B.stage.annotation})]})]},B.stage.id)})]})})};function x0(e,t,r){return {field:e,operator:t,value:r}}function h0(e,t="AND"){return {logic:t,conditions:e}}function hn(){return {logic:"AND",conditions:[]}}function tp(e){return !e||e.conditions.length===0?true:e.conditions.every(t=>"conditions"in t?tp(t):false)}function y0(e,t){if(!e)return [];let r=new Map(t?.map(i=>[i.field,i])),o=new Map;function n(i){if("conditions"in i)i.conditions.forEach(l=>n(l));else {let l=o.get(i.field)||[];l.push(i),o.set(i.field,l);}}e.conditions.forEach(i=>n(i));let a=[];for(let[i,l]of o.entries()){let s=r.get(i),c=s?.label||i,p=[],d=[],m=[];for(let u of l)u.operator==="in"&&Array.isArray(u.value)?p.push(...u.value):u.operator==="eq"?typeof u.value!="boolean"&&!Array.isArray(u.value)?p.push(u.value):m.push(u):["gte","gt","lte","lt"].includes(u.operator)?d.push({operator:u.operator,value:typeof u.value=="boolean"||Array.isArray(u.value)?String(u.value):u.value}):m.push(u);if(p.length>0){let g=Array.from(new Set(p)).map(f=>s?.values?.find(x=>String(x.value)===String(f))?.label??f);a.push({id:`${i}-in`,label:c,value:g.join(", ")});}if(d.length>0){let u=d.find(f=>f.operator==="gte"||f.operator==="gt"),g=d.find(f=>f.operator==="lte"||f.operator==="lt");if(u&&g){let f=u.operator==="gte"?"\u2265":">",b=g.operator==="lte"?"\u2264":"<";a.push({id:`${i}-range`,label:c,value:`${f} ${u.value} and ${b} ${g.value}`});}else for(let f of d){let b;f.operator==="gte"?b="\u2265":f.operator==="gt"?b=">":f.operator==="lte"?b="\u2264":b="<",a.push({id:`${i}-${f.operator}`,label:c,value:`${b} ${f.value}`});}}for(let u of m){let g;u.operator==="neq"?g=`\u2260 ${u.value}`:u.operator==="contains"?g=`contains "${u.value}"`:u.operator==="startsWith"?g=`starts with "${u.value}"`:u.operator==="endsWith"?g=`ends with "${u.value}"`:g=String(u.value),a.push({id:`${i}-${u.operator}`,label:c,value:g});}}return a}function vr(e,t){let r=e||hn();return {...r,conditions:[...r.conditions,t]}}function Yr(e,t){if(!e)return hn();let r=e.conditions.filter(o=>"conditions"in o?Yr(o,t).conditions.length>0:o.field!==t);return {...e,conditions:r}}function pl(e){if(!e)return [];let t=new Set;function r(o){"conditions"in o?o.conditions.forEach(r):t.add(o.field);}return e.conditions.forEach(r),Array.from(t)}function yn({count:e,label:t="results",isLoading:r=false,className:o=""}){if(r)return jsxRuntime.jsx("div",{className:`flex items-center ${o}`,children:jsxRuntime.jsx(F,{width:80,height:16})});let n=t.endsWith("s")?t.slice(0,-1):t,a=e===1?n:t;return jsxRuntime.jsxs("div",{className:`text-sm text-text-muted whitespace-nowrap ${o}`,children:[e.toLocaleString()," ",a]})}var N0=e=>{let t=Nt({isInvalid:e.isInvalid,isDisabled:e.isDisabled,isFocused:e.isFocused,transparent:e.transparent,size:e.size}),r=[e.showSearchIcon?"pl-8":"pl-3",e.isClearable&&e.hasValue||e.isPassword?"pr-8":"pr-3"].join(" ");return tailwindMerge.twMerge(t,r,e.className)};function Mo({label:e,description:t,errorMessage:r,size:o="md",tooltip:n,isRequired:a,transparent:i,showSearchIcon:l,isClearable:s,onClear:c,type:p,validationResult:d,...m}){let[u,g]=ir__namespace.default.useState(false),{isFocused:f,handleFocus:b,handleBlur:x}=Vt(),y=p==="password";return jsxRuntime.jsx(reactAriaComponents.TextField,{...m,isRequired:a,className:de(m.className,"group flex flex-col"),children:({isDisabled:v,isInvalid:h})=>jsxRuntime.jsxs("div",{className:"flex flex-col",children:[e&&jsxRuntime.jsx(ve,{size:o,tooltip:n,isRequired:a,children:e}),jsxRuntime.jsxs(br,{children:[l&&jsxRuntime.jsx("div",{className:"pointer-events-none absolute left-2 top-1/2 -translate-y-[calc(50%+1px)] transform",children:jsxRuntime.jsx(P,{name:"MagnifyingGlass",className:"h-4 w-4 text-text-muted"})}),jsxRuntime.jsx(eu,{size:o,disabled:v,type:y?u?"text":"password":p,value:m.value,defaultValue:m.defaultValue,placeholder:m.placeholder,onFocus:C=>b(C,m.onFocus),onBlur:C=>x(C,m.onBlur),onChange:C=>m.onChange?.(C.target.value),className:N0({isInvalid:h,isDisabled:v,isFocused:f,size:o,transparent:i,showSearchIcon:l,isClearable:s,hasValue:!!m.value,isPassword:y,className:typeof m.className=="string"?m.className:void 0})}),s&&m.value&&!v&&jsxRuntime.jsx(_d,{onClick:()=>{c?c():m.onChange&&m.onChange("");},size:o}),y&&!v&&jsxRuntime.jsx("button",{type:"button",onClick:()=>g(!u),className:"absolute right-3 top-1/2 -translate-y-1/2 transform text-text-muted hover:text-text-body","aria-label":u?"Hide password":"Show password",onMouseDown:C=>{C.preventDefault(),C.stopPropagation();},children:jsxRuntime.jsx(P,{name:u?"EyeSlash":"Eye",size:o==="sm"?16:20,className:"text-text-body"})})]}),t&&jsxRuntime.jsx(we,{size:o,className:"mt-3",children:t}),typeof r=="string"&&jsxRuntime.jsx(be,{size:o,className:"mt-1",children:r}),typeof r=="function"&&d&&jsxRuntime.jsx(be,{size:o,className:"mt-1",children:r(d)})]})})}function Jr({value:e,onChange:t,onClear:r,placeholder:o="Search...",size:n="sm",className:a=""}){return jsxRuntime.jsx("div",{className:`flex-1 min-w-0 sm:max-w-sm ${a}`,children:jsxRuntime.jsx(Mo,{value:e,onChange:t,placeholder:o,showSearchIcon:true,isClearable:!!e&&!!r,onClear:r,size:n,"aria-label":o})})}function Cn({value:e,options:t,onChange:r,direction:o,onDirectionChange:n,showLabel:a=true,size:i="sm",className:l=""}){let s=o!==void 0&&n!==void 0;return jsxRuntime.jsxs("div",{className:`flex items-center gap-2 ${l}`,children:[a&&jsxRuntime.jsx("span",{className:"text-sm text-text-muted whitespace-nowrap",children:"Sort by:"}),jsxRuntime.jsx(zr,{selectedKey:e,onSelectionChange:c=>r(c),size:i,className:"min-w-32",items:t.map(c=>({id:c.value,label:c.label,value:c.value})),renderItem:c=>c.label,"aria-label":"Sort by"}),s&&jsxRuntime.jsx(q,{variant:"ghost",size:i,onClick:()=>n(o==="asc"?"desc":"asc"),"aria-label":`Sort ${o==="asc"?"descending":"ascending"}`,className:"p-1.5",children:o==="asc"?jsxRuntime.jsx(lucideReact.ArrowUp,{className:"w-4 h-4"}):jsxRuntime.jsx(lucideReact.ArrowDown,{className:"w-4 h-4"})})]})}function ap({search:e,searchMobileMode:t="expanded",filters:r=[],onRemoveFilter:o,onClearAllFilters:n,onManageFilters:a,maxVisibleFilterChips:i=3,sort:l,resultsCount:s,sticky:c,stickyTop:p="0",zIndex:d=10,className:m="",style:u}){let g=r.length>0;if(!(e||g||a||l||s))return null;let b=c?"sticky bg-background-surface":"",x=c?{top:p,zIndex:d}:{};return jsxRuntime.jsxs("div",{className:`@container flex flex-col gap-3 bg-background-surface py-3 border-b border-border-default ${b} ${m}`,style:{...u,...x},children:[jsxRuntime.jsxs("div",{className:"hidden @[640px]:flex @[640px]:items-center @[640px]:justify-between @[640px]:gap-4",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-3 flex-1 min-w-0",children:[s&&jsxRuntime.jsx(yn,{count:s.count,label:s.label,isLoading:s.isLoading}),s&&l&&jsxRuntime.jsx("div",{className:"h-4 w-px bg-border-default"}),l&&jsxRuntime.jsx(Cn,{value:l.value,options:l.options,onChange:l.onChange,showLabel:l.showLabel,direction:l.direction,onDirectionChange:l.onDirectionChange}),g&&o&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[r.slice(0,i).map(y=>jsxRuntime.jsxs(xr,{variant:"brand",size:"sm",onRemove:()=>o(y.id),isRemovable:true,children:[y.label,": ",y.value]},y.id)),r.length>i&&a&&jsxRuntime.jsxs(q,{variant:"ghost",size:"sm",onClick:a,className:"text-text-muted hover:text-text-body whitespace-nowrap",children:["+",r.length-i," more"]}),n&&jsxRuntime.jsx(q,{variant:"ghost",size:"sm",onClick:n,className:"text-text-muted hover:text-text-body whitespace-nowrap",children:"Clear all"})]})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3 flex-shrink-0",children:[e&&jsxRuntime.jsx("div",{className:"w-64",children:jsxRuntime.jsx(Jr,{value:e.value,onChange:e.onChange,onClear:e.onClear,placeholder:e.placeholder})}),a&&jsxRuntime.jsx(q,{variant:"secondary",size:"sm",icon:"Sliders",badgeNumber:r.length>0?r.length:void 0,onClick:a,children:"Filters"})]})]}),jsxRuntime.jsxs("div",{className:"@[640px]:hidden",children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-3 mb-3",children:[e&&jsxRuntime.jsx("div",{className:"flex-1",children:jsxRuntime.jsx(Jr,{value:e.value,onChange:e.onChange,onClear:e.onClear,placeholder:e.placeholder})}),a&&jsxRuntime.jsx(q,{variant:"secondary",size:"sm",icon:"Sliders",badgeNumber:r.length>0?r.length:void 0,onClick:a,"aria-label":`Filters${r.length>0?` (${r.length} active)`:""}`})]}),jsxRuntime.jsxs("div",{className:"flex items-center justify-between gap-3",children:[s&&jsxRuntime.jsx(yn,{count:s.count,label:s.label,isLoading:s.isLoading}),l&&jsxRuntime.jsx(Cn,{value:l.value,options:l.options,onChange:l.onChange,showLabel:l.showLabel,direction:l.direction,onDirectionChange:l.onDirectionChange})]})]})]})}function ip({filters:e,onRemove:t,onClearAll:r,onManageFilters:o,maxVisibleChips:n=3,mode:a="chips",showManageButton:i=true,size:l="sm",className:s=""}){let c=e.length>0,p=e.slice(0,n),d=Math.max(0,e.length-n),m=d>0,u=a==="button"&&!!o,g=a==="chips"&&i&&!!o;if(!c&&!u&&!g)return null;let f=u&&jsxRuntime.jsxs(q,{variant:"secondary",size:l,onClick:o,className:"whitespace-nowrap",children:[e.length," ",e.length===1?"filter":"filters"]}),b=jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[g&&jsxRuntime.jsx(q,{variant:"secondary",size:l,icon:"Sliders",onClick:o,className:"whitespace-nowrap",children:"Filters"}),c&&p.map(y=>jsxRuntime.jsxs(xr,{variant:"secondary",size:l,onRemove:()=>t(y.id),isRemovable:true,children:[y.label,": ",y.value]},y.id)),c&&m&&o&&jsxRuntime.jsxs(q,{variant:"ghost",size:l,onClick:o,className:"text-text-muted hover:text-text-body whitespace-nowrap",children:["+",d," more"]}),c&&r&&jsxRuntime.jsx(q,{variant:"ghost",size:l,onClick:r,className:"text-text-muted hover:text-text-body whitespace-nowrap",children:"Clear all"})]}),x=a==="button"?f:b;return jsxRuntime.jsx("div",{className:`flex flex-wrap items-center gap-2 ${s}`,children:x})}function sp({label:e,description:t,errorMessage:r,showCalendar:o=false,...n}){let[a,i]=ir.useState(false),l=s=>{n.onChange&&s&&n.onChange(s),i(false);};return jsxRuntime.jsxs(reactAriaComponents.DateField,{...n,className:de(n.className,"flex flex-col gap-1"),children:[e&&jsxRuntime.jsx(ve,{children:e}),o?jsxRuntime.jsxs(ha,{className:"w-auto min-w-[208px]",children:[jsxRuntime.jsx(Lo,{className:"min-w-[150px] flex-1"}),jsxRuntime.jsxs(reactAriaComponents.DialogTrigger,{isOpen:a,onOpenChange:i,children:[jsxRuntime.jsx(q,{variant:"icon",className:"mr-1 w-6 rounded outline-offset-0",children:jsxRuntime.jsx(lucideReact.CalendarIcon,{"aria-hidden":true,className:"h-4 w-4"})}),jsxRuntime.jsx(reactAriaComponents.Popover,{children:jsxRuntime.jsx(reactAriaComponents.Dialog,{className:"p-4",children:jsxRuntime.jsx(wo,{value:n.value,onChange:l,minValue:n.minValue,maxValue:n.maxValue,isDisabled:n.isDisabled,isReadOnly:n.isReadOnly,isDateUnavailable:n.isDateUnavailable})})})]})]}):jsxRuntime.jsx(Lo,{}),t&&jsxRuntime.jsx(we,{children:t}),typeof r=="string"?jsxRuntime.jsx(be,{children:r}):null]})}function z0({isPlaceholder:e,isDisabled:t}){return ["inline box-content px-0.5 -my-0.5 rounded outline-none tabular-nums text-center transition-colors",e?"text-text-muted italic":"text-text-body",t?"text-text-disabled cursor-not-allowed":"cursor-text","hover:bg-text-body/5","data-[focused]:!outline-[1.5px] data-[focused]:!outline-[var(--control-focus-ring-color)] data-[focused]:![--tw-outline-style:solid]"].filter(Boolean).join(" ")}function Lo(e){return jsxRuntime.jsx(reactAriaComponents.DateInput,{className:t=>cn({...t,className:typeof e.className=="string"?e.className:"min-w-[150px] px-2 py-1.5 text-sm flex items-center gap-0.5"}),...e,children:t=>jsxRuntime.jsx(reactAriaComponents.DateSegment,{segment:t,className:z0({isPlaceholder:t.isPlaceholder,isDisabled:!t.isEditable})})})}function K0({selectionState:e,isDisabled:t}){let r=`${Se} w-full h-full flex items-center justify-center rounded-sm forced-color-adjust-none font-semibold`,o={none:"text-text-body group-hover:bg-background-muted group-pressed:bg-background-muted",middle:["bg-gray-100 dark:bg-zinc-700 group-hover:bg-gray-200 dark:group-hover:bg-zinc-600 forced-colors:group-hover:bg-[Highlight]","group-invalid:group-hover:bg-red-200 forced-colors:group-invalid:group-hover:bg-[Mark]","group-pressed:bg-gray-200 dark:group-pressed:bg-zinc-600 forced-colors:group-pressed:bg-[Highlight] forced-colors:text-[HighlightText]","group-invalid:group-pressed:bg-red-300 forced-colors:group-invalid:group-pressed:bg-[Mark]"].join(" "),cap:"bg-zinc-900 dark:bg-zinc-100 text-white dark:text-zinc-900 group-invalid:bg-red-600 forced-colors:bg-[Highlight] forced-colors:group-invalid:bg-[Mark] forced-colors:text-white"},n=t?"text-textFaint dark:text-zinc-600 forced-colors:text-textFaint font-light":"";return [r,o[e],n].filter(Boolean).join(" ")}function Eo({errorMessage:e,...t}){return jsxRuntime.jsxs(reactAriaComponents.RangeCalendar,{...t,children:[jsxRuntime.jsx(Sa,{}),jsxRuntime.jsxs(reactAriaComponents.CalendarGrid,{className:"w-full border-separate [border-spacing:0] [&_td]:p-0 [&_td]:!border-0",children:[jsxRuntime.jsx(wa,{}),jsxRuntime.jsx(reactAriaComponents.CalendarGridBody,{children:r=>jsxRuntime.jsx(reactAriaComponents.CalendarCell,{date:r,className:"selection-start:rounded-s-full selection-end:rounded-e-full [td:last-child_&]:rounded-e-end group h-9 w-9 cursor-default text-sm border-0 outside-month:text-gray-300 invalid:selected:bg-red-100 forced-colors:selected:bg-[Highlight] forced-colors:selected:text-white forced-colors:invalid:selected:bg-[Mark] [td:first-child_&]:rounded-s-full [&]:border-0",children:({formattedDate:o,isSelected:n,isSelectionStart:a,isSelectionEnd:i,isFocusVisible:l,isDisabled:s})=>jsxRuntime.jsx("span",{className:K0({selectionState:n&&(a||i)?"cap":n?"middle":"none",isDisabled:s}),children:o})})})]}),e&&jsxRuntime.jsx(reactAriaComponents.Text,{slot:"errorMessage",className:"text-sm text-red-600",children:e})]})}function Ia({label:e,description:t,errorMessage:r,...o}){return jsxRuntime.jsxs(reactAriaComponents.DateRangePicker,{...o,className:de(o.className,"group flex flex-col gap-1"),children:[e&&jsxRuntime.jsx(ve,{children:e}),jsxRuntime.jsxs(ha,{className:"w-auto min-w-[208px]",children:[jsxRuntime.jsx(Lo,{slot:"start",className:"px-2 py-1.5 text-sm"}),jsxRuntime.jsx("span",{"aria-hidden":"true",className:"text-gray-800 group-disabled:text-gray-200 dark:text-zinc-200 group-disabled:dark:text-zinc-600 forced-colors:text-[ButtonText] group-disabled:forced-colors:text-[GrayText]",children:"\u2013"}),jsxRuntime.jsx(Lo,{slot:"end",className:"flex-1 px-2 py-1.5 text-sm"}),jsxRuntime.jsx(q,{variant:"icon",className:"mr-1 w-6 rounded outline-offset-0",children:jsxRuntime.jsx(lucideReact.CalendarIcon,{"aria-hidden":true,className:"h-4 w-4"})})]}),t&&jsxRuntime.jsx(we,{children:t}),typeof r=="string"?jsxRuntime.jsx(be,{children:r}):null,jsxRuntime.jsx(We,{children:jsxRuntime.jsx(Eo,{})})]})}var $0=e=>{let t=Nt({isInvalid:e.isInvalid,isDisabled:e.isDisabled,isFocused:e.isFocused,transparent:e.transparent,size:e.size});return tailwindMerge.twMerge(t,"pr-9","[appearance:textfield] [&::-webkit-outer-spin-button]:appearance-none [&::-webkit-inner-spin-button]:appearance-none",e.className)};function Sn({label:e,description:t,errorMessage:r,size:o="md",tooltip:n,isRequired:a,transparent:i,validationResult:l,...s}){let c=ir.useId(),{isFocused:p,handleFocus:d,handleBlur:m}=Vt();return jsxRuntime.jsx(reactAriaComponents.NumberField,{...s,id:c,isRequired:a,className:de(s.className,"group flex flex-col gap-1"),step:s.step??1,onChange:u=>{typeof u=="number"&&(s.maxValue!=null&&u>s.maxValue?s.onChange?.(s.maxValue):s.minValue!=null&&u<s.minValue?s.onChange?.(s.minValue):s.onChange?.(u));},isInvalid:!!r||typeof s.value=="number"&&(s.maxValue!=null&&s.value>s.maxValue||s.minValue!=null&&s.value<s.minValue),children:({isDisabled:u,isInvalid:g})=>jsxRuntime.jsxs("div",{className:"flex flex-col",children:[e&&jsxRuntime.jsx(ve,{size:o,tooltip:n,isRequired:a,htmlFor:c,children:e}),jsxRuntime.jsx("div",{className:"relative",children:jsxRuntime.jsxs(reactAriaComponents.Group,{className:"relative",children:[jsxRuntime.jsx(reactAriaComponents.Input,{onFocus:b=>d(b,s.onFocus),onBlur:b=>m(b,s.onBlur),className:$0({isInvalid:g||!!r,isDisabled:u,isFocused:p,transparent:i,size:o,className:typeof s.className=="string"?s.className:void 0})}),jsxRuntime.jsxs("div",{className:"absolute inset-y-[2px] right-[2px] flex flex-col divide-y divide-border-default border-l border-border-default overflow-hidden rounded-r-[calc(var(--control-border-radius)-2px)]",children:[jsxRuntime.jsx(reactAriaComponents.Button,{slot:"increment",isDisabled:u,className:"flex h-1/2 w-7 items-center justify-center bg-background-input hover:bg-background-input-hover active:bg-background-input-active disabled:cursor-not-allowed disabled:opacity-50",children:jsxRuntime.jsx(P,{name:"CaretUp",size:14})}),jsxRuntime.jsx(reactAriaComponents.Button,{slot:"decrement",isDisabled:u,className:"flex h-1/2 w-7 items-center justify-center bg-background-input hover:bg-background-input-hover active:bg-background-input-active disabled:cursor-not-allowed disabled:opacity-50",children:jsxRuntime.jsx(P,{name:"CaretDown",size:14})})]})]})}),t&&jsxRuntime.jsx(we,{size:o,className:"mt-3",children:t}),r&&jsxRuntime.jsx(be,{size:o,className:"mt-3",children:typeof r=="function"?r(l):r})]})})}var xl={sm:{track:"h-4 w-7",handle:"h-3.5 w-3.5",text:"text-xs"},md:{track:"h-5 w-9",handle:"h-4 w-4",text:"text-sm"},lg:{track:"h-6 w-11",handle:"h-5 w-5",text:"text-base"},xl:{track:"h-7 w-14",handle:"h-6 w-6",text:"text-lg"}};function ev({isSelected:e,isDisabled:t,variant:r="default",size:o="md"}){let n="flex px-px items-center shrink-0 cursor-default rounded-full transition duration-200 ease-in-out shadow-inner border border-transparent",a=xl[o].track,i=Se,l=r==="brand"?"focus-visible:outline-action-brand":"focus-visible:outline-action-default",s="";return e?r==="brand"?s="bg-action-brand forced-colors:!bg-[Highlight] group-pressed:bg-action-brand-hover":s="bg-action-default forced-colors:!bg-[Highlight] group-pressed:bg-action-default-hover":s="bg-gray-400 dark:bg-zinc-400 group-pressed:bg-gray-500 dark:group-pressed:bg-zinc-300",[n,a,i,l,s,t?"bg-gray-200 dark:bg-zinc-700 forced-colors:group-selected:!bg-[GrayText] forced-colors:border-[GrayText]":""].filter(Boolean).join(" ")}function tv({isSelected:e,isDisabled:t,size:r="md"}){let o="transform rounded-full bg-white dark:bg-zinc-900 outline-none shadow transition duration-200 ease-in-out",n=xl[r].handle;return [o,n,e?"translate-x-[100%]":"translate-x-0",t?"forced-colors:outline-[GrayText]":""].filter(Boolean).join(" ")}function Ba({children:e,variant:t="default",size:r="md",...o}){return jsxRuntime.jsx(reactAriaComponents.Switch,{...o,className:de(o.className,`group flex items-center gap-2 ${xl[r].text} text-gray-800 transition disabled:text-gray-300 dark:text-zinc-200 dark:disabled:text-zinc-600 forced-colors:disabled:text-[GrayText]`),children:n=>jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:ev({...n,variant:t,size:r}),children:jsxRuntime.jsx("span",{className:tv({...n,size:r})})}),e]})})}function pp({isOpen:e,onClose:t,facetConfigs:r,facetCounts:o={},currentFilters:n,onApply:a,onClear:i,title:l="Filters"}){let[s,c]=ir.useState(n),[p,d]=ir.useState({});ir.useEffect(()=>{e&&(c(n),d({}));},[e,n]);let m=()=>{a(s),t();},u=()=>{let h=hn();c(h),i?i():a(h),t();},g=h=>{if(!s)return [];if(!pl(s).includes(h))return [];let S=[];function w(N){if(N)for(let k of N.conditions)"conditions"in k?w(k):k.field===h&&k.operator==="in"&&Array.isArray(k.value)&&S.push(...k.value.map(String));}return w(s),S},f=(h,C,S)=>{let w=Yr(s,h);C!==void 0&&(w=vr(w,{field:h,operator:"gte",value:C})),S!==void 0&&(w=vr(w,{field:h,operator:"lte",value:S})),c(w);},b=h=>{if(!s)return;let C;function S(w){if(w)for(let N of w.conditions)"conditions"in N?S(N):N.field===h&&N.operator==="eq"&&typeof N.value=="boolean"&&(C=N.value);}return S(s),C},x=(h,C)=>{let S=Yr(s,h);C!==void 0&&(S=vr(S,{field:h,operator:"eq",value:C})),c(S);},y=(h,C,S)=>{let w=Yr(s,h);C&&(w=vr(w,{field:h,operator:"gte",value:C.toString()})),S&&(w=vr(w,{field:h,operator:"lte",value:S.toString()})),c(w);},v=h=>{let C=o[h.field]||{},S=p[h.field]||"",w=[];if(h.values?w=h.values.map(k=>({value:String(k.value),label:k.label,count:C[String(k.value)]})):w=Object.entries(C).map(([k,L])=>({value:k,label:k,count:L})),S){let k=S.toLowerCase();w=w.filter(L=>L.label.toLowerCase().includes(k));}w.sort((k,L)=>k.count!==void 0&&L.count!==void 0&&L.count!==k.count?L.count-k.count:k.label.localeCompare(L.label));let N=h.type||"string";if(N==="string"||!h.type){let k=g(h.field);return jsxRuntime.jsxs("div",{className:"space-y-3",children:[jsxRuntime.jsx("div",{className:"font-medium text-text-body",children:h.label}),w.length>10&&jsxRuntime.jsx(Jr,{value:S,onChange:L=>d(V=>({...V,[h.field]:L})),onClear:()=>d(L=>({...L,[h.field]:""})),placeholder:`Search ${h.label.toLowerCase()}...`,size:"sm"}),jsxRuntime.jsx(Xs,{value:k,onChange:L=>{let V=Yr(s,h.field);L.length>0&&(V=vr(V,{field:h.field,operator:"in",value:L})),c(V);},children:w.slice(0,50).map(L=>jsxRuntime.jsx(Gr,{value:L.value,children:jsxRuntime.jsxs("span",{className:"text-sm text-text-body",children:[L.label,L.count!==void 0&&jsxRuntime.jsxs("span",{className:"ml-2 text-text-muted",children:["(",L.count,")"]})]})},L.value))}),w.length>50&&jsxRuntime.jsxs("div",{className:"text-sm text-text-muted",children:["Showing first 50 of ",w.length," options. Use search to narrow down."]})]})}if(N==="number"){let k,L,V=H=>{if(H)for(let K of H.conditions)"conditions"in K?V(K):K.field===h.field&&(K.operator==="gte"&&typeof K.value=="number"&&(k=K.value),K.operator==="lte"&&typeof K.value=="number"&&(L=K.value));};return V(s),jsxRuntime.jsxs("div",{className:"space-y-3",children:[jsxRuntime.jsx("div",{className:"font-medium text-text-body",children:h.label}),jsxRuntime.jsxs("div",{className:"grid grid-cols-2 gap-3",children:[jsxRuntime.jsx(Sn,{label:"Min",value:k,onChange:H=>f(h.field,H,L)}),jsxRuntime.jsx(Sn,{label:"Max",value:L,onChange:H=>f(h.field,k,H)})]})]})}if(N==="boolean"){let k=b(h.field);return jsxRuntime.jsx("div",{className:"space-y-3",children:jsxRuntime.jsxs("div",{className:"flex items-center justify-between",children:[jsxRuntime.jsx("span",{className:"font-medium text-text-body",children:h.label}),jsxRuntime.jsx(Ba,{size:"lg",isSelected:k??false,onChange:L=>x(h.field,L?true:void 0),children:k?"Yes":"No"})]})})}return N==="date"?jsxRuntime.jsxs("div",{className:"space-y-3",children:[jsxRuntime.jsx("div",{className:"font-medium text-text-body",children:h.label}),jsxRuntime.jsx(Ia,{label:"Date Range",onChange:k=>{k?y(h.field,k.start,k.end):y(h.field,void 0,void 0);}})]}):null};return jsxRuntime.jsx(fr,{isOpen:e,onClose:t,title:l,primaryAction:{label:"Apply",onPress:m,variant:"default"},secondaryAction:{label:"Clear all",onPress:u},maxWidth:"500px",children:jsxRuntime.jsxs("div",{className:"space-y-6",children:[r.length===0&&jsxRuntime.jsx("div",{className:"text-text-muted",children:"No filters available"}),r.map((h,C)=>jsxRuntime.jsxs("div",{children:[v(h),C<r.length-1&&jsxRuntime.jsx("div",{className:"mt-6 border-t border-border-muted"})]},h.field))]})})}function hl(e="left"){switch(e){case "center":return "justify-center text-center";case "right":return "justify-end text-right";default:return "justify-start text-left"}}function vt(e="normal",t){return tailwindMerge.twMerge({strong:"font-semibold text-text-body",high:"font-semibold text-text-body",normal:"text-text-body",low:"text-text-muted"}[e],t&&"hover:text-action-brand cursor-pointer transition-colors")}function fe(e="left",t){return tailwindMerge.twMerge("flex items-center gap-1",hl(e),t)}function za(e,t="\u2014"){return e==null||e===""?t:String(e)}var Cr={xs:"h-4 w-12",sm:"h-4 w-20",md:"h-4 w-24",lg:"h-4 w-32",xl:"h-4 w-40"};function Ct(e="normal"){return {strong:Cr.lg,high:Cr.lg,normal:Cr.md,low:Cr.sm}[e]}function le(e,t){return typeof e=="function"?e(t):e}function mp(e="neutral",t="sm"){return tailwindMerge.twMerge("inline-flex items-center rounded-full font-medium",t==="sm"?"px-2 py-0.5 text-xs":"px-2.5 py-1 text-sm",{success:"bg-green-100 text-green-800",error:"bg-red-100 text-red-800",warning:"bg-yellow-100 text-yellow-800",info:"bg-blue-100 text-blue-800",neutral:"bg-gray-100 text-gray-800"}[e])}function fp(e){return e?"success":"neutral"}function Oa(e,t=false){return t?e>0?"text-green-600":e<0?"text-red-600":"text-text-body":"text-text-body"}function yl(e="hover",t="default"){let r={default:"text-action-primary hover:text-action-primary-hover visited:text-action-primary",brand:"text-action-brand hover:text-action-brand-hover visited:text-action-brand",muted:"text-text-muted hover:text-text-muted visited:text-text-muted",unstyled:""},o={visible:"underline underline-offset-4 decoration-1 cursor-pointer",hover:"hover:underline hover:underline-offset-4 hover:decoration-1 cursor-pointer transition-colors",none:"cursor-pointer"},n=r[t],a=o[e]||"";return `${n} ${a}`.trim()}function Kt(e,t,r,o="hover",n="default",a,i){if(!t)return e;let l=typeof t=="function"&&r?t(r):t,s=yl(o,n);return jsxRuntime.jsx("a",{href:l,className:tailwindMerge.twMerge(s,a==="strong"||a==="high"?"font-semibold":"",i),onClick:p=>{p.metaKey||p.ctrlKey;},children:e})}function gp({row:e,context:t,actions:r,align:o="right",size:n="sm"}){let{isLoading:a}=t;if(a)return jsxRuntime.jsx(F,{className:Cr.sm});let i=r.filter(s=>!le(s.hidden,e));if(i.length===0)return null;let l=fe(o);return jsxRuntime.jsx("div",{className:l,children:i.map(s=>{let c=le(s.disabled,e);return s.variant==="icon"||!s.label?jsxRuntime.jsx(q,{variant:"icon",size:n,onPress:()=>{s.onClick(e);},isDisabled:c,"aria-label":s.label||s.id,children:jsxRuntime.jsx(P,{name:s.icon||"DotsThree",size:n==="sm"?16:20})},s.id):jsxRuntime.jsxs(q,{variant:s.variant||"secondary",size:n,onPress:()=>{s.onClick(e);},isDisabled:c,children:[s.icon&&jsxRuntime.jsx(P,{name:s.icon,size:n==="sm"?14:16}),s.label]},s.id)})})}function bp({value:e,context:t,format:r="icon",trueText:o="Yes",falseText:n="No",trueIcon:a="Check",falseIcon:i="X",showFalse:l=true,align:s="center",emphasis:c="normal",className:p}){let{isLoading:d}=t;if(d)return jsxRuntime.jsx(F,{className:Ct(c)});let m=!!e;if(!m&&!l)return jsxRuntime.jsx("div",{className:fe(s,p)});let u=fe(s,p);switch(r){case "icon":return jsxRuntime.jsx("div",{className:u,children:jsxRuntime.jsx(P,{name:m?a:i,size:16,className:m?"text-green-600":"text-gray-400"})});case "text":return jsxRuntime.jsx("div",{className:u,children:jsxRuntime.jsx("span",{className:vt(c),children:m?o:n})});case "badge":return jsxRuntime.jsx("div",{className:u,children:jsxRuntime.jsx(Ee,{variant:m?"success":"neutral",size:"sm",children:m?o:n})});default:return null}}function hp({row:e,context:t,firstName:r,lastName:o,email:n,avatarUrl:a,layout:i="stacked",size:l="sm",href:s,LinkComponent:c,linkVariant:p="default",showEmail:d=false,emphasis:m="normal",align:u="left",className:g}){let{isLoading:f}=t,b=le(r,e),x=le(o,e),y=le(n,e),v=le(a,e),h=le(s,e),C=fe(u,g);return jsxRuntime.jsx("div",{className:C,children:jsxRuntime.jsx(Na,{firstName:b,lastName:x,email:y,avatarUrl:v,layout:i,size:l,href:h,LinkComponent:c,linkVariant:p,showEmail:d,emphasis:m,isLoading:f})})}function yp({value:e,row:t,context:r,format:o="date",customFormat:n,emptyText:a="\u2014",align:i="left",emphasis:l="normal",href:s,linkBehavior:c="hover",className:p}){let{isLoading:d}=r;if(d)return jsxRuntime.jsx(F,{className:Ct(l)});if(!e)return jsxRuntime.jsx("div",{className:fe(i,"text-text-muted"),children:a});let m=e instanceof Date?e:new Date(e);if(isNaN(m.getTime()))return jsxRuntime.jsx("div",{className:fe(i,"text-text-muted"),children:a});let u;switch(o){case "date":u=m.toLocaleDateString("en-US",{year:"numeric",month:"short",day:"numeric"});break;case "time":u=m.toLocaleTimeString("en-US",{hour:"2-digit",minute:"2-digit"});break;case "datetime":u=m.toLocaleString("en-US",{year:"numeric",month:"short",day:"numeric",hour:"2-digit",minute:"2-digit"});break;case "relative":u=lv(m);break;case "custom":u=n?m.toLocaleString("en-US",n):m.toISOString();break;default:u=m.toLocaleDateString();}let g=fe(i,tailwindMerge.twMerge(vt(l),p)),f=le(s,t);return f?jsxRuntime.jsx("div",{className:g,children:Kt(u,f,t,c)}):jsxRuntime.jsx("div",{className:g,children:u})}function lv(e){let r=new Date().getTime()-e.getTime(),o=Math.floor(r/1e3),n=Math.floor(o/60),a=Math.floor(n/60),i=Math.floor(a/24);return o<60?"just now":n<60?`${n} minute${n!==1?"s":""} ago`:a<24?`${a} hour${a!==1?"s":""} ago`:i<7?`${i} day${i!==1?"s":""} ago`:e.toLocaleDateString("en-US",{year:"numeric",month:"short",day:"numeric"})}function Ha({manufacturer:e,model:t,deviceType:r,logoUrl:o,layout:n="stacked",size:a="md",href:i,LinkComponent:l,linkVariant:s="unstyled",showDeviceTypeIcon:c=true,showLogo:p=true,emphasis:d="normal",isLoading:m=false,className:u}){let[g,f]=ir.useState(false),x={xs:{iconSize:20,logoSize:"w-5 h-5",gap:"gap-1.5",textSize:"text-xs",secondaryTextSize:"text-xs",iconInTextSize:12,skeletonIcon:20,skeletonText:80,skeletonSecondary:60},sm:{iconSize:24,logoSize:"w-6 h-6",gap:"gap-2",textSize:"text-sm",secondaryTextSize:"text-xs",iconInTextSize:14,skeletonIcon:24,skeletonText:96,skeletonSecondary:72},md:{iconSize:32,logoSize:"w-9 h-9",gap:"gap-3",textSize:"text-base",secondaryTextSize:"text-sm",iconInTextSize:16,skeletonIcon:36,skeletonText:128,skeletonSecondary:96},lg:{iconSize:40,logoSize:"w-10 h-10",gap:"gap-3",textSize:"text-lg",secondaryTextSize:"text-base",iconInTextSize:18,skeletonIcon:40,skeletonText:160,skeletonSecondary:120}}[a],y=o&&!g&&p,h={strong:"font-semibold text-text-body",high:"font-semibold text-text-body",normal:"text-text-body",low:"text-text-muted"}[d],C=({children:S,className:w})=>i?l?jsxRuntime.jsx(l,{href:i,className:w,children:S}):jsxRuntime.jsx(kt,{href:i,variant:s,className:tailwindMerge.twMerge("hover:underline",w),asButton:false,children:S}):jsxRuntime.jsx("span",{className:w,children:S});if(m)return n==="inline"?jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("flex items-center",x.gap,u),children:[jsxRuntime.jsx(F,{width:x.skeletonIcon,height:x.skeletonIcon,className:"flex-shrink-0 rounded"}),jsxRuntime.jsx(F,{width:x.skeletonText,height:x.skeletonIcon*.6})]}):jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("flex items-center",x.gap,u),children:[jsxRuntime.jsx(F,{width:x.skeletonIcon,height:x.skeletonIcon,className:"flex-shrink-0"}),jsxRuntime.jsxs("div",{className:"flex flex-col gap-1",children:[jsxRuntime.jsx(F,{width:x.skeletonText,height:16}),jsxRuntime.jsx(F,{width:x.skeletonSecondary,height:12})]})]});if(n==="inline"){let S=`${e} ${t}`;return jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("flex items-center",x.gap,u),children:[jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("flex-shrink-0 flex items-center justify-center rounded border border-border-muted",x.logoSize),children:y?jsxRuntime.jsx("img",{src:o,alt:`${e} logo`,className:"w-full h-full object-contain",onError:()=>f(true)}):jsxRuntime.jsx(P,{name:vl(r),size:x.iconSize*.6,className:"text-text-muted"})}),jsxRuntime.jsx(C,{className:tailwindMerge.twMerge("truncate leading-normal hover:text-text-body",h,x.textSize,i&&"hover:underline hover:decoration-1 hover:underline-offset-4"),children:S})]})}return jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("flex items-center justify-start",x.gap,u),children:[p&&jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("flex-shrink-0 flex items-center justify-center rounded border border-border-muted",x.logoSize),children:y?jsxRuntime.jsx("img",{src:o,alt:`${e} logo`,className:"w-full h-full object-contain",onError:()=>f(true)}):jsxRuntime.jsx(P,{name:vl(r),size:x.iconSize*.6,className:"text-text-muted"})}),jsxRuntime.jsxs("div",{className:"flex flex-col items-start min-w-0",children:[jsxRuntime.jsx(C,{className:tailwindMerge.twMerge("truncate leading-normal hover:text-text-body",h,x.textSize,i&&"hover:underline hover:decoration-1 hover:underline-offset-4"),children:e}),jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("flex items-center gap-1.5 text-text-muted leading-normal",x.secondaryTextSize),children:[c&&jsxRuntime.jsx(P,{name:vl(r),size:x.iconInTextSize,className:"flex-shrink-0"}),jsxRuntime.jsx("span",{className:"truncate",children:t})]})]})]})}function vl(e){switch(e){case "battery":return "BatteryHigh";case "charger":return "ChargingStation";case "inverter":return "Power";case "thermostat":return "ThermometerSimple";case "vehicle":return "CarSimple";default:return "DeviceMobile"}}function Cp({row:e,context:t,manufacturer:r,model:o,deviceType:n,logoUrl:a,layout:i="stacked",size:l="sm",href:s,LinkComponent:c,linkVariant:p="default",showDeviceTypeIcon:d=true,showLogo:m=true,emphasis:u="normal",align:g="left",className:f}){let{isLoading:b}=t,x=le(r,e),y=le(o,e),v=le(n,e),h=le(a,e),C=le(s,e),S=fe(g,f);return jsxRuntime.jsx("div",{className:S,children:jsxRuntime.jsx(Ha,{manufacturer:x,model:y,deviceType:v,logoUrl:h,layout:i,size:l,href:C,LinkComponent:c,linkVariant:p,showDeviceTypeIcon:d,showLogo:m,emphasis:u,isLoading:b})})}var kA={charging:"percentage",discharging:"percentage",on:"kW",idle:void 0,off:void 0,heat:"temperature",cool:"temperature",auto:"temperature",eco:"temperature",unknown:void 0},dv=["charging","discharging","heat","cool","on"],uv={unknown:"Unknown",on:"On",off:"Off",idle:"Idle",charging:"Charging",discharging:"Discharging",heat:"Heating",eco:"Eco Mode",cool:"Cooling",auto:"Auto"};function Cl(e){return dv.includes(e)}function Sl(e){return uv[e]}function Xr({state:e,label:t,icon:r,isLoading:o,size:n="sm",shape:a="pill",dot:i,dotPulse:l,fixedWidth:s,className:c,...p}){if(o)return jsxRuntime.jsx(F,{className:"inline-flex h-6 w-20"});let d=t??Sl(e),m=Cl(e);return jsxRuntime.jsxs(Ee,{variant:e,size:n,shape:a,dot:i??m,dotPulse:l??m,className:s?`w-28 justify-center ${c||""}`:c,...p,children:[r&&jsxRuntime.jsx(P,{name:r,size:n==="sm"?12:n==="md"?14:16}),d]})}var mv={importing:"Importing",exporting:"Exporting"};function wp(e){return mv[e]}function Ga({state:e,label:t,showIcon:r=false,isLoading:o,size:n="sm",shape:a="pill",fixedWidth:i,className:l,...s}){if(o)return jsxRuntime.jsx(F,{className:"inline-flex h-6 w-24"});let c=t??wp(e),p=r?e==="exporting"?"ArrowUp":"ArrowDown":void 0;return jsxRuntime.jsxs(Ee,{variant:e,size:n,shape:a,className:i?`w-28 justify-center ${l||""}`:l,...s,children:[p&&jsxRuntime.jsx(P,{name:p,size:n==="sm"?12:n==="md"?14:16}),c]})}function Wa({state:e,stateLabel:t,metric:r,metricFormatter:o,secondaryState:n,layout:a="horizontal",isLoading:i,size:l="sm",shape:s="pill",icon:c,fixedWidth:p,className:d}){if(i)return jsxRuntime.jsx(F,{className:tailwindMerge.twMerge("inline-flex h-6 w-32",d)});let m=r!=null&&o?Ar(r,o):null,u=a==="horizontal",g=o&&!m;return jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("inline-flex items-center",u?"gap-2":"flex-col gap-1",d),children:[(m||g)&&jsxRuntime.jsx("span",{className:tailwindMerge.twMerge("font-medium inline-block",m?"text-text-body":"text-text-caption",l==="sm"&&"text-xs min-w-12",l==="md"&&"text-sm min-w-14",l==="lg"&&"text-base min-w-16"),children:m||"\u2014"}),jsxRuntime.jsx(Xr,{state:e,label:t,icon:c,size:l,shape:s,fixedWidth:p}),n&&jsxRuntime.jsx(jsxRuntime.Fragment,{children:n==="importing"||n==="exporting"?jsxRuntime.jsx(Ga,{state:n,size:l,shape:s,fixedWidth:p}):jsxRuntime.jsx(Xr,{state:n,size:l,shape:s,fixedWidth:p})})]})}function kp({value:e,row:t,context:r,metric:o,metricFormatter:n,secondaryState:a,size:i="sm",shape:l="pill",label:s,icon:c,fixedWidth:p=true,align:d="left",className:m}){let{isLoading:u}=r;if(u)return jsxRuntime.jsx(F,{className:"inline-flex h-6 w-32"});if(!e)return jsxRuntime.jsx("div",{className:fe(d,m),children:jsxRuntime.jsx("span",{className:"text-text-muted",children:"\u2014"})});let g=le(o,t),f=le(a,t),b=typeof s=="function"?s(e,t):s,x=fe(d,m);return g!=null||n?jsxRuntime.jsx("div",{className:tailwindMerge.twMerge(x),children:jsxRuntime.jsx(Wa,{state:e,stateLabel:b,metric:g,metricFormatter:n,secondaryState:f||void 0,size:i,shape:l,icon:c,fixedWidth:p,layout:"horizontal"})}):jsxRuntime.jsx("div",{className:x,children:jsxRuntime.jsx(Xr,{state:e,label:b,icon:c,size:i,shape:l,fixedWidth:p})})}function Pp({value:e,row:t,context:r,formatter:o,align:n="left",emphasis:a="normal",href:i,linkBehavior:l="hover",className:s,emptyText:c="\u2014",emptyClassName:p="text-text-muted"}){let{isLoading:d}=r;if(d)return jsxRuntime.jsx(F,{className:Ct(a)});let m=Lt({value:e,formatter:o,emptyText:c,emptyClassName:p}),u=vt(a),g=fe(n,tailwindMerge.twMerge(u,s)),f=jsxRuntime.jsx("div",{className:g,children:m}),b=le(i,t);return b?Kt(f,b,t,l):f}function Dp({value:e,row:t,context:r,format:o="number",decimals:n=0,prefix:a,suffix:i,emptyText:l="\u2014",align:s="right",emphasis:c="normal",href:p,linkBehavior:d="hover",showPositiveSign:m=false,colorCode:u=false,className:g}){let{isLoading:f}=r;if(f)return jsxRuntime.jsx(F,{className:Ct(c)});if(e==null||isNaN(Number(e)))return jsxRuntime.jsx("div",{className:fe(s,"text-text-muted"),children:l});let b=Number(e),x;switch(o){case "currency":x=new Intl.NumberFormat("en-US",{style:"currency",currency:"USD",minimumFractionDigits:n,maximumFractionDigits:n}).format(b);break;case "percent":x=new Intl.NumberFormat("en-US",{style:"percent",minimumFractionDigits:n,maximumFractionDigits:n}).format(b/100);break;case "compact":x=new Intl.NumberFormat("en-US",{notation:"compact",minimumFractionDigits:n>0?1:0,maximumFractionDigits:n}).format(b);break;default:x=new Intl.NumberFormat("en-US",{minimumFractionDigits:n,maximumFractionDigits:n}).format(b);}let v=`${m&&b>0?"+":""}${x}`,h=u?Oa(b,true):vt(c),C=fe(s,tailwindMerge.twMerge(h,g)),S=jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[a&&jsxRuntime.jsx("span",{className:"text-text-muted",children:a}),jsxRuntime.jsx("span",{children:v}),i&&jsxRuntime.jsx("span",{className:"text-text-muted",children:i})]}),w=le(p,t);return w?jsxRuntime.jsx("div",{className:C,children:Kt(S,w,t,d)}):jsxRuntime.jsx("div",{className:C,children:S})}function Rp({row:e,context:t,isSelected:r=false,onSelect:o,isDisabled:n=false,align:a="center"}){let{isLoading:i}=t;if(i)return jsxRuntime.jsx("div",{className:fe(a),children:jsxRuntime.jsx(F,{className:"h-4 w-4 rounded"})});let l=le(n,e),s=fe(a);return jsxRuntime.jsx("div",{className:s,children:jsxRuntime.jsx(Gr,{isSelected:r,onChange:c=>{o?.(e,c);},isDisabled:l,"aria-label":"Select row"})})}function Ka({streetAddress:e,city:t,state:r,postalCode:o,layout:n="stacked",size:a="md",href:i,LinkComponent:l,linkVariant:s="unstyled",emphasis:c="normal",isLoading:p=false,className:d}){let u={xs:{iconSize:16,gap:"gap-1.5",textSize:"text-xs",secondaryTextSize:"text-xs",skeletonIcon:16,skeletonText:80,skeletonSecondary:60},sm:{iconSize:20,gap:"gap-2",textSize:"text-sm",secondaryTextSize:"text-xs",skeletonIcon:20,skeletonText:96,skeletonSecondary:72},md:{iconSize:24,gap:"gap-3",textSize:"text-base",secondaryTextSize:"text-sm",skeletonIcon:24,skeletonText:128,skeletonSecondary:96},lg:{iconSize:28,gap:"gap-3",textSize:"text-lg",secondaryTextSize:"text-base",skeletonIcon:28,skeletonText:160,skeletonSecondary:120}}[a],f={strong:"font-semibold text-text-body",high:"font-semibold text-text-body",normal:"text-text-body",low:"text-text-muted"}[c],b=[];t&&b.push(t),r&&o?b.push(`${r} ${o}`):r?b.push(r):o&&b.push(o);let x=b.join(", "),y=({children:v,className:h})=>i?l?jsxRuntime.jsx(l,{href:i,className:h,children:v}):jsxRuntime.jsx(kt,{href:i,variant:s,className:tailwindMerge.twMerge("hover:underline",h),asButton:false,children:v}):jsxRuntime.jsx("span",{className:h,children:v});return p?n==="inline"?jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("flex items-center",u.gap,d),children:[jsxRuntime.jsx(F,{width:u.skeletonIcon,height:u.skeletonIcon,className:"flex-shrink-0 rounded"}),jsxRuntime.jsx(F,{width:u.skeletonText,height:u.skeletonIcon*.8})]}):jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("flex items-center",u.gap,d),children:[jsxRuntime.jsx(F,{width:u.skeletonIcon,height:u.skeletonIcon,className:"flex-shrink-0 rounded"}),jsxRuntime.jsxs("div",{className:"flex flex-col gap-1",children:[jsxRuntime.jsx(F,{width:u.skeletonText,height:16}),jsxRuntime.jsx(F,{width:u.skeletonSecondary,height:12})]})]}):n==="inline"?jsxRuntime.jsxs(y,{className:tailwindMerge.twMerge("flex items-center",u.gap,i&&"hover:bg-background-hover transition-colors",d),children:[jsxRuntime.jsx(P,{name:"MapPin",size:u.iconSize,className:"text-text-muted flex-shrink-0"}),jsxRuntime.jsx("span",{className:tailwindMerge.twMerge("leading-normal truncate hover:text-text-body",f,u.textSize,i&&"hover:underline hover:decoration-1 hover:underline-offset-4"),children:e})]}):jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("flex items-center justify-start",u.gap,d),children:[jsxRuntime.jsx(P,{name:"MapPin",size:u.iconSize,className:"text-text-muted flex-shrink-0"}),jsxRuntime.jsxs("div",{className:"flex flex-col items-start min-w-0",children:[jsxRuntime.jsx(y,{className:tailwindMerge.twMerge("leading-normal truncate hover:text-text-body",f,u.textSize,i&&"hover:underline hover:decoration-1 hover:underline-offset-4"),children:e}),x&&jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("text-text-caption leading-normal truncate",u.secondaryTextSize),children:x})]})]})}function Mp({row:e,context:t,streetAddress:r,city:o,state:n,postalCode:a,layout:i="stacked",size:l="sm",href:s,LinkComponent:c,linkVariant:p="default",emphasis:d="normal",align:m="left",className:u}){let{isLoading:g}=t,f=le(r,e),b=le(o,e),x=le(n,e),y=le(a,e),v=le(s,e),h=fe(m,u);return jsxRuntime.jsx("div",{className:h,children:jsxRuntime.jsx(Ka,{streetAddress:f,city:b,state:x,postalCode:y,layout:i,size:l,href:v,LinkComponent:c,linkVariant:p,emphasis:d,isLoading:g})})}function Lp({value:e,row:t,context:r,prefix:o,suffix:n,emptyText:a="\u2014",href:i,linkBehavior:l="hover",linkVariant:s="default",emphasis:c="normal",truncate:p=true,align:d="left",className:m}){let{isLoading:u}=r;if(u)return jsxRuntime.jsx(F,{className:Ct(c)});let g=za(e,a),f=le(i,t),b=jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[o&&jsxRuntime.jsx("span",{className:"text-text-muted",children:o}),jsxRuntime.jsx("span",{className:p?"truncate":"",children:g}),n&&jsxRuntime.jsx("span",{className:"text-text-muted",children:n})]});if(f){let y=fe(d,m);return jsxRuntime.jsx("div",{className:y,children:Kt(b,f,t,l,s,c)})}let x=fe(d,tailwindMerge.twMerge(vt(c),m));return jsxRuntime.jsx("div",{className:x,children:b})}var kv={sm:"sm:hidden",md:"md:hidden",lg:"lg:hidden",xl:"xl:hidden"},Tv={sm:"hidden sm:grid",md:"hidden md:grid",lg:"hidden lg:grid",xl:"hidden xl:grid"};function Ya(e,t){return t.accessor?typeof t.accessor=="function"?t.accessor(e):e[t.accessor]:null}function Ja(e,t,r,o){if(r.cell){let n=r.cell,a=typeof r.cellProps=="function"?r.cellProps(e,t):r.cellProps;return jsxRuntime.jsx(n,{value:e,row:t,context:o,...a})}return r.render?r.render(e,t,o):e?.toString()??"\u2014"}function Xa({row:e,columns:t,density:r,isLoading:o,onClick:n}){let a=t.filter(d=>d.mobile!==false).map(d=>{let m=d.mobile===false?null:d.mobile;return {...d,mobilePriority:m?.priority??2,mobileFormat:m?.format??"secondary",showLabel:m?.label??m?.format==="secondary",icon:m?.icon}}).sort((d,m)=>d.mobilePriority-m.mobilePriority),i=a.filter(d=>d.mobilePriority===1||d.mobileFormat==="primary"),l=a.filter(d=>d.mobilePriority===2&&d.mobileFormat!=="primary"),s=a.filter(d=>d.mobileFormat==="badge"),c={isLoading:!!o,rowIndex:0,columnIndex:0,density:r};return jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("border-b border-border-default bg-background-surface transition-colors",n&&"cursor-pointer hover:bg-background-hover active:bg-background-pressed",{compact:"px-3 py-2",default:"px-4 py-3",relaxed:"px-4 py-4"}[r]),onClick:n,role:n?"button":void 0,tabIndex:n?0:void 0,children:[i.length>0&&jsxRuntime.jsxs("div",{className:"mb-2 flex items-start justify-between",children:[jsxRuntime.jsx("div",{className:"flex-1",children:i.map(d=>{let m=Ya(e,d);return jsxRuntime.jsx("div",{className:"font-medium text-text-body [&>*]:!justify-start [&>*]:!text-left",children:Ja(m,e,d,c)},d.id)})}),s.length>0&&jsxRuntime.jsx("div",{className:"ml-2 flex flex-wrap gap-1",children:s.map(d=>{let m=Ya(e,d);return jsxRuntime.jsx("div",{className:"inline-flex",children:Ja(m,e,d,c)},d.id)})})]}),l.length>0&&jsxRuntime.jsx("div",{className:"space-y-1",children:l.map(d=>{let m=Ya(e,d),u=d.showLabel&&d.label;return jsxRuntime.jsxs("div",{className:"flex items-center text-sm text-text-muted",children:[d.icon&&jsxRuntime.jsx(P,{name:d.icon,className:"mr-1.5 h-4 w-4 flex-shrink-0"}),u&&jsxRuntime.jsxs("span",{className:"mr-1 font-medium",children:[d.label,":"]}),jsxRuntime.jsx("span",{className:"truncate [&>*]:!justify-start [&>*]:!text-left",children:Ja(m,e,d,c)})]},d.id)})})]})}function qa({row:e,columns:t,density:r,isLoading:o,onClick:n}){let a=t.filter(s=>s.mobile!==false),i={isLoading:!!o,rowIndex:0,columnIndex:0,density:r};return jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("border-b border-border-default bg-background-surface transition-colors",n&&"cursor-pointer hover:bg-background-hover active:bg-background-pressed",{compact:"px-3 py-2",default:"px-4 py-3",relaxed:"px-4 py-4"}[r]),onClick:n,role:n?"button":void 0,tabIndex:n?0:void 0,children:jsxRuntime.jsx("div",{className:"space-y-2",children:a.map((s,c)=>{let p=Ya(e,s),d=c===0;return jsxRuntime.jsxs("div",{children:[!d&&jsxRuntime.jsx("div",{className:"text-xs text-text-muted",children:s.label}),jsxRuntime.jsx("div",{className:tailwindMerge.twMerge(d?"font-medium text-text-body":"text-sm text-text-body","[&>*]:!justify-start [&>*]:!text-left"),children:Ja(p,e,s,i)})]},s.id)})})})}function Fp(e="md"){return {mobile:kv[e],desktop:Tv[e]}}function Ep({density:e}){return jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("border-b border-border-default bg-background-surface",{compact:"px-3 py-2",default:"px-4 py-3",relaxed:"px-4 py-4"}[e]),children:[jsxRuntime.jsx("div",{className:"mb-2 h-5 w-3/4 animate-pulse rounded bg-background-muted"}),jsxRuntime.jsxs("div",{className:"space-y-1",children:[jsxRuntime.jsx("div",{className:"h-4 w-1/2 animate-pulse rounded bg-background-muted"}),jsxRuntime.jsx("div",{className:"h-4 w-2/3 animate-pulse rounded bg-background-muted"})]})]})}var kl={compact:"py-1.5 px-3 text-sm",default:"py-3 px-4 text-sm",relaxed:"py-4 px-4 text-base"},Tl={left:"text-left justify-start",center:"text-center justify-center",right:"text-right justify-end"},Rv={full:"w-full",auto:"w-auto inline-block",contained:"w-full max-w-6xl mx-auto"},Av={auto:"table-auto",fixed:"table-fixed",responsive:"table-auto"};function Pl(e){let t={};return e.width!==void 0&&(t.width=typeof e.width=="number"?`${e.width}px`:e.width),e.minWidth!==void 0&&(t.minWidth=typeof e.minWidth=="number"?`${e.minWidth}px`:e.minWidth),e.maxWidth!==void 0&&(t.maxWidth=typeof e.maxWidth=="number"?`${e.maxWidth}px`:e.maxWidth),e.flex!==void 0&&(t.flex=`${e.flex} 1 0`),t}function Mv(e,t){return t.accessor?typeof t.accessor=="function"?t.accessor(e):e[t.accessor]:null}function Lv({column:e,sortConfig:t,onSort:r,stickyHeader:o,density:n="default"}){let a=t?.columnId===e.id,i=a?t.direction:null;return jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("flex items-center gap-1 border-b border-border-default bg-background-surface font-medium text-text-muted",kl[n],Tl[e.align||"left"],o&&"sticky top-0 z-10",e.sortable&&"cursor-pointer hover:bg-background-hover"),onClick:()=>e.sortable&&r(e.id),role:"columnheader","aria-sort":a?i==="asc"?"ascending":"descending":"none",style:Pl(e),children:[jsxRuntime.jsx("span",{className:"truncate",children:e.label}),e.sortable&&jsxRuntime.jsx("div",{className:"flex flex-col",children:jsxRuntime.jsx(P,{name:i==="asc"?"CaretUp":i==="desc"?"CaretDown":"CaretUp",size:12,className:a?"text-text-body":"text-text-muted opacity-50"})})]})}function Fv({column:e,row:t,rowIndex:r,columnIndex:o,isHovered:n,density:a="default",className:i}){let l=Mv(t,e),s={isLoading:false,isHovered:n,rowIndex:r,columnIndex:o,density:a},c;if(e.cell){let p=e.cell,d=typeof e.cellProps=="function"?e.cellProps(l,t):e.cellProps;c=jsxRuntime.jsx(p,{value:l,row:t,context:s,...d});}else e.render?c=e.render(l,t,s):c=jsxRuntime.jsx("span",{className:"truncate",children:l?.toString()??""});return jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("flex items-center border-b border-border-default",kl[a],Tl[e.align||"left"],i),role:"cell",style:Pl(e),children:c})}function Ev({column:e,rowIndex:t,columnIndex:r,density:o="default"}){let n={isLoading:true,rowIndex:t,columnIndex:r,density:o},a;if(e.cell){let i=e.cell,l=typeof e.cellProps=="function"?e.cellProps(null,{}):e.cellProps;a=jsxRuntime.jsx(i,{value:null,row:{},context:n,...l});}else e.render?a=e.render(null,{},n):a=jsxRuntime.jsx(F,{className:"h-4 w-full max-w-[200px]"});return jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("flex items-center border-b border-border-default",kl[o],Tl[e.align||"left"]),role:"cell",style:Pl(e),children:a})}function Ip({columns:e,row:t,rowIndex:r,density:o="default",onClick:n}){let[a,i]=ir.useState(false),l=ir.useCallback(()=>{n&&n(t);},[n,t]);return jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("contents group",n&&"cursor-pointer"),role:"row",onClick:l,onMouseEnter:()=>i(true),onMouseLeave:()=>i(false),children:e.map((s,c)=>jsxRuntime.jsx(Fv,{column:s,row:t,rowIndex:r,columnIndex:c,isHovered:a,density:o,className:n?"group-hover:bg-background-hover":""},s.id))})}function Bp({columns:e,rowIndex:t,density:r="default"}){return jsxRuntime.jsx("div",{className:"contents",role:"row",children:e.map((o,n)=>jsxRuntime.jsx(Ev,{column:o,rowIndex:t,columnIndex:n,density:r},o.id))})}function Op({columns:e,data:t,className:r,density:o="default",width:n="full",height:a,maxHeight:i,layout:l="auto",mobileRenderer:s="auto",customMobileRowRender:c,mobileBreakpoint:p="md",isLoading:d=false,loadingState:m,loadingRowCount:u=5,onLoadMore:g,hasMore:f=false,enableVirtualization:b,estimatedRowHeight:x,loadingIndicator:y,stickyHeader:v=false,onRowClick:h,getRowId:C,hideHeader:S=false,onSort:w,"aria-label":N}){let[k,L]=ir.useState(null),V=ir.useRef(null),H=g?cr({items:t,onLoadMore:g,hasMore:f,isLoading:d,loadingState:m,enableVirtualization:b,estimatedItemSize:x||(o==="compact"?40:o==="relaxed"?60:48),overscan:5}):null,K=H?.scrollRef??V,{loadMoreRef:B,virtualizer:J,virtualItems:j,isLoadingMore:$,computedLoadingState:A}=H||{},M=ir.useMemo(()=>e.map(I=>{if(I.width)return typeof I.width=="number"?`${I.width}px`:I.width;if(I.flex)return `${I.flex}fr`;if(I.minWidth&&I.maxWidth){let Z=typeof I.minWidth=="number"?`${I.minWidth}px`:I.minWidth,ne=typeof I.maxWidth=="number"?`${I.maxWidth}px`:I.maxWidth;return `minmax(${Z}, ${ne})`}return I.minWidth?`minmax(${typeof I.minWidth=="number"?`${I.minWidth}px`:I.minWidth}, 1fr)`:I.maxWidth?`minmax(0, ${typeof I.maxWidth=="number"?`${I.maxWidth}px`:I.maxWidth})`:"1fr"}).join(" "),[e]),z=ir.useCallback(I=>{if(!e.find(Ke=>Ke.id===I)?.sortable)return;let ne=null;k?.columnId===I?k.direction==="asc"?ne={columnId:I,direction:"desc"}:ne=null:ne={columnId:I,direction:"asc"},L(ne),w?.(ne);},[e,k,w]),X=A==="loading"||d&&t.length===0,D={};a?(D.height=typeof a=="number"?`${a}px`:a,D.overflowY="auto"):i?(D.maxHeight=typeof i=="number"?`${i}px`:i,D.overflowY="auto"):g&&(D.height="600px",D.overflowY="auto");let E=tailwindMerge.twMerge(Rv[n],!g&&(l==="responsive"?"overflow-x-auto":"overflow-auto"),r),W=Fp(p),G=s!=="none",O=(I,Z)=>G?s==="custom"&&c?c(I,Z):jsxRuntime.jsx(s==="cards"?qa:Xa,{row:I,columns:e,density:o,isLoading:d,onClick:h?()=>h(I):void 0}):null,te=J?j?.map(I=>({virtualItem:I,row:t[I.index],index:I.index}))||[]:t.map((I,Z)=>({row:I,index:Z,virtualItem:null}));return jsxRuntime.jsxs("div",{ref:K,className:E,style:{...D,position:J?"relative":void 0},children:[jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("grid border-separate border-spacing-0",Av[l],n==="auto"?"inline-grid w-auto":"w-full",G&&W.desktop),role:"table","aria-label":N,style:{gridTemplateColumns:M},children:[!S&&jsxRuntime.jsx("div",{className:"contents",role:"rowgroup",children:e.map(I=>jsxRuntime.jsx(Lv,{column:I,sortConfig:k,onSort:z,stickyHeader:v,density:o},I.id))}),J?jsxRuntime.jsx("div",{className:"col-span-full",style:{gridColumn:"1 / -1",height:`${J.getTotalSize()}px`,position:"relative"},role:"rowgroup",children:X?Array.from({length:u}).map((I,Z)=>jsxRuntime.jsx("div",{className:"contents",children:jsxRuntime.jsx(Bp,{columns:e,rowIndex:Z,density:o})},`loading-${Z}`)):t.length>0?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[te.map(({row:I,index:Z,virtualItem:ne})=>{if(!I||!ne)return null;let Ke=C?C(I):`row-${Z}`;return jsxRuntime.jsx("div",{style:{position:"absolute",top:0,left:0,width:"100%",display:"grid",gridTemplateColumns:M,transform:`translateY(${ne.start}px)`},"data-index":ne.index,ref:J.measureElement,children:jsxRuntime.jsx(Ip,{columns:e,row:I,rowIndex:Z,density:o,onClick:h})},Ke)}),$&&jsxRuntime.jsx("div",{style:{position:"absolute",top:`${J.getTotalSize()}px`,left:0,width:"100%"},children:y||jsxRuntime.jsx(ut,{state:"loading-more"})})]}):jsxRuntime.jsx("div",{className:"py-12 text-center text-text-muted",children:"No data available"})}):jsxRuntime.jsx("div",{className:"contents",role:"rowgroup",children:X?Array.from({length:u}).map((I,Z)=>jsxRuntime.jsx(Bp,{columns:e,rowIndex:Z,density:o},`loading-${Z}`)):t.length>0?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[te.map(({row:I,index:Z})=>{if(!I)return null;let ne=C?C(I):`row-${Z}`;return jsxRuntime.jsx(Ip,{columns:e,row:I,rowIndex:Z,density:o,onClick:h},ne)}),$&&jsxRuntime.jsx("div",{className:"col-span-full",style:{gridColumn:"1 / -1"},children:y||jsxRuntime.jsx(ut,{state:"loading-more"})})]}):jsxRuntime.jsx("div",{className:"col-span-full py-12 text-center text-text-muted",role:"row",children:jsxRuntime.jsx("div",{role:"cell",children:"No data available"})})})]}),G&&jsxRuntime.jsx("div",{className:W.mobile,children:X?Array.from({length:u}).map((I,Z)=>jsxRuntime.jsx(Ep,{density:o},`mobile-loading-${Z}`)):t.length>0?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[te.map(({row:I,index:Z})=>{if(!I)return null;let ne=C?C(I):`mobile-row-${Z}`;return jsxRuntime.jsx("div",{children:O(I,Z)},ne)}),$&&(y||jsxRuntime.jsx(ut,{state:"loading-more"}))]}):jsxRuntime.jsx("div",{className:"py-12 text-center text-text-muted",children:"No data available"})}),g&&f&&!X&&(J?jsxRuntime.jsx("div",{ref:B,style:{position:"absolute",top:`${J.getTotalSize()}px`,left:0,width:"100%",height:1}}):jsxRuntime.jsx("div",{ref:B,className:"h-px w-full"}))]})}function Gp({status:e,alertCount:t,showCount:r=false,isLoading:o,size:n="sm",shape:a="pill",...i}){if(o)return jsxRuntime.jsx(F,{className:"inline-flex h-6 w-20"});let l={healthy:"success",warning:"warning",error:"error",unknown:"neutral"},s={healthy:"Healthy",warning:"Warning",error:"Error",unknown:"Unknown"},c=e==="warning"||e==="error",p=r&&t?`${s[e]} (${t})`:s[e];return jsxRuntime.jsx(Ee,{variant:l[e],size:n,shape:a,dot:c,dotPulse:c,...i,children:p})}var Bv={battery:"BatteryHigh",charger:"ChargingStation",thermostat:"ThermometerSimple",inverter:"Lightning",vehicle:"Car",meter:"Gauge",gateway:"WifiHigh",other:"Cube",unknown:"Question"},Vv={battery:"Battery",charger:"Charger",thermostat:"Thermostat",inverter:"Inverter",vehicle:"Vehicle",meter:"Meter",gateway:"Gateway",other:"Other",unknown:"Unknown"};function Up({deviceType:e,size:t="md",showLabel:r=false,className:o}){let n=Bv[e],a=Vv[e];return jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("inline-flex items-center",r?"flex-col gap-1":"gap-0",o),children:[jsxRuntime.jsx(P,{name:n,size:t}),r&&jsxRuntime.jsx("span",{className:"text-xs text-text-muted",children:a})]})}function Dl({children:e,title:t,headerContent:r,titleAlign:o="left",hideCloseIcon:n=false,hasBackArrow:a=false,onBack:i,isOpen:l,slideInFrom:s="right",transparentOverlay:c=false,onClose:p,className:d,primaryAction:m,secondaryAction:u,footerContent:g,contentPadding:f=true,maxWidth:b="400px"}){let[x,y]=ir.useState(false);if(ir.useEffect(()=>{if(l){let C=setTimeout(()=>y(true),10);return ()=>clearTimeout(C)}else y(false);},[l]),!l)return null;let v=t||r,h=m||u||g;return jsxRuntime.jsx(St,{children:jsxRuntime.jsx(ot,{isOpen:l,onOpenChange:C=>!C&&p?.(),isDismissable:true,transparent:c,children:jsxRuntime.jsx(reactAriaComponents.Modal,{className:"flex justify-end",isDismissable:true,children:jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("fixed bottom-0 top-0 z-50 flex w-full flex-col bg-background-surface shadow-xl duration-300 h-full min-h-0 overflow-hidden dark:bg-gray-800",x?s==="right"?"animate-in slide-in-from-right":"animate-in slide-in-from-left":"",d),style:{[s==="right"?"right":"left"]:0,maxWidth:b,transform:x?void 0:s==="right"?"translateX(100%)":"translateX(-100%)"},children:[v&&(a?jsxRuntime.jsx(Je,{title:t,headerContent:r,titleAlign:o,hideCloseIcon:n,hasBackArrow:true,onBack:i,onClose:p||(()=>{})}):jsxRuntime.jsx(Je,{title:t,headerContent:r,titleAlign:o,hideCloseIcon:n,onClose:p||(()=>{})})),jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("flex-1 overflow-y-auto overscroll-contain",f?"p-6":"p-0"),children:e}),h&&jsxRuntime.jsx(mr,{primaryAction:m,secondaryAction:u,footerContent:g})]})})})})}Dl.displayName="Drawer";var Uv={sm:"gap-4 px-6 py-8",md:"gap-5 px-8 py-12",lg:"gap-6 px-10 py-16"},Kv={sm:"xs",md:"sm",lg:"md"},Yv={sm:"text-sm leading-5",md:"text-sm leading-5",lg:"text-base leading-6"},Jv={sm:"h-10 w-10",md:"h-12 w-12",lg:"h-16 w-16"},Zv={sm:20,md:24,lg:32},Xv={center:"items-center text-center [&_.empty-state-actions]:justify-center [&_.empty-state-actions]:text-center",start:"items-start text-left [&_.empty-state-actions]:justify-start [&_.empty-state-actions]:text-left"};function Jp({icon:e,title:t,description:r,primaryAction:o,secondaryAction:n,actions:a,size:i="md",alignment:l="center",fullHeight:s=false,className:c}){let p=i==="sm"?"sm":"md",d=()=>a?jsxRuntime.jsx("div",{className:"empty-state-actions mt-2 flex flex-wrap items-center gap-3",children:a}):o||n?jsxRuntime.jsxs("div",{className:"empty-state-actions mt-2 flex flex-col gap-3",children:[o&&(o.href?jsxRuntime.jsx(q,{variant:"secondary",size:p,onPress:o.onPress,isDisabled:o.isDisabled,isLoading:o.isLoading,href:o.href,children:o.label}):jsxRuntime.jsx(q,{variant:"secondary",size:p,onPress:o.onPress,isDisabled:o.isDisabled,isLoading:o.isLoading,children:o.label})),n&&jsxRuntime.jsx(kt,{href:n.href||"#",variant:"muted",onPress:n.onPress,className:"text-sm",children:n.label})]}):null;return jsxRuntime.jsxs("section",{"data-testid":"empty-state",role:"status","aria-live":"polite",className:tailwindMerge.twMerge("flex w-full flex-col rounded-xl text-text-body",Uv[i],Xv[l],s?"min-h-[320px] justify-center":"",c),children:[e&&jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("flex items-center justify-center rounded-full border border-border-muted bg-background-muted text-text-muted",Jv[i]),children:jsxRuntime.jsx(P,{name:e,size:Zv[i]})}),jsxRuntime.jsx(mt,{size:Kv[i],tag:"h2",className:"text-text-muted leading-tight",children:t}),r&&jsxRuntime.jsx("p",{className:tailwindMerge.twMerge("max-w-xs text-text-muted whitespace-pre-line",Yv[i]),children:r}),d()]})}function Zp({status:e,programName:t,isLoading:r,size:o="sm",shape:n="pill",...a}){if(r)return jsxRuntime.jsx(F,{className:"inline-flex h-6 w-20"});let i={enrolled:"success",eligible:"info",pending:"warning",not_eligible:"neutral",opted_out:"neutral"},l={enrolled:"Enrolled",eligible:"Eligible",pending:"Pending",not_eligible:"Not Eligible",opted_out:"Opted Out"},s=jsxRuntime.jsx(Ee,{variant:i[e],size:o,shape:n,...a,children:l[e]});return t?jsxRuntime.jsx(fn,{content:t,children:s}):s}function qp({value:e,onChange:t,onUrlChange:r,accept:o="image/*",maxSize:n,isDisabled:a=false,onUpload:i,className:l,showPreview:s=true,placeholder:c="Drop files here or click to browse"}){let[p,d]=ir.useState(false),[m,u]=ir.useState(false),[g,f]=ir.useState(null),[b,x]=ir.useState(e),y=ir.useRef(null),v=async S=>{if(f(null),n&&S.size>n){f(`File size must be less than ${(n/1024/1024).toFixed(2)}MB`);return}if(s&&S.type.startsWith("image/")){let w=new FileReader;w.onloadend=()=>{x(w.result);},w.readAsDataURL(S);}if(i){u(true);try{let w=await i(S);x(w),r?.(w);}catch(w){f("Failed to upload file"),console.error("Upload error:",w);}finally{u(false);}}t?.(S,b);},h=S=>{let w=S.items;if(w.length>0){let N=w[0];if(N.kind==="file"){let k=N.getAsFile();k&&v(k);}}d(false);},C=()=>{x(void 0),f(null),t?.(null),r?.(""),y.current&&(y.current.value="");};return jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("w-full",l),children:[jsxRuntime.jsxs(reactAriaComponents.DropZone,{className:tailwindMerge.twMerge("relative flex min-h-[200px] w-full flex-col items-center justify-center rounded-lg border-2 border-dashed transition-colors",p?"border-action-brand bg-action-brand/5":"border-border-muted hover:border-border-default",a&&"pointer-events-none opacity-50",g&&"border-feedback-error-border bg-feedback-error-background/50"),onDrop:h,onDropEnter:()=>d(true),onDropExit:()=>d(false),children:[b?jsxRuntime.jsxs("div",{className:"relative flex h-full w-full items-center justify-center p-4",children:[s&&b.startsWith("data:image")?jsxRuntime.jsx("img",{src:b,alt:"Preview",className:"max-h-48 max-w-full rounded-md object-contain"}):jsxRuntime.jsxs("div",{className:"flex flex-col items-center gap-2",children:[jsxRuntime.jsx(lucideReact.Image,{className:"h-12 w-12 text-text-muted"}),jsxRuntime.jsx("span",{className:"text-sm text-text-muted",children:"File uploaded"})]}),!a&&jsxRuntime.jsx(q,{variant:"icon",size:"sm",onPress:C,className:"absolute right-2 top-2 bg-background-surface shadow-md",children:jsxRuntime.jsx(lucideReact.X,{className:"h-4 w-4"})})]}):jsxRuntime.jsxs("div",{className:"flex flex-col items-center gap-4 p-6",children:[jsxRuntime.jsx(lucideReact.Upload,{className:"h-12 w-12 text-text-muted"}),jsxRuntime.jsxs("div",{className:"text-center",children:[jsxRuntime.jsx("p",{className:"text-sm text-text-body",children:c}),jsxRuntime.jsx("p",{className:"mt-1 text-xs text-text-muted",children:o==="image/*"?"PNG, JPG, GIF up to 10MB":`Accepts ${o}`})]}),jsxRuntime.jsx(reactAriaComponents.FileTrigger,{acceptedFileTypes:o.split(","),onSelect:S=>{let w=Array.from(S||[]);w.length>0&&v(w[0]);},children:jsxRuntime.jsx(q,{variant:"secondary",size:"sm",isDisabled:a,children:"Choose File"})})]}),m&&jsxRuntime.jsx("div",{className:"absolute inset-0 flex items-center justify-center rounded-lg bg-background-surface/80",children:jsxRuntime.jsxs("div",{className:"flex flex-col items-center gap-2",children:[jsxRuntime.jsx("div",{className:"h-8 w-8 animate-spin rounded-full border-2 border-action-brand border-t-transparent"}),jsxRuntime.jsx("span",{className:"text-sm text-text-muted",children:"Uploading..."})]})})]}),g&&jsxRuntime.jsx("p",{className:"mt-2 text-sm text-feedback-error-text",children:g})]})}function Qp({version:e,isLatest:t,updateAvailable:r,isLoading:o,size:n="sm",shape:a="rounded",...i}){if(o)return jsxRuntime.jsx(F,{className:"inline-flex h-6 w-16"});let l="neutral",s=e;return t?l="success":r&&(l="warning",s=`${e} (Update)`),jsxRuntime.jsx(Ee,{variant:l,size:n,shape:a,...i,children:s})}function $p(e){return jsxRuntime.jsx(reactAriaComponents.Form,{...e,className:tailwindMerge.twMerge("flex flex-col gap-4",e.className)})}var nC={1:"grid-cols-1",2:"grid-cols-2",3:"grid-cols-3",4:"grid-cols-4",5:"grid-cols-5",6:"grid-cols-6",7:"grid-cols-7",8:"grid-cols-8",9:"grid-cols-9",10:"grid-cols-10",11:"grid-cols-11",12:"grid-cols-12",none:"grid-cols-none"},aC={sm:{1:"sm:grid-cols-1",2:"sm:grid-cols-2",3:"sm:grid-cols-3",4:"sm:grid-cols-4",5:"sm:grid-cols-5",6:"sm:grid-cols-6",7:"sm:grid-cols-7",8:"sm:grid-cols-8",9:"sm:grid-cols-9",10:"sm:grid-cols-10",11:"sm:grid-cols-11",12:"sm:grid-cols-12",none:"sm:grid-cols-none"},md:{1:"md:grid-cols-1",2:"md:grid-cols-2",3:"md:grid-cols-3",4:"md:grid-cols-4",5:"md:grid-cols-5",6:"md:grid-cols-6",7:"md:grid-cols-7",8:"md:grid-cols-8",9:"md:grid-cols-9",10:"md:grid-cols-10",11:"md:grid-cols-11",12:"md:grid-cols-12",none:"md:grid-cols-none"},lg:{1:"lg:grid-cols-1",2:"lg:grid-cols-2",3:"lg:grid-cols-3",4:"lg:grid-cols-4",5:"lg:grid-cols-5",6:"lg:grid-cols-6",7:"lg:grid-cols-7",8:"lg:grid-cols-8",9:"lg:grid-cols-9",10:"lg:grid-cols-10",11:"lg:grid-cols-11",12:"lg:grid-cols-12",none:"lg:grid-cols-none"},xl:{1:"xl:grid-cols-1",2:"xl:grid-cols-2",3:"xl:grid-cols-3",4:"xl:grid-cols-4",5:"xl:grid-cols-5",6:"xl:grid-cols-6",7:"xl:grid-cols-7",8:"xl:grid-cols-8",9:"xl:grid-cols-9",10:"xl:grid-cols-10",11:"xl:grid-cols-11",12:"xl:grid-cols-12",none:"xl:grid-cols-none"},"2xl":{1:"2xl:grid-cols-1",2:"2xl:grid-cols-2",3:"2xl:grid-cols-3",4:"2xl:grid-cols-4",5:"2xl:grid-cols-5",6:"2xl:grid-cols-6",7:"2xl:grid-cols-7",8:"2xl:grid-cols-8",9:"2xl:grid-cols-9",10:"2xl:grid-cols-10",11:"2xl:grid-cols-11",12:"2xl:grid-cols-12",none:"2xl:grid-cols-none"}},iC={none:"gap-0",xs:"gap-x-2 gap-y-1",sm:"gap-x-3 gap-y-2",md:"gap-x-4 gap-y-3",lg:"gap-x-6 gap-y-4",xl:"gap-x-8 gap-y-6","2xl":"gap-x-12 gap-y-8"},sC={none:"gap-x-0",xs:"gap-x-2",sm:"gap-x-3",md:"gap-x-4",lg:"gap-x-6",xl:"gap-x-8","2xl":"gap-x-12"},lC={none:"gap-y-0",xs:"gap-y-1",sm:"gap-y-2",md:"gap-y-3",lg:"gap-y-4",xl:"gap-y-6","2xl":"gap-y-8"},cC={start:"items-start",center:"items-center",end:"items-end",stretch:"items-stretch",baseline:"items-baseline"},dC={start:"justify-start",center:"justify-center",end:"justify-end",between:"justify-between",around:"justify-around",evenly:"justify-evenly"},uC={row:"grid-flow-row",col:"grid-flow-col",dense:"grid-flow-dense","row-dense":"grid-flow-row-dense","col-dense":"grid-flow-col-dense"},pC={1:"col-span-1",2:"col-span-2",3:"col-span-3",4:"col-span-4",5:"col-span-5",6:"col-span-6",7:"col-span-7",8:"col-span-8",9:"col-span-9",10:"col-span-10",11:"col-span-11",12:"col-span-12",full:"col-span-full",auto:"col-auto"},mC={sm:{1:"sm:col-span-1",2:"sm:col-span-2",3:"sm:col-span-3",4:"sm:col-span-4",5:"sm:col-span-5",6:"sm:col-span-6",7:"sm:col-span-7",8:"sm:col-span-8",9:"sm:col-span-9",10:"sm:col-span-10",11:"sm:col-span-11",12:"sm:col-span-12",full:"sm:col-span-full",auto:"sm:col-auto"},md:{1:"md:col-span-1",2:"md:col-span-2",3:"md:col-span-3",4:"md:col-span-4",5:"md:col-span-5",6:"md:col-span-6",7:"md:col-span-7",8:"md:col-span-8",9:"md:col-span-9",10:"md:col-span-10",11:"md:col-span-11",12:"md:col-span-12",full:"md:col-span-full",auto:"md:col-auto"},lg:{1:"lg:col-span-1",2:"lg:col-span-2",3:"lg:col-span-3",4:"lg:col-span-4",5:"lg:col-span-5",6:"lg:col-span-6",7:"lg:col-span-7",8:"lg:col-span-8",9:"lg:col-span-9",10:"lg:col-span-10",11:"lg:col-span-11",12:"lg:col-span-12",full:"lg:col-span-full",auto:"lg:col-auto"},xl:{1:"xl:col-span-1",2:"xl:col-span-2",3:"xl:col-span-3",4:"xl:col-span-4",5:"xl:col-span-5",6:"xl:col-span-6",7:"xl:col-span-7",8:"xl:col-span-8",9:"xl:col-span-9",10:"xl:col-span-10",11:"xl:col-span-11",12:"xl:col-span-12",full:"xl:col-span-full",auto:"xl:col-auto"},"2xl":{1:"2xl:col-span-1",2:"2xl:col-span-2",3:"2xl:col-span-3",4:"2xl:col-span-4",5:"2xl:col-span-5",6:"2xl:col-span-6",7:"2xl:col-span-7",8:"2xl:col-span-8",9:"2xl:col-span-9",10:"2xl:col-span-10",11:"2xl:col-span-11",12:"2xl:col-span-12",full:"2xl:col-span-full",auto:"2xl:col-auto"}};function em(e,t,r){if(!e)return "";if(typeof e!="object")return t[e]||"";let o=[];return "base"in e&&e.base!==void 0&&o.push(t[e.base]),Object.entries(r).forEach(([n,a])=>{let i=e[n];i!==void 0&&o.push(a[i]);}),o.join(" ")}function Ml({cols:e=1,gap:t="md",gapX:r,gapY:o,align:n="stretch",justify:a="start",flow:i="row",autoFit:l,autoFill:s,className:c,children:p}){let d=tailwindMerge.twMerge("grid",l||s?"":em(e,nC,aC),!r&&!o&&iC[t],r&&sC[r],o&&lC[o],cC[n],dC[a],uC[i],c),m={};return l?m.gridTemplateColumns=`repeat(auto-fit, minmax(${l}, 1fr))`:s&&(m.gridTemplateColumns=`repeat(auto-fill, minmax(${s}, 1fr))`),jsxRuntime.jsx("div",{className:d,style:m,children:p})}function tm({span:e,className:t,children:r}){let o=tailwindMerge.twMerge(em(e,pC,mC),t);return jsxRuntime.jsx("div",{className:o,children:r})}Ml.Item=tm;function fC(e,t){return Lt({value:e,formatter:t,emptyClassName:"text-text-muted",emptyText:"\u2014"})}function gC(e,t="upIsGood"){if(e===0)return "text-text-muted";let r=e>0;return t==="upIsGood"?r?"text-feedback-success":"text-feedback-error":r?"text-feedback-error":"text-feedback-success"}function bC({points:e,className:t,ariaLabel:r}){let i=e.map(u=>typeof u.y=="number"?u.y:0);if(i.length===0)return null;let l=Math.min(...i),c=Math.max(...i)-l,p=u=>c===0?20/2:18-(u-l)/c*16,d=60/Math.max(e.length-1,1),m=e.map((u,g)=>{let f=2+g*d,b=p(typeof u.y=="number"?u.y:0);return `${g===0?"M":"L"} ${f} ${b}`}).join(" ");return jsxRuntime.jsx("svg",{width:64,height:20,role:"img","aria-label":r,className:tailwindMerge.twMerge("overflow-visible",t),children:jsxRuntime.jsx("path",{d:m,fill:"none",strokeWidth:"1.5",className:"stroke-border-muted"})})}function om({label:e,value:t,formatter:r,delta:o,deltaPeriodLabel:n,deltaIntent:a="upIsGood",trend:i,status:l,helpText:s,size:c="md",orientation:p="vertical",loading:d,empty:m,error:u,onClick:g,className:f,renderValue:b,renderDelta:x,renderTrend:y}){let h={sm:{label:"text-xs",value:"text-base",delta:"text-xs",gap:"gap-1"},md:{label:"text-sm",value:"text-xl",delta:"text-sm",gap:"gap-2"},lg:{label:"text-base",value:"text-2xl",delta:"text-base",gap:"gap-3"}}[c],C=d?jsxRuntime.jsx(F,{className:"h-7 w-20"}):m?jsxRuntime.jsx("span",{className:"text-text-muted",children:"\u2014"}):u?jsxRuntime.jsx("span",{className:"text-feedback-error text-sm",children:typeof u=="string"?u:"Error"}):b?b(t):fC(t,r),S=x?x(o):o!==void 0&&!d&&!m&&!u?jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge(h.delta,gC(o,a),"flex items-center gap-1"),children:[o>0&&jsxRuntime.jsx(P,{name:"ArrowUp",size:12}),o<0&&jsxRuntime.jsx(P,{name:"ArrowDown",size:12}),o===0&&jsxRuntime.jsx(P,{name:"Minus",size:12}),jsxRuntime.jsxs("span",{children:[o>0?"+":"",Math.abs(o).toFixed(1),"%"]}),n&&jsxRuntime.jsxs("span",{className:"text-text-muted",children:["\xB7 ",n]})]}):d&&o!==void 0?jsxRuntime.jsx(F,{className:"h-4 w-24"}):null,w=y?y(i):i&&i.length>0&&!d&&!u?jsxRuntime.jsx(bC,{points:i,ariaLabel:`${e} trend`,className:m?"opacity-30":""}):d&&i!==void 0?jsxRuntime.jsx(F,{className:"h-5 w-16"}):null;return jsxRuntime.jsxs("section",{className:tailwindMerge.twMerge("flex min-w-0",p==="horizontal"?`items-center ${h.gap}`:`flex-col ${h.gap}`,g&&"cursor-pointer hover:bg-background-muted rounded-lg px-3 py-2 -mx-3 -my-2 transition-colors",f),"aria-labelledby":`kpi-${e}`,onClick:g,children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[jsxRuntime.jsx("h3",{id:`kpi-${e}`,className:tailwindMerge.twMerge(h.label,"font-medium text-text-caption truncate"),children:d?jsxRuntime.jsx(F,{className:"h-4 w-24"}):e}),s&&!d&&jsxRuntime.jsx(P,{name:"Question",size:12,className:"text-text-muted cursor-help","aria-label":"Help"})]}),jsxRuntime.jsxs("div",{className:"flex items-baseline gap-2",children:[jsxRuntime.jsx("output",{className:tailwindMerge.twMerge(h.value,"font-semibold",u?"text-feedback-error":"text-text-heading"),"aria-label":`Value: ${C}`,children:C}),l&&!d&&!u&&jsxRuntime.jsx(Ee,{variant:l.tone||"neutral",size:"sm",children:l.value})]}),(S||w)&&jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[S,w]})]})}var xC={xs:"gap-2",sm:"gap-3",md:"gap-4",lg:"gap-6",xl:"gap-8"},hC={start:"items-start",center:"items-center",stretch:"items-stretch"};function yC(e){if(typeof e=="number")return `grid-cols-${e}`;let t=[];return e.base!==void 0&&t.push(`grid-cols-${e.base}`),e.sm!==void 0&&t.push(`sm:grid-cols-${e.sm}`),e.md!==void 0&&t.push(`md:grid-cols-${e.md}`),e.lg!==void 0&&t.push(`lg:grid-cols-${e.lg}`),e.xl!==void 0&&t.push(`xl:grid-cols-${e.xl}`),e["2xl"]!==void 0&&t.push(`2xl:grid-cols-${e["2xl"]}`),t.join(" ")}function Fl({children:e,cols:t={base:1,sm:2,md:3,lg:4},gap:r="md",align:o="stretch",equalizeHeights:n=true,header:a,loading:i,className:l}){let s=i?ir__namespace.default.Children.map(e,c=>ir__namespace.default.isValidElement(c)&&c.type&&typeof c.type!="string"&&"displayName"in c.type?ir__namespace.default.cloneElement(c,{loading:true}):c):e;return jsxRuntime.jsxs("section",{className:tailwindMerge.twMerge("w-full",l),"aria-label":"Key metrics",children:[a&&jsxRuntime.jsx("div",{className:"mb-4",children:a}),jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("grid",yC(t),xC[r],hC[o],n&&"auto-rows-fr","w-full"),children:s})]})}Fl.displayName="KpiGroup";function lm({items:e,renderItem:t,selectedId:r,onSelect:o,onHoverChange:n,isLoading:a=false,loadingState:i,error:l=null,renderLoadingSkeleton:s,loadingSkeletonCount:c=5,emptyMessage:p="No results found.",variant:d="relaxed",showDividers:m=true,onLoadMore:u,hasMore:g=false,enableVirtualization:f,estimatedItemSize:b=60,loadingIndicator:x,"aria-label":y,className:v="",style:h}){let[C,S]=ir.useState(null),w=ir.useRef(null),N=ir.useRef(new Map),{scrollRef:k,loadMoreRef:L,virtualizer:V,virtualItems:H,isLoadingMore:K,computedLoadingState:B}=cr({items:e,onLoadMore:u,hasMore:g,isLoading:a,loadingState:i,enableVirtualization:f,estimatedItemSize:b,overscan:5}),J=k??w,j=ir.useCallback((O,te)=>{o?.(O,te);},[o]),$=ir.useCallback((O,te)=>{S(O),n?.(O,te);},[n]),A=ir.useCallback((O,te)=>{let I=O?.id;return typeof I=="string"&&I?I:`item-${te}`},[]),M=ir.useCallback(O=>{if(!J.current||e.length===0)return;let te=document.activeElement,I=e.findIndex((Ce,Me)=>{let jt=A(Ce,Me),U=N.current.get(jt);return U&&(U===te||U.contains(te))}),Z=I;switch(O.key){case "ArrowDown":O.preventDefault(),Z=I===-1?0:Math.min(I+1,e.length-1);break;case "ArrowUp":O.preventDefault(),Z=I===-1?0:Math.max(I-1,0);break;case "Home":O.preventDefault(),Z=0;break;case "End":O.preventDefault(),Z=e.length-1;break;default:return}let ne=A(e[Z],Z);N.current.get(ne)?.focus();},[e,A,J]),z=["flex flex-col","bg-background-surface","focus:outline-none focus:ring-2 focus:ring-border-focus focus:ring-offset-2"],X={dense:"gap-0",relaxed:"gap-0"},D=m?"divide-y divide-border-muted":"",E=[...z,X[d],D,v].filter(Boolean).join(" ");if(B==="loading"||a&&e.length===0){let O=s?jsxRuntime.jsx(jsxRuntime.Fragment,{children:Array.from({length:c}).map((te,I)=>jsxRuntime.jsx("div",{children:s()},`skeleton-${I}`))}):jsxRuntime.jsx(ad,{count:c,className:"space-y-0",children:jsxRuntime.jsxs("div",{className:"flex items-center gap-3 px-4 py-3",children:[jsxRuntime.jsx(F,{width:16,height:16,variant:"circle"}),jsxRuntime.jsxs("div",{className:"flex-1 space-y-2",children:[jsxRuntime.jsx(F,{width:"75%",height:16}),jsxRuntime.jsx(F,{width:"50%",height:14})]}),jsxRuntime.jsx(F,{width:60,height:20})]})});return jsxRuntime.jsx("div",{ref:J,className:E,style:h,role:"listbox","aria-label":y,"aria-busy":"true","aria-live":"polite",children:O})}if(l)return jsxRuntime.jsx("div",{ref:J,className:E,style:h,role:"listbox","aria-label":y,"aria-live":"polite",children:jsxRuntime.jsx("div",{className:"p-4 text-center text-action-destructive",children:l})});if(e.length===0)return jsxRuntime.jsx("div",{ref:J,className:E,style:h,role:"listbox","aria-label":y,"aria-live":"polite",children:jsxRuntime.jsx("div",{className:"p-4 text-center text-text-muted",children:p})});let G=V?H?.map(O=>({virtualItem:O,item:e[O.index],index:O.index}))||[]:e.map((O,te)=>({item:O,index:te,virtualItem:null}));return jsxRuntime.jsxs("div",{ref:J,className:E,style:{...h,...u&&{overflow:"auto",height:h?.height||"600px"}},role:"listbox","aria-label":y,"aria-live":"polite",onKeyDown:M,tabIndex:0,children:[V&&jsxRuntime.jsxs("div",{style:{height:`${V.getTotalSize()}px`,width:"100%",position:"relative"},children:[G.map(({virtualItem:O,item:te,index:I})=>{if(!O)return null;let Z=A(te,I),ne=r===Z,Ke=C===Z,Ce={id:Z,role:"option","aria-selected":ne,"aria-current":ne?"page":void 0,tabIndex:ne||r==null&&I===0?0:-1,onClick:Me=>j(Me,te),onMouseEnter:Me=>$(Me,te),onMouseLeave:Me=>$(null),onFocus:Me=>$(Me,te),onBlur:Me=>$(null),ref:Me=>{Me?N.current.set(Z,Me):N.current.delete(Z);}};return jsxRuntime.jsx("div",{"data-index":O.index,ref:V.measureElement,style:{position:"absolute",top:0,left:0,width:"100%",transform:`translateY(${O.start}px)`},children:t({item:te,index:I,isSelected:ne,isHovered:Ke,rowProps:Ce})},Z)}),u&&g&&jsxRuntime.jsx("div",{ref:L,style:{position:"absolute",top:`${V.getTotalSize()}px`,left:0,width:"100%",height:1,pointerEvents:"none"}}),K&&jsxRuntime.jsx("div",{style:{position:"absolute",top:`${V.getTotalSize()}px`,left:0,width:"100%"},children:x||jsxRuntime.jsx(ut,{state:"loading-more"})})]}),!V&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[G.map(({item:O,index:te})=>{let I=A(O,te),Z=r===I,ne=C===I,Ke={id:I,role:"option","aria-selected":Z,"aria-current":Z?"page":void 0,tabIndex:Z||r==null&&te===0?0:-1,onClick:Ce=>j(Ce,O),onMouseEnter:Ce=>$(Ce,O),onMouseLeave:Ce=>$(null),onFocus:Ce=>$(Ce,O),onBlur:Ce=>$(null),ref:Ce=>{Ce?N.current.set(I,Ce):N.current.delete(I);}};return jsxRuntime.jsx("div",{children:t({item:O,index:te,isSelected:Z,isHovered:ne,rowProps:Ke})},I)}),u&&g&&jsxRuntime.jsx("div",{ref:L,style:{height:1}}),K&&(x||jsxRuntime.jsx(ut,{state:"loading-more"}))]})]})}function dm({id:e,title:t,subtitle:r,meta:o,leading:n,trailing:a,isSelected:i=false,isHovered:l=false,disabled:s=false,href:c,size:p="md",onClick:d,onMouseEnter:m,onMouseLeave:u,className:g="",style:f}){let b=()=>{!s&&d&&d(e);},x=()=>{!s&&m&&m(e);},y=()=>{!s&&u&&u(e);},h={sm:{container:"px-3 py-2 gap-2",title:"text-sm leading-tight",subtitle:"text-xs leading-tight",meta:"text-xs leading-tight",subtitleSpacing:"mt-1",metaSpacing:"mt-1"},md:{container:"px-4 py-3 gap-3",title:"text-base leading-tight",subtitle:"text-sm leading-tight",meta:"text-sm leading-tight",subtitleSpacing:"mt-1",metaSpacing:"mt-1"},lg:{container:"px-4 py-4 gap-3",title:"text-lg leading-tight",subtitle:"text-base leading-tight",meta:"text-sm leading-tight",subtitleSpacing:"mt-1",metaSpacing:"mt-1"},xl:{container:"px-5 py-5 gap-4",title:"text-xl leading-tight",subtitle:"text-base leading-tight",meta:"text-base leading-tight",subtitleSpacing:"mt-1.5",metaSpacing:"mt-1.5"}}[p],C=["flex items-center w-full text-left transition-all duration-200 ease-in-out",h.container,"border-l-2 border-l-transparent","rounded-sm",Se()],S=[l&&!i&&"bg-background-hover",i&&"bg-action-default/5 border-l-action-default shadow-sm",s&&"opacity-50 cursor-not-allowed",!s&&!i&&"hover:bg-background-hover"],w=[...C,...S,g].filter(Boolean).join(" "),N=jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[n&&jsxRuntime.jsx("div",{className:"flex-shrink-0 flex items-center justify-center",children:n}),jsxRuntime.jsx("div",{className:"flex-1 min-w-0",children:jsxRuntime.jsx("div",{className:"flex items-start justify-between gap-2",children:jsxRuntime.jsxs("div",{className:"flex-1 min-w-0",children:[jsxRuntime.jsx("div",{className:`text-text-body font-medium truncate ${h.title}`,title:typeof t=="string"?t:void 0,children:t}),r&&jsxRuntime.jsx("div",{className:`text-text-caption truncate ${h.subtitle} ${h.subtitleSpacing}`,title:typeof r=="string"?r:void 0,children:r}),o&&jsxRuntime.jsx("div",{className:`text-text-muted ${h.meta} ${h.metaSpacing}`,children:o})]})})}),a&&jsxRuntime.jsx("div",{className:"flex-shrink-0",children:a})]});return c?jsxRuntime.jsx("a",{href:c,className:w,style:f,onMouseEnter:x,onMouseLeave:y,"aria-selected":i,"aria-current":i?"page":void 0,tabIndex:s?-1:0,children:N}):jsxRuntime.jsx("button",{type:"button",className:w,style:f,onClick:b,onMouseEnter:x,onMouseLeave:y,disabled:s,"aria-selected":i,tabIndex:s?-1:0,children:N})}function um({header:e,children:t,footer:r,width:o="md",tone:n="neutral",elevation:a="sm",showDivider:i=true,"aria-label":l,"aria-labelledby":s,className:c="",style:p}){let d={sm:"w-64",md:"w-80",lg:"w-96",xl:"w-[28rem]","2xl":"w-[32rem]",auto:"w-auto"},m={neutral:"bg-background-surface",subtle:"bg-background-subtle",brand:"bg-background-brand"},u={none:"",sm:"shadow-sm",md:"shadow-md"},g=tailwindMerge.twMerge("flex flex-col h-full",d[o],m[n],u[a],i&&"border-r border-border-muted",c);return jsxRuntime.jsxs("div",{className:g,style:p,role:"complementary","aria-label":l,"aria-labelledby":s,children:[e&&jsxRuntime.jsx("div",{className:"flex-shrink-0 sticky top-0 z-10 bg-inherit border-b border-border-muted",children:e}),jsxRuntime.jsx("div",{className:"flex-1 overflow-y-auto overflow-x-hidden",children:t}),r&&jsxRuntime.jsx("div",{className:"flex-shrink-0 border-t border-border-muted bg-inherit",children:r})]})}var Il=[{type:"navigation",position:"bottom-right",showCompass:true,showGeolocate:true,showResetZoom:true}];var pm="data:image/png;base64,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",mm="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJcAAACXCAYAAAAYn8l5AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAADAqSURBVHgBxZ2Hciy5sUTJK8qbXdn//z5FSKuVd0u+zYk9E8lkFoAZ8upVBDkz3TAFIFEOaPTj8/Pzy8O39Pj4+PAe+ve///3wbVnX3y8vL5c/6F//+tfDp0+fLtf++9//PvzoRz96+MEPfvDw9PR0yfvXv/714Re/+MWrPOJJf1zz8lUWaZz0m3R8Uo7y6FqWk3WSN+v3dI3gaZUu+4X6qMvT+aen2/Fx61juyjuhxvvjyztLVnYBR0TnamC8c1TxN998cwEVxAALZAKYwKXPn/zkJ5e0kA8+eajHG6U01Mt3AKJyv/e9770amNYZzhv1UpZTqz95aeT3/U/lJbi8HOe58d/qaNRAndfvodbuS3veCy4BJkHjne8DIwkF/exnP3v4z3/+8/CPf/zj4fvf//5Fiv35z39++PGPf/zwwx/+8NrxLklEXrbX4YOVeV41+DsJxp9Tk1ACug9E5km+Trpzx1+WcwquCVhMskY7sO4o+X012e4FF9nU+QKNSy1VIMAIdEgt3UfCKa8klkgSRQBTWgEMAP70pz99owJSSriEzPsJkEyLJANkft9VKL+z7Oy2BNdOfaUU87qQZEk5eVp5UANuK2+65/lOIZJtepfkoqH//Oc/r42RChJIXILpvsjtMoGLqjXQui6Q6TtplQYp1hrqAwI/E58OCNILdKglkQNK3+FlBSyXZKvBWqnKpn5VNyBL/lsZEOaA26SUcQtQkr9b0n2ozYV00neBy0kNRRopDYY94EqVIwlGejpJdpgPPPdaw/yeq0EfwCzL6ye//jTAACzb1NTzJFX8fqMJYK66cyK1MrJPbgH5CU1Amyb3u8G1I2wyGJMU03dJt8mIRYXKJqPTZItJ1ab6Ik+W4d6VE3xgS012jDsEAOxeQJFmHITH7pF6vpU6bOVNvNxLk9G+KvuzgYtZ5Ma+mBFodE3SqFWd1wRGpdfASipiq+UgNGpgaN4l1xsIaAf3UFererMPKH8y1tOWPLHVklYqufGyohWQGshHiXwCrt3sdBIQfNajkvjE7kItvixsCZEGUxLs73//++W3ykGKEbJw/igrwwWTAT21M9P7n4cOJs/YKSWk1+d9k/X67/zuZWRdTo2nnQHfyON+pNuN3YdILuyqyY7BlnIpJnClVHjFWPwWmL7++uurtPGA6+lAOL/wRv4GyuRNYPYYXANY0m5SuqF9i0TJNjdpMgFvUs+tHOfR02yB9fjOOJcGSYDxWJCj270xZqeuSRLJC5xc/VcMfjd4CrIitQQyt8FI65+N3P5B+qzCGT7oDipvf6rSBNpKzeFYJLiahGvU2rxTuatyd3YVtFOxV77uBZdAJZBM9kd6OX4dUCYgJ2AIWAKTbC5UqwZbsTDssZX0cD6aB5YDQjp+o0ZVf65CcO+kLWnfTSo8l9GSJsDsJEnyMkmkzOe85mfG5Ph+6a+HOwgVN3lPbkt4GIBKfXmlNdalgKL2UoEuYViPhIedKM9BTFC9hFcGKR1SmaCrtyHrc1tsGij/7n3icakM6k75ve4VPR6ozKmcTJv2a+bz7+vpXog1wmYj0TGuAumkJsl2HaS08ioVXPWBQ4IQ+V810MMJzcZC8sCPR+xpZ0qsJo2J700dnoOU4HdHKCUKvLXvWVdS9vGrwf+0H/6J9yy70U3gQhWeGJ4+mKJptrs68Yg0hFeYdfpS0UQOakC0U4EunYjSA2omloOA/PBP3qyzgY689JUDffI8c+J4XU0i+fWUQDuJ5yr/VPp52mO16MHQE/JK6ASi3tBq5njnCmCKd/mCNtc04JR50lnte16jnWn0t8i8T4gmbVzd+yf3qTdXEabBT5U0tdMn7amkaZpkFSv0dC3NkeRKA3xHOQPdmPaG5oxodpdIYQt3HigL22uyb3wgpk5ADQqgpEv76joTv9u6k7sqKFs85iK+52+8TW1vdo7z5H3c2tTqWNGkar3uVubq3jG4Vkz5LPFPQHmpyMR/NsIHP9WkIvoaMIDk+aQaNaAnhmjeczVGG3zPF8tPgIW02JFqlwOCNVGXVrQ7gX4LTbaWS1EHuy94e307YGT/ZH330M0GfVIDhTPcjOjsMLdrnHygRYCM8vi+sgN3dgFpPCbnnjDGfdpb5FM5ql/3CZW4tGrR92Z/TpLGVWUDbdp7lM8kmNo+9VfGDRtvuzKgu8CVBurKiGRGTdItxXv+dqlBMNXBKOnFTot7KAcASZsGenpZeJACPBILEthI1zxLr/sWSdaciFSjvuOXADd96n+t7JWGmqTZBLALXy+HrSMc4BU1Bhx0DqyVcTrNZIFIRjvlKiyButJ3GfX6/pe//OXyXUHVlTqcKI1eV20s+QA2B7tIa57eRn0X4KG2gpA8Zr+2yZn9mgTwxKvq1x+/XeJOk/BxsIFXYFoZ85fPbyt/OZn1YmySEJMUSyk1fZ8AofvsdBUpSs91STB9/vznP7+kEcDEm7ZPO0+n1DrSZ3wDlogFdZG8WRwDlTWpmCw/JyBLTWk7NVWUoQs5P9N4uvrn03laqTnnI8ucynj829/+9sJTODtigdpnUlZySic2knemJFSGMTQjNbiSYmqDAMaykNoz2RxZD78buKgrpQfXv+2/q3OBzeX5faCzjmaHOuC8Tgch5LYfEnNnBzm5w7WTQlOaBD2T5DtJ/2mpa53wRtJGotA2s+4hVwseHnCis7/88ssL8LRMJCkm6SGpJimbeXa8Nf7Zwu3hCueTJ5bynmhlRmS/+fUEFukc3A4s1a1239r3zRZutDI1sgzn8fHbznthf9VJBRixK6lwL7kq8fp2Nps6FynGPjF910xGlTKbVhI27+s3KhmguIRnYN3Qzpk8LXdN5NIugZz2ION2jzODFnK6dfxaeo/tXcBFQjdEd4xpRk/R26ZiJmq2xKkk9TpFGmiBCiMcaXKPHebg0CA42H037KTmmkY4BZeTT66XcJiaQMjJkSSeiA22yXavgGh9e52GGHgnhbeo86qSE8a8vLRT3LAGiA3YagMDL1tIoJDKkspc2WFOU7vkjfpyEGlPVWGzUydJajbLCJAE1g5ULN+l7bazqU5oqvsquUSqVJ04ZaYzCGqu6JYZ4OBqMxFwZbrJC6MtRNhFAp7sEt+kOOX1er2udOVbmMHz++cEuuxbB1ZLh/Mw8dG8yVTtpxLVpZtPhBUgR3DtbC92kVLIDun3itiHh4c3aqCVvQIXZahDpcLxcqUqeTjkZfAQ3WB2O8cHnWttYCcJlffbjG82l3uMpzaW8misVvzdK6kob3f/Fbi42Gwv35x3Sk0VQKcNa7EiLyPd4JYGPqQqNUEknQUw7k95fMmlqakcJAcilOl9gNNG8zwNWBoX90qnmCOB0wnE/uf5dmr7VFhcx8PBhWtNvMY7ArXAksKrQoYZ6/daJ+TvlCRtsKb0KylGfrVLUownwGXoT7YQlLs6/NMHL4Ge5aRKSQ9zWuBGOop3TYom0eGnjc3UZ67mdwLjVBC86UfAxQ1/zD7JO6Y9mHGqJk+Y9dmZsz3T7SSY59HMR71rSUsSTG3OBzC8rau2ZB0nqjolVko+T8seOI5IaHzkVh/KXfGZbcu6vYzWhpNrF3Axc1iMPRl8MXIa75oadGt8RunbzJxE98SHPwOgNqAmE7wJ8JWtgiRogEpJSD0uNbxuX9LhQeDdagNj0aRfA4630Seof3reycHIel7x9+3sfUnvoxUwMTbFuxqpo2Cc5Zuk7MQGxnZtsl8acV+PqPk2ao+HITUmtdHsmAaAJmnJkx5fbrDUfRbjVwDxsn2/mUvyE3tp0goQgofx8/Y32u6KSISmZJikl+fRAJ6sXZLebQe/Tp2iFvnOGdfI06JKOHxOZQpgRPxJmzbWiR3Zvvs1748Ms5CWJZ0TYDReEminXmYjD8M4wFa83QQuftPg0wc23IV+eVm76Z6HyPgbcfv4OgzQKGeWA49rxH+Q3IruSxKzEJ5gylnb1HHOdm9P8tbUF78JBn8EOdBW3renbyoyKR2dN+O0Atd0i+sKprqtsWMYCbbCc4KNXZ5T2b7j0hvZAJn8syqBQS+JpTYJZJIaAtkE4F3ftOsuNac+O1nnfS/d+rCNaBIKfs/bd/ls4JoQ6wPPJr40VlcGtX77YW47Ir9vVGy8nlJKCpFiX+KJEIxIHc+OV9k8vk544im5pGz3RLlnK/stV0qaBL+X2qI19d5TzwgywJVLG56xeV14KLvKvKPv2RYCkPmejZh4y4bmd78v6ZiHpAho7A/TVp6cqQ2o6VS0NH7N1/lyknq8MXl/L7Hx87TMlm5q06t8Lrmy004qzzMjsnK3U1YxtBVhH+1WCJq08MH2dH6P+6xHAjYZ91KRGgwBbOUN5h635g22zX4OrGbb4WG/F1zuAbvttaMdsBphW3/oEUrJDEVz7nyuyzVaeXknAHPV3OqY8qaEUzqFKr744ouHr7766rqrYvICUzV4On8OMsHl0r1JYec7HxtbETz5AxonedhgqX5uR3aSztuCDQktba57ycMSDBCfbrfsaAUwng/c2WAr8K7K9+++70mqWdKrgSvrz8FU/jy8lwFhDRDwTLylGnKweZ0AatW2LNdtLZkuokkjTXxVk+UjwQVTu5hWqq6k1cxkUFrwdhr4UzCRj+8aPO0Fk3rUJ2/9aAZsy+9BUU+X+9V81WElWSd1n/3ZJOBO2jWbODcWZt3J35s6nz/o9Sy3UjKYM2BFdLTvK2sb+Haq5hR0eJSyv/IVMlmmiMmVi9NeJnUAptVmzZWa39GuvUxW95aTDw5JbmWuyv70EcbiPdTc71M+aDwnC2ZwEEO4HR+w66SUBF4Pa5ErI9eXqBqgmgRyu6uV6+17eXnZSv5GWbZLV/qLejJtO2L0aJJOavFElH403aPWCFP4tVRLq3qm8r0DCUtIJSrm1qQXoF7FwyCAl0HfBjruT3y+l8QLD7Hs0hG+8MOS/aHhpM9+Dv17aWebEcH39DlQpG2z0u/7Z9YtIHAuK28JaYOfkmVlSLfwBPd8cu/Afys5n9OmhUbNnmb7UlWLD4fknfYSrjdxIdYCP5JcnfgfdU97/nd2Ud5LtdPUFDt08xkC7wuVk08z147/9PY0wqndE8/3Em30ExNPqDlqU7hCdFyyz6JUPTxVgpF9GnJ4DzkP3kD3yFLN7KSW8922/mB7KH2GQ9I2otyT7Tornj6SEqynO1VWNK3siG7ardcanAFCjN7/BcAg35btf233QiNPm3x7m4nac37F5BCoTyRReWC29QXXXeq1Ou+hnbOEOnwvobUmum0r6EC5UxKArSr+SMKjWwUafTdpU5vwLZoAxnUeT2sHs1AnkmwlMVsdO9rZoCtQef5b1OFExMAmnj4EXD773GZpkeLPRast2rlS0GZyps1Oa6o2pVfag76lOcvb2WQTnaRNmzi/r+ykXZle3spBEl2V7rQNAxG/qnS1wt7WqD5y9jhJ1Pt5XtSRsxmQ7HbQkt7zolJQa2p7xoGYVCm5rgu6JgnxeHmiu/Fxr1RrYBatxnMqd5qMK7qAa7WORBwj1Y6Ijlk1nuhv5vtcxBHiqcpa206M6exYt8+kHhX3Yj3O64Omc2A9Lqbf4lnxpgaICWC3Djge4q2UdbuN7WVnuktN/rKAqeDJfloBhdhSI5d4+vsIAxPpm2DAo82FYSTRineCnZ7PjyfXPUlLASPbihqeSGVi9POqwN0erilMsmqL00d4iMkL9Sd9WhlkTqt4044awPw0ZBaiT8VtI98tkXwhPXIJw6UQ1LxN8ngaTQbeG0n4JWdv8tL6mrrE40mcsNl16Xk2YpJ8JE027vX+yXLFe6mBS2rWV+H1eS/A8m20ULO9fIOeG/qTNJgkAtfxDsW7S50Mg7hxn+TXdmZGqnsWnMUD9Tfbq5kn76WVtrn0q7+O93OQyp2ORvTBFTF7b4mRoU6a/dHsLvfiXO01iUcZk/RRvQIVL2HgAVYH2SRdXPr4Xq/2LKfzQh7x63v/efjF6+ePXcAfLblEvgzmdKn3c0osr6i5rXlWOmqFHac73gSsydiFEmC+07K9x+fxcR18dENcu1PZjuKgQ5JkiCMlJOVx9CXppweNMwwA/0kqT8AT4NiD9jmAJV5Wk+GJRBPdK9F8sHjIFDGqe36+gc9y37WK4dzE+fRMo/Pt7Wo2UYYEuJZggXyQsBMFMA2gdk04iefW8WmTeV+pLO0dW/W5gwuHiHVK7yf6/YQ4zPgWAOKQUZcTv592wNpJhqyw/fYZSYzIV9gTBKxXATJmcu6VavZQPogx2WDT85OtvawretmuagBnM+ifn98+iJrGNXwBlMk28/TpoLB5gGDyKVCIyymvpN1JPpa/duZUtfDaoJwALPO1PMw2twvcOHZKlZmLwvnbeU2P0IE5GemtvRjCrdM9KAp/bTkowUUdSajqneHtNiplUT/mBJJrFzD1t31obHYAY4tTSt3WtiduJJigHLRMM4lEpyzP65uA5R3mHp0o1zE9fas3pckKWI331WA7kJv9g8HuPDSwkf8kNra65pMHILRH+nAe3CRgTRjzJfnxk3Qmfnxsn3xmtY7ZNTJBsmr8VF7ed6njszNfO9zspJ2UUH4ciSynpZ+WZZJ/gqEeYPX7bXL6QKTtmdTAkb9z0pIPieSSNR809nJWL0l9PHCeqPfpFrc/JVACizQrI3tV5iod5LOpGd6fNvu4GvimelDfJ6R6eLE7y0G8Zc3tsswDZR9mupTWu4mc5TrA2jOmjXb3W1rn/e6o2qRGT/NMUmMqL2fmlC7LcbtusiXbQBFHOiGtL5Kfw0w0iPkQq0+M1hfkT481J8+tRFlNrTndYi6s6roGeB/eSTsjfmIYO+sWydVsmwyQkhfVx2C0ZZ6pjhND2OtHWvniv/dL2+PvfNAmn3AJKtKttMLOjFkBizTwuKLWBq5/iOTyitrvXWNFz4tdn42aNwmAprW9yVFo1ynzZBGduvTQBg/NNn5ZPWj2UNbt0W76xifPqn9OpM6pmtvVw7myDnYHFtc+drEpmLg3z86WcCfEH0D1QVypj/QwM34l9bE6fA0+cTDocH8lMry4bej5m43VJqqX09I0vqj/PdTyM/EI2voKSzMtLmeiPiwYfS+TH0ktjjRJyMmWm7w2L0t/nPneiDw86g+oeD2errWnrsk78Zd1iDLY6nlvncDZ7tO0ImzINBdyLfiVELjFKE6d+r8kB1ZTp+5Bugpptkte47erIIKLE3B5Xs/XLH/9619fOl9LQXr0n1cUY+CnGlmRSytPnwB5j4bYpaFP4J0nz13S+vuUjiXXw8O8u2Ay4u+Rck2cNvI601BflZHSysE1ST2u7Q68ZWmK5SltGFQe/eYNssx0lXnP+WRTX5+GVCbaSUF3jHifo/ejf5/2oT1+2wkvrtt3zEwzeWIufzfVdkpVrz8+VhXilFKj3efT62D98IQf5fWD4zzgi3rFXpkAtrOZbgXWLVIuvXe3XXcOTi6iQ08Omqw8g39Tg1NNrYB2Eu1uZWQ5rS43LpO3XNBua42pdjOc0eoFYMTF9MdM5vH/BOgkMZ0fT+uf6bhMNHmkjdjw2LYjnZwqzSR6szNDajEXiFMSeAenWDyx2byD7hXjTo8WG1pRu9/CE6la3d7QNT8k+ETKc2Avtpu20kz2FvU0PneTSTRpCGjqo7Z7IjUD456mRaunaZUnxLZ3JgNHLMNd/5zxXvButjiTU8edgm+aEEkpjdhjhTvt91ItYbj7gxMnKl1epFSJ/tjz5H040S2Tb2fst3bR5skLzvwuUFLFpkRvfD8lc3Rg7kXCKyCN77R0yTSJda9natBjUb9ugGc5aaTn4DXVB7E9JTuoGa2ouZOovYDl7+vxMpvkQp043aLunG/XJi4MUl29l04nwRtvsdkooBTwOPO+L4vBcluNBw6QkDlwlJtqLtWp02TYJ/nkaAPL9cmGSUBLEq0GSapQ5Sgde56IfbkacnXkA+WS5kSKr+w2AHWv8/QR9KanXEWKsiMgZxox2wxqEUsgbKcFaFDzftL+aXZbShrP+2geX6sj7cg0C7Id8H/ptAIwXoqgcITCENgqstcwjn3POxOLxW0/uGTVDyekOu95ZP+j6c2bYqGpIT7DXaJxLc+HaAFEJ/dUbpllLm1WM7zZC/7XVGpzZCA8KL8uMKkMHtigXv/0+pH+/oAI5bp3lgv0zdly8N2y4P456I3NOoFryiRyD6K5/X4tj5XkupeDGGd//XtFOWB2j8vtSXj0Mx2yfc5rm0xsx3Fg7ba0UJ5/pw8k+XAc8C4dUDlBp4n6/wWuHLeLtjoBl1Ma/6t0dBCPgLV1QdK21x/fwlPOah8cr89Vsg8cxGC7ZPA3fgFIpJcApbXEE2Bl21UW7zXyCcuT3Ow+gK+pHEj1nz5k8TnIpfFlTFui5jX5vYlSOojwVngW8XRWN8YzXQIcSTDlcwmUdmK69rQDMOItAiAZ6vqtw3dPnp9sJBtONhqGt9YkVZ6kGMeT++G2qwlN23GqPvrp6hW5endeKgdtQNJIz+9QmzVKp5nIeQ7Pw8Lz5LGl3ZTeZVOzpPFzu/yv2Vgu7VJiMFgERpkoPMbfYmWn5GfQc6iJgCuAqR7enJYAbrakyJ8i+pwgU31+PuybcWlqkUFuHdUA1byrBBlHMTnCncn29vk0Xv07wdDs7OZtJThFuY7ovEztVt1qA94gM1ZgEAAoN8trBJBy3U6D5U9fqy7Vk8eTpzrMsr3uz/HENeaO27CsQyJAtrA+ZcqNU4DE91P7LOvMgfbyqdPrz2tefjsmahV2gFwioU5dUum77CbOihDQplBCUnMkvD7llT33pz/96QIyATgnzyqOR7/70+7vJYRDe8EXdXAI31It7oxIJEUurUwxMpeIvhPBjXnSNnXodQG0FX/eniaN0/tq5TVAcg0bTJ/EqWQ3KQ221GTkN2kKnzw7yCSS1NIb1ARgPGr6g7K8XC8PafIeckDlGEF+VAPmyFM2+MRmYL2Nir2jMjbTOtDvewgiAZi85HOLSZNR7bPav6d9lu2f1KaMbM1MgEUeDT62JSEYgWyaCAy+OxoqW1JKfUxZBGdlg/H+xdWrmb38e0MTDijvi0kq+6oMZs7F5nJJQWLPDLUGNS9rojZYeGLtzwfcY0wrVdP4zvpbW1f5smw6EwcFYrK4c8LgCDRE4EVKw8Mdz2WBWeDkaHJPr7SSZC3M0pwhJOqO6GOP/aXTM5kck033+K1R9pKJ3yR6nJdXdoA6oVSVopzRaZjvOpbrEwHWSdpNZaUNqHI4rccPVpEd9mLhC6XRd+JXuidJJPD4aTjZFkkx5eNYTF8Yz8Pe2kQh9jUBQ9d9cyN5mh3cwLtSuxdwuQ5PhLqaauhMNZKSrFGqxlcMbWyg3b0p/YqHHbgmYInSDGDtVJKHk2DcqQFwMs7xDPM0QUCrtByIpz9JLKUVKDWgysOhby7J0k7NZaE0ZTBz0rTxscj2k24VtF3uilh5iieSYrIzVjOtpW91nEqclo/fk/pfEROw8ZiqXNIr0wE2bClezp68NsdDapGtPBwV4HZrsxnhWfl2fecv6WqTPMdiF0e77KFPlYO+nQKi04DvqDU8f6dNlGndXSd943FVj4c6bgHWRK0c/SbY6vfdjSdGtjO66ROBkbVMSJIDQKicScro+s5rnBbdJyExbYFGMj6l7eSudrOBfFHY8zkzycTu2jQ7fOaRLu2BrLsNMunSZjtRhyv12/rOid2ovuWG69munTRH4mF78XSR0nPAiOfP/vEdtY14TC7fxd0Ib3Cia/jJI/QTYyvwpCRZMQSlbm/UBtZV9pTHP1e8TGkaOCd7xpeV3I5J49fbq+vsa8M780fO3GNc8cRarcqSLdZUqZfHdw+dYPqID6lwPwQFfqd+Ojmkpca50nbYeV27GT7RCpipJll6YSDJz30Pk3gHtRnWbMOmSqcBg1I9T4OSGsFf7pCU2mLy0jzoLANftlu2sWkIP6sfIx6JlR668+51nwZlnzLzpFaycbdQ65yVXgfgAMOlgUeJfT3S3yKfA9deLQOlbfkSDsepNGxtdj5S2iK93G7BrtIn65dsrU6QcfY9y0P+Fg8H1mSTpmT0drbIP7Rz9F6lvbXTkhm/BrUZs6IciAQ7Dca24BoG86Uh5r57XveAGsC8ozJ/5nG11/j3MjPg60FJQJXvlvbyWbXg6e3WNupWOENqbTrvP9vrZfn+q9RaSa3tK7p5s6DTqhEnBnMz3jO/OxfMSO8MEUeRezzJ1zQR5aug6W6dzn+3djdJjLp2SQjoOCXmJTxhL4dALKGEvM8+MoFLANREknqcVLk7YX5CTT44M5FP8hOhdDe4dqoxO3RHk+3VPNesAxD6q/kAkQORrSw+QGnDTQOzopTaLqVSTaPaPa//0V7aA+9+Hr+XxVn4+q5Fc6Vj90Tyl5Mzecs8bYwxV/wMjNYPopt3kp1IpKQpZua0W4pxzwxKeyaB44MskjGbT08nb6c2ZpNwLokSCAxWemyTXYekzvPePY1v/REJVAIY23+8jmzLBKpMl2100E0mxNWZagW0jK2SVdo2W1wyTMYinZ0NyBnu9gF5vXxEf6pWtq24reZ1tzZ5PclfgngCgscHE9xTHmxM/qjXQeFbm/3RthaecJ7TvlqNS9Ik4d4tue4h7zxoYghmpwc62YjokixVUbMlKNtB1QbfeXNJ6QPh5Xl9rZ2tPAcS3uGUz8M1ueERW1IThmUhXnKlpaK0v5yacDjVSCnxR22TmVL15L28tiqcezkgaYMkufudf1Ipfnaog4RYWF6nPjokByjbCFCn9rZrCVYvr+VJe7ER64YQxwq45EA1Ugb7wHStveDdKSXbKXk/r+hYcjUAtVl8mj9n6wpsSWoca2q+VQRQOjhSuvjephV4mpps/N4ilZMA2QR2gKc2EcfLFxa4ven5BDCeUGqkNBzsNjlTKzrJc/UWTwZ3QvpJ3ma3tDKgW7bm5mtG0i5iqSS34rb2NMPVr2fayU5r5U1psvxWL2EJrhF8ZWNhvt3Nt1yn90gZOAu+dXpF2Qe+UO7EJPh02nA3JvNvolSzk5pIVYUKOyVcY+cRg57jBPDQdE9SQNf99GXnWdTUYvK7ssma/cb1lbSj/LzvmwxxTMhHzCxtSA6iy/1kzvfqmcvVOPvE8piZJvG1TN/m3DLnjMqZnetoWXF2apKrsHxSyKXXyQl3IoDTOgzPyl9ZjFpibS3VjNtE7nVmbGyawdkv2RdTmlYGb+dgB4P6h23MbJn2R+64LhI4facsgWckYi5Er4QGZejPpRdbvq9bblai3Avik3uTQZcz12dhAolrntc7HlXGTN3te2IBVh05vc64qQfxk4fCJS94bRmAnBZ4G5HGwxI5EdMGcxAijVhXzPdQpvRix4XUY4s1Mqk4cRpHoPHMd+cFgDM+b7SadqI+HhrWDpJcXnGGXTUBJBjydN6AVh/qDLF/6xPE7KHKiLivSXLNCX44i563vrq08hBBSvQTSjXa6s8yPT3rjuoX2VS8GiYX6XVNhr3oyy+/fFWPQOUbBLHlchJlqMV5y7id4+EVuFIFJjVVmZTPLnpe/3TKRvh13w6Cl7hSQdM9f1AX/ljUnuwNEYvIbFVpi9YpbSY+Gr+ePvO0PkyVyuuceSRNQOOZR5/geu5R5+T75GTyYUaI2p78pBYMr2ZQri2mJPLrZM4C9dslgcgHrdlm03cnJGRKPI4Ygk5UkpepP4DGhrvGEzaFx878DAZ4c8mMSj2hHKCpT3xCuA3INV4LrInHpj8FUAGI0rNr4le/+tUbPpQf6SbiHZMZtkmNlNIrtdNNC9ePj7PrnnEh7mXUnO8ZOsjlmEZeB88B7tYsV4SXw+BMEXDAI+D4w7AMgn77KT7MfncOppnu1/x7Ok4+qH4f/ukb7DGeFoI/fWrfl1SjO0qUKd7ZOi1idcMPYGk2m4PKx/WV5JokVmtg3pvI18NycbkZxJ7On0Jx74xyRe4BvYdQD4AEXvzkY+9AV5E8VaOZn7Yog5MLzI1WZoOXl1ID3ug7DyrLkBd/PGEk6aU/1laZXJTnUtftLPemRUwcN4FSkl3SNeN8mmVeoTdsZysksLxDXiHdmGPG0Th3FNog30LeGXym5OTRLwYt25jOjafzPkSiuReaExRV22wZ72fPl4OJBBPPApAWsH/7299evgv4PCdJOklX3yOmP0k86siwC5PdJZljh/a/WnaT5OKGG2VNzU3kHZ2Sift+3aVArgG63l7FkABexmdcNGf8zAcm+XfpSJ3McB8AEaoRwIimc8e8Pl8fdR7w/HJL88r58fIh1CNShfJkU/7hD3+4nsCja5L6Tu1oAp84/uf38KY93nUdbz1x3URtzrD228kBwaeD1MvHhnGpw+xwYMB8kxIM/o6yXWnvodJSqrrNNEkt+OTTl2hW6dPj1XekigibrdXdyoVn320rXohDIZEELs6gkGHvUtLfe+0TvIWRUkX78htgu4wbZ0Wk1MqBacBK+wggpBrN76g6B1sGZV3a5SATHFx1/K1EaIJ6nktMzvuo8YoE8jKzraJ2ZJQ7BFxv596799xUp0tTzlvV5JFxr/J01oSA/Mtf/vI6XkjddEBSoKAJ/I/6mLS+J/+6/ONqpIndlExpXDJjXLU8Pz/XAUkbye2uFlzNwfFZ+tFE7IvOdskKoS6zD/jOEg1tTTNBadpyFoOcwPbdHkkNYCIO62WJRzEujHhNAElPtn17GMJt3IlSRXo7Pc0TQcq0kfh8eenHR/qsYzbx2JdLP8rwyp2pqTE+Q5shywFptwJssmUg1uraQCsfEhOV7JKKtqL23HNzVQIf+VIDj44DBKVze8zb4fX6pwi+VQ72kEINCkWwoC9w6RMpijDAmUlNBKVN6Ge6Ok9P3nne8AQWFTXR6ECb3gmUDXdQNPstVbLbYPBMwHD3ZI+3zb9PaQkx+EEiDhpvc1OfItYANXh8Xm2Rx8faR96HeH2U66++Sd5T21A2YFT/KEL/xRdfXKUmoRPyuEdOuzzul/V52ycv92k66zwlkxtuzbjzv+ZpTnZCG2C3t9IY9sYw41jAZfCapJ3qmuwoEfvRAVaGR5JcvSOZ/P2LrHNOj8K7LUuYxXnbqSrKcBtQn9oZ8Zvf/OZ6H5uPs79SQIjyTXY52f17mkbQU7NzshEuot1gbB1DJ69omnXtvpPHoNyWwR6BTw8GJkgbTVJNZWqWU19uCWIbcao7JyavA6elS3LPmHLcVFi1g7roD47OdBXMO4l8y3gSUtTL9vL9u+5nO5/4kgb7s4XzvaLdQGXlO7olLdS8N5dwGNN+ZGMDcevUxk8u9gJkB/i0XZgJ6f3okiV5QWo5ELjO50raelspnz7IfvNNfjtyEE1Em3jO4ckzO1PO2AmgPie5ZJioAY0dAx43yvSilbrxQGxuu/EgMI6RR7md/EEKVyNtcHM7ELZPM0caUbZH/p14rpFgsIdF7iXGiEDtpdxM4MBK9/L/k05mzpSPGJIb1A9RrpNL7RT1OcjPsSKQEoc0kJ9/lSaJB5JJo/s4By7tmiSGsIP8wF7nAw+S6L0fS57leD+tfotYTqIPnkhIYf9rYKX3dUptEJvBKWIA2SSI3ehA8eCfl9XqyBOoofYoF+W61+XRb+8DVKKHAXzB2KVdetQQ5QBSgchfoYLKxRbT4rYMe07IWala7wPnOzdxXh2uVtDkZb1XdLYyW7mrWQndEnrIOv304lRLu3qzkxlw34joEwYg+wk0bvy6w4GK8j4gdugbJptnRh4kowCjOFZKGIDOJ4eYsKO1let85+/pwN0Lj5mpxTVOabIDJglDYxtNDVyVO12b0qSR3ST4qk0JLgYm+5TjK3koIlckWvluwFM+kwLQ5gTl1GY2QPp5XdlefgMwQhYew/I/nwSkyZeaJj3l7GnU4iAT7QCQDW2UKum0bk87lZttzbLdu/MYTvaPS012FHiYhvucxeX7p9xgn7ZZi1C/qEkfbF/Yhk/S82o9Vho8ApDeKgDjrSDKy6tl0iv1sMjJmzmevANXdMvA5sA18Z1lrnhI0X4vUccKrC5Rkn8HGaqN3QRuEDdQejzMH0L13QjJK8AEFKhGV+suwfSdlyBwsJx7qOltutRBgmlVAJXq+9lczZ++8uX6gMZJx7/J/HgWmLyljLRb2r0VjzuJOEnoCdxt1qoOHqWiPlYJOA/ey/JzL5xHz+s8et0ALFdRXOrwJ8BpK/Pvfve7azqBBTD4seUpACDl4zV8HGPuUfrTg98uZbXBnQbVO2CqYOVxNMr6VmW3NOT3EAp8JC+etpW5qgsJgbQiPWBzHhKoPBcoEPFAK3l5QUHjgfrYOkMbRB5fw/tDHXpaPEVXj15PU/eSWuJJIEOyNjuPfp7G+6l1plMOfNI0UDmop7baSlU23jI91AzNtsx1y0RQen+MXoT00IzmeABUphvlkD8RzT2kw/PB0o5LHoCON8o7gtgQKMpzV33tFT5aP+Jp+uv5dn2a9MSTzOlBeOXNBmkzdKroVIxStnf8BLb83oCykkZ8rmZe63hsHfKg8jSgqC83sr2uNoh+vMAUsc9Xr9BeJJ8DXbsfBAzfxuzPGqTd5bw4sUbLDlmlzQ2OO3rCzV0h2sWvkz/XNjF5D7no9yPAT6jZj1CC3w3lVXme3g1b30/mkWkfbF8RSJ5ycKe+c1B4Oq9Hf7xeL4Oz2G7+8igXJo3SG/bNjadj8eRuN7MndbN7QmnvZOffUnlSU6eI/NVzjW3QGiCbXZYPsa6kGBLAZ6+rRdlGWWc7OnOlSpJ8ucgJHnLFwSem99mqPyZ+XNqd7OlPemoF5uxzwDlT3sjW8FtB1ma1rrHKLhE97T0D9K0TJ6mQIPGy2ncPSLJdBS9RlNtryMf+LQbZjzX38rM9omn3KUtFfCq6zvop7Vn1/w5Y8Pae50KvkgvVmLrdGeG7d8qKJhVwSmnj+WKrb3khTRsoLyvtIDo2jWxPT1tZN/SyGUwfKM6VcMIoJj17qDyg6rEkr9+lh4OGHQ1Id85GFTV7uPVr8/4yHZsKb6GrPXr5953qyc539xpKYJ16gbeSS5UEuy+lJL/pVYnoRIKQbke2djS7JtPpk73mHsfytTt/W5nHouCJ5/1a5B5gARTUow82UitPBkRQJN/3jIUHYJuUayC+9pGCqBnce5Xg8e2x0qk2M8+tdE/DsWPYTsM14k6I8/bUzGqypAp1wzd3PehaPlya5ROW+K8dm+nt9SCoiMfsSE9aJoU/3wggfVtN8t3all4s95qxLx7++Mc/Xo4EOHlTmdNT2k8uit2wdybb0x7J4C10D7BEqMp8zRt8uOeU9Uzf+f24CCFASCJc9FS37sL7ZkEHRwKddbu0dTwtUql58BO1CePAQntlGIo4nFTuDlzOy0Uyp9rhNwl3sat7pdVDNO4eJyCNeldBK1Cs6pk8YA9DeP6V55cawYGfGgBCck3GvoNO3invyPYXerZJnzy55mHbjDsJIkAscLFE5Y5C2odOF+3hjXSDfgewZJJGnUihNnh5/STvN/HSJu57J0+D2cDc7LWJ6CNiQKkKPX/2VbNZ24A1Qvr5q4dZHnJnqw18k8i+H4vAbB46ghPVPGrKagHvJyHSHy+f1J0zlF5lRn4btcGaZtpJGQ4seGhAye+trNU1iG0vOZmaavK+yUFoNk7jo0ku6kPCsG3bvcMst6lDkfqvPVTMfjAAg92l69pxoYdq3TteteECTewGpxwQt79cqrUObiozbY1Mu6PsGOyTplpPyvXBI/9EO2k8TcgpeLnjy4GSg+/hExyEZi9NZcOb24HZDretKFNnS/z+97+/nhqdgqg5Ck/ccMOUznTQuSs6GZKrtcA88z3Fd1MVWe+Kj90saka7q0y/3viZysZp8BOg8Sz9hMEcxEZN6jSHhDo4iJhlMn9XtrfRy0YiEWtznnfLYDoZR0cxsbM2+8TV/2VikNFjLBCPlPsJdDDr54Ly1wYAKUdDVmnbIPqjUYDJD8/1PM7jNIA5eFOenbTydB6P8np0jSO9V2bDZBflpOJePtrf3oDRVCr1ePpW10SaLNrS89VXXx15qU/OhEsvKuPMBN5T6DPRG0gZ3riVTbQinwEAysFJ+U1K7gDidqKDqqkvAOJ8+eKvp2HQ4QtJ5tueKaOposa3j4NrEF/mocy27JSTD14JvLa+oc+d3GTijH/FvmR/YZ4439e++frrr69XVGiufutPIp7jqOkwpRXoMCpzO4bP5jZwjVJ/O6igBHR2TJaTafy+q4QT4sGHBLa+53uFsl1ej0tv57GZGynJOHlZ+7R4uZY2CXI+LOnbhPQJxQoBqjcfHHGAi2gfjoTqVBkKrk72+vXwNy5ONgeinUp4Hg71xKEb2Zk00iXONAjZwafLDZAvsewA5m3bkaujlFzcp+586NYnioM6JTn9SFrfLu1AUZ+LBw2qBlp/aWA3jTFpFe9v58/b7e2gTJGM+9w75vR/xtDScUhP+B8AAAAASUVORK5CYII=",fm="data:image/png;base64,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",gm="data:image/png;base64,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",bm="data:image/png;base64,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";function xm(e="top-right"){switch(e){case "top-left":return "absolute top-4 left-4 z-10";case "top-right":return "absolute top-4 right-4 z-10";case "bottom-left":return "absolute bottom-4 left-4 z-10";case "bottom-right":return "absolute bottom-4 right-4 z-10";default:return "absolute top-4 right-4 z-10"}}var TC="h-12 w-12 md:h-10 md:w-10 p-0 bg-background-surface hover:bg-background-hover shadow-lg border border-border";function hm(e){return tailwindMerge.twMerge(TC,e)}function kr({position:e="top-right",className:t,style:r,children:o}){return jsxRuntime.jsx("div",{className:tailwindMerge.twMerge(xm(e),t),style:r,children:o})}function Dt({icon:e,iconSize:t=24,onPress:r,isDisabled:o=false,className:n,iconClassName:a="text-text-primary",variant:i="secondary",isActive:l=false,ariaLabel:s,iconWeight:c="regular",...p}){let d=tailwindMerge.twMerge(hm(),l&&"bg-action-brand hover:bg-action-brand-hover border-action-brand",n),m=tailwindMerge.twMerge(a,l&&"text-text-onPrimary");return jsxRuntime.jsx(q,{...p,className:d,onPress:r,variant:i,size:"sm",isDisabled:o,"aria-label":s,"aria-pressed":l||void 0,type:"button",children:jsxRuntime.jsx(P,{name:e,size:t,className:m,weight:c})})}var LC=e=>[{id:"streets",name:"Streets",description:"Standard street map with traffic data",preview:e?gm:bm},{id:"satellite",name:"Satellite",description:"Aerial imagery with street labels",preview:fm},{id:"neutral",name:"Neutral",description:"Clean design with light/dark variants",preview:e?pm:mm}];function FC({type:e,color:t}){let r="inline-block",o=t?{backgroundColor:t}:{};switch(e){case "dot":return jsxRuntime.jsx("span",{className:`${r} h-3 w-3 rounded-full border border-border`,style:o});case "line":return jsxRuntime.jsx("span",{className:`${r} h-0.5 w-6 rounded-full`,style:o});case "polygon":return jsxRuntime.jsx("span",{className:`${r} h-3 w-4 rounded-sm border border-border`,style:o});case "pin":return jsxRuntime.jsx("span",{className:`${r} h-3 w-3 rounded-full rounded-bl-none border border-border transform rotate-45`,style:o});default:return null}}function Cm({position:e="bottom-left",className:t,style:r,currentMapType:o="streets",onMapTypeChange:n,layers:a=[],onLayerToggle:i}){let{isDarkTheme:l}=pt(),{isMobile:s}=bo(),[c,p]=ir.useState(false),d=LC(l),m=f=>{n?.(f);},u=a.filter(f=>f.legend),g=jsxRuntime.jsxs("div",{className:s?"space-y-6 pb-6":"space-y-6",children:[jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("div",{className:"text-sm font-semibold text-text-body mb-3",children:"Map type"}),jsxRuntime.jsx("div",{className:"grid grid-cols-3 gap-3",children:d.map(f=>jsxRuntime.jsxs("button",{type:"button",onClick:()=>m(f.id),className:"flex flex-col items-center space-y-2 p-3 rounded-lg text-center hover:bg-background-muted transition-colors border border-transparent "+(o===f.id?"bg-background-muted border-border":"hover:border-border"),children:[jsxRuntime.jsx("div",{className:"w-12 h-12 rounded-lg overflow-hidden bg-background-surface "+(o===f.id?"border-2 border-action-default":"border border-border-default"),children:jsxRuntime.jsx("img",{src:f.preview,alt:`${f.name} map preview`,className:"w-full h-full object-cover"})}),jsxRuntime.jsx("div",{className:"text-sm "+(o===f.id?"font-bold text-text-body":"font-normal text-text-muted"),children:f.name})]},f.id))})]}),u.length>0&&jsxRuntime.jsxs("div",{children:[jsxRuntime.jsx("div",{className:"text-sm font-semibold text-text-body mb-3",children:"Map details"}),jsxRuntime.jsx("div",{className:"space-y-2",children:u.map(f=>jsxRuntime.jsx(Gr,{isSelected:f.visible!==false,onChange:()=>i?.(f.id),children:jsxRuntime.jsxs("div",{className:"flex items-center gap-2",children:[f.legend&&jsxRuntime.jsx(FC,{type:f.legend.swatch,color:f.legend.color}),jsxRuntime.jsx("span",{className:"text-sm text-text-body",children:f.legend?.label})]})},f.id))})]})]});return jsxRuntime.jsx(kr,{position:e,className:t,style:r,children:jsxRuntime.jsx("div",{className:"relative",children:s?jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx(Dt,{icon:"Stack",ariaLabel:"Map layers and settings",onPress:()=>p(true)}),jsxRuntime.jsx(Lr,{isOpen:c,onClose:()=>p(false),title:"Map layers",animationVariant:"scale",children:g})]}):jsxRuntime.jsxs(reactAriaComponents.DialogTrigger,{children:[jsxRuntime.jsx(Dt,{icon:"Stack",ariaLabel:"Map layers and settings"}),jsxRuntime.jsx(We,{placement:"top start",children:jsxRuntime.jsx(reactAriaComponents.Dialog,{"aria-label":"Map layers and settings",className:"p-4 min-w-80 bg-background-surface border border-border rounded-lg shadow-xl focus:outline-none focus:ring-0",children:g})})]})})})}function wm({position:e="top-right",className:t,style:r,onToggle:o,isActive:n=false}){return jsxRuntime.jsx(kr,{position:e,className:tailwindMerge.twMerge("md:hidden",t),style:r,children:jsxRuntime.jsx(Dt,{icon:"ListDashes",onPress:o,isActive:n,ariaLabel:n?"Hide list view":"Show list view"})})}var VC={sm:"gap-2",md:"gap-4",lg:"gap-6"};function $a({position:e="top-right",className:t,style:r,children:o,orientation:n="vertical",spacing:a="md"}){return jsxRuntime.jsx(kr,{position:e,style:r,children:jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("flex",n==="vertical"?"flex-col":"flex-row",VC[a],t),children:o})})}function km({mapRef:e,position:t="bottom-right",className:r,style:o,showCompass:n=true,showGeolocate:a=true,showResetZoom:i=true,onResetZoom:l,onCompassClick:s,onGeolocateClick:c}){let[p,d]=ir.useState(false),m=ir.useRef(true);ir.useEffect(()=>()=>{m.current=false;},[]);let u=()=>{s?s():e.current&&e.current.easeTo({bearing:0,duration:500});},g=async()=>{if(!p)if(c)c();else {if(!navigator.geolocation){console.warn("Geolocation is not supported by this browser.");return}if(navigator.permissions?.query)try{if((await navigator.permissions.query({name:"geolocation"})).state==="denied"){console.warn("Geolocation permission was previously denied. Please enable location services in your browser settings.");return}}catch{}d(true),navigator.geolocation.getCurrentPosition(v=>{if(!m.current)return;let{latitude:h,longitude:C}=v.coords;e.current&&e.current.flyTo({center:[C,h],zoom:15,duration:2e3}),d(false);},v=>{if(m.current){switch(console.warn("Geolocation error:",{code:v.code,message:v.message,PERMISSION_DENIED:v.PERMISSION_DENIED,POSITION_UNAVAILABLE:v.POSITION_UNAVAILABLE,TIMEOUT:v.TIMEOUT}),v.code){case v.PERMISSION_DENIED:console.warn("Location access denied. Please enable location services in your browser settings.");break;case v.POSITION_UNAVAILABLE:console.warn("Location information unavailable.");break;case v.TIMEOUT:console.warn("Location request timed out.");break;default:console.warn("Error getting location:",v.message);break}d(false);}},{enableHighAccuracy:true,timeout:1e4,maximumAge:0});}};if(!n&&!a&&!i)return null;let f=!i&&n,b=!i&&!n&&a,x=!a&&n;return jsxRuntime.jsxs($a,{position:t,className:r,style:o,spacing:"sm",children:[i&&jsxRuntime.jsx(Dt,{icon:"ArrowsOut",onPress:l,ariaLabel:"Reset zoom to show all points",className:tailwindMerge.twMerge(!(!a&&!n&&i)&&"rounded-b-none",n&&"border-b-0")}),n&&jsxRuntime.jsx(Dt,{icon:"Compass",onPress:u,ariaLabel:"Reset map orientation",className:tailwindMerge.twMerge(!f&&"rounded-t-none border-t-0",!x&&"rounded-b-none border-b-0")}),a&&jsxRuntime.jsx(Dt,{icon:p?"Spinner":"NavigationArrow",onPress:g,isDisabled:p,ariaLabel:"Go to my location",iconClassName:tailwindMerge.twMerge("text-text-primary",p&&"animate-spin"),className:tailwindMerge.twMerge(!b&&"rounded-t-none border-t-0",!b&&n&&"lg:rounded-t lg:border-t")})]})}function Rm({position:e="top-left",className:t,style:r,onSearch:o,placeholder:n="Search places...",showSearchInput:a=true}){let[i,l]=ir.useState(false),[s,c]=ir.useState(""),p=()=>{a?l(!i):o&&o("");},d=u=>{u.preventDefault(),o&&s.trim()&&(o(s.trim()),l(false));},m=u=>{u.key==="Escape"&&l(false);};return jsxRuntime.jsx(kr,{position:e,className:t,style:r,children:jsxRuntime.jsxs("div",{className:"relative",children:[jsxRuntime.jsx(Dt,{icon:"MagnifyingGlass",onPress:p,ariaLabel:"Search"}),i&&a&&jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("absolute top-12 left-0 min-w-64","bg-background-surface border border-border rounded-lg shadow-xl p-3"),children:jsxRuntime.jsx("form",{onSubmit:d,children:jsxRuntime.jsxs("div",{className:"flex items-center space-x-2",children:[jsxRuntime.jsx("input",{type:"text",value:s,onChange:u=>c(u.target.value),onKeyDown:m,placeholder:n,className:tailwindMerge.twMerge("flex-1 px-3 py-2 text-sm rounded border","bg-background border-border text-text-primary placeholder-text-muted","focus:outline-none focus:ring-2 focus:ring-action-brand"),autoFocus:true}),jsxRuntime.jsx(q,{type:"submit",variant:"brand",size:"sm",className:"px-3 py-2",children:"Search"})]})})})]})})}var WC={navigation:"bottom-right",layers:"bottom-left",search:"top-left",list:"top-right",custom:"top-right"};function Vl(e){return e.position??WC[e.type]}function Am(e,t,r){let o=Vl(e),n=e.id??`${e.type}-${t}`;switch(e.type){case "navigation":{let i=e.showResetZoom!==false&&r.showResetButton;return jsxRuntime.jsx(km,{mapRef:r.mapRef,position:o,showCompass:e.showCompass,showGeolocate:e.showGeolocate,showResetZoom:i,onResetZoom:e.onResetZoom,onCompassClick:e.onCompassClick,onGeolocateClick:e.onGeolocateClick,style:e.style,className:e.className},n)}case "layers":return jsxRuntime.jsx(Cm,{position:o,currentMapType:e.currentMapType,onMapTypeChange:e.onMapTypeChange,layers:e.layers??r.layers,onLayerToggle:e.onLayerToggle,style:e.style,className:e.className},n);case "search":return jsxRuntime.jsx(Rm,{position:o,onSearch:e.onSearch,placeholder:e.placeholder,showSearchInput:e.showSearchInput,style:e.style,className:e.className},n);case "list":return jsxRuntime.jsx(wm,{position:o,onToggle:e.onToggle,isActive:e.isActive,style:e.style,className:e.className},n);case "custom":return jsxRuntime.jsx("div",{children:e.render(r)},n);default:return null}}function zl(e,t){let r=e.reduce((n,a,i)=>{let l=Vl(a);return n[l]||(n[l]=[]),n[l].push({control:a,index:i}),n},{}),o=[];for(let[n,a]of Object.entries(r)){if(a.length===1){o.push(Am(a[0].control,a[0].index,t));continue}o.push(jsxRuntime.jsx($a,{position:n,spacing:"sm",children:a.map(({control:i,index:l})=>Am(i,l,t))},`group-${n}`));}return o}function ei(){if(typeof process<"u"){if(process.env?.MAPBOX_ACCESS_TOKEN)return process.env.MAPBOX_ACCESS_TOKEN;if(process.env?.NEXT_PUBLIC_MAPBOX_ACCESS_TOKEN)return process.env.NEXT_PUBLIC_MAPBOX_ACCESS_TOKEN}if(typeof ({ url: (typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('index.cjs', document.baseURI).href)) })<"u"){let e=({ url: (typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('index.cjs', document.baseURI).href)) });if(e.env?.VITE_MAPBOX_ACCESS_TOKEN)return e.env.VITE_MAPBOX_ACCESS_TOKEN}throw new Error("Mapbox access token not found. Set MAPBOX_ACCESS_TOKEN, NEXT_PUBLIC_MAPBOX_ACCESS_TOKEN, or VITE_MAPBOX_ACCESS_TOKEN in your environment.")}var Ol={vector:e=>({kind:"vector",...e}),geojson:e=>({kind:"geojson",...e}),customPins:e=>({kind:"customPins",...e}),raster:e=>({kind:"raster",...e}),clusteredVector:e=>({kind:"clusteredVector",...e})};function Hl(e){return e.kind==="vector"}function Gl(e){return e.kind==="geojson"}function Wl(e){return e.kind==="customPins"}function Ul(e){return e.kind==="raster"}function Pn(e,t="streets"){let r=[...e].sort((o,n)=>(o.z??0)-(n.z??0));return jsxRuntime.jsx(jsxRuntime.Fragment,{children:r.map(o=>{if(!o.visible&&o.visible!==void 0)return null;switch(o.kind){case "vector":return jsxRuntime.jsx(KC,{spec:o,mapType:t},o.id);case "geojson":return jsxRuntime.jsx(JC,{spec:o,mapType:t},o.id);case "customPins":return jsxRuntime.jsx(ZC,{spec:o,mapType:t},o.id);case "raster":return jsxRuntime.jsx(XC,{spec:o},o.id);case "clusteredVector":return jsxRuntime.jsx(YC,{spec:o,mapType:t},o.id);default:return console.warn("[Layers] Unknown layer kind:",o.kind),null}})})}function KC({spec:e,mapType:t}){let{colorMode:r}=pt(),o=ir.useMemo(()=>Fm(e.style,e.renderAs,r,t),[e.style,e.renderAs,r,t]),n=ir.useMemo(()=>({visibility:e.visible===false?"none":"visible"}),[e.visible]),a={id:e.id,type:Lm(e.renderAs),"source-layer":e.sourceLayer,paint:o,layout:n};e.filter!==void 0&&(a.filter=e.filter),e.minZoom!==void 0&&(a.minzoom=e.minZoom),e.maxZoom!==void 0&&(a.maxzoom=e.maxZoom);let i=e.tileset.startsWith("mapbox://"),l={id:`${e.id}-source`,type:"vector"};return i?l.url=e.tileset:(l.tiles=[e.tileset],l.minzoom=0,l.maxzoom=22),jsxRuntime.jsx(o2.Source,{...l,children:jsxRuntime.jsx(o2.Layer,{...a})})}function YC({spec:e}){let{colorMode:t,isDarkTheme:r}=pt(),o=1.25,n=9,a=3,i=n*1.4,l=.2,s=[0,5],c=ir.useMemo(()=>r?{clusters:e.clusterStyle?.color?Rt(e.clusterStyle.color):"#000000",shadow:e.clusterStyle?.shadowColor||"rgba(0, 0, 0, 0.5)",point:{fill:e.pointStyle?.color?Rt(e.pointStyle.color):"#000000",stroke:e.pointStyle?.borderColor||"#ffffff",shadow:"rgba(0, 0, 0, 0.5)"},text:{onCluster:"#ffffff"},selected:{fill:e.selectedStyle?.color?Rt(e.selectedStyle.color):"#444ae1"}}:{clusters:e.clusterStyle?.color?Rt(e.clusterStyle.color):"#000000",shadow:e.clusterStyle?.shadowColor||"rgba(0, 0, 0, 0.3)",point:{fill:e.pointStyle?.color?Rt(e.pointStyle.color):"#000000",stroke:e.pointStyle?.borderColor||"#ffffff",shadow:"rgba(0, 0, 0, 0.3)"},text:{onCluster:"#ffffff"},selected:{fill:e.selectedStyle?.color?Rt(e.selectedStyle.color):"#444ae1"}},[r,t,e.clusterStyle,e.pointStyle,e.selectedStyle]),p=ir.useMemo(()=>e.clusterStyle?.sizes?e.clusterStyle.sizes.map(({threshold:b,radius:x})=>({threshold:b,radius:x,color:c.clusters})):[{threshold:30,radius:20,color:c.clusters},{threshold:50,radius:30,color:c.clusters},{threshold:100,radius:40,color:c.clusters}],[e.clusterStyle?.sizes,c.clusters]),d=b=>["step",["get","point_count"],b[0].radius,...b.flatMap(({threshold:x,radius:y})=>[x,y])],m=b=>["step",["get","point_count"],b[0].radius*o,...b.flatMap(({threshold:x,radius:y})=>[x,y*o])],u=e.tileset.startsWith("mapbox://"),g={id:`${e.id}-source`,type:"vector"};u?g.url=e.tileset:(g.tiles=[e.tileset],g.minzoom=0,g.maxzoom=22);let f=ir.useMemo(()=>{let b=e.pointStyle?.radius??n,x=e.pointStyle?.borderWidth??a,y=e.selectedStyle?.radius??n*1.5,v=h=>{let C={...h};return e.minZoom!==void 0&&(C.minzoom=e.minZoom),e.maxZoom!==void 0&&(C.maxzoom=e.maxZoom),C};return [v({id:`${e.id}-cluster-shadows`,type:"circle","source-layer":e.sourceLayer,filter:["==",["get","cluster"],true],paint:{"circle-radius":m(p),"circle-color":c.shadow,"circle-blur":.5,"circle-translate":[0,8]}}),v({id:`${e.id}-points-shadow`,type:"circle","source-layer":e.sourceLayer,filter:["all",["!=",["get","cluster"],true],["!=",["get","id"],e.selectedId||"selected"]],paint:{"circle-radius":i,"circle-color":c.point.shadow,"circle-blur":l,"circle-translate":s}}),v({id:`${e.id}-clusters`,type:"circle","source-layer":e.sourceLayer,filter:["==",["get","cluster"],true],paint:{"circle-radius":d(p),"circle-color":["step",["get","point_count"],p[0].color,...p.flatMap(({threshold:h,color:C})=>[h,C])]}}),v({id:`${e.id}-cluster-count`,type:"symbol","source-layer":e.sourceLayer,filter:["==",["get","cluster"],true],layout:{"text-field":["case",["has","point_count_abbreviated"],["get","point_count_abbreviated"],["to-string",["get","point_count"]]],"text-font":["DIN Offc Pro Medium","Arial Unicode MS Bold"],"text-size":14,"text-offset":[0,.1]},paint:{"text-color":c.text.onCluster}}),v({id:`${e.id}-points`,type:"circle","source-layer":e.sourceLayer,filter:["all",["!=",["get","cluster"],true],["!=",["get","id"],e.selectedId||"selected"]],paint:{"circle-radius":b,"circle-color":c.point.fill,"circle-stroke-width":x,"circle-stroke-color":c.point.stroke}}),v({id:`${e.id}-selected-point`,type:"circle","source-layer":e.sourceLayer,filter:["==",["get","id"],e.selectedId||"selected"],paint:{"circle-radius":y,"circle-color":c.selected.fill,"circle-stroke-width":x,"circle-stroke-color":"#ffffff"}})]},[e.id,e.sourceLayer,e.selectedId,e.minZoom,e.maxZoom,e.pointStyle,e.selectedStyle,p,c,n,a,i,l]);return jsxRuntime.jsx(o2.Source,{...g,children:f.map(b=>jsxRuntime.jsx(o2.Layer,{...b},b.id))})}function JC({spec:e,mapType:t}){let{colorMode:r}=pt(),o=ir.useMemo(()=>typeof e.data=="string"?null:e.data,[e.data]),n=ir.useMemo(()=>Fm(e.style,e.renderAs,r,t,o),[e.style,e.renderAs,r,t,o]),a=ir.useMemo(()=>({visibility:e.visible===false?"none":"visible"}),[e.visible]),i=ir.useMemo(()=>(typeof e.data=="string",e.data),[e.data]),l={id:`${e.id}-source`,type:"geojson",data:i};e.cluster?.enabled&&(l.cluster=true,l.clusterRadius=e.cluster.radius??50,l.clusterMaxZoom=e.cluster.maxZoom??14);let s={id:e.id,type:Lm(e.renderAs),paint:n,layout:a};return e.minZoom!==void 0&&(s.minzoom=e.minZoom),e.maxZoom!==void 0&&(s.maxzoom=e.maxZoom),jsxRuntime.jsx(o2.Source,{...l,children:jsxRuntime.jsx(o2.Layer,{...s})})}function ZC({spec:e,mapType:t}){let r=e.pin;return jsxRuntime.jsx(jsxRuntime.Fragment,{children:e.data.map((o,n)=>{let[a,i]=e.getPosition(o),l=e.pinProps?e.pinProps(o):{};return jsxRuntime.jsx(o2.Marker,{longitude:a,latitude:i,anchor:"bottom",children:jsxRuntime.jsx(r,{...l})},`${e.id}-${n}`)})})}function XC({spec:e}){let t=ir.useMemo(()=>{if(!e.style)return {};let n={};return e.style.opacity!==void 0&&(n["raster-opacity"]=e.style.opacity),e.style.brightnessMin!==void 0&&(n["raster-brightness-min"]=e.style.brightnessMin),e.style.brightnessMax!==void 0&&(n["raster-brightness-max"]=e.style.brightnessMax),e.style.contrast!==void 0&&(n["raster-contrast"]=e.style.contrast),e.style.saturation!==void 0&&(n["raster-saturation"]=e.style.saturation),e.style.hueRotate!==void 0&&(n["raster-hue-rotate"]=e.style.hueRotate),e.style.fadeDuration!==void 0&&(n["raster-fade-duration"]=e.style.fadeDuration),n},[e.style]),r={id:`${e.id}-source`,type:"raster",tiles:[e.tileset]};e.tileSize&&(r.tileSize=e.tileSize);let o={id:e.id,type:"raster",paint:t};return e.minZoom!==void 0&&(o.minzoom=e.minZoom),e.maxZoom!==void 0&&(o.maxzoom=e.maxZoom),jsxRuntime.jsx(o2.Source,{...r,children:jsxRuntime.jsx(o2.Layer,{...o})})}var Tr="#666";function Lm(e){switch(e){case "line":return "line";case "fill":return "fill";case "circle":return "circle";case "symbol":return "symbol";case "heatmap":return "heatmap";default:return "circle"}}function Fm(e,t,r,o,n){if(!e)return {};let a={};if(e.color){let i=Rt(e.color,r,n);switch(t){case "line":a["line-color"]=i;break;case "fill":a["fill-color"]=i;break;case "circle":a["circle-color"]=i;break}}if(e.width&&t==="line"&&(a["line-width"]=Mm(e.width)),e.radius&&t==="circle"&&(a["circle-radius"]=Mm(e.radius)),e.opacity!==void 0)switch(t){case "line":a["line-opacity"]=e.opacity;break;case "fill":a["fill-opacity"]=e.opacity;break;case "circle":a["circle-opacity"]=e.opacity;break}if(e.fillOpacity!==void 0&&t==="fill"&&(a["fill-opacity"]=e.fillOpacity),t==="fill"&&e.borderWidth&&(a["fill-outline-color"]=e.borderColor?Rt(e.borderColor,r,n):Rt(e.color||"#000",r,n)),t==="circle"&&e.borderWidth){a["circle-stroke-width"]=e.borderWidth;let i=e.borderColor?Rt(e.borderColor,r,n):ze(`map-${o}-border`,"#ffffff");a["circle-stroke-color"]=i;}return a}function qC(e,t){let r=e.by,o=e.mapping,n=["match",["get",r]];for(let[a,i]of Object.entries(o))n.push(a),n.push(Rt(i));return n.push(Tr),n}function jC(e,t){let r=ld(t,e);r.length>20&&console.warn(`[Layers] Categorical auto-assignment found ${r.length} unique values for property "${e}". The 6-color palette will repeat ${Math.ceil(r.length/6)} times. Consider using explicit color mapping or reducing categories.`);let o=cd(r),n=["match",["get",e]];for(let[a,i]of Object.entries(o))n.push(a),n.push(i);return n.push(Tr),n}function QC(e,t="viridis",r,o){let n=_i(r,e),a;if(o&&o!=="auto")a=o;else {if(a=es(n),n.length===0)return console.warn(`[Layers] No numeric values found for property "${e}"`),Tr;console.log(`[Layers] Auto-calculated sequential scale for "${e}": ${a.min} to ${a.max}`);}let i=ud(t),l=["interpolate",["linear"],["get",e]];return i.forEach((s,c)=>{let p=c/(i.length-1),d=a.min+p*(a.max-a.min);l.push(d,s);}),l}function $C(e,t="redYellowBlue",r,o,n){let a=_i(r,e),i=dd(a,o),l;if(n&&n!=="auto")l=n;else {if(l=es(a),a.length===0)return console.warn(`[Layers] No numeric values found for property "${e}"`),Tr;console.log(`[Layers] Auto-calculated diverging scale for "${e}": ${l.min} \u2190 ${i} \u2192 ${l.max}`);}let s=pd(t),c=4,p=["interpolate",["linear"],["get",e]];for(let d=0;d<=c;d++){let m=d/c,u=l.min+m*(i-l.min);p.push(u,s[d]);}for(let d=c+1;d<s.length;d++){let m=(d-c)/(s.length-1-c),u=i+m*(l.max-i);p.push(u,s[d]);}return p}function Rt(e,t,r){if(typeof e=="string")return e;if("token"in e)return ze(e.token)||e.token;if("hex"in e)return e.hex;if("by"in e){if("palette"in e){if(e.palette==="categorical")return r?jC(e.by,r):(console.warn("[Layers] Categorical auto-assignment requires GeoJSON data (not URL-based data)"),Tr);if(e.palette==="sequential")return r?QC(e.by,e.scheme,r,e.scale):(console.warn("[Layers] Sequential palette requires GeoJSON data (not URL-based data)"),Tr);if(e.palette==="diverging")return r?$C(e.by,e.scheme,r,e.center,e.scale):(console.warn("[Layers] Diverging palette requires GeoJSON data (not URL-based data)"),Tr)}if("mapping"in e)return qC(e)}return Tr}function Mm(e){return typeof e=="number"?e:"byZoom"in e?["interpolate",["linear"],["zoom"],...e.byZoom.flatMap(([t,r])=>[t,r])]:e}var oi=null;function ni(){return typeof window>"u"||process.env.NODE_ENV==="test"?Promise.resolve():(oi||(oi=import('mapbox-gl/dist/mapbox-gl.css').then(()=>{}).catch(e=>{console.error("Failed to load Mapbox CSS",e),oi=null;})),oi)}function ai(){return jsxRuntime.jsx("div",{className:"absolute inset-0 z-50 bg-background-surface/90 backdrop-blur-sm","data-testid":"map-loading-overlay",children:jsxRuntime.jsx("div",{className:"absolute inset-0 opacity-20",children:jsxRuntime.jsx("div",{className:"h-full w-full",style:{backgroundImage:`
78
78
  linear-gradient(rgba(0,0,0,0.15) 1px, transparent 1px),
79
79
  linear-gradient(90deg, rgba(0,0,0,0.15) 1px, transparent 1px)
80
- `,backgroundSize:"30px 30px"}})})})}var Cm={streets:"streets",satellite:"satellite",neutral:"neutral"};function hn(e,t){switch(e){case "streets":return t?"mapbox://styles/victor-texture/clzwxtrng005s01p93rtr04op":"mapbox://styles/mapbox/streets-v12";case "satellite":return "mapbox://styles/mapbox/satellite-streets-v12";case "neutral":return t?"mapbox://styles/mapbox/dark-v11":"mapbox://styles/mapbox/light-v11";default:return t?"mapbox://styles/victor-texture/clzwxtrng005s01p93rtr04op":"mapbox://styles/mapbox/streets-v12"}}function Sm({longitude:e,latitude:t,showPulse:r=true,accuracy:o}){return jsxRuntime.jsx(KC.Marker,{longitude:e,latitude:t,anchor:"center",children:jsxRuntime.jsxs("div",{className:"relative flex items-center justify-center",children:[r&&jsxRuntime.jsx("div",{className:"absolute h-12 w-12 animate-[ping_2s_ease-in-out_infinite] rounded-full bg-brand-primary opacity-30",style:{animationDelay:"0s"}}),jsxRuntime.jsx("div",{className:"relative z-10 flex h-5 w-5 items-center justify-center rounded-full bg-white shadow-lg",children:jsxRuntime.jsx("div",{className:"h-3 w-3 rounded-full bg-brand-primary"})}),o&&o>0&&jsxRuntime.jsx("div",{className:"pointer-events-none absolute rounded-full border border-brand-primary/20 bg-brand-primary/10",style:{width:`${Math.min(o/2,100)}px`,height:`${Math.min(o/2,100)}px`}})]})})}var Ml=rr__namespace.default.forwardRef(({initialViewState:e,viewState:t,onViewStateChange:r,scrollEnabled:o=true,className:n,previewMode:a=false,previewModeCta:i,onPreviewModePress:l,mapType:s="streets",layers:c=[],mapboxAccessToken:p=Ha(),transformRequest:d,isLoading:m=false,onLoad:u,controls:g="default",showUserLocation:f=true,onUserLocationChange:b,children:h,additionalInteractiveLayerIds:y=[],onMapClick:v,showMarker:x=false,markerLocation:C},w)=>{let{isDarkTheme:S}=lt(),N=rr.useRef(null),T=rr.useRef(null),[M,B]=rr.useState(false),[z,W]=rr.useState(false);rr.useEffect(()=>{Ka();},[]);let[E,Z]=rr.useState(false),j=rr.useRef(0),[_,F]=rr.useState(null),[R,I]=rr.useState(null),U=rr.useRef(null),[P,V]=An("interactiveMap.trackingLocation",false),[q,J]=rr.useState(false);rr.useEffect(()=>{if(!navigator.geolocation){J(true);return}if(P){if(!navigator.permissions?.query){J(true);return}navigator.permissions.query({name:"geolocation"}).then(D=>{D.state!=="granted"&&V(false),J(true);}).catch(()=>{J(true);});}else J(true);},[]),rr.useEffect(()=>{let D=setTimeout(()=>{M||W(true);},200);return ()=>clearTimeout(D)},[M]),rr.useEffect(()=>{if(q){if(!P||a){U.current!==null&&(navigator.geolocation.clearWatch(U.current),U.current=null);return}if(!navigator.geolocation){console.warn("Geolocation is not supported by this browser.");return}return U.current=navigator.geolocation.watchPosition(D=>{let k={latitude:D.coords.latitude,longitude:D.coords.longitude,accuracy:D.coords.accuracy};I(k),b?.(k);},D=>{console.warn("Geolocation error:",D.message),I(null),b?.(null);},{enableHighAccuracy:true,maximumAge:3e4,timeout:3e4}),()=>{U.current!==null&&(navigator.geolocation.clearWatch(U.current),U.current=null);}}},[P,a,b,q]);let H=rr.useCallback(()=>{B(true),W(false),u?.();},[u]),te=rr.useCallback(()=>{N.current&&e&&(Z(false),j.current=0,N.current.flyTo({center:[e.longitude||0,e.latitude||0],zoom:e.zoom||0,bearing:e.bearing||0,pitch:e.pitch||0,duration:1e3}));},[e]),L=rr.useMemo(()=>g===false||g===null?[]:g==="default"||g===void 0?Cl:g,[g]),Y=rr.useCallback(()=>{if(!navigator.geolocation){console.warn("Geolocation is not supported by this browser.");return}V(true),navigator.geolocation.getCurrentPosition(D=>{let{latitude:k,longitude:ee}=D.coords;N.current&&N.current.jumpTo({center:[ee,k],zoom:15});},D=>{console.warn("Geolocation error:",D.message),D.code===D.PERMISSION_DENIED&&V(false);},{enableHighAccuracy:true,timeout:1e4,maximumAge:0});},[]),oe=rr.useMemo(()=>{if(a)return null;let D=L.map(k=>k.type==="navigation"?{...k,onResetZoom:k.onResetZoom||te,onGeolocateClick:k.onGeolocateClick||Y}:k);return Nl(D,{mapRef:N,layers:c,showResetButton:E})},[L,N,a,c,te,E,Y]),Ye=rr.useMemo(()=>{let D=[];return c.filter(k=>k.events?.onClick||k.events?.onMouseEnter||k.events?.onMouseLeave||k.tooltip).forEach(k=>{k.kind==="clusteredVector"?(D.push(`${k.id}-clusters`),D.push(`${k.id}-points`),D.push(`${k.id}-selected-point`)):D.push(k.id);}),[...D,...y]},[c,y]),ve=rr.useMemo(()=>{let D=new Map;return c.forEach(k=>{k.events&&D.set(k.id,k.events);}),D},[c]),Me=rr.useMemo(()=>{let D=new Map;return c.forEach(k=>{k.tooltip&&(D.set(k.id,k.tooltip),k.kind==="clusteredVector"&&(D.set(`${k.id}-clusters`,k.tooltip),D.set(`${k.id}-points`,k.tooltip),D.set(`${k.id}-selected-point`,k.tooltip)));}),D},[c]),Jt=rr.useMemo(()=>{let D=new Map;return c.forEach(k=>{k.kind==="clusteredVector"&&(D.set(k.id,k),D.set(`${k.id}-clusters`,k),D.set(`${k.id}-points`,k),D.set(`${k.id}-selected-point`,k));}),D},[c]),G=rr.useMemo(()=>{if(!x)return null;let D=C?.longitude??t?.longitude??e?.longitude,k=C?.latitude??t?.latitude??e?.latitude;return D===void 0||k===void 0?null:{longitude:D,latitude:k}},[x,C,t,e]),pe=rr.useCallback(D=>{if(a)return;let k=D.features?.[0];if(!k||!k.layer)return;let ee=k.layer.id,ae=ve.get(ee),Q=Me.get(ee),ge;k.geometry.type==="Point"?ge=k.geometry.coordinates:ge=[D.lngLat.lng,D.lngLat.lat];let le={id:k.id,lngLat:ge,properties:k.properties||{},layerId:ee},tt=Jt.get(ee),lo=k.properties?.cluster===true;if(tt&&lo){let Be=N.current;if(Be){let ci=Be.getZoom(),Cf=Math.min(ci+3,18);Be.flyTo({center:ge,zoom:Cf,duration:1e3});}return}if(ae?.onClick&&ae.onClick(le),Q&&Q.trigger==="click"){let Be;tt&&"cluster"in Q?Q.point&&(Be=Q.point(le)):"content"in Q&&(Be=typeof Q.content=="function"?Q.content(le):Q.content),Be&&F({feature:le,content:Be});}v&&v(D);},[ve,Me,a,v,Jt,N]),Ne=rr.useCallback(D=>{if(a)return;let k=D.features?.[0];if(!k||!k.layer)return;let ee=k.layer.id,ae=ve.get(ee),Q=Me.get(ee),ge;k.geometry.type==="Point"?ge=k.geometry.coordinates:ge=[D.lngLat.lng,D.lngLat.lat];let le={id:k.id,lngLat:ge,properties:k.properties||{},layerId:ee};if(ae?.onMouseEnter&&ae.onMouseEnter(le),Q&&(Q.trigger==="hover"||!Q.trigger)){let tt;if(Jt.get(ee)&&"cluster"in Q){let Be=k.properties?.cluster===true;if(Be&&Q.cluster){let ci=k.properties?.point_count||0;tt=Q.cluster(ci,le);}else !Be&&Q.point?tt=Q.point(le):tt=Be?`${k.properties?.point_count||0} items`:null;}else "content"in Q&&(tt=typeof Q.content=="function"?Q.content(le):Q.content);tt&&F({feature:le,content:tt});}N.current&&(N.current.getCanvas().style.cursor="pointer");},[ve,Me,a,N,Jt]),Te=rr.useCallback(()=>{if(!a){if(ve.forEach(D=>{D.onMouseLeave?.();}),_){let D=_.feature.layerId,k=c.find(ee=>ee.id===D);if(!k){let ee=D.replace(/-(?:clusters|points|selected-point|cluster-shadows|points-shadow|cluster-count)$/,"");k=c.find(ae=>ae.id===ee);}k?.tooltip&&(k.tooltip.trigger||"hover")==="hover"&&F(null);}N.current&&(N.current.getCanvas().style.cursor="");}},[ve,a,N,_,c]),he=rr.useCallback((D,k)=>{for(let ee of c)if(ee.tooltip&&!(k&&ee.id!==k)){if(ee.kind==="geojson"){if(typeof ee.data=="string")continue;let ae=ee.data,ge=(ae.type==="FeatureCollection"?ae.features:[ae]).find(le=>le.id===D);if(ge&&ge.geometry.type==="Point")return {id:ge.id,lngLat:ge.geometry.coordinates,properties:ge.properties||{},layerId:ee.id}}else if(ee.kind==="customPins"){let ae=ee.data.find(Q=>Q.id===D||Q._id===D||Q.key===D);if(ae)return {id:D,lngLat:ee.getPosition(ae),properties:ae,layerId:ee.id}}}return null},[c]);rr.useImperativeHandle(w,()=>({showTooltip:(D,k)=>{let ee=he(D,k);if(!ee)return;let ae=c.find(Q=>Q.id===ee.layerId);if(ae?.tooltip&&"content"in ae.tooltip){let Q=typeof ae.tooltip.content=="function"?ae.tooltip.content(ee):ae.tooltip.content;F({feature:ee,content:Q});}},hideTooltip:()=>{F(null);},getMap:()=>N.current}),[he,c]);let Ie=(D,k)=>d?d(D,k):{url:D},Ge=m||z;return jsxRuntime.jsx("div",{ref:T,className:tailwindMerge.twMerge("relative flex h-full w-full overflow-hidden",a&&"cursor-pointer",n),onClick:a?l:void 0,children:jsxRuntime.jsxs("div",{style:{flex:1},children:[jsxRuntime.jsxs(KC__default.default,{ref:N,initialViewState:e,...t&&t,style:{width:"100%",height:"100%"},mapStyle:hn(s,S),mapboxAccessToken:p,transformRequest:Ie,onLoad:H,onMove:a?void 0:D=>{if(D.originalEvent&&M){let k=D.originalEvent.type,ee=Math.abs((D.viewState.latitude??0)-(e?.latitude??0)),ae=Math.abs((D.viewState.longitude??0)-(e?.longitude??0)),Q=Math.abs((D.viewState.zoom??0)-(e?.zoom??0));e&&(ee>1e-4||ae>1e-4||Q>.1)&&(k==="mousemove"||k==="touchmove"||k==="pointermove"?Z(true):(k==="wheel"||k==="mousewheel")&&(j.current+=1,j.current>=3&&Z(true)));}r?.(D.viewState);},onClick:a?void 0:pe,onMouseEnter:a?void 0:Ne,onMouseLeave:a?void 0:Te,interactiveLayerIds:a?[]:Ye,scrollZoom:a?false:o,dragPan:!a,dragRotate:!a,doubleClickZoom:!a,interactive:!a,children:[oe,xn(c,s),h,G&&jsxRuntime.jsx(KC.Marker,{longitude:G.longitude,latitude:G.latitude,anchor:"bottom",children:jsxRuntime.jsx(A,{name:"MapPin",size:36,className:"text-map-marker-default",weight:"fill"})}),f&&R&&jsxRuntime.jsx(Sm,{longitude:R.longitude,latitude:R.latitude,accuracy:R.accuracy}),_&&jsxRuntime.jsx(KC.Popup,{longitude:_.feature.lngLat[0],latitude:_.feature.lngLat[1],offset:15,closeButton:false,closeOnClick:false,className:"map-tooltip",children:_.content})]},`map-${s}`),Ge&&jsxRuntime.jsx(Ya,{}),a&&i&&jsxRuntime.jsx("div",{className:"absolute bottom-8 right-8 z-10",children:i})]})})});Ml.displayName="InteractiveMap";function Pm({width:e="100%",height:t="100%",initialViewState:r={longitude:-122.4194,latitude:37.7749,zoom:14},isLoading:o=false,mapType:n="streets",layers:a=[],mapboxAccessToken:i=Ha(),showMarker:l=true,onLoad:s,className:c}){let{isDarkTheme:p}=lt(),[d,m]=rr.useState(false),[u,g]=rr.useState(false);rr.useEffect(()=>{Ka();},[]);let f={width:typeof e=="number"?`${e}px`:e,height:typeof t=="number"?`${t}px`:t};rr.useEffect(()=>{let y=setTimeout(()=>{d||g(true);},200);return ()=>clearTimeout(y)},[d]);let b=rr.useCallback(()=>{m(true),g(false),s?.();},[s]),h=o||u;return i?jsxRuntime.jsxs("div",{style:f,className:`relative ${c||""}`,children:[jsxRuntime.jsxs(KC__default.default,{mapboxAccessToken:i,initialViewState:r,style:f,mapStyle:hn(n,p),onLoad:b,scrollZoom:false,dragPan:false,dragRotate:false,doubleClickZoom:false,touchZoomRotate:false,interactive:false,children:[xn(a,n),l&&r.longitude!==void 0&&r.latitude!==void 0&&jsxRuntime.jsx(KC.Marker,{longitude:r.longitude,latitude:r.latitude,anchor:"bottom",children:jsxRuntime.jsx(A,{name:"MapPin",size:36,className:"text-map-marker-default",weight:"fill"})})]}),h&&jsxRuntime.jsx(Ya,{})]}):jsxRuntime.jsx("div",{style:f,className:`flex items-center justify-center bg-background-muted text-text-muted ${c}`,children:jsxRuntime.jsxs("div",{className:"text-center",children:[jsxRuntime.jsx(A,{name:"MapPin",size:48,className:"mx-auto mb-2 opacity-50"}),jsxRuntime.jsx("p",{className:"text-sm",children:"Map requires Mapbox token"})]})})}var _C={sm:{bar:"h-1.5 w-48",text:"text-xs",icon:"h-3 w-3"},md:{bar:"h-2 w-64",text:"text-sm",icon:"h-4 w-4"},lg:{bar:"h-3 w-80",text:"text-base",icon:"h-5 w-5"}};function km({label:e,size:t="md",variant:r="default",showWarningIndicator:o=true,warningThreshold:n=80,className:a,...i}){let l=_C[t];return jsxRuntime.jsx(reactAriaComponents.Meter,{...i,className:ce(a,"flex flex-col gap-1"),children:({percentage:s,valueText:c})=>{let p=o&&s>=n,d=r==="default"?e2(s):r;return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("div",{className:"flex justify-between gap-2",children:[e&&jsxRuntime.jsx(ye,{children:e}),jsxRuntime.jsxs("span",{className:tailwindMerge.twMerge(l.text,p?"text-feedback-error-text":"text-text-muted"),children:[p&&jsxRuntime.jsx(lucideReact.AlertTriangle,{"aria-label":"Warning: High value",className:tailwindMerge.twMerge("inline-block align-text-bottom mr-1",l.icon)}),c]})]}),jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("relative rounded-full bg-background-muted","ring-1 ring-inset ring-border-muted",l.bar),children:jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("absolute left-0 top-0 h-full rounded-full transition-all duration-300","forced-colors:bg-[Highlight]",t2(d)),style:{width:`${Math.min(100,Math.max(0,s))}%`},role:"presentation","aria-hidden":"true"})})]})}})}function e2(e){return e<50?"success":e<70?"info":e<90?"warning":"error"}function t2(e){switch(e){case "success":return "bg-feedback-success-text";case "warning":return "bg-feedback-warning-text";case "error":return "bg-feedback-error-text";case "info":return "bg-feedback-info-text";default:return "bg-action-brand"}}var u2={success:{container:"bg-feedback-success-background border-feedback-success-border text-feedback-success-text",icon:lucideReact.CheckCircle},error:{container:"bg-feedback-error-background border-feedback-error-border text-feedback-error-text",icon:lucideReact.XCircle},warning:{container:"bg-feedback-warning-background border-feedback-warning-border text-feedback-warning-text",icon:lucideReact.AlertCircle},info:{container:"bg-feedback-info-background border-feedback-info-border text-feedback-info-text",icon:lucideReact.Info}};function ja({id:e,message:t,variant:r="info",duration:o=5e3,dismissible:n=true,onDismiss:a,className:i}){let{container:l,icon:s}=u2[r];return rr.useEffect(()=>{if(o>0){let c=setTimeout(()=>{a?.();},o);return ()=>clearTimeout(c)}},[o,a]),jsxRuntime.jsxs(framerMotion.motion.div,{layout:true,initial:{opacity:0,y:-20,scale:.95},animate:{opacity:1,y:0,scale:1},exit:{opacity:0,scale:.95,transition:{duration:.2}},className:tailwindMerge.twMerge("pointer-events-auto flex items-start gap-3 rounded-lg border p-4 shadow-lg",l,i),children:[jsxRuntime.jsx(s,{className:"h-5 w-5 flex-shrink-0"}),jsxRuntime.jsx("p",{className:"flex-1 text-sm font-medium",children:t}),n&&jsxRuntime.jsx("button",{onClick:a,className:"flex-shrink-0 rounded-md p-1 transition-colors hover:bg-black/10","aria-label":"Dismiss notification",children:jsxRuntime.jsx(lucideReact.X,{className:"h-4 w-4"})})]})}var h2={"top-left":"top-4 left-4 items-start","top-center":"top-4 left-1/2 -translate-x-1/2 items-center","top-right":"top-4 right-4 items-end","bottom-left":"bottom-4 left-4 items-start","bottom-center":"bottom-4 left-1/2 -translate-x-1/2 items-center","bottom-right":"bottom-4 right-4 items-end"};function Qa({notices:e,onDismiss:t,position:r="top-right",className:o}){let[n,a]=rr.useState(false);if(rr.useEffect(()=>{a(true);},[]),!n)return null;let i=jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("pointer-events-none fixed z-50 flex flex-col gap-2",h2[r],o),"aria-live":"polite","aria-atomic":"true",children:jsxRuntime.jsx(framerMotion.AnimatePresence,{mode:"sync",children:e.map(l=>jsxRuntime.jsx(ja,{id:l.id,message:l.message,variant:l.variant,duration:l.duration,dismissible:l.dismissible,onDismiss:()=>t(l.id)},l.id))})});return reactDom.createPortal(i,document.body)}var Dm=rr.createContext(void 0);function Rm({children:e,position:t="top-right",maxNotices:r=5,defaultDuration:o=5e3,defaultDismissible:n=true}){let[a,i]=rr.useState([]),l=rr.useCallback((d,m)=>{let u=`notice-${Date.now()}-${Math.random()}`,g={id:u,message:d,variant:m?.variant||"info",duration:m?.duration??o,dismissible:m?.dismissible??n};return i(f=>{let b=[...f,g];return b.length>r?b.slice(-r):b}),u},[r,o,n]),s=rr.useCallback(d=>{i(m=>m.filter(u=>u.id!==d));},[]),c=rr.useCallback(()=>{i([]);},[]),p={notices:a,addNotice:l,removeNotice:s,clearNotices:c};return jsxRuntime.jsxs(Dm.Provider,{value:p,children:[e,jsxRuntime.jsx(Qa,{notices:a,onDismiss:s,position:t})]})}function Am(){let e=rr.useContext(Dm);if(!e)throw new Error("useNoticeContext must be used within a NoticeProvider");return e}function Mm(){let{addNotice:e,removeNotice:t,clearNotices:r}=Am(),o=rr.useCallback((s,c)=>e(s,c),[e]),n=rr.useCallback((s,c)=>e(s,{...c,variant:"success"}),[e]),a=rr.useCallback((s,c)=>e(s,{...c,variant:"error"}),[e]),i=rr.useCallback((s,c)=>e(s,{...c,variant:"warning"}),[e]),l=rr.useCallback((s,c)=>e(s,{...c,variant:"info"}),[e]);return {show:o,success:n,error:a,warning:i,info:l,dismiss:t,clear:r}}var T2={plain:"",contained:"bg-background-surface rounded-lg border border-border-default p-6",bordered:"border-y border-border-default py-6"},P2={none:"",sm:"my-4",md:"my-6 md:my-8",lg:"my-8 md:my-12"};function Io({id:e,title:t,description:r,actions:o,variant:n="plain",spacing:a="none",withDivider:i=false,headingAs:l="h2",className:s,children:c}){let p=rr__namespace.default.useId(),d=e?`${e}-heading`:p,m=t||r||o;return jsxRuntime.jsxs("section",{id:e,className:tailwindMerge.twMerge(P2[a],T2[n],s),"aria-labelledby":t?d:void 0,children:[m&&jsxRuntime.jsxs("header",{id:d,className:tailwindMerge.twMerge("flex flex-col sm:flex-row sm:items-start sm:justify-between gap-4",i&&"border-b border-border-default pb-4 mb-6",!i&&c&&"mb-6"),children:[jsxRuntime.jsxs("div",{className:"min-w-0 flex-1",children:[t&&jsxRuntime.jsx(ct,{tag:l,size:"md",className:"text-text-heading",children:t}),r&&jsxRuntime.jsx("p",{className:"mt-2 text-base text-text-muted",children:r})]}),o&&jsxRuntime.jsx("div",{className:"flex-shrink-0",children:o})]}),c&&jsxRuntime.jsx("div",{className:"",children:c})]})}Io.displayName="Section";function ti({sections:e,activeSection:t,onSectionChange:r,orientation:o="responsive",className:n,scrollBehavior:a="smooth",stickyTop:i="1.5rem",sectionIdPrefix:l="section-",filterSection:s}){let c=rr__namespace.useRef(null),p=rr__namespace.useRef(null),[d,m]=rr__namespace.useState(e[0]?.id||null),u=t??d;rr__namespace.useEffect(()=>{if(t!==void 0&&r)return;let y=w=>{if(!w)return false;let S=window.getComputedStyle(w);return S.display!=="none"&&S.visibility!=="hidden"&&S.opacity!=="0"},v=()=>{let w=y(c.current),S=y(p.current);if(!w&&!S)return null;let N=new IntersectionObserver(T=>{T.forEach(M=>{if(M.isIntersecting){let B=M.target.id.replace(l,"");r?r(B):m(B);}});},{rootMargin:"-20% 0px -70% 0px",threshold:0});return e.forEach(T=>{let M=document.getElementById(`${l}${T.id}`);M&&N.observe(M);}),N},x=v(),C=()=>{x&&x.disconnect(),x=v();};return window.addEventListener("resize",C),()=>{x&&x.disconnect(),window.removeEventListener("resize",C);}},[e,l,t,r,o]);let g=rr__namespace.useMemo(()=>s?e.filter(s):e,[e,s]),f=rr__namespace.useCallback((y,v)=>{y.preventDefault();let x=document.getElementById(`${l}${v}`);x&&(x.scrollIntoView({behavior:a,block:"start"}),window.history.pushState&&window.history.pushState(null,"",`#${l}${v}`),r?r(v):m(v));},[l,a,r]);if(g.length===0)return null;let b=o==="vertical"?"":o==="horizontal"?"hidden":"hidden lg:block",h=o==="horizontal"?"":o==="vertical"?"hidden":"lg:hidden";return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("nav",{ref:c,className:tailwindMerge.twMerge(b,n),"aria-label":"Section navigation",children:jsxRuntime.jsx("div",{className:"space-y-1",style:{position:"sticky",top:i},children:g.map(y=>{let v=u===y.id;return jsxRuntime.jsx("a",{href:`#${l}${y.id}`,onClick:x=>f(x,y.id),className:tailwindMerge.twMerge("block w-full text-left px-3 py-2 rounded-md text-sm transition-colors no-underline",v?"bg-background-muted text-text-body font-medium":"text-text-muted hover:text-text-body hover:bg-background-hover"),"aria-current":v?"page":void 0,children:jsxRuntime.jsxs("span",{className:"flex items-center justify-between gap-2",children:[jsxRuntime.jsx("span",{children:y.label}),y.count!==void 0&&jsxRuntime.jsx("span",{className:"text-xs tabular-nums text-text-muted",children:y.count})]})},y.id)})})}),jsxRuntime.jsx("nav",{ref:p,className:tailwindMerge.twMerge(h,"overflow-x-auto sticky top-0 z-10 py-4 -mt-4",n),"aria-label":"Section navigation",children:jsxRuntime.jsx("div",{className:"flex gap-2 min-w-max",children:g.map(y=>{let v=u===y.id;return jsxRuntime.jsx("a",{href:`#${l}${y.id}`,onClick:x=>f(x,y.id),className:tailwindMerge.twMerge("inline-block px-4 py-2 rounded-md text-sm whitespace-nowrap transition-colors no-underline",v?"bg-background-muted text-text-body font-medium":"text-text-muted hover:text-text-body hover:bg-background-hover"),"aria-current":v?"page":void 0,children:jsxRuntime.jsxs("span",{className:"flex items-center gap-2",children:[jsxRuntime.jsx("span",{children:y.label}),y.count!==void 0&&jsxRuntime.jsxs("span",{className:"text-xs tabular-nums text-text-muted",children:["(",y.count,")"]})]})},y.id)})})})]})}var ri=rr__namespace.createContext({variant:"default"});function F2({orientation:e,className:t=""}){return `flex flex-col w-full ${{horizontal:"",vertical:"flex-row"}[e]||""} ${t}`.trim()}function ni({variant:e="default",...t}){return jsxRuntime.jsx(ri.Provider,{value:{variant:e},children:jsxRuntime.jsx("div",{className:"w-full h-auto",children:jsxRuntime.jsx(reactAriaComponents.Tabs,{...t,className:reactAriaComponents.composeRenderProps(t.className,(r,o)=>F2({...o,className:r}))})})})}function L2({orientation:e,sticky:t=false,className:r=""}){let o="flex gap-10 relative after:absolute after:bottom-0 after:left-0 after:right-0 after:h-[2px] after:bg-border-muted",n={horizontal:"flex-row w-full",vertical:"flex-col items-start"},a=t?"sticky top-0 bg-background-surface z-10":"";return `${o} ${n[e]||""} ${a} ${r}`.trim()}function ai({variant:e,sticky:t=false,...r}){let o=rr__namespace.useContext(ri),n=e??o.variant;return jsxRuntime.jsx(ri.Provider,{value:{variant:n},children:jsxRuntime.jsx(reactAriaComponents.TabList,{...r,className:reactAriaComponents.composeRenderProps(r.className,(a,i)=>L2({...i,sticky:t,className:a||""}))})})}function E2({isSelected:e,isDisabled:t,variant:r,className:o=""}){let n="flex items-center cursor-default px-1 py-2 font-medium transition-all hover:cursor-pointer relative",a=`${Ce()} ${r==="brand"?"focus-visible:outline-action-brand":""}`.trim(),i="";return t?i="text-text-disabled forced-colors:text-[GrayText] cursor-not-allowed":e?r==="brand"?i="text-action-brand border-b-2 border-action-brand z-10 forced-colors:bg-[Highlight]":i="text-action-default border-b-2 border-action-default z-10 forced-colors:bg-[Highlight]":i="text-text-placeholder hover:text-text-muted",`${n} ${a} ${i} ${o}`.trim()}function ii(e){let{variant:t}=rr__namespace.useContext(ri);return jsxRuntime.jsx(reactAriaComponents.Tab,{...e,"data-testid":e.id?`tab-${e.id}`:void 0,className:reactAriaComponents.composeRenderProps(e.className,(r,o)=>E2({...o,className:r,isSelected:o.isSelected,variant:t}))})}function I2({className:e=""}){let t="block w-full mt-4 text-text-body",r=Ce();return `${t} ${r} ${e}`.trim()}function Lm(e){return jsxRuntime.jsx(reactAriaComponents.TabPanel,{...e,className:reactAriaComponents.composeRenderProps(e.className,(t,r)=>I2({...r,className:t||""}))})}function eo({children:e,maxWidth:t=1400,paddingXClass:r="px-4 md:px-6",paddingYClass:o="pt-8 pb-14 md:pt-12 md:pb-28",className:n}){return jsxRuntime.jsx("div",{className:tailwindMerge.twMerge(`w-full ${r} ${o}`,n),style:{marginInline:"auto",maxWidth:t},children:e})}function Em({title:e,subtitle:t,breadcrumbs:r,breadcrumbsNode:o,media:n,actions:a,metadata:i,headingAs:l,sticky:s,stickyTop:c="0",zIndex:p=10,isLoading:d=false,className:m}){let u=s?"sticky bg-background-body":"",g=s?{top:c,zIndex:p}:{};return d?jsxRuntime.jsxs("header",{className:tailwindMerge.twMerge("mb-8 md:mb-12",u,m),style:g,"aria-labelledby":"page-title",children:[o||r?.length?jsxRuntime.jsx("div",{className:"mb-2",children:jsxRuntime.jsx(O,{className:"h-4 w-32"})}):null,jsxRuntime.jsxs("div",{className:"flex flex-col md:flex-row md:items-start md:justify-between gap-4",children:[jsxRuntime.jsxs("div",{className:"min-w-0 flex-1",children:[jsxRuntime.jsx("div",{id:"page-title",children:jsxRuntime.jsx(O,{className:"h-8 w-64"})}),t?jsxRuntime.jsx(O,{className:"mt-2 h-5 w-48"}):null,i?jsxRuntime.jsx(O,{className:"mt-2 h-4 w-40"}):null,a?.length?jsxRuntime.jsx("div",{className:"mt-6 flex flex-wrap items-center gap-2 md:hidden",children:a.map((f,b)=>jsxRuntime.jsx(O,{className:"h-9 w-24"},b))}):null]}),a?.length?jsxRuntime.jsx("div",{className:"hidden md:flex md:items-center gap-2 shrink-0",children:a.map((f,b)=>jsxRuntime.jsx(O,{className:"h-9 w-24"},b))}):null]}),n?jsxRuntime.jsx("div",{className:"mt-4 md:mt-6",children:jsxRuntime.jsx(O,{className:"h-64 w-full"})}):null]}):jsxRuntime.jsxs("header",{className:tailwindMerge.twMerge("mb-8 md:mb-12",u,m),style:g,"aria-labelledby":"page-title",children:[o?jsxRuntime.jsx("div",{className:"mb-2",children:o}):r?.length?jsxRuntime.jsx("div",{className:"mb-2",children:jsxRuntime.jsx(la,{children:r.map((f,b)=>jsxRuntime.jsx(ca,{...f.href?{href:f.href}:{},children:f.label},`${f.label}-${b}`))})}):null,jsxRuntime.jsxs("div",{className:"flex flex-col md:flex-row md:items-start md:justify-between gap-4",children:[jsxRuntime.jsxs("div",{className:"min-w-0 flex-1",children:[jsxRuntime.jsx("div",{id:"page-title",children:jsxRuntime.jsx(ct,{tag:l||"h1",size:"xl",children:e})}),t?jsxRuntime.jsx("p",{className:"mt-2 text-lg text-text-muted",children:t}):null,i?jsxRuntime.jsx("div",{className:"mt-2 text-sm text-text-muted",children:i}):null,a?.length?jsxRuntime.jsx("div",{className:"mt-6 flex flex-wrap items-center gap-2 md:hidden",children:a.map((f,b)=>jsxRuntime.jsx(rr__namespace.default.Fragment,{children:f},b))}):null]}),a?.length?jsxRuntime.jsx("div",{className:"hidden md:flex md:items-center gap-2 shrink-0",children:a.map((f,b)=>jsxRuntime.jsx(rr__namespace.default.Fragment,{children:f},b))}):null]}),n?jsxRuntime.jsx("div",{className:"mt-4 md:mt-6",children:n}):null]})}function Im({tabs:e,value:t,defaultValue:r,onChange:o,className:n,children:a}){let i=l=>{o?.(l);};return jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("mb-3 md:mb-4",n),children:jsxRuntime.jsxs(ni,{selectedKey:t,defaultSelectedKey:r||e[0]?.id,onSelectionChange:i,children:[jsxRuntime.jsx(ai,{children:e.map(l=>jsxRuntime.jsx(ii,{id:l.id,isDisabled:l.disabled,children:l.label},l.id))}),a]})})}function Bm({children:e,className:t,withSectionNav:r,navWidth:o="240px",gap:n="3rem",activeSection:a,onSectionChange:i,scrollBehavior:l,sectionIdPrefix:s="section-"}){return r?jsxRuntime.jsx(B2,{position:r,navWidth:o,gap:n,activeSection:a,onSectionChange:i,scrollBehavior:l,sectionIdPrefix:s,className:t,children:e}):jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("w-full space-y-8 md:space-y-12",t),children:e})}function Vm({children:e,sticky:t=true,className:r}){return jsxRuntime.jsx("aside",{className:tailwindMerge.twMerge(t?"lg:sticky lg:top-20":"",r),children:e})}function B2({activeSection:e,onSectionChange:t,position:r,navWidth:o,gap:n,children:a,className:i,scrollBehavior:l,sectionIdPrefix:s}){let c=rr__namespace.default.useMemo(()=>{let g=[];return rr__namespace.default.Children.forEach(a,f=>{if(rr__namespace.default.isValidElement(f)&&(f.type===Io||typeof f.type=="object"&&f.type?.displayName==="Section"||typeof f.type=="function"&&f.type?.displayName==="Section")){let b=f.props;b.id?g.push({id:b.id,label:b.navLabel||(typeof b.title=="string"?b.title:`Section ${b.id}`)}):process.env.NODE_ENV==="development"&&console.warn("Section component used within PageLayout.Content with withSectionNav must have an id prop");}}),g},[a]),p=rr__namespace.default.useMemo(()=>{let g=rr__namespace.default.Children.map(a,f=>{if(rr__namespace.default.isValidElement(f)&&(f.type===Io||typeof f.type=="object"&&f.type?.displayName==="Section"||typeof f.type=="function"&&f.type?.displayName==="Section")){let b=f.props;if(b.id)return rr__namespace.default.cloneElement(f,{...b,id:`${s}${b.id}`})}return f});return jsxRuntime.jsx("div",{className:"space-y-8 md:space-y-12",children:g})},[a,s]),d=(g,f)=>jsxRuntime.jsx(ti,{sections:c,activeSection:e,onSectionChange:t,orientation:g,scrollBehavior:l,sectionIdPrefix:s,className:f});if(r==="above")return jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("space-y-3",i),children:[jsxRuntime.jsx("div",{className:"sticky top-0 z-10 bg-background-body",children:d("horizontal")}),p]});let m=r==="left"?"var(--nav-width) 1fr":"1fr var(--nav-width)",u=r==="right"?"hidden lg:block sticky top-20 self-start [&_a]:text-right":"hidden lg:block sticky top-20 self-start";return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"lg:hidden sticky top-0 z-10 py-3 mt-4 bg-background-body",children:d("horizontal")}),jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("lg:grid",i),style:{gridTemplateColumns:m,gap:n,"--nav-width":o},children:[r==="left"&&jsxRuntime.jsx("nav",{className:u,children:d("vertical")}),p,r==="right"&&jsxRuntime.jsx("nav",{className:u,children:d("vertical")})]})]})}function zm({children:e,className:t}){return jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("flex-1 overflow-auto min-h-0",t),children:e})}eo.Header=Em;eo.Tabs=Im;eo.Content=Bm;eo.Aside=Vm;eo.ScrollableContent=zm;function z2(e){return typeof e=="object"&&e!==null&&"features"in e&&Array.isArray(e.features)&&"type"in e&&typeof e.type=="string"}var O2=process.env.NEXT_PUBLIC_MAPBOX_ACCESS_TOKEN||"";function Gm({label:e="Search for a place",selectedKey:t,defaultSelectedKey:r,onSelectionChange:o,placeholder:n="Enter a location...",errorMessage:a,description:i,size:l="md",tooltip:s,isRequired:c,isDisabled:p,showErrors:d=true,autoFocus:m=false,onSelect:u,searchTypes:g=["place","address"],defaultFilter:f,validationResult:b,countryRestrictions:h,proximity:y="ip"}){let v=rr.useRef(new WeakMap),x=rr.useRef([]),C={requestType:"REST",method:"GET",url:"https://api.mapbox.com/geocoding/v5/mapbox.places/{q}.json",extraParams:{access_token:O2,types:g.join(","),limit:"5",...h?.length?{country:h.join(",").toLowerCase()}:{},...y?{proximity:y==="ip"?"ip":y.join(",")}:{}},shouldLoad:N=>N.length>0,transformResponse:N=>{if(!z2(N))return [];let T=N.features.map(M=>{let B={id:M.id,name:M.place_name};return v.current.set(B,{type:M.place_type[0],center:M.center}),B});return T.length>0&&(x.current=T),T}},w=N=>{let T=v.current.get(N),M=N.name.split(", "),B=M[0],z=M.slice(1).join(", ");return jsxRuntime.jsxs("div",{className:"flex items-center gap-3 py-0.5",children:[jsxRuntime.jsx(A,{name:T?.type==="address"?"MapPin":T?.type==="place"?"Buildings":T?.type==="region"?"MapPinArea":T?.type==="country"?"Flag":"Circle",className:"h-5 w-5 flex-shrink-0 text-text-muted"}),jsxRuntime.jsxs("div",{className:"flex min-w-0 flex-col",children:[jsxRuntime.jsx("span",{className:"truncate font-medium text-text-body",children:B}),z&&jsxRuntime.jsx("span",{className:"truncate text-sm text-text-muted",children:z})]})]})},S=N=>N?jsxRuntime.jsx(A,{name:"CircleNotch",className:"h-4 w-4 animate-spin text-text-muted"}):jsxRuntime.jsx(A,{name:"MagnifyingGlass",className:"h-4 w-4 text-text-muted"});return jsxRuntime.jsx(sa,{"data-testid":"autocomplete","data-config":JSON.stringify({types:g.join(","),country:h?.join(",")?.toLowerCase(),proximity:y==="ip"?"ip":y?.join(",")}),label:e,selectedKey:t,defaultSelectedKey:r,onSelectionChange:N=>{if(o?.(N),N){let M=x.current.find(B=>B.id===N);if(M){let B=v.current.get(M);B&&u({id:M.id,place_name:M.name,place_type:[B.type],center:B.center});}}},requestConfig:C,placeholder:n,errorMessage:a,description:i,size:l,tooltip:s,isRequired:c,isDisabled:p,showErrors:d,autoFocus:m,renderItem:w,renderLeftIcon:S,defaultFilter:f,validationResult:b})}function Um({label:e,rightLabel:t,progressWidth:r=64,hideLabels:o=false,...n}){return jsxRuntime.jsx(reactAriaComponents.ProgressBar,{...n,className:ce(n.className,"flex flex-col gap-1"),children:({percentage:a,valueText:i,isIndeterminate:l})=>jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[!o&&jsxRuntime.jsxs("div",{className:"flex items-center justify-between gap-2",children:[jsxRuntime.jsx("span",{className:"text-sm text-text-heading",children:e}),jsxRuntime.jsx("span",{className:"text-sm text-text-heading",children:t||i})]}),jsxRuntime.jsx("div",{className:`relative h-2 w-${r} overflow-hidden rounded-full bg-background-muted outline-none`,children:jsxRuntime.jsx("div",{className:`absolute top-0 h-full rounded-full bg-blue-600 dark:bg-blue-500 forced-colors:bg-[Highlight] ${l?"left-full duration-1000 ease-out animate-in slide-out-to-right-full repeat-infinite [--tw-enter-translate-x:calc(-16rem-100%)]":"left-0"}`,style:{width:(l?40:a)+"%"}})})]})})}function Y2(e="2"){return {1:"p-2 text-xs",2:"p-3 text-sm",3:"p-4 text-base"}[e]}function J2(e="default",t){return t?{default:"border-action-default text-action-default",brand:"border-action-brand text-action-brand"}[e]:"border-border text-text-body"}function Z2(){return "opacity-50 cursor-not-allowed"}function Ol({value:e,isDisabled:t,className:r,children:o,size:n="2",variant:a="default"}){return jsxRuntime.jsx(reactAriaComponents.Radio,{value:e,isDisabled:t,className:ce(r,`flex items-center justify-center cursor-pointer transition-all duration-200 focus:outline-none focus:ring-2 ${a==="brand"?"focus:ring-action-brand":"focus:ring-action-default"} focus:ring-offset-2 rounded-lg min-h-[44px]`),children:({isSelected:l,isDisabled:s})=>jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("flex items-center justify-center w-full h-full transition-all duration-200 rounded-lg border-2 bg-background-surface",Y2(n),J2(a,l),(t||s)&&Z2(),r),children:o})})}function Hl({value:e,defaultValue:t,onChange:r,isDisabled:o,isReadOnly:n,isRequired:a,className:i,children:l,size:s="2",variant:c="default",columns:p="repeat(auto-fit, minmax(160px, 1fr))",gap:d="1"}){return jsxRuntime.jsx(reactAriaComponents.RadioGroup,{value:e,defaultValue:t,onChange:r,isDisabled:o,isReadOnly:n,isRequired:a,className:ce(i,"grid"),style:{gridTemplateColumns:/^\d+$/.test(String(p))?`repeat(${p}, minmax(0, 1fr))`:p,gap:d==="1"?"0.25rem":d==="2"?"0.5rem":d==="3"?"0.75rem":d==="4"?"1rem":typeof d=="number"?`${d}px`:d},children:rr__namespace.default.Children.map(l,m=>rr__namespace.default.isValidElement(m)?rr__namespace.default.cloneElement(m,{size:s,variant:c}):m)})}var Km=rr.createContext({variant:"brand"});function Ym(e){let{variant:t="brand",...r}=e;return jsxRuntime.jsx(Km.Provider,{value:{variant:t},children:jsxRuntime.jsxs(reactAriaComponents.RadioGroup,{...r,className:ce(e.className,"group flex flex-col gap-2"),children:[jsxRuntime.jsx(ye,{children:e.label}),jsxRuntime.jsx("div",{className:"flex gap-2 group-orientation-horizontal:gap-4 group-orientation-vertical:flex-col",children:e.children}),e.description&&jsxRuntime.jsx(Se,{children:e.description}),jsxRuntime.jsx(fe,{children:typeof e.errorMessage=="function"&&e.validationResult?e.errorMessage(e.validationResult):typeof e.errorMessage=="string"?e.errorMessage:null})]})})}function $2({isSelected:e,isInvalid:t,isDisabled:r,variant:o="brand"}){let n=o==="brand"?"focus-visible:outline-action-brand":"focus-visible:outline-action-default",a=[Ce(),n,"w-5 h-5 rounded-full border-2 bg-background-surface transition-all"];if(r)a.push("border-border-muted forced-colors:!border-[GrayText]");else if(t)a.push("border-feedback-error-border group-pressed:border-feedback-error-border dark:group-pressed:border-feedback-error-border forced-colors:!border-[Mark]");else if(e){let i=o==="brand"?"action-brand":"action-default";a.push(`border-[7px] border-${i} forced-colors:!border-[Highlight] group-pressed:border-${i}-hover dark:group-pressed:border-${i}-hover`);}else a.push("border-border-default group-pressed:border-border-focus dark:group-pressed:border-border-focus");return a.join(" ")}function Jm(e){let{variant:t}=rr.useContext(Km);return jsxRuntime.jsx(reactAriaComponents.Radio,{...e,className:ce(e.className,"group flex items-center gap-2 text-sm text-text-body transition disabled:text-text-muted dark:text-text-body dark:disabled:text-text-muted forced-colors:disabled:text-[GrayText]"),children:r=>jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:$2({...r,variant:t})}),e.children]})})}var ro=({isActive:e=false,onPress:t,children:r})=>jsxRuntime.jsx(X,{variant:e?"secondary":"ghost",size:"sm",onPress:t,className:"p-1",children:r});function l1({initialUrl:e,isOpen:t,onClose:r,onSubmit:o}){let[n,a]=rr.useState(e);return rr__namespace.default.useEffect(()=>{a(e);},[e]),jsxRuntime.jsx(rt,{isDismissable:true,isOpen:t,onOpenChange:l=>!l&&r(),children:jsxRuntime.jsx(reactAriaComponents.Modal,{isDismissable:true,className:"flex items-center justify-center p-4",children:jsxRuntime.jsx(reactAriaComponents.Dialog,{className:"relative bg-background-surface rounded-lg shadow-xl max-w-md w-full",children:jsxRuntime.jsxs("form",{onSubmit:l=>{l.preventDefault(),o(n),r();},children:[jsxRuntime.jsx(Je,{title:"Insert Link",onClose:r}),jsxRuntime.jsx("div",{className:"p-6",children:jsxRuntime.jsx(wo,{label:"URL",type:"url",value:n,onChange:a,autoFocus:true,className:"w-full"})}),jsxRuntime.jsxs("div",{className:"flex justify-end gap-2 border-t border-border-muted p-4",children:[jsxRuntime.jsx(X,{variant:"secondary",onPress:r,children:"Cancel"}),jsxRuntime.jsx(X,{type:"submit",children:"Save"})]})]})})})})}function qm({initialContent:e="",onChange:t,className:r,isDisabled:o=false,placeholder:n="Start typing..."}){let[a,i]=rr.useState(false),l=react.useEditor({extensions:[n1__default.default.configure({heading:{levels:[1,2]}}),e1__default.default.configure({openOnClick:false,HTMLAttributes:{class:"text-text-link-default hover:text-text-link-hover underline decoration-text-link-default/30 hover:decoration-text-link-hover cursor-pointer"}})],content:e,editable:!o,onUpdate:({editor:p})=>{t?.(p.getHTML());},editorProps:{attributes:{class:tailwindMerge.twMerge("prose prose-sm max-w-none","focus:outline-none","[&>*:first-child]:mt-0 [&>*:last-child]:mb-0")}}}),s=()=>{i(true);},c=p=>{p===""?l?.chain().focus().unsetLink().run():l?.chain().focus().setLink({href:p}).run();};return l?jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("flex flex-col rounded-md border border-border-input bg-background-input",o&&"opacity-50",r),children:[l&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs(menus.BubbleMenu,{editor:l,shouldShow:({editor:p})=>p.isActive("link")&&!a,className:"flex items-center gap-1 rounded-md border border-border-input bg-background-surface p-1 shadow-md",children:[jsxRuntime.jsxs(X,{variant:"ghost",size:"sm",className:"h-8 px-2",onPress:()=>{let p=l.getAttributes("link").href;window.open(p,"_blank");},children:[jsxRuntime.jsx(A,{name:"ArrowSquareOut",className:"mr-1 h-4 w-4"}),"Open"]}),jsxRuntime.jsxs(X,{variant:"ghost",size:"sm",className:"h-8 px-2",onPress:s,children:[jsxRuntime.jsx(A,{name:"PencilSimple",className:"mr-1 h-4 w-4"}),"Edit"]}),jsxRuntime.jsxs(X,{variant:"ghost",size:"sm",className:"h-8 px-2",onPress:()=>l.chain().focus().unsetLink().run(),children:[jsxRuntime.jsx(A,{name:"X",className:"mr-1 h-4 w-4"}),"Remove"]})]}),jsxRuntime.jsx(l1,{isOpen:a,onClose:()=>i(false),onSubmit:c,initialUrl:l.getAttributes("link").href||""})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-1 border-b border-border-input p-2",children:[jsxRuntime.jsx(ro,{isActive:l.isActive("heading",{level:1}),onPress:()=>l.chain().focus().toggleHeading({level:1}).run(),children:jsxRuntime.jsx("span",{className:"text-xs font-bold",children:"H1"})}),jsxRuntime.jsx(ro,{isActive:l.isActive("heading",{level:2}),onPress:()=>l.chain().focus().toggleHeading({level:2}).run(),children:jsxRuntime.jsx("span",{className:"text-xs font-bold",children:"H2"})}),jsxRuntime.jsx(ro,{isActive:l.isActive("bold"),onPress:()=>l.chain().focus().toggleBold().run(),children:jsxRuntime.jsx("span",{className:"text-xs font-bold",children:"B"})}),jsxRuntime.jsx(ro,{isActive:l.isActive("italic"),onPress:()=>l.chain().focus().toggleItalic().run(),children:jsxRuntime.jsx("span",{className:"text-xs italic",children:"I"})}),jsxRuntime.jsx("div",{className:"mx-1 h-4 w-px bg-border-muted"}),jsxRuntime.jsx(ro,{isActive:l.isActive("bulletList"),onPress:()=>l.chain().focus().toggleBulletList().run(),children:jsxRuntime.jsx(A,{name:"ListBullets",className:"h-4 w-4"})}),jsxRuntime.jsx(ro,{isActive:l.isActive("orderedList"),onPress:()=>l.chain().focus().toggleOrderedList().run(),children:jsxRuntime.jsx(A,{name:"ListNumbers",className:"h-4 w-4"})}),jsxRuntime.jsx("div",{className:"mx-1 h-4 w-px bg-border-muted"}),jsxRuntime.jsx(ro,{isActive:l.isActive("link"),onPress:s,children:jsxRuntime.jsx(A,{name:"PaperclipHorizontal",className:"h-4 w-4"})})]}),jsxRuntime.jsxs("div",{className:"relative min-h-[200px] w-full",children:[jsxRuntime.jsx(react.EditorContent,{editor:l,className:tailwindMerge.twMerge("w-full p-4","[&_.ProseMirror]:min-h-[inherit]","[&_.ProseMirror]:outline-none","[&_.ProseMirror_h1]:mb-4 [&_.ProseMirror_h1]:text-2xl [&_.ProseMirror_h1]:font-bold","[&_.ProseMirror_h2]:mb-3 [&_.ProseMirror_h2]:text-xl [&_.ProseMirror_h2]:font-semibold","[&_.ProseMirror_p]:mb-2","[&_.ProseMirror_ul]:mb-2 [&_.ProseMirror_ul]:ml-6 [&_.ProseMirror_ul]:list-disc","[&_.ProseMirror_ol]:mb-2 [&_.ProseMirror_ol]:ml-6 [&_.ProseMirror_ol]:list-decimal","[&_.ProseMirror_li]:mb-1","[&_.ProseMirror_blockquote]:border-l-4 [&_.ProseMirror_blockquote]:border-border-muted [&_.ProseMirror_blockquote]:pl-4 [&_.ProseMirror_blockquote]:italic","[&_.ProseMirror_code]:rounded [&_.ProseMirror_code]:bg-background-muted [&_.ProseMirror_code]:px-1 [&_.ProseMirror_code]:py-0.5 [&_.ProseMirror_code]:font-mono [&_.ProseMirror_code]:text-sm","[&_.ProseMirror_pre]:rounded-md [&_.ProseMirror_pre]:bg-background-muted [&_.ProseMirror_pre]:p-3 [&_.ProseMirror_pre]:font-mono [&_.ProseMirror_pre]:text-sm","[&_.ProseMirror_hr]:border-border-muted",o&&"pointer-events-none")}),l.isEmpty&&!o&&jsxRuntime.jsx("div",{className:"pointer-events-none absolute left-4 top-4 text-text-muted",children:n})]})]}):null}var u1={sm:"h-8 text-xs",md:"h-10 text-sm",lg:"h-12 text-base",xl:"h-14 text-lg"},p1={sm:14,md:16,lg:18,xl:20},m1=({isSelected:e,isFirst:t,isLast:r,isDisabled:o,variant:n="default"})=>{let a=n==="brand"?"action-brand":"action-default",i=n==="brand"?"focus-visible:outline-action-brand":"focus-visible:outline-action-default";return n==="secondary"?tailwindMerge.twMerge(Ce(),"focus-visible:outline-action-default","px-3 text-center transition cursor-pointer forced-color-adjust-none -ml-px first:ml-0 flex items-center justify-center h-full gap-2",e?"bg-background-muted text-text-heading font-medium forced-colors:!bg-[Highlight] forced-colors:!text-[HighlightText]":"text-text-muted hover:bg-background-hover pressed:bg-background-hover forced-colors:!bg-[ButtonFace] forced-colors:!text-[ButtonText]",!r&&"border-r border-border-muted",o&&"bg-background-muted text-text-disabled forced-colors:!bg-[ButtonFace] forced-colors:!text-[GrayText] border-border-muted forced-colors:border-[GrayText] cursor-not-allowed"):tailwindMerge.twMerge(Ce(),i,"px-3 text-center transition cursor-pointer forced-color-adjust-none -ml-px first:ml-0 flex items-center justify-center h-full gap-2",e?`bg-${a} text-[color:var(--color-${a}-text)] font-semibold forced-colors:!bg-[Highlight] forced-colors:!text-[HighlightText]`:"text-text-muted hover:bg-background-hover pressed:bg-background-hover forced-colors:!bg-[ButtonFace] forced-colors:!text-[ButtonText] hover:font-semibold",!r&&"border-r border-border-muted",o&&"bg-background-muted text-text-disabled forced-colors:!bg-[ButtonFace] forced-colors:!text-[GrayText] border-border-muted forced-colors:border-[GrayText] cursor-not-allowed")};function si({options:e,value:t,onChange:r,size:o="md",className:n,isDisabled:a,variant:i="default","aria-label":l}){return jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("inline-flex overflow-hidden rounded-md",i==="secondary"?"border border-border-muted":"border-2 border-border-muted",u1[o],n),role:"group","aria-label":l,children:e.map((s,c)=>jsxRuntime.jsxs(reactAriaComponents.ToggleButton,{isSelected:t===s.id,onChange:()=>r(s.id),className:m1({isSelected:t===s.id,isFirst:c===0,isLast:c===e.length-1,isDisabled:a,variant:i}),isDisabled:a,"aria-label":s.label,children:[s.icon&&jsxRuntime.jsx(A,{name:s.icon,size:p1[o]}),s.label]},s.id))})}function Qm({label:e,description:t,tooltip:r,errorMessage:o,size:n="md",className:a,value:i,defaultValue:l=0,onChange:s,min:c=0,max:p=100,step:d=1,disabled:m,showValue:u=true}){let g=typeof i=="number",[f,b]=rr__namespace.default.useState(l),h=g?i:f,y=Math.min(Math.max(h,c),p),v=Math.max(p-c,1e-5),x=(y-c)/v*100;return jsxRuntime.jsxs("div",{className:ce(a,"group flex w-full flex-col gap-1"),children:[e&&jsxRuntime.jsx(ye,{size:n,tooltip:r,className:"mb-1",children:e}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[jsxRuntime.jsxs("div",{className:"relative w-full select-none",children:[jsxRuntime.jsx("div",{className:"h-1.5 w-full rounded-full bg-background-muted"}),jsxRuntime.jsx("div",{className:"pointer-events-none absolute left-0 top-1/2 h-1.5 -translate-y-1/2 rounded-full bg-action-brand",style:{width:`${x}%`},"aria-hidden":true}),jsxRuntime.jsx("input",{type:"range",min:c,max:p,step:d,value:h,disabled:m,"aria-invalid":!!o,onChange:C=>{let w=Number(C.currentTarget.value);g||b(w),s?.(w);},className:tailwindMerge.twMerge("absolute inset-0 w-full cursor-pointer appearance-none bg-transparent outline-none","[&::-webkit-slider-thumb]:appearance-none [&::-webkit-slider-thumb]:h-4 [&::-webkit-slider-thumb]:w-4 [&::-webkit-slider-thumb]:rounded-full [&::-webkit-slider-thumb]:bg-background-input [&::-webkit-slider-thumb]:border [&::-webkit-slider-thumb]:border-border-input","hover:[&::-webkit-slider-thumb]:shadow-sm focus-visible:[&::-webkit-slider-thumb]:outline-2 focus-visible:[&::-webkit-slider-thumb]:outline-action-default","[&::-moz-range-thumb]:h-4 [&::-moz-range-thumb]:w-4 [&::-moz-range-thumb]:rounded-full [&::-moz-range-thumb]:bg-background-input [&::-moz-range-thumb]:border [&::-moz-range-thumb]:border-border-input","hover:[&::-moz-range-thumb]:shadow-sm focus-visible:[&::-moz-range-thumb]:outline-2 focus-visible:[&::-moz-range-thumb]:outline-action-default",m?"cursor-not-allowed opacity-60":void 0)})]}),u&&jsxRuntime.jsx("div",{className:"min-w-10 text-right text-sm text-text-heading tabular-nums",children:Math.round(y)})]}),t&&jsxRuntime.jsx(Se,{className:"mt-2 text-text-muted",children:t}),o&&jsxRuntime.jsx(fe,{className:"mt-1",children:o})]})}var y1=rr__namespace.default.createContext({orientation:"horizontal",isResizing:false});function _m(e,t){return e===void 0?t:e}function v1(e,t){return typeof e=="number"?e:typeof e=="string"&&e.endsWith("%")?Number.parseFloat(e)/100*t:Number.parseFloat(e.toString())}function li({asideWidth:e,asideHeight:t,minAsideWidth:r=240,minAsideHeight:o=200,minMainWidth:n=400,minMainHeight:a=300,orientation:i="horizontal",resizable:l=false,onAsideResize:s,onResizeStart:c,onResizeEnd:p,className:d,dividerClassName:m,children:u}){let g=rr.useRef(null),[f,b]=rr.useState(false),h=i==="horizontal"?400:300,y=_m(i==="horizontal"?e:t,h),[v,x]=rr.useState(null),C=rr.useCallback(z=>{if(!g.current||!f)return;let W=g.current.getBoundingClientRect(),E=i==="horizontal"?W.width:W.height,Z=i==="horizontal"?z.clientX:z.clientY,_=(i==="horizontal"?W.right:W.bottom)-Z,F=E-_,R=i==="horizontal"?r:o,I=i==="horizontal"?n:a;_<R||F<I||(x(_),s?.(_));},[f,i,r,o,n,a,s]),w=rr.useCallback(()=>{b(false),p?.();},[p]),S=rr.useCallback(z=>{z.preventDefault(),z.stopPropagation(),b(true),c?.();},[c]);rr.useEffect(()=>{if(f)return document.addEventListener("mousemove",C),document.addEventListener("mouseup",w),document.body.style.cursor=i==="horizontal"?"col-resize":"row-resize",document.body.style.userSelect="none",()=>{document.removeEventListener("mousemove",C),document.removeEventListener("mouseup",w),document.body.style.cursor="",document.body.style.userSelect="";}},[f,C,w,i]);let N=rr__namespace.default.Children.toArray(u).find(z=>rr__namespace.default.isValidElement(z)&&z.type===tf),T=rr__namespace.default.Children.toArray(u).find(z=>rr__namespace.default.isValidElement(z)&&z.type===rf),M=v??y,B=typeof M=="number"?`${M}px`:M;return jsxRuntime.jsx(y1.Provider,{value:{orientation:i,isResizing:f},children:jsxRuntime.jsxs("div",{ref:g,className:tailwindMerge.twMerge("flex w-full h-full",i==="horizontal"?"flex-row":"flex-col",d),children:[jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("overflow-auto flex-1",i==="horizontal"?"h-full":"w-full"),children:N}),l&&jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("relative group flex-shrink-0",i==="horizontal"?"w-2 -mx-1 cursor-col-resize":"h-2 -my-1 cursor-row-resize",m),onMouseDown:S,role:"separator","aria-orientation":i,"aria-label":"Resize divider",tabIndex:0,onKeyDown:z=>{if(!g.current)return;let W=g.current.getBoundingClientRect(),E=i==="horizontal"?W.width:W.height,Z=v??v1(y,E),j=20,_=i==="horizontal"?r:o,F=i==="horizontal"?n:a;if(i==="horizontal"){if(z.key==="ArrowLeft"){let R=Math.min(Z+j,E-F);x(R),s?.(R);}else if(z.key==="ArrowRight"){let R=Math.max(Z-j,_);x(R),s?.(R);}}else if(z.key==="ArrowUp"){let R=Math.min(Z+j,E-F);x(R),s?.(R);}else if(z.key==="ArrowDown"){let R=Math.max(Z-j,_);x(R),s?.(R);}},children:[jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("absolute bg-border-default transition-all",i==="horizontal"?"left-1/2 -translate-x-1/2 w-px h-full group-hover:w-1":"top-1/2 -translate-y-1/2 h-px w-full group-hover:h-1","group-hover:bg-action-brand/50",f&&"bg-action-brand",f&&(i==="horizontal"?"w-1":"h-1"))}),jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("absolute",i==="horizontal"?"top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-1 h-8":"top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-8 h-1","bg-border-muted rounded-full opacity-0 group-hover:opacity-100 transition-opacity")})]}),jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("overflow-auto flex-shrink-0",i==="horizontal"?"h-full":"w-full"),style:{[i==="horizontal"?"width":"height"]:B},children:T})]})})}function tf({className:e,children:t}){return jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("w-full h-full",e),children:t})}function rf({className:e,children:t}){return jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("w-full h-full",e),children:t})}li.Main=tf;li.Aside=rf;function S1(e,t){return Dt({value:e,formatter:t,emptyClassName:"text-text-muted",emptyText:"\u2014"})}function w1(e){if(e.thresholds&&e.value!==null&&e.value!==void 0){for(let t of e.thresholds)if(t.when(e.value))return t.tone}return e.tone}var N1={neutral:"text-text-body",success:"text-feedback-success",warning:"text-feedback-warning",error:"text-feedback-error",info:"text-feedback-info"};function T1({item:e,dense:t,valueAlign:r}){let o=w1(e),n=o?N1[o]:"",a=S1(e.value,e.formatter),i=typeof e.copyable=="function"?e.copyable(e.value):String(e.value),l=jsxRuntime.jsx("span",{className:e.href?"hover:underline cursor-pointer":"",children:a}),s=jsxRuntime.jsxs("dd",{className:tailwindMerge.twMerge(t?"text-sm":"text-base","font-medium",r==="start"?"text-left":"text-right",n,e.disabled&&"opacity-50"),children:[e.copyable?jsxRuntime.jsxs(pa,{value:i,size:"sm",className:"flex items-center gap-1",children:[l,e.iconRight]}):jsxRuntime.jsxs("div",{className:"flex items-center gap-1",children:[l,e.iconRight]}),e.meta&&jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("text-xs text-text-muted mt-0.5",r==="start"?"text-left":"text-right"),children:e.meta})]}),c=jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("dt",{className:tailwindMerge.twMerge(t?"text-xs":"text-sm","text-text-caption truncate","flex items-center gap-1",e.disabled&&"opacity-50"),children:[e.iconLeft,jsxRuntime.jsx("span",{title:typeof e.label=="string"?e.label:void 0,children:e.label}),e.tooltip&&jsxRuntime.jsx(A,{name:"Question",size:10,className:"text-text-muted","aria-label":"More information"})]}),e.href?jsxRuntime.jsx("a",{href:e.href,onClick:e.onAction,className:"block",children:s}):s]});return jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("grid grid-cols-[1fr_auto] items-start",t?"gap-x-2":"gap-x-4"),children:c})}function of({items:e,layout:t="one-column",dense:r=false,valueAlign:o="end",showDividers:n=false,skeleton:a=false,empty:i=false,error:l,className:s}){return a?jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("grid",t==="two-column"?"md:grid-cols-2 gap-x-6":"grid-cols-1",r?"gap-y-1":"gap-y-2",s),children:Array.from({length:e.length||4}).map((c,p)=>jsxRuntime.jsxs("div",{className:"grid grid-cols-[1fr_auto] items-start gap-x-4",children:[jsxRuntime.jsx(O,{className:"h-4 w-24"}),jsxRuntime.jsx(O,{className:"h-5 w-16"})]},p))}):l?jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("text-sm text-feedback-error",s),children:l}):i||!e.length?jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("text-sm text-text-muted",s),children:"No data available"}):jsxRuntime.jsx("dl",{className:tailwindMerge.twMerge("grid",t==="two-column"?"md:grid-cols-2 gap-x-6":"grid-cols-1",r?"gap-y-1":"gap-y-2",s),children:e.map((c,p)=>jsxRuntime.jsxs(rr__namespace.default.Fragment,{children:[n&&p>0&&t==="one-column"&&jsxRuntime.jsx("div",{className:"col-span-full border-t border-border-default -mt-1 mb-1"}),jsxRuntime.jsx(T1,{item:c,dense:r,valueAlign:o})]},c.id))})}var D1=e=>{let t=Ct({isInvalid:e.isInvalid,isDisabled:e.isDisabled,isFocused:e.isFocused,transparent:e.transparent,size:e.size}),r=`min-h-[100px] py-2 ${e.isDisabled?"resize-none":"resize-y"}`;return tailwindMerge.twMerge(t,r,e.className)};function nf({label:e,description:t,errorMessage:r,size:o="md",tooltip:n,required:a,transparent:i,isInvalid:l,isDisabled:s,className:c,validationResult:p,...d}){let{isFocused:m,handleFocus:u,handleBlur:g}=Lt();return jsxRuntime.jsx("div",{className:"group flex flex-col",children:jsxRuntime.jsxs("div",{className:"flex flex-col",children:[e&&jsxRuntime.jsx(ye,{size:o,tooltip:n,isRequired:a,children:e}),jsxRuntime.jsx(pr,{children:jsxRuntime.jsx("textarea",{...d,required:a,onFocus:f=>{d.onFocus&&d.onFocus(f),u(f);},onBlur:f=>{d.onBlur&&d.onBlur(f),g(f);},className:D1({isInvalid:l,isDisabled:s,isFocused:m,size:o,transparent:i,className:c}),disabled:s})}),t&&jsxRuntime.jsx(Se,{size:o,className:"mt-3",children:t}),typeof r=="string"&&jsxRuntime.jsx(fe,{size:o,className:"mt-1",children:r}),typeof r=="function"&&p&&jsxRuntime.jsx(fe,{size:o,className:"mt-1",children:r(p)})]})})}function cf({label:e,description:t,errorMessage:r,size:o="md",tooltip:n,required:a,transparent:i,isInvalid:l,isDisabled:s,className:c,validationResult:p,value:d="",onChange:m,chips:u=[],onChipsChange:g,triggerPattern:f="{{",onTriggerDetected:b,onTriggerDismissed:h,renderChip:y,chipVariant:v="brand",chipSize:x,...C}){let w=rr.useRef(null),{isFocused:S,handleFocus:N,handleBlur:T}=Lt(),M=x||"sm",B=rr.useRef(null),z=rr.useCallback(R=>{let I="",U=P=>{if(P.nodeType===Node.TEXT_NODE){if(!P.parentElement?.closest("[data-chip-id]")){let q=P.textContent||"";I+=q;}}else if(P.nodeType===Node.ELEMENT_NODE){let V=P;if(V.hasAttribute("data-chip-id")){let q=V.getAttribute("data-chip-id");I+=`{{${q}}}`;return}else if(V.tagName==="BR"){I+=`
81
- `;return}else V.tagName;}for(let V=0;V<P.childNodes.length;V++)U(P.childNodes[V]);};return U(R),I},[]),W=rr.useCallback((R,I)=>{let U=document.createTreeWalker(R,NodeFilter.SHOW_TEXT,{acceptNode:H=>{let te=H.parentElement;return te&&te.closest("[data-chip-id]")?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT}}),P=U.nextNode(),V=Math.max(0,I);for(;P;){let H=P.nodeValue||"";if(H.length>=V){let te=document.createRange();te.setStart(P,V),te.collapse(true);let L=window.getSelection();L?.removeAllRanges(),L?.addRange(te);return}V-=H.length,P=U.nextNode();}let q=window.getSelection(),J=document.createRange();J.selectNodeContents(R),J.collapse(false),q?.removeAllRanges(),q?.addRange(J);},[]);rr.useEffect(()=>{w.current&&!d&&w.current.textContent!==""&&(w.current.textContent="");},[d]),rr.useLayoutEffect(()=>{if(w.current){if(d===""){if(S)try{w.current.focus({preventScroll:!0}),W(w.current,0);}catch{}return}if(B.current!=null)try{W(w.current,B.current);}finally{B.current=null;}}},[d,W,S]);let E=rr.useCallback((R,I)=>{if(m?.(R),R===""){h?.();return}if(f&&b&&I!==void 0){let U=R.slice(0,I),P=typeof f=="string"?new RegExp(`\\${f}([^\\s]*)$`):f,V=U.match(P);if(V){let q=V[1]||"",J=I-V[0].length;b({query:q,position:I,startIndex:J});}else h?.();}},[m,f,b,h]),Z=rr.useCallback(R=>{if(!g||!m)return;let I=u.filter(P=>P.id!==R);g(I);let U=d.replace(new RegExp(`\\{\\{${R}\\}\\}`,"g"),"");m(U);},[u,g,d,m]),j=rr.useCallback(R=>y?y(R,()=>Z(R.id)):jsxRuntime.jsx(mr,{variant:v,size:M,onRemove:s?void 0:()=>Z(R.id),isDisabled:s,className:"py-0.5 px-1.5 gap-1 text-xs leading-none rounded-md",children:R.label},R.id),[y,v,M,Z,s]),_=()=>{let R=Ct({isInvalid:l,isDisabled:s,isFocused:S,transparent:i,size:o}),I=`min-h-[100px] py-2 px-3 ${s?"resize-none":"resize-y"}`,U=tailwindMerge.twMerge("focus:outline-none overflow-auto","[&_[data-chip-id]::selection]:bg-action-brand/20","[&:empty]:before:content-[attr(data-placeholder)] [&:empty]:before:text-text-placeholder [&:empty]:before:pointer-events-none");return tailwindMerge.twMerge(R,I,U,c)},F=()=>d?d.split(/(\{\{[^}]+\}\})/g).map((I,U)=>{let P=I.match(/\{\{([^}]+)\}\}/);if(P){let V=P[1],q=u.find(J=>J.id===V);if(q)return jsxRuntime.jsx("span",{className:"inline-block align-baseline cursor-pointer",contentEditable:false,suppressContentEditableWarning:true,"data-chip-id":V,style:{userSelect:"none",verticalAlign:"baseline",lineHeight:"1"},onClick:J=>{J.preventDefault();let H=window.getSelection(),te=document.createRange();te.selectNode(J.currentTarget),H?.removeAllRanges(),H?.addRange(te);},children:j(q)},`chip-${V}-${U}`)}return I.includes(`
82
- `)?I.split(`
83
- `).map((V,q)=>jsxRuntime.jsxs(rr__namespace.default.Fragment,{children:[V,q<I.split(`
84
- `).length-1&&jsxRuntime.jsx("br",{})]},`line-${U}-${q}`)):I}):null;return jsxRuntime.jsx("div",{className:"group flex flex-col",children:jsxRuntime.jsxs("div",{className:"flex flex-col",children:[e&&jsxRuntime.jsx(ye,{size:o,tooltip:n,isRequired:a,children:e}),jsxRuntime.jsx(pr,{children:jsxRuntime.jsx("div",{ref:w,contentEditable:!s,suppressContentEditableWarning:true,onInput:R=>{if(s)return;let I=R.target,U=I.querySelector("[data-chip-id]")!==null,P;if(U?(P=z(I),P=P.replace(/(\{\{[^}]+\}\})\s{2,}/g,"$1 ").replace(/\s{2,}(\{\{[^}]+\}\})/g," $1")):P=I.textContent||"",P===""){try{let J=document.createRange();J.selectNodeContents(I),J.collapse(!0);let H=window.getSelection();H?.removeAllRanges(),H?.addRange(J),B.current=0;}catch{}E("",0);return}if(P===d)return;let V=window.getSelection(),q=0;if(V&&V.rangeCount>0)try{let J=V.getRangeAt(0);if(U){let H=0,te=!1,L=Y=>{if(te)return !0;if(Y===J.startContainer)return H+=J.startOffset,te=!0,!0;if(Y.nodeType===Node.TEXT_NODE){if(!Y.parentElement?.closest("[data-chip-id]")){if(Y.contains(J.startContainer))return H+=J.startOffset,te=!0,!0;H+=(Y.textContent||"").length;}}else if(Y.nodeType===Node.ELEMENT_NODE){let oe=Y;if(oe.hasAttribute("data-chip-id")){if(oe.contains(J.startContainer)||oe===J.startContainer){let ve=oe.getAttribute("data-chip-id");return H+=`{{${ve}}}`.length,te=!0,!0}let Ye=oe.getAttribute("data-chip-id");return H+=`{{${Ye}}}`.length,!1}else if(oe.tagName==="BR")return oe===J.startContainer?(te=!0,!0):(H+=1,!1)}for(let oe=0;oe<Y.childNodes.length;oe++)if(L(Y.childNodes[oe]))return !0;return !1};L(I),q=H;}else {let H=document.createRange();H.setStart(I,0),H.setEnd(J.startContainer,J.startOffset),q=H.toString().length;}}catch{q=P.length;}B.current=q,E(P,q);},onKeyDown:R=>{if(s)return;let I=window.getSelection();if(!(!I||I.rangeCount===0))try{let U=I.getRangeAt(0),P=U.commonAncestorContainer;if(R.key==="ArrowLeft"||R.key==="ArrowRight"){let V=P.nodeType===Node.TEXT_NODE?P.parentElement?.closest("[data-chip-id]"):P.closest("[data-chip-id]");if(V){R.preventDefault();try{let q=document.createRange(),J=window.getSelection();R.key==="ArrowLeft"?q.setStartBefore(V):q.setStartAfter(V),q.collapse(!0),J?.removeAllRanges(),J?.addRange(q);}catch{}}}if(R.key==="Backspace"){let V=null;if(V=(P.nodeType===Node.TEXT_NODE?P.parentElement?.closest("[data-chip-id]"):P.closest("[data-chip-id]"))||null,!V)if(P.nodeType===Node.TEXT_NODE){let q=P;if(U.startOffset===0&&q.parentElement){let J=q.previousSibling;if(J&&J.nodeType===Node.ELEMENT_NODE){let H=J.closest("[data-chip-id]");H&&(V=H);}}}else {let q=P;if(U.startOffset>0){let J=q.childNodes[U.startOffset-1];if(J&&J.nodeType===Node.ELEMENT_NODE){let H=J.closest("[data-chip-id]");H&&(V=H);}}}if(V){R.preventDefault(),R.stopPropagation();let q=V.getAttribute("data-chip-id");if(!q)return;let J=`{{${q}}}`,H=d.indexOf(J);if(H!==-1){let te=d.slice(0,H)+d.slice(H+J.length),L=u.filter(Y=>Y.id!==q);B.current=H;try{window.getSelection()?.removeAllRanges();}catch{}g?.(L),m?.(te);}}}}catch{}},onFocus:R=>{s||(C.onFocus&&C.onFocus(R),N(R));},onBlur:R=>{s||(C.onBlur&&C.onBlur(R),T(R));},className:_(),style:{whiteSpace:"pre-wrap",wordBreak:"break-word",...C.style},"data-placeholder":C.placeholder,children:F()},d===""?"empty":"content")}),t&&jsxRuntime.jsx(Se,{size:o,className:"mt-3",children:t}),typeof r=="string"&&jsxRuntime.jsx(fe,{size:o,className:"mt-1",children:r}),typeof r=="function"&&p&&jsxRuntime.jsx(fe,{size:o,className:"mt-1",children:r(p)})]})})}var pf={FIFTEEN_MINUTES:1,HOUR:2,DAY:3,WEEK:4,MONTH:5,YEAR:6},I1=[{id:"FIFTEEN_MINUTES",label:"15m"},{id:"HOUR",label:"1h"},{id:"DAY",label:"1d"},{id:"WEEK",label:"1w"}];function mf({dateRange:e,onDateRangeChange:t,windowSize:r,onWindowSizeChange:o,showWindowSize:n=true,showRangeSelector:a=true,allowDatePicker:i=false,lockWindowSize:l=false,restrictToSingleDay:s=false,presetRanges:c=[],windowSizeOptions:p=I1,autoAdjustWindowSize:d=false,className:m}){let[u,g]=rr.useState(0),f=rr.useRef(null),[b,h]=rr.useState(false),y=F=>{let I=(F.before.getTime()-F.after.getTime())/(1e3*60*60);return I<=24?"FIFTEEN_MINUTES":I<=72||I<=168?"HOUR":("DAY")};rr.useEffect(()=>{if(d&&!b&&o){let F=y(e);o(F);}},[e,d,b,o]);let v=F=>c.find(R=>{let I=R.getRange();return Math.abs(I.after.getTime()-F.after.getTime())<1e3*60*60*24&&Math.abs(I.before.getTime()-F.before.getTime())<1e3*60*60*24})?.id,[x,C]=rr.useState(()=>v(e)),w=new Date(e.before);w.setDate(w.getDate()-1);let S={start:_n(e.after,Mr()),end:_n(w,Mr())};rr.useEffect(()=>{let F=new ResizeObserver(R=>{for(let I of R)g(I.contentRect.width);});return f.current&&F.observe(f.current),()=>{f.current&&F.unobserve(f.current);}},[]);let N=[...p].sort((F,R)=>pf[F.id]-pf[R.id]),T=F=>{let R=F.toString(),I=c.find(U=>U.id===R);I&&(C(R),h(false),t(I.getRange()));},M=F=>{if(F?.start&&F?.end){C(void 0);let R=new Date(F.start.year,F.start.month-1,F.start.day,0,0,0,0),I=new Date(F.end.year,F.end.month-1,F.end.day+1,0,0,0,0);t({after:R,before:I});}},B=F=>{if(F){C(void 0);let R=new Date(F.year,F.month-1,F.day,0,0,0,0),I=new Date(F.year,F.month-1,F.day+1,0,0,0,0);t({after:R,before:I});}},z=F=>{o&&(h(true),o(F.toString()));},W=()=>{if(c.length>0){let F=c[0];C(F.id),h(false),t(F.getRange());}},E=(F,R=0)=>{let I=new Date(F);return R!==0&&I.setDate(I.getDate()+R),I.toLocaleDateString("en-US")},Z=l?jsxRuntime.jsx("div",{className:"flex items-center rounded-md border border-border-muted bg-background-muted px-3 py-2 text-sm text-text-muted",children:N.find(F=>F.id===r)?.label||r}):jsxRuntime.jsx(Lr,{className:"w-full md:w-auto",selectedKey:r,onSelectionChange:z,size:"md","aria-label":"Select Window Size",children:N.map(F=>jsxRuntime.jsx(Et,{id:F.id,"aria-label":F.label,size:"md",children:F.label},F.id))}),j=s?jsxRuntime.jsx("div",{className:"flex items-center",children:jsxRuntime.jsxs(reactAriaComponents.DialogTrigger,{children:[jsxRuntime.jsxs(X,{className:"border-l pl-2 pr-2 hover:border-border-default hover:bg-background-muted hover:text-action-primary",variant:"secondary",children:[jsxRuntime.jsx(A,{name:"CalendarBlank",size:18}),jsxRuntime.jsx("span",{className:"ml-2 hidden md:block",children:E(e.after)})]}),jsxRuntime.jsx(We,{className:"w-auto p-3",disableGroup:true,children:jsxRuntime.jsx(bo,{"aria-label":"Select date",value:vs(e.after.toISOString().split("T")[0]),onChange:B})})]})}):jsxRuntime.jsxs("div",{className:"flex items-center",children:[jsxRuntime.jsxs(reactAriaComponents.DialogTrigger,{children:[jsxRuntime.jsxs(X,{className:"rounded-r-none border-l pl-2 pr-2 hover:border-border-default hover:bg-background-muted hover:text-action-primary",variant:"secondary",children:[jsxRuntime.jsx(A,{name:"CalendarBlank",size:18}),!x&&jsxRuntime.jsx("span",{className:"ml-2 hidden md:block",children:`${E(e.after)} - ${E(e.before,-1)}`})]}),jsxRuntime.jsx(We,{className:"w-auto p-3",disableGroup:true,children:jsxRuntime.jsx(Po,{"aria-label":"Date range calendar",value:S,onChange:M})})]}),!x&&jsxRuntime.jsx(X,{variant:"ghost",size:"md",onPress:W,children:"Reset"})]}),_=u<600;return jsxRuntime.jsx("div",{ref:f,className:tailwindMerge.twMerge("flex w-full flex-wrap items-center justify-between gap-4",m),children:_?jsxRuntime.jsxs("div",{className:"flex w-full justify-between",children:[jsxRuntime.jsxs("div",{className:"flex items-center",children:[i&&j,a&&x!==void 0&&jsxRuntime.jsx(Lr,{selectedKey:x,onSelectionChange:T,size:"md","aria-label":"Select Date Range",children:c.map(F=>jsxRuntime.jsx(Et,{id:F.id,size:"md",children:F.label},F.id))})]}),jsxRuntime.jsx("div",{className:"flex items-center",children:n&&r&&Z})]}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-4",children:[i&&j,a&&x!==void 0&&jsxRuntime.jsx(si,{options:c.map(F=>({id:F.id,label:F.label})),value:x,onChange:T,size:"sm",variant:"secondary","aria-label":"Select Date Range"})]}),jsxRuntime.jsx("div",{className:"flex items-center",children:n&&r&&Z})]})})}var U1=e=>tailwindMerge.twMerge("w-full",na({isInvalid:e.isInvalid,isDisabled:e.isDisabled,isFocused:e.isFocused}),aa({transparent:e.transparent,isDisabled:e.isDisabled}),de[e.size||"md"].text,de[e.size||"md"].height,de[e.size||"md"].padding,"pl-[var(--control-padding-sm)]","flex items-center gap-0.5",e.className),K1=({isPlaceholder:e,isDisabled:t,isFocused:r,size:o="md"})=>tailwindMerge.twMerge("outline-none rounded transition-colors box-content tabular-nums text-center",e?"text-text-muted italic":"text-text-body",t?"text-text-disabled cursor-not-allowed":"cursor-text",de[o].text,"px-0.5 -my-0.5",r&&"!outline-[1.5px] !outline-[var(--control-focus-ring-color)] ![--tw-outline-style:solid]",!t&&!r&&"hover:bg-text-body/[0.05]");function gf({label:e,description:t,errorMessage:r,size:o="md",tooltip:n,isRequired:a,transparent:i,validationResult:l,...s}){let{isFocused:c}=Lt(),[p,d]=rr.useState(null),m=rr.useRef(null);return rr.useEffect(()=>{let u=b=>{let h=b.target;h.hasAttribute("data-type")&&d(h.getAttribute("data-type"));},g=()=>{d(null);},f=m.current;return f&&(f.addEventListener("focusin",u),f.addEventListener("focusout",g)),()=>{f&&(f.removeEventListener("focusin",u),f.removeEventListener("focusout",g));}},[]),jsxRuntime.jsx(reactAriaComponents.TimeField,{...s,children:({isDisabled:u,isInvalid:g})=>jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[e&&jsxRuntime.jsx(ye,{isRequired:a,tooltip:n,children:e}),jsxRuntime.jsx(reactAriaComponents.DateInput,{ref:m,className:U1({size:o,transparent:i,isDisabled:u,isInvalid:g,isFocused:c}),children:f=>jsxRuntime.jsx(reactAriaComponents.DateSegment,{segment:f,className:K1({isPlaceholder:f.isPlaceholder,isDisabled:!f.isEditable,isFocused:p===f.type,size:o})})}),t&&jsxRuntime.jsx(Se,{children:t}),typeof r=="string"?jsxRuntime.jsx(fe,{children:r}):null]})})}function bf({children:e,className:t=""}){return jsxRuntime.jsx("div",{className:`flex flex-col ${t}`.trim(),role:"list",children:e})}function xf({children:e,variant:t="default",icon:r,label:o,isLast:n=false,className:a=""}){let l={default:{dot:"bg-border-default border-border-default",line:"bg-border-default",label:"text-text-caption",content:"text-text-body"},active:{dot:"bg-text-heading border-text-heading",line:"bg-border-default",label:"text-text-caption",content:"text-text-body font-medium"},muted:{dot:"bg-border-muted border-border-muted",line:"bg-border-muted",label:"text-text-muted",content:"text-text-muted"}}[t];return jsxRuntime.jsxs("div",{className:`flex gap-3 ${a}`.trim(),role:"listitem",children:[jsxRuntime.jsxs("div",{className:"flex flex-col items-center",style:{width:"20px"},children:[jsxRuntime.jsx("div",{className:`flex items-center justify-center rounded-full border-2 ${l.dot}`,style:{width:"20px",height:"20px",flexShrink:0},children:r&&jsxRuntime.jsx(A,{name:r,size:12,className:t==="active"?"text-background-body":"text-text-body"})}),!n&&jsxRuntime.jsx("div",{className:`w-0.5 flex-1 ${l.line}`,style:{minHeight:"24px"}})]}),jsxRuntime.jsxs("div",{className:"flex-1 pb-6",children:[o&&jsxRuntime.jsx("div",{className:`text-xs mb-1 ${l.label}`,children:o}),jsxRuntime.jsx("div",{className:`text-sm ${l.content}`,children:e})]})]})}var q1="flex font-medium justify-center items-center gap-2 text-center transition whitespace-nowrap box-border",hf={default:{selected:"bg-action-default text-[color:var(--color-action-default-text)] hover:bg-action-default-hover forced-colors:bg-[ButtonText] forced-colors:text-[ButtonFace] border-2 border-transparent",unselected:"bg-transparent text-action-default border-2 border-border-muted hover:bg-text-body/[0.05] forced-colors:border-[ButtonBorder] forced-colors:bg-[ButtonFace] forced-colors:text-[ButtonText]"},brand:{selected:"bg-action-brand text-[color:var(--color-action-brand-text)] hover:bg-action-brand-hover forced-colors:bg-[ButtonText] forced-colors:text-[ButtonFace] border-2 border-transparent",unselected:"bg-transparent text-action-default border-2 border-border-muted hover:bg-text-body/[0.05] forced-colors:border-[ButtonBorder] forced-colors:bg-[ButtonFace] forced-colors:text-[ButtonText]"}},j1="opacity-[--control-hover-opacity] cursor-not-allowed pointer-events-none grayscale",Q1="opacity-100 cursor-pointer",$1={"top-right":"-right-2 -top-2","top-left":"-left-2 -top-2","bottom-right":"-right-2 -bottom-2","bottom-left":"-left-2 -bottom-2"},_1={primary:"bg-action-brand text-white",destructive:"bg-action-destructive text-white"};function eS(e){let{variant:t="default",size:r="md",isDisabled:o,isSelected:n,borderRadius:a,borderRight:i,borderLeft:l}=e,s=`${q1} ${n?hf[t].selected:hf[t].unselected}`;return s+=` ${de[r].text} ${de[r].height} ${de[r].padding} ${de[r].gap}`,s+=` ${o?j1:Q1}`,a==="left"&&(s+=" rounded-l-sm"),a==="right"&&(s+=" rounded-r-sm"),i&&(s+=" border-r"),l&&(s+=" border-l"),s+=` ${Ce()}`,t==="brand"&&(s+=" focus-visible:outline-action-brand"),tailwindMerge.twMerge(s)}function vf(e){let{className:t,children:r,onPress:o,icon:n,iconPosition:a="left",iconWeight:i,isLoading:l=false,loadingText:s,loadingIndicator:c,size:p="md",badgeNumber:d,badgeVariant:m="primary",badgePosition:u="top-right",...g}=e,f=n?jsxRuntime.jsx(A,{name:n,className:`icon-[--control-icon-size-${p}]`,weight:i}):null,b=()=>{let y=jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[a==="left"&&f,r,a==="right"&&f]});return l?jsxRuntime.jsxs("div",{className:"relative inline-flex items-center justify-center",children:[jsxRuntime.jsx("div",{className:"absolute inset-0 flex items-center justify-center",children:c||jsxRuntime.jsx(A,{name:"CircleNotch",className:`animate-spin icon-[--control-icon-size-${p}]`,"aria-hidden":"true"})}),jsxRuntime.jsx("div",{className:"invisible","aria-hidden":"true",children:y}),s&&jsxRuntime.jsx("span",{className:"sr-only",role:"status","aria-live":"polite",children:s})]}):y},h=jsxRuntime.jsx(reactAriaComponents.ToggleButton,{onPress:o,...g,className:tailwindMerge.twMerge(eS(e),t),"aria-busy":l,children:b()});return d&&d>0?jsxRuntime.jsxs("div",{className:"relative",children:[h,jsxRuntime.jsx("span",{className:`absolute ${$1[u]} flex h-5 w-5 items-center justify-center rounded-full ${_1[m]} text-xs`,"aria-label":`${d} items`,children:d})]}):h}function DO(e){switch(e){case "charging":case "on":return "success";case "discharging":return "warning";case "heat":case "cool":return "info";case "off":case "idle":case "eco":case "auto":return "neutral";case "unknown":default:return "neutral"}}Object.defineProperty(exports,"DialogTrigger",{enumerable:true,get:function(){return reactAriaComponents.DialogTrigger}});exports.ActionCell=op;exports.ActionMenu=zn;exports.ActivityFeed=Yi;exports.ActivityFeedGroup=Hn;exports.ActivityItem=Gn;exports.Alert=bd;exports.AppShell=hd;exports.AreaSeries=on;exports.AutoMobileRenderer=Ea;exports.Autocomplete=sa;exports.Avatar=_d;exports.BREAKPOINTS=Nr;exports.Badge=Ee;exports.BarSeries=yo;exports.BooleanCell=np;exports.BreadcrumbItem=ca;exports.Breadcrumbs=la;exports.Button=X;exports.Calendar=bo;exports.Card=At;exports.CardContent=Qi;exports.CardFooter=$i;exports.CardHeader=qi;exports.CardMedia=ji;exports.CardMobileRenderer=Ia;exports.ChartAxis=nn;exports.ChartBottomBar=fa;exports.ChartContainer=zu;exports.ChartContext=xo;exports.ChartEventMarkers=xa;exports.ChartTooltip=ha;exports.Checkbox=Vr;exports.CheckboxGroup=Is;exports.Chip=mr;exports.ClearButton=Hd;exports.CodeEditor=mu;exports.Collapse=xu;exports.CollapseContent=Us;exports.CollapseHeader=Ws;exports.CollapseItem=Gs;exports.ColorModeProvider=ed;exports.Confirm=yu;exports.ConnectionStatusBadge=vu;exports.CopyToClipboard=pa;exports.DataControls=Zu;exports.DataTable=Tp;exports.DateCell=ap;exports.DateField=qu;exports.DateRangePicker=Sa;exports.Description=Se;exports.DeviceHealthBadge=kp;exports.DeviceMetaCell=cp;exports.DeviceMetaDisplay=ka;exports.DeviceStateBadge=Wr;exports.DeviceStateCell=mp;exports.DeviceStateWithMetric=Ra;exports.DeviceTypeIcon=Rp;exports.Dialog=dr;exports.DialogHeader=Je;exports.Drawer=fl;exports.EmptyState=Fp;exports.EnrollmentStatusBadge=Lp;exports.ErrorBoundary=yt;exports.FieldError=fe;exports.FieldGroup=ia;exports.FileUpload=Ip;exports.FilterChips=Xu;exports.FilterDialog=ep;exports.FirmwareVersionBadge=Vp;exports.Form=zp;exports.FormatRegistry=K;exports.FormattedCell=gp;exports.FunnelSeries=Wu;exports.Grid=xl;exports.GridStateBadge=Da;exports.Heading=ct;exports.Icon=A;exports.InfiniteScrollIndicator=st;exports.Input=Gd;exports.InputWrapper=pr;exports.InteractiveMap=Ml;exports.Kpi=Up;exports.KpiGroup=yl;exports.Label=ye;exports.LineSeries=an;exports.List=Xp;exports.ListBox=Cx;exports.ListBoxItem=Et;exports.ListItem=jp;exports.ListPane=Qp;exports.Loader=On;exports.Logo=Kn;exports.MAP_TYPES=Cm;exports.Meter=km;exports.ModalBackdrop=rt;exports.Notice=ja;exports.NoticeContainer=Qa;exports.NoticeProvider=Rm;exports.NumberCell=bp;exports.NumberField=un;exports.PageLayout=eo;exports.PlaceSearch=Gm;exports.Popover=We;exports.ProgressBar=Um;exports.Radio=Jm;exports.RadioCard=Ol;exports.RadioCardGroup=Hl;exports.RadioGroup=Ym;exports.RangeCalendar=Po;exports.ResultsCount=ln;exports.RichTextEditor=qm;exports.SKELETON_SIZES=xr;exports.SearchControl=Gr;exports.Section=Io;exports.SectionNav=ti;exports.SegmentedControl=si;exports.Select=Lr;exports.SelectCell=xp;exports.SideNav=Yn;exports.Skeleton=O;exports.Slider=Qm;exports.SortControl=dn;exports.SplitPane=li;exports.StatList=of;exports.StaticMap=Pm;exports.Switch=wa;exports.Tab=ii;exports.TabList=ai;exports.TabPanel=Lm;exports.Tabs=ni;exports.TextArea=nf;exports.TextAreaWithChips=cf;exports.TextCell=hp;exports.TextField=wo;exports.TextLink=Er;exports.TimeControls=mf;exports.TimeField=gf;exports.Timeline=bf;exports.TimelineItem=xf;exports.ToggleButton=vf;exports.Tooltip=rn;exports.TopNav=Jo;exports.Tray=kr;exports.activeDeviceStates=Q0;exports.addFilterCondition=br;exports.autoScaleCurrent=cg;exports.autoScaleDistance=uc;exports.autoScaleEnergy=gc;exports.autoScalePower=xg;exports.autoScaleResistance=hg;exports.autoScaleVoltage=Tg;exports.camelCaseToWords=Fc;exports.capitalize=Ac;exports.celsiusToFahrenheit=yg;exports.celsiusToKelvin=Y5;exports.centimetersToInches=P5;exports.clearColorCache=po;exports.createCategoryColorMap=qg;exports.createEmptyFilter=sn;exports.createFilter=n0;exports.createFilters=a0;exports.createFormat=gw;exports.createXScale=Zs;exports.createYScale=Xs;exports.defaultMargin=re;exports.deviceStateLabels=$0;exports.deviceStateMetricFormats=jR;exports.enumToSentenceCase=wg;exports.exportChart=pi;exports.fahrenheitToCelsius=vg;exports.fahrenheitToKelvin=J5;exports.feetToMeters=x5;exports.feetToMiles=v5;exports.filterToChips=i0;exports.formatBoolean=oc;exports.formatCapacity=qS;exports.formatComponentValue=Dt;exports.formatCurrency=lc;exports.formatCurrent=xi;exports.formatDate=cc;exports.formatDistance=pc;exports.formatEmptyValue=Ta;exports.formatEnergy=Ti;exports.formatFieldValue=Tr;exports.formatInternationalPhone=Pi;exports.formatNumber=sc;exports.formatPercent=ac;exports.formatPhone=xc;exports.formatPhoneNumber=bc;exports.formatPower=Ai;exports.formatPowerRating=jS;exports.formatResistance=Fi;exports.formatTemperature=Tc;exports.formatText=Vc;exports.formatUSPhone=En;exports.formatVoltage=Ii;exports.getBadgeClasses=tp;exports.getBooleanBadgeVariant=rp;exports.getCellAlignmentClasses=al;exports.getCellContainerClasses=xe;exports.getCellTextClasses=xt;exports.getContrastingTextColor=jg;exports.getDateParts=u5;exports.getDefaultChartColor=zi;exports.getDefaultColors=Jc;exports.getDeviceStateDisplayLabel=ll;exports.getDeviceStateLabel=ll;exports.getExportFormatName=Mf;exports.getFieldGroupStyles=$o;exports.getFilterFields=_s;exports.getGridStateLabel=up;exports.getInputBackgroundStyles=aa;exports.getInputBaseStyles=Ct;exports.getInputStateStyles=na;exports.getLinkClasses=il;exports.getNumericColorClasses=Pa;exports.getResolvedColor=Ve;exports.getSkeletonSize=ht;exports.getStateTone=DO;exports.getThemeCategoricalColors=Uo;exports.getYFormatSettings=vo;exports.gridStateLabels=ev;exports.inchesToCentimeters=T5;exports.isActiveDeviceState=sl;exports.isActiveState=sl;exports.isCustomPinsLayer=Dl;exports.isExportSupported=Af;exports.isFilterEmpty=Uu;exports.isGeoJsonLayer=kl;exports.isLightColor=Zc;exports.isNil=$;exports.isRasterLayer=Rl;exports.isVectorLayer=Pl;exports.kelvinToCelsius=Cg;exports.kelvinToFahrenheit=Z5;exports.kilometersToMiles=y5;exports.layer=Tl;exports.metersToFeet=b5;exports.metersToMiles=C5;exports.metersToYards=N5;exports.milesToFeet=dc;exports.milesToKilometers=h5;exports.milesToMeters=S5;exports.parseBoolean=sr;exports.removeFilterCondition=Hr;exports.resolveValue=we;exports.snakeCaseToWords=Lc;exports.temperatureStringToSymbol=vc;exports.toA=i5;exports.toActiveInactive=eg;exports.toAmps=Fn;exports.toBoolean=ir;exports.toCelsius=Sc;exports.toCentimeters=fg;exports.toCheckmark=rg;exports.toCompactNumber=ig;exports.toCurrency=ic;exports.toCustomDateFormat=mg;exports.toDateString=dg;exports.toEnabledDisabled=$f;exports.toFahrenheit=Cc;exports.toFeet=vi;exports.toFloat=ng;exports.toFormattedNumber=ag;exports.toFullDateTime=ug;exports.toGW=z5;exports.toGWh=fc;exports.toGigawatts=Ri;exports.toISOString=pg;exports.toInches=bg;exports.toInteger=og;exports.toKA=s5;exports.toKV=tw;exports.toKW=B5;exports.toKelvin=wc;exports.toKiloamps=bi;exports.toKilohms=hc;exports.toKilometers=yi;exports.toKilovolts=Ei;exports.toKilowatts=ki;exports.toLowerCase=kc;exports.toMA=a5;exports.toMV=_5;exports.toMW=V5;exports.toMWh=mc;exports.toMegawatts=Di;exports.toMegohms=yc;exports.toMeters=hi;exports.toMiles=Ci;exports.toMilliamps=gi;exports.toMillimeters=gg;exports.toMilliohms=Mi;exports.toMillivolts=Li;exports.toNauticalMiles=g5;exports.toOhms=Bn;exports.toOnOff=_f;exports.toPercentage=nc;exports.toRelativeTime=Ln;exports.toScientificNotation=sg;exports.toSecret=Ng;exports.toSentenceCase=Dc;exports.toTemperature=Nc;exports.toTitleCase=Rc;exports.toTrueFalse=tg;exports.toUpperCase=Pc;exports.toV=ew;exports.toVolts=Vn;exports.toW=I5;exports.toWatts=In;exports.toWh=wi;exports.toYards=Si;exports.tokWh=Ni;exports.truncateEnd=Bc;exports.truncateMiddle=Ec;exports.truncateStart=Ic;exports.ucFirst=Mc;exports.useBreakpoint=kn;exports.useChartContext=$t;exports.useClientDataControls=Dn;exports.useColorMode=lt;exports.useComponentFormatter=e5;exports.useDataControls=Ql;exports.useDebounce=co;exports.useInfiniteScroll=ar;exports.useInputFocus=Lt;exports.useLocalStorage=An;exports.useMediaQuery=kt;exports.useNotice=Mm;exports.useServerDataControls=Rn;exports.wrapWithLink=Ht;exports.yardsToMeters=w5;//# sourceMappingURL=index.cjs.map
80
+ `,backgroundSize:"30px 30px"}})})})}var Im={streets:"streets",satellite:"satellite",neutral:"neutral"};function Dn(e,t){switch(e){case "streets":return t?"mapbox://styles/victor-texture/clzwxtrng005s01p93rtr04op":"mapbox://styles/mapbox/streets-v12";case "satellite":return "mapbox://styles/mapbox/satellite-streets-v12";case "neutral":return t?"mapbox://styles/mapbox/dark-v11":"mapbox://styles/mapbox/light-v11";default:return t?"mapbox://styles/victor-texture/clzwxtrng005s01p93rtr04op":"mapbox://styles/mapbox/streets-v12"}}function Bm({longitude:e,latitude:t,showPulse:r=true,accuracy:o}){return jsxRuntime.jsx(o2.Marker,{longitude:e,latitude:t,anchor:"center",children:jsxRuntime.jsxs("div",{className:"relative flex items-center justify-center",children:[r&&jsxRuntime.jsx("div",{className:"absolute h-12 w-12 animate-[ping_2s_ease-in-out_infinite] rounded-full bg-brand-primary opacity-30",style:{animationDelay:"0s"}}),jsxRuntime.jsx("div",{className:"relative z-10 flex h-5 w-5 items-center justify-center rounded-full bg-white shadow-lg",children:jsxRuntime.jsx("div",{className:"h-3 w-3 rounded-full bg-brand-primary"})}),o&&o>0&&jsxRuntime.jsx("div",{className:"pointer-events-none absolute rounded-full border border-brand-primary/20 bg-brand-primary/10",style:{width:`${Math.min(o/2,100)}px`,height:`${Math.min(o/2,100)}px`}})]})})}var Yl=ir__namespace.default.forwardRef(({initialViewState:e,viewState:t,onViewStateChange:r,scrollEnabled:o=true,className:n,previewMode:a=false,previewModeCta:i,onPreviewModePress:l,mapType:s="streets",layers:c=[],mapboxAccessToken:p=ei(),transformRequest:d,isLoading:m=false,onLoad:u,controls:g="default",showUserLocation:f=true,onUserLocationChange:b,children:x,additionalInteractiveLayerIds:y=[],onMapClick:v,showMarker:h=false,markerLocation:C},S)=>{let{isDarkTheme:w}=pt(),N=ir.useRef(null),k=ir.useRef(null),[L,V]=ir.useState(false),[H,K]=ir.useState(false);ir.useEffect(()=>{ni();},[]);let[B,J]=ir.useState(false),j=ir.useRef(0),[$,A]=ir.useState(null),[M,z]=ir.useState(null),X=ir.useRef(null),[D,E]=Hn("interactiveMap.trackingLocation",false),[W,G]=ir.useState(false);ir.useEffect(()=>{if(!navigator.geolocation){G(true);return}if(D){if(!navigator.permissions?.query){G(true);return}navigator.permissions.query({name:"geolocation"}).then(R=>{R.state!=="granted"&&E(false),G(true);}).catch(()=>{G(true);});}else G(true);},[]),ir.useEffect(()=>{let R=setTimeout(()=>{L||K(true);},200);return ()=>clearTimeout(R)},[L]),ir.useEffect(()=>{if(W){if(!D||a){X.current!==null&&(navigator.geolocation.clearWatch(X.current),X.current=null);return}if(!navigator.geolocation){console.warn("Geolocation is not supported by this browser.");return}return X.current=navigator.geolocation.watchPosition(R=>{let T={latitude:R.coords.latitude,longitude:R.coords.longitude,accuracy:R.coords.accuracy};z(T),b?.(T);},R=>{console.warn("Geolocation error:",R.message),z(null),b?.(null);},{enableHighAccuracy:true,maximumAge:3e4,timeout:3e4}),()=>{X.current!==null&&(navigator.geolocation.clearWatch(X.current),X.current=null);}}},[D,a,b,W]);let O=ir.useCallback(()=>{V(true),K(false),u?.();},[u]),te=ir.useCallback(()=>{N.current&&e&&(J(false),j.current=0,N.current.flyTo({center:[e.longitude||0,e.latitude||0],zoom:e.zoom||0,bearing:e.bearing||0,pitch:e.pitch||0,duration:1e3}));},[e]),I=ir.useMemo(()=>g===false||g===null?[]:g==="default"||g===void 0?Il:g,[g]),Z=ir.useCallback(()=>{if(!navigator.geolocation){console.warn("Geolocation is not supported by this browser.");return}E(true),navigator.geolocation.getCurrentPosition(R=>{let{latitude:T,longitude:ee}=R.coords;N.current&&N.current.jumpTo({center:[ee,T],zoom:15});},R=>{console.warn("Geolocation error:",R.message),R.code===R.PERMISSION_DENIED&&E(false);},{enableHighAccuracy:true,timeout:1e4,maximumAge:0});},[]),ne=ir.useMemo(()=>{if(a)return null;let R=I.map(T=>T.type==="navigation"?{...T,onResetZoom:T.onResetZoom||te,onGeolocateClick:T.onGeolocateClick||Z}:T);return zl(R,{mapRef:N,layers:c,showResetButton:B})},[I,N,a,c,te,B,Z]),Ke=ir.useMemo(()=>{let R=[];return c.filter(T=>T.events?.onClick||T.events?.onMouseEnter||T.events?.onMouseLeave||T.tooltip).forEach(T=>{T.kind==="clusteredVector"?(R.push(`${T.id}-clusters`),R.push(`${T.id}-points`),R.push(`${T.id}-selected-point`)):R.push(T.id);}),[...R,...y]},[c,y]),Ce=ir.useMemo(()=>{let R=new Map;return c.forEach(T=>{T.events&&R.set(T.id,T.events);}),R},[c]),Me=ir.useMemo(()=>{let R=new Map;return c.forEach(T=>{T.tooltip&&(R.set(T.id,T.tooltip),T.kind==="clusteredVector"&&(R.set(`${T.id}-clusters`,T.tooltip),R.set(`${T.id}-points`,T.tooltip),R.set(`${T.id}-selected-point`,T.tooltip)));}),R},[c]),jt=ir.useMemo(()=>{let R=new Map;return c.forEach(T=>{T.kind==="clusteredVector"&&(R.set(T.id,T),R.set(`${T.id}-clusters`,T),R.set(`${T.id}-points`,T),R.set(`${T.id}-selected-point`,T));}),R},[c]),U=ir.useMemo(()=>{if(!h)return null;let R=C?.longitude??t?.longitude??e?.longitude,T=C?.latitude??t?.latitude??e?.latitude;return R===void 0||T===void 0?null:{longitude:R,latitude:T}},[h,C,t,e]),me=ir.useCallback(R=>{if(a)return;let T=R.features?.[0];if(!T||!T.layer)return;let ee=T.layer.id,ae=Ce.get(ee),Q=Me.get(ee),xe;T.geometry.type==="Point"?xe=T.geometry.coordinates:xe=[R.lngLat.lng,R.lngLat.lat];let ce={id:T.id,lngLat:xe,properties:T.properties||{},layerId:ee},rt=jt.get(ee),go=T.properties?.cluster===true;if(rt&&go){let Ve=N.current;if(Ve){let wi=Ve.getZoom(),If=Math.min(wi+3,18);Ve.flyTo({center:xe,zoom:If,duration:1e3});}return}if(ae?.onClick&&ae.onClick(ce),Q&&Q.trigger==="click"){let Ve;rt&&"cluster"in Q?Q.point&&(Ve=Q.point(ce)):"content"in Q&&(Ve=typeof Q.content=="function"?Q.content(ce):Q.content),Ve&&A({feature:ce,content:Ve});}v&&v(R);},[Ce,Me,a,v,jt,N]),Ne=ir.useCallback(R=>{if(a)return;let T=R.features?.[0];if(!T||!T.layer)return;let ee=T.layer.id,ae=Ce.get(ee),Q=Me.get(ee),xe;T.geometry.type==="Point"?xe=T.geometry.coordinates:xe=[R.lngLat.lng,R.lngLat.lat];let ce={id:T.id,lngLat:xe,properties:T.properties||{},layerId:ee};if(ae?.onMouseEnter&&ae.onMouseEnter(ce),Q&&(Q.trigger==="hover"||!Q.trigger)){let rt;if(jt.get(ee)&&"cluster"in Q){let Ve=T.properties?.cluster===true;if(Ve&&Q.cluster){let wi=T.properties?.point_count||0;rt=Q.cluster(wi,ce);}else !Ve&&Q.point?rt=Q.point(ce):rt=Ve?`${T.properties?.point_count||0} items`:null;}else "content"in Q&&(rt=typeof Q.content=="function"?Q.content(ce):Q.content);rt&&A({feature:ce,content:rt});}N.current&&(N.current.getCanvas().style.cursor="pointer");},[Ce,Me,a,N,jt]),ke=ir.useCallback(()=>{if(!a){if(Ce.forEach(R=>{R.onMouseLeave?.();}),$){let R=$.feature.layerId,T=c.find(ee=>ee.id===R);if(!T){let ee=R.replace(/-(?:clusters|points|selected-point|cluster-shadows|points-shadow|cluster-count)$/,"");T=c.find(ae=>ae.id===ee);}T?.tooltip&&(T.tooltip.trigger||"hover")==="hover"&&A(null);}N.current&&(N.current.getCanvas().style.cursor="");}},[Ce,a,N,$,c]),ye=ir.useCallback((R,T)=>{for(let ee of c)if(ee.tooltip&&!(T&&ee.id!==T)){if(ee.kind==="geojson"){if(typeof ee.data=="string")continue;let ae=ee.data,xe=(ae.type==="FeatureCollection"?ae.features:[ae]).find(ce=>ce.id===R);if(xe&&xe.geometry.type==="Point")return {id:xe.id,lngLat:xe.geometry.coordinates,properties:xe.properties||{},layerId:ee.id}}else if(ee.kind==="customPins"){let ae=ee.data.find(Q=>Q.id===R||Q._id===R||Q.key===R);if(ae)return {id:R,lngLat:ee.getPosition(ae),properties:ae,layerId:ee.id}}}return null},[c]);ir.useImperativeHandle(S,()=>({showTooltip:(R,T)=>{let ee=ye(R,T);if(!ee)return;let ae=c.find(Q=>Q.id===ee.layerId);if(ae?.tooltip&&"content"in ae.tooltip){let Q=typeof ae.tooltip.content=="function"?ae.tooltip.content(ee):ae.tooltip.content;A({feature:ee,content:Q});}},hideTooltip:()=>{A(null);},getMap:()=>N.current}),[ye,c]);let Be=(R,T)=>d?d(R,T):{url:R},Ge=m||H;return jsxRuntime.jsx("div",{ref:k,className:tailwindMerge.twMerge("relative flex h-full w-full overflow-hidden",a&&"cursor-pointer",n),onClick:a?l:void 0,children:jsxRuntime.jsxs("div",{style:{flex:1},children:[jsxRuntime.jsxs(o2__default.default,{ref:N,initialViewState:e,...t&&t,style:{width:"100%",height:"100%"},mapStyle:Dn(s,w),mapboxAccessToken:p,transformRequest:Be,onLoad:O,onMove:a?void 0:R=>{if(R.originalEvent&&L){let T=R.originalEvent.type,ee=Math.abs((R.viewState.latitude??0)-(e?.latitude??0)),ae=Math.abs((R.viewState.longitude??0)-(e?.longitude??0)),Q=Math.abs((R.viewState.zoom??0)-(e?.zoom??0));e&&(ee>1e-4||ae>1e-4||Q>.1)&&(T==="mousemove"||T==="touchmove"||T==="pointermove"?J(true):(T==="wheel"||T==="mousewheel")&&(j.current+=1,j.current>=3&&J(true)));}r?.(R.viewState);},onClick:a?void 0:me,onMouseEnter:a?void 0:Ne,onMouseLeave:a?void 0:ke,interactiveLayerIds:a?[]:Ke,scrollZoom:a?false:o,dragPan:!a,dragRotate:!a,doubleClickZoom:!a,interactive:!a,children:[ne,Pn(c,s),x,U&&jsxRuntime.jsx(o2.Marker,{longitude:U.longitude,latitude:U.latitude,anchor:"bottom",children:jsxRuntime.jsx(P,{name:"MapPin",size:36,className:"text-map-marker-default",weight:"fill"})}),f&&M&&jsxRuntime.jsx(Bm,{longitude:M.longitude,latitude:M.latitude,accuracy:M.accuracy}),$&&jsxRuntime.jsx(o2.Popup,{longitude:$.feature.lngLat[0],latitude:$.feature.lngLat[1],offset:15,closeButton:false,closeOnClick:false,className:"map-tooltip",children:$.content})]},`map-${s}`),Ge&&jsxRuntime.jsx(ai,{}),a&&i&&jsxRuntime.jsx("div",{className:"absolute bottom-8 right-8 z-10",children:i})]})})});Yl.displayName="InteractiveMap";function Hm({width:e="100%",height:t="100%",initialViewState:r={longitude:-122.4194,latitude:37.7749,zoom:14},isLoading:o=false,mapType:n="streets",layers:a=[],mapboxAccessToken:i=ei(),showMarker:l=true,onLoad:s,className:c}){let{isDarkTheme:p}=pt(),[d,m]=ir.useState(false),[u,g]=ir.useState(false);ir.useEffect(()=>{ni();},[]);let f={width:typeof e=="number"?`${e}px`:e,height:typeof t=="number"?`${t}px`:t};ir.useEffect(()=>{let y=setTimeout(()=>{d||g(true);},200);return ()=>clearTimeout(y)},[d]);let b=ir.useCallback(()=>{m(true),g(false),s?.();},[s]),x=o||u;return i?jsxRuntime.jsxs("div",{style:f,className:`relative ${c||""}`,children:[jsxRuntime.jsxs(o2__default.default,{mapboxAccessToken:i,initialViewState:r,style:f,mapStyle:Dn(n,p),onLoad:b,scrollZoom:false,dragPan:false,dragRotate:false,doubleClickZoom:false,touchZoomRotate:false,interactive:false,children:[Pn(a,n),l&&r.longitude!==void 0&&r.latitude!==void 0&&jsxRuntime.jsx(o2.Marker,{longitude:r.longitude,latitude:r.latitude,anchor:"bottom",children:jsxRuntime.jsx(P,{name:"MapPin",size:36,className:"text-map-marker-default",weight:"fill"})})]}),x&&jsxRuntime.jsx(ai,{})]}):jsxRuntime.jsx("div",{style:f,className:`flex items-center justify-center bg-background-muted text-text-muted ${c}`,children:jsxRuntime.jsxs("div",{className:"text-center",children:[jsxRuntime.jsx(P,{name:"MapPin",size:48,className:"mx-auto mb-2 opacity-50"}),jsxRuntime.jsx("p",{className:"text-sm",children:"Map requires Mapbox token"})]})})}var p2={sm:{bar:"h-1.5 w-48",text:"text-xs",icon:"h-3 w-3"},md:{bar:"h-2 w-64",text:"text-sm",icon:"h-4 w-4"},lg:{bar:"h-3 w-80",text:"text-base",icon:"h-5 w-5"}};function Gm({label:e,size:t="md",variant:r="default",showWarningIndicator:o=true,warningThreshold:n=80,className:a,...i}){let l=p2[t];return jsxRuntime.jsx(reactAriaComponents.Meter,{...i,className:de(a,"flex flex-col gap-1"),children:({percentage:s,valueText:c})=>{let p=o&&s>=n,d=r==="default"?m2(s):r;return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("div",{className:"flex justify-between gap-2",children:[e&&jsxRuntime.jsx(ve,{children:e}),jsxRuntime.jsxs("span",{className:tailwindMerge.twMerge(l.text,p?"text-feedback-error-text":"text-text-muted"),children:[p&&jsxRuntime.jsx(lucideReact.AlertTriangle,{"aria-label":"Warning: High value",className:tailwindMerge.twMerge("inline-block align-text-bottom mr-1",l.icon)}),c]})]}),jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("relative rounded-full bg-background-muted","ring-1 ring-inset ring-border-muted",l.bar),children:jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("absolute left-0 top-0 h-full rounded-full transition-all duration-300","forced-colors:bg-[Highlight]",f2(d)),style:{width:`${Math.min(100,Math.max(0,s))}%`},role:"presentation","aria-hidden":"true"})})]})}})}function m2(e){return e<50?"success":e<70?"info":e<90?"warning":"error"}function f2(e){switch(e){case "success":return "bg-feedback-success-text";case "warning":return "bg-feedback-warning-text";case "error":return "bg-feedback-error-text";case "info":return "bg-feedback-info-text";default:return "bg-action-brand"}}var N2={success:{container:"bg-feedback-success-background border-feedback-success-border text-feedback-success-text",icon:lucideReact.CheckCircle},error:{container:"bg-feedback-error-background border-feedback-error-border text-feedback-error-text",icon:lucideReact.XCircle},warning:{container:"bg-feedback-warning-background border-feedback-warning-border text-feedback-warning-text",icon:lucideReact.AlertCircle},info:{container:"bg-feedback-info-background border-feedback-info-border text-feedback-info-text",icon:lucideReact.Info}};function di({id:e,message:t,variant:r="info",duration:o=5e3,dismissible:n=true,onDismiss:a,className:i}){let{container:l,icon:s}=N2[r];return ir.useEffect(()=>{if(o>0){let c=setTimeout(()=>{a?.();},o);return ()=>clearTimeout(c)}},[o,a]),jsxRuntime.jsxs(framerMotion.motion.div,{layout:true,initial:{opacity:0,y:-20,scale:.95},animate:{opacity:1,y:0,scale:1},exit:{opacity:0,scale:.95,transition:{duration:.2}},className:tailwindMerge.twMerge("pointer-events-auto flex items-start gap-3 rounded-lg border p-4 shadow-lg",l,i),children:[jsxRuntime.jsx(s,{className:"h-5 w-5 flex-shrink-0"}),jsxRuntime.jsx("p",{className:"flex-1 text-sm font-medium",children:t}),n&&jsxRuntime.jsx("button",{onClick:a,className:"flex-shrink-0 rounded-md p-1 transition-colors hover:bg-black/10","aria-label":"Dismiss notification",children:jsxRuntime.jsx(lucideReact.X,{className:"h-4 w-4"})})]})}var M2={"top-left":"top-4 left-4 items-start","top-center":"top-4 left-1/2 -translate-x-1/2 items-center","top-right":"top-4 right-4 items-end","bottom-left":"bottom-4 left-4 items-start","bottom-center":"bottom-4 left-1/2 -translate-x-1/2 items-center","bottom-right":"bottom-4 right-4 items-end"};function ui({notices:e,onDismiss:t,position:r="top-right",className:o}){let[n,a]=ir.useState(false);if(ir.useEffect(()=>{a(true);},[]),!n)return null;let i=jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("pointer-events-none fixed z-50 flex flex-col gap-2",M2[r],o),"aria-live":"polite","aria-atomic":"true",children:jsxRuntime.jsx(framerMotion.AnimatePresence,{mode:"sync",children:e.map(l=>jsxRuntime.jsx(di,{id:l.id,message:l.message,variant:l.variant,duration:l.duration,dismissible:l.dismissible,onDismiss:()=>t(l.id)},l.id))})});return reactDom.createPortal(i,document.body)}var Wm=ir.createContext(void 0);function Um({children:e,position:t="top-right",maxNotices:r=5,defaultDuration:o=5e3,defaultDismissible:n=true}){let[a,i]=ir.useState([]),l=ir.useCallback((d,m)=>{let u=`notice-${Date.now()}-${Math.random()}`,g={id:u,message:d,variant:m?.variant||"info",duration:m?.duration??o,dismissible:m?.dismissible??n};return i(f=>{let b=[...f,g];return b.length>r?b.slice(-r):b}),u},[r,o,n]),s=ir.useCallback(d=>{i(m=>m.filter(u=>u.id!==d));},[]),c=ir.useCallback(()=>{i([]);},[]),p={notices:a,addNotice:l,removeNotice:s,clearNotices:c};return jsxRuntime.jsxs(Wm.Provider,{value:p,children:[e,jsxRuntime.jsx(ui,{notices:a,onDismiss:s,position:t})]})}function Km(){let e=ir.useContext(Wm);if(!e)throw new Error("useNoticeContext must be used within a NoticeProvider");return e}function Ym(){let{addNotice:e,removeNotice:t,clearNotices:r}=Km(),o=ir.useCallback((s,c)=>e(s,c),[e]),n=ir.useCallback((s,c)=>e(s,{...c,variant:"success"}),[e]),a=ir.useCallback((s,c)=>e(s,{...c,variant:"error"}),[e]),i=ir.useCallback((s,c)=>e(s,{...c,variant:"warning"}),[e]),l=ir.useCallback((s,c)=>e(s,{...c,variant:"info"}),[e]);return {show:o,success:n,error:a,warning:i,info:l,dismiss:t,clear:r}}var z2={plain:"",contained:"bg-background-surface rounded-lg border border-border-default p-6",bordered:"border-y border-border-default py-6"},O2={none:"",sm:"my-4",md:"my-6 md:my-8",lg:"my-8 md:my-12"};function Ko({id:e,title:t,description:r,actions:o,variant:n="plain",spacing:a="none",withDivider:i=false,headingAs:l="h2",className:s,children:c}){let p=ir__namespace.default.useId(),d=e?`${e}-heading`:p,m=t||r||o;return jsxRuntime.jsxs("section",{id:e,className:tailwindMerge.twMerge(O2[a],z2[n],s),"aria-labelledby":t?d:void 0,children:[m&&jsxRuntime.jsxs("header",{id:d,className:tailwindMerge.twMerge("flex flex-col sm:flex-row sm:items-start sm:justify-between gap-4",i&&"border-b border-border-default pb-4 mb-6",!i&&c&&"mb-6"),children:[jsxRuntime.jsxs("div",{className:"min-w-0 flex-1",children:[t&&jsxRuntime.jsx(mt,{tag:l,size:"md",className:"text-text-heading",children:t}),r&&jsxRuntime.jsx("p",{className:"mt-2 text-base text-text-muted",children:r})]}),o&&jsxRuntime.jsx("div",{className:"flex-shrink-0",children:o})]}),c&&jsxRuntime.jsx("div",{className:"",children:c})]})}Ko.displayName="Section";function gi({sections:e,activeSection:t,onSectionChange:r,orientation:o="responsive",className:n,scrollBehavior:a="smooth",stickyTop:i="1.5rem",sectionIdPrefix:l="section-",filterSection:s}){let c=ir__namespace.useRef(null),p=ir__namespace.useRef(null),[d,m]=ir__namespace.useState(e[0]?.id||null),u=t??d;ir__namespace.useEffect(()=>{if(t!==void 0&&r)return;let y=S=>{if(!S)return false;let w=window.getComputedStyle(S);return w.display!=="none"&&w.visibility!=="hidden"&&w.opacity!=="0"},v=()=>{let S=y(c.current),w=y(p.current);if(!S&&!w)return null;let N=new IntersectionObserver(k=>{k.forEach(L=>{if(L.isIntersecting){let V=L.target.id.replace(l,"");r?r(V):m(V);}});},{rootMargin:"-20% 0px -70% 0px",threshold:0});return e.forEach(k=>{let L=document.getElementById(`${l}${k.id}`);L&&N.observe(L);}),N},h=v(),C=()=>{h&&h.disconnect(),h=v();};return window.addEventListener("resize",C),()=>{h&&h.disconnect(),window.removeEventListener("resize",C);}},[e,l,t,r,o]);let g=ir__namespace.useMemo(()=>s?e.filter(s):e,[e,s]),f=ir__namespace.useCallback((y,v)=>{y.preventDefault();let h=document.getElementById(`${l}${v}`);h&&(h.scrollIntoView({behavior:a,block:"start"}),window.history.pushState&&window.history.pushState(null,"",`#${l}${v}`),r?r(v):m(v));},[l,a,r]);if(g.length===0)return null;let b=o==="vertical"?"":o==="horizontal"?"hidden":"hidden lg:block",x=o==="horizontal"?"":o==="vertical"?"hidden":"lg:hidden";return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("nav",{ref:c,className:tailwindMerge.twMerge(b,n),"aria-label":"Section navigation",children:jsxRuntime.jsx("div",{className:"space-y-1",style:{position:"sticky",top:i},children:g.map(y=>{let v=u===y.id;return jsxRuntime.jsx("a",{href:`#${l}${y.id}`,onClick:h=>f(h,y.id),className:tailwindMerge.twMerge("block w-full text-left px-3 py-2 rounded-md text-sm transition-colors no-underline",v?"bg-background-muted text-text-body font-medium":"text-text-muted hover:text-text-body hover:bg-background-hover"),"aria-current":v?"page":void 0,children:jsxRuntime.jsxs("span",{className:"flex items-center justify-between gap-2",children:[jsxRuntime.jsx("span",{children:y.label}),y.count!==void 0&&jsxRuntime.jsx("span",{className:"text-xs tabular-nums text-text-muted",children:y.count})]})},y.id)})})}),jsxRuntime.jsx("nav",{ref:p,className:tailwindMerge.twMerge(x,"overflow-x-auto sticky top-0 z-10 py-4 -mt-4",n),"aria-label":"Section navigation",children:jsxRuntime.jsx("div",{className:"flex gap-2 min-w-max",children:g.map(y=>{let v=u===y.id;return jsxRuntime.jsx("a",{href:`#${l}${y.id}`,onClick:h=>f(h,y.id),className:tailwindMerge.twMerge("inline-block px-4 py-2 rounded-md text-sm whitespace-nowrap transition-colors no-underline",v?"bg-background-muted text-text-body font-medium":"text-text-muted hover:text-text-body hover:bg-background-hover"),"aria-current":v?"page":void 0,children:jsxRuntime.jsxs("span",{className:"flex items-center gap-2",children:[jsxRuntime.jsx("span",{children:y.label}),y.count!==void 0&&jsxRuntime.jsxs("span",{className:"text-xs tabular-nums text-text-muted",children:["(",y.count,")"]})]})},y.id)})})})]})}var bi=ir__namespace.createContext({variant:"default"});function Y2({orientation:e,className:t=""}){return `flex flex-col w-full ${{horizontal:"",vertical:"flex-row"}[e]||""} ${t}`.trim()}function hi({variant:e="default",...t}){return jsxRuntime.jsx(bi.Provider,{value:{variant:e},children:jsxRuntime.jsx("div",{className:"w-full h-auto",children:jsxRuntime.jsx(reactAriaComponents.Tabs,{...t,className:reactAriaComponents.composeRenderProps(t.className,(r,o)=>Y2({...o,className:r}))})})})}function J2({orientation:e,sticky:t=false,className:r=""}){let o="flex gap-10 relative after:absolute after:bottom-0 after:left-0 after:right-0 after:h-[2px] after:bg-border-muted",n={horizontal:"flex-row w-full",vertical:"flex-col items-start"},a=t?"sticky top-0 bg-background-surface z-10":"";return `${o} ${n[e]||""} ${a} ${r}`.trim()}function yi({variant:e,sticky:t=false,...r}){let o=ir__namespace.useContext(bi),n=e??o.variant;return jsxRuntime.jsx(bi.Provider,{value:{variant:n},children:jsxRuntime.jsx(reactAriaComponents.TabList,{...r,className:reactAriaComponents.composeRenderProps(r.className,(a,i)=>J2({...i,sticky:t,className:a||""}))})})}function Z2({isSelected:e,isDisabled:t,variant:r,className:o=""}){let n="flex items-center cursor-default px-1 py-2 font-medium transition-all hover:cursor-pointer relative",a=`${Se()} ${r==="brand"?"focus-visible:outline-action-brand":""}`.trim(),i="";return t?i="text-text-disabled forced-colors:text-[GrayText] cursor-not-allowed":e?r==="brand"?i="text-action-brand border-b-2 border-action-brand z-10 forced-colors:bg-[Highlight]":i="text-action-default border-b-2 border-action-default z-10 forced-colors:bg-[Highlight]":i="text-text-placeholder hover:text-text-muted",`${n} ${a} ${i} ${o}`.trim()}function vi(e){let{variant:t}=ir__namespace.useContext(bi);return jsxRuntime.jsx(reactAriaComponents.Tab,{...e,"data-testid":e.id?`tab-${e.id}`:void 0,className:reactAriaComponents.composeRenderProps(e.className,(r,o)=>Z2({...o,className:r,isSelected:o.isSelected,variant:t}))})}function X2({className:e=""}){let t="block w-full mt-4 text-text-body",r=Se();return `${t} ${r} ${e}`.trim()}function Zm(e){return jsxRuntime.jsx(reactAriaComponents.TabPanel,{...e,className:reactAriaComponents.composeRenderProps(e.className,(t,r)=>X2({...r,className:t||""}))})}function io({children:e,maxWidth:t=1400,paddingXClass:r="px-4 md:px-6",paddingYClass:o="pt-8 pb-14 md:pt-12 md:pb-28",className:n}){return jsxRuntime.jsx("div",{className:tailwindMerge.twMerge(`w-full ${r} ${o}`,n),style:{marginInline:"auto",maxWidth:t},children:e})}function Xm({title:e,subtitle:t,breadcrumbs:r,breadcrumbsNode:o,media:n,actions:a,metadata:i,headingAs:l,sticky:s,stickyTop:c="0",zIndex:p=10,isLoading:d=false,className:m}){let u=s?"sticky bg-background-body":"",g=s?{top:c,zIndex:p}:{};return d?jsxRuntime.jsxs("header",{className:tailwindMerge.twMerge("mb-8 md:mb-12",u,m),style:g,"aria-labelledby":"page-title",children:[o||r?.length?jsxRuntime.jsx("div",{className:"mb-2",children:jsxRuntime.jsx(F,{className:"h-4 w-32"})}):null,jsxRuntime.jsxs("div",{className:"flex flex-col md:flex-row md:items-start md:justify-between gap-4",children:[jsxRuntime.jsxs("div",{className:"min-w-0 flex-1",children:[jsxRuntime.jsx("div",{id:"page-title",children:jsxRuntime.jsx(F,{className:"h-8 w-64"})}),t?jsxRuntime.jsx(F,{className:"mt-2 h-5 w-48"}):null,i?jsxRuntime.jsx(F,{className:"mt-2 h-4 w-40"}):null,a?.length?jsxRuntime.jsx("div",{className:"mt-6 flex flex-wrap items-center gap-2 md:hidden",children:a.map((f,b)=>jsxRuntime.jsx(F,{className:"h-9 w-24"},b))}):null]}),a?.length?jsxRuntime.jsx("div",{className:"hidden md:flex md:items-center gap-2 shrink-0",children:a.map((f,b)=>jsxRuntime.jsx(F,{className:"h-9 w-24"},b))}):null]}),n?jsxRuntime.jsx("div",{className:"mt-4 md:mt-6",children:jsxRuntime.jsx(F,{className:"h-64 w-full"})}):null]}):jsxRuntime.jsxs("header",{className:tailwindMerge.twMerge("mb-8 md:mb-12",u,m),style:g,"aria-labelledby":"page-title",children:[o?jsxRuntime.jsx("div",{className:"mb-2",children:o}):r?.length?jsxRuntime.jsx("div",{className:"mb-2",children:jsxRuntime.jsx(va,{children:r.map((f,b)=>jsxRuntime.jsx(Ca,{...f.href?{href:f.href}:{},children:f.label},`${f.label}-${b}`))})}):null,jsxRuntime.jsxs("div",{className:"flex flex-col md:flex-row md:items-start md:justify-between gap-4",children:[jsxRuntime.jsxs("div",{className:"min-w-0 flex-1",children:[jsxRuntime.jsx("div",{id:"page-title",children:jsxRuntime.jsx(mt,{tag:l||"h1",size:"xl",children:e})}),t?jsxRuntime.jsx("p",{className:"mt-2 text-lg text-text-muted",children:t}):null,i?jsxRuntime.jsx("div",{className:"mt-2 text-sm text-text-muted",children:i}):null,a?.length?jsxRuntime.jsx("div",{className:"mt-6 flex flex-wrap items-center gap-2 md:hidden",children:a.map((f,b)=>jsxRuntime.jsx(ir__namespace.default.Fragment,{children:f},b))}):null]}),a?.length?jsxRuntime.jsx("div",{className:"hidden md:flex md:items-center gap-2 shrink-0",children:a.map((f,b)=>jsxRuntime.jsx(ir__namespace.default.Fragment,{children:f},b))}):null]}),n?jsxRuntime.jsx("div",{className:"mt-4 md:mt-6",children:n}):null]})}function qm({tabs:e,value:t,defaultValue:r,onChange:o,className:n,children:a}){let i=l=>{o?.(l);};return jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("mb-3 md:mb-4",n),children:jsxRuntime.jsxs(hi,{selectedKey:t,defaultSelectedKey:r||e[0]?.id,onSelectionChange:i,children:[jsxRuntime.jsx(yi,{children:e.map(l=>jsxRuntime.jsx(vi,{id:l.id,isDisabled:l.disabled,children:l.label},l.id))}),a]})})}function jm({children:e,className:t,withSectionNav:r,navWidth:o="240px",gap:n="3rem",activeSection:a,onSectionChange:i,scrollBehavior:l,sectionIdPrefix:s="section-"}){return r?jsxRuntime.jsx(q2,{position:r,navWidth:o,gap:n,activeSection:a,onSectionChange:i,scrollBehavior:l,sectionIdPrefix:s,className:t,children:e}):jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("w-full space-y-8 md:space-y-12",t),children:e})}function Qm({children:e,sticky:t=true,className:r}){return jsxRuntime.jsx("aside",{className:tailwindMerge.twMerge(t?"lg:sticky lg:top-20":"",r),children:e})}function q2({activeSection:e,onSectionChange:t,position:r,navWidth:o,gap:n,children:a,className:i,scrollBehavior:l,sectionIdPrefix:s}){let c=ir__namespace.default.useMemo(()=>{let g=[];return ir__namespace.default.Children.forEach(a,f=>{if(ir__namespace.default.isValidElement(f)&&(f.type===Ko||typeof f.type=="object"&&f.type?.displayName==="Section"||typeof f.type=="function"&&f.type?.displayName==="Section")){let b=f.props;b.id?g.push({id:b.id,label:b.navLabel||(typeof b.title=="string"?b.title:`Section ${b.id}`)}):process.env.NODE_ENV==="development"&&console.warn("Section component used within PageLayout.Content with withSectionNav must have an id prop");}}),g},[a]),p=ir__namespace.default.useMemo(()=>{let g=ir__namespace.default.Children.map(a,f=>{if(ir__namespace.default.isValidElement(f)&&(f.type===Ko||typeof f.type=="object"&&f.type?.displayName==="Section"||typeof f.type=="function"&&f.type?.displayName==="Section")){let b=f.props;if(b.id)return ir__namespace.default.cloneElement(f,{...b,id:`${s}${b.id}`})}return f});return jsxRuntime.jsx("div",{className:"space-y-8 md:space-y-12",children:g})},[a,s]),d=(g,f)=>jsxRuntime.jsx(gi,{sections:c,activeSection:e,onSectionChange:t,orientation:g,scrollBehavior:l,sectionIdPrefix:s,className:f});if(r==="above")return jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("space-y-3",i),children:[jsxRuntime.jsx("div",{className:"sticky top-0 z-10 bg-background-body",children:d("horizontal")}),p]});let m=r==="left"?"var(--nav-width) 1fr":"1fr var(--nav-width)",u=r==="right"?"hidden lg:block sticky top-20 self-start [&_a]:text-right":"hidden lg:block sticky top-20 self-start";return jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:"lg:hidden sticky top-0 z-10 py-3 mt-4 bg-background-body",children:d("horizontal")}),jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("lg:grid",i),style:{gridTemplateColumns:m,gap:n,"--nav-width":o},children:[r==="left"&&jsxRuntime.jsx("nav",{className:u,children:d("vertical")}),p,r==="right"&&jsxRuntime.jsx("nav",{className:u,children:d("vertical")})]})]})}function $m({children:e,className:t}){return jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("flex-1 overflow-auto min-h-0",t),children:e})}io.Header=Xm;io.Tabs=qm;io.Content=jm;io.Aside=Qm;io.ScrollableContent=$m;function Q2(e){return typeof e=="object"&&e!==null&&"features"in e&&Array.isArray(e.features)&&"type"in e&&typeof e.type=="string"}var $2=process.env.NEXT_PUBLIC_MAPBOX_ACCESS_TOKEN||"";function tf({label:e="Search for a place",selectedKey:t,defaultSelectedKey:r,onSelectionChange:o,placeholder:n="Enter a location...",errorMessage:a,description:i,size:l="md",tooltip:s,isRequired:c,isDisabled:p,showErrors:d=true,autoFocus:m=false,onSelect:u,searchTypes:g=["place","address"],defaultFilter:f,validationResult:b,countryRestrictions:x,proximity:y="ip"}){let v=ir.useRef(new WeakMap),h=ir.useRef([]),C={requestType:"REST",method:"GET",url:"https://api.mapbox.com/geocoding/v5/mapbox.places/{q}.json",extraParams:{access_token:$2,types:g.join(","),limit:"5",...x?.length?{country:x.join(",").toLowerCase()}:{},...y?{proximity:y==="ip"?"ip":y.join(",")}:{}},shouldLoad:N=>N.length>0,transformResponse:N=>{if(!Q2(N))return [];let k=N.features.map(L=>{let V={id:L.id,name:L.place_name};return v.current.set(V,{type:L.place_type[0],center:L.center}),V});return k.length>0&&(h.current=k),k}},S=N=>{let k=v.current.get(N),L=N.name.split(", "),V=L[0],H=L.slice(1).join(", ");return jsxRuntime.jsxs("div",{className:"flex items-center gap-3 py-0.5",children:[jsxRuntime.jsx(P,{name:k?.type==="address"?"MapPin":k?.type==="place"?"Buildings":k?.type==="region"?"MapPinArea":k?.type==="country"?"Flag":"Circle",className:"h-5 w-5 flex-shrink-0 text-text-muted"}),jsxRuntime.jsxs("div",{className:"flex min-w-0 flex-col",children:[jsxRuntime.jsx("span",{className:"truncate font-medium text-text-body",children:V}),H&&jsxRuntime.jsx("span",{className:"truncate text-sm text-text-muted",children:H})]})]})},w=N=>N?jsxRuntime.jsx(P,{name:"CircleNotch",className:"h-4 w-4 animate-spin text-text-muted"}):jsxRuntime.jsx(P,{name:"MagnifyingGlass",className:"h-4 w-4 text-text-muted"});return jsxRuntime.jsx(ya,{"data-testid":"autocomplete","data-config":JSON.stringify({types:g.join(","),country:x?.join(",")?.toLowerCase(),proximity:y==="ip"?"ip":y?.join(",")}),label:e,selectedKey:t,defaultSelectedKey:r,onSelectionChange:N=>{if(o?.(N),N){let L=h.current.find(V=>V.id===N);if(L){let V=v.current.get(L);V&&u({id:L.id,place_name:L.name,place_type:[V.type],center:V.center});}}},requestConfig:C,placeholder:n,errorMessage:a,description:i,size:l,tooltip:s,isRequired:c,isDisabled:p,showErrors:d,autoFocus:m,renderItem:S,renderLeftIcon:w,defaultFilter:f,validationResult:b})}function of({label:e,rightLabel:t,progressWidth:r=64,hideLabels:o=false,...n}){return jsxRuntime.jsx(reactAriaComponents.ProgressBar,{...n,className:de(n.className,"flex flex-col gap-1"),children:({percentage:a,valueText:i,isIndeterminate:l})=>jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[!o&&jsxRuntime.jsxs("div",{className:"flex items-center justify-between gap-2",children:[jsxRuntime.jsx("span",{className:"text-sm text-text-heading",children:e}),jsxRuntime.jsx("span",{className:"text-sm text-text-heading",children:t||i})]}),jsxRuntime.jsx("div",{className:`relative h-2 w-${r} overflow-hidden rounded-full bg-background-muted outline-none`,children:jsxRuntime.jsx("div",{className:`absolute top-0 h-full rounded-full bg-blue-600 dark:bg-blue-500 forced-colors:bg-[Highlight] ${l?"left-full duration-1000 ease-out animate-in slide-out-to-right-full repeat-infinite [--tw-enter-translate-x:calc(-16rem-100%)]":"left-0"}`,style:{width:(l?40:a)+"%"}})})]})})}function n1(e="2"){return {1:"p-2 text-xs",2:"p-3 text-sm",3:"p-4 text-base"}[e]}function a1(e="default",t){return t?{default:"border-action-default text-action-default",brand:"border-action-brand text-action-brand"}[e]:"border-border text-text-body"}function i1(){return "opacity-50 cursor-not-allowed"}function _l({value:e,isDisabled:t,className:r,children:o,size:n="2",variant:a="default"}){return jsxRuntime.jsx(reactAriaComponents.Radio,{value:e,isDisabled:t,className:de(r,`flex items-center justify-center cursor-pointer transition-all duration-200 focus:outline-none focus:ring-2 ${a==="brand"?"focus:ring-action-brand":"focus:ring-action-default"} focus:ring-offset-2 rounded-lg min-h-[44px]`),children:({isSelected:l,isDisabled:s})=>jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("flex items-center justify-center w-full h-full transition-all duration-200 rounded-lg border-2 bg-background-surface",n1(n),a1(a,l),(t||s)&&i1(),r),children:o})})}function ec({value:e,defaultValue:t,onChange:r,isDisabled:o,isReadOnly:n,isRequired:a,className:i,children:l,size:s="2",variant:c="default",columns:p="repeat(auto-fit, minmax(160px, 1fr))",gap:d="1"}){return jsxRuntime.jsx(reactAriaComponents.RadioGroup,{value:e,defaultValue:t,onChange:r,isDisabled:o,isReadOnly:n,isRequired:a,className:de(i,"grid"),style:{gridTemplateColumns:/^\d+$/.test(String(p))?`repeat(${p}, minmax(0, 1fr))`:p,gap:d==="1"?"0.25rem":d==="2"?"0.5rem":d==="3"?"0.75rem":d==="4"?"1rem":typeof d=="number"?`${d}px`:d},children:ir__namespace.default.Children.map(l,m=>ir__namespace.default.isValidElement(m)?ir__namespace.default.cloneElement(m,{size:s,variant:c}):m)})}var nf=ir.createContext({variant:"brand"});function af(e){let{variant:t="brand",...r}=e;return jsxRuntime.jsx(nf.Provider,{value:{variant:t},children:jsxRuntime.jsxs(reactAriaComponents.RadioGroup,{...r,className:de(e.className,"group flex flex-col gap-2"),children:[jsxRuntime.jsx(ve,{children:e.label}),jsxRuntime.jsx("div",{className:"flex gap-2 group-orientation-horizontal:gap-4 group-orientation-vertical:flex-col",children:e.children}),e.description&&jsxRuntime.jsx(we,{children:e.description}),jsxRuntime.jsx(be,{children:typeof e.errorMessage=="function"&&e.validationResult?e.errorMessage(e.validationResult):typeof e.errorMessage=="string"?e.errorMessage:null})]})})}function u1({isSelected:e,isInvalid:t,isDisabled:r,variant:o="brand"}){let n=o==="brand"?"focus-visible:outline-action-brand":"focus-visible:outline-action-default",a=[Se(),n,"w-5 h-5 rounded-full border-2 bg-background-surface transition-all"];if(r)a.push("border-border-muted forced-colors:!border-[GrayText]");else if(t)a.push("border-feedback-error-border group-pressed:border-feedback-error-border dark:group-pressed:border-feedback-error-border forced-colors:!border-[Mark]");else if(e){let i=o==="brand"?"action-brand":"action-default";a.push(`border-[7px] border-${i} forced-colors:!border-[Highlight] group-pressed:border-${i}-hover dark:group-pressed:border-${i}-hover`);}else a.push("border-border-default group-pressed:border-border-focus dark:group-pressed:border-border-focus");return a.join(" ")}function sf(e){let{variant:t}=ir.useContext(nf);return jsxRuntime.jsx(reactAriaComponents.Radio,{...e,className:de(e.className,"group flex items-center gap-2 text-sm text-text-body transition disabled:text-text-muted dark:text-text-body dark:disabled:text-text-muted forced-colors:disabled:text-[GrayText]"),children:r=>jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:u1({...r,variant:t})}),e.children]})})}var lo=({isActive:e=false,onPress:t,children:r})=>jsxRuntime.jsx(q,{variant:e?"secondary":"ghost",size:"sm",onPress:t,className:"p-1",children:r});function C1({initialUrl:e,isOpen:t,onClose:r,onSubmit:o}){let[n,a]=ir.useState(e);return ir__namespace.default.useEffect(()=>{a(e);},[e]),jsxRuntime.jsx(ot,{isDismissable:true,isOpen:t,onOpenChange:l=>!l&&r(),children:jsxRuntime.jsx(reactAriaComponents.Modal,{isDismissable:true,className:"flex items-center justify-center p-4",children:jsxRuntime.jsx(reactAriaComponents.Dialog,{className:"relative bg-background-surface rounded-lg shadow-xl max-w-md w-full",children:jsxRuntime.jsxs("form",{onSubmit:l=>{l.preventDefault(),o(n),r();},children:[jsxRuntime.jsx(Je,{title:"Insert Link",onClose:r}),jsxRuntime.jsx("div",{className:"p-6",children:jsxRuntime.jsx(Mo,{label:"URL",type:"url",value:n,onChange:a,autoFocus:true,className:"w-full"})}),jsxRuntime.jsxs("div",{className:"flex justify-end gap-2 border-t border-border-muted p-4",children:[jsxRuntime.jsx(q,{variant:"secondary",onPress:r,children:"Cancel"}),jsxRuntime.jsx(q,{type:"submit",children:"Save"})]})]})})})})}function df({initialContent:e="",onChange:t,className:r,isDisabled:o=false,placeholder:n="Start typing..."}){let[a,i]=ir.useState(false),l=react.useEditor({extensions:[x1__default.default.configure({heading:{levels:[1,2]}}),m1__default.default.configure({openOnClick:false,HTMLAttributes:{class:"text-text-link-default hover:text-text-link-hover underline decoration-text-link-default/30 hover:decoration-text-link-hover cursor-pointer"}})],content:e,editable:!o,onUpdate:({editor:p})=>{t?.(p.getHTML());},editorProps:{attributes:{class:tailwindMerge.twMerge("prose prose-sm max-w-none","focus:outline-none","[&>*:first-child]:mt-0 [&>*:last-child]:mb-0")}}}),s=()=>{i(true);},c=p=>{p===""?l?.chain().focus().unsetLink().run():l?.chain().focus().setLink({href:p}).run();};return l?jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("flex flex-col rounded-md border border-border-input bg-background-input",o&&"opacity-50",r),children:[l&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs(menus.BubbleMenu,{editor:l,shouldShow:({editor:p})=>p.isActive("link")&&!a,className:"flex items-center gap-1 rounded-md border border-border-input bg-background-surface p-1 shadow-md",children:[jsxRuntime.jsxs(q,{variant:"ghost",size:"sm",className:"h-8 px-2",onPress:()=>{let p=l.getAttributes("link").href;window.open(p,"_blank");},children:[jsxRuntime.jsx(P,{name:"ArrowSquareOut",className:"mr-1 h-4 w-4"}),"Open"]}),jsxRuntime.jsxs(q,{variant:"ghost",size:"sm",className:"h-8 px-2",onPress:s,children:[jsxRuntime.jsx(P,{name:"PencilSimple",className:"mr-1 h-4 w-4"}),"Edit"]}),jsxRuntime.jsxs(q,{variant:"ghost",size:"sm",className:"h-8 px-2",onPress:()=>l.chain().focus().unsetLink().run(),children:[jsxRuntime.jsx(P,{name:"X",className:"mr-1 h-4 w-4"}),"Remove"]})]}),jsxRuntime.jsx(C1,{isOpen:a,onClose:()=>i(false),onSubmit:c,initialUrl:l.getAttributes("link").href||""})]}),jsxRuntime.jsxs("div",{className:"flex items-center gap-1 border-b border-border-input p-2",children:[jsxRuntime.jsx(lo,{isActive:l.isActive("heading",{level:1}),onPress:()=>l.chain().focus().toggleHeading({level:1}).run(),children:jsxRuntime.jsx("span",{className:"text-xs font-bold",children:"H1"})}),jsxRuntime.jsx(lo,{isActive:l.isActive("heading",{level:2}),onPress:()=>l.chain().focus().toggleHeading({level:2}).run(),children:jsxRuntime.jsx("span",{className:"text-xs font-bold",children:"H2"})}),jsxRuntime.jsx(lo,{isActive:l.isActive("bold"),onPress:()=>l.chain().focus().toggleBold().run(),children:jsxRuntime.jsx("span",{className:"text-xs font-bold",children:"B"})}),jsxRuntime.jsx(lo,{isActive:l.isActive("italic"),onPress:()=>l.chain().focus().toggleItalic().run(),children:jsxRuntime.jsx("span",{className:"text-xs italic",children:"I"})}),jsxRuntime.jsx("div",{className:"mx-1 h-4 w-px bg-border-muted"}),jsxRuntime.jsx(lo,{isActive:l.isActive("bulletList"),onPress:()=>l.chain().focus().toggleBulletList().run(),children:jsxRuntime.jsx(P,{name:"ListBullets",className:"h-4 w-4"})}),jsxRuntime.jsx(lo,{isActive:l.isActive("orderedList"),onPress:()=>l.chain().focus().toggleOrderedList().run(),children:jsxRuntime.jsx(P,{name:"ListNumbers",className:"h-4 w-4"})}),jsxRuntime.jsx("div",{className:"mx-1 h-4 w-px bg-border-muted"}),jsxRuntime.jsx(lo,{isActive:l.isActive("link"),onPress:s,children:jsxRuntime.jsx(P,{name:"PaperclipHorizontal",className:"h-4 w-4"})})]}),jsxRuntime.jsxs("div",{className:"relative min-h-[200px] w-full",children:[jsxRuntime.jsx(react.EditorContent,{editor:l,className:tailwindMerge.twMerge("w-full p-4","[&_.ProseMirror]:min-h-[inherit]","[&_.ProseMirror]:outline-none","[&_.ProseMirror_h1]:mb-4 [&_.ProseMirror_h1]:text-2xl [&_.ProseMirror_h1]:font-bold","[&_.ProseMirror_h2]:mb-3 [&_.ProseMirror_h2]:text-xl [&_.ProseMirror_h2]:font-semibold","[&_.ProseMirror_p]:mb-2","[&_.ProseMirror_ul]:mb-2 [&_.ProseMirror_ul]:ml-6 [&_.ProseMirror_ul]:list-disc","[&_.ProseMirror_ol]:mb-2 [&_.ProseMirror_ol]:ml-6 [&_.ProseMirror_ol]:list-decimal","[&_.ProseMirror_li]:mb-1","[&_.ProseMirror_blockquote]:border-l-4 [&_.ProseMirror_blockquote]:border-border-muted [&_.ProseMirror_blockquote]:pl-4 [&_.ProseMirror_blockquote]:italic","[&_.ProseMirror_code]:rounded [&_.ProseMirror_code]:bg-background-muted [&_.ProseMirror_code]:px-1 [&_.ProseMirror_code]:py-0.5 [&_.ProseMirror_code]:font-mono [&_.ProseMirror_code]:text-sm","[&_.ProseMirror_pre]:rounded-md [&_.ProseMirror_pre]:bg-background-muted [&_.ProseMirror_pre]:p-3 [&_.ProseMirror_pre]:font-mono [&_.ProseMirror_pre]:text-sm","[&_.ProseMirror_hr]:border-border-muted",o&&"pointer-events-none")}),l.isEmpty&&!o&&jsxRuntime.jsx("div",{className:"pointer-events-none absolute left-4 top-4 text-text-muted",children:n})]})]}):null}var N1={sm:"h-8 text-xs",md:"h-10 text-sm",lg:"h-12 text-base",xl:"h-14 text-lg"},k1={sm:14,md:16,lg:18,xl:20},T1=({isSelected:e,isFirst:t,isLast:r,isDisabled:o,variant:n="default"})=>{let a=n==="brand"?"action-brand":"action-default",i=n==="brand"?"focus-visible:outline-action-brand":"focus-visible:outline-action-default";return n==="secondary"?tailwindMerge.twMerge(Se(),"focus-visible:outline-action-default","px-3 text-center transition cursor-pointer forced-color-adjust-none -ml-px first:ml-0 flex items-center justify-center h-full gap-2",e?"bg-background-muted text-text-heading font-medium forced-colors:!bg-[Highlight] forced-colors:!text-[HighlightText]":"text-text-muted hover:bg-background-hover pressed:bg-background-hover forced-colors:!bg-[ButtonFace] forced-colors:!text-[ButtonText]",!r&&"border-r border-border-muted",o&&"bg-background-muted text-text-disabled forced-colors:!bg-[ButtonFace] forced-colors:!text-[GrayText] border-border-muted forced-colors:border-[GrayText] cursor-not-allowed"):tailwindMerge.twMerge(Se(),i,"px-3 text-center transition cursor-pointer forced-color-adjust-none -ml-px first:ml-0 flex items-center justify-center h-full gap-2",e?`bg-${a} text-[color:var(--color-${a}-text)] font-semibold forced-colors:!bg-[Highlight] forced-colors:!text-[HighlightText]`:"text-text-muted hover:bg-background-hover pressed:bg-background-hover forced-colors:!bg-[ButtonFace] forced-colors:!text-[ButtonText] hover:font-semibold",!r&&"border-r border-border-muted",o&&"bg-background-muted text-text-disabled forced-colors:!bg-[ButtonFace] forced-colors:!text-[GrayText] border-border-muted forced-colors:border-[GrayText] cursor-not-allowed")};function Ci({options:e,value:t,onChange:r,size:o="md",className:n,isDisabled:a,variant:i="default","aria-label":l}){return jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("inline-flex overflow-hidden rounded-md",i==="secondary"?"border border-border-muted":"border-2 border-border-muted",N1[o],n),role:"group","aria-label":l,children:e.map((s,c)=>jsxRuntime.jsxs(reactAriaComponents.ToggleButton,{isSelected:t===s.id,onChange:()=>r(s.id),className:T1({isSelected:t===s.id,isFirst:c===0,isLast:c===e.length-1,isDisabled:a,variant:i}),isDisabled:a,"aria-label":s.label,children:[s.icon&&jsxRuntime.jsx(P,{name:s.icon,size:k1[o]}),s.label]},s.id))})}function pf({label:e,description:t,tooltip:r,errorMessage:o,size:n="md",className:a,value:i,defaultValue:l=0,onChange:s,min:c=0,max:p=100,step:d=1,disabled:m,showValue:u=true}){let g=typeof i=="number",[f,b]=ir__namespace.default.useState(l),x=g?i:f,y=Math.min(Math.max(x,c),p),v=Math.max(p-c,1e-5),h=(y-c)/v*100;return jsxRuntime.jsxs("div",{className:de(a,"group flex w-full flex-col gap-1"),children:[e&&jsxRuntime.jsx(ve,{size:n,tooltip:r,className:"mb-1",children:e}),jsxRuntime.jsxs("div",{className:"flex items-center gap-3",children:[jsxRuntime.jsxs("div",{className:"relative w-full select-none",children:[jsxRuntime.jsx("div",{className:"h-1.5 w-full rounded-full bg-background-muted"}),jsxRuntime.jsx("div",{className:"pointer-events-none absolute left-0 top-1/2 h-1.5 -translate-y-1/2 rounded-full bg-action-brand",style:{width:`${h}%`},"aria-hidden":true}),jsxRuntime.jsx("input",{type:"range",min:c,max:p,step:d,value:x,disabled:m,"aria-invalid":!!o,onChange:C=>{let S=Number(C.currentTarget.value);g||b(S),s?.(S);},className:tailwindMerge.twMerge("absolute inset-0 w-full cursor-pointer appearance-none bg-transparent outline-none","[&::-webkit-slider-thumb]:appearance-none [&::-webkit-slider-thumb]:h-4 [&::-webkit-slider-thumb]:w-4 [&::-webkit-slider-thumb]:rounded-full [&::-webkit-slider-thumb]:bg-background-input [&::-webkit-slider-thumb]:border [&::-webkit-slider-thumb]:border-border-input","hover:[&::-webkit-slider-thumb]:shadow-sm focus-visible:[&::-webkit-slider-thumb]:outline-2 focus-visible:[&::-webkit-slider-thumb]:outline-action-default","[&::-moz-range-thumb]:h-4 [&::-moz-range-thumb]:w-4 [&::-moz-range-thumb]:rounded-full [&::-moz-range-thumb]:bg-background-input [&::-moz-range-thumb]:border [&::-moz-range-thumb]:border-border-input","hover:[&::-moz-range-thumb]:shadow-sm focus-visible:[&::-moz-range-thumb]:outline-2 focus-visible:[&::-moz-range-thumb]:outline-action-default",m?"cursor-not-allowed opacity-60":void 0)})]}),u&&jsxRuntime.jsx("div",{className:"min-w-10 text-right text-sm text-text-heading tabular-nums",children:Math.round(y)})]}),t&&jsxRuntime.jsx(we,{className:"mt-2 text-text-muted",children:t}),o&&jsxRuntime.jsx(be,{className:"mt-1",children:o})]})}var L1=ir__namespace.default.createContext({orientation:"horizontal",isResizing:false});function ff(e,t){return e===void 0?t:e}function F1(e,t){return typeof e=="number"?e:typeof e=="string"&&e.endsWith("%")?Number.parseFloat(e)/100*t:Number.parseFloat(e.toString())}function Si({asideWidth:e,asideHeight:t,minAsideWidth:r=240,minAsideHeight:o=200,minMainWidth:n=400,minMainHeight:a=300,orientation:i="horizontal",resizable:l=false,onAsideResize:s,onResizeStart:c,onResizeEnd:p,className:d,dividerClassName:m,children:u}){let g=ir.useRef(null),[f,b]=ir.useState(false),x=i==="horizontal"?400:300,y=ff(i==="horizontal"?e:t,x),[v,h]=ir.useState(null),C=ir.useCallback(H=>{if(!g.current||!f)return;let K=g.current.getBoundingClientRect(),B=i==="horizontal"?K.width:K.height,J=i==="horizontal"?H.clientX:H.clientY,$=(i==="horizontal"?K.right:K.bottom)-J,A=B-$,M=i==="horizontal"?r:o,z=i==="horizontal"?n:a;$<M||A<z||(h($),s?.($));},[f,i,r,o,n,a,s]),S=ir.useCallback(()=>{b(false),p?.();},[p]),w=ir.useCallback(H=>{H.preventDefault(),H.stopPropagation(),b(true),c?.();},[c]);ir.useEffect(()=>{if(f)return document.addEventListener("mousemove",C),document.addEventListener("mouseup",S),document.body.style.cursor=i==="horizontal"?"col-resize":"row-resize",document.body.style.userSelect="none",()=>{document.removeEventListener("mousemove",C),document.removeEventListener("mouseup",S),document.body.style.cursor="",document.body.style.userSelect="";}},[f,C,S,i]);let N=ir__namespace.default.Children.toArray(u).find(H=>ir__namespace.default.isValidElement(H)&&H.type===bf),k=ir__namespace.default.Children.toArray(u).find(H=>ir__namespace.default.isValidElement(H)&&H.type===xf),L=v??y,V=typeof L=="number"?`${L}px`:L;return jsxRuntime.jsx(L1.Provider,{value:{orientation:i,isResizing:f},children:jsxRuntime.jsxs("div",{ref:g,className:tailwindMerge.twMerge("flex w-full h-full",i==="horizontal"?"flex-row":"flex-col",d),children:[jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("overflow-auto flex-1",i==="horizontal"?"h-full":"w-full"),children:N}),l&&jsxRuntime.jsxs("div",{className:tailwindMerge.twMerge("relative group flex-shrink-0",i==="horizontal"?"w-2 -mx-1 cursor-col-resize":"h-2 -my-1 cursor-row-resize",m),onMouseDown:w,role:"separator","aria-orientation":i,"aria-label":"Resize divider",tabIndex:0,onKeyDown:H=>{if(!g.current)return;let K=g.current.getBoundingClientRect(),B=i==="horizontal"?K.width:K.height,J=v??F1(y,B),j=20,$=i==="horizontal"?r:o,A=i==="horizontal"?n:a;if(i==="horizontal"){if(H.key==="ArrowLeft"){let M=Math.min(J+j,B-A);h(M),s?.(M);}else if(H.key==="ArrowRight"){let M=Math.max(J-j,$);h(M),s?.(M);}}else if(H.key==="ArrowUp"){let M=Math.min(J+j,B-A);h(M),s?.(M);}else if(H.key==="ArrowDown"){let M=Math.max(J-j,$);h(M),s?.(M);}},children:[jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("absolute bg-border-default transition-all",i==="horizontal"?"left-1/2 -translate-x-1/2 w-px h-full group-hover:w-1":"top-1/2 -translate-y-1/2 h-px w-full group-hover:h-1","group-hover:bg-action-brand/50",f&&"bg-action-brand",f&&(i==="horizontal"?"w-1":"h-1"))}),jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("absolute",i==="horizontal"?"top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-1 h-8":"top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-8 h-1","bg-border-muted rounded-full opacity-0 group-hover:opacity-100 transition-opacity")})]}),jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("overflow-auto flex-shrink-0",i==="horizontal"?"h-full":"w-full"),style:{[i==="horizontal"?"width":"height"]:V},children:k})]})})}function bf({className:e,children:t}){return jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("w-full h-full",e),children:t})}function xf({className:e,children:t}){return jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("w-full h-full",e),children:t})}Si.Main=bf;Si.Aside=xf;function I1(e,t){return Lt({value:e,formatter:t,emptyClassName:"text-text-muted",emptyText:"\u2014"})}function B1(e){if(e.thresholds&&e.value!==null&&e.value!==void 0){for(let t of e.thresholds)if(t.when(e.value))return t.tone}return e.tone}var V1={neutral:"text-text-body",success:"text-feedback-success",warning:"text-feedback-warning",error:"text-feedback-error",info:"text-feedback-info"};function z1({item:e,dense:t,valueAlign:r}){let o=B1(e),n=o?V1[o]:"",a=I1(e.value,e.formatter),i=typeof e.copyable=="function"?e.copyable(e.value):String(e.value),l=jsxRuntime.jsx("span",{className:e.href?"hover:underline cursor-pointer":"",children:a}),s=jsxRuntime.jsxs("dd",{className:tailwindMerge.twMerge(t?"text-sm":"text-base","font-medium",r==="start"?"text-left":"text-right",n,e.disabled&&"opacity-50"),children:[e.copyable?jsxRuntime.jsxs(ka,{value:i,size:"sm",className:"flex items-center gap-1",children:[l,e.iconRight]}):jsxRuntime.jsxs("div",{className:"flex items-center gap-1",children:[l,e.iconRight]}),e.meta&&jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("text-xs text-text-muted mt-0.5",r==="start"?"text-left":"text-right"),children:e.meta})]}),c=jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("dt",{className:tailwindMerge.twMerge(t?"text-xs":"text-sm","text-text-caption truncate","flex items-center gap-1",e.disabled&&"opacity-50"),children:[e.iconLeft,jsxRuntime.jsx("span",{title:typeof e.label=="string"?e.label:void 0,children:e.label}),e.tooltip&&jsxRuntime.jsx(P,{name:"Question",size:10,className:"text-text-muted","aria-label":"More information"})]}),e.href?jsxRuntime.jsx("a",{href:e.href,onClick:e.onAction,className:"block",children:s}):s]});return jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("grid grid-cols-[1fr_auto] items-start",t?"gap-x-2":"gap-x-4"),children:c})}function hf({items:e,layout:t="one-column",dense:r=false,valueAlign:o="end",showDividers:n=false,skeleton:a=false,empty:i=false,error:l,className:s}){return a?jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("grid",t==="two-column"?"md:grid-cols-2 gap-x-6":"grid-cols-1",r?"gap-y-1":"gap-y-2",s),children:Array.from({length:e.length||4}).map((c,p)=>jsxRuntime.jsxs("div",{className:"grid grid-cols-[1fr_auto] items-start gap-x-4",children:[jsxRuntime.jsx(F,{className:"h-4 w-24"}),jsxRuntime.jsx(F,{className:"h-5 w-16"})]},p))}):l?jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("text-sm text-feedback-error",s),children:l}):i||!e.length?jsxRuntime.jsx("div",{className:tailwindMerge.twMerge("text-sm text-text-muted",s),children:"No data available"}):jsxRuntime.jsx("dl",{className:tailwindMerge.twMerge("grid",t==="two-column"?"md:grid-cols-2 gap-x-6":"grid-cols-1",r?"gap-y-1":"gap-y-2",s),children:e.map((c,p)=>jsxRuntime.jsxs(ir__namespace.default.Fragment,{children:[n&&p>0&&t==="one-column"&&jsxRuntime.jsx("div",{className:"col-span-full border-t border-border-default -mt-1 mb-1"}),jsxRuntime.jsx(z1,{item:c,dense:r,valueAlign:o})]},c.id))})}var G1=e=>{let t=Nt({isInvalid:e.isInvalid,isDisabled:e.isDisabled,isFocused:e.isFocused,transparent:e.transparent,size:e.size}),r=`min-h-[100px] py-2 ${e.isDisabled?"resize-none":"resize-y"}`;return tailwindMerge.twMerge(t,r,e.className)};function yf({label:e,description:t,errorMessage:r,size:o="md",tooltip:n,required:a,transparent:i,isInvalid:l,isDisabled:s,className:c,validationResult:p,...d}){let{isFocused:m,handleFocus:u,handleBlur:g}=Vt();return jsxRuntime.jsx("div",{className:"group flex flex-col",children:jsxRuntime.jsxs("div",{className:"flex flex-col",children:[e&&jsxRuntime.jsx(ve,{size:o,tooltip:n,isRequired:a,children:e}),jsxRuntime.jsx(br,{children:jsxRuntime.jsx("textarea",{...d,required:a,onFocus:f=>{d.onFocus&&d.onFocus(f),u(f);},onBlur:f=>{d.onBlur&&d.onBlur(f),g(f);},className:G1({isInvalid:l,isDisabled:s,isFocused:m,size:o,transparent:i,className:c}),disabled:s})}),t&&jsxRuntime.jsx(we,{size:o,className:"mt-3",children:t}),typeof r=="string"&&jsxRuntime.jsx(be,{size:o,className:"mt-1",children:r}),typeof r=="function"&&p&&jsxRuntime.jsx(be,{size:o,className:"mt-1",children:r(p)})]})})}function wf({label:e,description:t,errorMessage:r,size:o="md",tooltip:n,required:a,transparent:i,isInvalid:l,isDisabled:s,className:c,validationResult:p,value:d="",onChange:m,chips:u=[],onChipsChange:g,triggerPattern:f="{{",onTriggerDetected:b,onTriggerDismissed:x,renderChip:y,chipVariant:v="brand",chipSize:h,...C}){let S=ir.useRef(null),{isFocused:w,handleFocus:N,handleBlur:k}=Vt(),L=h||"sm",V=ir.useRef(null),H=ir.useCallback(M=>{let z="",X=D=>{if(D.nodeType===Node.TEXT_NODE){if(!D.parentElement?.closest("[data-chip-id]")){let W=D.textContent||"";z+=W;}}else if(D.nodeType===Node.ELEMENT_NODE){let E=D;if(E.hasAttribute("data-chip-id")){let W=E.getAttribute("data-chip-id");z+=`{{${W}}}`;return}else if(E.tagName==="BR"){z+=`
81
+ `;return}else E.tagName;}for(let E=0;E<D.childNodes.length;E++)X(D.childNodes[E]);};return X(M),z},[]),K=ir.useCallback((M,z)=>{let X=document.createTreeWalker(M,NodeFilter.SHOW_TEXT,{acceptNode:O=>{let te=O.parentElement;return te&&te.closest("[data-chip-id]")?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT}}),D=X.nextNode(),E=Math.max(0,z);for(;D;){let O=D.nodeValue||"";if(O.length>=E){let te=document.createRange();te.setStart(D,E),te.collapse(true);let I=window.getSelection();I?.removeAllRanges(),I?.addRange(te);return}E-=O.length,D=X.nextNode();}let W=window.getSelection(),G=document.createRange();G.selectNodeContents(M),G.collapse(false),W?.removeAllRanges(),W?.addRange(G);},[]);ir.useEffect(()=>{S.current&&!d&&S.current.textContent!==""&&(S.current.textContent="");},[d]),ir.useLayoutEffect(()=>{if(S.current){if(d===""){if(w)try{S.current.focus({preventScroll:!0}),K(S.current,0);}catch{}return}if(V.current!=null)try{K(S.current,V.current);}finally{V.current=null;}}},[d,K,w]);let B=ir.useCallback((M,z)=>{if(m?.(M),M===""){x?.();return}if(f&&b&&z!==void 0){let X=M.slice(0,z),D=typeof f=="string"?new RegExp(`\\${f}([^\\s]*)$`):f,E=X.match(D);if(E){let W=E[1]||"",G=z-E[0].length;b({query:W,position:z,startIndex:G});}else x?.();}},[m,f,b,x]),J=ir.useCallback(M=>{if(!g||!m)return;let z=u.filter(D=>D.id!==M);g(z);let X=d.replace(new RegExp(`\\{\\{${M}\\}\\}`,"g"),"");m(X);},[u,g,d,m]),j=ir.useCallback(M=>y?y(M,()=>J(M.id)):jsxRuntime.jsx(xr,{variant:v,size:L,onRemove:s?void 0:()=>J(M.id),isDisabled:s,className:"py-0.5 px-1.5 gap-1 text-xs leading-none rounded-md",children:M.label},M.id),[y,v,L,J,s]),$=()=>{let M=Nt({isInvalid:l,isDisabled:s,isFocused:w,transparent:i,size:o}),z=`min-h-[100px] py-2 px-3 ${s?"resize-none":"resize-y"}`,X=tailwindMerge.twMerge("focus:outline-none overflow-auto","[&_[data-chip-id]::selection]:bg-action-brand/20","[&:empty]:before:content-[attr(data-placeholder)] [&:empty]:before:text-text-placeholder [&:empty]:before:pointer-events-none");return tailwindMerge.twMerge(M,z,X,c)},A=()=>d?d.split(/(\{\{[^}]+\}\})/g).map((z,X)=>{let D=z.match(/\{\{([^}]+)\}\}/);if(D){let E=D[1],W=u.find(G=>G.id===E);if(W)return jsxRuntime.jsx("span",{className:"inline-block align-baseline cursor-pointer",contentEditable:false,suppressContentEditableWarning:true,"data-chip-id":E,style:{userSelect:"none",verticalAlign:"baseline",lineHeight:"1"},onClick:G=>{G.preventDefault();let O=window.getSelection(),te=document.createRange();te.selectNode(G.currentTarget),O?.removeAllRanges(),O?.addRange(te);},children:j(W)},`chip-${E}-${X}`)}return z.includes(`
82
+ `)?z.split(`
83
+ `).map((E,W)=>jsxRuntime.jsxs(ir__namespace.default.Fragment,{children:[E,W<z.split(`
84
+ `).length-1&&jsxRuntime.jsx("br",{})]},`line-${X}-${W}`)):z}):null;return jsxRuntime.jsx("div",{className:"group flex flex-col",children:jsxRuntime.jsxs("div",{className:"flex flex-col",children:[e&&jsxRuntime.jsx(ve,{size:o,tooltip:n,isRequired:a,children:e}),jsxRuntime.jsx(br,{children:jsxRuntime.jsx("div",{ref:S,contentEditable:!s,suppressContentEditableWarning:true,onInput:M=>{if(s)return;let z=M.target,X=z.querySelector("[data-chip-id]")!==null,D;if(X?(D=H(z),D=D.replace(/(\{\{[^}]+\}\})\s{2,}/g,"$1 ").replace(/\s{2,}(\{\{[^}]+\}\})/g," $1")):D=z.textContent||"",D===""){try{let G=document.createRange();G.selectNodeContents(z),G.collapse(!0);let O=window.getSelection();O?.removeAllRanges(),O?.addRange(G),V.current=0;}catch{}B("",0);return}if(D===d)return;let E=window.getSelection(),W=0;if(E&&E.rangeCount>0)try{let G=E.getRangeAt(0);if(X){let O=0,te=!1,I=Z=>{if(te)return !0;if(Z===G.startContainer)return O+=G.startOffset,te=!0,!0;if(Z.nodeType===Node.TEXT_NODE){if(!Z.parentElement?.closest("[data-chip-id]")){if(Z.contains(G.startContainer))return O+=G.startOffset,te=!0,!0;O+=(Z.textContent||"").length;}}else if(Z.nodeType===Node.ELEMENT_NODE){let ne=Z;if(ne.hasAttribute("data-chip-id")){if(ne.contains(G.startContainer)||ne===G.startContainer){let Ce=ne.getAttribute("data-chip-id");return O+=`{{${Ce}}}`.length,te=!0,!0}let Ke=ne.getAttribute("data-chip-id");return O+=`{{${Ke}}}`.length,!1}else if(ne.tagName==="BR")return ne===G.startContainer?(te=!0,!0):(O+=1,!1)}for(let ne=0;ne<Z.childNodes.length;ne++)if(I(Z.childNodes[ne]))return !0;return !1};I(z),W=O;}else {let O=document.createRange();O.setStart(z,0),O.setEnd(G.startContainer,G.startOffset),W=O.toString().length;}}catch{W=D.length;}V.current=W,B(D,W);},onKeyDown:M=>{if(s)return;let z=window.getSelection();if(!(!z||z.rangeCount===0))try{let X=z.getRangeAt(0),D=X.commonAncestorContainer;if(M.key==="ArrowLeft"||M.key==="ArrowRight"){let E=D.nodeType===Node.TEXT_NODE?D.parentElement?.closest("[data-chip-id]"):D.closest("[data-chip-id]");if(E){M.preventDefault();try{let W=document.createRange(),G=window.getSelection();M.key==="ArrowLeft"?W.setStartBefore(E):W.setStartAfter(E),W.collapse(!0),G?.removeAllRanges(),G?.addRange(W);}catch{}}}if(M.key==="Backspace"){let E=null;if(E=(D.nodeType===Node.TEXT_NODE?D.parentElement?.closest("[data-chip-id]"):D.closest("[data-chip-id]"))||null,!E)if(D.nodeType===Node.TEXT_NODE){let W=D;if(X.startOffset===0&&W.parentElement){let G=W.previousSibling;if(G&&G.nodeType===Node.ELEMENT_NODE){let O=G.closest("[data-chip-id]");O&&(E=O);}}}else {let W=D;if(X.startOffset>0){let G=W.childNodes[X.startOffset-1];if(G&&G.nodeType===Node.ELEMENT_NODE){let O=G.closest("[data-chip-id]");O&&(E=O);}}}if(E){M.preventDefault(),M.stopPropagation();let W=E.getAttribute("data-chip-id");if(!W)return;let G=`{{${W}}}`,O=d.indexOf(G);if(O!==-1){let te=d.slice(0,O)+d.slice(O+G.length),I=u.filter(Z=>Z.id!==W);V.current=O;try{window.getSelection()?.removeAllRanges();}catch{}g?.(I),m?.(te);}}}}catch{}},onFocus:M=>{s||(C.onFocus&&C.onFocus(M),N(M));},onBlur:M=>{s||(C.onBlur&&C.onBlur(M),k(M));},className:$(),style:{whiteSpace:"pre-wrap",wordBreak:"break-word",...C.style},"data-placeholder":C.placeholder,children:A()},d===""?"empty":"content")}),t&&jsxRuntime.jsx(we,{size:o,className:"mt-3",children:t}),typeof r=="string"&&jsxRuntime.jsx(be,{size:o,className:"mt-1",children:r}),typeof r=="function"&&p&&jsxRuntime.jsx(be,{size:o,className:"mt-1",children:r(p)})]})})}var Tf={FIFTEEN_MINUTES:1,HOUR:2,DAY:3,WEEK:4,MONTH:5,YEAR:6},X1=[{id:"FIFTEEN_MINUTES",label:"15m"},{id:"HOUR",label:"1h"},{id:"DAY",label:"1d"},{id:"WEEK",label:"1w"}];function Pf({dateRange:e,onDateRangeChange:t,windowSize:r,onWindowSizeChange:o,showWindowSize:n=true,showRangeSelector:a=true,allowDatePicker:i=false,lockWindowSize:l=false,restrictToSingleDay:s=false,presetRanges:c=[],windowSizeOptions:p=X1,autoAdjustWindowSize:d=false,className:m}){let[u,g]=ir.useState(0),f=ir.useRef(null),[b,x]=ir.useState(false),y=A=>{let z=(A.before.getTime()-A.after.getTime())/(1e3*60*60);return z<=24?"FIFTEEN_MINUTES":z<=72||z<=168?"HOUR":("DAY")};ir.useEffect(()=>{if(d&&!b&&o){let A=y(e);o(A);}},[e,d,b,o]);let v=A=>c.find(M=>{let z=M.getRange();return Math.abs(z.after.getTime()-A.after.getTime())<1e3*60*60*24&&Math.abs(z.before.getTime()-A.before.getTime())<1e3*60*60*24})?.id,[h,C]=ir.useState(()=>v(e)),S=new Date(e.before);S.setDate(S.getDate()-1);let w={start:ua(e.after,Br()),end:ua(S,Br())};ir.useEffect(()=>{let A=new ResizeObserver(M=>{for(let z of M)g(z.contentRect.width);});return f.current&&A.observe(f.current),()=>{f.current&&A.unobserve(f.current);}},[]);let N=[...p].sort((A,M)=>Tf[A.id]-Tf[M.id]),k=A=>{let M=A.toString(),z=c.find(X=>X.id===M);z&&(C(M),x(false),t(z.getRange()));},L=A=>{if(A?.start&&A?.end){C(void 0);let M=new Date(A.start.year,A.start.month-1,A.start.day,0,0,0,0),z=new Date(A.end.year,A.end.month-1,A.end.day+1,0,0,0,0);t({after:M,before:z});}},V=A=>{if(A){C(void 0);let M=new Date(A.year,A.month-1,A.day,0,0,0,0),z=new Date(A.year,A.month-1,A.day+1,0,0,0,0);t({after:M,before:z});}},H=A=>{o&&(x(true),o(A.toString()));},K=()=>{if(c.length>0){let A=c[0];C(A.id),x(false),t(A.getRange());}},B=(A,M=0)=>{let z=new Date(A);return M!==0&&z.setDate(z.getDate()+M),z.toLocaleDateString("en-US")},J=l?jsxRuntime.jsx("div",{className:"flex items-center rounded-md border border-border-muted bg-background-muted px-3 py-2 text-sm text-text-muted",children:N.find(A=>A.id===r)?.label||r}):jsxRuntime.jsx(zr,{className:"w-full md:w-auto",selectedKey:r,onSelectionChange:H,size:"md","aria-label":"Select Window Size",children:N.map(A=>jsxRuntime.jsx(zt,{id:A.id,"aria-label":A.label,size:"md",children:A.label},A.id))}),j=s?jsxRuntime.jsx("div",{className:"flex items-center",children:jsxRuntime.jsxs(reactAriaComponents.DialogTrigger,{children:[jsxRuntime.jsxs(q,{className:"border-l pl-2 pr-2 hover:border-border-default hover:bg-background-muted hover:text-action-primary",variant:"secondary",children:[jsxRuntime.jsx(P,{name:"CalendarBlank",size:18}),jsxRuntime.jsx("span",{className:"ml-2 hidden md:block",children:B(e.after)})]}),jsxRuntime.jsx(We,{className:"w-auto p-3",disableGroup:true,children:jsxRuntime.jsx(wo,{"aria-label":"Select date",value:Fs(e.after.toISOString().split("T")[0]),onChange:V})})]})}):jsxRuntime.jsxs("div",{className:"flex items-center",children:[jsxRuntime.jsxs(reactAriaComponents.DialogTrigger,{children:[jsxRuntime.jsxs(q,{className:"rounded-r-none border-l pl-2 pr-2 hover:border-border-default hover:bg-background-muted hover:text-action-primary",variant:"secondary",children:[jsxRuntime.jsx(P,{name:"CalendarBlank",size:18}),!h&&jsxRuntime.jsx("span",{className:"ml-2 hidden md:block",children:`${B(e.after)} - ${B(e.before,-1)}`})]}),jsxRuntime.jsx(We,{className:"w-auto p-3",disableGroup:true,children:jsxRuntime.jsx(Eo,{"aria-label":"Date range calendar",value:w,onChange:L})})]}),!h&&jsxRuntime.jsx(q,{variant:"ghost",size:"md",onPress:K,children:"Reset"})]}),$=u<600;return jsxRuntime.jsx("div",{ref:f,className:tailwindMerge.twMerge("flex w-full flex-wrap items-center justify-between gap-4",m),children:$?jsxRuntime.jsxs("div",{className:"flex w-full justify-between",children:[jsxRuntime.jsxs("div",{className:"flex items-center",children:[i&&j,a&&h!==void 0&&jsxRuntime.jsx(zr,{selectedKey:h,onSelectionChange:k,size:"md","aria-label":"Select Date Range",children:c.map(A=>jsxRuntime.jsx(zt,{id:A.id,size:"md",children:A.label},A.id))})]}),jsxRuntime.jsx("div",{className:"flex items-center",children:n&&r&&J})]}):jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsxs("div",{className:"flex items-center gap-4",children:[i&&j,a&&h!==void 0&&jsxRuntime.jsx(Ci,{options:c.map(A=>({id:A.id,label:A.label})),value:h,onChange:k,size:"sm",variant:"secondary","aria-label":"Select Date Range"})]}),jsxRuntime.jsx("div",{className:"flex items-center",children:n&&r&&J})]})})}var rS=e=>tailwindMerge.twMerge("w-full",ba({isInvalid:e.isInvalid,isDisabled:e.isDisabled,isFocused:e.isFocused}),xa({transparent:e.transparent,isDisabled:e.isDisabled}),ue[e.size||"md"].text,ue[e.size||"md"].height,ue[e.size||"md"].padding,"pl-[var(--control-padding-sm)]","flex items-center gap-0.5",e.className),oS=({isPlaceholder:e,isDisabled:t,isFocused:r,size:o="md"})=>tailwindMerge.twMerge("outline-none rounded transition-colors box-content tabular-nums text-center",e?"text-text-muted italic":"text-text-body",t?"text-text-disabled cursor-not-allowed":"cursor-text",ue[o].text,"px-0.5 -my-0.5",r&&"!outline-[1.5px] !outline-[var(--control-focus-ring-color)] ![--tw-outline-style:solid]",!t&&!r&&"hover:bg-text-body/[0.05]");function Rf({label:e,description:t,errorMessage:r,size:o="md",tooltip:n,isRequired:a,transparent:i,validationResult:l,...s}){let{isFocused:c}=Vt(),[p,d]=ir.useState(null),m=ir.useRef(null);return ir.useEffect(()=>{let u=b=>{let x=b.target;x.hasAttribute("data-type")&&d(x.getAttribute("data-type"));},g=()=>{d(null);},f=m.current;return f&&(f.addEventListener("focusin",u),f.addEventListener("focusout",g)),()=>{f&&(f.removeEventListener("focusin",u),f.removeEventListener("focusout",g));}},[]),jsxRuntime.jsx(reactAriaComponents.TimeField,{...s,children:({isDisabled:u,isInvalid:g})=>jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[e&&jsxRuntime.jsx(ve,{isRequired:a,tooltip:n,children:e}),jsxRuntime.jsx(reactAriaComponents.DateInput,{ref:m,className:rS({size:o,transparent:i,isDisabled:u,isInvalid:g,isFocused:c}),children:f=>jsxRuntime.jsx(reactAriaComponents.DateSegment,{segment:f,className:oS({isPlaceholder:f.isPlaceholder,isDisabled:!f.isEditable,isFocused:p===f.type,size:o})})}),t&&jsxRuntime.jsx(we,{children:t}),typeof r=="string"?jsxRuntime.jsx(be,{children:r}):null]})})}function Af({children:e,className:t=""}){return jsxRuntime.jsx("div",{className:`flex flex-col ${t}`.trim(),role:"list",children:e})}function Mf({children:e,variant:t="default",icon:r,label:o,isLast:n=false,className:a=""}){let l={default:{dot:"bg-border-default border-border-default",line:"bg-border-default",label:"text-text-caption",content:"text-text-body"},active:{dot:"bg-text-heading border-text-heading",line:"bg-border-default",label:"text-text-caption",content:"text-text-body font-medium"},muted:{dot:"bg-border-muted border-border-muted",line:"bg-border-muted",label:"text-text-muted",content:"text-text-muted"}}[t];return jsxRuntime.jsxs("div",{className:`flex gap-3 ${a}`.trim(),role:"listitem",children:[jsxRuntime.jsxs("div",{className:"flex flex-col items-center",style:{width:"20px"},children:[jsxRuntime.jsx("div",{className:`flex items-center justify-center rounded-full border-2 ${l.dot}`,style:{width:"20px",height:"20px",flexShrink:0},children:r&&jsxRuntime.jsx(P,{name:r,size:12,className:t==="active"?"text-background-body":"text-text-body"})}),!n&&jsxRuntime.jsx("div",{className:`w-0.5 flex-1 ${l.line}`,style:{minHeight:"24px"}})]}),jsxRuntime.jsxs("div",{className:"flex-1 pb-6",children:[o&&jsxRuntime.jsx("div",{className:`text-xs mb-1 ${l.label}`,children:o}),jsxRuntime.jsx("div",{className:`text-sm ${l.content}`,children:e})]})]})}var lS="flex font-medium justify-center items-center gap-2 text-center transition whitespace-nowrap box-border",Lf={default:{selected:"bg-action-default text-[color:var(--color-action-default-text)] hover:bg-action-default-hover forced-colors:bg-[ButtonText] forced-colors:text-[ButtonFace] border-2 border-transparent",unselected:"bg-transparent text-action-default border-2 border-border-muted hover:bg-text-body/[0.05] forced-colors:border-[ButtonBorder] forced-colors:bg-[ButtonFace] forced-colors:text-[ButtonText]"},brand:{selected:"bg-action-brand text-[color:var(--color-action-brand-text)] hover:bg-action-brand-hover forced-colors:bg-[ButtonText] forced-colors:text-[ButtonFace] border-2 border-transparent",unselected:"bg-transparent text-action-default border-2 border-border-muted hover:bg-text-body/[0.05] forced-colors:border-[ButtonBorder] forced-colors:bg-[ButtonFace] forced-colors:text-[ButtonText]"}},cS="opacity-[--control-hover-opacity] cursor-not-allowed pointer-events-none grayscale",dS="opacity-100 cursor-pointer",uS={"top-right":"-right-2 -top-2","top-left":"-left-2 -top-2","bottom-right":"-right-2 -bottom-2","bottom-left":"-left-2 -bottom-2"},pS={primary:"bg-action-brand text-white",destructive:"bg-action-destructive text-white"};function mS(e){let{variant:t="default",size:r="md",isDisabled:o,isSelected:n,borderRadius:a,borderRight:i,borderLeft:l}=e,s=`${lS} ${n?Lf[t].selected:Lf[t].unselected}`;return s+=` ${ue[r].text} ${ue[r].height} ${ue[r].padding} ${ue[r].gap}`,s+=` ${o?cS:dS}`,a==="left"&&(s+=" rounded-l-sm"),a==="right"&&(s+=" rounded-r-sm"),i&&(s+=" border-r"),l&&(s+=" border-l"),s+=` ${Se()}`,t==="brand"&&(s+=" focus-visible:outline-action-brand"),tailwindMerge.twMerge(s)}function Ef(e){let{className:t,children:r,onPress:o,icon:n,iconPosition:a="left",iconWeight:i,isLoading:l=false,loadingText:s,loadingIndicator:c,size:p="md",badgeNumber:d,badgeVariant:m="primary",badgePosition:u="top-right",...g}=e,f=n?jsxRuntime.jsx(P,{name:n,className:`icon-[--control-icon-size-${p}]`,weight:i}):null,b=()=>{let y=jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[a==="left"&&f,r,a==="right"&&f]});return l?jsxRuntime.jsxs("div",{className:"relative inline-flex items-center justify-center",children:[jsxRuntime.jsx("div",{className:"absolute inset-0 flex items-center justify-center",children:c||jsxRuntime.jsx(P,{name:"CircleNotch",className:`animate-spin icon-[--control-icon-size-${p}]`,"aria-hidden":"true"})}),jsxRuntime.jsx("div",{className:"invisible","aria-hidden":"true",children:y}),s&&jsxRuntime.jsx("span",{className:"sr-only",role:"status","aria-live":"polite",children:s})]}):y},x=jsxRuntime.jsx(reactAriaComponents.ToggleButton,{onPress:o,...g,className:tailwindMerge.twMerge(mS(e),t),"aria-busy":l,children:b()});return d&&d>0?jsxRuntime.jsxs("div",{className:"relative",children:[x,jsxRuntime.jsx("span",{className:`absolute ${uS[u]} flex h-5 w-5 items-center justify-center rounded-full ${pS[m]} text-xs`,"aria-label":`${d} items`,children:d})]}):x}var Vn={site:{icon:"MapPin",label:{singular:"Site",plural:"Sites"},description:"Physical locations with energy systems"},device:{icon:"ShareNetwork",label:{singular:"Device",plural:"Devices"},description:"Connected energy devices"},customer:{icon:"Users",label:{singular:"Customer",plural:"Customers"},description:"End customers and site owners"},contact:{icon:"Users",label:{singular:"Contact",plural:"Contacts"},description:"Contact persons"},program:{icon:"ClipboardText",label:{singular:"Program",plural:"Programs"},description:"Demand response and VPP programs"},workflow:{icon:"FlowArrow",label:{singular:"Workflow",plural:"Workflows"},description:"Automated workflows and rules"},collection:{icon:"Stack",label:{singular:"Collection",plural:"Collections"},description:"Grouped entities"},board:{icon:"SquaresFour",label:{singular:"Board",plural:"Boards"},description:"Dashboard and monitoring boards"},report:{icon:"ChartLine",label:{singular:"Report",plural:"Reports"},description:"Analytics and reports"},event:{icon:"ClockCounterClockwise",label:{singular:"Event",plural:"Events"},description:"System events and activity"},alert:{icon:"Bell",label:{singular:"Alert",plural:"Alerts"},description:"Notifications and alerts"},command:{icon:"Play",label:{singular:"Command",plural:"Commands"},description:"Device commands and control"}};function gS(e){return Vn[e]}function bS(e){return Vn[e].icon}function xS(e,t=false){return t?Vn[e].label.plural:Vn[e].label.singular}function hH(e){switch(e){case "charging":case "on":return "success";case "discharging":return "warning";case "heat":case "cool":return "info";case "off":case "idle":case "eco":case "auto":return "neutral";case "unknown":default:return "neutral"}}Object.defineProperty(exports,"DialogTrigger",{enumerable:true,get:function(){return reactAriaComponents.DialogTrigger}});exports.ActionCell=gp;exports.ActionMenu=Xn;exports.ActivityFeed=ns;exports.ActivityFeedGroup=$n;exports.ActivityItem=_n;exports.Alert=Rd;exports.AppShell=Md;exports.AreaSeries=gn;exports.AutoMobileRenderer=Xa;exports.Autocomplete=ya;exports.Avatar=un;exports.BREAKPOINTS=Rr;exports.Badge=Ee;exports.BarSeries=Po;exports.BooleanCell=bp;exports.BreadcrumbItem=Ca;exports.Breadcrumbs=va;exports.Button=q;exports.Calendar=wo;exports.Card=Et;exports.CardContent=ds;exports.CardFooter=us;exports.CardHeader=ls;exports.CardMedia=cs;exports.CardMobileRenderer=qa;exports.ChartAxis=bn;exports.ChartBottomBar=Pa;exports.ChartContainer=ju;exports.ChartContext=ko;exports.ChartEventMarkers=Aa;exports.ChartTooltip=Ma;exports.Checkbox=Gr;exports.CheckboxGroup=Xs;exports.Chip=xr;exports.ClearButton=_d;exports.CodeEditor=ku;exports.Collapse=Ru;exports.CollapseContent=rl;exports.CollapseHeader=tl;exports.CollapseItem=el;exports.ColorModeProvider=fd;exports.Confirm=Mu;exports.ConnectionStatusBadge=Lu;exports.ContactMetaCell=hp;exports.ContactMetaDisplay=Na;exports.CopyToClipboard=ka;exports.DataControls=ap;exports.DataTable=Op;exports.DateCell=yp;exports.DateField=sp;exports.DateRangePicker=Ia;exports.Description=we;exports.DeviceHealthBadge=Gp;exports.DeviceMetaCell=Cp;exports.DeviceMetaDisplay=Ha;exports.DeviceStateBadge=Xr;exports.DeviceStateCell=kp;exports.DeviceStateWithMetric=Wa;exports.DeviceTypeIcon=Up;exports.Dialog=fr;exports.DialogHeader=Je;exports.Drawer=Dl;exports.ENTITY_CONFIG=Vn;exports.EmptyState=Jp;exports.EnrollmentStatusBadge=Zp;exports.ErrorBoundary=St;exports.FieldError=be;exports.FieldGroup=ha;exports.FileUpload=qp;exports.FilterChips=ip;exports.FilterDialog=pp;exports.FirmwareVersionBadge=Qp;exports.Form=$p;exports.FormatRegistry=Y;exports.FormattedCell=Pp;exports.FunnelSeries=ep;exports.Grid=Ml;exports.GridStateBadge=Ga;exports.Heading=mt;exports.Icon=P;exports.InfiniteScrollIndicator=ut;exports.Input=eu;exports.InputWrapper=br;exports.InteractiveMap=Yl;exports.Kpi=om;exports.KpiGroup=Fl;exports.Label=ve;exports.LineSeries=xn;exports.List=lm;exports.ListBox=Ex;exports.ListBoxItem=zt;exports.ListItem=dm;exports.ListPane=um;exports.Loader=qn;exports.Logo=ra;exports.MAP_TYPES=Im;exports.Meter=Gm;exports.ModalBackdrop=ot;exports.Notice=di;exports.NoticeContainer=ui;exports.NoticeProvider=Um;exports.NumberCell=Dp;exports.NumberField=Sn;exports.PageLayout=io;exports.PlaceSearch=tf;exports.Popover=We;exports.ProgressBar=of;exports.Radio=sf;exports.RadioCard=_l;exports.RadioCardGroup=ec;exports.RadioGroup=af;exports.RangeCalendar=Eo;exports.ResultsCount=yn;exports.RichTextEditor=df;exports.SKELETON_SIZES=Cr;exports.SearchControl=Jr;exports.Section=Ko;exports.SectionNav=gi;exports.SegmentedControl=Ci;exports.Select=zr;exports.SelectCell=Rp;exports.SideNav=oa;exports.SiteMetaCell=Mp;exports.SiteMetaDisplay=Ka;exports.Skeleton=F;exports.Slider=pf;exports.SortControl=Cn;exports.SplitPane=Si;exports.StatList=hf;exports.StaticMap=Hm;exports.Switch=Ba;exports.Tab=vi;exports.TabList=yi;exports.TabPanel=Zm;exports.Tabs=hi;exports.TextArea=yf;exports.TextAreaWithChips=wf;exports.TextCell=Lp;exports.TextField=Mo;exports.TextLink=kt;exports.TimeControls=Pf;exports.TimeField=Rf;exports.Timeline=Af;exports.TimelineItem=Mf;exports.ToggleButton=Ef;exports.Tooltip=fn;exports.TopNav=rn;exports.Tray=Lr;exports.activeDeviceStates=dv;exports.addFilterCondition=vr;exports.autoScaleCurrent=wg;exports.autoScaleDistance=kc;exports.autoScaleEnergy=Rc;exports.autoScalePower=Mg;exports.autoScaleResistance=Lg;exports.autoScaleVoltage=Og;exports.camelCaseToWords=Jc;exports.capitalize=Kc;exports.celsiusToFahrenheit=Fg;exports.celsiusToKelvin=s5;exports.centimetersToInches=Ww;exports.clearColorCache=yo;exports.createCategoryColorMap=cb;exports.createEmptyFilter=hn;exports.createFilter=x0;exports.createFilters=h0;exports.createFormat=M5;exports.createXScale=il;exports.createYScale=sl;exports.defaultMargin=oe;exports.deviceStateLabels=uv;exports.deviceStateMetricFormats=kA;exports.enumToSentenceCase=Vg;exports.exportChart=Ti;exports.fahrenheitToCelsius=Eg;exports.fahrenheitToKelvin=l5;exports.feetToMeters=Fw;exports.feetToMiles=Bw;exports.filterToChips=y0;exports.formatBoolean=xc;exports.formatCapacity=uw;exports.formatComponentValue=Lt;exports.formatCurrency=Sc;exports.formatCurrent=Mi;exports.formatDate=wc;exports.formatDistance=Tc;exports.formatEmptyValue=za;exports.formatEnergy=Oi;exports.formatFieldValue=Ar;exports.formatInternationalPhone=Hi;exports.formatNumber=Cc;exports.formatPercent=yc;exports.formatPhone=Mc;exports.formatPhoneNumber=Ac;exports.formatPower=Ki;exports.formatPowerRating=pw;exports.formatResistance=Ji;exports.formatTemperature=Oc;exports.formatText=Qc;exports.formatUSPhone=Kn;exports.formatVoltage=qi;exports.getBadgeClasses=mp;exports.getBooleanBadgeVariant=fp;exports.getCellAlignmentClasses=hl;exports.getCellContainerClasses=fe;exports.getCellTextClasses=vt;exports.getContrastingTextColor=db;exports.getDateParts=Pw;exports.getDefaultChartColor=$i;exports.getDefaultColors=id;exports.getDeviceStateDisplayLabel=Sl;exports.getDeviceStateLabel=Sl;exports.getEntityConfig=gS;exports.getEntityIcon=bS;exports.getEntityLabel=xS;exports.getExportFormatName=Yf;exports.getFieldGroupStyles=cn;exports.getFilterFields=pl;exports.getGridStateLabel=wp;exports.getInputBackgroundStyles=xa;exports.getInputBaseStyles=Nt;exports.getInputStateStyles=ba;exports.getLinkClasses=yl;exports.getNumericColorClasses=Oa;exports.getResolvedColor=ze;exports.getSkeletonSize=Ct;exports.getStateTone=hH;exports.getThemeCategoricalColors=$o;exports.getYFormatSettings=Do;exports.gridStateLabels=mv;exports.inchesToCentimeters=Gw;exports.isActiveDeviceState=Cl;exports.isActiveState=Cl;exports.isCustomPinsLayer=Wl;exports.isExportSupported=Kf;exports.isFilterEmpty=tp;exports.isGeoJsonLayer=Gl;exports.isLightColor=sd;exports.isNil=_;exports.isRasterLayer=Ul;exports.isVectorLayer=Hl;exports.kelvinToCelsius=Ig;exports.kelvinToFahrenheit=c5;exports.kilometersToMiles=Iw;exports.layer=Ol;exports.metersToFeet=Lw;exports.metersToMiles=Vw;exports.metersToYards=Hw;exports.milesToFeet=Nc;exports.milesToKilometers=Ew;exports.milesToMeters=zw;exports.parseBoolean=ur;exports.removeFilterCondition=Yr;exports.resolveValue=le;exports.snakeCaseToWords=Zc;exports.temperatureStringToSymbol=Ec;exports.toA=Sw;exports.toActiveInactive=fg;exports.toAmps=Wn;exports.toBoolean=dr;exports.toCelsius=Bc;exports.toCentimeters=Dg;exports.toCheckmark=bg;exports.toCompactNumber=vg;exports.toCurrency=vc;exports.toCustomDateFormat=Pg;exports.toDateString=Ng;exports.toEnabledDisabled=pg;exports.toFahrenheit=Ic;exports.toFeet=Ei;exports.toFloat=hg;exports.toFormattedNumber=yg;exports.toFullDateTime=kg;exports.toGW=e5;exports.toGWh=Dc;exports.toGigawatts=Ui;exports.toISOString=Tg;exports.toInches=Ag;exports.toInteger=xg;exports.toKA=ww;exports.toKV=x5;exports.toKW=$w;exports.toKelvin=Vc;exports.toKiloamps=Ai;exports.toKilohms=Lc;exports.toKilometers=Fi;exports.toKilovolts=Xi;exports.toKilowatts=Gi;exports.toLowerCase=Gc;exports.toMA=Cw;exports.toMV=g5;exports.toMW=_w;exports.toMWh=Pc;exports.toMegawatts=Wi;exports.toMegohms=Fc;exports.toMeters=Li;exports.toMiles=Ii;exports.toMilliamps=Ri;exports.toMillimeters=Rg;exports.toMilliohms=Yi;exports.toMillivolts=Zi;exports.toNauticalMiles=Mw;exports.toOhms=Jn;exports.toOnOff=mg;exports.toPercentage=hc;exports.toRelativeTime=Un;exports.toScientificNotation=Cg;exports.toSecret=zg;exports.toSentenceCase=Wc;exports.toTemperature=zc;exports.toTitleCase=Uc;exports.toTrueFalse=gg;exports.toUpperCase=Hc;exports.toV=b5;exports.toVolts=Zn;exports.toW=Qw;exports.toWatts=Yn;exports.toWh=Vi;exports.toYards=Bi;exports.tokWh=zi;exports.truncateEnd=jc;exports.truncateMiddle=Xc;exports.truncateStart=qc;exports.ucFirst=Yc;exports.useBreakpoint=bo;exports.useChartContext=rr;exports.useClientDataControls=zn;exports.useColorMode=pt;exports.useComponentFormatter=bw;exports.useDataControls=uc;exports.useDebounce=xo;exports.useInfiniteScroll=cr;exports.useInputFocus=Vt;exports.useLocalStorage=Hn;exports.useMediaQuery=Mt;exports.useNotice=Ym;exports.useServerDataControls=On;exports.wrapWithLink=Kt;exports.yardsToMeters=Ow;//# sourceMappingURL=index.cjs.map
85
85
  //# sourceMappingURL=index.cjs.map