/* Çeliktepe AI Asistan — sohbet penceresi */
.cvai-fab{position:fixed;right:22px;bottom:22px;z-index:200;width:60px;height:60px;border-radius:50%;background:#1e3a2f;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 30px rgba(22,48,38,.4);transition:.25s;border:none;cursor:pointer}
.cvai-fab:hover{transform:scale(1.07);background:#163026}
.cvai-fab .dot{position:absolute;top:2px;right:2px;width:14px;height:14px;border-radius:50%;background:#ef8b46;border:2px solid #faf6ee}
.cvai-win{position:fixed;right:22px;bottom:94px;z-index:210;width:min(380px,calc(100vw - 32px));background:#fff;border-radius:20px;box-shadow:0 24px 60px rgba(22,48,38,.35);overflow:hidden;display:none;flex-direction:column;max-height:min(600px,calc(100vh - 130px))}
.cvai-win.open{display:flex}
.cvai-head{background:#1e3a2f;color:#fff;padding:16px 18px;display:flex;align-items:center;gap:12px}
.cvai-head .paw{width:38px;height:38px;border-radius:12px;background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center}
.cvai-head b{display:block;font-size:15px}
.cvai-head small{font-size:11px;color:#9fd6c3;display:flex;align-items:center;gap:5px}
.cvai-head small::before{content:"";width:7px;height:7px;border-radius:50%;background:#38e0c8}
.cvai-head .close{margin-left:auto;color:#cfdfd5;font-size:20px;background:none;border:none;cursor:pointer}
.cvai-body{padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:10px;background:#fbf9f3;flex:1;min-height:220px}
.cvai-msg{max-width:82%;padding:11px 14px;border-radius:14px;font-size:13px;line-height:1.5;white-space:pre-wrap;word-wrap:break-word}
.cvai-msg.bot{background:#fff;border:1px solid #e8e2d4;border-bottom-left-radius:4px;align-self:flex-start;color:#3c4f46}
.cvai-msg.user{background:#1e3a2f;color:#fff;border-bottom-right-radius:4px;align-self:flex-end}
.cvai-chips{display:flex;flex-wrap:wrap;gap:8px}
.cvai-chip{border:1px solid #dcd3bf;background:#fff;border-radius:20px;padding:7px 13px;font-size:12px;font-weight:600;color:#1e3a2f;transition:.2s;cursor:pointer}
.cvai-chip:hover{background:#1e3a2f;color:#fff;border-color:#1e3a2f}
.cvai-foot{display:flex;gap:8px;padding:12px;border-top:1px solid #e8e2d4;background:#fff}
.cvai-foot input{flex:1;border:1px solid #e8e2d4;border-radius:12px;padding:11px 14px;font-family:inherit;font-size:13px;outline:none;background:#fbf9f3}
.cvai-foot input:focus{border-color:#27493c}
.cvai-foot button{width:42px;height:42px;border-radius:12px;background:#ef8b46;color:#fff;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer}
.cvai-foot button:disabled{opacity:.5}
.cvai-typing{display:inline-flex;gap:4px;padding:12px 14px}
.cvai-typing i{width:6px;height:6px;border-radius:50%;background:#9ab5a5;animation:cvai-blink 1.2s infinite}
.cvai-typing i:nth-child(2){animation-delay:.2s}
.cvai-typing i:nth-child(3){animation-delay:.4s}
@keyframes cvai-blink{0%,80%,100%{opacity:.25}40%{opacity:1}}
@media(max-width:640px){
	.cvai-fab{bottom:86px}
	.cvai-win{bottom:156px}
}
