.wacs-container{position:fixed;z-index:9999;width:360px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;transition:all .3s ease}.wacs-container *{box-sizing:border-box}.wacs-container.wacs-right{right:-250px}.wacs-container.wacs-left{left:20px}.wacs-container.wacs-right .wacs-popup{right:0;margin-right:300px}.wacs-container.wacs-left .wacs-popup{left:0}.wacs-toggle{width:60px;height:60px;border-radius:50%;border:none;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background-color:#25d366;color:#fff}.wacs-toggle:hover{transform:scale(1.1)}.wacs-icon-whatsapp{width:32px;height:32px;background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggZD0iTTIxIDExLjVhOC4zOCA4LjM4IDAgMCAxLS45IDMuOCA4LjUgOC41IDAgMCAxLTcuNiA0LjdhOC4zOCA4LjM4IDAgMCAxLTMuOC0uOUwzIDIxbDEuOS01LjdhOC4zOCA4LjM4IDAgMCAxLS45LTMuOCA4LjUgOC41IDAgMCAxIDQuNy03LjYgOC4zOCA4LjM4IDAgMCAxIDMuOC0uOWguNWE4LjQ4IDguNDggMCAwIDEgOCA4di41eiI+PC9wYXRoPjwvc3ZnPg==');background-size:contain;background-repeat:no-repeat;display:inline-block}.wacs-popup{margin-right:300px;display:block;position:absolute;bottom:80px;background:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.15);width:360px;max-width:360px;opacity:0;transform:translateY(20px) scale(.9);transform-origin:bottom;transition:all .3s cubic-bezier(.4,0,.2,1);pointer-events:none;overflow:hidden}.wacs-container.wacs-open .wacs-popup{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.wacs-header{background-color:#25d366;color:#fff;padding:16px;text-align:center;border-radius:12px 12px 0 0}.wacs-header h3{margin:0 0 8px;font-size:18px;font-weight:600}.wacs-header p{margin:5px 0 0;font-size:13px;opacity:.9}.wacs-agents{padding:12px;max-height:300px;overflow-y:auto}.wacs-agent{display:flex;align-items:center;padding:10px;border-radius:10px;cursor:pointer;transition:all .2s ease}.wacs-agent:hover{background:#f7f7f7;transform:translateY(-1px)}.wacs-agent-avatar{position:relative;margin-right:12px;width:50px;height:50px}.wacs-agent-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.wacs-agent-info h4{margin:0;font-size:16px;font-weight:600}.wacs-agent-info p{margin:2px 0 0;font-size:13px;color:#555}.wacs-agent-status-indicator{display:inline-flex;align-items:center;margin-left:6px;transition:all .3s ease}.wacs-agent-status-dot{width:10px;height:10px;border-radius:50%;position:relative;border:2px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,.1)}.wacs-agent-status-indicator.online .wacs-agent-status-dot{background-color:#28a745;box-shadow:0 0 0 2px rgba(40,167,69,.3);animation:wacs-pulse-green 2s infinite}.wacs-agent-status-indicator.offline .wacs-agent-status-dot{background-color:#dc3545;box-shadow:0 0 0 2px rgba(220,53,69,.3)}@keyframes wacs-pulse-green{0%{box-shadow:0 0 0 0 rgba(40,167,69,.4)}70%{box-shadow:0 0 0 6px rgba(40,167,69,0)}100%{box-shadow:0 0 0 0 rgba(40,167,69,0)}}@media (max-width:480px){.wacs-container{width:calc(100vw - 40px);max-width:360px}.wacs-popup{width:calc(100vw - 40px);max-width:360px}.wacs-header{padding:14px}.wacs-header h3{font-size:16px}.wacs-header p{font-size:12px}.wacs-agent{padding:8px}.wacs-agent-avatar{width:45px;height:45px}.wacs-agent-info h4{font-size:15px}.wacs-agent-info p{font-size:12px}}