body{font-family:Rubik,sans-serif;margin:0;padding:0;background-color:#f0f0f0;display:flex;height:100vh;width:100%;-webkit-font-smoothing:antialiased;text-shadow:1px 1px 1px rgba(0,0,0,.004)}.h-full{height:100%}.d-none{display:none}p{margin-block:4px}#root{height:100%;display:flex;flex-direction:column;flex:1}.root-container{display:flex;flex-direction:row;height:100%;max-width:100vw}.settings-container{display:flex;flex-direction:column;flex:2;position:relative}.settings-loader{position:absolute;left:0;top:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:999}.main-chat-container{display:flex;flex-direction:column;flex:8;max-width:80vw}input,button{font-family:Rubik,sans-serif}.submit-button{padding-inline:10px;display:flex;flex-direction:row;justify-content:flex-end}.chat-container{border:1px solid var(--color-outline);background-color:#fff;display:flex;flex:1;flex-direction:column;justify-content:space-between;height:100%;overflow:hidden}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:10px;background-color:#f2f2f2;border-bottom:1px solid #ddd}.header-icons{display:flex;align-items:center}#clearChat{cursor:pointer;margin-right:10px;font-size:20px}.nexla-logo{height:20px}.chat-box{flex-grow:1;padding:15px;overflow-y:auto;font-size:1.1em;background-color:#fff;display:flex;gap:8px;flex-direction:column}.message-group{display:flex;flex-direction:row;gap:16px}.message-group .message{flex:1}.message{display:flex;flex-direction:column;word-wrap:break-word;white-space:pre-wrap;overflow:auto}.message .rating{display:flex;flex-direction:row;align-self:flex-end;align-items:center;padding-inline:10px;border-radius:8px;margin:8px;background-color:var(--color-greyscale-200);transition:height .3s ease-in-out;overflow:hidden}.message .rating.hide{height:0}.message:hover .rating.hide{height:36px}.message:hover .rating{height:auto}.message.user{background-color:#e1f5fe;color:#0277bd;margin:5px;border-radius:15px;max-width:80%;align-self:flex-end}.message.bot{background-color:var(--color-outline);color:#424242;border-radius:15px;max-width:80%;align-self:flex-start;position:relative;border:2px solid var(--color-outline)}.message .message-content{padding:10px}.message .message-author{align-self:flex-start;font-size:14px;font-weight:500;background-color:#fff;border-bottom-right-radius:6px;padding-block:4px;padding-inline:6px}.typing-indicator{display:flex;flex-direction:row}.typing-indicator{margin:8px;width:fit-content}.typing-indicator span{display:inline-block;width:8px;height:8px;border-radius:50%;background-color:#9e9e9e;margin:0 2px;animation-name:typing;animation-duration:1s;animation-iteration-count:infinite}.typing-indicator span:nth-child(1){animation-delay:.1s}.typing-indicator span:nth-child(2){animation-delay:.3s}.typing-indicator span:nth-child(3){animation-delay:.5s}.message.bot{opacity:1;transition:opacity .5s ease-in-out}.message.bot.error .message-content{color:var(--color-danger-700)}.message.bot.loading{opacity:1}.input-box{border-top:1px solid #ddd;padding:15px;display:flex;flex-direction:column}.input-box input{flex-grow:1;padding:10px;border:1px solid #ddd;border-radius:20px;margin-right:10px;min-height:26px}.input-box button{padding:10px 20px;border:none;border-radius:30px;background-color:#007bff;color:#fff;cursor:pointer}.settings-modal{position:fixed;z-index:100;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#0006}.modal-content h3{margin-inline:10px}.modal-content h3,h4{color:var(--color-greyscale-800)}.modal-content .section-title{color:var(--color-greyscale-600);font-size:14px;margin-bottom:16px;text-transform:uppercase}.modal-content{position:relative;background-color:#fff;height:100%;overflow:auto;border-left:1px solid var(--color-outline)}.settings-section{border-bottom:1px solid var(--color-outline);margin-bottom:16px;padding:10px}.settings-section .initialize-container{display:flex;flex-direction:row;align-items:center;gap:8px}.settings-section .initialized svg{fill:green;width:20px;height:20px;display:inline}.settings-section h3{margin-top:0}.close{color:#aaa;float:right;font-size:25px;cursor:pointer}.close:hover{color:#000;text-decoration:none;cursor:pointer}#tokenLimitDisplay{margin-top:10px}#nexsetSearchResults{margin-top:10px;padding:5px;background-color:#e9e9e9;border-radius:5px}button{cursor:pointer;background-color:var(--color-primary-500);color:#fff;border:none;font-weight:500;border-radius:20px;padding:10px 15px;text-align:center;text-decoration:none;display:inline-block;font-size:16px;margin:4px 2px;transition-duration:.4s}button.icon{background-color:transparent;width:35px;margin:0;height:35px;display:flex;padding:8px;flex-direction:column;align-items:center;justify-content:center;border-radius:50%}button.icon svg{fill:var(--color-greyscale-800)}button.icon:hover{background-color:#0003}button:hover{background-color:var(--color-primary-700)}#settingsForm{display:flex;flex-direction:column}#settingsForm label{display:block;margin-bottom:5px}#settingsForm input[type=text],#settingsForm input[type=password],#settingsForm input[type=number],#settingsForm select{width:100%;padding:8px;border:1px solid #ddd;border-radius:8px;box-sizing:border-box}#authStatus{margin-left:10px;font-size:24px}.nexset-banner{display:none;background-color:#f2f2f2;color:#333;padding:10px;text-align:center;border-bottom:1px solid #ccc}.search-result{padding:5px;margin:2px 0;cursor:pointer;border:1px solid #ccc;border-radius:5px}.search-result:hover{background-color:#f0f0f0}.selected-nexsets{margin-top:24px;display:flex;flex-direction:column}.selected-nexsets p{margin-inline:10px}.nexset-button{display:inline-flex;align-items:center;margin:5px;width:fit-content;padding-left:10px;border:1px solid var(--color-outline);border-radius:30px;cursor:default;position:relative}.spinner{border:4px solid rgba(255,255,255,.3);border-left-color:#357bff;border-top-color:#ff7436;border-radius:50%;width:20px;height:20px;animation:spin 1s linear infinite;align-self:center;margin:10px auto}button.close-button{display:none;margin-left:10px;cursor:pointer;border:none;background:none;color:#ff4d4d;position:absolute;right:5px;top:0;bottom:0;align-items:center}button.settings-icon{display:none}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes typing{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}@keyframes march{to{stroke-dashoffset:-2000}}#blueArrow,#orangeArrow{stroke-dasharray:1000;stroke-dashoffset:1000;stroke-width:4;fill:none;animation:march 10s linear infinite}#blueArrow{stroke:#357bff}#orangeArrow{stroke:#ff7436}.settings-backdrop{display:none}.animation-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000;justify-content:center;align-items:center}@media screen and (max-width: 560px){.main-chat-container{max-width:100vw}.nexset-banner{display:unset;overflow:auto;width:100vw;white-space:nowrap;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}button.close-button{display:flex}.settings-backdrop.open{display:flex;position:absolute;top:0;left:0;right:0;bottom:0;background-color:#0003;z-index:9}.settings-container{position:absolute;top:0;bottom:0;z-index:999;box-shadow:0 0 15px #6a6a6a;min-width:400px;height:100%;transition:all .2s ease-in-out}.settings-container.show{opacity:1;transform:translate(0)}.settings-container.hide{opacity:0;transform:translate(-100%)}button.settings-icon{display:flex}}.uploaded-files-container{position:relative;z-index:10;display:flex;flex-direction:column;white-space:nowrap;margin-right:10px}.message-input-container{display:flex;align-items:end}.uploaded-files-list{width:100%;overflow-x:auto;overflow-y:hidden;white-space:nowrap;border-radius:4px;padding-bottom:8px;margin-right:10px}.uploaded-files-list ul{display:flex;padding:0;margin:0;list-style-type:none}.uploaded-files-list li{position:relative;display:flex;align-items:center;padding:8px;margin-right:8px;border:1px solid #ddd;border-radius:4px;background-color:#fff;box-shadow:0 2px 4px #0000001a}.upload-button{margin-right:10px;white-space:nowrap}.file-name{flex-grow:1}.remove-file-button{position:absolute;top:4px;right:4px;color:#fff;border:none;border-radius:50%;width:24px;height:24px;display:none;align-items:center;justify-content:center;cursor:pointer;font-size:14px}.file-item:hover .remove-file-button{display:flex}.input-and-files-container{position:relative;display:flex;flex-grow:1;height:100%;flex-direction:column;overflow:hidden;justify-content:space-between}.evaluation-box{display:flex;justify-content:center;align-items:center;padding:2rem}.evaluation-content{max-width:600px;width:100%;text-align:center}.evaluation-content h2{margin-bottom:1rem;color:var(--color-greyscale-800)}.evaluation-content p{color:var(--color-greyscale-600);margin-bottom:2rem}.upload-section{margin:2rem 0}.file-info{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem;padding:.5rem;background-color:var(--color-greyscale-100);border-radius:4px}.error-message{color:var(--color-danger-700);margin:1rem 0}.evaluate-button{min-width:150px}.evaluate-button:disabled{background-color:var(--color-greyscale-400);cursor:not-allowed}.main-content{display:flex;flex-direction:column;flex:8;max-width:80vw}.nav-tabs{display:flex;padding:.5rem 1rem 0;background-color:#fff;border-bottom:1px solid var(--color-outline)}.nav-link{padding:.5rem 1rem;color:var(--color-greyscale-600);text-decoration:none;border-bottom:2px solid transparent;margin-right:1rem}.nav-link:hover{color:var(--color-primary-500)}.nav-link.active{color:var(--color-primary-500);border-bottom-color:var(--color-primary-500)}@media screen and (max-width: 560px){.main-content{max-width:100vw}}.evaluation-actions{display:flex;gap:1rem;justify-content:center;align-items:center}.download-button{min-width:150px;background-color:var(--color-primary-500)}.download-button:hover{background-color:var(--color-primary-700)}.chunk-data-container{display:flex;flex-direction:column;width:100vw;height:100vh;background-color:#fff}.chunk-data-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;border-bottom:1px solid #e5e7eb}.chunk-data-content{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;flex-grow:1;padding:2rem;overflow-y:auto}.chunk-data-inner{max-width:800px;width:100%;text-align:center}.chunk-data-inner h2{font-size:1.875rem;font-weight:600;margin-bottom:.5rem;color:#111827}.chunk-data-inner p{color:#6b7280;margin-bottom:2rem}.chunk-data-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.chunk-button{padding:.75rem 1.5rem;background-color:#9ca3af;color:#fff;border:none;border-radius:9999px;font-weight:500;cursor:pointer;transition:background-color .2s}.chunk-button:not(:disabled):hover{background-color:#6b7280}.chunk-button:disabled{opacity:.7;cursor:not-allowed}.files-list{width:100%;max-width:600px;margin:1rem auto;display:flex;flex-direction:column;gap:.5rem}.upload-button{padding:.75rem 1.5rem;background-color:#3b82f6;color:#fff;border:none;border-radius:9999px;font-weight:500;cursor:pointer;transition:background-color .2s}.upload-button:hover{background-color:#2563eb}.progress-message{margin:1rem 0;padding:.75rem;background-color:#f3f4f6;border-radius:.375rem;color:#1f2937}.error-message{margin:1rem 0;padding:.75rem;background-color:#fee2e2;border-radius:.375rem;color:#b91c1c}:root{--primary-100: #d6eaff;--primary-600: #265edb;--primary-900: #0a217a;--grayscale-0: #fff;--color-white: #ffffff;--header-bg-color: var(--color-white);--color-grey: #3c4858;--color-grey-accent: #172b4d;--color-greyscale-0: #ffffff;--color-greyscale-50: #f1f2f3;--color-greyscale-100: #e4e4e7;--color-greyscale-200: #cecece;--color-greyscale-400: #9293a0;--color-greyscale-600: #5f606d;--color-greyscale-800: #2f3037;--color-greyscale-1000: #0c0c0e;--color-primary-007: rgba(53, 123, 255, .07);--color-primary-50: #f2f8ff;--color-primary-100: #d6eaff;--color-primary-200: #aed2ff;--color-primary-300: #85b8ff;--color-primary-400: #67a1ff;--color-primary-500: #357bff;--color-primary-600: #265edb;--color-primary-700: #1a45b7;--color-primary-800: #103093;--color-primary-900: #0a217a;--color-outline: var(--color-greyscale-100);--color-success-100: #effcd5;--color-success-200: #dcfaad;--color-success-400: #a3e460;--color-success-500: #7ad330;--color-success-700: #449718;--color-success-900: #1f6509;--color-secondary-200: #ffd7ae;--color-secondary-500: #ff7436;--color-secondary-900: #7a0f0a;--color-danger-200: #fed9b3;--color-danger-500: #fc7c41;--color-danger-600: #d8592f;--color-danger-700: #b53c20;--color-danger-900: #78120c;--color-warning-100: #fff5d1;--color-warning-200: #fff09c;--color-warning-500: #ffc90a;--color-warning-700: #b78805;--color-warning-900: #7a5401;--color-galactic-sand-bg: #f8f6f2}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: GitHub
  Description: Light theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-light
  Current colors taken from GitHub's CSS
*/.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#005cc5}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-comment,.hljs-code,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}.Provider-module-provider-card-f133e78f{border:1px solid var(--color-outline);border-radius:4px;padding:8px;display:flex;flex-direction:column}.Provider-module-top-e3d8e3bf{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.Provider-module-top-e3d8e3bf.Provider-module-active-bd38e7d3{margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid var(--color-outline)}.Provider-module-tokens-24175562{margin-top:8px;font-size:14px;color:var(--color-greyscale-600)}.Provider-module-name-62520220{font-weight:500}.Provider-module-activate-3bcbe4a4{display:flex;flex-direction:row;gap:6px;align-items:center}.chunk-data-container{width:100%;min-height:100vh;padding:1rem}.chunk-data-header{margin-bottom:2rem;text-align:center;padding:1rem}.nexla-logo{height:32px}.chunk-data-content{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.chunk-data-content h2{margin-bottom:.5rem;color:#2d3748;font-size:1.5rem}.chunk-data-content p{color:#4a5568;margin-bottom:1.5rem}.upload-section{margin-bottom:1.5rem;max-width:100%}.upload-button{max-width:200px;padding:.5rem 1rem;background-color:#4299e1;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;cursor:pointer;transition:background-color .2s}.upload-button:hover{background-color:#3182ce}.files-list{margin-top:1rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.file-info{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background-color:#f7fafc;border-radius:.25rem;font-size:.875rem}.file-info button.icon{background:none;border:none;cursor:pointer;padding:.25rem;color:#e53e3e}.strategy-selector{margin:1rem 0;max-width:400px}.strategy-selector label{display:block;margin-bottom:.25rem;font-weight:500;color:#333;font-size:.875rem}.strategy-dropdown{width:100%;padding:.5rem;border:1px solid #e2e8f0;border-radius:.375rem;background-color:#fff;font-size:.875rem;color:#1a202c;cursor:pointer;transition:all .2s}.strategy-dropdown:hover{border-color:#cbd5e0}.strategy-dropdown:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 2px #4299e140}.error-message{color:#e53e3e;margin-bottom:1rem;padding:.5rem;background-color:#fff5f5;border-radius:.25rem;font-size:.875rem}.progress-message{color:#2b6cb0;margin-bottom:1rem;padding:.5rem;background-color:#ebf8ff;border-radius:.25rem;font-size:.875rem}.chunk-data-actions{display:flex;gap:.5rem;margin-top:1rem}.chunk-button,.download-button{padding:.5rem 1rem;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;cursor:pointer;transition:background-color .2s;min-width:120px;max-width:200px}.chunk-button{background-color:#48bb78}.chunk-button:hover:not(:disabled){background-color:#38a169}.chunk-button:disabled{background-color:#a0aec0;cursor:not-allowed}.download-button{background-color:#4299e1}.download-button:hover{background-color:#3182ce}@media (max-width: 640px){.chunk-data-content{padding:0 .5rem}.files-list{grid-template-columns:1fr}.chunk-data-actions{flex-direction:column}.chunk-button,.download-button{width:100%;max-width:none}}.results-section{margin-top:2rem;width:100%}.file-results-list{display:flex;flex-direction:column;gap:.5rem;width:100%}.file-result-row{border:1px solid #e0e0e0;border-radius:4px;overflow:hidden;background-color:#fff}.file-result-header{display:flex;align-items:center;padding:.75rem 1rem;background-color:#f5f5f5;cursor:pointer;font-weight:500;border-bottom:1px solid #e0e0e0}.file-icon{margin-right:.75rem}.file-name{flex:1}.expand-icon{font-size:.8rem}.file-result-content{padding:1rem}.file-previews{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin-bottom:1rem}.preview-panel{border:1px solid #e0e0e0;border-radius:4px;padding:.5rem;height:400px;overflow:hidden;display:flex;flex-direction:column}.preview-panel h4{margin-top:0;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid #e0e0e0;flex:0 0 auto}.pdf-container{width:100%;max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center;background:#f5f5f5;padding:20px;overflow:auto}.pdf-controls{display:flex;justify-content:center;gap:10px;align-items:center;margin-bottom:20px;background:#fff;padding:10px;border-radius:4px;box-shadow:0 2px 4px #0000001a;width:100%}.pdf-controls button{padding:5px 10px;background-color:#f0f0f0;border:1px solid #ccc;border-radius:4px;cursor:pointer}.pdf-controls button:disabled{opacity:.5;cursor:not-allowed}.pdf-controls span{margin:0 10px}.react-pdf__Document{display:flex;flex-direction:column;align-items:center}.react-pdf__Page{margin:10px 0;box-shadow:0 2px 4px #0003;background:#fff}.loading{padding:20px;text-align:center;color:#666}.file-actions{display:flex;gap:.5rem;margin-top:.5rem}.download-file-button{background-color:#4caf50;color:#fff;padding:8px 16px;border:none;border-radius:4px;cursor:pointer;margin:4px;transition:background-color .2s}.download-file-button:hover{background-color:#45a049}.error-container{padding:20px;background-color:#fff8f8;border:1px solid #ffcdd2;border-radius:4px;margin:20px 0;text-align:center}.error-message{color:#d32f2f;margin-bottom:15px}.fallback-button,.open-new-tab-button{padding:8px 16px;margin:0 8px;background-color:#3b82f6;color:#fff;border:1px solid #2563eb;border-radius:4px;cursor:pointer;font-weight:500}.fallback-button:hover,.open-new-tab-button:hover{background-color:#2563eb}.fallback-message{margin-bottom:10px;font-style:italic;color:#666}.preview-panel>div[data-keybinding-context]{height:calc(100% - 2rem)!important}.monaco-editor{height:calc(100% - 2rem)!important}.pdf-container iframe{width:100%;height:600px;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 4px #0000001a;background:#fff}
