.zy-chat{position:fixed;right:22px;bottom:22px;z-index:900;display:flex;flex-direction:column;align-items:flex-end;gap:11px;pointer-events:none}.zy-chat-btn,.zy-chat-op{pointer-events:auto;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.zy-chat-opcoes{display:flex;flex-direction:column;gap:9px;opacity:0;visibility:hidden;transform:translateY(9px);transition:opacity .22s ease,transform .22s ease,visibility .22s}.zy-chat.aberto .zy-chat-opcoes{opacity:1;visibility:visible;transform:translateY(0)}.zy-chat-op{display:flex;align-items:center;gap:9px;padding:9px 15px 9px 11px;border-radius:999px;background:#121216f0;color:#f4f4f4;border:1px solid rgba(255,255,255,.1);font-size:13.5px;font-weight:500;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);white-space:nowrap;transition:transform .16s ease,border-color .16s ease}.zy-chat-op:hover{transform:translate(-3px);border-color:#ffffff47}.zy-chat-op svg{width:19px;height:19px;flex:0 0 19px}.zy-chat-op .ic{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;flex:0 0 27px}.zy-chat-op .ic svg{width:15px;height:15px;fill:#fff}.ic-wa{background:#25d366}.ic-ms{background:#0084ff}.ic-ig{background:linear-gradient(45deg,#f58529,#dd2a7b,#8134af)}.zy-chat-btn{width:56px;height:56px;border-radius:50%;border:none;cursor:pointer;background:linear-gradient(135deg,#5b2a86,#00e5a0);box-shadow:0 7px 26px #00e5a04d;display:grid;place-items:center;transition:transform .22s ease}.zy-chat-btn:hover{transform:scale(1.07)}.zy-chat.aberto .zy-chat-btn{transform:rotate(45deg)}.zy-chat-btn svg{width:25px;height:25px;fill:#fff;transition:opacity .18s ease}.zy-chat.aberto .zy-chat-btn .i-abrir{display:none}.zy-chat:not(.aberto) .zy-chat-btn .i-fechar{display:none}@media(max-width:600px){.zy-chat{right:15px;bottom:15px}}@media(prefers-reduced-motion:reduce){.zy-chat-opcoes,.zy-chat-btn,.zy-chat-op{transition:none}}
