| @@ -1,4 +1,4 @@ | ||
| 1 | 1 | /* MxChat Testing Panel Styles */ |
| 2 | 2 | .mxchat-test-panel { |
| 3 | 3 | position: fixed; |
| 4 | 4 | top: 0; |
| @@ -798,5 +798,28 @@ | ||
| 798 | 798 | |
| 799 | 799 | .action-threshold { |
| 800 | 800 | font-size: 9px; |
| 801 | 801 | color: #666; |
| 802 | -} | |
| 802 | +} | |
| 803 | +/* Hybrid retrieval matched-via chips (38ffa1): Vector / Keyword / Both */ | |
| 804 | +.mxch-rag-via-chip { | |
| 805 | + font-size: 10px; | |
| 806 | + font-weight: 600; | |
| 807 | + padding: 1px 7px; | |
| 808 | + border-radius: 9px; | |
| 809 | + white-space: nowrap; | |
| 810 | +} | |
| 811 | + | |
| 812 | +.mxch-rag-via-vector { | |
| 813 | + background: rgba(120, 115, 245, 0.18); | |
| 814 | + color: #a5a1ff; | |
| 815 | +} | |
| 816 | + | |
| 817 | +.mxch-rag-via-keyword { | |
| 818 | + background: rgba(16, 185, 129, 0.18); | |
| 819 | + color: #34d399; | |
| 820 | +} | |
| 821 | + | |
| 822 | +.mxch-rag-via-both { | |
| 823 | + background: rgba(245, 158, 11, 0.18); | |
| 824 | + color: #fbbf24; | |
| 825 | +} | |