
.iledlep-btn{
position:fixed;right:20px;bottom:20px;z-index:99999;
background:#ffb300;color:#111;padding:14px 18px;border-radius:30px;
font-weight:700;cursor:pointer;
box-shadow:0 0 15px rgba(255,179,0,.8);
animation:pulse 2s infinite;
}
@keyframes pulse{50%{transform:scale(1.05)}}

.iledlep-chat{
display:none;position:fixed;right:20px;bottom:80px;width:340px;
background:#fff;border-radius:12px;overflow:hidden;
box-shadow:0 0 20px rgba(0,0,0,.2);z-index:100000;
}
.head{padding:12px;background:#ffb300;font-weight:bold}
.head span{float:right;cursor:pointer}
.msgs{height:260px;overflow:auto;padding:10px}
.bot,.user{padding:8px;border-radius:8px;margin:6px 0}
.bot{background:#f2f2f2}
.user{background:#d9ecff;text-align:right}
.opts{padding:10px}
.opts button{margin:3px;padding:8px;cursor:pointer}
