.lead-bot{z-index:1000;flex-direction:column;align-items:flex-start;gap:10px;display:flex;position:fixed;bottom:20px;left:20px}.lead-bot__bubble{color:#fff;cursor:pointer;background:#059669;border:none;border-radius:50%;width:56px;height:56px;font-size:24px;box-shadow:0 4px 14px #00000040}.lead-bot__bubble:focus-visible{outline-offset:2px;outline:3px solid #065f46}.lead-bot__panel{background:#fff;border-radius:14px;flex-direction:column;width:min(360px,100vw - 40px);height:min(480px,70vh);display:flex;overflow:hidden;box-shadow:0 8px 30px #00000040}.lead-bot__header{color:#fff;background:#059669;justify-content:space-between;align-items:center;padding:12px 16px;font-weight:600;display:flex}.lead-bot__close{color:#fff;cursor:pointer;background:0 0;border:none;min-width:44px;min-height:44px;font-size:16px}.lead-bot__log{flex-direction:column;flex:1;gap:8px;padding:12px;display:flex;overflow-y:auto}.lead-bot__msg{white-space:pre-wrap;border-radius:12px;max-width:85%;padding:8px 12px;font-size:14px;line-height:1.5}.lead-bot__msg--bot{color:#0f172a;background:#f1f5f9;align-self:flex-start}.lead-bot__msg--user{color:#fff;background:#059669;align-self:flex-end}.lead-bot__chips{flex-wrap:wrap;gap:6px;padding:0 12px 8px;display:flex}.lead-bot__chip{color:#047857;cursor:pointer;background:#fff;border:1px solid #059669;border-radius:999px;padding:10px 14px;font-size:13px}.lead-bot__composer{border-top:1px solid #e2e8f0;gap:8px;padding:10px;display:flex}.lead-bot__composer input{border:1px solid #cbd5e1;border-radius:8px;flex:1;padding:10px 12px;font-size:14px}.lead-bot__composer button{color:#fff;cursor:pointer;background:#059669;border:none;border-radius:8px;padding:10px 16px}.lead-bot__composer button:disabled{opacity:.5;cursor:default}
