#chatbot-root{z-index:9999;font-family:Arial,sans-serif;position:fixed;bottom:20px;right:20px}.chatbot-toggle{color:#fff;cursor:pointer;background:#007bff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:24px;display:flex;box-shadow:0 4px 10px #0003}.chatbot-container{background:#fff;border-radius:12px;flex-direction:column;width:320px;height:420px;margin-bottom:10px;display:flex;overflow:hidden;box-shadow:0 8px 30px #0003}.chatbot-header{color:#fff;background:#007bff;justify-content:space-between;padding:10px;display:flex}.chatbot-header img{object-fit:contain;width:64px;height:64px}.chatbot-header div{flex-direction:column;display:flex}.estado-texto{opacity:.7;font-size:11px}.chatbot-messages{flex:1;padding:10px;overflow-y:auto}.msg{border-radius:8px;margin-bottom:8px;padding:8px}.msg.user{color:#fff;text-align:right;background:#007bff}.msg.bot{background:#f1f1f1}.chatbot-input{border-top:1px solid #ddd;display:flex}.chatbot-input input{border:none;flex:1;padding:10px}.chatbot-input button{color:#fff;cursor:pointer;background:#007bff;border:none;padding:10px}
/*$vite$:1*/