section{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;gap:2.5rem;box-sizing:border-box}section>*{width:100%;max-width:700px;margin:0 auto}.introduction{background-color:#2c2c2c;padding:2rem;border-radius:16px;box-shadow:0 4px 12px #00000059;text-align:center}.inputfield{background-color:#2c2c2c;padding:1.8rem;border-radius:16px;box-shadow:0 4px 12px #00000059;display:flex;flex-direction:column;align-items:stretch;gap:1rem}.inputfield input{width:100%;padding:.9rem;border-radius:10px;border:1px solid #444;background-color:#1a1a1a;color:#fff;font-size:1rem;transition:all .2s ease;box-sizing:border-box}.inputfield input:focus{border-color:#646cff;box-shadow:0 0 6px #646cff80}.inputfield p{width:100%;margin:0;text-align:left}.inputfield button{width:100%;padding:.9rem;border-radius:10px;font-size:1rem;font-weight:600;background-color:#333;border:1px solid #444;color:#fff;transition:all .25s ease}.inputfield button:hover{border-color:#646cff;background-color:#3a3a3a}.or-divider{font-size:.85rem;color:#aaa;font-weight:500;text-align:center;margin:.5rem 0}.error{color:#ff4d4d;font-weight:500;text-align:left}._navbar_1a9ca_1{display:flex;align-items:center;padding:.75rem 1.5rem;width:100%;margin:0;box-sizing:border-box}._homeLink_1a9ca_11{display:flex;align-items:center;text-decoration:none;color:#fff}._logo_1a9ca_18{height:80px;width:auto;margin-right:.75rem;object-fit:contain;border-radius:6px}._title_1a9ca_26{font-size:1.5rem;font-weight:600}._navButtons_1a9ca_32{margin-left:auto;display:flex;gap:.75rem}._navButton_1a9ca_32{padding:.5rem 1rem;font-size:1rem;background-color:#007bff;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease}._navButton_1a9ca_32:hover{background-color:#0056b3}._overlay_6vzdc_1{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000b3;z-index:1000;display:flex;justify-content:center;align-items:flex-start;overflow-y:auto;padding:5vh 1rem}._popup_6vzdc_18{background:#fff;border-radius:8px;max-width:70vw;width:100%;min-height:90vh;display:flex;justify-content:center;padding:1rem}._pdfViewer_6vzdc_29{width:100%;height:90vh;border:none;border-radius:8px}._closeButton_6vzdc_36{position:fixed;top:1rem;right:1rem;font-size:2rem;background:transparent;color:#fff;border:none;cursor:pointer;z-index:1001}._overlay_1p7eh_1{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000b3;z-index:1000;display:flex;justify-content:center;align-items:flex-start;overflow-y:auto;padding:5vh 1rem;box-sizing:border-box}._popup_1p7eh_17{background:var(--popup-background-color);border-radius:16px;max-width:800px;width:90%;margin:5vh auto;padding:2rem;position:relative;overflow:hidden;color:var(--primary-color);box-sizing:border-box}._closeButtonBottom_1p7eh_30{display:block;margin:2rem auto 0;padding:.5rem 1rem;font-size:1rem;background-color:#007bff;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease}._closeButtonBottom_1p7eh_30:hover{background-color:#0056b3}._section_1p7eh_47{display:flex;margin-bottom:2rem;color:var(--primary-color)}._section_1p7eh_47:last-child{margin-bottom:0}._image_1p7eh_57{width:120px;height:120px;object-fit:cover;border-radius:12px;box-shadow:0 4px 12px #0000004d;flex-shrink:0;margin-right:1rem;margin-bottom:1rem}._messageBlock_1ek50_1{display:flex;flex-direction:column;gap:.25rem;width:100%}._user_1ek50_9{align-items:flex-end}._ai_1ek50_13{align-items:flex-start}._messageSender_1ek50_18{font-size:.75rem;font-weight:600;margin-bottom:.2rem}._messageSender_1ek50_18._user_1ek50_9{color:#0073ff;text-align:right}._messageSender_1ek50_18._ai_1ek50_13{color:red;text-align:left}._message_1ek50_1{padding:.5rem 1rem;border-radius:15px;word-wrap:break-word;max-width:75%}._message_1ek50_1._user_1ek50_9{background-color:#2d2d2d;color:#fff;text-align:right}._message_1ek50_1._ai_1ek50_13{background-color:#0f0f0f;color:#fff;text-align:left}._wrapper_fr731_1{margin-top:.35rem;display:flex;flex-direction:column;align-items:inherit}._iconButton_fr731_8{font-weight:700;color:#007bff;border:1px solid #007bff;border-radius:50%;width:18px;height:18px;display:inline-flex;justify-content:center;align-items:center;font-size:.75rem;cursor:pointer;background:transparent;padding:0;margin-bottom:.4rem}._iconButton_fr731_8:hover{background-color:#007bff;color:#fff}._sourceList_fr731_31{background-color:#1a1a1a;color:#fff;padding:.6rem .9rem;border-radius:8px;font-size:.75rem;line-height:1.1rem;width:100%;max-width:360px;box-shadow:0 2px 6px #00000040}._sourceList_fr731_31 ul{padding-left:1rem;margin-top:.35rem;margin-bottom:0}._sourceList_fr731_31 li{margin-bottom:.3rem;opacity:.92}._sourceList_fr731_31::-webkit-scrollbar{width:5px}._sourceList_fr731_31::-webkit-scrollbar-thumb{border-radius:10px;background:#ffffff26}.chat-page-column{display:flex;flex-direction:column;padding:1rem 2rem;gap:1rem;min-height:0}.tabs-container{display:flex;justify-content:center;gap:.5rem;margin-bottom:1rem}.tab-button{padding:.5rem 1rem;font-size:1rem;border:none;border-radius:6px;cursor:pointer;background-color:#2d2d2d;color:#fff;transition:background-color .2s ease}.tab-button:hover{background-color:#444}.tab-button.active{background-color:#007bff}.tab-content{display:flex;flex-direction:column;gap:1rem;flex:1;min-height:0}.chat-container{display:flex;flex-direction:column;flex:1;min-height:0}.chat-header{font-size:1.5rem;margin-bottom:1rem;text-align:center}.chat-history{flex:1;min-height:250px;max-height:400px;overflow-y:auto;padding:1rem;border:1px solid #00000076;background-color:#00000076;display:flex;flex-direction:column;gap:.5rem;border-radius:8px}.chat-input-container{display:flex;gap:.5rem;margin-top:.5rem;flex-shrink:0}.chat-input{flex:1;padding:1rem;font-size:1.1rem;border-radius:8px;border:1px solid #ccc}.send-button{padding:1rem 1.25rem;font-size:1.1rem;border:none;border-radius:8px;background-color:#007bff;color:#fff;cursor:pointer}.send-button:hover{background-color:#0056b3}.chatIDdisplay{display:flex;align-items:center;gap:.25rem;padding:0 2rem}.chatID-label{color:gray}.chatID-value{color:#fff;font-weight:700}.system-context-wrapper{margin-top:1rem}.search-string-div{display:flex;flex-direction:column;gap:.5rem}.search-string{font-family:monospace;font-style:normal;background-color:#1a1a1a;padding:1rem;border-radius:8px;white-space:pre-wrap;word-wrap:break-word;overflow-x:auto;max-width:100%;color:#fff;border:1px solid #333}.format-display-row{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.formats-toggle-button{padding:.4rem .75rem;font-size:.9rem;border:none;background-color:#2d2d2d;color:#fff;border-radius:6px;cursor:pointer;transition:background-color .2s ease;margin-top:.25rem}.formats-toggle-button:hover{background-color:#444}.formats-dropdown{list-style:none;padding-left:0;margin-top:.5rem;margin-bottom:1rem;background-color:#1a1a1a;border:1px solid #333;border-radius:6px;padding:.5rem}.formats-dropdown li{padding:.25rem 0;color:#ccc}.formats-dropdown li:hover{background-color:#000;cursor:pointer}.copy-button{padding:.75rem 1rem;font-size:1rem;border:none;background-color:#0f0f0f;color:#fff;border-radius:8px;cursor:pointer;transition:background-color .2s ease;align-self:flex-start}.copy-button:hover{background-color:#000}._chat-mentor-wrapper_b8vtz_1{display:flex;gap:1rem;height:100%;min-height:400px}._mentor-image_b8vtz_8{flex:1;max-width:50%;object-fit:contain;max-height:100%;border-radius:8px}._chat-content_b8vtz_16{flex:1;display:flex;flex-direction:column;gap:1rem;min-width:0}._chat-history_b8vtz_24{flex:1;overflow-y:auto;padding:1rem;border:1px solid #00000076;background-color:#00000076;display:flex;flex-direction:column;gap:.5rem;border-radius:8px;min-height:250px;max-height:400px}._container_1e9f4_1{width:100%;max-width:100%;padding:0rem;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;margin-top:1rem}._title_1e9f4_13{width:100%;max-width:900px;margin-bottom:.5rem;font-size:1.2rem;font-weight:700}._textarea_1e9f4_21{width:100%;max-width:900px;min-height:150px;resize:vertical;padding:.8rem;font-size:1rem;border:1px solid #ccc;border-radius:6px;white-space:pre-wrap;box-sizing:border-box}._saveButton_1e9f4_34{margin-top:.8rem;padding:.5rem 1rem;background:#07c;color:#fff;border:none;border-radius:6px;cursor:pointer;width:100%;max-width:300px}._saveButton_1e9f4_34:hover{background:#005fa3}:root{--font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;--primary-color: rgba(255, 255, 255, .87);--background-color: #242424;--popup-background-color: #2b2b2b;--link-color: #646cff;--link-hover-color: #535bf2;--button-background: #1a1a1a;--button-border-color: transparent;font-family:var(--font-family);line-height:1.5;font-weight:400;color-scheme:dark;color:var(--primary-color);background-color:var(--background-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--background-color)}h1{font-size:3.2em;line-height:1.1}a{font-weight:500;color:var(--link-color);text-decoration:inherit}a:hover{color:var(--link-hover-color)}button{border-radius:8px;border:1px solid var(--button-border-color);padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--button-background);color:var(--primary-color);cursor:pointer;transition:border-color .25s}button:hover{border-color:var(--link-color)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}
