/* Main Frontend Styles */.wcw-pro-container{position:fixed;bottom:25px;z-index:1000}.wcw-pro-bubble{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.2);transition:all .2s ease-in-out}.wcw-pro-bubble:hover{transform:scale(1.1)}.wcw-pro-bubble-with-text{width:auto;border-radius:30px;padding:0 20px 0 15px;height:60px}.wcw-pro-bubble-with-text .wcw-pro-icon{margin-right:8px}.wcw-pro-bubble-text{font-size:16px;font-weight:700;white-space:nowrap}.wcw-pro-popup{position:absolute;bottom:80px;width:320px;background:#fff;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.2);opacity:0;visibility:hidden;transform:scale(.95) translateY(10px);transition:all .2s ease-in-out}.wcw-pro-popup.open{opacity:1;visibility:visible;transform:scale(1) translateY(0)}.wcw-pro-header{padding:15px;border-top-left-radius:10px;border-top-right-radius:10px;display:flex;justify-content:space-between;align-items:center}.wcw-pro-title{font-weight:700}.wcw-pro-close{font-size:24px;cursor:pointer;line-height:1;opacity:.8}.wcw-pro-close:hover{opacity:1}.wcw-pro-body{padding:10px;max-height:400px;overflow-y:auto}.wcw-pro-agent{display:flex;align-items:center;padding:10px;text-decoration:none;color:#333;border-radius:8px;transition:background-color .2s}.wcw-pro-agent:hover{background-color:#f5f5f5}.wcw-pro-agent-avatar{margin-right:15px;width:50px;height:50px}.wcw-pro-agent-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.wcw-pro-agent-details{display:flex;flex-direction:column}.wcw-pro-agent-name{font-weight:700}.wcw-pro-agent-title{font-size:.9em;color:#777}