.rag-chatbot-container{position:fixed;bottom:24px;right:24px;z-index:9999;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.rag-chatbot-trigger{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#1f5fbf,#0f3c85);color:#fff;border:none;padding:12px 20px;border-radius:30px;box-shadow:0 4px 14px #1f5fbf59;cursor:pointer;font-weight:600;font-size:14px;transition:all .2s ease-in-out}.rag-chatbot-trigger:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1f5fbf80}.rag-chatbot-drawer{width:380px;height:540px;background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000002e;display:flex;flex-direction:column;overflow:hidden;border:1px solid #e2e8f0}.rag-chatbot-header{background:#1f5fbf;color:#fff;padding:12px 16px;display:flex;justify-content:space-between;align-items:center}.rag-header-title{display:flex;align-items:center;gap:10px}.rag-header-title h3{margin:0;font-size:15px;font-weight:600}.rag-status-subtitle{font-size:11px;opacity:.85}.rag-icon-btn{background:transparent;border:none;color:#fff;cursor:pointer;font-size:14px;padding:4px}.rag-chatbot-messages{flex:1;padding:14px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;background:#f8fafc}.rag-empty-state{font-size:13px;color:#475569;line-height:1.5;background:#fff;padding:12px;border-radius:8px;border:1px solid #e2e8f0}.rag-message{display:flex;flex-direction:column}.rag-message-user{align-items:flex-end}.rag-message-assistant{align-items:flex-start}.rag-message-bubble{max-width:85%;padding:10px 14px;border-radius:14px;font-size:13px;line-height:1.45}.rag-message-user .rag-message-bubble{background:#1f5fbf;color:#fff;border-bottom-right-radius:2px}.rag-message-assistant .rag-message-bubble{background:#fff;color:#1e293b;border:1px solid #e2e8f0;border-bottom-left-radius:2px}.rag-citations-container{display:flex;flex-wrap:wrap;gap:4px;margin-top:8px;padding-top:6px;border-top:1px dashed #cbd5e1}.citation-badge{font-size:10px;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;padding:2px 6px;border-radius:10px;cursor:help}.rag-suggestions-bar{display:flex;flex-direction:column;gap:4px;padding:8px 12px;background:#f1f5f9;border-top:1px solid #e2e8f0}.rag-suggestion-chip{background:#fff;border:1px solid #cbd5e1;color:#334155;font-size:11px;padding:6px 10px;border-radius:12px;text-align:left;cursor:pointer;transition:background .15s}.rag-suggestion-chip:hover{background:#e2e8f0}.rag-chatbot-input-form{display:flex;padding:8px 12px;background:#fff;border-top:1px solid #e2e8f0;gap:8px}.rag-chatbot-input-form input{flex:1;padding:8px 12px;border:1px solid #cbd5e1;border-radius:20px;font-size:13px;outline:none}.rag-chatbot-input-form button{background:#1f5fbf;color:#fff;border:none;padding:6px 16px;border-radius:20px;font-weight:600;font-size:13px;cursor:pointer}.rag-chatbot-input-form button:disabled{opacity:.5;cursor:not-allowed}
