#kl-chat-root{font:14px/1.45 Inter,Arial,sans-serif;color:#20362b}#kl-chat-root *{box-sizing:border-box}.kl-chat-launch{position:fixed;right:20px;bottom:20px;z-index:1200;display:flex;align-items:center;gap:9px;border:1px solid #d4b66b;border-radius:40px;background:#103b2b;color:#fff;padding:6px 16px 6px 5px;box-shadow:0 8px 26px #142b2060;cursor:pointer;font:700 14px Inter,Arial,sans-serif}.kl-chat-launch img{width:46px;height:46px;object-fit:cover;object-position:top;border-radius:50%;background:#f8ecd4}.kl-chat-panel{position:fixed;right:20px;bottom:86px;z-index:1201;width:min(380px,calc(100vw - 24px));height:min(560px,calc(100dvh - 104px));display:flex;flex-direction:column;overflow:hidden;border:1px solid #d5e3d8;border-radius:18px;background:#fff;box-shadow:0 18px 55px #17291b52}.kl-chat-panel[hidden]{display:none}.kl-chat-head{display:flex;align-items:center;gap:11px;background:#103b2b;color:white;padding:12px}.kl-chat-head img{width:40px;height:40px;object-fit:cover;object-position:top;border-radius:50%;background:#f8ecd4}.kl-chat-head strong{display:block}.kl-chat-head small{display:block;color:#dbe8db}.kl-chat-close{margin-left:auto;border:0;background:transparent;color:white;font-size:25px;cursor:pointer}.kl-chat-messages{flex:1;overflow:auto;padding:16px;background:#faf9f3}.kl-chat-bubble{max-width:92%;margin:0 0 12px;padding:10px 12px;border-radius:13px;background:white;white-space:pre-wrap;box-shadow:0 1px 4px #12362220}.kl-chat-bubble.user{margin-left:auto;background:#e1f3e7}.kl-chat-choices{display:flex;flex-wrap:wrap;gap:7px;padding:0 13px 12px;background:#faf9f3}.kl-chat-choices button{border:1px solid #bad4c1;border-radius:20px;background:white;color:#175136;padding:7px 10px;cursor:pointer;font:inherit}.kl-chat-choices button:hover{background:#e7f5eb}.kl-chat-input{display:flex;gap:7px;padding:10px;border-top:1px solid #dfe9df}.kl-chat-input input{min-width:0;flex:1;border:1px solid #d5e0d6;border-radius:9px;padding:10px;font:inherit}.kl-chat-input button{border:0;border-radius:9px;background:#0d7845;color:white;padding:0 13px;cursor:pointer}.kl-chat-links{display:flex;flex-wrap:wrap;gap:8px;margin:-5px 0 13px}.kl-chat-links a{color:#095c39;text-decoration:underline;font-weight:600}.kl-chat-foot{padding:0 12px 9px;background:white;color:#6b786f;font-size:11px}@media(max-width:500px){.kl-chat-launch{right:12px;bottom:12px}.kl-chat-panel{right:12px;bottom:76px}}
