tekivex-ui 3.20.1 → 3.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,39 +1,39 @@
1
- import{createContext as e,useCallback as t,useContext as r,useEffect as n,useRef as i,useState as o}from"react";import{Fragment as a,jsx as s,jsxs as l}from"react/jsx-runtime";new class{constructor(e=512){this.cache=/* @__PURE__ */new Map,this.hits=0,this.misses=0,this.ceiling=Math.min(e,512)}get(e){if(!this.cache.has(e))return void this.misses++;this.hits++;const t=this.cache.get(e);return this.cache.delete(e),this.cache.set(e,t),t}set(e,t){this.cache.has(e)?this.cache.delete(e):this.cache.size>=this.ceiling&&this.cache.delete(this.cache.keys().next().value),this.cache.set(e,t)}has(e){return this.cache.has(e)}invalidate(e){void 0!==e?this.cache.delete(e):this.cache.clear()}get size(){return this.cache.size}get cacheHitRate(){const e=this.hits+this.misses;return 0===e?0:this.hits/e*100}}(512);var c=e({bg:"#0a0a0f",surface:"#12121a",surfaceAlt:"#1a1a2e",border:"#2a2a3e",text:"#e8e8f4",textMuted:"#8888aa",primary:"#00f5d4",secondary:"#7b2ff7",danger:"#f72585",warning:"#ffbe0b",success:"#06d6a0",info:"#3a86ff"});function d(){return r(c)}var u=class{amplify(e,t,r=.5){const n=e.length;if(0===n)return[];const i=e.map(t),o=i.filter(e=>e>r).length,a=Math.max(1,o);let s=Array(n).fill(1/Math.sqrt(n));const l=Math.max(1,Math.floor(Math.PI/4*Math.sqrt(n/a)));for(let c=0;c<l;c++){for(let t=0;t<n;t++)i[t]>r&&(s[t]=-s[t]);const e=s.reduce((e,t)=>e+t,0)/n;s=s.map(t=>2*e-t)}return e.map((e,t)=>({index:t,amplitude:s[t],probability:s[t]*s[t],classicalSimilarity:i[t],combined:s[t]*s[t]*.6+.4*i[t]})).sort((e,t)=>t.combined-e.combined)}},f=[{keywords:["email","e-mail","mail"],type:"email",validations:[{rule:"required",message:"Email is required"},{rule:"pattern",value:"^[^@]+@[^@]+\\.[^@]+$",message:"Enter a valid email address"},{rule:"maxLength",value:254,message:"Email too long"}],placeholder:"you@example.com",label:"Email Address",confidence:.98},{keywords:["password","passwd","pwd","pass"],type:"password",validations:[{rule:"required",message:"Password is required"},{rule:"minLength",value:8,message:"Password must be at least 8 characters"},{rule:"pattern",value:"(?=.*[A-Z])(?=.*[0-9])",message:"Include uppercase and a number"}],placeholder:"••••••••",label:"Password",confidence:.97},{keywords:["confirm_password","confirmpassword","confirm_pass","repassword","password2","repeat_password"],type:"password",validations:[{rule:"required",message:"Please confirm your password"},{rule:"match",value:"password",message:"Passwords do not match"}],placeholder:"••••••••",label:"Confirm Password",confidence:.95},{keywords:["phone","mobile","cell","tel","telephone","contact_number"],type:"tel",validations:[{rule:"pattern",value:"^[+]?[(]?[0-9]{3}[)]?[-\\s.]?[0-9]{3}[-\\s.]?[0-9]{4,6}$",message:"Enter a valid phone number"}],placeholder:"+1 (555) 000-0000",label:"Phone Number",confidence:.93},{keywords:["age"],type:"number",validations:[{rule:"min",value:0,message:"Age cannot be negative"},{rule:"max",value:150,message:"Enter a valid age"},{rule:"integer",message:"Age must be a whole number"}],placeholder:"25",label:"Age",confidence:.9},{keywords:["price","amount","cost","fee","payment","salary","wage","total"],type:"number",validations:[{rule:"min",value:0,message:"Amount cannot be negative"},{rule:"pattern",value:"^\\d+(\\.\\d{1,2})?$",message:"Enter a valid amount (e.g. 9.99)"}],placeholder:"0.00",label:"Amount",confidence:.88},{keywords:["url","website","site","link","homepage","web"],type:"url",validations:[{rule:"pattern",value:"https?://.+",message:"Enter a valid URL starting with http:// or https://"}],placeholder:"https://example.com",label:"Website URL",confidence:.92},{keywords:["zip","zipcode","postal","postcode","pin_code"],type:"text",validations:[{rule:"pattern",value:"^[0-9]{5}(-[0-9]{4})?$",message:"Enter a valid ZIP code (e.g. 12345)"}],placeholder:"12345",label:"ZIP / Postal Code",confidence:.91},{keywords:["date","dob","birthday","birth_date","birthdate","born"],type:"date",validations:[{rule:"required",message:"Date is required"}],placeholder:"YYYY-MM-DD",label:"Date of Birth",confidence:.89},{keywords:["first_name","firstname","fname","given_name"],type:"text",validations:[{rule:"minLength",value:2,message:"First name too short"},{rule:"maxLength",value:50,message:"First name too long"}],placeholder:"Jane",label:"First Name",confidence:.9},{keywords:["last_name","lastname","lname","surname","family_name"],type:"text",validations:[{rule:"minLength",value:2,message:"Last name too short"},{rule:"maxLength",value:50,message:"Last name too long"}],placeholder:"Doe",label:"Last Name",confidence:.9},{keywords:["name","full_name","fullname","display_name"],type:"text",validations:[{rule:"minLength",value:2,message:"Name too short"},{rule:"maxLength",value:100,message:"Name too long"}],placeholder:"Jane Doe",label:"Full Name",confidence:.85},{keywords:["username","user_name","handle","login","loginname"],type:"text",validations:[{rule:"minLength",value:3,message:"Username must be at least 3 characters"},{rule:"maxLength",value:32,message:"Username too long"},{rule:"pattern",value:"^[a-zA-Z0-9_.-]+$",message:"Only letters, numbers, _, - and . allowed"}],placeholder:"cooluser42",label:"Username",confidence:.94},{keywords:["bio","biography","about","description","summary","details"],type:"textarea",validations:[{rule:"maxLength",value:500,message:"Bio must be under 500 characters"}],placeholder:"Tell us about yourself...",label:"Bio",confidence:.87},{keywords:["message","comment","feedback","note","notes","remarks","body"],type:"textarea",validations:[{rule:"minLength",value:10,message:"Message too short"},{rule:"maxLength",value:2e3,message:"Message too long"}],placeholder:"Write your message here...",label:"Message",confidence:.86},{keywords:["search","query","q","keyword","find"],type:"search",validations:[],placeholder:"Search...",label:"Search",confidence:.9},{keywords:["otp","one_time_password","verification_code","pin","code"],type:"text",validations:[{rule:"minLength",value:4,message:"Code too short"},{rule:"maxLength",value:8,message:"Code too long"},{rule:"pattern",value:"^[0-9]+$",message:"Code must be numeric"}],placeholder:"123456",label:"Verification Code",confidence:.92},{keywords:["color","colour","hex_color","brand_color"],type:"color",validations:[],placeholder:"#3b82f6",label:"Color",confidence:.95},{keywords:["address","street","street_address","addr"],type:"text",validations:[{rule:"maxLength",value:200,message:"Address too long"}],placeholder:"123 Main Street",label:"Street Address",confidence:.87},{keywords:["city","town","municipality"],type:"text",validations:[{rule:"maxLength",value:100,message:"City name too long"}],placeholder:"San Francisco",label:"City",confidence:.89},{keywords:["country","nation","country_code"],type:"text",validations:[],placeholder:"United States",label:"Country",confidence:.88},{keywords:["company","organization","org","employer","company_name"],type:"text",validations:[{rule:"maxLength",value:200,message:"Company name too long"}],placeholder:"Acme Inc.",label:"Company",confidence:.87}],p={0:"0",px:"1px",.5:"2px",1:"4px",1.5:"6px",2:"8px",2.5:"10px",3:"12px",3.5:"14px",4:"16px",5:"20px",6:"24px",7:"28px",8:"32px",9:"36px",10:"40px",11:"44px",12:"48px",14:"56px",16:"64px",20:"80px",24:"96px",28:"112px",32:"128px",36:"144px",40:"160px",44:"176px",48:"192px",52:"208px",56:"224px",60:"240px",64:"256px",72:"288px",80:"320px",96:"384px",auto:"auto",full:"100%",screen:"100vw",svh:"100svh",dvh:"100dvh",fit:"fit-content",max:"max-content",min:"min-content"},m={...p,screen:"100vh"},g={"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%","1/5":"20%","2/5":"40%","3/5":"60%","4/5":"80%","1/6":"16.666667%","5/6":"83.333333%","1/12":"8.333333%","5/12":"41.666667%","7/12":"58.333333%","11/12":"91.666667%"},h={none:"0",sm:"2px","":"4px",md:"6px",lg:"8px",xl:"12px","2xl":"16px","3xl":"24px",full:"9999px"},b={sm:"0 1px 2px 0 rgba(0,0,0,.05)","":"0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1)",md:"0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)",lg:"0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)",xl:"0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)","2xl":"0 25px 50px -12px rgba(0,0,0,.25)",inner:"inset 0 2px 4px 0 rgba(0,0,0,.05)",none:"none"},x={xs:["0.75rem","1rem"],sm:["0.875rem","1.25rem"],base:["1rem","1.5rem"],lg:["1.125rem","1.75rem"],xl:["1.25rem","1.75rem"],"2xl":["1.5rem","2rem"],"3xl":["1.875rem","2.25rem"],"4xl":["2.25rem","2.5rem"],"5xl":["3rem","1"],"6xl":["3.75rem","1"],"7xl":["4.5rem","1"],"8xl":["6rem","1"],"9xl":["8rem","1"]},y={thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},w={none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2",3:"0.75rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem"},v={tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},k={none:"0",sm:"4px","":"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},$=Object.fromEntries([0,5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90,95,100].map(e=>[String(e),String(e/100)])),z=new Set(["bg","surface","surfaceAlt","border","text","textMuted","primary","secondary","danger","warning","success","info"]),S={sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},j=/javascript\s*:|vbscript\s*:|data\s*:\s*text\/html|data\s*:\s*text\/javascript|expression\s*\(|[\r\n\x00]/i,C=new Set(["behavior","-moz-binding","-webkit-binding","src"]),A=new Set(["width","min-width","max-width","height","min-height","max-height","margin","margin-top","margin-right","margin-bottom","margin-left","padding","padding-top","padding-right","padding-bottom","padding-left","position","top","right","bottom","left","z-index","inset","flex","flex-grow","flex-shrink","flex-basis","flex-direction","flex-wrap","align-items","align-self","align-content","justify-content","justify-items","justify-self","gap","row-gap","column-gap","grid-template-columns","grid-template-rows","grid-column","grid-row","grid-area","grid-template-areas","font-size","font-weight","font-family","font-style","line-height","letter-spacing","text-align","text-decoration","text-transform","text-overflow","white-space","word-break","word-wrap","overflow-wrap","color","background","background-color","background-image","background-position","background-size","background-repeat","opacity","border","border-top","border-right","border-bottom","border-left","border-width","border-style","border-color","border-radius","outline","outline-offset","box-shadow","text-shadow","filter","backdrop-filter","transform","transition","animation","display","overflow","overflow-x","overflow-y","visibility","pointer-events","cursor","user-select","aspect-ratio","object-fit","object-position","list-style","vertical-align","float","clear","resize","scroll-behavior","content"]);function M(e){return j.test(e)||e.includes("}")||e.includes("{")||e.includes("<")||e.includes(">")?null:e}function _(e){const t=e.match(/^\[(.+)]$/);return t?M(t[1]):null}function I(e){return z.has(e)?`var(--tkx-${e})`:"transparent"===e?"transparent":"current"===e?"currentColor":"white"===e?"#ffffff":"black"===e?"#000000":"inherit"===e?"inherit":_(e)||(/^#([0-9a-fA-F]{3}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$/.test(e),e)}function L(e){const t=e.match(/^\[(--[a-zA-Z0-9_-]+):(.+)]$/);if(t){const e=M(t[2]);return e?{[t[1]]:e}:null}const r=e.match(/^\[([a-zA-Z-]+):(.+)]$/);if(r){const e=function(e){const t=e.toLowerCase().trim();return C.has(t)?null:A.has(t)?t:null}(r[1]),t=M(r[2]);return e&&t?{[e]:t}:null}const n={flex:"flex","inline-flex":"inline-flex",grid:"grid","inline-grid":"inline-grid",block:"block","inline-block":"inline-block",inline:"inline",hidden:"none",contents:"contents","flow-root":"flow-root",table:"table","table-row":"table-row","table-cell":"table-cell","table-caption":"table-caption","list-item":"list-item"};if(n[e])return{display:n[e]};const i={"flex-row":"row","flex-col":"column","flex-row-reverse":"row-reverse","flex-col-reverse":"column-reverse"};if(i[e])return{"flex-direction":i[e]};const o={"flex-wrap":"wrap","flex-nowrap":"nowrap","flex-wrap-reverse":"wrap-reverse"};if(o[e])return{"flex-wrap":o[e]};const a={"flex-1":"1 1 0%","flex-auto":"1 1 auto","flex-none":"none","flex-initial":"0 1 auto"};if(a[e])return{flex:a[e]};if("grow"===e||"flex-grow"===e)return{"flex-grow":"1"};if("grow-0"===e)return{"flex-grow":"0"};if("shrink"===e||"flex-shrink"===e)return{"flex-shrink":"1"};if("shrink-0"===e||"flex-shrink-0"===e)return{"flex-shrink":"0"};const s={"items-start":"flex-start","items-end":"flex-end","items-center":"center","items-stretch":"stretch","items-baseline":"baseline"};if(s[e])return{"align-items":s[e]};const l={"justify-start":"flex-start","justify-end":"flex-end","justify-center":"center","justify-between":"space-between","justify-around":"space-around","justify-evenly":"space-evenly","justify-stretch":"stretch","justify-normal":"normal"};if(l[e])return{"justify-content":l[e]};const c={"self-auto":"auto","self-start":"flex-start","self-end":"flex-end","self-center":"center","self-stretch":"stretch","self-baseline":"baseline"};if(c[e])return{"align-self":c[e]};const d={"content-start":"flex-start","content-end":"flex-end","content-center":"center","content-between":"space-between","content-around":"space-around","content-evenly":"space-evenly","content-stretch":"stretch"};if(d[e])return{"align-content":d[e]};let u;if(u=e.match(/^grid-cols-(\d+|none|subgrid)$/))return{"grid-template-columns":"none"===u[1]?"none":"subgrid"===u[1]?"subgrid":`repeat(${u[1]},minmax(0,1fr))`};if(u=e.match(/^grid-rows-(\d+|none|subgrid)$/))return{"grid-template-rows":"none"===u[1]?"none":"subgrid"===u[1]?"subgrid":`repeat(${u[1]},minmax(0,1fr))`};if(u=e.match(/^col-span-(full|\d+)$/))return{"grid-column":"full"===u[1]?"1 / -1":`span ${u[1]} / span ${u[1]}`};if(u=e.match(/^col-start-(\d+|auto)$/))return{"grid-column-start":u[1]};if(u=e.match(/^col-end-(\d+|auto)$/))return{"grid-column-end":u[1]};if(u=e.match(/^row-span-(full|\d+)$/))return{"grid-row":"full"===u[1]?"1 / -1":`span ${u[1]} / span ${u[1]}`};if(u=e.match(/^row-start-(\d+|auto)$/))return{"grid-row-start":u[1]};if(u=e.match(/^row-end-(\d+|auto)$/))return{"grid-row-end":u[1]};if("grid-flow-row"===e)return{"grid-auto-flow":"row"};if("grid-flow-col"===e)return{"grid-auto-flow":"column"};if("grid-flow-dense"===e)return{"grid-auto-flow":"dense"};if("grid-flow-row-dense"===e)return{"grid-auto-flow":"row dense"};if("grid-flow-col-dense"===e)return{"grid-auto-flow":"column dense"};if(u=e.match(/^p-(.+)$/)){const e=p[u[1]]??_(u[1]);if(e)return{padding:e}}if(u=e.match(/^px-(.+)$/)){const e=p[u[1]]??_(u[1]);if(e)return{"padding-left":e,"padding-right":e}}if(u=e.match(/^py-(.+)$/)){const e=p[u[1]]??_(u[1]);if(e)return{"padding-top":e,"padding-bottom":e}}if(u=e.match(/^pt-(.+)$/)){const e=p[u[1]]??_(u[1]);if(e)return{"padding-top":e}}if(u=e.match(/^pr-(.+)$/)){const e=p[u[1]]??_(u[1]);if(e)return{"padding-right":e}}if(u=e.match(/^pb-(.+)$/)){const e=p[u[1]]??_(u[1]);if(e)return{"padding-bottom":e}}if(u=e.match(/^pl-(.+)$/)){const e=p[u[1]]??_(u[1]);if(e)return{"padding-left":e}}if(u=e.match(/^-?m-(.+)$/)){const t=e.startsWith("-"),r=p[u[1]]??_(u[1]);if(r)return{margin:t&&"0"!==r?`-${r}`:r}}if(u=e.match(/^-?mx-(.+)$/)){const t=e.startsWith("-"),r=p[u[1]]??_(u[1]);if(r){const e=t&&"0"!==r?`-${r}`:r;return{"margin-left":e,"margin-right":e}}}if(u=e.match(/^-?my-(.+)$/)){const t=e.startsWith("-"),r=p[u[1]]??_(u[1]);if(r){const e=t&&"0"!==r?`-${r}`:r;return{"margin-top":e,"margin-bottom":e}}}if(u=e.match(/^-?mt-(.+)$/)){const t=e.startsWith("-"),r=p[u[1]]??_(u[1]);if(r)return{"margin-top":t&&"0"!==r?`-${r}`:r}}if(u=e.match(/^-?mr-(.+)$/)){const t=e.startsWith("-"),r=p[u[1]]??_(u[1]);if(r)return{"margin-right":t&&"0"!==r?`-${r}`:r}}if(u=e.match(/^-?mb-(.+)$/)){const t=e.startsWith("-"),r=p[u[1]]??_(u[1]);if(r)return{"margin-bottom":t&&"0"!==r?`-${r}`:r}}if(u=e.match(/^-?ml-(.+)$/)){const t=e.startsWith("-"),r=p[u[1]]??_(u[1]);if(r)return{"margin-left":t&&"0"!==r?`-${r}`:r}}if("mx-auto"===e)return{"margin-left":"auto","margin-right":"auto"};if("my-auto"===e)return{"margin-top":"auto","margin-bottom":"auto"};if(u=e.match(/^gap-(.+)$/)){const e=p[u[1]]??_(u[1]);if(e)return{gap:e}}if(u=e.match(/^gap-x-(.+)$/)){const e=p[u[1]]??_(u[1]);if(e)return{"column-gap":e}}if(u=e.match(/^gap-y-(.+)$/)){const e=p[u[1]]??_(u[1]);if(e)return{"row-gap":e}}if(u=e.match(/^w-(.+)$/)){const e=u[1],t=p[e]??g[e]??_(e);if(t)return{width:t}}if(u=e.match(/^min-w-(.+)$/)){const e=p[u[1]]??_(u[1]);if(e)return{"min-width":e}}if(u=e.match(/^max-w-(.+)$/)){const e={none:"none",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",screen:"100vw",min:"min-content",max:"max-content",fit:"fit-content"}[u[1]]??p[u[1]]??_(u[1]);if(e)return{"max-width":e}}if(u=e.match(/^h-(.+)$/)){const e=u[1],t=m[e]??g[e]??_(e);if(t)return{height:t}}if(u=e.match(/^min-h-(.+)$/)){const e={0:"0",full:"100%",screen:"100vh",svh:"100svh",dvh:"100dvh"}[u[1]]??p[u[1]]??_(u[1]);if(e)return{"min-height":e}}if(u=e.match(/^max-h-(.+)$/)){const e=m[u[1]]??_(u[1]);if(e)return{"max-height":e}}if(u=e.match(/^size-(.+)$/)){const e=p[u[1]]??g[u[1]]??_(u[1]);if(e)return{width:e,height:e}}if(u=e.match(/^text-(xs|sm|base|lg|[2-9]xl|\d+xl)$/)){const[e,t]=x[u[1]]??["1rem","1.5rem"];return{"font-size":e,"line-height":t}}if(u=e.match(/^font-(thin|extralight|light|normal|medium|semibold|bold|extrabold|black|\d+)$/))return{"font-weight":y[u[1]]??u[1]};if(u=e.match(/^leading-(.+)$/)){const e=w[u[1]]??_(u[1]);if(e)return{"line-height":e}}if(u=e.match(/^tracking-(.+)$/)){const e=v[u[1]]??_(u[1]);if(e)return{"letter-spacing":e}}const f={"text-left":"left","text-center":"center","text-right":"right","text-justify":"justify","text-start":"start","text-end":"end"};if(f[e])return{"text-align":f[e]};if("italic"===e)return{"font-style":"italic"};if("not-italic"===e)return{"font-style":"normal"};if("uppercase"===e)return{"text-transform":"uppercase"};if("lowercase"===e)return{"text-transform":"lowercase"};if("capitalize"===e)return{"text-transform":"capitalize"};if("normal-case"===e)return{"text-transform":"none"};if("underline"===e)return{"text-decoration-line":"underline"};if("overline"===e)return{"text-decoration-line":"overline"};if("line-through"===e)return{"text-decoration-line":"line-through"};if("no-underline"===e)return{"text-decoration-line":"none"};if("truncate"===e)return{overflow:"hidden","text-overflow":"ellipsis","white-space":"nowrap"};if("text-ellipsis"===e)return{"text-overflow":"ellipsis"};if("text-clip"===e)return{"text-overflow":"clip"};if("whitespace-normal"===e)return{"white-space":"normal"};if("whitespace-nowrap"===e)return{"white-space":"nowrap"};if("whitespace-pre"===e)return{"white-space":"pre"};if("whitespace-pre-wrap"===e)return{"white-space":"pre-wrap"};if("whitespace-pre-line"===e)return{"white-space":"pre-line"};if("break-words"===e)return{"overflow-wrap":"break-word"};if("break-all"===e)return{"word-break":"break-all"};if("break-keep"===e)return{"word-break":"keep-all"};if("font-mono"===e)return{"font-family":"var(--tkx-font-mono,monospace)"};if("font-sans"===e)return{"font-family":"var(--tkx-font-family,system-ui,sans-serif)"};if("font-serif"===e)return{"font-family":"ui-serif,Georgia,serif"};if("antialiased"===e)return{"-webkit-font-smoothing":"antialiased","-moz-osx-font-smoothing":"grayscale"};if(u=e.match(/^indent-(.+)$/)){const e=p[u[1]]??_(u[1]);if(e)return{"text-indent":e}}if(u=e.match(/^line-clamp-(\d+)$/))return{overflow:"hidden",display:"-webkit-box","-webkit-line-clamp":u[1],"-webkit-box-orient":"vertical"};if(u=e.match(/^text-(.+)$/)){const[e,t]=u[1].split("/"),r=I(e);if(!["left","center","right","justify","start","end","xs","sm","base","lg","xl","2xl","3xl","4xl","5xl","6xl","7xl","8xl","9xl"].includes(e)){if(t){const e=parseInt(t)/100;return{color:r,opacity:String(e)}}return{color:r}}}if(u=e.match(/^bg-(.+)$/)){const[e,t]=u[1].split("/"),r=I(e);return t?{"background-color":r,opacity:String(parseInt(t)/100)}:"none"===e?{background:"none"}:{"background-color":r}}if(u=e.match(/^border-color-(.+)$/))return{"border-color":I(u[1])};if(u=e.match(/^fill-(.+)$/))return{fill:I(u[1])};if(u=e.match(/^stroke-(.+)$/))return{stroke:I(u[1])};if(u=e.match(/^shadow-color-(.+)$/))return{"--tkx-shadow-color":I(u[1])};if(u=e.match(/^ring-color-(.+)$/))return{"--tkx-ring-color":I(u[1])};if(u=e.match(/^accent-(.+)$/))return{"accent-color":I(u[1])};if(u=e.match(/^caret-(.+)$/))return{"caret-color":I(u[1])};if(u=e.match(/^outline-color-(.+)$/))return{"outline-color":I(u[1])};if("border"===e)return{"border-width":"1px"};if(u=e.match(/^border-(\d+)$/))return{"border-width":`${u[1]}px`};if("border-t"===e)return{"border-top-width":"1px"};if(u=e.match(/^border-t-(\d+)$/))return{"border-top-width":`${u[1]}px`};if("border-r"===e)return{"border-right-width":"1px"};if(u=e.match(/^border-r-(\d+)$/))return{"border-right-width":`${u[1]}px`};if("border-b"===e)return{"border-bottom-width":"1px"};if(u=e.match(/^border-b-(\d+)$/))return{"border-bottom-width":`${u[1]}px`};if("border-l"===e)return{"border-left-width":"1px"};if(u=e.match(/^border-l-(\d+)$/))return{"border-left-width":`${u[1]}px`};if("border-x"===e)return{"border-left-width":"1px","border-right-width":"1px"};if("border-y"===e)return{"border-top-width":"1px","border-bottom-width":"1px"};if("border-none"===e)return{"border-style":"none"};if("border-solid"===e)return{"border-style":"solid"};if("border-dashed"===e)return{"border-style":"dashed"};if("border-dotted"===e)return{"border-style":"dotted"};if("border-double"===e)return{"border-style":"double"};if((u=e.match(/^border-([a-zA-Z].*)$/))&&z.has(u[1]))return{"border-color":`var(--tkx-${u[1]})`};if(u=e.match(/^border-\[(.+)]$/))return{"border-color":u[1]};if("border-0"===e)return{"border-width":"0"};if("rounded"===e)return{"border-radius":h[""]};if(u=e.match(/^rounded-(none|sm|md|lg|xl|2xl|3xl|full|\[.+])$/))return{"border-radius":h[u[1]]??_(u[1])??u[1]};if(u=e.match(/^rounded-(t|r|b|l|tl|tr|br|bl)(?:-(none|sm|md|lg|xl|2xl|3xl|full))?$/)){const e=u[1],t=h[u[2]??""]??h[""];return{t:{"border-top-left-radius":t,"border-top-right-radius":t},r:{"border-top-right-radius":t,"border-bottom-right-radius":t},b:{"border-bottom-left-radius":t,"border-bottom-right-radius":t},l:{"border-top-left-radius":t,"border-bottom-left-radius":t},tl:{"border-top-left-radius":t},tr:{"border-top-right-radius":t},br:{"border-bottom-right-radius":t},bl:{"border-bottom-left-radius":t}}[e]??{}}const S={0:"0",1:"1px",2:"2px",ring:"3px",4:"4px",8:"8px"};if("ring"===e)return{"box-shadow":"0 0 0 3px var(--tkx-ring-color,var(--tkx-primary))"};if((u=e.match(/^ring-(\d+)$/))&&S[u[1]])return{"box-shadow":`0 0 0 ${S[u[1]]} var(--tkx-ring-color,var(--tkx-primary))`};if("ring-inset"===e)return{"--tkx-ring-offset":"inset"};if(u=e.match(/^ring-offset-(\d+)$/))return{"--tkx-ring-offset-width":`${u[1]}px`,"box-shadow":`0 0 0 ${u[1]}px var(--tkx-bg)`};if("shadow"===e)return{"box-shadow":b[""]};if(u=e.match(/^shadow-(sm|md|lg|xl|2xl|inner|none)$/))return{"box-shadow":b[u[1]]};if(u=e.match(/^opacity-(\d+)$/)){const e=$[u[1]];if(void 0!==e)return{opacity:e}}if("bg-none"===e)return{background:"none"};const j={"bg-auto":"auto","bg-cover":"cover","bg-contain":"contain"};if(j[e])return{"background-size":j[e]};const L={"bg-center":"center","bg-top":"top","bg-bottom":"bottom","bg-left":"left","bg-right":"right"};if(L[e])return{"background-position":L[e]};const F={"bg-repeat":"repeat","bg-no-repeat":"no-repeat","bg-repeat-x":"repeat-x","bg-repeat-y":"repeat-y"};if(F[e])return{"background-repeat":F[e]};if("backdrop-blur"===e)return{"backdrop-filter":`blur(${k[""]})`};if(u=e.match(/^backdrop-blur-(none|sm|md|lg|xl|2xl|3xl)$/))return{"backdrop-filter":`blur(${k[u[1]]})`};if("blur"===e)return{filter:`blur(${k[""]})`};if(u=e.match(/^blur-(none|sm|md|lg|xl|2xl|3xl)$/))return{filter:`blur(${k[u[1]]})`};if("grayscale"===e)return{filter:"grayscale(100%)"};if("grayscale-0"===e)return{filter:"grayscale(0)"};if("invert"===e)return{filter:"invert(100%)"};if("invert-0"===e)return{filter:"invert(0)"};const R={static:"static",relative:"relative",absolute:"absolute",fixed:"fixed",sticky:"sticky"};if(R[e])return{position:R[e]};if("inset-0"===e)return{top:"0",right:"0",bottom:"0",left:"0"};if("inset-auto"===e)return{top:"auto",right:"auto",bottom:"auto",left:"auto"};if("inset-full"===e)return{top:"100%",right:"100%",bottom:"100%",left:"100%"};if("inset-x-0"===e)return{left:"0",right:"0"};if("inset-y-0"===e)return{top:"0",bottom:"0"};if(u=e.match(/^-?top-(.+)$/)){const t=e.startsWith("-"),r=p[u[1]]??g[u[1]]??_(u[1]);if(r)return{top:t&&"0"!==r?`-${r}`:r}}if(u=e.match(/^-?right-(.+)$/)){const t=e.startsWith("-"),r=p[u[1]]??g[u[1]]??_(u[1]);if(r)return{right:t&&"0"!==r?`-${r}`:r}}if(u=e.match(/^-?bottom-(.+)$/)){const t=e.startsWith("-"),r=p[u[1]]??g[u[1]]??_(u[1]);if(r)return{bottom:t&&"0"!==r?`-${r}`:r}}if(u=e.match(/^-?left-(.+)$/)){const t=e.startsWith("-"),r=p[u[1]]??g[u[1]]??_(u[1]);if(r)return{left:t&&"0"!==r?`-${r}`:r}}const q={0:"0",10:"10",20:"20",30:"30",40:"40",50:"50",100:"100",1e3:"1000",9e3:"9000",auto:"auto"};if(u=e.match(/^z-(.+)$/)){const e=q[u[1]]??_(u[1]);if(e)return{"z-index":e}}const N={"overflow-auto":"auto","overflow-hidden":"hidden","overflow-visible":"visible","overflow-scroll":"scroll","overflow-clip":"clip"};if(N[e])return{overflow:N[e]};if(u=e.match(/^overflow-(x|y)-(auto|hidden|visible|scroll|clip)$/))return{[`overflow-${u[1]}`]:u[2]};if("scrollbar-hide"===e)return{"-ms-overflow-style":"none","scrollbar-width":"none"};if("visible"===e)return{visibility:"visible"};if("invisible"===e)return{visibility:"hidden"};if("collapse"===e)return{visibility:"collapse"};const W={"cursor-auto":"auto","cursor-default":"default","cursor-pointer":"pointer","cursor-wait":"wait","cursor-text":"text","cursor-move":"move","cursor-help":"help","cursor-not-allowed":"not-allowed","cursor-none":"none","cursor-grab":"grab","cursor-grabbing":"grabbing","cursor-zoom-in":"zoom-in","cursor-zoom-out":"zoom-out","cursor-crosshair":"crosshair"};if(W[e])return{cursor:W[e]};if("select-none"===e)return{"user-select":"none"};if("select-text"===e)return{"user-select":"text"};if("select-all"===e)return{"user-select":"all"};if("select-auto"===e)return{"user-select":"auto"};if("pointer-events-none"===e)return{"pointer-events":"none"};if("pointer-events-auto"===e)return{"pointer-events":"auto"};const D={0:"0",50:".5",75:".75",90:".9",95:".95",100:"1",105:"1.05",110:"1.1",125:"1.25",150:"1.5"};if(u=e.match(/^scale-(.+)$/)){const e=D[u[1]]??_(u[1]);if(e)return{transform:`scale(${e})`}}if(u=e.match(/^scale-x-(.+)$/)){const e=D[u[1]]??_(u[1]);if(e)return{transform:`scaleX(${e})`}}if(u=e.match(/^scale-y-(.+)$/)){const e=D[u[1]]??_(u[1]);if(e)return{transform:`scaleY(${e})`}}const O={0:"0deg",1:"1deg",2:"2deg",3:"3deg",6:"6deg",12:"12deg",45:"45deg",90:"90deg",180:"180deg"};if(u=e.match(/^-?rotate-(.+)$/)){const t=e.startsWith("-"),r=O[u[1]]??_(u[1]);if(r)return{transform:t?`rotate(-${r})`:`rotate(${r})`}}if(u=e.match(/^-?translate-x-(.+)$/)){const t=e.startsWith("-"),r=p[u[1]]??g[u[1]]??_(u[1]);if(r)return{transform:`translateX(${t&&"0"!==r?`-${r}`:r})`}}if(u=e.match(/^-?translate-y-(.+)$/)){const t=e.startsWith("-"),r=p[u[1]]??g[u[1]]??_(u[1]);if(r)return{transform:`translateY(${t&&"0"!==r?`-${r}`:r})`}}if(u=e.match(/^-?skew-x-(.+)$/)){const t=e.startsWith("-"),r=_(u[1])??`${u[1]}deg`;return{transform:t?`skewX(-${r})`:`skewX(${r})`}}if(u=e.match(/^-?skew-y-(.+)$/)){const t=e.startsWith("-"),r=_(u[1])??`${u[1]}deg`;return{transform:t?`skewY(-${r})`:`skewY(${r})`}}const B={"origin-center":"center","origin-top":"top","origin-top-right":"top right","origin-right":"right","origin-bottom-right":"bottom right","origin-bottom":"bottom","origin-bottom-left":"bottom left","origin-left":"left","origin-top-left":"top left"};if(B[e])return{"transform-origin":B[e]};const T={transition:"color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter","transition-all":"all","transition-colors":"color,background-color,border-color,text-decoration-color,fill,stroke","transition-opacity":"opacity","transition-shadow":"box-shadow","transition-transform":"transform","transition-none":"none"};if(T[e])return{"transition-property":T[e],"transition-timing-function":"cubic-bezier(0.4,0,0.2,1)","transition-duration":"150ms"};const P={75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"};if(u=e.match(/^duration-(.+)$/)){const e=P[u[1]]??_(u[1]);if(e)return{"transition-duration":e}}if(u=e.match(/^delay-(.+)$/)){const e=P[u[1]]??_(u[1]);if(e)return{"transition-delay":e}}const Z={"ease-linear":"linear","ease-in":"cubic-bezier(0.4,0,1,1)","ease-out":"cubic-bezier(0,0,0.2,1)","ease-in-out":"cubic-bezier(0.4,0,0.2,1)"};if(Z[e])return{"transition-timing-function":Z[e]};const Y={"animate-none":"none","animate-spin":"tkx-spin 1s linear infinite","animate-ping":"tkx-ping 1s cubic-bezier(0,0,0.2,1) infinite","animate-pulse":"tkx-pulse 2s cubic-bezier(0.4,0,0.6,1) infinite","animate-bounce":"tkx-bounce 1s infinite","animate-fade-in":"tkx-fade-in 200ms ease both","animate-slide-up":"tkx-slide-up 200ms ease both","animate-shimmer":"tkx-shimmer 1.5s infinite"};if(Y[e])return{animation:Y[e]};const U={"object-contain":"contain","object-cover":"cover","object-fill":"fill","object-none":"none","object-scale-down":"scale-down"};return U[e]?{"object-fit":U[e]}:"aspect-square"===e?{"aspect-ratio":"1 / 1"}:"aspect-video"===e?{"aspect-ratio":"16 / 9"}:"aspect-auto"===e?{"aspect-ratio":"auto"}:(u=e.match(/^aspect-\[(.+)]$/))?{"aspect-ratio":u[1]}:"list-none"===e?{"list-style-type":"none"}:"list-disc"===e?{"list-style-type":"disc"}:"list-decimal"===e?{"list-style-type":"decimal"}:"list-inside"===e?{"list-style-position":"inside"}:"list-outside"===e?{"list-style-position":"outside"}:(u=e.match(/^columns-(\d+)$/))?{columns:u[1]}:"resize"===e?{resize:"both"}:"resize-none"===e?{resize:"none"}:"resize-x"===e?{resize:"horizontal"}:"resize-y"===e?{resize:"vertical"}:"sr-only"===e?{position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",clip:"rect(0,0,0,0)","white-space":"nowrap",border:"0"}:"not-sr-only"===e?{position:"static",width:"auto",height:"auto",padding:"0",margin:"0",overflow:"visible",clip:"auto","white-space":"normal"}:"focus-ring"===e?{outline:"2px solid var(--tkx-primary)","outline-offset":"2px","border-radius":"2px"}:"appearance-none"===e?{appearance:"none"}:"outline-none"===e?{outline:"none"}:"outline"===e?{outline:"2px solid currentColor","outline-offset":"2px"}:"float-left"===e?{float:"left"}:"float-right"===e?{float:"right"}:"float-none"===e?{float:"none"}:"clear-both"===e?{clear:"both"}:"isolate"===e?{isolation:"isolate"}:"isolation-auto"===e?{isolation:"auto"}:(u=e.match(/^will-change-(.+)$/))?{"will-change":u[1]}:"touch-manipulation"===e?{"touch-action":"manipulation"}:"touch-none"===e?{"touch-action":"none"}:"touch-pan-x"===e?{"touch-action":"pan-x"}:"touch-pan-y"===e?{"touch-action":"pan-y"}:"scroll-smooth"===e?{"scroll-behavior":"smooth"}:"scroll-auto"===e?{"scroll-behavior":"auto"}:(u=e.match(/^\[(--[a-zA-Z0-9-]+):(.+)]$/))?{[u[1]]:u[2]}:function(e){for(const t of E.values())if(t[e])return t[e];return null}(e)||null}function F(e){let t=0,r=-1;for(let n=0;n<e.length;n++)if("["===e[n])t++;else if("]"===e[n])t--;else if(":"===e[n]&&0===t){r=n;break}return-1===r?{variant:null,utility:e}:{variant:e.slice(0,r),utility:e.slice(r+1)}}function R(e,t){for(const[r,n]of Object.entries(t))e[r]=n}function q(e){return Object.entries(e).map(([e,t])=>`${e}:${t}`).join(";")}var N=/* @__PURE__ */new Map,W=null,D=null;function O(){return W&&W.isConnected||(W=document.getElementById("tkx-atomic"))||((W=document.createElement("style")).id="tkx-atomic",document.head.appendChild(W)),W}function B(e){const t=[];for(const r of e)if(r)if("string"==typeof r)t.push(...r.split(/\s+/).filter(Boolean));else if(Array.isArray(r))t.push(...B(r));else if("object"==typeof r)for(const[e,n]of Object.entries(r))n&&t.push(e);return t}function T(...e){const t=B(e);if(0===t.length)return"";const r={base:{},variants:{}};for(const s of t){const{variant:e,utility:t}=F(s),n=L(t);n&&(e?(r.variants[e]||(r.variants[e]={}),R(r.variants[e],n)):R(r.base,n))}const n=[],i=q(r.base),o=function(e){let t=2166136261;for(let r=0;r<e.length;r++)t^=e.charCodeAt(r),t=Math.imul(t,16777619)>>>0;return t.toString(16).padStart(8,"0")}([i,...Object.entries(r.variants).map(([e,t])=>`${e}{${q(t)}}`)].join("|")),a=`tkx-${o}`;i&&n.push(`.${a}{${i}}`);for(const[s,l]of Object.entries(r.variants)){const e=q(l);if(e)if(s.startsWith("@")){const t=S[s.slice(1)];t&&n.push(`@media(min-width:${t}){.${a}{${e}}}`)}else if("motion-safe"===s)n.push(`@media(prefers-reduced-motion:no-preference){.${a}{${e}}}`);else if("motion-reduce"===s)n.push(`@media(prefers-reduced-motion:reduce){.${a}{${e}}}`);else if("contrast-more"===s)n.push(`@media(prefers-contrast:more){.${a}{${e}}}`);else if("forced-colors"===s)n.push(`@media(forced-colors:active){.${a}{${e}}}`);else if("dark"===s)n.push(`@media(prefers-color-scheme:dark){.${a}{${e}}}`);else if("print"===s)n.push(`@media print{.${a}{${e}}}`);else if("group-hover"===s)n.push(`.group:hover .${a}{${e}}`);else if("group-focus"===s)n.push(`.group:focus-within .${a}{${e}}`);else if("peer-hover"===s)n.push(`.peer:hover~.${a}{${e}}`);else{const t={hover:":hover",focus:":focus","focus-visible":":focus-visible","focus-within":":focus-within",active:":active",disabled:":disabled",checked:":checked",required:":required",valid:":valid",invalid:":invalid",first:":first-child",last:":last-child",odd:":nth-child(odd)",even:":nth-child(even)","first-of-type":":first-of-type","last-of-type":":last-of-type","only-child":":only-child","only-of-type":":only-of-type",empty:":empty",visited:":visited",target:":target","placeholder-shown":":placeholder-shown","read-only":":read-only",before:"::before",after:"::after",placeholder:"::placeholder",selection:"::selection","file-selector":"::file-selector-button",marker:"::marker"}[s]??`:${s}`;n.push(`.${a}${t}{${e}}`)}}return n.length>0&&function(e,t){if(N.has(e))return;if(N.set(e,t),"undefined"==typeof document)return;const r=function(){if(D)return D;try{const e=new CSSStyleSheet;return document.adoptedStyleSheets=[...document.adoptedStyleSheets,e],D=e,e}catch{return null}}();if(r){const e=function(e){const t=[];let r=0,n=0;for(let i=0;i<e.length;i++)if("{"===e[i])r++;else if("}"===e[i]&&(r--,0===r)){const r=e.slice(n,i+1).trim();r&&t.push(r),n=i+1}return t}(t);for(const t of e)try{r.insertRule(t,r.cssRules.length)}catch{O().textContent+=t+"\n"}}else O().textContent+=t+"\n"}(o,n.join("")),a}function P(...e){return e.filter(Boolean).join(" ")}var E=/* @__PURE__ */new Map;new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]);var Z={"<":"&lt;",">":"&gt;","&":"&amp;","'":"&#39;",'"':"&quot;","`":"&#96;"};function Y(e){if(null==e)return"";let t=String(e);return t=t.replace(/[\u0000-\u0008\u000B\u000C\u000E-\u001F\u007F]/g,""),t.replace(/[<>&'"`]/g,e=>Z[e]??e)}function U(e){if("string"!=typeof e)return null;const t=e.trim();if(!t)return null;const r=t.replace(/[\u0000-\u001F\u007F]/g,"");return/^javascript:/i.test(r)||/^vbscript:/i.test(r)||/^data:/i.test(r)&&!/^data:image\//i.test(r)||/^file:/i.test(r)?null:r}var H=new Set(["a","abbr","b","blockquote","br","code","del","div","em","h1","h2","h3","h4","h5","h6","hr","i","img","ins","kbd","li","mark","ol","p","pre","q","s","samp","small","span","strong","sub","sup","table","tbody","td","tfoot","th","thead","tr","u","ul"]),Q={a:new Set(["href","title","target","rel"]),img:new Set(["src","alt","title","width","height","loading","decoding"]),th:new Set(["scope","colspan","rowspan","align"]),td:new Set(["colspan","rowspan","align"]),"*":new Set(["id","class","lang","dir","title"])},V=new Set(["constructor","prototype","__proto__","submit","reset","action","method","enctype","target","elements","children","firstChild","nextSibling","parentNode","ownerDocument","cookie","domain","location","documentElement","body","head","title","contentWindow","contentDocument"]);function J(e){if("string"!=typeof e)return"";if("undefined"==typeof DOMParser)return Y(e);const t=(new DOMParser).parseFromString(`<div>${e}</div>`,"text/html").body.firstElementChild;return t?(X(t),t.innerHTML):""}function X(e){const t=Array.from(e.children);for(const r of t){const e=r.tagName.toLowerCase();if(H.has(e)){for(const t of Array.from(r.attributes)){const n=t.name.toLowerCase();if(n.startsWith("on"))r.removeAttribute(t.name);else if(V.has(n))r.removeAttribute(t.name);else if("style"!==n)if((Q[e]??/* @__PURE__ */new Set).has(n)||Q["*"].has(n)){if(("href"===n||"src"===n)&&"string"==typeof t.value){const e=U(t.value);null===e?r.removeAttribute(t.name):r.setAttribute(t.name,e)}"name"!==n&&"id"!==n||!V.has(t.value.toLowerCase())||r.removeAttribute(t.name)}else r.removeAttribute(t.name);else r.setAttribute("style",G(t.value))}X(r)}else r.remove()}}function G(e){if("string"!=typeof e)return"";let t=e;return t=t.replace(/expression\s*\([^)]*\)/gi,""),t=t.replace(/url\s*\(\s*['"]?\s*(javascript|vbscript|data)\s*:[^)]*\)/gi,"url(#)"),t=t.replace(/@import[^;]*;?/gi,""),t=t.replace(/behavior\s*:[^;]*;?/gi,""),t=t.replace(/-moz-binding[^;]*;?/gi,""),t=t.replace(/[<>]/g,""),t=t.replace(/[\u0000-\u001F\u007F]/g,""),t.trim()}var K=new Set(["__proto__","constructor","prototype"]);function ee(e){if(Array.isArray(e))return e.map(ee);if(e&&"object"==typeof e){const t={};for(const[r,n]of Object.entries(e))K.has(r)||(t[r]=ee(n));return t}return e}function te(){if("undefined"==typeof window)return!1;try{return window.top!==window.self}catch{return!0}}var re=[{name:"ssn",re:/\b\d{3}-\d{2}-\d{4}\b/g,repl:"[redacted-ssn]"},{name:"credit",re:/\b(?:\d[ -]?){13,19}\b/g,repl:e=>{const t=e.replace(/[ -]/g,"");return t.length<13||t.length>19?e:function(e){let t=0,r=!1;for(let n=e.length-1;n>=0;n--){let i=e.charCodeAt(n)-48;if(i<0||i>9)return!1;r&&(i*=2,i>9&&(i-=9)),t+=i,r=!r}return t>0&&t%10==0}(t)?"[redacted-card]":e}},{name:"email",re:/\b[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,}\b/gi,repl:"[redacted-email]"},{name:"phone",re:/\b(\+?\d{1,3}[ -])?\(?\d{3}\)?[ -]?\d{3}[ -]?\d{4}\b/g,repl:"[redacted-phone]"},{name:"apikey",re:/\b(sk|pk|rk)-[A-Za-z0-9]{20,}\b/g,repl:"[redacted-key]"}];function ne(e,t,r,n){const i=r.trim();switch(e){case"required":return""!==i;case"email":case"pattern":if("string"==typeof t)try{return""===i||new RegExp(t).test(i)}catch{return!0}return/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(i);case"phone":return""===i||/^\+?[\d\s\-()]{7,15}$/.test(i);case"url":return""===i||/^https?:\/\/.+/.test(i);case"minLength":case"min":{const e=Number(t??0);return""===i||(isNaN(Number(i))?i.length>=e:Number(i)>=e)}case"maxLength":case"max":{const e=Number(t??1/0);return""===i||(isNaN(Number(i))?i.length<=e:Number(i)<=e)}case"integer":return""===i||/^\d+$/.test(i);case"alphanumeric":return""===i||/^[a-zA-Z0-9]+$/.test(i);case"match":return i===(n["string"==typeof t?t:"password"]??"");default:return!0}}function ie({phase:e,collapsed:t,primaryColor:r,borderColor:n}){const i=12,o=t?0:e,a=t?0:1.618*e,c=i+10*Math.sin(o)*Math.cos(a),d=12-10*Math.cos(o);/* @__PURE__ */
1
+ import{createContext as e,useCallback as t,useContext as r,useEffect as n,useRef as i,useState as o}from"react";import{Fragment as a,jsx as s,jsxs as l}from"react/jsx-runtime";new class{constructor(e=512){this.cache=/* @__PURE__ */new Map,this.hits=0,this.misses=0,this.ceiling=Math.min(e,512)}get(e){if(!this.cache.has(e))return void this.misses++;this.hits++;const t=this.cache.get(e);return this.cache.delete(e),this.cache.set(e,t),t}set(e,t){this.cache.has(e)?this.cache.delete(e):this.cache.size>=this.ceiling&&this.cache.delete(this.cache.keys().next().value),this.cache.set(e,t)}has(e){return this.cache.has(e)}invalidate(e){void 0!==e?this.cache.delete(e):this.cache.clear()}get size(){return this.cache.size}get cacheHitRate(){const e=this.hits+this.misses;return 0===e?0:this.hits/e*100}}(512);var c=e({bg:"#0a0a0f",surface:"#12121a",surfaceAlt:"#1a1a2e",border:"#2a2a3e",text:"#e8e8f4",textMuted:"#8888aa",primary:"#00f5d4",secondary:"#7b2ff7",danger:"#f72585",warning:"#ffbe0b",success:"#06d6a0",info:"#3a86ff"});function d(){return r(c)}var u=class{amplify(e,t,r=.5){const n=e.length;if(0===n)return[];const i=e.map(t),o=i.filter(e=>e>r).length,a=Math.max(1,o);let s=Array(n).fill(1/Math.sqrt(n));const l=Math.max(1,Math.floor(Math.PI/4*Math.sqrt(n/a)));for(let c=0;c<l;c++){for(let t=0;t<n;t++)i[t]>r&&(s[t]=-s[t]);const e=s.reduce((e,t)=>e+t,0)/n;s=s.map(t=>2*e-t)}return e.map((e,t)=>({index:t,amplitude:s[t],probability:s[t]*s[t],classicalSimilarity:i[t],combined:s[t]*s[t]*.6+.4*i[t]})).sort((e,t)=>t.combined-e.combined)}},f=[{keywords:["email","e-mail","mail"],type:"email",validations:[{rule:"required",message:"Email is required"},{rule:"pattern",value:"^[^@]+@[^@]+\\.[^@]+$",message:"Enter a valid email address"},{rule:"maxLength",value:254,message:"Email too long"}],placeholder:"you@example.com",label:"Email Address",confidence:.98},{keywords:["password","passwd","pwd","pass"],type:"password",validations:[{rule:"required",message:"Password is required"},{rule:"minLength",value:8,message:"Password must be at least 8 characters"},{rule:"pattern",value:"(?=.*[A-Z])(?=.*[0-9])",message:"Include uppercase and a number"}],placeholder:"••••••••",label:"Password",confidence:.97},{keywords:["confirm_password","confirmpassword","confirm_pass","repassword","password2","repeat_password"],type:"password",validations:[{rule:"required",message:"Please confirm your password"},{rule:"match",value:"password",message:"Passwords do not match"}],placeholder:"••••••••",label:"Confirm Password",confidence:.95},{keywords:["phone","mobile","cell","tel","telephone","contact_number"],type:"tel",validations:[{rule:"pattern",value:"^[+]?[(]?[0-9]{3}[)]?[-\\s.]?[0-9]{3}[-\\s.]?[0-9]{4,6}$",message:"Enter a valid phone number"}],placeholder:"+1 (555) 000-0000",label:"Phone Number",confidence:.93},{keywords:["age"],type:"number",validations:[{rule:"min",value:0,message:"Age cannot be negative"},{rule:"max",value:150,message:"Enter a valid age"},{rule:"integer",message:"Age must be a whole number"}],placeholder:"25",label:"Age",confidence:.9},{keywords:["price","amount","cost","fee","payment","salary","wage","total"],type:"number",validations:[{rule:"min",value:0,message:"Amount cannot be negative"},{rule:"pattern",value:"^\\d+(\\.\\d{1,2})?$",message:"Enter a valid amount (e.g. 9.99)"}],placeholder:"0.00",label:"Amount",confidence:.88},{keywords:["url","website","site","link","homepage","web"],type:"url",validations:[{rule:"pattern",value:"https?://.+",message:"Enter a valid URL starting with http:// or https://"}],placeholder:"https://example.com",label:"Website URL",confidence:.92},{keywords:["zip","zipcode","postal","postcode","pin_code"],type:"text",validations:[{rule:"pattern",value:"^[0-9]{5}(-[0-9]{4})?$",message:"Enter a valid ZIP code (e.g. 12345)"}],placeholder:"12345",label:"ZIP / Postal Code",confidence:.91},{keywords:["date","dob","birthday","birth_date","birthdate","born"],type:"date",validations:[{rule:"required",message:"Date is required"}],placeholder:"YYYY-MM-DD",label:"Date of Birth",confidence:.89},{keywords:["first_name","firstname","fname","given_name"],type:"text",validations:[{rule:"minLength",value:2,message:"First name too short"},{rule:"maxLength",value:50,message:"First name too long"}],placeholder:"Jane",label:"First Name",confidence:.9},{keywords:["last_name","lastname","lname","surname","family_name"],type:"text",validations:[{rule:"minLength",value:2,message:"Last name too short"},{rule:"maxLength",value:50,message:"Last name too long"}],placeholder:"Doe",label:"Last Name",confidence:.9},{keywords:["name","full_name","fullname","display_name"],type:"text",validations:[{rule:"minLength",value:2,message:"Name too short"},{rule:"maxLength",value:100,message:"Name too long"}],placeholder:"Jane Doe",label:"Full Name",confidence:.85},{keywords:["username","user_name","handle","login","loginname"],type:"text",validations:[{rule:"minLength",value:3,message:"Username must be at least 3 characters"},{rule:"maxLength",value:32,message:"Username too long"},{rule:"pattern",value:"^[a-zA-Z0-9_.-]+$",message:"Only letters, numbers, _, - and . allowed"}],placeholder:"cooluser42",label:"Username",confidence:.94},{keywords:["bio","biography","about","description","summary","details"],type:"textarea",validations:[{rule:"maxLength",value:500,message:"Bio must be under 500 characters"}],placeholder:"Tell us about yourself...",label:"Bio",confidence:.87},{keywords:["message","comment","feedback","note","notes","remarks","body"],type:"textarea",validations:[{rule:"minLength",value:10,message:"Message too short"},{rule:"maxLength",value:2e3,message:"Message too long"}],placeholder:"Write your message here...",label:"Message",confidence:.86},{keywords:["search","query","q","keyword","find"],type:"search",validations:[],placeholder:"Search...",label:"Search",confidence:.9},{keywords:["otp","one_time_password","verification_code","pin","code"],type:"text",validations:[{rule:"minLength",value:4,message:"Code too short"},{rule:"maxLength",value:8,message:"Code too long"},{rule:"pattern",value:"^[0-9]+$",message:"Code must be numeric"}],placeholder:"123456",label:"Verification Code",confidence:.92},{keywords:["color","colour","hex_color","brand_color"],type:"color",validations:[],placeholder:"#3b82f6",label:"Color",confidence:.95},{keywords:["address","street","street_address","addr"],type:"text",validations:[{rule:"maxLength",value:200,message:"Address too long"}],placeholder:"123 Main Street",label:"Street Address",confidence:.87},{keywords:["city","town","municipality"],type:"text",validations:[{rule:"maxLength",value:100,message:"City name too long"}],placeholder:"San Francisco",label:"City",confidence:.89},{keywords:["country","nation","country_code"],type:"text",validations:[],placeholder:"United States",label:"Country",confidence:.88},{keywords:["company","organization","org","employer","company_name"],type:"text",validations:[{rule:"maxLength",value:200,message:"Company name too long"}],placeholder:"Acme Inc.",label:"Company",confidence:.87}],p={0:"0",px:"1px",.5:"2px",1:"4px",1.5:"6px",2:"8px",2.5:"10px",3:"12px",3.5:"14px",4:"16px",5:"20px",6:"24px",7:"28px",8:"32px",9:"36px",10:"40px",11:"44px",12:"48px",14:"56px",16:"64px",20:"80px",24:"96px",28:"112px",32:"128px",36:"144px",40:"160px",44:"176px",48:"192px",52:"208px",56:"224px",60:"240px",64:"256px",72:"288px",80:"320px",96:"384px",auto:"auto",full:"100%",screen:"100vw",svh:"100svh",dvh:"100dvh",fit:"fit-content",max:"max-content",min:"min-content"},m={...p,screen:"100vh"},g={"1/2":"50%","1/3":"33.333333%","2/3":"66.666667%","1/4":"25%","2/4":"50%","3/4":"75%","1/5":"20%","2/5":"40%","3/5":"60%","4/5":"80%","1/6":"16.666667%","5/6":"83.333333%","1/12":"8.333333%","5/12":"41.666667%","7/12":"58.333333%","11/12":"91.666667%"},h={none:"0",sm:"2px","":"4px",md:"6px",lg:"8px",xl:"12px","2xl":"16px","3xl":"24px",full:"9999px"},b={sm:"0 1px 2px 0 rgba(0,0,0,.05)","":"0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1)",md:"0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)",lg:"0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)",xl:"0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)","2xl":"0 25px 50px -12px rgba(0,0,0,.25)",inner:"inset 0 2px 4px 0 rgba(0,0,0,.05)",none:"none"},x={xs:["0.75rem","1rem"],sm:["0.875rem","1.25rem"],base:["1rem","1.5rem"],lg:["1.125rem","1.75rem"],xl:["1.25rem","1.75rem"],"2xl":["1.5rem","2rem"],"3xl":["1.875rem","2.25rem"],"4xl":["2.25rem","2.5rem"],"5xl":["3rem","1"],"6xl":["3.75rem","1"],"7xl":["4.5rem","1"],"8xl":["6rem","1"],"9xl":["8rem","1"]},y={thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},w={none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2",3:"0.75rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem"},v={tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},k={none:"0",sm:"4px","":"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},$=Object.fromEntries([0,5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90,95,100].map(e=>[String(e),String(e/100)])),z=new Set(["bg","surface","surfaceAlt","border","text","textMuted","primary","secondary","danger","warning","success","info"]),S={sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},j=/javascript\s*:|vbscript\s*:|data\s*:\s*text\/html|data\s*:\s*text\/javascript|expression\s*\(|[\r\n\x00]/i,C=new Set(["behavior","-moz-binding","-webkit-binding","src"]),A=new Set(["width","min-width","max-width","height","min-height","max-height","margin","margin-top","margin-right","margin-bottom","margin-left","padding","padding-top","padding-right","padding-bottom","padding-left","position","top","right","bottom","left","z-index","inset","flex","flex-grow","flex-shrink","flex-basis","flex-direction","flex-wrap","align-items","align-self","align-content","justify-content","justify-items","justify-self","gap","row-gap","column-gap","grid-template-columns","grid-template-rows","grid-column","grid-row","grid-area","grid-template-areas","font-size","font-weight","font-family","font-style","line-height","letter-spacing","text-align","text-decoration","text-transform","text-overflow","white-space","word-break","word-wrap","overflow-wrap","color","background","background-color","background-image","background-position","background-size","background-repeat","opacity","border","border-top","border-right","border-bottom","border-left","border-width","border-style","border-color","border-radius","outline","outline-offset","box-shadow","text-shadow","filter","backdrop-filter","transform","transition","animation","display","overflow","overflow-x","overflow-y","visibility","pointer-events","cursor","user-select","aspect-ratio","object-fit","object-position","list-style","vertical-align","float","clear","resize","scroll-behavior","content"]);function M(e){return j.test(e)||e.includes("}")||e.includes("{")||e.includes("<")||e.includes(">")?null:e}function _(e){const t=e.match(/^\[(.+)]$/);return t?M(t[1]):null}function I(e){return z.has(e)?`var(--tkx-${e})`:"transparent"===e?"transparent":"current"===e?"currentColor":"white"===e?"#ffffff":"black"===e?"#000000":"inherit"===e?"inherit":_(e)||(/^#([0-9a-fA-F]{3}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$/.test(e),e)}function L(e){const t=e.match(/^\[(--[a-zA-Z0-9_-]+):(.+)]$/);if(t){const e=M(t[2]);return e?{[t[1]]:e}:null}const r=e.match(/^\[([a-zA-Z-]+):(.+)]$/);if(r){const e=function(e){const t=e.toLowerCase().trim();return C.has(t)?null:A.has(t)?t:null}(r[1]),t=M(r[2]);return e&&t?{[e]:t}:null}const n={flex:"flex","inline-flex":"inline-flex",grid:"grid","inline-grid":"inline-grid",block:"block","inline-block":"inline-block",inline:"inline",hidden:"none",contents:"contents","flow-root":"flow-root",table:"table","table-row":"table-row","table-cell":"table-cell","table-caption":"table-caption","list-item":"list-item"};if(n[e])return{display:n[e]};const i={"flex-row":"row","flex-col":"column","flex-row-reverse":"row-reverse","flex-col-reverse":"column-reverse"};if(i[e])return{"flex-direction":i[e]};const o={"flex-wrap":"wrap","flex-nowrap":"nowrap","flex-wrap-reverse":"wrap-reverse"};if(o[e])return{"flex-wrap":o[e]};const a={"flex-1":"1 1 0%","flex-auto":"1 1 auto","flex-none":"none","flex-initial":"0 1 auto"};if(a[e])return{flex:a[e]};if("grow"===e||"flex-grow"===e)return{"flex-grow":"1"};if("grow-0"===e)return{"flex-grow":"0"};if("shrink"===e||"flex-shrink"===e)return{"flex-shrink":"1"};if("shrink-0"===e||"flex-shrink-0"===e)return{"flex-shrink":"0"};const s={"items-start":"flex-start","items-end":"flex-end","items-center":"center","items-stretch":"stretch","items-baseline":"baseline"};if(s[e])return{"align-items":s[e]};const l={"justify-start":"flex-start","justify-end":"flex-end","justify-center":"center","justify-between":"space-between","justify-around":"space-around","justify-evenly":"space-evenly","justify-stretch":"stretch","justify-normal":"normal"};if(l[e])return{"justify-content":l[e]};const c={"self-auto":"auto","self-start":"flex-start","self-end":"flex-end","self-center":"center","self-stretch":"stretch","self-baseline":"baseline"};if(c[e])return{"align-self":c[e]};const d={"content-start":"flex-start","content-end":"flex-end","content-center":"center","content-between":"space-between","content-around":"space-around","content-evenly":"space-evenly","content-stretch":"stretch"};if(d[e])return{"align-content":d[e]};let u;if(u=e.match(/^grid-cols-(\d+|none|subgrid)$/))return{"grid-template-columns":"none"===u[1]?"none":"subgrid"===u[1]?"subgrid":`repeat(${u[1]},minmax(0,1fr))`};if(u=e.match(/^grid-rows-(\d+|none|subgrid)$/))return{"grid-template-rows":"none"===u[1]?"none":"subgrid"===u[1]?"subgrid":`repeat(${u[1]},minmax(0,1fr))`};if(u=e.match(/^col-span-(full|\d+)$/))return{"grid-column":"full"===u[1]?"1 / -1":`span ${u[1]} / span ${u[1]}`};if(u=e.match(/^col-start-(\d+|auto)$/))return{"grid-column-start":u[1]};if(u=e.match(/^col-end-(\d+|auto)$/))return{"grid-column-end":u[1]};if(u=e.match(/^row-span-(full|\d+)$/))return{"grid-row":"full"===u[1]?"1 / -1":`span ${u[1]} / span ${u[1]}`};if(u=e.match(/^row-start-(\d+|auto)$/))return{"grid-row-start":u[1]};if(u=e.match(/^row-end-(\d+|auto)$/))return{"grid-row-end":u[1]};if("grid-flow-row"===e)return{"grid-auto-flow":"row"};if("grid-flow-col"===e)return{"grid-auto-flow":"column"};if("grid-flow-dense"===e)return{"grid-auto-flow":"dense"};if("grid-flow-row-dense"===e)return{"grid-auto-flow":"row dense"};if("grid-flow-col-dense"===e)return{"grid-auto-flow":"column dense"};if(u=e.match(/^p-(.+)$/)){const e=p[u[1]]??_(u[1]);if(e)return{padding:e}}if(u=e.match(/^px-(.+)$/)){const e=p[u[1]]??_(u[1]);if(e)return{"padding-left":e,"padding-right":e}}if(u=e.match(/^py-(.+)$/)){const e=p[u[1]]??_(u[1]);if(e)return{"padding-top":e,"padding-bottom":e}}if(u=e.match(/^pt-(.+)$/)){const e=p[u[1]]??_(u[1]);if(e)return{"padding-top":e}}if(u=e.match(/^pr-(.+)$/)){const e=p[u[1]]??_(u[1]);if(e)return{"padding-right":e}}if(u=e.match(/^pb-(.+)$/)){const e=p[u[1]]??_(u[1]);if(e)return{"padding-bottom":e}}if(u=e.match(/^pl-(.+)$/)){const e=p[u[1]]??_(u[1]);if(e)return{"padding-left":e}}if(u=e.match(/^-?m-(.+)$/)){const t=e.startsWith("-"),r=p[u[1]]??_(u[1]);if(r)return{margin:t&&"0"!==r?`-${r}`:r}}if(u=e.match(/^-?mx-(.+)$/)){const t=e.startsWith("-"),r=p[u[1]]??_(u[1]);if(r){const e=t&&"0"!==r?`-${r}`:r;return{"margin-left":e,"margin-right":e}}}if(u=e.match(/^-?my-(.+)$/)){const t=e.startsWith("-"),r=p[u[1]]??_(u[1]);if(r){const e=t&&"0"!==r?`-${r}`:r;return{"margin-top":e,"margin-bottom":e}}}if(u=e.match(/^-?mt-(.+)$/)){const t=e.startsWith("-"),r=p[u[1]]??_(u[1]);if(r)return{"margin-top":t&&"0"!==r?`-${r}`:r}}if(u=e.match(/^-?mr-(.+)$/)){const t=e.startsWith("-"),r=p[u[1]]??_(u[1]);if(r)return{"margin-right":t&&"0"!==r?`-${r}`:r}}if(u=e.match(/^-?mb-(.+)$/)){const t=e.startsWith("-"),r=p[u[1]]??_(u[1]);if(r)return{"margin-bottom":t&&"0"!==r?`-${r}`:r}}if(u=e.match(/^-?ml-(.+)$/)){const t=e.startsWith("-"),r=p[u[1]]??_(u[1]);if(r)return{"margin-left":t&&"0"!==r?`-${r}`:r}}if("mx-auto"===e)return{"margin-left":"auto","margin-right":"auto"};if("my-auto"===e)return{"margin-top":"auto","margin-bottom":"auto"};if(u=e.match(/^gap-(.+)$/)){const e=p[u[1]]??_(u[1]);if(e)return{gap:e}}if(u=e.match(/^gap-x-(.+)$/)){const e=p[u[1]]??_(u[1]);if(e)return{"column-gap":e}}if(u=e.match(/^gap-y-(.+)$/)){const e=p[u[1]]??_(u[1]);if(e)return{"row-gap":e}}if(u=e.match(/^w-(.+)$/)){const e=u[1],t=p[e]??g[e]??_(e);if(t)return{width:t}}if(u=e.match(/^min-w-(.+)$/)){const e=p[u[1]]??_(u[1]);if(e)return{"min-width":e}}if(u=e.match(/^max-w-(.+)$/)){const e={none:"none",xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",full:"100%",screen:"100vw",min:"min-content",max:"max-content",fit:"fit-content"}[u[1]]??p[u[1]]??_(u[1]);if(e)return{"max-width":e}}if(u=e.match(/^h-(.+)$/)){const e=u[1],t=m[e]??g[e]??_(e);if(t)return{height:t}}if(u=e.match(/^min-h-(.+)$/)){const e={0:"0",full:"100%",screen:"100vh",svh:"100svh",dvh:"100dvh"}[u[1]]??p[u[1]]??_(u[1]);if(e)return{"min-height":e}}if(u=e.match(/^max-h-(.+)$/)){const e=m[u[1]]??_(u[1]);if(e)return{"max-height":e}}if(u=e.match(/^size-(.+)$/)){const e=p[u[1]]??g[u[1]]??_(u[1]);if(e)return{width:e,height:e}}if(u=e.match(/^text-(xs|sm|base|lg|[2-9]xl|\d+xl)$/)){const[e,t]=x[u[1]]??["1rem","1.5rem"];return{"font-size":e,"line-height":t}}if(u=e.match(/^font-(thin|extralight|light|normal|medium|semibold|bold|extrabold|black|\d+)$/))return{"font-weight":y[u[1]]??u[1]};if(u=e.match(/^leading-(.+)$/)){const e=w[u[1]]??_(u[1]);if(e)return{"line-height":e}}if(u=e.match(/^tracking-(.+)$/)){const e=v[u[1]]??_(u[1]);if(e)return{"letter-spacing":e}}const f={"text-left":"left","text-center":"center","text-right":"right","text-justify":"justify","text-start":"start","text-end":"end"};if(f[e])return{"text-align":f[e]};if("italic"===e)return{"font-style":"italic"};if("not-italic"===e)return{"font-style":"normal"};if("uppercase"===e)return{"text-transform":"uppercase"};if("lowercase"===e)return{"text-transform":"lowercase"};if("capitalize"===e)return{"text-transform":"capitalize"};if("normal-case"===e)return{"text-transform":"none"};if("underline"===e)return{"text-decoration-line":"underline"};if("overline"===e)return{"text-decoration-line":"overline"};if("line-through"===e)return{"text-decoration-line":"line-through"};if("no-underline"===e)return{"text-decoration-line":"none"};if("truncate"===e)return{overflow:"hidden","text-overflow":"ellipsis","white-space":"nowrap"};if("text-ellipsis"===e)return{"text-overflow":"ellipsis"};if("text-clip"===e)return{"text-overflow":"clip"};if("whitespace-normal"===e)return{"white-space":"normal"};if("whitespace-nowrap"===e)return{"white-space":"nowrap"};if("whitespace-pre"===e)return{"white-space":"pre"};if("whitespace-pre-wrap"===e)return{"white-space":"pre-wrap"};if("whitespace-pre-line"===e)return{"white-space":"pre-line"};if("break-words"===e)return{"overflow-wrap":"break-word"};if("break-all"===e)return{"word-break":"break-all"};if("break-keep"===e)return{"word-break":"keep-all"};if("font-mono"===e)return{"font-family":"var(--tkx-font-mono,monospace)"};if("font-sans"===e)return{"font-family":"var(--tkx-font-family,system-ui,sans-serif)"};if("font-serif"===e)return{"font-family":"ui-serif,Georgia,serif"};if("antialiased"===e)return{"-webkit-font-smoothing":"antialiased","-moz-osx-font-smoothing":"grayscale"};if(u=e.match(/^indent-(.+)$/)){const e=p[u[1]]??_(u[1]);if(e)return{"text-indent":e}}if(u=e.match(/^line-clamp-(\d+)$/))return{overflow:"hidden",display:"-webkit-box","-webkit-line-clamp":u[1],"-webkit-box-orient":"vertical"};if(u=e.match(/^text-(.+)$/)){const[e,t]=u[1].split("/"),r=I(e);if(!["left","center","right","justify","start","end","xs","sm","base","lg","xl","2xl","3xl","4xl","5xl","6xl","7xl","8xl","9xl"].includes(e)){if(t){const e=parseInt(t)/100;return{color:r,opacity:String(e)}}return{color:r}}}if(u=e.match(/^bg-(.+)$/)){const[e,t]=u[1].split("/"),r=I(e);return t?{"background-color":r,opacity:String(parseInt(t)/100)}:"none"===e?{background:"none"}:{"background-color":r}}if(u=e.match(/^border-color-(.+)$/))return{"border-color":I(u[1])};if(u=e.match(/^fill-(.+)$/))return{fill:I(u[1])};if(u=e.match(/^stroke-(.+)$/))return{stroke:I(u[1])};if(u=e.match(/^shadow-color-(.+)$/))return{"--tkx-shadow-color":I(u[1])};if(u=e.match(/^ring-color-(.+)$/))return{"--tkx-ring-color":I(u[1])};if(u=e.match(/^accent-(.+)$/))return{"accent-color":I(u[1])};if(u=e.match(/^caret-(.+)$/))return{"caret-color":I(u[1])};if(u=e.match(/^outline-color-(.+)$/))return{"outline-color":I(u[1])};if("border"===e)return{"border-width":"1px"};if(u=e.match(/^border-(\d+)$/))return{"border-width":`${u[1]}px`};if("border-t"===e)return{"border-top-width":"1px"};if(u=e.match(/^border-t-(\d+)$/))return{"border-top-width":`${u[1]}px`};if("border-r"===e)return{"border-right-width":"1px"};if(u=e.match(/^border-r-(\d+)$/))return{"border-right-width":`${u[1]}px`};if("border-b"===e)return{"border-bottom-width":"1px"};if(u=e.match(/^border-b-(\d+)$/))return{"border-bottom-width":`${u[1]}px`};if("border-l"===e)return{"border-left-width":"1px"};if(u=e.match(/^border-l-(\d+)$/))return{"border-left-width":`${u[1]}px`};if("border-x"===e)return{"border-left-width":"1px","border-right-width":"1px"};if("border-y"===e)return{"border-top-width":"1px","border-bottom-width":"1px"};if("border-none"===e)return{"border-style":"none"};if("border-solid"===e)return{"border-style":"solid"};if("border-dashed"===e)return{"border-style":"dashed"};if("border-dotted"===e)return{"border-style":"dotted"};if("border-double"===e)return{"border-style":"double"};if((u=e.match(/^border-([a-zA-Z].*)$/))&&z.has(u[1]))return{"border-color":`var(--tkx-${u[1]})`};if(u=e.match(/^border-\[(.+)]$/))return{"border-color":u[1]};if("border-0"===e)return{"border-width":"0"};if("rounded"===e)return{"border-radius":h[""]};if(u=e.match(/^rounded-(none|sm|md|lg|xl|2xl|3xl|full|\[.+])$/))return{"border-radius":h[u[1]]??_(u[1])??u[1]};if(u=e.match(/^rounded-(t|r|b|l|tl|tr|br|bl)(?:-(none|sm|md|lg|xl|2xl|3xl|full))?$/)){const e=u[1],t=h[u[2]??""]??h[""];return{t:{"border-top-left-radius":t,"border-top-right-radius":t},r:{"border-top-right-radius":t,"border-bottom-right-radius":t},b:{"border-bottom-left-radius":t,"border-bottom-right-radius":t},l:{"border-top-left-radius":t,"border-bottom-left-radius":t},tl:{"border-top-left-radius":t},tr:{"border-top-right-radius":t},br:{"border-bottom-right-radius":t},bl:{"border-bottom-left-radius":t}}[e]??{}}const S={0:"0",1:"1px",2:"2px",ring:"3px",4:"4px",8:"8px"};if("ring"===e)return{"box-shadow":"0 0 0 3px var(--tkx-ring-color,var(--tkx-primary))"};if((u=e.match(/^ring-(\d+)$/))&&S[u[1]])return{"box-shadow":`0 0 0 ${S[u[1]]} var(--tkx-ring-color,var(--tkx-primary))`};if("ring-inset"===e)return{"--tkx-ring-offset":"inset"};if(u=e.match(/^ring-offset-(\d+)$/))return{"--tkx-ring-offset-width":`${u[1]}px`,"box-shadow":`0 0 0 ${u[1]}px var(--tkx-bg)`};if("shadow"===e)return{"box-shadow":b[""]};if(u=e.match(/^shadow-(sm|md|lg|xl|2xl|inner|none)$/))return{"box-shadow":b[u[1]]};if(u=e.match(/^opacity-(\d+)$/)){const e=$[u[1]];if(void 0!==e)return{opacity:e}}if("bg-none"===e)return{background:"none"};const j={"bg-auto":"auto","bg-cover":"cover","bg-contain":"contain"};if(j[e])return{"background-size":j[e]};const L={"bg-center":"center","bg-top":"top","bg-bottom":"bottom","bg-left":"left","bg-right":"right"};if(L[e])return{"background-position":L[e]};const R={"bg-repeat":"repeat","bg-no-repeat":"no-repeat","bg-repeat-x":"repeat-x","bg-repeat-y":"repeat-y"};if(R[e])return{"background-repeat":R[e]};if("backdrop-blur"===e)return{"backdrop-filter":`blur(${k[""]})`};if(u=e.match(/^backdrop-blur-(none|sm|md|lg|xl|2xl|3xl)$/))return{"backdrop-filter":`blur(${k[u[1]]})`};if("blur"===e)return{filter:`blur(${k[""]})`};if(u=e.match(/^blur-(none|sm|md|lg|xl|2xl|3xl)$/))return{filter:`blur(${k[u[1]]})`};if("grayscale"===e)return{filter:"grayscale(100%)"};if("grayscale-0"===e)return{filter:"grayscale(0)"};if("invert"===e)return{filter:"invert(100%)"};if("invert-0"===e)return{filter:"invert(0)"};const F={static:"static",relative:"relative",absolute:"absolute",fixed:"fixed",sticky:"sticky"};if(F[e])return{position:F[e]};if("inset-0"===e)return{top:"0",right:"0",bottom:"0",left:"0"};if("inset-auto"===e)return{top:"auto",right:"auto",bottom:"auto",left:"auto"};if("inset-full"===e)return{top:"100%",right:"100%",bottom:"100%",left:"100%"};if("inset-x-0"===e)return{left:"0",right:"0"};if("inset-y-0"===e)return{top:"0",bottom:"0"};if(u=e.match(/^-?top-(.+)$/)){const t=e.startsWith("-"),r=p[u[1]]??g[u[1]]??_(u[1]);if(r)return{top:t&&"0"!==r?`-${r}`:r}}if(u=e.match(/^-?right-(.+)$/)){const t=e.startsWith("-"),r=p[u[1]]??g[u[1]]??_(u[1]);if(r)return{right:t&&"0"!==r?`-${r}`:r}}if(u=e.match(/^-?bottom-(.+)$/)){const t=e.startsWith("-"),r=p[u[1]]??g[u[1]]??_(u[1]);if(r)return{bottom:t&&"0"!==r?`-${r}`:r}}if(u=e.match(/^-?left-(.+)$/)){const t=e.startsWith("-"),r=p[u[1]]??g[u[1]]??_(u[1]);if(r)return{left:t&&"0"!==r?`-${r}`:r}}const q={0:"0",10:"10",20:"20",30:"30",40:"40",50:"50",100:"100",1e3:"1000",9e3:"9000",auto:"auto"};if(u=e.match(/^z-(.+)$/)){const e=q[u[1]]??_(u[1]);if(e)return{"z-index":e}}const N={"overflow-auto":"auto","overflow-hidden":"hidden","overflow-visible":"visible","overflow-scroll":"scroll","overflow-clip":"clip"};if(N[e])return{overflow:N[e]};if(u=e.match(/^overflow-(x|y)-(auto|hidden|visible|scroll|clip)$/))return{[`overflow-${u[1]}`]:u[2]};if("scrollbar-hide"===e)return{"-ms-overflow-style":"none","scrollbar-width":"none"};if("visible"===e)return{visibility:"visible"};if("invisible"===e)return{visibility:"hidden"};if("collapse"===e)return{visibility:"collapse"};const O={"cursor-auto":"auto","cursor-default":"default","cursor-pointer":"pointer","cursor-wait":"wait","cursor-text":"text","cursor-move":"move","cursor-help":"help","cursor-not-allowed":"not-allowed","cursor-none":"none","cursor-grab":"grab","cursor-grabbing":"grabbing","cursor-zoom-in":"zoom-in","cursor-zoom-out":"zoom-out","cursor-crosshair":"crosshair"};if(O[e])return{cursor:O[e]};if("select-none"===e)return{"user-select":"none"};if("select-text"===e)return{"user-select":"text"};if("select-all"===e)return{"user-select":"all"};if("select-auto"===e)return{"user-select":"auto"};if("pointer-events-none"===e)return{"pointer-events":"none"};if("pointer-events-auto"===e)return{"pointer-events":"auto"};const D={0:"0",50:".5",75:".75",90:".9",95:".95",100:"1",105:"1.05",110:"1.1",125:"1.25",150:"1.5"};if(u=e.match(/^scale-(.+)$/)){const e=D[u[1]]??_(u[1]);if(e)return{transform:`scale(${e})`}}if(u=e.match(/^scale-x-(.+)$/)){const e=D[u[1]]??_(u[1]);if(e)return{transform:`scaleX(${e})`}}if(u=e.match(/^scale-y-(.+)$/)){const e=D[u[1]]??_(u[1]);if(e)return{transform:`scaleY(${e})`}}const T={0:"0deg",1:"1deg",2:"2deg",3:"3deg",6:"6deg",12:"12deg",45:"45deg",90:"90deg",180:"180deg"};if(u=e.match(/^-?rotate-(.+)$/)){const t=e.startsWith("-"),r=T[u[1]]??_(u[1]);if(r)return{transform:t?`rotate(-${r})`:`rotate(${r})`}}if(u=e.match(/^-?translate-x-(.+)$/)){const t=e.startsWith("-"),r=p[u[1]]??g[u[1]]??_(u[1]);if(r)return{transform:`translateX(${t&&"0"!==r?`-${r}`:r})`}}if(u=e.match(/^-?translate-y-(.+)$/)){const t=e.startsWith("-"),r=p[u[1]]??g[u[1]]??_(u[1]);if(r)return{transform:`translateY(${t&&"0"!==r?`-${r}`:r})`}}if(u=e.match(/^-?skew-x-(.+)$/)){const t=e.startsWith("-"),r=_(u[1])??`${u[1]}deg`;return{transform:t?`skewX(-${r})`:`skewX(${r})`}}if(u=e.match(/^-?skew-y-(.+)$/)){const t=e.startsWith("-"),r=_(u[1])??`${u[1]}deg`;return{transform:t?`skewY(-${r})`:`skewY(${r})`}}const W={"origin-center":"center","origin-top":"top","origin-top-right":"top right","origin-right":"right","origin-bottom-right":"bottom right","origin-bottom":"bottom","origin-bottom-left":"bottom left","origin-left":"left","origin-top-left":"top left"};if(W[e])return{"transform-origin":W[e]};const B={transition:"color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter","transition-all":"all","transition-colors":"color,background-color,border-color,text-decoration-color,fill,stroke","transition-opacity":"opacity","transition-shadow":"box-shadow","transition-transform":"transform","transition-none":"none"};if(B[e])return{"transition-property":B[e],"transition-timing-function":"cubic-bezier(0.4,0,0.2,1)","transition-duration":"150ms"};const P={75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"};if(u=e.match(/^duration-(.+)$/)){const e=P[u[1]]??_(u[1]);if(e)return{"transition-duration":e}}if(u=e.match(/^delay-(.+)$/)){const e=P[u[1]]??_(u[1]);if(e)return{"transition-delay":e}}const Z={"ease-linear":"linear","ease-in":"cubic-bezier(0.4,0,1,1)","ease-out":"cubic-bezier(0,0,0.2,1)","ease-in-out":"cubic-bezier(0.4,0,0.2,1)"};if(Z[e])return{"transition-timing-function":Z[e]};const Y={"animate-none":"none","animate-spin":"tkx-spin 1s linear infinite","animate-ping":"tkx-ping 1s cubic-bezier(0,0,0.2,1) infinite","animate-pulse":"tkx-pulse 2s cubic-bezier(0.4,0,0.6,1) infinite","animate-bounce":"tkx-bounce 1s infinite","animate-fade-in":"tkx-fade-in 200ms ease both","animate-slide-up":"tkx-slide-up 200ms ease both","animate-shimmer":"tkx-shimmer 1.5s infinite"};if(Y[e])return{animation:Y[e]};const H={"object-contain":"contain","object-cover":"cover","object-fill":"fill","object-none":"none","object-scale-down":"scale-down"};return H[e]?{"object-fit":H[e]}:"aspect-square"===e?{"aspect-ratio":"1 / 1"}:"aspect-video"===e?{"aspect-ratio":"16 / 9"}:"aspect-auto"===e?{"aspect-ratio":"auto"}:(u=e.match(/^aspect-\[(.+)]$/))?{"aspect-ratio":u[1]}:"list-none"===e?{"list-style-type":"none"}:"list-disc"===e?{"list-style-type":"disc"}:"list-decimal"===e?{"list-style-type":"decimal"}:"list-inside"===e?{"list-style-position":"inside"}:"list-outside"===e?{"list-style-position":"outside"}:(u=e.match(/^columns-(\d+)$/))?{columns:u[1]}:"resize"===e?{resize:"both"}:"resize-none"===e?{resize:"none"}:"resize-x"===e?{resize:"horizontal"}:"resize-y"===e?{resize:"vertical"}:"sr-only"===e?{position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",clip:"rect(0,0,0,0)","white-space":"nowrap",border:"0"}:"not-sr-only"===e?{position:"static",width:"auto",height:"auto",padding:"0",margin:"0",overflow:"visible",clip:"auto","white-space":"normal"}:"focus-ring"===e?{outline:"2px solid var(--tkx-primary)","outline-offset":"2px","border-radius":"2px"}:"appearance-none"===e?{appearance:"none"}:"outline-none"===e?{outline:"none"}:"outline"===e?{outline:"2px solid currentColor","outline-offset":"2px"}:"float-left"===e?{float:"left"}:"float-right"===e?{float:"right"}:"float-none"===e?{float:"none"}:"clear-both"===e?{clear:"both"}:"isolate"===e?{isolation:"isolate"}:"isolation-auto"===e?{isolation:"auto"}:(u=e.match(/^will-change-(.+)$/))?{"will-change":u[1]}:"touch-manipulation"===e?{"touch-action":"manipulation"}:"touch-none"===e?{"touch-action":"none"}:"touch-pan-x"===e?{"touch-action":"pan-x"}:"touch-pan-y"===e?{"touch-action":"pan-y"}:"scroll-smooth"===e?{"scroll-behavior":"smooth"}:"scroll-auto"===e?{"scroll-behavior":"auto"}:(u=e.match(/^\[(--[a-zA-Z0-9-]+):(.+)]$/))?{[u[1]]:u[2]}:function(e){for(const t of E.values())if(t[e])return t[e];return null}(e)||null}function R(e){let t=0,r=-1;for(let n=0;n<e.length;n++)if("["===e[n])t++;else if("]"===e[n])t--;else if(":"===e[n]&&0===t){r=n;break}return-1===r?{variant:null,utility:e}:{variant:e.slice(0,r),utility:e.slice(r+1)}}function F(e,t){for(const[r,n]of Object.entries(t))e[r]=n}function q(e){return Object.entries(e).map(([e,t])=>`${e}:${t}`).join(";")}var N=/* @__PURE__ */new Map,O=null,D=null;function T(){return O&&O.isConnected||(O=document.getElementById("tkx-atomic"))||((O=document.createElement("style")).id="tkx-atomic",document.head.appendChild(O)),O}function W(e){const t=[];for(const r of e)if(r)if("string"==typeof r)t.push(...r.split(/\s+/).filter(Boolean));else if(Array.isArray(r))t.push(...W(r));else if("object"==typeof r)for(const[e,n]of Object.entries(r))n&&t.push(e);return t}function B(...e){const t=W(e);if(0===t.length)return"";const r={base:{},variants:{}};for(const s of t){const{variant:e,utility:t}=R(s),n=L(t);n&&(e?(r.variants[e]||(r.variants[e]={}),F(r.variants[e],n)):F(r.base,n))}const n=[],i=q(r.base),o=function(e){let t=2166136261;for(let r=0;r<e.length;r++)t^=e.charCodeAt(r),t=Math.imul(t,16777619)>>>0;return t.toString(16).padStart(8,"0")}([i,...Object.entries(r.variants).map(([e,t])=>`${e}{${q(t)}}`)].join("|")),a=`tkx-${o}`;i&&n.push(`.${a}{${i}}`);for(const[s,l]of Object.entries(r.variants)){const e=q(l);if(e)if(s.startsWith("@")){const t=S[s.slice(1)];t&&n.push(`@media(min-width:${t}){.${a}{${e}}}`)}else if("motion-safe"===s)n.push(`@media(prefers-reduced-motion:no-preference){.${a}{${e}}}`);else if("motion-reduce"===s)n.push(`@media(prefers-reduced-motion:reduce){.${a}{${e}}}`);else if("contrast-more"===s)n.push(`@media(prefers-contrast:more){.${a}{${e}}}`);else if("forced-colors"===s)n.push(`@media(forced-colors:active){.${a}{${e}}}`);else if("dark"===s)n.push(`@media(prefers-color-scheme:dark){.${a}{${e}}}`);else if("print"===s)n.push(`@media print{.${a}{${e}}}`);else if("group-hover"===s)n.push(`.group:hover .${a}{${e}}`);else if("group-focus"===s)n.push(`.group:focus-within .${a}{${e}}`);else if("peer-hover"===s)n.push(`.peer:hover~.${a}{${e}}`);else{const t={hover:":hover",focus:":focus","focus-visible":":focus-visible","focus-within":":focus-within",active:":active",disabled:":disabled",checked:":checked",required:":required",valid:":valid",invalid:":invalid",first:":first-child",last:":last-child",odd:":nth-child(odd)",even:":nth-child(even)","first-of-type":":first-of-type","last-of-type":":last-of-type","only-child":":only-child","only-of-type":":only-of-type",empty:":empty",visited:":visited",target:":target","placeholder-shown":":placeholder-shown","read-only":":read-only",before:"::before",after:"::after",placeholder:"::placeholder",selection:"::selection","file-selector":"::file-selector-button",marker:"::marker"}[s]??`:${s}`;n.push(`.${a}${t}{${e}}`)}}return n.length>0&&function(e,t){if(N.has(e))return;if(N.set(e,t),"undefined"==typeof document)return;const r=function(){if(D)return D;try{const e=new CSSStyleSheet;return document.adoptedStyleSheets=[...document.adoptedStyleSheets,e],D=e,e}catch{return null}}();if(r){const e=function(e){const t=[];let r=0,n=0;for(let i=0;i<e.length;i++)if("{"===e[i])r++;else if("}"===e[i]&&(r--,0===r)){const r=e.slice(n,i+1).trim();r&&t.push(r),n=i+1}return t}(t);for(const t of e)try{r.insertRule(t,r.cssRules.length)}catch{T().textContent+=t+"\n"}}else T().textContent+=t+"\n"}(o,n.join("")),a}function P(...e){return e.filter(Boolean).join(" ")}var E=/* @__PURE__ */new Map;new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]);var Z={"<":"&lt;",">":"&gt;","&":"&amp;","'":"&#39;",'"':"&quot;","`":"&#96;"},Y=/* @__PURE__ */new Set,H=[],U=0;function Q(e,t,r="info",n){const i=Object.freeze({id:"se_"+ ++U,type:e,timestamp:Date.now(),severity:r,message:t,detail:n?Object.freeze({...n}):void 0});H.push(i),H.length>500&&H.shift();for(const o of Y)try{o(i)}catch{}return i}function V(e){if(null==e)return"";let t=String(e);t=t.replace(/[\u0000-\u0008\u000B\u000C\u000E-\u001F\u007F]/g,"");let r=0;const n=t.replace(/[<>&'"`]/g,e=>(r++,Z[e]??e));return r>0&&Q("xss-sanitized",`Escaped ${r} HTML-sensitive character${1===r?"":"s"} before render`,"warning",{escapes:r}),n}function J(e){if("string"!=typeof e)return null;const t=e.trim();if(!t)return null;const r=t.replace(/[\u0000-\u001F\u007F]/g,"");return/^javascript:/i.test(r)||/^vbscript:/i.test(r)||/^data:/i.test(r)&&!/^data:image\//i.test(r)||/^file:/i.test(r)?null:r}var X=new Set(["a","abbr","b","blockquote","br","code","del","div","em","h1","h2","h3","h4","h5","h6","hr","i","img","ins","kbd","li","mark","ol","p","pre","q","s","samp","small","span","strong","sub","sup","table","tbody","td","tfoot","th","thead","tr","u","ul"]),G={a:new Set(["href","title","target","rel"]),img:new Set(["src","alt","title","width","height","loading","decoding"]),th:new Set(["scope","colspan","rowspan","align"]),td:new Set(["colspan","rowspan","align"]),"*":new Set(["id","class","lang","dir","title"])},K=new Set(["constructor","prototype","__proto__","submit","reset","action","method","enctype","target","elements","children","firstChild","nextSibling","parentNode","ownerDocument","cookie","domain","location","documentElement","body","head","title","contentWindow","contentDocument"]);function ee(e){if("string"!=typeof e)return"";if("undefined"==typeof DOMParser)return V(e);const t=(new DOMParser).parseFromString(`<div>${e}</div>`,"text/html").body.firstElementChild;return t?(te(t),t.innerHTML):""}function te(e){const t=Array.from(e.children);for(const r of t){const e=r.tagName.toLowerCase();if(X.has(e)){for(const t of Array.from(r.attributes)){const n=t.name.toLowerCase();if(n.startsWith("on"))r.removeAttribute(t.name);else if(K.has(n))r.removeAttribute(t.name);else if("style"!==n)if((G[e]??/* @__PURE__ */new Set).has(n)||G["*"].has(n)){if(("href"===n||"src"===n)&&"string"==typeof t.value){const e=J(t.value);null===e?r.removeAttribute(t.name):r.setAttribute(t.name,e)}"name"!==n&&"id"!==n||!K.has(t.value.toLowerCase())||r.removeAttribute(t.name)}else r.removeAttribute(t.name);else r.setAttribute("style",re(t.value))}te(r)}else r.remove()}}function re(e){if("string"!=typeof e)return"";let t=e;return t=t.replace(/expression\s*\([^)]*\)/gi,""),t=t.replace(/url\s*\(\s*['"]?\s*(javascript|vbscript|data)\s*:[^)]*\)/gi,"url(#)"),t=t.replace(/@import[^;]*;?/gi,""),t=t.replace(/behavior\s*:[^;]*;?/gi,""),t=t.replace(/-moz-binding[^;]*;?/gi,""),t=t.replace(/[<>]/g,""),t=t.replace(/[\u0000-\u001F\u007F]/g,""),t.trim()}var ne=new Set(["__proto__","constructor","prototype"]);function ie(e){if(Array.isArray(e))return e.map(ie);if(e&&"object"==typeof e){const t={};for(const[r,n]of Object.entries(e))ne.has(r)||(t[r]=ie(n));return t}return e}function oe(){if("undefined"==typeof window)return!1;try{return window.top!==window.self}catch{return!0}}var ae=[{name:"ssn",re:/\b\d{3}-\d{2}-\d{4}\b/g,repl:"[redacted-ssn]"},{name:"credit",re:/\b(?:\d[ -]?){13,19}\b/g,repl:e=>{const t=e.replace(/[ -]/g,"");return t.length<13||t.length>19?e:function(e){let t=0,r=!1;for(let n=e.length-1;n>=0;n--){let i=e.charCodeAt(n)-48;if(i<0||i>9)return!1;r&&(i*=2,i>9&&(i-=9)),t+=i,r=!r}return t>0&&t%10==0}(t)?"[redacted-card]":e}},{name:"email",re:/\b[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,}\b/gi,repl:"[redacted-email]"},{name:"phone",re:/\b(\+?\d{1,3}[ -])?\(?\d{3}\)?[ -]?\d{3}[ -]?\d{4}\b/g,repl:"[redacted-phone]"},{name:"apikey",re:/\b(sk|pk|rk)-[A-Za-z0-9]{20,}\b/g,repl:"[redacted-key]"}];function se(e,t,r,n){const i=r.trim();switch(e){case"required":return""!==i;case"email":case"pattern":if("string"==typeof t)try{return""===i||new RegExp(t).test(i)}catch{return!0}return/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(i);case"phone":return""===i||/^\+?[\d\s\-()]{7,15}$/.test(i);case"url":return""===i||/^https?:\/\/.+/.test(i);case"minLength":case"min":{const e=Number(t??0);return""===i||(isNaN(Number(i))?i.length>=e:Number(i)>=e)}case"maxLength":case"max":{const e=Number(t??1/0);return""===i||(isNaN(Number(i))?i.length<=e:Number(i)<=e)}case"integer":return""===i||/^\d+$/.test(i);case"alphanumeric":return""===i||/^[a-zA-Z0-9]+$/.test(i);case"match":return i===(n["string"==typeof t?t:"password"]??"");default:return!0}}function le({phase:e,collapsed:t,primaryColor:r,borderColor:n}){const i=12,o=t?0:e,a=t?0:1.618*e,c=i+10*Math.sin(o)*Math.cos(a),d=12-10*Math.cos(o);/* @__PURE__ */
2
2
  return l("svg",{width:"24",height:"24",viewBox:"0 0 24 24","aria-hidden":"true",style:{flexShrink:0,opacity:t?.4:1,transition:"opacity 0.6s"},children:[
3
3
  /* @__PURE__ */s("circle",{cx:i,cy:12,r:10,fill:"none",stroke:n,strokeWidth:"0.8"}),
4
4
  /* @__PURE__ */s("ellipse",{cx:i,cy:12,rx:10,ry:3,fill:"none",stroke:n,strokeWidth:"0.5",strokeDasharray:"2 2"}),
5
5
  /* @__PURE__ */s("line",{x1:i,y1:2,x2:i,y2:22,stroke:n,strokeWidth:"0.5"}),
6
6
  /* @__PURE__ */s("line",{x1:i,y1:12,x2:c,y2:d,stroke:r,strokeWidth:"1.5",style:{transition:t?"all 0.6s ease-out":"none"}}),
7
- /* @__PURE__ */s("circle",{cx:c,cy:d,r:"2",fill:r,style:{transition:t?"all 0.6s ease-out":"none"}})]})}function oe({confidence:e,theme:t}){const r=Math.round(100*e),n=r>=80?t.success:r>=60?t.warning:t.danger;/* @__PURE__ */
8
- return l("span",{style:{display:"inline-flex",alignItems:"center",gap:"2px",fontSize:"10px",fontWeight:600,padding:"1px 5px",borderRadius:"999px",backgroundColor:`${n}22`,color:n,border:`1px solid ${n}44`,marginLeft:"6px",verticalAlign:"middle",letterSpacing:"0.03em"},children:["⚛ ",r,"%"]})}function ae({config:e,intel:t,qubitPhase:r,value:n,error:i,touched:o,showConfidence:a,showQuantumState:c,collapsed:d,onChange:u,onBlur:f,theme:p,mounted:m,index:g}){const h=e.type??t.type,b=e.label??t.label,x=e.placeholder??t.placeholder,y=void 0!==e.required?e.required:t.validations.some(e=>"required"===e.rule),w=Y(b),v="textarea"===h,k=o&&""!==i,$=`qf-${e.name}`,z={width:"100%",padding:"9px 12px",border:`1.5px solid ${k?p.danger:p.border}`,borderRadius:"8px",backgroundColor:p.surface,color:p.text,fontSize:"14px",fontFamily:"inherit",outline:"none",boxSizing:"border-box",transition:"border-color 0.15s, box-shadow 0.15s",resize:v?"vertical":void 0,minHeight:v?"80px":void 0};/* @__PURE__ */
7
+ /* @__PURE__ */s("circle",{cx:c,cy:d,r:"2",fill:r,style:{transition:t?"all 0.6s ease-out":"none"}})]})}function ce({confidence:e,theme:t}){const r=Math.round(100*e),n=r>=80?t.success:r>=60?t.warning:t.danger;/* @__PURE__ */
8
+ return l("span",{style:{display:"inline-flex",alignItems:"center",gap:"2px",fontSize:"10px",fontWeight:600,padding:"1px 5px",borderRadius:"999px",backgroundColor:`${n}22`,color:n,border:`1px solid ${n}44`,marginLeft:"6px",verticalAlign:"middle",letterSpacing:"0.03em"},children:["⚛ ",r,"%"]})}function de({config:e,intel:t,qubitPhase:r,value:n,error:i,touched:o,showConfidence:a,showQuantumState:c,collapsed:d,onChange:u,onBlur:f,theme:p,mounted:m,index:g}){const h=e.type??t.type,b=e.label??t.label,x=e.placeholder??t.placeholder,y=void 0!==e.required?e.required:t.validations.some(e=>"required"===e.rule),w=V(b),v="textarea"===h,k=o&&""!==i,$=`qf-${e.name}`,z={width:"100%",padding:"9px 12px",border:`1.5px solid ${k?p.danger:p.border}`,borderRadius:"8px",backgroundColor:p.surface,color:p.text,fontSize:"14px",fontFamily:"inherit",outline:"none",boxSizing:"border-box",transition:"border-color 0.15s, box-shadow 0.15s",resize:v?"vertical":void 0,minHeight:v?"80px":void 0};/* @__PURE__ */
9
9
  return l("div",{style:{display:"flex",flexDirection:"column",gap:"4px",opacity:m?1:0,transform:m?"scaleY(1)":"scaleY(0.92)",transition:`opacity 0.35s ease ${60*g}ms, transform 0.35s ease ${60*g}ms`,transformOrigin:"top"},children:[
10
- /* @__PURE__ */l("div",{style:{display:"flex",alignItems:"center",gap:"4px"},children:[c&&/* @__PURE__ */s(ie,{phase:r,collapsed:d,primaryColor:p.primary,borderColor:p.border}),
11
- /* @__PURE__ */l("label",{htmlFor:$,style:{fontSize:"13px",fontWeight:500,color:p.text,cursor:"pointer"},children:[w,y&&/* @__PURE__ */s("span",{"aria-hidden":"true",style:{color:p.danger,marginLeft:"3px"},children:"*"})]}),a&&/* @__PURE__ */s(oe,{confidence:t.confidence,theme:p})]}),v?/* @__PURE__ */s("textarea",{id:$,value:n,onChange:e=>u(e.target.value),onBlur:f,placeholder:x,"aria-invalid":k,"aria-required":y,style:z}):/* @__PURE__ */s("input",{id:$,type:h,value:n,onChange:e=>u(e.target.value),onBlur:f,placeholder:x,"aria-invalid":k,"aria-required":y,style:z}),k&&/* @__PURE__ */l("span",{role:"alert",style:{fontSize:"12px",color:p.danger,display:"flex",alignItems:"center",gap:"4px"},children:[/* @__PURE__ */s("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",children:/* @__PURE__ */s("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"})}),Y(i)]})]})}function se(e){let t=2166136261;for(let r=0;r<e.length;r++)t^=e.charCodeAt(r),t=Math.imul(t,16777619)>>>0;return(65535&t)/65535*Math.PI*2}function le({fields:e,onSubmit:r,submitLabel:i="Submit",layout:c="vertical",showConfidence:p=!0,showQuantumState:m=!1}){const g=d(),h=e.map(e=>function(e){const t=e.toLowerCase().replace(/[\s-]/g,"_"),r=(new u).amplify(f,e=>{let r=0;for(const n of e.keywords)t===n?r=Math.max(r,1):t.includes(n)||n.includes(t)?r=Math.max(r,.8):n.split("_").some(e=>t.includes(e))&&(r=Math.max(r,.5));return r},.3);if(r.length>0&&r[0].combined>.1){const e=f[r[0].index];return{type:e.type,validations:e.validations,placeholder:e.placeholder,confidence:Math.min(e.confidence*r[0].combined*2,.99),label:e.label}}return{type:"text",validations:[{rule:"maxLength",value:255,message:"Input too long"}],placeholder:e.replace(/_/g," "),confidence:.3,label:e.replace(/_/g," ").replace(/\b\w/g,e=>e.toUpperCase())}}(e.name)),[b,x]=o(()=>Object.fromEntries(e.map(e=>[e.name,""]))),[y,w]=o({}),[v,k]=o({}),[$,z]=o(!1),[S,j]=o(!1),[C,A]=o(!1);n(()=>{const e=requestAnimationFrame(()=>j(!0));return()=>cancelAnimationFrame(e)},[]);const M=t((t,r)=>{const n=e.find(e=>e.name===t),i=h[e.findIndex(e=>e.name===t)];if(!n||!i)return"";const o=r[t]??"";for(const{rule:e,value:a,message:s}of i.validations)if(("required"!==e||!1!==n.required)&&!ne(e,a,o,r))return s;return""},[e]),_=t(t=>{const r={};for(const n of e){const e=M(n.name,t);e&&(r[n.name]=e)}return r},[e,M]),I=t((t,r)=>{x(n=>{const i={...n,[t]:r};if(v[t]&&(w(e=>({...e,[t]:M(t,i)})),"password"===t)){const t=e.find(e=>["confirmpassword","confirm_password","passwordconfirm"].includes(e.name.toLowerCase().replace(/[\s_-]/g,"")))?.name;t&&v[t]&&w(e=>({...e,[t]:M(t,i)}))}return i}),A(!0)},[e,v,M]),L=t(e=>{k(t=>({...t,[e]:!0})),w(t=>({...t,[e]:M(e,b)}))},[b,M]),F=t(async t=>{t.preventDefault(),k(Object.fromEntries(e.map(e=>[e.name,!0])));const n=_(b);if(w(n),!(Object.keys(n).length>0)){z(!0);try{await r(b)}finally{z(!1)}}},[e,b,_,r]),R=h.length>0?Math.round(h.reduce((e,t)=>e+t.confidence,0)/h.length*100):0,q=R>=80?g.success:R>=60?g.warning:g.danger,N="horizontal"===c;/* @__PURE__ */
12
- return l("form",{onSubmit:F,noValidate:!0,className:T("w-full"),style:{backgroundColor:g.surface,border:`1px solid ${g.border}`,borderRadius:"12px",padding:"24px",position:"relative",boxSizing:"border-box"},children:[
13
- /* @__PURE__ */s("span",{"aria-label":"Powered by Quantum AI",style:{position:"absolute",top:"16px",right:"16px",fontSize:"10px",fontWeight:700,padding:"3px 8px",borderRadius:"999px",backgroundColor:`${g.primary}20`,color:g.primary,border:`1px solid ${g.primary}44`,letterSpacing:"0.04em",userSelect:"none"},children:"⚛ Quantum AI"}),p&&/* @__PURE__ */l("div",{style:{marginBottom:"20px",paddingRight:"100px"},children:[/* @__PURE__ */l("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",marginBottom:"4px"},children:[/* @__PURE__ */s("span",{style:{fontSize:"11px",color:g.textMuted,fontWeight:500},children:"Form Intelligence Confidence"}),/* @__PURE__ */l("span",{style:{fontSize:"11px",fontWeight:700,color:q},children:[R,"%"]})]}),/* @__PURE__ */s("div",{style:{height:"4px",borderRadius:"4px",backgroundColor:g.border,overflow:"hidden"},children:/* @__PURE__ */s("div",{style:{height:"100%",width:`${R}%`,backgroundColor:q,borderRadius:"4px",transition:"width 0.8s ease"}})})]}),
14
- /* @__PURE__ */s("div",{style:{display:"grid",gridTemplateColumns:N?"repeat(auto-fill, minmax(260px, 1fr))":"1fr",gap:"16px",marginBottom:"20px"},children:e.map((e,t)=>/* @__PURE__ */s(ae,{config:e,intel:h[t],qubitPhase:se(e.name),value:b[e.name]??"",error:y[e.name]??"",touched:v[e.name]??!1,showConfidence:p,showQuantumState:m,collapsed:C,onChange:t=>I(e.name,t),onBlur:()=>L(e.name),theme:g,mounted:S,index:t},e.name))}),
15
- /* @__PURE__ */s("button",{type:"submit",disabled:$,style:{width:"100%",padding:"10px 20px",borderRadius:"8px",border:"none",backgroundColor:$?`${g.primary}88`:g.primary,color:g.bg,fontSize:"14px",fontWeight:700,fontFamily:"inherit",cursor:$?"not-allowed":"pointer",transition:"background-color 0.15s, opacity 0.15s",display:"flex",alignItems:"center",justifyContent:"center",gap:"8px"},children:$?/* @__PURE__ */l(a,{children:[/* @__PURE__ */l("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",style:{animation:"qf-spin 0.8s linear infinite"},"aria-hidden":"true",children:[/* @__PURE__ */s("circle",{cx:"12",cy:"12",r:"10",strokeOpacity:"0.25"}),/* @__PURE__ */s("path",{d:"M12 2a10 10 0 0 1 10 10"})]}),"Processing…"]}):Y(i)}),
16
- /* @__PURE__ */s("style",{children:"@keyframes qf-spin { to { transform: rotate(360deg); } }"})]})}Object.freeze({sanitizeString:Y,sanitizeHref:U,sanitizeHTML:J,sanitizeCSS:G,sanitizeJSON:function(e){try{return ee(JSON.parse(e,(e,t)=>{if(!K.has(e))return t}))}catch{return null}},sanitizeUnicode:function(e){return"string"!=typeof e?"":e.replace(/[\u200B-\u200F\u202A-\u202E\u2060-\u206F\uFEFF\u00AD]/g,"")},isSafeAttrName:function(e){return!("string"!=typeof e||!e||/[\u0000-\u001F\u007F<>"]/.test(e)||V.has(e.toLowerCase()))},buildTkxCSP:function(e={}){const{allowInlineStyles:t=!0,imgHosts:r=[],connectHosts:n=[],fontHosts:i=[],scriptNonce:o,reportUri:a}=e,s=["default-src 'self'","script-src "+(o?`'self' 'nonce-${o}'`:"'self'"),"style-src "+(t?"'self' 'unsafe-inline'":"'self'"),`img-src ${["'self'","data:","https:",...r].join(" ")}`,`font-src ${["'self'","https:","data:",...i].join(" ")}`,`connect-src ${["'self'",...n].join(" ")}`,"frame-ancestors 'none'","form-action 'self'","base-uri 'self'","object-src 'none'","upgrade-insecure-requests"];return a&&s.push(`report-uri ${a}`),s.join("; ")},installTrustedTypes:function(){if("undefined"==typeof window)return;const e=window.trustedTypes;if(e)try{e.createPolicy("tkx",{createHTML:J,createScriptURL:e=>U(e)??"",createScript:()=>{throw new Error("TekiVex: inline script creation forbidden")}})}catch{}},isFramed:te,installFrameBuster:function(e){if("undefined"!=typeof window&&te())if(e)e();else try{window.top.location.href=window.self.location.href}catch{}},createRateLimiter:function(e,t){let r=e,n=Date.now();return{check(){const i=Date.now(),o=i-n,a=Math.floor(o/t);return a>0&&(r=Math.min(e,r+a),n=i),!(r<=0||(r-=1,0))},reset(){r=e,n=Date.now()}}},sniffMimeType:async function(e){const t=new Uint8Array(await e.slice(0,12).arrayBuffer()),r=(...e)=>e.every((e,r)=>t[r]===e);return r(137,80,78,71)?"image/png":r(255,216,255)?"image/jpeg":r(71,73,70,56)?"image/gif":r(66,77)?"image/bmp":r(82,73,70,70)&&87===t[8]&&69===t[9]&&66===t[10]&&80===t[11]?"image/webp":r(37,80,68,70)?"application/pdf":r(80,75,3,4)?"application/zip":123===t[0]||91===t[0]?"application/json":[...t].includes(0)?null:"text/plain"},scrubPII:function(e){if("string"!=typeof e)return"";let t=e;for(const{re:r,repl:n}of re)t=t.replace(r,n);return t},deepFreeze:function e(t){if(t&&"object"==typeof t&&!Object.isFrozen(t)){for(const r of Object.keys(t))e(t[r]);Object.freeze(t)}return t},__brand:"TekiVex SecurityCore v2.6.0 © 007krcs"}),le.displayName="TkxQuantumForm";var ce={sm:4,md:8,lg:12};function de({value:e,label:t,showLabel:r=!0,size:o="md",animate:a=!0,className:c,style:u}){const f=d(),p=i(null),m=Math.max(0,Math.min(100,e)),g=function(e,t){return e>=80?"#10b981":e>=55?t:e>=30?"#f59e0b":"#ef4444"}(m,f.primary),h=ce[o];n(()=>{if(!a||!p.current)return;const e=p.current;e.style.width="0%";const t=requestAnimationFrame(()=>{e.style.transition="width 0.9s cubic-bezier(0.4, 0, 0.2, 1)",e.style.width=`${m}%`});return()=>cancelAnimationFrame(t)},[m,a]);const b="number"==typeof m?`${m.toFixed(0)}% AI confidence${t?` for ${t}`:""}`:t;/* @__PURE__ */
17
- return l("div",{className:P(T("flex flex-col gap-1"),c),style:u,role:"meter","aria-valuenow":m,"aria-valuemin":0,"aria-valuemax":100,"aria-label":b,children:[(t||r)&&/* @__PURE__ */l("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center",marginBottom:4},children:[t&&/* @__PURE__ */s("span",{style:{fontSize:12,fontWeight:600,color:f.textMuted},children:t}),r&&/* @__PURE__ */l("span",{style:{fontSize:12,fontWeight:700,color:g,marginLeft:"auto"},children:[m.toFixed(0),"%"]})]}),
10
+ /* @__PURE__ */l("div",{style:{display:"flex",alignItems:"center",gap:"4px"},children:[c&&/* @__PURE__ */s(le,{phase:r,collapsed:d,primaryColor:p.primary,borderColor:p.border}),
11
+ /* @__PURE__ */l("label",{htmlFor:$,style:{fontSize:"13px",fontWeight:500,color:p.text,cursor:"pointer"},children:[w,y&&/* @__PURE__ */s("span",{"aria-hidden":"true",style:{color:p.danger,marginLeft:"3px"},children:"*"})]}),a&&/* @__PURE__ */s(ce,{confidence:t.confidence,theme:p})]}),v?/* @__PURE__ */s("textarea",{id:$,value:n,onChange:e=>u(e.target.value),onBlur:f,placeholder:x,"aria-invalid":k,"aria-required":y,style:z}):/* @__PURE__ */s("input",{id:$,type:h,value:n,onChange:e=>u(e.target.value),onBlur:f,placeholder:x,"aria-invalid":k,"aria-required":y,style:z}),k&&/* @__PURE__ */l("span",{role:"alert",style:{fontSize:"12px",color:p.danger,display:"flex",alignItems:"center",gap:"4px"},children:[/* @__PURE__ */s("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",children:/* @__PURE__ */s("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"})}),V(i)]})]})}function ue(e){let t=2166136261;for(let r=0;r<e.length;r++)t^=e.charCodeAt(r),t=Math.imul(t,16777619)>>>0;return(65535&t)/65535*Math.PI*2}function fe({fields:e,onSubmit:r,submitLabel:i="Submit",layout:c="vertical",showConfidence:p=!0,showQuantumState:m=!1}){const g=d(),h=e.map(e=>function(e){const t=e.toLowerCase().replace(/[\s-]/g,"_"),r=(new u).amplify(f,e=>{let r=0;for(const n of e.keywords)t===n?r=Math.max(r,1):t.includes(n)||n.includes(t)?r=Math.max(r,.8):n.split("_").some(e=>t.includes(e))&&(r=Math.max(r,.5));return r},.3);if(r.length>0&&r[0].combined>.1){const e=f[r[0].index];return{type:e.type,validations:e.validations,placeholder:e.placeholder,confidence:Math.min(e.confidence*r[0].combined*2,.99),label:e.label}}return{type:"text",validations:[{rule:"maxLength",value:255,message:"Input too long"}],placeholder:e.replace(/_/g," "),confidence:.3,label:e.replace(/_/g," ").replace(/\b\w/g,e=>e.toUpperCase())}}(e.name)),[b,x]=o(()=>Object.fromEntries(e.map(e=>[e.name,""]))),[y,w]=o({}),[v,k]=o({}),[$,z]=o(!1),[S,j]=o(!1),[C,A]=o(!1);n(()=>{const e=requestAnimationFrame(()=>j(!0));return()=>cancelAnimationFrame(e)},[]);const M=t((t,r)=>{const n=e.find(e=>e.name===t),i=h[e.findIndex(e=>e.name===t)];if(!n||!i)return"";const o=r[t]??"";for(const{rule:e,value:a,message:s}of i.validations)if(("required"!==e||!1!==n.required)&&!se(e,a,o,r))return s;return""},[e]),_=t(t=>{const r={};for(const n of e){const e=M(n.name,t);e&&(r[n.name]=e)}return r},[e,M]),I=t((t,r)=>{x(n=>{const i={...n,[t]:r};if(v[t]&&(w(e=>({...e,[t]:M(t,i)})),"password"===t)){const t=e.find(e=>["confirmpassword","confirm_password","passwordconfirm"].includes(e.name.toLowerCase().replace(/[\s_-]/g,"")))?.name;t&&v[t]&&w(e=>({...e,[t]:M(t,i)}))}return i}),A(!0)},[e,v,M]),L=t(e=>{k(t=>({...t,[e]:!0})),w(t=>({...t,[e]:M(e,b)}))},[b,M]),R=t(async t=>{t.preventDefault(),k(Object.fromEntries(e.map(e=>[e.name,!0])));const n=_(b);if(w(n),!(Object.keys(n).length>0)){z(!0);try{await r(b)}finally{z(!1)}}},[e,b,_,r]),F=h.length>0?Math.round(h.reduce((e,t)=>e+t.confidence,0)/h.length*100):0,q=F>=80?g.success:F>=60?g.warning:g.danger,N="horizontal"===c;/* @__PURE__ */
12
+ return l("form",{onSubmit:R,noValidate:!0,className:B("w-full"),style:{backgroundColor:g.surface,border:`1px solid ${g.border}`,borderRadius:"12px",padding:"24px",position:"relative",boxSizing:"border-box"},children:[
13
+ /* @__PURE__ */s("span",{"aria-label":"Powered by Quantum AI",style:{position:"absolute",top:"16px",right:"16px",fontSize:"10px",fontWeight:700,padding:"3px 8px",borderRadius:"999px",backgroundColor:`${g.primary}20`,color:g.primary,border:`1px solid ${g.primary}44`,letterSpacing:"0.04em",userSelect:"none"},children:"⚛ Quantum AI"}),p&&/* @__PURE__ */l("div",{style:{marginBottom:"20px",paddingRight:"100px"},children:[/* @__PURE__ */l("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",marginBottom:"4px"},children:[/* @__PURE__ */s("span",{style:{fontSize:"11px",color:g.textMuted,fontWeight:500},children:"Form Intelligence Confidence"}),/* @__PURE__ */l("span",{style:{fontSize:"11px",fontWeight:700,color:q},children:[F,"%"]})]}),/* @__PURE__ */s("div",{style:{height:"4px",borderRadius:"4px",backgroundColor:g.border,overflow:"hidden"},children:/* @__PURE__ */s("div",{style:{height:"100%",width:`${F}%`,backgroundColor:q,borderRadius:"4px",transition:"width 0.8s ease"}})})]}),
14
+ /* @__PURE__ */s("div",{style:{display:"grid",gridTemplateColumns:N?"repeat(auto-fill, minmax(260px, 1fr))":"1fr",gap:"16px",marginBottom:"20px"},children:e.map((e,t)=>/* @__PURE__ */s(de,{config:e,intel:h[t],qubitPhase:ue(e.name),value:b[e.name]??"",error:y[e.name]??"",touched:v[e.name]??!1,showConfidence:p,showQuantumState:m,collapsed:C,onChange:t=>I(e.name,t),onBlur:()=>L(e.name),theme:g,mounted:S,index:t},e.name))}),
15
+ /* @__PURE__ */s("button",{type:"submit",disabled:$,style:{width:"100%",padding:"10px 20px",borderRadius:"8px",border:"none",backgroundColor:$?`${g.primary}88`:g.primary,color:g.bg,fontSize:"14px",fontWeight:700,fontFamily:"inherit",cursor:$?"not-allowed":"pointer",transition:"background-color 0.15s, opacity 0.15s",display:"flex",alignItems:"center",justifyContent:"center",gap:"8px"},children:$?/* @__PURE__ */l(a,{children:[/* @__PURE__ */l("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",style:{animation:"qf-spin 0.8s linear infinite"},"aria-hidden":"true",children:[/* @__PURE__ */s("circle",{cx:"12",cy:"12",r:"10",strokeOpacity:"0.25"}),/* @__PURE__ */s("path",{d:"M12 2a10 10 0 0 1 10 10"})]}),"Processing…"]}):V(i)}),
16
+ /* @__PURE__ */s("style",{children:"@keyframes qf-spin { to { transform: rotate(360deg); } }"})]})}Object.freeze({sanitizeString:V,sanitizeHref:J,sanitizeHTML:ee,sanitizeCSS:re,sanitizeJSON:function(e){try{return ie(JSON.parse(e,(e,t)=>{if(!ne.has(e))return t}))}catch{return null}},sanitizeUnicode:function(e){if("string"!=typeof e)return"";const t=e.replace(/[\u200B-\u200F\u202A-\u202E\u2060-\u206F\uFEFF\u00AD]/g,"");return t.length!==e.length&&Q("unicode-stripped","Removed bidirectional / zero-width control characters (Trojan-Source vector)","critical",{charsRemoved:e.length-t.length}),t},isSafeAttrName:function(e){return!("string"!=typeof e||!e||/[\u0000-\u001F\u007F<>"]/.test(e)||K.has(e.toLowerCase()))},buildTkxCSP:function(e={}){const{allowInlineStyles:t=!0,imgHosts:r=[],connectHosts:n=[],fontHosts:i=[],scriptNonce:o,reportUri:a}=e,s=["default-src 'self'","script-src "+(o?`'self' 'nonce-${o}'`:"'self'"),"style-src "+(t?"'self' 'unsafe-inline'":"'self'"),`img-src ${["'self'","data:","https:",...r].join(" ")}`,`font-src ${["'self'","https:","data:",...i].join(" ")}`,`connect-src ${["'self'",...n].join(" ")}`,"frame-ancestors 'none'","form-action 'self'","base-uri 'self'","object-src 'none'","upgrade-insecure-requests"];return a&&s.push(`report-uri ${a}`),s.join("; ")},installTrustedTypes:function(){if("undefined"==typeof window)return;const e=window.trustedTypes;if(e)try{e.createPolicy("tkx",{createHTML:ee,createScriptURL:e=>J(e)??"",createScript:()=>{throw new Error("TekiVex: inline script creation forbidden")}})}catch{}},isFramed:oe,installFrameBuster:function(e){if("undefined"!=typeof window&&oe())if(Q("clickjacking-detected","Page is embedded in a cross-origin frame — clickjacking precondition","critical"),e)e();else try{window.top.location.href=window.self.location.href}catch{}},createRateLimiter:function(e,t){let r=e,n=Date.now();return{check(){const i=Date.now(),o=i-n,a=Math.floor(o/t);return a>0&&(r=Math.min(e,r+a),n=i),r<=0?(Q("rate-limited","Action throttled — token bucket exhausted","warning",{capacity:e,intervalMs:t}),!1):(r-=1,!0)},reset(){r=e,n=Date.now()}}},sniffMimeType:async function(e){const t=new Uint8Array(await e.slice(0,12).arrayBuffer()),r=(...e)=>e.every((e,r)=>t[r]===e);return r(137,80,78,71)?"image/png":r(255,216,255)?"image/jpeg":r(71,73,70,56)?"image/gif":r(66,77)?"image/bmp":r(82,73,70,70)&&87===t[8]&&69===t[9]&&66===t[10]&&80===t[11]?"image/webp":r(37,80,68,70)?"application/pdf":r(80,75,3,4)?"application/zip":123===t[0]||91===t[0]?"application/json":[...t].includes(0)?(Q("mime-rejected",`File "${e.name}" rejected — magic bytes match no allow-listed type (claimed: ${e.type||"unknown"})`,"critical",{name:e.name,claimedType:e.type}),null):"text/plain"},scrubPII:function(e){if("string"!=typeof e)return"";let t=e,r=0;for(const{re:n,repl:i}of ae)t="function"==typeof i?t.replace(n,e=>(r++,i(e))):t.replace(n,e=>(r++,i));return r>0&&Q("pii-redacted",`Redacted ${r} PII token${1===r?"":"s"} before the text left the trust boundary`,"warning",{redactions:r}),t},deepFreeze:function e(t){if(t&&"object"==typeof t&&!Object.isFrozen(t)){for(const r of Object.keys(t))e(t[r]);Object.freeze(t)}return t},__brand:"TekiVex SecurityCore v2.6.0 © 007krcs"}),fe.displayName="TkxQuantumForm";var pe={sm:4,md:8,lg:12};function me({value:e,label:t,showLabel:r=!0,size:o="md",animate:a=!0,className:c,style:u}){const f=d(),p=i(null),m=Math.max(0,Math.min(100,e)),g=function(e,t){return e>=80?t.success:e>=55?t.primary:e>=30?t.warning:t.danger}(m,f),h=pe[o];n(()=>{if(!a||!p.current)return;const e=p.current;e.style.width="0%";const t=requestAnimationFrame(()=>{e.style.transition="width 0.9s cubic-bezier(0.4, 0, 0.2, 1)",e.style.width=`${m}%`});return()=>cancelAnimationFrame(t)},[m,a]);const b="number"==typeof m?`${m.toFixed(0)}% AI confidence${t?` for ${t}`:""}`:t;/* @__PURE__ */
17
+ return l("div",{className:P(B("flex flex-col gap-1"),c),style:u,role:"meter","aria-valuenow":m,"aria-valuemin":0,"aria-valuemax":100,"aria-label":b,children:[(t||r)&&/* @__PURE__ */l("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center",marginBottom:4},children:[t&&/* @__PURE__ */s("span",{style:{fontSize:12,fontWeight:600,color:f.textMuted},children:t}),r&&/* @__PURE__ */l("span",{style:{fontSize:12,fontWeight:700,color:g,marginLeft:"auto"},children:[m.toFixed(0),"%"]})]}),
18
18
  /* @__PURE__ */l("div",{style:{height:h,borderRadius:h,background:`${f.border}`,overflow:"hidden",position:"relative"},children:[/* @__PURE__ */s("div",{style:{position:"absolute",inset:0,background:"linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.12) 50%, transparent 100%)",backgroundSize:"200% 100%",animation:"tkx-ai-shimmer 2s linear infinite",pointerEvents:"none",zIndex:1}}),/* @__PURE__ */s("div",{ref:p,style:{height:"100%",width:a?"0%":`${m}%`,background:`linear-gradient(90deg, ${g}cc, ${g})`,borderRadius:h,boxShadow:`0 0 8px ${g}66`,transition:a?void 0:"width 0.3s ease"}})]}),
19
19
  /* @__PURE__ */l("div",{style:{fontSize:10,color:f.textMuted,marginTop:2,display:"flex",gap:4,alignItems:"center"},children:[/* @__PURE__ */s("span",{style:{width:6,height:6,borderRadius:"50%",background:g,display:"inline-block",flexShrink:0}}),m>=80?"High confidence":m>=55?"Moderate confidence":m>=30?"Low confidence":"Very low — review manually"]}),
20
- /* @__PURE__ */s("style",{children:"\n @keyframes tkx-ai-shimmer {\n 0% { background-position: -200% 0; }\n 100% { background-position: 200% 0; }\n }\n "})]})}function ue({color:e}){/* @__PURE__ */
21
- return s("div",{style:{display:"flex",gap:4,alignItems:"center"},children:[0,1,2].map(t=>/* @__PURE__ */s("div",{style:{width:7,height:7,borderRadius:"50%",background:e,animation:`tkx-thinking-dot 1.2s ease-in-out ${.18*t}s infinite`}},t))})}function fe({color:e}){/* @__PURE__ */
20
+ /* @__PURE__ */s("style",{children:"\n @keyframes tkx-ai-shimmer {\n 0% { background-position: -200% 0; }\n 100% { background-position: 200% 0; }\n }\n "})]})}function ge({color:e}){/* @__PURE__ */
21
+ return s("div",{style:{display:"flex",gap:4,alignItems:"center"},children:[0,1,2].map(t=>/* @__PURE__ */s("div",{style:{width:7,height:7,borderRadius:"50%",background:e,animation:`tkx-thinking-dot 1.2s ease-in-out ${.18*t}s infinite`}},t))})}function he({color:e}){/* @__PURE__ */
22
22
  return l("div",{style:{position:"relative",width:24,height:24},children:[
23
23
  /* @__PURE__ */s("div",{style:{position:"absolute",inset:0,borderRadius:"50%",background:e,opacity:.15,animation:"tkx-thinking-pulse 1.5s ease-out infinite"}}),
24
24
  /* @__PURE__ */s("div",{style:{position:"absolute",inset:4,borderRadius:"50%",background:e,opacity:.6,animation:"tkx-thinking-pulse 1.5s ease-out 0.3s infinite"}}),
25
- /* @__PURE__ */s("div",{style:{position:"absolute",inset:8,borderRadius:"50%",background:e}})]})}function pe({color:e}){/* @__PURE__ */
26
- return s("div",{style:{display:"flex",gap:3,alignItems:"center",height:20},children:[0,1,2,3,4].map(t=>/* @__PURE__ */s("div",{style:{width:3,borderRadius:3,background:e,animation:`tkx-thinking-wave 1s ease-in-out ${.1*t}s infinite`}},t))})}function me({color:e}){/* @__PURE__ */
25
+ /* @__PURE__ */s("div",{style:{position:"absolute",inset:8,borderRadius:"50%",background:e}})]})}function be({color:e}){/* @__PURE__ */
26
+ return s("div",{style:{display:"flex",gap:3,alignItems:"center",height:20},children:[0,1,2,3,4].map(t=>/* @__PURE__ */s("div",{style:{width:3,borderRadius:3,background:e,animation:`tkx-thinking-wave 1s ease-in-out ${.1*t}s infinite`}},t))})}function xe({color:e}){/* @__PURE__ */
27
27
  return l("div",{style:{position:"relative",width:28,height:28},children:[
28
28
  /* @__PURE__ */s("div",{style:{position:"absolute",inset:0,borderRadius:"50%",border:`2px solid ${e}33`}}),
29
29
  /* @__PURE__ */s("div",{style:{position:"absolute",inset:0,borderRadius:"50%",border:"2px solid transparent",borderTopColor:e,animation:"tkx-thinking-orbit 0.8s linear infinite"}}),
30
- /* @__PURE__ */s("div",{style:{position:"absolute",inset:"38%",borderRadius:"50%",background:e,opacity:.8}})]})}var ge={sm:12,md:14,lg:16};function he({label:e="Thinking…",steps:t,size:r="md",variant:i="dots",active:a=!0,className:c,style:u}){const f=d(),[p,m]=o(0);n(()=>{if(!t?.length||!a)return;const e=setInterval(()=>{m(e=>(e+1)%t.length)},1800);return()=>clearInterval(e)},[t,a]);const g=f.primary,h=ge[r],b={dots:/* @__PURE__ */s(ue,{color:g}),pulse:/* @__PURE__ */s(fe,{color:g}),wave:/* @__PURE__ */s(pe,{color:g}),orbit:/* @__PURE__ */s(me,{color:g})}[i];/* @__PURE__ */
31
- return l("div",{className:P(T("inline-flex flex-col gap-2"),c),style:u,role:"status","aria-live":"polite","aria-label":a?e:"Done thinking",children:[
32
- /* @__PURE__ */l("div",{style:{display:"flex",alignItems:"center",gap:10},children:[/* @__PURE__ */s("div",{style:{opacity:a?1:.35,transition:"opacity 0.3s"},children:a?b:/* @__PURE__ */s("div",{style:{width:20,height:20,borderRadius:"50%",background:"#10b981",display:"flex",alignItems:"center",justifyContent:"center"},children:/* @__PURE__ */s("span",{style:{color:"#fff",fontSize:11,fontWeight:900},children:"✓"})})}),/* @__PURE__ */l("div",{style:{display:"flex",flexDirection:"column",gap:2},children:[/* @__PURE__ */s("span",{style:{fontSize:h,fontWeight:600,color:a?f.text:f.textMuted,transition:"color 0.3s"},children:a?t?t[p]:e:"Done"}),a&&/* @__PURE__ */s("span",{style:{fontSize:h-2,color:f.textMuted},children:"⚛ Quantum AI · Amplitude Amplification"})]})]}),t&&t.length>1&&/* @__PURE__ */s("div",{style:{display:"flex",gap:4,paddingLeft:2},children:t.map((e,t)=>/* @__PURE__ */s("div",{style:{width:t===p?16:6,height:4,borderRadius:4,background:t===p?g:`${g}44`,transition:"all 0.3s ease"}},t))}),
33
- /* @__PURE__ */s("style",{children:"\n @keyframes tkx-thinking-dot {\n 0%, 80%, 100% { transform: scale(0.6); opacity: 0.4; }\n 40% { transform: scale(1); opacity: 1; }\n }\n @keyframes tkx-thinking-pulse {\n 0% { transform: scale(0.6); opacity: 0.8; }\n 100% { transform: scale(2); opacity: 0; }\n }\n @keyframes tkx-thinking-wave {\n 0%, 100% { height: 6px; }\n 50% { height: 18px; }\n }\n @keyframes tkx-thinking-orbit {\n to { transform: rotate(360deg); }\n }\n "})]})}function be({src:e,name:t,size:r=32}){const n=d(),i=t?t.split(" ").map(e=>e[0]).join("").slice(0,2).toUpperCase():"?";return e?/* @__PURE__ */s("img",{src:e,alt:t??"avatar",width:r,height:r,style:{borderRadius:"50%",objectFit:"cover",flexShrink:0}}):/* @__PURE__ */s("div",{style:{width:r,height:r,borderRadius:"50%",flexShrink:0,background:`${n.primary}22`,border:`1px solid ${n.primary}44`,display:"flex",alignItems:"center",justifyContent:"center",fontSize:.35*r,fontWeight:700,color:n.primary},children:i})}function xe({role:e,content:t,avatar:r,name:c,timestamp:u,streaming:f=!1,confidence:p,copyable:m=!1,className:g,style:h}){const b=d(),x="user"===e,y="system"===e,w="string"==typeof t?Y(t):"",[v,k]=o(f?"":w),[$,z]=o(!1),[S,j]=o(f?"":w),C=i(0),A=i(null);if(n(()=>{if(!f||"string"!=typeof t)return void j(w);C.current=0,k(""),j("");const e=setInterval(()=>{C.current++;const t=w.slice(0,C.current);k(t),A.current&&clearTimeout(A.current),A.current=setTimeout(()=>j(t),350),C.current>=w.length&&(clearInterval(e),A.current&&clearTimeout(A.current),j(w))},18);return()=>{clearInterval(e),A.current&&clearTimeout(A.current)}},[w,f,t]),y)/* @__PURE__ */return s("div",{style:{display:"flex",justifyContent:"center",padding:"8px 0"},children:/* @__PURE__ */s("div",{style:{padding:"6px 16px",borderRadius:999,fontSize:12,background:`${b.border}`,color:b.textMuted,fontStyle:"italic"},children:"string"==typeof t?Y(t):t})});const M={maxWidth:"75%",padding:"12px 16px",borderRadius:x?"18px 18px 4px 18px":"18px 18px 18px 4px",background:x?`linear-gradient(135deg, ${b.primary}, ${b.primary}cc)`:`${b.surface}`,border:x?"none":`1px solid ${b.border}`,color:x?"#fff":b.text,fontSize:14,lineHeight:1.65,boxShadow:x?`0 4px 16px -4px ${b.primary}55`:"0 2px 8px -2px rgba(0,0,0,0.2)",position:"relative",wordBreak:"break-word"};/* @__PURE__ */
34
- return l("div",{className:P(T("flex gap-2"),g),style:{flexDirection:x?"row-reverse":"row",alignItems:"flex-end",...h},children:[
35
- /* @__PURE__ */s(be,{src:r,name:c??(x?"You":"AI")}),
30
+ /* @__PURE__ */s("div",{style:{position:"absolute",inset:"38%",borderRadius:"50%",background:e,opacity:.8}})]})}var ye={sm:12,md:14,lg:16};function we({label:e="Thinking…",steps:t,size:r="md",variant:i="dots",active:a=!0,className:c,style:u}){const f=d(),[p,m]=o(0);n(()=>{if(!t?.length||!a)return;const e=setInterval(()=>{m(e=>(e+1)%t.length)},1800);return()=>clearInterval(e)},[t,a]);const g=f.primary,h=ye[r],b={dots:/* @__PURE__ */s(ge,{color:g}),pulse:/* @__PURE__ */s(he,{color:g}),wave:/* @__PURE__ */s(be,{color:g}),orbit:/* @__PURE__ */s(xe,{color:g})}[i];/* @__PURE__ */
31
+ return l("div",{className:P(B("inline-flex flex-col gap-2"),c),style:u,role:"status","aria-live":"polite","aria-label":a?e:"Done thinking",children:[
32
+ /* @__PURE__ */l("div",{style:{display:"flex",alignItems:"center",gap:10},children:[/* @__PURE__ */s("div",{style:{opacity:a?1:.35,transition:"opacity 0.3s"},children:a?b:/* @__PURE__ */s("div",{style:{width:20,height:20,borderRadius:"50%",background:f.success,display:"flex",alignItems:"center",justifyContent:"center"},children:/* @__PURE__ */s("span",{style:{color:f.bg,fontSize:11,fontWeight:900},children:"✓"})})}),/* @__PURE__ */s("div",{style:{display:"flex",flexDirection:"column",gap:2},children:/* @__PURE__ */s("span",{style:{fontSize:h,fontWeight:600,color:a?f.text:f.textMuted,transition:"color 0.3s"},children:a?t?t[p]:e:"Done"})})]}),t&&t.length>1&&/* @__PURE__ */s("div",{style:{display:"flex",gap:4,paddingLeft:2},children:t.map((e,t)=>/* @__PURE__ */s("div",{style:{width:t===p?16:6,height:4,borderRadius:4,background:t===p?g:`${g}44`,transition:"all 0.3s ease"}},t))}),
33
+ /* @__PURE__ */s("style",{children:"\n @keyframes tkx-thinking-dot {\n 0%, 80%, 100% { transform: scale(0.6); opacity: 0.4; }\n 40% { transform: scale(1); opacity: 1; }\n }\n @keyframes tkx-thinking-pulse {\n 0% { transform: scale(0.6); opacity: 0.8; }\n 100% { transform: scale(2); opacity: 0; }\n }\n @keyframes tkx-thinking-wave {\n 0%, 100% { height: 6px; }\n 50% { height: 18px; }\n }\n @keyframes tkx-thinking-orbit {\n to { transform: rotate(360deg); }\n }\n "})]})}function ve({src:e,name:t,size:r=32}){const n=d(),i=t?t.split(" ").map(e=>e[0]).join("").slice(0,2).toUpperCase():"?";return e?/* @__PURE__ */s("img",{src:e,alt:t??"avatar",width:r,height:r,style:{borderRadius:"50%",objectFit:"cover",flexShrink:0}}):/* @__PURE__ */s("div",{style:{width:r,height:r,borderRadius:"50%",flexShrink:0,background:`${n.primary}22`,border:`1px solid ${n.primary}44`,display:"flex",alignItems:"center",justifyContent:"center",fontSize:.35*r,fontWeight:700,color:n.primary},children:i})}function ke({role:e,content:t,avatar:r,name:c,timestamp:u,streaming:f=!1,confidence:p,copyable:m=!1,className:g,style:h}){const b=d(),x="user"===e,y="system"===e,w="string"==typeof t?V(t):"",[v,k]=o(f?"":w),[$,z]=o(!1),[S,j]=o(f?"":w),C=i(0),A=i(null);if(n(()=>{if(!f||"string"!=typeof t)return void j(w);C.current=0,k(""),j("");const e=setInterval(()=>{C.current++;const t=w.slice(0,C.current);k(t),A.current&&clearTimeout(A.current),A.current=setTimeout(()=>j(t),350),C.current>=w.length&&(clearInterval(e),A.current&&clearTimeout(A.current),j(w))},18);return()=>{clearInterval(e),A.current&&clearTimeout(A.current)}},[w,f,t]),y)/* @__PURE__ */return s("div",{style:{display:"flex",justifyContent:"center",padding:"8px 0"},children:/* @__PURE__ */s("div",{style:{padding:"6px 16px",borderRadius:999,fontSize:12,background:`${b.border}`,color:b.textMuted,fontStyle:"italic"},children:"string"==typeof t?V(t):t})});const M={maxWidth:"75%",padding:"12px 16px",borderRadius:x?"18px 18px 4px 18px":"18px 18px 18px 4px",background:x?`linear-gradient(135deg, ${b.primary}, ${b.primary}cc)`:`${b.surface}`,border:x?"none":`1px solid ${b.border}`,color:x?"#fff":b.text,fontSize:14,lineHeight:1.65,boxShadow:x?`0 4px 16px -4px ${b.primary}55`:"0 2px 8px -2px rgba(0,0,0,0.2)",position:"relative",wordBreak:"break-word"};/* @__PURE__ */
34
+ return l("div",{className:P(B("flex gap-2"),g),style:{flexDirection:x?"row-reverse":"row",alignItems:"flex-end",...h},children:[
35
+ /* @__PURE__ */s(ve,{src:r,name:c??(x?"You":"AI")}),
36
36
  /* @__PURE__ */l("div",{style:{display:"flex",flexDirection:"column",gap:4,alignItems:x?"flex-end":"flex-start"},children:[(c||u)&&/* @__PURE__ */l("div",{style:{display:"flex",gap:8,alignItems:"center",paddingInline:4},children:[c&&/* @__PURE__ */s("span",{style:{fontSize:11,fontWeight:700,color:b.textMuted},children:c}),u&&/* @__PURE__ */s("span",{style:{fontSize:10,color:b.textMuted},children:u})]}),
37
37
  /* @__PURE__ */l("div",{style:M,role:"article","aria-label":x?"Your message":"Assistant message",children:["string"==typeof t?/* @__PURE__ */l(a,{children:[
38
- /* @__PURE__ */s("span",{"aria-hidden":f?"true":void 0,children:f?v:Y(t)}),f&&v.length<w.length&&/* @__PURE__ */s("span",{"aria-hidden":"true",style:{display:"inline-block",width:2,height:14,background:x?"#fff":b.primary,marginLeft:2,animation:"tkx-blink 1s step-end infinite",verticalAlign:"text-bottom"}}),f&&/* @__PURE__ */s("span",{"aria-live":"polite","aria-atomic":"false",style:{position:"absolute",width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0,0,0,0)",whiteSpace:"nowrap",border:0},children:S})]}):t,m&&!x&&/* @__PURE__ */s("button",{onClick:()=>{navigator.clipboard?.writeText(w),z(!0),setTimeout(()=>z(!1),2e3)},title:"Copy message",style:{position:"absolute",top:8,right:8,background:"none",border:"none",cursor:"pointer",fontSize:13,color:$?"#10b981":b.textMuted,padding:"2px 4px",borderRadius:4,transition:"color 0.2s"},children:$?"✓":"⎘"})]}),!x&&void 0!==p&&/* @__PURE__ */s("div",{style:{paddingInline:4,width:"100%",maxWidth:240},children:/* @__PURE__ */l("div",{style:{display:"flex",alignItems:"center",gap:6},children:[/* @__PURE__ */s("div",{style:{flex:1,height:3,borderRadius:3,background:b.border,overflow:"hidden"},children:/* @__PURE__ */s("div",{style:{height:"100%",width:`${p}%`,background:(_=p,I=b.primary,_>=80?"#10b981":_>=55?I:_>=30?"#f59e0b":"#ef4444"),borderRadius:3,transition:"width 0.8s ease"}})}),/* @__PURE__ */l("span",{style:{fontSize:10,color:b.textMuted,whiteSpace:"nowrap"},children:[p,"% confident"]})]})})]}),
39
- /* @__PURE__ */s("style",{children:"\n @keyframes tkx-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }\n "})]});var _,I}export{xe as TkxAIChatBubble,de as TkxAIConfidenceBar,he as TkxAIThinking,le as TkxQuantumForm};
38
+ /* @__PURE__ */s("span",{"aria-hidden":f?"true":void 0,children:f?v:V(t)}),f&&v.length<w.length&&/* @__PURE__ */s("span",{"aria-hidden":"true",style:{display:"inline-block",width:2,height:14,background:x?"#fff":b.primary,marginLeft:2,animation:"tkx-blink 1s step-end infinite",verticalAlign:"text-bottom"}}),f&&/* @__PURE__ */s("span",{"aria-live":"polite","aria-atomic":"false",style:{position:"absolute",width:1,height:1,padding:0,margin:-1,overflow:"hidden",clip:"rect(0,0,0,0)",whiteSpace:"nowrap",border:0},children:S})]}):t,m&&!x&&/* @__PURE__ */s("button",{onClick:()=>{navigator.clipboard?.writeText(w),z(!0),setTimeout(()=>z(!1),2e3)},title:"Copy message",style:{position:"absolute",top:8,right:8,background:"none",border:"none",cursor:"pointer",fontSize:13,color:$?"#10b981":b.textMuted,padding:"2px 4px",borderRadius:4,transition:"color 0.2s"},children:$?"✓":"⎘"})]}),!x&&void 0!==p&&/* @__PURE__ */s("div",{style:{paddingInline:4,width:"100%",maxWidth:240},children:/* @__PURE__ */l("div",{style:{display:"flex",alignItems:"center",gap:6},children:[/* @__PURE__ */s("div",{style:{flex:1,height:3,borderRadius:3,background:b.border,overflow:"hidden"},children:/* @__PURE__ */s("div",{style:{height:"100%",width:`${p}%`,background:(_=p,I=b.primary,_>=80?"#10b981":_>=55?I:_>=30?"#f59e0b":"#ef4444"),borderRadius:3,transition:"width 0.8s ease"}})}),/* @__PURE__ */l("span",{style:{fontSize:10,color:b.textMuted,whiteSpace:"nowrap"},children:[p,"% confident"]})]})})]}),
39
+ /* @__PURE__ */s("style",{children:"\n @keyframes tkx-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }\n "})]});var _,I}export{ke as TkxAIChatBubble,me as TkxAIConfidenceBar,we as TkxAIThinking,fe as TkxQuantumForm};