.ticket-button{position:fixed;bottom:140px;right:20px;width:50px;height:50px;border-radius:50%;background:#3b82f6;color:white;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;z-index:1000;box-shadow:0 4px 12px rgba(0,0,0,.15);border:2px solid #60a5fa}.ticket-button:before{content:"Soporte Artiefy";right:calc(100% + 10px);transform:translateY(-50%);background:white;color:black;padding:4px 8px;border-radius:4px;font-size:12px;white-space:nowrap}.ticket-button:after,.ticket-button:before{position:absolute;top:50%;opacity:0;visibility:hidden;transition:all .3s ease}.ticket-button:after{content:"";right:calc(100% + 2px);transform:translateY(-50%) rotate(-90deg);border:4px solid transparent;border-top-color:rgba(0,0,0,.8)}.ticket-button:hover:after,.ticket-button:hover:before{opacity:1;visibility:visible}.ticket-button__icon{font-size:35px;color:white;transition:transform .3s}.ticket-button:hover{background:#2563eb;transform:scale(1.05)}.ticket-button:hover .ticket-button__icon{transform:rotate(1turn)}.chat-support-container{position:fixed;bottom:160px;right:80px;z-index:1000;width:400px;height:500px}.support-chat{background:white;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.15);display:flex;flex-direction:column;height:100%;width:100%;overflow:hidden}.support-chat-header{padding:1rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background:white}.support-chat-messages{flex:1;overflow-y:auto;padding:1rem}.support-chat-input{padding:1rem 1.2rem;border-top:1px solid #e5e7eb;display:flex;gap:.5rem;background:white;align-items:center}.support-chat-input input{width:calc(90% - 70px)}.support-chat-input button{min-width:70px;padding:.5rem 1rem}.close-button{position:absolute;top:8px;right:8px;padding:8px;background:transparent;border:none;border-radius:50%;cursor:pointer;transition:background-color .2s;z-index:10}.close-button:hover{background-color:rgba(0,0,0,.1)}.loading-dot{width:8px;height:8px;background:#3b82f6;border-radius:50%;display:inline-block;margin:0 2px;animation:bounce .5s ease-in-out infinite}.loading-dot:nth-child(2){animation-delay:.1s}.loading-dot:nth-child(3){animation-delay:.2s}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.ticket-button.clicked{animation:zoomOutEffect .3s ease forwards}@keyframes zoomOutEffect{0%{transform:scale(1)}50%{transform:scale(.8)}to{transform:scale(1)}}@media (max-width:767px){.ticket-button{width:40px;height:40px;right:90px;bottom:15px}.ticket-button__icon{font-size:22px}.chat-support-container{position:fixed;width:90%;height:400px;max-height:80vh;bottom:70px;right:10px;margin:0;transform-origin:bottom right}.support-chat{font-size:13px;height:100%;max-height:100%;display:flex;flex-direction:column}.support-chat-header{padding:.5rem;min-height:40px;flex-shrink:0}.support-chat-messages{padding:.5rem;flex:1;overflow-y:auto;min-height:0}.support-chat-input{padding:.5rem;min-height:40px;flex-shrink:0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(40px)}}