/* bot.css — Tito Advanced (no language selector, auto language per message) */
.tito-launcher{position:fixed;right:20px;bottom:20px;width:56px;height:56px;border:none;border-radius:50%;background:#0f172a;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(0,0,0,.18);cursor:pointer;z-index:2147483000;font-size:20px}
.tito-launcher:hover{filter:brightness(1.1)}
.tito-panel{position:fixed;right:20px;bottom:84px;width:min(380px,92vw);height:min(560px,80vh);background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 18px 48px rgba(0,0,0,.18);display:none;flex-direction:column;overflow:hidden;z-index:2147483001}
.tito-panel.open{display:flex}
.tito-header{display:flex;align-items:center;justify-content:space-between;background:#0f172a;color:#fff;padding:12px 14px}
.tito-brand{display:flex;align-items:center;gap:8px;font-weight:600;letter-spacing:.3px}
.tito-brand .dot{width:10px;height:10px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 2px rgba(34,197,94,.25)}
.tito-btn{background:#111827;color:#fff;border:1px solid #1f2937;border-radius:10px;padding:6px 10px;font-size:12px;cursor:pointer}
.tito-btn.secondary{background:transparent;border-color:#374151}
.tito-body{flex:1;background:#fafafa;overflow-y:auto;padding:14px}
.tito-msg{display:flex;gap:10px;margin:10px 0;line-height:1.45;color:#111827;font-size:14px}
.tito-msg .avatar{flex:0 0 28px;height:28px;width:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:13px;background:#e5e7eb}
.tito-msg.user .avatar{background:#dbeafe}
.tito-msg.bot .avatar{background:#e9d5ff}
.tito-bubble{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px;max-width:85%;white-space:pre-wrap;word-wrap:break-word}
.tito-msg.user .tito-bubble{background:#eff6ff;border-color:#bfdbfe}
.tito-msg.bot .tito-bubble a{color:#2563eb;text-decoration:underline}
.tito-small{display:block;color:#6b7280;font-size:12px;margin-top:6px}
.tito-footer{padding:10px;background:#fff;border-top:1px solid #e5e7eb}
.tito-input-wrap{display:flex;gap:8px}
.tito-textarea{flex:1;min-height:42px;max-height:140px;resize:vertical;padding:10px 12px;border-radius:10px;border:1px solid #d1d5db;font-size:14px;outline:none}
.tito-send{min-width:80px;border-radius:10px;border:1px solid #111827;background:#111827;color:#fff;font-weight:600;cursor:pointer;padding:0 12px}
.tito-send:disabled{opacity:.45;cursor:not-allowed}
.tito-citations{margin-top:8px;padding-left:18px}
.tito-citations li{margin:4px 0}
.tito-rtl{direction:rtl}
.tito-rtl .tito-msg{flex-direction:row-reverse}
.tito-rtl .tito-msg .tito-bubble{text-align:right}
