/* Butheeb AI Bot v2 - visible floating assistant */
#butheebAiRoot{position:fixed;right:18px;bottom:18px;z-index:2147483000;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:#10233f}
[dir="rtl"] #butheebAiRoot{right:auto;left:18px}
.butheeb-ai-launcher{display:flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.55);background:linear-gradient(135deg,#063a83,#0b63d8);color:#fff;border-radius:999px;padding:9px 13px 9px 9px;box-shadow:0 18px 45px rgba(0,35,88,.32);cursor:pointer;user-select:none;transition:transform .2s ease, box-shadow .2s ease}
.butheeb-ai-launcher:hover{transform:translateY(-2px);box-shadow:0 24px 55px rgba(0,35,88,.42)}
.butheeb-ai-avatar{width:58px;height:58px;border-radius:50%;overflow:hidden;background:#fff;border:3px solid rgba(255,255,255,.9);box-shadow:0 8px 22px rgba(0,0,0,.18);animation:butheebBotFloat 2.8s ease-in-out infinite;flex:0 0 auto}
.butheeb-ai-avatar img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;transform:scale(1.55) translateY(8px)}
.butheeb-ai-label{display:grid;line-height:1.05}.butheeb-ai-label b{font-size:13px;letter-spacing:.01em}.butheeb-ai-label span{font-size:11px;opacity:.86;margin-top:3px}.butheeb-ai-dot{width:9px;height:9px;background:#34d399;border-radius:50%;box-shadow:0 0 0 6px rgba(52,211,153,.2);margin-left:2px;animation:butheebPulse 1.5s infinite}
.butheeb-ai-panel{position:absolute;right:0;bottom:84px;width:min(390px,calc(100vw - 28px));height:min(570px,calc(100vh - 120px));display:none;grid-template-rows:auto 1fr auto;border-radius:28px;overflow:hidden;background:#fff;border:1px solid rgba(8,40,90,.15);box-shadow:0 28px 90px rgba(0,22,65,.35)}
[dir="rtl"] .butheeb-ai-panel{right:auto;left:0}.butheeb-ai-panel.open{display:grid}.butheeb-ai-head{display:flex;align-items:center;gap:12px;padding:14px;background:linear-gradient(135deg,#062b63,#0b4ea2);color:#fff}.butheeb-ai-head .butheeb-ai-avatar{width:50px;height:50px}.butheeb-ai-title{line-height:1.15;min-width:0}.butheeb-ai-title b{display:block;font-size:15px}.butheeb-ai-title span{font-size:12px;opacity:.85}.butheeb-ai-close{margin-left:auto;border:0;background:rgba(255,255,255,.16);color:#fff;border-radius:12px;width:38px;height:38px;cursor:pointer;font-size:20px}[dir="rtl"] .butheeb-ai-close{margin-left:0;margin-right:auto}.butheeb-ai-body{padding:14px;background:linear-gradient(180deg,#f4f8ff,#fff);overflow:auto;display:flex;flex-direction:column;gap:10px}.butheeb-msg{max-width:86%;padding:11px 13px;border-radius:18px;line-height:1.5;font-size:14px;box-shadow:0 8px 22px rgba(8,40,90,.06)}.butheeb-msg.bot{align-self:flex-start;background:#fff;border:1px solid rgba(11,78,162,.12)}.butheeb-msg.user{align-self:flex-end;background:#0b4ea2;color:#fff;border-bottom-right-radius:6px}[dir="rtl"] .butheeb-msg.user{border-bottom-right-radius:18px;border-bottom-left-radius:6px}.butheeb-ai-suggestions{display:flex;gap:7px;flex-wrap:wrap;margin-top:4px}.butheeb-ai-chip{border:1px solid rgba(11,78,162,.18);background:#fff;color:#0b4ea2;border-radius:999px;padding:8px 10px;font-weight:800;font-size:12px;cursor:pointer}.butheeb-ai-foot{display:flex;gap:8px;padding:12px;background:#fff;border-top:1px solid rgba(8,40,90,.10)}.butheeb-ai-input{flex:1;border:1px solid rgba(8,40,90,.16);border-radius:16px;padding:12px 13px;font:inherit;outline:none}.butheeb-ai-send{border:0;border-radius:16px;background:#0b4ea2;color:#fff;font-weight:900;padding:0 14px;cursor:pointer}.butheeb-ai-voice{border:0;border-radius:16px;background:#eef5ff;color:#0b4ea2;font-weight:900;padding:0 11px;cursor:pointer}.butheeb-ai-thinking .butheeb-ai-avatar{animation-duration:.7s}
@keyframes butheebBotFloat{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-7px) rotate(1deg)}}@keyframes butheebPulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.35);opacity:.65}}
@media(max-width:600px){#butheebAiRoot{right:10px;bottom:10px}[dir="rtl"] #butheebAiRoot{left:10px;right:auto}.butheeb-ai-label{display:none}.butheeb-ai-launcher{padding:7px}.butheeb-ai-avatar{width:54px;height:54px}.butheeb-ai-panel{bottom:76px;height:min(560px,calc(100vh - 95px));border-radius:24px}}
