.wa-float-btn{cursor:pointer;z-index:99998;background:#25d366;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s,box-shadow .3s,background .3s;animation:2s infinite wa-pulse;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 16px #25d36666}.wa-float-btn:hover{transform:scale(1.1);box-shadow:0 6px 24px #25d36680}.wa-float-btn--active{background:#128c7e;animation:none}@keyframes wa-pulse{0%{box-shadow:0 4px 16px #25d36666}50%{box-shadow:0 4px 24px #25d36699,0 0 0 12px #25d3661a}to{box-shadow:0 4px 16px #25d36666}}.wa-chat-popup{z-index:99998;border-radius:16px;flex-direction:column;width:360px;animation:.3s wa-slide-up;display:flex;position:fixed;bottom:100px;right:24px;overflow:hidden;box-shadow:0 8px 32px #00000026}@keyframes wa-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.wa-chat-header{background:#075e54;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.wa-chat-header-info{align-items:center;gap:12px;display:flex}.wa-chat-avatar{background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.wa-chat-name{color:#fff;font-size:1rem;font-weight:600}.wa-chat-status{color:#ffffffb3;font-size:.75rem}.wa-chat-close{cursor:pointer;opacity:.8;background:0 0;border:none;padding:4px;transition:opacity .2s}.wa-chat-close:hover{opacity:1}.wa-chat-body{background:#ece5dd;min-height:80px;padding:20px 16px}.wa-chat-bubble{color:#303030;background:#fff;border-radius:0 8px 8px;max-width:85%;padding:10px 14px;font-size:.9rem;line-height:1.5;box-shadow:0 1px 2px #0000001a}.wa-chat-footer{background:#f0f0f0;padding:10px 12px}.wa-chat-footer form{align-items:center;gap:8px;display:flex}.wa-chat-footer input{background:#fff;border:none;border-radius:20px;outline:none;flex:1;padding:10px 14px;font-family:inherit;font-size:.9rem}.wa-send-btn{cursor:pointer;background:#25d366;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex}.wa-send-btn:hover{background:#128c7e}@media (max-width:768px){.wa-chat-popup{width:320px}}@media (max-width:480px){.wa-chat-popup{width:auto;bottom:90px;left:12px;right:12px}.wa-float-btn{width:54px;height:54px;bottom:16px;right:16px}}@media (prefers-reduced-motion:reduce){.wa-float-btn{transition:none;animation:none}.wa-chat-popup{animation:none}.wa-send-btn,.wa-chat-close{transition:none}}@media print{.wa-float-btn,.wa-chat-popup{display:none}}
