#idxcb-badge{position:fixed;bottom:10vh;right:16px;background:#0f172a;color:#fff;padding:10px 14px;border-radius:12px;cursor:pointer;z-index:9999;text-align:center;box-shadow:0 4px 10px rgba(0,0,0,.2);transition:.2s}
#idxcb-badge:hover{background:#1e293b}
#idxcb-badge .idxcb-label{font-weight:700;font-size:15px;letter-spacing:.5px}
#idxcb-badge .idxcb-sub{font-size:11px;opacity:.85;margin-top:2px}
#idxcb-panel{display:none;position:fixed;bottom:calc(10vh + 60px);right:16px;width:360px;height:480px;background:#fff;border:1px solid #cbd5e1;border-radius:16px;box-shadow:0 10px 28px rgba(0,0,0,.25);z-index:10000;flex-direction:column;overflow:hidden;font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif}
#idxcb-panel.open{display:flex}
#idxcb-body{flex:1;overflow:auto;padding:12px;background:#f8fafc}
#idxcb-input{display:flex;border-top:1px solid #cbd5e1}
#idxcb-q{flex:1;border:0;padding:10px 12px;outline:none}
#idxcb-s{border:0;background:#0f172a;color:#fff;padding:0 14px;cursor:pointer}
.idxcb-msg{max-width:85%;padding:8px 12px;border-radius:14px;margin:6px 0;line-height:1.35;font-size:14px;word-wrap:break-word}
.idxcb-msg.user{margin-left:auto;background:#2563eb;color:#fff;border-bottom-right-radius:4px}
.idxcb-msg.bot{margin-right:auto;background:#ffffff;color:#0f172a;border:1px solid #e2e8f0;border-bottom-left-radius:4px}
.idxcb-msg code{font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;background:#0f172a0d;padding:1px 4px;border-radius:4px}
.idxcb-msg strong{font-weight:700}
.idxcb-msg em{font-style:italic}
