.km-chat-launcher{position:fixed;right:22px;bottom:22px;z-index:1200;display:inline-flex;align-items:center;gap:10px;min-height:52px;padding:0 19px;border:0;border-radius:999px;background:#1b1b1d;color:#fff;font:650 14px/1 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;box-shadow:0 18px 52px rgba(0,0,0,.24);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.km-chat-launcher:hover{transform:translateY(-2px);box-shadow:0 22px 60px rgba(0,0,0,.3)}.km-chat-launcher svg{width:20px;height:20px;fill:none;stroke:#f26b21;stroke-width:1.8}.km-chat-panel{position:fixed;right:22px;bottom:86px;z-index:1210;width:min(390px,calc(100vw - 28px));height:min(650px,calc(100vh - 112px));display:none;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border:1px solid rgba(27,27,29,.16);border-radius:20px;background:#fff;color:#1b1b1d;box-shadow:0 28px 90px rgba(0,0,0,.28);font:400 14px/1.45 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.km-chat-panel.is-open{display:grid}.km-chat-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:17px 18px;background:#1b1b1d;color:#fff}.km-chat-head-main{display:flex;align-items:center;gap:11px;min-width:0}.km-chat-mark{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border-radius:12px;background:#f26b21;color:#1b1b1d;font-weight:800}.km-chat-head strong{display:block;font-size:14px}.km-chat-head small{display:block;margin-top:2px;color:rgba(255,255,255,.62);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.km-chat-close{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:10px;background:rgba(255,255,255,.1);color:#fff;font-size:22px;cursor:pointer}.km-chat-body{min-height:0;overflow:auto;background:#f5f2ec}.km-chat-welcome{padding:22px}.km-chat-welcome h2{margin:0;font-size:24px;line-height:1.08;letter-spacing:-.035em}.km-chat-welcome>p{margin:10px 0 18px;color:#6c6964;line-height:1.6}.km-chat-form{display:grid;gap:12px}.km-chat-form label{display:grid;gap:6px;color:#343235;font-size:12px;font-weight:650}.km-chat-form input,.km-chat-form textarea,.km-chat-reply textarea{width:100%;border:1px solid #d9d3c9;border-radius:11px;background:#fff;color:#1b1b1d;padding:11px 12px;font:inherit;outline:none;resize:vertical}.km-chat-form input:focus,.km-chat-form textarea:focus,.km-chat-reply textarea:focus{border-color:#e7783f;box-shadow:0 0 0 3px rgba(231,120,63,.13)}.km-chat-form textarea{min-height:100px}.km-chat-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.km-chat-privacy{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:8px!important;color:#6c6964!important;font-size:10px!important;font-weight:400!important;line-height:1.45}.km-chat-privacy input{width:16px!important;height:16px;margin:1px 0 0;padding:0;flex:0 0 16px}.km-chat-privacy a{text-underline-offset:2px}.km-chat-submit,.km-chat-send{min-height:46px;border:0;border-radius:11px;background:#f26b21;color:#161616;font-weight:750;cursor:pointer}.km-chat-submit:disabled,.km-chat-send:disabled{opacity:.55;cursor:wait}.km-chat-hint{margin:0;color:#777169;font-size:10px;line-height:1.45}.km-chat-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.km-chat-error{display:none;padding:10px 11px;border:1px solid #edcaca;border-radius:10px;background:#fff1f1;color:#8c3030;font-size:11px}.km-chat-error.is-visible{display:block}.km-chat-thread{height:100%;display:grid;grid-template-rows:minmax(0,1fr) auto}.km-chat-messages{min-height:0;overflow:auto;padding:18px;display:flex;flex-direction:column;gap:11px}.km-chat-message{max-width:84%;padding:11px 13px;border-radius:14px;background:#fff;border:1px solid #ddd7ce;box-shadow:0 5px 15px rgba(20,18,15,.035)}.km-chat-message.is-visitor{align-self:flex-end;background:#1b1b1d;color:#fff;border-color:#1b1b1d}.km-chat-message p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere}.km-chat-message time{display:block;margin-top:6px;color:#8b857c;font-size:9px}.km-chat-message.is-visitor time{color:rgba(255,255,255,.48)}.km-chat-message .km-chat-author{display:block;margin-bottom:4px;color:#e7783f;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.km-chat-reply{padding:12px;border-top:1px solid #ddd7ce;background:#fff}.km-chat-reply-row{display:grid;grid-template-columns:minmax(0,1fr) 78px;gap:8px}.km-chat-reply textarea{min-height:48px;max-height:120px}.km-chat-send{min-height:48px}.km-chat-status-note{padding:11px 12px;border-radius:10px;background:#eee9e0;color:#6c6964;font-size:11px;line-height:1.5}.km-chat-new{width:100%;min-height:42px;margin-top:9px;border:1px solid #d4cec4;border-radius:10px;background:#fff;color:#1b1b1d;font-weight:650;cursor:pointer}.km-chat-loading{display:grid;place-items:center;height:100%;padding:30px;color:#6c6964;font-size:12px}.km-chat-inline-open{cursor:pointer}.km-chat-preview-note{padding:12px;border:1px solid #ead4c5;border-radius:10px;background:#fff7f1;color:#7e492b;font-size:11px}.km-chat-launcher[hidden],.km-chat-panel[hidden]{display:none!important}@media(max-width:620px){.km-chat-launcher{right:14px;bottom:14px;min-height:50px;padding:0 16px}.km-chat-panel{right:7px;bottom:70px;width:calc(100vw - 14px);height:min(690px,calc(100vh - 82px));border-radius:17px}.km-chat-form-grid{grid-template-columns:1fr}.km-chat-welcome{padding:18px}.km-chat-messages{padding:14px}.km-chat-message{max-width:90%}}@media(prefers-reduced-motion:reduce){.km-chat-launcher{transition:none}}
