/* Asistan görünüm iyileştirme FINAL FT */
.fly-asistan-btn{
background:linear-gradient(135deg,#111827,#e30613)!important;
border:2px solid rgba(255,255,255,.15)!important;
width:48px!important;
height:48px!important;
border-radius:18px!important;
right:14px!important;
bottom:82px!important;
font-size:0!important;
overflow:hidden;
position:fixed;
}

.fly-asistan-btn:before{
content:"FT";
font-size:14px!important;
font-weight:900!important;
letter-spacing:1px;
display:flex;
align-items:center;
justify-content:center;
width:100%;
height:100%;
color:#fff;
}

.fly-asistan-btn:after{
content:"";
position:absolute;
width:8px;
height:8px;
top:8px;
right:8px;
border-radius:50%;
background:#22c55e;
box-shadow:0 0 10px #22c55e;
}

.fly-asistan-panel{
background:#0f172a!important;
border:1px solid rgba(255,255,255,.08)!important;
width:280px!important;
max-width:280px!important;
bottom:110px!important;
border-radius:20px!important;
}

.fly-asistan-head{
background:linear-gradient(135deg,#020617,#e30613)!important;
padding:12px!important;
}
.fly-asistan-head b{font-size:13px!important;}
.fly-asistan-head small{font-size:10px!important;}

.fly-asistan-body{
background:#111827!important;
height:170px!important;
padding:10px!important;
}

.fly-msg.bot{
background:#1e293b!important;
color:#fff!important;
border-color:#334155!important;
}

.fly-asistan-quick{
background:#0f172a!important;
padding:8px!important;
}

.fly-asistan-quick-grid button{
background:#1e293b!important;
color:#fff!important;
border:1px solid #334155!important;
padding:7px!important;
font-size:10px!important;
}

.fly-asistan-quick-grid button:hover{
background:#e30613!important;
color:#fff!important;
}

.fly-asistan-input input{
background:#1e293b!important;
color:#fff!important;
border-color:#334155!important;
padding:9px!important;
font-size:12px!important;
}

@media(max-width:620px){
.fly-asistan-panel{
width:85vw!important;
max-width:85vw!important;
}
.fly-asistan-body{
height:160px!important;
}
}
