/*

  ██████╗  █████╗ ██████╗ ██╗ ██████╗  ██████╗   ██████╗ ██╗      █████╗ ██╗   ██╗
  ██╔══██╗██╔══██╗██╔══██╗██║██╔═══██╗██╔════╝   ██╔══██╗██║     ██╔══██╗╚██╗ ██╔╝
  ██████╔╝███████║██║  ██║██║██║   ██║╚█████╗    ██████╔╝██║     ███████║ ╚████╔╝ 
  ██╔══██╗██╔══██║██║  ██║██║██║   ██║ ╚════██╗  ██╔══╝  ██║     ██╔══██║  ╚██╔╝  
  ██║  ██║██║  ██║██████╔╝██║╚██████╔╝ ██████╔╝  ██║     ███████╗██║  ██║   ██║   
  ╚═╝  ╚═╝╚═╝  ╚═╝╚═════╝ ╚═╝ ╚═════╝  ╚═════╝   ╚═╝     ╚══════╝╚═╝  ╚═╝   ╚═╝
 ┌───────────────────────────────────────────────────────────────────────────────┐
 │   www.radiosplay.com.ar  |  +5493704940465  |  contacto@radiosplay.com.ar     │
 └───────────────────────────────────────────────────────────────────────────────┘

               "Hecho por RadiosPlay. Inspírate, pero no copies."
        "¿Te gusta el código? No lo robes, contáctanos y trabajemos juntos."


*/
.chat-button{position:fixed;bottom:6.2rem;right:1rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;width:auto;height:50px;padding:0 1.5rem;border-radius:50px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 6px rgba(59,130,246,.3);transition:transform .3s ease,box-shadow .3s ease,bottom .3s ease;z-index:10;gap:.5rem;font-weight:700;white-space:nowrap}.chat-button.has-app-buttons{bottom:9.3rem}.chat-button:hover{transform:scale(1.05);box-shadow:0 6px 8px rgba(59,130,246,.4)}.chat-button svg{width:24px;height:24px}@media (max-width:768px){.chat-button{bottom:5rem;right:.75rem;height:45px;padding:0 1.2rem;font-size:.9rem}.chat-button.has-app-buttons{bottom:5rem}.chat-button svg{width:20px;height:20px}}@media (max-width:480px){.chat-button{bottom:4.5rem;right:.75rem;height:40px;padding:0 1rem;font-size:.8rem}.chat-button.has-app-buttons{bottom:4.5rem}.chat-button svg{width:18px;height:18px}}@media (max-width:360px){.chat-button{bottom:4rem}.chat-button.has-app-buttons{bottom:4rem}}body.dark-mode .chat-button{background:linear-gradient(135deg,#1e40af,#6d28d9);box-shadow:0 4px 6px rgba(31,41,55,.4)}body.dark-mode .chat-button:hover{box-shadow:0 6px 8px rgba(31,41,55,.5)}