﻿#aidata-chatbot-launcher{position:fixed;right:16px;bottom:16px;z-index:100001;background:linear-gradient(90deg,#1fb6ff,#70d6ff);color:#041425;border:none;border-radius:999px;padding:12px 14px;font-weight:700;cursor:pointer;box-shadow:0 8px 22px rgba(0,0,0,.35)}
#aidata-chatbot{position:fixed;right:16px;bottom:70px;z-index:100001;width:min(380px,calc(100vw - 20px));max-height:min(70vh,640px);background:#0b1f35;color:#e8f1ff;border:1px solid #2a4f74;border-radius:14px;box-shadow:0 12px 28px rgba(0,0,0,.38);display:none;overflow:hidden}
#aidata-chatbot.show{display:flex;flex-direction:column}
#aidata-chatbot .cb-head{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-bottom:1px solid #24496f;background:#0a1a2c}
#aidata-chatbot .cb-head b{font-size:14px}
#aidata-chatbot .cb-close{border:none;background:transparent;color:#c8dcf3;font-size:20px;line-height:1;cursor:pointer}
#aidata-chatbot .cb-body{padding:10px;overflow:auto;display:flex;flex-direction:column;gap:8px}
#aidata-chatbot .msg{padding:8px 10px;border-radius:10px;line-height:1.4;font-size:14px}
#aidata-chatbot .bot{background:#102943;color:#e8f1ff;border:1px solid #24496f;align-self:flex-start}
#aidata-chatbot .user{background:#1fb6ff;color:#041425;align-self:flex-end;max-width:90%}
#aidata-chatbot .cb-foot{display:flex;gap:8px;padding:10px;border-top:1px solid #24496f;background:#0a1a2c}
#aidata-chatbot input{flex:1;background:#091a2d;color:#e8f1ff;border:1px solid #25486c;border-radius:10px;padding:10px}
#aidata-chatbot button.cb-send{border:none;background:linear-gradient(90deg,#1fb6ff,#70d6ff);color:#041425;border-radius:10px;padding:10px 12px;font-weight:700;cursor:pointer}
#aidata-chatbot .cb-links{display:flex;gap:6px;flex-wrap:wrap;margin-top:4px}
#aidata-chatbot .cb-links a{font-size:12px;color:#7fd4ff}
#aidata-chatbot .cb-suggest{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}
#aidata-chatbot .cb-chip{border:1px solid #2a4f74;background:#0d2742;color:#cfe4ff;border-radius:999px;padding:6px 9px;font-size:12px;cursor:pointer}
#aidata-chatbot .cb-chip:hover{border-color:#70d6ff;color:#ffffff}
@media (max-width:768px){#aidata-chatbot-launcher{right:10px;bottom:10px}#aidata-chatbot{right:10px;bottom:62px;width:calc(100vw - 20px)}}
