@akropolys/kiku 1.7.26 → 1.7.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,14 +1,14 @@
1
1
  'use client';
2
- "use strict";var ys=Object.create;var cr=Object.defineProperty;var xs=Object.getOwnPropertyDescriptor;var ws=Object.getOwnPropertyNames;var Ss=Object.getPrototypeOf,Cs=Object.prototype.hasOwnProperty;var Ms=(e,a)=>{for(var t in a)cr(e,t,{get:a[t],enumerable:!0})},Bn=(e,a,t,r)=>{if(a&&typeof a=="object"||typeof a=="function")for(let n of ws(a))!Cs.call(e,n)&&n!==t&&cr(e,n,{get:()=>a[n],enumerable:!(r=xs(a,n))||r.enumerable});return e};var vt=(e,a,t)=>(t=e!=null?ys(Ss(e)):{},Bn(a||!e||!e.__esModule?cr(t,"default",{value:e,enumerable:!0}):t,e)),Ns=e=>Bn(cr({},"__esModule",{value:!0}),e);var Zc={};Ms(Zc,{ChatWidget:()=>Yr,KikuButton:()=>Pr,KikuChat:()=>Yr,SearchBar:()=>Kn,Sparkle:()=>_i,VisualSearch:()=>mr,VoiceButton:()=>hr,initKiku:()=>Rn,normalizeShopifyProduct:()=>zr,shopifyAddToCart:()=>Nn,shopifyGetCart:()=>Tn});module.exports=Ns(Zc);var At=require("react"),lr=require("@akropolys/sdk");function $n(e){var a,t,r="";if(typeof e=="string"||typeof e=="number")r+=e;else if(typeof e=="object")if(Array.isArray(e)){var n=e.length;for(a=0;a<n;a++)e[a]&&(t=$n(e[a]))&&(r&&(r+=" "),r+=t)}else for(t in e)e[t]&&(r&&(r+=" "),r+=t);return r}function jn(){for(var e,a,t=0,r="",n=arguments.length;t<n;t++)(e=arguments[t])&&(a=$n(e))&&(r&&(r+=" "),r+=a);return r}function re(...e){return jn(e)}var ge=require("react/jsx-runtime"),Vn=()=>(0,ge.jsxs)("svg",{width:"15",height:"15",viewBox:"0 0 20 20",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",children:[(0,ge.jsx)("circle",{cx:"8.5",cy:"8.5",r:"5.5"}),(0,ge.jsx)("line",{x1:"13",y1:"13",x2:"18",y2:"18"})]});function Kn({placeholder:e="Search products\u2026",limit:a=10,debounceMs:t=150,onSelect:r,className:n,inputClassName:i,dropdownClassName:c,renderResult:s,theme:o,classNames:d={}}){let[p,h]=(0,At.useState)(""),[u,l]=(0,At.useState)(!1),{results:k,loading:v,search:y,clear:x}=(0,lr.useSearch)({debounceMs:t}),C=(0,lr.useAkropolysContext)(),I=(0,At.useRef)(null),g=(0,At.useRef)(!1);(0,At.useEffect)(()=>{if(g.current){g.current=!1;return}if(!p.trim()){x(),l(!1);return}l(!0),y(p,a)},[p]),(0,At.useEffect)(()=>{let M=U=>{I.current&&!I.current.contains(U.target)&&l(!1)};return document.addEventListener("mousedown",M),()=>document.removeEventListener("mousedown",M)},[]);let w=M=>{p.trim()&&C.api.searchVector(p,1,void 0,!0).catch(()=>{}),g.current=!0,l(!1),h(M.entity.title??M.entity.name??""),r?.(M)},N=()=>{p.trim()&&(C.api.searchVector(p,1,void 0,!0).catch(()=>{}),k.length>0&&w(k[0]))},S=u&&p.trim().length>0,X={...o?.primaryColor&&{"--hsk-primary":o.primaryColor},...o?.backgroundColor&&{"--hsk-bg":o.backgroundColor},...o?.textColor&&{"--hsk-text":o.textColor},...o?.fontFamily&&{"--hsk-font":o.fontFamily},...o?.borderRadius&&{"--hsk-border-radius":o.borderRadius}};return(0,ge.jsxs)("div",{className:re("hsk-sb-wrap",d.root,n),ref:I,style:X,children:[(0,ge.jsx)("span",{className:"hsk-sb-icon",children:(0,ge.jsx)(Vn,{})}),(0,ge.jsx)("input",{className:re("hsk-sb-input",d.input,i),type:"text",value:p,placeholder:e,onChange:M=>h(M.target.value),onFocus:()=>k.length>0&&p.trim()&&l(!0),onKeyDown:M=>{M.key==="Enter"&&N()},autoComplete:"off",spellCheck:!1}),S&&(0,ge.jsxs)("div",{className:re("hsk-sb-drop",d.dropdown,c),style:{position:"absolute"},children:[v&&(0,ge.jsx)("div",{className:"hsk-sb-loading-bar"}),v&&k.length===0?(0,ge.jsxs)(ge.Fragment,{children:[(0,ge.jsxs)("div",{className:"hsk-sb-skeleton-row",children:[(0,ge.jsx)("span",{className:"hsk-sb-skeleton-icon"}),(0,ge.jsxs)("div",{className:"hsk-sb-row-body",children:[(0,ge.jsx)("div",{className:"hsk-sb-skeleton-text1"}),(0,ge.jsx)("div",{className:"hsk-sb-skeleton-text2"})]})]}),(0,ge.jsxs)("div",{className:"hsk-sb-skeleton-row",children:[(0,ge.jsx)("span",{className:"hsk-sb-skeleton-icon"}),(0,ge.jsxs)("div",{className:"hsk-sb-row-body",children:[(0,ge.jsx)("div",{className:"hsk-sb-skeleton-text1",style:{width:"45%"}}),(0,ge.jsx)("div",{className:"hsk-sb-skeleton-text2",style:{width:"25%"}})]})]})]}):(0,ge.jsxs)(ge.Fragment,{children:[k.length===0&&!v&&(0,ge.jsxs)("div",{className:"hsk-sb-empty",children:["No results for \u201C",p,"\u201D"]}),k.map((M,U)=>{if(s)return(0,ge.jsx)("div",{onClick:()=>w(M),className:"hsk-sb-fade",style:{animationDelay:`${U*18}ms`},children:s(M)},M.id);let j=M.entity.image??M.entity.thumbnail??M.entity.images?.[0];return(0,ge.jsxs)("div",{className:re("hsk-sb-row hsk-sb-fade",d.row),style:{animationDelay:`${U*18}ms`},onClick:()=>w(M),children:[(0,ge.jsx)("span",{className:"hsk-sb-row-thumb",children:j?(0,ge.jsx)("img",{src:j,alt:"",loading:"lazy",onError:E=>{E.currentTarget.style.display="none"}}):(0,ge.jsx)(Vn,{})}),(0,ge.jsxs)("div",{className:"hsk-sb-row-body",children:[(0,ge.jsx)("div",{className:"hsk-sb-row-title",children:M.entity.title??M.entity.name}),(M.entity.category||M.entity.brand)&&(0,ge.jsx)("div",{className:"hsk-sb-row-sub",children:M.entity.category??M.entity.brand})]})]},M.id)})]})]})]})}var Qe=require("react"),va=require("@akropolys/sdk");var ea=vt(require("react")),xe=require("react/jsx-runtime"),Ts=/[ \t]{2,}/g,Rs=/ ([.,!?:;])/g,Ps=/\(([ \t]+)/g,zs=/([ \t]+)\)/g,As=/(\d+)\s+(MP|mAh|W|GB|MB|KHz|Hz|KSh|KES|USD|EUR)\b/gi,Ls=/(!\[[^\]]*\]\([^)]+\)|\[[^\]]+\]\([^)]+\)|\*\*[^*]+\*\*|`[^`]+`)/g,Is=/^!\[([^\]]*)\]\(([^)]+)\)$/,Es=/^\[([^\]]+)\]\(([^)]+)\)$/,Ds=/^(https?|data:image|blob):/i,Fs=/^(https?|mailto|tel):/i,_s=/memory|mimi/i,Hs=/mimi\.akropolys/i,Us=e=>e&&e.replace(Ts," ").replace(Rs,"$1").replace(Ps,"(").replace(zs,")").replace(As,"$1 $2"),Lt=(e,a)=>Us(e).split(Ls).map((n,i)=>{if(!n)return null;let c=`${a}-inline-${i}`;if(n.startsWith("`")&&n.endsWith("`"))return(0,xe.jsx)("code",{className:"hsk-markdown-code",children:n.slice(1,-1)},c);if(n.startsWith("**")&&n.endsWith("**"))return(0,xe.jsx)("strong",{children:Lt(n.slice(2,-2),c)},c);let s=n.match(Is);if(s){let d=s[1],p=s[2];return Ds.test(p)||p.startsWith("/")?(0,xe.jsx)("img",{src:p,alt:d||"Product image",className:"hsk-markdown-img",loading:"lazy",onError:u=>{u.target.style.display="none"}},c):null}let o=n.match(Es);if(o){let d=o[1],p=o[2];return _s.test(d)||Hs.test(p)?null:Fs.test(p)||p.startsWith("/")?(0,xe.jsx)("a",{href:p,target:"_blank",rel:"noopener noreferrer",className:"hsk-markdown-link",children:Lt(d,c)},c):(0,xe.jsx)("span",{children:Lt(d,c)},c)}return n});function Wn(e,a){let t=e.trim();return a?t.includes("|"):t.startsWith("|")}function On(e){let a=e.trim();return a.startsWith("|")&&(a=a.slice(1)),a.endsWith("|")&&(a=a.slice(0,-1)),a.split("|").map(t=>t.trim())}function qs({children:e}){let a=ea.default.useRef(null),[t,r]=ea.default.useState("none"),[n,i]=ea.default.useState(!1),c=ea.default.useRef({startX:0,scrollLeft:0,isDown:!1,hasMoved:!1}),s=ea.default.useCallback(()=>{let h=a.current;if(!h)return;if(!(h.scrollWidth>h.clientWidth+2)){r("none");return}let l=getComputedStyle(h).direction==="rtl",k=Math.abs(h.scrollLeft),v=k<=4,y=k+h.clientWidth>=h.scrollWidth-4;r(v?l?"right":"left":y?l?"left":"right":"middle")},[]);ea.default.useEffect(()=>{s();let h=a.current;if(!h)return;let u=typeof ResizeObserver<"u"?new ResizeObserver(s):null;return u?.observe(h),()=>u?.disconnect()},[s]);let o=h=>{let u=a.current;!u||u.scrollWidth<=u.clientWidth||h.target.closest("a, button, input")||(c.current={startX:h.pageX-u.offsetLeft,scrollLeft:u.scrollLeft,isDown:!0,hasMoved:!1},i(!0))},d=h=>{if(!c.current.isDown)return;let u=a.current;if(!u)return;let k=(h.pageX-u.offsetLeft-c.current.startX)*1.5;Math.abs(k)>3&&(c.current.hasMoved=!0,h.preventDefault(),u.scrollLeft=c.current.scrollLeft-k)},p=()=>{c.current.isDown=!1,i(!1)};return(0,xe.jsx)("div",{ref:a,className:`hsk-table-wrapper hsk-table-wrapper--${t}${n?" is-dragging":""}`,onScroll:s,onMouseDown:o,onMouseMove:d,onMouseUp:p,onMouseLeave:p,children:e})}function ta(e,a=!1){return Bs(e,a)}function Bs(e,a){let t=e.split(`
3
- `);if(a&&t.length>0){let o=t[t.length-1];o.trim().startsWith("|")&&!o.trim().endsWith("|")&&t.pop()}let r=[],n=[],i=0,c=()=>{n.length>0&&(r.push((0,xe.jsx)("div",{className:"hsk-cb-ai-text",children:n},`text-bubble-${i++}`)),n=[])},s=0;for(;s<t.length;){let o=t[s],d=`md-line-${s}`;if(!o.trim()){s++;continue}let p=o.trim().match(/^!\[([^\]]*)\]\(([^)]+)\)$/);if(p){c();let u=p[1],l=p[2];(/^(https?|data:image|blob):/i.test(l)||l.startsWith("/"))&&r.push((0,xe.jsx)("div",{className:"hsk-markdown-img-block",children:(0,xe.jsx)("img",{src:l,alt:u||"Product image",className:"hsk-markdown-img",loading:"lazy",onError:v=>{v.target.style.display="none"}})},d)),s++;continue}let h=o.match(/^(#{1,3})\s+(.*)/);if(h){let u=h[1].length,l=`h${u+3}`;n.push((0,xe.jsx)(l,{className:`hsk-markdown-h${u}`,children:Lt(h[2],d)},d)),s++;continue}if(o.match(/^[\s]*[-*+•]\s+/)){let u=[];for(;s<t.length&&t[s].match(/^[\s]*[-*+•]\s+/);){let l=t[s].replace(/^[\s]*[-*+•]\s+/,"");u.push((0,xe.jsx)("li",{children:Lt(l,`li-${s}`)},`li-${s}`)),s++}n.push((0,xe.jsx)("ul",{className:"hsk-markdown-list hsk-markdown-ul",children:u},`ul-${d}`));continue}if(o.match(/^[\s]*\d+[\.\)]\s+/)){let u=[];for(;s<t.length&&t[s].match(/^[\s]*\d+[\.\)]\s+/);){let l=t[s].replace(/^[\s]*\d+[\.\)]\s+/,"");u.push((0,xe.jsx)("li",{children:Lt(l,`li-${s}`)},`li-${s}`)),s++}n.push((0,xe.jsx)("ol",{className:"hsk-markdown-list hsk-markdown-ol",children:u},`ol-${d}`));continue}if(Wn(o,!1)){c();let u=[],l=[],k=[],v=!0;for(;s<t.length&&Wn(t[s],!0);){let g=t[s].trim();if(g.match(/^\|?[-:| ]+\|?$/)&&g.includes("-")){k=On(g).map(S=>{let X=S.trim(),M=X.startsWith(":"),U=X.endsWith(":");return M&&U?"center":U?"end":"start"}),s++,v=!1;continue}let w=On(g);v&&u.length===0?u=w:l.push(w),s++}let y=Math.max(u.length,...l.map(g=>g.length)),x=[];for(let g=0;g<y;g++)if(k[g])x[g]=k[g];else if(g===0)x[g]="start";else{let w=l.filter(N=>{let S=(N[g]||"").trim();return/^[\$€£¥+-]?\d+([.,]\d+)?%?$/.test(S)||/^[\$€£¥+-]?\d+([.,]\d+)?\s*(bps|M|K|B)?$/i.test(S)}).length;x[g]=w>=Math.ceil(l.length/2)?"end":"start"}let C=u.length>0?(0,xe.jsx)("tr",{children:u.map((g,w)=>(0,xe.jsx)("th",{style:{textAlign:x[w]||"start"},children:(0,xe.jsx)("bdi",{children:Lt(g,`th-${d}-${w}`)})},`th-${d}-${w}`))},`tr-head-${d}`):null,I=l.map((g,w)=>(0,xe.jsx)("tr",{children:g.map((N,S)=>(0,xe.jsx)("td",{style:{textAlign:x[S]||"start"},children:(0,xe.jsx)("bdi",{children:Lt(N,`td-${d}-${w}-${S}`)})},`td-${d}-${w}-${S}`))},`tr-body-${d}-${w}`));r.push((0,xe.jsx)(qs,{children:(0,xe.jsxs)("table",{className:"hsk-markdown-table",children:[C&&(0,xe.jsx)("thead",{children:C}),(0,xe.jsx)("tbody",{children:I})]})},`table-wrapper-${d}`));continue}n.push((0,xe.jsx)("p",{className:"hsk-markdown-p",children:Lt(o,d)},d)),s++}return c(),(0,xe.jsx)(xe.Fragment,{children:r})}var qa=require("react/jsx-runtime"),Ba=()=>(0,qa.jsxs)("svg",{className:"hsk-telegram-icon",width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,qa.jsx)("line",{x1:"22",y1:"2",x2:"11",y2:"13"}),(0,qa.jsx)("polygon",{points:"22 2 15 22 11 13 2 9 22 2"})]});function ba(e){if(typeof e=="string")return{themeAttr:e,vars:void 0};if(!e)return{themeAttr:void 0,vars:void 0};let a={};return e.primaryColor&&(a["--hsk-primary"]=e.primaryColor),e.backgroundColor&&(a["--hsk-bg"]=e.backgroundColor,a["--hsk-chat-bg"]=e.backgroundColor),e.textColor&&(a["--hsk-text"]=e.textColor,a["--hsk-chat-text"]=e.textColor),e.fontFamily&&(a["--hsk-font"]=e.fontFamily),e.fontSize&&(a["--hsk-font-size"]=e.fontSize),e.mobileFontSize&&(a["--hsk-mobile-font-size"]=e.mobileFontSize),e.borderRadius&&(a["--hsk-border-radius"]=e.borderRadius),{themeAttr:void 0,vars:a}}var Et=require("react");var he=require("react");var yt=null,$t=null,jt=null,ga=null,xt=0,Vt=!1,fa=0,Vr=!1;function $s(){if(typeof window>"u")return null;let e=window.AudioContext||window.webkitAudioContext;return e?(yt||(yt=new e,$t=yt.createAnalyser(),$t.fftSize=1024,$t.smoothingTimeConstant=.25,jt=yt.createGain(),jt.gain.value=1,$t.connect(jt),jt.connect(yt.destination),ga=new Uint8Array($t.fftSize)),{ctx:yt,analyser:$t}):null}function $a(e,a=130){let t=jt;if(!t||!yt)return;let r=yt.currentTime;t.gain.cancelScheduledValues(r),t.gain.setValueAtTime(t.gain.value,r),t.gain.linearRampToValueAtTime(Math.max(0,Math.min(1,e)),r+a/1e3)}function Gn(){if(!Vt)return fa*=.85,fa;if(Vr||!$t||!ga){let r=Date.now()/1e3;return .35+.18*Math.sin(r*7.1)+.1*Math.sin(r*3.3)}$t.getByteTimeDomainData(ga);let e=0;for(let r=0;r<ga.length;r++){let n=(ga[r]-128)/128;e+=n*n}let a=Math.sqrt(e/ga.length),t=Math.min(1,a*3.2);return fa+=(t-fa)*(t>fa?.6:.12),fa}function It(){if(xt++,Vt=!1,jt&&yt&&(jt.gain.cancelScheduledValues(yt.currentTime),jt.gain.value=1),typeof window<"u"&&"speechSynthesis"in window)try{window.speechSynthesis.cancel()}catch{}}function js(e){return e.replace(/```[\s\S]*?```/g," ").replace(/`([^`]+)`/g,"$1").replace(/!\[[^\]]*\]\([^)]*\)/g," ").replace(/\[([^\]]+)\]\([^)]+\)/g,"$1").replace(/https?:\/\/\S+/g," ").replace(/^\s{0,3}#{1,6}\s+/gm,"").replace(/^\s*[-*+]\s+/gm,"").replace(/[*_~>|]/g,"").replace(/\s*\n\s*\n\s*/g,". ").replace(/\s*\n\s*/g," ").replace(/\s+/g," ").replace(/\s+([.,!?;:])/g,"$1").trim()}var Vs=/([.!?…。!?؟۔।]+["'”’)\]]*\s+)/,Ks=240;function Ws(e,a=Ks){let t=e.split(Vs).filter(Boolean),r=[],n="";for(let i of t)for(n&&(n+i).length>a&&(r.push(n.trim()),n=""),n+=i;n.length>a*2;){let c=n.lastIndexOf(" ",a*2);r.push(n.slice(0,c>a?c:a*2).trim()),n=n.slice(c>a?c:a*2)}return n.trim()&&r.push(n.trim()),r.filter(i=>/\S/.test(i))}function Os(e,a,t){return new Promise(r=>{if(t!==xt)return r();let n=e.ctx.createBufferSource();n.buffer=a,n.connect(e.analyser),n.onended=()=>r(),n.start();let i=setInterval(()=>{if(t!==xt){clearInterval(i);try{n.stop()}catch{}r()}},100);n.onended=()=>{clearInterval(i),r()}})}async function Kr({client:e,text:a,voice:t,language:r,bcp47:n,onStart:i,onEnd:c,onError:s,onRefused:o,onSecondsLeft:d}){It();let p=++xt;Vr=!1;let h=js(a);if(!h){c?.();return}let u=$s();if(!u){Yn(h,n,i,c,s);return}if(u.ctx.state==="suspended")try{await u.ctx.resume()}catch{}let l=Ws(h),k=x=>e.synthesizeSpeech(x,t,r).catch(()=>null),v=!1,y=k(l[0]);for(let x=0;x<l.length&&p===xt;x++){let C=await y;if(y=x+1<l.length?k(l[x+1]):Promise.resolve(null),C&&"refused"in C&&C.refused){o?.(C.refused),c?.();return}if(!C){if(!v){Yn(l.slice(x).join(" "),n,i,c,s);return}continue}if(C.secondsLeft!==void 0&&d?.(C.secondsLeft),p!==xt)break;let I;try{I=await u.ctx.decodeAudioData(C.audio.slice(0))}catch(g){s?.(g);continue}if(p!==xt)break;v||(v=!0,Vt=!0,i?.()),await Os(u,I,p)}p===xt&&(Vt=!1,c?.())}function Ys(e){let a=window.speechSynthesis.getVoices?.()??[];if(!a.length||!e)return;let t=e.toLowerCase(),r=t.split("-")[0],n=a.filter(c=>c.lang?.toLowerCase().replace("_","-")===t),i=n.length?n:a.filter(c=>c.lang?.toLowerCase().split(/[-_]/)[0]===r);if(i.length)return i.find(c=>c.localService===!1)??i[0]}function Yn(e,a,t,r,n){if(typeof window>"u"||!("speechSynthesis"in window)){n?.("speech-unavailable"),r?.();return}let i=xt;Vr=!0;try{window.speechSynthesis.cancel();let c=new SpeechSynthesisUtterance(e),s=a||document.documentElement.lang||navigator.language||"";s&&(c.lang=s);let o=Ys(s);o&&(c.voice=o),c.rate=1,c.pitch=1,c.onstart=()=>{Vt=!0,t?.()},c.onend=()=>{i===xt&&(Vt=!1,r?.())},c.onerror=d=>{Vt=!1,n?.(d),r?.()},window.speechSynthesis.speak(c)}catch(c){Vt=!1,n?.(c),r?.()}}var Gs=1100,Wr=.012,Qs=320,Xs=.09,Js=.25,Qn=130,Zs=700,ec=12,tc=48,ac=.45,rc=.35,nc=.2,Xn=.55;function dr({lang:e,onUtterance:a,onError:t,onBargeIn:r,silenceMs:n=Gs,paused:i=!1}){let[c,s]=(0,he.useState)(!1),[o,d]=(0,he.useState)(!1),[p,h]=(0,he.useState)(""),[u,l]=(0,he.useState)(!1),k=(0,he.useRef)(null),v=(0,he.useRef)(null),y=(0,he.useRef)(null),x=(0,he.useRef)(null),C=(0,he.useRef)(null),I=(0,he.useRef)(null),g=(0,he.useRef)(0),w=(0,he.useRef)(.008),N=(0,he.useRef)(0),S=(0,he.useRef)(0),X=(0,he.useRef)(""),M=(0,he.useRef)(0),U=(0,he.useRef)(0),j=(0,he.useRef)(!1),E=(0,he.useRef)(i),Y=(0,he.useRef)(!1),D=(0,he.useRef)(!1),B=(0,he.useRef)(a),te=(0,he.useRef)(t),z=(0,he.useRef)(r);(0,he.useEffect)(()=>{B.current=a},[a]),(0,he.useEffect)(()=>{te.current=t},[t]),(0,he.useEffect)(()=>{z.current=r},[r]),(0,he.useEffect)(()=>{E.current=i},[i]),(0,he.useEffect)(()=>{l(typeof window<"u"&&("SpeechRecognition"in window||"webkitSpeechRecognition"in window)&&!!navigator.mediaDevices?.getUserMedia)},[]);let W=(0,he.useCallback)(()=>g.current,[]),oe=(0,he.useCallback)(V=>{let Q=x.current;return!Q||V.length!==Q.frequencyBinCount?!1:(Q.getByteFrequencyData(V),!0)},[]),J=(0,he.useCallback)(()=>x.current?.frequencyBinCount??0,[]),m=(0,he.useRef)([]),F=(0,he.useRef)(null),G=(0,he.useRef)(!1),ie=(0,he.useRef)(0),Z=(0,he.useRef)(0),_=(0,he.useCallback)(V=>{let Q=x.current;if(!Q)return 0;let ee=m.current;ee.push(V),ee.length>tc&&ee.shift();let ce=0;if(ee.length>=12){let ze=0;for(let it of ee)ze+=it;if(ze/=ee.length,ze>1e-4){let it=0;for(let dt of ee)it+=(dt-ze)*(dt-ze);ce=Math.min(1,Math.sqrt(it/ee.length)/ze/.6)}}let q=0;(!F.current||F.current.length!==Q.frequencyBinCount)&&(F.current=new Uint8Array(Q.frequencyBinCount));let se=F.current;Q.getByteFrequencyData(se);let _e=(y.current?.sampleRate??48e3)/2/se.length,Re=Math.floor(300/_e),Pe=Math.min(se.length-1,Math.ceil(3400/_e)),Qt=0,Je=0;for(let ze=0;ze<se.length;ze++)Je+=se[ze],ze>=Re&&ze<=Pe&&(Qt+=se[ze]);Je>0&&(q=Qt/Je);let Tt=Math.min(1,V/(w.current+Wr*3));return ac*Tt+rc*ce+nc*q},[]),R=(0,he.useCallback)(()=>{let V=X.current.trim();if(X.current="",M.current=U.current,h(""),d(!1),V){Y.current=!1;let Q=k.current;k.current=null;try{Q?.stop()}catch{}B.current(V)}},[]),P=(0,he.useCallback)(()=>{let V=x.current,Q=I.current;if(!V||!Q)return;V.getByteTimeDomainData(Q);let ee=0;for(let Re=0;Re<Q.length;Re++){let Pe=(Q[Re]-128)/128;ee+=Pe*Pe}let ce=Math.sqrt(ee/Q.length),q=Math.min(1,ce*4);g.current+=(q-g.current)*(q>g.current?.6:.12);let se=Date.now(),Ce=E.current?Gn()*Xs:0;ce>w.current+Wr+Ce?(N.current=se,S.current||(S.current=se)):(S.current=0,w.current=Math.min(w.current*1.02+2e-5,Math.max(.004,ce))),E.current?G.current?(_(ce)>Xn?Z.current+=1:Z.current=Math.max(0,Z.current-2),Z.current>=ec?(G.current=!1,Z.current=0,$a(1,0),z.current?.()):se-ie.current>Zs&&(G.current=!1,Z.current=0,$a(1,Qn*2))):S.current&&se-S.current>Qs&&_(ce)>Xn&&(S.current=0,G.current=!0,ie.current=se,Z.current=0,$a(Js,Qn)):X.current.trim()&&se-N.current>n&&R(),C.current=requestAnimationFrame(P)},[R,n,_]),A=(0,he.useCallback)(()=>{if(k.current||!j.current)return;let V=window.SpeechRecognition||window.webkitSpeechRecognition,Q=new V;M.current=0,U.current=0,Q.lang=e||document.documentElement.lang||navigator.language||"en-US",Q.interimResults=!0,Q.maxAlternatives=1,Q.continuous=!0,Q.onresult=ee=>{let ce="";for(let q=M.current;q<ee.results.length;q++)ce+=ee.results[q][0].transcript;U.current=ee.results.length,ce=ce.trim(),ce&&(X.current=ce,h(ce),d(!0))},Q.onerror=ee=>{let ce=ee?.error||"";ce==="no-speech"||ce==="aborted"||te.current?.(ce)},Q.onend=()=>{k.current=null,j.current&&Y.current&&setTimeout(()=>{A()},120)},k.current=Q;try{Q.start()}catch{k.current=null,te.current?.("failed-to-start")}},[e]),f=(0,he.useCallback)(()=>{Y.current=!1;let V=k.current;k.current=null;try{V?.stop()}catch{}},[]),L=(0,he.useCallback)(()=>{j.current=!1,G.current=!1,Z.current=0,m.current=[],$a(1,0),Y.current=!1,s(!1),d(!1),h(""),X.current="",g.current=0;let V=k.current;k.current=null;try{V?.abort()}catch{}C.current!==null&&(cancelAnimationFrame(C.current),C.current=null),v.current?.getTracks().forEach(Q=>Q.stop()),v.current=null,x.current=null,y.current?.close().catch(()=>{}),y.current=null},[]),ae=(0,he.useCallback)(async()=>{if(!(j.current||!u)){j.current=!0,s(!0);try{let V=await navigator.mediaDevices.getUserMedia({audio:{echoCancellation:!0,noiseSuppression:!0,autoGainControl:!0}});v.current=V;let Q=window.AudioContext||window.webkitAudioContext,ee=new Q;y.current=ee;let ce=ee.createAnalyser();ce.fftSize=1024,ce.smoothingTimeConstant=.25,ee.createMediaStreamSource(V).connect(ce),x.current=ce,I.current=new Uint8Array(ce.fftSize),w.current=.008,N.current=Date.now(),C.current=requestAnimationFrame(P)}catch(V){j.current=!1,s(!1),te.current?.(V?.name==="NotAllowedError"?"not-allowed":"audio-capture");return}Y.current=!0,A()}},[u,P,A]);return(0,he.useEffect)(()=>{c&&(i?(X.current="",h(""),G.current=!1,Z.current=0,m.current=[],f()):(G.current=!1,N.current=Date.now(),Y.current=!0,A()))},[i,c,A,f]),(0,he.useEffect)(()=>{if(!c||i)return;let V=setInterval(()=>{let Q=!!k.current,ee=g.current>w.current+Wr;Q&&ee&&X.current},2e3);return()=>clearInterval(V)},[c,i]),(0,he.useEffect)(()=>()=>{L()},[L]),{supported:u,active:c,hearing:o,interim:p,micLevel:W,micSpectrum:oe,spectrumBins:J,start:ae,stop:L}}var wt=require("react/jsx-runtime"),oc=({active:e})=>(0,wt.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,wt.jsx)("rect",{x:"9",y:"2",width:"6",height:"11",rx:"3",fill:e?"currentColor":"none"}),(0,wt.jsx)("path",{d:"M5 10a7 7 0 0 0 14 0"}),(0,wt.jsx)("line",{x1:"12",y1:"19",x2:"12",y2:"23"}),(0,wt.jsx)("line",{x1:"8",y1:"23",x2:"16",y2:"23"})]});function hr({onTranscript:e,onInterim:a,lang:t,className:r="",disabled:n=!1,onError:i}){let c=(0,Et.useRef)(e);(0,Et.useEffect)(()=>{c.current=e},[e]);let s=(0,Et.useRef)(()=>{}),o=(0,Et.useCallback)(p=>{s.current(),c.current(p)},[]),d=dr({lang:t,onUtterance:o,onError:i});return(0,Et.useEffect)(()=>{s.current=d.stop},[d.stop]),(0,Et.useEffect)(()=>{d.interim&&a?.(d.interim)},[d.interim,a]),d.supported?(0,wt.jsxs)("button",{type:"button",className:`kiku-voice-btn${d.active?" kiku-voice-btn--active":""} ${r}`,onClick:()=>d.active?d.stop():void d.start(),disabled:n,title:d.active?"Stop listening":"Speak your search","aria-label":d.active?"Stop voice input":"Start voice input",children:[(0,wt.jsx)(oc,{active:d.active}),d.active&&(0,wt.jsx)("span",{className:"kiku-voice-ripple","aria-hidden":"true"})]}):null}var ur=require("react");function Or(e){let a=e.indexOf(","),t=a===-1?e:e.slice(a+1);return Math.floor(t.length*.75)}async function pr(e){let a=await new Promise((t,r)=>{let n=new FileReader;n.onload=()=>t(n.result),n.onerror=()=>r(n.error??new Error("read failed")),n.readAsDataURL(e)});if(e.type==="image/gif"||e.type==="image/svg+xml"||Or(a)<=307200)return a;try{let t=await createImageBitmap(e);try{let r=Math.min(1,1536/Math.max(t.width,t.height)),n=Math.max(1,Math.round(t.width*r)),i=Math.max(1,Math.round(t.height*r)),c=document.createElement("canvas");c.width=n,c.height=i;let s=c.getContext("2d");if(!s)return a;s.drawImage(t,0,0,n,i);let o=e.type==="image/png",d=c.toDataURL(o?"image/png":"image/jpeg",.85);return Or(d)<Or(a)?d:a}finally{t.close?.()}}catch{return a}}var Jn=require("@akropolys/sdk"),mt=require("react/jsx-runtime"),ic=()=>(0,mt.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,mt.jsx)("path",{d:"M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"}),(0,mt.jsx)("circle",{cx:"12",cy:"13",r:"4"})]}),sc=()=>(0,mt.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",className:"kiku-vs-spin",children:(0,mt.jsx)("path",{d:"M21 12a9 9 0 1 1-6.219-8.56"})});function cc(e){return pr(e)}function mr({onResults:e,onError:a,categoryHint:t,className:r="",disabled:n=!1}){let i=(0,Jn.useAkropolysContext)(),c=(0,ur.useRef)(null),[s,o]=(0,ur.useState)(!1),d=async p=>{if(p.type.startsWith("image/")){o(!0);try{let h=await cc(p),u=await i.api.searchByImage(h,t);e(u,h)}catch(h){a?.(h instanceof Error?h:new Error(String(h)))}finally{o(!1),c.current&&(c.current.value="")}}};return(0,mt.jsxs)("label",{className:`kiku-vs-btn${s?" kiku-vs-btn--loading":""} ${r}`,title:"Search by photo","aria-label":"Search by uploading a photo",style:{cursor:n||s?"not-allowed":"pointer"},children:[(0,mt.jsx)("input",{ref:c,type:"file",accept:"image/*",capture:"environment",onChange:p=>p.target.files?.[0]&&d(p.target.files[0]),disabled:n||s,hidden:!0}),s?(0,mt.jsx)(sc,{}):(0,mt.jsx)(ic,{})]})}var K=require("react/jsx-runtime"),ja=()=>(0,K.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,K.jsx)("path",{d:"m12 3-1.912 5.813a2 2 0 0 1-1.275 1.275L3 12l5.813 1.912a2 2 0 0 1 1.275 1.275L12 21l1.912-5.813a2 2 0 0 1 1.275-1.275L21 12l-5.813-1.912a2 2 0 0 1-1.275-1.275L12 3Z"})}),Zn=({active:e})=>(0,K.jsxs)("svg",{width:"15",height:"15",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,K.jsx)("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5",fill:e?"currentColor":"none"}),e?(0,K.jsxs)(K.Fragment,{children:[(0,K.jsx)("path",{d:"M15.54 8.46a5 5 0 0 1 0 7.07"}),(0,K.jsx)("path",{d:"M19.07 4.93a10 10 0 0 1 0 14.14"})]}):(0,K.jsx)("line",{x1:"23",y1:"9",x2:"17",y2:"15"})]});function kr({source:e,defaultCurrency:a,onSelect:t,isReferenced:r}){return(0,K.jsxs)("div",{className:re("hsk-source-card",r&&"hsk-source-card--referenced"),onClick:()=>t?.(e),children:[e.image&&(0,K.jsx)("img",{src:e.image,alt:e.name,className:"hsk-source-img"}),(0,K.jsxs)("div",{style:{flex:1,minWidth:0,position:"relative"},children:[r&&(0,K.jsx)("div",{className:"hsk-cb-source-ref-badge",title:"Featured in response",style:{top:"0",right:"0"},children:(0,K.jsx)(ja,{})}),(0,K.jsx)("div",{className:"hsk-source-name",style:{paddingRight:r?"20px":void 0},children:e.name}),e.price&&(0,K.jsxs)("div",{className:"hsk-source-price",children:[e.currency??a," ",e.price]})]})]})}function Yr({title:e="kiku",placeholder:a="Ask about anything in our store\u2026",emptyStateText:t="Ask me anything about our products",emptyStateSuggestions:r='"Find me headphones under KSh 5,000" \xB7 "Gift ideas"',defaultCurrency:n="KES",className:i,theme:c,classNames:s={},onSelectSource:o,enableVoice:d=!1,enableVision:p=!1,visionCategoryHint:h,enableAudioResponse:u=!0,ttsVoice:l,autoSpeakResponses:k=!0}){let v=(0,va.useAkropolysContext)(),{messages:y,sources:x,referencedIds:C,loading:I,streaming:g,error:w,send:N,reset:S}=(0,va.useKiku)(),[X,M]=(0,Qe.useState)(""),[U,j]=(0,Qe.useState)(!1),E=(0,Qe.useRef)(null),Y=(0,Qe.useRef)(null),[D,B]=(0,Qe.useState)(u),[te,z]=(0,Qe.useState)(null),W=(0,Qe.useRef)(g),oe=(0,Qe.useRef)(!1),J=I||U,[m,F]=(0,Qe.useState)([]),G=(0,Qe.useRef)(0);(0,Qe.useEffect)(()=>{if(y.length===0){F([]),G.current=0;return}if(y.length>G.current){let f=y.slice(G.current);F(L=>[...L,...f]),G.current=y.length}else y.length<G.current?(F(y),G.current=y.length):F(f=>{let L=[...f],ae=y.length-1,V=L.length-1;for(;ae>=0&&V>=0;){if(L[V].role===y[ae].role){L[V]={...L[V],content:y[ae].content,actionType:y[ae].actionType,thinking:y[ae].thinking,thoughtForSeconds:y[ae].thoughtForSeconds,statusMessage:y[ae].statusMessage};break}V--}return L})},[y]),(0,Qe.useEffect)(()=>{let f=W.current;W.current=g;let L=oe.current;if(oe.current=!1,f&&!g&&L&&D&&k){let ae=m.length-1,V=m[ae];V&&V.role==="assistant"&&V.content&&(z(ae),Kr({client:v,text:V.content,voice:l,language:v.getShopperLanguage?.(),onEnd:()=>z(null),onError:()=>z(null)}))}},[g,D,k,m,l,v]),(0,Qe.useEffect)(()=>{E.current?.scrollIntoView({behavior:J?"auto":"smooth"})},[m,J]);let ie=async()=>{let f=X.trim();!f||J||(It(),z(null),M(""),Y.current&&(Y.current.style.height="auto"),await N(f))},Z=f=>{f.key==="Enter"&&!f.shiftKey&&!f.nativeEvent.isComposing&&(f.preventDefault(),ie())},_=f=>{M(f.target.value);let L=f.target;L.style.height="auto",L.style.height=Math.min(L.scrollHeight,120)+"px"},R=(f,L)=>{te===f?(It(),z(null)):(z(f),Kr({client:v,text:L,voice:l,language:v.getShopperLanguage?.(),onEnd:()=>z(null),onError:()=>z(null)}))},P=(f,L)=>{let ae={role:"user",content:"Uploaded a photo for visual search",imagePreview:L},V=f.style_dna,Q=`I've analyzed your image! Here is the Style DNA I found:
4
- `;V&&(V.color_palette&&(Q+=`* **Palette:** ${V.color_palette}
5
- `),V.dominant_colors&&V.dominant_colors.length>0&&(Q+=`* **Colors:** ${V.dominant_colors.join(", ")}
6
- `),V.aesthetic&&V.aesthetic.length>0&&(Q+=`* **Aesthetic:** ${V.aesthetic.join(", ")}
7
- `),V.texture&&(Q+=`* **Texture:** ${V.texture}
8
- `),V.formality&&(Q+=`* **Formality:** ${V.formality}
9
- `));let ee=f.results||[];ee.length>0?Q+=`
10
- I found ${ee.length} matching products in the store for you.`:Q+=`
11
- I couldn't find any matching products in the store.`;let ce={role:"assistant",content:Q,styleDNA:V,visualSources:ee.map(q=>{let se=q.entity??{},Ce=(0,va.resolveDisplayFields)(se,void 0);return{id:q.id,url:q.url??se.url,fields:se,name:Ce.title,price:Ce.price,image:Ce.image,brand:Ce.subtitle,currency:typeof se.currency=="string"?se.currency:void 0}})};F(q=>[...q,ae,ce])},{vars:A}=ba(c);return(0,K.jsxs)("div",{className:re("hsk-chat-widget",s.root,i),style:A,children:[(0,K.jsxs)("div",{className:re("hsk-chat-header",s.header),children:[(0,K.jsx)("span",{className:"hsk-chat-header-icon",children:(0,K.jsx)(ja,{})}),(0,K.jsx)("span",{className:"hsk-chat-title",children:e}),(0,K.jsx)("span",{className:"hsk-chat-badge",children:"AI"}),(0,K.jsxs)("div",{style:{marginLeft:"auto",display:"flex",alignItems:"center",gap:"8px"},children:[u&&(0,K.jsx)("button",{type:"button",className:re("hsk-audio-toggle-btn",D&&"hsk-audio-toggle-btn--active"),onClick:()=>{let f=!D;B(f),f||(It(),z(null))},title:D?"Mute AI audio response":"Enable AI audio response","aria-label":D?"Mute voice":"Enable voice",children:(0,K.jsx)(Zn,{active:D})}),m.length>0&&(0,K.jsx)("button",{className:"hsk-chat-reset",onClick:()=>{It(),S()},children:"Clear"})]})]}),(0,K.jsxs)("div",{className:"hsk-chat-messages",children:[m.length===0?(0,K.jsxs)("div",{className:"hsk-chat-empty",children:[(0,K.jsx)("div",{className:"hsk-chat-empty-icon",children:(0,K.jsx)(ja,{})}),(0,K.jsx)("div",{children:t}),(0,K.jsx)("div",{className:"hsk-chat-empty-suggestions",children:r})]}):m.map((f,L)=>(0,K.jsxs)("div",{children:[(0,K.jsxs)("div",{className:`hsk-msg-row ${f.role}`,children:[(0,K.jsx)("div",{className:re("hsk-msg-avatar",f.role==="assistant"?"ai":"user"),children:f.role==="assistant"?(0,K.jsx)(ja,{}):"U"}),(0,K.jsxs)("div",{className:re("hsk-msg-bubble",f.role,s.messageBubble),children:[f.imagePreview&&(0,K.jsx)("div",{className:"kiku-vs-preview-bubble",style:{marginBottom:"8px"},children:(0,K.jsx)("img",{src:f.imagePreview,alt:"Uploaded Preview",className:"kiku-vs-preview-bubble-img",style:{maxWidth:"200px",borderRadius:"8px"}})}),f.thinking&&(0,K.jsxs)("details",{className:"hsk-thinking-details",open:g&&L===m.length-1&&!f.content,children:[(0,K.jsxs)("summary",{className:"hsk-thinking-summary",children:["Thought for ",f.thoughtForSeconds??1,"s"]}),(0,K.jsx)("div",{className:"hsk-thinking-text",children:f.thinking})]}),!f.content&&!f.thinking&&f.role==="assistant"&&L===m.length-1&&(0,K.jsxs)("div",{className:"hsk-status-live",children:[(0,K.jsx)("span",{className:"hsk-status-dot"}),(0,K.jsx)("span",{children:f.statusMessage||"Thinking..."})]}),ta(f.content),f.role==="assistant"&&f.content&&!g&&(0,K.jsx)("button",{type:"button",className:re("hsk-msg-audio-btn",te===L&&"hsk-msg-audio-btn--active"),onClick:()=>R(L,f.content),title:te===L?"Stop speaking":"Listen to response","aria-label":"Toggle speech",children:(0,K.jsx)(Zn,{active:te===L})}),g&&L===m.length-1&&f.role==="assistant"&&(0,K.jsx)("span",{className:"hsk-streaming-cursor"}),f.styleDNA&&(0,K.jsxs)("div",{className:"kiku-vs-preview-banner",style:{marginTop:"10px"},children:[m[L-1]?.imagePreview&&(0,K.jsx)("img",{src:m[L-1].imagePreview,alt:"Visual Search Input",className:"kiku-vs-preview-img"}),(0,K.jsxs)("div",{className:"kiku-vs-preview-info",children:[(0,K.jsx)("div",{className:"kiku-vs-preview-label",children:"Visual Match Palette"}),(0,K.jsx)("div",{className:"kiku-vs-preview-palette",children:f.styleDNA.color_palette||"Detected Style DNA"}),f.styleDNA.style_tags&&f.styleDNA.style_tags.length>0&&(0,K.jsx)("div",{className:"kiku-style-tags",children:f.styleDNA.style_tags.map((ae,V)=>(0,K.jsxs)("span",{className:"kiku-style-tag",children:["#",ae]},V))})]})]})]})]}),f.role==="assistant"&&f.visualSources&&f.visualSources.length>0&&(0,K.jsx)("div",{className:"hsk-sources-container",children:(0,K.jsx)("div",{className:"hsk-sources",children:f.visualSources.map((ae,V)=>(0,K.jsx)(kr,{source:ae,defaultCurrency:n,onSelect:o},V))})}),f.role==="assistant"&&L===m.length-1&&!f.visualSources&&x.length>0&&(()=>{if(I||g)return(0,K.jsx)("div",{className:"hsk-sources-container",children:(0,K.jsx)("div",{className:"hsk-sources",children:x.map((ee,ce)=>{let q=!!(ee.id&&C.includes(ee.id));return(0,K.jsx)(kr,{source:ee,defaultCurrency:n,onSelect:o,isReferenced:q},ce)})})});let V=x.filter(ee=>ee.id&&C.includes(ee.id)),Q=C.length>0?[]:x.filter(ee=>!ee.id||!C.includes(ee.id));return(0,K.jsxs)("div",{className:"hsk-sources-container",children:[V.length>0&&(0,K.jsxs)("div",{className:"hsk-sources-group",style:{marginBottom:"10px"},children:[(0,K.jsx)("div",{className:"hsk-sources-group-title",children:"\u2B50 Featured in response"}),(0,K.jsx)("div",{className:"hsk-sources",children:V.map((ee,ce)=>(0,K.jsx)(kr,{source:ee,defaultCurrency:n,onSelect:o,isReferenced:!0},`feat-${ce}`))})]}),Q.length>0&&(0,K.jsxs)("div",{className:"hsk-sources-group",children:[V.length>0&&(0,K.jsx)("div",{className:"hsk-sources-group-title",children:"All matches"}),(0,K.jsx)("div",{className:"hsk-sources",children:Q.map((ee,ce)=>(0,K.jsx)(kr,{source:ee,defaultCurrency:n,onSelect:o,isReferenced:!1},`gen-${ce}`))})]})]})})()]},L)),J&&(0,K.jsxs)("div",{className:"hsk-msg-row",children:[(0,K.jsx)("div",{className:"hsk-msg-avatar ai",children:(0,K.jsx)(ja,{})}),(0,K.jsxs)("div",{className:"hsk-pending",role:"status","aria-live":"polite",children:[(0,K.jsxs)("div",{className:"hsk-pending-glyph",children:[(0,K.jsx)("span",{className:"hsk-pending-ring"}),(0,K.jsx)("span",{className:"hsk-pending-dot"})]}),(0,K.jsxs)("div",{className:"hsk-pending-text",children:[(0,K.jsx)("span",{className:"hsk-pending-step step-1",children:"Searching catalog"}),(0,K.jsx)("span",{className:"hsk-pending-step step-2",children:"Reasoning"}),(0,K.jsx)("span",{className:"hsk-pending-step step-3",children:"Composing"})]})]})]}),w&&(0,K.jsx)("div",{className:"hsk-chat-error",children:(()=>{try{let f=JSON.parse(w);return f.error||f.message||w}catch{return w}})()}),(0,K.jsx)("div",{ref:E})]}),(0,K.jsxs)("div",{className:"hsk-chat-input-area",style:{display:"flex",alignItems:"center",gap:"8px"},children:[p&&(0,K.jsx)(mr,{onResults:P,onError:f=>console.error("[VisualSearch] error:",f),categoryHint:h,disabled:J}),(0,K.jsx)("textarea",{ref:Y,className:re("hsk-chat-input",s.input),value:X,onChange:_,onKeyDown:Z,placeholder:a,rows:1,disabled:J,style:{flex:1}}),d&&(0,K.jsx)(hr,{onTranscript:f=>{oe.current=!0,It(),z(null),M(f),N(f),M("")},onInterim:f=>M(f),disabled:J}),(0,K.jsx)("button",{className:"hsk-chat-send",onClick:ie,disabled:!X.trim()||J,"aria-label":"Send message",children:(0,K.jsx)(Ba,{})})]})]})}var Ft=require("react"),Li=require("react-dom");var Gr=`@property --hsk-chat-bg{syntax:'<color>';inherits:true;initial-value:#0a0a0a}@property --hsk-chat-text{syntax:'<color>';inherits:true;initial-value:#f0efed}@property --hsk-chat-muted{syntax:'<color>';inherits:true;initial-value:#888888}@property --hsk-chat-divide{syntax:'<color>';inherits:true;initial-value:rgba(255,255,255,.08)}@property --hsk-chat-input-bg{syntax:'<color>';inherits:true;initial-value:#191919}@property --hsk-chat-source-bg{syntax:'<color>';inherits:true;initial-value:rgba(255,255,255,.04)}@property --hsk-fade-bg{syntax:'<color>';inherits:true;initial-value:#0a0a0a}@property --hsk-surface-1{syntax:'<color>';inherits:true;initial-value:rgba(255,255,255,.06)}@property --hsk-surface-2{syntax:'<color>';inherits:true;initial-value:#1f1f22}@property --hsk-bubble-bg{syntax:'<color>';inherits:true;initial-value:#1f1f22}@property --hsk-think-text{syntax:'<color>';inherits:true;initial-value:#a6a6a6}@property --hsk-placeholder{syntax:'<color>';inherits:true;initial-value:#555555}@property --hsk-grid-bg{syntax:'<color>';inherits:true;initial-value:#1a1a1c}@property --hsk-active-bg{syntax:'<color>';inherits:true;initial-value:#f0efed}@property --hsk-on-active{syntax:'<color>';inherits:true;initial-value:#0a0a0a}@property --hsk-src-title{syntax:'<color>';inherits:true;initial-value:#f9fafb}@property --hsk-src-desc{syntax:'<color>';inherits:true;initial-value:#9ca3af}@property --hsk-price-bg{syntax:'<color>';inherits:true;initial-value:rgba(255,255,255,.08)}@property --hsk-price-text{syntax:'<color>';inherits:true;initial-value:#ff7a45}@property --hsk-sheet-bg{syntax:'<color>';inherits:true;initial-value:#1f1f22}@property --hsk-primary{syntax:'<color>';inherits:true;initial-value:#ff6a33}:host,:root{--hsk-border-radius:0;--hsk-brand-green:#2D7A4B;--hsk-font:"Geist","Inter",-apple-system,BlinkMacSystemFont,"SF Pro Text","SF Pro Display","Segoe UI",Roboto,Helvetica,Arial,sans-serif;--hsk-default-font-size:15px}.hsk-cb-btn,.hsk-cb-close,.hsk-cb-topbar-btn,.hsk-cb-chip,.hsk-cb-source,.hsk-cb-sources-next,.hsk-action-pill,.hsk-chat-send,.hsk-chat-reset,.hsk-close-btn,.hsk-cb-overlay{--hsk-font-size:16px;touch-action:manipulation;-webkit-tap-highlight-color:transparent;font-family:var(--hsk-font)}.hsk-cb-overlay{transition:--hsk-chat-bg .45s cubic-bezier(.16,1,.3,1),--hsk-chat-text .45s cubic-bezier(.16,1,.3,1),--hsk-chat-muted .45s cubic-bezier(.16,1,.3,1),--hsk-chat-divide .45s cubic-bezier(.16,1,.3,1),--hsk-chat-input-bg .45s cubic-bezier(.16,1,.3,1),--hsk-surface-1 .45s cubic-bezier(.16,1,.3,1),--hsk-surface-2 .45s cubic-bezier(.16,1,.3,1),--hsk-bubble-bg .45s cubic-bezier(.16,1,.3,1),--hsk-primary .45s cubic-bezier(.16,1,.3,1),--hsk-grid-bg .45s cubic-bezier(.16,1,.3,1),--hsk-active-bg .45s cubic-bezier(.16,1,.3,1),--hsk-on-active .45s cubic-bezier(.16,1,.3,1),--hsk-src-title .45s cubic-bezier(.16,1,.3,1),--hsk-src-desc .45s cubic-bezier(.16,1,.3,1),--hsk-price-bg .45s cubic-bezier(.16,1,.3,1),--hsk-price-text .45s cubic-bezier(.16,1,.3,1),--hsk-sheet-bg .45s cubic-bezier(.16,1,.3,1),background-color .45s cubic-bezier(.16,1,.3,1),border-color .45s cubic-bezier(.16,1,.3,1),color .45s cubic-bezier(.16,1,.3,1),fill .45s cubic-bezier(.16,1,.3,1),stroke .45s cubic-bezier(.16,1,.3,1),box-shadow .45s cubic-bezier(.16,1,.3,1)}.hsk-kiku-avatar,.hsk-kiku-avatar *{transition:none}@media (prefers-reduced-motion:reduce){.hsk-cb-overlay,.hsk-cb-overlay *,.hsk-cb-overlay *::before,.hsk-cb-overlay *::after{transition:none}}.hsk-cb-overlay button,.hsk-cb-overlay [role="button"],.hsk-cb-overlay input,.hsk-cb-overlay textarea,.hsk-cb-overlay select,.hsk-chat button,.hsk-chat [role="button"],.hsk-chat input,.hsk-chat textarea,.hsk-chat select,.hsk-cb-btn,.hsk-search button,.hsk-search [role="button"],.hsk-search input,.hsk-search textarea,.hsk-search select{touch-action:manipulation;-webkit-tap-highlight-color:transparent;font-family:var(--hsk-font)}:host,:root,.hsk-cb-btn,.hsk-cb-overlay,.hsk-chat-widget{--hsk-marble-1:color-mix(in srgb,var(--hsk-primary,#ff6a33) 12%,#fffaf4);--hsk-marble-2:color-mix(in srgb,var(--hsk-primary,#ff6a33) 30%,#fdf0e4);--hsk-marble-3:color-mix(in srgb,var(--hsk-primary,#ff6a33) 62%,#e8cbb0);--hsk-marble-4:color-mix(in srgb,var(--hsk-primary,#ff6a33) 85%,#6d3a1c);--hsk-marble-sheen:.5}@media (prefers-color-scheme:dark){:host,:root,.hsk-cb-btn,.hsk-cb-overlay,.hsk-chat-widget{--hsk-marble-1:#FFFDF6;--hsk-marble-2:#FBF3E2;--hsk-marble-3:color-mix(in srgb,var(--hsk-primary,#ff6a33) 20%,#EDDFC4);--hsk-marble-4:color-mix(in srgb,var(--hsk-primary,#ff6a33) 42%,#D8C39C);--hsk-marble-sheen:.9}}.hsk-chat-widget{--hsk-bg:var(--chat-bg-color,#ffffff);--hsk-text:var(--chat-text-color,#1f1f1f);--hsk-primary:var(--chat-primary-color,#ff6a33);--hsk-font:var(--chat-font-family,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif);--hsk-font-size:var(--chat-font-size,16px);display:flex;flex-direction:column;height:100%;min-height:320px;font-family:var(--hsk-font);letter-spacing:normal;word-spacing:normal;text-transform:none;background:var(--hsk-bg);border:1px solid #f1f3f4;border-radius:var(--hsk-border-radius,0);overflow:hidden}@media (prefers-color-scheme:dark){.hsk-chat-widget{--hsk-bg:var(--chat-bg-color,#0a0a0a);--hsk-text:var(--chat-text-color,#e8eaed);border-color:#202124}}.hsk-chat-header{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid #f1f3f4;background:var(--hsk-bg);flex-shrink:0}@media (prefers-color-scheme:dark){.hsk-chat-header{border-bottom-color:#202124}}.hsk-chat-header-icon{color:var(--hsk-primary);display:flex;align-items:center}.hsk-chat-title{font-size:14px;font-weight:600;color:var(--hsk-text)}.hsk-chat-badge{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--hsk-primary);background:rgba(255,106,51,.09);border:1px solid rgba(255,106,51,.18);padding:2px 8px;border-radius:var(--hsk-border-radius,0)}.hsk-chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;overscroll-behavior:contain}.hsk-chat-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:8px;color:#555;font-size:13px;text-align:center;padding:24px}.hsk-chat-empty-icon{font-size:28px;margin-bottom:4px;color:var(--hsk-primary);display:flex;align-items:center;justify-content:center}.hsk-chat-empty-suggestions{font-size:12px;color:#666;margin-top:4px}.hsk-msg-row{display:flex;gap:8px;align-items:flex-start}.hsk-msg-row.user{flex-direction:row-reverse}.hsk-msg-avatar{width:28px;height:28px;border-radius:var(--hsk-border-radius,0);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}.hsk-msg-avatar.ai{background:rgba(255,106,51,.12);border:1px solid rgba(255,106,51,.25);color:var(--hsk-primary);display:flex;align-items:center;justify-content:center}.hsk-msg-avatar.user{background:#f1f3f4;color:#5f6368}@media (prefers-color-scheme:dark){.hsk-msg-avatar.user{background:#202124;color:#888}}.hsk-msg-bubble{max-width:78%;padding:10px 14px;border-radius:var(--hsk-border-radius,0);font-size:var(--hsk-font-size,13px);line-height:1.6}.hsk-msg-bubble.ai{background:var(--hsk-bg);border:1px solid #f1f3f4;color:var(--hsk-text)}@media (prefers-color-scheme:dark){.hsk-msg-bubble.ai{border-color:#202124}}.hsk-msg-bubble.user{background:var(--hsk-primary);color:#fff}.hsk-streaming-cursor{display:inline-block;width:6px;height:1.1em;margin-inline-start:3px;vertical-align:-2px;background-color:var(--hsk-primary);animation:hsk-cursor-blink .9s infinite}@keyframes hsk-cursor-blink{0%,100%{opacity:1}50%{opacity:0}}.hsk-status-live{display:flex;align-items:center;gap:8px;font-size:12px;color:#666;padding:4px 0 8px 0;font-weight:500}.hsk-status-dot{width:8px;height:8px;border-radius:50%;background-color:var(--hsk-primary);animation:hsk-pulse 1.4s infinite ease-in-out}@keyframes hsk-pulse{0%,100%{transform:scale(.8);opacity:.5}50%{transform:scale(1.2);opacity:1}}.hsk-thinking-details{margin-bottom:10px;padding:8px 12px;background:rgba(0,0,0,.03);border:1px solid rgba(0,0,0,.06);border-radius:8px;font-size:12px}.hsk-thinking-summary{cursor:pointer;font-weight:600;color:#666;user-select:none}.hsk-thinking-text{margin-top:8px;white-space:pre-wrap;color:#555;font-family:monospace;font-size:11px;line-height:1.4;max-height:200px;overflow-y:auto}.hsk-sources-container{margin-inline-start:36px}.hsk-sources{margin-top:10px;display:flex;flex-direction:column;gap:6px}.hsk-source-card{display:flex;align-items:center;gap:10px;padding:8px 10px;background:#f8f9fa;border:1px solid #f1f3f4;border-radius:var(--hsk-border-radius,0);cursor:pointer;transition:border-color .15s}@media (prefers-color-scheme:dark){.hsk-source-card{background:#1a1a1b;border-color:#202124}}.hsk-source-card:hover{border-color:rgba(255,106,51,.37)}.hsk-source-img{width:36px;height:36px;object-fit:cover;border-radius:var(--hsk-border-radius,0);background:#fff}.hsk-source-name{font-size:12px;font-weight:500;color:var(--hsk-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hsk-source-price{font-size:11px;color:var(--hsk-primary);font-weight:700;margin-top:2px}.hsk-typing{display:flex;gap:4px;align-items:center;padding:10px 14px;background:var(--hsk-bg);border:1px solid #f1f3f4;border-radius:var(--hsk-border-radius,0);width:fit-content}@media (prefers-color-scheme:dark){.hsk-typing{border-color:#202124}}.hsk-typing-dot{width:6px;height:6px;background:var(--hsk-primary);border-radius:50%;animation:hsk-chat-bounce 1.2s infinite}.hsk-typing-dot:nth-child(2){animation-delay:.2s}.hsk-typing-dot:nth-child(3){animation-delay:.4s}@keyframes hsk-chat-bounce{0%,100%{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}.hsk-pending{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;background:var(--hsk-bg);border:1px solid #f1f3f4;border-radius:var(--hsk-border-radius,0);position:relative}@media (prefers-color-scheme:dark){.hsk-pending{border-color:#202124}}.hsk-pending-glyph{width:18px;height:18px;position:relative;display:inline-flex;align-items:center;justify-content:center}.hsk-pending-ring{width:18px;height:18px;border-radius:50%;border:2px solid rgba(255,106,51,.25);border-top-color:var(--hsk-primary);animation:hsk-pending-spin 1.1s linear infinite}.hsk-pending-dot{position:absolute;width:6px;height:6px;border-radius:50%;background:var(--hsk-primary);box-shadow:0 0 8px rgba(255,106,51,.45);animation:hsk-pending-pulse 1.4s ease-in-out infinite}.hsk-pending-text{position:relative;min-width:140px;height:16px;font-size:12px;color:var(--hsk-text);letter-spacing:.01em}.hsk-pending-step{position:absolute;left:0;top:0;opacity:0;animation:hsk-pending-cycle 6s infinite}.hsk-pending-step.step-1{animation-delay:0s}.hsk-pending-step.step-2{animation-delay:2s}.hsk-pending-step.step-3{animation-delay:4s}@keyframes hsk-pending-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes hsk-pending-pulse{0%,100%{transform:scale(.75);opacity:.6}50%{transform:scale(1);opacity:1}}@keyframes hsk-pending-cycle{0%,10%{opacity:0;transform:translateY(2px)}20%,45%{opacity:1;transform:translateY(0)}55%,100%{opacity:0;transform:translateY(-2px)}}.hsk-chat-input-area{display:flex;align-items:center;gap:8px;padding:12px 14px;border-top:1px solid #f1f3f4;background:var(--hsk-bg);flex-shrink:0}@media (prefers-color-scheme:dark){.hsk-chat-input-area{border-top-color:#202124}}.hsk-chat-input{flex:1;background:#f1f3f4;border:1px solid #f1f3f4;border-radius:var(--hsk-border-radius,0);padding:9px 14px;font-size:13px;color:var(--hsk-text);outline:none;font-family:inherit;transition:border-color .2s;resize:none;min-height:38px;max-height:120px;line-height:1.5}@media (prefers-color-scheme:dark){.hsk-chat-input{background:#1a1a1b;border-color:#202124}}.hsk-chat-input::placeholder{color:#888}.hsk-chat-input:focus{border-color:var(--hsk-primary)}.hsk-chat-send{width:34px;height:34px;border-radius:var(--hsk-border-radius,0);background:var(--hsk-primary);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px;transition:opacity .15s,transform .1s}.hsk-chat-send:hover{opacity:.88}.hsk-chat-send:active{transform:scale(.93)}.hsk-chat-send:disabled{opacity:.4;cursor:not-allowed}.hsk-chat-reset{font-size:11px;color:#555;cursor:pointer;padding:0 4px;transition:color .15s;background:none;border:none;font-family:inherit}.hsk-chat-reset:hover{color:var(--hsk-primary)}.hsk-chat-error{font-size:12px;color:#ef4444;text-align:center;padding:8px}.hsk-cb-btn{--hsk-primary:var(--chat-primary-color,#ff6a33);display:inline-flex;align-items:center;gap:7px;padding:8px 16px;border-radius:var(--hsk-border-radius,0);border:1px solid rgba(255,106,51,.4);background:rgba(255,106,51,.1);color:var(--hsk-primary);font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s,transform .16s cubic-bezier(.34,1.56,.64,1),box-shadow .15s;will-change:transform}.hsk-cb-btn:hover{background:rgba(255,106,51,.18);border-color:rgba(255,106,51,.7);box-shadow:0 4px 16px rgba(255,106,51,.2)}.hsk-cb-btn:active{transform:scale(.98)}.hsk-cb-btn-icon{font-size:15px;line-height:1;display:flex;align-items:center}.hsk-cb-overlay{--hsk-primary:var(--chat-primary-color,#ff6a33);--hsk-font:var(--chat-font-family,"Geist",ui-sans-serif,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif);letter-spacing:normal;word-spacing:normal;font-kerning:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--hsk-font-size:var(--hsk-desktop-font-size,15px);--hsk-mobile-font-size:14px;position:fixed !important;inset:0 !important;width:100vw !important;height:100vh !important;height:100dvh !important;z-index:2147483647 !important;display:flex !important;flex-direction:column !important;overflow:hidden !important;animation:hsk-overlay-in .2s ease-out;background:var(--hsk-chat-bg,#ffffff) !important;box-sizing:border-box !important;margin:0 !important;padding:0 !important}@keyframes hsk-overlay-in{from{opacity:0}to{opacity:1}}.hsk-cb-overlay.hsk-cb-overlay--grows{animation:hsk-overlay-in .18s cubic-bezier(.16,1,.3,1) both !important}.hsk-cb-overlay.hsk-cb-overlay--grows .hsk-cb-panel{transform-origin:var(--hsk-ox,50%) var(--hsk-oy,50%);animation:hsk-panel-float-in .22s cubic-bezier(.16,1,.3,1) both !important}@keyframes hsk-panel-float-in{0%{opacity:0;transform:translateY(8px) scale(.985)}100%{opacity:1;transform:translateY(0) scale(1)}}.hsk-cb-overlay.hsk-cb-overlay--grows .hsk-cb-msgs{animation:hsk-content-fade .2s cubic-bezier(.16,1,.3,1) both}@keyframes hsk-content-fade{0%{opacity:0;transform:translateY(4px)}100%{opacity:1;transform:translateY(0)}}.hsk-cb-lang-chip,.hsk-cb-chip{animation:hsk-pill-wave .22s cubic-bezier(.16,1,.3,1) both;animation-delay:calc(.04s+var(--hsk-pill-idx,0) * .012s)}.hsk-cb-lang-chips-hint{animation:hsk-content-fade .22s cubic-bezier(.16,1,.3,1) both;animation-delay:calc(.04s+var(--hsk-pill-idx,0) * .012s)}@keyframes hsk-pill-wave{0%{opacity:0;transform:translateY(6px) scale(.96)}100%{opacity:1;transform:translateY(0) scale(1)}}.hsk-cb-overlay.hsk-cb-overlay--grows .hsk-cb-input-wrap{animation:hsk-input-dock .22s cubic-bezier(.16,1,.3,1) both}@keyframes hsk-input-dock{0%{opacity:0;transform:translateY(10px)}100%{opacity:1;transform:translateY(0)}}.hsk-cb-overlay.hsk-cb-overlay--grows .hsk-cb-hello-avatar{animation:hsk-avatar-spring .22s cubic-bezier(.16,1,.3,1) both}@keyframes hsk-avatar-spring{0%{opacity:0;transform:scale(.92)}100%{opacity:1;transform:scale(1)}}.hsk-cb-overlay.hsk-cb-overlay--grows .hsk-cb-hello-wrap{animation:hsk-hello-spring .2s cubic-bezier(.16,1,.3,1) both}@keyframes hsk-hello-spring{0%{opacity:0;transform:translateY(6px)}100%{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.hsk-cb-overlay.hsk-cb-overlay--grows{animation:none !important;-webkit-clip-path:none !important;clip-path:none !important}.hsk-cb-overlay.hsk-cb-overlay--grows .hsk-cb-panel,.hsk-cb-overlay.hsk-cb-overlay--grows .hsk-cb-msgs,.hsk-cb-overlay.hsk-cb-overlay--grows .hsk-cb-lang-chip,.hsk-cb-overlay.hsk-cb-overlay--grows .hsk-cb-chip,.hsk-cb-overlay.hsk-cb-overlay--grows .hsk-cb-input-wrap,.hsk-cb-overlay.hsk-cb-overlay--grows .hsk-cb-hello-avatar,.hsk-cb-overlay.hsk-cb-overlay--grows .hsk-cb-hello-wrap{animation:none !important}}.hsk-cb-panel{position:relative;display:flex;flex-direction:column;height:100%;max-width:720px;width:100%;margin:0 auto;animation:hsk-panel-in .28s cubic-bezier(.34,1.2,.64,1)}.hsk-cb-main{flex:1;min-width:0;display:flex;flex-direction:column;height:100%;overflow:hidden}@keyframes hsk-panel-in{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hsk-cb-topbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:14px var(--hsk-gutter,24px) 10px;flex-shrink:0;position:relative;z-index:10;background:transparent !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important}.hsk-cb-topbar::after{display:none !important}.hsk-cb-topbar-left{display:flex;align-items:center;gap:10px;justify-self:start;min-width:0}.hsk-cb-topbar-mark{justify-self:center;display:flex;flex-direction:column;align-items:center;line-height:0;cursor:pointer;user-select:none;touch-action:manipulation;transition:transform .22s cubic-bezier(.34,1.56,.64,1)}.hsk-cb-topbar-mark:hover{transform:translateY(-1px)}.hsk-cb-topbar-mark[data-unread="true"] .hsk-cb-topbar-name{background:var(--hsk-primary,#ff6a33);color:#fff;box-shadow:0 0 0 3px var(--hsk-chat-bg,#ffffff);animation:hsk-unread-pill .9s cubic-bezier(.34,1.56,.64,1) infinite}@keyframes hsk-unread-pill{0%,100%{transform:scale(1,1)}38%{transform:scale(1.08,.92)}62%{transform:scale(.97,1.03)}}@media (prefers-reduced-motion:reduce){.hsk-cb-topbar-mark[data-unread="true"] .hsk-cb-topbar-name{animation:none}}.hsk-cb-topbar-name{margin-top:-5px;padding:3px 13px;white-space:nowrap;border-radius:999px;background:var(--hsk-surface-2);box-shadow:0 0 0 3px var(--hsk-chat-bg),0 1px 3px rgba(0,0,0,.12);font-size:12px;font-weight:700;line-height:18px;letter-spacing:-.01em;color:var(--hsk-name-text,var(--hsk-chat-text));transform-origin:50% 0;transition:transform .18s cubic-bezier(.34,1.8,.64,1)}.hsk-cb-topbar-mark{position:relative;z-index:100}.hsk-cb-topbar-ooze-menu{position:absolute;top:calc(100%+12px) !important;left:50%;transform:translateX(-50%);width:216px;padding:6px;border-radius:20px;background:var(--hsk-chat-source-bg,rgba(255,255,255,.08));border:none !important;box-shadow:none !important;z-index:1000;animation:hsk-topbar-ooze .25s cubic-bezier(.16,1,.3,1) both}.hsk-cb-topbar-ooze-menu .hsk-cb-theme-2x2-grid{display:grid !important;grid-template-columns:repeat(2,1fr) !important;gap:6px !important;width:100% !important;box-shadow:none !important}.hsk-cb-topbar-ooze-menu .hsk-cb-theme-grid-item{width:100%;display:inline-flex;align-items:center;justify-content:flex-start;gap:6px;padding:8px 11px;border-radius:14px;border:none !important;box-shadow:none !important;font-size:11.5px;font-weight:550;box-sizing:border-box;white-space:nowrap}@keyframes hsk-topbar-ooze{0%{opacity:0;transform:translateX(-50%) translateY(-6px) scale(.94)}100%{opacity:1;transform:translateX(-50%) translateY(0) scale(1)}}.hsk-cb-topbar-mark[data-impacting="true"] .hsk-cb-topbar-name{transform:translateY(1.5px) scale(1.09,.91);box-shadow:0 0 0 3px var(--hsk-chat-bg,#ffffff),0 2px 10px var(--hsk-contact-glow,rgba(19,78,61,.45))}.hsk-cb-back{width:34px;height:34px;border-radius:999px;border:none;padding:0;display:flex;align-items:center;justify-content:center;background:var(--hsk-surface-1);color:var(--hsk-chat-muted);cursor:pointer;transition:transform .18s cubic-bezier(.34,1.56,.64,1)}.hsk-cb-back:hover{background:var(--hsk-chat-divide,rgba(0,0,0,.09))}.hsk-cb-back:active{transform:scale(.94)}.hsk-cb-panel[dir="rtl"] .hsk-cb-back-icon{display:inline-flex;transform:scaleX(-1)}.hsk-cb-topbar-actions{justify-self:end}.hsk-cb-topbar-title{font-size:16px;font-weight:500;color:var(--hsk-chat-text,#1f1f1f);letter-spacing:-.01em}.hsk-cb-topbar-sub{font-size:12px;color:var(--hsk-chat-muted,#5f6368);margin-top:2px}.hsk-cb-kiku-id-rail{display:none}@media (min-width:900px){.hsk-cb-kiku-id-rail.hsk-cb-kiku-id-rail--left{display:flex;position:absolute;left:auto !important;right:100% !important;margin-right:28px !important;transform:none !important;top:auto !important;bottom:48px !important;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:8px;max-width:240px;min-width:0;padding:0;border:0;background:none;font-family:inherit;z-index:10}.hsk-cb-kiku-id-rail.hsk-cb-kiku-id-rail--right{display:flex;position:absolute;left:100% !important;right:auto !important;margin-left:28px !important;transform:none !important;top:auto !important;bottom:48px !important;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:8px;max-width:240px;min-width:0;padding:0;border:0;background:none;font-family:inherit;z-index:10}.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-kiku-id-rail{bottom:50px !important}.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-kiku-id-rail{bottom:58px !important}.hsk-cb-kiku-id-pill{display:inline-flex;align-items:center;gap:6px;max-width:100%;padding:5px 12px;border-radius:999px;border:none !important;background:var(--hsk-chat-source-bg,rgba(255,255,255,.05));color:var(--hsk-chat-muted,#71717a);cursor:pointer;font-family:inherit;transition:all .22s cubic-bezier(.16,1,.3,1)}.hsk-cb-kiku-id-pill:hover{color:var(--hsk-primary,#ff6a33)}.hsk-cb-kiku-id-rail-val{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;letter-spacing:-.01em;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hsk-cb-kiku-id-pill svg{flex:none;opacity:.8}.hsk-cb-theme-squircle-wrap{position:relative;display:flex;flex-direction:column;align-items:flex-start;padding:0;margin:0;border:none !important;box-shadow:none !important;background:transparent !important}.hsk-cb-theme-squircle-trigger{display:inline-flex;align-items:center;gap:7px;height:32px;padding:0 12px;border-radius:16px;border:none !important;outline:none !important;background:var(--hsk-surface-1) !important;color:var(--hsk-chat-text) !important;font-size:11.5px;font-weight:600;cursor:pointer;font-family:inherit;transition:transform .2s cubic-bezier(.16,1,.3,1);box-shadow:none !important}.hsk-cb-theme-squircle-trigger:hover{background:var(--hsk-primary,#ff6a33);color:#ffffff;box-shadow:none !important}.hsk-cb-theme-trigger-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.hsk-cb-theme-trigger-icon svg{width:13px;height:13px}.hsk-cb-theme-trigger-label{letter-spacing:-0.01em}.hsk-cb-theme-2x2-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:5px;padding:6px;border-radius:18px;background:var(--hsk-surface-2);box-shadow:none !important;transform-origin:bottom center;animation:hsk-theme-morph-in .26s cubic-bezier(.16,1,.3,1) both}.hsk-cb-theme-squircle-wrap.is-closing .hsk-cb-theme-2x2-grid{animation:hsk-theme-morph-out .2s cubic-bezier(.4,0,.9,.4) both}.hsk-cb-theme-grid-item{display:inline-flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:6px;padding:7px 11px;border-radius:13px;border:none !important;outline:none !important;background:var(--hsk-chat-bg,#1a1a1c);color:var(--hsk-chat-muted,#a1a1aa);font-size:11px;font-weight:550;cursor:pointer;font-family:inherit;transition:all .18s cubic-bezier(.16,1,.3,1);box-shadow:none !important}.hsk-cb-theme-grid-item svg{flex-shrink:0;width:12px;height:12px}.hsk-cb-theme-grid-item:hover{background:rgba(255,255,255,.1);color:var(--hsk-chat-text,#f0efed);box-shadow:none !important}.hsk-cb-theme-grid-item.is-active{background:var(--hsk-primary,#ff6a33) !important;color:#ffffff !important;box-shadow:none !important}}@keyframes hsk-ooze-in{0%{opacity:0;transform:translateX(-50%) translateY(-16px) scale(.88);filter:blur(6px)}65%{transform:translateX(-50%) translateY(3px) scale(1.02);filter:blur(0)}100%{opacity:1;transform:translateX(-50%) translateY(0) scale(1);filter:blur(0)}}.hsk-cb-topbar-actions{display:flex;align-items:center;gap:8px}.hsk-cb-topbar-btn{height:34px;padding:0 14px;border-radius:var(--hsk-control-radius,999px);border:1px solid transparent;background:var(--hsk-chat-subtle,rgba(0,0,0,.045));color:var(--hsk-chat-muted,#5f6368);font-size:12px;font-weight:500;cursor:pointer;transition:all .15s;font-family:inherit}.hsk-cb-topbar-btn:hover{background:color-mix(in srgb,var(--hsk-primary) 12%,transparent);color:var(--hsk-primary)}.hsk-cb-close{width:34px;height:34px;border-radius:var(--hsk-control-radius,999px);border:1px solid transparent;background:var(--hsk-chat-subtle,rgba(0,0,0,.045));color:var(--hsk-chat-muted,#5f6368);cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;transition:all .15s;flex-shrink:0;font-family:inherit;line-height:1}.hsk-cb-close:hover{background:color-mix(in srgb,var(--hsk-primary) 12%,transparent);color:var(--hsk-primary)}.hsk-cb-msgs{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;touch-action:pan-y;overscroll-behavior-y:none;overflow-anchor:none;padding:16px var(--hsk-gutter,24px) 16px;display:flex;flex-direction:column;gap:0;scrollbar-width:none;-ms-overflow-style:none;mask-image:linear-gradient(to bottom,transparent 0,#000000 8px,#000000 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0,#000000 8px,#000000 100%)}.hsk-cb-msgs>:first-child{margin-top:auto}.hsk-cb-msgs.hsk-scrolling>*{pointer-events:none}.hsk-cb-msgs::-webkit-scrollbar{display:none !important;width:0 !important;height:0 !important}.hsk-cb-empty{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:14px;padding:24px 0 32px;width:100%;text-align:start}.hsk-cb-onboarding-card{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:10px}.hsk-cb-onboarding-head{display:flex;align-items:center;justify-content:flex-end;width:100%;margin-bottom:8px}.hsk-cb-step-badge{font-size:11px;font-weight:600;letter-spacing:.05em;color:var(--hsk-chat-muted,#71717a);background:var(--hsk-chat-source-bg,rgba(255,255,255,.06));border:1px solid var(--hsk-chat-border,rgba(255,255,255,.08));padding:4px 10px;border-radius:999px;line-height:1}.hsk-cb-hello-wrap{display:flex;flex-direction:column;align-items:flex-start;text-align:start;gap:6px;padding:0;width:100%}.hsk-cb-hello-avatar{--hsk-avatar-size:80px;display:flex;align-items:center;justify-content:flex-start;width:auto;margin-inline-start:calc(var(--hsk-avatar-size,80px) * -0.25);margin-inline-end:0;margin-top:0;margin-bottom:0;animation:hsk-avatar-spring .42s cubic-bezier(.16,1,.3,1) both}.hsk-cb-hello{margin:0;font-size:clamp(24px,4.5vw,34px);font-weight:500;line-height:1.2;letter-spacing:-0.02em;color:color-mix(in srgb,var(--hsk-chat-text,#111) 55%,var(--hsk-chat-muted,#8b8b8f));text-align:start}.hsk-cb-hello b{font-weight:700;color:var(--hsk-primary,#ff6a33)}.hsk-cb-hello-lead{margin:0;font-size:15px;line-height:22px;color:var(--hsk-chat-muted,#5f6368);max-width:42ch;text-align:start}.hsk-cb-hello-ask{margin:2px 0 2px;font-size:16px;font-weight:500;color:var(--hsk-chat-text,#111);text-align:start}.hsk-cb-step{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--hsk-chat-muted,#9aa0a6)}.hsk-cb-panel[dir="rtl"] .hsk-cb-msgs{direction:ltr}.hsk-cb-panel[dir="rtl"] .hsk-cb-msgs>*{direction:rtl}.hsk-cb-panel[dir="rtl"] .hsk-cb-user-imgs{margin-left:0;margin-right:auto}.hsk-cb-panel[dir="rtl"] .hsk-cb-user-bubble,.hsk-cb-panel[dir="rtl"] .hsk-cb-ai-text{word-break:normal;overflow-wrap:break-word;letter-spacing:normal}.hsk-cb-panel[dir="rtl"] .hsk-cb-hello{line-height:1.6;letter-spacing:normal}.hsk-cb-panel[dir="rtl"] .hsk-cb-entlang-cards{justify-content:end}.hsk-cb-lang-chips{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 4px}.hsk-cb-lang-chip{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:6px 16px;font-size:14px;font-weight:500;line-height:1;color:var(--hsk-chat-text,#111);background:var(--hsk-chat-source-bg,rgba(0,0,0,.04));border:1px solid var(--hsk-chat-border,rgba(0,0,0,.09));border-radius:999px;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,.03);transition:all .18s cubic-bezier(.16,1,.3,1);user-select:none;-webkit-font-smoothing:antialiased}.hsk-cb-lang-chip:hover{background:var(--hsk-primary,#ff6a33);color:#ffffff;border-color:var(--hsk-primary,#ff6a33);transform:translateY(-1px);box-shadow:0 4px 12px color-mix(in srgb,var(--hsk-primary,#ff6a33) 25%,transparent)}.hsk-cb-lang-chip:active{transform:scale(.96)}@media (prefers-color-scheme:dark){.hsk-cb-lang-chip{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.1);color:#f4f4f5}}[data-hsk-theme="dark"] .hsk-cb-lang-chip{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.1);color:#f4f4f5}.hsk-cb-lang-chips-hint{display:inline-flex;align-items:center;font-size:13px;color:var(--hsk-chat-muted,#71717a);padding:0 6px;margin-inline-start:4px;user-select:none;align-self:center}.hsk-cb-chrome-loading{display:flex;flex-direction:column;align-items:flex-start;text-align:start;gap:12px;width:100%;max-width:480px;margin:4px 0 2px;animation:hsk-content-fade .3s ease-out both}.hsk-cb-chrome-loading-header{display:flex;flex-direction:column;align-items:flex-start;text-align:start;gap:6px;width:100%}.hsk-cb-chrome-loading-sub{margin:0;font-size:15px;color:var(--hsk-chat-muted,#71717a);line-height:1.45;text-align:start}.hsk-cb-chrome-loading-sub b{color:var(--hsk-chat-text,#f4f4f5);font-weight:600}.hsk-cb-chrome-progress{height:3px;width:100%;border-radius:3px;background:var(--hsk-chat-source-bg,rgba(255,255,255,.08));overflow:hidden;margin-top:4px}.hsk-cb-chrome-progress-track{height:100%;width:100%;border-radius:3px;background:linear-gradient( 90deg,#ff6a33,#f7b733,#43c59e,#3d8bfd,#9b5de5,#ff5d8f,#ff6a33 );background-size:300% 100%;animation:hsk-chrome-rainbow 2.6s linear infinite}.hsk-cb-chrome-progress{position:relative;overflow:hidden}.hsk-cb-chrome-progress::after{content:'';position:absolute;inset:0;background:linear-gradient( 100deg,transparent 20%,rgba(255,255,255,.55) 50%,transparent 80% );transform:translateX(-100%);animation:hsk-chrome-sheen 1.9s cubic-bezier(.55,0,.45,1) infinite;pointer-events:none}@keyframes hsk-chrome-rainbow{0%{background-position:0 0}100%{background-position:-300% 0}}@keyframes hsk-chrome-sheen{0%{transform:translateX(-100%)}100%{transform:translateX(200%)}}@media (prefers-reduced-motion:reduce){.hsk-cb-chrome-progress-track{animation:none;opacity:.5}.hsk-cb-chrome-progress::after{animation:none;opacity:0}}.hsk-cb-chrome-back-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;margin-top:6px;font-size:13px;font-weight:500;color:var(--hsk-chat-muted,#a1a1aa);background:var(--hsk-chat-source-bg,rgba(255,255,255,.05));border:1px solid var(--hsk-chat-border,rgba(255,255,255,.09));border-radius:999px;cursor:pointer;transition:all .15s ease;user-select:none}.hsk-cb-chrome-back-btn:hover{background:var(--hsk-chat-source-bg,rgba(255,255,255,.12));color:var(--hsk-chat-text,#ffffff);border-color:var(--hsk-chat-border,rgba(255,255,255,.18))}.hsk-cb-chrome-notice{display:flex;flex-direction:column;gap:6px;max-width:48ch;margin:24px 0 0;padding:14px 16px;border-radius:14px;background:var(--hsk-chat-source-bg,rgba(255,255,255,.04));border:1px solid var(--hsk-chat-border,rgba(255,255,255,.09));text-align:start;font-family:var(--hsk-font,system-ui,sans-serif);animation:hsk-content-fade .4s ease-out both}.hsk-cb-chrome-notice-header{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hsk-cb-chrome-notice-pill{display:inline-flex;align-items:center;padding:2px 7px;border-radius:6px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:rgba(255,106,51,.15);color:var(--hsk-primary,#ff6a33);border:1px solid rgba(255,106,51,.28)}.hsk-cb-chrome-notice-title{font-size:12px;font-weight:600;letter-spacing:.01em;color:var(--hsk-chat-text,#ffffff)}.hsk-cb-chrome-notice-body{font-size:12px;line-height:1.55;color:var(--hsk-chat-muted,#a1a1aa)}.hsk-cb-chrome-notice-body b{color:var(--hsk-chat-text,#ffffff)}@media (prefers-color-scheme:light){.hsk-cb-chrome-loading-sub b{color:var(--hsk-chat-text,#18181b)}.hsk-cb-chrome-progress{background:var(--hsk-chat-source-bg,rgba(0,0,0,.06))}.hsk-cb-chrome-back-btn{color:#52525b;background:rgba(0,0,0,.04);border-color:rgba(0,0,0,.08)}.hsk-cb-chrome-back-btn:hover{background:rgba(0,0,0,.08);color:#09090b;border-color:rgba(0,0,0,.14)}}.hsk-cb-input-box--waiting{opacity:.45;pointer-events:none}.hsk-cb-entlang-opts{display:flex;flex-direction:column;gap:10px;width:100%;max-width:440px;margin-top:6px}.hsk-cb-entlang-opt{position:relative;display:flex;flex-direction:row;align-items:center;width:100%;padding:16px 20px;text-align:start;background:transparent !important;border:none !important;outline:none !important;border-radius:16px;cursor:pointer;user-select:none;overflow:hidden;box-shadow:none !important;animation:hsk-entlang-opt-in .22s cubic-bezier(.16,1,.3,1) both;animation-delay:calc(.04s+var(--hsk-opt-idx,0) * .02s)}@media (prefers-color-scheme:light){.hsk-cb-entlang-opt{background:transparent !important}}[data-hsk-theme="light"] .hsk-cb-entlang-opt{background:transparent !important}@keyframes hsk-entlang-opt-in{0%{opacity:0;transform:translateY(6px)}100%{opacity:1;transform:translateY(0)}}.hsk-cb-entlang-opt:hover{background:transparent !important;border:none !important;box-shadow:none !important}.hsk-cb-entlang-opt:active{opacity:.8}.hsk-cb-entlang-radio{position:relative;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;min-width:18px;min-height:18px;border-radius:999px;border:1.5px solid var(--hsk-chat-divide,rgba(255,255,255,.22));flex-shrink:0;margin-inline-end:14px;box-sizing:border-box;transform:none !important;transition:border-color .2s cubic-bezier(.16,1,.3,1),background-color .2s ease}.hsk-cb-entlang-radio-dot{width:9px;height:9px;border-radius:999px;background:var(--hsk-primary,#ff6a33);opacity:0;transition:opacity .15s ease;pointer-events:none}.hsk-cb-entlang-opt:hover .hsk-cb-entlang-radio,.hsk-cb-entlang-opt.is-selected .hsk-cb-entlang-radio{border-color:var(--hsk-primary,#ff6a33)}.hsk-cb-entlang-opt.is-selected .hsk-cb-entlang-radio-dot{opacity:1}.hsk-cb-entlang-opt-text{display:flex;flex-direction:column;gap:3px;width:100%}.hsk-cb-entlang-opt-title{font-size:15px;font-weight:600;color:var(--hsk-chat-text,#1f1f1f);letter-spacing:-0.01em}.hsk-cb-entlang-opt-note{font-size:12.5px;color:var(--hsk-chat-muted,#71717a);line-height:1.45}.hsk-cb-shimmer-char{display:inline;color:inherit;font-family:inherit}.hsk-cb-entlang-opt:hover .hsk-cb-entlang-opt-title .hsk-cb-shimmer-char{animation:hsk-entlang-char-shimmer-title .5s cubic-bezier(.16,1,.3,1) both;animation-delay:calc(var(--hsk-char-idx,0) * 16ms)}.hsk-cb-entlang-opt:hover .hsk-cb-entlang-opt-note .hsk-cb-shimmer-char{animation:hsk-entlang-char-shimmer-note .5s cubic-bezier(.16,1,.3,1) both;animation-delay:calc(var(--hsk-char-idx,0) * 16ms)}@keyframes hsk-entlang-char-shimmer-title{0%{color:var(--hsk-chat-text,#1f1f1f)}45%{color:hsl(var(--hsk-ph-hue,0) 80% 60%)}100%{color:var(--hsk-primary,#ff6a33)}}@keyframes hsk-entlang-char-shimmer-note{0%{color:var(--hsk-chat-muted,#71717a)}45%{color:hsl(var(--hsk-ph-hue,0) 75% 55%)}100%{color:var(--hsk-chat-muted,#71717a)}}.hsk-cb-entlang-opt-note{font-size:12.5px;color:var(--hsk-chat-muted,#71717a);line-height:1.45}@keyframes hsk-hello-rise{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hsk-cb-hello,.hsk-cb-hello-lead,.hsk-cb-hello-ask,.hsk-cb-hello-skip{opacity:0;animation:hsk-hello-rise .9s cubic-bezier(.22,1,.36,1) both}.hsk-cb-hello{animation-delay:.06s}.hsk-cb-hello-lead{animation-delay:.26s}.hsk-cb-hello-ask{animation-delay:.44s}.hsk-cb-hello-skip{animation-delay:.60s}.hsk-cb-hello.hsk-cascade,.hsk-cb-hello-lead.hsk-cascade,.hsk-cb-hello-ask.hsk-cascade{opacity:1;animation:none;filter:none}.hsk-cascade__w{display:inline-block;white-space:nowrap;opacity:0;animation:hsk-cascade-rise .44s cubic-bezier(.16,1,.3,1) both}@keyframes hsk-cascade-rise{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.hsk-cb-hello,.hsk-cb-hello-lead,.hsk-cb-hello-ask,.hsk-cb-hello-skip,.hsk-cascade__w{animation:none;opacity:1;transform:none;filter:none}}.hsk-cb-chips{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start;margin-top:4px}.hsk-cb-chip{padding:8px 16px;border-radius:var(--hsk-border-radius,0);border:1px solid var(--hsk-chat-divide,rgba(0,0,0,.1));background:var(--hsk-chat-source-bg,rgba(0,0,0,.03));color:var(--hsk-chat-text,#333);font-size:13px;cursor:pointer;transition:all .15s;font-family:inherit}.hsk-cb-chip:hover{border-color:var(--hsk-primary);color:var(--hsk-primary);background:rgba(255,106,51,.06)}.hsk-cb-msg-group{padding:16px 0;border-bottom:none;animation:hsk-msg-in .22s ease-out both}.hsk-cb-spoken-mark{position:absolute;top:50%;margin-top:-5px;inset-inline-start:-17px;opacity:.4;pointer-events:none}.hsk-cb-msg-group--run-mid{padding-bottom:0}.hsk-cb-msg-group--run-mid .hsk-cb-user-msg{margin-bottom:0}.hsk-cb-msg-group--run-cont{padding-top:2px}.hsk-cb-msg-group:last-child{border-bottom:none}@keyframes hsk-msg-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hsk-cb-user-msg{display:flex;flex-direction:column;align-items:flex-end;align-self:flex-end;max-width:min(75%,420px);margin-inline-start:auto;margin-inline-end:0;gap:6px;margin-bottom:20px}@media (max-width:640px){.hsk-cb-user-msg{max-width:84%}}.hsk-cb-user-msg.hsk-sent{transform-origin:bottom right;animation:hsk-send-in .42s cubic-bezier(.2,.9,.3,1.2) both}.hsk-cb-panel[dir="rtl"] .hsk-cb-user-msg.hsk-sent{transform-origin:bottom left}@keyframes hsk-send-in{0%{opacity:0;transform:translateY(28px) scale(.55)}55%{opacity:1}75%{transform:translateY(-2px) scale(1.02)}100%{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion:reduce){.hsk-cb-user-msg.hsk-sent{animation:none}}.hsk-cb-user-bubble{background:var(--hsk-user-bubble-bg,#007aff);color:#ffffff;padding:10px 18px;border-radius:20px;position:relative;font-size:var(--hsk-font-size,15.5px);font-family:var(--hsk-font);line-height:1.45;max-width:100%;font-weight:500;word-break:break-word;overflow-wrap:anywhere;letter-spacing:-0.01em}.hsk-cb-user-bubble--tail::before,.hsk-cb-user-bubble--tail::after{content:'';position:absolute;bottom:0;height:25px;pointer-events:none}.hsk-cb-user-bubble--tail::before{right:-7px;width:20px;background:var(--hsk-user-bubble-bg,#007aff);border-bottom-left-radius:16px 14px}.hsk-cb-user-bubble--tail::after{right:-26px;width:26px;background:var(--hsk-chat-bg,#ffffff);border-bottom-left-radius:10px}.hsk-cb-panel[dir="rtl"] .hsk-cb-user-bubble--tail::before{right:auto;left:-7px;border-bottom-left-radius:0;border-bottom-right-radius:16px 14px}.hsk-cb-panel[dir="rtl"] .hsk-cb-user-bubble--tail::after{right:auto;left:-26px;border-bottom-left-radius:0;border-bottom-right-radius:10px}.hsk-cb-ai-msg{display:block}.hsk-cb-ai-icon{width:32px;height:32px;border-radius:0;background:transparent !important;border:none !important;color:var(--hsk-primary,#ff6a33);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:-2px}.hsk-cb-ai-icon>svg{width:30px !important;height:30px !important}.hsk-cb-ai-icon>.hsk-cb-ai-mark{width:40px !important;height:40px !important}.hsk-cb-ai-body{flex:1;min-width:0}.hsk-cb-ai-content{display:flex;flex-direction:column;gap:10px;align-items:flex-start;width:100%}.hsk-cb-think+.hsk-cb-ai-content>.hsk-cb-ai-text:first-child{padding-top:20px}.hsk-cb-ai-text{font-size:var(--hsk-font-size,14.5px);font-family:var(--hsk-font);line-height:1.48;color:var(--hsk-chat-text,#111827);background:var(--hsk-chat-ai-bg,#eeeef0);padding:11px 15px;border-radius:18px;position:relative;display:inline-block;width:fit-content;box-sizing:border-box;max-width:min(88%,560px);word-break:break-word;overflow-wrap:anywhere;margin-top:4px}.hsk-cb-ai-text:not(:has(~.hsk-cb-ai-text))::before,.hsk-cb-ai-text:not(:has(~.hsk-cb-ai-text))::after{content:'';position:absolute;bottom:0;height:25px;pointer-events:none}.hsk-cb-ai-text:not(:has(~.hsk-cb-ai-text))::before{left:-7px;width:20px;background:var(--hsk-chat-ai-bg,#eeeef0);border-bottom-right-radius:16px 14px}.hsk-cb-ai-text:not(:has(~.hsk-cb-ai-text))::after{left:-26px;width:26px;background:var(--hsk-chat-bg,#ffffff);border-bottom-right-radius:10px}.hsk-cb-panel[dir="rtl"] .hsk-cb-ai-text:not(:has(~.hsk-cb-ai-text))::before{left:auto;right:-7px;border-bottom-right-radius:0;border-bottom-left-radius:16px 14px}.hsk-cb-panel[dir="rtl"] .hsk-cb-ai-text:not(:has(~.hsk-cb-ai-text))::after{left:auto;right:-26px;border-bottom-right-radius:0;border-bottom-left-radius:10px}.hsk-cb-sent-status{font-size:11px;line-height:1;color:var(--hsk-chat-muted,#8a8f98);padding:4px 6px 0 0;animation:hsk-sent-in .2s ease-out both}@keyframes hsk-sent-in{from{opacity:0}to{opacity:1}}.hsk-cb-user-bubble--queued{opacity:.55}.hsk-cb-queued-status{display:inline-flex;align-items:center;gap:5px;font-size:11px;line-height:1;color:var(--hsk-chat-muted,#8a8f98);padding:4px 0 0;background:none;border:none;cursor:pointer;font-family:var(--hsk-font);animation:hsk-sent-in .2s ease-out both}.hsk-cb-queued-dot{width:5px;height:5px;border-radius:999px;background:currentColor;animation:hsk-queued-pulse 1.1s ease-in-out infinite}@keyframes hsk-queued-pulse{0%,100%{opacity:.35;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}.hsk-cb-queued-now{color:var(--hsk-primary,#ff6a33);font-weight:600;transition:opacity .15s ease}.hsk-cb-queued-status:hover .hsk-cb-queued-now{opacity:.7}@media (prefers-reduced-motion:reduce){.hsk-cb-queued-dot{animation:none;opacity:.8}}.hsk-cb-timeline{display:none}@media (min-width:900px){.hsk-cb-timeline.hsk-cb-timeline--left{display:block;position:absolute;left:auto !important;right:100% !important;margin-right:28px !important;top:50%;transform:translateY(-50%) !important;width:180px;max-height:60%;overflow:hidden;z-index:10;pointer-events:auto;direction:ltr !important;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 14%,#000 86%,transparent);mask-image:linear-gradient(to bottom,transparent,#000 14%,#000 86%,transparent)}.hsk-cb-timeline.hsk-cb-timeline--right{display:block;position:absolute;left:100% !important;right:auto !important;margin-left:28px !important;top:50%;transform:translateY(-50%) !important;width:180px;max-height:60%;overflow:hidden;z-index:10;pointer-events:auto;direction:ltr !important;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 14%,#000 86%,transparent);mask-image:linear-gradient(to bottom,transparent,#000 14%,#000 86%,transparent)}.hsk-cb-timeline-track{animation:hsk-tl-in .32s cubic-bezier(.22,1,.36,1) both}}@keyframes hsk-tl-in{from{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}.hsk-cb-timeline-track{--hsk-tl-x:9px;position:relative;padding-left:26px !important;padding-right:6px !important;transition:transform .28s cubic-bezier(.22,1,.36,1)}.hsk-cb-timeline-track::before,.hsk-cb-timeline-track::after{content:'';position:absolute;left:calc(var(--hsk-tl-x) - 1px) !important;right:auto !important;top:8px;bottom:8px;width:2px;border-radius:2px}.hsk-cb-timeline-track::before{background:var(--hsk-chat-divide,rgba(0,0,0,.09))}.hsk-cb-timeline-track::after{background:var(--hsk-primary,#ff6a33);opacity:.5;transform-origin:top;transform:scaleY(var(--hsk-tl-progress,0));transition:transform .18s linear}.hsk-cb-tl-item{--hsk-tl-d:0;position:relative;display:block;width:100%;padding:7px 6px 7px 0 !important;border:none;background:none;text-align:left !important;cursor:pointer;font-family:var(--hsk-font)}.hsk-cb-tl-dot{position:absolute;left:calc(var(--hsk-tl-x,9px) - 3.5px) !important;right:auto !important;top:50%;width:7px;height:7px;margin-top:-3.5px;border-radius:999px;background:var(--hsk-chat-divide,rgba(0,0,0,.18));opacity:max(.25,calc(1 - var(--hsk-tl-d) * .22));transition:transform .28s cubic-bezier(.34,1.4,.64,1),opacity .46s cubic-bezier(.22,1,.36,1),background .2s ease}.hsk-cb-tl-label{display:block;font-size:12px;line-height:1.4;color:var(--hsk-chat-muted,#8a8f98);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transform:translateX(calc(var(--hsk-tl-d) * 7px));opacity:max(.32,calc(.9 - var(--hsk-tl-d) * .15));transition:transform .46s cubic-bezier(.22,1,.36,1),opacity .46s cubic-bezier(.22,1,.36,1),color .2s ease}.hsk-cb-tl-item:hover .hsk-cb-tl-label{opacity:1;transform:translateX(calc(var(--hsk-tl-d) * 7px - 2px))}.hsk-cb-tl-item:hover .hsk-cb-tl-dot{transform:scale(1.25)}.hsk-cb-tl-cursor{position:absolute;left:calc(var(--hsk-tl-x,9px) - 4.5px) !important;right:auto !important;top:0;width:9px;height:9px;margin-top:-4.5px;border-radius:999px;background:var(--hsk-primary,#ff6a33);transform:translateY(0);transition:transform .44s cubic-bezier(.22,1,.36,1);will-change:transform;pointer-events:none}.hsk-cb-tl-item--on .hsk-cb-tl-dot{opacity:.35}.hsk-cb-tl-item--on .hsk-cb-tl-label{color:var(--hsk-chat-text,#1f1f1f);opacity:1;font-weight:500}@media (prefers-reduced-motion:reduce){.hsk-cb-timeline-track{animation:none}.hsk-cb-timeline-track::after,.hsk-cb-tl-label,.hsk-cb-tl-cursor,.hsk-cb-tl-dot{transition:none}}@media (prefers-color-scheme:dark){.hsk-cb-ai-text{--hsk-chat-ai-bg:#26262a;background:var(--hsk-chat-ai-bg);color:#f9fafb}}.hsk-cb-sources-wrap{position:relative;margin-top:20px}.hsk-cb-sources{display:flex;flex-direction:row;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px}.hsk-cb-sources::-webkit-scrollbar{display:none}.hsk-cb-sources-fade-left,.hsk-cb-sources-fade-right{position:absolute;top:0;bottom:4px;width:30px;pointer-events:none;z-index:2}.hsk-cb-sources-fade-left,.hsk-cb-sources-fade-right{background-color:var(--hsk-fade-bg,var(--hsk-chat-bg,#0e0e0f))}.hsk-cb-sources-fade-left,[dir="rtl"] .hsk-cb-sources-fade-right{-webkit-mask-image:linear-gradient(to right,#000 0,rgba(0,0,0,.55) 45%,transparent 100%);mask-image:linear-gradient(to right,#000 0,rgba(0,0,0,.55) 45%,transparent 100%)}.hsk-cb-sources-fade-right,[dir="rtl"] .hsk-cb-sources-fade-left{-webkit-mask-image:linear-gradient(to left,#000 0,rgba(0,0,0,.55) 45%,transparent 100%);mask-image:linear-gradient(to left,#000 0,rgba(0,0,0,.55) 45%,transparent 100%)}.hsk-cb-sources-fade-left{inset-inline-start:0}.hsk-cb-sources-fade-right{inset-inline-end:0}.hsk-cb-sources-next,.hsk-cb-sources-prev{position:absolute;top:42%;transform:translateY(-50%);width:34px;height:34px;border-radius:50% !important;background:var(--hsk-chat-bg,#ffffff) !important;border:1px solid var(--hsk-chat-divide,rgba(0,0,0,.12)) !important;color:var(--hsk-primary,#ff6a33) !important;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(0,0,0,.14);z-index:10;cursor:pointer;transition:transform .2s cubic-bezier(.34,1.56,.64,1),background .18s ease,color .18s ease,box-shadow .18s ease}.hsk-cb-sources-next:hover,.hsk-cb-sources-prev:hover{background:var(--hsk-primary,#ff6a33) !important;color:#ffffff !important;border-color:var(--hsk-primary,#ff6a33) !important;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 18px rgba(255,106,51,.35)}.hsk-cb-sources-next{inset-inline-end:2px}.hsk-cb-sources-prev{inset-inline-start:2px}[dir="rtl"] .hsk-cb-sources-next svg,[dir="rtl"] .hsk-cb-sources-prev svg{transform:scaleX(-1)}.hsk-cb-carousel-dots{display:flex;align-items:center;justify-content:center;gap:5px;margin-top:10px}.hsk-cb-dot-item{width:6px;height:6px;border-radius:50%;background:rgba(150,150,150,.35);transition:all .25s cubic-bezier(.34,1.56,.64,1);cursor:pointer}.hsk-cb-dot-item--active{width:18px;border-radius:999px;background:var(--hsk-primary,#ff6a33)}.hsk-cb-source{flex:0 0 188px;scroll-snap-align:start;border-radius:var(--hsk-border-radius,0);border:none;background:transparent;cursor:pointer;transition:transform .14s,opacity .14s;animation:hsk-card-in .26s ease-out both;overflow:visible}@keyframes hsk-card-in{from{opacity:0;transform:translateX(16px)}to{opacity:1;transform:none}}.hsk-cb-source:hover{transform:translateY(-3px);opacity:.92}.hsk-cb-src-imgwrap{width:188px;height:188px;overflow:hidden;border-radius:var(--hsk-border-radius,0);display:block;background:var(--hsk-chat-source-bg,#f8f9fa)}.hsk-cb-src-imgwrap img{width:100%;height:100%;object-fit:cover;transition:transform .22s;display:block}.hsk-cb-source:hover .hsk-cb-src-imgwrap img{transform:scale(1.05)}.hsk-cb-src-imgwrap-empty{width:188px;height:188px;background:var(--hsk-chat-divide,rgba(0,0,0,.06));display:flex;align-items:center;justify-content:center;color:var(--hsk-chat-muted,#555);font-size:32px}.hsk-cb-src-info{padding:8px 2px 0}.hsk-cb-sources-wrap--compact{margin-top:10px}.hsk-cb-sources-wrap--compact .hsk-cb-sources{gap:10px}.hsk-cb-sources-wrap--compact .hsk-cb-source{flex:0 0 96px}.hsk-cb-sources-wrap--compact .hsk-cb-src-imgwrap,.hsk-cb-sources-wrap--compact .hsk-cb-src-imgwrap-empty{width:96px;height:96px}.hsk-cb-sources-wrap--compact .hsk-cb-src-imgwrap-empty{font-size:20px}.hsk-cb-sources-wrap--compact .hsk-cb-src-name{font-size:12px;-webkit-line-clamp:1}.hsk-cb-sources-wrap--compact .hsk-cb-src-price{font-size:11px;padding:1px 6px}.hsk-cb-sources-wrap--compact .hsk-cb-source-ref-badge{display:none}.hsk-cb-src-name{font-size:13px;font-weight:600;color:var(--hsk-chat-text,#333);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hsk-cb-src-price{display:inline-flex;align-items:center;width:fit-content;max-width:100%;padding:2px 9px;border-radius:9999px;background:var(--hsk-chat-source-bg,rgba(0,0,0,.05));border:1px solid var(--hsk-chat-divide,rgba(0,0,0,.08));font-size:12px;font-weight:600;color:var(--hsk-primary,#ff6a33);margin-top:5px;line-height:1.2}.hsk-cb-typing-row{display:flex;align-items:flex-start;gap:14px;padding:20px 0}@keyframes hsk-shimmer{0%{background-position:130% 0}100%{background-position:-110% 0}}.hsk-cb-input-wrap{position:relative;--hsk-composer-pad-top:16px;--hsk-composer-pad-x:var(--hsk-gutter,24px);padding:var(--hsk-composer-pad-top) var(--hsk-composer-pad-x) 24px;flex-shrink:0;background:transparent !important;z-index:10}.hsk-cb-input-wrap::after{display:none !important}.hsk-cb-input-card{border-radius:20px;background:var(--hsk-chat-input-bg,#ffffff);border:none !important;outline:none !important;box-shadow:0 3px 14px -1px rgba(0,0,0,.05),0 1px 4px rgba(0,0,0,.03) !important;overflow:hidden;position:relative;z-index:1;transition:height .22s cubic-bezier(.32,.72,0,1)}.hsk-cb-input-card:focus-within{border:none !important;outline:none !important;box-shadow:0 4px 18px -1px rgba(0,0,0,.07),0 2px 6px rgba(0,0,0,.04) !important}.hsk-cb-docked-header{display:flex;align-items:center;gap:8px;padding:10px 16px 6px;background:transparent;border-bottom:none !important;user-select:none}.hsk-cb-docked-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px;color:var(--hsk-primary,#ff6a33)}.hsk-cb-docked-title{font-size:13px;font-weight:700;color:var(--hsk-primary,#ff6a33);letter-spacing:-0.01em}.hsk-cb-docked-sub{font-size:12px;font-weight:500;letter-spacing:-0.01em;color:var(--hsk-chat-text,#1f1f1f);flex:1}.hsk-cb-docked-close{background:none;border:none;color:var(--hsk-chat-muted,rgba(0,0,0,.4));font-size:16px;line-height:1;cursor:pointer;padding:2px 6px;border-radius:50%;transition:background .12s,color .12s}.hsk-cb-docked-close:hover{background:rgba(0,0,0,.08);color:var(--hsk-chat-text,#111111)}.hsk-cb-field{margin-inline:5px}.hsk-cb-input-box[data-expanded="true"]>.hsk-cb-field{margin-inline:0}.hsk-cb-docked-options{display:flex;flex-direction:column;padding:4px 6px;background:transparent;border-bottom:none !important;max-height:220px;overflow-y:auto;scrollbar-width:thin}.hsk-cb-docked-option{display:flex;align-items:center;gap:10px;width:100%;padding:8px 12px;border:none;background:transparent !important;border-radius:10px;color:var(--hsk-chat-text,#1f1f1f);font-family:inherit;font-size:14px;text-align:start;cursor:pointer;transition:color .15s ease}.hsk-cb-docked-option:hover,.hsk-cb-docked-option:focus{background:transparent !important;color:var(--hsk-primary,#ff6a33)}.hsk-cb-docked-option-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:color-mix(in srgb,var(--hsk-primary,#ff6a33) 12%,transparent);color:var(--hsk-primary,#ff6a33);flex-shrink:0;overflow:hidden;transition:transform .2s cubic-bezier(.34,1.56,.64,1),background .18s ease}.hsk-cb-docked-option:hover .hsk-cb-docked-option-icon,.hsk-cb-docked-option:focus .hsk-cb-docked-option-icon{background:color-mix(in srgb,var(--hsk-primary,#ff6a33) 22%,transparent);transform:scale(1.15) rotate(4deg)}.hsk-cb-docked-option-icon img{width:100%;height:100%;object-fit:cover}.hsk-cb-docked-option-title{font-weight:500;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .15s ease}.hsk-cb-docked-option-desc{font-size:12px;color:var(--hsk-chat-muted,#6b7280);font-weight:400}.hsk-cb-docked-option-price{font-size:12px;font-weight:600;color:var(--hsk-chat-muted,#6b7280)}.hsk-cb-input-box{position:relative;display:grid;grid-template-columns:auto auto 1fr auto auto;grid-template-rows:auto 0;align-items:center;justify-items:start;column-gap:10px;row-gap:0;transition:grid-template-rows .2s cubic-bezier(.32,.72,0,1),row-gap .2s cubic-bezier(.32,.72,0,1);background:transparent !important;border:none !important;outline:none !important;border-radius:0 !important;padding-block:12px;padding-inline:18px 14px;box-shadow:none !important}.hsk-cb-tools-toggle{display:none}.hsk-cb-toolsheet-wrap{position:absolute;bottom:calc(100% - 6px);inset-inline-start:var(--hsk-composer-pad-x,14px);inset-inline-end:auto;z-index:100;transform-origin:bottom left;animation:hsk-toolsheet-in .22s cubic-bezier(.16,1,.3,1) both;pointer-events:auto}[dir="rtl"] .hsk-cb-toolsheet-wrap,.hsk-cb-panel[dir="rtl"] .hsk-cb-toolsheet-wrap{transform-origin:bottom right}.hsk-cb-toolsheet{position:relative;z-index:1;min-width:200px;padding:6px;border-radius:16px;background:var(--hsk-chat-source-bg,rgba(255,255,255,.08));border:none !important;box-shadow:none !important}@keyframes hsk-toolsheet-in{0%{opacity:0;transform:translateY(8px) scale(.92)}100%{opacity:1;transform:translateY(0) scale(1)}}.hsk-cb-toolsheet-scrim{position:fixed;inset:0;z-index:90;background:transparent;cursor:default}.hsk-cb-toolsheet-item{display:flex;align-items:center;gap:11px;width:100%;padding:10px 12px;border:none;border-radius:11px;background:transparent;color:var(--hsk-chat-text,#111827);font-family:var(--hsk-font);font-size:15px;text-align:start;cursor:pointer;transition:background-color .15s ease}.hsk-cb-toolsheet-item:hover:not(:disabled){background:var(--hsk-chat-subtle,rgba(0,0,0,.05))}.hsk-cb-toolsheet-item:disabled{opacity:.45;cursor:default}.hsk-cb-toolsheet-item>svg{flex-shrink:0;color:var(--hsk-chat-muted,#6b7280)}[data-hsk-theme] .hsk-cb-toolsheet{background:var(--hsk-sheet-bg,var(--hsk-chat-input-bg,#f3f4f6)) !important;border:none !important}[data-hsk-theme] .hsk-cb-toolsheet-item{color:var(--hsk-chat-text,#111827) !important}[data-hsk-theme] .hsk-cb-toolsheet-item:hover:not(:disabled){background:var(--hsk-sheet-hover,var(--hsk-surface-2,rgba(0,0,0,.05))) !important}[data-hsk-theme] .hsk-cb-toolsheet-item>svg{color:var(--hsk-chat-muted,#6b7280) !important}@media (prefers-reduced-motion:reduce){.hsk-cb-toolsheet-wrap,.hsk-cb-toolsheet-stem{animation:none}.hsk-cb-toolsheet-stem{transform:scale(.62)}}.hsk-cb-input-box>.hsk-cb-attach-btn{grid-column:1;grid-row:1}.hsk-cb-input-box>.hsk-cb-voice-mode-btn{grid-column:2;grid-row:1}.hsk-cb-input-box>.hsk-cb-field{grid-column:3;grid-row:1}.hsk-cb-input-box>.hsk-cb-mic-btn{grid-column:4;grid-row:1}.hsk-cb-input-box>.hsk-cb-send,.hsk-cb-input-box>.hsk-chat-send{grid-column:5;grid-row:1}.hsk-cb-input-box[data-expanded="true"]{grid-template-rows:auto 36px;row-gap:6px}.hsk-cb-input-box[data-expanded="true"]>.hsk-cb-field{grid-column:1 / -1;grid-row:1}.hsk-cb-input-box[data-expanded="true"]>.hsk-cb-attach-btn,.hsk-cb-input-box[data-expanded="true"]>.hsk-cb-voice-mode-btn,.hsk-cb-input-box[data-expanded="true"]>.hsk-cb-mic-btn,.hsk-cb-input-box[data-expanded="true"]>.hsk-cb-send,.hsk-cb-input-box[data-expanded="true"]>.hsk-chat-send{grid-row:2}.hsk-cb-textarea{width:100%;background:transparent;border:none;outline:none;resize:none;font-size:var(--hsk-input-font-size,16px);font-family:var(--hsk-font);color:var(--hsk-chat-text,#111);min-height:28px;max-height:140px;field-sizing:content;line-height:var(--hsk-input-line-height,1.55);word-break:break-word;overflow-wrap:break-word;padding:0;transition:height .18s cubic-bezier(.32,.72,0,1),color .42s cubic-bezier(.16,1,.3,1);scrollbar-width:none}.hsk-cb-textarea::-webkit-scrollbar{width:0;height:0}.hsk-cb-textarea::placeholder{color:var(--hsk-chat-muted,#9ca3af);font-family:var(--hsk-font);font-size:16px}.hsk-cb-attach-btn,.hsk-cb-mic-btn,.hsk-cb-send,.hsk-chat-send{width:36px;height:36px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:none;cursor:pointer;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s cubic-bezier(.34,1.56,.64,1),background-color .42s cubic-bezier(.16,1,.3,1),opacity .2s ease;font-family:inherit;margin:0;padding:0}.hsk-cb-send,.hsk-chat-send{background:linear-gradient(135deg,#007aff 0,#0056b3 100%);color:#ffffff;border-radius:12px !important;box-shadow:0 4px 14px rgba(0,122,255,.38),inset 0 1px 0 rgba(255,255,255,.35);position:relative;overflow:hidden}.hsk-cb-send .hsk-telegram-icon,.hsk-chat-send .hsk-telegram-icon{transition:transform .25s cubic-bezier(.34,1.56,.64,1)}.hsk-cb-send:hover:not(:disabled),.hsk-chat-send:hover:not(:disabled){opacity:1;transform:translateY(-1px) scale(1.05);box-shadow:0 6px 18px rgba(0,122,255,.48),inset 0 1px 0 rgba(255,255,255,.45)}.hsk-cb-send:hover:not(:disabled) .hsk-telegram-icon,.hsk-chat-send:hover:not(:disabled) .hsk-telegram-icon{transform:translate(2px,-2px) rotate(-10deg) scale(1.1)}.hsk-cb-send:active:not(:disabled),.hsk-chat-send:active:not(:disabled){transform:translateY(0) scale(.94);box-shadow:0 1px 4px rgba(0,122,255,.3)}.hsk-cb-send:disabled,.hsk-chat-send:disabled{opacity:.4;cursor:not-allowed;background:var(--hsk-chat-muted,#ccc);box-shadow:none}.hsk-cb-send--stop{background:#e5342a !important}.hsk-cb-send--stop:hover{background:#c92a21 !important;opacity:1}.hsk-cb-hint{text-align:center;font-size:9px;line-height:14px;color:var(--hsk-chat-muted,#bbb);margin-top:10px}.hsk-cb-field{position:relative;grid-area:field;display:flex;align-items:center;width:100%;min-width:0;--hsk-input-font-size:16px;--hsk-input-line-height:1.55;--hsk-input-control:36px;--hsk-input-line-box:calc(var(--hsk-input-font-size) * var(--hsk-input-line-height))}.hsk-cb-listening{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.hsk-cb-listening span{width:2px;height:2px;border-radius:999px;background:var(--hsk-primary,#ff6a33);opacity:.3;transform-origin:center;will-change:transform,opacity;transition:transform 90ms linear,opacity 90ms linear}.hsk-animated-placeholder{position:absolute;inset:0;display:flex;align-items:center;height:100%;pointer-events:none;overflow:hidden;user-select:none;padding:0;z-index:1}.hsk-cb-input-box>*{--hsk-cascade-ease:cubic-bezier(.45,0,.55,1);--hsk-cascade-dur:.44s;--hsk-cascade-step:55ms}.hsk-cb-input-box[data-cascade]>*:not([type="file"]):not(.hsk-cb-field){animation-duration:var(--hsk-cascade-dur);animation-timing-function:var(--hsk-cascade-ease);animation-fill-mode:none}.hsk-cb-input-box[data-cascade="a"]>*:not([type="file"]):not(.hsk-cb-field){animation-name:hsk-leaf-settle-a}.hsk-cb-input-box[data-cascade="b"]>*:not([type="file"]):not(.hsk-cb-field){animation-name:hsk-leaf-settle-b}.hsk-cb-input-box[data-cascade]>*:not([type="file"]):not(.hsk-cb-field),.hsk-animated-placeholder__char{will-change:transform}.hsk-cb-input-box:hover>*,.hsk-cb-input-box:focus-within>*{will-change:auto}.hsk-cb-input-box>*{--hsk-cascade-field:110ms}.hsk-cb-input-box[data-cascade]>.hsk-cb-attach-btn{animation-delay:0ms}.hsk-cb-input-box[data-cascade]>.hsk-cb-voice-mode-btn{animation-delay:var(--hsk-cascade-step)}.hsk-cb-input-box[data-cascade]>.hsk-cb-mic-btn{animation-delay:calc(var(--hsk-cascade-field)+var(--hsk-text-sweep,0ms))}.hsk-cb-input-box[data-cascade]>.hsk-cb-send,.hsk-cb-input-box[data-cascade]>.hsk-chat-send{animation-delay:calc(var(--hsk-cascade-field)+var(--hsk-text-sweep,0ms)+var(--hsk-cascade-step))}@keyframes hsk-leaf-settle-a{0%{transform:translateY(0) scale(1)}42%{transform:translateY(-3px) scale(1.05)}100%{transform:translateY(0) scale(1)}}@keyframes hsk-leaf-settle-b{0%{transform:translateY(0) scale(1)}42%{transform:translateY(-3px) scale(1.05)}100%{transform:translateY(0) scale(1)}}.hsk-cb-input-box>.hsk-cb-field .hsk-animated-placeholder__char{animation-name:hsk-placeholder-animate-up}@media (prefers-reduced-motion:reduce){.hsk-cb-input-box[data-cascade="a"]>*,.hsk-cb-input-box[data-cascade="b"]>*{animation:none;transform:none;opacity:1}.hsk-cb-textarea,.hsk-cb-input-card{transition-property:background-color,box-shadow}}.hsk-animated-placeholder__char{display:inline-block;font-size:var(--hsk-input-font-size,16px);line-height:var(--hsk-input-line-height,1.55);color:var(--hsk-chat-muted,#9ca3af);font-family:var(--hsk-font);white-space:pre;animation:hsk-placeholder-animate-up .46s cubic-bezier(.16,1,.3,1) both}@keyframes hsk-placeholder-animate-up{0%{opacity:0;transform:translateY(9px);color:hsl(var(--hsk-ph-hue,0) var(--hsk-ph-sat,68%) var(--hsk-ph-light,55%))}55%{opacity:1;color:hsl(var(--hsk-ph-hue,0) var(--hsk-ph-sat,68%) var(--hsk-ph-light,55%))}100%{opacity:1;transform:translateY(0);color:var(--hsk-chat-muted,#9ca3af)}}@media (prefers-reduced-motion:reduce){.hsk-animated-placeholder__char{animation:none;transform:none;opacity:1;color:var(--hsk-chat-muted,#9ca3af);animation-delay:0ms !important}}.hsk-cb-voice-error{display:flex;align-items:center;justify-content:center;gap:8px;font-size:12px;line-height:1.4;max-width:90%;margin-inline:auto;text-wrap:balance;color:#ff6b6b;margin-top:8px;padding:4px 12px;border-radius:12px;background:rgba(229,72,77,.12);border:none;cursor:pointer;animation:hsk-msg-in .2s ease-out both}.hsk-cb-voice-error-dismiss{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;border:none;background:rgba(255,255,255,.12);color:inherit;font-size:14px;line-height:1;cursor:pointer;padding:0;flex-shrink:0;transition:background .15s ease,transform .15s ease}.hsk-cb-voice-error-dismiss:hover{background:rgba(255,255,255,.25);transform:scale(1.1)}.hsk-cb-img-strip{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:10px 18px 2px 18px;background:transparent;border:none;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;animation:hsk-msg-in .2s ease-out both}.hsk-cb-img-thumb-wrap{position:relative;width:60px;height:60px;flex-shrink:0;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08),0 0 0 1px rgba(255,255,255,.12);transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s cubic-bezier(.16,1,.3,1);overflow:visible}.hsk-cb-img-thumb-wrap:hover{transform:translateY(-2px);box-shadow:0 6px 14px rgba(0,0,0,.12),0 0 0 1px rgba(255,255,255,.2)}.hsk-cb-img-thumb{width:100%;height:100%;object-fit:cover;border-radius:12px;border:none;display:block}.hsk-cb-img-thumb-remove{position:absolute;top:-5px;inset-inline-end:-5px;width:18px;height:18px;border-radius:50%;background:rgba(20,20,24,.75);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#ffffff;border:1px solid rgba(255,255,255,.25);box-shadow:0 2px 6px rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:transform .15s cubic-bezier(.16,1,.3,1),background-color .15s ease;z-index:2}.hsk-cb-img-thumb-remove:hover{background:rgba(239,68,68,.92);border-color:rgba(255,255,255,.4);transform:scale(1.15)}.hsk-cb-attach-btn,.hsk-cb-mic-btn,.hsk-cb-voice-mode-btn{position:relative;width:36px;height:36px;border-radius:12px;border:none !important;outline:none !important;background:transparent;color:var(--hsk-chat-muted,#71717a);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:none !important;opacity:.75;transition:transform .35s cubic-bezier(.34,1.8,.64,1),background-color .2s ease,color .2s ease,opacity .2s ease;font-family:inherit;overflow:visible}.hsk-cb-attach-btn:hover:not(:disabled),.hsk-cb-mic-btn:hover:not(:disabled),.hsk-cb-voice-mode-btn:hover:not(:disabled){opacity:1;color:var(--hsk-chat-text,#1f1f1f);background:transparent;transform:translateY(-1px)}.hsk-cb-attach-btn:active:not(:disabled),.hsk-cb-mic-btn:active:not(:disabled),.hsk-cb-voice-mode-btn:active:not(:disabled){transform:translateY(0) scale(.94);transition-duration:.1s}.hsk-cb-attach-btn svg,.hsk-cb-mic-btn svg,.hsk-cb-voice-mode-btn svg{overflow:visible}.hsk-cb-attach-btn svg{transition:transform .34s cubic-bezier(.22,1,.36,1)}.hsk-cb-attach-btn:hover:not(:disabled) svg{transform:rotate(-14deg) translateY(-1px)}.hsk-mic-cap{transform-box:fill-box;transform-origin:center;transition:transform .32s cubic-bezier(.34,1.56,.64,1)}.hsk-cb-mic-btn:hover:not(:disabled) .hsk-mic-cap{transform:translateY(-1.5px)}.hsk-wave-bar{transform-box:fill-box;transform-origin:center;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.hsk-cb-voice-mode-btn:hover:not(:disabled) .hsk-wave-bar{animation:hsk-wave-wake .52s cubic-bezier(.34,1.8,.64,1) both,hsk-wave-live var(--hsk-period,1.1s) ease-in-out .52s infinite;animation-delay:calc(var(--hsk-bar,0) * 55ms),calc(.52s+var(--hsk-bar,0) * 55ms)}.hsk-cb-voice-mode-btn:hover:not(:disabled) .hsk-wave-bar--tip{animation-name:hsk-wave-wake-tip,hsk-wave-live-tip}@keyframes hsk-wave-wake{0%{transform:scaleY(.12)}55%{transform:scaleY(calc(var(--hsk-amp,1.6) * 1.12))}100%{transform:scaleY(1)}}@keyframes hsk-wave-live{0%,100%{transform:scaleY(1)}30%{transform:scaleY(var(--hsk-amp,1.6))}55%{transform:scaleY(calc(1+(var(--hsk-amp,1.6) - 1) * .22))}78%{transform:scaleY(calc(1+(var(--hsk-amp,1.6) - 1) * .62))}}@keyframes hsk-wave-wake-tip{0%{transform:scaleX(.2);opacity:.4}55%{transform:scaleX(calc(var(--hsk-amp,1.9) * 1.1));opacity:1}100%{transform:scaleX(1);opacity:.8}}@keyframes hsk-wave-live-tip{0%,100%{transform:scaleX(1);opacity:.7}30%{transform:scaleX(var(--hsk-amp,1.9));opacity:1}70%{transform:scaleX(1.15);opacity:.8}}.hsk-copy-sheet,.hsk-copy-back{transform-box:fill-box;transform-origin:center;transition:transform .3s cubic-bezier(.22,1,.36,1)}.hsk-cb-kiku-id-pill:hover .hsk-copy-sheet{transform:translate(.9px,.9px)}.hsk-cb-kiku-id-pill:hover .hsk-copy-back{transform:translate(-0.9px,-0.9px)}@media (prefers-reduced-motion:reduce){.hsk-cb-attach-btn:hover:not(:disabled) svg,.hsk-cb-mic-btn:hover:not(:disabled) .hsk-mic-cap,.hsk-cb-kiku-id-pill:hover .hsk-copy-sheet,.hsk-cb-kiku-id-pill:hover .hsk-copy-back{transform:none}.hsk-cb-voice-mode-btn:hover:not(:disabled) .hsk-wave-bar{animation:none}}.hsk-cb-attach-btn:disabled,.hsk-cb-mic-btn:disabled,.hsk-cb-voice-mode-btn:disabled{opacity:.3;cursor:not-allowed;transform:none}.hsk-cb-mic-btn--listening{color:#ef4444 !important;background:rgba(239,68,68,.16) !important;transform:scale(1.1) !important}.hsk-cb-mic-btn--processing{color:var(--hsk-primary,#ff6a33) !important;opacity:.85}.hsk-cb-user-imgs{display:grid;gap:2px;width:fit-content;max-width:min(78%,320px);margin-bottom:4px;margin-left:auto;border-radius:18px 18px 4px 18px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.16)}.hsk-cb-user-imgs[data-count="1"]{grid-template-columns:1fr}.hsk-cb-user-imgs[data-count="2"]{grid-template-columns:1fr 1fr}.hsk-cb-user-imgs[data-count="3"]{grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr}.hsk-cb-user-imgs[data-count="3"]>:first-child{grid-row:span 2}.hsk-cb-user-imgs[data-count="4"]{grid-template-columns:1fr 1fr}.hsk-cb-user-img-cell{position:relative;display:block;padding:0;border:none;background:none;cursor:pointer;overflow:hidden;min-width:0;line-height:0}.hsk-cb-user-imgs[data-count="1"] .hsk-cb-user-img-cell{aspect-ratio:auto}.hsk-cb-user-imgs:not([data-count="1"]) .hsk-cb-user-img-cell{aspect-ratio:1}.hsk-cb-user-img-more{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.45);color:#fff;font-size:20px;font-weight:600;line-height:1}.hsk-cb-user-img-thumb{width:100%;height:100%;object-fit:cover;display:block;cursor:pointer}.hsk-cb-user-imgs[data-count="1"] .hsk-cb-user-img-thumb{height:auto;max-height:300px;object-fit:contain}.hsk-cb-user-img-cell:hover .hsk-cb-user-img-thumb{filter:brightness(.93)}.hsk-cb-error{display:block;width:fit-content;max-width:min(560px,100%);margin:10px auto 8px;padding:10px 14px;border-radius:10px;background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.2);color:#ef4444;font-size:13px;line-height:1.5;font-family:var(--hsk-font);text-align:center}.hsk-kiku-badge{display:inline-block;font-size:var(--hsk-font-size,16px);font-family:var(--hsk-font);font-weight:600;background:rgba(255,255,255,.22);border:1px solid rgba(255,255,255,.35);color:#ffffff;padding:1px 7px;border-radius:6px;margin-inline-end:6px}.hsk-cb-memory-pill{display:inline-flex;align-items:center;gap:10px;align-self:flex-start;margin:12px 0 6px 0;padding:12px 22px;font-size:15px;font-weight:600;text-decoration:none;color:#ffffff;background:linear-gradient(135deg,#007aff 0,#0056b3 100%);border:none;border-radius:18px 18px 18px 4px !important;box-shadow:0 4px 16px -2px rgba(0,122,255,.38),inset 0 1px 0 rgba(255,255,255,.28);transition:transform .18s cubic-bezier(.34,1.56,.64,1),opacity .15s,box-shadow .18s ease;cursor:pointer}.hsk-cb-memory-pill:hover{opacity:.96;transform:translateY(-1px) scale(1.02);box-shadow:0 6px 20px rgba(0,122,255,.48)}.hsk-cb-think{position:relative;z-index:2;margin-bottom:-11px;margin-inline-start:12px;font-size:14px;font-family:var(--hsk-font)}.hsk-cb-think-head{display:inline-flex;align-items:center;gap:6px;height:24px;padding:0 11px;border:none;border-radius:999px;background:var(--hsk-chat-ai-bg,#eeeef0);box-shadow:0 0 0 3px var(--hsk-chat-bg,#ffffff),0 1px 3px rgba(0,0,0,.13);font-family:var(--hsk-font);font-size:12px;font-weight:600;color:var(--hsk-chat-muted,#6b7280);cursor:pointer;user-select:none;line-height:28px}.hsk-cb-think-head:hover{color:var(--hsk-chat-text,#111827)}.hsk-cb-think-head--static{cursor:default}.hsk-cb-think-head--static:hover{color:var(--hsk-chat-muted,#6b7280)}.hsk-cb-think-spin{animation:hsk-think-spin 3s linear infinite}@keyframes hsk-think-spin{to{transform:rotate(360deg)}}.hsk-cb-think-chevron{font-size:9px;transition:transform .12s}.hsk-cb-think-chevron--open{transform:rotate(90deg)}.hsk-cb-think-body{margin-top:6px;padding:8px 12px;border-left:2px solid var(--hsk-chat-border,rgba(128,128,128,.25));color:var(--hsk-chat-muted,#4b5563);white-space:pre-wrap;line-height:1.5;font-family:var(--hsk-font);font-size:14px}.hsk-cb-stopped{display:flex;flex-direction:column;align-items:start;gap:8px;margin:10px 0 14px}.hsk-cb-stopped--empty{align-items:center;text-align:center;margin:22px auto 18px}.hsk-cb-stopped--empty .hsk-cb-stopped-label{text-align:center}.hsk-cb-stopped-dots{display:flex;gap:5px;margin-bottom:2px}.hsk-cb-stopped-dots i{width:5px;height:5px;border-radius:50%;background:var(--hsk-chat-muted,#888);opacity:.4}.hsk-cb-stopped-label{font-size:13px;line-height:1.5;color:var(--hsk-chat-muted,#888);font-family:var(--hsk-font);text-align:start}.hsk-cb-continue{display:inline-flex;align-items:center;gap:7px;padding:7px 14px;font-size:13px;font-weight:500;font-family:var(--hsk-font);color:var(--hsk-chat-text,#111);background:var(--hsk-chat-source-bg,rgba(0,0,0,.04));border:1px solid transparent;border-radius:999px;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.hsk-cb-continue:hover{border-color:var(--hsk-primary);color:var(--hsk-primary);background:transparent}.hsk-cb-continue svg{flex:none}[dir="rtl"] .hsk-cb-continue svg{transform:scaleX(-1)}@media (prefers-color-scheme:dark){.hsk-cb-continue{background:rgba(255,255,255,.06);color:#f0efed}.hsk-cb-continue:hover{background:transparent}}.hsk-sb-wrap{--hsk-bg:#ffffff;--hsk-border:#f1f3f4;--hsk-text:#1f1f1f;--hsk-muted:#5f6368;--hsk-hover:#f8f9fa;--hsk-drop-shadow:0 8px 30px rgba(0,0,0,.06);--hsk-primary:var(--chat-primary-color,#ff6a33);position:relative;width:100%;font-family:inherit}@media (prefers-color-scheme:dark){.hsk-sb-wrap{--hsk-bg:#0a0a0a;--hsk-border:#202124;--hsk-text:#e8eaed;--hsk-muted:#888;--hsk-hover:#1a1a1b;--hsk-drop-shadow:0 12px 40px rgba(0,0,0,.4)}}.hsk-sb-input{width:100%;padding:10px 16px 10px 40px;font-size:14px;border-radius:var(--hsk-border-radius,0);border:1.5px solid var(--hsk-border);outline:none;box-sizing:border-box;background:var(--hsk-bg);color:var(--hsk-text);transition:border-color .15s,box-shadow .15s;font-family:inherit}.hsk-sb-input::placeholder{color:var(--hsk-muted)}.hsk-sb-input:focus{border-color:var(--hsk-primary);box-shadow:0 0 0 3px rgba(255,106,51,.12)}.hsk-sb-icon{position:absolute;inset-inline-start:14px;top:50%;transform:translateY(-50%);color:var(--hsk-muted);pointer-events:none;display:flex;align-items:center}.hsk-sb-drop{position:absolute;top:calc(100%+6px);left:0;right:0;background:var(--hsk-bg);border:1px solid var(--hsk-border);border-radius:var(--hsk-border-radius,0);box-shadow:var(--hsk-drop-shadow);z-index:9999;overflow:hidden;padding:6px 0}.hsk-sb-row{display:flex;align-items:center;gap:12px;padding:9px 16px;cursor:pointer;transition:background .1s}.hsk-sb-row:hover{background:var(--hsk-hover)}.hsk-sb-row-icon{color:var(--hsk-muted);flex-shrink:0;display:flex;align-items:center}.hsk-sb-row-thumb{width:38px;height:38px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--hsk-muted);background:var(--hsk-hover);border-radius:var(--hsk-border-radius,0);overflow:hidden}.hsk-sb-row-thumb img{width:100%;height:100%;object-fit:cover;display:block}.hsk-sb-row-body{flex:1;min-width:0}.hsk-sb-row-title{font-size:13px;font-weight:500;color:var(--hsk-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.hsk-sb-row-sub{font-size:11px;color:var(--hsk-muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hsk-sb-empty{padding:14px 16px;font-size:13px;color:var(--hsk-muted)}.hsk-sb-loading-bar{height:2px;background:linear-gradient(90deg,transparent,var(--hsk-primary),transparent);background-size:200% 100%;animation:hsk-sweep .9s linear infinite;position:absolute;top:0;left:0;right:0}@keyframes hsk-sweep{0%{background-position:200% 0}100%{background-position:-200% 0}}.hsk-sb-fade{animation:hsk-fin .1s ease-out both}@keyframes hsk-fin{from{opacity:0;transform:translateY(3px)}to{opacity:1;transform:none}}.hsk-sb-skeleton-row{display:flex;align-items:center;gap:12px;padding:9px 16px}.hsk-sb-skeleton-icon{width:38px;height:38px;background:var(--hsk-hover,rgba(0,0,0,.05));border-radius:var(--hsk-border-radius,0);flex-shrink:0;animation:hsk-pulse 1.5s ease-in-out infinite}.hsk-sb-skeleton-text1{height:12px;background:var(--hsk-hover,rgba(0,0,0,.05));border-radius:3px;width:60%;animation:hsk-pulse 1.5s ease-in-out infinite}.hsk-sb-skeleton-text2{height:8px;background:var(--hsk-hover,rgba(0,0,0,.05));border-radius:2px;width:35%;margin-top:5px;animation:hsk-pulse 1.5s ease-in-out infinite}@keyframes hsk-pulse{0%,100%{opacity:.6}50%{opacity:1}}.hsk-sp-btn{--hsk-primary:var(--chat-primary-color,#ff6a33);display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--hsk-border-radius,0);border:1px solid var(--hsk-sp-border,rgba(255,106,51,.35));background:var(--hsk-sp-bg,rgba(255,106,51,.08));color:var(--hsk-primary);cursor:pointer;font-size:15px;line-height:1;transition:background .15s,border-color .15s,transform .12s;flex-shrink:0;padding:0}.hsk-sp-btn:hover{background:rgba(255,106,51,.18);border-color:rgba(255,106,51,.7);transform:scale(1.1)}.hsk-sp-btn:active{transform:scale(.92)}.hsk-sp-backdrop{position:fixed;inset:0;width:100vw;height:100vh;min-height:100dvh;z-index:2147483647 !important;display:flex;align-items:center;justify-content:center;padding:24px;animation:hsk-bd-in .2s ease-out both;background:var(--hsk-chat-bg,#ffffff) !important;box-sizing:border-box}@keyframes hsk-bd-in{from{opacity:0}to{opacity:1}}.hsk-sp-card{--hsk-primary:var(--chat-primary-color,#ff6a33);width:100%;max-width:600px;border-radius:var(--hsk-border-radius,0);overflow:hidden;animation:hsk-card-in .24s cubic-bezier(.34,1.36,.64,1) both;flex-shrink:0;background:var(--hsk-modal-card-bg,#ffffff);border:1px solid var(--hsk-modal-card-border,#f1f3f4);box-shadow:0 32px 80px rgba(0,0,0,.08),0 2px 8px rgba(0,0,0,.04);display:flex;flex-direction:column}.hsk-sp-card.hsk-sp-fullscreen{max-width:1000px;width:90vw;height:85vh;max-height:800px}@media (max-width:768px){.hsk-sp-backdrop{padding:0}.hsk-sp-card.hsk-sp-fullscreen{width:100vw;height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;border:none;border-radius:0}}@keyframes hsk-card-in{from{opacity:0;transform:scale(.96) translateY(-12px)}to{opacity:1;transform:scale(1) translateY(0)}}.hsk-sp-header{display:flex;align-items:center;gap:10px;padding:18px 20px 14px;border-bottom:1px solid var(--hsk-modal-divide,#f1f3f4);flex-shrink:0}.hsk-sp-header-icon{font-size:18px;color:var(--hsk-primary);flex-shrink:0;display:flex;align-items:center}.hsk-sp-header-body{flex:1;min-width:0}.hsk-sp-header-title{font-size:14px;font-weight:600;color:var(--hsk-modal-text,#1f1f1f);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hsk-sp-header-sub{font-size:11px;color:var(--hsk-modal-muted,#5f6368);margin-top:2px}.hsk-sp-close{width:30px;height:30px;border-radius:var(--hsk-border-radius,0);border:1px solid var(--hsk-modal-divide,#f1f3f4);background:none;color:var(--hsk-modal-muted,#5f6368);cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;transition:all .15s;flex-shrink:0}.hsk-sp-close:hover{border-color:var(--hsk-primary);color:var(--hsk-primary)}.hsk-sp-bar{height:2px;background:linear-gradient(90deg,transparent 0,var(--hsk-primary) 40%,#ffaa80 60%,transparent 100%);background-size:200% 100%;animation:hsk-bar .9s linear infinite;flex-shrink:0}@keyframes hsk-bar{0%{background-position:200% 0}100%{background-position:-200% 0}}.hsk-sp-body{display:flex;flex:1;overflow:hidden}.hsk-sp-details-pane{flex:1;overflow-y:auto;padding:24px;border-right:1px solid var(--hsk-modal-divide,#f1f3f4);display:flex;flex-direction:column;gap:20px}.hsk-sp-chat-pane{flex:1.2;display:flex;flex-direction:column;background:var(--hsk-chat-bg,#ffffff)}.hsk-sp-product-profile{display:flex;gap:20px}@media (max-width:480px){.hsk-sp-product-profile{flex-direction:column}}.hsk-sp-details-imgwrap{width:140px;height:140px;flex-shrink:0;border:1px solid var(--hsk-modal-divide,#f1f3f4);background:#ffffff;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:var(--hsk-border-radius,0)}.hsk-sp-details-imgwrap img{max-width:100%;max-height:100%;object-fit:contain}.hsk-sp-details-meta{flex:1;display:flex;flex-direction:column;gap:6px}.hsk-sp-details-name{font-size:20px;font-weight:700;color:var(--hsk-modal-text,#1f1f1f);margin:0;line-height:1.3}.hsk-sp-details-desc{margin-top:12px}.hsk-sp-details-desc h4{font-size:13px;font-weight:600;color:var(--hsk-modal-text,#1f1f1f);margin:0 0 4px 0}.hsk-sp-details-desc p{font-size:13px;line-height:1.5;color:var(--hsk-modal-muted,#5f6368);margin:0}.hsk-sp-similar-section{border-top:1px solid var(--hsk-modal-divide,#f1f3f4);padding-top:20px}.hsk-sp-similar-section h3{font-size:14px;font-weight:600;color:var(--hsk-modal-text,#1f1f1f);margin:0 0 12px 0}.hsk-sp-results{padding:10px 0;display:flex;flex-direction:row;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.hsk-sp-empty{padding:40px;text-align:center;font-size:13px;color:var(--hsk-modal-muted,#999)}.hsk-sp-item{display:flex;flex-direction:column;gap:10px;padding:12px;border-radius:var(--hsk-border-radius,0);border:1px solid var(--hsk-modal-item-border,#f1f3f4);background:var(--hsk-modal-item-bg,#f8f9fa);animation:hsk-toast-up .28s cubic-bezier(.22,.68,0,1.2) both;overflow:hidden;flex:0 0 170px;scroll-snap-align:start}@keyframes hsk-toast-up{from{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.hsk-sp-img-wrap{width:100%;height:120px;border-radius:var(--hsk-border-radius,0);background:#fff;border:1px solid var(--hsk-modal-divide,#f1f3f4);flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:6px}.hsk-sp-img-wrap img{max-width:100%;max-height:100%;object-fit:contain}.hsk-sp-img-placeholder{font-size:26px}.hsk-sp-item-body{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between;gap:6px}.hsk-sp-item-name{font-size:13px;font-weight:600;color:var(--hsk-modal-text,#1f1f1f);line-height:1.35;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hsk-sp-item-cat{font-size:11px;font-weight:600;color:var(--hsk-primary);text-transform:uppercase;letter-spacing:.05em}.hsk-sp-item-price-row{display:flex;align-items:baseline;gap:4px;margin-top:2px;flex-wrap:wrap}.hsk-sp-item-price{font-size:15px;font-weight:700;color:var(--hsk-modal-text,#1f1f1f)}.hsk-sp-item-currency{font-size:11px;color:var(--hsk-modal-muted,#5f6368)}.hsk-sp-actions{display:flex;gap:6px;margin-top:auto}.hsk-sp-action{flex:1;padding:6px 8px;border-radius:var(--hsk-border-radius,0);font-size:11px;font-weight:600;cursor:pointer;border:1px solid transparent;transition:all .15s;text-align:center;font-family:inherit}.hsk-sp-action-primary{background:var(--hsk-primary);color:#fff;border-color:var(--hsk-primary)}.hsk-sp-action-primary:hover{opacity:.88}.hsk-sp-action-secondary{background:var(--hsk-action-sec-bg,#f1f3f4);color:var(--hsk-modal-muted,#5f6368);border-color:var(--hsk-modal-divide,#f1f3f4)}.hsk-sp-action-secondary:hover{background:var(--hsk-action-sec-bg-hover,#e8eaed);color:var(--hsk-modal-text,#1f1f1f)}.hsk-sp-footer{padding:12px 20px;border-top:1px solid var(--hsk-modal-divide,#f1f3f4);display:flex;align-items:center;gap:8px;flex-shrink:0}.hsk-sp-badge{font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--hsk-primary);background:rgba(255,106,51,.1);border:1px solid rgba(255,106,51,.25);padding:2px 8px;border-radius:var(--hsk-border-radius,0)}.hsk-sp-esc{font-size:11px;color:var(--hsk-modal-muted,#5f6368);margin-inline-start:auto}@media (max-width:768px){.hsk-cb-overlay{--hsk-font-size:var(--hsk-mobile-font-size,14px) !important;position:fixed !important;inset:0 !important;top:0 !important;left:0 !important;right:0 !important;width:100vw !important;height:100% !important;height:var(--hsk-vvh,100dvh) !important;min-height:0 !important;z-index:2147483647 !important;display:flex !important;flex-direction:column !important;overflow:hidden !important;overscroll-behavior:contain !important;background:var(--hsk-chat-bg,#0a0a0a) !important;box-sizing:border-box !important}.hsk-cb-panel{position:relative !important;height:100% !important;width:100% !important;max-width:100% !important;margin:0 !important;display:flex !important;flex-direction:column !important;overflow:hidden !important;border-radius:0 !important;background:var(--hsk-chat-bg,#0a0a0a) !important;box-sizing:border-box !important}.hsk-cb-main{flex:1 1 auto !important;height:100% !important;min-height:0 !important;display:flex !important;flex-direction:column !important;justify-content:space-between !important;overflow:hidden !important;background:var(--hsk-chat-bg,#0a0a0a) !important;box-sizing:border-box !important}.hsk-cb-topbar{padding:14px 14px 8px !important}.hsk-cb-msgs{flex:1 1 auto !important;min-height:0 !important;overflow-y:auto !important;-webkit-overflow-scrolling:touch !important;padding:10px 14px 0 !important}.hsk-cb-empty{flex:1 1 auto !important;min-height:0 !important;justify-content:center !important;padding:16px 4px !important}.hsk-cb-input-box{grid-template-columns:auto 1fr auto auto}.hsk-cb-input-box>.hsk-cb-attach-btn,.hsk-cb-input-box>.hsk-cb-voice-mode-btn{display:none}.hsk-cb-input-box>.hsk-cb-field{grid-column:2}.hsk-cb-input-box>.hsk-cb-mic-btn{grid-column:3}.hsk-cb-input-box>.hsk-cb-send,.hsk-cb-input-box>.hsk-chat-send{grid-column:4}.hsk-cb-tools-toggle{display:flex;grid-column:1;grid-row:1;width:36px;height:36px;align-items:center;justify-content:center;flex-shrink:0;padding:0;border:none;border-radius:12px;background:var(--hsk-chat-subtle,rgba(0,0,0,.045));color:var(--hsk-chat-muted,#6b7280);cursor:pointer;transition:transform .26s cubic-bezier(.34,1.56,.64,1),background-color .2s ease}.hsk-cb-tools-toggle--open{transform:rotate(45deg);background:var(--hsk-chat-divide,rgba(0,0,0,.09))}.hsk-cb-toolsheet-wrap,.hsk-cb-toolsheet-scrim{display:block}.hsk-cb-toolsheet-item{display:flex}.hsk-cb-input-box[data-expanded="true"]>.hsk-cb-tools-toggle{grid-row:2}.hsk-cb-ai-msg--inline{display:block !important;padding-inline-end:34px}.hsk-cb-hello-avatar{display:none !important}.hsk-cb-hello-wrap{align-items:center !important;text-align:center !important;gap:3px !important;max-width:30ch;margin-inline:auto}.hsk-cb-hello{font-size:21px !important;font-weight:600 !important;letter-spacing:-.015em;color:var(--hsk-chat-muted,#8b8b8f) !important;text-align:center !important}.hsk-cb-hello-lead,.hsk-cb-hello-ask{font-size:14px !important;font-weight:400 !important;text-align:center !important;color:color-mix(in srgb,var(--hsk-chat-muted,#8b8b8f) 78%,transparent) !important}.hsk-cb-onboarding-head{justify-content:flex-end !important;margin-bottom:12px !important}.hsk-cb-hello{font-size:clamp(26px,6.8vw,36px) !important;font-weight:600 !important;line-height:1.22 !important;letter-spacing:-0.025em !important}.hsk-cb-hello-lead{font-size:15px !important;line-height:1.45 !important;color:var(--hsk-chat-muted,#71717a) !important;margin-top:4px !important}.hsk-cb-doodles{opacity:.92 !important}.hsk-cb-input-wrap{margin-top:auto !important;flex-shrink:0 !important;--hsk-composer-pad-top:8px;--hsk-composer-pad-x:14px;padding:8px 14px !important;padding-bottom:max(12px,env(safe-area-inset-bottom)) !important;background:var(--hsk-chat-bg,#0a0a0a) !important;position:relative !important;z-index:10 !important}.hsk-cb-attach-btn,.hsk-cb-mic-btn,.hsk-cb-send,.hsk-chat-send{width:32px !important;height:32px !important;border-radius:8px !important}.hsk-cb-attach-btn svg,.hsk-cb-mic-btn svg,.hsk-cb-send svg,.hsk-chat-send svg{width:15px !important;height:15px !important}.hsk-sp-backdrop.hsk-sp-mobile-view{position:fixed !important;top:0 !important;left:0 !important;right:0 !important;bottom:auto !important;width:100vw !important;height:var(--hsk-vvh,100dvh) !important;min-height:0 !important;z-index:2147483647 !important;display:flex !important;flex-direction:column !important;overflow:hidden !important;overscroll-behavior:contain !important;background:var(--hsk-chat-bg,#0a0a0a) !important;padding:0 !important;box-sizing:border-box !important}.hsk-sp-card.hsk-sp-mobile-card{position:relative !important;width:100% !important;height:100% !important;max-width:100% !important;margin:0 !important;display:flex !important;flex-direction:column !important;justify-content:space-between !important;overflow:hidden !important;border-radius:0 !important;background:var(--hsk-chat-bg,#0a0a0a) !important;box-sizing:border-box !important}.hsk-sp-body{flex:1 1 auto !important;min-height:0 !important;display:flex !important;flex-direction:column !important;overflow-y:auto !important;-webkit-overflow-scrolling:touch !important;background:var(--hsk-chat-bg,#0a0a0a) !important}.hsk-cb-input-box{padding:10px 10px 10px 14px}.hsk-cb-user-bubble{max-width:85%}.hsk-sp-footer{padding:8px 12px}}@media (prefers-color-scheme:dark){.hsk-sp-backdrop{background:#000000 !important}.hsk-sp-card{--hsk-modal-card-bg:#0a0a0a;--hsk-modal-card-border:#202124;--hsk-modal-text:#e8eaed;--hsk-modal-muted:#888;--hsk-action-sec-bg:#202124;--hsk-action-sec-bg-hover:#2d2f34}.hsk-sp-details-imgwrap{background:#202124;border-color:#202124}.hsk-sp-img-wrap{background:#202124;border-color:#202124}.hsk-sp-chat-pane{background:var(--hsk-chat-bg,#0a0a0a)}}@media (prefers-color-scheme:light){.hsk-sp-backdrop{background:#ffffff !important}}.hsk-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:12px 0 8px;width:100%;max-width:100%;min-width:0;border-radius:0;padding:0 0 6px;background:transparent;box-shadow:none;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:var(--hsk-chat-divide,rgba(0,0,0,.2)) transparent;cursor:grab;user-select:auto;transition:mask-image .15s ease,-webkit-mask-image .15s ease}.hsk-table-wrapper.is-dragging{cursor:grabbing;user-select:none}.hsk-table-wrapper::-webkit-scrollbar{height:5px}.hsk-table-wrapper::-webkit-scrollbar-track{background:transparent}.hsk-table-wrapper::-webkit-scrollbar-thumb{background:var(--hsk-chat-divide,rgba(0,0,0,.25));border-radius:4px}.hsk-table-wrapper::-webkit-scrollbar-thumb:hover{background:var(--hsk-chat-muted,rgba(0,0,0,.5))}.hsk-cb-ai-text .hsk-markdown-p{margin:0 0 10px}.hsk-cb-ai-text .hsk-markdown-p:last-child{margin-bottom:0}.hsk-cb-ai-text .hsk-markdown-list{margin:0 0 10px;padding-inline-start:1.2em}.hsk-cb-ai-text .hsk-markdown-list:last-child{margin-bottom:0}.hsk-cb-ai-text .hsk-markdown-ul{list-style:disc outside}.hsk-cb-ai-text .hsk-markdown-ol{list-style:decimal outside}.hsk-cb-ai-text .hsk-markdown-list li{margin:0 0 7px;padding-left:3px;line-height:1.5}.hsk-cb-ai-text .hsk-markdown-list li:last-child{margin-bottom:0}.hsk-cb-ai-text .hsk-markdown-list li::marker{color:var(--hsk-primary,#ff6a33)}.hsk-cb-ai-text .hsk-markdown-h1,.hsk-cb-ai-text .hsk-markdown-h2,.hsk-cb-ai-text .hsk-markdown-h3{margin:14px 0 7px;font-weight:650;line-height:1.3;letter-spacing:-0.01em}.hsk-cb-ai-text .hsk-markdown-h1{font-size:1.09em}.hsk-cb-ai-text .hsk-markdown-h2{font-size:1.03em}.hsk-cb-ai-text .hsk-markdown-h3{font-size:1em}.hsk-cb-ai-text>:first-child{margin-top:0}.hsk-markdown-table{width:max-content;min-width:100%;border-collapse:collapse;border-spacing:0;text-align:start;font-size:13px;background:transparent;margin:0;border:none;font-variant-numeric:tabular-nums}.hsk-markdown-table th{padding:8px 16px 6px 16px;vertical-align:bottom;line-height:1.35;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;color:var(--hsk-chat-muted,rgba(0,0,0,.55));border-bottom:1px solid var(--hsk-chat-divide,rgba(0,0,0,.1));background:transparent !important}.hsk-markdown-table td{padding:8px 16px 8px 16px;vertical-align:middle;line-height:1.45;font-size:13px;white-space:nowrap;color:var(--hsk-chat-text,inherit);border-bottom:.5px solid var(--hsk-chat-divide,rgba(0,0,0,.06));background:transparent !important}.hsk-markdown-table th:first-child,.hsk-markdown-table td:first-child{padding-inline-start:0;font-weight:590;white-space:normal;max-width:280px;min-width:150px;line-height:1.35}.hsk-markdown-table th:last-child,.hsk-markdown-table td:last-child{padding-inline-end:0}.hsk-markdown-table tbody tr:last-child td{border-bottom:none}.hsk-markdown-table td *{color:inherit}.hsk-markdown-table .hsk-markdown-link{display:inline-flex;align-items:center;padding:2px 8px;background-color:var(--hsk-chat-source-bg,rgba(0,0,0,.04));border:1px solid var(--hsk-chat-divide,rgba(0,0,0,.08));color:var(--hsk-primary,#ff6a33);font-size:12px;font-weight:500;border-radius:6px;text-decoration:none !important;margin:2px 0;transition:opacity .15s ease}.hsk-markdown-table .hsk-markdown-link:hover{opacity:.8}@media (prefers-color-scheme:dark){.hsk-markdown-table th{color:var(--hsk-chat-muted,rgba(255,255,255,.5));border-bottom-color:var(--hsk-chat-divide,rgba(255,255,255,.1))}.hsk-markdown-table td{color:var(--hsk-chat-text,#f0efed);border-bottom-color:var(--hsk-chat-divide,rgba(255,255,255,.06))}}.hsk-markdown-link{color:var(--hsk-primary,#ff6a33);text-decoration:underline;text-underline-offset:2px}.hsk-markdown-code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace,var(--hsk-font);font-size:.85em;background-color:rgba(128,128,128,.15);padding:.2em .4em;border-radius:var(--hsk-border-radius,0);color:inherit;word-break:break-word}.hsk-markdown-img-block{margin:8px 0;line-height:0}.hsk-markdown-img{display:block;max-width:100%;width:auto;max-height:220px;border-radius:10px;box-shadow:0 2px 12px rgba(0,0,0,.18);object-fit:cover;background:rgba(128,128,128,.08)}.hsk-sp-item-original-price{font-size:12px;text-decoration:line-through;color:var(--hsk-modal-muted,#888);margin-left:6px}.hsk-sp-item-discount{font-size:11px;font-weight:600;color:#10b981;margin-left:6px}.hsk-sp-item-meta-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.hsk-sp-meta-badge{font-size:11px;font-weight:500;padding:3px 8px;border-radius:var(--hsk-border-radius,0);background:var(--hsk-modal-item-bg,#f8f9fa);border:1px solid var(--hsk-modal-divide,#f1f3f4);color:var(--hsk-modal-muted,#5f6368)}.hsk-sp-meta-badge-rating{color:#f59e0b;background:rgba(245,158,11,.08);border-color:rgba(245,158,11,.2)}.hsk-sp-meta-badge-avail.in-stock{color:#10b981;background:rgba(16,185,129,.08);border-color:rgba(16,185,129,.2)}.hsk-sp-meta-badge-avail.out-stock{color:#ef4444;background:rgba(239,68,68,.08);border-color:rgba(239,68,68,.2)}.hsk-sp-item-brand{font-size:11px;font-weight:700;color:var(--hsk-modal-muted,#888);text-transform:uppercase;letter-spacing:.05em;margin-bottom:-2px}.hsk-chat-widget::-webkit-scrollbar,.hsk-sp-card::-webkit-scrollbar,.hsk-cb-msgs::-webkit-scrollbar,.hsk-sp-details-pane::-webkit-scrollbar,.hsk-sp-results::-webkit-scrollbar,.hsk-chat-messages::-webkit-scrollbar{width:3px;height:3px}.hsk-chat-widget::-webkit-scrollbar-track,.hsk-sp-card::-webkit-scrollbar-track,.hsk-cb-msgs::-webkit-scrollbar-track,.hsk-sp-details-pane::-webkit-scrollbar-track,.hsk-sp-results::-webkit-scrollbar-track,.hsk-chat-messages::-webkit-scrollbar-track{background:transparent}.hsk-chat-widget::-webkit-scrollbar-thumb,.hsk-sp-card::-webkit-scrollbar-thumb,.hsk-cb-msgs::-webkit-scrollbar-thumb,.hsk-sp-details-pane::-webkit-scrollbar-thumb,.hsk-sp-results::-webkit-scrollbar-thumb,.hsk-chat-messages::-webkit-scrollbar-thumb{background:rgba(0,0,0,.06);border-radius:99px;transition:background .2s ease}.hsk-chat-widget::-webkit-scrollbar-thumb:hover,.hsk-cb-msgs::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.15)}@media (prefers-color-scheme:dark){.hsk-chat-widget::-webkit-scrollbar-thumb,.hsk-sp-card::-webkit-scrollbar-thumb,.hsk-cb-msgs::-webkit-scrollbar-thumb,.hsk-sp-details-pane::-webkit-scrollbar-thumb,.hsk-sp-results::-webkit-scrollbar-thumb,.hsk-chat-messages::-webkit-scrollbar-thumb{background:rgba(255,255,255,.08)}.hsk-chat-widget::-webkit-scrollbar-thumb:hover,.hsk-cb-msgs::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.2)}}.hsk-sp-details-pane,.hsk-sp-results,.hsk-chat-messages{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.06) transparent}@media (prefers-color-scheme:dark){.hsk-sp-details-pane,.hsk-sp-results,.hsk-chat-messages{scrollbar-color:rgba(255,255,255,.08) transparent}}.hsk-sp-specs-horizontal{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.hsk-sp-spec-item-horizontal{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:var(--hsk-modal-item-bg,#f8f9fa);border:1px solid var(--hsk-modal-divide,#f1f3f4);border-radius:var(--hsk-border-radius,0);font-size:11px}.hsk-sp-spec-label-horizontal{font-weight:500;color:var(--hsk-modal-muted,#888)}.hsk-sp-spec-value-horizontal{font-weight:600;color:var(--hsk-modal-text,#1f1f1f)}@media (prefers-color-scheme:dark){.hsk-sp-spec-item-horizontal{background:#1a1a1b;border-color:#202124}}.hsk-cb-phone-form{display:flex;flex-direction:column;gap:8px;margin-top:8px}.hsk-cb-phone-label{font-size:.875rem;color:var(--hsk-chat-text,#111);margin:0}.hsk-cb-phone-input{width:100%;box-sizing:border-box;padding:8px 12px;border:1px solid var(--hsk-chat-divide,rgba(0,0,0,.12));border-radius:var(--hsk-border-radius,0);background:var(--hsk-chat-input-bg,rgba(0,0,0,.04));color:var(--hsk-chat-text,#111);font-size:.9rem;outline:none;transition:border-color .15s}.hsk-cb-phone-input::placeholder{color:var(--hsk-chat-muted,#888)}.hsk-cb-phone-input:focus{border-color:var(--hsk-primary,#ff6a33)}.hsk-cb-phone-submit{align-self:flex-start;padding:8px 16px;border:1px solid var(--hsk-chat-divide,rgba(0,0,0,.12));border-radius:var(--hsk-border-radius,0);background:transparent;color:var(--hsk-chat-text,#111);font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.hsk-cb-phone-submit:hover{border-color:var(--hsk-primary,#ff6a33);color:var(--hsk-primary,#ff6a33)}.hsk-cb-main{flex:1;min-width:0;display:flex;flex-direction:column;height:100%;overflow:hidden}@keyframes hsk-fade-in-up{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hsk-action-pills{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px;animation:hsk-fade-in-up .35s ease .1s both}.hsk-action-pill{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border-radius:20px;border:1px solid var(--hsk-chat-divide,rgba(0,0,0,.12));background:var(--hsk-pill-bg,rgba(255,255,255,.8));color:var(--hsk-chat-text,#1f1f1f);font-size:12px;font-weight:500;cursor:pointer;font-family:inherit;transition:all .15s;white-space:nowrap;backdrop-filter:blur(4px)}.hsk-action-pill:hover:not(:disabled){border-color:var(--hsk-primary,#ff6a33);background:color-mix(in srgb,var(--hsk-primary,#ff6a33) 8%,transparent);color:var(--hsk-primary,#ff6a33);transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.08)}.hsk-action-pill:disabled{opacity:.4;cursor:not-allowed}.hsk-pill-emoji{font-size:13px;line-height:1}@media (prefers-color-scheme:dark){.hsk-action-pill{--hsk-pill-bg:rgba(40,40,42,.85);border-color:rgba(255,255,255,.1);color:var(--hsk-chat-text,#e8eaed)}}[data-hsk-theme="dark"] .hsk-action-pill{--hsk-pill-bg:rgba(40,40,42,.85);border-color:rgba(255,255,255,.1);color:var(--hsk-chat-text,#e8eaed)}.hsk-sp-tabs-mobile{display:none}@media (max-width:768px){.hsk-sp-tabs-mobile{display:flex;border-bottom:1px solid var(--hsk-modal-divide,#f1f3f4);background:var(--hsk-modal-card-bg,#ffffff);flex-shrink:0}.hsk-sp-tab-btn{flex:1;padding:12px 8px;background:none;border:none;border-bottom:2px solid transparent;font-size:13px;font-weight:600;color:var(--hsk-modal-muted,#5f6368);cursor:pointer;text-align:center;transition:all .15s;font-family:inherit}.hsk-sp-tab-btn.active{color:var(--hsk-primary);border-bottom-color:var(--hsk-primary)}.hsk-sp-pane-hidden-mobile{display:none !important}.hsk-sp-details-pane,.hsk-sp-chat-pane{flex:1 !important;height:100% !important;max-height:none !important}}@media (max-width:768px){.hsk-sp-header-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.hsk-sp-header-specs-btn{flex-shrink:0;padding:4px 10px;font-size:11px;font-weight:600;color:var(--hsk-modal-muted,#5f6368);background:var(--hsk-action-sec-bg,#f1f3f4);border:1px solid var(--hsk-modal-divide,#f1f3f4);border-radius:20px;cursor:pointer;font-family:inherit;transition:all .2s ease}.hsk-sp-header-specs-btn:hover{background:var(--hsk-action-sec-bg-hover,#e8eaed);color:var(--hsk-primary)}.hsk-sp-mobile-attachment-deck{margin-top:10px;display:flex;flex-direction:column;gap:10px;width:100%}.hsk-sp-mobile-main-card{display:flex;align-items:center;gap:12px;padding:10px 12px;background:var(--hsk-modal-item-bg,#f8f9fa);border:1px solid var(--hsk-modal-divide,#f1f3f4);border-radius:8px;width:100%;box-sizing:border-box}.hsk-sp-mobile-main-card-img{width:44px;height:44px;flex-shrink:0;border:1px solid var(--hsk-modal-divide,#f1f3f4);border-radius:6px;background:#ffffff;display:flex;align-items:center;justify-content:center;padding:3px;overflow:hidden}.hsk-sp-mobile-main-card-img img{max-width:100%;max-height:100%;object-fit:contain}.hsk-sp-mobile-main-card-info{flex:1;min-width:0}.hsk-sp-mobile-main-card-brand{font-size:9px;font-weight:700;color:var(--hsk-modal-muted,#888);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hsk-sp-mobile-main-card-name{font-size:13px;font-weight:600;color:var(--hsk-modal-text,#1f1f1f);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:1px}.hsk-sp-mobile-main-card-price{font-size:12px;font-weight:700;color:var(--hsk-primary);margin-top:1px}.hsk-sp-mobile-main-card-specs-btn{padding:5px 10px;font-size:11px;font-weight:600;color:var(--hsk-primary);background:transparent;border:1px solid var(--hsk-primary);border-radius:4px;cursor:pointer;font-family:inherit;transition:all .2s ease}.hsk-sp-mobile-main-card-specs-btn:hover{background:var(--hsk-primary);color:#ffffff}.hsk-sp-mobile-similar-carousel-inline{display:flex;flex-direction:column;gap:6px;width:100%}.hsk-sp-mobile-similar-carousel-title{font-size:10px;font-weight:700;color:var(--hsk-modal-muted,#888);text-transform:uppercase;letter-spacing:.05em;padding-left:2px}.hsk-sp-mobile-similar-carousel-list{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:2px}.hsk-sp-mobile-similar-carousel-list::-webkit-scrollbar{display:none}.hsk-sp-mobile-similar-carousel-item{flex:0 0 160px;display:flex;align-items:center;gap:8px;padding:6px 8px;background:var(--hsk-modal-item-bg,#f8f9fa);border:1px solid var(--hsk-modal-divide,#f1f3f4);border-radius:6px;cursor:pointer;box-sizing:border-box;transition:transform .15s ease,border-color .15s ease}.hsk-sp-mobile-similar-carousel-item:hover{border-color:var(--hsk-primary)}.hsk-sp-mobile-similar-carousel-img{width:32px;height:32px;flex-shrink:0;border-radius:4px;background:#ffffff;border:1px solid var(--hsk-modal-divide,#f1f3f4);display:flex;align-items:center;justify-content:center;padding:2px;overflow:hidden}.hsk-sp-mobile-similar-carousel-img img{max-width:100%;max-height:100%;object-fit:contain}.hsk-sp-mobile-similar-carousel-meta{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.hsk-sp-mobile-similar-carousel-name{font-size:11px;font-weight:600;color:var(--hsk-modal-text,#1f1f1f);line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hsk-sp-mobile-similar-carousel-price{font-size:10px;font-weight:700;color:var(--hsk-primary);margin-top:1px}.hsk-sp-mobile-chat-container{flex:1;display:flex;flex-direction:column;overflow:hidden;background:var(--hsk-chat-bg,#ffffff)}.hsk-sp-mobile-specs-overlay{position:fixed;inset:0;z-index:100000;background:rgba(0,0,0,.4);display:flex;align-items:flex-end;animation:hsk-bd-in .2s ease-out}.hsk-sp-mobile-specs-drawer{width:100%;background:var(--hsk-modal-card-bg,#ffffff);border-top-left-radius:12px;border-top-right-radius:12px;max-height:70vh;display:flex;flex-direction:column;animation:hsk-drawer-in .25s cubic-bezier(0,0,.2,1);box-shadow:0 -8px 24px rgba(0,0,0,.15)}@keyframes hsk-drawer-in{from{transform:translateY(100%)}to{transform:translateY(0)}}.hsk-sp-mobile-specs-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid var(--hsk-modal-divide,#f1f3f4)}.hsk-sp-mobile-specs-header h3{margin:0;font-size:14px;font-weight:700;color:var(--hsk-modal-text,#1f1f1f)}.hsk-sp-mobile-specs-header button{background:none;border:none;font-size:12px;font-weight:600;color:var(--hsk-primary);cursor:pointer;font-family:inherit}.hsk-sp-mobile-specs-body{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:16px}.hsk-sp-mobile-specs-title{font-size:15px;font-weight:700;color:var(--hsk-modal-text,#1f1f1f);margin:0}.hsk-sp-mobile-specs-desc h5,.hsk-sp-mobile-specs-list h5{margin:0 0 6px 0;font-size:11px;font-weight:700;color:var(--hsk-modal-muted,#888);text-transform:uppercase;letter-spacing:.05em}.hsk-sp-mobile-specs-desc p{margin:0;font-size:13px;line-height:1.5;color:var(--hsk-modal-text,#333)}.hsk-sp-mobile-specs-list{display:flex;flex-direction:column;gap:8px}.hsk-sp-mobile-spec-row{display:flex;justify-content:space-between;padding:8px 10px;background:var(--hsk-modal-item-bg,#f8f9fa);border:1px solid var(--hsk-modal-divide,#f1f3f4);border-radius:var(--hsk-border-radius,4px);font-size:12px;gap:12px}.hsk-sp-mobile-spec-label{color:var(--hsk-modal-muted,#5f6368);font-weight:500}.hsk-sp-mobile-spec-value{color:var(--hsk-modal-text,#1f1f1f);font-weight:600;text-align:right}}@media (prefers-color-scheme:dark){.hsk-sp-mobile-main-card{background:#0a0a0a !important}.hsk-sp-mobile-main-card-img{background:#1a1a1b !important}.hsk-sp-mobile-similar-carousel-item{background:#0a0a0a !important}.hsk-sp-mobile-similar-carousel-img{background:#1a1a1b !important}.hsk-sp-mobile-specs-drawer{background:#0a0a0a !important}.hsk-sp-mobile-spec-row{background:#1a1a1b !important}}.kiku-voice-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;background:transparent;color:var(--hsk-text-muted,#888);cursor:pointer;transition:color .2s,background .2s;flex-shrink:0}.kiku-voice-btn:hover{background:var(--hsk-hover-bg,rgba(0,0,0,.06));color:var(--hsk-primary,#6c47ff)}.kiku-voice-btn--active{color:#ef4444;background:rgba(239,68,68,.1)}.kiku-voice-btn:disabled{opacity:.4;cursor:not-allowed}.kiku-voice-ripple{position:absolute;inset:-4px;border-radius:50%;border:2px solid #ef4444;animation:kiku-voice-pulse 1.2s ease-out infinite;pointer-events:none}@keyframes kiku-voice-pulse{0%{transform:scale(1);opacity:1}100%{transform:scale(1.6);opacity:0}}.kiku-vs-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;background:transparent;color:var(--hsk-text-muted,#888);cursor:pointer;transition:color .2s,background .2s;flex-shrink:0}.kiku-vs-btn:hover{background:var(--hsk-hover-bg,rgba(0,0,0,.06));color:var(--hsk-primary,#6c47ff)}.kiku-vs-btn--loading{opacity:.6;pointer-events:none}@keyframes kiku-vs-rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.kiku-vs-spin{animation:kiku-vs-rotate .8s linear infinite}.kiku-style-tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.kiku-style-tag{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;border-radius:99px;background:var(--hsk-primary-alpha,rgba(108,71,255,.1));color:var(--hsk-primary,#6c47ff);font-size:11px;font-weight:500;white-space:nowrap}.kiku-vs-preview-banner{display:flex;align-items:center;gap:10px;padding:10px 14px;background:var(--hsk-surface,#f9f9f9);border-radius:10px;margin-bottom:12px;border:1px solid var(--hsk-border,#e5e5e5)}.kiku-vs-preview-img{width:44px;height:44px;object-fit:cover;border-radius:8px;flex-shrink:0}.kiku-vs-preview-info{flex:1;min-width:0}.kiku-vs-preview-label{font-size:11px;color:var(--hsk-text-muted,#888);margin-bottom:2px}.kiku-vs-preview-palette{font-size:13px;font-weight:600;color:var(--hsk-text,#1a1a1a);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kiku-voice-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;background:transparent;color:var(--hsk-text-muted,#888);cursor:pointer;transition:color .2s,background .2s;flex-shrink:0}.kiku-voice-btn:hover{background:var(--hsk-hover-bg,rgba(0,0,0,.06));color:var(--hsk-primary,#ff6a33)}.kiku-voice-btn--active{color:#ef4444;background:rgba(239,68,68,.1)}.kiku-voice-btn:disabled{opacity:.4;cursor:not-allowed}.kiku-voice-ripple{position:absolute;inset:-4px;border-radius:50%;border:2px solid #ef4444;animation:kiku-voice-pulse 1.2s ease-out infinite;pointer-events:none}@keyframes kiku-voice-pulse{0%{transform:scale(1);opacity:1}100%{transform:scale(1.7);opacity:0}}.kiku-vs-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;background:transparent;color:var(--hsk-text-muted,#888);cursor:pointer;transition:color .2s,background .2s;flex-shrink:0}.kiku-vs-btn:hover{background:var(--hsk-hover-bg,rgba(0,0,0,.06));color:var(--hsk-primary,#ff6a33)}.kiku-vs-btn--loading{opacity:.6;pointer-events:none}@keyframes kiku-vs-rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.kiku-vs-spin{animation:kiku-vs-rotate .8s linear infinite}.kiku-style-tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.kiku-style-tag{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;border-radius:99px;background:rgba(255,106,51,.1);color:var(--hsk-primary,#ff6a33);font-size:11px;font-weight:500;white-space:nowrap}.kiku-vs-preview-banner{display:flex;align-items:center;gap:10px;padding:10px 14px;background:var(--hsk-surface,#f9f9f9);border-radius:10px;margin-bottom:12px;border:1px solid var(--hsk-border,#e5e5e5);animation:hsk-msg-in .22s ease-out both}.kiku-vs-preview-img{width:44px;height:44px;object-fit:cover;border-radius:8px;flex-shrink:0}.kiku-vs-preview-info{flex:1;min-width:0}.kiku-vs-preview-label{font-size:11px;color:var(--hsk-text-muted,#888);margin-bottom:2px}.kiku-vs-preview-palette{font-size:13px;font-weight:600;color:var(--hsk-text,#1a1a1a);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hsk-cb-source--referenced{}.hsk-source-card--referenced{}.hsk-cb-source-ref-badge{position:absolute;top:6px;right:6px;background:#fbbf24;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px rgba(0,0,0,.15);z-index:10;animation:hsk-badge-pop .3s cubic-bezier(.34,1.56,.64,1) both}@keyframes hsk-badge-pop{from{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.hsk-sources-group-title{font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#888;margin:14px 0 8px 0;display:flex;align-items:center;gap:4px}.hsk-kiku-badge{display:inline-flex;align-items:center;gap:3px;font-size:13px;font-weight:700;letter-spacing:-0.01em;color:#ffffff;background:rgba(255,255,255,.28);border:1px solid rgba(255,255,255,.45);padding:2px 8px;border-radius:8px;margin-inline-end:8px;vertical-align:middle;position:relative;top:-1px;box-shadow:0 1px 3px rgba(0,0,0,.12)}.hsk-markdown-img,.hsk-cb-user-img-thumb,.hsk-cb-source .hsk-cb-src-imgwrap img{cursor:zoom-in}.hsk-lightbox{position:fixed;inset:0;z-index:999999;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;padding:24px;animation:hsk-lightbox-in .15s ease-out both;cursor:zoom-out}@keyframes hsk-lightbox-in{from{opacity:0}to{opacity:1}}.hsk-lightbox-img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:4px;cursor:default}.hsk-lightbox-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;border:none;background:rgba(255,255,255,.15);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s}.hsk-lightbox-close:hover{background:rgba(255,255,255,.28)}.hsk-cb-viz{margin-top:10px;animation:hsk-msg-in .2s ease-out both}.hsk-cb-viz img,.hsk-cb-viz video{width:100%;max-width:420px;border-radius:8px;display:block}.hsk-cb-viz-disclaimer{max-width:420px;margin-top:4px;font-size:11px;line-height:1.4;color:var(--hsk-chat-muted,#9aa0a6)}.hsk-cb-calc-disclaimer{max-width:440px;margin-top:8px;padding:8px 12px;font-size:11.5px;line-height:1.45;color:var(--hsk-chat-muted,rgba(255,255,255,.65));background:var(--hsk-chat-callout-bg,rgba(255,255,255,.04));border:1px solid var(--hsk-border-subtle,rgba(255,255,255,.08));border-radius:8px}[data-hsk-theme="light"] .hsk-cb-calc-disclaimer{color:rgba(0,0,0,.6);background:rgba(0,0,0,.03);border-color:rgba(0,0,0,.08)}.hsk-cb-stale{max-width:420px;margin-top:8px;padding:8px 10px;border:1px solid rgba(220,38,38,.35);border-left-width:3px;border-radius:6px;background:rgba(220,38,38,.06)}.hsk-cb-stale-title{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#dc2626}.hsk-cb-stale-item{margin-top:3px;font-size:12px;line-height:1.45;color:var(--hsk-chat-text,#202124)}.hsk-cb-stale-reason{color:var(--hsk-chat-muted,#9aa0a6)}.hsk-cb-viz-imgwrap{position:relative;display:inline-block;max-width:100%}.hsk-cb-viz-mark{position:absolute;right:10px;bottom:10px;display:inline-flex;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;color:#fff;background:rgba(0,0,0,.62);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.35);border-radius:999px;cursor:pointer;transition:background .15s}.hsk-cb-viz-mark:hover{background:var(--hsk-primary,#ff6a33);border-color:transparent}.hsk-markup-overlay{position:fixed;inset:0;z-index:999999;background:rgba(0,0,0,.88);display:flex;align-items:center;justify-content:center;padding:16px;animation:hsk-lightbox-in .15s ease-out both}.hsk-markup{display:flex;flex-direction:column;gap:12px;width:min(720px,100%);max-height:100%;overflow-y:auto}.hsk-markup-head{display:flex;align-items:center;justify-content:space-between}.hsk-markup-title{font-size:14px;font-weight:600;color:#fff}.hsk-markup-cancel{padding:6px 12px;font-size:12px;font-weight:600;color:#fff;background:rgba(255,255,255,.12);border:none;border-radius:var(--hsk-border-radius,0);cursor:pointer}.hsk-markup-cancel:hover{background:rgba(255,255,255,.22)}.hsk-markup-stage{display:flex;justify-content:center}.hsk-markup-canvas-wrap{position:relative;max-width:100%}.hsk-markup-canvas{display:block;max-width:100%;max-height:60vh;border-radius:var(--hsk-border-radius,0);touch-action:none}.hsk-markup-canvas--pen,.hsk-markup-canvas--eraser{cursor:crosshair}.hsk-markup-canvas--text{cursor:text}.hsk-markup-textinput{position:absolute;transform:translateY(-100%);min-width:140px;padding:4px 6px;font-size:14px;font-weight:600;background:rgba(0,0,0,.55);border:1px dashed rgba(255,255,255,.6);border-radius:4px;outline:none}.hsk-markup-loading,.hsk-markup-error{padding:40px 16px;font-size:13px;color:rgba(255,255,255,.75);text-align:center}.hsk-markup-tools{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.hsk-markup-colors{display:flex;gap:8px}.hsk-markup-color{width:22px;height:22px;border-radius:50%;border:2px solid transparent;cursor:pointer;padding:0}.hsk-markup-color--on{border-color:#fff;transform:scale(1.15)}.hsk-markup-actions{display:flex;gap:6px}.hsk-markup-tool{padding:6px 11px;font-size:12px;font-weight:600;color:#fff;background:rgba(255,255,255,.12);border:none;border-radius:var(--hsk-border-radius,0);cursor:pointer}.hsk-markup-tool:hover:not(:disabled){background:rgba(255,255,255,.22)}.hsk-markup-tool--on{background:var(--hsk-primary,#ff6a33)}.hsk-markup-tool--on:hover:not(:disabled){background:var(--hsk-primary,#ff6a33)}.hsk-markup-tool:disabled{opacity:.4;cursor:default}.hsk-markup-send{display:flex;gap:8px}.hsk-markup-instruction{flex:1;min-width:0;padding:10px 12px;font-size:14px;color:#fff;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.25);border-radius:var(--hsk-border-radius,0);outline:none}.hsk-markup-instruction::placeholder{color:rgba(255,255,255,.5)}.hsk-markup-instruction:focus{border-color:var(--hsk-primary,#ff6a33)}.hsk-markup-go{padding:10px 20px;font-size:13px;font-weight:600;color:#fff;background:var(--hsk-primary,#ff6a33);border:none;border-radius:var(--hsk-border-radius,0);cursor:pointer}.hsk-markup-go:hover:not(:disabled){opacity:.9}.hsk-markup-go:disabled{opacity:.45;cursor:default}.hsk-cb-kimgs{margin-top:10px;display:flex;flex-direction:column;gap:10px;animation:hsk-msg-in .2s ease-out both}.hsk-cb-kimg-grid{display:flex;flex-wrap:wrap;gap:6px}.hsk-cb-kimg{width:132px;height:132px;object-fit:cover;border-radius:8px;cursor:zoom-in;border:1px solid var(--hsk-chat-border,rgba(0,0,0,.08))}.hsk-cb-kimg:only-child{width:100%;max-width:320px;height:auto}.hsk-cb-kimg-caption{margin-top:4px;font-size:11px;line-height:1.4;color:var(--hsk-chat-muted,#9aa0a6)}.hsk-cb-viz--loading{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--hsk-chat-muted,#888);padding:10px 0}.hsk-cb-viz-spinner{width:14px;height:14px;border-radius:50%;border:2px solid var(--hsk-chat-divide,rgba(0,0,0,.15));border-top-color:var(--hsk-primary,#ff6a33);animation:hsk-viz-spin .7s linear infinite}@keyframes hsk-viz-spin{to{transform:rotate(360deg)}}.hsk-cb-panel[data-script="nonlatin"][data-host-font="gap"]{--hsk-font:"Geist",system-ui,-apple-system,'Segoe UI',Roboto,'Noto Sans',sans-serif}.hsk-cb-panel[data-script="nonlatin"],.hsk-cb-panel[data-script="nonlatin"] *{letter-spacing:normal;font-family:var(--hsk-font)}.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-hello,.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-hello-lead,.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-hello-ask,.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-ai-text,.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-user-bubble,.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-hint,.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-chip,.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-topbar-btn,.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-textarea,.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-entlang-opt-title,.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-entlang-opt-note,.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-ai-text .hsk-markdown-list li,.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-ai-text .hsk-markdown-h1,.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-ai-text .hsk-markdown-h2,.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-ai-text .hsk-markdown-h3,.hsk-cb-panel[data-script="nonlatin"] .hsk-markdown-table th,.hsk-cb-panel[data-script="nonlatin"] .hsk-markdown-table td{line-height:1.9}.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-hint{font-size:11px;line-height:16px;bottom:4px}.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-voice-error{font-size:12px;line-height:22px;max-width:30ch}.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-hello{font-size:clamp(20px,3.4vw,26px);line-height:1.5;text-wrap:balance;overflow-wrap:break-word}.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-hello-ask{font-size:15px;line-height:1.75}.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-hello-wrap{max-width:100%;min-width:0}.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-hello,.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-hello-lead,.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-hello-ask,.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-ai-text,.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-user-bubble,.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-hint,.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-chip,.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-topbar-btn,.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-textarea,.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-entlang-opt-title,.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-entlang-opt-note,.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-ai-text .hsk-markdown-list li,.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-ai-text .hsk-markdown-h1,.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-ai-text .hsk-markdown-h2,.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-ai-text .hsk-markdown-h3,.hsk-cb-panel[data-nastaliq="true"] .hsk-markdown-table th,.hsk-cb-panel[data-nastaliq="true"] .hsk-markdown-table td{line-height:2.2}.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-chip{font-size:14px}.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-topbar-btn{height:auto;min-height:34px;padding:5px 14px}.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-field{--hsk-input-line-height:1.9}.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-textarea{min-height:34px}.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-field{--hsk-input-line-height:2.2}.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-user-bubble,.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-ai-text{overflow-wrap:break-word;word-break:normal}.hsk-cb-viz-broken{font-size:13px;color:var(--hsk-chat-muted,#71717a);padding:14px 16px;border:1px dashed var(--hsk-chat-divide,rgba(0,0,0,.12));border-radius:12px}.hsk-msg-audio-btn{background:transparent;border:none;color:#888;cursor:pointer;padding:4px;border-radius:4px;display:inline-flex;align-items:center}.hsk-cb-voice-mode-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;background:transparent;border:1px solid transparent;border-radius:12px;color:var(--hsk-chat-muted,#71717a);cursor:pointer;transition:all .2s cubic-bezier(.34,1.56,.64,1);font-family:inherit}.hsk-cb-voice-mode-btn:hover:not(:disabled),.hsk-cb-mic-btn:hover:not(:disabled){border-color:color-mix(in srgb,var(--hsk-primary,#ff6a33) 25%,transparent);color:var(--hsk-primary,#ff6a33);background:color-mix(in srgb,var(--hsk-primary,#ff6a33) 8%,transparent);transform:translateY(-1px)}.hsk-cb-voice-mode-btn:disabled{opacity:.35;cursor:not-allowed}.hsk-cb-voice-mode-btn--active,.hsk-cb-mic-btn--listening{color:var(--hsk-primary,#ff6a33);background:color-mix(in srgb,var(--hsk-primary,#ff6a33) 12%,transparent)}.hsk-cb-mic-btn--processing{color:var(--hsk-primary,#ff6a33);opacity:.7}.hsk-voice-overlay{position:absolute;inset:0;z-index:30;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(12px,2.2vh,26px);padding:clamp(14px,2.5vh,24px);overflow-y:auto;overscroll-behavior:contain;background:var(--hsk-chat-bg,#ffffff);animation:hsk-voice-in .32s cubic-bezier(.2,.8,.2,1);will-change:opacity;contain:paint}.hsk-voice-overlay::before{content:'';position:absolute;inset:0;background:radial-gradient(42% 26% at 50% 40%,color-mix(in srgb,var(--hsk-primary,#ff6a33) 8%,transparent) 0,transparent 68%);pointer-events:none}.hsk-voice-overlay>*{position:relative}@keyframes hsk-voice-in{from{opacity:0}to{opacity:1}}.hsk-voice-allowance{position:absolute;top:14px;left:14px;display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 10px;font-size:12px;font-variant-numeric:tabular-nums;font-weight:600;border:1px solid color-mix(in srgb,var(--hsk-chat-text,#1f1f1f) 14%,transparent);border-radius:999px;color:var(--hsk-chat-muted,#71717a);transition:color .18s ease,border-color .18s ease}.hsk-voice-allowance--low{color:#dc2626;border-color:color-mix(in srgb,#dc2626 40%,transparent)}.hsk-voice-exit{position:absolute;top:14px;right:14px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:transparent;border:1px solid color-mix(in srgb,var(--hsk-chat-text,#1f1f1f) 14%,transparent);border-radius:999px;color:var(--hsk-chat-muted,#71717a);cursor:pointer;transition:color .18s ease,border-color .18s ease}.hsk-voice-exit:hover{color:var(--hsk-chat-text,#1f1f1f);border-color:color-mix(in srgb,var(--hsk-chat-text,#1f1f1f) 32%,transparent)}.hsk-voice-stage{width:min(560px,100%);height:clamp(110px,24vh,240px);flex:none}.hsk-voice-canvas{display:block;width:100%;height:100%}.hsk-voice-controls{display:flex;align-items:center;gap:12px}.hsk-voice-control{display:flex;align-items:center;justify-content:center;width:52px;height:52px;padding:0;background:var(--hsk-surface-2,rgba(255,255,255,.95));border:1px solid color-mix(in srgb,var(--hsk-chat-text,#000000) 10%,transparent);border-radius:999px;color:var(--hsk-chat-text,#1f1f1f);cursor:pointer;box-shadow:0 2px 12px rgba(0,0,0,.08),0 1px 3px rgba(0,0,0,.04);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:color .2s ease,border-color .2s ease,background .2s ease,transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s ease}.hsk-voice-control:hover{transform:scale(1.06);box-shadow:0 4px 18px rgba(0,0,0,.12)}.hsk-voice-control:active{transform:scale(.92);transition-duration:.08s}.hsk-voice-control--muted{color:var(--hsk-chat-muted,#888888);border-color:color-mix(in srgb,var(--hsk-chat-text,#000000) 12%,transparent);background:color-mix(in srgb,var(--hsk-chat-bg,#ffffff) 85%,transparent);box-shadow:0 1px 4px rgba(0,0,0,.04)}.hsk-voice-control-icon{display:inline-flex;align-items:center;justify-content:center;z-index:2;transition:transform .2s ease}@keyframes hsk-voice-icon-in{from{opacity:0;transform:scale(.6) rotate(-12deg)}to{opacity:1;transform:scale(1) rotate(0deg)}}@keyframes hsk-voice-control-pulse{0%{transform:scale(1);box-shadow:0 0 0 0 color-mix(in srgb,var(--hsk-primary,#ff6a33) 45%,transparent)}40%{transform:scale(1.08);box-shadow:0 0 0 8px color-mix(in srgb,var(--hsk-primary,#ff6a33) 0,transparent)}100%{transform:scale(1);box-shadow:0 0 0 0 transparent}}@media (prefers-reduced-motion:reduce){.hsk-voice-control-icon,.hsk-voice-control--muted{animation:none}}.hsk-voice-caption{display:flex;flex-direction:column;align-items:center;gap:10px;max-width:min(520px,100%);text-align:center}.hsk-voice-phase{font-family:var(--hsk-font);font-size:.72rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--hsk-chat-muted,#71717a);transition:color .25s ease}.hsk-voice-phase--listening,.hsk-voice-phase--speaking{color:var(--hsk-primary,#ff6a33)}.hsk-voice-phase--thinking{animation:hsk-voice-breathe 1.6s ease-in-out infinite}@keyframes hsk-voice-breathe{0%,100%{opacity:.45}50%{opacity:1}}.hsk-voice-stage--connecting{opacity:.4;transition:opacity .25s ease}.hsk-voice-connecting{display:flex;align-items:center;gap:7px;font-family:var(--hsk-font);font-size:13px;color:var(--hsk-chat-muted,#8a8f98);animation:hsk-sent-in .2s ease-out both}.hsk-voice-connecting-dot{width:6px;height:6px;border-radius:999px;background:currentColor;animation:hsk-queued-pulse 1s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.hsk-voice-connecting-dot{animation:none;opacity:.7}}.hsk-voice-heard{font-family:var(--hsk-font);font-size:1.05rem;line-height:1.5;color:var(--hsk-chat-text,#1f1f1f)}.hsk-voice-hint-sub{font-family:var(--hsk-font);font-size:14px;color:var(--hsk-chat-muted,#a1a1aa);line-height:1.4;opacity:.85}.hsk-voice-items{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;gap:10px;width:min(620px,100%)}.hsk-voice-item{display:flex;flex-direction:column;align-items:flex-start;gap:6px;width:clamp(108px,30vw,132px);padding:8px;text-align:start;background:transparent;border:1px solid color-mix(in srgb,var(--hsk-chat-text,#1f1f1f) 10%,transparent);border-radius:12px;cursor:pointer;font-family:var(--hsk-font);animation:hsk-voice-item-in .34s cubic-bezier(.2,.8,.2,1) both;transition:border-color .18s ease,transform .18s ease}.hsk-voice-item:hover{border-color:color-mix(in srgb,var(--hsk-primary,#ff6a33) 45%,transparent);transform:translateY(-2px)}@keyframes hsk-voice-item-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.hsk-voice-item-img{width:100%;height:clamp(52px,8.5vh,78px);object-fit:cover;border-radius:8px;background:color-mix(in srgb,var(--hsk-chat-text,#1f1f1f) 5%,transparent)}.hsk-voice-item-img--empty{display:flex;align-items:center;justify-content:center;color:color-mix(in srgb,var(--hsk-chat-text,#1f1f1f) 30%,transparent)}.hsk-voice-item-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.78rem;line-height:1.35;color:var(--hsk-chat-text,#1f1f1f)}.hsk-voice-item-price{font-size:.78rem;font-weight:600;color:var(--hsk-primary,#ff6a33)}@media (prefers-reduced-motion:reduce){.hsk-voice-item{animation:none}}.hsk-voice-error{font-family:var(--hsk-font);font-size:.85rem;color:#e5484d;text-align:center}@media (prefers-reduced-motion:reduce){.hsk-voice-overlay,.hsk-voice-phase--thinking{animation:none}}.hsk-cb-listen{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;margin-top:6px;padding:0;background:transparent;border:none;border-radius:999px;color:var(--hsk-chat-muted,#71717a);cursor:pointer;opacity:0;transition:opacity .18s ease,color .18s ease}.hsk-cb-msg-group:hover .hsk-cb-listen,.hsk-cb-listen:focus-visible,.hsk-cb-listen--active{opacity:1}.hsk-cb-listen:hover,.hsk-cb-listen--active{color:var(--hsk-primary,#ff6a33)}.hsk-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hsk-voice-picker{position:absolute;top:clamp(14px,3vh,28px);left:50%;transform:translateX(-50%);display:flex;gap:8px;flex-wrap:nowrap;justify-content:center;max-width:min(100%,420px);padding:0 56px;z-index:2}.hsk-voice-pill{display:inline-flex;align-items:center;gap:7px;padding:5px 11px;border-radius:999px;border:1px solid rgba(0,0,0,.09);background:rgba(255,255,255,.72);backdrop-filter:blur(8px);font:inherit;font-size:11px;letter-spacing:.01em;color:#5b5b5b;cursor:pointer;transition:background 160ms ease,border-color 160ms ease,color 160ms ease,transform 160ms ease;opacity:0;animation:hsk-voice-pill-in 420ms cubic-bezier(.16,1,.3,1) forwards}.hsk-voice-pill--on{animation:hsk-voice-pill-in 420ms cubic-bezier(.16,1,.3,1) forwards,hsk-voice-pill-pop 260ms ease}@keyframes hsk-voice-pill-in{from{opacity:0;transform:translateY(-6px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes hsk-voice-pill-pop{0%{transform:scale(1)}40%{transform:scale(1.06)}100%{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.hsk-voice-pill{opacity:1;animation:none}}@media (max-width:520px){.hsk-voice-picker{gap:5px;padding:0 44px}.hsk-voice-pill{padding:5px 8px;gap:4px}}.hsk-voice-pill:hover{background:rgba(255,255,255,.95);border-color:rgba(0,0,0,.16)}.hsk-voice-pill--on:hover{background:#1c1c1c;border-color:#1c1c1c;color:#fff}.hsk-voice-pill--on{background:#1a1a1a;border-color:#1a1a1a;color:#fff}@media (prefers-color-scheme:dark){.hsk-voice-pill{border-color:rgba(255,255,255,.14);background:rgba(30,30,30,.7);color:#cfcfcf}.hsk-voice-pill:hover{background:rgba(45,45,45,.9)}.hsk-voice-pill--on:hover{background:#f2f2f2;border-color:#f2f2f2;color:#141414}.hsk-voice-pill--on{background:#f2f2f2;border-color:#f2f2f2;color:#141414}}@media (max-width:520px){.hsk-cb-input-box{gap:6px;padding:10px 10px 10px 12px}.hsk-cb-attach-btn,.hsk-cb-mic-btn,.hsk-cb-send,.hsk-cb-voice-mode-btn,.hsk-chat-send{width:32px;height:32px;border-radius:10px}.hsk-cb-textarea{flex:1 1 auto;min-width:0;font-size:16px}.hsk-cb-input-box .hsk-cb-listening{display:none}}.hsk-cb-main{position:relative}.hsk-cb-main,.hsk-voice-overlay{--hsk-doodle-ink:31,31,31;--hsk-doodle-tint:255,106,51}@keyframes hsk-doodles-shimmer-in{0%{opacity:0}100%{opacity:.9}}.hsk-cb-doodles{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:.9;animation:hsk-doodles-shimmer-in .28s cubic-bezier(.16,1,.3,1) both}.hsk-cb-main>*:not(.hsk-cb-doodles){position:relative}@media (prefers-color-scheme:dark){.hsk-cb-main,.hsk-voice-overlay{--hsk-doodle-ink:240,239,237;--hsk-doodle-tint:255,150,110}}[data-hsk-theme="light"] .hsk-cb-main,[data-hsk-theme="light"] .hsk-voice-overlay{--hsk-doodle-ink:31,31,31;--hsk-doodle-tint:255,106,51}[data-hsk-theme="dark"] .hsk-cb-main,[data-hsk-theme="dark"] .hsk-voice-overlay{--hsk-doodle-ink:240,239,237;--hsk-doodle-tint:255,150,110}.hsk-cb-docked-option-price,.hsk-cb-entlang-price,.hsk-cb-src-price,.hsk-kiku-picker-item-price,.hsk-source-price,.hsk-sp-item-discount,.hsk-sp-item-original-price,.hsk-sp-item-price,.hsk-sp-mobile-main-card-price,.hsk-sp-mobile-similar-carousel-price,.hsk-voice-item-price,.hsk-live-cell{font-variant-numeric:tabular-nums}.hsk-live-wrap{margin:8px 0 2px;max-width:min(88%,560px);box-sizing:border-box}.hsk-live-carousel{display:flex;flex-wrap:wrap;gap:8px;align-items:flex-start}.hsk-live-card{flex:0 1 auto;min-width:0;max-width:100%;background:var(--hsk-chat-source-bg,rgba(0,0,0,.035));border:1px solid var(--hsk-chat-divide,rgba(0,0,0,.08));border-radius:14px;padding:10px 12px;box-sizing:border-box;display:flex;flex-direction:column;gap:8px;transition:opacity .2s ease}.hsk-live-card.is-stale{opacity:.75}.hsk-live-card__header{display:flex;align-items:center;justify-content:space-between;gap:8px}.hsk-live-card__status{display:flex;align-items:center;gap:6px;min-width:0}.hsk-live-dot{width:7px;height:7px;border-radius:50%;background:#10b981;flex-shrink:0}@media (prefers-reduced-motion:no-preference){.hsk-live-dot:not(.is-stale){animation:hsk-live-pulse 2s ease-in-out infinite}}.hsk-live-dot.is-stale{background:var(--hsk-chat-muted,#9ca3af)}.hsk-live-card__title{font-size:12px;font-weight:600;color:var(--hsk-chat-text,#111827);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-0.01em}.hsk-live-card__meta{display:flex;align-items:center;gap:8px;flex-shrink:0}.hsk-live-card__close{font-size:11px;font-weight:500;color:var(--hsk-chat-muted,#6b7280);opacity:.85;white-space:nowrap}.hsk-live-card__age{font-size:11px;font-weight:400;color:var(--hsk-chat-muted,#6b7280);white-space:nowrap;flex-shrink:0}.hsk-live-card__pills{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.hsk-live-pill{display:inline-flex;align-items:center;gap:5px;padding:3px 8px;background:var(--hsk-chat-bg,#ffffff);border:1px solid var(--hsk-chat-divide,rgba(0,0,0,.08));border-radius:8px;font-size:12px;font-variant-numeric:tabular-nums;line-height:1.3;color:var(--hsk-chat-text,#111827);box-shadow:0 1px 2px rgba(0,0,0,.03)}.hsk-live-pill__label{font-weight:500;color:var(--hsk-chat-muted,#6b7280);font-size:11px;text-transform:capitalize}.hsk-live-pill__value{font-weight:650;color:var(--hsk-chat-text,#111827)}@media (prefers-reduced-motion:no-preference){.hsk-live-pill.is-changed{animation:hsk-live-pill-flash 1.2s ease-out}@keyframes hsk-live-pill-flash{0%{background:rgba(16,185,129,.25);border-color:#10b981}100%{background:var(--hsk-chat-bg,#ffffff);border-color:var(--hsk-chat-divide,rgba(0,0,0,.08))}}}@media (max-width:640px){.hsk-cb-source{flex:0 0 128px}.hsk-cb-src-imgwrap,.hsk-cb-src-imgwrap-empty{width:128px;height:128px;font-size:24px}.hsk-cb-sources{gap:10px}.hsk-cb-src-name{font-size:12px;line-height:1.35}.hsk-cb-src-price{font-size:11px;padding:1px 7px;margin-top:4px}.hsk-cb-ai-text,.hsk-live{max-width:100%;width:100%}}@media (max-width:480px){.hsk-cb-source{flex:0 0 114px}.hsk-cb-src-imgwrap,.hsk-cb-src-imgwrap-empty{width:114px;height:114px;font-size:20px}.hsk-cb-sources{gap:8px}.hsk-live{border-radius:12px;padding:2px 0 8px;margin:8px 0 2px}.hsk-live-card{flex:1 1 100%}}.hsk-cb-overlay[data-hsk-theme],[data-hsk-theme] .hsk-cb-overlay{background:var(--hsk-chat-bg) !important;color:var(--hsk-chat-text) !important}[data-hsk-theme] .hsk-cb-panel{background:transparent !important;color:var(--hsk-chat-text) !important}[data-hsk-theme] .hsk-cb-topbar-name{background:var(--hsk-surface-2) !important;color:var(--hsk-name-text,var(--hsk-chat-text)) !important;box-shadow:0 0 0 3px var(--hsk-chat-bg),0 1px 3px rgba(var(--hsk-primary-rgb),.2) !important}[data-hsk-theme] .hsk-cb-think-head{background:var(--hsk-surface-2) !important;color:var(--hsk-think-text) !important;box-shadow:0 0 0 3px var(--hsk-chat-bg),0 1px 3px rgba(var(--hsk-primary-rgb),.2) !important}[data-hsk-theme] .hsk-cb-chip,[data-hsk-theme] .hsk-cb-lang-chip,[data-hsk-theme] .hsk-action-pill{border:var(--hsk-chip-border,none) !important;background:var(--hsk-surface-1) !important;color:var(--hsk-chat-text) !important}[data-hsk-theme] .hsk-cb-chip:hover,[data-hsk-theme] .hsk-cb-lang-chip:hover,[data-hsk-theme] .hsk-action-pill:hover{background:rgba(var(--hsk-primary-rgb),.12) !important;color:var(--hsk-primary) !important}[data-hsk-theme] .hsk-cb-ai-text{background:var(--hsk-bubble-bg) !important;color:var(--hsk-chat-text) !important}[data-hsk-theme] .hsk-cb-ai-text:not(:has(~.hsk-cb-ai-text))::before{background:var(--hsk-bubble-bg) !important}[data-hsk-theme] .hsk-cb-ai-text:not(:has(~.hsk-cb-ai-text))::after{background:var(--hsk-chat-bg) !important}[data-hsk-theme] .hsk-cb-user-bubble--tail::before{background:#007aff !important}[data-hsk-theme] .hsk-cb-user-bubble--tail::after{background:var(--hsk-chat-bg) !important}[data-hsk-theme] .hsk-cb-topbar-title{color:var(--hsk-chat-text) !important}[data-hsk-theme] .hsk-cb-topbar-btn,[data-hsk-theme] .hsk-cb-back{background:var(--hsk-surface-1) !important;color:var(--hsk-chat-muted) !important}[data-hsk-theme] .hsk-cb-input-box{background:transparent !important;border:none !important;border-radius:inherit !important}[data-hsk-theme] .hsk-cb-textarea{color:var(--hsk-chat-text) !important}[data-hsk-theme] .hsk-cb-textarea::placeholder{color:var(--hsk-placeholder) !important}[data-hsk-theme] .hsk-markdown-table th{color:var(--hsk-chat-muted) !important;border-bottom:1px solid var(--hsk-chat-divide) !important}[data-hsk-theme] .hsk-markdown-table td{color:var(--hsk-chat-text) !important;border-bottom:1px solid var(--hsk-chat-divide) !important}[data-hsk-theme] .hsk-cb-kiku-id-pill{background:var(--hsk-surface-1) !important;border:none !important;box-shadow:none !important;color:var(--hsk-chat-muted) !important}[data-hsk-theme] .hsk-cb-kiku-id-pill:hover{color:var(--hsk-primary) !important}[data-hsk-theme] .hsk-cb-theme-2x2-grid,[data-hsk-theme] .hsk-cb-topbar-ooze-menu{background:var(--hsk-surface-2) !important;box-shadow:none !important}[data-hsk-theme] .hsk-cb-theme-squircle-trigger{background:var(--hsk-surface-1) !important;color:var(--hsk-chat-text) !important;border:none !important;box-shadow:none !important}[data-hsk-theme] .hsk-cb-theme-grid-item{background:var(--hsk-grid-bg) !important;color:var(--hsk-chat-muted) !important;border:none !important;box-shadow:none !important}[data-hsk-theme] .hsk-cb-theme-grid-item.is-active{background:var(--hsk-active-bg) !important;color:var(--hsk-on-active) !important;box-shadow:none !important}[data-hsk-theme] .hsk-cb-src-name,[data-hsk-theme] .hsk-source-card__title{color:var(--hsk-src-title) !important;font-weight:650 !important}[data-hsk-theme] .hsk-cb-src-desc,[data-hsk-theme] .hsk-cb-src-detail,[data-hsk-theme] .hsk-source-card__desc{color:var(--hsk-src-desc) !important}[data-hsk-theme] .hsk-cb-src-price{background:var(--hsk-price-bg) !important;color:var(--hsk-price-text) !important;font-weight:700 !important}[data-hsk-theme] .hsk-cb-main,[data-hsk-theme] .hsk-voice-overlay{--hsk-doodle-ink:var(--hsk-ink) !important;--hsk-doodle-tint:var(--hsk-tint) !important}[data-hsk-theme] .hsk-voice-pill{background:var(--hsk-chat-input-bg) !important;border-color:var(--hsk-chat-divide) !important;color:var(--hsk-chat-muted) !important}[data-hsk-theme] .hsk-voice-pill:hover{background:var(--hsk-surface-2) !important;color:var(--hsk-chat-text) !important}[data-hsk-theme] .hsk-voice-pill--on,[data-hsk-theme] .hsk-voice-pill--on:hover{background:var(--hsk-active-bg) !important;border-color:var(--hsk-active-bg) !important;color:var(--hsk-on-active) !important}.hsk-cb-overlay[data-hsk-theme="light"],[data-hsk-theme="light"] .hsk-cb-overlay{--hsk-primary:#ff6a33 !important;--hsk-primary-rgb:255,106,51 !important;--hsk-chat-bg:#ffffff !important;--hsk-chat-text:#1f1f1f !important;--hsk-chat-muted:#5f6368 !important;--hsk-chat-divide:#e5e7eb !important;--hsk-chat-input-bg:#f3f4f6 !important;--hsk-chat-source-bg:#f9fafb !important;--hsk-fade-bg:#ffffff !important;--hsk-goo-fill:#ffffff !important;--hsk-surface-1:rgba(0,0,0,.05) !important;--hsk-surface-2:#f1f3f4 !important;--hsk-bubble-bg:#f3f4f6 !important;--hsk-think-text:#4b5563 !important;--hsk-placeholder:#757575 !important;--hsk-grid-bg:#ffffff !important;--hsk-active-bg:#1f1f1f !important;--hsk-on-active:#ffffff !important;--hsk-src-title:#111827 !important;--hsk-src-desc:#4b5563 !important;--hsk-price-bg:#f3f4f6 !important;--hsk-price-text:#ea580c !important;--hsk-sheet-bg:#f3f4f6 !important;--hsk-chip-border:1px solid rgba(0,0,0,.08) !important;--hsk-ink:55,65,81 !important;--hsk-tint:145,77,47 !important}.hsk-cb-overlay[data-hsk-theme="dark"],[data-hsk-theme="dark"] .hsk-cb-overlay{--hsk-primary:#ff6a33 !important;--hsk-primary-rgb:255,106,51 !important;--hsk-chat-bg:#0a0a0a !important;--hsk-chat-text:#f0efed !important;--hsk-chat-muted:#888888 !important;--hsk-chat-divide:rgba(255,255,255,.08) !important;--hsk-chat-input-bg:#191919 !important;--hsk-chat-source-bg:rgba(255,255,255,.04) !important;--hsk-fade-bg:#0a0a0a !important;--hsk-goo-fill:#1a1a1c !important;--hsk-surface-1:rgba(255,255,255,.06) !important;--hsk-surface-2:#1f1f22 !important;--hsk-bubble-bg:#1f1f22 !important;--hsk-think-text:#a6a6a6 !important;--hsk-placeholder:#555555 !important;--hsk-grid-bg:#1a1a1c !important;--hsk-active-bg:#f0efed !important;--hsk-on-active:#0a0a0a !important;--hsk-src-title:#f9fafb !important;--hsk-src-desc:#9ca3af !important;--hsk-price-bg:rgba(255,255,255,.08) !important;--hsk-price-text:#ff7a45 !important;--hsk-sheet-bg:#1f1f22 !important;--hsk-ink:240,239,237 !important;--hsk-tint:248,195,174 !important}.hsk-cb-overlay[data-hsk-theme="mahogany"],[data-hsk-theme="mahogany"] .hsk-cb-overlay{--hsk-primary:#e07a38 !important;--hsk-primary-rgb:224,122,56 !important;--hsk-chat-bg:#140d09 !important;--hsk-chat-text:#f6eee3 !important;--hsk-chat-muted:#a89485 !important;--hsk-chat-divide:rgba(217,140,85,.18) !important;--hsk-chat-input-bg:#211610 !important;--hsk-chat-source-bg:#1c130d !important;--hsk-fade-bg:#140d09 !important;--hsk-goo-fill:#211610 !important;--hsk-surface-1:#211610 !important;--hsk-surface-2:#2b1c14 !important;--hsk-bubble-bg:#261912 !important;--hsk-think-text:#c4b1a1 !important;--hsk-placeholder:#7a6557 !important;--hsk-grid-bg:#2b1c14 !important;--hsk-active-bg:#e07a38 !important;--hsk-on-active:#ffffff !important;--hsk-src-title:#fdf8f4 !important;--hsk-src-desc:#c4b1a1 !important;--hsk-price-bg:#2b1c14 !important;--hsk-price-text:#f59e0b !important;--hsk-sheet-bg:#211610 !important;--hsk-ink:246,238,227 !important;--hsk-tint:235,180,142 !important}.hsk-cb-overlay[data-hsk-theme="blush"],[data-hsk-theme="blush"] .hsk-cb-overlay{--hsk-primary:#ec4899 !important;--hsk-primary-rgb:236,72,153 !important;--hsk-chat-bg:#fff5f7 !important;--hsk-chat-text:#3d1424 !important;--hsk-chat-muted:#94536d !important;--hsk-chat-divide:rgba(236,72,153,.18) !important;--hsk-chat-input-bg:#ffe4ec !important;--hsk-chat-source-bg:#fff0f4 !important;--hsk-fade-bg:#fff5f7 !important;--hsk-goo-fill:#ffe4ec !important;--hsk-surface-1:#ffe4ec !important;--hsk-surface-2:#fbcfe8 !important;--hsk-bubble-bg:#ffebf1 !important;--hsk-think-text:#831843 !important;--hsk-name-text:#831843 !important;--hsk-placeholder:#b57a91 !important;--hsk-grid-bg:#fff0f4 !important;--hsk-active-bg:#ec4899 !important;--hsk-on-active:#ffffff !important;--hsk-src-title:#2b0c19 !important;--hsk-src-desc:#702648 !important;--hsk-price-bg:#fce7f3 !important;--hsk-price-text:#db2777 !important;--hsk-sheet-bg:#ffe4ec !important;--hsk-sheet-hover:#ffd2e0 !important;--hsk-ink:130,36,75 !important;--hsk-tint:175,38,97 !important}.hsk-cb-overlay[data-hsk-theme="coffee"],[data-hsk-theme="coffee"] .hsk-cb-overlay{--hsk-primary:#a9714b !important;--hsk-primary-rgb:169,113,75 !important;--hsk-chat-bg:#f7f1e8 !important;--hsk-chat-text:#3b2a1d !important;--hsk-chat-muted:#8a7561 !important;--hsk-chat-divide:rgba(169,113,75,.18) !important;--hsk-chat-input-bg:#efe4d6 !important;--hsk-chat-source-bg:#f2eade !important;--hsk-fade-bg:#f7f1e8 !important;--hsk-goo-fill:#efe4d6 !important;--hsk-surface-1:#efe4d6 !important;--hsk-surface-2:#e6d7c4 !important;--hsk-bubble-bg:#f0e7da !important;--hsk-think-text:#6b543f !important;--hsk-placeholder:#a89680 !important;--hsk-grid-bg:#f2eade !important;--hsk-active-bg:#a9714b !important;--hsk-on-active:#ffffff !important;--hsk-src-title:#2a1c11 !important;--hsk-src-desc:#6b543f !important;--hsk-price-bg:#ece0cf !important;--hsk-price-text:#9a5f32 !important;--hsk-sheet-bg:#efe4d6 !important;--hsk-sheet-hover:#e6d7c4 !important;--hsk-ink:59,42,29 !important;--hsk-tint:120,88,62 !important}.hsk-cb-overlay[data-hsk-theme="midnight"],[data-hsk-theme="midnight"] .hsk-cb-overlay{--hsk-primary:#6366f1 !important;--hsk-primary-rgb:99,102,241 !important;--hsk-chat-bg:#0f1420 !important;--hsk-chat-text:#dfe6f5 !important;--hsk-chat-muted:#8792ad !important;--hsk-chat-divide:rgba(99,102,241,.18) !important;--hsk-chat-input-bg:#1a2133 !important;--hsk-chat-source-bg:#161d2c !important;--hsk-fade-bg:#0f1420 !important;--hsk-goo-fill:#1a2133 !important;--hsk-surface-1:#1a2133 !important;--hsk-surface-2:#222b40 !important;--hsk-bubble-bg:#1e2637 !important;--hsk-think-text:#a8b3cc !important;--hsk-placeholder:#5c6780 !important;--hsk-grid-bg:#222b40 !important;--hsk-active-bg:#6366f1 !important;--hsk-on-active:#ffffff !important;--hsk-src-title:#f2f5fc !important;--hsk-src-desc:#a8b3cc !important;--hsk-price-bg:#222b40 !important;--hsk-price-text:#818cf8 !important;--hsk-sheet-bg:#1a2133 !important;--hsk-sheet-hover:#222b40 !important;--hsk-ink:223,230,245 !important;--hsk-tint:150,160,200 !important}.hsk-cb-back-icon{display:inline-flex;transition:transform .22s cubic-bezier(.22,1,.36,1)}.hsk-cb-back:hover:not(:disabled) .hsk-cb-back-icon{transform:translateX(-2px)}.hsk-cb-panel[dir="rtl"] .hsk-cb-back:hover:not(:disabled) .hsk-cb-back-icon{transform:scaleX(-1) translateX(-2px)}.hsk-cb-tools-toggle{transition:transform .26s cubic-bezier(.34,1.56,.64,1),background-color .42s cubic-bezier(.16,1,.3,1),color .42s cubic-bezier(.16,1,.3,1)}.hsk-cb-tools-toggle:hover:not(:disabled){color:var(--hsk-primary,#ff6a33);transform:rotate(90deg)}.hsk-cb-tools-toggle--open:hover:not(:disabled){transform:rotate(135deg)}.hsk-cb-tools-toggle:active:not(:disabled){transform:scale(.9);transition-duration:.1s}.hsk-cb-theme-trigger-icon{display:inline-flex;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.hsk-cb-theme-squircle-trigger:hover .hsk-cb-theme-trigger-icon{transform:translateY(-1.5px) rotate(-8deg)}.hsk-cb-dot-item:hover:not(.hsk-cb-dot-item--active){background:var(--hsk-chat-muted,rgba(120,120,120,.6));transform:scale(1.35)}.hsk-msg-audio-btn{transition:color .18s ease,transform .22s cubic-bezier(.34,1.56,.64,1)}.hsk-msg-audio-btn:hover:not(:disabled){color:var(--hsk-primary,#ff6a33);transform:scale(1.12)}.hsk-msg-audio-btn:active:not(:disabled){transform:scale(.94);transition-duration:.1s}.hsk-markup-color{transition:transform .22s cubic-bezier(.34,1.56,.64,1),border-color .18s ease}.hsk-markup-color:hover:not(.hsk-markup-color--on){transform:scale(1.22)}.hsk-markup-color--on:hover{transform:scale(1.15)}@media (prefers-reduced-motion:reduce){.hsk-cb-back:hover:not(:disabled) .hsk-cb-back-icon,.hsk-cb-panel[dir="rtl"] .hsk-cb-back:hover:not(:disabled) .hsk-cb-back-icon,.hsk-cb-theme-squircle-trigger:hover .hsk-cb-theme-trigger-icon,.hsk-cb-dot-item:hover:not(.hsk-cb-dot-item--active),.hsk-msg-audio-btn:hover:not(:disabled),.hsk-markup-color:hover:not(.hsk-markup-color--on){transform:none}.hsk-cb-tools-toggle:hover:not(:disabled),.hsk-cb-tools-toggle--open:hover:not(:disabled){transform:none}}.hsk-voice-control{position:relative;isolation:isolate;border-radius:999px}.hsk-voice-control:not(.hsk-voice-control--muted)::before{content:'';position:absolute;inset:-1.5px;border-radius:inherit;background:conic-gradient( from 0deg,#ff3b30,#ff9500,#ffd60a,#34c759,#00c7be,#30b0c7,#007aff,#5856d6,#af52de,#ff2d55,#ff3b30 );-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 2.5px),#000 calc(100% - 2px));mask:radial-gradient(farthest-side,transparent calc(100% - 2.5px),#000 calc(100% - 2px));animation:hsk-apple-siri-spin 3s linear infinite;pointer-events:none;z-index:1}.hsk-voice-control::after{display:none !important}.hsk-voice-control-icon{will-change:transform}.hsk-voice-control:not(.hsk-voice-control--muted) .hsk-voice-control-icon{animation:hsk-apple-siri-mic-pulse 2.2s ease-in-out infinite}@keyframes hsk-apple-siri-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes hsk-apple-siri-breathe{0%,100%{transform:scale(.95);opacity:.55}50%{transform:scale(1.15);opacity:.95}}@keyframes hsk-apple-siri-mic-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.08)}}.hsk-voice-control--muted::before,.hsk-voice-control--muted::after{display:none}@media (prefers-reduced-motion:reduce){.hsk-voice-control:not(:hover):not(.hsk-voice-control--muted) .hsk-voice-control-icon,.hsk-voice-control:hover::before,.hsk-voice-control--muted::before,.hsk-voice-control--muted::after{animation:none}.hsk-voice-control:hover,.hsk-voice-control:hover .hsk-mic-cap{transform:none}}.hsk-cb-voice-error{animation:hsk-error-shake .26s cubic-bezier(.36,.07,.19,.97) both}@keyframes hsk-error-shake{0%,100%{transform:translateX(0)}22%{transform:translateX(-3px)}55%{transform:translateX(2px)}80%{transform:translateX(-1px)}}@media (prefers-reduced-motion:reduce){.hsk-cb-voice-error{animation:none}}.hsk-sun-rays,.hsk-sun-core,.hsk-moon-body,.hsk-wood-layer,.hsk-heart-body,.hsk-steam,.hsk-star-spark,.hsk-check-mark,.hsk-send-tail,.hsk-send-body{transform-box:fill-box;transform-origin:center}.hsk-sun-rays{transform-origin:12px 12px;transition:transform .5s cubic-bezier(.22,1,.36,1)}.hsk-cb-theme-grid-item:hover .hsk-sun-rays,.hsk-cb-theme-squircle-trigger:hover .hsk-sun-rays{transform:rotate(45deg)}.hsk-sun-core{transition:transform .32s cubic-bezier(.34,1.56,.64,1)}.hsk-cb-theme-grid-item:hover .hsk-sun-core,.hsk-cb-theme-squircle-trigger:hover .hsk-sun-core{transform:scale(1.14)}.hsk-moon-body{transition:transform .34s cubic-bezier(.34,1.56,.64,1)}.hsk-cb-theme-grid-item:hover .hsk-moon-body,.hsk-cb-theme-squircle-trigger:hover .hsk-moon-body{transform:rotate(-16deg)}.hsk-wood-layer{transition:transform .34s cubic-bezier(.34,1.56,.64,1)}.hsk-wood-layer{transition-delay:calc(var(--hsk-layer,0) * 45ms)}.hsk-cb-theme-grid-item:hover .hsk-wood-layer,.hsk-cb-theme-squircle-trigger:hover .hsk-wood-layer{transform:translateY(-1.2px)}.hsk-cb-theme-grid-item:hover .hsk-heart-body,.hsk-cb-theme-squircle-trigger:hover .hsk-heart-body{animation:hsk-heartbeat 1.1s ease-in-out infinite}@keyframes hsk-heartbeat{0%,100%{transform:scale(1)}14%{transform:scale(1.18)}28%{transform:scale(1)}42%{transform:scale(1.12)}56%{transform:scale(1)}}.hsk-steam{opacity:.9}.hsk-cb-theme-grid-item:hover .hsk-steam,.hsk-cb-theme-squircle-trigger:hover .hsk-steam{animation:hsk-steam-rise 1.6s ease-out infinite;animation-delay:calc(var(--hsk-steam,0) * 220ms)}@keyframes hsk-steam-rise{0%{transform:translateY(2px) scaleY(.5);opacity:0}35%{opacity:.95}100%{transform:translateY(-3px) scaleY(1.15);opacity:0}}.hsk-cb-theme-grid-item:hover .hsk-star-spark,.hsk-cb-theme-squircle-trigger:hover .hsk-star-spark{animation:hsk-twinkle 1.4s ease-in-out infinite}@keyframes hsk-twinkle{0%,100%{transform:scale(1) rotate(0deg);opacity:.85}50%{transform:scale(1.45) rotate(20deg);opacity:1}}.hsk-check-mark{stroke-dasharray:30;stroke-dashoffset:30;animation:hsk-check-draw .42s cubic-bezier(.65,0,.35,1) forwards}@keyframes hsk-check-draw{to{stroke-dashoffset:0}}.hsk-send-body,.hsk-send-tail{transition:transform .28s cubic-bezier(.22,1,.36,1)}.hsk-send-tail{transition-delay:40ms}.hsk-chat-send:hover:not(:disabled) .hsk-send-body,.hsk-cb-send:hover:not(:disabled) .hsk-send-body{transform:translate(1.5px,-1.5px)}.hsk-chat-send:hover:not(:disabled) .hsk-send-tail,.hsk-cb-send:hover:not(:disabled) .hsk-send-tail{transform:translate(2.5px,-2.5px)}@media (prefers-reduced-motion:reduce){.hsk-sun-rays,.hsk-sun-core,.hsk-moon-body,.hsk-wood-layer,.hsk-send-body,.hsk-send-tail{transition:none;transform:none !important}.hsk-cb-theme-grid-item:hover .hsk-heart-body,.hsk-cb-theme-squircle-trigger:hover .hsk-heart-body,.hsk-cb-theme-grid-item:hover .hsk-steam,.hsk-cb-theme-squircle-trigger:hover .hsk-steam,.hsk-cb-theme-grid-item:hover .hsk-star-spark,.hsk-cb-theme-squircle-trigger:hover .hsk-star-spark{animation:none}.hsk-check-mark{animation:none;stroke-dashoffset:0}}.hsk-cb-send-stage{position:relative;display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:visible}.hsk-cb-send-seam{position:absolute;top:50%;left:50%;width:2px;height:15px;border-radius:2px;background:currentColor;transform:translate(-50%,-50%) rotate(38deg) scaleY(0);transform-origin:center;opacity:0;pointer-events:none}.hsk-cb-send-kite{display:inline-flex;transform-origin:center;will-change:transform}.hsk-cb-send:hover:not(:disabled) .hsk-cb-send-kite{transform:translate(1.5px,-1.5px);transition:transform .26s cubic-bezier(.22,1,.36,1)}.hsk-cb-send.is-launching .hsk-cb-send-kite{animation:hsk-kite-tear .55s cubic-bezier(.22,1,.36,1) both}.hsk-cb-send.is-launching .hsk-cb-send-seam{animation:hsk-seam-heal .55s cubic-bezier(.4,0,.3,1) both}@keyframes hsk-kite-tear{0%{transform:translate(0,0) scale(1) rotate(0deg);opacity:1}18%{transform:translate(-1px,2.5px) scale(.92,1.08) rotate(-4deg);opacity:1}45%{transform:translate(3px,-16px) scale(1.2,.8) rotate(6deg);opacity:.95}75%{transform:translate(6px,-38px) scale(1.05,.7) rotate(10deg);opacity:.6}100%{transform:translate(8px,-56px) scale(.6,.4) rotate(12deg);opacity:0}}@keyframes hsk-seam-heal{0%{transform:translate(-50%,-50%) rotate(38deg) scaleY(0);opacity:0}22%{transform:translate(-50%,-50%) rotate(38deg) scaleY(1);opacity:.9}45%{transform:translate(-50%,-50%) rotate(38deg) scaleY(1.3);opacity:.8}72%{transform:translate(-50%,-50%) rotate(38deg) scaleY(.3);opacity:.35}100%{transform:translate(-50%,-50%) rotate(38deg) scaleY(0);opacity:0}}.hsk-kite-wing{transform-box:fill-box;transform-origin:100% 0}.hsk-cb-send:not(:disabled):not(.is-launching) .hsk-kite-wing--far{animation:hsk-wing-beat-far .62s ease-in-out infinite}.hsk-cb-send:not(:disabled):not(.is-launching) .hsk-kite-wing--near{animation:hsk-wing-beat-near .62s ease-in-out .07s infinite}.hsk-cb-send:not(:disabled):not(.is-launching) .hsk-cb-send-kite{animation:hsk-kite-strain 2.4s cubic-bezier(.45,0,.35,1) infinite}.hsk-cb-send:not(:disabled):not(.is-launching) .hsk-cb-send-seam{animation:hsk-seam-strain 2.4s cubic-bezier(.45,0,.35,1) infinite}@keyframes hsk-kite-strain{0%,10%{transform:translate(0,0) scale(1) rotate(0deg)}20%{transform:translate(-1.2px,2px) scale(.94,1.05) rotate(-4deg)}34%{transform:translate(3.5px,-5px) scale(1.16,.86) rotate(8deg)}42%{transform:translate(4.2px,-6px) scale(1.2,.82) rotate(9deg)}50%{transform:translate(2.4px,-3.4px) scale(1.06,.94) rotate(5deg)}64%{transform:translate(-.6px,1.2px) scale(.97,1.03) rotate(-2deg)}78%,100%{transform:translate(0,0) scale(1) rotate(0deg)}}@keyframes hsk-seam-strain{0%,22%{transform:translate(-50%,-50%) rotate(38deg) scaleY(0);opacity:0}34%{transform:translate(-50%,-50%) rotate(38deg) scaleY(.6);opacity:.34}42%{transform:translate(-50%,-50%) rotate(38deg) scaleY(.95);opacity:.5}52%{transform:translate(-50%,-50%) rotate(38deg) scaleY(.55);opacity:.3}66%,100%{transform:translate(-50%,-50%) rotate(38deg) scaleY(0);opacity:0}}@keyframes hsk-wing-beat-far{0%,100%{transform:scaleX(1) skewY(0deg)}50%{transform:scaleX(.86) skewY(-4deg)}}@keyframes hsk-wing-beat-near{0%,100%{transform:scaleX(1) skewY(0deg)}50%{transform:scaleX(1.1) skewY(3deg)}}.hsk-stop-ring{transform-box:fill-box;transform-origin:center;stroke-dasharray:22 38;opacity:.85;animation:hsk-stop-orbit 1.4s linear infinite}.hsk-stop-core{transform-box:fill-box;transform-origin:center;animation:hsk-stop-pulse 1.4s ease-in-out infinite;transition:rx .2s ease,transform .2s cubic-bezier(.34,1.56,.64,1)}.hsk-cb-send--stop:hover .hsk-stop-core{transform:scale(1.16);animation-play-state:paused}.hsk-cb-send--stop:hover .hsk-stop-ring{animation-duration:.7s}@keyframes hsk-stop-orbit{to{transform:rotate(1turn)}}@keyframes hsk-stop-pulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(.86);opacity:.75}}@media (prefers-reduced-motion:reduce){.hsk-cb-send.is-launching .hsk-cb-send-kite,.hsk-cb-send.is-launching .hsk-cb-send-seam,.hsk-cb-send:hover:not(:disabled) .hsk-cb-send-kite{animation:none;transform:none}}.hsk-cb-send.is-launching{overflow:visible !important}.hsk-cb-send-sheath{position:absolute;inset:-1px;background:radial-gradient(120% 90% at 32% 22%,rgba(255,255,255,.44) 0,rgba(255,255,255,0) 58%),linear-gradient(150deg,color-mix(in srgb,var(--hsk-primary,#1273e6) 72%,#ffffff) 0,var(--hsk-primary,#1273e6) 46%,color-mix(in srgb,var(--hsk-primary,#1273e6) 74%,#000000) 100%);border-radius:46% 54% 52% 48% / 50% 47% 53% 50%;box-shadow:inset 0 2px 3px rgba(255,255,255,.5),inset 0 -3px 5px color-mix(in srgb,var(--hsk-primary,#1273e6) 30%,rgba(0,0,0,.55)),0 2px 5px rgba(0,0,0,.20),0 7px 16px color-mix(in srgb,var(--hsk-primary,#1273e6) 16%,transparent);transform-origin:58% 62%;pointer-events:none;z-index:1;will-change:transform,border-radius;transition:border-radius .5s cubic-bezier(.34,1.6,.5,1),box-shadow .3s ease}.hsk-cb-send-stage{z-index:2;position:relative}.hsk-cb-send:not(:disabled):not(.is-launching) .hsk-cb-send-sheath{animation:hsk-sheath-press 2.4s cubic-bezier(.35,.8,.3,1) infinite}@keyframes hsk-sheath-press{0%,12%{transform:scale(1);border-radius:46% 54% 52% 48% / 50% 47% 53% 50%}22%{transform:scale(.94,1.08) translate(-1.4px,2.2px);border-radius:52% 48% 44% 56% / 58% 40% 60% 42%}36%{transform:scale(1.14,.87) translate(2.6px,-3.4px) rotate(2deg);border-radius:38% 66% 54% 46% / 40% 62% 38% 60%}46%{transform:scale(1.19,.83) translate(3.6px,-4.6px) rotate(2.8deg);border-radius:34% 72% 56% 44% / 36% 68% 32% 64%}58%{transform:scale(.93,1.09) translate(-1.2px,1.8px) rotate(-1.4deg);border-radius:56% 44% 42% 58% / 60% 38% 62% 40%}70%{transform:scale(1.05,.96) translate(.8px,-1px) rotate(.6deg);border-radius:44% 56% 50% 50% / 46% 54% 46% 54%}80%{transform:scale(.98,1.03);border-radius:50% 50% 48% 52% / 52% 48% 52% 48%}88%,100%{transform:scale(1);border-radius:46% 54% 52% 48% / 50% 47% 53% 50%}}.hsk-cb-send.is-launching .hsk-cb-send-sheath{animation:hsk-sheath-yield .55s cubic-bezier(.3,.7,.25,1) both}@keyframes hsk-sheath-yield{0%{transform:scale(1);border-radius:46% 54% 52% 48% / 50% 47% 53% 50%}20%{transform:scale(.88,1.14) translate(-2px,3.4px);border-radius:56% 44% 40% 60% / 64% 34% 66% 36%}45%{transform:scale(1.34,.68) translate(6px,-10px) rotate(4.6deg);border-radius:24% 86% 62% 38% / 26% 80% 20% 74%}65%{transform:scale(.86,1.16) translate(-2.2px,3.6px) rotate(-2.2deg);border-radius:60% 40% 38% 62% / 68% 30% 70% 32%}82%{transform:scale(1.06,.95) translate(1px,-1px) rotate(.8deg);border-radius:44% 56% 52% 48% / 46% 54% 46% 54%}100%{transform:scale(1);border-radius:46% 54% 52% 48% / 50% 47% 53% 50%}}.hsk-cb-send:disabled .hsk-cb-send-sheath{opacity:0}.hsk-cb-send--stop .hsk-cb-send-sheath{display:none}.hsk-cb-send:active:not(:disabled) .hsk-cb-send-sheath{box-shadow:inset 0 1px 2px rgba(255,255,255,.3),inset 0 -1px 3px color-mix(in srgb,var(--hsk-primary,#1273e6) 24%,rgba(0,0,0,.6)),0 1px 3px rgba(0,0,0,.24)}@media (prefers-reduced-motion:reduce){.hsk-cb-send:not(:disabled):not(.is-launching) .hsk-cb-send-sheath,.hsk-cb-send.is-launching .hsk-cb-send-sheath{animation:none}}.hsk-cb-send:not(.hsk-cb-send--stop):not(:disabled){background:transparent !important;box-shadow:none !important;overflow:visible !important}.hsk-cb-send:not(.hsk-cb-send--stop):not(:disabled):hover{box-shadow:none !important}.hsk-cb-send:not(:disabled):hover .hsk-cb-send-sheath{box-shadow:inset 0 2px 4px rgba(255,255,255,.58),inset 0 -3px 6px color-mix(in srgb,var(--hsk-primary,#1273e6) 28%,rgba(0,0,0,.5)),0 3px 7px rgba(0,0,0,.22),0 10px 22px color-mix(in srgb,var(--hsk-primary,#1273e6) 20%,transparent)}.hsk-cb-terms-sanctuary{display:flex;flex-direction:column;margin:18px 0 22px;width:100%;max-width:520px;text-align:start;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border:none;border-radius:0;padding:0;box-shadow:none;opacity:0;animation:hsk-terms-delicate-in .5s cubic-bezier(.16,1,.3,1) .05s forwards}@keyframes hsk-terms-delicate-in{0%{opacity:0;transform:translateY(8px)}100%{opacity:1;transform:translateY(0)}}.hsk-cb-terms-item{display:flex;flex-direction:column;gap:4px;opacity:0;animation:hsk-terms-item-in .45s cubic-bezier(.16,1,.3,1) forwards;animation-delay:calc(var(--hsk-row-idx,0) * 60ms+80ms)}@keyframes hsk-terms-item-in{0%{opacity:0;transform:translateY(6px)}100%{opacity:1;transform:translateY(0)}}.hsk-cb-terms-head{display:flex;align-items:baseline;gap:10px}.hsk-cb-terms-numeral{font-family:ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;font-style:italic;font-size:11px;font-weight:600;letter-spacing:.12em;color:var(--hsk-primary,#ff6a33);opacity:.85;flex-shrink:0;user-select:none}.hsk-cb-terms-title{margin:0;font-size:14.5px;font-weight:700;letter-spacing:-0.015em;color:var(--hsk-chat-text,#ffffff)}.hsk-cb-terms-desc{margin:0;padding-inline-start:22px;font-size:13px;line-height:1.55;color:var(--hsk-chat-muted,#9ca3af);font-weight:400}.hsk-cb-terms-divider{height:1px;margin:14px 0;background:linear-gradient( 90deg,transparent 0,color-mix(in srgb,var(--hsk-chat-text,#000000) 8%,transparent) 20%,color-mix(in srgb,var(--hsk-chat-text,#000000) 8%,transparent) 80%,transparent 100% )}.hsk-cb-terms-action-wrap{display:flex;justify-content:center;width:100%;margin-top:14px}.hsk-cb-terms-agree-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 34px;font-size:14px;font-weight:600;border-radius:9999px;border:1px solid var(--hsk-chat-divide,rgba(255,255,255,.08));background:var(--hsk-chat-divide,rgba(255,255,255,.06));color:var(--hsk-chat-muted,rgba(255,255,255,.4));cursor:not-allowed;transition:all .3s cubic-bezier(.16,1,.3,1);letter-spacing:-0.01em}.hsk-cb-terms-agree-btn.is-active{background:var(--hsk-primary,#ff6a33);color:#ffffff;border-color:var(--hsk-primary,#ff6a33);cursor:pointer;box-shadow:0 4px 14px color-mix(in srgb,var(--hsk-primary,#ff6a33) 35%,transparent)}.hsk-cb-terms-agree-btn.is-active:hover{filter:brightness(.92);transform:translateY(-1px);box-shadow:0 6px 18px color-mix(in srgb,var(--hsk-primary,#ff6a33) 45%,transparent)}.hsk-cb-terms-agree-btn.is-active:active{transform:translateY(0);box-shadow:0 2px 6px color-mix(in srgb,var(--hsk-primary,#ff6a33) 25%,transparent)}@keyframes hsk-theme-morph-in{0%{opacity:0;transform:scale(.92) translateY(4px)}100%{opacity:1;transform:scale(1) translateY(0)}}@keyframes hsk-theme-morph-out{0%{opacity:1;transform:scale(1) translateY(0)}100%{opacity:0;transform:scale(.92) translateY(4px)}}`;var eo="akropolys-kiku-root",Kt=null,Va=null;function lc(e){if(typeof CSSStyleSheet<"u"&&"replaceSync"in CSSStyleSheet.prototype)try{let t=new CSSStyleSheet;t.replaceSync(Gr),e.adoptedStyleSheets=[...e.adoptedStyleSheets,t];return}catch{}let a=document.createElement("style");a.textContent=Gr,e.appendChild(a)}function Ka(){return typeof document>"u"?null:Va||(Kt=document.getElementById(eo),Kt||(Kt=document.createElement("div"),Kt.id=eo,Kt.style.cssText="all: initial;",document.body.appendChild(Kt)),Va=Kt.shadowRoot??Kt.attachShadow({mode:"open"}),lc(Va),Va)}var Ii=require("@akropolys/sdk");var to=new WeakMap;function Qr(e){if(!e)return Promise.resolve(null);let a=to.get(e);if(a)return a;let t=Promise.resolve().then(()=>e.baseFont?.()??null).catch(()=>null);return to.set(e,t),t}function ao(e,a,t){if(e&&(Qr(e),a))try{e.getUIStrings?.(a,t)?.catch?.(()=>{})}catch{}}var Xr=require("react"),St=new Map;function dc(e){let a=e.split("?")[0].split("#")[0].split(".").pop()?.toLowerCase();return a==="woff2"?"woff2":a==="woff"?"woff":a==="otf"?"opentype":a==="ttf"?"truetype":""}function no(e){let a=e.trim();return!a||/["'()\\\s]/.test(a)||/^(javascript|vbscript):/i.test(a)?null:a}var hc=/^[Uu]\+[0-9A-Fa-f?]{1,6}(-[0-9A-Fa-f]{1,6})?$/,ro=e=>{let a=e.split(",").map(t=>t.trim()).filter(Boolean);return a.length===0||!a.every(t=>hc.test(t))?"":a.join(", ")},pc=e=>/^\d{3}( \d{3})?$/.test(e)?e:"400";function uc(e,a){(0,Xr.useEffect)(()=>{if(!e||!a||typeof document>"u")return;let t=5381;for(let n=0;n<e.length;n++)t=(t<<5)+t+e.charCodeAt(n)>>>0;let r=`hsk-font-${t.toString(36)}`;if(St.set(e,(St.get(e)??0)+1),!document.getElementById(r)){let n=document.createElement("style");n.id=r,n.textContent=a,document.head.appendChild(n)}return()=>{let n=(St.get(e)??1)-1;if(n>0){St.set(e,n);return}St.delete(e),document.getElementById(r)?.remove()}},[e,a])}function oo(e){return e.faces.map(a=>{let t=no(a.url);return t?`@font-face{font-family:"${e.family}";font-style:normal;font-weight:${pc(a.weight)};font-display:swap;src:url(${t}) format("woff2");`+(ro(a.unicodeRange)?`unicode-range:${ro(a.unicodeRange)};`:"")+"}":""}).join("")}function Jr(e){let a=e?.faces??[],t=e&&a.length?oo(e):"";uc(t?`script|${e.family}|${a.map(r=>r.url).join("|")}`:"",t)}async function io(e,a=1200){if(typeof document>"u"||!("fonts"in document))return;let t=oo(e);if(!t)return;let r=`script|${e.family}|${e.faces.map(o=>o.url).join("|")}`,n=5381;for(let o=0;o<r.length;o++)n=(n<<5)+n+r.charCodeAt(o)>>>0;let i=`hsk-font-${n.toString(36)}`;if(!document.getElementById(i)){let o=document.createElement("style");o.id=i,o.textContent=t,document.head.appendChild(o)}let c=document.fonts,s=e.faces.map(()=>c.load(`16px "${e.family}"`).catch(()=>{}));await Promise.race([Promise.all(s),new Promise(o=>setTimeout(o,a))])}function br(e){let a=typeof e=="object"&&e?e:void 0,t=a?.fontFamily?.split(",")[0].trim().replace(/^['"]|['"]$/g,"")??"",r=typeof a?.fontUrl=="string"?{normal:a.fontUrl}:a?.fontUrl??{},n=r.normal??"",i=r.bold??"",c=r.variable??"";(0,Xr.useEffect)(()=>{if(!t||!n&&!i&&!c)return;let s=c?[["100 900",c]]:[["400",n],["700",i]],o=[];for(let[l,k]of s){if(!k)continue;let v=no(k);if(!v)continue;let y=dc(v);o.push(`@font-face{font-family:"${t}";font-style:normal;font-weight:${l};font-display:swap;src:url(${v})${y?` format("${y}")`:""};}`)}if(o.length===0)return;let d=o.join(""),p=`${t}|${n}|${i}|${c}`,h=5381;for(let l=0;l<p.length;l++)h=(h<<5)+h+p.charCodeAt(l)>>>0;let u=`hsk-host-font-${h.toString(36)}`;if(St.set(p,(St.get(p)??0)+1),!document.getElementById(u)){let l=document.createElement("style");l.id=u,l.textContent=d,document.head.appendChild(l)}return()=>{let l=(St.get(p)??1)-1;if(l>0){St.set(p,l);return}St.delete(p),document.getElementById(u)?.remove()}},[t,n,i,c])}var en=vt(require("react")),Wa=[],fr=[{value:"English",native:"English",tag:"en",rtl:!1},{value:"Chinese",native:"\u4E2D\u6587",tag:"zh",rtl:!1},{value:"Spanish",native:"Espa\xF1ol",tag:"es",rtl:!1},{value:"Arabic",native:"\u0627\u0644\u0639\u0631\u0628\u064A\u0629",tag:"ar",rtl:!0},{value:"Hindi",native:"\u0939\u093F\u0928\u094D\u0926\u0940",tag:"hi",rtl:!1},{value:"French",native:"Fran\xE7ais",tag:"fr",rtl:!1},{value:"Swahili",native:"Kiswahili",tag:"sw",rtl:!1},{value:"Portuguese",native:"Portugu\xEAs",tag:"pt",rtl:!1},{value:"Japanese",native:"\u65E5\u672C\u8A9E",tag:"ja",rtl:!1},{value:"Urdu",native:"\u0627\u0631\u062F\u0648",tag:"ur",rtl:!0}];function Zr(e){if(!e)return;let a=e.trim();if(!a)return;let t=a.toLowerCase(),r=fr.find(n=>n.value.toLowerCase()===t||n.native.toLowerCase()===t||n.tag===t);return r?r.native:a}function so(e){for(let a of e){let t=a.codePointAt(0)??0;if(t>=1424&&t<=2303||t>=64285&&t<=65023||t>=65136&&t<=65279)return!0}return!1}var mc={english:{preparing:"Preparing in English\u2026",changeLang:"Change language",endonym:"English"},swahili:{preparing:"Inatayarisha kwa Kiswahili\u2026",changeLang:"Badilisha lugha",endonym:"Kiswahili"},french:{preparing:"Configuration en fran\xE7ais\u2026",changeLang:"Changer de langue",endonym:"Fran\xE7ais"},spanish:{preparing:"Configurando en espa\xF1ol\u2026",changeLang:"Cambiar idioma",endonym:"Espa\xF1ol"},arabic:{preparing:"\u062C\u0627\u0631\u064D \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0639\u0631\u0628\u064A\u0629\u2026",changeLang:"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0644\u063A\u0629",rtl:!0,endonym:"\u0627\u0644\u0639\u0631\u0628\u064A\u0629"},portuguese:{preparing:"Configurando em portugu\xEAs\u2026",changeLang:"Alterar idioma",endonym:"Portugu\xEAs"},hindi:{preparing:"\u0939\u093F\u0928\u094D\u0926\u0940 \u092E\u0947\u0902 \u0924\u0948\u092F\u093E\u0930 \u0915\u093F\u092F\u093E \u091C\u093E \u0930\u0939\u093E \u0939\u0948\u2026",changeLang:"\u092D\u093E\u0937\u093E \u092C\u0926\u0932\u0947\u0902",endonym:"\u0939\u093F\u0928\u094D\u0926\u0940"},chinese:{preparing:"\u6B63\u5728\u51C6\u5907\u4E2D\u6587\u73AF\u5883\u2026",changeLang:"\u66F4\u6539\u8BED\u8A00",endonym:"\u4E2D\u6587"},urdu:{preparing:"\u0627\u0631\u062F\u0648 \u0645\u06CC\u06BA \u062A\u06CC\u0627\u0631\u06CC \u062C\u0627\u0631\u06CC \u06C1\u06D2\u2026",changeLang:"\u0632\u0628\u0627\u0646 \u062A\u0628\u062F\u06CC\u0644 \u06A9\u0631\u06CC\u06BA",rtl:!0,endonym:"\u0627\u0631\u062F\u0648"},japanese:{preparing:"\u65E5\u672C\u8A9E\u3092\u8A2D\u5B9A\u4E2D\u2026",changeLang:"\u8A00\u8A9E\u3092\u5909\u66F4",endonym:"\u65E5\u672C\u8A9E"},german:{preparing:"Wird auf Deutsch eingerichtet\u2026",changeLang:"Sprache \xE4ndern",endonym:"Deutsch"},italian:{preparing:"Configurazione in italiano\u2026",changeLang:"Cambia lingua",endonym:"Italiano"},russian:{preparing:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0430 \u0440\u0443\u0441\u0441\u043A\u043E\u043C\u2026",changeLang:"\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u044F\u0437\u044B\u043A",endonym:"\u0420\u0443\u0441\u0441\u043A\u0438\u0439"},korean:{preparing:"\uD55C\uAD6D\uC5B4\uB85C \uC124\uC815 \uC911\u2026",changeLang:"\uC5B8\uC5B4 \uBCC0\uACBD",endonym:"\uD55C\uAD6D\uC5B4"},turkish:{preparing:"T\xFCrk\xE7e olarak haz\u0131rlan\u0131yor\u2026",changeLang:"Dili de\u011Fi\u015Ftir",endonym:"T\xFCrk\xE7e"},vietnamese:{preparing:"\u0110ang thi\u1EBFt l\u1EADp b\u1EB1ng Ti\u1EBFng Vi\u1EC7t\u2026",changeLang:"\u0110\u1ED5i ng\xF4n ng\u1EEF",endonym:"Ti\u1EBFng Vi\u1EC7t"},indonesian:{preparing:"Menyiapkan dalam Bahasa Indonesia\u2026",changeLang:"Ubah bahasa",endonym:"Bahasa Indonesia"},polish:{preparing:"Przygotowywanie w j\u0119zyku polskim\u2026",changeLang:"Zmie\u0144 j\u0119zyk",endonym:"Polski"},dutch:{preparing:"Instellen in het Nederlands\u2026",changeLang:"Taal wijzigen",endonym:"Nederlands"},thai:{preparing:"\u0E01\u0E33\u0E25\u0E31\u0E07\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E40\u0E1B\u0E47\u0E19\u0E20\u0E32\u0E29\u0E32\u0E44\u0E17\u0E22\u2026",changeLang:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E20\u0E32\u0E29\u0E32",endonym:"\u0E44\u0E17\u0E22"},bengali:{preparing:"\u09AC\u09BE\u0982\u09B2\u09BE\u09AF\u09BC \u09AA\u09CD\u09B0\u09B8\u09CD\u09A4\u09C1\u09A4 \u0995\u09B0\u09BE \u09B9\u099A\u09CD\u099B\u09C7\u2026",changeLang:"\u09AD\u09BE\u09B7\u09BE \u09AA\u09B0\u09BF\u09AC\u09B0\u09CD\u09A4\u09A8 \u0995\u09B0\u09C1\u09A8",endonym:"\u09AC\u09BE\u0982\u09B2\u09BE"},tamil:{preparing:"\u0BA4\u0BAE\u0BBF\u0BB4\u0BBF\u0BB2\u0BCD \u0BA4\u0BAF\u0BBE\u0BB0\u0BCD \u0B9A\u0BC6\u0BAF\u0BCD\u0BAF\u0BAA\u0BCD\u0BAA\u0B9F\u0BC1\u0B95\u0BBF\u0BB1\u0BA4\u0BC1\u2026",changeLang:"\u0BAE\u0BCA\u0BB4\u0BBF\u0BAF\u0BC8 \u0BAE\u0BBE\u0BB1\u0BCD\u0BB1\u0BB5\u0BC1\u0BAE\u0BCD",endonym:"\u0BA4\u0BAE\u0BBF\u0BB4\u0BCD"},telugu:{preparing:"\u0C24\u0C46\u0C32\u0C41\u0C17\u0C41\u0C32\u0C4B \u0C38\u0C3F\u0C26\u0C4D\u0C27\u0C02 \u0C1A\u0C47\u0C38\u0C4D\u0C24\u0C4B\u0C02\u0C26\u0C3F\u2026",changeLang:"\u0C2D\u0C3E\u0C37\u0C28\u0C41 \u0C2E\u0C3E\u0C30\u0C4D\u0C1A\u0C02\u0C21\u0C3F",endonym:"\u0C24\u0C46\u0C32\u0C41\u0C17\u0C41"},persian:{preparing:"\u062F\u0631 \u062D\u0627\u0644 \u0622\u0645\u0627\u062F\u0647\u200C\u0633\u0627\u0632\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0641\u0627\u0631\u0633\u06CC\u2026",changeLang:"\u062A\u063A\u06CC\u06CC\u0631 \u0632\u0628\u0627\u0646",rtl:!0,endonym:"\u0641\u0627\u0631\u0633\u06CC"},farsi:{preparing:"\u062F\u0631 \u062D\u0627\u0644 \u0622\u0645\u0627\u062F\u0647\u200C\u0633\u0627\u0632\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0641\u0627\u0631\u0633\u06CC\u2026",changeLang:"\u062A\u063A\u06CC\u06CC\u0631 \u0632\u0628\u0627\u0646",rtl:!0,endonym:"\u0641\u0627\u0631\u0633\u06CC"},greek:{preparing:"\u03A1\u03CD\u03B8\u03BC\u03B9\u03C3\u03B7 \u03C3\u03C4\u03B1 \u03B5\u03BB\u03BB\u03B7\u03BD\u03B9\u03BA\u03AC\u2026",changeLang:"\u0391\u03BB\u03BB\u03B1\u03B3\u03AE \u03B3\u03BB\u03CE\u03C3\u03C3\u03B1\u03C2",endonym:"\u0395\u03BB\u03BB\u03B7\u03BD\u03B9\u03BA\u03AC"},hebrew:{preparing:"\u05DE\u05D2\u05D3\u05D9\u05E8 \u05D1\u05E2\u05D1\u05E8\u05D9\u05EA\u2026",changeLang:"\u05E9\u05E0\u05D4 \u05E9\u05E4\u05D4",rtl:!0,endonym:"\u05E2\u05D1\u05E8\u05D9\u05EA"},swedish:{preparing:"St\xE4ller in p\xE5 svenska\u2026",changeLang:"Byt spr\xE5k",endonym:"Svenska"},kikuyu:{preparing:"G\u0129k\u0169y\u0169 g\u0129g\u0129thondekwo\u2026",changeLang:"Cenjia r\u0169thiomi",endonym:"G\u0129k\u0169y\u0169"},gikuyu:{preparing:"G\u0129k\u0169y\u0169 g\u0129g\u0129thondekwo\u2026",changeLang:"Cenjia r\u0169thiomi",endonym:"G\u0129k\u0169y\u0169"},akan:{preparing:"Y\u025Bresiesie w\u0254 Akan mu\u2026",changeLang:"Sesa kasa",endonym:"Akan"},twi:{preparing:"Y\u025Bresiesie w\u0254 Twi mu\u2026",changeLang:"Sesa kasa",endonym:"Twi"},yoruba:{preparing:"Ngbaradi ni \xC8d\xE8 Yor\xF9b\xE1\u2026",changeLang:"Yi ede pada",endonym:"\xC8d\xE8 Yor\xF9b\xE1"},amharic:{preparing:"\u1260\u12A0\u121B\u122D\u129B \u1260\u1218\u12D8\u130B\u1300\u1275 \u120B\u12ED\u2026",changeLang:"\u124B\u1295\u124B \u1240\u12ED\u122D",endonym:"\u12A0\u121B\u122D\u129B"},somali:{preparing:"Diyaarinta af Soomaali\u2026",changeLang:"Beddel luqadda",endonym:"Af-Soomaali"},hausa:{preparing:"Shirya cikin Hausa\u2026",changeLang:"Canja harshe",endonym:"Hausa"},zulu:{preparing:"Ilungiselela ngesiZulu\u2026",changeLang:"Shintsha ulimi",endonym:"isiZulu"},oromo:{preparing:"Afaan Oromootiin qophaa'aa jira\u2026",changeLang:"Afaan jijjiiri",endonym:"Afaan Oromoo"},luganda:{preparing:"Tuteekateeka mu Oluganda\u2026",changeLang:"Kyusa olulimi",endonym:"Oluganda"}};function co(e){let a=e.trim();return a?a.charAt(0).toUpperCase()+a.slice(1):"\u2026"}function Oa(e){if(!e)return{nativeName:"\u2026",preparing:"Preparing\u2026",changeLang:"\u2190",rtl:!1,known:!0};let a=e.trim().toLowerCase(),t=Object.entries(mc).find(([c,s])=>c===a||s.endonym?.toLowerCase()===a||Zr(c)?.toLowerCase()===a);if(t)return{nativeName:t[1].endonym||Zr(e)||co(e),preparing:t[1].preparing,changeLang:t[1].changeLang,rtl:!!t[1].rtl||so(t[1].preparing),known:!0};let r=Zr(e)||e,n=co(r),i=so(n);return{nativeName:n,preparing:`Preparing in ${n}\u2026`,changeLang:i?"\u062A\u063A\u064A\u064A\u0631":"Change",rtl:i,known:!1}}var gr=[{name:"Puck",label:"Puck",gender:"male"},{name:"Charon",label:"Charon",gender:"male"},{name:"Kore",label:"Kore",gender:"female"},{name:"Aoede",label:"Aoede",gender:"female"}],tn="hsk-live-voice",aa={langPlaceholder:"Type your preferred language\u2026",nameStepTitle:"Nice to meet you.",nameStepLead:"I can search, visualize, or capture anything for you \u2014 on this site or any other.",nameStepAsk:"What should I call you?",namePlaceholder:"Type your name\u2026",attachImage:"Attach a photo",vizUnavailable:"The preview could not be loaded.",vizDisclaimerImage:"Generated using Artificial Intelligence \u2014 colours, size and placement may differ from the real product.",vizDisclaimerVideo:"Generated using Artificial Intelligence \u2014 colours, size and movement may differ from the real product.",calcDisclaimer:"This is a calculation from live figures, not a guarantee \u2014 the market can move against it.",staleTitle:"No longer available",staleRemoved:"{title} has been removed and is no longer on offer.",staleUnavailable:"{title} is currently unavailable.",keyPastePrompt:"Paste your public id \u2014 or create one",keyPastePlaceholder:"your public id\u2026",keyUseMine:"Use my id",keyCreating:"Creating\u2026",keyCreateNew:"I'm new \u2014 create one",keySecretTitle:"Your secret \u2014 shown only once",keyDismiss:"Dismiss",keyCopySecret:"Copy secret",keyCopied:"Copied",keySecretHint:"Keep it private \u2014 use it to unlock your memory.",keyPublicTitle:"Your public id",keyCopyId:"Copy id",keyPublicHint:"Paste this on any site to save to the same memory.",keyAutoHide:"Hides automatically in {seconds}s.",greetReturning:"Hi, {name}.",greetReturningLead:"What can I find for you today?",howShouldResultsLook:"How should results look?",entityLangIntro:"I reply in {lang}. Product names stay as this site lists them \u2014 the details can too, or be translated.",asWritten:"As written",inLanguage:"In {lang}",namesAsWritten:"Details exactly as the site lists them.",detailsTranslated:"Details translated. Numbers and links stay exactly as listed.",entityLangPlaceholder:"Pick one of the two cards above\u2026",termsStepTitle:"Privacy & Terms of Use",termsStepSubtitle:"Transparent, anonymous, and zero-PII by design.",termsPiiTitle:"Zero PII Collection",termsPiiDesc:"We never collect or store personal identifying information (no emails, phone numbers, or real-world identities) from your chats or voice sessions.",termsSessionTitle:"Anonymous Session Tokens",termsSessionDesc:"Your session uses an anonymous client-side token solely to maintain context. It is never linked to your real identity.",termsMemoryTitle:"Ephemeral Chats vs. Mimi Vault",termsMemoryDesc:'Regular chats are ephemeral \u2014 closing the tab or clicking "Clear Chat" terminates them forever. Items you save with "@kiku" are encrypted and can be unlocked at mimi.akropolys.cloud with your Secret Access Key.',termsCookieTitle:"Host Website Telemetry",termsCookieDesc:"The host website where Kiku is embedded may collect cookies and analytics per their own cookie policy, outside Kiku's control.",termsAgreeButton:"Agree & Continue",termsAgreeCounting:"Agree & Continue ({seconds}s)",termsPlaceholder:"Please review our Privacy & Terms above\u2026",allSet:"You're all set, {name}.",replyingTranslated:"Replying in {lang}, results translated too. Ask me anything.",replyingOriginal:"Replying in {lang}, results as this site wrote them. Ask me anything.",defaultPlaceholder:"Ask me anything\u2026",footerHint:"kiku \xB7 searches the whole catalogue in real time",voiceListening:"Listening\u2026 tap the mic to stop",voiceSending:"Got it \u2014 sending\u2026",voiceModeStart:"Hands-free conversation",voiceModeExit:"Leave hands-free",voicePhaseListening:"Listening",voicePhaseThinking:"Thinking",voicePhaseSpeaking:"Speaking",voiceHint:"Just talk \u2014 I'll answer when you pause.",voiceMuted:"Muted",voiceMutedHint:"Tap the microphone to speak again.",micDenied:"Microphone blocked. Allow mic access for this site, then try again.",micInsecure:"Voice needs a secure (https) connection.",micMissing:"No microphone found.",micLangUnsupported:"This browser cannot transcribe that language yet. Type instead.",micNetwork:"Couldn't reach voice. Try again in a moment.",voiceUnavailable:"Voice is unavailable right now. Try again in a moment.",voiceLimitReached:"You've used up today's voice time. It resets in a day \u2014 chat still works.",voiceSiteLimit:"Voice is out of allowance on this site for now. Chat still works.",voicePickerLabel:"Choose a voice",micNoSpeech:"Didn't catch anything. Try again, a little closer to the mic.",micFailed:"Couldn't hear that. Try again.",clearChat:"Clear chat",thinking:"Thinking",thoughtForSeconds:"Thought for {duration}",thoughtProcess:"Thought process",captureAndRemember:"kiku \u2014 capture & remember",captureCurrentPage:"Capture current page",captureAll:"Capture all ({count})",whatHaveYouSaved:"What have you saved?",deleteThis:"Delete this",errShopperReplyLimit:"You've reached this site's reply limit for your account.",errAccessRevoked:"Your access to the assistant has been revoked by the store.",errAccountRequired:"Please create an account to continue using the chat assistant.",errStreamInterrupted:"The reply was interrupted. Please try again.",errNetwork:"The assistant couldn't respond just now \u2014 please try again in a moment.",errGeneric:"Something went wrong. Please try again.",vizWorking:"Visualizing\u2026",vizMarkEdit:"Mark & edit",markupTitle:"Mark where you want the change",markupCancel:"Cancel",markupSketch:"Sketch",markupText:"Text",markupEraser:"Eraser",markupUndo:"Undo",markupClear:"Clear",markupSend:"Send",markupTextHint:"Type, then Enter",markupInstruction:"Describe the change \u2014 e.g. add the sofa here",markupDialogLabel:"Mark up image",markupColorLabel:"Colour {colour}",markupError:"Couldn't process this image \u2014 try a newer visualization.",markupLoadError:"This image can't be edited here.",markupLoading:"Loading image\u2026",markupApplyMarks:"Apply the change I marked on the image.",openMemory:"Open my memory on mimi",errTooManyRequests:"The assistant is currently receiving too many requests. Please try again in a few moments.",errTokenLimit:"You've reached your usage limit. Please update your billing limits in your dashboard to continue.",statusSent:"Sent",statusStopped:"Sent \xB7 reply stopped",queuedWaiting:"Queued",queuedSendNow:"Send now",jumpToLatest:"Scroll to latest",timelineLabel:"Questions in this conversation",voiceConnecting:"Connecting \u2014 wait for the tone before speaking",stoppedByYou:"You stopped this response.",stoppedInterrupted:"This response was interrupted.",continueGenerating:"Continue generating",generateResponse:"Generate response",pillCompareTop2:"Compare top 2",pillCompareTop2Query:"Compare the {a} and {b}",pillMoreOn:"More on {name}",pillMoreOnQuery:"Tell me more about the {name}",pillUnder:"Under {amount}",pillUnderQuery:"Show me options under {amount}",pillSimilarOptions:"Similar options",pillSimilarOptionsQuery:"Show me more like the {name}",pillWhichBest:"Which is best?",pillWhichBestQuery:"Which one would you recommend and why?",pillFindAlternatives:"Find alternatives",pillFindAlternativesQuery:"What are good alternatives to the {name}?",pillShowPopular:"Show popular items",pillShowPopularQuery:"What are your most popular items?",pillRecommend:"Recommend something",pillRecommendQuery:"What do you recommend for me?",cardClickAnswer:"The {name}",cardClickQuery:"Tell me more about the {name}{price} \u2014 what are its key details, who is it best suited for, and what should I know?",displayCapture:"capture {name}",displayCaptureAll:"capture all ({count} items)",displayViewHistory:"what have you saved?",displayDelete:"delete this"},an=en.default.createContext((e,a)=>{let t=aa[e];if(a)for(let[r,n]of Object.entries(a))t=t.split(`{${r}}`).join(n);return t}),Wt=()=>en.default.useContext(an);function ho(e){let a=e.trim();if(!a||a.length>40||a.includes("?"))return null;a=a.replace(/^(hi|hey|hello|yo)[,!.\s]+/i,""),a=a.replace(/^(i['’]?m|im|my name is|call me|it['’]?s|this is|name['’]?s)\s+/i,""),a=a.trim().replace(/[.!,]+$/,"");let t=a.split(/\s+/);if(t.length===0||t.length>3||!/^[\p{L}][\p{L}\-'’ ]{0,30}$/u.test(a))return null;let r=a.toLowerCase();if(["phone","laptop","tv","cheap","best","under","buy","search","find","show","need","want","price","sofa","shoe","headphone","camera","gift","help"].some(c=>r.includes(c)))return null;let i=t[0];return i.charAt(0).toUpperCase()+i.slice(1)}var lo={shopper_reply_limit:"errShopperReplyLimit",RATE_LIMIT_EXCEEDED:"errShopperReplyLimit",access_revoked:"errAccessRevoked",account_required:"errAccountRequired",stream_interrupted:"errStreamInterrupted"};var po=(e,a)=>{let t=e&&typeof e=="object"?e.code:void 0;if(t&&lo[t])return a(lo[t]);let r="";if(typeof e=="string")r=e;else if(e&&typeof e=="object"&&e.message)r=e.message;else try{r=JSON.stringify(e)}catch{r=String(e)}let n=r.toLowerCase();if(n.includes("429")||n.includes("too many requests")||n.includes("requests per minute limit exceeded")||n.includes("too_many_requests_error")||n.includes("request_quota_exceeded")||n.includes("quota"))return a("errTooManyRequests");if(n.includes("token limit"))return a("errTokenLimit");if(n.includes("failed to fetch")||n.includes("networkerror")||n.includes("request failed"))return a("errNetwork");if(r)try{console.warn("[kiku] untranslated error:",r)}catch{}return a("errGeneric")},uo=()=>typeof window>"u"||window.isSecureContext!==!1,rn=15;var le=vt(require("react"));var $=require("react/jsx-runtime"),kc=({className:e,size:a=18,tight:t=!1})=>(0,$.jsx)("svg",{className:re("hsk-brand-mark",e),width:a,height:a,viewBox:t?"10.2 17.4 79.5 79.5":"0 0 100 100",xmlns:"http://www.w3.org/2000/svg","aria-label":"kiku",children:(0,$.jsxs)("g",{transform:"translate(22.7 19) scale(0.62)",fill:"currentColor",fillRule:"evenodd",children:[(0,$.jsx)("path",{d:"M39.4 10.4 Q44 0 48.6 10.4 L86.1 95.8 Q88 100 83.4 100 L4.6 100 Q0 100 1.9 95.8 Z M24 100 L24 65 Q24 60 27.4 56.3 Q44 38 60.6 56.3 Q64 60 64 65 L64 100 Z"}),(0,$.jsx)("circle",{cx:"55",cy:"82",r:"3.4"})]})}),kt=kc,mo=()=>(0,$.jsxs)("svg",{className:"hsk-stop-icon",width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",children:[(0,$.jsx)("circle",{className:"hsk-stop-ring",cx:"12",cy:"12",r:"9.5",stroke:"currentColor",strokeWidth:"1.6",strokeLinecap:"round"}),(0,$.jsx)("rect",{className:"hsk-stop-core",x:"8.5",y:"8.5",width:"7",height:"7",rx:"1.8",fill:"currentColor"})]});var ko=()=>(0,$.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,$.jsx)("path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"}),(0,$.jsx)("polyline",{points:"15 3 21 3 21 9"}),(0,$.jsx)("line",{x1:"10",y1:"14",x2:"21",y2:"3"})]}),bo=()=>(0,$.jsx)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"currentColor",children:(0,$.jsx)("path",{d:"M8 5v14l11-7z"})}),vr=()=>(0,$.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,$.jsx)("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),(0,$.jsx)("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]}),yr=()=>(0,$.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,$.jsx)("path",{d:"m15 18-6-6 6-6"})}),fo=()=>(0,$.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,$.jsx)("path",{d:"m9 18 6-6-6-6"})}),go=()=>(0,$.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,$.jsx)("path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"}),(0,$.jsx)("path",{d:"M3 3v5h5"}),(0,$.jsx)("path",{d:"M12 7v5l4 2"})]}),xr=()=>(0,$.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,$.jsx)("path",{d:"M19 21 12 16l-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"})}),vo=()=>(0,$.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,$.jsx)("path",{d:"M3 6h18"}),(0,$.jsx)("path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"})]});var yo=()=>(0,$.jsx)("svg",{width:"19",height:"19",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",children:(0,$.jsx)("path",{d:"M12 5v14M5 12h14"})}),nn=()=>(0,$.jsx)("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,$.jsx)("path",{d:"m21.44 11.05-9.19 9.19a6 6 0 0 1-8.49-8.49l8.57-8.57A4 4 0 1 1 18 8.84l-8.59 8.57a2 2 0 0 1-2.83-2.83l8.49-8.48"})}),xo=({size:e=13}={})=>(0,$.jsxs)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,$.jsx)("rect",{className:"hsk-copy-sheet",x:"9",y:"9",width:"13",height:"13",rx:"2"}),(0,$.jsx)("path",{className:"hsk-copy-back",d:"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"})]}),wo=({size:e=13}={})=>(0,$.jsx)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,$.jsx)("polyline",{className:"hsk-check-mark",points:"20 6 9 17 4 12"})}),ya=({className:e,size:a=18}={})=>(0,$.jsxs)("svg",{className:e,width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,$.jsx)("path",{className:"hsk-mic-cap",d:"M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3z"}),(0,$.jsx)("path",{d:"M19 10v2a7 7 0 0 1-14 0v-2"}),(0,$.jsx)("line",{x1:"12",y1:"19",x2:"12",y2:"22"})]}),wr=()=>(0,$.jsxs)("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,$.jsx)("line",{x1:"2",y1:"2",x2:"22",y2:"22"}),(0,$.jsx)("path",{d:"M18.89 13.23A7.12 7.12 0 0 0 19 12v-2"}),(0,$.jsx)("path",{d:"M5 10v2a7 7 0 0 0 12 5"}),(0,$.jsx)("path",{d:"M15 9.34V5a3 3 0 0 0-5.68-1.33"}),(0,$.jsx)("path",{d:"M9 9v3a3 3 0 0 0 5.12 2.12"}),(0,$.jsx)("line",{x1:"12",y1:"19",x2:"12",y2:"22"})]}),on=({active:e})=>(0,$.jsxs)("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,$.jsx)("path",{className:"hsk-wave-bar hsk-wave-bar--tip",style:{"--hsk-bar":0,"--hsk-amp":1.9,"--hsk-period":"1.24s"},d:"M2 12h2"}),(0,$.jsx)("path",{className:"hsk-wave-bar",style:{"--hsk-bar":1,"--hsk-amp":1.78,"--hsk-period":"0.94s"},d:"M6 8v8"}),(0,$.jsx)("path",{className:"hsk-wave-bar",style:{"--hsk-bar":2,"--hsk-amp":1.26,"--hsk-period":"1.42s"},d:"M10 4v16"}),(0,$.jsx)("path",{className:"hsk-wave-bar",style:{"--hsk-bar":3,"--hsk-amp":1.62,"--hsk-period":"1.08s"},d:"M14 7v10"}),(0,$.jsx)("path",{className:"hsk-wave-bar",style:{"--hsk-bar":4,"--hsk-amp":2.05,"--hsk-period":"0.86s"},d:"M18 9v6"}),(0,$.jsx)("path",{className:"hsk-wave-bar hsk-wave-bar--tip",style:{"--hsk-bar":5,"--hsk-amp":1.9,"--hsk-period":"1.32s"},d:"M22 12h-2"})]}),So=()=>(0,$.jsxs)("svg",{className:"hsk-telegram-icon",width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,$.jsx)("polygon",{className:"hsk-kite-wing hsk-kite-wing--far",points:"22 2 11 13 2 9"}),(0,$.jsx)("polygon",{className:"hsk-kite-wing hsk-kite-wing--near",points:"22 2 15 22 11 13"}),(0,$.jsx)("line",{className:"hsk-kite-spine",x1:"22",y1:"2",x2:"11",y2:"13"})]}),Co=()=>(0,$.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,$.jsx)("circle",{className:"hsk-sun-core",cx:"12",cy:"12",r:"5"}),(0,$.jsxs)("g",{className:"hsk-sun-rays",children:[(0,$.jsx)("line",{x1:"12",y1:"1",x2:"12",y2:"3"}),(0,$.jsx)("line",{x1:"12",y1:"21",x2:"12",y2:"23"}),(0,$.jsx)("line",{x1:"4.22",y1:"4.22",x2:"5.64",y2:"5.64"}),(0,$.jsx)("line",{x1:"18.36",y1:"18.36",x2:"19.78",y2:"19.78"}),(0,$.jsx)("line",{x1:"1",y1:"12",x2:"3",y2:"12"}),(0,$.jsx)("line",{x1:"21",y1:"12",x2:"23",y2:"12"}),(0,$.jsx)("line",{x1:"4.22",y1:"19.78",x2:"5.64",y2:"18.36"}),(0,$.jsx)("line",{x1:"18.36",y1:"5.64",x2:"19.78",y2:"4.22"})]})]}),Mo=()=>(0,$.jsx)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,$.jsx)("path",{className:"hsk-moon-body",d:"M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"})}),No=()=>(0,$.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,$.jsx)("path",{className:"hsk-wood-layer",style:{"--hsk-layer":0},d:"M12 2L2 7l10 5 10-5-10-5z"}),(0,$.jsx)("path",{className:"hsk-wood-layer",style:{"--hsk-layer":2},d:"M2 17l10 5 10-5"}),(0,$.jsx)("path",{className:"hsk-wood-layer",style:{"--hsk-layer":1},d:"M2 12l10 5 10-5"})]}),To=()=>(0,$.jsx)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,$.jsx)("path",{className:"hsk-heart-body",d:"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"})}),Ro=()=>(0,$.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,$.jsx)("path",{d:"M17 8h1a4 4 0 1 1 0 8h-1"}),(0,$.jsx)("path",{d:"M3 8h14v9a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4z"}),(0,$.jsx)("line",{className:"hsk-steam",style:{"--hsk-steam":0},x1:"6",y1:"1",x2:"6",y2:"4"}),(0,$.jsx)("line",{className:"hsk-steam",style:{"--hsk-steam":1},x1:"10",y1:"1",x2:"10",y2:"4"}),(0,$.jsx)("line",{className:"hsk-steam",style:{"--hsk-steam":2},x1:"14",y1:"1",x2:"14",y2:"4"})]}),Po=()=>(0,$.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,$.jsx)("path",{d:"M12 3a6.5 6.5 0 0 0 9 9 9 9 0 1 1-9-9z"}),(0,$.jsx)("path",{className:"hsk-star-spark",d:"M18.5 2.5l.6 1.6 1.6.6-1.6.6-.6 1.6-.6-1.6-1.6-.6 1.6-.6z"})]});var zo=({size:e=11})=>(0,$.jsxs)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.6",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,$.jsx)("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),(0,$.jsx)("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]});var ra=[{id:"light",label:"Silver",Icon:Co,dark:!1},{id:"dark",label:"Onyx",Icon:Mo,dark:!0},{id:"mahogany",label:"Mahogany",Icon:No,dark:!0},{id:"blush",label:"Blush",Icon:To,dark:!1},{id:"coffee",label:"Coffee",Icon:Ro,dark:!1},{id:"midnight",label:"Midnight",Icon:Po,dark:!0}],sn="dark",Ao="light";function cn(e){return typeof e=="string"&&ra.some(a=>a.id===e)}function ln(e){return ra.find(a=>a.id===e)??ra[0]}var Rr=require("@akropolys/sdk"),Ai=require("@akropolys/sdk");var Sr=require("react");function bc(e,a,t=.55){return a<=0?0:e*a*t/(a+t*Math.abs(e))}function fc({stiffness:e=500,damping:a=45,onFrame:t,onRest:r}){let n=0,i=0,c=0,s=null,o=0,d=h=>{let u=Math.min(.032,(h-o)/1e3)||.016666666666666666;o=h;let l=Math.max(1,Math.ceil(u/.008)),k=u/l;for(let v=0;v<l;v++){let y=-e*(n-c)-a*i;i+=y*k,n+=i*k}if(Math.abs(n-c)<.5&&Math.abs(i)<.5){n=c,i=0,s=null,t(n),r?.();return}t(n),s=requestAnimationFrame(d)},p=()=>{s===null&&(o=performance.now(),s=requestAnimationFrame(d))};return{track(h){s!==null&&(cancelAnimationFrame(s),s=null),n=h,i=0,t(n)},to(h,u=0){c=h,i=u,p()},get value(){return n},stop(){s!==null&&(cancelAnimationFrame(s),s=null)}}}function Lo({panel:e,scroller:a,onDismiss:t,quiescent:r,enabled:n=!0}){let i=(0,Sr.useRef)(t);i.current=t,(0,Sr.useEffect)(()=>{if(!n)return;let c=e();if(!c||typeof matchMedia=="function"&&matchMedia("(prefers-reduced-motion: reduce)").matches)return;let s=!1,o=0,d=0,p=0,h=-1,u=0,l=0,k=0,v=!1,y=!1,C=fc({onFrame:S=>{c.style.transform=S===0?"":`translate3d(0, ${S}px, 0)`;let X=c.parentElement;X&&(X.style.opacity=S===0?"":String(Math.max(.35,1-S/(c.offsetHeight||1)*1.1)))},onRest:()=>{c.style.willChange="",y&&(y=!1,i.current())}}),I=()=>{let S=a();return S&&S.scrollTop>0?!1:r?r():!0},g=S=>{S.pointerType==="mouse"||!S.isPrimary||(s=!1,v=!1,h=S.pointerId,o=u=S.clientY,d=S.clientX,l=S.timeStamp,k=0,p=C.value)},w=S=>{if(S.pointerId!==h)return;let X=S.clientY-o,M=S.clientX-d;if(!v){if(Math.abs(X)<6&&Math.abs(M)<6)return;if(v=!0,s=X>0&&Math.abs(X)>Math.abs(M)&&I(),s){try{c.setPointerCapture(S.pointerId)}catch{}C.stop(),c.style.animation="none",c.style.willChange="transform"}}if(!s)return;let U=S.timeStamp-l;U>0&&(k=(S.clientY-u)/U*1e3),u=S.clientY,l=S.timeStamp;let j=p+X;C.track(j<0?-bc(-j,c.offsetHeight||1):j),S.cancelable&&S.preventDefault()},N=S=>{if(S.pointerId!==h)return;try{c.hasPointerCapture(S.pointerId)&&c.releasePointerCapture(S.pointerId)}catch{}if(h=-1,!s)return;s=!1;let X=c.offsetHeight||1;C.value+k*.12>X*.3||k>900?(y=!0,c.style.pointerEvents="none",C.to(X,k)):C.to(0,k)};return c.addEventListener("pointerdown",g,{passive:!0}),c.addEventListener("pointermove",w,{passive:!1}),c.addEventListener("pointerup",N,{passive:!0}),c.addEventListener("pointercancel",N,{passive:!0}),()=>{C.stop(),c.removeEventListener("pointerdown",g),c.removeEventListener("pointermove",w),c.removeEventListener("pointerup",N),c.removeEventListener("pointercancel",N),c.style.transform="",c.style.willChange="",c.style.animation="",c.style.pointerEvents="";let S=c.parentElement;S&&(S.style.opacity="")}},[n,e,a,r])}var qe=require("react");var Io=(e,a)=>Math.hypot(e.x-a.x,e.y-a.y);function gc(e){let a=0;for(let t=1;t<e.length;t++)a+=Io(e[t-1],e[t]);return a}function Eo(e){let a=1/0,t=1/0,r=-1/0,n=-1/0;for(let i of e)i.x<a&&(a=i.x),i.y<t&&(t=i.y),i.x>r&&(r=i.x),i.y>n&&(n=i.y);return{minX:a,minY:t,maxX:r,maxY:n}}var xa=e=>Math.max(0,Math.min(1e3,Math.round(e)));function Do(e,a,t){return[xa(e.minY/t*1e3),xa(e.minX/a*1e3),xa(e.maxY/t*1e3),xa(e.maxX/a*1e3)]}function vc(e,a){let[t,r,n,i]=e,[c,s,o,d]=a,p=Math.min(i,d)-Math.max(r,s),h=Math.min(n,o)-Math.max(t,c);if(p<=0||h<=0)return!1;let u=Math.min((i-r)*(n-t),(d-s)*(o-c));return u>0&&p*h/u>.35}var yc=(e,a)=>[Math.min(e[0],a[0]),Math.min(e[1],a[1]),Math.max(e[2],a[2]),Math.max(e[3],a[3])];function xc(e,a,t){if(e.length<2)return null;let r=Eo(e),n=Do(r,a,t),i=Math.hypot(r.maxX-r.minX,r.maxY-r.minY);if(i<4)return null;let c=gc(e),s=Io(e[0],e[e.length-1]),o=c/Math.max(s,1e-6);return s/i<.3&&c>i*1.8?{gesture:"ring",box:n,straight:!1}:o<1.25?{gesture:"arrow",box:n,to:[xa(e[e.length-1].y/t*1e3),xa(e[e.length-1].x/a*1e3)],straight:!0}:{gesture:"scribble",box:n,straight:!1}}function Fo(e,a,t){if(!a||!t)return[];let r=[],n=[];for(let s of e){if(s.kind==="text"&&s.value&&typeof s.x=="number"&&typeof s.y=="number"){let o={x:s.x,y:s.y};n.push({gesture:"text",box:Do(Eo([o,o]),a,t),text:s.value});continue}if(s.kind==="stroke"&&s.tool!=="eraser"&&s.points){let o=xc(s.points,a,t);o&&r.push(o)}}let i=new Set,c=[];for(let s=0;s<r.length;s++){if(i.has(s))continue;let o=r[s];for(let d=s+1;d<r.length;d++)i.has(d)||!o.straight||!r[d].straight||vc(o.box,r[d].box)&&(i.add(d),o={gesture:"cross",box:yc(o.box,r[d].box),straight:!1});i.add(s),c.push(o.gesture==="arrow"?{gesture:"arrow",box:o.box,to:o.to}:{gesture:o.gesture,box:o.box})}return[...c,...n]}var Te=require("react/jsx-runtime"),_o=["#111111","#ff5a5a","#ffb300","#22c55e","#06b6d4","#d946ef","#9ca3af"],wc=1280;function Ho({src:e,onCancel:a,onSend:t,t:r}){let[n,i]=(0,qe.useState)(null),[c,s]=(0,qe.useState)(!1),[o,d]=(0,qe.useState)("pen"),[p,h]=(0,qe.useState)(_o[1]),[u,l]=(0,qe.useState)([]),[k,v]=(0,qe.useState)(null),[y,x]=(0,qe.useState)(""),[C,I]=(0,qe.useState)(""),[g,w]=(0,qe.useState)(!1),N=(0,qe.useRef)(null),S=(0,qe.useRef)(null),X=(0,qe.useRef)(null);(0,qe.useEffect)(()=>{let m=new Image;m.crossOrigin="anonymous",m.onload=()=>i(m),m.onerror=()=>s(!0),m.src=e},[e]);let M=(()=>{if(!n)return{w:0,h:0};let m=Math.min(1,wc/Math.max(n.naturalWidth,n.naturalHeight));return{w:Math.round(n.naturalWidth*m),h:Math.round(n.naturalHeight*m)}})(),U=(0,qe.useRef)(null),j=m=>{let F=N.current;if(!F||!n)return;let G=F.getContext("2d");if(!G)return;U.current||(U.current=document.createElement("canvas"));let ie=U.current;ie.width=F.width,ie.height=F.height;let Z=ie.getContext("2d"),_=m?[...u,m]:u;for(let R of _)R.kind==="stroke"?(Z.save(),Z.globalCompositeOperation=R.tool==="eraser"?"destination-out":"source-over",Z.strokeStyle=R.color,Z.lineWidth=R.tool==="eraser"?R.size*3:R.size,Z.lineCap="round",Z.lineJoin="round",Z.beginPath(),R.points.forEach((P,A)=>A===0?Z.moveTo(P.x,P.y):Z.lineTo(P.x,P.y)),R.points.length===1&&Z.lineTo(R.points[0].x+.01,R.points[0].y),Z.stroke(),Z.restore()):(Z.save(),Z.fillStyle=R.color,Z.font=`600 ${R.size}px system-ui, sans-serif`,Z.fillText(R.value,R.x,R.y),Z.restore());G.clearRect(0,0,F.width,F.height),G.drawImage(n,0,0,F.width,F.height),G.drawImage(ie,0,0)};(0,qe.useEffect)(()=>{j()},[n,u,M.w,M.h]),(0,qe.useEffect)(()=>{k&&X.current?.focus()},[k]);let E=m=>{let F=N.current,G=F.getBoundingClientRect();return{x:(m.clientX-G.left)/G.width*F.width,y:(m.clientY-G.top)/G.height*F.height}},Y=()=>Math.max(4,Math.round(M.w/180)),D=()=>Math.max(18,Math.round(M.w/28)),B=m=>{if(!n)return;let F=E(m);if(o==="text"){v({x:F.x,y:F.y}),x("");return}m.target.setPointerCapture(m.pointerId),S.current={kind:"stroke",tool:o,color:p,size:Y(),points:[F]},j(S.current)},te=m=>{S.current&&(S.current.points.push(E(m)),j(S.current))},z=()=>{if(!S.current)return;let m=S.current;S.current=null,l(F=>[...F,m])},W=()=>{k&&y.trim()&&l(m=>[...m,{kind:"text",x:k.x,y:k.y,color:p,value:y.trim(),size:D()}]),v(null),x("")},oe=()=>{if(n)try{let m=document.createElement("canvas");m.width=M.w,m.height=M.h;let F=m.getContext("2d");if(!F){w(!0);return}F.drawImage(n,0,0,M.w,M.h);let G=m.toDataURL("image/jpeg",.92),ie=N.current?.toDataURL("image/jpeg",.85)||G;t(G,C.trim(),Fo(u,M.w,M.h),ie)}catch{w(!0)}},J=u.length>0;return(0,Te.jsxs)("div",{className:"hsk-markup",role:"dialog","aria-label":r("markupDialogLabel"),children:[(0,Te.jsxs)("div",{className:"hsk-markup-head",children:[(0,Te.jsx)("span",{className:"hsk-markup-title",children:r("markupTitle")}),(0,Te.jsx)("button",{className:"hsk-markup-cancel",onClick:a,children:r("markupCancel")})]}),(0,Te.jsx)("div",{className:"hsk-markup-stage",children:c?(0,Te.jsx)("div",{className:"hsk-markup-error",children:r("markupLoadError")}):n?(0,Te.jsxs)("div",{className:"hsk-markup-canvas-wrap",children:[(0,Te.jsx)("canvas",{ref:N,width:M.w,height:M.h,className:`hsk-markup-canvas hsk-markup-canvas--${o}`,onPointerDown:B,onPointerMove:te,onPointerUp:z,onPointerLeave:z}),k&&N.current&&(0,Te.jsx)("input",{ref:X,className:"hsk-markup-textinput",style:{left:`${k.x/M.w*100}%`,top:`${k.y/M.h*100}%`,color:p},value:y,placeholder:r("markupTextHint"),onChange:m=>x(m.target.value),onKeyDown:m=>{m.key==="Enter"&&W(),m.key==="Escape"&&(v(null),x(""))},onBlur:W})]}):(0,Te.jsx)("div",{className:"hsk-markup-loading",children:r("markupLoading")})}),(0,Te.jsxs)("div",{className:"hsk-markup-tools",children:[(0,Te.jsx)("div",{className:"hsk-markup-colors",children:_o.map(m=>(0,Te.jsx)("button",{className:`hsk-markup-color${p===m?" hsk-markup-color--on":""}`,style:{background:m},onClick:()=>{h(m),o==="eraser"&&d("pen")},"aria-label":r("markupColorLabel",{colour:m})},m))}),(0,Te.jsxs)("div",{className:"hsk-markup-actions",children:[(0,Te.jsx)("button",{className:`hsk-markup-tool${o==="pen"?" hsk-markup-tool--on":""}`,onClick:()=>d("pen"),children:r("markupSketch")}),(0,Te.jsx)("button",{className:`hsk-markup-tool${o==="text"?" hsk-markup-tool--on":""}`,onClick:()=>d("text"),children:r("markupText")}),(0,Te.jsx)("button",{className:`hsk-markup-tool${o==="eraser"?" hsk-markup-tool--on":""}`,onClick:()=>d("eraser"),children:r("markupEraser")}),(0,Te.jsx)("button",{className:"hsk-markup-tool",onClick:()=>l(m=>m.slice(0,-1)),disabled:!J,children:r("markupUndo")}),(0,Te.jsx)("button",{className:"hsk-markup-tool",onClick:()=>l([]),disabled:!J,children:r("markupClear")})]})]}),(0,Te.jsxs)("div",{className:"hsk-markup-send",children:[(0,Te.jsx)("input",{className:"hsk-markup-instruction",value:C,placeholder:r("markupInstruction"),onChange:m=>I(m.target.value),onKeyDown:m=>{m.key==="Enter"&&(J||C.trim())&&oe()}}),(0,Te.jsx)("button",{className:"hsk-markup-go",onClick:oe,disabled:!n||!J&&!C.trim(),children:r("markupSend")})]}),g&&(0,Te.jsx)("div",{className:"hsk-markup-error",children:r("markupError")})]})}var Ct=vt(require("react")),Vo=require("react/jsx-runtime");function Sc(e){let a=2166136261;for(let t=0;t<e.length;t++)a^=e.charCodeAt(t),a=Math.imul(a,16777619);return a>>>0}function pn(e){let a=e>>>0;return()=>{a=a+1831565813>>>0;let t=Math.imul(a^a>>>15,1|a);return t=t+Math.imul(t^t>>>7,61|t)^t,((t^t>>>14)>>>0)/4294967296}}var Uo=e=>e*e*(3-2*e);function Cc(e){let t=new Float32Array(65536);for(let n=0;n<t.length;n++)t[n]=e();let r=(n,i)=>t[(i&255)*256+(n&255)];return(n,i)=>{let c=Math.floor(n),s=Math.floor(i),o=Uo(n-c),d=Uo(i-s),p=r(c,s),h=r(c+1,s),u=r(c,s+1),l=r(c+1,s+1);return(p+(h-p)*o)*(1-d)+(u+(l-u)*o)*d}}function Mc(e,a,t,r){let n=t/Math.SQRT2,i=Math.ceil(e/n),c=Math.ceil(a/n),s=new Int32Array(i*c).fill(-1),o=[],d=[],p=(u,l)=>{let k=o.length;o.push([u,l]),s[Math.floor(l/n)*i+Math.floor(u/n)]=k,d.push(k)},h=(u,l)=>{if(u<0||l<0||u>=e||l>=a)return!1;let k=Math.floor(u/n),v=Math.floor(l/n);for(let y=Math.max(v-2,0);y<=Math.min(v+2,c-1);y++)for(let x=Math.max(k-2,0);x<=Math.min(k+2,i-1);x++){let C=s[y*i+x];if(C<0)continue;let I=o[C][0]-u,g=o[C][1]-l;if(I*I+g*g<t*t)return!1}return!0};for(p(r()*e,r()*a);d.length;){let u=r()*d.length|0,[l,k]=o[d[u]],v=!1;for(let y=0;y<24;y++){let x=r()*Math.PI*2,C=t*(1+r()),I=l+Math.cos(x)*C,g=k+Math.sin(x)*C;if(h(I,g)){p(I,g),v=!0;break}}v||d.splice(u,1)}return o}var Be=(e,a)=>(e()-.5)*a,dn=[(e,a,t)=>{let r=a*.5,n=a*(.14+t()*.04),i=a*.07;e.beginPath(),e.moveTo(-n-i*.6,-r),e.lineTo(n+i*.6,-r),e.moveTo(-n,-r+i),e.lineTo(n,-r+i),e.moveTo(-n,-r+i),e.lineTo(-n*.85,r-i),e.moveTo(n,-r+i),e.lineTo(n*.85,r-i),e.moveTo(0,-r+i*1.7),e.lineTo(0,r-i*1.7),e.moveTo(-n,r-i),e.lineTo(n,r-i),e.moveTo(-n-i*.6,r),e.lineTo(n+i*.6,r),e.stroke()},(e,a,t)=>{let r=a*.5,n=-r*(.18+t()*.1);e.beginPath(),e.moveTo(-r,n),e.lineTo(0,-r),e.lineTo(r,n),e.closePath(),e.moveTo(-r*.92,n+r*.16),e.lineTo(r*.92,n+r*.16);for(let i of[-.62,-.21,.21,.62])e.moveTo(r*i,n+r*.16),e.lineTo(r*i,r*.8);e.moveTo(-r,r*.8),e.lineTo(r,r*.8),e.stroke()},(e,a,t)=>{let r=a*.5,n=r*(.48+t()*.12);e.beginPath(),e.moveTo(-r*.2,-r*.86),e.lineTo(r*.2,-r*.86),e.moveTo(-r*.15,-r*.78),e.bezierCurveTo(-n,-r*.3,-n*.85,r*.6,0,r*.86),e.bezierCurveTo(n*.85,r*.6,n,-r*.3,r*.15,-r*.78),e.moveTo(-r*.17,-r*.64),e.quadraticCurveTo(-n*1.16,-r*.48,-n*.7,-r*.04),e.moveTo(r*.17,-r*.64),e.quadraticCurveTo(n*1.16,-r*.48,n*.7,-r*.04),e.stroke()},(e,a,t)=>{let r=a*.5;e.beginPath(),e.moveTo(-r*.9,r*.52),e.quadraticCurveTo(0,-r*.18,r*.9,-r*.58),e.stroke();let n=4+(t()*3|0);for(let i=0;i<n;i++){let c=.16+i/n*.8,s=-r*.9+c*r*1.8,o=r*.52-c*r*1.16+(1-c)*c*r*.3,d=i%2?1:-1,p=r*(.26+t()*.1);e.beginPath(),e.moveTo(s,o),e.quadraticCurveTo(s+p*.5,o+d*p*.66,s+p*.9,o+d*p*.08),e.quadraticCurveTo(s+p*.42,o+d*p*.04,s,o),e.stroke()}},(e,a,t)=>{let r=a*.5;e.beginPath(),e.moveTo(-r*.85,-r*.7),e.quadraticCurveTo(-r*.1,-r*.35,r*.2,r*.1),e.stroke();let n=[[-r*.45,-r*.12],[r*.05,r*.3],[r*.42,-r*.4]];for(let[i,c]of n)e.beginPath(),e.moveTo(i,c-r*.28),e.lineTo(i-r*.02,c-r*.16),e.stroke(),e.beginPath(),e.ellipse(i,c,r*(.15+t()*.04),r*.19,Be(t,.5),0,Math.PI*2),e.stroke()},(e,a,t)=>{let r=a*.5;for(let n of[-1,1]){e.beginPath(),e.arc(0,0,r*.72,n>0?-1.25:1.25,n>0?1.25:Math.PI*2-1.25,n<0),e.stroke();for(let i=0;i<5;i++){let c=-1.05+i/4*2.1,s=Math.sin(c)*n*r*.72,o=Math.cos(c)*r*.72,d=r*(.2+t()*.08);e.beginPath(),e.moveTo(s,o),e.quadraticCurveTo(s+n*d*.9,o-d*.5,s+n*d*.6,o-d*1.05),e.stroke()}}},(e,a)=>{let t=a*.5;e.beginPath(),e.moveTo(-t,t*.6),e.lineTo(t*.55,t*.6),e.lineTo(t*.55,-t*.6),e.lineTo(-t*.45,-t*.6),e.lineTo(-t*.45,t*.15),e.lineTo(t*.1,t*.15),e.lineTo(t*.1,-t*.18),e.stroke()},(e,a)=>{let t=a*.5;e.beginPath(),e.moveTo(-t*.62,t*.8),e.lineTo(-t*.62,-t*.05),e.arc(0,-t*.05,t*.62,Math.PI,0),e.lineTo(t*.62,t*.8),e.stroke(),e.beginPath(),e.moveTo(-t*.86,t*.8),e.lineTo(t*.86,t*.8),e.stroke()},(e,a,t)=>{let r=a*.5;e.beginPath(),e.arc(0,0,r*.4,0,Math.PI*2),e.stroke();let n=t()*.5;for(let i=0;i<8;i++){let c=n+i/8*Math.PI*2;e.beginPath(),e.moveTo(Math.cos(c)*r*.6,Math.sin(c)*r*.6),e.lineTo(Math.cos(c)*r*.94,Math.sin(c)*r*.94),e.stroke()}},(e,a)=>{let t=a*.5;e.beginPath(),e.moveTo(-t*.44,t*.7),e.bezierCurveTo(-t,t*.2,-t*.8,-t*.7,-t*.3,-t*.6),e.moveTo(t*.44,t*.7),e.bezierCurveTo(t,t*.2,t*.8,-t*.7,t*.3,-t*.6),e.moveTo(-t*.32,-t*.64),e.lineTo(t*.32,-t*.64),e.moveTo(-t*.44,t*.7),e.lineTo(t*.44,t*.7);for(let r of[-.16,.02,.2])e.moveTo(t*r,-t*.56),e.lineTo(t*r,t*.62);e.stroke()},(e,a,t)=>{let r=a*.5,n=r*(.4+t()*.18);e.beginPath(),e.moveTo(-r,r*.16),e.quadraticCurveTo(-r*.5,-n,0,-r*.02),e.quadraticCurveTo(r*.5,-n,r,r*.16),e.stroke()}],qo=[(e,a,t)=>{let r=a*.5,n=-r+Be(t,r*.3),i=Be(t,r);e.beginPath(),e.moveTo(n,i);let c=4+(t()*4|0);for(let s=0;s<c;s++){let o=n+r*2/c+Be(t,r*.5),d=Be(t,r*1.5);e.quadraticCurveTo(n+Be(t,r*.9),i+Be(t,r*1.6),o,d),n=o,i=d}e.stroke()},(e,a,t)=>{let r=a*.5,n=2.2+t()*1.6,i=t()<.5?-1:1;e.beginPath();for(let c=0;c<=60;c++){let s=c/60,o=i*s*n*Math.PI*2,d=r*s*(.9+Be(t,.06)),p=Math.cos(o)*d,h=Math.sin(o)*d;c===0?e.moveTo(p,h):e.lineTo(p,h)}e.stroke()},(e,a,t)=>{let r=a*.5,n=4+(t()*4|0),i=Be(t,.7);for(let c=0;c<n;c++){let s=-r+c/(n-1)*r*2+Be(t,r*.16),o=r*(.7+t()*.6);e.beginPath(),e.moveTo(s-i*o*.5,-o*.5),e.quadraticCurveTo(s+Be(t,r*.2),0,s+i*o*.5,o*.5),e.stroke()}},(e,a,t)=>{let r=a*.5,n=2+(t()*3|0),i=r*2/n;e.beginPath(),e.moveTo(-r,r*.4);for(let c=0;c<n;c++){let s=-r+c*i,o=i*(.42+t()*.18);e.bezierCurveTo(s+o*.2,r*.4-o*2.1,s+i-o*.2,r*.4-o*2.1,s+i,r*.4+Be(t,r*.14))}e.stroke()}],Bo=[(e,a,t)=>{e.beginPath(),e.arc(0,0,a*.1+t()*a*.04,0,Math.PI*2),e.fill()},(e,a,t)=>{e.beginPath(),e.arc(Be(t,a*.04),Be(t,a*.04),a*.32,0,Math.PI*2),e.stroke()},(e,a,t)=>{let r=a*.4,n=r*(.2+t()*.12);e.beginPath(),e.moveTo(0,-r),e.quadraticCurveTo(n,-n,r,0),e.quadraticCurveTo(n,n,0,r),e.quadraticCurveTo(-n,n,-r,0),e.quadraticCurveTo(-n,-n,0,-r),e.stroke()},(e,a,t)=>{let r=a*.4;e.beginPath(),e.moveTo(-r,Be(t,a*.08)),e.quadraticCurveTo(0,Be(t,a*.16),r,Be(t,a*.08)),e.stroke()}],Nc={light:(e,a)=>{let t=a*.5;e.beginPath(),e.moveTo(0,-t),e.quadraticCurveTo(t*.16,-t*.16,t,0),e.quadraticCurveTo(t*.16,t*.16,0,t),e.quadraticCurveTo(-t*.16,t*.16,-t,0),e.quadraticCurveTo(-t*.16,-t*.16,0,-t),e.stroke()},dark:(e,a)=>{let t=a*.44;e.beginPath(),e.moveTo(-t*.6,-t*.5),e.lineTo(t*.6,-t*.5),e.lineTo(t,t*.05),e.lineTo(0,t),e.lineTo(-t,t*.05),e.closePath(),e.moveTo(-t,t*.05),e.lineTo(t,t*.05),e.moveTo(-t*.6,-t*.5),e.lineTo(-t*.3,t*.05),e.lineTo(0,t),e.moveTo(t*.6,-t*.5),e.lineTo(t*.3,t*.05),e.lineTo(0,t),e.stroke()},mahogany:(e,a)=>{let t=a*.5;e.beginPath(),e.moveTo(0,t),e.bezierCurveTo(-t*.9,t*.2,-t*.7,-t*.7,0,-t),e.bezierCurveTo(t*.7,-t*.7,t*.9,t*.2,0,t),e.moveTo(0,t*.86),e.lineTo(0,-t*.86);for(let r=0;r<3;r++){let n=-.34+r*.36;e.moveTo(0,t*n),e.lineTo(t*.44,t*(n-.26)),e.moveTo(0,t*n),e.lineTo(-t*.44,t*(n-.26))}e.stroke()},blush:(e,a)=>{let t=a*.5;for(let r=0;r<5;r++){let n=r/5*Math.PI*2-Math.PI/2;e.beginPath(),e.ellipse(Math.cos(n)*t*.52,Math.sin(n)*t*.52,t*.42,t*.26,n,0,Math.PI*2),e.stroke()}e.beginPath(),e.arc(0,0,t*.19,0,Math.PI*2),e.stroke()},coffee:(e,a)=>{let t=a*.5;e.beginPath(),e.ellipse(0,0,t*.6,t*.9,0,0,Math.PI*2),e.stroke(),e.beginPath(),e.moveTo(0,-t*.84),e.bezierCurveTo(t*.34,-t*.3,-t*.34,t*.3,0,t*.84),e.stroke()},midnight:(e,a)=>{let t=a*.5;e.beginPath();for(let r=0;r<10;r++){let n=r%2===0?t:t*.4,i=r/10*Math.PI*2-Math.PI/2,c=Math.cos(i)*n,s=Math.sin(i)*n;r===0?e.moveTo(c,s):e.lineTo(c,s)}e.closePath(),e.stroke()}},$o=e=>{let a=e.split(",").map(t=>parseFloat(t.trim()));return[a[0]||0,a[1]||0,a[2]||0]};function jo(e,a,t){let r=$o(e),n=$o(a);return`rgb(${Math.round(r[0]+(n[0]-r[0])*t)},${Math.round(r[1]+(n[1]-r[1])*t)},${Math.round(r[2]+(n[2]-r[2])*t)})`}function Tc(e,a,t){return`hsl(${Math.round(a*300%360)}, ${t?72:68}%, ${t?58:46}%)`}function Rc(e,a,t,r,n,i,c){let s=c?Nc[c]:void 0,o=pn(n),d=Cc(pn(n^2654435769)),p=e*a,u=Math.max(40,Math.min(520,Math.round(p/3100)))/.48,l=Math.max(26,Math.sqrt(.7*p/u)),k=Mc(e,a,l,o),v=4.4/Math.max(e,a),y=v*2.6,x=Math.hypot(e,a),C=o()*Math.PI*2,I=Math.cos(C),g=Math.sin(C),w=e*(.18+o()*.64),N=a*(.12+o()*.5),S=[],X=Math.hypot(e,a)||1,[M,U,j]=t.split(",").map(Y=>parseFloat(Y)||0),E=.2126*M+.7152*U+.0722*j>128;for(let[Y,D]of k){let B=d(Y*v,D*v)*.72+d(Y*y,D*y)*.28,te=Math.min(1,Math.max(0,(B-.26)/.44));if(o()>te*te*(3-2*te))continue;let z=o(),W=Math.max(0,1-Math.hypot(Y-w,D-N)/(x*.72))**1.6,oe=((Y-e/2)*I+(D-a/2)*g)/x+.5,J=!E,F=((J?.055:.028)+o()*(J?.04:.025))*(.75+oe*.55)*(1+W*.4),G=jo(t,r,W*.85),ie=i?(e-Y+a-D)/(e+a||1):(Y+D)/(e+a||1),Z=o()*16777215|0,_=Tc(Z,ie,E),R=0,P=J?1.05+o()*.35:.65+o()*.35,A=20,f=dn[0],L=1;z<.5?(R=Be(o,.16),P=J?1.15+o()*.45:.7+o()*.35,A=20+o()*16,f=dn[o()*dn.length|0]):z<.82?(R=o()*Math.PI*2,P=J?.95+o()*.4:.6+o()*.4,A=16+o()*20,f=qo[o()*qo.length|0]):z<.95||!s?(R=o()*Math.PI*2,P=J?.85+o()*.35:.55+o()*.35,A=7+o()*7,f=Bo[o()*Bo.length|0]):(R=Be(o,.3),P=J?1.1+o()*.3:.75+o()*.3,A=15+o()*9,f=s,L=2.6),S.push({x:Y,y:D,roll:z,rotation:R,lineWidth:P,alpha:F*L,baseColor:G,shimmerColor:_,drawFn:f,size:A,seed:Z,normDist:ie})}return S}function hn(e,a,t,r,n){e.clearRect(0,0,t,r),e.lineCap="round",e.lineJoin="round";let i=n>=0&&n<=1.4,c=i?n*1.4-.2:-999,s=.3;for(let o of a){let d=o.alpha,p=o.baseColor,h=o.lineWidth;if(i){let l=o.normDist-c;if(l>s)d=o.alpha*.45,p=o.baseColor,h=o.lineWidth;else if(l<-s)d=o.alpha,p=o.baseColor,h=o.lineWidth;else{let k=Math.cos(l/s*(Math.PI/2))**2;d=o.alpha+k*.08,p=k>.08?jo(o.baseColor,o.shimmerColor,k*.65):o.baseColor,h=o.lineWidth*(1+k*.2)}}e.save(),e.translate(o.x,o.y),e.rotate(o.rotation),e.globalAlpha=Math.min(d,1),e.strokeStyle=p,e.fillStyle=p,e.lineWidth=h;let u=pn(o.seed);o.drawFn(e,o.size,u),e.restore()}}var Pc=Ct.default.memo(function({seed:a="",theme:t,dir:r}){let n=(0,Ct.useRef)(null),i=(0,Ct.useRef)(!1),c=(0,Ct.useRef)(0),s=(0,Ct.useRef)(null),o=(0,Ct.useRef)(0);return(0,Ct.useEffect)(()=>{let d=n.current;if(!d)return;let p=Sc(a||"kiku"),h=0,u=(C,I,g,w)=>N=>{let S=N-C,X=Math.min(1,S/I),U=(1-Math.cos(X*Math.PI))/2*1.4,j=d.clientWidth,E=d.clientHeight;if(j&&E){let Y=Math.min(window.devicePixelRatio||1,3),D=Math.round(j*Y),B=Math.round(E*Y);(d.width!==D||d.height!==B)&&(d.width=D,d.height=B);let te=d.getContext("2d");te&&(te.setTransform(Y,0,0,Y,0,0),hn(te,g,j,E,U))}if(X<1)c.current=requestAnimationFrame(u(C,I,g,w));else{i.current=!1;let Y=d.clientWidth,D=d.clientHeight,B=d.getContext("2d");if(B&&Y&&D){let te=Math.min(window.devicePixelRatio||1,3);B.setTransform(te,0,0,te,0,0),hn(B,g,Y,D,-1)}}},l=()=>{let C=d.clientWidth,I=d.clientHeight;if(!C||!I)return;let g=Math.min(window.devicePixelRatio||1,3),w=d.getContext("2d");if(!w)return;let N=getComputedStyle(d),S=N.getPropertyValue("--hsk-doodle-ink").trim()||"31,31,31",X=N.getPropertyValue("--hsk-doodle-tint").trim()||S,M=r==="rtl"||N.direction==="rtl"||d.closest('[dir="rtl"]')!==null,U=typeof window<"u"?Math.max(I,window.innerHeight||0):I,j=Rc(C,U,S,X,p,M,t);s.current=j,o.current=C;let E=Math.round(C*g),Y=Math.round(I*g);if((d.width!==E||d.height!==Y)&&(d.width=E,d.height=Y),w.setTransform(g,0,0,g,0,0),window.matchMedia?.("(prefers-reduced-motion: reduce)")?.matches){hn(w,j,C,I,-1);return}cancelAnimationFrame(c.current),i.current=!0;let B=1200,te=performance.now();c.current=requestAnimationFrame(u(te,B,j,M))},k=()=>{clearTimeout(h),h=window.setTimeout(l,20)};l();let v=new ResizeObserver(k);v.observe(d);let y=window.matchMedia?.("(prefers-color-scheme: dark)"),x=()=>{l()};return y?.addEventListener?.("change",x),()=>{clearTimeout(h),cancelAnimationFrame(c.current),i.current=!1,v.disconnect(),y?.removeEventListener?.("change",x)}},[a,t,r]),(0,Vo.jsx)("canvas",{className:"hsk-cb-doodles",ref:n,"aria-hidden":"true"})}),Cr=Pc;var De=vt(require("react")),Ko=require("@akropolys/sdk");var un={arabic:{allSet:"\u0623\u0646\u062A \u062C\u0627\u0647\u0632\u060C {name}.",asWritten:"\u0643\u0645\u0627 \u0647\u064A \u0645\u0643\u062A\u0648\u0628\u0629",captureAll:"\u0627\u0644\u062A\u0642\u0627\u0637 \u0627\u0644\u0643\u0644 ({count})",captureAndRemember:"kiku \u2014 \u0627\u0644\u062A\u0642\u0627\u0637 \u0648\u062A\u0630\u0643\u0631",captureCurrentPage:"\u0627\u0644\u062A\u0642\u0627\u0637 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",cardClickAnswer:"\u0627\u0644\u0640 {name}",cardClickQuery:"\u0623\u062E\u0628\u0631\u0646\u064A \u0627\u0644\u0645\u0632\u064A\u062F \u0639\u0646 {name}{price} \u2014 \u0645\u0627 \u0647\u064A \u062A\u0641\u0627\u0635\u064A\u0644\u0647 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629\u060C \u0648\u0644\u0645\u0646 \u0647\u0648 \u0627\u0644\u0623\u0646\u0633\u0628\u060C \u0648\u0645\u0627\u0630\u0627 \u064A\u062C\u0628 \u0623\u0646 \u0623\u0639\u0631\u0641\u061F",clearChat:"\u0645\u0633\u062D \u0627\u0644\u062F\u0631\u062F\u0634\u0629",defaultPlaceholder:"\u0627\u0633\u0623\u0644\u0646\u064A \u0623\u064A \u0634\u064A\u0621...",deleteThis:"\u062D\u0630\u0641 \u0647\u0630\u0627",detailsTranslated:"\u062A\u0645\u062A \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644. \u062A\u0628\u0642\u0649 \u0627\u0644\u0623\u0631\u0642\u0627\u0645 \u0648\u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0643\u0645\u0627 \u0647\u064A \u062A\u0645\u0627\u0645\u064B\u0627.",displayCapture:"\u0627\u0644\u062A\u0642\u0627\u0637 {name}",displayCaptureAll:"\u0627\u0644\u062A\u0642\u0627\u0637 \u0627\u0644\u0643\u0644 ({count} \u0639\u0646\u0627\u0635\u0631)",displayDelete:"\u062D\u0630\u0641 \u0647\u0630\u0627",displayViewHistory:"\u0645\u0627\u0630\u0627 \u062D\u0641\u0638\u062A\u061F",entityLangIntro:"\u0623\u0646\u0627 \u0623\u0631\u062F \u0628\u0640 {lang}. \u064A\u0645\u0643\u0646 \u0623\u0646 \u062A\u0628\u0642\u0649 \u0628\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u0646\u062A\u0627\u0626\u062C \u0643\u0645\u0627 \u0643\u062A\u0628\u0647\u0627 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u062A\u0645\u0627\u0645\u064B\u0627\u060C \u0623\u0648 \u064A\u0645\u0643\u0646 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0623\u064A\u0636\u064B\u0627.",entityLangPlaceholder:"\u0627\u062E\u062A\u0631 \u0625\u062D\u062F\u0649 \u0627\u0644\u0628\u0637\u0627\u0642\u062A\u064A\u0646 \u0623\u0639\u0644\u0627\u0647...",errAccessRevoked:"\u062A\u0645 \u0625\u0644\u063A\u0627\u0621 \u0648\u0635\u0648\u0644\u0643 \u0625\u0644\u0649 \u0627\u0644\u0645\u0633\u0627\u0639\u062F \u0645\u0646 \u0642\u0628\u0644 \u0627\u0644\u0645\u062A\u062C\u0631.",errAccountRequired:"\u0627\u0644\u0631\u062C\u0627\u0621 \u0625\u0646\u0634\u0627\u0621 \u062D\u0633\u0627\u0628 \u0644\u0645\u062A\u0627\u0628\u0639\u0629 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0633\u0627\u0639\u062F \u0627\u0644\u062F\u0631\u062F\u0634\u0629.",errShopperReplyLimit:"\u0644\u0642\u062F \u0648\u0635\u0644\u062A \u0625\u0644\u0649 \u062D\u062F \u0627\u0644\u0631\u062F\u0648\u062F \u0627\u0644\u0645\u0633\u0645\u0648\u062D \u0628\u0647 \u0644\u062D\u0633\u0627\u0628\u0643 \u0641\u064A \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639.",errStreamInterrupted:"\u062A\u0645\u062A \u0645\u0642\u0627\u0637\u0639\u0629 \u0627\u0644\u0631\u062F. \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.",errTokenLimit:"\u0644\u0642\u062F \u0648\u0635\u0644\u062A \u0625\u0644\u0649 \u062D\u062F \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062E\u0627\u0635 \u0628\u0643. \u0627\u0644\u0631\u062C\u0627\u0621 \u062A\u062D\u062F\u064A\u062B \u062D\u062F\u0648\u062F \u0627\u0644\u0641\u0648\u0627\u062A\u064A\u0631 \u0641\u064A \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643 \u0644\u0644\u0645\u062A\u0627\u0628\u0639\u0629.",errTooManyRequests:"\u064A\u062A\u0644\u0642\u0649 \u0627\u0644\u0645\u0633\u0627\u0639\u062F \u062D\u0627\u0644\u064A\u064B\u0627 \u0639\u062F\u062F\u064B\u0627 \u0643\u0628\u064A\u0631\u064B\u0627 \u062C\u062F\u064B\u0627 \u0645\u0646 \u0627\u0644\u0637\u0644\u0628\u0627\u062A. \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0628\u0639\u062F \u0644\u062D\u0638\u0627\u062A \u0642\u0644\u064A\u0644\u0629.",footerHint:"kiku \xB7 \u064A\u0628\u062D\u062B \u0641\u064A \u0627\u0644\u0643\u062A\u0627\u0644\u0648\u062C \u0628\u0623\u0643\u0645\u0644\u0647 \u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0627\u0644\u0641\u0639\u0644\u064A",greetReturning:"\u0623\u0647\u0644\u0627\u064B\u060C {name}.",greetReturningLead:"\u0645\u0627\u0630\u0627 \u064A\u0645\u0643\u0646\u0646\u064A \u0623\u0646 \u0623\u062C\u062F \u0644\u0643 \u0627\u0644\u064A\u0648\u0645\u061F",howShouldResultsLook:"\u0643\u064A\u0641 \u064A\u062C\u0628 \u0623\u0646 \u062A\u0628\u062F\u0648 \u0627\u0644\u0646\u062A\u0627\u0626\u062C\u061F",inLanguage:"\u0628\u0640 {lang}",keyAutoHide:"\u064A\u062E\u062A\u0641\u064A \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0641\u064A {seconds} \u062B\u0648\u0627\u0646\u064D.",keyCopied:"\u062A\u0645 \u0627\u0644\u0646\u0633\u062E",keyCopyId:"\u0646\u0633\u062E \u0627\u0644\u0645\u0639\u0631\u0651\u0641",keyCopySecret:"\u0646\u0633\u062E \u0627\u0644\u0633\u0631",keyCreateNew:"\u0623\u0646\u0627 \u062C\u062F\u064A\u062F \u2014 \u0623\u0646\u0634\u0626 \u0648\u0627\u062D\u062F\u064B\u0627",keyCreating:"\u062C\u0627\u0631\u064D \u0627\u0644\u0625\u0646\u0634\u0627\u0621\u2026",keyDismiss:"\u062A\u062C\u0627\u0647\u0644",keyPastePlaceholder:"\u0645\u0639\u0631\u0651\u0641\u0643 \u0627\u0644\u0639\u0627\u0645\u2026",keyPastePrompt:"\u0627\u0644\u0635\u0642 \u0645\u0639\u0631\u0651\u0641\u0643 \u0627\u0644\u0639\u0627\u0645 \u2014 \u0623\u0648 \u0623\u0646\u0634\u0626 \u0648\u0627\u062D\u062F\u064B\u0627",keyPublicHint:"\u0627\u0644\u0635\u0642\u0647 \u0641\u064A \u0623\u064A \u0645\u0648\u0642\u0639 \u0644\u0644\u062D\u0641\u0638 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0630\u0627\u0643\u0631\u0629.",keyPublicTitle:"\u0645\u0639\u0631\u0651\u0641\u0643 \u0627\u0644\u0639\u0627\u0645",keySecretHint:"\u0627\u062D\u062A\u0641\u0638 \u0628\u0647 \u062E\u0627\u0635\u064B\u0627 \u2014 \u0627\u0633\u062A\u062E\u062F\u0645\u0647 \u0644\u0641\u062A\u062D \u0630\u0627\u0643\u0631\u062A\u0643.",keySecretTitle:"\u0633\u0631\u0643 \u2014 \u064A\u064F\u0639\u0631\u0636 \u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629 \u0641\u0642\u0637",keyUseMine:"\u0627\u0633\u062A\u062E\u062F\u0645 \u0645\u0639\u0631\u0651\u0641\u064A",kikuActionUnavailable:"\u0639\u0630\u0631\u064B\u0627 \u2014 \u0647\u0630\u0627 \u0627\u0644\u0625\u062C\u0631\u0627\u0621 \u063A\u064A\u0631 \u0645\u062A\u0627\u062D \u0639\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639.",kikuCaptureDbError:"\u0641\u0634\u0644 \u0627\u0644\u0627\u0644\u062A\u0642\u0627\u0637 \u0628\u0633\u0628\u0628 \u062E\u0637\u0623 \u0641\u064A \u0642\u0627\u0639\u062F\u0629 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A.",kikuCaptureNoContext:"\u0641\u0634\u0644 \u0627\u0644\u0627\u0644\u062A\u0642\u0627\u0637 \u0644\u0623\u0646\u0647 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0648\u0641\u064A\u0631 \u0633\u064A\u0627\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 \u0623\u0648 \u0627\u0644\u0645\u0646\u062A\u062C \u0628\u0648\u0627\u0633\u0637\u0629 SDK.",kikuCaptureNoUrl:"\u062A\u0639\u0630\u0631 \u062D\u0641\u0638 \u0623\u064A \u0639\u0646\u0627\u0635\u0631 \u2014 \u0644\u0645 \u064A\u0643\u0646 \u0644\u0623\u064A \u0645\u0646\u0647\u0627 \u0639\u0646\u0648\u0627\u0646 URL \u0635\u0627\u0644\u062D.",kikuCaptureNoneSelected:"\u0644\u0645 \u064A\u062A\u0645 \u062A\u062D\u062F\u064A\u062F \u0623\u064A \u0639\u0646\u0627\u0635\u0631 \u0644\u0627\u0644\u062A\u0642\u0627\u0637\u0647\u0627.",kikuDeleteDbError:"\u0641\u0634\u0644 \u0627\u0644\u062D\u0630\u0641 \u0628\u0633\u0628\u0628 \u062E\u0637\u0623 \u0641\u064A \u0642\u0627\u0639\u062F\u0629 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A.",kikuDeleteDone:"\u062A\u0645\u062A \u0625\u0632\u0627\u0644\u062A\u0647 \u0645\u0646 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0645\u062D\u0641\u0648\u0638\u0629 \u0644\u062F\u064A\u0643.",kikuDeleteNoContext:"\u0641\u0634\u0644 \u0627\u0644\u062D\u0630\u0641 \u0644\u0623\u0646\u0647 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0648\u0641\u064A\u0631 \u0633\u064A\u0627\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 \u0644\u062A\u062D\u062F\u064A\u062F \u0645\u0627 \u064A\u062C\u0628 \u062D\u0630\u0641\u0647.",kikuMemoryIntro:"\u0643\u0644 \u0645\u0627 \u0627\u0644\u062A\u0642\u0637\u062A\u0647 \u0639\u0628\u0631 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0645\u0648\u062C\u0648\u062F \u0641\u064A \u0630\u0627\u0643\u0631\u062A\u0643 \u0627\u0644\u062E\u0627\u0635\u0629. \u0627\u0641\u062A\u062D\u0647\u0627 \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0633\u0631\u0643:",kikuMintNeeded:"\u0644\u062D\u0641\u0638 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0639\u0628\u0631 \u0627\u0644\u0645\u0648\u0627\u0642\u0639\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0645\u0641\u062A\u0627\u062D kiku \u2014 \u0633\u0623\u0642\u0648\u0645 \u0628\u0625\u0646\u0634\u0627\u0621 \u0648\u0627\u062D\u062F \u0644\u0643. \u064A\u064F\u0639\u0631\u0636 \u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629 \u0641\u0642\u0637\u060C \u0644\u0630\u0627 \u0627\u062D\u0641\u0638\u0647 \u0641\u064A \u0645\u0643\u0627\u0646 \u0622\u0645\u0646.",kikuMintOffer:"\u064A\u0645\u0643\u0646\u0646\u064A \u0627\u0644\u0627\u062D\u062A\u0641\u0627\u0638 \u0628\u0647\u0630\u0627 \u0644\u0643 \u0648\u0645\u062A\u0627\u0628\u0639\u062A\u0647 \u0645\u0639\u0643 \u0639\u0628\u0631 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u2014 \u0633\u0623\u0642\u0648\u0645 \u0628\u0625\u0646\u0634\u0627\u0621 \u0645\u0641\u062A\u0627\u062D kiku \u0644\u0643. \u064A\u064F\u0639\u0631\u0636 \u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629 \u0641\u0642\u0637\u060C \u0644\u0630\u0627 \u0627\u062D\u0641\u0638\u0647 \u0641\u064A \u0645\u0643\u0627\u0646 \u0622\u0645\u0646.",kikuNeedKeyToUpdate:"\u0623\u062F\u062E\u0644 \u0645\u0641\u062A\u0627\u062D kiku \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u062D\u062A\u0649 \u0623\u062A\u0645\u0643\u0646 \u0645\u0646 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0645\u062D\u0641\u0648\u0638\u0629 \u0644\u062F\u064A\u0643 \u0648\u062A\u062D\u062F\u064A\u062B\u0647\u0627.",micDenied:"\u062A\u0645 \u062D\u0638\u0631 \u0627\u0644\u0645\u064A\u0643\u0631\u0648\u0641\u0648\u0646. \u0627\u0633\u0645\u062D \u0628\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u064A\u0643\u0631\u0648\u0641\u0648\u0646 \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639\u060C \u062B\u0645 \u062D\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.",micFailed:"\u0644\u0645 \u0623\u062A\u0645\u0643\u0646 \u0645\u0646 \u0633\u0645\u0627\u0639 \u0630\u0644\u0643. \u062D\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.",micInsecure:"\u064A\u062A\u0637\u0644\u0628 \u0627\u0644\u0635\u0648\u062A \u0627\u062A\u0635\u0627\u0644\u0627\u064B \u0622\u0645\u0646\u064B\u0627 (https).",micLangUnsupported:"\u0644\u0627 \u064A\u0645\u0643\u0646 \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0646\u0633\u062E \u0647\u0630\u0647 \u0627\u0644\u0644\u063A\u0629 \u0628\u0639\u062F. \u064A\u0631\u062C\u0649 \u0627\u0644\u0643\u062A\u0627\u0628\u0629 \u0628\u062F\u0644\u0627\u064B \u0645\u0646 \u0630\u0644\u0643.",micMissing:"\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0645\u064A\u0643\u0631\u0648\u0641\u0648\u0646.",micNetwork:"\u062A\u062A\u0637\u0644\u0628 \u0645\u064A\u0632\u0629 \u0627\u0644\u0635\u0648\u062A \u0627\u062A\u0635\u0627\u0644\u0627\u064B \u0627\u0644\u0622\u0646. \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u062A\u0635\u0627\u0644\u0643 \u0648\u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.",micNoSpeech:"\u0644\u0645 \u0623\u0633\u0645\u0639 \u0634\u064A\u0626\u064B\u0627. \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649\u060C \u0648\u0627\u0642\u062A\u0631\u0628 \u0642\u0644\u064A\u0644\u0627\u064B \u0645\u0646 \u0627\u0644\u0645\u064A\u0643\u0631\u0648\u0641\u0648\u0646.",namePlaceholder:"\u0627\u0643\u062A\u0628 \u0627\u0633\u0645\u0643...",nameStepAsk:"\u0645\u0627\u0630\u0627 \u064A\u062C\u0628 \u0623\u0646 \u0623\u0646\u0627\u062F\u064A\u0643\u061F",nameStepLead:"\u064A\u0645\u0643\u0646\u0646\u064A \u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0623\u064A \u0634\u064A\u0621 \u0623\u0648 \u062A\u0635\u0648\u0631\u0647 \u0623\u0648 \u0627\u0644\u062A\u0642\u0627\u0637\u0647 \u0644\u0643 \u2014 \u0641\u064A \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u0623\u0648 \u0623\u064A \u0645\u0648\u0642\u0639 \u0622\u062E\u0631.",nameStepTitle:"\u0633\u0631\u0631\u062A \u0628\u0644\u0642\u0627\u0626\u0643.",namesAsWritten:"\u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0648\u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644 \u062A\u0645\u0627\u0645\u064B\u0627 \u0643\u0645\u0627 \u0647\u064A \u0645\u062F\u0631\u062C\u0629 \u0641\u064A \u0627\u0644\u0645\u0648\u0642\u0639.",pillCompareTop2:"\u0642\u0627\u0631\u0646 \u0623\u0641\u0636\u0644 2",pillCompareTop2Query:"\u0642\u0627\u0631\u0646 \u0628\u064A\u0646 {a} \u0648 {b}",pillFindAlternatives:"\u0627\u0628\u062D\u062B \u0639\u0646 \u0628\u062F\u0627\u0626\u0644",pillFindAlternativesQuery:"\u0645\u0627 \u0647\u064A \u0627\u0644\u0628\u062F\u0627\u0626\u0644 \u0627\u0644\u062C\u064A\u062F\u0629 \u0644\u0640 {name}\u061F",pillMoreOn:"\u0627\u0644\u0645\u0632\u064A\u062F \u0639\u0646 {name}",pillMoreOnQuery:"\u0623\u062E\u0628\u0631\u0646\u064A \u0627\u0644\u0645\u0632\u064A\u062F \u0639\u0646 {name}",pillRecommend:"\u0623\u0648\u0635\u0650 \u0628\u0634\u064A\u0621",pillRecommendQuery:"\u0645\u0627\u0630\u0627 \u062A\u0648\u0635\u064A \u0644\u064A\u061F",pillShowPopular:"\u0639\u0631\u0636 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0634\u0627\u0626\u0639\u0629",pillShowPopularQuery:"\u0645\u0627 \u0647\u064A \u0645\u0646\u062A\u062C\u0627\u062A\u0643 \u0627\u0644\u0623\u0643\u062B\u0631 \u0634\u0639\u0628\u064A\u0629\u061F",pillSimilarOptions:"\u062E\u064A\u0627\u0631\u0627\u062A \u0645\u0634\u0627\u0628\u0647\u0629",pillSimilarOptionsQuery:"\u0623\u0631\u0646\u064A \u0627\u0644\u0645\u0632\u064A\u062F \u0627\u0644\u0645\u0634\u0627\u0628\u0647 \u0644\u0640 {name}",pillUnder:"\u0623\u0642\u0644 \u0645\u0646 {amount}",pillUnderQuery:"\u0623\u0638\u0647\u0631 \u0644\u064A \u062E\u064A\u0627\u0631\u0627\u062A \u0628\u0633\u0639\u0631 \u0623\u0642\u0644 \u0645\u0646 {amount}",pillWhichBest:"\u0623\u064A\u0647\u0645\u0627 \u0627\u0644\u0623\u0641\u0636\u0644\u061F",pillWhichBestQuery:"\u0623\u064A\u0647\u0645\u0627 \u062A\u0648\u0635\u064A \u0648\u0644\u0645\u0627\u0630\u0627\u061F",replyingOriginal:"\u0623\u0631\u062F\u0651 \u0628\u0627\u0644\u0644\u063A\u0629 {lang}\u060C \u0648\u0627\u0644\u0646\u062A\u0627\u0626\u062C \u0643\u0645\u0627 \u0643\u062A\u0628\u0647\u0627 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639. \u0627\u0633\u0623\u0644\u0646\u064A \u0623\u064A \u0634\u064A\u0621.",replyingTranslated:"\u0623\u0631\u062F\u0651 \u0628\u0627\u0644\u0644\u063A\u0629 {lang}\u060C \u0648\u0627\u0644\u0646\u062A\u0627\u0626\u062C \u0645\u062A\u0631\u062C\u0645\u0629 \u0623\u064A\u0636\u064B\u0627. \u0627\u0633\u0623\u0644\u0646\u064A \u0623\u064A \u0634\u064A\u0621.",statusSent:"\u062A\u0645 \u0627\u0644\u0625\u0631\u0633\u0627\u0644",statusStopped:"\u062A\u0645 \u0627\u0644\u0625\u0631\u0633\u0627\u0644 \xB7 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u0627\u0644\u0631\u062F",thinking:"\u062C\u0627\u0631\u064A \u0627\u0644\u062A\u0641\u0643\u064A\u0631",thoughtForSeconds:"\u0641\u0643\u0631\u062A \u0644\u0645\u062F\u0629 {duration}",thoughtProcess:"\u0639\u0645\u0644\u064A\u0629 \u0627\u0644\u062A\u0641\u0643\u064A\u0631",vizDisclaimerImage:"\u062A\u0645 \u0627\u0644\u0625\u0646\u0634\u0627\u0621 \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u2014 \u0642\u062F \u062A\u062E\u062A\u0644\u0641 \u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0648\u0627\u0644\u062D\u062C\u0645 \u0648\u0627\u0644\u0645\u0648\u0636\u0639 \u0639\u0646 \u0627\u0644\u0645\u0646\u062A\u062C \u0627\u0644\u062D\u0642\u064A\u0642\u064A.",vizDisclaimerVideo:"\u062A\u0645 \u0627\u0644\u0625\u0646\u0634\u0627\u0621 \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u2014 \u0642\u062F \u062A\u062E\u062A\u0644\u0641 \u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0648\u0627\u0644\u062D\u062C\u0645 \u0648\u0627\u0644\u062D\u0631\u0643\u0629 \u0639\u0646 \u0627\u0644\u0645\u0646\u062A\u062C \u0627\u0644\u062D\u0642\u064A\u0642\u064A.",vizUnavailable:"\u062A\u0639\u0630\u0631 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u0645\u0639\u0627\u064A\u0646\u0629.",voiceListening:"\u062C\u0627\u0631\u064A \u0627\u0644\u0627\u0633\u062A\u0645\u0627\u0639... \u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u064A\u0643\u0631\u0648\u0641\u0648\u0646 \u0644\u0644\u0625\u064A\u0642\u0627\u0641",voiceSending:"\u062A\u0645\u0627\u0645 \u2014 \u062C\u0627\u0631\u064A \u0627\u0644\u0625\u0631\u0633\u0627\u0644...",termsStepTitle:"\u0627\u0644\u062E\u0635\u0648\u0635\u064A\u0629 \u0648\u0634\u0631\u0648\u0637 \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",termsStepSubtitle:"\u0634\u0641\u0627\u0641\u064A\u0629 \u0643\u0627\u0645\u0644\u0629\u060C \u0648\u0647\u0648\u064A\u0629 \u0645\u062C\u0647\u0648\u0644\u0629\u060C \u0648\u0628\u062F\u0648\u0646 \u062C\u0645\u0639 \u0623\u064A \u0628\u064A\u0627\u0646\u0627\u062A \u0634\u062E\u0635\u064A\u0629.",termsPiiTitle:"\u0639\u062F\u0645 \u062C\u0645\u0639 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0634\u062E\u0635\u064A\u0629",termsPiiDesc:"\u0646\u062D\u0646 \u0644\u0627 \u0646\u062C\u0645\u0639 \u0623\u0648 \u0646\u0637\u0644\u0628 \u0623\u0648 \u0646\u062E\u0632\u0646 \u0623\u064A \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062A\u0639\u0631\u064A\u0641 \u0634\u062E\u0635\u064A\u0629 (\u0644\u0627 \u0628\u0631\u064A\u062F \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u060C \u0644\u0627 \u0623\u0631\u0642\u0627\u0645 \u0647\u0648\u0627\u062A\u0641\u060C \u0648\u0644\u0627 \u0647\u0648\u064A\u0627\u062A \u062D\u0642\u064A\u0642\u064A\u0629) \u0645\u0646 \u0645\u062D\u0627\u062F\u062B\u0627\u062A\u0643 \u0623\u0648 \u062C\u0644\u0633\u0627\u062A\u0643 \u0627\u0644\u0635\u0648\u062A\u064A\u0629.",termsSessionTitle:"\u0645\u0639\u0631\u0651\u0641\u0627\u062A \u062C\u0644\u0633\u0629 \u0645\u062C\u0647\u0648\u0644\u0629",termsSessionDesc:"\u062A\u0633\u062A\u062E\u062F\u0645 \u062C\u0644\u0633\u062A\u0643 \u0645\u0639\u0631\u0651\u0641\u064B\u0627 \u0645\u062C\u0647\u0648\u0644\u0627\u064B \u0645\u0646 \u062C\u0627\u0646\u0628 \u0627\u0644\u0639\u0645\u064A\u0644 \u0641\u0642\u0637 \u0644\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u0627\u0644\u0633\u064A\u0627\u0642\u060C \u0648\u0644\u0627 \u064A\u062A\u0645 \u0631\u0628\u0637\u0647 \u0628\u0647\u0648\u064A\u062A\u0643 \u0627\u0644\u062D\u0642\u064A\u0642\u064A\u0629 \u0623\u0628\u062F\u0627\u064B.",termsMemoryTitle:"\u0645\u062D\u0627\u062F\u062B\u0627\u062A \u0645\u0624\u0642\u062A\u0629 \u0645\u0642\u0627\u0628\u0644 \u062E\u0632\u064A\u0646\u0629 \u0645\u064A\u0645\u064A",termsMemoryDesc:'\u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0627\u062A \u0627\u0644\u0639\u0627\u062F\u064A\u0629 \u0645\u0624\u0642\u062A\u0629 \u2014 \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0646\u0627\u0641\u0630\u0629 \u0623\u0648 \u0645\u0633\u062D \u0627\u0644\u062F\u0631\u062F\u0634\u0629 \u064A\u0646\u0647\u064A\u0647\u0627 \u0646\u0647\u0627\u0626\u064A\u064B\u0627. \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u062A\u064A \u062A\u062D\u0641\u0638\u0647\u0627 \u0639\u0628\u0631 "@kiku" \u0645\u0634\u0641\u0631\u0629 \u0648\u064A\u0645\u0643\u0646 \u0641\u062A\u062D\u0647\u0627 \u0641\u064A mimi.akropolys.cloud \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0641\u062A\u0627\u062D\u0643 \u0627\u0644\u0633\u0631\u064A.',termsCookieTitle:"\u0628\u064A\u0627\u0646\u0627\u062A \u062A\u062A\u0628\u0639 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0645\u0636\u064A\u0641",termsCookieDesc:"\u0642\u062F \u064A\u0642\u0648\u0645 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0645\u0636\u064A\u0641 \u0628\u062C\u0645\u0639 \u0645\u0644\u0641\u0627\u062A \u062A\u0639\u0631\u064A\u0641 \u0627\u0644\u0627\u0631\u062A\u0628\u0627\u0637 \u0648\u0627\u0644\u062A\u062D\u0644\u064A\u0644\u0627\u062A \u0648\u0641\u0642\u064B\u0627 \u0644\u0633\u064A\u0627\u0633\u0629 \u0645\u0644\u0641\u0627\u062A \u062A\u0639\u0631\u064A\u0641 \u0627\u0644\u0627\u0631\u062A\u0628\u0627\u0637 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0647\u060C \u0648\u0647\u064A \u062E\u0627\u0631\u062C\u0629 \u0639\u0646 \u0633\u064A\u0637\u0631\u0629 kiku.",termsAgreeButton:"\u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0648\u0627\u0644\u0645\u062A\u0627\u0628\u0639\u0629",termsAgreeCounting:"\u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0648\u0627\u0644\u0645\u062A\u0627\u0628\u0639\u0629 ({seconds} \u062B)",termsPlaceholder:"\u064A\u0631\u062C\u0649 \u0645\u0631\u0627\u062C\u0639\u0629 \u0648\u0642\u0628\u0648\u0644 \u0627\u0644\u062E\u0635\u0648\u0635\u064A\u0629 \u0648\u0627\u0644\u0634\u0631\u0648\u0637 \u0623\u0639\u0644\u0627\u0647...",whatHaveYouSaved:"\u0645\u0627\u0630\u0627 \u062D\u0641\u0638\u062A\u061F",voiceHint:"\u062A\u062D\u062F\u062B \u0641\u0642\u0637 \u2014 \u0633\u0623\u062C\u064A\u0628 \u0639\u0646\u062F\u0645\u0627 \u062A\u062A\u0648\u0642\u0641.",voiceModeExit:"\u0627\u0644\u062E\u0631\u0648\u062C \u0645\u0646 \u0627\u0644\u0648\u0636\u0639 \u0628\u062F\u0648\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u064A\u062F\u064A\u0646",voiceModeStart:"\u0645\u062D\u0627\u062F\u062B\u0629 \u0628\u062F\u0648\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u064A\u062F\u064A\u0646",voiceMuted:"\u0645\u0643\u062A\u0648\u0645",voiceMutedHint:"\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u064A\u0643\u0631\u0648\u0641\u0648\u0646 \u0644\u0644\u062A\u062D\u062F\u062B \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.",voicePhaseListening:"\u0627\u0633\u062A\u0645\u0627\u0639",voicePhaseSpeaking:"\u062A\u062D\u062F\u062B",voicePhaseThinking:"\u062A\u0641\u0643\u064A\u0631"},chinese:{allSet:"\u60A8\u5DF2\u51C6\u5907\u597D\uFF0C{name}\u3002",asWritten:"\u5982\u539F\u6587\u6240\u793A",captureAll:"\u6355\u83B7\u5168\u90E8\uFF08{count}\uFF09",captureAndRemember:"kiku \u2014 \u6355\u83B7\u5E76\u8BB0\u4F4F",captureCurrentPage:"\u6355\u83B7\u5F53\u524D\u9875\u9762",cardClickAnswer:"{name}",cardClickQuery:"\u544A\u8BC9\u6211\u66F4\u591A\u5173\u4E8E {name}{price} \u2014 \u5173\u952E\u7EC6\u8282\u662F\u4EC0\u4E48\uFF0C\u6700\u9002\u5408\u8C01\uFF0C\u6211\u9700\u8981\u4E86\u89E3\u4EC0\u4E48\uFF1F",clearChat:"\u6E05\u9664\u804A\u5929",defaultPlaceholder:"\u968F\u4FBF\u95EE\u6211\u4EFB\u4F55\u4E8B\u2026",deleteThis:"\u5220\u9664\u6B64\u9879",detailsTranslated:"\u8BE6\u60C5\u5DF2\u7FFB\u8BD1\u3002\u6570\u5B57\u548C\u94FE\u63A5\u4FDD\u6301\u539F\u6837\u3002",displayCapture:"\u6355\u83B7 {name}",displayCaptureAll:"\u6355\u83B7\u5168\u90E8\uFF08{count} \u9879\uFF09",displayDelete:"\u5220\u9664\u6B64\u9879",displayViewHistory:"\u6211\u4FDD\u5B58\u4E86\u4EC0\u4E48\uFF1F",entityLangIntro:"\u6211\u4F1A\u7528 {lang} \u56DE\u590D\u3002\u7ED3\u679C\u5361\u7247\u53EF\u4EE5\u4FDD\u6301\u7F51\u7AD9\u539F\u6587\uFF0C\u4E5F\u53EF\u4EE5\u7FFB\u8BD1\u3002",entityLangPlaceholder:"\u4ECE\u4E0A\u9762\u7684\u4E24\u5F20\u5361\u7247\u4E2D\u9009\u62E9\u4E00\u4E2A\u2026",errAccessRevoked:"\u60A8\u7684\u8BBF\u95EE\u6743\u9650\u5DF2\u88AB\u5546\u5E97\u64A4\u9500\u3002",errAccountRequired:"\u8BF7\u521B\u5EFA\u8D26\u6237\u4EE5\u7EE7\u7EED\u4F7F\u7528\u804A\u5929\u52A9\u624B\u3002",errShopperReplyLimit:"\u60A8\u5DF2\u8FBE\u5230\u6B64\u7AD9\u70B9\u5BF9\u60A8\u8D26\u6237\u7684\u56DE\u590D\u4E0A\u9650\u3002",errStreamInterrupted:"\u56DE\u590D\u88AB\u4E2D\u65AD\u3002\u8BF7\u518D\u8BD5\u4E00\u6B21\u3002",errTokenLimit:"\u60A8\u5DF2\u8FBE\u5230\u4F7F\u7528\u4E0A\u9650\u3002\u8BF7\u5728\u4EEA\u8868\u677F\u4E2D\u66F4\u65B0\u8BA1\u8D39\u4E0A\u9650\u4EE5\u7EE7\u7EED\u3002",errTooManyRequests:"\u52A9\u624B\u5F53\u524D\u8BF7\u6C42\u8FC7\u591A\u3002\u8BF7\u7A0D\u540E\u518D\u8BD5\u3002",footerHint:"kiku \xB7 \u5B9E\u65F6\u641C\u7D22\u6574\u4E2A\u76EE\u5F55",greetReturning:"\u60A8\u597D\uFF0C{name}\u3002",greetReturningLead:"\u4ECA\u5929\u6211\u80FD\u4E3A\u60A8\u627E\u5230\u4EC0\u4E48\uFF1F",howShouldResultsLook:"\u7ED3\u679C\u5E94\u8BE5\u662F\u4EC0\u4E48\u6837\u5B50\uFF1F",inLanguage:"\u4F7F\u7528 {lang}",namePlaceholder:"\u8F93\u5165\u60A8\u7684\u540D\u5B57\u2026",nameStepAsk:"\u6211\u8BE5\u600E\u4E48\u79F0\u547C\u60A8\uFF1F",nameStepLead:"\u6211\u53EF\u4EE5\u4E3A\u60A8\u641C\u7D22\u3001\u53EF\u89C6\u5316\u6216\u6355\u83B7\u4EFB\u4F55\u5185\u5BB9\u2014\u2014\u5728\u6B64\u7AD9\u70B9\u6216\u5176\u4ED6\u4EFB\u4F55\u7AD9\u70B9\u3002",nameStepTitle:"\u5F88\u9AD8\u5174\u89C1\u5230\u60A8\u3002",namesAsWritten:"\u540D\u79F0\u548C\u8BE6\u60C5\u5B8C\u5168\u6309\u7AD9\u70B9\u5217\u51FA\u3002",pillCompareTop2:"\u6BD4\u8F83\u524D\u4E24\u9879",pillCompareTop2Query:"\u6BD4\u8F83 {a} \u548C {b}",pillFindAlternatives:"\u5BFB\u627E\u66FF\u4EE3\u54C1",pillFindAlternativesQuery:"\u6709\u4EC0\u4E48\u597D\u7684\u66FF\u4EE3\u54C1\u53EF\u4EE5\u66FF\u4EE3 {name}\uFF1F",pillMoreOn:"\u66F4\u591A\u5173\u4E8E {name}",pillMoreOnQuery:"\u544A\u8BC9\u6211\u66F4\u591A\u5173\u4E8E {name}",pillRecommend:"\u63A8\u8350\u4E00\u4E9B\u4E1C\u897F",pillRecommendQuery:"\u60A8\u4F1A\u63A8\u8350\u4EC0\u4E48\u7ED9\u6211\uFF1F",pillShowPopular:"\u663E\u793A\u70ED\u95E8\u9879\u76EE",pillShowPopularQuery:"\u60A8\u6700\u53D7\u6B22\u8FCE\u7684\u9879\u76EE\u662F\u4EC0\u4E48\uFF1F",pillSimilarOptions:"\u76F8\u4F3C\u9009\u9879",pillSimilarOptionsQuery:"\u5C55\u793A\u66F4\u591A\u7C7B\u4F3C {name} \u7684\u5185\u5BB9",pillUnder:"\u4F4E\u4E8E {amount}",pillUnderQuery:"\u5C55\u793A\u4F4E\u4E8E {amount} \u7684\u9009\u9879",pillWhichBest:"\u54EA\u4E00\u4E2A\u6700\u597D\uFF1F",pillWhichBestQuery:"\u60A8\u4F1A\u63A8\u8350\u54EA\u4E00\u4E2A\uFF0C\u4E3A\u4EC0\u4E48\uFF1F",replyingOriginal:"\u7528 {lang} \u56DE\u590D\uFF0C\u7ED3\u679C\u4FDD\u6301\u7F51\u7AD9\u539F\u6587\u3002\u968F\u4FBF\u95EE\u6211\u4EFB\u4F55\u4E8B\u3002",replyingTranslated:"\u7528 {lang} \u56DE\u590D\uFF0C\u7ED3\u679C\u4E5F\u5DF2\u7FFB\u8BD1\u3002\u968F\u4FBF\u95EE\u6211\u4EFB\u4F55\u4E8B\u3002",statusSent:"\u5DF2\u53D1\u9001",statusStopped:"\u5DF2\u53D1\u9001 \xB7 \u56DE\u590D\u5DF2\u505C\u6B62",thinking:"\u601D\u8003\u4E2D",thoughtForSeconds:"\u601D\u8003\u4E86 {duration}",thoughtProcess:"\u601D\u8003\u8FC7\u7A0B",termsStepTitle:"\u9690\u79C1\u4E0E\u4F7F\u7528\u6761\u6B3E",termsStepSubtitle:"\u900F\u660E\u3001\u533F\u540D\uFF0C\u4ECE\u8BBE\u8BA1\u4E4B\u521D\u5373\u96F6\u4E2A\u4EBA\u8EAB\u4EFD\u4FE1\u606F\u3002",termsPiiTitle:"\u96F6\u4E2A\u4EBA\u8EAB\u4EFD\u4FE1\u606F\u6536\u96C6",termsPiiDesc:"\u6211\u4EEC\u7EDD\u4E0D\u4F1A\u4ECE\u60A8\u7684\u5BF9\u8BDD\u6216\u8BED\u97F3\u4E2D\u6536\u96C6\u6216\u5B58\u50A8\u4EFB\u4F55\u4E2A\u4EBA\u8EAB\u4EFD\u4FE1\u606F\uFF08\u65E0\u90AE\u7BB1\u3001\u7535\u8BDD\u53F7\u7801\u6216\u771F\u5B9E\u59D3\u540D\uFF09\u3002",termsSessionTitle:"\u533F\u540D\u4F1A\u8BDD\u51ED\u8BC1",termsSessionDesc:"\u60A8\u7684\u4F1A\u8BDD\u4EC5\u4F7F\u7528\u5BA2\u6237\u7AEF\u751F\u6210\u7684\u533F\u540D\u6807\u8BC6\u7B26\u6765\u7EF4\u6301\u4E0A\u4E0B\u6587\uFF0C\u7EDD\u4E0D\u4E0E\u60A8\u7684\u771F\u5B9E\u8EAB\u4EFD\u5173\u8054\u3002",termsMemoryTitle:"\u5373\u65F6\u4F1A\u8BDD vs. Mimi \u8BB0\u5FC6\u5E93",termsMemoryDesc:'\u666E\u901A\u5BF9\u8BDD\u5B8C\u5168\u5373\u65F6\u5904\u7406\u2014\u2014\u5173\u95ED\u6216\u6E05\u9664\u804A\u5929\u5373\u53EF\u5F7B\u5E95\u9500\u6BC1\u3002\u4F7F\u7528 "@kiku" \u4FDD\u5B58\u7684\u5185\u5BB9\u7ECF\u8FC7\u52A0\u5BC6\uFF0C\u53EF\u5728 mimi.akropolys.cloud \u4F7F\u7528\u60A8\u7684\u79C1\u94A5\u968F\u65F6\u89E3\u9501\u3002',termsCookieTitle:"\u5BBF\u4E3B\u7F51\u7AD9\u9065\u6D4B",termsCookieDesc:"\u5D4C\u5165 kiku \u7684\u5BBF\u4E3B\u7F51\u7AD9\u53EF\u80FD\u4F1A\u6839\u636E\u5176\u81EA\u8EAB\u7684 Cookie \u653F\u7B56\u6536\u96C6\u6D4F\u89C8\u6570\u636E\uFF0C\u4E0D\u53D7 kiku \u63A7\u5236\u3002",termsAgreeButton:"\u540C\u610F\u5E76\u7EE7\u7EED",termsAgreeCounting:"\u540C\u610F\u5E76\u7EE7\u7EED ({seconds}\u79D2)",termsPlaceholder:"\u8BF7\u67E5\u9605\u5E76\u540C\u610F\u4E0A\u65B9\u7684\u9690\u79C1\u4E0E\u6761\u6B3E\u2026",whatHaveYouSaved:"\u6211\u4FDD\u5B58\u4E86\u4EC0\u4E48\uFF1F",keyAutoHide:"\u5C06\u5728 {seconds} \u79D2\u540E\u81EA\u52A8\u9690\u85CF\u3002",keyCopied:"\u5DF2\u590D\u5236",keyCopyId:"\u590D\u5236 ID",keyCopySecret:"\u590D\u5236\u5BC6\u94A5",keyCreateNew:"\u6211\u662F\u65B0\u7528\u6237 \u2014 \u521B\u5EFA\u4E00\u4E2A",keyCreating:"\u6B63\u5728\u521B\u5EFA\u2026",keyDismiss:"\u5173\u95ED",keyPastePlaceholder:"\u60A8\u7684\u516C\u5F00 ID\u2026",keyPastePrompt:"\u7C98\u8D34\u60A8\u7684\u516C\u5F00 ID \u2014 \u6216\u521B\u5EFA\u4E00\u4E2A",keyPublicHint:"\u5728\u4EFB\u4F55\u7F51\u7AD9\u4E0A\u7C98\u8D34\u6B64 ID \u5373\u53EF\u4FDD\u5B58\u5230\u76F8\u540C\u7684\u8BB0\u5FC6\u5E93\u4E2D\u3002",keyPublicTitle:"\u60A8\u7684\u516C\u5F00 ID",keySecretHint:"\u8BF7\u59A5\u5584\u4FDD\u7BA1 \u2014 \u7528\u4E8E\u89E3\u9501\u60A8\u7684\u8BB0\u5FC6\u5E93\u3002",keySecretTitle:"\u60A8\u7684\u5BC6\u94A5 \u2014 \u4EC5\u663E\u793A\u4E00\u6B21",keyUseMine:"\u4F7F\u7528\u6211\u7684 ID",kikuActionUnavailable:"\u62B1\u6B49 \u2014 \u6B64\u7AD9\u70B9\u6682\u4E0D\u652F\u6301\u8BE5\u64CD\u4F5C\u3002",kikuCaptureDbError:"\u7531\u4E8E\u6570\u636E\u5E93\u9519\u8BEF\uFF0C\u4FDD\u5B58\u5931\u8D25\u3002",kikuCaptureNoContext:"\u7531\u4E8E\u672A\u63D0\u4F9B\u9875\u9762\u6216\u4EA7\u54C1\u4E0A\u4E0B\u6587\uFF0C\u4FDD\u5B58\u5931\u8D25\u3002",kikuCaptureNoUrl:"\u65E0\u6CD5\u4FDD\u5B58\u4EFB\u4F55\u9879\u76EE \u2014 \u5747\u65E0\u6709\u6548\u7F51\u5740\u3002",kikuCaptureNoneSelected:"\u672A\u9009\u62E9\u8981\u4FDD\u5B58\u7684\u9879\u76EE\u3002",kikuDeleteDbError:"\u7531\u4E8E\u6570\u636E\u5E93\u9519\u8BEF\uFF0C\u5220\u9664\u5931\u8D25\u3002",kikuDeleteDone:"\u5DF2\u4ECE\u4FDD\u5B58\u7684\u9879\u76EE\u4E2D\u79FB\u9664\u3002",kikuDeleteNoContext:"\u672A\u63D0\u4F9B\u9875\u9762\u4E0A\u4E0B\u6587\u4EE5\u786E\u5B9A\u8981\u5220\u9664\u7684\u5185\u5BB9\u3002",kikuMemoryIntro:"\u60A8\u5728\u5404\u7AD9\u70B9\u4FDD\u5B58\u7684\u6240\u6709\u5185\u5BB9\u5747\u5B58\u50A8\u5728\u60A8\u7684\u79C1\u6709\u8BB0\u5FC6\u5E93\u4E2D\u3002\u4F7F\u7528\u60A8\u7684\u5BC6\u94A5\u89E3\u9501\uFF1A",kikuMintNeeded:"\u8981\u5728\u8DE8\u7AD9\u70B9\u4FDD\u5B58\u9879\u76EE\uFF0C\u60A8\u9700\u8981\u4E00\u4E2A kiku \u5BC6\u94A5 \u2014 \u6211\u5C06\u4E3A\u60A8\u751F\u6210\u4E00\u4E2A\u3002\u8BE5\u5BC6\u94A5\u4EC5\u663E\u793A\u4E00\u6B21\uFF0C\u8BF7\u59A5\u5584\u4FDD\u5B58\u3002",kikuMintOffer:"\u6211\u53EF\u4EE5\u4E3A\u60A8\u4FDD\u5B58\u5E76\u8DDF\u968F\u60A8\u8DE8\u7AD9\u70B9\u540C\u6B65 \u2014 \u6211\u5C06\u4E3A\u60A8\u751F\u6210\u4E00\u4E2A kiku \u5BC6\u94A5\u3002\u4EC5\u663E\u793A\u4E00\u6B21\uFF0C\u8BF7\u59A5\u5584\u4FDD\u5B58\u3002",kikuNeedKeyToUpdate:"\u8F93\u5165\u60A8\u7684 kiku \u5BC6\u94A5\u4EE5\u4FBF\u6211\u67E5\u627E\u5E76\u66F4\u65B0\u60A8\u4FDD\u5B58\u7684\u9879\u76EE\u3002",micDenied:"\u9EA6\u514B\u98CE\u5DF2\u88AB\u963B\u6B62\u3002\u8BF7\u5141\u8BB8\u6B64\u7AD9\u70B9\u8BBF\u95EE\u9EA6\u514B\u98CE\uFF0C\u7136\u540E\u91CD\u8BD5\u3002",micFailed:"\u672A\u80FD\u542C\u6E05\u3002\u8BF7\u91CD\u8BD5\u3002",micInsecure:"\u8BED\u97F3\u529F\u80FD\u9700\u8981\u5B89\u5168\u8FDE\u63A5 (HTTPS)\u3002",micLangUnsupported:"\u6B64\u6D4F\u89C8\u5668\u6682\u4E0D\u652F\u6301\u8BE5\u8BED\u8A00\u7684\u8BED\u97F3\u8F6C\u5F55\u3002\u8BF7\u4F7F\u7528\u6587\u5B57\u8F93\u5165\u3002",micMissing:"\u672A\u627E\u5230\u9EA6\u514B\u98CE\u3002",micNetwork:"\u8BED\u97F3\u529F\u80FD\u9700\u8981\u7F51\u7EDC\u8FDE\u63A5\u3002\u8BF7\u68C0\u67E5\u7F51\u7EDC\u540E\u91CD\u8BD5\u3002",micNoSpeech:"\u672A\u68C0\u6D4B\u5230\u58F0\u97F3\u3002\u8BF7\u9760\u8FD1\u9EA6\u514B\u98CE\u540E\u91CD\u8BD5\u3002",vizDisclaimerImage:"\u7531\u4EBA\u5DE5\u667A\u80FD\u751F\u6210 \u2014 \u989C\u8272\u3001\u5C3A\u5BF8\u548C\u4F4D\u7F6E\u53EF\u80FD\u4E0E\u5B9E\u7269\u7565\u6709\u4E0D\u540C\u3002",vizDisclaimerVideo:"\u7531\u4EBA\u5DE5\u667A\u80FD\u751F\u6210 \u2014 \u989C\u8272\u3001\u5C3A\u5BF8\u548C\u52A8\u4F5C\u53EF\u80FD\u4E0E\u5B9E\u7269\u7565\u6709\u4E0D\u540C\u3002",vizUnavailable:"\u65E0\u6CD5\u52A0\u8F7D\u9884\u89C8\u3002",voiceHint:"\u76F4\u63A5\u8BF4\u8BDD\u5373\u53EF \u2014 \u60A8\u505C\u987F\u540E\u6211\u4F1A\u56DE\u7B54\u3002",voiceListening:"\u6B63\u5728\u8046\u542C\u2026 \u70B9\u51FB\u9EA6\u514B\u98CE\u505C\u6B62",voiceModeExit:"\u9000\u51FA\u514D\u63D0\u6A21\u5F0F",voiceModeStart:"\u514D\u63D0\u5BF9\u8BDD",voiceMuted:"\u9759\u97F3",voiceMutedHint:"\u70B9\u51FB\u9EA6\u514B\u98CE\u91CD\u65B0\u5F00\u59CB\u8BF4\u8BDD\u3002",voicePhaseListening:"\u6B63\u5728\u8046\u542C",voicePhaseSpeaking:"\u6B63\u5728\u56DE\u7B54",voicePhaseThinking:"\u6B63\u5728\u601D\u8003",voiceSending:"\u5DF2\u6536\u5230 \u2014 \u6B63\u5728\u53D1\u9001\u2026"},english:{allSet:"You're all set, {name}.",asWritten:"As written",captureAll:"Capture all ({count})",captureAndRemember:"kiku \u2014 capture & remember",captureCurrentPage:"Capture current page",cardClickAnswer:"The {name}",cardClickQuery:"Tell me more about the {name}{price} \u2014 what are its key details, who is it best suited for, and what should I know?",clearChat:"Clear chat",defaultPlaceholder:"Ask me anything\u2026",deleteThis:"Delete this",detailsTranslated:"Details translated. Numbers and links stay exactly as listed.",displayCapture:"capture {name}",displayCaptureAll:"capture all ({count} items)",displayDelete:"delete this",displayViewHistory:"what have you saved?",entityLangIntro:"I reply in {lang}. Result cards can stay exactly as this site wrote them, or be translated too.",entityLangPlaceholder:"Pick one of the two cards above\u2026",errAccessRevoked:"Your access to the assistant has been revoked by the store.",errAccountRequired:"Please create an account to continue using the chat assistant.",errShopperReplyLimit:"You've reached this site's reply limit for your account.",errStreamInterrupted:"The reply was interrupted. Please try again.",errTokenLimit:"You've reached your usage limit. Please update your billing limits in your dashboard to continue.",errTooManyRequests:"The assistant is currently receiving too many requests. Please try again in a few moments.",footerHint:"kiku \xB7 searches the whole catalogue in real time",greetReturning:"Hi, {name}.",greetReturningLead:"What can I find for you today?",howShouldResultsLook:"How should results look?",inLanguage:"In {lang}",keyAutoHide:"Hides automatically in {seconds}s.",keyCopied:"Copied",keyCopyId:"Copy id",keyCopySecret:"Copy secret",keyCreateNew:"I'm new \u2014 create one",keyCreating:"Creating\u2026",keyDismiss:"Dismiss",keyPastePlaceholder:"your public id\u2026",keyPastePrompt:"Paste your public id \u2014 or create one",keyPublicHint:"Paste this on any site to save to the same memory.",keyPublicTitle:"Your public id",keySecretHint:"Keep it private \u2014 use it to unlock your memory.",keySecretTitle:"Your secret \u2014 shown only once",keyUseMine:"Use my id",kikuActionUnavailable:"Sorry \u2014 that action isn't available on this site.",kikuCaptureDbError:"Capture failed due to a database error.",kikuCaptureNoContext:"Capture failed because no page or product context was provided by the SDK.",kikuCaptureNoUrl:"Couldn\u2019t save any items \u2014 none had a valid URL.",kikuCaptureNoneSelected:"No items were selected to capture.",kikuDeleteDbError:"Delete failed due to a database error.",kikuDeleteDone:"Removed it from your saved items.",kikuDeleteNoContext:"Delete failed because no page context was provided to identify what to delete.",kikuMemoryIntro:"Everything you've captured across sites lives in your private memory. Unlock it with your secret:",kikuMintNeeded:"To save items across sites you need a kiku key \u2014 I'll mint one for you. It's shown only once, so save it somewhere safe.",kikuMintOffer:"I can keep this for you and have it follow you across sites \u2014 I'll mint you a kiku key. It's shown only once, so save it somewhere safe.",kikuNeedKeyToUpdate:"Enter your kiku key so I can find and update your saved items.",micDenied:"Microphone blocked. Allow mic access for this site, then try again.",micFailed:"Couldn't hear that. Try again.",micInsecure:"Voice needs a secure (https) connection.",micLangUnsupported:"This browser cannot transcribe that language yet. Type instead.",micMissing:"No microphone found.",micNetwork:"Voice needs a connection right now. Check yours and try again.",micNoSpeech:"Didn't catch anything. Try again, a little closer to the mic.",namePlaceholder:"Type your name\u2026",nameStepAsk:"What should I call you?",nameStepLead:"I can search, visualize, or capture anything for you \u2014 on this site or any other.",nameStepTitle:"Nice to meet you.",namesAsWritten:"Names and details exactly as the site lists them.",pillCompareTop2:"Compare top 2",pillCompareTop2Query:"Compare the {a} and {b}",pillFindAlternatives:"Find alternatives",pillFindAlternativesQuery:"What are good alternatives to the {name}?",pillMoreOn:"More on {name}",pillMoreOnQuery:"Tell me more about the {name}",pillRecommend:"Recommend something",pillRecommendQuery:"What do you recommend for me?",pillShowPopular:"Show popular items",pillShowPopularQuery:"What are your most popular items?",pillSimilarOptions:"Similar options",pillSimilarOptionsQuery:"Show me more like the {name}",pillUnder:"Under {amount}",pillUnderQuery:"Show me options under {amount}",pillWhichBest:"Which is best?",pillWhichBestQuery:"Which one would you recommend and why?",replyingOriginal:"Replying in {lang}, results as this site wrote them. Ask me anything.",replyingTranslated:"Replying in {lang}, results translated too. Ask me anything.",statusSent:"Sent",statusStopped:"Sent \xB7 reply stopped",thinking:"Thinking",thoughtForSeconds:"Thought for {duration}",thoughtProcess:"Thought process",vizDisclaimerImage:"Generated using Artificial Intelligence \u2014 colours, size and placement may differ from the real product.",vizDisclaimerVideo:"Generated using Artificial Intelligence \u2014 colours, size and movement may differ from the real product.",vizUnavailable:"The preview could not be loaded.",voiceHint:"Just talk \u2014 I'll answer when you pause.",voiceListening:"Listening\u2026 tap the mic to stop",voiceModeExit:"Leave hands-free",voiceModeStart:"Hands-free conversation",voiceMuted:"Muted",voiceMutedHint:"Tap the microphone to speak again.",voicePhaseListening:"Listening",voicePhaseSpeaking:"Speaking",voicePhaseThinking:"Thinking",voiceSending:"Got it \u2014 sending\u2026",termsStepTitle:"Privacy & Terms of Use",termsStepSubtitle:"Transparent, anonymous, and zero-PII by design.",termsPiiTitle:"Zero PII Collection",termsPiiDesc:"We never collect or store personal identifying information (no emails, phone numbers, or real-world identities) from your chats or voice sessions.",termsSessionTitle:"Anonymous Session Tokens",termsSessionDesc:"Your session uses an anonymous client-side token solely to maintain context. It is never linked to your real identity.",termsMemoryTitle:"Ephemeral Chats vs. Mimi Vault",termsMemoryDesc:'Regular chats are ephemeral \u2014 closing the tab or clicking "Clear Chat" terminates them forever. Items you save with "@kiku" are encrypted and can be unlocked at mimi.akropolys.cloud with your Secret Access Key.',termsCookieTitle:"Host Website Telemetry",termsCookieDesc:"The host website where Kiku is embedded may collect cookies and analytics per their own cookie policy, outside Kiku's control.",termsAgreeButton:"Agree & Continue",termsAgreeCounting:"Agree & Continue ({seconds}s)",termsPlaceholder:"Please review and accept our Privacy & Terms above\u2026",whatHaveYouSaved:"What have you saved?"},french:{allSet:"C'est tout bon, {name}.",asWritten:"Tel quel",captureAll:"Tout capturer ({count})",captureAndRemember:"kiku \u2014 capturer et m\xE9moriser",captureCurrentPage:"Capturer la page actuelle",cardClickAnswer:"Le {name}",cardClickQuery:"Dites-m'en plus sur le {name}{price} : ses caract\xE9ristiques principales, \xE0 qui il convient le mieux et ce que je devrais savoir.",clearChat:"Effacer le chat",defaultPlaceholder:"Posez-moi n'importe quelle question\u2026",deleteThis:"Supprimer ceci",detailsTranslated:"D\xE9tails traduits. Les chiffres et les liens restent exactement tels qu'ils sont.",displayCapture:"capturer {name}",displayCaptureAll:"tout capturer ({count} articles)",displayDelete:"supprimer ceci",displayViewHistory:"qu'avez-vous enregistr\xE9 ?",entityLangIntro:"Je r\xE9ponds en {lang}. Les fiches de r\xE9sultats peuvent rester exactement telles que ce site les a \xE9crites, ou \xEAtre \xE9galement traduites.",entityLangPlaceholder:"Choisissez l'une des deux fiches ci-dessus\u2026",errAccessRevoked:"Votre acc\xE8s \xE0 l'assistant a \xE9t\xE9 r\xE9voqu\xE9 par le magasin.",errAccountRequired:"Veuillez cr\xE9er un compte pour continuer \xE0 utiliser l'assistant de chat.",errShopperReplyLimit:"Vous avez atteint la limite de r\xE9ponses de ce site pour votre compte.",errStreamInterrupted:"La r\xE9ponse a \xE9t\xE9 interrompue. Veuillez r\xE9essayer.",errTokenLimit:"Vous avez atteint votre limite d'utilisation. Veuillez mettre \xE0 jour vos limites de facturation dans votre tableau de bord pour continuer.",errTooManyRequests:"L'assistant re\xE7oit actuellement trop de requ\xEAtes. Veuillez r\xE9essayer dans quelques instants.",footerHint:"kiku \xB7 recherche dans tout le catalogue en temps r\xE9el",greetReturning:"Bonjour, {name}.",greetReturningLead:"Que puis-je trouver pour vous aujourd'hui ?",howShouldResultsLook:"Comment les r\xE9sultats doivent-ils s'afficher ?",inLanguage:"En {lang}",keyAutoHide:"Se masque automatiquement dans {seconds}s.",keyCopied:"Copi\xE9",keyCopyId:"Copier l'identifiant",keyCopySecret:"Copier le secret",keyCreateNew:"Je suis nouveau \u2014 cr\xE9ez-en un",keyCreating:"Cr\xE9ation en cours\u2026",keyDismiss:"Ignorer",keyPastePlaceholder:"votre identifiant public\u2026",keyPastePrompt:"Collez votre identifiant public \u2014 ou cr\xE9ez-en un",keyPublicHint:"Collez ceci sur n'importe quel site pour enregistrer dans la m\xEAme m\xE9moire.",keyPublicTitle:"Votre identifiant public",keySecretHint:"Gardez-le priv\xE9 \u2014 utilisez-le pour d\xE9verrouiller votre m\xE9moire.",keySecretTitle:"Votre secret \u2014 affich\xE9 une seule fois",keyUseMine:"Utiliser mon identifiant",kikuActionUnavailable:"D\xE9sol\xE9 \u2014 cette action n'est pas disponible sur ce site.",kikuCaptureDbError:"La capture a \xE9chou\xE9 en raison d'une erreur de base de donn\xE9es.",kikuCaptureNoContext:"La capture a \xE9chou\xE9 car aucun contexte de page ou de produit n'a \xE9t\xE9 fourni par le SDK.",kikuCaptureNoUrl:"Impossible d'enregistrer des articles \u2014 aucun n'avait d'URL valide.",kikuCaptureNoneSelected:"Aucun article n'a \xE9t\xE9 s\xE9lectionn\xE9 pour la capture.",kikuDeleteDbError:"La suppression a \xE9chou\xE9 en raison d'une erreur de base de donn\xE9es.",kikuDeleteDone:"Je l'ai retir\xE9 de vos articles enregistr\xE9s.",kikuDeleteNoContext:"La suppression a \xE9chou\xE9 car aucun contexte de page n'a \xE9t\xE9 fourni pour identifier ce qu'il fallait supprimer.",kikuMemoryIntro:"Tout ce que vous avez captur\xE9 sur les sites se trouve dans votre m\xE9moire priv\xE9e. D\xE9verrouillez-la avec votre secret :",kikuMintNeeded:"Pour enregistrer des articles sur diff\xE9rents sites, vous avez besoin d'une cl\xE9 kiku \u2014 je vais en cr\xE9er une pour vous. Elle n'est affich\xE9e qu'une seule fois, alors enregistrez-la en lieu s\xFBr.",kikuMintOffer:"Je peux garder ceci pour vous et le faire vous suivre sur les sites \u2014 je vais vous cr\xE9er une cl\xE9 kiku. Elle n'est affich\xE9e qu'une seule fois, alors enregistrez-la en lieu s\xFBr.",kikuNeedKeyToUpdate:"Entrez votre cl\xE9 kiku afin que je puisse trouver et mettre \xE0 jour vos articles enregistr\xE9s.",micDenied:"Microphone bloqu\xE9. Autorisez l'acc\xE8s au micro pour ce site, puis r\xE9essayez.",micFailed:"Je n'ai pas entendu. R\xE9essayez.",micInsecure:"La voix n\xE9cessite une connexion s\xE9curis\xE9e (https).",micLangUnsupported:"Ce navigateur ne peut pas encore transcrire cette langue. Veuillez taper \xE0 la place.",micMissing:"Aucun microphone d\xE9tect\xE9.",micNetwork:"La voix n\xE9cessite une connexion en ce moment. V\xE9rifiez la v\xF4tre et r\xE9essayez.",micNoSpeech:"Je n'ai rien entendu. R\xE9essayez, un peu plus pr\xE8s du micro.",namePlaceholder:"Tapez votre nom\u2026",nameStepAsk:"Comment dois-je vous appeler ?",nameStepLead:"Je peux chercher, visualiser ou capturer n'importe quoi pour vous \u2014 sur ce site ou n'importe quel autre.",nameStepTitle:"Enchant\xE9 de vous rencontrer.",namesAsWritten:"Noms et d\xE9tails exactement tels qu'ils sont list\xE9s sur le site.",pillCompareTop2:"Comparer les 2 meilleurs",pillCompareTop2Query:"Comparez le {a} et le {b}",pillFindAlternatives:"Trouver des alternatives",pillFindAlternativesQuery:"Quelles sont de bonnes alternatives au {name} ?",pillMoreOn:"Plus sur {name}",pillMoreOnQuery:"Dites-m'en plus sur le {name}",pillRecommend:"Recommander quelque chose",pillRecommendQuery:"Que me recommandez-vous ?",pillShowPopular:"Afficher les articles populaires",pillShowPopularQuery:"Quels sont vos articles les plus populaires ?",pillSimilarOptions:"Options similaires",pillSimilarOptionsQuery:"Montrez-m'en plus comme le {name}",pillUnder:"Moins de {amount}",pillUnderQuery:"Montrez-moi des options \xE0 moins de {amount}",pillWhichBest:"Lequel est le meilleur ?",pillWhichBestQuery:"Lequel recommanderiez-vous et pourquoi ?",replyingOriginal:"Je r\xE9ponds en {lang}, les r\xE9sultats sont tels que le site les a \xE9crits. Posez-moi n'importe quelle question.",replyingTranslated:"Je r\xE9ponds en {lang}, les r\xE9sultats sont \xE9galement traduits. Posez-moi n'importe quelle question.",statusSent:"Envoy\xE9",statusStopped:"Envoy\xE9 \xB7 r\xE9ponse arr\xEAt\xE9e",thinking:"R\xE9flexion en cours",thoughtForSeconds:"R\xE9flexion pendant {duration}",thoughtProcess:"Processus de r\xE9flexion",vizDisclaimerImage:"G\xE9n\xE9r\xE9 par Intelligence Artificielle \u2014 les couleurs, la taille et le placement peuvent diff\xE9rer du produit r\xE9el.",vizDisclaimerVideo:"G\xE9n\xE9r\xE9 par Intelligence Artificielle \u2014 les couleurs, la taille et le mouvement peuvent diff\xE9rer du produit r\xE9el.",vizUnavailable:"L'aper\xE7u n'a pas pu \xEAtre charg\xE9.",voiceListening:"\xC9coute\u2026 touchez le micro pour arr\xEAter",voiceSending:"Bien re\xE7u \u2014 envoi en cours\u2026",termsStepTitle:"Confidentialit\xE9 et conditions d'utilisation",termsStepSubtitle:"Transparent, anonyme et sans collecte de donn\xE9es personnelles.",termsPiiTitle:"Z\xE9ro collecte de donn\xE9es personnelles",termsPiiDesc:"Nous ne collectons ni ne stockons aucune information d'identification personnelle (ni e-mail, ni num\xE9ro de t\xE9l\xE9phone, ni identit\xE9 r\xE9elle) depuis vos discussions ou sessions vocales.",termsSessionTitle:"Jetons de session anonymes",termsSessionDesc:"Votre session utilise un identifiant anonyme c\xF4t\xE9 client uniquement pour maintenir le contexte, jamais li\xE9 \xE0 votre identit\xE9 r\xE9elle.",termsMemoryTitle:"Discussions \xE9ph\xE9m\xE8res vs Coffre Mimi",termsMemoryDesc:"Les discussions normales sont \xE9ph\xE9m\xE8res \u2014 fermer ou effacer le chat les d\xE9truit pour toujours. Les \xE9l\xE9ments enregistr\xE9s avec \xAB @kiku \xBB sont chiffr\xE9s et accessibles sur mimi.akropolys.cloud avec votre cl\xE9 secr\xE8te.",termsCookieTitle:"T\xE9l\xE9m\xE9trie du site h\xF4te",termsCookieDesc:"Le site h\xF4te sur lequel kiku est int\xE9gr\xE9 peut collecter des cookies et des donn\xE9es d'analyse selon sa propre politique de cookies, hors du contr\xF4le de kiku.",termsAgreeButton:"Accepter et continuer",termsAgreeCounting:"Accepter et continuer ({seconds}s)",termsPlaceholder:"Veuillez examiner et accepter la politique de confidentialit\xE9 et les conditions ci-dessus\u2026",whatHaveYouSaved:"Qu'avez-vous enregistr\xE9 ?",voiceHint:"Parlez simplement \u2014 je r\xE9pondrai d\xE8s que vous ferez une pause.",voiceModeExit:"Quitter le mode mains libres",voiceModeStart:"Conversation mains libres",voiceMuted:"En sourdine",voiceMutedHint:"Appuyez sur le micro pour parler \xE0 nouveau.",voicePhaseListening:"\xC9coute",voicePhaseSpeaking:"Parle",voicePhaseThinking:"R\xE9flexion"},hindi:{allSet:"\u0906\u092A \u0924\u0948\u092F\u093E\u0930 \u0939\u0948\u0902, {name}.",asWritten:"\u091C\u0948\u0938\u093E \u0932\u093F\u0916\u093E \u0939\u0948",captureAll:"\u0938\u092D\u0940 \u0915\u094B \u0915\u0948\u092A\u094D\u091A\u0930 \u0915\u0930\u0947\u0902 ({count})",captureAndRemember:"kiku \u2014 \u0915\u0948\u092A\u094D\u091A\u0930 & \u092F\u093E\u0926 \u0930\u0916\u0947\u0902",captureCurrentPage:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0915\u0948\u092A\u094D\u091A\u0930 \u0915\u0930\u0947\u0902",cardClickAnswer:"{name}",cardClickQuery:"\u0915\u0943\u092A\u092F\u093E {name}{price} \u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 \u0905\u0927\u093F\u0915 \u092C\u0924\u093E\u0907\u090F \u2014 \u0907\u0938\u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0935\u093F\u0935\u0930\u0923 \u0915\u094D\u092F\u093E \u0939\u0948\u0902, \u092F\u0939 \u0915\u093F\u0938\u0915\u0947 \u0932\u093F\u090F \u0938\u092C\u0938\u0947 \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0939\u0948, \u0914\u0930 \u092E\u0941\u091D\u0947 \u0915\u094D\u092F\u093E \u091C\u093E\u0928\u0928\u093E \u091A\u093E\u0939\u093F\u090F?",clearChat:"\u091A\u0948\u091F \u0938\u093E\u092B\u093C \u0915\u0930\u0947\u0902",defaultPlaceholder:"\u092E\u0941\u091D\u0938\u0947 \u0915\u0941\u091B \u092D\u0940 \u092A\u0942\u091B\u0947\u0902\u2026",deleteThis:"\u0907\u0938\u0947 \u0939\u091F\u093E\u090F\u0901",detailsTranslated:"\u0935\u093F\u0935\u0930\u0923 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924\u0964 \u0938\u0902\u0916\u094D\u092F\u093E\u090F\u0901 \u0914\u0930 \u0932\u093F\u0902\u0915 \u0920\u0940\u0915 \u0935\u0948\u0938\u0947 \u0939\u0940 \u0930\u0939\u0947\u0902\u0964",displayCapture:"\u0915\u0948\u092A\u094D\u091A\u0930 {name}",displayCaptureAll:"\u0938\u092D\u0940 \u0915\u094B \u0915\u0948\u092A\u094D\u091A\u0930 \u0915\u0930\u0947\u0902 ({count} \u0906\u0907\u091F\u092E)",displayDelete:"\u0907\u0938\u0947 \u0939\u091F\u093E\u090F\u0901",displayViewHistory:"\u0906\u092A\u0928\u0947 \u0915\u094D\u092F\u093E \u0938\u0939\u0947\u091C\u093E \u0939\u0948?",entityLangIntro:"\u092E\u0948\u0902 {lang} \u092E\u0947\u0902 \u0909\u0924\u094D\u0924\u0930 \u0926\u0942\u0901\u0917\u093E\u0964 \u092A\u0930\u093F\u0923\u093E\u092E \u0915\u093E\u0930\u094D\u0921 \u0907\u0938 \u0938\u093E\u0907\u091F \u0928\u0947 \u091C\u0948\u0938\u093E \u0932\u093F\u0916\u093E \u0939\u0948 \u0935\u0948\u0938\u093E \u0939\u0940 \u0930\u0939 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0905\u0928\u0942\u0926\u093F\u0924 \u092D\u0940 \u0939\u094B \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",entityLangPlaceholder:"\u090A\u092A\u0930 \u0926\u094B \u0915\u093E\u0930\u094D\u0921\u094B\u0902 \u092E\u0947\u0902 \u0938\u0947 \u090F\u0915 \u091A\u0941\u0928\u0947\u0902\u2026",errAccessRevoked:"\u0938\u094D\u091F\u094B\u0930 \u0926\u094D\u0935\u093E\u0930\u093E \u0906\u092A\u0915\u0947 \u0938\u0939\u093E\u092F\u0915 \u0924\u0915 \u092A\u0939\u0941\u0901\u091A \u0930\u0926\u094D\u0926 \u0915\u0930 \u0926\u0940 \u0917\u0908 \u0939\u0948\u0964",errAccountRequired:"\u091A\u0948\u091F \u0938\u0939\u093E\u092F\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u091C\u093E\u0930\u0940 \u0930\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u090F\u0915 \u0916\u093E\u0924\u093E \u092C\u0928\u093E\u090F\u0901\u0964",errShopperReplyLimit:"\u0906\u092A\u0928\u0947 \u0907\u0938 \u0938\u093E\u0907\u091F \u0915\u0947 \u0932\u093F\u090F \u0905\u092A\u0928\u0947 \u0916\u093E\u0924\u0947 \u0915\u0940 \u0909\u0924\u094D\u0924\u0930 \u0938\u0940\u092E\u093E \u0924\u0915 \u092A\u0939\u0941\u0901\u091A \u092C\u0928\u093E \u0932\u0940 \u0939\u0948\u0964",errStreamInterrupted:"\u0909\u0924\u094D\u0924\u0930 \u092C\u093E\u0927\u093F\u0924 \u0939\u094B \u0917\u092F\u093E\u0964 \u0915\u0943\u092A\u092F\u093E \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964",errTokenLimit:"\u0906\u092A\u0928\u0947 \u0905\u092A\u0928\u0940 \u0909\u092A\u092F\u094B\u0917 \u0938\u0940\u092E\u093E \u0924\u0915 \u092A\u0939\u0941\u0901\u091A \u092C\u0928\u093E \u0932\u0940 \u0939\u0948\u0964 \u091C\u093E\u0930\u0940 \u0930\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0905\u092A\u0928\u0947 \u0921\u0948\u0936\u092C\u094B\u0930\u094D\u0921 \u092E\u0947\u0902 \u092C\u093F\u0932\u093F\u0902\u0917 \u0938\u0940\u092E\u093E \u0905\u092A\u0921\u0947\u091F \u0915\u0930\u0947\u0902\u0964",errTooManyRequests:"\u0938\u0939\u093E\u092F\u0915 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u092C\u0939\u0941\u0924 \u0905\u0927\u093F\u0915 \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948\u0964 \u0915\u0941\u091B \u0915\u094D\u0937\u0923 \u092C\u093E\u0926 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964",footerHint:"kiku \xB7 \u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u0938\u092E\u092F \u092E\u0947\u0902 \u092A\u0942\u0930\u0947 \u0915\u0948\u091F\u0932\u0949\u0917 \u0915\u094B \u0916\u094B\u091C\u0924\u093E \u0939\u0948",greetReturning:"\u0928\u092E\u0938\u094D\u0924\u0947, {name}.",greetReturningLead:"\u0906\u091C \u092E\u0948\u0902 \u0906\u092A\u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u092F\u093E \u0916\u094B\u091C\u0942\u0901?",howShouldResultsLook:"\u092A\u0930\u093F\u0923\u093E\u092E \u0915\u0948\u0938\u0947 \u0926\u093F\u0916\u0947\u0902?",inLanguage:"{lang} \u092E\u0947\u0902",keyAutoHide:"\u0938\u094D\u0935\u0924\u0903 {seconds}s \u092E\u0947\u0902 \u091B\u093F\u092A \u091C\u093E\u090F\u0917\u093E.",keyCopied:"\u0915\u0949\u092A\u0940 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",keyCopyId:"\u0906\u0908\u0921\u0940 \u0915\u0949\u092A\u0940 \u0915\u0930\u0947\u0902",keyCopySecret:"\u0938\u0940\u0915\u094D\u0930\u0947\u091F \u0915\u0949\u092A\u0940 \u0915\u0930\u0947\u0902",keyCreateNew:"\u092E\u0948\u0902 \u0928\u092F\u093E \u0939\u0942\u0901 \u2014 \u090F\u0915 \u092C\u0928\u093E\u090F\u0902",keyCreating:"\u092C\u0928\u093E \u0930\u0939\u093E \u0939\u0942\u0901\u2026",keyDismiss:"\u092C\u0902\u0926 \u0915\u0930\u0947\u0902",keyPastePlaceholder:"\u0906\u092A\u0915\u093E \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0906\u0908\u0921\u0940\u2026",keyPastePrompt:"\u0905\u092A\u0928\u093E \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0906\u0908\u0921\u0940 \u092A\u0947\u0938\u094D\u091F \u0915\u0930\u0947\u0902 \u2014 \u092F\u093E \u090F\u0915 \u092C\u0928\u093E\u090F\u0902",keyPublicHint:"\u0907\u0938\u0947 \u0915\u093F\u0938\u0940 \u092D\u0940 \u0938\u093E\u0907\u091F \u092A\u0930 \u092A\u0947\u0938\u094D\u091F \u0915\u0930\u0947\u0902 \u0924\u093E\u0915\u093F \u0935\u0939\u0940 \u092E\u0947\u092E\u094B\u0930\u0940 \u092E\u0947\u0902 \u0938\u0939\u0947\u091C\u093E \u091C\u093E \u0938\u0915\u0947\u0964",keyPublicTitle:"\u0906\u092A\u0915\u093E \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0906\u0908\u0921\u0940",keySecretHint:"\u0907\u0938\u0947 \u0928\u093F\u091C\u0940 \u0930\u0916\u0947\u0902 \u2014 \u0905\u092A\u0928\u0947 \u092E\u0947\u092E\u094B\u0930\u0940 \u0915\u094B \u0905\u0928\u0932\u0949\u0915 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902\u0964",keySecretTitle:"\u0906\u092A\u0915\u093E \u0938\u0940\u0915\u094D\u0930\u0947\u091F \u2014 \u0915\u0947\u0935\u0932 \u090F\u0915 \u092C\u093E\u0930 \u0926\u093F\u0916\u093E\u092F\u093E \u0917\u092F\u093E",keyUseMine:"\u092E\u0947\u0930\u0940 \u0906\u0908\u0921\u0940 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",kikuActionUnavailable:"\u0915\u094D\u0937\u092E\u093E \u0915\u0930\u0947\u0902 \u2014 \u092F\u0939 \u0915\u093E\u0930\u094D\u0930\u0935\u093E\u0908 \u0907\u0938 \u0938\u093E\u0907\u091F \u092A\u0930 \u0909\u092A\u0932\u092C\u094D\u0927 \u0928\u0939\u0940\u0902 \u0939\u0948\u0964",kikuCaptureDbError:"\u0921\u0947\u091F\u093E\u092C\u0947\u0938 \u0924\u094D\u0930\u0941\u091F\u093F \u0915\u0947 \u0915\u093E\u0930\u0923 \u0915\u0948\u092A\u094D\u091A\u0930 \u0935\u093F\u092B\u0932 \u0930\u0939\u093E\u0964",kikuCaptureNoContext:"SDK \u0926\u094D\u0935\u093E\u0930\u093E \u0915\u094B\u0908 \u092A\u0947\u091C \u092F\u093E \u092A\u094D\u0930\u094B\u0921\u0915\u094D\u091F \u0915\u0949\u0928\u094D\u091F\u0947\u0915\u094D\u0938\u094D\u091F \u092A\u094D\u0930\u0926\u093E\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0917\u092F\u093E, \u0907\u0938\u0932\u093F\u090F \u0915\u0948\u092A\u094D\u091A\u0930 \u0935\u093F\u092B\u0932 \u0930\u0939\u093E\u0964",kikuCaptureNoUrl:"\u0915\u094B\u0908 \u0906\u0907\u091F\u092E \u0938\u0939\u0947\u091C\u093E \u0928\u0939\u0940\u0902 \u091C\u093E \u0938\u0915\u093E \u2014 \u0915\u094B\u0908 \u092D\u0940 \u0935\u0948\u0927 URL \u0928\u0939\u0940\u0902 \u0925\u093E\u0964",kikuCaptureNoneSelected:"\u0915\u0948\u092A\u094D\u091A\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094B\u0908 \u0906\u0907\u091F\u092E \u091A\u092F\u0928\u093F\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0917\u092F\u093E\u0964",kikuDeleteDbError:"\u0921\u0947\u091F\u093E\u092C\u0947\u0938 \u0924\u094D\u0930\u0941\u091F\u093F \u0915\u0947 \u0915\u093E\u0930\u0923 \u0939\u091F\u093E\u0928\u093E \u0935\u093F\u092B\u0932 \u0930\u0939\u093E\u0964",kikuDeleteDone:"\u0907\u0938\u0947 \u0906\u092A\u0915\u0947 \u0938\u0939\u0947\u091C\u0947 \u0917\u090F \u0906\u0907\u091F\u092E\u094D\u0938 \u0938\u0947 \u0939\u091F\u093E \u0926\u093F\u092F\u093E \u0917\u092F\u093E\u0964",kikuDeleteNoContext:"\u0939\u091F\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094B\u0908 \u092A\u0947\u091C \u0915\u0949\u0928\u094D\u091F\u0947\u0915\u094D\u0938\u094D\u091F \u092A\u094D\u0930\u0926\u093E\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0917\u092F\u093E, \u0907\u0938\u0932\u093F\u090F \u0939\u091F\u093E\u0928\u093E \u0935\u093F\u092B\u0932 \u0930\u0939\u093E\u0964",kikuMemoryIntro:"\u0906\u092A\u0928\u0947 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u093E\u0907\u091F\u094B\u0902 \u092A\u0930 \u091C\u094B \u092D\u0940 \u0915\u0948\u092A\u094D\u091A\u0930 \u0915\u093F\u092F\u093E \u0939\u0948, \u0935\u0939 \u0906\u092A\u0915\u0947 \u0928\u093F\u091C\u0940 \u092E\u0947\u092E\u094B\u0930\u0940 \u092E\u0947\u0902 \u0930\u0939\u0924\u093E \u0939\u0948\u0964 \u0907\u0938\u0947 \u0905\u092A\u0928\u0947 \u0938\u0940\u0915\u094D\u0930\u0947\u091F \u0938\u0947 \u0905\u0928\u0932\u0949\u0915 \u0915\u0930\u0947\u0902:",kikuMintNeeded:"\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u0947 \u092C\u0940\u091A \u0906\u0907\u091F\u092E\u094D\u0938 \u0938\u0939\u0947\u091C\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0906\u092A\u0915\u094B \u090F\u0915 \u0915\u093F\u0915\u0941 \u0915\u0941\u0902\u091C\u0940 \u091A\u093E\u0939\u093F\u090F \u2014 \u092E\u0948\u0902 \u0906\u092A\u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u092C\u0928\u093E\u090A\u0901\u0917\u093E\u0964 \u092F\u0939 \u0915\u0947\u0935\u0932 \u090F\u0915 \u092C\u093E\u0930 \u0926\u093F\u0916\u093E\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0907\u0938\u0932\u093F\u090F \u0907\u0938\u0947 \u0938\u0941\u0930\u0915\u094D\u0937\u093F\u0924 \u091C\u0917\u0939 \u092A\u0930 \u0930\u0916\u0947\u0902\u0964",kikuMintOffer:"\u092E\u0948\u0902 \u0907\u0938\u0947 \u0906\u092A\u0915\u0947 \u0932\u093F\u090F \u0930\u0916 \u0938\u0915\u0924\u093E \u0939\u0942\u0901 \u0914\u0930 \u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u0947 \u092C\u0940\u091A \u0906\u092A\u0915\u0947 \u0938\u093E\u0925 \u0932\u0947 \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0942\u0901 \u2014 \u092E\u0948\u0902 \u0906\u092A\u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0915\u093F\u0915\u0941 \u0915\u0941\u0902\u091C\u0940 \u092C\u0928\u093E\u090A\u0901\u0917\u093E\u0964 \u092F\u0939 \u0915\u0947\u0935\u0932 \u090F\u0915 \u092C\u093E\u0930 \u0926\u093F\u0916\u093E\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0907\u0938\u0932\u093F\u090F \u0907\u0938\u0947 \u0938\u0941\u0930\u0915\u094D\u0937\u093F\u0924 \u091C\u0917\u0939 \u092A\u0930 \u0930\u0916\u0947\u0902\u0964",kikuNeedKeyToUpdate:"\u0905\u092A\u0928\u0940 \u0915\u093F\u0915\u0941 \u0915\u0941\u0902\u091C\u0940 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u0924\u093E\u0915\u093F \u092E\u0948\u0902 \u0906\u092A\u0915\u0947 \u0938\u0939\u0947\u091C\u0947 \u0917\u090F \u0906\u0907\u091F\u092E\u094D\u0938 \u0915\u094B \u0916\u094B\u091C \u0914\u0930 \u0905\u092A\u0921\u0947\u091F \u0915\u0930 \u0938\u0915\u0942\u0901\u0964",namePlaceholder:"\u0905\u092A\u0928\u093E \u0928\u093E\u092E \u091F\u093E\u0907\u092A \u0915\u0930\u0947\u0902\u2026",nameStepAsk:"\u092E\u0948\u0902 \u0906\u092A\u0915\u094B \u0915\u094D\u092F\u093E \u0915\u0939\u0942\u0901?",nameStepLead:"\u092E\u0948\u0902 \u0906\u092A\u0915\u0947 \u0932\u093F\u090F \u0915\u0941\u091B \u092D\u0940 \u0916\u094B\u091C, \u0935\u093F\u091C\u093C\u0941\u0905\u0932\u093E\u0907\u091C\u093C \u092F\u093E \u0915\u0948\u092A\u094D\u091A\u0930 \u0915\u0930 \u0938\u0915\u0924\u093E \u0939\u0942\u0901 \u2014 \u0907\u0938 \u0938\u093E\u0907\u091F \u092A\u0930 \u092F\u093E \u0915\u093F\u0938\u0940 \u0905\u0928\u094D\u092F \u092A\u0930\u0964",nameStepTitle:"\u0906\u092A\u0938\u0947 \u092E\u093F\u0932\u0915\u0930 \u0916\u0941\u0936\u0940 \u0939\u0941\u0908\u0964",namesAsWritten:"\u0928\u093E\u092E \u0914\u0930 \u0935\u093F\u0935\u0930\u0923 \u0920\u0940\u0915 \u0909\u0938\u0940 \u0924\u0930\u0939 \u091C\u0948\u0938\u0947 \u0938\u093E\u0907\u091F \u092A\u0930 \u0938\u0942\u091A\u0940\u092C\u0926\u094D\u0927 \u0939\u0948\u0902\u0964",pillCompareTop2:"\u0936\u0940\u0930\u094D\u0937 2 \u0915\u0940 \u0924\u0941\u0932\u0928\u093E \u0915\u0930\u0947\u0902",pillCompareTop2Query:"{a} \u0914\u0930 {b} \u0915\u0940 \u0924\u0941\u0932\u0928\u093E \u0915\u0930\u0947\u0902",pillFindAlternatives:"\u0935\u093F\u0915\u0932\u094D\u092A \u0916\u094B\u091C\u0947\u0902",pillFindAlternativesQuery:"{name} \u0915\u0947 \u0905\u091A\u094D\u091B\u0947 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094D\u092F\u093E \u0939\u0948\u0902?",pillMoreOn:"{name} \u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 \u0905\u0927\u093F\u0915",pillMoreOnQuery:"\u0915\u0943\u092A\u092F\u093E {name} \u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 \u0905\u0927\u093F\u0915 \u092C\u0924\u093E\u0907\u090F",pillRecommend:"\u0915\u0941\u091B \u0938\u0941\u091D\u093E\u090F\u0901",pillRecommendQuery:"\u092E\u0947\u0930\u0947 \u0932\u093F\u090F \u0906\u092A \u0915\u094D\u092F\u093E \u0938\u0941\u091D\u093E\u090F\u0902\u0917\u0947?",pillShowPopular:"\u0932\u094B\u0915\u092A\u094D\u0930\u093F\u092F \u0906\u0907\u091F\u092E \u0926\u093F\u0916\u093E\u090F\u0901",pillShowPopularQuery:"\u0906\u092A\u0915\u0947 \u0938\u092C\u0938\u0947 \u0932\u094B\u0915\u092A\u094D\u0930\u093F\u092F \u0906\u0907\u091F\u092E \u0915\u094C\u0928 \u0938\u0947 \u0939\u0948\u0902?",pillSimilarOptions:"\u0938\u092E\u093E\u0928 \u0935\u093F\u0915\u0932\u094D\u092A",pillSimilarOptionsQuery:"{name} \u091C\u0948\u0938\u093E \u0914\u0930 \u0926\u093F\u0916\u093E\u0907\u090F",pillUnder:"{amount} \u0938\u0947 \u0915\u092E",pillUnderQuery:"{amount} \u0938\u0947 \u0915\u092E \u0935\u093F\u0915\u0932\u094D\u092A \u0926\u093F\u0916\u093E\u0907\u090F",pillWhichBest:"\u0915\u094C\u0928 \u0938\u092C\u0938\u0947 \u0905\u091A\u094D\u091B\u093E \u0939\u0948?",pillWhichBestQuery:"\u0906\u092A \u0915\u094C\u0928 \u0938\u093E \u0938\u0941\u091D\u093E\u090F\u0902\u0917\u0947 \u0914\u0930 \u0915\u094D\u092F\u094B\u0902?",replyingOriginal:"{lang} \u092E\u0947\u0902 \u0909\u0924\u094D\u0924\u0930 \u0926\u0947 \u0930\u0939\u093E \u0939\u0942\u0901, \u092A\u0930\u093F\u0923\u093E\u092E \u0938\u093E\u0907\u091F \u0915\u0947 \u0932\u093F\u0916\u0947 \u0905\u0928\u0941\u0938\u093E\u0930\u0964 \u092E\u0941\u091D\u0938\u0947 \u0915\u0941\u091B \u092D\u0940 \u092A\u0942\u091B\u0947\u0902\u0964",replyingTranslated:"{lang} \u092E\u0947\u0902 \u0909\u0924\u094D\u0924\u0930 \u0926\u0947 \u0930\u0939\u093E \u0939\u0942\u0901, \u092A\u0930\u093F\u0923\u093E\u092E \u092D\u0940 \u0905\u0928\u0942\u0926\u093F\u0924 \u0939\u0948\u0902\u0964 \u092E\u0941\u091D\u0938\u0947 \u0915\u0941\u091B \u092D\u0940 \u092A\u0942\u091B\u0947\u0902\u0964",statusSent:"\u092D\u0947\u091C\u093E \u0917\u092F\u093E",statusStopped:"\u092D\u0947\u091C\u093E \u0917\u092F\u093E \xB7 \u0909\u0924\u094D\u0924\u0930 \u0930\u094B\u0915 \u0926\u093F\u092F\u093E \u0917\u092F\u093E",thinking:"\u0938\u094B\u091A \u0930\u0939\u093E \u0939\u0942\u0901",thoughtForSeconds:"{duration} \u0924\u0915 \u0938\u094B\u091A\u093E",thoughtProcess:"\u0935\u093F\u091A\u093E\u0930 \u092A\u094D\u0930\u0915\u094D\u0930\u093F\u092F\u093E",vizUnavailable:"\u092A\u0942\u0930\u094D\u0935\u093E\u0935\u0932\u094B\u0915\u0928 \u0932\u094B\u0921 \u0928\u0939\u0940\u0902 \u0939\u094B \u0938\u0915\u093E\u0964",termsStepTitle:"\u0917\u094B\u092A\u0928\u0940\u092F\u0924\u093E \u0914\u0930 \u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0936\u0930\u094D\u0924\u0947\u0902",termsStepSubtitle:"\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u0940, \u0905\u091C\u094D\u091E\u093E\u0924 \u0914\u0930 \u0936\u0942\u0928\u094D\u092F \u0935\u094D\u092F\u0915\u094D\u0924\u093F\u0917\u0924 \u092A\u0939\u091A\u093E\u0928 \u0921\u0947\u091F\u093E\u0964",termsPiiTitle:"\u0936\u0942\u0928\u094D\u092F \u0935\u094D\u092F\u0915\u094D\u0924\u093F\u0917\u0924 \u0921\u0947\u091F\u093E \u0938\u0902\u0917\u094D\u0930\u0939",termsPiiDesc:"\u0939\u092E \u0906\u092A\u0915\u0940 \u092C\u093E\u0924\u091A\u0940\u0924 \u092F\u093E \u0935\u0949\u092F\u0938 \u0938\u0924\u094D\u0930\u094B\u0902 \u0938\u0947 \u0935\u094D\u092F\u0915\u094D\u0924\u093F\u0917\u0924 \u092A\u0939\u091A\u093E\u0928 \u092F\u094B\u0917\u094D\u092F \u091C\u093E\u0928\u0915\u093E\u0930\u0940 (\u0915\u094B\u0908 \u0908\u092E\u0947\u0932, \u092B\u093C\u094B\u0928 \u0928\u0902\u092C\u0930 \u092F\u093E \u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092A\u0939\u091A\u093E\u0928 \u0928\u0939\u0940\u0902) \u090F\u0915\u0924\u094D\u0930 \u092F\u093E \u0938\u0902\u0917\u094D\u0930\u0939\u0940\u0924 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902\u0964",termsSessionTitle:"\u0905\u091C\u094D\u091E\u093E\u0924 \u0938\u0924\u094D\u0930 \u091F\u094B\u0915\u0928",termsSessionDesc:"\u0906\u092A\u0915\u093E \u0938\u0924\u094D\u0930 \u0915\u0947\u0935\u0932 \u0938\u0902\u0926\u0930\u094D\u092D \u092C\u0928\u093E\u090F \u0930\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0905\u0928\u093E\u092E \u0915\u094D\u0932\u093E\u0907\u0902\u091F \u091F\u094B\u0915\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u092F\u0939 \u0906\u092A\u0915\u0940 \u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092A\u0939\u091A\u093E\u0928 \u0938\u0947 \u0915\u092D\u0940 \u0928\u0939\u0940\u0902 \u091C\u0941\u0921\u093C\u0924\u093E\u0964",termsMemoryTitle:"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u091A\u0948\u091F \u092C\u0928\u093E\u092E \u092E\u093F\u092E\u0940 \u0935\u0949\u0932\u094D\u091F",termsMemoryDesc:'\u0928\u093F\u092F\u092E\u093F\u0924 \u091A\u0948\u091F \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0939\u0948\u0902 \u2014 \u091A\u0948\u091F \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u092F\u093E \u0938\u093E\u092B\u093C \u0915\u0930\u0928\u0947 \u092A\u0930 \u0935\u0947 \u0939\u092E\u0947\u0936\u093E \u0915\u0947 \u0932\u093F\u090F \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948\u0902\u0964 "@kiku" \u0938\u0947 \u0938\u0939\u0947\u091C\u0947 \u0917\u090F \u0906\u0907\u091F\u092E \u090F\u0928\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F\u0947\u0921 \u0939\u0948\u0902 \u0914\u0930 mimi.akropolys.cloud \u092A\u0930 \u0906\u092A\u0915\u0940 \u0917\u0941\u092A\u094D\u0924 \u0915\u0941\u0902\u091C\u0940 \u0938\u0947 \u0916\u094B\u0932\u0947 \u091C\u093E \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964',termsCookieTitle:"\u0939\u094B\u0938\u094D\u091F \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u091F\u0947\u0932\u0940\u092E\u0947\u091F\u094D\u0930\u0940",termsCookieDesc:"\u091C\u093F\u0938 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u092A\u0930 kiku \u090F\u092E\u094D\u092C\u0947\u0921\u0947\u0921 \u0939\u0948, \u0935\u0939 \u0905\u092A\u0928\u0940 \u0938\u094D\u0935\u092F\u0902 \u0915\u0940 \u0915\u0941\u0915\u0940 \u0928\u0940\u0924\u093F \u0915\u0947 \u0905\u0928\u0941\u0938\u093E\u0930 \u0915\u0941\u0915\u0940\u091C\u093C \u0914\u0930 \u090F\u0928\u093E\u0932\u093F\u091F\u093F\u0915\u094D\u0938 \u090F\u0915\u0924\u094D\u0930 \u0915\u0930 \u0938\u0915\u0924\u0940 \u0939\u0948\u0964",termsAgreeButton:"\u0938\u0939\u092E\u0924 \u0939\u094B\u0902 \u0914\u0930 \u0906\u0917\u0947 \u092C\u0922\u093C\u0947\u0902",termsAgreeCounting:"\u0938\u0939\u092E\u0924 \u0939\u094B\u0902 \u0914\u0930 \u0906\u0917\u0947 \u092C\u0922\u093C\u0947\u0902 ({seconds}s)",termsPlaceholder:"\u0915\u0943\u092A\u092F\u093E \u090A\u092A\u0930 \u0926\u0940 \u0917\u0908 \u0917\u094B\u092A\u0928\u0940\u092F\u0924\u093E \u0914\u0930 \u0936\u0930\u094D\u0924\u094B\u0902 \u0915\u0940 \u0938\u092E\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u0938\u094D\u0935\u0940\u0915\u093E\u0930 \u0915\u0930\u0947\u0902\u2026",whatHaveYouSaved:"\u0906\u092A\u0928\u0947 \u0915\u094D\u092F\u093E \u0938\u0939\u0947\u091C\u093E \u0939\u0948?",micDenied:"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u092B\u093C\u094B\u0928 \u092C\u094D\u0932\u0949\u0915 \u0939\u0948\u0964 \u0907\u0938 \u0938\u093E\u0907\u091F \u0915\u0947 \u0932\u093F\u090F \u092E\u093E\u0907\u0915 \u090F\u0915\u094D\u0938\u0947\u0938 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0926\u0947\u0902, \u092B\u093F\u0930 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964",micFailed:"\u0938\u0941\u0928\u093E\u0908 \u0928\u0939\u0940\u0902 \u0926\u093F\u092F\u093E\u0964 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964",micInsecure:"\u0935\u0949\u092F\u0938 \u0915\u0947 \u0932\u093F\u090F \u0938\u0941\u0930\u0915\u094D\u0937\u093F\u0924 (https) \u0915\u0928\u0947\u0915\u094D\u0936\u0928 \u0906\u0935\u0936\u094D\u092F\u0915 \u0939\u0948\u0964",micLangUnsupported:"\u092F\u0939 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u0905\u092D\u0940 \u0907\u0938 \u092D\u093E\u0937\u093E \u0915\u094B \u091F\u094D\u0930\u093E\u0902\u0938\u0915\u094D\u0930\u093E\u0907\u092C \u0928\u0939\u0940\u0902 \u0915\u0930 \u0938\u0915\u0924\u093E\u0964 \u0907\u0938\u0915\u0947 \u092C\u091C\u093E\u092F \u091F\u093E\u0907\u092A \u0915\u0930\u0947\u0902\u0964",micMissing:"\u0915\u094B\u0908 \u092E\u093E\u0907\u0915\u094D\u0930\u094B\u092B\u093C\u094B\u0928 \u0928\u0939\u0940\u0902 \u092E\u093F\u0932\u093E\u0964",micNetwork:"\u0935\u0949\u092F\u0938 \u0915\u0947 \u0932\u093F\u090F \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u0915\u0928\u0947\u0915\u094D\u0936\u0928 \u0906\u0935\u0936\u094D\u092F\u0915 \u0939\u0948\u0964 \u0905\u092A\u0928\u093E \u0915\u0928\u0947\u0915\u094D\u0936\u0928 \u091C\u093E\u0902\u091A\u0947\u0902 \u0914\u0930 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964",micNoSpeech:"\u0915\u0941\u091B \u0938\u0941\u0928\u093E\u0908 \u0928\u0939\u0940\u0902 \u0926\u093F\u092F\u093E\u0964 \u0915\u0943\u092A\u092F\u093E \u092E\u093E\u0907\u0915 \u0915\u0947 \u092A\u093E\u0938 \u0906\u0915\u0930 \u0926\u094B\u092C\u093E\u0930\u093E \u092C\u094B\u0932\u0947\u0902\u0964",vizDisclaimerImage:"\u0915\u0943\u0924\u094D\u0930\u093F\u092E \u092C\u0941\u0926\u094D\u0927\u093F\u092E\u0924\u094D\u0924\u093E (AI) \u0926\u094D\u0935\u093E\u0930\u093E \u0928\u093F\u0930\u094D\u092E\u093F\u0924 \u2014 \u0930\u0902\u0917, \u0906\u0915\u093E\u0930 \u0914\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u0909\u0924\u094D\u092A\u093E\u0926 \u0938\u0947 \u092D\u093F\u0928\u094D\u0928 \u0939\u094B \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",vizDisclaimerVideo:"\u0915\u0943\u0924\u094D\u0930\u093F\u092E \u092C\u0941\u0926\u094D\u0927\u093F\u092E\u0924\u094D\u0924\u093E (AI) \u0926\u094D\u0935\u093E\u0930\u093E \u0928\u093F\u0930\u094D\u092E\u093F\u0924 \u2014 \u0930\u0902\u0917, \u0906\u0915\u093E\u0930 \u0914\u0930 \u0917\u0924\u093F \u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u0909\u0924\u094D\u092A\u093E\u0926 \u0938\u0947 \u092D\u093F\u0928\u094D\u0928 \u0939\u094B \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",voiceHint:"\u092C\u0938 \u092C\u094B\u0932\u0947\u0902 \u2014 \u091C\u092C \u0906\u092A \u0930\u0941\u0915\u0947\u0902\u0917\u0947 \u0924\u094B \u092E\u0948\u0902 \u0909\u0924\u094D\u0924\u0930 \u0926\u0942\u0902\u0917\u093E\u0964",voiceListening:"\u0938\u0941\u0928 \u0930\u0939\u093E \u0939\u0948\u2026 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u093E\u0907\u0915 \u092A\u0930 \u091F\u0948\u092A \u0915\u0930\u0947\u0902",voiceModeExit:"\u0939\u0948\u0902\u0921\u094D\u0938-\u092B\u094D\u0930\u0940 \u0938\u0947 \u092C\u093E\u0939\u0930 \u0928\u093F\u0915\u0932\u0947\u0902",voiceModeStart:"\u0939\u0948\u0902\u0921\u094D\u0938-\u092B\u094D\u0930\u0940 \u092C\u093E\u0924\u091A\u0940\u0924",voiceMuted:"\u092E\u094D\u092F\u0942\u091F \u0915\u093F\u092F\u093E \u0917\u092F\u093E",voiceMutedHint:"\u0926\u094B\u092C\u093E\u0930\u093E \u092C\u094B\u0932\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u093E\u0907\u0915\u094D\u0930\u094B\u092B\u093C\u094B\u0928 \u092A\u0930 \u091F\u0948\u092A \u0915\u0930\u0947\u0902\u0964",voicePhaseListening:"\u0938\u0941\u0928 \u0930\u0939\u093E \u0939\u0948",voicePhaseSpeaking:"\u092C\u094B\u0932 \u0930\u0939\u093E \u0939\u0948",voicePhaseThinking:"\u0938\u094B\u091A \u0930\u0939\u093E \u0939\u0948",voiceSending:"\u0938\u092E\u091D \u0917\u092F\u093E \u2014 \u092D\u0947\u091C\u093E \u091C\u093E \u0930\u0939\u093E \u0939\u0948\u2026"},japanese:{allSet:"\u6E96\u5099\u304C\u5B8C\u4E86\u3057\u307E\u3057\u305F\u3001{name}\u3055\u3093\u3002",asWritten:"\u30B5\u30A4\u30C8\u306E\u539F\u6587\u901A\u308A",captureAll:"\u3059\u3079\u3066\u4FDD\u5B58 ({count})",captureAndRemember:"kiku \u2014 \u4FDD\u5B58\u3068\u8A18\u61B6",captureCurrentPage:"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4FDD\u5B58",cardClickAnswer:"{name}",cardClickQuery:"{name}{price} \u306B\u3064\u3044\u3066\u8A73\u3057\u304F\u6559\u3048\u3066\u304F\u3060\u3055\u3044 \u2014 \u4E3B\u306A\u7279\u5FB4\u3001\u3069\u3093\u306A\u4EBA\u306B\u5411\u3044\u3066\u3044\u308B\u304B\u3001\u77E5\u3063\u3066\u304A\u304F\u3079\u304D\u3053\u3068\u306F\u4F55\u3067\u3059\u304B\uFF1F",clearChat:"\u30C1\u30E3\u30C3\u30C8\u3092\u6D88\u53BB",defaultPlaceholder:"\u4F55\u3067\u3082\u304A\u805E\u304D\u304F\u3060\u3055\u3044\u2026",deleteThis:"\u3053\u308C\u3092\u524A\u9664",detailsTranslated:"\u8A73\u7D30\u3092\u7FFB\u8A33\u3057\u307E\u3057\u305F\u3002\u4FA1\u683C\u3084\u30EA\u30F3\u30AF\u306F\u30B5\u30A4\u30C8\u306E\u8868\u8A18\u305D\u306E\u307E\u307E\u3067\u3059\u3002",displayCapture:"{name} \u3092\u4FDD\u5B58",displayCaptureAll:"\u3059\u3079\u3066\u4FDD\u5B58\uFF08{count}\u4EF6\uFF09",displayDelete:"\u3053\u308C\u3092\u524A\u9664",displayViewHistory:"\u4F55\u3092\u4FDD\u5B58\u3057\u307E\u3057\u305F\u304B\uFF1F",entityLangIntro:"{lang}\u3067\u8FD4\u7B54\u3057\u307E\u3059\u3002\u691C\u7D22\u7D50\u679C\u306E\u30AB\u30FC\u30C9\u306F\u30B5\u30A4\u30C8\u306E\u539F\u6587\u306E\u307E\u307E\u8868\u793A\u3059\u308B\u3053\u3068\u3082\u3001\u7FFB\u8A33\u3057\u3066\u8868\u793A\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002",entityLangPlaceholder:"\u4E0A\u306E2\u3064\u306E\u30AB\u30FC\u30C9\u304B\u30891\u3064\u9078\u3093\u3067\u304F\u3060\u3055\u3044\u2026",errAccessRevoked:"\u30B9\u30C8\u30A2\u306B\u3088\u3063\u3066\u30A2\u30B7\u30B9\u30BF\u30F3\u30C8\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u6A29\u304C\u53D6\u308A\u6D88\u3055\u308C\u307E\u3057\u305F\u3002",errAccountRequired:"\u30C1\u30E3\u30C3\u30C8\u30A2\u30B7\u30B9\u30BF\u30F3\u30C8\u3092\u5F15\u304D\u7D9A\u304D\u3054\u5229\u7528\u3044\u305F\u3060\u304F\u306B\u306F\u3001\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u6210\u3057\u3066\u304F\u3060\u3055\u3044\u3002",errShopperReplyLimit:"\u3053\u306E\u30B5\u30A4\u30C8\u3067\u306E\u3042\u306A\u305F\u306E\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u8FD4\u7B54\u4E0A\u9650\u306B\u9054\u3057\u307E\u3057\u305F\u3002",errStreamInterrupted:"\u8FD4\u7B54\u304C\u4E2D\u65AD\u3055\u308C\u307E\u3057\u305F\u3002\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002",errTokenLimit:"\u5229\u7528\u4E0A\u9650\u306B\u9054\u3057\u307E\u3057\u305F\u3002\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9\u3067\u5229\u7528\u4E0A\u9650\u3092\u66F4\u65B0\u3057\u3066\u7D9A\u884C\u3057\u3066\u304F\u3060\u3055\u3044\u3002",errTooManyRequests:"\u73FE\u5728\u30EA\u30AF\u30A8\u30B9\u30C8\u304C\u96C6\u4E2D\u3057\u3066\u3044\u307E\u3059\u3002\u3057\u3070\u3089\u304F\u3057\u3066\u304B\u3089\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002",footerHint:"kiku \xB7 \u30AB\u30BF\u30ED\u30B0\u5168\u4F53\u3092\u30EA\u30A2\u30EB\u30BF\u30A4\u30E0\u3067\u691C\u7D22",greetReturning:"\u3053\u3093\u306B\u3061\u306F\u3001{name}\u3055\u3093\u3002",greetReturningLead:"\u4ECA\u65E5\u306F\u4F55\u3092\u304A\u63A2\u3057\u3067\u3059\u304B\uFF1F",howShouldResultsLook:"\u691C\u7D22\u7D50\u679C\u306F\u3069\u306E\u3088\u3046\u306B\u8868\u793A\u3057\u307E\u3059\u304B\uFF1F",inLanguage:"{lang}\u3067",keyAutoHide:"{seconds}\u79D2\u5F8C\u306B\u81EA\u52D5\u3067\u9589\u3058\u307E\u3059\u3002",keyCopied:"\u30B3\u30D4\u30FC\u3057\u307E\u3057\u305F",keyCopyId:"ID\u3092\u30B3\u30D4\u30FC",keyCopySecret:"\u30B7\u30FC\u30AF\u30EC\u30C3\u30C8\u3092\u30B3\u30D4\u30FC",keyCreateNew:"\u521D\u3081\u3066\u5229\u7528 \u2014 \u65B0\u898F\u4F5C\u6210",keyCreating:"\u4F5C\u6210\u4E2D\u2026",keyDismiss:"\u9589\u3058\u308B",keyPastePlaceholder:"\u516C\u958BID\u3092\u5165\u529B\u2026",keyPastePrompt:"\u516C\u958BID\u3092\u8CBC\u308A\u4ED8\u3051\u308B\u304B\u3001\u65B0\u898F\u4F5C\u6210\u3057\u3066\u304F\u3060\u3055\u3044",keyPublicHint:"\u3069\u306E\u30B5\u30A4\u30C8\u3067\u3082\u3053\u308C\u3092\u8CBC\u308A\u4ED8\u3051\u308B\u3068\u3001\u540C\u3058\u30E1\u30E2\u30EA\u30FC\u306B\u4FDD\u5B58\u3067\u304D\u307E\u3059\u3002",keyPublicTitle:"\u3042\u306A\u305F\u306E\u516C\u958BID",keySecretHint:"\u5927\u5207\u306B\u4FDD\u7BA1\u3057\u3066\u304F\u3060\u3055\u3044 \u2014 \u30E1\u30E2\u30EA\u30FC\u306E\u30ED\u30C3\u30AF\u89E3\u9664\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002",keySecretTitle:"\u3042\u306A\u305F\u306E\u30B7\u30FC\u30AF\u30EC\u30C3\u30C8 \u2014 1\u5EA6\u3060\u3051\u8868\u793A\u3055\u308C\u307E\u3059",keyUseMine:"\u81EA\u5206\u306EID\u3092\u4F7F\u7528",kikuActionUnavailable:"\u7533\u3057\u8A33\u3042\u308A\u307E\u305B\u3093\u3002\u3053\u306E\u30B5\u30A4\u30C8\u3067\u306F\u305D\u306E\u64CD\u4F5C\u306F\u5229\u7528\u3067\u304D\u307E\u305B\u3093\u3002",kikuCaptureDbError:"\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u30A8\u30E9\u30FC\u306E\u305F\u3081\u4FDD\u5B58\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002",kikuCaptureNoContext:"\u30DA\u30FC\u30B8\u60C5\u5831\u304C\u63D0\u4F9B\u3055\u308C\u306A\u304B\u3063\u305F\u305F\u3081\u4FDD\u5B58\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002",kikuCaptureNoUrl:"\u6709\u52B9\u306AURL\u304C\u306A\u3044\u305F\u3081\u3001\u30A2\u30A4\u30C6\u30E0\u3092\u4FDD\u5B58\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F\u3002",kikuCaptureNoneSelected:"\u4FDD\u5B58\u3059\u308B\u30A2\u30A4\u30C6\u30E0\u304C\u9078\u629E\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",kikuDeleteDbError:"\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u30A8\u30E9\u30FC\u306E\u305F\u3081\u524A\u9664\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002",kikuDeleteDone:"\u4FDD\u5B58\u3057\u305F\u30A2\u30A4\u30C6\u30E0\u304B\u3089\u524A\u9664\u3057\u307E\u3057\u305F\u3002",kikuDeleteNoContext:"\u524A\u9664\u5BFE\u8C61\u3092\u7279\u5B9A\u3059\u308B\u305F\u3081\u306E\u30DA\u30FC\u30B8\u60C5\u5831\u304C\u3042\u308A\u307E\u305B\u3093\u3067\u3057\u305F\u3002",kikuMemoryIntro:"\u8907\u6570\u30B5\u30A4\u30C8\u3067\u4FDD\u5B58\u3057\u305F\u3059\u3079\u3066\u306E\u30A2\u30A4\u30C6\u30E0\u306F\u30D7\u30E9\u30A4\u30D9\u30FC\u30C8\u30E1\u30E2\u30EA\u30FC\u306B\u4FDD\u6301\u3055\u308C\u307E\u3059\u3002\u30B7\u30FC\u30AF\u30EC\u30C3\u30C8\u3067\u30ED\u30C3\u30AF\u89E3\u9664:",kikuMintNeeded:"\u30B5\u30A4\u30C8\u3092\u307E\u305F\u3044\u3067\u30A2\u30A4\u30C6\u30E0\u3092\u4FDD\u5B58\u3059\u308B\u306B\u306Fkiku\u30AD\u30FC\u304C\u5FC5\u8981\u3067\u3059\u3002\u65B0\u3057\u304F\u767A\u884C\u3057\u307E\u3059\u30021\u5EA6\u3057\u304B\u8868\u793A\u3055\u308C\u306A\u3044\u305F\u3081\u3001\u5B89\u5168\u306A\u5834\u6240\u306B\u4FDD\u5B58\u3057\u3066\u304F\u3060\u3055\u3044\u3002",kikuMintOffer:"\u30A2\u30A4\u30C6\u30E0\u3092\u4FDD\u6301\u3057\u3066\u4ED6\u306E\u30B5\u30A4\u30C8\u3067\u3082\u5F15\u304D\u7D99\u3050\u3053\u3068\u304C\u3067\u304D\u307E\u3059 \u2014 kiku\u30AD\u30FC\u3092\u767A\u884C\u3057\u307E\u3059\u30021\u5EA6\u3057\u304B\u8868\u793A\u3055\u308C\u306A\u3044\u305F\u3081\u5B89\u5168\u306B\u4FDD\u5B58\u3057\u3066\u304F\u3060\u3055\u3044\u3002",kikuNeedKeyToUpdate:"\u4FDD\u5B58\u3057\u305F\u30A2\u30A4\u30C6\u30E0\u3092\u66F4\u65B0\u30FB\u691C\u7D22\u3059\u308B\u306B\u306Fkiku\u30AD\u30FC\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",micDenied:"\u30DE\u30A4\u30AF\u304C\u30D6\u30ED\u30C3\u30AF\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u3053\u306E\u30B5\u30A4\u30C8\u3067\u306E\u30DE\u30A4\u30AF\u30A2\u30AF\u30BB\u30B9\u3092\u8A31\u53EF\u3057\u3066\u304B\u3089\u3001\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002",micFailed:"\u805E\u304D\u53D6\u308C\u307E\u305B\u3093\u3067\u3057\u305F\u3002\u3082\u3046\u4E00\u5EA6\u304A\u8A71\u3057\u304F\u3060\u3055\u3044\u3002",micInsecure:"\u97F3\u58F0\u5165\u529B\u306B\u306F\u4FDD\u8B77\u3055\u308C\u305F\u63A5\u7D9A (HTTPS) \u304C\u5FC5\u8981\u3067\u3059\u3002",micLangUnsupported:"\u304A\u4F7F\u3044\u306E\u30D6\u30E9\u30A6\u30B6\u306F\u3053\u306E\u8A00\u8A9E\u306E\u97F3\u58F0\u8A8D\u8B58\u306B\u307E\u3060\u5BFE\u5FDC\u3057\u3066\u3044\u307E\u305B\u3093\u3002\u6587\u5B57\u3067\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",micMissing:"\u30DE\u30A4\u30AF\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3067\u3057\u305F\u3002",micNetwork:"\u97F3\u58F0\u5165\u529B\u306B\u306F\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u304C\u5FC5\u8981\u3067\u3059\u3002\u63A5\u7D9A\u3092\u78BA\u8A8D\u3057\u3066\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002",micNoSpeech:"\u97F3\u58F0\u304C\u691C\u51FA\u3055\u308C\u307E\u305B\u3093\u3067\u3057\u305F\u3002\u30DE\u30A4\u30AF\u306B\u8FD1\u3065\u3044\u3066\u3082\u3046\u4E00\u5EA6\u304A\u8A71\u3057\u304F\u3060\u3055\u3044\u3002",namePlaceholder:"\u304A\u540D\u524D\u3092\u5165\u529B\u2026",nameStepAsk:"\u4F55\u3068\u304A\u547C\u3073\u3059\u308C\u3070\u3088\u308D\u3057\u3044\u3067\u3059\u304B\uFF1F",nameStepLead:"\u3053\u306E\u30B5\u30A4\u30C8\u3084\u4ED6\u306E\u30B5\u30A4\u30C8\u306E\u60C5\u5831\u3092\u691C\u7D22\u30FB\u8996\u899A\u5316\u30FB\u4FDD\u5B58\u3067\u304D\u307E\u3059\u3002",nameStepTitle:"\u306F\u3058\u3081\u307E\u3057\u3066\u3002",namesAsWritten:"\u5546\u54C1\u540D\u3084\u8A73\u7D30\u306F\u30B5\u30A4\u30C8\u306E\u63B2\u8F09\u901A\u308A\u3002",pillCompareTop2:"\u30C8\u30C3\u30D72\u3092\u6BD4\u8F03",pillCompareTop2Query:"{a} \u3068 {b} \u3092\u6BD4\u8F03\u3057\u3066",pillFindAlternatives:"\u4EE3\u66FF\u54C1\u3092\u63A2\u3059",pillFindAlternativesQuery:"{name} \u306E\u826F\u3044\u4EE3\u66FF\u54C1\u306F\u3042\u308A\u307E\u3059\u304B\uFF1F",pillMoreOn:"{name} \u306B\u3064\u3044\u3066\u3082\u3063\u3068\u77E5\u308B",pillMoreOnQuery:"{name} \u306B\u3064\u3044\u3066\u3082\u3063\u3068\u8A73\u3057\u304F\u6559\u3048\u3066",pillRecommend:"\u304A\u3059\u3059\u3081\u3092\u6559\u3048\u3066",pillRecommendQuery:"\u79C1\u306B\u4F55\u3092\u304A\u3059\u3059\u3081\u3057\u307E\u3059\u304B\uFF1F",pillShowPopular:"\u4EBA\u6C17\u5546\u54C1\u3092\u898B\u308B",pillShowPopularQuery:"\u4E00\u756A\u4EBA\u6C17\u306E\u5546\u54C1\u306F\u3069\u308C\u3067\u3059\u304B\uFF1F",pillSimilarOptions:"\u4F3C\u3066\u3044\u308B\u30AA\u30D7\u30B7\u30E7\u30F3",pillSimilarOptionsQuery:"{name} \u306B\u4F3C\u305F\u5546\u54C1\u3092\u3082\u3063\u3068\u898B\u305B\u3066",pillUnder:"{amount} \u4EE5\u4E0B",pillUnderQuery:"{amount} \u4EE5\u4E0B\u306E\u9078\u629E\u80A2\u3092\u898B\u305B\u3066",pillWhichBest:"\u3069\u308C\u304C\u4E00\u756A\u304A\u3059\u3059\u3081\uFF1F",pillWhichBestQuery:"\u3069\u308C\u304C\u4E00\u756A\u304A\u3059\u3059\u3081\u3067\u3059\u304B\uFF1F\u305D\u306E\u7406\u7531\u3082\u6559\u3048\u3066\u304F\u3060\u3055\u3044\u3002",replyingOriginal:"{lang}\u3067\u8FD4\u7B54\u3057\u307E\u3059\uFF08\u7D50\u679C\u306F\u30B5\u30A4\u30C8\u539F\u6587\u306E\u307E\u307E\uFF09\u3002\u4F55\u3067\u3082\u304A\u805E\u304D\u304F\u3060\u3055\u3044\u3002",replyingTranslated:"{lang}\u3067\u8FD4\u7B54\u3057\u307E\u3059\uFF08\u7D50\u679C\u3082\u7FFB\u8A33\uFF09\u3002\u4F55\u3067\u3082\u304A\u805E\u304D\u304F\u3060\u3055\u3044\u3002",statusSent:"\u9001\u4FE1\u6E08\u307F",statusStopped:"\u9001\u4FE1\u6E08\u307F \xB7 \u8FD4\u7B54\u3092\u505C\u6B62\u3057\u307E\u3057\u305F",thinking:"\u601D\u8003\u4E2D",thoughtForSeconds:"{duration} \u8003\u3048\u307E\u3057\u305F",thoughtProcess:"\u601D\u8003\u30D7\u30ED\u30BB\u30B9",vizDisclaimerImage:"\u4EBA\u5DE5\u77E5\u80FD\u306B\u3088\u3063\u3066\u751F\u6210\u3055\u308C\u307E\u3057\u305F \u2014 \u8272\u3001\u30B5\u30A4\u30BA\u3001\u914D\u7F6E\u306F\u5B9F\u969B\u306E\u5546\u54C1\u3068\u7570\u306A\u308B\u5834\u5408\u304C\u3042\u308A\u307E\u3059\u3002",vizDisclaimerVideo:"\u4EBA\u5DE5\u77E5\u80FD\u306B\u3088\u3063\u3066\u751F\u6210\u3055\u308C\u307E\u3057\u305F \u2014 \u8272\u3001\u30B5\u30A4\u30BA\u3001\u52D5\u304D\u306F\u5B9F\u969B\u306E\u5546\u54C1\u3068\u7570\u306A\u308B\u5834\u5408\u304C\u3042\u308A\u307E\u3059\u3002",vizUnavailable:"\u30D7\u30EC\u30D3\u30E5\u30FC\u3092\u8AAD\u307F\u8FBC\u3081\u307E\u305B\u3093\u3067\u3057\u305F\u3002",voiceHint:"\u304A\u8A71\u3057\u304F\u3060\u3055\u3044 \u2014 \u8A71\u3057\u7D42\u3048\u305F\u3089\u304A\u7B54\u3048\u3057\u307E\u3059\u3002",voiceListening:"\u805E\u304D\u53D6\u308A\u4E2D\u2026 \u30BF\u30C3\u30D7\u3057\u3066\u505C\u6B62",voiceModeExit:"\u30CF\u30F3\u30BA\u30D5\u30EA\u30FC\u3092\u7D42\u4E86",voiceModeStart:"\u30CF\u30F3\u30BA\u30D5\u30EA\u30FC\u4F1A\u8A71",voiceMuted:"\u30DF\u30E5\u30FC\u30C8\u4E2D",voiceMutedHint:"\u30DE\u30A4\u30AF\u3092\u30BF\u30C3\u30D7\u3057\u3066\u3082\u3046\u4E00\u5EA6\u304A\u8A71\u3057\u304F\u3060\u3055\u3044\u3002",voicePhaseListening:"\u805E\u304D\u53D6\u308A\u4E2D",voicePhaseSpeaking:"\u767A\u7B54\u4E2D",voicePhaseThinking:"\u8003\u3048\u4E2D",voiceSending:"\u53D7\u3051\u53D6\u308A\u307E\u3057\u305F \u2014 \u9001\u4FE1\u4E2D\u2026",termsStepTitle:"\u30D7\u30E9\u30A4\u30D0\u30B7\u30FC\u3068\u5229\u7528\u898F\u7D04",termsStepSubtitle:"\u900F\u660E\u6027\u3001\u533F\u540D\u6027\u3001\u305D\u3057\u3066\u500B\u4EBA\u3092\u7279\u5B9A\u3057\u306A\u3044\u8A2D\u8A08\u3002",termsPiiTitle:"\u500B\u4EBA\u3092\u7279\u5B9A\u3059\u308B\u60C5\u5831\u306E\u4E0D\u53CE\u96C6",termsPiiDesc:"\u30C1\u30E3\u30C3\u30C8\u3084\u97F3\u58F0\u30BB\u30C3\u30B7\u30E7\u30F3\u304B\u3089\u500B\u4EBA\u3092\u7279\u5B9A\u3067\u304D\u308B\u60C5\u5831\uFF08\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3001\u96FB\u8A71\u756A\u53F7\u3001\u5B9F\u540D\u306A\u3069\uFF09\u3092\u53CE\u96C6\u30FB\u4FDD\u5B58\u3059\u308B\u3053\u3068\u306F\u4E00\u5207\u3042\u308A\u307E\u305B\u3093\u3002",termsSessionTitle:"\u533F\u540D\u306E\u30BB\u30C3\u30B7\u30E7\u30F3\u8B58\u5225\u5B50",termsSessionDesc:"\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u3092\u7DAD\u6301\u3059\u308B\u305F\u3081\u306B\u30AF\u30E9\u30A4\u30A2\u30F3\u30C8\u5074\u3067\u751F\u6210\u3055\u308C\u305F\u533F\u540D\u30C8\u30FC\u30AF\u30F3\u306E\u307F\u3092\u4F7F\u7528\u3057\u3001\u5B9F\u969B\u306E\u8EAB\u5143\u3068\u7D10\u4ED8\u3051\u308B\u3053\u3068\u306F\u3042\u308A\u307E\u305B\u3093\u3002",termsMemoryTitle:"\u4E00\u6642\u7684\u306A\u30C1\u30E3\u30C3\u30C8 vs Mimi Vault",termsMemoryDesc:"\u901A\u5E38\u306E\u30C1\u30E3\u30C3\u30C8\u306F\u4E00\u6642\u7684\u306A\u3082\u306E\u3067\u3059\u3002\u30BF\u30D6\u3092\u9589\u3058\u308B\u304B\u30C1\u30E3\u30C3\u30C8\u3092\u6D88\u53BB\u3059\u308B\u3068\u5B8C\u5168\u306B\u7834\u68C4\u3055\u308C\u307E\u3059\u3002\u300C@kiku\u300D\u3067\u4FDD\u5B58\u3057\u305F\u30A2\u30A4\u30C6\u30E0\u306F\u6697\u53F7\u5316\u3055\u308C\u3001mimi.akropolys.cloud \u3067\u30B7\u30FC\u30AF\u30EC\u30C3\u30C8\u30AD\u30FC\u3092\u4F7F\u3063\u3066\u30ED\u30C3\u30AF\u89E3\u9664\u3067\u304D\u307E\u3059\u3002",termsCookieTitle:"\u30DB\u30B9\u30C8\u30B5\u30A4\u30C8\u306E\u30C6\u30EC\u30E1\u30C8\u30EA",termsCookieDesc:"kiku\u304C\u57CB\u3081\u8FBC\u307E\u308C\u3066\u3044\u308B\u30DB\u30B9\u30C8\u30B5\u30A4\u30C8\u306F\u3001\u72EC\u81EA\u306E\u30AF\u30C3\u30AD\u30FC\u30DD\u30EA\u30B7\u30FC\u306B\u57FA\u3065\u3044\u3066\u30AF\u30C3\u30AD\u30FC\u3084\u30A2\u30AF\u30BB\u30B9\u89E3\u6790\u3092\u53CE\u96C6\u3059\u308B\u5834\u5408\u304C\u3042\u308A\u307E\u3059\uFF08kiku\u306E\u7BA1\u7406\u5916\uFF09\u3002",termsAgreeButton:"\u540C\u610F\u3057\u3066\u7D9A\u884C",termsAgreeCounting:"\u540C\u610F\u3057\u3066\u7D9A\u884C ({seconds}\u79D2)",termsPlaceholder:"\u4E0A\u8A18\u306E\u30D7\u30E9\u30A4\u30D0\u30B7\u30FC\u3068\u898F\u7D04\u3092\u3054\u78BA\u8A8D\u3044\u305F\u3060\u304D\u3001\u540C\u610F\u3057\u3066\u304F\u3060\u3055\u3044\u2026",whatHaveYouSaved:"\u4F55\u3092\u4FDD\u5B58\u3057\u307E\u3057\u305F\u304B\uFF1F"},portuguese:{allSet:"Tudo pronto, {name}.",asWritten:"Como escrito",captureAll:"Capturar tudo ({count})",captureAndRemember:"kiku \u2014 capturar\u202F&\u202Flembrar",captureCurrentPage:"Capturar p\xE1gina atual",cardClickAnswer:"O {name}",cardClickQuery:"Fale mais sobre o {name}{price} \u2014 quais s\xE3o seus detalhes principais, para quem \xE9 mais indicado e o que devo saber?",clearChat:"Limpar chat",defaultPlaceholder:"Pergunte-me qualquer coisa\u2026",deleteThis:"Excluir isso",detailsTranslated:"Detalhes traduzidos. N\xFAmeros e links permanecem exatamente como listados.",displayCapture:"capturar {name}",displayCaptureAll:"capturar tudo ({count} itens)",displayDelete:"excluir isso",displayViewHistory:"o que voc\xEA salvou?",entityLangIntro:"Eu respondo em {lang}. Os cart\xF5es de resultado podem permanecer exatamente como o site os escreveu ou ser traduzidos tamb\xE9m.",entityLangPlaceholder:"Escolha um dos dois cart\xF5es acima\u2026",errAccessRevoked:"Seu acesso ao assistente foi revogado pela loja.",errAccountRequired:"Por favor, crie uma conta para continuar usando o assistente de chat.",errShopperReplyLimit:"Voc\xEA atingiu o limite de respostas deste site para sua conta.",errStreamInterrupted:"A resposta foi interrompida. Por favor, tente novamente.",errTokenLimit:"Voc\xEA atingiu seu limite de uso. Atualize seus limites de cobran\xE7a no painel para continuar.",errTooManyRequests:"O assistente est\xE1 recebendo muitas solicita\xE7\xF5es no momento. Por favor, tente novamente em alguns instantes.",footerHint:"kiku \xB7 pesquisa todo o cat\xE1logo em tempo real",greetReturning:"Oi, {name}.",greetReturningLead:"O que posso encontrar para voc\xEA hoje?",howShouldResultsLook:"Como os resultados devem aparecer?",inLanguage:"Em {lang}",keyAutoHide:"Esconde automaticamente em {seconds}s.",keyCopied:"Copiado",keyCopyId:"Copiar id",keyCopySecret:"Copiar segredo",keyCreateNew:"Sou novo \u2014 criar um",keyCreating:"Criando\u2026",keyDismiss:"Fechar",keyPastePlaceholder:"seu id p\xFAblico\u2026",keyPastePrompt:"Cole seu id p\xFAblico \u2014 ou crie um",keyPublicHint:"Cole isso em qualquer site para salvar na mesma mem\xF3ria.",keyPublicTitle:"Seu id p\xFAblico",keySecretHint:"Mantenha privado \u2014 use para desbloquear sua mem\xF3ria.",keySecretTitle:"Seu segredo \u2014 mostrado apenas uma vez",keyUseMine:"Usar meu id",kikuActionUnavailable:"Desculpe \u2014 essa a\xE7\xE3o n\xE3o est\xE1 dispon\xEDvel neste site.",kikuCaptureDbError:"Falha ao capturar devido a um erro de banco de dados.",kikuCaptureNoContext:"Falha ao capturar porque nenhum contexto de p\xE1gina ou produto foi fornecido pelo SDK.",kikuCaptureNoUrl:"N\xE3o foi poss\xEDvel salvar nenhum item \u2014 nenhum tinha URL v\xE1lido.",kikuCaptureNoneSelected:"Nenhum item foi selecionado para captura.",kikuDeleteDbError:"Falha ao excluir devido a um erro de banco de dados.",kikuDeleteDone:"Removido dos seus itens salvos.",kikuDeleteNoContext:"Falha ao excluir porque nenhum contexto de p\xE1gina foi fornecido para identificar o que excluir.",kikuMemoryIntro:"Tudo que voc\xEA capturou em sites est\xE1 na sua mem\xF3ria privada. Desbloqueie-a com seu segredo:",kikuMintNeeded:"Para salvar itens entre sites voc\xEA precisa de uma chave kiku \u2014 vou gerar uma para voc\xEA. Ela ser\xE1 mostrada apenas uma vez, ent\xE3o guarde-a em um local seguro.",kikuMintOffer:"Posso guardar isso para voc\xEA e fazer com que siga voc\xEA entre sites \u2014 vou gerar uma chave kiku. Ela ser\xE1 mostrada apenas uma vez, ent\xE3o guarde-a em um local seguro.",kikuNeedKeyToUpdate:"Insira sua chave kiku para que eu possa encontrar e atualizar seus itens salvos.",namePlaceholder:"Digite seu nome\u2026",nameStepAsk:"Como devo chamar voc\xEA?",nameStepLead:"Posso pesquisar, visualizar ou capturar qualquer coisa para voc\xEA \u2014 neste site ou em qualquer outro.",nameStepTitle:"Prazer em conhec\xEA-lo.",namesAsWritten:"Nomes e detalhes exatamente como o site os lista.",pillCompareTop2:"Comparar os 2 melhores",pillCompareTop2Query:"Compare o {a} e o {b}",pillFindAlternatives:"Encontrar alternativas",pillFindAlternativesQuery:"Quais s\xE3o boas alternativas ao {name}?",pillMoreOn:"Mais sobre {name}",pillMoreOnQuery:"Fale mais sobre o {name}",pillRecommend:"Recomendar algo",pillRecommendQuery:"O que voc\xEA recomenda para mim?",pillShowPopular:"Mostrar itens populares",pillShowPopularQuery:"Quais s\xE3o os seus itens mais populares?",pillSimilarOptions:"Op\xE7\xF5es semelhantes",pillSimilarOptionsQuery:"Mostre-me mais op\xE7\xF5es semelhantes ao {name}",pillUnder:"Abaixo de {amount}",pillUnderQuery:"Mostre-me op\xE7\xF5es abaixo de {amount}",pillWhichBest:"Qual \xE9 o melhor?",pillWhichBestQuery:"Qual voc\xEA recomendaria e por qu\xEA?",replyingOriginal:"Respondendo em {lang}, resultados como o site escreveu. Pergunte-me qualquer coisa.",replyingTranslated:"Respondendo em {lang}, resultados tamb\xE9m traduzidos. Pergunte-me qualquer coisa.",statusSent:"Enviado",statusStopped:"Enviado \xB7 resposta interrompida",thinking:"Pensando",thoughtForSeconds:"Pensou por {duration}",thoughtProcess:"Processo de pensamento",vizUnavailable:"A visualiza\xE7\xE3o n\xE3o p\xF4de ser carregada.",termsStepTitle:"Privacidade e Termos de Uso",termsStepSubtitle:"Transparente, an\xF4nimo e sem coleta de dados pessoais.",termsPiiTitle:"Zero Coleta de Dados Pessoais",termsPiiDesc:"Nunca coletamos nem armazenamos informa\xE7\xF5es de identifica\xE7\xE3o pessoal (sem e-mails, telefones ou identidades reais) das suas conversas ou sess\xF5es de voz.",termsSessionTitle:"Tokens de Sess\xE3o An\xF4nimos",termsSessionDesc:"Sua sess\xE3o usa um token an\xF4nimo no cliente apenas para manter o contexto. Nunca \xE9 vinculado \xE0 sua identidade real.",termsMemoryTitle:"Conversas Ef\xEAmeras vs. Cofre Mimi",termsMemoryDesc:'Conversas normais s\xE3o ef\xEAmeras \u2014 fechar ou limpar o chat as apaga para sempre. Itens salvos com "@kiku" s\xE3o criptografados e podem ser desbloqueados em mimi.akropolys.cloud com sua chave secreta.',termsCookieTitle:"Telemetria do Site Hospedeiro",termsCookieDesc:"O site onde o kiku est\xE1 incorporado pode coletar cookies e an\xE1lises de acordo com sua pr\xF3pria pol\xEDtica de cookies, fora do controle do kiku.",termsAgreeButton:"Concordar e Continuar",termsAgreeCounting:"Concordar e Continuar ({seconds}s)",termsPlaceholder:"Por favor, revise e aceite a privacidade e os termos acima\u2026",whatHaveYouSaved:"O que voc\xEA salvou?",micDenied:"Microfone bloqueado. Permita o acesso ao microfone neste site e tente novamente.",micFailed:"N\xE3o foi poss\xEDvel ouvir. Tente novamente.",micInsecure:"A voz precisa de uma conex\xE3o segura (https).",micLangUnsupported:"Este navegador ainda n\xE3o transcreve este idioma. Digite em vez disso.",micMissing:"Nenhum microfone encontrado.",micNetwork:"A voz precisa de uma conex\xE3o no momento. Verifique a sua e tente novamente.",micNoSpeech:"N\xE3o ouvimos nada. Tente novamente, um pouco mais perto do microfone.",vizDisclaimerImage:"Gerado com Intelig\xEAncia Artificial \u2014 cores, tamanho e posi\xE7\xE3o podem diferir do produto real.",vizDisclaimerVideo:"Gerado com Intelig\xEAncia Artificial \u2014 cores, tamanho e movimento podem diferir do produto real.",voiceHint:"Basta falar \u2014 responderei quando voc\xEA fizer uma pausa.",voiceListening:"Ouvindo\u2026 toque no microfone para parar",voiceModeExit:"Sair do modo m\xE3os-livres",voiceModeStart:"Conversa em m\xE3os-livres",voiceMuted:"Silenciado",voiceMutedHint:"Toque no microfone para falar novamente.",voicePhaseListening:"Ouvindo",voicePhaseSpeaking:"Falando",voicePhaseThinking:"Pensando",voiceSending:"Entendido \u2014 enviando\u2026"},spanish:{allSet:"Todo listo, {name}.",asWritten:"Tal como est\xE1 escrito",captureAll:"Capturar todo ({count})",captureAndRemember:"kiku \u2014 capturar y recordar",captureCurrentPage:"Capturar p\xE1gina actual",cardClickAnswer:"El {name}",cardClickQuery:"Cu\xE9ntame m\xE1s sobre {name}{price} \u2014 \xBFcu\xE1les son sus detalles clave, para qui\xE9n es m\xE1s adecuado y qu\xE9 deber\xEDa saber?",clearChat:"Borrar chat",defaultPlaceholder:"Preg\xFAntame lo que quieras\u2026",deleteThis:"Eliminar esto",detailsTranslated:"Detalles traducidos. Los n\xFAmeros y enlaces se mantienen exactamente como se muestran.",displayCapture:"capturar {name}",displayCaptureAll:"capturar todo ({count} elementos)",displayDelete:"eliminar esto",displayViewHistory:"\xBFqu\xE9 has guardado?",entityLangIntro:"Respondo en {lang}. Las tarjetas de resultados pueden mantenerse exactamente como las escribi\xF3 este sitio, o tambi\xE9n pueden traducirse.",entityLangPlaceholder:"Elige una de las dos tarjetas de arriba\u2026",errAccessRevoked:"La tienda ha revocado su acceso al asistente.",errAccountRequired:"Por favor, cree una cuenta para seguir usando el asistente de chat.",errShopperReplyLimit:"Ha alcanzado el l\xEDmite de respuestas de este sitio para su cuenta.",errStreamInterrupted:"La respuesta fue interrumpida. Por favor, int\xE9ntelo de nuevo.",errTokenLimit:"Ha alcanzado su l\xEDmite de uso. Por favor, actualice sus l\xEDmites de facturaci\xF3n en su panel de control para continuar.",errTooManyRequests:"El asistente est\xE1 recibiendo demasiadas solicitudes en este momento. Por favor, int\xE9ntelo de nuevo en unos instantes.",footerHint:"kiku \xB7 busca en todo el cat\xE1logo en tiempo real",greetReturning:"Hola, {name}.",greetReturningLead:"\xBFQu\xE9 puedo encontrar para usted hoy?",howShouldResultsLook:"\xBFC\xF3mo deber\xEDan verse los resultados?",inLanguage:"En {lang}",keyAutoHide:"Se oculta autom\xE1ticamente en {seconds}s.",keyCopied:"Copiado",keyCopyId:"Copiar ID",keyCopySecret:"Copiar secreto",keyCreateNew:"Soy nuevo/a, crear uno",keyCreating:"Creando\u2026",keyDismiss:"Descartar",keyPastePlaceholder:"tu ID p\xFAblico\u2026",keyPastePrompt:"Pega tu ID p\xFAblico \u2014 o crea uno",keyPublicHint:"P\xE9galo en cualquier sitio para guardar en la misma memoria.",keyPublicTitle:"Tu ID p\xFAblico",keySecretHint:"Mantenlo privado \u2014 \xFAsalo para desbloquear tu memoria.",keySecretTitle:"Tu secreto \u2014 mostrado solo una vez",keyUseMine:"Usar mi ID",kikuActionUnavailable:"Lo siento, esa acci\xF3n no est\xE1 disponible en este sitio.",kikuCaptureDbError:"La captura fall\xF3 debido a un error de base de datos.",kikuCaptureNoContext:"La captura fall\xF3 porque el SDK no proporcion\xF3 contexto de p\xE1gina o producto.",kikuCaptureNoUrl:"No se pudieron guardar elementos \u2014 ninguno ten\xEDa una URL v\xE1lida.",kikuCaptureNoneSelected:"No se seleccionaron elementos para capturar.",kikuDeleteDbError:"La eliminaci\xF3n fall\xF3 debido a un error de base de datos.",kikuDeleteDone:"Lo he eliminado de tus elementos guardados.",kikuDeleteNoContext:"La eliminaci\xF3n fall\xF3 porque no se proporcion\xF3 contexto de p\xE1gina para identificar qu\xE9 eliminar.",kikuMemoryIntro:"Todo lo que has capturado en diferentes sitios vive en tu memoria privada. Desbloqu\xE9ala con tu secreto:",kikuMintNeeded:"Para guardar elementos en diferentes sitios necesitas una clave kiku \u2014 te crear\xE9 una. Se muestra solo una vez, as\xED que gu\xE1rdala en un lugar seguro.",kikuMintOffer:"Puedo guardar esto por ti y hacer que te siga en diferentes sitios \u2014 te crear\xE9 una clave kiku. Se muestra solo una vez, as\xED que gu\xE1rdala en un lugar seguro.",kikuNeedKeyToUpdate:"Introduce tu clave kiku para que pueda encontrar y actualizar tus elementos guardados.",micDenied:"Micr\xF3fono bloqueado. Permite el acceso al micr\xF3fono para este sitio e int\xE9ntalo de nuevo.",micFailed:"No pude o\xEDr eso. Int\xE9ntalo de nuevo.",micInsecure:"La voz requiere una conexi\xF3n segura (https).",micLangUnsupported:"Este navegador a\xFAn no puede transcribir ese idioma. Escriba en su lugar.",micMissing:"No se encontr\xF3 ning\xFAn micr\xF3fono.",micNetwork:"La voz necesita una conexi\xF3n en este momento. Revise la suya e int\xE9ntelo de nuevo.",micNoSpeech:"No he captado nada. Int\xE9ntelo de nuevo, un poco m\xE1s cerca del micr\xF3fono.",namePlaceholder:"Escriba su nombre\u2026",nameStepAsk:"\xBFC\xF3mo debo llamarle?",nameStepLead:"Puedo buscar, visualizar o capturar cualquier cosa por usted, en este sitio o en cualquier otro.",nameStepTitle:"Encantado de conocerle.",namesAsWritten:"Nombres y detalles exactamente como los enumera el sitio.",pillCompareTop2:"Comparar los 2 mejores",pillCompareTop2Query:"Compara {a} y {b}",pillFindAlternatives:"Buscar alternativas",pillFindAlternativesQuery:"\xBFQu\xE9 alternativas hay a {name}?",pillMoreOn:"M\xE1s sobre {name}",pillMoreOnQuery:"Cu\xE9ntame m\xE1s sobre {name}",pillRecommend:"Recomendar algo",pillRecommendQuery:"\xBFQu\xE9 me recomiendas?",pillShowPopular:"Mostrar art\xEDculos populares",pillShowPopularQuery:"\xBFCu\xE1les son tus art\xEDculos m\xE1s populares?",pillSimilarOptions:"Opciones similares",pillSimilarOptionsQuery:"Mu\xE9strame m\xE1s opciones como {name}",pillUnder:"Menos de {amount}",pillUnderQuery:"Mu\xE9strame opciones por menos de {amount}",pillWhichBest:"\xBFCu\xE1l es el mejor?",pillWhichBestQuery:"\xBFCu\xE1l me recomendar\xEDas y por qu\xE9?",replyingOriginal:"Respondiendo en {lang}, resultados tal como los escribi\xF3 este sitio. Preg\xFAnteme lo que quiera.",replyingTranslated:"Respondiendo en {lang}, resultados tambi\xE9n traducidos. Preg\xFAnteme lo que quiera.",statusSent:"Enviado",statusStopped:"Enviado \xB7 respuesta detenida",thinking:"Pensando",thoughtForSeconds:"Pensado durante {duration}",thoughtProcess:"Proceso de pensamiento",vizDisclaimerImage:"Generado con Inteligencia Artificial: los colores, el tama\xF1o y la ubicaci\xF3n pueden diferir del producto real.",vizDisclaimerVideo:"Generado con Inteligencia Artificial: los colores, el tama\xF1o y el movimiento pueden diferir del producto real.",vizUnavailable:"No se pudo cargar la vista previa.",voiceListening:"Escuchando\u2026 toque el micr\xF3fono para detener.",voiceSending:"Entendido, enviando\u2026",termsStepTitle:"Privacidad y t\xE9rminos de uso",termsStepSubtitle:"Transparente, an\xF3nimo y sin recolecci\xF3n de datos personales.",termsPiiTitle:"Cero recolecci\xF3n de datos personales",termsPiiDesc:"Nunca recopilamos ni almacenamos informaci\xF3n de identificaci\xF3n personal (sin correos, n\xFAmeros de tel\xE9fono ni identidades reales) de tus conversaciones o sesiones de voz.",termsSessionTitle:"Tokens de sesi\xF3n an\xF3nimos",termsSessionDesc:"Tu sesi\xF3n utiliza un token an\xF3nimo generado en el cliente \xFAnicamente para mantener el contexto. Nunca se vincula a tu identidad real.",termsMemoryTitle:"Chats ef\xEDmeros vs. B\xF3veda Mimi",termsMemoryDesc:"Las conversaciones regulares son ef\xEDmeras: cerrar o borrar el chat las elimina para siempre. Lo que guardas con \xAB@kiku\xBB est\xE1 cifrado y se puede desbloquear en mimi.akropolys.cloud con tu clave secreta.",termsCookieTitle:"Telemetr\xEDa del sitio web anfitri\xF3n",termsCookieDesc:"El sitio web donde est\xE1 integrado kiku puede recopilar cookies y anal\xEDticas seg\xFAn su propia pol\xEDtica de cookies, fuera del control de kiku.",termsAgreeButton:"Aceptar y continuar",termsAgreeCounting:"Aceptar y continuar ({seconds}s)",termsPlaceholder:"Por favor, revisa y acepta nuestra privacidad y t\xE9rminos arriba\u2026",whatHaveYouSaved:"\xBFQu\xE9 ha guardado?",voiceHint:"Solo habla \u2014 responder\xE9 cuando hagas una pausa.",voiceModeExit:"Salir de manos libres",voiceModeStart:"Conversaci\xF3n manos libres",voiceMuted:"Silenciado",voiceMutedHint:"Toca el micr\xF3fono para hablar de nuevo.",voicePhaseListening:"Escuchando",voicePhaseSpeaking:"Hablando",voicePhaseThinking:"Pensando"},swahili:{allSet:"Uko tayari, {name}.",asWritten:"Kama ilivyoandikwa",captureAll:"Chukua zote ({count})",captureAndRemember:"kiku \u2014 chukua & kumbuka",captureCurrentPage:"Chukua ukurasa wa sasa",cardClickAnswer:"{name}",cardClickQuery:"Nisaidie kujua zaidi kuhusu {name}{price} \u2014 ni maelezo yake muhimu, ni kwa nani inafaa zaidi, na ninapaswa kujua nini?",clearChat:"Futa mazungumzo",defaultPlaceholder:"Uliza chochote\u2026",deleteThis:"Futa hii",detailsTranslated:"Maelezo yame tafsiriwa. Nambari na viungo vinabaki kama ilivyo.",displayCapture:"chukua {name}",displayCaptureAll:"chukua zote ({count} items)",displayDelete:"futa hii",displayViewHistory:"ulivyohifadhi?",entityLangIntro:"Nitajibu kwa {lang}. Kadi za matokeo zinaweza kubaki kama ilivyoandikwa kwenye tovuti hii, au kutafsiriwa pia.",entityLangPlaceholder:"Chagua moja ya kadi mbili zilizo juu\u2026",errAccessRevoked:"Ufikiaji wako kwa msaidizi umeondolewa na duka.",errAccountRequired:"Tafadhali unda akaunti ili kuendelea kutumia msaidizi wa mazungumzo.",errShopperReplyLimit:"Umefikia kikomo cha majibu cha tovuti hii kwa akaunti yako.",errStreamInterrupted:"Jibu lilikatizwa. Tafadhali jaribu tena.",errTokenLimit:"Umefikia kikomo cha matumizi yako. Tafadhali sasisha mipaka ya malipo kwenye dashbodi yako ili kuendelea.",errTooManyRequests:"Msaidizi anapokea maombi mengi sana kwa sasa. Tafadhali jaribu tena baada ya muda mfupi.",footerHint:"kiku \xB7 hutafuta katika katalogi nzima kwa wakati halisi",greetReturning:"Habari, {name}.",greetReturningLead:"Nini naweza kukutafuta leo?",howShouldResultsLook:"Matokeo yanapaswa kuonekana vipi?",inLanguage:"Kwa {lang}",keyAutoHide:"Inaficha kiotomatiki baada ya {seconds}s.",keyCopied:"Imekopiwa",keyCopyId:"Nakili kitambulisho",keyCopySecret:"Nakili siri",keyCreateNew:"Mimi mpya \u2014 unda moja",keyCreating:"Inaunda\u2026",keyDismiss:"Ondoa",keyPastePlaceholder:"kitambulisho chako cha umma\u2026",keyPastePrompt:"Bandika kitambulisho chako cha umma \u2014 au unda moja",keyPublicHint:"Bandika hii kwenye tovuti yoyote ili kuihifadhi katika kumbukumbu sawa.",keyPublicTitle:"Kitambulisho chako cha umma",keySecretHint:"Ikeepye kibinafsi \u2014 tumia kufungua kumbukumbu yako.",keySecretTitle:"Siri yako \u2014 inaonyeshwa mara moja tu",keyUseMine:"Tumia kitambulisho changu",kikuActionUnavailable:"Samahani \u2014 kitendo hicho hakipatikani kwenye tovuti hii.",kikuCaptureDbError:"Uchukuaji umeshindwa kutokana na hitilafu ya hifadhidata.",kikuCaptureNoContext:"Uchukuaji umeshindwa kwa sababu hakuna muktadha wa ukurasa au bidhaa uliotolewa na SDK.",kikuCaptureNoUrl:"Haikuweza kuhifadhi vitu vyovyote \u2014 hakuna kilichokuwa na URL halali.",kikuCaptureNoneSelected:"Hakuna vitu vilivyochaguliwa kwa uchukuaji.",kikuDeleteDbError:"Ufutaji umeshindwa kutokana na hitilafu ya hifadhidata.",kikuDeleteDone:"Imeondolewa kutoka vitu vyako vilivyohifadhiwa.",kikuDeleteNoContext:"Ufutaji umeshindwa kwa sababu hakuna muktadha wa ukurasa uliotolewa kutambua kinachofutwa.",kikuMemoryIntro:"Kila kitu ulichukua kwenye tovuti mbalimbali kiko katika kumbukumbu yako ya kibinafsi. Kifungue kwa siri yako:",kikuMintNeeded:"Ili kuhifadhi vitu kwenye tovuti mbalimbali unahitaji ufunguo wa kiku \u2014 nitaunda moja kwa ajili yako. Inaonyeshwa mara moja tu, hivyo uiweke mahali salama.",kikuMintOffer:"Ninaweza kuhifadhi hii kwa ajili yako na iende nawe kwenye tovuti mbalimbali \u2014 nitaunda ufunguo wa kiku. Inaonyeshwa mara moja tu, hivyo uiweke mahali salama.",kikuNeedKeyToUpdate:"Weka ufunguo wako wa kiku ili niweze kupata na kusasisha vitu vyako vilivyohifadhiwa.",micDenied:"Kinanda cha sauti kimezuiwa. Ruhusu ufikiaji wa kinanda kwa tovuti hii, kisha jaribu tena.",micFailed:"Sikuweza kusikia hilo. Jaribu tena.",micInsecure:"Sauti inahitaji muunganisho salama (https).",micLangUnsupported:"Kivinjari hiki hakiwezi kuandika lugha hiyo bado. Andika badala yake.",micMissing:"Hakuna kipaza sauti kilichopatikana.",micNetwork:"Sauti inahitaji muunganisho kwa sasa. Angalia yako na ujaribu tena.",micNoSpeech:"Sijapata chochote. Jaribu tena, karibu zaidi na kipaza sauti.",namePlaceholder:"Andika jina lako\u2026",nameStepAsk:"Ninapaswa kukuita nani?",nameStepLead:"Ninaweza kutafuta, kuonyesha, au kunasa chochote kwa ajili yako \u2014 kwenye tovuti hii au nyingine yoyote.",nameStepTitle:"Nafurahi kukutana nawe.",namesAsWritten:"Majina na maelezo kama ilivyo kwenye tovuti.",pillCompareTop2:"Linganisha bora 2",pillCompareTop2Query:"Linganisha {a} na {b}",pillFindAlternatives:"Tafuta mbadala",pillFindAlternativesQuery:"Ni mbadala gani mazuri kwa {name}?",pillMoreOn:"Zaidi kuhusu {name}",pillMoreOnQuery:"Nisaidie kujua zaidi kuhusu {name}",pillRecommend:"Pendekeza kitu",pillRecommendQuery:"Unaweza kunipendekeza nini?",pillShowPopular:"Onyesha vitu maarufu",pillShowPopularQuery:"Ni bidhaa gani zimekuwa maarufu zaidi?",pillSimilarOptions:"Chaguzi zinazofanana",pillSimilarOptionsQuery:"Nionyeshe zaidi kama {name}",pillUnder:"Chini ya {amount}",pillUnderQuery:"Nionyeshe chaguo chini ya {amount}",pillWhichBest:"Ni ipi bora?",pillWhichBestQuery:"Ni ipi unayopendekeza na kwa nini?",replyingOriginal:"Ninajibu kwa {lang}, matokeo kama ilivyoandikwa kwenye tovuti hii. Uliza chochote.",replyingTranslated:"Ninajibu kwa {lang}, matokeo yamefasiriwa pia. Uliza chochote.",statusSent:"Imetumwa",statusStopped:"Imetumwa \xB7 majibu yametolewa",thinking:"Inafikiri",thoughtForSeconds:"Imefikiri kwa {duration}",thoughtProcess:"Mchakato wa mawazo",vizDisclaimerImage:"Imetengenezwa kwa kutumia Akili Bandia \u2014 rangi, ukubwa na upangaji huenda yakatofautiana na bidhaa halisi.",vizDisclaimerVideo:"Imetengenezwa kwa kutumia Akili Bandia \u2014 rangi, ukubwa na mwendo huenda yakatofautiana na bidhaa halisi.",vizUnavailable:"Hakuna uwezo wa kupakia onyesho la awali.",voiceListening:"Inasikiliza\u2026 gonga kipaza sauti ili kusimama",voiceSending:"Nimepokea \u2014 ninatuma\u2026",termsStepTitle:"Faragha na Masharti ya Matumizi",termsStepSubtitle:"Wazi, bila utambulisho, na bila kukusanya taarifa binafsi.",termsPiiTitle:"Hakuna Ukusanyaji wa Taarifa Binafsi",termsPiiDesc:"Hatukusanyi wala kuhifadhi taarifa za utambulisho binafsi (hakuna barua pepe, nambari za simu, wala majina halisi) kutoka kwa mazungumzo yako au sauti.",termsSessionTitle:"Vitambulisho Visivyojulikana vya Kipindi",termsSessionDesc:"Kipindi chako kinatumia kitambulisho kisichojulikana upande wa mteja ili kuendeleza muktadha tu. Hakihusishwi na utambulisho wako halisi.",termsMemoryTitle:"Mazungumzo ya Muda dhidi ya Hazina ya Mimi",termsMemoryDesc:'Mazungumzo ya kawaida ni ya muda \u2014 kufunga au kufuta mazungumzo kunayaondoa kabisa. Vitu unavyohifadhi kwa "@kiku" vimelindwa na vinaweza kufunguliwa kwenye mimi.akropolys.cloud kwa ufunguo wako wa siri.',termsCookieTitle:"Takwimu za Tovuti Mwenyeji",termsCookieDesc:"Tovuti inayotumia kiku inaweza kukusanya vidakuzi na takwimu kulingana na sera yake ya vidakuzi, nje ya udhibiti wa kiku.",termsAgreeButton:"Kubali na Uendelee",termsAgreeCounting:"Kubali na Uendelee ({seconds}s)",termsPlaceholder:"Tafadhali kagua na ukubali sera ya faragha na masharti hapo juu\u2026",whatHaveYouSaved:"Umehifadhi nini?",voiceHint:"Ongea tu \u2014 nitajibu ukipumzika.",voiceModeExit:"Ondoka kwenye hali ya bila mikono",voiceModeStart:"Mazungumzo ya bila mikono",voiceMuted:"Imezimwa sauti",voiceMutedHint:"Gonga kipaza sauti ili kuongea tena.",voicePhaseListening:"Inasikiliza",voicePhaseSpeaking:"Inazungumza",voicePhaseThinking:"Inafikiri"},urdu:{allSet:"\u0622\u067E \u0628\u0627\u0644\u06A9\u0644 \u062A\u06CC\u0627\u0631 \u06C1\u06CC\u06BA\u060C {name}\u06D4",asWritten:"\u062C\u06CC\u0633\u0627 \u0644\u06A9\u06BE\u0627 \u06C1\u06D2",captureAll:"\u0633\u0628 \u0645\u062D\u0641\u0648\u0638 \u06A9\u0631\u06CC\u06BA ({count})",captureAndRemember:"kiku \u2014 \u0645\u062D\u0641\u0648\u0638 \u06A9\u0631\u06CC\u06BA \u0627\u0648\u0631 \u06CC\u0627\u062F \u0631\u06A9\u06BE\u06CC\u06BA",captureCurrentPage:"\u0645\u0648\u062C\u0648\u062F\u06C1 \u0635\u0641\u062D\u06C1 \u0645\u062D\u0641\u0648\u0638 \u06A9\u0631\u06CC\u06BA",cardClickAnswer:"{name}",cardClickQuery:"\u0645\u062C\u06BE\u06D2 {name}{price} \u06A9\u06D2 \u0628\u0627\u0631\u06D2 \u0645\u06CC\u06BA \u0645\u0632\u06CC\u062F \u0628\u062A\u0627\u0626\u06CC\u06BA \u2014 \u0627\u0633 \u06A9\u06CC \u0627\u06C1\u0645 \u062E\u0635\u0648\u0635\u06CC\u0627\u062A \u06A9\u06CC\u0627 \u06C1\u06CC\u06BA\u060C \u06CC\u06C1 \u06A9\u0633 \u06A9\u06D2 \u0644\u06CC\u06D2 \u0628\u06C1\u062A\u0631\u06CC\u0646 \u06C1\u06D2\u060C \u0627\u0648\u0631 \u0645\u062C\u06BE\u06D2 \u06A9\u06CC\u0627 \u062C\u0627\u0646\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2\u061F",clearChat:"\u0686\u06CC\u0679 \u0635\u0627\u0641 \u06A9\u0631\u06CC\u06BA",defaultPlaceholder:"\u0645\u062C\u06BE \u0633\u06D2 \u06A9\u0686\u06BE \u0628\u06BE\u06CC \u067E\u0648\u0686\u06BE\u06CC\u06BA\u2026",deleteThis:"\u0627\u0633\u06D2 \u062D\u0630\u0641 \u06A9\u0631\u06CC\u06BA",detailsTranslated:"\u062A\u0641\u0635\u06CC\u0644\u0627\u062A \u06A9\u0627 \u062A\u0631\u062C\u0645\u06C1 \u06A9\u0631 \u062F\u06CC\u0627 \u06AF\u06CC\u0627\u06D4 \u0642\u06CC\u0645\u062A\u06CC\u06BA \u0627\u0648\u0631 \u0644\u0646\u06A9\u0633 \u0648\u06CC\u0633\u06D2 \u06C1\u06CC \u0631\u06C1\u06CC\u06BA \u06AF\u06D2\u06D4",displayCapture:"{name} \u06A9\u0648 \u0645\u062D\u0641\u0648\u0638 \u06A9\u0631\u06CC\u06BA",displayCaptureAll:"\u0633\u0628 \u0645\u062D\u0641\u0648\u0638 \u06A9\u0631\u06CC\u06BA ({count} \u0627\u0634\u06CC\u0627\u0621)",displayDelete:"\u0627\u0633\u06D2 \u062D\u0630\u0641 \u06A9\u0631\u06CC\u06BA",displayViewHistory:"\u0622\u067E \u0646\u06D2 \u06A9\u06CC\u0627 \u0645\u062D\u0641\u0648\u0638 \u06A9\u06CC\u0627 \u06C1\u06D2\u061F",entityLangIntro:"\u0645\u06CC\u06BA {lang} \u0645\u06CC\u06BA \u062C\u0648\u0627\u0628 \u062F\u06CC\u062A\u0627 \u06C1\u0648\u06BA\u06D4 \u0646\u062A\u0627\u0626\u062C \u06A9\u06D2 \u06A9\u0627\u0631\u0688\u0632 \u0648\u06CC\u0633\u06D2 \u06C1\u06CC \u0631\u06C1 \u0633\u06A9\u062A\u06D2 \u06C1\u06CC\u06BA \u062C\u06CC\u0633\u06D2 \u0633\u0627\u0626\u0679 \u067E\u0631 \u0644\u06A9\u06BE\u06D2 \u06C1\u06CC\u06BA\u060C \u06CC\u0627 \u0627\u0646 \u06A9\u0627 \u062A\u0631\u062C\u0645\u06C1 \u0628\u06BE\u06CC \u06A9\u06CC\u0627 \u062C\u0627 \u0633\u06A9\u062A\u0627 \u06C1\u06D2\u06D4",entityLangPlaceholder:"\u0627\u0648\u067E\u0631 \u062F\u06CC\u06D2 \u06AF\u0626\u06D2 \u062F\u0648 \u06A9\u0627\u0631\u0688\u0632 \u0645\u06CC\u06BA \u0633\u06D2 \u0627\u06CC\u06A9 \u0645\u0646\u062A\u062E\u0628 \u06A9\u0631\u06CC\u06BA\u2026",errAccessRevoked:"\u0627\u0633\u0679\u0648\u0631 \u06A9\u06CC \u0637\u0631\u0641 \u0633\u06D2 \u0627\u0633\u0633\u0679\u0646\u0679 \u062A\u06A9 \u0622\u067E \u06A9\u06CC \u0631\u0633\u0627\u0626\u06CC \u0645\u0646\u0633\u0648\u062E \u06A9\u0631 \u062F\u06CC \u06AF\u0626\u06CC \u06C1\u06D2\u06D4",errAccountRequired:"\u0686\u06CC\u0679 \u0627\u0633\u0633\u0679\u0646\u0679 \u06A9\u0627 \u0627\u0633\u062A\u0639\u0645\u0627\u0644 \u062C\u0627\u0631\u06CC \u0631\u06A9\u06BE\u0646\u06D2 \u06A9\u06D2 \u0644\u06CC\u06D2 \u0628\u0631\u0627\u0626\u06D2 \u0645\u06C1\u0631\u0628\u0627\u0646\u06CC \u0627\u06A9\u0627\u0624\u0646\u0679 \u0628\u0646\u0627\u0626\u06CC\u06BA\u06D4",errShopperReplyLimit:"\u0622\u067E \u0627\u0633 \u0633\u0627\u0626\u0679 \u067E\u0631 \u0627\u067E\u0646\u06D2 \u0627\u06A9\u0627\u0624\u0646\u0679 \u06A9\u06CC \u062C\u0648\u0627\u0628\u0627\u062A \u06A9\u06CC \u062D\u062F \u062A\u06A9 \u067E\u06C1\u0646\u0686 \u0686\u06A9\u06D2 \u06C1\u06CC\u06BA\u06D4",errStreamInterrupted:"\u062C\u0648\u0627\u0628 \u0645\u06CC\u06BA \u062E\u0644\u0644 \u067E\u0691 \u06AF\u06CC\u0627\u06D4 \u0628\u0631\u0627\u0626\u06D2 \u0645\u06C1\u0631\u0628\u0627\u0646\u06CC \u062F\u0648\u0628\u0627\u0631\u06C1 \u06A9\u0648\u0634\u0634 \u06A9\u0631\u06CC\u06BA\u06D4",errTokenLimit:"\u0622\u067E \u06A9\u06D2 \u0627\u0633\u062A\u0639\u0645\u0627\u0644 \u06A9\u06CC \u062D\u062F \u062E\u062A\u0645 \u06C1\u0648 \u0686\u06A9\u06CC \u06C1\u06D2\u06D4 \u062C\u0627\u0631\u06CC \u0631\u06A9\u06BE\u0646\u06D2 \u06A9\u06D2 \u0644\u06CC\u06D2 \u0627\u067E\u0646\u06D2 \u0688\u06CC\u0634 \u0628\u0648\u0631\u0688 \u0645\u06CC\u06BA \u0628\u0644\u0646\u06AF \u06A9\u06CC \u062D\u062F \u0627\u067E \u0688\u06CC\u0679 \u06A9\u0631\u06CC\u06BA\u06D4",errTooManyRequests:"\u0627\u0633\u0633\u0679\u0646\u0679 \u067E\u0631 \u0627\u0633 \u0648\u0642\u062A \u0628\u06C1\u062A \u0632\u06CC\u0627\u062F\u06C1 \u062F\u0631\u062E\u0648\u0627\u0633\u062A\u06CC\u06BA \u0622\u0631\u06C1\u06CC \u06C1\u06CC\u06BA\u06D4 \u0628\u0631\u0627\u0626\u06D2 \u0645\u06C1\u0631\u0628\u0627\u0646\u06CC \u062A\u06BE\u0648\u0691\u06CC \u062F\u06CC\u0631 \u0628\u0639\u062F \u06A9\u0648\u0634\u0634 \u06A9\u0631\u06CC\u06BA\u06D4",footerHint:"kiku \xB7 \u062D\u0642\u06CC\u0642\u06CC \u0648\u0642\u062A \u0645\u06CC\u06BA \u0645\u06A9\u0645\u0644 \u06A9\u06CC\u0679\u0644\u0627\u06AF \u062A\u0644\u0627\u0634 \u06A9\u0631\u062A\u0627 \u06C1\u06D2",greetReturning:"\u062E\u0648\u0634 \u0622\u0645\u062F\u06CC\u062F\u060C {name}\u06D4",greetReturningLead:"\u0622\u062C \u0645\u06CC\u06BA \u0622\u067E \u06A9\u06D2 \u0644\u06CC\u06D2 \u06A9\u06CC\u0627 \u062A\u0644\u0627\u0634 \u06A9\u0631 \u0633\u06A9\u062A\u0627 \u06C1\u0648\u06BA\u061F",howShouldResultsLook:"\u0646\u062A\u0627\u0626\u062C \u06A9\u06CC\u0633\u06CC \u062F\u06A9\u06BE\u0646\u06CC \u0686\u0627\u06C1\u0626\u06CC\u06BA\u061F",inLanguage:"{lang} \u0645\u06CC\u06BA",keyAutoHide:"{seconds} \u0633\u06CC\u06A9\u0646\u0688 \u0645\u06CC\u06BA \u062E\u0648\u062F \u0628\u062E\u0648\u062F \u0686\u06BE\u067E \u062C\u0627\u0626\u06D2 \u06AF\u0627\u06D4",keyCopied:"\u06A9\u0627\u067E\u06CC \u06C1\u0648 \u06AF\u06CC\u0627",keyCopyId:"\u0622\u0626\u06CC \u0688\u06CC \u06A9\u0627\u067E\u06CC \u06A9\u0631\u06CC\u06BA",keyCopySecret:"\u062E\u0641\u06CC\u06C1 \u06A9\u0644\u06CC\u062F \u06A9\u0627\u067E\u06CC \u06A9\u0631\u06CC\u06BA",keyCreateNew:"\u0645\u06CC\u06BA \u0646\u06CC\u0627 \u06C1\u0648\u06BA \u2014 \u0646\u0626\u06CC \u0628\u0646\u0627\u0626\u06CC\u06BA",keyCreating:"\u0628\u0646\u0627\u06CC\u0627 \u062C\u0627 \u0631\u06C1\u0627 \u06C1\u06D2\u2026",keyDismiss:"\u0631\u062F \u06A9\u0631\u06CC\u06BA",keyPastePlaceholder:"\u0622\u067E \u06A9\u06CC \u067E\u0628\u0644\u06A9 \u0622\u0626\u06CC \u0688\u06CC\u2026",keyPastePrompt:"\u0627\u067E\u0646\u06CC \u067E\u0628\u0644\u06A9 \u0622\u0626\u06CC \u0688\u06CC \u0686\u0633\u067E\u0627\u06BA \u06A9\u0631\u06CC\u06BA \u2014 \u06CC\u0627 \u0646\u0626\u06CC \u0628\u0646\u0627\u0626\u06CC\u06BA",keyPublicHint:"\u0627\u0633\u06CC \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0645\u06CC\u06BA \u0645\u062D\u0641\u0648\u0638 \u06A9\u0631\u0646\u06D2 \u06A9\u06D2 \u0644\u06CC\u06D2 \u0627\u0633\u06D2 \u06A9\u0633\u06CC \u0628\u06BE\u06CC \u0633\u0627\u0626\u0679 \u067E\u0631 \u0686\u0633\u067E\u0627\u06BA \u06A9\u0631\u06CC\u06BA\u06D4",keyPublicTitle:"\u0622\u067E \u06A9\u06CC \u067E\u0628\u0644\u06A9 \u0622\u0626\u06CC \u0688\u06CC",keySecretHint:"\u0627\u0633\u06D2 \u062E\u0641\u06CC\u06C1 \u0631\u06A9\u06BE\u06CC\u06BA \u2014 \u0627\u067E\u0646\u06CC \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u06A9\u0648 \u06A9\u06BE\u0648\u0644\u0646\u06D2 \u06A9\u06D2 \u0644\u06CC\u06D2 \u0627\u0633\u062A\u0639\u0645\u0627\u0644 \u06A9\u0631\u06CC\u06BA\u06D4",keySecretTitle:"\u0622\u067E \u06A9\u06CC \u062E\u0641\u06CC\u06C1 \u06A9\u0644\u06CC\u062F \u2014 \u0635\u0631\u0641 \u0627\u06CC\u06A9 \u0628\u0627\u0631 \u062F\u06A9\u06BE\u0627\u0626\u06CC \u062C\u0627\u0626\u06D2 \u06AF\u06CC",keyUseMine:"\u0645\u06CC\u0631\u06CC \u0622\u0626\u06CC \u0688\u06CC \u0627\u0633\u062A\u0639\u0645\u0627\u0644 \u06A9\u0631\u06CC\u06BA",kikuActionUnavailable:"\u0645\u0639\u0630\u0631\u062A \u2014 \u06CC\u06C1 \u0639\u0645\u0644 \u0627\u0633 \u0633\u0627\u0626\u0679 \u067E\u0631 \u062F\u0633\u062A\u06CC\u0627\u0628 \u0646\u06C1\u06CC\u06BA \u06C1\u06D2\u06D4",kikuCaptureDbError:"\u0688\u06CC\u0679\u0627 \u0628\u06CC\u0633 \u06A9\u06CC \u062E\u0631\u0627\u0628\u06CC \u06A9\u06CC \u0648\u062C\u06C1 \u0633\u06D2 \u0645\u062D\u0641\u0648\u0638 \u06A9\u0631\u0646\u06D2 \u0645\u06CC\u06BA \u0646\u0627\u06A9\u0627\u0645\u06CC\u06D4",kikuCaptureNoContext:"\u0635\u0641\u062D\u06D2 \u06A9\u0627 \u0633\u06CC\u0627\u0642 \u0648 \u0633\u0628\u0627\u0642 \u0646\u06C1 \u0645\u0644\u0646\u06D2 \u06A9\u06CC \u0648\u062C\u06C1 \u0633\u06D2 \u0645\u062D\u0641\u0648\u0638 \u06A9\u0631\u0646\u06D2 \u0645\u06CC\u06BA \u0646\u0627\u06A9\u0627\u0645\u06CC\u06D4",kikuCaptureNoUrl:"\u06A9\u0648\u0626\u06CC \u0622\u0626\u0679\u0645 \u0645\u062D\u0641\u0648\u0638 \u0646\u06C1\u06CC\u06BA \u06C1\u0648 \u0633\u06A9\u0627 \u06A9\u06CC\u0648\u0646\u06A9\u06C1 \u06A9\u0633\u06CC \u06A9\u06D2 \u067E\u0627\u0633 \u062F\u0631\u0633\u062A URL \u0646\u06C1\u06CC\u06BA \u062A\u06BE\u0627\u06D4",kikuCaptureNoneSelected:"\u0645\u062D\u0641\u0648\u0638 \u06A9\u0631\u0646\u06D2 \u06A9\u06D2 \u0644\u06CC\u06D2 \u06A9\u0648\u0626\u06CC \u0622\u0626\u0679\u0645 \u0645\u0646\u062A\u062E\u0628 \u0646\u06C1\u06CC\u06BA \u06A9\u06CC\u0627 \u06AF\u06CC\u0627\u06D4",kikuDeleteDbError:"\u0688\u06CC\u0679\u0627 \u0628\u06CC\u0633 \u06A9\u06CC \u062E\u0631\u0627\u0628\u06CC \u06A9\u06CC \u0648\u062C\u06C1 \u0633\u06D2 \u062D\u0630\u0641 \u06A9\u0631\u0646\u06D2 \u0645\u06CC\u06BA \u0646\u0627\u06A9\u0627\u0645\u06CC\u06D4",kikuDeleteDone:"\u0622\u067E \u06A9\u06CC \u0645\u062D\u0641\u0648\u0638 \u06A9\u0631\u062F\u06C1 \u0627\u0634\u06CC\u0627\u0621 \u0633\u06D2 \u06C1\u0679\u0627 \u062F\u06CC\u0627 \u06AF\u06CC\u0627\u06D4",kikuDeleteNoContext:"\u062D\u0630\u0641 \u06A9\u0631\u0646\u06D2 \u06A9\u06D2 \u0644\u06CC\u06D2 \u0635\u0641\u062D\u06D2 \u06A9\u0627 \u0633\u06CC\u0627\u0642 \u0648 \u0633\u0628\u0627\u0642 \u0641\u0631\u0627\u06C1\u0645 \u0646\u06C1\u06CC\u06BA \u06A9\u06CC\u0627 \u06AF\u06CC\u0627\u06D4",kikuMemoryIntro:"\u0633\u0627\u0626\u0679\u0633 \u0628\u06BE\u0631 \u0645\u06CC\u06BA \u0645\u062D\u0641\u0648\u0638 \u06A9\u0631\u062F\u06C1 \u062A\u0645\u0627\u0645 \u0686\u06CC\u0632\u06CC\u06BA \u0622\u067E \u06A9\u06CC \u0646\u062C\u06CC \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0645\u06CC\u06BA \u06C1\u06CC\u06BA\u06D4 \u0627\u067E\u0646\u06CC \u062E\u0641\u06CC\u06C1 \u06A9\u0644\u06CC\u062F \u0633\u06D2 \u06A9\u06BE\u0648\u0644\u06CC\u06BA:",kikuMintNeeded:"\u0633\u0627\u0626\u0679\u0633 \u067E\u0631 \u0686\u06CC\u0632\u06CC\u06BA \u0645\u062D\u0641\u0648\u0638 \u06A9\u0631\u0646\u06D2 \u06A9\u06D2 \u0644\u06CC\u06D2 \u0622\u067E \u06A9\u0648 kiku \u06A9\u06CC \u0636\u0631\u0648\u0631\u062A \u06C1\u06D2 \u2014 \u0645\u06CC\u06BA \u0622\u067E \u06A9\u06D2 \u0644\u06CC\u06D2 \u0627\u06CC\u06A9 \u06A9\u0644\u06CC\u062F \u0628\u0646\u0627\u0624\u06BA \u06AF\u0627\u06D4 \u06CC\u06C1 \u0635\u0631\u0641 \u0627\u06CC\u06A9 \u0628\u0627\u0631 \u062F\u06A9\u06BE\u0627\u0626\u06CC \u062C\u0627\u062A\u06CC \u06C1\u06D2\u060C \u0627\u0633\u06D2 \u0645\u062D\u0641\u0648\u0638 \u0631\u06A9\u06BE\u06CC\u06BA\u06D4",kikuMintOffer:"\u0645\u06CC\u06BA \u0627\u0633\u06D2 \u0622\u067E \u06A9\u06D2 \u0644\u06CC\u06D2 \u0645\u062D\u0641\u0648\u0638 \u0631\u06A9\u06BE \u0633\u06A9\u062A\u0627 \u06C1\u0648\u06BA \u2014 \u0645\u06CC\u06BA \u0622\u067E \u06A9\u06D2 \u0644\u06CC\u06D2 \u0627\u06CC\u06A9 kiku \u06A9\u0644\u06CC\u062F \u0628\u0646\u0627\u0624\u06BA \u06AF\u0627\u06D4 \u06CC\u06C1 \u0635\u0631\u0641 \u0627\u06CC\u06A9 \u0628\u0627\u0631 \u062F\u06A9\u06BE\u0627\u0626\u06CC \u062C\u0627\u062A\u06CC \u06C1\u06D2\u06D4",kikuNeedKeyToUpdate:"\u0627\u067E\u0646\u06CC kiku \u06A9\u0644\u06CC\u062F \u062F\u0631\u062C \u06A9\u0631\u06CC\u06BA \u062A\u0627\u06A9\u06C1 \u0645\u06CC\u06BA \u0622\u067E \u06A9\u06CC \u0645\u062D\u0641\u0648\u0638 \u06A9\u0631\u062F\u06C1 \u0627\u0634\u06CC\u0627\u0621 \u062A\u0644\u0627\u0634 \u0627\u0648\u0631 \u0627\u067E \u0688\u06CC\u0679 \u06A9\u0631 \u0633\u06A9\u0648\u06BA\u06D4",micDenied:"\u0645\u0627\u0626\u06CC\u06A9\u0631\u0648\u0641\u0648\u0646 \u0628\u0644\u0627\u06A9 \u06C1\u06D2\u06D4 \u0627\u0633 \u0633\u0627\u0626\u0679 \u06A9\u06D2 \u0644\u06CC\u06D2 \u0645\u0627\u0626\u06CC\u06A9 \u06A9\u06CC \u0627\u062C\u0627\u0632\u062A \u062F\u06CC\u06BA \u0627\u0648\u0631 \u062F\u0648\u0628\u0627\u0631\u06C1 \u06A9\u0648\u0634\u0634 \u06A9\u0631\u06CC\u06BA\u06D4",micFailed:"\u0622\u0648\u0627\u0632 \u0633\u0646\u0627\u0626\u06CC \u0646\u06C1\u06CC\u06BA \u062F\u06CC\u06D4 \u062F\u0648\u0628\u0627\u0631\u06C1 \u06A9\u0648\u0634\u0634 \u06A9\u0631\u06CC\u06BA\u06D4",micInsecure:"\u0622\u0648\u0627\u0632 \u06A9\u06D2 \u0644\u06CC\u06D2 \u0645\u062D\u0641\u0648\u0638 (https) \u06A9\u0646\u06A9\u0634\u0646 \u062F\u0631\u06A9\u0627\u0631 \u06C1\u06D2\u06D4",micLangUnsupported:"\u06CC\u06C1 \u0628\u0631\u0627\u0624\u0632\u0631 \u0627\u0628\u06BE\u06CC \u0627\u0633 \u0632\u0628\u0627\u0646 \u06A9\u0648 \u0646\u06C1\u06CC\u06BA \u0633\u0645\u062C\u06BE \u0633\u06A9\u062A\u0627\u06D4 \u0628\u0631\u0627\u06C1 \u06A9\u0631\u0645 \u0679\u0627\u0626\u067E \u06A9\u0631\u06CC\u06BA\u06D4",micMissing:"\u06A9\u0648\u0626\u06CC \u0645\u0627\u0626\u06CC\u06A9\u0631\u0648\u0641\u0648\u0646 \u0646\u06C1\u06CC\u06BA \u0645\u0644\u0627\u06D4",micNetwork:"\u0622\u0648\u0627\u0632 \u06A9\u06D2 \u0644\u06CC\u06D2 \u0627\u0646\u0679\u0631\u0646\u06CC\u0679 \u06A9\u0646\u06A9\u0634\u0646 \u062F\u0631\u06A9\u0627\u0631 \u06C1\u06D2\u06D4 \u0627\u067E\u0646\u0627 \u06A9\u0646\u06A9\u0634\u0646 \u0686\u06CC\u06A9 \u06A9\u0631\u06CC\u06BA \u0627\u0648\u0631 \u062F\u0648\u0628\u0627\u0631\u06C1 \u06A9\u0648\u0634\u0634 \u06A9\u0631\u06CC\u06BA\u06D4",micNoSpeech:"\u06A9\u0686\u06BE \u0633\u0646\u0627\u0626\u06CC \u0646\u06C1\u06CC\u06BA \u062F\u06CC\u0627\u06D4 \u0645\u0627\u0626\u06CC\u06A9 \u06A9\u06D2 \u0642\u0631\u06CC\u0628 \u0622 \u06A9\u0631 \u062F\u0648\u0628\u0627\u0631\u06C1 \u0628\u0648\u0644\u06CC\u06BA\u06D4",namePlaceholder:"\u0627\u067E\u0646\u0627 \u0646\u0627\u0645 \u0644\u06A9\u06BE\u06CC\u06BA\u2026",nameStepAsk:"\u0645\u06CC\u06BA \u0622\u067E \u06A9\u0648 \u06A9\u0633 \u0646\u0627\u0645 \u0633\u06D2 \u067E\u06A9\u0627\u0631\u0648\u06BA\u061F",nameStepLead:"\u0645\u06CC\u06BA \u0622\u067E \u06A9\u06D2 \u0644\u06CC\u06D2 \u0627\u0633 \u0633\u0627\u0626\u0679 \u06CC\u0627 \u06A9\u0633\u06CC \u062F\u0648\u0633\u0631\u06CC \u0633\u0627\u0626\u0679 \u067E\u0631 \u06A9\u0686\u06BE \u0628\u06BE\u06CC \u062A\u0644\u0627\u0634\u060C \u062A\u0635\u0648\u0631 \u06CC\u0627 \u0645\u062D\u0641\u0648\u0638 \u06A9\u0631 \u0633\u06A9\u062A\u0627 \u06C1\u0648\u06BA\u06D4",nameStepTitle:"\u0622\u067E \u0633\u06D2 \u0645\u0644 \u06A9\u0631 \u062E\u0648\u0634\u06CC \u06C1\u0648\u0626\u06CC\u06D4",namesAsWritten:"\u0646\u0627\u0645 \u0627\u0648\u0631 \u062A\u0641\u0635\u06CC\u0644\u0627\u062A \u0628\u0627\u0644\u06A9\u0644 \u0648\u06CC\u0633\u06D2 \u062C\u06CC\u0633\u06D2 \u0633\u0627\u0626\u0679 \u067E\u0631 \u062F\u0631\u062C \u06C1\u06CC\u06BA\u06D4",pillCompareTop2:"\u0628\u06C1\u062A\u0631\u06CC\u0646 2 \u06A9\u0627 \u0645\u0648\u0627\u0632\u0646\u06C1 \u06A9\u0631\u06CC\u06BA",pillCompareTop2Query:"{a} \u0627\u0648\u0631 {b} \u06A9\u0627 \u0645\u0648\u0627\u0632\u0646\u06C1 \u06A9\u0631\u06CC\u06BA",pillFindAlternatives:"\u0645\u062A\u0628\u0627\u062F\u0644 \u062A\u0644\u0627\u0634 \u06A9\u0631\u06CC\u06BA",pillFindAlternativesQuery:"{name} \u06A9\u06D2 \u0627\u0686\u06BE\u06D2 \u0645\u062A\u0628\u0627\u062F\u0644 \u06A9\u06CC\u0627 \u06C1\u06CC\u06BA\u061F",pillMoreOn:"{name} \u06A9\u06D2 \u0628\u0627\u0631\u06D2 \u0645\u06CC\u06BA \u0645\u0632\u06CC\u062F",pillMoreOnQuery:"\u0645\u062C\u06BE\u06D2 {name} \u06A9\u06D2 \u0628\u0627\u0631\u06D2 \u0645\u06CC\u06BA \u0645\u0632\u06CC\u062F \u0628\u062A\u0627\u0626\u06CC\u06BA",pillRecommend:"\u06A9\u0686\u06BE \u062A\u062C\u0648\u06CC\u0632 \u06A9\u0631\u06CC\u06BA",pillRecommendQuery:"\u0622\u067E \u0645\u06CC\u0631\u06D2 \u0644\u06CC\u06D2 \u06A9\u06CC\u0627 \u062A\u062C\u0648\u06CC\u0632 \u06A9\u0631\u062A\u06D2 \u06C1\u06CC\u06BA\u061F",pillShowPopular:"\u0645\u0642\u0628\u0648\u0644 \u0627\u0634\u06CC\u0627\u0621 \u062F\u06A9\u06BE\u0627\u0626\u06CC\u06BA",pillShowPopularQuery:"\u0622\u067E \u06A9\u06CC \u0633\u0628 \u0633\u06D2 \u0645\u0642\u0628\u0648\u0644 \u0627\u0634\u06CC\u0627\u0621 \u06A9\u0648\u0646 \u0633\u06CC \u06C1\u06CC\u06BA\u061F",pillSimilarOptions:"\u0645\u0644\u062A\u06D2 \u062C\u0644\u062A\u06D2 \u0627\u062E\u062A\u06CC\u0627\u0631\u0627\u062A",pillSimilarOptionsQuery:"\u0645\u062C\u06BE\u06D2 {name} \u062C\u06CC\u0633\u06CC \u0645\u0632\u06CC\u062F \u0686\u06CC\u0632\u06CC\u06BA \u062F\u06A9\u06BE\u0627\u0626\u06CC\u06BA",pillUnder:"{amount} \u0633\u06D2 \u06A9\u0645",pillUnderQuery:"{amount} \u0633\u06D2 \u06A9\u0645 \u0642\u06CC\u0645\u062A \u0648\u0627\u0644\u06D2 \u0627\u062E\u062A\u06CC\u0627\u0631\u0627\u062A \u062F\u06A9\u06BE\u0627\u0626\u06CC\u06BA",pillWhichBest:"\u06A9\u0648\u0646 \u0633\u0627 \u0628\u06C1\u062A\u0631\u06CC\u0646 \u06C1\u06D2\u061F",pillWhichBestQuery:"\u0622\u067E \u06A9\u0648\u0646 \u0633\u0627 \u062A\u062C\u0648\u06CC\u0632 \u06A9\u0631\u06CC\u06BA \u06AF\u06D2 \u0627\u0648\u0631 \u06A9\u06CC\u0648\u06BA\u061F",replyingOriginal:"\u0645\u06CC\u06BA {lang} \u0645\u06CC\u06BA \u062C\u0648\u0627\u0628 \u062F\u06D2 \u0631\u06C1\u0627 \u06C1\u0648\u06BA\u060C \u0646\u062A\u0627\u0626\u062C \u0633\u0627\u0626\u0679 \u06A9\u06D2 \u0645\u0637\u0627\u0628\u0642 \u06C1\u06CC\u06BA\u06D4 \u0645\u062C\u06BE \u0633\u06D2 \u06A9\u0686\u06BE \u0628\u06BE\u06CC \u067E\u0648\u0686\u06BE\u06CC\u06BA\u06D4",replyingTranslated:"\u0645\u06CC\u06BA {lang} \u0645\u06CC\u06BA \u062C\u0648\u0627\u0628 \u062F\u06D2 \u0631\u06C1\u0627 \u06C1\u0648\u06BA\u060C \u0646\u062A\u0627\u0626\u062C \u06A9\u0627 \u062A\u0631\u062C\u0645\u06C1 \u0628\u06BE\u06CC \u06A9\u06CC\u0627 \u06AF\u06CC\u0627 \u06C1\u06D2\u06D4 \u0645\u062C\u06BE \u0633\u06D2 \u06A9\u0686\u06BE \u0628\u06BE\u06CC \u067E\u0648\u0686\u06BE\u06CC\u06BA\u06D4",statusSent:"\u0628\u06BE\u06CC\u062C \u062F\u06CC\u0627 \u06AF\u06CC\u0627",statusStopped:"\u0628\u06BE\u06CC\u062C \u062F\u06CC\u0627 \u06AF\u06CC\u0627 \xB7 \u062C\u0648\u0627\u0628 \u0631\u0648\u06A9 \u062F\u06CC\u0627 \u06AF\u06CC\u0627",thinking:"\u0633\u0648\u0686 \u0631\u06C1\u0627 \u06C1\u06D2",thoughtForSeconds:"{duration} \u062A\u06A9 \u0633\u0648\u0686\u0627",thoughtProcess:"\u0633\u0648\u0686\u0646\u06D2 \u06A9\u0627 \u0639\u0645\u0644",vizDisclaimerImage:"\u0645\u0635\u0646\u0648\u0639\u06CC \u0630\u06C1\u0627\u0646\u062A \u0633\u06D2 \u062A\u06CC\u0627\u0631 \u06A9\u0631\u062F\u06C1 \u2014 \u0627\u0635\u0644 \u067E\u0631\u0648\u0688\u06A9\u0679 \u0633\u06D2 \u0631\u0646\u06AF\u060C \u0633\u0627\u0626\u0632 \u0627\u0648\u0631 \u062C\u06AF\u06C1 \u0645\u062E\u062A\u0644\u0641 \u06C1\u0648 \u0633\u06A9\u062A\u06CC \u06C1\u06D2\u06D4",vizDisclaimerVideo:"\u0645\u0635\u0646\u0648\u0639\u06CC \u0630\u06C1\u0627\u0646\u062A \u0633\u06D2 \u062A\u06CC\u0627\u0631 \u06A9\u0631\u062F\u06C1 \u2014 \u0627\u0635\u0644 \u067E\u0631\u0648\u0688\u06A9\u0679 \u0633\u06D2 \u0631\u0646\u06AF\u060C \u0633\u0627\u0626\u0632 \u0627\u0648\u0631 \u062D\u0631\u06A9\u062A \u0645\u062E\u062A\u0644\u0641 \u06C1\u0648 \u0633\u06A9\u062A\u06CC \u06C1\u06D2\u06D4",vizUnavailable:"\u067E\u06CC\u0634 \u0646\u0638\u0627\u0631\u06C1 \u0644\u0648\u0688 \u0646\u06C1\u06CC\u06BA \u06C1\u0648 \u0633\u06A9\u0627\u06D4",voiceHint:"\u0628\u0633 \u0628\u0627\u062A \u06A9\u0631\u06CC\u06BA \u2014 \u062C\u0628 \u0622\u067E \u0631\u06A9\u06CC\u06BA \u06AF\u06D2 \u062A\u0648 \u0645\u06CC\u06BA \u062C\u0648\u0627\u0628 \u062F\u0648\u06BA \u06AF\u0627\u06D4",voiceListening:"\u0633\u0646 \u0631\u06C1\u0627 \u06C1\u06D2\u2026 \u0631\u0648\u06A9\u0646\u06D2 \u06A9\u06D2 \u0644\u06CC\u06D2 \u0645\u0627\u0626\u06CC\u06A9 \u067E\u0631 \u0679\u06CC\u067E \u06A9\u0631\u06CC\u06BA",voiceModeExit:"\u06C1\u06CC\u0646\u0688\u0632 \u0641\u0631\u06CC \u0633\u06D2 \u0646\u06A9\u0644\u06CC\u06BA",voiceModeStart:"\u06C1\u06CC\u0646\u0688\u0632 \u0641\u0631\u06CC \u06AF\u0641\u062A\u06AF\u0648",voiceMuted:"\u062E\u0627\u0645\u0648\u0634 (\u0645\u06CC\u0648\u0679)",voiceMutedHint:"\u062F\u0648\u0628\u0627\u0631\u06C1 \u0628\u0648\u0644\u0646\u06D2 \u06A9\u06D2 \u0644\u06CC\u06D2 \u0645\u0627\u0626\u06CC\u06A9\u0631\u0648\u0641\u0648\u0646 \u067E\u0631 \u0679\u06CC\u067E \u06A9\u0631\u06CC\u06BA\u06D4",voicePhaseListening:"\u0633\u0646 \u0631\u06C1\u0627 \u06C1\u06D2",voicePhaseSpeaking:"\u0628\u0648\u0644 \u0631\u06C1\u0627 \u06C1\u06D2",voicePhaseThinking:"\u0633\u0648\u0686 \u0631\u06C1\u0627 \u06C1\u06D2",voiceSending:"\u0633\u0645\u062C\u06BE \u06AF\u06CC\u0627 \u2014 \u0628\u06BE\u06CC\u062C \u0631\u06C1\u0627 \u06C1\u06D2\u2026",termsStepTitle:"\u0631\u0627\u0632\u062F\u0627\u0631\u06CC \u0627\u0648\u0631 \u0627\u0633\u062A\u0639\u0645\u0627\u0644 \u06A9\u06CC \u0634\u0631\u0627\u0626\u0637",termsStepSubtitle:"\u0634\u0641\u0627\u0641\u060C \u06AF\u0645\u0646\u0627\u0645\u060C \u0627\u0648\u0631 \u0628\u063A\u06CC\u0631 \u06A9\u0633\u06CC \u0630\u0627\u062A\u06CC \u0634\u0646\u0627\u062E\u062A\u06CC \u0688\u06CC\u0679\u0627 \u06A9\u06D2\u06D4",termsPiiTitle:"\u06A9\u0648\u0626\u06CC \u0630\u0627\u062A\u06CC \u0634\u0646\u0627\u062E\u062A\u06CC \u0688\u06CC\u0679\u0627 \u0627\u06A9\u0679\u06BE\u0627 \u0646\u06C1\u06CC\u06BA \u06A9\u06CC\u0627 \u062C\u0627\u062A\u0627",termsPiiDesc:"\u06C1\u0645 \u0622\u067E \u06A9\u06CC \u0686\u06CC\u0679\u0633 \u06CC\u0627 \u0635\u0648\u062A\u06CC \u06AF\u0641\u062A\u06AF\u0648 \u0633\u06D2 \u06A9\u0628\u06BE\u06CC \u0628\u06BE\u06CC \u06A9\u0648\u0626\u06CC \u0630\u0627\u062A\u06CC \u0634\u0646\u0627\u062E\u062A\u06CC \u0645\u0639\u0644\u0648\u0645\u0627\u062A (\u06A9\u0648\u0626\u06CC \u0627\u06CC \u0645\u06CC\u0644\u060C \u0641\u0648\u0646 \u0646\u0645\u0628\u0631\u060C \u06CC\u0627 \u062D\u0642\u06CC\u0642\u06CC \u0646\u0627\u0645) \u0627\u06A9\u0679\u06BE\u0627 \u06CC\u0627 \u0645\u062D\u0641\u0648\u0638 \u0646\u06C1\u06CC\u06BA \u06A9\u0631\u062A\u06D2\u06D4",termsSessionTitle:"\u06AF\u0645\u0646\u0627\u0645 \u0633\u06CC\u0634\u0646 \u0679\u0648\u06A9\u0646\u0632",termsSessionDesc:"\u0622\u067E \u06A9\u0627 \u0633\u06CC\u0634\u0646 \u0635\u0631\u0641 \u0633\u06CC\u0627\u0642 \u0648 \u0633\u0628\u0627\u0642 \u0628\u0631\u0642\u0631\u0627\u0631 \u0631\u06A9\u06BE\u0646\u06D2 \u06A9\u06D2 \u0644\u06CC\u06D2 \u0627\u06CC\u06A9 \u06AF\u0645\u0646\u0627\u0645 \u0679\u0648\u06A9\u0646 \u0627\u0633\u062A\u0639\u0645\u0627\u0644 \u06A9\u0631\u062A\u0627 \u06C1\u06D2\u06D4 \u06CC\u06C1 \u06A9\u0628\u06BE\u06CC \u0628\u06BE\u06CC \u0622\u067E \u06A9\u06CC \u062D\u0642\u06CC\u0642\u06CC \u0634\u0646\u0627\u062E\u062A \u0633\u06D2 \u0646\u06C1\u06CC\u06BA \u062C\u0691\u062A\u0627\u06D4",termsMemoryTitle:"\u0639\u0627\u0631\u0636\u06CC \u0686\u06CC\u0679\u0633 \u0628\u0645\u0642\u0627\u0628\u0644\u06C1 \u0645\u06CC\u0645\u06CC \u0648\u0627\u0644\u0679",termsMemoryDesc:'\u0639\u0627\u0645 \u0686\u06CC\u0679\u0633 \u0639\u0627\u0631\u0636\u06CC \u06C1\u06CC\u06BA \u2014 \u0679\u06CC\u0628 \u0628\u0646\u062F \u06A9\u0631\u0646\u06D2 \u06CC\u0627 \u0686\u06CC\u0679 \u0635\u0627\u0641 \u06A9\u0631\u0646\u06D2 \u0633\u06D2 \u0648\u06C1 \u06C1\u0645\u06CC\u0634\u06C1 \u06A9\u06D2 \u0644\u06CC\u06D2 \u062E\u062A\u0645 \u06C1\u0648 \u062C\u0627\u062A\u06CC \u06C1\u06CC\u06BA\u06D4 \u0648\u06C1 \u0686\u06CC\u0632\u06CC\u06BA \u062C\u0648 \u0622\u067E "@kiku" \u0633\u06D2 \u0645\u062D\u0641\u0648\u0638 \u06A9\u0631\u062A\u06D2 \u06C1\u06CC\u06BA \u0627\u0646\u06A9\u0631\u067E\u0679\u0688 \u06C1\u0648\u062A\u06CC \u06C1\u06CC\u06BA \u0627\u0648\u0631 \u0627\u0646\u06C1\u06CC\u06BA \u0627\u067E\u0646\u06CC \u062E\u0641\u06CC\u06C1 \u06A9\u0644\u06CC\u062F \u06A9\u06D2 \u0630\u0631\u06CC\u0639\u06D2 mimi.akropolys.cloud \u067E\u0631 \u06A9\u06BE\u0648\u0644\u0627 \u062C\u0627 \u0633\u06A9\u062A\u0627 \u06C1\u06D2\u06D4',termsCookieTitle:"\u0645\u06CC\u0632\u0628\u0627\u0646 \u0648\u06CC\u0628 \u0633\u0627\u0626\u0679 \u0679\u06CC\u0644\u06CC \u0645\u06CC\u0679\u0631\u06CC",termsCookieDesc:"\u062C\u0633 \u0648\u06CC\u0628 \u0633\u0627\u0626\u0679 \u067E\u0631 kiku \u0634\u0627\u0645\u0644 \u06C1\u06D2 \u0648\u06C1 \u0627\u067E\u0646\u06CC \u06A9\u0648\u06A9\u06CC \u067E\u0627\u0644\u06CC\u0633\u06CC \u06A9\u06D2 \u062A\u062D\u062A \u06A9\u0648\u06A9\u06CC\u0632 \u0627\u0648\u0631 \u0627\u06CC\u0646\u0627\u0644\u06CC\u0679\u06A9\u0633 \u062C\u0645\u0639 \u06A9\u0631 \u0633\u06A9\u062A\u06CC \u06C1\u06D2\u060C \u062C\u0648 kiku \u06A9\u06D2 \u06A9\u0646\u0679\u0631\u0648\u0644 \u0633\u06D2 \u0628\u0627\u06C1\u0631 \u06C1\u06D2\u06D4",termsAgreeButton:"\u0645\u062A\u0641\u0642 \u06C1\u0648\u06BA \u0627\u0648\u0631 \u062C\u0627\u0631\u06CC \u0631\u06A9\u06BE\u06CC\u06BA",termsAgreeCounting:"\u0645\u062A\u0641\u0642 \u06C1\u0648\u06BA \u0627\u0648\u0631 \u062C\u0627\u0631\u06CC \u0631\u06A9\u06BE\u06CC\u06BA ({seconds}s)",termsPlaceholder:"\u0628\u0631\u0627\u0626\u06D2 \u0645\u06C1\u0631\u0628\u0627\u0646\u06CC \u0627\u0648\u067E\u0631 \u062F\u06CC \u06AF\u0626\u06CC \u0631\u0627\u0632\u062F\u0627\u0631\u06CC \u0627\u0648\u0631 \u0634\u0631\u0627\u0626\u0637 \u06A9\u0627 \u062C\u0627\u0626\u0632\u06C1 \u0644\u06CC\u06BA \u0627\u0648\u0631 \u0642\u0628\u0648\u0644 \u06A9\u0631\u06CC\u06BA\u2026",whatHaveYouSaved:"\u0622\u067E \u0646\u06D2 \u06A9\u06CC\u0627 \u0645\u062D\u0641\u0648\u0638 \u06A9\u06CC\u0627 \u06C1\u06D2\u061F"}};var mn=require("react/jsx-runtime");function Ya(e){if(!e)return null;let a=e.trim().toLowerCase(),r={english:"english",en:"english",swahili:"swahili",kiswahili:"swahili",sw:"swahili",french:"french",fran\u00E7ais:"french",francais:"french",fr:"french",spanish:"spanish",espa\u00F1ol:"spanish",espanol:"spanish",es:"spanish",arabic:"arabic",\u0627\u0644\u0639\u0631\u0628\u064A\u0629:"arabic",ar:"arabic",portuguese:"portuguese",portugu\u00EAs:"portuguese",pt:"portuguese",hindi:"hindi",\u0939\u093F\u0928\u094D\u0926\u0940:"hindi",hi:"hindi",chinese:"chinese",\u4E2D\u6587:"chinese",zh:"chinese",japanese:"japanese",\u65E5\u672C\u8A9E:"japanese",ja:"japanese",urdu:"urdu",\u0627\u0631\u062F\u0648:"urdu",ur:"urdu"}[a];return!r||!(r in un)?null:{strings:un[r],dir:r==="arabic"||r==="urdu"?"rtl":"ltr",bcp47:r==="arabic"?"ar":r==="hindi"?"hi":r==="chinese"?"zh":r==="japanese"?"ja":r==="urdu"?"ur":r==="swahili"?"sw":r==="french"?"fr":r==="spanish"?"es":r==="portuguese"?"pt":"en"}}function Ac(e){let a=/var\(\s*(--[\w-]+)/.exec(e)?.[1];if(!a||typeof document>"u")return"";for(let t of[document.documentElement,document.body]){let r=t?getComputedStyle(t).getPropertyValue(a).trim():"";if(r)return r.split(",")[0].trim()}return""}function Wo({shopperLanguage:e,theme:a}){let t=(0,Ko.useAkropolysContext)(),[r,n]=(0,De.useState)(()=>Ya(e)?.strings||{}),[i,c]=(0,De.useState)(!0),[s,o]=(0,De.useState)(()=>!e||!!Ya(e)),d=e?`akropolys_ui_dir_${e.toLowerCase()}`:"",[p,h]=(0,De.useState)(()=>{let M=Ya(e);if(M)return M.dir==="rtl";if(Oa(e)?.rtl)return!0;if(typeof window>"u"||!d)return!1;try{return localStorage.getItem(d)==="rtl"}catch{return!1}}),[u,l]=(0,De.useState)(()=>Ya(e)?.bcp47||""),[k,v]=(0,De.useState)(null),[y,x]=(0,De.useState)(null);(0,De.useEffect)(()=>{if(!e){l(""),v(null),n({}),o(!0),h(!1);return}let M=Ya(e),U=Oa(e);M?(n(M.strings),h(M.dir==="rtl"),l(M.bcp47),o(!0)):(U?.rtl&&h(!0),o(!1));let j=!1;return(async()=>{try{let E=await t.getUIStrings?.(e,aa);if(!j&&E?.complete){c(E.curated!==!1),n(Y=>({...M?.strings||{},...E.strings})),h(E.dir==="rtl"),l(E.bcp47||M?.bcp47||"");try{localStorage.setItem(d,E.dir)}catch{}E.font&&io(E.font,250),v(E.font??null)}}catch{}j||o(!0)})(),()=>{j=!0}},[e,d,t]),(0,De.useEffect)(()=>{let M=!1;return(async()=>{try{let U=await Qr(t);!M&&U&&x(U)}catch{}})(),()=>{M=!0}},[t]),Jr(k),Jr(y);let C=De.default.useMemo(()=>{let U=(typeof a=="object"&&a?.fontFamily?a.fontFamily:"").split(",")[0].trim(),j=/^var\(/i.test(U),E=U.replace(/^['"]|['"]$/g,""),Y=j?Ac(U):"",D=j?Y?`${Y}, `:"":E?`"${E}", `:"";if(k)return`${D}"Geist", "${k.family}", system-ui, sans-serif`;let B=e?e.trim().toLowerCase():"";if(B==="japanese"||B==="ja"||B==="\u65E5\u672C\u8A9E")return`${D}"Geist", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", system-ui, sans-serif`;if(B==="chinese"||B==="zh"||B==="\u4E2D\u6587")return`${D}"Geist", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", system-ui, sans-serif`;if(B==="urdu"||B==="ur"||B==="\u0627\u0631\u062F\u0648")return`${D}"Noto Nastaliq Urdu", "IBM Plex Sans Arabic", "Geist", system-ui, sans-serif`;if(B==="arabic"||B==="ar"||B==="\u0627\u0644\u0639\u0631\u0628\u064A\u0629")return`${D}"IBM Plex Sans Arabic", "Geist", system-ui, sans-serif`;if(B==="hindi"||B==="hi"||B==="\u0939\u093F\u0928\u094D\u0926\u0940")return`${D}"Hind", "Geist", system-ui, sans-serif`},[k,e,typeof a=="object"&&a?a.fontFamily:void 0]),I=De.default.useMemo(()=>{let M=0,U=0;for(let j of Object.values(r))for(let E of j){let Y=E.codePointAt(0)??0;Y<192||/\p{L}/u.test(E)&&(Y<=591?M++:U++)}return U>M},[r]),[g,w]=(0,De.useState)(0);(0,De.useEffect)(()=>{if(typeof document>"u"||!document.fonts?.ready)return;let M=!0;return document.fonts.ready.then(()=>{M&&w(U=>U+1)}),()=>{M=!1}},[k]);let N=De.default.useMemo(()=>{if(!I||typeof document>"u")return!0;let U=(typeof a=="object"&&a?.fontFamily?a.fontFamily:"").split(",")[0].trim();if(!U)return!1;let j="";for(let Y of Object.values(r))if(Y){j=Y;break}if(!j)return!0;let E=j.replace(/\s+/g,"");if(!E)return!0;try{let D=document.createElement("canvas").getContext("2d");if(!D)return!0;let B=U.startsWith("var(")&&getComputedStyle(document.documentElement).getPropertyValue(U.slice(4,-1).trim()).trim()||U;D.font=`16px ${B}, __akropolys_nonexistent_font__`;let te=D.measureText(E).width;D.font="16px __akropolys_nonexistent_font__";let z=D.measureText(E).width;return Math.abs(te-z)>1}catch{return!0}},[I,r,typeof a=="object"&&a?a.fontFamily:void 0,g]),S=(0,De.useCallback)((M,U)=>{let j=r[M]||aa[M]||M;if(U)for(let[E,Y]of Object.entries(U))j=j.split(`{${E}}`).join(Y);return j},[r]),X=(0,De.useCallback)((M,U)=>(r[M]||aa[M]||M).split(/(\{[a-zA-Z]+\})/g).map((E,Y)=>{let D=E.match(/^\{([a-zA-Z]+)\}$/);return D&&U[D[1]]!==void 0?(0,mn.jsx)("bdi",{children:U[D[1]]},Y):(0,mn.jsx)(De.default.Fragment,{children:E},Y)}),[r]);return{chromeStrings:r,chromeReady:s,chromeCurated:i,isRTL:p,speechLang:u,scriptFont:k,fontStack:C,isNonLatin:I,hostFontCovers:N,t:S,tNode:X}}var be=require("react");function Oo({messages:e,loading:a,messageRefs:t}){let r=(0,be.useRef)(null),n=(0,be.useRef)(0),[i,c]=(0,be.useState)(!1),[s,o]=(0,be.useState)(1),[d,p]=(0,be.useState)(0),h=(0,be.useRef)(()=>{}),u=(0,be.useRef)(null),l=(0,be.useRef)(!1),k=(0,be.useRef)(!0),[v,y]=(0,be.useState)(0),x=(0,be.useRef)(0),C=(0,be.useRef)(""),I=(0,be.useRef)(()=>{}),g=(0,be.useRef)(()=>{});(0,be.useEffect)(()=>{let m=r.current;if(!m)return;let F,G=()=>{clearTimeout(F),F=setTimeout(()=>{l.current=!1},150)},ie=()=>{clearTimeout(F),l.current=!0,I.current()},Z=()=>{l.current&&G()};return m.addEventListener("touchstart",ie,{passive:!0}),m.addEventListener("touchend",G,{passive:!0}),m.addEventListener("touchcancel",G,{passive:!0}),m.addEventListener("scroll",Z,{passive:!0}),()=>{clearTimeout(F),m.removeEventListener("touchstart",ie),m.removeEventListener("touchend",G),m.removeEventListener("touchcancel",G),m.removeEventListener("scroll",Z)}},[]),(0,be.useEffect)(()=>{let m=r.current;if(!m)return;let F=160,G=8,ie=0,Z=()=>{ie=0;let P=m.scrollHeight-m.scrollTop-m.clientHeight;P<=G&&(k.current||g.current(),k.current=!0,j.current()),c(P>F&&!k.current);let A=m.scrollHeight-m.clientHeight;o(A>8?Math.min(1,Math.max(0,m.scrollTop/A)):1);let f=m.scrollTop+m.clientHeight*.33,L=0;for(let ae=0;ae<t.current.length;ae++){let V=t.current[ae];V&&V.offsetTop-m.offsetTop<=f&&(L=ae)}p(L)},_=()=>{ie||(ie=requestAnimationFrame(Z))};Z(),m.addEventListener("scroll",_,{passive:!0});let R=new ResizeObserver(_);return R.observe(m),()=>{ie&&cancelAnimationFrame(ie),m.removeEventListener("scroll",_),R.disconnect()}},[e.length,t]);let w=(0,be.useCallback)(m=>{let F=`${m}:${x.current}`;C.current!==F&&(C.current=F,y(G=>G+1))},[]),[N,S]=(0,be.useState)(!1),X=(0,be.useRef)(!1),M=(0,be.useCallback)(()=>{X.current||(X.current=!0,S(!0))},[]),U=(0,be.useCallback)(()=>{X.current&&(X.current=!1,S(!1))},[]),j=(0,be.useRef)(()=>{});j.current=U;let[E,Y]=(0,be.useState)(!1),D=(0,be.useRef)(!1),B=(0,be.useRef)(0),te=(0,be.useCallback)(()=>{D.current=!1,Y(!1)},[]),z=(0,be.useCallback)(()=>{C.current="",te(),U()},[te,U]),W=(0,be.useCallback)(()=>{D.current&&(performance.now()-B.current<700||te())},[te]);I.current=W,g.current=z,(0,be.useEffect)(()=>{if(v===0)return;D.current=!0,B.current=performance.now(),Y(!0);let m=setTimeout(te,4200);return()=>clearTimeout(m)},[v,te]);let oe=(0,be.useCallback)(m=>{let F=r.current,G=t.current[m];if(!F||!G)return;let ie=G.offsetTop-F.offsetTop-Math.max(0,(F.clientHeight-G.clientHeight)/2),Z=Math.max(0,Math.min(F.scrollHeight-F.clientHeight,ie));u.current?u.current(Z):F.scrollTo({top:Z,behavior:"smooth"})},[t]),J=(0,be.useCallback)(()=>{let m=r.current;if(!m)return;k.current=!0,g.current();let F=m.scrollHeight-m.clientHeight;u.current?u.current(F):m.scrollTo({top:F,behavior:"smooth"})},[]);return(0,be.useEffect)(()=>{let m=r.current;if(!m)return;let F=requestAnimationFrame(()=>{let G=m.scrollTop;if(!k.current)M(),w(e.length);else if(!l.current){let ie=m.scrollHeight-m.clientHeight;if(u.current){u.current(ie);return}m.scrollTop=m.scrollHeight}m.scrollTop!==G&&h.current()});return()=>cancelAnimationFrame(F)},[e,a,t,w,M]),(0,be.useEffect)(()=>{let m=r.current;if(!m||typeof window<"u"&&window.matchMedia?.("(prefers-reduced-motion: reduce)").matches)return;let F=7,G=16,ie=1/(window.devicePixelRatio||1),Z=q=>Math.round(q/ie)*ie,_=m.scrollTop,R=m.scrollTop,P=m.scrollTop,A=0,f=null,L=q=>{q!==P&&(m.scrollTop=q,P=m.scrollTop)},ae=()=>{f!==null&&(cancelAnimationFrame(f),f=null),m.classList.remove("hsk-scrolling"),_=R=P=m.scrollTop};h.current=ae,u.current=q=>{Math.abs(m.scrollTop-P)>1&&(_=R=P=m.scrollTop);let se=Math.round(Math.max(0,Math.min(m.scrollHeight-m.clientHeight,q)));se!==_&&(_=se,f===null&&(A=performance.now(),f=requestAnimationFrame(V)))};let V=q=>{let se=Math.min((q-A)/1e3,.05);if(A=q,R+=(_-R)*(1-Math.exp(-F*se)),Math.abs(_-R)<ie){R=_,L(Math.round(_)),m.classList.remove("hsk-scrolling"),f=null;return}L(Z(R)),f=requestAnimationFrame(V)},Q=q=>{if(q.ctrlKey)return;Math.abs(m.scrollTop-P)>1&&(_=R=P=m.scrollTop),q.deltaY<0&&(k.current&&(x.current+=1),k.current=!1),I.current();let se=q.deltaMode===1?G:q.deltaMode===2?m.clientHeight:1,Ce=Math.max(0,m.scrollHeight-m.clientHeight),_e=Math.round(Math.max(0,Math.min(Ce,_+q.deltaY*se)));if(_e===_){Ce>0&&q.preventDefault();return}q.preventDefault(),_=_e,f===null&&(A=performance.now(),m.classList.add("hsk-scrolling"),f=requestAnimationFrame(V))},ee=m.scrollTop,ce=()=>{let q=Math.abs(m.scrollTop-P)>1;q&&(n.current=performance.now(),m.scrollTop<ee-1&&k.current&&(x.current+=1,k.current=!1)),ee=m.scrollTop,f!==null&&q&&(cancelAnimationFrame(f),f=null,m.classList.remove("hsk-scrolling"),_=R=P=m.scrollTop)};return m.addEventListener("wheel",Q,{passive:!1}),m.addEventListener("scroll",ce,{passive:!0}),()=>{m.removeEventListener("scroll",ce),m.removeEventListener("wheel",Q),f!==null&&cancelAnimationFrame(f),m.classList.remove("hsk-scrolling"),h.current=()=>{},u.current=null}},[]),{msgsContainerRef:r,lastExternalScrollRef:n,showJumpToBottom:i,scrollProgress:s,activeMsgIdx:d,jumpAlert:E,unreadBelow:N,jumpToMessage:oe,jumpToBottom:J,resetAlertArming:z}}var Ze=require("react"),Yo=require("@akropolys/sdk");function Go(e,a){let t=(0,Yo.useAkropolysContext)(),[r,n]=(0,Ze.useState)(""),[i,c]=(0,Ze.useState)("idle"),[s,o]=(0,Ze.useState)(null),[d,p]=(0,Ze.useState)(null),[h,u]=(0,Ze.useState)(null),[l,k]=(0,Ze.useState)(rn),[v,y]=(0,Ze.useState)(!1),x=(0,Ze.useCallback)(async(g,w)=>{try{await navigator.clipboard.writeText(g),u(w),setTimeout(()=>u(null),2e3)}catch{}},[]);(0,Ze.useEffect)(()=>{e&&e.type==="request_kiku_key"&&(c("prompt_key"),n(""))},[e]),(0,Ze.useEffect)(()=>{if(!s)return;k(rn);let g=setInterval(()=>{k(w=>w<=1?(clearInterval(g),o(null),p(null),0):w-1)},1e3);return()=>clearInterval(g)},[s]);let C=(0,Ze.useCallback)(async()=>{let g=r.trim();g&&(t.setKikuPub(g),n(""),c("idle"),await a())},[t,r,a]),I=(0,Ze.useCallback)(async()=>{if(!v){y(!0);try{let{secret:g,publicId:w}=await t.mintKikuKey();o(g),p(w),c("idle"),await a()}catch{}finally{y(!1)}}},[t,v,a]);return{keyInput:r,setKeyInput:n,keyPhase:i,setKeyPhase:c,mintedKey:s,setMintedKey:o,mintedPub:d,setMintedPub:p,copied:h,keyCountdown:l,minting:v,copyValue:x,handleUseExistingKey:C,handleCreateKey:I}}var Ga=require("react");function Qo({attachments:e,setAttachments:a,setInput:t,send:r,defaultCurrency:n,t:i}){let c=(0,Ga.useCallback)(p=>{let h=p.name||"",u=`@kiku ${i("displayCapture",{name:h}).trim()}`,l=h||"capture current page";t("");let k=e;a([]),r(l,u,k.length>0?k:void 0,"capture")},[e,r,a,t,i]),s=(0,Ga.useCallback)(p=>{let h=p.filter(k=>k.id).map(k=>({name:k.name||"",url:k.url||"",image:k.image||"",price:k.price?String(k.price):"",currency:k.currency||n})),u=p.map(k=>k.name).filter(Boolean).join(", "),l=`@kiku ${i("displayCaptureAll",{count:String(p.length)})}`;t(""),a([]),r(u||"capture all",l,void 0,"capture_all",h)},[n,r,a,t,i]),o=(0,Ga.useCallback)(()=>{let p=`@kiku ${i("displayViewHistory")}`;t(""),a([]),r("show my saved items",p,void 0,"view_history")},[r,a,t,i]),d=(0,Ga.useCallback)(()=>{let p=`@kiku ${i("displayDelete")}`;t(""),a([]),r("delete this",p,void 0,"delete")},[r,a,t,i]);return{handleKikuCapture:c,handleKikuCaptureAll:s,handleKikuViewHistory:o,handleKikuDelete:d}}var ct=require("react"),Zo=require("@akropolys/sdk");var me=require("react"),Xo=16e3,Lc=`
2
+ "use strict";var ys=Object.create;var cr=Object.defineProperty;var xs=Object.getOwnPropertyDescriptor;var ws=Object.getOwnPropertyNames;var Ss=Object.getPrototypeOf,Cs=Object.prototype.hasOwnProperty;var Ms=(e,a)=>{for(var t in a)cr(e,t,{get:a[t],enumerable:!0})},Bn=(e,a,t,r)=>{if(a&&typeof a=="object"||typeof a=="function")for(let n of ws(a))!Cs.call(e,n)&&n!==t&&cr(e,n,{get:()=>a[n],enumerable:!(r=xs(a,n))||r.enumerable});return e};var vt=(e,a,t)=>(t=e!=null?ys(Ss(e)):{},Bn(a||!e||!e.__esModule?cr(t,"default",{value:e,enumerable:!0}):t,e)),Ns=e=>Bn(cr({},"__esModule",{value:!0}),e);var Zc={};Ms(Zc,{ChatWidget:()=>Yr,KikuButton:()=>zr,KikuChat:()=>Yr,SearchBar:()=>Kn,Sparkle:()=>_i,VisualSearch:()=>mr,VoiceButton:()=>hr,initKiku:()=>Rn,normalizeShopifyProduct:()=>Pr,shopifyAddToCart:()=>Nn,shopifyGetCart:()=>Tn});module.exports=Ns(Zc);var At=require("react"),lr=require("@akropolys/sdk");function $n(e){var a,t,r="";if(typeof e=="string"||typeof e=="number")r+=e;else if(typeof e=="object")if(Array.isArray(e)){var n=e.length;for(a=0;a<n;a++)e[a]&&(t=$n(e[a]))&&(r&&(r+=" "),r+=t)}else for(t in e)e[t]&&(r&&(r+=" "),r+=t);return r}function jn(){for(var e,a,t=0,r="",n=arguments.length;t<n;t++)(e=arguments[t])&&(a=$n(e))&&(r&&(r+=" "),r+=a);return r}function ae(...e){return jn(e)}var ge=require("react/jsx-runtime"),Vn=()=>(0,ge.jsxs)("svg",{width:"15",height:"15",viewBox:"0 0 20 20",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",children:[(0,ge.jsx)("circle",{cx:"8.5",cy:"8.5",r:"5.5"}),(0,ge.jsx)("line",{x1:"13",y1:"13",x2:"18",y2:"18"})]});function Kn({placeholder:e="Search products\u2026",limit:a=10,debounceMs:t=150,onSelect:r,className:n,inputClassName:i,dropdownClassName:c,renderResult:s,theme:o,classNames:d={}}){let[p,h]=(0,At.useState)(""),[u,l]=(0,At.useState)(!1),{results:k,loading:v,search:x,clear:S}=(0,lr.useSearch)({debounceMs:t}),z=(0,lr.useAkropolysContext)(),L=(0,At.useRef)(null),f=(0,At.useRef)(!1);(0,At.useEffect)(()=>{if(f.current){f.current=!1;return}if(!p.trim()){S(),l(!1);return}l(!0),x(p,a)},[p]),(0,At.useEffect)(()=>{let T=U=>{L.current&&!L.current.contains(U.target)&&l(!1)};return document.addEventListener("mousedown",T),()=>document.removeEventListener("mousedown",T)},[]);let R=T=>{p.trim()&&z.api.searchVector(p,1,void 0,!0).catch(()=>{}),f.current=!0,l(!1),h(T.entity.title??T.entity.name??""),r?.(T)},N=()=>{p.trim()&&(z.api.searchVector(p,1,void 0,!0).catch(()=>{}),k.length>0&&R(k[0]))},C=u&&p.trim().length>0,G={...o?.primaryColor&&{"--hsk-primary":o.primaryColor},...o?.backgroundColor&&{"--hsk-bg":o.backgroundColor},...o?.textColor&&{"--hsk-text":o.textColor},...o?.fontFamily&&{"--hsk-font":o.fontFamily},...o?.borderRadius&&{"--hsk-border-radius":o.borderRadius}};return(0,ge.jsxs)("div",{className:ae("hsk-sb-wrap",d.root,n),ref:L,style:G,children:[(0,ge.jsx)("span",{className:"hsk-sb-icon",children:(0,ge.jsx)(Vn,{})}),(0,ge.jsx)("input",{className:ae("hsk-sb-input",d.input,i),type:"text",value:p,placeholder:e,onChange:T=>h(T.target.value),onFocus:()=>k.length>0&&p.trim()&&l(!0),onKeyDown:T=>{T.key==="Enter"&&N()},autoComplete:"off",spellCheck:!1}),C&&(0,ge.jsxs)("div",{className:ae("hsk-sb-drop",d.dropdown,c),style:{position:"absolute"},children:[v&&(0,ge.jsx)("div",{className:"hsk-sb-loading-bar"}),v&&k.length===0?(0,ge.jsxs)(ge.Fragment,{children:[(0,ge.jsxs)("div",{className:"hsk-sb-skeleton-row",children:[(0,ge.jsx)("span",{className:"hsk-sb-skeleton-icon"}),(0,ge.jsxs)("div",{className:"hsk-sb-row-body",children:[(0,ge.jsx)("div",{className:"hsk-sb-skeleton-text1"}),(0,ge.jsx)("div",{className:"hsk-sb-skeleton-text2"})]})]}),(0,ge.jsxs)("div",{className:"hsk-sb-skeleton-row",children:[(0,ge.jsx)("span",{className:"hsk-sb-skeleton-icon"}),(0,ge.jsxs)("div",{className:"hsk-sb-row-body",children:[(0,ge.jsx)("div",{className:"hsk-sb-skeleton-text1",style:{width:"45%"}}),(0,ge.jsx)("div",{className:"hsk-sb-skeleton-text2",style:{width:"25%"}})]})]})]}):(0,ge.jsxs)(ge.Fragment,{children:[k.length===0&&!v&&(0,ge.jsxs)("div",{className:"hsk-sb-empty",children:["No results for \u201C",p,"\u201D"]}),k.map((T,U)=>{if(s)return(0,ge.jsx)("div",{onClick:()=>R(T),className:"hsk-sb-fade",style:{animationDelay:`${U*18}ms`},children:s(T)},T.id);let q=T.entity.image??T.entity.thumbnail??T.entity.images?.[0];return(0,ge.jsxs)("div",{className:ae("hsk-sb-row hsk-sb-fade",d.row),style:{animationDelay:`${U*18}ms`},onClick:()=>R(T),children:[(0,ge.jsx)("span",{className:"hsk-sb-row-thumb",children:q?(0,ge.jsx)("img",{src:q,alt:"",loading:"lazy",onError:I=>{I.currentTarget.style.display="none"}}):(0,ge.jsx)(Vn,{})}),(0,ge.jsxs)("div",{className:"hsk-sb-row-body",children:[(0,ge.jsx)("div",{className:"hsk-sb-row-title",children:T.entity.title??T.entity.name}),(T.entity.category||T.entity.brand)&&(0,ge.jsx)("div",{className:"hsk-sb-row-sub",children:T.entity.category??T.entity.brand})]})]},T.id)})]})]})]})}var Qe=require("react"),va=require("@akropolys/sdk");var ea=vt(require("react")),xe=require("react/jsx-runtime"),Ts=/[ \t]{2,}/g,Rs=/ ([.,!?:;])/g,zs=/\(([ \t]+)/g,Ps=/([ \t]+)\)/g,As=/(\d+)\s+(MP|mAh|W|GB|MB|KHz|Hz|KSh|KES|USD|EUR)\b/gi,Ls=/(!\[[^\]]*\]\([^)]+\)|\[[^\]]+\]\([^)]+\)|\*\*[^*]+\*\*|`[^`]+`)/g,Is=/^!\[([^\]]*)\]\(([^)]+)\)$/,Es=/^\[([^\]]+)\]\(([^)]+)\)$/,Ds=/^(https?|data:image|blob):/i,Fs=/^(https?|mailto|tel):/i,_s=/memory|mimi/i,Hs=/mimi\.akropolys/i,Us=e=>e&&e.replace(Ts," ").replace(Rs,"$1").replace(zs,"(").replace(Ps,")").replace(As,"$1 $2"),Lt=(e,a)=>Us(e).split(Ls).map((n,i)=>{if(!n)return null;let c=`${a}-inline-${i}`;if(n.startsWith("`")&&n.endsWith("`"))return(0,xe.jsx)("code",{className:"hsk-markdown-code",children:n.slice(1,-1)},c);if(n.startsWith("**")&&n.endsWith("**"))return(0,xe.jsx)("strong",{children:Lt(n.slice(2,-2),c)},c);let s=n.match(Is);if(s){let d=s[1],p=s[2];return Ds.test(p)||p.startsWith("/")?(0,xe.jsx)("img",{src:p,alt:d||"Product image",className:"hsk-markdown-img",loading:"lazy",onError:u=>{u.target.style.display="none"}},c):null}let o=n.match(Es);if(o){let d=o[1],p=o[2];return _s.test(d)||Hs.test(p)?null:Fs.test(p)||p.startsWith("/")?(0,xe.jsx)("a",{href:p,target:"_blank",rel:"noopener noreferrer",className:"hsk-markdown-link",children:Lt(d,c)},c):(0,xe.jsx)("span",{children:Lt(d,c)},c)}return n});function Wn(e,a){let t=e.trim();return a?t.includes("|"):t.startsWith("|")}function On(e){let a=e.trim();return a.startsWith("|")&&(a=a.slice(1)),a.endsWith("|")&&(a=a.slice(0,-1)),a.split("|").map(t=>t.trim())}function qs({children:e}){let a=ea.default.useRef(null),[t,r]=ea.default.useState("none"),[n,i]=ea.default.useState(!1),c=ea.default.useRef({startX:0,scrollLeft:0,isDown:!1,hasMoved:!1}),s=ea.default.useCallback(()=>{let h=a.current;if(!h)return;if(!(h.scrollWidth>h.clientWidth+2)){r("none");return}let l=getComputedStyle(h).direction==="rtl",k=Math.abs(h.scrollLeft),v=k<=4,x=k+h.clientWidth>=h.scrollWidth-4;r(v?l?"right":"left":x?l?"left":"right":"middle")},[]);ea.default.useEffect(()=>{s();let h=a.current;if(!h)return;let u=typeof ResizeObserver<"u"?new ResizeObserver(s):null;return u?.observe(h),()=>u?.disconnect()},[s]);let o=h=>{let u=a.current;!u||u.scrollWidth<=u.clientWidth||h.target.closest("a, button, input")||(c.current={startX:h.pageX-u.offsetLeft,scrollLeft:u.scrollLeft,isDown:!0,hasMoved:!1},i(!0))},d=h=>{if(!c.current.isDown)return;let u=a.current;if(!u)return;let k=(h.pageX-u.offsetLeft-c.current.startX)*1.5;Math.abs(k)>3&&(c.current.hasMoved=!0,h.preventDefault(),u.scrollLeft=c.current.scrollLeft-k)},p=()=>{c.current.isDown=!1,i(!1)};return(0,xe.jsx)("div",{ref:a,className:`hsk-table-wrapper hsk-table-wrapper--${t}${n?" is-dragging":""}`,onScroll:s,onMouseDown:o,onMouseMove:d,onMouseUp:p,onMouseLeave:p,children:e})}function ta(e,a=!1){return Bs(e,a)}function Bs(e,a){let t=e.split(`
3
+ `);if(a&&t.length>0){let o=t[t.length-1];o.trim().startsWith("|")&&!o.trim().endsWith("|")&&t.pop()}let r=[],n=[],i=0,c=()=>{n.length>0&&(r.push((0,xe.jsx)("div",{className:"hsk-cb-ai-text",children:n},`text-bubble-${i++}`)),n=[])},s=0;for(;s<t.length;){let o=t[s],d=`md-line-${s}`;if(!o.trim()){s++;continue}let p=o.trim().match(/^!\[([^\]]*)\]\(([^)]+)\)$/);if(p){c();let u=p[1],l=p[2];(/^(https?|data:image|blob):/i.test(l)||l.startsWith("/"))&&r.push((0,xe.jsx)("div",{className:"hsk-markdown-img-block",children:(0,xe.jsx)("img",{src:l,alt:u||"Product image",className:"hsk-markdown-img",loading:"lazy",onError:v=>{v.target.style.display="none"}})},d)),s++;continue}let h=o.match(/^(#{1,3})\s+(.*)/);if(h){let u=h[1].length,l=`h${u+3}`;n.push((0,xe.jsx)(l,{className:`hsk-markdown-h${u}`,children:Lt(h[2],d)},d)),s++;continue}if(o.match(/^[\s]*[-*+•]\s+/)){let u=[];for(;s<t.length&&t[s].match(/^[\s]*[-*+•]\s+/);){let l=t[s].replace(/^[\s]*[-*+•]\s+/,"");u.push((0,xe.jsx)("li",{children:Lt(l,`li-${s}`)},`li-${s}`)),s++}n.push((0,xe.jsx)("ul",{className:"hsk-markdown-list hsk-markdown-ul",children:u},`ul-${d}`));continue}if(o.match(/^[\s]*\d+[\.\)]\s+/)){let u=[];for(;s<t.length&&t[s].match(/^[\s]*\d+[\.\)]\s+/);){let l=t[s].replace(/^[\s]*\d+[\.\)]\s+/,"");u.push((0,xe.jsx)("li",{children:Lt(l,`li-${s}`)},`li-${s}`)),s++}n.push((0,xe.jsx)("ol",{className:"hsk-markdown-list hsk-markdown-ol",children:u},`ol-${d}`));continue}if(Wn(o,!1)){c();let u=[],l=[],k=[],v=!0;for(;s<t.length&&Wn(t[s],!0);){let f=t[s].trim();if(f.match(/^\|?[-:| ]+\|?$/)&&f.includes("-")){k=On(f).map(C=>{let G=C.trim(),T=G.startsWith(":"),U=G.endsWith(":");return T&&U?"center":U?"end":"start"}),s++,v=!1;continue}let R=On(f);v&&u.length===0?u=R:l.push(R),s++}let x=Math.max(u.length,...l.map(f=>f.length)),S=[];for(let f=0;f<x;f++)if(k[f])S[f]=k[f];else if(f===0)S[f]="start";else{let R=l.filter(N=>{let C=(N[f]||"").trim();return/^[\$€£¥+-]?\d+([.,]\d+)?%?$/.test(C)||/^[\$€£¥+-]?\d+([.,]\d+)?\s*(bps|M|K|B)?$/i.test(C)}).length;S[f]=R>=Math.ceil(l.length/2)?"end":"start"}let z=u.length>0?(0,xe.jsx)("tr",{children:u.map((f,R)=>(0,xe.jsx)("th",{style:{textAlign:S[R]||"start"},children:(0,xe.jsx)("bdi",{children:Lt(f,`th-${d}-${R}`)})},`th-${d}-${R}`))},`tr-head-${d}`):null,L=l.map((f,R)=>(0,xe.jsx)("tr",{children:f.map((N,C)=>(0,xe.jsx)("td",{style:{textAlign:S[C]||"start"},children:(0,xe.jsx)("bdi",{children:Lt(N,`td-${d}-${R}-${C}`)})},`td-${d}-${R}-${C}`))},`tr-body-${d}-${R}`));r.push((0,xe.jsx)(qs,{children:(0,xe.jsxs)("table",{className:"hsk-markdown-table",children:[z&&(0,xe.jsx)("thead",{children:z}),(0,xe.jsx)("tbody",{children:L})]})},`table-wrapper-${d}`));continue}n.push((0,xe.jsx)("p",{className:"hsk-markdown-p",children:Lt(o,d)},d)),s++}return c(),(0,xe.jsx)(xe.Fragment,{children:r})}var qa=require("react/jsx-runtime"),Ba=()=>(0,qa.jsxs)("svg",{className:"hsk-telegram-icon",width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,qa.jsx)("line",{x1:"22",y1:"2",x2:"11",y2:"13"}),(0,qa.jsx)("polygon",{points:"22 2 15 22 11 13 2 9 22 2"})]});function ba(e){if(typeof e=="string")return{themeAttr:e,vars:void 0};if(!e)return{themeAttr:void 0,vars:void 0};let a={};return e.primaryColor&&(a["--hsk-primary"]=e.primaryColor),e.backgroundColor&&(a["--hsk-bg"]=e.backgroundColor,a["--hsk-chat-bg"]=e.backgroundColor),e.textColor&&(a["--hsk-text"]=e.textColor,a["--hsk-chat-text"]=e.textColor),e.fontFamily&&(a["--hsk-font"]=e.fontFamily),e.fontSize&&(a["--hsk-font-size"]=e.fontSize),e.mobileFontSize&&(a["--hsk-mobile-font-size"]=e.mobileFontSize),e.borderRadius&&(a["--hsk-border-radius"]=e.borderRadius),{themeAttr:void 0,vars:a}}var Et=require("react");var he=require("react");var yt=null,$t=null,jt=null,ga=null,xt=0,Vt=!1,fa=0,Vr=!1;function $s(){if(typeof window>"u")return null;let e=window.AudioContext||window.webkitAudioContext;return e?(yt||(yt=new e,$t=yt.createAnalyser(),$t.fftSize=1024,$t.smoothingTimeConstant=.25,jt=yt.createGain(),jt.gain.value=1,$t.connect(jt),jt.connect(yt.destination),ga=new Uint8Array($t.fftSize)),{ctx:yt,analyser:$t}):null}function $a(e,a=130){let t=jt;if(!t||!yt)return;let r=yt.currentTime;t.gain.cancelScheduledValues(r),t.gain.setValueAtTime(t.gain.value,r),t.gain.linearRampToValueAtTime(Math.max(0,Math.min(1,e)),r+a/1e3)}function Gn(){if(!Vt)return fa*=.85,fa;if(Vr||!$t||!ga){let r=Date.now()/1e3;return .35+.18*Math.sin(r*7.1)+.1*Math.sin(r*3.3)}$t.getByteTimeDomainData(ga);let e=0;for(let r=0;r<ga.length;r++){let n=(ga[r]-128)/128;e+=n*n}let a=Math.sqrt(e/ga.length),t=Math.min(1,a*3.2);return fa+=(t-fa)*(t>fa?.6:.12),fa}function It(){if(xt++,Vt=!1,jt&&yt&&(jt.gain.cancelScheduledValues(yt.currentTime),jt.gain.value=1),typeof window<"u"&&"speechSynthesis"in window)try{window.speechSynthesis.cancel()}catch{}}function js(e){return e.replace(/```[\s\S]*?```/g," ").replace(/`([^`]+)`/g,"$1").replace(/!\[[^\]]*\]\([^)]*\)/g," ").replace(/\[([^\]]+)\]\([^)]+\)/g,"$1").replace(/https?:\/\/\S+/g," ").replace(/^\s{0,3}#{1,6}\s+/gm,"").replace(/^\s*[-*+]\s+/gm,"").replace(/[*_~>|]/g,"").replace(/\s*\n\s*\n\s*/g,". ").replace(/\s*\n\s*/g," ").replace(/\s+/g," ").replace(/\s+([.,!?;:])/g,"$1").trim()}var Vs=/([.!?…。!?؟۔।]+["'”’)\]]*\s+)/,Ks=240;function Ws(e,a=Ks){let t=e.split(Vs).filter(Boolean),r=[],n="";for(let i of t)for(n&&(n+i).length>a&&(r.push(n.trim()),n=""),n+=i;n.length>a*2;){let c=n.lastIndexOf(" ",a*2);r.push(n.slice(0,c>a?c:a*2).trim()),n=n.slice(c>a?c:a*2)}return n.trim()&&r.push(n.trim()),r.filter(i=>/\S/.test(i))}function Os(e,a,t){return new Promise(r=>{if(t!==xt)return r();let n=e.ctx.createBufferSource();n.buffer=a,n.connect(e.analyser),n.onended=()=>r(),n.start();let i=setInterval(()=>{if(t!==xt){clearInterval(i);try{n.stop()}catch{}r()}},100);n.onended=()=>{clearInterval(i),r()}})}async function Kr({client:e,text:a,voice:t,language:r,bcp47:n,onStart:i,onEnd:c,onError:s,onRefused:o,onSecondsLeft:d}){It();let p=++xt;Vr=!1;let h=js(a);if(!h){c?.();return}let u=$s();if(!u){Yn(h,n,i,c,s);return}if(u.ctx.state==="suspended")try{await u.ctx.resume()}catch{}let l=Ws(h),k=S=>e.synthesizeSpeech(S,t,r).catch(()=>null),v=!1,x=k(l[0]);for(let S=0;S<l.length&&p===xt;S++){let z=await x;if(x=S+1<l.length?k(l[S+1]):Promise.resolve(null),z&&"refused"in z&&z.refused){o?.(z.refused),c?.();return}if(!z){if(!v){Yn(l.slice(S).join(" "),n,i,c,s);return}continue}if(z.secondsLeft!==void 0&&d?.(z.secondsLeft),p!==xt)break;let L;try{L=await u.ctx.decodeAudioData(z.audio.slice(0))}catch(f){s?.(f);continue}if(p!==xt)break;v||(v=!0,Vt=!0,i?.()),await Os(u,L,p)}p===xt&&(Vt=!1,c?.())}function Ys(e){let a=window.speechSynthesis.getVoices?.()??[];if(!a.length||!e)return;let t=e.toLowerCase(),r=t.split("-")[0],n=a.filter(c=>c.lang?.toLowerCase().replace("_","-")===t),i=n.length?n:a.filter(c=>c.lang?.toLowerCase().split(/[-_]/)[0]===r);if(i.length)return i.find(c=>c.localService===!1)??i[0]}function Yn(e,a,t,r,n){if(typeof window>"u"||!("speechSynthesis"in window)){n?.("speech-unavailable"),r?.();return}let i=xt;Vr=!0;try{window.speechSynthesis.cancel();let c=new SpeechSynthesisUtterance(e),s=a||document.documentElement.lang||navigator.language||"";s&&(c.lang=s);let o=Ys(s);o&&(c.voice=o),c.rate=1,c.pitch=1,c.onstart=()=>{Vt=!0,t?.()},c.onend=()=>{i===xt&&(Vt=!1,r?.())},c.onerror=d=>{Vt=!1,n?.(d),r?.()},window.speechSynthesis.speak(c)}catch(c){Vt=!1,n?.(c),r?.()}}var Gs=1100,Wr=.012,Qs=320,Xs=.09,Js=.25,Qn=130,Zs=700,ec=12,tc=48,ac=.45,rc=.35,nc=.2,Xn=.55;function dr({lang:e,onUtterance:a,onError:t,onBargeIn:r,silenceMs:n=Gs,paused:i=!1}){let[c,s]=(0,he.useState)(!1),[o,d]=(0,he.useState)(!1),[p,h]=(0,he.useState)(""),[u,l]=(0,he.useState)(!1),k=(0,he.useRef)(null),v=(0,he.useRef)(null),x=(0,he.useRef)(null),S=(0,he.useRef)(null),z=(0,he.useRef)(null),L=(0,he.useRef)(null),f=(0,he.useRef)(0),R=(0,he.useRef)(.008),N=(0,he.useRef)(0),C=(0,he.useRef)(0),G=(0,he.useRef)(""),T=(0,he.useRef)(0),U=(0,he.useRef)(0),q=(0,he.useRef)(!1),I=(0,he.useRef)(i),Y=(0,he.useRef)(!1),_=(0,he.useRef)(!1),D=(0,he.useRef)(a),ee=(0,he.useRef)(t),P=(0,he.useRef)(r);(0,he.useEffect)(()=>{D.current=a},[a]),(0,he.useEffect)(()=>{ee.current=t},[t]),(0,he.useEffect)(()=>{P.current=r},[r]),(0,he.useEffect)(()=>{I.current=i},[i]),(0,he.useEffect)(()=>{l(typeof window<"u"&&("SpeechRecognition"in window||"webkitSpeechRecognition"in window)&&!!navigator.mediaDevices?.getUserMedia)},[]);let V=(0,he.useCallback)(()=>f.current,[]),ne=(0,he.useCallback)(W=>{let te=S.current;return!te||W.length!==te.frequencyBinCount?!1:(te.getByteFrequencyData(W),!0)},[]),J=(0,he.useCallback)(()=>S.current?.frequencyBinCount??0,[]),m=(0,he.useRef)([]),H=(0,he.useRef)(null),Q=(0,he.useRef)(!1),oe=(0,he.useRef)(0),M=(0,he.useRef)(0),w=(0,he.useCallback)(W=>{let te=S.current;if(!te)return 0;let Z=m.current;Z.push(W),Z.length>tc&&Z.shift();let le=0;if(Z.length>=12){let Re=0;for(let it of Z)Re+=it;if(Re/=Z.length,Re>1e-4){let it=0;for(let dt of Z)it+=(dt-Re)*(dt-Re);le=Math.min(1,Math.sqrt(it/Z.length)/Re/.6)}}let $=0;(!H.current||H.current.length!==te.frequencyBinCount)&&(H.current=new Uint8Array(te.frequencyBinCount));let ie=H.current;te.getByteFrequencyData(ie);let Oe=(x.current?.sampleRate??48e3)/2/ie.length,De=Math.floor(300/Oe),Fe=Math.min(ie.length-1,Math.ceil(3400/Oe)),Qt=0,Je=0;for(let Re=0;Re<ie.length;Re++)Je+=ie[Re],Re>=De&&Re<=Fe&&(Qt+=ie[Re]);Je>0&&($=Qt/Je);let Tt=Math.min(1,W/(R.current+Wr*3));return ac*Tt+rc*le+nc*$},[]),y=(0,he.useCallback)(()=>{let W=G.current.trim();if(G.current="",T.current=U.current,h(""),d(!1),W){Y.current=!1;let te=k.current;k.current=null;try{te?.stop()}catch{}D.current(W)}},[]),E=(0,he.useCallback)(()=>{let W=S.current,te=L.current;if(!W||!te)return;W.getByteTimeDomainData(te);let Z=0;for(let De=0;De<te.length;De++){let Fe=(te[De]-128)/128;Z+=Fe*Fe}let le=Math.sqrt(Z/te.length),$=Math.min(1,le*4);f.current+=($-f.current)*($>f.current?.6:.12);let ie=Date.now(),Ce=I.current?Gn()*Xs:0;le>R.current+Wr+Ce?(N.current=ie,C.current||(C.current=ie)):(C.current=0,R.current=Math.min(R.current*1.02+2e-5,Math.max(.004,le))),I.current?Q.current?(w(le)>Xn?M.current+=1:M.current=Math.max(0,M.current-2),M.current>=ec?(Q.current=!1,M.current=0,$a(1,0),P.current?.()):ie-oe.current>Zs&&(Q.current=!1,M.current=0,$a(1,Qn*2))):C.current&&ie-C.current>Qs&&w(le)>Xn&&(C.current=0,Q.current=!0,oe.current=ie,M.current=0,$a(Js,Qn)):G.current.trim()&&ie-N.current>n&&y(),z.current=requestAnimationFrame(E)},[y,n,w]),K=(0,he.useCallback)(()=>{if(k.current||!q.current)return;let W=window.SpeechRecognition||window.webkitSpeechRecognition,te=new W;T.current=0,U.current=0,te.lang=e||document.documentElement.lang||navigator.language||"en-US",te.interimResults=!0,te.maxAlternatives=1,te.continuous=!0,te.onresult=Z=>{let le="";for(let $=T.current;$<Z.results.length;$++)le+=Z.results[$][0].transcript;U.current=Z.results.length,le=le.trim(),le&&(G.current=le,h(le),d(!0))},te.onerror=Z=>{let le=Z?.error||"";le==="no-speech"||le==="aborted"||ee.current?.(le)},te.onend=()=>{k.current=null,q.current&&Y.current&&setTimeout(()=>{K()},120)},k.current=te;try{te.start()}catch{k.current=null,ee.current?.("failed-to-start")}},[e]),g=(0,he.useCallback)(()=>{Y.current=!1;let W=k.current;k.current=null;try{W?.stop()}catch{}},[]),X=(0,he.useCallback)(()=>{q.current=!1,Q.current=!1,M.current=0,m.current=[],$a(1,0),Y.current=!1,s(!1),d(!1),h(""),G.current="",f.current=0;let W=k.current;k.current=null;try{W?.abort()}catch{}z.current!==null&&(cancelAnimationFrame(z.current),z.current=null),v.current?.getTracks().forEach(te=>te.stop()),v.current=null,S.current=null,x.current?.close().catch(()=>{}),x.current=null},[]),ce=(0,he.useCallback)(async()=>{if(!(q.current||!u)){q.current=!0,s(!0);try{let W=await navigator.mediaDevices.getUserMedia({audio:{echoCancellation:!0,noiseSuppression:!0,autoGainControl:!0}});v.current=W;let te=window.AudioContext||window.webkitAudioContext,Z=new te;x.current=Z;let le=Z.createAnalyser();le.fftSize=1024,le.smoothingTimeConstant=.25,Z.createMediaStreamSource(W).connect(le),S.current=le,L.current=new Uint8Array(le.fftSize),R.current=.008,N.current=Date.now(),z.current=requestAnimationFrame(E)}catch(W){q.current=!1,s(!1),ee.current?.(W?.name==="NotAllowedError"?"not-allowed":"audio-capture");return}Y.current=!0,K()}},[u,E,K]);return(0,he.useEffect)(()=>{c&&(i?(G.current="",h(""),Q.current=!1,M.current=0,m.current=[],g()):(Q.current=!1,N.current=Date.now(),Y.current=!0,K()))},[i,c,K,g]),(0,he.useEffect)(()=>{if(!c||i)return;let W=setInterval(()=>{let te=!!k.current,Z=f.current>R.current+Wr;te&&Z&&G.current},2e3);return()=>clearInterval(W)},[c,i]),(0,he.useEffect)(()=>()=>{X()},[X]),{supported:u,active:c,hearing:o,interim:p,micLevel:V,micSpectrum:ne,spectrumBins:J,start:ce,stop:X}}var wt=require("react/jsx-runtime"),oc=({active:e})=>(0,wt.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,wt.jsx)("rect",{x:"9",y:"2",width:"6",height:"11",rx:"3",fill:e?"currentColor":"none"}),(0,wt.jsx)("path",{d:"M5 10a7 7 0 0 0 14 0"}),(0,wt.jsx)("line",{x1:"12",y1:"19",x2:"12",y2:"23"}),(0,wt.jsx)("line",{x1:"8",y1:"23",x2:"16",y2:"23"})]});function hr({onTranscript:e,onInterim:a,lang:t,className:r="",disabled:n=!1,onError:i}){let c=(0,Et.useRef)(e);(0,Et.useEffect)(()=>{c.current=e},[e]);let s=(0,Et.useRef)(()=>{}),o=(0,Et.useCallback)(p=>{s.current(),c.current(p)},[]),d=dr({lang:t,onUtterance:o,onError:i});return(0,Et.useEffect)(()=>{s.current=d.stop},[d.stop]),(0,Et.useEffect)(()=>{d.interim&&a?.(d.interim)},[d.interim,a]),d.supported?(0,wt.jsxs)("button",{type:"button",className:`kiku-voice-btn${d.active?" kiku-voice-btn--active":""} ${r}`,onClick:()=>d.active?d.stop():void d.start(),disabled:n,title:d.active?"Stop listening":"Speak your search","aria-label":d.active?"Stop voice input":"Start voice input",children:[(0,wt.jsx)(oc,{active:d.active}),d.active&&(0,wt.jsx)("span",{className:"kiku-voice-ripple","aria-hidden":"true"})]}):null}var ur=require("react");function Or(e){let a=e.indexOf(","),t=a===-1?e:e.slice(a+1);return Math.floor(t.length*.75)}async function pr(e){let a=await new Promise((t,r)=>{let n=new FileReader;n.onload=()=>t(n.result),n.onerror=()=>r(n.error??new Error("read failed")),n.readAsDataURL(e)});if(e.type==="image/gif"||e.type==="image/svg+xml"||Or(a)<=307200)return a;try{let t=await createImageBitmap(e);try{let r=Math.min(1,1536/Math.max(t.width,t.height)),n=Math.max(1,Math.round(t.width*r)),i=Math.max(1,Math.round(t.height*r)),c=document.createElement("canvas");c.width=n,c.height=i;let s=c.getContext("2d");if(!s)return a;s.drawImage(t,0,0,n,i);let o=e.type==="image/png",d=c.toDataURL(o?"image/png":"image/jpeg",.85);return Or(d)<Or(a)?d:a}finally{t.close?.()}}catch{return a}}var Jn=require("@akropolys/sdk"),mt=require("react/jsx-runtime"),ic=()=>(0,mt.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,mt.jsx)("path",{d:"M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"}),(0,mt.jsx)("circle",{cx:"12",cy:"13",r:"4"})]}),sc=()=>(0,mt.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",className:"kiku-vs-spin",children:(0,mt.jsx)("path",{d:"M21 12a9 9 0 1 1-6.219-8.56"})});function cc(e){return pr(e)}function mr({onResults:e,onError:a,categoryHint:t,className:r="",disabled:n=!1}){let i=(0,Jn.useAkropolysContext)(),c=(0,ur.useRef)(null),[s,o]=(0,ur.useState)(!1),d=async p=>{if(p.type.startsWith("image/")){o(!0);try{let h=await cc(p),u=await i.api.searchByImage(h,t);e(u,h)}catch(h){a?.(h instanceof Error?h:new Error(String(h)))}finally{o(!1),c.current&&(c.current.value="")}}};return(0,mt.jsxs)("label",{className:`kiku-vs-btn${s?" kiku-vs-btn--loading":""} ${r}`,title:"Search by photo","aria-label":"Search by uploading a photo",style:{cursor:n||s?"not-allowed":"pointer"},children:[(0,mt.jsx)("input",{ref:c,type:"file",accept:"image/*",capture:"environment",onChange:p=>p.target.files?.[0]&&d(p.target.files[0]),disabled:n||s,hidden:!0}),s?(0,mt.jsx)(sc,{}):(0,mt.jsx)(ic,{})]})}var j=require("react/jsx-runtime"),ja=()=>(0,j.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,j.jsx)("path",{d:"m12 3-1.912 5.813a2 2 0 0 1-1.275 1.275L3 12l5.813 1.912a2 2 0 0 1 1.275 1.275L12 21l1.912-5.813a2 2 0 0 1 1.275-1.275L21 12l-5.813-1.912a2 2 0 0 1-1.275-1.275L12 3Z"})}),Zn=({active:e})=>(0,j.jsxs)("svg",{width:"15",height:"15",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,j.jsx)("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5",fill:e?"currentColor":"none"}),e?(0,j.jsxs)(j.Fragment,{children:[(0,j.jsx)("path",{d:"M15.54 8.46a5 5 0 0 1 0 7.07"}),(0,j.jsx)("path",{d:"M19.07 4.93a10 10 0 0 1 0 14.14"})]}):(0,j.jsx)("line",{x1:"23",y1:"9",x2:"17",y2:"15"})]});function kr({source:e,defaultCurrency:a,onSelect:t,isReferenced:r}){return(0,j.jsxs)("div",{className:ae("hsk-source-card",r&&"hsk-source-card--referenced"),onClick:()=>t?.(e),children:[e.image&&(0,j.jsx)("img",{src:e.image,alt:e.name,className:"hsk-source-img"}),(0,j.jsxs)("div",{style:{flex:1,minWidth:0,position:"relative"},children:[r&&(0,j.jsx)("div",{className:"hsk-cb-source-ref-badge",title:"Featured in response",style:{top:"0",right:"0"},children:(0,j.jsx)(ja,{})}),(0,j.jsx)("div",{className:"hsk-source-name",style:{paddingRight:r?"20px":void 0},children:e.name}),e.price&&(0,j.jsxs)("div",{className:"hsk-source-price",children:[e.currency??a," ",e.price]})]})]})}function Yr({title:e="kiku",placeholder:a="Ask about anything in our store\u2026",emptyStateText:t="Ask me anything about our products",emptyStateSuggestions:r='"Find me headphones under KSh 5,000" \xB7 "Gift ideas"',defaultCurrency:n="KES",className:i,theme:c,classNames:s={},onSelectSource:o,enableVoice:d=!1,enableVision:p=!1,visionCategoryHint:h,enableAudioResponse:u=!0,ttsVoice:l,autoSpeakResponses:k=!0}){let v=(0,va.useAkropolysContext)(),{messages:x,sources:S,referencedIds:z,loading:L,streaming:f,error:R,send:N,reset:C}=(0,va.useKiku)(),[G,T]=(0,Qe.useState)(""),[U,q]=(0,Qe.useState)(!1),I=(0,Qe.useRef)(null),Y=(0,Qe.useRef)(null),[_,D]=(0,Qe.useState)(u),[ee,P]=(0,Qe.useState)(null),V=(0,Qe.useRef)(f),ne=(0,Qe.useRef)(!1),J=L||U,[m,H]=(0,Qe.useState)([]),Q=(0,Qe.useRef)(0);(0,Qe.useEffect)(()=>{if(x.length===0){H([]),Q.current=0;return}if(x.length>Q.current){let g=x.slice(Q.current);H(X=>[...X,...g]),Q.current=x.length}else x.length<Q.current?(H(x),Q.current=x.length):H(g=>{let X=[...g],ce=x.length-1,W=X.length-1;for(;ce>=0&&W>=0;){if(X[W].role===x[ce].role){X[W]={...X[W],content:x[ce].content,actionType:x[ce].actionType,thinking:x[ce].thinking,thoughtForSeconds:x[ce].thoughtForSeconds,statusMessage:x[ce].statusMessage};break}W--}return X})},[x]),(0,Qe.useEffect)(()=>{let g=V.current;V.current=f;let X=ne.current;if(ne.current=!1,g&&!f&&X&&_&&k){let ce=m.length-1,W=m[ce];W&&W.role==="assistant"&&W.content&&(P(ce),Kr({client:v,text:W.content,voice:l,language:v.getShopperLanguage?.(),onEnd:()=>P(null),onError:()=>P(null)}))}},[f,_,k,m,l,v]),(0,Qe.useEffect)(()=>{I.current?.scrollIntoView({behavior:J?"auto":"smooth"})},[m,J]);let oe=async()=>{let g=G.trim();!g||J||(It(),P(null),T(""),Y.current&&(Y.current.style.height="auto"),await N(g))},M=g=>{g.key==="Enter"&&!g.shiftKey&&!g.nativeEvent.isComposing&&(g.preventDefault(),oe())},w=g=>{T(g.target.value);let X=g.target;X.style.height="auto",X.style.height=Math.min(X.scrollHeight,120)+"px"},y=(g,X)=>{ee===g?(It(),P(null)):(P(g),Kr({client:v,text:X,voice:l,language:v.getShopperLanguage?.(),onEnd:()=>P(null),onError:()=>P(null)}))},E=(g,X)=>{let ce={role:"user",content:"Uploaded a photo for visual search",imagePreview:X},W=g.style_dna,te=`I've analyzed your image! Here is the Style DNA I found:
4
+ `;W&&(W.color_palette&&(te+=`* **Palette:** ${W.color_palette}
5
+ `),W.dominant_colors&&W.dominant_colors.length>0&&(te+=`* **Colors:** ${W.dominant_colors.join(", ")}
6
+ `),W.aesthetic&&W.aesthetic.length>0&&(te+=`* **Aesthetic:** ${W.aesthetic.join(", ")}
7
+ `),W.texture&&(te+=`* **Texture:** ${W.texture}
8
+ `),W.formality&&(te+=`* **Formality:** ${W.formality}
9
+ `));let Z=g.results||[];Z.length>0?te+=`
10
+ I found ${Z.length} matching products in the store for you.`:te+=`
11
+ I couldn't find any matching products in the store.`;let le={role:"assistant",content:te,styleDNA:W,visualSources:Z.map($=>{let ie=$.entity??{},Ce=(0,va.resolveDisplayFields)(ie,void 0);return{id:$.id,url:$.url??ie.url,fields:ie,name:Ce.title,price:Ce.price,image:Ce.image,brand:Ce.subtitle,currency:typeof ie.currency=="string"?ie.currency:void 0}})};H($=>[...$,ce,le])},{vars:K}=ba(c);return(0,j.jsxs)("div",{className:ae("hsk-chat-widget",s.root,i),style:K,children:[(0,j.jsxs)("div",{className:ae("hsk-chat-header",s.header),children:[(0,j.jsx)("span",{className:"hsk-chat-header-icon",children:(0,j.jsx)(ja,{})}),(0,j.jsx)("span",{className:"hsk-chat-title",children:e}),(0,j.jsx)("span",{className:"hsk-chat-badge",children:"AI"}),(0,j.jsxs)("div",{style:{marginLeft:"auto",display:"flex",alignItems:"center",gap:"8px"},children:[u&&(0,j.jsx)("button",{type:"button",className:ae("hsk-audio-toggle-btn",_&&"hsk-audio-toggle-btn--active"),onClick:()=>{let g=!_;D(g),g||(It(),P(null))},title:_?"Mute AI audio response":"Enable AI audio response","aria-label":_?"Mute voice":"Enable voice",children:(0,j.jsx)(Zn,{active:_})}),m.length>0&&(0,j.jsx)("button",{className:"hsk-chat-reset",onClick:()=>{It(),C()},children:"Clear"})]})]}),(0,j.jsxs)("div",{className:"hsk-chat-messages",children:[m.length===0?(0,j.jsxs)("div",{className:"hsk-chat-empty",children:[(0,j.jsx)("div",{className:"hsk-chat-empty-icon",children:(0,j.jsx)(ja,{})}),(0,j.jsx)("div",{children:t}),(0,j.jsx)("div",{className:"hsk-chat-empty-suggestions",children:r})]}):m.map((g,X)=>(0,j.jsxs)("div",{children:[(0,j.jsxs)("div",{className:`hsk-msg-row ${g.role}`,children:[(0,j.jsx)("div",{className:ae("hsk-msg-avatar",g.role==="assistant"?"ai":"user"),children:g.role==="assistant"?(0,j.jsx)(ja,{}):"U"}),(0,j.jsxs)("div",{className:ae("hsk-msg-bubble",g.role,s.messageBubble),children:[g.imagePreview&&(0,j.jsx)("div",{className:"kiku-vs-preview-bubble",style:{marginBottom:"8px"},children:(0,j.jsx)("img",{src:g.imagePreview,alt:"Uploaded Preview",className:"kiku-vs-preview-bubble-img",style:{maxWidth:"200px",borderRadius:"8px"}})}),g.thinking&&(0,j.jsxs)("details",{className:"hsk-thinking-details",open:f&&X===m.length-1&&!g.content,children:[(0,j.jsxs)("summary",{className:"hsk-thinking-summary",children:["Thought for ",g.thoughtForSeconds??1,"s"]}),(0,j.jsx)("div",{className:"hsk-thinking-text",children:g.thinking})]}),!g.content&&!g.thinking&&g.role==="assistant"&&X===m.length-1&&(0,j.jsxs)("div",{className:"hsk-status-live",children:[(0,j.jsx)("span",{className:"hsk-status-dot"}),(0,j.jsx)("span",{children:g.statusMessage||"Thinking..."})]}),ta(g.content),g.role==="assistant"&&g.content&&!f&&(0,j.jsx)("button",{type:"button",className:ae("hsk-msg-audio-btn",ee===X&&"hsk-msg-audio-btn--active"),onClick:()=>y(X,g.content),title:ee===X?"Stop speaking":"Listen to response","aria-label":"Toggle speech",children:(0,j.jsx)(Zn,{active:ee===X})}),f&&X===m.length-1&&g.role==="assistant"&&(0,j.jsx)("span",{className:"hsk-streaming-cursor"}),g.styleDNA&&(0,j.jsxs)("div",{className:"kiku-vs-preview-banner",style:{marginTop:"10px"},children:[m[X-1]?.imagePreview&&(0,j.jsx)("img",{src:m[X-1].imagePreview,alt:"Visual Search Input",className:"kiku-vs-preview-img"}),(0,j.jsxs)("div",{className:"kiku-vs-preview-info",children:[(0,j.jsx)("div",{className:"kiku-vs-preview-label",children:"Visual Match Palette"}),(0,j.jsx)("div",{className:"kiku-vs-preview-palette",children:g.styleDNA.color_palette||"Detected Style DNA"}),g.styleDNA.style_tags&&g.styleDNA.style_tags.length>0&&(0,j.jsx)("div",{className:"kiku-style-tags",children:g.styleDNA.style_tags.map((ce,W)=>(0,j.jsxs)("span",{className:"kiku-style-tag",children:["#",ce]},W))})]})]})]})]}),g.role==="assistant"&&g.visualSources&&g.visualSources.length>0&&(0,j.jsx)("div",{className:"hsk-sources-container",children:(0,j.jsx)("div",{className:"hsk-sources",children:g.visualSources.map((ce,W)=>(0,j.jsx)(kr,{source:ce,defaultCurrency:n,onSelect:o},W))})}),g.role==="assistant"&&X===m.length-1&&!g.visualSources&&S.length>0&&(()=>{if(L||f)return(0,j.jsx)("div",{className:"hsk-sources-container",children:(0,j.jsx)("div",{className:"hsk-sources",children:S.map((Z,le)=>{let $=!!(Z.id&&z.includes(Z.id));return(0,j.jsx)(kr,{source:Z,defaultCurrency:n,onSelect:o,isReferenced:$},le)})})});let W=S.filter(Z=>Z.id&&z.includes(Z.id)),te=z.length>0?[]:S.filter(Z=>!Z.id||!z.includes(Z.id));return(0,j.jsxs)("div",{className:"hsk-sources-container",children:[W.length>0&&(0,j.jsxs)("div",{className:"hsk-sources-group",style:{marginBottom:"10px"},children:[(0,j.jsx)("div",{className:"hsk-sources-group-title",children:"\u2B50 Featured in response"}),(0,j.jsx)("div",{className:"hsk-sources",children:W.map((Z,le)=>(0,j.jsx)(kr,{source:Z,defaultCurrency:n,onSelect:o,isReferenced:!0},`feat-${le}`))})]}),te.length>0&&(0,j.jsxs)("div",{className:"hsk-sources-group",children:[W.length>0&&(0,j.jsx)("div",{className:"hsk-sources-group-title",children:"All matches"}),(0,j.jsx)("div",{className:"hsk-sources",children:te.map((Z,le)=>(0,j.jsx)(kr,{source:Z,defaultCurrency:n,onSelect:o,isReferenced:!1},`gen-${le}`))})]})]})})()]},X)),J&&(0,j.jsxs)("div",{className:"hsk-msg-row",children:[(0,j.jsx)("div",{className:"hsk-msg-avatar ai",children:(0,j.jsx)(ja,{})}),(0,j.jsxs)("div",{className:"hsk-pending",role:"status","aria-live":"polite",children:[(0,j.jsxs)("div",{className:"hsk-pending-glyph",children:[(0,j.jsx)("span",{className:"hsk-pending-ring"}),(0,j.jsx)("span",{className:"hsk-pending-dot"})]}),(0,j.jsxs)("div",{className:"hsk-pending-text",children:[(0,j.jsx)("span",{className:"hsk-pending-step step-1",children:"Searching catalog"}),(0,j.jsx)("span",{className:"hsk-pending-step step-2",children:"Reasoning"}),(0,j.jsx)("span",{className:"hsk-pending-step step-3",children:"Composing"})]})]})]}),R&&(0,j.jsx)("div",{className:"hsk-chat-error",children:(()=>{try{let g=JSON.parse(R);return g.error||g.message||R}catch{return R}})()}),(0,j.jsx)("div",{ref:I})]}),(0,j.jsxs)("div",{className:"hsk-chat-input-area",style:{display:"flex",alignItems:"center",gap:"8px"},children:[p&&(0,j.jsx)(mr,{onResults:E,onError:g=>console.error("[VisualSearch] error:",g),categoryHint:h,disabled:J}),(0,j.jsx)("textarea",{ref:Y,className:ae("hsk-chat-input",s.input),value:G,onChange:w,onKeyDown:M,placeholder:a,rows:1,disabled:J,style:{flex:1}}),d&&(0,j.jsx)(hr,{onTranscript:g=>{ne.current=!0,It(),P(null),T(g),N(g),T("")},onInterim:g=>T(g),disabled:J}),(0,j.jsx)("button",{className:"hsk-chat-send",onClick:oe,disabled:!G.trim()||J,"aria-label":"Send message",children:(0,j.jsx)(Ba,{})})]})]})}var Ft=require("react"),Li=require("react-dom");var Gr=`@property --hsk-chat-bg{syntax:'<color>';inherits:true;initial-value:#0a0a0a}@property --hsk-chat-text{syntax:'<color>';inherits:true;initial-value:#f0efed}@property --hsk-chat-muted{syntax:'<color>';inherits:true;initial-value:#888888}@property --hsk-chat-divide{syntax:'<color>';inherits:true;initial-value:rgba(255,255,255,.08)}@property --hsk-chat-input-bg{syntax:'<color>';inherits:true;initial-value:#191919}@property --hsk-chat-source-bg{syntax:'<color>';inherits:true;initial-value:rgba(255,255,255,.04)}@property --hsk-fade-bg{syntax:'<color>';inherits:true;initial-value:#0a0a0a}@property --hsk-surface-1{syntax:'<color>';inherits:true;initial-value:rgba(255,255,255,.06)}@property --hsk-surface-2{syntax:'<color>';inherits:true;initial-value:#1f1f22}@property --hsk-bubble-bg{syntax:'<color>';inherits:true;initial-value:#1f1f22}@property --hsk-think-text{syntax:'<color>';inherits:true;initial-value:#a6a6a6}@property --hsk-placeholder{syntax:'<color>';inherits:true;initial-value:#555555}@property --hsk-grid-bg{syntax:'<color>';inherits:true;initial-value:#1a1a1c}@property --hsk-active-bg{syntax:'<color>';inherits:true;initial-value:#f0efed}@property --hsk-on-active{syntax:'<color>';inherits:true;initial-value:#0a0a0a}@property --hsk-src-title{syntax:'<color>';inherits:true;initial-value:#f9fafb}@property --hsk-src-desc{syntax:'<color>';inherits:true;initial-value:#9ca3af}@property --hsk-price-bg{syntax:'<color>';inherits:true;initial-value:rgba(255,255,255,.08)}@property --hsk-price-text{syntax:'<color>';inherits:true;initial-value:#ff7a45}@property --hsk-sheet-bg{syntax:'<color>';inherits:true;initial-value:#1f1f22}@property --hsk-primary{syntax:'<color>';inherits:true;initial-value:#ff6a33}:host,:root{--hsk-border-radius:0;--hsk-brand-green:#2D7A4B;--hsk-font:"Geist","Inter",-apple-system,BlinkMacSystemFont,"SF Pro Text","SF Pro Display","Segoe UI",Roboto,Helvetica,Arial,sans-serif;--hsk-default-font-size:15px}.hsk-cb-btn,.hsk-cb-close,.hsk-cb-topbar-btn,.hsk-cb-chip,.hsk-cb-source,.hsk-cb-sources-next,.hsk-action-pill,.hsk-chat-send,.hsk-chat-reset,.hsk-close-btn,.hsk-cb-overlay{--hsk-font-size:16px;touch-action:manipulation;-webkit-tap-highlight-color:transparent;font-family:var(--hsk-font)}.hsk-cb-overlay{transition:--hsk-chat-bg .45s cubic-bezier(.16,1,.3,1),--hsk-chat-text .45s cubic-bezier(.16,1,.3,1),--hsk-chat-muted .45s cubic-bezier(.16,1,.3,1),--hsk-chat-divide .45s cubic-bezier(.16,1,.3,1),--hsk-chat-input-bg .45s cubic-bezier(.16,1,.3,1),--hsk-surface-1 .45s cubic-bezier(.16,1,.3,1),--hsk-surface-2 .45s cubic-bezier(.16,1,.3,1),--hsk-bubble-bg .45s cubic-bezier(.16,1,.3,1),--hsk-primary .45s cubic-bezier(.16,1,.3,1),--hsk-grid-bg .45s cubic-bezier(.16,1,.3,1),--hsk-active-bg .45s cubic-bezier(.16,1,.3,1),--hsk-on-active .45s cubic-bezier(.16,1,.3,1),--hsk-src-title .45s cubic-bezier(.16,1,.3,1),--hsk-src-desc .45s cubic-bezier(.16,1,.3,1),--hsk-price-bg .45s cubic-bezier(.16,1,.3,1),--hsk-price-text .45s cubic-bezier(.16,1,.3,1),--hsk-sheet-bg .45s cubic-bezier(.16,1,.3,1),background-color .45s cubic-bezier(.16,1,.3,1),border-color .45s cubic-bezier(.16,1,.3,1),color .45s cubic-bezier(.16,1,.3,1),fill .45s cubic-bezier(.16,1,.3,1),stroke .45s cubic-bezier(.16,1,.3,1),box-shadow .45s cubic-bezier(.16,1,.3,1)}.hsk-kiku-avatar,.hsk-kiku-avatar *{transition:none}@media (prefers-reduced-motion:reduce){.hsk-cb-overlay,.hsk-cb-overlay *,.hsk-cb-overlay *::before,.hsk-cb-overlay *::after{transition:none}}.hsk-cb-overlay button,.hsk-cb-overlay [role="button"],.hsk-cb-overlay input,.hsk-cb-overlay textarea,.hsk-cb-overlay select,.hsk-chat button,.hsk-chat [role="button"],.hsk-chat input,.hsk-chat textarea,.hsk-chat select,.hsk-cb-btn,.hsk-search button,.hsk-search [role="button"],.hsk-search input,.hsk-search textarea,.hsk-search select{touch-action:manipulation;-webkit-tap-highlight-color:transparent;font-family:var(--hsk-font)}:host,:root,.hsk-cb-btn,.hsk-cb-overlay,.hsk-chat-widget{--hsk-marble-1:color-mix(in srgb,var(--hsk-primary,#ff6a33) 12%,#fffaf4);--hsk-marble-2:color-mix(in srgb,var(--hsk-primary,#ff6a33) 30%,#fdf0e4);--hsk-marble-3:color-mix(in srgb,var(--hsk-primary,#ff6a33) 62%,#e8cbb0);--hsk-marble-4:color-mix(in srgb,var(--hsk-primary,#ff6a33) 85%,#6d3a1c);--hsk-marble-sheen:.5}@media (prefers-color-scheme:dark){:host,:root,.hsk-cb-btn,.hsk-cb-overlay,.hsk-chat-widget{--hsk-marble-1:#FFFDF6;--hsk-marble-2:#FBF3E2;--hsk-marble-3:color-mix(in srgb,var(--hsk-primary,#ff6a33) 20%,#EDDFC4);--hsk-marble-4:color-mix(in srgb,var(--hsk-primary,#ff6a33) 42%,#D8C39C);--hsk-marble-sheen:.9}}.hsk-chat-widget{--hsk-bg:var(--chat-bg-color,#ffffff);--hsk-text:var(--chat-text-color,#1f1f1f);--hsk-primary:var(--chat-primary-color,#ff6a33);--hsk-font:var(--chat-font-family,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif);--hsk-font-size:var(--chat-font-size,16px);display:flex;flex-direction:column;height:100%;min-height:320px;font-family:var(--hsk-font);letter-spacing:normal;word-spacing:normal;text-transform:none;background:var(--hsk-bg);border:1px solid #f1f3f4;border-radius:var(--hsk-border-radius,0);overflow:hidden}@media (prefers-color-scheme:dark){.hsk-chat-widget{--hsk-bg:var(--chat-bg-color,#0a0a0a);--hsk-text:var(--chat-text-color,#e8eaed);border-color:#202124}}.hsk-chat-header{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid #f1f3f4;background:var(--hsk-bg);flex-shrink:0}@media (prefers-color-scheme:dark){.hsk-chat-header{border-bottom-color:#202124}}.hsk-chat-header-icon{color:var(--hsk-primary);display:flex;align-items:center}.hsk-chat-title{font-size:14px;font-weight:600;color:var(--hsk-text)}.hsk-chat-badge{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--hsk-primary);background:rgba(255,106,51,.09);border:1px solid rgba(255,106,51,.18);padding:2px 8px;border-radius:var(--hsk-border-radius,0)}.hsk-chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;overscroll-behavior:contain}.hsk-chat-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:8px;color:#555;font-size:13px;text-align:center;padding:24px}.hsk-chat-empty-icon{font-size:28px;margin-bottom:4px;color:var(--hsk-primary);display:flex;align-items:center;justify-content:center}.hsk-chat-empty-suggestions{font-size:12px;color:#666;margin-top:4px}.hsk-msg-row{display:flex;gap:8px;align-items:flex-start}.hsk-msg-row.user{flex-direction:row-reverse}.hsk-msg-avatar{width:28px;height:28px;border-radius:var(--hsk-border-radius,0);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}.hsk-msg-avatar.ai{background:rgba(255,106,51,.12);border:1px solid rgba(255,106,51,.25);color:var(--hsk-primary);display:flex;align-items:center;justify-content:center}.hsk-msg-avatar.user{background:#f1f3f4;color:#5f6368}@media (prefers-color-scheme:dark){.hsk-msg-avatar.user{background:#202124;color:#888}}.hsk-msg-bubble{max-width:78%;padding:10px 14px;border-radius:var(--hsk-border-radius,0);font-size:var(--hsk-font-size,13px);line-height:1.6}.hsk-msg-bubble.ai{background:var(--hsk-bg);border:1px solid #f1f3f4;color:var(--hsk-text)}@media (prefers-color-scheme:dark){.hsk-msg-bubble.ai{border-color:#202124}}.hsk-msg-bubble.user{background:var(--hsk-primary);color:#fff}.hsk-streaming-cursor{display:inline-block;width:6px;height:1.1em;margin-inline-start:3px;vertical-align:-2px;background-color:var(--hsk-primary);animation:hsk-cursor-blink .9s infinite}@keyframes hsk-cursor-blink{0%,100%{opacity:1}50%{opacity:0}}.hsk-status-live{display:flex;align-items:center;gap:8px;font-size:12px;color:#666;padding:4px 0 8px 0;font-weight:500}.hsk-status-dot{width:8px;height:8px;border-radius:50%;background-color:var(--hsk-primary);animation:hsk-pulse 1.4s infinite ease-in-out}@keyframes hsk-pulse{0%,100%{transform:scale(.8);opacity:.5}50%{transform:scale(1.2);opacity:1}}.hsk-thinking-details{margin-bottom:10px;padding:8px 12px;background:rgba(0,0,0,.03);border:1px solid rgba(0,0,0,.06);border-radius:8px;font-size:12px}.hsk-thinking-summary{cursor:pointer;font-weight:600;color:#666;user-select:none}.hsk-thinking-text{margin-top:8px;white-space:pre-wrap;color:#555;font-family:monospace;font-size:11px;line-height:1.4;max-height:200px;overflow-y:auto}.hsk-sources-container{margin-inline-start:36px}.hsk-sources{margin-top:10px;display:flex;flex-direction:column;gap:6px}.hsk-source-card{display:flex;align-items:center;gap:10px;padding:8px 10px;background:#f8f9fa;border:1px solid #f1f3f4;border-radius:var(--hsk-border-radius,0);cursor:pointer;transition:border-color .15s}@media (prefers-color-scheme:dark){.hsk-source-card{background:#1a1a1b;border-color:#202124}}.hsk-source-card:hover{border-color:rgba(255,106,51,.37)}.hsk-source-img{width:36px;height:36px;object-fit:cover;border-radius:var(--hsk-border-radius,0);background:#fff}.hsk-source-name{font-size:12px;font-weight:500;color:var(--hsk-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hsk-source-price{font-size:11px;color:var(--hsk-primary);font-weight:700;margin-top:2px}.hsk-typing{display:flex;gap:4px;align-items:center;padding:10px 14px;background:var(--hsk-bg);border:1px solid #f1f3f4;border-radius:var(--hsk-border-radius,0);width:fit-content}@media (prefers-color-scheme:dark){.hsk-typing{border-color:#202124}}.hsk-typing-dot{width:6px;height:6px;background:var(--hsk-primary);border-radius:50%;animation:hsk-chat-bounce 1.2s infinite}.hsk-typing-dot:nth-child(2){animation-delay:.2s}.hsk-typing-dot:nth-child(3){animation-delay:.4s}@keyframes hsk-chat-bounce{0%,100%{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}.hsk-pending{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;background:var(--hsk-bg);border:1px solid #f1f3f4;border-radius:var(--hsk-border-radius,0);position:relative}@media (prefers-color-scheme:dark){.hsk-pending{border-color:#202124}}.hsk-pending-glyph{width:18px;height:18px;position:relative;display:inline-flex;align-items:center;justify-content:center}.hsk-pending-ring{width:18px;height:18px;border-radius:50%;border:2px solid rgba(255,106,51,.25);border-top-color:var(--hsk-primary);animation:hsk-pending-spin 1.1s linear infinite}.hsk-pending-dot{position:absolute;width:6px;height:6px;border-radius:50%;background:var(--hsk-primary);box-shadow:0 0 8px rgba(255,106,51,.45);animation:hsk-pending-pulse 1.4s ease-in-out infinite}.hsk-pending-text{position:relative;min-width:140px;height:16px;font-size:12px;color:var(--hsk-text);letter-spacing:.01em}.hsk-pending-step{position:absolute;left:0;top:0;opacity:0;animation:hsk-pending-cycle 6s infinite}.hsk-pending-step.step-1{animation-delay:0s}.hsk-pending-step.step-2{animation-delay:2s}.hsk-pending-step.step-3{animation-delay:4s}@keyframes hsk-pending-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes hsk-pending-pulse{0%,100%{transform:scale(.75);opacity:.6}50%{transform:scale(1);opacity:1}}@keyframes hsk-pending-cycle{0%,10%{opacity:0;transform:translateY(2px)}20%,45%{opacity:1;transform:translateY(0)}55%,100%{opacity:0;transform:translateY(-2px)}}.hsk-chat-input-area{display:flex;align-items:center;gap:8px;padding:12px 14px;border-top:1px solid #f1f3f4;background:var(--hsk-bg);flex-shrink:0}@media (prefers-color-scheme:dark){.hsk-chat-input-area{border-top-color:#202124}}.hsk-chat-input{flex:1;background:#f1f3f4;border:1px solid #f1f3f4;border-radius:var(--hsk-border-radius,0);padding:9px 14px;font-size:13px;color:var(--hsk-text);outline:none;font-family:inherit;transition:border-color .2s;resize:none;min-height:38px;max-height:120px;line-height:1.5}@media (prefers-color-scheme:dark){.hsk-chat-input{background:#1a1a1b;border-color:#202124}}.hsk-chat-input::placeholder{color:#888}.hsk-chat-input:focus{border-color:var(--hsk-primary)}.hsk-chat-send{width:34px;height:34px;border-radius:var(--hsk-border-radius,0);background:var(--hsk-primary);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px;transition:opacity .15s,transform .1s}.hsk-chat-send:hover{opacity:.88}.hsk-chat-send:active{transform:scale(.93)}.hsk-chat-send:disabled{opacity:.4;cursor:not-allowed}.hsk-chat-reset{font-size:11px;color:#555;cursor:pointer;padding:0 4px;transition:color .15s;background:none;border:none;font-family:inherit}.hsk-chat-reset:hover{color:var(--hsk-primary)}.hsk-chat-error{font-size:12px;color:#ef4444;text-align:center;padding:8px}.hsk-cb-btn{--hsk-primary:var(--chat-primary-color,#ff6a33);display:inline-flex;align-items:center;gap:7px;padding:8px 16px;border-radius:var(--hsk-border-radius,0);border:1px solid rgba(255,106,51,.4);background:rgba(255,106,51,.1);color:var(--hsk-primary);font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s,transform .16s cubic-bezier(.34,1.56,.64,1),box-shadow .15s;will-change:transform}.hsk-cb-btn:hover{background:rgba(255,106,51,.18);border-color:rgba(255,106,51,.7);box-shadow:0 4px 16px rgba(255,106,51,.2)}.hsk-cb-btn:active{transform:scale(.98)}.hsk-cb-btn-icon{font-size:15px;line-height:1;display:flex;align-items:center}.hsk-cb-overlay{--hsk-primary:var(--chat-primary-color,#ff6a33);--hsk-font:var(--chat-font-family,"Geist",ui-sans-serif,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif);letter-spacing:normal;word-spacing:normal;font-kerning:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--hsk-font-size:var(--hsk-desktop-font-size,15px);--hsk-mobile-font-size:14px;position:fixed !important;inset:0 !important;width:100vw !important;height:100vh !important;height:100dvh !important;z-index:2147483647 !important;display:flex !important;flex-direction:column !important;overflow:hidden !important;animation:hsk-overlay-in .2s ease-out;background:var(--hsk-chat-bg,#ffffff) !important;box-sizing:border-box !important;margin:0 !important;padding:0 !important}@keyframes hsk-overlay-in{from{opacity:0}to{opacity:1}}.hsk-cb-overlay.hsk-cb-overlay--grows{animation:hsk-overlay-in .18s cubic-bezier(.16,1,.3,1) both !important}.hsk-cb-overlay.hsk-cb-overlay--grows .hsk-cb-panel{transform-origin:var(--hsk-ox,50%) var(--hsk-oy,50%);animation:hsk-panel-float-in .22s cubic-bezier(.16,1,.3,1) both !important}@keyframes hsk-panel-float-in{0%{opacity:0;transform:translateY(8px) scale(.985)}100%{opacity:1;transform:translateY(0) scale(1)}}.hsk-cb-overlay.hsk-cb-overlay--grows .hsk-cb-msgs{animation:hsk-content-fade .2s cubic-bezier(.16,1,.3,1) both}@keyframes hsk-content-fade{0%{opacity:0;transform:translateY(4px)}100%{opacity:1;transform:translateY(0)}}.hsk-cb-lang-chip,.hsk-cb-chip{animation:hsk-pill-wave .22s cubic-bezier(.16,1,.3,1) both;animation-delay:calc(.04s+var(--hsk-pill-idx,0) * .012s)}.hsk-cb-lang-chips-hint{animation:hsk-content-fade .22s cubic-bezier(.16,1,.3,1) both;animation-delay:calc(.04s+var(--hsk-pill-idx,0) * .012s)}@keyframes hsk-pill-wave{0%{opacity:0;transform:translateY(6px) scale(.96)}100%{opacity:1;transform:translateY(0) scale(1)}}.hsk-cb-overlay.hsk-cb-overlay--grows .hsk-cb-input-wrap{animation:hsk-input-dock .22s cubic-bezier(.16,1,.3,1) both}@keyframes hsk-input-dock{0%{opacity:0;transform:translateY(10px)}100%{opacity:1;transform:translateY(0)}}.hsk-cb-overlay.hsk-cb-overlay--grows .hsk-cb-hello-avatar{animation:hsk-avatar-spring .22s cubic-bezier(.16,1,.3,1) both}@keyframes hsk-avatar-spring{0%{opacity:0;transform:scale(.92)}100%{opacity:1;transform:scale(1)}}.hsk-cb-overlay.hsk-cb-overlay--grows .hsk-cb-hello-wrap{animation:hsk-hello-spring .2s cubic-bezier(.16,1,.3,1) both}@keyframes hsk-hello-spring{0%{opacity:0;transform:translateY(6px)}100%{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.hsk-cb-overlay.hsk-cb-overlay--grows{animation:none !important;-webkit-clip-path:none !important;clip-path:none !important}.hsk-cb-overlay.hsk-cb-overlay--grows .hsk-cb-panel,.hsk-cb-overlay.hsk-cb-overlay--grows .hsk-cb-msgs,.hsk-cb-overlay.hsk-cb-overlay--grows .hsk-cb-lang-chip,.hsk-cb-overlay.hsk-cb-overlay--grows .hsk-cb-chip,.hsk-cb-overlay.hsk-cb-overlay--grows .hsk-cb-input-wrap,.hsk-cb-overlay.hsk-cb-overlay--grows .hsk-cb-hello-avatar,.hsk-cb-overlay.hsk-cb-overlay--grows .hsk-cb-hello-wrap{animation:none !important}}.hsk-cb-panel{position:relative;display:flex;flex-direction:column;height:100%;max-width:720px;width:100%;margin:0 auto;animation:hsk-panel-in .28s cubic-bezier(.34,1.2,.64,1)}.hsk-cb-main{flex:1;min-width:0;display:flex;flex-direction:column;height:100%;overflow:hidden}@keyframes hsk-panel-in{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hsk-cb-topbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:14px var(--hsk-gutter,24px) 10px;flex-shrink:0;position:relative;z-index:10;background:transparent !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important}.hsk-cb-topbar::after{display:none !important}.hsk-cb-topbar-left{display:flex;align-items:center;gap:10px;justify-self:start;min-width:0}.hsk-cb-topbar-mark{justify-self:center;display:flex;flex-direction:column;align-items:center;line-height:0;cursor:pointer;user-select:none;touch-action:manipulation;transition:transform .22s cubic-bezier(.34,1.56,.64,1)}.hsk-cb-topbar-mark:hover{transform:translateY(-1px)}.hsk-cb-topbar-mark[data-unread="true"] .hsk-cb-topbar-name{background:var(--hsk-primary,#ff6a33);color:#fff;box-shadow:0 0 0 3px var(--hsk-chat-bg,#ffffff);animation:hsk-unread-pill .9s cubic-bezier(.34,1.56,.64,1) infinite}@keyframes hsk-unread-pill{0%,100%{transform:scale(1,1)}38%{transform:scale(1.08,.92)}62%{transform:scale(.97,1.03)}}@media (prefers-reduced-motion:reduce){.hsk-cb-topbar-mark[data-unread="true"] .hsk-cb-topbar-name{animation:none}}.hsk-cb-topbar-name{margin-top:-5px;padding:3px 13px;white-space:nowrap;border-radius:999px;background:var(--hsk-surface-2);box-shadow:0 0 0 3px var(--hsk-chat-bg),0 1px 3px rgba(0,0,0,.12);font-size:12px;font-weight:700;line-height:18px;letter-spacing:-.01em;color:var(--hsk-name-text,var(--hsk-chat-text));transform-origin:50% 0;transition:transform .18s cubic-bezier(.34,1.8,.64,1)}.hsk-cb-topbar-mark{position:relative;z-index:100}.hsk-cb-topbar-ooze-menu{position:absolute;top:calc(100%+12px) !important;left:50%;transform:translateX(-50%);width:216px;padding:6px;border-radius:20px;background:var(--hsk-chat-source-bg,rgba(255,255,255,.08));border:none !important;box-shadow:none !important;z-index:1000;animation:hsk-topbar-ooze .25s cubic-bezier(.16,1,.3,1) both}.hsk-cb-topbar-ooze-menu .hsk-cb-theme-2x2-grid{display:grid !important;grid-template-columns:repeat(2,1fr) !important;gap:6px !important;width:100% !important;box-shadow:none !important}.hsk-cb-topbar-ooze-menu .hsk-cb-theme-grid-item{width:100%;display:inline-flex;align-items:center;justify-content:flex-start;gap:6px;padding:8px 11px;border-radius:14px;border:none !important;box-shadow:none !important;font-size:11.5px;font-weight:550;box-sizing:border-box;white-space:nowrap}@keyframes hsk-topbar-ooze{0%{opacity:0;transform:translateX(-50%) translateY(-6px) scale(.94)}100%{opacity:1;transform:translateX(-50%) translateY(0) scale(1)}}.hsk-cb-topbar-mark[data-impacting="true"] .hsk-cb-topbar-name{transform:translateY(1.5px) scale(1.09,.91);box-shadow:0 0 0 3px var(--hsk-chat-bg,#ffffff),0 2px 10px var(--hsk-contact-glow,rgba(19,78,61,.45))}.hsk-cb-back{width:34px;height:34px;border-radius:999px;border:none;padding:0;display:flex;align-items:center;justify-content:center;background:var(--hsk-surface-1);color:var(--hsk-chat-muted);cursor:pointer;transition:transform .18s cubic-bezier(.34,1.56,.64,1)}.hsk-cb-back:hover{background:var(--hsk-chat-divide,rgba(0,0,0,.09))}.hsk-cb-back:active{transform:scale(.94)}.hsk-cb-panel[dir="rtl"] .hsk-cb-back-icon{display:inline-flex;transform:scaleX(-1)}.hsk-cb-topbar-actions{justify-self:end}.hsk-cb-topbar-title{font-size:16px;font-weight:500;color:var(--hsk-chat-text,#1f1f1f);letter-spacing:-.01em}.hsk-cb-topbar-sub{font-size:12px;color:var(--hsk-chat-muted,#5f6368);margin-top:2px}.hsk-cb-kiku-id-rail{display:none}@media (min-width:900px){.hsk-cb-kiku-id-rail.hsk-cb-kiku-id-rail--left{display:flex;position:absolute;left:auto !important;right:100% !important;margin-right:28px !important;transform:none !important;top:auto !important;bottom:48px !important;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:8px;max-width:240px;min-width:0;padding:0;border:0;background:none;font-family:inherit;z-index:10}.hsk-cb-kiku-id-rail.hsk-cb-kiku-id-rail--right{display:flex;position:absolute;left:100% !important;right:auto !important;margin-left:28px !important;transform:none !important;top:auto !important;bottom:48px !important;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:8px;max-width:240px;min-width:0;padding:0;border:0;background:none;font-family:inherit;z-index:10}.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-kiku-id-rail{bottom:50px !important}.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-kiku-id-rail{bottom:58px !important}.hsk-cb-kiku-id-pill{display:inline-flex;align-items:center;gap:6px;max-width:100%;padding:5px 12px;border-radius:999px;border:none !important;background:var(--hsk-chat-source-bg,rgba(255,255,255,.05));color:var(--hsk-chat-muted,#71717a);cursor:pointer;font-family:inherit;transition:all .22s cubic-bezier(.16,1,.3,1)}.hsk-cb-kiku-id-pill:hover{color:var(--hsk-primary,#ff6a33)}.hsk-cb-kiku-id-rail-val{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;letter-spacing:-.01em;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hsk-cb-kiku-id-pill svg{flex:none;opacity:.8}.hsk-cb-theme-squircle-wrap{position:relative;display:flex;flex-direction:column;align-items:flex-start;padding:0;margin:0;border:none !important;box-shadow:none !important;background:transparent !important}.hsk-cb-theme-squircle-trigger{display:inline-flex;align-items:center;gap:7px;height:32px;padding:0 12px;border-radius:16px;border:none !important;outline:none !important;background:var(--hsk-surface-1) !important;color:var(--hsk-chat-text) !important;font-size:11.5px;font-weight:600;cursor:pointer;font-family:inherit;transition:transform .2s cubic-bezier(.16,1,.3,1);box-shadow:none !important}.hsk-cb-theme-squircle-trigger:hover{background:var(--hsk-primary,#ff6a33);color:#ffffff;box-shadow:none !important}.hsk-cb-theme-trigger-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.hsk-cb-theme-trigger-icon svg{width:13px;height:13px}.hsk-cb-theme-trigger-label{letter-spacing:-0.01em}.hsk-cb-theme-2x2-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:5px;padding:6px;border-radius:18px;background:var(--hsk-surface-2);box-shadow:none !important;transform-origin:bottom center;animation:hsk-theme-morph-in .26s cubic-bezier(.16,1,.3,1) both}.hsk-cb-theme-squircle-wrap.is-closing .hsk-cb-theme-2x2-grid{animation:hsk-theme-morph-out .2s cubic-bezier(.4,0,.9,.4) both}.hsk-cb-theme-grid-item{display:inline-flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:6px;padding:7px 11px;border-radius:13px;border:none !important;outline:none !important;background:var(--hsk-chat-bg,#1a1a1c);color:var(--hsk-chat-muted,#a1a1aa);font-size:11px;font-weight:550;cursor:pointer;font-family:inherit;transition:all .18s cubic-bezier(.16,1,.3,1);box-shadow:none !important}.hsk-cb-theme-grid-item svg{flex-shrink:0;width:12px;height:12px}.hsk-cb-theme-grid-item:hover{background:rgba(255,255,255,.1);color:var(--hsk-chat-text,#f0efed);box-shadow:none !important}.hsk-cb-theme-grid-item.is-active{background:var(--hsk-primary,#ff6a33) !important;color:#ffffff !important;box-shadow:none !important}}@keyframes hsk-ooze-in{0%{opacity:0;transform:translateX(-50%) translateY(-16px) scale(.88);filter:blur(6px)}65%{transform:translateX(-50%) translateY(3px) scale(1.02);filter:blur(0)}100%{opacity:1;transform:translateX(-50%) translateY(0) scale(1);filter:blur(0)}}.hsk-cb-topbar-actions{display:flex;align-items:center;gap:8px}.hsk-cb-topbar-btn{height:34px;padding:0 14px;border-radius:var(--hsk-control-radius,999px);border:1px solid transparent;background:var(--hsk-chat-subtle,rgba(0,0,0,.045));color:var(--hsk-chat-muted,#5f6368);font-size:12px;font-weight:500;cursor:pointer;transition:all .15s;font-family:inherit}.hsk-cb-topbar-btn:hover{background:color-mix(in srgb,var(--hsk-primary) 12%,transparent);color:var(--hsk-primary)}.hsk-cb-close{width:34px;height:34px;border-radius:var(--hsk-control-radius,999px);border:1px solid transparent;background:var(--hsk-chat-subtle,rgba(0,0,0,.045));color:var(--hsk-chat-muted,#5f6368);cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;transition:all .15s;flex-shrink:0;font-family:inherit;line-height:1}.hsk-cb-close:hover{background:color-mix(in srgb,var(--hsk-primary) 12%,transparent);color:var(--hsk-primary)}.hsk-cb-msgs{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;touch-action:pan-y;overscroll-behavior-y:none;overflow-anchor:none;padding:16px var(--hsk-gutter,24px) 16px;display:flex;flex-direction:column;gap:0;scrollbar-width:none;-ms-overflow-style:none;mask-image:linear-gradient(to bottom,transparent 0,#000000 8px,#000000 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0,#000000 8px,#000000 100%)}.hsk-cb-msgs>:first-child{margin-top:auto}.hsk-cb-msgs.hsk-scrolling>*{pointer-events:none}.hsk-cb-msgs::-webkit-scrollbar{display:none !important;width:0 !important;height:0 !important}.hsk-cb-empty{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:14px;padding:24px 0 32px;width:100%;text-align:start}.hsk-cb-onboarding-card{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:10px}.hsk-cb-onboarding-head{display:flex;align-items:center;justify-content:flex-end;width:100%;margin-bottom:8px}.hsk-cb-step-badge{font-size:11px;font-weight:600;letter-spacing:.05em;color:var(--hsk-chat-muted,#71717a);background:var(--hsk-chat-source-bg,rgba(255,255,255,.06));border:1px solid var(--hsk-chat-border,rgba(255,255,255,.08));padding:4px 10px;border-radius:999px;line-height:1}.hsk-cb-hello-wrap{display:flex;flex-direction:column;align-items:flex-start;text-align:start;gap:6px;padding:0;width:100%}.hsk-cb-hello-avatar{--hsk-avatar-size:80px;display:flex;align-items:center;justify-content:flex-start;width:auto;margin-inline-start:calc(var(--hsk-avatar-size,80px) * -0.25);margin-inline-end:0;margin-top:0;margin-bottom:0;animation:hsk-avatar-spring .42s cubic-bezier(.16,1,.3,1) both}.hsk-cb-hello{margin:0;font-size:clamp(24px,4.5vw,34px);font-weight:500;line-height:1.2;letter-spacing:-0.02em;color:color-mix(in srgb,var(--hsk-chat-text,#111) 55%,var(--hsk-chat-muted,#8b8b8f));text-align:start}.hsk-cb-hello b{font-weight:700;color:var(--hsk-primary,#ff6a33)}.hsk-cb-hello-lead{margin:0;font-size:15px;line-height:22px;color:var(--hsk-chat-muted,#5f6368);max-width:42ch;text-align:start}.hsk-cb-hello-ask{margin:2px 0 2px;font-size:16px;font-weight:500;color:var(--hsk-chat-text,#111);text-align:start}.hsk-cb-step{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--hsk-chat-muted,#9aa0a6)}.hsk-cb-panel[dir="rtl"] .hsk-cb-msgs{direction:ltr}.hsk-cb-panel[dir="rtl"] .hsk-cb-msgs>*{direction:rtl}.hsk-cb-panel[dir="rtl"] .hsk-cb-user-imgs{margin-left:0;margin-right:auto}.hsk-cb-panel[dir="rtl"] .hsk-cb-user-bubble,.hsk-cb-panel[dir="rtl"] .hsk-cb-ai-text{word-break:normal;overflow-wrap:break-word;letter-spacing:normal}.hsk-cb-panel[dir="rtl"] .hsk-cb-hello{line-height:1.6;letter-spacing:normal}.hsk-cb-panel[dir="rtl"] .hsk-cb-entlang-cards{justify-content:end}.hsk-cb-lang-chips{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 4px}.hsk-cb-lang-chip{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:6px 16px;font-size:14px;font-weight:500;line-height:1;color:var(--hsk-chat-text,#111);background:var(--hsk-chat-source-bg,rgba(0,0,0,.04));border:1px solid var(--hsk-chat-border,rgba(0,0,0,.09));border-radius:999px;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,.03);transition:all .18s cubic-bezier(.16,1,.3,1);user-select:none;-webkit-font-smoothing:antialiased}.hsk-cb-lang-chip:hover{background:var(--hsk-primary,#ff6a33);color:#ffffff;border-color:var(--hsk-primary,#ff6a33);transform:translateY(-1px);box-shadow:0 4px 12px color-mix(in srgb,var(--hsk-primary,#ff6a33) 25%,transparent)}.hsk-cb-lang-chip:active{transform:scale(.96)}@media (prefers-color-scheme:dark){.hsk-cb-lang-chip{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.1);color:#f4f4f5}}[data-hsk-theme="dark"] .hsk-cb-lang-chip{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.1);color:#f4f4f5}.hsk-cb-lang-chips-hint{display:inline-flex;align-items:center;font-size:13px;color:var(--hsk-chat-muted,#71717a);padding:0 6px;margin-inline-start:4px;user-select:none;align-self:center}.hsk-cb-chrome-loading{display:flex;flex-direction:column;align-items:flex-start;text-align:start;gap:12px;width:100%;max-width:480px;margin:4px 0 2px;animation:hsk-content-fade .3s ease-out both}.hsk-cb-chrome-loading-header{display:flex;flex-direction:column;align-items:flex-start;text-align:start;gap:6px;width:100%}.hsk-cb-chrome-loading-sub{margin:0;font-size:15px;color:var(--hsk-chat-muted,#71717a);line-height:1.45;text-align:start}.hsk-cb-chrome-loading-sub b{color:var(--hsk-chat-text,#f4f4f5);font-weight:600}.hsk-cb-chrome-progress{height:3px;width:100%;border-radius:3px;background:var(--hsk-chat-source-bg,rgba(255,255,255,.08));overflow:hidden;margin-top:4px}.hsk-cb-chrome-progress-track{height:100%;width:100%;border-radius:3px;background:linear-gradient( 90deg,#ff6a33,#f7b733,#43c59e,#3d8bfd,#9b5de5,#ff5d8f,#ff6a33 );background-size:300% 100%;animation:hsk-chrome-rainbow 2.6s linear infinite}.hsk-cb-chrome-progress{position:relative;overflow:hidden}.hsk-cb-chrome-progress::after{content:'';position:absolute;inset:0;background:linear-gradient( 100deg,transparent 20%,rgba(255,255,255,.55) 50%,transparent 80% );transform:translateX(-100%);animation:hsk-chrome-sheen 1.9s cubic-bezier(.55,0,.45,1) infinite;pointer-events:none}@keyframes hsk-chrome-rainbow{0%{background-position:0 0}100%{background-position:-300% 0}}@keyframes hsk-chrome-sheen{0%{transform:translateX(-100%)}100%{transform:translateX(200%)}}@media (prefers-reduced-motion:reduce){.hsk-cb-chrome-progress-track{animation:none;opacity:.5}.hsk-cb-chrome-progress::after{animation:none;opacity:0}}.hsk-cb-chrome-back-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;margin-top:6px;font-size:13px;font-weight:500;color:var(--hsk-chat-muted,#a1a1aa);background:var(--hsk-chat-source-bg,rgba(255,255,255,.05));border:1px solid var(--hsk-chat-border,rgba(255,255,255,.09));border-radius:999px;cursor:pointer;transition:all .15s ease;user-select:none}.hsk-cb-chrome-back-btn:hover{background:var(--hsk-chat-source-bg,rgba(255,255,255,.12));color:var(--hsk-chat-text,#ffffff);border-color:var(--hsk-chat-border,rgba(255,255,255,.18))}.hsk-cb-chrome-notice{display:flex;flex-direction:column;gap:6px;max-width:48ch;margin:24px 0 0;padding:14px 16px;border-radius:14px;background:var(--hsk-chat-source-bg,rgba(255,255,255,.04));border:1px solid var(--hsk-chat-border,rgba(255,255,255,.09));text-align:start;font-family:var(--hsk-font,system-ui,sans-serif);animation:hsk-content-fade .4s ease-out both}.hsk-cb-chrome-notice-header{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hsk-cb-chrome-notice-pill{display:inline-flex;align-items:center;padding:2px 7px;border-radius:6px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:rgba(255,106,51,.15);color:var(--hsk-primary,#ff6a33);border:1px solid rgba(255,106,51,.28)}.hsk-cb-chrome-notice-title{font-size:12px;font-weight:600;letter-spacing:.01em;color:var(--hsk-chat-text,#ffffff)}.hsk-cb-chrome-notice-body{font-size:12px;line-height:1.55;color:var(--hsk-chat-muted,#a1a1aa)}.hsk-cb-chrome-notice-body b{color:var(--hsk-chat-text,#ffffff)}@media (prefers-color-scheme:light){.hsk-cb-chrome-loading-sub b{color:var(--hsk-chat-text,#18181b)}.hsk-cb-chrome-progress{background:var(--hsk-chat-source-bg,rgba(0,0,0,.06))}.hsk-cb-chrome-back-btn{color:#52525b;background:rgba(0,0,0,.04);border-color:rgba(0,0,0,.08)}.hsk-cb-chrome-back-btn:hover{background:rgba(0,0,0,.08);color:#09090b;border-color:rgba(0,0,0,.14)}}.hsk-cb-input-box--waiting{opacity:.45;pointer-events:none}.hsk-cb-entlang-opts{display:flex;flex-direction:column;gap:10px;width:100%;max-width:440px;margin-top:6px}.hsk-cb-entlang-opt{position:relative;display:flex;flex-direction:row;align-items:center;width:100%;padding:16px 20px;text-align:start;background:transparent !important;border:none !important;outline:none !important;border-radius:16px;cursor:pointer;user-select:none;overflow:hidden;box-shadow:none !important;animation:hsk-entlang-opt-in .22s cubic-bezier(.16,1,.3,1) both;animation-delay:calc(.04s+var(--hsk-opt-idx,0) * .02s)}@media (prefers-color-scheme:light){.hsk-cb-entlang-opt{background:transparent !important}}[data-hsk-theme="light"] .hsk-cb-entlang-opt{background:transparent !important}@keyframes hsk-entlang-opt-in{0%{opacity:0;transform:translateY(6px)}100%{opacity:1;transform:translateY(0)}}.hsk-cb-entlang-opt:hover{background:transparent !important;border:none !important;box-shadow:none !important}.hsk-cb-entlang-opt:active{opacity:.8}.hsk-cb-entlang-radio{position:relative;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;min-width:18px;min-height:18px;border-radius:999px;border:1.5px solid var(--hsk-chat-divide,rgba(255,255,255,.22));flex-shrink:0;margin-inline-end:14px;box-sizing:border-box;transform:none !important;transition:border-color .2s cubic-bezier(.16,1,.3,1),background-color .2s ease}.hsk-cb-entlang-radio-dot{width:9px;height:9px;border-radius:999px;background:var(--hsk-primary,#ff6a33);opacity:0;transition:opacity .15s ease;pointer-events:none}.hsk-cb-entlang-opt:hover .hsk-cb-entlang-radio,.hsk-cb-entlang-opt.is-selected .hsk-cb-entlang-radio{border-color:var(--hsk-primary,#ff6a33)}.hsk-cb-entlang-opt.is-selected .hsk-cb-entlang-radio-dot{opacity:1}.hsk-cb-entlang-opt-text{display:flex;flex-direction:column;gap:3px;width:100%}.hsk-cb-entlang-opt-title{font-size:15px;font-weight:600;color:var(--hsk-chat-text,#1f1f1f);letter-spacing:-0.01em}.hsk-cb-entlang-opt-note{font-size:12.5px;color:var(--hsk-chat-muted,#71717a);line-height:1.45}.hsk-cb-shimmer-char{display:inline;color:inherit;font-family:inherit}.hsk-cb-entlang-opt:hover .hsk-cb-entlang-opt-title .hsk-cb-shimmer-char{animation:hsk-entlang-char-shimmer-title .5s cubic-bezier(.16,1,.3,1) both;animation-delay:calc(var(--hsk-char-idx,0) * 16ms)}.hsk-cb-entlang-opt:hover .hsk-cb-entlang-opt-note .hsk-cb-shimmer-char{animation:hsk-entlang-char-shimmer-note .5s cubic-bezier(.16,1,.3,1) both;animation-delay:calc(var(--hsk-char-idx,0) * 16ms)}@keyframes hsk-entlang-char-shimmer-title{0%{color:var(--hsk-chat-text,#1f1f1f)}45%{color:hsl(var(--hsk-ph-hue,0) 80% 60%)}100%{color:var(--hsk-primary,#ff6a33)}}@keyframes hsk-entlang-char-shimmer-note{0%{color:var(--hsk-chat-muted,#71717a)}45%{color:hsl(var(--hsk-ph-hue,0) 75% 55%)}100%{color:var(--hsk-chat-muted,#71717a)}}.hsk-cb-entlang-opt-note{font-size:12.5px;color:var(--hsk-chat-muted,#71717a);line-height:1.45}@keyframes hsk-hello-rise{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hsk-cb-hello,.hsk-cb-hello-lead,.hsk-cb-hello-ask,.hsk-cb-hello-skip{opacity:0;animation:hsk-hello-rise .9s cubic-bezier(.22,1,.36,1) both}.hsk-cb-hello{animation-delay:.06s}.hsk-cb-hello-lead{animation-delay:.26s}.hsk-cb-hello-ask{animation-delay:.44s}.hsk-cb-hello-skip{animation-delay:.60s}.hsk-cb-hello.hsk-cascade,.hsk-cb-hello-lead.hsk-cascade,.hsk-cb-hello-ask.hsk-cascade{opacity:1;animation:none;filter:none}.hsk-cascade__w{display:inline-block;white-space:nowrap;opacity:0;animation:hsk-cascade-rise .44s cubic-bezier(.16,1,.3,1) both}@keyframes hsk-cascade-rise{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.hsk-cb-hello,.hsk-cb-hello-lead,.hsk-cb-hello-ask,.hsk-cb-hello-skip,.hsk-cascade__w{animation:none;opacity:1;transform:none;filter:none}}.hsk-cb-chips{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start;margin-top:4px}.hsk-cb-chip{padding:8px 16px;border-radius:var(--hsk-border-radius,0);border:1px solid var(--hsk-chat-divide,rgba(0,0,0,.1));background:var(--hsk-chat-source-bg,rgba(0,0,0,.03));color:var(--hsk-chat-text,#333);font-size:13px;cursor:pointer;transition:all .15s;font-family:inherit}.hsk-cb-chip:hover{border-color:var(--hsk-primary);color:var(--hsk-primary);background:rgba(255,106,51,.06)}.hsk-cb-msg-group{padding:16px 0;border-bottom:none;animation:hsk-msg-in .22s ease-out both}.hsk-cb-spoken-mark{position:absolute;top:50%;margin-top:-5px;inset-inline-start:-17px;opacity:.4;pointer-events:none}.hsk-cb-msg-group--run-mid{padding-bottom:0}.hsk-cb-msg-group--run-mid .hsk-cb-user-msg{margin-bottom:0}.hsk-cb-msg-group--run-cont{padding-top:2px}.hsk-cb-msg-group:last-child{border-bottom:none}@keyframes hsk-msg-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hsk-cb-user-msg{display:flex;flex-direction:column;align-items:flex-end;align-self:flex-end;max-width:min(75%,420px);margin-inline-start:auto;margin-inline-end:0;gap:6px;margin-bottom:20px}@media (max-width:640px){.hsk-cb-user-msg{max-width:84%}}.hsk-cb-user-msg.hsk-sent{transform-origin:bottom right;animation:hsk-send-in .42s cubic-bezier(.2,.9,.3,1.2) both}.hsk-cb-panel[dir="rtl"] .hsk-cb-user-msg.hsk-sent{transform-origin:bottom left}@keyframes hsk-send-in{0%{opacity:0;transform:translateY(28px) scale(.55)}55%{opacity:1}75%{transform:translateY(-2px) scale(1.02)}100%{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion:reduce){.hsk-cb-user-msg.hsk-sent{animation:none}}.hsk-cb-user-bubble{background:var(--hsk-user-bubble-bg,#007aff);color:#ffffff;padding:10px 18px;border-radius:20px;position:relative;font-size:var(--hsk-font-size,15.5px);font-family:var(--hsk-font);line-height:1.45;max-width:100%;font-weight:500;word-break:break-word;overflow-wrap:anywhere;letter-spacing:-0.01em}.hsk-cb-user-bubble--tail::before,.hsk-cb-user-bubble--tail::after{content:'';position:absolute;bottom:0;height:25px;pointer-events:none}.hsk-cb-user-bubble--tail::before{right:-7px;width:20px;background:var(--hsk-user-bubble-bg,#007aff);border-bottom-left-radius:16px 14px}.hsk-cb-user-bubble--tail::after{right:-26px;width:26px;background:var(--hsk-chat-bg,#ffffff);border-bottom-left-radius:10px}.hsk-cb-panel[dir="rtl"] .hsk-cb-user-bubble--tail::before{right:auto;left:-7px;border-bottom-left-radius:0;border-bottom-right-radius:16px 14px}.hsk-cb-panel[dir="rtl"] .hsk-cb-user-bubble--tail::after{right:auto;left:-26px;border-bottom-left-radius:0;border-bottom-right-radius:10px}.hsk-cb-ai-msg{display:block}.hsk-cb-ai-icon{width:32px;height:32px;border-radius:0;background:transparent !important;border:none !important;color:var(--hsk-primary,#ff6a33);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:-2px}.hsk-cb-ai-icon>svg{width:30px !important;height:30px !important}.hsk-cb-ai-icon>.hsk-cb-ai-mark{width:40px !important;height:40px !important}.hsk-cb-ai-body{flex:1;min-width:0}.hsk-cb-ai-content{display:flex;flex-direction:column;gap:10px;align-items:flex-start;width:100%}.hsk-cb-think+.hsk-cb-ai-content>.hsk-cb-ai-text:first-child{padding-top:20px}.hsk-cb-ai-text{font-size:var(--hsk-font-size,14.5px);font-family:var(--hsk-font);line-height:1.48;color:var(--hsk-chat-text,#111827);background:var(--hsk-chat-ai-bg,#eeeef0);padding:11px 15px;border-radius:18px;position:relative;display:inline-block;width:fit-content;box-sizing:border-box;max-width:min(88%,560px);word-break:break-word;overflow-wrap:anywhere;margin-top:4px}.hsk-cb-ai-text:not(:has(~.hsk-cb-ai-text))::before,.hsk-cb-ai-text:not(:has(~.hsk-cb-ai-text))::after{content:'';position:absolute;bottom:0;height:25px;pointer-events:none}.hsk-cb-ai-text:not(:has(~.hsk-cb-ai-text))::before{left:-7px;width:20px;background:var(--hsk-chat-ai-bg,#eeeef0);border-bottom-right-radius:16px 14px}.hsk-cb-ai-text:not(:has(~.hsk-cb-ai-text))::after{left:-26px;width:26px;background:var(--hsk-chat-bg,#ffffff);border-bottom-right-radius:10px}.hsk-cb-panel[dir="rtl"] .hsk-cb-ai-text:not(:has(~.hsk-cb-ai-text))::before{left:auto;right:-7px;border-bottom-right-radius:0;border-bottom-left-radius:16px 14px}.hsk-cb-panel[dir="rtl"] .hsk-cb-ai-text:not(:has(~.hsk-cb-ai-text))::after{left:auto;right:-26px;border-bottom-right-radius:0;border-bottom-left-radius:10px}.hsk-cb-sent-status{font-size:11px;line-height:1;color:var(--hsk-chat-muted,#8a8f98);padding:4px 6px 0 0;animation:hsk-sent-in .2s ease-out both}@keyframes hsk-sent-in{from{opacity:0}to{opacity:1}}.hsk-cb-user-bubble--queued{opacity:.55}.hsk-cb-queued-status{display:inline-flex;align-items:center;gap:5px;font-size:11px;line-height:1;color:var(--hsk-chat-muted,#8a8f98);padding:4px 0 0;background:none;border:none;cursor:pointer;font-family:var(--hsk-font);animation:hsk-sent-in .2s ease-out both}.hsk-cb-queued-dot{width:5px;height:5px;border-radius:999px;background:currentColor;animation:hsk-queued-pulse 1.1s ease-in-out infinite}@keyframes hsk-queued-pulse{0%,100%{opacity:.35;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}.hsk-cb-queued-now{color:var(--hsk-primary,#ff6a33);font-weight:600;transition:opacity .15s ease}.hsk-cb-queued-status:hover .hsk-cb-queued-now{opacity:.7}@media (prefers-reduced-motion:reduce){.hsk-cb-queued-dot{animation:none;opacity:.8}}.hsk-cb-timeline{display:none}@media (min-width:900px){.hsk-cb-timeline.hsk-cb-timeline--left{display:block;position:absolute;left:auto !important;right:100% !important;margin-right:28px !important;top:50%;transform:translateY(-50%) !important;width:180px;max-height:60%;overflow:hidden;z-index:10;pointer-events:auto;direction:ltr !important;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 14%,#000 86%,transparent);mask-image:linear-gradient(to bottom,transparent,#000 14%,#000 86%,transparent)}.hsk-cb-timeline.hsk-cb-timeline--right{display:block;position:absolute;left:100% !important;right:auto !important;margin-left:28px !important;top:50%;transform:translateY(-50%) !important;width:180px;max-height:60%;overflow:hidden;z-index:10;pointer-events:auto;direction:ltr !important;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 14%,#000 86%,transparent);mask-image:linear-gradient(to bottom,transparent,#000 14%,#000 86%,transparent)}.hsk-cb-timeline-track{animation:hsk-tl-in .32s cubic-bezier(.22,1,.36,1) both}}@keyframes hsk-tl-in{from{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}.hsk-cb-timeline-track{--hsk-tl-x:9px;position:relative;padding-left:26px !important;padding-right:6px !important;transition:transform .28s cubic-bezier(.22,1,.36,1)}.hsk-cb-timeline-track::before,.hsk-cb-timeline-track::after{content:'';position:absolute;left:calc(var(--hsk-tl-x) - 1px) !important;right:auto !important;top:8px;bottom:8px;width:2px;border-radius:2px}.hsk-cb-timeline-track::before{background:var(--hsk-chat-divide,rgba(0,0,0,.09))}.hsk-cb-timeline-track::after{background:var(--hsk-primary,#ff6a33);opacity:.5;transform-origin:top;transform:scaleY(var(--hsk-tl-progress,0));transition:transform .18s linear}.hsk-cb-tl-item{--hsk-tl-d:0;position:relative;display:block;width:100%;padding:7px 6px 7px 0 !important;border:none;background:none;text-align:left !important;cursor:pointer;font-family:var(--hsk-font)}.hsk-cb-tl-dot{position:absolute;left:calc(var(--hsk-tl-x,9px) - 3.5px) !important;right:auto !important;top:50%;width:7px;height:7px;margin-top:-3.5px;border-radius:999px;background:var(--hsk-chat-divide,rgba(0,0,0,.18));opacity:max(.25,calc(1 - var(--hsk-tl-d) * .22));transition:transform .28s cubic-bezier(.34,1.4,.64,1),opacity .46s cubic-bezier(.22,1,.36,1),background .2s ease}.hsk-cb-tl-label{display:block;font-size:12px;line-height:1.4;color:var(--hsk-chat-muted,#8a8f98);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transform:translateX(calc(var(--hsk-tl-d) * 7px));opacity:max(.32,calc(.9 - var(--hsk-tl-d) * .15));transition:transform .46s cubic-bezier(.22,1,.36,1),opacity .46s cubic-bezier(.22,1,.36,1),color .2s ease}.hsk-cb-tl-item:hover .hsk-cb-tl-label{opacity:1;transform:translateX(calc(var(--hsk-tl-d) * 7px - 2px))}.hsk-cb-tl-item:hover .hsk-cb-tl-dot{transform:scale(1.25)}.hsk-cb-tl-cursor{position:absolute;left:calc(var(--hsk-tl-x,9px) - 4.5px) !important;right:auto !important;top:0;width:9px;height:9px;margin-top:-4.5px;border-radius:999px;background:var(--hsk-primary,#ff6a33);transform:translateY(0);transition:transform .44s cubic-bezier(.22,1,.36,1);will-change:transform;pointer-events:none}.hsk-cb-tl-item--on .hsk-cb-tl-dot{opacity:.35}.hsk-cb-tl-item--on .hsk-cb-tl-label{color:var(--hsk-chat-text,#1f1f1f);opacity:1;font-weight:500}@media (prefers-reduced-motion:reduce){.hsk-cb-timeline-track{animation:none}.hsk-cb-timeline-track::after,.hsk-cb-tl-label,.hsk-cb-tl-cursor,.hsk-cb-tl-dot{transition:none}}@media (prefers-color-scheme:dark){.hsk-cb-ai-text{--hsk-chat-ai-bg:#26262a;background:var(--hsk-chat-ai-bg);color:#f9fafb}}.hsk-cb-sources-wrap{position:relative;margin-top:20px}.hsk-cb-sources{display:flex;flex-direction:row;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px}.hsk-cb-sources::-webkit-scrollbar{display:none}.hsk-cb-sources-fade-left,.hsk-cb-sources-fade-right{position:absolute;top:0;bottom:4px;width:30px;pointer-events:none;z-index:2}.hsk-cb-sources-fade-left,.hsk-cb-sources-fade-right{background-color:var(--hsk-fade-bg,var(--hsk-chat-bg,#0e0e0f))}.hsk-cb-sources-fade-left,[dir="rtl"] .hsk-cb-sources-fade-right{-webkit-mask-image:linear-gradient(to right,#000 0,rgba(0,0,0,.55) 45%,transparent 100%);mask-image:linear-gradient(to right,#000 0,rgba(0,0,0,.55) 45%,transparent 100%)}.hsk-cb-sources-fade-right,[dir="rtl"] .hsk-cb-sources-fade-left{-webkit-mask-image:linear-gradient(to left,#000 0,rgba(0,0,0,.55) 45%,transparent 100%);mask-image:linear-gradient(to left,#000 0,rgba(0,0,0,.55) 45%,transparent 100%)}.hsk-cb-sources-fade-left{inset-inline-start:0}.hsk-cb-sources-fade-right{inset-inline-end:0}.hsk-cb-sources-next,.hsk-cb-sources-prev{position:absolute;top:42%;transform:translateY(-50%);width:34px;height:34px;border-radius:50% !important;background:var(--hsk-chat-bg,#ffffff) !important;border:1px solid var(--hsk-chat-divide,rgba(0,0,0,.12)) !important;color:var(--hsk-primary,#ff6a33) !important;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(0,0,0,.14);z-index:10;cursor:pointer;transition:transform .2s cubic-bezier(.34,1.56,.64,1),background .18s ease,color .18s ease,box-shadow .18s ease}.hsk-cb-sources-next:hover,.hsk-cb-sources-prev:hover{background:var(--hsk-primary,#ff6a33) !important;color:#ffffff !important;border-color:var(--hsk-primary,#ff6a33) !important;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 18px rgba(255,106,51,.35)}.hsk-cb-sources-next{inset-inline-end:2px}.hsk-cb-sources-prev{inset-inline-start:2px}[dir="rtl"] .hsk-cb-sources-next svg,[dir="rtl"] .hsk-cb-sources-prev svg{transform:scaleX(-1)}.hsk-cb-carousel-dots{display:flex;align-items:center;justify-content:center;gap:5px;margin-top:10px}.hsk-cb-dot-item{width:6px;height:6px;border-radius:50%;background:rgba(150,150,150,.35);transition:all .25s cubic-bezier(.34,1.56,.64,1);cursor:pointer}.hsk-cb-dot-item--active{width:18px;border-radius:999px;background:var(--hsk-primary,#ff6a33)}.hsk-cb-source{flex:0 0 188px;scroll-snap-align:start;border-radius:var(--hsk-border-radius,0);border:none;background:transparent;cursor:pointer;transition:transform .14s,opacity .14s;animation:hsk-card-in .26s ease-out both;overflow:visible}@keyframes hsk-card-in{from{opacity:0;transform:translateX(16px)}to{opacity:1;transform:none}}.hsk-cb-source:hover{transform:translateY(-3px);opacity:.92}.hsk-cb-src-imgwrap{width:188px;height:188px;overflow:hidden;border-radius:var(--hsk-border-radius,0);display:block;background:var(--hsk-chat-source-bg,#f8f9fa)}.hsk-cb-src-imgwrap img{width:100%;height:100%;object-fit:cover;transition:transform .22s;display:block}.hsk-cb-source:hover .hsk-cb-src-imgwrap img{transform:scale(1.05)}.hsk-cb-src-imgwrap-empty{width:188px;height:188px;background:var(--hsk-chat-divide,rgba(0,0,0,.06));display:flex;align-items:center;justify-content:center;color:var(--hsk-chat-muted,#555);font-size:32px}.hsk-cb-src-info{padding:8px 2px 0}.hsk-cb-sources-wrap--compact{margin-top:10px}.hsk-cb-sources-wrap--compact .hsk-cb-sources{gap:10px}.hsk-cb-sources-wrap--compact .hsk-cb-source{flex:0 0 96px}.hsk-cb-sources-wrap--compact .hsk-cb-src-imgwrap,.hsk-cb-sources-wrap--compact .hsk-cb-src-imgwrap-empty{width:96px;height:96px}.hsk-cb-sources-wrap--compact .hsk-cb-src-imgwrap-empty{font-size:20px}.hsk-cb-sources-wrap--compact .hsk-cb-src-name{font-size:12px;-webkit-line-clamp:1}.hsk-cb-sources-wrap--compact .hsk-cb-src-price{font-size:11px;padding:1px 6px}.hsk-cb-sources-wrap--compact .hsk-cb-source-ref-badge{display:none}.hsk-cb-src-name{font-size:13px;font-weight:600;color:var(--hsk-chat-text,#333);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hsk-cb-src-price{display:inline-flex;align-items:center;width:fit-content;max-width:100%;padding:2px 9px;border-radius:9999px;background:var(--hsk-chat-source-bg,rgba(0,0,0,.05));border:1px solid var(--hsk-chat-divide,rgba(0,0,0,.08));font-size:12px;font-weight:600;color:var(--hsk-primary,#ff6a33);margin-top:5px;line-height:1.2}.hsk-cb-typing-row{display:flex;align-items:flex-start;gap:14px;padding:20px 0}@keyframes hsk-shimmer{0%{background-position:130% 0}100%{background-position:-110% 0}}.hsk-cb-input-wrap{position:relative;--hsk-composer-pad-top:16px;--hsk-composer-pad-x:var(--hsk-gutter,24px);padding:var(--hsk-composer-pad-top) var(--hsk-composer-pad-x) 24px;flex-shrink:0;background:transparent !important;z-index:10}.hsk-cb-input-wrap::after{display:none !important}.hsk-cb-input-card{border-radius:20px;background:var(--hsk-chat-input-bg,#ffffff);border:none !important;outline:none !important;box-shadow:0 3px 14px -1px rgba(0,0,0,.05),0 1px 4px rgba(0,0,0,.03) !important;overflow:hidden;position:relative;z-index:1;transition:height .22s cubic-bezier(.32,.72,0,1)}.hsk-cb-input-card:focus-within{border:none !important;outline:none !important;box-shadow:0 4px 18px -1px rgba(0,0,0,.07),0 2px 6px rgba(0,0,0,.04) !important}.hsk-cb-docked-header{display:flex;align-items:center;gap:8px;padding:10px 16px 6px;background:transparent;border-bottom:none !important;user-select:none}.hsk-cb-docked-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px;color:var(--hsk-primary,#ff6a33)}.hsk-cb-docked-title{font-size:13px;font-weight:700;color:var(--hsk-primary,#ff6a33);letter-spacing:-0.01em}.hsk-cb-docked-sub{font-size:12px;font-weight:500;letter-spacing:-0.01em;color:var(--hsk-chat-text,#1f1f1f);flex:1}.hsk-cb-docked-close{background:none;border:none;color:var(--hsk-chat-muted,rgba(0,0,0,.4));font-size:16px;line-height:1;cursor:pointer;padding:2px 6px;border-radius:50%;transition:background .12s,color .12s}.hsk-cb-docked-close:hover{background:rgba(0,0,0,.08);color:var(--hsk-chat-text,#111111)}.hsk-cb-field{margin-inline:5px}.hsk-cb-input-box[data-expanded="true"]>.hsk-cb-field{margin-inline:0}.hsk-cb-docked-options{display:flex;flex-direction:column;padding:4px 6px;background:transparent;border-bottom:none !important;max-height:220px;overflow-y:auto;scrollbar-width:thin}.hsk-cb-docked-option{display:flex;align-items:center;gap:10px;width:100%;padding:8px 12px;border:none;background:transparent !important;border-radius:10px;color:var(--hsk-chat-text,#1f1f1f);font-family:inherit;font-size:14px;text-align:start;cursor:pointer;transition:color .15s ease}.hsk-cb-docked-option:hover,.hsk-cb-docked-option:focus{background:transparent !important;color:var(--hsk-primary,#ff6a33)}.hsk-cb-docked-option-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:color-mix(in srgb,var(--hsk-primary,#ff6a33) 12%,transparent);color:var(--hsk-primary,#ff6a33);flex-shrink:0;overflow:hidden;transition:transform .2s cubic-bezier(.34,1.56,.64,1),background .18s ease}.hsk-cb-docked-option:hover .hsk-cb-docked-option-icon,.hsk-cb-docked-option:focus .hsk-cb-docked-option-icon{background:color-mix(in srgb,var(--hsk-primary,#ff6a33) 22%,transparent);transform:scale(1.15) rotate(4deg)}.hsk-cb-docked-option-icon img{width:100%;height:100%;object-fit:cover}.hsk-cb-docked-option-title{font-weight:500;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .15s ease}.hsk-cb-docked-option-desc{font-size:12px;color:var(--hsk-chat-muted,#6b7280);font-weight:400}.hsk-cb-docked-option-price{font-size:12px;font-weight:600;color:var(--hsk-chat-muted,#6b7280)}.hsk-cb-input-box{position:relative;display:grid;grid-template-columns:auto auto 1fr auto auto;grid-template-rows:auto 0;align-items:center;justify-items:start;column-gap:10px;row-gap:0;transition:grid-template-rows .2s cubic-bezier(.32,.72,0,1),row-gap .2s cubic-bezier(.32,.72,0,1);background:transparent !important;border:none !important;outline:none !important;border-radius:0 !important;padding-block:12px;padding-inline:18px 14px;box-shadow:none !important}.hsk-cb-tools-toggle{display:none}.hsk-cb-toolsheet-wrap{position:absolute;bottom:calc(100% - 6px);inset-inline-start:var(--hsk-composer-pad-x,14px);inset-inline-end:auto;z-index:100;transform-origin:bottom left;animation:hsk-toolsheet-in .22s cubic-bezier(.16,1,.3,1) both;pointer-events:auto}[dir="rtl"] .hsk-cb-toolsheet-wrap,.hsk-cb-panel[dir="rtl"] .hsk-cb-toolsheet-wrap{transform-origin:bottom right}.hsk-cb-toolsheet{position:relative;z-index:1;min-width:200px;padding:6px;border-radius:16px;background:var(--hsk-chat-source-bg,rgba(255,255,255,.08));border:none !important;box-shadow:none !important}@keyframes hsk-toolsheet-in{0%{opacity:0;transform:translateY(8px) scale(.92)}100%{opacity:1;transform:translateY(0) scale(1)}}.hsk-cb-toolsheet-scrim{position:fixed;inset:0;z-index:90;background:transparent;cursor:default}.hsk-cb-toolsheet-item{display:flex;align-items:center;gap:11px;width:100%;padding:10px 12px;border:none;border-radius:11px;background:transparent;color:var(--hsk-chat-text,#111827);font-family:var(--hsk-font);font-size:15px;text-align:start;cursor:pointer;transition:background-color .15s ease}.hsk-cb-toolsheet-item:hover:not(:disabled){background:var(--hsk-chat-subtle,rgba(0,0,0,.05))}.hsk-cb-toolsheet-item:disabled{opacity:.45;cursor:default}.hsk-cb-toolsheet-item>svg{flex-shrink:0;color:var(--hsk-chat-muted,#6b7280)}[data-hsk-theme] .hsk-cb-toolsheet{background:var(--hsk-sheet-bg,var(--hsk-chat-input-bg,#f3f4f6)) !important;border:none !important}[data-hsk-theme] .hsk-cb-toolsheet-item{color:var(--hsk-chat-text,#111827) !important}[data-hsk-theme] .hsk-cb-toolsheet-item:hover:not(:disabled){background:var(--hsk-sheet-hover,var(--hsk-surface-2,rgba(0,0,0,.05))) !important}[data-hsk-theme] .hsk-cb-toolsheet-item>svg{color:var(--hsk-chat-muted,#6b7280) !important}@media (prefers-reduced-motion:reduce){.hsk-cb-toolsheet-wrap,.hsk-cb-toolsheet-stem{animation:none}.hsk-cb-toolsheet-stem{transform:scale(.62)}}.hsk-cb-input-box>.hsk-cb-attach-btn{grid-column:1;grid-row:1}.hsk-cb-input-box>.hsk-cb-voice-mode-btn{grid-column:2;grid-row:1}.hsk-cb-input-box>.hsk-cb-field{grid-column:3;grid-row:1}.hsk-cb-input-box>.hsk-cb-mic-btn{grid-column:4;grid-row:1}.hsk-cb-input-box>.hsk-cb-send,.hsk-cb-input-box>.hsk-chat-send{grid-column:5;grid-row:1}.hsk-cb-input-box[data-expanded="true"]{grid-template-rows:auto 36px;row-gap:6px}.hsk-cb-input-box[data-expanded="true"]>.hsk-cb-field{grid-column:1 / -1;grid-row:1}.hsk-cb-input-box[data-expanded="true"]>.hsk-cb-attach-btn,.hsk-cb-input-box[data-expanded="true"]>.hsk-cb-voice-mode-btn,.hsk-cb-input-box[data-expanded="true"]>.hsk-cb-mic-btn,.hsk-cb-input-box[data-expanded="true"]>.hsk-cb-send,.hsk-cb-input-box[data-expanded="true"]>.hsk-chat-send{grid-row:2}.hsk-cb-textarea{width:100%;background:transparent;border:none;outline:none;resize:none;font-size:var(--hsk-input-font-size,16px);font-family:var(--hsk-font);color:var(--hsk-chat-text,#111);min-height:28px;max-height:140px;field-sizing:content;line-height:var(--hsk-input-line-height,1.55);word-break:break-word;overflow-wrap:break-word;padding:0;transition:height .18s cubic-bezier(.32,.72,0,1),color .42s cubic-bezier(.16,1,.3,1);scrollbar-width:none}.hsk-cb-textarea::-webkit-scrollbar{width:0;height:0}.hsk-cb-textarea::placeholder{color:var(--hsk-chat-muted,#9ca3af);font-family:var(--hsk-font);font-size:16px}.hsk-cb-attach-btn,.hsk-cb-mic-btn,.hsk-cb-send,.hsk-chat-send{width:36px;height:36px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:none;cursor:pointer;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s cubic-bezier(.34,1.56,.64,1),background-color .42s cubic-bezier(.16,1,.3,1),opacity .2s ease;font-family:inherit;margin:0;padding:0}.hsk-cb-send,.hsk-chat-send{background:linear-gradient(135deg,#007aff 0,#0056b3 100%);color:#ffffff;border-radius:12px !important;box-shadow:0 4px 14px rgba(0,122,255,.38),inset 0 1px 0 rgba(255,255,255,.35);position:relative;overflow:hidden}.hsk-cb-send .hsk-telegram-icon,.hsk-chat-send .hsk-telegram-icon{transition:transform .25s cubic-bezier(.34,1.56,.64,1)}.hsk-cb-send:hover:not(:disabled),.hsk-chat-send:hover:not(:disabled){opacity:1;transform:translateY(-1px) scale(1.05);box-shadow:0 6px 18px rgba(0,122,255,.48),inset 0 1px 0 rgba(255,255,255,.45)}.hsk-cb-send:hover:not(:disabled) .hsk-telegram-icon,.hsk-chat-send:hover:not(:disabled) .hsk-telegram-icon{transform:translate(2px,-2px) rotate(-10deg) scale(1.1)}.hsk-cb-send:active:not(:disabled),.hsk-chat-send:active:not(:disabled){transform:translateY(0) scale(.94);box-shadow:0 1px 4px rgba(0,122,255,.3)}.hsk-cb-send:disabled,.hsk-chat-send:disabled{opacity:.4;cursor:not-allowed;background:var(--hsk-chat-muted,#ccc);box-shadow:none}.hsk-cb-send--stop{background:#e5342a !important}.hsk-cb-send--stop:hover{background:#c92a21 !important;opacity:1}.hsk-cb-hint{text-align:center;font-size:9px;line-height:14px;color:var(--hsk-chat-muted,#bbb);margin-top:10px}.hsk-cb-field{position:relative;grid-area:field;display:flex;align-items:center;width:100%;min-width:0;--hsk-input-font-size:16px;--hsk-input-line-height:1.55;--hsk-input-control:36px;--hsk-input-line-box:calc(var(--hsk-input-font-size) * var(--hsk-input-line-height))}.hsk-cb-listening{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.hsk-cb-listening span{width:2px;height:2px;border-radius:999px;background:var(--hsk-primary,#ff6a33);opacity:.3;transform-origin:center;will-change:transform,opacity;transition:transform 90ms linear,opacity 90ms linear}.hsk-animated-placeholder{position:absolute;inset:0;display:flex;align-items:center;height:100%;pointer-events:none;overflow:hidden;user-select:none;padding:0;z-index:1}.hsk-cb-input-box>*{--hsk-cascade-ease:cubic-bezier(.45,0,.55,1);--hsk-cascade-dur:.44s;--hsk-cascade-step:55ms}.hsk-cb-input-box[data-cascade]>*:not([type="file"]):not(.hsk-cb-field){animation-duration:var(--hsk-cascade-dur);animation-timing-function:var(--hsk-cascade-ease);animation-fill-mode:none}.hsk-cb-input-box[data-cascade="a"]>*:not([type="file"]):not(.hsk-cb-field){animation-name:hsk-leaf-settle-a}.hsk-cb-input-box[data-cascade="b"]>*:not([type="file"]):not(.hsk-cb-field){animation-name:hsk-leaf-settle-b}.hsk-cb-input-box[data-cascade]>*:not([type="file"]):not(.hsk-cb-field),.hsk-animated-placeholder__char{will-change:transform}.hsk-cb-input-box:hover>*,.hsk-cb-input-box:focus-within>*{will-change:auto}.hsk-cb-input-box>*{--hsk-cascade-field:110ms}.hsk-cb-input-box[data-cascade]>.hsk-cb-attach-btn{animation-delay:0ms}.hsk-cb-input-box[data-cascade]>.hsk-cb-voice-mode-btn{animation-delay:var(--hsk-cascade-step)}.hsk-cb-input-box[data-cascade]>.hsk-cb-mic-btn{animation-delay:calc(var(--hsk-cascade-field)+var(--hsk-text-sweep,0ms))}.hsk-cb-input-box[data-cascade]>.hsk-cb-send,.hsk-cb-input-box[data-cascade]>.hsk-chat-send{animation-delay:calc(var(--hsk-cascade-field)+var(--hsk-text-sweep,0ms)+var(--hsk-cascade-step))}@keyframes hsk-leaf-settle-a{0%{transform:translateY(0) scale(1)}42%{transform:translateY(-3px) scale(1.05)}100%{transform:translateY(0) scale(1)}}@keyframes hsk-leaf-settle-b{0%{transform:translateY(0) scale(1)}42%{transform:translateY(-3px) scale(1.05)}100%{transform:translateY(0) scale(1)}}.hsk-cb-input-box>.hsk-cb-field .hsk-animated-placeholder__char{animation-name:hsk-placeholder-animate-up}@media (prefers-reduced-motion:reduce){.hsk-cb-input-box[data-cascade="a"]>*,.hsk-cb-input-box[data-cascade="b"]>*{animation:none;transform:none;opacity:1}.hsk-cb-textarea,.hsk-cb-input-card{transition-property:background-color,box-shadow}}.hsk-animated-placeholder__char{display:inline-block;font-size:var(--hsk-input-font-size,16px);line-height:var(--hsk-input-line-height,1.55);color:var(--hsk-chat-muted,#9ca3af);font-family:var(--hsk-font);white-space:pre;animation:hsk-placeholder-animate-up .46s cubic-bezier(.16,1,.3,1) both}@keyframes hsk-placeholder-animate-up{0%{opacity:0;transform:translateY(9px);color:hsl(var(--hsk-ph-hue,0) var(--hsk-ph-sat,68%) var(--hsk-ph-light,55%))}55%{opacity:1;color:hsl(var(--hsk-ph-hue,0) var(--hsk-ph-sat,68%) var(--hsk-ph-light,55%))}100%{opacity:1;transform:translateY(0);color:var(--hsk-chat-muted,#9ca3af)}}@media (prefers-reduced-motion:reduce){.hsk-animated-placeholder__char{animation:none;transform:none;opacity:1;color:var(--hsk-chat-muted,#9ca3af);animation-delay:0ms !important}}.hsk-cb-voice-error{display:flex;align-items:center;justify-content:center;gap:8px;font-size:12px;line-height:1.4;max-width:90%;margin-inline:auto;text-wrap:balance;color:#ff6b6b;margin-top:8px;padding:4px 12px;border-radius:12px;background:rgba(229,72,77,.12);border:none;cursor:pointer;animation:hsk-msg-in .2s ease-out both}.hsk-cb-voice-error-dismiss{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;border:none;background:rgba(255,255,255,.12);color:inherit;font-size:14px;line-height:1;cursor:pointer;padding:0;flex-shrink:0;transition:background .15s ease,transform .15s ease}.hsk-cb-voice-error-dismiss:hover{background:rgba(255,255,255,.25);transform:scale(1.1)}.hsk-cb-img-strip{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:10px 18px 2px 18px;background:transparent;border:none;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;animation:hsk-msg-in .2s ease-out both}.hsk-cb-img-thumb-wrap{position:relative;width:60px;height:60px;flex-shrink:0;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08),0 0 0 1px rgba(255,255,255,.12);transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s cubic-bezier(.16,1,.3,1);overflow:visible}.hsk-cb-img-thumb-wrap:hover{transform:translateY(-2px);box-shadow:0 6px 14px rgba(0,0,0,.12),0 0 0 1px rgba(255,255,255,.2)}.hsk-cb-img-thumb{width:100%;height:100%;object-fit:cover;border-radius:12px;border:none;display:block}.hsk-cb-img-thumb-remove{position:absolute;top:-5px;inset-inline-end:-5px;width:18px;height:18px;border-radius:50%;background:rgba(20,20,24,.75);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#ffffff;border:1px solid rgba(255,255,255,.25);box-shadow:0 2px 6px rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:transform .15s cubic-bezier(.16,1,.3,1),background-color .15s ease;z-index:2}.hsk-cb-img-thumb-remove:hover{background:rgba(239,68,68,.92);border-color:rgba(255,255,255,.4);transform:scale(1.15)}.hsk-cb-attach-btn,.hsk-cb-mic-btn,.hsk-cb-voice-mode-btn{position:relative;width:36px;height:36px;border-radius:12px;border:none !important;outline:none !important;background:transparent;color:var(--hsk-chat-muted,#71717a);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:none !important;opacity:.75;transition:transform .35s cubic-bezier(.34,1.8,.64,1),background-color .2s ease,color .2s ease,opacity .2s ease;font-family:inherit;overflow:visible}.hsk-cb-attach-btn:hover:not(:disabled),.hsk-cb-mic-btn:hover:not(:disabled),.hsk-cb-voice-mode-btn:hover:not(:disabled){opacity:1;color:var(--hsk-chat-text,#1f1f1f);background:transparent;transform:translateY(-1px)}.hsk-cb-attach-btn:active:not(:disabled),.hsk-cb-mic-btn:active:not(:disabled),.hsk-cb-voice-mode-btn:active:not(:disabled){transform:translateY(0) scale(.94);transition-duration:.1s}.hsk-cb-attach-btn svg,.hsk-cb-mic-btn svg,.hsk-cb-voice-mode-btn svg{overflow:visible}.hsk-cb-attach-btn svg{transition:transform .34s cubic-bezier(.22,1,.36,1)}.hsk-cb-attach-btn:hover:not(:disabled) svg{transform:rotate(-14deg) translateY(-1px)}.hsk-mic-cap{transform-box:fill-box;transform-origin:center;transition:transform .32s cubic-bezier(.34,1.56,.64,1)}.hsk-cb-mic-btn:hover:not(:disabled) .hsk-mic-cap{transform:translateY(-1.5px)}.hsk-wave-bar{transform-box:fill-box;transform-origin:center;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.hsk-cb-voice-mode-btn:hover:not(:disabled) .hsk-wave-bar{animation:hsk-wave-wake .52s cubic-bezier(.34,1.8,.64,1) both,hsk-wave-live var(--hsk-period,1.1s) ease-in-out .52s infinite;animation-delay:calc(var(--hsk-bar,0) * 55ms),calc(.52s+var(--hsk-bar,0) * 55ms)}.hsk-cb-voice-mode-btn:hover:not(:disabled) .hsk-wave-bar--tip{animation-name:hsk-wave-wake-tip,hsk-wave-live-tip}@keyframes hsk-wave-wake{0%{transform:scaleY(.12)}55%{transform:scaleY(calc(var(--hsk-amp,1.6) * 1.12))}100%{transform:scaleY(1)}}@keyframes hsk-wave-live{0%,100%{transform:scaleY(1)}30%{transform:scaleY(var(--hsk-amp,1.6))}55%{transform:scaleY(calc(1+(var(--hsk-amp,1.6) - 1) * .22))}78%{transform:scaleY(calc(1+(var(--hsk-amp,1.6) - 1) * .62))}}@keyframes hsk-wave-wake-tip{0%{transform:scaleX(.2);opacity:.4}55%{transform:scaleX(calc(var(--hsk-amp,1.9) * 1.1));opacity:1}100%{transform:scaleX(1);opacity:.8}}@keyframes hsk-wave-live-tip{0%,100%{transform:scaleX(1);opacity:.7}30%{transform:scaleX(var(--hsk-amp,1.9));opacity:1}70%{transform:scaleX(1.15);opacity:.8}}.hsk-copy-sheet,.hsk-copy-back{transform-box:fill-box;transform-origin:center;transition:transform .3s cubic-bezier(.22,1,.36,1)}.hsk-cb-kiku-id-pill:hover .hsk-copy-sheet{transform:translate(.9px,.9px)}.hsk-cb-kiku-id-pill:hover .hsk-copy-back{transform:translate(-0.9px,-0.9px)}@media (prefers-reduced-motion:reduce){.hsk-cb-attach-btn:hover:not(:disabled) svg,.hsk-cb-mic-btn:hover:not(:disabled) .hsk-mic-cap,.hsk-cb-kiku-id-pill:hover .hsk-copy-sheet,.hsk-cb-kiku-id-pill:hover .hsk-copy-back{transform:none}.hsk-cb-voice-mode-btn:hover:not(:disabled) .hsk-wave-bar{animation:none}}.hsk-cb-attach-btn:disabled,.hsk-cb-mic-btn:disabled,.hsk-cb-voice-mode-btn:disabled{opacity:.3;cursor:not-allowed;transform:none}.hsk-cb-mic-btn--listening{color:#ef4444 !important;background:rgba(239,68,68,.16) !important;transform:scale(1.1) !important}.hsk-cb-mic-btn--processing{color:var(--hsk-primary,#ff6a33) !important;opacity:.85}.hsk-cb-user-imgs{display:grid;gap:2px;width:fit-content;max-width:min(78%,320px);margin-bottom:4px;margin-left:auto;border-radius:18px 18px 4px 18px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.16)}.hsk-cb-user-imgs[data-count="1"]{grid-template-columns:1fr}.hsk-cb-user-imgs[data-count="2"]{grid-template-columns:1fr 1fr}.hsk-cb-user-imgs[data-count="3"]{grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr}.hsk-cb-user-imgs[data-count="3"]>:first-child{grid-row:span 2}.hsk-cb-user-imgs[data-count="4"]{grid-template-columns:1fr 1fr}.hsk-cb-user-img-cell{position:relative;display:block;padding:0;border:none;background:none;cursor:pointer;overflow:hidden;min-width:0;line-height:0}.hsk-cb-user-imgs[data-count="1"] .hsk-cb-user-img-cell{aspect-ratio:auto}.hsk-cb-user-imgs:not([data-count="1"]) .hsk-cb-user-img-cell{aspect-ratio:1}.hsk-cb-user-img-more{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.45);color:#fff;font-size:20px;font-weight:600;line-height:1}.hsk-cb-user-img-thumb{width:100%;height:100%;object-fit:cover;display:block;cursor:pointer}.hsk-cb-user-imgs[data-count="1"] .hsk-cb-user-img-thumb{height:auto;max-height:300px;object-fit:contain}.hsk-cb-user-img-cell:hover .hsk-cb-user-img-thumb{filter:brightness(.93)}.hsk-cb-error{display:block;width:fit-content;max-width:min(560px,100%);margin:10px auto 8px;padding:10px 14px;border-radius:10px;background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.2);color:#ef4444;font-size:13px;line-height:1.5;font-family:var(--hsk-font);text-align:center}.hsk-kiku-badge{display:inline-block;font-size:var(--hsk-font-size,16px);font-family:var(--hsk-font);font-weight:600;background:rgba(255,255,255,.22);border:1px solid rgba(255,255,255,.35);color:#ffffff;padding:1px 7px;border-radius:6px;margin-inline-end:6px}.hsk-cb-memory-pill{display:inline-flex;align-items:center;gap:10px;align-self:flex-start;margin:12px 0 6px 0;padding:12px 22px;font-size:15px;font-weight:600;text-decoration:none;color:#ffffff;background:linear-gradient(135deg,#007aff 0,#0056b3 100%);border:none;border-radius:18px 18px 18px 4px !important;box-shadow:0 4px 16px -2px rgba(0,122,255,.38),inset 0 1px 0 rgba(255,255,255,.28);transition:transform .18s cubic-bezier(.34,1.56,.64,1),opacity .15s,box-shadow .18s ease;cursor:pointer}.hsk-cb-memory-pill:hover{opacity:.96;transform:translateY(-1px) scale(1.02);box-shadow:0 6px 20px rgba(0,122,255,.48)}.hsk-cb-think{position:relative;z-index:2;margin-bottom:-11px;margin-inline-start:12px;font-size:14px;font-family:var(--hsk-font)}.hsk-cb-think-head{display:inline-flex;align-items:center;gap:6px;height:24px;padding:0 11px;border:none;border-radius:999px;background:var(--hsk-chat-ai-bg,#eeeef0);box-shadow:0 0 0 3px var(--hsk-chat-bg,#ffffff),0 1px 3px rgba(0,0,0,.13);font-family:var(--hsk-font);font-size:12px;font-weight:600;color:var(--hsk-chat-muted,#6b7280);cursor:pointer;user-select:none;line-height:28px}.hsk-cb-think-head:hover{color:var(--hsk-chat-text,#111827)}.hsk-cb-think-head--static{cursor:default}.hsk-cb-think-head--static:hover{color:var(--hsk-chat-muted,#6b7280)}.hsk-cb-think-spin{animation:hsk-think-spin 3s linear infinite}@keyframes hsk-think-spin{to{transform:rotate(360deg)}}.hsk-cb-think-chevron{font-size:9px;transition:transform .12s}.hsk-cb-think-chevron--open{transform:rotate(90deg)}.hsk-cb-think-body{margin-top:6px;padding:8px 12px;border-left:2px solid var(--hsk-chat-border,rgba(128,128,128,.25));color:var(--hsk-chat-muted,#4b5563);white-space:pre-wrap;line-height:1.5;font-family:var(--hsk-font);font-size:14px}.hsk-cb-stopped{display:flex;flex-direction:column;align-items:start;gap:8px;margin:10px 0 14px}.hsk-cb-stopped--empty{align-items:center;text-align:center;margin:22px auto 18px}.hsk-cb-stopped--empty .hsk-cb-stopped-label{text-align:center}.hsk-cb-stopped-dots{display:flex;gap:5px;margin-bottom:2px}.hsk-cb-stopped-dots i{width:5px;height:5px;border-radius:50%;background:var(--hsk-chat-muted,#888);opacity:.4}.hsk-cb-stopped-label{font-size:13px;line-height:1.5;color:var(--hsk-chat-muted,#888);font-family:var(--hsk-font);text-align:start}.hsk-cb-continue{display:inline-flex;align-items:center;gap:7px;padding:7px 14px;font-size:13px;font-weight:500;font-family:var(--hsk-font);color:var(--hsk-chat-text,#111);background:var(--hsk-chat-source-bg,rgba(0,0,0,.04));border:1px solid transparent;border-radius:999px;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.hsk-cb-continue:hover{border-color:var(--hsk-primary);color:var(--hsk-primary);background:transparent}.hsk-cb-continue svg{flex:none}[dir="rtl"] .hsk-cb-continue svg{transform:scaleX(-1)}@media (prefers-color-scheme:dark){.hsk-cb-continue{background:rgba(255,255,255,.06);color:#f0efed}.hsk-cb-continue:hover{background:transparent}}.hsk-sb-wrap{--hsk-bg:#ffffff;--hsk-border:#f1f3f4;--hsk-text:#1f1f1f;--hsk-muted:#5f6368;--hsk-hover:#f8f9fa;--hsk-drop-shadow:0 8px 30px rgba(0,0,0,.06);--hsk-primary:var(--chat-primary-color,#ff6a33);position:relative;width:100%;font-family:inherit}@media (prefers-color-scheme:dark){.hsk-sb-wrap{--hsk-bg:#0a0a0a;--hsk-border:#202124;--hsk-text:#e8eaed;--hsk-muted:#888;--hsk-hover:#1a1a1b;--hsk-drop-shadow:0 12px 40px rgba(0,0,0,.4)}}.hsk-sb-input{width:100%;padding:10px 16px 10px 40px;font-size:14px;border-radius:var(--hsk-border-radius,0);border:1.5px solid var(--hsk-border);outline:none;box-sizing:border-box;background:var(--hsk-bg);color:var(--hsk-text);transition:border-color .15s,box-shadow .15s;font-family:inherit}.hsk-sb-input::placeholder{color:var(--hsk-muted)}.hsk-sb-input:focus{border-color:var(--hsk-primary);box-shadow:0 0 0 3px rgba(255,106,51,.12)}.hsk-sb-icon{position:absolute;inset-inline-start:14px;top:50%;transform:translateY(-50%);color:var(--hsk-muted);pointer-events:none;display:flex;align-items:center}.hsk-sb-drop{position:absolute;top:calc(100%+6px);left:0;right:0;background:var(--hsk-bg);border:1px solid var(--hsk-border);border-radius:var(--hsk-border-radius,0);box-shadow:var(--hsk-drop-shadow);z-index:9999;overflow:hidden;padding:6px 0}.hsk-sb-row{display:flex;align-items:center;gap:12px;padding:9px 16px;cursor:pointer;transition:background .1s}.hsk-sb-row:hover{background:var(--hsk-hover)}.hsk-sb-row-icon{color:var(--hsk-muted);flex-shrink:0;display:flex;align-items:center}.hsk-sb-row-thumb{width:38px;height:38px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--hsk-muted);background:var(--hsk-hover);border-radius:var(--hsk-border-radius,0);overflow:hidden}.hsk-sb-row-thumb img{width:100%;height:100%;object-fit:cover;display:block}.hsk-sb-row-body{flex:1;min-width:0}.hsk-sb-row-title{font-size:13px;font-weight:500;color:var(--hsk-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.hsk-sb-row-sub{font-size:11px;color:var(--hsk-muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hsk-sb-empty{padding:14px 16px;font-size:13px;color:var(--hsk-muted)}.hsk-sb-loading-bar{height:2px;background:linear-gradient(90deg,transparent,var(--hsk-primary),transparent);background-size:200% 100%;animation:hsk-sweep .9s linear infinite;position:absolute;top:0;left:0;right:0}@keyframes hsk-sweep{0%{background-position:200% 0}100%{background-position:-200% 0}}.hsk-sb-fade{animation:hsk-fin .1s ease-out both}@keyframes hsk-fin{from{opacity:0;transform:translateY(3px)}to{opacity:1;transform:none}}.hsk-sb-skeleton-row{display:flex;align-items:center;gap:12px;padding:9px 16px}.hsk-sb-skeleton-icon{width:38px;height:38px;background:var(--hsk-hover,rgba(0,0,0,.05));border-radius:var(--hsk-border-radius,0);flex-shrink:0;animation:hsk-pulse 1.5s ease-in-out infinite}.hsk-sb-skeleton-text1{height:12px;background:var(--hsk-hover,rgba(0,0,0,.05));border-radius:3px;width:60%;animation:hsk-pulse 1.5s ease-in-out infinite}.hsk-sb-skeleton-text2{height:8px;background:var(--hsk-hover,rgba(0,0,0,.05));border-radius:2px;width:35%;margin-top:5px;animation:hsk-pulse 1.5s ease-in-out infinite}@keyframes hsk-pulse{0%,100%{opacity:.6}50%{opacity:1}}.hsk-sp-btn{--hsk-primary:var(--chat-primary-color,#ff6a33);display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--hsk-border-radius,0);border:1px solid var(--hsk-sp-border,rgba(255,106,51,.35));background:var(--hsk-sp-bg,rgba(255,106,51,.08));color:var(--hsk-primary);cursor:pointer;font-size:15px;line-height:1;transition:background .15s,border-color .15s,transform .12s;flex-shrink:0;padding:0}.hsk-sp-btn:hover{background:rgba(255,106,51,.18);border-color:rgba(255,106,51,.7);transform:scale(1.1)}.hsk-sp-btn:active{transform:scale(.92)}.hsk-sp-backdrop{position:fixed;inset:0;width:100vw;height:100vh;min-height:100dvh;z-index:2147483647 !important;display:flex;align-items:center;justify-content:center;padding:24px;animation:hsk-bd-in .2s ease-out both;background:var(--hsk-chat-bg,#ffffff) !important;box-sizing:border-box}@keyframes hsk-bd-in{from{opacity:0}to{opacity:1}}.hsk-sp-card{--hsk-primary:var(--chat-primary-color,#ff6a33);width:100%;max-width:600px;border-radius:var(--hsk-border-radius,0);overflow:hidden;animation:hsk-card-in .24s cubic-bezier(.34,1.36,.64,1) both;flex-shrink:0;background:var(--hsk-modal-card-bg,#ffffff);border:1px solid var(--hsk-modal-card-border,#f1f3f4);box-shadow:0 32px 80px rgba(0,0,0,.08),0 2px 8px rgba(0,0,0,.04);display:flex;flex-direction:column}.hsk-sp-card.hsk-sp-fullscreen{max-width:1000px;width:90vw;height:85vh;max-height:800px}@media (max-width:768px){.hsk-sp-backdrop{padding:0}.hsk-sp-card.hsk-sp-fullscreen{width:100vw;height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;border:none;border-radius:0}}@keyframes hsk-card-in{from{opacity:0;transform:scale(.96) translateY(-12px)}to{opacity:1;transform:scale(1) translateY(0)}}.hsk-sp-header{display:flex;align-items:center;gap:10px;padding:18px 20px 14px;border-bottom:1px solid var(--hsk-modal-divide,#f1f3f4);flex-shrink:0}.hsk-sp-header-icon{font-size:18px;color:var(--hsk-primary);flex-shrink:0;display:flex;align-items:center}.hsk-sp-header-body{flex:1;min-width:0}.hsk-sp-header-title{font-size:14px;font-weight:600;color:var(--hsk-modal-text,#1f1f1f);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hsk-sp-header-sub{font-size:11px;color:var(--hsk-modal-muted,#5f6368);margin-top:2px}.hsk-sp-close{width:30px;height:30px;border-radius:var(--hsk-border-radius,0);border:1px solid var(--hsk-modal-divide,#f1f3f4);background:none;color:var(--hsk-modal-muted,#5f6368);cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;transition:all .15s;flex-shrink:0}.hsk-sp-close:hover{border-color:var(--hsk-primary);color:var(--hsk-primary)}.hsk-sp-bar{height:2px;background:linear-gradient(90deg,transparent 0,var(--hsk-primary) 40%,#ffaa80 60%,transparent 100%);background-size:200% 100%;animation:hsk-bar .9s linear infinite;flex-shrink:0}@keyframes hsk-bar{0%{background-position:200% 0}100%{background-position:-200% 0}}.hsk-sp-body{display:flex;flex:1;overflow:hidden}.hsk-sp-details-pane{flex:1;overflow-y:auto;padding:24px;border-right:1px solid var(--hsk-modal-divide,#f1f3f4);display:flex;flex-direction:column;gap:20px}.hsk-sp-chat-pane{flex:1.2;display:flex;flex-direction:column;background:var(--hsk-chat-bg,#ffffff)}.hsk-sp-product-profile{display:flex;gap:20px}@media (max-width:480px){.hsk-sp-product-profile{flex-direction:column}}.hsk-sp-details-imgwrap{width:140px;height:140px;flex-shrink:0;border:1px solid var(--hsk-modal-divide,#f1f3f4);background:#ffffff;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:var(--hsk-border-radius,0)}.hsk-sp-details-imgwrap img{max-width:100%;max-height:100%;object-fit:contain}.hsk-sp-details-meta{flex:1;display:flex;flex-direction:column;gap:6px}.hsk-sp-details-name{font-size:20px;font-weight:700;color:var(--hsk-modal-text,#1f1f1f);margin:0;line-height:1.3}.hsk-sp-details-desc{margin-top:12px}.hsk-sp-details-desc h4{font-size:13px;font-weight:600;color:var(--hsk-modal-text,#1f1f1f);margin:0 0 4px 0}.hsk-sp-details-desc p{font-size:13px;line-height:1.5;color:var(--hsk-modal-muted,#5f6368);margin:0}.hsk-sp-similar-section{border-top:1px solid var(--hsk-modal-divide,#f1f3f4);padding-top:20px}.hsk-sp-similar-section h3{font-size:14px;font-weight:600;color:var(--hsk-modal-text,#1f1f1f);margin:0 0 12px 0}.hsk-sp-results{padding:10px 0;display:flex;flex-direction:row;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.hsk-sp-empty{padding:40px;text-align:center;font-size:13px;color:var(--hsk-modal-muted,#999)}.hsk-sp-item{display:flex;flex-direction:column;gap:10px;padding:12px;border-radius:var(--hsk-border-radius,0);border:1px solid var(--hsk-modal-item-border,#f1f3f4);background:var(--hsk-modal-item-bg,#f8f9fa);animation:hsk-toast-up .28s cubic-bezier(.22,.68,0,1.2) both;overflow:hidden;flex:0 0 170px;scroll-snap-align:start}@keyframes hsk-toast-up{from{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.hsk-sp-img-wrap{width:100%;height:120px;border-radius:var(--hsk-border-radius,0);background:#fff;border:1px solid var(--hsk-modal-divide,#f1f3f4);flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:6px}.hsk-sp-img-wrap img{max-width:100%;max-height:100%;object-fit:contain}.hsk-sp-img-placeholder{font-size:26px}.hsk-sp-item-body{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between;gap:6px}.hsk-sp-item-name{font-size:13px;font-weight:600;color:var(--hsk-modal-text,#1f1f1f);line-height:1.35;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hsk-sp-item-cat{font-size:11px;font-weight:600;color:var(--hsk-primary);text-transform:uppercase;letter-spacing:.05em}.hsk-sp-item-price-row{display:flex;align-items:baseline;gap:4px;margin-top:2px;flex-wrap:wrap}.hsk-sp-item-price{font-size:15px;font-weight:700;color:var(--hsk-modal-text,#1f1f1f)}.hsk-sp-item-currency{font-size:11px;color:var(--hsk-modal-muted,#5f6368)}.hsk-sp-actions{display:flex;gap:6px;margin-top:auto}.hsk-sp-action{flex:1;padding:6px 8px;border-radius:var(--hsk-border-radius,0);font-size:11px;font-weight:600;cursor:pointer;border:1px solid transparent;transition:all .15s;text-align:center;font-family:inherit}.hsk-sp-action-primary{background:var(--hsk-primary);color:#fff;border-color:var(--hsk-primary)}.hsk-sp-action-primary:hover{opacity:.88}.hsk-sp-action-secondary{background:var(--hsk-action-sec-bg,#f1f3f4);color:var(--hsk-modal-muted,#5f6368);border-color:var(--hsk-modal-divide,#f1f3f4)}.hsk-sp-action-secondary:hover{background:var(--hsk-action-sec-bg-hover,#e8eaed);color:var(--hsk-modal-text,#1f1f1f)}.hsk-sp-footer{padding:12px 20px;border-top:1px solid var(--hsk-modal-divide,#f1f3f4);display:flex;align-items:center;gap:8px;flex-shrink:0}.hsk-sp-badge{font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--hsk-primary);background:rgba(255,106,51,.1);border:1px solid rgba(255,106,51,.25);padding:2px 8px;border-radius:var(--hsk-border-radius,0)}.hsk-sp-esc{font-size:11px;color:var(--hsk-modal-muted,#5f6368);margin-inline-start:auto}@media (max-width:768px){.hsk-cb-overlay{--hsk-font-size:var(--hsk-mobile-font-size,14px) !important;position:fixed !important;inset:0 !important;top:0 !important;left:0 !important;right:0 !important;width:100vw !important;height:100% !important;height:var(--hsk-vvh,100dvh) !important;min-height:0 !important;z-index:2147483647 !important;display:flex !important;flex-direction:column !important;overflow:hidden !important;overscroll-behavior:contain !important;background:var(--hsk-chat-bg,#0a0a0a) !important;box-sizing:border-box !important}.hsk-cb-panel{position:relative !important;height:100% !important;width:100% !important;max-width:100% !important;margin:0 !important;display:flex !important;flex-direction:column !important;overflow:hidden !important;border-radius:0 !important;background:var(--hsk-chat-bg,#0a0a0a) !important;box-sizing:border-box !important}.hsk-cb-main{flex:1 1 auto !important;height:100% !important;min-height:0 !important;display:flex !important;flex-direction:column !important;justify-content:space-between !important;overflow:hidden !important;background:var(--hsk-chat-bg,#0a0a0a) !important;box-sizing:border-box !important}.hsk-cb-topbar{padding:14px 14px 8px !important}.hsk-cb-msgs{flex:1 1 auto !important;min-height:0 !important;overflow-y:auto !important;-webkit-overflow-scrolling:touch !important;padding:10px 14px 0 !important}.hsk-cb-empty{flex:1 1 auto !important;min-height:0 !important;justify-content:center !important;padding:16px 4px !important}.hsk-cb-input-box{grid-template-columns:auto 1fr auto auto}.hsk-cb-input-box>.hsk-cb-attach-btn,.hsk-cb-input-box>.hsk-cb-voice-mode-btn{display:none}.hsk-cb-input-box>.hsk-cb-field{grid-column:2}.hsk-cb-input-box>.hsk-cb-mic-btn{grid-column:3}.hsk-cb-input-box>.hsk-cb-send,.hsk-cb-input-box>.hsk-chat-send{grid-column:4}.hsk-cb-tools-toggle{display:flex;grid-column:1;grid-row:1;width:36px;height:36px;align-items:center;justify-content:center;flex-shrink:0;padding:0;border:none;border-radius:12px;background:var(--hsk-chat-subtle,rgba(0,0,0,.045));color:var(--hsk-chat-muted,#6b7280);cursor:pointer;transition:transform .26s cubic-bezier(.34,1.56,.64,1),background-color .2s ease}.hsk-cb-tools-toggle--open{transform:rotate(45deg);background:var(--hsk-chat-divide,rgba(0,0,0,.09))}.hsk-cb-toolsheet-wrap,.hsk-cb-toolsheet-scrim{display:block}.hsk-cb-toolsheet-item{display:flex}.hsk-cb-input-box[data-expanded="true"]>.hsk-cb-tools-toggle{grid-row:2}.hsk-cb-ai-msg--inline{display:block !important;padding-inline-end:34px}.hsk-cb-hello-avatar{display:none !important}.hsk-cb-hello-wrap{align-items:center !important;text-align:center !important;gap:3px !important;max-width:30ch;margin-inline:auto}.hsk-cb-hello{font-size:21px !important;font-weight:600 !important;letter-spacing:-.015em;color:var(--hsk-chat-muted,#8b8b8f) !important;text-align:center !important}.hsk-cb-hello-lead,.hsk-cb-hello-ask{font-size:14px !important;font-weight:400 !important;text-align:center !important;color:color-mix(in srgb,var(--hsk-chat-muted,#8b8b8f) 78%,transparent) !important}.hsk-cb-onboarding-head{justify-content:flex-end !important;margin-bottom:12px !important}.hsk-cb-hello{font-size:clamp(26px,6.8vw,36px) !important;font-weight:600 !important;line-height:1.22 !important;letter-spacing:-0.025em !important}.hsk-cb-hello-lead{font-size:15px !important;line-height:1.45 !important;color:var(--hsk-chat-muted,#71717a) !important;margin-top:4px !important}.hsk-cb-doodles{opacity:.92 !important}.hsk-cb-input-wrap{margin-top:auto !important;flex-shrink:0 !important;--hsk-composer-pad-top:8px;--hsk-composer-pad-x:14px;padding:8px 14px !important;padding-bottom:max(12px,env(safe-area-inset-bottom)) !important;background:var(--hsk-chat-bg,#0a0a0a) !important;position:relative !important;z-index:10 !important}.hsk-cb-attach-btn,.hsk-cb-mic-btn,.hsk-cb-send,.hsk-chat-send{width:32px !important;height:32px !important;border-radius:8px !important}.hsk-cb-attach-btn svg,.hsk-cb-mic-btn svg,.hsk-cb-send svg,.hsk-chat-send svg{width:15px !important;height:15px !important}.hsk-sp-backdrop.hsk-sp-mobile-view{position:fixed !important;top:0 !important;left:0 !important;right:0 !important;bottom:auto !important;width:100vw !important;height:var(--hsk-vvh,100dvh) !important;min-height:0 !important;z-index:2147483647 !important;display:flex !important;flex-direction:column !important;overflow:hidden !important;overscroll-behavior:contain !important;background:var(--hsk-chat-bg,#0a0a0a) !important;padding:0 !important;box-sizing:border-box !important}.hsk-sp-card.hsk-sp-mobile-card{position:relative !important;width:100% !important;height:100% !important;max-width:100% !important;margin:0 !important;display:flex !important;flex-direction:column !important;justify-content:space-between !important;overflow:hidden !important;border-radius:0 !important;background:var(--hsk-chat-bg,#0a0a0a) !important;box-sizing:border-box !important}.hsk-sp-body{flex:1 1 auto !important;min-height:0 !important;display:flex !important;flex-direction:column !important;overflow-y:auto !important;-webkit-overflow-scrolling:touch !important;background:var(--hsk-chat-bg,#0a0a0a) !important}.hsk-cb-input-box{padding:10px 10px 10px 14px}.hsk-cb-user-bubble{max-width:85%}.hsk-sp-footer{padding:8px 12px}}@media (prefers-color-scheme:dark){.hsk-sp-backdrop{background:#000000 !important}.hsk-sp-card{--hsk-modal-card-bg:#0a0a0a;--hsk-modal-card-border:#202124;--hsk-modal-text:#e8eaed;--hsk-modal-muted:#888;--hsk-action-sec-bg:#202124;--hsk-action-sec-bg-hover:#2d2f34}.hsk-sp-details-imgwrap{background:#202124;border-color:#202124}.hsk-sp-img-wrap{background:#202124;border-color:#202124}.hsk-sp-chat-pane{background:var(--hsk-chat-bg,#0a0a0a)}}@media (prefers-color-scheme:light){.hsk-sp-backdrop{background:#ffffff !important}}.hsk-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:12px 0 8px;width:100%;max-width:100%;min-width:0;border-radius:0;padding:0 0 6px;background:transparent;box-shadow:none;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:var(--hsk-chat-divide,rgba(0,0,0,.2)) transparent;cursor:grab;user-select:auto;transition:mask-image .15s ease,-webkit-mask-image .15s ease}.hsk-table-wrapper.is-dragging{cursor:grabbing;user-select:none}.hsk-table-wrapper::-webkit-scrollbar{height:5px}.hsk-table-wrapper::-webkit-scrollbar-track{background:transparent}.hsk-table-wrapper::-webkit-scrollbar-thumb{background:var(--hsk-chat-divide,rgba(0,0,0,.25));border-radius:4px}.hsk-table-wrapper::-webkit-scrollbar-thumb:hover{background:var(--hsk-chat-muted,rgba(0,0,0,.5))}.hsk-cb-ai-text .hsk-markdown-p{margin:0 0 10px}.hsk-cb-ai-text .hsk-markdown-p:last-child{margin-bottom:0}.hsk-cb-ai-text .hsk-markdown-list{margin:0 0 10px;padding-inline-start:1.2em}.hsk-cb-ai-text .hsk-markdown-list:last-child{margin-bottom:0}.hsk-cb-ai-text .hsk-markdown-ul{list-style:disc outside}.hsk-cb-ai-text .hsk-markdown-ol{list-style:decimal outside}.hsk-cb-ai-text .hsk-markdown-list li{margin:0 0 7px;padding-left:3px;line-height:1.5}.hsk-cb-ai-text .hsk-markdown-list li:last-child{margin-bottom:0}.hsk-cb-ai-text .hsk-markdown-list li::marker{color:var(--hsk-primary,#ff6a33)}.hsk-cb-ai-text .hsk-markdown-h1,.hsk-cb-ai-text .hsk-markdown-h2,.hsk-cb-ai-text .hsk-markdown-h3{margin:14px 0 7px;font-weight:650;line-height:1.3;letter-spacing:-0.01em}.hsk-cb-ai-text .hsk-markdown-h1{font-size:1.09em}.hsk-cb-ai-text .hsk-markdown-h2{font-size:1.03em}.hsk-cb-ai-text .hsk-markdown-h3{font-size:1em}.hsk-cb-ai-text>:first-child{margin-top:0}.hsk-markdown-table{width:max-content;min-width:100%;border-collapse:collapse;border-spacing:0;text-align:start;font-size:13px;background:transparent;margin:0;border:none;font-variant-numeric:tabular-nums}.hsk-markdown-table th{padding:8px 16px 6px 16px;vertical-align:bottom;line-height:1.35;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;color:var(--hsk-chat-muted,rgba(0,0,0,.55));border-bottom:1px solid var(--hsk-chat-divide,rgba(0,0,0,.1));background:transparent !important}.hsk-markdown-table td{padding:8px 16px 8px 16px;vertical-align:middle;line-height:1.45;font-size:13px;white-space:nowrap;color:var(--hsk-chat-text,inherit);border-bottom:.5px solid var(--hsk-chat-divide,rgba(0,0,0,.06));background:transparent !important}.hsk-markdown-table th:first-child,.hsk-markdown-table td:first-child{padding-inline-start:0;font-weight:590;white-space:normal;max-width:280px;min-width:150px;line-height:1.35}.hsk-markdown-table th:last-child,.hsk-markdown-table td:last-child{padding-inline-end:0}.hsk-markdown-table tbody tr:last-child td{border-bottom:none}.hsk-markdown-table td *{color:inherit}.hsk-markdown-table .hsk-markdown-link{display:inline-flex;align-items:center;padding:2px 8px;background-color:var(--hsk-chat-source-bg,rgba(0,0,0,.04));border:1px solid var(--hsk-chat-divide,rgba(0,0,0,.08));color:var(--hsk-primary,#ff6a33);font-size:12px;font-weight:500;border-radius:6px;text-decoration:none !important;margin:2px 0;transition:opacity .15s ease}.hsk-markdown-table .hsk-markdown-link:hover{opacity:.8}@media (prefers-color-scheme:dark){.hsk-markdown-table th{color:var(--hsk-chat-muted,rgba(255,255,255,.5));border-bottom-color:var(--hsk-chat-divide,rgba(255,255,255,.1))}.hsk-markdown-table td{color:var(--hsk-chat-text,#f0efed);border-bottom-color:var(--hsk-chat-divide,rgba(255,255,255,.06))}}.hsk-markdown-link{color:var(--hsk-primary,#ff6a33);text-decoration:underline;text-underline-offset:2px}.hsk-markdown-code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace,var(--hsk-font);font-size:.85em;background-color:rgba(128,128,128,.15);padding:.2em .4em;border-radius:var(--hsk-border-radius,0);color:inherit;word-break:break-word}.hsk-markdown-img-block{margin:8px 0;line-height:0}.hsk-markdown-img{display:block;max-width:100%;width:auto;max-height:220px;border-radius:10px;box-shadow:0 2px 12px rgba(0,0,0,.18);object-fit:cover;background:rgba(128,128,128,.08)}.hsk-sp-item-original-price{font-size:12px;text-decoration:line-through;color:var(--hsk-modal-muted,#888);margin-left:6px}.hsk-sp-item-discount{font-size:11px;font-weight:600;color:#10b981;margin-left:6px}.hsk-sp-item-meta-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.hsk-sp-meta-badge{font-size:11px;font-weight:500;padding:3px 8px;border-radius:var(--hsk-border-radius,0);background:var(--hsk-modal-item-bg,#f8f9fa);border:1px solid var(--hsk-modal-divide,#f1f3f4);color:var(--hsk-modal-muted,#5f6368)}.hsk-sp-meta-badge-rating{color:#f59e0b;background:rgba(245,158,11,.08);border-color:rgba(245,158,11,.2)}.hsk-sp-meta-badge-avail.in-stock{color:#10b981;background:rgba(16,185,129,.08);border-color:rgba(16,185,129,.2)}.hsk-sp-meta-badge-avail.out-stock{color:#ef4444;background:rgba(239,68,68,.08);border-color:rgba(239,68,68,.2)}.hsk-sp-item-brand{font-size:11px;font-weight:700;color:var(--hsk-modal-muted,#888);text-transform:uppercase;letter-spacing:.05em;margin-bottom:-2px}.hsk-chat-widget::-webkit-scrollbar,.hsk-sp-card::-webkit-scrollbar,.hsk-cb-msgs::-webkit-scrollbar,.hsk-sp-details-pane::-webkit-scrollbar,.hsk-sp-results::-webkit-scrollbar,.hsk-chat-messages::-webkit-scrollbar{width:3px;height:3px}.hsk-chat-widget::-webkit-scrollbar-track,.hsk-sp-card::-webkit-scrollbar-track,.hsk-cb-msgs::-webkit-scrollbar-track,.hsk-sp-details-pane::-webkit-scrollbar-track,.hsk-sp-results::-webkit-scrollbar-track,.hsk-chat-messages::-webkit-scrollbar-track{background:transparent}.hsk-chat-widget::-webkit-scrollbar-thumb,.hsk-sp-card::-webkit-scrollbar-thumb,.hsk-cb-msgs::-webkit-scrollbar-thumb,.hsk-sp-details-pane::-webkit-scrollbar-thumb,.hsk-sp-results::-webkit-scrollbar-thumb,.hsk-chat-messages::-webkit-scrollbar-thumb{background:rgba(0,0,0,.06);border-radius:99px;transition:background .2s ease}.hsk-chat-widget::-webkit-scrollbar-thumb:hover,.hsk-cb-msgs::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.15)}@media (prefers-color-scheme:dark){.hsk-chat-widget::-webkit-scrollbar-thumb,.hsk-sp-card::-webkit-scrollbar-thumb,.hsk-cb-msgs::-webkit-scrollbar-thumb,.hsk-sp-details-pane::-webkit-scrollbar-thumb,.hsk-sp-results::-webkit-scrollbar-thumb,.hsk-chat-messages::-webkit-scrollbar-thumb{background:rgba(255,255,255,.08)}.hsk-chat-widget::-webkit-scrollbar-thumb:hover,.hsk-cb-msgs::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.2)}}.hsk-sp-details-pane,.hsk-sp-results,.hsk-chat-messages{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.06) transparent}@media (prefers-color-scheme:dark){.hsk-sp-details-pane,.hsk-sp-results,.hsk-chat-messages{scrollbar-color:rgba(255,255,255,.08) transparent}}.hsk-sp-specs-horizontal{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.hsk-sp-spec-item-horizontal{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:var(--hsk-modal-item-bg,#f8f9fa);border:1px solid var(--hsk-modal-divide,#f1f3f4);border-radius:var(--hsk-border-radius,0);font-size:11px}.hsk-sp-spec-label-horizontal{font-weight:500;color:var(--hsk-modal-muted,#888)}.hsk-sp-spec-value-horizontal{font-weight:600;color:var(--hsk-modal-text,#1f1f1f)}@media (prefers-color-scheme:dark){.hsk-sp-spec-item-horizontal{background:#1a1a1b;border-color:#202124}}.hsk-cb-phone-form{display:flex;flex-direction:column;gap:8px;margin-top:8px}.hsk-cb-phone-label{font-size:.875rem;color:var(--hsk-chat-text,#111);margin:0}.hsk-cb-phone-input{width:100%;box-sizing:border-box;padding:8px 12px;border:1px solid var(--hsk-chat-divide,rgba(0,0,0,.12));border-radius:var(--hsk-border-radius,0);background:var(--hsk-chat-input-bg,rgba(0,0,0,.04));color:var(--hsk-chat-text,#111);font-size:.9rem;outline:none;transition:border-color .15s}.hsk-cb-phone-input::placeholder{color:var(--hsk-chat-muted,#888)}.hsk-cb-phone-input:focus{border-color:var(--hsk-primary,#ff6a33)}.hsk-cb-phone-submit{align-self:flex-start;padding:8px 16px;border:1px solid var(--hsk-chat-divide,rgba(0,0,0,.12));border-radius:var(--hsk-border-radius,0);background:transparent;color:var(--hsk-chat-text,#111);font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.hsk-cb-phone-submit:hover{border-color:var(--hsk-primary,#ff6a33);color:var(--hsk-primary,#ff6a33)}.hsk-cb-main{flex:1;min-width:0;display:flex;flex-direction:column;height:100%;overflow:hidden}@keyframes hsk-fade-in-up{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hsk-action-pills{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px;animation:hsk-fade-in-up .35s ease .1s both}.hsk-action-pill{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border-radius:20px;border:1px solid var(--hsk-chat-divide,rgba(0,0,0,.12));background:var(--hsk-pill-bg,rgba(255,255,255,.8));color:var(--hsk-chat-text,#1f1f1f);font-size:12px;font-weight:500;cursor:pointer;font-family:inherit;transition:all .15s;white-space:nowrap;backdrop-filter:blur(4px)}.hsk-action-pill:hover:not(:disabled){border-color:var(--hsk-primary,#ff6a33);background:color-mix(in srgb,var(--hsk-primary,#ff6a33) 8%,transparent);color:var(--hsk-primary,#ff6a33);transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.08)}.hsk-action-pill:disabled{opacity:.4;cursor:not-allowed}.hsk-pill-emoji{font-size:13px;line-height:1}@media (prefers-color-scheme:dark){.hsk-action-pill{--hsk-pill-bg:rgba(40,40,42,.85);border-color:rgba(255,255,255,.1);color:var(--hsk-chat-text,#e8eaed)}}[data-hsk-theme="dark"] .hsk-action-pill{--hsk-pill-bg:rgba(40,40,42,.85);border-color:rgba(255,255,255,.1);color:var(--hsk-chat-text,#e8eaed)}.hsk-sp-tabs-mobile{display:none}@media (max-width:768px){.hsk-sp-tabs-mobile{display:flex;border-bottom:1px solid var(--hsk-modal-divide,#f1f3f4);background:var(--hsk-modal-card-bg,#ffffff);flex-shrink:0}.hsk-sp-tab-btn{flex:1;padding:12px 8px;background:none;border:none;border-bottom:2px solid transparent;font-size:13px;font-weight:600;color:var(--hsk-modal-muted,#5f6368);cursor:pointer;text-align:center;transition:all .15s;font-family:inherit}.hsk-sp-tab-btn.active{color:var(--hsk-primary);border-bottom-color:var(--hsk-primary)}.hsk-sp-pane-hidden-mobile{display:none !important}.hsk-sp-details-pane,.hsk-sp-chat-pane{flex:1 !important;height:100% !important;max-height:none !important}}@media (max-width:768px){.hsk-sp-header-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.hsk-sp-header-specs-btn{flex-shrink:0;padding:4px 10px;font-size:11px;font-weight:600;color:var(--hsk-modal-muted,#5f6368);background:var(--hsk-action-sec-bg,#f1f3f4);border:1px solid var(--hsk-modal-divide,#f1f3f4);border-radius:20px;cursor:pointer;font-family:inherit;transition:all .2s ease}.hsk-sp-header-specs-btn:hover{background:var(--hsk-action-sec-bg-hover,#e8eaed);color:var(--hsk-primary)}.hsk-sp-mobile-attachment-deck{margin-top:10px;display:flex;flex-direction:column;gap:10px;width:100%}.hsk-sp-mobile-main-card{display:flex;align-items:center;gap:12px;padding:10px 12px;background:var(--hsk-modal-item-bg,#f8f9fa);border:1px solid var(--hsk-modal-divide,#f1f3f4);border-radius:8px;width:100%;box-sizing:border-box}.hsk-sp-mobile-main-card-img{width:44px;height:44px;flex-shrink:0;border:1px solid var(--hsk-modal-divide,#f1f3f4);border-radius:6px;background:#ffffff;display:flex;align-items:center;justify-content:center;padding:3px;overflow:hidden}.hsk-sp-mobile-main-card-img img{max-width:100%;max-height:100%;object-fit:contain}.hsk-sp-mobile-main-card-info{flex:1;min-width:0}.hsk-sp-mobile-main-card-brand{font-size:9px;font-weight:700;color:var(--hsk-modal-muted,#888);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hsk-sp-mobile-main-card-name{font-size:13px;font-weight:600;color:var(--hsk-modal-text,#1f1f1f);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:1px}.hsk-sp-mobile-main-card-price{font-size:12px;font-weight:700;color:var(--hsk-primary);margin-top:1px}.hsk-sp-mobile-main-card-specs-btn{padding:5px 10px;font-size:11px;font-weight:600;color:var(--hsk-primary);background:transparent;border:1px solid var(--hsk-primary);border-radius:4px;cursor:pointer;font-family:inherit;transition:all .2s ease}.hsk-sp-mobile-main-card-specs-btn:hover{background:var(--hsk-primary);color:#ffffff}.hsk-sp-mobile-similar-carousel-inline{display:flex;flex-direction:column;gap:6px;width:100%}.hsk-sp-mobile-similar-carousel-title{font-size:10px;font-weight:700;color:var(--hsk-modal-muted,#888);text-transform:uppercase;letter-spacing:.05em;padding-left:2px}.hsk-sp-mobile-similar-carousel-list{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:2px}.hsk-sp-mobile-similar-carousel-list::-webkit-scrollbar{display:none}.hsk-sp-mobile-similar-carousel-item{flex:0 0 160px;display:flex;align-items:center;gap:8px;padding:6px 8px;background:var(--hsk-modal-item-bg,#f8f9fa);border:1px solid var(--hsk-modal-divide,#f1f3f4);border-radius:6px;cursor:pointer;box-sizing:border-box;transition:transform .15s ease,border-color .15s ease}.hsk-sp-mobile-similar-carousel-item:hover{border-color:var(--hsk-primary)}.hsk-sp-mobile-similar-carousel-img{width:32px;height:32px;flex-shrink:0;border-radius:4px;background:#ffffff;border:1px solid var(--hsk-modal-divide,#f1f3f4);display:flex;align-items:center;justify-content:center;padding:2px;overflow:hidden}.hsk-sp-mobile-similar-carousel-img img{max-width:100%;max-height:100%;object-fit:contain}.hsk-sp-mobile-similar-carousel-meta{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.hsk-sp-mobile-similar-carousel-name{font-size:11px;font-weight:600;color:var(--hsk-modal-text,#1f1f1f);line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hsk-sp-mobile-similar-carousel-price{font-size:10px;font-weight:700;color:var(--hsk-primary);margin-top:1px}.hsk-sp-mobile-chat-container{flex:1;display:flex;flex-direction:column;overflow:hidden;background:var(--hsk-chat-bg,#ffffff)}.hsk-sp-mobile-specs-overlay{position:fixed;inset:0;z-index:100000;background:rgba(0,0,0,.4);display:flex;align-items:flex-end;animation:hsk-bd-in .2s ease-out}.hsk-sp-mobile-specs-drawer{width:100%;background:var(--hsk-modal-card-bg,#ffffff);border-top-left-radius:12px;border-top-right-radius:12px;max-height:70vh;display:flex;flex-direction:column;animation:hsk-drawer-in .25s cubic-bezier(0,0,.2,1);box-shadow:0 -8px 24px rgba(0,0,0,.15)}@keyframes hsk-drawer-in{from{transform:translateY(100%)}to{transform:translateY(0)}}.hsk-sp-mobile-specs-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid var(--hsk-modal-divide,#f1f3f4)}.hsk-sp-mobile-specs-header h3{margin:0;font-size:14px;font-weight:700;color:var(--hsk-modal-text,#1f1f1f)}.hsk-sp-mobile-specs-header button{background:none;border:none;font-size:12px;font-weight:600;color:var(--hsk-primary);cursor:pointer;font-family:inherit}.hsk-sp-mobile-specs-body{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:16px}.hsk-sp-mobile-specs-title{font-size:15px;font-weight:700;color:var(--hsk-modal-text,#1f1f1f);margin:0}.hsk-sp-mobile-specs-desc h5,.hsk-sp-mobile-specs-list h5{margin:0 0 6px 0;font-size:11px;font-weight:700;color:var(--hsk-modal-muted,#888);text-transform:uppercase;letter-spacing:.05em}.hsk-sp-mobile-specs-desc p{margin:0;font-size:13px;line-height:1.5;color:var(--hsk-modal-text,#333)}.hsk-sp-mobile-specs-list{display:flex;flex-direction:column;gap:8px}.hsk-sp-mobile-spec-row{display:flex;justify-content:space-between;padding:8px 10px;background:var(--hsk-modal-item-bg,#f8f9fa);border:1px solid var(--hsk-modal-divide,#f1f3f4);border-radius:var(--hsk-border-radius,4px);font-size:12px;gap:12px}.hsk-sp-mobile-spec-label{color:var(--hsk-modal-muted,#5f6368);font-weight:500}.hsk-sp-mobile-spec-value{color:var(--hsk-modal-text,#1f1f1f);font-weight:600;text-align:right}}@media (prefers-color-scheme:dark){.hsk-sp-mobile-main-card{background:#0a0a0a !important}.hsk-sp-mobile-main-card-img{background:#1a1a1b !important}.hsk-sp-mobile-similar-carousel-item{background:#0a0a0a !important}.hsk-sp-mobile-similar-carousel-img{background:#1a1a1b !important}.hsk-sp-mobile-specs-drawer{background:#0a0a0a !important}.hsk-sp-mobile-spec-row{background:#1a1a1b !important}}.kiku-voice-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;background:transparent;color:var(--hsk-text-muted,#888);cursor:pointer;transition:color .2s,background .2s;flex-shrink:0}.kiku-voice-btn:hover{background:var(--hsk-hover-bg,rgba(0,0,0,.06));color:var(--hsk-primary,#6c47ff)}.kiku-voice-btn--active{color:#ef4444;background:rgba(239,68,68,.1)}.kiku-voice-btn:disabled{opacity:.4;cursor:not-allowed}.kiku-voice-ripple{position:absolute;inset:-4px;border-radius:50%;border:2px solid #ef4444;animation:kiku-voice-pulse 1.2s ease-out infinite;pointer-events:none}@keyframes kiku-voice-pulse{0%{transform:scale(1);opacity:1}100%{transform:scale(1.6);opacity:0}}.kiku-vs-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;background:transparent;color:var(--hsk-text-muted,#888);cursor:pointer;transition:color .2s,background .2s;flex-shrink:0}.kiku-vs-btn:hover{background:var(--hsk-hover-bg,rgba(0,0,0,.06));color:var(--hsk-primary,#6c47ff)}.kiku-vs-btn--loading{opacity:.6;pointer-events:none}@keyframes kiku-vs-rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.kiku-vs-spin{animation:kiku-vs-rotate .8s linear infinite}.kiku-style-tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.kiku-style-tag{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;border-radius:99px;background:var(--hsk-primary-alpha,rgba(108,71,255,.1));color:var(--hsk-primary,#6c47ff);font-size:11px;font-weight:500;white-space:nowrap}.kiku-vs-preview-banner{display:flex;align-items:center;gap:10px;padding:10px 14px;background:var(--hsk-surface,#f9f9f9);border-radius:10px;margin-bottom:12px;border:1px solid var(--hsk-border,#e5e5e5)}.kiku-vs-preview-img{width:44px;height:44px;object-fit:cover;border-radius:8px;flex-shrink:0}.kiku-vs-preview-info{flex:1;min-width:0}.kiku-vs-preview-label{font-size:11px;color:var(--hsk-text-muted,#888);margin-bottom:2px}.kiku-vs-preview-palette{font-size:13px;font-weight:600;color:var(--hsk-text,#1a1a1a);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kiku-voice-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;background:transparent;color:var(--hsk-text-muted,#888);cursor:pointer;transition:color .2s,background .2s;flex-shrink:0}.kiku-voice-btn:hover{background:var(--hsk-hover-bg,rgba(0,0,0,.06));color:var(--hsk-primary,#ff6a33)}.kiku-voice-btn--active{color:#ef4444;background:rgba(239,68,68,.1)}.kiku-voice-btn:disabled{opacity:.4;cursor:not-allowed}.kiku-voice-ripple{position:absolute;inset:-4px;border-radius:50%;border:2px solid #ef4444;animation:kiku-voice-pulse 1.2s ease-out infinite;pointer-events:none}@keyframes kiku-voice-pulse{0%{transform:scale(1);opacity:1}100%{transform:scale(1.7);opacity:0}}.kiku-vs-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:none;background:transparent;color:var(--hsk-text-muted,#888);cursor:pointer;transition:color .2s,background .2s;flex-shrink:0}.kiku-vs-btn:hover{background:var(--hsk-hover-bg,rgba(0,0,0,.06));color:var(--hsk-primary,#ff6a33)}.kiku-vs-btn--loading{opacity:.6;pointer-events:none}@keyframes kiku-vs-rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.kiku-vs-spin{animation:kiku-vs-rotate .8s linear infinite}.kiku-style-tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.kiku-style-tag{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;border-radius:99px;background:rgba(255,106,51,.1);color:var(--hsk-primary,#ff6a33);font-size:11px;font-weight:500;white-space:nowrap}.kiku-vs-preview-banner{display:flex;align-items:center;gap:10px;padding:10px 14px;background:var(--hsk-surface,#f9f9f9);border-radius:10px;margin-bottom:12px;border:1px solid var(--hsk-border,#e5e5e5);animation:hsk-msg-in .22s ease-out both}.kiku-vs-preview-img{width:44px;height:44px;object-fit:cover;border-radius:8px;flex-shrink:0}.kiku-vs-preview-info{flex:1;min-width:0}.kiku-vs-preview-label{font-size:11px;color:var(--hsk-text-muted,#888);margin-bottom:2px}.kiku-vs-preview-palette{font-size:13px;font-weight:600;color:var(--hsk-text,#1a1a1a);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hsk-cb-source--referenced{}.hsk-source-card--referenced{}.hsk-cb-source-ref-badge{position:absolute;top:6px;right:6px;background:#fbbf24;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px rgba(0,0,0,.15);z-index:10;animation:hsk-badge-pop .3s cubic-bezier(.34,1.56,.64,1) both}@keyframes hsk-badge-pop{from{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.hsk-sources-group-title{font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#888;margin:14px 0 8px 0;display:flex;align-items:center;gap:4px}.hsk-kiku-badge{display:inline-flex;align-items:center;gap:3px;font-size:13px;font-weight:700;letter-spacing:-0.01em;color:#ffffff;background:rgba(255,255,255,.28);border:1px solid rgba(255,255,255,.45);padding:2px 8px;border-radius:8px;margin-inline-end:8px;vertical-align:middle;position:relative;top:-1px;box-shadow:0 1px 3px rgba(0,0,0,.12)}.hsk-markdown-img,.hsk-cb-user-img-thumb,.hsk-cb-source .hsk-cb-src-imgwrap img{cursor:zoom-in}.hsk-lightbox{position:fixed;inset:0;z-index:999999;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;padding:24px;animation:hsk-lightbox-in .15s ease-out both;cursor:zoom-out}@keyframes hsk-lightbox-in{from{opacity:0}to{opacity:1}}.hsk-lightbox-img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:4px;cursor:default}.hsk-lightbox-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;border:none;background:rgba(255,255,255,.15);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s}.hsk-lightbox-close:hover{background:rgba(255,255,255,.28)}.hsk-cb-viz{margin-top:10px;animation:hsk-msg-in .2s ease-out both}.hsk-cb-viz img,.hsk-cb-viz video{width:100%;max-width:420px;border-radius:8px;display:block}.hsk-cb-viz-disclaimer{max-width:420px;margin-top:4px;font-size:11px;line-height:1.4;color:var(--hsk-chat-muted,#9aa0a6)}.hsk-cb-calc-disclaimer{max-width:440px;margin-top:8px;padding:8px 12px;font-size:11.5px;line-height:1.45;color:var(--hsk-chat-muted,rgba(255,255,255,.65));background:var(--hsk-chat-callout-bg,rgba(255,255,255,.04));border:1px solid var(--hsk-border-subtle,rgba(255,255,255,.08));border-radius:8px}[data-hsk-theme="light"] .hsk-cb-calc-disclaimer{color:rgba(0,0,0,.6);background:rgba(0,0,0,.03);border-color:rgba(0,0,0,.08)}.hsk-cb-stale{max-width:420px;margin-top:8px;padding:8px 10px;border:1px solid rgba(220,38,38,.35);border-left-width:3px;border-radius:6px;background:rgba(220,38,38,.06)}.hsk-cb-stale-title{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#dc2626}.hsk-cb-stale-item{margin-top:3px;font-size:12px;line-height:1.45;color:var(--hsk-chat-text,#202124)}.hsk-cb-stale-reason{color:var(--hsk-chat-muted,#9aa0a6)}.hsk-cb-viz-imgwrap{position:relative;display:inline-block;max-width:100%}.hsk-cb-viz-mark{position:absolute;right:10px;bottom:10px;display:inline-flex;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;color:#fff;background:rgba(0,0,0,.62);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.35);border-radius:999px;cursor:pointer;transition:background .15s}.hsk-cb-viz-mark:hover{background:var(--hsk-primary,#ff6a33);border-color:transparent}.hsk-markup-overlay{position:fixed;inset:0;z-index:999999;background:rgba(0,0,0,.88);display:flex;align-items:center;justify-content:center;padding:16px;animation:hsk-lightbox-in .15s ease-out both}.hsk-markup{display:flex;flex-direction:column;gap:12px;width:min(720px,100%);max-height:100%;overflow-y:auto}.hsk-markup-head{display:flex;align-items:center;justify-content:space-between}.hsk-markup-title{font-size:14px;font-weight:600;color:#fff}.hsk-markup-cancel{padding:6px 12px;font-size:12px;font-weight:600;color:#fff;background:rgba(255,255,255,.12);border:none;border-radius:var(--hsk-border-radius,0);cursor:pointer}.hsk-markup-cancel:hover{background:rgba(255,255,255,.22)}.hsk-markup-stage{display:flex;justify-content:center}.hsk-markup-canvas-wrap{position:relative;max-width:100%}.hsk-markup-canvas{display:block;max-width:100%;max-height:60vh;border-radius:var(--hsk-border-radius,0);touch-action:none}.hsk-markup-canvas--pen,.hsk-markup-canvas--eraser{cursor:crosshair}.hsk-markup-canvas--text{cursor:text}.hsk-markup-textinput{position:absolute;transform:translateY(-100%);min-width:140px;padding:4px 6px;font-size:14px;font-weight:600;background:rgba(0,0,0,.55);border:1px dashed rgba(255,255,255,.6);border-radius:4px;outline:none}.hsk-markup-loading,.hsk-markup-error{padding:40px 16px;font-size:13px;color:rgba(255,255,255,.75);text-align:center}.hsk-markup-tools{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.hsk-markup-colors{display:flex;gap:8px}.hsk-markup-color{width:22px;height:22px;border-radius:50%;border:2px solid transparent;cursor:pointer;padding:0}.hsk-markup-color--on{border-color:#fff;transform:scale(1.15)}.hsk-markup-actions{display:flex;gap:6px}.hsk-markup-tool{padding:6px 11px;font-size:12px;font-weight:600;color:#fff;background:rgba(255,255,255,.12);border:none;border-radius:var(--hsk-border-radius,0);cursor:pointer}.hsk-markup-tool:hover:not(:disabled){background:rgba(255,255,255,.22)}.hsk-markup-tool--on{background:var(--hsk-primary,#ff6a33)}.hsk-markup-tool--on:hover:not(:disabled){background:var(--hsk-primary,#ff6a33)}.hsk-markup-tool:disabled{opacity:.4;cursor:default}.hsk-markup-send{display:flex;gap:8px}.hsk-markup-instruction{flex:1;min-width:0;padding:10px 12px;font-size:14px;color:#fff;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.25);border-radius:var(--hsk-border-radius,0);outline:none}.hsk-markup-instruction::placeholder{color:rgba(255,255,255,.5)}.hsk-markup-instruction:focus{border-color:var(--hsk-primary,#ff6a33)}.hsk-markup-go{padding:10px 20px;font-size:13px;font-weight:600;color:#fff;background:var(--hsk-primary,#ff6a33);border:none;border-radius:var(--hsk-border-radius,0);cursor:pointer}.hsk-markup-go:hover:not(:disabled){opacity:.9}.hsk-markup-go:disabled{opacity:.45;cursor:default}.hsk-cb-kimgs{margin-top:10px;display:flex;flex-direction:column;gap:10px;animation:hsk-msg-in .2s ease-out both}.hsk-cb-kimg-grid{display:flex;flex-wrap:wrap;gap:6px}.hsk-cb-kimg{width:132px;height:132px;object-fit:cover;border-radius:8px;cursor:zoom-in;border:1px solid var(--hsk-chat-border,rgba(0,0,0,.08))}.hsk-cb-kimg:only-child{width:100%;max-width:320px;height:auto}.hsk-cb-kimg-caption{margin-top:4px;font-size:11px;line-height:1.4;color:var(--hsk-chat-muted,#9aa0a6)}.hsk-cb-viz--loading{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--hsk-chat-muted,#888);padding:10px 0}.hsk-cb-viz-spinner{width:14px;height:14px;border-radius:50%;border:2px solid var(--hsk-chat-divide,rgba(0,0,0,.15));border-top-color:var(--hsk-primary,#ff6a33);animation:hsk-viz-spin .7s linear infinite}@keyframes hsk-viz-spin{to{transform:rotate(360deg)}}.hsk-cb-panel[data-script="nonlatin"][data-host-font="gap"]{--hsk-font:"Geist",system-ui,-apple-system,'Segoe UI',Roboto,'Noto Sans',sans-serif}.hsk-cb-panel[data-script="nonlatin"],.hsk-cb-panel[data-script="nonlatin"] *{letter-spacing:normal;font-family:var(--hsk-font)}.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-hello,.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-hello-lead,.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-hello-ask,.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-ai-text,.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-user-bubble,.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-hint,.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-chip,.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-topbar-btn,.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-textarea,.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-entlang-opt-title,.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-entlang-opt-note,.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-ai-text .hsk-markdown-list li,.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-ai-text .hsk-markdown-h1,.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-ai-text .hsk-markdown-h2,.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-ai-text .hsk-markdown-h3,.hsk-cb-panel[data-script="nonlatin"] .hsk-markdown-table th,.hsk-cb-panel[data-script="nonlatin"] .hsk-markdown-table td{line-height:1.9}.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-hint{font-size:11px;line-height:16px;bottom:4px}.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-voice-error{font-size:12px;line-height:22px;max-width:30ch}.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-hello{font-size:clamp(20px,3.4vw,26px);line-height:1.5;text-wrap:balance;overflow-wrap:break-word}.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-hello-ask{font-size:15px;line-height:1.75}.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-hello-wrap{max-width:100%;min-width:0}.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-hello,.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-hello-lead,.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-hello-ask,.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-ai-text,.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-user-bubble,.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-hint,.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-chip,.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-topbar-btn,.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-textarea,.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-entlang-opt-title,.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-entlang-opt-note,.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-ai-text .hsk-markdown-list li,.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-ai-text .hsk-markdown-h1,.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-ai-text .hsk-markdown-h2,.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-ai-text .hsk-markdown-h3,.hsk-cb-panel[data-nastaliq="true"] .hsk-markdown-table th,.hsk-cb-panel[data-nastaliq="true"] .hsk-markdown-table td{line-height:2.2}.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-chip{font-size:14px}.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-topbar-btn{height:auto;min-height:34px;padding:5px 14px}.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-field{--hsk-input-line-height:1.9}.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-textarea{min-height:34px}.hsk-cb-panel[data-nastaliq="true"] .hsk-cb-field{--hsk-input-line-height:2.2}.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-user-bubble,.hsk-cb-panel[data-script="nonlatin"] .hsk-cb-ai-text{overflow-wrap:break-word;word-break:normal}.hsk-cb-viz-broken{font-size:13px;color:var(--hsk-chat-muted,#71717a);padding:14px 16px;border:1px dashed var(--hsk-chat-divide,rgba(0,0,0,.12));border-radius:12px}.hsk-msg-audio-btn{background:transparent;border:none;color:#888;cursor:pointer;padding:4px;border-radius:4px;display:inline-flex;align-items:center}.hsk-cb-voice-mode-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;background:transparent;border:1px solid transparent;border-radius:12px;color:var(--hsk-chat-muted,#71717a);cursor:pointer;transition:all .2s cubic-bezier(.34,1.56,.64,1);font-family:inherit}.hsk-cb-voice-mode-btn:hover:not(:disabled),.hsk-cb-mic-btn:hover:not(:disabled){border-color:color-mix(in srgb,var(--hsk-primary,#ff6a33) 25%,transparent);color:var(--hsk-primary,#ff6a33);background:color-mix(in srgb,var(--hsk-primary,#ff6a33) 8%,transparent);transform:translateY(-1px)}.hsk-cb-voice-mode-btn:disabled{opacity:.35;cursor:not-allowed}.hsk-cb-voice-mode-btn--active,.hsk-cb-mic-btn--listening{color:var(--hsk-primary,#ff6a33);background:color-mix(in srgb,var(--hsk-primary,#ff6a33) 12%,transparent)}.hsk-cb-mic-btn--processing{color:var(--hsk-primary,#ff6a33);opacity:.7}.hsk-voice-overlay{position:absolute;inset:0;z-index:30;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(12px,2.2vh,26px);padding:clamp(14px,2.5vh,24px);overflow-y:auto;overscroll-behavior:contain;background:var(--hsk-chat-bg,#ffffff);animation:hsk-voice-in .32s cubic-bezier(.2,.8,.2,1);will-change:opacity;contain:paint}.hsk-voice-overlay::before{content:'';position:absolute;inset:0;background:radial-gradient(42% 26% at 50% 40%,color-mix(in srgb,var(--hsk-primary,#ff6a33) 8%,transparent) 0,transparent 68%);pointer-events:none}.hsk-voice-overlay>*{position:relative}@keyframes hsk-voice-in{from{opacity:0}to{opacity:1}}.hsk-voice-allowance{position:absolute;top:14px;left:14px;display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 10px;font-size:12px;font-variant-numeric:tabular-nums;font-weight:600;border:1px solid color-mix(in srgb,var(--hsk-chat-text,#1f1f1f) 14%,transparent);border-radius:999px;color:var(--hsk-chat-muted,#71717a);transition:color .18s ease,border-color .18s ease}.hsk-voice-allowance--low{color:#dc2626;border-color:color-mix(in srgb,#dc2626 40%,transparent)}.hsk-voice-exit{position:absolute;top:14px;right:14px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:transparent;border:1px solid color-mix(in srgb,var(--hsk-chat-text,#1f1f1f) 14%,transparent);border-radius:999px;color:var(--hsk-chat-muted,#71717a);cursor:pointer;transition:color .18s ease,border-color .18s ease}.hsk-voice-exit:hover{color:var(--hsk-chat-text,#1f1f1f);border-color:color-mix(in srgb,var(--hsk-chat-text,#1f1f1f) 32%,transparent)}.hsk-voice-stage{width:min(560px,100%);height:clamp(110px,24vh,240px);flex:none}.hsk-voice-canvas{display:block;width:100%;height:100%}.hsk-voice-controls{display:flex;align-items:center;gap:12px}.hsk-voice-control{display:flex;align-items:center;justify-content:center;width:52px;height:52px;padding:0;background:var(--hsk-surface-2,rgba(255,255,255,.95));border:1px solid color-mix(in srgb,var(--hsk-chat-text,#000000) 10%,transparent);border-radius:999px;color:var(--hsk-chat-text,#1f1f1f);cursor:pointer;box-shadow:0 2px 12px rgba(0,0,0,.08),0 1px 3px rgba(0,0,0,.04);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:color .2s ease,border-color .2s ease,background .2s ease,transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s ease}.hsk-voice-control:hover{transform:scale(1.06);box-shadow:0 4px 18px rgba(0,0,0,.12)}.hsk-voice-control:active{transform:scale(.92);transition-duration:.08s}.hsk-voice-control--muted{color:var(--hsk-chat-muted,#888888);border-color:color-mix(in srgb,var(--hsk-chat-text,#000000) 12%,transparent);background:color-mix(in srgb,var(--hsk-chat-bg,#ffffff) 85%,transparent);box-shadow:0 1px 4px rgba(0,0,0,.04)}.hsk-voice-control-icon{display:inline-flex;align-items:center;justify-content:center;z-index:2;transition:transform .2s ease}@keyframes hsk-voice-icon-in{from{opacity:0;transform:scale(.6) rotate(-12deg)}to{opacity:1;transform:scale(1) rotate(0deg)}}@keyframes hsk-voice-control-pulse{0%{transform:scale(1);box-shadow:0 0 0 0 color-mix(in srgb,var(--hsk-primary,#ff6a33) 45%,transparent)}40%{transform:scale(1.08);box-shadow:0 0 0 8px color-mix(in srgb,var(--hsk-primary,#ff6a33) 0,transparent)}100%{transform:scale(1);box-shadow:0 0 0 0 transparent}}@media (prefers-reduced-motion:reduce){.hsk-voice-control-icon,.hsk-voice-control--muted{animation:none}}.hsk-voice-caption{display:flex;flex-direction:column;align-items:center;gap:10px;max-width:min(520px,100%);text-align:center}.hsk-voice-phase{font-family:var(--hsk-font);font-size:.72rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--hsk-chat-muted,#71717a);transition:color .25s ease}.hsk-voice-phase--listening,.hsk-voice-phase--speaking{color:var(--hsk-primary,#ff6a33)}.hsk-voice-phase--thinking{animation:hsk-voice-breathe 1.6s ease-in-out infinite}@keyframes hsk-voice-breathe{0%,100%{opacity:.45}50%{opacity:1}}.hsk-voice-stage--connecting{opacity:.4;transition:opacity .25s ease}.hsk-voice-connecting{display:flex;align-items:center;gap:7px;font-family:var(--hsk-font);font-size:13px;color:var(--hsk-chat-muted,#8a8f98);animation:hsk-sent-in .2s ease-out both}.hsk-voice-connecting-dot{width:6px;height:6px;border-radius:999px;background:currentColor;animation:hsk-queued-pulse 1s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.hsk-voice-connecting-dot{animation:none;opacity:.7}}.hsk-voice-heard{font-family:var(--hsk-font);font-size:1.05rem;line-height:1.5;color:var(--hsk-chat-text,#1f1f1f)}.hsk-voice-hint-sub{font-family:var(--hsk-font);font-size:14px;color:var(--hsk-chat-muted,#a1a1aa);line-height:1.4;opacity:.85}.hsk-voice-items{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;gap:10px;width:min(620px,100%)}.hsk-voice-item{display:flex;flex-direction:column;align-items:flex-start;gap:6px;width:clamp(108px,30vw,132px);padding:8px;text-align:start;background:transparent;border:1px solid color-mix(in srgb,var(--hsk-chat-text,#1f1f1f) 10%,transparent);border-radius:12px;cursor:pointer;font-family:var(--hsk-font);animation:hsk-voice-item-in .34s cubic-bezier(.2,.8,.2,1) both;transition:border-color .18s ease,transform .18s ease}.hsk-voice-item:hover{border-color:color-mix(in srgb,var(--hsk-primary,#ff6a33) 45%,transparent);transform:translateY(-2px)}@keyframes hsk-voice-item-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.hsk-voice-item-img{width:100%;height:clamp(52px,8.5vh,78px);object-fit:cover;border-radius:8px;background:color-mix(in srgb,var(--hsk-chat-text,#1f1f1f) 5%,transparent)}.hsk-voice-item-img--empty{display:flex;align-items:center;justify-content:center;color:color-mix(in srgb,var(--hsk-chat-text,#1f1f1f) 30%,transparent)}.hsk-voice-item-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.78rem;line-height:1.35;color:var(--hsk-chat-text,#1f1f1f)}.hsk-voice-item-price{font-size:.78rem;font-weight:600;color:var(--hsk-primary,#ff6a33)}@media (prefers-reduced-motion:reduce){.hsk-voice-item{animation:none}}.hsk-voice-error{font-family:var(--hsk-font);font-size:.85rem;color:#e5484d;text-align:center}@media (prefers-reduced-motion:reduce){.hsk-voice-overlay,.hsk-voice-phase--thinking{animation:none}}.hsk-cb-listen{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;margin-top:6px;padding:0;background:transparent;border:none;border-radius:999px;color:var(--hsk-chat-muted,#71717a);cursor:pointer;opacity:0;transition:opacity .18s ease,color .18s ease}.hsk-cb-msg-group:hover .hsk-cb-listen,.hsk-cb-listen:focus-visible,.hsk-cb-listen--active{opacity:1}.hsk-cb-listen:hover,.hsk-cb-listen--active{color:var(--hsk-primary,#ff6a33)}.hsk-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hsk-voice-picker{position:absolute;top:clamp(14px,3vh,28px);left:50%;transform:translateX(-50%);display:flex;gap:8px;flex-wrap:nowrap;justify-content:center;max-width:min(100%,420px);padding:0 56px;z-index:2}.hsk-voice-pill{display:inline-flex;align-items:center;gap:7px;padding:5px 11px;border-radius:999px;border:1px solid rgba(0,0,0,.09);background:rgba(255,255,255,.72);backdrop-filter:blur(8px);font:inherit;font-size:11px;letter-spacing:.01em;color:#5b5b5b;cursor:pointer;transition:background 160ms ease,border-color 160ms ease,color 160ms ease,transform 160ms ease;opacity:0;animation:hsk-voice-pill-in 420ms cubic-bezier(.16,1,.3,1) forwards}.hsk-voice-pill--on{animation:hsk-voice-pill-in 420ms cubic-bezier(.16,1,.3,1) forwards,hsk-voice-pill-pop 260ms ease}@keyframes hsk-voice-pill-in{from{opacity:0;transform:translateY(-6px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes hsk-voice-pill-pop{0%{transform:scale(1)}40%{transform:scale(1.06)}100%{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.hsk-voice-pill{opacity:1;animation:none}}@media (max-width:520px){.hsk-voice-picker{gap:5px;padding:0 44px}.hsk-voice-pill{padding:5px 8px;gap:4px}}.hsk-voice-pill:hover{background:rgba(255,255,255,.95);border-color:rgba(0,0,0,.16)}.hsk-voice-pill--on:hover{background:#1c1c1c;border-color:#1c1c1c;color:#fff}.hsk-voice-pill--on{background:#1a1a1a;border-color:#1a1a1a;color:#fff}@media (prefers-color-scheme:dark){.hsk-voice-pill{border-color:rgba(255,255,255,.14);background:rgba(30,30,30,.7);color:#cfcfcf}.hsk-voice-pill:hover{background:rgba(45,45,45,.9)}.hsk-voice-pill--on:hover{background:#f2f2f2;border-color:#f2f2f2;color:#141414}.hsk-voice-pill--on{background:#f2f2f2;border-color:#f2f2f2;color:#141414}}@media (max-width:520px){.hsk-cb-input-box{gap:6px;padding:10px 10px 10px 12px}.hsk-cb-attach-btn,.hsk-cb-mic-btn,.hsk-cb-send,.hsk-cb-voice-mode-btn,.hsk-chat-send{width:32px;height:32px;border-radius:10px}.hsk-cb-textarea{flex:1 1 auto;min-width:0;font-size:16px}.hsk-cb-input-box .hsk-cb-listening{display:none}}.hsk-cb-main{position:relative}.hsk-cb-main,.hsk-voice-overlay{--hsk-doodle-ink:31,31,31;--hsk-doodle-tint:255,106,51}@keyframes hsk-doodles-shimmer-in{0%{opacity:0}100%{opacity:.9}}.hsk-cb-doodles{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:.9;animation:hsk-doodles-shimmer-in .28s cubic-bezier(.16,1,.3,1) both}.hsk-cb-main>*:not(.hsk-cb-doodles){position:relative}@media (prefers-color-scheme:dark){.hsk-cb-main,.hsk-voice-overlay{--hsk-doodle-ink:240,239,237;--hsk-doodle-tint:255,150,110}}[data-hsk-theme="light"] .hsk-cb-main,[data-hsk-theme="light"] .hsk-voice-overlay{--hsk-doodle-ink:31,31,31;--hsk-doodle-tint:255,106,51}[data-hsk-theme="dark"] .hsk-cb-main,[data-hsk-theme="dark"] .hsk-voice-overlay{--hsk-doodle-ink:240,239,237;--hsk-doodle-tint:255,150,110}.hsk-cb-docked-option-price,.hsk-cb-entlang-price,.hsk-cb-src-price,.hsk-kiku-picker-item-price,.hsk-source-price,.hsk-sp-item-discount,.hsk-sp-item-original-price,.hsk-sp-item-price,.hsk-sp-mobile-main-card-price,.hsk-sp-mobile-similar-carousel-price,.hsk-voice-item-price,.hsk-live-cell{font-variant-numeric:tabular-nums}.hsk-live-wrap{margin:8px 0 2px;max-width:min(88%,560px);box-sizing:border-box}.hsk-live-carousel{display:flex;flex-wrap:wrap;gap:8px;align-items:flex-start}.hsk-live-card{flex:0 1 auto;min-width:0;max-width:100%;background:var(--hsk-chat-source-bg,rgba(0,0,0,.035));border:1px solid var(--hsk-chat-divide,rgba(0,0,0,.08));border-radius:14px;padding:10px 12px;box-sizing:border-box;display:flex;flex-direction:column;gap:8px;transition:opacity .2s ease}.hsk-live-card.is-stale{opacity:.75}.hsk-live-card__header{display:flex;align-items:center;justify-content:space-between;gap:8px}.hsk-live-card__status{display:flex;align-items:center;gap:6px;min-width:0}.hsk-live-dot{width:7px;height:7px;border-radius:50%;background:#10b981;flex-shrink:0}@media (prefers-reduced-motion:no-preference){.hsk-live-dot:not(.is-stale){animation:hsk-live-pulse 2s ease-in-out infinite}}.hsk-live-dot.is-stale{background:var(--hsk-chat-muted,#9ca3af)}.hsk-live-card__title{font-size:12px;font-weight:600;color:var(--hsk-chat-text,#111827);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-0.01em}.hsk-live-card__meta{display:flex;align-items:center;gap:8px;flex-shrink:0}.hsk-live-card__close{font-size:11px;font-weight:500;color:var(--hsk-chat-muted,#6b7280);opacity:.85;white-space:nowrap}.hsk-live-card__age{font-size:11px;font-weight:400;color:var(--hsk-chat-muted,#6b7280);white-space:nowrap;flex-shrink:0}.hsk-live-card__pills{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.hsk-live-pill{display:inline-flex;align-items:center;gap:5px;padding:3px 8px;background:var(--hsk-chat-bg,#ffffff);border:1px solid var(--hsk-chat-divide,rgba(0,0,0,.08));border-radius:8px;font-size:12px;font-variant-numeric:tabular-nums;line-height:1.3;color:var(--hsk-chat-text,#111827);box-shadow:0 1px 2px rgba(0,0,0,.03)}.hsk-live-pill__label{font-weight:500;color:var(--hsk-chat-muted,#6b7280);font-size:11px;text-transform:capitalize}.hsk-live-pill__value{font-weight:650;color:var(--hsk-chat-text,#111827)}@media (prefers-reduced-motion:no-preference){.hsk-live-pill.is-changed{animation:hsk-live-pill-flash 1.2s ease-out}@keyframes hsk-live-pill-flash{0%{background:rgba(16,185,129,.25);border-color:#10b981}100%{background:var(--hsk-chat-bg,#ffffff);border-color:var(--hsk-chat-divide,rgba(0,0,0,.08))}}}@media (max-width:640px){.hsk-cb-source{flex:0 0 128px}.hsk-cb-src-imgwrap,.hsk-cb-src-imgwrap-empty{width:128px;height:128px;font-size:24px}.hsk-cb-sources{gap:10px}.hsk-cb-src-name{font-size:12px;line-height:1.35}.hsk-cb-src-price{font-size:11px;padding:1px 7px;margin-top:4px}.hsk-cb-ai-text,.hsk-live{max-width:100%;width:100%}}@media (max-width:480px){.hsk-cb-source{flex:0 0 114px}.hsk-cb-src-imgwrap,.hsk-cb-src-imgwrap-empty{width:114px;height:114px;font-size:20px}.hsk-cb-sources{gap:8px}.hsk-live{border-radius:12px;padding:2px 0 8px;margin:8px 0 2px}.hsk-live-card{flex:1 1 100%}}.hsk-cb-overlay[data-hsk-theme],[data-hsk-theme] .hsk-cb-overlay{background:var(--hsk-chat-bg) !important;color:var(--hsk-chat-text) !important}[data-hsk-theme] .hsk-cb-panel{background:transparent !important;color:var(--hsk-chat-text) !important}[data-hsk-theme] .hsk-cb-topbar-name{background:var(--hsk-surface-2) !important;color:var(--hsk-name-text,var(--hsk-chat-text)) !important;box-shadow:0 0 0 3px var(--hsk-chat-bg),0 1px 3px rgba(var(--hsk-primary-rgb),.2) !important}[data-hsk-theme] .hsk-cb-think-head{background:var(--hsk-surface-2) !important;color:var(--hsk-think-text) !important;box-shadow:0 0 0 3px var(--hsk-chat-bg),0 1px 3px rgba(var(--hsk-primary-rgb),.2) !important}[data-hsk-theme] .hsk-cb-chip,[data-hsk-theme] .hsk-cb-lang-chip,[data-hsk-theme] .hsk-action-pill{border:var(--hsk-chip-border,none) !important;background:var(--hsk-surface-1) !important;color:var(--hsk-chat-text) !important}[data-hsk-theme] .hsk-cb-chip:hover,[data-hsk-theme] .hsk-cb-lang-chip:hover,[data-hsk-theme] .hsk-action-pill:hover{background:rgba(var(--hsk-primary-rgb),.12) !important;color:var(--hsk-primary) !important}[data-hsk-theme] .hsk-cb-ai-text{background:var(--hsk-bubble-bg) !important;color:var(--hsk-chat-text) !important}[data-hsk-theme] .hsk-cb-ai-text:not(:has(~.hsk-cb-ai-text))::before{background:var(--hsk-bubble-bg) !important}[data-hsk-theme] .hsk-cb-ai-text:not(:has(~.hsk-cb-ai-text))::after{background:var(--hsk-chat-bg) !important}[data-hsk-theme] .hsk-cb-user-bubble--tail::before{background:#007aff !important}[data-hsk-theme] .hsk-cb-user-bubble--tail::after{background:var(--hsk-chat-bg) !important}[data-hsk-theme] .hsk-cb-topbar-title{color:var(--hsk-chat-text) !important}[data-hsk-theme] .hsk-cb-topbar-btn,[data-hsk-theme] .hsk-cb-back{background:var(--hsk-surface-1) !important;color:var(--hsk-chat-muted) !important}[data-hsk-theme] .hsk-cb-input-box{background:transparent !important;border:none !important;border-radius:inherit !important}[data-hsk-theme] .hsk-cb-textarea{color:var(--hsk-chat-text) !important}[data-hsk-theme] .hsk-cb-textarea::placeholder{color:var(--hsk-placeholder) !important}[data-hsk-theme] .hsk-markdown-table th{color:var(--hsk-chat-muted) !important;border-bottom:1px solid var(--hsk-chat-divide) !important}[data-hsk-theme] .hsk-markdown-table td{color:var(--hsk-chat-text) !important;border-bottom:1px solid var(--hsk-chat-divide) !important}[data-hsk-theme] .hsk-cb-kiku-id-pill{background:var(--hsk-surface-1) !important;border:none !important;box-shadow:none !important;color:var(--hsk-chat-muted) !important}[data-hsk-theme] .hsk-cb-kiku-id-pill:hover{color:var(--hsk-primary) !important}[data-hsk-theme] .hsk-cb-theme-2x2-grid,[data-hsk-theme] .hsk-cb-topbar-ooze-menu{background:var(--hsk-surface-2) !important;box-shadow:none !important}[data-hsk-theme] .hsk-cb-theme-squircle-trigger{background:var(--hsk-surface-1) !important;color:var(--hsk-chat-text) !important;border:none !important;box-shadow:none !important}[data-hsk-theme] .hsk-cb-theme-grid-item{background:var(--hsk-grid-bg) !important;color:var(--hsk-chat-muted) !important;border:none !important;box-shadow:none !important}[data-hsk-theme] .hsk-cb-theme-grid-item.is-active{background:var(--hsk-active-bg) !important;color:var(--hsk-on-active) !important;box-shadow:none !important}[data-hsk-theme] .hsk-cb-src-name,[data-hsk-theme] .hsk-source-card__title{color:var(--hsk-src-title) !important;font-weight:650 !important}[data-hsk-theme] .hsk-cb-src-desc,[data-hsk-theme] .hsk-cb-src-detail,[data-hsk-theme] .hsk-source-card__desc{color:var(--hsk-src-desc) !important}[data-hsk-theme] .hsk-cb-src-price{background:var(--hsk-price-bg) !important;color:var(--hsk-price-text) !important;font-weight:700 !important}[data-hsk-theme] .hsk-cb-main,[data-hsk-theme] .hsk-voice-overlay{--hsk-doodle-ink:var(--hsk-ink) !important;--hsk-doodle-tint:var(--hsk-tint) !important}[data-hsk-theme] .hsk-voice-pill{background:var(--hsk-chat-input-bg) !important;border-color:var(--hsk-chat-divide) !important;color:var(--hsk-chat-muted) !important}[data-hsk-theme] .hsk-voice-pill:hover{background:var(--hsk-surface-2) !important;color:var(--hsk-chat-text) !important}[data-hsk-theme] .hsk-voice-pill--on,[data-hsk-theme] .hsk-voice-pill--on:hover{background:var(--hsk-active-bg) !important;border-color:var(--hsk-active-bg) !important;color:var(--hsk-on-active) !important}.hsk-cb-overlay[data-hsk-theme="light"],[data-hsk-theme="light"] .hsk-cb-overlay{--hsk-primary:#ff6a33 !important;--hsk-primary-rgb:255,106,51 !important;--hsk-chat-bg:#ffffff !important;--hsk-chat-text:#1f1f1f !important;--hsk-chat-muted:#5f6368 !important;--hsk-chat-divide:#e5e7eb !important;--hsk-chat-input-bg:#f3f4f6 !important;--hsk-chat-source-bg:#f9fafb !important;--hsk-fade-bg:#ffffff !important;--hsk-goo-fill:#ffffff !important;--hsk-surface-1:rgba(0,0,0,.05) !important;--hsk-surface-2:#f1f3f4 !important;--hsk-bubble-bg:#f3f4f6 !important;--hsk-think-text:#4b5563 !important;--hsk-placeholder:#757575 !important;--hsk-grid-bg:#ffffff !important;--hsk-active-bg:#1f1f1f !important;--hsk-on-active:#ffffff !important;--hsk-src-title:#111827 !important;--hsk-src-desc:#4b5563 !important;--hsk-price-bg:#f3f4f6 !important;--hsk-price-text:#ea580c !important;--hsk-sheet-bg:#f3f4f6 !important;--hsk-chip-border:1px solid rgba(0,0,0,.08) !important;--hsk-ink:55,65,81 !important;--hsk-tint:145,77,47 !important}.hsk-cb-overlay[data-hsk-theme="dark"],[data-hsk-theme="dark"] .hsk-cb-overlay{--hsk-primary:#ff6a33 !important;--hsk-primary-rgb:255,106,51 !important;--hsk-chat-bg:#0a0a0a !important;--hsk-chat-text:#f0efed !important;--hsk-chat-muted:#888888 !important;--hsk-chat-divide:rgba(255,255,255,.08) !important;--hsk-chat-input-bg:#191919 !important;--hsk-chat-source-bg:rgba(255,255,255,.04) !important;--hsk-fade-bg:#0a0a0a !important;--hsk-goo-fill:#1a1a1c !important;--hsk-surface-1:rgba(255,255,255,.06) !important;--hsk-surface-2:#1f1f22 !important;--hsk-bubble-bg:#1f1f22 !important;--hsk-think-text:#a6a6a6 !important;--hsk-placeholder:#555555 !important;--hsk-grid-bg:#1a1a1c !important;--hsk-active-bg:#f0efed !important;--hsk-on-active:#0a0a0a !important;--hsk-src-title:#f9fafb !important;--hsk-src-desc:#9ca3af !important;--hsk-price-bg:rgba(255,255,255,.08) !important;--hsk-price-text:#ff7a45 !important;--hsk-sheet-bg:#1f1f22 !important;--hsk-ink:240,239,237 !important;--hsk-tint:248,195,174 !important}.hsk-cb-overlay[data-hsk-theme="mahogany"],[data-hsk-theme="mahogany"] .hsk-cb-overlay{--hsk-primary:#e07a38 !important;--hsk-primary-rgb:224,122,56 !important;--hsk-chat-bg:#140d09 !important;--hsk-chat-text:#f6eee3 !important;--hsk-chat-muted:#a89485 !important;--hsk-chat-divide:rgba(217,140,85,.18) !important;--hsk-chat-input-bg:#211610 !important;--hsk-chat-source-bg:#1c130d !important;--hsk-fade-bg:#140d09 !important;--hsk-goo-fill:#211610 !important;--hsk-surface-1:#211610 !important;--hsk-surface-2:#2b1c14 !important;--hsk-bubble-bg:#261912 !important;--hsk-think-text:#c4b1a1 !important;--hsk-placeholder:#7a6557 !important;--hsk-grid-bg:#2b1c14 !important;--hsk-active-bg:#e07a38 !important;--hsk-on-active:#ffffff !important;--hsk-src-title:#fdf8f4 !important;--hsk-src-desc:#c4b1a1 !important;--hsk-price-bg:#2b1c14 !important;--hsk-price-text:#f59e0b !important;--hsk-sheet-bg:#211610 !important;--hsk-ink:246,238,227 !important;--hsk-tint:235,180,142 !important}.hsk-cb-overlay[data-hsk-theme="blush"],[data-hsk-theme="blush"] .hsk-cb-overlay{--hsk-primary:#ec4899 !important;--hsk-primary-rgb:236,72,153 !important;--hsk-chat-bg:#fff5f7 !important;--hsk-chat-text:#3d1424 !important;--hsk-chat-muted:#94536d !important;--hsk-chat-divide:rgba(236,72,153,.18) !important;--hsk-chat-input-bg:#ffe4ec !important;--hsk-chat-source-bg:#fff0f4 !important;--hsk-fade-bg:#fff5f7 !important;--hsk-goo-fill:#ffe4ec !important;--hsk-surface-1:#ffe4ec !important;--hsk-surface-2:#fbcfe8 !important;--hsk-bubble-bg:#ffebf1 !important;--hsk-think-text:#831843 !important;--hsk-name-text:#831843 !important;--hsk-placeholder:#b57a91 !important;--hsk-grid-bg:#fff0f4 !important;--hsk-active-bg:#ec4899 !important;--hsk-on-active:#ffffff !important;--hsk-src-title:#2b0c19 !important;--hsk-src-desc:#702648 !important;--hsk-price-bg:#fce7f3 !important;--hsk-price-text:#db2777 !important;--hsk-sheet-bg:#ffe4ec !important;--hsk-sheet-hover:#ffd2e0 !important;--hsk-ink:130,36,75 !important;--hsk-tint:175,38,97 !important}.hsk-cb-overlay[data-hsk-theme="coffee"],[data-hsk-theme="coffee"] .hsk-cb-overlay{--hsk-primary:#a9714b !important;--hsk-primary-rgb:169,113,75 !important;--hsk-chat-bg:#f7f1e8 !important;--hsk-chat-text:#3b2a1d !important;--hsk-chat-muted:#8a7561 !important;--hsk-chat-divide:rgba(169,113,75,.18) !important;--hsk-chat-input-bg:#efe4d6 !important;--hsk-chat-source-bg:#f2eade !important;--hsk-fade-bg:#f7f1e8 !important;--hsk-goo-fill:#efe4d6 !important;--hsk-surface-1:#efe4d6 !important;--hsk-surface-2:#e6d7c4 !important;--hsk-bubble-bg:#f0e7da !important;--hsk-think-text:#6b543f !important;--hsk-placeholder:#a89680 !important;--hsk-grid-bg:#f2eade !important;--hsk-active-bg:#a9714b !important;--hsk-on-active:#ffffff !important;--hsk-src-title:#2a1c11 !important;--hsk-src-desc:#6b543f !important;--hsk-price-bg:#ece0cf !important;--hsk-price-text:#9a5f32 !important;--hsk-sheet-bg:#efe4d6 !important;--hsk-sheet-hover:#e6d7c4 !important;--hsk-ink:59,42,29 !important;--hsk-tint:120,88,62 !important}.hsk-cb-overlay[data-hsk-theme="midnight"],[data-hsk-theme="midnight"] .hsk-cb-overlay{--hsk-primary:#6366f1 !important;--hsk-primary-rgb:99,102,241 !important;--hsk-chat-bg:#0f1420 !important;--hsk-chat-text:#dfe6f5 !important;--hsk-chat-muted:#8792ad !important;--hsk-chat-divide:rgba(99,102,241,.18) !important;--hsk-chat-input-bg:#1a2133 !important;--hsk-chat-source-bg:#161d2c !important;--hsk-fade-bg:#0f1420 !important;--hsk-goo-fill:#1a2133 !important;--hsk-surface-1:#1a2133 !important;--hsk-surface-2:#222b40 !important;--hsk-bubble-bg:#1e2637 !important;--hsk-think-text:#a8b3cc !important;--hsk-placeholder:#5c6780 !important;--hsk-grid-bg:#222b40 !important;--hsk-active-bg:#6366f1 !important;--hsk-on-active:#ffffff !important;--hsk-src-title:#f2f5fc !important;--hsk-src-desc:#a8b3cc !important;--hsk-price-bg:#222b40 !important;--hsk-price-text:#818cf8 !important;--hsk-sheet-bg:#1a2133 !important;--hsk-sheet-hover:#222b40 !important;--hsk-ink:223,230,245 !important;--hsk-tint:150,160,200 !important}.hsk-cb-back-icon{display:inline-flex;transition:transform .22s cubic-bezier(.22,1,.36,1)}.hsk-cb-back:hover:not(:disabled) .hsk-cb-back-icon{transform:translateX(-2px)}.hsk-cb-panel[dir="rtl"] .hsk-cb-back:hover:not(:disabled) .hsk-cb-back-icon{transform:scaleX(-1) translateX(-2px)}.hsk-cb-tools-toggle{transition:transform .26s cubic-bezier(.34,1.56,.64,1),background-color .42s cubic-bezier(.16,1,.3,1),color .42s cubic-bezier(.16,1,.3,1)}.hsk-cb-tools-toggle:hover:not(:disabled){color:var(--hsk-primary,#ff6a33);transform:rotate(90deg)}.hsk-cb-tools-toggle--open:hover:not(:disabled){transform:rotate(135deg)}.hsk-cb-tools-toggle:active:not(:disabled){transform:scale(.9);transition-duration:.1s}.hsk-cb-theme-trigger-icon{display:inline-flex;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.hsk-cb-theme-squircle-trigger:hover .hsk-cb-theme-trigger-icon{transform:translateY(-1.5px) rotate(-8deg)}.hsk-cb-dot-item:hover:not(.hsk-cb-dot-item--active){background:var(--hsk-chat-muted,rgba(120,120,120,.6));transform:scale(1.35)}.hsk-msg-audio-btn{transition:color .18s ease,transform .22s cubic-bezier(.34,1.56,.64,1)}.hsk-msg-audio-btn:hover:not(:disabled){color:var(--hsk-primary,#ff6a33);transform:scale(1.12)}.hsk-msg-audio-btn:active:not(:disabled){transform:scale(.94);transition-duration:.1s}.hsk-markup-color{transition:transform .22s cubic-bezier(.34,1.56,.64,1),border-color .18s ease}.hsk-markup-color:hover:not(.hsk-markup-color--on){transform:scale(1.22)}.hsk-markup-color--on:hover{transform:scale(1.15)}@media (prefers-reduced-motion:reduce){.hsk-cb-back:hover:not(:disabled) .hsk-cb-back-icon,.hsk-cb-panel[dir="rtl"] .hsk-cb-back:hover:not(:disabled) .hsk-cb-back-icon,.hsk-cb-theme-squircle-trigger:hover .hsk-cb-theme-trigger-icon,.hsk-cb-dot-item:hover:not(.hsk-cb-dot-item--active),.hsk-msg-audio-btn:hover:not(:disabled),.hsk-markup-color:hover:not(.hsk-markup-color--on){transform:none}.hsk-cb-tools-toggle:hover:not(:disabled),.hsk-cb-tools-toggle--open:hover:not(:disabled){transform:none}}.hsk-voice-control{position:relative;isolation:isolate;border-radius:999px}.hsk-voice-control:not(.hsk-voice-control--muted)::before{content:'';position:absolute;inset:-1.5px;border-radius:inherit;background:conic-gradient( from 0deg,#ff3b30,#ff9500,#ffd60a,#34c759,#00c7be,#30b0c7,#007aff,#5856d6,#af52de,#ff2d55,#ff3b30 );-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 2.5px),#000 calc(100% - 2px));mask:radial-gradient(farthest-side,transparent calc(100% - 2.5px),#000 calc(100% - 2px));animation:hsk-apple-siri-spin 3s linear infinite;pointer-events:none;z-index:1}.hsk-voice-control::after{display:none !important}.hsk-voice-control-icon{will-change:transform}.hsk-voice-control:not(.hsk-voice-control--muted) .hsk-voice-control-icon{animation:hsk-apple-siri-mic-pulse 2.2s ease-in-out infinite}@keyframes hsk-apple-siri-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes hsk-apple-siri-breathe{0%,100%{transform:scale(.95);opacity:.55}50%{transform:scale(1.15);opacity:.95}}@keyframes hsk-apple-siri-mic-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.08)}}.hsk-voice-control--muted::before,.hsk-voice-control--muted::after{display:none}@media (prefers-reduced-motion:reduce){.hsk-voice-control:not(:hover):not(.hsk-voice-control--muted) .hsk-voice-control-icon,.hsk-voice-control:hover::before,.hsk-voice-control--muted::before,.hsk-voice-control--muted::after{animation:none}.hsk-voice-control:hover,.hsk-voice-control:hover .hsk-mic-cap{transform:none}}.hsk-cb-voice-error{animation:hsk-error-shake .26s cubic-bezier(.36,.07,.19,.97) both}@keyframes hsk-error-shake{0%,100%{transform:translateX(0)}22%{transform:translateX(-3px)}55%{transform:translateX(2px)}80%{transform:translateX(-1px)}}@media (prefers-reduced-motion:reduce){.hsk-cb-voice-error{animation:none}}.hsk-sun-rays,.hsk-sun-core,.hsk-moon-body,.hsk-wood-layer,.hsk-heart-body,.hsk-steam,.hsk-star-spark,.hsk-check-mark,.hsk-send-tail,.hsk-send-body{transform-box:fill-box;transform-origin:center}.hsk-sun-rays{transform-origin:12px 12px;transition:transform .5s cubic-bezier(.22,1,.36,1)}.hsk-cb-theme-grid-item:hover .hsk-sun-rays,.hsk-cb-theme-squircle-trigger:hover .hsk-sun-rays{transform:rotate(45deg)}.hsk-sun-core{transition:transform .32s cubic-bezier(.34,1.56,.64,1)}.hsk-cb-theme-grid-item:hover .hsk-sun-core,.hsk-cb-theme-squircle-trigger:hover .hsk-sun-core{transform:scale(1.14)}.hsk-moon-body{transition:transform .34s cubic-bezier(.34,1.56,.64,1)}.hsk-cb-theme-grid-item:hover .hsk-moon-body,.hsk-cb-theme-squircle-trigger:hover .hsk-moon-body{transform:rotate(-16deg)}.hsk-wood-layer{transition:transform .34s cubic-bezier(.34,1.56,.64,1)}.hsk-wood-layer{transition-delay:calc(var(--hsk-layer,0) * 45ms)}.hsk-cb-theme-grid-item:hover .hsk-wood-layer,.hsk-cb-theme-squircle-trigger:hover .hsk-wood-layer{transform:translateY(-1.2px)}.hsk-cb-theme-grid-item:hover .hsk-heart-body,.hsk-cb-theme-squircle-trigger:hover .hsk-heart-body{animation:hsk-heartbeat 1.1s ease-in-out infinite}@keyframes hsk-heartbeat{0%,100%{transform:scale(1)}14%{transform:scale(1.18)}28%{transform:scale(1)}42%{transform:scale(1.12)}56%{transform:scale(1)}}.hsk-steam{opacity:.9}.hsk-cb-theme-grid-item:hover .hsk-steam,.hsk-cb-theme-squircle-trigger:hover .hsk-steam{animation:hsk-steam-rise 1.6s ease-out infinite;animation-delay:calc(var(--hsk-steam,0) * 220ms)}@keyframes hsk-steam-rise{0%{transform:translateY(2px) scaleY(.5);opacity:0}35%{opacity:.95}100%{transform:translateY(-3px) scaleY(1.15);opacity:0}}.hsk-cb-theme-grid-item:hover .hsk-star-spark,.hsk-cb-theme-squircle-trigger:hover .hsk-star-spark{animation:hsk-twinkle 1.4s ease-in-out infinite}@keyframes hsk-twinkle{0%,100%{transform:scale(1) rotate(0deg);opacity:.85}50%{transform:scale(1.45) rotate(20deg);opacity:1}}.hsk-check-mark{stroke-dasharray:30;stroke-dashoffset:30;animation:hsk-check-draw .42s cubic-bezier(.65,0,.35,1) forwards}@keyframes hsk-check-draw{to{stroke-dashoffset:0}}.hsk-send-body,.hsk-send-tail{transition:transform .28s cubic-bezier(.22,1,.36,1)}.hsk-send-tail{transition-delay:40ms}.hsk-chat-send:hover:not(:disabled) .hsk-send-body,.hsk-cb-send:hover:not(:disabled) .hsk-send-body{transform:translate(1.5px,-1.5px)}.hsk-chat-send:hover:not(:disabled) .hsk-send-tail,.hsk-cb-send:hover:not(:disabled) .hsk-send-tail{transform:translate(2.5px,-2.5px)}@media (prefers-reduced-motion:reduce){.hsk-sun-rays,.hsk-sun-core,.hsk-moon-body,.hsk-wood-layer,.hsk-send-body,.hsk-send-tail{transition:none;transform:none !important}.hsk-cb-theme-grid-item:hover .hsk-heart-body,.hsk-cb-theme-squircle-trigger:hover .hsk-heart-body,.hsk-cb-theme-grid-item:hover .hsk-steam,.hsk-cb-theme-squircle-trigger:hover .hsk-steam,.hsk-cb-theme-grid-item:hover .hsk-star-spark,.hsk-cb-theme-squircle-trigger:hover .hsk-star-spark{animation:none}.hsk-check-mark{animation:none;stroke-dashoffset:0}}.hsk-cb-send-stage{position:relative;display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:visible}.hsk-cb-send-seam{position:absolute;top:50%;left:50%;width:2px;height:15px;border-radius:2px;background:currentColor;transform:translate(-50%,-50%) rotate(38deg) scaleY(0);transform-origin:center;opacity:0;pointer-events:none}.hsk-cb-send-kite{display:inline-flex;transform-origin:center;will-change:transform}.hsk-cb-send:hover:not(:disabled) .hsk-cb-send-kite{transform:translate(1.5px,-1.5px);transition:transform .26s cubic-bezier(.22,1,.36,1)}.hsk-cb-send.is-launching .hsk-cb-send-kite{animation:hsk-kite-tear .55s cubic-bezier(.22,1,.36,1) both}.hsk-cb-send.is-launching .hsk-cb-send-seam{animation:hsk-seam-heal .55s cubic-bezier(.4,0,.3,1) both}@keyframes hsk-kite-tear{0%{transform:translate(0,0) scale(1) rotate(0deg);opacity:1}18%{transform:translate(-1px,2.5px) scale(.92,1.08) rotate(-4deg);opacity:1}45%{transform:translate(3px,-16px) scale(1.2,.8) rotate(6deg);opacity:.95}75%{transform:translate(6px,-38px) scale(1.05,.7) rotate(10deg);opacity:.6}100%{transform:translate(8px,-56px) scale(.6,.4) rotate(12deg);opacity:0}}@keyframes hsk-seam-heal{0%{transform:translate(-50%,-50%) rotate(38deg) scaleY(0);opacity:0}22%{transform:translate(-50%,-50%) rotate(38deg) scaleY(1);opacity:.9}45%{transform:translate(-50%,-50%) rotate(38deg) scaleY(1.3);opacity:.8}72%{transform:translate(-50%,-50%) rotate(38deg) scaleY(.3);opacity:.35}100%{transform:translate(-50%,-50%) rotate(38deg) scaleY(0);opacity:0}}.hsk-kite-wing{transform-box:fill-box;transform-origin:100% 0}.hsk-cb-send:not(:disabled):not(.is-launching) .hsk-kite-wing--far{animation:hsk-wing-beat-far .62s ease-in-out infinite}.hsk-cb-send:not(:disabled):not(.is-launching) .hsk-kite-wing--near{animation:hsk-wing-beat-near .62s ease-in-out .07s infinite}.hsk-cb-send:not(:disabled):not(.is-launching) .hsk-cb-send-kite{animation:hsk-kite-strain 2.4s cubic-bezier(.45,0,.35,1) infinite}.hsk-cb-send:not(:disabled):not(.is-launching) .hsk-cb-send-seam{animation:hsk-seam-strain 2.4s cubic-bezier(.45,0,.35,1) infinite}@keyframes hsk-kite-strain{0%,10%{transform:translate(0,0) scale(1) rotate(0deg)}20%{transform:translate(-1.2px,2px) scale(.94,1.05) rotate(-4deg)}34%{transform:translate(3.5px,-5px) scale(1.16,.86) rotate(8deg)}42%{transform:translate(4.2px,-6px) scale(1.2,.82) rotate(9deg)}50%{transform:translate(2.4px,-3.4px) scale(1.06,.94) rotate(5deg)}64%{transform:translate(-.6px,1.2px) scale(.97,1.03) rotate(-2deg)}78%,100%{transform:translate(0,0) scale(1) rotate(0deg)}}@keyframes hsk-seam-strain{0%,22%{transform:translate(-50%,-50%) rotate(38deg) scaleY(0);opacity:0}34%{transform:translate(-50%,-50%) rotate(38deg) scaleY(.6);opacity:.34}42%{transform:translate(-50%,-50%) rotate(38deg) scaleY(.95);opacity:.5}52%{transform:translate(-50%,-50%) rotate(38deg) scaleY(.55);opacity:.3}66%,100%{transform:translate(-50%,-50%) rotate(38deg) scaleY(0);opacity:0}}@keyframes hsk-wing-beat-far{0%,100%{transform:scaleX(1) skewY(0deg)}50%{transform:scaleX(.86) skewY(-4deg)}}@keyframes hsk-wing-beat-near{0%,100%{transform:scaleX(1) skewY(0deg)}50%{transform:scaleX(1.1) skewY(3deg)}}.hsk-stop-ring{transform-box:fill-box;transform-origin:center;stroke-dasharray:22 38;opacity:.85;animation:hsk-stop-orbit 1.4s linear infinite}.hsk-stop-core{transform-box:fill-box;transform-origin:center;animation:hsk-stop-pulse 1.4s ease-in-out infinite;transition:rx .2s ease,transform .2s cubic-bezier(.34,1.56,.64,1)}.hsk-cb-send--stop:hover .hsk-stop-core{transform:scale(1.16);animation-play-state:paused}.hsk-cb-send--stop:hover .hsk-stop-ring{animation-duration:.7s}@keyframes hsk-stop-orbit{to{transform:rotate(1turn)}}@keyframes hsk-stop-pulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(.86);opacity:.75}}@media (prefers-reduced-motion:reduce){.hsk-cb-send.is-launching .hsk-cb-send-kite,.hsk-cb-send.is-launching .hsk-cb-send-seam,.hsk-cb-send:hover:not(:disabled) .hsk-cb-send-kite{animation:none;transform:none}}.hsk-cb-send.is-launching{overflow:visible !important}.hsk-cb-send-sheath{position:absolute;inset:-1px;background:radial-gradient(120% 90% at 32% 22%,rgba(255,255,255,.44) 0,rgba(255,255,255,0) 58%),linear-gradient(150deg,color-mix(in srgb,var(--hsk-primary,#1273e6) 72%,#ffffff) 0,var(--hsk-primary,#1273e6) 46%,color-mix(in srgb,var(--hsk-primary,#1273e6) 74%,#000000) 100%);border-radius:46% 54% 52% 48% / 50% 47% 53% 50%;box-shadow:inset 0 2px 3px rgba(255,255,255,.5),inset 0 -3px 5px color-mix(in srgb,var(--hsk-primary,#1273e6) 30%,rgba(0,0,0,.55)),0 2px 5px rgba(0,0,0,.20),0 7px 16px color-mix(in srgb,var(--hsk-primary,#1273e6) 16%,transparent);transform-origin:58% 62%;pointer-events:none;z-index:1;will-change:transform,border-radius;transition:border-radius .5s cubic-bezier(.34,1.6,.5,1),box-shadow .3s ease}.hsk-cb-send-stage{z-index:2;position:relative}.hsk-cb-send:not(:disabled):not(.is-launching) .hsk-cb-send-sheath{animation:hsk-sheath-press 2.4s cubic-bezier(.35,.8,.3,1) infinite}@keyframes hsk-sheath-press{0%,12%{transform:scale(1);border-radius:46% 54% 52% 48% / 50% 47% 53% 50%}22%{transform:scale(.94,1.08) translate(-1.4px,2.2px);border-radius:52% 48% 44% 56% / 58% 40% 60% 42%}36%{transform:scale(1.14,.87) translate(2.6px,-3.4px) rotate(2deg);border-radius:38% 66% 54% 46% / 40% 62% 38% 60%}46%{transform:scale(1.19,.83) translate(3.6px,-4.6px) rotate(2.8deg);border-radius:34% 72% 56% 44% / 36% 68% 32% 64%}58%{transform:scale(.93,1.09) translate(-1.2px,1.8px) rotate(-1.4deg);border-radius:56% 44% 42% 58% / 60% 38% 62% 40%}70%{transform:scale(1.05,.96) translate(.8px,-1px) rotate(.6deg);border-radius:44% 56% 50% 50% / 46% 54% 46% 54%}80%{transform:scale(.98,1.03);border-radius:50% 50% 48% 52% / 52% 48% 52% 48%}88%,100%{transform:scale(1);border-radius:46% 54% 52% 48% / 50% 47% 53% 50%}}.hsk-cb-send.is-launching .hsk-cb-send-sheath{animation:hsk-sheath-yield .55s cubic-bezier(.3,.7,.25,1) both}@keyframes hsk-sheath-yield{0%{transform:scale(1);border-radius:46% 54% 52% 48% / 50% 47% 53% 50%}20%{transform:scale(.88,1.14) translate(-2px,3.4px);border-radius:56% 44% 40% 60% / 64% 34% 66% 36%}45%{transform:scale(1.34,.68) translate(6px,-10px) rotate(4.6deg);border-radius:24% 86% 62% 38% / 26% 80% 20% 74%}65%{transform:scale(.86,1.16) translate(-2.2px,3.6px) rotate(-2.2deg);border-radius:60% 40% 38% 62% / 68% 30% 70% 32%}82%{transform:scale(1.06,.95) translate(1px,-1px) rotate(.8deg);border-radius:44% 56% 52% 48% / 46% 54% 46% 54%}100%{transform:scale(1);border-radius:46% 54% 52% 48% / 50% 47% 53% 50%}}.hsk-cb-send:disabled .hsk-cb-send-sheath{opacity:0}.hsk-cb-send--stop .hsk-cb-send-sheath{display:none}.hsk-cb-send:active:not(:disabled) .hsk-cb-send-sheath{box-shadow:inset 0 1px 2px rgba(255,255,255,.3),inset 0 -1px 3px color-mix(in srgb,var(--hsk-primary,#1273e6) 24%,rgba(0,0,0,.6)),0 1px 3px rgba(0,0,0,.24)}@media (prefers-reduced-motion:reduce){.hsk-cb-send:not(:disabled):not(.is-launching) .hsk-cb-send-sheath,.hsk-cb-send.is-launching .hsk-cb-send-sheath{animation:none}}.hsk-cb-send:not(.hsk-cb-send--stop):not(:disabled){background:transparent !important;box-shadow:none !important;overflow:visible !important}.hsk-cb-send:not(.hsk-cb-send--stop):not(:disabled):hover{box-shadow:none !important}.hsk-cb-send:not(:disabled):hover .hsk-cb-send-sheath{box-shadow:inset 0 2px 4px rgba(255,255,255,.58),inset 0 -3px 6px color-mix(in srgb,var(--hsk-primary,#1273e6) 28%,rgba(0,0,0,.5)),0 3px 7px rgba(0,0,0,.22),0 10px 22px color-mix(in srgb,var(--hsk-primary,#1273e6) 20%,transparent)}.hsk-cb-terms-sanctuary{display:flex;flex-direction:column;margin:18px 0 22px;width:100%;max-width:520px;text-align:start;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border:none;border-radius:0;padding:0;box-shadow:none;opacity:0;animation:hsk-terms-delicate-in .5s cubic-bezier(.16,1,.3,1) .05s forwards}@keyframes hsk-terms-delicate-in{0%{opacity:0;transform:translateY(8px)}100%{opacity:1;transform:translateY(0)}}.hsk-cb-terms-item{display:flex;flex-direction:column;gap:4px;opacity:0;animation:hsk-terms-item-in .45s cubic-bezier(.16,1,.3,1) forwards;animation-delay:calc(var(--hsk-row-idx,0) * 60ms+80ms)}@keyframes hsk-terms-item-in{0%{opacity:0;transform:translateY(6px)}100%{opacity:1;transform:translateY(0)}}.hsk-cb-terms-head{display:flex;align-items:baseline;gap:10px}.hsk-cb-terms-numeral{font-family:ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;font-style:italic;font-size:11px;font-weight:600;letter-spacing:.12em;color:var(--hsk-primary,#ff6a33);opacity:.85;flex-shrink:0;user-select:none}.hsk-cb-terms-title{margin:0;font-size:14.5px;font-weight:700;letter-spacing:-0.015em;color:var(--hsk-chat-text,#ffffff)}.hsk-cb-terms-desc{margin:0;padding-inline-start:22px;font-size:13px;line-height:1.55;color:var(--hsk-chat-muted,#9ca3af);font-weight:400}.hsk-cb-terms-divider{height:1px;margin:14px 0;background:linear-gradient( 90deg,transparent 0,color-mix(in srgb,var(--hsk-chat-text,#000000) 8%,transparent) 20%,color-mix(in srgb,var(--hsk-chat-text,#000000) 8%,transparent) 80%,transparent 100% )}.hsk-cb-terms-action-wrap{display:flex;justify-content:center;width:100%;margin-top:14px}.hsk-cb-terms-agree-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 34px;font-size:14px;font-weight:600;border-radius:9999px;border:1px solid var(--hsk-chat-divide,rgba(255,255,255,.08));background:var(--hsk-chat-divide,rgba(255,255,255,.06));color:var(--hsk-chat-muted,rgba(255,255,255,.4));cursor:not-allowed;transition:all .3s cubic-bezier(.16,1,.3,1);letter-spacing:-0.01em}.hsk-cb-terms-agree-btn.is-active{background:var(--hsk-primary,#ff6a33);color:#ffffff;border-color:var(--hsk-primary,#ff6a33);cursor:pointer;box-shadow:0 4px 14px color-mix(in srgb,var(--hsk-primary,#ff6a33) 35%,transparent)}.hsk-cb-terms-agree-btn.is-active:hover{filter:brightness(.92);transform:translateY(-1px);box-shadow:0 6px 18px color-mix(in srgb,var(--hsk-primary,#ff6a33) 45%,transparent)}.hsk-cb-terms-agree-btn.is-active:active{transform:translateY(0);box-shadow:0 2px 6px color-mix(in srgb,var(--hsk-primary,#ff6a33) 25%,transparent)}@keyframes hsk-theme-morph-in{0%{opacity:0;transform:scale(.92) translateY(4px)}100%{opacity:1;transform:scale(1) translateY(0)}}@keyframes hsk-theme-morph-out{0%{opacity:1;transform:scale(1) translateY(0)}100%{opacity:0;transform:scale(.92) translateY(4px)}}`;var eo="akropolys-kiku-root",Kt=null,Va=null;function lc(e){if(typeof CSSStyleSheet<"u"&&"replaceSync"in CSSStyleSheet.prototype)try{let t=new CSSStyleSheet;t.replaceSync(Gr),e.adoptedStyleSheets=[...e.adoptedStyleSheets,t];return}catch{}let a=document.createElement("style");a.textContent=Gr,e.appendChild(a)}function Ka(){return typeof document>"u"?null:Va||(Kt=document.getElementById(eo),Kt||(Kt=document.createElement("div"),Kt.id=eo,Kt.style.cssText="all: initial;",document.body.appendChild(Kt)),Va=Kt.shadowRoot??Kt.attachShadow({mode:"open"}),lc(Va),Va)}var Ii=require("@akropolys/sdk");var to=new WeakMap;function Qr(e){if(!e)return Promise.resolve(null);let a=to.get(e);if(a)return a;let t=Promise.resolve().then(()=>e.baseFont?.()??null).catch(()=>null);return to.set(e,t),t}function ao(e,a,t){if(e&&(Qr(e),a))try{e.getUIStrings?.(a,t)?.catch?.(()=>{})}catch{}}var Xr=require("react"),St=new Map;function dc(e){let a=e.split("?")[0].split("#")[0].split(".").pop()?.toLowerCase();return a==="woff2"?"woff2":a==="woff"?"woff":a==="otf"?"opentype":a==="ttf"?"truetype":""}function no(e){let a=e.trim();return!a||/["'()\\\s]/.test(a)||/^(javascript|vbscript):/i.test(a)?null:a}var hc=/^[Uu]\+[0-9A-Fa-f?]{1,6}(-[0-9A-Fa-f]{1,6})?$/,ro=e=>{let a=e.split(",").map(t=>t.trim()).filter(Boolean);return a.length===0||!a.every(t=>hc.test(t))?"":a.join(", ")},pc=e=>/^\d{3}( \d{3})?$/.test(e)?e:"400";function uc(e,a){(0,Xr.useEffect)(()=>{if(!e||!a||typeof document>"u")return;let t=5381;for(let n=0;n<e.length;n++)t=(t<<5)+t+e.charCodeAt(n)>>>0;let r=`hsk-font-${t.toString(36)}`;if(St.set(e,(St.get(e)??0)+1),!document.getElementById(r)){let n=document.createElement("style");n.id=r,n.textContent=a,document.head.appendChild(n)}return()=>{let n=(St.get(e)??1)-1;if(n>0){St.set(e,n);return}St.delete(e),document.getElementById(r)?.remove()}},[e,a])}function oo(e){return e.faces.map(a=>{let t=no(a.url);return t?`@font-face{font-family:"${e.family}";font-style:normal;font-weight:${pc(a.weight)};font-display:swap;src:url(${t}) format("woff2");`+(ro(a.unicodeRange)?`unicode-range:${ro(a.unicodeRange)};`:"")+"}":""}).join("")}function Jr(e){let a=e?.faces??[],t=e&&a.length?oo(e):"";uc(t?`script|${e.family}|${a.map(r=>r.url).join("|")}`:"",t)}async function io(e,a=1200){if(typeof document>"u"||!("fonts"in document))return;let t=oo(e);if(!t)return;let r=`script|${e.family}|${e.faces.map(o=>o.url).join("|")}`,n=5381;for(let o=0;o<r.length;o++)n=(n<<5)+n+r.charCodeAt(o)>>>0;let i=`hsk-font-${n.toString(36)}`;if(!document.getElementById(i)){let o=document.createElement("style");o.id=i,o.textContent=t,document.head.appendChild(o)}let c=document.fonts,s=e.faces.map(()=>c.load(`16px "${e.family}"`).catch(()=>{}));await Promise.race([Promise.all(s),new Promise(o=>setTimeout(o,a))])}function br(e){let a=typeof e=="object"&&e?e:void 0,t=a?.fontFamily?.split(",")[0].trim().replace(/^['"]|['"]$/g,"")??"",r=typeof a?.fontUrl=="string"?{normal:a.fontUrl}:a?.fontUrl??{},n=r.normal??"",i=r.bold??"",c=r.variable??"";(0,Xr.useEffect)(()=>{if(!t||!n&&!i&&!c)return;let s=c?[["100 900",c]]:[["400",n],["700",i]],o=[];for(let[l,k]of s){if(!k)continue;let v=no(k);if(!v)continue;let x=dc(v);o.push(`@font-face{font-family:"${t}";font-style:normal;font-weight:${l};font-display:swap;src:url(${v})${x?` format("${x}")`:""};}`)}if(o.length===0)return;let d=o.join(""),p=`${t}|${n}|${i}|${c}`,h=5381;for(let l=0;l<p.length;l++)h=(h<<5)+h+p.charCodeAt(l)>>>0;let u=`hsk-host-font-${h.toString(36)}`;if(St.set(p,(St.get(p)??0)+1),!document.getElementById(u)){let l=document.createElement("style");l.id=u,l.textContent=d,document.head.appendChild(l)}return()=>{let l=(St.get(p)??1)-1;if(l>0){St.set(p,l);return}St.delete(p),document.getElementById(u)?.remove()}},[t,n,i,c])}var en=vt(require("react")),Wa=[],fr=[{value:"English",native:"English",tag:"en",rtl:!1},{value:"Chinese",native:"\u4E2D\u6587",tag:"zh",rtl:!1},{value:"Spanish",native:"Espa\xF1ol",tag:"es",rtl:!1},{value:"Arabic",native:"\u0627\u0644\u0639\u0631\u0628\u064A\u0629",tag:"ar",rtl:!0},{value:"Hindi",native:"\u0939\u093F\u0928\u094D\u0926\u0940",tag:"hi",rtl:!1},{value:"French",native:"Fran\xE7ais",tag:"fr",rtl:!1},{value:"Swahili",native:"Kiswahili",tag:"sw",rtl:!1},{value:"Portuguese",native:"Portugu\xEAs",tag:"pt",rtl:!1},{value:"Japanese",native:"\u65E5\u672C\u8A9E",tag:"ja",rtl:!1},{value:"Urdu",native:"\u0627\u0631\u062F\u0648",tag:"ur",rtl:!0}];function Zr(e){if(!e)return;let a=e.trim();if(!a)return;let t=a.toLowerCase(),r=fr.find(n=>n.value.toLowerCase()===t||n.native.toLowerCase()===t||n.tag===t);return r?r.native:a}function so(e){for(let a of e){let t=a.codePointAt(0)??0;if(t>=1424&&t<=2303||t>=64285&&t<=65023||t>=65136&&t<=65279)return!0}return!1}var mc={english:{preparing:"Preparing in English\u2026",changeLang:"Change language",endonym:"English"},swahili:{preparing:"Inatayarisha kwa Kiswahili\u2026",changeLang:"Badilisha lugha",endonym:"Kiswahili"},french:{preparing:"Configuration en fran\xE7ais\u2026",changeLang:"Changer de langue",endonym:"Fran\xE7ais"},spanish:{preparing:"Configurando en espa\xF1ol\u2026",changeLang:"Cambiar idioma",endonym:"Espa\xF1ol"},arabic:{preparing:"\u062C\u0627\u0631\u064D \u0627\u0644\u0625\u0639\u062F\u0627\u062F \u0628\u0627\u0644\u0644\u063A\u0629 \u0627\u0644\u0639\u0631\u0628\u064A\u0629\u2026",changeLang:"\u062A\u063A\u064A\u064A\u0631 \u0627\u0644\u0644\u063A\u0629",rtl:!0,endonym:"\u0627\u0644\u0639\u0631\u0628\u064A\u0629"},portuguese:{preparing:"Configurando em portugu\xEAs\u2026",changeLang:"Alterar idioma",endonym:"Portugu\xEAs"},hindi:{preparing:"\u0939\u093F\u0928\u094D\u0926\u0940 \u092E\u0947\u0902 \u0924\u0948\u092F\u093E\u0930 \u0915\u093F\u092F\u093E \u091C\u093E \u0930\u0939\u093E \u0939\u0948\u2026",changeLang:"\u092D\u093E\u0937\u093E \u092C\u0926\u0932\u0947\u0902",endonym:"\u0939\u093F\u0928\u094D\u0926\u0940"},chinese:{preparing:"\u6B63\u5728\u51C6\u5907\u4E2D\u6587\u73AF\u5883\u2026",changeLang:"\u66F4\u6539\u8BED\u8A00",endonym:"\u4E2D\u6587"},urdu:{preparing:"\u0627\u0631\u062F\u0648 \u0645\u06CC\u06BA \u062A\u06CC\u0627\u0631\u06CC \u062C\u0627\u0631\u06CC \u06C1\u06D2\u2026",changeLang:"\u0632\u0628\u0627\u0646 \u062A\u0628\u062F\u06CC\u0644 \u06A9\u0631\u06CC\u06BA",rtl:!0,endonym:"\u0627\u0631\u062F\u0648"},japanese:{preparing:"\u65E5\u672C\u8A9E\u3092\u8A2D\u5B9A\u4E2D\u2026",changeLang:"\u8A00\u8A9E\u3092\u5909\u66F4",endonym:"\u65E5\u672C\u8A9E"},german:{preparing:"Wird auf Deutsch eingerichtet\u2026",changeLang:"Sprache \xE4ndern",endonym:"Deutsch"},italian:{preparing:"Configurazione in italiano\u2026",changeLang:"Cambia lingua",endonym:"Italiano"},russian:{preparing:"\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0430 \u043D\u0430 \u0440\u0443\u0441\u0441\u043A\u043E\u043C\u2026",changeLang:"\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u044F\u0437\u044B\u043A",endonym:"\u0420\u0443\u0441\u0441\u043A\u0438\u0439"},korean:{preparing:"\uD55C\uAD6D\uC5B4\uB85C \uC124\uC815 \uC911\u2026",changeLang:"\uC5B8\uC5B4 \uBCC0\uACBD",endonym:"\uD55C\uAD6D\uC5B4"},turkish:{preparing:"T\xFCrk\xE7e olarak haz\u0131rlan\u0131yor\u2026",changeLang:"Dili de\u011Fi\u015Ftir",endonym:"T\xFCrk\xE7e"},vietnamese:{preparing:"\u0110ang thi\u1EBFt l\u1EADp b\u1EB1ng Ti\u1EBFng Vi\u1EC7t\u2026",changeLang:"\u0110\u1ED5i ng\xF4n ng\u1EEF",endonym:"Ti\u1EBFng Vi\u1EC7t"},indonesian:{preparing:"Menyiapkan dalam Bahasa Indonesia\u2026",changeLang:"Ubah bahasa",endonym:"Bahasa Indonesia"},polish:{preparing:"Przygotowywanie w j\u0119zyku polskim\u2026",changeLang:"Zmie\u0144 j\u0119zyk",endonym:"Polski"},dutch:{preparing:"Instellen in het Nederlands\u2026",changeLang:"Taal wijzigen",endonym:"Nederlands"},thai:{preparing:"\u0E01\u0E33\u0E25\u0E31\u0E07\u0E15\u0E31\u0E49\u0E07\u0E04\u0E48\u0E32\u0E40\u0E1B\u0E47\u0E19\u0E20\u0E32\u0E29\u0E32\u0E44\u0E17\u0E22\u2026",changeLang:"\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E20\u0E32\u0E29\u0E32",endonym:"\u0E44\u0E17\u0E22"},bengali:{preparing:"\u09AC\u09BE\u0982\u09B2\u09BE\u09AF\u09BC \u09AA\u09CD\u09B0\u09B8\u09CD\u09A4\u09C1\u09A4 \u0995\u09B0\u09BE \u09B9\u099A\u09CD\u099B\u09C7\u2026",changeLang:"\u09AD\u09BE\u09B7\u09BE \u09AA\u09B0\u09BF\u09AC\u09B0\u09CD\u09A4\u09A8 \u0995\u09B0\u09C1\u09A8",endonym:"\u09AC\u09BE\u0982\u09B2\u09BE"},tamil:{preparing:"\u0BA4\u0BAE\u0BBF\u0BB4\u0BBF\u0BB2\u0BCD \u0BA4\u0BAF\u0BBE\u0BB0\u0BCD \u0B9A\u0BC6\u0BAF\u0BCD\u0BAF\u0BAA\u0BCD\u0BAA\u0B9F\u0BC1\u0B95\u0BBF\u0BB1\u0BA4\u0BC1\u2026",changeLang:"\u0BAE\u0BCA\u0BB4\u0BBF\u0BAF\u0BC8 \u0BAE\u0BBE\u0BB1\u0BCD\u0BB1\u0BB5\u0BC1\u0BAE\u0BCD",endonym:"\u0BA4\u0BAE\u0BBF\u0BB4\u0BCD"},telugu:{preparing:"\u0C24\u0C46\u0C32\u0C41\u0C17\u0C41\u0C32\u0C4B \u0C38\u0C3F\u0C26\u0C4D\u0C27\u0C02 \u0C1A\u0C47\u0C38\u0C4D\u0C24\u0C4B\u0C02\u0C26\u0C3F\u2026",changeLang:"\u0C2D\u0C3E\u0C37\u0C28\u0C41 \u0C2E\u0C3E\u0C30\u0C4D\u0C1A\u0C02\u0C21\u0C3F",endonym:"\u0C24\u0C46\u0C32\u0C41\u0C17\u0C41"},persian:{preparing:"\u062F\u0631 \u062D\u0627\u0644 \u0622\u0645\u0627\u062F\u0647\u200C\u0633\u0627\u0632\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0641\u0627\u0631\u0633\u06CC\u2026",changeLang:"\u062A\u063A\u06CC\u06CC\u0631 \u0632\u0628\u0627\u0646",rtl:!0,endonym:"\u0641\u0627\u0631\u0633\u06CC"},farsi:{preparing:"\u062F\u0631 \u062D\u0627\u0644 \u0622\u0645\u0627\u062F\u0647\u200C\u0633\u0627\u0632\u06CC \u0628\u0647 \u0632\u0628\u0627\u0646 \u0641\u0627\u0631\u0633\u06CC\u2026",changeLang:"\u062A\u063A\u06CC\u06CC\u0631 \u0632\u0628\u0627\u0646",rtl:!0,endonym:"\u0641\u0627\u0631\u0633\u06CC"},greek:{preparing:"\u03A1\u03CD\u03B8\u03BC\u03B9\u03C3\u03B7 \u03C3\u03C4\u03B1 \u03B5\u03BB\u03BB\u03B7\u03BD\u03B9\u03BA\u03AC\u2026",changeLang:"\u0391\u03BB\u03BB\u03B1\u03B3\u03AE \u03B3\u03BB\u03CE\u03C3\u03C3\u03B1\u03C2",endonym:"\u0395\u03BB\u03BB\u03B7\u03BD\u03B9\u03BA\u03AC"},hebrew:{preparing:"\u05DE\u05D2\u05D3\u05D9\u05E8 \u05D1\u05E2\u05D1\u05E8\u05D9\u05EA\u2026",changeLang:"\u05E9\u05E0\u05D4 \u05E9\u05E4\u05D4",rtl:!0,endonym:"\u05E2\u05D1\u05E8\u05D9\u05EA"},swedish:{preparing:"St\xE4ller in p\xE5 svenska\u2026",changeLang:"Byt spr\xE5k",endonym:"Svenska"},kikuyu:{preparing:"G\u0129k\u0169y\u0169 g\u0129g\u0129thondekwo\u2026",changeLang:"Cenjia r\u0169thiomi",endonym:"G\u0129k\u0169y\u0169"},gikuyu:{preparing:"G\u0129k\u0169y\u0169 g\u0129g\u0129thondekwo\u2026",changeLang:"Cenjia r\u0169thiomi",endonym:"G\u0129k\u0169y\u0169"},akan:{preparing:"Y\u025Bresiesie w\u0254 Akan mu\u2026",changeLang:"Sesa kasa",endonym:"Akan"},twi:{preparing:"Y\u025Bresiesie w\u0254 Twi mu\u2026",changeLang:"Sesa kasa",endonym:"Twi"},yoruba:{preparing:"Ngbaradi ni \xC8d\xE8 Yor\xF9b\xE1\u2026",changeLang:"Yi ede pada",endonym:"\xC8d\xE8 Yor\xF9b\xE1"},amharic:{preparing:"\u1260\u12A0\u121B\u122D\u129B \u1260\u1218\u12D8\u130B\u1300\u1275 \u120B\u12ED\u2026",changeLang:"\u124B\u1295\u124B \u1240\u12ED\u122D",endonym:"\u12A0\u121B\u122D\u129B"},somali:{preparing:"Diyaarinta af Soomaali\u2026",changeLang:"Beddel luqadda",endonym:"Af-Soomaali"},hausa:{preparing:"Shirya cikin Hausa\u2026",changeLang:"Canja harshe",endonym:"Hausa"},zulu:{preparing:"Ilungiselela ngesiZulu\u2026",changeLang:"Shintsha ulimi",endonym:"isiZulu"},oromo:{preparing:"Afaan Oromootiin qophaa'aa jira\u2026",changeLang:"Afaan jijjiiri",endonym:"Afaan Oromoo"},luganda:{preparing:"Tuteekateeka mu Oluganda\u2026",changeLang:"Kyusa olulimi",endonym:"Oluganda"}};function co(e){let a=e.trim();return a?a.charAt(0).toUpperCase()+a.slice(1):"\u2026"}function Oa(e){if(!e)return{nativeName:"\u2026",preparing:"Preparing\u2026",changeLang:"\u2190",rtl:!1,known:!0};let a=e.trim().toLowerCase(),t=Object.entries(mc).find(([c,s])=>c===a||s.endonym?.toLowerCase()===a||Zr(c)?.toLowerCase()===a);if(t)return{nativeName:t[1].endonym||Zr(e)||co(e),preparing:t[1].preparing,changeLang:t[1].changeLang,rtl:!!t[1].rtl||so(t[1].preparing),known:!0};let r=Zr(e)||e,n=co(r),i=so(n);return{nativeName:n,preparing:`Preparing in ${n}\u2026`,changeLang:i?"\u062A\u063A\u064A\u064A\u0631":"Change",rtl:i,known:!1}}var gr=[{name:"Puck",label:"Puck",gender:"male"},{name:"Charon",label:"Charon",gender:"male"},{name:"Kore",label:"Kore",gender:"female"},{name:"Aoede",label:"Aoede",gender:"female"}],tn="hsk-live-voice",aa={langPlaceholder:"Type your preferred language\u2026",nameStepTitle:"Nice to meet you.",nameStepLead:"I can search, visualize, or capture anything for you \u2014 on this site or any other.",nameStepAsk:"What should I call you?",namePlaceholder:"Type your name\u2026",attachImage:"Attach a photo",vizUnavailable:"The preview could not be loaded.",vizDisclaimerImage:"Generated using Artificial Intelligence \u2014 colours, size and placement may differ from the real product.",vizDisclaimerVideo:"Generated using Artificial Intelligence \u2014 colours, size and movement may differ from the real product.",calcDisclaimer:"This is a calculation from live figures, not a guarantee \u2014 the market can move against it.",staleTitle:"No longer available",staleRemoved:"{title} has been removed and is no longer on offer.",staleUnavailable:"{title} is currently unavailable.",keyPastePrompt:"Paste your public id \u2014 or create one",keyPastePlaceholder:"your public id\u2026",keyUseMine:"Use my id",keyCreating:"Creating\u2026",keyCreateNew:"I'm new \u2014 create one",keySecretTitle:"Your secret \u2014 shown only once",keyDismiss:"Dismiss",keyCopySecret:"Copy secret",keyCopied:"Copied",keySecretHint:"Keep it private \u2014 use it to unlock your memory.",keyPublicTitle:"Your public id",keyCopyId:"Copy id",keyPublicHint:"Paste this on any site to save to the same memory.",keyAutoHide:"Hides automatically in {seconds}s.",greetReturning:"Hi, {name}.",greetReturningLead:"What can I find for you today?",howShouldResultsLook:"How should results look?",entityLangIntro:"I reply in {lang}. Product names stay as this site lists them \u2014 the details can too, or be translated.",asWritten:"As written",inLanguage:"In {lang}",namesAsWritten:"Details exactly as the site lists them.",detailsTranslated:"Details translated. Numbers and links stay exactly as listed.",entityLangPlaceholder:"Pick one of the two cards above\u2026",termsStepTitle:"Privacy & Terms of Use",termsStepSubtitle:"Transparent, anonymous, and zero-PII by design.",termsPiiTitle:"Zero PII Collection",termsPiiDesc:"We never collect or store personal identifying information (no emails, phone numbers, or real-world identities) from your chats or voice sessions.",termsSessionTitle:"Anonymous Session Tokens",termsSessionDesc:"Your session uses an anonymous client-side token solely to maintain context. It is never linked to your real identity.",termsMemoryTitle:"Ephemeral Chats vs. Mimi Vault",termsMemoryDesc:'Regular chats are ephemeral \u2014 closing the tab or clicking "Clear Chat" terminates them forever. Items you save with "@kiku" are encrypted and can be unlocked at mimi.akropolys.cloud with your Secret Access Key.',termsCookieTitle:"Host Website Telemetry",termsCookieDesc:"The host website where Kiku is embedded may collect cookies and analytics per their own cookie policy, outside Kiku's control.",termsAgreeButton:"Agree & Continue",termsAgreeCounting:"Agree & Continue ({seconds}s)",termsPlaceholder:"Please review our Privacy & Terms above\u2026",allSet:"You're all set, {name}.",replyingTranslated:"Replying in {lang}, results translated too. Ask me anything.",replyingOriginal:"Replying in {lang}, results as this site wrote them. Ask me anything.",defaultPlaceholder:"Ask me anything\u2026",footerHint:"kiku \xB7 searches the whole catalogue in real time",voiceListening:"Listening\u2026 tap the mic to stop",voiceSending:"Got it \u2014 sending\u2026",voiceModeStart:"Hands-free conversation",voiceModeExit:"Leave hands-free",voicePhaseListening:"Listening",voicePhaseThinking:"Thinking",voicePhaseSpeaking:"Speaking",voiceHint:"Just talk \u2014 I'll answer when you pause.",voiceMuted:"Muted",voiceMutedHint:"Tap the microphone to speak again.",micDenied:"Microphone blocked. Allow mic access for this site, then try again.",micInsecure:"Voice needs a secure (https) connection.",micMissing:"No microphone found.",micLangUnsupported:"This browser cannot transcribe that language yet. Type instead.",micNetwork:"Couldn't reach voice. Try again in a moment.",voiceUnavailable:"Voice is unavailable right now. Try again in a moment.",voiceLimitReached:"You've used up today's voice time. It resets in a day \u2014 chat still works.",voiceSiteLimit:"Voice is out of allowance on this site for now. Chat still works.",voicePickerLabel:"Choose a voice",micNoSpeech:"Didn't catch anything. Try again, a little closer to the mic.",micFailed:"Couldn't hear that. Try again.",clearChat:"Clear chat",thinking:"Thinking",thoughtForSeconds:"Thought for {duration}",thoughtProcess:"Thought process",captureAndRemember:"kiku \u2014 capture & remember",captureCurrentPage:"Capture current page",captureAll:"Capture all ({count})",whatHaveYouSaved:"What have you saved?",deleteThis:"Delete this",errShopperReplyLimit:"You've reached this site's reply limit for your account.",errAccessRevoked:"Your access to the assistant has been revoked by the store.",errAccountRequired:"Please create an account to continue using the chat assistant.",errStreamInterrupted:"The reply was interrupted. Please try again.",errNetwork:"The assistant couldn't respond just now \u2014 please try again in a moment.",errGeneric:"Something went wrong. Please try again.",vizWorking:"Visualizing\u2026",vizMarkEdit:"Mark & edit",markupTitle:"Mark where you want the change",markupCancel:"Cancel",markupSketch:"Sketch",markupText:"Text",markupEraser:"Eraser",markupUndo:"Undo",markupClear:"Clear",markupSend:"Send",markupTextHint:"Type, then Enter",markupInstruction:"Describe the change \u2014 e.g. add the sofa here",markupDialogLabel:"Mark up image",markupColorLabel:"Colour {colour}",markupError:"Couldn't process this image \u2014 try a newer visualization.",markupLoadError:"This image can't be edited here.",markupLoading:"Loading image\u2026",markupApplyMarks:"Apply the change I marked on the image.",openMemory:"Open my memory on mimi",errTooManyRequests:"The assistant is currently receiving too many requests. Please try again in a few moments.",errTokenLimit:"You've reached your usage limit. Please update your billing limits in your dashboard to continue.",statusSent:"Sent",statusStopped:"Sent \xB7 reply stopped",queuedWaiting:"Queued",queuedSendNow:"Send now",jumpToLatest:"Scroll to latest",timelineLabel:"Questions in this conversation",voiceConnecting:"Connecting \u2014 wait for the tone before speaking",stoppedByYou:"You stopped this response.",stoppedInterrupted:"This response was interrupted.",continueGenerating:"Continue generating",generateResponse:"Generate response",pillCompareTop2:"Compare top 2",pillCompareTop2Query:"Compare the {a} and {b}",pillMoreOn:"More on {name}",pillMoreOnQuery:"Tell me more about the {name}",pillUnder:"Under {amount}",pillUnderQuery:"Show me options under {amount}",pillSimilarOptions:"Similar options",pillSimilarOptionsQuery:"Show me more like the {name}",pillWhichBest:"Which is best?",pillWhichBestQuery:"Which one would you recommend and why?",pillFindAlternatives:"Find alternatives",pillFindAlternativesQuery:"What are good alternatives to the {name}?",pillShowPopular:"Show popular items",pillShowPopularQuery:"What are your most popular items?",pillRecommend:"Recommend something",pillRecommendQuery:"What do you recommend for me?",cardClickAnswer:"The {name}",cardClickQuery:"Tell me more about the {name}{price} \u2014 what are its key details, who is it best suited for, and what should I know?",displayCapture:"capture {name}",displayCaptureAll:"capture all ({count} items)",displayViewHistory:"what have you saved?",displayDelete:"delete this"},an=en.default.createContext((e,a)=>{let t=aa[e];if(a)for(let[r,n]of Object.entries(a))t=t.split(`{${r}}`).join(n);return t}),Wt=()=>en.default.useContext(an);function ho(e){let a=e.trim();if(!a||a.length>40||a.includes("?"))return null;a=a.replace(/^(hi|hey|hello|yo)[,!.\s]+/i,""),a=a.replace(/^(i['’]?m|im|my name is|call me|it['’]?s|this is|name['’]?s)\s+/i,""),a=a.trim().replace(/[.!,]+$/,"");let t=a.split(/\s+/);if(t.length===0||t.length>3||!/^[\p{L}][\p{L}\-'’ ]{0,30}$/u.test(a))return null;let r=a.toLowerCase();if(["phone","laptop","tv","cheap","best","under","buy","search","find","show","need","want","price","sofa","shoe","headphone","camera","gift","help"].some(c=>r.includes(c)))return null;let i=t[0];return i.charAt(0).toUpperCase()+i.slice(1)}var lo={shopper_reply_limit:"errShopperReplyLimit",RATE_LIMIT_EXCEEDED:"errShopperReplyLimit",access_revoked:"errAccessRevoked",account_required:"errAccountRequired",stream_interrupted:"errStreamInterrupted"};var po=(e,a)=>{let t=e&&typeof e=="object"?e.code:void 0;if(t&&lo[t])return a(lo[t]);let r="";if(typeof e=="string")r=e;else if(e&&typeof e=="object"&&e.message)r=e.message;else try{r=JSON.stringify(e)}catch{r=String(e)}let n=r.toLowerCase();if(n.includes("429")||n.includes("too many requests")||n.includes("requests per minute limit exceeded")||n.includes("too_many_requests_error")||n.includes("request_quota_exceeded")||n.includes("quota"))return a("errTooManyRequests");if(n.includes("token limit"))return a("errTokenLimit");if(n.includes("failed to fetch")||n.includes("networkerror")||n.includes("request failed"))return a("errNetwork");if(r)try{console.warn("[kiku] untranslated error:",r)}catch{}return a("errGeneric")},uo=()=>typeof window>"u"||window.isSecureContext!==!1,rn=15;var se=vt(require("react"));var B=require("react/jsx-runtime"),kc=({className:e,size:a=18,tight:t=!1})=>(0,B.jsx)("svg",{className:ae("hsk-brand-mark",e),width:a,height:a,viewBox:t?"10.2 17.4 79.5 79.5":"0 0 100 100",xmlns:"http://www.w3.org/2000/svg","aria-label":"kiku",children:(0,B.jsxs)("g",{transform:"translate(22.7 19) scale(0.62)",fill:"currentColor",fillRule:"evenodd",children:[(0,B.jsx)("path",{d:"M39.4 10.4 Q44 0 48.6 10.4 L86.1 95.8 Q88 100 83.4 100 L4.6 100 Q0 100 1.9 95.8 Z M24 100 L24 65 Q24 60 27.4 56.3 Q44 38 60.6 56.3 Q64 60 64 65 L64 100 Z"}),(0,B.jsx)("circle",{cx:"55",cy:"82",r:"3.4"})]})}),kt=kc,mo=()=>(0,B.jsxs)("svg",{className:"hsk-stop-icon",width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",children:[(0,B.jsx)("circle",{className:"hsk-stop-ring",cx:"12",cy:"12",r:"9.5",stroke:"currentColor",strokeWidth:"1.6",strokeLinecap:"round"}),(0,B.jsx)("rect",{className:"hsk-stop-core",x:"8.5",y:"8.5",width:"7",height:"7",rx:"1.8",fill:"currentColor"})]});var ko=()=>(0,B.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,B.jsx)("path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"}),(0,B.jsx)("polyline",{points:"15 3 21 3 21 9"}),(0,B.jsx)("line",{x1:"10",y1:"14",x2:"21",y2:"3"})]}),bo=()=>(0,B.jsx)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"currentColor",children:(0,B.jsx)("path",{d:"M8 5v14l11-7z"})}),vr=()=>(0,B.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,B.jsx)("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),(0,B.jsx)("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]}),yr=()=>(0,B.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,B.jsx)("path",{d:"m15 18-6-6 6-6"})}),fo=()=>(0,B.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,B.jsx)("path",{d:"m9 18 6-6-6-6"})}),go=()=>(0,B.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,B.jsx)("path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"}),(0,B.jsx)("path",{d:"M3 3v5h5"}),(0,B.jsx)("path",{d:"M12 7v5l4 2"})]}),xr=()=>(0,B.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,B.jsx)("path",{d:"M19 21 12 16l-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"})}),vo=()=>(0,B.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,B.jsx)("path",{d:"M3 6h18"}),(0,B.jsx)("path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"})]});var yo=()=>(0,B.jsx)("svg",{width:"19",height:"19",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",children:(0,B.jsx)("path",{d:"M12 5v14M5 12h14"})}),nn=()=>(0,B.jsx)("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,B.jsx)("path",{d:"m21.44 11.05-9.19 9.19a6 6 0 0 1-8.49-8.49l8.57-8.57A4 4 0 1 1 18 8.84l-8.59 8.57a2 2 0 0 1-2.83-2.83l8.49-8.48"})}),xo=({size:e=13}={})=>(0,B.jsxs)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,B.jsx)("rect",{className:"hsk-copy-sheet",x:"9",y:"9",width:"13",height:"13",rx:"2"}),(0,B.jsx)("path",{className:"hsk-copy-back",d:"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"})]}),wo=({size:e=13}={})=>(0,B.jsx)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,B.jsx)("polyline",{className:"hsk-check-mark",points:"20 6 9 17 4 12"})}),ya=({className:e,size:a=18}={})=>(0,B.jsxs)("svg",{className:e,width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,B.jsx)("path",{className:"hsk-mic-cap",d:"M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3z"}),(0,B.jsx)("path",{d:"M19 10v2a7 7 0 0 1-14 0v-2"}),(0,B.jsx)("line",{x1:"12",y1:"19",x2:"12",y2:"22"})]}),wr=()=>(0,B.jsxs)("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,B.jsx)("line",{x1:"2",y1:"2",x2:"22",y2:"22"}),(0,B.jsx)("path",{d:"M18.89 13.23A7.12 7.12 0 0 0 19 12v-2"}),(0,B.jsx)("path",{d:"M5 10v2a7 7 0 0 0 12 5"}),(0,B.jsx)("path",{d:"M15 9.34V5a3 3 0 0 0-5.68-1.33"}),(0,B.jsx)("path",{d:"M9 9v3a3 3 0 0 0 5.12 2.12"}),(0,B.jsx)("line",{x1:"12",y1:"19",x2:"12",y2:"22"})]}),on=({active:e})=>(0,B.jsxs)("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,B.jsx)("path",{className:"hsk-wave-bar hsk-wave-bar--tip",style:{"--hsk-bar":0,"--hsk-amp":1.9,"--hsk-period":"1.24s"},d:"M2 12h2"}),(0,B.jsx)("path",{className:"hsk-wave-bar",style:{"--hsk-bar":1,"--hsk-amp":1.78,"--hsk-period":"0.94s"},d:"M6 8v8"}),(0,B.jsx)("path",{className:"hsk-wave-bar",style:{"--hsk-bar":2,"--hsk-amp":1.26,"--hsk-period":"1.42s"},d:"M10 4v16"}),(0,B.jsx)("path",{className:"hsk-wave-bar",style:{"--hsk-bar":3,"--hsk-amp":1.62,"--hsk-period":"1.08s"},d:"M14 7v10"}),(0,B.jsx)("path",{className:"hsk-wave-bar",style:{"--hsk-bar":4,"--hsk-amp":2.05,"--hsk-period":"0.86s"},d:"M18 9v6"}),(0,B.jsx)("path",{className:"hsk-wave-bar hsk-wave-bar--tip",style:{"--hsk-bar":5,"--hsk-amp":1.9,"--hsk-period":"1.32s"},d:"M22 12h-2"})]}),So=()=>(0,B.jsxs)("svg",{className:"hsk-telegram-icon",width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,B.jsx)("polygon",{className:"hsk-kite-wing hsk-kite-wing--far",points:"22 2 11 13 2 9"}),(0,B.jsx)("polygon",{className:"hsk-kite-wing hsk-kite-wing--near",points:"22 2 15 22 11 13"}),(0,B.jsx)("line",{className:"hsk-kite-spine",x1:"22",y1:"2",x2:"11",y2:"13"})]}),Co=()=>(0,B.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,B.jsx)("circle",{className:"hsk-sun-core",cx:"12",cy:"12",r:"5"}),(0,B.jsxs)("g",{className:"hsk-sun-rays",children:[(0,B.jsx)("line",{x1:"12",y1:"1",x2:"12",y2:"3"}),(0,B.jsx)("line",{x1:"12",y1:"21",x2:"12",y2:"23"}),(0,B.jsx)("line",{x1:"4.22",y1:"4.22",x2:"5.64",y2:"5.64"}),(0,B.jsx)("line",{x1:"18.36",y1:"18.36",x2:"19.78",y2:"19.78"}),(0,B.jsx)("line",{x1:"1",y1:"12",x2:"3",y2:"12"}),(0,B.jsx)("line",{x1:"21",y1:"12",x2:"23",y2:"12"}),(0,B.jsx)("line",{x1:"4.22",y1:"19.78",x2:"5.64",y2:"18.36"}),(0,B.jsx)("line",{x1:"18.36",y1:"5.64",x2:"19.78",y2:"4.22"})]})]}),Mo=()=>(0,B.jsx)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,B.jsx)("path",{className:"hsk-moon-body",d:"M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"})}),No=()=>(0,B.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,B.jsx)("path",{className:"hsk-wood-layer",style:{"--hsk-layer":0},d:"M12 2L2 7l10 5 10-5-10-5z"}),(0,B.jsx)("path",{className:"hsk-wood-layer",style:{"--hsk-layer":2},d:"M2 17l10 5 10-5"}),(0,B.jsx)("path",{className:"hsk-wood-layer",style:{"--hsk-layer":1},d:"M2 12l10 5 10-5"})]}),To=()=>(0,B.jsx)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,B.jsx)("path",{className:"hsk-heart-body",d:"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"})}),Ro=()=>(0,B.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,B.jsx)("path",{d:"M17 8h1a4 4 0 1 1 0 8h-1"}),(0,B.jsx)("path",{d:"M3 8h14v9a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4z"}),(0,B.jsx)("line",{className:"hsk-steam",style:{"--hsk-steam":0},x1:"6",y1:"1",x2:"6",y2:"4"}),(0,B.jsx)("line",{className:"hsk-steam",style:{"--hsk-steam":1},x1:"10",y1:"1",x2:"10",y2:"4"}),(0,B.jsx)("line",{className:"hsk-steam",style:{"--hsk-steam":2},x1:"14",y1:"1",x2:"14",y2:"4"})]}),zo=()=>(0,B.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,B.jsx)("path",{d:"M12 3a6.5 6.5 0 0 0 9 9 9 9 0 1 1-9-9z"}),(0,B.jsx)("path",{className:"hsk-star-spark",d:"M18.5 2.5l.6 1.6 1.6.6-1.6.6-.6 1.6-.6-1.6-1.6-.6 1.6-.6z"})]});var Po=({size:e=11})=>(0,B.jsxs)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.6",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,B.jsx)("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),(0,B.jsx)("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]});var ra=[{id:"light",label:"Silver",Icon:Co,dark:!1},{id:"dark",label:"Onyx",Icon:Mo,dark:!0},{id:"mahogany",label:"Mahogany",Icon:No,dark:!0},{id:"blush",label:"Blush",Icon:To,dark:!1},{id:"coffee",label:"Coffee",Icon:Ro,dark:!1},{id:"midnight",label:"Midnight",Icon:zo,dark:!0}],sn="dark",Ao="light";function cn(e){return typeof e=="string"&&ra.some(a=>a.id===e)}function ln(e){return ra.find(a=>a.id===e)??ra[0]}var Rr=require("@akropolys/sdk"),Ai=require("@akropolys/sdk");var Sr=require("react");function bc(e,a,t=.55){return a<=0?0:e*a*t/(a+t*Math.abs(e))}function fc({stiffness:e=500,damping:a=45,onFrame:t,onRest:r}){let n=0,i=0,c=0,s=null,o=0,d=h=>{let u=Math.min(.032,(h-o)/1e3)||.016666666666666666;o=h;let l=Math.max(1,Math.ceil(u/.008)),k=u/l;for(let v=0;v<l;v++){let x=-e*(n-c)-a*i;i+=x*k,n+=i*k}if(Math.abs(n-c)<.5&&Math.abs(i)<.5){n=c,i=0,s=null,t(n),r?.();return}t(n),s=requestAnimationFrame(d)},p=()=>{s===null&&(o=performance.now(),s=requestAnimationFrame(d))};return{track(h){s!==null&&(cancelAnimationFrame(s),s=null),n=h,i=0,t(n)},to(h,u=0){c=h,i=u,p()},get value(){return n},stop(){s!==null&&(cancelAnimationFrame(s),s=null)}}}function Lo({panel:e,scroller:a,onDismiss:t,quiescent:r,enabled:n=!0}){let i=(0,Sr.useRef)(t);i.current=t,(0,Sr.useEffect)(()=>{if(!n)return;let c=e();if(!c||typeof matchMedia=="function"&&matchMedia("(prefers-reduced-motion: reduce)").matches)return;let s=!1,o=0,d=0,p=0,h=-1,u=0,l=0,k=0,v=!1,x=!1,z=fc({onFrame:C=>{c.style.transform=C===0?"":`translate3d(0, ${C}px, 0)`;let G=c.parentElement;G&&(G.style.opacity=C===0?"":String(Math.max(.35,1-C/(c.offsetHeight||1)*1.1)))},onRest:()=>{c.style.willChange="",x&&(x=!1,i.current())}}),L=()=>{let C=a();return C&&C.scrollTop>0?!1:r?r():!0},f=C=>{C.pointerType==="mouse"||!C.isPrimary||(s=!1,v=!1,h=C.pointerId,o=u=C.clientY,d=C.clientX,l=C.timeStamp,k=0,p=z.value)},R=C=>{if(C.pointerId!==h)return;let G=C.clientY-o,T=C.clientX-d;if(!v){if(Math.abs(G)<6&&Math.abs(T)<6)return;if(v=!0,s=G>0&&Math.abs(G)>Math.abs(T)&&L(),s){try{c.setPointerCapture(C.pointerId)}catch{}z.stop(),c.style.animation="none",c.style.willChange="transform"}}if(!s)return;let U=C.timeStamp-l;U>0&&(k=(C.clientY-u)/U*1e3),u=C.clientY,l=C.timeStamp;let q=p+G;z.track(q<0?-bc(-q,c.offsetHeight||1):q),C.cancelable&&C.preventDefault()},N=C=>{if(C.pointerId!==h)return;try{c.hasPointerCapture(C.pointerId)&&c.releasePointerCapture(C.pointerId)}catch{}if(h=-1,!s)return;s=!1;let G=c.offsetHeight||1;z.value+k*.12>G*.3||k>900?(x=!0,c.style.pointerEvents="none",z.to(G,k)):z.to(0,k)};return c.addEventListener("pointerdown",f,{passive:!0}),c.addEventListener("pointermove",R,{passive:!1}),c.addEventListener("pointerup",N,{passive:!0}),c.addEventListener("pointercancel",N,{passive:!0}),()=>{z.stop(),c.removeEventListener("pointerdown",f),c.removeEventListener("pointermove",R),c.removeEventListener("pointerup",N),c.removeEventListener("pointercancel",N),c.style.transform="",c.style.willChange="",c.style.animation="",c.style.pointerEvents="";let C=c.parentElement;C&&(C.style.opacity="")}},[n,e,a,r])}var Ue=require("react");var Io=(e,a)=>Math.hypot(e.x-a.x,e.y-a.y);function gc(e){let a=0;for(let t=1;t<e.length;t++)a+=Io(e[t-1],e[t]);return a}function Eo(e){let a=1/0,t=1/0,r=-1/0,n=-1/0;for(let i of e)i.x<a&&(a=i.x),i.y<t&&(t=i.y),i.x>r&&(r=i.x),i.y>n&&(n=i.y);return{minX:a,minY:t,maxX:r,maxY:n}}var xa=e=>Math.max(0,Math.min(1e3,Math.round(e)));function Do(e,a,t){return[xa(e.minY/t*1e3),xa(e.minX/a*1e3),xa(e.maxY/t*1e3),xa(e.maxX/a*1e3)]}function vc(e,a){let[t,r,n,i]=e,[c,s,o,d]=a,p=Math.min(i,d)-Math.max(r,s),h=Math.min(n,o)-Math.max(t,c);if(p<=0||h<=0)return!1;let u=Math.min((i-r)*(n-t),(d-s)*(o-c));return u>0&&p*h/u>.35}var yc=(e,a)=>[Math.min(e[0],a[0]),Math.min(e[1],a[1]),Math.max(e[2],a[2]),Math.max(e[3],a[3])];function xc(e,a,t){if(e.length<2)return null;let r=Eo(e),n=Do(r,a,t),i=Math.hypot(r.maxX-r.minX,r.maxY-r.minY);if(i<4)return null;let c=gc(e),s=Io(e[0],e[e.length-1]),o=c/Math.max(s,1e-6);return s/i<.3&&c>i*1.8?{gesture:"ring",box:n,straight:!1}:o<1.25?{gesture:"arrow",box:n,to:[xa(e[e.length-1].y/t*1e3),xa(e[e.length-1].x/a*1e3)],straight:!0}:{gesture:"scribble",box:n,straight:!1}}function Fo(e,a,t){if(!a||!t)return[];let r=[],n=[];for(let s of e){if(s.kind==="text"&&s.value&&typeof s.x=="number"&&typeof s.y=="number"){let o={x:s.x,y:s.y};n.push({gesture:"text",box:Do(Eo([o,o]),a,t),text:s.value});continue}if(s.kind==="stroke"&&s.tool!=="eraser"&&s.points){let o=xc(s.points,a,t);o&&r.push(o)}}let i=new Set,c=[];for(let s=0;s<r.length;s++){if(i.has(s))continue;let o=r[s];for(let d=s+1;d<r.length;d++)i.has(d)||!o.straight||!r[d].straight||vc(o.box,r[d].box)&&(i.add(d),o={gesture:"cross",box:yc(o.box,r[d].box),straight:!1});i.add(s),c.push(o.gesture==="arrow"?{gesture:"arrow",box:o.box,to:o.to}:{gesture:o.gesture,box:o.box})}return[...c,...n]}var Te=require("react/jsx-runtime"),_o=["#111111","#ff5a5a","#ffb300","#22c55e","#06b6d4","#d946ef","#9ca3af"],wc=1280;function Ho({src:e,onCancel:a,onSend:t,t:r}){let[n,i]=(0,Ue.useState)(null),[c,s]=(0,Ue.useState)(!1),[o,d]=(0,Ue.useState)("pen"),[p,h]=(0,Ue.useState)(_o[1]),[u,l]=(0,Ue.useState)([]),[k,v]=(0,Ue.useState)(null),[x,S]=(0,Ue.useState)(""),[z,L]=(0,Ue.useState)(""),[f,R]=(0,Ue.useState)(!1),N=(0,Ue.useRef)(null),C=(0,Ue.useRef)(null),G=(0,Ue.useRef)(null);(0,Ue.useEffect)(()=>{let m=new Image;m.crossOrigin="anonymous",m.onload=()=>i(m),m.onerror=()=>s(!0),m.src=e},[e]);let T=(()=>{if(!n)return{w:0,h:0};let m=Math.min(1,wc/Math.max(n.naturalWidth,n.naturalHeight));return{w:Math.round(n.naturalWidth*m),h:Math.round(n.naturalHeight*m)}})(),U=(0,Ue.useRef)(null),q=m=>{let H=N.current;if(!H||!n)return;let Q=H.getContext("2d");if(!Q)return;U.current||(U.current=document.createElement("canvas"));let oe=U.current;oe.width=H.width,oe.height=H.height;let M=oe.getContext("2d"),w=m?[...u,m]:u;for(let y of w)y.kind==="stroke"?(M.save(),M.globalCompositeOperation=y.tool==="eraser"?"destination-out":"source-over",M.strokeStyle=y.color,M.lineWidth=y.tool==="eraser"?y.size*3:y.size,M.lineCap="round",M.lineJoin="round",M.beginPath(),y.points.forEach((E,K)=>K===0?M.moveTo(E.x,E.y):M.lineTo(E.x,E.y)),y.points.length===1&&M.lineTo(y.points[0].x+.01,y.points[0].y),M.stroke(),M.restore()):(M.save(),M.fillStyle=y.color,M.font=`600 ${y.size}px system-ui, sans-serif`,M.fillText(y.value,y.x,y.y),M.restore());Q.clearRect(0,0,H.width,H.height),Q.drawImage(n,0,0,H.width,H.height),Q.drawImage(oe,0,0)};(0,Ue.useEffect)(()=>{q()},[n,u,T.w,T.h]),(0,Ue.useEffect)(()=>{k&&G.current?.focus()},[k]);let I=m=>{let H=N.current,Q=H.getBoundingClientRect();return{x:(m.clientX-Q.left)/Q.width*H.width,y:(m.clientY-Q.top)/Q.height*H.height}},Y=()=>Math.max(4,Math.round(T.w/180)),_=()=>Math.max(18,Math.round(T.w/28)),D=m=>{if(!n)return;let H=I(m);if(o==="text"){v({x:H.x,y:H.y}),S("");return}m.target.setPointerCapture(m.pointerId),C.current={kind:"stroke",tool:o,color:p,size:Y(),points:[H]},q(C.current)},ee=m=>{C.current&&(C.current.points.push(I(m)),q(C.current))},P=()=>{if(!C.current)return;let m=C.current;C.current=null,l(H=>[...H,m])},V=()=>{k&&x.trim()&&l(m=>[...m,{kind:"text",x:k.x,y:k.y,color:p,value:x.trim(),size:_()}]),v(null),S("")},ne=()=>{if(n)try{let m=document.createElement("canvas");m.width=T.w,m.height=T.h;let H=m.getContext("2d");if(!H){R(!0);return}H.drawImage(n,0,0,T.w,T.h);let Q=m.toDataURL("image/jpeg",.92),oe=N.current?.toDataURL("image/jpeg",.85)||Q;t(Q,z.trim(),Fo(u,T.w,T.h),oe)}catch{R(!0)}},J=u.length>0;return(0,Te.jsxs)("div",{className:"hsk-markup",role:"dialog","aria-label":r("markupDialogLabel"),children:[(0,Te.jsxs)("div",{className:"hsk-markup-head",children:[(0,Te.jsx)("span",{className:"hsk-markup-title",children:r("markupTitle")}),(0,Te.jsx)("button",{className:"hsk-markup-cancel",onClick:a,children:r("markupCancel")})]}),(0,Te.jsx)("div",{className:"hsk-markup-stage",children:c?(0,Te.jsx)("div",{className:"hsk-markup-error",children:r("markupLoadError")}):n?(0,Te.jsxs)("div",{className:"hsk-markup-canvas-wrap",children:[(0,Te.jsx)("canvas",{ref:N,width:T.w,height:T.h,className:`hsk-markup-canvas hsk-markup-canvas--${o}`,onPointerDown:D,onPointerMove:ee,onPointerUp:P,onPointerLeave:P}),k&&N.current&&(0,Te.jsx)("input",{ref:G,className:"hsk-markup-textinput",style:{left:`${k.x/T.w*100}%`,top:`${k.y/T.h*100}%`,color:p},value:x,placeholder:r("markupTextHint"),onChange:m=>S(m.target.value),onKeyDown:m=>{m.key==="Enter"&&V(),m.key==="Escape"&&(v(null),S(""))},onBlur:V})]}):(0,Te.jsx)("div",{className:"hsk-markup-loading",children:r("markupLoading")})}),(0,Te.jsxs)("div",{className:"hsk-markup-tools",children:[(0,Te.jsx)("div",{className:"hsk-markup-colors",children:_o.map(m=>(0,Te.jsx)("button",{className:`hsk-markup-color${p===m?" hsk-markup-color--on":""}`,style:{background:m},onClick:()=>{h(m),o==="eraser"&&d("pen")},"aria-label":r("markupColorLabel",{colour:m})},m))}),(0,Te.jsxs)("div",{className:"hsk-markup-actions",children:[(0,Te.jsx)("button",{className:`hsk-markup-tool${o==="pen"?" hsk-markup-tool--on":""}`,onClick:()=>d("pen"),children:r("markupSketch")}),(0,Te.jsx)("button",{className:`hsk-markup-tool${o==="text"?" hsk-markup-tool--on":""}`,onClick:()=>d("text"),children:r("markupText")}),(0,Te.jsx)("button",{className:`hsk-markup-tool${o==="eraser"?" hsk-markup-tool--on":""}`,onClick:()=>d("eraser"),children:r("markupEraser")}),(0,Te.jsx)("button",{className:"hsk-markup-tool",onClick:()=>l(m=>m.slice(0,-1)),disabled:!J,children:r("markupUndo")}),(0,Te.jsx)("button",{className:"hsk-markup-tool",onClick:()=>l([]),disabled:!J,children:r("markupClear")})]})]}),(0,Te.jsxs)("div",{className:"hsk-markup-send",children:[(0,Te.jsx)("input",{className:"hsk-markup-instruction",value:z,placeholder:r("markupInstruction"),onChange:m=>L(m.target.value),onKeyDown:m=>{m.key==="Enter"&&(J||z.trim())&&ne()}}),(0,Te.jsx)("button",{className:"hsk-markup-go",onClick:ne,disabled:!n||!J&&!z.trim(),children:r("markupSend")})]}),f&&(0,Te.jsx)("div",{className:"hsk-markup-error",children:r("markupError")})]})}var Ct=vt(require("react")),Vo=require("react/jsx-runtime");function Sc(e){let a=2166136261;for(let t=0;t<e.length;t++)a^=e.charCodeAt(t),a=Math.imul(a,16777619);return a>>>0}function pn(e){let a=e>>>0;return()=>{a=a+1831565813>>>0;let t=Math.imul(a^a>>>15,1|a);return t=t+Math.imul(t^t>>>7,61|t)^t,((t^t>>>14)>>>0)/4294967296}}var Uo=e=>e*e*(3-2*e);function Cc(e){let t=new Float32Array(65536);for(let n=0;n<t.length;n++)t[n]=e();let r=(n,i)=>t[(i&255)*256+(n&255)];return(n,i)=>{let c=Math.floor(n),s=Math.floor(i),o=Uo(n-c),d=Uo(i-s),p=r(c,s),h=r(c+1,s),u=r(c,s+1),l=r(c+1,s+1);return(p+(h-p)*o)*(1-d)+(u+(l-u)*o)*d}}function Mc(e,a,t,r){let n=t/Math.SQRT2,i=Math.ceil(e/n),c=Math.ceil(a/n),s=new Int32Array(i*c).fill(-1),o=[],d=[],p=(u,l)=>{let k=o.length;o.push([u,l]),s[Math.floor(l/n)*i+Math.floor(u/n)]=k,d.push(k)},h=(u,l)=>{if(u<0||l<0||u>=e||l>=a)return!1;let k=Math.floor(u/n),v=Math.floor(l/n);for(let x=Math.max(v-2,0);x<=Math.min(v+2,c-1);x++)for(let S=Math.max(k-2,0);S<=Math.min(k+2,i-1);S++){let z=s[x*i+S];if(z<0)continue;let L=o[z][0]-u,f=o[z][1]-l;if(L*L+f*f<t*t)return!1}return!0};for(p(r()*e,r()*a);d.length;){let u=r()*d.length|0,[l,k]=o[d[u]],v=!1;for(let x=0;x<24;x++){let S=r()*Math.PI*2,z=t*(1+r()),L=l+Math.cos(S)*z,f=k+Math.sin(S)*z;if(h(L,f)){p(L,f),v=!0;break}}v||d.splice(u,1)}return o}var qe=(e,a)=>(e()-.5)*a,dn=[(e,a,t)=>{let r=a*.5,n=a*(.14+t()*.04),i=a*.07;e.beginPath(),e.moveTo(-n-i*.6,-r),e.lineTo(n+i*.6,-r),e.moveTo(-n,-r+i),e.lineTo(n,-r+i),e.moveTo(-n,-r+i),e.lineTo(-n*.85,r-i),e.moveTo(n,-r+i),e.lineTo(n*.85,r-i),e.moveTo(0,-r+i*1.7),e.lineTo(0,r-i*1.7),e.moveTo(-n,r-i),e.lineTo(n,r-i),e.moveTo(-n-i*.6,r),e.lineTo(n+i*.6,r),e.stroke()},(e,a,t)=>{let r=a*.5,n=-r*(.18+t()*.1);e.beginPath(),e.moveTo(-r,n),e.lineTo(0,-r),e.lineTo(r,n),e.closePath(),e.moveTo(-r*.92,n+r*.16),e.lineTo(r*.92,n+r*.16);for(let i of[-.62,-.21,.21,.62])e.moveTo(r*i,n+r*.16),e.lineTo(r*i,r*.8);e.moveTo(-r,r*.8),e.lineTo(r,r*.8),e.stroke()},(e,a,t)=>{let r=a*.5,n=r*(.48+t()*.12);e.beginPath(),e.moveTo(-r*.2,-r*.86),e.lineTo(r*.2,-r*.86),e.moveTo(-r*.15,-r*.78),e.bezierCurveTo(-n,-r*.3,-n*.85,r*.6,0,r*.86),e.bezierCurveTo(n*.85,r*.6,n,-r*.3,r*.15,-r*.78),e.moveTo(-r*.17,-r*.64),e.quadraticCurveTo(-n*1.16,-r*.48,-n*.7,-r*.04),e.moveTo(r*.17,-r*.64),e.quadraticCurveTo(n*1.16,-r*.48,n*.7,-r*.04),e.stroke()},(e,a,t)=>{let r=a*.5;e.beginPath(),e.moveTo(-r*.9,r*.52),e.quadraticCurveTo(0,-r*.18,r*.9,-r*.58),e.stroke();let n=4+(t()*3|0);for(let i=0;i<n;i++){let c=.16+i/n*.8,s=-r*.9+c*r*1.8,o=r*.52-c*r*1.16+(1-c)*c*r*.3,d=i%2?1:-1,p=r*(.26+t()*.1);e.beginPath(),e.moveTo(s,o),e.quadraticCurveTo(s+p*.5,o+d*p*.66,s+p*.9,o+d*p*.08),e.quadraticCurveTo(s+p*.42,o+d*p*.04,s,o),e.stroke()}},(e,a,t)=>{let r=a*.5;e.beginPath(),e.moveTo(-r*.85,-r*.7),e.quadraticCurveTo(-r*.1,-r*.35,r*.2,r*.1),e.stroke();let n=[[-r*.45,-r*.12],[r*.05,r*.3],[r*.42,-r*.4]];for(let[i,c]of n)e.beginPath(),e.moveTo(i,c-r*.28),e.lineTo(i-r*.02,c-r*.16),e.stroke(),e.beginPath(),e.ellipse(i,c,r*(.15+t()*.04),r*.19,qe(t,.5),0,Math.PI*2),e.stroke()},(e,a,t)=>{let r=a*.5;for(let n of[-1,1]){e.beginPath(),e.arc(0,0,r*.72,n>0?-1.25:1.25,n>0?1.25:Math.PI*2-1.25,n<0),e.stroke();for(let i=0;i<5;i++){let c=-1.05+i/4*2.1,s=Math.sin(c)*n*r*.72,o=Math.cos(c)*r*.72,d=r*(.2+t()*.08);e.beginPath(),e.moveTo(s,o),e.quadraticCurveTo(s+n*d*.9,o-d*.5,s+n*d*.6,o-d*1.05),e.stroke()}}},(e,a)=>{let t=a*.5;e.beginPath(),e.moveTo(-t,t*.6),e.lineTo(t*.55,t*.6),e.lineTo(t*.55,-t*.6),e.lineTo(-t*.45,-t*.6),e.lineTo(-t*.45,t*.15),e.lineTo(t*.1,t*.15),e.lineTo(t*.1,-t*.18),e.stroke()},(e,a)=>{let t=a*.5;e.beginPath(),e.moveTo(-t*.62,t*.8),e.lineTo(-t*.62,-t*.05),e.arc(0,-t*.05,t*.62,Math.PI,0),e.lineTo(t*.62,t*.8),e.stroke(),e.beginPath(),e.moveTo(-t*.86,t*.8),e.lineTo(t*.86,t*.8),e.stroke()},(e,a,t)=>{let r=a*.5;e.beginPath(),e.arc(0,0,r*.4,0,Math.PI*2),e.stroke();let n=t()*.5;for(let i=0;i<8;i++){let c=n+i/8*Math.PI*2;e.beginPath(),e.moveTo(Math.cos(c)*r*.6,Math.sin(c)*r*.6),e.lineTo(Math.cos(c)*r*.94,Math.sin(c)*r*.94),e.stroke()}},(e,a)=>{let t=a*.5;e.beginPath(),e.moveTo(-t*.44,t*.7),e.bezierCurveTo(-t,t*.2,-t*.8,-t*.7,-t*.3,-t*.6),e.moveTo(t*.44,t*.7),e.bezierCurveTo(t,t*.2,t*.8,-t*.7,t*.3,-t*.6),e.moveTo(-t*.32,-t*.64),e.lineTo(t*.32,-t*.64),e.moveTo(-t*.44,t*.7),e.lineTo(t*.44,t*.7);for(let r of[-.16,.02,.2])e.moveTo(t*r,-t*.56),e.lineTo(t*r,t*.62);e.stroke()},(e,a,t)=>{let r=a*.5,n=r*(.4+t()*.18);e.beginPath(),e.moveTo(-r,r*.16),e.quadraticCurveTo(-r*.5,-n,0,-r*.02),e.quadraticCurveTo(r*.5,-n,r,r*.16),e.stroke()}],qo=[(e,a,t)=>{let r=a*.5,n=-r+qe(t,r*.3),i=qe(t,r);e.beginPath(),e.moveTo(n,i);let c=4+(t()*4|0);for(let s=0;s<c;s++){let o=n+r*2/c+qe(t,r*.5),d=qe(t,r*1.5);e.quadraticCurveTo(n+qe(t,r*.9),i+qe(t,r*1.6),o,d),n=o,i=d}e.stroke()},(e,a,t)=>{let r=a*.5,n=2.2+t()*1.6,i=t()<.5?-1:1;e.beginPath();for(let c=0;c<=60;c++){let s=c/60,o=i*s*n*Math.PI*2,d=r*s*(.9+qe(t,.06)),p=Math.cos(o)*d,h=Math.sin(o)*d;c===0?e.moveTo(p,h):e.lineTo(p,h)}e.stroke()},(e,a,t)=>{let r=a*.5,n=4+(t()*4|0),i=qe(t,.7);for(let c=0;c<n;c++){let s=-r+c/(n-1)*r*2+qe(t,r*.16),o=r*(.7+t()*.6);e.beginPath(),e.moveTo(s-i*o*.5,-o*.5),e.quadraticCurveTo(s+qe(t,r*.2),0,s+i*o*.5,o*.5),e.stroke()}},(e,a,t)=>{let r=a*.5,n=2+(t()*3|0),i=r*2/n;e.beginPath(),e.moveTo(-r,r*.4);for(let c=0;c<n;c++){let s=-r+c*i,o=i*(.42+t()*.18);e.bezierCurveTo(s+o*.2,r*.4-o*2.1,s+i-o*.2,r*.4-o*2.1,s+i,r*.4+qe(t,r*.14))}e.stroke()}],Bo=[(e,a,t)=>{e.beginPath(),e.arc(0,0,a*.1+t()*a*.04,0,Math.PI*2),e.fill()},(e,a,t)=>{e.beginPath(),e.arc(qe(t,a*.04),qe(t,a*.04),a*.32,0,Math.PI*2),e.stroke()},(e,a,t)=>{let r=a*.4,n=r*(.2+t()*.12);e.beginPath(),e.moveTo(0,-r),e.quadraticCurveTo(n,-n,r,0),e.quadraticCurveTo(n,n,0,r),e.quadraticCurveTo(-n,n,-r,0),e.quadraticCurveTo(-n,-n,0,-r),e.stroke()},(e,a,t)=>{let r=a*.4;e.beginPath(),e.moveTo(-r,qe(t,a*.08)),e.quadraticCurveTo(0,qe(t,a*.16),r,qe(t,a*.08)),e.stroke()}],Nc={light:(e,a)=>{let t=a*.5;e.beginPath(),e.moveTo(0,-t),e.quadraticCurveTo(t*.16,-t*.16,t,0),e.quadraticCurveTo(t*.16,t*.16,0,t),e.quadraticCurveTo(-t*.16,t*.16,-t,0),e.quadraticCurveTo(-t*.16,-t*.16,0,-t),e.stroke()},dark:(e,a)=>{let t=a*.44;e.beginPath(),e.moveTo(-t*.6,-t*.5),e.lineTo(t*.6,-t*.5),e.lineTo(t,t*.05),e.lineTo(0,t),e.lineTo(-t,t*.05),e.closePath(),e.moveTo(-t,t*.05),e.lineTo(t,t*.05),e.moveTo(-t*.6,-t*.5),e.lineTo(-t*.3,t*.05),e.lineTo(0,t),e.moveTo(t*.6,-t*.5),e.lineTo(t*.3,t*.05),e.lineTo(0,t),e.stroke()},mahogany:(e,a)=>{let t=a*.5;e.beginPath(),e.moveTo(0,t),e.bezierCurveTo(-t*.9,t*.2,-t*.7,-t*.7,0,-t),e.bezierCurveTo(t*.7,-t*.7,t*.9,t*.2,0,t),e.moveTo(0,t*.86),e.lineTo(0,-t*.86);for(let r=0;r<3;r++){let n=-.34+r*.36;e.moveTo(0,t*n),e.lineTo(t*.44,t*(n-.26)),e.moveTo(0,t*n),e.lineTo(-t*.44,t*(n-.26))}e.stroke()},blush:(e,a)=>{let t=a*.5;for(let r=0;r<5;r++){let n=r/5*Math.PI*2-Math.PI/2;e.beginPath(),e.ellipse(Math.cos(n)*t*.52,Math.sin(n)*t*.52,t*.42,t*.26,n,0,Math.PI*2),e.stroke()}e.beginPath(),e.arc(0,0,t*.19,0,Math.PI*2),e.stroke()},coffee:(e,a)=>{let t=a*.5;e.beginPath(),e.ellipse(0,0,t*.6,t*.9,0,0,Math.PI*2),e.stroke(),e.beginPath(),e.moveTo(0,-t*.84),e.bezierCurveTo(t*.34,-t*.3,-t*.34,t*.3,0,t*.84),e.stroke()},midnight:(e,a)=>{let t=a*.5;e.beginPath();for(let r=0;r<10;r++){let n=r%2===0?t:t*.4,i=r/10*Math.PI*2-Math.PI/2,c=Math.cos(i)*n,s=Math.sin(i)*n;r===0?e.moveTo(c,s):e.lineTo(c,s)}e.closePath(),e.stroke()}},$o=e=>{let a=e.split(",").map(t=>parseFloat(t.trim()));return[a[0]||0,a[1]||0,a[2]||0]};function jo(e,a,t){let r=$o(e),n=$o(a);return`rgb(${Math.round(r[0]+(n[0]-r[0])*t)},${Math.round(r[1]+(n[1]-r[1])*t)},${Math.round(r[2]+(n[2]-r[2])*t)})`}function Tc(e,a,t){return`hsl(${Math.round(a*300%360)}, ${t?72:68}%, ${t?58:46}%)`}function Rc(e,a,t,r,n,i,c){let s=c?Nc[c]:void 0,o=pn(n),d=Cc(pn(n^2654435769)),p=e*a,u=Math.max(40,Math.min(520,Math.round(p/3100)))/.48,l=Math.max(26,Math.sqrt(.7*p/u)),k=Mc(e,a,l,o),v=4.4/Math.max(e,a),x=v*2.6,S=Math.hypot(e,a),z=o()*Math.PI*2,L=Math.cos(z),f=Math.sin(z),R=e*(.18+o()*.64),N=a*(.12+o()*.5),C=[],G=Math.hypot(e,a)||1,[T,U,q]=t.split(",").map(Y=>parseFloat(Y)||0),I=.2126*T+.7152*U+.0722*q>128;for(let[Y,_]of k){let D=d(Y*v,_*v)*.72+d(Y*x,_*x)*.28,ee=Math.min(1,Math.max(0,(D-.26)/.44));if(o()>ee*ee*(3-2*ee))continue;let P=o(),V=Math.max(0,1-Math.hypot(Y-R,_-N)/(S*.72))**1.6,ne=((Y-e/2)*L+(_-a/2)*f)/S+.5,J=!I,H=((J?.055:.028)+o()*(J?.04:.025))*(.75+ne*.55)*(1+V*.4),Q=jo(t,r,V*.85),oe=i?(e-Y+a-_)/(e+a||1):(Y+_)/(e+a||1),M=o()*16777215|0,w=Tc(M,oe,I),y=0,E=J?1.05+o()*.35:.65+o()*.35,K=20,g=dn[0],X=1;P<.5?(y=qe(o,.16),E=J?1.15+o()*.45:.7+o()*.35,K=20+o()*16,g=dn[o()*dn.length|0]):P<.82?(y=o()*Math.PI*2,E=J?.95+o()*.4:.6+o()*.4,K=16+o()*20,g=qo[o()*qo.length|0]):P<.95||!s?(y=o()*Math.PI*2,E=J?.85+o()*.35:.55+o()*.35,K=7+o()*7,g=Bo[o()*Bo.length|0]):(y=qe(o,.3),E=J?1.1+o()*.3:.75+o()*.3,K=15+o()*9,g=s,X=2.6),C.push({x:Y,y:_,roll:P,rotation:y,lineWidth:E,alpha:H*X,baseColor:Q,shimmerColor:w,drawFn:g,size:K,seed:M,normDist:oe})}return C}function hn(e,a,t,r,n){e.clearRect(0,0,t,r),e.lineCap="round",e.lineJoin="round";let i=n>=0&&n<=1.4,c=i?n*1.4-.2:-999,s=.3;for(let o of a){let d=o.alpha,p=o.baseColor,h=o.lineWidth;if(i){let l=o.normDist-c;if(l>s)d=o.alpha*.45,p=o.baseColor,h=o.lineWidth;else if(l<-s)d=o.alpha,p=o.baseColor,h=o.lineWidth;else{let k=Math.cos(l/s*(Math.PI/2))**2;d=o.alpha+k*.08,p=k>.08?jo(o.baseColor,o.shimmerColor,k*.65):o.baseColor,h=o.lineWidth*(1+k*.2)}}e.save(),e.translate(o.x,o.y),e.rotate(o.rotation),e.globalAlpha=Math.min(d,1),e.strokeStyle=p,e.fillStyle=p,e.lineWidth=h;let u=pn(o.seed);o.drawFn(e,o.size,u),e.restore()}}var zc=Ct.default.memo(function({seed:a="",theme:t,dir:r}){let n=(0,Ct.useRef)(null),i=(0,Ct.useRef)(!1),c=(0,Ct.useRef)(0),s=(0,Ct.useRef)(null),o=(0,Ct.useRef)(0);return(0,Ct.useEffect)(()=>{let d=n.current;if(!d)return;let p=Sc(a||"kiku"),h=0,u=(z,L,f,R)=>N=>{let C=N-z,G=Math.min(1,C/L),U=(1-Math.cos(G*Math.PI))/2*1.4,q=d.clientWidth,I=d.clientHeight;if(q&&I){let Y=Math.min(window.devicePixelRatio||1,3),_=Math.round(q*Y),D=Math.round(I*Y);(d.width!==_||d.height!==D)&&(d.width=_,d.height=D);let ee=d.getContext("2d");ee&&(ee.setTransform(Y,0,0,Y,0,0),hn(ee,f,q,I,U))}if(G<1)c.current=requestAnimationFrame(u(z,L,f,R));else{i.current=!1;let Y=d.clientWidth,_=d.clientHeight,D=d.getContext("2d");if(D&&Y&&_){let ee=Math.min(window.devicePixelRatio||1,3);D.setTransform(ee,0,0,ee,0,0),hn(D,f,Y,_,-1)}}},l=()=>{let z=d.clientWidth,L=d.clientHeight;if(!z||!L)return;let f=Math.min(window.devicePixelRatio||1,3),R=d.getContext("2d");if(!R)return;let N=getComputedStyle(d),C=N.getPropertyValue("--hsk-doodle-ink").trim()||"31,31,31",G=N.getPropertyValue("--hsk-doodle-tint").trim()||C,T=r==="rtl"||N.direction==="rtl"||d.closest('[dir="rtl"]')!==null,U=typeof window<"u"?Math.max(L,window.innerHeight||0):L,q=Rc(z,U,C,G,p,T,t);s.current=q,o.current=z;let I=Math.round(z*f),Y=Math.round(L*f);if((d.width!==I||d.height!==Y)&&(d.width=I,d.height=Y),R.setTransform(f,0,0,f,0,0),window.matchMedia?.("(prefers-reduced-motion: reduce)")?.matches){hn(R,q,z,L,-1);return}cancelAnimationFrame(c.current),i.current=!0;let D=1200,ee=performance.now();c.current=requestAnimationFrame(u(ee,D,q,T))},k=()=>{clearTimeout(h),h=window.setTimeout(l,20)};l();let v=new ResizeObserver(k);v.observe(d);let x=window.matchMedia?.("(prefers-color-scheme: dark)"),S=()=>{l()};return x?.addEventListener?.("change",S),()=>{clearTimeout(h),cancelAnimationFrame(c.current),i.current=!1,v.disconnect(),x?.removeEventListener?.("change",S)}},[a,t,r]),(0,Vo.jsx)("canvas",{className:"hsk-cb-doodles",ref:n,"aria-hidden":"true"})}),Cr=zc;var Ie=vt(require("react")),Ko=require("@akropolys/sdk");var un={arabic:{allSet:"\u0623\u0646\u062A \u062C\u0627\u0647\u0632\u060C {name}.",asWritten:"\u0643\u0645\u0627 \u0647\u064A \u0645\u0643\u062A\u0648\u0628\u0629",captureAll:"\u0627\u0644\u062A\u0642\u0627\u0637 \u0627\u0644\u0643\u0644 ({count})",captureAndRemember:"kiku \u2014 \u0627\u0644\u062A\u0642\u0627\u0637 \u0648\u062A\u0630\u0643\u0631",captureCurrentPage:"\u0627\u0644\u062A\u0642\u0627\u0637 \u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062D\u0627\u0644\u064A\u0629",cardClickAnswer:"\u0627\u0644\u0640 {name}",cardClickQuery:"\u0623\u062E\u0628\u0631\u0646\u064A \u0627\u0644\u0645\u0632\u064A\u062F \u0639\u0646 {name}{price} \u2014 \u0645\u0627 \u0647\u064A \u062A\u0641\u0627\u0635\u064A\u0644\u0647 \u0627\u0644\u0631\u0626\u064A\u0633\u064A\u0629\u060C \u0648\u0644\u0645\u0646 \u0647\u0648 \u0627\u0644\u0623\u0646\u0633\u0628\u060C \u0648\u0645\u0627\u0630\u0627 \u064A\u062C\u0628 \u0623\u0646 \u0623\u0639\u0631\u0641\u061F",clearChat:"\u0645\u0633\u062D \u0627\u0644\u062F\u0631\u062F\u0634\u0629",defaultPlaceholder:"\u0627\u0633\u0623\u0644\u0646\u064A \u0623\u064A \u0634\u064A\u0621...",deleteThis:"\u062D\u0630\u0641 \u0647\u0630\u0627",detailsTranslated:"\u062A\u0645\u062A \u062A\u0631\u062C\u0645\u0629 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644. \u062A\u0628\u0642\u0649 \u0627\u0644\u0623\u0631\u0642\u0627\u0645 \u0648\u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0643\u0645\u0627 \u0647\u064A \u062A\u0645\u0627\u0645\u064B\u0627.",displayCapture:"\u0627\u0644\u062A\u0642\u0627\u0637 {name}",displayCaptureAll:"\u0627\u0644\u062A\u0642\u0627\u0637 \u0627\u0644\u0643\u0644 ({count} \u0639\u0646\u0627\u0635\u0631)",displayDelete:"\u062D\u0630\u0641 \u0647\u0630\u0627",displayViewHistory:"\u0645\u0627\u0630\u0627 \u062D\u0641\u0638\u062A\u061F",entityLangIntro:"\u0623\u0646\u0627 \u0623\u0631\u062F \u0628\u0640 {lang}. \u064A\u0645\u0643\u0646 \u0623\u0646 \u062A\u0628\u0642\u0649 \u0628\u0637\u0627\u0642\u0627\u062A \u0627\u0644\u0646\u062A\u0627\u0626\u062C \u0643\u0645\u0627 \u0643\u062A\u0628\u0647\u0627 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u062A\u0645\u0627\u0645\u064B\u0627\u060C \u0623\u0648 \u064A\u0645\u0643\u0646 \u062A\u0631\u062C\u0645\u062A\u0647\u0627 \u0623\u064A\u0636\u064B\u0627.",entityLangPlaceholder:"\u0627\u062E\u062A\u0631 \u0625\u062D\u062F\u0649 \u0627\u0644\u0628\u0637\u0627\u0642\u062A\u064A\u0646 \u0623\u0639\u0644\u0627\u0647...",errAccessRevoked:"\u062A\u0645 \u0625\u0644\u063A\u0627\u0621 \u0648\u0635\u0648\u0644\u0643 \u0625\u0644\u0649 \u0627\u0644\u0645\u0633\u0627\u0639\u062F \u0645\u0646 \u0642\u0628\u0644 \u0627\u0644\u0645\u062A\u062C\u0631.",errAccountRequired:"\u0627\u0644\u0631\u062C\u0627\u0621 \u0625\u0646\u0634\u0627\u0621 \u062D\u0633\u0627\u0628 \u0644\u0645\u062A\u0627\u0628\u0639\u0629 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0633\u0627\u0639\u062F \u0627\u0644\u062F\u0631\u062F\u0634\u0629.",errShopperReplyLimit:"\u0644\u0642\u062F \u0648\u0635\u0644\u062A \u0625\u0644\u0649 \u062D\u062F \u0627\u0644\u0631\u062F\u0648\u062F \u0627\u0644\u0645\u0633\u0645\u0648\u062D \u0628\u0647 \u0644\u062D\u0633\u0627\u0628\u0643 \u0641\u064A \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639.",errStreamInterrupted:"\u062A\u0645\u062A \u0645\u0642\u0627\u0637\u0639\u0629 \u0627\u0644\u0631\u062F. \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.",errTokenLimit:"\u0644\u0642\u062F \u0648\u0635\u0644\u062A \u0625\u0644\u0649 \u062D\u062F \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062E\u0627\u0635 \u0628\u0643. \u0627\u0644\u0631\u062C\u0627\u0621 \u062A\u062D\u062F\u064A\u062B \u062D\u062F\u0648\u062F \u0627\u0644\u0641\u0648\u0627\u062A\u064A\u0631 \u0641\u064A \u0644\u0648\u062D\u0629 \u0627\u0644\u062A\u062D\u0643\u0645 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643 \u0644\u0644\u0645\u062A\u0627\u0628\u0639\u0629.",errTooManyRequests:"\u064A\u062A\u0644\u0642\u0649 \u0627\u0644\u0645\u0633\u0627\u0639\u062F \u062D\u0627\u0644\u064A\u064B\u0627 \u0639\u062F\u062F\u064B\u0627 \u0643\u0628\u064A\u0631\u064B\u0627 \u062C\u062F\u064B\u0627 \u0645\u0646 \u0627\u0644\u0637\u0644\u0628\u0627\u062A. \u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0628\u0639\u062F \u0644\u062D\u0638\u0627\u062A \u0642\u0644\u064A\u0644\u0629.",footerHint:"kiku \xB7 \u064A\u0628\u062D\u062B \u0641\u064A \u0627\u0644\u0643\u062A\u0627\u0644\u0648\u062C \u0628\u0623\u0643\u0645\u0644\u0647 \u0641\u064A \u0627\u0644\u0648\u0642\u062A \u0627\u0644\u0641\u0639\u0644\u064A",greetReturning:"\u0623\u0647\u0644\u0627\u064B\u060C {name}.",greetReturningLead:"\u0645\u0627\u0630\u0627 \u064A\u0645\u0643\u0646\u0646\u064A \u0623\u0646 \u0623\u062C\u062F \u0644\u0643 \u0627\u0644\u064A\u0648\u0645\u061F",howShouldResultsLook:"\u0643\u064A\u0641 \u064A\u062C\u0628 \u0623\u0646 \u062A\u0628\u062F\u0648 \u0627\u0644\u0646\u062A\u0627\u0626\u062C\u061F",inLanguage:"\u0628\u0640 {lang}",keyAutoHide:"\u064A\u062E\u062A\u0641\u064A \u062A\u0644\u0642\u0627\u0626\u064A\u064B\u0627 \u0641\u064A {seconds} \u062B\u0648\u0627\u0646\u064D.",keyCopied:"\u062A\u0645 \u0627\u0644\u0646\u0633\u062E",keyCopyId:"\u0646\u0633\u062E \u0627\u0644\u0645\u0639\u0631\u0651\u0641",keyCopySecret:"\u0646\u0633\u062E \u0627\u0644\u0633\u0631",keyCreateNew:"\u0623\u0646\u0627 \u062C\u062F\u064A\u062F \u2014 \u0623\u0646\u0634\u0626 \u0648\u0627\u062D\u062F\u064B\u0627",keyCreating:"\u062C\u0627\u0631\u064D \u0627\u0644\u0625\u0646\u0634\u0627\u0621\u2026",keyDismiss:"\u062A\u062C\u0627\u0647\u0644",keyPastePlaceholder:"\u0645\u0639\u0631\u0651\u0641\u0643 \u0627\u0644\u0639\u0627\u0645\u2026",keyPastePrompt:"\u0627\u0644\u0635\u0642 \u0645\u0639\u0631\u0651\u0641\u0643 \u0627\u0644\u0639\u0627\u0645 \u2014 \u0623\u0648 \u0623\u0646\u0634\u0626 \u0648\u0627\u062D\u062F\u064B\u0627",keyPublicHint:"\u0627\u0644\u0635\u0642\u0647 \u0641\u064A \u0623\u064A \u0645\u0648\u0642\u0639 \u0644\u0644\u062D\u0641\u0638 \u0641\u064A \u0646\u0641\u0633 \u0627\u0644\u0630\u0627\u0643\u0631\u0629.",keyPublicTitle:"\u0645\u0639\u0631\u0651\u0641\u0643 \u0627\u0644\u0639\u0627\u0645",keySecretHint:"\u0627\u062D\u062A\u0641\u0638 \u0628\u0647 \u062E\u0627\u0635\u064B\u0627 \u2014 \u0627\u0633\u062A\u062E\u062F\u0645\u0647 \u0644\u0641\u062A\u062D \u0630\u0627\u0643\u0631\u062A\u0643.",keySecretTitle:"\u0633\u0631\u0643 \u2014 \u064A\u064F\u0639\u0631\u0636 \u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629 \u0641\u0642\u0637",keyUseMine:"\u0627\u0633\u062A\u062E\u062F\u0645 \u0645\u0639\u0631\u0651\u0641\u064A",kikuActionUnavailable:"\u0639\u0630\u0631\u064B\u0627 \u2014 \u0647\u0630\u0627 \u0627\u0644\u0625\u062C\u0631\u0627\u0621 \u063A\u064A\u0631 \u0645\u062A\u0627\u062D \u0639\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639.",kikuCaptureDbError:"\u0641\u0634\u0644 \u0627\u0644\u0627\u0644\u062A\u0642\u0627\u0637 \u0628\u0633\u0628\u0628 \u062E\u0637\u0623 \u0641\u064A \u0642\u0627\u0639\u062F\u0629 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A.",kikuCaptureNoContext:"\u0641\u0634\u0644 \u0627\u0644\u0627\u0644\u062A\u0642\u0627\u0637 \u0644\u0623\u0646\u0647 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0648\u0641\u064A\u0631 \u0633\u064A\u0627\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 \u0623\u0648 \u0627\u0644\u0645\u0646\u062A\u062C \u0628\u0648\u0627\u0633\u0637\u0629 SDK.",kikuCaptureNoUrl:"\u062A\u0639\u0630\u0631 \u062D\u0641\u0638 \u0623\u064A \u0639\u0646\u0627\u0635\u0631 \u2014 \u0644\u0645 \u064A\u0643\u0646 \u0644\u0623\u064A \u0645\u0646\u0647\u0627 \u0639\u0646\u0648\u0627\u0646 URL \u0635\u0627\u0644\u062D.",kikuCaptureNoneSelected:"\u0644\u0645 \u064A\u062A\u0645 \u062A\u062D\u062F\u064A\u062F \u0623\u064A \u0639\u0646\u0627\u0635\u0631 \u0644\u0627\u0644\u062A\u0642\u0627\u0637\u0647\u0627.",kikuDeleteDbError:"\u0641\u0634\u0644 \u0627\u0644\u062D\u0630\u0641 \u0628\u0633\u0628\u0628 \u062E\u0637\u0623 \u0641\u064A \u0642\u0627\u0639\u062F\u0629 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A.",kikuDeleteDone:"\u062A\u0645\u062A \u0625\u0632\u0627\u0644\u062A\u0647 \u0645\u0646 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0645\u062D\u0641\u0648\u0638\u0629 \u0644\u062F\u064A\u0643.",kikuDeleteNoContext:"\u0641\u0634\u0644 \u0627\u0644\u062D\u0630\u0641 \u0644\u0623\u0646\u0647 \u0644\u0645 \u064A\u062A\u0645 \u062A\u0648\u0641\u064A\u0631 \u0633\u064A\u0627\u0642 \u0627\u0644\u0635\u0641\u062D\u0629 \u0644\u062A\u062D\u062F\u064A\u062F \u0645\u0627 \u064A\u062C\u0628 \u062D\u0630\u0641\u0647.",kikuMemoryIntro:"\u0643\u0644 \u0645\u0627 \u0627\u0644\u062A\u0642\u0637\u062A\u0647 \u0639\u0628\u0631 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0645\u0648\u062C\u0648\u062F \u0641\u064A \u0630\u0627\u0643\u0631\u062A\u0643 \u0627\u0644\u062E\u0627\u0635\u0629. \u0627\u0641\u062A\u062D\u0647\u0627 \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0633\u0631\u0643:",kikuMintNeeded:"\u0644\u062D\u0641\u0638 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0639\u0628\u0631 \u0627\u0644\u0645\u0648\u0627\u0642\u0639\u060C \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0645\u0641\u062A\u0627\u062D kiku \u2014 \u0633\u0623\u0642\u0648\u0645 \u0628\u0625\u0646\u0634\u0627\u0621 \u0648\u0627\u062D\u062F \u0644\u0643. \u064A\u064F\u0639\u0631\u0636 \u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629 \u0641\u0642\u0637\u060C \u0644\u0630\u0627 \u0627\u062D\u0641\u0638\u0647 \u0641\u064A \u0645\u0643\u0627\u0646 \u0622\u0645\u0646.",kikuMintOffer:"\u064A\u0645\u0643\u0646\u0646\u064A \u0627\u0644\u0627\u062D\u062A\u0641\u0627\u0638 \u0628\u0647\u0630\u0627 \u0644\u0643 \u0648\u0645\u062A\u0627\u0628\u0639\u062A\u0647 \u0645\u0639\u0643 \u0639\u0628\u0631 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u2014 \u0633\u0623\u0642\u0648\u0645 \u0628\u0625\u0646\u0634\u0627\u0621 \u0645\u0641\u062A\u0627\u062D kiku \u0644\u0643. \u064A\u064F\u0639\u0631\u0636 \u0645\u0631\u0629 \u0648\u0627\u062D\u062F\u0629 \u0641\u0642\u0637\u060C \u0644\u0630\u0627 \u0627\u062D\u0641\u0638\u0647 \u0641\u064A \u0645\u0643\u0627\u0646 \u0622\u0645\u0646.",kikuNeedKeyToUpdate:"\u0623\u062F\u062E\u0644 \u0645\u0641\u062A\u0627\u062D kiku \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u062D\u062A\u0649 \u0623\u062A\u0645\u0643\u0646 \u0645\u0646 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0645\u062D\u0641\u0648\u0638\u0629 \u0644\u062F\u064A\u0643 \u0648\u062A\u062D\u062F\u064A\u062B\u0647\u0627.",micDenied:"\u062A\u0645 \u062D\u0638\u0631 \u0627\u0644\u0645\u064A\u0643\u0631\u0648\u0641\u0648\u0646. \u0627\u0633\u0645\u062D \u0628\u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0645\u064A\u0643\u0631\u0648\u0641\u0648\u0646 \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639\u060C \u062B\u0645 \u062D\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.",micFailed:"\u0644\u0645 \u0623\u062A\u0645\u0643\u0646 \u0645\u0646 \u0633\u0645\u0627\u0639 \u0630\u0644\u0643. \u062D\u0627\u0648\u0644 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.",micInsecure:"\u064A\u062A\u0637\u0644\u0628 \u0627\u0644\u0635\u0648\u062A \u0627\u062A\u0635\u0627\u0644\u0627\u064B \u0622\u0645\u0646\u064B\u0627 (https).",micLangUnsupported:"\u0644\u0627 \u064A\u0645\u0643\u0646 \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0646\u0633\u062E \u0647\u0630\u0647 \u0627\u0644\u0644\u063A\u0629 \u0628\u0639\u062F. \u064A\u0631\u062C\u0649 \u0627\u0644\u0643\u062A\u0627\u0628\u0629 \u0628\u062F\u0644\u0627\u064B \u0645\u0646 \u0630\u0644\u0643.",micMissing:"\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0645\u064A\u0643\u0631\u0648\u0641\u0648\u0646.",micNetwork:"\u062A\u062A\u0637\u0644\u0628 \u0645\u064A\u0632\u0629 \u0627\u0644\u0635\u0648\u062A \u0627\u062A\u0635\u0627\u0644\u0627\u064B \u0627\u0644\u0622\u0646. \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0627\u062A\u0635\u0627\u0644\u0643 \u0648\u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.",micNoSpeech:"\u0644\u0645 \u0623\u0633\u0645\u0639 \u0634\u064A\u0626\u064B\u0627. \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649\u060C \u0648\u0627\u0642\u062A\u0631\u0628 \u0642\u0644\u064A\u0644\u0627\u064B \u0645\u0646 \u0627\u0644\u0645\u064A\u0643\u0631\u0648\u0641\u0648\u0646.",namePlaceholder:"\u0627\u0643\u062A\u0628 \u0627\u0633\u0645\u0643...",nameStepAsk:"\u0645\u0627\u0630\u0627 \u064A\u062C\u0628 \u0623\u0646 \u0623\u0646\u0627\u062F\u064A\u0643\u061F",nameStepLead:"\u064A\u0645\u0643\u0646\u0646\u064A \u0627\u0644\u0628\u062D\u062B \u0639\u0646 \u0623\u064A \u0634\u064A\u0621 \u0623\u0648 \u062A\u0635\u0648\u0631\u0647 \u0623\u0648 \u0627\u0644\u062A\u0642\u0627\u0637\u0647 \u0644\u0643 \u2014 \u0641\u064A \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u0623\u0648 \u0623\u064A \u0645\u0648\u0642\u0639 \u0622\u062E\u0631.",nameStepTitle:"\u0633\u0631\u0631\u062A \u0628\u0644\u0642\u0627\u0626\u0643.",namesAsWritten:"\u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0648\u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644 \u062A\u0645\u0627\u0645\u064B\u0627 \u0643\u0645\u0627 \u0647\u064A \u0645\u062F\u0631\u062C\u0629 \u0641\u064A \u0627\u0644\u0645\u0648\u0642\u0639.",pillCompareTop2:"\u0642\u0627\u0631\u0646 \u0623\u0641\u0636\u0644 2",pillCompareTop2Query:"\u0642\u0627\u0631\u0646 \u0628\u064A\u0646 {a} \u0648 {b}",pillFindAlternatives:"\u0627\u0628\u062D\u062B \u0639\u0646 \u0628\u062F\u0627\u0626\u0644",pillFindAlternativesQuery:"\u0645\u0627 \u0647\u064A \u0627\u0644\u0628\u062F\u0627\u0626\u0644 \u0627\u0644\u062C\u064A\u062F\u0629 \u0644\u0640 {name}\u061F",pillMoreOn:"\u0627\u0644\u0645\u0632\u064A\u062F \u0639\u0646 {name}",pillMoreOnQuery:"\u0623\u062E\u0628\u0631\u0646\u064A \u0627\u0644\u0645\u0632\u064A\u062F \u0639\u0646 {name}",pillRecommend:"\u0623\u0648\u0635\u0650 \u0628\u0634\u064A\u0621",pillRecommendQuery:"\u0645\u0627\u0630\u0627 \u062A\u0648\u0635\u064A \u0644\u064A\u061F",pillShowPopular:"\u0639\u0631\u0636 \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u0634\u0627\u0626\u0639\u0629",pillShowPopularQuery:"\u0645\u0627 \u0647\u064A \u0645\u0646\u062A\u062C\u0627\u062A\u0643 \u0627\u0644\u0623\u0643\u062B\u0631 \u0634\u0639\u0628\u064A\u0629\u061F",pillSimilarOptions:"\u062E\u064A\u0627\u0631\u0627\u062A \u0645\u0634\u0627\u0628\u0647\u0629",pillSimilarOptionsQuery:"\u0623\u0631\u0646\u064A \u0627\u0644\u0645\u0632\u064A\u062F \u0627\u0644\u0645\u0634\u0627\u0628\u0647 \u0644\u0640 {name}",pillUnder:"\u0623\u0642\u0644 \u0645\u0646 {amount}",pillUnderQuery:"\u0623\u0638\u0647\u0631 \u0644\u064A \u062E\u064A\u0627\u0631\u0627\u062A \u0628\u0633\u0639\u0631 \u0623\u0642\u0644 \u0645\u0646 {amount}",pillWhichBest:"\u0623\u064A\u0647\u0645\u0627 \u0627\u0644\u0623\u0641\u0636\u0644\u061F",pillWhichBestQuery:"\u0623\u064A\u0647\u0645\u0627 \u062A\u0648\u0635\u064A \u0648\u0644\u0645\u0627\u0630\u0627\u061F",replyingOriginal:"\u0623\u0631\u062F\u0651 \u0628\u0627\u0644\u0644\u063A\u0629 {lang}\u060C \u0648\u0627\u0644\u0646\u062A\u0627\u0626\u062C \u0643\u0645\u0627 \u0643\u062A\u0628\u0647\u0627 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639. \u0627\u0633\u0623\u0644\u0646\u064A \u0623\u064A \u0634\u064A\u0621.",replyingTranslated:"\u0623\u0631\u062F\u0651 \u0628\u0627\u0644\u0644\u063A\u0629 {lang}\u060C \u0648\u0627\u0644\u0646\u062A\u0627\u0626\u062C \u0645\u062A\u0631\u062C\u0645\u0629 \u0623\u064A\u0636\u064B\u0627. \u0627\u0633\u0623\u0644\u0646\u064A \u0623\u064A \u0634\u064A\u0621.",statusSent:"\u062A\u0645 \u0627\u0644\u0625\u0631\u0633\u0627\u0644",statusStopped:"\u062A\u0645 \u0627\u0644\u0625\u0631\u0633\u0627\u0644 \xB7 \u062A\u0645 \u0625\u064A\u0642\u0627\u0641 \u0627\u0644\u0631\u062F",thinking:"\u062C\u0627\u0631\u064A \u0627\u0644\u062A\u0641\u0643\u064A\u0631",thoughtForSeconds:"\u0641\u0643\u0631\u062A \u0644\u0645\u062F\u0629 {duration}",thoughtProcess:"\u0639\u0645\u0644\u064A\u0629 \u0627\u0644\u062A\u0641\u0643\u064A\u0631",vizDisclaimerImage:"\u062A\u0645 \u0627\u0644\u0625\u0646\u0634\u0627\u0621 \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u2014 \u0642\u062F \u062A\u062E\u062A\u0644\u0641 \u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0648\u0627\u0644\u062D\u062C\u0645 \u0648\u0627\u0644\u0645\u0648\u0636\u0639 \u0639\u0646 \u0627\u0644\u0645\u0646\u062A\u062C \u0627\u0644\u062D\u0642\u064A\u0642\u064A.",vizDisclaimerVideo:"\u062A\u0645 \u0627\u0644\u0625\u0646\u0634\u0627\u0621 \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0630\u0643\u0627\u0621 \u0627\u0644\u0627\u0635\u0637\u0646\u0627\u0639\u064A \u2014 \u0642\u062F \u062A\u062E\u062A\u0644\u0641 \u0627\u0644\u0623\u0644\u0648\u0627\u0646 \u0648\u0627\u0644\u062D\u062C\u0645 \u0648\u0627\u0644\u062D\u0631\u0643\u0629 \u0639\u0646 \u0627\u0644\u0645\u0646\u062A\u062C \u0627\u0644\u062D\u0642\u064A\u0642\u064A.",vizUnavailable:"\u062A\u0639\u0630\u0631 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u0645\u0639\u0627\u064A\u0646\u0629.",voiceListening:"\u062C\u0627\u0631\u064A \u0627\u0644\u0627\u0633\u062A\u0645\u0627\u0639... \u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u064A\u0643\u0631\u0648\u0641\u0648\u0646 \u0644\u0644\u0625\u064A\u0642\u0627\u0641",voiceSending:"\u062A\u0645\u0627\u0645 \u2014 \u062C\u0627\u0631\u064A \u0627\u0644\u0625\u0631\u0633\u0627\u0644...",termsStepTitle:"\u0627\u0644\u062E\u0635\u0648\u0635\u064A\u0629 \u0648\u0634\u0631\u0648\u0637 \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645",termsStepSubtitle:"\u0634\u0641\u0627\u0641\u064A\u0629 \u0643\u0627\u0645\u0644\u0629\u060C \u0648\u0647\u0648\u064A\u0629 \u0645\u062C\u0647\u0648\u0644\u0629\u060C \u0648\u0628\u062F\u0648\u0646 \u062C\u0645\u0639 \u0623\u064A \u0628\u064A\u0627\u0646\u0627\u062A \u0634\u062E\u0635\u064A\u0629.",termsPiiTitle:"\u0639\u062F\u0645 \u062C\u0645\u0639 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0634\u062E\u0635\u064A\u0629",termsPiiDesc:"\u0646\u062D\u0646 \u0644\u0627 \u0646\u062C\u0645\u0639 \u0623\u0648 \u0646\u0637\u0644\u0628 \u0623\u0648 \u0646\u062E\u0632\u0646 \u0623\u064A \u0645\u0639\u0644\u0648\u0645\u0627\u062A \u062A\u0639\u0631\u064A\u0641 \u0634\u062E\u0635\u064A\u0629 (\u0644\u0627 \u0628\u0631\u064A\u062F \u0625\u0644\u0643\u062A\u0631\u0648\u0646\u064A\u060C \u0644\u0627 \u0623\u0631\u0642\u0627\u0645 \u0647\u0648\u0627\u062A\u0641\u060C \u0648\u0644\u0627 \u0647\u0648\u064A\u0627\u062A \u062D\u0642\u064A\u0642\u064A\u0629) \u0645\u0646 \u0645\u062D\u0627\u062F\u062B\u0627\u062A\u0643 \u0623\u0648 \u062C\u0644\u0633\u0627\u062A\u0643 \u0627\u0644\u0635\u0648\u062A\u064A\u0629.",termsSessionTitle:"\u0645\u0639\u0631\u0651\u0641\u0627\u062A \u062C\u0644\u0633\u0629 \u0645\u062C\u0647\u0648\u0644\u0629",termsSessionDesc:"\u062A\u0633\u062A\u062E\u062F\u0645 \u062C\u0644\u0633\u062A\u0643 \u0645\u0639\u0631\u0651\u0641\u064B\u0627 \u0645\u062C\u0647\u0648\u0644\u0627\u064B \u0645\u0646 \u062C\u0627\u0646\u0628 \u0627\u0644\u0639\u0645\u064A\u0644 \u0641\u0642\u0637 \u0644\u0644\u062D\u0641\u0627\u0638 \u0639\u0644\u0649 \u0627\u0644\u0633\u064A\u0627\u0642\u060C \u0648\u0644\u0627 \u064A\u062A\u0645 \u0631\u0628\u0637\u0647 \u0628\u0647\u0648\u064A\u062A\u0643 \u0627\u0644\u062D\u0642\u064A\u0642\u064A\u0629 \u0623\u0628\u062F\u0627\u064B.",termsMemoryTitle:"\u0645\u062D\u0627\u062F\u062B\u0627\u062A \u0645\u0624\u0642\u062A\u0629 \u0645\u0642\u0627\u0628\u0644 \u062E\u0632\u064A\u0646\u0629 \u0645\u064A\u0645\u064A",termsMemoryDesc:'\u0627\u0644\u0645\u062D\u0627\u062F\u062B\u0627\u062A \u0627\u0644\u0639\u0627\u062F\u064A\u0629 \u0645\u0624\u0642\u062A\u0629 \u2014 \u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0646\u0627\u0641\u0630\u0629 \u0623\u0648 \u0645\u0633\u062D \u0627\u0644\u062F\u0631\u062F\u0634\u0629 \u064A\u0646\u0647\u064A\u0647\u0627 \u0646\u0647\u0627\u0626\u064A\u064B\u0627. \u0627\u0644\u0639\u0646\u0627\u0635\u0631 \u0627\u0644\u062A\u064A \u062A\u062D\u0641\u0638\u0647\u0627 \u0639\u0628\u0631 "@kiku" \u0645\u0634\u0641\u0631\u0629 \u0648\u064A\u0645\u0643\u0646 \u0641\u062A\u062D\u0647\u0627 \u0641\u064A mimi.akropolys.cloud \u0628\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0645\u0641\u062A\u0627\u062D\u0643 \u0627\u0644\u0633\u0631\u064A.',termsCookieTitle:"\u0628\u064A\u0627\u0646\u0627\u062A \u062A\u062A\u0628\u0639 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0645\u0636\u064A\u0641",termsCookieDesc:"\u0642\u062F \u064A\u0642\u0648\u0645 \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0645\u0636\u064A\u0641 \u0628\u062C\u0645\u0639 \u0645\u0644\u0641\u0627\u062A \u062A\u0639\u0631\u064A\u0641 \u0627\u0644\u0627\u0631\u062A\u0628\u0627\u0637 \u0648\u0627\u0644\u062A\u062D\u0644\u064A\u0644\u0627\u062A \u0648\u0641\u0642\u064B\u0627 \u0644\u0633\u064A\u0627\u0633\u0629 \u0645\u0644\u0641\u0627\u062A \u062A\u0639\u0631\u064A\u0641 \u0627\u0644\u0627\u0631\u062A\u0628\u0627\u0637 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0647\u060C \u0648\u0647\u064A \u062E\u0627\u0631\u062C\u0629 \u0639\u0646 \u0633\u064A\u0637\u0631\u0629 kiku.",termsAgreeButton:"\u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0648\u0627\u0644\u0645\u062A\u0627\u0628\u0639\u0629",termsAgreeCounting:"\u0627\u0644\u0645\u0648\u0627\u0641\u0642\u0629 \u0648\u0627\u0644\u0645\u062A\u0627\u0628\u0639\u0629 ({seconds} \u062B)",termsPlaceholder:"\u064A\u0631\u062C\u0649 \u0645\u0631\u0627\u062C\u0639\u0629 \u0648\u0642\u0628\u0648\u0644 \u0627\u0644\u062E\u0635\u0648\u0635\u064A\u0629 \u0648\u0627\u0644\u0634\u0631\u0648\u0637 \u0623\u0639\u0644\u0627\u0647...",whatHaveYouSaved:"\u0645\u0627\u0630\u0627 \u062D\u0641\u0638\u062A\u061F",voiceHint:"\u062A\u062D\u062F\u062B \u0641\u0642\u0637 \u2014 \u0633\u0623\u062C\u064A\u0628 \u0639\u0646\u062F\u0645\u0627 \u062A\u062A\u0648\u0642\u0641.",voiceModeExit:"\u0627\u0644\u062E\u0631\u0648\u062C \u0645\u0646 \u0627\u0644\u0648\u0636\u0639 \u0628\u062F\u0648\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u064A\u062F\u064A\u0646",voiceModeStart:"\u0645\u062D\u0627\u062F\u062B\u0629 \u0628\u062F\u0648\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u064A\u062F\u064A\u0646",voiceMuted:"\u0645\u0643\u062A\u0648\u0645",voiceMutedHint:"\u0627\u0636\u063A\u0637 \u0639\u0644\u0649 \u0627\u0644\u0645\u064A\u0643\u0631\u0648\u0641\u0648\u0646 \u0644\u0644\u062A\u062D\u062F\u062B \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.",voicePhaseListening:"\u0627\u0633\u062A\u0645\u0627\u0639",voicePhaseSpeaking:"\u062A\u062D\u062F\u062B",voicePhaseThinking:"\u062A\u0641\u0643\u064A\u0631"},chinese:{allSet:"\u60A8\u5DF2\u51C6\u5907\u597D\uFF0C{name}\u3002",asWritten:"\u5982\u539F\u6587\u6240\u793A",captureAll:"\u6355\u83B7\u5168\u90E8\uFF08{count}\uFF09",captureAndRemember:"kiku \u2014 \u6355\u83B7\u5E76\u8BB0\u4F4F",captureCurrentPage:"\u6355\u83B7\u5F53\u524D\u9875\u9762",cardClickAnswer:"{name}",cardClickQuery:"\u544A\u8BC9\u6211\u66F4\u591A\u5173\u4E8E {name}{price} \u2014 \u5173\u952E\u7EC6\u8282\u662F\u4EC0\u4E48\uFF0C\u6700\u9002\u5408\u8C01\uFF0C\u6211\u9700\u8981\u4E86\u89E3\u4EC0\u4E48\uFF1F",clearChat:"\u6E05\u9664\u804A\u5929",defaultPlaceholder:"\u968F\u4FBF\u95EE\u6211\u4EFB\u4F55\u4E8B\u2026",deleteThis:"\u5220\u9664\u6B64\u9879",detailsTranslated:"\u8BE6\u60C5\u5DF2\u7FFB\u8BD1\u3002\u6570\u5B57\u548C\u94FE\u63A5\u4FDD\u6301\u539F\u6837\u3002",displayCapture:"\u6355\u83B7 {name}",displayCaptureAll:"\u6355\u83B7\u5168\u90E8\uFF08{count} \u9879\uFF09",displayDelete:"\u5220\u9664\u6B64\u9879",displayViewHistory:"\u6211\u4FDD\u5B58\u4E86\u4EC0\u4E48\uFF1F",entityLangIntro:"\u6211\u4F1A\u7528 {lang} \u56DE\u590D\u3002\u7ED3\u679C\u5361\u7247\u53EF\u4EE5\u4FDD\u6301\u7F51\u7AD9\u539F\u6587\uFF0C\u4E5F\u53EF\u4EE5\u7FFB\u8BD1\u3002",entityLangPlaceholder:"\u4ECE\u4E0A\u9762\u7684\u4E24\u5F20\u5361\u7247\u4E2D\u9009\u62E9\u4E00\u4E2A\u2026",errAccessRevoked:"\u60A8\u7684\u8BBF\u95EE\u6743\u9650\u5DF2\u88AB\u5546\u5E97\u64A4\u9500\u3002",errAccountRequired:"\u8BF7\u521B\u5EFA\u8D26\u6237\u4EE5\u7EE7\u7EED\u4F7F\u7528\u804A\u5929\u52A9\u624B\u3002",errShopperReplyLimit:"\u60A8\u5DF2\u8FBE\u5230\u6B64\u7AD9\u70B9\u5BF9\u60A8\u8D26\u6237\u7684\u56DE\u590D\u4E0A\u9650\u3002",errStreamInterrupted:"\u56DE\u590D\u88AB\u4E2D\u65AD\u3002\u8BF7\u518D\u8BD5\u4E00\u6B21\u3002",errTokenLimit:"\u60A8\u5DF2\u8FBE\u5230\u4F7F\u7528\u4E0A\u9650\u3002\u8BF7\u5728\u4EEA\u8868\u677F\u4E2D\u66F4\u65B0\u8BA1\u8D39\u4E0A\u9650\u4EE5\u7EE7\u7EED\u3002",errTooManyRequests:"\u52A9\u624B\u5F53\u524D\u8BF7\u6C42\u8FC7\u591A\u3002\u8BF7\u7A0D\u540E\u518D\u8BD5\u3002",footerHint:"kiku \xB7 \u5B9E\u65F6\u641C\u7D22\u6574\u4E2A\u76EE\u5F55",greetReturning:"\u60A8\u597D\uFF0C{name}\u3002",greetReturningLead:"\u4ECA\u5929\u6211\u80FD\u4E3A\u60A8\u627E\u5230\u4EC0\u4E48\uFF1F",howShouldResultsLook:"\u7ED3\u679C\u5E94\u8BE5\u662F\u4EC0\u4E48\u6837\u5B50\uFF1F",inLanguage:"\u4F7F\u7528 {lang}",namePlaceholder:"\u8F93\u5165\u60A8\u7684\u540D\u5B57\u2026",nameStepAsk:"\u6211\u8BE5\u600E\u4E48\u79F0\u547C\u60A8\uFF1F",nameStepLead:"\u6211\u53EF\u4EE5\u4E3A\u60A8\u641C\u7D22\u3001\u53EF\u89C6\u5316\u6216\u6355\u83B7\u4EFB\u4F55\u5185\u5BB9\u2014\u2014\u5728\u6B64\u7AD9\u70B9\u6216\u5176\u4ED6\u4EFB\u4F55\u7AD9\u70B9\u3002",nameStepTitle:"\u5F88\u9AD8\u5174\u89C1\u5230\u60A8\u3002",namesAsWritten:"\u540D\u79F0\u548C\u8BE6\u60C5\u5B8C\u5168\u6309\u7AD9\u70B9\u5217\u51FA\u3002",pillCompareTop2:"\u6BD4\u8F83\u524D\u4E24\u9879",pillCompareTop2Query:"\u6BD4\u8F83 {a} \u548C {b}",pillFindAlternatives:"\u5BFB\u627E\u66FF\u4EE3\u54C1",pillFindAlternativesQuery:"\u6709\u4EC0\u4E48\u597D\u7684\u66FF\u4EE3\u54C1\u53EF\u4EE5\u66FF\u4EE3 {name}\uFF1F",pillMoreOn:"\u66F4\u591A\u5173\u4E8E {name}",pillMoreOnQuery:"\u544A\u8BC9\u6211\u66F4\u591A\u5173\u4E8E {name}",pillRecommend:"\u63A8\u8350\u4E00\u4E9B\u4E1C\u897F",pillRecommendQuery:"\u60A8\u4F1A\u63A8\u8350\u4EC0\u4E48\u7ED9\u6211\uFF1F",pillShowPopular:"\u663E\u793A\u70ED\u95E8\u9879\u76EE",pillShowPopularQuery:"\u60A8\u6700\u53D7\u6B22\u8FCE\u7684\u9879\u76EE\u662F\u4EC0\u4E48\uFF1F",pillSimilarOptions:"\u76F8\u4F3C\u9009\u9879",pillSimilarOptionsQuery:"\u5C55\u793A\u66F4\u591A\u7C7B\u4F3C {name} \u7684\u5185\u5BB9",pillUnder:"\u4F4E\u4E8E {amount}",pillUnderQuery:"\u5C55\u793A\u4F4E\u4E8E {amount} \u7684\u9009\u9879",pillWhichBest:"\u54EA\u4E00\u4E2A\u6700\u597D\uFF1F",pillWhichBestQuery:"\u60A8\u4F1A\u63A8\u8350\u54EA\u4E00\u4E2A\uFF0C\u4E3A\u4EC0\u4E48\uFF1F",replyingOriginal:"\u7528 {lang} \u56DE\u590D\uFF0C\u7ED3\u679C\u4FDD\u6301\u7F51\u7AD9\u539F\u6587\u3002\u968F\u4FBF\u95EE\u6211\u4EFB\u4F55\u4E8B\u3002",replyingTranslated:"\u7528 {lang} \u56DE\u590D\uFF0C\u7ED3\u679C\u4E5F\u5DF2\u7FFB\u8BD1\u3002\u968F\u4FBF\u95EE\u6211\u4EFB\u4F55\u4E8B\u3002",statusSent:"\u5DF2\u53D1\u9001",statusStopped:"\u5DF2\u53D1\u9001 \xB7 \u56DE\u590D\u5DF2\u505C\u6B62",thinking:"\u601D\u8003\u4E2D",thoughtForSeconds:"\u601D\u8003\u4E86 {duration}",thoughtProcess:"\u601D\u8003\u8FC7\u7A0B",termsStepTitle:"\u9690\u79C1\u4E0E\u4F7F\u7528\u6761\u6B3E",termsStepSubtitle:"\u900F\u660E\u3001\u533F\u540D\uFF0C\u4ECE\u8BBE\u8BA1\u4E4B\u521D\u5373\u96F6\u4E2A\u4EBA\u8EAB\u4EFD\u4FE1\u606F\u3002",termsPiiTitle:"\u96F6\u4E2A\u4EBA\u8EAB\u4EFD\u4FE1\u606F\u6536\u96C6",termsPiiDesc:"\u6211\u4EEC\u7EDD\u4E0D\u4F1A\u4ECE\u60A8\u7684\u5BF9\u8BDD\u6216\u8BED\u97F3\u4E2D\u6536\u96C6\u6216\u5B58\u50A8\u4EFB\u4F55\u4E2A\u4EBA\u8EAB\u4EFD\u4FE1\u606F\uFF08\u65E0\u90AE\u7BB1\u3001\u7535\u8BDD\u53F7\u7801\u6216\u771F\u5B9E\u59D3\u540D\uFF09\u3002",termsSessionTitle:"\u533F\u540D\u4F1A\u8BDD\u51ED\u8BC1",termsSessionDesc:"\u60A8\u7684\u4F1A\u8BDD\u4EC5\u4F7F\u7528\u5BA2\u6237\u7AEF\u751F\u6210\u7684\u533F\u540D\u6807\u8BC6\u7B26\u6765\u7EF4\u6301\u4E0A\u4E0B\u6587\uFF0C\u7EDD\u4E0D\u4E0E\u60A8\u7684\u771F\u5B9E\u8EAB\u4EFD\u5173\u8054\u3002",termsMemoryTitle:"\u5373\u65F6\u4F1A\u8BDD vs. Mimi \u8BB0\u5FC6\u5E93",termsMemoryDesc:'\u666E\u901A\u5BF9\u8BDD\u5B8C\u5168\u5373\u65F6\u5904\u7406\u2014\u2014\u5173\u95ED\u6216\u6E05\u9664\u804A\u5929\u5373\u53EF\u5F7B\u5E95\u9500\u6BC1\u3002\u4F7F\u7528 "@kiku" \u4FDD\u5B58\u7684\u5185\u5BB9\u7ECF\u8FC7\u52A0\u5BC6\uFF0C\u53EF\u5728 mimi.akropolys.cloud \u4F7F\u7528\u60A8\u7684\u79C1\u94A5\u968F\u65F6\u89E3\u9501\u3002',termsCookieTitle:"\u5BBF\u4E3B\u7F51\u7AD9\u9065\u6D4B",termsCookieDesc:"\u5D4C\u5165 kiku \u7684\u5BBF\u4E3B\u7F51\u7AD9\u53EF\u80FD\u4F1A\u6839\u636E\u5176\u81EA\u8EAB\u7684 Cookie \u653F\u7B56\u6536\u96C6\u6D4F\u89C8\u6570\u636E\uFF0C\u4E0D\u53D7 kiku \u63A7\u5236\u3002",termsAgreeButton:"\u540C\u610F\u5E76\u7EE7\u7EED",termsAgreeCounting:"\u540C\u610F\u5E76\u7EE7\u7EED ({seconds}\u79D2)",termsPlaceholder:"\u8BF7\u67E5\u9605\u5E76\u540C\u610F\u4E0A\u65B9\u7684\u9690\u79C1\u4E0E\u6761\u6B3E\u2026",whatHaveYouSaved:"\u6211\u4FDD\u5B58\u4E86\u4EC0\u4E48\uFF1F",keyAutoHide:"\u5C06\u5728 {seconds} \u79D2\u540E\u81EA\u52A8\u9690\u85CF\u3002",keyCopied:"\u5DF2\u590D\u5236",keyCopyId:"\u590D\u5236 ID",keyCopySecret:"\u590D\u5236\u5BC6\u94A5",keyCreateNew:"\u6211\u662F\u65B0\u7528\u6237 \u2014 \u521B\u5EFA\u4E00\u4E2A",keyCreating:"\u6B63\u5728\u521B\u5EFA\u2026",keyDismiss:"\u5173\u95ED",keyPastePlaceholder:"\u60A8\u7684\u516C\u5F00 ID\u2026",keyPastePrompt:"\u7C98\u8D34\u60A8\u7684\u516C\u5F00 ID \u2014 \u6216\u521B\u5EFA\u4E00\u4E2A",keyPublicHint:"\u5728\u4EFB\u4F55\u7F51\u7AD9\u4E0A\u7C98\u8D34\u6B64 ID \u5373\u53EF\u4FDD\u5B58\u5230\u76F8\u540C\u7684\u8BB0\u5FC6\u5E93\u4E2D\u3002",keyPublicTitle:"\u60A8\u7684\u516C\u5F00 ID",keySecretHint:"\u8BF7\u59A5\u5584\u4FDD\u7BA1 \u2014 \u7528\u4E8E\u89E3\u9501\u60A8\u7684\u8BB0\u5FC6\u5E93\u3002",keySecretTitle:"\u60A8\u7684\u5BC6\u94A5 \u2014 \u4EC5\u663E\u793A\u4E00\u6B21",keyUseMine:"\u4F7F\u7528\u6211\u7684 ID",kikuActionUnavailable:"\u62B1\u6B49 \u2014 \u6B64\u7AD9\u70B9\u6682\u4E0D\u652F\u6301\u8BE5\u64CD\u4F5C\u3002",kikuCaptureDbError:"\u7531\u4E8E\u6570\u636E\u5E93\u9519\u8BEF\uFF0C\u4FDD\u5B58\u5931\u8D25\u3002",kikuCaptureNoContext:"\u7531\u4E8E\u672A\u63D0\u4F9B\u9875\u9762\u6216\u4EA7\u54C1\u4E0A\u4E0B\u6587\uFF0C\u4FDD\u5B58\u5931\u8D25\u3002",kikuCaptureNoUrl:"\u65E0\u6CD5\u4FDD\u5B58\u4EFB\u4F55\u9879\u76EE \u2014 \u5747\u65E0\u6709\u6548\u7F51\u5740\u3002",kikuCaptureNoneSelected:"\u672A\u9009\u62E9\u8981\u4FDD\u5B58\u7684\u9879\u76EE\u3002",kikuDeleteDbError:"\u7531\u4E8E\u6570\u636E\u5E93\u9519\u8BEF\uFF0C\u5220\u9664\u5931\u8D25\u3002",kikuDeleteDone:"\u5DF2\u4ECE\u4FDD\u5B58\u7684\u9879\u76EE\u4E2D\u79FB\u9664\u3002",kikuDeleteNoContext:"\u672A\u63D0\u4F9B\u9875\u9762\u4E0A\u4E0B\u6587\u4EE5\u786E\u5B9A\u8981\u5220\u9664\u7684\u5185\u5BB9\u3002",kikuMemoryIntro:"\u60A8\u5728\u5404\u7AD9\u70B9\u4FDD\u5B58\u7684\u6240\u6709\u5185\u5BB9\u5747\u5B58\u50A8\u5728\u60A8\u7684\u79C1\u6709\u8BB0\u5FC6\u5E93\u4E2D\u3002\u4F7F\u7528\u60A8\u7684\u5BC6\u94A5\u89E3\u9501\uFF1A",kikuMintNeeded:"\u8981\u5728\u8DE8\u7AD9\u70B9\u4FDD\u5B58\u9879\u76EE\uFF0C\u60A8\u9700\u8981\u4E00\u4E2A kiku \u5BC6\u94A5 \u2014 \u6211\u5C06\u4E3A\u60A8\u751F\u6210\u4E00\u4E2A\u3002\u8BE5\u5BC6\u94A5\u4EC5\u663E\u793A\u4E00\u6B21\uFF0C\u8BF7\u59A5\u5584\u4FDD\u5B58\u3002",kikuMintOffer:"\u6211\u53EF\u4EE5\u4E3A\u60A8\u4FDD\u5B58\u5E76\u8DDF\u968F\u60A8\u8DE8\u7AD9\u70B9\u540C\u6B65 \u2014 \u6211\u5C06\u4E3A\u60A8\u751F\u6210\u4E00\u4E2A kiku \u5BC6\u94A5\u3002\u4EC5\u663E\u793A\u4E00\u6B21\uFF0C\u8BF7\u59A5\u5584\u4FDD\u5B58\u3002",kikuNeedKeyToUpdate:"\u8F93\u5165\u60A8\u7684 kiku \u5BC6\u94A5\u4EE5\u4FBF\u6211\u67E5\u627E\u5E76\u66F4\u65B0\u60A8\u4FDD\u5B58\u7684\u9879\u76EE\u3002",micDenied:"\u9EA6\u514B\u98CE\u5DF2\u88AB\u963B\u6B62\u3002\u8BF7\u5141\u8BB8\u6B64\u7AD9\u70B9\u8BBF\u95EE\u9EA6\u514B\u98CE\uFF0C\u7136\u540E\u91CD\u8BD5\u3002",micFailed:"\u672A\u80FD\u542C\u6E05\u3002\u8BF7\u91CD\u8BD5\u3002",micInsecure:"\u8BED\u97F3\u529F\u80FD\u9700\u8981\u5B89\u5168\u8FDE\u63A5 (HTTPS)\u3002",micLangUnsupported:"\u6B64\u6D4F\u89C8\u5668\u6682\u4E0D\u652F\u6301\u8BE5\u8BED\u8A00\u7684\u8BED\u97F3\u8F6C\u5F55\u3002\u8BF7\u4F7F\u7528\u6587\u5B57\u8F93\u5165\u3002",micMissing:"\u672A\u627E\u5230\u9EA6\u514B\u98CE\u3002",micNetwork:"\u8BED\u97F3\u529F\u80FD\u9700\u8981\u7F51\u7EDC\u8FDE\u63A5\u3002\u8BF7\u68C0\u67E5\u7F51\u7EDC\u540E\u91CD\u8BD5\u3002",micNoSpeech:"\u672A\u68C0\u6D4B\u5230\u58F0\u97F3\u3002\u8BF7\u9760\u8FD1\u9EA6\u514B\u98CE\u540E\u91CD\u8BD5\u3002",vizDisclaimerImage:"\u7531\u4EBA\u5DE5\u667A\u80FD\u751F\u6210 \u2014 \u989C\u8272\u3001\u5C3A\u5BF8\u548C\u4F4D\u7F6E\u53EF\u80FD\u4E0E\u5B9E\u7269\u7565\u6709\u4E0D\u540C\u3002",vizDisclaimerVideo:"\u7531\u4EBA\u5DE5\u667A\u80FD\u751F\u6210 \u2014 \u989C\u8272\u3001\u5C3A\u5BF8\u548C\u52A8\u4F5C\u53EF\u80FD\u4E0E\u5B9E\u7269\u7565\u6709\u4E0D\u540C\u3002",vizUnavailable:"\u65E0\u6CD5\u52A0\u8F7D\u9884\u89C8\u3002",voiceHint:"\u76F4\u63A5\u8BF4\u8BDD\u5373\u53EF \u2014 \u60A8\u505C\u987F\u540E\u6211\u4F1A\u56DE\u7B54\u3002",voiceListening:"\u6B63\u5728\u8046\u542C\u2026 \u70B9\u51FB\u9EA6\u514B\u98CE\u505C\u6B62",voiceModeExit:"\u9000\u51FA\u514D\u63D0\u6A21\u5F0F",voiceModeStart:"\u514D\u63D0\u5BF9\u8BDD",voiceMuted:"\u9759\u97F3",voiceMutedHint:"\u70B9\u51FB\u9EA6\u514B\u98CE\u91CD\u65B0\u5F00\u59CB\u8BF4\u8BDD\u3002",voicePhaseListening:"\u6B63\u5728\u8046\u542C",voicePhaseSpeaking:"\u6B63\u5728\u56DE\u7B54",voicePhaseThinking:"\u6B63\u5728\u601D\u8003",voiceSending:"\u5DF2\u6536\u5230 \u2014 \u6B63\u5728\u53D1\u9001\u2026"},english:{allSet:"You're all set, {name}.",asWritten:"As written",captureAll:"Capture all ({count})",captureAndRemember:"kiku \u2014 capture & remember",captureCurrentPage:"Capture current page",cardClickAnswer:"The {name}",cardClickQuery:"Tell me more about the {name}{price} \u2014 what are its key details, who is it best suited for, and what should I know?",clearChat:"Clear chat",defaultPlaceholder:"Ask me anything\u2026",deleteThis:"Delete this",detailsTranslated:"Details translated. Numbers and links stay exactly as listed.",displayCapture:"capture {name}",displayCaptureAll:"capture all ({count} items)",displayDelete:"delete this",displayViewHistory:"what have you saved?",entityLangIntro:"I reply in {lang}. Result cards can stay exactly as this site wrote them, or be translated too.",entityLangPlaceholder:"Pick one of the two cards above\u2026",errAccessRevoked:"Your access to the assistant has been revoked by the store.",errAccountRequired:"Please create an account to continue using the chat assistant.",errShopperReplyLimit:"You've reached this site's reply limit for your account.",errStreamInterrupted:"The reply was interrupted. Please try again.",errTokenLimit:"You've reached your usage limit. Please update your billing limits in your dashboard to continue.",errTooManyRequests:"The assistant is currently receiving too many requests. Please try again in a few moments.",footerHint:"kiku \xB7 searches the whole catalogue in real time",greetReturning:"Hi, {name}.",greetReturningLead:"What can I find for you today?",howShouldResultsLook:"How should results look?",inLanguage:"In {lang}",keyAutoHide:"Hides automatically in {seconds}s.",keyCopied:"Copied",keyCopyId:"Copy id",keyCopySecret:"Copy secret",keyCreateNew:"I'm new \u2014 create one",keyCreating:"Creating\u2026",keyDismiss:"Dismiss",keyPastePlaceholder:"your public id\u2026",keyPastePrompt:"Paste your public id \u2014 or create one",keyPublicHint:"Paste this on any site to save to the same memory.",keyPublicTitle:"Your public id",keySecretHint:"Keep it private \u2014 use it to unlock your memory.",keySecretTitle:"Your secret \u2014 shown only once",keyUseMine:"Use my id",kikuActionUnavailable:"Sorry \u2014 that action isn't available on this site.",kikuCaptureDbError:"Capture failed due to a database error.",kikuCaptureNoContext:"Capture failed because no page or product context was provided by the SDK.",kikuCaptureNoUrl:"Couldn\u2019t save any items \u2014 none had a valid URL.",kikuCaptureNoneSelected:"No items were selected to capture.",kikuDeleteDbError:"Delete failed due to a database error.",kikuDeleteDone:"Removed it from your saved items.",kikuDeleteNoContext:"Delete failed because no page context was provided to identify what to delete.",kikuMemoryIntro:"Everything you've captured across sites lives in your private memory. Unlock it with your secret:",kikuMintNeeded:"To save items across sites you need a kiku key \u2014 I'll mint one for you. It's shown only once, so save it somewhere safe.",kikuMintOffer:"I can keep this for you and have it follow you across sites \u2014 I'll mint you a kiku key. It's shown only once, so save it somewhere safe.",kikuNeedKeyToUpdate:"Enter your kiku key so I can find and update your saved items.",micDenied:"Microphone blocked. Allow mic access for this site, then try again.",micFailed:"Couldn't hear that. Try again.",micInsecure:"Voice needs a secure (https) connection.",micLangUnsupported:"This browser cannot transcribe that language yet. Type instead.",micMissing:"No microphone found.",micNetwork:"Voice needs a connection right now. Check yours and try again.",micNoSpeech:"Didn't catch anything. Try again, a little closer to the mic.",namePlaceholder:"Type your name\u2026",nameStepAsk:"What should I call you?",nameStepLead:"I can search, visualize, or capture anything for you \u2014 on this site or any other.",nameStepTitle:"Nice to meet you.",namesAsWritten:"Names and details exactly as the site lists them.",pillCompareTop2:"Compare top 2",pillCompareTop2Query:"Compare the {a} and {b}",pillFindAlternatives:"Find alternatives",pillFindAlternativesQuery:"What are good alternatives to the {name}?",pillMoreOn:"More on {name}",pillMoreOnQuery:"Tell me more about the {name}",pillRecommend:"Recommend something",pillRecommendQuery:"What do you recommend for me?",pillShowPopular:"Show popular items",pillShowPopularQuery:"What are your most popular items?",pillSimilarOptions:"Similar options",pillSimilarOptionsQuery:"Show me more like the {name}",pillUnder:"Under {amount}",pillUnderQuery:"Show me options under {amount}",pillWhichBest:"Which is best?",pillWhichBestQuery:"Which one would you recommend and why?",replyingOriginal:"Replying in {lang}, results as this site wrote them. Ask me anything.",replyingTranslated:"Replying in {lang}, results translated too. Ask me anything.",statusSent:"Sent",statusStopped:"Sent \xB7 reply stopped",thinking:"Thinking",thoughtForSeconds:"Thought for {duration}",thoughtProcess:"Thought process",vizDisclaimerImage:"Generated using Artificial Intelligence \u2014 colours, size and placement may differ from the real product.",vizDisclaimerVideo:"Generated using Artificial Intelligence \u2014 colours, size and movement may differ from the real product.",vizUnavailable:"The preview could not be loaded.",voiceHint:"Just talk \u2014 I'll answer when you pause.",voiceListening:"Listening\u2026 tap the mic to stop",voiceModeExit:"Leave hands-free",voiceModeStart:"Hands-free conversation",voiceMuted:"Muted",voiceMutedHint:"Tap the microphone to speak again.",voicePhaseListening:"Listening",voicePhaseSpeaking:"Speaking",voicePhaseThinking:"Thinking",voiceSending:"Got it \u2014 sending\u2026",termsStepTitle:"Privacy & Terms of Use",termsStepSubtitle:"Transparent, anonymous, and zero-PII by design.",termsPiiTitle:"Zero PII Collection",termsPiiDesc:"We never collect or store personal identifying information (no emails, phone numbers, or real-world identities) from your chats or voice sessions.",termsSessionTitle:"Anonymous Session Tokens",termsSessionDesc:"Your session uses an anonymous client-side token solely to maintain context. It is never linked to your real identity.",termsMemoryTitle:"Ephemeral Chats vs. Mimi Vault",termsMemoryDesc:'Regular chats are ephemeral \u2014 closing the tab or clicking "Clear Chat" terminates them forever. Items you save with "@kiku" are encrypted and can be unlocked at mimi.akropolys.cloud with your Secret Access Key.',termsCookieTitle:"Host Website Telemetry",termsCookieDesc:"The host website where Kiku is embedded may collect cookies and analytics per their own cookie policy, outside Kiku's control.",termsAgreeButton:"Agree & Continue",termsAgreeCounting:"Agree & Continue ({seconds}s)",termsPlaceholder:"Please review and accept our Privacy & Terms above\u2026",whatHaveYouSaved:"What have you saved?"},french:{allSet:"C'est tout bon, {name}.",asWritten:"Tel quel",captureAll:"Tout capturer ({count})",captureAndRemember:"kiku \u2014 capturer et m\xE9moriser",captureCurrentPage:"Capturer la page actuelle",cardClickAnswer:"Le {name}",cardClickQuery:"Dites-m'en plus sur le {name}{price} : ses caract\xE9ristiques principales, \xE0 qui il convient le mieux et ce que je devrais savoir.",clearChat:"Effacer le chat",defaultPlaceholder:"Posez-moi n'importe quelle question\u2026",deleteThis:"Supprimer ceci",detailsTranslated:"D\xE9tails traduits. Les chiffres et les liens restent exactement tels qu'ils sont.",displayCapture:"capturer {name}",displayCaptureAll:"tout capturer ({count} articles)",displayDelete:"supprimer ceci",displayViewHistory:"qu'avez-vous enregistr\xE9 ?",entityLangIntro:"Je r\xE9ponds en {lang}. Les fiches de r\xE9sultats peuvent rester exactement telles que ce site les a \xE9crites, ou \xEAtre \xE9galement traduites.",entityLangPlaceholder:"Choisissez l'une des deux fiches ci-dessus\u2026",errAccessRevoked:"Votre acc\xE8s \xE0 l'assistant a \xE9t\xE9 r\xE9voqu\xE9 par le magasin.",errAccountRequired:"Veuillez cr\xE9er un compte pour continuer \xE0 utiliser l'assistant de chat.",errShopperReplyLimit:"Vous avez atteint la limite de r\xE9ponses de ce site pour votre compte.",errStreamInterrupted:"La r\xE9ponse a \xE9t\xE9 interrompue. Veuillez r\xE9essayer.",errTokenLimit:"Vous avez atteint votre limite d'utilisation. Veuillez mettre \xE0 jour vos limites de facturation dans votre tableau de bord pour continuer.",errTooManyRequests:"L'assistant re\xE7oit actuellement trop de requ\xEAtes. Veuillez r\xE9essayer dans quelques instants.",footerHint:"kiku \xB7 recherche dans tout le catalogue en temps r\xE9el",greetReturning:"Bonjour, {name}.",greetReturningLead:"Que puis-je trouver pour vous aujourd'hui ?",howShouldResultsLook:"Comment les r\xE9sultats doivent-ils s'afficher ?",inLanguage:"En {lang}",keyAutoHide:"Se masque automatiquement dans {seconds}s.",keyCopied:"Copi\xE9",keyCopyId:"Copier l'identifiant",keyCopySecret:"Copier le secret",keyCreateNew:"Je suis nouveau \u2014 cr\xE9ez-en un",keyCreating:"Cr\xE9ation en cours\u2026",keyDismiss:"Ignorer",keyPastePlaceholder:"votre identifiant public\u2026",keyPastePrompt:"Collez votre identifiant public \u2014 ou cr\xE9ez-en un",keyPublicHint:"Collez ceci sur n'importe quel site pour enregistrer dans la m\xEAme m\xE9moire.",keyPublicTitle:"Votre identifiant public",keySecretHint:"Gardez-le priv\xE9 \u2014 utilisez-le pour d\xE9verrouiller votre m\xE9moire.",keySecretTitle:"Votre secret \u2014 affich\xE9 une seule fois",keyUseMine:"Utiliser mon identifiant",kikuActionUnavailable:"D\xE9sol\xE9 \u2014 cette action n'est pas disponible sur ce site.",kikuCaptureDbError:"La capture a \xE9chou\xE9 en raison d'une erreur de base de donn\xE9es.",kikuCaptureNoContext:"La capture a \xE9chou\xE9 car aucun contexte de page ou de produit n'a \xE9t\xE9 fourni par le SDK.",kikuCaptureNoUrl:"Impossible d'enregistrer des articles \u2014 aucun n'avait d'URL valide.",kikuCaptureNoneSelected:"Aucun article n'a \xE9t\xE9 s\xE9lectionn\xE9 pour la capture.",kikuDeleteDbError:"La suppression a \xE9chou\xE9 en raison d'une erreur de base de donn\xE9es.",kikuDeleteDone:"Je l'ai retir\xE9 de vos articles enregistr\xE9s.",kikuDeleteNoContext:"La suppression a \xE9chou\xE9 car aucun contexte de page n'a \xE9t\xE9 fourni pour identifier ce qu'il fallait supprimer.",kikuMemoryIntro:"Tout ce que vous avez captur\xE9 sur les sites se trouve dans votre m\xE9moire priv\xE9e. D\xE9verrouillez-la avec votre secret :",kikuMintNeeded:"Pour enregistrer des articles sur diff\xE9rents sites, vous avez besoin d'une cl\xE9 kiku \u2014 je vais en cr\xE9er une pour vous. Elle n'est affich\xE9e qu'une seule fois, alors enregistrez-la en lieu s\xFBr.",kikuMintOffer:"Je peux garder ceci pour vous et le faire vous suivre sur les sites \u2014 je vais vous cr\xE9er une cl\xE9 kiku. Elle n'est affich\xE9e qu'une seule fois, alors enregistrez-la en lieu s\xFBr.",kikuNeedKeyToUpdate:"Entrez votre cl\xE9 kiku afin que je puisse trouver et mettre \xE0 jour vos articles enregistr\xE9s.",micDenied:"Microphone bloqu\xE9. Autorisez l'acc\xE8s au micro pour ce site, puis r\xE9essayez.",micFailed:"Je n'ai pas entendu. R\xE9essayez.",micInsecure:"La voix n\xE9cessite une connexion s\xE9curis\xE9e (https).",micLangUnsupported:"Ce navigateur ne peut pas encore transcrire cette langue. Veuillez taper \xE0 la place.",micMissing:"Aucun microphone d\xE9tect\xE9.",micNetwork:"La voix n\xE9cessite une connexion en ce moment. V\xE9rifiez la v\xF4tre et r\xE9essayez.",micNoSpeech:"Je n'ai rien entendu. R\xE9essayez, un peu plus pr\xE8s du micro.",namePlaceholder:"Tapez votre nom\u2026",nameStepAsk:"Comment dois-je vous appeler ?",nameStepLead:"Je peux chercher, visualiser ou capturer n'importe quoi pour vous \u2014 sur ce site ou n'importe quel autre.",nameStepTitle:"Enchant\xE9 de vous rencontrer.",namesAsWritten:"Noms et d\xE9tails exactement tels qu'ils sont list\xE9s sur le site.",pillCompareTop2:"Comparer les 2 meilleurs",pillCompareTop2Query:"Comparez le {a} et le {b}",pillFindAlternatives:"Trouver des alternatives",pillFindAlternativesQuery:"Quelles sont de bonnes alternatives au {name} ?",pillMoreOn:"Plus sur {name}",pillMoreOnQuery:"Dites-m'en plus sur le {name}",pillRecommend:"Recommander quelque chose",pillRecommendQuery:"Que me recommandez-vous ?",pillShowPopular:"Afficher les articles populaires",pillShowPopularQuery:"Quels sont vos articles les plus populaires ?",pillSimilarOptions:"Options similaires",pillSimilarOptionsQuery:"Montrez-m'en plus comme le {name}",pillUnder:"Moins de {amount}",pillUnderQuery:"Montrez-moi des options \xE0 moins de {amount}",pillWhichBest:"Lequel est le meilleur ?",pillWhichBestQuery:"Lequel recommanderiez-vous et pourquoi ?",replyingOriginal:"Je r\xE9ponds en {lang}, les r\xE9sultats sont tels que le site les a \xE9crits. Posez-moi n'importe quelle question.",replyingTranslated:"Je r\xE9ponds en {lang}, les r\xE9sultats sont \xE9galement traduits. Posez-moi n'importe quelle question.",statusSent:"Envoy\xE9",statusStopped:"Envoy\xE9 \xB7 r\xE9ponse arr\xEAt\xE9e",thinking:"R\xE9flexion en cours",thoughtForSeconds:"R\xE9flexion pendant {duration}",thoughtProcess:"Processus de r\xE9flexion",vizDisclaimerImage:"G\xE9n\xE9r\xE9 par Intelligence Artificielle \u2014 les couleurs, la taille et le placement peuvent diff\xE9rer du produit r\xE9el.",vizDisclaimerVideo:"G\xE9n\xE9r\xE9 par Intelligence Artificielle \u2014 les couleurs, la taille et le mouvement peuvent diff\xE9rer du produit r\xE9el.",vizUnavailable:"L'aper\xE7u n'a pas pu \xEAtre charg\xE9.",voiceListening:"\xC9coute\u2026 touchez le micro pour arr\xEAter",voiceSending:"Bien re\xE7u \u2014 envoi en cours\u2026",termsStepTitle:"Confidentialit\xE9 et conditions d'utilisation",termsStepSubtitle:"Transparent, anonyme et sans collecte de donn\xE9es personnelles.",termsPiiTitle:"Z\xE9ro collecte de donn\xE9es personnelles",termsPiiDesc:"Nous ne collectons ni ne stockons aucune information d'identification personnelle (ni e-mail, ni num\xE9ro de t\xE9l\xE9phone, ni identit\xE9 r\xE9elle) depuis vos discussions ou sessions vocales.",termsSessionTitle:"Jetons de session anonymes",termsSessionDesc:"Votre session utilise un identifiant anonyme c\xF4t\xE9 client uniquement pour maintenir le contexte, jamais li\xE9 \xE0 votre identit\xE9 r\xE9elle.",termsMemoryTitle:"Discussions \xE9ph\xE9m\xE8res vs Coffre Mimi",termsMemoryDesc:"Les discussions normales sont \xE9ph\xE9m\xE8res \u2014 fermer ou effacer le chat les d\xE9truit pour toujours. Les \xE9l\xE9ments enregistr\xE9s avec \xAB @kiku \xBB sont chiffr\xE9s et accessibles sur mimi.akropolys.cloud avec votre cl\xE9 secr\xE8te.",termsCookieTitle:"T\xE9l\xE9m\xE9trie du site h\xF4te",termsCookieDesc:"Le site h\xF4te sur lequel kiku est int\xE9gr\xE9 peut collecter des cookies et des donn\xE9es d'analyse selon sa propre politique de cookies, hors du contr\xF4le de kiku.",termsAgreeButton:"Accepter et continuer",termsAgreeCounting:"Accepter et continuer ({seconds}s)",termsPlaceholder:"Veuillez examiner et accepter la politique de confidentialit\xE9 et les conditions ci-dessus\u2026",whatHaveYouSaved:"Qu'avez-vous enregistr\xE9 ?",voiceHint:"Parlez simplement \u2014 je r\xE9pondrai d\xE8s que vous ferez une pause.",voiceModeExit:"Quitter le mode mains libres",voiceModeStart:"Conversation mains libres",voiceMuted:"En sourdine",voiceMutedHint:"Appuyez sur le micro pour parler \xE0 nouveau.",voicePhaseListening:"\xC9coute",voicePhaseSpeaking:"Parle",voicePhaseThinking:"R\xE9flexion"},hindi:{allSet:"\u0906\u092A \u0924\u0948\u092F\u093E\u0930 \u0939\u0948\u0902, {name}.",asWritten:"\u091C\u0948\u0938\u093E \u0932\u093F\u0916\u093E \u0939\u0948",captureAll:"\u0938\u092D\u0940 \u0915\u094B \u0915\u0948\u092A\u094D\u091A\u0930 \u0915\u0930\u0947\u0902 ({count})",captureAndRemember:"kiku \u2014 \u0915\u0948\u092A\u094D\u091A\u0930 & \u092F\u093E\u0926 \u0930\u0916\u0947\u0902",captureCurrentPage:"\u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092A\u0943\u0937\u094D\u0920 \u0915\u094B \u0915\u0948\u092A\u094D\u091A\u0930 \u0915\u0930\u0947\u0902",cardClickAnswer:"{name}",cardClickQuery:"\u0915\u0943\u092A\u092F\u093E {name}{price} \u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 \u0905\u0927\u093F\u0915 \u092C\u0924\u093E\u0907\u090F \u2014 \u0907\u0938\u0915\u0947 \u092E\u0941\u0916\u094D\u092F \u0935\u093F\u0935\u0930\u0923 \u0915\u094D\u092F\u093E \u0939\u0948\u0902, \u092F\u0939 \u0915\u093F\u0938\u0915\u0947 \u0932\u093F\u090F \u0938\u092C\u0938\u0947 \u0909\u092A\u092F\u0941\u0915\u094D\u0924 \u0939\u0948, \u0914\u0930 \u092E\u0941\u091D\u0947 \u0915\u094D\u092F\u093E \u091C\u093E\u0928\u0928\u093E \u091A\u093E\u0939\u093F\u090F?",clearChat:"\u091A\u0948\u091F \u0938\u093E\u092B\u093C \u0915\u0930\u0947\u0902",defaultPlaceholder:"\u092E\u0941\u091D\u0938\u0947 \u0915\u0941\u091B \u092D\u0940 \u092A\u0942\u091B\u0947\u0902\u2026",deleteThis:"\u0907\u0938\u0947 \u0939\u091F\u093E\u090F\u0901",detailsTranslated:"\u0935\u093F\u0935\u0930\u0923 \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924\u0964 \u0938\u0902\u0916\u094D\u092F\u093E\u090F\u0901 \u0914\u0930 \u0932\u093F\u0902\u0915 \u0920\u0940\u0915 \u0935\u0948\u0938\u0947 \u0939\u0940 \u0930\u0939\u0947\u0902\u0964",displayCapture:"\u0915\u0948\u092A\u094D\u091A\u0930 {name}",displayCaptureAll:"\u0938\u092D\u0940 \u0915\u094B \u0915\u0948\u092A\u094D\u091A\u0930 \u0915\u0930\u0947\u0902 ({count} \u0906\u0907\u091F\u092E)",displayDelete:"\u0907\u0938\u0947 \u0939\u091F\u093E\u090F\u0901",displayViewHistory:"\u0906\u092A\u0928\u0947 \u0915\u094D\u092F\u093E \u0938\u0939\u0947\u091C\u093E \u0939\u0948?",entityLangIntro:"\u092E\u0948\u0902 {lang} \u092E\u0947\u0902 \u0909\u0924\u094D\u0924\u0930 \u0926\u0942\u0901\u0917\u093E\u0964 \u092A\u0930\u093F\u0923\u093E\u092E \u0915\u093E\u0930\u094D\u0921 \u0907\u0938 \u0938\u093E\u0907\u091F \u0928\u0947 \u091C\u0948\u0938\u093E \u0932\u093F\u0916\u093E \u0939\u0948 \u0935\u0948\u0938\u093E \u0939\u0940 \u0930\u0939 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902, \u092F\u093E \u0905\u0928\u0942\u0926\u093F\u0924 \u092D\u0940 \u0939\u094B \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",entityLangPlaceholder:"\u090A\u092A\u0930 \u0926\u094B \u0915\u093E\u0930\u094D\u0921\u094B\u0902 \u092E\u0947\u0902 \u0938\u0947 \u090F\u0915 \u091A\u0941\u0928\u0947\u0902\u2026",errAccessRevoked:"\u0938\u094D\u091F\u094B\u0930 \u0926\u094D\u0935\u093E\u0930\u093E \u0906\u092A\u0915\u0947 \u0938\u0939\u093E\u092F\u0915 \u0924\u0915 \u092A\u0939\u0941\u0901\u091A \u0930\u0926\u094D\u0926 \u0915\u0930 \u0926\u0940 \u0917\u0908 \u0939\u0948\u0964",errAccountRequired:"\u091A\u0948\u091F \u0938\u0939\u093E\u092F\u0915 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u091C\u093E\u0930\u0940 \u0930\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u0943\u092A\u092F\u093E \u090F\u0915 \u0916\u093E\u0924\u093E \u092C\u0928\u093E\u090F\u0901\u0964",errShopperReplyLimit:"\u0906\u092A\u0928\u0947 \u0907\u0938 \u0938\u093E\u0907\u091F \u0915\u0947 \u0932\u093F\u090F \u0905\u092A\u0928\u0947 \u0916\u093E\u0924\u0947 \u0915\u0940 \u0909\u0924\u094D\u0924\u0930 \u0938\u0940\u092E\u093E \u0924\u0915 \u092A\u0939\u0941\u0901\u091A \u092C\u0928\u093E \u0932\u0940 \u0939\u0948\u0964",errStreamInterrupted:"\u0909\u0924\u094D\u0924\u0930 \u092C\u093E\u0927\u093F\u0924 \u0939\u094B \u0917\u092F\u093E\u0964 \u0915\u0943\u092A\u092F\u093E \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964",errTokenLimit:"\u0906\u092A\u0928\u0947 \u0905\u092A\u0928\u0940 \u0909\u092A\u092F\u094B\u0917 \u0938\u0940\u092E\u093E \u0924\u0915 \u092A\u0939\u0941\u0901\u091A \u092C\u0928\u093E \u0932\u0940 \u0939\u0948\u0964 \u091C\u093E\u0930\u0940 \u0930\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0905\u092A\u0928\u0947 \u0921\u0948\u0936\u092C\u094B\u0930\u094D\u0921 \u092E\u0947\u0902 \u092C\u093F\u0932\u093F\u0902\u0917 \u0938\u0940\u092E\u093E \u0905\u092A\u0921\u0947\u091F \u0915\u0930\u0947\u0902\u0964",errTooManyRequests:"\u0938\u0939\u093E\u092F\u0915 \u0935\u0930\u094D\u0924\u092E\u093E\u0928 \u092E\u0947\u0902 \u092C\u0939\u0941\u0924 \u0905\u0927\u093F\u0915 \u0905\u0928\u0941\u0930\u094B\u0927 \u092A\u094D\u0930\u093E\u092A\u094D\u0924 \u0915\u0930 \u0930\u0939\u093E \u0939\u0948\u0964 \u0915\u0941\u091B \u0915\u094D\u0937\u0923 \u092C\u093E\u0926 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964",footerHint:"kiku \xB7 \u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u0938\u092E\u092F \u092E\u0947\u0902 \u092A\u0942\u0930\u0947 \u0915\u0948\u091F\u0932\u0949\u0917 \u0915\u094B \u0916\u094B\u091C\u0924\u093E \u0939\u0948",greetReturning:"\u0928\u092E\u0938\u094D\u0924\u0947, {name}.",greetReturningLead:"\u0906\u091C \u092E\u0948\u0902 \u0906\u092A\u0915\u0947 \u0932\u093F\u090F \u0915\u094D\u092F\u093E \u0916\u094B\u091C\u0942\u0901?",howShouldResultsLook:"\u092A\u0930\u093F\u0923\u093E\u092E \u0915\u0948\u0938\u0947 \u0926\u093F\u0916\u0947\u0902?",inLanguage:"{lang} \u092E\u0947\u0902",keyAutoHide:"\u0938\u094D\u0935\u0924\u0903 {seconds}s \u092E\u0947\u0902 \u091B\u093F\u092A \u091C\u093E\u090F\u0917\u093E.",keyCopied:"\u0915\u0949\u092A\u0940 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",keyCopyId:"\u0906\u0908\u0921\u0940 \u0915\u0949\u092A\u0940 \u0915\u0930\u0947\u0902",keyCopySecret:"\u0938\u0940\u0915\u094D\u0930\u0947\u091F \u0915\u0949\u092A\u0940 \u0915\u0930\u0947\u0902",keyCreateNew:"\u092E\u0948\u0902 \u0928\u092F\u093E \u0939\u0942\u0901 \u2014 \u090F\u0915 \u092C\u0928\u093E\u090F\u0902",keyCreating:"\u092C\u0928\u093E \u0930\u0939\u093E \u0939\u0942\u0901\u2026",keyDismiss:"\u092C\u0902\u0926 \u0915\u0930\u0947\u0902",keyPastePlaceholder:"\u0906\u092A\u0915\u093E \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0906\u0908\u0921\u0940\u2026",keyPastePrompt:"\u0905\u092A\u0928\u093E \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0906\u0908\u0921\u0940 \u092A\u0947\u0938\u094D\u091F \u0915\u0930\u0947\u0902 \u2014 \u092F\u093E \u090F\u0915 \u092C\u0928\u093E\u090F\u0902",keyPublicHint:"\u0907\u0938\u0947 \u0915\u093F\u0938\u0940 \u092D\u0940 \u0938\u093E\u0907\u091F \u092A\u0930 \u092A\u0947\u0938\u094D\u091F \u0915\u0930\u0947\u0902 \u0924\u093E\u0915\u093F \u0935\u0939\u0940 \u092E\u0947\u092E\u094B\u0930\u0940 \u092E\u0947\u0902 \u0938\u0939\u0947\u091C\u093E \u091C\u093E \u0938\u0915\u0947\u0964",keyPublicTitle:"\u0906\u092A\u0915\u093E \u0938\u093E\u0930\u094D\u0935\u091C\u0928\u093F\u0915 \u0906\u0908\u0921\u0940",keySecretHint:"\u0907\u0938\u0947 \u0928\u093F\u091C\u0940 \u0930\u0916\u0947\u0902 \u2014 \u0905\u092A\u0928\u0947 \u092E\u0947\u092E\u094B\u0930\u0940 \u0915\u094B \u0905\u0928\u0932\u0949\u0915 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902\u0964",keySecretTitle:"\u0906\u092A\u0915\u093E \u0938\u0940\u0915\u094D\u0930\u0947\u091F \u2014 \u0915\u0947\u0935\u0932 \u090F\u0915 \u092C\u093E\u0930 \u0926\u093F\u0916\u093E\u092F\u093E \u0917\u092F\u093E",keyUseMine:"\u092E\u0947\u0930\u0940 \u0906\u0908\u0921\u0940 \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0947\u0902",kikuActionUnavailable:"\u0915\u094D\u0937\u092E\u093E \u0915\u0930\u0947\u0902 \u2014 \u092F\u0939 \u0915\u093E\u0930\u094D\u0930\u0935\u093E\u0908 \u0907\u0938 \u0938\u093E\u0907\u091F \u092A\u0930 \u0909\u092A\u0932\u092C\u094D\u0927 \u0928\u0939\u0940\u0902 \u0939\u0948\u0964",kikuCaptureDbError:"\u0921\u0947\u091F\u093E\u092C\u0947\u0938 \u0924\u094D\u0930\u0941\u091F\u093F \u0915\u0947 \u0915\u093E\u0930\u0923 \u0915\u0948\u092A\u094D\u091A\u0930 \u0935\u093F\u092B\u0932 \u0930\u0939\u093E\u0964",kikuCaptureNoContext:"SDK \u0926\u094D\u0935\u093E\u0930\u093E \u0915\u094B\u0908 \u092A\u0947\u091C \u092F\u093E \u092A\u094D\u0930\u094B\u0921\u0915\u094D\u091F \u0915\u0949\u0928\u094D\u091F\u0947\u0915\u094D\u0938\u094D\u091F \u092A\u094D\u0930\u0926\u093E\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0917\u092F\u093E, \u0907\u0938\u0932\u093F\u090F \u0915\u0948\u092A\u094D\u091A\u0930 \u0935\u093F\u092B\u0932 \u0930\u0939\u093E\u0964",kikuCaptureNoUrl:"\u0915\u094B\u0908 \u0906\u0907\u091F\u092E \u0938\u0939\u0947\u091C\u093E \u0928\u0939\u0940\u0902 \u091C\u093E \u0938\u0915\u093E \u2014 \u0915\u094B\u0908 \u092D\u0940 \u0935\u0948\u0927 URL \u0928\u0939\u0940\u0902 \u0925\u093E\u0964",kikuCaptureNoneSelected:"\u0915\u0948\u092A\u094D\u091A\u0930 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094B\u0908 \u0906\u0907\u091F\u092E \u091A\u092F\u0928\u093F\u0924 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0917\u092F\u093E\u0964",kikuDeleteDbError:"\u0921\u0947\u091F\u093E\u092C\u0947\u0938 \u0924\u094D\u0930\u0941\u091F\u093F \u0915\u0947 \u0915\u093E\u0930\u0923 \u0939\u091F\u093E\u0928\u093E \u0935\u093F\u092B\u0932 \u0930\u0939\u093E\u0964",kikuDeleteDone:"\u0907\u0938\u0947 \u0906\u092A\u0915\u0947 \u0938\u0939\u0947\u091C\u0947 \u0917\u090F \u0906\u0907\u091F\u092E\u094D\u0938 \u0938\u0947 \u0939\u091F\u093E \u0926\u093F\u092F\u093E \u0917\u092F\u093E\u0964",kikuDeleteNoContext:"\u0939\u091F\u093E\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0915\u094B\u0908 \u092A\u0947\u091C \u0915\u0949\u0928\u094D\u091F\u0947\u0915\u094D\u0938\u094D\u091F \u092A\u094D\u0930\u0926\u093E\u0928 \u0928\u0939\u0940\u0902 \u0915\u093F\u092F\u093E \u0917\u092F\u093E, \u0907\u0938\u0932\u093F\u090F \u0939\u091F\u093E\u0928\u093E \u0935\u093F\u092B\u0932 \u0930\u0939\u093E\u0964",kikuMemoryIntro:"\u0906\u092A\u0928\u0947 \u0935\u093F\u092D\u093F\u0928\u094D\u0928 \u0938\u093E\u0907\u091F\u094B\u0902 \u092A\u0930 \u091C\u094B \u092D\u0940 \u0915\u0948\u092A\u094D\u091A\u0930 \u0915\u093F\u092F\u093E \u0939\u0948, \u0935\u0939 \u0906\u092A\u0915\u0947 \u0928\u093F\u091C\u0940 \u092E\u0947\u092E\u094B\u0930\u0940 \u092E\u0947\u0902 \u0930\u0939\u0924\u093E \u0939\u0948\u0964 \u0907\u0938\u0947 \u0905\u092A\u0928\u0947 \u0938\u0940\u0915\u094D\u0930\u0947\u091F \u0938\u0947 \u0905\u0928\u0932\u0949\u0915 \u0915\u0930\u0947\u0902:",kikuMintNeeded:"\u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u0947 \u092C\u0940\u091A \u0906\u0907\u091F\u092E\u094D\u0938 \u0938\u0939\u0947\u091C\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u0906\u092A\u0915\u094B \u090F\u0915 \u0915\u093F\u0915\u0941 \u0915\u0941\u0902\u091C\u0940 \u091A\u093E\u0939\u093F\u090F \u2014 \u092E\u0948\u0902 \u0906\u092A\u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u092C\u0928\u093E\u090A\u0901\u0917\u093E\u0964 \u092F\u0939 \u0915\u0947\u0935\u0932 \u090F\u0915 \u092C\u093E\u0930 \u0926\u093F\u0916\u093E\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0907\u0938\u0932\u093F\u090F \u0907\u0938\u0947 \u0938\u0941\u0930\u0915\u094D\u0937\u093F\u0924 \u091C\u0917\u0939 \u092A\u0930 \u0930\u0916\u0947\u0902\u0964",kikuMintOffer:"\u092E\u0948\u0902 \u0907\u0938\u0947 \u0906\u092A\u0915\u0947 \u0932\u093F\u090F \u0930\u0916 \u0938\u0915\u0924\u093E \u0939\u0942\u0901 \u0914\u0930 \u0938\u093E\u0907\u091F\u094B\u0902 \u0915\u0947 \u092C\u0940\u091A \u0906\u092A\u0915\u0947 \u0938\u093E\u0925 \u0932\u0947 \u091C\u093E \u0938\u0915\u0924\u093E \u0939\u0942\u0901 \u2014 \u092E\u0948\u0902 \u0906\u092A\u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0915\u093F\u0915\u0941 \u0915\u0941\u0902\u091C\u0940 \u092C\u0928\u093E\u090A\u0901\u0917\u093E\u0964 \u092F\u0939 \u0915\u0947\u0935\u0932 \u090F\u0915 \u092C\u093E\u0930 \u0926\u093F\u0916\u093E\u092F\u093E \u091C\u093E\u0924\u093E \u0939\u0948, \u0907\u0938\u0932\u093F\u090F \u0907\u0938\u0947 \u0938\u0941\u0930\u0915\u094D\u0937\u093F\u0924 \u091C\u0917\u0939 \u092A\u0930 \u0930\u0916\u0947\u0902\u0964",kikuNeedKeyToUpdate:"\u0905\u092A\u0928\u0940 \u0915\u093F\u0915\u0941 \u0915\u0941\u0902\u091C\u0940 \u0926\u0930\u094D\u091C \u0915\u0930\u0947\u0902 \u0924\u093E\u0915\u093F \u092E\u0948\u0902 \u0906\u092A\u0915\u0947 \u0938\u0939\u0947\u091C\u0947 \u0917\u090F \u0906\u0907\u091F\u092E\u094D\u0938 \u0915\u094B \u0916\u094B\u091C \u0914\u0930 \u0905\u092A\u0921\u0947\u091F \u0915\u0930 \u0938\u0915\u0942\u0901\u0964",namePlaceholder:"\u0905\u092A\u0928\u093E \u0928\u093E\u092E \u091F\u093E\u0907\u092A \u0915\u0930\u0947\u0902\u2026",nameStepAsk:"\u092E\u0948\u0902 \u0906\u092A\u0915\u094B \u0915\u094D\u092F\u093E \u0915\u0939\u0942\u0901?",nameStepLead:"\u092E\u0948\u0902 \u0906\u092A\u0915\u0947 \u0932\u093F\u090F \u0915\u0941\u091B \u092D\u0940 \u0916\u094B\u091C, \u0935\u093F\u091C\u093C\u0941\u0905\u0932\u093E\u0907\u091C\u093C \u092F\u093E \u0915\u0948\u092A\u094D\u091A\u0930 \u0915\u0930 \u0938\u0915\u0924\u093E \u0939\u0942\u0901 \u2014 \u0907\u0938 \u0938\u093E\u0907\u091F \u092A\u0930 \u092F\u093E \u0915\u093F\u0938\u0940 \u0905\u0928\u094D\u092F \u092A\u0930\u0964",nameStepTitle:"\u0906\u092A\u0938\u0947 \u092E\u093F\u0932\u0915\u0930 \u0916\u0941\u0936\u0940 \u0939\u0941\u0908\u0964",namesAsWritten:"\u0928\u093E\u092E \u0914\u0930 \u0935\u093F\u0935\u0930\u0923 \u0920\u0940\u0915 \u0909\u0938\u0940 \u0924\u0930\u0939 \u091C\u0948\u0938\u0947 \u0938\u093E\u0907\u091F \u092A\u0930 \u0938\u0942\u091A\u0940\u092C\u0926\u094D\u0927 \u0939\u0948\u0902\u0964",pillCompareTop2:"\u0936\u0940\u0930\u094D\u0937 2 \u0915\u0940 \u0924\u0941\u0932\u0928\u093E \u0915\u0930\u0947\u0902",pillCompareTop2Query:"{a} \u0914\u0930 {b} \u0915\u0940 \u0924\u0941\u0932\u0928\u093E \u0915\u0930\u0947\u0902",pillFindAlternatives:"\u0935\u093F\u0915\u0932\u094D\u092A \u0916\u094B\u091C\u0947\u0902",pillFindAlternativesQuery:"{name} \u0915\u0947 \u0905\u091A\u094D\u091B\u0947 \u0935\u093F\u0915\u0932\u094D\u092A \u0915\u094D\u092F\u093E \u0939\u0948\u0902?",pillMoreOn:"{name} \u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 \u0905\u0927\u093F\u0915",pillMoreOnQuery:"\u0915\u0943\u092A\u092F\u093E {name} \u0915\u0947 \u092C\u093E\u0930\u0947 \u092E\u0947\u0902 \u0905\u0927\u093F\u0915 \u092C\u0924\u093E\u0907\u090F",pillRecommend:"\u0915\u0941\u091B \u0938\u0941\u091D\u093E\u090F\u0901",pillRecommendQuery:"\u092E\u0947\u0930\u0947 \u0932\u093F\u090F \u0906\u092A \u0915\u094D\u092F\u093E \u0938\u0941\u091D\u093E\u090F\u0902\u0917\u0947?",pillShowPopular:"\u0932\u094B\u0915\u092A\u094D\u0930\u093F\u092F \u0906\u0907\u091F\u092E \u0926\u093F\u0916\u093E\u090F\u0901",pillShowPopularQuery:"\u0906\u092A\u0915\u0947 \u0938\u092C\u0938\u0947 \u0932\u094B\u0915\u092A\u094D\u0930\u093F\u092F \u0906\u0907\u091F\u092E \u0915\u094C\u0928 \u0938\u0947 \u0939\u0948\u0902?",pillSimilarOptions:"\u0938\u092E\u093E\u0928 \u0935\u093F\u0915\u0932\u094D\u092A",pillSimilarOptionsQuery:"{name} \u091C\u0948\u0938\u093E \u0914\u0930 \u0926\u093F\u0916\u093E\u0907\u090F",pillUnder:"{amount} \u0938\u0947 \u0915\u092E",pillUnderQuery:"{amount} \u0938\u0947 \u0915\u092E \u0935\u093F\u0915\u0932\u094D\u092A \u0926\u093F\u0916\u093E\u0907\u090F",pillWhichBest:"\u0915\u094C\u0928 \u0938\u092C\u0938\u0947 \u0905\u091A\u094D\u091B\u093E \u0939\u0948?",pillWhichBestQuery:"\u0906\u092A \u0915\u094C\u0928 \u0938\u093E \u0938\u0941\u091D\u093E\u090F\u0902\u0917\u0947 \u0914\u0930 \u0915\u094D\u092F\u094B\u0902?",replyingOriginal:"{lang} \u092E\u0947\u0902 \u0909\u0924\u094D\u0924\u0930 \u0926\u0947 \u0930\u0939\u093E \u0939\u0942\u0901, \u092A\u0930\u093F\u0923\u093E\u092E \u0938\u093E\u0907\u091F \u0915\u0947 \u0932\u093F\u0916\u0947 \u0905\u0928\u0941\u0938\u093E\u0930\u0964 \u092E\u0941\u091D\u0938\u0947 \u0915\u0941\u091B \u092D\u0940 \u092A\u0942\u091B\u0947\u0902\u0964",replyingTranslated:"{lang} \u092E\u0947\u0902 \u0909\u0924\u094D\u0924\u0930 \u0926\u0947 \u0930\u0939\u093E \u0939\u0942\u0901, \u092A\u0930\u093F\u0923\u093E\u092E \u092D\u0940 \u0905\u0928\u0942\u0926\u093F\u0924 \u0939\u0948\u0902\u0964 \u092E\u0941\u091D\u0938\u0947 \u0915\u0941\u091B \u092D\u0940 \u092A\u0942\u091B\u0947\u0902\u0964",statusSent:"\u092D\u0947\u091C\u093E \u0917\u092F\u093E",statusStopped:"\u092D\u0947\u091C\u093E \u0917\u092F\u093E \xB7 \u0909\u0924\u094D\u0924\u0930 \u0930\u094B\u0915 \u0926\u093F\u092F\u093E \u0917\u092F\u093E",thinking:"\u0938\u094B\u091A \u0930\u0939\u093E \u0939\u0942\u0901",thoughtForSeconds:"{duration} \u0924\u0915 \u0938\u094B\u091A\u093E",thoughtProcess:"\u0935\u093F\u091A\u093E\u0930 \u092A\u094D\u0930\u0915\u094D\u0930\u093F\u092F\u093E",vizUnavailable:"\u092A\u0942\u0930\u094D\u0935\u093E\u0935\u0932\u094B\u0915\u0928 \u0932\u094B\u0921 \u0928\u0939\u0940\u0902 \u0939\u094B \u0938\u0915\u093E\u0964",termsStepTitle:"\u0917\u094B\u092A\u0928\u0940\u092F\u0924\u093E \u0914\u0930 \u0909\u092A\u092F\u094B\u0917 \u0915\u0940 \u0936\u0930\u094D\u0924\u0947\u0902",termsStepSubtitle:"\u092A\u093E\u0930\u0926\u0930\u094D\u0936\u0940, \u0905\u091C\u094D\u091E\u093E\u0924 \u0914\u0930 \u0936\u0942\u0928\u094D\u092F \u0935\u094D\u092F\u0915\u094D\u0924\u093F\u0917\u0924 \u092A\u0939\u091A\u093E\u0928 \u0921\u0947\u091F\u093E\u0964",termsPiiTitle:"\u0936\u0942\u0928\u094D\u092F \u0935\u094D\u092F\u0915\u094D\u0924\u093F\u0917\u0924 \u0921\u0947\u091F\u093E \u0938\u0902\u0917\u094D\u0930\u0939",termsPiiDesc:"\u0939\u092E \u0906\u092A\u0915\u0940 \u092C\u093E\u0924\u091A\u0940\u0924 \u092F\u093E \u0935\u0949\u092F\u0938 \u0938\u0924\u094D\u0930\u094B\u0902 \u0938\u0947 \u0935\u094D\u092F\u0915\u094D\u0924\u093F\u0917\u0924 \u092A\u0939\u091A\u093E\u0928 \u092F\u094B\u0917\u094D\u092F \u091C\u093E\u0928\u0915\u093E\u0930\u0940 (\u0915\u094B\u0908 \u0908\u092E\u0947\u0932, \u092B\u093C\u094B\u0928 \u0928\u0902\u092C\u0930 \u092F\u093E \u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092A\u0939\u091A\u093E\u0928 \u0928\u0939\u0940\u0902) \u090F\u0915\u0924\u094D\u0930 \u092F\u093E \u0938\u0902\u0917\u094D\u0930\u0939\u0940\u0924 \u0928\u0939\u0940\u0902 \u0915\u0930\u0924\u0947 \u0939\u0948\u0902\u0964",termsSessionTitle:"\u0905\u091C\u094D\u091E\u093E\u0924 \u0938\u0924\u094D\u0930 \u091F\u094B\u0915\u0928",termsSessionDesc:"\u0906\u092A\u0915\u093E \u0938\u0924\u094D\u0930 \u0915\u0947\u0935\u0932 \u0938\u0902\u0926\u0930\u094D\u092D \u092C\u0928\u093E\u090F \u0930\u0916\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u090F\u0915 \u0905\u0928\u093E\u092E \u0915\u094D\u0932\u093E\u0907\u0902\u091F \u091F\u094B\u0915\u0928 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0915\u0930\u0924\u093E \u0939\u0948\u0964 \u092F\u0939 \u0906\u092A\u0915\u0940 \u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u092A\u0939\u091A\u093E\u0928 \u0938\u0947 \u0915\u092D\u0940 \u0928\u0939\u0940\u0902 \u091C\u0941\u0921\u093C\u0924\u093E\u0964",termsMemoryTitle:"\u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u091A\u0948\u091F \u092C\u0928\u093E\u092E \u092E\u093F\u092E\u0940 \u0935\u0949\u0932\u094D\u091F",termsMemoryDesc:'\u0928\u093F\u092F\u092E\u093F\u0924 \u091A\u0948\u091F \u0905\u0938\u094D\u0925\u093E\u092F\u0940 \u0939\u0948\u0902 \u2014 \u091A\u0948\u091F \u092C\u0902\u0926 \u0915\u0930\u0928\u0947 \u092F\u093E \u0938\u093E\u092B\u093C \u0915\u0930\u0928\u0947 \u092A\u0930 \u0935\u0947 \u0939\u092E\u0947\u0936\u093E \u0915\u0947 \u0932\u093F\u090F \u0938\u092E\u093E\u092A\u094D\u0924 \u0939\u094B \u091C\u093E\u0924\u0940 \u0939\u0948\u0902\u0964 "@kiku" \u0938\u0947 \u0938\u0939\u0947\u091C\u0947 \u0917\u090F \u0906\u0907\u091F\u092E \u090F\u0928\u094D\u0915\u094D\u0930\u093F\u092A\u094D\u091F\u0947\u0921 \u0939\u0948\u0902 \u0914\u0930 mimi.akropolys.cloud \u092A\u0930 \u0906\u092A\u0915\u0940 \u0917\u0941\u092A\u094D\u0924 \u0915\u0941\u0902\u091C\u0940 \u0938\u0947 \u0916\u094B\u0932\u0947 \u091C\u093E \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964',termsCookieTitle:"\u0939\u094B\u0938\u094D\u091F \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u091F\u0947\u0932\u0940\u092E\u0947\u091F\u094D\u0930\u0940",termsCookieDesc:"\u091C\u093F\u0938 \u0935\u0947\u092C\u0938\u093E\u0907\u091F \u092A\u0930 kiku \u090F\u092E\u094D\u092C\u0947\u0921\u0947\u0921 \u0939\u0948, \u0935\u0939 \u0905\u092A\u0928\u0940 \u0938\u094D\u0935\u092F\u0902 \u0915\u0940 \u0915\u0941\u0915\u0940 \u0928\u0940\u0924\u093F \u0915\u0947 \u0905\u0928\u0941\u0938\u093E\u0930 \u0915\u0941\u0915\u0940\u091C\u093C \u0914\u0930 \u090F\u0928\u093E\u0932\u093F\u091F\u093F\u0915\u094D\u0938 \u090F\u0915\u0924\u094D\u0930 \u0915\u0930 \u0938\u0915\u0924\u0940 \u0939\u0948\u0964",termsAgreeButton:"\u0938\u0939\u092E\u0924 \u0939\u094B\u0902 \u0914\u0930 \u0906\u0917\u0947 \u092C\u0922\u093C\u0947\u0902",termsAgreeCounting:"\u0938\u0939\u092E\u0924 \u0939\u094B\u0902 \u0914\u0930 \u0906\u0917\u0947 \u092C\u0922\u093C\u0947\u0902 ({seconds}s)",termsPlaceholder:"\u0915\u0943\u092A\u092F\u093E \u090A\u092A\u0930 \u0926\u0940 \u0917\u0908 \u0917\u094B\u092A\u0928\u0940\u092F\u0924\u093E \u0914\u0930 \u0936\u0930\u094D\u0924\u094B\u0902 \u0915\u0940 \u0938\u092E\u0940\u0915\u094D\u0937\u093E \u0915\u0930\u0947\u0902 \u0914\u0930 \u0938\u094D\u0935\u0940\u0915\u093E\u0930 \u0915\u0930\u0947\u0902\u2026",whatHaveYouSaved:"\u0906\u092A\u0928\u0947 \u0915\u094D\u092F\u093E \u0938\u0939\u0947\u091C\u093E \u0939\u0948?",micDenied:"\u092E\u093E\u0907\u0915\u094D\u0930\u094B\u092B\u093C\u094B\u0928 \u092C\u094D\u0932\u0949\u0915 \u0939\u0948\u0964 \u0907\u0938 \u0938\u093E\u0907\u091F \u0915\u0947 \u0932\u093F\u090F \u092E\u093E\u0907\u0915 \u090F\u0915\u094D\u0938\u0947\u0938 \u0915\u0940 \u0905\u0928\u0941\u092E\u0924\u093F \u0926\u0947\u0902, \u092B\u093F\u0930 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964",micFailed:"\u0938\u0941\u0928\u093E\u0908 \u0928\u0939\u0940\u0902 \u0926\u093F\u092F\u093E\u0964 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964",micInsecure:"\u0935\u0949\u092F\u0938 \u0915\u0947 \u0932\u093F\u090F \u0938\u0941\u0930\u0915\u094D\u0937\u093F\u0924 (https) \u0915\u0928\u0947\u0915\u094D\u0936\u0928 \u0906\u0935\u0936\u094D\u092F\u0915 \u0939\u0948\u0964",micLangUnsupported:"\u092F\u0939 \u092C\u094D\u0930\u093E\u0909\u091C\u093C\u0930 \u0905\u092D\u0940 \u0907\u0938 \u092D\u093E\u0937\u093E \u0915\u094B \u091F\u094D\u0930\u093E\u0902\u0938\u0915\u094D\u0930\u093E\u0907\u092C \u0928\u0939\u0940\u0902 \u0915\u0930 \u0938\u0915\u0924\u093E\u0964 \u0907\u0938\u0915\u0947 \u092C\u091C\u093E\u092F \u091F\u093E\u0907\u092A \u0915\u0930\u0947\u0902\u0964",micMissing:"\u0915\u094B\u0908 \u092E\u093E\u0907\u0915\u094D\u0930\u094B\u092B\u093C\u094B\u0928 \u0928\u0939\u0940\u0902 \u092E\u093F\u0932\u093E\u0964",micNetwork:"\u0935\u0949\u092F\u0938 \u0915\u0947 \u0932\u093F\u090F \u0907\u0902\u091F\u0930\u0928\u0947\u091F \u0915\u0928\u0947\u0915\u094D\u0936\u0928 \u0906\u0935\u0936\u094D\u092F\u0915 \u0939\u0948\u0964 \u0905\u092A\u0928\u093E \u0915\u0928\u0947\u0915\u094D\u0936\u0928 \u091C\u093E\u0902\u091A\u0947\u0902 \u0914\u0930 \u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902\u0964",micNoSpeech:"\u0915\u0941\u091B \u0938\u0941\u0928\u093E\u0908 \u0928\u0939\u0940\u0902 \u0926\u093F\u092F\u093E\u0964 \u0915\u0943\u092A\u092F\u093E \u092E\u093E\u0907\u0915 \u0915\u0947 \u092A\u093E\u0938 \u0906\u0915\u0930 \u0926\u094B\u092C\u093E\u0930\u093E \u092C\u094B\u0932\u0947\u0902\u0964",vizDisclaimerImage:"\u0915\u0943\u0924\u094D\u0930\u093F\u092E \u092C\u0941\u0926\u094D\u0927\u093F\u092E\u0924\u094D\u0924\u093E (AI) \u0926\u094D\u0935\u093E\u0930\u093E \u0928\u093F\u0930\u094D\u092E\u093F\u0924 \u2014 \u0930\u0902\u0917, \u0906\u0915\u093E\u0930 \u0914\u0930 \u0938\u094D\u0925\u093F\u0924\u093F \u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u0909\u0924\u094D\u092A\u093E\u0926 \u0938\u0947 \u092D\u093F\u0928\u094D\u0928 \u0939\u094B \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",vizDisclaimerVideo:"\u0915\u0943\u0924\u094D\u0930\u093F\u092E \u092C\u0941\u0926\u094D\u0927\u093F\u092E\u0924\u094D\u0924\u093E (AI) \u0926\u094D\u0935\u093E\u0930\u093E \u0928\u093F\u0930\u094D\u092E\u093F\u0924 \u2014 \u0930\u0902\u0917, \u0906\u0915\u093E\u0930 \u0914\u0930 \u0917\u0924\u093F \u0935\u093E\u0938\u094D\u0924\u0935\u093F\u0915 \u0909\u0924\u094D\u092A\u093E\u0926 \u0938\u0947 \u092D\u093F\u0928\u094D\u0928 \u0939\u094B \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964",voiceHint:"\u092C\u0938 \u092C\u094B\u0932\u0947\u0902 \u2014 \u091C\u092C \u0906\u092A \u0930\u0941\u0915\u0947\u0902\u0917\u0947 \u0924\u094B \u092E\u0948\u0902 \u0909\u0924\u094D\u0924\u0930 \u0926\u0942\u0902\u0917\u093E\u0964",voiceListening:"\u0938\u0941\u0928 \u0930\u0939\u093E \u0939\u0948\u2026 \u0930\u094B\u0915\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u093E\u0907\u0915 \u092A\u0930 \u091F\u0948\u092A \u0915\u0930\u0947\u0902",voiceModeExit:"\u0939\u0948\u0902\u0921\u094D\u0938-\u092B\u094D\u0930\u0940 \u0938\u0947 \u092C\u093E\u0939\u0930 \u0928\u093F\u0915\u0932\u0947\u0902",voiceModeStart:"\u0939\u0948\u0902\u0921\u094D\u0938-\u092B\u094D\u0930\u0940 \u092C\u093E\u0924\u091A\u0940\u0924",voiceMuted:"\u092E\u094D\u092F\u0942\u091F \u0915\u093F\u092F\u093E \u0917\u092F\u093E",voiceMutedHint:"\u0926\u094B\u092C\u093E\u0930\u093E \u092C\u094B\u0932\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092E\u093E\u0907\u0915\u094D\u0930\u094B\u092B\u093C\u094B\u0928 \u092A\u0930 \u091F\u0948\u092A \u0915\u0930\u0947\u0902\u0964",voicePhaseListening:"\u0938\u0941\u0928 \u0930\u0939\u093E \u0939\u0948",voicePhaseSpeaking:"\u092C\u094B\u0932 \u0930\u0939\u093E \u0939\u0948",voicePhaseThinking:"\u0938\u094B\u091A \u0930\u0939\u093E \u0939\u0948",voiceSending:"\u0938\u092E\u091D \u0917\u092F\u093E \u2014 \u092D\u0947\u091C\u093E \u091C\u093E \u0930\u0939\u093E \u0939\u0948\u2026"},japanese:{allSet:"\u6E96\u5099\u304C\u5B8C\u4E86\u3057\u307E\u3057\u305F\u3001{name}\u3055\u3093\u3002",asWritten:"\u30B5\u30A4\u30C8\u306E\u539F\u6587\u901A\u308A",captureAll:"\u3059\u3079\u3066\u4FDD\u5B58 ({count})",captureAndRemember:"kiku \u2014 \u4FDD\u5B58\u3068\u8A18\u61B6",captureCurrentPage:"\u73FE\u5728\u306E\u30DA\u30FC\u30B8\u3092\u4FDD\u5B58",cardClickAnswer:"{name}",cardClickQuery:"{name}{price} \u306B\u3064\u3044\u3066\u8A73\u3057\u304F\u6559\u3048\u3066\u304F\u3060\u3055\u3044 \u2014 \u4E3B\u306A\u7279\u5FB4\u3001\u3069\u3093\u306A\u4EBA\u306B\u5411\u3044\u3066\u3044\u308B\u304B\u3001\u77E5\u3063\u3066\u304A\u304F\u3079\u304D\u3053\u3068\u306F\u4F55\u3067\u3059\u304B\uFF1F",clearChat:"\u30C1\u30E3\u30C3\u30C8\u3092\u6D88\u53BB",defaultPlaceholder:"\u4F55\u3067\u3082\u304A\u805E\u304D\u304F\u3060\u3055\u3044\u2026",deleteThis:"\u3053\u308C\u3092\u524A\u9664",detailsTranslated:"\u8A73\u7D30\u3092\u7FFB\u8A33\u3057\u307E\u3057\u305F\u3002\u4FA1\u683C\u3084\u30EA\u30F3\u30AF\u306F\u30B5\u30A4\u30C8\u306E\u8868\u8A18\u305D\u306E\u307E\u307E\u3067\u3059\u3002",displayCapture:"{name} \u3092\u4FDD\u5B58",displayCaptureAll:"\u3059\u3079\u3066\u4FDD\u5B58\uFF08{count}\u4EF6\uFF09",displayDelete:"\u3053\u308C\u3092\u524A\u9664",displayViewHistory:"\u4F55\u3092\u4FDD\u5B58\u3057\u307E\u3057\u305F\u304B\uFF1F",entityLangIntro:"{lang}\u3067\u8FD4\u7B54\u3057\u307E\u3059\u3002\u691C\u7D22\u7D50\u679C\u306E\u30AB\u30FC\u30C9\u306F\u30B5\u30A4\u30C8\u306E\u539F\u6587\u306E\u307E\u307E\u8868\u793A\u3059\u308B\u3053\u3068\u3082\u3001\u7FFB\u8A33\u3057\u3066\u8868\u793A\u3059\u308B\u3053\u3068\u3082\u3067\u304D\u307E\u3059\u3002",entityLangPlaceholder:"\u4E0A\u306E2\u3064\u306E\u30AB\u30FC\u30C9\u304B\u30891\u3064\u9078\u3093\u3067\u304F\u3060\u3055\u3044\u2026",errAccessRevoked:"\u30B9\u30C8\u30A2\u306B\u3088\u3063\u3066\u30A2\u30B7\u30B9\u30BF\u30F3\u30C8\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u6A29\u304C\u53D6\u308A\u6D88\u3055\u308C\u307E\u3057\u305F\u3002",errAccountRequired:"\u30C1\u30E3\u30C3\u30C8\u30A2\u30B7\u30B9\u30BF\u30F3\u30C8\u3092\u5F15\u304D\u7D9A\u304D\u3054\u5229\u7528\u3044\u305F\u3060\u304F\u306B\u306F\u3001\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u6210\u3057\u3066\u304F\u3060\u3055\u3044\u3002",errShopperReplyLimit:"\u3053\u306E\u30B5\u30A4\u30C8\u3067\u306E\u3042\u306A\u305F\u306E\u30A2\u30AB\u30A6\u30F3\u30C8\u306E\u8FD4\u7B54\u4E0A\u9650\u306B\u9054\u3057\u307E\u3057\u305F\u3002",errStreamInterrupted:"\u8FD4\u7B54\u304C\u4E2D\u65AD\u3055\u308C\u307E\u3057\u305F\u3002\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002",errTokenLimit:"\u5229\u7528\u4E0A\u9650\u306B\u9054\u3057\u307E\u3057\u305F\u3002\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9\u3067\u5229\u7528\u4E0A\u9650\u3092\u66F4\u65B0\u3057\u3066\u7D9A\u884C\u3057\u3066\u304F\u3060\u3055\u3044\u3002",errTooManyRequests:"\u73FE\u5728\u30EA\u30AF\u30A8\u30B9\u30C8\u304C\u96C6\u4E2D\u3057\u3066\u3044\u307E\u3059\u3002\u3057\u3070\u3089\u304F\u3057\u3066\u304B\u3089\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002",footerHint:"kiku \xB7 \u30AB\u30BF\u30ED\u30B0\u5168\u4F53\u3092\u30EA\u30A2\u30EB\u30BF\u30A4\u30E0\u3067\u691C\u7D22",greetReturning:"\u3053\u3093\u306B\u3061\u306F\u3001{name}\u3055\u3093\u3002",greetReturningLead:"\u4ECA\u65E5\u306F\u4F55\u3092\u304A\u63A2\u3057\u3067\u3059\u304B\uFF1F",howShouldResultsLook:"\u691C\u7D22\u7D50\u679C\u306F\u3069\u306E\u3088\u3046\u306B\u8868\u793A\u3057\u307E\u3059\u304B\uFF1F",inLanguage:"{lang}\u3067",keyAutoHide:"{seconds}\u79D2\u5F8C\u306B\u81EA\u52D5\u3067\u9589\u3058\u307E\u3059\u3002",keyCopied:"\u30B3\u30D4\u30FC\u3057\u307E\u3057\u305F",keyCopyId:"ID\u3092\u30B3\u30D4\u30FC",keyCopySecret:"\u30B7\u30FC\u30AF\u30EC\u30C3\u30C8\u3092\u30B3\u30D4\u30FC",keyCreateNew:"\u521D\u3081\u3066\u5229\u7528 \u2014 \u65B0\u898F\u4F5C\u6210",keyCreating:"\u4F5C\u6210\u4E2D\u2026",keyDismiss:"\u9589\u3058\u308B",keyPastePlaceholder:"\u516C\u958BID\u3092\u5165\u529B\u2026",keyPastePrompt:"\u516C\u958BID\u3092\u8CBC\u308A\u4ED8\u3051\u308B\u304B\u3001\u65B0\u898F\u4F5C\u6210\u3057\u3066\u304F\u3060\u3055\u3044",keyPublicHint:"\u3069\u306E\u30B5\u30A4\u30C8\u3067\u3082\u3053\u308C\u3092\u8CBC\u308A\u4ED8\u3051\u308B\u3068\u3001\u540C\u3058\u30E1\u30E2\u30EA\u30FC\u306B\u4FDD\u5B58\u3067\u304D\u307E\u3059\u3002",keyPublicTitle:"\u3042\u306A\u305F\u306E\u516C\u958BID",keySecretHint:"\u5927\u5207\u306B\u4FDD\u7BA1\u3057\u3066\u304F\u3060\u3055\u3044 \u2014 \u30E1\u30E2\u30EA\u30FC\u306E\u30ED\u30C3\u30AF\u89E3\u9664\u306B\u4F7F\u7528\u3057\u307E\u3059\u3002",keySecretTitle:"\u3042\u306A\u305F\u306E\u30B7\u30FC\u30AF\u30EC\u30C3\u30C8 \u2014 1\u5EA6\u3060\u3051\u8868\u793A\u3055\u308C\u307E\u3059",keyUseMine:"\u81EA\u5206\u306EID\u3092\u4F7F\u7528",kikuActionUnavailable:"\u7533\u3057\u8A33\u3042\u308A\u307E\u305B\u3093\u3002\u3053\u306E\u30B5\u30A4\u30C8\u3067\u306F\u305D\u306E\u64CD\u4F5C\u306F\u5229\u7528\u3067\u304D\u307E\u305B\u3093\u3002",kikuCaptureDbError:"\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u30A8\u30E9\u30FC\u306E\u305F\u3081\u4FDD\u5B58\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002",kikuCaptureNoContext:"\u30DA\u30FC\u30B8\u60C5\u5831\u304C\u63D0\u4F9B\u3055\u308C\u306A\u304B\u3063\u305F\u305F\u3081\u4FDD\u5B58\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002",kikuCaptureNoUrl:"\u6709\u52B9\u306AURL\u304C\u306A\u3044\u305F\u3081\u3001\u30A2\u30A4\u30C6\u30E0\u3092\u4FDD\u5B58\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F\u3002",kikuCaptureNoneSelected:"\u4FDD\u5B58\u3059\u308B\u30A2\u30A4\u30C6\u30E0\u304C\u9078\u629E\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002",kikuDeleteDbError:"\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u30A8\u30E9\u30FC\u306E\u305F\u3081\u524A\u9664\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002",kikuDeleteDone:"\u4FDD\u5B58\u3057\u305F\u30A2\u30A4\u30C6\u30E0\u304B\u3089\u524A\u9664\u3057\u307E\u3057\u305F\u3002",kikuDeleteNoContext:"\u524A\u9664\u5BFE\u8C61\u3092\u7279\u5B9A\u3059\u308B\u305F\u3081\u306E\u30DA\u30FC\u30B8\u60C5\u5831\u304C\u3042\u308A\u307E\u305B\u3093\u3067\u3057\u305F\u3002",kikuMemoryIntro:"\u8907\u6570\u30B5\u30A4\u30C8\u3067\u4FDD\u5B58\u3057\u305F\u3059\u3079\u3066\u306E\u30A2\u30A4\u30C6\u30E0\u306F\u30D7\u30E9\u30A4\u30D9\u30FC\u30C8\u30E1\u30E2\u30EA\u30FC\u306B\u4FDD\u6301\u3055\u308C\u307E\u3059\u3002\u30B7\u30FC\u30AF\u30EC\u30C3\u30C8\u3067\u30ED\u30C3\u30AF\u89E3\u9664:",kikuMintNeeded:"\u30B5\u30A4\u30C8\u3092\u307E\u305F\u3044\u3067\u30A2\u30A4\u30C6\u30E0\u3092\u4FDD\u5B58\u3059\u308B\u306B\u306Fkiku\u30AD\u30FC\u304C\u5FC5\u8981\u3067\u3059\u3002\u65B0\u3057\u304F\u767A\u884C\u3057\u307E\u3059\u30021\u5EA6\u3057\u304B\u8868\u793A\u3055\u308C\u306A\u3044\u305F\u3081\u3001\u5B89\u5168\u306A\u5834\u6240\u306B\u4FDD\u5B58\u3057\u3066\u304F\u3060\u3055\u3044\u3002",kikuMintOffer:"\u30A2\u30A4\u30C6\u30E0\u3092\u4FDD\u6301\u3057\u3066\u4ED6\u306E\u30B5\u30A4\u30C8\u3067\u3082\u5F15\u304D\u7D99\u3050\u3053\u3068\u304C\u3067\u304D\u307E\u3059 \u2014 kiku\u30AD\u30FC\u3092\u767A\u884C\u3057\u307E\u3059\u30021\u5EA6\u3057\u304B\u8868\u793A\u3055\u308C\u306A\u3044\u305F\u3081\u5B89\u5168\u306B\u4FDD\u5B58\u3057\u3066\u304F\u3060\u3055\u3044\u3002",kikuNeedKeyToUpdate:"\u4FDD\u5B58\u3057\u305F\u30A2\u30A4\u30C6\u30E0\u3092\u66F4\u65B0\u30FB\u691C\u7D22\u3059\u308B\u306B\u306Fkiku\u30AD\u30FC\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",micDenied:"\u30DE\u30A4\u30AF\u304C\u30D6\u30ED\u30C3\u30AF\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u3053\u306E\u30B5\u30A4\u30C8\u3067\u306E\u30DE\u30A4\u30AF\u30A2\u30AF\u30BB\u30B9\u3092\u8A31\u53EF\u3057\u3066\u304B\u3089\u3001\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002",micFailed:"\u805E\u304D\u53D6\u308C\u307E\u305B\u3093\u3067\u3057\u305F\u3002\u3082\u3046\u4E00\u5EA6\u304A\u8A71\u3057\u304F\u3060\u3055\u3044\u3002",micInsecure:"\u97F3\u58F0\u5165\u529B\u306B\u306F\u4FDD\u8B77\u3055\u308C\u305F\u63A5\u7D9A (HTTPS) \u304C\u5FC5\u8981\u3067\u3059\u3002",micLangUnsupported:"\u304A\u4F7F\u3044\u306E\u30D6\u30E9\u30A6\u30B6\u306F\u3053\u306E\u8A00\u8A9E\u306E\u97F3\u58F0\u8A8D\u8B58\u306B\u307E\u3060\u5BFE\u5FDC\u3057\u3066\u3044\u307E\u305B\u3093\u3002\u6587\u5B57\u3067\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",micMissing:"\u30DE\u30A4\u30AF\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3067\u3057\u305F\u3002",micNetwork:"\u97F3\u58F0\u5165\u529B\u306B\u306F\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u63A5\u7D9A\u304C\u5FC5\u8981\u3067\u3059\u3002\u63A5\u7D9A\u3092\u78BA\u8A8D\u3057\u3066\u3082\u3046\u4E00\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002",micNoSpeech:"\u97F3\u58F0\u304C\u691C\u51FA\u3055\u308C\u307E\u305B\u3093\u3067\u3057\u305F\u3002\u30DE\u30A4\u30AF\u306B\u8FD1\u3065\u3044\u3066\u3082\u3046\u4E00\u5EA6\u304A\u8A71\u3057\u304F\u3060\u3055\u3044\u3002",namePlaceholder:"\u304A\u540D\u524D\u3092\u5165\u529B\u2026",nameStepAsk:"\u4F55\u3068\u304A\u547C\u3073\u3059\u308C\u3070\u3088\u308D\u3057\u3044\u3067\u3059\u304B\uFF1F",nameStepLead:"\u3053\u306E\u30B5\u30A4\u30C8\u3084\u4ED6\u306E\u30B5\u30A4\u30C8\u306E\u60C5\u5831\u3092\u691C\u7D22\u30FB\u8996\u899A\u5316\u30FB\u4FDD\u5B58\u3067\u304D\u307E\u3059\u3002",nameStepTitle:"\u306F\u3058\u3081\u307E\u3057\u3066\u3002",namesAsWritten:"\u5546\u54C1\u540D\u3084\u8A73\u7D30\u306F\u30B5\u30A4\u30C8\u306E\u63B2\u8F09\u901A\u308A\u3002",pillCompareTop2:"\u30C8\u30C3\u30D72\u3092\u6BD4\u8F03",pillCompareTop2Query:"{a} \u3068 {b} \u3092\u6BD4\u8F03\u3057\u3066",pillFindAlternatives:"\u4EE3\u66FF\u54C1\u3092\u63A2\u3059",pillFindAlternativesQuery:"{name} \u306E\u826F\u3044\u4EE3\u66FF\u54C1\u306F\u3042\u308A\u307E\u3059\u304B\uFF1F",pillMoreOn:"{name} \u306B\u3064\u3044\u3066\u3082\u3063\u3068\u77E5\u308B",pillMoreOnQuery:"{name} \u306B\u3064\u3044\u3066\u3082\u3063\u3068\u8A73\u3057\u304F\u6559\u3048\u3066",pillRecommend:"\u304A\u3059\u3059\u3081\u3092\u6559\u3048\u3066",pillRecommendQuery:"\u79C1\u306B\u4F55\u3092\u304A\u3059\u3059\u3081\u3057\u307E\u3059\u304B\uFF1F",pillShowPopular:"\u4EBA\u6C17\u5546\u54C1\u3092\u898B\u308B",pillShowPopularQuery:"\u4E00\u756A\u4EBA\u6C17\u306E\u5546\u54C1\u306F\u3069\u308C\u3067\u3059\u304B\uFF1F",pillSimilarOptions:"\u4F3C\u3066\u3044\u308B\u30AA\u30D7\u30B7\u30E7\u30F3",pillSimilarOptionsQuery:"{name} \u306B\u4F3C\u305F\u5546\u54C1\u3092\u3082\u3063\u3068\u898B\u305B\u3066",pillUnder:"{amount} \u4EE5\u4E0B",pillUnderQuery:"{amount} \u4EE5\u4E0B\u306E\u9078\u629E\u80A2\u3092\u898B\u305B\u3066",pillWhichBest:"\u3069\u308C\u304C\u4E00\u756A\u304A\u3059\u3059\u3081\uFF1F",pillWhichBestQuery:"\u3069\u308C\u304C\u4E00\u756A\u304A\u3059\u3059\u3081\u3067\u3059\u304B\uFF1F\u305D\u306E\u7406\u7531\u3082\u6559\u3048\u3066\u304F\u3060\u3055\u3044\u3002",replyingOriginal:"{lang}\u3067\u8FD4\u7B54\u3057\u307E\u3059\uFF08\u7D50\u679C\u306F\u30B5\u30A4\u30C8\u539F\u6587\u306E\u307E\u307E\uFF09\u3002\u4F55\u3067\u3082\u304A\u805E\u304D\u304F\u3060\u3055\u3044\u3002",replyingTranslated:"{lang}\u3067\u8FD4\u7B54\u3057\u307E\u3059\uFF08\u7D50\u679C\u3082\u7FFB\u8A33\uFF09\u3002\u4F55\u3067\u3082\u304A\u805E\u304D\u304F\u3060\u3055\u3044\u3002",statusSent:"\u9001\u4FE1\u6E08\u307F",statusStopped:"\u9001\u4FE1\u6E08\u307F \xB7 \u8FD4\u7B54\u3092\u505C\u6B62\u3057\u307E\u3057\u305F",thinking:"\u601D\u8003\u4E2D",thoughtForSeconds:"{duration} \u8003\u3048\u307E\u3057\u305F",thoughtProcess:"\u601D\u8003\u30D7\u30ED\u30BB\u30B9",vizDisclaimerImage:"\u4EBA\u5DE5\u77E5\u80FD\u306B\u3088\u3063\u3066\u751F\u6210\u3055\u308C\u307E\u3057\u305F \u2014 \u8272\u3001\u30B5\u30A4\u30BA\u3001\u914D\u7F6E\u306F\u5B9F\u969B\u306E\u5546\u54C1\u3068\u7570\u306A\u308B\u5834\u5408\u304C\u3042\u308A\u307E\u3059\u3002",vizDisclaimerVideo:"\u4EBA\u5DE5\u77E5\u80FD\u306B\u3088\u3063\u3066\u751F\u6210\u3055\u308C\u307E\u3057\u305F \u2014 \u8272\u3001\u30B5\u30A4\u30BA\u3001\u52D5\u304D\u306F\u5B9F\u969B\u306E\u5546\u54C1\u3068\u7570\u306A\u308B\u5834\u5408\u304C\u3042\u308A\u307E\u3059\u3002",vizUnavailable:"\u30D7\u30EC\u30D3\u30E5\u30FC\u3092\u8AAD\u307F\u8FBC\u3081\u307E\u305B\u3093\u3067\u3057\u305F\u3002",voiceHint:"\u304A\u8A71\u3057\u304F\u3060\u3055\u3044 \u2014 \u8A71\u3057\u7D42\u3048\u305F\u3089\u304A\u7B54\u3048\u3057\u307E\u3059\u3002",voiceListening:"\u805E\u304D\u53D6\u308A\u4E2D\u2026 \u30BF\u30C3\u30D7\u3057\u3066\u505C\u6B62",voiceModeExit:"\u30CF\u30F3\u30BA\u30D5\u30EA\u30FC\u3092\u7D42\u4E86",voiceModeStart:"\u30CF\u30F3\u30BA\u30D5\u30EA\u30FC\u4F1A\u8A71",voiceMuted:"\u30DF\u30E5\u30FC\u30C8\u4E2D",voiceMutedHint:"\u30DE\u30A4\u30AF\u3092\u30BF\u30C3\u30D7\u3057\u3066\u3082\u3046\u4E00\u5EA6\u304A\u8A71\u3057\u304F\u3060\u3055\u3044\u3002",voicePhaseListening:"\u805E\u304D\u53D6\u308A\u4E2D",voicePhaseSpeaking:"\u767A\u7B54\u4E2D",voicePhaseThinking:"\u8003\u3048\u4E2D",voiceSending:"\u53D7\u3051\u53D6\u308A\u307E\u3057\u305F \u2014 \u9001\u4FE1\u4E2D\u2026",termsStepTitle:"\u30D7\u30E9\u30A4\u30D0\u30B7\u30FC\u3068\u5229\u7528\u898F\u7D04",termsStepSubtitle:"\u900F\u660E\u6027\u3001\u533F\u540D\u6027\u3001\u305D\u3057\u3066\u500B\u4EBA\u3092\u7279\u5B9A\u3057\u306A\u3044\u8A2D\u8A08\u3002",termsPiiTitle:"\u500B\u4EBA\u3092\u7279\u5B9A\u3059\u308B\u60C5\u5831\u306E\u4E0D\u53CE\u96C6",termsPiiDesc:"\u30C1\u30E3\u30C3\u30C8\u3084\u97F3\u58F0\u30BB\u30C3\u30B7\u30E7\u30F3\u304B\u3089\u500B\u4EBA\u3092\u7279\u5B9A\u3067\u304D\u308B\u60C5\u5831\uFF08\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3001\u96FB\u8A71\u756A\u53F7\u3001\u5B9F\u540D\u306A\u3069\uFF09\u3092\u53CE\u96C6\u30FB\u4FDD\u5B58\u3059\u308B\u3053\u3068\u306F\u4E00\u5207\u3042\u308A\u307E\u305B\u3093\u3002",termsSessionTitle:"\u533F\u540D\u306E\u30BB\u30C3\u30B7\u30E7\u30F3\u8B58\u5225\u5B50",termsSessionDesc:"\u30B3\u30F3\u30C6\u30AD\u30B9\u30C8\u3092\u7DAD\u6301\u3059\u308B\u305F\u3081\u306B\u30AF\u30E9\u30A4\u30A2\u30F3\u30C8\u5074\u3067\u751F\u6210\u3055\u308C\u305F\u533F\u540D\u30C8\u30FC\u30AF\u30F3\u306E\u307F\u3092\u4F7F\u7528\u3057\u3001\u5B9F\u969B\u306E\u8EAB\u5143\u3068\u7D10\u4ED8\u3051\u308B\u3053\u3068\u306F\u3042\u308A\u307E\u305B\u3093\u3002",termsMemoryTitle:"\u4E00\u6642\u7684\u306A\u30C1\u30E3\u30C3\u30C8 vs Mimi Vault",termsMemoryDesc:"\u901A\u5E38\u306E\u30C1\u30E3\u30C3\u30C8\u306F\u4E00\u6642\u7684\u306A\u3082\u306E\u3067\u3059\u3002\u30BF\u30D6\u3092\u9589\u3058\u308B\u304B\u30C1\u30E3\u30C3\u30C8\u3092\u6D88\u53BB\u3059\u308B\u3068\u5B8C\u5168\u306B\u7834\u68C4\u3055\u308C\u307E\u3059\u3002\u300C@kiku\u300D\u3067\u4FDD\u5B58\u3057\u305F\u30A2\u30A4\u30C6\u30E0\u306F\u6697\u53F7\u5316\u3055\u308C\u3001mimi.akropolys.cloud \u3067\u30B7\u30FC\u30AF\u30EC\u30C3\u30C8\u30AD\u30FC\u3092\u4F7F\u3063\u3066\u30ED\u30C3\u30AF\u89E3\u9664\u3067\u304D\u307E\u3059\u3002",termsCookieTitle:"\u30DB\u30B9\u30C8\u30B5\u30A4\u30C8\u306E\u30C6\u30EC\u30E1\u30C8\u30EA",termsCookieDesc:"kiku\u304C\u57CB\u3081\u8FBC\u307E\u308C\u3066\u3044\u308B\u30DB\u30B9\u30C8\u30B5\u30A4\u30C8\u306F\u3001\u72EC\u81EA\u306E\u30AF\u30C3\u30AD\u30FC\u30DD\u30EA\u30B7\u30FC\u306B\u57FA\u3065\u3044\u3066\u30AF\u30C3\u30AD\u30FC\u3084\u30A2\u30AF\u30BB\u30B9\u89E3\u6790\u3092\u53CE\u96C6\u3059\u308B\u5834\u5408\u304C\u3042\u308A\u307E\u3059\uFF08kiku\u306E\u7BA1\u7406\u5916\uFF09\u3002",termsAgreeButton:"\u540C\u610F\u3057\u3066\u7D9A\u884C",termsAgreeCounting:"\u540C\u610F\u3057\u3066\u7D9A\u884C ({seconds}\u79D2)",termsPlaceholder:"\u4E0A\u8A18\u306E\u30D7\u30E9\u30A4\u30D0\u30B7\u30FC\u3068\u898F\u7D04\u3092\u3054\u78BA\u8A8D\u3044\u305F\u3060\u304D\u3001\u540C\u610F\u3057\u3066\u304F\u3060\u3055\u3044\u2026",whatHaveYouSaved:"\u4F55\u3092\u4FDD\u5B58\u3057\u307E\u3057\u305F\u304B\uFF1F"},portuguese:{allSet:"Tudo pronto, {name}.",asWritten:"Como escrito",captureAll:"Capturar tudo ({count})",captureAndRemember:"kiku \u2014 capturar\u202F&\u202Flembrar",captureCurrentPage:"Capturar p\xE1gina atual",cardClickAnswer:"O {name}",cardClickQuery:"Fale mais sobre o {name}{price} \u2014 quais s\xE3o seus detalhes principais, para quem \xE9 mais indicado e o que devo saber?",clearChat:"Limpar chat",defaultPlaceholder:"Pergunte-me qualquer coisa\u2026",deleteThis:"Excluir isso",detailsTranslated:"Detalhes traduzidos. N\xFAmeros e links permanecem exatamente como listados.",displayCapture:"capturar {name}",displayCaptureAll:"capturar tudo ({count} itens)",displayDelete:"excluir isso",displayViewHistory:"o que voc\xEA salvou?",entityLangIntro:"Eu respondo em {lang}. Os cart\xF5es de resultado podem permanecer exatamente como o site os escreveu ou ser traduzidos tamb\xE9m.",entityLangPlaceholder:"Escolha um dos dois cart\xF5es acima\u2026",errAccessRevoked:"Seu acesso ao assistente foi revogado pela loja.",errAccountRequired:"Por favor, crie uma conta para continuar usando o assistente de chat.",errShopperReplyLimit:"Voc\xEA atingiu o limite de respostas deste site para sua conta.",errStreamInterrupted:"A resposta foi interrompida. Por favor, tente novamente.",errTokenLimit:"Voc\xEA atingiu seu limite de uso. Atualize seus limites de cobran\xE7a no painel para continuar.",errTooManyRequests:"O assistente est\xE1 recebendo muitas solicita\xE7\xF5es no momento. Por favor, tente novamente em alguns instantes.",footerHint:"kiku \xB7 pesquisa todo o cat\xE1logo em tempo real",greetReturning:"Oi, {name}.",greetReturningLead:"O que posso encontrar para voc\xEA hoje?",howShouldResultsLook:"Como os resultados devem aparecer?",inLanguage:"Em {lang}",keyAutoHide:"Esconde automaticamente em {seconds}s.",keyCopied:"Copiado",keyCopyId:"Copiar id",keyCopySecret:"Copiar segredo",keyCreateNew:"Sou novo \u2014 criar um",keyCreating:"Criando\u2026",keyDismiss:"Fechar",keyPastePlaceholder:"seu id p\xFAblico\u2026",keyPastePrompt:"Cole seu id p\xFAblico \u2014 ou crie um",keyPublicHint:"Cole isso em qualquer site para salvar na mesma mem\xF3ria.",keyPublicTitle:"Seu id p\xFAblico",keySecretHint:"Mantenha privado \u2014 use para desbloquear sua mem\xF3ria.",keySecretTitle:"Seu segredo \u2014 mostrado apenas uma vez",keyUseMine:"Usar meu id",kikuActionUnavailable:"Desculpe \u2014 essa a\xE7\xE3o n\xE3o est\xE1 dispon\xEDvel neste site.",kikuCaptureDbError:"Falha ao capturar devido a um erro de banco de dados.",kikuCaptureNoContext:"Falha ao capturar porque nenhum contexto de p\xE1gina ou produto foi fornecido pelo SDK.",kikuCaptureNoUrl:"N\xE3o foi poss\xEDvel salvar nenhum item \u2014 nenhum tinha URL v\xE1lido.",kikuCaptureNoneSelected:"Nenhum item foi selecionado para captura.",kikuDeleteDbError:"Falha ao excluir devido a um erro de banco de dados.",kikuDeleteDone:"Removido dos seus itens salvos.",kikuDeleteNoContext:"Falha ao excluir porque nenhum contexto de p\xE1gina foi fornecido para identificar o que excluir.",kikuMemoryIntro:"Tudo que voc\xEA capturou em sites est\xE1 na sua mem\xF3ria privada. Desbloqueie-a com seu segredo:",kikuMintNeeded:"Para salvar itens entre sites voc\xEA precisa de uma chave kiku \u2014 vou gerar uma para voc\xEA. Ela ser\xE1 mostrada apenas uma vez, ent\xE3o guarde-a em um local seguro.",kikuMintOffer:"Posso guardar isso para voc\xEA e fazer com que siga voc\xEA entre sites \u2014 vou gerar uma chave kiku. Ela ser\xE1 mostrada apenas uma vez, ent\xE3o guarde-a em um local seguro.",kikuNeedKeyToUpdate:"Insira sua chave kiku para que eu possa encontrar e atualizar seus itens salvos.",namePlaceholder:"Digite seu nome\u2026",nameStepAsk:"Como devo chamar voc\xEA?",nameStepLead:"Posso pesquisar, visualizar ou capturar qualquer coisa para voc\xEA \u2014 neste site ou em qualquer outro.",nameStepTitle:"Prazer em conhec\xEA-lo.",namesAsWritten:"Nomes e detalhes exatamente como o site os lista.",pillCompareTop2:"Comparar os 2 melhores",pillCompareTop2Query:"Compare o {a} e o {b}",pillFindAlternatives:"Encontrar alternativas",pillFindAlternativesQuery:"Quais s\xE3o boas alternativas ao {name}?",pillMoreOn:"Mais sobre {name}",pillMoreOnQuery:"Fale mais sobre o {name}",pillRecommend:"Recomendar algo",pillRecommendQuery:"O que voc\xEA recomenda para mim?",pillShowPopular:"Mostrar itens populares",pillShowPopularQuery:"Quais s\xE3o os seus itens mais populares?",pillSimilarOptions:"Op\xE7\xF5es semelhantes",pillSimilarOptionsQuery:"Mostre-me mais op\xE7\xF5es semelhantes ao {name}",pillUnder:"Abaixo de {amount}",pillUnderQuery:"Mostre-me op\xE7\xF5es abaixo de {amount}",pillWhichBest:"Qual \xE9 o melhor?",pillWhichBestQuery:"Qual voc\xEA recomendaria e por qu\xEA?",replyingOriginal:"Respondendo em {lang}, resultados como o site escreveu. Pergunte-me qualquer coisa.",replyingTranslated:"Respondendo em {lang}, resultados tamb\xE9m traduzidos. Pergunte-me qualquer coisa.",statusSent:"Enviado",statusStopped:"Enviado \xB7 resposta interrompida",thinking:"Pensando",thoughtForSeconds:"Pensou por {duration}",thoughtProcess:"Processo de pensamento",vizUnavailable:"A visualiza\xE7\xE3o n\xE3o p\xF4de ser carregada.",termsStepTitle:"Privacidade e Termos de Uso",termsStepSubtitle:"Transparente, an\xF4nimo e sem coleta de dados pessoais.",termsPiiTitle:"Zero Coleta de Dados Pessoais",termsPiiDesc:"Nunca coletamos nem armazenamos informa\xE7\xF5es de identifica\xE7\xE3o pessoal (sem e-mails, telefones ou identidades reais) das suas conversas ou sess\xF5es de voz.",termsSessionTitle:"Tokens de Sess\xE3o An\xF4nimos",termsSessionDesc:"Sua sess\xE3o usa um token an\xF4nimo no cliente apenas para manter o contexto. Nunca \xE9 vinculado \xE0 sua identidade real.",termsMemoryTitle:"Conversas Ef\xEAmeras vs. Cofre Mimi",termsMemoryDesc:'Conversas normais s\xE3o ef\xEAmeras \u2014 fechar ou limpar o chat as apaga para sempre. Itens salvos com "@kiku" s\xE3o criptografados e podem ser desbloqueados em mimi.akropolys.cloud com sua chave secreta.',termsCookieTitle:"Telemetria do Site Hospedeiro",termsCookieDesc:"O site onde o kiku est\xE1 incorporado pode coletar cookies e an\xE1lises de acordo com sua pr\xF3pria pol\xEDtica de cookies, fora do controle do kiku.",termsAgreeButton:"Concordar e Continuar",termsAgreeCounting:"Concordar e Continuar ({seconds}s)",termsPlaceholder:"Por favor, revise e aceite a privacidade e os termos acima\u2026",whatHaveYouSaved:"O que voc\xEA salvou?",micDenied:"Microfone bloqueado. Permita o acesso ao microfone neste site e tente novamente.",micFailed:"N\xE3o foi poss\xEDvel ouvir. Tente novamente.",micInsecure:"A voz precisa de uma conex\xE3o segura (https).",micLangUnsupported:"Este navegador ainda n\xE3o transcreve este idioma. Digite em vez disso.",micMissing:"Nenhum microfone encontrado.",micNetwork:"A voz precisa de uma conex\xE3o no momento. Verifique a sua e tente novamente.",micNoSpeech:"N\xE3o ouvimos nada. Tente novamente, um pouco mais perto do microfone.",vizDisclaimerImage:"Gerado com Intelig\xEAncia Artificial \u2014 cores, tamanho e posi\xE7\xE3o podem diferir do produto real.",vizDisclaimerVideo:"Gerado com Intelig\xEAncia Artificial \u2014 cores, tamanho e movimento podem diferir do produto real.",voiceHint:"Basta falar \u2014 responderei quando voc\xEA fizer uma pausa.",voiceListening:"Ouvindo\u2026 toque no microfone para parar",voiceModeExit:"Sair do modo m\xE3os-livres",voiceModeStart:"Conversa em m\xE3os-livres",voiceMuted:"Silenciado",voiceMutedHint:"Toque no microfone para falar novamente.",voicePhaseListening:"Ouvindo",voicePhaseSpeaking:"Falando",voicePhaseThinking:"Pensando",voiceSending:"Entendido \u2014 enviando\u2026"},spanish:{allSet:"Todo listo, {name}.",asWritten:"Tal como est\xE1 escrito",captureAll:"Capturar todo ({count})",captureAndRemember:"kiku \u2014 capturar y recordar",captureCurrentPage:"Capturar p\xE1gina actual",cardClickAnswer:"El {name}",cardClickQuery:"Cu\xE9ntame m\xE1s sobre {name}{price} \u2014 \xBFcu\xE1les son sus detalles clave, para qui\xE9n es m\xE1s adecuado y qu\xE9 deber\xEDa saber?",clearChat:"Borrar chat",defaultPlaceholder:"Preg\xFAntame lo que quieras\u2026",deleteThis:"Eliminar esto",detailsTranslated:"Detalles traducidos. Los n\xFAmeros y enlaces se mantienen exactamente como se muestran.",displayCapture:"capturar {name}",displayCaptureAll:"capturar todo ({count} elementos)",displayDelete:"eliminar esto",displayViewHistory:"\xBFqu\xE9 has guardado?",entityLangIntro:"Respondo en {lang}. Las tarjetas de resultados pueden mantenerse exactamente como las escribi\xF3 este sitio, o tambi\xE9n pueden traducirse.",entityLangPlaceholder:"Elige una de las dos tarjetas de arriba\u2026",errAccessRevoked:"La tienda ha revocado su acceso al asistente.",errAccountRequired:"Por favor, cree una cuenta para seguir usando el asistente de chat.",errShopperReplyLimit:"Ha alcanzado el l\xEDmite de respuestas de este sitio para su cuenta.",errStreamInterrupted:"La respuesta fue interrumpida. Por favor, int\xE9ntelo de nuevo.",errTokenLimit:"Ha alcanzado su l\xEDmite de uso. Por favor, actualice sus l\xEDmites de facturaci\xF3n en su panel de control para continuar.",errTooManyRequests:"El asistente est\xE1 recibiendo demasiadas solicitudes en este momento. Por favor, int\xE9ntelo de nuevo en unos instantes.",footerHint:"kiku \xB7 busca en todo el cat\xE1logo en tiempo real",greetReturning:"Hola, {name}.",greetReturningLead:"\xBFQu\xE9 puedo encontrar para usted hoy?",howShouldResultsLook:"\xBFC\xF3mo deber\xEDan verse los resultados?",inLanguage:"En {lang}",keyAutoHide:"Se oculta autom\xE1ticamente en {seconds}s.",keyCopied:"Copiado",keyCopyId:"Copiar ID",keyCopySecret:"Copiar secreto",keyCreateNew:"Soy nuevo/a, crear uno",keyCreating:"Creando\u2026",keyDismiss:"Descartar",keyPastePlaceholder:"tu ID p\xFAblico\u2026",keyPastePrompt:"Pega tu ID p\xFAblico \u2014 o crea uno",keyPublicHint:"P\xE9galo en cualquier sitio para guardar en la misma memoria.",keyPublicTitle:"Tu ID p\xFAblico",keySecretHint:"Mantenlo privado \u2014 \xFAsalo para desbloquear tu memoria.",keySecretTitle:"Tu secreto \u2014 mostrado solo una vez",keyUseMine:"Usar mi ID",kikuActionUnavailable:"Lo siento, esa acci\xF3n no est\xE1 disponible en este sitio.",kikuCaptureDbError:"La captura fall\xF3 debido a un error de base de datos.",kikuCaptureNoContext:"La captura fall\xF3 porque el SDK no proporcion\xF3 contexto de p\xE1gina o producto.",kikuCaptureNoUrl:"No se pudieron guardar elementos \u2014 ninguno ten\xEDa una URL v\xE1lida.",kikuCaptureNoneSelected:"No se seleccionaron elementos para capturar.",kikuDeleteDbError:"La eliminaci\xF3n fall\xF3 debido a un error de base de datos.",kikuDeleteDone:"Lo he eliminado de tus elementos guardados.",kikuDeleteNoContext:"La eliminaci\xF3n fall\xF3 porque no se proporcion\xF3 contexto de p\xE1gina para identificar qu\xE9 eliminar.",kikuMemoryIntro:"Todo lo que has capturado en diferentes sitios vive en tu memoria privada. Desbloqu\xE9ala con tu secreto:",kikuMintNeeded:"Para guardar elementos en diferentes sitios necesitas una clave kiku \u2014 te crear\xE9 una. Se muestra solo una vez, as\xED que gu\xE1rdala en un lugar seguro.",kikuMintOffer:"Puedo guardar esto por ti y hacer que te siga en diferentes sitios \u2014 te crear\xE9 una clave kiku. Se muestra solo una vez, as\xED que gu\xE1rdala en un lugar seguro.",kikuNeedKeyToUpdate:"Introduce tu clave kiku para que pueda encontrar y actualizar tus elementos guardados.",micDenied:"Micr\xF3fono bloqueado. Permite el acceso al micr\xF3fono para este sitio e int\xE9ntalo de nuevo.",micFailed:"No pude o\xEDr eso. Int\xE9ntalo de nuevo.",micInsecure:"La voz requiere una conexi\xF3n segura (https).",micLangUnsupported:"Este navegador a\xFAn no puede transcribir ese idioma. Escriba en su lugar.",micMissing:"No se encontr\xF3 ning\xFAn micr\xF3fono.",micNetwork:"La voz necesita una conexi\xF3n en este momento. Revise la suya e int\xE9ntelo de nuevo.",micNoSpeech:"No he captado nada. Int\xE9ntelo de nuevo, un poco m\xE1s cerca del micr\xF3fono.",namePlaceholder:"Escriba su nombre\u2026",nameStepAsk:"\xBFC\xF3mo debo llamarle?",nameStepLead:"Puedo buscar, visualizar o capturar cualquier cosa por usted, en este sitio o en cualquier otro.",nameStepTitle:"Encantado de conocerle.",namesAsWritten:"Nombres y detalles exactamente como los enumera el sitio.",pillCompareTop2:"Comparar los 2 mejores",pillCompareTop2Query:"Compara {a} y {b}",pillFindAlternatives:"Buscar alternativas",pillFindAlternativesQuery:"\xBFQu\xE9 alternativas hay a {name}?",pillMoreOn:"M\xE1s sobre {name}",pillMoreOnQuery:"Cu\xE9ntame m\xE1s sobre {name}",pillRecommend:"Recomendar algo",pillRecommendQuery:"\xBFQu\xE9 me recomiendas?",pillShowPopular:"Mostrar art\xEDculos populares",pillShowPopularQuery:"\xBFCu\xE1les son tus art\xEDculos m\xE1s populares?",pillSimilarOptions:"Opciones similares",pillSimilarOptionsQuery:"Mu\xE9strame m\xE1s opciones como {name}",pillUnder:"Menos de {amount}",pillUnderQuery:"Mu\xE9strame opciones por menos de {amount}",pillWhichBest:"\xBFCu\xE1l es el mejor?",pillWhichBestQuery:"\xBFCu\xE1l me recomendar\xEDas y por qu\xE9?",replyingOriginal:"Respondiendo en {lang}, resultados tal como los escribi\xF3 este sitio. Preg\xFAnteme lo que quiera.",replyingTranslated:"Respondiendo en {lang}, resultados tambi\xE9n traducidos. Preg\xFAnteme lo que quiera.",statusSent:"Enviado",statusStopped:"Enviado \xB7 respuesta detenida",thinking:"Pensando",thoughtForSeconds:"Pensado durante {duration}",thoughtProcess:"Proceso de pensamiento",vizDisclaimerImage:"Generado con Inteligencia Artificial: los colores, el tama\xF1o y la ubicaci\xF3n pueden diferir del producto real.",vizDisclaimerVideo:"Generado con Inteligencia Artificial: los colores, el tama\xF1o y el movimiento pueden diferir del producto real.",vizUnavailable:"No se pudo cargar la vista previa.",voiceListening:"Escuchando\u2026 toque el micr\xF3fono para detener.",voiceSending:"Entendido, enviando\u2026",termsStepTitle:"Privacidad y t\xE9rminos de uso",termsStepSubtitle:"Transparente, an\xF3nimo y sin recolecci\xF3n de datos personales.",termsPiiTitle:"Cero recolecci\xF3n de datos personales",termsPiiDesc:"Nunca recopilamos ni almacenamos informaci\xF3n de identificaci\xF3n personal (sin correos, n\xFAmeros de tel\xE9fono ni identidades reales) de tus conversaciones o sesiones de voz.",termsSessionTitle:"Tokens de sesi\xF3n an\xF3nimos",termsSessionDesc:"Tu sesi\xF3n utiliza un token an\xF3nimo generado en el cliente \xFAnicamente para mantener el contexto. Nunca se vincula a tu identidad real.",termsMemoryTitle:"Chats ef\xEDmeros vs. B\xF3veda Mimi",termsMemoryDesc:"Las conversaciones regulares son ef\xEDmeras: cerrar o borrar el chat las elimina para siempre. Lo que guardas con \xAB@kiku\xBB est\xE1 cifrado y se puede desbloquear en mimi.akropolys.cloud con tu clave secreta.",termsCookieTitle:"Telemetr\xEDa del sitio web anfitri\xF3n",termsCookieDesc:"El sitio web donde est\xE1 integrado kiku puede recopilar cookies y anal\xEDticas seg\xFAn su propia pol\xEDtica de cookies, fuera del control de kiku.",termsAgreeButton:"Aceptar y continuar",termsAgreeCounting:"Aceptar y continuar ({seconds}s)",termsPlaceholder:"Por favor, revisa y acepta nuestra privacidad y t\xE9rminos arriba\u2026",whatHaveYouSaved:"\xBFQu\xE9 ha guardado?",voiceHint:"Solo habla \u2014 responder\xE9 cuando hagas una pausa.",voiceModeExit:"Salir de manos libres",voiceModeStart:"Conversaci\xF3n manos libres",voiceMuted:"Silenciado",voiceMutedHint:"Toca el micr\xF3fono para hablar de nuevo.",voicePhaseListening:"Escuchando",voicePhaseSpeaking:"Hablando",voicePhaseThinking:"Pensando"},swahili:{allSet:"Uko tayari, {name}.",asWritten:"Kama ilivyoandikwa",captureAll:"Chukua zote ({count})",captureAndRemember:"kiku \u2014 chukua & kumbuka",captureCurrentPage:"Chukua ukurasa wa sasa",cardClickAnswer:"{name}",cardClickQuery:"Nisaidie kujua zaidi kuhusu {name}{price} \u2014 ni maelezo yake muhimu, ni kwa nani inafaa zaidi, na ninapaswa kujua nini?",clearChat:"Futa mazungumzo",defaultPlaceholder:"Uliza chochote\u2026",deleteThis:"Futa hii",detailsTranslated:"Maelezo yame tafsiriwa. Nambari na viungo vinabaki kama ilivyo.",displayCapture:"chukua {name}",displayCaptureAll:"chukua zote ({count} items)",displayDelete:"futa hii",displayViewHistory:"ulivyohifadhi?",entityLangIntro:"Nitajibu kwa {lang}. Kadi za matokeo zinaweza kubaki kama ilivyoandikwa kwenye tovuti hii, au kutafsiriwa pia.",entityLangPlaceholder:"Chagua moja ya kadi mbili zilizo juu\u2026",errAccessRevoked:"Ufikiaji wako kwa msaidizi umeondolewa na duka.",errAccountRequired:"Tafadhali unda akaunti ili kuendelea kutumia msaidizi wa mazungumzo.",errShopperReplyLimit:"Umefikia kikomo cha majibu cha tovuti hii kwa akaunti yako.",errStreamInterrupted:"Jibu lilikatizwa. Tafadhali jaribu tena.",errTokenLimit:"Umefikia kikomo cha matumizi yako. Tafadhali sasisha mipaka ya malipo kwenye dashbodi yako ili kuendelea.",errTooManyRequests:"Msaidizi anapokea maombi mengi sana kwa sasa. Tafadhali jaribu tena baada ya muda mfupi.",footerHint:"kiku \xB7 hutafuta katika katalogi nzima kwa wakati halisi",greetReturning:"Habari, {name}.",greetReturningLead:"Nini naweza kukutafuta leo?",howShouldResultsLook:"Matokeo yanapaswa kuonekana vipi?",inLanguage:"Kwa {lang}",keyAutoHide:"Inaficha kiotomatiki baada ya {seconds}s.",keyCopied:"Imekopiwa",keyCopyId:"Nakili kitambulisho",keyCopySecret:"Nakili siri",keyCreateNew:"Mimi mpya \u2014 unda moja",keyCreating:"Inaunda\u2026",keyDismiss:"Ondoa",keyPastePlaceholder:"kitambulisho chako cha umma\u2026",keyPastePrompt:"Bandika kitambulisho chako cha umma \u2014 au unda moja",keyPublicHint:"Bandika hii kwenye tovuti yoyote ili kuihifadhi katika kumbukumbu sawa.",keyPublicTitle:"Kitambulisho chako cha umma",keySecretHint:"Ikeepye kibinafsi \u2014 tumia kufungua kumbukumbu yako.",keySecretTitle:"Siri yako \u2014 inaonyeshwa mara moja tu",keyUseMine:"Tumia kitambulisho changu",kikuActionUnavailable:"Samahani \u2014 kitendo hicho hakipatikani kwenye tovuti hii.",kikuCaptureDbError:"Uchukuaji umeshindwa kutokana na hitilafu ya hifadhidata.",kikuCaptureNoContext:"Uchukuaji umeshindwa kwa sababu hakuna muktadha wa ukurasa au bidhaa uliotolewa na SDK.",kikuCaptureNoUrl:"Haikuweza kuhifadhi vitu vyovyote \u2014 hakuna kilichokuwa na URL halali.",kikuCaptureNoneSelected:"Hakuna vitu vilivyochaguliwa kwa uchukuaji.",kikuDeleteDbError:"Ufutaji umeshindwa kutokana na hitilafu ya hifadhidata.",kikuDeleteDone:"Imeondolewa kutoka vitu vyako vilivyohifadhiwa.",kikuDeleteNoContext:"Ufutaji umeshindwa kwa sababu hakuna muktadha wa ukurasa uliotolewa kutambua kinachofutwa.",kikuMemoryIntro:"Kila kitu ulichukua kwenye tovuti mbalimbali kiko katika kumbukumbu yako ya kibinafsi. Kifungue kwa siri yako:",kikuMintNeeded:"Ili kuhifadhi vitu kwenye tovuti mbalimbali unahitaji ufunguo wa kiku \u2014 nitaunda moja kwa ajili yako. Inaonyeshwa mara moja tu, hivyo uiweke mahali salama.",kikuMintOffer:"Ninaweza kuhifadhi hii kwa ajili yako na iende nawe kwenye tovuti mbalimbali \u2014 nitaunda ufunguo wa kiku. Inaonyeshwa mara moja tu, hivyo uiweke mahali salama.",kikuNeedKeyToUpdate:"Weka ufunguo wako wa kiku ili niweze kupata na kusasisha vitu vyako vilivyohifadhiwa.",micDenied:"Kinanda cha sauti kimezuiwa. Ruhusu ufikiaji wa kinanda kwa tovuti hii, kisha jaribu tena.",micFailed:"Sikuweza kusikia hilo. Jaribu tena.",micInsecure:"Sauti inahitaji muunganisho salama (https).",micLangUnsupported:"Kivinjari hiki hakiwezi kuandika lugha hiyo bado. Andika badala yake.",micMissing:"Hakuna kipaza sauti kilichopatikana.",micNetwork:"Sauti inahitaji muunganisho kwa sasa. Angalia yako na ujaribu tena.",micNoSpeech:"Sijapata chochote. Jaribu tena, karibu zaidi na kipaza sauti.",namePlaceholder:"Andika jina lako\u2026",nameStepAsk:"Ninapaswa kukuita nani?",nameStepLead:"Ninaweza kutafuta, kuonyesha, au kunasa chochote kwa ajili yako \u2014 kwenye tovuti hii au nyingine yoyote.",nameStepTitle:"Nafurahi kukutana nawe.",namesAsWritten:"Majina na maelezo kama ilivyo kwenye tovuti.",pillCompareTop2:"Linganisha bora 2",pillCompareTop2Query:"Linganisha {a} na {b}",pillFindAlternatives:"Tafuta mbadala",pillFindAlternativesQuery:"Ni mbadala gani mazuri kwa {name}?",pillMoreOn:"Zaidi kuhusu {name}",pillMoreOnQuery:"Nisaidie kujua zaidi kuhusu {name}",pillRecommend:"Pendekeza kitu",pillRecommendQuery:"Unaweza kunipendekeza nini?",pillShowPopular:"Onyesha vitu maarufu",pillShowPopularQuery:"Ni bidhaa gani zimekuwa maarufu zaidi?",pillSimilarOptions:"Chaguzi zinazofanana",pillSimilarOptionsQuery:"Nionyeshe zaidi kama {name}",pillUnder:"Chini ya {amount}",pillUnderQuery:"Nionyeshe chaguo chini ya {amount}",pillWhichBest:"Ni ipi bora?",pillWhichBestQuery:"Ni ipi unayopendekeza na kwa nini?",replyingOriginal:"Ninajibu kwa {lang}, matokeo kama ilivyoandikwa kwenye tovuti hii. Uliza chochote.",replyingTranslated:"Ninajibu kwa {lang}, matokeo yamefasiriwa pia. Uliza chochote.",statusSent:"Imetumwa",statusStopped:"Imetumwa \xB7 majibu yametolewa",thinking:"Inafikiri",thoughtForSeconds:"Imefikiri kwa {duration}",thoughtProcess:"Mchakato wa mawazo",vizDisclaimerImage:"Imetengenezwa kwa kutumia Akili Bandia \u2014 rangi, ukubwa na upangaji huenda yakatofautiana na bidhaa halisi.",vizDisclaimerVideo:"Imetengenezwa kwa kutumia Akili Bandia \u2014 rangi, ukubwa na mwendo huenda yakatofautiana na bidhaa halisi.",vizUnavailable:"Hakuna uwezo wa kupakia onyesho la awali.",voiceListening:"Inasikiliza\u2026 gonga kipaza sauti ili kusimama",voiceSending:"Nimepokea \u2014 ninatuma\u2026",termsStepTitle:"Faragha na Masharti ya Matumizi",termsStepSubtitle:"Wazi, bila utambulisho, na bila kukusanya taarifa binafsi.",termsPiiTitle:"Hakuna Ukusanyaji wa Taarifa Binafsi",termsPiiDesc:"Hatukusanyi wala kuhifadhi taarifa za utambulisho binafsi (hakuna barua pepe, nambari za simu, wala majina halisi) kutoka kwa mazungumzo yako au sauti.",termsSessionTitle:"Vitambulisho Visivyojulikana vya Kipindi",termsSessionDesc:"Kipindi chako kinatumia kitambulisho kisichojulikana upande wa mteja ili kuendeleza muktadha tu. Hakihusishwi na utambulisho wako halisi.",termsMemoryTitle:"Mazungumzo ya Muda dhidi ya Hazina ya Mimi",termsMemoryDesc:'Mazungumzo ya kawaida ni ya muda \u2014 kufunga au kufuta mazungumzo kunayaondoa kabisa. Vitu unavyohifadhi kwa "@kiku" vimelindwa na vinaweza kufunguliwa kwenye mimi.akropolys.cloud kwa ufunguo wako wa siri.',termsCookieTitle:"Takwimu za Tovuti Mwenyeji",termsCookieDesc:"Tovuti inayotumia kiku inaweza kukusanya vidakuzi na takwimu kulingana na sera yake ya vidakuzi, nje ya udhibiti wa kiku.",termsAgreeButton:"Kubali na Uendelee",termsAgreeCounting:"Kubali na Uendelee ({seconds}s)",termsPlaceholder:"Tafadhali kagua na ukubali sera ya faragha na masharti hapo juu\u2026",whatHaveYouSaved:"Umehifadhi nini?",voiceHint:"Ongea tu \u2014 nitajibu ukipumzika.",voiceModeExit:"Ondoka kwenye hali ya bila mikono",voiceModeStart:"Mazungumzo ya bila mikono",voiceMuted:"Imezimwa sauti",voiceMutedHint:"Gonga kipaza sauti ili kuongea tena.",voicePhaseListening:"Inasikiliza",voicePhaseSpeaking:"Inazungumza",voicePhaseThinking:"Inafikiri"},urdu:{allSet:"\u0622\u067E \u0628\u0627\u0644\u06A9\u0644 \u062A\u06CC\u0627\u0631 \u06C1\u06CC\u06BA\u060C {name}\u06D4",asWritten:"\u062C\u06CC\u0633\u0627 \u0644\u06A9\u06BE\u0627 \u06C1\u06D2",captureAll:"\u0633\u0628 \u0645\u062D\u0641\u0648\u0638 \u06A9\u0631\u06CC\u06BA ({count})",captureAndRemember:"kiku \u2014 \u0645\u062D\u0641\u0648\u0638 \u06A9\u0631\u06CC\u06BA \u0627\u0648\u0631 \u06CC\u0627\u062F \u0631\u06A9\u06BE\u06CC\u06BA",captureCurrentPage:"\u0645\u0648\u062C\u0648\u062F\u06C1 \u0635\u0641\u062D\u06C1 \u0645\u062D\u0641\u0648\u0638 \u06A9\u0631\u06CC\u06BA",cardClickAnswer:"{name}",cardClickQuery:"\u0645\u062C\u06BE\u06D2 {name}{price} \u06A9\u06D2 \u0628\u0627\u0631\u06D2 \u0645\u06CC\u06BA \u0645\u0632\u06CC\u062F \u0628\u062A\u0627\u0626\u06CC\u06BA \u2014 \u0627\u0633 \u06A9\u06CC \u0627\u06C1\u0645 \u062E\u0635\u0648\u0635\u06CC\u0627\u062A \u06A9\u06CC\u0627 \u06C1\u06CC\u06BA\u060C \u06CC\u06C1 \u06A9\u0633 \u06A9\u06D2 \u0644\u06CC\u06D2 \u0628\u06C1\u062A\u0631\u06CC\u0646 \u06C1\u06D2\u060C \u0627\u0648\u0631 \u0645\u062C\u06BE\u06D2 \u06A9\u06CC\u0627 \u062C\u0627\u0646\u0646\u0627 \u0686\u0627\u06C1\u06CC\u06D2\u061F",clearChat:"\u0686\u06CC\u0679 \u0635\u0627\u0641 \u06A9\u0631\u06CC\u06BA",defaultPlaceholder:"\u0645\u062C\u06BE \u0633\u06D2 \u06A9\u0686\u06BE \u0628\u06BE\u06CC \u067E\u0648\u0686\u06BE\u06CC\u06BA\u2026",deleteThis:"\u0627\u0633\u06D2 \u062D\u0630\u0641 \u06A9\u0631\u06CC\u06BA",detailsTranslated:"\u062A\u0641\u0635\u06CC\u0644\u0627\u062A \u06A9\u0627 \u062A\u0631\u062C\u0645\u06C1 \u06A9\u0631 \u062F\u06CC\u0627 \u06AF\u06CC\u0627\u06D4 \u0642\u06CC\u0645\u062A\u06CC\u06BA \u0627\u0648\u0631 \u0644\u0646\u06A9\u0633 \u0648\u06CC\u0633\u06D2 \u06C1\u06CC \u0631\u06C1\u06CC\u06BA \u06AF\u06D2\u06D4",displayCapture:"{name} \u06A9\u0648 \u0645\u062D\u0641\u0648\u0638 \u06A9\u0631\u06CC\u06BA",displayCaptureAll:"\u0633\u0628 \u0645\u062D\u0641\u0648\u0638 \u06A9\u0631\u06CC\u06BA ({count} \u0627\u0634\u06CC\u0627\u0621)",displayDelete:"\u0627\u0633\u06D2 \u062D\u0630\u0641 \u06A9\u0631\u06CC\u06BA",displayViewHistory:"\u0622\u067E \u0646\u06D2 \u06A9\u06CC\u0627 \u0645\u062D\u0641\u0648\u0638 \u06A9\u06CC\u0627 \u06C1\u06D2\u061F",entityLangIntro:"\u0645\u06CC\u06BA {lang} \u0645\u06CC\u06BA \u062C\u0648\u0627\u0628 \u062F\u06CC\u062A\u0627 \u06C1\u0648\u06BA\u06D4 \u0646\u062A\u0627\u0626\u062C \u06A9\u06D2 \u06A9\u0627\u0631\u0688\u0632 \u0648\u06CC\u0633\u06D2 \u06C1\u06CC \u0631\u06C1 \u0633\u06A9\u062A\u06D2 \u06C1\u06CC\u06BA \u062C\u06CC\u0633\u06D2 \u0633\u0627\u0626\u0679 \u067E\u0631 \u0644\u06A9\u06BE\u06D2 \u06C1\u06CC\u06BA\u060C \u06CC\u0627 \u0627\u0646 \u06A9\u0627 \u062A\u0631\u062C\u0645\u06C1 \u0628\u06BE\u06CC \u06A9\u06CC\u0627 \u062C\u0627 \u0633\u06A9\u062A\u0627 \u06C1\u06D2\u06D4",entityLangPlaceholder:"\u0627\u0648\u067E\u0631 \u062F\u06CC\u06D2 \u06AF\u0626\u06D2 \u062F\u0648 \u06A9\u0627\u0631\u0688\u0632 \u0645\u06CC\u06BA \u0633\u06D2 \u0627\u06CC\u06A9 \u0645\u0646\u062A\u062E\u0628 \u06A9\u0631\u06CC\u06BA\u2026",errAccessRevoked:"\u0627\u0633\u0679\u0648\u0631 \u06A9\u06CC \u0637\u0631\u0641 \u0633\u06D2 \u0627\u0633\u0633\u0679\u0646\u0679 \u062A\u06A9 \u0622\u067E \u06A9\u06CC \u0631\u0633\u0627\u0626\u06CC \u0645\u0646\u0633\u0648\u062E \u06A9\u0631 \u062F\u06CC \u06AF\u0626\u06CC \u06C1\u06D2\u06D4",errAccountRequired:"\u0686\u06CC\u0679 \u0627\u0633\u0633\u0679\u0646\u0679 \u06A9\u0627 \u0627\u0633\u062A\u0639\u0645\u0627\u0644 \u062C\u0627\u0631\u06CC \u0631\u06A9\u06BE\u0646\u06D2 \u06A9\u06D2 \u0644\u06CC\u06D2 \u0628\u0631\u0627\u0626\u06D2 \u0645\u06C1\u0631\u0628\u0627\u0646\u06CC \u0627\u06A9\u0627\u0624\u0646\u0679 \u0628\u0646\u0627\u0626\u06CC\u06BA\u06D4",errShopperReplyLimit:"\u0622\u067E \u0627\u0633 \u0633\u0627\u0626\u0679 \u067E\u0631 \u0627\u067E\u0646\u06D2 \u0627\u06A9\u0627\u0624\u0646\u0679 \u06A9\u06CC \u062C\u0648\u0627\u0628\u0627\u062A \u06A9\u06CC \u062D\u062F \u062A\u06A9 \u067E\u06C1\u0646\u0686 \u0686\u06A9\u06D2 \u06C1\u06CC\u06BA\u06D4",errStreamInterrupted:"\u062C\u0648\u0627\u0628 \u0645\u06CC\u06BA \u062E\u0644\u0644 \u067E\u0691 \u06AF\u06CC\u0627\u06D4 \u0628\u0631\u0627\u0626\u06D2 \u0645\u06C1\u0631\u0628\u0627\u0646\u06CC \u062F\u0648\u0628\u0627\u0631\u06C1 \u06A9\u0648\u0634\u0634 \u06A9\u0631\u06CC\u06BA\u06D4",errTokenLimit:"\u0622\u067E \u06A9\u06D2 \u0627\u0633\u062A\u0639\u0645\u0627\u0644 \u06A9\u06CC \u062D\u062F \u062E\u062A\u0645 \u06C1\u0648 \u0686\u06A9\u06CC \u06C1\u06D2\u06D4 \u062C\u0627\u0631\u06CC \u0631\u06A9\u06BE\u0646\u06D2 \u06A9\u06D2 \u0644\u06CC\u06D2 \u0627\u067E\u0646\u06D2 \u0688\u06CC\u0634 \u0628\u0648\u0631\u0688 \u0645\u06CC\u06BA \u0628\u0644\u0646\u06AF \u06A9\u06CC \u062D\u062F \u0627\u067E \u0688\u06CC\u0679 \u06A9\u0631\u06CC\u06BA\u06D4",errTooManyRequests:"\u0627\u0633\u0633\u0679\u0646\u0679 \u067E\u0631 \u0627\u0633 \u0648\u0642\u062A \u0628\u06C1\u062A \u0632\u06CC\u0627\u062F\u06C1 \u062F\u0631\u062E\u0648\u0627\u0633\u062A\u06CC\u06BA \u0622\u0631\u06C1\u06CC \u06C1\u06CC\u06BA\u06D4 \u0628\u0631\u0627\u0626\u06D2 \u0645\u06C1\u0631\u0628\u0627\u0646\u06CC \u062A\u06BE\u0648\u0691\u06CC \u062F\u06CC\u0631 \u0628\u0639\u062F \u06A9\u0648\u0634\u0634 \u06A9\u0631\u06CC\u06BA\u06D4",footerHint:"kiku \xB7 \u062D\u0642\u06CC\u0642\u06CC \u0648\u0642\u062A \u0645\u06CC\u06BA \u0645\u06A9\u0645\u0644 \u06A9\u06CC\u0679\u0644\u0627\u06AF \u062A\u0644\u0627\u0634 \u06A9\u0631\u062A\u0627 \u06C1\u06D2",greetReturning:"\u062E\u0648\u0634 \u0622\u0645\u062F\u06CC\u062F\u060C {name}\u06D4",greetReturningLead:"\u0622\u062C \u0645\u06CC\u06BA \u0622\u067E \u06A9\u06D2 \u0644\u06CC\u06D2 \u06A9\u06CC\u0627 \u062A\u0644\u0627\u0634 \u06A9\u0631 \u0633\u06A9\u062A\u0627 \u06C1\u0648\u06BA\u061F",howShouldResultsLook:"\u0646\u062A\u0627\u0626\u062C \u06A9\u06CC\u0633\u06CC \u062F\u06A9\u06BE\u0646\u06CC \u0686\u0627\u06C1\u0626\u06CC\u06BA\u061F",inLanguage:"{lang} \u0645\u06CC\u06BA",keyAutoHide:"{seconds} \u0633\u06CC\u06A9\u0646\u0688 \u0645\u06CC\u06BA \u062E\u0648\u062F \u0628\u062E\u0648\u062F \u0686\u06BE\u067E \u062C\u0627\u0626\u06D2 \u06AF\u0627\u06D4",keyCopied:"\u06A9\u0627\u067E\u06CC \u06C1\u0648 \u06AF\u06CC\u0627",keyCopyId:"\u0622\u0626\u06CC \u0688\u06CC \u06A9\u0627\u067E\u06CC \u06A9\u0631\u06CC\u06BA",keyCopySecret:"\u062E\u0641\u06CC\u06C1 \u06A9\u0644\u06CC\u062F \u06A9\u0627\u067E\u06CC \u06A9\u0631\u06CC\u06BA",keyCreateNew:"\u0645\u06CC\u06BA \u0646\u06CC\u0627 \u06C1\u0648\u06BA \u2014 \u0646\u0626\u06CC \u0628\u0646\u0627\u0626\u06CC\u06BA",keyCreating:"\u0628\u0646\u0627\u06CC\u0627 \u062C\u0627 \u0631\u06C1\u0627 \u06C1\u06D2\u2026",keyDismiss:"\u0631\u062F \u06A9\u0631\u06CC\u06BA",keyPastePlaceholder:"\u0622\u067E \u06A9\u06CC \u067E\u0628\u0644\u06A9 \u0622\u0626\u06CC \u0688\u06CC\u2026",keyPastePrompt:"\u0627\u067E\u0646\u06CC \u067E\u0628\u0644\u06A9 \u0622\u0626\u06CC \u0688\u06CC \u0686\u0633\u067E\u0627\u06BA \u06A9\u0631\u06CC\u06BA \u2014 \u06CC\u0627 \u0646\u0626\u06CC \u0628\u0646\u0627\u0626\u06CC\u06BA",keyPublicHint:"\u0627\u0633\u06CC \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0645\u06CC\u06BA \u0645\u062D\u0641\u0648\u0638 \u06A9\u0631\u0646\u06D2 \u06A9\u06D2 \u0644\u06CC\u06D2 \u0627\u0633\u06D2 \u06A9\u0633\u06CC \u0628\u06BE\u06CC \u0633\u0627\u0626\u0679 \u067E\u0631 \u0686\u0633\u067E\u0627\u06BA \u06A9\u0631\u06CC\u06BA\u06D4",keyPublicTitle:"\u0622\u067E \u06A9\u06CC \u067E\u0628\u0644\u06A9 \u0622\u0626\u06CC \u0688\u06CC",keySecretHint:"\u0627\u0633\u06D2 \u062E\u0641\u06CC\u06C1 \u0631\u06A9\u06BE\u06CC\u06BA \u2014 \u0627\u067E\u0646\u06CC \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u06A9\u0648 \u06A9\u06BE\u0648\u0644\u0646\u06D2 \u06A9\u06D2 \u0644\u06CC\u06D2 \u0627\u0633\u062A\u0639\u0645\u0627\u0644 \u06A9\u0631\u06CC\u06BA\u06D4",keySecretTitle:"\u0622\u067E \u06A9\u06CC \u062E\u0641\u06CC\u06C1 \u06A9\u0644\u06CC\u062F \u2014 \u0635\u0631\u0641 \u0627\u06CC\u06A9 \u0628\u0627\u0631 \u062F\u06A9\u06BE\u0627\u0626\u06CC \u062C\u0627\u0626\u06D2 \u06AF\u06CC",keyUseMine:"\u0645\u06CC\u0631\u06CC \u0622\u0626\u06CC \u0688\u06CC \u0627\u0633\u062A\u0639\u0645\u0627\u0644 \u06A9\u0631\u06CC\u06BA",kikuActionUnavailable:"\u0645\u0639\u0630\u0631\u062A \u2014 \u06CC\u06C1 \u0639\u0645\u0644 \u0627\u0633 \u0633\u0627\u0626\u0679 \u067E\u0631 \u062F\u0633\u062A\u06CC\u0627\u0628 \u0646\u06C1\u06CC\u06BA \u06C1\u06D2\u06D4",kikuCaptureDbError:"\u0688\u06CC\u0679\u0627 \u0628\u06CC\u0633 \u06A9\u06CC \u062E\u0631\u0627\u0628\u06CC \u06A9\u06CC \u0648\u062C\u06C1 \u0633\u06D2 \u0645\u062D\u0641\u0648\u0638 \u06A9\u0631\u0646\u06D2 \u0645\u06CC\u06BA \u0646\u0627\u06A9\u0627\u0645\u06CC\u06D4",kikuCaptureNoContext:"\u0635\u0641\u062D\u06D2 \u06A9\u0627 \u0633\u06CC\u0627\u0642 \u0648 \u0633\u0628\u0627\u0642 \u0646\u06C1 \u0645\u0644\u0646\u06D2 \u06A9\u06CC \u0648\u062C\u06C1 \u0633\u06D2 \u0645\u062D\u0641\u0648\u0638 \u06A9\u0631\u0646\u06D2 \u0645\u06CC\u06BA \u0646\u0627\u06A9\u0627\u0645\u06CC\u06D4",kikuCaptureNoUrl:"\u06A9\u0648\u0626\u06CC \u0622\u0626\u0679\u0645 \u0645\u062D\u0641\u0648\u0638 \u0646\u06C1\u06CC\u06BA \u06C1\u0648 \u0633\u06A9\u0627 \u06A9\u06CC\u0648\u0646\u06A9\u06C1 \u06A9\u0633\u06CC \u06A9\u06D2 \u067E\u0627\u0633 \u062F\u0631\u0633\u062A URL \u0646\u06C1\u06CC\u06BA \u062A\u06BE\u0627\u06D4",kikuCaptureNoneSelected:"\u0645\u062D\u0641\u0648\u0638 \u06A9\u0631\u0646\u06D2 \u06A9\u06D2 \u0644\u06CC\u06D2 \u06A9\u0648\u0626\u06CC \u0622\u0626\u0679\u0645 \u0645\u0646\u062A\u062E\u0628 \u0646\u06C1\u06CC\u06BA \u06A9\u06CC\u0627 \u06AF\u06CC\u0627\u06D4",kikuDeleteDbError:"\u0688\u06CC\u0679\u0627 \u0628\u06CC\u0633 \u06A9\u06CC \u062E\u0631\u0627\u0628\u06CC \u06A9\u06CC \u0648\u062C\u06C1 \u0633\u06D2 \u062D\u0630\u0641 \u06A9\u0631\u0646\u06D2 \u0645\u06CC\u06BA \u0646\u0627\u06A9\u0627\u0645\u06CC\u06D4",kikuDeleteDone:"\u0622\u067E \u06A9\u06CC \u0645\u062D\u0641\u0648\u0638 \u06A9\u0631\u062F\u06C1 \u0627\u0634\u06CC\u0627\u0621 \u0633\u06D2 \u06C1\u0679\u0627 \u062F\u06CC\u0627 \u06AF\u06CC\u0627\u06D4",kikuDeleteNoContext:"\u062D\u0630\u0641 \u06A9\u0631\u0646\u06D2 \u06A9\u06D2 \u0644\u06CC\u06D2 \u0635\u0641\u062D\u06D2 \u06A9\u0627 \u0633\u06CC\u0627\u0642 \u0648 \u0633\u0628\u0627\u0642 \u0641\u0631\u0627\u06C1\u0645 \u0646\u06C1\u06CC\u06BA \u06A9\u06CC\u0627 \u06AF\u06CC\u0627\u06D4",kikuMemoryIntro:"\u0633\u0627\u0626\u0679\u0633 \u0628\u06BE\u0631 \u0645\u06CC\u06BA \u0645\u062D\u0641\u0648\u0638 \u06A9\u0631\u062F\u06C1 \u062A\u0645\u0627\u0645 \u0686\u06CC\u0632\u06CC\u06BA \u0622\u067E \u06A9\u06CC \u0646\u062C\u06CC \u06CC\u0627\u062F\u062F\u0627\u0634\u062A \u0645\u06CC\u06BA \u06C1\u06CC\u06BA\u06D4 \u0627\u067E\u0646\u06CC \u062E\u0641\u06CC\u06C1 \u06A9\u0644\u06CC\u062F \u0633\u06D2 \u06A9\u06BE\u0648\u0644\u06CC\u06BA:",kikuMintNeeded:"\u0633\u0627\u0626\u0679\u0633 \u067E\u0631 \u0686\u06CC\u0632\u06CC\u06BA \u0645\u062D\u0641\u0648\u0638 \u06A9\u0631\u0646\u06D2 \u06A9\u06D2 \u0644\u06CC\u06D2 \u0622\u067E \u06A9\u0648 kiku \u06A9\u06CC \u0636\u0631\u0648\u0631\u062A \u06C1\u06D2 \u2014 \u0645\u06CC\u06BA \u0622\u067E \u06A9\u06D2 \u0644\u06CC\u06D2 \u0627\u06CC\u06A9 \u06A9\u0644\u06CC\u062F \u0628\u0646\u0627\u0624\u06BA \u06AF\u0627\u06D4 \u06CC\u06C1 \u0635\u0631\u0641 \u0627\u06CC\u06A9 \u0628\u0627\u0631 \u062F\u06A9\u06BE\u0627\u0626\u06CC \u062C\u0627\u062A\u06CC \u06C1\u06D2\u060C \u0627\u0633\u06D2 \u0645\u062D\u0641\u0648\u0638 \u0631\u06A9\u06BE\u06CC\u06BA\u06D4",kikuMintOffer:"\u0645\u06CC\u06BA \u0627\u0633\u06D2 \u0622\u067E \u06A9\u06D2 \u0644\u06CC\u06D2 \u0645\u062D\u0641\u0648\u0638 \u0631\u06A9\u06BE \u0633\u06A9\u062A\u0627 \u06C1\u0648\u06BA \u2014 \u0645\u06CC\u06BA \u0622\u067E \u06A9\u06D2 \u0644\u06CC\u06D2 \u0627\u06CC\u06A9 kiku \u06A9\u0644\u06CC\u062F \u0628\u0646\u0627\u0624\u06BA \u06AF\u0627\u06D4 \u06CC\u06C1 \u0635\u0631\u0641 \u0627\u06CC\u06A9 \u0628\u0627\u0631 \u062F\u06A9\u06BE\u0627\u0626\u06CC \u062C\u0627\u062A\u06CC \u06C1\u06D2\u06D4",kikuNeedKeyToUpdate:"\u0627\u067E\u0646\u06CC kiku \u06A9\u0644\u06CC\u062F \u062F\u0631\u062C \u06A9\u0631\u06CC\u06BA \u062A\u0627\u06A9\u06C1 \u0645\u06CC\u06BA \u0622\u067E \u06A9\u06CC \u0645\u062D\u0641\u0648\u0638 \u06A9\u0631\u062F\u06C1 \u0627\u0634\u06CC\u0627\u0621 \u062A\u0644\u0627\u0634 \u0627\u0648\u0631 \u0627\u067E \u0688\u06CC\u0679 \u06A9\u0631 \u0633\u06A9\u0648\u06BA\u06D4",micDenied:"\u0645\u0627\u0626\u06CC\u06A9\u0631\u0648\u0641\u0648\u0646 \u0628\u0644\u0627\u06A9 \u06C1\u06D2\u06D4 \u0627\u0633 \u0633\u0627\u0626\u0679 \u06A9\u06D2 \u0644\u06CC\u06D2 \u0645\u0627\u0626\u06CC\u06A9 \u06A9\u06CC \u0627\u062C\u0627\u0632\u062A \u062F\u06CC\u06BA \u0627\u0648\u0631 \u062F\u0648\u0628\u0627\u0631\u06C1 \u06A9\u0648\u0634\u0634 \u06A9\u0631\u06CC\u06BA\u06D4",micFailed:"\u0622\u0648\u0627\u0632 \u0633\u0646\u0627\u0626\u06CC \u0646\u06C1\u06CC\u06BA \u062F\u06CC\u06D4 \u062F\u0648\u0628\u0627\u0631\u06C1 \u06A9\u0648\u0634\u0634 \u06A9\u0631\u06CC\u06BA\u06D4",micInsecure:"\u0622\u0648\u0627\u0632 \u06A9\u06D2 \u0644\u06CC\u06D2 \u0645\u062D\u0641\u0648\u0638 (https) \u06A9\u0646\u06A9\u0634\u0646 \u062F\u0631\u06A9\u0627\u0631 \u06C1\u06D2\u06D4",micLangUnsupported:"\u06CC\u06C1 \u0628\u0631\u0627\u0624\u0632\u0631 \u0627\u0628\u06BE\u06CC \u0627\u0633 \u0632\u0628\u0627\u0646 \u06A9\u0648 \u0646\u06C1\u06CC\u06BA \u0633\u0645\u062C\u06BE \u0633\u06A9\u062A\u0627\u06D4 \u0628\u0631\u0627\u06C1 \u06A9\u0631\u0645 \u0679\u0627\u0626\u067E \u06A9\u0631\u06CC\u06BA\u06D4",micMissing:"\u06A9\u0648\u0626\u06CC \u0645\u0627\u0626\u06CC\u06A9\u0631\u0648\u0641\u0648\u0646 \u0646\u06C1\u06CC\u06BA \u0645\u0644\u0627\u06D4",micNetwork:"\u0622\u0648\u0627\u0632 \u06A9\u06D2 \u0644\u06CC\u06D2 \u0627\u0646\u0679\u0631\u0646\u06CC\u0679 \u06A9\u0646\u06A9\u0634\u0646 \u062F\u0631\u06A9\u0627\u0631 \u06C1\u06D2\u06D4 \u0627\u067E\u0646\u0627 \u06A9\u0646\u06A9\u0634\u0646 \u0686\u06CC\u06A9 \u06A9\u0631\u06CC\u06BA \u0627\u0648\u0631 \u062F\u0648\u0628\u0627\u0631\u06C1 \u06A9\u0648\u0634\u0634 \u06A9\u0631\u06CC\u06BA\u06D4",micNoSpeech:"\u06A9\u0686\u06BE \u0633\u0646\u0627\u0626\u06CC \u0646\u06C1\u06CC\u06BA \u062F\u06CC\u0627\u06D4 \u0645\u0627\u0626\u06CC\u06A9 \u06A9\u06D2 \u0642\u0631\u06CC\u0628 \u0622 \u06A9\u0631 \u062F\u0648\u0628\u0627\u0631\u06C1 \u0628\u0648\u0644\u06CC\u06BA\u06D4",namePlaceholder:"\u0627\u067E\u0646\u0627 \u0646\u0627\u0645 \u0644\u06A9\u06BE\u06CC\u06BA\u2026",nameStepAsk:"\u0645\u06CC\u06BA \u0622\u067E \u06A9\u0648 \u06A9\u0633 \u0646\u0627\u0645 \u0633\u06D2 \u067E\u06A9\u0627\u0631\u0648\u06BA\u061F",nameStepLead:"\u0645\u06CC\u06BA \u0622\u067E \u06A9\u06D2 \u0644\u06CC\u06D2 \u0627\u0633 \u0633\u0627\u0626\u0679 \u06CC\u0627 \u06A9\u0633\u06CC \u062F\u0648\u0633\u0631\u06CC \u0633\u0627\u0626\u0679 \u067E\u0631 \u06A9\u0686\u06BE \u0628\u06BE\u06CC \u062A\u0644\u0627\u0634\u060C \u062A\u0635\u0648\u0631 \u06CC\u0627 \u0645\u062D\u0641\u0648\u0638 \u06A9\u0631 \u0633\u06A9\u062A\u0627 \u06C1\u0648\u06BA\u06D4",nameStepTitle:"\u0622\u067E \u0633\u06D2 \u0645\u0644 \u06A9\u0631 \u062E\u0648\u0634\u06CC \u06C1\u0648\u0626\u06CC\u06D4",namesAsWritten:"\u0646\u0627\u0645 \u0627\u0648\u0631 \u062A\u0641\u0635\u06CC\u0644\u0627\u062A \u0628\u0627\u0644\u06A9\u0644 \u0648\u06CC\u0633\u06D2 \u062C\u06CC\u0633\u06D2 \u0633\u0627\u0626\u0679 \u067E\u0631 \u062F\u0631\u062C \u06C1\u06CC\u06BA\u06D4",pillCompareTop2:"\u0628\u06C1\u062A\u0631\u06CC\u0646 2 \u06A9\u0627 \u0645\u0648\u0627\u0632\u0646\u06C1 \u06A9\u0631\u06CC\u06BA",pillCompareTop2Query:"{a} \u0627\u0648\u0631 {b} \u06A9\u0627 \u0645\u0648\u0627\u0632\u0646\u06C1 \u06A9\u0631\u06CC\u06BA",pillFindAlternatives:"\u0645\u062A\u0628\u0627\u062F\u0644 \u062A\u0644\u0627\u0634 \u06A9\u0631\u06CC\u06BA",pillFindAlternativesQuery:"{name} \u06A9\u06D2 \u0627\u0686\u06BE\u06D2 \u0645\u062A\u0628\u0627\u062F\u0644 \u06A9\u06CC\u0627 \u06C1\u06CC\u06BA\u061F",pillMoreOn:"{name} \u06A9\u06D2 \u0628\u0627\u0631\u06D2 \u0645\u06CC\u06BA \u0645\u0632\u06CC\u062F",pillMoreOnQuery:"\u0645\u062C\u06BE\u06D2 {name} \u06A9\u06D2 \u0628\u0627\u0631\u06D2 \u0645\u06CC\u06BA \u0645\u0632\u06CC\u062F \u0628\u062A\u0627\u0626\u06CC\u06BA",pillRecommend:"\u06A9\u0686\u06BE \u062A\u062C\u0648\u06CC\u0632 \u06A9\u0631\u06CC\u06BA",pillRecommendQuery:"\u0622\u067E \u0645\u06CC\u0631\u06D2 \u0644\u06CC\u06D2 \u06A9\u06CC\u0627 \u062A\u062C\u0648\u06CC\u0632 \u06A9\u0631\u062A\u06D2 \u06C1\u06CC\u06BA\u061F",pillShowPopular:"\u0645\u0642\u0628\u0648\u0644 \u0627\u0634\u06CC\u0627\u0621 \u062F\u06A9\u06BE\u0627\u0626\u06CC\u06BA",pillShowPopularQuery:"\u0622\u067E \u06A9\u06CC \u0633\u0628 \u0633\u06D2 \u0645\u0642\u0628\u0648\u0644 \u0627\u0634\u06CC\u0627\u0621 \u06A9\u0648\u0646 \u0633\u06CC \u06C1\u06CC\u06BA\u061F",pillSimilarOptions:"\u0645\u0644\u062A\u06D2 \u062C\u0644\u062A\u06D2 \u0627\u062E\u062A\u06CC\u0627\u0631\u0627\u062A",pillSimilarOptionsQuery:"\u0645\u062C\u06BE\u06D2 {name} \u062C\u06CC\u0633\u06CC \u0645\u0632\u06CC\u062F \u0686\u06CC\u0632\u06CC\u06BA \u062F\u06A9\u06BE\u0627\u0626\u06CC\u06BA",pillUnder:"{amount} \u0633\u06D2 \u06A9\u0645",pillUnderQuery:"{amount} \u0633\u06D2 \u06A9\u0645 \u0642\u06CC\u0645\u062A \u0648\u0627\u0644\u06D2 \u0627\u062E\u062A\u06CC\u0627\u0631\u0627\u062A \u062F\u06A9\u06BE\u0627\u0626\u06CC\u06BA",pillWhichBest:"\u06A9\u0648\u0646 \u0633\u0627 \u0628\u06C1\u062A\u0631\u06CC\u0646 \u06C1\u06D2\u061F",pillWhichBestQuery:"\u0622\u067E \u06A9\u0648\u0646 \u0633\u0627 \u062A\u062C\u0648\u06CC\u0632 \u06A9\u0631\u06CC\u06BA \u06AF\u06D2 \u0627\u0648\u0631 \u06A9\u06CC\u0648\u06BA\u061F",replyingOriginal:"\u0645\u06CC\u06BA {lang} \u0645\u06CC\u06BA \u062C\u0648\u0627\u0628 \u062F\u06D2 \u0631\u06C1\u0627 \u06C1\u0648\u06BA\u060C \u0646\u062A\u0627\u0626\u062C \u0633\u0627\u0626\u0679 \u06A9\u06D2 \u0645\u0637\u0627\u0628\u0642 \u06C1\u06CC\u06BA\u06D4 \u0645\u062C\u06BE \u0633\u06D2 \u06A9\u0686\u06BE \u0628\u06BE\u06CC \u067E\u0648\u0686\u06BE\u06CC\u06BA\u06D4",replyingTranslated:"\u0645\u06CC\u06BA {lang} \u0645\u06CC\u06BA \u062C\u0648\u0627\u0628 \u062F\u06D2 \u0631\u06C1\u0627 \u06C1\u0648\u06BA\u060C \u0646\u062A\u0627\u0626\u062C \u06A9\u0627 \u062A\u0631\u062C\u0645\u06C1 \u0628\u06BE\u06CC \u06A9\u06CC\u0627 \u06AF\u06CC\u0627 \u06C1\u06D2\u06D4 \u0645\u062C\u06BE \u0633\u06D2 \u06A9\u0686\u06BE \u0628\u06BE\u06CC \u067E\u0648\u0686\u06BE\u06CC\u06BA\u06D4",statusSent:"\u0628\u06BE\u06CC\u062C \u062F\u06CC\u0627 \u06AF\u06CC\u0627",statusStopped:"\u0628\u06BE\u06CC\u062C \u062F\u06CC\u0627 \u06AF\u06CC\u0627 \xB7 \u062C\u0648\u0627\u0628 \u0631\u0648\u06A9 \u062F\u06CC\u0627 \u06AF\u06CC\u0627",thinking:"\u0633\u0648\u0686 \u0631\u06C1\u0627 \u06C1\u06D2",thoughtForSeconds:"{duration} \u062A\u06A9 \u0633\u0648\u0686\u0627",thoughtProcess:"\u0633\u0648\u0686\u0646\u06D2 \u06A9\u0627 \u0639\u0645\u0644",vizDisclaimerImage:"\u0645\u0635\u0646\u0648\u0639\u06CC \u0630\u06C1\u0627\u0646\u062A \u0633\u06D2 \u062A\u06CC\u0627\u0631 \u06A9\u0631\u062F\u06C1 \u2014 \u0627\u0635\u0644 \u067E\u0631\u0648\u0688\u06A9\u0679 \u0633\u06D2 \u0631\u0646\u06AF\u060C \u0633\u0627\u0626\u0632 \u0627\u0648\u0631 \u062C\u06AF\u06C1 \u0645\u062E\u062A\u0644\u0641 \u06C1\u0648 \u0633\u06A9\u062A\u06CC \u06C1\u06D2\u06D4",vizDisclaimerVideo:"\u0645\u0635\u0646\u0648\u0639\u06CC \u0630\u06C1\u0627\u0646\u062A \u0633\u06D2 \u062A\u06CC\u0627\u0631 \u06A9\u0631\u062F\u06C1 \u2014 \u0627\u0635\u0644 \u067E\u0631\u0648\u0688\u06A9\u0679 \u0633\u06D2 \u0631\u0646\u06AF\u060C \u0633\u0627\u0626\u0632 \u0627\u0648\u0631 \u062D\u0631\u06A9\u062A \u0645\u062E\u062A\u0644\u0641 \u06C1\u0648 \u0633\u06A9\u062A\u06CC \u06C1\u06D2\u06D4",vizUnavailable:"\u067E\u06CC\u0634 \u0646\u0638\u0627\u0631\u06C1 \u0644\u0648\u0688 \u0646\u06C1\u06CC\u06BA \u06C1\u0648 \u0633\u06A9\u0627\u06D4",voiceHint:"\u0628\u0633 \u0628\u0627\u062A \u06A9\u0631\u06CC\u06BA \u2014 \u062C\u0628 \u0622\u067E \u0631\u06A9\u06CC\u06BA \u06AF\u06D2 \u062A\u0648 \u0645\u06CC\u06BA \u062C\u0648\u0627\u0628 \u062F\u0648\u06BA \u06AF\u0627\u06D4",voiceListening:"\u0633\u0646 \u0631\u06C1\u0627 \u06C1\u06D2\u2026 \u0631\u0648\u06A9\u0646\u06D2 \u06A9\u06D2 \u0644\u06CC\u06D2 \u0645\u0627\u0626\u06CC\u06A9 \u067E\u0631 \u0679\u06CC\u067E \u06A9\u0631\u06CC\u06BA",voiceModeExit:"\u06C1\u06CC\u0646\u0688\u0632 \u0641\u0631\u06CC \u0633\u06D2 \u0646\u06A9\u0644\u06CC\u06BA",voiceModeStart:"\u06C1\u06CC\u0646\u0688\u0632 \u0641\u0631\u06CC \u06AF\u0641\u062A\u06AF\u0648",voiceMuted:"\u062E\u0627\u0645\u0648\u0634 (\u0645\u06CC\u0648\u0679)",voiceMutedHint:"\u062F\u0648\u0628\u0627\u0631\u06C1 \u0628\u0648\u0644\u0646\u06D2 \u06A9\u06D2 \u0644\u06CC\u06D2 \u0645\u0627\u0626\u06CC\u06A9\u0631\u0648\u0641\u0648\u0646 \u067E\u0631 \u0679\u06CC\u067E \u06A9\u0631\u06CC\u06BA\u06D4",voicePhaseListening:"\u0633\u0646 \u0631\u06C1\u0627 \u06C1\u06D2",voicePhaseSpeaking:"\u0628\u0648\u0644 \u0631\u06C1\u0627 \u06C1\u06D2",voicePhaseThinking:"\u0633\u0648\u0686 \u0631\u06C1\u0627 \u06C1\u06D2",voiceSending:"\u0633\u0645\u062C\u06BE \u06AF\u06CC\u0627 \u2014 \u0628\u06BE\u06CC\u062C \u0631\u06C1\u0627 \u06C1\u06D2\u2026",termsStepTitle:"\u0631\u0627\u0632\u062F\u0627\u0631\u06CC \u0627\u0648\u0631 \u0627\u0633\u062A\u0639\u0645\u0627\u0644 \u06A9\u06CC \u0634\u0631\u0627\u0626\u0637",termsStepSubtitle:"\u0634\u0641\u0627\u0641\u060C \u06AF\u0645\u0646\u0627\u0645\u060C \u0627\u0648\u0631 \u0628\u063A\u06CC\u0631 \u06A9\u0633\u06CC \u0630\u0627\u062A\u06CC \u0634\u0646\u0627\u062E\u062A\u06CC \u0688\u06CC\u0679\u0627 \u06A9\u06D2\u06D4",termsPiiTitle:"\u06A9\u0648\u0626\u06CC \u0630\u0627\u062A\u06CC \u0634\u0646\u0627\u062E\u062A\u06CC \u0688\u06CC\u0679\u0627 \u0627\u06A9\u0679\u06BE\u0627 \u0646\u06C1\u06CC\u06BA \u06A9\u06CC\u0627 \u062C\u0627\u062A\u0627",termsPiiDesc:"\u06C1\u0645 \u0622\u067E \u06A9\u06CC \u0686\u06CC\u0679\u0633 \u06CC\u0627 \u0635\u0648\u062A\u06CC \u06AF\u0641\u062A\u06AF\u0648 \u0633\u06D2 \u06A9\u0628\u06BE\u06CC \u0628\u06BE\u06CC \u06A9\u0648\u0626\u06CC \u0630\u0627\u062A\u06CC \u0634\u0646\u0627\u062E\u062A\u06CC \u0645\u0639\u0644\u0648\u0645\u0627\u062A (\u06A9\u0648\u0626\u06CC \u0627\u06CC \u0645\u06CC\u0644\u060C \u0641\u0648\u0646 \u0646\u0645\u0628\u0631\u060C \u06CC\u0627 \u062D\u0642\u06CC\u0642\u06CC \u0646\u0627\u0645) \u0627\u06A9\u0679\u06BE\u0627 \u06CC\u0627 \u0645\u062D\u0641\u0648\u0638 \u0646\u06C1\u06CC\u06BA \u06A9\u0631\u062A\u06D2\u06D4",termsSessionTitle:"\u06AF\u0645\u0646\u0627\u0645 \u0633\u06CC\u0634\u0646 \u0679\u0648\u06A9\u0646\u0632",termsSessionDesc:"\u0622\u067E \u06A9\u0627 \u0633\u06CC\u0634\u0646 \u0635\u0631\u0641 \u0633\u06CC\u0627\u0642 \u0648 \u0633\u0628\u0627\u0642 \u0628\u0631\u0642\u0631\u0627\u0631 \u0631\u06A9\u06BE\u0646\u06D2 \u06A9\u06D2 \u0644\u06CC\u06D2 \u0627\u06CC\u06A9 \u06AF\u0645\u0646\u0627\u0645 \u0679\u0648\u06A9\u0646 \u0627\u0633\u062A\u0639\u0645\u0627\u0644 \u06A9\u0631\u062A\u0627 \u06C1\u06D2\u06D4 \u06CC\u06C1 \u06A9\u0628\u06BE\u06CC \u0628\u06BE\u06CC \u0622\u067E \u06A9\u06CC \u062D\u0642\u06CC\u0642\u06CC \u0634\u0646\u0627\u062E\u062A \u0633\u06D2 \u0646\u06C1\u06CC\u06BA \u062C\u0691\u062A\u0627\u06D4",termsMemoryTitle:"\u0639\u0627\u0631\u0636\u06CC \u0686\u06CC\u0679\u0633 \u0628\u0645\u0642\u0627\u0628\u0644\u06C1 \u0645\u06CC\u0645\u06CC \u0648\u0627\u0644\u0679",termsMemoryDesc:'\u0639\u0627\u0645 \u0686\u06CC\u0679\u0633 \u0639\u0627\u0631\u0636\u06CC \u06C1\u06CC\u06BA \u2014 \u0679\u06CC\u0628 \u0628\u0646\u062F \u06A9\u0631\u0646\u06D2 \u06CC\u0627 \u0686\u06CC\u0679 \u0635\u0627\u0641 \u06A9\u0631\u0646\u06D2 \u0633\u06D2 \u0648\u06C1 \u06C1\u0645\u06CC\u0634\u06C1 \u06A9\u06D2 \u0644\u06CC\u06D2 \u062E\u062A\u0645 \u06C1\u0648 \u062C\u0627\u062A\u06CC \u06C1\u06CC\u06BA\u06D4 \u0648\u06C1 \u0686\u06CC\u0632\u06CC\u06BA \u062C\u0648 \u0622\u067E "@kiku" \u0633\u06D2 \u0645\u062D\u0641\u0648\u0638 \u06A9\u0631\u062A\u06D2 \u06C1\u06CC\u06BA \u0627\u0646\u06A9\u0631\u067E\u0679\u0688 \u06C1\u0648\u062A\u06CC \u06C1\u06CC\u06BA \u0627\u0648\u0631 \u0627\u0646\u06C1\u06CC\u06BA \u0627\u067E\u0646\u06CC \u062E\u0641\u06CC\u06C1 \u06A9\u0644\u06CC\u062F \u06A9\u06D2 \u0630\u0631\u06CC\u0639\u06D2 mimi.akropolys.cloud \u067E\u0631 \u06A9\u06BE\u0648\u0644\u0627 \u062C\u0627 \u0633\u06A9\u062A\u0627 \u06C1\u06D2\u06D4',termsCookieTitle:"\u0645\u06CC\u0632\u0628\u0627\u0646 \u0648\u06CC\u0628 \u0633\u0627\u0626\u0679 \u0679\u06CC\u0644\u06CC \u0645\u06CC\u0679\u0631\u06CC",termsCookieDesc:"\u062C\u0633 \u0648\u06CC\u0628 \u0633\u0627\u0626\u0679 \u067E\u0631 kiku \u0634\u0627\u0645\u0644 \u06C1\u06D2 \u0648\u06C1 \u0627\u067E\u0646\u06CC \u06A9\u0648\u06A9\u06CC \u067E\u0627\u0644\u06CC\u0633\u06CC \u06A9\u06D2 \u062A\u062D\u062A \u06A9\u0648\u06A9\u06CC\u0632 \u0627\u0648\u0631 \u0627\u06CC\u0646\u0627\u0644\u06CC\u0679\u06A9\u0633 \u062C\u0645\u0639 \u06A9\u0631 \u0633\u06A9\u062A\u06CC \u06C1\u06D2\u060C \u062C\u0648 kiku \u06A9\u06D2 \u06A9\u0646\u0679\u0631\u0648\u0644 \u0633\u06D2 \u0628\u0627\u06C1\u0631 \u06C1\u06D2\u06D4",termsAgreeButton:"\u0645\u062A\u0641\u0642 \u06C1\u0648\u06BA \u0627\u0648\u0631 \u062C\u0627\u0631\u06CC \u0631\u06A9\u06BE\u06CC\u06BA",termsAgreeCounting:"\u0645\u062A\u0641\u0642 \u06C1\u0648\u06BA \u0627\u0648\u0631 \u062C\u0627\u0631\u06CC \u0631\u06A9\u06BE\u06CC\u06BA ({seconds}s)",termsPlaceholder:"\u0628\u0631\u0627\u0626\u06D2 \u0645\u06C1\u0631\u0628\u0627\u0646\u06CC \u0627\u0648\u067E\u0631 \u062F\u06CC \u06AF\u0626\u06CC \u0631\u0627\u0632\u062F\u0627\u0631\u06CC \u0627\u0648\u0631 \u0634\u0631\u0627\u0626\u0637 \u06A9\u0627 \u062C\u0627\u0626\u0632\u06C1 \u0644\u06CC\u06BA \u0627\u0648\u0631 \u0642\u0628\u0648\u0644 \u06A9\u0631\u06CC\u06BA\u2026",whatHaveYouSaved:"\u0622\u067E \u0646\u06D2 \u06A9\u06CC\u0627 \u0645\u062D\u0641\u0648\u0638 \u06A9\u06CC\u0627 \u06C1\u06D2\u061F"}};var mn=require("react/jsx-runtime");function Ya(e){if(!e)return null;let a=e.trim().toLowerCase(),r={english:"english",en:"english",swahili:"swahili",kiswahili:"swahili",sw:"swahili",french:"french",fran\u00E7ais:"french",francais:"french",fr:"french",spanish:"spanish",espa\u00F1ol:"spanish",espanol:"spanish",es:"spanish",arabic:"arabic",\u0627\u0644\u0639\u0631\u0628\u064A\u0629:"arabic",ar:"arabic",portuguese:"portuguese",portugu\u00EAs:"portuguese",pt:"portuguese",hindi:"hindi",\u0939\u093F\u0928\u094D\u0926\u0940:"hindi",hi:"hindi",chinese:"chinese",\u4E2D\u6587:"chinese",zh:"chinese",japanese:"japanese",\u65E5\u672C\u8A9E:"japanese",ja:"japanese",urdu:"urdu",\u0627\u0631\u062F\u0648:"urdu",ur:"urdu"}[a];return!r||!(r in un)?null:{strings:un[r],dir:r==="arabic"||r==="urdu"?"rtl":"ltr",bcp47:r==="arabic"?"ar":r==="hindi"?"hi":r==="chinese"?"zh":r==="japanese"?"ja":r==="urdu"?"ur":r==="swahili"?"sw":r==="french"?"fr":r==="spanish"?"es":r==="portuguese"?"pt":"en"}}function Ac(e){let a=/var\(\s*(--[\w-]+)/.exec(e)?.[1];if(!a||typeof document>"u")return"";for(let t of[document.documentElement,document.body]){let r=t?getComputedStyle(t).getPropertyValue(a).trim():"";if(r)return r.split(",")[0].trim()}return""}function Wo({shopperLanguage:e,theme:a}){let t=(0,Ko.useAkropolysContext)(),[r,n]=(0,Ie.useState)(()=>Ya(e)?.strings||{}),[i,c]=(0,Ie.useState)(!0),[s,o]=(0,Ie.useState)(()=>!e||!!Ya(e)),d=e?`akropolys_ui_dir_${e.toLowerCase()}`:"",[p,h]=(0,Ie.useState)(()=>{let T=Ya(e);if(T)return T.dir==="rtl";if(Oa(e)?.rtl)return!0;if(typeof window>"u"||!d)return!1;try{return localStorage.getItem(d)==="rtl"}catch{return!1}}),[u,l]=(0,Ie.useState)(()=>Ya(e)?.bcp47||""),[k,v]=(0,Ie.useState)(null),[x,S]=(0,Ie.useState)(null);(0,Ie.useEffect)(()=>{if(!e){l(""),v(null),n({}),o(!0),h(!1);return}let T=Ya(e),U=Oa(e);T?(n(T.strings),h(T.dir==="rtl"),l(T.bcp47),o(!0)):(U?.rtl&&h(!0),o(!1));let q=!1;return(async()=>{try{let I=await t.getUIStrings?.(e,aa);if(!q&&I?.complete){c(I.curated!==!1),n(Y=>({...T?.strings||{},...I.strings})),h(I.dir==="rtl"),l(I.bcp47||T?.bcp47||"");try{localStorage.setItem(d,I.dir)}catch{}I.font&&io(I.font,250),v(I.font??null)}}catch{}q||o(!0)})(),()=>{q=!0}},[e,d,t]),(0,Ie.useEffect)(()=>{let T=!1;return(async()=>{try{let U=await Qr(t);!T&&U&&S(U)}catch{}})(),()=>{T=!0}},[t]),Jr(k),Jr(x);let z=Ie.default.useMemo(()=>{let U=(typeof a=="object"&&a?.fontFamily?a.fontFamily:"").split(",")[0].trim(),q=/^var\(/i.test(U),I=U.replace(/^['"]|['"]$/g,""),Y=q?Ac(U):"",_=q?Y?`${Y}, `:"":I?`"${I}", `:"";if(k)return`${_}"Geist", "${k.family}", system-ui, sans-serif`;let D=e?e.trim().toLowerCase():"";if(D==="japanese"||D==="ja"||D==="\u65E5\u672C\u8A9E")return`${_}"Geist", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", system-ui, sans-serif`;if(D==="chinese"||D==="zh"||D==="\u4E2D\u6587")return`${_}"Geist", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", system-ui, sans-serif`;if(D==="urdu"||D==="ur"||D==="\u0627\u0631\u062F\u0648")return`${_}"Noto Nastaliq Urdu", "IBM Plex Sans Arabic", "Geist", system-ui, sans-serif`;if(D==="arabic"||D==="ar"||D==="\u0627\u0644\u0639\u0631\u0628\u064A\u0629")return`${_}"IBM Plex Sans Arabic", "Geist", system-ui, sans-serif`;if(D==="hindi"||D==="hi"||D==="\u0939\u093F\u0928\u094D\u0926\u0940")return`${_}"Hind", "Geist", system-ui, sans-serif`},[k,e,typeof a=="object"&&a?a.fontFamily:void 0]),L=Ie.default.useMemo(()=>{let T=0,U=0;for(let q of Object.values(r))for(let I of q){let Y=I.codePointAt(0)??0;Y<192||/\p{L}/u.test(I)&&(Y<=591?T++:U++)}return U>T},[r]),[f,R]=(0,Ie.useState)(0);(0,Ie.useEffect)(()=>{if(typeof document>"u"||!document.fonts?.ready)return;let T=!0;return document.fonts.ready.then(()=>{T&&R(U=>U+1)}),()=>{T=!1}},[k]);let N=Ie.default.useMemo(()=>{if(!L||typeof document>"u")return!0;let U=(typeof a=="object"&&a?.fontFamily?a.fontFamily:"").split(",")[0].trim();if(!U)return!1;let q="";for(let Y of Object.values(r))if(Y){q=Y;break}if(!q)return!0;let I=q.replace(/\s+/g,"");if(!I)return!0;try{let _=document.createElement("canvas").getContext("2d");if(!_)return!0;let D=U.startsWith("var(")&&getComputedStyle(document.documentElement).getPropertyValue(U.slice(4,-1).trim()).trim()||U;_.font=`16px ${D}, __akropolys_nonexistent_font__`;let ee=_.measureText(I).width;_.font="16px __akropolys_nonexistent_font__";let P=_.measureText(I).width;return Math.abs(ee-P)>1}catch{return!0}},[L,r,typeof a=="object"&&a?a.fontFamily:void 0,f]),C=(0,Ie.useCallback)((T,U)=>{let q=r[T]||aa[T]||T;if(U)for(let[I,Y]of Object.entries(U))q=q.split(`{${I}}`).join(Y);return q},[r]),G=(0,Ie.useCallback)((T,U)=>(r[T]||aa[T]||T).split(/(\{[a-zA-Z]+\})/g).map((I,Y)=>{let _=I.match(/^\{([a-zA-Z]+)\}$/);return _&&U[_[1]]!==void 0?(0,mn.jsx)("bdi",{children:U[_[1]]},Y):(0,mn.jsx)(Ie.default.Fragment,{children:I},Y)}),[r]);return{chromeStrings:r,chromeReady:s,chromeCurated:i,isRTL:p,speechLang:u,scriptFont:k,fontStack:z,isNonLatin:L,hostFontCovers:N,t:C,tNode:G}}var be=require("react");function Oo({messages:e,loading:a,messageRefs:t}){let r=(0,be.useRef)(null),n=(0,be.useRef)(0),[i,c]=(0,be.useState)(!1),[s,o]=(0,be.useState)(1),[d,p]=(0,be.useState)(0),h=(0,be.useRef)(()=>{}),u=(0,be.useRef)(null),l=(0,be.useRef)(!1),k=(0,be.useRef)(!0),[v,x]=(0,be.useState)(0),S=(0,be.useRef)(0),z=(0,be.useRef)(""),L=(0,be.useRef)(()=>{}),f=(0,be.useRef)(()=>{});(0,be.useEffect)(()=>{let m=r.current;if(!m)return;let H,Q=()=>{clearTimeout(H),H=setTimeout(()=>{l.current=!1},150)},oe=()=>{clearTimeout(H),l.current=!0,L.current()},M=()=>{l.current&&Q()};return m.addEventListener("touchstart",oe,{passive:!0}),m.addEventListener("touchend",Q,{passive:!0}),m.addEventListener("touchcancel",Q,{passive:!0}),m.addEventListener("scroll",M,{passive:!0}),()=>{clearTimeout(H),m.removeEventListener("touchstart",oe),m.removeEventListener("touchend",Q),m.removeEventListener("touchcancel",Q),m.removeEventListener("scroll",M)}},[]),(0,be.useEffect)(()=>{let m=r.current;if(!m)return;let H=160,Q=8,oe=0,M=()=>{oe=0;let E=m.scrollHeight-m.scrollTop-m.clientHeight;E<=Q&&(k.current||f.current(),k.current=!0,q.current()),c(E>H&&!k.current);let K=m.scrollHeight-m.clientHeight;o(K>8?Math.min(1,Math.max(0,m.scrollTop/K)):1);let g=m.scrollTop+m.clientHeight*.33,X=0;for(let ce=0;ce<t.current.length;ce++){let W=t.current[ce];W&&W.offsetTop-m.offsetTop<=g&&(X=ce)}p(X)},w=()=>{oe||(oe=requestAnimationFrame(M))};M(),m.addEventListener("scroll",w,{passive:!0});let y=new ResizeObserver(w);return y.observe(m),()=>{oe&&cancelAnimationFrame(oe),m.removeEventListener("scroll",w),y.disconnect()}},[e.length,t]);let R=(0,be.useCallback)(m=>{let H=`${m}:${S.current}`;z.current!==H&&(z.current=H,x(Q=>Q+1))},[]),[N,C]=(0,be.useState)(!1),G=(0,be.useRef)(!1),T=(0,be.useCallback)(()=>{G.current||(G.current=!0,C(!0))},[]),U=(0,be.useCallback)(()=>{G.current&&(G.current=!1,C(!1))},[]),q=(0,be.useRef)(()=>{});q.current=U;let[I,Y]=(0,be.useState)(!1),_=(0,be.useRef)(!1),D=(0,be.useRef)(0),ee=(0,be.useCallback)(()=>{_.current=!1,Y(!1)},[]),P=(0,be.useCallback)(()=>{z.current="",ee(),U()},[ee,U]),V=(0,be.useCallback)(()=>{_.current&&(performance.now()-D.current<700||ee())},[ee]);L.current=V,f.current=P,(0,be.useEffect)(()=>{if(v===0)return;_.current=!0,D.current=performance.now(),Y(!0);let m=setTimeout(ee,4200);return()=>clearTimeout(m)},[v,ee]);let ne=(0,be.useCallback)(m=>{let H=r.current,Q=t.current[m];if(!H||!Q)return;let oe=Q.offsetTop-H.offsetTop-Math.max(0,(H.clientHeight-Q.clientHeight)/2),M=Math.max(0,Math.min(H.scrollHeight-H.clientHeight,oe));u.current?u.current(M):H.scrollTo({top:M,behavior:"smooth"})},[t]),J=(0,be.useCallback)(()=>{let m=r.current;if(!m)return;k.current=!0,f.current();let H=m.scrollHeight-m.clientHeight;u.current?u.current(H):m.scrollTo({top:H,behavior:"smooth"})},[]);return(0,be.useEffect)(()=>{let m=r.current;if(!m)return;let H=requestAnimationFrame(()=>{let Q=m.scrollTop;if(!k.current)T(),R(e.length);else if(!l.current){let oe=m.scrollHeight-m.clientHeight;if(u.current){u.current(oe);return}m.scrollTop=m.scrollHeight}m.scrollTop!==Q&&h.current()});return()=>cancelAnimationFrame(H)},[e,a,t,R,T]),(0,be.useEffect)(()=>{let m=r.current;if(!m||typeof window<"u"&&window.matchMedia?.("(prefers-reduced-motion: reduce)").matches)return;let H=7,Q=16,oe=1/(window.devicePixelRatio||1),M=$=>Math.round($/oe)*oe,w=m.scrollTop,y=m.scrollTop,E=m.scrollTop,K=0,g=null,X=$=>{$!==E&&(m.scrollTop=$,E=m.scrollTop)},ce=()=>{g!==null&&(cancelAnimationFrame(g),g=null),m.classList.remove("hsk-scrolling"),w=y=E=m.scrollTop};h.current=ce,u.current=$=>{Math.abs(m.scrollTop-E)>1&&(w=y=E=m.scrollTop);let ie=Math.round(Math.max(0,Math.min(m.scrollHeight-m.clientHeight,$)));ie!==w&&(w=ie,g===null&&(K=performance.now(),g=requestAnimationFrame(W)))};let W=$=>{let ie=Math.min(($-K)/1e3,.05);if(K=$,y+=(w-y)*(1-Math.exp(-H*ie)),Math.abs(w-y)<oe){y=w,X(Math.round(w)),m.classList.remove("hsk-scrolling"),g=null;return}X(M(y)),g=requestAnimationFrame(W)},te=$=>{if($.ctrlKey)return;Math.abs(m.scrollTop-E)>1&&(w=y=E=m.scrollTop),$.deltaY<0&&(k.current&&(S.current+=1),k.current=!1),L.current();let ie=$.deltaMode===1?Q:$.deltaMode===2?m.clientHeight:1,Ce=Math.max(0,m.scrollHeight-m.clientHeight),Oe=Math.round(Math.max(0,Math.min(Ce,w+$.deltaY*ie)));if(Oe===w){Ce>0&&$.preventDefault();return}$.preventDefault(),w=Oe,g===null&&(K=performance.now(),m.classList.add("hsk-scrolling"),g=requestAnimationFrame(W))},Z=m.scrollTop,le=()=>{let $=Math.abs(m.scrollTop-E)>1;$&&(n.current=performance.now(),m.scrollTop<Z-1&&k.current&&(S.current+=1,k.current=!1)),Z=m.scrollTop,g!==null&&$&&(cancelAnimationFrame(g),g=null,m.classList.remove("hsk-scrolling"),w=y=E=m.scrollTop)};return m.addEventListener("wheel",te,{passive:!1}),m.addEventListener("scroll",le,{passive:!0}),()=>{m.removeEventListener("scroll",le),m.removeEventListener("wheel",te),g!==null&&cancelAnimationFrame(g),m.classList.remove("hsk-scrolling"),h.current=()=>{},u.current=null}},[]),{msgsContainerRef:r,lastExternalScrollRef:n,showJumpToBottom:i,scrollProgress:s,activeMsgIdx:d,jumpAlert:I,unreadBelow:N,jumpToMessage:ne,jumpToBottom:J,resetAlertArming:P}}var Ze=require("react"),Yo=require("@akropolys/sdk");function Go(e,a){let t=(0,Yo.useAkropolysContext)(),[r,n]=(0,Ze.useState)(""),[i,c]=(0,Ze.useState)("idle"),[s,o]=(0,Ze.useState)(null),[d,p]=(0,Ze.useState)(null),[h,u]=(0,Ze.useState)(null),[l,k]=(0,Ze.useState)(rn),[v,x]=(0,Ze.useState)(!1),S=(0,Ze.useCallback)(async(f,R)=>{try{await navigator.clipboard.writeText(f),u(R),setTimeout(()=>u(null),2e3)}catch{}},[]);(0,Ze.useEffect)(()=>{e&&e.type==="request_kiku_key"&&(c("prompt_key"),n(""))},[e]),(0,Ze.useEffect)(()=>{if(!s)return;k(rn);let f=setInterval(()=>{k(R=>R<=1?(clearInterval(f),o(null),p(null),0):R-1)},1e3);return()=>clearInterval(f)},[s]);let z=(0,Ze.useCallback)(async()=>{let f=r.trim();f&&(t.setKikuPub(f),n(""),c("idle"),await a())},[t,r,a]),L=(0,Ze.useCallback)(async()=>{if(!v){x(!0);try{let{secret:f,publicId:R}=await t.mintKikuKey();o(f),p(R),c("idle"),await a()}catch{}finally{x(!1)}}},[t,v,a]);return{keyInput:r,setKeyInput:n,keyPhase:i,setKeyPhase:c,mintedKey:s,setMintedKey:o,mintedPub:d,setMintedPub:p,copied:h,keyCountdown:l,minting:v,copyValue:S,handleUseExistingKey:z,handleCreateKey:L}}var Ga=require("react");function Qo({attachments:e,setAttachments:a,setInput:t,send:r,defaultCurrency:n,t:i}){let c=(0,Ga.useCallback)(p=>{let h=p.name||"",u=`@kiku ${i("displayCapture",{name:h}).trim()}`,l=h||"capture current page";t("");let k=e;a([]),r(l,u,k.length>0?k:void 0,"capture")},[e,r,a,t,i]),s=(0,Ga.useCallback)(p=>{let h=p.filter(k=>k.id).map(k=>({name:k.name||"",url:k.url||"",image:k.image||"",price:k.price?String(k.price):"",currency:k.currency||n})),u=p.map(k=>k.name).filter(Boolean).join(", "),l=`@kiku ${i("displayCaptureAll",{count:String(p.length)})}`;t(""),a([]),r(u||"capture all",l,void 0,"capture_all",h)},[n,r,a,t,i]),o=(0,Ga.useCallback)(()=>{let p=`@kiku ${i("displayViewHistory")}`;t(""),a([]),r("show my saved items",p,void 0,"view_history")},[r,a,t,i]),d=(0,Ga.useCallback)(()=>{let p=`@kiku ${i("displayDelete")}`;t(""),a([]),r("delete this",p,void 0,"delete")},[r,a,t,i]);return{handleKikuCapture:c,handleKikuCaptureAll:s,handleKikuViewHistory:o,handleKikuDelete:d}}var ct=require("react"),Zo=require("@akropolys/sdk");var me=require("react"),Xo=16e3,Lc=`
12
12
  class KikuCapture extends AudioWorkletProcessor {
13
13
  constructor() {
14
14
  super();
@@ -41,8 +41,8 @@ class KikuCapture extends AudioWorkletProcessor {
41
41
  }
42
42
  }
43
43
  registerProcessor('kiku-capture', KikuCapture);
44
- `;function Ic(e){let a=new Uint8Array(e),t="";for(let r=0;r<a.length;r+=32768)t+=String.fromCharCode.apply(null,Array.from(a.subarray(r,r+32768)));return btoa(t)}function Ec(e){let a=atob(e),t=a.length,r=new Uint8Array(t);for(let s=0;s<t;s++)r[s]=a.charCodeAt(s);let n=new DataView(r.buffer,r.byteOffset,r.byteLength),i=t>>1,c=new Float32Array(i);for(let s=0;s<i;s++)c[s]=n.getInt16(s*2,!0)/32768;return c}function Jo(e){let[a,t]=(0,me.useState)("idle"),[r,n]=(0,me.useState)(!1),[i,c]=(0,me.useState)([]),[s,o]=(0,me.useState)(null),d=(0,me.useRef)(null),p=(0,me.useRef)(null),h=(0,me.useRef)(null),u=(0,me.useRef)(null),l=(0,me.useRef)(null),k=(0,me.useRef)([]),v=(0,me.useRef)(!1),y=(0,me.useRef)(0),x=(0,me.useRef)(null),C=(0,me.useRef)(null),I=(0,me.useRef)(null),g=(0,me.useRef)(24e3),w=(0,me.useRef)(e);(0,me.useEffect)(()=>{w.current=e},[e]);let N=(0,me.useRef)(!1),S=(0,me.useRef)(null),X=(0,me.useRef)(""),M=(0,me.useRef)(""),U=(0,me.useCallback)(()=>{let P=X.current.trim(),A=M.current.trim();X.current="",M.current="",!(!P&&!A)&&w.current.onExchange?.({heard:P,said:A})},[]),j=(0,me.useCallback)(()=>{},[]),E=(0,me.useCallback)(()=>{if(!N.current)return;p.current&&p.current.state==="suspended"&&p.current.resume().catch(()=>{});let P=S.current;P&&(S.current=null,P())},[]),Y=(0,me.useCallback)(()=>{let P=l.current;if(!P)return 0;let A=new Uint8Array(P.fftSize);P.getByteTimeDomainData(A);let f=0;for(let L=0;L<A.length;L++){let ae=(A[L]-128)/128;f+=ae*ae}return Math.min(1,Math.sqrt(f/A.length)*4)},[]),D=a==="speaking"||a==="thinking",B=(0,me.useCallback)(P=>{let A=D?C.current:l.current;return!A||P.length!==A.frequencyBinCount?!1:(A.getByteFrequencyData(P),!0)},[D]),te=(0,me.useCallback)(()=>(D?C.current:l.current)?.frequencyBinCount??0,[D]),z=(0,me.useCallback)(()=>{let P=p.current,A=C.current;if(!P||!A||P.state==="closed")return;let f=g.current,L=.25;for(;k.current.length>0&&y.current<P.currentTime+L;){let ae=k.current.shift(),V=P.createBuffer(1,ae.length,f);V.getChannelData(0).set(ae);let Q=P.createBufferSource();Q.buffer=V,Q.connect(A);let ee=Math.max(y.current,P.currentTime);Q.start(ee),y.current=ee+V.duration,k.current.length===0&&(x.current&&(x.current.onended=null),x.current=Q,Q.onended=()=>{k.current.length===0&&x.current===Q&&(x.current=null,v.current=!1,t(ce=>ce==="speaking"?"listening":ce))})}},[]),W=(0,me.useCallback)(P=>{let A=p.current;if(!A||P.length===0)return;A.state==="suspended"&&A.resume().catch(()=>{});let f=4800,L=P;for(;L.length>=f;)k.current.push(L.slice(0,f)),L=L.slice(f);L.length>0&&k.current.push(L),v.current||(v.current=!0,y.current=A.currentTime+.1),z(),t(ae=>ae==="listening"||ae==="connecting"||ae==="idle"?"speaking":ae)},[z]),oe=(0,me.useCallback)(()=>{k.current=[],v.current=!1,x.current=null;let P=p.current,A=I.current;if(P&&A&&P.state!=="closed"){let f=P.currentTime;y.current=f,A.gain.cancelScheduledValues(f),A.gain.setValueAtTime(A.gain.value,f),A.gain.linearRampToValueAtTime(0,f+.1),setTimeout(()=>{if(p.current&&p.current.state!=="closed"){try{A.disconnect()}catch{}let L=p.current.createGain();if(L.gain.setValueAtTime(1,p.current.currentTime),L.connect(p.current.destination),I.current=L,C.current){try{C.current.disconnect()}catch{}C.current.connect(L)}}},150)}else y.current=0},[]),J=(0,me.useCallback)(()=>{},[]),m=(0,me.useCallback)(()=>{},[]),F=(0,me.useCallback)(P=>{U(),d.current=null,N.current=!1,S.current=null,J(),oe(),u.current?.disconnect(),u.current=null,h.current?.getTracks().forEach(A=>A.stop()),h.current=null,l.current=null,C.current=null,I.current=null,p.current?.close().catch(()=>{}),p.current=null,t(P),n(!1),c([])},[U,oe,J]),G=(0,me.useCallback)(()=>{try{d.current?.send(JSON.stringify({type:"close"}))}catch{}try{d.current?.close()}catch{}F("idle")},[F]),ie=(0,me.useCallback)(P=>{let A=!1;P.onmessage=f=>{let L;try{L=JSON.parse(f.data)}catch{return}switch(L.type){case"ready":L.sampleRate&&(g.current=L.sampleRate),typeof L.secondsLeft=="number"&&o(L.secondsLeft),N.current=!0,t("listening"),E();break;case"audio":J(),L.audio&&W(Ec(L.audio));break;case"hearing":n(!0);break;case"thinking":n(!1),t("thinking"),m();break;case"heard":X.current+=L.text;break;case"said":M.current+=L.text;break;case"interrupted":J(),oe(),n(!1),t("listening");break;case"turn_complete":J(),n(!1),U();break;case"sources":Array.isArray(L.sources)&&L.sources.length&&c(L.sources);break;case"seconds":typeof L.secondsLeft=="number"&&o(L.secondsLeft);break;case"refused":w.current.onRefused?.(L.code||"guest"),G();break;case"error":w.current.onError?.(L.code||"unavailable"),G();break}},P.onclose=f=>{d.current===P&&(f.code===4402&&(A=!0,w.current.onError?.(f.reason==="site"?"siteLimit":"limit")),F("ended"))},P.onerror=()=>{!A&&d.current===P&&w.current.onError?.("connection")}},[E,W,U,oe,m,J,G,F]),Z=(0,me.useCallback)(P=>{let A=d.current;if(N.current=!1,t("connecting"),oe(),J(),A){try{A.send(JSON.stringify({type:"close"}))}catch{}try{A.close()}catch{}}let f=w.current,L=f.apiUrl.replace(/\/+$/,""),ae=new URL(L+"/voice/live",window.location.href);ae.protocol=ae.protocol==="https:"?"wss:":"ws:",ae.searchParams.set("siteId",f.siteId),f.kikuId&&ae.searchParams.set("kikuId",f.kikuId),f.language&&ae.searchParams.set("language",f.language),(P||f.voice)&&ae.searchParams.set("voice",P||f.voice);let V=new WebSocket(ae.toString(),["akropolys.token."+f.token]);d.current=V,ie(V)},[ie,oe,J]),_=(0,me.useRef)(e.voice);(0,me.useEffect)(()=>{_.current!==e.voice&&(_.current=e.voice,d.current&&(a==="listening"||a==="thinking"||a==="speaking")&&Z(e.voice))},[e.voice,a,Z]);let R=(0,me.useCallback)(async()=>{if(d.current)return;t("connecting");let P=w.current,A=window.AudioContext||window.webkitAudioContext;A&&((!p.current||p.current.state==="closed")&&(p.current=new A({latencyHint:"interactive"})),p.current.state==="suspended"&&p.current.resume().catch(()=>{}));let f=P.apiUrl.replace(/\/+$/,""),L=new URL(f+"/voice/live",window.location.href);L.protocol=L.protocol==="https:"?"wss:":"ws:",L.searchParams.set("siteId",P.siteId),P.kikuId&&L.searchParams.set("kikuId",P.kikuId),P.language&&L.searchParams.set("language",P.language),P.voice&&L.searchParams.set("voice",P.voice);let ae=new WebSocket(L.toString(),["akropolys.token."+P.token]);d.current=ae,ie(ae);let V;try{if(!navigator.mediaDevices?.getUserMedia)throw{name:"NotAllowedError"};V=await navigator.mediaDevices.getUserMedia({audio:{echoCancellation:!0,noiseSuppression:!0,autoGainControl:!0}})}catch(se){abandoned=!0;try{ae.close()}catch{}d.current=null,t("idle"),P.onError?.(se?.name==="NotAllowedError"?"not-allowed":"audio-capture");return}if(d.current!==ae){V.getTracks().forEach(se=>se.stop());return}h.current=V;for(let se of V.getAudioTracks())se.enabled=!w.current.muted;let Q=p.current&&p.current.state!=="closed"?p.current:A?new A({latencyHint:"interactive"}):null;if(!Q)return;p.current=Q,Q.state==="suspended"&&Q.resume().catch(()=>{});let ee=Q.createAnalyser();ee.fftSize=1024,ee.smoothingTimeConstant=.25,l.current=ee;let ce=Q.createGain();ce.gain.value=1,ce.connect(Q.destination),I.current=ce;let q=Q.createAnalyser();q.fftSize=1024,q.smoothingTimeConstant=.25,q.connect(ce),C.current=q;try{let se=URL.createObjectURL(new Blob([Lc],{type:"application/javascript"}));if(await Q.audioWorklet.addModule(se),URL.revokeObjectURL(se),d.current!==ae){V.getTracks().forEach(Re=>Re.stop()),Q.close().catch(()=>{});return}let Ce=new AudioWorkletNode(Q,"kiku-capture");u.current=Ce,Ce.port.onmessage=Re=>{let Pe=d.current;!Pe||Pe.readyState!==WebSocket.OPEN||Pe.send(JSON.stringify({type:"audio",audio:Ic(Re.data)}))};let _e=Q.createMediaStreamSource(V);S.current=()=>{_e.connect(ee),_e.connect(Ce)},E()}catch{w.current.onError?.("audio-worklet"),G()}},[E,W,U,oe,m,J,G,F]);return(0,me.useEffect)(()=>()=>{G()},[G]),(0,me.useEffect)(()=>{let P=h.current;if(P)for(let A of P.getAudioTracks())A.enabled=!e.muted},[e.muted,a]),{state:a,phase:a,hearing:r,sources:i,secondsLeft:s,micLevel:Y,micSpectrum:B,spectrumBins:te,start:R,stop:G}}var Dc=e=>e==="connecting"||e==="ended"?"idle":e;function ei({voiceLang:e,speechLang:a,shopperLanguage:t,ttsVoice:r="Puck",handleSendUtterance:n,appendSpokenExchange:i}){let c=(0,Zo.useAkropolysContext)(),[s,o]=(0,ct.useState)("off"),[d,p]=(0,ct.useState)("idle"),[h,u]=(0,ct.useState)(""),[l,k]=(0,ct.useState)(!1),[v,y]=(0,ct.useState)(null),[x,C]=(0,ct.useState)(!1),[I,g]=(0,ct.useState)(()=>{try{let z=localStorage.getItem(tn);if(z&&gr.some(W=>W.name===z))return z}catch{}return r||"Puck"}),w=(0,ct.useCallback)(z=>{g(z);try{localStorage.setItem(tn,z)}catch{}},[]),N=dr({lang:e||a,onUtterance:z=>{p("thinking"),n(z)},onError:z=>{o("off"),p("idle"),u(z==="not-allowed"?"micDenied":z==="language-not-supported"?"micLangUnsupported":z==="audio-capture"?"micMissing":z==="network"?"micNetwork":"micFailed")},onBargeIn:()=>{It()}}),S=c?.api?.apiUrl||c?.apiUrl||"",X=c?.api?.siteId||c?.siteId||"",M=c?.api?.apiToken||c?.apiToken||"",U=c?.getShopperId?.()||c?.getKikuPub?.()||void 0,j=Jo({apiUrl:S,siteId:X,token:M,kikuId:U,language:t,voice:I,muted:l,onExchange:z=>{i(z.heard,z.said)},onError:z=>{if(z==="shopper_reply_limit"||z==="access_revoked"||z==="account_required"){C(!0),j.stop(),o("off");return}o("off"),u(z==="not-allowed"?"micDenied":z==="audio-capture"?"micMissing":z==="limit"?"voiceLimitReached":z==="siteLimit"?"voiceSiteLimit":z==="connection"||z==="network"?"micNetwork":"voiceUnavailable")},onRefused:z=>{(z==="shopper_reply_limit"||z==="access_revoked"||z==="account_required")&&C(!0),o("off"),u("voiceUnavailable")}}),E=typeof window<"u"&&!!window.WebSocket&&!!(window.AudioContext||window.webkitAudioContext)&&!!navigator.mediaDevices?.getUserMedia,Y=(0,ct.useCallback)(async z=>{if(!uo()){u("micInsecure");return}u(""),o(z),z==="dictate"?(p("listening"),await N.start()):j.start()},[j,N]),D=(0,ct.useCallback)(()=>{o("off"),p("idle"),N.stop(),j.stop()},[j,N]),B=s==="converse"?Dc(j.state):s==="dictate"?d==="listening"?N.hearing?"speaking":"listening":d:"idle",te=s==="converse"&&(j.phase==="connecting"||j.state==="connecting");return{voiceMode:s,voicePhase:B,voiceConnecting:te,voiceError:h,setVoiceError:u,voiceMuted:l,setVoiceMuted:k,voiceSecondsLeft:v,voiceBlocked:x,liveVoiceName:I,chooseVoice:w,canConverse:E,startVoice:Y,stopVoice:D,voice:N,live:j}}var ot=vt(require("react"));var Ae=require("react"),ue=require("react/jsx-runtime"),kn={idle:{bw:50,bh:60,tr:1,br:.42,bow:3},thinking:{bw:46,bh:46,tr:1,br:1,bow:2},visualizing:{bw:64,bh:42,tr:.42,br:.42,bow:2},speaking:{bw:44,bh:54,tr:.9,br:.9,bow:3},failed:{bw:53,bh:45,tr:.95,br:.55,bow:4},curious:{bw:48,bh:52,tr:.9,br:.7,bow:3},welcoming:{bw:50,bh:58,tr:1,br:.5,bow:2},guiding:{bw:46,bh:50,tr:.8,br:.8,bow:2},happy:{bw:52,bh:56,tr:1,br:.4,bow:4},focused:{bw:48,bh:52,tr:.9,br:.7,bow:2}},bn={idle:{lid:1,warm:0,breath:2100,wob:1},thinking:{lid:1,warm:.2,breath:1700,wob:1.6},visualizing:{lid:1,warm:.9,breath:1200,wob:2.2},speaking:{lid:1,warm:.35,breath:900,wob:1.8},failed:{lid:.28,warm:0,breath:3e3,wob:.6},curious:{lid:1,warm:.15,breath:1800,wob:1.4},welcoming:{lid:1,warm:.25,breath:1600,wob:1.2},guiding:{lid:1,warm:.2,breath:1500,wob:1.3},happy:{lid:1,warm:.4,breath:1200,wob:1.5},focused:{lid:1,warm:.2,breath:1500,wob:1.2}},Mr=[[0,0,0],[.09,.54,0],[.19,-.36,32],[.31,-.22,58],[.42,-.12,68],[.54,.04,28],[.63,.96,0],[.71,.18,0],[.79,-.16,20],[.88,.34,0],[.95,-.05,4],[1,0,0]];function Fc(e){let a=1;for(;a<Mr.length-1&&Mr[a][0]<e;)a++;let[t,r,n]=Mr[a-1],[i,c,s]=Mr[a],o=i===t?0:(e-t)/(i-t),d=o*o*(3-2*o);return[r+(c-r)*d,n+(s-n)*d]}var Qa=6,ti=["bw","bh","tr","br","bow","lid","warm","wob","gx","gy"],Ot=(e,a,t)=>Math.max(a,Math.min(t,e));function ai(e,a,t,r){let n=d=>d.toFixed(2),i=(a+t)/2,c=e+r,s=(i-a)*.55,o=(t-i)*.55;return`C${n(e)} ${n(a+s)} ${n(c)} ${n(i-s)} ${n(c)} ${n(i)}C${n(c)} ${n(i+o)} ${n(e)} ${n(t-o)} ${n(e)} ${n(t)}`}function _c(e,a,t,r,n){let i=Ot(e*t,8,a*.96),c=Ot(e*r,8,a*.96),s=(h,u)=>`${h.toFixed(2)} ${u.toFixed(2)}`,o=.46,d=Ot((e-i)/e,0,1),p=Ot((e-c)/e,0,1);return`M${s(-e,-a+i)}C${s(-e,-a+i*o)} ${s(-e+i*o,-a)} ${s(-e+i,-a)}C${s(-e*.3*d,-a-2*d)} ${s(e*.3*d,-a-2*d)} ${s(e-i,-a)}C${s(e-i*o,-a)} ${s(e,-a+i*o)} ${s(e,-a+i)}`+ai(e,-a+i,a-c,n)+`C${s(e,a-c*o)} ${s(e-c*o,a)} ${s(e-c,a)}C${s(e*.3*p,a+2*p)} ${s(-e*.3*p,a+2*p)} ${s(-e+c,a)}C${s(-e+c*o,a)} ${s(-e,a-c*o)} ${s(-e,a-c)}`+ai(-e,a-c,-a+i,-n)+"Z"}var wa=[{name:"Graphite",color:"#4B5058",light:"#A8AEB6",glow:"rgba(75, 80, 88, 0.26)"},{name:"Mist",color:"#78868F",light:"#BFC9CF",glow:"rgba(120, 134, 143, 0.26)"},{name:"Sandstone",color:"#8A7E71",light:"#CBC1B5",glow:"rgba(138, 126, 113, 0.26)"},{name:"Pewter",color:"#5F6670",light:"#B3BAC3",glow:"rgba(95, 102, 112, 0.26)"}],vn=[{name:"Aegean",color:"#2E6FB7",light:"#9CC1E6",glow:"rgba(46, 111, 183, 0.30)"},{name:"Fern",color:"#3C8C60",light:"#A2CFB4",glow:"rgba(60, 140, 96, 0.30)"},{name:"Marigold",color:"#C48A22",light:"#EBD095",glow:"rgba(196, 138, 34, 0.30)"},{name:"Coral",color:"#C15A4E",light:"#E9AEA3",glow:"rgba(193, 90, 78, 0.30)"},{name:"Iris",color:"#5F5CC4",light:"#B6B4E8",glow:"rgba(95, 92, 196, 0.30)"}],pd=[...wa,...vn];function fn(e){let r=(!vn.includes(e)&&Math.random()<.26?vn:wa).filter(n=>n!==e);return r[Math.floor(Math.random()*r.length)]}function Mt(e){let a=parseInt(e.slice(1),16);return[a>>16&255,a>>8&255,a&255]}function gn(e){return`rgb(${Math.round(e[0])}, ${Math.round(e[1])}, ${Math.round(e[2])})`}function Hc(e,a,t){return[e[0]+(a[0]-e[0])*t,e[1]+(a[1]-e[1])*t,e[2]+(a[2]-e[2])*t]}var Uc=[[255,253,248],[247,240,231],[231,218,202],[198,178,156]],ri=[.05,.15,.42,.74],qc=[.52,.72,.9,1],ni={color:"#E2581D",light:"#FFBE96",glow:"rgba(226, 88, 29, 0.34)"};function oi({state:e="idle",size:a=40,alert:t=!1,theme:r,feminine:n,accessories:i,onImpact:c,triggerRef:s}){let o=(0,Ae.useRef)(e);o.current=e;let d=(0,Ae.useRef)(t);d.current=t;let p=r==="blush"||n===!0||!!(i?.flower||i?.eyelashes||i?.blush),h=i?.flower??p,u=i?.eyelashes??p,l=i?.blush??p,k=(0,Ae.useRef)(null),v=(0,Ae.useRef)(null),y=(0,Ae.useRef)(null),x=(0,Ae.useRef)(null),C=(0,Ae.useRef)(null),I=(0,Ae.useRef)(null),g=(0,Ae.useRef)(null),w=(0,Ae.useRef)(null),N=(0,Ae.useRef)(null),S=(0,Ae.useRef)(null),X=(0,Ae.useRef)(null),M=(0,Ae.useRef)(null),U=(0,Ae.useRef)(null),j=(0,Ae.useRef)(null),E=(0,Ae.useRef)([]),Y=(0,Ae.useRef)([]),D=(0,Ae.useRef)(null),B=(0,Ae.useRef)(`kiku-${Math.random().toString(36).slice(2,8)}`).current,te=(0,Ae.useRef)(c);return te.current=c,(0,Ae.useEffect)(()=>{let z=window.matchMedia("(prefers-reduced-motion: reduce)").matches,W={},oe={};ti.forEach(ke=>{W[ke]=kn.idle[ke]??bn.idle[ke]??0,oe[ke]=0});let J=Array.from({length:Qa},()=>({x:0,y:0,w:0,h:0,rx:0,a:0})),m=Array.from({length:Qa},()=>({x:0,y:0,w:0,h:0,rx:0,a:0})),F=1800,G=-1,ie=0,Z=2600,_=0,R=!1,P=9e3+Math.random()*8e3,A=-1,f=0,L=0,ae=0,V=4200,Q=0,ee=0,ce=0,q=12e3,se=wa[0],Ce=Mt(se.color),_e=Mt(se.light),Re=[...Ce],Pe=[..._e],Qt=2600,Je=-1/0,Tt=!1,ze=0,it=!1,dt=0,Ht=0,Ra=0,Za=!1,Xt=0,Jt=ke=>{ke-Je<Qt?(se=fn(se),Re=Mt(se.color),Pe=Mt(se.light),Je=-1/0):Je=ke},er=(ke,Ye,at,et)=>{let Ge=o.current,st=Array.from({length:Qa},()=>({x:0,y:0,w:0,h:0,rx:0,a:0})),Rt=(ht,$e,rt=0)=>{let Ee=Math.max(4,54*Math.max(.06,Ye));st[ht]={x:$e+at,y:-4+et+rt,w:21,h:Ee,rx:10.5,a:1}};if(Ge==="thinking"){let $e=ke%2800/2800,rt=Math.pow(Math.sin($e*Math.PI*2)*.5+.5,3);for(let Ee=0;Ee<4;Ee++){let Pt=ke/700+Ee/4*Math.PI*2,pa=(26-Ee%2*5)*(1-.94*rt),Ut=16+rt*6+Math.sin(ke/420+Ee)*1.4;st[Ee]={x:Math.cos(Pt)*pa,y:Math.sin(Pt)*pa*.86+2,w:Ut,h:Ut,rx:Ut/2,a:1}}}else if(Ge==="visualizing")st[0]={x:0,y:-2,w:78,h:26,rx:13,a:1};else if(Ge==="speaking")for(let $e=0;$e<5;$e++){let rt=12+Math.abs(Math.sin(ke/150+$e*.9))*26;st[$e]={x:($e-4/2)*15,y:-2,w:9,h:rt,rx:4.5,a:1}}else Ge==="failed"?(Rt(0,-22,8),Rt(1,22,8)):(Rt(0,-22),Rt(1,22));return st};s&&(s.current=()=>{if(A>=0){it=!0,se=fn(se),Re=Mt(se.color),Pe=Mt(se.light),Je=-1/0;return}A=0,Jt(dt),P=dt+4e3});let da=ke=>{dt=ke;let Ye=o.current,at=kn[Ye]??kn.idle,et=bn[Ye]??bn.idle,Ge=Ye==="idle"||Ye==="failed";Ge&&!z&&(ke>Z&&(ie=(Math.random()-.5)*2,Z=ke+1800+Math.random()*3600),W.wantGx=ie*5);let st=d.current?1:0;Ra=(Ra+(st-Ht)*.1)*.88,Ht+=Ra;let Rt=d.current&&!z?Math.sin(ke/480)*.055*Ht:0,ht={bw:at.bw*(1+Ht*.34+Rt),bh:at.bh*(1+Ht*.2+Rt),tr:at.tr,br:at.br,bow:at.bow,warm:et.warm,wob:et.wob,lid:et.lid,gx:Ge&&!z?ie*5:0,gy:Ge&&!z?Math.sin(ke/2600)*2:0};!z&&Ge&&(G<0&&ke>F&&(G=0),G>=0&&(G+=1/7,ht.lid=et.lid*Math.abs(G-.5)*2,G>=1&&(G=-1,ht.lid=et.lid,F=ke+(Math.random()<.22?340:2600+Math.random()*4200)))),ti.forEach(fe=>{let Ie=fe;if(z){W[Ie]=ht[Ie];return}let Me=Ie==="lid"?.42:.11,pt=Ie==="lid"?.55:.78;oe[Ie]=(oe[Ie]+(ht[Ie]-W[Ie])*Me)*pt,W[Ie]+=oe[Ie]});let $e=0,rt=0;!z&&d.current&&A<0&&ke>Xt&&(A=0,Xt=ke+2100,P=ke+4e3),!z&&Ye==="idle"?A<0&&ke>P&&(A=0,Tt?(Tt=!1,ze=0,se=fn(se),Re=Mt(se.color),Pe=Mt(se.light),Je=-1/0):(ze++,Jt(ke))):A<0&&(P=ke+3e3+Math.random()*3e3),A>=0&&(A+=1/96,[$e,rt]=Fc(A),A>=1&&(A=-1,$e=0,rt=0,it?(it=!1,ze=0,P=ke+150):!Tt&&ze>=2?(Tt=!0,P=ke+240):P=ke+5e3+Math.random()*5e3));let Ee=Math.max(0,$e);if(d.current!==Za){Za=d.current;let fe=d.current?ni:se;Re=Mt(fe.color),Pe=Mt(fe.light),d.current&&!z&&(A<0&&(A=0),Xt=ke+2600)}let Pt=d.current?ni:se;if(z)Ce=[...Re],_e=[...Pe];else for(let fe=0;fe<3;fe++)Ce[fe]+=(Re[fe]-Ce[fe])*.055,_e[fe]+=(Pe[fe]-_e[fe])*.055;let pa=gn(Ce),Ut=gn(_e);M.current?.setAttribute("stop-color",pa),U.current?.setAttribute("stop-color",Ut),j.current?.setAttribute("stop-color",Ut);for(let fe=0;fe<4;fe++){let Ie=ri[fe]+(qc[fe]-ri[fe])*Ht;E.current[fe]?.style.setProperty("stop-color",gn(Hc(Uc[fe],Ce,Ie)))}let tr=.34+Math.sin(ke/1200)*.06,Ar=Ee>.02?Math.min(.72,tr+Ee*.34):tr;X.current?.setAttribute("opacity",Ar.toFixed(3)),Ee>.04?te.current?.(Ee,Pt.color,Pt.glow):ha>.04&&te.current?.(0,Pt.color,Pt.glow),ha=Ee;let ar=z?0:Math.sin(ke/1900)*.9*W.wob,qt=W.bw*(1+$e*.55)+ar*.4,Pa=W.bh*(1-$e*.62),za=_c(qt,Pa,Ot(W.tr+Ee*.5,0,1.2),Ot(W.br+Ee*.9,0,1),W.bow+ar+Ee*5);k.current?.setAttribute("d",za),v.current?.setAttribute("d",za);let Aa=Ye==="thinking";Aa!==R&&(R=Aa,D.current?.setAttribute("filter",Aa?`url(#${B}-goo)`:"none"));let La=er(ke,W.lid*(1-Ee*.85),W.gx,W.gy);for(let fe=0;fe<Qa;fe++){let Ie=La[fe],Me=J[fe],pt=m[fe];for(let tt of["x","y","w","h","rx","a"]){if(z){Me[tt]=Ie[tt];continue}pt[tt]=(pt[tt]+(Ie[tt]-Me[tt])*.16)*.74,Me[tt]+=pt[tt]}let je=Y.current[fe];je&&(je.setAttribute("x",(Me.x-Me.w/2).toFixed(2)),je.setAttribute("y",(Me.y-Me.h/2).toFixed(2)),je.setAttribute("width",Math.max(0,Me.w).toFixed(2)),je.setAttribute("height",Math.max(0,Me.h).toFixed(2)),je.setAttribute("rx",Math.max(0,Math.min(Me.rx,Me.w/2,Me.h/2)).toFixed(2)),je.setAttribute("opacity",Ot(Me.a,0,1).toFixed(2)))}let Ia=z?0:Math.sin(ke/et.breath)*1.5;!z&&Ge&&A<0?(ke>V&&(ae=(Math.random()<.5?-1:1)*(.35+Math.random()*.65),V=ke+2600+Math.random()*4200),ke>q&&(ce=ce>.1?0:1,q=ke+(ce>.1?900:9e3+Math.random()*11e3))):(ae=0,ce=0),L=(L+(ae-f)*.028)*.9,f+=L,ee=(ee+(ce-Q)*.06)*.82,Q+=ee;let gt=W.bh-Pa,Ea=f*3.4+Q*4.5,rr=f*2.2+Q*3,nr=Q*2.4;if(y.current?.setAttribute("transform",`translate(${rr.toFixed(2)} ${(Ia+gt-rt+nr).toFixed(2)}) rotate(${Ea.toFixed(2)} 0 60)`),x.current&&x.current.setAttribute("transform",`translate(${rr.toFixed(2)} ${(Ia+gt-rt+nr).toFixed(2)}) rotate(${Ea.toFixed(2)} 0 60)`),h&&C.current){let fe=-qt*.62,Ie=-Pa*.7,Me=-16+(z?0:Math.sin(ke/1400)*3)+Ea*.4;C.current.setAttribute("transform",`translate(${fe.toFixed(2)}, ${Ie.toFixed(2)}) rotate(${Me.toFixed(2)})`)}if(l&&I.current){let fe=12+W.gy*.5;I.current.setAttribute("transform",`translate(0, ${fe.toFixed(2)})`)}if(u&&g.current){let fe=Ye!=="thinking"&&Ye!=="visualizing"&&Ye!=="speaking";g.current.setAttribute("opacity",fe?Ot(W.lid*1.3,0,1).toFixed(2):"0");let Ie=(Me,pt)=>{let je=Math.max(1,Math.min(Me.w,Me.h)/2),tt=Me.y-Me.h/2+je,Da="";for(let[Lr,ua]of[[20,7],[48,8],[76,6.5]]){let zt=Lr*Math.PI/180,Ir=Me.x+pt*Math.sin(zt)*je,Er=tt-Math.cos(zt)*je,Dr=Me.x+pt*Math.sin(zt)*(je+ua),Fa=tt-Math.cos(zt)*(je+ua)-1.5,Fr=Me.x+pt*Math.sin(zt-.22)*(je+ua*.65),_r=tt-Math.cos(zt-.22)*(je+ua*.65);Da+=` M ${Ir.toFixed(2)} ${Er.toFixed(2)} Q ${Fr.toFixed(2)} ${_r.toFixed(2)} ${Dr.toFixed(2)} ${Fa.toFixed(2)}`}return Da.trim()};w.current?.setAttribute("d",Ie(J[0],-1)),N.current?.setAttribute("d",Ie(J[1],1))}_=requestAnimationFrame(da)},ha=0;return _=requestAnimationFrame(da),()=>cancelAnimationFrame(_)},[h,u,l,p]),(0,ue.jsxs)("svg",{className:"hsk-kiku-avatar",width:a,height:a,viewBox:"-100 -100 200 200","aria-hidden":"true",style:{display:"block",overflow:"visible"},children:[(0,ue.jsxs)("defs",{children:[(0,ue.jsx)("linearGradient",{id:`${B}-marble`,x1:".2",y1:"0",x2:".42",y2:"1",children:[0,40,82,100].map((z,W)=>(0,ue.jsx)("stop",{ref:oe=>{E.current[W]=oe},offset:`${z}%`,style:{stopColor:`var(--hsk-marble-${W+1}, #FAF7F2)`}},z))}),(0,ue.jsxs)("linearGradient",{id:`${B}-contact`,x1:"0",y1:"1",x2:"0",y2:"0",children:[(0,ue.jsx)("stop",{ref:M,offset:"0%",stopColor:wa[0].color,stopOpacity:"0.9"}),(0,ue.jsx)("stop",{ref:U,offset:"45%",stopColor:wa[0].light,stopOpacity:"0.5"}),(0,ue.jsx)("stop",{ref:j,offset:"100%",stopColor:wa[0].light,stopOpacity:"0"})]}),(0,ue.jsxs)("radialGradient",{id:`${B}-sheen`,cx:".34",cy:".2",r:".55",children:[(0,ue.jsx)("stop",{offset:"0%",stopColor:"#FFFFFF",style:{stopOpacity:"var(--hsk-marble-sheen, .9)"}}),(0,ue.jsx)("stop",{offset:"100%",stopColor:"#FFFFFF",stopOpacity:"0"})]}),(0,ue.jsxs)("linearGradient",{id:`${B}-hibiscus-petal`,x1:"0",y1:"1",x2:"0",y2:"0",children:[(0,ue.jsx)("stop",{offset:"0%",stopColor:"#FF3366"}),(0,ue.jsx)("stop",{offset:"65%",stopColor:"#FF758F"}),(0,ue.jsx)("stop",{offset:"100%",stopColor:"#FFAAA6"})]}),(0,ue.jsxs)("radialGradient",{id:`${B}-blush-cheek`,cx:"50%",cy:"50%",r:"50%",children:[(0,ue.jsx)("stop",{offset:"0%",stopColor:"#FB7185",stopOpacity:"0.48"}),(0,ue.jsx)("stop",{offset:"100%",stopColor:"#FB7185",stopOpacity:"0"})]}),(0,ue.jsx)("clipPath",{id:`${B}-skin`,children:(0,ue.jsx)("use",{href:`#${B}-body`})}),(0,ue.jsxs)("filter",{id:`${B}-goo`,x:"-50%",y:"-50%",width:"200%",height:"200%",children:[(0,ue.jsx)("feGaussianBlur",{in:"SourceGraphic",stdDeviation:"4",result:"b"}),(0,ue.jsx)("feColorMatrix",{in:"b",values:"1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 18 -7"})]}),(0,ue.jsxs)("mask",{id:`${B}-cut`,children:[(0,ue.jsx)("path",{ref:v,d:"",fill:"#FFFFFF"}),(0,ue.jsx)("g",{ref:D,children:Array.from({length:Qa},(z,W)=>(0,ue.jsx)("rect",{ref:oe=>{Y.current[W]=oe},fill:"#000000"},W))})]})]}),(0,ue.jsxs)("g",{ref:y,mask:`url(#${B}-cut)`,children:[(0,ue.jsx)("path",{id:`${B}-body`,ref:k,d:"",fill:`url(#${B}-marble)`}),(0,ue.jsxs)("g",{clipPath:`url(#${B}-skin)`,children:[(0,ue.jsx)("ellipse",{cx:"-14",cy:"-40",rx:"46",ry:"34",fill:`url(#${B}-sheen)`}),(0,ue.jsx)("rect",{ref:X,x:"-100",y:"-20",width:"200",height:"100",fill:`url(#${B}-contact)`,opacity:"0.45"})]})]}),(0,ue.jsxs)("g",{ref:x,style:{pointerEvents:"none"},children:[l&&(0,ue.jsxs)("g",{ref:I,children:[(0,ue.jsx)("ellipse",{cx:"-28",cy:"0",rx:"10",ry:"5.5",fill:`url(#${B}-blush-cheek)`}),(0,ue.jsx)("ellipse",{cx:"28",cy:"0",rx:"10",ry:"5.5",fill:`url(#${B}-blush-cheek)`})]}),u&&(0,ue.jsxs)("g",{ref:g,children:[(0,ue.jsx)("path",{ref:w,stroke:"#3D1424",strokeWidth:"1.7",strokeLinecap:"round",fill:"none"}),(0,ue.jsx)("path",{ref:N,stroke:"#3D1424",strokeWidth:"1.7",strokeLinecap:"round",fill:"none"})]}),h&&(0,ue.jsxs)("g",{ref:C,className:"hsk-avatar-flower",children:[(0,ue.jsx)("path",{d:"M 0 0 C -12 -7 -15 5 0 0 Z",fill:"#10B981",transform:"translate(6, 4) rotate(-35)"}),[0,72,144,216,288].map(z=>(0,ue.jsx)("path",{d:"M 0 0 C -6 -13 6 -13 0 0 Z",fill:`url(#${B}-hibiscus-petal)`,stroke:"#FF2A5F",strokeWidth:"0.6",transform:`rotate(${z-18})`},z)),(0,ue.jsx)("path",{d:"M 0 0 Q 3 -10 9 -14",stroke:"#F59E0B",strokeWidth:"1.6",strokeLinecap:"round",fill:"none"}),(0,ue.jsx)("circle",{cx:"9",cy:"-14",r:"1.3",fill:"#FDE047"}),(0,ue.jsx)("circle",{cx:"7",cy:"-12",r:"1.1",fill:"#FDE047"}),(0,ue.jsx)("circle",{cx:"6.5",cy:"-15",r:"1.1",fill:"#FDE047"}),(0,ue.jsx)("circle",{cx:"0",cy:"0",r:"2.2",fill:"#881337"})]})]})]})}var Ke=require("react/jsx-runtime");function ii({title:e,hasMessages:a,avatarState:t="idle",unread:r=!1,awayFromBottom:n=!1,themeMenuOpen:i=!1,themeMenuClosing:c=!1,isNarrow:s=!1,currentTheme:o="dark",onJumpToLatest:d,onReset:p,onClose:h,onToggleThemeMenu:u,onSelectTheme:l}){let k=Wt(),[v,y]=ot.default.useState(!1),[x,C]=ot.default.useState("#134e3d"),[I,g]=ot.default.useState("rgba(19, 78, 61, 0.45)"),w=ot.default.useRef(void 0),N=ot.default.useRef(null),S=ot.default.useRef(!1),X=ot.default.useRef(0),M=ot.default.useCallback(()=>{S.current=!1,X.current=Date.now(),N.current=setTimeout(()=>{if(S.current=!0,typeof navigator<"u"&&navigator.vibrate)try{navigator.vibrate(25)}catch{}u?.()},350)},[u]),U=ot.default.useCallback(()=>{N.current&&(clearTimeout(N.current),N.current=null)},[]),j=ot.default.useCallback(()=>{N.current&&(clearTimeout(N.current),N.current=null)},[]),E=ot.default.useCallback(D=>{if(S.current){S.current=!1,D.preventDefault(),D.stopPropagation();return}n?d?.():w.current?.()},[n,d]),Y=ot.default.useCallback((D,B,te)=>{D>.04?(y(!0),C(B),g(te)):y(!1)},[]);return(0,Ke.jsxs)("div",{className:"hsk-cb-topbar",children:[(0,Ke.jsx)("div",{className:"hsk-cb-topbar-left",children:(0,Ke.jsx)("button",{className:"hsk-cb-back",onClick:h,"aria-label":"Close",children:(0,Ke.jsx)("span",{className:"hsk-cb-back-icon",children:(0,Ke.jsx)(yr,{})})})}),(0,Ke.jsxs)("div",{className:re("hsk-cb-topbar-mark",s&&i&&"is-oozing"),"data-impacting":v?"true":"false",style:{"--hsk-contact-color":x,"--hsk-contact-glow":I},"data-unread":r?"true":"false",onTouchStart:M,onTouchEnd:U,onTouchMove:j,onTouchCancel:j,onClick:E,role:"button",tabIndex:0,"aria-label":n?k("jumpToLatest"):"kiku (long press for themes)",children:[(0,Ke.jsx)(oi,{state:t,size:34,theme:o,alert:r,onImpact:Y,triggerRef:w}),(0,Ke.jsx)("span",{className:"hsk-cb-topbar-name",children:e})]}),(0,Ke.jsx)("div",{className:"hsk-cb-topbar-actions",children:a&&(0,Ke.jsx)("button",{className:"hsk-cb-topbar-btn",onClick:p,children:k("clearChat")})}),s&&i&&(0,Ke.jsx)("div",{className:re("hsk-cb-topbar-ooze-menu",c&&"is-closing"),role:"dialog","aria-label":"Theme selector",style:{position:"absolute",top:"100%",marginTop:"8px",left:"50%",transform:"translateX(-50%)",zIndex:1e3},onPointerDown:D=>D.stopPropagation(),onClick:D=>D.stopPropagation(),onMouseDown:D=>D.stopPropagation(),children:(0,Ke.jsx)("div",{className:"hsk-cb-theme-2x2-grid",style:{display:"grid",gridTemplateColumns:"repeat(2, 1fr)",gap:6},children:ra.map(({id:D,label:B,Icon:te})=>(0,Ke.jsxs)("button",{type:"button",className:re("hsk-cb-theme-grid-item",o===D&&"is-active"),onClick:z=>{z.stopPropagation(),l?.(D)},children:[(0,Ke.jsx)(te,{}),(0,Ke.jsx)("span",{children:B})]},D))})})]})}var na=vt(require("react"));var si=require("react");var Nr=vt(require("react")),Yt=require("react/jsx-runtime"),Bc=12;function yn(e){return e==null||typeof e=="boolean"?"":typeof e=="string"||typeof e=="number"?String(e):Array.isArray(e)?e.map(yn).join(""):Nr.default.isValidElement(e)?yn(e.props.children):""}function xn(e,a,t,r){if(e==null||typeof e=="boolean")return null;if(typeof e=="string"||typeof e=="number")return String(e).split(/(\s+)/).filter(Boolean).map((n,i)=>{if(/^\s+$/.test(n))return n;let c=t+a.i*Bc;return a.i+=1,(0,Yt.jsx)("span",{className:"hsk-cascade__w",style:{animationDelay:`${c}ms`},children:n},`${r}-w${i}`)});if(Array.isArray(e))return e.map((n,i)=>xn(n,a,t,`${r}-${i}`));if(Nr.default.isValidElement(e)){let n=e;return Nr.default.cloneElement(n,{key:`${r}-el`},xn(n.props.children,a,t,`${r}-c`))}return e}function We({children:e,baseMs:a=0}){let t=yn(e),r=0;for(let i=0;i<t.length;i++)r=(r<<5)-r+t.charCodeAt(i)|0;let n=`c${Math.abs(r)}`;return(0,Yt.jsxs)(Yt.Fragment,{children:[(0,Yt.jsx)("span",{className:"hsk-sr-only",children:t}),(0,Yt.jsx)("span",{"aria-hidden":"true",children:xn(e,{i:0},a,n)})]})}var Xe=require("react/jsx-runtime");function ci({language:e,onBack:a}){let t=Oa(e);return(0,Xe.jsxs)("div",{className:"hsk-cb-chrome-loading",dir:t.rtl?"rtl":"ltr","aria-busy":"true",children:[(0,Xe.jsx)("div",{className:"hsk-cb-chrome-loading-header",children:(0,Xe.jsx)("h2",{className:"hsk-cb-hello hsk-cascade",children:(0,Xe.jsx)(We,{baseMs:60,children:t.preparing})})}),(0,Xe.jsx)("div",{className:"hsk-cb-chrome-progress",role:"progressbar","aria-label":t.preparing,children:(0,Xe.jsx)("div",{className:"hsk-cb-chrome-progress-track"})}),a&&(0,Xe.jsxs)("button",{type:"button",className:"hsk-cb-chrome-back-btn",onClick:a,children:[(0,Xe.jsx)("span",{"aria-hidden":"true",children:t.rtl?"\u2192":"\u2190"})," ",t.changeLang]}),!t.known&&(0,Xe.jsxs)("div",{className:"hsk-cb-chrome-notice",dir:"ltr",lang:"en",children:[(0,Xe.jsxs)("div",{className:"hsk-cb-chrome-notice-header",children:[(0,Xe.jsx)("span",{className:"hsk-cb-chrome-notice-pill",children:"Preview / Low-Resource"}),(0,Xe.jsx)("span",{className:"hsk-cb-chrome-notice-title",children:"Live Machine Translation"})]}),(0,Xe.jsxs)("span",{className:"hsk-cb-chrome-notice-body",children:[(0,Xe.jsx)("b",{children:t.nativeName})," is translated in real time as you browse. Some phrasing may read differently than human-reviewed copy, but names, prices, and figures are always strictly preserved."]})]})]})}var wn=require("react/jsx-runtime"),Tr=16,$c=110,jc=/[؀-ۿ܀-ݏ߀-߿ࡠ-ࣿﭐ-﷿ﹰ-]/;function Sa(e){if(!e)return[];if(jc.test(e))return e.split(/(\s+)/).filter(Boolean);let a=typeof Intl<"u"?Intl:void 0;if(a?.Segmenter){let t=new a.Segmenter(void 0,{granularity:"grapheme"});return Array.from(t.segment(e),r=>r.segment)}return e.split(/(\s+)/).filter(Boolean)}function li({text:e,placeholder:a,visible:t=!0,replay:r=0,replaySeed:n,staggerMs:i=Tr}){if(!t)return null;let c=e||a||"";if(!c)return null;let s=n!==void 0?n:r,o=Sa(c),d=Math.max(o.length-1,1);return(0,wn.jsx)("div",{className:"hsk-animated-placeholder",dir:"auto","aria-hidden":"true",children:o.map((p,h)=>(0,wn.jsx)("span",{className:"hsk-animated-placeholder__char",style:{animationDelay:`${$c+h*i}ms`,"--hsk-ph-hue":`${Math.round(h/d*300)}`},children:p},`${c}|${s}|${h}`))})}var H=require("react/jsx-runtime");function Sn(e){return typeof e=="string"?Sa(e).length:Array.isArray(e)?e.reduce((a,t)=>a+Sn(t),0):na.default.isValidElement(e)?Sn(e.props?.children):0}function Cn(e,a,t,r){return typeof e=="string"?Sa(e).map(n=>{let i=a.i++;return(0,H.jsx)("span",{className:"hsk-cb-shimmer-char",style:{"--hsk-char-idx":r+i,"--hsk-ph-hue":`${Math.round(i/t*300)}`},children:n},i)}):Array.isArray(e)?e.map((n,i)=>(0,H.jsx)(na.default.Fragment,{children:Cn(n,a,t,r)},i)):na.default.isValidElement(e)?na.default.cloneElement(e,{children:Cn(e.props?.children,a,t,r)}):e}function di({text:e,baseIdx:a=0}){let t=Math.max(Sn(e)-1,1);return(0,H.jsx)(H.Fragment,{children:Cn(e,{i:0},t,a)})}function hi({inOnboarding:e,justCompleted:a,onboardingMood:t,awaitingLang:r,awaitingName:n,awaitingEntityLang:i,awaitingConsent:c,termsAgreed:s,shopperLanguage:o,shopperName:d,entityLangPref:p,chromeReady:h,activeChips:u,t:l,tNode:k,chooseLanguage:v,chooseEntityLang:y,agreeTerms:x,handleSend:C}){let I=r?"1":n?"2":i?"3":c?"4":null,[g,w]=na.default.useState(30);return na.default.useEffect(()=>{if(!c){w(30);return}let N=setInterval(()=>{w(S=>S<=1?(clearInterval(N),0):S-1)},1e3);return()=>clearInterval(N)},[c]),(0,H.jsx)("div",{className:"hsk-cb-empty",children:(0,H.jsxs)("div",{className:"hsk-cb-onboarding-card",children:[I&&(0,H.jsx)("div",{className:"hsk-cb-onboarding-head",children:(0,H.jsxs)("span",{className:"hsk-cb-step-badge",dir:"ltr",children:[I," / 4"]})}),r?(0,H.jsxs)("div",{className:"hsk-cb-hello-wrap",children:[(0,H.jsx)("h2",{className:"hsk-cb-hello hsk-cascade",children:(0,H.jsx)(We,{baseMs:0,children:"What language should we chat in?"})}),(0,H.jsxs)("div",{className:"hsk-cb-lang-chips",children:[fr.map((N,S)=>(0,H.jsx)("button",{type:"button",className:"hsk-cb-lang-chip",style:{"--hsk-pill-idx":S},lang:N.tag,dir:N.rtl?"rtl":"ltr",onClick:()=>v(N.value),children:N.native},N.value)),(0,H.jsx)("span",{className:"hsk-cb-lang-chips-hint",style:{"--hsk-pill-idx":fr.length},children:"or type any other"})]})]},"step-lang"):n?(0,H.jsx)("div",{className:"hsk-cb-hello-wrap",children:h?(0,H.jsxs)(H.Fragment,{children:[(0,H.jsx)("h2",{className:"hsk-cb-hello hsk-cascade",children:(0,H.jsx)(We,{baseMs:0,children:l("nameStepTitle")})}),(0,H.jsx)("p",{className:"hsk-cb-hello-lead hsk-cascade",children:(0,H.jsx)(We,{baseMs:30,children:l("nameStepLead")})}),(0,H.jsx)("p",{className:"hsk-cb-hello-ask hsk-cascade",children:(0,H.jsx)(We,{baseMs:60,children:l("nameStepAsk")})})]}):(0,H.jsx)(ci,{language:o,onBack:()=>v("")})},"step-name"):i?(0,H.jsxs)("div",{className:"hsk-cb-hello-wrap",children:[h&&(0,H.jsxs)(H.Fragment,{children:[(0,H.jsx)("h2",{className:"hsk-cb-hello hsk-cascade",children:(0,H.jsx)(We,{baseMs:0,children:l("howShouldResultsLook")})}),(0,H.jsx)("p",{className:"hsk-cb-hello-lead hsk-cascade",children:(0,H.jsx)(We,{baseMs:30,children:k("entityLangIntro",{lang:o})})})]}),h&&(0,H.jsx)("div",{className:"hsk-cb-entlang-opts",role:"radiogroup","aria-label":l("howShouldResultsLook"),children:["translated","original"].map((N,S)=>(0,H.jsxs)("button",{type:"button",role:"radio","aria-checked":p===N,className:re("hsk-cb-entlang-opt",p===N&&"is-selected"),style:{"--hsk-opt-idx":S},onClick:()=>y(N),children:[(0,H.jsx)("span",{className:"hsk-cb-entlang-radio","aria-hidden":"true",children:(0,H.jsx)("span",{className:"hsk-cb-entlang-radio-dot"})}),(0,H.jsxs)("span",{className:"hsk-cb-entlang-opt-text",children:[(0,H.jsx)("span",{className:"hsk-cb-entlang-opt-title",children:(0,H.jsx)(di,{text:N==="translated"?k("inLanguage",{lang:o}):l("asWritten"),baseIdx:0})}),(0,H.jsx)("span",{className:"hsk-cb-entlang-opt-note",children:(0,H.jsx)(di,{text:l(N==="translated"?"detailsTranslated":"namesAsWritten"),baseIdx:15})})]})]},N))})]},"step-entity-lang"):c?(0,H.jsx)("div",{className:"hsk-cb-hello-wrap",children:h&&(0,H.jsxs)(H.Fragment,{children:[(0,H.jsx)("h2",{className:"hsk-cb-hello hsk-cascade",children:(0,H.jsx)(We,{baseMs:0,children:l("termsStepTitle")})}),(0,H.jsx)("p",{className:"hsk-cb-hello-lead hsk-cascade",children:(0,H.jsx)(We,{baseMs:30,children:l("termsStepSubtitle")})}),(0,H.jsxs)("div",{className:"hsk-cb-terms-sanctuary",children:[(0,H.jsxs)("div",{className:"hsk-cb-terms-item",style:{"--hsk-row-idx":0},children:[(0,H.jsxs)("div",{className:"hsk-cb-terms-head",children:[(0,H.jsx)("span",{className:"hsk-cb-terms-numeral",children:"I"}),(0,H.jsx)("h3",{className:"hsk-cb-terms-title",children:l("termsPiiTitle")})]}),(0,H.jsx)("p",{className:"hsk-cb-terms-desc",children:l("termsPiiDesc")})]}),(0,H.jsx)("div",{className:"hsk-cb-terms-divider"}),(0,H.jsxs)("div",{className:"hsk-cb-terms-item",style:{"--hsk-row-idx":1},children:[(0,H.jsxs)("div",{className:"hsk-cb-terms-head",children:[(0,H.jsx)("span",{className:"hsk-cb-terms-numeral",children:"II"}),(0,H.jsx)("h3",{className:"hsk-cb-terms-title",children:l("termsSessionTitle")})]}),(0,H.jsx)("p",{className:"hsk-cb-terms-desc",children:l("termsSessionDesc")})]}),(0,H.jsx)("div",{className:"hsk-cb-terms-divider"}),(0,H.jsxs)("div",{className:"hsk-cb-terms-item",style:{"--hsk-row-idx":2},children:[(0,H.jsxs)("div",{className:"hsk-cb-terms-head",children:[(0,H.jsx)("span",{className:"hsk-cb-terms-numeral",children:"III"}),(0,H.jsx)("h3",{className:"hsk-cb-terms-title",children:l("termsMemoryTitle")})]}),(0,H.jsx)("p",{className:"hsk-cb-terms-desc",children:l("termsMemoryDesc")})]}),(0,H.jsx)("div",{className:"hsk-cb-terms-divider"}),(0,H.jsxs)("div",{className:"hsk-cb-terms-item",style:{"--hsk-row-idx":3},children:[(0,H.jsxs)("div",{className:"hsk-cb-terms-head",children:[(0,H.jsx)("span",{className:"hsk-cb-terms-numeral",children:"IV"}),(0,H.jsx)("h3",{className:"hsk-cb-terms-title",children:l("termsCookieTitle")})]}),(0,H.jsx)("p",{className:"hsk-cb-terms-desc",children:l("termsCookieDesc")})]})]}),(0,H.jsx)("div",{className:"hsk-cb-terms-action-wrap",children:(0,H.jsx)("button",{type:"button",className:re("hsk-cb-terms-agree-btn",g===0&&"is-active"),disabled:g>0,onClick:x,children:g>0?l("termsAgreeCounting",{seconds:String(g)}):l("termsAgreeButton")})})]})},"step-terms"):a?(0,H.jsx)("div",{className:"hsk-cb-hello-wrap",children:h&&(0,H.jsxs)(H.Fragment,{children:[(0,H.jsx)("h2",{className:"hsk-cb-hello hsk-cascade",children:(0,H.jsx)(We,{baseMs:0,children:k("allSet",{name:d})})}),(0,H.jsx)("p",{className:"hsk-cb-hello-lead hsk-cascade",children:(0,H.jsx)(We,{baseMs:30,children:p==="translated"?k("replyingTranslated",{lang:o}):k("replyingOriginal",{lang:o})})})]})},"step-completed"):d?(0,H.jsxs)("div",{className:"hsk-cb-hello-wrap",children:[(0,H.jsx)("h2",{className:"hsk-cb-hello hsk-cascade",children:(0,H.jsx)(We,{baseMs:0,children:k("greetReturning",{name:d})})}),(0,H.jsx)("p",{className:"hsk-cb-hello-lead hsk-cascade",children:(0,H.jsx)(We,{baseMs:30,children:l("greetReturningLead")})})]},"step-returning"):(0,H.jsxs)("div",{className:"hsk-cb-hello-wrap",children:[(0,H.jsx)("h2",{className:"hsk-cb-hello hsk-cascade",children:(0,H.jsxs)(We,{baseMs:0,children:["Hi, I'm ",(0,H.jsx)("b",{children:"kiku"}),"."]})}),(0,H.jsx)("p",{className:"hsk-cb-hello-lead hsk-cascade",children:(0,H.jsx)(We,{baseMs:30,children:"Ask me to search, visualize, or capture anything \u2014 I look across the whole site in real time."})})]},"step-initial"),!e&&(u?.length??0)>0&&(0,H.jsx)("div",{className:"hsk-cb-chips",children:u.map((N,S)=>(0,H.jsx)("button",{className:"hsk-cb-chip",style:{"--hsk-pill-idx":S},onClick:()=>C(N),children:N},N))})]})})}var gi=vt(require("react"));var Xa=require("react"),Ne=require("@akropolys/sdk"),Oe=require("react/jsx-runtime");function Vc(e){let[,a]=(0,Xa.useState)(0),t=JSON.stringify(e);return(0,Xa.useEffect)(()=>(0,Ne.subscribeLiveValues)(r=>{e.includes(r)&&a(n=>n+1)}),[t]),(0,Xa.useEffect)(()=>{let r=setInterval(()=>a(n=>n+1),1e3);return()=>clearInterval(r)},[]),e.map(Ne.getLiveValue)}function Kc({record:e,now:a}){let t=(0,Ne.isStale)(e,a),r=e.fields,n=r.event||r.question||r.title||e.key,i=n.length>38?n.slice(0,36)+"\u2026":n,c=!!r.yes_price||!!r.yesPrice,s=!!r.no_price||!!r.noPrice,o=[];c?o.push({label:"Yes",value:(0,Ne.formatLiveValue)("yes_price",r.yes_price||r.yesPrice),rawKey:"yes_price"}):(r.yes_pct||r.yesPct)&&o.push({label:"Yes",value:(0,Ne.formatLiveValue)("yes_pct",r.yes_pct||r.yesPct),rawKey:"yes_pct"}),s?o.push({label:"No",value:(0,Ne.formatLiveValue)("no_price",r.no_price||r.noPrice),rawKey:"no_price"}):(r.no_pct||r.noPct)&&o.push({label:"No",value:(0,Ne.formatLiveValue)("no_pct",r.no_pct||r.noPct),rawKey:"no_pct"}),r.bid&&o.push({label:"Bid",value:(0,Ne.formatLiveValue)("bid",r.bid),rawKey:"bid"}),r.ask&&o.push({label:"Ask",value:(0,Ne.formatLiveValue)("ask",r.ask),rawKey:"ask"}),r.spread&&o.push({label:"Spread",value:(0,Ne.formatLiveValue)("spread",r.spread),rawKey:"spread"}),!c&&!s&&!r.bid&&r.price&&o.push({label:"Price",value:(0,Ne.formatLiveValue)("price",r.price),rawKey:"price"}),(r.home_spread||r.spread_line)&&o.push({label:"Spread",value:(0,Ne.formatLiveValue)("spread",r.home_spread||r.spread_line),rawKey:"spread"}),(r.moneyline||r.ml)&&o.push({label:"ML",value:(0,Ne.formatLiveValue)("ml",r.moneyline||r.ml),rawKey:"moneyline"}),(r.over_under||r.total)&&o.push({label:"O/U",value:(0,Ne.formatLiveValue)("total",r.over_under||r.total),rawKey:"over_under"});let d=r.volume||r.vol||r["24h_volume"]||r.turnover;d&&o.push({label:"Vol",value:(0,Ne.formatLiveValue)("volume",d),rawKey:"volume"});let p=r.close_date||r.expiry||r.expires_at||r.settle_date,h=p?(0,Ne.formatLiveValue)("close_date",p):null;return(0,Oe.jsxs)("div",{className:`hsk-live-card${t?" is-stale":""}`,role:"region","aria-label":"Live quote",children:[(0,Oe.jsxs)("div",{className:"hsk-live-card__header",children:[(0,Oe.jsxs)("div",{className:"hsk-live-card__status",children:[(0,Oe.jsx)("span",{className:`hsk-live-dot${t?" is-stale":""}`,"aria-hidden":"true"}),(0,Oe.jsx)("span",{className:"hsk-live-card__title",title:n,children:i})]}),(0,Oe.jsxs)("div",{className:"hsk-live-card__meta",children:[h&&(0,Oe.jsxs)("span",{className:"hsk-live-card__close",children:["Closes ",h]}),(0,Oe.jsx)("span",{className:"hsk-live-card__age",children:t?`Paused \xB7 ${(0,Ne.describeAge)(a-e.at)}`:`Live \xB7 ${(0,Ne.describeAge)(a-e.at)}`})]})]}),(0,Oe.jsx)("div",{className:"hsk-live-card__pills",children:o.map(u=>{let l=(0,Ne.isFresh)(e,u.rawKey,a);return(0,Oe.jsxs)("div",{className:`hsk-live-pill${l?" is-changed":""}`,style:l?{animationDuration:`${Ne.LIVE_FLASH_MS}ms`}:void 0,children:[(0,Oe.jsx)("span",{className:"hsk-live-pill__label",children:u.label}),(0,Oe.jsx)("span",{className:"hsk-live-pill__value",children:u.value})]},u.rawKey)})})]})}function pi({keys:e}){let a=new Set,t=(e??[]).filter(s=>a.has(s)?!1:(a.add(s),!0)),r=Vc(t);if(t.filter((s,o)=>r[o]).length===0)return null;let i=r.filter(s=>!!s),c=Date.now();return(0,Oe.jsx)("div",{className:"hsk-live-wrap",role:"group","aria-label":"Live market data",children:(0,Oe.jsx)("div",{className:"hsk-live-carousel",children:i.map(s=>(0,Oe.jsx)(Kc,{record:s,now:c},s.key))})})}var ia=require("react");var oa=require("react/jsx-runtime");function ui(e){let a=e.match(/<\s*thinking\s*>/i);if(!a)return{thinking:"",content:e,isComplete:!0};let t=a.index??0,r=a[0].length,n=t+r,i=e.slice(0,t),c=e.slice(n),s=c.match(/<\/\s*thinking\s*>/i);if(!s)return{thinking:c,content:i,isComplete:!1};let o=s.index??0,d=s[0].length;return{thinking:c.slice(0,o),content:i+c.slice(o+d),isComplete:!0}}function mi({text:e,isComplete:a,seconds:t}){let r=Wt(),n=(0,ia.useRef)(Date.now()),[i,c]=(0,ia.useState)(()=>a?null:0),[s,o]=(0,ia.useState)(!a);(0,ia.useEffect)(()=>{if(a){i!==null&&(c(Math.max(1,Math.round((Date.now()-n.current)/1e3))),o(!1));return}o(!0);let u=setInterval(()=>{c(Math.round((Date.now()-n.current)/1e3))},1e3);return()=>clearInterval(u)},[a]);let d=t??i,p=a?d!=null?r("thoughtForSeconds",{duration:`${d}s`}):r("thoughtProcess"):`${r("thinking")}${i?` \xB7 ${i}s`:"\u2026"}`,h=!!e;return(0,oa.jsxs)("div",{className:re("hsk-cb-think",!a&&"hsk-cb-think--live"),children:[(0,oa.jsxs)("button",{type:"button",className:re("hsk-cb-think-head",!h&&"hsk-cb-think-head--static"),onClick:h?()=>o(u=>!u):void 0,"aria-expanded":h?s:void 0,children:[(0,oa.jsx)("span",{children:p}),h&&(0,oa.jsx)("span",{className:re("hsk-cb-think-chevron",s&&"hsk-cb-think-chevron--open"),children:"\u25B6"})]}),h&&s&&(0,oa.jsx)("div",{className:"hsk-cb-think-body",children:e})]})}var bt=require("react"),ki=require("@akropolys/sdk");var we=require("react/jsx-runtime");function Wc({src:e,alt:a,onImageClick:t}){let[r,n]=(0,bt.useState)(!1);return r?(0,we.jsx)("div",{style:{width:"100%",height:"100%",display:"flex",alignItems:"center",justifyContent:"center",background:"var(--hsk-chat-source-bg, rgba(0,0,0,.04))",color:"var(--hsk-chat-muted, #888)"},children:(0,we.jsx)(kt,{})}):(0,we.jsx)("img",{src:e,alt:a??"",onError:()=>n(!0),onClick:t?i=>{i.stopPropagation(),t(e)}:void 0})}function bi({sources:e,defaultCurrency:a,onSelectSource:t,onImageClick:r,referencedIds:n=[],compact:i=!1}){let s=(0,ki.useAkropolysContext)()?.vertical==="property",o=(0,bt.useRef)(null),[d,p]=(0,bt.useState)(!1),[h,u]=(0,bt.useState)(!1),[l,k]=(0,bt.useState)(0),v=e.filter(g=>g.id&&n.includes(g.id)),y=(0,bt.useCallback)(()=>{let g=o.current;if(!g||v.length===0)return;let w=Math.abs(g.scrollLeft),N=g.scrollWidth-g.clientWidth;p(w>10),u(N>4&&w<N-12);let X=Math.round(w/190);k(Math.min(Math.max(0,X),v.length-1))},[v.length]);(0,bt.useEffect)(()=>{y();let g=o.current;if(!g)return;let w=new ResizeObserver(y);return w.observe(g),g.addEventListener("scroll",y,{passive:!0}),()=>{w.disconnect(),g.removeEventListener("scroll",y)}},[y,e]);let x=g=>{let w=o.current;if(!w)return;let N=getComputedStyle(w).direction==="rtl";w.scrollBy({left:190*g*(N?-1:1),behavior:"smooth"})},C=()=>x(1),I=()=>x(-1);return v.length===0?null:(0,we.jsxs)("div",{className:re("hsk-cb-sources-wrap",i&&"hsk-cb-sources-wrap--compact"),children:[d&&(0,we.jsxs)(we.Fragment,{children:[(0,we.jsx)("div",{className:"hsk-cb-sources-fade-left"}),(0,we.jsx)("button",{className:"hsk-cb-sources-prev",onClick:I,"aria-label":"Previous",children:(0,we.jsx)(yr,{})})]}),(0,we.jsx)("div",{className:"hsk-cb-sources",ref:o,children:v.map((g,w)=>{let N=!!(g.id&&n.includes(g.id));return(0,we.jsxs)("div",{className:re("hsk-cb-source",N&&"hsk-cb-source--referenced"),style:{animationDelay:`${w*50}ms`},onClick:()=>t?.(g),children:[g.image?(0,we.jsxs)("div",{className:"hsk-cb-src-imgwrap",style:{position:"relative"},children:[(0,we.jsx)(Wc,{src:g.image,alt:g.name,onImageClick:r}),s&&(0,we.jsx)("div",{style:{position:"absolute",top:"6px",right:"6px",background:"rgba(14, 14, 15, 0.75)",backdropFilter:"blur(4px)",borderRadius:"50%",width:"24px",height:"24px",display:"flex",alignItems:"center",justifyContent:"center",color:"#fbbf24",boxShadow:"0 2px 4px rgba(0,0,0,0.2)"},children:(0,we.jsx)(kt,{size:12})})]}):(0,we.jsx)("div",{className:"hsk-cb-src-imgwrap-empty",style:{position:"relative"},children:(0,we.jsx)(kt,{})}),(0,we.jsxs)("div",{className:"hsk-cb-src-info",children:[(0,we.jsx)("div",{className:"hsk-cb-src-name",children:g.name}),g.price&&(0,we.jsxs)("div",{className:"hsk-cb-src-price",children:[g.currency||a?`${g.currency||a} `:"$",parseFloat(String(g.price).replace(/[^0-9.]/g,"")||"0").toLocaleString()]})]})]},g.id??w)})}),h&&(0,we.jsxs)(we.Fragment,{children:[(0,we.jsx)("div",{className:"hsk-cb-sources-fade-right"}),(0,we.jsx)("button",{className:"hsk-cb-sources-next",onClick:C,"aria-label":"See more",children:(0,we.jsx)(fo,{})})]}),v.length>1&&(0,we.jsx)("div",{className:"hsk-cb-carousel-dots",children:v.map((g,w)=>(0,we.jsx)("div",{className:re("hsk-cb-dot-item",w===l&&"hsk-cb-dot-item--active"),onClick:()=>{let N=o.current;if(N){let S=getComputedStyle(N).direction==="rtl";N.scrollTo({left:w*190*(S?-1:1),behavior:"smooth"})}}},w))})]})}var Ja=require("react/jsx-runtime");function fi({intent:e,sources:a,onSend:t,loading:r,defaultCurrency:n=""}){let i=Wt();if(!e)return null;let c=[],s=a.length>0?a.reduce((h,u)=>{let l=parseFloat(String(u.price??"").replace(/[^0-9.]/g,"")),k=parseFloat(String(h.price??"").replace(/[^0-9.]/g,""));return!isNaN(l)&&(isNaN(k)||l<k)?u:h},a[0]):null,o=a[0]?.name??"",d=a.slice(0,2).map(h=>h.name),p=()=>{let h=a.map(x=>parseFloat(String(x.price??"").replace(/[^0-9.]/g,""))).filter(x=>!isNaN(x)&&x>0);if(h.length===0)return null;let u=Math.max(...h),l=Math.pow(10,Math.floor(Math.log10(u))),k=Math.ceil(u/l)*l;return`${String(a.find(x=>x.price)?.price??"").replace(/[0-9.,\s]/g,"")||n} ${k.toLocaleString()}`.trim()};if(e==="search"&&a.length>0){if(d.length>=2&&c.push({emoji:"\u2696\uFE0F",label:i("pillCompareTop2"),query:i("pillCompareTop2Query",{a:d[0],b:d[1]})}),s?.name){let u=s.name.split(" ").slice(0,3).join(" ");c.push({emoji:"\u{1F4A1}",label:i("pillMoreOn",{name:u}),query:i("pillMoreOnQuery",{name:s.name})})}let h=p();h&&c.push({emoji:"\u{1F4B0}",label:i("pillUnder",{amount:h}),query:i("pillUnderQuery",{amount:h})})}else e==="compare"&&a.length>0?(o&&c.push({emoji:"\u{1F50D}",label:i("pillSimilarOptions"),query:i("pillSimilarOptionsQuery",{name:o})}),c.push({emoji:"\u{1F4A1}",label:i("pillWhichBest"),query:i("pillWhichBestQuery")})):e==="specs"&&a.length>0?o&&c.push({emoji:"\u{1F504}",label:i("pillFindAlternatives"),query:i("pillFindAlternativesQuery",{name:o})}):e==="general"&&(c.push({emoji:"\u{1F50D}",label:i("pillShowPopular"),query:i("pillShowPopularQuery")}),c.push({emoji:"\u{1F4A1}",label:i("pillRecommend"),query:i("pillRecommendQuery")}));return c.length===0?null:(0,Ja.jsx)("div",{className:"hsk-action-pills",children:c.map(h=>(0,Ja.jsxs)("button",{className:"hsk-action-pill",onClick:()=>t(h.query),disabled:r,children:[(0,Ja.jsx)("span",{className:"hsk-pill-emoji",children:h.emoji}),h.label]},h.query))})}var de=require("react/jsx-runtime"),vi=gi.default.memo(({content:e,streaming:a})=>(0,de.jsx)(de.Fragment,{children:ta(e,a)}),(e,a)=>e.content===a.content&&e.streaming===a.streaming);vi.displayName="MarkdownBlock";function yi({msg:e,idx:a,isLast:t,isLastUser:r,isRunEnd:n,runMid:i,runCont:c,isNarrow:s,loading:o,streaming:d,stopped:p,interrupted:h,sources:u,referencedIds:l,discussedSources:k,lastIntent:v,lastAction:y,defaultCurrency:x,vizState:C,setVizState:I,setLightboxSrc:g,setMarkupSrc:w,handleSend:N,handleSourceClick:S,t:X,messageRef:M}){let U=e.role==="user",j=e.content;return(0,de.jsx)("div",{className:re("hsk-cb-msg-group",i&&"hsk-cb-msg-group--run-mid",c&&"hsk-cb-msg-group--run-cont"),ref:M,children:U?(0,de.jsxs)("div",{className:`hsk-cb-user-msg${r?" hsk-sent":""}`,children:[e.images&&e.images.length>0&&(0,de.jsx)("div",{className:"hsk-cb-user-imgs","data-count":Math.min(e.images.length,4),children:e.images.slice(0,4).map((E,Y)=>(0,de.jsxs)("button",{type:"button",className:"hsk-cb-user-img-cell",onClick:()=>g(E),children:[(0,de.jsx)("img",{src:E,alt:`attachment ${Y+1}`,className:"hsk-cb-user-img-thumb"}),Y===3&&e.images.length>4&&(0,de.jsxs)("span",{className:"hsk-cb-user-img-more",children:["+",e.images.length-3]})]},Y))}),e.content&&(0,de.jsxs)("div",{className:re("hsk-cb-user-bubble",n&&"hsk-cb-user-bubble--tail",e.spoken&&"hsk-cb-user-bubble--spoken"),children:[e.spoken&&(0,de.jsx)(ya,{className:"hsk-cb-spoken-mark",size:10}),/^@kiku\b/i.test(e.content)?(0,de.jsxs)(de.Fragment,{children:[(0,de.jsx)("span",{className:"hsk-kiku-badge",children:"@kiku"}),e.content.replace(/^@kiku\s*/i,"")]}):e.content]}),r&&(0,de.jsx)("span",{className:"hsk-cb-sent-status",children:X(p||h?"statusStopped":"statusSent")})]}):(0,de.jsx)("div",{className:re("hsk-cb-ai-msg",s&&"hsk-cb-ai-msg--inline"),children:(0,de.jsxs)("div",{className:"hsk-cb-ai-body",children:[(()=>{let E=ui(j),Y=e.thinking||E.thinking,D=E.content,B=/(?:^|\n+)(?:[>*_~`\s]*)(?:This is a calculation from live figures,?\s*not a guarantee\s*[—–-]\s*the market can move against it\.?)(?:[>*_~`\s]*)/gi,te=B.test(D),z=te?D.replace(B,"").trimEnd():D,W=e.thoughtForSeconds!=null||D.length>0||!(t&&(d||o));return(0,de.jsxs)(de.Fragment,{children:[!e.spoken&&(Y||e.thoughtForSeconds!=null||t&&(d||o))&&(0,de.jsx)(mi,{text:Y,isComplete:W,seconds:e.thoughtForSeconds}),z&&(0,de.jsx)("div",{className:"hsk-cb-ai-content",children:(0,de.jsx)(vi,{content:z,streaming:t&&d})}),te&&(0,de.jsx)("div",{className:"hsk-cb-calc-disclaimer",children:X("calcDisclaimer")})]})})(),e.visualizing&&(0,de.jsxs)("div",{className:"hsk-cb-viz hsk-cb-viz--loading",children:[(0,de.jsx)("span",{className:"hsk-cb-viz-spinner"}),(0,de.jsx)("span",{children:e.visualizingText||X("vizWorking")})]}),e.visualization&&(0,de.jsxs)("div",{className:"hsk-cb-viz",children:[(0,de.jsxs)("div",{className:"hsk-cb-viz-imgwrap",children:[e.visualizationType==="video"||e.visualization.includes("/videos/")?(0,de.jsx)("video",{src:e.visualization,controls:!0,autoPlay:!0,loop:!0,muted:!0,playsInline:!0,className:"hsk-markdown-video",style:{display:"block",maxHeight:"400px",objectFit:"contain",width:"100%"}}):(0,de.jsx)("img",{src:e.visualization,alt:"Product visualized in your photo",className:"hsk-markdown-img",style:C[e.visualization]==="err"?{display:"none"}:void 0,onLoad:()=>I(E=>({...E,[e.visualization]:"ok"})),onError:()=>I(E=>({...E,[e.visualization]:"err"}))}),C[e.visualization]==="err"&&(0,de.jsx)("div",{className:"hsk-cb-viz-broken",children:X("vizUnavailable")}),t&&!d&&C[e.visualization]==="ok"&&e.visualizationType!=="video"&&!e.visualization.includes("/videos/")&&(0,de.jsxs)("button",{className:"hsk-cb-viz-mark",onClick:()=>w(e.visualization),children:[(0,de.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,de.jsx)("path",{d:"M12 20h9"}),(0,de.jsx)("path",{d:"M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4Z"})]}),X("vizMarkEdit")]})]}),(0,de.jsx)("div",{className:"hsk-cb-viz-disclaimer",children:e.visualizationType==="video"||e.visualization.includes("/videos/")?X("vizDisclaimerVideo"):X("vizDisclaimerImage")})]}),!U&&(e.knowledgeImages?.length??0)>0&&(0,de.jsx)("div",{className:"hsk-cb-kimgs",children:e.knowledgeImages.map(E=>(0,de.jsxs)("div",{className:"hsk-cb-kimg-group",children:[(0,de.jsx)("div",{className:"hsk-cb-kimg-grid",children:E.images.map((Y,D)=>(0,de.jsx)("img",{src:Y.url,alt:Y.note||E.title||"Reference image",className:"hsk-cb-kimg",loading:"lazy",onClick:()=>g(Y.url),onError:B=>{B.target.style.display="none"}},D))}),(E.title||E.images[0]?.note)&&(0,de.jsx)("div",{className:"hsk-cb-kimg-caption",children:E.title||E.images[0]?.note})]},E.entryId))}),!U&&(0,de.jsx)(pi,{keys:e.liveKeys}),!U&&(e.staleNotices?.length??0)>0&&(0,de.jsxs)("div",{className:"hsk-cb-stale",role:"status",children:[(0,de.jsx)("div",{className:"hsk-cb-stale-title",children:X("staleTitle")}),e.staleNotices.map((E,Y)=>(0,de.jsxs)("div",{className:"hsk-cb-stale-item",children:[E.state==="removed"?X("staleRemoved",{title:E.title}):X("staleUnavailable",{title:E.title}),E.reason&&(0,de.jsxs)("span",{className:"hsk-cb-stale-reason",children:[" ",E.reason]})]},Y))]}),(()=>{let E=t?l:e.referencedIds??[],Y=t?u:e.sources??[],D=t?v:e.intent,B=D==="compare"||D==="capture"||D==="capture_all"||D==="delete"||D==="view_history";return E.length>0&&!B&&(!t||y?.type!=="request_kiku_key")&&(0,de.jsx)(bi,{sources:Y,defaultCurrency:x,onSelectSource:S,onImageClick:g,referencedIds:E,compact:!!e.visualization})})(),t&&!o&&!d&&y?.type==="open_memory"&&y.url&&(0,de.jsxs)("a",{className:"hsk-cb-memory-pill",href:String(y.url),target:"_blank",rel:"noopener noreferrer",children:[X("openMemory"),(0,de.jsx)(ko,{})]}),t&&!o&&y?.url&&y.type!=="open_memory"&&(0,de.jsx)("div",{className:"hsk-action-pills",children:(0,de.jsxs)("a",{className:"hsk-action-pill",href:y.url,children:[String(y.type||"continue").replace(/_/g," ")," \u2192"]})}),t&&!o&&(0,de.jsx)(fi,{intent:v,sources:k,onSend:N,loading:o,defaultCurrency:x})]})})})}var ve=require("react/jsx-runtime");function xi({keyInput:e,setKeyInput:a,minting:t,handleUseExistingKey:r,handleCreateKey:n,t:i}){return(0,ve.jsxs)("div",{className:"hsk-cb-ai-msg",children:[(0,ve.jsx)("div",{className:"hsk-cb-ai-icon",style:{display:"flex",alignItems:"center"},children:(0,ve.jsx)(kt,{})}),(0,ve.jsx)("div",{className:"hsk-cb-ai-body",children:(0,ve.jsx)("div",{className:"hsk-cb-ai-text",children:(0,ve.jsxs)("div",{className:"hsk-cb-phone-form",children:[(0,ve.jsx)("label",{className:"hsk-cb-phone-label",children:i("keyPastePrompt")}),(0,ve.jsx)("input",{type:"text",className:"hsk-cb-phone-input",placeholder:i("keyPastePlaceholder"),value:e,onChange:c=>a(c.target.value),onKeyDown:c=>c.key==="Enter"&&r(),autoFocus:!0}),(0,ve.jsxs)("div",{style:{display:"flex",gap:8},children:[(0,ve.jsx)("button",{className:"hsk-cb-phone-submit",onClick:r,disabled:!e.trim(),children:i("keyUseMine")}),(0,ve.jsx)("button",{className:"hsk-cb-phone-submit",onClick:n,disabled:t,children:i(t?"keyCreating":"keyCreateNew")})]})]})})})]})}function wi({mintedKey:e,mintedPub:a,copied:t,keyCountdown:r,onDismiss:n,copyValue:i,t:c}){return(0,ve.jsxs)("div",{className:"hsk-cb-ai-msg",children:[(0,ve.jsx)("div",{className:"hsk-cb-ai-icon",style:{display:"flex",alignItems:"center"},children:(0,ve.jsx)(kt,{})}),(0,ve.jsx)("div",{className:"hsk-cb-ai-body",children:(0,ve.jsx)("div",{className:"hsk-cb-ai-text",children:(0,ve.jsxs)("div",{style:{padding:"4px 0",display:"flex",flexDirection:"column",gap:12},children:[(0,ve.jsxs)("div",{children:[(0,ve.jsxs)("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center",marginBottom:4},children:[(0,ve.jsx)("span",{style:{fontSize:12,fontWeight:600},children:c("keySecretTitle")}),(0,ve.jsxs)("button",{className:"hsk-cb-phone-submit",style:{padding:"2px 8px",fontSize:11,background:"transparent",border:0},onClick:n,children:[c("keyDismiss")," \u2715"]})]}),(0,ve.jsx)("code",{style:{display:"block",fontSize:13,fontWeight:700,marginBottom:8,wordBreak:"break-all"},children:e}),(0,ve.jsxs)("div",{style:{display:"flex",gap:8,alignItems:"center",flexWrap:"wrap"},children:[(0,ve.jsx)("button",{className:"hsk-cb-phone-submit",style:{padding:"4px 10px",border:0},onClick:()=>i(e,"secret"),children:c(t==="secret"?"keyCopied":"keyCopySecret")}),(0,ve.jsx)("span",{style:{fontSize:11,opacity:.7,flex:"1 1 180px"},children:c("keySecretHint")})]})]}),a&&(0,ve.jsxs)("div",{children:[(0,ve.jsx)("div",{style:{fontSize:12,fontWeight:600,marginBottom:4},children:c("keyPublicTitle")}),(0,ve.jsx)("code",{style:{display:"block",fontSize:12,fontWeight:600,marginBottom:6,wordBreak:"break-all",opacity:.85},children:a}),(0,ve.jsxs)("div",{style:{display:"flex",gap:8,alignItems:"center",flexWrap:"wrap"},children:[(0,ve.jsx)("button",{className:"hsk-cb-phone-submit",style:{padding:"4px 10px",border:0},onClick:()=>i(a,"pub"),children:c(t==="pub"?"keyCopied":"keyCopyId")}),(0,ve.jsx)("span",{style:{fontSize:11,opacity:.7,flex:"1 1 180px"},children:c("keyPublicHint")})]})]}),(0,ve.jsx)("div",{style:{fontSize:11,opacity:.6},children:c("keyAutoHide",{seconds:String(r)})})]})})})]})}var Le=require("react/jsx-runtime");function Si({displayMessages:e,messageRefs:a,isNarrow:t,loading:r,streaming:n,sources:i,referencedIds:c,discussedSources:s,lastIntent:o,lastAction:d,defaultCurrency:p,stopped:h,interrupted:u,halted:l,haltedEmpty:k,error:v,errorCode:y,keyPhase:x,keyInput:C,setKeyInput:I,mintedKey:g,setMintedKey:w,mintedPub:N,setMintedPub:S,minting:X,copied:M,keyCountdown:U,handleUseExistingKey:j,handleCreateKey:E,copyValue:Y,queuedMessage:D,sendQueuedNow:B,setLightboxSrc:te,setMarkupSrc:z,handleSend:W,handleSourceClick:oe,continueGenerating:J,t:m,bottomRef:F,vizState:G,setVizState:ie,messages:Z}){return(0,Le.jsxs)(Le.Fragment,{children:[(()=>{let _=-1;for(let R=e.length-1;R>=0;R--)if(e[R]?.role==="user"){_=R;break}return e.map((R,P)=>{let A=P===e.length-1,f=R.role==="user",L=f&&P===_,ae=f&&e[P+1]?.role!=="user",V=f&&!ae,Q=f&&e[P-1]?.role==="user",ee=R.id||`${R.role}-${P}`;return(0,Le.jsx)(yi,{msg:R,idx:P,isLast:A,isLastUser:L,isRunEnd:ae,runMid:V,runCont:Q,isNarrow:t,loading:r,streaming:n,stopped:h,interrupted:u,sources:i,referencedIds:c,discussedSources:s,lastIntent:o,lastAction:d,defaultCurrency:p,vizState:G,setVizState:ie,setLightboxSrc:te,setMarkupSrc:z,handleSend:W,handleSourceClick:oe,t:m,messageRef:ce=>{a.current[P]=ce}},ee)})})(),l&&Z.length>0&&(0,Le.jsxs)("div",{className:re("hsk-cb-stopped",k&&"hsk-cb-stopped--empty"),children:[k&&(0,Le.jsxs)("span",{className:"hsk-cb-stopped-dots","aria-hidden":"true",children:[(0,Le.jsx)("i",{}),(0,Le.jsx)("i",{}),(0,Le.jsx)("i",{})]}),(0,Le.jsx)("span",{className:"hsk-cb-stopped-label",children:m(h?"stoppedByYou":"stoppedInterrupted")}),(0,Le.jsxs)("button",{className:"hsk-cb-continue",onClick:J,children:[(0,Le.jsx)(bo,{}),m(Z[Z.length-1]?.role==="assistant"?"continueGenerating":"generateResponse")]})]}),v&&(0,Le.jsx)("div",{className:"hsk-cb-error",children:po({code:y??void 0,message:v},m)}),x==="prompt_key"&&(0,Le.jsx)(xi,{keyInput:C,setKeyInput:I,minting:X,handleUseExistingKey:j,handleCreateKey:E,t:m}),g&&(0,Le.jsx)(wi,{mintedKey:g,mintedPub:N,copied:M,keyCountdown:U,onDismiss:()=>{w(null),S(null)},copyValue:Y,t:m}),D&&(0,Le.jsx)("div",{className:re("hsk-cb-msg-group",e[e.length-1]?.role==="user"&&"hsk-cb-msg-group--run-cont"),children:(0,Le.jsxs)("div",{className:"hsk-cb-user-msg",children:[(0,Le.jsx)("div",{className:"hsk-cb-user-bubble hsk-cb-user-bubble--tail hsk-cb-user-bubble--queued",children:D.content}),(0,Le.jsxs)("button",{type:"button",className:"hsk-cb-queued-status",onClick:B,children:[(0,Le.jsx)("span",{className:"hsk-cb-queued-dot"}),m("queuedWaiting"),(0,Le.jsx)("span",{className:"hsk-cb-queued-now",children:m("queuedSendNow")})]})]})}),(0,Le.jsx)("div",{ref:F,style:{height:1}})]})}var ft=vt(require("react"));var O=require("react/jsx-runtime");function Ci({gooId:e,input:a,setInput:t,showKikuPicker:r,setShowKikuPicker:n,showAtPicker:i,setShowAtPicker:c,captureAllowed:s,discussedSources:o,defaultCurrency:d,handleSelectExtension:p,handleKikuCapture:h,handleKikuCaptureAll:u,handleKikuViewHistory:l,handleKikuDelete:k,attachments:v,removeAttachment:y,chromeLoading:x,imageInputRef:C,handleImageFiles:I,enableVision:g,enableVoice:w,canConverse:N,voiceMode:S,startVoice:X,stopVoice:M,voiceBlocked:U,textareaRef:j,classNames:E={},handleInput:Y,handleKeyDown:D,voice:B,voicePhase:te,activePlaceholder:z,loading:W,streaming:oe,stop:J,handleSend:m,voiceError:F,setVoiceError:G,shopperLanguage:ie,t:Z,rail:_}){let[R,P]=ft.default.useState(0),[A,f]=ft.default.useState(!1);ft.default.useEffect(()=>{if(!F)return;let q=setTimeout(()=>{G?.("")},6e3);return()=>clearTimeout(q)},[F,G]),ft.default.useEffect(()=>{if(!A)return;let q=se=>{se.key==="Escape"&&f(!1)};return window.addEventListener("keydown",q),()=>window.removeEventListener("keydown",q)},[A]);let ae=Math.max(Sa(z||"Ask me anything\u2026").length-1,0)*Tr,[V,Q]=(0,ft.useState)(!1),ee=(0,ft.useRef)(null),ce=()=>{ee.current&&clearTimeout(ee.current),Q(!0),ee.current=setTimeout(()=>{Q(!1),ee.current=null},550)};return(0,ft.useEffect)(()=>()=>{ee.current&&clearTimeout(ee.current)},[]),(0,O.jsxs)("div",{className:"hsk-cb-input-wrap",children:[A&&(0,O.jsxs)(O.Fragment,{children:[(0,O.jsx)("div",{className:"hsk-cb-toolsheet-scrim",onClick:()=>f(!1)}),(0,O.jsx)("div",{className:"hsk-cb-toolsheet-wrap",children:(0,O.jsxs)("div",{className:"hsk-cb-toolsheet",role:"menu",children:[g&&(0,O.jsxs)("button",{className:"hsk-cb-toolsheet-item",role:"menuitem",onClick:()=>{f(!1),C.current?.click()},disabled:W,children:[(0,O.jsx)(nn,{}),(0,O.jsx)("span",{children:Z("attachImage")})]}),w&&N&&(0,O.jsxs)("button",{className:"hsk-cb-toolsheet-item",role:"menuitem",onClick:()=>{f(!1),S==="converse"?M():X("converse")},disabled:W||x||U,children:[(0,O.jsx)(on,{active:S==="converse"}),(0,O.jsx)("span",{children:Z(S==="converse"?"voiceModeExit":"voiceModeStart")})]})]})})]}),(0,O.jsxs)("div",{className:"hsk-cb-input-card",children:[(/^@kiku\b/i.test(a)||r||i)&&(0,O.jsxs)("div",{className:"hsk-cb-docked-header",children:[(0,O.jsx)("span",{className:"hsk-cb-docked-sub",children:Z("captureAndRemember")}),(0,O.jsx)("button",{type:"button",className:"hsk-cb-docked-close",onClick:()=>{t(q=>q.replace(/^@kiku\s*/i,"")),n(!1),c(!1)},"aria-label":"Close mode",children:"\xD7"})]}),(r||i)&&(0,O.jsxs)("div",{className:"hsk-cb-docked-options",onMouseDown:q=>q.preventDefault(),children:[i&&s&&(0,O.jsxs)("button",{type:"button",className:"hsk-cb-docked-option",onClick:()=>p("@kiku"),children:[(0,O.jsx)("span",{className:"hsk-cb-docked-option-icon",children:(0,O.jsx)(kt,{})}),(0,O.jsx)("span",{className:"hsk-cb-docked-option-title",children:"kiku"}),(0,O.jsx)("span",{className:"hsk-cb-docked-option-desc",children:"capture & remember"})]}),r&&s&&(0,O.jsxs)(O.Fragment,{children:[o.map((q,se)=>(0,O.jsxs)("button",{type:"button",className:"hsk-cb-docked-option",onClick:()=>{h(q),n(!1)},children:[(0,O.jsx)("span",{className:"hsk-cb-docked-option-icon",children:q.image?(0,O.jsx)("img",{src:q.image,alt:""}):(0,O.jsx)(xr,{})}),(0,O.jsx)("span",{className:"hsk-cb-docked-option-title",children:q.name}),q.price&&(0,O.jsxs)("span",{className:"hsk-cb-docked-option-price",children:[q.currency??d," ",parseFloat(String(q.price).replace(/[^0-9.]/g,"")||"0").toLocaleString()]})]},q.id??se)),o.length>1&&(0,O.jsxs)("button",{type:"button",className:"hsk-cb-docked-option",onClick:()=>{u(o),n(!1)},children:[(0,O.jsx)("span",{className:"hsk-cb-docked-option-icon",children:(0,O.jsx)(xr,{})}),(0,O.jsx)("span",{className:"hsk-cb-docked-option-title",children:Z("captureAll",{count:String(o.length)})})]}),o.length===0&&(0,O.jsxs)("button",{type:"button",className:"hsk-cb-docked-option",onClick:()=>{h({name:"current page",id:void 0}),n(!1)},children:[(0,O.jsx)("span",{className:"hsk-cb-docked-option-icon",children:(0,O.jsx)(xr,{})}),(0,O.jsx)("span",{className:"hsk-cb-docked-option-title",children:Z("captureCurrentPage")})]}),(0,O.jsxs)("button",{type:"button",className:"hsk-cb-docked-option",onClick:()=>{l(),n(!1)},children:[(0,O.jsx)("span",{className:"hsk-cb-docked-option-icon",children:(0,O.jsx)(go,{})}),(0,O.jsx)("span",{className:"hsk-cb-docked-option-title",children:Z("whatHaveYouSaved")})]}),(0,O.jsxs)("button",{type:"button",className:"hsk-cb-docked-option",onClick:()=>{k(),n(!1)},children:[(0,O.jsx)("span",{className:"hsk-cb-docked-option-icon",children:(0,O.jsx)(vo,{})}),(0,O.jsx)("span",{className:"hsk-cb-docked-option-title",children:Z("deleteThis")})]})]})]}),v.length>0&&(0,O.jsx)("div",{className:"hsk-cb-img-strip",children:v.map((q,se)=>(0,O.jsxs)("div",{className:"hsk-cb-img-thumb-wrap",children:[(0,O.jsx)("img",{src:q.data,alt:`attachment ${se+1}`,className:"hsk-cb-img-thumb"}),(0,O.jsx)("button",{type:"button",className:"hsk-cb-img-thumb-remove",onClick:()=>y(se),"aria-label":"Remove image",children:(0,O.jsx)(zo,{size:10})})]},se))}),(0,O.jsxs)("div",{className:re("hsk-cb-input-box",x&&"hsk-cb-input-box--waiting"),"data-cascade":R%2?"b":"a","data-tools":A?"open":"closed",style:{"--hsk-text-sweep":`${ae}ms`},children:[(0,O.jsx)("input",{ref:C,type:"file",accept:"image/*",className:"hsk-sr-only",onChange:q=>{I(q.target.files),q.target.value=""}}),(g||w&&N)&&(0,O.jsx)("button",{className:re("hsk-cb-tools-toggle",A&&"hsk-cb-tools-toggle--open"),onClick:()=>f(q=>!q),disabled:W||x,"aria-label":A?"Close options":"More options","aria-expanded":A,children:(0,O.jsx)(yo,{})}),(0,O.jsxs)(O.Fragment,{children:[g&&(0,O.jsx)("button",{className:"hsk-cb-attach-btn",onClick:()=>C.current?.click(),disabled:W,"aria-label":"Attach image",title:"Attach image",children:(0,O.jsx)(nn,{})}),w&&N&&(0,O.jsx)("button",{className:re("hsk-cb-voice-mode-btn",U&&"hsk-cb-voice-mode-btn--blocked"),onClick:()=>U?G?.(Z("errAccountRequired")):X("converse"),disabled:W||x,"aria-label":"Voice conversation",title:"Voice conversation",children:(0,O.jsx)(on,{})})]}),(0,O.jsxs)("div",{className:"hsk-cb-field",children:[(0,O.jsx)("textarea",{ref:j,value:a,onChange:Y,onKeyDown:D,rows:1,placeholder:"",className:re("hsk-cb-textarea",E.input),"aria-label":z,disabled:W&&!oe}),(0,O.jsx)(li,{placeholder:z,visible:!a,staggerMs:Tr,replaySeed:R})]}),w&&(0,O.jsx)("button",{className:re("hsk-cb-mic-btn",(S==="converse"||S==="dictate")&&"hsk-cb-mic-btn--active",U&&"hsk-cb-mic-btn--blocked"),onClick:()=>{S!=="off"?M():X(N?"converse":"dictate")},disabled:W||x,"aria-label":S==="off"?"Start voice mode":"Stop voice",title:S==="off"?N?"Voice conversation":"Voice input":"Stop",children:S==="off"?(0,O.jsx)(ya,{}):(0,O.jsx)(wr,{})}),(W||oe)&&!V?(0,O.jsx)("button",{className:re("hsk-cb-send","hsk-cb-send--stop",E.sendButton),onClick:J,"aria-label":"Stop generating",title:"Stop generating",children:(0,O.jsx)(mo,{})}):(0,O.jsxs)("button",{className:re("hsk-cb-send",V&&"is-launching",E.sendButton),onClick:()=>{ce(),m()},disabled:x||!a.trim()&&v.length===0,"aria-label":"Send message",children:[(0,O.jsx)("svg",{width:"0",height:"0","aria-hidden":"true",focusable:"false",style:{position:"absolute"},children:(0,O.jsx)("defs",{children:(0,O.jsxs)("filter",{id:e,children:[(0,O.jsx)("feGaussianBlur",{in:"SourceGraphic",stdDeviation:"1.6",result:"blur"}),(0,O.jsx)("feColorMatrix",{in:"blur",type:"matrix",values:"1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 16 -7",result:"goo"}),(0,O.jsx)("feBlend",{in:"SourceGraphic",in2:"goo"})]})})}),(0,O.jsx)("span",{className:"hsk-cb-send-sheath","aria-hidden":"true"}),(0,O.jsxs)("span",{className:"hsk-cb-send-stage",style:{filter:`url(#${e})`},children:[(0,O.jsx)("span",{className:"hsk-cb-send-seam","aria-hidden":"true"}),(0,O.jsx)("span",{className:"hsk-cb-send-kite",children:(0,O.jsx)(So,{})})]})]})]})]}),U?(0,O.jsxs)("div",{className:"hsk-cb-voice-error",role:"status",onClick:()=>G?.(""),children:[(0,O.jsx)("span",{children:Z("errAccountRequired")}),(0,O.jsx)("button",{type:"button",className:"hsk-cb-voice-error-dismiss",onClick:q=>{q.stopPropagation(),G?.("")},"aria-label":"Dismiss error",children:"\xD7"})]}):F&&(0,O.jsxs)("div",{className:"hsk-cb-voice-error",role:"status",onClick:()=>G?.(""),children:[(0,O.jsx)("span",{children:Z(F)}),(0,O.jsx)("button",{type:"button",className:"hsk-cb-voice-error-dismiss",onClick:q=>{q.stopPropagation(),G?.("")},"aria-label":"Dismiss error",children:"\xD7"})]}),(0,O.jsx)("div",{className:"hsk-cb-hint",children:ie?Z("footerHint"):"kiku \xB7 searches the whole catalogue in real time"})]})}var lt=require("react"),Ti=require("react/jsx-runtime");function Mi(e,a){let t=e.match(/-?[\d.]+/g);return!t||t.length<3?a:[Number(t[0]),Number(t[1]),Number(t[2])]}function Oc(e,a,t){return[e[0]+(a[0]-e[0])*t,e[1]+(a[1]-e[1])*t,e[2]+(a[2]-e[2])*t]}function Ca(e,a){return`rgba(${e[0]|0}, ${e[1]|0}, ${e[2]|0}, ${a})`}var Dt=24,Yc=.42;function Ni({phase:e,level:a,spectrum:t,bins:r,className:n}){let i=(0,lt.useRef)(null),c=(0,lt.useRef)(e),s=(0,lt.useRef)(a),o=(0,lt.useRef)(t),d=(0,lt.useRef)(r);return(0,lt.useEffect)(()=>{c.current=e},[e]),(0,lt.useEffect)(()=>{s.current=a},[a]),(0,lt.useEffect)(()=>{o.current=t},[t]),(0,lt.useEffect)(()=>{d.current=r},[r]),(0,lt.useEffect)(()=>{let p=i.current;if(!p)return;let h=p.getContext("2d");if(!h)return;let u=getComputedStyle(p),l=Mi(u.getPropertyValue("--hsk-primary")||"",[255,106,51]),k=Mi(u.getPropertyValue("--hsk-chat-text")||"",[31,31,31]),v=0,y=0,x=0,C=()=>{let W=Math.min(window.devicePixelRatio||1,3),oe=p.getBoundingClientRect();y=Math.max(1,oe.width),x=Math.max(1,oe.height),p.width=Math.round(y*W),p.height=Math.round(x*W),h.setTransform(W,0,0,W,0,0)};C();let I=typeof ResizeObserver<"u"?new ResizeObserver(C):null;I?.observe(p),window.addEventListener("resize",C);let g=window.matchMedia?.("(prefers-reduced-motion: reduce)")?.matches??!1,w=new Float32Array(Dt),N=[],S=null,X=-1,M=null,U=0,j=0,E=performance.now(),Y=(W,oe,J,m)=>W+(oe-W)*(oe>W?J:m),D=()=>{let W=o.current,oe=d.current?.()??0;if(!W||!oe||((!M||M.length!==oe)&&(M=new Uint8Array(oe)),!W(M)))return!1;let m=Math.max(Dt,Math.floor(oe*Yc))/Dt;for(let F=0;F<Dt;F++){let G=Math.floor(F*m),ie=Math.max(G+1,Math.floor((F+1)*m)),Z=0;for(let R=G;R<ie;R++)Z+=M[R];let _=Z/(ie-G)/255;w[F]=Y(w[F],_,g?.2:.55,g?.06:.14)}return!0},B=(W,oe)=>{for(let J=0;J<Dt;J++){let m=J/(Dt-1),F=Math.pow(1-m,1.6)*(.75+.25*Math.sin(W*3.1+J*.7));w[J]=Y(w[J],F*oe,.3,.12)}},te=W=>{let oe=Math.min(Dt-1,Math.max(0,W*(Dt-1))),J=Math.floor(oe),m=oe-J,F=w[J],G=w[Math.min(Dt-1,J+1)];return F+(G-F)*m*m*(3-2*m)},z=W=>{v=requestAnimationFrame(z);let oe=(W-E)/1e3,J=c.current,m=Math.min(1,s.current());U=Y(U,Math.max(J==="speaking"?.42:J==="listening"?.3:J==="thinking"?.28:.12,m),g?.1:.5,g?.05:.11),D()||B(oe,Math.max(.25,U)),h.clearRect(0,0,y,x);let G=x/2;j=J==="thinking"?(j+.012)%1.6:0;let ie=3;if(X!==y){N=[];for(let R=0;R<ie;R++){let P=R/(ie-1||1),A=Oc(l,k,P*.5),f=h.createLinearGradient(0,0,y,0);f.addColorStop(0,Ca(A,0)),f.addColorStop(.5,Ca(A,.9-P*.35)),f.addColorStop(1,Ca(A,0)),N.push(f)}S=h.createLinearGradient(0,0,y,0),S.addColorStop(0,Ca(l,0)),S.addColorStop(.5,Ca(l,.14)),S.addColorStop(1,Ca(l,0)),X=y}let Z=x*.32,_=Math.max(4,y/130);for(let R=0;R<ie;R++){let P=R/(ie-1||1),A=R*.055,f=1-P*.22;h.beginPath();let L=0,ae=G;for(let Q=0;Q<=y;Q+=_){let ee=Q/y,ce=Math.pow(Math.sin(Math.PI*ee),.85),q=J==="thinking"?Math.exp(-Math.pow((ee-(j-.3))*4.5,2)):1,se=te(Math.abs(ee-.5)*2),Ce=oe-A,_e=Math.sin(ee*Math.PI*2*2.1+Ce*7.4)*.66+Math.sin(ee*Math.PI*2*3.7-Ce*5.6)*.26+Math.sin(ee*Math.PI*2*5.9+Ce*9.1)*.08,Re=G+ce*q*f*Z*U*(.6+se*1.1)*_e+Math.sin(ee*Math.PI*2*.6+(oe-A)*2.2)*ce*x*.01;Q===0?h.moveTo(Q,Re):h.quadraticCurveTo(L,ae,(L+Q)/2,(ae+Re)/2),L=Q,ae=Re}h.quadraticCurveTo(L,ae,y,ae),h.lineCap="round",h.lineJoin="round";let V=(R===0?3:1.6)*(1+U*.6);R===0&&(h.strokeStyle=S,h.lineWidth=V*5,h.stroke()),h.strokeStyle=N[R],h.lineWidth=V,h.stroke()}};return v=requestAnimationFrame(z),()=>{cancelAnimationFrame(v),I?.disconnect(),window.removeEventListener("resize",C)}},[]),(0,Ti.jsx)("canvas",{ref:i,className:n,"aria-hidden":"true"})}var ye=require("react/jsx-runtime");function Ri({siteId:e,themeAttr:a,stopVoice:t,chooseVoice:r,liveVoiceName:n,voiceSecondsLeft:i,voiceConnecting:c,voicePhase:s,live:o,voiceMuted:d,setVoiceMuted:p,shownSources:h,onSelectSource:u,defaultCurrency:l,voiceError:k,t:v}){return(0,ye.jsxs)("div",{className:"hsk-voice-overlay",role:"dialog","aria-label":v("voiceModeStart"),children:[(0,ye.jsx)(Cr,{seed:e,theme:a}),(0,ye.jsx)("button",{className:"hsk-voice-exit",onClick:t,"aria-label":v("voiceModeExit"),title:v("voiceModeExit"),children:(0,ye.jsx)(vr,{})}),(0,ye.jsx)("div",{className:"hsk-voice-picker",role:"radiogroup","aria-label":v("voicePickerLabel"),children:gr.map((y,x)=>(0,ye.jsx)("button",{type:"button",role:"radio","aria-checked":n===y.name,className:re("hsk-voice-pill",n===y.name&&"hsk-voice-pill--on"),style:{animationDelay:`${x*60}ms`},onClick:()=>r(y.name),"aria-label":`${y.label}, ${y.gender}`,children:y.label},y.name))}),i!==null&&(0,ye.jsxs)("div",{className:re("hsk-voice-allowance",i<=5&&"hsk-voice-allowance--low"),role:"timer","aria-live":"off",children:[Math.max(0,Math.ceil(i)),"s"]}),(0,ye.jsx)("div",{className:re("hsk-voice-stage",c&&"hsk-voice-stage--connecting"),children:(0,ye.jsx)(Ni,{className:"hsk-voice-canvas",phase:s,level:o.micLevel,spectrum:o.micSpectrum,bins:o.spectrumBins})}),c?(0,ye.jsxs)("div",{className:"hsk-voice-connecting",role:"status",children:[(0,ye.jsx)("span",{className:"hsk-voice-connecting-dot"}),(0,ye.jsx)("span",{children:v("voiceConnecting")})]}):(0,ye.jsxs)("div",{className:"hsk-voice-caption","aria-live":"polite",children:[(0,ye.jsx)("span",{className:re("hsk-voice-phase",`hsk-voice-phase--${s}`),children:v(d?"voiceMuted":s==="speaking"?"voicePhaseSpeaking":s==="thinking"?"voicePhaseThinking":"voicePhaseListening")}),d&&(0,ye.jsx)("span",{className:"hsk-voice-heard",children:v("voiceMutedHint")}),!d&&s==="listening"&&(0,ye.jsx)("span",{className:"hsk-voice-hint-sub",children:v("voiceHint")})]}),h.length>0&&(0,ye.jsx)("div",{className:"hsk-voice-items",children:h.slice(0,4).map((y,x)=>(0,ye.jsxs)("button",{type:"button",className:"hsk-voice-item",style:{animationDelay:`${x*70}ms`},onClick:()=>u?.(y),children:[y.image?(0,ye.jsx)("img",{src:y.image,alt:"",className:"hsk-voice-item-img",loading:"lazy"}):(0,ye.jsx)("span",{className:"hsk-voice-item-img hsk-voice-item-img--empty",children:(0,ye.jsx)(kt,{})}),(0,ye.jsx)("span",{className:"hsk-voice-item-name",children:y.name}),y.price&&(0,ye.jsxs)("span",{className:"hsk-voice-item-price",children:[y.currency??l," ",parseFloat(String(y.price).replace(/[^0-9.]/g,"")||"0").toLocaleString()]})]},y.id??x))}),k&&(0,ye.jsx)("div",{className:"hsk-voice-error",children:v(k)}),(0,ye.jsx)("div",{className:"hsk-voice-controls",children:(0,ye.jsx)("button",{className:re("hsk-voice-control",d&&"hsk-voice-control--muted"),onClick:()=>p(y=>!y),"aria-label":v(d?"voicePhaseListening":"voiceModeExit"),title:v(d?"voicePhaseListening":"voiceModeExit"),children:(0,ye.jsx)("span",{className:"hsk-voice-control-icon",children:d?(0,ye.jsx)(wr,{}):(0,ye.jsx)(ya,{})},d?"off":"on")})})]})}var Ma=require("react/jsx-runtime");function Pi({src:e,onClose:a}){return e?(0,Ma.jsxs)("div",{className:"hsk-lightbox",onClick:a,children:[(0,Ma.jsx)("button",{className:"hsk-lightbox-close",onClick:a,"aria-label":"Close image",children:(0,Ma.jsx)(vr,{})}),(0,Ma.jsx)("img",{src:e,alt:"",className:"hsk-lightbox-img",onClick:t=>t.stopPropagation()})]}):null}var sa=require("react");var Gt=require("react/jsx-runtime");function zi({items:e,activeIdx:a,progress:t,onJump:r,side:n="right"}){let i=Wt(),c=(0,sa.useRef)(null),s=(0,sa.useRef)(null),o=(0,sa.useRef)([]),d=(0,sa.useRef)(null),p=0;for(let h=0;h<e.length;h++)e[h].idx<=a&&(p=h);return(0,sa.useEffect)(()=>{let h=o.current[p],u=d.current,l=s.current,k=c.current;if(h&&(u&&(u.style.transform=`translateY(${h.offsetTop+h.offsetHeight/2}px)`),l&&k)){let v=k.clientHeight;if(l.scrollHeight>v&&v>0){let x=h.offsetTop+h.offsetHeight/2,C=v/2-x;l.style.transform=`translateY(${C}px)`}else l.style.transform="none"}},[p,e.length]),e.length<2?null:(0,Gt.jsx)("nav",{ref:c,className:re("hsk-cb-timeline",n==="left"?"hsk-cb-timeline--left":"hsk-cb-timeline--right"),"aria-label":i("timelineLabel"),children:(0,Gt.jsxs)("div",{ref:s,className:"hsk-cb-timeline-track",style:{"--hsk-tl-progress":t},children:[(0,Gt.jsx)("span",{className:"hsk-cb-tl-cursor",ref:d,"aria-hidden":"true"}),e.map((h,u)=>(0,Gt.jsxs)("button",{ref:l=>{o.current[u]=l},type:"button",className:re("hsk-cb-tl-item",u===p&&"hsk-cb-tl-item--on"),style:{"--hsk-tl-d":Math.min(Math.abs(u-p),4)},onClick:()=>r(h.idx),title:h.text,children:[(0,Gt.jsx)("span",{className:"hsk-cb-tl-dot"}),(0,Gt.jsx)("span",{className:"hsk-cb-tl-label",children:h.text})]},h.idx))]})})}var Se=require("react/jsx-runtime");function Mn({title:e="kiku",placeholder:a="Ask me anything\u2026",backdropColor:t,backdropBlur:r,onClose:n,onSelectSource:i,defaultCurrency:c="",chips:s=Wa,theme:o,classNames:d={},enableVoice:p=!1,voiceLang:h,enableVision:u=!1,visionCategoryHint:l,enableAudioResponse:k=!0,ttsVoice:v="Puck",autoSpeakResponses:y=!0,origin:x}){let C=(0,Ai.useAkropolysContext)(),{messages:I,sources:g,loading:w,streaming:N,error:S,errorCode:X,lastAction:M,lastIntent:U,allowedActions:j,send:E,queuedMessage:Y,sendQueuedNow:D,appendSpokenExchange:B,stop:te,stopped:z,interrupted:W,continueGenerating:oe,reset:J,referencedIds:m}=(0,Rr.useKiku)(),[F,G]=(0,le.useState)(()=>{try{return C.getShopperName?.()??""}catch{return""}}),[ie,Z]=(0,le.useState)(()=>{try{return C.getShopperLanguage?.()??""}catch{return""}}),[_,R]=(0,le.useState)(()=>{try{return C.getEntityLanguageMode?.()??""}catch{return""}}),[P,A]=(0,le.useState)(!1),{chromeReady:f,isRTL:L,speechLang:ae,scriptFont:V,fontStack:Q,isNonLatin:ee,hostFontCovers:ce,t:q,tNode:se}=Wo({shopperLanguage:ie,theme:o}),Ce=le.default.useMemo(()=>{let T=g.filter(Ve=>Ve.id&&m.includes(Ve.id)),ne=[...I].reverse().find(Ve=>Ve.role==="assistant")?.content??"";if(!ne)return T;let pe=new Set(T.map(Ve=>Ve.id)),He=ne.toLowerCase().replace(/\s+/g," "),Ue=Ve=>{let nt=String(Ve??"").toLowerCase().replace(/\s+/g," ").trim(),Bt=nt.split(" "),Zt=[nt];return Bt.length>3&&Zt.push(Bt.slice(0,3).join(" ")),Bt.length>4&&Zt.push(Bt.slice(0,4).join(" ")),Zt.filter(sr=>sr.length>=5)},ut=g.filter(Ve=>Ve.id&&!pe.has(Ve.id)&&Ue(Ve.name).some(nt=>He.includes(nt)));return[...T,...ut]},[g,m,I]),_e=j===null||j.includes("capture"),[Re,Pe]=(0,le.useState)(""),[Qt,Je]=(0,le.useState)(!1),[Tt,ze]=(0,le.useState)(!1),[it,dt]=(0,le.useState)([]),Ht=(0,le.useRef)(null),[Ra,Za]=(0,le.useState)({}),[Xt,Jt]=(0,le.useState)(null),[er,da]=(0,le.useState)(null),[ha,ke]=(0,le.useState)(()=>{if(typeof window>"u")return!1;try{return localStorage.getItem("akropolys_terms_agreed")==="true"}catch{return!1}}),Ye=I.length===0,at=Ye&&!ie,et=Ye&&!!ie&&!F,Ge=Ye&&!!ie&&!!F&&!_,st=Ye&&!!ie&&!!F&&!!_&&!ha,Rt=at||et||Ge||st,ht=le.default.useMemo(()=>I.some(T=>T.liveKeys?.length>0),[I]);(0,le.useEffect)(()=>{if(ht)return(0,Rr.subscribeLiveStream)({client:C})},[ht,C]);let[$e,rt]=(0,le.useState)(!1);(0,le.useEffect)(()=>{let T=window.matchMedia?.("(max-width: 768px)");if(!T)return;let ne=()=>rt(T.matches);return ne(),T.addEventListener?.("change",ne),()=>T.removeEventListener?.("change",ne)},[]);let Ee=T=>{let ne=T.trim();if(!ne){try{C.setShopperLanguage?.("")}catch{}Z("");return}try{C.setShopperLanguage?.(ne)}catch{}Z(ne),A(!1)},Pt=T=>{try{C.setEntityLanguageMode?.(T)}catch{}R(T),ha&&A(!0)},pa=()=>{try{localStorage.setItem("akropolys_terms_agreed","true")}catch{}ke(!0),A(!0)},Ut=e==="kiku"&&q("nameStepTitle")?"kiku":e,tr=at?q("langPlaceholder"):et?q("namePlaceholder"):Ge?q("entityLangPlaceholder"):st?q("termsPlaceholder"):a==="Ask me anything\u2026"?q("defaultPlaceholder"):a,Ar=!s||s===Wa?[]:Array.isArray(s)?s:[],ar=at?"curious":et?"welcoming":Ge?"guiding":st?"focused":"happy",[qt,Pa]=(0,le.useState)(()=>{if(cn(o))return o;if(typeof window<"u"){let T=localStorage.getItem("akropolys_theme");return cn(T)?T:window.matchMedia?.("(prefers-color-scheme: light)").matches?Ao:sn}return sn}),za=(T,ne=!1)=>{Pa(T),ne&&(or(!1),qr(!1));try{localStorage.setItem("akropolys_theme",T)}catch{}},{vars:Aa}=ba(o),La=qt;br(o);let Ia=(0,le.useRef)(()=>{}),gt=async(T,ne,pe,He)=>{let Ue=(T??Re).trim(),ut=ne??it;if(!Ue&&ut.length===0||!f||Y)return;if(et){if(!Ue)return;let nt=ho(Ue)||Ue.slice(0,40);try{C.setShopperName?.(nt)}catch{}G(nt),Pe("");return}if(at){if(!Ue)return;Ee(Ue),Pe("");return}if(Ge){Pe("");return}Je(!1),ze(!1),Pe(""),dt([]);let Ve=Ue||(ut.some(nt=>nt.type==="image")?"Analyze this image":"What is this?");await E(Ve,Ue,ut.length>0?ut:void 0,pe,He)},Ea=(0,le.useCallback)(async()=>{let T=[...I].reverse().find(ne=>ne.role==="user");T&&await gt(T.content)},[I]),{keyInput:rr,setKeyInput:nr,keyPhase:fe,setKeyPhase:Ie,mintedKey:Me,setMintedKey:pt,mintedPub:je,setMintedPub:tt,copied:Da,keyCountdown:Lr,minting:ua,copyValue:zt,handleUseExistingKey:Ir,handleCreateKey:Er}=Go(M,Ea),Dr=(0,le.useCallback)(()=>{if(typeof window>"u")return"N/A";try{let T=sessionStorage.getItem("akropolys_kiku_pub")||sessionStorage.getItem("kiku_pub");if(T)return T;let ne=localStorage.getItem("akropolys_kiku_pub")||localStorage.getItem("kiku_pub")||localStorage.getItem("kiku_id");if(ne)return ne;let pe=document.cookie.match(/(?:^|;\s*)(?:akropolys_kiku_pub|kiku_pub|kiku_id)=([^;]+)/);if(pe)return decodeURIComponent(pe[1])}catch{}return"N/A"},[]),Fa=je??C?.getKikuPub?.()??Dr(),{handleKikuCapture:Fr,handleKikuCaptureAll:_r,handleKikuViewHistory:Ui,handleKikuDelete:qi}=Qo({attachments:it,setAttachments:dt,setInput:Pe,send:E,defaultCurrency:c,t:q}),{voiceMode:Pn,voicePhase:zn,voiceConnecting:Bi,voiceError:Hr,setVoiceError:An,voiceMuted:$i,setVoiceMuted:ji,voiceSecondsLeft:Vi,voiceBlocked:Ki,liveVoiceName:Wi,chooseVoice:Oi,canConverse:Yi,startVoice:Gi,stopVoice:Ln,voice:Qi,live:Ur}=ei({voiceLang:h,speechLang:ae,shopperLanguage:ie,ttsVoice:v,handleSendUtterance:T=>Ia.current(T),appendSpokenExchange:B}),In=(0,le.useRef)(null),[ma,or]=(0,le.useState)(!1),[En,qr]=(0,le.useState)(!1),_a=(0,le.useRef)(null),ir=(0,le.useRef)(null),Br=(0,le.useRef)(null),Dn=(0,le.useRef)([]),Ha=(0,le.useRef)(null),Xi=(0,le.useRef)(null),Ua=(0,le.useRef)(null),Ji=`hsk-goo-${(0,le.useId)()}`,Fn=(0,le.useCallback)(()=>{_a.current||(qr(!0),_a.current=setTimeout(()=>{or(!1),qr(!1),_a.current=null},200))},[]);(0,le.useEffect)(()=>()=>{_a.current&&clearTimeout(_a.current)},[]),(0,le.useEffect)(()=>{if(!ma)return;let T=ne=>{let pe=ne.composedPath?ne.composedPath():[],He=ir.current&&(pe.includes(ir.current)||ir.current.contains(ne.target)),Ue=Br.current&&(pe.includes(Br.current)||Br.current.contains(ne.target)),ut=ne.target,Ve=ut?.closest?.(".hsk-cb-topbar-mark"),nt=ut?.closest?.(".hsk-cb-topbar-ooze-menu")||pe.some(Bt=>Bt?.classList?.contains?.("hsk-cb-topbar-ooze-menu"));He||Ue||Ve||nt||Fn()};return document.addEventListener("mousedown",T),document.addEventListener("touchstart",T,{passive:!0}),()=>{document.removeEventListener("mousedown",T),document.removeEventListener("touchstart",T)}},[ma]);let{msgsContainerRef:_n,lastExternalScrollRef:Zi,showJumpToBottom:es,scrollProgress:ts,activeMsgIdx:as,unreadBelow:rs,jumpToMessage:ns,jumpToBottom:os}=Oo({messages:I,loading:w,messageRefs:Dn});Lo({panel:(0,le.useCallback)(()=>In.current,[]),scroller:(0,le.useCallback)(()=>_n.current,[]),onDismiss:n,quiescent:(0,le.useCallback)(()=>performance.now()-Zi.current>90,[])}),(0,le.useEffect)(()=>{if(typeof window>"u")return;let T=window.innerWidth-document.documentElement.clientWidth,ne=document.body.style.overflow,pe=document.body.style.paddingRight;if(T>0){let He=parseFloat(window.getComputedStyle(document.body).paddingRight)||0;document.body.style.paddingRight=`${He+T}px`,document.documentElement.style.setProperty("--hsk-scrollbar-width",`${T}px`)}return document.body.style.overflow="hidden",()=>{document.body.style.overflow=ne,document.body.style.paddingRight=pe,document.documentElement.style.removeProperty("--hsk-scrollbar-width")}},[]),(0,le.useEffect)(()=>{let T=window.visualViewport;if(!T)return;let ne=document.documentElement,pe=()=>{ne.style.setProperty("--hsk-vvh",`${T.height}px`)};return pe(),T.addEventListener("resize",pe),T.addEventListener("scroll",pe),()=>{T.removeEventListener("resize",pe),T.removeEventListener("scroll",pe),ne.style.removeProperty("--hsk-vvh")}},[]),(0,le.useEffect)(()=>{let T=ne=>{if(ne.key==="Escape"){if(Xt){Jt(null);return}n()}};return document.addEventListener("keydown",T),()=>document.removeEventListener("keydown",T)},[Xt,n]);let is=(0,le.useCallback)(()=>{J(),Ie("idle")},[J,Ie]),ss=T=>{i?.(T);let ne=[...I].reverse().find(He=>He.role==="assistant");if(ne&&ne.content.trim().endsWith("?")){E(q("cardClickAnswer",{name:T.name}));return}let pe=T.price?` (${T.currency??c} ${T.price})`:"";E(q("cardClickQuery",{name:T.name,price:pe}))},cs=T=>{Pe(T+" "),ze(!1),Je(!0),Ha.current&&Ha.current.focus()},ls=T=>{if(T.key==="Escape"&&Qt){T.preventDefault(),Je(!1);return}if(T.key==="Escape"&&Tt){T.preventDefault(),ze(!1);return}T.key==="Enter"&&!T.shiftKey&&!T.nativeEvent.isComposing&&(T.preventDefault(),gt())},$r=(0,le.useRef)(28),Hn=(0,le.useRef)(280),jr=(0,le.useRef)(null),ds=(T,ne)=>{try{!jr.current&&typeof document<"u"&&(jr.current=document.createElement("canvas"));let pe=jr.current?.getContext("2d");return pe?(pe.font=ne,pe.measureText(T).width):T.length*8.5}catch{return T.length*8.5}},hs=T=>{let ne=T.closest(".hsk-cb-input-box");if(!ne)return;let pe=T.value;!(ne.dataset.expanded==="true")&&T.clientWidth>50&&(Hn.current=T.clientWidth);let Ue=window.getComputedStyle(T),ut=Ue.font||`${Ue.fontSize||"16px"} ${Ue.fontFamily||"Geist, sans-serif"}`,Ve=ds(pe,ut),nt=Math.max(120,Hn.current-14),Bt=pe.includes(`
45
- `),Zt=!!(pe&&(Bt||Ve>nt));if(ne.dataset.expanded!==(Zt?"true":"false")&&(ne.dataset.expanded=Zt?"true":"false"),!pe){$r.current=28,T.style.height="";return}if(!Zt){$r.current=28,T.style.height="";return}T.style.height="auto";let sr=Math.max(28,Math.min(T.scrollHeight,140));$r.current=sr,T.style.height=`${sr}px`};(0,le.useEffect)(()=>{Ha.current&&hs(Ha.current)},[Re]);let ps=T=>{let ne=T.target.value;Pe(ne),Hr&&An("");let pe=ne.trim();ze(pe==="@"),Je(/^@kiku\s*$/i.test(pe))};(0,le.useEffect)(()=>{Ia.current=T=>{gt(T)}});let us=async T=>{if(!T||T.length===0)return;let ne=Array.from(T);for(let pe of ne)if(pe.type.startsWith("image/"))try{let He=await pr(pe);dt(Ue=>[...Ue,{type:"image",data:He}])}catch{}},ms=T=>{dt(ne=>ne.filter((pe,He)=>He!==T))},ks=(Ur.sources?.length??0)>0?Ur.sources:Ce,bs=t&&(t.includes("rgba")||t.includes("hsla")||t==="transparent"),fs=r||bs?{backdropFilter:`blur(${typeof r=="number"?`${r}px`:r||"20px"})`,WebkitBackdropFilter:`blur(${typeof r=="number"?`${r}px`:r||"20px"})`}:{},Un=(z||W)&&!w&&!N,ka=le.default.useMemo(()=>{let T=w||N;return I.filter((ne,pe)=>ne.role!=="assistant"||pe===I.length-1&&T?!0:!!ne.content||!!ne.visualization||ne.visualizing||(ne.knowledgeImages?.length??0)>0||(ne.referencedIds?.length??0)>0)},[I,w,N]),gs=le.default.useMemo(()=>ka.map((T,ne)=>({m:T,idx:ne})).filter(({m:T})=>T.role==="user"&&!!T.content.trim()).map(({m:T,idx:ne})=>{let pe=T.content.replace(/^@kiku\s*/i,"").replace(/\s+/g," ").trim();return{idx:ne,text:pe.length>30?pe.slice(0,29).trimEnd()+"\u2026":pe}}),[ka]),vs=Un&&ka[ka.length-1]?.role!=="assistant",qn=(0,le.useRef)(Date.now());return(0,le.useEffect)(()=>{qn.current=Date.now()},[]),(0,Se.jsx)(an.Provider,{value:q,children:(0,Se.jsx)("div",{ref:Ua,className:re("hsk-cb-overlay",x&&"hsk-cb-overlay--grows",d.overlay),onPointerDown:T=>{T.target===T.currentTarget&&(Ua.current._ptrDown=!0)},onClick:T=>{T.target===T.currentTarget&&Ua.current?._ptrDown&&Date.now()-qn.current>200&&n(),Ua.current&&(Ua.current._ptrDown=!1)},"data-hsk-theme":La,style:{...fs,...t?{background:t}:{},...x?{"--hsk-ox":`${x.x}px`,"--hsk-oy":`${x.y}px`,"--hsk-or":`${Math.ceil(x.r)}px`,"--hsk-bt":`${Math.round(x.top??x.y)}px`,"--hsk-bl":`${Math.round(x.left??x.x)}px`,"--hsk-bw":`${Math.round(x.width??0)}px`,"--hsk-bh":`${Math.round(x.height??0)}px`,"--hsk-bbr":`${Math.round(x.borderRadius??12)}px`}:{},...Aa},children:(0,Se.jsxs)("div",{ref:In,className:re("hsk-cb-panel",d.panel),dir:L?"rtl":"ltr","data-script":ee?"nonlatin":"latin","data-host-font":ce?"covers":"gap","data-nastaliq":V?.family==="Noto Nastaliq Urdu"||ie?.toLowerCase()==="urdu"||ie?.toLowerCase()==="ur"||ie==="\u0627\u0631\u062F\u0648"?"true":void 0,style:Q?{"--hsk-font":Q}:void 0,onClick:T=>{T.stopPropagation();let ne=T.target;if(ne.tagName==="IMG"&&(ne.classList.contains("hsk-markdown-img")||ne.classList.contains("hsk-cb-user-img-thumb"))){let pe=ne.src;pe&&Jt(pe)}},children:[(0,Se.jsx)(Pi,{src:Xt,onClose:()=>Jt(null)}),er&&(0,Se.jsx)("div",{className:"hsk-markup-overlay",children:(0,Se.jsx)(Ho,{src:er,t:q,onCancel:()=>da(null),onSend:(T,ne,pe,He)=>{da(null),gt(ne||q("markupApplyMarks"),[{type:"image",data:T,annotated:!0,marks:pe,instructed:!!ne,preview:He}])}})}),(0,Se.jsxs)("div",{className:"hsk-cb-main",children:[(0,Se.jsx)(Cr,{seed:C?.api?.siteId??"",theme:La,dir:L?"rtl":"ltr"}),(0,Se.jsx)(ii,{title:Ut,hasMessages:I.length>0,avatarState:N?"speaking":w?"thinking":"idle",unread:rs,awayFromBottom:es,themeMenuOpen:ma,themeMenuClosing:En,isNarrow:$e,currentTheme:qt,onJumpToLatest:os,onReset:is,onClose:n,onToggleThemeMenu:()=>ma?Fn():or(!0),onSelectTheme:T=>{za(T,!0)}}),(0,Se.jsx)("div",{className:"hsk-cb-msgs",ref:_n,children:ka.length===0?(0,Se.jsx)(hi,{inOnboarding:Rt,justCompleted:P,onboardingMood:ar,awaitingLang:at,awaitingName:et,awaitingEntityLang:Ge,awaitingConsent:st,termsAgreed:ha,shopperLanguage:ie,shopperName:F,entityLangPref:_,chromeReady:f,activeChips:Ar,t:q,tNode:se,chooseLanguage:Ee,chooseEntityLang:Pt,agreeTerms:pa,handleSend:gt}):(0,Se.jsx)(Si,{displayMessages:ka,messageRefs:Dn,isNarrow:$e,loading:w,streaming:N,sources:g,referencedIds:m,discussedSources:Ce,lastIntent:U,lastAction:M,defaultCurrency:c,stopped:z,interrupted:W,halted:Un,haltedEmpty:vs,error:S,errorCode:X,keyPhase:fe,keyInput:rr,setKeyInput:nr,mintedKey:Me,setMintedKey:pt,mintedPub:je,setMintedPub:tt,minting:ua,copied:Da,keyCountdown:Lr,handleUseExistingKey:Ir,handleCreateKey:Er,copyValue:zt,queuedMessage:Y,sendQueuedNow:D,setLightboxSrc:Jt,setMarkupSrc:da,handleSend:gt,handleSourceClick:ss,continueGenerating:oe,t:q,bottomRef:Xi,vizState:Ra,setVizState:Za,messages:I})}),(0,Se.jsx)(Ci,{gooId:Ji,input:Re,setInput:Pe,showKikuPicker:Qt,setShowKikuPicker:Je,showAtPicker:Tt,setShowAtPicker:ze,captureAllowed:_e,discussedSources:Ce,defaultCurrency:c,handleSelectExtension:cs,handleKikuCapture:Fr,handleKikuCaptureAll:_r,handleKikuViewHistory:Ui,handleKikuDelete:qi,attachments:it,removeAttachment:ms,chromeLoading:!f,imageInputRef:Ht,handleImageFiles:us,enableVision:u,enableVoice:p,canConverse:Yi,voiceMode:Pn,startVoice:Gi,stopVoice:Ln,voiceBlocked:Ki,textareaRef:Ha,classNames:d,handleInput:ps,handleKeyDown:ls,voice:Qi,voicePhase:zn,activePlaceholder:tr,loading:w,streaming:N,stop:te,handleSend:gt,voiceError:Hr,setVoiceError:An,shopperLanguage:ie,t:q})]}),(0,Se.jsx)(zi,{items:gs,activeIdx:as,progress:ts,onJump:ns,side:L?"left":"right"}),(0,Se.jsxs)("div",{className:re("hsk-cb-kiku-id-rail",L?"hsk-cb-kiku-id-rail--right":"hsk-cb-kiku-id-rail--left"),children:[(0,Se.jsxs)("button",{type:"button",className:"hsk-cb-kiku-id-pill",onClick:()=>Fa!=="N/A"&&zt(Fa,"pub"),title:q("keyCopyId"),children:[(0,Se.jsx)("span",{className:"hsk-cb-kiku-id-rail-val",children:Fa}),Da==="pub"?(0,Se.jsx)(wo,{}):(0,Se.jsx)(xo,{})]}),(0,Se.jsx)("div",{className:re("hsk-cb-theme-squircle-wrap",ma&&"is-open",En&&"is-closing"),ref:ir,children:ma?(0,Se.jsx)("div",{className:"hsk-cb-theme-2x2-grid",role:"dialog","aria-label":"Theme selector",children:ra.map(({id:T,label:ne,Icon:pe})=>(0,Se.jsxs)("button",{type:"button",className:re("hsk-cb-theme-grid-item",qt===T&&"is-active"),onClick:He=>{He.stopPropagation(),za(T,!0)},children:[(0,Se.jsx)(pe,{}),(0,Se.jsx)("span",{children:ne})]},T))}):(0,Se.jsxs)("button",{type:"button",className:"hsk-cb-theme-squircle-trigger",onClick:()=>or(!0),"aria-label":"Themes","aria-expanded":"false",children:[(0,Se.jsx)("span",{className:"hsk-cb-theme-trigger-icon",children:le.default.createElement(ln(qt).Icon)}),(0,Se.jsx)("span",{className:"hsk-cb-theme-trigger-label",children:ln(qt).label})]})})]}),Pn==="converse"&&(0,Se.jsx)(Ri,{siteId:C?.api?.siteId??"",themeAttr:La,stopVoice:Ln,chooseVoice:Oi,liveVoiceName:Wi,voiceSecondsLeft:Vi,voiceConnecting:Bi,voicePhase:zn,live:Ur,voiceMuted:$i,setVoiceMuted:ji,shownSources:ks,onSelectSource:i,defaultCurrency:c,voiceError:Hr,t:q})]})})})}var Nt=require("react/jsx-runtime");function Pr({label:e="Ask AI",children:a,icon:t,title:r,placeholder:n,backdropColor:i,backdropBlur:c,className:s,onSelectSource:o,defaultCurrency:d="$",chips:p=Wa,theme:h,classNames:u={},enableVoice:l=!1,voiceLang:k,enableVision:v=!1,visionCategoryHint:y,enableAudioResponse:x,ttsVoice:C,autoSpeakResponses:I}){let g=(0,Ii.useAkropolysContext)(),[w,N]=(0,Ft.useState)(!1),[S,X]=(0,Ft.useState)(!1),[M,U]=(0,Ft.useState)(null),j=(0,Ft.useCallback)(()=>{Ka();try{ao(g,g?.getShopperLanguage?.()??"",aa)}catch{}},[g]),E=(0,Ft.useCallback)(B=>{j();let te=B.getBoundingClientRect(),z=window.getComputedStyle(B),W=parseFloat(z.borderRadius)||12,oe=te.left+te.width/2,J=te.top+te.height/2,m=window.innerWidth,F=window.innerHeight,G=Math.max(Math.hypot(oe,J),Math.hypot(m-oe,J),Math.hypot(oe,F-J),Math.hypot(m-oe,F-J));U({x:oe,y:J,r:G,top:te.top,left:te.left,width:te.width,height:te.height,borderRadius:W}),N(!0)},[j]);(0,Ft.useEffect)(()=>{X(!0),j();let B=window.requestIdleCallback,te=B?B(j,{timeout:2e3}):setTimeout(j,300);if(typeof window<"u"&&!window.__akropolys_nav_patched){window.__akropolys_nav_patched=!0;let W=window.location.pathname,oe=window.history.pushState,J=window.history.replaceState;window.history.pushState=function(...m){oe.apply(this,m),window.location.pathname!==W&&(W=window.location.pathname,window.dispatchEvent(new CustomEvent("akropolys:navigation")))},window.history.replaceState=function(...m){J.apply(this,m),window.location.pathname!==W&&(W=window.location.pathname,window.dispatchEvent(new CustomEvent("akropolys:navigation")))}}let z=()=>{N(!1)};return window.addEventListener("popstate",z),window.addEventListener("akropolys:navigation",z),()=>{let W=window.cancelIdleCallback;B&&W?W(te):clearTimeout(te),window.removeEventListener("popstate",z),window.removeEventListener("akropolys:navigation",z)}},[j]);let{themeAttr:Y,vars:D}=ba(h);return br(h),(0,Nt.jsxs)(Nt.Fragment,{children:[(0,Nt.jsx)("button",{className:re("hsk-cb-btn",u.button,s),onClick:B=>E(B.currentTarget),onPointerEnter:j,onPointerDown:j,style:D,"data-hsk-theme":Y,"aria-label":"Open AI chat",children:a!==void 0?a:(0,Nt.jsxs)(Nt.Fragment,{children:[t?(0,Nt.jsx)("span",{className:"hsk-cb-btn-icon",style:{display:"flex",alignItems:"center"},children:t}):null,e]})}),w&&S&&(0,Li.createPortal)((0,Nt.jsx)(Mn,{title:r,placeholder:n,backdropColor:i,backdropBlur:c,origin:M,onClose:()=>N(!1),onSelectSource:o,defaultCurrency:d,chips:p,theme:h,classNames:u,enableVoice:l,voiceLang:k,enableVision:v,visionCategoryHint:y,enableAudioResponse:x,ttsVoice:C,autoSpeakResponses:I}),Ka()??document.body)]})}var Fe=require("react"),Fi=require("react-dom");var Na=require("@akropolys/sdk");var b=require("react/jsx-runtime"),ca=({className:e,size:a=16})=>(0,b.jsx)("svg",{className:re("hsk-brand-mark",e),width:a,height:a,viewBox:"0 0 100 100",xmlns:"http://www.w3.org/2000/svg","aria-label":"kiku",children:(0,b.jsxs)("g",{transform:"translate(22.7 19) scale(0.62)",fill:"currentColor",fillRule:"evenodd",children:[(0,b.jsx)("path",{d:"M39.4 10.4 Q44 0 48.6 10.4 L86.1 95.8 Q88 100 83.4 100 L4.6 100 Q0 100 1.9 95.8 Z M24 100 L24 65 Q24 60 27.4 56.3 Q44 38 60.6 56.3 Q64 60 64 65 L64 100 Z"}),(0,b.jsx)("circle",{cx:"55",cy:"82",r:"3.4"})]})}),Ei=()=>(0,b.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,b.jsx)("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),(0,b.jsx)("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]}),Di=e=>{let a="";if(typeof e=="string")a=e;else if(e&&typeof e=="object"&&e.message)a=e.message;else try{a=JSON.stringify(e)}catch{a=String(e)}if(a.toLowerCase().includes("token limit"))return"You've reached your usage limit. Please update your billing limits in your dashboard to continue.";try{let t=JSON.parse(a);return t.error||t.message||a}catch{return a}};function Gc({productName:e,limit:a,backdropColor:t,backdropBlur:r,onClose:n,onNavigate:i,onResult:c,theme:s,classNames:o={},product:d}){let p=(0,Na.useAkropolysContext)(),[h,u]=(0,Fe.useState)(null),l=d||h,{results:k,loading:v,search:y}=(0,Na.useSearch)({type:"vector"}),{messages:x,sources:C,loading:I,error:g,send:w}=(0,Na.useKiku)(),[N,S]=(0,Fe.useState)(""),[X,M]=(0,Fe.useState)(!1),[U,j]=(0,Fe.useState)(!1),[E,Y]=(0,Fe.useState)(!1),D=(0,Fe.useRef)(null),B=(0,Fe.useRef)(null);(0,Fe.useEffect)(()=>{!d&&!h&&p.api.searchVector(e,1).then(_=>{_.results&&_.results.length>0&&u(_.results[0].entity)}).catch(_=>console.error("[Akropolys] Failed to fetch product details",_)),y(e,a)},[e,d,h,p,a,y]),(0,Fe.useEffect)(()=>{let _=()=>M(window.innerWidth<=768);if(_(),typeof window<"u")return window.addEventListener("resize",_),()=>window.removeEventListener("resize",_)},[]),(0,Fe.useEffect)(()=>{k.length>0&&c?.(k)},[k,c]),(0,Fe.useEffect)(()=>{let _=R=>{R.key==="Escape"&&n()};return document.addEventListener("keydown",_),()=>document.removeEventListener("keydown",_)},[n]);let te=(0,Fe.useRef)(null);(0,Fe.useEffect)(()=>{let _=document.body.style.overflow,R=document.body.style.position,P=document.body.style.width;document.body.style.overflow="hidden",document.body.style.position="fixed",document.body.style.width="100%";let A=()=>{window.scrollTo(0,0),te.current&&(te.current.scrollTop=0)};return window.addEventListener("scroll",A,{passive:!0}),()=>{document.body.style.overflow=_,document.body.style.position=R,document.body.style.width=P,window.removeEventListener("scroll",A)}},[]);let z=(0,Fe.useRef)(null);(0,Fe.useEffect)(()=>{z.current&&(z.current.scrollTop=z.current.scrollHeight)},[x,I]);let W=typeof r=="number"?`${r}px`:r??"16px",oe=t??void 0,J=_=>{i?.(_)!==!1&&(n(),_.entity.url&&(window.location.href=_.entity.url))},m=async _=>{let R=(_??N).trim();if(!(!R||I))if(S(""),B.current&&(B.current.style.height="auto"),x.length===0&&l){let P=`[Context: Shopper is viewing "${l.name}". Price: ${l.price}. Description: ${l.description||""}]
44
+ `;function Ic(e){let a=new Uint8Array(e),t="";for(let r=0;r<a.length;r+=32768)t+=String.fromCharCode.apply(null,Array.from(a.subarray(r,r+32768)));return btoa(t)}function Ec(e){let a=atob(e),t=a.length,r=new Uint8Array(t);for(let s=0;s<t;s++)r[s]=a.charCodeAt(s);let n=new DataView(r.buffer,r.byteOffset,r.byteLength),i=t>>1,c=new Float32Array(i);for(let s=0;s<i;s++)c[s]=n.getInt16(s*2,!0)/32768;return c}function Jo(e){let[a,t]=(0,me.useState)("idle"),[r,n]=(0,me.useState)(!1),[i,c]=(0,me.useState)([]),[s,o]=(0,me.useState)(null),d=(0,me.useRef)(null),p=(0,me.useRef)(null),h=(0,me.useRef)(null),u=(0,me.useRef)(null),l=(0,me.useRef)(null),k=(0,me.useRef)(0),v=(0,me.useRef)(new Set),x=(0,me.useRef)(null),S=(0,me.useRef)(null),z=(0,me.useRef)(24e3),L=(0,me.useRef)(e);(0,me.useEffect)(()=>{L.current=e},[e]);let f=(0,me.useRef)(!1),R=(0,me.useRef)(null),N=(0,me.useRef)(""),C=(0,me.useRef)(""),G=(0,me.useCallback)(()=>{let M=N.current.trim(),w=C.current.trim();N.current="",C.current="",!(!M&&!w)&&L.current.onExchange?.({heard:M,said:w})},[]),T=(0,me.useCallback)(()=>{},[]),U=(0,me.useCallback)(()=>{if(!f.current)return;p.current&&p.current.state==="suspended"&&p.current.resume().catch(()=>{});let M=R.current;M&&(R.current=null,M())},[]),q=(0,me.useCallback)(()=>{let M=l.current;if(!M)return 0;let w=new Uint8Array(M.fftSize);M.getByteTimeDomainData(w);let y=0;for(let E=0;E<w.length;E++){let K=(w[E]-128)/128;y+=K*K}return Math.min(1,Math.sqrt(y/w.length)*4)},[]),I=a==="speaking"||a==="thinking",Y=(0,me.useCallback)(M=>{let w=I?x.current:l.current;return!w||M.length!==w.frequencyBinCount?!1:(w.getByteFrequencyData(M),!0)},[I]),_=(0,me.useCallback)(()=>(I?x.current:l.current)?.frequencyBinCount??0,[I]),D=(0,me.useCallback)(()=>{k.current=0;let M=S.current,w=p.current;if(M&&w&&w.state!=="closed"){let y=w.currentTime;M.gain.cancelScheduledValues(y),M.gain.setValueAtTime(M.gain.value,y),M.gain.linearRampToValueAtTime(0,y+.08),setTimeout(()=>{for(let E of v.current)try{E.onended=null,E.stop()}catch{}v.current.clear(),M&&p.current&&p.current.state!=="closed"&&M.gain.setValueAtTime(1,p.current.currentTime)},100)}else{for(let y of v.current)try{y.onended=null,y.stop()}catch{}v.current.clear()}},[]),ee=(0,me.useCallback)(M=>{let w=p.current,y=x.current;if(!w||!y||M.length===0)return;w.state==="suspended"&&w.resume().catch(()=>{});let E=z.current,K=w.createBuffer(1,M.length,E);K.getChannelData(0).set(M);let g=w.createBufferSource();g.buffer=K,g.connect(y);let X=w.currentTime,ce=k.current>X?k.current:X+.03;g.start(ce),k.current=ce+K.duration,v.current.add(g),g.onended=()=>{v.current.delete(g),v.current.size===0&&(k.current=0,t(W=>W==="speaking"?"listening":W))},t(W=>W==="speaking"||W==="idle"||W==="ended"?W:"speaking")},[]),P=(0,me.useCallback)(()=>{},[]),V=(0,me.useCallback)(()=>{},[]),ne=(0,me.useCallback)(M=>{G(),d.current=null,f.current=!1,R.current=null,P(),D(),u.current?.disconnect(),u.current=null,h.current?.getTracks().forEach(w=>w.stop()),h.current=null,l.current=null,x.current=null,S.current=null,p.current?.close().catch(()=>{}),p.current=null,t(M),n(!1),c([])},[G,D,P]),J=(0,me.useCallback)(()=>{try{d.current?.send(JSON.stringify({type:"close"}))}catch{}try{d.current?.close()}catch{}ne("idle")},[ne]),m=(0,me.useCallback)(M=>{let w=!1;M.onmessage=y=>{let E;try{E=JSON.parse(y.data)}catch{return}switch(E.type){case"ready":E.sampleRate&&(z.current=E.sampleRate),typeof E.secondsLeft=="number"&&o(E.secondsLeft),f.current=!0,t("listening"),U();break;case"audio":P(),E.audio&&ee(Ec(E.audio));break;case"hearing":n(!0);break;case"thinking":n(!1),t("thinking"),V();break;case"heard":N.current+=E.text;break;case"said":C.current+=E.text;break;case"interrupted":P(),D(),n(!1),t("listening");break;case"turn_complete":P(),n(!1),G();break;case"sources":Array.isArray(E.sources)&&E.sources.length&&c(E.sources);break;case"seconds":typeof E.secondsLeft=="number"&&o(E.secondsLeft);break;case"refused":L.current.onRefused?.(E.code||"guest"),J();break;case"error":L.current.onError?.(E.code||"unavailable"),J();break}},M.onclose=y=>{d.current===M&&(y.code===4402&&(w=!0,L.current.onError?.(y.reason==="site"?"siteLimit":"limit")),ne("ended"))},M.onerror=()=>{!w&&d.current===M&&L.current.onError?.("connection")}},[U,ee,G,D,V,P,J,ne]),H=(0,me.useCallback)(M=>{let w=d.current;if(f.current=!1,t("connecting"),D(),P(),w){try{w.send(JSON.stringify({type:"close"}))}catch{}try{w.close()}catch{}}let y=L.current,E=y.apiUrl.replace(/\/+$/,""),K=new URL(E+"/voice/live",window.location.href);K.protocol=K.protocol==="https:"?"wss:":"ws:",K.searchParams.set("siteId",y.siteId),y.kikuId&&K.searchParams.set("kikuId",y.kikuId),y.language&&K.searchParams.set("language",y.language),(M||y.voice)&&K.searchParams.set("voice",M||y.voice);let g=new WebSocket(K.toString(),["akropolys.token."+y.token]);d.current=g,m(g)},[m,D,P]),Q=(0,me.useRef)(e.voice);(0,me.useEffect)(()=>{Q.current!==e.voice&&(Q.current=e.voice,d.current&&(a==="listening"||a==="thinking"||a==="speaking")&&H(e.voice))},[e.voice,a,H]);let oe=(0,me.useCallback)(async()=>{if(d.current)return;t("connecting");let M=L.current,w=window.AudioContext||window.webkitAudioContext;w&&((!p.current||p.current.state==="closed")&&(p.current=new w({latencyHint:"interactive"})),p.current.state==="suspended"&&p.current.resume().catch(()=>{}));let y=M.apiUrl.replace(/\/+$/,""),E=new URL(y+"/voice/live",window.location.href);E.protocol=E.protocol==="https:"?"wss:":"ws:",E.searchParams.set("siteId",M.siteId),M.kikuId&&E.searchParams.set("kikuId",M.kikuId),M.language&&E.searchParams.set("language",M.language),M.voice&&E.searchParams.set("voice",M.voice);let K=new WebSocket(E.toString(),["akropolys.token."+M.token]);d.current=K,m(K);let g;try{if(!navigator.mediaDevices?.getUserMedia)throw{name:"NotAllowedError"};g=await navigator.mediaDevices.getUserMedia({audio:{echoCancellation:!0,noiseSuppression:!0,autoGainControl:!0}})}catch(Z){abandoned=!0;try{K.close()}catch{}d.current=null,t("idle"),M.onError?.(Z?.name==="NotAllowedError"?"not-allowed":"audio-capture");return}if(d.current!==K){g.getTracks().forEach(Z=>Z.stop());return}h.current=g;for(let Z of g.getAudioTracks())Z.enabled=!L.current.muted;let X=p.current&&p.current.state!=="closed"?p.current:w?new w({latencyHint:"interactive"}):null;if(!X)return;p.current=X,X.state==="suspended"&&X.resume().catch(()=>{});let ce=X.createAnalyser();ce.fftSize=1024,ce.smoothingTimeConstant=.25,l.current=ce;let W=X.createGain();W.gain.value=1,W.connect(X.destination),S.current=W;let te=X.createAnalyser();te.fftSize=1024,te.smoothingTimeConstant=.25,te.connect(W),x.current=te;try{let Z=URL.createObjectURL(new Blob([Lc],{type:"application/javascript"}));if(await X.audioWorklet.addModule(Z),URL.revokeObjectURL(Z),d.current!==K){g.getTracks().forEach(ie=>ie.stop()),X.close().catch(()=>{});return}let le=new AudioWorkletNode(X,"kiku-capture");u.current=le,le.port.onmessage=ie=>{let Ce=d.current;!Ce||Ce.readyState!==WebSocket.OPEN||Ce.send(JSON.stringify({type:"audio",audio:Ic(ie.data)}))};let $=X.createMediaStreamSource(g);R.current=()=>{$.connect(ce),$.connect(le)},U()}catch{L.current.onError?.("audio-worklet"),J()}},[U,ee,G,D,V,P,J,ne]);return(0,me.useEffect)(()=>()=>{J()},[J]),(0,me.useEffect)(()=>{let M=h.current;if(M)for(let w of M.getAudioTracks())w.enabled=!e.muted},[e.muted,a]),{state:a,phase:a,hearing:r,sources:i,secondsLeft:s,micLevel:q,micSpectrum:Y,spectrumBins:_,start:oe,stop:J}}var Dc=e=>e==="connecting"||e==="ended"?"idle":e;function ei({voiceLang:e,speechLang:a,shopperLanguage:t,ttsVoice:r="Puck",handleSendUtterance:n,appendSpokenExchange:i}){let c=(0,Zo.useAkropolysContext)(),[s,o]=(0,ct.useState)("off"),[d,p]=(0,ct.useState)("idle"),[h,u]=(0,ct.useState)(""),[l,k]=(0,ct.useState)(!1),[v,x]=(0,ct.useState)(null),[S,z]=(0,ct.useState)(!1),[L,f]=(0,ct.useState)(()=>{try{let P=localStorage.getItem(tn);if(P&&gr.some(V=>V.name===P))return P}catch{}return r||"Puck"}),R=(0,ct.useCallback)(P=>{f(P);try{localStorage.setItem(tn,P)}catch{}},[]),N=dr({lang:e||a,onUtterance:P=>{p("thinking"),n(P)},onError:P=>{o("off"),p("idle"),u(P==="not-allowed"?"micDenied":P==="language-not-supported"?"micLangUnsupported":P==="audio-capture"?"micMissing":P==="network"?"micNetwork":"micFailed")},onBargeIn:()=>{It()}}),C=c?.api?.apiUrl||c?.apiUrl||"",G=c?.api?.siteId||c?.siteId||"",T=c?.api?.apiToken||c?.apiToken||"",U=c?.getShopperId?.()||c?.getKikuPub?.()||void 0,q=Jo({apiUrl:C,siteId:G,token:T,kikuId:U,language:t,voice:L,muted:l,onExchange:P=>{i(P.heard,P.said)},onError:P=>{if(P==="shopper_reply_limit"||P==="access_revoked"||P==="account_required"){z(!0),q.stop(),o("off");return}o("off"),u(P==="not-allowed"?"micDenied":P==="audio-capture"?"micMissing":P==="limit"?"voiceLimitReached":P==="siteLimit"?"voiceSiteLimit":P==="connection"||P==="network"?"micNetwork":"voiceUnavailable")},onRefused:P=>{(P==="shopper_reply_limit"||P==="access_revoked"||P==="account_required")&&z(!0),o("off"),u("voiceUnavailable")}}),I=typeof window<"u"&&!!window.WebSocket&&!!(window.AudioContext||window.webkitAudioContext)&&!!navigator.mediaDevices?.getUserMedia,Y=(0,ct.useCallback)(async P=>{if(!uo()){u("micInsecure");return}u(""),o(P),P==="dictate"?(p("listening"),await N.start()):q.start()},[q,N]),_=(0,ct.useCallback)(()=>{o("off"),p("idle"),N.stop(),q.stop()},[q,N]),D=s==="converse"?Dc(q.state):s==="dictate"?d==="listening"?N.hearing?"speaking":"listening":d:"idle",ee=s==="converse"&&(q.phase==="connecting"||q.state==="connecting");return{voiceMode:s,voicePhase:D,voiceConnecting:ee,voiceError:h,setVoiceError:u,voiceMuted:l,setVoiceMuted:k,voiceSecondsLeft:v,voiceBlocked:S,liveVoiceName:L,chooseVoice:R,canConverse:I,startVoice:Y,stopVoice:_,voice:N,live:q}}var ot=vt(require("react"));var ze=require("react"),ue=require("react/jsx-runtime"),kn={idle:{bw:50,bh:60,tr:1,br:.42,bow:3},thinking:{bw:46,bh:46,tr:1,br:1,bow:2},visualizing:{bw:64,bh:42,tr:.42,br:.42,bow:2},speaking:{bw:44,bh:54,tr:.9,br:.9,bow:3},failed:{bw:53,bh:45,tr:.95,br:.55,bow:4},curious:{bw:48,bh:52,tr:.9,br:.7,bow:3},welcoming:{bw:50,bh:58,tr:1,br:.5,bow:2},guiding:{bw:46,bh:50,tr:.8,br:.8,bow:2},happy:{bw:52,bh:56,tr:1,br:.4,bow:4},focused:{bw:48,bh:52,tr:.9,br:.7,bow:2}},bn={idle:{lid:1,warm:0,breath:2100,wob:1},thinking:{lid:1,warm:.2,breath:1700,wob:1.6},visualizing:{lid:1,warm:.9,breath:1200,wob:2.2},speaking:{lid:1,warm:.35,breath:900,wob:1.8},failed:{lid:.28,warm:0,breath:3e3,wob:.6},curious:{lid:1,warm:.15,breath:1800,wob:1.4},welcoming:{lid:1,warm:.25,breath:1600,wob:1.2},guiding:{lid:1,warm:.2,breath:1500,wob:1.3},happy:{lid:1,warm:.4,breath:1200,wob:1.5},focused:{lid:1,warm:.2,breath:1500,wob:1.2}},Mr=[[0,0,0],[.09,.54,0],[.19,-.36,32],[.31,-.22,58],[.42,-.12,68],[.54,.04,28],[.63,.96,0],[.71,.18,0],[.79,-.16,20],[.88,.34,0],[.95,-.05,4],[1,0,0]];function Fc(e){let a=1;for(;a<Mr.length-1&&Mr[a][0]<e;)a++;let[t,r,n]=Mr[a-1],[i,c,s]=Mr[a],o=i===t?0:(e-t)/(i-t),d=o*o*(3-2*o);return[r+(c-r)*d,n+(s-n)*d]}var Qa=6,ti=["bw","bh","tr","br","bow","lid","warm","wob","gx","gy"],Ot=(e,a,t)=>Math.max(a,Math.min(t,e));function ai(e,a,t,r){let n=d=>d.toFixed(2),i=(a+t)/2,c=e+r,s=(i-a)*.55,o=(t-i)*.55;return`C${n(e)} ${n(a+s)} ${n(c)} ${n(i-s)} ${n(c)} ${n(i)}C${n(c)} ${n(i+o)} ${n(e)} ${n(t-o)} ${n(e)} ${n(t)}`}function _c(e,a,t,r,n){let i=Ot(e*t,8,a*.96),c=Ot(e*r,8,a*.96),s=(h,u)=>`${h.toFixed(2)} ${u.toFixed(2)}`,o=.46,d=Ot((e-i)/e,0,1),p=Ot((e-c)/e,0,1);return`M${s(-e,-a+i)}C${s(-e,-a+i*o)} ${s(-e+i*o,-a)} ${s(-e+i,-a)}C${s(-e*.3*d,-a-2*d)} ${s(e*.3*d,-a-2*d)} ${s(e-i,-a)}C${s(e-i*o,-a)} ${s(e,-a+i*o)} ${s(e,-a+i)}`+ai(e,-a+i,a-c,n)+`C${s(e,a-c*o)} ${s(e-c*o,a)} ${s(e-c,a)}C${s(e*.3*p,a+2*p)} ${s(-e*.3*p,a+2*p)} ${s(-e+c,a)}C${s(-e+c*o,a)} ${s(-e,a-c*o)} ${s(-e,a-c)}`+ai(-e,a-c,-a+i,-n)+"Z"}var wa=[{name:"Graphite",color:"#4B5058",light:"#A8AEB6",glow:"rgba(75, 80, 88, 0.26)"},{name:"Mist",color:"#78868F",light:"#BFC9CF",glow:"rgba(120, 134, 143, 0.26)"},{name:"Sandstone",color:"#8A7E71",light:"#CBC1B5",glow:"rgba(138, 126, 113, 0.26)"},{name:"Pewter",color:"#5F6670",light:"#B3BAC3",glow:"rgba(95, 102, 112, 0.26)"}],vn=[{name:"Aegean",color:"#2E6FB7",light:"#9CC1E6",glow:"rgba(46, 111, 183, 0.30)"},{name:"Fern",color:"#3C8C60",light:"#A2CFB4",glow:"rgba(60, 140, 96, 0.30)"},{name:"Marigold",color:"#C48A22",light:"#EBD095",glow:"rgba(196, 138, 34, 0.30)"},{name:"Coral",color:"#C15A4E",light:"#E9AEA3",glow:"rgba(193, 90, 78, 0.30)"},{name:"Iris",color:"#5F5CC4",light:"#B6B4E8",glow:"rgba(95, 92, 196, 0.30)"}],pd=[...wa,...vn];function fn(e){let r=(!vn.includes(e)&&Math.random()<.26?vn:wa).filter(n=>n!==e);return r[Math.floor(Math.random()*r.length)]}function Mt(e){let a=parseInt(e.slice(1),16);return[a>>16&255,a>>8&255,a&255]}function gn(e){return`rgb(${Math.round(e[0])}, ${Math.round(e[1])}, ${Math.round(e[2])})`}function Hc(e,a,t){return[e[0]+(a[0]-e[0])*t,e[1]+(a[1]-e[1])*t,e[2]+(a[2]-e[2])*t]}var Uc=[[255,253,248],[247,240,231],[231,218,202],[198,178,156]],ri=[.05,.15,.42,.74],qc=[.52,.72,.9,1],ni={color:"#E2581D",light:"#FFBE96",glow:"rgba(226, 88, 29, 0.34)"};function oi({state:e="idle",size:a=40,alert:t=!1,theme:r,feminine:n,accessories:i,onImpact:c,triggerRef:s}){let o=(0,ze.useRef)(e);o.current=e;let d=(0,ze.useRef)(t);d.current=t;let p=r==="blush"||n===!0||!!(i?.flower||i?.eyelashes||i?.blush),h=i?.flower??p,u=i?.eyelashes??p,l=i?.blush??p,k=(0,ze.useRef)(null),v=(0,ze.useRef)(null),x=(0,ze.useRef)(null),S=(0,ze.useRef)(null),z=(0,ze.useRef)(null),L=(0,ze.useRef)(null),f=(0,ze.useRef)(null),R=(0,ze.useRef)(null),N=(0,ze.useRef)(null),C=(0,ze.useRef)(null),G=(0,ze.useRef)(null),T=(0,ze.useRef)(null),U=(0,ze.useRef)(null),q=(0,ze.useRef)(null),I=(0,ze.useRef)([]),Y=(0,ze.useRef)([]),_=(0,ze.useRef)(null),D=(0,ze.useRef)(`kiku-${Math.random().toString(36).slice(2,8)}`).current,ee=(0,ze.useRef)(c);return ee.current=c,(0,ze.useEffect)(()=>{let P=window.matchMedia("(prefers-reduced-motion: reduce)").matches,V={},ne={};ti.forEach(ke=>{V[ke]=kn.idle[ke]??bn.idle[ke]??0,ne[ke]=0});let J=Array.from({length:Qa},()=>({x:0,y:0,w:0,h:0,rx:0,a:0})),m=Array.from({length:Qa},()=>({x:0,y:0,w:0,h:0,rx:0,a:0})),H=1800,Q=-1,oe=0,M=2600,w=0,y=!1,E=9e3+Math.random()*8e3,K=-1,g=0,X=0,ce=0,W=4200,te=0,Z=0,le=0,$=12e3,ie=wa[0],Ce=Mt(ie.color),Oe=Mt(ie.light),De=[...Ce],Fe=[...Oe],Qt=2600,Je=-1/0,Tt=!1,Re=0,it=!1,dt=0,Ht=0,Ra=0,Za=!1,Xt=0,Jt=ke=>{ke-Je<Qt?(ie=fn(ie),De=Mt(ie.color),Fe=Mt(ie.light),Je=-1/0):Je=ke},er=(ke,Ye,at,et)=>{let Ge=o.current,st=Array.from({length:Qa},()=>({x:0,y:0,w:0,h:0,rx:0,a:0})),Rt=(ht,Be,rt=0)=>{let Le=Math.max(4,54*Math.max(.06,Ye));st[ht]={x:Be+at,y:-4+et+rt,w:21,h:Le,rx:10.5,a:1}};if(Ge==="thinking"){let Be=ke%2800/2800,rt=Math.pow(Math.sin(Be*Math.PI*2)*.5+.5,3);for(let Le=0;Le<4;Le++){let zt=ke/700+Le/4*Math.PI*2,pa=(26-Le%2*5)*(1-.94*rt),Ut=16+rt*6+Math.sin(ke/420+Le)*1.4;st[Le]={x:Math.cos(zt)*pa,y:Math.sin(zt)*pa*.86+2,w:Ut,h:Ut,rx:Ut/2,a:1}}}else if(Ge==="visualizing")st[0]={x:0,y:-2,w:78,h:26,rx:13,a:1};else if(Ge==="speaking")for(let Be=0;Be<5;Be++){let rt=12+Math.abs(Math.sin(ke/150+Be*.9))*26;st[Be]={x:(Be-4/2)*15,y:-2,w:9,h:rt,rx:4.5,a:1}}else Ge==="failed"?(Rt(0,-22,8),Rt(1,22,8)):(Rt(0,-22),Rt(1,22));return st};s&&(s.current=()=>{if(K>=0){it=!0,ie=fn(ie),De=Mt(ie.color),Fe=Mt(ie.light),Je=-1/0;return}K=0,Jt(dt),E=dt+4e3});let da=ke=>{dt=ke;let Ye=o.current,at=kn[Ye]??kn.idle,et=bn[Ye]??bn.idle,Ge=Ye==="idle"||Ye==="failed";Ge&&!P&&(ke>M&&(oe=(Math.random()-.5)*2,M=ke+1800+Math.random()*3600),V.wantGx=oe*5);let st=d.current?1:0;Ra=(Ra+(st-Ht)*.1)*.88,Ht+=Ra;let Rt=d.current&&!P?Math.sin(ke/480)*.055*Ht:0,ht={bw:at.bw*(1+Ht*.34+Rt),bh:at.bh*(1+Ht*.2+Rt),tr:at.tr,br:at.br,bow:at.bow,warm:et.warm,wob:et.wob,lid:et.lid,gx:Ge&&!P?oe*5:0,gy:Ge&&!P?Math.sin(ke/2600)*2:0};!P&&Ge&&(Q<0&&ke>H&&(Q=0),Q>=0&&(Q+=1/7,ht.lid=et.lid*Math.abs(Q-.5)*2,Q>=1&&(Q=-1,ht.lid=et.lid,H=ke+(Math.random()<.22?340:2600+Math.random()*4200)))),ti.forEach(fe=>{let Ae=fe;if(P){V[Ae]=ht[Ae];return}let Me=Ae==="lid"?.42:.11,pt=Ae==="lid"?.55:.78;ne[Ae]=(ne[Ae]+(ht[Ae]-V[Ae])*Me)*pt,V[Ae]+=ne[Ae]});let Be=0,rt=0;!P&&d.current&&K<0&&ke>Xt&&(K=0,Xt=ke+2100,E=ke+4e3),!P&&Ye==="idle"?K<0&&ke>E&&(K=0,Tt?(Tt=!1,Re=0,ie=fn(ie),De=Mt(ie.color),Fe=Mt(ie.light),Je=-1/0):(Re++,Jt(ke))):K<0&&(E=ke+3e3+Math.random()*3e3),K>=0&&(K+=1/96,[Be,rt]=Fc(K),K>=1&&(K=-1,Be=0,rt=0,it?(it=!1,Re=0,E=ke+150):!Tt&&Re>=2?(Tt=!0,E=ke+240):E=ke+5e3+Math.random()*5e3));let Le=Math.max(0,Be);if(d.current!==Za){Za=d.current;let fe=d.current?ni:ie;De=Mt(fe.color),Fe=Mt(fe.light),d.current&&!P&&(K<0&&(K=0),Xt=ke+2600)}let zt=d.current?ni:ie;if(P)Ce=[...De],Oe=[...Fe];else for(let fe=0;fe<3;fe++)Ce[fe]+=(De[fe]-Ce[fe])*.055,Oe[fe]+=(Fe[fe]-Oe[fe])*.055;let pa=gn(Ce),Ut=gn(Oe);T.current?.setAttribute("stop-color",pa),U.current?.setAttribute("stop-color",Ut),q.current?.setAttribute("stop-color",Ut);for(let fe=0;fe<4;fe++){let Ae=ri[fe]+(qc[fe]-ri[fe])*Ht;I.current[fe]?.style.setProperty("stop-color",gn(Hc(Uc[fe],Ce,Ae)))}let tr=.34+Math.sin(ke/1200)*.06,Ar=Le>.02?Math.min(.72,tr+Le*.34):tr;G.current?.setAttribute("opacity",Ar.toFixed(3)),Le>.04?ee.current?.(Le,zt.color,zt.glow):ha>.04&&ee.current?.(0,zt.color,zt.glow),ha=Le;let ar=P?0:Math.sin(ke/1900)*.9*V.wob,qt=V.bw*(1+Be*.55)+ar*.4,za=V.bh*(1-Be*.62),Pa=_c(qt,za,Ot(V.tr+Le*.5,0,1.2),Ot(V.br+Le*.9,0,1),V.bow+ar+Le*5);k.current?.setAttribute("d",Pa),v.current?.setAttribute("d",Pa);let Aa=Ye==="thinking";Aa!==y&&(y=Aa,_.current?.setAttribute("filter",Aa?`url(#${D}-goo)`:"none"));let La=er(ke,V.lid*(1-Le*.85),V.gx,V.gy);for(let fe=0;fe<Qa;fe++){let Ae=La[fe],Me=J[fe],pt=m[fe];for(let tt of["x","y","w","h","rx","a"]){if(P){Me[tt]=Ae[tt];continue}pt[tt]=(pt[tt]+(Ae[tt]-Me[tt])*.16)*.74,Me[tt]+=pt[tt]}let $e=Y.current[fe];$e&&($e.setAttribute("x",(Me.x-Me.w/2).toFixed(2)),$e.setAttribute("y",(Me.y-Me.h/2).toFixed(2)),$e.setAttribute("width",Math.max(0,Me.w).toFixed(2)),$e.setAttribute("height",Math.max(0,Me.h).toFixed(2)),$e.setAttribute("rx",Math.max(0,Math.min(Me.rx,Me.w/2,Me.h/2)).toFixed(2)),$e.setAttribute("opacity",Ot(Me.a,0,1).toFixed(2)))}let Ia=P?0:Math.sin(ke/et.breath)*1.5;!P&&Ge&&K<0?(ke>W&&(ce=(Math.random()<.5?-1:1)*(.35+Math.random()*.65),W=ke+2600+Math.random()*4200),ke>$&&(le=le>.1?0:1,$=ke+(le>.1?900:9e3+Math.random()*11e3))):(ce=0,le=0),X=(X+(ce-g)*.028)*.9,g+=X,Z=(Z+(le-te)*.06)*.82,te+=Z;let gt=V.bh-za,Ea=g*3.4+te*4.5,rr=g*2.2+te*3,nr=te*2.4;if(x.current?.setAttribute("transform",`translate(${rr.toFixed(2)} ${(Ia+gt-rt+nr).toFixed(2)}) rotate(${Ea.toFixed(2)} 0 60)`),S.current&&S.current.setAttribute("transform",`translate(${rr.toFixed(2)} ${(Ia+gt-rt+nr).toFixed(2)}) rotate(${Ea.toFixed(2)} 0 60)`),h&&z.current){let fe=-qt*.62,Ae=-za*.7,Me=-16+(P?0:Math.sin(ke/1400)*3)+Ea*.4;z.current.setAttribute("transform",`translate(${fe.toFixed(2)}, ${Ae.toFixed(2)}) rotate(${Me.toFixed(2)})`)}if(l&&L.current){let fe=12+V.gy*.5;L.current.setAttribute("transform",`translate(0, ${fe.toFixed(2)})`)}if(u&&f.current){let fe=Ye!=="thinking"&&Ye!=="visualizing"&&Ye!=="speaking";f.current.setAttribute("opacity",fe?Ot(V.lid*1.3,0,1).toFixed(2):"0");let Ae=(Me,pt)=>{let $e=Math.max(1,Math.min(Me.w,Me.h)/2),tt=Me.y-Me.h/2+$e,Da="";for(let[Lr,ua]of[[20,7],[48,8],[76,6.5]]){let Pt=Lr*Math.PI/180,Ir=Me.x+pt*Math.sin(Pt)*$e,Er=tt-Math.cos(Pt)*$e,Dr=Me.x+pt*Math.sin(Pt)*($e+ua),Fa=tt-Math.cos(Pt)*($e+ua)-1.5,Fr=Me.x+pt*Math.sin(Pt-.22)*($e+ua*.65),_r=tt-Math.cos(Pt-.22)*($e+ua*.65);Da+=` M ${Ir.toFixed(2)} ${Er.toFixed(2)} Q ${Fr.toFixed(2)} ${_r.toFixed(2)} ${Dr.toFixed(2)} ${Fa.toFixed(2)}`}return Da.trim()};R.current?.setAttribute("d",Ae(J[0],-1)),N.current?.setAttribute("d",Ae(J[1],1))}w=requestAnimationFrame(da)},ha=0;return w=requestAnimationFrame(da),()=>cancelAnimationFrame(w)},[h,u,l,p]),(0,ue.jsxs)("svg",{className:"hsk-kiku-avatar",width:a,height:a,viewBox:"-100 -100 200 200","aria-hidden":"true",style:{display:"block",overflow:"visible"},children:[(0,ue.jsxs)("defs",{children:[(0,ue.jsx)("linearGradient",{id:`${D}-marble`,x1:".2",y1:"0",x2:".42",y2:"1",children:[0,40,82,100].map((P,V)=>(0,ue.jsx)("stop",{ref:ne=>{I.current[V]=ne},offset:`${P}%`,style:{stopColor:`var(--hsk-marble-${V+1}, #FAF7F2)`}},P))}),(0,ue.jsxs)("linearGradient",{id:`${D}-contact`,x1:"0",y1:"1",x2:"0",y2:"0",children:[(0,ue.jsx)("stop",{ref:T,offset:"0%",stopColor:wa[0].color,stopOpacity:"0.9"}),(0,ue.jsx)("stop",{ref:U,offset:"45%",stopColor:wa[0].light,stopOpacity:"0.5"}),(0,ue.jsx)("stop",{ref:q,offset:"100%",stopColor:wa[0].light,stopOpacity:"0"})]}),(0,ue.jsxs)("radialGradient",{id:`${D}-sheen`,cx:".34",cy:".2",r:".55",children:[(0,ue.jsx)("stop",{offset:"0%",stopColor:"#FFFFFF",style:{stopOpacity:"var(--hsk-marble-sheen, .9)"}}),(0,ue.jsx)("stop",{offset:"100%",stopColor:"#FFFFFF",stopOpacity:"0"})]}),(0,ue.jsxs)("linearGradient",{id:`${D}-hibiscus-petal`,x1:"0",y1:"1",x2:"0",y2:"0",children:[(0,ue.jsx)("stop",{offset:"0%",stopColor:"#FF3366"}),(0,ue.jsx)("stop",{offset:"65%",stopColor:"#FF758F"}),(0,ue.jsx)("stop",{offset:"100%",stopColor:"#FFAAA6"})]}),(0,ue.jsxs)("radialGradient",{id:`${D}-blush-cheek`,cx:"50%",cy:"50%",r:"50%",children:[(0,ue.jsx)("stop",{offset:"0%",stopColor:"#FB7185",stopOpacity:"0.48"}),(0,ue.jsx)("stop",{offset:"100%",stopColor:"#FB7185",stopOpacity:"0"})]}),(0,ue.jsx)("clipPath",{id:`${D}-skin`,children:(0,ue.jsx)("use",{href:`#${D}-body`})}),(0,ue.jsxs)("filter",{id:`${D}-goo`,x:"-50%",y:"-50%",width:"200%",height:"200%",children:[(0,ue.jsx)("feGaussianBlur",{in:"SourceGraphic",stdDeviation:"4",result:"b"}),(0,ue.jsx)("feColorMatrix",{in:"b",values:"1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 18 -7"})]}),(0,ue.jsxs)("mask",{id:`${D}-cut`,children:[(0,ue.jsx)("path",{ref:v,d:"",fill:"#FFFFFF"}),(0,ue.jsx)("g",{ref:_,children:Array.from({length:Qa},(P,V)=>(0,ue.jsx)("rect",{ref:ne=>{Y.current[V]=ne},fill:"#000000"},V))})]})]}),(0,ue.jsxs)("g",{ref:x,mask:`url(#${D}-cut)`,children:[(0,ue.jsx)("path",{id:`${D}-body`,ref:k,d:"",fill:`url(#${D}-marble)`}),(0,ue.jsxs)("g",{clipPath:`url(#${D}-skin)`,children:[(0,ue.jsx)("ellipse",{cx:"-14",cy:"-40",rx:"46",ry:"34",fill:`url(#${D}-sheen)`}),(0,ue.jsx)("rect",{ref:G,x:"-100",y:"-20",width:"200",height:"100",fill:`url(#${D}-contact)`,opacity:"0.45"})]})]}),(0,ue.jsxs)("g",{ref:S,style:{pointerEvents:"none"},children:[l&&(0,ue.jsxs)("g",{ref:L,children:[(0,ue.jsx)("ellipse",{cx:"-28",cy:"0",rx:"10",ry:"5.5",fill:`url(#${D}-blush-cheek)`}),(0,ue.jsx)("ellipse",{cx:"28",cy:"0",rx:"10",ry:"5.5",fill:`url(#${D}-blush-cheek)`})]}),u&&(0,ue.jsxs)("g",{ref:f,children:[(0,ue.jsx)("path",{ref:R,stroke:"#3D1424",strokeWidth:"1.7",strokeLinecap:"round",fill:"none"}),(0,ue.jsx)("path",{ref:N,stroke:"#3D1424",strokeWidth:"1.7",strokeLinecap:"round",fill:"none"})]}),h&&(0,ue.jsxs)("g",{ref:z,className:"hsk-avatar-flower",children:[(0,ue.jsx)("path",{d:"M 0 0 C -12 -7 -15 5 0 0 Z",fill:"#10B981",transform:"translate(6, 4) rotate(-35)"}),[0,72,144,216,288].map(P=>(0,ue.jsx)("path",{d:"M 0 0 C -6 -13 6 -13 0 0 Z",fill:`url(#${D}-hibiscus-petal)`,stroke:"#FF2A5F",strokeWidth:"0.6",transform:`rotate(${P-18})`},P)),(0,ue.jsx)("path",{d:"M 0 0 Q 3 -10 9 -14",stroke:"#F59E0B",strokeWidth:"1.6",strokeLinecap:"round",fill:"none"}),(0,ue.jsx)("circle",{cx:"9",cy:"-14",r:"1.3",fill:"#FDE047"}),(0,ue.jsx)("circle",{cx:"7",cy:"-12",r:"1.1",fill:"#FDE047"}),(0,ue.jsx)("circle",{cx:"6.5",cy:"-15",r:"1.1",fill:"#FDE047"}),(0,ue.jsx)("circle",{cx:"0",cy:"0",r:"2.2",fill:"#881337"})]})]})]})}var Ve=require("react/jsx-runtime");function ii({title:e,hasMessages:a,avatarState:t="idle",unread:r=!1,awayFromBottom:n=!1,themeMenuOpen:i=!1,themeMenuClosing:c=!1,isNarrow:s=!1,currentTheme:o="dark",onJumpToLatest:d,onReset:p,onClose:h,onToggleThemeMenu:u,onSelectTheme:l}){let k=Wt(),[v,x]=ot.default.useState(!1),[S,z]=ot.default.useState("#134e3d"),[L,f]=ot.default.useState("rgba(19, 78, 61, 0.45)"),R=ot.default.useRef(void 0),N=ot.default.useRef(null),C=ot.default.useRef(!1),G=ot.default.useRef(0),T=ot.default.useCallback(()=>{C.current=!1,G.current=Date.now(),N.current=setTimeout(()=>{if(C.current=!0,typeof navigator<"u"&&navigator.vibrate)try{navigator.vibrate(25)}catch{}u?.()},350)},[u]),U=ot.default.useCallback(()=>{N.current&&(clearTimeout(N.current),N.current=null)},[]),q=ot.default.useCallback(()=>{N.current&&(clearTimeout(N.current),N.current=null)},[]),I=ot.default.useCallback(_=>{if(C.current){C.current=!1,_.preventDefault(),_.stopPropagation();return}n?d?.():R.current?.()},[n,d]),Y=ot.default.useCallback((_,D,ee)=>{_>.04?(x(!0),z(D),f(ee)):x(!1)},[]);return(0,Ve.jsxs)("div",{className:"hsk-cb-topbar",children:[(0,Ve.jsx)("div",{className:"hsk-cb-topbar-left",children:(0,Ve.jsx)("button",{className:"hsk-cb-back",onClick:h,"aria-label":"Close",children:(0,Ve.jsx)("span",{className:"hsk-cb-back-icon",children:(0,Ve.jsx)(yr,{})})})}),(0,Ve.jsxs)("div",{className:ae("hsk-cb-topbar-mark",s&&i&&"is-oozing"),"data-impacting":v?"true":"false",style:{"--hsk-contact-color":S,"--hsk-contact-glow":L},"data-unread":r?"true":"false",onTouchStart:T,onTouchEnd:U,onTouchMove:q,onTouchCancel:q,onClick:I,role:"button",tabIndex:0,"aria-label":n?k("jumpToLatest"):"kiku (long press for themes)",children:[(0,Ve.jsx)(oi,{state:t,size:34,theme:o,alert:r,onImpact:Y,triggerRef:R}),(0,Ve.jsx)("span",{className:"hsk-cb-topbar-name",children:e})]}),(0,Ve.jsx)("div",{className:"hsk-cb-topbar-actions",children:a&&(0,Ve.jsx)("button",{className:"hsk-cb-topbar-btn",onClick:p,children:k("clearChat")})}),s&&i&&(0,Ve.jsx)("div",{className:ae("hsk-cb-topbar-ooze-menu",c&&"is-closing"),role:"dialog","aria-label":"Theme selector",style:{position:"absolute",top:"100%",marginTop:"8px",left:"50%",transform:"translateX(-50%)",zIndex:1e3},onPointerDown:_=>_.stopPropagation(),onClick:_=>_.stopPropagation(),onMouseDown:_=>_.stopPropagation(),children:(0,Ve.jsx)("div",{className:"hsk-cb-theme-2x2-grid",style:{display:"grid",gridTemplateColumns:"repeat(2, 1fr)",gap:6},children:ra.map(({id:_,label:D,Icon:ee})=>(0,Ve.jsxs)("button",{type:"button",className:ae("hsk-cb-theme-grid-item",o===_&&"is-active"),onClick:P=>{P.stopPropagation(),l?.(_)},children:[(0,Ve.jsx)(ee,{}),(0,Ve.jsx)("span",{children:D})]},_))})})]})}var na=vt(require("react"));var si=require("react");var Nr=vt(require("react")),Yt=require("react/jsx-runtime"),Bc=12;function yn(e){return e==null||typeof e=="boolean"?"":typeof e=="string"||typeof e=="number"?String(e):Array.isArray(e)?e.map(yn).join(""):Nr.default.isValidElement(e)?yn(e.props.children):""}function xn(e,a,t,r){if(e==null||typeof e=="boolean")return null;if(typeof e=="string"||typeof e=="number")return String(e).split(/(\s+)/).filter(Boolean).map((n,i)=>{if(/^\s+$/.test(n))return n;let c=t+a.i*Bc;return a.i+=1,(0,Yt.jsx)("span",{className:"hsk-cascade__w",style:{animationDelay:`${c}ms`},children:n},`${r}-w${i}`)});if(Array.isArray(e))return e.map((n,i)=>xn(n,a,t,`${r}-${i}`));if(Nr.default.isValidElement(e)){let n=e;return Nr.default.cloneElement(n,{key:`${r}-el`},xn(n.props.children,a,t,`${r}-c`))}return e}function Ke({children:e,baseMs:a=0}){let t=yn(e),r=0;for(let i=0;i<t.length;i++)r=(r<<5)-r+t.charCodeAt(i)|0;let n=`c${Math.abs(r)}`;return(0,Yt.jsxs)(Yt.Fragment,{children:[(0,Yt.jsx)("span",{className:"hsk-sr-only",children:t}),(0,Yt.jsx)("span",{"aria-hidden":"true",children:xn(e,{i:0},a,n)})]})}var Xe=require("react/jsx-runtime");function ci({language:e,onBack:a}){let t=Oa(e);return(0,Xe.jsxs)("div",{className:"hsk-cb-chrome-loading",dir:t.rtl?"rtl":"ltr","aria-busy":"true",children:[(0,Xe.jsx)("div",{className:"hsk-cb-chrome-loading-header",children:(0,Xe.jsx)("h2",{className:"hsk-cb-hello hsk-cascade",children:(0,Xe.jsx)(Ke,{baseMs:60,children:t.preparing})})}),(0,Xe.jsx)("div",{className:"hsk-cb-chrome-progress",role:"progressbar","aria-label":t.preparing,children:(0,Xe.jsx)("div",{className:"hsk-cb-chrome-progress-track"})}),a&&(0,Xe.jsxs)("button",{type:"button",className:"hsk-cb-chrome-back-btn",onClick:a,children:[(0,Xe.jsx)("span",{"aria-hidden":"true",children:t.rtl?"\u2192":"\u2190"})," ",t.changeLang]}),!t.known&&(0,Xe.jsxs)("div",{className:"hsk-cb-chrome-notice",dir:"ltr",lang:"en",children:[(0,Xe.jsxs)("div",{className:"hsk-cb-chrome-notice-header",children:[(0,Xe.jsx)("span",{className:"hsk-cb-chrome-notice-pill",children:"Preview / Low-Resource"}),(0,Xe.jsx)("span",{className:"hsk-cb-chrome-notice-title",children:"Live Machine Translation"})]}),(0,Xe.jsxs)("span",{className:"hsk-cb-chrome-notice-body",children:[(0,Xe.jsx)("b",{children:t.nativeName})," is translated in real time as you browse. Some phrasing may read differently than human-reviewed copy, but names, prices, and figures are always strictly preserved."]})]})]})}var wn=require("react/jsx-runtime"),Tr=16,$c=110,jc=/[؀-ۿ܀-ݏ߀-߿ࡠ-ࣿﭐ-﷿ﹰ-]/;function Sa(e){if(!e)return[];if(jc.test(e))return e.split(/(\s+)/).filter(Boolean);let a=typeof Intl<"u"?Intl:void 0;if(a?.Segmenter){let t=new a.Segmenter(void 0,{granularity:"grapheme"});return Array.from(t.segment(e),r=>r.segment)}return e.split(/(\s+)/).filter(Boolean)}function li({text:e,placeholder:a,visible:t=!0,replay:r=0,replaySeed:n,staggerMs:i=Tr}){if(!t)return null;let c=e||a||"";if(!c)return null;let s=n!==void 0?n:r,o=Sa(c),d=Math.max(o.length-1,1);return(0,wn.jsx)("div",{className:"hsk-animated-placeholder",dir:"auto","aria-hidden":"true",children:o.map((p,h)=>(0,wn.jsx)("span",{className:"hsk-animated-placeholder__char",style:{animationDelay:`${$c+h*i}ms`,"--hsk-ph-hue":`${Math.round(h/d*300)}`},children:p},`${c}|${s}|${h}`))})}var F=require("react/jsx-runtime");function Sn(e){return typeof e=="string"?Sa(e).length:Array.isArray(e)?e.reduce((a,t)=>a+Sn(t),0):na.default.isValidElement(e)?Sn(e.props?.children):0}function Cn(e,a,t,r){return typeof e=="string"?Sa(e).map(n=>{let i=a.i++;return(0,F.jsx)("span",{className:"hsk-cb-shimmer-char",style:{"--hsk-char-idx":r+i,"--hsk-ph-hue":`${Math.round(i/t*300)}`},children:n},i)}):Array.isArray(e)?e.map((n,i)=>(0,F.jsx)(na.default.Fragment,{children:Cn(n,a,t,r)},i)):na.default.isValidElement(e)?na.default.cloneElement(e,{children:Cn(e.props?.children,a,t,r)}):e}function di({text:e,baseIdx:a=0}){let t=Math.max(Sn(e)-1,1);return(0,F.jsx)(F.Fragment,{children:Cn(e,{i:0},t,a)})}function hi({inOnboarding:e,justCompleted:a,onboardingMood:t,awaitingLang:r,awaitingName:n,awaitingEntityLang:i,awaitingConsent:c,termsAgreed:s,shopperLanguage:o,shopperName:d,entityLangPref:p,chromeReady:h,activeChips:u,t:l,tNode:k,chooseLanguage:v,chooseEntityLang:x,agreeTerms:S,handleSend:z}){let L=r?"1":n?"2":i?"3":c?"4":null,[f,R]=na.default.useState(30);return na.default.useEffect(()=>{if(!c){R(30);return}let N=setInterval(()=>{R(C=>C<=1?(clearInterval(N),0):C-1)},1e3);return()=>clearInterval(N)},[c]),(0,F.jsx)("div",{className:"hsk-cb-empty",children:(0,F.jsxs)("div",{className:"hsk-cb-onboarding-card",children:[L&&(0,F.jsx)("div",{className:"hsk-cb-onboarding-head",children:(0,F.jsxs)("span",{className:"hsk-cb-step-badge",dir:"ltr",children:[L," / 4"]})}),r?(0,F.jsxs)("div",{className:"hsk-cb-hello-wrap",children:[(0,F.jsx)("h2",{className:"hsk-cb-hello hsk-cascade",children:(0,F.jsx)(Ke,{baseMs:0,children:"What language should we chat in?"})}),(0,F.jsxs)("div",{className:"hsk-cb-lang-chips",children:[fr.map((N,C)=>(0,F.jsx)("button",{type:"button",className:"hsk-cb-lang-chip",style:{"--hsk-pill-idx":C},lang:N.tag,dir:N.rtl?"rtl":"ltr",onClick:()=>v(N.value),children:N.native},N.value)),(0,F.jsx)("span",{className:"hsk-cb-lang-chips-hint",style:{"--hsk-pill-idx":fr.length},children:"or type any other"})]})]},"step-lang"):n?(0,F.jsx)("div",{className:"hsk-cb-hello-wrap",children:h?(0,F.jsxs)(F.Fragment,{children:[(0,F.jsx)("h2",{className:"hsk-cb-hello hsk-cascade",children:(0,F.jsx)(Ke,{baseMs:0,children:l("nameStepTitle")})}),(0,F.jsx)("p",{className:"hsk-cb-hello-lead hsk-cascade",children:(0,F.jsx)(Ke,{baseMs:30,children:l("nameStepLead")})}),(0,F.jsx)("p",{className:"hsk-cb-hello-ask hsk-cascade",children:(0,F.jsx)(Ke,{baseMs:60,children:l("nameStepAsk")})})]}):(0,F.jsx)(ci,{language:o,onBack:()=>v("")})},"step-name"):i?(0,F.jsxs)("div",{className:"hsk-cb-hello-wrap",children:[h&&(0,F.jsxs)(F.Fragment,{children:[(0,F.jsx)("h2",{className:"hsk-cb-hello hsk-cascade",children:(0,F.jsx)(Ke,{baseMs:0,children:l("howShouldResultsLook")})}),(0,F.jsx)("p",{className:"hsk-cb-hello-lead hsk-cascade",children:(0,F.jsx)(Ke,{baseMs:30,children:k("entityLangIntro",{lang:o})})})]}),h&&(0,F.jsx)("div",{className:"hsk-cb-entlang-opts",role:"radiogroup","aria-label":l("howShouldResultsLook"),children:["translated","original"].map((N,C)=>(0,F.jsxs)("button",{type:"button",role:"radio","aria-checked":p===N,className:ae("hsk-cb-entlang-opt",p===N&&"is-selected"),style:{"--hsk-opt-idx":C},onClick:()=>x(N),children:[(0,F.jsx)("span",{className:"hsk-cb-entlang-radio","aria-hidden":"true",children:(0,F.jsx)("span",{className:"hsk-cb-entlang-radio-dot"})}),(0,F.jsxs)("span",{className:"hsk-cb-entlang-opt-text",children:[(0,F.jsx)("span",{className:"hsk-cb-entlang-opt-title",children:(0,F.jsx)(di,{text:N==="translated"?k("inLanguage",{lang:o}):l("asWritten"),baseIdx:0})}),(0,F.jsx)("span",{className:"hsk-cb-entlang-opt-note",children:(0,F.jsx)(di,{text:l(N==="translated"?"detailsTranslated":"namesAsWritten"),baseIdx:15})})]})]},N))})]},"step-entity-lang"):c?(0,F.jsx)("div",{className:"hsk-cb-hello-wrap",children:h&&(0,F.jsxs)(F.Fragment,{children:[(0,F.jsx)("h2",{className:"hsk-cb-hello hsk-cascade",children:(0,F.jsx)(Ke,{baseMs:0,children:l("termsStepTitle")})}),(0,F.jsx)("p",{className:"hsk-cb-hello-lead hsk-cascade",children:(0,F.jsx)(Ke,{baseMs:30,children:l("termsStepSubtitle")})}),(0,F.jsxs)("div",{className:"hsk-cb-terms-sanctuary",children:[(0,F.jsxs)("div",{className:"hsk-cb-terms-item",style:{"--hsk-row-idx":0},children:[(0,F.jsxs)("div",{className:"hsk-cb-terms-head",children:[(0,F.jsx)("span",{className:"hsk-cb-terms-numeral",children:"I"}),(0,F.jsx)("h3",{className:"hsk-cb-terms-title",children:l("termsPiiTitle")})]}),(0,F.jsx)("p",{className:"hsk-cb-terms-desc",children:l("termsPiiDesc")})]}),(0,F.jsx)("div",{className:"hsk-cb-terms-divider"}),(0,F.jsxs)("div",{className:"hsk-cb-terms-item",style:{"--hsk-row-idx":1},children:[(0,F.jsxs)("div",{className:"hsk-cb-terms-head",children:[(0,F.jsx)("span",{className:"hsk-cb-terms-numeral",children:"II"}),(0,F.jsx)("h3",{className:"hsk-cb-terms-title",children:l("termsSessionTitle")})]}),(0,F.jsx)("p",{className:"hsk-cb-terms-desc",children:l("termsSessionDesc")})]}),(0,F.jsx)("div",{className:"hsk-cb-terms-divider"}),(0,F.jsxs)("div",{className:"hsk-cb-terms-item",style:{"--hsk-row-idx":2},children:[(0,F.jsxs)("div",{className:"hsk-cb-terms-head",children:[(0,F.jsx)("span",{className:"hsk-cb-terms-numeral",children:"III"}),(0,F.jsx)("h3",{className:"hsk-cb-terms-title",children:l("termsMemoryTitle")})]}),(0,F.jsx)("p",{className:"hsk-cb-terms-desc",children:l("termsMemoryDesc")})]}),(0,F.jsx)("div",{className:"hsk-cb-terms-divider"}),(0,F.jsxs)("div",{className:"hsk-cb-terms-item",style:{"--hsk-row-idx":3},children:[(0,F.jsxs)("div",{className:"hsk-cb-terms-head",children:[(0,F.jsx)("span",{className:"hsk-cb-terms-numeral",children:"IV"}),(0,F.jsx)("h3",{className:"hsk-cb-terms-title",children:l("termsCookieTitle")})]}),(0,F.jsx)("p",{className:"hsk-cb-terms-desc",children:l("termsCookieDesc")})]})]}),(0,F.jsx)("div",{className:"hsk-cb-terms-action-wrap",children:(0,F.jsx)("button",{type:"button",className:ae("hsk-cb-terms-agree-btn",f===0&&"is-active"),disabled:f>0,onClick:S,children:f>0?l("termsAgreeCounting",{seconds:String(f)}):l("termsAgreeButton")})})]})},"step-terms"):a?(0,F.jsx)("div",{className:"hsk-cb-hello-wrap",children:h&&(0,F.jsxs)(F.Fragment,{children:[(0,F.jsx)("h2",{className:"hsk-cb-hello hsk-cascade",children:(0,F.jsx)(Ke,{baseMs:0,children:k("allSet",{name:d})})}),(0,F.jsx)("p",{className:"hsk-cb-hello-lead hsk-cascade",children:(0,F.jsx)(Ke,{baseMs:30,children:p==="translated"?k("replyingTranslated",{lang:o}):k("replyingOriginal",{lang:o})})})]})},"step-completed"):d?(0,F.jsxs)("div",{className:"hsk-cb-hello-wrap",children:[(0,F.jsx)("h2",{className:"hsk-cb-hello hsk-cascade",children:(0,F.jsx)(Ke,{baseMs:0,children:k("greetReturning",{name:d})})}),(0,F.jsx)("p",{className:"hsk-cb-hello-lead hsk-cascade",children:(0,F.jsx)(Ke,{baseMs:30,children:l("greetReturningLead")})})]},"step-returning"):(0,F.jsxs)("div",{className:"hsk-cb-hello-wrap",children:[(0,F.jsx)("h2",{className:"hsk-cb-hello hsk-cascade",children:(0,F.jsxs)(Ke,{baseMs:0,children:["Hi, I'm ",(0,F.jsx)("b",{children:"kiku"}),"."]})}),(0,F.jsx)("p",{className:"hsk-cb-hello-lead hsk-cascade",children:(0,F.jsx)(Ke,{baseMs:30,children:"Ask me to search, visualize, or capture anything \u2014 I look across the whole site in real time."})})]},"step-initial"),!e&&(u?.length??0)>0&&(0,F.jsx)("div",{className:"hsk-cb-chips",children:u.map((N,C)=>(0,F.jsx)("button",{className:"hsk-cb-chip",style:{"--hsk-pill-idx":C},onClick:()=>z(N),children:N},N))})]})})}var gi=vt(require("react"));var Xa=require("react"),Ne=require("@akropolys/sdk"),We=require("react/jsx-runtime");function Vc(e){let[,a]=(0,Xa.useState)(0),t=JSON.stringify(e);return(0,Xa.useEffect)(()=>(0,Ne.subscribeLiveValues)(r=>{e.includes(r)&&a(n=>n+1)}),[t]),(0,Xa.useEffect)(()=>{let r=setInterval(()=>a(n=>n+1),1e3);return()=>clearInterval(r)},[]),e.map(Ne.getLiveValue)}function Kc({record:e,now:a}){let t=(0,Ne.isStale)(e,a),r=e.fields,n=r.event||r.question||r.title||e.key,i=n.length>38?n.slice(0,36)+"\u2026":n,c=!!r.yes_price||!!r.yesPrice,s=!!r.no_price||!!r.noPrice,o=[];c?o.push({label:"Yes",value:(0,Ne.formatLiveValue)("yes_price",r.yes_price||r.yesPrice),rawKey:"yes_price"}):(r.yes_pct||r.yesPct)&&o.push({label:"Yes",value:(0,Ne.formatLiveValue)("yes_pct",r.yes_pct||r.yesPct),rawKey:"yes_pct"}),s?o.push({label:"No",value:(0,Ne.formatLiveValue)("no_price",r.no_price||r.noPrice),rawKey:"no_price"}):(r.no_pct||r.noPct)&&o.push({label:"No",value:(0,Ne.formatLiveValue)("no_pct",r.no_pct||r.noPct),rawKey:"no_pct"}),r.bid&&o.push({label:"Bid",value:(0,Ne.formatLiveValue)("bid",r.bid),rawKey:"bid"}),r.ask&&o.push({label:"Ask",value:(0,Ne.formatLiveValue)("ask",r.ask),rawKey:"ask"}),r.spread&&o.push({label:"Spread",value:(0,Ne.formatLiveValue)("spread",r.spread),rawKey:"spread"}),!c&&!s&&!r.bid&&r.price&&o.push({label:"Price",value:(0,Ne.formatLiveValue)("price",r.price),rawKey:"price"}),(r.home_spread||r.spread_line)&&o.push({label:"Spread",value:(0,Ne.formatLiveValue)("spread",r.home_spread||r.spread_line),rawKey:"spread"}),(r.moneyline||r.ml)&&o.push({label:"ML",value:(0,Ne.formatLiveValue)("ml",r.moneyline||r.ml),rawKey:"moneyline"}),(r.over_under||r.total)&&o.push({label:"O/U",value:(0,Ne.formatLiveValue)("total",r.over_under||r.total),rawKey:"over_under"});let d=r.volume||r.vol||r["24h_volume"]||r.turnover;d&&o.push({label:"Vol",value:(0,Ne.formatLiveValue)("volume",d),rawKey:"volume"});let p=r.close_date||r.expiry||r.expires_at||r.settle_date,h=p?(0,Ne.formatLiveValue)("close_date",p):null;return(0,We.jsxs)("div",{className:`hsk-live-card${t?" is-stale":""}`,role:"region","aria-label":"Live quote",children:[(0,We.jsxs)("div",{className:"hsk-live-card__header",children:[(0,We.jsxs)("div",{className:"hsk-live-card__status",children:[(0,We.jsx)("span",{className:`hsk-live-dot${t?" is-stale":""}`,"aria-hidden":"true"}),(0,We.jsx)("span",{className:"hsk-live-card__title",title:n,children:i})]}),(0,We.jsxs)("div",{className:"hsk-live-card__meta",children:[h&&(0,We.jsxs)("span",{className:"hsk-live-card__close",children:["Closes ",h]}),(0,We.jsx)("span",{className:"hsk-live-card__age",children:t?`Paused \xB7 ${(0,Ne.describeAge)(a-e.at)}`:`Live \xB7 ${(0,Ne.describeAge)(a-e.at)}`})]})]}),(0,We.jsx)("div",{className:"hsk-live-card__pills",children:o.map(u=>{let l=(0,Ne.isFresh)(e,u.rawKey,a);return(0,We.jsxs)("div",{className:`hsk-live-pill${l?" is-changed":""}`,style:l?{animationDuration:`${Ne.LIVE_FLASH_MS}ms`}:void 0,children:[(0,We.jsx)("span",{className:"hsk-live-pill__label",children:u.label}),(0,We.jsx)("span",{className:"hsk-live-pill__value",children:u.value})]},u.rawKey)})})]})}function pi({keys:e}){let a=new Set,t=(e??[]).filter(s=>a.has(s)?!1:(a.add(s),!0)),r=Vc(t);if(t.filter((s,o)=>r[o]).length===0)return null;let i=r.filter(s=>!!s),c=Date.now();return(0,We.jsx)("div",{className:"hsk-live-wrap",role:"group","aria-label":"Live market data",children:(0,We.jsx)("div",{className:"hsk-live-carousel",children:i.map(s=>(0,We.jsx)(Kc,{record:s,now:c},s.key))})})}var ia=require("react");var oa=require("react/jsx-runtime");function ui(e){let a=e.match(/<\s*thinking\s*>/i);if(!a)return{thinking:"",content:e,isComplete:!0};let t=a.index??0,r=a[0].length,n=t+r,i=e.slice(0,t),c=e.slice(n),s=c.match(/<\/\s*thinking\s*>/i);if(!s)return{thinking:c,content:i,isComplete:!1};let o=s.index??0,d=s[0].length;return{thinking:c.slice(0,o),content:i+c.slice(o+d),isComplete:!0}}function mi({text:e,isComplete:a,seconds:t}){let r=Wt(),n=(0,ia.useRef)(Date.now()),[i,c]=(0,ia.useState)(()=>a?null:0),[s,o]=(0,ia.useState)(!a);(0,ia.useEffect)(()=>{if(a){i!==null&&(c(Math.max(1,Math.round((Date.now()-n.current)/1e3))),o(!1));return}o(!0);let u=setInterval(()=>{c(Math.round((Date.now()-n.current)/1e3))},1e3);return()=>clearInterval(u)},[a]);let d=t??i,p=a?d!=null?r("thoughtForSeconds",{duration:`${d}s`}):r("thoughtProcess"):`${r("thinking")}${i?` \xB7 ${i}s`:"\u2026"}`,h=!!e;return(0,oa.jsxs)("div",{className:ae("hsk-cb-think",!a&&"hsk-cb-think--live"),children:[(0,oa.jsxs)("button",{type:"button",className:ae("hsk-cb-think-head",!h&&"hsk-cb-think-head--static"),onClick:h?()=>o(u=>!u):void 0,"aria-expanded":h?s:void 0,children:[(0,oa.jsx)("span",{children:p}),h&&(0,oa.jsx)("span",{className:ae("hsk-cb-think-chevron",s&&"hsk-cb-think-chevron--open"),children:"\u25B6"})]}),h&&s&&(0,oa.jsx)("div",{className:"hsk-cb-think-body",children:e})]})}var bt=require("react"),ki=require("@akropolys/sdk");var we=require("react/jsx-runtime");function Wc({src:e,alt:a,onImageClick:t}){let[r,n]=(0,bt.useState)(!1);return r?(0,we.jsx)("div",{style:{width:"100%",height:"100%",display:"flex",alignItems:"center",justifyContent:"center",background:"var(--hsk-chat-source-bg, rgba(0,0,0,.04))",color:"var(--hsk-chat-muted, #888)"},children:(0,we.jsx)(kt,{})}):(0,we.jsx)("img",{src:e,alt:a??"",onError:()=>n(!0),onClick:t?i=>{i.stopPropagation(),t(e)}:void 0})}function bi({sources:e,defaultCurrency:a,onSelectSource:t,onImageClick:r,referencedIds:n=[],compact:i=!1}){let s=(0,ki.useAkropolysContext)()?.vertical==="property",o=(0,bt.useRef)(null),[d,p]=(0,bt.useState)(!1),[h,u]=(0,bt.useState)(!1),[l,k]=(0,bt.useState)(0),v=e.filter(f=>f.id&&n.includes(f.id)),x=(0,bt.useCallback)(()=>{let f=o.current;if(!f||v.length===0)return;let R=Math.abs(f.scrollLeft),N=f.scrollWidth-f.clientWidth;p(R>10),u(N>4&&R<N-12);let G=Math.round(R/190);k(Math.min(Math.max(0,G),v.length-1))},[v.length]);(0,bt.useEffect)(()=>{x();let f=o.current;if(!f)return;let R=new ResizeObserver(x);return R.observe(f),f.addEventListener("scroll",x,{passive:!0}),()=>{R.disconnect(),f.removeEventListener("scroll",x)}},[x,e]);let S=f=>{let R=o.current;if(!R)return;let N=getComputedStyle(R).direction==="rtl";R.scrollBy({left:190*f*(N?-1:1),behavior:"smooth"})},z=()=>S(1),L=()=>S(-1);return v.length===0?null:(0,we.jsxs)("div",{className:ae("hsk-cb-sources-wrap",i&&"hsk-cb-sources-wrap--compact"),children:[d&&(0,we.jsxs)(we.Fragment,{children:[(0,we.jsx)("div",{className:"hsk-cb-sources-fade-left"}),(0,we.jsx)("button",{className:"hsk-cb-sources-prev",onClick:L,"aria-label":"Previous",children:(0,we.jsx)(yr,{})})]}),(0,we.jsx)("div",{className:"hsk-cb-sources",ref:o,children:v.map((f,R)=>{let N=!!(f.id&&n.includes(f.id));return(0,we.jsxs)("div",{className:ae("hsk-cb-source",N&&"hsk-cb-source--referenced"),style:{animationDelay:`${R*50}ms`},onClick:()=>t?.(f),children:[f.image?(0,we.jsxs)("div",{className:"hsk-cb-src-imgwrap",style:{position:"relative"},children:[(0,we.jsx)(Wc,{src:f.image,alt:f.name,onImageClick:r}),s&&(0,we.jsx)("div",{style:{position:"absolute",top:"6px",right:"6px",background:"rgba(14, 14, 15, 0.75)",backdropFilter:"blur(4px)",borderRadius:"50%",width:"24px",height:"24px",display:"flex",alignItems:"center",justifyContent:"center",color:"#fbbf24",boxShadow:"0 2px 4px rgba(0,0,0,0.2)"},children:(0,we.jsx)(kt,{size:12})})]}):(0,we.jsx)("div",{className:"hsk-cb-src-imgwrap-empty",style:{position:"relative"},children:(0,we.jsx)(kt,{})}),(0,we.jsxs)("div",{className:"hsk-cb-src-info",children:[(0,we.jsx)("div",{className:"hsk-cb-src-name",children:f.name}),f.price&&(0,we.jsxs)("div",{className:"hsk-cb-src-price",children:[f.currency||a?`${f.currency||a} `:"$",parseFloat(String(f.price).replace(/[^0-9.]/g,"")||"0").toLocaleString()]})]})]},f.id??R)})}),h&&(0,we.jsxs)(we.Fragment,{children:[(0,we.jsx)("div",{className:"hsk-cb-sources-fade-right"}),(0,we.jsx)("button",{className:"hsk-cb-sources-next",onClick:z,"aria-label":"See more",children:(0,we.jsx)(fo,{})})]}),v.length>1&&(0,we.jsx)("div",{className:"hsk-cb-carousel-dots",children:v.map((f,R)=>(0,we.jsx)("div",{className:ae("hsk-cb-dot-item",R===l&&"hsk-cb-dot-item--active"),onClick:()=>{let N=o.current;if(N){let C=getComputedStyle(N).direction==="rtl";N.scrollTo({left:R*190*(C?-1:1),behavior:"smooth"})}}},R))})]})}var Ja=require("react/jsx-runtime");function fi({intent:e,sources:a,onSend:t,loading:r,defaultCurrency:n=""}){let i=Wt();if(!e)return null;let c=[],s=a.length>0?a.reduce((h,u)=>{let l=parseFloat(String(u.price??"").replace(/[^0-9.]/g,"")),k=parseFloat(String(h.price??"").replace(/[^0-9.]/g,""));return!isNaN(l)&&(isNaN(k)||l<k)?u:h},a[0]):null,o=a[0]?.name??"",d=a.slice(0,2).map(h=>h.name),p=()=>{let h=a.map(S=>parseFloat(String(S.price??"").replace(/[^0-9.]/g,""))).filter(S=>!isNaN(S)&&S>0);if(h.length===0)return null;let u=Math.max(...h),l=Math.pow(10,Math.floor(Math.log10(u))),k=Math.ceil(u/l)*l;return`${String(a.find(S=>S.price)?.price??"").replace(/[0-9.,\s]/g,"")||n} ${k.toLocaleString()}`.trim()};if(e==="search"&&a.length>0){if(d.length>=2&&c.push({emoji:"\u2696\uFE0F",label:i("pillCompareTop2"),query:i("pillCompareTop2Query",{a:d[0],b:d[1]})}),s?.name){let u=s.name.split(" ").slice(0,3).join(" ");c.push({emoji:"\u{1F4A1}",label:i("pillMoreOn",{name:u}),query:i("pillMoreOnQuery",{name:s.name})})}let h=p();h&&c.push({emoji:"\u{1F4B0}",label:i("pillUnder",{amount:h}),query:i("pillUnderQuery",{amount:h})})}else e==="compare"&&a.length>0?(o&&c.push({emoji:"\u{1F50D}",label:i("pillSimilarOptions"),query:i("pillSimilarOptionsQuery",{name:o})}),c.push({emoji:"\u{1F4A1}",label:i("pillWhichBest"),query:i("pillWhichBestQuery")})):e==="specs"&&a.length>0?o&&c.push({emoji:"\u{1F504}",label:i("pillFindAlternatives"),query:i("pillFindAlternativesQuery",{name:o})}):e==="general"&&(c.push({emoji:"\u{1F50D}",label:i("pillShowPopular"),query:i("pillShowPopularQuery")}),c.push({emoji:"\u{1F4A1}",label:i("pillRecommend"),query:i("pillRecommendQuery")}));return c.length===0?null:(0,Ja.jsx)("div",{className:"hsk-action-pills",children:c.map(h=>(0,Ja.jsxs)("button",{className:"hsk-action-pill",onClick:()=>t(h.query),disabled:r,children:[(0,Ja.jsx)("span",{className:"hsk-pill-emoji",children:h.emoji}),h.label]},h.query))})}var de=require("react/jsx-runtime"),vi=gi.default.memo(({content:e,streaming:a})=>(0,de.jsx)(de.Fragment,{children:ta(e,a)}),(e,a)=>e.content===a.content&&e.streaming===a.streaming);vi.displayName="MarkdownBlock";function yi({msg:e,idx:a,isLast:t,isLastUser:r,isRunEnd:n,runMid:i,runCont:c,isNarrow:s,loading:o,streaming:d,stopped:p,interrupted:h,sources:u,referencedIds:l,discussedSources:k,lastIntent:v,lastAction:x,defaultCurrency:S,vizState:z,setVizState:L,setLightboxSrc:f,setMarkupSrc:R,handleSend:N,handleSourceClick:C,t:G,messageRef:T}){let U=e.role==="user",q=e.content;return(0,de.jsx)("div",{className:ae("hsk-cb-msg-group",i&&"hsk-cb-msg-group--run-mid",c&&"hsk-cb-msg-group--run-cont"),ref:T,children:U?(0,de.jsxs)("div",{className:`hsk-cb-user-msg${r?" hsk-sent":""}`,children:[e.images&&e.images.length>0&&(0,de.jsx)("div",{className:"hsk-cb-user-imgs","data-count":Math.min(e.images.length,4),children:e.images.slice(0,4).map((I,Y)=>(0,de.jsxs)("button",{type:"button",className:"hsk-cb-user-img-cell",onClick:()=>f(I),children:[(0,de.jsx)("img",{src:I,alt:`attachment ${Y+1}`,className:"hsk-cb-user-img-thumb"}),Y===3&&e.images.length>4&&(0,de.jsxs)("span",{className:"hsk-cb-user-img-more",children:["+",e.images.length-3]})]},Y))}),e.content&&(0,de.jsxs)("div",{className:ae("hsk-cb-user-bubble",n&&"hsk-cb-user-bubble--tail",e.spoken&&"hsk-cb-user-bubble--spoken"),children:[e.spoken&&(0,de.jsx)(ya,{className:"hsk-cb-spoken-mark",size:10}),/^@kiku\b/i.test(e.content)?(0,de.jsxs)(de.Fragment,{children:[(0,de.jsx)("span",{className:"hsk-kiku-badge",children:"@kiku"}),e.content.replace(/^@kiku\s*/i,"")]}):e.content]}),r&&(0,de.jsx)("span",{className:"hsk-cb-sent-status",children:G(p||h?"statusStopped":"statusSent")})]}):(0,de.jsx)("div",{className:ae("hsk-cb-ai-msg",s&&"hsk-cb-ai-msg--inline"),children:(0,de.jsxs)("div",{className:"hsk-cb-ai-body",children:[(()=>{let I=ui(q),Y=e.thinking||I.thinking,_=I.content,D=/(?:^|\n+)(?:[>*_~`\s]*)(?:This is a calculation from live figures,?\s*not a guarantee\s*[—–-]\s*the market can move against it\.?)(?:[>*_~`\s]*)/gi,ee=D.test(_),P=ee?_.replace(D,"").trimEnd():_,V=e.thoughtForSeconds!=null||_.length>0||!(t&&(d||o));return(0,de.jsxs)(de.Fragment,{children:[!e.spoken&&(Y||e.thoughtForSeconds!=null||t&&(d||o))&&(0,de.jsx)(mi,{text:Y,isComplete:V,seconds:e.thoughtForSeconds}),P&&(0,de.jsx)("div",{className:"hsk-cb-ai-content",children:(0,de.jsx)(vi,{content:P,streaming:t&&d})}),ee&&(0,de.jsx)("div",{className:"hsk-cb-calc-disclaimer",children:G("calcDisclaimer")})]})})(),e.visualizing&&(0,de.jsxs)("div",{className:"hsk-cb-viz hsk-cb-viz--loading",children:[(0,de.jsx)("span",{className:"hsk-cb-viz-spinner"}),(0,de.jsx)("span",{children:e.visualizingText||G("vizWorking")})]}),e.visualization&&(0,de.jsxs)("div",{className:"hsk-cb-viz",children:[(0,de.jsxs)("div",{className:"hsk-cb-viz-imgwrap",children:[e.visualizationType==="video"||e.visualization.includes("/videos/")?(0,de.jsx)("video",{src:e.visualization,controls:!0,autoPlay:!0,loop:!0,muted:!0,playsInline:!0,className:"hsk-markdown-video",style:{display:"block",maxHeight:"400px",objectFit:"contain",width:"100%"}}):(0,de.jsx)("img",{src:e.visualization,alt:"Product visualized in your photo",className:"hsk-markdown-img",style:z[e.visualization]==="err"?{display:"none"}:void 0,onLoad:()=>L(I=>({...I,[e.visualization]:"ok"})),onError:()=>L(I=>({...I,[e.visualization]:"err"}))}),z[e.visualization]==="err"&&(0,de.jsx)("div",{className:"hsk-cb-viz-broken",children:G("vizUnavailable")}),t&&!d&&z[e.visualization]==="ok"&&e.visualizationType!=="video"&&!e.visualization.includes("/videos/")&&(0,de.jsxs)("button",{className:"hsk-cb-viz-mark",onClick:()=>R(e.visualization),children:[(0,de.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[(0,de.jsx)("path",{d:"M12 20h9"}),(0,de.jsx)("path",{d:"M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4Z"})]}),G("vizMarkEdit")]})]}),(0,de.jsx)("div",{className:"hsk-cb-viz-disclaimer",children:e.visualizationType==="video"||e.visualization.includes("/videos/")?G("vizDisclaimerVideo"):G("vizDisclaimerImage")})]}),!U&&(e.knowledgeImages?.length??0)>0&&(0,de.jsx)("div",{className:"hsk-cb-kimgs",children:e.knowledgeImages.map(I=>(0,de.jsxs)("div",{className:"hsk-cb-kimg-group",children:[(0,de.jsx)("div",{className:"hsk-cb-kimg-grid",children:I.images.map((Y,_)=>(0,de.jsx)("img",{src:Y.url,alt:Y.note||I.title||"Reference image",className:"hsk-cb-kimg",loading:"lazy",onClick:()=>f(Y.url),onError:D=>{D.target.style.display="none"}},_))}),(I.title||I.images[0]?.note)&&(0,de.jsx)("div",{className:"hsk-cb-kimg-caption",children:I.title||I.images[0]?.note})]},I.entryId))}),!U&&(0,de.jsx)(pi,{keys:e.liveKeys}),!U&&(e.staleNotices?.length??0)>0&&(0,de.jsxs)("div",{className:"hsk-cb-stale",role:"status",children:[(0,de.jsx)("div",{className:"hsk-cb-stale-title",children:G("staleTitle")}),e.staleNotices.map((I,Y)=>(0,de.jsxs)("div",{className:"hsk-cb-stale-item",children:[I.state==="removed"?G("staleRemoved",{title:I.title}):G("staleUnavailable",{title:I.title}),I.reason&&(0,de.jsxs)("span",{className:"hsk-cb-stale-reason",children:[" ",I.reason]})]},Y))]}),(()=>{let I=t?l:e.referencedIds??[],Y=t?u:e.sources??[],_=t?v:e.intent,D=_==="compare"||_==="capture"||_==="capture_all"||_==="delete"||_==="view_history";return I.length>0&&!D&&(!t||x?.type!=="request_kiku_key")&&(0,de.jsx)(bi,{sources:Y,defaultCurrency:S,onSelectSource:C,onImageClick:f,referencedIds:I,compact:!!e.visualization})})(),t&&!o&&!d&&x?.type==="open_memory"&&x.url&&(0,de.jsxs)("a",{className:"hsk-cb-memory-pill",href:String(x.url),target:"_blank",rel:"noopener noreferrer",children:[G("openMemory"),(0,de.jsx)(ko,{})]}),t&&!o&&x?.url&&x.type!=="open_memory"&&(0,de.jsx)("div",{className:"hsk-action-pills",children:(0,de.jsxs)("a",{className:"hsk-action-pill",href:x.url,children:[String(x.type||"continue").replace(/_/g," ")," \u2192"]})}),t&&!o&&(0,de.jsx)(fi,{intent:v,sources:k,onSend:N,loading:o,defaultCurrency:S})]})})})}var ve=require("react/jsx-runtime");function xi({keyInput:e,setKeyInput:a,minting:t,handleUseExistingKey:r,handleCreateKey:n,t:i}){return(0,ve.jsxs)("div",{className:"hsk-cb-ai-msg",children:[(0,ve.jsx)("div",{className:"hsk-cb-ai-icon",style:{display:"flex",alignItems:"center"},children:(0,ve.jsx)(kt,{})}),(0,ve.jsx)("div",{className:"hsk-cb-ai-body",children:(0,ve.jsx)("div",{className:"hsk-cb-ai-text",children:(0,ve.jsxs)("div",{className:"hsk-cb-phone-form",children:[(0,ve.jsx)("label",{className:"hsk-cb-phone-label",children:i("keyPastePrompt")}),(0,ve.jsx)("input",{type:"text",className:"hsk-cb-phone-input",placeholder:i("keyPastePlaceholder"),value:e,onChange:c=>a(c.target.value),onKeyDown:c=>c.key==="Enter"&&r(),autoFocus:!0}),(0,ve.jsxs)("div",{style:{display:"flex",gap:8},children:[(0,ve.jsx)("button",{className:"hsk-cb-phone-submit",onClick:r,disabled:!e.trim(),children:i("keyUseMine")}),(0,ve.jsx)("button",{className:"hsk-cb-phone-submit",onClick:n,disabled:t,children:i(t?"keyCreating":"keyCreateNew")})]})]})})})]})}function wi({mintedKey:e,mintedPub:a,copied:t,keyCountdown:r,onDismiss:n,copyValue:i,t:c}){return(0,ve.jsxs)("div",{className:"hsk-cb-ai-msg",children:[(0,ve.jsx)("div",{className:"hsk-cb-ai-icon",style:{display:"flex",alignItems:"center"},children:(0,ve.jsx)(kt,{})}),(0,ve.jsx)("div",{className:"hsk-cb-ai-body",children:(0,ve.jsx)("div",{className:"hsk-cb-ai-text",children:(0,ve.jsxs)("div",{style:{padding:"4px 0",display:"flex",flexDirection:"column",gap:12},children:[(0,ve.jsxs)("div",{children:[(0,ve.jsxs)("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center",marginBottom:4},children:[(0,ve.jsx)("span",{style:{fontSize:12,fontWeight:600},children:c("keySecretTitle")}),(0,ve.jsxs)("button",{className:"hsk-cb-phone-submit",style:{padding:"2px 8px",fontSize:11,background:"transparent",border:0},onClick:n,children:[c("keyDismiss")," \u2715"]})]}),(0,ve.jsx)("code",{style:{display:"block",fontSize:13,fontWeight:700,marginBottom:8,wordBreak:"break-all"},children:e}),(0,ve.jsxs)("div",{style:{display:"flex",gap:8,alignItems:"center",flexWrap:"wrap"},children:[(0,ve.jsx)("button",{className:"hsk-cb-phone-submit",style:{padding:"4px 10px",border:0},onClick:()=>i(e,"secret"),children:c(t==="secret"?"keyCopied":"keyCopySecret")}),(0,ve.jsx)("span",{style:{fontSize:11,opacity:.7,flex:"1 1 180px"},children:c("keySecretHint")})]})]}),a&&(0,ve.jsxs)("div",{children:[(0,ve.jsx)("div",{style:{fontSize:12,fontWeight:600,marginBottom:4},children:c("keyPublicTitle")}),(0,ve.jsx)("code",{style:{display:"block",fontSize:12,fontWeight:600,marginBottom:6,wordBreak:"break-all",opacity:.85},children:a}),(0,ve.jsxs)("div",{style:{display:"flex",gap:8,alignItems:"center",flexWrap:"wrap"},children:[(0,ve.jsx)("button",{className:"hsk-cb-phone-submit",style:{padding:"4px 10px",border:0},onClick:()=>i(a,"pub"),children:c(t==="pub"?"keyCopied":"keyCopyId")}),(0,ve.jsx)("span",{style:{fontSize:11,opacity:.7,flex:"1 1 180px"},children:c("keyPublicHint")})]})]}),(0,ve.jsx)("div",{style:{fontSize:11,opacity:.6},children:c("keyAutoHide",{seconds:String(r)})})]})})})]})}var Pe=require("react/jsx-runtime");function Si({displayMessages:e,messageRefs:a,isNarrow:t,loading:r,streaming:n,sources:i,referencedIds:c,discussedSources:s,lastIntent:o,lastAction:d,defaultCurrency:p,stopped:h,interrupted:u,halted:l,haltedEmpty:k,error:v,errorCode:x,keyPhase:S,keyInput:z,setKeyInput:L,mintedKey:f,setMintedKey:R,mintedPub:N,setMintedPub:C,minting:G,copied:T,keyCountdown:U,handleUseExistingKey:q,handleCreateKey:I,copyValue:Y,queuedMessage:_,sendQueuedNow:D,setLightboxSrc:ee,setMarkupSrc:P,handleSend:V,handleSourceClick:ne,continueGenerating:J,t:m,bottomRef:H,vizState:Q,setVizState:oe,messages:M}){return(0,Pe.jsxs)(Pe.Fragment,{children:[(()=>{let w=-1;for(let y=e.length-1;y>=0;y--)if(e[y]?.role==="user"){w=y;break}return e.map((y,E)=>{let K=E===e.length-1,g=y.role==="user",X=g&&E===w,ce=g&&e[E+1]?.role!=="user",W=g&&!ce,te=g&&e[E-1]?.role==="user",Z=y.id||`${y.role}-${E}`;return(0,Pe.jsx)(yi,{msg:y,idx:E,isLast:K,isLastUser:X,isRunEnd:ce,runMid:W,runCont:te,isNarrow:t,loading:r,streaming:n,stopped:h,interrupted:u,sources:i,referencedIds:c,discussedSources:s,lastIntent:o,lastAction:d,defaultCurrency:p,vizState:Q,setVizState:oe,setLightboxSrc:ee,setMarkupSrc:P,handleSend:V,handleSourceClick:ne,t:m,messageRef:le=>{a.current[E]=le}},Z)})})(),l&&M.length>0&&(0,Pe.jsxs)("div",{className:ae("hsk-cb-stopped",k&&"hsk-cb-stopped--empty"),children:[k&&(0,Pe.jsxs)("span",{className:"hsk-cb-stopped-dots","aria-hidden":"true",children:[(0,Pe.jsx)("i",{}),(0,Pe.jsx)("i",{}),(0,Pe.jsx)("i",{})]}),(0,Pe.jsx)("span",{className:"hsk-cb-stopped-label",children:m(h?"stoppedByYou":"stoppedInterrupted")}),(0,Pe.jsxs)("button",{className:"hsk-cb-continue",onClick:J,children:[(0,Pe.jsx)(bo,{}),m(M[M.length-1]?.role==="assistant"?"continueGenerating":"generateResponse")]})]}),v&&(0,Pe.jsx)("div",{className:"hsk-cb-error",children:po({code:x??void 0,message:v},m)}),S==="prompt_key"&&(0,Pe.jsx)(xi,{keyInput:z,setKeyInput:L,minting:G,handleUseExistingKey:q,handleCreateKey:I,t:m}),f&&(0,Pe.jsx)(wi,{mintedKey:f,mintedPub:N,copied:T,keyCountdown:U,onDismiss:()=>{R(null),C(null)},copyValue:Y,t:m}),_&&(0,Pe.jsx)("div",{className:ae("hsk-cb-msg-group",e[e.length-1]?.role==="user"&&"hsk-cb-msg-group--run-cont"),children:(0,Pe.jsxs)("div",{className:"hsk-cb-user-msg",children:[(0,Pe.jsx)("div",{className:"hsk-cb-user-bubble hsk-cb-user-bubble--tail hsk-cb-user-bubble--queued",children:_.content}),(0,Pe.jsxs)("button",{type:"button",className:"hsk-cb-queued-status",onClick:D,children:[(0,Pe.jsx)("span",{className:"hsk-cb-queued-dot"}),m("queuedWaiting"),(0,Pe.jsx)("span",{className:"hsk-cb-queued-now",children:m("queuedSendNow")})]})]})}),(0,Pe.jsx)("div",{ref:H,style:{height:1}})]})}var ft=vt(require("react"));var O=require("react/jsx-runtime");function Ci({gooId:e,input:a,setInput:t,showKikuPicker:r,setShowKikuPicker:n,showAtPicker:i,setShowAtPicker:c,captureAllowed:s,discussedSources:o,defaultCurrency:d,handleSelectExtension:p,handleKikuCapture:h,handleKikuCaptureAll:u,handleKikuViewHistory:l,handleKikuDelete:k,attachments:v,removeAttachment:x,chromeLoading:S,imageInputRef:z,handleImageFiles:L,enableVision:f,enableVoice:R,canConverse:N,voiceMode:C,startVoice:G,stopVoice:T,voiceBlocked:U,textareaRef:q,classNames:I={},handleInput:Y,handleKeyDown:_,voice:D,voicePhase:ee,activePlaceholder:P,loading:V,streaming:ne,stop:J,handleSend:m,voiceError:H,setVoiceError:Q,shopperLanguage:oe,t:M,rail:w}){let[y,E]=ft.default.useState(0),[K,g]=ft.default.useState(!1);ft.default.useEffect(()=>{if(!H)return;let $=setTimeout(()=>{Q?.("")},6e3);return()=>clearTimeout($)},[H,Q]),ft.default.useEffect(()=>{if(!K)return;let $=ie=>{ie.key==="Escape"&&g(!1)};return window.addEventListener("keydown",$),()=>window.removeEventListener("keydown",$)},[K]);let ce=Math.max(Sa(P||"Ask me anything\u2026").length-1,0)*Tr,[W,te]=(0,ft.useState)(!1),Z=(0,ft.useRef)(null),le=()=>{Z.current&&clearTimeout(Z.current),te(!0),Z.current=setTimeout(()=>{te(!1),Z.current=null},550)};return(0,ft.useEffect)(()=>()=>{Z.current&&clearTimeout(Z.current)},[]),(0,O.jsxs)("div",{className:"hsk-cb-input-wrap",children:[K&&(0,O.jsxs)(O.Fragment,{children:[(0,O.jsx)("div",{className:"hsk-cb-toolsheet-scrim",onClick:()=>g(!1)}),(0,O.jsx)("div",{className:"hsk-cb-toolsheet-wrap",children:(0,O.jsxs)("div",{className:"hsk-cb-toolsheet",role:"menu",children:[f&&(0,O.jsxs)("button",{className:"hsk-cb-toolsheet-item",role:"menuitem",onClick:()=>{g(!1),z.current?.click()},disabled:V,children:[(0,O.jsx)(nn,{}),(0,O.jsx)("span",{children:M("attachImage")})]}),R&&N&&(0,O.jsxs)("button",{className:"hsk-cb-toolsheet-item",role:"menuitem",onClick:()=>{g(!1),C==="converse"?T():G("converse")},disabled:V||S||U,children:[(0,O.jsx)(on,{active:C==="converse"}),(0,O.jsx)("span",{children:M(C==="converse"?"voiceModeExit":"voiceModeStart")})]})]})})]}),(0,O.jsxs)("div",{className:"hsk-cb-input-card",children:[(/^@kiku\b/i.test(a)||r||i)&&(0,O.jsxs)("div",{className:"hsk-cb-docked-header",children:[(0,O.jsx)("span",{className:"hsk-cb-docked-sub",children:M("captureAndRemember")}),(0,O.jsx)("button",{type:"button",className:"hsk-cb-docked-close",onClick:()=>{t($=>$.replace(/^@kiku\s*/i,"")),n(!1),c(!1)},"aria-label":"Close mode",children:"\xD7"})]}),(r||i)&&(0,O.jsxs)("div",{className:"hsk-cb-docked-options",onMouseDown:$=>$.preventDefault(),children:[i&&s&&(0,O.jsxs)("button",{type:"button",className:"hsk-cb-docked-option",onClick:()=>p("@kiku"),children:[(0,O.jsx)("span",{className:"hsk-cb-docked-option-icon",children:(0,O.jsx)(kt,{})}),(0,O.jsx)("span",{className:"hsk-cb-docked-option-title",children:"kiku"}),(0,O.jsx)("span",{className:"hsk-cb-docked-option-desc",children:"capture & remember"})]}),r&&s&&(0,O.jsxs)(O.Fragment,{children:[o.map(($,ie)=>(0,O.jsxs)("button",{type:"button",className:"hsk-cb-docked-option",onClick:()=>{h($),n(!1)},children:[(0,O.jsx)("span",{className:"hsk-cb-docked-option-icon",children:$.image?(0,O.jsx)("img",{src:$.image,alt:""}):(0,O.jsx)(xr,{})}),(0,O.jsx)("span",{className:"hsk-cb-docked-option-title",children:$.name}),$.price&&(0,O.jsxs)("span",{className:"hsk-cb-docked-option-price",children:[$.currency??d," ",parseFloat(String($.price).replace(/[^0-9.]/g,"")||"0").toLocaleString()]})]},$.id??ie)),o.length>1&&(0,O.jsxs)("button",{type:"button",className:"hsk-cb-docked-option",onClick:()=>{u(o),n(!1)},children:[(0,O.jsx)("span",{className:"hsk-cb-docked-option-icon",children:(0,O.jsx)(xr,{})}),(0,O.jsx)("span",{className:"hsk-cb-docked-option-title",children:M("captureAll",{count:String(o.length)})})]}),o.length===0&&(0,O.jsxs)("button",{type:"button",className:"hsk-cb-docked-option",onClick:()=>{h({name:"current page",id:void 0}),n(!1)},children:[(0,O.jsx)("span",{className:"hsk-cb-docked-option-icon",children:(0,O.jsx)(xr,{})}),(0,O.jsx)("span",{className:"hsk-cb-docked-option-title",children:M("captureCurrentPage")})]}),(0,O.jsxs)("button",{type:"button",className:"hsk-cb-docked-option",onClick:()=>{l(),n(!1)},children:[(0,O.jsx)("span",{className:"hsk-cb-docked-option-icon",children:(0,O.jsx)(go,{})}),(0,O.jsx)("span",{className:"hsk-cb-docked-option-title",children:M("whatHaveYouSaved")})]}),(0,O.jsxs)("button",{type:"button",className:"hsk-cb-docked-option",onClick:()=>{k(),n(!1)},children:[(0,O.jsx)("span",{className:"hsk-cb-docked-option-icon",children:(0,O.jsx)(vo,{})}),(0,O.jsx)("span",{className:"hsk-cb-docked-option-title",children:M("deleteThis")})]})]})]}),v.length>0&&(0,O.jsx)("div",{className:"hsk-cb-img-strip",children:v.map(($,ie)=>(0,O.jsxs)("div",{className:"hsk-cb-img-thumb-wrap",children:[(0,O.jsx)("img",{src:$.data,alt:`attachment ${ie+1}`,className:"hsk-cb-img-thumb"}),(0,O.jsx)("button",{type:"button",className:"hsk-cb-img-thumb-remove",onClick:()=>x(ie),"aria-label":"Remove image",children:(0,O.jsx)(Po,{size:10})})]},ie))}),(0,O.jsxs)("div",{className:ae("hsk-cb-input-box",S&&"hsk-cb-input-box--waiting"),"data-cascade":y%2?"b":"a","data-tools":K?"open":"closed",style:{"--hsk-text-sweep":`${ce}ms`},children:[(0,O.jsx)("input",{ref:z,type:"file",accept:"image/*",className:"hsk-sr-only",onChange:$=>{L($.target.files),$.target.value=""}}),(f||R&&N)&&(0,O.jsx)("button",{className:ae("hsk-cb-tools-toggle",K&&"hsk-cb-tools-toggle--open"),onClick:()=>g($=>!$),disabled:V||S,"aria-label":K?"Close options":"More options","aria-expanded":K,children:(0,O.jsx)(yo,{})}),(0,O.jsxs)(O.Fragment,{children:[f&&(0,O.jsx)("button",{className:"hsk-cb-attach-btn",onClick:()=>z.current?.click(),disabled:V,"aria-label":"Attach image",title:"Attach image",children:(0,O.jsx)(nn,{})}),R&&N&&(0,O.jsx)("button",{className:ae("hsk-cb-voice-mode-btn",U&&"hsk-cb-voice-mode-btn--blocked"),onClick:()=>U?Q?.(M("errAccountRequired")):G("converse"),disabled:V||S,"aria-label":"Voice conversation",title:"Voice conversation",children:(0,O.jsx)(on,{})})]}),(0,O.jsxs)("div",{className:"hsk-cb-field",children:[(0,O.jsx)("textarea",{ref:q,value:a,onChange:Y,onKeyDown:_,rows:1,placeholder:"",className:ae("hsk-cb-textarea",I.input),"aria-label":P,disabled:V&&!ne}),(0,O.jsx)(li,{placeholder:P,visible:!a,staggerMs:Tr,replaySeed:y})]}),R&&(0,O.jsx)("button",{className:ae("hsk-cb-mic-btn",(C==="converse"||C==="dictate")&&"hsk-cb-mic-btn--active",U&&"hsk-cb-mic-btn--blocked"),onClick:()=>{C!=="off"?T():G(N?"converse":"dictate")},disabled:V||S,"aria-label":C==="off"?"Start voice mode":"Stop voice",title:C==="off"?N?"Voice conversation":"Voice input":"Stop",children:C==="off"?(0,O.jsx)(ya,{}):(0,O.jsx)(wr,{})}),(V||ne)&&!W?(0,O.jsx)("button",{className:ae("hsk-cb-send","hsk-cb-send--stop",I.sendButton),onClick:J,"aria-label":"Stop generating",title:"Stop generating",children:(0,O.jsx)(mo,{})}):(0,O.jsxs)("button",{className:ae("hsk-cb-send",W&&"is-launching",I.sendButton),onClick:()=>{le(),m()},disabled:S||!a.trim()&&v.length===0,"aria-label":"Send message",children:[(0,O.jsx)("svg",{width:"0",height:"0","aria-hidden":"true",focusable:"false",style:{position:"absolute"},children:(0,O.jsx)("defs",{children:(0,O.jsxs)("filter",{id:e,children:[(0,O.jsx)("feGaussianBlur",{in:"SourceGraphic",stdDeviation:"1.6",result:"blur"}),(0,O.jsx)("feColorMatrix",{in:"blur",type:"matrix",values:"1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 16 -7",result:"goo"}),(0,O.jsx)("feBlend",{in:"SourceGraphic",in2:"goo"})]})})}),(0,O.jsx)("span",{className:"hsk-cb-send-sheath","aria-hidden":"true"}),(0,O.jsxs)("span",{className:"hsk-cb-send-stage",style:{filter:`url(#${e})`},children:[(0,O.jsx)("span",{className:"hsk-cb-send-seam","aria-hidden":"true"}),(0,O.jsx)("span",{className:"hsk-cb-send-kite",children:(0,O.jsx)(So,{})})]})]})]})]}),U?(0,O.jsxs)("div",{className:"hsk-cb-voice-error",role:"status",onClick:()=>Q?.(""),children:[(0,O.jsx)("span",{children:M("errAccountRequired")}),(0,O.jsx)("button",{type:"button",className:"hsk-cb-voice-error-dismiss",onClick:$=>{$.stopPropagation(),Q?.("")},"aria-label":"Dismiss error",children:"\xD7"})]}):H&&(0,O.jsxs)("div",{className:"hsk-cb-voice-error",role:"status",onClick:()=>Q?.(""),children:[(0,O.jsx)("span",{children:M(H)}),(0,O.jsx)("button",{type:"button",className:"hsk-cb-voice-error-dismiss",onClick:$=>{$.stopPropagation(),Q?.("")},"aria-label":"Dismiss error",children:"\xD7"})]}),(0,O.jsx)("div",{className:"hsk-cb-hint",children:oe?M("footerHint"):"kiku \xB7 searches the whole catalogue in real time"})]})}var lt=require("react"),Ti=require("react/jsx-runtime");function Mi(e,a){let t=e.match(/-?[\d.]+/g);return!t||t.length<3?a:[Number(t[0]),Number(t[1]),Number(t[2])]}function Oc(e,a,t){return[e[0]+(a[0]-e[0])*t,e[1]+(a[1]-e[1])*t,e[2]+(a[2]-e[2])*t]}function Ca(e,a){return`rgba(${e[0]|0}, ${e[1]|0}, ${e[2]|0}, ${a})`}var Dt=24,Yc=.42;function Ni({phase:e,level:a,spectrum:t,bins:r,className:n}){let i=(0,lt.useRef)(null),c=(0,lt.useRef)(e),s=(0,lt.useRef)(a),o=(0,lt.useRef)(t),d=(0,lt.useRef)(r);return(0,lt.useEffect)(()=>{c.current=e},[e]),(0,lt.useEffect)(()=>{s.current=a},[a]),(0,lt.useEffect)(()=>{o.current=t},[t]),(0,lt.useEffect)(()=>{d.current=r},[r]),(0,lt.useEffect)(()=>{let p=i.current;if(!p)return;let h=p.getContext("2d");if(!h)return;let u=getComputedStyle(p),l=Mi(u.getPropertyValue("--hsk-primary")||"",[255,106,51]),k=Mi(u.getPropertyValue("--hsk-chat-text")||"",[31,31,31]),v=0,x=0,S=0,z=()=>{let V=Math.min(window.devicePixelRatio||1,3),ne=p.getBoundingClientRect();x=Math.max(1,ne.width),S=Math.max(1,ne.height),p.width=Math.round(x*V),p.height=Math.round(S*V),h.setTransform(V,0,0,V,0,0)};z();let L=typeof ResizeObserver<"u"?new ResizeObserver(z):null;L?.observe(p),window.addEventListener("resize",z);let f=window.matchMedia?.("(prefers-reduced-motion: reduce)")?.matches??!1,R=new Float32Array(Dt),N=[],C=null,G=-1,T=null,U=0,q=0,I=performance.now(),Y=(V,ne,J,m)=>V+(ne-V)*(ne>V?J:m),_=()=>{let V=o.current,ne=d.current?.()??0;if(!V||!ne||((!T||T.length!==ne)&&(T=new Uint8Array(ne)),!V(T)))return!1;let m=Math.max(Dt,Math.floor(ne*Yc))/Dt;for(let H=0;H<Dt;H++){let Q=Math.floor(H*m),oe=Math.max(Q+1,Math.floor((H+1)*m)),M=0;for(let y=Q;y<oe;y++)M+=T[y];let w=M/(oe-Q)/255;R[H]=Y(R[H],w,f?.2:.55,f?.06:.14)}return!0},D=(V,ne)=>{for(let J=0;J<Dt;J++){let m=J/(Dt-1),H=Math.pow(1-m,1.6)*(.75+.25*Math.sin(V*3.1+J*.7));R[J]=Y(R[J],H*ne,.3,.12)}},ee=V=>{let ne=Math.min(Dt-1,Math.max(0,V*(Dt-1))),J=Math.floor(ne),m=ne-J,H=R[J],Q=R[Math.min(Dt-1,J+1)];return H+(Q-H)*m*m*(3-2*m)},P=V=>{v=requestAnimationFrame(P);let ne=(V-I)/1e3,J=c.current,m=Math.min(1,s.current());U=Y(U,Math.max(J==="speaking"?.42:J==="listening"?.3:J==="thinking"?.28:.12,m),f?.1:.5,f?.05:.11),_()||D(ne,Math.max(.25,U)),h.clearRect(0,0,x,S);let Q=S/2;q=J==="thinking"?(q+.012)%1.6:0;let oe=3;if(G!==x){N=[];for(let y=0;y<oe;y++){let E=y/(oe-1||1),K=Oc(l,k,E*.5),g=h.createLinearGradient(0,0,x,0);g.addColorStop(0,Ca(K,0)),g.addColorStop(.5,Ca(K,.9-E*.35)),g.addColorStop(1,Ca(K,0)),N.push(g)}C=h.createLinearGradient(0,0,x,0),C.addColorStop(0,Ca(l,0)),C.addColorStop(.5,Ca(l,.14)),C.addColorStop(1,Ca(l,0)),G=x}let M=S*.32,w=Math.max(4,x/130);for(let y=0;y<oe;y++){let E=y/(oe-1||1),K=y*.055,g=1-E*.22;h.beginPath();let X=0,ce=Q;for(let te=0;te<=x;te+=w){let Z=te/x,le=Math.pow(Math.sin(Math.PI*Z),.85),$=J==="thinking"?Math.exp(-Math.pow((Z-(q-.3))*4.5,2)):1,ie=ee(Math.abs(Z-.5)*2),Ce=ne-K,Oe=Math.sin(Z*Math.PI*2*2.1+Ce*7.4)*.66+Math.sin(Z*Math.PI*2*3.7-Ce*5.6)*.26+Math.sin(Z*Math.PI*2*5.9+Ce*9.1)*.08,De=Q+le*$*g*M*U*(.6+ie*1.1)*Oe+Math.sin(Z*Math.PI*2*.6+(ne-K)*2.2)*le*S*.01;te===0?h.moveTo(te,De):h.quadraticCurveTo(X,ce,(X+te)/2,(ce+De)/2),X=te,ce=De}h.quadraticCurveTo(X,ce,x,ce),h.lineCap="round",h.lineJoin="round";let W=(y===0?3:1.6)*(1+U*.6);y===0&&(h.strokeStyle=C,h.lineWidth=W*5,h.stroke()),h.strokeStyle=N[y],h.lineWidth=W,h.stroke()}};return v=requestAnimationFrame(P),()=>{cancelAnimationFrame(v),L?.disconnect(),window.removeEventListener("resize",z)}},[]),(0,Ti.jsx)("canvas",{ref:i,className:n,"aria-hidden":"true"})}var ye=require("react/jsx-runtime");function Ri({siteId:e,themeAttr:a,stopVoice:t,chooseVoice:r,liveVoiceName:n,voiceSecondsLeft:i,voiceConnecting:c,voicePhase:s,live:o,voiceMuted:d,setVoiceMuted:p,shownSources:h,onSelectSource:u,defaultCurrency:l,voiceError:k,t:v}){return(0,ye.jsxs)("div",{className:"hsk-voice-overlay",role:"dialog","aria-label":v("voiceModeStart"),children:[(0,ye.jsx)(Cr,{seed:e,theme:a}),(0,ye.jsx)("button",{className:"hsk-voice-exit",onClick:t,"aria-label":v("voiceModeExit"),title:v("voiceModeExit"),children:(0,ye.jsx)(vr,{})}),(0,ye.jsx)("div",{className:"hsk-voice-picker",role:"radiogroup","aria-label":v("voicePickerLabel"),children:gr.map((x,S)=>(0,ye.jsx)("button",{type:"button",role:"radio","aria-checked":n===x.name,className:ae("hsk-voice-pill",n===x.name&&"hsk-voice-pill--on"),style:{animationDelay:`${S*60}ms`},onClick:()=>r(x.name),"aria-label":`${x.label}, ${x.gender}`,children:x.label},x.name))}),i!==null&&(0,ye.jsxs)("div",{className:ae("hsk-voice-allowance",i<=5&&"hsk-voice-allowance--low"),role:"timer","aria-live":"off",children:[Math.max(0,Math.ceil(i)),"s"]}),(0,ye.jsx)("div",{className:ae("hsk-voice-stage",c&&"hsk-voice-stage--connecting"),children:(0,ye.jsx)(Ni,{className:"hsk-voice-canvas",phase:s,level:o.micLevel,spectrum:o.micSpectrum,bins:o.spectrumBins})}),c?(0,ye.jsxs)("div",{className:"hsk-voice-connecting",role:"status",children:[(0,ye.jsx)("span",{className:"hsk-voice-connecting-dot"}),(0,ye.jsx)("span",{children:v("voiceConnecting")})]}):(0,ye.jsxs)("div",{className:"hsk-voice-caption","aria-live":"polite",children:[(0,ye.jsx)("span",{className:ae("hsk-voice-phase",`hsk-voice-phase--${s}`),children:v(d?"voiceMuted":s==="speaking"?"voicePhaseSpeaking":s==="thinking"?"voicePhaseThinking":"voicePhaseListening")}),d&&(0,ye.jsx)("span",{className:"hsk-voice-heard",children:v("voiceMutedHint")}),!d&&s==="listening"&&(0,ye.jsx)("span",{className:"hsk-voice-hint-sub",children:v("voiceHint")})]}),h.length>0&&(0,ye.jsx)("div",{className:"hsk-voice-items",children:h.slice(0,4).map((x,S)=>(0,ye.jsxs)("button",{type:"button",className:"hsk-voice-item",style:{animationDelay:`${S*70}ms`},onClick:()=>u?.(x),children:[x.image?(0,ye.jsx)("img",{src:x.image,alt:"",className:"hsk-voice-item-img",loading:"lazy"}):(0,ye.jsx)("span",{className:"hsk-voice-item-img hsk-voice-item-img--empty",children:(0,ye.jsx)(kt,{})}),(0,ye.jsx)("span",{className:"hsk-voice-item-name",children:x.name}),x.price&&(0,ye.jsxs)("span",{className:"hsk-voice-item-price",children:[x.currency??l," ",parseFloat(String(x.price).replace(/[^0-9.]/g,"")||"0").toLocaleString()]})]},x.id??S))}),k&&(0,ye.jsx)("div",{className:"hsk-voice-error",children:v(k)}),(0,ye.jsx)("div",{className:"hsk-voice-controls",children:(0,ye.jsx)("button",{className:ae("hsk-voice-control",d&&"hsk-voice-control--muted"),onClick:()=>p(x=>!x),"aria-label":v(d?"voicePhaseListening":"voiceModeExit"),title:v(d?"voicePhaseListening":"voiceModeExit"),children:(0,ye.jsx)("span",{className:"hsk-voice-control-icon",children:d?(0,ye.jsx)(wr,{}):(0,ye.jsx)(ya,{})},d?"off":"on")})})]})}var Ma=require("react/jsx-runtime");function zi({src:e,onClose:a}){return e?(0,Ma.jsxs)("div",{className:"hsk-lightbox",onClick:a,children:[(0,Ma.jsx)("button",{className:"hsk-lightbox-close",onClick:a,"aria-label":"Close image",children:(0,Ma.jsx)(vr,{})}),(0,Ma.jsx)("img",{src:e,alt:"",className:"hsk-lightbox-img",onClick:t=>t.stopPropagation()})]}):null}var sa=require("react");var Gt=require("react/jsx-runtime");function Pi({items:e,activeIdx:a,progress:t,onJump:r,side:n="right"}){let i=Wt(),c=(0,sa.useRef)(null),s=(0,sa.useRef)(null),o=(0,sa.useRef)([]),d=(0,sa.useRef)(null),p=0;for(let h=0;h<e.length;h++)e[h].idx<=a&&(p=h);return(0,sa.useEffect)(()=>{let h=o.current[p],u=d.current,l=s.current,k=c.current;if(h&&(u&&(u.style.transform=`translateY(${h.offsetTop+h.offsetHeight/2}px)`),l&&k)){let v=k.clientHeight;if(l.scrollHeight>v&&v>0){let S=h.offsetTop+h.offsetHeight/2,z=v/2-S;l.style.transform=`translateY(${z}px)`}else l.style.transform="none"}},[p,e.length]),e.length<2?null:(0,Gt.jsx)("nav",{ref:c,className:ae("hsk-cb-timeline",n==="left"?"hsk-cb-timeline--left":"hsk-cb-timeline--right"),"aria-label":i("timelineLabel"),children:(0,Gt.jsxs)("div",{ref:s,className:"hsk-cb-timeline-track",style:{"--hsk-tl-progress":t},children:[(0,Gt.jsx)("span",{className:"hsk-cb-tl-cursor",ref:d,"aria-hidden":"true"}),e.map((h,u)=>(0,Gt.jsxs)("button",{ref:l=>{o.current[u]=l},type:"button",className:ae("hsk-cb-tl-item",u===p&&"hsk-cb-tl-item--on"),style:{"--hsk-tl-d":Math.min(Math.abs(u-p),4)},onClick:()=>r(h.idx),title:h.text,children:[(0,Gt.jsx)("span",{className:"hsk-cb-tl-dot"}),(0,Gt.jsx)("span",{className:"hsk-cb-tl-label",children:h.text})]},h.idx))]})})}var Se=require("react/jsx-runtime");function Mn({title:e="kiku",placeholder:a="Ask me anything\u2026",backdropColor:t,backdropBlur:r,onClose:n,onSelectSource:i,defaultCurrency:c="",chips:s=Wa,theme:o,classNames:d={},enableVoice:p=!1,voiceLang:h,enableVision:u=!1,visionCategoryHint:l,enableAudioResponse:k=!0,ttsVoice:v="Puck",autoSpeakResponses:x=!0,origin:S}){let z=(0,Ai.useAkropolysContext)(),{messages:L,sources:f,loading:R,streaming:N,error:C,errorCode:G,lastAction:T,lastIntent:U,allowedActions:q,send:I,queuedMessage:Y,sendQueuedNow:_,appendSpokenExchange:D,stop:ee,stopped:P,interrupted:V,continueGenerating:ne,reset:J,referencedIds:m}=(0,Rr.useKiku)(),[H,Q]=(0,se.useState)(()=>{try{return z.getShopperName?.()??""}catch{return""}}),[oe,M]=(0,se.useState)(()=>{try{return z.getShopperLanguage?.()??""}catch{return""}}),[w,y]=(0,se.useState)(()=>{try{return z.getEntityLanguageMode?.()??""}catch{return""}}),[E,K]=(0,se.useState)(!1),{chromeReady:g,isRTL:X,speechLang:ce,scriptFont:W,fontStack:te,isNonLatin:Z,hostFontCovers:le,t:$,tNode:ie}=Wo({shopperLanguage:oe,theme:o}),Ce=se.default.useMemo(()=>{let A=f.filter(je=>je.id&&m.includes(je.id)),re=[...L].reverse().find(je=>je.role==="assistant")?.content??"";if(!re)return A;let pe=new Set(A.map(je=>je.id)),_e=re.toLowerCase().replace(/\s+/g," "),He=je=>{let nt=String(je??"").toLowerCase().replace(/\s+/g," ").trim(),Bt=nt.split(" "),Zt=[nt];return Bt.length>3&&Zt.push(Bt.slice(0,3).join(" ")),Bt.length>4&&Zt.push(Bt.slice(0,4).join(" ")),Zt.filter(sr=>sr.length>=5)},ut=f.filter(je=>je.id&&!pe.has(je.id)&&He(je.name).some(nt=>_e.includes(nt)));return[...A,...ut]},[f,m,L]),Oe=q===null||q.includes("capture"),[De,Fe]=(0,se.useState)(""),[Qt,Je]=(0,se.useState)(!1),[Tt,Re]=(0,se.useState)(!1),[it,dt]=(0,se.useState)([]),Ht=(0,se.useRef)(null),[Ra,Za]=(0,se.useState)({}),[Xt,Jt]=(0,se.useState)(null),[er,da]=(0,se.useState)(null),[ha,ke]=(0,se.useState)(()=>{if(typeof window>"u")return!1;try{return localStorage.getItem("akropolys_terms_agreed")==="true"}catch{return!1}}),Ye=L.length===0,at=Ye&&!oe,et=Ye&&!!oe&&!H,Ge=Ye&&!!oe&&!!H&&!w,st=Ye&&!!oe&&!!H&&!!w&&!ha,Rt=at||et||Ge||st,ht=se.default.useMemo(()=>L.some(A=>A.liveKeys?.length>0),[L]);(0,se.useEffect)(()=>{if(ht)return(0,Rr.subscribeLiveStream)({client:z})},[ht,z]);let[Be,rt]=(0,se.useState)(!1);(0,se.useEffect)(()=>{let A=window.matchMedia?.("(max-width: 768px)");if(!A)return;let re=()=>rt(A.matches);return re(),A.addEventListener?.("change",re),()=>A.removeEventListener?.("change",re)},[]);let Le=A=>{let re=A.trim();if(!re){try{z.setShopperLanguage?.("")}catch{}M("");return}try{z.setShopperLanguage?.(re)}catch{}M(re),K(!1)},zt=A=>{try{z.setEntityLanguageMode?.(A)}catch{}y(A),ha&&K(!0)},pa=()=>{try{localStorage.setItem("akropolys_terms_agreed","true")}catch{}ke(!0),K(!0)},Ut=e==="kiku"&&$("nameStepTitle")?"kiku":e,tr=at?$("langPlaceholder"):et?$("namePlaceholder"):Ge?$("entityLangPlaceholder"):st?$("termsPlaceholder"):a==="Ask me anything\u2026"?$("defaultPlaceholder"):a,Ar=!s||s===Wa?[]:Array.isArray(s)?s:[],ar=at?"curious":et?"welcoming":Ge?"guiding":st?"focused":"happy",[qt,za]=(0,se.useState)(()=>{if(cn(o))return o;if(typeof window<"u"){let A=localStorage.getItem("akropolys_theme");return cn(A)?A:window.matchMedia?.("(prefers-color-scheme: light)").matches?Ao:sn}return sn}),Pa=(A,re=!1)=>{za(A),re&&(or(!1),qr(!1));try{localStorage.setItem("akropolys_theme",A)}catch{}},{vars:Aa}=ba(o),La=qt;br(o);let Ia=(0,se.useRef)(()=>{}),gt=async(A,re,pe,_e)=>{let He=(A??De).trim(),ut=re??it;if(!He&&ut.length===0||!g||Y)return;if(et){if(!He)return;let nt=ho(He)||He.slice(0,40);try{z.setShopperName?.(nt)}catch{}Q(nt),Fe("");return}if(at){if(!He)return;Le(He),Fe("");return}if(Ge){Fe("");return}Je(!1),Re(!1),Fe(""),dt([]);let je=He||(ut.some(nt=>nt.type==="image")?"Analyze this image":"What is this?");await I(je,He,ut.length>0?ut:void 0,pe,_e)},Ea=(0,se.useCallback)(async()=>{let A=[...L].reverse().find(re=>re.role==="user");A&&await gt(A.content)},[L]),{keyInput:rr,setKeyInput:nr,keyPhase:fe,setKeyPhase:Ae,mintedKey:Me,setMintedKey:pt,mintedPub:$e,setMintedPub:tt,copied:Da,keyCountdown:Lr,minting:ua,copyValue:Pt,handleUseExistingKey:Ir,handleCreateKey:Er}=Go(T,Ea),Dr=(0,se.useCallback)(()=>{if(typeof window>"u")return"N/A";try{let A=sessionStorage.getItem("akropolys_kiku_pub")||sessionStorage.getItem("kiku_pub");if(A)return A;let re=localStorage.getItem("akropolys_kiku_pub")||localStorage.getItem("kiku_pub")||localStorage.getItem("kiku_id");if(re)return re;let pe=document.cookie.match(/(?:^|;\s*)(?:akropolys_kiku_pub|kiku_pub|kiku_id)=([^;]+)/);if(pe)return decodeURIComponent(pe[1])}catch{}return"N/A"},[]),Fa=$e??z?.getKikuPub?.()??Dr(),{handleKikuCapture:Fr,handleKikuCaptureAll:_r,handleKikuViewHistory:Ui,handleKikuDelete:qi}=Qo({attachments:it,setAttachments:dt,setInput:Fe,send:I,defaultCurrency:c,t:$}),{voiceMode:zn,voicePhase:Pn,voiceConnecting:Bi,voiceError:Hr,setVoiceError:An,voiceMuted:$i,setVoiceMuted:ji,voiceSecondsLeft:Vi,voiceBlocked:Ki,liveVoiceName:Wi,chooseVoice:Oi,canConverse:Yi,startVoice:Gi,stopVoice:Ln,voice:Qi,live:Ur}=ei({voiceLang:h,speechLang:ce,shopperLanguage:oe,ttsVoice:v,handleSendUtterance:A=>Ia.current(A),appendSpokenExchange:D}),In=(0,se.useRef)(null),[ma,or]=(0,se.useState)(!1),[En,qr]=(0,se.useState)(!1),_a=(0,se.useRef)(null),ir=(0,se.useRef)(null),Br=(0,se.useRef)(null),Dn=(0,se.useRef)([]),Ha=(0,se.useRef)(null),Xi=(0,se.useRef)(null),Ua=(0,se.useRef)(null),Ji=`hsk-goo-${(0,se.useId)()}`,Fn=(0,se.useCallback)(()=>{_a.current||(qr(!0),_a.current=setTimeout(()=>{or(!1),qr(!1),_a.current=null},200))},[]);(0,se.useEffect)(()=>()=>{_a.current&&clearTimeout(_a.current)},[]),(0,se.useEffect)(()=>{if(!ma)return;let A=re=>{let pe=re.composedPath?re.composedPath():[],_e=ir.current&&(pe.includes(ir.current)||ir.current.contains(re.target)),He=Br.current&&(pe.includes(Br.current)||Br.current.contains(re.target)),ut=re.target,je=ut?.closest?.(".hsk-cb-topbar-mark"),nt=ut?.closest?.(".hsk-cb-topbar-ooze-menu")||pe.some(Bt=>Bt?.classList?.contains?.("hsk-cb-topbar-ooze-menu"));_e||He||je||nt||Fn()};return document.addEventListener("mousedown",A),document.addEventListener("touchstart",A,{passive:!0}),()=>{document.removeEventListener("mousedown",A),document.removeEventListener("touchstart",A)}},[ma]);let{msgsContainerRef:_n,lastExternalScrollRef:Zi,showJumpToBottom:es,scrollProgress:ts,activeMsgIdx:as,unreadBelow:rs,jumpToMessage:ns,jumpToBottom:os}=Oo({messages:L,loading:R,messageRefs:Dn});Lo({panel:(0,se.useCallback)(()=>In.current,[]),scroller:(0,se.useCallback)(()=>_n.current,[]),onDismiss:n,quiescent:(0,se.useCallback)(()=>performance.now()-Zi.current>90,[])}),(0,se.useEffect)(()=>{if(typeof window>"u")return;let A=window.innerWidth-document.documentElement.clientWidth,re=document.body.style.overflow,pe=document.body.style.paddingRight;if(A>0){let _e=parseFloat(window.getComputedStyle(document.body).paddingRight)||0;document.body.style.paddingRight=`${_e+A}px`,document.documentElement.style.setProperty("--hsk-scrollbar-width",`${A}px`)}return document.body.style.overflow="hidden",()=>{document.body.style.overflow=re,document.body.style.paddingRight=pe,document.documentElement.style.removeProperty("--hsk-scrollbar-width")}},[]),(0,se.useEffect)(()=>{let A=window.visualViewport;if(!A)return;let re=document.documentElement,pe=()=>{re.style.setProperty("--hsk-vvh",`${A.height}px`)};return pe(),A.addEventListener("resize",pe),A.addEventListener("scroll",pe),()=>{A.removeEventListener("resize",pe),A.removeEventListener("scroll",pe),re.style.removeProperty("--hsk-vvh")}},[]),(0,se.useEffect)(()=>{let A=re=>{if(re.key==="Escape"){if(Xt){Jt(null);return}n()}};return document.addEventListener("keydown",A),()=>document.removeEventListener("keydown",A)},[Xt,n]);let is=(0,se.useCallback)(()=>{J(),Ae("idle")},[J,Ae]),ss=A=>{i?.(A);let re=[...L].reverse().find(_e=>_e.role==="assistant");if(re&&re.content.trim().endsWith("?")){I($("cardClickAnswer",{name:A.name}));return}let pe=A.price?` (${A.currency??c} ${A.price})`:"";I($("cardClickQuery",{name:A.name,price:pe}))},cs=A=>{Fe(A+" "),Re(!1),Je(!0),Ha.current&&Ha.current.focus()},ls=A=>{if(A.key==="Escape"&&Qt){A.preventDefault(),Je(!1);return}if(A.key==="Escape"&&Tt){A.preventDefault(),Re(!1);return}A.key==="Enter"&&!A.shiftKey&&!A.nativeEvent.isComposing&&(A.preventDefault(),gt())},$r=(0,se.useRef)(28),Hn=(0,se.useRef)(280),jr=(0,se.useRef)(null),ds=(A,re)=>{try{!jr.current&&typeof document<"u"&&(jr.current=document.createElement("canvas"));let pe=jr.current?.getContext("2d");return pe?(pe.font=re,pe.measureText(A).width):A.length*8.5}catch{return A.length*8.5}},hs=A=>{let re=A.closest(".hsk-cb-input-box");if(!re)return;let pe=A.value;!(re.dataset.expanded==="true")&&A.clientWidth>50&&(Hn.current=A.clientWidth);let He=window.getComputedStyle(A),ut=He.font||`${He.fontSize||"16px"} ${He.fontFamily||"Geist, sans-serif"}`,je=ds(pe,ut),nt=Math.max(120,Hn.current-14),Bt=pe.includes(`
45
+ `),Zt=!!(pe&&(Bt||je>nt));if(re.dataset.expanded!==(Zt?"true":"false")&&(re.dataset.expanded=Zt?"true":"false"),!pe){$r.current=28,A.style.height="";return}if(!Zt){$r.current=28,A.style.height="";return}A.style.height="auto";let sr=Math.max(28,Math.min(A.scrollHeight,140));$r.current=sr,A.style.height=`${sr}px`};(0,se.useEffect)(()=>{Ha.current&&hs(Ha.current)},[De]);let ps=A=>{let re=A.target.value;Fe(re),Hr&&An("");let pe=re.trim();Re(pe==="@"),Je(/^@kiku\s*$/i.test(pe))};(0,se.useEffect)(()=>{Ia.current=A=>{gt(A)}});let us=async A=>{if(!A||A.length===0)return;let re=Array.from(A);for(let pe of re)if(pe.type.startsWith("image/"))try{let _e=await pr(pe);dt(He=>[...He,{type:"image",data:_e}])}catch{}},ms=A=>{dt(re=>re.filter((pe,_e)=>_e!==A))},ks=(Ur.sources?.length??0)>0?Ur.sources:Ce,bs=t&&(t.includes("rgba")||t.includes("hsla")||t==="transparent"),fs=r||bs?{backdropFilter:`blur(${typeof r=="number"?`${r}px`:r||"20px"})`,WebkitBackdropFilter:`blur(${typeof r=="number"?`${r}px`:r||"20px"})`}:{},Un=(P||V)&&!R&&!N,ka=se.default.useMemo(()=>{let A=R||N;return L.filter((re,pe)=>re.role!=="assistant"||pe===L.length-1&&A?!0:!!re.content||!!re.visualization||re.visualizing||(re.knowledgeImages?.length??0)>0||(re.referencedIds?.length??0)>0)},[L,R,N]),gs=se.default.useMemo(()=>ka.map((A,re)=>({m:A,idx:re})).filter(({m:A})=>A.role==="user"&&!!A.content.trim()).map(({m:A,idx:re})=>{let pe=A.content.replace(/^@kiku\s*/i,"").replace(/\s+/g," ").trim();return{idx:re,text:pe.length>30?pe.slice(0,29).trimEnd()+"\u2026":pe}}),[ka]),vs=Un&&ka[ka.length-1]?.role!=="assistant",qn=(0,se.useRef)(Date.now());return(0,se.useEffect)(()=>{qn.current=Date.now()},[]),(0,Se.jsx)(an.Provider,{value:$,children:(0,Se.jsx)("div",{ref:Ua,className:ae("hsk-cb-overlay",S&&"hsk-cb-overlay--grows",d.overlay),onPointerDown:A=>{A.target===A.currentTarget&&(Ua.current._ptrDown=!0)},onClick:A=>{A.target===A.currentTarget&&Ua.current?._ptrDown&&Date.now()-qn.current>200&&n(),Ua.current&&(Ua.current._ptrDown=!1)},"data-hsk-theme":La,style:{...fs,...t?{background:t}:{},...S?{"--hsk-ox":`${S.x}px`,"--hsk-oy":`${S.y}px`,"--hsk-or":`${Math.ceil(S.r)}px`,"--hsk-bt":`${Math.round(S.top??S.y)}px`,"--hsk-bl":`${Math.round(S.left??S.x)}px`,"--hsk-bw":`${Math.round(S.width??0)}px`,"--hsk-bh":`${Math.round(S.height??0)}px`,"--hsk-bbr":`${Math.round(S.borderRadius??12)}px`}:{},...Aa},children:(0,Se.jsxs)("div",{ref:In,className:ae("hsk-cb-panel",d.panel),dir:X?"rtl":"ltr","data-script":Z?"nonlatin":"latin","data-host-font":le?"covers":"gap","data-nastaliq":W?.family==="Noto Nastaliq Urdu"||oe?.toLowerCase()==="urdu"||oe?.toLowerCase()==="ur"||oe==="\u0627\u0631\u062F\u0648"?"true":void 0,style:te?{"--hsk-font":te}:void 0,onClick:A=>{A.stopPropagation();let re=A.target;if(re.tagName==="IMG"&&(re.classList.contains("hsk-markdown-img")||re.classList.contains("hsk-cb-user-img-thumb"))){let pe=re.src;pe&&Jt(pe)}},children:[(0,Se.jsx)(zi,{src:Xt,onClose:()=>Jt(null)}),er&&(0,Se.jsx)("div",{className:"hsk-markup-overlay",children:(0,Se.jsx)(Ho,{src:er,t:$,onCancel:()=>da(null),onSend:(A,re,pe,_e)=>{da(null),gt(re||$("markupApplyMarks"),[{type:"image",data:A,annotated:!0,marks:pe,instructed:!!re,preview:_e}])}})}),(0,Se.jsxs)("div",{className:"hsk-cb-main",children:[(0,Se.jsx)(Cr,{seed:z?.api?.siteId??"",theme:La,dir:X?"rtl":"ltr"}),(0,Se.jsx)(ii,{title:Ut,hasMessages:L.length>0,avatarState:N?"speaking":R?"thinking":"idle",unread:rs,awayFromBottom:es,themeMenuOpen:ma,themeMenuClosing:En,isNarrow:Be,currentTheme:qt,onJumpToLatest:os,onReset:is,onClose:n,onToggleThemeMenu:()=>ma?Fn():or(!0),onSelectTheme:A=>{Pa(A,!0)}}),(0,Se.jsx)("div",{className:"hsk-cb-msgs",ref:_n,children:ka.length===0?(0,Se.jsx)(hi,{inOnboarding:Rt,justCompleted:E,onboardingMood:ar,awaitingLang:at,awaitingName:et,awaitingEntityLang:Ge,awaitingConsent:st,termsAgreed:ha,shopperLanguage:oe,shopperName:H,entityLangPref:w,chromeReady:g,activeChips:Ar,t:$,tNode:ie,chooseLanguage:Le,chooseEntityLang:zt,agreeTerms:pa,handleSend:gt}):(0,Se.jsx)(Si,{displayMessages:ka,messageRefs:Dn,isNarrow:Be,loading:R,streaming:N,sources:f,referencedIds:m,discussedSources:Ce,lastIntent:U,lastAction:T,defaultCurrency:c,stopped:P,interrupted:V,halted:Un,haltedEmpty:vs,error:C,errorCode:G,keyPhase:fe,keyInput:rr,setKeyInput:nr,mintedKey:Me,setMintedKey:pt,mintedPub:$e,setMintedPub:tt,minting:ua,copied:Da,keyCountdown:Lr,handleUseExistingKey:Ir,handleCreateKey:Er,copyValue:Pt,queuedMessage:Y,sendQueuedNow:_,setLightboxSrc:Jt,setMarkupSrc:da,handleSend:gt,handleSourceClick:ss,continueGenerating:ne,t:$,bottomRef:Xi,vizState:Ra,setVizState:Za,messages:L})}),(0,Se.jsx)(Ci,{gooId:Ji,input:De,setInput:Fe,showKikuPicker:Qt,setShowKikuPicker:Je,showAtPicker:Tt,setShowAtPicker:Re,captureAllowed:Oe,discussedSources:Ce,defaultCurrency:c,handleSelectExtension:cs,handleKikuCapture:Fr,handleKikuCaptureAll:_r,handleKikuViewHistory:Ui,handleKikuDelete:qi,attachments:it,removeAttachment:ms,chromeLoading:!g,imageInputRef:Ht,handleImageFiles:us,enableVision:u,enableVoice:p,canConverse:Yi,voiceMode:zn,startVoice:Gi,stopVoice:Ln,voiceBlocked:Ki,textareaRef:Ha,classNames:d,handleInput:ps,handleKeyDown:ls,voice:Qi,voicePhase:Pn,activePlaceholder:tr,loading:R,streaming:N,stop:ee,handleSend:gt,voiceError:Hr,setVoiceError:An,shopperLanguage:oe,t:$})]}),(0,Se.jsx)(Pi,{items:gs,activeIdx:as,progress:ts,onJump:ns,side:X?"left":"right"}),(0,Se.jsxs)("div",{className:ae("hsk-cb-kiku-id-rail",X?"hsk-cb-kiku-id-rail--right":"hsk-cb-kiku-id-rail--left"),children:[(0,Se.jsxs)("button",{type:"button",className:"hsk-cb-kiku-id-pill",onClick:()=>Fa!=="N/A"&&Pt(Fa,"pub"),title:$("keyCopyId"),children:[(0,Se.jsx)("span",{className:"hsk-cb-kiku-id-rail-val",children:Fa}),Da==="pub"?(0,Se.jsx)(wo,{}):(0,Se.jsx)(xo,{})]}),(0,Se.jsx)("div",{className:ae("hsk-cb-theme-squircle-wrap",ma&&"is-open",En&&"is-closing"),ref:ir,children:ma?(0,Se.jsx)("div",{className:"hsk-cb-theme-2x2-grid",role:"dialog","aria-label":"Theme selector",children:ra.map(({id:A,label:re,Icon:pe})=>(0,Se.jsxs)("button",{type:"button",className:ae("hsk-cb-theme-grid-item",qt===A&&"is-active"),onClick:_e=>{_e.stopPropagation(),Pa(A,!0)},children:[(0,Se.jsx)(pe,{}),(0,Se.jsx)("span",{children:re})]},A))}):(0,Se.jsxs)("button",{type:"button",className:"hsk-cb-theme-squircle-trigger",onClick:()=>or(!0),"aria-label":"Themes","aria-expanded":"false",children:[(0,Se.jsx)("span",{className:"hsk-cb-theme-trigger-icon",children:se.default.createElement(ln(qt).Icon)}),(0,Se.jsx)("span",{className:"hsk-cb-theme-trigger-label",children:ln(qt).label})]})})]}),zn==="converse"&&(0,Se.jsx)(Ri,{siteId:z?.api?.siteId??"",themeAttr:La,stopVoice:Ln,chooseVoice:Oi,liveVoiceName:Wi,voiceSecondsLeft:Vi,voiceConnecting:Bi,voicePhase:Pn,live:Ur,voiceMuted:$i,setVoiceMuted:ji,shownSources:ks,onSelectSource:i,defaultCurrency:c,voiceError:Hr,t:$})]})})})}var Nt=require("react/jsx-runtime");function zr({label:e="Ask AI",children:a,icon:t,title:r,placeholder:n,backdropColor:i,backdropBlur:c,className:s,onSelectSource:o,defaultCurrency:d="$",chips:p=Wa,theme:h,classNames:u={},enableVoice:l=!1,voiceLang:k,enableVision:v=!1,visionCategoryHint:x,enableAudioResponse:S,ttsVoice:z,autoSpeakResponses:L}){let f=(0,Ii.useAkropolysContext)(),[R,N]=(0,Ft.useState)(!1),[C,G]=(0,Ft.useState)(!1),[T,U]=(0,Ft.useState)(null),q=(0,Ft.useCallback)(()=>{Ka();try{ao(f,f?.getShopperLanguage?.()??"",aa)}catch{}},[f]),I=(0,Ft.useCallback)(D=>{q();let ee=D.getBoundingClientRect(),P=window.getComputedStyle(D),V=parseFloat(P.borderRadius)||12,ne=ee.left+ee.width/2,J=ee.top+ee.height/2,m=window.innerWidth,H=window.innerHeight,Q=Math.max(Math.hypot(ne,J),Math.hypot(m-ne,J),Math.hypot(ne,H-J),Math.hypot(m-ne,H-J));U({x:ne,y:J,r:Q,top:ee.top,left:ee.left,width:ee.width,height:ee.height,borderRadius:V}),N(!0)},[q]);(0,Ft.useEffect)(()=>{G(!0),q();let D=window.requestIdleCallback,ee=D?D(q,{timeout:2e3}):setTimeout(q,300);if(typeof window<"u"&&!window.__akropolys_nav_patched){window.__akropolys_nav_patched=!0;let V=window.location.pathname,ne=window.history.pushState,J=window.history.replaceState;window.history.pushState=function(...m){ne.apply(this,m),window.location.pathname!==V&&(V=window.location.pathname,window.dispatchEvent(new CustomEvent("akropolys:navigation")))},window.history.replaceState=function(...m){J.apply(this,m),window.location.pathname!==V&&(V=window.location.pathname,window.dispatchEvent(new CustomEvent("akropolys:navigation")))}}let P=()=>{N(!1)};return window.addEventListener("popstate",P),window.addEventListener("akropolys:navigation",P),()=>{let V=window.cancelIdleCallback;D&&V?V(ee):clearTimeout(ee),window.removeEventListener("popstate",P),window.removeEventListener("akropolys:navigation",P)}},[q]);let{themeAttr:Y,vars:_}=ba(h);return br(h),(0,Nt.jsxs)(Nt.Fragment,{children:[(0,Nt.jsx)("button",{className:ae("hsk-cb-btn",u.button,s),onClick:D=>I(D.currentTarget),onPointerEnter:q,onPointerDown:q,style:_,"data-hsk-theme":Y,"aria-label":"Open AI chat",children:a!==void 0?a:(0,Nt.jsxs)(Nt.Fragment,{children:[t?(0,Nt.jsx)("span",{className:"hsk-cb-btn-icon",style:{display:"flex",alignItems:"center"},children:t}):null,e]})}),R&&C&&(0,Li.createPortal)((0,Nt.jsx)(Mn,{title:r,placeholder:n,backdropColor:i,backdropBlur:c,origin:T,onClose:()=>N(!1),onSelectSource:o,defaultCurrency:d,chips:p,theme:h,classNames:u,enableVoice:l,voiceLang:k,enableVision:v,visionCategoryHint:x,enableAudioResponse:S,ttsVoice:z,autoSpeakResponses:L}),Ka()??document.body)]})}var Ee=require("react"),Fi=require("react-dom");var Na=require("@akropolys/sdk");var b=require("react/jsx-runtime"),ca=({className:e,size:a=16})=>(0,b.jsx)("svg",{className:ae("hsk-brand-mark",e),width:a,height:a,viewBox:"0 0 100 100",xmlns:"http://www.w3.org/2000/svg","aria-label":"kiku",children:(0,b.jsxs)("g",{transform:"translate(22.7 19) scale(0.62)",fill:"currentColor",fillRule:"evenodd",children:[(0,b.jsx)("path",{d:"M39.4 10.4 Q44 0 48.6 10.4 L86.1 95.8 Q88 100 83.4 100 L4.6 100 Q0 100 1.9 95.8 Z M24 100 L24 65 Q24 60 27.4 56.3 Q44 38 60.6 56.3 Q64 60 64 65 L64 100 Z"}),(0,b.jsx)("circle",{cx:"55",cy:"82",r:"3.4"})]})}),Ei=()=>(0,b.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,b.jsx)("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),(0,b.jsx)("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]}),Di=e=>{let a="";if(typeof e=="string")a=e;else if(e&&typeof e=="object"&&e.message)a=e.message;else try{a=JSON.stringify(e)}catch{a=String(e)}if(a.toLowerCase().includes("token limit"))return"You've reached your usage limit. Please update your billing limits in your dashboard to continue.";try{let t=JSON.parse(a);return t.error||t.message||a}catch{return a}};function Gc({productName:e,limit:a,backdropColor:t,backdropBlur:r,onClose:n,onNavigate:i,onResult:c,theme:s,classNames:o={},product:d}){let p=(0,Na.useAkropolysContext)(),[h,u]=(0,Ee.useState)(null),l=d||h,{results:k,loading:v,search:x}=(0,Na.useSearch)({type:"vector"}),{messages:S,sources:z,loading:L,error:f,send:R}=(0,Na.useKiku)(),[N,C]=(0,Ee.useState)(""),[G,T]=(0,Ee.useState)(!1),[U,q]=(0,Ee.useState)(!1),[I,Y]=(0,Ee.useState)(!1),_=(0,Ee.useRef)(null),D=(0,Ee.useRef)(null);(0,Ee.useEffect)(()=>{!d&&!h&&p.api.searchVector(e,1).then(w=>{w.results&&w.results.length>0&&u(w.results[0].entity)}).catch(w=>console.error("[Akropolys] Failed to fetch product details",w)),x(e,a)},[e,d,h,p,a,x]),(0,Ee.useEffect)(()=>{let w=()=>T(window.innerWidth<=768);if(w(),typeof window<"u")return window.addEventListener("resize",w),()=>window.removeEventListener("resize",w)},[]),(0,Ee.useEffect)(()=>{k.length>0&&c?.(k)},[k,c]),(0,Ee.useEffect)(()=>{let w=y=>{y.key==="Escape"&&n()};return document.addEventListener("keydown",w),()=>document.removeEventListener("keydown",w)},[n]);let ee=(0,Ee.useRef)(null);(0,Ee.useEffect)(()=>{let w=document.body.style.overflow,y=document.body.style.position,E=document.body.style.width;document.body.style.overflow="hidden",document.body.style.position="fixed",document.body.style.width="100%";let K=()=>{window.scrollTo(0,0),ee.current&&(ee.current.scrollTop=0)};return window.addEventListener("scroll",K,{passive:!0}),()=>{document.body.style.overflow=w,document.body.style.position=y,document.body.style.width=E,window.removeEventListener("scroll",K)}},[]);let P=(0,Ee.useRef)(null);(0,Ee.useEffect)(()=>{P.current&&(P.current.scrollTop=P.current.scrollHeight)},[S,L]);let V=typeof r=="number"?`${r}px`:r??"16px",ne=t??void 0,J=w=>{i?.(w)!==!1&&(n(),w.entity.url&&(window.location.href=w.entity.url))},m=async w=>{let y=(w??N).trim();if(!(!y||L))if(C(""),D.current&&(D.current.style.height="auto"),S.length===0&&l){let E=`[Context: Shopper is viewing "${l.name}". Price: ${l.price}. Description: ${l.description||""}]
46
46
 
47
- Question: ${R}`;await w(P,R)}else await w(R)},F=_=>{_.key==="Enter"&&!_.shiftKey&&!_.nativeEvent.isComposing&&(_.preventDefault(),m())},G=_=>{S(_.target.value);let R=_.target;R.style.height="auto",R.style.height=`${Math.min(R.scrollHeight,140)}px`},ie={...s?.primaryColor&&{"--hsk-primary":s.primaryColor},...s?.backgroundColor&&{"--hsk-bg":s.backgroundColor},...s?.textColor&&{"--hsk-text":s.textColor},...s?.fontFamily&&{"--hsk-font":s.fontFamily},...s?.borderRadius&&{"--hsk-border-radius":s.borderRadius}},Z=x.length===0&&l?[{role:"assistant",content:`Hi! I can help you with **${l.name}**. Ask me about its specifications, features, compare it with other options, or find alternatives!`}]:x;return X?(0,b.jsx)("div",{ref:te,className:re("hsk-sp-backdrop hsk-sp-mobile-view",o.backdrop),onClick:n,style:{backdropFilter:`blur(${W})`,WebkitBackdropFilter:`blur(${W})`,background:oe??void 0,...ie},children:(0,b.jsxs)("div",{className:re("hsk-sp-card hsk-sp-fullscreen hsk-sp-mobile-card",o.card),onClick:_=>_.stopPropagation(),children:[(0,b.jsxs)("div",{className:"hsk-sp-header",children:[(0,b.jsx)("span",{className:"hsk-sp-header-icon",style:{display:"flex",alignItems:"center"},children:(0,b.jsx)(ca,{})}),(0,b.jsxs)("div",{className:"hsk-sp-header-body",children:[(0,b.jsxs)("div",{className:"hsk-sp-header-title-row",children:[(0,b.jsx)("div",{className:"hsk-sp-header-title",children:l?.name||e}),l&&(0,b.jsx)("button",{type:"button",className:"hsk-sp-header-specs-btn",onClick:()=>j(!0),children:"Specs"})]}),(0,b.jsx)("div",{className:"hsk-sp-header-sub",children:"kiku"})]}),(0,b.jsx)("button",{className:"hsk-sp-close",onClick:n,"aria-label":"Close",children:(0,b.jsx)(Ei,{})})]}),v&&(0,b.jsx)("div",{className:"hsk-sp-bar"}),(0,b.jsxs)("div",{className:"hsk-sp-mobile-chat-container",children:[(0,b.jsxs)("div",{className:"hsk-cb-msgs",children:[Z.map((_,R)=>{let P=_.role==="user";return(0,b.jsx)("div",{className:"hsk-cb-msg-group",children:P?(0,b.jsx)("div",{className:"hsk-cb-user-msg",children:(0,b.jsx)("div",{className:"hsk-cb-user-bubble",children:_.content})}):(0,b.jsxs)("div",{className:"hsk-cb-ai-msg",children:[(0,b.jsx)("div",{className:"hsk-cb-ai-icon",style:{display:"flex",alignItems:"center"},children:(0,b.jsx)(ca,{})}),(0,b.jsxs)("div",{className:"hsk-cb-ai-body",children:[(0,b.jsx)("div",{className:"hsk-cb-ai-text",children:ta(_.content)}),R===0&&l&&(0,b.jsxs)("div",{className:"hsk-sp-mobile-attachment-deck",children:[(0,b.jsxs)("div",{className:"hsk-sp-mobile-main-card",children:[(0,b.jsx)("div",{className:"hsk-sp-mobile-main-card-img",children:l.images?.[0]?(0,b.jsx)("img",{src:l.images[0],alt:l.name}):(0,b.jsx)("span",{children:"\xF0\u0178\u203A\x8D"})}),(0,b.jsxs)("div",{className:"hsk-sp-mobile-main-card-info",children:[(0,b.jsx)("div",{className:"hsk-sp-mobile-main-card-brand",children:l.brand||l.category||"Product"}),(0,b.jsx)("div",{className:"hsk-sp-mobile-main-card-name",children:l.name}),(0,b.jsxs)("div",{className:"hsk-sp-mobile-main-card-price",children:[l.currency??"KES"," ",parseFloat(l.price?.replace(/[^0-9.]/g,"")||"0").toLocaleString()]})]}),(l.specs&&Object.keys(l.specs).length>0||l.description)&&(0,b.jsx)("button",{type:"button",className:"hsk-sp-mobile-main-card-specs-btn",onClick:()=>j(!0),children:"Specs"})]}),(()=>{let A=k.filter(f=>{let L=!!(f.entity.name&&l?.name&&f.entity.name.toLowerCase()===l.name.toLowerCase()),ae=f.entity.slug&&l?.slug&&f.entity.slug.toLowerCase()===l.slug.toLowerCase();return!L&&!ae});return A.length===0?null:(0,b.jsxs)("div",{className:"hsk-sp-mobile-similar-carousel-inline",children:[(0,b.jsx)("div",{className:"hsk-sp-mobile-similar-carousel-title",children:"Similar Products"}),(0,b.jsx)("div",{className:"hsk-sp-mobile-similar-carousel-list",children:A.map(f=>{let L=parseFloat(f.entity.price?.replace(/[^0-9.]/g,"")||"0"),ae=f.entity.currency??"KES";return(0,b.jsxs)("div",{className:"hsk-sp-mobile-similar-carousel-item",onClick:()=>J(f),children:[(0,b.jsx)("div",{className:"hsk-sp-mobile-similar-carousel-img",children:f.entity.images?.[0]?(0,b.jsx)("img",{src:f.entity.images[0],alt:f.entity.name}):(0,b.jsx)("span",{children:"\xF0\u0178\u203A\x8D"})}),(0,b.jsxs)("div",{className:"hsk-sp-mobile-similar-carousel-meta",children:[(0,b.jsx)("div",{className:"hsk-sp-mobile-similar-carousel-name",title:f.entity.name,children:f.entity.name}),(0,b.jsxs)("div",{className:"hsk-sp-mobile-similar-carousel-price",children:[ae," ",L.toLocaleString()]})]})]},f.id)})})]})})()]})]})]})},R)}),I&&(0,b.jsxs)("div",{className:"hsk-cb-typing-row",children:[(0,b.jsx)("div",{className:"hsk-cb-ai-icon",style:{display:"flex",alignItems:"center"},children:(0,b.jsx)(ca,{})}),(0,b.jsxs)("div",{className:"hsk-cb-typing",children:[(0,b.jsx)("div",{className:"hsk-cb-dot"}),(0,b.jsx)("div",{className:"hsk-cb-dot"}),(0,b.jsx)("div",{className:"hsk-cb-dot"})]})]}),g&&(0,b.jsx)("div",{className:"hsk-cb-error",children:Di(g)}),(0,b.jsx)("div",{ref:D,style:{height:1}})]}),(0,b.jsx)("div",{className:"hsk-cb-input-wrap",children:(0,b.jsxs)("div",{className:"hsk-cb-input-box",children:[(0,b.jsx)("textarea",{ref:B,className:"hsk-cb-textarea",value:N,onChange:G,onKeyDown:F,placeholder:"Ask about this product, specs, or comparison...",rows:1,disabled:I}),(0,b.jsx)("button",{className:"hsk-cb-send",onClick:()=>m(),disabled:!N.trim()||I,"aria-label":"Send message",children:(0,b.jsx)(Ba,{})})]})})]}),U&&l&&(0,b.jsx)("div",{className:"hsk-sp-mobile-specs-overlay",onClick:()=>j(!1),children:(0,b.jsxs)("div",{className:"hsk-sp-mobile-specs-drawer",onClick:_=>_.stopPropagation(),children:[(0,b.jsxs)("div",{className:"hsk-sp-mobile-specs-header",children:[(0,b.jsx)("h3",{children:"Specifications"}),(0,b.jsx)("button",{type:"button",onClick:()=>j(!1),children:"Close"})]}),(0,b.jsxs)("div",{className:"hsk-sp-mobile-specs-body",children:[(0,b.jsx)("h4",{className:"hsk-sp-mobile-specs-title",children:l.name}),l.description&&(0,b.jsxs)("div",{className:"hsk-sp-mobile-specs-desc",children:[(0,b.jsx)("h5",{children:"Description"}),(0,b.jsx)("p",{children:l.description})]}),l.specs&&Object.keys(l.specs).length>0&&(0,b.jsxs)("div",{className:"hsk-sp-mobile-specs-list",children:[(0,b.jsx)("h5",{children:"Details"}),Object.entries(l.specs).map(([_,R])=>(0,b.jsxs)("div",{className:"hsk-sp-mobile-spec-row",children:[(0,b.jsx)("span",{className:"hsk-sp-mobile-spec-label",children:_}),(0,b.jsx)("span",{className:"hsk-sp-mobile-spec-value",children:R})]},_))]})]})]})})]})}):(0,b.jsx)("div",{className:re("hsk-sp-backdrop",o.backdrop),onClick:n,style:{backdropFilter:`blur(${W})`,WebkitBackdropFilter:`blur(${W})`,background:oe??void 0,...ie},children:(0,b.jsxs)("div",{className:re("hsk-sp-card hsk-sp-fullscreen",o.card),onClick:_=>_.stopPropagation(),children:[(0,b.jsxs)("div",{className:"hsk-sp-header",children:[(0,b.jsx)("span",{className:"hsk-sp-header-icon",style:{display:"flex",alignItems:"center"},children:(0,b.jsx)(ca,{})}),(0,b.jsxs)("div",{className:"hsk-sp-header-body",children:[(0,b.jsx)("div",{className:"hsk-sp-header-title",children:l?.name||e}),(0,b.jsx)("div",{className:"hsk-sp-header-sub",children:"Ask questions, compare specs, or check similar products"})]}),(0,b.jsx)("button",{className:"hsk-sp-close",onClick:n,"aria-label":"Close",children:(0,b.jsx)(Ei,{})})]}),v&&(0,b.jsx)("div",{className:"hsk-sp-bar"}),(0,b.jsxs)("div",{className:"hsk-sp-body",children:[(0,b.jsxs)("div",{className:"hsk-sp-details-pane",children:[l&&(0,b.jsxs)("div",{className:"hsk-sp-product-profile-container",children:[(0,b.jsxs)("div",{className:"hsk-sp-product-profile",children:[(0,b.jsx)("div",{className:"hsk-sp-details-imgwrap",children:l.images?.[0]?(0,b.jsx)("img",{src:l.images[0],alt:l.name}):(0,b.jsx)("span",{className:"hsk-sp-img-placeholder",children:"\xF0\u0178\u203A\x8D"})}),(0,b.jsxs)("div",{className:"hsk-sp-details-meta",children:[l.brand&&(0,b.jsx)("span",{className:"hsk-sp-item-brand",children:l.brand}),l.category&&(0,b.jsx)("span",{className:"hsk-sp-item-cat",children:l.category}),(0,b.jsx)("h2",{className:"hsk-sp-details-name",children:l.name}),(0,b.jsxs)("div",{className:"hsk-sp-item-price-row",children:[(0,b.jsx)("span",{className:"hsk-sp-item-currency",children:l.currency??"KES"}),(0,b.jsx)("span",{className:"hsk-sp-item-price",children:parseFloat(l.price?.replace(/[^0-9.]/g,"")||"0").toLocaleString()}),l.originalPrice&&(0,b.jsx)("span",{className:"hsk-sp-item-original-price",children:parseFloat(l.originalPrice.replace(/[^0-9.]/g,"")||"0").toLocaleString()}),l.discount&&(0,b.jsxs)("span",{className:"hsk-sp-item-discount",children:["(",l.discount,")"]})]}),(0,b.jsxs)("div",{className:"hsk-sp-item-meta-badges",children:[l.rating&&(0,b.jsxs)("span",{className:"hsk-sp-meta-badge hsk-sp-meta-badge-rating",children:["\xE2\u02DC\u2026 ",parseFloat(l.rating.toString()).toFixed(1)," ",l.reviewCount?`(${l.reviewCount})`:""]}),l.availability&&(0,b.jsx)("span",{className:`hsk-sp-meta-badge hsk-sp-meta-badge-avail ${l.availability.toLowerCase().includes("in")?"in-stock":"out-stock"}`,children:l.availability}),l.stock&&!l.availability&&(0,b.jsxs)("span",{className:"hsk-sp-meta-badge hsk-sp-meta-badge-stock",children:["Stock: ",l.stock]})]})]})]}),l.specs&&Object.keys(l.specs).length>0&&(0,b.jsx)("div",{className:"hsk-sp-specs-horizontal",children:Object.entries(l.specs).map(([_,R])=>(0,b.jsxs)("div",{className:"hsk-sp-spec-item-horizontal",children:[(0,b.jsxs)("span",{className:"hsk-sp-spec-label-horizontal",children:[_,":"]}),(0,b.jsx)("span",{className:"hsk-sp-spec-value-horizontal",title:R,children:R})]},_))}),l.description&&(0,b.jsxs)("div",{className:"hsk-sp-details-desc",children:[(0,b.jsx)("h4",{children:"Description"}),(0,b.jsx)("p",{children:l.description})]})]}),(0,b.jsxs)("div",{className:"hsk-sp-similar-section",children:[(0,b.jsx)("h3",{children:"Similar Products"}),(0,b.jsx)("div",{className:"hsk-sp-results",children:(()=>{let _=k.filter(R=>{let P=!!(R.entity.name&&l?.name&&R.entity.name.toLowerCase()===l.name.toLowerCase()),A=R.entity.slug&&l?.slug&&R.entity.slug.toLowerCase()===l.slug.toLowerCase();return!P&&!A});return!v&&_.length===0?(0,b.jsx)("div",{className:"hsk-sp-empty",children:"No similar products found."}):_.map((R,P)=>{let A=parseFloat(R.entity.price?.replace(/[^0-9.]/g,"")||"0"),f=R.entity.currency??"KES";return(0,b.jsxs)("div",{className:re("hsk-sp-item",o.item),style:{animationDelay:`${P*55}ms`,cursor:"pointer"},onClick:()=>J(R),children:[(0,b.jsx)("div",{className:"hsk-sp-img-wrap",children:R.entity.images?.[0]?(0,b.jsx)("img",{src:R.entity.images[0],alt:R.entity.name}):(0,b.jsx)("span",{className:"hsk-sp-img-placeholder",children:"\xF0\u0178\u203A\x8D"})}),(0,b.jsxs)("div",{className:"hsk-sp-item-body",children:[(0,b.jsxs)("div",{children:[R.entity.category&&(0,b.jsx)("div",{className:"hsk-sp-item-cat",children:R.entity.category}),(0,b.jsx)("div",{className:"hsk-sp-item-name",title:R.entity.name,children:R.entity.name})]}),(0,b.jsxs)("div",{className:"hsk-sp-item-price-row",children:[(0,b.jsx)("span",{className:"hsk-sp-item-currency",children:f}),(0,b.jsx)("span",{className:"hsk-sp-item-price",children:A.toLocaleString()})]}),(0,b.jsx)("div",{className:"hsk-sp-actions",children:(0,b.jsx)("button",{className:"hsk-sp-action hsk-sp-action-primary",onClick:L=>{L.stopPropagation(),J(R)},children:"View"})})]})]},R.id)})})()})]})]}),(0,b.jsxs)("div",{className:"hsk-sp-chat-pane",children:[(0,b.jsxs)("div",{className:"hsk-cb-msgs",children:[Z.map((_,R)=>{let P=_.role==="user";return(0,b.jsx)("div",{className:"hsk-cb-msg-group",children:P?(0,b.jsx)("div",{className:"hsk-cb-user-msg",children:(0,b.jsx)("div",{className:"hsk-cb-user-bubble",children:_.content})}):(0,b.jsxs)("div",{className:"hsk-cb-ai-msg",children:[(0,b.jsx)("div",{className:"hsk-cb-ai-icon",style:{display:"flex",alignItems:"center"},children:(0,b.jsx)(ca,{})}),(0,b.jsx)("div",{className:"hsk-cb-ai-body",children:(0,b.jsx)("div",{className:"hsk-cb-ai-text",children:ta(_.content)})})]})},R)}),I&&(0,b.jsxs)("div",{className:"hsk-cb-typing-row",children:[(0,b.jsx)("div",{className:"hsk-cb-ai-icon",style:{display:"flex",alignItems:"center"},children:(0,b.jsx)(ca,{})}),(0,b.jsxs)("div",{className:"hsk-cb-typing",children:[(0,b.jsx)("div",{className:"hsk-cb-dot"}),(0,b.jsx)("div",{className:"hsk-cb-dot"}),(0,b.jsx)("div",{className:"hsk-cb-dot"})]})]}),g&&(0,b.jsx)("div",{className:"hsk-cb-error",children:Di(g)}),(0,b.jsx)("div",{ref:D,style:{height:1}})]}),(0,b.jsxs)("div",{className:"hsk-cb-input-wrap",children:[(0,b.jsxs)("div",{className:"hsk-cb-input-box",children:[(0,b.jsx)("textarea",{ref:B,className:"hsk-cb-textarea",value:N,onChange:G,onKeyDown:F,placeholder:"Ask about this product, specs, or comparison...",rows:1,disabled:I}),(0,b.jsx)("button",{className:"hsk-cb-send",onClick:()=>m(),disabled:!N.trim()||I,"aria-label":"Send message",children:(0,b.jsx)(Ba,{})})]}),(0,b.jsx)("div",{className:"hsk-cb-hint",children:"Akropolys \xB7 instant product knowledge"})]})]})]}),(0,b.jsx)("div",{className:"hsk-sp-footer",children:(0,b.jsx)("span",{className:"hsk-sp-esc",children:"Esc to close"})})]})})}function _i({productName:e,limit:a=8,onResult:t,backdropColor:r,backdropBlur:n,className:i,onNavigate:c,theme:s,classNames:o={},product:d,children:p}){let[h,u]=(0,Fe.useState)(!1),[l,k]=(0,Fe.useState)(!1);(0,Fe.useEffect)(()=>{k(!0)},[]);let v={...s?.primaryColor&&{"--hsk-primary":s.primaryColor},...s?.backgroundColor&&{"--hsk-bg":s.backgroundColor},...s?.textColor&&{"--hsk-text":s.textColor},...s?.fontFamily&&{"--hsk-font":s.fontFamily},...s?.borderRadius&&{"--hsk-border-radius":s.borderRadius}};return(0,b.jsxs)(b.Fragment,{children:[(0,b.jsx)("button",{className:re("hsk-sp-btn",o.button,i),onClick:()=>u(!0),style:v,title:"Find similar products","aria-label":"Find similar products",children:p||(0,b.jsx)(ca,{})}),h&&l&&(0,Fi.createPortal)((0,b.jsx)(Gc,{productName:e,limit:a,onResult:t,backdropColor:r,backdropBlur:n,onClose:()=>u(!1),onNavigate:c,theme:s,classNames:o,product:d}),Ka()??document.body)]})}var _t=require("react"),Hi=require("react-dom/client"),Ta=require("@akropolys/sdk");var la=require("react/jsx-runtime");function zr(e){if(!e||typeof e!="object")return{};let a=String(e.id??e.handle??e.url??""),t=e.title||e.name||"",r;typeof e.price=="number"?r=e.price>=100&&Number.isInteger(e.price)?(e.price/100).toFixed(2):e.price.toString():typeof e.price=="string"&&(r=e.price);let n=e.featured_image||e.image;if(!n&&Array.isArray(e.images)&&e.images.length>0){let l=e.images[0];n=typeof l=="string"?l:l?.src}typeof n=="string"&&n.startsWith("//")&&(n="https:"+n);let i=e.url||"";if(!i&&e.handle&&(i=`/products/${e.handle}`),i&&typeof window<"u"&&!i.startsWith("http"))try{i=new URL(i,window.location.origin).href}catch{}let c=e.type||e.product_type||e.category||"",s=e.vendor||e.brand||"",o=Array.isArray(e.tags)?e.tags:typeof e.tags=="string"?e.tags.split(",").map(l=>l.trim()).filter(Boolean):[],d=e.description||e.body_html||"",p=typeof d=="string"?d.replace(/<[^>]*>?/gm,"").trim():"",h=Array.isArray(e.variants)&&e.variants.length>0?e.variants[0]:null,u=h?h.id:void 0;return{id:a,name:t,title:t,price:r,image:n,url:i||(typeof window<"u"?window.location.href:""),category:c,brand:s,tags:o,description:p,availability:e.available!==!1?"in_stock":"out_of_stock",variant_id:u?String(u):void 0,shopify_product_id:e.id?String(e.id):void 0,handle:e.handle||void 0}}function Nn(e){if(!e||e.length===0)return Promise.resolve();let a=e.map(t=>({id:t.fields?.variant_id||t.fields?.shopify_variant_id||t.id,quantity:1}));return fetch("/cart/add.js",{method:"POST",headers:{"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify({items:a})}).then(async t=>{t.ok||console.warn("[Akropolys Shopify] /cart/add.js returned error status:",t.status);let r=await t.json().catch(()=>null);return typeof document<"u"&&(document.dispatchEvent(new CustomEvent("cart:updated",{bubbles:!0,detail:{items:r}})),document.dispatchEvent(new CustomEvent("cart:refresh",{bubbles:!0,detail:{items:r}})),document.dispatchEvent(new CustomEvent("cart:build",{bubbles:!0})),window.dispatchEvent(new CustomEvent("cart:updated",{detail:{items:r}}))),r}).catch(t=>{console.warn("[Akropolys Shopify] Add to cart network error:",t)})}function Tn(){return fetch("/cart.js",{headers:{Accept:"application/json"}}).then(e=>e.ok?e.json():null).catch(()=>null)}function Qc({children:e,position:a="bottom-right",dockable:t=!0,isInline:r=!1}){if(r||a==="inline"||a==="custom"||a==="hidden"||t===!1)return(0,la.jsx)("div",{className:"akropolys-kiku-inline-wrapper",style:{display:"inline-flex",alignItems:"center"},children:e});let[n,i]=(0,_t.useState)(null),[c,s]=(0,_t.useState)(!1),o=(0,_t.useRef)(null),d=(0,_t.useRef)(null);(0,_t.useEffect)(()=>{if(typeof window>"u")return;let l=()=>{let C=window.innerWidth-140-20,I=window.innerHeight-44-20;a==="bottom-left"?(C=20,I=window.innerHeight-44-20):a==="top-right"?(C=window.innerWidth-140-20,I=20):a==="top-left"&&(C=20,I=20);try{let g=localStorage.getItem("akropolys_dock_pos");if(g){let w=JSON.parse(g);if(typeof w.x=="number"&&typeof w.y=="number"){let N=Math.max(10,Math.min(window.innerWidth-60,w.x)),S=Math.max(10,Math.min(window.innerHeight-60,w.y));return{x:N,y:S}}}}catch{}return{x:Math.max(10,C),y:Math.max(10,I)}};i(l());let k=()=>{i(v=>{if(!v)return l();let y=Math.max(10,Math.min(window.innerWidth-60,v.x)),x=Math.max(10,Math.min(window.innerHeight-60,v.y));return{x:y,y:x}})};return window.addEventListener("resize",k),()=>window.removeEventListener("resize",k)},[a]);let p=l=>{if(!d.current)return;let k=d.current.getBoundingClientRect();o.current={startX:l.clientX,startY:l.clientY,initX:k.left,initY:k.top,moved:!1};try{l.target.setPointerCapture?.(l.pointerId)}catch{}},h=l=>{if(!o.current)return;let k=l.clientX-o.current.startX,v=l.clientY-o.current.startY;if(!o.current.moved&&Math.hypot(k,v)>6&&(o.current.moved=!0,s(!0)),o.current.moved){let y=d.current?.offsetWidth||140,x=d.current?.offsetHeight||44,C=Math.max(8,Math.min(window.innerWidth-y-8,o.current.initX+k)),I=Math.max(8,Math.min(window.innerHeight-x-8,o.current.initY+v));i({x:C,y:I})}},u=()=>{if(!o.current)return;let l=o.current.moved;if(o.current=null,s(!1),l&&n){try{localStorage.setItem("akropolys_dock_pos",JSON.stringify(n))}catch{}let k=v=>{v.stopPropagation(),v.preventDefault(),window.removeEventListener("click",k,!0)};window.addEventListener("click",k,!0),setTimeout(()=>window.removeEventListener("click",k,!0),120)}};return n?(0,la.jsx)("div",{ref:d,className:"akropolys-kiku-dock-wrapper",onPointerDown:p,onPointerMove:h,onPointerUp:u,onPointerCancel:u,title:"Drag to dock anywhere",style:{position:"fixed",left:`${n.x}px`,top:`${n.y}px`,zIndex:2147483640,touchAction:"none",cursor:c?"grabbing":"grab",transition:c?"none":"transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s ease",transform:c?"scale(1.05)":"scale(1)",userSelect:"none",WebkitUserSelect:"none"},children:e}):null}function Xc({config:e,isInline:a}){(0,_t.useEffect)(()=>{let r=(0,Ta.getAkropolysClient)();if(!r)return;let n=e.product;if(!n&&typeof window.meta?.product=="object"&&(n=window.meta.product),n){let i=zr(n);(i.id||i.url)&&r.ingest(i).catch(c=>{console.debug("[Akropolys Shopify] Auto-ingest notice:",c)})}},[e.product]);let t=r=>{if(e.onAddToCart){e.onAddToCart(r);return}Nn(r)};return(0,la.jsx)(Ta.AkropolysProvider,{siteId:e.siteId,apiUrl:e.apiUrl,apiToken:e.apiToken,vertical:e.vertical||"commerce",shopperId:e.shopperId,onAddToCart:t,onAction:e.onAction,getCart:Tn,children:(0,la.jsx)(Qc,{position:e.position,dockable:e.dockable!==!1,isInline:a,children:(0,la.jsx)(Pr,{label:e.buttonLabel||"Ask Kiku",title:e.title||"kiku",placeholder:e.placeholder,defaultCurrency:e.defaultCurrency||"$",chips:e.chips,theme:e.theme||"dark",enableVoice:e.enableVoice!==!1,voiceLang:e.voiceLang,enableVision:e.enableVision!==!1,visionCategoryHint:e.visionCategoryHint,enableAudioResponse:e.enableAudioResponse!==!1,ttsVoice:e.ttsVoice||"Puck",autoSpeakResponses:e.autoSpeakResponses!==!1})})})}function Jc(){typeof document>"u"||document.addEventListener("click",e=>{e.target?.closest("[data-kiku-open], [data-kiku-toggle], .kiku-trigger")&&(e.preventDefault(),window.Kiku?.open())})}function Rn(e){if(typeof window>"u"||typeof document>"u")return;let a={},t=document.getElementById("akropolys-kiku-script");if(t){let s=t.dataset;a={siteId:s.siteId,apiToken:s.apiToken,apiUrl:s.apiUrl,theme:s.theme,buttonLabel:s.buttonLabel,position:s.position,containerId:s.containerId,containerSelector:s.containerSelector,dockable:s.dockable!=="false",enableVoice:s.enableVoice==="true"||s.enableVoice==="1",enableVision:s.enableVision==="true"||s.enableVision==="1"}}let r={...a,...window.AkropolysConfig||{},...e||{}};(!r.siteId||!r.apiToken)&&console.warn('[Akropolys] Missing siteId or apiToken. Configure window.AkropolysConfig = { siteId: "...", apiToken: "..." }');let n=null,i=!1;r.containerSelector&&(n=document.querySelector(r.containerSelector),n&&(i=!0)),!n&&r.containerId&&(n=document.getElementById(r.containerId),n&&(i=!0)),n||(n=document.getElementById("kiku-mount")||document.querySelector("[data-kiku-mount]"),n&&(i=!0)),n||(n=document.createElement("div"),n.id="akropolys-kiku-host",document.body.appendChild(n)),(0,Hi.createRoot)(n).render((0,la.jsx)(Xc,{config:r,isInline:i})),Jc(),window.Kiku={version:"1.7.19",open:()=>{document.querySelector(".hsk-cb-btn")?.click()},close:()=>{document.querySelector('.hsk-cb-topbar-btn[aria-label="Close"]')?.click()},toggle:()=>{document.querySelector(".hsk-cb-overlay")?window.Kiku?.close():window.Kiku?.open()},resetPosition:()=>{try{localStorage.removeItem("akropolys_dock_pos"),window.location.reload()}catch{}},ingest:async s=>{let o=(0,Ta.getAkropolysClient)();if(o&&s){let d=zr(s);await o.ingest(d)}},getClient:()=>(0,Ta.getAkropolysClient)(),config:r}}if(typeof window<"u"){let e=()=>!!(window.AkropolysConfig||document.getElementById("akropolys-kiku-script")||document.getElementById("kiku-mount")||document.querySelector("[data-kiku-mount]")),a=()=>{e()&&Rn()};document.readyState==="loading"?document.addEventListener("DOMContentLoaded",a):setTimeout(a,0)}0&&(module.exports={ChatWidget,KikuButton,KikuChat,SearchBar,Sparkle,VisualSearch,VoiceButton,initKiku,normalizeShopifyProduct,shopifyAddToCart,shopifyGetCart});
47
+ Question: ${y}`;await R(E,y)}else await R(y)},H=w=>{w.key==="Enter"&&!w.shiftKey&&!w.nativeEvent.isComposing&&(w.preventDefault(),m())},Q=w=>{C(w.target.value);let y=w.target;y.style.height="auto",y.style.height=`${Math.min(y.scrollHeight,140)}px`},oe={...s?.primaryColor&&{"--hsk-primary":s.primaryColor},...s?.backgroundColor&&{"--hsk-bg":s.backgroundColor},...s?.textColor&&{"--hsk-text":s.textColor},...s?.fontFamily&&{"--hsk-font":s.fontFamily},...s?.borderRadius&&{"--hsk-border-radius":s.borderRadius}},M=S.length===0&&l?[{role:"assistant",content:`Hi! I can help you with **${l.name}**. Ask me about its specifications, features, compare it with other options, or find alternatives!`}]:S;return G?(0,b.jsx)("div",{ref:ee,className:ae("hsk-sp-backdrop hsk-sp-mobile-view",o.backdrop),onClick:n,style:{backdropFilter:`blur(${V})`,WebkitBackdropFilter:`blur(${V})`,background:ne??void 0,...oe},children:(0,b.jsxs)("div",{className:ae("hsk-sp-card hsk-sp-fullscreen hsk-sp-mobile-card",o.card),onClick:w=>w.stopPropagation(),children:[(0,b.jsxs)("div",{className:"hsk-sp-header",children:[(0,b.jsx)("span",{className:"hsk-sp-header-icon",style:{display:"flex",alignItems:"center"},children:(0,b.jsx)(ca,{})}),(0,b.jsxs)("div",{className:"hsk-sp-header-body",children:[(0,b.jsxs)("div",{className:"hsk-sp-header-title-row",children:[(0,b.jsx)("div",{className:"hsk-sp-header-title",children:l?.name||e}),l&&(0,b.jsx)("button",{type:"button",className:"hsk-sp-header-specs-btn",onClick:()=>q(!0),children:"Specs"})]}),(0,b.jsx)("div",{className:"hsk-sp-header-sub",children:"kiku"})]}),(0,b.jsx)("button",{className:"hsk-sp-close",onClick:n,"aria-label":"Close",children:(0,b.jsx)(Ei,{})})]}),v&&(0,b.jsx)("div",{className:"hsk-sp-bar"}),(0,b.jsxs)("div",{className:"hsk-sp-mobile-chat-container",children:[(0,b.jsxs)("div",{className:"hsk-cb-msgs",children:[M.map((w,y)=>{let E=w.role==="user";return(0,b.jsx)("div",{className:"hsk-cb-msg-group",children:E?(0,b.jsx)("div",{className:"hsk-cb-user-msg",children:(0,b.jsx)("div",{className:"hsk-cb-user-bubble",children:w.content})}):(0,b.jsxs)("div",{className:"hsk-cb-ai-msg",children:[(0,b.jsx)("div",{className:"hsk-cb-ai-icon",style:{display:"flex",alignItems:"center"},children:(0,b.jsx)(ca,{})}),(0,b.jsxs)("div",{className:"hsk-cb-ai-body",children:[(0,b.jsx)("div",{className:"hsk-cb-ai-text",children:ta(w.content)}),y===0&&l&&(0,b.jsxs)("div",{className:"hsk-sp-mobile-attachment-deck",children:[(0,b.jsxs)("div",{className:"hsk-sp-mobile-main-card",children:[(0,b.jsx)("div",{className:"hsk-sp-mobile-main-card-img",children:l.images?.[0]?(0,b.jsx)("img",{src:l.images[0],alt:l.name}):(0,b.jsx)("span",{children:"\xF0\u0178\u203A\x8D"})}),(0,b.jsxs)("div",{className:"hsk-sp-mobile-main-card-info",children:[(0,b.jsx)("div",{className:"hsk-sp-mobile-main-card-brand",children:l.brand||l.category||"Product"}),(0,b.jsx)("div",{className:"hsk-sp-mobile-main-card-name",children:l.name}),(0,b.jsxs)("div",{className:"hsk-sp-mobile-main-card-price",children:[l.currency??"KES"," ",parseFloat(l.price?.replace(/[^0-9.]/g,"")||"0").toLocaleString()]})]}),(l.specs&&Object.keys(l.specs).length>0||l.description)&&(0,b.jsx)("button",{type:"button",className:"hsk-sp-mobile-main-card-specs-btn",onClick:()=>q(!0),children:"Specs"})]}),(()=>{let K=k.filter(g=>{let X=!!(g.entity.name&&l?.name&&g.entity.name.toLowerCase()===l.name.toLowerCase()),ce=g.entity.slug&&l?.slug&&g.entity.slug.toLowerCase()===l.slug.toLowerCase();return!X&&!ce});return K.length===0?null:(0,b.jsxs)("div",{className:"hsk-sp-mobile-similar-carousel-inline",children:[(0,b.jsx)("div",{className:"hsk-sp-mobile-similar-carousel-title",children:"Similar Products"}),(0,b.jsx)("div",{className:"hsk-sp-mobile-similar-carousel-list",children:K.map(g=>{let X=parseFloat(g.entity.price?.replace(/[^0-9.]/g,"")||"0"),ce=g.entity.currency??"KES";return(0,b.jsxs)("div",{className:"hsk-sp-mobile-similar-carousel-item",onClick:()=>J(g),children:[(0,b.jsx)("div",{className:"hsk-sp-mobile-similar-carousel-img",children:g.entity.images?.[0]?(0,b.jsx)("img",{src:g.entity.images[0],alt:g.entity.name}):(0,b.jsx)("span",{children:"\xF0\u0178\u203A\x8D"})}),(0,b.jsxs)("div",{className:"hsk-sp-mobile-similar-carousel-meta",children:[(0,b.jsx)("div",{className:"hsk-sp-mobile-similar-carousel-name",title:g.entity.name,children:g.entity.name}),(0,b.jsxs)("div",{className:"hsk-sp-mobile-similar-carousel-price",children:[ce," ",X.toLocaleString()]})]})]},g.id)})})]})})()]})]})]})},y)}),L&&(0,b.jsxs)("div",{className:"hsk-cb-typing-row",children:[(0,b.jsx)("div",{className:"hsk-cb-ai-icon",style:{display:"flex",alignItems:"center"},children:(0,b.jsx)(ca,{})}),(0,b.jsxs)("div",{className:"hsk-cb-typing",children:[(0,b.jsx)("div",{className:"hsk-cb-dot"}),(0,b.jsx)("div",{className:"hsk-cb-dot"}),(0,b.jsx)("div",{className:"hsk-cb-dot"})]})]}),f&&(0,b.jsx)("div",{className:"hsk-cb-error",children:Di(f)}),(0,b.jsx)("div",{ref:_,style:{height:1}})]}),(0,b.jsx)("div",{className:"hsk-cb-input-wrap",children:(0,b.jsxs)("div",{className:"hsk-cb-input-box",children:[(0,b.jsx)("textarea",{ref:D,className:"hsk-cb-textarea",value:N,onChange:Q,onKeyDown:H,placeholder:"Ask about this product, specs, or comparison...",rows:1,disabled:L}),(0,b.jsx)("button",{className:"hsk-cb-send",onClick:()=>m(),disabled:!N.trim()||L,"aria-label":"Send message",children:(0,b.jsx)(Ba,{})})]})})]}),U&&l&&(0,b.jsx)("div",{className:"hsk-sp-mobile-specs-overlay",onClick:()=>q(!1),children:(0,b.jsxs)("div",{className:"hsk-sp-mobile-specs-drawer",onClick:w=>w.stopPropagation(),children:[(0,b.jsxs)("div",{className:"hsk-sp-mobile-specs-header",children:[(0,b.jsx)("h3",{children:"Specifications"}),(0,b.jsx)("button",{type:"button",onClick:()=>q(!1),children:"Close"})]}),(0,b.jsxs)("div",{className:"hsk-sp-mobile-specs-body",children:[(0,b.jsx)("h4",{className:"hsk-sp-mobile-specs-title",children:l.name}),l.description&&(0,b.jsxs)("div",{className:"hsk-sp-mobile-specs-desc",children:[(0,b.jsx)("h5",{children:"Description"}),(0,b.jsx)("p",{children:l.description})]}),l.specs&&Object.keys(l.specs).length>0&&(0,b.jsxs)("div",{className:"hsk-sp-mobile-specs-list",children:[(0,b.jsx)("h5",{children:"Details"}),Object.entries(l.specs).map(([w,y])=>(0,b.jsxs)("div",{className:"hsk-sp-mobile-spec-row",children:[(0,b.jsx)("span",{className:"hsk-sp-mobile-spec-label",children:w}),(0,b.jsx)("span",{className:"hsk-sp-mobile-spec-value",children:y})]},w))]})]})]})})]})}):(0,b.jsx)("div",{className:ae("hsk-sp-backdrop",o.backdrop),onClick:n,style:{backdropFilter:`blur(${V})`,WebkitBackdropFilter:`blur(${V})`,background:ne??void 0,...oe},children:(0,b.jsxs)("div",{className:ae("hsk-sp-card hsk-sp-fullscreen",o.card),onClick:w=>w.stopPropagation(),children:[(0,b.jsxs)("div",{className:"hsk-sp-header",children:[(0,b.jsx)("span",{className:"hsk-sp-header-icon",style:{display:"flex",alignItems:"center"},children:(0,b.jsx)(ca,{})}),(0,b.jsxs)("div",{className:"hsk-sp-header-body",children:[(0,b.jsx)("div",{className:"hsk-sp-header-title",children:l?.name||e}),(0,b.jsx)("div",{className:"hsk-sp-header-sub",children:"Ask questions, compare specs, or check similar products"})]}),(0,b.jsx)("button",{className:"hsk-sp-close",onClick:n,"aria-label":"Close",children:(0,b.jsx)(Ei,{})})]}),v&&(0,b.jsx)("div",{className:"hsk-sp-bar"}),(0,b.jsxs)("div",{className:"hsk-sp-body",children:[(0,b.jsxs)("div",{className:"hsk-sp-details-pane",children:[l&&(0,b.jsxs)("div",{className:"hsk-sp-product-profile-container",children:[(0,b.jsxs)("div",{className:"hsk-sp-product-profile",children:[(0,b.jsx)("div",{className:"hsk-sp-details-imgwrap",children:l.images?.[0]?(0,b.jsx)("img",{src:l.images[0],alt:l.name}):(0,b.jsx)("span",{className:"hsk-sp-img-placeholder",children:"\xF0\u0178\u203A\x8D"})}),(0,b.jsxs)("div",{className:"hsk-sp-details-meta",children:[l.brand&&(0,b.jsx)("span",{className:"hsk-sp-item-brand",children:l.brand}),l.category&&(0,b.jsx)("span",{className:"hsk-sp-item-cat",children:l.category}),(0,b.jsx)("h2",{className:"hsk-sp-details-name",children:l.name}),(0,b.jsxs)("div",{className:"hsk-sp-item-price-row",children:[(0,b.jsx)("span",{className:"hsk-sp-item-currency",children:l.currency??"KES"}),(0,b.jsx)("span",{className:"hsk-sp-item-price",children:parseFloat(l.price?.replace(/[^0-9.]/g,"")||"0").toLocaleString()}),l.originalPrice&&(0,b.jsx)("span",{className:"hsk-sp-item-original-price",children:parseFloat(l.originalPrice.replace(/[^0-9.]/g,"")||"0").toLocaleString()}),l.discount&&(0,b.jsxs)("span",{className:"hsk-sp-item-discount",children:["(",l.discount,")"]})]}),(0,b.jsxs)("div",{className:"hsk-sp-item-meta-badges",children:[l.rating&&(0,b.jsxs)("span",{className:"hsk-sp-meta-badge hsk-sp-meta-badge-rating",children:["\xE2\u02DC\u2026 ",parseFloat(l.rating.toString()).toFixed(1)," ",l.reviewCount?`(${l.reviewCount})`:""]}),l.availability&&(0,b.jsx)("span",{className:`hsk-sp-meta-badge hsk-sp-meta-badge-avail ${l.availability.toLowerCase().includes("in")?"in-stock":"out-stock"}`,children:l.availability}),l.stock&&!l.availability&&(0,b.jsxs)("span",{className:"hsk-sp-meta-badge hsk-sp-meta-badge-stock",children:["Stock: ",l.stock]})]})]})]}),l.specs&&Object.keys(l.specs).length>0&&(0,b.jsx)("div",{className:"hsk-sp-specs-horizontal",children:Object.entries(l.specs).map(([w,y])=>(0,b.jsxs)("div",{className:"hsk-sp-spec-item-horizontal",children:[(0,b.jsxs)("span",{className:"hsk-sp-spec-label-horizontal",children:[w,":"]}),(0,b.jsx)("span",{className:"hsk-sp-spec-value-horizontal",title:y,children:y})]},w))}),l.description&&(0,b.jsxs)("div",{className:"hsk-sp-details-desc",children:[(0,b.jsx)("h4",{children:"Description"}),(0,b.jsx)("p",{children:l.description})]})]}),(0,b.jsxs)("div",{className:"hsk-sp-similar-section",children:[(0,b.jsx)("h3",{children:"Similar Products"}),(0,b.jsx)("div",{className:"hsk-sp-results",children:(()=>{let w=k.filter(y=>{let E=!!(y.entity.name&&l?.name&&y.entity.name.toLowerCase()===l.name.toLowerCase()),K=y.entity.slug&&l?.slug&&y.entity.slug.toLowerCase()===l.slug.toLowerCase();return!E&&!K});return!v&&w.length===0?(0,b.jsx)("div",{className:"hsk-sp-empty",children:"No similar products found."}):w.map((y,E)=>{let K=parseFloat(y.entity.price?.replace(/[^0-9.]/g,"")||"0"),g=y.entity.currency??"KES";return(0,b.jsxs)("div",{className:ae("hsk-sp-item",o.item),style:{animationDelay:`${E*55}ms`,cursor:"pointer"},onClick:()=>J(y),children:[(0,b.jsx)("div",{className:"hsk-sp-img-wrap",children:y.entity.images?.[0]?(0,b.jsx)("img",{src:y.entity.images[0],alt:y.entity.name}):(0,b.jsx)("span",{className:"hsk-sp-img-placeholder",children:"\xF0\u0178\u203A\x8D"})}),(0,b.jsxs)("div",{className:"hsk-sp-item-body",children:[(0,b.jsxs)("div",{children:[y.entity.category&&(0,b.jsx)("div",{className:"hsk-sp-item-cat",children:y.entity.category}),(0,b.jsx)("div",{className:"hsk-sp-item-name",title:y.entity.name,children:y.entity.name})]}),(0,b.jsxs)("div",{className:"hsk-sp-item-price-row",children:[(0,b.jsx)("span",{className:"hsk-sp-item-currency",children:g}),(0,b.jsx)("span",{className:"hsk-sp-item-price",children:K.toLocaleString()})]}),(0,b.jsx)("div",{className:"hsk-sp-actions",children:(0,b.jsx)("button",{className:"hsk-sp-action hsk-sp-action-primary",onClick:X=>{X.stopPropagation(),J(y)},children:"View"})})]})]},y.id)})})()})]})]}),(0,b.jsxs)("div",{className:"hsk-sp-chat-pane",children:[(0,b.jsxs)("div",{className:"hsk-cb-msgs",children:[M.map((w,y)=>{let E=w.role==="user";return(0,b.jsx)("div",{className:"hsk-cb-msg-group",children:E?(0,b.jsx)("div",{className:"hsk-cb-user-msg",children:(0,b.jsx)("div",{className:"hsk-cb-user-bubble",children:w.content})}):(0,b.jsxs)("div",{className:"hsk-cb-ai-msg",children:[(0,b.jsx)("div",{className:"hsk-cb-ai-icon",style:{display:"flex",alignItems:"center"},children:(0,b.jsx)(ca,{})}),(0,b.jsx)("div",{className:"hsk-cb-ai-body",children:(0,b.jsx)("div",{className:"hsk-cb-ai-text",children:ta(w.content)})})]})},y)}),L&&(0,b.jsxs)("div",{className:"hsk-cb-typing-row",children:[(0,b.jsx)("div",{className:"hsk-cb-ai-icon",style:{display:"flex",alignItems:"center"},children:(0,b.jsx)(ca,{})}),(0,b.jsxs)("div",{className:"hsk-cb-typing",children:[(0,b.jsx)("div",{className:"hsk-cb-dot"}),(0,b.jsx)("div",{className:"hsk-cb-dot"}),(0,b.jsx)("div",{className:"hsk-cb-dot"})]})]}),f&&(0,b.jsx)("div",{className:"hsk-cb-error",children:Di(f)}),(0,b.jsx)("div",{ref:_,style:{height:1}})]}),(0,b.jsxs)("div",{className:"hsk-cb-input-wrap",children:[(0,b.jsxs)("div",{className:"hsk-cb-input-box",children:[(0,b.jsx)("textarea",{ref:D,className:"hsk-cb-textarea",value:N,onChange:Q,onKeyDown:H,placeholder:"Ask about this product, specs, or comparison...",rows:1,disabled:L}),(0,b.jsx)("button",{className:"hsk-cb-send",onClick:()=>m(),disabled:!N.trim()||L,"aria-label":"Send message",children:(0,b.jsx)(Ba,{})})]}),(0,b.jsx)("div",{className:"hsk-cb-hint",children:"Akropolys \xB7 instant product knowledge"})]})]})]}),(0,b.jsx)("div",{className:"hsk-sp-footer",children:(0,b.jsx)("span",{className:"hsk-sp-esc",children:"Esc to close"})})]})})}function _i({productName:e,limit:a=8,onResult:t,backdropColor:r,backdropBlur:n,className:i,onNavigate:c,theme:s,classNames:o={},product:d,children:p}){let[h,u]=(0,Ee.useState)(!1),[l,k]=(0,Ee.useState)(!1);(0,Ee.useEffect)(()=>{k(!0)},[]);let v={...s?.primaryColor&&{"--hsk-primary":s.primaryColor},...s?.backgroundColor&&{"--hsk-bg":s.backgroundColor},...s?.textColor&&{"--hsk-text":s.textColor},...s?.fontFamily&&{"--hsk-font":s.fontFamily},...s?.borderRadius&&{"--hsk-border-radius":s.borderRadius}};return(0,b.jsxs)(b.Fragment,{children:[(0,b.jsx)("button",{className:ae("hsk-sp-btn",o.button,i),onClick:()=>u(!0),style:v,title:"Find similar products","aria-label":"Find similar products",children:p||(0,b.jsx)(ca,{})}),h&&l&&(0,Fi.createPortal)((0,b.jsx)(Gc,{productName:e,limit:a,onResult:t,backdropColor:r,backdropBlur:n,onClose:()=>u(!1),onNavigate:c,theme:s,classNames:o,product:d}),Ka()??document.body)]})}var _t=require("react"),Hi=require("react-dom/client"),Ta=require("@akropolys/sdk");var la=require("react/jsx-runtime");function Pr(e){if(!e||typeof e!="object")return{};let a=String(e.id??e.handle??e.url??""),t=e.title||e.name||"",r;typeof e.price=="number"?r=e.price>=100&&Number.isInteger(e.price)?(e.price/100).toFixed(2):e.price.toString():typeof e.price=="string"&&(r=e.price);let n=e.featured_image||e.image;if(!n&&Array.isArray(e.images)&&e.images.length>0){let l=e.images[0];n=typeof l=="string"?l:l?.src}typeof n=="string"&&n.startsWith("//")&&(n="https:"+n);let i=e.url||"";if(!i&&e.handle&&(i=`/products/${e.handle}`),i&&typeof window<"u"&&!i.startsWith("http"))try{i=new URL(i,window.location.origin).href}catch{}let c=e.type||e.product_type||e.category||"",s=e.vendor||e.brand||"",o=Array.isArray(e.tags)?e.tags:typeof e.tags=="string"?e.tags.split(",").map(l=>l.trim()).filter(Boolean):[],d=e.description||e.body_html||"",p=typeof d=="string"?d.replace(/<[^>]*>?/gm,"").trim():"",h=Array.isArray(e.variants)&&e.variants.length>0?e.variants[0]:null,u=h?h.id:void 0;return{id:a,name:t,title:t,price:r,image:n,url:i||(typeof window<"u"?window.location.href:""),category:c,brand:s,tags:o,description:p,availability:e.available!==!1?"in_stock":"out_of_stock",variant_id:u?String(u):void 0,shopify_product_id:e.id?String(e.id):void 0,handle:e.handle||void 0}}function Nn(e){if(!e||e.length===0)return Promise.resolve();let a=e.map(t=>({id:t.fields?.variant_id||t.fields?.shopify_variant_id||t.id,quantity:1}));return fetch("/cart/add.js",{method:"POST",headers:{"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify({items:a})}).then(async t=>{t.ok||console.warn("[Akropolys Shopify] /cart/add.js returned error status:",t.status);let r=await t.json().catch(()=>null);return typeof document<"u"&&(document.dispatchEvent(new CustomEvent("cart:updated",{bubbles:!0,detail:{items:r}})),document.dispatchEvent(new CustomEvent("cart:refresh",{bubbles:!0,detail:{items:r}})),document.dispatchEvent(new CustomEvent("cart:build",{bubbles:!0})),window.dispatchEvent(new CustomEvent("cart:updated",{detail:{items:r}}))),r}).catch(t=>{console.warn("[Akropolys Shopify] Add to cart network error:",t)})}function Tn(){return fetch("/cart.js",{headers:{Accept:"application/json"}}).then(e=>e.ok?e.json():null).catch(()=>null)}function Qc({children:e,position:a="bottom-right",dockable:t=!0,isInline:r=!1}){if(r||a==="inline"||a==="custom"||a==="hidden"||t===!1)return(0,la.jsx)("div",{className:"akropolys-kiku-inline-wrapper",style:{display:"inline-flex",alignItems:"center"},children:e});let[n,i]=(0,_t.useState)(null),[c,s]=(0,_t.useState)(!1),o=(0,_t.useRef)(null),d=(0,_t.useRef)(null);(0,_t.useEffect)(()=>{if(typeof window>"u")return;let l=()=>{let z=window.innerWidth-140-20,L=window.innerHeight-44-20;a==="bottom-left"?(z=20,L=window.innerHeight-44-20):a==="top-right"?(z=window.innerWidth-140-20,L=20):a==="top-left"&&(z=20,L=20);try{let f=localStorage.getItem("akropolys_dock_pos");if(f){let R=JSON.parse(f);if(typeof R.x=="number"&&typeof R.y=="number"){let N=Math.max(10,Math.min(window.innerWidth-60,R.x)),C=Math.max(10,Math.min(window.innerHeight-60,R.y));return{x:N,y:C}}}}catch{}return{x:Math.max(10,z),y:Math.max(10,L)}};i(l());let k=()=>{i(v=>{if(!v)return l();let x=Math.max(10,Math.min(window.innerWidth-60,v.x)),S=Math.max(10,Math.min(window.innerHeight-60,v.y));return{x,y:S}})};return window.addEventListener("resize",k),()=>window.removeEventListener("resize",k)},[a]);let p=l=>{if(!d.current)return;let k=d.current.getBoundingClientRect();o.current={startX:l.clientX,startY:l.clientY,initX:k.left,initY:k.top,moved:!1};try{l.target.setPointerCapture?.(l.pointerId)}catch{}},h=l=>{if(!o.current)return;let k=l.clientX-o.current.startX,v=l.clientY-o.current.startY;if(!o.current.moved&&Math.hypot(k,v)>6&&(o.current.moved=!0,s(!0)),o.current.moved){let x=d.current?.offsetWidth||140,S=d.current?.offsetHeight||44,z=Math.max(8,Math.min(window.innerWidth-x-8,o.current.initX+k)),L=Math.max(8,Math.min(window.innerHeight-S-8,o.current.initY+v));i({x:z,y:L})}},u=()=>{if(!o.current)return;let l=o.current.moved;if(o.current=null,s(!1),l&&n){try{localStorage.setItem("akropolys_dock_pos",JSON.stringify(n))}catch{}let k=v=>{v.stopPropagation(),v.preventDefault(),window.removeEventListener("click",k,!0)};window.addEventListener("click",k,!0),setTimeout(()=>window.removeEventListener("click",k,!0),120)}};return n?(0,la.jsx)("div",{ref:d,className:"akropolys-kiku-dock-wrapper",onPointerDown:p,onPointerMove:h,onPointerUp:u,onPointerCancel:u,title:"Drag to dock anywhere",style:{position:"fixed",left:`${n.x}px`,top:`${n.y}px`,zIndex:2147483640,touchAction:"none",cursor:c?"grabbing":"grab",transition:c?"none":"transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s ease",transform:c?"scale(1.05)":"scale(1)",userSelect:"none",WebkitUserSelect:"none"},children:e}):null}function Xc({config:e,isInline:a}){(0,_t.useEffect)(()=>{let r=(0,Ta.getAkropolysClient)();if(!r)return;let n=e.product;if(!n&&typeof window.meta?.product=="object"&&(n=window.meta.product),n){let i=Pr(n);(i.id||i.url)&&r.ingest(i).catch(c=>{console.debug("[Akropolys Shopify] Auto-ingest notice:",c)})}},[e.product]);let t=r=>{if(e.onAddToCart){e.onAddToCart(r);return}Nn(r)};return(0,la.jsx)(Ta.AkropolysProvider,{siteId:e.siteId,apiUrl:e.apiUrl,apiToken:e.apiToken,vertical:e.vertical||"commerce",shopperId:e.shopperId,onAddToCart:t,onAction:e.onAction,getCart:Tn,children:(0,la.jsx)(Qc,{position:e.position,dockable:e.dockable!==!1,isInline:a,children:(0,la.jsx)(zr,{label:e.buttonLabel||"Ask Kiku",title:e.title||"kiku",placeholder:e.placeholder,defaultCurrency:e.defaultCurrency||"$",chips:e.chips,theme:e.theme||"dark",enableVoice:e.enableVoice!==!1,voiceLang:e.voiceLang,enableVision:e.enableVision!==!1,visionCategoryHint:e.visionCategoryHint,enableAudioResponse:e.enableAudioResponse!==!1,ttsVoice:e.ttsVoice||"Puck",autoSpeakResponses:e.autoSpeakResponses!==!1})})})}function Jc(){typeof document>"u"||document.addEventListener("click",e=>{e.target?.closest("[data-kiku-open], [data-kiku-toggle], .kiku-trigger")&&(e.preventDefault(),window.Kiku?.open())})}function Rn(e){if(typeof window>"u"||typeof document>"u")return;let a={},t=document.getElementById("akropolys-kiku-script");if(t){let s=t.dataset;a={siteId:s.siteId,apiToken:s.apiToken,apiUrl:s.apiUrl,theme:s.theme,buttonLabel:s.buttonLabel,position:s.position,containerId:s.containerId,containerSelector:s.containerSelector,dockable:s.dockable!=="false",enableVoice:s.enableVoice==="true"||s.enableVoice==="1",enableVision:s.enableVision==="true"||s.enableVision==="1"}}let r={...a,...window.AkropolysConfig||{},...e||{}};(!r.siteId||!r.apiToken)&&console.warn('[Akropolys] Missing siteId or apiToken. Configure window.AkropolysConfig = { siteId: "...", apiToken: "..." }');let n=null,i=!1;r.containerSelector&&(n=document.querySelector(r.containerSelector),n&&(i=!0)),!n&&r.containerId&&(n=document.getElementById(r.containerId),n&&(i=!0)),n||(n=document.getElementById("kiku-mount")||document.querySelector("[data-kiku-mount]"),n&&(i=!0)),n||(n=document.createElement("div"),n.id="akropolys-kiku-host",document.body.appendChild(n)),(0,Hi.createRoot)(n).render((0,la.jsx)(Xc,{config:r,isInline:i})),Jc(),window.Kiku={version:"1.7.19",open:()=>{document.querySelector(".hsk-cb-btn")?.click()},close:()=>{document.querySelector('.hsk-cb-topbar-btn[aria-label="Close"]')?.click()},toggle:()=>{document.querySelector(".hsk-cb-overlay")?window.Kiku?.close():window.Kiku?.open()},resetPosition:()=>{try{localStorage.removeItem("akropolys_dock_pos"),window.location.reload()}catch{}},ingest:async s=>{let o=(0,Ta.getAkropolysClient)();if(o&&s){let d=Pr(s);await o.ingest(d)}},getClient:()=>(0,Ta.getAkropolysClient)(),config:r}}if(typeof window<"u"){let e=()=>!!(window.AkropolysConfig||document.getElementById("akropolys-kiku-script")||document.getElementById("kiku-mount")||document.querySelector("[data-kiku-mount]")),a=()=>{e()&&Rn()};document.readyState==="loading"?document.addEventListener("DOMContentLoaded",a):setTimeout(a,0)}0&&(module.exports={ChatWidget,KikuButton,KikuChat,SearchBar,Sparkle,VisualSearch,VoiceButton,initKiku,normalizeShopifyProduct,shopifyAddToCart,shopifyGetCart});
48
48
  //# sourceMappingURL=index.js.map