:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0;height:100vh;width:100vw;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0d1117;color:#e6edf3}#root{height:100vh;width:100vw;margin:0;padding:0;background-color:#0d1117}.app{height:100vh;width:100vw;display:flex;flex-direction:column;margin:0;padding:0;overflow:hidden;background-color:#0d1117}.main-container{display:flex;height:100vh;width:100vw;overflow:hidden;margin:0;padding:0;background-color:#0d1117}.sidebar{width:260px;background:#161b22;color:#e6edf3;display:flex;flex-direction:column;overflow:hidden;border-right:1px solid #30363D}.sidebar-content{flex:1;overflow-y:auto;padding:12px 0}.sidebar-message{padding:12px 16px;color:#8b949e;font-size:.9em;text-align:center;margin-bottom:12px}.chat-main{flex:1;display:flex;flex-direction:column;min-height:0;background:#0d1117;color:#e6edf3}.chat-header{padding:16px 20px;border-bottom:1px solid #30363D;background:#161b22;flex-shrink:0;display:flex;justify-content:flex-start;align-items:center}.knowledge-base-selector{margin:0;max-width:450px;width:100%;position:relative}.kb-selector-wrapper{display:flex;align-items:center;gap:8px}.custom-select{width:100%;position:relative;background:#0d1117;border:1px solid #30363D;border-radius:12px;cursor:pointer;transition:all .2s ease;outline:none}.custom-select:hover{border-color:#3b82f6}.custom-select:focus-visible{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f666}.custom-select.open{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f666}.custom-select.disabled{background:#21262d;cursor:not-allowed;opacity:.7}.select-display{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;min-height:20px}.select-content{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.select-icon{color:#8b949e;font-size:14px;flex-shrink:0}.select-text{color:#e6edf3;font-size:.9em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-select.disabled .select-text{color:#8b949e}.chevron-icon{color:#8b949e;font-size:14px;transition:transform .2s ease;flex-shrink:0}.chevron-icon.rotated{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;right:0;z-index:1000;margin-top:4px;border-radius:12px;overflow:hidden;animation:dropdownSlideIn .15s ease-out}.dropdown-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:#161b22f2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.dropdown-content{position:relative;z-index:1;background:#161b22;border:1px solid #30363D;border-radius:12px;box-shadow:0 8px 32px #0006;max-height:300px;overflow-y:auto}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.dropdown-option{display:flex;align-items:center;gap:10px;padding:12px 16px;cursor:pointer;transition:all .15s ease;border-bottom:1px solid rgba(48,54,61,.3);animation:optionSlideIn .2s ease-out forwards;opacity:0;transform:translateY(-4px)}@keyframes optionSlideIn{to{opacity:1;transform:translateY(0)}}.dropdown-option:last-child{border-bottom:none}.dropdown-option:hover,.dropdown-option.focused{background:#21262d;transform:translate(2px)}.dropdown-option.selected{background:#3b82f626;border-left:3px solid #58A6FF;padding-left:13px}.dropdown-option.selected .option-text{color:#58a6ff;font-weight:500}.dropdown-option.selected .option-icon{color:#58a6ff}.option-icon{color:#8b949e;font-size:14px;flex-shrink:0;transition:color .15s ease}.option-text{color:#c9d1d9;font-size:.9em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .15s ease;flex:1}.check-icon{color:#58a6ff;font-size:14px;flex-shrink:0;margin-left:auto}.dropdown-option:hover .option-text,.dropdown-option.focused .option-text{color:#e6edf3}.dropdown-option:hover .option-icon,.dropdown-option.focused .option-icon{color:#c9d1d9}.dropdown-option.upload-option{border-top:2px solid rgba(88,166,255,.2);margin-top:4px;background:#3b82f60d}.dropdown-option.upload-option .option-text{color:#58a6ff;font-weight:500}.dropdown-option.upload-option .option-icon{color:#58a6ff}.dropdown-option.upload-option:hover,.dropdown-option.upload-option.focused{background:#3b82f626;transform:translate(2px)}.dropdown-option.upload-option:hover .option-text,.dropdown-option.upload-option:hover .option-icon,.dropdown-option.upload-option.focused .option-text,.dropdown-option.upload-option.focused .option-icon{color:#4a9eff}.knowledge-base-selector select{display:none}.upload-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;display:flex;align-items:center;justify-content:center}.upload-overlay-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:#0d1117b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.upload-modal{position:relative;background:#161b22;color:#e6edf3;border-radius:12px;box-shadow:0 10px 25px #0000004d;width:90%;max-width:500px;max-height:90vh;overflow:hidden;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.upload-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #30363D}.upload-modal-header h2{margin:0;color:#e6edf3;font-size:1.25em;font-weight:600}.upload-close-btn{background:none;border:none;font-size:24px;color:#8b949e;cursor:pointer;padding:0;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,color .2s ease}.upload-close-btn:hover{background-color:#21262d;color:#e6edf3}.upload-form{padding:24px}.upload-description{font-size:1em;color:#c9d1d9;margin-bottom:24px;text-align:center;line-height:1.6;font-weight:500}.upload-section{margin-bottom:24px}.upload-section label{display:block;margin-bottom:8px;font-weight:600;color:#c9d1d9;font-size:.9em}.upload-title-input{width:100%;padding:12px 16px;border:1px solid #30363D;background-color:#0d1117;color:#e6edf3;border-radius:8px;font-size:16px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.upload-title-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f666}.upload-dropzone{border:2px dashed #30363D;border-radius:12px;padding:30px 24px;text-align:center;background:#0d1117;transition:all .2s ease;cursor:pointer}.upload-dropzone.drag-active{border-color:#3b82f6;background:#21262d}.upload-dropzone.has-file{border-style:solid;border-color:#3b82f6;background:#21262d}.upload-prompt{color:#8b949e}.upload-prompt p{margin:4px 0;font-size:.95em;color:#c9d1d9}.upload-icon{font-size:48px;margin-bottom:16px}.upload-icon-svg{font-size:48px;color:#8b949e;margin-bottom:16px;display:block;margin-left:auto;margin-right:auto}.upload-or,.upload-browse-btn{display:none}.upload-hint{font-size:.8em;color:#8b949e;margin-top:10px!important}.selected-file{display:flex;align-items:center;gap:16px;padding:16px;background:#21262d;border-radius:8px;border:1px solid #30363D}.file-icon{font-size:32px;color:#8b949e}.file-details{flex:1;text-align:left}.file-name{font-weight:600;color:#e6edf3;margin-bottom:4px}.file-size{font-size:14px;color:#8b949e}.remove-file-btn{padding:8px 16px;background:#da3633;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;transition:background-color .2s ease}.remove-file-btn:hover{background:#b02a27}.upload-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:32px;padding-top:24px;border-top:1px solid #30363D}.upload-cancel-btn{padding:10px 20px;background:#21262d;color:#c9d1d9;border:1px solid #30363D;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s ease}.upload-cancel-btn:hover{background:#30363d;border-color:#8b949e}.upload-submit-btn{padding:10px 20px;background:#3b82f6;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:background-color .2s ease}.upload-submit-btn:hover:not(:disabled){background:#2563eb}.upload-submit-btn:disabled{background:#21262d;color:#8b949e;cursor:not-allowed}.knowledge-base-container{padding:0}.knowledge-base-header{display:flex;align-items:center;gap:8px;padding:16px 16px 12px;border-bottom:1px solid #30363D;margin-bottom:12px}.knowledge-base-icon{width:16px;height:16px;color:#8b949e;flex-shrink:0}.knowledge-base-title{margin:0;font-size:.9em;font-weight:600;color:#c9d1d9;text-transform:uppercase;letter-spacing:.5px}.card-list{display:block;padding:0 12px}.card{display:block;margin:0 0 8px;padding:12px;width:100%;border:1px solid #30363D;border-radius:8px;background:#21262d;color:#e6edf3;transition:all .2s ease;cursor:pointer;position:relative}.card:hover{background:#30363d;border-color:#3b82f6}.card:last-child{margin-bottom:0}.card.highlight{animation:highlight-bg-dark .6s ease-in-out 2 alternate;transform:scale(1.02);z-index:10;border-color:#3b82f6}.card-title{margin:0 0 8px;padding:0;font-weight:600;font-size:.85em;line-height:1.3em;color:#c9d1d9;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;white-space:normal}.card-snippet{margin:0;padding:0;font-size:.8em;line-height:1.4em;color:#8b949e;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;text-overflow:ellipsis;white-space:normal}.card-divider{border-bottom:1px solid #30363D;margin:8px 0}.card.selected{border:2px solid #3B82F6;background:#2563eb40;opacity:1;transform:none;animation:none}@keyframes highlight-bg-dark{0%{background:#21262d;box-shadow:0 1px 2px #00000080}50%{background:#30363d;box-shadow:0 4px 12px #3b82f64d}to{background:#21262d;box-shadow:0 1px 2px #00000080}}@keyframes card-fly{0%{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.card.flying{pointer-events:none;z-index:1000;animation:card-fly .8s ease-in-out}.chat-window{flex:1;padding:20px 20px 0;overflow-y:auto;display:flex;flex-direction:column;gap:12px;background:#0d1117;margin-bottom:0;min-height:0}.turn{max-width:100%;display:flex}.turn.user{justify-content:flex-end}.turn.bot{flex-direction:column}.turn.user p{background:#3b82f6;color:#fff;padding:10px 14px;border-radius:18px 18px 4px;font-size:.95em;line-height:1.4;max-width:70%;box-shadow:0 2px 4px #0000001f}.turn.bot{align-self:flex-start;width:100%;background:#161b22;border:1px solid #30363D;border-radius:12px;padding:14px 16px;box-shadow:0 1px 3px #0003}.bot-message p{margin:6px 0;color:#c9d1d9}.bot-message p.status{font-style:italic;color:#8b949e;opacity:.85;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:.85}50%{opacity:1}}.bot-message p.bot-reply{background:#0d1117;border-left:4px solid #3B82F6;padding:12px 16px;border-radius:4px;margin-top:10px;box-shadow:0 2px 4px #0000001a;font-weight:500;color:#e6edf3;animation:slideInFromBottom .5s ease-out}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cards-container{display:flex;flex-wrap:wrap;gap:10px;margin:12px 0 6px;min-height:2px;position:relative}.cards-container .card{margin:0;animation:slideInFromLeft .5s ease-out;width:auto;display:inline-block;padding:.75em;height:8em;width:15em;background:#21262d;color:#c9d1d9;border:1px solid #30363D}.cards-container .card:hover{background:#30363d;border-color:#3b82f6}.cards-container .card-title{color:#e6edf3}.cards-container .card-snippet{color:#8b949e}.cards-container .card-divider{border-bottom:1px solid #30363D}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.chat-input-area{flex-shrink:0;background:#161b22;border-top:1px solid #30363D}.chat-input-container{position:relative;padding:16px 20px 8px;background:#161b22;flex-shrink:0}.chat-input-wrapper{position:relative;background:#0d1117;border-radius:32px;border:1px solid #30363D;box-shadow:0 2px 8px #00000040;transition:all .2s ease;max-width:768px;margin:0 auto}.chat-input-wrapper:focus-within{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f640}.chat-input-box{display:flex;align-items:flex-end;gap:8px;padding:12px 16px;min-height:56px;border-radius:32px}.chat-input-textarea{flex:1;border:none;outline:none;background:transparent;resize:none;font-family:inherit;font-size:16px;line-height:1.5;color:#e6edf3;min-height:24px;max-height:200px;overflow-y:auto;padding:8px 0}.chat-input-textarea::placeholder{color:#8b949e}.chat-input-textarea:disabled{color:#8b949e;cursor:not-allowed}.chat-send-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:50%;background-color:#30363d;cursor:not-allowed;padding:0;transition:background-color .2s ease,transform .1s ease;flex-shrink:0;margin-bottom:4px}.chat-send-button:enabled{background-color:#3b82f6;cursor:pointer}.chat-send-button:enabled:hover{background-color:#2563eb;transform:scale(1.05)}.chat-send-button:enabled:active{transform:scale(.95)}.send-icon{width:20px;height:20px;display:block;transition:transform .2s ease;color:#8b949e}.chat-send-button:enabled .send-icon{color:#fff}.chat-send-button:disabled .send-icon{color:#8b949e}.chat-send-button:enabled:hover .send-icon{transform:translateY(-1px)}.connection-status{font-size:11px;color:#8b949e;text-align:center;padding:4px 0 12px;margin:0;background:transparent}.suggestions-dropdown{position:absolute;bottom:100%;left:0;right:0;background:#21262d;border:1px solid #30363D;border-radius:12px;box-shadow:0 8px 28px #0000004d;z-index:2000;max-height:200px;overflow-y:auto;margin-bottom:8px}.suggestion-item{padding:12px 16px;cursor:pointer;border-bottom:1px solid #30363D;font-size:14px;line-height:1.4;color:#c9d1d9;transition:all .15s ease}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover,.suggestion-item.selected{background-color:#30363d;color:#3b82f6}.suggestion-item.selected{background-color:#2563eb40}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background-color:#30363d;border-radius:4px;border:2px solid #161B22}::-webkit-scrollbar-thumb:hover{background-color:#8b949e}::-webkit-scrollbar-track{background-color:#161b22}::-webkit-scrollbar-button{display:none}.sidebar::-webkit-scrollbar{width:8px}.sidebar::-webkit-scrollbar-thumb{background-color:#30363d;border-radius:4px;border:2px solid #161B22}.sidebar::-webkit-scrollbar-thumb:hover{background-color:#8b949e}.sidebar::-webkit-scrollbar-track{background-color:#161b22}.status:after{content:"";animation:dots 1.5s infinite}@keyframes dots{0%,20%{content:""}40%{content:"."}60%{content:".."}80%,to{content:"..."}}.upload-progress-container{padding:24px;background-color:#161b22}.upload-progress-info{margin-bottom:24px;text-align:center}.progress-stage{font-size:18px;font-weight:600;margin-bottom:8px;color:#e6edf3}.progress-description{font-size:14px;color:#8b949e;margin-bottom:16px}.progress-bar-container{display:flex;align-items:center;gap:12px;margin-bottom:24px}.progress-bar{flex:1;height:8px;background-color:#30363d;border-radius:4px;overflow:hidden}.progress-bar-fill{height:100%;background-color:#3b82f6;border-radius:4px;transition:width .3s ease,background-color .3s ease;position:relative}.progress-bar-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(230,237,243,.1),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.progress-percentage{font-size:14px;font-weight:600;color:#c9d1d9;min-width:40px;text-align:right}.upload-file-info{display:flex;align-items:center;gap:12px;padding:16px;background:#0d1117;border-radius:8px;border:1px solid #30363D;margin-bottom:24px}.upload-file-info .file-icon{font-size:24px;color:#8b949e}.upload-file-info .file-details{flex:1}.upload-file-info .file-name{font-weight:500;color:#e6edf3;margin-bottom:2px}.upload-file-info .file-size{font-size:12px;color:#8b949e}.upload-success-actions,.upload-error-actions{display:flex;justify-content:center;gap:12px;margin-top:24px}.upload-done-btn{padding:12px 24px;background:#22c55e;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;font-size:16px;transition:background-color .2s ease}.upload-done-btn:hover{background:#16a34a}.upload-retry-btn{padding:10px 20px;background:#3b82f6;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:background-color .2s ease}.upload-retry-btn:hover{background:#2563eb}.upload-modal-header h2{transition:color .3s ease;color:#e6edf3}.progress-stage{animation:fadeInScale .5s ease-out;color:#e6edf3}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.upload-overlay .upload-modal.uploading{pointer-events:auto}.upload-overlay .upload-modal.uploading .upload-overlay-backdrop{pointer-events:none}@media screen and (max-width: 768px){.chat-main{height:100vh;height:100dvh}.chat-input-area{position:sticky;bottom:0;z-index:100;padding-bottom:env(safe-area-inset-bottom,0px)}.chat-input-container{padding:12px 16px 8px}.chat-input-wrapper{max-width:100%;margin:0 8px}.chat-input-textarea{font-size:16px;transform-origin:left top}}@media screen and (max-height: 500px){.chat-input-box{min-height:44px;padding:8px 12px}.chat-input-textarea{max-height:100px}}@supports (height: 100dvh){.chat-main{height:100dvh}}@media screen and (max-width: 480px){.sidebar{display:none}.main-container{grid-template-columns:1fr}}.kb-info-button{padding:9px;background:#21262d;border:1px solid #30363D;border-radius:12px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0;outline:none}.kb-info-button:hover{background:#30363d;border-color:#3b82f6}.kb-info-button:focus-visible{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f666}.kb-info-icon{width:16px;height:16px;color:#8b949e;transition:color .2s ease}.kb-info-button:hover .kb-info-icon{color:#3b82f6}.kb-info-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:3000;display:flex;align-items:center;justify-content:center;padding:20px}.kb-info-overlay-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:#0d1117cc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.kb-info-modal{position:relative;background:#161b22;border:1px solid #30363D;border-radius:12px;box-shadow:0 12px 40px #0006;width:100%;max-width:500px;max-height:80vh;overflow:hidden;animation:kbInfoPopupAnimation .2s ease-out}@keyframes kbInfoPopupAnimation{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.kb-info-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #30363D;background:#161b22}.kb-info-title{margin:0;font-size:1.1em;font-weight:600;color:#e6edf3;line-height:1.3}.kb-info-close-btn{background:none;border:none;padding:6px;border-radius:6px;cursor:pointer;color:#8b949e;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.kb-info-close-btn:hover{background:#21262d;color:#e6edf3}.kb-info-content{padding:24px;overflow-y:auto;max-height:calc(80vh - 80px)}.kb-info-section{margin-bottom:24px}.kb-info-section:last-child{margin-bottom:0}.kb-info-section h4{margin:0 0 12px;font-size:.9em;font-weight:600;color:#c9d1d9;text-transform:uppercase;letter-spacing:.5px}.kb-info-section p{margin:0;line-height:1.5;color:#8b949e;font-size:.95em}.kb-info-link{display:flex;align-items:center;gap:8px;color:#3b82f6;text-decoration:none;font-size:.9em;padding:8px 12px;background:#21262d;border-radius:6px;border:1px solid #30363D;transition:all .2s ease}.kb-info-link:hover{background:#30363d;border-color:#3b82f6;text-decoration:none}.kb-info-link span{flex:1;word-break:break-all}.external-link-icon{width:14px;height:14px;flex-shrink:0}.kb-suggestions-list{margin:0;padding:0;list-style:none}.kb-suggestions-list li{padding:10px 12px;margin-bottom:8px;background:#21262d;border:1px solid #30363D;border-radius:6px;color:#c9d1d9;font-size:.9em;line-height:1.4}.kb-suggestions-list li:last-child{margin-bottom:0}
