#agendarse-asistente{font-family:"Inter",Arial,sans-serif}#agendarse-chat-button{position:fixed;right:25px;bottom:25px;width:58px;height:58px;border-radius:50%;border:none;background:#2b9b83;color:#fff;font-size:26px;cursor:pointer;box-shadow:0 8px 25px rgba(0,0,0,.2);z-index:99999;transition:.3s}#agendarse-chat-button:hover{transform:scale(1.08)}#agendarse-chat-window{position:fixed;right:25px;bottom:120px;width:340px;max-width:calc(100vw - 40px);height:460px;background:#fff;border-radius:18px;box-shadow:0 15px 40px rgba(0,0,0,.25);display:none;flex-direction:column;overflow:hidden;z-index:99998;animation:abrirChat .25s ease}@keyframes abrirChat{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.agendarse-chat-header{height:55px;background:#2b9b83;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 18px;font-size:16px;font-weight:600}#agendarse-chat-close{background:0 0;border:none;color:#fff;font-size:25px;cursor:pointer}.agendarse-chat-body{flex:1;padding:18px;overflow-y:auto;font-size:14px;color:#333}.agendarse-chat-body p{margin-bottom:12px}.agendarse-chat-footer{display:flex;padding:12px;border-top:1px solid #eee;gap:8px}.agendarse-chat-footer input{flex:1 !important;background:#f1f3f4 !important;border:none !important;outline:none !important;box-shadow:none !important;border-radius:20px !important;height:42px !important;padding:0 18px !important;margin:0 !important;font-size:14px !important;color:#333 !important;box-sizing:border-box !important;-webkit-appearance:none;appearance:none}.agendarse-chat-footer input:focus{background:#f1f3f4 !important;border:0 !important;outline:none !important;box-shadow:none !important}.agendarse-chat-footer input::placeholder{color:#999}.agendarse-chat-footer button{background:#2b9b83;color:#fff;border:none;border-radius:20px;padding:9px 15px;cursor:pointer}@media(max-width:480px){#agendarse-chat-window{right:10px;bottom:75px;width:calc(100vw - 20px);height:70vh}#agendarse-chat-button{right:20px;bottom:20px}}