.chat-history{width:100%;height:100%;display:flex;flex-direction:column;background:#f9f9f9;border-right:1px solid rgba(51,51,51,.05)}.history-header{padding:16px;border-bottom:1px solid rgba(51,51,51,.05);display:flex;align-items:center;justify-content:space-between;background:#fff}.history-title{font-size:14px;color:#333;margin:0}.clear-all-button{font-size:12px;color:#666;padding:4px 8px;height:auto;min-height:24px}.clear-all-button:hover{color:#ef4444;background-color:#fef2f2}.history-content{overflow-y:auto;padding:8px}.history-list{space-y:4px}.history-item{display:flex;align-items:center;padding:12px;margin-bottom:4px;background:#fff;border-radius:8px;cursor:pointer;transition:all .2s ease;border:1px solid transparent;position:relative}.history-item:hover{background:#f8fafc;border-color:#e2e8f0;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.05)}.history-item.active{background:#dbeafe;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.history-item.active .history-title{color:#1e40af;font-weight:500}.history-content{flex:1;min-width:0}.history-title{font-size:13px;font-weight:500;color:#374151;margin:0 0 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.history-meta{display:flex;align-items:center;gap:12px;font-size:11px;color:#6b7280}.history-message-count,.history-timestamp{display:flex;align-items:center;gap:4px}.history-message-count svg,.history-timestamp svg{width:12px;height:12px;flex-shrink:0}.delete-button{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#fef2f2;border:1px solid #fecaca;border-radius:4px;cursor:pointer;opacity:0;transition:all .2s ease}.history-item:hover .delete-button{opacity:1}.delete-button:hover{background:#fee2e2;border-color:#fca5a5}.delete-button svg{width:14px;height:14px}.empty-state{height:100%;min-height:200px}.empty-icon{opacity:.6}.empty-text{color:#6b7280;margin:0 0 8px;font-weight:500}.empty-subtext{font-size:12px;color:#9ca3af;margin:0;line-height:1.4}.history-content::-webkit-scrollbar{width:6px}.history-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.history-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.history-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width:768px){.history-item{padding:16px 12px}.history-title{font-size:14px}.history-meta{font-size:12px}.empty-state{padding:20px 10px}.empty-icon{font-size:36px}}.history-item{animation:slideIn .2s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}.history-item:focus{outline:2px solid #3b82f6;outline-offset:2px}.delete-button:focus{outline:2px solid #ef4444;outline-offset:2px}@media (prefers-contrast:high){.history-item.active{background:#000;color:#fff}.history-item:hover{background:#333;color:#fff}.delete-button{background:#000;border-color:#fff}.delete-button:hover{background:#333}}@media (prefers-color-scheme:dark){.chat-history{background:#1f2937;border-color:#374151}.history-header{background:#111827;border-color:#374151}.history-title{color:#f9fafb}.history-item{background:#111827;border-color:#374151}.history-item:hover{background:#1f2937;border-color:#4b5563}.history-item.active{background:#1e3a8a;border-color:#3b82f6}.history-title{color:#f3f4f6}.history-meta{color:#9ca3af}}.document-library-selector{width:100%;height:100%;display:flex;flex-direction:column;background:#fff}.selector-header{padding:16px 0;border-bottom:1px solid rgba(51,51,51,.05);margin-bottom:16px}.selector-title{font-size:14px;font-weight:500;color:#333;margin:0 0 4px}.selector-subtitle{font-size:12px;color:#666;margin:0}.selector-content{flex:1;overflow-y:auto;min-height:200px;max-height:400px}.folder-tree{space-y:2px}.folder-tree-node{width:100%}.folder-item{display:flex;align-items:center;padding:8px 12px;cursor:pointer;border-radius:6px;transition:all .2s ease;position:relative;min-height:32px}.folder-item:hover{background-color:#f3f4f6}.folder-item.selected{background-color:#dbeafe;border:1px solid #3b82f6}.folder-item.selected .folder-name{color:#1e40af;font-weight:500}.folder-item.selected .folder-icon{color:#3b82f6}.expand-button{display:flex;align-items:center;justify-content:center;width:20px;height:20px;margin-right:8px;background:none;border:none;cursor:pointer;border-radius:4px;transition:background-color .2s}.expand-button:hover{background-color:#e5e7eb}.expand-button svg{width:12px;height:12px;color:#666}.folder-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;margin-right:8px;color:#666;transition:color .2s}.folder-name{flex:1;font-size:13px;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s}.folder-children{margin-left:0}.folder-item.level-0{padding-left:8px}.folder-item.level-1{padding-left:24px}.folder-item.level-2{padding-left:40px}.folder-item.level-3{padding-left:56px}.folder-item.level-4{padding-left:72px}.folder-item.level-5{padding-left:88px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.empty-text{font-size:14px;color:#666;margin:0}.selection-summary{padding:12px 0;border-top:1px solid rgba(51,51,51,.05);margin-top:16px}.selection-count{font-size:12px;color:#3b82f6;font-weight:500}.selector-content::-webkit-scrollbar{width:6px}.selector-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.selector-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.selector-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width:768px){.folder-item{padding:12px 8px;min-height:40px}.folder-name{font-size:14px}.empty-state{padding:20px 10px}.empty-icon{font-size:36px}}.folder-children{animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:1000px}}.expand-button:focus,.folder-item:focus{outline:2px solid #3b82f6;outline-offset:2px}@media (prefers-contrast:high){.folder-item.selected{background-color:#000;color:#fff}.folder-item:hover{background-color:#333;color:#fff}}
/*# sourceMappingURL=79263f1ce1f4c88c.css.map*/