.luca-powered{text-align:center;font-size:11px;color:#999;padding:5px}.chat-bubble{display:inline-block;padding:0 10px 10px;border-radius:15px;max-width:100%;word-wrap:break-word;white-space:pre-line}.chat-bubble.user{background-color:#011b2f;color:#e5e5e5}.chat-bubble.bot{background-color:#d6a800;color:#000}#lucaButton{animation:pulse 2s infinite}.notificacion{animation:pulse 1s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}#lucaButton{position:fixed;bottom:20px;right:20px;width:60px;height:60px;background:#0d6efd;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;cursor:pointer;box-shadow:0 5px 15px #0000004d;z-index:9999}#lucaChat{position:fixed;bottom:90px;right:20px;width:850px;height:450px;background:#fff;border-radius:15px;box-shadow:0 5px 25px #0003;display:none;flex-direction:column;overflow:hidden;z-index:9999}.luca-avatar{width:100%;height:100%;object-fit:cover;border-radius:50%}.luca-header{background:#0d6efd;color:#fff;padding:10px;display:flex;justify-content:space-between}.luca-body{flex:1;overflow-y:auto;padding:10px;background:#f8f9fa}.luca-input{display:flex;border-top:1px solid #eee}.luca-input input{flex:1;border:none;padding:10px;outline:none}.luca-input button{background:#0d6efd;color:#fff;border:none;padding:0 15px}@media(max-width:768px){#lucaChat{width:95%;height:80%;right:2.5%;bottom:80px}}
