.ticket-button{color:#fff;cursor:pointer;z-index:1000;background:#3b82f6;border:2px solid #60a5fa;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:fixed;bottom:140px;right:20px;box-shadow:0 4px 12px #00000026}:root.mobile-bottom-cta-visible .ticket-button{bottom:190px}.ticket-button:before{content:"Soporte Artiefy";color:#000;white-space:nowrap;opacity:0;visibility:hidden;background:#fff;border-radius:4px;padding:4px 8px;font-size:12px;transition:all .3s;position:absolute;top:50%;right:calc(100% + 10px);transform:translateY(-50%)}.ticket-button:after{content:"";opacity:0;visibility:hidden;border:4px solid #0000;border-top-color:#000c;transition:all .3s;position:absolute;top:50%;right:calc(100% + 2px);transform:translateY(-50%)rotate(-90deg)}.ticket-button:hover:before,.ticket-button:hover:after{opacity:1;visibility:visible}.ticket-button__icon{color:#fff;font-size:35px;transition:transform .3s}.ticket-button:hover{background:#2563eb;transform:scale(1.05)}.ticket-button:hover .ticket-button__icon{transform:rotate(360deg)}.chat-support-container{z-index:1000;width:400px;height:500px;position:fixed;bottom:160px;right:80px}:root.mobile-bottom-cta-visible .chat-support-container{bottom:210px}.support-chat{color:#f8fafc;background:#050c1b;border:1px solid #1f2c44;border-radius:12px;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden;box-shadow:0 20px 60px #030614bf}.support-chat-header{background:#050c1b;border-bottom:1px solid #1f2c44;justify-content:space-between;align-items:center;padding:1rem;display:flex}.support-chat-messages{background:#050c1b;flex:1;padding:1rem;overflow-y:auto}.support-chat-input{background:#050c1b;border-top:1px solid #1f2c44;align-items:center;gap:.5rem;padding:1rem 1.2rem;display:flex}.support-chat-input input{color:#f8fafc;background:#0b1d36;border:1px solid #1f2c44;width:calc(90% - 70px)}.support-chat-input button{color:#041226;background:linear-gradient(90deg,#00bdd8,#009fbf);min-width:70px;padding:.5rem 1rem;font-weight:600}.close-button{cursor:pointer;z-index:10;background:0 0;border:none;border-radius:50%;padding:8px;transition:background-color .2s;position:absolute;top:8px;right:8px}.close-button:hover{background-color:#0000001a}.loading-dot{background:#3b82f6;border-radius:50%;width:8px;height:8px;margin:0 2px;animation:.5s ease-in-out infinite bounce;display:inline-block}.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:.3s forwards zoomOutEffect}@keyframes zoomOutEffect{0%{transform:scale(1)}50%{transform:scale(.8)}to{transform:scale(1)}}@media (max-width:767px){.ticket-button{width:40px;height:40px;bottom:15px;right:90px}.ticket-button__icon{font-size:22px}.chat-support-container{transform-origin:100% 100%;width:90%;height:400px;max-height:80vh;margin:0;position:fixed;bottom:70px;right:10px}.support-chat{flex-direction:column;height:100%;max-height:100%;font-size:13px;display:flex}.support-chat-header{flex-shrink:0;min-height:40px;padding:.5rem}.support-chat-messages{flex:1;min-height:0;padding:.5rem;overflow-y:auto}.support-chat-input{flex-shrink:0;min-height:40px;padding:.5rem}}@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)}}
