/* src/assets/css/filtro_whatsapp.css */
body { font-family:'Segoe UI', Inter, system-ui, sans-serif; }
.scrollbar-hide::-webkit-scrollbar{ display:none; } 
.scrollbar-hide{ -ms-overflow-style:none; scrollbar-width:none; }
.message-bubble{ animation: fadeInUp .25s ease-out; }
@keyframes fadeInUp{ from{opacity:0;transform:translateY(8px)} to{opacity:1;transform:translateY(0)}}
.tab-active{ background-color:#E30613; color:white; }
.ripple{position:relative;overflow:hidden}
.ripple:active::after{
  content:'';position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;
  background:rgba(255,255,255,.1);transform:translate(-50%,-50%);animation:ripple .6s ease-out;
}
@keyframes ripple{to{width:300px;height:300px}}
.hover-lift:hover{ transform:translateY(-1px); box-shadow:0 8px 25px rgba(0,0,0,.3); }
.chip{ display:inline-flex; align-items:center; padding:4px 8px; background:#2D2D2D; border-radius:12px; font-size:12px; margin:2px;}


/*# sourceMappingURL=filtro_whatsapp.9cf93752e18ceb76a4d8.css.map*/