tekivex-ui 3.20.1 → 3.22.1

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.
Files changed (34) hide show
  1. package/dist/experimental.cjs +1 -1
  2. package/dist/experimental.js +23 -23
  3. package/dist/headless.cjs +1 -1
  4. package/dist/headless.js +55 -55
  5. package/dist/index.cjs +1 -1
  6. package/dist/index.d.ts +8 -0
  7. package/dist/index.js +707 -681
  8. package/dist/realtime.cjs +1 -1
  9. package/dist/realtime.js +1 -1
  10. package/dist/src/components/TkxAffix.d.ts +2 -1
  11. package/dist/src/components/TkxAppBar.d.ts +4 -2
  12. package/dist/src/components/TkxAutoForm.d.ts +15 -0
  13. package/dist/src/components/TkxBottomNav.d.ts +4 -2
  14. package/dist/src/components/TkxCascader.d.ts +1 -2
  15. package/dist/src/components/TkxChat.d.ts +1 -1
  16. package/dist/src/components/TkxClock.d.ts +0 -1
  17. package/dist/src/components/TkxList.d.ts +4 -2
  18. package/dist/src/components/TkxLiveFeed.d.ts +867 -5
  19. package/dist/src/components/TkxLiveMetrics.d.ts +0 -1
  20. package/dist/src/components/TkxQRCode.d.ts +22 -2
  21. package/dist/src/components/TkxRealTimeChart.d.ts +863 -2
  22. package/dist/src/components/TkxResult.d.ts +4 -2
  23. package/dist/src/components/TkxSecurityDashboard.d.ts +23 -0
  24. package/dist/src/components/TkxSegmented.d.ts +3 -1
  25. package/dist/src/components/TkxSpin.d.ts +3 -1
  26. package/dist/src/components/TkxTable.d.ts +1 -1
  27. package/dist/src/components/TkxTimeline.d.ts +4 -2
  28. package/dist/src/components/TkxWatermark.d.ts +1 -1
  29. package/dist/src/components/index.d.ts +2 -0
  30. package/dist/src/engine/security.d.ts +15 -0
  31. package/dist/src/themes/index.d.ts +1 -0
  32. package/dist/themes.cjs +1 -1
  33. package/dist/themes.js +1 -1
  34. package/package.json +1 -1
@@ -1 +1 @@
1
- Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});let e=require("react"),t=require("react/jsx-runtime");new class{constructor(e=512){this.cache=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 r=(0,e.createContext)({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 n(){return(0,e.useContext)(r)}var i=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)}},o=[{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}],a={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"},s={...a,screen:"100vh"},l={"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%"},c={none:"0",sm:"2px","":"4px",md:"6px",lg:"8px",xl:"12px","2xl":"16px","3xl":"24px",full:"9999px"},d={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"},u={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"]},f={thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},p={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"},m={tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},g={none:"0",sm:"4px","":"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},h=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)])),b=new Set(["bg","surface","surfaceAlt","border","text","textMuted","primary","secondary","danger","warning","success","info"]),x={sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},y=/javascript\s*:|vbscript\s*:|data\s*:\s*text\/html|data\s*:\s*text\/javascript|expression\s*\(|[\r\n\x00]/i,w=new Set(["behavior","-moz-binding","-webkit-binding","src"]),v=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 k(e){return y.test(e)||e.includes("}")||e.includes("{")||e.includes("<")||e.includes(">")?null:e}function $(e){const t=e.match(/^\[(.+)]$/);return t?k(t[1]):null}function z(e){return b.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 S(e){const t=e.match(/^\[(--[a-zA-Z0-9_-]+):(.+)]$/);if(t){const e=k(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 w.has(t)?null:v.has(t)?t:null}(r[1]),t=k(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 x={"flex-1":"1 1 0%","flex-auto":"1 1 auto","flex-none":"none","flex-initial":"0 1 auto"};if(x[e])return{flex:x[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 y={"items-start":"flex-start","items-end":"flex-end","items-center":"center","items-stretch":"stretch","items-baseline":"baseline"};if(y[e])return{"align-items":y[e]};const S={"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(S[e])return{"justify-content":S[e]};const j={"self-auto":"auto","self-start":"flex-start","self-end":"flex-end","self-center":"center","self-stretch":"stretch","self-baseline":"baseline"};if(j[e])return{"align-self":j[e]};const C={"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(C[e])return{"align-content":C[e]};let A;if(A=e.match(/^grid-cols-(\d+|none|subgrid)$/))return{"grid-template-columns":"none"===A[1]?"none":"subgrid"===A[1]?"subgrid":`repeat(${A[1]},minmax(0,1fr))`};if(A=e.match(/^grid-rows-(\d+|none|subgrid)$/))return{"grid-template-rows":"none"===A[1]?"none":"subgrid"===A[1]?"subgrid":`repeat(${A[1]},minmax(0,1fr))`};if(A=e.match(/^col-span-(full|\d+)$/))return{"grid-column":"full"===A[1]?"1 / -1":`span ${A[1]} / span ${A[1]}`};if(A=e.match(/^col-start-(\d+|auto)$/))return{"grid-column-start":A[1]};if(A=e.match(/^col-end-(\d+|auto)$/))return{"grid-column-end":A[1]};if(A=e.match(/^row-span-(full|\d+)$/))return{"grid-row":"full"===A[1]?"1 / -1":`span ${A[1]} / span ${A[1]}`};if(A=e.match(/^row-start-(\d+|auto)$/))return{"grid-row-start":A[1]};if(A=e.match(/^row-end-(\d+|auto)$/))return{"grid-row-end":A[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(A=e.match(/^p-(.+)$/)){const e=a[A[1]]??$(A[1]);if(e)return{padding:e}}if(A=e.match(/^px-(.+)$/)){const e=a[A[1]]??$(A[1]);if(e)return{"padding-left":e,"padding-right":e}}if(A=e.match(/^py-(.+)$/)){const e=a[A[1]]??$(A[1]);if(e)return{"padding-top":e,"padding-bottom":e}}if(A=e.match(/^pt-(.+)$/)){const e=a[A[1]]??$(A[1]);if(e)return{"padding-top":e}}if(A=e.match(/^pr-(.+)$/)){const e=a[A[1]]??$(A[1]);if(e)return{"padding-right":e}}if(A=e.match(/^pb-(.+)$/)){const e=a[A[1]]??$(A[1]);if(e)return{"padding-bottom":e}}if(A=e.match(/^pl-(.+)$/)){const e=a[A[1]]??$(A[1]);if(e)return{"padding-left":e}}if(A=e.match(/^-?m-(.+)$/)){const t=e.startsWith("-"),r=a[A[1]]??$(A[1]);if(r)return{margin:t&&"0"!==r?`-${r}`:r}}if(A=e.match(/^-?mx-(.+)$/)){const t=e.startsWith("-"),r=a[A[1]]??$(A[1]);if(r){const e=t&&"0"!==r?`-${r}`:r;return{"margin-left":e,"margin-right":e}}}if(A=e.match(/^-?my-(.+)$/)){const t=e.startsWith("-"),r=a[A[1]]??$(A[1]);if(r){const e=t&&"0"!==r?`-${r}`:r;return{"margin-top":e,"margin-bottom":e}}}if(A=e.match(/^-?mt-(.+)$/)){const t=e.startsWith("-"),r=a[A[1]]??$(A[1]);if(r)return{"margin-top":t&&"0"!==r?`-${r}`:r}}if(A=e.match(/^-?mr-(.+)$/)){const t=e.startsWith("-"),r=a[A[1]]??$(A[1]);if(r)return{"margin-right":t&&"0"!==r?`-${r}`:r}}if(A=e.match(/^-?mb-(.+)$/)){const t=e.startsWith("-"),r=a[A[1]]??$(A[1]);if(r)return{"margin-bottom":t&&"0"!==r?`-${r}`:r}}if(A=e.match(/^-?ml-(.+)$/)){const t=e.startsWith("-"),r=a[A[1]]??$(A[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(A=e.match(/^gap-(.+)$/)){const e=a[A[1]]??$(A[1]);if(e)return{gap:e}}if(A=e.match(/^gap-x-(.+)$/)){const e=a[A[1]]??$(A[1]);if(e)return{"column-gap":e}}if(A=e.match(/^gap-y-(.+)$/)){const e=a[A[1]]??$(A[1]);if(e)return{"row-gap":e}}if(A=e.match(/^w-(.+)$/)){const e=A[1],t=a[e]??l[e]??$(e);if(t)return{width:t}}if(A=e.match(/^min-w-(.+)$/)){const e=a[A[1]]??$(A[1]);if(e)return{"min-width":e}}if(A=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"}[A[1]]??a[A[1]]??$(A[1]);if(e)return{"max-width":e}}if(A=e.match(/^h-(.+)$/)){const e=A[1],t=s[e]??l[e]??$(e);if(t)return{height:t}}if(A=e.match(/^min-h-(.+)$/)){const e={0:"0",full:"100%",screen:"100vh",svh:"100svh",dvh:"100dvh"}[A[1]]??a[A[1]]??$(A[1]);if(e)return{"min-height":e}}if(A=e.match(/^max-h-(.+)$/)){const e=s[A[1]]??$(A[1]);if(e)return{"max-height":e}}if(A=e.match(/^size-(.+)$/)){const e=a[A[1]]??l[A[1]]??$(A[1]);if(e)return{width:e,height:e}}if(A=e.match(/^text-(xs|sm|base|lg|[2-9]xl|\d+xl)$/)){const[e,t]=u[A[1]]??["1rem","1.5rem"];return{"font-size":e,"line-height":t}}if(A=e.match(/^font-(thin|extralight|light|normal|medium|semibold|bold|extrabold|black|\d+)$/))return{"font-weight":f[A[1]]??A[1]};if(A=e.match(/^leading-(.+)$/)){const e=p[A[1]]??$(A[1]);if(e)return{"line-height":e}}if(A=e.match(/^tracking-(.+)$/)){const e=m[A[1]]??$(A[1]);if(e)return{"letter-spacing":e}}const M={"text-left":"left","text-center":"center","text-right":"right","text-justify":"justify","text-start":"start","text-end":"end"};if(M[e])return{"text-align":M[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(A=e.match(/^indent-(.+)$/)){const e=a[A[1]]??$(A[1]);if(e)return{"text-indent":e}}if(A=e.match(/^line-clamp-(\d+)$/))return{overflow:"hidden",display:"-webkit-box","-webkit-line-clamp":A[1],"-webkit-box-orient":"vertical"};if(A=e.match(/^text-(.+)$/)){const[e,t]=A[1].split("/"),r=z(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(A=e.match(/^bg-(.+)$/)){const[e,t]=A[1].split("/"),r=z(e);return t?{"background-color":r,opacity:String(parseInt(t)/100)}:"none"===e?{background:"none"}:{"background-color":r}}if(A=e.match(/^border-color-(.+)$/))return{"border-color":z(A[1])};if(A=e.match(/^fill-(.+)$/))return{fill:z(A[1])};if(A=e.match(/^stroke-(.+)$/))return{stroke:z(A[1])};if(A=e.match(/^shadow-color-(.+)$/))return{"--tkx-shadow-color":z(A[1])};if(A=e.match(/^ring-color-(.+)$/))return{"--tkx-ring-color":z(A[1])};if(A=e.match(/^accent-(.+)$/))return{"accent-color":z(A[1])};if(A=e.match(/^caret-(.+)$/))return{"caret-color":z(A[1])};if(A=e.match(/^outline-color-(.+)$/))return{"outline-color":z(A[1])};if("border"===e)return{"border-width":"1px"};if(A=e.match(/^border-(\d+)$/))return{"border-width":`${A[1]}px`};if("border-t"===e)return{"border-top-width":"1px"};if(A=e.match(/^border-t-(\d+)$/))return{"border-top-width":`${A[1]}px`};if("border-r"===e)return{"border-right-width":"1px"};if(A=e.match(/^border-r-(\d+)$/))return{"border-right-width":`${A[1]}px`};if("border-b"===e)return{"border-bottom-width":"1px"};if(A=e.match(/^border-b-(\d+)$/))return{"border-bottom-width":`${A[1]}px`};if("border-l"===e)return{"border-left-width":"1px"};if(A=e.match(/^border-l-(\d+)$/))return{"border-left-width":`${A[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((A=e.match(/^border-([a-zA-Z].*)$/))&&b.has(A[1]))return{"border-color":`var(--tkx-${A[1]})`};if(A=e.match(/^border-\[(.+)]$/))return{"border-color":A[1]};if("border-0"===e)return{"border-width":"0"};if("rounded"===e)return{"border-radius":c[""]};if(A=e.match(/^rounded-(none|sm|md|lg|xl|2xl|3xl|full|\[.+])$/))return{"border-radius":c[A[1]]??$(A[1])??A[1]};if(A=e.match(/^rounded-(t|r|b|l|tl|tr|br|bl)(?:-(none|sm|md|lg|xl|2xl|3xl|full))?$/)){const e=A[1],t=c[A[2]??""]??c[""];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 _={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((A=e.match(/^ring-(\d+)$/))&&_[A[1]])return{"box-shadow":`0 0 0 ${_[A[1]]} var(--tkx-ring-color,var(--tkx-primary))`};if("ring-inset"===e)return{"--tkx-ring-offset":"inset"};if(A=e.match(/^ring-offset-(\d+)$/))return{"--tkx-ring-offset-width":`${A[1]}px`,"box-shadow":`0 0 0 ${A[1]}px var(--tkx-bg)`};if("shadow"===e)return{"box-shadow":d[""]};if(A=e.match(/^shadow-(sm|md|lg|xl|2xl|inner|none)$/))return{"box-shadow":d[A[1]]};if(A=e.match(/^opacity-(\d+)$/)){const e=h[A[1]];if(void 0!==e)return{opacity:e}}if("bg-none"===e)return{background:"none"};const I={"bg-auto":"auto","bg-cover":"cover","bg-contain":"contain"};if(I[e])return{"background-size":I[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(${g[""]})`};if(A=e.match(/^backdrop-blur-(none|sm|md|lg|xl|2xl|3xl)$/))return{"backdrop-filter":`blur(${g[A[1]]})`};if("blur"===e)return{filter:`blur(${g[""]})`};if(A=e.match(/^blur-(none|sm|md|lg|xl|2xl|3xl)$/))return{filter:`blur(${g[A[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(A=e.match(/^-?top-(.+)$/)){const t=e.startsWith("-"),r=a[A[1]]??l[A[1]]??$(A[1]);if(r)return{top:t&&"0"!==r?`-${r}`:r}}if(A=e.match(/^-?right-(.+)$/)){const t=e.startsWith("-"),r=a[A[1]]??l[A[1]]??$(A[1]);if(r)return{right:t&&"0"!==r?`-${r}`:r}}if(A=e.match(/^-?bottom-(.+)$/)){const t=e.startsWith("-"),r=a[A[1]]??l[A[1]]??$(A[1]);if(r)return{bottom:t&&"0"!==r?`-${r}`:r}}if(A=e.match(/^-?left-(.+)$/)){const t=e.startsWith("-"),r=a[A[1]]??l[A[1]]??$(A[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(A=e.match(/^z-(.+)$/)){const e=q[A[1]]??$(A[1]);if(e)return{"z-index":e}}const O={"overflow-auto":"auto","overflow-hidden":"hidden","overflow-visible":"visible","overflow-scroll":"scroll","overflow-clip":"clip"};if(O[e])return{overflow:O[e]};if(A=e.match(/^overflow-(x|y)-(auto|hidden|visible|scroll|clip)$/))return{[`overflow-${A[1]}`]:A[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(A=e.match(/^scale-(.+)$/)){const e=D[A[1]]??$(A[1]);if(e)return{transform:`scale(${e})`}}if(A=e.match(/^scale-x-(.+)$/)){const e=D[A[1]]??$(A[1]);if(e)return{transform:`scaleX(${e})`}}if(A=e.match(/^scale-y-(.+)$/)){const e=D[A[1]]??$(A[1]);if(e)return{transform:`scaleY(${e})`}}const B={0:"0deg",1:"1deg",2:"2deg",3:"3deg",6:"6deg",12:"12deg",45:"45deg",90:"90deg",180:"180deg"};if(A=e.match(/^-?rotate-(.+)$/)){const t=e.startsWith("-"),r=B[A[1]]??$(A[1]);if(r)return{transform:t?`rotate(-${r})`:`rotate(${r})`}}if(A=e.match(/^-?translate-x-(.+)$/)){const t=e.startsWith("-"),r=a[A[1]]??l[A[1]]??$(A[1]);if(r)return{transform:`translateX(${t&&"0"!==r?`-${r}`:r})`}}if(A=e.match(/^-?translate-y-(.+)$/)){const t=e.startsWith("-"),r=a[A[1]]??l[A[1]]??$(A[1]);if(r)return{transform:`translateY(${t&&"0"!==r?`-${r}`:r})`}}if(A=e.match(/^-?skew-x-(.+)$/)){const t=e.startsWith("-"),r=$(A[1])??`${A[1]}deg`;return{transform:t?`skewX(-${r})`:`skewX(${r})`}}if(A=e.match(/^-?skew-y-(.+)$/)){const t=e.startsWith("-"),r=$(A[1])??`${A[1]}deg`;return{transform:t?`skewY(-${r})`:`skewY(${r})`}}const T={"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(T[e])return{"transform-origin":T[e]};const P={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(P[e])return{"transition-property":P[e],"transition-timing-function":"cubic-bezier(0.4,0,0.2,1)","transition-duration":"150ms"};const E={75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"};if(A=e.match(/^duration-(.+)$/)){const e=E[A[1]]??$(A[1]);if(e)return{"transition-duration":e}}if(A=e.match(/^delay-(.+)$/)){const e=E[A[1]]??$(A[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"}:(A=e.match(/^aspect-\[(.+)]$/))?{"aspect-ratio":A[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"}:(A=e.match(/^columns-(\d+)$/))?{columns:A[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"}:(A=e.match(/^will-change-(.+)$/))?{"will-change":A[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"}:(A=e.match(/^\[(--[a-zA-Z0-9-]+):(.+)]$/))?{[A[1]]:A[2]}:function(e){for(const t of N.values())if(t[e])return t[e];return null}(e)||null}function j(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 C(e,t){for(const[r,n]of Object.entries(t))e[r]=n}function A(e){return Object.entries(e).map(([e,t])=>`${e}:${t}`).join(";")}var M=new Map,_=null,I=null;function L(){return _&&_.isConnected||(_=document.getElementById("tkx-atomic"))||((_=document.createElement("style")).id="tkx-atomic",document.head.appendChild(_)),_}function F(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(...F(r));else if("object"==typeof r)for(const[e,n]of Object.entries(r))n&&t.push(e);return t}function R(...e){const t=F(e);if(0===t.length)return"";const r={base:{},variants:{}};for(const s of t){const{variant:e,utility:t}=j(s),n=S(t);n&&(e?(r.variants[e]||(r.variants[e]={}),C(r.variants[e],n)):C(r.base,n))}const n=[],i=A(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}{${A(t)}}`)].join("|")),a=`tkx-${o}`;i&&n.push(`.${a}{${i}}`);for(const[s,l]of Object.entries(r.variants)){const e=A(l);if(e)if(s.startsWith("@")){const t=x[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(M.has(e))return;if(M.set(e,t),"undefined"==typeof document)return;const r=function(){if(I)return I;try{const e=new CSSStyleSheet;return document.adoptedStyleSheets=[...document.adoptedStyleSheets,e],I=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{L().textContent+=t+"\n"}}else L().textContent+=t+"\n"}(o,n.join("")),a}function q(...e){return e.filter(Boolean).join(" ")}var N=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 O={"<":"&lt;",">":"&gt;","&":"&amp;","'":"&#39;",'"':"&quot;","`":"&#96;"};function W(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=>O[e]??e)}function D(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 B=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"]),T={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"])},P=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 E(e){if("string"!=typeof e)return"";if("undefined"==typeof DOMParser)return W(e);const t=(new DOMParser).parseFromString(`<div>${e}</div>`,"text/html").body.firstElementChild;return t?(Z(t),t.innerHTML):""}function Z(e){const t=Array.from(e.children);for(const r of t){const e=r.tagName.toLowerCase();if(B.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(P.has(n))r.removeAttribute(t.name);else if("style"!==n)if((T[e]??new Set).has(n)||T["*"].has(n)){if(("href"===n||"src"===n)&&"string"==typeof t.value){const e=D(t.value);null===e?r.removeAttribute(t.name):r.setAttribute(t.name,e)}"name"!==n&&"id"!==n||!P.has(t.value.toLowerCase())||r.removeAttribute(t.name)}else r.removeAttribute(t.name);else r.setAttribute("style",Y(t.value))}Z(r)}else r.remove()}}function Y(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 U=new Set(["__proto__","constructor","prototype"]);function H(e){if(Array.isArray(e))return e.map(H);if(e&&"object"==typeof e){const t={};for(const[r,n]of Object.entries(e))U.has(r)||(t[r]=H(n));return t}return e}function Q(){if("undefined"==typeof window)return!1;try{return window.top!==window.self}catch{return!0}}var V=[{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 J(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 X({phase:e,collapsed:r,primaryColor:n,borderColor:i}){const o=12,a=r?0:e,s=r?0:1.618*e,l=o+10*Math.sin(a)*Math.cos(s),c=12-10*Math.cos(a);return(0,t.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24","aria-hidden":"true",style:{flexShrink:0,opacity:r?.4:1,transition:"opacity 0.6s"},children:[(0,t.jsx)("circle",{cx:o,cy:12,r:10,fill:"none",stroke:i,strokeWidth:"0.8"}),(0,t.jsx)("ellipse",{cx:o,cy:12,rx:10,ry:3,fill:"none",stroke:i,strokeWidth:"0.5",strokeDasharray:"2 2"}),(0,t.jsx)("line",{x1:o,y1:2,x2:o,y2:22,stroke:i,strokeWidth:"0.5"}),(0,t.jsx)("line",{x1:o,y1:12,x2:l,y2:c,stroke:n,strokeWidth:"1.5",style:{transition:r?"all 0.6s ease-out":"none"}}),(0,t.jsx)("circle",{cx:l,cy:c,r:"2",fill:n,style:{transition:r?"all 0.6s ease-out":"none"}})]})}function G({confidence:e,theme:r}){const n=Math.round(100*e),i=n>=80?r.success:n>=60?r.warning:r.danger;return(0,t.jsxs)("span",{style:{display:"inline-flex",alignItems:"center",gap:"2px",fontSize:"10px",fontWeight:600,padding:"1px 5px",borderRadius:"999px",backgroundColor:`${i}22`,color:i,border:`1px solid ${i}44`,marginLeft:"6px",verticalAlign:"middle",letterSpacing:"0.03em"},children:["⚛ ",n,"%"]})}function K({config:e,intel:r,qubitPhase:n,value:i,error:o,touched:a,showConfidence:s,showQuantumState:l,collapsed:c,onChange:d,onBlur:u,theme:f,mounted:p,index:m}){const g=e.type??r.type,h=e.label??r.label,b=e.placeholder??r.placeholder,x=void 0!==e.required?e.required:r.validations.some(e=>"required"===e.rule),y=W(h),w="textarea"===g,v=a&&""!==o,k=`qf-${e.name}`,$={width:"100%",padding:"9px 12px",border:`1.5px solid ${v?f.danger:f.border}`,borderRadius:"8px",backgroundColor:f.surface,color:f.text,fontSize:"14px",fontFamily:"inherit",outline:"none",boxSizing:"border-box",transition:"border-color 0.15s, box-shadow 0.15s",resize:w?"vertical":void 0,minHeight:w?"80px":void 0};return(0,t.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:"4px",opacity:p?1:0,transform:p?"scaleY(1)":"scaleY(0.92)",transition:`opacity 0.35s ease ${60*m}ms, transform 0.35s ease ${60*m}ms`,transformOrigin:"top"},children:[(0,t.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:"4px"},children:[l&&(0,t.jsx)(X,{phase:n,collapsed:c,primaryColor:f.primary,borderColor:f.border}),(0,t.jsxs)("label",{htmlFor:k,style:{fontSize:"13px",fontWeight:500,color:f.text,cursor:"pointer"},children:[y,x&&(0,t.jsx)("span",{"aria-hidden":"true",style:{color:f.danger,marginLeft:"3px"},children:"*"})]}),s&&(0,t.jsx)(G,{confidence:r.confidence,theme:f})]}),w?(0,t.jsx)("textarea",{id:k,value:i,onChange:e=>d(e.target.value),onBlur:u,placeholder:b,"aria-invalid":v,"aria-required":x,style:$}):(0,t.jsx)("input",{id:k,type:g,value:i,onChange:e=>d(e.target.value),onBlur:u,placeholder:b,"aria-invalid":v,"aria-required":x,style:$}),v&&(0,t.jsxs)("span",{role:"alert",style:{fontSize:"12px",color:f.danger,display:"flex",alignItems:"center",gap:"4px"},children:[(0,t.jsx)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",children:(0,t.jsx)("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"})}),W(o)]})]})}function ee(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 te({fields:r,onSubmit:a,submitLabel:s="Submit",layout:l="vertical",showConfidence:c=!0,showQuantumState:d=!1}){const u=n(),f=r.map(e=>function(e){const t=e.toLowerCase().replace(/[\s-]/g,"_"),r=(new i).amplify(o,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=o[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)),[p,m]=(0,e.useState)(()=>Object.fromEntries(r.map(e=>[e.name,""]))),[g,h]=(0,e.useState)({}),[b,x]=(0,e.useState)({}),[y,w]=(0,e.useState)(!1),[v,k]=(0,e.useState)(!1),[$,z]=(0,e.useState)(!1);(0,e.useEffect)(()=>{const e=requestAnimationFrame(()=>k(!0));return()=>cancelAnimationFrame(e)},[]);const S=(0,e.useCallback)((e,t)=>{const n=r.find(t=>t.name===e),i=f[r.findIndex(t=>t.name===e)];if(!n||!i)return"";const o=t[e]??"";for(const{rule:r,value:a,message:s}of i.validations)if(("required"!==r||!1!==n.required)&&!J(r,a,o,t))return s;return""},[r]),j=(0,e.useCallback)(e=>{const t={};for(const n of r){const r=S(n.name,e);r&&(t[n.name]=r)}return t},[r,S]),C=(0,e.useCallback)((e,t)=>{m(n=>{const i={...n,[e]:t};if(b[e]&&(h(t=>({...t,[e]:S(e,i)})),"password"===e)){const e=r.find(e=>["confirmpassword","confirm_password","passwordconfirm"].includes(e.name.toLowerCase().replace(/[\s_-]/g,"")))?.name;e&&b[e]&&h(t=>({...t,[e]:S(e,i)}))}return i}),z(!0)},[r,b,S]),A=(0,e.useCallback)(e=>{x(t=>({...t,[e]:!0})),h(t=>({...t,[e]:S(e,p)}))},[p,S]),M=(0,e.useCallback)(async e=>{e.preventDefault(),x(Object.fromEntries(r.map(e=>[e.name,!0])));const t=j(p);if(h(t),!(Object.keys(t).length>0)){w(!0);try{await a(p)}finally{w(!1)}}},[r,p,j,a]),_=f.length>0?Math.round(f.reduce((e,t)=>e+t.confidence,0)/f.length*100):0,I=_>=80?u.success:_>=60?u.warning:u.danger,L="horizontal"===l;return(0,t.jsxs)("form",{onSubmit:M,noValidate:!0,className:R("w-full"),style:{backgroundColor:u.surface,border:`1px solid ${u.border}`,borderRadius:"12px",padding:"24px",position:"relative",boxSizing:"border-box"},children:[(0,t.jsx)("span",{"aria-label":"Powered by Quantum AI",style:{position:"absolute",top:"16px",right:"16px",fontSize:"10px",fontWeight:700,padding:"3px 8px",borderRadius:"999px",backgroundColor:`${u.primary}20`,color:u.primary,border:`1px solid ${u.primary}44`,letterSpacing:"0.04em",userSelect:"none"},children:"⚛ Quantum AI"}),c&&(0,t.jsxs)("div",{style:{marginBottom:"20px",paddingRight:"100px"},children:[(0,t.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",marginBottom:"4px"},children:[(0,t.jsx)("span",{style:{fontSize:"11px",color:u.textMuted,fontWeight:500},children:"Form Intelligence Confidence"}),(0,t.jsxs)("span",{style:{fontSize:"11px",fontWeight:700,color:I},children:[_,"%"]})]}),(0,t.jsx)("div",{style:{height:"4px",borderRadius:"4px",backgroundColor:u.border,overflow:"hidden"},children:(0,t.jsx)("div",{style:{height:"100%",width:`${_}%`,backgroundColor:I,borderRadius:"4px",transition:"width 0.8s ease"}})})]}),(0,t.jsx)("div",{style:{display:"grid",gridTemplateColumns:L?"repeat(auto-fill, minmax(260px, 1fr))":"1fr",gap:"16px",marginBottom:"20px"},children:r.map((e,r)=>(0,t.jsx)(K,{config:e,intel:f[r],qubitPhase:ee(e.name),value:p[e.name]??"",error:g[e.name]??"",touched:b[e.name]??!1,showConfidence:c,showQuantumState:d,collapsed:$,onChange:t=>C(e.name,t),onBlur:()=>A(e.name),theme:u,mounted:v,index:r},e.name))}),(0,t.jsx)("button",{type:"submit",disabled:y,style:{width:"100%",padding:"10px 20px",borderRadius:"8px",border:"none",backgroundColor:y?`${u.primary}88`:u.primary,color:u.bg,fontSize:"14px",fontWeight:700,fontFamily:"inherit",cursor:y?"not-allowed":"pointer",transition:"background-color 0.15s, opacity 0.15s",display:"flex",alignItems:"center",justifyContent:"center",gap:"8px"},children:y?(0,t.jsxs)(t.Fragment,{children:[(0,t.jsxs)("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:[(0,t.jsx)("circle",{cx:"12",cy:"12",r:"10",strokeOpacity:"0.25"}),(0,t.jsx)("path",{d:"M12 2a10 10 0 0 1 10 10"})]}),"Processing…"]}):W(s)}),(0,t.jsx)("style",{children:"@keyframes qf-spin { to { transform: rotate(360deg); } }"})]})}Object.freeze({sanitizeString:W,sanitizeHref:D,sanitizeHTML:E,sanitizeCSS:Y,sanitizeJSON:function(e){try{return H(JSON.parse(e,(e,t)=>{if(!U.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)||P.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:E,createScriptURL:e=>D(e)??"",createScript:()=>{throw new Error("TekiVex: inline script creation forbidden")}})}catch{}},isFramed:Q,installFrameBuster:function(e){if("undefined"!=typeof window&&Q())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 V)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"}),te.displayName="TkxQuantumForm";var re={sm:4,md:8,lg:12};function ne({color:e}){return(0,t.jsx)("div",{style:{display:"flex",gap:4,alignItems:"center"},children:[0,1,2].map(r=>(0,t.jsx)("div",{style:{width:7,height:7,borderRadius:"50%",background:e,animation:`tkx-thinking-dot 1.2s ease-in-out ${.18*r}s infinite`}},r))})}function ie({color:e}){return(0,t.jsxs)("div",{style:{position:"relative",width:24,height:24},children:[(0,t.jsx)("div",{style:{position:"absolute",inset:0,borderRadius:"50%",background:e,opacity:.15,animation:"tkx-thinking-pulse 1.5s ease-out infinite"}}),(0,t.jsx)("div",{style:{position:"absolute",inset:4,borderRadius:"50%",background:e,opacity:.6,animation:"tkx-thinking-pulse 1.5s ease-out 0.3s infinite"}}),(0,t.jsx)("div",{style:{position:"absolute",inset:8,borderRadius:"50%",background:e}})]})}function oe({color:e}){return(0,t.jsx)("div",{style:{display:"flex",gap:3,alignItems:"center",height:20},children:[0,1,2,3,4].map(r=>(0,t.jsx)("div",{style:{width:3,borderRadius:3,background:e,animation:`tkx-thinking-wave 1s ease-in-out ${.1*r}s infinite`}},r))})}function ae({color:e}){return(0,t.jsxs)("div",{style:{position:"relative",width:28,height:28},children:[(0,t.jsx)("div",{style:{position:"absolute",inset:0,borderRadius:"50%",border:`2px solid ${e}33`}}),(0,t.jsx)("div",{style:{position:"absolute",inset:0,borderRadius:"50%",border:"2px solid transparent",borderTopColor:e,animation:"tkx-thinking-orbit 0.8s linear infinite"}}),(0,t.jsx)("div",{style:{position:"absolute",inset:"38%",borderRadius:"50%",background:e,opacity:.8}})]})}var se={sm:12,md:14,lg:16};function le({src:e,name:r,size:i=32}){const o=n(),a=r?r.split(" ").map(e=>e[0]).join("").slice(0,2).toUpperCase():"?";return e?(0,t.jsx)("img",{src:e,alt:r??"avatar",width:i,height:i,style:{borderRadius:"50%",objectFit:"cover",flexShrink:0}}):(0,t.jsx)("div",{style:{width:i,height:i,borderRadius:"50%",flexShrink:0,background:`${o.primary}22`,border:`1px solid ${o.primary}44`,display:"flex",alignItems:"center",justifyContent:"center",fontSize:.35*i,fontWeight:700,color:o.primary},children:a})}exports.TkxAIChatBubble=function({role:r,content:i,avatar:o,name:a,timestamp:s,streaming:l=!1,confidence:c,copyable:d=!1,className:u,style:f}){const p=n(),m="user"===r,g="system"===r,h="string"==typeof i?W(i):"",[b,x]=(0,e.useState)(l?"":h),[y,w]=(0,e.useState)(!1),[v,k]=(0,e.useState)(l?"":h),$=(0,e.useRef)(0),z=(0,e.useRef)(null);if((0,e.useEffect)(()=>{if(!l||"string"!=typeof i)return void k(h);$.current=0,x(""),k("");const e=setInterval(()=>{$.current++;const t=h.slice(0,$.current);x(t),z.current&&clearTimeout(z.current),z.current=setTimeout(()=>k(t),350),$.current>=h.length&&(clearInterval(e),z.current&&clearTimeout(z.current),k(h))},18);return()=>{clearInterval(e),z.current&&clearTimeout(z.current)}},[h,l,i]),g)return(0,t.jsx)("div",{style:{display:"flex",justifyContent:"center",padding:"8px 0"},children:(0,t.jsx)("div",{style:{padding:"6px 16px",borderRadius:999,fontSize:12,background:`${p.border}`,color:p.textMuted,fontStyle:"italic"},children:"string"==typeof i?W(i):i})});const S={maxWidth:"75%",padding:"12px 16px",borderRadius:m?"18px 18px 4px 18px":"18px 18px 18px 4px",background:m?`linear-gradient(135deg, ${p.primary}, ${p.primary}cc)`:`${p.surface}`,border:m?"none":`1px solid ${p.border}`,color:m?"#fff":p.text,fontSize:14,lineHeight:1.65,boxShadow:m?`0 4px 16px -4px ${p.primary}55`:"0 2px 8px -2px rgba(0,0,0,0.2)",position:"relative",wordBreak:"break-word"};return(0,t.jsxs)("div",{className:q(R("flex gap-2"),u),style:{flexDirection:m?"row-reverse":"row",alignItems:"flex-end",...f},children:[(0,t.jsx)(le,{src:o,name:a??(m?"You":"AI")}),(0,t.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:4,alignItems:m?"flex-end":"flex-start"},children:[(a||s)&&(0,t.jsxs)("div",{style:{display:"flex",gap:8,alignItems:"center",paddingInline:4},children:[a&&(0,t.jsx)("span",{style:{fontSize:11,fontWeight:700,color:p.textMuted},children:a}),s&&(0,t.jsx)("span",{style:{fontSize:10,color:p.textMuted},children:s})]}),(0,t.jsxs)("div",{style:S,role:"article","aria-label":m?"Your message":"Assistant message",children:["string"==typeof i?(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("span",{"aria-hidden":l?"true":void 0,children:l?b:W(i)}),l&&b.length<h.length&&(0,t.jsx)("span",{"aria-hidden":"true",style:{display:"inline-block",width:2,height:14,background:m?"#fff":p.primary,marginLeft:2,animation:"tkx-blink 1s step-end infinite",verticalAlign:"text-bottom"}}),l&&(0,t.jsx)("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:v})]}):i,d&&!m&&(0,t.jsx)("button",{onClick:()=>{navigator.clipboard?.writeText(h),w(!0),setTimeout(()=>w(!1),2e3)},title:"Copy message",style:{position:"absolute",top:8,right:8,background:"none",border:"none",cursor:"pointer",fontSize:13,color:y?"#10b981":p.textMuted,padding:"2px 4px",borderRadius:4,transition:"color 0.2s"},children:y?"✓":"⎘"})]}),!m&&void 0!==c&&(0,t.jsx)("div",{style:{paddingInline:4,width:"100%",maxWidth:240},children:(0,t.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:6},children:[(0,t.jsx)("div",{style:{flex:1,height:3,borderRadius:3,background:p.border,overflow:"hidden"},children:(0,t.jsx)("div",{style:{height:"100%",width:`${c}%`,background:(j=c,C=p.primary,j>=80?"#10b981":j>=55?C:j>=30?"#f59e0b":"#ef4444"),borderRadius:3,transition:"width 0.8s ease"}})}),(0,t.jsxs)("span",{style:{fontSize:10,color:p.textMuted,whiteSpace:"nowrap"},children:[c,"% confident"]})]})})]}),(0,t.jsx)("style",{children:"\n @keyframes tkx-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }\n "})]});var j,C},exports.TkxAIConfidenceBar=function({value:r,label:i,showLabel:o=!0,size:a="md",animate:s=!0,className:l,style:c}){const d=n(),u=(0,e.useRef)(null),f=Math.max(0,Math.min(100,r)),p=function(e,t){return e>=80?"#10b981":e>=55?t:e>=30?"#f59e0b":"#ef4444"}(f,d.primary),m=re[a];(0,e.useEffect)(()=>{if(!s||!u.current)return;const e=u.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=`${f}%`});return()=>cancelAnimationFrame(t)},[f,s]);const g="number"==typeof f?`${f.toFixed(0)}% AI confidence${i?` for ${i}`:""}`:i;return(0,t.jsxs)("div",{className:q(R("flex flex-col gap-1"),l),style:c,role:"meter","aria-valuenow":f,"aria-valuemin":0,"aria-valuemax":100,"aria-label":g,children:[(i||o)&&(0,t.jsxs)("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center",marginBottom:4},children:[i&&(0,t.jsx)("span",{style:{fontSize:12,fontWeight:600,color:d.textMuted},children:i}),o&&(0,t.jsxs)("span",{style:{fontSize:12,fontWeight:700,color:p,marginLeft:"auto"},children:[f.toFixed(0),"%"]})]}),(0,t.jsxs)("div",{style:{height:m,borderRadius:m,background:`${d.border}`,overflow:"hidden",position:"relative"},children:[(0,t.jsx)("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}}),(0,t.jsx)("div",{ref:u,style:{height:"100%",width:s?"0%":`${f}%`,background:`linear-gradient(90deg, ${p}cc, ${p})`,borderRadius:m,boxShadow:`0 0 8px ${p}66`,transition:s?void 0:"width 0.3s ease"}})]}),(0,t.jsxs)("div",{style:{fontSize:10,color:d.textMuted,marginTop:2,display:"flex",gap:4,alignItems:"center"},children:[(0,t.jsx)("span",{style:{width:6,height:6,borderRadius:"50%",background:p,display:"inline-block",flexShrink:0}}),f>=80?"High confidence":f>=55?"Moderate confidence":f>=30?"Low confidence":"Very low — review manually"]}),(0,t.jsx)("style",{children:"\n @keyframes tkx-ai-shimmer {\n 0% { background-position: -200% 0; }\n 100% { background-position: 200% 0; }\n }\n "})]})},exports.TkxAIThinking=function({label:r="Thinking…",steps:i,size:o="md",variant:a="dots",active:s=!0,className:l,style:c}){const d=n(),[u,f]=(0,e.useState)(0);(0,e.useEffect)(()=>{if(!i?.length||!s)return;const e=setInterval(()=>{f(e=>(e+1)%i.length)},1800);return()=>clearInterval(e)},[i,s]);const p=d.primary,m=se[o],g={dots:(0,t.jsx)(ne,{color:p}),pulse:(0,t.jsx)(ie,{color:p}),wave:(0,t.jsx)(oe,{color:p}),orbit:(0,t.jsx)(ae,{color:p})}[a];return(0,t.jsxs)("div",{className:q(R("inline-flex flex-col gap-2"),l),style:c,role:"status","aria-live":"polite","aria-label":s?r:"Done thinking",children:[(0,t.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:10},children:[(0,t.jsx)("div",{style:{opacity:s?1:.35,transition:"opacity 0.3s"},children:s?g:(0,t.jsx)("div",{style:{width:20,height:20,borderRadius:"50%",background:"#10b981",display:"flex",alignItems:"center",justifyContent:"center"},children:(0,t.jsx)("span",{style:{color:"#fff",fontSize:11,fontWeight:900},children:"✓"})})}),(0,t.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:2},children:[(0,t.jsx)("span",{style:{fontSize:m,fontWeight:600,color:s?d.text:d.textMuted,transition:"color 0.3s"},children:s?i?i[u]:r:"Done"}),s&&(0,t.jsx)("span",{style:{fontSize:m-2,color:d.textMuted},children:"⚛ Quantum AI · Amplitude Amplification"})]})]}),i&&i.length>1&&(0,t.jsx)("div",{style:{display:"flex",gap:4,paddingLeft:2},children:i.map((e,r)=>(0,t.jsx)("div",{style:{width:r===u?16:6,height:4,borderRadius:4,background:r===u?p:`${p}44`,transition:"all 0.3s ease"}},r))}),(0,t.jsx)("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 "})]})},exports.TkxQuantumForm=te;
1
+ Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});let e=require("react"),t=require("react/jsx-runtime");new class{constructor(e=512){this.cache=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 r=(0,e.createContext)({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 n(){return(0,e.useContext)(r)}var i=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)}},o=[{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}],a={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"},s={...a,screen:"100vh"},l={"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%"},c={none:"0",sm:"2px","":"4px",md:"6px",lg:"8px",xl:"12px","2xl":"16px","3xl":"24px",full:"9999px"},d={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"},u={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"]},f={thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},p={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"},m={tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},g={none:"0",sm:"4px","":"8px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},h=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)])),b=new Set(["bg","surface","surfaceAlt","border","text","textMuted","primary","secondary","danger","warning","success","info"]),x={sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},y=/javascript\s*:|vbscript\s*:|data\s*:\s*text\/html|data\s*:\s*text\/javascript|expression\s*\(|[\r\n\x00]/i,w=new Set(["behavior","-moz-binding","-webkit-binding","src"]),v=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 k(e){return y.test(e)||e.includes("}")||e.includes("{")||e.includes("<")||e.includes(">")?null:e}function $(e){const t=e.match(/^\[(.+)]$/);return t?k(t[1]):null}function z(e){return b.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 S(e){const t=e.match(/^\[(--[a-zA-Z0-9_-]+):(.+)]$/);if(t){const e=k(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 w.has(t)?null:v.has(t)?t:null}(r[1]),t=k(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 x={"flex-1":"1 1 0%","flex-auto":"1 1 auto","flex-none":"none","flex-initial":"0 1 auto"};if(x[e])return{flex:x[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 y={"items-start":"flex-start","items-end":"flex-end","items-center":"center","items-stretch":"stretch","items-baseline":"baseline"};if(y[e])return{"align-items":y[e]};const S={"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(S[e])return{"justify-content":S[e]};const j={"self-auto":"auto","self-start":"flex-start","self-end":"flex-end","self-center":"center","self-stretch":"stretch","self-baseline":"baseline"};if(j[e])return{"align-self":j[e]};const C={"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(C[e])return{"align-content":C[e]};let A;if(A=e.match(/^grid-cols-(\d+|none|subgrid)$/))return{"grid-template-columns":"none"===A[1]?"none":"subgrid"===A[1]?"subgrid":`repeat(${A[1]},minmax(0,1fr))`};if(A=e.match(/^grid-rows-(\d+|none|subgrid)$/))return{"grid-template-rows":"none"===A[1]?"none":"subgrid"===A[1]?"subgrid":`repeat(${A[1]},minmax(0,1fr))`};if(A=e.match(/^col-span-(full|\d+)$/))return{"grid-column":"full"===A[1]?"1 / -1":`span ${A[1]} / span ${A[1]}`};if(A=e.match(/^col-start-(\d+|auto)$/))return{"grid-column-start":A[1]};if(A=e.match(/^col-end-(\d+|auto)$/))return{"grid-column-end":A[1]};if(A=e.match(/^row-span-(full|\d+)$/))return{"grid-row":"full"===A[1]?"1 / -1":`span ${A[1]} / span ${A[1]}`};if(A=e.match(/^row-start-(\d+|auto)$/))return{"grid-row-start":A[1]};if(A=e.match(/^row-end-(\d+|auto)$/))return{"grid-row-end":A[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(A=e.match(/^p-(.+)$/)){const e=a[A[1]]??$(A[1]);if(e)return{padding:e}}if(A=e.match(/^px-(.+)$/)){const e=a[A[1]]??$(A[1]);if(e)return{"padding-left":e,"padding-right":e}}if(A=e.match(/^py-(.+)$/)){const e=a[A[1]]??$(A[1]);if(e)return{"padding-top":e,"padding-bottom":e}}if(A=e.match(/^pt-(.+)$/)){const e=a[A[1]]??$(A[1]);if(e)return{"padding-top":e}}if(A=e.match(/^pr-(.+)$/)){const e=a[A[1]]??$(A[1]);if(e)return{"padding-right":e}}if(A=e.match(/^pb-(.+)$/)){const e=a[A[1]]??$(A[1]);if(e)return{"padding-bottom":e}}if(A=e.match(/^pl-(.+)$/)){const e=a[A[1]]??$(A[1]);if(e)return{"padding-left":e}}if(A=e.match(/^-?m-(.+)$/)){const t=e.startsWith("-"),r=a[A[1]]??$(A[1]);if(r)return{margin:t&&"0"!==r?`-${r}`:r}}if(A=e.match(/^-?mx-(.+)$/)){const t=e.startsWith("-"),r=a[A[1]]??$(A[1]);if(r){const e=t&&"0"!==r?`-${r}`:r;return{"margin-left":e,"margin-right":e}}}if(A=e.match(/^-?my-(.+)$/)){const t=e.startsWith("-"),r=a[A[1]]??$(A[1]);if(r){const e=t&&"0"!==r?`-${r}`:r;return{"margin-top":e,"margin-bottom":e}}}if(A=e.match(/^-?mt-(.+)$/)){const t=e.startsWith("-"),r=a[A[1]]??$(A[1]);if(r)return{"margin-top":t&&"0"!==r?`-${r}`:r}}if(A=e.match(/^-?mr-(.+)$/)){const t=e.startsWith("-"),r=a[A[1]]??$(A[1]);if(r)return{"margin-right":t&&"0"!==r?`-${r}`:r}}if(A=e.match(/^-?mb-(.+)$/)){const t=e.startsWith("-"),r=a[A[1]]??$(A[1]);if(r)return{"margin-bottom":t&&"0"!==r?`-${r}`:r}}if(A=e.match(/^-?ml-(.+)$/)){const t=e.startsWith("-"),r=a[A[1]]??$(A[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(A=e.match(/^gap-(.+)$/)){const e=a[A[1]]??$(A[1]);if(e)return{gap:e}}if(A=e.match(/^gap-x-(.+)$/)){const e=a[A[1]]??$(A[1]);if(e)return{"column-gap":e}}if(A=e.match(/^gap-y-(.+)$/)){const e=a[A[1]]??$(A[1]);if(e)return{"row-gap":e}}if(A=e.match(/^w-(.+)$/)){const e=A[1],t=a[e]??l[e]??$(e);if(t)return{width:t}}if(A=e.match(/^min-w-(.+)$/)){const e=a[A[1]]??$(A[1]);if(e)return{"min-width":e}}if(A=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"}[A[1]]??a[A[1]]??$(A[1]);if(e)return{"max-width":e}}if(A=e.match(/^h-(.+)$/)){const e=A[1],t=s[e]??l[e]??$(e);if(t)return{height:t}}if(A=e.match(/^min-h-(.+)$/)){const e={0:"0",full:"100%",screen:"100vh",svh:"100svh",dvh:"100dvh"}[A[1]]??a[A[1]]??$(A[1]);if(e)return{"min-height":e}}if(A=e.match(/^max-h-(.+)$/)){const e=s[A[1]]??$(A[1]);if(e)return{"max-height":e}}if(A=e.match(/^size-(.+)$/)){const e=a[A[1]]??l[A[1]]??$(A[1]);if(e)return{width:e,height:e}}if(A=e.match(/^text-(xs|sm|base|lg|[2-9]xl|\d+xl)$/)){const[e,t]=u[A[1]]??["1rem","1.5rem"];return{"font-size":e,"line-height":t}}if(A=e.match(/^font-(thin|extralight|light|normal|medium|semibold|bold|extrabold|black|\d+)$/))return{"font-weight":f[A[1]]??A[1]};if(A=e.match(/^leading-(.+)$/)){const e=p[A[1]]??$(A[1]);if(e)return{"line-height":e}}if(A=e.match(/^tracking-(.+)$/)){const e=m[A[1]]??$(A[1]);if(e)return{"letter-spacing":e}}const M={"text-left":"left","text-center":"center","text-right":"right","text-justify":"justify","text-start":"start","text-end":"end"};if(M[e])return{"text-align":M[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(A=e.match(/^indent-(.+)$/)){const e=a[A[1]]??$(A[1]);if(e)return{"text-indent":e}}if(A=e.match(/^line-clamp-(\d+)$/))return{overflow:"hidden",display:"-webkit-box","-webkit-line-clamp":A[1],"-webkit-box-orient":"vertical"};if(A=e.match(/^text-(.+)$/)){const[e,t]=A[1].split("/"),r=z(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(A=e.match(/^bg-(.+)$/)){const[e,t]=A[1].split("/"),r=z(e);return t?{"background-color":r,opacity:String(parseInt(t)/100)}:"none"===e?{background:"none"}:{"background-color":r}}if(A=e.match(/^border-color-(.+)$/))return{"border-color":z(A[1])};if(A=e.match(/^fill-(.+)$/))return{fill:z(A[1])};if(A=e.match(/^stroke-(.+)$/))return{stroke:z(A[1])};if(A=e.match(/^shadow-color-(.+)$/))return{"--tkx-shadow-color":z(A[1])};if(A=e.match(/^ring-color-(.+)$/))return{"--tkx-ring-color":z(A[1])};if(A=e.match(/^accent-(.+)$/))return{"accent-color":z(A[1])};if(A=e.match(/^caret-(.+)$/))return{"caret-color":z(A[1])};if(A=e.match(/^outline-color-(.+)$/))return{"outline-color":z(A[1])};if("border"===e)return{"border-width":"1px"};if(A=e.match(/^border-(\d+)$/))return{"border-width":`${A[1]}px`};if("border-t"===e)return{"border-top-width":"1px"};if(A=e.match(/^border-t-(\d+)$/))return{"border-top-width":`${A[1]}px`};if("border-r"===e)return{"border-right-width":"1px"};if(A=e.match(/^border-r-(\d+)$/))return{"border-right-width":`${A[1]}px`};if("border-b"===e)return{"border-bottom-width":"1px"};if(A=e.match(/^border-b-(\d+)$/))return{"border-bottom-width":`${A[1]}px`};if("border-l"===e)return{"border-left-width":"1px"};if(A=e.match(/^border-l-(\d+)$/))return{"border-left-width":`${A[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((A=e.match(/^border-([a-zA-Z].*)$/))&&b.has(A[1]))return{"border-color":`var(--tkx-${A[1]})`};if(A=e.match(/^border-\[(.+)]$/))return{"border-color":A[1]};if("border-0"===e)return{"border-width":"0"};if("rounded"===e)return{"border-radius":c[""]};if(A=e.match(/^rounded-(none|sm|md|lg|xl|2xl|3xl|full|\[.+])$/))return{"border-radius":c[A[1]]??$(A[1])??A[1]};if(A=e.match(/^rounded-(t|r|b|l|tl|tr|br|bl)(?:-(none|sm|md|lg|xl|2xl|3xl|full))?$/)){const e=A[1],t=c[A[2]??""]??c[""];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 _={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((A=e.match(/^ring-(\d+)$/))&&_[A[1]])return{"box-shadow":`0 0 0 ${_[A[1]]} var(--tkx-ring-color,var(--tkx-primary))`};if("ring-inset"===e)return{"--tkx-ring-offset":"inset"};if(A=e.match(/^ring-offset-(\d+)$/))return{"--tkx-ring-offset-width":`${A[1]}px`,"box-shadow":`0 0 0 ${A[1]}px var(--tkx-bg)`};if("shadow"===e)return{"box-shadow":d[""]};if(A=e.match(/^shadow-(sm|md|lg|xl|2xl|inner|none)$/))return{"box-shadow":d[A[1]]};if(A=e.match(/^opacity-(\d+)$/)){const e=h[A[1]];if(void 0!==e)return{opacity:e}}if("bg-none"===e)return{background:"none"};const I={"bg-auto":"auto","bg-cover":"cover","bg-contain":"contain"};if(I[e])return{"background-size":I[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(${g[""]})`};if(A=e.match(/^backdrop-blur-(none|sm|md|lg|xl|2xl|3xl)$/))return{"backdrop-filter":`blur(${g[A[1]]})`};if("blur"===e)return{filter:`blur(${g[""]})`};if(A=e.match(/^blur-(none|sm|md|lg|xl|2xl|3xl)$/))return{filter:`blur(${g[A[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(A=e.match(/^-?top-(.+)$/)){const t=e.startsWith("-"),r=a[A[1]]??l[A[1]]??$(A[1]);if(r)return{top:t&&"0"!==r?`-${r}`:r}}if(A=e.match(/^-?right-(.+)$/)){const t=e.startsWith("-"),r=a[A[1]]??l[A[1]]??$(A[1]);if(r)return{right:t&&"0"!==r?`-${r}`:r}}if(A=e.match(/^-?bottom-(.+)$/)){const t=e.startsWith("-"),r=a[A[1]]??l[A[1]]??$(A[1]);if(r)return{bottom:t&&"0"!==r?`-${r}`:r}}if(A=e.match(/^-?left-(.+)$/)){const t=e.startsWith("-"),r=a[A[1]]??l[A[1]]??$(A[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(A=e.match(/^z-(.+)$/)){const e=q[A[1]]??$(A[1]);if(e)return{"z-index":e}}const O={"overflow-auto":"auto","overflow-hidden":"hidden","overflow-visible":"visible","overflow-scroll":"scroll","overflow-clip":"clip"};if(O[e])return{overflow:O[e]};if(A=e.match(/^overflow-(x|y)-(auto|hidden|visible|scroll|clip)$/))return{[`overflow-${A[1]}`]:A[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 D={"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(D[e])return{cursor:D[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 T={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(A=e.match(/^scale-(.+)$/)){const e=T[A[1]]??$(A[1]);if(e)return{transform:`scale(${e})`}}if(A=e.match(/^scale-x-(.+)$/)){const e=T[A[1]]??$(A[1]);if(e)return{transform:`scaleX(${e})`}}if(A=e.match(/^scale-y-(.+)$/)){const e=T[A[1]]??$(A[1]);if(e)return{transform:`scaleY(${e})`}}const W={0:"0deg",1:"1deg",2:"2deg",3:"3deg",6:"6deg",12:"12deg",45:"45deg",90:"90deg",180:"180deg"};if(A=e.match(/^-?rotate-(.+)$/)){const t=e.startsWith("-"),r=W[A[1]]??$(A[1]);if(r)return{transform:t?`rotate(-${r})`:`rotate(${r})`}}if(A=e.match(/^-?translate-x-(.+)$/)){const t=e.startsWith("-"),r=a[A[1]]??l[A[1]]??$(A[1]);if(r)return{transform:`translateX(${t&&"0"!==r?`-${r}`:r})`}}if(A=e.match(/^-?translate-y-(.+)$/)){const t=e.startsWith("-"),r=a[A[1]]??l[A[1]]??$(A[1]);if(r)return{transform:`translateY(${t&&"0"!==r?`-${r}`:r})`}}if(A=e.match(/^-?skew-x-(.+)$/)){const t=e.startsWith("-"),r=$(A[1])??`${A[1]}deg`;return{transform:t?`skewX(-${r})`:`skewX(${r})`}}if(A=e.match(/^-?skew-y-(.+)$/)){const t=e.startsWith("-"),r=$(A[1])??`${A[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 P={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(P[e])return{"transition-property":P[e],"transition-timing-function":"cubic-bezier(0.4,0,0.2,1)","transition-duration":"150ms"};const E={75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"};if(A=e.match(/^duration-(.+)$/)){const e=E[A[1]]??$(A[1]);if(e)return{"transition-duration":e}}if(A=e.match(/^delay-(.+)$/)){const e=E[A[1]]??$(A[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"}:(A=e.match(/^aspect-\[(.+)]$/))?{"aspect-ratio":A[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"}:(A=e.match(/^columns-(\d+)$/))?{columns:A[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"}:(A=e.match(/^will-change-(.+)$/))?{"will-change":A[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"}:(A=e.match(/^\[(--[a-zA-Z0-9-]+):(.+)]$/))?{[A[1]]:A[2]}:function(e){for(const t of N.values())if(t[e])return t[e];return null}(e)||null}function j(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 C(e,t){for(const[r,n]of Object.entries(t))e[r]=n}function A(e){return Object.entries(e).map(([e,t])=>`${e}:${t}`).join(";")}var M=new Map,_=null,I=null;function L(){return _&&_.isConnected||(_=document.getElementById("tkx-atomic"))||((_=document.createElement("style")).id="tkx-atomic",document.head.appendChild(_)),_}function R(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(...R(r));else if("object"==typeof r)for(const[e,n]of Object.entries(r))n&&t.push(e);return t}function F(...e){const t=R(e);if(0===t.length)return"";const r={base:{},variants:{}};for(const s of t){const{variant:e,utility:t}=j(s),n=S(t);n&&(e?(r.variants[e]||(r.variants[e]={}),C(r.variants[e],n)):C(r.base,n))}const n=[],i=A(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}{${A(t)}}`)].join("|")),a=`tkx-${o}`;i&&n.push(`.${a}{${i}}`);for(const[s,l]of Object.entries(r.variants)){const e=A(l);if(e)if(s.startsWith("@")){const t=x[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(M.has(e))return;if(M.set(e,t),"undefined"==typeof document)return;const r=function(){if(I)return I;try{const e=new CSSStyleSheet;return document.adoptedStyleSheets=[...document.adoptedStyleSheets,e],I=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{L().textContent+=t+"\n"}}else L().textContent+=t+"\n"}(o,n.join("")),a}function q(...e){return e.filter(Boolean).join(" ")}var N=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 O={"<":"&lt;",">":"&gt;","&":"&amp;","'":"&#39;",'"':"&quot;","`":"&#96;"},D=new Set,T=[],W=0;function B(e,t,r="info",n){const i=Object.freeze({id:"se_"+ ++W,type:e,timestamp:Date.now(),severity:r,message:t,detail:n?Object.freeze({...n}):void 0});T.push(i),T.length>500&&T.shift();for(const o of D)try{o(i)}catch{}return i}function P(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++,O[e]??e));return r>0&&B("xss-sanitized",`Escaped ${r} HTML-sensitive character${1===r?"":"s"} before render`,"warning",{escapes:r}),n}function E(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 Z=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"]),Y={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"])},H=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 U(e){if("string"!=typeof e)return"";if("undefined"==typeof DOMParser)return P(e);const t=(new DOMParser).parseFromString(`<div>${e}</div>`,"text/html").body.firstElementChild;return t?(Q(t),t.innerHTML):""}function Q(e){const t=Array.from(e.children);for(const r of t){const e=r.tagName.toLowerCase();if(Z.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(H.has(n))r.removeAttribute(t.name);else if("style"!==n)if((Y[e]??new Set).has(n)||Y["*"].has(n)){if(("href"===n||"src"===n)&&"string"==typeof t.value){const e=E(t.value);null===e?r.removeAttribute(t.name):r.setAttribute(t.name,e)}"name"!==n&&"id"!==n||!H.has(t.value.toLowerCase())||r.removeAttribute(t.name)}else r.removeAttribute(t.name);else r.setAttribute("style",V(t.value))}Q(r)}else r.remove()}}function V(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 J=new Set(["__proto__","constructor","prototype"]);function X(e){if(Array.isArray(e))return e.map(X);if(e&&"object"==typeof e){const t={};for(const[r,n]of Object.entries(e))J.has(r)||(t[r]=X(n));return t}return e}function G(){if("undefined"==typeof window)return!1;try{return window.top!==window.self}catch{return!0}}var K=[{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 ee(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 te({phase:e,collapsed:r,primaryColor:n,borderColor:i}){const o=12,a=r?0:e,s=r?0:1.618*e,l=o+10*Math.sin(a)*Math.cos(s),c=12-10*Math.cos(a);return(0,t.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24","aria-hidden":"true",style:{flexShrink:0,opacity:r?.4:1,transition:"opacity 0.6s"},children:[(0,t.jsx)("circle",{cx:o,cy:12,r:10,fill:"none",stroke:i,strokeWidth:"0.8"}),(0,t.jsx)("ellipse",{cx:o,cy:12,rx:10,ry:3,fill:"none",stroke:i,strokeWidth:"0.5",strokeDasharray:"2 2"}),(0,t.jsx)("line",{x1:o,y1:2,x2:o,y2:22,stroke:i,strokeWidth:"0.5"}),(0,t.jsx)("line",{x1:o,y1:12,x2:l,y2:c,stroke:n,strokeWidth:"1.5",style:{transition:r?"all 0.6s ease-out":"none"}}),(0,t.jsx)("circle",{cx:l,cy:c,r:"2",fill:n,style:{transition:r?"all 0.6s ease-out":"none"}})]})}function re({confidence:e,theme:r}){const n=Math.round(100*e),i=n>=80?r.success:n>=60?r.warning:r.danger;return(0,t.jsxs)("span",{style:{display:"inline-flex",alignItems:"center",gap:"2px",fontSize:"10px",fontWeight:600,padding:"1px 5px",borderRadius:"999px",backgroundColor:`${i}22`,color:i,border:`1px solid ${i}44`,marginLeft:"6px",verticalAlign:"middle",letterSpacing:"0.03em"},children:["⚛ ",n,"%"]})}function ne({config:e,intel:r,qubitPhase:n,value:i,error:o,touched:a,showConfidence:s,showQuantumState:l,collapsed:c,onChange:d,onBlur:u,theme:f,mounted:p,index:m}){const g=e.type??r.type,h=e.label??r.label,b=e.placeholder??r.placeholder,x=void 0!==e.required?e.required:r.validations.some(e=>"required"===e.rule),y=P(h),w="textarea"===g,v=a&&""!==o,k=`qf-${e.name}`,$={width:"100%",padding:"9px 12px",border:`1.5px solid ${v?f.danger:f.border}`,borderRadius:"8px",backgroundColor:f.surface,color:f.text,fontSize:"14px",fontFamily:"inherit",outline:"none",boxSizing:"border-box",transition:"border-color 0.15s, box-shadow 0.15s",resize:w?"vertical":void 0,minHeight:w?"80px":void 0};return(0,t.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:"4px",opacity:p?1:0,transform:p?"scaleY(1)":"scaleY(0.92)",transition:`opacity 0.35s ease ${60*m}ms, transform 0.35s ease ${60*m}ms`,transformOrigin:"top"},children:[(0,t.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:"4px"},children:[l&&(0,t.jsx)(te,{phase:n,collapsed:c,primaryColor:f.primary,borderColor:f.border}),(0,t.jsxs)("label",{htmlFor:k,style:{fontSize:"13px",fontWeight:500,color:f.text,cursor:"pointer"},children:[y,x&&(0,t.jsx)("span",{"aria-hidden":"true",style:{color:f.danger,marginLeft:"3px"},children:"*"})]}),s&&(0,t.jsx)(re,{confidence:r.confidence,theme:f})]}),w?(0,t.jsx)("textarea",{id:k,value:i,onChange:e=>d(e.target.value),onBlur:u,placeholder:b,"aria-invalid":v,"aria-required":x,style:$}):(0,t.jsx)("input",{id:k,type:g,value:i,onChange:e=>d(e.target.value),onBlur:u,placeholder:b,"aria-invalid":v,"aria-required":x,style:$}),v&&(0,t.jsxs)("span",{role:"alert",style:{fontSize:"12px",color:f.danger,display:"flex",alignItems:"center",gap:"4px"},children:[(0,t.jsx)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"currentColor","aria-hidden":"true",children:(0,t.jsx)("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"})}),P(o)]})]})}function ie(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 oe({fields:r,onSubmit:a,submitLabel:s="Submit",layout:l="vertical",showConfidence:c=!0,showQuantumState:d=!1}){const u=n(),f=r.map(e=>function(e){const t=e.toLowerCase().replace(/[\s-]/g,"_"),r=(new i).amplify(o,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=o[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)),[p,m]=(0,e.useState)(()=>Object.fromEntries(r.map(e=>[e.name,""]))),[g,h]=(0,e.useState)({}),[b,x]=(0,e.useState)({}),[y,w]=(0,e.useState)(!1),[v,k]=(0,e.useState)(!1),[$,z]=(0,e.useState)(!1);(0,e.useEffect)(()=>{const e=requestAnimationFrame(()=>k(!0));return()=>cancelAnimationFrame(e)},[]);const S=(0,e.useCallback)((e,t)=>{const n=r.find(t=>t.name===e),i=f[r.findIndex(t=>t.name===e)];if(!n||!i)return"";const o=t[e]??"";for(const{rule:r,value:a,message:s}of i.validations)if(("required"!==r||!1!==n.required)&&!ee(r,a,o,t))return s;return""},[r]),j=(0,e.useCallback)(e=>{const t={};for(const n of r){const r=S(n.name,e);r&&(t[n.name]=r)}return t},[r,S]),C=(0,e.useCallback)((e,t)=>{m(n=>{const i={...n,[e]:t};if(b[e]&&(h(t=>({...t,[e]:S(e,i)})),"password"===e)){const e=r.find(e=>["confirmpassword","confirm_password","passwordconfirm"].includes(e.name.toLowerCase().replace(/[\s_-]/g,"")))?.name;e&&b[e]&&h(t=>({...t,[e]:S(e,i)}))}return i}),z(!0)},[r,b,S]),A=(0,e.useCallback)(e=>{x(t=>({...t,[e]:!0})),h(t=>({...t,[e]:S(e,p)}))},[p,S]),M=(0,e.useCallback)(async e=>{e.preventDefault(),x(Object.fromEntries(r.map(e=>[e.name,!0])));const t=j(p);if(h(t),!(Object.keys(t).length>0)){w(!0);try{await a(p)}finally{w(!1)}}},[r,p,j,a]),_=f.length>0?Math.round(f.reduce((e,t)=>e+t.confidence,0)/f.length*100):0,I=_>=80?u.success:_>=60?u.warning:u.danger,L="horizontal"===l;return(0,t.jsxs)("form",{onSubmit:M,noValidate:!0,className:F("w-full"),style:{backgroundColor:u.surface,border:`1px solid ${u.border}`,borderRadius:"12px",padding:"24px",position:"relative",boxSizing:"border-box"},children:[(0,t.jsx)("span",{"aria-label":"Powered by Quantum AI",style:{position:"absolute",top:"16px",right:"16px",fontSize:"10px",fontWeight:700,padding:"3px 8px",borderRadius:"999px",backgroundColor:`${u.primary}20`,color:u.primary,border:`1px solid ${u.primary}44`,letterSpacing:"0.04em",userSelect:"none"},children:"⚛ Quantum AI"}),c&&(0,t.jsxs)("div",{style:{marginBottom:"20px",paddingRight:"100px"},children:[(0,t.jsxs)("div",{style:{display:"flex",alignItems:"center",justifyContent:"space-between",marginBottom:"4px"},children:[(0,t.jsx)("span",{style:{fontSize:"11px",color:u.textMuted,fontWeight:500},children:"Form Intelligence Confidence"}),(0,t.jsxs)("span",{style:{fontSize:"11px",fontWeight:700,color:I},children:[_,"%"]})]}),(0,t.jsx)("div",{style:{height:"4px",borderRadius:"4px",backgroundColor:u.border,overflow:"hidden"},children:(0,t.jsx)("div",{style:{height:"100%",width:`${_}%`,backgroundColor:I,borderRadius:"4px",transition:"width 0.8s ease"}})})]}),(0,t.jsx)("div",{style:{display:"grid",gridTemplateColumns:L?"repeat(auto-fill, minmax(260px, 1fr))":"1fr",gap:"16px",marginBottom:"20px"},children:r.map((e,r)=>(0,t.jsx)(ne,{config:e,intel:f[r],qubitPhase:ie(e.name),value:p[e.name]??"",error:g[e.name]??"",touched:b[e.name]??!1,showConfidence:c,showQuantumState:d,collapsed:$,onChange:t=>C(e.name,t),onBlur:()=>A(e.name),theme:u,mounted:v,index:r},e.name))}),(0,t.jsx)("button",{type:"submit",disabled:y,style:{width:"100%",padding:"10px 20px",borderRadius:"8px",border:"none",backgroundColor:y?`${u.primary}88`:u.primary,color:u.bg,fontSize:"14px",fontWeight:700,fontFamily:"inherit",cursor:y?"not-allowed":"pointer",transition:"background-color 0.15s, opacity 0.15s",display:"flex",alignItems:"center",justifyContent:"center",gap:"8px"},children:y?(0,t.jsxs)(t.Fragment,{children:[(0,t.jsxs)("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:[(0,t.jsx)("circle",{cx:"12",cy:"12",r:"10",strokeOpacity:"0.25"}),(0,t.jsx)("path",{d:"M12 2a10 10 0 0 1 10 10"})]}),"Processing…"]}):P(s)}),(0,t.jsx)("style",{children:"@keyframes qf-spin { to { transform: rotate(360deg); } }"})]})}Object.freeze({sanitizeString:P,sanitizeHref:E,sanitizeHTML:U,sanitizeCSS:V,sanitizeJSON:function(e){try{return X(JSON.parse(e,(e,t)=>{if(!J.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&&B("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)||H.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:U,createScriptURL:e=>E(e)??"",createScript:()=>{throw new Error("TekiVex: inline script creation forbidden")}})}catch{}},isFramed:G,installFrameBuster:function(e){if("undefined"!=typeof window&&G())if(B("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?(B("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)?(B("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 K)t="function"==typeof i?t.replace(n,e=>(r++,i(e))):t.replace(n,e=>(r++,i));return r>0&&B("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"}),oe.displayName="TkxQuantumForm";var ae={sm:4,md:8,lg:12};function se({color:e}){return(0,t.jsx)("div",{style:{display:"flex",gap:4,alignItems:"center"},children:[0,1,2].map(r=>(0,t.jsx)("div",{style:{width:7,height:7,borderRadius:"50%",background:e,animation:`tkx-thinking-dot 1.2s ease-in-out ${.18*r}s infinite`}},r))})}function le({color:e}){return(0,t.jsxs)("div",{style:{position:"relative",width:24,height:24},children:[(0,t.jsx)("div",{style:{position:"absolute",inset:0,borderRadius:"50%",background:e,opacity:.15,animation:"tkx-thinking-pulse 1.5s ease-out infinite"}}),(0,t.jsx)("div",{style:{position:"absolute",inset:4,borderRadius:"50%",background:e,opacity:.6,animation:"tkx-thinking-pulse 1.5s ease-out 0.3s infinite"}}),(0,t.jsx)("div",{style:{position:"absolute",inset:8,borderRadius:"50%",background:e}})]})}function ce({color:e}){return(0,t.jsx)("div",{style:{display:"flex",gap:3,alignItems:"center",height:20},children:[0,1,2,3,4].map(r=>(0,t.jsx)("div",{style:{width:3,borderRadius:3,background:e,animation:`tkx-thinking-wave 1s ease-in-out ${.1*r}s infinite`}},r))})}function de({color:e}){return(0,t.jsxs)("div",{style:{position:"relative",width:28,height:28},children:[(0,t.jsx)("div",{style:{position:"absolute",inset:0,borderRadius:"50%",border:`2px solid ${e}33`}}),(0,t.jsx)("div",{style:{position:"absolute",inset:0,borderRadius:"50%",border:"2px solid transparent",borderTopColor:e,animation:"tkx-thinking-orbit 0.8s linear infinite"}}),(0,t.jsx)("div",{style:{position:"absolute",inset:"38%",borderRadius:"50%",background:e,opacity:.8}})]})}var ue={sm:12,md:14,lg:16};function fe({src:e,name:r,size:i=32}){const o=n(),a=r?r.split(" ").map(e=>e[0]).join("").slice(0,2).toUpperCase():"?";return e?(0,t.jsx)("img",{src:e,alt:r??"avatar",width:i,height:i,style:{borderRadius:"50%",objectFit:"cover",flexShrink:0}}):(0,t.jsx)("div",{style:{width:i,height:i,borderRadius:"50%",flexShrink:0,background:`${o.primary}22`,border:`1px solid ${o.primary}44`,display:"flex",alignItems:"center",justifyContent:"center",fontSize:.35*i,fontWeight:700,color:o.primary},children:a})}exports.TkxAIChatBubble=function({role:r,content:i,avatar:o,name:a,timestamp:s,streaming:l=!1,confidence:c,copyable:d=!1,className:u,style:f}){const p=n(),m="user"===r,g="system"===r,h="string"==typeof i?P(i):"",[b,x]=(0,e.useState)(l?"":h),[y,w]=(0,e.useState)(!1),[v,k]=(0,e.useState)(l?"":h),$=(0,e.useRef)(0),z=(0,e.useRef)(null);if((0,e.useEffect)(()=>{if(!l||"string"!=typeof i)return void k(h);$.current=0,x(""),k("");const e=setInterval(()=>{$.current++;const t=h.slice(0,$.current);x(t),z.current&&clearTimeout(z.current),z.current=setTimeout(()=>k(t),350),$.current>=h.length&&(clearInterval(e),z.current&&clearTimeout(z.current),k(h))},18);return()=>{clearInterval(e),z.current&&clearTimeout(z.current)}},[h,l,i]),g)return(0,t.jsx)("div",{style:{display:"flex",justifyContent:"center",padding:"8px 0"},children:(0,t.jsx)("div",{style:{padding:"6px 16px",borderRadius:999,fontSize:12,background:`${p.border}`,color:p.textMuted,fontStyle:"italic"},children:"string"==typeof i?P(i):i})});const S={maxWidth:"75%",padding:"12px 16px",borderRadius:m?"18px 18px 4px 18px":"18px 18px 18px 4px",background:m?`linear-gradient(135deg, ${p.primary}, ${p.primary}cc)`:`${p.surface}`,border:m?"none":`1px solid ${p.border}`,color:m?"#fff":p.text,fontSize:14,lineHeight:1.65,boxShadow:m?`0 4px 16px -4px ${p.primary}55`:"0 2px 8px -2px rgba(0,0,0,0.2)",position:"relative",wordBreak:"break-word"};return(0,t.jsxs)("div",{className:q(F("flex gap-2"),u),style:{flexDirection:m?"row-reverse":"row",alignItems:"flex-end",...f},children:[(0,t.jsx)(fe,{src:o,name:a??(m?"You":"AI")}),(0,t.jsxs)("div",{style:{display:"flex",flexDirection:"column",gap:4,alignItems:m?"flex-end":"flex-start"},children:[(a||s)&&(0,t.jsxs)("div",{style:{display:"flex",gap:8,alignItems:"center",paddingInline:4},children:[a&&(0,t.jsx)("span",{style:{fontSize:11,fontWeight:700,color:p.textMuted},children:a}),s&&(0,t.jsx)("span",{style:{fontSize:10,color:p.textMuted},children:s})]}),(0,t.jsxs)("div",{style:S,role:"article","aria-label":m?"Your message":"Assistant message",children:["string"==typeof i?(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("span",{"aria-hidden":l?"true":void 0,children:l?b:P(i)}),l&&b.length<h.length&&(0,t.jsx)("span",{"aria-hidden":"true",style:{display:"inline-block",width:2,height:14,background:m?"#fff":p.primary,marginLeft:2,animation:"tkx-blink 1s step-end infinite",verticalAlign:"text-bottom"}}),l&&(0,t.jsx)("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:v})]}):i,d&&!m&&(0,t.jsx)("button",{onClick:()=>{navigator.clipboard?.writeText(h),w(!0),setTimeout(()=>w(!1),2e3)},title:"Copy message",style:{position:"absolute",top:8,right:8,background:"none",border:"none",cursor:"pointer",fontSize:13,color:y?"#10b981":p.textMuted,padding:"2px 4px",borderRadius:4,transition:"color 0.2s"},children:y?"✓":"⎘"})]}),!m&&void 0!==c&&(0,t.jsx)("div",{style:{paddingInline:4,width:"100%",maxWidth:240},children:(0,t.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:6},children:[(0,t.jsx)("div",{style:{flex:1,height:3,borderRadius:3,background:p.border,overflow:"hidden"},children:(0,t.jsx)("div",{style:{height:"100%",width:`${c}%`,background:(j=c,C=p.primary,j>=80?"#10b981":j>=55?C:j>=30?"#f59e0b":"#ef4444"),borderRadius:3,transition:"width 0.8s ease"}})}),(0,t.jsxs)("span",{style:{fontSize:10,color:p.textMuted,whiteSpace:"nowrap"},children:[c,"% confident"]})]})})]}),(0,t.jsx)("style",{children:"\n @keyframes tkx-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }\n "})]});var j,C},exports.TkxAIConfidenceBar=function({value:r,label:i,showLabel:o=!0,size:a="md",animate:s=!0,className:l,style:c}){const d=n(),u=(0,e.useRef)(null),f=Math.max(0,Math.min(100,r)),p=function(e,t){return e>=80?t.success:e>=55?t.primary:e>=30?t.warning:t.danger}(f,d),m=ae[a];(0,e.useEffect)(()=>{if(!s||!u.current)return;const e=u.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=`${f}%`});return()=>cancelAnimationFrame(t)},[f,s]);const g="number"==typeof f?`${f.toFixed(0)}% AI confidence${i?` for ${i}`:""}`:i;return(0,t.jsxs)("div",{className:q(F("flex flex-col gap-1"),l),style:c,role:"meter","aria-valuenow":f,"aria-valuemin":0,"aria-valuemax":100,"aria-label":g,children:[(i||o)&&(0,t.jsxs)("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center",marginBottom:4},children:[i&&(0,t.jsx)("span",{style:{fontSize:12,fontWeight:600,color:d.textMuted},children:i}),o&&(0,t.jsxs)("span",{style:{fontSize:12,fontWeight:700,color:p,marginLeft:"auto"},children:[f.toFixed(0),"%"]})]}),(0,t.jsxs)("div",{style:{height:m,borderRadius:m,background:`${d.border}`,overflow:"hidden",position:"relative"},children:[(0,t.jsx)("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}}),(0,t.jsx)("div",{ref:u,style:{height:"100%",width:s?"0%":`${f}%`,background:`linear-gradient(90deg, ${p}cc, ${p})`,borderRadius:m,boxShadow:`0 0 8px ${p}66`,transition:s?void 0:"width 0.3s ease"}})]}),(0,t.jsxs)("div",{style:{fontSize:10,color:d.textMuted,marginTop:2,display:"flex",gap:4,alignItems:"center"},children:[(0,t.jsx)("span",{style:{width:6,height:6,borderRadius:"50%",background:p,display:"inline-block",flexShrink:0}}),f>=80?"High confidence":f>=55?"Moderate confidence":f>=30?"Low confidence":"Very low — review manually"]}),(0,t.jsx)("style",{children:"\n @keyframes tkx-ai-shimmer {\n 0% { background-position: -200% 0; }\n 100% { background-position: 200% 0; }\n }\n "})]})},exports.TkxAIThinking=function({label:r="Thinking…",steps:i,size:o="md",variant:a="dots",active:s=!0,className:l,style:c}){const d=n(),[u,f]=(0,e.useState)(0);(0,e.useEffect)(()=>{if(!i?.length||!s)return;const e=setInterval(()=>{f(e=>(e+1)%i.length)},1800);return()=>clearInterval(e)},[i,s]);const p=d.primary,m=ue[o],g={dots:(0,t.jsx)(se,{color:p}),pulse:(0,t.jsx)(le,{color:p}),wave:(0,t.jsx)(ce,{color:p}),orbit:(0,t.jsx)(de,{color:p})}[a];return(0,t.jsxs)("div",{className:q(F("inline-flex flex-col gap-2"),l),style:c,role:"status","aria-live":"polite","aria-label":s?r:"Done thinking",children:[(0,t.jsxs)("div",{style:{display:"flex",alignItems:"center",gap:10},children:[(0,t.jsx)("div",{style:{opacity:s?1:.35,transition:"opacity 0.3s"},children:s?g:(0,t.jsx)("div",{style:{width:20,height:20,borderRadius:"50%",background:d.success,display:"flex",alignItems:"center",justifyContent:"center"},children:(0,t.jsx)("span",{style:{color:d.bg,fontSize:11,fontWeight:900},children:"✓"})})}),(0,t.jsx)("div",{style:{display:"flex",flexDirection:"column",gap:2},children:(0,t.jsx)("span",{style:{fontSize:m,fontWeight:600,color:s?d.text:d.textMuted,transition:"color 0.3s"},children:s?i?i[u]:r:"Done"})})]}),i&&i.length>1&&(0,t.jsx)("div",{style:{display:"flex",gap:4,paddingLeft:2},children:i.map((e,r)=>(0,t.jsx)("div",{style:{width:r===u?16:6,height:4,borderRadius:4,background:r===u?p:`${p}44`,transition:"all 0.3s ease"}},r))}),(0,t.jsx)("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 "})]})},exports.TkxQuantumForm=oe;