.cw-launch-wrap{position:fixed;right:22px;bottom:22px;z-index:200;display:flex;align-items:center;gap:12px}.cw-launch{position:relative;width:62px;height:62px;border-radius:50%;border:3px solid #fff;padding:0;cursor:pointer;overflow:visible;background:var(--grad);box-shadow:0 8px 30px #ff008466;transition:transform .18s;animation:cw-bob 3.5s ease-in-out infinite}.cw-launch:hover{transform:scale(1.06)}.cw-launch img{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block}.cw-online{position:absolute;width:14px;height:14px;border-radius:50%;background:#22c55e;border:2.5px solid #fff;right:-1px;bottom:-1px;box-shadow:0 0 #22c55e80;animation:cw-pulse 2s infinite}.cw-online.sm{width:11px;height:11px;border-width:2px;right:0;bottom:0}.cw-online.off{background:#9095ad;animation:none;box-shadow:none}@keyframes cw-pulse{0%{box-shadow:0 0 #22c55e80}70%{box-shadow:0 0 0 8px #22c55e00}to{box-shadow:0 0 #22c55e00}}@keyframes cw-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.cw-teaser{position:relative;max-width:250px;background:#fff;border:1px solid var(--border);border-radius:16px 16px 4px;padding:14px 16px;font-size:14px;font-weight:550;color:var(--text);box-shadow:0 24px 70px #10122b47;cursor:pointer;line-height:1.4;animation:cw-slide .4s ease}@keyframes cw-slide{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:none}}.cw-teaser-x{position:absolute;top:6px;right:8px;background:none;border:none;font-size:16px;color:var(--text-faint);cursor:pointer;line-height:1}.cw-panel{position:fixed;right:22px;bottom:22px;z-index:200;width:370px;max-width:calc(100vw - 32px);height:540px;max-height:calc(100vh - 44px);background:#fff;border-radius:22px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 70px #10122b4d;border:1px solid var(--border);animation:cw-open .25s ease}@keyframes cw-open{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:none}}.cw-head{background:var(--grad);color:#fff;padding:16px 18px;display:flex;align-items:center;justify-content:space-between}.cw-head-id{display:flex;align-items:center;gap:11px}.cw-avatar{position:relative;display:block;width:40px;height:40px}.cw-avatar img{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.6)}.cw-name{font-weight:750;font-size:15.5px;letter-spacing:-.01em}.cw-status{font-size:12px;opacity:.9}.cw-close{background:#fff3;border:none;color:#fff;width:28px;height:28px;border-radius:50%;font-size:18px;cursor:pointer;line-height:1}.cw-close:hover{background:#ffffff59}.cw-body{flex:1;overflow-y:auto;padding:18px;background:var(--bg-soft);display:flex;flex-direction:column;gap:12px}.cw-msg{display:flex;align-items:flex-end;gap:8px;max-width:88%}.cw-msg-av{flex-shrink:0;width:26px;height:26px}.cw-msg-av img{width:26px;height:26px;border-radius:50%;object-fit:cover}.cw-bubble{padding:11px 15px;border-radius:16px;font-size:14px;line-height:1.45}.cw-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.cw-chip{background:#fff;border:1px solid var(--border-strong);border-radius:999px;padding:9px 15px;font-size:13.5px;font-weight:600;color:var(--text);cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s}.cw-chip:hover{border-color:var(--accent);color:var(--accent)}.cw-email{display:flex;gap:8px;padding:10px 12px;background:var(--bg-soft);border-bottom:1px solid var(--border)}.cw-email input{flex:1;padding:9px 12px;border:1px solid var(--border-strong);border-radius:9px;font-size:13px;font-family:inherit}.cw-email-btn{background:var(--accent);color:#fff;border:none;border-radius:9px;padding:0 14px;font-size:13px;font-weight:650;cursor:pointer;font-family:inherit}.cw-msg.team{align-self:flex-start}.cw-msg.visitor{align-self:flex-end}.cw-msg.visitor .cw-bubble{background:var(--accent);color:#fff;border-bottom-right-radius:4px}.cw-msg.team .cw-bubble{background:#fff;border:1px solid var(--border);border-bottom-left-radius:4px;color:var(--text)}.cw-form{padding:14px;border-top:1px solid var(--border);display:flex;gap:8px;background:#fff;align-items:center}.cw-form input{flex:1;padding:11px 14px;border:1px solid var(--border-strong);border-radius:10px;font-size:14px;font-family:inherit}.cw-form input:focus{outline:2px solid rgba(255,0,132,.25);border-color:var(--accent)}.cw-form input:disabled{background:var(--bg-soft);color:var(--text-faint);cursor:not-allowed}.cw-send{background:var(--accent);color:#fff;border:none;border-radius:10px;font-size:14.5px;font-weight:650;cursor:pointer;font-family:inherit;width:42px;height:42px;flex-shrink:0;display:grid;place-items:center;padding:0}.cw-send:hover{background:var(--accent-dark)}.cw-send:disabled{opacity:.45;cursor:not-allowed}.cw-err{color:var(--red);font-size:12.5px}@media (max-width: 480px){.cw-panel{right:8px;bottom:8px;height:calc(100vh - 16px)}.cw-launch-wrap{right:14px;bottom:14px}.cw-teaser{max-width:200px}}
