.cm-chat{position:fixed;right:var(--cm-right);bottom:var(--cm-bottom);z-index:999999;font-family:Helvetica Neue,Arial,sans-serif;color:var(--cm-text);opacity:0;visibility:hidden;transform:translateY(14px);transition:opacity .28s ease,transform .28s ease,visibility .28s ease}.cm-chat.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.cm-chat__launcher{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 12px;background:#000;border:1px solid #111;color:#fff;border-radius:8px;cursor:pointer;box-shadow:0 3px 12px rgba(0,0,0,.12);font-size:12px;font-weight:700;letter-spacing:-.01em}.cm-chat__launcher:hover{transform:translateY(-1px)}.cm-chat__launcher-icon{display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px}.cm-chat__panel{position:absolute;right:0;bottom:0;width:372px;max-width:calc(100vw - 24px);height:620px;max-height:78vh;background:#fff;border:1px solid #111;border-radius:14px;box-shadow:0 18px 48px rgba(0,0,0,.18);display:none;flex-direction:column;overflow:hidden}.cm-chat.is-open .cm-chat__panel{display:flex}.cm-chat.is-open .cm-chat__launcher{opacity:0;pointer-events:none}.cm-chat__close{position:absolute;top:14px;right:14px;width:34px;height:34px;border:1px solid #111;background:#fff;color:#111;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;border-radius:10px}.cm-chat__header{padding:20px 22px 14px;border-bottom:1px solid #ececec;background:#fff}.cm-chat__title{margin:0;font-size:34px;line-height:.95;font-weight:400;letter-spacing:-.03em;color:#111}.cm-chat__subtitle{margin:8px 0 0;font-size:12px;color:#666;line-height:1.4;max-width:280px}.cm-chat__welcome{padding:16px 22px 0;font-size:13px;color:#111;line-height:1.5}.cm-chat__body{flex:1;overflow:auto;padding:18px 22px;background:#fff}.cm-chat__messages{display:flex;flex-direction:column;gap:10px}.cm-chat__empty{font-size:13px;color:#666}.cm-chat__msg{max-width:82%;padding:11px 12px;border:1px solid #ebebeb;background:#f7f7f7;font-size:13px;line-height:1.45;word-break:break-word;border-radius:10px}.cm-chat__msg--visitor{margin-left:auto;background:#111;color:#fff;border-color:#111}.cm-chat__time{display:block;margin-top:6px;font-size:10px;opacity:.72}.cm-chat__form{border-top:1px solid #ececec;padding:14px;background:#fff;display:grid;gap:10px}.cm-chat__row{display:grid;gap:10px}.cm-chat__row--2{grid-template-columns:1fr 1fr}.cm-chat__input,.cm-chat__textarea{width:100%;box-sizing:border-box;border:1px solid #d9d9d9;background:#fff;color:#111;padding:12px;font-size:13px;font-family:inherit;border-radius:10px}.cm-chat__input:focus,.cm-chat__textarea:focus{outline:none;border-color:#111}.cm-chat__textarea{min-height:92px;resize:none}.cm-chat__send{height:44px;background:#111;border:1px solid #111;color:#fff;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border-radius:10px}@media (max-width:767px){.cm-chat{right:var(--cm-right-mobile);bottom:var(--cm-bottom-mobile)}.cm-chat__panel{width:min(372px,calc(100vw - 12px));height:72vh;max-height:none}.cm-chat__title{font-size:30px}.cm-chat__row--2{grid-template-columns:1fr}}