@akropolys/kiku 1.8.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,19 +1,10 @@
1
1
  'use client';
2
- "use strict";var lc=Object.create;var Rr=Object.defineProperty;var pc=Object.getOwnPropertyDescriptor;var dc=Object.getOwnPropertyNames;var hc=Object.getPrototypeOf,uc=Object.prototype.hasOwnProperty;var mc=(e,t)=>{for(var a in t)Rr(e,a,{get:t[a],enumerable:!0})},vn=(e,t,a,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of dc(t))!uc.call(e,o)&&o!==a&&Rr(e,o,{get:()=>t[o],enumerable:!(r=pc(t,o))||r.enumerable});return e};var Lt=(e,t,a)=>(a=e!=null?lc(hc(e)):{},vn(t||!e||!e.__esModule?Rr(a,"default",{value:e,enumerable:!0}):a,e)),kc=e=>vn(Rr({},"__esModule",{value:!0}),e);var Kl={};mc(Kl,{ChatWidget:()=>wo,KikuButton:()=>to,KikuChat:()=>wo,ScoutCharacter:()=>Ft,ScoutRail:()=>lr,SearchBar:()=>Sn,Sparkle:()=>gs,VisualSearch:()=>Dr,VoiceButton:()=>Lr,initKiku:()=>nn,normalizeShopifyProduct:()=>ao,shopifyAddToCart:()=>rn,shopifyGetCart:()=>on});module.exports=kc(Kl);var jt=require("react"),Pr=require("@akropolys/sdk");function yn(e){var t,a,r="";if(typeof e=="string"||typeof e=="number")r+=e;else if(typeof e=="object")if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(a=yn(e[t]))&&(r&&(r+=" "),r+=a)}else for(a in e)e[a]&&(r&&(r+=" "),r+=a);return r}function xn(){for(var e,t,a=0,r="",o=arguments.length;a<o;a++)(e=arguments[a])&&(t=yn(e))&&(r&&(r+=" "),r+=t);return r}function J(...e){return xn(e)}var ve=require("react/jsx-runtime"),wn=()=>(0,ve.jsxs)("svg",{width:"15",height:"15",viewBox:"0 0 20 20",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",children:[(0,ve.jsx)("circle",{cx:"8.5",cy:"8.5",r:"5.5"}),(0,ve.jsx)("line",{x1:"13",y1:"13",x2:"18",y2:"18"})]});function Sn({placeholder:e="Search products\u2026",limit:t=10,debounceMs:a=150,onSelect:r,className:o,inputClassName:n,dropdownClassName:i,renderResult:c,theme:s,classNames:l={}}){let[h,d]=(0,jt.useState)(""),[u,p]=(0,jt.useState)(!1),{results:k,loading:y,search:v,clear:N}=(0,Pr.useSearch)({debounceMs:a}),P=(0,Pr.useAkropolysContext)(),L=(0,jt.useRef)(null),f=(0,jt.useRef)(!1);(0,jt.useEffect)(()=>{if(f.current){f.current=!1;return}if(!h.trim()){N(),p(!1);return}p(!0),v(h,t)},[h]),(0,jt.useEffect)(()=>{let T=_=>{L.current&&!L.current.contains(_.target)&&p(!1)};return document.addEventListener("mousedown",T),()=>document.removeEventListener("mousedown",T)},[]);let z=T=>{h.trim()&&P.api.searchVector(h,1,void 0,!0).catch(()=>{}),f.current=!0,p(!1),d(T.entity.title??T.entity.name??""),r?.(T)},$=()=>{h.trim()&&(P.api.searchVector(h,1,void 0,!0).catch(()=>{}),k.length>0&&z(k[0]))},S=u&&h.trim().length>0,Y={...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,ve.jsxs)("div",{className:J("hsk-sb-wrap",l.root,o),ref:L,style:Y,children:[(0,ve.jsx)("span",{className:"hsk-sb-icon",children:(0,ve.jsx)(wn,{})}),(0,ve.jsx)("input",{className:J("hsk-sb-input",l.input,n),type:"text",value:h,placeholder:e,onChange:T=>d(T.target.value),onFocus:()=>k.length>0&&h.trim()&&p(!0),onKeyDown:T=>{T.key==="Enter"&&$()},autoComplete:"off",spellCheck:!1}),S&&(0,ve.jsxs)("div",{className:J("hsk-sb-drop",l.dropdown,i),style:{position:"absolute"},children:[y&&(0,ve.jsx)("div",{className:"hsk-sb-loading-bar"}),y&&k.length===0?(0,ve.jsxs)(ve.Fragment,{children:[(0,ve.jsxs)("div",{className:"hsk-sb-skeleton-row",children:[(0,ve.jsx)("span",{className:"hsk-sb-skeleton-icon"}),(0,ve.jsxs)("div",{className:"hsk-sb-row-body",children:[(0,ve.jsx)("div",{className:"hsk-sb-skeleton-text1"}),(0,ve.jsx)("div",{className:"hsk-sb-skeleton-text2"})]})]}),(0,ve.jsxs)("div",{className:"hsk-sb-skeleton-row",children:[(0,ve.jsx)("span",{className:"hsk-sb-skeleton-icon"}),(0,ve.jsxs)("div",{className:"hsk-sb-row-body",children:[(0,ve.jsx)("div",{className:"hsk-sb-skeleton-text1",style:{width:"45%"}}),(0,ve.jsx)("div",{className:"hsk-sb-skeleton-text2",style:{width:"25%"}})]})]})]}):(0,ve.jsxs)(ve.Fragment,{children:[k.length===0&&!y&&(0,ve.jsxs)("div",{className:"hsk-sb-empty",children:["No results for \u201C",h,"\u201D"]}),k.map((T,_)=>{if(c)return(0,ve.jsx)("div",{onClick:()=>z(T),className:"hsk-sb-fade",style:{animationDelay:`${_*18}ms`},children:c(T)},T.id);let F=T.entity.image??T.entity.thumbnail??T.entity.images?.[0];return(0,ve.jsxs)("div",{className:J("hsk-sb-row hsk-sb-fade",l.row),style:{animationDelay:`${_*18}ms`},onClick:()=>z(T),children:[(0,ve.jsx)("span",{className:"hsk-sb-row-thumb",children:F?(0,ve.jsx)("img",{src:F,alt:"",loading:"lazy",onError:ae=>{ae.currentTarget.style.display="none"}}):(0,ve.jsx)(wn,{})}),(0,ve.jsxs)("div",{className:"hsk-sb-row-body",children:[(0,ve.jsx)("div",{className:"hsk-sb-row-title",children:T.entity.title??T.entity.name}),(T.entity.category||T.entity.brand)&&(0,ve.jsx)("div",{className:"hsk-sb-row-sub",children:T.entity.category??T.entity.brand})]})]},T.id)})]})]})]})}var Ze=require("react"),Ea=require("@akropolys/sdk");var pa=Lt(require("react")),Ce=require("react/jsx-runtime"),bc=/[ \t]{2,}/g,fc=/ ([.,!?:;])/g,gc=/\(([ \t]+)/g,vc=/([ \t]+)\)/g,yc=/(\d+)\s+(MP|mAh|W|GB|MB|KHz|Hz|KSh|KES|USD|EUR)\b/gi,xc=/(!\[[^\]]*\]\([^)]+\)|\[[^\]]+\]\([^)]+\)|\*\*[^*]+\*\*|`[^`]+`)/g,wc=/^!\[([^\]]*)\]\(([^)]+)\)$/,Sc=/^\[([^\]]+)\]\(([^)]+)\)$/,Cc=/^(https?|data:image|blob):/i,Mc=/^(https?|mailto|tel):/i,Nc=/memory|mimi/i,Tc=/mimi\.akropolys/i,zc=e=>e&&e.replace(bc," ").replace(fc,"$1").replace(gc,"(").replace(vc,")").replace(yc,"$1 $2"),Vt=(e,t)=>zc(e).split(xc).map((o,n)=>{if(!o)return null;let i=`${t}-inline-${n}`;if(o.startsWith("`")&&o.endsWith("`"))return(0,Ce.jsx)("code",{className:"hsk-markdown-code",children:o.slice(1,-1)},i);if(o.startsWith("**")&&o.endsWith("**"))return(0,Ce.jsx)("strong",{children:Vt(o.slice(2,-2),i)},i);let c=o.match(wc);if(c){let l=c[1],h=c[2];return Cc.test(h)||h.startsWith("/")?(0,Ce.jsx)("img",{src:h,alt:l||"Product image",className:"hsk-markdown-img",loading:"lazy",onError:u=>{u.target.style.display="none"}},i):null}let s=o.match(Sc);if(s){let l=s[1],h=s[2];return Nc.test(l)||Tc.test(h)?null:Mc.test(h)||h.startsWith("/")?(0,Ce.jsx)("a",{href:h,target:"_blank",rel:"noopener noreferrer",className:"hsk-markdown-link",children:Vt(l,i)},i):(0,Ce.jsx)("span",{children:Vt(l,i)},i)}return o});function Cn(e,t){let a=e.trim();return t?a.includes("|"):a.startsWith("|")}function Mn(e){let t=e.trim();return t.startsWith("|")&&(t=t.slice(1)),t.endsWith("|")&&(t=t.slice(0,-1)),t.split("|").map(a=>a.trim())}function Rc({children:e}){let t=pa.default.useRef(null),[a,r]=pa.default.useState("none"),[o,n]=pa.default.useState(!1),i=pa.default.useRef({startX:0,scrollLeft:0,isDown:!1,hasMoved:!1}),c=pa.default.useCallback(()=>{let d=t.current;if(!d)return;if(!(d.scrollWidth>d.clientWidth+2)){r("none");return}let p=getComputedStyle(d).direction==="rtl",k=Math.abs(d.scrollLeft),y=k<=4,v=k+d.clientWidth>=d.scrollWidth-4;r(y?p?"right":"left":v?p?"left":"right":"middle")},[]);pa.default.useEffect(()=>{c();let d=t.current;if(!d)return;let u=typeof ResizeObserver<"u"?new ResizeObserver(c):null;return u?.observe(d),()=>u?.disconnect()},[c]);let s=d=>{let u=t.current;!u||u.scrollWidth<=u.clientWidth||d.target.closest("a, button, input")||(i.current={startX:d.pageX-u.offsetLeft,scrollLeft:u.scrollLeft,isDown:!0,hasMoved:!1},n(!0))},l=d=>{if(!i.current.isDown)return;let u=t.current;if(!u)return;let k=(d.pageX-u.offsetLeft-i.current.startX)*1.5;Math.abs(k)>3&&(i.current.hasMoved=!0,d.preventDefault(),u.scrollLeft=i.current.scrollLeft-k)},h=()=>{i.current.isDown=!1,n(!1)};return(0,Ce.jsx)("div",{ref:t,className:`hsk-table-wrapper hsk-table-wrapper--${a}${o?" is-dragging":""}`,onScroll:c,onMouseDown:s,onMouseMove:l,onMouseUp:h,onMouseLeave:h,children:e})}function da(e,t=!1){return Pc(e,t)}function Pc(e,t){let a=e.split(`
3
- `);if(t&&a.length>0){let s=a[a.length-1];s.trim().startsWith("|")&&!s.trim().endsWith("|")&&a.pop()}let r=[],o=[],n=0,i=()=>{o.length>0&&(r.push((0,Ce.jsx)("div",{className:"hsk-cb-ai-text",children:o},`text-bubble-${n++}`)),o=[])},c=0;for(;c<a.length;){let s=a[c],l=`md-line-${c}`;if(!s.trim()){c++;continue}let h=s.trim().match(/^!\[([^\]]*)\]\(([^)]+)\)$/);if(h){i();let u=h[1],p=h[2];(/^(https?|data:image|blob):/i.test(p)||p.startsWith("/"))&&r.push((0,Ce.jsx)("div",{className:"hsk-markdown-img-block",children:(0,Ce.jsx)("img",{src:p,alt:u||"Product image",className:"hsk-markdown-img",loading:"lazy",onError:y=>{y.target.style.display="none"}})},l)),c++;continue}let d=s.match(/^(#{1,3})\s+(.*)/);if(d){let u=d[1].length,p=`h${u+3}`;o.push((0,Ce.jsx)(p,{className:`hsk-markdown-h${u}`,children:Vt(d[2],l)},l)),c++;continue}if(s.match(/^[\s]*[-*+•]\s+/)){let u=[];for(;c<a.length&&a[c].match(/^[\s]*[-*+•]\s+/);){let p=a[c].replace(/^[\s]*[-*+•]\s+/,"");u.push((0,Ce.jsx)("li",{children:Vt(p,`li-${c}`)},`li-${c}`)),c++}o.push((0,Ce.jsx)("ul",{className:"hsk-markdown-list hsk-markdown-ul",children:u},`ul-${l}`));continue}if(s.match(/^[\s]*\d+[\.\)]\s+/)){let u=[];for(;c<a.length&&a[c].match(/^[\s]*\d+[\.\)]\s+/);){let p=a[c].replace(/^[\s]*\d+[\.\)]\s+/,"");u.push((0,Ce.jsx)("li",{children:Vt(p,`li-${c}`)},`li-${c}`)),c++}o.push((0,Ce.jsx)("ol",{className:"hsk-markdown-list hsk-markdown-ol",children:u},`ol-${l}`));continue}if(Cn(s,!1)){i();let u=[],p=[],k=[],y=!0;for(;c<a.length&&Cn(a[c],!0);){let f=a[c].trim();if(f.match(/^\|?[-:| ]+\|?$/)&&f.includes("-")){k=Mn(f).map(S=>{let Y=S.trim(),T=Y.startsWith(":"),_=Y.endsWith(":");return T&&_?"center":_?"end":"start"}),c++,y=!1;continue}let z=Mn(f);y&&u.length===0?u=z:p.push(z),c++}let v=Math.max(u.length,...p.map(f=>f.length)),N=[];for(let f=0;f<v;f++)if(k[f])N[f]=k[f];else if(f===0)N[f]="start";else{let z=p.filter($=>{let S=($[f]||"").trim();return/^[\$€£¥+-]?\d+([.,]\d+)?%?$/.test(S)||/^[\$€£¥+-]?\d+([.,]\d+)?\s*(bps|M|K|B)?$/i.test(S)}).length;N[f]=z>=Math.ceil(p.length/2)?"end":"start"}let P=u.length>0?(0,Ce.jsx)("tr",{children:u.map((f,z)=>(0,Ce.jsx)("th",{style:{textAlign:N[z]||"start"},children:(0,Ce.jsx)("bdi",{children:Vt(f,`th-${l}-${z}`)})},`th-${l}-${z}`))},`tr-head-${l}`):null,L=p.map((f,z)=>(0,Ce.jsx)("tr",{children:f.map(($,S)=>(0,Ce.jsx)("td",{style:{textAlign:N[S]||"start"},children:(0,Ce.jsx)("bdi",{children:Vt($,`td-${l}-${z}-${S}`)})},`td-${l}-${z}-${S}`))},`tr-body-${l}-${z}`));r.push((0,Ce.jsx)(Rc,{children:(0,Ce.jsxs)("table",{className:"hsk-markdown-table",children:[P&&(0,Ce.jsx)("thead",{children:P}),(0,Ce.jsx)("tbody",{children:L})]})},`table-wrapper-${l}`));continue}o.push((0,Ce.jsx)("p",{className:"hsk-markdown-p",children:Vt(s,l)},l)),c++}return i(),(0,Ce.jsx)(Ce.Fragment,{children:r})}var Ja=require("react/jsx-runtime"),Za=()=>(0,Ja.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,Ja.jsx)("line",{x1:"22",y1:"2",x2:"11",y2:"13"}),(0,Ja.jsx)("polygon",{points:"22 2 15 22 11 13 2 9 22 2"})]});function Aa(e){if(typeof e=="string")return{themeAttr:e,vars:void 0};if(!e)return{themeAttr:void 0,vars:void 0};let t={};return e.primaryColor&&(t["--hsk-primary"]=e.primaryColor),e.backgroundColor&&(t["--hsk-bg"]=e.backgroundColor,t["--hsk-chat-bg"]=e.backgroundColor),e.textColor&&(t["--hsk-text"]=e.textColor,t["--hsk-chat-text"]=e.textColor),e.fontFamily&&(t["--hsk-font"]=e.fontFamily),e.fontSize&&(t["--hsk-font-size"]=e.fontSize),e.mobileFontSize&&(t["--hsk-mobile-font-size"]=e.mobileFontSize),e.borderRadius&&(t["--hsk-border-radius"]=e.borderRadius),{themeAttr:void 0,vars:t}}var Kt=require("react");var ue=require("react");var It=null,Zt=null,ea=null,Ia=null,Et=0,ta=!1,La=0,go=!1;function Ac(){if(typeof window>"u")return null;let e=window.AudioContext||window.webkitAudioContext;return e?(It||(It=new e,Zt=It.createAnalyser(),Zt.fftSize=1024,Zt.smoothingTimeConstant=.25,ea=It.createGain(),ea.gain.value=1,Zt.connect(ea),ea.connect(It.destination),Ia=new Uint8Array(Zt.fftSize)),{ctx:It,analyser:Zt}):null}function er(e,t=130){let a=ea;if(!a||!It)return;let r=It.currentTime;a.gain.cancelScheduledValues(r),a.gain.setValueAtTime(a.gain.value,r),a.gain.linearRampToValueAtTime(Math.max(0,Math.min(1,e)),r+t/1e3)}function Tn(){if(!ta)return La*=.85,La;if(go||!Zt||!Ia){let r=Date.now()/1e3;return .35+.18*Math.sin(r*7.1)+.1*Math.sin(r*3.3)}Zt.getByteTimeDomainData(Ia);let e=0;for(let r=0;r<Ia.length;r++){let o=(Ia[r]-128)/128;e+=o*o}let t=Math.sqrt(e/Ia.length),a=Math.min(1,t*3.2);return La+=(a-La)*(a>La?.6:.12),La}function Wt(){if(Et++,ta=!1,ea&&It&&(ea.gain.cancelScheduledValues(It.currentTime),ea.gain.value=1),typeof window<"u"&&"speechSynthesis"in window)try{window.speechSynthesis.cancel()}catch{}}function Lc(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 Ic=/([.!?…。!?؟۔।]+["'”’)\]]*\s+)/,Ec=240;function Dc(e,t=Ec){let a=e.split(Ic).filter(Boolean),r=[],o="";for(let n of a)for(o&&(o+n).length>t&&(r.push(o.trim()),o=""),o+=n;o.length>t*2;){let i=o.lastIndexOf(" ",t*2);r.push(o.slice(0,i>t?i:t*2).trim()),o=o.slice(i>t?i:t*2)}return o.trim()&&r.push(o.trim()),r.filter(n=>/\S/.test(n))}function $c(e,t,a){return new Promise(r=>{if(a!==Et)return r();let o=e.ctx.createBufferSource();o.buffer=t,o.connect(e.analyser),o.onended=()=>r(),o.start();let n=setInterval(()=>{if(a!==Et){clearInterval(n);try{o.stop()}catch{}r()}},100);o.onended=()=>{clearInterval(n),r()}})}async function vo({client:e,text:t,voice:a,language:r,bcp47:o,onStart:n,onEnd:i,onError:c,onRefused:s,onSecondsLeft:l}){Wt();let h=++Et;go=!1;let d=Lc(t);if(!d){i?.();return}let u=Ac();if(!u){Nn(d,o,n,i,c);return}if(u.ctx.state==="suspended")try{await u.ctx.resume()}catch{}let p=Dc(d),k=N=>e.synthesizeSpeech(N,a,r).catch(()=>null),y=!1,v=k(p[0]);for(let N=0;N<p.length&&h===Et;N++){let P=await v;if(v=N+1<p.length?k(p[N+1]):Promise.resolve(null),P&&"refused"in P&&P.refused){s?.(P.refused),i?.();return}if(!P){if(!y){Nn(p.slice(N).join(" "),o,n,i,c);return}continue}if(P.secondsLeft!==void 0&&l?.(P.secondsLeft),h!==Et)break;let L;try{L=await u.ctx.decodeAudioData(P.audio.slice(0))}catch(f){c?.(f);continue}if(h!==Et)break;y||(y=!0,ta=!0,n?.()),await $c(u,L,h)}h===Et&&(ta=!1,i?.())}function Fc(e){let t=window.speechSynthesis.getVoices?.()??[];if(!t.length||!e)return;let a=e.toLowerCase(),r=a.split("-")[0],o=t.filter(i=>i.lang?.toLowerCase().replace("_","-")===a),n=o.length?o:t.filter(i=>i.lang?.toLowerCase().split(/[-_]/)[0]===r);if(n.length)return n.find(i=>i.localService===!1)??n[0]}function Nn(e,t,a,r,o){if(typeof window>"u"||!("speechSynthesis"in window)){o?.("speech-unavailable"),r?.();return}let n=Et;go=!0;try{window.speechSynthesis.cancel();let i=new SpeechSynthesisUtterance(e),c=t||document.documentElement.lang||navigator.language||"";c&&(i.lang=c);let s=Fc(c);s&&(i.voice=s),i.rate=1,i.pitch=1,i.onstart=()=>{ta=!0,a?.()},i.onend=()=>{n===Et&&(ta=!1,r?.())},i.onerror=l=>{ta=!1,o?.(l),r?.()},window.speechSynthesis.speak(i)}catch(i){ta=!1,o?.(i),r?.()}}var _c=1100,yo=.012,Bc=320,qc=.09,Hc=.25,zn=130,Uc=700,jc=12,Vc=48,Wc=.45,Kc=.35,Oc=.2,Rn=.55;function Ar({lang:e,onUtterance:t,onError:a,onBargeIn:r,silenceMs:o=_c,paused:n=!1}){let[i,c]=(0,ue.useState)(!1),[s,l]=(0,ue.useState)(!1),[h,d]=(0,ue.useState)(""),[u,p]=(0,ue.useState)(!1),k=(0,ue.useRef)(null),y=(0,ue.useRef)(null),v=(0,ue.useRef)(null),N=(0,ue.useRef)(null),P=(0,ue.useRef)(null),L=(0,ue.useRef)(null),f=(0,ue.useRef)(0),z=(0,ue.useRef)(.008),$=(0,ue.useRef)(0),S=(0,ue.useRef)(0),Y=(0,ue.useRef)(""),T=(0,ue.useRef)(0),_=(0,ue.useRef)(0),F=(0,ue.useRef)(!1),ae=(0,ue.useRef)(n),I=(0,ue.useRef)(!1),B=(0,ue.useRef)(!1),E=(0,ue.useRef)(t),te=(0,ue.useRef)(a),A=(0,ue.useRef)(r);(0,ue.useEffect)(()=>{E.current=t},[t]),(0,ue.useEffect)(()=>{te.current=a},[a]),(0,ue.useEffect)(()=>{A.current=r},[r]),(0,ue.useEffect)(()=>{ae.current=n},[n]),(0,ue.useEffect)(()=>{p(typeof window<"u"&&("SpeechRecognition"in window||"webkitSpeechRecognition"in window)&&!!navigator.mediaDevices?.getUserMedia)},[]);let j=(0,ue.useCallback)(()=>f.current,[]),re=(0,ue.useCallback)(D=>{let g=N.current;return!g||D.length!==g.frequencyBinCount?!1:(g.getByteFrequencyData(D),!0)},[]),G=(0,ue.useCallback)(()=>N.current?.frequencyBinCount??0,[]),m=(0,ue.useRef)([]),U=(0,ue.useRef)(null),q=(0,ue.useRef)(!1),le=(0,ue.useRef)(0),w=(0,ue.useRef)(0),M=(0,ue.useCallback)(D=>{let g=N.current;if(!g)return 0;let O=m.current;O.push(D),O.length>Vc&&O.shift();let de=0;if(O.length>=12){let $e=0;for(let rt of O)$e+=rt;if($e/=O.length,$e>1e-4){let rt=0;for(let Rt of O)rt+=(Rt-$e)*(Rt-$e);de=Math.min(1,Math.sqrt(rt/O.length)/$e/.6)}}let oe=0;(!U.current||U.current.length!==g.frequencyBinCount)&&(U.current=new Uint8Array(g.frequencyBinCount));let ie=U.current;g.getByteFrequencyData(ie);let Be=(v.current?.sampleRate??48e3)/2/ie.length,qe=Math.floor(300/Be),et=Math.min(ie.length-1,Math.ceil(3400/Be)),Xe=0,mt=0;for(let $e=0;$e<ie.length;$e++)mt+=ie[$e],$e>=qe&&$e<=et&&(Xe+=ie[$e]);mt>0&&(oe=Xe/mt);let kt=Math.min(1,D/(z.current+yo*3));return Wc*kt+Kc*de+Oc*oe},[]),C=(0,ue.useCallback)(()=>{let D=Y.current.trim();if(Y.current="",T.current=_.current,d(""),l(!1),D){I.current=!1;let g=k.current;k.current=null;try{g?.stop()}catch{}E.current(D)}},[]),K=(0,ue.useCallback)(()=>{let D=N.current,g=L.current;if(!D||!g)return;D.getByteTimeDomainData(g);let O=0;for(let qe=0;qe<g.length;qe++){let et=(g[qe]-128)/128;O+=et*et}let de=Math.sqrt(O/g.length),oe=Math.min(1,de*4);f.current+=(oe-f.current)*(oe>f.current?.6:.12);let ie=Date.now(),Te=ae.current?Tn()*qc:0;de>z.current+yo+Te?($.current=ie,S.current||(S.current=ie)):(S.current=0,z.current=Math.min(z.current*1.02+2e-5,Math.max(.004,de))),ae.current?q.current?(M(de)>Rn?w.current+=1:w.current=Math.max(0,w.current-2),w.current>=jc?(q.current=!1,w.current=0,er(1,0),A.current?.()):ie-le.current>Uc&&(q.current=!1,w.current=0,er(1,zn*2))):S.current&&ie-S.current>Bc&&M(de)>Rn&&(S.current=0,q.current=!0,le.current=ie,w.current=0,er(Hc,zn)):Y.current.trim()&&ie-$.current>o&&C(),P.current=requestAnimationFrame(K)},[C,o,M]),X=(0,ue.useCallback)(()=>{if(k.current||!F.current)return;let D=window.SpeechRecognition||window.webkitSpeechRecognition,g=new D;T.current=0,_.current=0,g.lang=e||document.documentElement.lang||navigator.language||"en-US",g.interimResults=!0,g.maxAlternatives=1,g.continuous=!0,g.onresult=O=>{let de="";for(let oe=T.current;oe<O.results.length;oe++)de+=O.results[oe][0].transcript;_.current=O.results.length,de=de.trim(),de&&(Y.current=de,d(de),l(!0))},g.onerror=O=>{let de=O?.error||"";de==="no-speech"||de==="aborted"||te.current?.(de)},g.onend=()=>{k.current=null,F.current&&I.current&&setTimeout(()=>{X()},120)},k.current=g;try{g.start()}catch{k.current=null,te.current?.("failed-to-start")}},[e]),x=(0,ue.useCallback)(()=>{I.current=!1;let D=k.current;k.current=null;try{D?.stop()}catch{}},[]),V=(0,ue.useCallback)(()=>{F.current=!1,q.current=!1,w.current=0,m.current=[],er(1,0),I.current=!1,c(!1),l(!1),d(""),Y.current="",f.current=0;let D=k.current;k.current=null;try{D?.abort()}catch{}P.current!==null&&(cancelAnimationFrame(P.current),P.current=null),y.current?.getTracks().forEach(g=>g.stop()),y.current=null,N.current=null,v.current?.close().catch(()=>{}),v.current=null},[]),H=(0,ue.useCallback)(async()=>{if(!(F.current||!u)){F.current=!0,c(!0);try{let D=await navigator.mediaDevices.getUserMedia({audio:{echoCancellation:!0,noiseSuppression:!0,autoGainControl:!0}});y.current=D;let g=window.AudioContext||window.webkitAudioContext,O=new g;v.current=O;let de=O.createAnalyser();de.fftSize=1024,de.smoothingTimeConstant=.25,O.createMediaStreamSource(D).connect(de),N.current=de,L.current=new Uint8Array(de.fftSize),z.current=.008,$.current=Date.now(),P.current=requestAnimationFrame(K)}catch(D){F.current=!1,c(!1),te.current?.(D?.name==="NotAllowedError"?"not-allowed":"audio-capture");return}I.current=!0,X()}},[u,K,X]);return(0,ue.useEffect)(()=>{i&&(n?(Y.current="",d(""),q.current=!1,w.current=0,m.current=[],x()):(q.current=!1,$.current=Date.now(),I.current=!0,X()))},[n,i,X,x]),(0,ue.useEffect)(()=>{if(!i||n)return;let D=setInterval(()=>{let g=!!k.current,O=f.current>z.current+yo;g&&O&&Y.current},2e3);return()=>clearInterval(D)},[i,n]),(0,ue.useEffect)(()=>()=>{V()},[V]),{supported:u,active:i,hearing:s,interim:h,micLevel:j,micSpectrum:re,spectrumBins:G,start:H,stop:V}}var Dt=require("react/jsx-runtime"),Yc=({active:e})=>(0,Dt.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,Dt.jsx)("rect",{x:"9",y:"2",width:"6",height:"11",rx:"3",fill:e?"currentColor":"none"}),(0,Dt.jsx)("path",{d:"M5 10a7 7 0 0 0 14 0"}),(0,Dt.jsx)("line",{x1:"12",y1:"19",x2:"12",y2:"23"}),(0,Dt.jsx)("line",{x1:"8",y1:"23",x2:"16",y2:"23"})]});function Lr({onTranscript:e,onInterim:t,lang:a,className:r="",disabled:o=!1,onError:n}){let i=(0,Kt.useRef)(e);(0,Kt.useEffect)(()=>{i.current=e},[e]);let c=(0,Kt.useRef)(()=>{}),s=(0,Kt.useCallback)(h=>{c.current(),i.current(h)},[]),l=Ar({lang:a,onUtterance:s,onError:n});return(0,Kt.useEffect)(()=>{c.current=l.stop},[l.stop]),(0,Kt.useEffect)(()=>{l.interim&&t?.(l.interim)},[l.interim,t]),l.supported?(0,Dt.jsxs)("button",{type:"button",className:`kiku-voice-btn${l.active?" kiku-voice-btn--active":""} ${r}`,onClick:()=>l.active?l.stop():void l.start(),disabled:o,title:l.active?"Stop listening":"Speak your search","aria-label":l.active?"Stop voice input":"Start voice input",children:[(0,Dt.jsx)(Yc,{active:l.active}),l.active&&(0,Dt.jsx)("span",{className:"kiku-voice-ripple","aria-hidden":"true"})]}):null}var Er=require("react");function xo(e){let t=e.indexOf(","),a=t===-1?e:e.slice(t+1);return Math.floor(a.length*.75)}async function Ir(e){let t=await new Promise((a,r)=>{let o=new FileReader;o.onload=()=>a(o.result),o.onerror=()=>r(o.error??new Error("read failed")),o.readAsDataURL(e)});if(e.type==="image/gif"||e.type==="image/svg+xml"||xo(t)<=307200)return t;try{let a=await createImageBitmap(e);try{let r=Math.min(1,1536/Math.max(a.width,a.height)),o=Math.max(1,Math.round(a.width*r)),n=Math.max(1,Math.round(a.height*r)),i=document.createElement("canvas");i.width=o,i.height=n;let c=i.getContext("2d");if(!c)return t;c.drawImage(a,0,0,o,n);let s=e.type==="image/png",l=i.toDataURL(s?"image/png":"image/jpeg",.85);return xo(l)<xo(t)?l:t}finally{a.close?.()}}catch{return t}}var Pn=require("@akropolys/sdk"),Mt=require("react/jsx-runtime"),Gc=()=>(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"})]}),Qc=()=>(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 Xc(e){return Ir(e)}function Dr({onResults:e,onError:t,categoryHint:a,className:r="",disabled:o=!1}){let n=(0,Pn.useAkropolysContext)(),i=(0,Er.useRef)(null),[c,s]=(0,Er.useState)(!1),l=async h=>{if(h.type.startsWith("image/")){s(!0);try{let d=await Xc(h),u=await n.api.searchByImage(d,a);e(u,d)}catch(d){t?.(d instanceof Error?d:new Error(String(d)))}finally{s(!1),i.current&&(i.current.value="")}}};return(0,Mt.jsxs)("label",{className:`kiku-vs-btn${c?" kiku-vs-btn--loading":""} ${r}`,title:"Search by photo","aria-label":"Search by uploading a photo",style:{cursor:o||c?"not-allowed":"pointer"},children:[(0,Mt.jsx)("input",{ref:i,type:"file",accept:"image/*",capture:"environment",onChange:h=>h.target.files?.[0]&&l(h.target.files[0]),disabled:o||c,hidden:!0}),c?(0,Mt.jsx)(Qc,{}):(0,Mt.jsx)(Gc,{})]})}var Z=require("react/jsx-runtime"),tr=()=>(0,Z.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,Z.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"})}),An=({active:e})=>(0,Z.jsxs)("svg",{width:"15",height:"15",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,Z.jsx)("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5",fill:e?"currentColor":"none"}),e?(0,Z.jsxs)(Z.Fragment,{children:[(0,Z.jsx)("path",{d:"M15.54 8.46a5 5 0 0 1 0 7.07"}),(0,Z.jsx)("path",{d:"M19.07 4.93a10 10 0 0 1 0 14.14"})]}):(0,Z.jsx)("line",{x1:"23",y1:"9",x2:"17",y2:"15"})]});function $r({source:e,defaultCurrency:t,onSelect:a,isReferenced:r}){return(0,Z.jsxs)("div",{className:J("hsk-source-card",r&&"hsk-source-card--referenced"),onClick:()=>a?.(e),children:[e.image&&(0,Z.jsx)("img",{src:e.image,alt:e.name,className:"hsk-source-img"}),(0,Z.jsxs)("div",{style:{flex:1,minWidth:0,position:"relative"},children:[r&&(0,Z.jsx)("div",{className:"hsk-cb-source-ref-badge",title:"Featured in response",style:{top:"0",right:"0"},children:(0,Z.jsx)(tr,{})}),(0,Z.jsx)("div",{className:"hsk-source-name",style:{paddingRight:r?"20px":void 0},children:e.name}),e.price&&(0,Z.jsxs)("div",{className:"hsk-source-price",children:[e.currency??t," ",e.price]})]})]})}function wo({title:e="kiku",placeholder:t="Ask about anything in our store\u2026",emptyStateText:a="Ask me anything about our products",emptyStateSuggestions:r='"Find me headphones under KSh 5,000" \xB7 "Gift ideas"',defaultCurrency:o="KES",className:n,theme:i,classNames:c={},onSelectSource:s,enableVoice:l=!1,enableVision:h=!1,visionCategoryHint:d,enableAudioResponse:u=!0,ttsVoice:p,autoSpeakResponses:k=!0}){let y=(0,Ea.useAkropolysContext)(),{messages:v,sources:N,referencedIds:P,loading:L,streaming:f,error:z,send:$,reset:S}=(0,Ea.useKiku)(),[Y,T]=(0,Ze.useState)(""),[_,F]=(0,Ze.useState)(!1),ae=(0,Ze.useRef)(null),I=(0,Ze.useRef)(null),[B,E]=(0,Ze.useState)(u),[te,A]=(0,Ze.useState)(null),j=(0,Ze.useRef)(f),re=(0,Ze.useRef)(!1),G=L||_,[m,U]=(0,Ze.useState)([]),q=(0,Ze.useRef)(0);(0,Ze.useEffect)(()=>{if(v.length===0){U([]),q.current=0;return}if(v.length>q.current){let x=v.slice(q.current);U(V=>[...V,...x]),q.current=v.length}else v.length<q.current?(U(v),q.current=v.length):U(x=>{let V=[...x],H=v.length-1,D=V.length-1;for(;H>=0&&D>=0;){if(V[D].role===v[H].role){V[D]={...V[D],content:v[H].content,actionType:v[H].actionType,thinking:v[H].thinking,thoughtForSeconds:v[H].thoughtForSeconds,statusMessage:v[H].statusMessage};break}D--}return V})},[v]),(0,Ze.useEffect)(()=>{let x=j.current;j.current=f;let V=re.current;if(re.current=!1,x&&!f&&V&&B&&k){let H=m.length-1,D=m[H];D&&D.role==="assistant"&&D.content&&(A(H),vo({client:y,text:D.content,voice:p,language:y.getShopperLanguage?.(),onEnd:()=>A(null),onError:()=>A(null)}))}},[f,B,k,m,p,y]),(0,Ze.useEffect)(()=>{ae.current?.scrollIntoView({behavior:G?"auto":"smooth"})},[m,G]);let le=async()=>{let x=Y.trim();!x||G||(Wt(),A(null),T(""),I.current&&(I.current.style.height="auto"),await $(x))},w=x=>{x.key==="Enter"&&!x.shiftKey&&!x.nativeEvent.isComposing&&(x.preventDefault(),le())},M=x=>{T(x.target.value);let V=x.target;V.style.height="auto",V.style.height=Math.min(V.scrollHeight,120)+"px"},C=(x,V)=>{te===x?(Wt(),A(null)):(A(x),vo({client:y,text:V,voice:p,language:y.getShopperLanguage?.(),onEnd:()=>A(null),onError:()=>A(null)}))},K=(x,V)=>{let H={role:"user",content:"Uploaded a photo for visual search",imagePreview:V},D=x.style_dna,g=`I've analyzed your image! Here is the Style DNA I found:
4
- `;D&&(D.color_palette&&(g+=`* **Palette:** ${D.color_palette}
5
- `),D.dominant_colors&&D.dominant_colors.length>0&&(g+=`* **Colors:** ${D.dominant_colors.join(", ")}
6
- `),D.aesthetic&&D.aesthetic.length>0&&(g+=`* **Aesthetic:** ${D.aesthetic.join(", ")}
7
- `),D.texture&&(g+=`* **Texture:** ${D.texture}
8
- `),D.formality&&(g+=`* **Formality:** ${D.formality}
9
- `));let O=x.results||[];O.length>0?g+=`
10
- I found ${O.length} matching products in the store for you.`:g+=`
11
- I couldn't find any matching products in the store.`;let de={role:"assistant",content:g,styleDNA:D,visualSources:O.map(oe=>{let ie=oe.entity??{},Te=(0,Ea.resolveDisplayFields)(ie,void 0);return{id:oe.id,url:oe.url??ie.url,fields:ie,name:Te.title,price:Te.price,image:Te.image,brand:Te.subtitle,currency:typeof ie.currency=="string"?ie.currency:void 0}})};U(oe=>[...oe,H,de])},{vars:X}=Aa(i);return(0,Z.jsxs)("div",{className:J("hsk-chat-widget",c.root,n),style:X,children:[(0,Z.jsxs)("div",{className:J("hsk-chat-header",c.header),children:[(0,Z.jsx)("span",{className:"hsk-chat-header-icon",children:(0,Z.jsx)(tr,{})}),(0,Z.jsx)("span",{className:"hsk-chat-title",children:e}),(0,Z.jsx)("span",{className:"hsk-chat-badge",children:"AI"}),(0,Z.jsxs)("div",{style:{marginLeft:"auto",display:"flex",alignItems:"center",gap:"8px"},children:[u&&(0,Z.jsx)("button",{type:"button",className:J("hsk-audio-toggle-btn",B&&"hsk-audio-toggle-btn--active"),onClick:()=>{let x=!B;E(x),x||(Wt(),A(null))},title:B?"Mute AI audio response":"Enable AI audio response","aria-label":B?"Mute voice":"Enable voice",children:(0,Z.jsx)(An,{active:B})}),m.length>0&&(0,Z.jsx)("button",{className:"hsk-chat-reset",onClick:()=>{Wt(),S()},children:"Clear"})]})]}),(0,Z.jsxs)("div",{className:"hsk-chat-messages",children:[m.length===0?(0,Z.jsxs)("div",{className:"hsk-chat-empty",children:[(0,Z.jsx)("div",{className:"hsk-chat-empty-icon",children:(0,Z.jsx)(tr,{})}),(0,Z.jsx)("div",{children:a}),(0,Z.jsx)("div",{className:"hsk-chat-empty-suggestions",children:r})]}):m.map((x,V)=>(0,Z.jsxs)("div",{children:[(0,Z.jsxs)("div",{className:`hsk-msg-row ${x.role}`,children:[(0,Z.jsx)("div",{className:J("hsk-msg-avatar",x.role==="assistant"?"ai":"user"),children:x.role==="assistant"?(0,Z.jsx)(tr,{}):"U"}),(0,Z.jsxs)("div",{className:J("hsk-msg-bubble",x.role,c.messageBubble),children:[x.imagePreview&&(0,Z.jsx)("div",{className:"kiku-vs-preview-bubble",style:{marginBottom:"8px"},children:(0,Z.jsx)("img",{src:x.imagePreview,alt:"Uploaded Preview",className:"kiku-vs-preview-bubble-img",style:{maxWidth:"200px",borderRadius:"8px"}})}),x.thinking&&(0,Z.jsxs)("details",{className:"hsk-thinking-details",open:f&&V===m.length-1&&!x.content,children:[(0,Z.jsxs)("summary",{className:"hsk-thinking-summary",children:["Thought for ",x.thoughtForSeconds??1,"s"]}),(0,Z.jsx)("div",{className:"hsk-thinking-text",children:x.thinking})]}),!x.content&&!x.thinking&&x.role==="assistant"&&V===m.length-1&&(0,Z.jsxs)("div",{className:"hsk-status-live",children:[(0,Z.jsx)("span",{className:"hsk-status-dot"}),(0,Z.jsx)("span",{children:x.statusMessage||"Thinking..."})]}),da(x.content),x.role==="assistant"&&x.content&&!f&&(0,Z.jsx)("button",{type:"button",className:J("hsk-msg-audio-btn",te===V&&"hsk-msg-audio-btn--active"),onClick:()=>C(V,x.content),title:te===V?"Stop speaking":"Listen to response","aria-label":"Toggle speech",children:(0,Z.jsx)(An,{active:te===V})}),f&&V===m.length-1&&x.role==="assistant"&&(0,Z.jsx)("span",{className:"hsk-streaming-cursor"}),x.styleDNA&&(0,Z.jsxs)("div",{className:"kiku-vs-preview-banner",style:{marginTop:"10px"},children:[m[V-1]?.imagePreview&&(0,Z.jsx)("img",{src:m[V-1].imagePreview,alt:"Visual Search Input",className:"kiku-vs-preview-img"}),(0,Z.jsxs)("div",{className:"kiku-vs-preview-info",children:[(0,Z.jsx)("div",{className:"kiku-vs-preview-label",children:"Visual Match Palette"}),(0,Z.jsx)("div",{className:"kiku-vs-preview-palette",children:x.styleDNA.color_palette||"Detected Style DNA"}),x.styleDNA.style_tags&&x.styleDNA.style_tags.length>0&&(0,Z.jsx)("div",{className:"kiku-style-tags",children:x.styleDNA.style_tags.map((H,D)=>(0,Z.jsxs)("span",{className:"kiku-style-tag",children:["#",H]},D))})]})]})]})]}),x.role==="assistant"&&x.visualSources&&x.visualSources.length>0&&(0,Z.jsx)("div",{className:"hsk-sources-container",children:(0,Z.jsx)("div",{className:"hsk-sources",children:x.visualSources.map((H,D)=>(0,Z.jsx)($r,{source:H,defaultCurrency:o,onSelect:s},D))})}),x.role==="assistant"&&V===m.length-1&&!x.visualSources&&N.length>0&&(()=>{if(L||f)return(0,Z.jsx)("div",{className:"hsk-sources-container",children:(0,Z.jsx)("div",{className:"hsk-sources",children:N.map((O,de)=>{let oe=!!(O.id&&P.includes(O.id));return(0,Z.jsx)($r,{source:O,defaultCurrency:o,onSelect:s,isReferenced:oe},de)})})});let D=N.filter(O=>O.id&&P.includes(O.id)),g=P.length>0?[]:N.filter(O=>!O.id||!P.includes(O.id));return(0,Z.jsxs)("div",{className:"hsk-sources-container",children:[D.length>0&&(0,Z.jsxs)("div",{className:"hsk-sources-group",style:{marginBottom:"10px"},children:[(0,Z.jsx)("div",{className:"hsk-sources-group-title",children:"\u2B50 Featured in response"}),(0,Z.jsx)("div",{className:"hsk-sources",children:D.map((O,de)=>(0,Z.jsx)($r,{source:O,defaultCurrency:o,onSelect:s,isReferenced:!0},`feat-${de}`))})]}),g.length>0&&(0,Z.jsxs)("div",{className:"hsk-sources-group",children:[D.length>0&&(0,Z.jsx)("div",{className:"hsk-sources-group-title",children:"All matches"}),(0,Z.jsx)("div",{className:"hsk-sources",children:g.map((O,de)=>(0,Z.jsx)($r,{source:O,defaultCurrency:o,onSelect:s,isReferenced:!1},`gen-${de}`))})]})]})})()]},V)),G&&(0,Z.jsxs)("div",{className:"hsk-msg-row",children:[(0,Z.jsx)("div",{className:"hsk-msg-avatar ai",children:(0,Z.jsx)(tr,{})}),(0,Z.jsxs)("div",{className:"hsk-pending",role:"status","aria-live":"polite",children:[(0,Z.jsxs)("div",{className:"hsk-pending-glyph",children:[(0,Z.jsx)("span",{className:"hsk-pending-ring"}),(0,Z.jsx)("span",{className:"hsk-pending-dot"})]}),(0,Z.jsxs)("div",{className:"hsk-pending-text",children:[(0,Z.jsx)("span",{className:"hsk-pending-step step-1",children:"Searching catalog"}),(0,Z.jsx)("span",{className:"hsk-pending-step step-2",children:"Reasoning"}),(0,Z.jsx)("span",{className:"hsk-pending-step step-3",children:"Composing"})]})]})]}),z&&(0,Z.jsx)("div",{className:"hsk-chat-error",children:(()=>{try{let x=JSON.parse(z);return x.error||x.message||z}catch{return z}})()}),(0,Z.jsx)("div",{ref:ae})]}),(0,Z.jsxs)("div",{className:"hsk-chat-input-area",style:{display:"flex",alignItems:"center",gap:"8px"},children:[h&&(0,Z.jsx)(Dr,{onResults:K,onError:x=>console.error("[VisualSearch] error:",x),categoryHint:d,disabled:G}),(0,Z.jsx)("textarea",{ref:I,className:J("hsk-chat-input",c.input),value:Y,onChange:M,onKeyDown:w,placeholder:t,rows:1,disabled:G,style:{flex:1}}),l&&(0,Z.jsx)(Lr,{onTranscript:x=>{re.current=!0,Wt(),A(null),T(x),$(x),T("")},onInterim:x=>T(x),disabled:G}),(0,Z.jsx)("button",{className:"hsk-chat-send",onClick:le,disabled:!Y.trim()||G,"aria-label":"Send message",children:(0,Z.jsx)(Za,{})})]})]})}var Yt=require("react"),us=require("react-dom");var ar=`@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 !important;max-width:calc(100vw - 32px);padding:6px !important;border-radius:18px;background:color-mix(in srgb,var(--hsk-chat-bg,#ffffff) 68%,transparent) !important;backdrop-filter:blur(28px) saturate(190%) contrast(102%) !important;-webkit-backdrop-filter:blur(28px) saturate(190%) contrast(102%) !important;border:1px solid color-mix(in srgb,var(--hsk-chat-border,rgba(255,255,255,.35)) 35%,transparent) !important;border-top:1px solid rgba(255,255,255,.7) !important;border-bottom:1px solid color-mix(in srgb,#000 6%,transparent) !important;box-shadow:0 16px 38px -6px color-mix(in srgb,var(--hsk-chat-text,#000) 10%,transparent),0 0 0 1px rgba(255,255,255,.25) inset,0 1px 0 0 rgba(255,255,255,.5) inset !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:4px !important;width:100% !important;box-shadow:none !important;margin-top:6px !important;padding:0 !important;background:transparent !important}.hsk-cb-topbar-ooze-menu .hsk-cb-theme-grid-item{width:100%;height:30px;display:inline-flex;align-items:center;justify-content:flex-start;gap:6px;padding:6px 10px;border-radius:12px;border:1px solid color-mix(in srgb,var(--hsk-chat-border,rgba(255,255,255,.4)) 25%,transparent) !important;border-top:1px solid rgba(255,255,255,.6) !important;background:color-mix(in srgb,var(--hsk-chat-bg,#ffffff) 62%,transparent) !important;backdrop-filter:blur(14px) !important;-webkit-backdrop-filter:blur(14px) !important;color:var(--hsk-chat-muted,#71717a);font-size:11px;font-weight:550;box-sizing:border-box;white-space:nowrap;box-shadow:0 1px 3px rgba(0,0,0,.04),0 1px 0 0 rgba(255,255,255,.35) inset !important;cursor:pointer;transition:all .16s cubic-bezier(.16,1,.3,1)}.hsk-cb-topbar-ooze-menu .hsk-cb-theme-grid-item:hover{background:color-mix(in srgb,var(--hsk-chat-bg,#ffffff) 80%,transparent) !important;color:var(--hsk-chat-text,currentColor) !important;transform:translateY(-1px)}.hsk-cb-topbar-ooze-menu .hsk-cb-theme-grid-item.is-active{background:var(--hsk-primary,#ff6a33) !important;color:#ffffff !important;border-color:var(--hsk-primary,#ff6a33) !important;box-shadow:0 3px 12px color-mix(in srgb,var(--hsk-primary,#ff6a33) 35%,transparent),0 1px 0 0 rgba(255,255,255,.4) inset !important}@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;width:200px;max-width:200px;min-width:200px;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;width:200px;max-width:200px;min-width:200px;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%;height:28px;padding:0 11px;border-radius:999px;background:color-mix(in srgb,var(--hsk-chat-bg,#ffffff) 62%,transparent);backdrop-filter:blur(22px) saturate(180%);-webkit-backdrop-filter:blur(22px) saturate(180%);border:1px solid color-mix(in srgb,var(--hsk-chat-border,rgba(255,255,255,.35)) 30%,transparent) !important;border-top:1px solid rgba(255,255,255,.6) !important;border-bottom:1px solid color-mix(in srgb,#000 6%,transparent) !important;box-shadow:0 4px 14px -2px color-mix(in srgb,var(--hsk-chat-text,#000) 6%,transparent),0 1px 0 0 rgba(255,255,255,.4) inset;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);background:color-mix(in srgb,var(--hsk-chat-bg,#ffffff) 80%,transparent);border-top-color:rgba(255,255,255,.75) !important;transform:translateY(-1px);box-shadow:0 6px 18px -2px color-mix(in srgb,var(--hsk-chat-text,#000) 9%,transparent),0 1px 0 0 rgba(255,255,255,.55) inset}.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;background:color-mix(in srgb,var(--hsk-chat-bg,#ffffff) 65%,transparent) !important;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1px solid color-mix(in srgb,var(--hsk-chat-border,rgba(255,255,255,.35)) 30%,transparent) !important;border-top:1px solid rgba(255,255,255,.6) !important;border-bottom:1px solid color-mix(in srgb,#000 6%,transparent) !important;box-shadow:0 4px 16px -2px color-mix(in srgb,var(--hsk-chat-text,#000) 6%,transparent),0 1px 0 0 rgba(255,255,255,.4) inset !important;color:var(--hsk-chat-text) !important;font-size:11.5px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .2s cubic-bezier(.16,1,.3,1)}.hsk-cb-theme-squircle-trigger:hover{background:color-mix(in srgb,var(--hsk-chat-bg,#ffffff) 80%,transparent) !important;color:var(--hsk-primary,#ff6a33) !important;border-top-color:rgba(255,255,255,.8) !important;transform:translateY(-1px);box-shadow:0 6px 20px -2px color-mix(in srgb,var(--hsk-chat-text,#000) 10%,transparent),0 1px 0 0 rgba(255,255,255,.55) inset !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-scout-rail-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-scout-rail-trigger{display:inline-flex;align-items:center;gap:7px;height:32px;padding:0 12px;border-radius:16px;background:color-mix(in srgb,var(--hsk-chat-bg,#ffffff) 65%,transparent) !important;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1px solid color-mix(in srgb,var(--hsk-chat-border,rgba(255,255,255,.35)) 30%,transparent) !important;border-top:1px solid rgba(255,255,255,.6) !important;border-bottom:1px solid color-mix(in srgb,#000 6%,transparent) !important;box-shadow:0 4px 16px -2px color-mix(in srgb,var(--hsk-chat-text,#000) 6%,transparent),0 1px 0 0 rgba(255,255,255,.4) inset !important;color:var(--hsk-chat-text) !important;font-size:11.5px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .2s cubic-bezier(.16,1,.3,1)}.hsk-cb-scout-rail-trigger:hover{background:color-mix(in srgb,var(--hsk-chat-bg,#ffffff) 80%,transparent) !important;color:var(--hsk-primary,#ff6a33) !important;border-top-color:rgba(255,255,255,.8) !important;transform:translateY(-1px);box-shadow:0 6px 20px -2px color-mix(in srgb,var(--hsk-chat-text,#000) 10%,transparent),0 1px 0 0 rgba(255,255,255,.55) inset !important}.hsk-cb-scout-rail-card{width:200px;max-width:200px;min-width:200px;box-sizing:border-box;border-radius:18px;background:color-mix(in srgb,var(--hsk-chat-bg,#ffffff) 70%,transparent);backdrop-filter:blur(28px) saturate(190%) contrast(102%);-webkit-backdrop-filter:blur(28px) saturate(190%) contrast(102%);border:1px solid color-mix(in srgb,var(--hsk-chat-border,rgba(255,255,255,.4)) 35%,transparent);border-top:1px solid rgba(255,255,255,.65);border-bottom:1px solid color-mix(in srgb,#000 6%,transparent);box-shadow:0 16px 38px -6px color-mix(in srgb,var(--hsk-chat-text,#000) 10%,transparent),0 0 0 1px rgba(255,255,255,.2) inset,0 1px 0 0 rgba(255,255,255,.5) inset;padding:7px;z-index:100;transform-origin:bottom center;will-change:opacity;animation:hsk-scout-card-in .26s cubic-bezier(.16,1,.3,1) both}@keyframes hsk-scout-card-in{from{opacity:0;translate:0 6px}to{opacity:1;translate:none}}.hsk-cb-theme-2x2-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:5px;padding:6px;width:200px;max-width:200px;min-width:200px;box-sizing:border-box;border-radius:18px;background:color-mix(in srgb,var(--hsk-chat-bg,#ffffff) 70%,transparent);backdrop-filter:blur(28px) saturate(190%) contrast(102%);-webkit-backdrop-filter:blur(28px) saturate(190%) contrast(102%);border:1px solid color-mix(in srgb,var(--hsk-chat-border,rgba(255,255,255,.4)) 35%,transparent);border-top:1px solid rgba(255,255,255,.65);border-bottom:1px solid color-mix(in srgb,#000 6%,transparent);box-shadow:0 16px 38px -6px color-mix(in srgb,var(--hsk-chat-text,#000) 10%,transparent),0 0 0 1px rgba(255,255,255,.2) inset,0 1px 0 0 rgba(255,255,255,.5) inset;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;height:30px;padding:0 10px;border-radius:12px;border:1px solid color-mix(in srgb,var(--hsk-chat-border,rgba(255,255,255,.3)) 25%,transparent) !important;border-top:1px solid rgba(255,255,255,.45) !important;outline:none !important;background:color-mix(in srgb,var(--hsk-chat-bg,#ffffff) 65%,transparent);color:var(--hsk-chat-text,currentColor);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);font-size:11px;font-weight:550;cursor:pointer;font-family:inherit;transition:all .18s cubic-bezier(.16,1,.3,1);box-shadow:0 1px 3px rgba(0,0,0,.04),0 1px 0 0 rgba(255,255,255,.3) inset !important;box-sizing:border-box;white-space:nowrap}.hsk-cb-theme-grid-item svg{flex-shrink:0;width:12px;height:12px}.hsk-cb-theme-grid-item:hover{background:color-mix(in srgb,var(--hsk-chat-bg,#ffffff) 85%,transparent);color:var(--hsk-chat-text,currentColor);border-top-color:rgba(255,255,255,.7) !important;transform:translateY(-1px);box-shadow:0 3px 8px rgba(0,0,0,.08),0 1px 0 0 rgba(255,255,255,.45) inset !important}.hsk-cb-theme-grid-item.is-active{background:var(--hsk-primary,#ff6a33) !important;border-color:var(--hsk-primary,#ff6a33) !important;color:#ffffff !important;box-shadow:0 2px 10px color-mix(in srgb,var(--hsk-primary,#ff6a33) 38%,transparent),0 1px 0 0 rgba(255,255,255,.4) inset !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-squircle-btn{width:34px;height:34px;border-radius:11px;background:color-mix(in srgb,var(--hsk-surface-1,currentColor) 35%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid color-mix(in srgb,var(--hsk-chat-border,currentColor) 16%,transparent);border-top:1px solid rgba(255,255,255,.35);border-bottom:1px solid color-mix(in srgb,#000 6%,transparent);box-shadow:0 2px 6px color-mix(in srgb,var(--hsk-chat-text,#000) 6%,transparent),0 1px 0 0 rgba(255,255,255,.25) inset;color:var(--hsk-chat-muted,currentColor);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:all .18s cubic-bezier(.16,1,.3,1);position:relative;flex-shrink:0}.hsk-cb-squircle-btn:hover{background:color-mix(in srgb,var(--hsk-surface-2,currentColor) 50%,transparent);color:var(--hsk-chat-text,currentColor);border-top-color:rgba(255,255,255,.55);box-shadow:0 3px 10px color-mix(in srgb,var(--hsk-chat-text,#000) 8%,transparent),0 1px 0 0 rgba(255,255,255,.35) inset;transform:translateY(-1px)}.hsk-cb-squircle-btn:active{transform:scale(.95)}.hsk-cb-squircle-btn.is-active{background:color-mix(in srgb,var(--hsk-primary,#ff6a33) 16%,transparent);border-color:var(--hsk-primary,#ff6a33);color:var(--hsk-primary,#ff6a33);box-shadow:0 0 12px color-mix(in srgb,var(--hsk-primary,#ff6a33) 30%,transparent),0 1px 0 0 rgba(255,255,255,.3) inset}.hsk-cb-squircle-btn--dashed{border-style:dashed;border-color:color-mix(in srgb,var(--hsk-chat-text,currentColor) 28%,transparent)}.hsk-cb-squircle-btn--dashed:hover{border-color:var(--hsk-primary,#ff6a33);color:var(--hsk-primary,#ff6a33)}.hsk-cb-exit-btn:hover{background:rgba(239,68,68,.12);border-color:rgba(239,68,68,.3);border-top-color:rgba(239,68,68,.5);color:#ef4444}.hsk-cb-desktop-scout-dropdown{position:absolute;top:calc(100%+10px);right:0;width:320px;border-radius:20px;background:color-mix(in srgb,var(--hsk-chat-bg,#ffffff) 65%,transparent);backdrop-filter:blur(28px) saturate(190%) contrast(102%);-webkit-backdrop-filter:blur(28px) saturate(190%) contrast(102%);border:1px solid color-mix(in srgb,var(--hsk-chat-border,rgba(255,255,255,.3)) 40%,transparent);border-top:1px solid rgba(255,255,255,.5);border-bottom:1px solid color-mix(in srgb,#000 6%,transparent);box-shadow:0 12px 34px -4px color-mix(in srgb,var(--hsk-chat-text,#000) 10%,transparent),0 0 0 1px rgba(255,255,255,.25) inset,0 1px 0 0 rgba(255,255,255,.45) inset;padding:12px;z-index:1000;animation:hsk-desktop-scout-enter .2s cubic-bezier(.16,1,.3,1) both}@keyframes hsk-desktop-scout-enter{0%{opacity:0;transform:translateY(-8px) scale(.96)}100%{opacity:1;transform:translateY(0) scale(1)}}.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}.hsk-cb-ink-skeleton{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:12px;animation:hsk-ink-bloom-in .22s cubic-bezier(.16,1,.3,1) both}.hsk-cb-ink-line{position:relative;border-radius:999px;overflow:hidden;background:color-mix(in srgb,var(--hsk-chat-text,#ffffff) 6%,transparent)}.hsk-cb-ink-line::after{content:'';position:absolute;inset:0;background:linear-gradient( 90deg,transparent 0,color-mix(in srgb,var(--hsk-primary,#ff6a33) 12%,transparent) 35%,color-mix(in srgb,var(--hsk-chat-text,#ffffff) 14%,transparent) 50%,color-mix(in srgb,var(--hsk-primary,#ff6a33) 12%,transparent) 65%,transparent 100% );transform:translateX(-100%);animation:hsk-ink-sheen 2.2s cubic-bezier(.4,0,.2,1) infinite}.hsk-cb-ink-line--title{height:30px;width:50%;max-width:220px;border-radius:14px;margin-bottom:2px}.hsk-cb-ink-line--lead1{height:14px;width:78%;max-width:340px}.hsk-cb-ink-line--lead2{height:14px;width:60%;max-width:260px}.hsk-cb-ink-line--ask{height:15px;width:40%;max-width:170px;margin-top:3px}@keyframes hsk-ink-sheen{0%{transform:translateX(-100%)}100%{transform:translateX(200%)}}@keyframes hsk-ink-bloom-in{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@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-user-footer{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:6px;width:100%;margin-top:2px;min-height:16px;line-height:1}.hsk-cb-ai-footer{display:flex;align-items:center;gap:4px;margin-top:4px;min-height:16px;line-height:1}.hsk-cb-ai-body:hover .hsk-cb-msg-actions,.hsk-cb-ai-body:focus-within .hsk-cb-msg-actions{opacity:1;pointer-events:auto;transform:translateY(0)}.hsk-cb-sent-status{font-size:11px;line-height:1;color:var(--hsk-chat-muted,#8a8f98);padding:0;display:inline-flex;align-items:center;user-select:none;animation:hsk-sent-in .2s ease-out both}.hsk-cb-msg-actions{display:inline-flex;align-items:center;gap:2px;padding:0;opacity:0;pointer-events:none;transform:translateX(3px);transition:opacity .18s cubic-bezier(.16,1,.3,1),transform .18s cubic-bezier(.16,1,.3,1)}.hsk-cb-user-msg:hover .hsk-cb-msg-actions,.hsk-cb-user-msg:focus-within .hsk-cb-msg-actions,.hsk-cb-msg-actions--visible{opacity:1;pointer-events:auto;transform:translateX(0)}.hsk-cb-msg-actions--failed{opacity:1 !important;pointer-events:auto !important;transform:translateX(0) !important}.hsk-cb-msg-action{display:inline-flex;align-items:center;gap:3.5px;padding:1px 6.5px;height:16px;border-radius:999px;font-size:11px;font-weight:500;font-family:var(--hsk-font);line-height:1;color:var(--hsk-chat-muted,#8a8f98);background:transparent;border:none;box-shadow:none;cursor:pointer;user-select:none;transition:color .15s ease,background-color .15s ease,transform .18s cubic-bezier(.34,1.56,.64,1)}.hsk-cb-msg-action .hsk-cb-msg-action-label{font-size:11px;line-height:1}.hsk-cb-msg-action:hover:not(:disabled){color:var(--hsk-chat-text,#ffffff) !important;background:var(--hsk-chat-divide,rgba(140,140,140,.18));transform:translateY(-0.5px)}.hsk-cb-msg-action:active:not(:disabled){transform:translateY(0) scale(.95);transition-duration:.1s}.hsk-cb-msg-action--retry{color:var(--hsk-primary,#ff6a33);background:color-mix(in srgb,var(--hsk-primary,#ff6a33) 10%,transparent)}.hsk-cb-msg-action--retry:hover:not(:disabled){color:var(--hsk-on-active,#ffffff) !important;background:var(--hsk-primary,#ff6a33) !important;box-shadow:0 1px 6px color-mix(in srgb,var(--hsk-primary,#ff6a33) 35%,transparent)}.hsk-cb-failed-notice{display:inline-flex;align-items:center;gap:4px;font-size:11px;line-height:1;color:#ef4444;font-weight:500;user-select:none}.hsk-cb-failed-dot{width:5px;height:5px;border-radius:999px;background:#ef4444;box-shadow:0 0 5px rgba(239,68,68,.6);animation:hsk-failed-pulse 1.8s ease-in-out infinite}@keyframes hsk-failed-pulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.25);opacity:.7}}.hsk-cb-msg-action--copied{color:#10b981 !important;background:rgba(16,185,129,.15) !important;font-weight:600}@media (max-width:640px){.hsk-cb-msg-actions{display:none !important}}@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-tapback-overlay{position:absolute;inset:0;z-index:1000;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;touch-action:none}.hsk-tapback-group{position:absolute;z-index:1002;display:flex;flex-direction:column;animation:hsk-tapback-flow-up .26s cubic-bezier(.34,1.56,.64,1) both}.hsk-tapback-group.is-above{transform-origin:var(--tail-x,80%) calc(100%+14px)}.hsk-tapback-group.is-below{transform-origin:var(--tail-x,80%) -14px}.hsk-tapback-capsule{display:inline-flex;align-items:center;gap:2px;padding:4px 6px;height:38px;min-height:38px;border-radius:999px;background:color-mix(in srgb,var(--hsk-surface-1,var(--hsk-bubble-bg,var(--hsk-chat-bg,#1c1c1e))) 80%,transparent);border:1px solid color-mix(in srgb,var(--hsk-chat-text,#ffffff) 14%,transparent);box-shadow:0 12px 32px rgba(0,0,0,.26),0 3px 8px rgba(0,0,0,.08),inset 0 1px 1px color-mix(in srgb,var(--hsk-chat-text,#ffffff) 12%,transparent);backdrop-filter:blur(28px) saturate(190%);-webkit-backdrop-filter:blur(28px) saturate(190%);max-width:calc(100vw - 20px);position:relative;z-index:2;box-sizing:border-box}.hsk-tapback-tail{position:absolute;top:calc(100% - 6px);transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;pointer-events:none;z-index:1}.hsk-tapback-tail.is-below{top:auto;bottom:calc(100% - 6px);flex-direction:column-reverse}.hsk-tapback-dot{display:block;border-radius:50%;flex-shrink:0;position:relative}.hsk-tapback-dot--top{width:20px;height:20px;background:color-mix(in srgb,var(--hsk-surface-1,var(--hsk-bubble-bg,var(--hsk-chat-bg,#1c1c1e))) 80%,transparent);border:1px solid color-mix(in srgb,var(--hsk-chat-text,#ffffff) 14%,transparent);backdrop-filter:blur(28px) saturate(190%);-webkit-backdrop-filter:blur(28px) saturate(190%);box-shadow:0 3px 8px rgba(0,0,0,.16);z-index:3}.hsk-tapback-dot-bridge{position:absolute;top:-3px;left:2px;right:2px;height:8px;background:color-mix(in srgb,var(--hsk-surface-1,var(--hsk-bubble-bg,var(--hsk-chat-bg,#1c1c1e))) 90%,transparent);border-radius:999px;z-index:4}.hsk-tapback-tail.is-below .hsk-tapback-dot-bridge{top:auto;bottom:-3px}.hsk-tapback-dot--mid{width:11px;height:11px;margin-top:-3px;background:color-mix(in srgb,var(--hsk-surface-1,var(--hsk-bubble-bg,var(--hsk-chat-bg,#1c1c1e))) 80%,transparent);border:1px solid color-mix(in srgb,var(--hsk-chat-text,#ffffff) 14%,transparent);backdrop-filter:blur(28px) saturate(190%);-webkit-backdrop-filter:blur(28px) saturate(190%);box-shadow:0 2px 5px rgba(0,0,0,.14);z-index:2}.hsk-tapback-tail.is-below .hsk-tapback-dot--mid{margin-top:0;margin-bottom:-3px}.hsk-tapback-dot--anchor{width:6px;height:6px;margin-top:-2px;background:var(--hsk-anchor-color,var(--hsk-primary,#007aff));box-shadow:0 1px 3px rgba(0,0,0,.18);z-index:1}.hsk-tapback-tail.is-below .hsk-tapback-dot--anchor{margin-top:0;margin-bottom:-2px}.hsk-tapback-tool-btn{display:inline-flex;align-items:center;gap:5px;padding:4px 11px;height:30px;border-radius:999px;font-size:12.5px;font-weight:500;font-family:var(--hsk-font);line-height:1;color:var(--hsk-chat-text,#f3f4f6);background:transparent;border:none;cursor:pointer;user-select:none;-webkit-tap-highlight-color:transparent;transition:background-color .15s ease,transform .12s ease;white-space:nowrap;animation:hsk-tapback-tool-pop .2s cubic-bezier(.16,1,.3,1) both;animation-delay:calc(.02s+var(--tool-idx,0) * .02s)}.hsk-tapback-tool-btn:hover{background:color-mix(in srgb,var(--hsk-chat-text,#ffffff) 14%,transparent)}.hsk-tapback-tool-btn:active{transform:scale(.92)}.hsk-tapback-tool-btn--pin{color:var(--hsk-primary,#ff6a33)}.hsk-tapback-tool-btn--pin:hover{background:color-mix(in srgb,var(--hsk-primary,#ff6a33) 18%,transparent)}.hsk-tapback-tool-btn--copy.is-copied{color:#10b981 !important}@keyframes hsk-tapback-flow-up{0%{opacity:0;transform:scale(.18) translateY(14px)}55%{opacity:1;transform:scale(1.05) translateY(-2px)}75%{transform:scale(.98) translateY(0)}100%{opacity:1;transform:scale(1) translateY(0)}}@keyframes hsk-tapback-tool-pop{0%{opacity:0;transform:scale(.85)}100%{opacity:1;transform:scale(1)}}.hsk-cb-scout-defs{position:absolute;width:0;height:0}.hsk-cb-scout-trigger-icon{display:inline-flex;align-items:center;flex-shrink:0}.hsk-cb-scout-trigger-dot{inline-size:6px;block-size:6px;border-radius:999px;background:#10b981;box-shadow:0 0 6px #10b981}.hsk-cb-scout-card-head{display:flex;align-items:center;justify-content:space-between;padding:2px 3px 6px}.hsk-cb-scout-card-title{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:650;color:var(--hsk-chat-text)}.hsk-cb-scout-card-x{border:none;background:none;padding:2px;display:inline-flex;color:var(--hsk-chat-muted);cursor:pointer;opacity:.7}.hsk-cb-scout-card-x:hover{opacity:1}.hsk-cb-scouts-stage{position:relative}.hsk-cb-scouts-glue{position:absolute;inset-block-start:3px;inset-inline-start:0;inline-size:100%;display:flex;flex-wrap:wrap;align-content:flex-start;gap:2px;row-gap:24px;pointer-events:none}.hsk-cb-glue-cell{flex:0 0 46px;display:grid;place-items:center;transform:scaleX(1.34);animation:hsk-glue-drift 3.4s ease-in-out infinite}.hsk-cb-glue-cell:nth-child(2n){animation-duration:4.1s}.hsk-cb-glue-cell:nth-child(3n){animation-duration:3.7s}.hsk-cb-glue-cell.is-loose{transform:none;animation:none}@keyframes hsk-glue-drift{0%,100%{transform:scaleX(1.34) translateY(0)}35%{transform:scaleX(1.42) translateY(-1px)}70%{transform:scaleX(1.29) translateY(.5px)}}@media (prefers-reduced-motion:reduce){.hsk-cb-glue-cell{animation:none}.hsk-cb-scout-hatch-pick,.hsk-cb-scout{transition:opacity .2s ease,filter .2s ease}.hsk-cb-scout-hatch-pick:hover,.hsk-cb-scout:hover{transform:none}}.hsk-cb-scout-time{padding:10px 2px 2px}.hsk-cb-dial{position:relative;block-size:18px;display:flex;align-items:center;transform-origin:center;transition:transform .22s cubic-bezier(.16,1,.3,1)}.hsk-cb-dial.is-dragging{transform:scale(1.045)}.hsk-cb-dial-track{position:relative;inline-size:100%;block-size:6px;border-radius:999px;background:color-mix(in srgb,var(--hsk-chat-text) 10%,transparent);overflow:visible;transition:block-size .22s cubic-bezier(.16,1,.3,1)}.hsk-cb-dial.is-dragging .hsk-cb-dial-track{block-size:12px}.hsk-cb-dial-fill{position:absolute;inset-block:0;inset-inline-start:0;border-radius:999px;background:linear-gradient( to right,color-mix(in srgb,var(--hsk-primary) 62%,transparent),var(--hsk-primary) );transition:inline-size .18s cubic-bezier(.16,1,.3,1)}.hsk-cb-dial-input{position:absolute;inset-inline:0;inset-block:0;inline-size:100%;margin:0;padding:0;appearance:none;-webkit-appearance:none;background:transparent;cursor:grab}.hsk-cb-dial-input:active{cursor:grabbing}.hsk-cb-dial-input::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;inline-size:16px;block-size:16px;border:2.5px solid var(--hsk-chat-bg);border-radius:999px;background:var(--hsk-primary);box-shadow:0 2px 8px -1px color-mix(in srgb,var(--hsk-primary) 70%,transparent);cursor:grab;transition:transform .16s cubic-bezier(.16,1,.3,1),box-shadow .16s ease}.hsk-cb-dial-input:hover::-webkit-slider-thumb{transform:scale(1.12)}.hsk-cb-dial.is-dragging .hsk-cb-dial-input::-webkit-slider-thumb{transform:scale(1.28);box-shadow:0 0 0 7px color-mix(in srgb,var(--hsk-primary) 18%,transparent)}.hsk-cb-dial-input:active::-webkit-slider-thumb{transform:scale(1.24);box-shadow:0 0 0 6px color-mix(in srgb,var(--hsk-primary) 20%,transparent)}.hsk-cb-dial-input:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 4px color-mix(in srgb,var(--hsk-primary) 32%,transparent)}.hsk-cb-dial-input::-moz-range-thumb{inline-size:16px;block-size:16px;border:2.5px solid var(--hsk-chat-bg);border-radius:999px;background:var(--hsk-primary);cursor:grab}.hsk-cb-dial-input::-moz-range-track{background:transparent}.hsk-cb-scout-time-row{display:flex;align-items:baseline;gap:5px;padding-block-start:7px;transform-origin:center;transition:transform .22s cubic-bezier(.16,1,.3,1)}.hsk-cb-scout-time-row.is-lifted{transform:scale(1.06)}@media (prefers-reduced-motion:reduce){.hsk-cb-dial,.hsk-cb-dial-track,.hsk-cb-scout-time-row{transition:none}.hsk-cb-dial.is-dragging,.hsk-cb-scout-time-row.is-lifted{transform:none}}.hsk-cb-scouts-row{position:relative;display:flex;flex-wrap:wrap;align-items:flex-end;gap:2px}.hsk-cb-scout-slot{position:relative;flex:0 0 auto}.hsk-cb-scout{position:relative;display:flex;flex-direction:column;align-items:center;gap:1px;padding:3px 4px 2px;border:none;border-radius:13px;background:transparent;color:var(--hsk-chat-text);cursor:pointer;font:inherit;transition:transform .18s cubic-bezier(.16,1,.3,1)}.hsk-cb-scout:hover,.hsk-cb-scout:focus-visible{transform:translateY(-3px) scale(1.14);z-index:2;outline:none}.hsk-cb-scout:active{transform:translateY(0) scale(.96)}.hsk-cb-scout-face{position:relative;inline-size:38px;block-size:38px;display:grid;place-items:center}.hsk-cb-scout-char{display:block;overflow:visible}.hsk-cb-scout-pulse{position:absolute;inset-block-start:0;inset-inline-end:0;inline-size:6px;block-size:6px;border-radius:999px;background:#10b981;box-shadow:0 0 0 2px var(--hsk-chat-bg);animation:hsk-scout-breathe 2.4s ease-in-out infinite}@keyframes hsk-scout-breathe{0%,100%{opacity:1}50%{opacity:.35}}.hsk-cb-scout-own{direction:ltr;position:absolute;inset-block-end:-2px;inset-inline-end:-3px;padding:0 4px;border-radius:999px;background:var(--hsk-surface-2);color:var(--hsk-chat-muted);unicode-bidi:isolate;font-size:8px;font-weight:700;line-height:12px;box-shadow:0 0 0 1.5px var(--hsk-chat-bg)}.hsk-cb-scout-name{max-inline-size:48px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;unicode-bidi:isolate;font-size:9px;font-weight:600;color:var(--hsk-chat-muted)}.hsk-cb-scout.is-triggered .hsk-cb-scout-name{color:var(--hsk-primary)}.hsk-cb-scout.is-paused .hsk-cb-scout-face{opacity:.72}.hsk-cb-scout-bin{position:absolute;inset-block-start:-1px;inset-inline-start:-1px;z-index:3;inline-size:16px;block-size:16px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:999px;background:var(--hsk-surface-2);color:var(--hsk-chat-muted);box-shadow:0 0 0 1.5px var(--hsk-chat-bg);cursor:pointer;opacity:0;transform:scale(.6);transition:opacity .16s ease,transform .16s cubic-bezier(.16,1,.3,1),color .16s ease}.hsk-cb-scout-slot:hover .hsk-cb-scout-bin,.hsk-cb-scout-bin:focus-visible{opacity:1;transform:none}.hsk-cb-scout-bin:hover{color:#e5484d}.hsk-cb-scout-new{flex:0 0 auto;align-self:center;inline-size:34px;block-size:34px;margin-block-end:12px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1.5px dashed color-mix(in srgb,var(--hsk-chat-text) 24%,transparent);border-radius:12px;background:transparent;color:var(--hsk-chat-muted);cursor:pointer;transition:color .18s ease,border-color .18s ease,transform .18s cubic-bezier(.16,1,.3,1)}.hsk-cb-scout-new:hover{color:var(--hsk-primary);border-color:var(--hsk-primary);transform:translateY(-2px)}.hsk-cb-scout-pool-line{direction:ltr;display:flex;align-items:center;justify-content:flex-start;gap:2px;padding:6px 4px 2px;unicode-bidi:isolate;font-size:9.5px;font-weight:600;color:var(--hsk-chat-muted)}.hsk-cb-scout-picker{position:absolute;inset-block-end:calc(100%+5px);inset-inline-start:50%;transform:translateX(-50%);z-index:50;display:flex;gap:1px;padding:3px;border-radius:13px;background:color-mix(in srgb,var(--hsk-chat-bg) 88%,transparent);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1px solid color-mix(in srgb,var(--hsk-chat-text) 12%,transparent);box-shadow:0 12px 30px -8px color-mix(in srgb,var(--hsk-chat-text) 26%,transparent);animation:hsk-theme-morph-in .22s cubic-bezier(.16,1,.3,1) both}.hsk-cb-scout-pick{display:inline-flex;padding:1px;border:none;border-radius:9px;background:transparent;cursor:pointer;transition:background .15s ease,transform .15s ease}.hsk-cb-scout-pick:hover{background:color-mix(in srgb,var(--hsk-primary) 14%,transparent);transform:translateY(-1px)}.hsk-cb-scout-pick.is-on{background:color-mix(in srgb,var(--hsk-primary) 22%,transparent)}.hsk-cb-scout-hatch{padding:2px 0 4px}.hsk-cb-scout-hatch-row{position:relative;display:flex;align-items:center;justify-content:space-between}.hsk-cb-scout-hatch-pick{position:relative;display:inline-flex;flex-direction:column;align-items:center;gap:1px;padding:1px;border:none;border-radius:10px;background:transparent;cursor:pointer;animation:hsk-scout-ooze .5s cubic-bezier(.16,1,.3,1) backwards;transition:transform .2s cubic-bezier(.16,1,.3,1),opacity .2s ease,filter .2s ease}.hsk-cb-scout-hatch-pick:hover,.hsk-cb-scout-hatch-pick:focus-visible{transform:translateY(-5px) scale(1.42);z-index:3;outline:none}.hsk-cb-scout-hatch-pick.is-on{transform:translateY(-3px) scale(1.2);z-index:2;animation:hsk-scout-burst .42s cubic-bezier(.16,1,.3,1)}@keyframes hsk-scout-burst{0%{filter:grayscale(1) saturate(1);transform:translateY(0) scale(1)}45%{filter:grayscale(0) saturate(1.9);transform:translateY(-6px) scale(1.34)}100%{filter:grayscale(0) saturate(1);transform:translateY(-3px) scale(1.2)}}.hsk-cb-scout-hatch-pick.is-on:hover,.hsk-cb-scout-hatch-pick.is-on:focus-visible{transform:translateY(-5px) scale(1.48)}.hsk-cb-scout-hatch-pick:not(.is-on){opacity:.75}.hsk-cb-scout-hatch-pick.is-unpaid{filter:grayscale(1);opacity:.5}.hsk-cb-scout-nick{font-size:7.5px;font-weight:700;letter-spacing:.02em;color:var(--hsk-chat-muted);white-space:nowrap}.hsk-cb-scout-hatch-pick.is-on .hsk-cb-scout-nick{color:var(--hsk-primary)}.hsk-cb-scout-hatch-pick.is-unpaid:hover,.hsk-cb-scout-hatch-pick.is-unpaid:focus-visible{filter:grayscale(.25);opacity:.92}.hsk-cb-scout-hatch-pick.is-unpaid.is-on{filter:grayscale(.4);opacity:.85}.hsk-cb-scout-time{padding:8px 2px 2px}.hsk-cb-scout-time-row{display:flex;align-items:baseline;gap:5px;padding-block-start:7px;transform-origin:center;transition:transform .22s cubic-bezier(.16,1,.3,1)}.hsk-cb-scout-time-row.is-lifted{transform:scale(1.06)}@media (prefers-reduced-motion:reduce){.hsk-cb-dial,.hsk-cb-dial-track,.hsk-cb-scout-time-row{transition:none}.hsk-cb-dial.is-dragging,.hsk-cb-scout-time-row.is-lifted{transform:none}}.hsk-cb-scouts-row{position:relative;display:flex;flex-wrap:wrap;align-items:flex-end;gap:2px}.hsk-cb-scout-slot{position:relative;flex:0 0 auto}.hsk-cb-scout{position:relative;display:flex;flex-direction:column;align-items:center;gap:1px;padding:3px 4px 2px;border:none;border-radius:13px;background:transparent;color:var(--hsk-chat-text);cursor:pointer;font:inherit;transition:transform .18s cubic-bezier(.16,1,.3,1)}.hsk-cb-scout:hover,.hsk-cb-scout:focus-visible{transform:translateY(-3px) scale(1.14);z-index:2;outline:none}.hsk-cb-scout:active{transform:translateY(0) scale(.96)}.hsk-cb-scout-face{position:relative;inline-size:38px;block-size:38px;display:grid;place-items:center}.hsk-cb-scout-char{display:block;overflow:visible}.hsk-cb-scout-pulse{position:absolute;inset-block-start:0;inset-inline-end:0;inline-size:6px;block-size:6px;border-radius:999px;background:#10b981;box-shadow:0 0 0 2px var(--hsk-chat-bg);animation:hsk-scout-breathe 2.4s ease-in-out infinite}@keyframes hsk-scout-breathe{0%,100%{opacity:1}50%{opacity:.35}}.hsk-cb-scout-own{direction:ltr;position:absolute;inset-block-end:-2px;inset-inline-end:-3px;padding:0 4px;border-radius:999px;background:var(--hsk-surface-2);color:var(--hsk-chat-muted);unicode-bidi:isolate;font-size:8px;font-weight:700;line-height:12px;box-shadow:0 0 0 1.5px var(--hsk-chat-bg)}.hsk-cb-scout-name{max-inline-size:48px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;unicode-bidi:isolate;font-size:9px;font-weight:600;color:var(--hsk-chat-muted)}.hsk-cb-scout.is-triggered .hsk-cb-scout-name{color:var(--hsk-primary)}.hsk-cb-scout.is-paused .hsk-cb-scout-face{opacity:.72}.hsk-cb-scout-bin{position:absolute;inset-block-start:-1px;inset-inline-start:-1px;z-index:3;inline-size:16px;block-size:16px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:999px;background:var(--hsk-surface-2);color:var(--hsk-chat-muted);box-shadow:0 0 0 1.5px var(--hsk-chat-bg);cursor:pointer;opacity:0;transform:scale(.6);transition:opacity .16s ease,transform .16s cubic-bezier(.16,1,.3,1),color .16s ease}.hsk-cb-scout-slot:hover .hsk-cb-scout-bin,.hsk-cb-scout-bin:focus-visible{opacity:1;transform:none}.hsk-cb-scout-bin:hover{color:#e5484d}.hsk-cb-scout-new{flex:0 0 auto;align-self:center;inline-size:34px;block-size:34px;margin-block-end:12px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1.5px dashed color-mix(in srgb,var(--hsk-chat-text) 24%,transparent);border-radius:12px;background:transparent;color:var(--hsk-chat-muted);cursor:pointer;transition:color .18s ease,border-color .18s ease,transform .18s cubic-bezier(.16,1,.3,1)}.hsk-cb-scout-new:hover{color:var(--hsk-primary);border-color:var(--hsk-primary);transform:translateY(-2px)}.hsk-cb-scout-pool-line{direction:ltr;display:flex;align-items:center;justify-content:flex-start;gap:2px;padding:6px 4px 2px;unicode-bidi:isolate;font-size:9.5px;font-weight:600;color:var(--hsk-chat-muted)}.hsk-cb-scout-picker{position:absolute;inset-block-end:calc(100%+5px);inset-inline-start:50%;transform:translateX(-50%);z-index:50;display:flex;gap:1px;padding:3px;border-radius:13px;background:color-mix(in srgb,var(--hsk-chat-bg) 88%,transparent);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1px solid color-mix(in srgb,var(--hsk-chat-text) 12%,transparent);box-shadow:0 12px 30px -8px color-mix(in srgb,var(--hsk-chat-text) 26%,transparent);animation:hsk-theme-morph-in .22s cubic-bezier(.16,1,.3,1) both}.hsk-cb-scout-pick{display:inline-flex;padding:1px;border:none;border-radius:9px;background:transparent;cursor:pointer;transition:background .15s ease,transform .15s ease}.hsk-cb-scout-pick:hover{background:color-mix(in srgb,var(--hsk-primary) 14%,transparent);transform:translateY(-1px)}.hsk-cb-scout-pick.is-on{background:color-mix(in srgb,var(--hsk-primary) 22%,transparent)}.hsk-cb-scout-hatch{padding:2px 0 4px}@keyframes hsk-scout-ooze{from{transform:scale(.15);opacity:0}to{transform:none;opacity:1}}.hsk-cb-scout-hatch-row{position:relative;display:flex;align-items:center;justify-content:space-between}.hsk-cb-scout-hatch-pick{position:relative;display:inline-flex;flex-direction:column;align-items:center;gap:1px;padding:1px;border:none;border-radius:10px;background:transparent;cursor:pointer;animation:hsk-scout-ooze .5s cubic-bezier(.16,1,.3,1) backwards;transition:transform .2s cubic-bezier(.16,1,.3,1),opacity .2s ease,filter .2s ease}.hsk-cb-scout-hatch-pick:hover,.hsk-cb-scout-hatch-pick:focus-visible{transform:translateY(-5px) scale(1.42);z-index:3;outline:none}.hsk-cb-scout-hatch-pick.is-on{transform:translateY(-3px) scale(1.2);z-index:2;animation:hsk-scout-burst .42s cubic-bezier(.16,1,.3,1)}@keyframes hsk-scout-burst{0%{filter:grayscale(1) saturate(1);transform:translateY(0) scale(1)}45%{filter:grayscale(0) saturate(1.9);transform:translateY(-6px) scale(1.34)}100%{filter:grayscale(0) saturate(1);transform:translateY(-3px) scale(1.2)}}.hsk-cb-scout-hatch-pick.is-on:hover,.hsk-cb-scout-hatch-pick.is-on:focus-visible{transform:translateY(-5px) scale(1.48)}.hsk-cb-scout-hatch-pick:not(.is-on){opacity:.75}.hsk-cb-scout-hatch-pick.is-unpaid{filter:grayscale(1);opacity:.5}.hsk-cb-scout-nick{font-size:7.5px;font-weight:700;letter-spacing:.02em;color:var(--hsk-chat-muted);white-space:nowrap}.hsk-cb-scout-hatch-pick.is-on .hsk-cb-scout-nick{color:var(--hsk-primary)}.hsk-cb-scout-hatch-pick.is-unpaid:hover,.hsk-cb-scout-hatch-pick.is-unpaid:focus-visible{filter:grayscale(.25);opacity:.92}.hsk-cb-scout-hatch-pick.is-unpaid.is-on{filter:grayscale(.4);opacity:.85}.hsk-cb-scout-time{padding:8px 2px 2px}.hsk-cb-scout-slider{inline-size:100%;block-size:4px;margin:0 0 8px;padding:0;border-radius:999px;appearance:none;-webkit-appearance:none;background:color-mix(in srgb,var(--hsk-chat-text) 14%,transparent);cursor:pointer}.hsk-cb-scout-slider::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;inline-size:14px;block-size:14px;border:none;border-radius:999px;background:var(--hsk-primary);box-shadow:0 1px 5px color-mix(in srgb,var(--hsk-primary) 55%,transparent);cursor:pointer}.hsk-cb-scout-slider::-moz-range-thumb{inline-size:14px;block-size:14px;border:none;border-radius:999px;background:var(--hsk-primary);cursor:pointer}.hsk-cb-scout-time-row{display:flex;align-items:baseline;gap:5px}.hsk-cb-scout-mins{direction:ltr;border:none;background:transparent;padding:0;cursor:text;display:inline-flex;align-items:baseline;gap:3px;unicode-bidi:isolate;font-size:13px;font-weight:700;color:var(--hsk-chat-text)}.hsk-cb-scout-mins-input{direction:ltr;inline-size:46px;padding:0;border:none;border-block-end:1.5px solid var(--hsk-primary);background:transparent;color:var(--hsk-chat-text);font:inherit;font-size:13px;font-weight:700;font-variant-numeric:tabular-nums;outline:none}.hsk-cb-scout-mins-input::-webkit-outer-spin-button,.hsk-cb-scout-mins-input::-webkit-inner-spin-button{appearance:none;margin:0}.hsk-cb-scout-mins-unit{font-size:9.5px;font-weight:600;color:var(--hsk-chat-muted)}.hsk-cb-scout-price{direction:ltr;margin-inline-start:auto;unicode-bidi:isolate;font-size:17px;font-weight:700;color:var(--hsk-primary)}.hsk-cb-num{display:inline-flex;align-items:baseline;direction:ltr;font-variant-numeric:tabular-nums;line-height:1}.hsk-cb-num-fix{display:inline-block}.hsk-cb-num-slot{display:inline-block;block-size:1em;overflow:hidden;vertical-align:baseline}.hsk-cb-num-col{display:flex;flex-direction:column;transition:transform .52s cubic-bezier(.22,1,.28,1);will-change:transform}.hsk-cb-num-d{display:block;block-size:1em;line-height:1;text-align:center}@media (prefers-reduced-motion:reduce){.hsk-cb-num-col{transition:none}}.hsk-cb-scout-buy-go{inline-size:100%;margin-block-start:8px;padding:7px 0;border:none;border-radius:11px;background:var(--hsk-primary);color:var(--hsk-on-active,#fff);font:inherit;font-size:11px;font-weight:700;cursor:pointer}.hsk-cb-scout-buy-go:disabled{opacity:.45;cursor:not-allowed}.hsk-cb-scout-foot-note{display:block;padding:5px 2px 0;unicode-bidi:isolate;font-size:9px;line-height:1.35;color:var(--hsk-chat-muted)}.hsk-cb-scout-card-pin{border:none;background:none;padding:2px;margin-inline-start:auto;margin-inline-end:2px;display:inline-flex;color:var(--hsk-chat-muted);cursor:pointer;opacity:.7}.hsk-cb-scout-card-pin:hover{opacity:1;color:var(--hsk-primary)}.hsk-cb-pin-body{margin:0;padding:8px;box-sizing:border-box;background:var(--hsk-chat-bg,#18181b);font-family:var(--hsk-font)}.hsk-cb-scout-rail-card.hsk-cb-pin-card{inline-size:100%;max-inline-size:none;min-inline-size:0;animation:none}.hsk-cb-pin-count{font-size:9px;font-weight:700;color:#10b981}.hsk-cb-pin-row{display:flex;align-items:center;gap:6px;padding:2px 0}.hsk-cb-pin-text{display:flex;flex-direction:column;gap:3px;min-inline-size:0;flex:1}.hsk-cb-pin-watch{direction:ltr;font-size:9.5px;font-weight:600;font-variant-numeric:tabular-nums;color:var(--hsk-chat-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hsk-cb-pin-bar{block-size:3px;border-radius:999px;background:color-mix(in srgb,var(--hsk-chat-text) 12%,transparent);overflow:hidden}.hsk-cb-pin-fill{display:block;block-size:100%;border-radius:999px;background:var(--hsk-primary);transition:inline-size .4s cubic-bezier(.16,1,.3,1)}.hsk-cb-pin-hit{font-size:8.5px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:var(--hsk-primary)}.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:4px !important;width:100% !important;max-width:min(520px,100%) !important;padding-inline:16px !important;box-sizing:border-box !important;margin-inline:auto !important}.hsk-cb-ink-skeleton{align-items:center !important}.hsk-cb-hello{font-size:clamp(21px,5.8vw,30px) !important;font-weight:600 !important;line-height:1.25 !important;letter-spacing:-0.02em !important;color:var(--hsk-chat-muted,#8b8b8f) !important;text-align:center !important;text-wrap:balance;max-width:100% !important;overflow-wrap:break-word}.hsk-cb-hello-lead,.hsk-cb-hello-ask{font-size:14px !important;font-weight:400 !important;line-height:1.45 !important;text-align:center !important;text-wrap:balance;max-width:100% !important;overflow-wrap:break-word;color:color-mix(in srgb,var(--hsk-chat-muted,#8b8b8f) 78%,transparent) !important}.hsk-cb-hello-lead{font-size:14px !important;margin-top:4px !important}.hsk-cb-lang-chips{justify-content:center !important;width:100% !important;gap:8px !important;margin:12px 0 6px !important}.hsk-cb-lang-chips-hint{width:100% !important;justify-content:center !important;margin-top:6px !important;margin-inline-start:0 !important}.hsk-cb-onboarding-head{justify-content:flex-end !important;margin-bottom:12px !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-script="nonlatin"] .hsk-cascade__w{white-space:normal}.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:6px 0 2px;width:100%;max-width:100%;box-sizing:border-box}.hsk-live-carousel{display:flex;flex-wrap:wrap;gap:6px;align-items:flex-start;width:100%;box-sizing:border-box}.hsk-live-card{flex:0 1 auto;width:fit-content;min-width:120px;max-width:100%;background:var(--hsk-chat-source-bg,rgba(255,255,255,.05));border:1px solid var(--hsk-chat-divide,rgba(255,255,255,.08));border-radius:12px;padding:6px 10px;box-sizing:border-box;display:flex;flex-direction:column;gap:3px;transition:opacity .2s ease;overflow:hidden}.hsk-live-card.is-stale{opacity:.75}.hsk-live-card__top{display:flex;align-items:center;justify-content:space-between;gap:8px}.hsk-live-card__badge{display:inline-flex;align-items:center;gap:5px}.hsk-live-card__body{display:flex;align-items:center}.hsk-live-dot{width:6px;height:6px;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:13px;font-weight:600;color:var(--hsk-chat-text,#111827);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-0.01em}.hsk-live-card__close{font-size:10.5px;font-weight:500;color:var(--hsk-chat-muted,#6b7280);opacity:.85;white-space:nowrap}.hsk-live-card__age{font-size:10.5px;font-weight:500;color:var(--hsk-chat-muted,#6b7280);white-space:nowrap;flex-shrink:0}.hsk-live-card__pills{display:flex;flex-wrap:wrap;gap:4px;align-items:center;margin-top:1px}.hsk-live-pill{display:inline-flex;align-items:center;gap:4px;padding:2px 7px;background:color-mix(in srgb,var(--hsk-surface-1,var(--hsk-chat-bg,#ffffff)) 85%,transparent);border:1px solid color-mix(in srgb,var(--hsk-chat-text,#ffffff) 10%,transparent);border-radius:6px;font-size:11.5px;font-variant-numeric:tabular-nums;line-height:1.25;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-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:0 0 auto;width:fit-content;max-width: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,[data-hsk-theme] .hsk-cb-scout-rail-card{background:var(--hsk-glass-bg) !important;border:var(--hsk-glass-border) !important;border-top:var(--hsk-glass-border-top) !important;box-shadow:var(--hsk-glass-shadow) !important;backdrop-filter:blur(28px) saturate(var(--hsk-glass-saturate,180%)) !important;-webkit-backdrop-filter:blur(28px) saturate(var(--hsk-glass-saturate,180%)) !important}[data-hsk-theme] .hsk-cb-theme-squircle-trigger,[data-hsk-theme] .hsk-cb-scout-rail-trigger{background:var(--hsk-pill-bg) !important;color:var(--hsk-chat-text) !important;border:var(--hsk-glass-border) !important;border-top:var(--hsk-glass-border-top) !important;box-shadow:var(--hsk-glass-shadow) !important;backdrop-filter:blur(20px) saturate(var(--hsk-glass-saturate,160%)) !important;-webkit-backdrop-filter:blur(20px) saturate(var(--hsk-glass-saturate,160%)) !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-glass-bg:rgba(255,255,255,.72) !important;--hsk-glass-border:1px solid rgba(0,0,0,.07) !important;--hsk-glass-border-top:1px solid rgba(255,255,255,.9) !important;--hsk-glass-shadow:0 12px 32px -4px rgba(0,0,0,.10),0 1px 0 0 rgba(255,255,255,.85) inset !important;--hsk-glass-saturate:190% !important;--hsk-pill-bg:rgba(255,255,255,.65) !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-glass-bg:rgba(255,255,255,.07) !important;--hsk-glass-border:1px solid rgba(255,255,255,.10) !important;--hsk-glass-border-top:1px solid rgba(255,255,255,.22) !important;--hsk-glass-shadow:0 12px 32px -4px rgba(0,0,0,.45),0 1px 0 0 rgba(255,255,255,.10) inset !important;--hsk-glass-saturate:160% !important;--hsk-pill-bg:rgba(255,255,255,.06) !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-glass-bg:rgba(255,220,180,.07) !important;--hsk-glass-border:1px solid rgba(217,140,85,.15) !important;--hsk-glass-border-top:1px solid rgba(255,200,150,.25) !important;--hsk-glass-shadow:0 12px 32px -4px rgba(0,0,0,.55),0 1px 0 0 rgba(255,200,150,.12) inset !important;--hsk-glass-saturate:155% !important;--hsk-pill-bg:rgba(255,220,180,.06) !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-glass-bg:rgba(255,240,248,.75) !important;--hsk-glass-border:1px solid rgba(236,72,153,.10) !important;--hsk-glass-border-top:1px solid rgba(255,255,255,.90) !important;--hsk-glass-shadow:0 12px 32px -4px rgba(180,30,100,.08),0 1px 0 0 rgba(255,255,255,.85) inset !important;--hsk-glass-saturate:185% !important;--hsk-pill-bg:rgba(255,228,236,.80) !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-glass-bg:rgba(247,241,232,.78) !important;--hsk-glass-border:1px solid rgba(169,113,75,.12) !important;--hsk-glass-border-top:1px solid rgba(255,255,255,.88) !important;--hsk-glass-shadow:0 12px 32px -4px rgba(90,55,20,.10),0 1px 0 0 rgba(255,255,255,.80) inset !important;--hsk-glass-saturate:185% !important;--hsk-pill-bg:rgba(239,228,214,.82) !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-glass-bg:rgba(180,190,255,.06) !important;--hsk-glass-border:1px solid rgba(99,102,241,.18) !important;--hsk-glass-border-top:1px solid rgba(180,185,255,.25) !important;--hsk-glass-shadow:0 12px 32px -4px rgba(0,0,0,.55),0 1px 0 0 rgba(180,190,255,.10) inset !important;--hsk-glass-saturate:155% !important;--hsk-pill-bg:rgba(180,190,255,.06) !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)}}.hsk-retry-icon{display:inline-flex;transform-origin:center;transition:transform .36s cubic-bezier(.34,1.56,.64,1)}.hsk-cb-msg-action:hover:not(:disabled) .hsk-retry-icon{transform:rotate(-180deg)}.hsk-cb-msg-action:active:not(:disabled) .hsk-retry-icon{transform:rotate(-360deg) scale(.85);transition-duration:.18s}.hsk-retry-icon--spinning{animation:hsk-spin .65s linear infinite !important}.hsk-edit-icon{display:inline-flex;transform-origin:20% 80%;transition:transform .26s cubic-bezier(.34,1.56,.64,1)}.hsk-cb-msg-action:hover:not(:disabled) .hsk-edit-icon{transform:translateY(-1.5px) rotate(-14deg)}.hsk-cb-msg-action:active:not(:disabled) .hsk-edit-icon{transform:translateY(1px) scale(.88);transition-duration:.1s}.hsk-copy-icon{display:inline-flex}.hsk-copy-sheet{transition:transform .22s cubic-bezier(.34,1.56,.64,1)}.hsk-cb-msg-action:hover:not(:disabled) .hsk-copy-sheet{transform:translate(-1.5px,-1.5px)}.hsk-check-icon{display:inline-flex;animation:hsk-check-pop .28s cubic-bezier(.34,1.56,.64,1) both}@keyframes hsk-check-pop{0%{transform:scale(.4);opacity:0}60%{transform:scale(1.24);opacity:1}100%{transform:scale(1);opacity:1}}@keyframes hsk-actions-enter{0%{opacity:0;transform:translateY(4px) scale(.96)}100%{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion:reduce){.hsk-cb-msg-action:hover:not(:disabled) .hsk-retry-icon,.hsk-cb-msg-action:hover:not(:disabled) .hsk-edit-icon,.hsk-cb-msg-action:hover:not(:disabled) .hsk-copy-sheet,.hsk-check-icon{transform:none !important;animation:none !important}}`;var Ln="akropolys-kiku-root",aa=null,rr=null;function Jc(e){if(typeof CSSStyleSheet<"u"&&"replaceSync"in CSSStyleSheet.prototype)try{let a=new CSSStyleSheet;a.replaceSync(ar),e.adoptedStyleSheets=[...e.adoptedStyleSheets,a];return}catch{}let t=document.createElement("style");t.textContent=ar,e.appendChild(t)}function or(){return typeof document>"u"?null:rr||(aa=document.getElementById(Ln),aa||(aa=document.createElement("div"),aa.id=Ln,aa.style.cssText="all: initial;",document.body.appendChild(aa)),rr=aa.shadowRoot??aa.attachShadow({mode:"open"}),Jc(rr),rr)}var ms=require("@akropolys/sdk");var In=new WeakMap;function So(e){if(!e)return Promise.resolve(null);let t=In.get(e);if(t)return t;let a=Promise.resolve().then(()=>e.baseFont?.()??null).catch(()=>null);return In.set(e,a),a}function En(e,t,a){if(e&&(So(e),t))try{e.getUIStrings?.(t,a)?.catch?.(()=>{})}catch{}}var Co=require("react"),$t=new Map;function Zc(e){let t=e.split("?")[0].split("#")[0].split(".").pop()?.toLowerCase();return t==="woff2"?"woff2":t==="woff"?"woff":t==="otf"?"opentype":t==="ttf"?"truetype":""}function $n(e){let t=e.trim();return!t||/["'()\\\s]/.test(t)||/^(javascript|vbscript):/i.test(t)?null:t}var el=/^[Uu]\+[0-9A-Fa-f?]{1,6}(-[0-9A-Fa-f]{1,6})?$/,Dn=e=>{let t=e.split(",").map(a=>a.trim()).filter(Boolean);return t.length===0||!t.every(a=>el.test(a))?"":t.join(", ")},tl=e=>/^\d{3}( \d{3})?$/.test(e)?e:"400";function al(e,t){(0,Co.useEffect)(()=>{if(!e||!t||typeof document>"u")return;let a=5381;for(let o=0;o<e.length;o++)a=(a<<5)+a+e.charCodeAt(o)>>>0;let r=`hsk-font-${a.toString(36)}`;if($t.set(e,($t.get(e)??0)+1),!document.getElementById(r)){let o=document.createElement("style");o.id=r,o.textContent=t,document.head.appendChild(o)}return()=>{let o=($t.get(e)??1)-1;if(o>0){$t.set(e,o);return}$t.delete(e),document.getElementById(r)?.remove()}},[e,t])}function Fn(e){return e.faces.map(t=>{let a=$n(t.url);return a?`@font-face{font-family:"${e.family}";font-style:normal;font-weight:${tl(t.weight)};font-display:swap;src:url(${a}) format("woff2");`+(Dn(t.unicodeRange)?`unicode-range:${Dn(t.unicodeRange)};`:"")+"}":""}).join("")}function Mo(e){let t=e?.faces??[],a=e&&t.length?Fn(e):"";al(a?`script|${e.family}|${t.map(r=>r.url).join("|")}`:"",a)}async function _n(e,t=1200){if(typeof document>"u"||!("fonts"in document))return;let a=Fn(e);if(!a)return;let r=`script|${e.family}|${e.faces.map(s=>s.url).join("|")}`,o=5381;for(let s=0;s<r.length;s++)o=(o<<5)+o+r.charCodeAt(s)>>>0;let n=`hsk-font-${o.toString(36)}`;if(!document.getElementById(n)){let s=document.createElement("style");s.id=n,s.textContent=a,document.head.appendChild(s)}let i=document.fonts,c=e.faces.map(()=>i.load(`16px "${e.family}"`).catch(()=>{}));await Promise.race([Promise.all(c),new Promise(s=>setTimeout(s,t))])}function Fr(e){let t=typeof e=="object"&&e?e:void 0,a=t?.fontFamily?.split(",")[0].trim().replace(/^['"]|['"]$/g,"")??"",r=typeof t?.fontUrl=="string"?{normal:t.fontUrl}:t?.fontUrl??{},o=r.normal??"",n=r.bold??"",i=r.variable??"";(0,Co.useEffect)(()=>{if(!a||!o&&!n&&!i)return;let c=i?[["100 900",i]]:[["400",o],["700",n]],s=[];for(let[p,k]of c){if(!k)continue;let y=$n(k);if(!y)continue;let v=Zc(y);s.push(`@font-face{font-family:"${a}";font-style:normal;font-weight:${p};font-display:swap;src:url(${y})${v?` format("${v}")`:""};}`)}if(s.length===0)return;let l=s.join(""),h=`${a}|${o}|${n}|${i}`,d=5381;for(let p=0;p<h.length;p++)d=(d<<5)+d+h.charCodeAt(p)>>>0;let u=`hsk-host-font-${d.toString(36)}`;if($t.set(h,($t.get(h)??0)+1),!document.getElementById(u)){let p=document.createElement("style");p.id=u,p.textContent=l,document.head.appendChild(p)}return()=>{let p=($t.get(h)??1)-1;if(p>0){$t.set(h,p);return}$t.delete(h),document.getElementById(u)?.remove()}},[a,o,n,i])}var No=Lt(require("react")),ir=[],_r=[{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 nr(e){if(!e)return;let t=e.trim();if(!t)return;let a=t.toLowerCase(),r=_r.find(o=>o.value.toLowerCase()===a||o.native.toLowerCase()===a||o.tag===a);return r?r.native:t}function Bn(e){for(let t of e){let a=t.codePointAt(0)??0;if(a>=1424&&a<=2303||a>=64285&&a<=65023||a>=65136&&a<=65279)return!0}return!1}var rl={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 qn(e){let t=e.trim();return t?t.charAt(0).toUpperCase()+t.slice(1):"\u2026"}function To(e){if(!e)return{nativeName:"\u2026",preparing:"Preparing\u2026",changeLang:"\u2190",rtl:!1,known:!0};let t=e.trim().toLowerCase(),a=Object.entries(rl).find(([i,c])=>i===t||c.endonym?.toLowerCase()===t||nr(i)?.toLowerCase()===t);if(a)return{nativeName:a[1].endonym||nr(e)||qn(e),preparing:a[1].preparing,changeLang:a[1].changeLang,rtl:!!a[1].rtl||Bn(a[1].preparing),known:!0};let r=nr(e)||e,o=qn(r),n=Bn(o);return{nativeName:o,preparing:`Preparing in ${o}\u2026`,changeLang:n?"\u062A\u063A\u064A\u064A\u0631":"Change",rtl:n,known:!1}}var Br=[{name:"Puck",label:"Puck",gender:"male"},{name:"Charon",label:"Charon",gender:"male"},{name:"Kore",label:"Kore",gender:"female"},{name:"Aoede",label:"Aoede",gender:"female"}],zo="hsk-live-voice",ha={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",retry:"Retry",edit:"Edit",copy:"Copy",copied:"Copied",msgFailed:"Failed to send"},Ro=No.default.createContext((e,t)=>{let a=ha[e];if(t)for(let[r,o]of Object.entries(t))a=a.split(`{${r}}`).join(o);return a}),ra=()=>No.default.useContext(Ro);function Un(e){let t=e.trim();if(!t||t.length>40||t.includes("?"))return null;t=t.replace(/^(hi|hey|hello|yo)[,!.\s]+/i,""),t=t.replace(/^(i['’]?m|im|my name is|call me|it['’]?s|this is|name['’]?s)\s+/i,""),t=t.trim().replace(/[.!,]+$/,"");let a=t.split(/\s+/);if(a.length===0||a.length>3||!/^[\p{L}][\p{L}\-'’ ]{0,30}$/u.test(t))return null;let r=t.toLowerCase();if(["phone","laptop","tv","cheap","best","under","buy","search","find","show","need","want","price","sofa","shoe","headphone","camera","gift","help"].some(i=>r.includes(i)))return null;let n=a[0];return n.charAt(0).toUpperCase()+n.slice(1)}var Hn={shopper_reply_limit:"errShopperReplyLimit",RATE_LIMIT_EXCEEDED:"errShopperReplyLimit",access_revoked:"errAccessRevoked",account_required:"errAccountRequired",stream_interrupted:"errStreamInterrupted"};var jn=(e,t)=>{let a=e&&typeof e=="object"?e.code:void 0;if(a&&Hn[a])return t(Hn[a]);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 o=r.toLowerCase();if(o.includes("429")||o.includes("too many requests")||o.includes("requests per minute limit exceeded")||o.includes("too_many_requests_error")||o.includes("request_quota_exceeded")||o.includes("quota"))return t("errTooManyRequests");if(o.includes("token limit"))return t("errTokenLimit");if(o.includes("failed to fetch")||o.includes("networkerror")||o.includes("request failed"))return t("errNetwork");if(r)try{console.warn("[kiku] untranslated error:",r)}catch{}return t("errGeneric")},Vn=()=>typeof window>"u"||window.isSecureContext!==!1,Po=15;var pe=Lt(require("react"));var W=require("react/jsx-runtime"),ol=({className:e,size:t=18,tight:a=!1})=>(0,W.jsx)("svg",{className:J("hsk-brand-mark",e),width:t,height:t,viewBox:a?"10.2 17.4 79.5 79.5":"0 0 100 100",xmlns:"http://www.w3.org/2000/svg","aria-label":"kiku",children:(0,W.jsxs)("g",{transform:"translate(22.7 19) scale(0.62)",fill:"currentColor",fillRule:"evenodd",children:[(0,W.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,W.jsx)("circle",{cx:"55",cy:"82",r:"3.4"})]})}),Nt=ol,Wn=()=>(0,W.jsxs)("svg",{className:"hsk-stop-icon",width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",children:[(0,W.jsx)("circle",{className:"hsk-stop-ring",cx:"12",cy:"12",r:"9.5",stroke:"currentColor",strokeWidth:"1.6",strokeLinecap:"round"}),(0,W.jsx)("rect",{className:"hsk-stop-core",x:"8.5",y:"8.5",width:"7",height:"7",rx:"1.8",fill:"currentColor"})]});var Kn=()=>(0,W.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,W.jsx)("path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"}),(0,W.jsx)("polyline",{points:"15 3 21 3 21 9"}),(0,W.jsx)("line",{x1:"10",y1:"14",x2:"21",y2:"3"})]}),On=()=>(0,W.jsx)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"currentColor",children:(0,W.jsx)("path",{d:"M8 5v14l11-7z"})}),Da=()=>(0,W.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,W.jsx)("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),(0,W.jsx)("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]}),qr=()=>(0,W.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,W.jsx)("path",{d:"m15 18-6-6 6-6"})}),Yn=()=>(0,W.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,W.jsx)("path",{d:"m9 18 6-6-6-6"})}),Gn=()=>(0,W.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,W.jsx)("path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"}),(0,W.jsx)("path",{d:"M3 3v5h5"}),(0,W.jsx)("path",{d:"M12 7v5l4 2"})]}),Hr=()=>(0,W.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,W.jsx)("path",{d:"M19 21 12 16l-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"})}),Qn=()=>(0,W.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,W.jsx)("path",{d:"M3 6h18"}),(0,W.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 Xn=()=>(0,W.jsx)("svg",{width:"19",height:"19",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",children:(0,W.jsx)("path",{d:"M12 5v14M5 12h14"})}),Ao=()=>(0,W.jsx)("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,W.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"})}),sr=({className:e,size:t=13}={})=>(0,W.jsxs)("svg",{className:J("hsk-retry-icon",e),width:t,height:t,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,W.jsx)("path",{className:"hsk-retry-arrow",d:"M21.5 2v6h-6"}),(0,W.jsx)("path",{className:"hsk-retry-arc",d:"M21.34 15.57a10 10 0 1 1-.57-8.38l5.67-5.19"})]}),Ur=({className:e,size:t=13}={})=>(0,W.jsxs)("svg",{className:J("hsk-edit-icon",e),width:t,height:t,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,W.jsx)("path",{className:"hsk-edit-pencil",d:"M17 3a2.85 2.83 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5Z"}),(0,W.jsx)("path",{className:"hsk-edit-lead",d:"m15 5 4 4"})]}),ua=({className:e,size:t=13}={})=>(0,W.jsxs)("svg",{className:J("hsk-copy-icon",e),width:t,height:t,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,W.jsx)("rect",{className:"hsk-copy-sheet",x:"8.5",y:"7",width:"12",height:"14",rx:"3.5"}),(0,W.jsx)("path",{className:"hsk-copy-back",d:"M5 15H4.5A2.5 2.5 0 0 1 2 12.5V4.5A2.5 2.5 0 0 1 4.5 2h8A2.5 2.5 0 0 1 15 4.5V5"})]}),ma=({className:e,size:t=13}={})=>(0,W.jsx)("svg",{className:J("hsk-check-icon",e),width:t,height:t,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.4",strokeLinecap:"round",strokeLinejoin:"round",children:(0,W.jsx)("polyline",{className:"hsk-check-mark",points:"20 6 9 17 4 12"})}),$a=({className:e,size:t=18}={})=>(0,W.jsxs)("svg",{className:e,width:t,height:t,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,W.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,W.jsx)("path",{d:"M19 10v2a7 7 0 0 1-14 0v-2"}),(0,W.jsx)("line",{x1:"12",y1:"19",x2:"12",y2:"22"})]}),jr=()=>(0,W.jsxs)("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,W.jsx)("line",{x1:"2",y1:"2",x2:"22",y2:"22"}),(0,W.jsx)("path",{d:"M18.89 13.23A7.12 7.12 0 0 0 19 12v-2"}),(0,W.jsx)("path",{d:"M5 10v2a7 7 0 0 0 12 5"}),(0,W.jsx)("path",{d:"M15 9.34V5a3 3 0 0 0-5.68-1.33"}),(0,W.jsx)("path",{d:"M9 9v3a3 3 0 0 0 5.12 2.12"}),(0,W.jsx)("line",{x1:"12",y1:"19",x2:"12",y2:"22"})]}),Lo=({active:e})=>(0,W.jsxs)("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,W.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,W.jsx)("path",{className:"hsk-wave-bar",style:{"--hsk-bar":1,"--hsk-amp":1.78,"--hsk-period":"0.94s"},d:"M6 8v8"}),(0,W.jsx)("path",{className:"hsk-wave-bar",style:{"--hsk-bar":2,"--hsk-amp":1.26,"--hsk-period":"1.42s"},d:"M10 4v16"}),(0,W.jsx)("path",{className:"hsk-wave-bar",style:{"--hsk-bar":3,"--hsk-amp":1.62,"--hsk-period":"1.08s"},d:"M14 7v10"}),(0,W.jsx)("path",{className:"hsk-wave-bar",style:{"--hsk-bar":4,"--hsk-amp":2.05,"--hsk-period":"0.86s"},d:"M18 9v6"}),(0,W.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"})]}),Jn=()=>(0,W.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,W.jsx)("polygon",{className:"hsk-kite-wing hsk-kite-wing--far",points:"22 2 11 13 2 9"}),(0,W.jsx)("polygon",{className:"hsk-kite-wing hsk-kite-wing--near",points:"22 2 15 22 11 13"}),(0,W.jsx)("line",{className:"hsk-kite-spine",x1:"22",y1:"2",x2:"11",y2:"13"})]}),Zn=()=>(0,W.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,W.jsx)("circle",{className:"hsk-sun-core",cx:"12",cy:"12",r:"5"}),(0,W.jsxs)("g",{className:"hsk-sun-rays",children:[(0,W.jsx)("line",{x1:"12",y1:"1",x2:"12",y2:"3"}),(0,W.jsx)("line",{x1:"12",y1:"21",x2:"12",y2:"23"}),(0,W.jsx)("line",{x1:"4.22",y1:"4.22",x2:"5.64",y2:"5.64"}),(0,W.jsx)("line",{x1:"18.36",y1:"18.36",x2:"19.78",y2:"19.78"}),(0,W.jsx)("line",{x1:"1",y1:"12",x2:"3",y2:"12"}),(0,W.jsx)("line",{x1:"21",y1:"12",x2:"23",y2:"12"}),(0,W.jsx)("line",{x1:"4.22",y1:"19.78",x2:"5.64",y2:"18.36"}),(0,W.jsx)("line",{x1:"18.36",y1:"5.64",x2:"19.78",y2:"4.22"})]})]}),ei=()=>(0,W.jsx)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,W.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"})}),ti=()=>(0,W.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,W.jsx)("path",{className:"hsk-wood-layer",style:{"--hsk-layer":0},d:"M12 2L2 7l10 5 10-5-10-5z"}),(0,W.jsx)("path",{className:"hsk-wood-layer",style:{"--hsk-layer":2},d:"M2 17l10 5 10-5"}),(0,W.jsx)("path",{className:"hsk-wood-layer",style:{"--hsk-layer":1},d:"M2 12l10 5 10-5"})]}),ai=()=>(0,W.jsx)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,W.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"})}),ri=()=>(0,W.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,W.jsx)("path",{d:"M17 8h1a4 4 0 1 1 0 8h-1"}),(0,W.jsx)("path",{d:"M3 8h14v9a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4z"}),(0,W.jsx)("line",{className:"hsk-steam",style:{"--hsk-steam":0},x1:"6",y1:"1",x2:"6",y2:"4"}),(0,W.jsx)("line",{className:"hsk-steam",style:{"--hsk-steam":1},x1:"10",y1:"1",x2:"10",y2:"4"}),(0,W.jsx)("line",{className:"hsk-steam",style:{"--hsk-steam":2},x1:"14",y1:"1",x2:"14",y2:"4"})]}),oi=()=>(0,W.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,W.jsx)("path",{d:"M12 3a6.5 6.5 0 0 0 9 9 9 9 0 1 1-9-9z"}),(0,W.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 ni=({size:e=11})=>(0,W.jsxs)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.6",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,W.jsx)("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),(0,W.jsx)("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]}),ii=({className:e,size:t=16,filled:a=!1}={})=>(0,W.jsxs)("svg",{className:J("hsk-pin-icon",e),width:t,height:t,viewBox:"0 0 24 24",fill:a?"currentColor":"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,W.jsx)("line",{x1:"12",y1:"17",x2:"12",y2:"22"}),(0,W.jsx)("path",{d:"M5 17h14v-1.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V6h1a2 2 0 0 0 0-4H8a2 2 0 0 0 0 4h1v4.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V17z"})]});var ka=[{id:"light",label:"Silver",Icon:Zn,dark:!1},{id:"dark",label:"Onyx",Icon:ei,dark:!0},{id:"mahogany",label:"Mahogany",Icon:ti,dark:!0},{id:"blush",label:"Blush",Icon:ai,dark:!1},{id:"coffee",label:"Coffee",Icon:ri,dark:!1},{id:"midnight",label:"Midnight",Icon:oi,dark:!0}],Io="dark",si="light";function Eo(e){return typeof e=="string"&&ka.some(t=>t.id===e)}function Do(e){return ka.find(t=>t.id===e)??ka[0]}var Ua=require("@akropolys/sdk"),hs=require("@akropolys/sdk");var Vr=require("react");function nl(e,t,a=.55){return t<=0?0:e*t*a/(t+a*Math.abs(e))}function il({stiffness:e=500,damping:t=45,onFrame:a,onRest:r}){let o=0,n=0,i=0,c=null,s=0,l=d=>{let u=Math.min(.032,(d-s)/1e3)||.016666666666666666;s=d;let p=Math.max(1,Math.ceil(u/.008)),k=u/p;for(let y=0;y<p;y++){let v=-e*(o-i)-t*n;n+=v*k,o+=n*k}if(Math.abs(o-i)<.5&&Math.abs(n)<.5){o=i,n=0,c=null,a(o),r?.();return}a(o),c=requestAnimationFrame(l)},h=()=>{c===null&&(s=performance.now(),c=requestAnimationFrame(l))};return{track(d){c!==null&&(cancelAnimationFrame(c),c=null),o=d,n=0,a(o)},to(d,u=0){i=d,n=u,h()},get value(){return o},stop(){c!==null&&(cancelAnimationFrame(c),c=null)}}}function ci({panel:e,scroller:t,onDismiss:a,quiescent:r,enabled:o=!0}){let n=(0,Vr.useRef)(a);n.current=a,(0,Vr.useEffect)(()=>{if(!o)return;let i=e();if(!i||typeof matchMedia=="function"&&matchMedia("(prefers-reduced-motion: reduce)").matches)return;let c=!1,s=0,l=0,h=0,d=-1,u=0,p=0,k=0,y=!1,v=!1,P=il({onFrame:S=>{i.style.transform=S===0?"":`translate3d(0, ${S}px, 0)`;let Y=i.parentElement;Y&&(Y.style.opacity=S===0?"":String(Math.max(.35,1-S/(i.offsetHeight||1)*1.1)))},onRest:()=>{i.style.willChange="",v&&(v=!1,n.current())}}),L=()=>{let S=t();return S&&S.scrollTop>0?!1:r?r():!0},f=S=>{S.pointerType==="mouse"||!S.isPrimary||(c=!1,y=!1,d=S.pointerId,s=u=S.clientY,l=S.clientX,p=S.timeStamp,k=0,h=P.value)},z=S=>{if(S.pointerId!==d)return;let Y=S.clientY-s,T=S.clientX-l;if(!y){if(Math.abs(Y)<6&&Math.abs(T)<6)return;if(y=!0,c=Y>0&&Math.abs(Y)>Math.abs(T)&&L(),c){try{i.setPointerCapture(S.pointerId)}catch{}P.stop(),i.style.animation="none",i.style.willChange="transform"}}if(!c)return;let _=S.timeStamp-p;_>0&&(k=(S.clientY-u)/_*1e3),u=S.clientY,p=S.timeStamp;let F=h+Y;P.track(F<0?-nl(-F,i.offsetHeight||1):F),S.cancelable&&S.preventDefault()},$=S=>{if(S.pointerId!==d)return;try{i.hasPointerCapture(S.pointerId)&&i.releasePointerCapture(S.pointerId)}catch{}if(d=-1,!c)return;c=!1;let Y=i.offsetHeight||1;P.value+k*.12>Y*.3||k>900?(v=!0,i.style.pointerEvents="none",P.to(Y,k)):P.to(0,k)};return i.addEventListener("pointerdown",f,{passive:!0}),i.addEventListener("pointermove",z,{passive:!1}),i.addEventListener("pointerup",$,{passive:!0}),i.addEventListener("pointercancel",$,{passive:!0}),()=>{P.stop(),i.removeEventListener("pointerdown",f),i.removeEventListener("pointermove",z),i.removeEventListener("pointerup",$),i.removeEventListener("pointercancel",$),i.style.transform="",i.style.willChange="",i.style.animation="",i.style.pointerEvents="";let S=i.parentElement;S&&(S.style.opacity="")}},[o,e,t,r])}var Ve=require("react");var li=(e,t)=>Math.hypot(e.x-t.x,e.y-t.y);function sl(e){let t=0;for(let a=1;a<e.length;a++)t+=li(e[a-1],e[a]);return t}function pi(e){let t=1/0,a=1/0,r=-1/0,o=-1/0;for(let n of e)n.x<t&&(t=n.x),n.y<a&&(a=n.y),n.x>r&&(r=n.x),n.y>o&&(o=n.y);return{minX:t,minY:a,maxX:r,maxY:o}}var Fa=e=>Math.max(0,Math.min(1e3,Math.round(e)));function di(e,t,a){return[Fa(e.minY/a*1e3),Fa(e.minX/t*1e3),Fa(e.maxY/a*1e3),Fa(e.maxX/t*1e3)]}function cl(e,t){let[a,r,o,n]=e,[i,c,s,l]=t,h=Math.min(n,l)-Math.max(r,c),d=Math.min(o,s)-Math.max(a,i);if(h<=0||d<=0)return!1;let u=Math.min((n-r)*(o-a),(l-c)*(s-i));return u>0&&h*d/u>.35}var ll=(e,t)=>[Math.min(e[0],t[0]),Math.min(e[1],t[1]),Math.max(e[2],t[2]),Math.max(e[3],t[3])];function pl(e,t,a){if(e.length<2)return null;let r=pi(e),o=di(r,t,a),n=Math.hypot(r.maxX-r.minX,r.maxY-r.minY);if(n<4)return null;let i=sl(e),c=li(e[0],e[e.length-1]),s=i/Math.max(c,1e-6);return c/n<.3&&i>n*1.8?{gesture:"ring",box:o,straight:!1}:s<1.25?{gesture:"arrow",box:o,to:[Fa(e[e.length-1].y/a*1e3),Fa(e[e.length-1].x/t*1e3)],straight:!0}:{gesture:"scribble",box:o,straight:!1}}function hi(e,t,a){if(!t||!a)return[];let r=[],o=[];for(let c of e){if(c.kind==="text"&&c.value&&typeof c.x=="number"&&typeof c.y=="number"){let s={x:c.x,y:c.y};o.push({gesture:"text",box:di(pi([s,s]),t,a),text:c.value});continue}if(c.kind==="stroke"&&c.tool!=="eraser"&&c.points){let s=pl(c.points,t,a);s&&r.push(s)}}let n=new Set,i=[];for(let c=0;c<r.length;c++){if(n.has(c))continue;let s=r[c];for(let l=c+1;l<r.length;l++)n.has(l)||!s.straight||!r[l].straight||cl(s.box,r[l].box)&&(n.add(l),s={gesture:"cross",box:ll(s.box,r[l].box),straight:!1});n.add(c),i.push(s.gesture==="arrow"?{gesture:"arrow",box:s.box,to:s.to}:{gesture:s.gesture,box:s.box})}return[...i,...o]}var Pe=require("react/jsx-runtime"),ui=["#111111","#ff5a5a","#ffb300","#22c55e","#06b6d4","#d946ef","#9ca3af"],dl=1280;function mi({src:e,onCancel:t,onSend:a,t:r}){let[o,n]=(0,Ve.useState)(null),[i,c]=(0,Ve.useState)(!1),[s,l]=(0,Ve.useState)("pen"),[h,d]=(0,Ve.useState)(ui[1]),[u,p]=(0,Ve.useState)([]),[k,y]=(0,Ve.useState)(null),[v,N]=(0,Ve.useState)(""),[P,L]=(0,Ve.useState)(""),[f,z]=(0,Ve.useState)(!1),$=(0,Ve.useRef)(null),S=(0,Ve.useRef)(null),Y=(0,Ve.useRef)(null);(0,Ve.useEffect)(()=>{let m=new Image;m.crossOrigin="anonymous",m.onload=()=>n(m),m.onerror=()=>c(!0),m.src=e},[e]);let T=(()=>{if(!o)return{w:0,h:0};let m=Math.min(1,dl/Math.max(o.naturalWidth,o.naturalHeight));return{w:Math.round(o.naturalWidth*m),h:Math.round(o.naturalHeight*m)}})(),_=(0,Ve.useRef)(null),F=m=>{let U=$.current;if(!U||!o)return;let q=U.getContext("2d");if(!q)return;_.current||(_.current=document.createElement("canvas"));let le=_.current;le.width=U.width,le.height=U.height;let w=le.getContext("2d"),M=m?[...u,m]:u;for(let C of M)C.kind==="stroke"?(w.save(),w.globalCompositeOperation=C.tool==="eraser"?"destination-out":"source-over",w.strokeStyle=C.color,w.lineWidth=C.tool==="eraser"?C.size*3:C.size,w.lineCap="round",w.lineJoin="round",w.beginPath(),C.points.forEach((K,X)=>X===0?w.moveTo(K.x,K.y):w.lineTo(K.x,K.y)),C.points.length===1&&w.lineTo(C.points[0].x+.01,C.points[0].y),w.stroke(),w.restore()):(w.save(),w.fillStyle=C.color,w.font=`600 ${C.size}px system-ui, sans-serif`,w.fillText(C.value,C.x,C.y),w.restore());q.clearRect(0,0,U.width,U.height),q.drawImage(o,0,0,U.width,U.height),q.drawImage(le,0,0)};(0,Ve.useEffect)(()=>{F()},[o,u,T.w,T.h]),(0,Ve.useEffect)(()=>{k&&Y.current?.focus()},[k]);let ae=m=>{let U=$.current,q=U.getBoundingClientRect();return{x:(m.clientX-q.left)/q.width*U.width,y:(m.clientY-q.top)/q.height*U.height}},I=()=>Math.max(4,Math.round(T.w/180)),B=()=>Math.max(18,Math.round(T.w/28)),E=m=>{if(!o)return;let U=ae(m);if(s==="text"){y({x:U.x,y:U.y}),N("");return}m.target.setPointerCapture(m.pointerId),S.current={kind:"stroke",tool:s,color:h,size:I(),points:[U]},F(S.current)},te=m=>{S.current&&(S.current.points.push(ae(m)),F(S.current))},A=()=>{if(!S.current)return;let m=S.current;S.current=null,p(U=>[...U,m])},j=()=>{k&&v.trim()&&p(m=>[...m,{kind:"text",x:k.x,y:k.y,color:h,value:v.trim(),size:B()}]),y(null),N("")},re=()=>{if(o)try{let m=document.createElement("canvas");m.width=T.w,m.height=T.h;let U=m.getContext("2d");if(!U){z(!0);return}U.drawImage(o,0,0,T.w,T.h);let q=m.toDataURL("image/jpeg",.92),le=$.current?.toDataURL("image/jpeg",.85)||q;a(q,P.trim(),hi(u,T.w,T.h),le)}catch{z(!0)}},G=u.length>0;return(0,Pe.jsxs)("div",{className:"hsk-markup",role:"dialog","aria-label":r("markupDialogLabel"),children:[(0,Pe.jsxs)("div",{className:"hsk-markup-head",children:[(0,Pe.jsx)("span",{className:"hsk-markup-title",children:r("markupTitle")}),(0,Pe.jsx)("button",{className:"hsk-markup-cancel",onClick:t,children:r("markupCancel")})]}),(0,Pe.jsx)("div",{className:"hsk-markup-stage",children:i?(0,Pe.jsx)("div",{className:"hsk-markup-error",children:r("markupLoadError")}):o?(0,Pe.jsxs)("div",{className:"hsk-markup-canvas-wrap",children:[(0,Pe.jsx)("canvas",{ref:$,width:T.w,height:T.h,className:`hsk-markup-canvas hsk-markup-canvas--${s}`,onPointerDown:E,onPointerMove:te,onPointerUp:A,onPointerLeave:A}),k&&$.current&&(0,Pe.jsx)("input",{ref:Y,className:"hsk-markup-textinput",style:{left:`${k.x/T.w*100}%`,top:`${k.y/T.h*100}%`,color:h},value:v,placeholder:r("markupTextHint"),onChange:m=>N(m.target.value),onKeyDown:m=>{m.key==="Enter"&&j(),m.key==="Escape"&&(y(null),N(""))},onBlur:j})]}):(0,Pe.jsx)("div",{className:"hsk-markup-loading",children:r("markupLoading")})}),(0,Pe.jsxs)("div",{className:"hsk-markup-tools",children:[(0,Pe.jsx)("div",{className:"hsk-markup-colors",children:ui.map(m=>(0,Pe.jsx)("button",{className:`hsk-markup-color${h===m?" hsk-markup-color--on":""}`,style:{background:m},onClick:()=>{d(m),s==="eraser"&&l("pen")},"aria-label":r("markupColorLabel",{colour:m})},m))}),(0,Pe.jsxs)("div",{className:"hsk-markup-actions",children:[(0,Pe.jsx)("button",{className:`hsk-markup-tool${s==="pen"?" hsk-markup-tool--on":""}`,onClick:()=>l("pen"),children:r("markupSketch")}),(0,Pe.jsx)("button",{className:`hsk-markup-tool${s==="text"?" hsk-markup-tool--on":""}`,onClick:()=>l("text"),children:r("markupText")}),(0,Pe.jsx)("button",{className:`hsk-markup-tool${s==="eraser"?" hsk-markup-tool--on":""}`,onClick:()=>l("eraser"),children:r("markupEraser")}),(0,Pe.jsx)("button",{className:"hsk-markup-tool",onClick:()=>p(m=>m.slice(0,-1)),disabled:!G,children:r("markupUndo")}),(0,Pe.jsx)("button",{className:"hsk-markup-tool",onClick:()=>p([]),disabled:!G,children:r("markupClear")})]})]}),(0,Pe.jsxs)("div",{className:"hsk-markup-send",children:[(0,Pe.jsx)("input",{className:"hsk-markup-instruction",value:P,placeholder:r("markupInstruction"),onChange:m=>L(m.target.value),onKeyDown:m=>{m.key==="Enter"&&(G||P.trim())&&re()}}),(0,Pe.jsx)("button",{className:"hsk-markup-go",onClick:re,disabled:!o||!G&&!P.trim(),children:r("markupSend")})]}),f&&(0,Pe.jsx)("div",{className:"hsk-markup-error",children:r("markupError")})]})}var Ae=require("react"),Qr=require("@akropolys/sdk");var vt=require("react"),ye=require("react/jsx-runtime"),Wr=[{id:"pig",name:"Pig",nick:"Piggy",bw:34,bh:30,coat:"#F4B8C1",shade:"#E093A0",snout:"#EFA3AE",eyeGap:16,eyeY:3,ears:(e,t)=>`M${-e*.78} ${-t*.5} q-16 -16 -2 -21 q10 -2 14 16 Z M${e*.78} ${-t*.5} q16 -16 2 -21 q-10 -2 -14 16 Z`,extras:(e,t)=>(0,ye.jsxs)("g",{children:[(0,ye.jsx)("ellipse",{cx:"0",cy:t*.42,rx:"13",ry:"9",fill:"#EFA3AE"}),(0,ye.jsx)("ellipse",{cx:"-4.4",cy:t*.42,rx:"2.1",ry:"3",fill:"#D4818F"}),(0,ye.jsx)("ellipse",{cx:"4.4",cy:t*.42,rx:"2.1",ry:"3",fill:"#D4818F"})]})},{id:"hyena",name:"Hyena",nick:"Giggles",bw:32,bh:31,coat:"#DCC08E",shade:"#BE9E67",snout:"#B08F5E",eyeGap:15,eyeY:2,ears:(e,t)=>`M${-e*.66} ${-t*.6} q-11 -30 13 -24 Z M${e*.66} ${-t*.6} q11 -30 -13 -24 Z`,extras:(e,t)=>(0,ye.jsxs)("g",{children:[(0,ye.jsx)("path",{d:`M${-e*.2} ${-t} q${e*.2} -9 ${e*.4} 0`,fill:"none",stroke:"#B08F5E",strokeWidth:"4",strokeLinecap:"round"}),(0,ye.jsx)("ellipse",{cx:-e*.42,cy:t*.06,rx:"4",ry:"3.2",fill:"#BE9E67",opacity:"0.75"}),(0,ye.jsx)("ellipse",{cx:e*.46,cy:t*.24,rx:"3.4",ry:"2.8",fill:"#BE9E67",opacity:"0.75"}),(0,ye.jsx)("ellipse",{cx:"0",cy:t*.46,rx:"8",ry:"6",fill:"#B08F5E"})]})},{id:"owl",name:"Owl",nick:"Hoot",bw:33,bh:32,coat:"#C3B9A6",shade:"#9C917E",snout:"#E8A94E",eyeGap:17,eyeY:3,ears:(e,t)=>`M${-e*.62} ${-t*.74} l-4 -21 l17 11 Z M${e*.62} ${-t*.74} l4 -21 l-17 11 Z`,extras:(e,t)=>(0,ye.jsx)("path",{d:`M0 ${t*.06} l4.5 7 l-4.5 5 l-4.5 -5 Z`,fill:"#E8A94E"})},{id:"cat",name:"Cat",nick:"Kitty",bw:31,bh:30,coat:"#AEB7C4",shade:"#8B94A2",snout:"#7C8592",eyeGap:15,eyeY:3,ears:(e,t)=>`M${-e*.74} ${-t*.58} l-3 -26 l21 12 Z M${e*.74} ${-t*.58} l3 -26 l-21 12 Z`,extras:(e,t)=>(0,ye.jsxs)("g",{stroke:"#7C8592",strokeWidth:"1.6",strokeLinecap:"round",opacity:"0.8",children:[(0,ye.jsx)("path",{d:`M${-e*.3} ${t*.4} l-14 -3`}),(0,ye.jsx)("path",{d:`M${-e*.3} ${t*.46} l-14 3`}),(0,ye.jsx)("path",{d:`M${e*.3} ${t*.4} l14 -3`}),(0,ye.jsx)("path",{d:`M${e*.3} ${t*.46} l14 3`})]})},{id:"frog",name:"Frog",nick:"Hopper",bw:36,bh:26,coat:"#A9D194",shade:"#7FA96C",snout:"#7FA96C",eyeGap:17,eyeY:-8,ears:(e,t)=>`M${-e*.52} ${-t*.7} a13 13 0 1 1 26 0 Z M${e*.06} ${-t*.7} a13 13 0 1 1 26 0 Z`,extras:(e,t)=>(0,ye.jsx)("path",{d:`M-11 ${t*.44} q11 7 22 0`,fill:"none",stroke:"#7FA96C",strokeWidth:"2.4",strokeLinecap:"round"})},{id:"ram",name:"Ram",nick:"Bram",bw:32,bh:30,coat:"#E2D6C0",shade:"#B9AC96",snout:"#A79A84",eyeGap:15,eyeY:3,ears:(e,t)=>`M${-e*.86} ${-t*.24} l-17 5 l14 9 Z M${e*.86} ${-t*.24} l17 5 l-14 9 Z`,extras:(e,t)=>(0,ye.jsxs)("g",{fill:"none",stroke:"#A79A84",strokeWidth:"4.5",strokeLinecap:"round",children:[(0,ye.jsx)("path",{d:`M${-e*.66} ${-t*.6} q-13 4 -9 13 q3 7 9 2`}),(0,ye.jsx)("path",{d:`M${e*.66} ${-t*.6} q13 4 9 13 q-3 7 -9 2`})]})}],Kr=Wr.map(e=>e.id);function Or(e,t){if(t){let r=Wr.find(o=>o.id===t);if(r)return r}let a=0;for(let r=0;r<e.length;r++)a=a*31+e.charCodeAt(r)>>>0;return Wr[a%Wr.length]}var hl={watching:{lid:1,perk:1,breath:1700,tilt:0,dim:1},resting:{lid:.16,perk:.25,breath:3400,tilt:6,dim:.82},struck:{lid:1.15,perk:1.3,breath:700,tilt:0,dim:1},gone:{lid:.08,perk:.1,breath:4200,tilt:10,dim:.45}};function ki(e,t){let r=Math.min(e,t)*.72,o=(n,i)=>`${n.toFixed(2)} ${i.toFixed(2)}`;return`M${o(-e,-t+r)}C${o(-e,-t+r*.46)} ${o(-e+r*.46,-t)} ${o(-e+r,-t)}L${o(e-r,-t)}C${o(e-r*.46,-t)} ${o(e,-t+r*.46)} ${o(e,-t+r)}L${o(e,t-r)}C${o(e,t-r*.46)} ${o(e-r*.46,t)} ${o(e-r,t)}L${o(-e+r,t)}C${o(-e+r*.46,t)} ${o(-e,t-r*.46)} ${o(-e,t-r)}Z`}function Ft({scoutId:e,avatar:t,mood:a="watching",size:r=44,layer:o="all"}){let n=Or(e,t),i=(0,vt.useRef)(a);i.current=a;let c=(0,vt.useRef)(null),s=(0,vt.useRef)(null),l=(0,vt.useRef)(null),h=(0,vt.useRef)(null),d=(0,vt.useRef)(null),u=(0,vt.useRef)(null),p=(0,vt.useRef)(null),k=(0,vt.useRef)(null);return(0,vt.useEffect)(()=>{let y=window.matchMedia("(prefers-reduced-motion: reduce)").matches,v={lid:1,perk:1,tilt:0,dim:1,gx:0,gy:0,hop:0},N={lid:0,perk:0,tilt:0,dim:0,gx:0,gy:0,hop:0},P=0;for(let I=0;I<e.length;I++)P=P*31+e.charCodeAt(I)>>>0;let L=P%1e3*3,f=1200+P%2600,z=-1,$=0,S=900,Y=2e3+P%5e3,T=-1,_=0,F=(I,B,E=.16,te=.76)=>{N[I]=(N[I]+(B-v[I])*E)*te,v[I]+=N[I]},ae=I=>{let B=hl[i.current],E=i.current==="watching"||i.current==="struck";E&&!y&&I>S&&($=(Math.random()-.5)*2,S=I+1400+Math.random()*2800);let te=B.lid;!y&&E&&(z<0&&I>f&&(z=0),z>=0&&(z+=1/6,te=B.lid*Math.abs(z-.5)*2,z>=1&&(z=-1,f=I+(Math.random()<.24?300:2200+Math.random()*3800))));let A=0;i.current==="struck"&&!y&&(T<0&&I>Y&&(T=0),T>=0&&(T+=1/26,A=-Math.sin(T*Math.PI)*7,T>=1&&(T=-1,Y=I+1600+Math.random()*2200)));let j=y?0:Math.sin((I+L)/B.breath*Math.PI)*.03;F("lid",te,.3,.6),F("perk",B.perk),F("tilt",B.tilt),F("dim",B.dim),F("gx",E&&!y?$*2.4:0,.08,.84),F("gy",E&&!y?Math.sin((I+L)/2200)*1.4:1.5,.08,.84);let re=n.bw*(1+j*.9),G=n.bh*(1-j);if(s.current?.setAttribute("d",ki(re,G)),l.current?.setAttribute("d",n.ears(re,G)),l.current?.setAttribute("transform",`translate(0 ${((1-v.perk)*7).toFixed(2)}) scale(1 ${Math.max(.2,v.perk).toFixed(3)})`),o==="body"){_=requestAnimationFrame(ae);return}let m=Math.max(1.4,17*Math.max(.05,v.lid));for(let[U,q,le]of[[h,u,-1],[d,p,1]]){let w=U.current;w&&(w.setAttribute("x",String(le*n.eyeGap-6+v.gx)),w.setAttribute("y",String(n.eyeY-m/2+v.gy)),w.setAttribute("height",String(m)),w.setAttribute("ry",String(Math.min(6,m/2))));let M=q.current;M&&(M.setAttribute("cx",String(le*n.eyeGap-1.8+v.gx)),M.setAttribute("cy",String(n.eyeY-m/2+3.4+v.gy)),M.setAttribute("r",String(m>7?2.5:0)))}k.current?.setAttribute("transform",`translate(${v.gx.toFixed(2)} ${v.gy.toFixed(2)})`),c.current?.setAttribute("transform",`translate(0 ${A.toFixed(2)}) rotate(${v.tilt.toFixed(2)})`),c.current?.setAttribute("opacity",v.dim.toFixed(3)),_=requestAnimationFrame(ae)};return _=requestAnimationFrame(ae),()=>cancelAnimationFrame(_)},[e,n,o]),(0,ye.jsx)("svg",{className:"hsk-cb-scout-char",width:r,height:r,viewBox:"-50 -50 100 100",role:"img","aria-label":n.name,children:(0,ye.jsxs)("g",{ref:c,children:[(0,ye.jsx)("path",{ref:l,d:n.ears(n.bw,n.bh),fill:n.shade}),(0,ye.jsx)("path",{ref:s,d:ki(n.bw,n.bh),fill:n.coat}),o==="all"&&n.extras?.(n.bw,n.bh),o==="all"&&(0,ye.jsxs)(ye.Fragment,{children:[(0,ye.jsx)("ellipse",{cx:-n.eyeGap-7,cy:n.eyeY+9,rx:"6",ry:"3.6",fill:"#F08898",opacity:"0.5"}),(0,ye.jsx)("ellipse",{cx:n.eyeGap+7,cy:n.eyeY+9,rx:"6",ry:"3.6",fill:"#F08898",opacity:"0.5"}),(0,ye.jsx)("rect",{ref:h,x:-n.eyeGap-6,y:n.eyeY-8.5,width:"12",height:"17",rx:"6",fill:"#3A322C"}),(0,ye.jsx)("rect",{ref:d,x:n.eyeGap-6,y:n.eyeY-8.5,width:"12",height:"17",rx:"6",fill:"#3A322C"}),(0,ye.jsx)("circle",{ref:u,cx:-n.eyeGap-1.8,cy:n.eyeY-5,r:"2.5",fill:"#FFFFFF"}),(0,ye.jsx)("circle",{ref:p,cx:n.eyeGap-1.8,cy:n.eyeY-5,r:"2.5",fill:"#FFFFFF"}),(0,ye.jsx)("path",{ref:k,d:`M-3.6 ${n.eyeY+13} q3.6 3.6 7.2 0`,fill:"none",stroke:"#3A322C",strokeWidth:"1.8",strokeLinecap:"round",opacity:"0.75"})]})]})})}function $o(e,t){return Or(e,t).name}function Fo(e,t){return Or(e,t).nick}var _t=require("react/jsx-runtime");function ul({d:e,delay:t}){return(0,_t.jsx)("span",{className:"hsk-cb-num-slot",children:(0,_t.jsx)("span",{className:"hsk-cb-num-col",style:{transform:`translateY(${-e*10}%)`,transitionDelay:`${t}ms`},children:["0","1","2","3","4","5","6","7","8","9"].map(a=>(0,_t.jsx)("span",{className:"hsk-cb-num-d",children:a},a))})})}function ba({value:e,decimals:t=0,prefix:a,suffix:r,className:o}){let i=Math.abs(e).toFixed(t).split(""),c=i.filter(l=>l>="0"&&l<="9").length,s=0;return(0,_t.jsxs)("span",{className:["hsk-cb-num",o].filter(Boolean).join(" "),children:[a&&(0,_t.jsx)("span",{className:"hsk-cb-num-fix",children:a}),i.map((l,h)=>{if(l>="0"&&l<="9"){let d=c-1-s;return s+=1,(0,_t.jsx)(ul,{d:Number(l),delay:d*34},h)}return(0,_t.jsx)("span",{className:"hsk-cb-num-fix",children:l},h)}),r&&(0,_t.jsx)("span",{className:"hsk-cb-num-fix",children:r})]})}var Yr=require("react"),bi=require("react-dom");var De=require("react/jsx-runtime");function _o(){return typeof window<"u"&&"documentPictureInPicture"in window}function ml(e){switch(e.status){case"active":return"watching";case"paused":return"resting";case"triggered":return"struck";default:return"gone"}}function kl(e){let t=i=>{let c=parseFloat(String(i??"").replace(/[^0-9.\-]/g,""));return Number.isNaN(c)?null:c},a=t(e.initialValue),r=t(e.targetValue);if(a===null||r===null||a===r)return null;let n=((t(e.triggerValue)??a)-a)/(r-a)*100;return Math.max(0,Math.min(100,Math.round(n)))}function Bo({scouts:e,themeAttr:t,onClose:a}){let[r,o]=(0,Yr.useState)(null);if((0,Yr.useEffect)(()=>{let i=null,c=!1;return(async()=>{try{if(i=await window.documentPictureInPicture.requestWindow({width:260,height:300,disallowReturnToOpener:!0}),c||!i)return;let l=i.document.createElement("style");l.textContent=ar,i.document.head.appendChild(l),i.document.body.className="hsk-cb-pin-body",t&&i.document.body.setAttribute("data-hsk-theme",t),i.addEventListener("pagehide",a),o(i)}catch{a()}})(),()=>{c=!0;try{i?.close()}catch{}}},[t,a]),!r)return null;let n=e.filter(i=>i.status!=="canceled"&&i.status!=="expired"&&i.status!=="idle");return(0,bi.createPortal)((0,De.jsxs)("div",{className:"hsk-cb-scout-rail-card hsk-cb-pin-card",children:[(0,De.jsxs)("div",{className:"hsk-cb-scout-card-head",children:[(0,De.jsxs)("span",{className:"hsk-cb-scout-card-title",children:[(0,De.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,De.jsx)("path",{d:"M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2Z"}),(0,De.jsx)("path",{d:"M12 6a6 6 0 1 0 6 6 6 6 0 0 0-6-6Z"}),(0,De.jsx)("circle",{cx:"12",cy:"12",r:"2"})]}),"Scouts"]}),(0,De.jsxs)("span",{className:"hsk-cb-pin-count",children:[n.filter(i=>i.status==="active").length," in motion"]})]}),n.length===0?(0,De.jsx)("div",{className:"hsk-cb-scout-pool-line",children:"Nothing out right now."}):n.map(i=>{let c=kl(i);return(0,De.jsxs)("div",{className:"hsk-cb-pin-row",children:[(0,De.jsxs)("span",{className:`hsk-cb-scout is-${i.status}`,children:[(0,De.jsxs)("span",{className:"hsk-cb-scout-face",children:[(0,De.jsx)(Ft,{scoutId:i.id,avatar:i.avatar,mood:ml(i),size:38}),i.status==="active"&&(0,De.jsx)("span",{className:"hsk-cb-scout-pulse"})]}),(0,De.jsx)("span",{className:"hsk-cb-scout-name",children:Fo(i.id,i.avatar)})]}),(0,De.jsxs)("span",{className:"hsk-cb-pin-text",children:[(0,De.jsxs)("span",{className:"hsk-cb-pin-watch",children:[i.instrument," ",i.operator," ",i.targetValue]}),c!==null&&(0,De.jsx)("span",{className:"hsk-cb-pin-bar",children:(0,De.jsx)("span",{className:"hsk-cb-pin-fill",style:{inlineSize:`${c}%`}})}),i.status==="triggered"&&(0,De.jsx)("span",{className:"hsk-cb-pin-hit",children:"hit"})]})]},i.id)})]}),r.document.body)}var ne=require("react/jsx-runtime"),cr=15,Gr=480;function fi(e){if(e<60)return`${e} minutes`;let t=Math.floor(e/60),a=e%60;return a?`${t}h ${a}m`:`${t} hour${t>1?"s":""}`}var gi=({size:e=13})=>(0,ne.jsxs)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,ne.jsx)("path",{d:"M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2Z"}),(0,ne.jsx)("path",{d:"M12 6a6 6 0 1 0 6 6 6 6 0 0 0-6-6Z"}),(0,ne.jsx)("circle",{cx:"12",cy:"12",r:"2"})]});function vi(e){switch(e.status){case"active":return"watching";case"paused":return"resting";case"triggered":return"struck";default:return"gone"}}function yi(e){let t=(e.instrument||"").trim();if(t&&t.length<=9)return t;let a=t.split(/[\s/]/)[0];return a&&a.length<=9?a:$o(e.id,e.avatar)}function lr({className:e,themeAttr:t,onAsk:a,onNew:r,open:o,onOpenChange:n}){let i=(0,Qr.useAkropolysContext)(),{scouts:c,balance:s,setAvatar:l,cancelScout:h}=(0,Qr.useScouts)(),[d,u]=(0,Ae.useState)(!1),p=o??d,k=(0,Ae.useCallback)(g=>{u(g),n?.(g)},[n]),[y,v]=(0,Ae.useState)(!1),N=(0,Ae.useRef)(null),P=(0,Ae.useRef)(null),[L,f]=(0,Ae.useState)(90),[z,$]=(0,Ae.useState)(0),[S,Y]=(0,Ae.useState)(null),[T,_]=(0,Ae.useState)(null),[F,ae]=(0,Ae.useState)(!1),[I,B]=(0,Ae.useState)(!1),[E,te]=(0,Ae.useState)(!1),[A,j]=(0,Ae.useState)(!1),[re,G]=(0,Ae.useState)(""),m=`hsk-scout-goo-${(0,Ae.useId)().replace(/:/g,"")}`,U=c.filter(g=>g.status==="idle"),q=new Set(U.map(g=>g.avatar).filter(Boolean)),le=U.length>0,w=c.filter(g=>g.status!=="canceled"&&g.status!=="expired"&&g.status!=="idle"),M=w.filter(g=>g.status==="active").length,C=w.length>0,K=w.filter(g=>g.status==="active"&&g.dedicatedMinutes<=0).length>1,X=(L-cr)/(Gr-cr)*100,x=M>0?Math.floor(s/M):s,V=(0,Ae.useCallback)(()=>{N.current||(v(!0),N.current=setTimeout(()=>{k(!1),v(!1),_(null),N.current=null},200))},[k]);(0,Ae.useEffect)(()=>()=>{N.current&&clearTimeout(N.current)},[]),(0,Ae.useEffect)(()=>{if(!p)return;let g=de=>{let oe=de.composedPath();P.current&&(oe.includes(P.current)||P.current.contains(de.target))||V()},O=de=>{de.key==="Escape"&&V()};return document.addEventListener("mousedown",g),document.addEventListener("keydown",O),()=>{document.removeEventListener("mousedown",g),document.removeEventListener("keydown",O)}},[p,V]),(0,Ae.useEffect)(()=>{if(!i||!p)return;let g=!1,O=setTimeout(()=>{i.scouts.quote(L).then(de=>{g||$(de.priceUSD)}).catch(()=>{})},90);return()=>{g=!0,clearTimeout(O)}},[i,L,p]);let H=()=>{te(!0),window.addEventListener("pointerup",()=>te(!1),{once:!0})},D=()=>{let g=Number(re);!Number.isNaN(g)&&re.trim()!==""&&f(Math.min(Gr,Math.max(cr,Math.round(g)))),j(!1)};return!p&&!y?(0,ne.jsx)("div",{className:J("hsk-cb-scout-rail-wrap",e),ref:P,children:(0,ne.jsxs)("button",{type:"button",className:"hsk-cb-scout-rail-trigger",onClick:()=>k(!0),"aria-label":"Scouts","aria-expanded":"false",children:[(0,ne.jsx)("span",{className:"hsk-cb-scout-trigger-icon",style:{color:M>0?"#10b981":void 0},children:(0,ne.jsx)(gi,{size:13})}),(0,ne.jsx)("span",{children:M>0?`${M} in motion`:"Scouts"}),M>0&&(0,ne.jsx)("span",{className:"hsk-cb-scout-trigger-dot"})]})}):(0,ne.jsxs)("div",{className:J("hsk-cb-scout-rail-wrap","is-open",y&&"is-closing",e),ref:P,children:[I&&(0,ne.jsx)(Bo,{scouts:c,themeAttr:t,onClose:()=>B(!1)}),(0,ne.jsx)("svg",{width:"0",height:"0","aria-hidden":"true",className:"hsk-cb-scout-defs",children:(0,ne.jsxs)("filter",{id:m,x:"-50%",y:"-50%",width:"200%",height:"200%",children:[(0,ne.jsx)("feGaussianBlur",{in:"SourceGraphic",stdDeviation:"4",result:"b"}),(0,ne.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,ne.jsxs)("div",{className:"hsk-cb-scout-rail-card",role:"dialog","aria-label":"Scouts",children:[(0,ne.jsxs)("div",{className:"hsk-cb-scout-card-head",children:[(0,ne.jsxs)("span",{className:"hsk-cb-scout-card-title",children:[(0,ne.jsx)(gi,{size:12})," ",C?"Scouts":"Send a scout"]}),C&&_o()&&(0,ne.jsx)("button",{type:"button",className:"hsk-cb-scout-card-pin",onClick:()=>B(!0),"aria-label":"Keep scouts on top",children:(0,ne.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,ne.jsx)("path",{d:"M15 3v6l3 4v2H6v-2l3-4V3"}),(0,ne.jsx)("line",{x1:"12",y1:"15",x2:"12",y2:"21"})]})}),(0,ne.jsx)("button",{type:"button",className:"hsk-cb-scout-card-x",onClick:V,"aria-label":"Close",children:(0,ne.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.6",strokeLinecap:"round",children:[(0,ne.jsx)("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),(0,ne.jsx)("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]})})]}),C&&!F?(0,ne.jsxs)(ne.Fragment,{children:[(0,ne.jsxs)("div",{className:"hsk-cb-scouts-stage",children:[K&&(0,ne.jsx)("div",{className:"hsk-cb-scouts-glue",style:{filter:`url(#${m})`},"aria-hidden":"true",children:w.map(g=>(0,ne.jsx)("span",{className:J("hsk-cb-glue-cell",g.dedicatedMinutes>0&&"is-loose"),children:(0,ne.jsx)(Ft,{scoutId:g.id,avatar:g.avatar,mood:vi(g),size:38,layer:"body"})},g.id))}),(0,ne.jsxs)("div",{className:"hsk-cb-scouts-row",children:[w.map(g=>(0,ne.jsxs)("div",{className:"hsk-cb-scout-slot",children:[(0,ne.jsxs)("button",{type:"button",className:J("hsk-cb-scout",`is-${g.status}`),onClick:()=>a?.(g),onContextMenu:O=>{O.preventDefault(),_(T===g.id?null:g.id)},"aria-label":`${g.instrument} ${g.operator} ${g.targetValue}`,children:[(0,ne.jsxs)("span",{className:"hsk-cb-scout-face",children:[(0,ne.jsx)(Ft,{scoutId:g.id,avatar:g.avatar,mood:vi(g),size:38}),g.status==="active"&&(0,ne.jsx)("span",{className:"hsk-cb-scout-pulse"}),g.dedicatedMinutes>0&&(0,ne.jsxs)("span",{className:"hsk-cb-scout-own",children:[g.dedicatedMinutes,"m"]})]}),(0,ne.jsx)("span",{className:"hsk-cb-scout-name",children:yi(g)})]}),(0,ne.jsx)("button",{type:"button",className:"hsk-cb-scout-bin",onClick:O=>{O.stopPropagation(),h(g.id)},"aria-label":`Call ${yi(g)} back`,children:(0,ne.jsxs)("svg",{width:"9",height:"9",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.6",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,ne.jsx)("polyline",{points:"3 6 5 6 21 6"}),(0,ne.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"})]})}),T===g.id&&(0,ne.jsx)("div",{className:"hsk-cb-scout-picker",children:Kr.map(O=>(0,ne.jsx)("button",{type:"button",className:J("hsk-cb-scout-pick",g.avatar===O&&"is-on"),onClick:()=>{l(g.id,O),_(null)},"aria-label":O,children:(0,ne.jsx)(Ft,{scoutId:g.id,avatar:O,mood:"watching",size:26})},O))})]},g.id)),(0,ne.jsx)("button",{type:"button",className:"hsk-cb-scout-new",onClick:()=>{Y(null),ae(!0)},"aria-label":"Add another avatar",children:(0,ne.jsxs)("svg",{width:"15",height:"15",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.4",strokeLinecap:"round",children:[(0,ne.jsx)("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),(0,ne.jsx)("line",{x1:"5",y1:"12",x2:"19",y2:"12"})]})})]})]}),(0,ne.jsx)("div",{className:"hsk-cb-scout-pool-line",children:K?(0,ne.jsxs)(ne.Fragment,{children:[(0,ne.jsx)(ba,{value:s,suffix:"m"})," shared \xB7 ~",(0,ne.jsx)(ba,{value:x,suffix:"m"})," each"]}):(0,ne.jsxs)(ne.Fragment,{children:[(0,ne.jsx)(ba,{value:s,suffix:"m"})," left"]})})]}):(0,ne.jsx)("div",{className:"hsk-cb-scout-hatch",children:(0,ne.jsx)("div",{className:"hsk-cb-scout-hatch-row",children:Kr.map((g,O)=>(0,ne.jsx)("button",{type:"button",className:J("hsk-cb-scout-hatch-pick",S===g&&"is-on",!q.has(g)&&S!==g&&"is-unpaid"),style:{animationDelay:`${O*34}ms`},onClick:()=>Y(S===g?null:g),"aria-label":q.has(g)?`${g}, ready to send out`:`${g}, not paid for`,"aria-pressed":S===g,children:(0,ne.jsx)(Ft,{scoutId:g,avatar:g,mood:q.has(g)?"watching":"resting",size:30})},g))})}),(0,ne.jsxs)("div",{className:"hsk-cb-scout-time",children:[(0,ne.jsxs)("div",{className:J("hsk-cb-dial",E&&"is-dragging"),children:[(0,ne.jsx)("div",{className:"hsk-cb-dial-track",children:(0,ne.jsx)("div",{className:"hsk-cb-dial-fill",style:{inlineSize:`${X}%`}})}),(0,ne.jsx)("input",{className:"hsk-cb-dial-input",type:"range",min:cr,max:Gr,step:5,value:L,onChange:g=>f(Number(g.target.value)),"aria-label":"Minutes to buy","aria-valuetext":fi(L),onPointerDown:H,onFocus:()=>te(!0),onBlur:()=>te(!1)})]}),(0,ne.jsxs)("div",{className:J("hsk-cb-scout-time-row",E&&"is-lifted"),children:[A?(0,ne.jsx)("input",{className:"hsk-cb-scout-mins-input",type:"number",min:cr,max:Gr,value:re,autoFocus:!0,onChange:g=>G(g.target.value),onBlur:D,onKeyDown:g=>{g.key==="Enter"&&D(),g.key==="Escape"&&j(!1)},"aria-label":"Minutes"}):(0,ne.jsxs)("button",{type:"button",className:"hsk-cb-scout-mins",onClick:()=>{G(String(L)),j(!0)},"aria-label":`${fi(L)}, tap to type an exact number`,children:[(0,ne.jsx)(ba,{value:L}),(0,ne.jsx)("span",{className:"hsk-cb-scout-mins-unit",children:"min"})]}),(0,ne.jsx)("span",{className:"hsk-cb-scout-price",children:(0,ne.jsx)(ba,{value:z,decimals:2,prefix:"$"})})]})]}),(0,ne.jsx)("button",{type:"button",className:"hsk-cb-scout-buy-go",disabled:le?!1:!S,onClick:()=>{le&&(ae(!1),Y(null),V(),r?.(S??""))},children:le?"Send it out":S?"Buy time":"Pick an avatar"})]})]})}var Bt=Lt(require("react")),Ni=require("react/jsx-runtime");function bl(e){let t=2166136261;for(let a=0;a<e.length;a++)t^=e.charCodeAt(a),t=Math.imul(t,16777619);return t>>>0}function Uo(e){let t=e>>>0;return()=>{t=t+1831565813>>>0;let a=Math.imul(t^t>>>15,1|t);return a=a+Math.imul(a^a>>>7,61|a)^a,((a^a>>>14)>>>0)/4294967296}}var xi=e=>e*e*(3-2*e);function fl(e){let a=new Float32Array(65536);for(let o=0;o<a.length;o++)a[o]=e();let r=(o,n)=>a[(n&255)*256+(o&255)];return(o,n)=>{let i=Math.floor(o),c=Math.floor(n),s=xi(o-i),l=xi(n-c),h=r(i,c),d=r(i+1,c),u=r(i,c+1),p=r(i+1,c+1);return(h+(d-h)*s)*(1-l)+(u+(p-u)*s)*l}}function gl(e,t,a,r){let o=a/Math.SQRT2,n=Math.ceil(e/o),i=Math.ceil(t/o),c=new Int32Array(n*i).fill(-1),s=[],l=[],h=(u,p)=>{let k=s.length;s.push([u,p]),c[Math.floor(p/o)*n+Math.floor(u/o)]=k,l.push(k)},d=(u,p)=>{if(u<0||p<0||u>=e||p>=t)return!1;let k=Math.floor(u/o),y=Math.floor(p/o);for(let v=Math.max(y-2,0);v<=Math.min(y+2,i-1);v++)for(let N=Math.max(k-2,0);N<=Math.min(k+2,n-1);N++){let P=c[v*n+N];if(P<0)continue;let L=s[P][0]-u,f=s[P][1]-p;if(L*L+f*f<a*a)return!1}return!0};for(h(r()*e,r()*t);l.length;){let u=r()*l.length|0,[p,k]=s[l[u]],y=!1;for(let v=0;v<24;v++){let N=r()*Math.PI*2,P=a*(1+r()),L=p+Math.cos(N)*P,f=k+Math.sin(N)*P;if(d(L,f)){h(L,f),y=!0;break}}y||l.splice(u,1)}return s}var We=(e,t)=>(e()-.5)*t,qo=[(e,t,a)=>{let r=t*.5,o=t*(.14+a()*.04),n=t*.07;e.beginPath(),e.moveTo(-o-n*.6,-r),e.lineTo(o+n*.6,-r),e.moveTo(-o,-r+n),e.lineTo(o,-r+n),e.moveTo(-o,-r+n),e.lineTo(-o*.85,r-n),e.moveTo(o,-r+n),e.lineTo(o*.85,r-n),e.moveTo(0,-r+n*1.7),e.lineTo(0,r-n*1.7),e.moveTo(-o,r-n),e.lineTo(o,r-n),e.moveTo(-o-n*.6,r),e.lineTo(o+n*.6,r),e.stroke()},(e,t,a)=>{let r=t*.5,o=-r*(.18+a()*.1);e.beginPath(),e.moveTo(-r,o),e.lineTo(0,-r),e.lineTo(r,o),e.closePath(),e.moveTo(-r*.92,o+r*.16),e.lineTo(r*.92,o+r*.16);for(let n of[-.62,-.21,.21,.62])e.moveTo(r*n,o+r*.16),e.lineTo(r*n,r*.8);e.moveTo(-r,r*.8),e.lineTo(r,r*.8),e.stroke()},(e,t,a)=>{let r=t*.5,o=r*(.48+a()*.12);e.beginPath(),e.moveTo(-r*.2,-r*.86),e.lineTo(r*.2,-r*.86),e.moveTo(-r*.15,-r*.78),e.bezierCurveTo(-o,-r*.3,-o*.85,r*.6,0,r*.86),e.bezierCurveTo(o*.85,r*.6,o,-r*.3,r*.15,-r*.78),e.moveTo(-r*.17,-r*.64),e.quadraticCurveTo(-o*1.16,-r*.48,-o*.7,-r*.04),e.moveTo(r*.17,-r*.64),e.quadraticCurveTo(o*1.16,-r*.48,o*.7,-r*.04),e.stroke()},(e,t,a)=>{let r=t*.5;e.beginPath(),e.moveTo(-r*.9,r*.52),e.quadraticCurveTo(0,-r*.18,r*.9,-r*.58),e.stroke();let o=4+(a()*3|0);for(let n=0;n<o;n++){let i=.16+n/o*.8,c=-r*.9+i*r*1.8,s=r*.52-i*r*1.16+(1-i)*i*r*.3,l=n%2?1:-1,h=r*(.26+a()*.1);e.beginPath(),e.moveTo(c,s),e.quadraticCurveTo(c+h*.5,s+l*h*.66,c+h*.9,s+l*h*.08),e.quadraticCurveTo(c+h*.42,s+l*h*.04,c,s),e.stroke()}},(e,t,a)=>{let r=t*.5;e.beginPath(),e.moveTo(-r*.85,-r*.7),e.quadraticCurveTo(-r*.1,-r*.35,r*.2,r*.1),e.stroke();let o=[[-r*.45,-r*.12],[r*.05,r*.3],[r*.42,-r*.4]];for(let[n,i]of o)e.beginPath(),e.moveTo(n,i-r*.28),e.lineTo(n-r*.02,i-r*.16),e.stroke(),e.beginPath(),e.ellipse(n,i,r*(.15+a()*.04),r*.19,We(a,.5),0,Math.PI*2),e.stroke()},(e,t,a)=>{let r=t*.5;for(let o of[-1,1]){e.beginPath(),e.arc(0,0,r*.72,o>0?-1.25:1.25,o>0?1.25:Math.PI*2-1.25,o<0),e.stroke();for(let n=0;n<5;n++){let i=-1.05+n/4*2.1,c=Math.sin(i)*o*r*.72,s=Math.cos(i)*r*.72,l=r*(.2+a()*.08);e.beginPath(),e.moveTo(c,s),e.quadraticCurveTo(c+o*l*.9,s-l*.5,c+o*l*.6,s-l*1.05),e.stroke()}}},(e,t)=>{let a=t*.5;e.beginPath(),e.moveTo(-a,a*.6),e.lineTo(a*.55,a*.6),e.lineTo(a*.55,-a*.6),e.lineTo(-a*.45,-a*.6),e.lineTo(-a*.45,a*.15),e.lineTo(a*.1,a*.15),e.lineTo(a*.1,-a*.18),e.stroke()},(e,t)=>{let a=t*.5;e.beginPath(),e.moveTo(-a*.62,a*.8),e.lineTo(-a*.62,-a*.05),e.arc(0,-a*.05,a*.62,Math.PI,0),e.lineTo(a*.62,a*.8),e.stroke(),e.beginPath(),e.moveTo(-a*.86,a*.8),e.lineTo(a*.86,a*.8),e.stroke()},(e,t,a)=>{let r=t*.5;e.beginPath(),e.arc(0,0,r*.4,0,Math.PI*2),e.stroke();let o=a()*.5;for(let n=0;n<8;n++){let i=o+n/8*Math.PI*2;e.beginPath(),e.moveTo(Math.cos(i)*r*.6,Math.sin(i)*r*.6),e.lineTo(Math.cos(i)*r*.94,Math.sin(i)*r*.94),e.stroke()}},(e,t)=>{let a=t*.5;e.beginPath(),e.moveTo(-a*.44,a*.7),e.bezierCurveTo(-a,a*.2,-a*.8,-a*.7,-a*.3,-a*.6),e.moveTo(a*.44,a*.7),e.bezierCurveTo(a,a*.2,a*.8,-a*.7,a*.3,-a*.6),e.moveTo(-a*.32,-a*.64),e.lineTo(a*.32,-a*.64),e.moveTo(-a*.44,a*.7),e.lineTo(a*.44,a*.7);for(let r of[-.16,.02,.2])e.moveTo(a*r,-a*.56),e.lineTo(a*r,a*.62);e.stroke()},(e,t,a)=>{let r=t*.5,o=r*(.4+a()*.18);e.beginPath(),e.moveTo(-r,r*.16),e.quadraticCurveTo(-r*.5,-o,0,-r*.02),e.quadraticCurveTo(r*.5,-o,r,r*.16),e.stroke()}],wi=[(e,t,a)=>{let r=t*.5,o=-r+We(a,r*.3),n=We(a,r);e.beginPath(),e.moveTo(o,n);let i=4+(a()*4|0);for(let c=0;c<i;c++){let s=o+r*2/i+We(a,r*.5),l=We(a,r*1.5);e.quadraticCurveTo(o+We(a,r*.9),n+We(a,r*1.6),s,l),o=s,n=l}e.stroke()},(e,t,a)=>{let r=t*.5,o=2.2+a()*1.6,n=a()<.5?-1:1;e.beginPath();for(let i=0;i<=60;i++){let c=i/60,s=n*c*o*Math.PI*2,l=r*c*(.9+We(a,.06)),h=Math.cos(s)*l,d=Math.sin(s)*l;i===0?e.moveTo(h,d):e.lineTo(h,d)}e.stroke()},(e,t,a)=>{let r=t*.5,o=4+(a()*4|0),n=We(a,.7);for(let i=0;i<o;i++){let c=-r+i/(o-1)*r*2+We(a,r*.16),s=r*(.7+a()*.6);e.beginPath(),e.moveTo(c-n*s*.5,-s*.5),e.quadraticCurveTo(c+We(a,r*.2),0,c+n*s*.5,s*.5),e.stroke()}},(e,t,a)=>{let r=t*.5,o=2+(a()*3|0),n=r*2/o;e.beginPath(),e.moveTo(-r,r*.4);for(let i=0;i<o;i++){let c=-r+i*n,s=n*(.42+a()*.18);e.bezierCurveTo(c+s*.2,r*.4-s*2.1,c+n-s*.2,r*.4-s*2.1,c+n,r*.4+We(a,r*.14))}e.stroke()}],Si=[(e,t,a)=>{e.beginPath(),e.arc(0,0,t*.1+a()*t*.04,0,Math.PI*2),e.fill()},(e,t,a)=>{e.beginPath(),e.arc(We(a,t*.04),We(a,t*.04),t*.32,0,Math.PI*2),e.stroke()},(e,t,a)=>{let r=t*.4,o=r*(.2+a()*.12);e.beginPath(),e.moveTo(0,-r),e.quadraticCurveTo(o,-o,r,0),e.quadraticCurveTo(o,o,0,r),e.quadraticCurveTo(-o,o,-r,0),e.quadraticCurveTo(-o,-o,0,-r),e.stroke()},(e,t,a)=>{let r=t*.4;e.beginPath(),e.moveTo(-r,We(a,t*.08)),e.quadraticCurveTo(0,We(a,t*.16),r,We(a,t*.08)),e.stroke()}],vl={light:(e,t)=>{let a=t*.5;e.beginPath(),e.moveTo(0,-a),e.quadraticCurveTo(a*.16,-a*.16,a,0),e.quadraticCurveTo(a*.16,a*.16,0,a),e.quadraticCurveTo(-a*.16,a*.16,-a,0),e.quadraticCurveTo(-a*.16,-a*.16,0,-a),e.stroke()},dark:(e,t)=>{let a=t*.44;e.beginPath(),e.moveTo(-a*.6,-a*.5),e.lineTo(a*.6,-a*.5),e.lineTo(a,a*.05),e.lineTo(0,a),e.lineTo(-a,a*.05),e.closePath(),e.moveTo(-a,a*.05),e.lineTo(a,a*.05),e.moveTo(-a*.6,-a*.5),e.lineTo(-a*.3,a*.05),e.lineTo(0,a),e.moveTo(a*.6,-a*.5),e.lineTo(a*.3,a*.05),e.lineTo(0,a),e.stroke()},mahogany:(e,t)=>{let a=t*.5;e.beginPath(),e.moveTo(0,a),e.bezierCurveTo(-a*.9,a*.2,-a*.7,-a*.7,0,-a),e.bezierCurveTo(a*.7,-a*.7,a*.9,a*.2,0,a),e.moveTo(0,a*.86),e.lineTo(0,-a*.86);for(let r=0;r<3;r++){let o=-.34+r*.36;e.moveTo(0,a*o),e.lineTo(a*.44,a*(o-.26)),e.moveTo(0,a*o),e.lineTo(-a*.44,a*(o-.26))}e.stroke()},blush:(e,t)=>{let a=t*.5;for(let r=0;r<5;r++){let o=r/5*Math.PI*2-Math.PI/2;e.beginPath(),e.ellipse(Math.cos(o)*a*.52,Math.sin(o)*a*.52,a*.42,a*.26,o,0,Math.PI*2),e.stroke()}e.beginPath(),e.arc(0,0,a*.19,0,Math.PI*2),e.stroke()},coffee:(e,t)=>{let a=t*.5;e.beginPath(),e.ellipse(0,0,a*.6,a*.9,0,0,Math.PI*2),e.stroke(),e.beginPath(),e.moveTo(0,-a*.84),e.bezierCurveTo(a*.34,-a*.3,-a*.34,a*.3,0,a*.84),e.stroke()},midnight:(e,t)=>{let a=t*.5;e.beginPath();for(let r=0;r<10;r++){let o=r%2===0?a:a*.4,n=r/10*Math.PI*2-Math.PI/2,i=Math.cos(n)*o,c=Math.sin(n)*o;r===0?e.moveTo(i,c):e.lineTo(i,c)}e.closePath(),e.stroke()}},Ci=e=>{let t=e.split(",").map(a=>parseFloat(a.trim()));return[t[0]||0,t[1]||0,t[2]||0]};function Mi(e,t,a){let r=Ci(e),o=Ci(t);return`rgb(${Math.round(r[0]+(o[0]-r[0])*a)},${Math.round(r[1]+(o[1]-r[1])*a)},${Math.round(r[2]+(o[2]-r[2])*a)})`}function yl(e,t,a){return`hsl(${Math.round(t*300%360)}, ${a?72:68}%, ${a?58:46}%)`}function xl(e,t,a,r,o,n,i){let c=i?vl[i]:void 0,s=Uo(o),l=fl(Uo(o^2654435769)),h=e*t,u=Math.max(40,Math.min(520,Math.round(h/3100)))/.48,p=Math.max(26,Math.sqrt(.7*h/u)),k=gl(e,t,p,s),y=4.4/Math.max(e,t),v=y*2.6,N=Math.hypot(e,t),P=s()*Math.PI*2,L=Math.cos(P),f=Math.sin(P),z=e*(.18+s()*.64),$=t*(.12+s()*.5),S=[],Y=Math.hypot(e,t)||1,[T,_,F]=a.split(",").map(I=>parseFloat(I)||0),ae=.2126*T+.7152*_+.0722*F>128;for(let[I,B]of k){let E=l(I*y,B*y)*.72+l(I*v,B*v)*.28,te=Math.min(1,Math.max(0,(E-.26)/.44));if(s()>te*te*(3-2*te))continue;let A=s(),j=Math.max(0,1-Math.hypot(I-z,B-$)/(N*.72))**1.6,re=((I-e/2)*L+(B-t/2)*f)/N+.5,G=!ae,U=((G?.055:.028)+s()*(G?.04:.025))*(.75+re*.55)*(1+j*.4),q=Mi(a,r,j*.85),le=n?(e-I+t-B)/(e+t||1):(I+B)/(e+t||1),w=s()*16777215|0,M=yl(w,le,ae),C=0,K=G?1.05+s()*.35:.65+s()*.35,X=20,x=qo[0],V=1;A<.5?(C=We(s,.16),K=G?1.15+s()*.45:.7+s()*.35,X=20+s()*16,x=qo[s()*qo.length|0]):A<.82?(C=s()*Math.PI*2,K=G?.95+s()*.4:.6+s()*.4,X=16+s()*20,x=wi[s()*wi.length|0]):A<.95||!c?(C=s()*Math.PI*2,K=G?.85+s()*.35:.55+s()*.35,X=7+s()*7,x=Si[s()*Si.length|0]):(C=We(s,.3),K=G?1.1+s()*.3:.75+s()*.3,X=15+s()*9,x=c,V=2.6),S.push({x:I,y:B,roll:A,rotation:C,lineWidth:K,alpha:U*V,baseColor:q,shimmerColor:M,drawFn:x,size:X,seed:w,normDist:le})}return S}function Ho(e,t,a,r,o){e.clearRect(0,0,a,r),e.lineCap="round",e.lineJoin="round";let n=o>=0&&o<=1.4,i=n?o*1.4-.2:-999,c=.3;for(let s of t){let l=s.alpha,h=s.baseColor,d=s.lineWidth;if(n){let p=s.normDist-i;if(p>c)l=s.alpha*.45,h=s.baseColor,d=s.lineWidth;else if(p<-c)l=s.alpha,h=s.baseColor,d=s.lineWidth;else{let k=Math.cos(p/c*(Math.PI/2))**2;l=s.alpha+k*.08,h=k>.08?Mi(s.baseColor,s.shimmerColor,k*.65):s.baseColor,d=s.lineWidth*(1+k*.2)}}e.save(),e.translate(s.x,s.y),e.rotate(s.rotation),e.globalAlpha=Math.min(l,1),e.strokeStyle=h,e.fillStyle=h,e.lineWidth=d;let u=Uo(s.seed);s.drawFn(e,s.size,u),e.restore()}}var wl=Bt.default.memo(function({seed:t="",theme:a,dir:r}){let o=(0,Bt.useRef)(null),n=(0,Bt.useRef)(!1),i=(0,Bt.useRef)(0),c=(0,Bt.useRef)(null),s=(0,Bt.useRef)(0);return(0,Bt.useEffect)(()=>{let l=o.current;if(!l)return;let h=bl(t||"kiku"),d=0,u=(P,L,f,z)=>$=>{let S=$-P,Y=Math.min(1,S/L),_=(1-Math.cos(Y*Math.PI))/2*1.4,F=l.clientWidth,ae=l.clientHeight;if(F&&ae){let I=Math.min(window.devicePixelRatio||1,3),B=Math.round(F*I),E=Math.round(ae*I);(l.width!==B||l.height!==E)&&(l.width=B,l.height=E);let te=l.getContext("2d");te&&(te.setTransform(I,0,0,I,0,0),Ho(te,f,F,ae,_))}if(Y<1)i.current=requestAnimationFrame(u(P,L,f,z));else{n.current=!1;let I=l.clientWidth,B=l.clientHeight,E=l.getContext("2d");if(E&&I&&B){let te=Math.min(window.devicePixelRatio||1,3);E.setTransform(te,0,0,te,0,0),Ho(E,f,I,B,-1)}}},p=()=>{let P=l.clientWidth,L=l.clientHeight;if(!P||!L)return;let f=Math.min(window.devicePixelRatio||1,3),z=l.getContext("2d");if(!z)return;let $=getComputedStyle(l),S=$.getPropertyValue("--hsk-doodle-ink").trim()||"31,31,31",Y=$.getPropertyValue("--hsk-doodle-tint").trim()||S,T=r==="rtl"||$.direction==="rtl"||l.closest('[dir="rtl"]')!==null,_=typeof window<"u"?Math.max(L,window.innerHeight||0):L,F=xl(P,_,S,Y,h,T,a);c.current=F,s.current=P;let ae=Math.round(P*f),I=Math.round(L*f);if((l.width!==ae||l.height!==I)&&(l.width=ae,l.height=I),z.setTransform(f,0,0,f,0,0),window.matchMedia?.("(prefers-reduced-motion: reduce)")?.matches){Ho(z,F,P,L,-1);return}cancelAnimationFrame(i.current),n.current=!0;let E=1200,te=performance.now();i.current=requestAnimationFrame(u(te,E,F,T))},k=()=>{clearTimeout(d),d=window.setTimeout(p,20)};p();let y=new ResizeObserver(k);y.observe(l);let v=window.matchMedia?.("(prefers-color-scheme: dark)"),N=()=>{p()};return v?.addEventListener?.("change",N),()=>{clearTimeout(d),cancelAnimationFrame(i.current),n.current=!1,y.disconnect(),v?.removeEventListener?.("change",N)}},[t,a,r]),(0,Ni.jsx)("canvas",{className:"hsk-cb-doodles",ref:o,"aria-hidden":"true"})}),Xr=wl;var Fe=Lt(require("react")),Ti=require("@akropolys/sdk");var jo={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\u0631\u062F \u0628\u0640 {lang}. \u064A\u0645\u0643\u0646 \u0639\u0631\u0636 \u0627\u0644\u0628\u0637\u0627\u0642\u0627\u062A \u0643\u0645\u0627 \u0647\u064A \u0623\u0648 \u062A\u0631\u062C\u0645\u062A\u0647\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",retry:"\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629",edit:"\u062A\u0639\u062F\u064A\u0644",copy:"\u0646\u0633\u062E",copied:"\u062A\u0645 \u0627\u0644\u0646\u0633\u062E",msgFailed:"\u0641\u0634\u0644 \u0627\u0644\u0625\u0631\u0633\u0627\u0644"},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",retry:"\u91CD\u8BD5",edit:"\u7F16\u8F91",copy:"\u590D\u5236",copied:"\u5DF2\u590D\u5236",msgFailed:"\u53D1\u9001\u5931\u8D25"},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 as written, 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?",retry:"Retry",edit:"Edit",copy:"Copy",copied:"Copied",msgFailed:"Failed to send"},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 peuvent rester telles qu'\xE9crites ou \xEAtre 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 enregistrer pour vous sur ce site ou ailleurs.",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",retry:"R\xE9essayer",edit:"Modifier",copy:"Copier",copied:"Copi\xE9",msgFailed:"\xC9chec de l'envoi"},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 \u0915\u093E\u0930\u094D\u0921 \u092E\u0942\u0932 \u0930\u0942\u092A \u092E\u0947\u0902 \u0930\u0939 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u092F\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \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",retry:"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",edit:"\u0938\u0902\u092A\u093E\u0926\u093F\u0924 \u0915\u0930\u0947\u0902",copy:"\u0915\u0949\u092A\u0940 \u0915\u0930\u0947\u0902",copied:"\u0915\u0949\u092A\u0940 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",msgFailed:"\u092D\u0947\u091C\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932"},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\u3002\u4FA1\u683C\u3084\u30EA\u30F3\u30AF\u306F\u539F\u6587\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\u56DE\u7B54\u3057\u307E\u3059\u3002\u30AB\u30FC\u30C9\u306F\u539F\u6587\u306E\u307E\u307E\u3001\u307E\u305F\u306F\u7FFB\u8A33\u3057\u3066\u8868\u793A\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:"\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:"\u5546\u54C1\u306E\u691C\u7D22\u30FB\u30D3\u30B8\u30E5\u30A2\u30EB\u5316\u30FB\u4FDD\u5B58\u3092\u304A\u624B\u4F1D\u3044\u3057\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\u56DE\u7B54\uFF08\u7D50\u679C\u306F\u539F\u6587\u306E\u307E\u307E\uFF09\u3002\u4F55\u3067\u3082\u304A\u805E\u304D\u304F\u3060\u3055\u3044\u3002",replyingTranslated:"{lang}\u3067\u56DE\u7B54\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",retry:"\u518D\u8A66\u884C",edit:"\u7DE8\u96C6",copy:"\u30B3\u30D4\u30FC",copied:"\u30B3\u30D4\u30FC\u5B8C\u4E86",msgFailed:"\u9001\u4FE1\u306B\u5931\u6557\u3057\u307E\u3057\u305F"},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:"Respondo em {lang}. Os cart\xF5es podem ficar no original ou ser traduzidos.",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 salvar qualquer item neste ou em outro site.",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",retry:"Tentar novamente",edit:"Editar",copy:"Copiar",copied:"Copiado",msgFailed:"Falha ao enviar"},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 pueden mostrarse en versi\xF3n original o 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 guardar cualquier producto en este u otro sitio.",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",retry:"Reintentar",edit:"Editar",copy:"Copiar",copied:"Copiado",msgFailed:"Error al enviar"},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 zinaweza kubaki zilivyo au kutafsiriwa.",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",retry:"Jaribu tena",edit:"Hariri",copy:"Nakili",copied:"Imenakiliwa",msgFailed:"Imeshindwa kutuma"},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 \u06A9\u0627\u0631\u0688\u0632 \u0627\u0635\u0644 \u0632\u0628\u0627\u0646 \u0645\u06CC\u06BA \u06CC\u0627 \u062A\u0631\u062C\u0645\u06C1 \u0634\u062F\u06C1 \u062F\u06CC\u06A9\u06BE\u06D2 \u062C\u0627 \u0633\u06A9\u062A\u06D2 \u06C1\u06CC\u06BA\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",retry:"\u062F\u0648\u0628\u0627\u0631\u06C1 \u06A9\u0648\u0634\u0634 \u06A9\u0631\u06CC\u06BA",edit:"\u062A\u0631\u0645\u06CC\u0645 \u06A9\u0631\u06CC\u06BA",copy:"\u06A9\u0627\u067E\u06CC \u06A9\u0631\u06CC\u06BA",copied:"\u06A9\u0627\u067E\u06CC \u06C1\u0648 \u06AF\u06CC\u0627",msgFailed:"\u0627\u0631\u0633\u0627\u0644 \u0646\u0627\u06A9\u0627\u0645 \u06C1\u0648 \u06AF\u06CC\u0627"}};var Vo=require("react/jsx-runtime");function pr(e){if(!e)return null;let t=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"}[t];return!r||!(r in jo)?null:{strings:jo[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 Cl(e){let t=/var\(\s*(--[\w-]+)/.exec(e)?.[1];if(!t||typeof document>"u")return"";for(let a of[document.documentElement,document.body]){let r=a?getComputedStyle(a).getPropertyValue(t).trim():"";if(r)return r.split(",")[0].trim()}return""}function zi({shopperLanguage:e,theme:t}){let a=(0,Ti.useAkropolysContext)(),[r,o]=(0,Fe.useState)(()=>pr(e)?.strings||{}),[n,i]=(0,Fe.useState)(!0),[c,s]=(0,Fe.useState)(()=>!e||!!pr(e)),l=e?`akropolys_ui_dir_${e.toLowerCase()}`:"",[h,d]=(0,Fe.useState)(()=>{let T=pr(e);if(T)return T.dir==="rtl";if(To(e)?.rtl)return!0;if(typeof window>"u"||!l)return!1;try{return localStorage.getItem(l)==="rtl"}catch{return!1}}),[u,p]=(0,Fe.useState)(()=>pr(e)?.bcp47||""),[k,y]=(0,Fe.useState)(null),[v,N]=(0,Fe.useState)(null);(0,Fe.useEffect)(()=>{if(!e){p(""),y(null),o({}),s(!0),d(!1);return}let T=pr(e),_=To(e),F=e.trim().toLowerCase(),I=F==="urdu"||F==="ur"||e.trim()==="\u0627\u0631\u062F\u0648"||!T;T?(o(T.strings),d(T.dir==="rtl"),p(T.bcp47),s(!I)):(_?.rtl&&d(!0),s(!1));let B=!1;return(async()=>{try{let E=await a.getUIStrings?.(e,ha);if(!B&&E?.complete){i(E.curated!==!1),o(te=>({...E.strings,...T?.strings||{}})),d(E.dir==="rtl"),p(E.bcp47||T?.bcp47||"");try{localStorage.setItem(l,E.dir)}catch{}E.font&&(await _n(E.font,1200),B||y(E.font))}}catch{}B||s(!0)})(),()=>{B=!0}},[e,l,a]),(0,Fe.useEffect)(()=>{let T=!1;return(async()=>{try{let _=await So(a);!T&&_&&N(_)}catch{}})(),()=>{T=!0}},[a]),Mo(k),Mo(v);let P=Fe.default.useMemo(()=>{let _=(typeof t=="object"&&t?.fontFamily?t.fontFamily:"").split(",")[0].trim(),F=/^var\(/i.test(_),ae=_.replace(/^['"]|['"]$/g,""),I=F?Cl(_):"",B=F?I?`${I}, `:"":ae?`"${ae}", `:"";if(k)return`"${k.family}", ${B}"Geist", system-ui, sans-serif`;let E=e?e.trim().toLowerCase():"";if(E==="japanese"||E==="ja"||E==="\u65E5\u672C\u8A9E")return`${B}"Geist", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", system-ui, sans-serif`;if(E==="chinese"||E==="zh"||E==="\u4E2D\u6587")return`${B}"Geist", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", system-ui, sans-serif`;if(E==="urdu"||E==="ur"||E==="\u0627\u0631\u062F\u0648")return`"Noto Nastaliq Urdu", ${B}"IBM Plex Sans Arabic", "Geist", system-ui, sans-serif`;if(E==="arabic"||E==="ar"||E==="\u0627\u0644\u0639\u0631\u0628\u064A\u0629")return`"IBM Plex Sans Arabic", ${B}"Geist", system-ui, sans-serif`;if(E==="hindi"||E==="hi"||E==="\u0939\u093F\u0928\u094D\u0926\u0940")return`"Hind", ${B}"Geist", system-ui, sans-serif`},[k,e,typeof t=="object"&&t?t.fontFamily:void 0]),L=Fe.default.useMemo(()=>{let T=0,_=0;for(let F of Object.values(r))for(let ae of F){let I=ae.codePointAt(0)??0;I<192||/\p{L}/u.test(ae)&&(I<=591?T++:_++)}return _>T},[r]),[f,z]=(0,Fe.useState)(0);(0,Fe.useEffect)(()=>{if(typeof document>"u"||!document.fonts?.ready)return;let T=!0;return document.fonts.ready.then(()=>{T&&z(_=>_+1)}),()=>{T=!1}},[k]);let $=Fe.default.useMemo(()=>{if(!L||typeof document>"u")return!0;let _=(typeof t=="object"&&t?.fontFamily?t.fontFamily:"").split(",")[0].trim();if(!_)return!1;let F="";for(let I of Object.values(r))if(I){F=I;break}if(!F)return!0;let ae=F.replace(/\s+/g,"");if(!ae)return!0;try{let B=document.createElement("canvas").getContext("2d");if(!B)return!0;let E=_.startsWith("var(")&&getComputedStyle(document.documentElement).getPropertyValue(_.slice(4,-1).trim()).trim()||_;B.font=`16px ${E}, __akropolys_nonexistent_font__`;let te=B.measureText(ae).width;B.font="16px __akropolys_nonexistent_font__";let A=B.measureText(ae).width;return Math.abs(te-A)>1}catch{return!0}},[L,r,typeof t=="object"&&t?t.fontFamily:void 0,f]),S=(0,Fe.useCallback)((T,_)=>{let F=r[T]||ha[T]||T;if(_)for(let[ae,I]of Object.entries(_))F=F.split(`{${ae}}`).join(I);return F},[r]),Y=(0,Fe.useCallback)((T,_)=>(r[T]||ha[T]||T).split(/(\{[a-zA-Z]+\})/g).map((ae,I)=>{let B=ae.match(/^\{([a-zA-Z]+)\}$/);return B&&_[B[1]]!==void 0?(0,Vo.jsx)("bdi",{children:_[B[1]]},I):(0,Vo.jsx)(Fe.default.Fragment,{children:ae},I)}),[r]);return{chromeStrings:r,chromeReady:c,chromeCurated:n,isRTL:h,speechLang:u,scriptFont:k,fontStack:P,isNonLatin:L,hostFontCovers:$,t:S,tNode:Y}}var ge=require("react");function Ri({messages:e,loading:t,messageRefs:a}){let r=(0,ge.useRef)(null),o=(0,ge.useRef)(0),[n,i]=(0,ge.useState)(!1),[c,s]=(0,ge.useState)(1),[l,h]=(0,ge.useState)(0),d=(0,ge.useRef)(()=>{}),u=(0,ge.useRef)(null),p=(0,ge.useRef)(!1),k=(0,ge.useRef)(!0),[y,v]=(0,ge.useState)(0),N=(0,ge.useRef)(0),P=(0,ge.useRef)(""),L=(0,ge.useRef)(()=>{}),f=(0,ge.useRef)(()=>{});(0,ge.useEffect)(()=>{let m=r.current;if(!m)return;let U,q=()=>{clearTimeout(U),U=setTimeout(()=>{p.current=!1},150)},le=()=>{clearTimeout(U),p.current=!0,L.current()},w=()=>{p.current&&q()};return m.addEventListener("touchstart",le,{passive:!0}),m.addEventListener("touchend",q,{passive:!0}),m.addEventListener("touchcancel",q,{passive:!0}),m.addEventListener("scroll",w,{passive:!0}),()=>{clearTimeout(U),m.removeEventListener("touchstart",le),m.removeEventListener("touchend",q),m.removeEventListener("touchcancel",q),m.removeEventListener("scroll",w)}},[]),(0,ge.useEffect)(()=>{let m=r.current;if(!m)return;let U=160,q=8,le=0,w=()=>{le=0;let K=m.scrollHeight-m.scrollTop-m.clientHeight;K<=q&&(k.current||f.current(),k.current=!0,F.current()),i(K>U&&!k.current);let X=m.scrollHeight-m.clientHeight;s(X>8?Math.min(1,Math.max(0,m.scrollTop/X)):1);let x=m.scrollTop+m.clientHeight*.33,V=0;for(let H=0;H<a.current.length;H++){let D=a.current[H];D&&D.offsetTop-m.offsetTop<=x&&(V=H)}h(V)},M=()=>{le||(le=requestAnimationFrame(w))};w(),m.addEventListener("scroll",M,{passive:!0});let C=new ResizeObserver(M);return C.observe(m),()=>{le&&cancelAnimationFrame(le),m.removeEventListener("scroll",M),C.disconnect()}},[e.length,a]);let z=(0,ge.useCallback)(m=>{let U=`${m}:${N.current}`;P.current!==U&&(P.current=U,v(q=>q+1))},[]),[$,S]=(0,ge.useState)(!1),Y=(0,ge.useRef)(!1),T=(0,ge.useCallback)(()=>{Y.current||(Y.current=!0,S(!0))},[]),_=(0,ge.useCallback)(()=>{Y.current&&(Y.current=!1,S(!1))},[]),F=(0,ge.useRef)(()=>{});F.current=_;let[ae,I]=(0,ge.useState)(!1),B=(0,ge.useRef)(!1),E=(0,ge.useRef)(0),te=(0,ge.useCallback)(()=>{B.current=!1,I(!1)},[]),A=(0,ge.useCallback)(()=>{P.current="",te(),_()},[te,_]),j=(0,ge.useCallback)(()=>{B.current&&(performance.now()-E.current<700||te())},[te]);L.current=j,f.current=A,(0,ge.useEffect)(()=>{if(y===0)return;B.current=!0,E.current=performance.now(),I(!0);let m=setTimeout(te,4200);return()=>clearTimeout(m)},[y,te]);let re=(0,ge.useCallback)(m=>{let U=r.current,q=a.current[m];if(!U||!q)return;let le=q.offsetTop-U.offsetTop-Math.max(0,(U.clientHeight-q.clientHeight)/2),w=Math.max(0,Math.min(U.scrollHeight-U.clientHeight,le));u.current?u.current(w):U.scrollTo({top:w,behavior:"smooth"})},[a]),G=(0,ge.useCallback)(()=>{let m=r.current;if(!m)return;k.current=!0,f.current();let U=m.scrollHeight-m.clientHeight;u.current?u.current(U):m.scrollTo({top:U,behavior:"smooth"})},[]);return(0,ge.useEffect)(()=>{let m=r.current;if(!m)return;let U=requestAnimationFrame(()=>{let q=m.scrollTop;if(!k.current)T(),z(e.length);else if(!p.current){let le=m.scrollHeight-m.clientHeight;if(u.current){u.current(le);return}m.scrollTop=m.scrollHeight}m.scrollTop!==q&&d.current()});return()=>cancelAnimationFrame(U)},[e,t,a,z,T]),(0,ge.useEffect)(()=>{let m=r.current;if(!m||typeof window<"u"&&window.matchMedia?.("(prefers-reduced-motion: reduce)").matches)return;let U=7,q=16,le=1/(window.devicePixelRatio||1),w=oe=>Math.round(oe/le)*le,M=m.scrollTop,C=m.scrollTop,K=m.scrollTop,X=0,x=null,V=oe=>{oe!==K&&(m.scrollTop=oe,K=m.scrollTop)},H=()=>{x!==null&&(cancelAnimationFrame(x),x=null),m.classList.remove("hsk-scrolling"),M=C=K=m.scrollTop};d.current=H,u.current=oe=>{Math.abs(m.scrollTop-K)>1&&(M=C=K=m.scrollTop);let ie=Math.round(Math.max(0,Math.min(m.scrollHeight-m.clientHeight,oe)));ie!==M&&(M=ie,x===null&&(X=performance.now(),x=requestAnimationFrame(D)))};let D=oe=>{let ie=Math.min((oe-X)/1e3,.05);if(X=oe,C+=(M-C)*(1-Math.exp(-U*ie)),Math.abs(M-C)<le){C=M,V(Math.round(M)),m.classList.remove("hsk-scrolling"),x=null;return}V(w(C)),x=requestAnimationFrame(D)},g=oe=>{if(oe.ctrlKey)return;Math.abs(m.scrollTop-K)>1&&(M=C=K=m.scrollTop),oe.deltaY<0&&(k.current&&(N.current+=1),k.current=!1),L.current();let ie=oe.deltaMode===1?q:oe.deltaMode===2?m.clientHeight:1,Te=Math.max(0,m.scrollHeight-m.clientHeight),Be=Math.round(Math.max(0,Math.min(Te,M+oe.deltaY*ie)));if(Be===M){Te>0&&oe.preventDefault();return}oe.preventDefault(),M=Be,x===null&&(X=performance.now(),m.classList.add("hsk-scrolling"),x=requestAnimationFrame(D))},O=m.scrollTop,de=()=>{let oe=Math.abs(m.scrollTop-K)>1;oe&&(o.current=performance.now(),m.scrollTop<O-1&&k.current&&(N.current+=1,k.current=!1)),O=m.scrollTop,x!==null&&oe&&(cancelAnimationFrame(x),x=null,m.classList.remove("hsk-scrolling"),M=C=K=m.scrollTop)};return m.addEventListener("wheel",g,{passive:!1}),m.addEventListener("scroll",de,{passive:!0}),()=>{m.removeEventListener("scroll",de),m.removeEventListener("wheel",g),x!==null&&cancelAnimationFrame(x),m.classList.remove("hsk-scrolling"),d.current=()=>{},u.current=null}},[]),{msgsContainerRef:r,lastExternalScrollRef:o,showJumpToBottom:n,scrollProgress:c,activeMsgIdx:l,jumpAlert:ae,unreadBelow:$,jumpToMessage:re,jumpToBottom:G,resetAlertArming:A}}var tt=require("react"),Pi=require("@akropolys/sdk");function Ai(e,t){let a=(0,Pi.useAkropolysContext)(),[r,o]=(0,tt.useState)(""),[n,i]=(0,tt.useState)("idle"),[c,s]=(0,tt.useState)(null),[l,h]=(0,tt.useState)(null),[d,u]=(0,tt.useState)(null),[p,k]=(0,tt.useState)(Po),[y,v]=(0,tt.useState)(!1),N=(0,tt.useCallback)(async(f,z)=>{try{await navigator.clipboard.writeText(f),u(z),setTimeout(()=>u(null),2e3)}catch{}},[]);(0,tt.useEffect)(()=>{e&&e.type==="request_kiku_key"&&(i("prompt_key"),o(""))},[e]),(0,tt.useEffect)(()=>{if(!c)return;k(Po);let f=setInterval(()=>{k(z=>z<=1?(clearInterval(f),s(null),h(null),0):z-1)},1e3);return()=>clearInterval(f)},[c]);let P=(0,tt.useCallback)(async()=>{let f=r.trim();f&&(a.setKikuPub(f),o(""),i("idle"),await t())},[a,r,t]),L=(0,tt.useCallback)(async()=>{if(!y){v(!0);try{let{secret:f,publicId:z}=await a.mintKikuKey();s(f),h(z),i("idle"),await t()}catch{}finally{v(!1)}}},[a,y,t]);return{keyInput:r,setKeyInput:o,keyPhase:n,setKeyPhase:i,mintedKey:c,setMintedKey:s,mintedPub:l,setMintedPub:h,copied:d,keyCountdown:p,minting:y,copyValue:N,handleUseExistingKey:P,handleCreateKey:L}}var dr=require("react");function Li({attachments:e,setAttachments:t,setInput:a,send:r,defaultCurrency:o,t:n}){let i=(0,dr.useCallback)(h=>{let d=h.name||"",u=`@kiku ${n("displayCapture",{name:d}).trim()}`,p=d||"capture current page";a("");let k=e;t([]),r(p,u,k.length>0?k:void 0,"capture")},[e,r,t,a,n]),c=(0,dr.useCallback)(h=>{let d=h.filter(k=>k.id).map(k=>({name:k.name||"",url:k.url||"",image:k.image||"",price:k.price?String(k.price):"",currency:k.currency||o})),u=h.map(k=>k.name).filter(Boolean).join(", "),p=`@kiku ${n("displayCaptureAll",{count:String(h.length)})}`;a(""),t([]),r(u||"capture all",p,void 0,"capture_all",d)},[o,r,t,a,n]),s=(0,dr.useCallback)(()=>{let h=`@kiku ${n("displayViewHistory")}`;a(""),t([]),r("show my saved items",h,void 0,"view_history")},[r,t,a,n]),l=(0,dr.useCallback)(()=>{let h=`@kiku ${n("displayDelete")}`;a(""),t([]),r("delete this",h,void 0,"delete")},[r,t,a,n]);return{handleKikuCapture:i,handleKikuCaptureAll:c,handleKikuViewHistory:s,handleKikuDelete:l}}var yt=require("react"),Di=require("@akropolys/sdk");var be=require("react"),Ii=16e3,Ml=`
2
+ "use strict";var Tc=Object.create;var Pa=Object.defineProperty;var zc=Object.getOwnPropertyDescriptor;var Rc=Object.getOwnPropertyNames;var Pc=Object.getPrototypeOf,Ac=Object.prototype.hasOwnProperty;var Lc=(e,t)=>{for(var r in t)Pa(e,r,{get:t[r],enumerable:!0})},So=(e,t,r,a)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of Rc(t))!Ac.call(e,n)&&n!==r&&Pa(e,n,{get:()=>t[n],enumerable:!(a=zc(t,n))||a.enumerable});return e};var Ft=(e,t,r)=>(r=e!=null?Tc(Pc(e)):{},So(t||!e||!e.__esModule?Pa(r,"default",{value:e,enumerable:!0}):r,e)),Ec=e=>So(Pa({},"__esModule",{value:!0}),e);var xp={};Lc(xp,{KikuButton:()=>tn,ScoutCharacter:()=>Pt,ScoutRail:()=>fr,SearchBar:()=>To,Sparkle:()=>Es,VisualSearch:()=>Ds,initKiku:()=>oo,normalizeShopifyProduct:()=>an,shopifyAddToCart:()=>ao,shopifyGetCart:()=>no});module.exports=Ec(xp);var Wt=require("react"),Aa=require("@akropolys/sdk");function Co(e){var t,r,a="";if(typeof e=="string"||typeof e=="number")a+=e;else if(typeof e=="object")if(Array.isArray(e)){var n=e.length;for(t=0;t<n;t++)e[t]&&(r=Co(e[t]))&&(a&&(a+=" "),a+=r)}else for(r in e)e[r]&&(a&&(a+=" "),a+=r);return a}function Mo(){for(var e,t,r=0,a="",n=arguments.length;r<n;r++)(e=arguments[r])&&(t=Co(e))&&(a&&(a+=" "),a+=t);return a}function ee(...e){return Mo(e)}var we=require("react/jsx-runtime"),No=()=>(0,we.jsxs)("svg",{width:"15",height:"15",viewBox:"0 0 20 20",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",children:[(0,we.jsx)("circle",{cx:"8.5",cy:"8.5",r:"5.5"}),(0,we.jsx)("line",{x1:"13",y1:"13",x2:"18",y2:"18"})]});function To({placeholder:e="Search products\u2026",limit:t=10,debounceMs:r=150,onSelect:a,className:n,inputClassName:o,dropdownClassName:c,renderResult:i,theme:s,classNames:l={}}){let[u,d]=(0,Wt.useState)(""),[h,p]=(0,Wt.useState)(!1),{results:k,loading:f,search:w,clear:z}=(0,Aa.useSearch)({debounceMs:r}),L=(0,Aa.useAkropolysContext)(),$=(0,Wt.useRef)(null),m=(0,Wt.useRef)(!1);(0,Wt.useEffect)(()=>{if(m.current){m.current=!1;return}if(!u.trim()){z(),p(!1);return}p(!0),w(u,t)},[u]),(0,Wt.useEffect)(()=>{let W=G=>{$.current&&!$.current.contains(G.target)&&p(!1)};return document.addEventListener("mousedown",W),()=>document.removeEventListener("mousedown",W)},[]);let S=W=>{u.trim()&&L.api.searchVector(u,1,void 0,!0).catch(()=>{}),m.current=!0,p(!1),d(W.entity.title??W.entity.name??""),a?.(W)},F=()=>{u.trim()&&(L.api.searchVector(u,1,void 0,!0).catch(()=>{}),k.length>0&&S(k[0]))},v=h&&u.trim().length>0,J={...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,we.jsxs)("div",{className:ee("hsk-sb-wrap",l.root,n),ref:$,style:J,children:[(0,we.jsx)("span",{className:"hsk-sb-icon",children:(0,we.jsx)(No,{})}),(0,we.jsx)("input",{className:ee("hsk-sb-input",l.input,o),type:"text",value:u,placeholder:e,onChange:W=>d(W.target.value),onFocus:()=>k.length>0&&u.trim()&&p(!0),onKeyDown:W=>{W.key==="Enter"&&F()},autoComplete:"off",spellCheck:!1}),v&&(0,we.jsxs)("div",{className:ee("hsk-sb-drop",l.dropdown,c),style:{position:"absolute"},children:[f&&(0,we.jsx)("div",{className:"hsk-sb-loading-bar"}),f&&k.length===0?(0,we.jsxs)(we.Fragment,{children:[(0,we.jsxs)("div",{className:"hsk-sb-skeleton-row",children:[(0,we.jsx)("span",{className:"hsk-sb-skeleton-icon"}),(0,we.jsxs)("div",{className:"hsk-sb-row-body",children:[(0,we.jsx)("div",{className:"hsk-sb-skeleton-text1"}),(0,we.jsx)("div",{className:"hsk-sb-skeleton-text2"})]})]}),(0,we.jsxs)("div",{className:"hsk-sb-skeleton-row",children:[(0,we.jsx)("span",{className:"hsk-sb-skeleton-icon"}),(0,we.jsxs)("div",{className:"hsk-sb-row-body",children:[(0,we.jsx)("div",{className:"hsk-sb-skeleton-text1",style:{width:"45%"}}),(0,we.jsx)("div",{className:"hsk-sb-skeleton-text2",style:{width:"25%"}})]})]})]}):(0,we.jsxs)(we.Fragment,{children:[k.length===0&&!f&&(0,we.jsxs)("div",{className:"hsk-sb-empty",children:["No results for \u201C",u,"\u201D"]}),k.map((W,G)=>{if(i)return(0,we.jsx)("div",{onClick:()=>S(W),className:"hsk-sb-fade",style:{animationDelay:`${G*18}ms`},children:i(W)},W.id);let E=W.entity.image??W.entity.thumbnail??W.entity.images?.[0];return(0,we.jsxs)("div",{className:ee("hsk-sb-row hsk-sb-fade",l.row),style:{animationDelay:`${G*18}ms`},onClick:()=>S(W),children:[(0,we.jsx)("span",{className:"hsk-sb-row-thumb",children:E?(0,we.jsx)("img",{src:E,alt:"",loading:"lazy",onError:j=>{j.currentTarget.style.display="none"}}):(0,we.jsx)(No,{})}),(0,we.jsxs)("div",{className:"hsk-sb-row-body",children:[(0,we.jsx)("div",{className:"hsk-sb-row-title",children:W.entity.title??W.entity.name}),(W.entity.category||W.entity.brand)&&(0,we.jsx)("div",{className:"hsk-sb-row-sub",children:W.entity.category??W.entity.brand})]})]},W.id)})]})]})]})}var Yt=require("react"),zs=require("react-dom");var Ro="hsk-sounds",Re=null,er=null;function La(){try{return localStorage.getItem(Ro)!=="off"}catch{return!0}}function Po(e){try{localStorage.setItem(Ro,e?"on":"off")}catch{}e&&Ar()}function Ar(){if(typeof window>"u")return;try{let t=navigator.audioSession;t&&t.type!=="playback"&&(t.type="playback")}catch{}if(Re){Re.state==="suspended"&&Re.resume().catch(()=>{});return}let e=window.AudioContext||window.webkitAudioContext;if(e)try{Re=new e({latencyHint:"interactive"}),er=Re.createGain(),er.gain.value=.28,er.connect(Re.destination);let t=Re.createBuffer(1,1,Re.sampleRate),r=Re.createBufferSource();r.buffer=t,r.connect(Re.destination),r.start(0),Re.resume().catch(()=>{})}catch{Re=null}}function dr(e,t,r,a,n){if(!Re||!er)return;let o=Re.createOscillator();o.type="sine",o.frequency.setValueAtTime(t,e),o.frequency.exponentialRampToValueAtTime(Math.max(40,t*r),e+a);let c=Re.createBiquadFilter();c.type="lowpass",c.Q.value=.9,c.frequency.setValueAtTime(Math.min(18e3,t*7),e),c.frequency.exponentialRampToValueAtTime(Math.max(80,t*1.5),e+a);let i=Re.createGain();i.gain.setValueAtTime(1e-4,e),i.gain.exponentialRampToValueAtTime(n,e+.006),i.gain.exponentialRampToValueAtTime(1e-4,e+a),o.connect(c),c.connect(i),i.connect(er),o.start(e),o.stop(e+a+.02)}function Ic(e,t){if(!Re||!er)return;let r=Math.floor(Re.sampleRate*.03),a=Re.createBuffer(1,r,Re.sampleRate),n=a.getChannelData(0);for(let s=0;s<r;s++)n[s]=(Math.random()*2-1)*Math.pow(1-s/r,3);let o=Re.createBufferSource();o.buffer=a;let c=Re.createBiquadFilter();c.type="bandpass",c.frequency.value=2600,c.Q.value=5;let i=Re.createGain();i.gain.value=t,o.connect(c),c.connect(i),i.connect(er),o.start(e)}var zo=[0,3,5,7,10],Dc=392;function $c(e){let t=5381;for(let n=0;n<e.length;n++)t=(t<<5)+t+e.charCodeAt(n)>>>0;let r=zo[t%zo.length],a=(t>>3)%2;return Dc*Math.pow(2,r/12+a)}function Ao(){return La()?Re?Re.state:"unsupported":"off"}function zt(e,t,r=!1){if(!r&&!La()||(Ar(),!Re||!er||Re.state==="closed"))return;Re.state==="suspended"&&Re.resume().catch(()=>{});let a=Re.currentTime+.01;switch(e){case"reply":dr(a,440,.94,.13,.5),dr(a+.09,660,.94,.16,.42);break;case"scout":{let n=$c(t||"scout");dr(a,n,.92,.15,.45),dr(a+.075,n*1.5,.93,.17,.32);break}case"interrupt":dr(a,520,.62,.17,.4);break;case"send":dr(a,300,1.16,.1,.22);break;case"pin":Ic(a,.35),dr(a+.02,880,.97,.07,.22);break}}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:min(300px,calc(100vw - 28px)) !important;padding:6px !important;border-radius:18px;background:color-mix(in srgb,var(--hsk-chat-bg,#ffffff) 68%,transparent) !important;backdrop-filter:blur(28px) saturate(190%) contrast(102%) !important;-webkit-backdrop-filter:blur(28px) saturate(190%) contrast(102%) !important;border:1px solid color-mix(in srgb,var(--hsk-chat-border,rgba(255,255,255,.35)) 35%,transparent) !important;border-top:1px solid color-mix(in srgb,var(--hsk-chat-bg,#fff) 70%,transparent) !important;border-bottom:1px solid color-mix(in srgb,#000 6%,transparent) !important;box-shadow:0 16px 38px -6px color-mix(in srgb,#000 16%,transparent),0 0 0 1px color-mix(in srgb,var(--hsk-chat-bg,#fff) 25%,transparent) inset,0 1px 0 0 color-mix(in srgb,var(--hsk-chat-bg,#fff) 50%,transparent) inset !important;z-index:1000;animation:hsk-topbar-ooze .25s cubic-bezier(.16,1,.3,1) both}.hsk-cb-topbar-ooze-menu .hsk-cb-theme-grid-item{width:max-content;max-width:100%}.hsk-cb-topbar-ooze-menu .hsk-cb-theme-block{display:flex;align-items:stretch;gap:8px;padding:6px 7px 0}.hsk-cb-topbar-ooze-menu .hsk-cb-theme-vlabel{flex:0 0 auto;align-self:center;writing-mode:vertical-rl;transform:rotate(180deg);font-size:8px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--hsk-chat-muted);opacity:.38;user-select:none}.hsk-cb-topbar-ooze-menu .hsk-cb-theme-2x2-grid{display:flex !important;flex-wrap:wrap !important;justify-content:flex-start !important;gap:6px !important;width:100% !important;max-width:100% !important;min-width:0 !important;padding:0 !important;box-sizing:border-box !important;margin-top:0 !important;background:none !important;border:none !important;border-radius:0 !important;box-shadow:none !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important}.hsk-cb-topbar-ooze-menu .hsk-cb-theme-grid-item{width:max-content;max-width:100%;height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;border-radius:999px;border:1px solid color-mix(in srgb,var(--hsk-chat-border,rgba(255,255,255,.4)) 22%,transparent) !important;background:color-mix(in srgb,var(--hsk-chat-bg,#ffffff) 34%,transparent) !important;color:var(--hsk-chat-muted,#71717a);font-size:11.5px;font-weight:600;box-sizing:border-box;white-space:nowrap;cursor:pointer;transition:all .16s cubic-bezier(.16,1,.3,1)}.hsk-cb-topbar-ooze-menu .hsk-cb-theme-grid-item svg{flex-shrink:0;width:12px;height:12px}.hsk-cb-topbar-ooze-menu .hsk-cb-theme-grid-item:hover{color:var(--hsk-chat-text,currentColor) !important;transform:translateY(-1px)}.hsk-cb-topbar-ooze-menu .hsk-cb-theme-grid-item.is-active{background:var(--hsk-primary,#ff6a33) !important;color:#ffffff !important;border-color:var(--hsk-primary,#ff6a33) !important;box-shadow:0 3px 12px color-mix(in srgb,var(--hsk-primary,#ff6a33) 35%,transparent) !important}@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;width:200px;max-width:200px;min-width:200px;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;width:200px;max-width:200px;min-width:200px;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%;height:28px;padding:0 11px;border-radius:999px;background:color-mix(in srgb,var(--hsk-chat-bg,#ffffff) 62%,transparent);backdrop-filter:blur(22px) saturate(180%);-webkit-backdrop-filter:blur(22px) saturate(180%);border:1px solid color-mix(in srgb,var(--hsk-chat-border,rgba(255,255,255,.35)) 30%,transparent) !important;border-top:1px solid color-mix(in srgb,var(--hsk-chat-bg,#fff) 60%,transparent) !important;border-bottom:1px solid color-mix(in srgb,#000 6%,transparent) !important;box-shadow:0 4px 14px -2px color-mix(in srgb,#000 12%,transparent),0 1px 0 0 color-mix(in srgb,var(--hsk-chat-bg,#fff) 40%,transparent) inset;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);background:color-mix(in srgb,var(--hsk-chat-bg,#ffffff) 80%,transparent);border-top-color:color-mix(in srgb,var(--hsk-chat-bg,#fff) 75%,transparent) !important;transform:translateY(-1px);box-shadow:0 6px 18px -2px color-mix(in srgb,#000 15%,transparent),0 1px 0 0 color-mix(in srgb,var(--hsk-chat-bg,#fff) 55%,transparent) inset}.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;background:color-mix(in srgb,var(--hsk-chat-bg,#ffffff) 65%,transparent) !important;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1px solid color-mix(in srgb,var(--hsk-chat-border,rgba(255,255,255,.35)) 30%,transparent) !important;border-top:1px solid color-mix(in srgb,var(--hsk-chat-bg,#fff) 60%,transparent) !important;border-bottom:1px solid color-mix(in srgb,#000 6%,transparent) !important;box-shadow:0 4px 16px -2px color-mix(in srgb,#000 12%,transparent),0 1px 0 0 color-mix(in srgb,var(--hsk-chat-bg,#fff) 40%,transparent) inset !important;color:var(--hsk-chat-text) !important;font-size:11.5px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .2s cubic-bezier(.16,1,.3,1)}.hsk-cb-theme-squircle-trigger:hover{background:color-mix(in srgb,var(--hsk-chat-bg,#ffffff) 80%,transparent) !important;color:var(--hsk-primary,#ff6a33) !important;border-top-color:color-mix(in srgb,var(--hsk-chat-bg,#fff) 80%,transparent) !important;transform:translateY(-1px);box-shadow:0 6px 20px -2px color-mix(in srgb,#000 16%,transparent),0 1px 0 0 color-mix(in srgb,var(--hsk-chat-bg,#fff) 55%,transparent) inset !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-scout-rail-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-scout-rail-trigger{display:inline-flex;align-items:center;gap:7px;height:32px;padding:0 12px;border-radius:16px;background:color-mix(in srgb,var(--hsk-chat-bg,#ffffff) 65%,transparent) !important;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1px solid color-mix(in srgb,var(--hsk-chat-border,rgba(255,255,255,.35)) 30%,transparent) !important;border-top:1px solid color-mix(in srgb,var(--hsk-chat-bg,#fff) 60%,transparent) !important;border-bottom:1px solid color-mix(in srgb,#000 6%,transparent) !important;box-shadow:0 4px 16px -2px color-mix(in srgb,#000 12%,transparent),0 1px 0 0 color-mix(in srgb,var(--hsk-chat-bg,#fff) 40%,transparent) inset !important;color:var(--hsk-chat-text) !important;font-size:11.5px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .2s cubic-bezier(.16,1,.3,1)}.hsk-cb-scout-rail-trigger:hover{background:color-mix(in srgb,var(--hsk-chat-bg,#ffffff) 80%,transparent) !important;color:var(--hsk-primary,#ff6a33) !important;border-top-color:color-mix(in srgb,var(--hsk-chat-bg,#fff) 80%,transparent) !important;transform:translateY(-1px);box-shadow:0 6px 20px -2px color-mix(in srgb,#000 16%,transparent),0 1px 0 0 color-mix(in srgb,var(--hsk-chat-bg,#fff) 55%,transparent) inset !important}.hsk-cb-scout-rail-card{inline-size:200px}.hsk-cb-theme-2x2-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:5px;padding:6px;width:200px;max-width:200px;min-width:200px;box-sizing:border-box;border-radius:18px;background:color-mix(in srgb,var(--hsk-chat-bg,#ffffff) 70%,transparent);backdrop-filter:blur(28px) saturate(190%) contrast(102%);-webkit-backdrop-filter:blur(28px) saturate(190%) contrast(102%);border:1px solid color-mix(in srgb,var(--hsk-chat-border,rgba(255,255,255,.4)) 35%,transparent);border-top:1px solid color-mix(in srgb,var(--hsk-chat-bg,#fff) 65%,transparent);border-bottom:1px solid color-mix(in srgb,#000 6%,transparent);box-shadow:0 16px 38px -6px color-mix(in srgb,#000 16%,transparent),0 0 0 1px color-mix(in srgb,var(--hsk-chat-bg,#fff) 20%,transparent) inset,0 1px 0 0 color-mix(in srgb,var(--hsk-chat-bg,#fff) 50%,transparent) inset;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:center;gap:6px;height:30px;padding:0 12px;border-radius:999px;border:1px solid color-mix(in srgb,var(--hsk-chat-border,rgba(255,255,255,.3)) 25%,transparent) !important;border-top:1px solid color-mix(in srgb,var(--hsk-chat-bg,#fff) 45%,transparent) !important;outline:none !important;background:color-mix(in srgb,var(--hsk-chat-bg,#ffffff) 65%,transparent);color:var(--hsk-chat-text,currentColor);font-size:11px;font-weight:550;cursor:pointer;font-family:inherit;transition:all .18s cubic-bezier(.16,1,.3,1);box-shadow:0 1px 3px rgba(0,0,0,.04),0 1px 0 0 color-mix(in srgb,var(--hsk-chat-bg,#fff) 30%,transparent) inset !important;box-sizing:border-box;white-space:nowrap}.hsk-cb-theme-grid-item svg{flex-shrink:0;width:12px;height:12px}.hsk-cb-theme-grid-item:hover{background:color-mix(in srgb,var(--hsk-chat-bg,#ffffff) 85%,transparent);color:var(--hsk-chat-text,currentColor);border-top-color:color-mix(in srgb,var(--hsk-chat-bg,#fff) 70%,transparent) !important;transform:translateY(-1px);box-shadow:0 3px 8px rgba(0,0,0,.08),0 1px 0 0 color-mix(in srgb,var(--hsk-chat-bg,#fff) 45%,transparent) inset !important}.hsk-cb-theme-grid-item.is-active{background:var(--hsk-primary,#ff6a33) !important;border-color:var(--hsk-primary,#ff6a33) !important;color:#ffffff !important;box-shadow:0 2px 10px color-mix(in srgb,var(--hsk-primary,#ff6a33) 38%,transparent),0 1px 0 0 color-mix(in srgb,var(--hsk-chat-bg,#fff) 40%,transparent) inset !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-squircle-btn{width:34px;height:34px;border-radius:11px;background:color-mix(in srgb,var(--hsk-surface-1,currentColor) 35%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid color-mix(in srgb,var(--hsk-chat-border,currentColor) 16%,transparent);border-top:1px solid color-mix(in srgb,var(--hsk-chat-bg,#fff) 35%,transparent);border-bottom:1px solid color-mix(in srgb,#000 6%,transparent);box-shadow:0 2px 6px color-mix(in srgb,var(--hsk-chat-text,#000) 6%,transparent),0 1px 0 0 color-mix(in srgb,var(--hsk-chat-bg,#fff) 25%,transparent) inset;color:var(--hsk-chat-muted,currentColor);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:all .18s cubic-bezier(.16,1,.3,1);position:relative;flex-shrink:0}.hsk-cb-squircle-btn:hover{background:color-mix(in srgb,var(--hsk-surface-2,currentColor) 50%,transparent);color:var(--hsk-chat-text,currentColor);border-top-color:color-mix(in srgb,var(--hsk-chat-bg,#fff) 55%,transparent);box-shadow:0 3px 10px color-mix(in srgb,var(--hsk-chat-text,#000) 8%,transparent),0 1px 0 0 color-mix(in srgb,var(--hsk-chat-bg,#fff) 35%,transparent) inset;transform:translateY(-1px)}.hsk-cb-squircle-btn:active{transform:scale(.95)}.hsk-cb-squircle-btn.is-active{background:color-mix(in srgb,var(--hsk-primary,#ff6a33) 16%,transparent);border-color:var(--hsk-primary,#ff6a33);color:var(--hsk-primary,#ff6a33);box-shadow:0 0 12px color-mix(in srgb,var(--hsk-primary,#ff6a33) 30%,transparent),0 1px 0 0 color-mix(in srgb,var(--hsk-chat-bg,#fff) 30%,transparent) inset}.hsk-cb-squircle-btn--dashed{border-style:dashed;border-color:color-mix(in srgb,var(--hsk-chat-text,currentColor) 28%,transparent)}.hsk-cb-squircle-btn--dashed:hover{border-color:var(--hsk-primary,#ff6a33);color:var(--hsk-primary,#ff6a33)}.hsk-cb-exit-btn:hover{background:rgba(239,68,68,.12);border-color:rgba(239,68,68,.3);border-top-color:rgba(239,68,68,.5);color:#ef4444}.hsk-cb-desktop-scout-dropdown{position:absolute;top:calc(100%+10px);right:0;width:320px;border-radius:20px;background:color-mix(in srgb,var(--hsk-chat-bg,#ffffff) 65%,transparent);backdrop-filter:blur(28px) saturate(190%) contrast(102%);-webkit-backdrop-filter:blur(28px) saturate(190%) contrast(102%);border:1px solid color-mix(in srgb,var(--hsk-chat-border,rgba(255,255,255,.3)) 40%,transparent);border-top:1px solid color-mix(in srgb,var(--hsk-chat-bg,#fff) 50%,transparent);border-bottom:1px solid color-mix(in srgb,#000 6%,transparent);box-shadow:0 12px 34px -4px color-mix(in srgb,#000 16%,transparent),0 0 0 1px color-mix(in srgb,var(--hsk-chat-bg,#fff) 25%,transparent) inset,0 1px 0 0 color-mix(in srgb,var(--hsk-chat-bg,#fff) 45%,transparent) inset;padding:12px;z-index:1000;animation:hsk-desktop-scout-enter .2s cubic-bezier(.16,1,.3,1) both}@keyframes hsk-desktop-scout-enter{0%{opacity:0;transform:translateY(-8px) scale(.96)}100%{opacity:1;transform:translateY(0) scale(1)}}.hsk-cb-msgs{position:relative;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-spacer{flex:none;height:1px;pointer-events:none}.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-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}.hsk-cb-ink-skeleton{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:12px;animation:hsk-ink-bloom-in .22s cubic-bezier(.16,1,.3,1) both}.hsk-cb-ink-line{position:relative;border-radius:999px;overflow:hidden;background:color-mix(in srgb,var(--hsk-chat-text,#ffffff) 6%,transparent)}.hsk-cb-ink-line::after{content:'';position:absolute;inset:0;background:linear-gradient( 90deg,transparent 0,color-mix(in srgb,var(--hsk-primary,#ff6a33) 12%,transparent) 35%,color-mix(in srgb,var(--hsk-chat-text,#ffffff) 14%,transparent) 50%,color-mix(in srgb,var(--hsk-primary,#ff6a33) 12%,transparent) 65%,transparent 100% );transform:translateX(-100%);animation:hsk-ink-sheen 2.2s cubic-bezier(.4,0,.2,1) infinite}.hsk-cb-ink-line--title{height:30px;width:50%;max-width:220px;border-radius:14px;margin-bottom:2px}.hsk-cb-ink-line--lead1{height:14px;width:78%;max-width:340px}.hsk-cb-ink-line--lead2{height:14px;width:60%;max-width:260px}.hsk-cb-ink-line--ask{height:15px;width:40%;max-width:170px;margin-top:3px}@keyframes hsk-ink-sheen{0%{transform:translateX(-100%)}100%{transform:translateX(200%)}}@keyframes hsk-ink-bloom-in{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@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-user-footer{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:6px;width:100%;margin-top:2px;min-height:16px;line-height:1}.hsk-cb-ai-footer{display:flex;align-items:center;gap:4px;margin-top:4px;min-height:16px;line-height:1}.hsk-cb-ai-body:hover .hsk-cb-msg-actions,.hsk-cb-ai-body:focus-within .hsk-cb-msg-actions{opacity:1;pointer-events:auto;transform:translateY(0)}.hsk-cb-sent-status{font-size:11px;line-height:1;color:var(--hsk-chat-muted,#8a8f98);padding:0;display:inline-flex;align-items:center;user-select:none;animation:hsk-sent-in .2s ease-out both}.hsk-cb-msg-actions{display:inline-flex;align-items:center;gap:2px;padding:0;opacity:0;pointer-events:none;transform:translateX(3px);transition:opacity .18s cubic-bezier(.16,1,.3,1),transform .18s cubic-bezier(.16,1,.3,1)}.hsk-cb-user-msg:hover .hsk-cb-msg-actions,.hsk-cb-user-msg:focus-within .hsk-cb-msg-actions,.hsk-cb-msg-actions--visible{opacity:1;pointer-events:auto;transform:translateX(0)}.hsk-cb-msg-actions--failed{opacity:1 !important;pointer-events:auto !important;transform:translateX(0) !important}.hsk-cb-msg-action{display:inline-flex;align-items:center;gap:3.5px;padding:1px 6.5px;height:16px;border-radius:999px;font-size:11px;font-weight:500;font-family:var(--hsk-font);line-height:1;color:var(--hsk-chat-muted,#8a8f98);background:transparent;border:none;box-shadow:none;cursor:pointer;user-select:none;transition:color .15s ease,background-color .15s ease,transform .18s cubic-bezier(.34,1.56,.64,1)}.hsk-cb-msg-action .hsk-cb-msg-action-label{font-size:11px;line-height:1}.hsk-cb-msg-action:hover:not(:disabled){color:var(--hsk-chat-text,#ffffff) !important;background:var(--hsk-chat-divide,rgba(140,140,140,.18));transform:translateY(-0.5px)}.hsk-cb-msg-action:active:not(:disabled){transform:translateY(0) scale(.95);transition-duration:.1s}.hsk-cb-msg-action--retry{color:var(--hsk-primary,#ff6a33);background:color-mix(in srgb,var(--hsk-primary,#ff6a33) 10%,transparent)}.hsk-cb-msg-action--retry:hover:not(:disabled){color:var(--hsk-on-active,#ffffff) !important;background:var(--hsk-primary,#ff6a33) !important;box-shadow:0 1px 6px color-mix(in srgb,var(--hsk-primary,#ff6a33) 35%,transparent)}.hsk-cb-failed-notice{display:inline-flex;align-items:center;gap:4px;font-size:11px;line-height:1;color:#ef4444;font-weight:500;user-select:none}.hsk-cb-failed-dot{width:5px;height:5px;border-radius:999px;background:#ef4444;box-shadow:0 0 5px rgba(239,68,68,.6);animation:hsk-failed-pulse 1.8s ease-in-out infinite}@keyframes hsk-failed-pulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.25);opacity:.7}}.hsk-cb-msg-action--copied{color:#10b981 !important;background:rgba(16,185,129,.15) !important;font-weight:600}@media (max-width:640px){.hsk-cb-msg-actions{display:none !important}}@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:var(--hsk-ph-font-size,var(--hsk-input-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 color-mix(in srgb,var(--hsk-chat-bg,#fff) 35%,transparent);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 color-mix(in srgb,var(--hsk-chat-bg,#fff) 45%,transparent)}.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[data-fit="2"]{--hsk-ph-font-size:14px}.hsk-animated-placeholder[data-fit="3"]{--hsk-ph-font-size:12.5px}.hsk-animated-placeholder__char{display:inline-block;font-size:var(--hsk-ph-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 color-mix(in srgb,var(--hsk-chat-bg,#fff) 12%,transparent);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 color-mix(in srgb,var(--hsk-chat-bg,#fff) 20%,transparent)}.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 color-mix(in srgb,var(--hsk-chat-bg,#fff) 28%,transparent);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-tapback-overlay{position:absolute;inset:0;z-index:1000;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;touch-action:none}.hsk-tapback-group{position:absolute;z-index:1002;display:flex;flex-direction:column;animation:hsk-tapback-flow-up .26s cubic-bezier(.34,1.56,.64,1) both}.hsk-tapback-group.is-closing{animation:hsk-tapback-flow-down .19s cubic-bezier(.55,0,.85,.35) forwards}.hsk-tapback-group.is-above{transform-origin:var(--tail-x,80%) calc(100%+16px)}.hsk-tapback-group.is-below{transform-origin:var(--tail-x,80%) -16px}.hsk-tapback-capsule{display:inline-flex;align-items:center;gap:1px;padding:3px 5px;height:36px;min-height:36px;border-radius:999px;border:none;background:var(--hsk-skin,var(--hsk-bubble-bg,#eeeef0));box-shadow:0 0 0 3px var(--hsk-chat-bg,#ffffff),0 6px 18px rgba(0,0,0,.16);max-width:calc(100vw - 20px);position:relative;z-index:2;box-sizing:border-box}.hsk-tapback-tail{position:absolute;top:calc(100% - 2px);transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:3px;pointer-events:none;z-index:1}.hsk-tapback-tail.is-below{top:auto;bottom:calc(100% - 2px);flex-direction:column-reverse}.hsk-tapback-dot--mid{margin-left:calc(var(--tail-dir,0) * var(--tail-step,5px))}.hsk-tapback-dot--anchor{margin-left:calc(var(--tail-dir,0) * var(--tail-step,5px) * 2.2)}.hsk-tapback-dot{display:block;border-radius:50%;flex-shrink:0;border:none}.hsk-tapback-dot--mid{width:12px;height:12px;background:var(--hsk-skin,var(--hsk-bubble-bg,#eeeef0));box-shadow:0 0 0 3px var(--hsk-chat-bg,#ffffff),0 2px 5px rgba(0,0,0,.12);animation:hsk-tapback-bead .2s cubic-bezier(.16,1,.3,1) .06s backwards}.hsk-tapback-dot--anchor{width:9px;height:9px;background:var(--hsk-anchor-color,var(--hsk-primary,#007aff));animation:hsk-tapback-bead .2s cubic-bezier(.16,1,.3,1) .02s backwards}.hsk-tapback-tool-btn{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;height:30px;border-radius:999px;font-size:12px;font-weight:500;font-family:var(--hsk-font);line-height:1;color:var(--hsk-chat-text,#f3f4f6);background:transparent;border:none;cursor:pointer;user-select:none;-webkit-tap-highlight-color:transparent;transition:background-color .15s ease,transform .12s ease;white-space:nowrap;animation:hsk-tapback-tool-pop .2s cubic-bezier(.16,1,.3,1) both;animation-delay:calc(.02s+var(--tool-idx,0) * .02s)}.hsk-tapback-tool-btn:hover{background:color-mix(in srgb,var(--hsk-chat-text,#ffffff) 14%,transparent)}.hsk-tapback-tool-btn:active{transform:scale(.92)}.hsk-tapback-tool-btn--pin{color:var(--hsk-primary,#ff6a33)}.hsk-tapback-tool-btn--pin:hover{background:color-mix(in srgb,var(--hsk-primary,#ff6a33) 18%,transparent)}.hsk-tapback-tool-btn--copy.is-copied{color:#10b981 !important}@keyframes hsk-tapback-flow-up{0%{opacity:0;transform:scale(.12,.04)}18%{opacity:1}46%{transform:scale(1.06,1.13)}74%{transform:scale(.985,.95)}100%{opacity:1;transform:scale(1)}}@keyframes hsk-tapback-flow-down{0%{opacity:1;transform:scale(1)}65%{opacity:1;transform:scale(.5,.34)}100%{opacity:0;transform:scale(.12,.04)}}@keyframes hsk-tapback-bead{from{opacity:0;transform:scale(.2)}to{opacity:1;transform:scale(1)}}@keyframes hsk-tapback-tool-pop{0%{opacity:0;transform:scale(.85)}100%{opacity:1;transform:scale(1)}}.hsk-cb-scout-rail-card{inline-size:min(200px,100%);box-sizing:border-box;border-radius:18px;background:color-mix(in srgb,var(--hsk-chat-bg,#ffffff) 70%,transparent);backdrop-filter:blur(28px) saturate(190%) contrast(102%);-webkit-backdrop-filter:blur(28px) saturate(190%) contrast(102%);border:1px solid color-mix(in srgb,var(--hsk-chat-border,rgba(255,255,255,.4)) 35%,transparent);border-top:1px solid color-mix(in srgb,var(--hsk-chat-bg,#fff) 65%,transparent);border-bottom:1px solid color-mix(in srgb,#000 6%,transparent);box-shadow:0 16px 38px -6px color-mix(in srgb,#000 16%,transparent),0 0 0 1px color-mix(in srgb,var(--hsk-chat-bg,#fff) 20%,transparent) inset,0 1px 0 0 color-mix(in srgb,var(--hsk-chat-bg,#fff) 50%,transparent) inset;padding:7px;z-index:100;transform-origin:bottom center;will-change:opacity;animation:hsk-scout-card-in .26s cubic-bezier(.16,1,.3,1) both}@keyframes hsk-scout-card-in{from{opacity:0;translate:0 6px}to{opacity:1;translate:none}}.hsk-cb-scout-rail-wrap.is-compact{position:relative;display:flex;flex-direction:column;align-items:stretch;inline-size:100%;padding:0}.hsk-cb-scout-dock{display:flex;align-items:center;justify-content:space-between;gap:4px;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;padding:2px 7px}.hsk-cb-scout-dock::-webkit-scrollbar{display:none}.hsk-cb-scout-dock-pick{flex:0 0 auto;display:inline-grid;place-items:center;inline-size:34px;block-size:34px;padding:0;border:none;border-radius:12px;background:none;cursor:pointer;transition:opacity .18s ease,transform .18s ease}.hsk-cb-scout-dock-pick.is-unpaid{opacity:.38;filter:grayscale(1)}.hsk-cb-scout-dock-pick:active{transform:scale(.92)}.hsk-cb-scout-dock-new{flex:0 0 auto;display:inline-grid;place-items:center;inline-size:34px;block-size:34px;padding:0;border-radius:12px;border:1px dashed color-mix(in srgb,var(--hsk-chat-border,rgba(0,0,0,.25)) 60%,transparent);background:none;color:var(--hsk-chat-muted);cursor:pointer}.hsk-cb-scout-dock-new:active{transform:scale(.92)}.hsk-cb-scout-rail-wrap.is-compact .hsk-cb-scout-rail-card{inline-size:100%;max-inline-size:100%;min-inline-size:0}.hsk-cb-scout-defs{position:absolute;width:0;height:0}.hsk-cb-scout-trigger-icon{display:inline-flex;align-items:center;flex-shrink:0}.hsk-cb-scout-trigger-dot{inline-size:6px;block-size:6px;border-radius:999px;background:#10b981;box-shadow:0 0 6px #10b981}.hsk-cb-scout-card-head{display:flex;align-items:center;justify-content:space-between;padding:2px 3px 6px}.hsk-cb-scout-card-title{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:650;color:var(--hsk-chat-text)}.hsk-cb-scout-card-x{border:none;background:none;padding:2px;display:inline-flex;color:var(--hsk-chat-muted);cursor:pointer;opacity:.7}.hsk-cb-scout-card-x:hover{opacity:1}.hsk-cb-scouts-stage{position:relative}.hsk-cb-scouts-glue{position:absolute;inset-block-start:3px;inset-inline-start:0;inline-size:100%;display:flex;flex-wrap:wrap;align-content:flex-start;gap:2px;row-gap:24px;pointer-events:none}.hsk-cb-glue-cell{flex:0 0 46px;display:grid;place-items:center;transform:scaleX(1.34);animation:hsk-glue-drift 3.4s ease-in-out infinite}.hsk-cb-glue-cell:nth-child(2n){animation-duration:4.1s}.hsk-cb-glue-cell:nth-child(3n){animation-duration:3.7s}.hsk-cb-glue-cell.is-loose{transform:none;animation:none}@keyframes hsk-glue-drift{0%,100%{transform:scaleX(1.34) translateY(0)}35%{transform:scaleX(1.42) translateY(-1px)}70%{transform:scaleX(1.29) translateY(.5px)}}@media (prefers-reduced-motion:reduce){.hsk-cb-glue-cell{animation:none}.hsk-cb-scout-hatch-pick,.hsk-cb-scout{transition:opacity .2s ease,filter .2s ease}.hsk-cb-scout-hatch-pick:hover,.hsk-cb-scout:hover{transform:none}}.hsk-cb-scout-time{padding:10px 2px 2px}.hsk-cb-dial{position:relative;block-size:18px;display:flex;align-items:center;transform-origin:center;transition:transform .22s cubic-bezier(.16,1,.3,1)}.hsk-cb-dial.is-dragging{transform:scale(1.045)}.hsk-cb-dial-track{position:relative;inline-size:100%;block-size:6px;border-radius:999px;background:color-mix(in srgb,var(--hsk-chat-text) 10%,transparent);overflow:visible;transition:block-size .22s cubic-bezier(.16,1,.3,1)}.hsk-cb-dial.is-dragging .hsk-cb-dial-track{block-size:12px}.hsk-cb-dial-fill{position:absolute;inset-block:0;inset-inline-start:0;border-radius:999px;background:linear-gradient( to right,color-mix(in srgb,var(--hsk-primary) 62%,transparent),var(--hsk-primary) );transition:inline-size .18s cubic-bezier(.16,1,.3,1)}.hsk-cb-dial-input{position:absolute;inset-inline:0;inset-block:0;inline-size:100%;margin:0;padding:0;appearance:none;-webkit-appearance:none;background:transparent;cursor:grab}.hsk-cb-dial-input:active{cursor:grabbing}.hsk-cb-dial-input::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;inline-size:16px;block-size:16px;border:2.5px solid var(--hsk-chat-bg);border-radius:999px;background:var(--hsk-primary);box-shadow:0 2px 8px -1px color-mix(in srgb,var(--hsk-primary) 70%,transparent);cursor:grab;transition:transform .16s cubic-bezier(.16,1,.3,1),box-shadow .16s ease}.hsk-cb-dial-input:hover::-webkit-slider-thumb{transform:scale(1.12)}.hsk-cb-dial.is-dragging .hsk-cb-dial-input::-webkit-slider-thumb{transform:scale(1.28);box-shadow:0 0 0 7px color-mix(in srgb,var(--hsk-primary) 18%,transparent)}.hsk-cb-dial-input:active::-webkit-slider-thumb{transform:scale(1.24);box-shadow:0 0 0 6px color-mix(in srgb,var(--hsk-primary) 20%,transparent)}.hsk-cb-dial-input:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 4px color-mix(in srgb,var(--hsk-primary) 32%,transparent)}.hsk-cb-dial-input::-moz-range-thumb{inline-size:16px;block-size:16px;border:2.5px solid var(--hsk-chat-bg);border-radius:999px;background:var(--hsk-primary);cursor:grab}.hsk-cb-dial-input::-moz-range-track{background:transparent}.hsk-cb-scout-time-row{display:flex;align-items:baseline;gap:5px;padding-block-start:7px;transform-origin:center;transition:transform .22s cubic-bezier(.16,1,.3,1)}.hsk-cb-scout-time-row.is-lifted{transform:scale(1.06)}@media (prefers-reduced-motion:reduce){.hsk-cb-dial,.hsk-cb-dial-track,.hsk-cb-scout-time-row{transition:none}.hsk-cb-dial.is-dragging,.hsk-cb-scout-time-row.is-lifted{transform:none}}.hsk-cb-scouts-row{position:relative;display:flex;flex-wrap:wrap;align-items:flex-end;gap:2px}.hsk-cb-scout-slot{position:relative;flex:0 0 auto}.hsk-cb-scout{position:relative;display:flex;flex-direction:column;align-items:center;gap:1px;padding:3px 4px 2px;border:none;border-radius:13px;background:transparent;color:var(--hsk-chat-text);cursor:pointer;font:inherit;transition:transform .18s cubic-bezier(.16,1,.3,1)}.hsk-cb-scout:hover,.hsk-cb-scout:focus-visible{transform:translateY(-3px) scale(1.14);z-index:2;outline:none}.hsk-cb-scout:active{transform:translateY(0) scale(.96)}.hsk-cb-scout-face{position:relative;inline-size:38px;block-size:38px;display:grid;place-items:center}.hsk-cb-scout-char{display:block;overflow:visible}.hsk-cb-scout-pulse{position:absolute;inset-block-start:0;inset-inline-end:0;inline-size:6px;block-size:6px;border-radius:999px;background:#10b981;box-shadow:0 0 0 2px var(--hsk-chat-bg);animation:hsk-scout-breathe 2.4s ease-in-out infinite}@keyframes hsk-scout-breathe{0%,100%{opacity:1}50%{opacity:.35}}.hsk-cb-scout-own{direction:ltr;position:absolute;inset-block-end:-2px;inset-inline-end:-3px;padding:0 4px;border-radius:999px;background:var(--hsk-surface-2);color:var(--hsk-chat-muted);unicode-bidi:isolate;font-size:8px;font-weight:700;line-height:12px;box-shadow:0 0 0 1.5px var(--hsk-chat-bg)}.hsk-cb-scout-name{max-inline-size:48px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;unicode-bidi:isolate;font-size:9px;font-weight:600;color:var(--hsk-chat-muted)}.hsk-cb-scout.is-triggered .hsk-cb-scout-name{color:var(--hsk-primary)}.hsk-cb-scout.is-paused .hsk-cb-scout-face{opacity:.72}.hsk-cb-scout-bin{position:absolute;inset-block-start:-1px;inset-inline-start:-1px;z-index:3;inline-size:16px;block-size:16px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:999px;background:var(--hsk-surface-2);color:var(--hsk-chat-muted);box-shadow:0 0 0 1.5px var(--hsk-chat-bg);cursor:pointer;opacity:0;transform:scale(.6);transition:opacity .16s ease,transform .16s cubic-bezier(.16,1,.3,1),color .16s ease}.hsk-cb-scout-slot:hover .hsk-cb-scout-bin,.hsk-cb-scout-bin:focus-visible{opacity:1;transform:none}.hsk-cb-scout-bin:hover{color:#e5484d}.hsk-cb-scout-new{flex:0 0 auto;align-self:center;inline-size:34px;block-size:34px;margin-block-end:12px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1.5px dashed color-mix(in srgb,var(--hsk-chat-text) 24%,transparent);border-radius:12px;background:transparent;color:var(--hsk-chat-muted);cursor:pointer;transition:color .18s ease,border-color .18s ease,transform .18s cubic-bezier(.16,1,.3,1)}.hsk-cb-scout-new:hover{color:var(--hsk-primary);border-color:var(--hsk-primary);transform:translateY(-2px)}.hsk-cb-scout-pool-line{direction:ltr;display:flex;align-items:center;justify-content:flex-start;gap:2px;padding:6px 4px 2px;unicode-bidi:isolate;font-size:9.5px;font-weight:600;color:var(--hsk-chat-muted)}.hsk-cb-scout-picker{position:absolute;inset-block-end:calc(100%+5px);inset-inline-start:50%;transform:translateX(-50%);z-index:50;display:flex;gap:1px;padding:3px;border-radius:13px;background:color-mix(in srgb,var(--hsk-chat-bg) 88%,transparent);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1px solid color-mix(in srgb,var(--hsk-chat-text) 12%,transparent);box-shadow:0 12px 30px -8px color-mix(in srgb,#000 26%,transparent);animation:hsk-theme-morph-in .22s cubic-bezier(.16,1,.3,1) both}.hsk-cb-scout-pick{display:inline-flex;padding:1px;border:none;border-radius:9px;background:transparent;cursor:pointer;transition:background .15s ease,transform .15s ease}.hsk-cb-scout-pick:hover{background:color-mix(in srgb,var(--hsk-primary) 14%,transparent);transform:translateY(-1px)}.hsk-cb-scout-pick.is-on{background:color-mix(in srgb,var(--hsk-primary) 22%,transparent)}.hsk-cb-scout-hatch{padding:2px 0 4px}.hsk-cb-scout-hatch-row{position:relative;display:flex;align-items:center;justify-content:space-between}.hsk-cb-scout-hatch-pick{position:relative;display:inline-flex;flex-direction:column;align-items:center;gap:1px;padding:1px;border:none;border-radius:10px;background:transparent;cursor:pointer;transition:transform .2s cubic-bezier(.16,1,.3,1),opacity .2s ease,filter .2s ease}.hsk-cb-scout-hatch-pick:hover,.hsk-cb-scout-hatch-pick:focus-visible{transform:translateY(-5px) scale(1.42);z-index:3;outline:none}.hsk-cb-scout-hatch-pick.is-on{transform:translateY(-3px) scale(1.2);z-index:2;animation:hsk-scout-burst .42s cubic-bezier(.16,1,.3,1)}@keyframes hsk-scout-burst{0%{filter:grayscale(1) saturate(1);transform:translateY(0) scale(1)}45%{filter:grayscale(0) saturate(1.9);transform:translateY(-6px) scale(1.34)}100%{filter:grayscale(0) saturate(1);transform:translateY(-3px) scale(1.2)}}.hsk-cb-scout-hatch-pick.is-on:hover,.hsk-cb-scout-hatch-pick.is-on:focus-visible{transform:translateY(-5px) scale(1.48)}.hsk-cb-scout-hatch-pick:not(.is-on){opacity:.75}.hsk-cb-scout-hatch-pick.is-unpaid{filter:grayscale(1);opacity:.5}.hsk-cb-scout-nick{font-size:7.5px;font-weight:700;letter-spacing:.02em;color:var(--hsk-chat-muted);white-space:nowrap}.hsk-cb-scout-hatch-pick.is-on .hsk-cb-scout-nick{color:var(--hsk-primary)}.hsk-cb-scout-hatch-pick.is-unpaid:hover,.hsk-cb-scout-hatch-pick.is-unpaid:focus-visible{filter:grayscale(.25);opacity:.92}.hsk-cb-scout-hatch-pick.is-unpaid.is-on{filter:grayscale(.4);opacity:.85}.hsk-cb-scout-time{padding:8px 2px 2px}.hsk-cb-scout-time-row{display:flex;align-items:baseline;gap:5px}.hsk-cb-scout-mins{direction:ltr;border:none;background:transparent;padding:0;cursor:text;display:inline-flex;align-items:baseline;gap:3px;unicode-bidi:isolate;font-size:13px;font-weight:700;color:var(--hsk-chat-text)}.hsk-cb-scout-mins-input{direction:ltr;inline-size:46px;padding:0;border:none;border-block-end:1.5px solid var(--hsk-primary);background:transparent;color:var(--hsk-chat-text);font:inherit;font-size:13px;font-weight:700;font-variant-numeric:tabular-nums;outline:none}.hsk-cb-scout-mins-input::-webkit-outer-spin-button,.hsk-cb-scout-mins-input::-webkit-inner-spin-button{appearance:none;margin:0}.hsk-cb-scout-mins-unit{font-size:9.5px;font-weight:600;color:var(--hsk-chat-muted)}.hsk-cb-scout-price{direction:ltr;margin-inline-start:auto;unicode-bidi:isolate;font-size:17px;font-weight:700;color:var(--hsk-primary)}.hsk-cb-num{display:inline-flex;align-items:baseline;direction:ltr;font-variant-numeric:tabular-nums;line-height:1}.hsk-cb-num-fix{display:inline-block}.hsk-cb-num-slot{display:inline-block;block-size:1em;overflow:hidden;vertical-align:baseline}.hsk-cb-num-col{display:flex;flex-direction:column;transition:transform .52s cubic-bezier(.22,1,.28,1);will-change:transform}.hsk-cb-num-d{display:block;block-size:1em;line-height:1;text-align:center}@media (prefers-reduced-motion:reduce){.hsk-cb-num-col{transition:none}}.hsk-cb-scout-buy-go{inline-size:100%;margin-block-start:9px;padding:11px 0;border:none;border-radius:13px;background:var(--hsk-primary);color:var(--hsk-on-active,#fff);font:inherit;font-size:12px;font-weight:700;cursor:pointer}.hsk-cb-scout-buy-go:disabled{opacity:.45;cursor:not-allowed}.hsk-cb-scout-foot-note{display:block;padding:5px 2px 0;unicode-bidi:isolate;font-size:9px;line-height:1.35;color:var(--hsk-chat-muted)}.hsk-cb-scout-card-pin{border:none;background:none;padding:2px;margin-inline-start:auto;margin-inline-end:2px;display:inline-flex;color:var(--hsk-chat-muted);cursor:pointer;opacity:.7}.hsk-cb-scout-card-pin:hover{opacity:1;color:var(--hsk-primary)}.hsk-cb-pin-body{margin:0;padding:8px;box-sizing:border-box;background:var(--hsk-chat-bg,#18181b);font-family:var(--hsk-font)}.hsk-cb-scout-rail-card.hsk-cb-pin-card{inline-size:100%;max-inline-size:none;min-inline-size:0;animation:none}.hsk-cb-pin-count{font-size:9px;font-weight:700;color:#10b981}.hsk-cb-pin-row{display:flex;align-items:center;gap:6px;padding:2px 0}.hsk-cb-pin-text{display:flex;flex-direction:column;gap:3px;min-inline-size:0;flex:1}.hsk-cb-pin-watch{direction:ltr;font-size:9.5px;font-weight:600;font-variant-numeric:tabular-nums;color:var(--hsk-chat-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hsk-cb-pin-bar{block-size:3px;border-radius:999px;background:color-mix(in srgb,var(--hsk-chat-text) 12%,transparent);overflow:hidden}.hsk-cb-pin-fill{display:block;block-size:100%;border-radius:999px;background:var(--hsk-primary);transition:inline-size .4s cubic-bezier(.16,1,.3,1)}.hsk-cb-pin-meta{direction:ltr;font-size:8.5px;font-weight:600;color:var(--hsk-chat-muted)}.hsk-cb-pin-hit{font-size:8.5px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:var(--hsk-primary)}.hsk-cb-fluid-wave{transform-box:view-box}.hsk-cb-fluid.is-flowing .hsk-cb-fluid-wave{animation:hsk-fluid-wave 2.6s linear infinite}@keyframes hsk-fluid-wave{to{transform:translateX(24px)}}@media (prefers-reduced-motion:reduce){.hsk-cb-fluid.is-flowing .hsk-cb-fluid-wave{animation:none}}.hsk-cb-topbar-logo{display:block;max-height:18px;max-width:104px;object-fit:contain}.hsk-cb-sound-pill{display:inline-flex;align-items:center;gap:7px;height:32px;padding:0 12px;border-radius:16px;font-family:var(--hsk-font);font-size:11px;font-weight:550;color:var(--hsk-chat-muted,#71717a);background:color-mix(in srgb,var(--hsk-chat-bg,#ffffff) 65%,transparent);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1px solid color-mix(in srgb,var(--hsk-chat-border,rgba(255,255,255,.35)) 30%,transparent);cursor:pointer;transition:color .2s ease,border-color .2s ease,transform .2s cubic-bezier(.34,1.56,.64,1)}.hsk-cb-sound-pill.is-on{color:var(--hsk-chat-text,#111)}.hsk-cb-sound-pill:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--hsk-primary,#ff6a33) 25%,transparent);color:var(--hsk-primary,#ff6a33)}.hsk-cb-sound-pill--tray{align-self:flex-start;margin-bottom:8px}.hsk-cb-topbar-ooze-menu .hsk-cb-tray-aside{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.hsk-cb-topbar-ooze-menu .hsk-cb-tray-rule{width:13px;height:1px;background:var(--hsk-chat-muted,#71717a);opacity:.25}.hsk-cb-sound-pill.is-compact{width:26px;height:26px;padding:0;gap:0;justify-content:center;border-radius:9px}.hsk-cb-topbar-ooze-menu .hsk-cb-tray-aside{width:14px;flex:0 0 14px}.hsk-cb-topbar-ooze-menu .hsk-cb-tray-aside .hsk-cb-sound-pill{width:14px;height:14px;border:none;background:none;backdrop-filter:none;-webkit-backdrop-filter:none;border-radius:0;opacity:.45}.hsk-cb-topbar-ooze-menu .hsk-cb-tray-aside .hsk-cb-sound-pill.is-on{opacity:.75}.hsk-cb-topbar-ooze-menu .hsk-cb-tray-aside .hsk-cb-sound-pill:hover{transform:none}.hsk-cb-topbar-ooze-menu .hsk-cb-tray-aside .hsk-cb-sound-pill svg{width:12px;height:12px}.hsk-cb-topbar-ooze-menu .hsk-cb-theme-2x2-grid{flex:1 1 auto !important}.hsk-cb-sound-pill.is-blocked{color:#ef4444 !important;opacity:1 !important}.hsk-cb-panel[dir="rtl"] .hsk-cb-topbar-ooze-menu .hsk-cb-theme-vlabel{transform:none}.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:4px !important;width:100% !important;max-width:min(520px,100%) !important;padding-inline:16px !important;box-sizing:border-box !important;margin-inline:auto !important}.hsk-cb-ink-skeleton{align-items:center !important}.hsk-cb-hello{font-size:clamp(21px,5.8vw,30px) !important;font-weight:600 !important;line-height:1.25 !important;letter-spacing:-0.02em !important;color:var(--hsk-chat-muted,#8b8b8f) !important;text-align:center !important;text-wrap:balance;max-width:100% !important;overflow-wrap:break-word}.hsk-cb-hello-lead,.hsk-cb-hello-ask{font-size:14px !important;font-weight:400 !important;line-height:1.45 !important;text-align:center !important;text-wrap:balance;max-width:100% !important;overflow-wrap:break-word;color:color-mix(in srgb,var(--hsk-chat-muted,#8b8b8f) 78%,transparent) !important}.hsk-cb-hello-lead{font-size:14px !important;margin-top:4px !important}.hsk-cb-lang-chips{justify-content:center !important;width:100% !important;gap:8px !important;margin:12px 0 6px !important}.hsk-cb-lang-chips-hint{width:100% !important;justify-content:center !important;margin-top:6px !important;margin-inline-start:0 !important}.hsk-cb-onboarding-head{justify-content:flex-end !important;margin-bottom:12px !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-script="nonlatin"] .hsk-cascade__w{white-space:normal}.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-cb-panel[data-script="nonlatin"] .hsk-animated-placeholder[data-fit="2"]{--hsk-ph-font-size:13.5px}.hsk-cb-panel[data-script="nonlatin"] .hsk-animated-placeholder[data-fit="3"]{--hsk-ph-font-size:12px}.hsk-cb-panel[data-nastaliq="true"] .hsk-animated-placeholder[data-fit="1"]{--hsk-ph-font-size:15px}.hsk-cb-panel[data-nastaliq="true"] .hsk-animated-placeholder[data-fit="2"]{--hsk-ph-font-size:13px}.hsk-cb-panel[data-nastaliq="true"] .hsk-animated-placeholder[data-fit="3"]{--hsk-ph-font-size:11.5px}.hsk-cb-panel[data-script="nonlatin"] .hsk-animated-placeholder__char{line-height:1.35}.hsk-cb-panel[data-script] .hsk-cb-chrome-loading,.hsk-cb-panel[data-script] .hsk-cb-chrome-loading *{font-family:system-ui,-apple-system,'Segoe UI',Roboto,'Noto Sans',sans-serif}.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:6px 0 2px;width:100%;max-width:100%;box-sizing:border-box}.hsk-live-carousel{display:flex;flex-wrap:wrap;gap:6px;align-items:flex-start;width:100%;box-sizing:border-box}.hsk-live-card{flex:0 1 auto;width:fit-content;min-width:120px;max-width:100%;background:var(--hsk-chat-source-bg,rgba(255,255,255,.05));border:1px solid var(--hsk-chat-divide,rgba(255,255,255,.08));border-radius:12px;padding:6px 10px;box-sizing:border-box;display:flex;flex-direction:column;gap:3px;transition:opacity .2s ease;overflow:hidden}.hsk-live-card.is-stale{opacity:.75}.hsk-live-card__top{display:flex;align-items:center;justify-content:space-between;gap:8px}.hsk-live-card__badge{display:inline-flex;align-items:center;gap:5px}.hsk-live-card__body{display:flex;align-items:center}.hsk-live-dot{width:6px;height:6px;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:13px;font-weight:600;color:var(--hsk-chat-text,#111827);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-0.01em}.hsk-live-card__close{font-size:10.5px;font-weight:500;color:var(--hsk-chat-muted,#6b7280);opacity:.85;white-space:nowrap}.hsk-live-card__age{font-size:10.5px;font-weight:500;color:var(--hsk-chat-muted,#6b7280);white-space:nowrap;flex-shrink:0}.hsk-live-card__pills{display:flex;flex-wrap:wrap;gap:4px;align-items:center;margin-top:1px}.hsk-live-pill{display:inline-flex;align-items:center;gap:4px;padding:2px 7px;background:color-mix(in srgb,var(--hsk-surface-1,var(--hsk-chat-bg,#ffffff)) 85%,transparent);border:1px solid color-mix(in srgb,var(--hsk-chat-text,#ffffff) 10%,transparent);border-radius:6px;font-size:11.5px;font-variant-numeric:tabular-nums;line-height:1.25;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-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:0 0 auto;width:fit-content;max-width: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,[data-hsk-theme] .hsk-cb-scout-rail-card{background:var(--hsk-glass-bg) !important;border:var(--hsk-glass-border) !important;border-top:var(--hsk-glass-border-top) !important;box-shadow:var(--hsk-glass-shadow) !important;backdrop-filter:blur(28px) saturate(var(--hsk-glass-saturate,180%)) !important;-webkit-backdrop-filter:blur(28px) saturate(var(--hsk-glass-saturate,180%)) !important}[data-hsk-theme] .hsk-cb-topbar-ooze-menu .hsk-cb-theme-2x2-grid,[data-hsk-theme] .hsk-cb-topbar-ooze-menu .hsk-cb-scout-rail-card{background:none !important;border:none !important;border-top:none !important;box-shadow:none !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important}[data-hsk-theme] .hsk-cb-theme-squircle-trigger,[data-hsk-theme] .hsk-cb-scout-rail-trigger{background:var(--hsk-pill-bg) !important;color:var(--hsk-chat-text) !important;border:var(--hsk-glass-border) !important;border-top:var(--hsk-glass-border-top) !important;box-shadow:var(--hsk-glass-shadow) !important;backdrop-filter:blur(20px) saturate(var(--hsk-glass-saturate,160%)) !important;-webkit-backdrop-filter:blur(20px) saturate(var(--hsk-glass-saturate,160%)) !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-glass-bg:rgba(255,255,255,.72) !important;--hsk-glass-border:1px solid rgba(0,0,0,.07) !important;--hsk-glass-border-top:1px solid rgba(255,255,255,.9) !important;--hsk-glass-shadow:0 12px 32px -4px rgba(0,0,0,.10),0 1px 0 0 rgba(255,255,255,.85) inset !important;--hsk-glass-saturate:190% !important;--hsk-pill-bg:rgba(255,255,255,.65) !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-glass-bg:rgba(255,255,255,.07) !important;--hsk-glass-border:1px solid rgba(255,255,255,.10) !important;--hsk-glass-border-top:1px solid rgba(255,255,255,.22) !important;--hsk-glass-shadow:0 12px 32px -4px rgba(0,0,0,.45),0 1px 0 0 rgba(255,255,255,.10) inset !important;--hsk-glass-saturate:160% !important;--hsk-pill-bg:rgba(255,255,255,.06) !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-glass-bg:rgba(255,220,180,.07) !important;--hsk-glass-border:1px solid rgba(217,140,85,.15) !important;--hsk-glass-border-top:1px solid rgba(255,200,150,.25) !important;--hsk-glass-shadow:0 12px 32px -4px rgba(0,0,0,.55),0 1px 0 0 rgba(255,200,150,.12) inset !important;--hsk-glass-saturate:155% !important;--hsk-pill-bg:rgba(255,220,180,.06) !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-glass-bg:rgba(255,240,248,.75) !important;--hsk-glass-border:1px solid rgba(236,72,153,.10) !important;--hsk-glass-border-top:1px solid rgba(255,255,255,.90) !important;--hsk-glass-shadow:0 12px 32px -4px rgba(180,30,100,.08),0 1px 0 0 rgba(255,255,255,.85) inset !important;--hsk-glass-saturate:185% !important;--hsk-pill-bg:rgba(255,228,236,.80) !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-glass-bg:rgba(247,241,232,.78) !important;--hsk-glass-border:1px solid rgba(169,113,75,.12) !important;--hsk-glass-border-top:1px solid rgba(255,255,255,.88) !important;--hsk-glass-shadow:0 12px 32px -4px rgba(90,55,20,.10),0 1px 0 0 rgba(255,255,255,.80) inset !important;--hsk-glass-saturate:185% !important;--hsk-pill-bg:rgba(239,228,214,.82) !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-glass-bg:rgba(180,190,255,.06) !important;--hsk-glass-border:1px solid rgba(99,102,241,.18) !important;--hsk-glass-border-top:1px solid rgba(180,185,255,.25) !important;--hsk-glass-shadow:0 12px 32px -4px rgba(0,0,0,.55),0 1px 0 0 rgba(180,190,255,.10) inset !important;--hsk-glass-saturate:155% !important;--hsk-pill-bg:rgba(180,190,255,.06) !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)}}.hsk-retry-icon{display:inline-flex;transform-origin:center;transition:transform .36s cubic-bezier(.34,1.56,.64,1)}.hsk-cb-msg-action:hover:not(:disabled) .hsk-retry-icon{transform:rotate(-180deg)}.hsk-cb-msg-action:active:not(:disabled) .hsk-retry-icon{transform:rotate(-360deg) scale(.85);transition-duration:.18s}.hsk-retry-icon--spinning{animation:hsk-spin .65s linear infinite !important}.hsk-edit-icon{display:inline-flex;transform-origin:20% 80%;transition:transform .26s cubic-bezier(.34,1.56,.64,1)}.hsk-cb-msg-action:hover:not(:disabled) .hsk-edit-icon{transform:translateY(-1.5px) rotate(-14deg)}.hsk-cb-msg-action:active:not(:disabled) .hsk-edit-icon{transform:translateY(1px) scale(.88);transition-duration:.1s}.hsk-copy-icon{display:inline-flex}.hsk-copy-sheet{transition:transform .22s cubic-bezier(.34,1.56,.64,1)}.hsk-cb-msg-action:hover:not(:disabled) .hsk-copy-sheet{transform:translate(-1.5px,-1.5px)}.hsk-check-icon{display:inline-flex;animation:hsk-check-pop .28s cubic-bezier(.34,1.56,.64,1) both}@keyframes hsk-check-pop{0%{transform:scale(.4);opacity:0}60%{transform:scale(1.24);opacity:1}100%{transform:scale(1);opacity:1}}@keyframes hsk-actions-enter{0%{opacity:0;transform:translateY(4px) scale(.96)}100%{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion:reduce){.hsk-cb-msg-action:hover:not(:disabled) .hsk-retry-icon,.hsk-cb-msg-action:hover:not(:disabled) .hsk-edit-icon,.hsk-cb-msg-action:hover:not(:disabled) .hsk-copy-sheet,.hsk-check-icon{transform:none !important;animation:none !important}}`;var Lo="akropolys-kiku-root",tr=null,Qr=null;function Fc(e){if(typeof CSSStyleSheet<"u"&&"replaceSync"in CSSStyleSheet.prototype)try{let r=new CSSStyleSheet;r.replaceSync(Gr),e.adoptedStyleSheets=[...e.adoptedStyleSheets,r];return}catch{}let t=document.createElement("style");t.textContent=Gr,e.appendChild(t)}function Xr(){return typeof document>"u"?null:Qr||(tr=document.getElementById(Lo),tr||(tr=document.createElement("div"),tr.id=Lo,tr.style.cssText="all: initial;",document.body.appendChild(tr)),Qr=tr.shadowRoot??tr.attachShadow({mode:"open"}),Fc(Qr),Qr)}var Rs=require("@akropolys/sdk");function Ea(e){if(typeof e=="string")return{themeAttr:e,vars:void 0};if(!e)return{themeAttr:void 0,vars:void 0};let t={};return e.primaryColor&&(t["--hsk-primary"]=e.primaryColor),e.backgroundColor&&(t["--hsk-bg"]=e.backgroundColor,t["--hsk-chat-bg"]=e.backgroundColor),e.textColor&&(t["--hsk-text"]=e.textColor,t["--hsk-chat-text"]=e.textColor),e.fontFamily&&(t["--hsk-font"]=e.fontFamily),e.fontSize&&(t["--hsk-font-size"]=e.fontSize),e.mobileFontSize&&(t["--hsk-mobile-font-size"]=e.mobileFontSize),e.borderRadius&&(t["--hsk-border-radius"]=e.borderRadius),{themeAttr:void 0,vars:t}}var vn=require("react"),wt=new Map;function yn(e,t="hsk-font"){let r=5381;for(let a=0;a<e.length;a++)r=(r<<5)+r+e.charCodeAt(a)>>>0;return`${t}-${r.toString(36)}`}function _c(e){let t=e.split("?")[0].split("#")[0].split(".").pop()?.toLowerCase();return t==="woff2"?"woff2":t==="woff"?"woff":t==="otf"?"opentype":t==="ttf"?"truetype":""}function Io(e){let t=e.trim();return!t||/["'()\\\s]/.test(t)||/^(javascript|vbscript):/i.test(t)?null:t}var qc=/^[Uu]\+[0-9A-Fa-f?]{1,6}(-[0-9A-Fa-f]{1,6})?$/,Eo=e=>{let t=e.split(",").map(r=>r.trim()).filter(Boolean);return t.length===0||!t.every(r=>qc.test(r))?"":t.join(", ")},Bc=e=>/^\d{3}( \d{3})?$/.test(e)?e:"400";function Hc(e,t){(0,vn.useEffect)(()=>{if(!e||!t||typeof document>"u")return;let r=yn(e);if(wt.set(e,(wt.get(e)??0)+1),!document.getElementById(r)){let a=document.createElement("style");a.id=r,a.textContent=t,document.head.appendChild(a)}return()=>{let a=(wt.get(e)??1)-1;if(a>0){wt.set(e,a);return}wt.delete(e),document.getElementById(r)?.remove()}},[e,t])}function Do(e){return e.faces.map(t=>{let r=Io(t.url);return r?`@font-face{font-family:"${e.family}";font-style:normal;font-weight:${Bc(t.weight)};font-display:swap;src:url(${r}) format("woff2");`+(Eo(t.unicodeRange)?`unicode-range:${Eo(t.unicodeRange)};`:"")+"}":""}).join("")}function xn(e){let t=e?.faces??[],r=e&&t.length?Do(e):"";Hc(r?`script|${e.family}|${t.map(a=>a.url).join("|")}`:"",r)}async function Ia(e,t=1200){if(typeof document>"u"||!("fonts"in document))return;let r=Do(e);if(!r)return;let a=`script|${e.family}|${e.faces.map(i=>i.url).join("|")}`;wt.set(a,(wt.get(a)??0)+1);let n=yn(a);if(!document.getElementById(n)){let i=document.createElement("style");i.id=n,i.textContent=r,document.head.appendChild(i)}let o=document.fonts,c=e.faces.map(()=>o.load(`16px "${e.family}"`).catch(()=>{}));await Promise.race([Promise.all(c),new Promise(i=>setTimeout(i,t))])}function Da(e){let t=typeof e=="object"&&e?e:void 0,r=t?.fontFamily?.split(",")[0].trim().replace(/^['"]|['"]$/g,"")??"",a=typeof t?.fontUrl=="string"?{normal:t.fontUrl}:t?.fontUrl??{},n=a.normal??"",o=a.bold??"",c=a.variable??"";(0,vn.useEffect)(()=>{if(!r||!n&&!o&&!c)return;let i=c?[["100 900",c]]:[["400",n],["700",o]],s=[];for(let[h,p]of i){if(!p)continue;let k=Io(p);if(!k)continue;let f=_c(k);s.push(`@font-face{font-family:"${r}";font-style:normal;font-weight:${h};font-display:swap;src:url(${k})${f?` format("${f}")`:""};}`)}if(s.length===0)return;let l=s.join(""),u=`${r}|${n}|${o}|${c}`,d=yn(u,"hsk-host-font");if(wt.set(u,(wt.get(u)??0)+1),!document.getElementById(d)){let h=document.createElement("style");h.id=d,h.textContent=l,document.head.appendChild(h)}return()=>{let h=(wt.get(u)??1)-1;if(h>0){wt.set(u,h);return}wt.delete(u),document.getElementById(d)?.remove()}},[r,n,o,c])}var $o=new WeakMap,Fo=new WeakMap;function wn(e){return e?Fo.get(e)??null:null}function Sn(e){if(!e)return Promise.resolve(null);let t=$o.get(e);if(t)return t;let r=Promise.resolve().then(()=>e.baseFont?.()??null).then(async a=>(a&&await Ia(a,1200),Fo.set(e,a),a)).catch(()=>null);return $o.set(e,r),r}function _o(e,t,r){if(e&&(Sn(e),t))try{e.getUIStrings?.(t,r)?.catch?.(()=>{})}catch{}}var Cn=Ft(require("react")),Zr=[],$a=[{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 Jr(e){if(!e)return;let t=e.trim();if(!t)return;let r=t.toLowerCase(),a=$a.find(n=>n.value.toLowerCase()===r||n.native.toLowerCase()===r||n.tag===r);return a?a.native:t}function qo(e){for(let t of e){let r=t.codePointAt(0)??0;if(r>=1424&&r<=2303||r>=64285&&r<=65023||r>=65136&&r<=65279)return!0}return!1}var Uc={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 Bo(e){let t=e.trim();return t?t.charAt(0).toUpperCase()+t.slice(1):"\u2026"}function ea(e){if(!e)return{nativeName:"\u2026",preparing:"Preparing\u2026",changeLang:"\u2190",rtl:!1,known:!0};let t=e.trim().toLowerCase(),r=Object.entries(Uc).find(([c,i])=>c===t||i.endonym?.toLowerCase()===t||Jr(c)?.toLowerCase()===t);if(r)return{nativeName:r[1].endonym||Jr(e)||Bo(e),preparing:r[1].preparing,changeLang:r[1].changeLang,rtl:!!r[1].rtl||qo(r[1].preparing),known:!0};let a=Jr(e)||e,n=Bo(a),o=qo(n);return{nativeName:n,preparing:`Preparing in ${n}\u2026`,changeLang:o?"\u062A\u063A\u064A\u064A\u0631":"Change",rtl:o,known:!1}}var Fa=[{name:"Puck",label:"Puck",gender:"male"},{name:"Charon",label:"Charon",gender:"male"},{name:"Kore",label:"Kore",gender:"female"},{name:"Aoede",label:"Aoede",gender:"female"}],Mn="hsk-live-voice",hr={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",retry:"Retry",edit:"Edit",copy:"Copy",copied:"Copied",msgFailed:"Failed to send"},Nn=Cn.default.createContext((e,t)=>{let r=hr[e];if(t)for(let[a,n]of Object.entries(t))r=r.split(`{${a}}`).join(n);return r}),rr=()=>Cn.default.useContext(Nn);function Uo(e){let t=e.trim();if(!t||t.length>40||t.includes("?"))return null;t=t.replace(/^(hi|hey|hello|yo)[,!.\s]+/i,""),t=t.replace(/^(i['’]?m|im|my name is|call me|it['’]?s|this is|name['’]?s)\s+/i,""),t=t.trim().replace(/[.!,]+$/,"");let r=t.split(/\s+/);if(r.length===0||r.length>3||!/^[\p{L}][\p{L}\-'’ ]{0,30}$/u.test(t))return null;let a=t.toLowerCase();if(["phone","laptop","tv","cheap","best","under","buy","search","find","show","need","want","price","sofa","shoe","headphone","camera","gift","help"].some(c=>a.includes(c)))return null;let o=r[0];return o.charAt(0).toUpperCase()+o.slice(1)}var Ho={shopper_reply_limit:"errShopperReplyLimit",RATE_LIMIT_EXCEEDED:"errShopperReplyLimit",access_revoked:"errAccessRevoked",account_required:"errAccountRequired",stream_interrupted:"errStreamInterrupted"};var jo=(e,t)=>{let r=e&&typeof e=="object"?e.code:void 0;if(r&&Ho[r])return t(Ho[r]);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)}let n=a.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 t("errTooManyRequests");if(n.includes("token limit"))return t("errTokenLimit");if(n.includes("failed to fetch")||n.includes("networkerror")||n.includes("request failed"))return t("errNetwork");if(a)try{console.warn("[kiku] untranslated error:",a)}catch{}return t("errGeneric")},Wo=()=>typeof window>"u"||window.isSecureContext!==!1,Tn=15;var he=Ft(require("react"));var U=require("react/jsx-runtime"),jc=({className:e,size:t=18,tight:r=!1})=>(0,U.jsx)("svg",{className:ee("hsk-brand-mark",e),width:t,height:t,viewBox:r?"10.2 17.4 79.5 79.5":"0 0 100 100",xmlns:"http://www.w3.org/2000/svg","aria-label":"kiku",children:(0,U.jsxs)("g",{transform:"translate(22.7 19) scale(0.62)",fill:"currentColor",fillRule:"evenodd",children:[(0,U.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,U.jsx)("circle",{cx:"55",cy:"82",r:"3.4"})]})}),Rt=jc,Vo=()=>(0,U.jsxs)("svg",{className:"hsk-stop-icon",width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",children:[(0,U.jsx)("circle",{className:"hsk-stop-ring",cx:"12",cy:"12",r:"9.5",stroke:"currentColor",strokeWidth:"1.6",strokeLinecap:"round"}),(0,U.jsx)("rect",{className:"hsk-stop-core",x:"8.5",y:"8.5",width:"7",height:"7",rx:"1.8",fill:"currentColor"})]});var Oo=()=>(0,U.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,U.jsx)("path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"}),(0,U.jsx)("polyline",{points:"15 3 21 3 21 9"}),(0,U.jsx)("line",{x1:"10",y1:"14",x2:"21",y2:"3"})]}),Ko=()=>(0,U.jsx)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"currentColor",children:(0,U.jsx)("path",{d:"M8 5v14l11-7z"})}),Lr=()=>(0,U.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,U.jsx)("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),(0,U.jsx)("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]}),_a=()=>(0,U.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,U.jsx)("path",{d:"m15 18-6-6 6-6"})}),Yo=()=>(0,U.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,U.jsx)("path",{d:"m9 18 6-6-6-6"})}),Go=()=>(0,U.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,U.jsx)("path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"}),(0,U.jsx)("path",{d:"M3 3v5h5"}),(0,U.jsx)("path",{d:"M12 7v5l4 2"})]}),qa=()=>(0,U.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,U.jsx)("path",{d:"M19 21 12 16l-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"})}),Qo=()=>(0,U.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,U.jsx)("path",{d:"M3 6h18"}),(0,U.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 Xo=()=>(0,U.jsx)("svg",{width:"19",height:"19",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",children:(0,U.jsx)("path",{d:"M12 5v14M5 12h14"})}),zn=()=>(0,U.jsx)("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,U.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"})}),ta=({className:e,size:t=13}={})=>(0,U.jsxs)("svg",{className:ee("hsk-retry-icon",e),width:t,height:t,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,U.jsx)("path",{className:"hsk-retry-arrow",d:"M21.5 2v6h-6"}),(0,U.jsx)("path",{className:"hsk-retry-arc",d:"M21.34 15.57a10 10 0 1 1-.57-8.38l5.67-5.19"})]}),Jo=({className:e,size:t=13}={})=>(0,U.jsxs)("svg",{className:ee("hsk-edit-icon",e),width:t,height:t,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,U.jsx)("path",{className:"hsk-edit-pencil",d:"M17 3a2.85 2.83 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5Z"}),(0,U.jsx)("path",{className:"hsk-edit-lead",d:"m15 5 4 4"})]}),ur=({className:e,size:t=13}={})=>(0,U.jsxs)("svg",{className:ee("hsk-copy-icon",e),width:t,height:t,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,U.jsx)("rect",{className:"hsk-copy-sheet",x:"8.5",y:"7",width:"12",height:"14",rx:"3.5"}),(0,U.jsx)("path",{className:"hsk-copy-back",d:"M5 15H4.5A2.5 2.5 0 0 1 2 12.5V4.5A2.5 2.5 0 0 1 4.5 2h8A2.5 2.5 0 0 1 15 4.5V5"})]}),mr=({className:e,size:t=13}={})=>(0,U.jsx)("svg",{className:ee("hsk-check-icon",e),width:t,height:t,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.4",strokeLinecap:"round",strokeLinejoin:"round",children:(0,U.jsx)("polyline",{className:"hsk-check-mark",points:"20 6 9 17 4 12"})}),Er=({className:e,size:t=18}={})=>(0,U.jsxs)("svg",{className:e,width:t,height:t,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,U.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,U.jsx)("path",{d:"M19 10v2a7 7 0 0 1-14 0v-2"}),(0,U.jsx)("line",{x1:"12",y1:"19",x2:"12",y2:"22"})]}),Ba=()=>(0,U.jsxs)("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,U.jsx)("line",{x1:"2",y1:"2",x2:"22",y2:"22"}),(0,U.jsx)("path",{d:"M18.89 13.23A7.12 7.12 0 0 0 19 12v-2"}),(0,U.jsx)("path",{d:"M5 10v2a7 7 0 0 0 12 5"}),(0,U.jsx)("path",{d:"M15 9.34V5a3 3 0 0 0-5.68-1.33"}),(0,U.jsx)("path",{d:"M9 9v3a3 3 0 0 0 5.12 2.12"}),(0,U.jsx)("line",{x1:"12",y1:"19",x2:"12",y2:"22"})]}),Rn=({active:e})=>(0,U.jsxs)("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,U.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,U.jsx)("path",{className:"hsk-wave-bar",style:{"--hsk-bar":1,"--hsk-amp":1.78,"--hsk-period":"0.94s"},d:"M6 8v8"}),(0,U.jsx)("path",{className:"hsk-wave-bar",style:{"--hsk-bar":2,"--hsk-amp":1.26,"--hsk-period":"1.42s"},d:"M10 4v16"}),(0,U.jsx)("path",{className:"hsk-wave-bar",style:{"--hsk-bar":3,"--hsk-amp":1.62,"--hsk-period":"1.08s"},d:"M14 7v10"}),(0,U.jsx)("path",{className:"hsk-wave-bar",style:{"--hsk-bar":4,"--hsk-amp":2.05,"--hsk-period":"0.86s"},d:"M18 9v6"}),(0,U.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"})]}),Zo=()=>(0,U.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,U.jsx)("polygon",{className:"hsk-kite-wing hsk-kite-wing--far",points:"22 2 11 13 2 9"}),(0,U.jsx)("polygon",{className:"hsk-kite-wing hsk-kite-wing--near",points:"22 2 15 22 11 13"}),(0,U.jsx)("line",{className:"hsk-kite-spine",x1:"22",y1:"2",x2:"11",y2:"13"})]}),ei=()=>(0,U.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,U.jsx)("circle",{className:"hsk-sun-core",cx:"12",cy:"12",r:"5"}),(0,U.jsxs)("g",{className:"hsk-sun-rays",children:[(0,U.jsx)("line",{x1:"12",y1:"1",x2:"12",y2:"3"}),(0,U.jsx)("line",{x1:"12",y1:"21",x2:"12",y2:"23"}),(0,U.jsx)("line",{x1:"4.22",y1:"4.22",x2:"5.64",y2:"5.64"}),(0,U.jsx)("line",{x1:"18.36",y1:"18.36",x2:"19.78",y2:"19.78"}),(0,U.jsx)("line",{x1:"1",y1:"12",x2:"3",y2:"12"}),(0,U.jsx)("line",{x1:"21",y1:"12",x2:"23",y2:"12"}),(0,U.jsx)("line",{x1:"4.22",y1:"19.78",x2:"5.64",y2:"18.36"}),(0,U.jsx)("line",{x1:"18.36",y1:"5.64",x2:"19.78",y2:"4.22"})]})]}),ti=()=>(0,U.jsx)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,U.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"})}),ri=()=>(0,U.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,U.jsx)("path",{className:"hsk-wood-layer",style:{"--hsk-layer":0},d:"M12 2L2 7l10 5 10-5-10-5z"}),(0,U.jsx)("path",{className:"hsk-wood-layer",style:{"--hsk-layer":2},d:"M2 17l10 5 10-5"}),(0,U.jsx)("path",{className:"hsk-wood-layer",style:{"--hsk-layer":1},d:"M2 12l10 5 10-5"})]}),ai=()=>(0,U.jsx)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,U.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"})}),ni=()=>(0,U.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,U.jsx)("path",{d:"M17 8h1a4 4 0 1 1 0 8h-1"}),(0,U.jsx)("path",{d:"M3 8h14v9a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4z"}),(0,U.jsx)("line",{className:"hsk-steam",style:{"--hsk-steam":0},x1:"6",y1:"1",x2:"6",y2:"4"}),(0,U.jsx)("line",{className:"hsk-steam",style:{"--hsk-steam":1},x1:"10",y1:"1",x2:"10",y2:"4"}),(0,U.jsx)("line",{className:"hsk-steam",style:{"--hsk-steam":2},x1:"14",y1:"1",x2:"14",y2:"4"})]}),oi=()=>(0,U.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,U.jsx)("path",{d:"M12 3a6.5 6.5 0 0 0 9 9 9 9 0 1 1-9-9z"}),(0,U.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 ii=({size:e=11})=>(0,U.jsxs)("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.6",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,U.jsx)("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),(0,U.jsx)("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]}),si=({className:e,size:t=16,filled:r=!1}={})=>(0,U.jsxs)("svg",{className:ee("hsk-pin-icon",e),width:t,height:t,viewBox:"0 0 24 24",fill:r?"currentColor":"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,U.jsx)("line",{x1:"12",y1:"17",x2:"12",y2:"22"}),(0,U.jsx)("path",{d:"M5 17h14v-1.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V6h1a2 2 0 0 0 0-4H8a2 2 0 0 0 0 4h1v4.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V17z"})]});var kr=[{id:"light",label:"Silver",Icon:ei,dark:!1},{id:"dark",label:"Onyx",Icon:ti,dark:!0},{id:"mahogany",label:"Mahogany",Icon:ri,dark:!0},{id:"blush",label:"Blush",Icon:ai,dark:!1},{id:"coffee",label:"Coffee",Icon:ni,dark:!1},{id:"midnight",label:"Midnight",Icon:oi,dark:!0}],Pn="dark",ci="light";function An(e){return typeof e=="string"&&kr.some(t=>t.id===e)}function Ln(e){return kr.find(t=>t.id===e)??kr[0]}var Hr=require("@akropolys/sdk"),Ts=require("@akropolys/sdk");var Ha=require("react");function Wc(e,t,r=.55){return t<=0?0:e*t*r/(t+r*Math.abs(e))}function Vc({stiffness:e=500,damping:t=45,onFrame:r,onRest:a}){let n=0,o=0,c=0,i=null,s=0,l=d=>{let h=Math.min(.032,(d-s)/1e3)||.016666666666666666;s=d;let p=Math.max(1,Math.ceil(h/.008)),k=h/p;for(let f=0;f<p;f++){let w=-e*(n-c)-t*o;o+=w*k,n+=o*k}if(Math.abs(n-c)<.5&&Math.abs(o)<.5){n=c,o=0,i=null,r(n),a?.();return}r(n),i=requestAnimationFrame(l)},u=()=>{i===null&&(s=performance.now(),i=requestAnimationFrame(l))};return{track(d){i!==null&&(cancelAnimationFrame(i),i=null),n=d,o=0,r(n)},to(d,h=0){c=d,o=h,u()},get value(){return n},stop(){i!==null&&(cancelAnimationFrame(i),i=null)}}}function li({panel:e,scroller:t,onDismiss:r,quiescent:a,enabled:n=!0}){let o=(0,Ha.useRef)(r);o.current=r,(0,Ha.useEffect)(()=>{if(!n)return;let c=e();if(!c||typeof matchMedia=="function"&&matchMedia("(prefers-reduced-motion: reduce)").matches)return;let i=!1,s=0,l=0,u=0,d=-1,h=0,p=0,k=0,f=!1,w=!1,L=Vc({onFrame:v=>{c.style.transform=v===0?"":`translate3d(0, ${v}px, 0)`;let J=c.parentElement;J&&(J.style.opacity=v===0?"":String(Math.max(.35,1-v/(c.offsetHeight||1)*1.1)))},onRest:()=>{c.style.willChange="",w&&(w=!1,o.current())}}),$=()=>{let v=t();return v&&v.scrollTop>0?!1:a?a():!0},m=v=>{v.pointerType==="mouse"||!v.isPrimary||(i=!1,f=!1,d=v.pointerId,s=h=v.clientY,l=v.clientX,p=v.timeStamp,k=0,u=L.value)},S=v=>{if(v.pointerId!==d)return;let J=v.clientY-s,W=v.clientX-l;if(!f){if(Math.abs(J)<6&&Math.abs(W)<6)return;if(f=!0,i=J>0&&Math.abs(J)>Math.abs(W)&&$(),i){try{c.setPointerCapture(v.pointerId)}catch{}L.stop(),c.style.animation="none",c.style.willChange="transform"}}if(!i)return;let G=v.timeStamp-p;G>0&&(k=(v.clientY-h)/G*1e3),h=v.clientY,p=v.timeStamp;let E=u+J;L.track(E<0?-Wc(-E,c.offsetHeight||1):E),v.cancelable&&v.preventDefault()},F=v=>{if(v.pointerId!==d)return;try{c.hasPointerCapture(v.pointerId)&&c.releasePointerCapture(v.pointerId)}catch{}if(d=-1,!i)return;i=!1;let J=c.offsetHeight||1;L.value+k*.12>J*.3||k>900?(w=!0,c.style.pointerEvents="none",L.to(J,k)):L.to(0,k)};return c.addEventListener("pointerdown",m,{passive:!0}),c.addEventListener("pointermove",S,{passive:!1}),c.addEventListener("pointerup",F,{passive:!0}),c.addEventListener("pointercancel",F,{passive:!0}),()=>{L.stop(),c.removeEventListener("pointerdown",m),c.removeEventListener("pointermove",S),c.removeEventListener("pointerup",F),c.removeEventListener("pointercancel",F),c.style.transform="",c.style.willChange="",c.style.animation="",c.style.pointerEvents="";let v=c.parentElement;v&&(v.style.opacity="")}},[n,e,t,a])}function En(e){let t=e.indexOf(","),r=t===-1?e:e.slice(t+1);return Math.floor(r.length*.75)}async function Ua(e){let t=await new Promise((r,a)=>{let n=new FileReader;n.onload=()=>r(n.result),n.onerror=()=>a(n.error??new Error("read failed")),n.readAsDataURL(e)});if(e.type==="image/gif"||e.type==="image/svg+xml"||En(t)<=307200)return t;try{let r=await createImageBitmap(e);try{let a=Math.min(1,1536/Math.max(r.width,r.height)),n=Math.max(1,Math.round(r.width*a)),o=Math.max(1,Math.round(r.height*a)),c=document.createElement("canvas");c.width=n,c.height=o;let i=c.getContext("2d");if(!i)return t;i.drawImage(r,0,0,n,o);let s=e.type==="image/png",l=c.toDataURL(s?"image/png":"image/jpeg",.85);return En(l)<En(t)?l:t}finally{r.close?.()}}catch{return t}}var Je=require("react");var pi=(e,t)=>Math.hypot(e.x-t.x,e.y-t.y);function Oc(e){let t=0;for(let r=1;r<e.length;r++)t+=pi(e[r-1],e[r]);return t}function di(e){let t=1/0,r=1/0,a=-1/0,n=-1/0;for(let o of e)o.x<t&&(t=o.x),o.y<r&&(r=o.y),o.x>a&&(a=o.x),o.y>n&&(n=o.y);return{minX:t,minY:r,maxX:a,maxY:n}}var Ir=e=>Math.max(0,Math.min(1e3,Math.round(e)));function hi(e,t,r){return[Ir(e.minY/r*1e3),Ir(e.minX/t*1e3),Ir(e.maxY/r*1e3),Ir(e.maxX/t*1e3)]}function Kc(e,t){let[r,a,n,o]=e,[c,i,s,l]=t,u=Math.min(o,l)-Math.max(a,i),d=Math.min(n,s)-Math.max(r,c);if(u<=0||d<=0)return!1;let h=Math.min((o-a)*(n-r),(l-i)*(s-c));return h>0&&u*d/h>.35}var Yc=(e,t)=>[Math.min(e[0],t[0]),Math.min(e[1],t[1]),Math.max(e[2],t[2]),Math.max(e[3],t[3])];function Gc(e,t,r){if(e.length<2)return null;let a=di(e),n=hi(a,t,r),o=Math.hypot(a.maxX-a.minX,a.maxY-a.minY);if(o<4)return null;let c=Oc(e),i=pi(e[0],e[e.length-1]),s=c/Math.max(i,1e-6);return i/o<.3&&c>o*1.8?{gesture:"ring",box:n,straight:!1}:s<1.25?{gesture:"arrow",box:n,to:[Ir(e[e.length-1].y/r*1e3),Ir(e[e.length-1].x/t*1e3)],straight:!0}:{gesture:"scribble",box:n,straight:!1}}function ui(e,t,r){if(!t||!r)return[];let a=[],n=[];for(let i of e){if(i.kind==="text"&&i.value&&typeof i.x=="number"&&typeof i.y=="number"){let s={x:i.x,y:i.y};n.push({gesture:"text",box:hi(di([s,s]),t,r),text:i.value});continue}if(i.kind==="stroke"&&i.tool!=="eraser"&&i.points){let s=Gc(i.points,t,r);s&&a.push(s)}}let o=new Set,c=[];for(let i=0;i<a.length;i++){if(o.has(i))continue;let s=a[i];for(let l=i+1;l<a.length;l++)o.has(l)||!s.straight||!a[l].straight||Kc(s.box,a[l].box)&&(o.add(l),s={gesture:"cross",box:Yc(s.box,a[l].box),straight:!1});o.add(i),c.push(s.gesture==="arrow"?{gesture:"arrow",box:s.box,to:s.to}:{gesture:s.gesture,box:s.box})}return[...c,...n]}var Be=require("react/jsx-runtime"),mi=["#111111","#ff5a5a","#ffb300","#22c55e","#06b6d4","#d946ef","#9ca3af"],Qc=1280;function ki({src:e,onCancel:t,onSend:r,t:a}){let[n,o]=(0,Je.useState)(null),[c,i]=(0,Je.useState)(!1),[s,l]=(0,Je.useState)("pen"),[u,d]=(0,Je.useState)(mi[1]),[h,p]=(0,Je.useState)([]),[k,f]=(0,Je.useState)(null),[w,z]=(0,Je.useState)(""),[L,$]=(0,Je.useState)(""),[m,S]=(0,Je.useState)(!1),F=(0,Je.useRef)(null),v=(0,Je.useRef)(null),J=(0,Je.useRef)(null);(0,Je.useEffect)(()=>{let B=new Image;B.crossOrigin="anonymous",B.onload=()=>o(B),B.onerror=()=>i(!0),B.src=e},[e]);let W=(()=>{if(!n)return{w:0,h:0};let B=Math.min(1,Qc/Math.max(n.naturalWidth,n.naturalHeight));return{w:Math.round(n.naturalWidth*B),h:Math.round(n.naturalHeight*B)}})(),G=(0,Je.useRef)(null),E=B=>{let ae=F.current;if(!ae||!n)return;let le=ae.getContext("2d");if(!le)return;G.current||(G.current=document.createElement("canvas"));let me=G.current;me.width=ae.width,me.height=ae.height;let M=me.getContext("2d"),N=B?[...h,B]:h;for(let T of N)T.kind==="stroke"?(M.save(),M.globalCompositeOperation=T.tool==="eraser"?"destination-out":"source-over",M.strokeStyle=T.color,M.lineWidth=T.tool==="eraser"?T.size*3:T.size,M.lineCap="round",M.lineJoin="round",M.beginPath(),T.points.forEach((q,H)=>H===0?M.moveTo(q.x,q.y):M.lineTo(q.x,q.y)),T.points.length===1&&M.lineTo(T.points[0].x+.01,T.points[0].y),M.stroke(),M.restore()):(M.save(),M.fillStyle=T.color,M.font=`600 ${T.size}px system-ui, sans-serif`,M.fillText(T.value,T.x,T.y),M.restore());le.clearRect(0,0,ae.width,ae.height),le.drawImage(n,0,0,ae.width,ae.height),le.drawImage(me,0,0)};(0,Je.useEffect)(()=>{E()},[n,h,W.w,W.h]),(0,Je.useEffect)(()=>{k&&J.current?.focus()},[k]);let j=B=>{let ae=F.current,le=ae.getBoundingClientRect();return{x:(B.clientX-le.left)/le.width*ae.width,y:(B.clientY-le.top)/le.height*ae.height}},C=()=>Math.max(4,Math.round(W.w/180)),oe=()=>Math.max(18,Math.round(W.w/28)),_=B=>{if(!n)return;let ae=j(B);if(s==="text"){f({x:ae.x,y:ae.y}),z("");return}B.target.setPointerCapture(B.pointerId),v.current={kind:"stroke",tool:s,color:u,size:C(),points:[ae]},E(v.current)},Q=B=>{v.current&&(v.current.points.push(j(B)),E(v.current))},g=()=>{if(!v.current)return;let B=v.current;v.current=null,p(ae=>[...ae,B])},D=()=>{k&&w.trim()&&p(B=>[...B,{kind:"text",x:k.x,y:k.y,color:u,value:w.trim(),size:oe()}]),f(null),z("")},Z=()=>{if(n)try{let B=document.createElement("canvas");B.width=W.w,B.height=W.h;let ae=B.getContext("2d");if(!ae){S(!0);return}ae.drawImage(n,0,0,W.w,W.h);let le=B.toDataURL("image/jpeg",.92),me=F.current?.toDataURL("image/jpeg",.85)||le;r(le,L.trim(),ui(h,W.w,W.h),me)}catch{S(!0)}},O=h.length>0;return(0,Be.jsxs)("div",{className:"hsk-markup",role:"dialog","aria-label":a("markupDialogLabel"),children:[(0,Be.jsxs)("div",{className:"hsk-markup-head",children:[(0,Be.jsx)("span",{className:"hsk-markup-title",children:a("markupTitle")}),(0,Be.jsx)("button",{className:"hsk-markup-cancel",onClick:t,children:a("markupCancel")})]}),(0,Be.jsx)("div",{className:"hsk-markup-stage",children:c?(0,Be.jsx)("div",{className:"hsk-markup-error",children:a("markupLoadError")}):n?(0,Be.jsxs)("div",{className:"hsk-markup-canvas-wrap",children:[(0,Be.jsx)("canvas",{ref:F,width:W.w,height:W.h,className:`hsk-markup-canvas hsk-markup-canvas--${s}`,onPointerDown:_,onPointerMove:Q,onPointerUp:g,onPointerLeave:g}),k&&F.current&&(0,Be.jsx)("input",{ref:J,className:"hsk-markup-textinput",style:{left:`${k.x/W.w*100}%`,top:`${k.y/W.h*100}%`,color:u},value:w,placeholder:a("markupTextHint"),onChange:B=>z(B.target.value),onKeyDown:B=>{B.key==="Enter"&&D(),B.key==="Escape"&&(f(null),z(""))},onBlur:D})]}):(0,Be.jsx)("div",{className:"hsk-markup-loading",children:a("markupLoading")})}),(0,Be.jsxs)("div",{className:"hsk-markup-tools",children:[(0,Be.jsx)("div",{className:"hsk-markup-colors",children:mi.map(B=>(0,Be.jsx)("button",{className:`hsk-markup-color${u===B?" hsk-markup-color--on":""}`,style:{background:B},onClick:()=>{d(B),s==="eraser"&&l("pen")},"aria-label":a("markupColorLabel",{colour:B})},B))}),(0,Be.jsxs)("div",{className:"hsk-markup-actions",children:[(0,Be.jsx)("button",{className:`hsk-markup-tool${s==="pen"?" hsk-markup-tool--on":""}`,onClick:()=>l("pen"),children:a("markupSketch")}),(0,Be.jsx)("button",{className:`hsk-markup-tool${s==="text"?" hsk-markup-tool--on":""}`,onClick:()=>l("text"),children:a("markupText")}),(0,Be.jsx)("button",{className:`hsk-markup-tool${s==="eraser"?" hsk-markup-tool--on":""}`,onClick:()=>l("eraser"),children:a("markupEraser")}),(0,Be.jsx)("button",{className:"hsk-markup-tool",onClick:()=>p(B=>B.slice(0,-1)),disabled:!O,children:a("markupUndo")}),(0,Be.jsx)("button",{className:"hsk-markup-tool",onClick:()=>p([]),disabled:!O,children:a("markupClear")})]})]}),(0,Be.jsxs)("div",{className:"hsk-markup-send",children:[(0,Be.jsx)("input",{className:"hsk-markup-instruction",value:L,placeholder:a("markupInstruction"),onChange:B=>$(B.target.value),onKeyDown:B=>{B.key==="Enter"&&(O||L.trim())&&Z()}}),(0,Be.jsx)("button",{className:"hsk-markup-go",onClick:Z,disabled:!n||!O&&!L.trim(),children:a("markupSend")})]}),m&&(0,Be.jsx)("div",{className:"hsk-markup-error",children:a("markupError")})]})}var Pe=require("react"),Ka=require("@akropolys/sdk");var _t=require("react");function Dr(e,t){let[r,a]=(0,_t.useState)(!1),n=(0,_t.useRef)(null),o=(0,_t.useRef)(t);o.current=t,(0,_t.useEffect)(()=>()=>{n.current&&clearTimeout(n.current)},[]);let c=(0,_t.useCallback)(()=>{n.current||(a(!0),n.current=setTimeout(()=>{n.current=null,a(!1),o.current()},e))},[e]),i=(0,_t.useCallback)(()=>{n.current&&(clearTimeout(n.current),n.current=null),a(!1),o.current()},[]);return{closing:r,requestClose:c,closeNow:i}}var St=require("react"),Se=require("react/jsx-runtime"),ja=[{id:"pig",name:"Pig",nick:"Piggy",bw:34,bh:30,coat:"#F4B8C1",shade:"#E093A0",snout:"#EFA3AE",eyeGap:16,eyeY:3,ears:(e,t)=>`M${-e*.78} ${-t*.5} q-16 -16 -2 -21 q10 -2 14 16 Z M${e*.78} ${-t*.5} q16 -16 2 -21 q-10 -2 -14 16 Z`,extras:(e,t)=>(0,Se.jsxs)("g",{children:[(0,Se.jsx)("ellipse",{cx:"0",cy:t*.42,rx:"13",ry:"9",fill:"#EFA3AE"}),(0,Se.jsx)("ellipse",{cx:"-4.4",cy:t*.42,rx:"2.1",ry:"3",fill:"#D4818F"}),(0,Se.jsx)("ellipse",{cx:"4.4",cy:t*.42,rx:"2.1",ry:"3",fill:"#D4818F"})]})},{id:"hyena",name:"Hyena",nick:"Giggles",bw:32,bh:31,coat:"#DCC08E",shade:"#BE9E67",snout:"#B08F5E",eyeGap:15,eyeY:2,ears:(e,t)=>`M${-e*.66} ${-t*.6} q-11 -30 13 -24 Z M${e*.66} ${-t*.6} q11 -30 -13 -24 Z`,extras:(e,t)=>(0,Se.jsxs)("g",{children:[(0,Se.jsx)("path",{d:`M${-e*.2} ${-t} q${e*.2} -9 ${e*.4} 0`,fill:"none",stroke:"#B08F5E",strokeWidth:"4",strokeLinecap:"round"}),(0,Se.jsx)("ellipse",{cx:-e*.42,cy:t*.06,rx:"4",ry:"3.2",fill:"#BE9E67",opacity:"0.75"}),(0,Se.jsx)("ellipse",{cx:e*.46,cy:t*.24,rx:"3.4",ry:"2.8",fill:"#BE9E67",opacity:"0.75"}),(0,Se.jsx)("ellipse",{cx:"0",cy:t*.46,rx:"8",ry:"6",fill:"#B08F5E"})]})},{id:"owl",name:"Owl",nick:"Hoot",bw:33,bh:32,coat:"#C3B9A6",shade:"#9C917E",snout:"#E8A94E",eyeGap:17,eyeY:3,ears:(e,t)=>`M${-e*.62} ${-t*.74} l-4 -21 l17 11 Z M${e*.62} ${-t*.74} l4 -21 l-17 11 Z`,extras:(e,t)=>(0,Se.jsx)("path",{d:`M0 ${t*.06} l4.5 7 l-4.5 5 l-4.5 -5 Z`,fill:"#E8A94E"})},{id:"cat",name:"Cat",nick:"Kitty",bw:31,bh:30,coat:"#AEB7C4",shade:"#8B94A2",snout:"#7C8592",eyeGap:15,eyeY:3,ears:(e,t)=>`M${-e*.74} ${-t*.58} l-3 -26 l21 12 Z M${e*.74} ${-t*.58} l3 -26 l-21 12 Z`,extras:(e,t)=>(0,Se.jsxs)("g",{stroke:"#7C8592",strokeWidth:"1.6",strokeLinecap:"round",opacity:"0.8",children:[(0,Se.jsx)("path",{d:`M${-e*.3} ${t*.4} l-14 -3`}),(0,Se.jsx)("path",{d:`M${-e*.3} ${t*.46} l-14 3`}),(0,Se.jsx)("path",{d:`M${e*.3} ${t*.4} l14 -3`}),(0,Se.jsx)("path",{d:`M${e*.3} ${t*.46} l14 3`})]})},{id:"frog",name:"Frog",nick:"Hopper",bw:36,bh:26,coat:"#A9D194",shade:"#7FA96C",snout:"#7FA96C",eyeGap:17,eyeY:-8,ears:(e,t)=>`M${-e*.52} ${-t*.7} a13 13 0 1 1 26 0 Z M${e*.06} ${-t*.7} a13 13 0 1 1 26 0 Z`,extras:(e,t)=>(0,Se.jsx)("path",{d:`M-11 ${t*.44} q11 7 22 0`,fill:"none",stroke:"#7FA96C",strokeWidth:"2.4",strokeLinecap:"round"})},{id:"ram",name:"Ram",nick:"Bram",bw:32,bh:30,coat:"#E2D6C0",shade:"#B9AC96",snout:"#A79A84",eyeGap:15,eyeY:3,ears:(e,t)=>`M${-e*.86} ${-t*.24} l-17 5 l14 9 Z M${e*.86} ${-t*.24} l17 5 l-14 9 Z`,extras:(e,t)=>(0,Se.jsxs)("g",{fill:"none",stroke:"#A79A84",strokeWidth:"4.5",strokeLinecap:"round",children:[(0,Se.jsx)("path",{d:`M${-e*.66} ${-t*.6} q-13 4 -9 13 q3 7 9 2`}),(0,Se.jsx)("path",{d:`M${e*.66} ${-t*.6} q13 4 9 13 q-3 7 -9 2`})]})}],ra=ja.map(e=>e.id);function Wa(e,t){if(t){let a=ja.find(n=>n.id===t);if(a)return a}let r=0;for(let a=0;a<e.length;a++)r=r*31+e.charCodeAt(a)>>>0;return ja[r%ja.length]}var Xc={watching:{lid:1,perk:1,breath:1700,tilt:0,dim:1},resting:{lid:.16,perk:.25,breath:3400,tilt:6,dim:.82},struck:{lid:1.15,perk:1.3,breath:700,tilt:0,dim:1},gone:{lid:.08,perk:.1,breath:4200,tilt:10,dim:.45}};function bi(e,t){let a=Math.min(e,t)*.72,n=(o,c)=>`${o.toFixed(2)} ${c.toFixed(2)}`;return`M${n(-e,-t+a)}C${n(-e,-t+a*.46)} ${n(-e+a*.46,-t)} ${n(-e+a,-t)}L${n(e-a,-t)}C${n(e-a*.46,-t)} ${n(e,-t+a*.46)} ${n(e,-t+a)}L${n(e,t-a)}C${n(e,t-a*.46)} ${n(e-a*.46,t)} ${n(e-a,t)}L${n(-e+a,t)}C${n(-e+a*.46,t)} ${n(-e,t-a*.46)} ${n(-e,t-a)}Z`}function Pt({scoutId:e,avatar:t,mood:r="watching",size:a=44,layer:n="all"}){let o=Wa(e,t),c=(0,St.useRef)(r);c.current=r;let i=(0,St.useRef)(null),s=(0,St.useRef)(null),l=(0,St.useRef)(null),u=(0,St.useRef)(null),d=(0,St.useRef)(null),h=(0,St.useRef)(null),p=(0,St.useRef)(null),k=(0,St.useRef)(null);return(0,St.useEffect)(()=>{let f=window.matchMedia("(prefers-reduced-motion: reduce)").matches,w={lid:1,perk:1,tilt:0,dim:1,gx:0,gy:0,hop:0},z={lid:0,perk:0,tilt:0,dim:0,gx:0,gy:0,hop:0},L=0;for(let C=0;C<e.length;C++)L=L*31+e.charCodeAt(C)>>>0;let $=L%1e3*3,m=1200+L%2600,S=-1,F=0,v=900,J=2e3+L%5e3,W=-1,G=0,E=(C,oe,_=.16,Q=.76)=>{z[C]=(z[C]+(oe-w[C])*_)*Q,w[C]+=z[C]},j=C=>{let oe=Xc[c.current],_=c.current==="watching"||c.current==="struck",Q=_||c.current==="resting";Q&&!f&&C>v&&(F=Math.random()<.3?Math.random()<.5?-1:1:(Math.random()-.5)*1.2,v=C+(_?1100+Math.random()*2400:2600+Math.random()*3400));let g=oe.lid;!f&&_&&(S<0&&C>m&&(S=0),S>=0&&(S+=1/6,g=oe.lid*Math.abs(S-.5)*2,S>=1&&(S=-1,m=C+(Math.random()<.24?300:2200+Math.random()*3800))));let D=0;c.current==="struck"&&!f&&(W<0&&C>J&&(W=0),W>=0&&(W+=1/26,D=-Math.sin(W*Math.PI)*7,W>=1&&(W=-1,J=C+1600+Math.random()*2200)));let Z=f?0:Math.sin((C+$)/oe.breath*Math.PI)*.03,O=Q&&!f?Math.sin((C+$)/(_?3100:4800))*(_?1.6:2.4):0;E("lid",g,.3,.6),E("perk",oe.perk),E("tilt",oe.tilt+O),E("dim",oe.dim),E("gx",Q&&!f?F*(_?2.4:1.3):0,.08,.84),E("gy",Q&&!f?Math.sin((C+$)/(_?2200:3600))*1.4:1.5,.08,.84);let ae=o.bw*(1+Z*.9),le=o.bh*(1-Z);if(s.current?.setAttribute("d",bi(ae,le)),l.current?.setAttribute("d",o.ears(ae,le)),l.current?.setAttribute("transform",`translate(0 ${((1-w.perk)*7).toFixed(2)}) scale(1 ${Math.max(.2,w.perk).toFixed(3)})`),n==="body"){G=requestAnimationFrame(j);return}let me=Math.max(1.4,17*Math.max(.05,w.lid));for(let[M,N,T]of[[u,h,-1],[d,p,1]]){let q=M.current;q&&(q.setAttribute("x",String(T*o.eyeGap-6+w.gx)),q.setAttribute("y",String(o.eyeY-me/2+w.gy)),q.setAttribute("height",String(me)),q.setAttribute("ry",String(Math.min(6,me/2))));let H=N.current;H&&(H.setAttribute("cx",String(T*o.eyeGap-1.8+w.gx)),H.setAttribute("cy",String(o.eyeY-me/2+3.4+w.gy)),H.setAttribute("r",String(me>7?2.5:0)))}k.current?.setAttribute("transform",`translate(${w.gx.toFixed(2)} ${w.gy.toFixed(2)})`),i.current?.setAttribute("transform",`translate(0 ${D.toFixed(2)}) rotate(${w.tilt.toFixed(2)})`),i.current?.setAttribute("opacity",w.dim.toFixed(3)),G=requestAnimationFrame(j)};return G=requestAnimationFrame(j),()=>cancelAnimationFrame(G)},[e,o,n]),(0,Se.jsx)("svg",{className:"hsk-cb-scout-char",width:a,height:a,viewBox:"-50 -50 100 100",role:"img","aria-label":o.name,children:(0,Se.jsxs)("g",{ref:i,children:[(0,Se.jsx)("path",{ref:l,d:o.ears(o.bw,o.bh),fill:o.shade}),(0,Se.jsx)("path",{ref:s,d:bi(o.bw,o.bh),fill:o.coat}),n==="all"&&o.extras?.(o.bw,o.bh),n==="all"&&(0,Se.jsxs)(Se.Fragment,{children:[(0,Se.jsx)("ellipse",{cx:-o.eyeGap-7,cy:o.eyeY+9,rx:"6",ry:"3.6",fill:"#F08898",opacity:"0.5"}),(0,Se.jsx)("ellipse",{cx:o.eyeGap+7,cy:o.eyeY+9,rx:"6",ry:"3.6",fill:"#F08898",opacity:"0.5"}),(0,Se.jsx)("rect",{ref:u,x:-o.eyeGap-6,y:o.eyeY-8.5,width:"12",height:"17",rx:"6",fill:"#3A322C"}),(0,Se.jsx)("rect",{ref:d,x:o.eyeGap-6,y:o.eyeY-8.5,width:"12",height:"17",rx:"6",fill:"#3A322C"}),(0,Se.jsx)("circle",{ref:h,cx:-o.eyeGap-1.8,cy:o.eyeY-5,r:"2.5",fill:"#FFFFFF"}),(0,Se.jsx)("circle",{ref:p,cx:o.eyeGap-1.8,cy:o.eyeY-5,r:"2.5",fill:"#FFFFFF"}),(0,Se.jsx)("path",{ref:k,d:`M-3.6 ${o.eyeY+13} q3.6 3.6 7.2 0`,fill:"none",stroke:"#3A322C",strokeWidth:"1.8",strokeLinecap:"round",opacity:"0.75"})]})]})})}function In(e,t){return Wa(e,t).name}function aa(e,t){return Wa(e,t).nick}var qt=require("react/jsx-runtime");function Jc({d:e,delay:t}){return(0,qt.jsx)("span",{className:"hsk-cb-num-slot",children:(0,qt.jsx)("span",{className:"hsk-cb-num-col",style:{transform:`translateY(${-e*10}%)`,transitionDelay:`${t}ms`},children:["0","1","2","3","4","5","6","7","8","9"].map(r=>(0,qt.jsx)("span",{className:"hsk-cb-num-d",children:r},r))})})}function br({value:e,decimals:t=0,prefix:r,suffix:a,className:n}){let c=Math.abs(e).toFixed(t).split(""),i=c.filter(l=>l>="0"&&l<="9").length,s=0;return(0,qt.jsxs)("span",{className:["hsk-cb-num",n].filter(Boolean).join(" "),children:[r&&(0,qt.jsx)("span",{className:"hsk-cb-num-fix",children:r}),c.map((l,u)=>{if(l>="0"&&l<="9"){let d=i-1-s;return s+=1,(0,qt.jsx)(Jc,{d:Number(l),delay:d*34},u)}return(0,qt.jsx)("span",{className:"hsk-cb-num-fix",children:l},u)}),a&&(0,qt.jsx)("span",{className:"hsk-cb-num-fix",children:a})]})}var Vt=require("react"),gi=require("react-dom");var Fe=require("react/jsx-runtime");function $n(){return typeof window<"u"&&"documentPictureInPicture"in window}function Zc(e){switch(e.status){case"active":return"watching";case"paused":return"resting";case"triggered":return"struck";default:return"gone"}}function el(e){let t=c=>{let i=parseFloat(String(c??"").replace(/[^0-9.\-]/g,""));return Number.isNaN(i)?null:i},r=t(e.initialValue),a=t(e.targetValue);if(r===null||a===null||r===a)return null;let o=((t(e.triggerValue)??r)-r)/(a-r)*100;return Math.max(0,Math.min(100,Math.round(o)))}var tl=["--hsk-chat-bg","--hsk-chat-text","--hsk-chat-muted","--hsk-chat-divide","--hsk-chat-border","--hsk-surface-1","--hsk-surface-2","--hsk-primary","--hsk-primary-rgb","--hsk-on-active","--hsk-active-bg","--hsk-font"];function fi(e,t){let r=t&&t.isConnected?getComputedStyle(t):null;if(r)for(let a of tl){let n=r.getPropertyValue(a).trim();n&&e.document.body.style.setProperty(a,n)}}function rl(e,t){if(!e.document.querySelector("style[data-hsk]")){let r=e.document.createElement("style");r.setAttribute("data-hsk",""),r.textContent=Gr,e.document.head.appendChild(r)}e.document.body.className="hsk-cb-pin-body",t&&e.document.body.setAttribute("data-hsk-theme",t)}var Dn=null,na=null;function Va({scouts:e,themeAttr:t,balance:r,sourceEl:a,onClose:n}){let[o,c]=(0,Vt.useState)(null),i=(0,Vt.useRef)(n);i.current=n;let s=(0,Vt.useRef)(t);s.current=t;let l=(0,Vt.useRef)(a);if(l.current=a,(0,Vt.useEffect)(()=>{na!==null&&(clearTimeout(na),na=null);let d=!1;return(async()=>{try{let h=window.documentPictureInPicture,p=h.window??await h.requestWindow({width:268,height:320});if(!p)return;rl(p,s.current),fi(p,l.current),Dn=p,p.addEventListener("pagehide",()=>i.current(),{once:!0}),d||c(p)}catch{i.current()}})(),()=>{d=!0,na=setTimeout(()=>{na=null;try{Dn?.close()}catch{}Dn=null},120)}},[]),(0,Vt.useEffect)(()=>{o&&(t&&o.document.body.setAttribute("data-hsk-theme",t),fi(o,a))},[o,t,a]),!o)return null;let u=e.filter(d=>d.status!=="canceled"&&d.status!=="expired"&&d.status!=="idle");return(0,gi.createPortal)((0,Fe.jsxs)("div",{className:"hsk-cb-scout-rail-card hsk-cb-pin-card",children:[(0,Fe.jsxs)("div",{className:"hsk-cb-scout-card-head",children:[(0,Fe.jsxs)("span",{className:"hsk-cb-scout-card-title",children:[(0,Fe.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,Fe.jsx)("path",{d:"M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2Z"}),(0,Fe.jsx)("path",{d:"M12 6a6 6 0 1 0 6 6 6 6 0 0 0-6-6Z"}),(0,Fe.jsx)("circle",{cx:"12",cy:"12",r:"2"})]}),"Scouts"]}),(0,Fe.jsxs)("span",{className:"hsk-cb-pin-count",children:[u.filter(d=>d.status==="active").length," in motion",typeof r=="number"&&(0,Fe.jsxs)(Fe.Fragment,{children:[" \xB7 ",r,"m left"]})]})]}),u.length===0?(0,Fe.jsx)("div",{className:"hsk-cb-scout-pool-line",children:"Nothing out right now."}):u.map(d=>{let h=el(d);return(0,Fe.jsxs)("div",{className:"hsk-cb-pin-row",children:[(0,Fe.jsxs)("span",{className:`hsk-cb-scout is-${d.status}`,children:[(0,Fe.jsxs)("span",{className:"hsk-cb-scout-face",children:[(0,Fe.jsx)(Pt,{scoutId:d.id,avatar:d.avatar,mood:Zc(d),size:38}),d.status==="active"&&(0,Fe.jsx)("span",{className:"hsk-cb-scout-pulse"})]}),(0,Fe.jsx)("span",{className:"hsk-cb-scout-name",children:aa(d.id,d.avatar)})]}),(0,Fe.jsxs)("span",{className:"hsk-cb-pin-text",children:[(0,Fe.jsxs)("span",{className:"hsk-cb-pin-watch",children:[d.instrument," ",d.operator," ",d.targetValue]}),h!==null&&(0,Fe.jsx)("span",{className:"hsk-cb-pin-bar",children:(0,Fe.jsx)("span",{className:"hsk-cb-pin-fill",style:{inlineSize:`${h}%`}})}),(0,Fe.jsxs)("span",{className:"hsk-cb-pin-meta",children:[d.dedicatedMinutes>0?`${d.dedicatedMinutes}m of its own`:"on the shared pool",d.status==="triggered"&&(0,Fe.jsx)("b",{className:"hsk-cb-pin-hit",children:" \xB7 hit"})]})]})]},d.id)})]}),o.document.body)}var K=require("react/jsx-runtime"),vi=50,Oa=480,oa=480,ia=2880;function yi(e){if(e<60)return`${e} minutes`;let t=Math.floor(e/60),r=e%60;return r?`${t}h ${r}m`:`${t} hour${t>1?"s":""}`}var al=200,xi="M12 3 C 17 9.5, 20 12.5, 20 15.5 A 8 8 0 0 1 4 15.5 C 4 12.5, 7 9.5, 12 3 Z",nl=({size:e=13,active:t=!1})=>{let r=(0,Pe.useId)().replace(/[^a-zA-Z0-9]/g,"");return(0,K.jsxs)("svg",{width:e,height:e,viewBox:"0 0 24 24","aria-hidden":"true",className:ee("hsk-cb-fluid",t&&"is-flowing"),children:[(0,K.jsx)("clipPath",{id:r,children:(0,K.jsx)("path",{d:xi})}),(0,K.jsx)("path",{d:xi,fill:"none",stroke:"currentColor",strokeWidth:"1.7",strokeLinejoin:"round"}),(0,K.jsx)("g",{clipPath:`url(#${r})`,children:(0,K.jsx)("path",{className:"hsk-cb-fluid-wave",fill:"currentColor",d:"M-24 14 q 6 -2.2 12 0 t 12 0 t 12 0 t 12 0 V 26 H -24 Z"})})]})};function wi(e){switch(e.status){case"active":return"watching";case"paused":return"resting";case"triggered":return"struck";default:return"gone"}}function Si(e){let t=(e.instrument||"").trim();if(t&&t.length<=9)return t;let r=t.split(/[\s/]/)[0];return r&&r.length<=9?r:In(e.id,e.avatar)}function fr({className:e,themeAttr:t,onAsk:r,onNew:a,open:n,onOpenChange:o,compact:c=!1}){let i=(0,Ka.useAkropolysContext)(),{scouts:s,balance:l,setAvatar:u,cancelScout:d,refetch:h}=(0,Ka.useScouts)(),[p,k]=(0,Pe.useState)(!1),f=n??p,w=(0,Pe.useCallback)(P=>{k(P),o?.(P)},[o]),z=(0,Pe.useRef)(null),[L,$]=(0,Pe.useState)(90),m=(0,Pe.useRef)(90),S=(0,Pe.useRef)(!1),[F,v]=(0,Pe.useState)(Oa),[J,W]=(0,Pe.useState)(0),[G,E]=(0,Pe.useState)(vi),[j,C]=(0,Pe.useState)(null),[oe,_]=(0,Pe.useState)(null),[Q,g]=(0,Pe.useState)(!1),[D,Z]=(0,Pe.useState)(!1),[O,B]=(0,Pe.useState)(!1),[ae,le]=(0,Pe.useState)(!1),[me,M]=(0,Pe.useState)(""),[N,T]=(0,Pe.useState)(!1),[q,H]=(0,Pe.useState)(null),ie=`hsk-scout-goo-${(0,Pe.useId)().replace(/:/g,"")}`;(0,Pe.useEffect)(()=>{if(typeof window>"u")return;let P=new URL(window.location.href);if(!P.searchParams.has("scout_paid"))return;P.searchParams.delete("scout_paid"),window.history.replaceState({},"",P.toString());let ce=0,Ie=setInterval(()=>{h().catch(()=>{}),++ce>=6&&clearInterval(Ie)},2e3);return h().catch(()=>{}),()=>clearInterval(Ie)},[h]);let y=s.filter(P=>P.status==="idle"),X=new Set(y.map(P=>P.avatar).filter(Boolean)),A=y.length>0,R=s.filter(P=>P.status!=="canceled"&&P.status!=="expired"&&P.status!=="idle"),I=R.filter(P=>P.status==="active").length,re=R.length>0,pe=R.filter(P=>P.status==="active"&&P.dedicatedMinutes<=0).length>1,ne=(L-G)/(F-G)*100,ke=I>0?Math.floor(l/I):l,de=(0,Pe.useRef)(new Set);(0,Pe.useEffect)(()=>{for(let P of s){if(P.status!=="triggered"){de.current.delete(P.id);continue}de.current.has(P.id)||(de.current.add(P.id),zt("scout",P.avatar||P.id))}},[s]);let{closing:Ne,requestClose:$e}=Dr(al,()=>{w(!1),_(null)});(0,Pe.useEffect)(()=>{if(!f)return;let P=Ie=>{let We=Ie.composedPath();z.current&&(We.includes(z.current)||z.current.contains(Ie.target))||$e()},ce=Ie=>{Ie.key==="Escape"&&$e()};return document.addEventListener("mousedown",P),document.addEventListener("keydown",ce),()=>{document.removeEventListener("mousedown",P),document.removeEventListener("keydown",ce)}},[f,$e]),(0,Pe.useEffect)(()=>{if(!i||!f)return;let P=!1,ce=setTimeout(()=>{i.scouts.quote(L).then(Ie=>{if(P)return;W(Ie.priceUSD);let We=Ie.minChargeableMinutes||vi;E(We),m.current<We&&(m.current=We,$(We))}).catch(()=>{})},90);return()=>{P=!0,clearTimeout(ce)}},[i,L,f]);let et=P=>{v(ce=>P>=ce&&ce<ia?Math.min(ia,ce+oa):ce>Oa&&P<=ce-oa?Math.max(Oa,ce-oa):ce)},Ke=()=>{B(!0),S.current=!0,window.addEventListener("pointerup",()=>{S.current=!1,B(!1),et(m.current)},{once:!0})},qe=()=>{let P=Number(me);if(!Number.isNaN(P)&&me.trim()!==""){let ce=Math.min(ia,Math.max(G,Math.round(P)));$(ce),m.current=ce,v(Math.min(ia,Math.max(Oa,Math.ceil(ce/oa)*oa)))}le(!1)};return!f&&!Ne?(0,K.jsxs)("div",{className:ee("hsk-cb-scout-rail-wrap",c&&"is-compact",e),ref:z,children:[D&&(0,K.jsx)(Va,{scouts:s,themeAttr:t,balance:l,sourceEl:z.current,onClose:()=>Z(!1)}),c?(0,K.jsxs)("div",{className:"hsk-cb-scout-dock",role:"group","aria-label":"Scouts",children:[ra.map(P=>(0,K.jsx)("button",{type:"button",className:ee("hsk-cb-scout-dock-pick",!X.has(P)&&"is-unpaid"),onClick:()=>{C(P),g(!0),w(!0)},"aria-label":X.has(P)?`${P}, ready to send out`:`${P}, not paid for`,children:(0,K.jsx)(Pt,{scoutId:P,avatar:P,mood:X.has(P)?"watching":"resting",size:26})},P)),(0,K.jsx)("button",{type:"button",className:"hsk-cb-scout-dock-new",onClick:()=>{C(null),g(!0),w(!0)},"aria-label":"Choose an avatar",children:(0,K.jsxs)("svg",{width:"15",height:"15",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.4",strokeLinecap:"round",children:[(0,K.jsx)("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),(0,K.jsx)("line",{x1:"5",y1:"12",x2:"19",y2:"12"})]})})]}):(0,K.jsxs)("button",{type:"button",className:"hsk-cb-scout-rail-trigger",onClick:()=>w(!0),"aria-label":"Scouts","aria-expanded":"false",children:[(0,K.jsx)("span",{className:"hsk-cb-scout-trigger-icon",style:{color:I>0?"#10b981":void 0},children:(0,K.jsx)(nl,{size:13,active:I>0})}),(0,K.jsx)("span",{children:I>0?`${I} in motion`:"Scouts"}),I>0&&(0,K.jsx)("span",{className:"hsk-cb-scout-trigger-dot"})]})]}):(0,K.jsxs)("div",{className:ee("hsk-cb-scout-rail-wrap",c&&"is-compact","is-open",Ne&&"is-closing",e),ref:z,children:[D&&(0,K.jsx)(Va,{scouts:s,themeAttr:t,balance:l,sourceEl:z.current,onClose:()=>Z(!1)}),(0,K.jsx)("svg",{width:"0",height:"0","aria-hidden":"true",className:"hsk-cb-scout-defs",children:(0,K.jsxs)("filter",{id:ie,x:"-50%",y:"-50%",width:"200%",height:"200%",children:[(0,K.jsx)("feGaussianBlur",{in:"SourceGraphic",stdDeviation:"4",result:"b"}),(0,K.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,K.jsxs)("div",{className:"hsk-cb-scout-rail-card",role:"dialog","aria-label":"Scouts",children:[(0,K.jsxs)("div",{className:"hsk-cb-scout-card-head",children:[(0,K.jsx)("span",{className:"hsk-cb-scout-card-title",children:"Scouts"}),re&&$n()&&(0,K.jsx)("button",{type:"button",className:"hsk-cb-scout-card-pin",onClick:()=>Z(!0),"aria-label":"Keep scouts on top",children:(0,K.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,K.jsx)("path",{d:"M15 3v6l3 4v2H6v-2l3-4V3"}),(0,K.jsx)("line",{x1:"12",y1:"15",x2:"12",y2:"21"})]})}),(0,K.jsx)("button",{type:"button",className:"hsk-cb-scout-card-x",onClick:$e,"aria-label":"Close",children:(0,K.jsxs)("svg",{width:"11",height:"11",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.6",strokeLinecap:"round",children:[(0,K.jsx)("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),(0,K.jsx)("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]})})]}),re&&!Q?(0,K.jsxs)(K.Fragment,{children:[(0,K.jsxs)("div",{className:"hsk-cb-scouts-stage",children:[pe&&(0,K.jsx)("div",{className:"hsk-cb-scouts-glue",style:{filter:`url(#${ie})`},"aria-hidden":"true",children:R.map(P=>(0,K.jsx)("span",{className:ee("hsk-cb-glue-cell",P.dedicatedMinutes>0&&"is-loose"),children:(0,K.jsx)(Pt,{scoutId:P.id,avatar:P.avatar,mood:wi(P),size:38,layer:"body"})},P.id))}),(0,K.jsxs)("div",{className:"hsk-cb-scouts-row",children:[R.map(P=>(0,K.jsxs)("div",{className:"hsk-cb-scout-slot",children:[(0,K.jsxs)("button",{type:"button",className:ee("hsk-cb-scout",`is-${P.status}`),onClick:()=>r?.(P),onContextMenu:ce=>{ce.preventDefault(),_(oe===P.id?null:P.id)},"aria-label":`${P.instrument} ${P.operator} ${P.targetValue}`,children:[(0,K.jsxs)("span",{className:"hsk-cb-scout-face",children:[(0,K.jsx)(Pt,{scoutId:P.id,avatar:P.avatar,mood:wi(P),size:38}),P.status==="active"&&(0,K.jsx)("span",{className:"hsk-cb-scout-pulse"}),P.dedicatedMinutes>0&&(0,K.jsxs)("span",{className:"hsk-cb-scout-own",children:[P.dedicatedMinutes,"m"]})]}),(0,K.jsx)("span",{className:"hsk-cb-scout-name",children:Si(P)})]}),(0,K.jsx)("button",{type:"button",className:"hsk-cb-scout-bin",onClick:ce=>{ce.stopPropagation(),d(P.id)},"aria-label":`Call ${Si(P)} back`,children:(0,K.jsxs)("svg",{width:"9",height:"9",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.6",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,K.jsx)("polyline",{points:"3 6 5 6 21 6"}),(0,K.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"})]})}),oe===P.id&&(0,K.jsx)("div",{className:"hsk-cb-scout-picker",children:ra.map(ce=>(0,K.jsx)("button",{type:"button",className:ee("hsk-cb-scout-pick",P.avatar===ce&&"is-on"),onClick:()=>{u(P.id,ce),_(null)},"aria-label":ce,children:(0,K.jsx)(Pt,{scoutId:P.id,avatar:ce,mood:"watching",size:26})},ce))})]},P.id)),(0,K.jsx)("button",{type:"button",className:"hsk-cb-scout-new",onClick:()=>{C(null),g(!0)},"aria-label":"Add another avatar",children:(0,K.jsxs)("svg",{width:"15",height:"15",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.4",strokeLinecap:"round",children:[(0,K.jsx)("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),(0,K.jsx)("line",{x1:"5",y1:"12",x2:"19",y2:"12"})]})})]})]}),(0,K.jsx)("div",{className:"hsk-cb-scout-pool-line",children:pe?(0,K.jsxs)(K.Fragment,{children:[(0,K.jsx)(br,{value:l,suffix:"m"})," shared \xB7 ~",(0,K.jsx)(br,{value:ke,suffix:"m"})," each"]}):(0,K.jsxs)(K.Fragment,{children:[(0,K.jsx)(br,{value:l,suffix:"m"})," left"]})})]}):(0,K.jsx)("div",{className:"hsk-cb-scout-hatch",children:(0,K.jsx)("div",{className:"hsk-cb-scout-hatch-row",children:ra.map(P=>(0,K.jsxs)("button",{type:"button",className:ee("hsk-cb-scout-hatch-pick",j===P&&"is-on",!X.has(P)&&j!==P&&"is-unpaid"),onClick:()=>C(j===P?null:P),"aria-label":X.has(P)?`${P}, ready to send out`:`${P}, not paid for`,"aria-pressed":j===P,children:[(0,K.jsx)(Pt,{scoutId:P,avatar:P,mood:X.has(P)||j===P?"watching":"resting",size:30}),(0,K.jsx)("span",{className:"hsk-cb-scout-nick",children:aa(P,P)})]},P))})}),(0,K.jsxs)("div",{className:"hsk-cb-scout-time",children:[(0,K.jsxs)("div",{className:ee("hsk-cb-dial",O&&"is-dragging"),children:[(0,K.jsx)("div",{className:"hsk-cb-dial-track",children:(0,K.jsx)("div",{className:"hsk-cb-dial-fill",style:{inlineSize:`${ne}%`}})}),(0,K.jsx)("input",{className:"hsk-cb-dial-input",type:"range",min:G,max:F,step:5,value:L,onChange:P=>{let ce=Number(P.target.value);$(ce),m.current=ce,S.current||et(ce)},"aria-label":"Minutes to buy","aria-valuetext":yi(L),onPointerDown:Ke,onFocus:()=>B(!0),onBlur:()=>B(!1)})]}),(0,K.jsxs)("div",{className:ee("hsk-cb-scout-time-row",O&&"is-lifted"),children:[ae?(0,K.jsx)("input",{className:"hsk-cb-scout-mins-input",type:"number",min:G,max:ia,value:me,autoFocus:!0,onChange:P=>M(P.target.value),onBlur:qe,onKeyDown:P=>{P.key==="Enter"&&qe(),P.key==="Escape"&&le(!1)},"aria-label":"Minutes"}):(0,K.jsxs)("button",{type:"button",className:"hsk-cb-scout-mins",onClick:()=>{M(String(L)),le(!0)},"aria-label":`${yi(L)}, tap to type an exact number`,children:[(0,K.jsx)(br,{value:L}),(0,K.jsx)("span",{className:"hsk-cb-scout-mins-unit",children:"min"})]}),(0,K.jsx)("span",{className:"hsk-cb-scout-price",children:(0,K.jsx)(br,{value:J,decimals:2,prefix:"$"})})]})]}),(0,K.jsx)("button",{type:"button",className:"hsk-cb-scout-buy-go",disabled:N||(A?!1:!j),onClick:()=>{if(A){g(!1),C(null),$e(),a?.(j??"");return}if(!i||!j||N)return;T(!0),H(null);let P=ce=>{T(!1),H(ce?.message||"Checkout is unavailable right now.")};try{i.scouts.checkout({minutes:L,avatar:j,returnUrl:window.location.href}).then(({url:ce})=>window.location.assign(ce)).catch(P)}catch(ce){P(ce)}},children:N?"Opening checkout\u2026":A?"Send it out":j?"Buy time":"Pick an avatar"}),q&&(0,K.jsx)("div",{className:"hsk-cb-error",children:q})]})]})}var Bt=Ft(require("react")),Ri=require("react/jsx-runtime");function ol(e){let t=2166136261;for(let r=0;r<e.length;r++)t^=e.charCodeAt(r),t=Math.imul(t,16777619);return t>>>0}function qn(e){let t=e>>>0;return()=>{t=t+1831565813>>>0;let r=Math.imul(t^t>>>15,1|t);return r=r+Math.imul(r^r>>>7,61|r)^r,((r^r>>>14)>>>0)/4294967296}}var Ci=e=>e*e*(3-2*e);function il(e){let r=new Float32Array(65536);for(let n=0;n<r.length;n++)r[n]=e();let a=(n,o)=>r[(o&255)*256+(n&255)];return(n,o)=>{let c=Math.floor(n),i=Math.floor(o),s=Ci(n-c),l=Ci(o-i),u=a(c,i),d=a(c+1,i),h=a(c,i+1),p=a(c+1,i+1);return(u+(d-u)*s)*(1-l)+(h+(p-h)*s)*l}}function sl(e,t,r,a){let n=r/Math.SQRT2,o=Math.ceil(e/n),c=Math.ceil(t/n),i=new Int32Array(o*c).fill(-1),s=[],l=[],u=(h,p)=>{let k=s.length;s.push([h,p]),i[Math.floor(p/n)*o+Math.floor(h/n)]=k,l.push(k)},d=(h,p)=>{if(h<0||p<0||h>=e||p>=t)return!1;let k=Math.floor(h/n),f=Math.floor(p/n);for(let w=Math.max(f-2,0);w<=Math.min(f+2,c-1);w++)for(let z=Math.max(k-2,0);z<=Math.min(k+2,o-1);z++){let L=i[w*o+z];if(L<0)continue;let $=s[L][0]-h,m=s[L][1]-p;if($*$+m*m<r*r)return!1}return!0};for(u(a()*e,a()*t);l.length;){let h=a()*l.length|0,[p,k]=s[l[h]],f=!1;for(let w=0;w<24;w++){let z=a()*Math.PI*2,L=r*(1+a()),$=p+Math.cos(z)*L,m=k+Math.sin(z)*L;if(d($,m)){u($,m),f=!0;break}}f||l.splice(h,1)}return s}var Ze=(e,t)=>(e()-.5)*t,Fn=[(e,t,r)=>{let a=t*.5,n=t*(.14+r()*.04),o=t*.07;e.beginPath(),e.moveTo(-n-o*.6,-a),e.lineTo(n+o*.6,-a),e.moveTo(-n,-a+o),e.lineTo(n,-a+o),e.moveTo(-n,-a+o),e.lineTo(-n*.85,a-o),e.moveTo(n,-a+o),e.lineTo(n*.85,a-o),e.moveTo(0,-a+o*1.7),e.lineTo(0,a-o*1.7),e.moveTo(-n,a-o),e.lineTo(n,a-o),e.moveTo(-n-o*.6,a),e.lineTo(n+o*.6,a),e.stroke()},(e,t,r)=>{let a=t*.5,n=-a*(.18+r()*.1);e.beginPath(),e.moveTo(-a,n),e.lineTo(0,-a),e.lineTo(a,n),e.closePath(),e.moveTo(-a*.92,n+a*.16),e.lineTo(a*.92,n+a*.16);for(let o of[-.62,-.21,.21,.62])e.moveTo(a*o,n+a*.16),e.lineTo(a*o,a*.8);e.moveTo(-a,a*.8),e.lineTo(a,a*.8),e.stroke()},(e,t,r)=>{let a=t*.5,n=a*(.48+r()*.12);e.beginPath(),e.moveTo(-a*.2,-a*.86),e.lineTo(a*.2,-a*.86),e.moveTo(-a*.15,-a*.78),e.bezierCurveTo(-n,-a*.3,-n*.85,a*.6,0,a*.86),e.bezierCurveTo(n*.85,a*.6,n,-a*.3,a*.15,-a*.78),e.moveTo(-a*.17,-a*.64),e.quadraticCurveTo(-n*1.16,-a*.48,-n*.7,-a*.04),e.moveTo(a*.17,-a*.64),e.quadraticCurveTo(n*1.16,-a*.48,n*.7,-a*.04),e.stroke()},(e,t,r)=>{let a=t*.5;e.beginPath(),e.moveTo(-a*.9,a*.52),e.quadraticCurveTo(0,-a*.18,a*.9,-a*.58),e.stroke();let n=4+(r()*3|0);for(let o=0;o<n;o++){let c=.16+o/n*.8,i=-a*.9+c*a*1.8,s=a*.52-c*a*1.16+(1-c)*c*a*.3,l=o%2?1:-1,u=a*(.26+r()*.1);e.beginPath(),e.moveTo(i,s),e.quadraticCurveTo(i+u*.5,s+l*u*.66,i+u*.9,s+l*u*.08),e.quadraticCurveTo(i+u*.42,s+l*u*.04,i,s),e.stroke()}},(e,t,r)=>{let a=t*.5;e.beginPath(),e.moveTo(-a*.85,-a*.7),e.quadraticCurveTo(-a*.1,-a*.35,a*.2,a*.1),e.stroke();let n=[[-a*.45,-a*.12],[a*.05,a*.3],[a*.42,-a*.4]];for(let[o,c]of n)e.beginPath(),e.moveTo(o,c-a*.28),e.lineTo(o-a*.02,c-a*.16),e.stroke(),e.beginPath(),e.ellipse(o,c,a*(.15+r()*.04),a*.19,Ze(r,.5),0,Math.PI*2),e.stroke()},(e,t,r)=>{let a=t*.5;for(let n of[-1,1]){e.beginPath(),e.arc(0,0,a*.72,n>0?-1.25:1.25,n>0?1.25:Math.PI*2-1.25,n<0),e.stroke();for(let o=0;o<5;o++){let c=-1.05+o/4*2.1,i=Math.sin(c)*n*a*.72,s=Math.cos(c)*a*.72,l=a*(.2+r()*.08);e.beginPath(),e.moveTo(i,s),e.quadraticCurveTo(i+n*l*.9,s-l*.5,i+n*l*.6,s-l*1.05),e.stroke()}}},(e,t)=>{let r=t*.5;e.beginPath(),e.moveTo(-r,r*.6),e.lineTo(r*.55,r*.6),e.lineTo(r*.55,-r*.6),e.lineTo(-r*.45,-r*.6),e.lineTo(-r*.45,r*.15),e.lineTo(r*.1,r*.15),e.lineTo(r*.1,-r*.18),e.stroke()},(e,t)=>{let r=t*.5;e.beginPath(),e.moveTo(-r*.62,r*.8),e.lineTo(-r*.62,-r*.05),e.arc(0,-r*.05,r*.62,Math.PI,0),e.lineTo(r*.62,r*.8),e.stroke(),e.beginPath(),e.moveTo(-r*.86,r*.8),e.lineTo(r*.86,r*.8),e.stroke()},(e,t,r)=>{let a=t*.5;e.beginPath(),e.arc(0,0,a*.4,0,Math.PI*2),e.stroke();let n=r()*.5;for(let o=0;o<8;o++){let c=n+o/8*Math.PI*2;e.beginPath(),e.moveTo(Math.cos(c)*a*.6,Math.sin(c)*a*.6),e.lineTo(Math.cos(c)*a*.94,Math.sin(c)*a*.94),e.stroke()}},(e,t)=>{let r=t*.5;e.beginPath(),e.moveTo(-r*.44,r*.7),e.bezierCurveTo(-r,r*.2,-r*.8,-r*.7,-r*.3,-r*.6),e.moveTo(r*.44,r*.7),e.bezierCurveTo(r,r*.2,r*.8,-r*.7,r*.3,-r*.6),e.moveTo(-r*.32,-r*.64),e.lineTo(r*.32,-r*.64),e.moveTo(-r*.44,r*.7),e.lineTo(r*.44,r*.7);for(let a of[-.16,.02,.2])e.moveTo(r*a,-r*.56),e.lineTo(r*a,r*.62);e.stroke()},(e,t,r)=>{let a=t*.5,n=a*(.4+r()*.18);e.beginPath(),e.moveTo(-a,a*.16),e.quadraticCurveTo(-a*.5,-n,0,-a*.02),e.quadraticCurveTo(a*.5,-n,a,a*.16),e.stroke()}],Mi=[(e,t,r)=>{let a=t*.5,n=-a+Ze(r,a*.3),o=Ze(r,a);e.beginPath(),e.moveTo(n,o);let c=4+(r()*4|0);for(let i=0;i<c;i++){let s=n+a*2/c+Ze(r,a*.5),l=Ze(r,a*1.5);e.quadraticCurveTo(n+Ze(r,a*.9),o+Ze(r,a*1.6),s,l),n=s,o=l}e.stroke()},(e,t,r)=>{let a=t*.5,n=2.2+r()*1.6,o=r()<.5?-1:1;e.beginPath();for(let c=0;c<=60;c++){let i=c/60,s=o*i*n*Math.PI*2,l=a*i*(.9+Ze(r,.06)),u=Math.cos(s)*l,d=Math.sin(s)*l;c===0?e.moveTo(u,d):e.lineTo(u,d)}e.stroke()},(e,t,r)=>{let a=t*.5,n=4+(r()*4|0),o=Ze(r,.7);for(let c=0;c<n;c++){let i=-a+c/(n-1)*a*2+Ze(r,a*.16),s=a*(.7+r()*.6);e.beginPath(),e.moveTo(i-o*s*.5,-s*.5),e.quadraticCurveTo(i+Ze(r,a*.2),0,i+o*s*.5,s*.5),e.stroke()}},(e,t,r)=>{let a=t*.5,n=2+(r()*3|0),o=a*2/n;e.beginPath(),e.moveTo(-a,a*.4);for(let c=0;c<n;c++){let i=-a+c*o,s=o*(.42+r()*.18);e.bezierCurveTo(i+s*.2,a*.4-s*2.1,i+o-s*.2,a*.4-s*2.1,i+o,a*.4+Ze(r,a*.14))}e.stroke()}],Ni=[(e,t,r)=>{e.beginPath(),e.arc(0,0,t*.1+r()*t*.04,0,Math.PI*2),e.fill()},(e,t,r)=>{e.beginPath(),e.arc(Ze(r,t*.04),Ze(r,t*.04),t*.32,0,Math.PI*2),e.stroke()},(e,t,r)=>{let a=t*.4,n=a*(.2+r()*.12);e.beginPath(),e.moveTo(0,-a),e.quadraticCurveTo(n,-n,a,0),e.quadraticCurveTo(n,n,0,a),e.quadraticCurveTo(-n,n,-a,0),e.quadraticCurveTo(-n,-n,0,-a),e.stroke()},(e,t,r)=>{let a=t*.4;e.beginPath(),e.moveTo(-a,Ze(r,t*.08)),e.quadraticCurveTo(0,Ze(r,t*.16),a,Ze(r,t*.08)),e.stroke()}],cl={light:(e,t)=>{let r=t*.5;e.beginPath(),e.moveTo(0,-r),e.quadraticCurveTo(r*.16,-r*.16,r,0),e.quadraticCurveTo(r*.16,r*.16,0,r),e.quadraticCurveTo(-r*.16,r*.16,-r,0),e.quadraticCurveTo(-r*.16,-r*.16,0,-r),e.stroke()},dark:(e,t)=>{let r=t*.44;e.beginPath(),e.moveTo(-r*.6,-r*.5),e.lineTo(r*.6,-r*.5),e.lineTo(r,r*.05),e.lineTo(0,r),e.lineTo(-r,r*.05),e.closePath(),e.moveTo(-r,r*.05),e.lineTo(r,r*.05),e.moveTo(-r*.6,-r*.5),e.lineTo(-r*.3,r*.05),e.lineTo(0,r),e.moveTo(r*.6,-r*.5),e.lineTo(r*.3,r*.05),e.lineTo(0,r),e.stroke()},mahogany:(e,t)=>{let r=t*.5;e.beginPath(),e.moveTo(0,r),e.bezierCurveTo(-r*.9,r*.2,-r*.7,-r*.7,0,-r),e.bezierCurveTo(r*.7,-r*.7,r*.9,r*.2,0,r),e.moveTo(0,r*.86),e.lineTo(0,-r*.86);for(let a=0;a<3;a++){let n=-.34+a*.36;e.moveTo(0,r*n),e.lineTo(r*.44,r*(n-.26)),e.moveTo(0,r*n),e.lineTo(-r*.44,r*(n-.26))}e.stroke()},blush:(e,t)=>{let r=t*.5;for(let a=0;a<5;a++){let n=a/5*Math.PI*2-Math.PI/2;e.beginPath(),e.ellipse(Math.cos(n)*r*.52,Math.sin(n)*r*.52,r*.42,r*.26,n,0,Math.PI*2),e.stroke()}e.beginPath(),e.arc(0,0,r*.19,0,Math.PI*2),e.stroke()},coffee:(e,t)=>{let r=t*.5;e.beginPath(),e.ellipse(0,0,r*.6,r*.9,0,0,Math.PI*2),e.stroke(),e.beginPath(),e.moveTo(0,-r*.84),e.bezierCurveTo(r*.34,-r*.3,-r*.34,r*.3,0,r*.84),e.stroke()},midnight:(e,t)=>{let r=t*.5;e.beginPath();for(let a=0;a<10;a++){let n=a%2===0?r:r*.4,o=a/10*Math.PI*2-Math.PI/2,c=Math.cos(o)*n,i=Math.sin(o)*n;a===0?e.moveTo(c,i):e.lineTo(c,i)}e.closePath(),e.stroke()}},Ti=e=>{let t=e.split(",").map(r=>parseFloat(r.trim()));return[t[0]||0,t[1]||0,t[2]||0]};function zi(e,t,r){let a=Ti(e),n=Ti(t);return`rgb(${Math.round(a[0]+(n[0]-a[0])*r)},${Math.round(a[1]+(n[1]-a[1])*r)},${Math.round(a[2]+(n[2]-a[2])*r)})`}function ll(e,t,r){return`hsl(${Math.round(t*300%360)}, ${r?72:68}%, ${r?58:46}%)`}function pl(e,t,r,a,n,o,c){let i=c?cl[c]:void 0,s=qn(n),l=il(qn(n^2654435769)),u=e*t,h=Math.max(40,Math.min(520,Math.round(u/3100)))/.48,p=Math.max(26,Math.sqrt(.7*u/h)),k=sl(e,t,p,s),f=4.4/Math.max(e,t),w=f*2.6,z=Math.hypot(e,t),L=s()*Math.PI*2,$=Math.cos(L),m=Math.sin(L),S=e*(.18+s()*.64),F=t*(.12+s()*.5),v=[],J=Math.hypot(e,t)||1,[W,G,E]=r.split(",").map(C=>parseFloat(C)||0),j=.2126*W+.7152*G+.0722*E>128;for(let[C,oe]of k){let _=l(C*f,oe*f)*.72+l(C*w,oe*w)*.28,Q=Math.min(1,Math.max(0,(_-.26)/.44));if(s()>Q*Q*(3-2*Q))continue;let g=s(),D=Math.max(0,1-Math.hypot(C-S,oe-F)/(z*.72))**1.6,Z=((C-e/2)*$+(oe-t/2)*m)/z+.5,O=!j,ae=((O?.055:.028)+s()*(O?.04:.025))*(.75+Z*.55)*(1+D*.4),le=zi(r,a,D*.85),me=o?(e-C+t-oe)/(e+t||1):(C+oe)/(e+t||1),M=s()*16777215|0,N=ll(M,me,j),T=0,q=O?1.05+s()*.35:.65+s()*.35,H=20,ie=Fn[0],y=1;g<.5?(T=Ze(s,.16),q=O?1.15+s()*.45:.7+s()*.35,H=20+s()*16,ie=Fn[s()*Fn.length|0]):g<.82?(T=s()*Math.PI*2,q=O?.95+s()*.4:.6+s()*.4,H=16+s()*20,ie=Mi[s()*Mi.length|0]):g<.95||!i?(T=s()*Math.PI*2,q=O?.85+s()*.35:.55+s()*.35,H=7+s()*7,ie=Ni[s()*Ni.length|0]):(T=Ze(s,.3),q=O?1.1+s()*.3:.75+s()*.3,H=15+s()*9,ie=i,y=2.6),v.push({x:C,y:oe,roll:g,rotation:T,lineWidth:q,alpha:ae*y,baseColor:le,shimmerColor:N,drawFn:ie,size:H,seed:M,normDist:me})}return v}function _n(e,t,r,a,n){e.clearRect(0,0,r,a),e.lineCap="round",e.lineJoin="round";let o=n>=0&&n<=1.4,c=o?n*1.4-.2:-999,i=.3;for(let s of t){let l=s.alpha,u=s.baseColor,d=s.lineWidth;if(o){let p=s.normDist-c;if(p>i)l=s.alpha*.45,u=s.baseColor,d=s.lineWidth;else if(p<-i)l=s.alpha,u=s.baseColor,d=s.lineWidth;else{let k=Math.cos(p/i*(Math.PI/2))**2;l=s.alpha+k*.08,u=k>.08?zi(s.baseColor,s.shimmerColor,k*.65):s.baseColor,d=s.lineWidth*(1+k*.2)}}e.save(),e.translate(s.x,s.y),e.rotate(s.rotation),e.globalAlpha=Math.min(l,1),e.strokeStyle=u,e.fillStyle=u,e.lineWidth=d;let h=qn(s.seed);s.drawFn(e,s.size,h),e.restore()}}var dl=Bt.default.memo(function({seed:t="",theme:r,dir:a}){let n=(0,Bt.useRef)(null),o=(0,Bt.useRef)(!1),c=(0,Bt.useRef)(0),i=(0,Bt.useRef)(null),s=(0,Bt.useRef)(0);return(0,Bt.useEffect)(()=>{let l=n.current;if(!l)return;let u=ol(t||"kiku"),d=0,h=(L,$,m,S)=>F=>{let v=F-L,J=Math.min(1,v/$),G=(1-Math.cos(J*Math.PI))/2*1.4,E=l.clientWidth,j=l.clientHeight;if(E&&j){let C=Math.min(window.devicePixelRatio||1,3),oe=Math.round(E*C),_=Math.round(j*C);(l.width!==oe||l.height!==_)&&(l.width=oe,l.height=_);let Q=l.getContext("2d");Q&&(Q.setTransform(C,0,0,C,0,0),_n(Q,m,E,j,G))}if(J<1)c.current=requestAnimationFrame(h(L,$,m,S));else{o.current=!1;let C=l.clientWidth,oe=l.clientHeight,_=l.getContext("2d");if(_&&C&&oe){let Q=Math.min(window.devicePixelRatio||1,3);_.setTransform(Q,0,0,Q,0,0),_n(_,m,C,oe,-1)}}},p=()=>{let L=l.clientWidth,$=l.clientHeight;if(!L||!$)return;let m=Math.min(window.devicePixelRatio||1,3),S=l.getContext("2d");if(!S)return;let F=getComputedStyle(l),v=F.getPropertyValue("--hsk-doodle-ink").trim()||"31,31,31",J=F.getPropertyValue("--hsk-doodle-tint").trim()||v,W=a==="rtl"||F.direction==="rtl"||l.closest('[dir="rtl"]')!==null,G=typeof window<"u"?Math.max($,window.innerHeight||0):$,E=pl(L,G,v,J,u,W,r);i.current=E,s.current=L;let j=Math.round(L*m),C=Math.round($*m);if((l.width!==j||l.height!==C)&&(l.width=j,l.height=C),S.setTransform(m,0,0,m,0,0),window.matchMedia?.("(prefers-reduced-motion: reduce)")?.matches){_n(S,E,L,$,-1);return}cancelAnimationFrame(c.current),o.current=!0;let _=1200,Q=performance.now();c.current=requestAnimationFrame(h(Q,_,E,W))},k=()=>{clearTimeout(d),d=window.setTimeout(p,20)};p();let f=new ResizeObserver(k);f.observe(l);let w=window.matchMedia?.("(prefers-color-scheme: dark)"),z=()=>{p()};return w?.addEventListener?.("change",z),()=>{clearTimeout(d),cancelAnimationFrame(c.current),o.current=!1,f.disconnect(),w?.removeEventListener?.("change",z)}},[t,r,a]),(0,Ri.jsx)("canvas",{className:"hsk-cb-doodles",ref:n,"aria-hidden":"true"})}),Ya=dl;var Oe=Ft(require("react")),Pi=require("@akropolys/sdk");var Bn={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\u0631\u062F \u0628\u0640 {lang}. \u064A\u0645\u0643\u0646 \u0639\u0631\u0636 \u0627\u0644\u0628\u0637\u0627\u0642\u0627\u062A \u0643\u0645\u0627 \u0647\u064A \u0623\u0648 \u062A\u0631\u062C\u0645\u062A\u0647\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",retry:"\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629",edit:"\u062A\u0639\u062F\u064A\u0644",copy:"\u0646\u0633\u062E",copied:"\u062A\u0645 \u0627\u0644\u0646\u0633\u062E",msgFailed:"\u0641\u0634\u0644 \u0627\u0644\u0625\u0631\u0633\u0627\u0644"},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",retry:"\u91CD\u8BD5",edit:"\u7F16\u8F91",copy:"\u590D\u5236",copied:"\u5DF2\u590D\u5236",msgFailed:"\u53D1\u9001\u5931\u8D25"},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 as written, 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?",retry:"Retry",edit:"Edit",copy:"Copy",copied:"Copied",msgFailed:"Failed to send"},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 peuvent rester telles qu'\xE9crites ou \xEAtre 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 enregistrer pour vous sur ce site ou ailleurs.",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",retry:"R\xE9essayer",edit:"Modifier",copy:"Copier",copied:"Copi\xE9",msgFailed:"\xC9chec de l'envoi"},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 \u0915\u093E\u0930\u094D\u0921 \u092E\u0942\u0932 \u0930\u0942\u092A \u092E\u0947\u0902 \u0930\u0939 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902 \u092F\u093E \u0905\u0928\u0941\u0935\u093E\u0926\u093F\u0924 \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",retry:"\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",edit:"\u0938\u0902\u092A\u093E\u0926\u093F\u0924 \u0915\u0930\u0947\u0902",copy:"\u0915\u0949\u092A\u0940 \u0915\u0930\u0947\u0902",copied:"\u0915\u0949\u092A\u0940 \u0915\u093F\u092F\u093E \u0917\u092F\u093E",msgFailed:"\u092D\u0947\u091C\u0928\u0947 \u092E\u0947\u0902 \u0935\u093F\u092B\u0932"},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\u3002\u4FA1\u683C\u3084\u30EA\u30F3\u30AF\u306F\u539F\u6587\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\u56DE\u7B54\u3057\u307E\u3059\u3002\u30AB\u30FC\u30C9\u306F\u539F\u6587\u306E\u307E\u307E\u3001\u307E\u305F\u306F\u7FFB\u8A33\u3057\u3066\u8868\u793A\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:"\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:"\u5546\u54C1\u306E\u691C\u7D22\u30FB\u30D3\u30B8\u30E5\u30A2\u30EB\u5316\u30FB\u4FDD\u5B58\u3092\u304A\u624B\u4F1D\u3044\u3057\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\u56DE\u7B54\uFF08\u7D50\u679C\u306F\u539F\u6587\u306E\u307E\u307E\uFF09\u3002\u4F55\u3067\u3082\u304A\u805E\u304D\u304F\u3060\u3055\u3044\u3002",replyingTranslated:"{lang}\u3067\u56DE\u7B54\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",retry:"\u518D\u8A66\u884C",edit:"\u7DE8\u96C6",copy:"\u30B3\u30D4\u30FC",copied:"\u30B3\u30D4\u30FC\u5B8C\u4E86",msgFailed:"\u9001\u4FE1\u306B\u5931\u6557\u3057\u307E\u3057\u305F"},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:"Respondo em {lang}. Os cart\xF5es podem ficar no original ou ser traduzidos.",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 salvar qualquer item neste ou em outro site.",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",retry:"Tentar novamente",edit:"Editar",copy:"Copiar",copied:"Copiado",msgFailed:"Falha ao enviar"},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 pueden mostrarse en versi\xF3n original o 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 guardar cualquier producto en este u otro sitio.",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",retry:"Reintentar",edit:"Editar",copy:"Copiar",copied:"Copiado",msgFailed:"Error al enviar"},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 zinaweza kubaki zilivyo au kutafsiriwa.",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",retry:"Jaribu tena",edit:"Hariri",copy:"Nakili",copied:"Imenakiliwa",msgFailed:"Imeshindwa kutuma"},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 \u06A9\u0627\u0631\u0688\u0632 \u0627\u0635\u0644 \u0632\u0628\u0627\u0646 \u0645\u06CC\u06BA \u06CC\u0627 \u062A\u0631\u062C\u0645\u06C1 \u0634\u062F\u06C1 \u062F\u06CC\u06A9\u06BE\u06D2 \u062C\u0627 \u0633\u06A9\u062A\u06D2 \u06C1\u06CC\u06BA\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",retry:"\u062F\u0648\u0628\u0627\u0631\u06C1 \u06A9\u0648\u0634\u0634 \u06A9\u0631\u06CC\u06BA",edit:"\u062A\u0631\u0645\u06CC\u0645 \u06A9\u0631\u06CC\u06BA",copy:"\u06A9\u0627\u067E\u06CC \u06A9\u0631\u06CC\u06BA",copied:"\u06A9\u0627\u067E\u06CC \u06C1\u0648 \u06AF\u06CC\u0627",msgFailed:"\u0627\u0631\u0633\u0627\u0644 \u0646\u0627\u06A9\u0627\u0645 \u06C1\u0648 \u06AF\u06CC\u0627"}};var Hn=require("react/jsx-runtime");function sa(e){if(!e)return null;let t=e.trim().toLowerCase(),a={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"}[t];return!a||!(a in Bn)?null:{strings:Bn[a],dir:a==="arabic"||a==="urdu"?"rtl":"ltr",bcp47:a==="arabic"?"ar":a==="hindi"?"hi":a==="chinese"?"zh":a==="japanese"?"ja":a==="urdu"?"ur":a==="swahili"?"sw":a==="french"?"fr":a==="spanish"?"es":a==="portuguese"?"pt":"en"}}function ul(e){let t=/var\(\s*(--[\w-]+)/.exec(e)?.[1];if(!t||typeof document>"u")return"";for(let r of[document.documentElement,document.body]){let a=r?getComputedStyle(r).getPropertyValue(t).trim():"";if(a)return a.split(",")[0].trim()}return""}function Ai({shopperLanguage:e,theme:t}){let r=(0,Pi.useAkropolysContext)(),[a,n]=(0,Oe.useState)(()=>sa(e)?.strings||{}),[o,c]=(0,Oe.useState)(!0),[i,s]=(0,Oe.useState)(()=>!e||!!sa(e)),l=e?`akropolys_ui_dir_${e.toLowerCase()}`:"",[u,d]=(0,Oe.useState)(()=>{let E=sa(e);if(E)return E.dir==="rtl";if(ea(e)?.rtl)return!0;if(typeof window>"u"||!l)return!1;try{return localStorage.getItem(l)==="rtl"}catch{return!1}}),[h,p]=(0,Oe.useState)(()=>sa(e)?.bcp47||""),[k,f]=(0,Oe.useState)(null),[w,z]=(0,Oe.useState)(()=>wn(r)),[L,$]=(0,Oe.useState)(()=>!!wn(r));(0,Oe.useEffect)(()=>{if(!e){p(""),f(null),n({}),s(!0),d(!1);return}let E=sa(e),j=ea(e),C=e.trim().toLowerCase(),_=C==="urdu"||C==="ur"||e.trim()==="\u0627\u0631\u062F\u0648"||!E;E?(n(E.strings),d(E.dir==="rtl"),p(E.bcp47),s(!_)):(j?.rtl&&d(!0),s(!1));let Q=!1;return(async()=>{try{let g=await r.getUIStrings?.(e,hr);if(!Q&&g?.complete){c(g.curated!==!1),n(D=>({...g.strings,...E?.strings||{}})),d(g.dir==="rtl"),p(g.bcp47||E?.bcp47||"");try{localStorage.setItem(l,g.dir)}catch{}g.font&&(await Ia(g.font,1200),Q||f(g.font))}}catch{}Q||s(!0)})(),()=>{Q=!0}},[e,l,r]),(0,Oe.useEffect)(()=>{let E=!1;return(async()=>{try{let j=await Sn(r);!E&&j&&z(j)}catch{}E||$(!0)})(),()=>{E=!0}},[r]),xn(k),xn(w);let m=Oe.default.useMemo(()=>{let j=(typeof t=="object"&&t?.fontFamily?t.fontFamily:"").split(",")[0].trim(),C=/^var\(/i.test(j),oe=j.replace(/^['"]|['"]$/g,""),_=C?ul(j):"",Q=C?_?`${_}, `:"":oe?`"${oe}", `:"";if(k)return`"${k.family}", ${Q}"Geist", system-ui, sans-serif`;let g=e?e.trim().toLowerCase():"";if(g==="japanese"||g==="ja"||g==="\u65E5\u672C\u8A9E")return`${Q}"Geist", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", system-ui, sans-serif`;if(g==="chinese"||g==="zh"||g==="\u4E2D\u6587")return`${Q}"Geist", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", system-ui, sans-serif`;if(g==="urdu"||g==="ur"||g==="\u0627\u0631\u062F\u0648")return`"Noto Nastaliq Urdu", ${Q}"IBM Plex Sans Arabic", "Geist", system-ui, sans-serif`;if(g==="arabic"||g==="ar"||g==="\u0627\u0644\u0639\u0631\u0628\u064A\u0629")return`"IBM Plex Sans Arabic", ${Q}"Geist", system-ui, sans-serif`;if(g==="hindi"||g==="hi"||g==="\u0939\u093F\u0928\u094D\u0926\u0940")return`"Hind", ${Q}"Geist", system-ui, sans-serif`},[k,e,typeof t=="object"&&t?t.fontFamily:void 0]),S=Oe.default.useMemo(()=>{let E=0,j=0;for(let C of Object.values(a))for(let oe of C){let _=oe.codePointAt(0)??0;_<192||/\p{L}/u.test(oe)&&(_<=591?E++:j++)}return j>E},[a]),[F,v]=(0,Oe.useState)(0);(0,Oe.useEffect)(()=>{if(typeof document>"u"||!document.fonts?.ready)return;let E=!0;return document.fonts.ready.then(()=>{E&&v(j=>j+1)}),()=>{E=!1}},[k]);let J=Oe.default.useMemo(()=>{if(!S||typeof document>"u")return!0;let j=(typeof t=="object"&&t?.fontFamily?t.fontFamily:"").split(",")[0].trim();if(!j)return!1;let C="";for(let _ of Object.values(a))if(_){C=_;break}if(!C)return!0;let oe=C.replace(/\s+/g,"");if(!oe)return!0;try{let Q=document.createElement("canvas").getContext("2d");if(!Q)return!0;let g=j.startsWith("var(")&&getComputedStyle(document.documentElement).getPropertyValue(j.slice(4,-1).trim()).trim()||j;Q.font=`16px ${g}, __akropolys_nonexistent_font__`;let D=Q.measureText(oe).width;Q.font="16px __akropolys_nonexistent_font__";let Z=Q.measureText(oe).width;return Math.abs(D-Z)>1}catch{return!0}},[S,a,typeof t=="object"&&t?t.fontFamily:void 0,F]),W=(0,Oe.useCallback)((E,j)=>{let C=a[E]||hr[E]||E;if(j)for(let[oe,_]of Object.entries(j))C=C.split(`{${oe}}`).join(_);return C},[a]),G=(0,Oe.useCallback)((E,j)=>(a[E]||hr[E]||E).split(/(\{[a-zA-Z]+\})/g).map((oe,_)=>{let Q=oe.match(/^\{([a-zA-Z]+)\}$/);return Q&&j[Q[1]]!==void 0?(0,Hn.jsx)("bdi",{children:j[Q[1]]},_):(0,Hn.jsx)(Oe.default.Fragment,{children:oe},_)}),[a]);return{chromeStrings:a,chromeReady:i,chromeCurated:o,isRTL:u,speechLang:h,scriptFont:k,fontStack:m,isNonLatin:S,hostFontCovers:J,baseFontReady:L,t:W,tNode:G}}var ge=require("react");function Li({messages:e,loading:t,streaming:r,messageRefs:a}){let n=(0,ge.useRef)(null),o=(0,ge.useRef)(0),[c,i]=(0,ge.useState)(!1),[s,l]=(0,ge.useState)(1),[u,d]=(0,ge.useState)(0),h=(0,ge.useRef)(()=>{}),p=(0,ge.useRef)(null),k=(0,ge.useRef)(!1),f=(0,ge.useRef)(!0),w=(0,ge.useRef)(null),z=(0,ge.useRef)(null),L=(0,ge.useRef)(e.length),$=(0,ge.useRef)(!1),m=(0,ge.useRef)(()=>{}),S=(0,ge.useRef)(()=>{}),F=(0,ge.useRef)(null),v=(0,ge.useRef)(()=>{}),[J,W]=(0,ge.useState)(0),G=(0,ge.useRef)(0),E=(0,ge.useRef)(""),j=(0,ge.useRef)(()=>{}),C=(0,ge.useRef)(()=>{});(0,ge.useEffect)(()=>{let y=n.current;if(!y)return;let X,A=()=>{clearTimeout(X),X=setTimeout(()=>{k.current=!1},150)},R=()=>{clearTimeout(X),k.current=!0,j.current()},I=()=>{k.current&&A()};return y.addEventListener("touchstart",R,{passive:!0}),y.addEventListener("touchend",A,{passive:!0}),y.addEventListener("touchcancel",A,{passive:!0}),y.addEventListener("scroll",I,{passive:!0}),()=>{clearTimeout(X),y.removeEventListener("touchstart",R),y.removeEventListener("touchend",A),y.removeEventListener("touchcancel",A),y.removeEventListener("scroll",I)}},[]),(0,ge.useEffect)(()=>{let y=n.current;if(!y)return;let X=160,A=8,R=0,I=()=>{R=0;let ne=w.current?.offsetHeight??0,ke=y.scrollHeight-ne-y.scrollTop-y.clientHeight;ke<=A&&(f.current||C.current(),f.current=!0,O.current()),i(ke>X&&!f.current);let de=y.scrollHeight-y.clientHeight;l(de>8?Math.min(1,Math.max(0,y.scrollTop/de)):1);let Ne=y.scrollTop+y.clientHeight*.33,$e=0;for(let et=0;et<a.current.length;et++){let Ke=a.current[et];Ke&&Ke.offsetTop<=Ne&&($e=et)}d($e)},re=()=>{R||(R=requestAnimationFrame(I))};I(),y.addEventListener("scroll",re,{passive:!0});let pe=new ResizeObserver(()=>{z.current?m.current("sync"):f.current&&!k.current&&S.current(),re()});pe.observe(y);for(let ne of a.current)ne&&pe.observe(ne);return()=>{R&&cancelAnimationFrame(R),y.removeEventListener("scroll",re),pe.disconnect()}},[e.length,a]);let oe=(0,ge.useCallback)(y=>{let X=`${y}:${G.current}`;E.current!==X&&(E.current=X,W(A=>A+1))},[]),[_,Q]=(0,ge.useState)(!1),g=(0,ge.useRef)(!1),D=(0,ge.useCallback)(()=>{g.current||(g.current=!0,Q(!0))},[]),Z=(0,ge.useCallback)(()=>{g.current&&(g.current=!1,Q(!1))},[]),O=(0,ge.useRef)(()=>{});O.current=Z;let[B,ae]=(0,ge.useState)(!1),le=(0,ge.useRef)(!1),me=(0,ge.useRef)(0),M=(0,ge.useCallback)(()=>{le.current=!1,ae(!1)},[]),N=(0,ge.useCallback)(()=>{E.current="",M(),Z()},[M,Z]),T=(0,ge.useCallback)(()=>{le.current&&(performance.now()-me.current<700||M())},[M]);j.current=T,C.current=N,(0,ge.useEffect)(()=>{if(J===0)return;le.current=!0,me.current=performance.now(),ae(!0);let y=setTimeout(M,4200);return()=>clearTimeout(y)},[J,M]);let q=(0,ge.useCallback)(()=>{$.current=!1,z.current&&(z.current=null,w.current&&(w.current.style.height=""))},[]);v.current=q,S.current=()=>{let y=n.current;if(!y)return;let X=y.scrollHeight-y.clientHeight;F.current?F.current(X):y.scrollTop=X},m.current=y=>{let X=n.current,A=w.current,R=z.current,I=de=>{let Ne=y==="sync"?F.current:p.current;Ne?Ne(de):X&&(X.scrollTop=de)},re=S.current;if(!X||!A||!R||!R.isConnected){q(),f.current&&re();return}let pe=parseFloat(getComputedStyle(X).paddingTop)||0;A.offsetHeight<X.clientHeight&&(A.style.height=`${X.clientHeight}px`);let ne=Math.max(0,R.offsetTop-pe),ke=ne+X.clientHeight-(X.scrollHeight-A.offsetHeight);if(ke<=0){q(),f.current=!0,re();return}ke!==A.offsetHeight&&(A.style.height=`${ke}px`),I(ne)};let H=(0,ge.useCallback)(y=>{let X=n.current,A=a.current[y];if(!X||!A)return;let R=A.offsetTop-Math.max(0,(X.clientHeight-A.clientHeight)/2),I=Math.max(0,Math.min(X.scrollHeight-X.clientHeight,R));p.current?p.current(I):X.scrollTo({top:I,behavior:"smooth"})},[a]),ie=(0,ge.useCallback)(()=>{let y=n.current;if(!y)return;f.current=!0,v.current(),C.current();let X=y.scrollHeight-y.clientHeight;p.current?p.current(X):y.scrollTo({top:X,behavior:"smooth"})},[]);return(0,ge.useLayoutEffect)(()=>{let y=n.current;if(!y)return;let X=e.slice(L.current);if(L.current=e.length,X.some(R=>R.role==="user")&&(f.current=!0,C.current(),z.current=null,$.current=!0),$.current){$.current=!1;for(let R=a.current.length-1;R>=0;R--){let I=a.current[R];if(I?.dataset.hskRole==="user"){z.current=I;break}}if(z.current){m.current("glide");return}}if(z.current){m.current("glide");return}let A=y.scrollTop;if(!f.current)D(),oe(e.length);else if(!k.current){S.current();return}y.scrollTop!==A&&h.current()},[e,t,r,a,oe,D]),(0,ge.useEffect)(()=>{let y=n.current;if(!y||typeof window<"u"&&window.matchMedia?.("(prefers-reduced-motion: reduce)").matches)return;let X=7,A=16,R=1/(window.devicePixelRatio||1),I=ce=>Math.round(ce/R)*R,re=y.scrollTop,pe=y.scrollTop,ne=y.scrollTop,ke=0,de=null,Ne=ce=>{ce!==ne&&(y.scrollTop=ce,ne=y.scrollTop)},$e=()=>{de!==null&&(cancelAnimationFrame(de),de=null),y.classList.remove("hsk-scrolling"),re=pe=ne=y.scrollTop};h.current=$e,p.current=ce=>{Math.abs(y.scrollTop-ne)>1&&(re=pe=ne=y.scrollTop);let Ie=Math.round(Math.max(0,Math.min(y.scrollHeight-y.clientHeight,ce)));Ie!==re&&(re=Ie,de===null&&(ke=performance.now(),de=requestAnimationFrame(et)))},F.current=ce=>{let Ie=Math.round(Math.max(0,Math.min(y.scrollHeight-y.clientHeight,ce)));de!==null&&(cancelAnimationFrame(de),de=null,y.classList.remove("hsk-scrolling")),y.scrollTop=Ie,re=pe=ne=y.scrollTop};let et=ce=>{let Ie=Math.min((ce-ke)/1e3,.05);if(ke=ce,pe+=(re-pe)*(1-Math.exp(-X*Ie)),Math.abs(re-pe)<R){pe=re,Ne(Math.round(re)),y.classList.remove("hsk-scrolling"),de=null;return}Ne(I(pe)),de=requestAnimationFrame(et)},Ke=ce=>{if(ce.ctrlKey)return;Math.abs(y.scrollTop-ne)>1&&(re=pe=ne=y.scrollTop),ce.deltaY<0&&(f.current&&(G.current+=1),f.current=!1,v.current()),j.current();let Ie=ce.deltaMode===1?A:ce.deltaMode===2?y.clientHeight:1,We=Math.max(0,y.scrollHeight-y.clientHeight),It=Math.round(Math.max(0,Math.min(We,re+ce.deltaY*Ie)));if(It===re){We>0&&ce.preventDefault();return}ce.preventDefault(),re=It,de===null&&(ke=performance.now(),y.classList.add("hsk-scrolling"),de=requestAnimationFrame(et))},qe=y.scrollTop,P=()=>{let ce=Math.abs(y.scrollTop-ne)>1;ce&&(o.current=performance.now(),y.scrollTop<qe-1&&f.current&&(G.current+=1,f.current=!1,v.current())),qe=y.scrollTop,de!==null&&ce&&(cancelAnimationFrame(de),de=null,y.classList.remove("hsk-scrolling"),re=pe=ne=y.scrollTop)};return y.addEventListener("wheel",Ke,{passive:!1}),y.addEventListener("scroll",P,{passive:!0}),()=>{y.removeEventListener("scroll",P),y.removeEventListener("wheel",Ke),de!==null&&cancelAnimationFrame(de),y.classList.remove("hsk-scrolling"),h.current=()=>{},p.current=null,F.current=null}},[]),{msgsContainerRef:n,spacerRef:w,lastExternalScrollRef:o,showJumpToBottom:c,scrollProgress:s,activeMsgIdx:u,jumpAlert:B,unreadBelow:_,jumpToMessage:H,jumpToBottom:ie,resetAlertArming:N}}var gr=require("react"),ml=400,kl=120,bl=.012,fl=.3,gl=1.2;function Ei(e,t){let[r,a]=(0,gr.useState)(e),n=(0,gr.useRef)(e),o=(0,gr.useRef)(null);return(0,gr.useEffect)(()=>{if(window.matchMedia?.("(prefers-reduced-motion: reduce)").matches||!e.startsWith(n.current)){n.current=e,a(e);return}if(n.current.length>=e.length)return;let i=performance.now(),s=l=>{let u=Math.min(l-i,50);i=l;let d=e.length-n.current.length,h=Math.min(t?fl:gl,Math.max(bl,d/(t?ml:kl))),p=Math.min(e.length,n.current.length+Math.max(1,Math.round(h*u)));n.current=e.slice(0,p),a(n.current),o.current=p<e.length?requestAnimationFrame(s):null};return o.current=requestAnimationFrame(s),()=>{o.current!==null&&(cancelAnimationFrame(o.current),o.current=null)}},[e,t]),r}var pt=require("react"),Ii=require("@akropolys/sdk");function Di(e,t){let r=(0,Ii.useAkropolysContext)(),[a,n]=(0,pt.useState)(""),[o,c]=(0,pt.useState)("idle"),[i,s]=(0,pt.useState)(null),[l,u]=(0,pt.useState)(null),[d,h]=(0,pt.useState)(null),[p,k]=(0,pt.useState)(Tn),[f,w]=(0,pt.useState)(!1),z=(0,pt.useCallback)(async(m,S)=>{try{await navigator.clipboard.writeText(m),h(S),setTimeout(()=>h(null),2e3)}catch{}},[]);(0,pt.useEffect)(()=>{e&&e.type==="request_kiku_key"&&(c("prompt_key"),n(""))},[e]),(0,pt.useEffect)(()=>{if(!i)return;k(Tn);let m=setInterval(()=>{k(S=>S<=1?(clearInterval(m),s(null),u(null),0):S-1)},1e3);return()=>clearInterval(m)},[i]);let L=(0,pt.useCallback)(async()=>{let m=a.trim();m&&(r.setKikuPub(m),n(""),c("idle"),await t())},[r,a,t]),$=(0,pt.useCallback)(async()=>{if(!f){w(!0);try{let{secret:m,publicId:S}=await r.mintKikuKey();s(m),u(S),c("idle"),await t()}catch{}finally{w(!1)}}},[r,f,t]);return{keyInput:a,setKeyInput:n,keyPhase:o,setKeyPhase:c,mintedKey:i,setMintedKey:s,mintedPub:l,setMintedPub:u,copied:d,keyCountdown:p,minting:f,copyValue:z,handleUseExistingKey:L,handleCreateKey:$}}var ca=require("react");function $i({attachments:e,setAttachments:t,setInput:r,send:a,defaultCurrency:n,t:o}){let c=(0,ca.useCallback)(u=>{let d=u.name||"",h=`@kiku ${o("displayCapture",{name:d}).trim()}`,p=d||"capture current page";r("");let k=e;t([]),a(p,h,k.length>0?k:void 0,"capture")},[e,a,t,r,o]),i=(0,ca.useCallback)(u=>{let d=u.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})),h=u.map(k=>k.name).filter(Boolean).join(", "),p=`@kiku ${o("displayCaptureAll",{count:String(u.length)})}`;r(""),t([]),a(h||"capture all",p,void 0,"capture_all",d)},[n,a,t,r,o]),s=(0,ca.useCallback)(()=>{let u=`@kiku ${o("displayViewHistory")}`;r(""),t([]),a("show my saved items",u,void 0,"view_history")},[a,t,r,o]),l=(0,ca.useCallback)(()=>{let u=`@kiku ${o("displayDelete")}`;r(""),t([]),a("delete this",u,void 0,"delete")},[a,t,r,o]);return{handleKikuCapture:c,handleKikuCaptureAll:i,handleKikuViewHistory:s,handleKikuDelete:l}}var Ct=require("react"),Oi=require("@akropolys/sdk");var Qa=null,Fi=null,Ga=null,la=null,vl=0,_i=!1,$r=0,yl=!1;function pa(e,t=130){let r=Ga;if(!r||!Qa)return;let a=Qa.currentTime;r.gain.cancelScheduledValues(a),r.gain.setValueAtTime(r.gain.value,a),r.gain.linearRampToValueAtTime(Math.max(0,Math.min(1,e)),a+t/1e3)}function qi(){if(!_i)return $r*=.85,$r;if(yl||!Fi||!la){let a=Date.now()/1e3;return .35+.18*Math.sin(a*7.1)+.1*Math.sin(a*3.3)}Fi.getByteTimeDomainData(la);let e=0;for(let a=0;a<la.length;a++){let n=(la[a]-128)/128;e+=n*n}let t=Math.sqrt(e/la.length),r=Math.min(1,t*3.2);return $r+=(r-$r)*(r>$r?.6:.12),$r}function Bi(){if(vl++,_i=!1,Ga&&Qa&&(Ga.gain.cancelScheduledValues(Qa.currentTime),Ga.gain.value=1),typeof window<"u"&&"speechSynthesis"in window)try{window.speechSynthesis.cancel()}catch{}}var be=require("react");var xl=1100,Un=.012,wl=320,Sl=.09,Cl=.25,Hi=130,Ml=700,Nl=12,Tl=48,zl=.45,Rl=.35,Pl=.2,Ui=.55;function ji({lang:e,onUtterance:t,onError:r,onBargeIn:a,silenceMs:n=xl,paused:o=!1}){let[c,i]=(0,be.useState)(!1),[s,l]=(0,be.useState)(!1),[u,d]=(0,be.useState)(""),[h,p]=(0,be.useState)(!1),k=(0,be.useRef)(null),f=(0,be.useRef)(null),w=(0,be.useRef)(null),z=(0,be.useRef)(null),L=(0,be.useRef)(null),$=(0,be.useRef)(null),m=(0,be.useRef)(0),S=(0,be.useRef)(.008),F=(0,be.useRef)(0),v=(0,be.useRef)(0),J=(0,be.useRef)(""),W=(0,be.useRef)(0),G=(0,be.useRef)(0),E=(0,be.useRef)(!1),j=(0,be.useRef)(o),C=(0,be.useRef)(!1),oe=(0,be.useRef)(!1),_=(0,be.useRef)(t),Q=(0,be.useRef)(r),g=(0,be.useRef)(a);(0,be.useEffect)(()=>{_.current=t},[t]),(0,be.useEffect)(()=>{Q.current=r},[r]),(0,be.useEffect)(()=>{g.current=a},[a]),(0,be.useEffect)(()=>{j.current=o},[o]),(0,be.useEffect)(()=>{p(typeof window<"u"&&("SpeechRecognition"in window||"webkitSpeechRecognition"in window)&&!!navigator.mediaDevices?.getUserMedia)},[]);let D=(0,be.useCallback)(()=>m.current,[]),Z=(0,be.useCallback)(A=>{let R=z.current;return!R||A.length!==R.frequencyBinCount?!1:(R.getByteFrequencyData(A),!0)},[]),O=(0,be.useCallback)(()=>z.current?.frequencyBinCount??0,[]),B=(0,be.useRef)([]),ae=(0,be.useRef)(null),le=(0,be.useRef)(!1),me=(0,be.useRef)(0),M=(0,be.useRef)(0),N=(0,be.useCallback)(A=>{let R=z.current;if(!R)return 0;let I=B.current;I.push(A),I.length>Tl&&I.shift();let re=0;if(I.length>=12){let P=0;for(let ce of I)P+=ce;if(P/=I.length,P>1e-4){let ce=0;for(let Ie of I)ce+=(Ie-P)*(Ie-P);re=Math.min(1,Math.sqrt(ce/I.length)/P/.6)}}let pe=0;(!ae.current||ae.current.length!==R.frequencyBinCount)&&(ae.current=new Uint8Array(R.frequencyBinCount));let ne=ae.current;R.getByteFrequencyData(ne);let de=(w.current?.sampleRate??48e3)/2/ne.length,Ne=Math.floor(300/de),$e=Math.min(ne.length-1,Math.ceil(3400/de)),et=0,Ke=0;for(let P=0;P<ne.length;P++)Ke+=ne[P],P>=Ne&&P<=$e&&(et+=ne[P]);Ke>0&&(pe=et/Ke);let qe=Math.min(1,A/(S.current+Un*3));return zl*qe+Rl*re+Pl*pe},[]),T=(0,be.useCallback)(()=>{let A=J.current.trim();if(J.current="",W.current=G.current,d(""),l(!1),A){C.current=!1;let R=k.current;k.current=null;try{R?.stop()}catch{}_.current(A)}},[]),q=(0,be.useCallback)(()=>{let A=z.current,R=$.current;if(!A||!R)return;A.getByteTimeDomainData(R);let I=0;for(let Ne=0;Ne<R.length;Ne++){let $e=(R[Ne]-128)/128;I+=$e*$e}let re=Math.sqrt(I/R.length),pe=Math.min(1,re*4);m.current+=(pe-m.current)*(pe>m.current?.6:.12);let ne=Date.now(),ke=j.current?qi()*Sl:0;re>S.current+Un+ke?(F.current=ne,v.current||(v.current=ne)):(v.current=0,S.current=Math.min(S.current*1.02+2e-5,Math.max(.004,re))),j.current?le.current?(N(re)>Ui?M.current+=1:M.current=Math.max(0,M.current-2),M.current>=Nl?(le.current=!1,M.current=0,pa(1,0),g.current?.()):ne-me.current>Ml&&(le.current=!1,M.current=0,pa(1,Hi*2))):v.current&&ne-v.current>wl&&N(re)>Ui&&(v.current=0,le.current=!0,me.current=ne,M.current=0,pa(Cl,Hi)):J.current.trim()&&ne-F.current>n&&T(),L.current=requestAnimationFrame(q)},[T,n,N]),H=(0,be.useCallback)(()=>{if(k.current||!E.current)return;let A=window.SpeechRecognition||window.webkitSpeechRecognition,R=new A;W.current=0,G.current=0,R.lang=e||document.documentElement.lang||navigator.language||"en-US",R.interimResults=!0,R.maxAlternatives=1,R.continuous=!0,R.onresult=I=>{let re="";for(let pe=W.current;pe<I.results.length;pe++)re+=I.results[pe][0].transcript;G.current=I.results.length,re=re.trim(),re&&(J.current=re,d(re),l(!0))},R.onerror=I=>{let re=I?.error||"";re==="no-speech"||re==="aborted"||Q.current?.(re)},R.onend=()=>{k.current=null,E.current&&C.current&&setTimeout(()=>{H()},120)},k.current=R;try{R.start()}catch{k.current=null,Q.current?.("failed-to-start")}},[e]),ie=(0,be.useCallback)(()=>{C.current=!1;let A=k.current;k.current=null;try{A?.stop()}catch{}},[]),y=(0,be.useCallback)(()=>{E.current=!1,le.current=!1,M.current=0,B.current=[],pa(1,0),C.current=!1,i(!1),l(!1),d(""),J.current="",m.current=0;let A=k.current;k.current=null;try{A?.abort()}catch{}L.current!==null&&(cancelAnimationFrame(L.current),L.current=null),f.current?.getTracks().forEach(R=>R.stop()),f.current=null,z.current=null,w.current?.close().catch(()=>{}),w.current=null},[]),X=(0,be.useCallback)(async()=>{if(!(E.current||!h)){E.current=!0,i(!0);try{let A=await navigator.mediaDevices.getUserMedia({audio:{echoCancellation:!0,noiseSuppression:!0,autoGainControl:!0}});f.current=A;let R=window.AudioContext||window.webkitAudioContext,I=new R;w.current=I;let re=I.createAnalyser();re.fftSize=1024,re.smoothingTimeConstant=.25,I.createMediaStreamSource(A).connect(re),z.current=re,$.current=new Uint8Array(re.fftSize),S.current=.008,F.current=Date.now(),L.current=requestAnimationFrame(q)}catch(A){E.current=!1,i(!1),Q.current?.(A?.name==="NotAllowedError"?"not-allowed":"audio-capture");return}C.current=!0,H()}},[h,q,H]);return(0,be.useEffect)(()=>{c&&(o?(J.current="",d(""),le.current=!1,M.current=0,B.current=[],ie()):(le.current=!1,F.current=Date.now(),C.current=!0,H()))},[o,c,H,ie]),(0,be.useEffect)(()=>{if(!c||o)return;let A=setInterval(()=>{let R=!!k.current,I=m.current>S.current+Un;R&&I&&J.current},2e3);return()=>clearInterval(A)},[c,o]),(0,be.useEffect)(()=>()=>{y()},[y]),{supported:h,active:c,hearing:s,interim:u,micLevel:D,micSpectrum:Z,spectrumBins:O,start:X,stop:y}}var ve=require("react");var Wi=16e3,da=24e3,Al=.12,Ll=.08,El=`
12
3
  class KikuCapture extends AudioWorkletProcessor {
13
4
  constructor() {
14
5
  super();
15
- this._ratio = sampleRate / ${Ii};
16
- this._chunk = ${Math.round(Ii*.04)};
6
+ this._ratio = sampleRate / ${Wi};
7
+ this._chunk = ${Math.round(Wi*.04)};
17
8
  this._acc = new Int16Array(this._chunk);
18
9
  this._n = 0;
19
10
  this._pos = 0;
@@ -41,8 +32,10 @@ class KikuCapture extends AudioWorkletProcessor {
41
32
  }
42
33
  }
43
34
  registerProcessor('kiku-capture', KikuCapture);
44
- `;function Nl(e){let t=new Uint8Array(e),a="";for(let r=0;r<t.length;r+=32768)a+=String.fromCharCode.apply(null,Array.from(t.subarray(r,r+32768)));return btoa(a)}function Tl(e){let t=atob(e),a=t.length,r=new Uint8Array(a);for(let c=0;c<a;c++)r[c]=t.charCodeAt(c);let o=new DataView(r.buffer,r.byteOffset,r.byteLength),n=a>>1,i=new Float32Array(n);for(let c=0;c<n;c++)i[c]=o.getInt16(c*2,!0)/32768;return i}function Ei(e){let[t,a]=(0,be.useState)("idle"),[r,o]=(0,be.useState)(!1),[n,i]=(0,be.useState)([]),[c,s]=(0,be.useState)(null),l=(0,be.useRef)(null),h=(0,be.useRef)(null),d=(0,be.useRef)(null),u=(0,be.useRef)(null),p=(0,be.useRef)(null),k=(0,be.useRef)(0),y=(0,be.useRef)(new Set),v=(0,be.useRef)(null),N=(0,be.useRef)(null),P=(0,be.useRef)(24e3),L=(0,be.useRef)(e);(0,be.useEffect)(()=>{L.current=e},[e]);let f=(0,be.useRef)(!1),z=(0,be.useRef)(null),$=(0,be.useRef)(""),S=(0,be.useRef)(""),Y=(0,be.useCallback)(()=>{let w=$.current.trim(),M=S.current.trim();$.current="",S.current="",!(!w&&!M)&&L.current.onExchange?.({heard:w,said:M})},[]),T=(0,be.useCallback)(()=>{},[]),_=(0,be.useCallback)(()=>{if(!f.current)return;h.current&&h.current.state==="suspended"&&h.current.resume().catch(()=>{});let w=z.current;w&&(z.current=null,w())},[]),F=(0,be.useCallback)(()=>{let w=p.current;if(!w)return 0;let M=new Uint8Array(w.fftSize);w.getByteTimeDomainData(M);let C=0;for(let K=0;K<M.length;K++){let X=(M[K]-128)/128;C+=X*X}return Math.min(1,Math.sqrt(C/M.length)*4)},[]),ae=t==="speaking"||t==="thinking",I=(0,be.useCallback)(w=>{let M=ae?v.current:p.current;return!M||w.length!==M.frequencyBinCount?!1:(M.getByteFrequencyData(w),!0)},[ae]),B=(0,be.useCallback)(()=>(ae?v.current:p.current)?.frequencyBinCount??0,[ae]),E=(0,be.useCallback)(()=>{k.current=0;let w=N.current,M=h.current;if(w&&M&&M.state!=="closed"){let C=M.currentTime;w.gain.cancelScheduledValues(C),w.gain.setValueAtTime(w.gain.value,C),w.gain.linearRampToValueAtTime(0,C+.08),setTimeout(()=>{for(let K of y.current)try{K.onended=null,K.stop()}catch{}y.current.clear(),w&&h.current&&h.current.state!=="closed"&&w.gain.setValueAtTime(1,h.current.currentTime)},100)}else{for(let C of y.current)try{C.onended=null,C.stop()}catch{}y.current.clear()}},[]),te=(0,be.useCallback)(w=>{let M=h.current,C=v.current;if(!M||!C||w.length===0)return;M.state==="suspended"&&M.resume().catch(()=>{});let K=P.current,X=M.createBuffer(1,w.length,K);X.getChannelData(0).set(w);let x=M.createBufferSource();x.buffer=X,x.connect(C);let V=M.currentTime,H=k.current>V?k.current:V+.03;x.start(H),k.current=H+X.duration,y.current.add(x),x.onended=()=>{y.current.delete(x),y.current.size===0&&(k.current=0,a(D=>D==="speaking"?"listening":D))},a(D=>D==="speaking"||D==="idle"||D==="ended"?D:"speaking")},[]),A=(0,be.useCallback)(()=>{},[]),j=(0,be.useCallback)(()=>{},[]),re=(0,be.useCallback)(w=>{Y(),l.current=null,f.current=!1,z.current=null,A(),E(),u.current?.disconnect(),u.current=null,d.current?.getTracks().forEach(M=>M.stop()),d.current=null,p.current=null,v.current=null,N.current=null,h.current?.close().catch(()=>{}),h.current=null,a(w),o(!1),i([])},[Y,E,A]),G=(0,be.useCallback)(()=>{try{l.current?.send(JSON.stringify({type:"close"}))}catch{}try{l.current?.close()}catch{}re("idle")},[re]),m=(0,be.useCallback)(w=>{let M=!1;w.onmessage=C=>{let K;try{K=JSON.parse(C.data)}catch{return}switch(K.type){case"ready":K.sampleRate&&(P.current=K.sampleRate),typeof K.secondsLeft=="number"&&s(K.secondsLeft),f.current=!0,a("listening"),_();break;case"audio":A(),K.audio&&te(Tl(K.audio));break;case"hearing":o(!0);break;case"thinking":o(!1),a("thinking"),j();break;case"heard":$.current+=K.text;break;case"said":S.current+=K.text;break;case"interrupted":A(),E(),o(!1),a("listening");break;case"turn_complete":A(),o(!1),Y();break;case"sources":Array.isArray(K.sources)&&K.sources.length&&i(K.sources);break;case"seconds":typeof K.secondsLeft=="number"&&s(K.secondsLeft);break;case"refused":L.current.onRefused?.(K.code||"guest"),G();break;case"error":L.current.onError?.(K.code||"unavailable"),G();break}},w.onclose=C=>{l.current===w&&(C.code===4402&&(M=!0,L.current.onError?.(C.reason==="site"?"siteLimit":"limit")),re("ended"))},w.onerror=()=>{!M&&l.current===w&&L.current.onError?.("connection")}},[_,te,Y,E,j,A,G,re]),U=(0,be.useCallback)(w=>{let M=l.current;if(f.current=!1,a("connecting"),E(),A(),M){try{M.send(JSON.stringify({type:"close"}))}catch{}try{M.close()}catch{}}let C=L.current,K=C.apiUrl.replace(/\/+$/,""),X=new URL(K+"/voice/live",window.location.href);X.protocol=X.protocol==="https:"?"wss:":"ws:",X.searchParams.set("siteId",C.siteId),C.kikuId&&X.searchParams.set("kikuId",C.kikuId),C.language&&X.searchParams.set("language",C.language),(w||C.voice)&&X.searchParams.set("voice",w||C.voice);let x=new WebSocket(X.toString(),["akropolys.token."+C.token]);l.current=x,m(x)},[m,E,A]),q=(0,be.useRef)(e.voice);(0,be.useEffect)(()=>{q.current!==e.voice&&(q.current=e.voice,l.current&&(t==="listening"||t==="thinking"||t==="speaking")&&U(e.voice))},[e.voice,t,U]);let le=(0,be.useCallback)(async()=>{if(l.current)return;a("connecting");let w=L.current,M=window.AudioContext||window.webkitAudioContext;M&&((!h.current||h.current.state==="closed")&&(h.current=new M({latencyHint:"interactive"})),h.current.state==="suspended"&&h.current.resume().catch(()=>{}));let C=w.apiUrl.replace(/\/+$/,""),K=new URL(C+"/voice/live",window.location.href);K.protocol=K.protocol==="https:"?"wss:":"ws:",K.searchParams.set("siteId",w.siteId),w.kikuId&&K.searchParams.set("kikuId",w.kikuId),w.language&&K.searchParams.set("language",w.language),w.voice&&K.searchParams.set("voice",w.voice);let X=new WebSocket(K.toString(),["akropolys.token."+w.token]);l.current=X,m(X);let x;try{if(!navigator.mediaDevices?.getUserMedia)throw{name:"NotAllowedError"};x=await navigator.mediaDevices.getUserMedia({audio:{echoCancellation:!0,noiseSuppression:!0,autoGainControl:!0}})}catch(O){abandoned=!0;try{X.close()}catch{}l.current=null,a("idle"),w.onError?.(O?.name==="NotAllowedError"?"not-allowed":"audio-capture");return}if(l.current!==X){x.getTracks().forEach(O=>O.stop());return}d.current=x;for(let O of x.getAudioTracks())O.enabled=!L.current.muted;let V=h.current&&h.current.state!=="closed"?h.current:M?new M({latencyHint:"interactive"}):null;if(!V)return;h.current=V,V.state==="suspended"&&V.resume().catch(()=>{});let H=V.createAnalyser();H.fftSize=1024,H.smoothingTimeConstant=.25,p.current=H;let D=V.createGain();D.gain.value=1,D.connect(V.destination),N.current=D;let g=V.createAnalyser();g.fftSize=1024,g.smoothingTimeConstant=.25,g.connect(D),v.current=g;try{let O=URL.createObjectURL(new Blob([Ml],{type:"application/javascript"}));if(await V.audioWorklet.addModule(O),URL.revokeObjectURL(O),l.current!==X){x.getTracks().forEach(ie=>ie.stop()),V.close().catch(()=>{});return}let de=new AudioWorkletNode(V,"kiku-capture");u.current=de,de.port.onmessage=ie=>{let Te=l.current;!Te||Te.readyState!==WebSocket.OPEN||Te.send(JSON.stringify({type:"audio",audio:Nl(ie.data)}))};let oe=V.createMediaStreamSource(x);z.current=()=>{oe.connect(H),oe.connect(de)},_()}catch{L.current.onError?.("audio-worklet"),G()}},[_,te,Y,E,j,A,G,re]);return(0,be.useEffect)(()=>()=>{G()},[G]),(0,be.useEffect)(()=>{let w=d.current;if(w)for(let M of w.getAudioTracks())M.enabled=!e.muted},[e.muted,t]),{state:t,phase:t,hearing:r,sources:n,secondsLeft:c,micLevel:F,micSpectrum:I,spectrumBins:B,start:le,stop:G}}var zl=e=>e==="connecting"||e==="ended"?"idle":e;function $i({voiceLang:e,speechLang:t,shopperLanguage:a,ttsVoice:r="Puck",handleSendUtterance:o,appendSpokenExchange:n}){let i=(0,Di.useAkropolysContext)(),[c,s]=(0,yt.useState)("off"),[l,h]=(0,yt.useState)("idle"),[d,u]=(0,yt.useState)(""),[p,k]=(0,yt.useState)(!1),[y,v]=(0,yt.useState)(null),[N,P]=(0,yt.useState)(!1),[L,f]=(0,yt.useState)(()=>{try{let A=localStorage.getItem(zo);if(A&&Br.some(j=>j.name===A))return A}catch{}return r||"Puck"}),z=(0,yt.useCallback)(A=>{f(A);try{localStorage.setItem(zo,A)}catch{}},[]),$=Ar({lang:e||t,onUtterance:A=>{h("thinking"),o(A)},onError:A=>{s("off"),h("idle"),u(A==="not-allowed"?"micDenied":A==="language-not-supported"?"micLangUnsupported":A==="audio-capture"?"micMissing":A==="network"?"micNetwork":"micFailed")},onBargeIn:()=>{Wt()}}),S=i?.api?.apiUrl||i?.apiUrl||"",Y=i?.api?.siteId||i?.siteId||"",T=i?.api?.apiToken||i?.apiToken||"",_=i?.getShopperId?.()||i?.getKikuPub?.()||void 0,F=Ei({apiUrl:S,siteId:Y,token:T,kikuId:_,language:a,voice:L,muted:p,onExchange:A=>{n(A.heard,A.said)},onError:A=>{if(A==="shopper_reply_limit"||A==="access_revoked"||A==="account_required"){P(!0),F.stop(),s("off");return}s("off"),u(A==="not-allowed"?"micDenied":A==="audio-capture"?"micMissing":A==="limit"?"voiceLimitReached":A==="siteLimit"?"voiceSiteLimit":A==="connection"||A==="network"?"micNetwork":"voiceUnavailable")},onRefused:A=>{(A==="shopper_reply_limit"||A==="access_revoked"||A==="account_required")&&P(!0),s("off"),u("voiceUnavailable")}}),ae=typeof window<"u"&&!!window.WebSocket&&!!(window.AudioContext||window.webkitAudioContext)&&!!navigator.mediaDevices?.getUserMedia,I=(0,yt.useCallback)(async A=>{if(!Vn()){u("micInsecure");return}u(""),s(A),A==="dictate"?(h("listening"),await $.start()):F.start()},[F,$]),B=(0,yt.useCallback)(()=>{s("off"),h("idle"),$.stop(),F.stop()},[F,$]),E=c==="converse"?zl(F.state):c==="dictate"?l==="listening"?$.hearing?"speaking":"listening":l:"idle",te=c==="converse"&&(F.phase==="connecting"||F.state==="connecting");return{voiceMode:c,voicePhase:E,voiceConnecting:te,voiceError:d,setVoiceError:u,voiceMuted:p,setVoiceMuted:k,voiceSecondsLeft:y,voiceBlocked:N,liveVoiceName:L,chooseVoice:z,canConverse:ae,startVoice:I,stopVoice:B,voice:$,live:F}}var dt=Lt(require("react"));var Le=require("react"),me=require("react/jsx-runtime"),Wo={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}},Ko={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}},Jr=[[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 Rl(e){let t=1;for(;t<Jr.length-1&&Jr[t][0]<e;)t++;let[a,r,o]=Jr[t-1],[n,i,c]=Jr[t],s=n===a?0:(e-a)/(n-a),l=s*s*(3-2*s);return[r+(i-r)*l,o+(c-o)*l]}var hr=6,Fi=["bw","bh","tr","br","bow","lid","warm","wob","gx","gy"],oa=(e,t,a)=>Math.max(t,Math.min(a,e));function _i(e,t,a,r){let o=l=>l.toFixed(2),n=(t+a)/2,i=e+r,c=(n-t)*.55,s=(a-n)*.55;return`C${o(e)} ${o(t+c)} ${o(i)} ${o(n-c)} ${o(i)} ${o(n)}C${o(i)} ${o(n+s)} ${o(e)} ${o(a-s)} ${o(e)} ${o(a)}`}function Pl(e,t,a,r,o){let n=oa(e*a,8,t*.96),i=oa(e*r,8,t*.96),c=(d,u)=>`${d.toFixed(2)} ${u.toFixed(2)}`,s=.46,l=oa((e-n)/e,0,1),h=oa((e-i)/e,0,1);return`M${c(-e,-t+n)}C${c(-e,-t+n*s)} ${c(-e+n*s,-t)} ${c(-e+n,-t)}C${c(-e*.3*l,-t-2*l)} ${c(e*.3*l,-t-2*l)} ${c(e-n,-t)}C${c(e-n*s,-t)} ${c(e,-t+n*s)} ${c(e,-t+n)}`+_i(e,-t+n,t-i,o)+`C${c(e,t-i*s)} ${c(e-i*s,t)} ${c(e-i,t)}C${c(e*.3*h,t+2*h)} ${c(-e*.3*h,t+2*h)} ${c(-e+i,t)}C${c(-e+i*s,t)} ${c(-e,t-i*s)} ${c(-e,t-i)}`+_i(-e,t-i,-t+n,-o)+"Z"}var _a=[{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)"}],Go=[{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)"}],Td=[..._a,...Go];function Oo(e){let r=(!Go.includes(e)&&Math.random()<.26?Go:_a).filter(o=>o!==e);return r[Math.floor(Math.random()*r.length)]}function qt(e){let t=parseInt(e.slice(1),16);return[t>>16&255,t>>8&255,t&255]}function Yo(e){return`rgb(${Math.round(e[0])}, ${Math.round(e[1])}, ${Math.round(e[2])})`}function Al(e,t,a){return[e[0]+(t[0]-e[0])*a,e[1]+(t[1]-e[1])*a,e[2]+(t[2]-e[2])*a]}var Ll=[[255,253,248],[247,240,231],[231,218,202],[198,178,156]],Bi=[.05,.15,.42,.74],Il=[.52,.72,.9,1],qi={color:"#E2581D",light:"#FFBE96",glow:"rgba(226, 88, 29, 0.34)"};function Hi({state:e="idle",size:t=40,alert:a=!1,theme:r,feminine:o,accessories:n,onImpact:i,triggerRef:c}){let s=(0,Le.useRef)(e);s.current=e;let l=(0,Le.useRef)(a);l.current=a;let h=r==="blush"||o===!0||!!(n?.flower||n?.eyelashes||n?.blush),d=n?.flower??h,u=n?.eyelashes??h,p=n?.blush??h,k=(0,Le.useRef)(null),y=(0,Le.useRef)(null),v=(0,Le.useRef)(null),N=(0,Le.useRef)(null),P=(0,Le.useRef)(null),L=(0,Le.useRef)(null),f=(0,Le.useRef)(null),z=(0,Le.useRef)(null),$=(0,Le.useRef)(null),S=(0,Le.useRef)(null),Y=(0,Le.useRef)(null),T=(0,Le.useRef)(null),_=(0,Le.useRef)(null),F=(0,Le.useRef)(null),ae=(0,Le.useRef)([]),I=(0,Le.useRef)([]),B=(0,Le.useRef)(null),E=(0,Le.useRef)(`kiku-${Math.random().toString(36).slice(2,8)}`).current,te=(0,Le.useRef)(i);return te.current=i,(0,Le.useEffect)(()=>{let A=window.matchMedia("(prefers-reduced-motion: reduce)").matches,j={},re={};Fi.forEach(ke=>{j[ke]=Wo.idle[ke]??Ko.idle[ke]??0,re[ke]=0});let G=Array.from({length:hr},()=>({x:0,y:0,w:0,h:0,rx:0,a:0})),m=Array.from({length:hr},()=>({x:0,y:0,w:0,h:0,rx:0,a:0})),U=1800,q=-1,le=0,w=2600,M=0,C=!1,K=9e3+Math.random()*8e3,X=-1,x=0,V=0,H=0,D=4200,g=0,O=0,de=0,oe=12e3,ie=_a[0],Te=qt(ie.color),Be=qt(ie.light),qe=[...Te],et=[...Be],Xe=2600,mt=-1/0,kt=!1,$e=0,rt=!1,Rt=0,wt=0,Wa=0,kr=!1,Ka=0,Ca=ke=>{ke-mt<Xe?(ie=Oo(ie),qe=qt(ie.color),et=qt(ie.light),mt=-1/0):mt=ke},Ma=(ke,ct,bt,ot)=>{let Je=s.current,lt=Array.from({length:hr},()=>({x:0,y:0,w:0,h:0,rx:0,a:0})),ft=(Pt,Oe,nt=0)=>{let He=Math.max(4,54*Math.max(.06,ct));lt[Pt]={x:Oe+bt,y:-4+ot+nt,w:21,h:He,rx:10.5,a:1}};if(Je==="thinking"){let Oe=ke%2800/2800,nt=Math.pow(Math.sin(Oe*Math.PI*2)*.5+.5,3);for(let He=0;He<4;He++){let At=ke/700+He/4*Math.PI*2,Ta=(26-He%2*5)*(1-.94*nt),Qt=16+nt*6+Math.sin(ke/420+He)*1.4;lt[He]={x:Math.cos(At)*Ta,y:Math.sin(At)*Ta*.86+2,w:Qt,h:Qt,rx:Qt/2,a:1}}}else if(Je==="visualizing")lt[0]={x:0,y:-2,w:78,h:26,rx:13,a:1};else if(Je==="speaking")for(let Oe=0;Oe<5;Oe++){let nt=12+Math.abs(Math.sin(ke/150+Oe*.9))*26;lt[Oe]={x:(Oe-4/2)*15,y:-2,w:9,h:nt,rx:4.5,a:1}}else Je==="failed"?(ft(0,-22,8),ft(1,22,8)):(ft(0,-22),ft(1,22));return lt};c&&(c.current=()=>{if(X>=0){rt=!0,ie=Oo(ie),qe=qt(ie.color),et=qt(ie.light),mt=-1/0;return}X=0,Ca(Rt),K=Rt+4e3});let Oa=ke=>{Rt=ke;let ct=s.current,bt=Wo[ct]??Wo.idle,ot=Ko[ct]??Ko.idle,Je=ct==="idle"||ct==="failed";Je&&!A&&(ke>w&&(le=(Math.random()-.5)*2,w=ke+1800+Math.random()*3600),j.wantGx=le*5);let lt=l.current?1:0;Wa=(Wa+(lt-wt)*.1)*.88,wt+=Wa;let ft=l.current&&!A?Math.sin(ke/480)*.055*wt:0,Pt={bw:bt.bw*(1+wt*.34+ft),bh:bt.bh*(1+wt*.2+ft),tr:bt.tr,br:bt.br,bow:bt.bow,warm:ot.warm,wob:ot.wob,lid:ot.lid,gx:Je&&!A?le*5:0,gy:Je&&!A?Math.sin(ke/2600)*2:0};!A&&Je&&(q<0&&ke>U&&(q=0),q>=0&&(q+=1/7,Pt.lid=ot.lid*Math.abs(q-.5)*2,q>=1&&(q=-1,Pt.lid=ot.lid,U=ke+(Math.random()<.22?340:2600+Math.random()*4200)))),Fi.forEach(fe=>{let Re=fe;if(A){j[Re]=Pt[Re];return}let ze=Re==="lid"?.42:.11,St=Re==="lid"?.55:.78;re[Re]=(re[Re]+(Pt[Re]-j[Re])*ze)*St,j[Re]+=re[Re]});let Oe=0,nt=0;!A&&l.current&&X<0&&ke>Ka&&(X=0,Ka=ke+2100,K=ke+4e3),!A&&ct==="idle"?X<0&&ke>K&&(X=0,kt?(kt=!1,$e=0,ie=Oo(ie),qe=qt(ie.color),et=qt(ie.light),mt=-1/0):($e++,Ca(ke))):X<0&&(K=ke+3e3+Math.random()*3e3),X>=0&&(X+=1/96,[Oe,nt]=Rl(X),X>=1&&(X=-1,Oe=0,nt=0,rt?(rt=!1,$e=0,K=ke+150):!kt&&$e>=2?(kt=!0,K=ke+240):K=ke+5e3+Math.random()*5e3));let He=Math.max(0,Oe);if(l.current!==kr){kr=l.current;let fe=l.current?qi:ie;qe=qt(fe.color),et=qt(fe.light),l.current&&!A&&(X<0&&(X=0),Ka=ke+2600)}let At=l.current?qi:ie;if(A)Te=[...qe],Be=[...et];else for(let fe=0;fe<3;fe++)Te[fe]+=(qe[fe]-Te[fe])*.055,Be[fe]+=(et[fe]-Be[fe])*.055;let Ta=Yo(Te),Qt=Yo(Be);T.current?.setAttribute("stop-color",Ta),_.current?.setAttribute("stop-color",Qt),F.current?.setAttribute("stop-color",Qt);for(let fe=0;fe<4;fe++){let Re=Bi[fe]+(Il[fe]-Bi[fe])*wt;ae.current[fe]?.style.setProperty("stop-color",Yo(Al(Ll[fe],Te,Re)))}let br=.34+Math.sin(ke/1200)*.06,ro=He>.02?Math.min(.72,br+He*.34):br;Y.current?.setAttribute("opacity",ro.toFixed(3)),He>.04?te.current?.(He,At.color,At.glow):Na>.04&&te.current?.(0,At.color,At.glow),Na=He;let fr=A?0:Math.sin(ke/1900)*.9*j.wob,gr=j.bw*(1+Oe*.55)+fr*.4,Ut=j.bh*(1-Oe*.62),vr=Pl(gr,Ut,oa(j.tr+He*.5,0,1.2),oa(j.br+He*.9,0,1),j.bow+fr+He*5);k.current?.setAttribute("d",vr),y.current?.setAttribute("d",vr);let za=ct==="thinking";za!==C&&(C=za,B.current?.setAttribute("filter",za?`url(#${E}-goo)`:"none"));let oo=Ma(ke,j.lid*(1-He*.85),j.gx,j.gy);for(let fe=0;fe<hr;fe++){let Re=oo[fe],ze=G[fe],St=m[fe];for(let st of["x","y","w","h","rx","a"]){if(A){ze[st]=Re[st];continue}St[st]=(St[st]+(Re[st]-ze[st])*.16)*.74,ze[st]+=St[st]}let Ge=I.current[fe];Ge&&(Ge.setAttribute("x",(ze.x-ze.w/2).toFixed(2)),Ge.setAttribute("y",(ze.y-ze.h/2).toFixed(2)),Ge.setAttribute("width",Math.max(0,ze.w).toFixed(2)),Ge.setAttribute("height",Math.max(0,ze.h).toFixed(2)),Ge.setAttribute("rx",Math.max(0,Math.min(ze.rx,ze.w/2,ze.h/2)).toFixed(2)),Ge.setAttribute("opacity",oa(ze.a,0,1).toFixed(2)))}let sa=A?0:Math.sin(ke/ot.breath)*1.5;!A&&Je&&X<0?(ke>D&&(H=(Math.random()<.5?-1:1)*(.35+Math.random()*.65),D=ke+2600+Math.random()*4200),ke>oe&&(de=de>.1?0:1,oe=ke+(de>.1?900:9e3+Math.random()*11e3))):(H=0,de=0),V=(V+(H-x)*.028)*.9,x+=V,O=(O+(de-g)*.06)*.82,g+=O;let Ya=j.bh-Ut,it=x*3.4+g*4.5,gt=x*2.2+g*3,yr=g*2.4;if(v.current?.setAttribute("transform",`translate(${gt.toFixed(2)} ${(sa+Ya-nt+yr).toFixed(2)}) rotate(${it.toFixed(2)} 0 60)`),N.current&&N.current.setAttribute("transform",`translate(${gt.toFixed(2)} ${(sa+Ya-nt+yr).toFixed(2)}) rotate(${it.toFixed(2)} 0 60)`),d&&P.current){let fe=-gr*.62,Re=-Ut*.7,ze=-16+(A?0:Math.sin(ke/1400)*3)+it*.4;P.current.setAttribute("transform",`translate(${fe.toFixed(2)}, ${Re.toFixed(2)}) rotate(${ze.toFixed(2)})`)}if(p&&L.current){let fe=12+j.gy*.5;L.current.setAttribute("transform",`translate(0, ${fe.toFixed(2)})`)}if(u&&f.current){let fe=ct!=="thinking"&&ct!=="visualizing"&&ct!=="speaking";f.current.setAttribute("opacity",fe?oa(j.lid*1.3,0,1).toFixed(2):"0");let Re=(ze,St)=>{let Ge=Math.max(1,Math.min(ze.w,ze.h)/2),st=ze.y-ze.h/2+Ge,xr="";for(let[wr,Ra]of[[20,7],[48,8],[76,6.5]]){let Xt=wr*Math.PI/180,Sr=ze.x+St*Math.sin(Xt)*Ge,no=st-Math.cos(Xt)*Ge,Cr=ze.x+St*Math.sin(Xt)*(Ge+Ra),io=st-Math.cos(Xt)*(Ge+Ra)-1.5,so=ze.x+St*Math.sin(Xt-.22)*(Ge+Ra*.65),Mr=st-Math.cos(Xt-.22)*(Ge+Ra*.65);xr+=` M ${Sr.toFixed(2)} ${no.toFixed(2)} Q ${so.toFixed(2)} ${Mr.toFixed(2)} ${Cr.toFixed(2)} ${io.toFixed(2)}`}return xr.trim()};z.current?.setAttribute("d",Re(G[0],-1)),$.current?.setAttribute("d",Re(G[1],1))}M=requestAnimationFrame(Oa)},Na=0;return M=requestAnimationFrame(Oa),()=>cancelAnimationFrame(M)},[d,u,p,h]),(0,me.jsxs)("svg",{className:"hsk-kiku-avatar",width:t,height:t,viewBox:"-100 -100 200 200","aria-hidden":"true",style:{display:"block",overflow:"visible"},children:[(0,me.jsxs)("defs",{children:[(0,me.jsx)("linearGradient",{id:`${E}-marble`,x1:".2",y1:"0",x2:".42",y2:"1",children:[0,40,82,100].map((A,j)=>(0,me.jsx)("stop",{ref:re=>{ae.current[j]=re},offset:`${A}%`,style:{stopColor:`var(--hsk-marble-${j+1}, #FAF7F2)`}},A))}),(0,me.jsxs)("linearGradient",{id:`${E}-contact`,x1:"0",y1:"1",x2:"0",y2:"0",children:[(0,me.jsx)("stop",{ref:T,offset:"0%",stopColor:_a[0].color,stopOpacity:"0.9"}),(0,me.jsx)("stop",{ref:_,offset:"45%",stopColor:_a[0].light,stopOpacity:"0.5"}),(0,me.jsx)("stop",{ref:F,offset:"100%",stopColor:_a[0].light,stopOpacity:"0"})]}),(0,me.jsxs)("radialGradient",{id:`${E}-sheen`,cx:".34",cy:".2",r:".55",children:[(0,me.jsx)("stop",{offset:"0%",stopColor:"#FFFFFF",style:{stopOpacity:"var(--hsk-marble-sheen, .9)"}}),(0,me.jsx)("stop",{offset:"100%",stopColor:"#FFFFFF",stopOpacity:"0"})]}),(0,me.jsxs)("linearGradient",{id:`${E}-hibiscus-petal`,x1:"0",y1:"1",x2:"0",y2:"0",children:[(0,me.jsx)("stop",{offset:"0%",stopColor:"#FF3366"}),(0,me.jsx)("stop",{offset:"65%",stopColor:"#FF758F"}),(0,me.jsx)("stop",{offset:"100%",stopColor:"#FFAAA6"})]}),(0,me.jsxs)("radialGradient",{id:`${E}-blush-cheek`,cx:"50%",cy:"50%",r:"50%",children:[(0,me.jsx)("stop",{offset:"0%",stopColor:"#FB7185",stopOpacity:"0.48"}),(0,me.jsx)("stop",{offset:"100%",stopColor:"#FB7185",stopOpacity:"0"})]}),(0,me.jsx)("clipPath",{id:`${E}-skin`,children:(0,me.jsx)("use",{href:`#${E}-body`})}),(0,me.jsxs)("filter",{id:`${E}-goo`,x:"-50%",y:"-50%",width:"200%",height:"200%",children:[(0,me.jsx)("feGaussianBlur",{in:"SourceGraphic",stdDeviation:"4",result:"b"}),(0,me.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,me.jsxs)("mask",{id:`${E}-cut`,children:[(0,me.jsx)("path",{ref:y,d:"",fill:"#FFFFFF"}),(0,me.jsx)("g",{ref:B,children:Array.from({length:hr},(A,j)=>(0,me.jsx)("rect",{ref:re=>{I.current[j]=re},fill:"#000000"},j))})]})]}),(0,me.jsxs)("g",{ref:v,mask:`url(#${E}-cut)`,children:[(0,me.jsx)("path",{id:`${E}-body`,ref:k,d:"",fill:`url(#${E}-marble)`}),(0,me.jsxs)("g",{clipPath:`url(#${E}-skin)`,children:[(0,me.jsx)("ellipse",{cx:"-14",cy:"-40",rx:"46",ry:"34",fill:`url(#${E}-sheen)`}),(0,me.jsx)("rect",{ref:Y,x:"-100",y:"-20",width:"200",height:"100",fill:`url(#${E}-contact)`,opacity:"0.45"})]})]}),(0,me.jsxs)("g",{ref:N,style:{pointerEvents:"none"},children:[p&&(0,me.jsxs)("g",{ref:L,children:[(0,me.jsx)("ellipse",{cx:"-28",cy:"0",rx:"10",ry:"5.5",fill:`url(#${E}-blush-cheek)`}),(0,me.jsx)("ellipse",{cx:"28",cy:"0",rx:"10",ry:"5.5",fill:`url(#${E}-blush-cheek)`})]}),u&&(0,me.jsxs)("g",{ref:f,children:[(0,me.jsx)("path",{ref:z,stroke:"#3D1424",strokeWidth:"1.7",strokeLinecap:"round",fill:"none"}),(0,me.jsx)("path",{ref:$,stroke:"#3D1424",strokeWidth:"1.7",strokeLinecap:"round",fill:"none"})]}),d&&(0,me.jsxs)("g",{ref:P,className:"hsk-avatar-flower",children:[(0,me.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(A=>(0,me.jsx)("path",{d:"M 0 0 C -6 -13 6 -13 0 0 Z",fill:`url(#${E}-hibiscus-petal)`,stroke:"#FF2A5F",strokeWidth:"0.6",transform:`rotate(${A-18})`},A)),(0,me.jsx)("path",{d:"M 0 0 Q 3 -10 9 -14",stroke:"#F59E0B",strokeWidth:"1.6",strokeLinecap:"round",fill:"none"}),(0,me.jsx)("circle",{cx:"9",cy:"-14",r:"1.3",fill:"#FDE047"}),(0,me.jsx)("circle",{cx:"7",cy:"-12",r:"1.1",fill:"#FDE047"}),(0,me.jsx)("circle",{cx:"6.5",cy:"-15",r:"1.1",fill:"#FDE047"}),(0,me.jsx)("circle",{cx:"0",cy:"0",r:"2.2",fill:"#881337"})]})]})]})}var Ke=require("react/jsx-runtime");function Ui({title:e,hasMessages:t,avatarState:a="idle",unread:r=!1,awayFromBottom:o=!1,themeMenuOpen:n=!1,themeMenuClosing:i=!1,isNarrow:c=!1,currentTheme:s="dark",onJumpToLatest:l,onReset:h,onClose:d,onToggleThemeMenu:u,onSelectTheme:p}){let k=ra(),[y,v]=dt.default.useState(!1),[N,P]=dt.default.useState("#134e3d"),[L,f]=dt.default.useState("rgba(19, 78, 61, 0.45)"),z=dt.default.useRef(void 0),$=dt.default.useRef(null),S=dt.default.useRef(!1),Y=dt.default.useRef(0),T=dt.default.useCallback(()=>{S.current=!1,Y.current=Date.now(),$.current=setTimeout(()=>{if(S.current=!0,typeof navigator<"u"&&navigator.vibrate)try{navigator.vibrate(25)}catch{}u?.()},350)},[u]),_=dt.default.useCallback(()=>{$.current&&(clearTimeout($.current),$.current=null)},[]),F=dt.default.useCallback(()=>{$.current&&(clearTimeout($.current),$.current=null)},[]),ae=dt.default.useCallback(B=>{if(S.current){S.current=!1,B.preventDefault(),B.stopPropagation();return}o?l?.():c?u?.():z.current?.()},[o,c,l,u]),I=dt.default.useCallback((B,E,te)=>{B>.04?(v(!0),P(E),f(te)):v(!1)},[]);return(0,Ke.jsxs)("div",{className:"hsk-cb-topbar",children:[(0,Ke.jsx)("div",{className:"hsk-cb-topbar-left",style:{minWidth:"34px"},children:c&&(0,Ke.jsx)("button",{type:"button",className:"hsk-cb-back",onClick:d,"aria-label":k("back"),children:(0,Ke.jsx)("span",{className:"hsk-cb-back-icon",children:(0,Ke.jsx)(qr,{})})})}),(0,Ke.jsxs)("div",{className:J("hsk-cb-topbar-mark",c&&n&&"is-oozing"),"data-impacting":y?"true":"false",style:{"--hsk-contact-color":N,"--hsk-contact-glow":L},"data-unread":r?"true":"false",onTouchStart:T,onTouchEnd:_,onTouchMove:F,onTouchCancel:F,onClick:ae,role:"button",tabIndex:0,"aria-label":o?k("jumpToLatest"):"kiku (tap for scouts and themes)",children:[(0,Ke.jsx)(Hi,{state:a,size:34,theme:s,alert:r,onImpact:I,triggerRef:z}),(0,Ke.jsx)("span",{className:"hsk-cb-topbar-name",children:e})]}),(0,Ke.jsxs)("div",{className:"hsk-cb-topbar-actions",style:{display:"flex",alignItems:"center",gap:"6px"},children:[t&&(0,Ke.jsx)("button",{className:"hsk-cb-topbar-btn",onClick:h,children:k("clearChat")}),!c&&(0,Ke.jsx)("button",{type:"button",className:"hsk-cb-squircle-btn hsk-cb-exit-btn",onClick:d,title:"Close","aria-label":"Close Chat",children:(0,Ke.jsx)(Da,{})})]}),c&&n&&(0,Ke.jsx)("div",{className:J("hsk-cb-topbar-ooze-menu",i&&"is-closing"),role:"dialog","aria-label":"Scouts and theme selector",style:{position:"absolute",top:"100%",marginTop:"8px",left:"50%",transform:"translateX(-50%)",zIndex:1e3},onPointerDown:B=>B.stopPropagation(),onClick:B=>B.stopPropagation(),onMouseDown:B=>B.stopPropagation(),children:(0,Ke.jsx)("div",{className:"hsk-cb-theme-2x2-grid",style:{display:"grid",gridTemplateColumns:"repeat(2, 1fr)",gap:6},children:ka.map(({id:B,label:E,Icon:te})=>(0,Ke.jsxs)("button",{type:"button",className:J("hsk-cb-theme-grid-item",s===B&&"is-active"),onClick:A=>{A.stopPropagation(),p?.(B)},children:[(0,Ke.jsx)(te,{}),(0,Ke.jsx)("span",{children:E})]},B))})})]})}var ga=Lt(require("react"));var Zr=Lt(require("react")),na=require("react/jsx-runtime"),El=12;function Qo(e){return e==null||typeof e=="boolean"?"":typeof e=="string"||typeof e=="number"?String(e):Array.isArray(e)?e.map(Qo).join(""):Zr.default.isValidElement(e)?Qo(e.props.children):""}function ji(e){if(/^\s+$/.test(e))return[e];if(/\s/.test(e)){let t=e.split(/(\s+)/).filter(Boolean),a=[];for(let r of t)/^\s+$/.test(r)?a.push(r):a.push(...ji(r));return a}if(e.length>3&&typeof Intl<"u"&&Intl.Segmenter)try{let t=new Intl.Segmenter(void 0,{granularity:"word"}),a=Array.from(t.segment(e)).map(r=>r.segment);if(a.length>1)return a}catch{}return[e]}function Xo(e,t,a,r){if(e==null||typeof e=="boolean")return null;if(typeof e=="string"||typeof e=="number")return ji(String(e)).map((o,n)=>{if(/^\s+$/.test(o))return o;let i=a+t.i*El;return t.i+=1,(0,na.jsx)("span",{className:"hsk-cascade__w",style:{animationDelay:`${i}ms`},children:o},`${r}-w${n}`)});if(Array.isArray(e))return e.map((o,n)=>Xo(o,t,a,`${r}-${n}`));if(Zr.default.isValidElement(e)){let o=e;return Zr.default.cloneElement(o,{key:`${r}-el`},Xo(o.props.children,t,a,`${r}-c`))}return e}function at({children:e,baseMs:t=0}){let a=Qo(e),r=0;for(let n=0;n<a.length;n++)r=(r<<5)-r+a.charCodeAt(n)|0;let o=`c${Math.abs(r)}`;return(0,na.jsxs)(na.Fragment,{children:[(0,na.jsx)("span",{className:"hsk-sr-only",children:a}),(0,na.jsx)("span",{"aria-hidden":"true",children:Xo(e,{i:0},t,o)})]})}var fa=require("react/jsx-runtime");function Jo({lines:e=3,className:t=""}){return(0,fa.jsxs)("div",{className:`hsk-cb-ink-skeleton ${t}`,"aria-hidden":"true",role:"status",children:[(0,fa.jsx)("div",{className:"hsk-cb-ink-line hsk-cb-ink-line--title"}),(0,fa.jsx)("div",{className:"hsk-cb-ink-line hsk-cb-ink-line--lead1"}),e>=2&&(0,fa.jsx)("div",{className:"hsk-cb-ink-line hsk-cb-ink-line--lead2"}),e>=3&&(0,fa.jsx)("div",{className:"hsk-cb-ink-line hsk-cb-ink-line--ask"})]})}var Zo=require("react/jsx-runtime"),eo=16,Dl=110,$l=/[؀-ۿ܀-ݏ߀-߿ࡠ-ࣿﭐ-﷿ﹰ-]/;function Ba(e){if(!e)return[];if($l.test(e))return e.split(/(\s+)/).filter(Boolean);let t=typeof Intl<"u"?Intl:void 0;if(t?.Segmenter){let a=new t.Segmenter(void 0,{granularity:"grapheme"});return Array.from(a.segment(e),r=>r.segment)}return e.split(/(\s+)/).filter(Boolean)}function Vi({text:e,placeholder:t,visible:a=!0,replay:r=0,replaySeed:o,staggerMs:n=eo}){if(!a)return null;let i=e||t||"";if(!i)return null;let c=o!==void 0?o:r,s=Ba(i),l=Math.max(s.length-1,1);return(0,Zo.jsx)("div",{className:"hsk-animated-placeholder",dir:"auto","aria-hidden":"true",children:s.map((h,d)=>(0,Zo.jsx)("span",{className:"hsk-animated-placeholder__char",style:{animationDelay:`${Dl+d*n}ms`,"--hsk-ph-hue":`${Math.round(d/l*300)}`},children:h},`${i}|${c}|${d}`))})}var Q=require("react/jsx-runtime");function en(e){return typeof e=="string"?Ba(e).length:Array.isArray(e)?e.reduce((t,a)=>t+en(a),0):ga.default.isValidElement(e)?en(e.props?.children):0}function tn(e,t,a,r){return typeof e=="string"?Ba(e).map(o=>{let n=t.i++;return(0,Q.jsx)("span",{className:"hsk-cb-shimmer-char",style:{"--hsk-char-idx":r+n,"--hsk-ph-hue":`${Math.round(n/a*300)}`},children:o},n)}):Array.isArray(e)?e.map((o,n)=>(0,Q.jsx)(ga.default.Fragment,{children:tn(o,t,a,r)},n)):ga.default.isValidElement(e)?ga.default.cloneElement(e,{children:tn(e.props?.children,t,a,r)}):e}function Wi({text:e,baseIdx:t=0}){let a=Math.max(en(e)-1,1);return(0,Q.jsx)(Q.Fragment,{children:tn(e,{i:0},a,t)})}function Ki({inOnboarding:e,justCompleted:t,onboardingMood:a,awaitingLang:r,awaitingName:o,awaitingEntityLang:n,awaitingConsent:i,termsAgreed:c,shopperLanguage:s,shopperName:l,entityLangPref:h,chromeReady:d,activeChips:u,t:p,tNode:k,chooseLanguage:y,chooseEntityLang:v,agreeTerms:N,handleSend:P}){let L=r?"1":o?"2":n?"3":i?"4":null,f=nr(s)||s,[z,$]=ga.default.useState(30);return ga.default.useEffect(()=>{if(!i){$(30);return}let S=setInterval(()=>{$(Y=>Y<=1?(clearInterval(S),0):Y-1)},1e3);return()=>clearInterval(S)},[i]),(0,Q.jsx)("div",{className:"hsk-cb-empty",children:(0,Q.jsxs)("div",{className:"hsk-cb-onboarding-card",children:[L&&(0,Q.jsx)("div",{className:"hsk-cb-onboarding-head",children:(0,Q.jsxs)("span",{className:"hsk-cb-step-badge",dir:"ltr",children:[L," / 4"]})}),r?(0,Q.jsxs)("div",{className:"hsk-cb-hello-wrap",children:[(0,Q.jsx)("h2",{className:"hsk-cb-hello hsk-cascade",children:(0,Q.jsx)(at,{baseMs:0,children:"What language should we chat in?"})}),(0,Q.jsxs)("div",{className:"hsk-cb-lang-chips",children:[_r.map((S,Y)=>(0,Q.jsx)("button",{type:"button",className:"hsk-cb-lang-chip",style:{"--hsk-pill-idx":Y},lang:S.tag,dir:S.rtl?"rtl":"ltr",onClick:()=>y(S.value),children:S.native},S.value)),(0,Q.jsx)("span",{className:"hsk-cb-lang-chips-hint",style:{"--hsk-pill-idx":_r.length},children:"or type any other"})]})]},"step-lang"):o?(0,Q.jsx)("div",{className:"hsk-cb-hello-wrap",children:d?(0,Q.jsxs)(Q.Fragment,{children:[(0,Q.jsx)("h2",{className:"hsk-cb-hello hsk-cascade",children:(0,Q.jsx)(at,{baseMs:0,children:p("nameStepTitle")})}),(0,Q.jsx)("p",{className:"hsk-cb-hello-lead hsk-cascade",children:(0,Q.jsx)(at,{baseMs:30,children:p("nameStepLead")})}),(0,Q.jsx)("p",{className:"hsk-cb-hello-ask hsk-cascade",children:(0,Q.jsx)(at,{baseMs:60,children:p("nameStepAsk")})})]}):(0,Q.jsx)(Jo,{})},"step-name"):n?(0,Q.jsxs)("div",{className:"hsk-cb-hello-wrap",children:[d?(0,Q.jsxs)(Q.Fragment,{children:[(0,Q.jsx)("h2",{className:"hsk-cb-hello hsk-cascade",children:(0,Q.jsx)(at,{baseMs:0,children:p("howShouldResultsLook")})}),(0,Q.jsx)("p",{className:"hsk-cb-hello-lead hsk-cascade",children:(0,Q.jsx)(at,{baseMs:30,children:k("entityLangIntro",{lang:f})})})]}):(0,Q.jsx)(Jo,{lines:2}),d&&(0,Q.jsx)("div",{className:"hsk-cb-entlang-opts",role:"radiogroup","aria-label":p("howShouldResultsLook"),children:["translated","original"].map((S,Y)=>(0,Q.jsxs)("button",{type:"button",role:"radio","aria-checked":h===S,className:J("hsk-cb-entlang-opt",h===S&&"is-selected"),style:{"--hsk-opt-idx":Y},onClick:()=>v(S),children:[(0,Q.jsx)("span",{className:"hsk-cb-entlang-radio","aria-hidden":"true",children:(0,Q.jsx)("span",{className:"hsk-cb-entlang-radio-dot"})}),(0,Q.jsxs)("span",{className:"hsk-cb-entlang-opt-text",children:[(0,Q.jsx)("span",{className:"hsk-cb-entlang-opt-title",children:(0,Q.jsx)(Wi,{text:S==="translated"?k("inLanguage",{lang:f}):p("asWritten"),baseIdx:0})}),(0,Q.jsx)("span",{className:"hsk-cb-entlang-opt-note",children:(0,Q.jsx)(Wi,{text:p(S==="translated"?"detailsTranslated":"namesAsWritten"),baseIdx:15})})]})]},S))})]},"step-entity-lang"):i?(0,Q.jsx)("div",{className:"hsk-cb-hello-wrap",children:d&&(0,Q.jsxs)(Q.Fragment,{children:[(0,Q.jsx)("h2",{className:"hsk-cb-hello hsk-cascade",children:(0,Q.jsx)(at,{baseMs:0,children:p("termsStepTitle")})}),(0,Q.jsx)("p",{className:"hsk-cb-hello-lead hsk-cascade",children:(0,Q.jsx)(at,{baseMs:30,children:p("termsStepSubtitle")})}),(0,Q.jsxs)("div",{className:"hsk-cb-terms-sanctuary",children:[(0,Q.jsxs)("div",{className:"hsk-cb-terms-item",style:{"--hsk-row-idx":0},children:[(0,Q.jsxs)("div",{className:"hsk-cb-terms-head",children:[(0,Q.jsx)("span",{className:"hsk-cb-terms-numeral",children:"I"}),(0,Q.jsx)("h3",{className:"hsk-cb-terms-title",children:p("termsPiiTitle")})]}),(0,Q.jsx)("p",{className:"hsk-cb-terms-desc",children:p("termsPiiDesc")})]}),(0,Q.jsx)("div",{className:"hsk-cb-terms-divider"}),(0,Q.jsxs)("div",{className:"hsk-cb-terms-item",style:{"--hsk-row-idx":1},children:[(0,Q.jsxs)("div",{className:"hsk-cb-terms-head",children:[(0,Q.jsx)("span",{className:"hsk-cb-terms-numeral",children:"II"}),(0,Q.jsx)("h3",{className:"hsk-cb-terms-title",children:p("termsSessionTitle")})]}),(0,Q.jsx)("p",{className:"hsk-cb-terms-desc",children:p("termsSessionDesc")})]}),(0,Q.jsx)("div",{className:"hsk-cb-terms-divider"}),(0,Q.jsxs)("div",{className:"hsk-cb-terms-item",style:{"--hsk-row-idx":2},children:[(0,Q.jsxs)("div",{className:"hsk-cb-terms-head",children:[(0,Q.jsx)("span",{className:"hsk-cb-terms-numeral",children:"III"}),(0,Q.jsx)("h3",{className:"hsk-cb-terms-title",children:p("termsMemoryTitle")})]}),(0,Q.jsx)("p",{className:"hsk-cb-terms-desc",children:p("termsMemoryDesc")})]}),(0,Q.jsx)("div",{className:"hsk-cb-terms-divider"}),(0,Q.jsxs)("div",{className:"hsk-cb-terms-item",style:{"--hsk-row-idx":3},children:[(0,Q.jsxs)("div",{className:"hsk-cb-terms-head",children:[(0,Q.jsx)("span",{className:"hsk-cb-terms-numeral",children:"IV"}),(0,Q.jsx)("h3",{className:"hsk-cb-terms-title",children:p("termsCookieTitle")})]}),(0,Q.jsx)("p",{className:"hsk-cb-terms-desc",children:p("termsCookieDesc")})]})]}),(0,Q.jsx)("div",{className:"hsk-cb-terms-action-wrap",children:(0,Q.jsx)("button",{type:"button",className:J("hsk-cb-terms-agree-btn",z===0&&"is-active"),disabled:z>0,onClick:N,children:z>0?p("termsAgreeCounting",{seconds:String(z)}):p("termsAgreeButton")})})]})},"step-terms"):t?(0,Q.jsx)("div",{className:"hsk-cb-hello-wrap",children:d&&(0,Q.jsxs)(Q.Fragment,{children:[(0,Q.jsx)("h2",{className:"hsk-cb-hello hsk-cascade",children:(0,Q.jsx)(at,{baseMs:0,children:k("allSet",{name:l})})}),(0,Q.jsx)("p",{className:"hsk-cb-hello-lead hsk-cascade",children:(0,Q.jsx)(at,{baseMs:30,children:h==="translated"?k("replyingTranslated",{lang:f}):k("replyingOriginal",{lang:f})})})]})},"step-completed"):l?(0,Q.jsxs)("div",{className:"hsk-cb-hello-wrap",children:[(0,Q.jsx)("h2",{className:"hsk-cb-hello hsk-cascade",children:(0,Q.jsx)(at,{baseMs:0,children:k("greetReturning",{name:l})})}),(0,Q.jsx)("p",{className:"hsk-cb-hello-lead hsk-cascade",children:(0,Q.jsx)(at,{baseMs:30,children:p("greetReturningLead")})})]},"step-returning"):(0,Q.jsxs)("div",{className:"hsk-cb-hello-wrap",children:[(0,Q.jsx)("h2",{className:"hsk-cb-hello hsk-cascade",children:(0,Q.jsxs)(at,{baseMs:0,children:["Hi, I'm ",(0,Q.jsx)("b",{children:"kiku"}),"."]})}),(0,Q.jsx)("p",{className:"hsk-cb-hello-lead hsk-cascade",children:(0,Q.jsx)(at,{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,Q.jsx)("div",{className:"hsk-cb-chips",children:u.map((S,Y)=>(0,Q.jsx)("button",{className:"hsk-cb-chip",style:{"--hsk-pill-idx":Y},onClick:()=>P(S),children:S},S))})]})})}var ht=Lt(require("react"));var ur=require("react"),Me=require("@akropolys/sdk"),Qe=require("react/jsx-runtime");function Fl(e){let[,t]=(0,ur.useState)(0),a=JSON.stringify(e);return(0,ur.useEffect)(()=>(0,Me.subscribeLiveValues)(r=>{e.includes(r)&&t(o=>o+1)}),[a]),(0,ur.useEffect)(()=>{let r=setInterval(()=>t(o=>o+1),1e3);return()=>clearInterval(r)},[]),e.map(Me.getLiveValue)}function _l({record:e,now:t}){let a=(0,Me.isStale)(e,t),r=e.fields,o=r.event||r.question||r.title||e.key,n=o.length>38?o.slice(0,36)+"\u2026":o,i=!!r.yes_price||!!r.yesPrice,c=!!r.no_price||!!r.noPrice,s=[];i?s.push({label:"Yes",value:(0,Me.formatLiveValue)("yes_price",r.yes_price||r.yesPrice),rawKey:"yes_price"}):(r.yes_pct||r.yesPct)&&s.push({label:"Yes",value:(0,Me.formatLiveValue)("yes_pct",r.yes_pct||r.yesPct),rawKey:"yes_pct"}),c?s.push({label:"No",value:(0,Me.formatLiveValue)("no_price",r.no_price||r.noPrice),rawKey:"no_price"}):(r.no_pct||r.noPct)&&s.push({label:"No",value:(0,Me.formatLiveValue)("no_pct",r.no_pct||r.noPct),rawKey:"no_pct"}),r.bid&&s.push({label:"Bid",value:(0,Me.formatLiveValue)("bid",r.bid),rawKey:"bid"}),r.ask&&s.push({label:"Ask",value:(0,Me.formatLiveValue)("ask",r.ask),rawKey:"ask"}),r.spread&&s.push({label:"Spread",value:(0,Me.formatLiveValue)("spread",r.spread),rawKey:"spread"}),!i&&!c&&!r.bid&&r.price&&s.push({label:"Price",value:(0,Me.formatLiveValue)("price",r.price),rawKey:"price"}),(r.home_spread||r.spread_line)&&s.push({label:"Spread",value:(0,Me.formatLiveValue)("spread",r.home_spread||r.spread_line),rawKey:"spread"}),(r.moneyline||r.ml)&&s.push({label:"ML",value:(0,Me.formatLiveValue)("ml",r.moneyline||r.ml),rawKey:"moneyline"}),(r.over_under||r.total)&&s.push({label:"O/U",value:(0,Me.formatLiveValue)("total",r.over_under||r.total),rawKey:"over_under"}),(r["1_home"]||r.home_odd||r[1])&&s.push({label:"1",value:(0,Me.formatLiveValue)("odds",r["1_home"]||r.home_odd||r[1]),rawKey:"1_home"}),(r.X_draw||r.neutral_odd||r.draw_odd||r.X)&&s.push({label:"X",value:(0,Me.formatLiveValue)("odds",r.X_draw||r.neutral_odd||r.draw_odd||r.X),rawKey:"X_draw"}),(r["2_away"]||r.away_odd||r[2])&&s.push({label:"2",value:(0,Me.formatLiveValue)("odds",r["2_away"]||r.away_odd||r[2]),rawKey:"2_away"});let l=r.volume||r.vol||r["24h_volume"]||r.turnover;l&&s.push({label:"Vol",value:(0,Me.formatLiveValue)("volume",l),rawKey:"volume"});let h=r.close_date||r.expiry||r.expires_at||r.settle_date,d=h?(0,Me.formatLiveValue)("close_date",h):null;return(0,Qe.jsxs)("div",{className:`hsk-live-card${a?" is-stale":""}`,role:"region","aria-label":"Live quote",children:[(0,Qe.jsxs)("div",{className:"hsk-live-card__top",children:[(0,Qe.jsxs)("div",{className:"hsk-live-card__badge",children:[(0,Qe.jsx)("span",{className:`hsk-live-dot${a?" is-stale":""}`,"aria-hidden":"true"}),(0,Qe.jsx)("span",{className:"hsk-live-card__age",children:a?`Paused \xB7 ${(0,Me.describeAge)(t-e.at)}`:`Live \xB7 ${(0,Me.describeAge)(t-e.at)}`})]}),d&&(0,Qe.jsxs)("span",{className:"hsk-live-card__close",children:["Closes ",d]})]}),(0,Qe.jsx)("div",{className:"hsk-live-card__body",children:(0,Qe.jsx)("span",{className:"hsk-live-card__title",title:o,children:n})}),(0,Qe.jsx)("div",{className:"hsk-live-card__pills",children:s.map(u=>{let p=(0,Me.isFresh)(e,u.rawKey,t);return(0,Qe.jsxs)("div",{className:`hsk-live-pill${p?" is-changed":""}`,style:p?{animationDuration:`${Me.LIVE_FLASH_MS}ms`}:void 0,children:[(0,Qe.jsx)("span",{className:"hsk-live-pill__label",children:u.label}),(0,Qe.jsx)("span",{className:"hsk-live-pill__value",children:u.value})]},u.rawKey)})})]})}function Oi({keys:e}){let t=new Set,a=(e??[]).filter(c=>t.has(c)?!1:(t.add(c),!0)),r=Fl(a);if(a.filter((c,s)=>r[s]).length===0)return null;let n=r.filter(c=>!!c),i=Date.now();return(0,Qe.jsx)("div",{className:"hsk-live-wrap",role:"group","aria-label":"Live market data",children:(0,Qe.jsx)("div",{className:"hsk-live-carousel",children:n.map(c=>(0,Qe.jsx)(_l,{record:c,now:i},c.key))})})}var ya=require("react");var va=require("react/jsx-runtime");function Yi(e){let t=e.match(/<\s*thinking\s*>/i);if(!t)return{thinking:"",content:e,isComplete:!0};let a=t.index??0,r=t[0].length,o=a+r,n=e.slice(0,a),i=e.slice(o),c=i.match(/<\/\s*thinking\s*>/i);if(!c)return{thinking:i,content:n,isComplete:!1};let s=c.index??0,l=c[0].length;return{thinking:i.slice(0,s),content:n+i.slice(s+l),isComplete:!0}}function Gi({text:e,isComplete:t,seconds:a}){let r=ra(),o=(0,ya.useRef)(Date.now()),[n,i]=(0,ya.useState)(()=>t?null:0),[c,s]=(0,ya.useState)(!t);(0,ya.useEffect)(()=>{if(t){n!==null&&(i(Math.max(1,Math.round((Date.now()-o.current)/1e3))),s(!1));return}s(!0);let u=setInterval(()=>{i(Math.round((Date.now()-o.current)/1e3))},1e3);return()=>clearInterval(u)},[t]);let l=a??n,h=t?l!=null?r("thoughtForSeconds",{duration:`${l}s`}):r("thoughtProcess"):`${r("thinking")}${n?` \xB7 ${n}s`:"\u2026"}`,d=!!e;return(0,va.jsxs)("div",{className:J("hsk-cb-think",!t&&"hsk-cb-think--live"),children:[(0,va.jsxs)("button",{type:"button",className:J("hsk-cb-think-head",!d&&"hsk-cb-think-head--static"),onClick:d?()=>s(u=>!u):void 0,"aria-expanded":d?c:void 0,children:[(0,va.jsx)("span",{children:h}),d&&(0,va.jsx)("span",{className:J("hsk-cb-think-chevron",c&&"hsk-cb-think-chevron--open"),children:"\u25B6"})]}),d&&c&&(0,va.jsx)("div",{className:"hsk-cb-think-body",children:e})]})}var Tt=require("react"),Qi=require("@akropolys/sdk");var Ne=require("react/jsx-runtime");function Bl({src:e,alt:t,onImageClick:a}){let[r,o]=(0,Tt.useState)(!1);return r?(0,Ne.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,Ne.jsx)(Nt,{})}):(0,Ne.jsx)("img",{src:e,alt:t??"",onError:()=>o(!0),onClick:a?n=>{n.stopPropagation(),a(e)}:void 0})}function Xi({sources:e,defaultCurrency:t,onSelectSource:a,onImageClick:r,referencedIds:o=[],compact:n=!1}){let c=(0,Qi.useAkropolysContext)()?.vertical==="property",s=(0,Tt.useRef)(null),[l,h]=(0,Tt.useState)(!1),[d,u]=(0,Tt.useState)(!1),[p,k]=(0,Tt.useState)(0),y=e.filter(f=>f.id&&o.includes(f.id)),v=(0,Tt.useCallback)(()=>{let f=s.current;if(!f||y.length===0)return;let z=Math.abs(f.scrollLeft),$=f.scrollWidth-f.clientWidth;h(z>10),u($>4&&z<$-12);let Y=Math.round(z/190);k(Math.min(Math.max(0,Y),y.length-1))},[y.length]);(0,Tt.useEffect)(()=>{v();let f=s.current;if(!f)return;let z=new ResizeObserver(v);return z.observe(f),f.addEventListener("scroll",v,{passive:!0}),()=>{z.disconnect(),f.removeEventListener("scroll",v)}},[v,e]);let N=f=>{let z=s.current;if(!z)return;let $=getComputedStyle(z).direction==="rtl";z.scrollBy({left:190*f*($?-1:1),behavior:"smooth"})},P=()=>N(1),L=()=>N(-1);return y.length===0?null:(0,Ne.jsxs)("div",{className:J("hsk-cb-sources-wrap",n&&"hsk-cb-sources-wrap--compact"),children:[l&&(0,Ne.jsxs)(Ne.Fragment,{children:[(0,Ne.jsx)("div",{className:"hsk-cb-sources-fade-left"}),(0,Ne.jsx)("button",{className:"hsk-cb-sources-prev",onClick:L,"aria-label":"Previous",children:(0,Ne.jsx)(qr,{})})]}),(0,Ne.jsx)("div",{className:"hsk-cb-sources",ref:s,children:y.map((f,z)=>{let $=!!(f.id&&o.includes(f.id));return(0,Ne.jsxs)("div",{className:J("hsk-cb-source",$&&"hsk-cb-source--referenced"),style:{animationDelay:`${z*50}ms`},onClick:()=>a?.(f),children:[f.image?(0,Ne.jsxs)("div",{className:"hsk-cb-src-imgwrap",style:{position:"relative"},children:[(0,Ne.jsx)(Bl,{src:f.image,alt:f.name,onImageClick:r}),c&&(0,Ne.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,Ne.jsx)(Nt,{size:12})})]}):(0,Ne.jsx)("div",{className:"hsk-cb-src-imgwrap-empty",style:{position:"relative"},children:(0,Ne.jsx)(Nt,{})}),(0,Ne.jsxs)("div",{className:"hsk-cb-src-info",children:[(0,Ne.jsx)("div",{className:"hsk-cb-src-name",children:f.name}),f.price&&(0,Ne.jsxs)("div",{className:"hsk-cb-src-price",children:[f.currency||t?`${f.currency||t} `:"$",parseFloat(String(f.price).replace(/[^0-9.]/g,"")||"0").toLocaleString()]})]})]},f.id??z)})}),d&&(0,Ne.jsxs)(Ne.Fragment,{children:[(0,Ne.jsx)("div",{className:"hsk-cb-sources-fade-right"}),(0,Ne.jsx)("button",{className:"hsk-cb-sources-next",onClick:P,"aria-label":"See more",children:(0,Ne.jsx)(Yn,{})})]}),y.length>1&&(0,Ne.jsx)("div",{className:"hsk-cb-carousel-dots",children:y.map((f,z)=>(0,Ne.jsx)("div",{className:J("hsk-cb-dot-item",z===p&&"hsk-cb-dot-item--active"),onClick:()=>{let $=s.current;if($){let S=getComputedStyle($).direction==="rtl";$.scrollTo({left:z*190*(S?-1:1),behavior:"smooth"})}}},z))})]})}var mr=require("react/jsx-runtime");function Ji({intent:e,sources:t,onSend:a,loading:r,defaultCurrency:o=""}){let n=ra();if(!e)return null;let i=[],c=t.length>0?t.reduce((d,u)=>{let p=parseFloat(String(u.price??"").replace(/[^0-9.]/g,"")),k=parseFloat(String(d.price??"").replace(/[^0-9.]/g,""));return!isNaN(p)&&(isNaN(k)||p<k)?u:d},t[0]):null,s=t[0]?.name??"",l=t.slice(0,2).map(d=>d.name),h=()=>{let d=t.map(N=>parseFloat(String(N.price??"").replace(/[^0-9.]/g,""))).filter(N=>!isNaN(N)&&N>0);if(d.length===0)return null;let u=Math.max(...d),p=Math.pow(10,Math.floor(Math.log10(u))),k=Math.ceil(u/p)*p;return`${String(t.find(N=>N.price)?.price??"").replace(/[0-9.,\s]/g,"")||o} ${k.toLocaleString()}`.trim()};if(e==="search"&&t.length>0){if(l.length>=2&&i.push({emoji:"\u2696\uFE0F",label:n("pillCompareTop2"),query:n("pillCompareTop2Query",{a:l[0],b:l[1]})}),c?.name){let u=c.name.split(" ").slice(0,3).join(" ");i.push({emoji:"\u{1F4A1}",label:n("pillMoreOn",{name:u}),query:n("pillMoreOnQuery",{name:c.name})})}let d=h();d&&i.push({emoji:"\u{1F4B0}",label:n("pillUnder",{amount:d}),query:n("pillUnderQuery",{amount:d})})}else e==="compare"&&t.length>0?(s&&i.push({emoji:"\u{1F50D}",label:n("pillSimilarOptions"),query:n("pillSimilarOptionsQuery",{name:s})}),i.push({emoji:"\u{1F4A1}",label:n("pillWhichBest"),query:n("pillWhichBestQuery")})):e==="specs"&&t.length>0?s&&i.push({emoji:"\u{1F504}",label:n("pillFindAlternatives"),query:n("pillFindAlternativesQuery",{name:s})}):e==="general"&&(i.push({emoji:"\u{1F50D}",label:n("pillShowPopular"),query:n("pillShowPopularQuery")}),i.push({emoji:"\u{1F4A1}",label:n("pillRecommend"),query:n("pillRecommendQuery")}));return i.length===0?null:(0,mr.jsx)("div",{className:"hsk-action-pills",children:i.map(d=>(0,mr.jsxs)("button",{className:"hsk-action-pill",onClick:()=>a(d.query),disabled:r,children:[(0,mr.jsx)("span",{className:"hsk-pill-emoji",children:d.emoji}),d.label]},d.query))})}var ce=require("react/jsx-runtime"),Zi=ht.default.memo(({content:e,streaming:t})=>(0,ce.jsx)(ce.Fragment,{children:da(e,t)}),(e,t)=>e.content===t.content&&e.streaming===t.streaming);Zi.displayName="MarkdownBlock";function es({msg:e,idx:t,isLast:a,isLastUser:r,isRunEnd:o,runMid:n,runCont:i,isNarrow:c,loading:s,streaming:l,stopped:h,interrupted:d,sources:u,referencedIds:p,discussedSources:k,lastIntent:y,lastAction:v,defaultCurrency:N,vizState:P,setVizState:L,setLightboxSrc:f,setMarkupSrc:z,handleSend:$,handleSourceClick:S,onRetry:Y,onEdit:T,onLongPress:_,hasError:F,retrying:ae,t:I,messageRef:B}){let E=e.role==="user",te=e.content,[A,j]=ht.default.useState(!1),re=ht.default.useRef(null),G=ht.default.useRef(null),m=ht.default.useCallback(H=>{G.current&&clearTimeout(G.current),G.current=setTimeout(()=>{if(_){if(typeof navigator<"u"&&navigator.vibrate)try{navigator.vibrate(25)}catch{}let D=H.getBoundingClientRect();_(e,{top:D.top,left:D.left,width:D.width,height:D.height},E)}G.current=null},420)},[e,E,_]),U=ht.default.useCallback(H=>{if(H.touches.length!==1)return;let D=H.touches[0];re.current={x:D.clientX,y:D.clientY},m(H.currentTarget)},[m]),q=ht.default.useCallback(H=>{if(!re.current||!G.current)return;let D=H.touches[0];Math.hypot(D.clientX-re.current.x,D.clientY-re.current.y)>8&&(clearTimeout(G.current),G.current=null)},[]),le=ht.default.useCallback(()=>{G.current&&(clearTimeout(G.current),G.current=null),re.current=null},[]),w=ht.default.useCallback(H=>{if(!_)return;H.preventDefault();let D=H.currentTarget.getBoundingClientRect();_(e,{top:D.top,left:D.left,width:D.width,height:D.height},E)},[e,E,_]);ht.default.useEffect(()=>()=>{G.current&&clearTimeout(G.current)},[]);let M=ht.default.useCallback(H=>{if(H)try{navigator.clipboard.writeText(H),j(!0),setTimeout(()=>j(!1),2e3)}catch{}},[]),C=ht.default.useMemo(()=>Yi(te),[te]),K=e.thinking||C.thinking,X=/(?:^|\n+)(?:[>*_~`\s]*)(?:This is a calculation from live figures,?\s*not a guarantee\s*[—–-]\s*the market can move against it\.?)(?:[>*_~`\s]*)/gi,x=X.test(C.content),V=x?C.content.replace(X,"").trimEnd():C.content;return(0,ce.jsx)("div",{className:J("hsk-cb-msg-group",n&&"hsk-cb-msg-group--run-mid",i&&"hsk-cb-msg-group--run-cont"),ref:B,children:E?(0,ce.jsxs)("div",{className:`hsk-cb-user-msg${r?" hsk-sent":""}`,children:[e.images&&e.images.length>0&&(0,ce.jsx)("div",{className:"hsk-cb-user-imgs","data-count":Math.min(e.images.length,4),children:e.images.slice(0,4).map((H,D)=>(0,ce.jsxs)("button",{type:"button",className:"hsk-cb-user-img-cell",onClick:()=>f(H),children:[(0,ce.jsx)("img",{src:H,alt:`attachment ${D+1}`,className:"hsk-cb-user-img-thumb"}),D===3&&e.images.length>4&&(0,ce.jsxs)("span",{className:"hsk-cb-user-img-more",children:["+",e.images.length-3]})]},D))}),e.content&&(0,ce.jsxs)("div",{className:J("hsk-cb-user-bubble",o&&"hsk-cb-user-bubble--tail",e.spoken&&"hsk-cb-user-bubble--spoken",F&&"hsk-cb-user-bubble--error"),onTouchStart:U,onTouchMove:q,onTouchEnd:le,onTouchCancel:le,onContextMenu:w,children:[e.spoken&&(0,ce.jsx)($a,{className:"hsk-cb-spoken-mark",size:10}),/^@kiku\b/i.test(e.content)?(0,ce.jsxs)(ce.Fragment,{children:[(0,ce.jsx)("span",{className:"hsk-kiku-badge",children:"@kiku"}),e.content.replace(/^@kiku\s*/i,"")]}):e.content]}),(0,ce.jsxs)("div",{className:"hsk-cb-user-footer",children:[(0,ce.jsxs)("div",{className:J("hsk-cb-msg-actions",F&&"hsk-cb-msg-actions--failed"),children:[Y&&(F||r)&&(0,ce.jsxs)("button",{type:"button",className:"hsk-cb-msg-action hsk-cb-msg-action--retry",onClick:()=>Y(e),"aria-label":I("retry"),children:[(0,ce.jsx)(sr,{className:ae?"hsk-retry-icon--spinning":"",size:11}),(0,ce.jsx)("span",{className:"hsk-cb-msg-action-label",children:I("retry")})]}),T&&(0,ce.jsxs)("button",{type:"button",className:"hsk-cb-msg-action hsk-cb-msg-action--edit",onClick:()=>T(e),"aria-label":I("edit"),children:[(0,ce.jsx)(Ur,{size:11}),(0,ce.jsx)("span",{className:"hsk-cb-msg-action-label",children:I("edit")})]}),(0,ce.jsxs)("button",{type:"button",className:J("hsk-cb-msg-action hsk-cb-msg-action--copy",A&&"hsk-cb-msg-action--copied"),onClick:()=>M(e.content),"aria-label":I(A?"copied":"copy"),children:[A?(0,ce.jsx)(ma,{size:11}):(0,ce.jsx)(ua,{size:11}),(0,ce.jsx)("span",{className:"hsk-cb-msg-action-label",children:I(A?"copied":"copy")})]})]}),r&&!F&&(0,ce.jsx)("span",{className:"hsk-cb-sent-status",children:I(h||d?"statusStopped":"statusSent")}),F&&(0,ce.jsxs)("span",{className:"hsk-cb-failed-notice",children:[(0,ce.jsx)("span",{className:"hsk-cb-failed-dot"}),I("msgFailed")]})]})]}):(0,ce.jsx)("div",{className:J("hsk-cb-ai-msg",c&&"hsk-cb-ai-msg--inline"),children:(0,ce.jsxs)("div",{className:"hsk-cb-ai-body",onTouchStart:U,onTouchMove:q,onTouchEnd:le,onTouchCancel:le,onContextMenu:w,children:[(()=>{let H=e.thoughtForSeconds!=null||V.length>0||!(a&&(l||s));return(0,ce.jsxs)(ce.Fragment,{children:[!e.spoken&&(K||e.thoughtForSeconds!=null||a&&(l||s))&&(0,ce.jsx)(Gi,{text:K,isComplete:H,seconds:e.thoughtForSeconds}),V&&(0,ce.jsx)("div",{className:"hsk-cb-ai-content",children:(0,ce.jsx)(Zi,{content:V,streaming:a&&l})}),x&&(0,ce.jsx)("div",{className:"hsk-cb-calc-disclaimer",children:I("calcDisclaimer")})]})})(),e.visualizing&&(0,ce.jsxs)("div",{className:"hsk-cb-viz hsk-cb-viz--loading",children:[(0,ce.jsx)("span",{className:"hsk-cb-viz-spinner"}),(0,ce.jsx)("span",{children:e.visualizingText||I("vizWorking")})]}),e.visualization&&(0,ce.jsxs)("div",{className:"hsk-cb-viz",children:[(0,ce.jsxs)("div",{className:"hsk-cb-viz-imgwrap",children:[e.visualizationType==="video"||e.visualization.includes("/videos/")?(0,ce.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,ce.jsx)("img",{src:e.visualization,alt:"Product visualized in your photo",className:"hsk-markdown-img",style:P[e.visualization]==="err"?{display:"none"}:void 0,onLoad:()=>L(H=>({...H,[e.visualization]:"ok"})),onError:()=>L(H=>({...H,[e.visualization]:"err"}))}),P[e.visualization]==="err"&&(0,ce.jsx)("div",{className:"hsk-cb-viz-broken",children:I("vizUnavailable")}),a&&!l&&P[e.visualization]==="ok"&&e.visualizationType!=="video"&&!e.visualization.includes("/videos/")&&(0,ce.jsxs)("button",{className:"hsk-cb-viz-mark",onClick:()=>z(e.visualization),children:[(0,ce.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,ce.jsx)("path",{d:"M12 20h9"}),(0,ce.jsx)("path",{d:"M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4Z"})]}),I("vizMarkEdit")]})]}),(0,ce.jsx)("div",{className:"hsk-cb-viz-disclaimer",children:e.visualizationType==="video"||e.visualization.includes("/videos/")?I("vizDisclaimerVideo"):I("vizDisclaimerImage")})]}),!E&&(e.knowledgeImages?.length??0)>0&&(0,ce.jsx)("div",{className:"hsk-cb-kimgs",children:e.knowledgeImages.map(H=>(0,ce.jsxs)("div",{className:"hsk-cb-kimg-group",children:[(0,ce.jsx)("div",{className:"hsk-cb-kimg-grid",children:H.images.map((D,g)=>(0,ce.jsx)("img",{src:D.url,alt:D.note||H.title||"Reference image",className:"hsk-cb-kimg",loading:"lazy",onClick:()=>f(D.url),onError:O=>{O.target.style.display="none"}},g))}),(H.title||H.images[0]?.note)&&(0,ce.jsx)("div",{className:"hsk-cb-kimg-caption",children:H.title||H.images[0]?.note})]},H.entryId))}),!E&&(0,ce.jsx)(Oi,{keys:e.liveKeys}),!E&&(e.staleNotices?.length??0)>0&&(0,ce.jsxs)("div",{className:"hsk-cb-stale",role:"status",children:[(0,ce.jsx)("div",{className:"hsk-cb-stale-title",children:I("staleTitle")}),e.staleNotices.map((H,D)=>(0,ce.jsxs)("div",{className:"hsk-cb-stale-item",children:[H.state==="removed"?I("staleRemoved",{title:H.title}):I("staleUnavailable",{title:H.title}),H.reason&&(0,ce.jsxs)("span",{className:"hsk-cb-stale-reason",children:[" ",H.reason]})]},D))]}),(()=>{let H=a?p:e.referencedIds??[],D=a?u:e.sources??[],g=a?y:e.intent,O=g==="compare"||g==="capture"||g==="capture_all"||g==="delete"||g==="view_history";return H.length>0&&!O&&(!a||v?.type!=="request_kiku_key")&&(0,ce.jsx)(Xi,{sources:D,defaultCurrency:N,onSelectSource:S,onImageClick:f,referencedIds:H,compact:!!e.visualization})})(),a&&!s&&!l&&v?.type==="open_memory"&&v.url&&(0,ce.jsxs)("a",{className:"hsk-cb-memory-pill",href:String(v.url),target:"_blank",rel:"noopener noreferrer",children:[I("openMemory"),(0,ce.jsx)(Kn,{})]}),a&&!s&&v?.url&&v.type!=="open_memory"&&(0,ce.jsx)("div",{className:"hsk-action-pills",children:(0,ce.jsxs)("a",{className:"hsk-action-pill",href:v.url,children:[String(v.type||"continue").replace(/_/g," ")," \u2192"]})}),a&&!s&&(0,ce.jsx)(Ji,{intent:y,sources:k,onSend:$,loading:s,defaultCurrency:N}),!E&&!l&&V&&(0,ce.jsx)("div",{className:"hsk-cb-ai-footer",children:(0,ce.jsxs)("div",{className:J("hsk-cb-msg-actions",(F||V.includes("We're experiencing high demand right now"))&&"hsk-cb-msg-actions--failed"),children:[(0,ce.jsxs)("button",{type:"button",className:J("hsk-cb-msg-action hsk-cb-msg-action--copy",A&&"hsk-cb-msg-action--copied"),onClick:()=>M(V),"aria-label":I(A?"copied":"copy"),children:[A?(0,ce.jsx)(ma,{size:11}):(0,ce.jsx)(ua,{size:11}),(0,ce.jsx)("span",{className:"hsk-cb-msg-action-label",children:I(A?"copied":"copy")})]}),a&&(F||V.includes("We're experiencing high demand right now"))&&Y&&(0,ce.jsxs)("button",{type:"button",className:"hsk-cb-msg-action hsk-cb-msg-action--retry",onClick:()=>Y(e),"aria-label":I("retry"),children:[(0,ce.jsx)(sr,{className:ae?"hsk-retry-icon--spinning":"",size:11}),(0,ce.jsx)("span",{className:"hsk-cb-msg-action-label",children:I("retry")})]})]})})]})})})}var xe=require("react/jsx-runtime");function ts({keyInput:e,setKeyInput:t,minting:a,handleUseExistingKey:r,handleCreateKey:o,t:n}){return(0,xe.jsxs)("div",{className:"hsk-cb-ai-msg",children:[(0,xe.jsx)("div",{className:"hsk-cb-ai-icon",style:{display:"flex",alignItems:"center"},children:(0,xe.jsx)(Nt,{})}),(0,xe.jsx)("div",{className:"hsk-cb-ai-body",children:(0,xe.jsx)("div",{className:"hsk-cb-ai-text",children:(0,xe.jsxs)("div",{className:"hsk-cb-phone-form",children:[(0,xe.jsx)("label",{className:"hsk-cb-phone-label",children:n("keyPastePrompt")}),(0,xe.jsx)("input",{type:"text",className:"hsk-cb-phone-input",placeholder:n("keyPastePlaceholder"),value:e,onChange:i=>t(i.target.value),onKeyDown:i=>i.key==="Enter"&&r(),autoFocus:!0}),(0,xe.jsxs)("div",{style:{display:"flex",gap:8},children:[(0,xe.jsx)("button",{className:"hsk-cb-phone-submit",onClick:r,disabled:!e.trim(),children:n("keyUseMine")}),(0,xe.jsx)("button",{className:"hsk-cb-phone-submit",onClick:o,disabled:a,children:n(a?"keyCreating":"keyCreateNew")})]})]})})})]})}function as({mintedKey:e,mintedPub:t,copied:a,keyCountdown:r,onDismiss:o,copyValue:n,t:i}){return(0,xe.jsxs)("div",{className:"hsk-cb-ai-msg",children:[(0,xe.jsx)("div",{className:"hsk-cb-ai-icon",style:{display:"flex",alignItems:"center"},children:(0,xe.jsx)(Nt,{})}),(0,xe.jsx)("div",{className:"hsk-cb-ai-body",children:(0,xe.jsx)("div",{className:"hsk-cb-ai-text",children:(0,xe.jsxs)("div",{style:{padding:"4px 0",display:"flex",flexDirection:"column",gap:12},children:[(0,xe.jsxs)("div",{children:[(0,xe.jsxs)("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center",marginBottom:4},children:[(0,xe.jsx)("span",{style:{fontSize:12,fontWeight:600},children:i("keySecretTitle")}),(0,xe.jsxs)("button",{className:"hsk-cb-phone-submit",style:{padding:"2px 8px",fontSize:11,background:"transparent",border:0},onClick:o,children:[i("keyDismiss")," \u2715"]})]}),(0,xe.jsx)("code",{style:{display:"block",fontSize:13,fontWeight:700,marginBottom:8,wordBreak:"break-all"},children:e}),(0,xe.jsxs)("div",{style:{display:"flex",gap:8,alignItems:"center",flexWrap:"wrap"},children:[(0,xe.jsx)("button",{className:"hsk-cb-phone-submit",style:{padding:"4px 10px",border:0},onClick:()=>n(e,"secret"),children:i(a==="secret"?"keyCopied":"keyCopySecret")}),(0,xe.jsx)("span",{style:{fontSize:11,opacity:.7,flex:"1 1 180px"},children:i("keySecretHint")})]})]}),t&&(0,xe.jsxs)("div",{children:[(0,xe.jsx)("div",{style:{fontSize:12,fontWeight:600,marginBottom:4},children:i("keyPublicTitle")}),(0,xe.jsx)("code",{style:{display:"block",fontSize:12,fontWeight:600,marginBottom:6,wordBreak:"break-all",opacity:.85},children:t}),(0,xe.jsxs)("div",{style:{display:"flex",gap:8,alignItems:"center",flexWrap:"wrap"},children:[(0,xe.jsx)("button",{className:"hsk-cb-phone-submit",style:{padding:"4px 10px",border:0},onClick:()=>n(t,"pub"),children:i(a==="pub"?"keyCopied":"keyCopyId")}),(0,xe.jsx)("span",{style:{fontSize:11,opacity:.7,flex:"1 1 180px"},children:i("keyPublicHint")})]})]}),(0,xe.jsx)("div",{style:{fontSize:11,opacity:.6},children:i("keyAutoHide",{seconds:String(r)})})]})})})]})}var Ie=require("react/jsx-runtime");function rs({displayMessages:e,messageRefs:t,isNarrow:a,loading:r,streaming:o,sources:n,referencedIds:i,discussedSources:c,lastIntent:s,lastAction:l,defaultCurrency:h,stopped:d,interrupted:u,halted:p,haltedEmpty:k,error:y,errorCode:v,keyPhase:N,keyInput:P,setKeyInput:L,mintedKey:f,setMintedKey:z,mintedPub:$,setMintedPub:S,minting:Y,copied:T,keyCountdown:_,handleUseExistingKey:F,handleCreateKey:ae,copyValue:I,queuedMessage:B,sendQueuedNow:E,setLightboxSrc:te,setMarkupSrc:A,handleSend:j,handleSourceClick:re,onRetry:G,onEdit:m,onLongPress:U,retrying:q,continueGenerating:le,t:w,bottomRef:M,vizState:C,setVizState:K,messages:X}){return(0,Ie.jsxs)(Ie.Fragment,{children:[(()=>{let x=-1;for(let V=e.length-1;V>=0;V--)if(e[V]?.role==="user"){x=V;break}return e.map((V,H)=>{let D=H===e.length-1,g=V.role==="user",O=g&&H===x,de=g&&e[H+1]?.role!=="user",oe=g&&!de,ie=g&&e[H-1]?.role==="user",Te=V.id||`${V.role}-${H}`,Be=O&&!!y||!g&&D&&!!y||!g&&!!V.content?.includes("We're experiencing high demand right now");return(0,Ie.jsx)(es,{msg:V,idx:H,isLast:D,isLastUser:O,isRunEnd:de,runMid:oe,runCont:ie,isNarrow:a,loading:r,streaming:o,stopped:d,interrupted:u,sources:n,referencedIds:i,discussedSources:c,lastIntent:s,lastAction:l,defaultCurrency:h,vizState:C,setVizState:K,setLightboxSrc:te,setMarkupSrc:A,handleSend:j,handleSourceClick:re,onRetry:G,onEdit:m,onLongPress:U,hasError:Be,retrying:q,t:w,messageRef:qe=>{t.current[H]=qe}},Te)})})(),p&&X.length>0&&(0,Ie.jsxs)("div",{className:J("hsk-cb-stopped",k&&"hsk-cb-stopped--empty"),children:[k&&(0,Ie.jsxs)("span",{className:"hsk-cb-stopped-dots","aria-hidden":"true",children:[(0,Ie.jsx)("i",{}),(0,Ie.jsx)("i",{}),(0,Ie.jsx)("i",{})]}),(0,Ie.jsx)("span",{className:"hsk-cb-stopped-label",children:w(d?"stoppedByYou":"stoppedInterrupted")}),(0,Ie.jsxs)("button",{className:"hsk-cb-continue",onClick:le,children:[(0,Ie.jsx)(On,{}),w(X[X.length-1]?.role==="assistant"?"continueGenerating":"generateResponse")]})]}),y&&(0,Ie.jsx)("div",{className:"hsk-cb-error",children:jn({code:v??void 0,message:y},w)}),N==="prompt_key"&&(0,Ie.jsx)(ts,{keyInput:P,setKeyInput:L,minting:Y,handleUseExistingKey:F,handleCreateKey:ae,t:w}),f&&(0,Ie.jsx)(as,{mintedKey:f,mintedPub:$,copied:T,keyCountdown:_,onDismiss:()=>{z(null),S(null)},copyValue:I,t:w}),B&&(0,Ie.jsx)("div",{className:J("hsk-cb-msg-group",e[e.length-1]?.role==="user"&&"hsk-cb-msg-group--run-cont"),children:(0,Ie.jsxs)("div",{className:"hsk-cb-user-msg",children:[(0,Ie.jsx)("div",{className:"hsk-cb-user-bubble hsk-cb-user-bubble--tail hsk-cb-user-bubble--queued",children:B.content}),(0,Ie.jsxs)("button",{type:"button",className:"hsk-cb-queued-status",onClick:E,children:[(0,Ie.jsx)("span",{className:"hsk-cb-queued-dot"}),w("queuedWaiting"),(0,Ie.jsx)("span",{className:"hsk-cb-queued-now",children:w("queuedSendNow")})]})]})}),(0,Ie.jsx)("div",{ref:M,style:{height:1}})]})}var zt=Lt(require("react"));var ee=require("react/jsx-runtime");function os({gooId:e,input:t,setInput:a,showKikuPicker:r,setShowKikuPicker:o,showAtPicker:n,setShowAtPicker:i,captureAllowed:c,discussedSources:s,defaultCurrency:l,handleSelectExtension:h,handleKikuCapture:d,handleKikuCaptureAll:u,handleKikuViewHistory:p,handleKikuDelete:k,attachments:y,removeAttachment:v,chromeLoading:N,imageInputRef:P,handleImageFiles:L,enableVision:f,enableVoice:z,canConverse:$,voiceMode:S,startVoice:Y,stopVoice:T,voiceBlocked:_,textareaRef:F,classNames:ae={},handleInput:I,handleKeyDown:B,voice:E,voicePhase:te,activePlaceholder:A,loading:j,streaming:re,stop:G,handleSend:m,voiceError:U,setVoiceError:q,shopperLanguage:le,t:w,rail:M}){let[C,K]=zt.default.useState(0),[X,x]=zt.default.useState(!1);zt.default.useEffect(()=>{if(!U)return;let oe=setTimeout(()=>{q?.("")},6e3);return()=>clearTimeout(oe)},[U,q]),zt.default.useEffect(()=>{if(!X)return;let oe=ie=>{ie.key==="Escape"&&x(!1)};return window.addEventListener("keydown",oe),()=>window.removeEventListener("keydown",oe)},[X]);let H=Math.max(Ba(A||"Ask me anything\u2026").length-1,0)*eo,[D,g]=(0,zt.useState)(!1),O=(0,zt.useRef)(null),de=()=>{O.current&&clearTimeout(O.current),g(!0),O.current=setTimeout(()=>{g(!1),O.current=null},550)};return(0,zt.useEffect)(()=>()=>{O.current&&clearTimeout(O.current)},[]),(0,ee.jsxs)("div",{className:"hsk-cb-input-wrap",children:[X&&(0,ee.jsxs)(ee.Fragment,{children:[(0,ee.jsx)("div",{className:"hsk-cb-toolsheet-scrim",onClick:()=>x(!1)}),(0,ee.jsx)("div",{className:"hsk-cb-toolsheet-wrap",children:(0,ee.jsxs)("div",{className:"hsk-cb-toolsheet",role:"menu",children:[f&&(0,ee.jsxs)("button",{className:"hsk-cb-toolsheet-item",role:"menuitem",onClick:()=>{x(!1),P.current?.click()},disabled:j,children:[(0,ee.jsx)(Ao,{}),(0,ee.jsx)("span",{children:w("attachImage")})]}),z&&$&&(0,ee.jsxs)("button",{className:"hsk-cb-toolsheet-item",role:"menuitem",onClick:()=>{x(!1),S==="converse"?T():Y("converse")},disabled:j||N||_,children:[(0,ee.jsx)(Lo,{active:S==="converse"}),(0,ee.jsx)("span",{children:w(S==="converse"?"voiceModeExit":"voiceModeStart")})]})]})})]}),(0,ee.jsxs)("div",{className:"hsk-cb-input-card",children:[(/^@kiku\b/i.test(t)||r||n)&&(0,ee.jsxs)("div",{className:"hsk-cb-docked-header",children:[(0,ee.jsx)("span",{className:"hsk-cb-docked-sub",children:w("captureAndRemember")}),(0,ee.jsx)("button",{type:"button",className:"hsk-cb-docked-close",onClick:()=>{a(oe=>oe.replace(/^@kiku\s*/i,"")),o(!1),i(!1)},"aria-label":"Close mode",children:"\xD7"})]}),(r||n)&&(0,ee.jsxs)("div",{className:"hsk-cb-docked-options",onMouseDown:oe=>oe.preventDefault(),children:[n&&c&&(0,ee.jsxs)("button",{type:"button",className:"hsk-cb-docked-option",onClick:()=>h("@kiku"),children:[(0,ee.jsx)("span",{className:"hsk-cb-docked-option-icon",children:(0,ee.jsx)(Nt,{})}),(0,ee.jsx)("span",{className:"hsk-cb-docked-option-title",children:"kiku"}),(0,ee.jsx)("span",{className:"hsk-cb-docked-option-desc",children:"capture & remember"})]}),r&&c&&(0,ee.jsxs)(ee.Fragment,{children:[s.map((oe,ie)=>(0,ee.jsxs)("button",{type:"button",className:"hsk-cb-docked-option",onClick:()=>{d(oe),o(!1)},children:[(0,ee.jsx)("span",{className:"hsk-cb-docked-option-icon",children:oe.image?(0,ee.jsx)("img",{src:oe.image,alt:""}):(0,ee.jsx)(Hr,{})}),(0,ee.jsx)("span",{className:"hsk-cb-docked-option-title",children:oe.name}),oe.price&&(0,ee.jsxs)("span",{className:"hsk-cb-docked-option-price",children:[oe.currency??l," ",parseFloat(String(oe.price).replace(/[^0-9.]/g,"")||"0").toLocaleString()]})]},oe.id??ie)),s.length>1&&(0,ee.jsxs)("button",{type:"button",className:"hsk-cb-docked-option",onClick:()=>{u(s),o(!1)},children:[(0,ee.jsx)("span",{className:"hsk-cb-docked-option-icon",children:(0,ee.jsx)(Hr,{})}),(0,ee.jsx)("span",{className:"hsk-cb-docked-option-title",children:w("captureAll",{count:String(s.length)})})]}),s.length===0&&(0,ee.jsxs)("button",{type:"button",className:"hsk-cb-docked-option",onClick:()=>{d({name:"current page",id:void 0}),o(!1)},children:[(0,ee.jsx)("span",{className:"hsk-cb-docked-option-icon",children:(0,ee.jsx)(Hr,{})}),(0,ee.jsx)("span",{className:"hsk-cb-docked-option-title",children:w("captureCurrentPage")})]}),(0,ee.jsxs)("button",{type:"button",className:"hsk-cb-docked-option",onClick:()=>{p(),o(!1)},children:[(0,ee.jsx)("span",{className:"hsk-cb-docked-option-icon",children:(0,ee.jsx)(Gn,{})}),(0,ee.jsx)("span",{className:"hsk-cb-docked-option-title",children:w("whatHaveYouSaved")})]}),(0,ee.jsxs)("button",{type:"button",className:"hsk-cb-docked-option",onClick:()=>{k(),o(!1)},children:[(0,ee.jsx)("span",{className:"hsk-cb-docked-option-icon",children:(0,ee.jsx)(Qn,{})}),(0,ee.jsx)("span",{className:"hsk-cb-docked-option-title",children:w("deleteThis")})]})]})]}),y.length>0&&(0,ee.jsx)("div",{className:"hsk-cb-img-strip",children:y.map((oe,ie)=>(0,ee.jsxs)("div",{className:"hsk-cb-img-thumb-wrap",children:[(0,ee.jsx)("img",{src:oe.data,alt:`attachment ${ie+1}`,className:"hsk-cb-img-thumb"}),(0,ee.jsx)("button",{type:"button",className:"hsk-cb-img-thumb-remove",onClick:()=>v(ie),"aria-label":"Remove image",children:(0,ee.jsx)(ni,{size:10})})]},ie))}),(0,ee.jsxs)("div",{className:J("hsk-cb-input-box",N&&"hsk-cb-input-box--waiting"),"data-cascade":C%2?"b":"a","data-tools":X?"open":"closed",style:{"--hsk-text-sweep":`${H}ms`},children:[(0,ee.jsx)("input",{ref:P,type:"file",accept:"image/*",className:"hsk-sr-only",onChange:oe=>{L(oe.target.files),oe.target.value=""}}),(f||z&&$)&&(0,ee.jsx)("button",{className:J("hsk-cb-tools-toggle",X&&"hsk-cb-tools-toggle--open"),onClick:()=>x(oe=>!oe),disabled:j||N,"aria-label":X?"Close options":"More options","aria-expanded":X,children:(0,ee.jsx)(Xn,{})}),(0,ee.jsxs)(ee.Fragment,{children:[f&&(0,ee.jsx)("button",{className:"hsk-cb-attach-btn",onClick:()=>P.current?.click(),disabled:j,"aria-label":"Attach image",title:"Attach image",children:(0,ee.jsx)(Ao,{})}),z&&$&&(0,ee.jsx)("button",{className:J("hsk-cb-voice-mode-btn",_&&"hsk-cb-voice-mode-btn--blocked"),onClick:()=>_?q?.(w("errAccountRequired")):Y("converse"),disabled:j||N,"aria-label":"Voice conversation",title:"Voice conversation",children:(0,ee.jsx)(Lo,{})})]}),(0,ee.jsxs)("div",{className:"hsk-cb-field",children:[(0,ee.jsx)("textarea",{ref:F,value:t,onChange:I,onKeyDown:B,rows:1,placeholder:"",className:J("hsk-cb-textarea",ae.input),"aria-label":A,disabled:j&&!re}),(0,ee.jsx)(Vi,{placeholder:A,visible:!t,staggerMs:eo,replaySeed:C})]}),z&&(0,ee.jsx)("button",{className:J("hsk-cb-mic-btn",(S==="converse"||S==="dictate")&&"hsk-cb-mic-btn--active",_&&"hsk-cb-mic-btn--blocked"),onClick:()=>{S!=="off"?T():Y($?"converse":"dictate")},disabled:j||N,"aria-label":S==="off"?"Start voice mode":"Stop voice",title:S==="off"?$?"Voice conversation":"Voice input":"Stop",children:S==="off"?(0,ee.jsx)($a,{}):(0,ee.jsx)(jr,{})}),(j||re)&&!D?(0,ee.jsx)("button",{className:J("hsk-cb-send","hsk-cb-send--stop",ae.sendButton),onClick:G,"aria-label":"Stop generating",title:"Stop generating",children:(0,ee.jsx)(Wn,{})}):(0,ee.jsxs)("button",{className:J("hsk-cb-send",D&&"is-launching",ae.sendButton),onClick:()=>{de(),m()},disabled:N||!t.trim()&&y.length===0,"aria-label":"Send message",children:[(0,ee.jsx)("svg",{width:"0",height:"0","aria-hidden":"true",focusable:"false",style:{position:"absolute"},children:(0,ee.jsx)("defs",{children:(0,ee.jsxs)("filter",{id:e,children:[(0,ee.jsx)("feGaussianBlur",{in:"SourceGraphic",stdDeviation:"1.6",result:"blur"}),(0,ee.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,ee.jsx)("feBlend",{in:"SourceGraphic",in2:"goo"})]})})}),(0,ee.jsx)("span",{className:"hsk-cb-send-sheath","aria-hidden":"true"}),(0,ee.jsxs)("span",{className:"hsk-cb-send-stage",style:{filter:`url(#${e})`},children:[(0,ee.jsx)("span",{className:"hsk-cb-send-seam","aria-hidden":"true"}),(0,ee.jsx)("span",{className:"hsk-cb-send-kite",children:(0,ee.jsx)(Jn,{})})]})]})]})]}),_?(0,ee.jsxs)("div",{className:"hsk-cb-voice-error",role:"status",onClick:()=>q?.(""),children:[(0,ee.jsx)("span",{children:w("errAccountRequired")}),(0,ee.jsx)("button",{type:"button",className:"hsk-cb-voice-error-dismiss",onClick:oe=>{oe.stopPropagation(),q?.("")},"aria-label":"Dismiss error",children:"\xD7"})]}):U&&(0,ee.jsxs)("div",{className:"hsk-cb-voice-error",role:"status",onClick:()=>q?.(""),children:[(0,ee.jsx)("span",{children:w(U)}),(0,ee.jsx)("button",{type:"button",className:"hsk-cb-voice-error-dismiss",onClick:oe=>{oe.stopPropagation(),q?.("")},"aria-label":"Dismiss error",children:"\xD7"})]}),(0,ee.jsx)("div",{className:"hsk-cb-hint",children:le?w("footerHint"):"kiku \xB7 searches the whole catalogue in real time"})]})}var xt=require("react"),ss=require("react/jsx-runtime");function ns(e,t){let a=e.match(/-?[\d.]+/g);return!a||a.length<3?t:[Number(a[0]),Number(a[1]),Number(a[2])]}function ql(e,t,a){return[e[0]+(t[0]-e[0])*a,e[1]+(t[1]-e[1])*a,e[2]+(t[2]-e[2])*a]}function qa(e,t){return`rgba(${e[0]|0}, ${e[1]|0}, ${e[2]|0}, ${t})`}var Ot=24,Hl=.42;function is({phase:e,level:t,spectrum:a,bins:r,className:o}){let n=(0,xt.useRef)(null),i=(0,xt.useRef)(e),c=(0,xt.useRef)(t),s=(0,xt.useRef)(a),l=(0,xt.useRef)(r);return(0,xt.useEffect)(()=>{i.current=e},[e]),(0,xt.useEffect)(()=>{c.current=t},[t]),(0,xt.useEffect)(()=>{s.current=a},[a]),(0,xt.useEffect)(()=>{l.current=r},[r]),(0,xt.useEffect)(()=>{let h=n.current;if(!h)return;let d=h.getContext("2d");if(!d)return;let u=getComputedStyle(h),p=ns(u.getPropertyValue("--hsk-primary")||"",[255,106,51]),k=ns(u.getPropertyValue("--hsk-chat-text")||"",[31,31,31]),y=0,v=0,N=0,P=()=>{let j=Math.min(window.devicePixelRatio||1,3),re=h.getBoundingClientRect();v=Math.max(1,re.width),N=Math.max(1,re.height),h.width=Math.round(v*j),h.height=Math.round(N*j),d.setTransform(j,0,0,j,0,0)};P();let L=typeof ResizeObserver<"u"?new ResizeObserver(P):null;L?.observe(h),window.addEventListener("resize",P);let f=window.matchMedia?.("(prefers-reduced-motion: reduce)")?.matches??!1,z=new Float32Array(Ot),$=[],S=null,Y=-1,T=null,_=0,F=0,ae=performance.now(),I=(j,re,G,m)=>j+(re-j)*(re>j?G:m),B=()=>{let j=s.current,re=l.current?.()??0;if(!j||!re||((!T||T.length!==re)&&(T=new Uint8Array(re)),!j(T)))return!1;let m=Math.max(Ot,Math.floor(re*Hl))/Ot;for(let U=0;U<Ot;U++){let q=Math.floor(U*m),le=Math.max(q+1,Math.floor((U+1)*m)),w=0;for(let C=q;C<le;C++)w+=T[C];let M=w/(le-q)/255;z[U]=I(z[U],M,f?.2:.55,f?.06:.14)}return!0},E=(j,re)=>{for(let G=0;G<Ot;G++){let m=G/(Ot-1),U=Math.pow(1-m,1.6)*(.75+.25*Math.sin(j*3.1+G*.7));z[G]=I(z[G],U*re,.3,.12)}},te=j=>{let re=Math.min(Ot-1,Math.max(0,j*(Ot-1))),G=Math.floor(re),m=re-G,U=z[G],q=z[Math.min(Ot-1,G+1)];return U+(q-U)*m*m*(3-2*m)},A=j=>{y=requestAnimationFrame(A);let re=(j-ae)/1e3,G=i.current,m=Math.min(1,c.current());_=I(_,Math.max(G==="speaking"?.42:G==="listening"?.3:G==="thinking"?.28:.12,m),f?.1:.5,f?.05:.11),B()||E(re,Math.max(.25,_)),d.clearRect(0,0,v,N);let q=N/2;F=G==="thinking"?(F+.012)%1.6:0;let le=3;if(Y!==v){$=[];for(let C=0;C<le;C++){let K=C/(le-1||1),X=ql(p,k,K*.5),x=d.createLinearGradient(0,0,v,0);x.addColorStop(0,qa(X,0)),x.addColorStop(.5,qa(X,.9-K*.35)),x.addColorStop(1,qa(X,0)),$.push(x)}S=d.createLinearGradient(0,0,v,0),S.addColorStop(0,qa(p,0)),S.addColorStop(.5,qa(p,.14)),S.addColorStop(1,qa(p,0)),Y=v}let w=N*.32,M=Math.max(4,v/130);for(let C=0;C<le;C++){let K=C/(le-1||1),X=C*.055,x=1-K*.22;d.beginPath();let V=0,H=q;for(let g=0;g<=v;g+=M){let O=g/v,de=Math.pow(Math.sin(Math.PI*O),.85),oe=G==="thinking"?Math.exp(-Math.pow((O-(F-.3))*4.5,2)):1,ie=te(Math.abs(O-.5)*2),Te=re-X,Be=Math.sin(O*Math.PI*2*2.1+Te*7.4)*.66+Math.sin(O*Math.PI*2*3.7-Te*5.6)*.26+Math.sin(O*Math.PI*2*5.9+Te*9.1)*.08,qe=q+de*oe*x*w*_*(.6+ie*1.1)*Be+Math.sin(O*Math.PI*2*.6+(re-X)*2.2)*de*N*.01;g===0?d.moveTo(g,qe):d.quadraticCurveTo(V,H,(V+g)/2,(H+qe)/2),V=g,H=qe}d.quadraticCurveTo(V,H,v,H),d.lineCap="round",d.lineJoin="round";let D=(C===0?3:1.6)*(1+_*.6);C===0&&(d.strokeStyle=S,d.lineWidth=D*5,d.stroke()),d.strokeStyle=$[C],d.lineWidth=D,d.stroke()}};return y=requestAnimationFrame(A),()=>{cancelAnimationFrame(y),L?.disconnect(),window.removeEventListener("resize",P)}},[]),(0,ss.jsx)("canvas",{ref:n,className:o,"aria-hidden":"true"})}var Se=require("react/jsx-runtime");function cs({siteId:e,themeAttr:t,stopVoice:a,chooseVoice:r,liveVoiceName:o,voiceSecondsLeft:n,voiceConnecting:i,voicePhase:c,live:s,voiceMuted:l,setVoiceMuted:h,shownSources:d,onSelectSource:u,defaultCurrency:p,voiceError:k,t:y}){return(0,Se.jsxs)("div",{className:"hsk-voice-overlay",role:"dialog","aria-label":y("voiceModeStart"),children:[(0,Se.jsx)(Xr,{seed:e,theme:t}),(0,Se.jsx)("button",{className:"hsk-voice-exit",onClick:a,"aria-label":y("voiceModeExit"),title:y("voiceModeExit"),children:(0,Se.jsx)(Da,{})}),(0,Se.jsx)("div",{className:"hsk-voice-picker",role:"radiogroup","aria-label":y("voicePickerLabel"),children:Br.map((v,N)=>(0,Se.jsx)("button",{type:"button",role:"radio","aria-checked":o===v.name,className:J("hsk-voice-pill",o===v.name&&"hsk-voice-pill--on"),style:{animationDelay:`${N*60}ms`},onClick:()=>r(v.name),"aria-label":`${v.label}, ${v.gender}`,children:v.label},v.name))}),n!==null&&(0,Se.jsxs)("div",{className:J("hsk-voice-allowance",n<=5&&"hsk-voice-allowance--low"),role:"timer","aria-live":"off",children:[Math.max(0,Math.ceil(n)),"s"]}),(0,Se.jsx)("div",{className:J("hsk-voice-stage",i&&"hsk-voice-stage--connecting"),children:(0,Se.jsx)(is,{className:"hsk-voice-canvas",phase:c,level:s.micLevel,spectrum:s.micSpectrum,bins:s.spectrumBins})}),i?(0,Se.jsxs)("div",{className:"hsk-voice-connecting",role:"status",children:[(0,Se.jsx)("span",{className:"hsk-voice-connecting-dot"}),(0,Se.jsx)("span",{children:y("voiceConnecting")})]}):(0,Se.jsxs)("div",{className:"hsk-voice-caption","aria-live":"polite",children:[(0,Se.jsx)("span",{className:J("hsk-voice-phase",`hsk-voice-phase--${c}`),children:y(l?"voiceMuted":c==="speaking"?"voicePhaseSpeaking":c==="thinking"?"voicePhaseThinking":"voicePhaseListening")}),l&&(0,Se.jsx)("span",{className:"hsk-voice-heard",children:y("voiceMutedHint")}),!l&&c==="listening"&&(0,Se.jsx)("span",{className:"hsk-voice-hint-sub",children:y("voiceHint")})]}),d.length>0&&(0,Se.jsx)("div",{className:"hsk-voice-items",children:d.slice(0,4).map((v,N)=>(0,Se.jsxs)("button",{type:"button",className:"hsk-voice-item",style:{animationDelay:`${N*70}ms`},onClick:()=>u?.(v),children:[v.image?(0,Se.jsx)("img",{src:v.image,alt:"",className:"hsk-voice-item-img",loading:"lazy"}):(0,Se.jsx)("span",{className:"hsk-voice-item-img hsk-voice-item-img--empty",children:(0,Se.jsx)(Nt,{})}),(0,Se.jsx)("span",{className:"hsk-voice-item-name",children:v.name}),v.price&&(0,Se.jsxs)("span",{className:"hsk-voice-item-price",children:[v.currency??p," ",parseFloat(String(v.price).replace(/[^0-9.]/g,"")||"0").toLocaleString()]})]},v.id??N))}),k&&(0,Se.jsx)("div",{className:"hsk-voice-error",children:y(k)}),(0,Se.jsx)("div",{className:"hsk-voice-controls",children:(0,Se.jsx)("button",{className:J("hsk-voice-control",l&&"hsk-voice-control--muted"),onClick:()=>h(v=>!v),"aria-label":y(l?"voicePhaseListening":"voiceModeExit"),title:y(l?"voicePhaseListening":"voiceModeExit"),children:(0,Se.jsx)("span",{className:"hsk-voice-control-icon",children:l?(0,Se.jsx)(jr,{}):(0,Se.jsx)($a,{})},l?"off":"on")})})]})}var Ha=require("react/jsx-runtime");function ls({src:e,onClose:t}){return e?(0,Ha.jsxs)("div",{className:"hsk-lightbox",onClick:t,children:[(0,Ha.jsx)("button",{className:"hsk-lightbox-close",onClick:t,"aria-label":"Close image",children:(0,Ha.jsx)(Da,{})}),(0,Ha.jsx)("img",{src:e,alt:"",className:"hsk-lightbox-img",onClick:a=>a.stopPropagation()})]}):null}var xa=require("react");var ia=require("react/jsx-runtime");function ps({items:e,activeIdx:t,progress:a,onJump:r,side:o="right"}){let n=ra(),i=(0,xa.useRef)(null),c=(0,xa.useRef)(null),s=(0,xa.useRef)([]),l=(0,xa.useRef)(null),h=0;for(let d=0;d<e.length;d++)e[d].idx<=t&&(h=d);return(0,xa.useEffect)(()=>{let d=s.current[h],u=l.current,p=c.current,k=i.current;if(d&&(u&&(u.style.transform=`translateY(${d.offsetTop+d.offsetHeight/2}px)`),p&&k)){let y=k.clientHeight;if(p.scrollHeight>y&&y>0){let N=d.offsetTop+d.offsetHeight/2,P=y/2-N;p.style.transform=`translateY(${P}px)`}else p.style.transform="none"}},[h,e.length]),e.length<2?null:(0,ia.jsx)("nav",{ref:i,className:J("hsk-cb-timeline",o==="left"?"hsk-cb-timeline--left":"hsk-cb-timeline--right"),"aria-label":n("timelineLabel"),children:(0,ia.jsxs)("div",{ref:c,className:"hsk-cb-timeline-track",style:{"--hsk-tl-progress":a},children:[(0,ia.jsx)("span",{className:"hsk-cb-tl-cursor",ref:l,"aria-hidden":"true"}),e.map((d,u)=>(0,ia.jsxs)("button",{ref:p=>{s.current[u]=p},type:"button",className:J("hsk-cb-tl-item",u===h&&"hsk-cb-tl-item--on"),style:{"--hsk-tl-d":Math.min(Math.abs(u-h),4)},onClick:()=>r(d.idx),title:d.text,children:[(0,ia.jsx)("span",{className:"hsk-cb-tl-dot"}),(0,ia.jsx)("span",{className:"hsk-cb-tl-label",children:d.text})]},d.idx))]})})}var ut=require("react");var Ee=require("react/jsx-runtime");function ds({msg:e,rect:t,containerRect:a,isUser:r,canRetry:o,canEdit:n,onPin:i,onRetry:c,onEdit:s,onCopy:l,onClose:h,t:d}){let[u,p]=(0,ut.useState)(!1),k=(0,ut.useRef)(null);(0,ut.useEffect)(()=>{let q=le=>{le.key==="Escape"&&h()};return window.addEventListener("keydown",q),()=>window.removeEventListener("keydown",q)},[h]);let y=(0,ut.useCallback)(()=>{l(e.content||""),p(!0),setTimeout(()=>{h()},450)},[e.content,l,h]),v=(0,ut.useCallback)(()=>{i(e),h()},[e,i,h]),N=(0,ut.useCallback)(()=>{c&&c(e),h()},[e,c,h]),P=(0,ut.useCallback)(()=>{s&&s(e),h()},[e,s,h]),[L,f]=(0,ut.useState)(0);(0,ut.useEffect)(()=>{if(k.current){let q=k.current.offsetWidth;q&&Math.abs(q-L)>2&&f(q)}},[L]);let z=a?.top??0,$=a?.left??0,S=a?.width??(typeof window<"u"?window.innerWidth:390),Y=t.top-z,T=t.left-$,_=t.width,F=t.height,ae=2;o&&c&&ae++,r&&n&&s&&ae++;let B=L||(ae===2?140:ae===3?195:252),E=38,te=Y>=58,A=te?Math.max(8,Y-E-16):Math.min(Y+F+16,(a?.height??800)-E-8),j=r?Math.max(28,T+_-18):Math.min(S-28,T+20),re=r?j-B+18:j-18;re=Math.max(10,Math.min(re,S-B-10));let G=Math.max(18,Math.min(j-re,B-18)),m=r?"var(--hsk-user-bubble-bg, var(--hsk-primary, #007aff))":"var(--hsk-chat-source-bg, var(--hsk-bubble-bg, rgba(255, 255, 255, 0.12)))",U=0;return(0,Ee.jsx)("div",{className:"hsk-tapback-overlay",onClick:h,children:(0,Ee.jsxs)("div",{ref:k,className:J("hsk-tapback-group",te?"is-above":"is-below",r?"is-user":"is-ai"),style:{top:`${A}px`,left:`${re}px`,"--tail-x":`${G}px`,"--hsk-anchor-color":m},onClick:q=>q.stopPropagation(),children:[(0,Ee.jsxs)("div",{className:"hsk-tapback-capsule",children:[(0,Ee.jsxs)("button",{type:"button",className:"hsk-tapback-tool-btn hsk-tapback-tool-btn--pin",onClick:v,"aria-label":"Pin to Kiku Memory",style:{"--tool-idx":U++},children:[(0,Ee.jsx)(ii,{size:14}),(0,Ee.jsx)("span",{children:"Pin"})]}),o&&c&&(0,Ee.jsxs)("button",{type:"button",className:"hsk-tapback-tool-btn hsk-tapback-tool-btn--retry",onClick:N,"aria-label":d("retry"),style:{"--tool-idx":U++},children:[(0,Ee.jsx)(sr,{size:14}),(0,Ee.jsx)("span",{children:d("retry")})]}),r&&n&&s&&(0,Ee.jsxs)("button",{type:"button",className:"hsk-tapback-tool-btn hsk-tapback-tool-btn--edit",onClick:P,"aria-label":d("edit"),style:{"--tool-idx":U++},children:[(0,Ee.jsx)(Ur,{size:14}),(0,Ee.jsx)("span",{children:d("edit")})]}),(0,Ee.jsxs)("button",{type:"button",className:J("hsk-tapback-tool-btn hsk-tapback-tool-btn--copy",u&&"is-copied"),onClick:y,"aria-label":d(u?"copied":"copy"),style:{"--tool-idx":U++},children:[u?(0,Ee.jsx)(ma,{size:14}):(0,Ee.jsx)(ua,{size:14}),(0,Ee.jsx)("span",{children:d(u?"copied":"copy")})]})]}),(0,Ee.jsxs)("div",{className:J("hsk-tapback-tail",te?"is-above":"is-below"),style:{left:`${G}px`},children:[(0,Ee.jsx)("span",{className:"hsk-tapback-dot hsk-tapback-dot--top",children:(0,Ee.jsx)("span",{className:"hsk-tapback-dot-bridge"})}),(0,Ee.jsx)("span",{className:"hsk-tapback-dot hsk-tapback-dot--mid"}),(0,Ee.jsx)("span",{className:"hsk-tapback-dot hsk-tapback-dot--anchor"})]})]})})}var we=require("react/jsx-runtime");function an({title:e="kiku",placeholder:t="Ask me anything\u2026",backdropColor:a,backdropBlur:r,onClose:o,onSelectSource:n,defaultCurrency:i="",chips:c=ir,theme:s,classNames:l={},enableVoice:h=!1,voiceLang:d,enableVision:u=!1,visionCategoryHint:p,enableAudioResponse:k=!0,ttsVoice:y="Puck",autoSpeakResponses:v=!0,origin:N}){let P=(0,hs.useAkropolysContext)(),{messages:L,sources:f,loading:z,streaming:$,error:S,errorCode:Y,lastAction:T,lastIntent:_,allowedActions:F,send:ae,queuedMessage:I,sendQueuedNow:B,appendSpokenExchange:E,stop:te,stopped:A,interrupted:j,continueGenerating:re,reset:G,referencedIds:m}=(0,Ua.useKiku)(),{activeScouts:U}=(0,Ua.useScouts)(),[q,le]=(0,pe.useState)(()=>{try{return P.getShopperName?.()??""}catch{return""}}),[w,M]=(0,pe.useState)(()=>{try{return P.getShopperLanguage?.()??""}catch{return""}}),[C,K]=(0,pe.useState)(()=>{try{return P.getEntityLanguageMode?.()??""}catch{return""}}),[X,x]=(0,pe.useState)(!1),{chromeReady:V,isRTL:H,speechLang:D,scriptFont:g,fontStack:O,isNonLatin:de,hostFontCovers:oe,t:ie,tNode:Te}=zi({shopperLanguage:w,theme:s}),Be=pe.default.useMemo(()=>{let R=f.filter(Ye=>Ye.id&&m.includes(Ye.id)),se=[...L].reverse().find(Ye=>Ye.role==="assistant")?.content??"";if(!se)return R;let he=new Set(R.map(Ye=>Ye.id)),Ue=se.toLowerCase().replace(/\s+/g," "),je=Ye=>{let pt=String(Ye??"").toLowerCase().replace(/\s+/g," ").trim(),Jt=pt.split(" "),la=[pt];return Jt.length>3&&la.push(Jt.slice(0,3).join(" ")),Jt.length>4&&la.push(Jt.slice(0,4).join(" ")),la.filter(zr=>zr.length>=5)},Ct=f.filter(Ye=>Ye.id&&!he.has(Ye.id)&&je(Ye.name).some(pt=>Ue.includes(pt)));return[...R,...Ct]},[f,m,L]),qe=F===null||F.includes("capture"),[et,Xe]=(0,pe.useState)(""),[mt,kt]=(0,pe.useState)(!1),[$e,rt]=(0,pe.useState)(!1),[Rt,wt]=(0,pe.useState)([]),Wa=(0,pe.useRef)(null),[kr,Ka]=(0,pe.useState)({}),[Ca,Ma]=(0,pe.useState)(null),[Oa,Na]=(0,pe.useState)(null),[ke,ct]=(0,pe.useState)(()=>{if(typeof window>"u")return!1;try{return localStorage.getItem("akropolys_terms_agreed")==="true"}catch{return!1}}),bt=L.length===0,ot=bt&&!w,Je=bt&&!!w&&!q,lt=bt&&!!w&&!!q&&!C,ft=bt&&!!w&&!!q&&!!C&&!ke,Pt=ot||Je||lt||ft,Oe=pe.default.useMemo(()=>L.some(R=>R.liveKeys?.length>0),[L]);(0,pe.useEffect)(()=>{if(Oe)return(0,Ua.subscribeLiveStream)({client:P})},[Oe,P]);let[nt,He]=(0,pe.useState)(!1);(0,pe.useEffect)(()=>{let R=window.matchMedia?.("(max-width: 768px)");if(!R)return;let se=()=>He(R.matches);return se(),R.addEventListener?.("change",se),()=>R.removeEventListener?.("change",se)},[]);let At=R=>{let se=R.trim();if(!se){try{P.setShopperLanguage?.("")}catch{}M("");return}try{P.setShopperLanguage?.(se)}catch{}M(se),x(!1)},Ta=R=>{try{P.setEntityLanguageMode?.(R)}catch{}K(R),ke&&x(!0)},Qt=()=>{try{localStorage.setItem("akropolys_terms_agreed","true")}catch{}ct(!0),x(!0)},br=e==="kiku"&&ie("nameStepTitle")?"kiku":e,ro=ot?ie("langPlaceholder"):Je?ie("namePlaceholder"):lt?ie("entityLangPlaceholder"):ft?ie("termsPlaceholder"):t==="Ask me anything\u2026"?ie("defaultPlaceholder"):t,fr=!c||c===ir?[]:Array.isArray(c)?c:[],gr=ot?"curious":Je?"welcoming":lt?"guiding":ft?"focused":"happy",[Ut,vr]=(0,pe.useState)(()=>{if(Eo(s))return s;if(typeof window<"u"){let R=localStorage.getItem("akropolys_theme");return Eo(R)?R:window.matchMedia?.("(prefers-color-scheme: light)").matches?si:Io}return Io}),za=(R,se=!1)=>{vr(R),se&&(Nr(!1),uo(!1));try{localStorage.setItem("akropolys_theme",R)}catch{}},{vars:oo}=Aa(s),sa=Ut;Fr(s);let Ya=(0,pe.useRef)(()=>{}),it=(0,pe.useRef)(null),gt=async(R,se,he,Ue)=>{let je=(R??et).trim(),Ct=se??Rt;if(!je&&Ct.length===0||!V||I)return;if(Je){if(!je)return;let pt=Un(je)||je.slice(0,40);try{P.setShopperName?.(pt)}catch{}le(pt),Xe("");return}if(ot){if(!je)return;At(je),Xe("");return}if(lt){Xe("");return}kt(!1),rt(!1),Xe(""),wt([]);let Ye=je||(Ct.some(pt=>pt.type==="image")?"Analyze this image":"What is this?");await ae(Ye,je,Ct.length>0?Ct:void 0,he,Ue)},[yr,fe]=(0,pe.useState)(!1),Re=(0,pe.useCallback)(async R=>{let se=R&&R.role==="user"?R:[...L].reverse().find(he=>he.role==="user");if(se?.content){fe(!0);try{await gt(se.content)}finally{fe(!1)}}},[L,gt]),ze=(0,pe.useCallback)(R=>{R?.content&&(Xe(R.content),setTimeout(()=>{if(it.current){it.current.focus();let se=R.content.length;try{it.current.setSelectionRange(se,se)}catch{}}},50))},[Xe,it]),St=(0,pe.useCallback)(async()=>{await Re()},[Re]),{keyInput:Ge,setKeyInput:st,keyPhase:xr,setKeyPhase:wr,mintedKey:Ra,setMintedKey:Xt,mintedPub:Sr,setMintedPub:no,copied:Cr,keyCountdown:io,minting:so,copyValue:Mr,handleUseExistingKey:ys,handleCreateKey:xs}=Ai(T,St),ws=(0,pe.useCallback)(()=>{if(typeof window>"u")return"N/A";try{let R=sessionStorage.getItem("akropolys_kiku_pub")||sessionStorage.getItem("kiku_pub");if(R)return R;let se=localStorage.getItem("akropolys_kiku_pub")||localStorage.getItem("kiku_pub")||localStorage.getItem("kiku_id");if(se)return se;let he=document.cookie.match(/(?:^|;\s*)(?:akropolys_kiku_pub|kiku_pub|kiku_id)=([^;]+)/);if(he)return decodeURIComponent(he[1])}catch{}return"N/A"},[]),co=Sr??P?.getKikuPub?.()??ws(),[Ga,sn]=(0,pe.useState)(null),Ss=(0,pe.useCallback)((R,se,he)=>{sn({msg:R,rect:se,isUser:he})},[]),Cs=(0,pe.useCallback)(async R=>{let he=`@kiku pin ${(R.content||"").slice(0,50).replace(/\n+/g," ")}`;await ae(R.content||"pin message",he,void 0,"capture")},[ae]),{handleKikuCapture:Ms,handleKikuCaptureAll:Ns,handleKikuViewHistory:Ts,handleKikuDelete:zs}=Li({attachments:Rt,setAttachments:wt,setInput:Xe,send:ae,defaultCurrency:i,t:ie}),{voiceMode:cn,voicePhase:ln,voiceConnecting:Rs,voiceError:lo,setVoiceError:pn,voiceMuted:Ps,setVoiceMuted:As,voiceSecondsLeft:Ls,voiceBlocked:Is,liveVoiceName:Es,chooseVoice:Ds,canConverse:$s,startVoice:Fs,stopVoice:dn,voice:_s,live:po}=$i({voiceLang:d,speechLang:D,shopperLanguage:w,ttsVoice:y,handleSendUtterance:R=>Ya.current(R),appendSpokenExchange:E}),ho=(0,pe.useRef)(null),[ca,Nr]=(0,pe.useState)(!1),[Bs,hn]=(0,pe.useState)(!1),[un,uo]=(0,pe.useState)(!1),Qa=(0,pe.useRef)(null),Tr=(0,pe.useRef)(null),mo=(0,pe.useRef)(null),mn=(0,pe.useRef)([]),qs=(0,pe.useRef)(null),Xa=(0,pe.useRef)(null),Hs=`hsk-goo-${(0,pe.useId)()}`,ko=(0,pe.useCallback)(()=>{Qa.current||(uo(!0),Qa.current=setTimeout(()=>{Nr(!1),uo(!1),Qa.current=null},200))},[]);(0,pe.useEffect)(()=>()=>{Qa.current&&clearTimeout(Qa.current)},[]),(0,pe.useEffect)(()=>{if(!ca)return;let R=se=>{let he=se.composedPath?se.composedPath():[],Ue=Tr.current&&(he.includes(Tr.current)||Tr.current.contains(se.target)),je=mo.current&&(he.includes(mo.current)||mo.current.contains(se.target)),Ct=se.target,Ye=Ct?.closest?.(".hsk-cb-topbar-mark"),pt=Ct?.closest?.(".hsk-cb-topbar-ooze-menu")||he.some(Jt=>Jt?.classList?.contains?.("hsk-cb-topbar-ooze-menu"));Ue||je||Ye||pt||ko()};return document.addEventListener("mousedown",R),document.addEventListener("touchstart",R,{passive:!0}),()=>{document.removeEventListener("mousedown",R),document.removeEventListener("touchstart",R)}},[ca]);let{msgsContainerRef:kn,lastExternalScrollRef:Us,showJumpToBottom:js,scrollProgress:Vs,activeMsgIdx:Ws,unreadBelow:Ks,jumpToMessage:Os,jumpToBottom:Ys}=Ri({messages:L,loading:z,messageRefs:mn});ci({panel:(0,pe.useCallback)(()=>ho.current,[]),scroller:(0,pe.useCallback)(()=>kn.current,[]),onDismiss:o,quiescent:(0,pe.useCallback)(()=>performance.now()-Us.current>90,[])}),(0,pe.useEffect)(()=>{if(typeof window>"u")return;let R=window.innerWidth-document.documentElement.clientWidth,se=document.body.style.overflow,he=document.body.style.paddingRight;if(R>0){let Ue=parseFloat(window.getComputedStyle(document.body).paddingRight)||0;document.body.style.paddingRight=`${Ue+R}px`,document.documentElement.style.setProperty("--hsk-scrollbar-width",`${R}px`)}return document.body.style.overflow="hidden",()=>{document.body.style.overflow=se,document.body.style.paddingRight=he,document.documentElement.style.removeProperty("--hsk-scrollbar-width")}},[]),(0,pe.useEffect)(()=>{let R=window.visualViewport;if(!R)return;let se=document.documentElement,he=()=>{se.style.setProperty("--hsk-vvh",`${R.height}px`)};return he(),R.addEventListener("resize",he),R.addEventListener("scroll",he),()=>{R.removeEventListener("resize",he),R.removeEventListener("scroll",he),se.style.removeProperty("--hsk-vvh")}},[]),(0,pe.useEffect)(()=>{let R=se=>{if(se.key==="Escape"){if(Ca){Ma(null);return}o()}};return document.addEventListener("keydown",R),()=>document.removeEventListener("keydown",R)},[Ca,o]);let Gs=(0,pe.useCallback)(()=>{G(),wr("idle")},[G,wr]),Qs=R=>{n?.(R);let se=[...L].reverse().find(Ue=>Ue.role==="assistant");if(se&&se.content.trim().endsWith("?")){ae(ie("cardClickAnswer",{name:R.name}));return}let he=R.price?` (${R.currency??i} ${R.price})`:"";ae(ie("cardClickQuery",{name:R.name,price:he}))},Xs=R=>{Xe(R+" "),rt(!1),kt(!0),it.current&&it.current.focus()},Js=R=>{if(R.key==="Escape"&&mt){R.preventDefault(),kt(!1);return}if(R.key==="Escape"&&$e){R.preventDefault(),rt(!1);return}R.key==="Enter"&&!R.shiftKey&&!R.nativeEvent.isComposing&&(R.preventDefault(),gt())},bo=(0,pe.useRef)(28),bn=(0,pe.useRef)(280),fo=(0,pe.useRef)(null),Zs=(R,se)=>{try{!fo.current&&typeof document<"u"&&(fo.current=document.createElement("canvas"));let he=fo.current?.getContext("2d");return he?(he.font=se,he.measureText(R).width):R.length*8.5}catch{return R.length*8.5}},ec=R=>{let se=R.closest(".hsk-cb-input-box");if(!se)return;let he=R.value;!(se.dataset.expanded==="true")&&R.clientWidth>50&&(bn.current=R.clientWidth);let je=window.getComputedStyle(R),Ct=je.font||`${je.fontSize||"16px"} ${je.fontFamily||"Geist, sans-serif"}`,Ye=Zs(he,Ct),pt=Math.max(120,bn.current-14),Jt=he.includes(`
45
- `),la=!!(he&&(Jt||Ye>pt));if(se.dataset.expanded!==(la?"true":"false")&&(se.dataset.expanded=la?"true":"false"),!he){bo.current=28,R.style.height="";return}if(!la){bo.current=28,R.style.height="";return}R.style.height="auto";let zr=Math.max(28,Math.min(R.scrollHeight,140));bo.current=zr,R.style.height=`${zr}px`};(0,pe.useEffect)(()=>{it.current&&ec(it.current)},[et]);let tc=R=>{let se=R.target.value;Xe(se),lo&&pn("");let he=se.trim();rt(he==="@"),kt(/^@kiku\s*$/i.test(he))};(0,pe.useEffect)(()=>{Ya.current=R=>{gt(R)}});let ac=async R=>{if(!R||R.length===0)return;let se=Array.from(R);for(let he of se)if(he.type.startsWith("image/"))try{let Ue=await Ir(he);wt(je=>[...je,{type:"image",data:Ue}])}catch{}},rc=R=>{wt(se=>se.filter((he,Ue)=>Ue!==R))},oc=(po.sources?.length??0)>0?po.sources:Be,nc=a&&(a.includes("rgba")||a.includes("hsla")||a==="transparent"),ic=r||nc?{backdropFilter:`blur(${typeof r=="number"?`${r}px`:r||"20px"})`,WebkitBackdropFilter:`blur(${typeof r=="number"?`${r}px`:r||"20px"})`}:{},fn=(A||j)&&!z&&!$,Pa=pe.default.useMemo(()=>{let R=z||$;return L.filter((se,he)=>se.role!=="assistant"||he===L.length-1&&R?!0:!!se.content||!!se.visualization||se.visualizing||(se.knowledgeImages?.length??0)>0||(se.referencedIds?.length??0)>0)},[L,z,$]),sc=pe.default.useMemo(()=>Pa.map((R,se)=>({m:R,idx:se})).filter(({m:R})=>R.role==="user"&&!!R.content.trim()).map(({m:R,idx:se})=>{let he=R.content.replace(/^@kiku\s*/i,"").replace(/\s+/g," ").trim();return{idx:se,text:he.length>30?he.slice(0,29).trimEnd()+"\u2026":he}}),[Pa]),cc=fn&&Pa[Pa.length-1]?.role!=="assistant",gn=(0,pe.useRef)(Date.now());return(0,pe.useEffect)(()=>{gn.current=Date.now()},[]),(0,we.jsx)(Ro.Provider,{value:ie,children:(0,we.jsx)("div",{ref:Xa,className:J("hsk-cb-overlay",N&&"hsk-cb-overlay--grows",l.overlay),onPointerDown:R=>{R.target===R.currentTarget&&(Xa.current._ptrDown=!0)},onClick:R=>{R.target===R.currentTarget&&Xa.current?._ptrDown&&Date.now()-gn.current>200&&o(),Xa.current&&(Xa.current._ptrDown=!1)},"data-hsk-theme":sa,style:{...ic,...a?{background:a}:{},...N?{"--hsk-ox":`${N.x}px`,"--hsk-oy":`${N.y}px`,"--hsk-or":`${Math.ceil(N.r)}px`,"--hsk-bt":`${Math.round(N.top??N.y)}px`,"--hsk-bl":`${Math.round(N.left??N.x)}px`,"--hsk-bw":`${Math.round(N.width??0)}px`,"--hsk-bh":`${Math.round(N.height??0)}px`,"--hsk-bbr":`${Math.round(N.borderRadius??12)}px`}:{},...oo},children:(0,we.jsxs)("div",{ref:ho,className:J("hsk-cb-panel",l.panel),dir:H?"rtl":"ltr","data-script":de?"nonlatin":"latin","data-host-font":oe?"covers":"gap","data-nastaliq":g?.family==="Noto Nastaliq Urdu"||w?.toLowerCase()==="urdu"||w?.toLowerCase()==="ur"||w==="\u0627\u0631\u062F\u0648"?"true":void 0,style:O?{"--hsk-font":O}:void 0,onClick:R=>{R.stopPropagation();let se=R.target;if(se.tagName==="IMG"&&(se.classList.contains("hsk-markdown-img")||se.classList.contains("hsk-cb-user-img-thumb"))){let he=se.src;he&&Ma(he)}},children:[(0,we.jsx)(ls,{src:Ca,onClose:()=>Ma(null)}),Oa&&(0,we.jsx)("div",{className:"hsk-markup-overlay",children:(0,we.jsx)(mi,{src:Oa,t:ie,onCancel:()=>Na(null),onSend:(R,se,he,Ue)=>{Na(null),gt(se||ie("markupApplyMarks"),[{type:"image",data:R,annotated:!0,marks:he,instructed:!!se,preview:Ue}])}})}),(0,we.jsxs)("div",{className:"hsk-cb-main",children:[(0,we.jsx)(Xr,{seed:P?.api?.siteId??"",theme:sa,dir:H?"rtl":"ltr"}),(0,we.jsx)(Ui,{title:br,hasMessages:L.length>0,avatarState:$?"speaking":z?"thinking":"idle",unread:Ks,awayFromBottom:js,themeMenuOpen:ca,themeMenuClosing:un,isNarrow:nt,currentTheme:Ut,onJumpToLatest:Ys,onReset:Gs,onClose:o,onToggleThemeMenu:()=>ca?ko():Nr(!0),onSelectTheme:R=>{za(R,!0)}}),(0,we.jsx)("div",{className:"hsk-cb-msgs",ref:kn,children:Pa.length===0?(0,we.jsx)(Ki,{inOnboarding:Pt,justCompleted:X,onboardingMood:gr,awaitingLang:ot,awaitingName:Je,awaitingEntityLang:lt,awaitingConsent:ft,termsAgreed:ke,shopperLanguage:w,shopperName:q,entityLangPref:C,chromeReady:V,activeChips:fr,t:ie,tNode:Te,chooseLanguage:At,chooseEntityLang:Ta,agreeTerms:Qt,handleSend:gt}):(0,we.jsx)(rs,{displayMessages:Pa,messageRefs:mn,isNarrow:nt,loading:z,streaming:$,sources:f,referencedIds:m,discussedSources:Be,lastIntent:_,lastAction:T,defaultCurrency:i,stopped:A,interrupted:j,halted:fn,haltedEmpty:cc,error:S,errorCode:Y,keyPhase:xr,keyInput:Ge,setKeyInput:st,mintedKey:Ra,setMintedKey:Xt,mintedPub:Sr,setMintedPub:no,minting:so,copied:Cr,keyCountdown:io,handleUseExistingKey:ys,handleCreateKey:xs,copyValue:Mr,queuedMessage:I,sendQueuedNow:B,setLightboxSrc:Ma,setMarkupSrc:Na,handleSend:gt,handleSourceClick:Qs,onRetry:Re,onEdit:ze,onLongPress:Ss,retrying:yr,continueGenerating:re,t:ie,bottomRef:qs,vizState:kr,setVizState:Ka,messages:L})}),(0,we.jsx)(os,{gooId:Hs,input:et,setInput:Xe,showKikuPicker:mt,setShowKikuPicker:kt,showAtPicker:$e,setShowAtPicker:rt,captureAllowed:qe,discussedSources:Be,defaultCurrency:i,handleSelectExtension:Xs,handleKikuCapture:Ms,handleKikuCaptureAll:Ns,handleKikuViewHistory:Ts,handleKikuDelete:zs,attachments:Rt,removeAttachment:rc,chromeLoading:!V,imageInputRef:Wa,handleImageFiles:ac,enableVision:u,enableVoice:h,canConverse:$s,voiceMode:cn,startVoice:Fs,stopVoice:dn,voiceBlocked:Is,textareaRef:it,classNames:l,handleInput:tc,handleKeyDown:Js,voice:_s,voicePhase:ln,activePlaceholder:ro,loading:z,streaming:$,stop:te,handleSend:gt,voiceError:lo,setVoiceError:pn,shopperLanguage:w,t:ie})]}),(0,we.jsx)(ps,{items:sc,activeIdx:Ws,progress:Vs,onJump:Os,side:H?"left":"right"}),(0,we.jsxs)("div",{className:J("hsk-cb-kiku-id-rail",H?"hsk-cb-kiku-id-rail--right":"hsk-cb-kiku-id-rail--left"),children:[(0,we.jsx)(lr,{themeAttr:sa,open:Bs,onOpenChange:R=>{hn(R),R&&ca&&ko()},onAsk:R=>{gt(`scout ${R.id}`)},onNew:()=>{Xe(""),setTimeout(()=>it.current?.focus(),60)}}),(0,we.jsx)("div",{className:J("hsk-cb-theme-squircle-wrap",ca&&"is-open",un&&"is-closing"),ref:Tr,children:ca?(0,we.jsx)("div",{className:"hsk-cb-theme-2x2-grid",role:"dialog","aria-label":"Theme selector",children:ka.map(({id:R,label:se,Icon:he})=>(0,we.jsxs)("button",{type:"button",className:J("hsk-cb-theme-grid-item",Ut===R&&"is-active"),onClick:Ue=>{Ue.stopPropagation(),za(R,!0)},children:[(0,we.jsx)(he,{}),(0,we.jsx)("span",{children:se})]},R))}):(0,we.jsxs)("button",{type:"button",className:"hsk-cb-theme-squircle-trigger",onClick:()=>{hn(!1),Nr(!0)},"aria-label":"Themes","aria-expanded":"false",children:[(0,we.jsx)("span",{className:"hsk-cb-theme-trigger-icon",children:pe.default.createElement(Do(Ut).Icon)}),(0,we.jsx)("span",{className:"hsk-cb-theme-trigger-label",children:Do(Ut).label})]})}),(0,we.jsxs)("button",{type:"button",className:"hsk-cb-kiku-id-pill",onClick:()=>co!=="N/A"&&Mr(co,"pub"),title:ie("keyCopyId"),children:[(0,we.jsx)("span",{className:"hsk-cb-kiku-id-rail-val",children:co}),Cr==="pub"?(0,we.jsx)(ma,{}):(0,we.jsx)(ua,{})]})]}),cn==="converse"&&(0,we.jsx)(cs,{siteId:P?.api?.siteId??"",themeAttr:sa,stopVoice:dn,chooseVoice:Ds,liveVoiceName:Es,voiceSecondsLeft:Ls,voiceConnecting:Rs,voicePhase:ln,live:po,voiceMuted:Ps,setVoiceMuted:As,shownSources:oc,onSelectSource:n,defaultCurrency:i,voiceError:lo,t:ie}),Ga&&(0,we.jsx)(ds,{msg:Ga.msg,rect:Ga.rect,containerRect:ho.current?.getBoundingClientRect(),isUser:Ga.isUser,canRetry:!z&&!$,canEdit:Ga.isUser,onPin:Cs,onRetry:Re,onEdit:ze,onCopy:R=>{try{navigator.clipboard.writeText(R)}catch{}},onClose:()=>sn(null),t:ie})]})})})}var Ht=require("react/jsx-runtime");function to({label:e="Ask AI",children:t,icon:a,title:r,placeholder:o,backdropColor:n,backdropBlur:i,className:c,onSelectSource:s,defaultCurrency:l="$",chips:h=ir,theme:d,classNames:u={},enableVoice:p=!1,voiceLang:k,enableVision:y=!1,visionCategoryHint:v,enableAudioResponse:N,ttsVoice:P,autoSpeakResponses:L}){let f=(0,ms.useAkropolysContext)(),[z,$]=(0,Yt.useState)(!1),[S,Y]=(0,Yt.useState)(!1),[T,_]=(0,Yt.useState)(null),F=(0,Yt.useCallback)(()=>{or();try{En(f,f?.getShopperLanguage?.()??"",ha)}catch{}},[f]),ae=(0,Yt.useCallback)(E=>{F();let te=E.getBoundingClientRect(),A=window.getComputedStyle(E),j=parseFloat(A.borderRadius)||12,re=te.left+te.width/2,G=te.top+te.height/2,m=window.innerWidth,U=window.innerHeight,q=Math.max(Math.hypot(re,G),Math.hypot(m-re,G),Math.hypot(re,U-G),Math.hypot(m-re,U-G));_({x:re,y:G,r:q,top:te.top,left:te.left,width:te.width,height:te.height,borderRadius:j}),$(!0)},[F]);(0,Yt.useEffect)(()=>{Y(!0),F();let E=window.requestIdleCallback,te=E?E(F,{timeout:2e3}):setTimeout(F,300);if(typeof window<"u"&&!window.__akropolys_nav_patched){window.__akropolys_nav_patched=!0;let j=window.location.pathname,re=window.history.pushState,G=window.history.replaceState;window.history.pushState=function(...m){re.apply(this,m),window.location.pathname!==j&&(j=window.location.pathname,window.dispatchEvent(new CustomEvent("akropolys:navigation")))},window.history.replaceState=function(...m){G.apply(this,m),window.location.pathname!==j&&(j=window.location.pathname,window.dispatchEvent(new CustomEvent("akropolys:navigation")))}}let A=()=>{$(!1)};return window.addEventListener("popstate",A),window.addEventListener("akropolys:navigation",A),()=>{let j=window.cancelIdleCallback;E&&j?j(te):clearTimeout(te),window.removeEventListener("popstate",A),window.removeEventListener("akropolys:navigation",A)}},[F]);let{themeAttr:I,vars:B}=Aa(d);return Fr(d),(0,Ht.jsxs)(Ht.Fragment,{children:[(0,Ht.jsx)("button",{className:J("hsk-cb-btn",u.button,c),onClick:E=>ae(E.currentTarget),onPointerEnter:F,onPointerDown:F,style:B,"data-hsk-theme":I,"aria-label":"Open AI chat",children:t!==void 0?t:(0,Ht.jsxs)(Ht.Fragment,{children:[a?(0,Ht.jsx)("span",{className:"hsk-cb-btn-icon",style:{display:"flex",alignItems:"center"},children:a}):null,e]})}),z&&S&&(0,us.createPortal)((0,Ht.jsx)(an,{title:r,placeholder:o,backdropColor:n,backdropBlur:i,origin:T,onClose:()=>$(!1),onSelectSource:s,defaultCurrency:l,chips:h,theme:d,classNames:u,enableVoice:p,voiceLang:k,enableVision:y,visionCategoryHint:v,enableAudioResponse:N,ttsVoice:P,autoSpeakResponses:L}),or()??document.body)]})}var _e=require("react"),fs=require("react-dom");var ja=require("@akropolys/sdk");var b=require("react/jsx-runtime"),wa=({className:e,size:t=16})=>(0,b.jsx)("svg",{className:J("hsk-brand-mark",e),width:t,height:t,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"})]})}),ks=()=>(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"})]}),bs=e=>{let t="";if(typeof e=="string")t=e;else if(e&&typeof e=="object"&&e.message)t=e.message;else try{t=JSON.stringify(e)}catch{t=String(e)}if(t.toLowerCase().includes("token limit"))return"You've reached your usage limit. Please update your billing limits in your dashboard to continue.";try{let a=JSON.parse(t);return a.error||a.message||t}catch{return t}};function Ul({productName:e,limit:t,backdropColor:a,backdropBlur:r,onClose:o,onNavigate:n,onResult:i,theme:c,classNames:s={},product:l}){let h=(0,ja.useAkropolysContext)(),[d,u]=(0,_e.useState)(null),p=l||d,{results:k,loading:y,search:v}=(0,ja.useSearch)({type:"vector"}),{messages:N,sources:P,loading:L,error:f,send:z}=(0,ja.useKiku)(),[$,S]=(0,_e.useState)(""),[Y,T]=(0,_e.useState)(!1),[_,F]=(0,_e.useState)(!1),[ae,I]=(0,_e.useState)(!1),B=(0,_e.useRef)(null),E=(0,_e.useRef)(null);(0,_e.useEffect)(()=>{!l&&!d&&h.api.searchVector(e,1).then(M=>{M.results&&M.results.length>0&&u(M.results[0].entity)}).catch(M=>console.error("[Akropolys] Failed to fetch product details",M)),v(e,t)},[e,l,d,h,t,v]),(0,_e.useEffect)(()=>{let M=()=>T(window.innerWidth<=768);if(M(),typeof window<"u")return window.addEventListener("resize",M),()=>window.removeEventListener("resize",M)},[]),(0,_e.useEffect)(()=>{k.length>0&&i?.(k)},[k,i]),(0,_e.useEffect)(()=>{let M=C=>{C.key==="Escape"&&o()};return document.addEventListener("keydown",M),()=>document.removeEventListener("keydown",M)},[o]);let te=(0,_e.useRef)(null);(0,_e.useEffect)(()=>{let M=document.body.style.overflow,C=document.body.style.position,K=document.body.style.width;document.body.style.overflow="hidden",document.body.style.position="fixed",document.body.style.width="100%";let X=()=>{window.scrollTo(0,0),te.current&&(te.current.scrollTop=0)};return window.addEventListener("scroll",X,{passive:!0}),()=>{document.body.style.overflow=M,document.body.style.position=C,document.body.style.width=K,window.removeEventListener("scroll",X)}},[]);let A=(0,_e.useRef)(null);(0,_e.useEffect)(()=>{A.current&&(A.current.scrollTop=A.current.scrollHeight)},[N,L]);let j=typeof r=="number"?`${r}px`:r??"16px",re=a??void 0,G=M=>{n?.(M)!==!1&&(o(),M.entity.url&&(window.location.href=M.entity.url))},m=async M=>{let C=(M??$).trim();if(!(!C||L))if(S(""),E.current&&(E.current.style.height="auto"),N.length===0&&p){let K=`[Context: Shopper is viewing "${p.name}". Price: ${p.price}. Description: ${p.description||""}]
35
+ `;function Il(e){let t=new Uint8Array(e),r="";for(let a=0;a<t.length;a+=32768)r+=String.fromCharCode.apply(null,Array.from(t.subarray(a,a+32768)));return btoa(r)}function Dl(e){let t=atob(e),r=t.length,a=new Uint8Array(r);for(let i=0;i<r;i++)a[i]=t.charCodeAt(i);let n=new DataView(a.buffer,a.byteOffset,a.byteLength),o=r>>1,c=new Float32Array(o);for(let i=0;i<o;i++)c[i]=n.getInt16(i*2,!0)/32768;return c}function Vi(e){let[t,r]=(0,ve.useState)("idle"),[a,n]=(0,ve.useState)(!1),[o,c]=(0,ve.useState)([]),[i,s]=(0,ve.useState)(null),l=(0,ve.useRef)(null),u=(0,ve.useRef)(null),d=(0,ve.useRef)(null),h=(0,ve.useRef)(null),p=(0,ve.useRef)(null),k=(0,ve.useRef)(0),f=(0,ve.useRef)(new Set),w=(0,ve.useRef)(null),z=(0,ve.useRef)(null),L=(0,ve.useRef)(da),$=(0,ve.useRef)(e);(0,ve.useEffect)(()=>{$.current=e},[e]);let m=(0,ve.useRef)(!1),S=(0,ve.useRef)(null),F=(0,ve.useRef)(""),v=(0,ve.useRef)(""),J=(0,ve.useCallback)(()=>{let M=F.current.trim(),N=v.current.trim();F.current="",v.current="",!(!M&&!N)&&$.current.onExchange?.({heard:M,said:N})},[]),W=(0,ve.useCallback)(()=>{},[]),G=(0,ve.useCallback)(()=>{if(!m.current)return;u.current&&u.current.state==="suspended"&&u.current.resume().catch(()=>{});let M=S.current;M&&(S.current=null,M())},[]),E=(0,ve.useCallback)(()=>{let M=p.current;if(!M)return 0;let N=new Uint8Array(M.fftSize);M.getByteTimeDomainData(N);let T=0;for(let q=0;q<N.length;q++){let H=(N[q]-128)/128;T+=H*H}return Math.min(1,Math.sqrt(T/N.length)*4)},[]),j=t==="speaking"||t==="thinking",C=(0,ve.useCallback)(M=>{let N=j?w.current:p.current;return!N||M.length!==N.frequencyBinCount?!1:(N.getByteFrequencyData(M),!0)},[j]),oe=(0,ve.useCallback)(()=>(j?w.current:p.current)?.frequencyBinCount??0,[j]),_=(0,ve.useCallback)(()=>{let M=z.current,N=u.current;if(!M||!N||N.state==="closed"){k.current=0;for(let H of f.current)try{H.onended=null,H.stop()}catch{}f.current.clear();return}let T=N.currentTime,q=T+Ll;M.gain.cancelScheduledValues(T),M.gain.setValueAtTime(M.gain.value,T),M.gain.linearRampToValueAtTime(0,q),M.gain.setValueAtTime(1,q);for(let H of f.current)try{H.onended=null,H.stop(q)}catch{}f.current.clear(),k.current=q},[]),Q=(0,ve.useCallback)(M=>{let N=u.current,T=w.current;if(!N||!T||M.length===0)return;N.state==="suspended"&&N.resume().catch(()=>{});let q=L.current,H=N.createBuffer(1,M.length,q);H.getChannelData(0).set(M);let ie=N.createBufferSource();ie.buffer=H,ie.connect(T);let y=N.currentTime,X=k.current>y?k.current:y+Al;ie.start(X),k.current=X+H.duration,f.current.add(ie),ie.onended=()=>{f.current.delete(ie),f.current.size===0&&(k.current=0,r(A=>A==="speaking"?"listening":A))},r(A=>A==="speaking"||A==="idle"||A==="ended"?A:"speaking")},[]),g=(0,ve.useCallback)(()=>{},[]),D=(0,ve.useCallback)(()=>{},[]),Z=(0,ve.useCallback)(M=>{J(),l.current=null,m.current=!1,S.current=null,g(),_(),h.current?.disconnect(),h.current=null,d.current?.getTracks().forEach(N=>N.stop()),d.current=null,p.current=null,w.current=null,z.current=null,u.current?.close().catch(()=>{}),u.current=null,r(M),n(!1),c([])},[J,_,g]),O=(0,ve.useCallback)(()=>{try{l.current?.send(JSON.stringify({type:"close"}))}catch{}try{l.current?.close()}catch{}Z("idle")},[Z]),B=(0,ve.useCallback)(M=>{let N=!1;M.onmessage=T=>{let q;try{q=JSON.parse(T.data)}catch{return}switch(q.type){case"ready":q.sampleRate&&(L.current=q.sampleRate,q.sampleRate!==da&&console.warn(`[kiku] live audio rate ${q.sampleRate} != context ${da}; per-buffer resampling will click at every chunk seam`)),typeof q.secondsLeft=="number"&&s(q.secondsLeft),m.current=!0,r("listening"),G();break;case"audio":g(),q.audio&&Q(Dl(q.audio));break;case"hearing":n(!0);break;case"thinking":n(!1),r("thinking"),D();break;case"heard":F.current+=q.text;break;case"said":v.current+=q.text;break;case"interrupted":g(),_(),zt("interrupt"),n(!1),r("listening");break;case"turn_complete":g(),n(!1),J();break;case"sources":Array.isArray(q.sources)&&q.sources.length&&c(q.sources);break;case"seconds":typeof q.secondsLeft=="number"&&s(q.secondsLeft);break;case"refused":$.current.onRefused?.(q.code||"guest"),O();break;case"error":$.current.onError?.(q.code||"unavailable"),O();break}},M.onclose=T=>{l.current===M&&(T.code===4402&&(N=!0,$.current.onError?.(T.reason==="site"?"siteLimit":"limit")),Z("ended"))},M.onerror=()=>{!N&&l.current===M&&$.current.onError?.("connection")}},[G,Q,J,_,D,g,O,Z]),ae=(0,ve.useCallback)(M=>{let N=l.current;if(m.current=!1,r("connecting"),_(),g(),N){try{N.send(JSON.stringify({type:"close"}))}catch{}try{N.close()}catch{}}let T=$.current,q=T.apiUrl.replace(/\/+$/,""),H=new URL(q+"/voice/live",window.location.href);H.protocol=H.protocol==="https:"?"wss:":"ws:",H.searchParams.set("siteId",T.siteId),T.kikuId&&H.searchParams.set("kikuId",T.kikuId),T.language&&H.searchParams.set("language",T.language),(M||T.voice)&&H.searchParams.set("voice",M||T.voice);let ie=new WebSocket(H.toString(),["akropolys.token."+T.token]);l.current=ie,B(ie)},[B,_,g]),le=(0,ve.useRef)(e.voice);(0,ve.useEffect)(()=>{le.current!==e.voice&&(le.current=e.voice,l.current&&(t==="listening"||t==="thinking"||t==="speaking")&&ae(e.voice))},[e.voice,t,ae]);let me=(0,ve.useCallback)(async()=>{if(l.current)return;r("connecting");let M=$.current,N=window.AudioContext||window.webkitAudioContext;N&&((!u.current||u.current.state==="closed")&&(u.current=new N({latencyHint:"interactive",sampleRate:da})),u.current.state==="suspended"&&u.current.resume().catch(()=>{}));let T=M.apiUrl.replace(/\/+$/,""),q=new URL(T+"/voice/live",window.location.href);q.protocol=q.protocol==="https:"?"wss:":"ws:",q.searchParams.set("siteId",M.siteId),M.kikuId&&q.searchParams.set("kikuId",M.kikuId),M.language&&q.searchParams.set("language",M.language),M.voice&&q.searchParams.set("voice",M.voice);let H=new WebSocket(q.toString(),["akropolys.token."+M.token]);l.current=H,B(H);let ie;try{if(!navigator.mediaDevices?.getUserMedia)throw{name:"NotAllowedError"};ie=await navigator.mediaDevices.getUserMedia({audio:{echoCancellation:!0,noiseSuppression:!0,autoGainControl:!0}})}catch(I){abandoned=!0;try{H.close()}catch{}l.current=null,r("idle"),M.onError?.(I?.name==="NotAllowedError"?"not-allowed":"audio-capture");return}if(l.current!==H){ie.getTracks().forEach(I=>I.stop());return}d.current=ie;for(let I of ie.getAudioTracks())I.enabled=!$.current.muted;let y=u.current&&u.current.state!=="closed"?u.current:N?new N({latencyHint:"interactive",sampleRate:da}):null;if(!y)return;u.current=y,y.state==="suspended"&&y.resume().catch(()=>{});let X=y.createAnalyser();X.fftSize=1024,X.smoothingTimeConstant=.25,p.current=X;let A=y.createGain();A.gain.value=1,A.connect(y.destination),z.current=A;let R=y.createAnalyser();R.fftSize=1024,R.smoothingTimeConstant=.25,R.connect(A),w.current=R;try{let I=URL.createObjectURL(new Blob([El],{type:"application/javascript"}));if(await y.audioWorklet.addModule(I),URL.revokeObjectURL(I),l.current!==H){ie.getTracks().forEach(ne=>ne.stop()),y.close().catch(()=>{});return}let re=new AudioWorkletNode(y,"kiku-capture");h.current=re,re.port.onmessage=ne=>{let ke=l.current;!ke||ke.readyState!==WebSocket.OPEN||ke.send(JSON.stringify({type:"audio",audio:Il(ne.data)}))};let pe=y.createMediaStreamSource(ie);S.current=()=>{pe.connect(X),pe.connect(re)},G()}catch{$.current.onError?.("audio-worklet"),O()}},[G,Q,J,_,D,g,O,Z]);return(0,ve.useEffect)(()=>()=>{O()},[O]),(0,ve.useEffect)(()=>{let M=d.current;if(M)for(let N of M.getAudioTracks())N.enabled=!e.muted},[e.muted,t]),{state:t,phase:t,hearing:a,sources:o,secondsLeft:i,micLevel:E,micSpectrum:C,spectrumBins:oe,start:me,stop:O}}var $l=e=>e==="connecting"||e==="ended"?"idle":e;function Ki({voiceLang:e,speechLang:t,shopperLanguage:r,ttsVoice:a="Puck",handleSendUtterance:n,appendSpokenExchange:o}){let c=(0,Oi.useAkropolysContext)(),[i,s]=(0,Ct.useState)("off"),[l,u]=(0,Ct.useState)("idle"),[d,h]=(0,Ct.useState)(""),[p,k]=(0,Ct.useState)(!1),[f,w]=(0,Ct.useState)(null),[z,L]=(0,Ct.useState)(!1),[$,m]=(0,Ct.useState)(()=>{try{let g=localStorage.getItem(Mn);if(g&&Fa.some(D=>D.name===g))return g}catch{}return a||"Puck"}),S=(0,Ct.useCallback)(g=>{m(g);try{localStorage.setItem(Mn,g)}catch{}},[]),F=ji({lang:e||t,onUtterance:g=>{u("thinking"),n(g)},onError:g=>{s("off"),u("idle"),h(g==="not-allowed"?"micDenied":g==="language-not-supported"?"micLangUnsupported":g==="audio-capture"?"micMissing":g==="network"?"micNetwork":"micFailed")},onBargeIn:()=>{Bi()}}),v=c?.api?.apiUrl||c?.apiUrl||"",J=c?.api?.siteId||c?.siteId||"",W=c?.api?.apiToken||c?.apiToken||"",G=c?.getShopperId?.()||c?.getKikuPub?.()||void 0,E=Vi({apiUrl:v,siteId:J,token:W,kikuId:G,language:r,voice:$,muted:p,onExchange:g=>{o(g.heard,g.said)},onError:g=>{if(g==="shopper_reply_limit"||g==="access_revoked"||g==="account_required"){L(!0),E.stop(),s("off");return}s("off"),h(g==="not-allowed"?"micDenied":g==="audio-capture"?"micMissing":g==="limit"?"voiceLimitReached":g==="siteLimit"?"voiceSiteLimit":g==="connection"||g==="network"?"micNetwork":"voiceUnavailable")},onRefused:g=>{(g==="shopper_reply_limit"||g==="access_revoked"||g==="account_required")&&L(!0),s("off"),h("voiceUnavailable")}}),j=typeof window<"u"&&!!window.WebSocket&&!!(window.AudioContext||window.webkitAudioContext)&&!!navigator.mediaDevices?.getUserMedia,C=(0,Ct.useCallback)(async g=>{if(!Wo()){h("micInsecure");return}h(""),s(g),g==="dictate"?(u("listening"),await F.start()):E.start()},[E,F]),oe=(0,Ct.useCallback)(()=>{s("off"),u("idle"),F.stop(),E.stop()},[E,F]),_=i==="converse"?$l(E.state):i==="dictate"?l==="listening"?F.hearing?"speaking":"listening":l:"idle",Q=i==="converse"&&(E.phase==="connecting"||E.state==="connecting");return{voiceMode:i,voicePhase:_,voiceConnecting:Q,voiceError:d,setVoiceError:h,voiceMuted:p,setVoiceMuted:k,voiceSecondsLeft:f,voiceBlocked:z,liveVoiceName:$,chooseVoice:S,canConverse:j,startVoice:C,stopVoice:oe,voice:F,live:E}}var xt=Ft(require("react"));var He=require("react"),fe=require("react/jsx-runtime"),jn={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}},Wn={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}},Xa=[[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 Fl(e){let t=1;for(;t<Xa.length-1&&Xa[t][0]<e;)t++;let[r,a,n]=Xa[t-1],[o,c,i]=Xa[t],s=o===r?0:(e-r)/(o-r),l=s*s*(3-2*s);return[a+(c-a)*l,n+(i-n)*l]}var ha=6,Yi=["bw","bh","tr","br","bow","lid","warm","wob","gx","gy"],ar=(e,t,r)=>Math.max(t,Math.min(r,e));function Gi(e,t,r,a){let n=l=>l.toFixed(2),o=(t+r)/2,c=e+a,i=(o-t)*.55,s=(r-o)*.55;return`C${n(e)} ${n(t+i)} ${n(c)} ${n(o-i)} ${n(c)} ${n(o)}C${n(c)} ${n(o+s)} ${n(e)} ${n(r-s)} ${n(e)} ${n(r)}`}function _l(e,t,r,a,n){let o=ar(e*r,8,t*.96),c=ar(e*a,8,t*.96),i=(d,h)=>`${d.toFixed(2)} ${h.toFixed(2)}`,s=.46,l=ar((e-o)/e,0,1),u=ar((e-c)/e,0,1);return`M${i(-e,-t+o)}C${i(-e,-t+o*s)} ${i(-e+o*s,-t)} ${i(-e+o,-t)}C${i(-e*.3*l,-t-2*l)} ${i(e*.3*l,-t-2*l)} ${i(e-o,-t)}C${i(e-o*s,-t)} ${i(e,-t+o*s)} ${i(e,-t+o)}`+Gi(e,-t+o,t-c,n)+`C${i(e,t-c*s)} ${i(e-c*s,t)} ${i(e-c,t)}C${i(e*.3*u,t+2*u)} ${i(-e*.3*u,t+2*u)} ${i(-e+c,t)}C${i(-e+c*s,t)} ${i(-e,t-c*s)} ${i(-e,t-c)}`+Gi(-e,t-c,-t+o,-n)+"Z"}var Fr=[{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)"}],Kn=[{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)"}],jd=[...Fr,...Kn];function Vn(e){let a=(!Kn.includes(e)&&Math.random()<.26?Kn:Fr).filter(n=>n!==e);return a[Math.floor(Math.random()*a.length)]}function Ht(e){let t=parseInt(e.slice(1),16);return[t>>16&255,t>>8&255,t&255]}function On(e){return`rgb(${Math.round(e[0])}, ${Math.round(e[1])}, ${Math.round(e[2])})`}function ql(e,t,r){return[e[0]+(t[0]-e[0])*r,e[1]+(t[1]-e[1])*r,e[2]+(t[2]-e[2])*r]}var Bl=[[255,253,248],[247,240,231],[231,218,202],[198,178,156]],Qi=[.05,.15,.42,.74],Hl=[.52,.72,.9,1],Xi={color:"#E2581D",light:"#FFBE96",glow:"rgba(226, 88, 29, 0.34)"};function Ji({state:e="idle",size:t=40,alert:r=!1,theme:a,feminine:n,accessories:o,onImpact:c,triggerRef:i}){let s=(0,He.useRef)(e);s.current=e;let l=(0,He.useRef)(r);l.current=r;let u=a==="blush"||n===!0||!!(o?.flower||o?.eyelashes||o?.blush),d=o?.flower??u,h=o?.eyelashes??u,p=o?.blush??u,k=(0,He.useRef)(null),f=(0,He.useRef)(null),w=(0,He.useRef)(null),z=(0,He.useRef)(null),L=(0,He.useRef)(null),$=(0,He.useRef)(null),m=(0,He.useRef)(null),S=(0,He.useRef)(null),F=(0,He.useRef)(null),v=(0,He.useRef)(null),J=(0,He.useRef)(null),W=(0,He.useRef)(null),G=(0,He.useRef)(null),E=(0,He.useRef)(null),j=(0,He.useRef)([]),C=(0,He.useRef)([]),oe=(0,He.useRef)(null),_=(0,He.useRef)(`kiku-${Math.random().toString(36).slice(2,8)}`).current,Q=(0,He.useRef)(c);return Q.current=c,(0,He.useEffect)(()=>{let g=window.matchMedia("(prefers-reduced-motion: reduce)").matches,D={},Z={};Yi.forEach(ye=>{D[ye]=jn.idle[ye]??Wn.idle[ye]??0,Z[ye]=0});let O=Array.from({length:ha},()=>({x:0,y:0,w:0,h:0,rx:0,a:0})),B=Array.from({length:ha},()=>({x:0,y:0,w:0,h:0,rx:0,a:0})),ae=1800,le=-1,me=0,M=2600,N=0,T=!1,q=9e3+Math.random()*8e3,H=-1,ie=0,y=0,X=0,A=4200,R=0,I=0,re=0,pe=12e3,ne=Fr[0],ke=Ht(ne.color),de=Ht(ne.light),Ne=[...ke],$e=[...de],et=2600,Ke=-1/0,qe=!1,P=0,ce=!1,Ie=0,We=0,It=0,ir=!1,Wr=0,fa=ye=>{ye-Ke<et?(ne=Vn(ne),Ne=Ht(ne.color),$e=Ht(ne.light),Ke=-1/0):Ke=ye},nn=(ye,st,Nt,Dt)=>{let ct=s.current,gt=Array.from({length:ha},()=>({x:0,y:0,w:0,h:0,rx:0,a:0})),vt=(ht,Qe,ut=0)=>{let Ye=Math.max(4,54*Math.max(.06,st));gt[ht]={x:Qe+Nt,y:-4+Dt+ut,w:21,h:Ye,rx:10.5,a:1}};if(ct==="thinking"){let Qe=ye%2800/2800,ut=Math.pow(Math.sin(Qe*Math.PI*2)*.5+.5,3);for(let Ye=0;Ye<4;Ye++){let $t=ye/700+Ye/4*Math.PI*2,zr=(26-Ye%2*5)*(1-.94*ut),jt=16+ut*6+Math.sin(ye/420+Ye)*1.4;gt[Ye]={x:Math.cos($t)*zr,y:Math.sin($t)*zr*.86+2,w:jt,h:jt,rx:jt/2,a:1}}}else if(ct==="visualizing")gt[0]={x:0,y:-2,w:78,h:26,rx:13,a:1};else if(ct==="speaking")for(let Qe=0;Qe<5;Qe++){let ut=12+Math.abs(Math.sin(ye/150+Qe*.9))*26;gt[Qe]={x:(Qe-4/2)*15,y:-2,w:9,h:ut,rx:4.5,a:1}}else ct==="failed"?(vt(0,-22,8),vt(1,22,8)):(vt(0,-22),vt(1,22));return gt};i&&(i.current=()=>{if(H>=0){ce=!0,ne=Vn(ne),Ne=Ht(ne.color),$e=Ht(ne.light),Ke=-1/0;return}H=0,fa(Ie),q=Ie+4e3});let Tr=ye=>{Ie=ye;let st=s.current,Nt=jn[st]??jn.idle,Dt=Wn[st]??Wn.idle,ct=st==="idle"||st==="failed";ct&&!g&&(ye>M&&(me=(Math.random()-.5)*2,M=ye+1800+Math.random()*3600),D.wantGx=me*5);let gt=l.current?1:0;It=(It+(gt-We)*.1)*.88,We+=It;let vt=l.current&&!g?Math.sin(ye/480)*.055*We:0,ht={bw:Nt.bw*(1+We*.34+vt),bh:Nt.bh*(1+We*.2+vt),tr:Nt.tr,br:Nt.br,bow:Nt.bow,warm:Dt.warm,wob:Dt.wob,lid:Dt.lid,gx:ct&&!g?me*5:0,gy:ct&&!g?Math.sin(ye/2600)*2:0};!g&&ct&&(le<0&&ye>ae&&(le=0),le>=0&&(le+=1/7,ht.lid=Dt.lid*Math.abs(le-.5)*2,le>=1&&(le=-1,ht.lid=Dt.lid,ae=ye+(Math.random()<.22?340:2600+Math.random()*4200)))),Yi.forEach(xe=>{let je=xe;if(g){D[je]=ht[je];return}let ze=je==="lid"?.42:.11,Tt=je==="lid"?.55:.78;Z[je]=(Z[je]+(ht[je]-D[je])*ze)*Tt,D[je]+=Z[je]});let Qe=0,ut=0;!g&&l.current&&H<0&&ye>Wr&&(H=0,Wr=ye+2100,q=ye+4e3),!g&&st==="idle"?H<0&&ye>q&&(H=0,qe?(qe=!1,P=0,ne=Vn(ne),Ne=Ht(ne.color),$e=Ht(ne.light),Ke=-1/0):(P++,fa(ye))):H<0&&(q=ye+3e3+Math.random()*3e3),H>=0&&(H+=1/96,[Qe,ut]=Fl(H),H>=1&&(H=-1,Qe=0,ut=0,ce?(ce=!1,P=0,q=ye+150):!qe&&P>=2?(qe=!0,q=ye+240):q=ye+5e3+Math.random()*5e3));let Ye=Math.max(0,Qe);if(l.current!==ir){ir=l.current;let xe=l.current?Xi:ne;Ne=Ht(xe.color),$e=Ht(xe.light),l.current&&!g&&(H<0&&(H=0),Wr=ye+2600)}let $t=l.current?Xi:ne;if(g)ke=[...Ne],de=[...$e];else for(let xe=0;xe<3;xe++)ke[xe]+=(Ne[xe]-ke[xe])*.055,de[xe]+=($e[xe]-de[xe])*.055;let zr=On(ke),jt=On(de);W.current?.setAttribute("stop-color",zr),G.current?.setAttribute("stop-color",jt),E.current?.setAttribute("stop-color",jt);for(let xe=0;xe<4;xe++){let je=Qi[xe]+(Hl[xe]-Qi[xe])*We;j.current[xe]?.style.setProperty("stop-color",On(ql(Bl[xe],ke,je)))}let ga=.34+Math.sin(ye/1200)*.06,on=Ye>.02?Math.min(.72,ga+Ye*.34):ga;J.current?.setAttribute("opacity",on.toFixed(3)),Ye>.04?Q.current?.(Ye,$t.color,$t.glow):sr>.04&&Q.current?.(0,$t.color,$t.glow),sr=Ye;let va=g?0:Math.sin(ye/1900)*.9*D.wob,ya=D.bw*(1+Qe*.55)+va*.4,Vr=D.bh*(1-Qe*.62),Qt=_l(ya,Vr,ar(D.tr+Ye*.5,0,1.2),ar(D.br+Ye*.9,0,1),D.bow+va+Ye*5);k.current?.setAttribute("d",Qt),f.current?.setAttribute("d",Qt);let Or=st==="thinking";Or!==T&&(T=Or,oe.current?.setAttribute("filter",Or?`url(#${_}-goo)`:"none"));let xa=nn(ye,D.lid*(1-Ye*.85),D.gx,D.gy);for(let xe=0;xe<ha;xe++){let je=xa[xe],ze=O[xe],Tt=B[xe];for(let kt of["x","y","w","h","rx","a"]){if(g){ze[kt]=je[kt];continue}Tt[kt]=(Tt[kt]+(je[kt]-ze[kt])*.16)*.74,ze[kt]+=Tt[kt]}let rt=C.current[xe];rt&&(rt.setAttribute("x",(ze.x-ze.w/2).toFixed(2)),rt.setAttribute("y",(ze.y-ze.h/2).toFixed(2)),rt.setAttribute("width",Math.max(0,ze.w).toFixed(2)),rt.setAttribute("height",Math.max(0,ze.h).toFixed(2)),rt.setAttribute("rx",Math.max(0,Math.min(ze.rx,ze.w/2,ze.h/2)).toFixed(2)),rt.setAttribute("opacity",ar(ze.a,0,1).toFixed(2)))}let wa=g?0:Math.sin(ye/Dt.breath)*1.5;!g&&ct&&H<0?(ye>A&&(X=(Math.random()<.5?-1:1)*(.35+Math.random()*.65),A=ye+2600+Math.random()*4200),ye>pe&&(re=re>.1?0:1,pe=ye+(re>.1?900:9e3+Math.random()*11e3))):(X=0,re=0),y=(y+(X-ie)*.028)*.9,ie+=y,I=(I+(re-R)*.06)*.82,R+=I;let Xt=D.bh-Vr,Rr=ie*3.4+R*4.5,mt=ie*2.2+R*3,yt=R*2.4;if(w.current?.setAttribute("transform",`translate(${mt.toFixed(2)} ${(wa+Xt-ut+yt).toFixed(2)}) rotate(${Rr.toFixed(2)} 0 60)`),z.current&&z.current.setAttribute("transform",`translate(${mt.toFixed(2)} ${(wa+Xt-ut+yt).toFixed(2)}) rotate(${Rr.toFixed(2)} 0 60)`),d&&L.current){let xe=-ya*.62,je=-Vr*.7,ze=-16+(g?0:Math.sin(ye/1400)*3)+Rr*.4;L.current.setAttribute("transform",`translate(${xe.toFixed(2)}, ${je.toFixed(2)}) rotate(${ze.toFixed(2)})`)}if(p&&$.current){let xe=12+D.gy*.5;$.current.setAttribute("transform",`translate(0, ${xe.toFixed(2)})`)}if(h&&m.current){let xe=st!=="thinking"&&st!=="visualizing"&&st!=="speaking";m.current.setAttribute("opacity",xe?ar(D.lid*1.3,0,1).toFixed(2):"0");let je=(ze,Tt)=>{let rt=Math.max(1,Math.min(ze.w,ze.h)/2),kt=ze.y-ze.h/2+rt,Sa="";for(let[sn,cr]of[[20,7],[48,8],[76,6.5]]){let Jt=sn*Math.PI/180,cn=ze.x+Tt*Math.sin(Jt)*rt,Ca=kt-Math.cos(Jt)*rt,ln=ze.x+Tt*Math.sin(Jt)*(rt+cr),Ma=kt-Math.cos(Jt)*(rt+cr)-1.5,pn=ze.x+Tt*Math.sin(Jt-.22)*(rt+cr*.65),dn=kt-Math.cos(Jt-.22)*(rt+cr*.65);Sa+=` M ${cn.toFixed(2)} ${Ca.toFixed(2)} Q ${pn.toFixed(2)} ${dn.toFixed(2)} ${ln.toFixed(2)} ${Ma.toFixed(2)}`}return Sa.trim()};S.current?.setAttribute("d",je(O[0],-1)),F.current?.setAttribute("d",je(O[1],1))}N=requestAnimationFrame(Tr)},sr=0;return N=requestAnimationFrame(Tr),()=>cancelAnimationFrame(N)},[d,h,p,u]),(0,fe.jsxs)("svg",{className:"hsk-kiku-avatar",width:t,height:t,viewBox:"-100 -100 200 200","aria-hidden":"true",style:{display:"block",overflow:"visible"},children:[(0,fe.jsxs)("defs",{children:[(0,fe.jsx)("linearGradient",{id:`${_}-marble`,x1:".2",y1:"0",x2:".42",y2:"1",children:[0,40,82,100].map((g,D)=>(0,fe.jsx)("stop",{ref:Z=>{j.current[D]=Z},offset:`${g}%`,style:{stopColor:`var(--hsk-marble-${D+1}, #FAF7F2)`}},g))}),(0,fe.jsxs)("linearGradient",{id:`${_}-contact`,x1:"0",y1:"1",x2:"0",y2:"0",children:[(0,fe.jsx)("stop",{ref:W,offset:"0%",stopColor:Fr[0].color,stopOpacity:"0.9"}),(0,fe.jsx)("stop",{ref:G,offset:"45%",stopColor:Fr[0].light,stopOpacity:"0.5"}),(0,fe.jsx)("stop",{ref:E,offset:"100%",stopColor:Fr[0].light,stopOpacity:"0"})]}),(0,fe.jsxs)("radialGradient",{id:`${_}-sheen`,cx:".34",cy:".2",r:".55",children:[(0,fe.jsx)("stop",{offset:"0%",stopColor:"#FFFFFF",style:{stopOpacity:"var(--hsk-marble-sheen, .9)"}}),(0,fe.jsx)("stop",{offset:"100%",stopColor:"#FFFFFF",stopOpacity:"0"})]}),(0,fe.jsxs)("linearGradient",{id:`${_}-hibiscus-petal`,x1:"0",y1:"1",x2:"0",y2:"0",children:[(0,fe.jsx)("stop",{offset:"0%",stopColor:"#FF3366"}),(0,fe.jsx)("stop",{offset:"65%",stopColor:"#FF758F"}),(0,fe.jsx)("stop",{offset:"100%",stopColor:"#FFAAA6"})]}),(0,fe.jsxs)("radialGradient",{id:`${_}-blush-cheek`,cx:"50%",cy:"50%",r:"50%",children:[(0,fe.jsx)("stop",{offset:"0%",stopColor:"#FB7185",stopOpacity:"0.48"}),(0,fe.jsx)("stop",{offset:"100%",stopColor:"#FB7185",stopOpacity:"0"})]}),(0,fe.jsx)("clipPath",{id:`${_}-skin`,children:(0,fe.jsx)("use",{href:`#${_}-body`})}),(0,fe.jsxs)("filter",{id:`${_}-goo`,x:"-50%",y:"-50%",width:"200%",height:"200%",children:[(0,fe.jsx)("feGaussianBlur",{in:"SourceGraphic",stdDeviation:"4",result:"b"}),(0,fe.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,fe.jsxs)("mask",{id:`${_}-cut`,children:[(0,fe.jsx)("path",{ref:f,d:"",fill:"#FFFFFF"}),(0,fe.jsx)("g",{ref:oe,children:Array.from({length:ha},(g,D)=>(0,fe.jsx)("rect",{ref:Z=>{C.current[D]=Z},fill:"#000000"},D))})]})]}),(0,fe.jsxs)("g",{ref:w,mask:`url(#${_}-cut)`,children:[(0,fe.jsx)("path",{id:`${_}-body`,ref:k,d:"",fill:`url(#${_}-marble)`}),(0,fe.jsxs)("g",{clipPath:`url(#${_}-skin)`,children:[(0,fe.jsx)("ellipse",{cx:"-14",cy:"-40",rx:"46",ry:"34",fill:`url(#${_}-sheen)`}),(0,fe.jsx)("rect",{ref:J,x:"-100",y:"-20",width:"200",height:"100",fill:`url(#${_}-contact)`,opacity:"0.45"})]})]}),(0,fe.jsxs)("g",{ref:z,style:{pointerEvents:"none"},children:[p&&(0,fe.jsxs)("g",{ref:$,children:[(0,fe.jsx)("ellipse",{cx:"-28",cy:"0",rx:"10",ry:"5.5",fill:`url(#${_}-blush-cheek)`}),(0,fe.jsx)("ellipse",{cx:"28",cy:"0",rx:"10",ry:"5.5",fill:`url(#${_}-blush-cheek)`})]}),h&&(0,fe.jsxs)("g",{ref:m,children:[(0,fe.jsx)("path",{ref:S,stroke:"#3D1424",strokeWidth:"1.7",strokeLinecap:"round",fill:"none"}),(0,fe.jsx)("path",{ref:F,stroke:"#3D1424",strokeWidth:"1.7",strokeLinecap:"round",fill:"none"})]}),d&&(0,fe.jsxs)("g",{ref:L,className:"hsk-avatar-flower",children:[(0,fe.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(g=>(0,fe.jsx)("path",{d:"M 0 0 C -6 -13 6 -13 0 0 Z",fill:`url(#${_}-hibiscus-petal)`,stroke:"#FF2A5F",strokeWidth:"0.6",transform:`rotate(${g-18})`},g)),(0,fe.jsx)("path",{d:"M 0 0 Q 3 -10 9 -14",stroke:"#F59E0B",strokeWidth:"1.6",strokeLinecap:"round",fill:"none"}),(0,fe.jsx)("circle",{cx:"9",cy:"-14",r:"1.3",fill:"#FDE047"}),(0,fe.jsx)("circle",{cx:"7",cy:"-12",r:"1.1",fill:"#FDE047"}),(0,fe.jsx)("circle",{cx:"6.5",cy:"-15",r:"1.1",fill:"#FDE047"}),(0,fe.jsx)("circle",{cx:"0",cy:"0",r:"2.2",fill:"#881337"})]})]})]})}var Yn=require("react");var dt=require("react/jsx-runtime");function Ja({className:e="",compact:t=!1}){let[r,a]=(0,Yn.useState)(()=>La()),[n,o]=(0,Yn.useState)(""),c=()=>{let i=!r;Po(i),a(i),zt(i?"scout":"interrupt","preview",!0),o(Ao())};return(0,dt.jsxs)("button",{type:"button",className:ee("hsk-cb-sound-pill",t&&"is-compact",r&&"is-on",n&&n!=="running"&&n!=="off"&&"is-blocked",e),onClick:c,role:"switch","aria-checked":r,"aria-label":r?"Mute notification sounds":"Unmute notification sounds",title:n&&n!=="running"&&n!=="off"?`Sounds blocked (${n})`:r?"Sounds on":"Sounds off",children:[(0,dt.jsxs)("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,dt.jsx)("path",{d:"M11 5 6 9H3v6h3l5 4V5Z"}),r?(0,dt.jsxs)(dt.Fragment,{children:[(0,dt.jsx)("path",{d:"M15.5 8.5a5 5 0 0 1 0 7"}),(0,dt.jsx)("path",{d:"M18.5 5.5a9 9 0 0 1 0 13"})]}):(0,dt.jsxs)(dt.Fragment,{children:[(0,dt.jsx)("line",{x1:"16",y1:"9",x2:"21",y2:"15"}),(0,dt.jsx)("line",{x1:"21",y1:"9",x2:"16",y2:"15"})]})]}),!t&&(0,dt.jsx)("span",{children:r?"Sounds":"Muted"})]})}var _e=require("react/jsx-runtime");function Zi({title:e,logo:t,hasMessages:r,avatarState:a="idle",unread:n=!1,awayFromBottom:o=!1,themeMenuOpen:c=!1,themeMenuClosing:i=!1,isNarrow:s=!1,currentTheme:l="dark",onJumpToLatest:u,onReset:d,onClose:h,onToggleThemeMenu:p,onSelectTheme:k,themeAttr:f,onScoutNew:w,onScoutAsk:z}){let L=rr(),[$,m]=xt.default.useState(!1),[S,F]=xt.default.useState("#134e3d"),[v,J]=xt.default.useState("rgba(19, 78, 61, 0.45)"),W=xt.default.useRef(void 0),G=xt.default.useRef(null),E=xt.default.useRef(!1),j=xt.default.useRef(0),C=xt.default.useCallback(()=>{E.current=!1,j.current=Date.now(),G.current=setTimeout(()=>{if(E.current=!0,typeof navigator<"u"&&navigator.vibrate)try{navigator.vibrate(25)}catch{}p?.()},350)},[p]),oe=xt.default.useCallback(()=>{G.current&&(clearTimeout(G.current),G.current=null)},[]),_=xt.default.useCallback(()=>{G.current&&(clearTimeout(G.current),G.current=null)},[]),Q=xt.default.useCallback(D=>{if(E.current){E.current=!1,D.preventDefault(),D.stopPropagation();return}o?u?.():s?p?.():W.current?.()},[o,s,u,p]),g=xt.default.useCallback((D,Z,O)=>{D>.04?(m(!0),F(Z),J(O)):m(!1)},[]);return(0,_e.jsxs)("div",{className:"hsk-cb-topbar",children:[(0,_e.jsx)("div",{className:"hsk-cb-topbar-left",style:{minWidth:"34px"},children:s&&(0,_e.jsx)("button",{type:"button",className:"hsk-cb-back",onClick:h,"aria-label":L("back"),children:(0,_e.jsx)("span",{className:"hsk-cb-back-icon",children:(0,_e.jsx)(_a,{})})})}),(0,_e.jsxs)("div",{className:ee("hsk-cb-topbar-mark",s&&c&&"is-oozing"),"data-impacting":$?"true":"false",style:{"--hsk-contact-color":S,"--hsk-contact-glow":v},"data-unread":n?"true":"false",onTouchStart:C,onTouchEnd:oe,onTouchMove:_,onTouchCancel:_,onClick:Q,role:"button",tabIndex:0,"aria-label":o?L("jumpToLatest"):`${e} (tap for scouts and themes)`,children:[(0,_e.jsx)(Ji,{state:a,size:34,theme:l,alert:n,onImpact:g,triggerRef:W}),t?(0,_e.jsx)("img",{className:"hsk-cb-topbar-logo",src:t,alt:e}):(0,_e.jsx)("span",{className:"hsk-cb-topbar-name",children:e})]}),(0,_e.jsxs)("div",{className:"hsk-cb-topbar-actions",style:{display:"flex",alignItems:"center",gap:"6px"},children:[r&&(0,_e.jsx)("button",{className:"hsk-cb-topbar-btn",onClick:d,children:L("clearChat")}),!s&&(0,_e.jsx)("button",{type:"button",className:"hsk-cb-squircle-btn hsk-cb-exit-btn",onClick:h,title:"Close","aria-label":"Close Chat",children:(0,_e.jsx)(Lr,{})})]}),s&&c&&(0,_e.jsxs)("div",{className:ee("hsk-cb-topbar-ooze-menu",i&&"is-closing"),role:"dialog","aria-label":"Scouts and 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,_e.jsx)(fr,{className:"hsk-cb-scout-tray",compact:!0,themeAttr:f,onNew:w,onAsk:z}),(0,_e.jsxs)("div",{className:"hsk-cb-theme-block",children:[(0,_e.jsxs)("div",{className:"hsk-cb-tray-aside",children:[(0,_e.jsx)(Ja,{compact:!0}),(0,_e.jsx)("span",{className:"hsk-cb-tray-rule","aria-hidden":"true"}),(0,_e.jsx)("span",{className:"hsk-cb-theme-vlabel","aria-hidden":"true",children:"Themes"})]}),(0,_e.jsx)("div",{className:"hsk-cb-theme-2x2-grid",children:kr.map(({id:D,label:Z,Icon:O})=>(0,_e.jsxs)("button",{type:"button",className:ee("hsk-cb-theme-grid-item",l===D&&"is-active"),onClick:B=>{B.stopPropagation(),k?.(D)},children:[(0,_e.jsx)(O,{}),(0,_e.jsx)("span",{children:Z})]},D))})]})]})]})}var yr=Ft(require("react"));var ts=require("react");var Za=Ft(require("react")),nr=require("react/jsx-runtime"),Ul=12;function Gn(e){return e==null||typeof e=="boolean"?"":typeof e=="string"||typeof e=="number"?String(e):Array.isArray(e)?e.map(Gn).join(""):Za.default.isValidElement(e)?Gn(e.props.children):""}function es(e){if(/^\s+$/.test(e))return[e];if(/\s/.test(e)){let t=e.split(/(\s+)/).filter(Boolean),r=[];for(let a of t)/^\s+$/.test(a)?r.push(a):r.push(...es(a));return r}if(e.length>3&&typeof Intl<"u"&&Intl.Segmenter)try{let t=new Intl.Segmenter(void 0,{granularity:"word"}),r=Array.from(t.segment(e)).map(a=>a.segment);if(r.length>1)return r}catch{}return[e]}function Qn(e,t,r,a){if(e==null||typeof e=="boolean")return null;if(typeof e=="string"||typeof e=="number")return es(String(e)).map((n,o)=>{if(/^\s+$/.test(n))return n;let c=r+t.i*Ul;return t.i+=1,(0,nr.jsx)("span",{className:"hsk-cascade__w",style:{animationDelay:`${c}ms`},children:n},`${a}-w${o}`)});if(Array.isArray(e))return e.map((n,o)=>Qn(n,t,r,`${a}-${o}`));if(Za.default.isValidElement(e)){let n=e;return Za.default.cloneElement(n,{key:`${a}-el`},Qn(n.props.children,t,r,`${a}-c`))}return e}function at({children:e,baseMs:t=0}){let r=Gn(e),a=0;for(let o=0;o<r.length;o++)a=(a<<5)-a+r.charCodeAt(o)|0;let n=`c${Math.abs(a)}`;return(0,nr.jsxs)(nr.Fragment,{children:[(0,nr.jsx)("span",{className:"hsk-sr-only",children:r}),(0,nr.jsx)("span",{"aria-hidden":"true",children:Qn(e,{i:0},t,n)})]})}var it=require("react/jsx-runtime");function rs({language:e,onBack:t}){let r=ea(e);return(0,it.jsxs)("div",{className:"hsk-cb-chrome-loading",dir:r.rtl?"rtl":"ltr","aria-busy":"true",children:[(0,it.jsx)("div",{className:"hsk-cb-chrome-loading-header",children:(0,it.jsx)("h2",{className:"hsk-cb-hello hsk-cascade",children:(0,it.jsx)(at,{baseMs:60,children:r.preparing})})}),(0,it.jsx)("div",{className:"hsk-cb-chrome-progress",role:"progressbar","aria-label":r.preparing,children:(0,it.jsx)("div",{className:"hsk-cb-chrome-progress-track"})}),t&&(0,it.jsxs)("button",{type:"button",className:"hsk-cb-chrome-back-btn",onClick:t,children:[(0,it.jsx)("span",{"aria-hidden":"true",children:r.rtl?"\u2192":"\u2190"})," ",r.changeLang]}),!r.known&&(0,it.jsxs)("div",{className:"hsk-cb-chrome-notice",dir:"ltr",lang:"en",children:[(0,it.jsxs)("div",{className:"hsk-cb-chrome-notice-header",children:[(0,it.jsx)("span",{className:"hsk-cb-chrome-notice-pill",children:"Preview / Low-Resource"}),(0,it.jsx)("span",{className:"hsk-cb-chrome-notice-title",children:"Live Machine Translation"})]}),(0,it.jsxs)("span",{className:"hsk-cb-chrome-notice-body",children:[(0,it.jsx)("b",{children:r.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 vr=require("react/jsx-runtime");function Xn({lines:e=3,className:t=""}){return(0,vr.jsxs)("div",{className:`hsk-cb-ink-skeleton ${t}`,"aria-hidden":"true",role:"status",children:[(0,vr.jsx)("div",{className:"hsk-cb-ink-line hsk-cb-ink-line--title"}),e>=2&&(0,vr.jsx)("div",{className:"hsk-cb-ink-line hsk-cb-ink-line--lead1"}),e>=2&&(0,vr.jsx)("div",{className:"hsk-cb-ink-line hsk-cb-ink-line--lead2"}),e>=3&&(0,vr.jsx)("div",{className:"hsk-cb-ink-line hsk-cb-ink-line--ask"})]})}var Jn=require("react/jsx-runtime"),en=16,jl=110,Wl=/[؀-ۿ܀-ݏ߀-߿ࡠ-ࣿﭐ-﷿ﹰ-]/;function _r(e){if(!e)return[];if(Wl.test(e))return e.split(/(\s+)/).filter(Boolean);let t=typeof Intl<"u"?Intl:void 0;if(t?.Segmenter){let r=new t.Segmenter(void 0,{granularity:"grapheme"});return Array.from(r.segment(e),a=>a.segment)}return e.split(/(\s+)/).filter(Boolean)}function as({text:e,placeholder:t,visible:r=!0,replay:a=0,replaySeed:n,staggerMs:o=en}){if(!r)return null;let c=e||t||"";if(!c)return null;let i=n!==void 0?n:a,s=_r(c),l=Math.max(s.length-1,1),u=c.length>44?"3":c.length>26?"2":"1";return(0,Jn.jsx)("div",{className:"hsk-animated-placeholder","data-fit":u,dir:"auto","aria-hidden":"true",children:s.map((d,h)=>(0,Jn.jsx)("span",{className:"hsk-animated-placeholder__char",style:{animationDelay:`${jl+h*o}ms`,"--hsk-ph-hue":`${Math.round(h/l*300)}`},children:d},`${c}|${i}|${h}`))})}var V=require("react/jsx-runtime");function Zn(e){return typeof e=="string"?_r(e).length:Array.isArray(e)?e.reduce((t,r)=>t+Zn(r),0):yr.default.isValidElement(e)?Zn(e.props?.children):0}function eo(e,t,r,a){return typeof e=="string"?_r(e).map(n=>{let o=t.i++;return(0,V.jsx)("span",{className:"hsk-cb-shimmer-char",style:{"--hsk-char-idx":a+o,"--hsk-ph-hue":`${Math.round(o/r*300)}`},children:n},o)}):Array.isArray(e)?e.map((n,o)=>(0,V.jsx)(yr.default.Fragment,{children:eo(n,t,r,a)},o)):yr.default.isValidElement(e)?yr.default.cloneElement(e,{children:eo(e.props?.children,t,r,a)}):e}function ns({text:e,baseIdx:t=0}){let r=Math.max(Zn(e)-1,1);return(0,V.jsx)(V.Fragment,{children:eo(e,{i:0},r,t)})}function os({inOnboarding:e,justCompleted:t,onboardingMood:r,awaitingLang:a,awaitingName:n,awaitingEntityLang:o,awaitingConsent:c,termsAgreed:i,shopperLanguage:s,shopperName:l,entityLangPref:u,chromeReady:d,activeChips:h,t:p,tNode:k,chooseLanguage:f,chooseEntityLang:w,agreeTerms:z,handleSend:L}){let $=a?"1":n?"2":o?"3":c?"4":null,m=Jr(s)||s,[S,F]=yr.default.useState(30);return yr.default.useEffect(()=>{if(!c){F(30);return}let v=setInterval(()=>{F(J=>J<=1?(clearInterval(v),0):J-1)},1e3);return()=>clearInterval(v)},[c]),(0,V.jsx)("div",{className:"hsk-cb-empty",children:(0,V.jsxs)("div",{className:"hsk-cb-onboarding-card",children:[$&&(0,V.jsx)("div",{className:"hsk-cb-onboarding-head",children:(0,V.jsxs)("span",{className:"hsk-cb-step-badge",dir:"ltr",children:[$," / 4"]})}),a?(0,V.jsxs)("div",{className:"hsk-cb-hello-wrap",children:[d?(0,V.jsx)("h2",{className:"hsk-cb-hello hsk-cascade",children:(0,V.jsx)(at,{baseMs:0,children:"What language should we chat in?"})}):(0,V.jsx)(Xn,{lines:1}),(0,V.jsxs)("div",{className:"hsk-cb-lang-chips",children:[$a.map((v,J)=>(0,V.jsx)("button",{type:"button",className:"hsk-cb-lang-chip",style:{"--hsk-pill-idx":J},lang:v.tag,dir:v.rtl?"rtl":"ltr",onClick:()=>f(v.value),children:v.native},v.value)),(0,V.jsx)("span",{className:"hsk-cb-lang-chips-hint",style:{"--hsk-pill-idx":$a.length},children:"or type any other"})]})]},"step-lang"):n?(0,V.jsx)("div",{className:"hsk-cb-hello-wrap",children:d?(0,V.jsxs)(V.Fragment,{children:[(0,V.jsx)("h2",{className:"hsk-cb-hello hsk-cascade",children:(0,V.jsx)(at,{baseMs:0,children:p("nameStepTitle")})}),(0,V.jsx)("p",{className:"hsk-cb-hello-lead hsk-cascade",children:(0,V.jsx)(at,{baseMs:30,children:p("nameStepLead")})}),(0,V.jsx)("p",{className:"hsk-cb-hello-ask hsk-cascade",children:(0,V.jsx)(at,{baseMs:60,children:p("nameStepAsk")})})]}):(0,V.jsx)(rs,{language:s,onBack:()=>f("")})},"step-name"):o?(0,V.jsxs)("div",{className:"hsk-cb-hello-wrap",children:[d?(0,V.jsxs)(V.Fragment,{children:[(0,V.jsx)("h2",{className:"hsk-cb-hello hsk-cascade",children:(0,V.jsx)(at,{baseMs:0,children:p("howShouldResultsLook")})}),(0,V.jsx)("p",{className:"hsk-cb-hello-lead hsk-cascade",children:(0,V.jsx)(at,{baseMs:30,children:k("entityLangIntro",{lang:m})})})]}):(0,V.jsx)(Xn,{lines:2}),d&&(0,V.jsx)("div",{className:"hsk-cb-entlang-opts",role:"radiogroup","aria-label":p("howShouldResultsLook"),children:["translated","original"].map((v,J)=>(0,V.jsxs)("button",{type:"button",role:"radio","aria-checked":u===v,className:ee("hsk-cb-entlang-opt",u===v&&"is-selected"),style:{"--hsk-opt-idx":J},onClick:()=>w(v),children:[(0,V.jsx)("span",{className:"hsk-cb-entlang-radio","aria-hidden":"true",children:(0,V.jsx)("span",{className:"hsk-cb-entlang-radio-dot"})}),(0,V.jsxs)("span",{className:"hsk-cb-entlang-opt-text",children:[(0,V.jsx)("span",{className:"hsk-cb-entlang-opt-title",children:(0,V.jsx)(ns,{text:v==="translated"?k("inLanguage",{lang:m}):p("asWritten"),baseIdx:0})}),(0,V.jsx)("span",{className:"hsk-cb-entlang-opt-note",children:(0,V.jsx)(ns,{text:p(v==="translated"?"detailsTranslated":"namesAsWritten"),baseIdx:15})})]})]},v))})]},"step-entity-lang"):c?(0,V.jsx)("div",{className:"hsk-cb-hello-wrap",children:d&&(0,V.jsxs)(V.Fragment,{children:[(0,V.jsx)("h2",{className:"hsk-cb-hello hsk-cascade",children:(0,V.jsx)(at,{baseMs:0,children:p("termsStepTitle")})}),(0,V.jsx)("p",{className:"hsk-cb-hello-lead hsk-cascade",children:(0,V.jsx)(at,{baseMs:30,children:p("termsStepSubtitle")})}),(0,V.jsxs)("div",{className:"hsk-cb-terms-sanctuary",children:[(0,V.jsxs)("div",{className:"hsk-cb-terms-item",style:{"--hsk-row-idx":0},children:[(0,V.jsxs)("div",{className:"hsk-cb-terms-head",children:[(0,V.jsx)("span",{className:"hsk-cb-terms-numeral",children:"I"}),(0,V.jsx)("h3",{className:"hsk-cb-terms-title",children:p("termsPiiTitle")})]}),(0,V.jsx)("p",{className:"hsk-cb-terms-desc",children:p("termsPiiDesc")})]}),(0,V.jsx)("div",{className:"hsk-cb-terms-divider"}),(0,V.jsxs)("div",{className:"hsk-cb-terms-item",style:{"--hsk-row-idx":1},children:[(0,V.jsxs)("div",{className:"hsk-cb-terms-head",children:[(0,V.jsx)("span",{className:"hsk-cb-terms-numeral",children:"II"}),(0,V.jsx)("h3",{className:"hsk-cb-terms-title",children:p("termsSessionTitle")})]}),(0,V.jsx)("p",{className:"hsk-cb-terms-desc",children:p("termsSessionDesc")})]}),(0,V.jsx)("div",{className:"hsk-cb-terms-divider"}),(0,V.jsxs)("div",{className:"hsk-cb-terms-item",style:{"--hsk-row-idx":2},children:[(0,V.jsxs)("div",{className:"hsk-cb-terms-head",children:[(0,V.jsx)("span",{className:"hsk-cb-terms-numeral",children:"III"}),(0,V.jsx)("h3",{className:"hsk-cb-terms-title",children:p("termsMemoryTitle")})]}),(0,V.jsx)("p",{className:"hsk-cb-terms-desc",children:p("termsMemoryDesc")})]}),(0,V.jsx)("div",{className:"hsk-cb-terms-divider"}),(0,V.jsxs)("div",{className:"hsk-cb-terms-item",style:{"--hsk-row-idx":3},children:[(0,V.jsxs)("div",{className:"hsk-cb-terms-head",children:[(0,V.jsx)("span",{className:"hsk-cb-terms-numeral",children:"IV"}),(0,V.jsx)("h3",{className:"hsk-cb-terms-title",children:p("termsCookieTitle")})]}),(0,V.jsx)("p",{className:"hsk-cb-terms-desc",children:p("termsCookieDesc")})]})]}),(0,V.jsx)("div",{className:"hsk-cb-terms-action-wrap",children:(0,V.jsx)("button",{type:"button",className:ee("hsk-cb-terms-agree-btn",S===0&&"is-active"),disabled:S>0,onClick:z,children:S>0?p("termsAgreeCounting",{seconds:String(S)}):p("termsAgreeButton")})})]})},"step-terms"):t?(0,V.jsx)("div",{className:"hsk-cb-hello-wrap",children:d&&(0,V.jsxs)(V.Fragment,{children:[(0,V.jsx)("h2",{className:"hsk-cb-hello hsk-cascade",children:(0,V.jsx)(at,{baseMs:0,children:k("allSet",{name:l})})}),(0,V.jsx)("p",{className:"hsk-cb-hello-lead hsk-cascade",children:(0,V.jsx)(at,{baseMs:30,children:u==="translated"?k("replyingTranslated",{lang:m}):k("replyingOriginal",{lang:m})})})]})},"step-completed"):l?(0,V.jsxs)("div",{className:"hsk-cb-hello-wrap",children:[(0,V.jsx)("h2",{className:"hsk-cb-hello hsk-cascade",children:(0,V.jsx)(at,{baseMs:0,children:k("greetReturning",{name:l})})}),(0,V.jsx)("p",{className:"hsk-cb-hello-lead hsk-cascade",children:(0,V.jsx)(at,{baseMs:30,children:p("greetReturningLead")})})]},"step-returning"):(0,V.jsxs)("div",{className:"hsk-cb-hello-wrap",children:[(0,V.jsx)("h2",{className:"hsk-cb-hello hsk-cascade",children:(0,V.jsxs)(at,{baseMs:0,children:["Hi, I'm ",(0,V.jsx)("b",{children:"kiku"}),"."]})}),(0,V.jsx)("p",{className:"hsk-cb-hello-lead hsk-cascade",children:(0,V.jsx)(at,{baseMs:30,children:"Ask me to search, visualize, or capture anything \u2014 I look across the whole site in real time."})})]},"step-initial"),!e&&(h?.length??0)>0&&(0,V.jsx)("div",{className:"hsk-cb-chips",children:h.map((v,J)=>(0,V.jsx)("button",{className:"hsk-cb-chip",style:{"--hsk-pill-idx":J},onClick:()=>L(v),children:v},v))})]})})}var ft=Ft(require("react"));var xr=Ft(require("react")),Ae=require("react/jsx-runtime"),Vl=/[ \t]{2,}/g,Ol=/ ([.,!?:;])/g,Kl=/\(([ \t]+)/g,Yl=/([ \t]+)\)/g,Gl=/(\d+)\s+(MP|mAh|W|GB|MB|KHz|Hz|KSh|KES|USD|EUR)\b/gi,Ql=/(!\[[^\]]*\]\([^)]+\)|\[[^\]]+\]\([^)]+\)|\*\*[^*]+\*\*|`[^`]+`)/g,Xl=/^!\[([^\]]*)\]\(([^)]+)\)$/,Jl=/^\[([^\]]+)\]\(([^)]+)\)$/,Zl=/^(https?|data:image|blob):/i,ep=/^(https?|mailto|tel):/i,tp=/memory|mimi/i,rp=/mimi\.akropolys/i,ap=e=>e&&e.replace(Vl," ").replace(Ol,"$1").replace(Kl,"(").replace(Yl,")").replace(Gl,"$1 $2"),Ot=(e,t)=>ap(e).split(Ql).map((n,o)=>{if(!n)return null;let c=`${t}-inline-${o}`;if(n.startsWith("`")&&n.endsWith("`"))return(0,Ae.jsx)("code",{className:"hsk-markdown-code",children:n.slice(1,-1)},c);if(n.startsWith("**")&&n.endsWith("**"))return(0,Ae.jsx)("strong",{children:Ot(n.slice(2,-2),c)},c);let i=n.match(Xl);if(i){let l=i[1],u=i[2];return Zl.test(u)||u.startsWith("/")?(0,Ae.jsx)("img",{src:u,alt:l||"Product image",className:"hsk-markdown-img",loading:"lazy",onError:h=>{h.target.style.display="none"}},c):null}let s=n.match(Jl);if(s){let l=s[1],u=s[2];return tp.test(l)||rp.test(u)?null:ep.test(u)||u.startsWith("/")?(0,Ae.jsx)("a",{href:u,target:"_blank",rel:"noopener noreferrer",className:"hsk-markdown-link",children:Ot(l,c)},c):(0,Ae.jsx)("span",{children:Ot(l,c)},c)}return n}),np=/^\s*\|?[\s:|-]*-[\s:|-]*\|?\s*$/;function is(e,t){let r=e.trim();return t?r.includes("|"):r.startsWith("|")}function ss(e){let t=e.trim();return t.startsWith("|")&&(t=t.slice(1)),t.endsWith("|")&&(t=t.slice(0,-1)),t.split("|").map(r=>r.trim())}function op({children:e}){let t=xr.default.useRef(null),[r,a]=xr.default.useState("none"),[n,o]=xr.default.useState(!1),c=xr.default.useRef({startX:0,scrollLeft:0,isDown:!1,hasMoved:!1}),i=xr.default.useCallback(()=>{let d=t.current;if(!d)return;if(!(d.scrollWidth>d.clientWidth+2)){a("none");return}let p=getComputedStyle(d).direction==="rtl",k=Math.abs(d.scrollLeft),f=k<=4,w=k+d.clientWidth>=d.scrollWidth-4;a(f?p?"right":"left":w?p?"left":"right":"middle")},[]);xr.default.useEffect(()=>{i();let d=t.current;if(!d)return;let h=typeof ResizeObserver<"u"?new ResizeObserver(i):null;return h?.observe(d),()=>h?.disconnect()},[i]);let s=d=>{let h=t.current;!h||h.scrollWidth<=h.clientWidth||d.target.closest("a, button, input")||(c.current={startX:d.pageX-h.offsetLeft,scrollLeft:h.scrollLeft,isDown:!0,hasMoved:!1},o(!0))},l=d=>{if(!c.current.isDown)return;let h=t.current;if(!h)return;let k=(d.pageX-h.offsetLeft-c.current.startX)*1.5;Math.abs(k)>3&&(c.current.hasMoved=!0,d.preventDefault(),h.scrollLeft=c.current.scrollLeft-k)},u=()=>{c.current.isDown=!1,o(!1)};return(0,Ae.jsx)("div",{ref:t,className:`hsk-table-wrapper hsk-table-wrapper--${r}${n?" is-dragging":""}`,onScroll:i,onMouseDown:s,onMouseMove:l,onMouseUp:u,onMouseLeave:u,children:e})}function ua(e,t=!1){return ip(e,t)}function ip(e,t){let r=e.split(`
36
+ `);if(t&&r.length>0){!e.endsWith(`
37
+ `)&&r[r.length-1].trim().startsWith("|")&&r.pop();let s=r.length-1;for(;s>=0&&r[s].trim().startsWith("|");)s--;s++,s<r.length&&!r.slice(s).some(l=>np.test(l))&&(r.length=s)}let a=[],n=[],o=0,c=()=>{n.length>0&&(a.push((0,Ae.jsx)("div",{className:"hsk-cb-ai-text",children:n},`text-bubble-${o++}`)),n=[])},i=0;for(;i<r.length;){let s=r[i],l=`md-line-${i}`;if(!s.trim()){i++;continue}let u=s.trim().match(/^!\[([^\]]*)\]\(([^)]+)\)$/);if(u){c();let h=u[1],p=u[2];(/^(https?|data:image|blob):/i.test(p)||p.startsWith("/"))&&a.push((0,Ae.jsx)("div",{className:"hsk-markdown-img-block",children:(0,Ae.jsx)("img",{src:p,alt:h||"Product image",className:"hsk-markdown-img",loading:"lazy",onError:f=>{f.target.style.display="none"}})},l)),i++;continue}let d=s.match(/^(#{1,3})\s+(.*)/);if(d){let h=d[1].length,p=`h${h+3}`;n.push((0,Ae.jsx)(p,{className:`hsk-markdown-h${h}`,children:Ot(d[2],l)},l)),i++;continue}if(s.match(/^[\s]*[-*+•]\s+/)){let h=[];for(;i<r.length&&r[i].match(/^[\s]*[-*+•]\s+/);){let p=r[i].replace(/^[\s]*[-*+•]\s+/,"");h.push((0,Ae.jsx)("li",{children:Ot(p,`li-${i}`)},`li-${i}`)),i++}n.push((0,Ae.jsx)("ul",{className:"hsk-markdown-list hsk-markdown-ul",children:h},`ul-${l}`));continue}if(s.match(/^[\s]*\d+[\.\)]\s+/)){let h=[];for(;i<r.length&&r[i].match(/^[\s]*\d+[\.\)]\s+/);){let p=r[i].replace(/^[\s]*\d+[\.\)]\s+/,"");h.push((0,Ae.jsx)("li",{children:Ot(p,`li-${i}`)},`li-${i}`)),i++}n.push((0,Ae.jsx)("ol",{className:"hsk-markdown-list hsk-markdown-ol",children:h},`ol-${l}`));continue}if(is(s,!1)){c();let h=[],p=[],k=[],f=!0;for(;i<r.length&&is(r[i],!0);){let m=r[i].trim();if(m.match(/^\|?[-:| ]+\|?$/)&&m.includes("-")){k=ss(m).map(v=>{let J=v.trim(),W=J.startsWith(":"),G=J.endsWith(":");return W&&G?"center":G?"end":"start"}),i++,f=!1;continue}let S=ss(m);f&&h.length===0?h=S:p.push(S),i++}let w=Math.max(h.length,...p.map(m=>m.length)),z=[];for(let m=0;m<w;m++)if(k[m])z[m]=k[m];else if(m===0)z[m]="start";else{let S=p.filter(F=>{let v=(F[m]||"").trim();return/^[\$€£¥+-]?\d+([.,]\d+)?%?$/.test(v)||/^[\$€£¥+-]?\d+([.,]\d+)?\s*(bps|M|K|B)?$/i.test(v)}).length;z[m]=S>=Math.ceil(p.length/2)?"end":"start"}let L=h.length>0?(0,Ae.jsx)("tr",{children:h.map((m,S)=>(0,Ae.jsx)("th",{style:{textAlign:z[S]||"start"},children:(0,Ae.jsx)("bdi",{children:Ot(m,`th-${l}-${S}`)})},`th-${l}-${S}`))},`tr-head-${l}`):null,$=p.map((m,S)=>(0,Ae.jsx)("tr",{children:m.map((F,v)=>(0,Ae.jsx)("td",{style:{textAlign:z[v]||"start"},children:(0,Ae.jsx)("bdi",{children:Ot(F,`td-${l}-${S}-${v}`)})},`td-${l}-${S}-${v}`))},`tr-body-${l}-${S}`));a.push((0,Ae.jsx)(op,{children:(0,Ae.jsxs)("table",{className:"hsk-markdown-table",children:[L&&(0,Ae.jsx)("thead",{children:L}),(0,Ae.jsx)("tbody",{children:$})]})},`table-wrapper-${l}`));continue}n.push((0,Ae.jsx)("p",{className:"hsk-markdown-p",children:Ot(s,l)},l)),i++}return c(),(0,Ae.jsx)(Ae.Fragment,{children:a})}var ma=require("react"),Le=require("@akropolys/sdk"),nt=require("react/jsx-runtime");function sp(e){let[,t]=(0,ma.useState)(0),r=JSON.stringify(e);return(0,ma.useEffect)(()=>(0,Le.subscribeLiveValues)(a=>{e.includes(a)&&t(n=>n+1)}),[r]),(0,ma.useEffect)(()=>{let a=setInterval(()=>t(n=>n+1),1e3);return()=>clearInterval(a)},[]),e.map(Le.getLiveValue)}function cp({record:e,now:t}){let r=(0,Le.isStale)(e,t),a=e.fields,n=a.event||a.question||a.title||e.key,o=n.length>38?n.slice(0,36)+"\u2026":n,c=!!a.yes_price||!!a.yesPrice,i=!!a.no_price||!!a.noPrice,s=[];c?s.push({label:"Yes",value:(0,Le.formatLiveValue)("yes_price",a.yes_price||a.yesPrice),rawKey:"yes_price"}):(a.yes_pct||a.yesPct)&&s.push({label:"Yes",value:(0,Le.formatLiveValue)("yes_pct",a.yes_pct||a.yesPct),rawKey:"yes_pct"}),i?s.push({label:"No",value:(0,Le.formatLiveValue)("no_price",a.no_price||a.noPrice),rawKey:"no_price"}):(a.no_pct||a.noPct)&&s.push({label:"No",value:(0,Le.formatLiveValue)("no_pct",a.no_pct||a.noPct),rawKey:"no_pct"}),a.bid&&s.push({label:"Bid",value:(0,Le.formatLiveValue)("bid",a.bid),rawKey:"bid"}),a.ask&&s.push({label:"Ask",value:(0,Le.formatLiveValue)("ask",a.ask),rawKey:"ask"}),a.spread&&s.push({label:"Spread",value:(0,Le.formatLiveValue)("spread",a.spread),rawKey:"spread"}),!c&&!i&&!a.bid&&a.price&&s.push({label:"Price",value:(0,Le.formatLiveValue)("price",a.price),rawKey:"price"}),(a.home_spread||a.spread_line)&&s.push({label:"Spread",value:(0,Le.formatLiveValue)("spread",a.home_spread||a.spread_line),rawKey:"spread"}),(a.moneyline||a.ml)&&s.push({label:"ML",value:(0,Le.formatLiveValue)("ml",a.moneyline||a.ml),rawKey:"moneyline"}),(a.over_under||a.total)&&s.push({label:"O/U",value:(0,Le.formatLiveValue)("total",a.over_under||a.total),rawKey:"over_under"}),(a["1_home"]||a.home_odd||a[1])&&s.push({label:"1",value:(0,Le.formatLiveValue)("odds",a["1_home"]||a.home_odd||a[1]),rawKey:"1_home"}),(a.X_draw||a.neutral_odd||a.draw_odd||a.X)&&s.push({label:"X",value:(0,Le.formatLiveValue)("odds",a.X_draw||a.neutral_odd||a.draw_odd||a.X),rawKey:"X_draw"}),(a["2_away"]||a.away_odd||a[2])&&s.push({label:"2",value:(0,Le.formatLiveValue)("odds",a["2_away"]||a.away_odd||a[2]),rawKey:"2_away"});let l=a.volume||a.vol||a["24h_volume"]||a.turnover;l&&s.push({label:"Vol",value:(0,Le.formatLiveValue)("volume",l),rawKey:"volume"});let u=a.close_date||a.expiry||a.expires_at||a.settle_date,d=u?(0,Le.formatLiveValue)("close_date",u):null;return(0,nt.jsxs)("div",{className:`hsk-live-card${r?" is-stale":""}`,role:"region","aria-label":"Live quote",children:[(0,nt.jsxs)("div",{className:"hsk-live-card__top",children:[(0,nt.jsxs)("div",{className:"hsk-live-card__badge",children:[(0,nt.jsx)("span",{className:`hsk-live-dot${r?" is-stale":""}`,"aria-hidden":"true"}),(0,nt.jsx)("span",{className:"hsk-live-card__age",children:r?`Paused \xB7 ${(0,Le.describeAge)(t-e.at)}`:`Live \xB7 ${(0,Le.describeAge)(t-e.at)}`})]}),d&&(0,nt.jsxs)("span",{className:"hsk-live-card__close",children:["Closes ",d]})]}),(0,nt.jsx)("div",{className:"hsk-live-card__body",children:(0,nt.jsx)("span",{className:"hsk-live-card__title",title:n,children:o})}),(0,nt.jsx)("div",{className:"hsk-live-card__pills",children:s.map(h=>{let p=(0,Le.isFresh)(e,h.rawKey,t);return(0,nt.jsxs)("div",{className:`hsk-live-pill${p?" is-changed":""}`,style:p?{animationDuration:`${Le.LIVE_FLASH_MS}ms`}:void 0,children:[(0,nt.jsx)("span",{className:"hsk-live-pill__label",children:h.label}),(0,nt.jsx)("span",{className:"hsk-live-pill__value",children:h.value})]},h.rawKey)})})]})}function cs({keys:e}){let t=new Set,r=(e??[]).filter(i=>t.has(i)?!1:(t.add(i),!0)),a=sp(r);if(r.filter((i,s)=>a[s]).length===0)return null;let o=a.filter(i=>!!i),c=Date.now();return(0,nt.jsx)("div",{className:"hsk-live-wrap",role:"group","aria-label":"Live market data",children:(0,nt.jsx)("div",{className:"hsk-live-carousel",children:o.map(i=>(0,nt.jsx)(cp,{record:i,now:c},i.key))})})}var Sr=require("react");var wr=require("react/jsx-runtime");function ls(e){let t=e.match(/<\s*thinking\s*>/i);if(!t)return{thinking:"",content:e,isComplete:!0};let r=t.index??0,a=t[0].length,n=r+a,o=e.slice(0,r),c=e.slice(n),i=c.match(/<\/\s*thinking\s*>/i);if(!i)return{thinking:c,content:o,isComplete:!1};let s=i.index??0,l=i[0].length;return{thinking:c.slice(0,s),content:o+c.slice(s+l),isComplete:!0}}function ps({text:e,isComplete:t,seconds:r}){let a=rr(),n=(0,Sr.useRef)(Date.now()),[o,c]=(0,Sr.useState)(()=>t?null:0),[i,s]=(0,Sr.useState)(!t);(0,Sr.useEffect)(()=>{if(t){o!==null&&(c(Math.max(1,Math.round((Date.now()-n.current)/1e3))),s(!1));return}s(!0);let h=setInterval(()=>{c(Math.round((Date.now()-n.current)/1e3))},1e3);return()=>clearInterval(h)},[t]);let l=r??o,u=t?l!=null?a("thoughtForSeconds",{duration:`${l}s`}):a("thoughtProcess"):`${a("thinking")}${o?` \xB7 ${o}s`:"\u2026"}`,d=!!e;return(0,wr.jsxs)("div",{className:ee("hsk-cb-think",!t&&"hsk-cb-think--live"),children:[(0,wr.jsxs)("button",{type:"button",className:ee("hsk-cb-think-head",!d&&"hsk-cb-think-head--static"),onClick:d?()=>s(h=>!h):void 0,"aria-expanded":d?i:void 0,children:[(0,wr.jsx)("span",{children:u}),d&&(0,wr.jsx)("span",{className:ee("hsk-cb-think-chevron",i&&"hsk-cb-think-chevron--open"),children:"\u25B6"})]}),d&&i&&(0,wr.jsx)("div",{className:"hsk-cb-think-body",children:e})]})}var At=require("react"),ds=require("@akropolys/sdk");var Ee=require("react/jsx-runtime");function lp({src:e,alt:t,onImageClick:r}){let[a,n]=(0,At.useState)(!1);return a?(0,Ee.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,Ee.jsx)(Rt,{})}):(0,Ee.jsx)("img",{src:e,alt:t??"",onError:()=>n(!0),onClick:r?o=>{o.stopPropagation(),r(e)}:void 0})}function hs({sources:e,defaultCurrency:t,onSelectSource:r,onImageClick:a,referencedIds:n=[],compact:o=!1}){let i=(0,ds.useAkropolysContext)()?.vertical==="property",s=(0,At.useRef)(null),[l,u]=(0,At.useState)(!1),[d,h]=(0,At.useState)(!1),[p,k]=(0,At.useState)(0),f=e.filter(m=>m.id&&n.includes(m.id)),w=(0,At.useCallback)(()=>{let m=s.current;if(!m||f.length===0)return;let S=Math.abs(m.scrollLeft),F=m.scrollWidth-m.clientWidth;u(S>10),h(F>4&&S<F-12);let J=Math.round(S/190);k(Math.min(Math.max(0,J),f.length-1))},[f.length]);(0,At.useEffect)(()=>{w();let m=s.current;if(!m)return;let S=new ResizeObserver(w);return S.observe(m),m.addEventListener("scroll",w,{passive:!0}),()=>{S.disconnect(),m.removeEventListener("scroll",w)}},[w,e]);let z=m=>{let S=s.current;if(!S)return;let F=getComputedStyle(S).direction==="rtl";S.scrollBy({left:190*m*(F?-1:1),behavior:"smooth"})},L=()=>z(1),$=()=>z(-1);return f.length===0?null:(0,Ee.jsxs)("div",{className:ee("hsk-cb-sources-wrap",o&&"hsk-cb-sources-wrap--compact"),children:[l&&(0,Ee.jsxs)(Ee.Fragment,{children:[(0,Ee.jsx)("div",{className:"hsk-cb-sources-fade-left"}),(0,Ee.jsx)("button",{className:"hsk-cb-sources-prev",onClick:$,"aria-label":"Previous",children:(0,Ee.jsx)(_a,{})})]}),(0,Ee.jsx)("div",{className:"hsk-cb-sources",ref:s,children:f.map((m,S)=>{let F=!!(m.id&&n.includes(m.id));return(0,Ee.jsxs)("div",{className:ee("hsk-cb-source",F&&"hsk-cb-source--referenced"),style:{animationDelay:`${S*50}ms`},onClick:()=>r?.(m),children:[m.image?(0,Ee.jsxs)("div",{className:"hsk-cb-src-imgwrap",style:{position:"relative"},children:[(0,Ee.jsx)(lp,{src:m.image,alt:m.name,onImageClick:a}),i&&(0,Ee.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,Ee.jsx)(Rt,{size:12})})]}):(0,Ee.jsx)("div",{className:"hsk-cb-src-imgwrap-empty",style:{position:"relative"},children:(0,Ee.jsx)(Rt,{})}),(0,Ee.jsxs)("div",{className:"hsk-cb-src-info",children:[(0,Ee.jsx)("div",{className:"hsk-cb-src-name",children:m.name}),m.price&&(0,Ee.jsxs)("div",{className:"hsk-cb-src-price",children:[m.currency||t?`${m.currency||t} `:"$",parseFloat(String(m.price).replace(/[^0-9.]/g,"")||"0").toLocaleString()]})]})]},m.id??S)})}),d&&(0,Ee.jsxs)(Ee.Fragment,{children:[(0,Ee.jsx)("div",{className:"hsk-cb-sources-fade-right"}),(0,Ee.jsx)("button",{className:"hsk-cb-sources-next",onClick:L,"aria-label":"See more",children:(0,Ee.jsx)(Yo,{})})]}),f.length>1&&(0,Ee.jsx)("div",{className:"hsk-cb-carousel-dots",children:f.map((m,S)=>(0,Ee.jsx)("div",{className:ee("hsk-cb-dot-item",S===p&&"hsk-cb-dot-item--active"),onClick:()=>{let F=s.current;if(F){let v=getComputedStyle(F).direction==="rtl";F.scrollTo({left:S*190*(v?-1:1),behavior:"smooth"})}}},S))})]})}var ka=require("react/jsx-runtime");function us({intent:e,sources:t,onSend:r,loading:a,defaultCurrency:n=""}){let o=rr();if(!e)return null;let c=[],i=t.length>0?t.reduce((d,h)=>{let p=parseFloat(String(h.price??"").replace(/[^0-9.]/g,"")),k=parseFloat(String(d.price??"").replace(/[^0-9.]/g,""));return!isNaN(p)&&(isNaN(k)||p<k)?h:d},t[0]):null,s=t[0]?.name??"",l=t.slice(0,2).map(d=>d.name),u=()=>{let d=t.map(z=>parseFloat(String(z.price??"").replace(/[^0-9.]/g,""))).filter(z=>!isNaN(z)&&z>0);if(d.length===0)return null;let h=Math.max(...d),p=Math.pow(10,Math.floor(Math.log10(h))),k=Math.ceil(h/p)*p;return`${String(t.find(z=>z.price)?.price??"").replace(/[0-9.,\s]/g,"")||n} ${k.toLocaleString()}`.trim()};if(e==="search"&&t.length>0){if(l.length>=2&&c.push({emoji:"\u2696\uFE0F",label:o("pillCompareTop2"),query:o("pillCompareTop2Query",{a:l[0],b:l[1]})}),i?.name){let h=i.name.split(" ").slice(0,3).join(" ");c.push({emoji:"\u{1F4A1}",label:o("pillMoreOn",{name:h}),query:o("pillMoreOnQuery",{name:i.name})})}let d=u();d&&c.push({emoji:"\u{1F4B0}",label:o("pillUnder",{amount:d}),query:o("pillUnderQuery",{amount:d})})}else e==="compare"&&t.length>0?(s&&c.push({emoji:"\u{1F50D}",label:o("pillSimilarOptions"),query:o("pillSimilarOptionsQuery",{name:s})}),c.push({emoji:"\u{1F4A1}",label:o("pillWhichBest"),query:o("pillWhichBestQuery")})):e==="specs"&&t.length>0?s&&c.push({emoji:"\u{1F504}",label:o("pillFindAlternatives"),query:o("pillFindAlternativesQuery",{name:s})}):e==="general"&&(c.push({emoji:"\u{1F50D}",label:o("pillShowPopular"),query:o("pillShowPopularQuery")}),c.push({emoji:"\u{1F4A1}",label:o("pillRecommend"),query:o("pillRecommendQuery")}));return c.length===0?null:(0,ka.jsx)("div",{className:"hsk-action-pills",children:c.map(d=>(0,ka.jsxs)("button",{className:"hsk-action-pill",onClick:()=>r(d.query),disabled:a,children:[(0,ka.jsx)("span",{className:"hsk-pill-emoji",children:d.emoji}),d.label]},d.query))})}var se=require("react/jsx-runtime"),ms=ft.default.memo(({content:e,streaming:t})=>(0,se.jsx)(se.Fragment,{children:ua(e,t)}),(e,t)=>e.content===t.content&&e.streaming===t.streaming);ms.displayName="MarkdownBlock";function ks({msg:e,idx:t,isLast:r,isLastUser:a,isRunEnd:n,runMid:o,runCont:c,isNarrow:i,loading:s,streaming:l,stopped:u,interrupted:d,sources:h,referencedIds:p,discussedSources:k,lastIntent:f,lastAction:w,defaultCurrency:z,vizState:L,setVizState:$,setLightboxSrc:m,setMarkupSrc:S,handleSend:F,handleSourceClick:v,onRetry:J,onEdit:W,onLongPress:G,hasError:E,retrying:j,t:C,messageRef:oe}){let _=e.role==="user",Q=e.content,[g,D]=ft.default.useState(!1),Z=ft.default.useRef(null),O=ft.default.useRef(null),B=ft.default.useCallback(A=>{let R=_?".hsk-cb-user-bubble":".hsk-cb-ai-text";return A.matches?.(R)?A:A.querySelector(R)||A},[_]),ae=ft.default.useCallback(A=>{O.current&&clearTimeout(O.current),O.current=setTimeout(()=>{if(G){if(typeof navigator<"u"&&navigator.vibrate)try{navigator.vibrate(25)}catch{}let R=B(A),I=R.getBoundingClientRect();G(e,{top:I.top,left:I.left,width:I.width,height:I.height},_,R)}O.current=null},420)},[e,_,G,B]),le=ft.default.useCallback(A=>{if(A.touches.length!==1)return;let R=A.touches[0];Z.current={x:R.clientX,y:R.clientY},ae(A.currentTarget)},[ae]),me=ft.default.useCallback(A=>{if(!Z.current||!O.current)return;let R=A.touches[0];Math.hypot(R.clientX-Z.current.x,R.clientY-Z.current.y)>8&&(clearTimeout(O.current),O.current=null)},[]),M=ft.default.useCallback(()=>{O.current&&(clearTimeout(O.current),O.current=null),Z.current=null},[]),N=ft.default.useCallback(A=>{if(!G)return;A.preventDefault();let R=B(A.currentTarget),I=R.getBoundingClientRect();G(e,{top:I.top,left:I.left,width:I.width,height:I.height},_,R)},[e,_,G,B]);ft.default.useEffect(()=>()=>{O.current&&clearTimeout(O.current)},[]);let T=ft.default.useCallback(A=>{if(A)try{navigator.clipboard.writeText(A),D(!0),setTimeout(()=>D(!1),2e3)}catch{}},[]),q=ft.default.useMemo(()=>ls(Q),[Q]),H=e.thinking||q.thinking,ie=/(?:^|\n+)(?:[>*_~`\s]*)(?:This is a calculation from live figures,?\s*not a guarantee\s*[—–-]\s*the market can move against it\.?)(?:[>*_~`\s]*)/gi,y=ie.test(q.content),X=y?q.content.replace(ie,"").trimEnd():q.content;return(0,se.jsx)("div",{className:ee("hsk-cb-msg-group",o&&"hsk-cb-msg-group--run-mid",c&&"hsk-cb-msg-group--run-cont"),"data-hsk-role":_?"user":"assistant",ref:oe,children:_?(0,se.jsxs)("div",{className:`hsk-cb-user-msg${a?" hsk-sent":""}`,children:[e.images&&e.images.length>0&&(0,se.jsx)("div",{className:"hsk-cb-user-imgs","data-count":Math.min(e.images.length,4),children:e.images.slice(0,4).map((A,R)=>(0,se.jsxs)("button",{type:"button",className:"hsk-cb-user-img-cell",onClick:()=>m(A),children:[(0,se.jsx)("img",{src:A,alt:`attachment ${R+1}`,className:"hsk-cb-user-img-thumb"}),R===3&&e.images.length>4&&(0,se.jsxs)("span",{className:"hsk-cb-user-img-more",children:["+",e.images.length-3]})]},R))}),e.content&&(0,se.jsxs)("div",{className:ee("hsk-cb-user-bubble",n&&"hsk-cb-user-bubble--tail",e.spoken&&"hsk-cb-user-bubble--spoken",E&&"hsk-cb-user-bubble--error"),onTouchStart:le,onTouchMove:me,onTouchEnd:M,onTouchCancel:M,onContextMenu:N,children:[e.spoken&&(0,se.jsx)(Er,{className:"hsk-cb-spoken-mark",size:10}),/^@kiku\b/i.test(e.content)?(0,se.jsxs)(se.Fragment,{children:[(0,se.jsx)("span",{className:"hsk-kiku-badge",children:"@kiku"}),e.content.replace(/^@kiku\s*/i,"")]}):e.content]}),(0,se.jsxs)("div",{className:"hsk-cb-user-footer",children:[(0,se.jsxs)("div",{className:ee("hsk-cb-msg-actions",E&&"hsk-cb-msg-actions--failed"),children:[J&&(E||a)&&(0,se.jsxs)("button",{type:"button",className:"hsk-cb-msg-action hsk-cb-msg-action--retry",onClick:()=>J(e),"aria-label":C("retry"),children:[(0,se.jsx)(ta,{className:j?"hsk-retry-icon--spinning":"",size:11}),(0,se.jsx)("span",{className:"hsk-cb-msg-action-label",children:C("retry")})]}),W&&(0,se.jsxs)("button",{type:"button",className:"hsk-cb-msg-action hsk-cb-msg-action--edit",onClick:()=>W(e),"aria-label":C("edit"),children:[(0,se.jsx)(Jo,{size:11}),(0,se.jsx)("span",{className:"hsk-cb-msg-action-label",children:C("edit")})]}),(0,se.jsxs)("button",{type:"button",className:ee("hsk-cb-msg-action hsk-cb-msg-action--copy",g&&"hsk-cb-msg-action--copied"),onClick:()=>T(e.content),"aria-label":C(g?"copied":"copy"),children:[g?(0,se.jsx)(mr,{size:11}):(0,se.jsx)(ur,{size:11}),(0,se.jsx)("span",{className:"hsk-cb-msg-action-label",children:C(g?"copied":"copy")})]})]}),a&&!E&&(0,se.jsx)("span",{className:"hsk-cb-sent-status",children:C(u||d?"statusStopped":"statusSent")}),E&&(0,se.jsxs)("span",{className:"hsk-cb-failed-notice",children:[(0,se.jsx)("span",{className:"hsk-cb-failed-dot"}),C("msgFailed")]})]})]}):(0,se.jsx)("div",{className:ee("hsk-cb-ai-msg",i&&"hsk-cb-ai-msg--inline"),children:(0,se.jsxs)("div",{className:"hsk-cb-ai-body",onTouchStart:le,onTouchMove:me,onTouchEnd:M,onTouchCancel:M,onContextMenu:N,children:[(()=>{let A=e.thoughtForSeconds!=null||X.length>0||!(r&&(l||s));return(0,se.jsxs)(se.Fragment,{children:[!e.spoken&&(H||e.thoughtForSeconds!=null||r&&(l||s))&&(0,se.jsx)(ps,{text:H,isComplete:A,seconds:e.thoughtForSeconds}),X&&(0,se.jsx)("div",{className:"hsk-cb-ai-content",children:(0,se.jsx)(ms,{content:X,streaming:r&&l})}),y&&(0,se.jsx)("div",{className:"hsk-cb-calc-disclaimer",children:C("calcDisclaimer")})]})})(),e.visualizing&&(0,se.jsxs)("div",{className:"hsk-cb-viz hsk-cb-viz--loading",children:[(0,se.jsx)("span",{className:"hsk-cb-viz-spinner"}),(0,se.jsx)("span",{children:e.visualizingText||C("vizWorking")})]}),e.visualization&&(0,se.jsxs)("div",{className:"hsk-cb-viz",children:[(0,se.jsxs)("div",{className:"hsk-cb-viz-imgwrap",children:[e.visualizationType==="video"||e.visualization.includes("/videos/")?(0,se.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,se.jsx)("img",{src:e.visualization,alt:"Product visualized in your photo",className:"hsk-markdown-img",style:L[e.visualization]==="err"?{display:"none"}:void 0,onLoad:()=>$(A=>({...A,[e.visualization]:"ok"})),onError:()=>$(A=>({...A,[e.visualization]:"err"}))}),L[e.visualization]==="err"&&(0,se.jsx)("div",{className:"hsk-cb-viz-broken",children:C("vizUnavailable")}),r&&!l&&L[e.visualization]==="ok"&&e.visualizationType!=="video"&&!e.visualization.includes("/videos/")&&(0,se.jsxs)("button",{className:"hsk-cb-viz-mark",onClick:()=>S(e.visualization),children:[(0,se.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,se.jsx)("path",{d:"M12 20h9"}),(0,se.jsx)("path",{d:"M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4Z"})]}),C("vizMarkEdit")]})]}),(0,se.jsx)("div",{className:"hsk-cb-viz-disclaimer",children:e.visualizationType==="video"||e.visualization.includes("/videos/")?C("vizDisclaimerVideo"):C("vizDisclaimerImage")})]}),!_&&(e.knowledgeImages?.length??0)>0&&(0,se.jsx)("div",{className:"hsk-cb-kimgs",children:e.knowledgeImages.map(A=>(0,se.jsxs)("div",{className:"hsk-cb-kimg-group",children:[(0,se.jsx)("div",{className:"hsk-cb-kimg-grid",children:A.images.map((R,I)=>(0,se.jsx)("img",{src:R.url,alt:R.note||A.title||"Reference image",className:"hsk-cb-kimg",loading:"lazy",onClick:()=>m(R.url),onError:re=>{re.target.style.display="none"}},I))}),(A.title||A.images[0]?.note)&&(0,se.jsx)("div",{className:"hsk-cb-kimg-caption",children:A.title||A.images[0]?.note})]},A.entryId))}),!_&&(0,se.jsx)(cs,{keys:e.liveKeys}),!_&&(e.staleNotices?.length??0)>0&&(0,se.jsxs)("div",{className:"hsk-cb-stale",role:"status",children:[(0,se.jsx)("div",{className:"hsk-cb-stale-title",children:C("staleTitle")}),e.staleNotices.map((A,R)=>(0,se.jsxs)("div",{className:"hsk-cb-stale-item",children:[A.state==="removed"?C("staleRemoved",{title:A.title}):C("staleUnavailable",{title:A.title}),A.reason&&(0,se.jsxs)("span",{className:"hsk-cb-stale-reason",children:[" ",A.reason]})]},R))]}),(()=>{let A=r?p:e.referencedIds??[],R=r?h:e.sources??[],I=r?f:e.intent,re=I==="compare"||I==="capture"||I==="capture_all"||I==="delete"||I==="view_history";return A.length>0&&!re&&(!r||w?.type!=="request_kiku_key")&&(0,se.jsx)(hs,{sources:R,defaultCurrency:z,onSelectSource:v,onImageClick:m,referencedIds:A,compact:!!e.visualization})})(),r&&!s&&!l&&w?.type==="open_memory"&&w.url&&(0,se.jsxs)("a",{className:"hsk-cb-memory-pill",href:String(w.url),target:"_blank",rel:"noopener noreferrer",children:[C("openMemory"),(0,se.jsx)(Oo,{})]}),r&&!s&&w?.url&&w.type!=="open_memory"&&(0,se.jsx)("div",{className:"hsk-action-pills",children:(0,se.jsxs)("a",{className:"hsk-action-pill",href:w.url,children:[String(w.type||"continue").replace(/_/g," ")," \u2192"]})}),r&&!s&&(0,se.jsx)(us,{intent:f,sources:k,onSend:F,loading:s,defaultCurrency:z}),!_&&!l&&X&&(0,se.jsx)("div",{className:"hsk-cb-ai-footer",children:(0,se.jsxs)("div",{className:ee("hsk-cb-msg-actions",(E||X.includes("We're experiencing high demand right now"))&&"hsk-cb-msg-actions--failed"),children:[(0,se.jsxs)("button",{type:"button",className:ee("hsk-cb-msg-action hsk-cb-msg-action--copy",g&&"hsk-cb-msg-action--copied"),onClick:()=>T(X),"aria-label":C(g?"copied":"copy"),children:[g?(0,se.jsx)(mr,{size:11}):(0,se.jsx)(ur,{size:11}),(0,se.jsx)("span",{className:"hsk-cb-msg-action-label",children:C(g?"copied":"copy")})]}),r&&(E||X.includes("We're experiencing high demand right now"))&&J&&(0,se.jsxs)("button",{type:"button",className:"hsk-cb-msg-action hsk-cb-msg-action--retry",onClick:()=>J(e),"aria-label":C("retry"),children:[(0,se.jsx)(ta,{className:j?"hsk-retry-icon--spinning":"",size:11}),(0,se.jsx)("span",{className:"hsk-cb-msg-action-label",children:C("retry")})]})]})})]})})})}var Ce=require("react/jsx-runtime");function bs({keyInput:e,setKeyInput:t,minting:r,handleUseExistingKey:a,handleCreateKey:n,t:o}){return(0,Ce.jsxs)("div",{className:"hsk-cb-ai-msg",children:[(0,Ce.jsx)("div",{className:"hsk-cb-ai-icon",style:{display:"flex",alignItems:"center"},children:(0,Ce.jsx)(Rt,{})}),(0,Ce.jsx)("div",{className:"hsk-cb-ai-body",children:(0,Ce.jsx)("div",{className:"hsk-cb-ai-text",children:(0,Ce.jsxs)("div",{className:"hsk-cb-phone-form",children:[(0,Ce.jsx)("label",{className:"hsk-cb-phone-label",children:o("keyPastePrompt")}),(0,Ce.jsx)("input",{type:"text",className:"hsk-cb-phone-input",placeholder:o("keyPastePlaceholder"),value:e,onChange:c=>t(c.target.value),onKeyDown:c=>c.key==="Enter"&&a(),autoFocus:!0}),(0,Ce.jsxs)("div",{style:{display:"flex",gap:8},children:[(0,Ce.jsx)("button",{className:"hsk-cb-phone-submit",onClick:a,disabled:!e.trim(),children:o("keyUseMine")}),(0,Ce.jsx)("button",{className:"hsk-cb-phone-submit",onClick:n,disabled:r,children:o(r?"keyCreating":"keyCreateNew")})]})]})})})]})}function fs({mintedKey:e,mintedPub:t,copied:r,keyCountdown:a,onDismiss:n,copyValue:o,t:c}){return(0,Ce.jsxs)("div",{className:"hsk-cb-ai-msg",children:[(0,Ce.jsx)("div",{className:"hsk-cb-ai-icon",style:{display:"flex",alignItems:"center"},children:(0,Ce.jsx)(Rt,{})}),(0,Ce.jsx)("div",{className:"hsk-cb-ai-body",children:(0,Ce.jsx)("div",{className:"hsk-cb-ai-text",children:(0,Ce.jsxs)("div",{style:{padding:"4px 0",display:"flex",flexDirection:"column",gap:12},children:[(0,Ce.jsxs)("div",{children:[(0,Ce.jsxs)("div",{style:{display:"flex",justifyContent:"space-between",alignItems:"center",marginBottom:4},children:[(0,Ce.jsx)("span",{style:{fontSize:12,fontWeight:600},children:c("keySecretTitle")}),(0,Ce.jsxs)("button",{className:"hsk-cb-phone-submit",style:{padding:"2px 8px",fontSize:11,background:"transparent",border:0},onClick:n,children:[c("keyDismiss")," \u2715"]})]}),(0,Ce.jsx)("code",{style:{display:"block",fontSize:13,fontWeight:700,marginBottom:8,wordBreak:"break-all"},children:e}),(0,Ce.jsxs)("div",{style:{display:"flex",gap:8,alignItems:"center",flexWrap:"wrap"},children:[(0,Ce.jsx)("button",{className:"hsk-cb-phone-submit",style:{padding:"4px 10px",border:0},onClick:()=>o(e,"secret"),children:c(r==="secret"?"keyCopied":"keyCopySecret")}),(0,Ce.jsx)("span",{style:{fontSize:11,opacity:.7,flex:"1 1 180px"},children:c("keySecretHint")})]})]}),t&&(0,Ce.jsxs)("div",{children:[(0,Ce.jsx)("div",{style:{fontSize:12,fontWeight:600,marginBottom:4},children:c("keyPublicTitle")}),(0,Ce.jsx)("code",{style:{display:"block",fontSize:12,fontWeight:600,marginBottom:6,wordBreak:"break-all",opacity:.85},children:t}),(0,Ce.jsxs)("div",{style:{display:"flex",gap:8,alignItems:"center",flexWrap:"wrap"},children:[(0,Ce.jsx)("button",{className:"hsk-cb-phone-submit",style:{padding:"4px 10px",border:0},onClick:()=>o(t,"pub"),children:c(r==="pub"?"keyCopied":"keyCopyId")}),(0,Ce.jsx)("span",{style:{fontSize:11,opacity:.7,flex:"1 1 180px"},children:c("keyPublicHint")})]})]}),(0,Ce.jsx)("div",{style:{fontSize:11,opacity:.6},children:c("keyAutoHide",{seconds:String(a)})})]})})})]})}var Ue=require("react/jsx-runtime");function gs({displayMessages:e,messageRefs:t,isNarrow:r,loading:a,streaming:n,sources:o,referencedIds:c,discussedSources:i,lastIntent:s,lastAction:l,defaultCurrency:u,stopped:d,interrupted:h,halted:p,haltedEmpty:k,error:f,errorCode:w,keyPhase:z,keyInput:L,setKeyInput:$,mintedKey:m,setMintedKey:S,mintedPub:F,setMintedPub:v,minting:J,copied:W,keyCountdown:G,handleUseExistingKey:E,handleCreateKey:j,copyValue:C,queuedMessage:oe,sendQueuedNow:_,setLightboxSrc:Q,setMarkupSrc:g,handleSend:D,handleSourceClick:Z,onRetry:O,onEdit:B,onLongPress:ae,retrying:le,continueGenerating:me,t:M,spacerRef:N,vizState:T,setVizState:q,messages:H}){return(0,Ue.jsxs)(Ue.Fragment,{children:[(()=>{let ie=-1;for(let y=e.length-1;y>=0;y--)if(e[y]?.role==="user"){ie=y;break}return e.map((y,X)=>{let A=X===e.length-1,R=y.role==="user",I=R&&X===ie,re=R&&e[X+1]?.role!=="user",pe=R&&!re,ne=R&&e[X-1]?.role==="user",ke=y.id||`${y.role}-${X}`,de=I&&!!f||!R&&A&&!!f||!R&&!!y.content?.includes("We're experiencing high demand right now");return(0,Ue.jsx)(ks,{msg:y,idx:X,isLast:A,isLastUser:I,isRunEnd:re,runMid:pe,runCont:ne,isNarrow:r,loading:a,streaming:n,stopped:d,interrupted:h,sources:o,referencedIds:c,discussedSources:i,lastIntent:s,lastAction:l,defaultCurrency:u,vizState:T,setVizState:q,setLightboxSrc:Q,setMarkupSrc:g,handleSend:D,handleSourceClick:Z,onRetry:O,onEdit:B,onLongPress:ae,hasError:de,retrying:le,t:M,messageRef:Ne=>{t.current[X]=Ne}},ke)})})(),p&&H.length>0&&(0,Ue.jsxs)("div",{className:ee("hsk-cb-stopped",k&&"hsk-cb-stopped--empty"),children:[k&&(0,Ue.jsxs)("span",{className:"hsk-cb-stopped-dots","aria-hidden":"true",children:[(0,Ue.jsx)("i",{}),(0,Ue.jsx)("i",{}),(0,Ue.jsx)("i",{})]}),(0,Ue.jsx)("span",{className:"hsk-cb-stopped-label",children:M(d?"stoppedByYou":"stoppedInterrupted")}),(0,Ue.jsxs)("button",{className:"hsk-cb-continue",onClick:me,children:[(0,Ue.jsx)(Ko,{}),M(H[H.length-1]?.role==="assistant"?"continueGenerating":"generateResponse")]})]}),f&&(0,Ue.jsx)("div",{className:"hsk-cb-error",children:jo({code:w??void 0,message:f},M)}),z==="prompt_key"&&(0,Ue.jsx)(bs,{keyInput:L,setKeyInput:$,minting:J,handleUseExistingKey:E,handleCreateKey:j,t:M}),m&&(0,Ue.jsx)(fs,{mintedKey:m,mintedPub:F,copied:W,keyCountdown:G,onDismiss:()=>{S(null),v(null)},copyValue:C,t:M}),oe&&(0,Ue.jsx)("div",{className:ee("hsk-cb-msg-group",e[e.length-1]?.role==="user"&&"hsk-cb-msg-group--run-cont"),children:(0,Ue.jsxs)("div",{className:"hsk-cb-user-msg",children:[(0,Ue.jsx)("div",{className:"hsk-cb-user-bubble hsk-cb-user-bubble--tail hsk-cb-user-bubble--queued",children:oe.content}),(0,Ue.jsxs)("button",{type:"button",className:"hsk-cb-queued-status",onClick:_,children:[(0,Ue.jsx)("span",{className:"hsk-cb-queued-dot"}),M("queuedWaiting"),(0,Ue.jsx)("span",{className:"hsk-cb-queued-now",children:M("queuedSendNow")})]})]})}),(0,Ue.jsx)("div",{ref:N,className:"hsk-cb-msgs-spacer"})]})}var Lt=Ft(require("react"));var Y=require("react/jsx-runtime");function vs({gooId:e,input:t,setInput:r,showKikuPicker:a,setShowKikuPicker:n,showAtPicker:o,setShowAtPicker:c,captureAllowed:i,discussedSources:s,defaultCurrency:l,handleSelectExtension:u,handleKikuCapture:d,handleKikuCaptureAll:h,handleKikuViewHistory:p,handleKikuDelete:k,attachments:f,removeAttachment:w,chromeLoading:z,imageInputRef:L,handleImageFiles:$,enableVision:m,enableVoice:S,canConverse:F,voiceMode:v,startVoice:J,stopVoice:W,voiceBlocked:G,textareaRef:E,classNames:j={},handleInput:C,handleKeyDown:oe,voice:_,voicePhase:Q,activePlaceholder:g,loading:D,streaming:Z,stop:O,handleSend:B,voiceError:ae,setVoiceError:le,shopperLanguage:me,t:M,rail:N}){let[T,q]=Lt.default.useState(0),[H,ie]=Lt.default.useState(!1);Lt.default.useEffect(()=>{if(!ae)return;let pe=setTimeout(()=>{le?.("")},6e3);return()=>clearTimeout(pe)},[ae,le]),Lt.default.useEffect(()=>{if(!H)return;let pe=ne=>{ne.key==="Escape"&&ie(!1)};return window.addEventListener("keydown",pe),()=>window.removeEventListener("keydown",pe)},[H]);let X=Math.max(_r(g||"Ask me anything\u2026").length-1,0)*en,[A,R]=(0,Lt.useState)(!1),I=(0,Lt.useRef)(null),re=()=>{I.current&&clearTimeout(I.current),R(!0),I.current=setTimeout(()=>{R(!1),I.current=null},550)};return(0,Lt.useEffect)(()=>()=>{I.current&&clearTimeout(I.current)},[]),(0,Y.jsxs)("div",{className:"hsk-cb-input-wrap",children:[H&&(0,Y.jsxs)(Y.Fragment,{children:[(0,Y.jsx)("div",{className:"hsk-cb-toolsheet-scrim",onClick:()=>ie(!1)}),(0,Y.jsx)("div",{className:"hsk-cb-toolsheet-wrap",children:(0,Y.jsxs)("div",{className:"hsk-cb-toolsheet",role:"menu",children:[m&&(0,Y.jsxs)("button",{className:"hsk-cb-toolsheet-item",role:"menuitem",onClick:()=>{ie(!1),L.current?.click()},disabled:D,children:[(0,Y.jsx)(zn,{}),(0,Y.jsx)("span",{children:M("attachImage")})]}),S&&F&&(0,Y.jsxs)("button",{className:"hsk-cb-toolsheet-item",role:"menuitem",onClick:()=>{ie(!1),v==="converse"?W():J("converse")},disabled:D||z||G,children:[(0,Y.jsx)(Rn,{active:v==="converse"}),(0,Y.jsx)("span",{children:M(v==="converse"?"voiceModeExit":"voiceModeStart")})]})]})})]}),(0,Y.jsxs)("div",{className:"hsk-cb-input-card",children:[(/^@kiku\b/i.test(t)||a||o)&&(0,Y.jsxs)("div",{className:"hsk-cb-docked-header",children:[(0,Y.jsx)("span",{className:"hsk-cb-docked-sub",children:M("captureAndRemember")}),(0,Y.jsx)("button",{type:"button",className:"hsk-cb-docked-close",onClick:()=>{r(pe=>pe.replace(/^@kiku\s*/i,"")),n(!1),c(!1)},"aria-label":"Close mode",children:"\xD7"})]}),(a||o)&&(0,Y.jsxs)("div",{className:"hsk-cb-docked-options",onMouseDown:pe=>pe.preventDefault(),children:[o&&i&&(0,Y.jsxs)("button",{type:"button",className:"hsk-cb-docked-option",onClick:()=>u("@kiku"),children:[(0,Y.jsx)("span",{className:"hsk-cb-docked-option-icon",children:(0,Y.jsx)(Rt,{})}),(0,Y.jsx)("span",{className:"hsk-cb-docked-option-title",children:"kiku"}),(0,Y.jsx)("span",{className:"hsk-cb-docked-option-desc",children:"capture & remember"})]}),a&&i&&(0,Y.jsxs)(Y.Fragment,{children:[s.map((pe,ne)=>(0,Y.jsxs)("button",{type:"button",className:"hsk-cb-docked-option",onClick:()=>{d(pe),n(!1)},children:[(0,Y.jsx)("span",{className:"hsk-cb-docked-option-icon",children:pe.image?(0,Y.jsx)("img",{src:pe.image,alt:""}):(0,Y.jsx)(qa,{})}),(0,Y.jsx)("span",{className:"hsk-cb-docked-option-title",children:pe.name}),pe.price&&(0,Y.jsxs)("span",{className:"hsk-cb-docked-option-price",children:[pe.currency??l," ",parseFloat(String(pe.price).replace(/[^0-9.]/g,"")||"0").toLocaleString()]})]},pe.id??ne)),s.length>1&&(0,Y.jsxs)("button",{type:"button",className:"hsk-cb-docked-option",onClick:()=>{h(s),n(!1)},children:[(0,Y.jsx)("span",{className:"hsk-cb-docked-option-icon",children:(0,Y.jsx)(qa,{})}),(0,Y.jsx)("span",{className:"hsk-cb-docked-option-title",children:M("captureAll",{count:String(s.length)})})]}),s.length===0&&(0,Y.jsxs)("button",{type:"button",className:"hsk-cb-docked-option",onClick:()=>{d({name:"current page",id:void 0}),n(!1)},children:[(0,Y.jsx)("span",{className:"hsk-cb-docked-option-icon",children:(0,Y.jsx)(qa,{})}),(0,Y.jsx)("span",{className:"hsk-cb-docked-option-title",children:M("captureCurrentPage")})]}),(0,Y.jsxs)("button",{type:"button",className:"hsk-cb-docked-option",onClick:()=>{p(),n(!1)},children:[(0,Y.jsx)("span",{className:"hsk-cb-docked-option-icon",children:(0,Y.jsx)(Go,{})}),(0,Y.jsx)("span",{className:"hsk-cb-docked-option-title",children:M("whatHaveYouSaved")})]}),(0,Y.jsxs)("button",{type:"button",className:"hsk-cb-docked-option",onClick:()=>{k(),n(!1)},children:[(0,Y.jsx)("span",{className:"hsk-cb-docked-option-icon",children:(0,Y.jsx)(Qo,{})}),(0,Y.jsx)("span",{className:"hsk-cb-docked-option-title",children:M("deleteThis")})]})]})]}),f.length>0&&(0,Y.jsx)("div",{className:"hsk-cb-img-strip",children:f.map((pe,ne)=>(0,Y.jsxs)("div",{className:"hsk-cb-img-thumb-wrap",children:[(0,Y.jsx)("img",{src:pe.data,alt:`attachment ${ne+1}`,className:"hsk-cb-img-thumb"}),(0,Y.jsx)("button",{type:"button",className:"hsk-cb-img-thumb-remove",onClick:()=>w(ne),"aria-label":"Remove image",children:(0,Y.jsx)(ii,{size:10})})]},ne))}),(0,Y.jsxs)("div",{className:ee("hsk-cb-input-box",z&&"hsk-cb-input-box--waiting"),"data-cascade":T%2?"b":"a","data-tools":H?"open":"closed",style:{"--hsk-text-sweep":`${X}ms`},children:[(0,Y.jsx)("input",{ref:L,type:"file",accept:"image/*",className:"hsk-sr-only",onChange:pe=>{$(pe.target.files),pe.target.value=""}}),(m||S&&F)&&(0,Y.jsx)("button",{className:ee("hsk-cb-tools-toggle",H&&"hsk-cb-tools-toggle--open"),onClick:()=>ie(pe=>!pe),disabled:D||z,"aria-label":H?"Close options":"More options","aria-expanded":H,children:(0,Y.jsx)(Xo,{})}),(0,Y.jsxs)(Y.Fragment,{children:[m&&(0,Y.jsx)("button",{className:"hsk-cb-attach-btn",onClick:()=>L.current?.click(),disabled:D,"aria-label":"Attach image",title:"Attach image",children:(0,Y.jsx)(zn,{})}),S&&F&&(0,Y.jsx)("button",{className:ee("hsk-cb-voice-mode-btn",G&&"hsk-cb-voice-mode-btn--blocked"),onClick:()=>G?le?.(M("errAccountRequired")):J("converse"),disabled:D||z,"aria-label":"Voice conversation",title:"Voice conversation",children:(0,Y.jsx)(Rn,{})})]}),(0,Y.jsxs)("div",{className:"hsk-cb-field",children:[(0,Y.jsx)("textarea",{ref:E,value:t,onChange:C,onKeyDown:oe,rows:1,placeholder:"",className:ee("hsk-cb-textarea",j.input),"aria-label":g,disabled:D&&!Z}),(0,Y.jsx)(as,{placeholder:g,visible:!t,staggerMs:en,replaySeed:T})]}),S&&(0,Y.jsx)("button",{className:ee("hsk-cb-mic-btn",(v==="converse"||v==="dictate")&&"hsk-cb-mic-btn--active",G&&"hsk-cb-mic-btn--blocked"),onClick:()=>{v!=="off"?W():G?le?.("errAccountRequired"):J(F?"converse":"dictate")},disabled:D||z,"aria-label":v==="off"?"Start voice mode":"Stop voice",title:v==="off"?F?"Voice conversation":"Voice input":"Stop",children:v==="off"?(0,Y.jsx)(Er,{}):(0,Y.jsx)(Ba,{})}),(D||Z)&&!A?(0,Y.jsx)("button",{className:ee("hsk-cb-send","hsk-cb-send--stop",j.sendButton),onClick:O,"aria-label":"Stop generating",title:"Stop generating",children:(0,Y.jsx)(Vo,{})}):(0,Y.jsxs)("button",{className:ee("hsk-cb-send",A&&"is-launching",j.sendButton),onClick:()=>{re(),B()},disabled:z||!t.trim()&&f.length===0,"aria-label":"Send message",children:[(0,Y.jsx)("svg",{width:"0",height:"0","aria-hidden":"true",focusable:"false",style:{position:"absolute"},children:(0,Y.jsx)("defs",{children:(0,Y.jsxs)("filter",{id:e,children:[(0,Y.jsx)("feGaussianBlur",{in:"SourceGraphic",stdDeviation:"1.6",result:"blur"}),(0,Y.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,Y.jsx)("feBlend",{in:"SourceGraphic",in2:"goo"})]})})}),(0,Y.jsx)("span",{className:"hsk-cb-send-sheath","aria-hidden":"true"}),(0,Y.jsxs)("span",{className:"hsk-cb-send-stage",style:{filter:`url(#${e})`},children:[(0,Y.jsx)("span",{className:"hsk-cb-send-seam","aria-hidden":"true"}),(0,Y.jsx)("span",{className:"hsk-cb-send-kite",children:(0,Y.jsx)(Zo,{})})]})]})]})]}),G?(0,Y.jsxs)("div",{className:"hsk-cb-voice-error",role:"status",onClick:()=>le?.(""),children:[(0,Y.jsx)("span",{children:M("errAccountRequired")}),(0,Y.jsx)("button",{type:"button",className:"hsk-cb-voice-error-dismiss",onClick:pe=>{pe.stopPropagation(),le?.("")},"aria-label":"Dismiss error",children:"\xD7"})]}):ae&&(0,Y.jsxs)("div",{className:"hsk-cb-voice-error",role:"status",onClick:()=>le?.(""),children:[(0,Y.jsx)("span",{children:M(ae)}),(0,Y.jsx)("button",{type:"button",className:"hsk-cb-voice-error-dismiss",onClick:pe=>{pe.stopPropagation(),le?.("")},"aria-label":"Dismiss error",children:"\xD7"})]}),(0,Y.jsx)("div",{className:"hsk-cb-hint",children:me?M("footerHint"):"kiku \xB7 searches the whole catalogue in real time"})]})}var Mt=require("react"),ws=require("react/jsx-runtime");function ys(e,t){let r=e.match(/-?[\d.]+/g);return!r||r.length<3?t:[Number(r[0]),Number(r[1]),Number(r[2])]}function pp(e,t,r){return[e[0]+(t[0]-e[0])*r,e[1]+(t[1]-e[1])*r,e[2]+(t[2]-e[2])*r]}function qr(e,t){return`rgba(${e[0]|0}, ${e[1]|0}, ${e[2]|0}, ${t})`}var Kt=24,dp=.42;function xs({phase:e,level:t,spectrum:r,bins:a,className:n}){let o=(0,Mt.useRef)(null),c=(0,Mt.useRef)(e),i=(0,Mt.useRef)(t),s=(0,Mt.useRef)(r),l=(0,Mt.useRef)(a);return(0,Mt.useEffect)(()=>{c.current=e},[e]),(0,Mt.useEffect)(()=>{i.current=t},[t]),(0,Mt.useEffect)(()=>{s.current=r},[r]),(0,Mt.useEffect)(()=>{l.current=a},[a]),(0,Mt.useEffect)(()=>{let u=o.current;if(!u)return;let d=u.getContext("2d");if(!d)return;let h=getComputedStyle(u),p=ys(h.getPropertyValue("--hsk-primary")||"",[255,106,51]),k=ys(h.getPropertyValue("--hsk-chat-text")||"",[31,31,31]),f=0,w=0,z=0,L=()=>{let D=Math.min(window.devicePixelRatio||1,3),Z=u.getBoundingClientRect();w=Math.max(1,Z.width),z=Math.max(1,Z.height),u.width=Math.round(w*D),u.height=Math.round(z*D),d.setTransform(D,0,0,D,0,0)};L();let $=typeof ResizeObserver<"u"?new ResizeObserver(L):null;$?.observe(u),window.addEventListener("resize",L);let m=window.matchMedia?.("(prefers-reduced-motion: reduce)")?.matches??!1,S=new Float32Array(Kt),F=[],v=null,J=-1,W=null,G=0,E=0,j=performance.now(),C=(D,Z,O,B)=>D+(Z-D)*(Z>D?O:B),oe=()=>{let D=s.current,Z=l.current?.()??0;if(!D||!Z||((!W||W.length!==Z)&&(W=new Uint8Array(Z)),!D(W)))return!1;let B=Math.max(Kt,Math.floor(Z*dp))/Kt;for(let ae=0;ae<Kt;ae++){let le=Math.floor(ae*B),me=Math.max(le+1,Math.floor((ae+1)*B)),M=0;for(let T=le;T<me;T++)M+=W[T];let N=M/(me-le)/255;S[ae]=C(S[ae],N,m?.2:.55,m?.06:.14)}return!0},_=(D,Z)=>{for(let O=0;O<Kt;O++){let B=O/(Kt-1),ae=Math.pow(1-B,1.6)*(.75+.25*Math.sin(D*3.1+O*.7));S[O]=C(S[O],ae*Z,.3,.12)}},Q=D=>{let Z=Math.min(Kt-1,Math.max(0,D*(Kt-1))),O=Math.floor(Z),B=Z-O,ae=S[O],le=S[Math.min(Kt-1,O+1)];return ae+(le-ae)*B*B*(3-2*B)},g=D=>{f=requestAnimationFrame(g);let Z=(D-j)/1e3,O=c.current,B=Math.min(1,i.current());G=C(G,Math.max(O==="speaking"?.42:O==="listening"?.3:O==="thinking"?.28:.12,B),m?.1:.5,m?.05:.11),oe()||_(Z,Math.max(.25,G)),d.clearRect(0,0,w,z);let le=z/2;E=O==="thinking"?(E+.012)%1.6:0;let me=3;if(J!==w){F=[];for(let T=0;T<me;T++){let q=T/(me-1||1),H=pp(p,k,q*.5),ie=d.createLinearGradient(0,0,w,0);ie.addColorStop(0,qr(H,0)),ie.addColorStop(.5,qr(H,.9-q*.35)),ie.addColorStop(1,qr(H,0)),F.push(ie)}v=d.createLinearGradient(0,0,w,0),v.addColorStop(0,qr(p,0)),v.addColorStop(.5,qr(p,.14)),v.addColorStop(1,qr(p,0)),J=w}let M=z*.32,N=Math.max(4,w/130);for(let T=0;T<me;T++){let q=T/(me-1||1),H=T*.055,ie=1-q*.22;d.beginPath();let y=0,X=le;for(let R=0;R<=w;R+=N){let I=R/w,re=Math.pow(Math.sin(Math.PI*I),.85),pe=O==="thinking"?Math.exp(-Math.pow((I-(E-.3))*4.5,2)):1,ne=Q(Math.abs(I-.5)*2),ke=Z-H,de=Math.sin(I*Math.PI*2*2.1+ke*7.4)*.66+Math.sin(I*Math.PI*2*3.7-ke*5.6)*.26+Math.sin(I*Math.PI*2*5.9+ke*9.1)*.08,Ne=le+re*pe*ie*M*G*(.6+ne*1.1)*de+Math.sin(I*Math.PI*2*.6+(Z-H)*2.2)*re*z*.01;R===0?d.moveTo(R,Ne):d.quadraticCurveTo(y,X,(y+R)/2,(X+Ne)/2),y=R,X=Ne}d.quadraticCurveTo(y,X,w,X),d.lineCap="round",d.lineJoin="round";let A=(T===0?3:1.6)*(1+G*.6);T===0&&(d.strokeStyle=v,d.lineWidth=A*5,d.stroke()),d.strokeStyle=F[T],d.lineWidth=A,d.stroke()}};return f=requestAnimationFrame(g),()=>{cancelAnimationFrame(f),$?.disconnect(),window.removeEventListener("resize",L)}},[]),(0,ws.jsx)("canvas",{ref:o,className:n,"aria-hidden":"true"})}var Te=require("react/jsx-runtime");function Ss({siteId:e,themeAttr:t,stopVoice:r,chooseVoice:a,liveVoiceName:n,voiceSecondsLeft:o,voiceConnecting:c,voicePhase:i,live:s,voiceMuted:l,setVoiceMuted:u,shownSources:d,onSelectSource:h,defaultCurrency:p,voiceError:k,t:f}){return(0,Te.jsxs)("div",{className:"hsk-voice-overlay",role:"dialog","aria-label":f("voiceModeStart"),children:[(0,Te.jsx)(Ya,{seed:e,theme:t}),(0,Te.jsx)("button",{className:"hsk-voice-exit",onClick:r,"aria-label":f("voiceModeExit"),title:f("voiceModeExit"),children:(0,Te.jsx)(Lr,{})}),(0,Te.jsx)("div",{className:"hsk-voice-picker",role:"radiogroup","aria-label":f("voicePickerLabel"),children:Fa.map((w,z)=>(0,Te.jsx)("button",{type:"button",role:"radio","aria-checked":n===w.name,className:ee("hsk-voice-pill",n===w.name&&"hsk-voice-pill--on"),style:{animationDelay:`${z*60}ms`},onClick:()=>a(w.name),"aria-label":`${w.label}, ${w.gender}`,children:w.label},w.name))}),o!==null&&(0,Te.jsxs)("div",{className:ee("hsk-voice-allowance",o<=5&&"hsk-voice-allowance--low"),role:"timer","aria-live":"off",children:[Math.max(0,Math.ceil(o)),"s"]}),(0,Te.jsx)("div",{className:ee("hsk-voice-stage",c&&"hsk-voice-stage--connecting"),children:(0,Te.jsx)(xs,{className:"hsk-voice-canvas",phase:i,level:s.micLevel,spectrum:s.micSpectrum,bins:s.spectrumBins})}),c?(0,Te.jsxs)("div",{className:"hsk-voice-connecting",role:"status",children:[(0,Te.jsx)("span",{className:"hsk-voice-connecting-dot"}),(0,Te.jsx)("span",{children:f("voiceConnecting")})]}):(0,Te.jsxs)("div",{className:"hsk-voice-caption","aria-live":"polite",children:[(0,Te.jsx)("span",{className:ee("hsk-voice-phase",`hsk-voice-phase--${i}`),children:f(l?"voiceMuted":i==="speaking"?"voicePhaseSpeaking":i==="thinking"?"voicePhaseThinking":"voicePhaseListening")}),l&&(0,Te.jsx)("span",{className:"hsk-voice-heard",children:f("voiceMutedHint")}),!l&&i==="listening"&&(0,Te.jsx)("span",{className:"hsk-voice-hint-sub",children:f("voiceHint")})]}),d.length>0&&(0,Te.jsx)("div",{className:"hsk-voice-items",children:d.slice(0,4).map((w,z)=>(0,Te.jsxs)("button",{type:"button",className:"hsk-voice-item",style:{animationDelay:`${z*70}ms`},onClick:()=>h?.(w),children:[w.image?(0,Te.jsx)("img",{src:w.image,alt:"",className:"hsk-voice-item-img",loading:"lazy"}):(0,Te.jsx)("span",{className:"hsk-voice-item-img hsk-voice-item-img--empty",children:(0,Te.jsx)(Rt,{})}),(0,Te.jsx)("span",{className:"hsk-voice-item-name",children:w.name}),w.price&&(0,Te.jsxs)("span",{className:"hsk-voice-item-price",children:[w.currency??p," ",parseFloat(String(w.price).replace(/[^0-9.]/g,"")||"0").toLocaleString()]})]},w.id??z))}),k&&(0,Te.jsx)("div",{className:"hsk-voice-error",children:f(k)}),(0,Te.jsx)("div",{className:"hsk-voice-controls",children:(0,Te.jsx)("button",{className:ee("hsk-voice-control",l&&"hsk-voice-control--muted"),onClick:()=>u(w=>!w),"aria-label":f(l?"voicePhaseListening":"voiceModeExit"),title:f(l?"voicePhaseListening":"voiceModeExit"),children:(0,Te.jsx)("span",{className:"hsk-voice-control-icon",children:l?(0,Te.jsx)(Ba,{}):(0,Te.jsx)(Er,{})},l?"off":"on")})})]})}var Br=require("react/jsx-runtime");function Cs({src:e,onClose:t}){return e?(0,Br.jsxs)("div",{className:"hsk-lightbox",onClick:t,children:[(0,Br.jsx)("button",{className:"hsk-lightbox-close",onClick:t,"aria-label":"Close image",children:(0,Br.jsx)(Lr,{})}),(0,Br.jsx)("img",{src:e,alt:"",className:"hsk-lightbox-img",onClick:r=>r.stopPropagation()})]}):null}var Cr=require("react");var or=require("react/jsx-runtime");function Ms({items:e,activeIdx:t,progress:r,onJump:a,side:n="right"}){let o=rr(),c=(0,Cr.useRef)(null),i=(0,Cr.useRef)(null),s=(0,Cr.useRef)([]),l=(0,Cr.useRef)(null),u=0;for(let d=0;d<e.length;d++)e[d].idx<=t&&(u=d);return(0,Cr.useEffect)(()=>{let d=s.current[u],h=l.current,p=i.current,k=c.current;if(d&&(h&&(h.style.transform=`translateY(${d.offsetTop+d.offsetHeight/2}px)`),p&&k)){let f=k.clientHeight;if(p.scrollHeight>f&&f>0){let z=d.offsetTop+d.offsetHeight/2,L=f/2-z;p.style.transform=`translateY(${L}px)`}else p.style.transform="none"}},[u,e.length]),e.length<2?null:(0,or.jsx)("nav",{ref:c,className:ee("hsk-cb-timeline",n==="left"?"hsk-cb-timeline--left":"hsk-cb-timeline--right"),"aria-label":o("timelineLabel"),children:(0,or.jsxs)("div",{ref:i,className:"hsk-cb-timeline-track",style:{"--hsk-tl-progress":r},children:[(0,or.jsx)("span",{className:"hsk-cb-tl-cursor",ref:l,"aria-hidden":"true"}),e.map((d,h)=>(0,or.jsxs)("button",{ref:p=>{s.current[h]=p},type:"button",className:ee("hsk-cb-tl-item",h===u&&"hsk-cb-tl-item--on"),style:{"--hsk-tl-d":Math.min(Math.abs(h-u),4)},onClick:()=>a(d.idx),title:d.text,children:[(0,or.jsx)("span",{className:"hsk-cb-tl-dot"}),(0,or.jsx)("span",{className:"hsk-cb-tl-label",children:d.text})]},d.idx))]})})}var ot=require("react");var tt=require("react/jsx-runtime"),hp=190;function Ns({msg:e,rect:t,containerRect:r,anchorEl:a,containerEl:n,isUser:o,isRTL:c=!1,canRetry:i,onPin:s,onRetry:l,onCopy:u,onClose:d,t:h}){let[p,k]=(0,ot.useState)(!1),f=(0,ot.useRef)(null),{closing:w,requestClose:z}=Dr(hp,d);(0,ot.useEffect)(()=>{let I=re=>{re.key==="Escape"&&z()};return window.addEventListener("keydown",I),()=>window.removeEventListener("keydown",I)},[z]);let L=(0,ot.useCallback)(async()=>{await u(e.content||"")&&(k(!0),setTimeout(z,450))},[e.content,u,z]),$=(0,ot.useCallback)(()=>{zt("pin"),s(e),z()},[e,s,z]),m=(0,ot.useCallback)(()=>{l&&l(e),z()},[e,l,z]),[S,F]=(0,ot.useState)(0);(0,ot.useEffect)(()=>{if(f.current){let I=f.current.offsetWidth;I&&Math.abs(I-S)>2&&F(I)}},[S]);let[v,J]=(0,ot.useState)(t),[W,G]=(0,ot.useState)(r);(0,ot.useEffect)(()=>{if(!a)return;let I=0,re=(ne,ke)=>Math.abs(ne-ke)<.5,pe=()=>{let ne=a.getBoundingClientRect();if(J(ke=>re(ke.top,ne.top)&&re(ke.left,ne.left)&&re(ke.width,ne.width)&&re(ke.height,ne.height)?ke:{top:ne.top,left:ne.left,width:ne.width,height:ne.height}),n){let ke=n.getBoundingClientRect();G(de=>de&&re(de.top,ke.top)&&re(de.left,ke.left)&&re(de.width,ke.width)?de:{top:ke.top,left:ke.left,width:ke.width,height:ke.height})}I=requestAnimationFrame(pe)};return I=requestAnimationFrame(pe),()=>cancelAnimationFrame(I)},[a,n]);let[E,j]=(0,ot.useState)("");(0,ot.useEffect)(()=>{if(!a)return;let I=getComputedStyle(a).backgroundColor;I&&I!=="rgba(0, 0, 0, 0)"&&I!=="transparent"&&j(I)},[a]);let C=v,oe=W??r,_=oe?.top??0,Q=oe?.left??0,g=oe?.width??(typeof window<"u"?window.innerWidth:390),D=C.top-_,Z=C.left-Q,O=C.width,B=C.height,ae=2;i&&l&&ae++;let me=S||(ae===2?122:170),M=36,N=!!a?.closest(".hsk-cb-think")||!!a?.parentElement?.querySelector(".hsk-cb-think-head"),T=D>=58&&!N,q=T?Math.max(8,D-M-9):Math.min(D+B+9,(oe?.height??800)-M-8),H=o?c:!c,ie=H?Math.min(g-18,Z+O-7):Math.max(18,Z+7),y=H?ie-me+18:ie-18;y=Math.max(10,Math.min(y,g-me-10));let X=Math.max(18,Math.min(ie-y,me-18)),A=E||(o?"var(--hsk-user-bubble-bg, var(--hsk-primary, #007aff))":"var(--hsk-bubble-bg, #eeeef0)"),R=0;return(0,tt.jsx)("div",{className:"hsk-tapback-overlay",onClick:z,children:(0,tt.jsxs)("div",{ref:f,className:ee("hsk-tapback-group",w&&"is-closing",T?"is-above":"is-below",o?"is-user":"is-ai"),style:{top:`${q}px`,left:`${y}px`,"--tail-x":`${X}px`,"--tail-dir":H?1:-1,"--tail-step":o?"9px":"8px","--hsk-anchor-color":A,"--hsk-skin":"var(--hsk-bubble-bg, var(--hsk-chat-ai-bg, #eeeef0))"},onClick:I=>I.stopPropagation(),children:[(0,tt.jsxs)("div",{className:"hsk-tapback-capsule",children:[(0,tt.jsxs)("button",{type:"button",className:"hsk-tapback-tool-btn hsk-tapback-tool-btn--pin",onClick:$,"aria-label":"Pin to Kiku Memory",style:{"--tool-idx":R++},children:[(0,tt.jsx)(si,{size:14}),(0,tt.jsx)("span",{children:"Pin"})]}),i&&l&&(0,tt.jsxs)("button",{type:"button",className:"hsk-tapback-tool-btn hsk-tapback-tool-btn--retry",onClick:m,"aria-label":h("retry"),style:{"--tool-idx":R++},children:[(0,tt.jsx)(ta,{size:14}),(0,tt.jsx)("span",{children:h("retry")})]}),(0,tt.jsxs)("button",{type:"button",className:ee("hsk-tapback-tool-btn hsk-tapback-tool-btn--copy",p&&"is-copied"),onClick:L,"aria-label":h(p?"copied":"copy"),style:{"--tool-idx":R++},children:[p?(0,tt.jsx)(mr,{size:14}):(0,tt.jsx)(ur,{size:14}),(0,tt.jsx)("span",{children:h(p?"copied":"copy")})]})]}),(0,tt.jsxs)("div",{className:ee("hsk-tapback-tail",T?"is-above":"is-below"),style:{left:`${X}px`},children:[(0,tt.jsx)("span",{className:"hsk-tapback-dot hsk-tapback-dot--mid"}),(0,tt.jsx)("span",{className:"hsk-tapback-dot hsk-tapback-dot--anchor"})]})]})})}var Me=require("react/jsx-runtime"),up=200;function to({title:e="kiku",logo:t,placeholder:r="Ask me anything\u2026",backdropColor:a,backdropBlur:n,onClose:o,onSelectSource:c,defaultCurrency:i="",chips:s=Zr,theme:l,classNames:u={},enableVoice:d=!1,voiceLang:h,enableVision:p=!1,visionCategoryHint:k,enableAudioResponse:f=!0,ttsVoice:w="Puck",autoSpeakResponses:z=!0,origin:L}){let $=(0,Ts.useAkropolysContext)(),{messages:m,sources:S,loading:F,streaming:v,error:J,errorCode:W,lastAction:G,lastIntent:E,allowedActions:j,send:C,queuedMessage:oe,sendQueuedNow:_,appendSpokenExchange:Q,stop:g,stopped:D,interrupted:Z,continueGenerating:O,reset:B,referencedIds:ae}=(0,Hr.useKiku)(),{activeScouts:le}=(0,Hr.useScouts)(),[me,M]=(0,he.useState)(()=>{try{return $.getShopperName?.()??""}catch{return""}}),[N,T]=(0,he.useState)(()=>{try{return $.getShopperLanguage?.()??""}catch{return""}}),[q,H]=(0,he.useState)(()=>{try{return $.getEntityLanguageMode?.()??""}catch{return""}}),[ie,y]=(0,he.useState)(!1),{chromeReady:X,baseFontReady:A,isRTL:R,speechLang:I,scriptFont:re,fontStack:pe,isNonLatin:ne,hostFontCovers:ke,t:de,tNode:Ne}=Ai({shopperLanguage:N,theme:l}),$e=he.default.useMemo(()=>{let x=S.filter(Xe=>Xe.id&&ae.includes(Xe.id)),te=[...m].reverse().find(Xe=>Xe.role==="assistant")?.content??"";if(!te)return x;let ue=new Set(x.map(Xe=>Xe.id)),Ve=te.toLowerCase().replace(/\s+/g," "),De=Xe=>{let bt=String(Xe??"").toLowerCase().replace(/\s+/g," ").trim(),Zt=bt.split(" "),pr=[bt];return Zt.length>3&&pr.push(Zt.slice(0,3).join(" ")),Zt.length>4&&pr.push(Zt.slice(0,4).join(" ")),pr.filter(Ra=>Ra.length>=5)},lt=S.filter(Xe=>Xe.id&&!ue.has(Xe.id)&&De(Xe.name).some(bt=>Ve.includes(bt)));return[...x,...lt]},[S,ae,m]),et=j===null||j.includes("capture"),[Ke,qe]=(0,he.useState)(""),[P,ce]=(0,he.useState)(!1),[Ie,We]=(0,he.useState)(!1),[It,ir]=(0,he.useState)([]),Wr=(0,he.useRef)(null),[fa,nn]=(0,he.useState)({}),[Tr,sr]=(0,he.useState)(null),[ye,st]=(0,he.useState)(null),[Nt,Dt]=(0,he.useState)(()=>{if(typeof window>"u")return!1;try{return localStorage.getItem("akropolys_terms_agreed")==="true"}catch{return!1}}),ct=m.length===0,gt=ct&&!N,vt=ct&&!!N&&!me,ht=ct&&!!N&&!!me&&!q,Qe=ct&&!!N&&!!me&&!!q&&!Nt,ut=gt||vt||ht||Qe,Ye=he.default.useMemo(()=>m.some(x=>x.liveKeys?.length>0),[m]);(0,he.useEffect)(()=>{if(Ye)return(0,Hr.subscribeLiveStream)({client:$})},[Ye,$]);let[$t,zr]=(0,he.useState)(!1);(0,he.useEffect)(()=>{let x=window.matchMedia?.("(max-width: 899px)");if(!x)return;let te=()=>zr(x.matches);return te(),x.addEventListener?.("change",te),()=>x.removeEventListener?.("change",te)},[]);let jt=x=>{let te=x.trim();if(!te){try{$.setShopperLanguage?.("")}catch{}T("");return}try{$.setShopperLanguage?.(te)}catch{}T(te),y(!1)},ga=x=>{try{$.setEntityLanguageMode?.(x)}catch{}H(x),Nt&&y(!0)},on=()=>{try{localStorage.setItem("akropolys_terms_agreed","true")}catch{}Dt(!0),y(!0)},va=gt?de("langPlaceholder"):vt?de("namePlaceholder"):ht?de("entityLangPlaceholder"):Qe?de("termsPlaceholder"):r==="Ask me anything\u2026"?de("defaultPlaceholder"):r,ya=!s||s===Zr?[]:Array.isArray(s)?s:[],Vr=gt?"curious":vt?"welcoming":ht?"guiding":Qe?"focused":"happy",[Qt,Or]=(0,he.useState)(()=>{if(An(l))return l;if(typeof window<"u"){let x=localStorage.getItem("akropolys_theme");return An(x)?x:window.matchMedia?.("(prefers-color-scheme: light)").matches?ci:Pn}return Pn}),xa=(x,te=!1)=>{Or(x),te&&(Ta(!1),setThemeMenuClosing(!1));try{localStorage.setItem("akropolys_theme",x)}catch{}},{vars:wa}=Ea(l),Xt=Qt;Da(l);let Rr=(0,he.useRef)(()=>{}),mt=(0,he.useRef)(null),yt=async(x,te,ue,Ve)=>{let De=(x??Ke).trim(),lt=te??It;if(!De&&lt.length===0||!X||oe)return;if(zt("send"),vt){if(!De)return;let bt=Uo(De)||De.slice(0,40);try{$.setShopperName?.(bt)}catch{}M(bt),qe("");return}if(gt){if(!De)return;jt(De),qe("");return}if(ht){qe("");return}ce(!1),We(!1),qe(""),ir([]);let Xe=De||(lt.some(bt=>bt.type==="image")?"Analyze this image":"What is this?");await C(Xe,De,lt.length>0?lt:void 0,ue,Ve)},[xe,je]=(0,he.useState)(!1),ze=(0,he.useCallback)(async x=>{let te=x&&x.role==="user"?x:[...m].reverse().find(ue=>ue.role==="user");if(te?.content){je(!0);try{await yt(te.content)}finally{je(!1)}}},[m,yt]),Tt=(0,he.useCallback)(x=>{x?.content&&(qe(x.content),setTimeout(()=>{if(mt.current){mt.current.focus();let te=x.content.length;try{mt.current.setSelectionRange(te,te)}catch{}}},50))},[qe,mt]),rt=(0,he.useCallback)(async()=>{await ze()},[ze]),{keyInput:kt,setKeyInput:Sa,keyPhase:sn,setKeyPhase:cr,mintedKey:Jt,setMintedKey:cn,mintedPub:Ca,setMintedPub:ln,copied:Ma,keyCountdown:pn,minting:dn,copyValue:io,handleUseExistingKey:Fs,handleCreateKey:_s}=Di(G,rt),qs=(0,he.useCallback)(()=>{if(typeof window>"u")return"N/A";try{let x=sessionStorage.getItem("akropolys_kiku_pub")||sessionStorage.getItem("kiku_pub");if(x)return x;let te=localStorage.getItem("akropolys_kiku_pub")||localStorage.getItem("kiku_pub")||localStorage.getItem("kiku_id");if(te)return te;let ue=document.cookie.match(/(?:^|;\s*)(?:akropolys_kiku_pub|kiku_pub|kiku_id)=([^;]+)/);if(ue)return decodeURIComponent(ue[1])}catch{}return"N/A"},[]),hn=Ca??$?.getKikuPub?.()??qs(),[Kr,so]=(0,he.useState)(null),Bs=(0,he.useCallback)((x,te,ue,Ve)=>{so({msg:x,rect:te,isUser:ue,el:Ve})},[]),Hs=(0,he.useCallback)(async x=>{let ue=`@kiku pin ${(x.content||"").slice(0,50).replace(/\n+/g," ")}`;await C(x.content||"pin message",ue,void 0,"capture")},[C]),{handleKikuCapture:Us,handleKikuCaptureAll:js,handleKikuViewHistory:Ws,handleKikuDelete:Vs}=$i({attachments:It,setAttachments:ir,setInput:qe,send:C,defaultCurrency:i,t:de}),{voiceMode:co,voicePhase:lo,voiceConnecting:Os,voiceError:un,setVoiceError:po,voiceMuted:Ks,setVoiceMuted:Ys,voiceSecondsLeft:Gs,voiceBlocked:Qs,liveVoiceName:Xs,chooseVoice:Js,canConverse:Zs,startVoice:ec,stopVoice:ho,voice:tc,live:mn}=Ki({voiceLang:h,speechLang:I,shopperLanguage:N,ttsVoice:w,handleSendUtterance:x=>Rr.current(x),appendSpokenExchange:Q}),Na=(0,he.useRef)(null),[lr,Ta]=(0,he.useState)(!1),[rc,uo]=(0,he.useState)(!1),za=(0,he.useRef)(null),kn=(0,he.useRef)(null),mo=(0,he.useRef)([]),Yr=(0,he.useRef)(null),ac=`hsk-goo-${(0,he.useId)()}`,{closing:ko,requestClose:bo,closeNow:nc}=Dr(up,()=>Ta(!1));(0,he.useEffect)(()=>{if(!lr)return;let x=te=>{let ue=te.composedPath?te.composedPath():[],Ve=za.current&&(ue.includes(za.current)||za.current.contains(te.target)),De=kn.current&&(ue.includes(kn.current)||kn.current.contains(te.target)),lt=te.target,Xe=lt?.closest?.(".hsk-cb-topbar-mark"),bt=lt?.closest?.(".hsk-cb-topbar-ooze-menu")||ue.some(Zt=>Zt?.classList?.contains?.("hsk-cb-topbar-ooze-menu"));Ve||De||Xe||bt||bo()};return document.addEventListener("mousedown",x),document.addEventListener("touchstart",x,{passive:!0}),()=>{document.removeEventListener("mousedown",x),document.removeEventListener("touchstart",x)}},[lr]);let{msgsContainerRef:fo,spacerRef:oc,lastExternalScrollRef:ic,showJumpToBottom:sc,scrollProgress:cc,activeMsgIdx:lc,unreadBelow:pc,jumpToMessage:dc,jumpToBottom:hc}=Li({messages:m,loading:F,streaming:v,messageRefs:mo});li({panel:(0,he.useCallback)(()=>Na.current,[]),scroller:(0,he.useCallback)(()=>fo.current,[]),onDismiss:o,quiescent:(0,he.useCallback)(()=>performance.now()-ic.current>90,[])}),(0,he.useEffect)(()=>{if(typeof window>"u")return;let x=window.innerWidth-document.documentElement.clientWidth,te=document.body.style.overflow,ue=document.body.style.paddingRight;if(x>0){let Ve=parseFloat(window.getComputedStyle(document.body).paddingRight)||0;document.body.style.paddingRight=`${Ve+x}px`,document.documentElement.style.setProperty("--hsk-scrollbar-width",`${x}px`)}return document.body.style.overflow="hidden",()=>{document.body.style.overflow=te,document.body.style.paddingRight=ue,document.documentElement.style.removeProperty("--hsk-scrollbar-width")}},[]),(0,he.useEffect)(()=>{let x=window.visualViewport;if(!x)return;let te=document.documentElement,ue=()=>{te.style.setProperty("--hsk-vvh",`${x.height}px`)};return ue(),x.addEventListener("resize",ue),x.addEventListener("scroll",ue),()=>{x.removeEventListener("resize",ue),x.removeEventListener("scroll",ue),te.style.removeProperty("--hsk-vvh")}},[]),(0,he.useEffect)(()=>{let x=te=>{if(te.key==="Escape"){if(Tr){sr(null);return}o()}};return document.addEventListener("keydown",x),()=>document.removeEventListener("keydown",x)},[Tr,o]);let uc=(0,he.useCallback)(()=>{B(),cr("idle")},[B,cr]),mc=x=>{c?.(x);let te=[...m].reverse().find(Ve=>Ve.role==="assistant");if(te&&te.content.trim().endsWith("?")){C(de("cardClickAnswer",{name:x.name}));return}let ue=x.price?` (${x.currency??i} ${x.price})`:"";C(de("cardClickQuery",{name:x.name,price:ue}))},kc=x=>{qe(x+" "),We(!1),ce(!0),mt.current&&mt.current.focus()},bc=x=>{if(x.key==="Escape"&&P){x.preventDefault(),ce(!1);return}if(x.key==="Escape"&&Ie){x.preventDefault(),We(!1);return}x.key==="Enter"&&!x.shiftKey&&!x.nativeEvent.isComposing&&(x.preventDefault(),yt())},bn=(0,he.useRef)(28),go=(0,he.useRef)(280),fn=(0,he.useRef)(null),fc=(x,te)=>{try{!fn.current&&typeof document<"u"&&(fn.current=document.createElement("canvas"));let ue=fn.current?.getContext("2d");return ue?(ue.font=te,ue.measureText(x).width):x.length*8.5}catch{return x.length*8.5}},gc=x=>{let te=x.closest(".hsk-cb-input-box");if(!te)return;let ue=x.value;!(te.dataset.expanded==="true")&&x.clientWidth>50&&(go.current=x.clientWidth);let De=window.getComputedStyle(x),lt=De.font||`${De.fontSize||"16px"} ${De.fontFamily||"Geist, sans-serif"}`,Xe=fc(ue,lt),bt=Math.max(120,go.current-14),Zt=ue.includes(`
38
+ `),pr=!!(ue&&(Zt||Xe>bt));if(te.dataset.expanded!==(pr?"true":"false")&&(te.dataset.expanded=pr?"true":"false"),!ue){bn.current=28,x.style.height="";return}if(!pr){bn.current=28,x.style.height="";return}x.style.height="auto";let Ra=Math.max(28,Math.min(x.scrollHeight,140));bn.current=Ra,x.style.height=`${Ra}px`};(0,he.useEffect)(()=>{mt.current&&gc(mt.current)},[Ke]);let vc=x=>{let te=x.target.value;qe(te),un&&po("");let ue=te.trim();We(ue==="@"),ce(/^@kiku\s*$/i.test(ue))};(0,he.useEffect)(()=>{Rr.current=x=>{yt(x)}});let yc=async x=>{if(!x||x.length===0)return;let te=Array.from(x);for(let ue of te)if(ue.type.startsWith("image/"))try{let Ve=await Ua(ue);ir(De=>[...De,{type:"image",data:Ve}])}catch{}},xc=x=>{ir(te=>te.filter((ue,Ve)=>Ve!==x))},wc=(mn.sources?.length??0)>0?mn.sources:$e,Sc=a&&(a.includes("rgba")||a.includes("hsla")||a==="transparent"),Cc=n||Sc?{backdropFilter:`blur(${typeof n=="number"?`${n}px`:n||"20px"})`,WebkitBackdropFilter:`blur(${typeof n=="number"?`${n}px`:n||"20px"})`}:{},vo=(0,he.useRef)(!1);(0,he.useEffect)(()=>{if(vo.current&&!v){let x=m[m.length-1];x&&x.role!=="user"&&zt("reply")}vo.current=v},[v,m]);let yo=(D||Z)&&!F&&!v,xo=m[m.length-1],gn=Ei(xo?.role==="assistant"?xo.content??"":"",F||v),Pr=he.default.useMemo(()=>{let x=F||v,te=m.filter((De,lt)=>De.role!=="assistant"||lt===m.length-1&&x?!0:!!De.content||!!De.visualization||De.visualizing||(De.knowledgeImages?.length??0)>0||(De.referencedIds?.length??0)>0),ue=te.length-1;if(ue<0||te[ue].role!=="assistant"||te[ue]!==m[m.length-1])return te;let Ve=gn.length<(te[ue].content?.length??0);return!x&&!Ve?te:te.map((De,lt)=>lt===ue?{...De,content:gn}:De)},[m,F,v,gn]),Mc=he.default.useMemo(()=>Pr.map((x,te)=>({m:x,idx:te})).filter(({m:x})=>x.role==="user"&&!!x.content.trim()).map(({m:x,idx:te})=>{let ue=x.content.replace(/^@kiku\s*/i,"").replace(/\s+/g," ").trim();return{idx:te,text:ue.length>30?ue.slice(0,29).trimEnd()+"\u2026":ue}}),[Pr]),Nc=yo&&Pr[Pr.length-1]?.role!=="assistant",wo=(0,he.useRef)(Date.now());return(0,he.useEffect)(()=>{wo.current=Date.now()},[]),(0,Me.jsx)(Nn.Provider,{value:de,children:(0,Me.jsx)("div",{ref:Yr,className:ee("hsk-cb-overlay",L&&"hsk-cb-overlay--grows",u.overlay),onPointerDown:x=>{Ar(),x.target===x.currentTarget&&(Yr.current._ptrDown=!0)},onClick:x=>{x.target===x.currentTarget&&Yr.current?._ptrDown&&Date.now()-wo.current>200&&o(),Yr.current&&(Yr.current._ptrDown=!1)},"data-hsk-theme":Xt,style:{...Cc,...a?{background:a}:{},...L?{"--hsk-ox":`${L.x}px`,"--hsk-oy":`${L.y}px`,"--hsk-or":`${Math.ceil(L.r)}px`,"--hsk-bt":`${Math.round(L.top??L.y)}px`,"--hsk-bl":`${Math.round(L.left??L.x)}px`,"--hsk-bw":`${Math.round(L.width??0)}px`,"--hsk-bh":`${Math.round(L.height??0)}px`,"--hsk-bbr":`${Math.round(L.borderRadius??12)}px`}:{},...wa},children:(0,Me.jsxs)("div",{ref:Na,className:ee("hsk-cb-panel",u.panel),dir:R?"rtl":"ltr","data-script":ne?"nonlatin":"latin","data-host-font":ke?"covers":"gap","data-nastaliq":re?.family==="Noto Nastaliq Urdu"||N?.toLowerCase()==="urdu"||N?.toLowerCase()==="ur"||N==="\u0627\u0631\u062F\u0648"?"true":void 0,style:pe?{"--hsk-font":pe}:void 0,onClick:x=>{x.stopPropagation();let te=x.target;if(te.tagName==="IMG"&&(te.classList.contains("hsk-markdown-img")||te.classList.contains("hsk-cb-user-img-thumb"))){let ue=te.src;ue&&sr(ue)}},children:[(0,Me.jsx)(Cs,{src:Tr,onClose:()=>sr(null)}),ye&&(0,Me.jsx)("div",{className:"hsk-markup-overlay",children:(0,Me.jsx)(ki,{src:ye,t:de,onCancel:()=>st(null),onSend:(x,te,ue,Ve)=>{st(null),yt(te||de("markupApplyMarks"),[{type:"image",data:x,annotated:!0,marks:ue,instructed:!!te,preview:Ve}])}})}),(0,Me.jsxs)("div",{className:"hsk-cb-main",children:[(0,Me.jsx)(Ya,{seed:$?.api?.siteId??"",theme:Xt,dir:R?"rtl":"ltr"}),(0,Me.jsx)(Zi,{title:e,logo:t,hasMessages:m.length>0,avatarState:v?"speaking":F?"thinking":"idle",unread:pc,awayFromBottom:sc,themeMenuOpen:lr,themeMenuClosing:ko,isNarrow:$t,currentTheme:Qt,onJumpToLatest:hc,onReset:uc,onClose:o,onToggleThemeMenu:()=>lr?bo():Ta(!0),onSelectTheme:x=>{xa(x,!0)},themeAttr:Xt,onScoutNew:()=>{qe(""),setTimeout(()=>mt.current?.focus(),60)},onScoutAsk:x=>{yt(`scout ${x.id}`)}}),(0,Me.jsx)("div",{className:"hsk-cb-msgs",ref:fo,children:Pr.length===0?(0,Me.jsx)(os,{inOnboarding:ut,justCompleted:ie,onboardingMood:Vr,awaitingLang:gt,awaitingName:vt,awaitingEntityLang:ht,awaitingConsent:Qe,termsAgreed:Nt,shopperLanguage:N,shopperName:me,entityLangPref:q,chromeReady:X&&A,activeChips:ya,t:de,tNode:Ne,chooseLanguage:jt,chooseEntityLang:ga,agreeTerms:on,handleSend:yt}):(0,Me.jsx)(gs,{displayMessages:Pr,messageRefs:mo,isNarrow:$t,loading:F,streaming:v,sources:S,referencedIds:ae,discussedSources:$e,lastIntent:E,lastAction:G,defaultCurrency:i,stopped:D,interrupted:Z,halted:yo,haltedEmpty:Nc,error:J,errorCode:W,keyPhase:sn,keyInput:kt,setKeyInput:Sa,mintedKey:Jt,setMintedKey:cn,mintedPub:Ca,setMintedPub:ln,minting:dn,copied:Ma,keyCountdown:pn,handleUseExistingKey:Fs,handleCreateKey:_s,copyValue:io,queuedMessage:oe,sendQueuedNow:_,setLightboxSrc:sr,setMarkupSrc:st,handleSend:yt,handleSourceClick:mc,onRetry:ze,onEdit:Tt,onLongPress:Bs,retrying:xe,continueGenerating:O,t:de,spacerRef:oc,vizState:fa,setVizState:nn,messages:m})}),(0,Me.jsx)(vs,{gooId:ac,input:Ke,setInput:qe,showKikuPicker:P,setShowKikuPicker:ce,showAtPicker:Ie,setShowAtPicker:We,captureAllowed:et,discussedSources:$e,defaultCurrency:i,handleSelectExtension:kc,handleKikuCapture:Us,handleKikuCaptureAll:js,handleKikuViewHistory:Ws,handleKikuDelete:Vs,attachments:It,removeAttachment:xc,chromeLoading:!X,imageInputRef:Wr,handleImageFiles:yc,enableVision:p,enableVoice:d&&!ut,canConverse:Zs,voiceMode:co,startVoice:ec,stopVoice:ho,voiceBlocked:Qs,textareaRef:mt,classNames:u,handleInput:vc,handleKeyDown:bc,voice:tc,voicePhase:lo,activePlaceholder:va,loading:F,streaming:v,stop:g,handleSend:yt,voiceError:un,setVoiceError:po,shopperLanguage:N,t:de})]}),(0,Me.jsx)(Ms,{items:Mc,activeIdx:lc,progress:cc,onJump:dc,side:R?"left":"right"}),(0,Me.jsxs)("div",{className:ee("hsk-cb-kiku-id-rail",R?"hsk-cb-kiku-id-rail--right":"hsk-cb-kiku-id-rail--left"),children:[(0,Me.jsx)(fr,{themeAttr:Xt,open:rc,onOpenChange:x=>{uo(x),x&&lr&&nc()},onAsk:x=>{yt(`scout ${x.id}`)},onNew:()=>{qe(""),setTimeout(()=>mt.current?.focus(),60)}}),(0,Me.jsx)(Ja,{}),(0,Me.jsx)("div",{className:ee("hsk-cb-theme-squircle-wrap",lr&&"is-open",ko&&"is-closing"),ref:za,children:lr?(0,Me.jsx)("div",{className:"hsk-cb-theme-2x2-grid",role:"dialog","aria-label":"Theme selector",children:kr.map(({id:x,label:te,Icon:ue})=>(0,Me.jsxs)("button",{type:"button",className:ee("hsk-cb-theme-grid-item",Qt===x&&"is-active"),onClick:Ve=>{Ve.stopPropagation(),xa(x,!0)},children:[(0,Me.jsx)(ue,{}),(0,Me.jsx)("span",{children:te})]},x))}):(0,Me.jsxs)("button",{type:"button",className:"hsk-cb-theme-squircle-trigger",onClick:()=>{uo(!1),Ta(!0)},"aria-label":"Themes","aria-expanded":"false",children:[(0,Me.jsx)("span",{className:"hsk-cb-theme-trigger-icon",children:he.default.createElement(Ln(Qt).Icon)}),(0,Me.jsx)("span",{className:"hsk-cb-theme-trigger-label",children:Ln(Qt).label})]})}),(0,Me.jsxs)("button",{type:"button",className:"hsk-cb-kiku-id-pill",onClick:()=>hn!=="N/A"&&io(hn,"pub"),title:de("keyCopyId"),children:[(0,Me.jsx)("span",{className:"hsk-cb-kiku-id-rail-val",children:hn}),Ma==="pub"?(0,Me.jsx)(mr,{}):(0,Me.jsx)(ur,{})]})]}),co==="converse"&&(0,Me.jsx)(Ss,{siteId:$?.api?.siteId??"",themeAttr:Xt,stopVoice:ho,chooseVoice:Js,liveVoiceName:Xs,voiceSecondsLeft:Gs,voiceConnecting:Os,voicePhase:lo,live:mn,voiceMuted:Ks,setVoiceMuted:Ys,shownSources:wc,onSelectSource:c,defaultCurrency:i,voiceError:un,t:de}),Kr&&(0,Me.jsx)(Ns,{msg:Kr.msg,rect:Kr.rect,anchorEl:Kr.el,containerEl:Na.current,containerRect:Na.current?.getBoundingClientRect(),isUser:Kr.isUser,isRTL:R,canRetry:!F&&!v,onPin:Hs,onRetry:ze,onCopy:async x=>{if(!x)return!1;try{return await navigator.clipboard.writeText(x),!0}catch{}try{let te=document.createElement("textarea");te.value=x,te.setAttribute("readonly",""),te.style.cssText="position:fixed;top:0;left:0;opacity:0;pointer-events:none",document.body.appendChild(te),te.select(),te.setSelectionRange(0,x.length);let ue=document.execCommand("copy");return document.body.removeChild(te),ue}catch{return!1}},onClose:()=>so(null),t:de})]})})})}var Ut=require("react/jsx-runtime");function tn({label:e="Ask AI",children:t,icon:r,title:a,logo:n,placeholder:o,backdropColor:c,backdropBlur:i,className:s,onSelectSource:l,defaultCurrency:u="$",chips:d=Zr,theme:h,classNames:p={},enableVoice:k=!1,voiceLang:f,enableVision:w=!1,visionCategoryHint:z,enableAudioResponse:L,ttsVoice:$,autoSpeakResponses:m}){let S=(0,Rs.useAkropolysContext)(),[F,v]=(0,Yt.useState)(!1),[J,W]=(0,Yt.useState)(!1),[G,E]=(0,Yt.useState)(null),j=(0,Yt.useCallback)(()=>{Xr();try{_o(S,S?.getShopperLanguage?.()??"",hr)}catch{}},[S]),C=(0,Yt.useCallback)(Q=>{j();let g=Q.getBoundingClientRect(),D=window.getComputedStyle(Q),Z=parseFloat(D.borderRadius)||12,O=g.left+g.width/2,B=g.top+g.height/2,ae=window.innerWidth,le=window.innerHeight,me=Math.max(Math.hypot(O,B),Math.hypot(ae-O,B),Math.hypot(O,le-B),Math.hypot(ae-O,le-B));E({x:O,y:B,r:me,top:g.top,left:g.left,width:g.width,height:g.height,borderRadius:Z}),Ar(),v(!0)},[j]);(0,Yt.useEffect)(()=>{W(!0),j();let Q=window.requestIdleCallback,g=Q?Q(j,{timeout:2e3}):setTimeout(j,300);if(typeof window<"u"&&!window.__akropolys_nav_patched){window.__akropolys_nav_patched=!0;let Z=window.location.pathname,O=window.history.pushState,B=window.history.replaceState;window.history.pushState=function(...ae){O.apply(this,ae),window.location.pathname!==Z&&(Z=window.location.pathname,window.dispatchEvent(new CustomEvent("akropolys:navigation")))},window.history.replaceState=function(...ae){B.apply(this,ae),window.location.pathname!==Z&&(Z=window.location.pathname,window.dispatchEvent(new CustomEvent("akropolys:navigation")))}}let D=()=>{v(!1)};return window.addEventListener("popstate",D),window.addEventListener("akropolys:navigation",D),()=>{let Z=window.cancelIdleCallback;Q&&Z?Z(g):clearTimeout(g),window.removeEventListener("popstate",D),window.removeEventListener("akropolys:navigation",D)}},[j]);let{themeAttr:oe,vars:_}=Ea(h);return Da(h),(0,Ut.jsxs)(Ut.Fragment,{children:[(0,Ut.jsx)("button",{className:ee("hsk-cb-btn",p.button,s),onClick:Q=>C(Q.currentTarget),onPointerEnter:j,onPointerDown:j,style:_,"data-hsk-theme":oe,"aria-label":"Open AI chat",children:t!==void 0?t:(0,Ut.jsxs)(Ut.Fragment,{children:[r?(0,Ut.jsx)("span",{className:"hsk-cb-btn-icon",style:{display:"flex",alignItems:"center"},children:r}):null,e]})}),F&&J&&(0,zs.createPortal)((0,Ut.jsx)(to,{title:a,logo:n,placeholder:o,backdropColor:c,backdropBlur:i,origin:G,onClose:()=>v(!1),onSelectSource:l,defaultCurrency:u,chips:d,theme:h,classNames:p,enableVoice:k,voiceLang:f,enableVision:w,visionCategoryHint:z,enableAudioResponse:L,ttsVoice:$,autoSpeakResponses:m}),Xr()??document.body)]})}var Ge=require("react"),Ls=require("react-dom");var Ur=require("@akropolys/sdk");var ba=require("react/jsx-runtime"),ro=()=>(0,ba.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,ba.jsx)("line",{x1:"22",y1:"2",x2:"11",y2:"13"}),(0,ba.jsx)("polygon",{points:"22 2 15 22 11 13 2 9 22 2"})]});var b=require("react/jsx-runtime"),Mr=({className:e,size:t=16})=>(0,b.jsx)("svg",{className:ee("hsk-brand-mark",e),width:t,height:t,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"})]})}),Ps=()=>(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"})]}),As=e=>{let t="";if(typeof e=="string")t=e;else if(e&&typeof e=="object"&&e.message)t=e.message;else try{t=JSON.stringify(e)}catch{t=String(e)}if(t.toLowerCase().includes("token limit"))return"You've reached your usage limit. Please update your billing limits in your dashboard to continue.";try{let r=JSON.parse(t);return r.error||r.message||t}catch{return t}};function mp({productName:e,limit:t,backdropColor:r,backdropBlur:a,onClose:n,onNavigate:o,onResult:c,theme:i,classNames:s={},product:l}){let u=(0,Ur.useAkropolysContext)(),[d,h]=(0,Ge.useState)(null),p=l||d,{results:k,loading:f,search:w}=(0,Ur.useSearch)({type:"vector"}),{messages:z,sources:L,loading:$,error:m,send:S}=(0,Ur.useKiku)(),[F,v]=(0,Ge.useState)(""),[J,W]=(0,Ge.useState)(!1),[G,E]=(0,Ge.useState)(!1),[j,C]=(0,Ge.useState)(!1),oe=(0,Ge.useRef)(null),_=(0,Ge.useRef)(null);(0,Ge.useEffect)(()=>{!l&&!d&&u.api.searchVector(e,1).then(N=>{N.results&&N.results.length>0&&h(N.results[0].entity)}).catch(N=>console.error("[Akropolys] Failed to fetch product details",N)),w(e,t)},[e,l,d,u,t,w]),(0,Ge.useEffect)(()=>{let N=()=>W(window.innerWidth<=768);if(N(),typeof window<"u")return window.addEventListener("resize",N),()=>window.removeEventListener("resize",N)},[]),(0,Ge.useEffect)(()=>{k.length>0&&c?.(k)},[k,c]),(0,Ge.useEffect)(()=>{let N=T=>{T.key==="Escape"&&n()};return document.addEventListener("keydown",N),()=>document.removeEventListener("keydown",N)},[n]);let Q=(0,Ge.useRef)(null);(0,Ge.useEffect)(()=>{let N=document.body.style.overflow,T=document.body.style.position,q=document.body.style.width;document.body.style.overflow="hidden",document.body.style.position="fixed",document.body.style.width="100%";let H=()=>{window.scrollTo(0,0),Q.current&&(Q.current.scrollTop=0)};return window.addEventListener("scroll",H,{passive:!0}),()=>{document.body.style.overflow=N,document.body.style.position=T,document.body.style.width=q,window.removeEventListener("scroll",H)}},[]);let g=(0,Ge.useRef)(null);(0,Ge.useEffect)(()=>{g.current&&(g.current.scrollTop=g.current.scrollHeight)},[z,$]);let D=typeof a=="number"?`${a}px`:a??"16px",Z=r??void 0,O=N=>{o?.(N)!==!1&&(n(),N.entity.url&&(window.location.href=N.entity.url))},B=async N=>{let T=(N??F).trim();if(!(!T||$))if(v(""),_.current&&(_.current.style.height="auto"),z.length===0&&p){let q=`[Context: Shopper is viewing "${p.name}". Price: ${p.price}. Description: ${p.description||""}]
46
39
 
47
- Question: ${C}`;await z(K,C)}else await z(C)},U=M=>{M.key==="Enter"&&!M.shiftKey&&!M.nativeEvent.isComposing&&(M.preventDefault(),m())},q=M=>{S(M.target.value);let C=M.target;C.style.height="auto",C.style.height=`${Math.min(C.scrollHeight,140)}px`},le={...c?.primaryColor&&{"--hsk-primary":c.primaryColor},...c?.backgroundColor&&{"--hsk-bg":c.backgroundColor},...c?.textColor&&{"--hsk-text":c.textColor},...c?.fontFamily&&{"--hsk-font":c.fontFamily},...c?.borderRadius&&{"--hsk-border-radius":c.borderRadius}},w=N.length===0&&p?[{role:"assistant",content:`Hi! I can help you with **${p.name}**. Ask me about its specifications, features, compare it with other options, or find alternatives!`}]:N;return Y?(0,b.jsx)("div",{ref:te,className:J("hsk-sp-backdrop hsk-sp-mobile-view",s.backdrop),onClick:o,style:{backdropFilter:`blur(${j})`,WebkitBackdropFilter:`blur(${j})`,background:re??void 0,...le},children:(0,b.jsxs)("div",{className:J("hsk-sp-card hsk-sp-fullscreen hsk-sp-mobile-card",s.card),onClick:M=>M.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)(wa,{})}),(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:p?.name||e}),p&&(0,b.jsx)("button",{type:"button",className:"hsk-sp-header-specs-btn",onClick:()=>F(!0),children:"Specs"})]}),(0,b.jsx)("div",{className:"hsk-sp-header-sub",children:"kiku"})]}),(0,b.jsx)("button",{className:"hsk-sp-close",onClick:o,"aria-label":"Close",children:(0,b.jsx)(ks,{})})]}),y&&(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:[w.map((M,C)=>{let K=M.role==="user";return(0,b.jsx)("div",{className:"hsk-cb-msg-group",children:K?(0,b.jsx)("div",{className:"hsk-cb-user-msg",children:(0,b.jsx)("div",{className:"hsk-cb-user-bubble",children:M.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)(wa,{})}),(0,b.jsxs)("div",{className:"hsk-cb-ai-body",children:[(0,b.jsx)("div",{className:"hsk-cb-ai-text",children:da(M.content)}),C===0&&p&&(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:p.images?.[0]?(0,b.jsx)("img",{src:p.images[0],alt:p.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:p.brand||p.category||"Product"}),(0,b.jsx)("div",{className:"hsk-sp-mobile-main-card-name",children:p.name}),(0,b.jsxs)("div",{className:"hsk-sp-mobile-main-card-price",children:[p.currency??"KES"," ",parseFloat(p.price?.replace(/[^0-9.]/g,"")||"0").toLocaleString()]})]}),(p.specs&&Object.keys(p.specs).length>0||p.description)&&(0,b.jsx)("button",{type:"button",className:"hsk-sp-mobile-main-card-specs-btn",onClick:()=>F(!0),children:"Specs"})]}),(()=>{let X=k.filter(x=>{let V=!!(x.entity.name&&p?.name&&x.entity.name.toLowerCase()===p.name.toLowerCase()),H=x.entity.slug&&p?.slug&&x.entity.slug.toLowerCase()===p.slug.toLowerCase();return!V&&!H});return X.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:X.map(x=>{let V=parseFloat(x.entity.price?.replace(/[^0-9.]/g,"")||"0"),H=x.entity.currency??"KES";return(0,b.jsxs)("div",{className:"hsk-sp-mobile-similar-carousel-item",onClick:()=>G(x),children:[(0,b.jsx)("div",{className:"hsk-sp-mobile-similar-carousel-img",children:x.entity.images?.[0]?(0,b.jsx)("img",{src:x.entity.images[0],alt:x.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:x.entity.name,children:x.entity.name}),(0,b.jsxs)("div",{className:"hsk-sp-mobile-similar-carousel-price",children:[H," ",V.toLocaleString()]})]})]},x.id)})})]})})()]})]})]})},C)}),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)(wa,{})}),(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:bs(f)}),(0,b.jsx)("div",{ref:B,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:E,className:"hsk-cb-textarea",value:$,onChange:q,onKeyDown:U,placeholder:"Ask about this product, specs, or comparison...",rows:1,disabled:L}),(0,b.jsx)("button",{className:"hsk-cb-send",onClick:()=>m(),disabled:!$.trim()||L,"aria-label":"Send message",children:(0,b.jsx)(Za,{})})]})})]}),_&&p&&(0,b.jsx)("div",{className:"hsk-sp-mobile-specs-overlay",onClick:()=>F(!1),children:(0,b.jsxs)("div",{className:"hsk-sp-mobile-specs-drawer",onClick:M=>M.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:()=>F(!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:p.name}),p.description&&(0,b.jsxs)("div",{className:"hsk-sp-mobile-specs-desc",children:[(0,b.jsx)("h5",{children:"Description"}),(0,b.jsx)("p",{children:p.description})]}),p.specs&&Object.keys(p.specs).length>0&&(0,b.jsxs)("div",{className:"hsk-sp-mobile-specs-list",children:[(0,b.jsx)("h5",{children:"Details"}),Object.entries(p.specs).map(([M,C])=>(0,b.jsxs)("div",{className:"hsk-sp-mobile-spec-row",children:[(0,b.jsx)("span",{className:"hsk-sp-mobile-spec-label",children:M}),(0,b.jsx)("span",{className:"hsk-sp-mobile-spec-value",children:C})]},M))]})]})]})})]})}):(0,b.jsx)("div",{className:J("hsk-sp-backdrop",s.backdrop),onClick:o,style:{backdropFilter:`blur(${j})`,WebkitBackdropFilter:`blur(${j})`,background:re??void 0,...le},children:(0,b.jsxs)("div",{className:J("hsk-sp-card hsk-sp-fullscreen",s.card),onClick:M=>M.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)(wa,{})}),(0,b.jsxs)("div",{className:"hsk-sp-header-body",children:[(0,b.jsx)("div",{className:"hsk-sp-header-title",children:p?.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:o,"aria-label":"Close",children:(0,b.jsx)(ks,{})})]}),y&&(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:[p&&(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:p.images?.[0]?(0,b.jsx)("img",{src:p.images[0],alt:p.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:[p.brand&&(0,b.jsx)("span",{className:"hsk-sp-item-brand",children:p.brand}),p.category&&(0,b.jsx)("span",{className:"hsk-sp-item-cat",children:p.category}),(0,b.jsx)("h2",{className:"hsk-sp-details-name",children:p.name}),(0,b.jsxs)("div",{className:"hsk-sp-item-price-row",children:[(0,b.jsx)("span",{className:"hsk-sp-item-currency",children:p.currency??"KES"}),(0,b.jsx)("span",{className:"hsk-sp-item-price",children:parseFloat(p.price?.replace(/[^0-9.]/g,"")||"0").toLocaleString()}),p.originalPrice&&(0,b.jsx)("span",{className:"hsk-sp-item-original-price",children:parseFloat(p.originalPrice.replace(/[^0-9.]/g,"")||"0").toLocaleString()}),p.discount&&(0,b.jsxs)("span",{className:"hsk-sp-item-discount",children:["(",p.discount,")"]})]}),(0,b.jsxs)("div",{className:"hsk-sp-item-meta-badges",children:[p.rating&&(0,b.jsxs)("span",{className:"hsk-sp-meta-badge hsk-sp-meta-badge-rating",children:["\xE2\u02DC\u2026 ",parseFloat(p.rating.toString()).toFixed(1)," ",p.reviewCount?`(${p.reviewCount})`:""]}),p.availability&&(0,b.jsx)("span",{className:`hsk-sp-meta-badge hsk-sp-meta-badge-avail ${p.availability.toLowerCase().includes("in")?"in-stock":"out-stock"}`,children:p.availability}),p.stock&&!p.availability&&(0,b.jsxs)("span",{className:"hsk-sp-meta-badge hsk-sp-meta-badge-stock",children:["Stock: ",p.stock]})]})]})]}),p.specs&&Object.keys(p.specs).length>0&&(0,b.jsx)("div",{className:"hsk-sp-specs-horizontal",children:Object.entries(p.specs).map(([M,C])=>(0,b.jsxs)("div",{className:"hsk-sp-spec-item-horizontal",children:[(0,b.jsxs)("span",{className:"hsk-sp-spec-label-horizontal",children:[M,":"]}),(0,b.jsx)("span",{className:"hsk-sp-spec-value-horizontal",title:C,children:C})]},M))}),p.description&&(0,b.jsxs)("div",{className:"hsk-sp-details-desc",children:[(0,b.jsx)("h4",{children:"Description"}),(0,b.jsx)("p",{children:p.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 M=k.filter(C=>{let K=!!(C.entity.name&&p?.name&&C.entity.name.toLowerCase()===p.name.toLowerCase()),X=C.entity.slug&&p?.slug&&C.entity.slug.toLowerCase()===p.slug.toLowerCase();return!K&&!X});return!y&&M.length===0?(0,b.jsx)("div",{className:"hsk-sp-empty",children:"No similar products found."}):M.map((C,K)=>{let X=parseFloat(C.entity.price?.replace(/[^0-9.]/g,"")||"0"),x=C.entity.currency??"KES";return(0,b.jsxs)("div",{className:J("hsk-sp-item",s.item),style:{animationDelay:`${K*55}ms`,cursor:"pointer"},onClick:()=>G(C),children:[(0,b.jsx)("div",{className:"hsk-sp-img-wrap",children:C.entity.images?.[0]?(0,b.jsx)("img",{src:C.entity.images[0],alt:C.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:[C.entity.category&&(0,b.jsx)("div",{className:"hsk-sp-item-cat",children:C.entity.category}),(0,b.jsx)("div",{className:"hsk-sp-item-name",title:C.entity.name,children:C.entity.name})]}),(0,b.jsxs)("div",{className:"hsk-sp-item-price-row",children:[(0,b.jsx)("span",{className:"hsk-sp-item-currency",children:x}),(0,b.jsx)("span",{className:"hsk-sp-item-price",children:X.toLocaleString()})]}),(0,b.jsx)("div",{className:"hsk-sp-actions",children:(0,b.jsx)("button",{className:"hsk-sp-action hsk-sp-action-primary",onClick:V=>{V.stopPropagation(),G(C)},children:"View"})})]})]},C.id)})})()})]})]}),(0,b.jsxs)("div",{className:"hsk-sp-chat-pane",children:[(0,b.jsxs)("div",{className:"hsk-cb-msgs",children:[w.map((M,C)=>{let K=M.role==="user";return(0,b.jsx)("div",{className:"hsk-cb-msg-group",children:K?(0,b.jsx)("div",{className:"hsk-cb-user-msg",children:(0,b.jsx)("div",{className:"hsk-cb-user-bubble",children:M.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)(wa,{})}),(0,b.jsx)("div",{className:"hsk-cb-ai-body",children:(0,b.jsx)("div",{className:"hsk-cb-ai-text",children:da(M.content)})})]})},C)}),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)(wa,{})}),(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:bs(f)}),(0,b.jsx)("div",{ref:B,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:E,className:"hsk-cb-textarea",value:$,onChange:q,onKeyDown:U,placeholder:"Ask about this product, specs, or comparison...",rows:1,disabled:L}),(0,b.jsx)("button",{className:"hsk-cb-send",onClick:()=>m(),disabled:!$.trim()||L,"aria-label":"Send message",children:(0,b.jsx)(Za,{})})]}),(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 gs({productName:e,limit:t=8,onResult:a,backdropColor:r,backdropBlur:o,className:n,onNavigate:i,theme:c,classNames:s={},product:l,children:h}){let[d,u]=(0,_e.useState)(!1),[p,k]=(0,_e.useState)(!1);(0,_e.useEffect)(()=>{k(!0)},[]);let y={...c?.primaryColor&&{"--hsk-primary":c.primaryColor},...c?.backgroundColor&&{"--hsk-bg":c.backgroundColor},...c?.textColor&&{"--hsk-text":c.textColor},...c?.fontFamily&&{"--hsk-font":c.fontFamily},...c?.borderRadius&&{"--hsk-border-radius":c.borderRadius}};return(0,b.jsxs)(b.Fragment,{children:[(0,b.jsx)("button",{className:J("hsk-sp-btn",s.button,n),onClick:()=>u(!0),style:y,title:"Find similar products","aria-label":"Find similar products",children:h||(0,b.jsx)(wa,{})}),d&&p&&(0,fs.createPortal)((0,b.jsx)(Ul,{productName:e,limit:t,onResult:a,backdropColor:r,backdropBlur:o,onClose:()=>u(!1),onNavigate:i,theme:c,classNames:s,product:l}),or()??document.body)]})}var Gt=require("react"),vs=require("react-dom/client"),Va=require("@akropolys/sdk");var Sa=require("react/jsx-runtime");function ao(e){if(!e||typeof e!="object")return{};let t=String(e.id??e.handle??e.url??""),a=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 o=e.featured_image||e.image;if(!o&&Array.isArray(e.images)&&e.images.length>0){let p=e.images[0];o=typeof p=="string"?p:p?.src}typeof o=="string"&&o.startsWith("//")&&(o="https:"+o);let n=e.url||"";if(!n&&e.handle&&(n=`/products/${e.handle}`),n&&typeof window<"u"&&!n.startsWith("http"))try{n=new URL(n,window.location.origin).href}catch{}let i=e.type||e.product_type||e.category||"",c=e.vendor||e.brand||"",s=Array.isArray(e.tags)?e.tags:typeof e.tags=="string"?e.tags.split(",").map(p=>p.trim()).filter(Boolean):[],l=e.description||e.body_html||"",h=typeof l=="string"?l.replace(/<[^>]*>?/gm,"").trim():"",d=Array.isArray(e.variants)&&e.variants.length>0?e.variants[0]:null,u=d?d.id:void 0;return{id:t,name:a,title:a,price:r,image:o,url:n||(typeof window<"u"?window.location.href:""),category:i,brand:c,tags:s,description:h,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 rn(e){if(!e||e.length===0)return Promise.resolve();let t=e.map(a=>({id:a.fields?.variant_id||a.fields?.shopify_variant_id||a.id,quantity:1}));return fetch("/cart/add.js",{method:"POST",headers:{"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify({items:t})}).then(async a=>{a.ok||console.warn("[Akropolys Shopify] /cart/add.js returned error status:",a.status);let r=await a.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(a=>{console.warn("[Akropolys Shopify] Add to cart network error:",a)})}function on(){return fetch("/cart.js",{headers:{Accept:"application/json"}}).then(e=>e.ok?e.json():null).catch(()=>null)}function jl({children:e,position:t="bottom-right",dockable:a=!0,isInline:r=!1}){if(r||t==="inline"||t==="custom"||t==="hidden"||a===!1)return(0,Sa.jsx)("div",{className:"akropolys-kiku-inline-wrapper",style:{display:"inline-flex",alignItems:"center"},children:e});let[o,n]=(0,Gt.useState)(null),[i,c]=(0,Gt.useState)(!1),s=(0,Gt.useRef)(null),l=(0,Gt.useRef)(null);(0,Gt.useEffect)(()=>{if(typeof window>"u")return;let p=()=>{let P=window.innerWidth-140-20,L=window.innerHeight-44-20;t==="bottom-left"?(P=20,L=window.innerHeight-44-20):t==="top-right"?(P=window.innerWidth-140-20,L=20):t==="top-left"&&(P=20,L=20);try{let f=localStorage.getItem("akropolys_dock_pos");if(f){let z=JSON.parse(f);if(typeof z.x=="number"&&typeof z.y=="number"){let $=Math.max(10,Math.min(window.innerWidth-60,z.x)),S=Math.max(10,Math.min(window.innerHeight-60,z.y));return{x:$,y:S}}}}catch{}return{x:Math.max(10,P),y:Math.max(10,L)}};n(p());let k=()=>{n(y=>{if(!y)return p();let v=Math.max(10,Math.min(window.innerWidth-60,y.x)),N=Math.max(10,Math.min(window.innerHeight-60,y.y));return{x:v,y:N}})};return window.addEventListener("resize",k),()=>window.removeEventListener("resize",k)},[t]);let h=p=>{if(!l.current)return;let k=l.current.getBoundingClientRect();s.current={startX:p.clientX,startY:p.clientY,initX:k.left,initY:k.top,moved:!1};try{p.target.setPointerCapture?.(p.pointerId)}catch{}},d=p=>{if(!s.current)return;let k=p.clientX-s.current.startX,y=p.clientY-s.current.startY;if(!s.current.moved&&Math.hypot(k,y)>6&&(s.current.moved=!0,c(!0)),s.current.moved){let v=l.current?.offsetWidth||140,N=l.current?.offsetHeight||44,P=Math.max(8,Math.min(window.innerWidth-v-8,s.current.initX+k)),L=Math.max(8,Math.min(window.innerHeight-N-8,s.current.initY+y));n({x:P,y:L})}},u=()=>{if(!s.current)return;let p=s.current.moved;if(s.current=null,c(!1),p&&o){try{localStorage.setItem("akropolys_dock_pos",JSON.stringify(o))}catch{}let k=y=>{y.stopPropagation(),y.preventDefault(),window.removeEventListener("click",k,!0)};window.addEventListener("click",k,!0),setTimeout(()=>window.removeEventListener("click",k,!0),120)}};return o?(0,Sa.jsx)("div",{ref:l,className:"akropolys-kiku-dock-wrapper",onPointerDown:h,onPointerMove:d,onPointerUp:u,onPointerCancel:u,title:"Drag to dock anywhere",style:{position:"fixed",left:`${o.x}px`,top:`${o.y}px`,zIndex:2147483640,touchAction:"none",cursor:i?"grabbing":"grab",transition:i?"none":"transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s ease",transform:i?"scale(1.05)":"scale(1)",userSelect:"none",WebkitUserSelect:"none"},children:e}):null}function Vl({config:e,isInline:t}){(0,Gt.useEffect)(()=>{let r=(0,Va.getAkropolysClient)();if(!r)return;let o=e.product;if(!o&&typeof window.meta?.product=="object"&&(o=window.meta.product),o){let n=ao(o);(n.id||n.url)&&r.ingest(n).catch(i=>{console.debug("[Akropolys Shopify] Auto-ingest notice:",i)})}},[e.product]);let a=r=>{if(e.onAddToCart){e.onAddToCart(r);return}rn(r)};return(0,Sa.jsx)(Va.AkropolysProvider,{siteId:e.siteId,apiUrl:e.apiUrl,apiToken:e.apiToken,vertical:e.vertical||"commerce",shopperId:e.shopperId,onAddToCart:a,onAction:e.onAction,getCart:on,children:(0,Sa.jsx)(jl,{position:e.position,dockable:e.dockable!==!1,isInline:t,children:(0,Sa.jsx)(to,{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 Wl(){typeof document>"u"||document.addEventListener("click",e=>{e.target?.closest("[data-kiku-open], [data-kiku-toggle], .kiku-trigger")&&(e.preventDefault(),window.Kiku?.open())})}function nn(e){if(typeof window>"u"||typeof document>"u")return;let t={},a=document.getElementById("akropolys-kiku-script");if(a){let c=a.dataset;t={siteId:c.siteId,apiToken:c.apiToken,apiUrl:c.apiUrl,theme:c.theme,buttonLabel:c.buttonLabel,position:c.position,containerId:c.containerId,containerSelector:c.containerSelector,dockable:c.dockable!=="false",enableVoice:c.enableVoice==="true"||c.enableVoice==="1",enableVision:c.enableVision==="true"||c.enableVision==="1"}}let r={...t,...window.AkropolysConfig||{},...e||{}};(!r.siteId||!r.apiToken)&&console.warn('[Akropolys] Missing siteId or apiToken. Configure window.AkropolysConfig = { siteId: "...", apiToken: "..." }');let o=null,n=!1;r.containerSelector&&(o=document.querySelector(r.containerSelector),o&&(n=!0)),!o&&r.containerId&&(o=document.getElementById(r.containerId),o&&(n=!0)),o||(o=document.getElementById("kiku-mount")||document.querySelector("[data-kiku-mount]"),o&&(n=!0)),o||(o=document.createElement("div"),o.id="akropolys-kiku-host",document.body.appendChild(o)),(0,vs.createRoot)(o).render((0,Sa.jsx)(Vl,{config:r,isInline:n})),Wl(),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 c=>{let s=(0,Va.getAkropolysClient)();if(s&&c){let l=ao(c);await s.ingest(l)}},getClient:()=>(0,Va.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]")),t=()=>{e()&&nn()};document.readyState==="loading"?document.addEventListener("DOMContentLoaded",t):setTimeout(t,0)}0&&(module.exports={ChatWidget,KikuButton,KikuChat,ScoutCharacter,ScoutRail,SearchBar,Sparkle,VisualSearch,VoiceButton,initKiku,normalizeShopifyProduct,shopifyAddToCart,shopifyGetCart});
40
+ Question: ${T}`;await S(q,T)}else await S(T)},ae=N=>{N.key==="Enter"&&!N.shiftKey&&!N.nativeEvent.isComposing&&(N.preventDefault(),B())},le=N=>{v(N.target.value);let T=N.target;T.style.height="auto",T.style.height=`${Math.min(T.scrollHeight,140)}px`},me={...i?.primaryColor&&{"--hsk-primary":i.primaryColor},...i?.backgroundColor&&{"--hsk-bg":i.backgroundColor},...i?.textColor&&{"--hsk-text":i.textColor},...i?.fontFamily&&{"--hsk-font":i.fontFamily},...i?.borderRadius&&{"--hsk-border-radius":i.borderRadius}},M=z.length===0&&p?[{role:"assistant",content:`Hi! I can help you with **${p.name}**. Ask me about its specifications, features, compare it with other options, or find alternatives!`}]:z;return J?(0,b.jsx)("div",{ref:Q,className:ee("hsk-sp-backdrop hsk-sp-mobile-view",s.backdrop),onClick:n,style:{backdropFilter:`blur(${D})`,WebkitBackdropFilter:`blur(${D})`,background:Z??void 0,...me},children:(0,b.jsxs)("div",{className:ee("hsk-sp-card hsk-sp-fullscreen hsk-sp-mobile-card",s.card),onClick:N=>N.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)(Mr,{})}),(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:p?.name||e}),p&&(0,b.jsx)("button",{type:"button",className:"hsk-sp-header-specs-btn",onClick:()=>E(!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)(Ps,{})})]}),f&&(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((N,T)=>{let q=N.role==="user";return(0,b.jsx)("div",{className:"hsk-cb-msg-group",children:q?(0,b.jsx)("div",{className:"hsk-cb-user-msg",children:(0,b.jsx)("div",{className:"hsk-cb-user-bubble",children:N.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)(Mr,{})}),(0,b.jsxs)("div",{className:"hsk-cb-ai-body",children:[(0,b.jsx)("div",{className:"hsk-cb-ai-text",children:ua(N.content)}),T===0&&p&&(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:p.images?.[0]?(0,b.jsx)("img",{src:p.images[0],alt:p.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:p.brand||p.category||"Product"}),(0,b.jsx)("div",{className:"hsk-sp-mobile-main-card-name",children:p.name}),(0,b.jsxs)("div",{className:"hsk-sp-mobile-main-card-price",children:[p.currency??"KES"," ",parseFloat(p.price?.replace(/[^0-9.]/g,"")||"0").toLocaleString()]})]}),(p.specs&&Object.keys(p.specs).length>0||p.description)&&(0,b.jsx)("button",{type:"button",className:"hsk-sp-mobile-main-card-specs-btn",onClick:()=>E(!0),children:"Specs"})]}),(()=>{let H=k.filter(ie=>{let y=!!(ie.entity.name&&p?.name&&ie.entity.name.toLowerCase()===p.name.toLowerCase()),X=ie.entity.slug&&p?.slug&&ie.entity.slug.toLowerCase()===p.slug.toLowerCase();return!y&&!X});return H.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:H.map(ie=>{let y=parseFloat(ie.entity.price?.replace(/[^0-9.]/g,"")||"0"),X=ie.entity.currency??"KES";return(0,b.jsxs)("div",{className:"hsk-sp-mobile-similar-carousel-item",onClick:()=>O(ie),children:[(0,b.jsx)("div",{className:"hsk-sp-mobile-similar-carousel-img",children:ie.entity.images?.[0]?(0,b.jsx)("img",{src:ie.entity.images[0],alt:ie.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:ie.entity.name,children:ie.entity.name}),(0,b.jsxs)("div",{className:"hsk-sp-mobile-similar-carousel-price",children:[X," ",y.toLocaleString()]})]})]},ie.id)})})]})})()]})]})]})},T)}),$&&(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)(Mr,{})}),(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"})]})]}),m&&(0,b.jsx)("div",{className:"hsk-cb-error",children:As(m)}),(0,b.jsx)("div",{ref:oe,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:_,className:"hsk-cb-textarea",value:F,onChange:le,onKeyDown:ae,placeholder:"Ask about this product, specs, or comparison...",rows:1,disabled:$}),(0,b.jsx)("button",{className:"hsk-cb-send",onClick:()=>B(),disabled:!F.trim()||$,"aria-label":"Send message",children:(0,b.jsx)(ro,{})})]})})]}),G&&p&&(0,b.jsx)("div",{className:"hsk-sp-mobile-specs-overlay",onClick:()=>E(!1),children:(0,b.jsxs)("div",{className:"hsk-sp-mobile-specs-drawer",onClick:N=>N.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:()=>E(!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:p.name}),p.description&&(0,b.jsxs)("div",{className:"hsk-sp-mobile-specs-desc",children:[(0,b.jsx)("h5",{children:"Description"}),(0,b.jsx)("p",{children:p.description})]}),p.specs&&Object.keys(p.specs).length>0&&(0,b.jsxs)("div",{className:"hsk-sp-mobile-specs-list",children:[(0,b.jsx)("h5",{children:"Details"}),Object.entries(p.specs).map(([N,T])=>(0,b.jsxs)("div",{className:"hsk-sp-mobile-spec-row",children:[(0,b.jsx)("span",{className:"hsk-sp-mobile-spec-label",children:N}),(0,b.jsx)("span",{className:"hsk-sp-mobile-spec-value",children:T})]},N))]})]})]})})]})}):(0,b.jsx)("div",{className:ee("hsk-sp-backdrop",s.backdrop),onClick:n,style:{backdropFilter:`blur(${D})`,WebkitBackdropFilter:`blur(${D})`,background:Z??void 0,...me},children:(0,b.jsxs)("div",{className:ee("hsk-sp-card hsk-sp-fullscreen",s.card),onClick:N=>N.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)(Mr,{})}),(0,b.jsxs)("div",{className:"hsk-sp-header-body",children:[(0,b.jsx)("div",{className:"hsk-sp-header-title",children:p?.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)(Ps,{})})]}),f&&(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:[p&&(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:p.images?.[0]?(0,b.jsx)("img",{src:p.images[0],alt:p.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:[p.brand&&(0,b.jsx)("span",{className:"hsk-sp-item-brand",children:p.brand}),p.category&&(0,b.jsx)("span",{className:"hsk-sp-item-cat",children:p.category}),(0,b.jsx)("h2",{className:"hsk-sp-details-name",children:p.name}),(0,b.jsxs)("div",{className:"hsk-sp-item-price-row",children:[(0,b.jsx)("span",{className:"hsk-sp-item-currency",children:p.currency??"KES"}),(0,b.jsx)("span",{className:"hsk-sp-item-price",children:parseFloat(p.price?.replace(/[^0-9.]/g,"")||"0").toLocaleString()}),p.originalPrice&&(0,b.jsx)("span",{className:"hsk-sp-item-original-price",children:parseFloat(p.originalPrice.replace(/[^0-9.]/g,"")||"0").toLocaleString()}),p.discount&&(0,b.jsxs)("span",{className:"hsk-sp-item-discount",children:["(",p.discount,")"]})]}),(0,b.jsxs)("div",{className:"hsk-sp-item-meta-badges",children:[p.rating&&(0,b.jsxs)("span",{className:"hsk-sp-meta-badge hsk-sp-meta-badge-rating",children:["\xE2\u02DC\u2026 ",parseFloat(p.rating.toString()).toFixed(1)," ",p.reviewCount?`(${p.reviewCount})`:""]}),p.availability&&(0,b.jsx)("span",{className:`hsk-sp-meta-badge hsk-sp-meta-badge-avail ${p.availability.toLowerCase().includes("in")?"in-stock":"out-stock"}`,children:p.availability}),p.stock&&!p.availability&&(0,b.jsxs)("span",{className:"hsk-sp-meta-badge hsk-sp-meta-badge-stock",children:["Stock: ",p.stock]})]})]})]}),p.specs&&Object.keys(p.specs).length>0&&(0,b.jsx)("div",{className:"hsk-sp-specs-horizontal",children:Object.entries(p.specs).map(([N,T])=>(0,b.jsxs)("div",{className:"hsk-sp-spec-item-horizontal",children:[(0,b.jsxs)("span",{className:"hsk-sp-spec-label-horizontal",children:[N,":"]}),(0,b.jsx)("span",{className:"hsk-sp-spec-value-horizontal",title:T,children:T})]},N))}),p.description&&(0,b.jsxs)("div",{className:"hsk-sp-details-desc",children:[(0,b.jsx)("h4",{children:"Description"}),(0,b.jsx)("p",{children:p.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 N=k.filter(T=>{let q=!!(T.entity.name&&p?.name&&T.entity.name.toLowerCase()===p.name.toLowerCase()),H=T.entity.slug&&p?.slug&&T.entity.slug.toLowerCase()===p.slug.toLowerCase();return!q&&!H});return!f&&N.length===0?(0,b.jsx)("div",{className:"hsk-sp-empty",children:"No similar products found."}):N.map((T,q)=>{let H=parseFloat(T.entity.price?.replace(/[^0-9.]/g,"")||"0"),ie=T.entity.currency??"KES";return(0,b.jsxs)("div",{className:ee("hsk-sp-item",s.item),style:{animationDelay:`${q*55}ms`,cursor:"pointer"},onClick:()=>O(T),children:[(0,b.jsx)("div",{className:"hsk-sp-img-wrap",children:T.entity.images?.[0]?(0,b.jsx)("img",{src:T.entity.images[0],alt:T.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:[T.entity.category&&(0,b.jsx)("div",{className:"hsk-sp-item-cat",children:T.entity.category}),(0,b.jsx)("div",{className:"hsk-sp-item-name",title:T.entity.name,children:T.entity.name})]}),(0,b.jsxs)("div",{className:"hsk-sp-item-price-row",children:[(0,b.jsx)("span",{className:"hsk-sp-item-currency",children:ie}),(0,b.jsx)("span",{className:"hsk-sp-item-price",children:H.toLocaleString()})]}),(0,b.jsx)("div",{className:"hsk-sp-actions",children:(0,b.jsx)("button",{className:"hsk-sp-action hsk-sp-action-primary",onClick:y=>{y.stopPropagation(),O(T)},children:"View"})})]})]},T.id)})})()})]})]}),(0,b.jsxs)("div",{className:"hsk-sp-chat-pane",children:[(0,b.jsxs)("div",{className:"hsk-cb-msgs",children:[M.map((N,T)=>{let q=N.role==="user";return(0,b.jsx)("div",{className:"hsk-cb-msg-group",children:q?(0,b.jsx)("div",{className:"hsk-cb-user-msg",children:(0,b.jsx)("div",{className:"hsk-cb-user-bubble",children:N.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)(Mr,{})}),(0,b.jsx)("div",{className:"hsk-cb-ai-body",children:(0,b.jsx)("div",{className:"hsk-cb-ai-text",children:ua(N.content)})})]})},T)}),$&&(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)(Mr,{})}),(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"})]})]}),m&&(0,b.jsx)("div",{className:"hsk-cb-error",children:As(m)}),(0,b.jsx)("div",{ref:oe,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:_,className:"hsk-cb-textarea",value:F,onChange:le,onKeyDown:ae,placeholder:"Ask about this product, specs, or comparison...",rows:1,disabled:$}),(0,b.jsx)("button",{className:"hsk-cb-send",onClick:()=>B(),disabled:!F.trim()||$,"aria-label":"Send message",children:(0,b.jsx)(ro,{})})]}),(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 Es({productName:e,limit:t=8,onResult:r,backdropColor:a,backdropBlur:n,className:o,onNavigate:c,theme:i,classNames:s={},product:l,children:u}){let[d,h]=(0,Ge.useState)(!1),[p,k]=(0,Ge.useState)(!1);(0,Ge.useEffect)(()=>{k(!0)},[]);let f={...i?.primaryColor&&{"--hsk-primary":i.primaryColor},...i?.backgroundColor&&{"--hsk-bg":i.backgroundColor},...i?.textColor&&{"--hsk-text":i.textColor},...i?.fontFamily&&{"--hsk-font":i.fontFamily},...i?.borderRadius&&{"--hsk-border-radius":i.borderRadius}};return(0,b.jsxs)(b.Fragment,{children:[(0,b.jsx)("button",{className:ee("hsk-sp-btn",s.button,o),onClick:()=>h(!0),style:f,title:"Find similar products","aria-label":"Find similar products",children:u||(0,b.jsx)(Mr,{})}),d&&p&&(0,Ls.createPortal)((0,b.jsx)(mp,{productName:e,limit:t,onResult:r,backdropColor:a,backdropBlur:n,onClose:()=>h(!1),onNavigate:c,theme:i,classNames:s,product:l}),Xr()??document.body)]})}var rn=require("react");var Is=require("@akropolys/sdk"),Et=require("react/jsx-runtime"),kp=()=>(0,Et.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,Et.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,Et.jsx)("circle",{cx:"12",cy:"13",r:"4"})]}),bp=()=>(0,Et.jsx)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",className:"kiku-vs-spin",children:(0,Et.jsx)("path",{d:"M21 12a9 9 0 1 1-6.219-8.56"})});function fp(e){return Ua(e)}function Ds({onResults:e,onError:t,categoryHint:r,className:a="",disabled:n=!1}){let o=(0,Is.useAkropolysContext)(),c=(0,rn.useRef)(null),[i,s]=(0,rn.useState)(!1),l=async u=>{if(u.type.startsWith("image/")){s(!0);try{let d=await fp(u),h=await o.api.searchByImage(d,r);e(h,d)}catch(d){t?.(d instanceof Error?d:new Error(String(d)))}finally{s(!1),c.current&&(c.current.value="")}}};return(0,Et.jsxs)("label",{className:`kiku-vs-btn${i?" kiku-vs-btn--loading":""} ${a}`,title:"Search by photo","aria-label":"Search by uploading a photo",style:{cursor:n||i?"not-allowed":"pointer"},children:[(0,Et.jsx)("input",{ref:c,type:"file",accept:"image/*",capture:"environment",onChange:u=>u.target.files?.[0]&&l(u.target.files[0]),disabled:n||i,hidden:!0}),i?(0,Et.jsx)(bp,{}):(0,Et.jsx)(kp,{})]})}var Gt=require("react"),$s=require("react-dom/client"),jr=require("@akropolys/sdk");var Nr=require("react/jsx-runtime");function an(e){if(!e||typeof e!="object")return{};let t=String(e.id??e.handle??e.url??""),r=e.title||e.name||"",a;typeof e.price=="number"?a=e.price>=100&&Number.isInteger(e.price)?(e.price/100).toFixed(2):e.price.toString():typeof e.price=="string"&&(a=e.price);let n=e.featured_image||e.image;if(!n&&Array.isArray(e.images)&&e.images.length>0){let p=e.images[0];n=typeof p=="string"?p:p?.src}typeof n=="string"&&n.startsWith("//")&&(n="https:"+n);let o=e.url||"";if(!o&&e.handle&&(o=`/products/${e.handle}`),o&&typeof window<"u"&&!o.startsWith("http"))try{o=new URL(o,window.location.origin).href}catch{}let c=e.type||e.product_type||e.category||"",i=e.vendor||e.brand||"",s=Array.isArray(e.tags)?e.tags:typeof e.tags=="string"?e.tags.split(",").map(p=>p.trim()).filter(Boolean):[],l=e.description||e.body_html||"",u=typeof l=="string"?l.replace(/<[^>]*>?/gm,"").trim():"",d=Array.isArray(e.variants)&&e.variants.length>0?e.variants[0]:null,h=d?d.id:void 0;return{id:t,name:r,title:r,price:a,image:n,url:o||(typeof window<"u"?window.location.href:""),category:c,brand:i,tags:s,description:u,availability:e.available!==!1?"in_stock":"out_of_stock",variant_id:h?String(h):void 0,shopify_product_id:e.id?String(e.id):void 0,handle:e.handle||void 0}}function ao(e){if(!e||e.length===0)return Promise.resolve();let t=e.map(r=>({id:r.fields?.variant_id||r.fields?.shopify_variant_id||r.id,quantity:1}));return fetch("/cart/add.js",{method:"POST",headers:{"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify({items:t})}).then(async r=>{r.ok||console.warn("[Akropolys Shopify] /cart/add.js returned error status:",r.status);let a=await r.json().catch(()=>null);return typeof document<"u"&&(document.dispatchEvent(new CustomEvent("cart:updated",{bubbles:!0,detail:{items:a}})),document.dispatchEvent(new CustomEvent("cart:refresh",{bubbles:!0,detail:{items:a}})),document.dispatchEvent(new CustomEvent("cart:build",{bubbles:!0})),window.dispatchEvent(new CustomEvent("cart:updated",{detail:{items:a}}))),a}).catch(r=>{console.warn("[Akropolys Shopify] Add to cart network error:",r)})}function no(){return fetch("/cart.js",{headers:{Accept:"application/json"}}).then(e=>e.ok?e.json():null).catch(()=>null)}function gp({children:e,position:t="bottom-right",dockable:r=!0,isInline:a=!1}){if(a||t==="inline"||t==="custom"||t==="hidden"||r===!1)return(0,Nr.jsx)("div",{className:"akropolys-kiku-inline-wrapper",style:{display:"inline-flex",alignItems:"center"},children:e});let[n,o]=(0,Gt.useState)(null),[c,i]=(0,Gt.useState)(!1),s=(0,Gt.useRef)(null),l=(0,Gt.useRef)(null);(0,Gt.useEffect)(()=>{if(typeof window>"u")return;let p=()=>{let L=window.innerWidth-140-20,$=window.innerHeight-44-20;t==="bottom-left"?(L=20,$=window.innerHeight-44-20):t==="top-right"?(L=window.innerWidth-140-20,$=20):t==="top-left"&&(L=20,$=20);try{let m=localStorage.getItem("akropolys_dock_pos");if(m){let S=JSON.parse(m);if(typeof S.x=="number"&&typeof S.y=="number"){let F=Math.max(10,Math.min(window.innerWidth-60,S.x)),v=Math.max(10,Math.min(window.innerHeight-60,S.y));return{x:F,y:v}}}}catch{}return{x:Math.max(10,L),y:Math.max(10,$)}};o(p());let k=()=>{o(f=>{if(!f)return p();let w=Math.max(10,Math.min(window.innerWidth-60,f.x)),z=Math.max(10,Math.min(window.innerHeight-60,f.y));return{x:w,y:z}})};return window.addEventListener("resize",k),()=>window.removeEventListener("resize",k)},[t]);let u=p=>{if(!l.current)return;let k=l.current.getBoundingClientRect();s.current={startX:p.clientX,startY:p.clientY,initX:k.left,initY:k.top,moved:!1};try{p.target.setPointerCapture?.(p.pointerId)}catch{}},d=p=>{if(!s.current)return;let k=p.clientX-s.current.startX,f=p.clientY-s.current.startY;if(!s.current.moved&&Math.hypot(k,f)>6&&(s.current.moved=!0,i(!0)),s.current.moved){let w=l.current?.offsetWidth||140,z=l.current?.offsetHeight||44,L=Math.max(8,Math.min(window.innerWidth-w-8,s.current.initX+k)),$=Math.max(8,Math.min(window.innerHeight-z-8,s.current.initY+f));o({x:L,y:$})}},h=()=>{if(!s.current)return;let p=s.current.moved;if(s.current=null,i(!1),p&&n){try{localStorage.setItem("akropolys_dock_pos",JSON.stringify(n))}catch{}let k=f=>{f.stopPropagation(),f.preventDefault(),window.removeEventListener("click",k,!0)};window.addEventListener("click",k,!0),setTimeout(()=>window.removeEventListener("click",k,!0),120)}};return n?(0,Nr.jsx)("div",{ref:l,className:"akropolys-kiku-dock-wrapper",onPointerDown:u,onPointerMove:d,onPointerUp:h,onPointerCancel:h,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 vp({config:e,isInline:t}){(0,Gt.useEffect)(()=>{let a=(0,jr.getAkropolysClient)();if(!a)return;let n=e.product;if(!n&&typeof window.meta?.product=="object"&&(n=window.meta.product),n){let o=an(n);(o.id||o.url)&&a.ingest(o).catch(c=>{console.debug("[Akropolys Shopify] Auto-ingest notice:",c)})}},[e.product]);let r=a=>{if(e.onAddToCart){e.onAddToCart(a);return}ao(a)};return(0,Nr.jsx)(jr.AkropolysProvider,{siteId:e.siteId,apiUrl:e.apiUrl,apiToken:e.apiToken,vertical:e.vertical||"commerce",shopperId:e.shopperId,onAddToCart:r,onAction:e.onAction,getCart:no,children:(0,Nr.jsx)(gp,{position:e.position,dockable:e.dockable!==!1,isInline:t,children:(0,Nr.jsx)(tn,{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 yp(){typeof document>"u"||document.addEventListener("click",e=>{e.target?.closest("[data-kiku-open], [data-kiku-toggle], .kiku-trigger")&&(e.preventDefault(),window.Kiku?.open())})}function oo(e){if(typeof window>"u"||typeof document>"u")return;let t={},r=document.getElementById("akropolys-kiku-script");if(r){let i=r.dataset;t={siteId:i.siteId,apiToken:i.apiToken,apiUrl:i.apiUrl,theme:i.theme,buttonLabel:i.buttonLabel,position:i.position,containerId:i.containerId,containerSelector:i.containerSelector,dockable:i.dockable!=="false",enableVoice:i.enableVoice==="true"||i.enableVoice==="1",enableVision:i.enableVision==="true"||i.enableVision==="1"}}let a={...t,...window.AkropolysConfig||{},...e||{}};(!a.siteId||!a.apiToken)&&console.warn('[Akropolys] Missing siteId or apiToken. Configure window.AkropolysConfig = { siteId: "...", apiToken: "..." }');let n=null,o=!1;a.containerSelector&&(n=document.querySelector(a.containerSelector),n&&(o=!0)),!n&&a.containerId&&(n=document.getElementById(a.containerId),n&&(o=!0)),n||(n=document.getElementById("kiku-mount")||document.querySelector("[data-kiku-mount]"),n&&(o=!0)),n||(n=document.createElement("div"),n.id="akropolys-kiku-host",document.body.appendChild(n)),(0,$s.createRoot)(n).render((0,Nr.jsx)(vp,{config:a,isInline:o})),yp(),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 i=>{let s=(0,jr.getAkropolysClient)();if(s&&i){let l=an(i);await s.ingest(l)}},getClient:()=>(0,jr.getAkropolysClient)(),config:a}}if(typeof window<"u"){let e=()=>!!(window.AkropolysConfig||document.getElementById("akropolys-kiku-script")||document.getElementById("kiku-mount")||document.querySelector("[data-kiku-mount]")),t=()=>{e()&&oo()};document.readyState==="loading"?document.addEventListener("DOMContentLoaded",t):setTimeout(t,0)}0&&(module.exports={KikuButton,ScoutCharacter,ScoutRail,SearchBar,Sparkle,VisualSearch,initKiku,normalizeShopifyProduct,shopifyAddToCart,shopifyGetCart});
48
41
  //# sourceMappingURL=index.js.map