
.cw-root{z-index:9999;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;position:fixed;bottom:20px;right:20px}.cw-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1d7cd0,#196db5);border:0;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .15s;display:flex;box-shadow:0 6px 18px #00000040}.cw-btn:hover{transform:scale(1.05)}.cw-btn svg{width:26px;height:26px}.cw-panel{background:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;width:360px;max-width:calc(100vw - 40px);height:520px;max-height:calc(100vh - 120px);display:flex;position:absolute;bottom:72px;right:0;overflow:hidden;box-shadow:0 16px 40px #00000040}.cw-header{color:#fff;background:linear-gradient(135deg,#1d7cd0,#196db5);justify-content:space-between;align-items:center;padding:12px 14px;font-size:14px;font-weight:600;display:flex}.cw-header-actions{gap:6px;display:flex}.cw-header-btn{color:#fff;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.cw-header-btn:hover{background:#ffffff26}.cw-header-btn svg{width:16px;height:16px}.cw-messages{background:#f7f9fc;flex-direction:column;flex:1;gap:10px;padding:14px;display:flex;overflow-y:auto}.cw-msg{flex-direction:column;max-width:85%;display:flex}.cw-msg.user{align-self:flex-end;align-items:flex-end}.cw-msg.bot{align-self:flex-start;align-items:flex-start}.cw-bubble{white-space:pre-wrap;word-wrap:break-word;border-radius:14px;padding:9px 13px;font-size:14px;line-height:1.45}.cw-msg.user .cw-bubble{color:#fff;background:#1d7cd0;border-bottom-right-radius:4px}.cw-msg.bot .cw-bubble{color:#1f2937;background:#fff;border:1px solid #e5e7eb;border-bottom-left-radius:4px}.cw-time{color:#9ca3af;margin-top:3px;font-size:11px}.cw-footer{background:#fff;border-top:1px solid #e5e7eb;padding:10px}.cw-input-row{align-items:flex-end;gap:8px;display:flex}.cw-input{resize:none;border:1px solid #d1d5db;border-radius:10px;outline:none;flex:1;max-height:120px;padding:9px 11px;font-family:inherit;font-size:14px}.cw-input:focus{border-color:#1d7cd0}.cw-send{color:#fff;cursor:pointer;background:#1d7cd0;border:0;border-radius:10px;padding:9px 14px;font-size:14px;font-weight:600}.cw-send:disabled{cursor:not-allowed;background:#9ca3af}.cw-typing{gap:3px;padding:0 4px;display:inline-flex}.cw-typing span{background:#9ca3af;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite cw-bounce}.cw-typing span:nth-child(2){animation-delay:.15s}.cw-typing span:nth-child(3){animation-delay:.3s}@keyframes cw-bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-5px)}}
