#smart-ai-launcher{
position:fixed;
right:20px;
bottom:20px;
width:60px;
height:60px;
background:#e91e63;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-weight:bold;
cursor:pointer;
z-index:9999;
}

#smart-ai-box{
position:fixed;
right:20px;
bottom:90px;
width:360px;
background:#fff;
border-radius:12px;
box-shadow:0 0 20px rgba(0,0,0,0.3);
padding:10px;
z-index:9999;
font-family:Arial;
}

#smart-ai-header{
font-weight:bold;
display:flex;
justify-content:space-between;
}

#smart-ai-messages{
height:250px;
overflow-y:auto;
margin:8px 0;
}

.user{text-align:right;margin:6px;color:#000;}
.bot{text-align:left;margin:6px;color:#444;}

#smart-ai-controls{
display:flex;
gap:5px;
}
#smart-ai-input{
flex:1;
}
