.iswa{position:fixed;right:22px;bottom:22px;z-index:99980;font-family:inherit;color:#101527}
.iswa *{box-sizing:border-box}
.iswa .screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
.iswa-launcher{display:flex;align-items:center;gap:10px;min-height:56px;padding:0 21px;border:0;border-radius:999px;background:linear-gradient(125deg,#2799ff,#7140f5);box-shadow:0 18px 38px rgba(54,82,226,.30);color:#fff;font:700 15px/1 inherit;cursor:pointer}
.iswa-launcher svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.iswa-launcher:hover{transform:translateY(-1px);box-shadow:0 22px 42px rgba(54,82,226,.36)}
.iswa-launcher:focus-visible,.iswa button:focus-visible,.iswa input:focus-visible,.iswa textarea:focus-visible{outline:3px solid rgba(41,138,255,.4);outline-offset:2px}
.iswa-panel{position:absolute;right:0;bottom:70px;display:flex;flex-direction:column;width:min(390px,calc(100vw - 28px));height:min(620px,calc(100vh - 110px));border:1px solid #e5e9f3;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 30px 72px rgba(26,34,67,.18)}
.iswa-panel[hidden]{display:none}
.iswa-header{display:flex;justify-content:space-between;align-items:center;padding:18px 18px 15px;background:linear-gradient(120deg,#f1f7ff,#f5f1ff);border-bottom:1px solid #e5e9f3}
.iswa-header strong{display:block;font-size:17px;line-height:1.2}
.iswa-header small{display:block;margin-top:3px;color:#647087;font-size:12px}
.iswa-close{display:grid;place-items:center;width:38px;height:38px;border:1px solid #e0e5f0;border-radius:50%;background:#fff;color:#161d31;cursor:pointer}
.iswa-close span{font-size:28px;line-height:1}
.iswa-messages{flex:1;display:flex;flex-direction:column;gap:11px;overflow-y:auto;padding:16px;background:#fff}
.iswa-message{max-width:88%;padding:11px 13px;border-radius:16px;font-size:14px;line-height:1.5;white-space:pre-wrap}
.iswa-bot{align-self:flex-start;background:#f3f6fc;color:#30394c;border-bottom-left-radius:5px}
.iswa-user{align-self:flex-end;background:#336cff;color:#fff;border-bottom-right-radius:5px}
.iswa-loading{color:#657087;font-style:italic}
.iswa-shortcuts{display:flex;gap:7px;overflow-x:auto;padding:0 14px 12px}
.iswa-shortcuts button{flex:none;padding:8px 11px;border:1px solid #dbe3f2;border-radius:999px;background:#fff;color:#3159c9;font:650 12px/1.2 inherit;cursor:pointer}
.iswa-chat-form{display:flex;align-items:center;gap:8px;padding:12px 13px 14px;border-top:1px solid #edf0f6}
.iswa-chat-form input{flex:1;min-width:0;height:46px;padding:0 15px;border:1px solid #dce3f0;border-radius:999px;color:#172035;font:400 14px inherit}
.iswa-chat-form button{display:grid;place-items:center;width:46px;height:46px;border:0;border-radius:50%;background:#386bff;color:#fff;cursor:pointer}
.iswa-chat-form svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linejoin:round}
.iswa-lead-form{overflow-y:auto;padding:18px;background:#fff}
.iswa-lead-form[hidden]{display:none}
.iswa-lead-form h3{margin:0 0 5px;font-size:19px}
.iswa-lead-form>p{margin:0 0 15px;color:#5f697d;font-size:13px;line-height:1.45}
.iswa-lead-form label:not(.iswa-consent){display:block;margin:0 0 12px;color:#273147;font-size:13px;font-weight:650}
.iswa-lead-form input:not([type=checkbox]),.iswa-lead-form textarea{display:block;width:100%;margin-top:6px;padding:11px 12px;border:1px solid #dce3f0;border-radius:11px;font:400 14px/1.4 inherit;resize:vertical}
.iswa-consent{display:flex;gap:8px;align-items:flex-start;margin:3px 0 12px;color:#4c576c;font-size:12px;line-height:1.45}
.iswa-consent input{margin-top:3px}
.iswa-lead-form .iswa-privacy{margin-bottom:15px;font-size:12px}
.iswa-privacy a{color:#2864ec}
.iswa-form-actions{display:flex;gap:9px}
.iswa-form-actions button{height:45px;border-radius:999px;padding:0 16px;font:700 14px inherit;cursor:pointer}
.iswa-back{border:1px solid #dce3f0;background:#fff;color:#273147}
.iswa-submit{flex:1;border:0;background:linear-gradient(125deg,#2799ff,#7140f5);color:#fff}
.iswa-submit:disabled{opacity:.65;cursor:wait}
.iswa-error{padding:9px;border-radius:10px;background:#fff2f1;color:#aa2d25!important}
.iswa-trap{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@media(max-width:640px){
  html.iswa-open{overflow:hidden}
  .iswa{right:16px;bottom:16px}
  .iswa-launcher{min-height:54px;padding:0;width:54px;justify-content:center}
  .iswa-launcher span{display:none}
  .iswa-panel{position:fixed;inset:0;width:auto;height:auto;border:0;border-radius:0}
  .iswa-header{padding:calc(17px + env(safe-area-inset-top)) 17px 15px}
  .iswa-messages{padding:16px 14px}
  .iswa-chat-form{padding-bottom:calc(14px + env(safe-area-inset-bottom))}
}
