.kohan-avatar-root{--kohan-scale:1;position:fixed;z-index:1040;width:calc(132px * var(--kohan-scale));height:calc(143px * var(--kohan-scale));background-repeat:no-repeat;image-rendering:-webkit-optimize-contrast;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;will-change:transform,background-position;transition:opacity 200ms ease-out}.kohan-avatar-root[data-position="bottom-left"]{inset-inline-start:max(20px, env(safe-area-inset-left));bottom:max(20px, env(safe-area-inset-bottom))}.kohan-avatar-root[data-position="bottom-right"]{inset-inline-end:max(20px, env(safe-area-inset-right));bottom:max(20px, env(safe-area-inset-bottom))}.kohan-avatar-root[data-position="top-left"]{inset-inline-start:max(20px, env(safe-area-inset-left));top:max(20px, env(safe-area-inset-top))}.kohan-avatar-root[data-position="top-right"]{inset-inline-end:max(20px, env(safe-area-inset-right));top:max(20px, env(safe-area-inset-top))}.kohan-avatar-root:active{cursor:grabbing}.kohan-avatar-root:focus-visible{outline:2px solid #6cf3a4;outline-offset:4px;border-radius:14px}.kohan-avatar-root[data-kohan-hidden="true"]{opacity:0;pointer-events:none}.kohan-avatar-root [data-kohan-overlay="true"]{border-radius:inherit}@media (prefers-reduced-motion:reduce){.kohan-avatar-root{transition:none}}@media (max-width:560px){.kohan-avatar-root{width:calc(104px * var(--kohan-scale));height:calc(113px * var(--kohan-scale))}}.kohan-avatar-root .kohan-size-controls{position:absolute;top:50%;translate:0 -50%;transform:none;width:max-content;height:auto;display:grid;grid-auto-flow:row;justify-items:center;gap:6px;z-index:30;inset-inline-start:100%;margin-inline-start:8px}.kohan-avatar-root[data-position$="-right"] .kohan-size-controls{inset-inline-start:auto;inset-inline-end:100%;margin-inline-start:0;margin-inline-end:8px}.kohan-avatar-root .kohan-size-button,.kohan-avatar-root .kohan-eye-button{position:relative;display:grid;place-items:center;width:28px;min-width:28px;height:28px;padding:0;border:1px solid rgb(108 243 164 / .38);border-radius:9px;background:rgb(11 18 18 / .9);color:#d7ffe8;font:700 16px/1 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;cursor:pointer;box-shadow:0 5px 14px rgb(0 0 0 / .3);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:border-color 0.18s ease,background 0.18s ease,color 0.18s ease}.kohan-avatar-root .kohan-eye-button{color:#6cf3a4;font-size:14px}.kohan-avatar-root .kohan-size-button:hover,.kohan-avatar-root .kohan-eye-button:hover{border-color:rgb(108 243 164 / .85);background:rgb(20 35 31 / .96)}.kohan-avatar-root .kohan-size-button:focus-visible,.kohan-avatar-root .kohan-eye-button:focus-visible{outline:2px solid #6cf3a4;outline-offset:2px}.kohan-avatar-root .kohan-size-button:disabled{opacity:.35;cursor:default}.kohan-avatar-root .kohan-size-button::before,.kohan-avatar-root .kohan-eye-button::before{content:"";position:absolute;inset:-8px;border-radius:12px;background:#fff0}.kohan-avatar-root .kohan-size-button:disabled::before{display:none}.kohan-avatar-root .kohan-eye-closed{display:none}.kohan-avatar-root .kohan-eye-button[aria-pressed="true"] .kohan-eye-open{display:none}.kohan-avatar-root .kohan-eye-button[aria-pressed="true"] .kohan-eye-closed{display:block}.kohan-avatar-root[data-kohan-eye-hidden="true"]{background-image:none!important}.kohan-avatar-root[data-kohan-eye-hidden="true"] .kohan-size-button{display:none}.kohan-avatar-root[data-kohan-side="right"] .kohan-size-controls{inset-inline-start:auto;inset-inline-end:100%;margin-inline-start:0;margin-inline-end:8px}@property --kohan-chat-angle{syntax:"<angle>";initial-value:0deg;inherits:false}.kohan-chat-launcher{position:fixed;z-index:1041;width:34px;height:34px;display:grid;place-items:center;border:1px solid rgb(108 243 164 / .45);border-radius:50%;background:#10151b;color:#6cf3a4;box-shadow:0 6px 18px rgb(0 0 0 / .35),0 0 0 4px rgb(108 243 164 / .08);cursor:pointer;transition:transform 0.18s ease,box-shadow 0.18s ease,border-color 0.18s ease}.kohan-chat-launcher:hover,.kohan-chat-launcher:focus-visible{transform:translateY(-2px);border-color:rgb(108 243 164 / .9);box-shadow:0 8px 22px rgb(0 0 0 / .4),0 0 0 5px rgb(108 243 164 / .14);outline:none}.kohan-chat-panel{position:fixed;z-index:1042;width:min(420px, calc(100vw - 24px));height:min(640px, calc(100dvh - 120px));max-height:calc(100dvh - 24px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;border-radius:20px;background:linear-gradient(160deg,rgb(255 255 255 / .05),transparent 40%),rgb(14 20 22 / .94);color:#eafff4;box-shadow:0 26px 70px rgb(0 0 0 / .5);backdrop-filter:blur(22px) saturate(1.1);-webkit-backdrop-filter:blur(22px) saturate(1.1);opacity:0;transform:translateY(8px) scale(.98);transform-origin:bottom left;pointer-events:none;transition:opacity 0.2s ease,transform 0.24s cubic-bezier(.2,.8,.2,1);overflow:hidden;isolation:isolate}.kohan-chat-panel[data-side="left"]{transform-origin:bottom right}.kohan-chat-panel.is-open{opacity:1;transform:none;pointer-events:auto}.kohan-chat-panel::before{content:"";position:absolute;inset:0;z-index:-1;padding:1px;border-radius:inherit;background:conic-gradient(from var(--kohan-chat-angle),transparent 0deg,rgb(108 243 164 / .9) 60deg,rgb(255 255 255 / .85) 90deg,rgb(108 243 164 / .9) 120deg,transparent 200deg);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:kohan-chat-spin 5s linear infinite}@keyframes kohan-chat-spin{to{--kohan-chat-angle:360deg}}.kohan-chat-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid rgb(255 255 255 / .08)}.kohan-chat-title strong{display:block;font-size:14px;font-weight:700;letter-spacing:-.01em}.kohan-chat-title span{display:block;font-size:11px;color:rgb(234 255 244 / .6)}.kohan-chat-close{width:30px;height:30px;border:1px solid rgb(255 255 255 / .14);border-radius:9px;background:#fff0;color:#eafff4;font-size:18px;line-height:1;cursor:pointer}.kohan-chat-close:hover{background:rgb(255 255 255 / .06)}.kohan-chat-log{padding:14px 16px;overflow-y:auto;overscroll-behavior:contain;display:flex;flex-direction:column;gap:10px}.kohan-chat-msg{max-width:84%;padding:9px 12px;border-radius:14px;font-size:13px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere;unicode-bidi:plaintext}.kohan-chat-bot{align-self:flex-start;background:rgb(255 255 255 / .06);border:1px solid rgb(255 255 255 / .08)}.kohan-chat-user{align-self:flex-end;background:rgb(108 243 164 / .16);border:1px solid rgb(108 243 164 / .28)}.kohan-chat-pending{opacity:.6;font-style:italic}.kohan-chat-form{display:flex;gap:8px;padding:12px 14px;border-top:1px solid rgb(255 255 255 / .08)}.kohan-chat-input{flex:1;min-width:0;padding:10px 12px;border:1px solid rgb(255 255 255 / .14);border-radius:12px;background:rgb(0 0 0 / .28);color:#eafff4;font:inherit;font-size:13px}.kohan-chat-input:focus-visible{outline:none;border-color:rgb(108 243 164 / .7)}.kohan-chat-send{width:42px;display:grid;place-items:center;border:1px solid #fff0;border-radius:12px;background:#6cf3a4;color:#06130a;cursor:pointer;transition:filter 0.15s ease}.kohan-chat-send:hover{filter:brightness(1.06)}@media (prefers-reduced-motion:reduce){.kohan-chat-panel,.kohan-chat-launcher{transition:none}.kohan-chat-panel::before{animation:none}}@media (max-width:560px){.kohan-chat-panel{left:12px!important;right:12px!important;width:auto!important;top:auto!important;bottom:84px!important;height:min(70dvh, calc(100dvh - 140px));max-height:calc(100dvh - 120px);border-radius:18px}}.kohan-chat-msg{font-size:14px}html[lang="fa"] .kohan-chat-msg,html[lang="ar"] .kohan-chat-msg{font-size:15px;line-height:1.85}