.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-chat,.site-chat *{box-sizing:border-box}.site-chat{position:fixed;right:20px;bottom:20px;z-index:120;display:flex;flex-direction:column;align-items:flex-end;gap:10px;pointer-events:none}.site-chat__greet,.site-chat__hint,.site-chat__toggle{pointer-events:auto}.site-chat__toggle{position:relative;z-index:3;width:84px;height:84px;border:none;border-radius:0;padding:0;background:transparent;box-shadow:none;cursor:pointer;overflow:visible;animation:site-chat-bob 2.8s ease-in-out infinite}.site-chat__toggle,.site-chat__toggle-logo{display:inline-flex;align-items:center;justify-content:center}.site-chat__toggle-logo{pointer-events:none;filter:drop-shadow(0 10px 18px rgba(20,22,27,.28))}.site-chat__toggle-logo img{width:84px;height:84px;object-fit:contain;display:block;pointer-events:none}.site-chat__toggle-close{display:none;align-items:center;justify-content:center;color:#fff;width:36px;height:36px;border-radius:50%;background:#14161b;line-height:0;pointer-events:none}.site-chat__toggle-close svg{display:block;width:16px;height:16px;flex:none}.site-chat__toggle.is-active{animation:none}.site-chat__toggle.is-active .site-chat__toggle-logo{display:none}.site-chat__toggle.is-active .site-chat__toggle-close{display:inline-flex}.site-chat__toggle:hover .site-chat__toggle-logo{filter:drop-shadow(0 14px 22px rgba(20,22,27,.34))}.site-chat__action:focus-visible,.site-chat__attach:focus-visible,.site-chat__composer button:focus-visible,.site-chat__composer input:focus-visible,.site-chat__contact button:focus-visible,.site-chat__contact input:focus-visible,.site-chat__greet:focus-visible,.site-chat__head-close:focus-visible,.site-chat__hint:focus-visible,.site-chat__toggle:focus-visible{outline:3px solid rgba(15,179,164,.45);outline-offset:2px}.site-chat__hint{bottom:22px;border:1px solid #d7efe9;font:inherit;font-size:13px;font-weight:700;line-height:1;padding:10px 12px;border-radius:999px;box-shadow:0 10px 24px rgba(20,22,27,.14);white-space:nowrap;animation:site-chat-hint-in .28s ease}.site-chat__greet,.site-chat__hint{position:absolute;right:92px;background:#fff;color:var(--ink);cursor:pointer}.site-chat__greet{bottom:18px;max-width:min(280px,calc(100vw - 128px));border:1px solid #e8eaee;font:inherit;font-size:13.5px;font-weight:600;line-height:1.4;text-align:left;padding:11px 13px;border-radius:16px;border-bottom-right-radius:5px;box-shadow:0 12px 28px rgba(20,22,27,.16);animation:site-chat-hint-in .32s ease}.site-chat__greet.is-typing{min-width:64px;padding:12px 14px}.site-chat__greet-typing{display:inline-flex;align-items:center;gap:4px}.site-chat__greet-typing span{width:6px;height:6px;border-radius:50%;background:#9aa0ab;animation:site-chat-typing 1.2s ease-in-out infinite}.site-chat__greet-typing span:nth-child(2){animation-delay:.15s}.site-chat__greet-typing span:nth-child(3){animation-delay:.3s}.site-chat__hint:after{content:"";position:absolute;right:-5px;top:50%;width:10px;height:10px;background:#fff;border-right:1px solid #d7efe9;border-bottom:1px solid #d7efe9;transform:translateY(-50%) rotate(-45deg)}.site-chat__menu{position:relative;z-index:5;display:flex;flex-direction:column;align-items:flex-end;gap:8px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px) scale(.96);transition:opacity .22s ease,transform .22s ease,visibility .22s ease}.site-chat__menu.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}.site-chat__action{display:inline-flex;flex-direction:row-reverse;align-items:center;gap:8px;border:none;background:transparent;padding:0;color:var(--ink);font:inherit;font-size:13px;font-weight:700;text-decoration:none;cursor:pointer}.site-chat__action-icon{width:44px;height:44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 20px rgba(20,22,27,.2)}.site-chat__action-icon svg{width:18px;height:18px}.site-chat__action-label{padding:7px 12px;border-radius:999px;background:#fff;box-shadow:0 8px 18px rgba(20,22,27,.12)}.site-chat__action--tg .site-chat__action-icon{background:#2aabee}.site-chat__action--chat .site-chat__action-icon{background:linear-gradient(145deg,#0fb3a4,#0a8a7e)}.site-chat__action:hover{transform:translateY(-2px)}.site-chat__panel{position:absolute;right:0;bottom:96px;z-index:4;width:min(380px,calc(100vw - 32px));height:min(560px,calc(100dvh - 110px));display:flex;flex-direction:column;overflow:hidden;border-radius:18px;background:#fff;border:1px solid #e8eaee;box-shadow:0 18px 48px rgba(20,22,27,.2);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(14px) scale(.98);transition:opacity .24s ease,transform .24s ease,visibility .24s ease}.site-chat__panel.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}.site-chat__head{flex:none;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:linear-gradient(160deg,#0fb3a4,#0a8a7e 55%,#147a72);color:#fff}.site-chat__person{display:flex;align-items:center;gap:10px;min-width:0}.site-chat__avatar{width:40px;height:40px;object-fit:contain;flex:none;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.site-chat__status{margin-top:2px;font-size:11.5px;font-weight:500;opacity:.88}.site-chat__title{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700}.site-chat__dot{width:8px;height:8px;border-radius:50%;background:#bbf7d0;box-shadow:0 0 0 4px rgba(187,247,208,.22)}.site-chat__head-close{width:32px;height:32px;border:none;border-radius:10px;background:rgba(255,255,255,.08);color:#fff;font-size:22px;line-height:1;cursor:pointer}.site-chat__messages{flex:1 1;min-height:0;overflow-y:auto;padding:14px;background:#f7f8fa}.site-chat__msg{display:flex;flex-direction:column;gap:4px;max-width:88%;margin-bottom:12px}.site-chat__msg--user{margin-left:auto;align-items:flex-end}.site-chat__bubble{padding:10px 12px;border-radius:14px;font-size:14px;line-height:1.45;word-break:break-word}.site-chat__msg--user .site-chat__bubble{background:var(--accent);color:#fff;border-bottom-right-radius:4px}.site-chat__msg--bot .site-chat__bubble{background:#fff;color:var(--ink);border:1px solid #e8eaee;border-bottom-left-radius:4px}.site-chat__time{font-size:11px;color:var(--faint)}.site-chat__typing{margin-bottom:12px}.site-chat__typing-bubble{display:inline-flex;align-items:center;gap:4px;padding:11px 13px;background:#fff;border:1px solid #e8eaee;border-radius:14px;border-bottom-left-radius:4px}.site-chat__typing-bubble span{width:6px;height:6px;border-radius:50%;background:#9aa0ab;animation:site-chat-typing 1.2s ease-in-out infinite}.site-chat__typing-bubble span:nth-child(2){animation-delay:.15s}.site-chat__typing-bubble span:nth-child(3){animation-delay:.3s}.site-chat__footer{flex:none;position:relative;min-width:0;overflow:hidden;background:#fff;border-top:1px solid #ececf0}.site-chat__photo{display:block;max-width:220px;border-radius:14px;overflow:hidden;border:1px solid rgba(20,22,27,.08)}.site-chat__photo img{display:block;width:100%;height:auto}.site-chat__modal{position:absolute;left:12px;right:12px;bottom:calc(100% + 10px);z-index:2}.site-chat__modal-card{padding:16px;background:#fff;border:1px solid #d7efe9;border-radius:16px;box-shadow:0 16px 36px rgba(20,22,27,.16)}.site-chat__modal-title{font-size:15px;font-weight:800;letter-spacing:-.02em}.site-chat__modal-text{margin:6px 0 12px;font-size:13px;line-height:1.45;color:var(--muted);font-weight:500}.site-chat__modal-card input{width:100%;border:1px solid #e2e4e8;border-radius:12px;padding:10px 12px;font:inherit;font-size:14px}.site-chat__attach{width:38px;height:38px;flex:none;border:none;border-radius:50%;background:#eef7f6;color:var(--accent-strong);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.site-chat__attach:hover:not(:disabled){background:#d8f1ee}.site-chat__attach:disabled{opacity:.55;cursor:wait}.site-chat__attach svg{width:16px;height:16px}.site-chat__contact{padding:12px 12px 0}.site-chat__contact p{margin-bottom:8px;font-size:13px;font-weight:700}.site-chat__composer input,.site-chat__contact input{width:100%;min-width:0;border:1px solid #e2e4e8;border-radius:12px;padding:10px 12px;font:inherit;font-size:14px}.site-chat__composer input{flex:1 1;width:auto}.site-chat__contact-actions{display:flex;justify-content:flex-end;gap:8px;margin:8px 0}.site-chat__contact-actions button{border:none;border-radius:999px;padding:7px 12px;font:inherit;font-size:12.5px;font-weight:700;cursor:pointer;background:#eef0f3;color:var(--muted)}.site-chat__contact-actions .is-primary{background:var(--ink);color:#fff}.site-chat__composer{display:flex;align-items:center;gap:8px;padding:10px 12px 12px;min-width:0}.site-chat__composer>button[type=submit]{width:38px;height:38px;flex:none;border:none;border-radius:50%;background:var(--ink);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.site-chat__composer>button[type=submit]:disabled{opacity:.6;cursor:wait}.site-chat__composer>button[type=submit] svg{width:16px;height:16px}@keyframes site-chat-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes site-chat-hint-in{0%{opacity:0;transform:translateX(8px)}to{opacity:1;transform:translateX(0)}}@keyframes site-chat-typing{0%,60%,to{transform:translateY(0);opacity:.45}30%{transform:translateY(-3px);opacity:1}}@media (prefers-reduced-motion:reduce){.site-chat__greet,.site-chat__greet-typing span,.site-chat__hint,.site-chat__toggle,.site-chat__typing-bubble span{animation:none}.site-chat__action,.site-chat__menu,.site-chat__panel,.site-chat__toggle{transition:none}}@media (max-width:767px){body.kit-chat-no-scroll{overflow:hidden}.site-chat{right:10px;bottom:max(10px,env(safe-area-inset-bottom,0px))}.site-chat.is-panel-open{inset:0;right:0;bottom:0;align-items:stretch;pointer-events:auto}.site-chat.is-panel-open .site-chat__greet,.site-chat.is-panel-open .site-chat__hint,.site-chat.is-panel-open .site-chat__menu,.site-chat.is-panel-open .site-chat__toggle{display:none}.site-chat.is-panel-open .site-chat__panel{position:fixed;left:8px;right:8px;top:auto;bottom:max(8px,env(safe-area-inset-bottom,0px));width:auto;height:min(72dvh,calc(100dvh - 16px - env(safe-area-inset-bottom, 0px)));max-height:calc(100dvh - 16px - env(safe-area-inset-bottom, 0px));border-radius:16px;transform:none;transition:none;opacity:1;visibility:visible;pointer-events:auto}.site-chat__toggle{animation:none}.site-chat__toggle,.site-chat__toggle-logo img{width:64px;height:64px}.site-chat__greet,.site-chat__hint{right:0;bottom:74px;max-width:min(240px,calc(100vw - 28px));font-size:12.5px;padding:9px 11px;white-space:normal}.site-chat__greet:after,.site-chat__hint:after{right:22px;top:auto;bottom:-5px;transform:rotate(45deg)}.site-chat__head{padding:10px 12px;gap:8px}.site-chat__avatar{width:32px;height:32px}.site-chat__title{font-size:12.5px}.site-chat__status{font-size:11px}.site-chat__head-close{width:28px;height:28px;font-size:20px}.site-chat__messages{padding:10px}.site-chat__bubble{padding:8px 10px;font-size:13.5px}.site-chat__modal{position:static;left:auto;right:auto;bottom:auto;padding:8px 10px 0}.site-chat__modal-card{padding:12px;border-radius:12px;box-shadow:none}.site-chat__modal-title{font-size:14px}.site-chat__modal-text{margin:4px 0 8px;font-size:12px}.site-chat__composer input,.site-chat__contact input,.site-chat__modal-card input{font-size:16px;padding:9px 10px;max-width:100%;box-sizing:border-box}.site-chat__contact-actions{margin:8px 0 0}.site-chat__composer{gap:6px;padding:8px 10px 10px}.site-chat__attach,.site-chat__composer>button[type=submit]{width:36px;height:36px}.site-chat__photo{max-width:min(180px,70vw)}}