:root{--background-color: #edf0f7}body{background-color:var(--background-color);display:flex;flex-direction:column;padding:4rem 1rem;font-family:Noto Sans JP,Hiragino Kaku Gothic ProN,Hiragino Sans,Yu Gothic Medium,游ゴシック Medium,YuGothic,游ゴシック体,Meiryo,Helvetica Neue,Arial,sans-serif;color:#0c111d;margin:0;max-width:100vw}::-webkit-scrollbar{width:2px;height:2px}::-webkit-scrollbar-thumb{background-color:#cc5218}::-webkit-scrollbar-track{background-color:#d9d9d9}.blue-scrollbar::-webkit-scrollbar{width:2px;height:2px}.blue-scrollbar::-webkit-scrollbar-thumb{background-color:#7592e3}.blue-scrollbar::-webkit-scrollbar-track{background-color:#7592e34d}._pageContainer_157re_1{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}._loginCard_157re_9{width:100%;max-width:400px;background-color:#fff;border-radius:8px;border:1px solid #D7DAE0;box-shadow:0 4px 6px #0000000d;padding:2rem}._header_157re_19{margin-bottom:2rem;text-align:center}._title_157re_24{font-size:1.5rem;font-weight:700;color:#142a66;margin-bottom:.5rem}._subtitle_157re_31{font-size:1rem;color:#6b7280}._formContainer_157re_36{display:flex;flex-direction:column;gap:1.5rem}._formGroup_157re_42{display:flex;flex-direction:column;gap:.5rem}._formLabel_157re_48{font-weight:600;color:#202a45;font-size:.9rem}._formInput_157re_54{padding:.75rem;border:1px solid #D7DAE0;border-radius:4px;font-size:1rem;transition:border-color .2s ease}._formInput_157re_54:focus{outline:none;border-color:#315bd1;box-shadow:0 0 0 2px #315bd11a}._formInput_157re_54._error_157re_68{border-color:#e53e3e}._errorText_157re_72{color:#e53e3e;font-size:.85rem;margin-top:.25rem}._submitButton_157re_78{width:100%;padding:.75rem;background-color:#315bd1;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease;margin-top:1rem}._submitButton_157re_78:hover{background-color:#446ee4}._submitButton_157re_78:disabled{background-color:#9ca3af;cursor:not-allowed}._errorContainer_157re_101{background-color:#e53e3e0d;border-radius:4px;padding:1rem;margin-bottom:1.5rem;color:#e53e3e;font-size:.9rem;text-align:center}._loadingSpinner_157re_111{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:_spin_157re_1 1s ease-in-out infinite;margin-right:.5rem}@keyframes _spin_157re_1{to{transform:rotate(360deg)}}._buttonContent_157re_127{display:flex;align-items:center;justify-content:center}._pageContainer_13x7n_1{display:flex;flex-direction:column;padding:2rem;max-width:1200px;margin:0 auto;gap:2rem;align-items:stretch}._horizontalLayout_13x7n_11{display:flex;flex-direction:row;gap:2rem;width:100%;min-height:600px}._leftSection_13x7n_19{flex:1;display:flex;flex-direction:column;gap:1.5rem;height:100%}._rightSection_13x7n_27{flex:1;display:flex;flex-direction:column;height:100%}._header_13x7n_34{display:flex;justify-content:space-between;align-items:center}._title_13x7n_40{font-size:2rem;font-weight:700;color:#142a66;margin:0}._tabs_13x7n_47{display:flex;gap:1rem;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem}._tabButton_13x7n_54{background:transparent;border:none;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;cursor:pointer;border-bottom:2px solid transparent;color:#4b5563;transition:all .2s ease}._tabButton_13x7n_54:hover{color:#111827}._activeTab_13x7n_70{border-bottom-color:#0070f3;color:#111827}._inactiveTabContent_13x7n_75{opacity:.7;filter:grayscale(30%);transition:all .3s ease}._tabContent_13x7n_81{padding-top:1.5rem;flex:1;display:flex;flex-direction:column;min-height:400px;overflow-y:auto}._questionCreationContent_13x7n_90{display:flex;flex-direction:column;gap:2rem;flex:1;overflow-y:auto}._chatSection_13x7n_98{margin-top:1rem}._answerContent_13x7n_102{min-height:400px;height:100%;display:flex;justify-content:center;align-items:center;border-radius:8px;padding:20px}._comingSoon_13x7n_112{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#6b7280;padding:3rem}._comingSoon_13x7n_112 svg{color:#9ca3af;margin-bottom:1.5rem}._comingSoon_13x7n_112 h2{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#374151}._comingSoon_13x7n_112 p{font-size:1rem;color:#6b7280}._formContainer_13x7n_140{flex:1;padding:20px;background-color:#fff;border-radius:8px;border:1px solid #D7DAE0;display:flex;flex-direction:column;overflow-y:auto;max-height:100%}._formGroup_13x7n_152{margin-bottom:15px;padding:0 5px}._formLabel_13x7n_157{display:block;margin-bottom:5px;font-weight:700;color:#202a45}._formInput_13x7n_164,._formTextarea_13x7n_164{width:100%;padding:8px;border:1px solid #D7DAE0;border-radius:4px;font-size:16px;box-sizing:border-box;margin:0;max-width:100%}._formInputError_13x7n_175{border-color:#e53e3e;background-color:#e53e3e0d}._validationError_13x7n_180{color:#e53e3e;font-size:.85rem;margin-top:5px}._formTextarea_13x7n_164{min-height:100px;resize:vertical}._formActions_13x7n_191{display:flex;justify-content:space-between;margin-top:30px}._clearButton_13x7n_197,._executeButton_13x7n_197{padding:.75rem 2rem;border-radius:9999px;cursor:pointer;font-size:1rem;font-weight:700;border:none;transition:background-color .2s ease}._clearButton_13x7n_197{background-color:#fff;color:#202a45;border:1px solid #D7DAE0}._clearButton_13x7n_197:hover{background-color:#f3f4f6}._executeButton_13x7n_197{background-color:#315bd1;color:#fff;display:flex;align-items:center;justify-content:center}._executeButton_13x7n_197:hover{background-color:#446ee4}._playIcon_13x7n_229{margin-left:8px;font-size:.8rem}._responseCard_13x7n_235{width:100%;background-color:#fff;border-radius:8px;border:1px solid #D7DAE0;box-shadow:0 2px 4px #0000000d;overflow:hidden;max-height:100%;display:flex;flex-direction:column;margin-bottom:20px}._responseCard_13x7n_235:last-child{margin-bottom:0}._responseCardContent_13x7n_252{padding:20px;overflow-y:auto}._responseText_13x7n_257{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:0;line-height:1.6;color:#202a45;font-size:.95rem}._responseText_13x7n_257 h1,._responseText_13x7n_257 h2,._responseText_13x7n_257 h3,._responseText_13x7n_257 h4,._responseText_13x7n_257 h5,._responseText_13x7n_257 h6{margin-top:1.5em;margin-bottom:.5em;font-weight:600;color:#142a66}._responseText_13x7n_257 h1{font-size:1.5rem}._responseText_13x7n_257 h2{font-size:1.3rem}._responseText_13x7n_257 h3{font-size:1.1rem}._responseText_13x7n_257 p{margin-bottom:1em}._responseText_13x7n_257 ul,._responseText_13x7n_257 ol{margin-bottom:1em;padding-left:2em}._responseText_13x7n_257 li{margin-bottom:.5em}._responseText_13x7n_257 code{background-color:#f3f4f6;padding:.2em .4em;border-radius:3px;font-family:monospace;font-size:.9em}._responseText_13x7n_257 pre{background-color:#f3f4f6;padding:1em;border-radius:5px;overflow-x:auto;margin-bottom:1em}._responseText_13x7n_257 blockquote{border-left:4px solid #d1d5db;padding-left:1em;margin-left:0;color:#4b5563}._responseText_13x7n_257 a{color:#315bd1;text-decoration:none}._responseText_13x7n_257 a:hover{text-decoration:underline}._batchResponsesContainer_13x7n_332{width:100%;height:100%;overflow-y:auto;padding:10px;display:flex;flex-direction:column;gap:20px}._loadingContainer_13x7n_343{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#6b7280;padding:3rem}._loadingContainer_13x7n_343 p{margin-top:1.5rem;font-size:1rem;color:#6b7280}._spinner_13x7n_359{width:40px;height:40px;border:4px solid rgba(49,91,209,.1);border-radius:50%;border-top-color:#315bd1;animation:_spin_13x7n_359 1s ease-in-out infinite}@keyframes _spin_13x7n_359{to{transform:rotate(360deg)}}._csvRequirementsSection_13x7n_375{margin-top:2rem;padding:1.5rem;background-color:#fff;border-radius:8px;border:1px solid #D7DAE0;box-shadow:0 2px 4px #0000000d}._csvRequirementsTitle_13x7n_384{font-size:1.2rem;font-weight:600;color:#202a45;margin-bottom:1rem}._csvRequirementsTable_13x7n_391{width:100%;border-collapse:collapse;margin-bottom:1.5rem;font-size:.95rem}._csvRequirementsTable_13x7n_391 th,._csvRequirementsTable_13x7n_391 td{border:1px solid #D7DAE0;padding:.75rem;text-align:center}._csvRequirementsTable_13x7n_391 th{background-color:#f3f4f6;font-weight:600;color:#202a45}._csvRequirementsTable_13x7n_391 td{color:#4b5563}._templateDownloadContainer_13x7n_415{display:flex;justify-content:center;margin-top:1.5rem}._templateDownloadButton_13x7n_421{display:inline-block;padding:.75rem 2rem;background-color:#315bd1;color:#fff;text-decoration:none;border-radius:9999px;font-weight:700;font-size:1rem;transition:background-color .2s ease;text-align:center}._templateDownloadButton_13x7n_421:hover{background-color:#446ee4}._downloadButton_13x7n_439{display:flex;align-items:center;justify-content:center;gap:8px;padding:.5rem 1rem;background-color:#fff;color:#202a45;border:1px solid #D7DAE0;border-radius:4px;font-weight:600;font-size:.9rem;cursor:pointer;transition:background-color .2s ease}._downloadButton_13x7n_439:hover{background-color:#f3f4f6}._downloadButton_13x7n_439:disabled{opacity:.5;cursor:not-allowed;background-color:#f3f4f6}._downloadIcon_13x7n_465{display:flex;align-items:center;justify-content:center}._streamingIndicator_13x7n_472{display:flex;justify-content:center;align-items:center;gap:6px;margin-top:12px;padding:8px;border-radius:4px;background-color:#315bd10d}._streamingDot_13x7n_483{width:8px;height:8px;background-color:#315bd1;border-radius:50%;opacity:.6;animation:_pulse_13x7n_1 1.4s infinite ease-in-out}._streamingDot_13x7n_483:nth-child(1){animation-delay:0s}._streamingDot_13x7n_483:nth-child(2){animation-delay:.2s}._streamingDot_13x7n_483:nth-child(3){animation-delay:.4s}@keyframes _pulse_13x7n_1{0%,to{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}._errorContainer_13x7n_516{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#e53e3e;padding:3rem;background-color:#e53e3e0d;border-radius:8px;margin-bottom:1rem}._errorContainer_13x7n_516 p{margin:.5rem 0;font-size:1rem;font-weight:500}._errorDetails_13x7n_535{font-size:.9rem!important;color:#718096!important;margin-top:1rem!important;padding:.75rem;background-color:#00000008;border-radius:4px;max-width:100%;overflow-wrap:break-word}._eventCard_13x7n_547{margin-bottom:10px;border:1px solid #e0e0e0;border-radius:4px;overflow:hidden;background-color:#f9f9f9}._eventHeader_13x7n_555{padding:8px 12px;background-color:#f0f0f0;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e0e0e0}._eventType_13x7n_564{font-weight:700;color:#333}._eventId_13x7n_569{font-size:.8rem;color:#666}._eventContent_13x7n_574{padding:10px;max-height:200px;overflow-y:auto}._eventData_13x7n_580{margin:0;white-space:pre-wrap;font-size:.9rem;color:#333}._eventsContainer_13x7n_587{margin-top:20px;border-top:1px solid #e0e0e0;padding-top:10px}._eventsHeader_13x7n_593{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}._eventsTitle_13x7n_600{font-size:1.2rem;font-weight:700;color:#333}._toggleEventsButton_13x7n_606{background-color:#f0f0f0;border:1px solid #ddd;border-radius:4px;padding:4px 8px;cursor:pointer;font-size:.9rem}._toggleEventsButton_13x7n_606:hover{background-color:#e0e0e0}._eventsList_13x7n_619{max-height:400px;overflow-y:auto}._workflowCard_13x7n_625{width:100%;background-color:#fff;border-radius:8px;border:1px solid #D7DAE0;box-shadow:0 2px 4px #0000000d;overflow:hidden;margin-bottom:20px;display:flex;flex-direction:column}._workflowMetadata_13x7n_637{padding:12px 16px;background-color:#f8f9fa;border-bottom:1px solid #D7DAE0}._workflowHeader_13x7n_643{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}._workflowId_13x7n_650{font-weight:600;color:#202a45;font-size:.9rem}._workflowStatus_13x7n_656{padding:4px 8px;border-radius:4px;font-size:.8rem;font-weight:600}._started_13x7n_663{background-color:#e5e7eb;color:#4b5563}._in-progress_13x7n_668{background-color:#dbeafe;color:#1e40af}._finished_13x7n_673{background-color:#d1fae5;color:#065f46}._error_13x7n_516{background-color:#fee2e2;color:#b91c1c}._metadataDetails_13x7n_683{display:flex;flex-wrap:wrap;gap:12px;font-size:.85rem;color:#4b5563}._metadataDetails_13x7n_683 span{background-color:#f3f4f6;padding:4px 8px;border-radius:4px}._workflowError_13x7n_697{padding:12px 16px;background-color:#fee2e2;color:#b91c1c;font-size:.9rem;border-top:1px solid #fca5a5}._workflowError_13x7n_697 p{margin:0}._historySection_13x7n_710{margin-top:.5rem;padding-top:.375rem;display:flex;flex-direction:column;flex:1;min-height:0}._historyTitle_13x7n_719{font-size:1.2rem;font-weight:600;color:#202a45;margin-bottom:1rem}._emptyHistory_13x7n_726{padding:1.5rem;background-color:#f9fafb;border-radius:8px;text-align:center;color:#6b7280;border:1px dashed #d1d5db}._historyList_13x7n_735{display:flex;flex-direction:column;gap:1.5rem;max-height:500px;overflow-y:auto;padding-right:.5rem;padding-bottom:.5rem}._singleHistoryItem_13x7n_746{background-color:#fff;border-radius:8px;border:1px solid #D7DAE0;box-shadow:0 2px 4px #0000000d;display:flex;justify-content:space-between;align-items:center;position:relative;overflow:hidden;min-height:70px}._singleHistoryItemHeader_13x7n_759{padding:12px 16px;display:flex;flex-wrap:wrap;gap:12px;align-items:center}._historyItem_13x7n_768{background-color:#fff;border-radius:8px;border:1px solid #D7DAE0;box-shadow:0 2px 4px #0000000d;display:flex;justify-content:space-between;align-items:center;position:relative;overflow:hidden;min-height:70px}._historyItemContent_13x7n_781{flex:1;cursor:pointer}._historyItemDownloadButton_13x7n_786{background-color:transparent;border:none;color:#4b5563;padding:8px 16px;margin-right:8px;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;width:60px;height:60px}._historyItemDownloadButton_13x7n_786:hover{background-color:#f3f4f6;color:#202a45}._historyItemDownloadButton_13x7n_786:disabled{opacity:.5;cursor:not-allowed;color:#9ca3af}._historyItemProgressContainer_13x7n_814{position:absolute;bottom:0;left:0;width:100%;height:6px;background-color:#e5e7eb;border-radius:0 0 8px 8px;overflow:hidden;display:flex;align-items:center;justify-content:center}._historyItemProgressBar_13x7n_828{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#315bd1,#4a7dff,#315bd1);background-size:200% 100%;border-radius:0 0 8px 8px;transform-origin:left;transition:transform .3s ease;transform:scaleX(0);z-index:1;animation:_gradientMove_13x7n_1 2s infinite linear,_dimming_13x7n_1 1.5s infinite alternate!important}@keyframes _dimming_13x7n_1{0%{opacity:1}to{opacity:.5}}@keyframes _gradientMove_13x7n_1{0%{background-position:0% 50%}to{background-position:200% 50%}}@keyframes _dimming_13x7n_1{0%{opacity:1}to{opacity:.7}}._historyItemProgressText_13x7n_871{position:absolute;right:8px;z-index:2;color:#202a45;font-size:12px;font-weight:700;text-shadow:0px 0px 3px rgba(255,255,255,.9)}._historyBody_13x7n_881{padding:12px 16px;border-bottom:1px solid #D7DAE0;display:flex;justify-content:flex-start;align-items:center;gap:12px;min-height:75px}._historyItemDate_13x7n_891{font-size:.85rem;color:#6b7280;max-width:100px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.2}._historyItemBank_13x7n_903{font-weight:600;color:#202a45;font-size:.9rem;background-color:#e5e7eb;padding:4px 8px;border-radius:4px;max-width:250px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._historyItemDetails_13x7n_918{padding:12px 16px;display:flex;flex-wrap:wrap;gap:12px;font-size:.85rem;color:#4b5563;background-color:#f8f9fa;border-bottom:1px solid #D7DAE0}._historyItemTheme_13x7n_929,._historyItemRate_13x7n_930,._historyItemTaxonomy_13x7n_931{background-color:#f3f4f6;padding:4px 8px;border-radius:4px}._singleHistoryItemDate_13x7n_938{font-size:.85rem;color:#6b7280;max-width:100px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.2}._singleHistoryItemBank_13x7n_950{font-weight:600;color:#202a45;font-size:.9rem;background-color:#e5e7eb;padding:4px 8px;border-radius:4px;max-width:250px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._singleHistoryItemTheme_13x7n_965{background-color:#f3f4f6;padding:4px 8px;border-radius:4px}._historyItemResponse_13x7n_971{padding:0}._uploadCard_syfaq_1{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:24px;margin-bottom:24px}._title_syfaq_9{font-size:1.5rem;font-weight:600;margin-bottom:16px;color:#142a66}._dropzone_syfaq_16{border:2px dashed #d1d5db;border-radius:8px;padding:32px;text-align:center;cursor:pointer;transition:all .2s ease}._dragging_syfaq_25{border-color:#0070f3;background-color:#0070f30d}._uploadIcon_syfaq_30{color:#6b7280;margin-bottom:16px}._dropzoneText_syfaq_35{font-size:1rem;font-weight:500;margin-bottom:8px;color:#374151}._dropzoneSubtext_syfaq_42{font-size:.875rem;color:#6b7280;margin-bottom:16px}._browseButton_syfaq_48{background-color:#0070f3;color:#fff;border:none;padding:8px 16px;font-size:.875rem;font-weight:500;border-radius:4px;cursor:pointer;transition:background-color .2s ease}._browseButton_syfaq_48:hover{background-color:#005bb5}._fileInput_syfaq_64{display:none}._fileInfo_syfaq_68{display:flex;align-items:center;padding:16px;border:1px solid #e5e7eb;border-radius:8px}._fileIcon_syfaq_76{color:#0070f3;margin-right:16px}._fileDetails_syfaq_81{flex:1}._fileName_syfaq_85{font-size:1rem;font-weight:500;margin-bottom:4px;color:#111827}._fileSize_syfaq_92{font-size:.875rem;color:#6b7280}._removeButton_syfaq_97{background-color:transparent;color:#ef4444;border:1px solid #ef4444;padding:6px 12px;font-size:.875rem;font-weight:500;border-radius:4px;cursor:pointer;transition:all .2s ease}._removeButton_syfaq_97:hover{background-color:#fef2f2}._pageContainer_18ve8_1{display:flex;height:85vh;width:100%;overflow:hidden}._mainContent_18ve8_8{display:flex;flex-direction:column;flex:1;overflow:hidden;min-width:0;width:100%}._header_18ve8_17{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}._title_18ve8_25{font-size:1.5rem;font-weight:700;color:#142a66;margin:0}._content_18ve8_32{flex-grow:1;overflow-y:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;min-height:0;margin-bottom:0}._instructionContainer_18ve8_43{max-width:800px;text-align:center}._instructionTitle_18ve8_48{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:#202a45}._instructionExample_18ve8_55{font-size:1rem;color:#4b5563;background-color:#f9fafb;padding:1.5rem;border-radius:8px;text-align:left;white-space:pre-line;margin-top:1rem}._inputContainer_18ve8_66{display:flex;align-items:center;padding:1rem 2rem;border-top:1px solid #e5e7eb;position:relative}._chatInput_18ve8_74{flex:1;border:1px solid #d1d5db;border-radius:8px;padding:.75rem 1rem;font-size:1rem;outline:none;transition:border-color .2s ease;font-family:inherit;background-color:#fff;color:#111827}._chatInput_18ve8_74:focus{border-color:#315bd1}._sendButton_18ve8_91{background-color:#315bd1;color:#fff;border:none;width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-left:.75rem;cursor:pointer;transition:background-color .2s ease}._sendButton_18ve8_91:hover{background-color:#446ee4}._sendButton_18ve8_91:disabled{background-color:#315bd1;opacity:.7;cursor:not-allowed}._loadingIndicator_18ve8_116{display:flex;align-items:center;background-color:#f3f4f6;padding:.25rem .75rem;border-radius:16px;font-size:.875rem;color:#4b5563;width:fit-content}._loadingSpinner_18ve8_127{width:16px;height:16px;border:2px solid #e5e7eb;border-top:2px solid #315BD1;border-radius:50%;margin-right:.5rem;animation:_spin_18ve8_1 1s linear infinite}._elapsedTime_18ve8_137{font-weight:500}@keyframes _spin_18ve8_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._sidebar_18ve8_146{width:250px;flex-shrink:0;border-right:1px solid #e5e7eb;padding:1.5rem;display:flex;flex-direction:column;overflow-y:auto}._newChatButton_18ve8_156{display:flex;align-items:center;justify-content:center;padding:.75rem 1rem;background-color:#315bd1;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}._newChatButton_18ve8_156:hover{background-color:#446ee4}._newChatIcon_18ve8_175{margin-right:.5rem}._messagesContainer_18ve8_180{width:100%;max-width:800px;display:flex;flex-direction:column;gap:1.5rem}._messageItem_18ve8_188{display:flex;flex-direction:column;width:100%}._userMessage_18ve8_194{align-items:flex-end}._aiMessage_18ve8_198{align-items:flex-start}._messageContent_18ve8_202{padding:1rem;border-radius:8px;max-width:80%}._userMessage_18ve8_194 ._messageContent_18ve8_202{background-color:#315bd1;color:#fff}._aiMessage_18ve8_198 ._messageContent_18ve8_202{background-color:#f9fafb;color:#111827;border:1px solid #e5e7eb}._messageText_18ve8_219{white-space:pre-wrap;word-break:break-word}._aiResponseText_18ve8_224{margin:0;font-family:inherit;white-space:pre-wrap;word-break:break-word;font-size:1rem}._copyButton_18ve8_232{position:absolute;bottom:8px;right:8px;background-color:#315bd1;color:#fff;border:none;border-radius:4px;padding:4px 8px;font-size:.75rem;cursor:pointer;opacity:.8;transition:opacity .2s ease}._copyButton_18ve8_232:hover{opacity:1}._messageContent_18ve8_202{padding:1rem;border-radius:8px;max-width:80%;position:relative}._copyConfirmation_18ve8_258{position:absolute;bottom:8px;right:60px;background-color:#000000b3;color:#fff;padding:4px 8px;border-radius:4px;font-size:.75rem;animation:_fadeOut_18ve8_1 2s forwards}@keyframes _fadeOut_18ve8_1{0%{opacity:1}70%{opacity:1}to{opacity:0}}._exampleContainer_18ve8_276{display:flex;flex-direction:column;width:100%}._exampleButtonContainer_18ve8_282{display:flex;justify-content:flex-end;margin-top:.5rem}._tryItButton_18ve8_288{background-color:#e5e7eb;color:#4b5563;border:none;padding:.5rem 1rem;border-radius:4px;font-size:.875rem;cursor:pointer;transition:background-color .2s ease}._tryItButton_18ve8_288:hover{background-color:#d1d5db}._sessionList_18ve8_304{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;overflow-y:auto}._sessionItem_18ve8_312{display:flex;align-items:center;padding:.75rem;border-radius:8px;cursor:pointer;transition:background-color .2s ease;color:#4b5563;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._sessionItem_18ve8_312:hover{background-color:#f3f4f6}._activeSession_18ve8_330{background-color:#e5e7eb;color:#111827;font-weight:500}._activeSession_18ve8_330:hover{background-color:#d1d5db}._streamingIndicator_18ve8_341{display:flex;justify-content:center;align-items:center;gap:6px;margin-top:12px;padding:8px;border-radius:4px;background-color:#315bd10d}._streamingDot_18ve8_352{width:8px;height:8px;background-color:#315bd1;border-radius:50%;opacity:.6;animation:_pulse_18ve8_1 1.4s infinite ease-in-out}._streamingDot_18ve8_352:nth-child(1){animation-delay:0s}._streamingDot_18ve8_352:nth-child(2){animation-delay:.2s}._streamingDot_18ve8_352:nth-child(3){animation-delay:.4s}@keyframes _pulse_18ve8_1{0%,to{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}._disabledSidebar_18ve8_385{pointer-events:none;opacity:.6;cursor:not-allowed}._disabledSidebar_18ve8_385 ._newChatButton_18ve8_156,._disabledSidebar_18ve8_385 ._sessionItem_18ve8_312{pointer-events:none;cursor:not-allowed}._workflowStatus_18ve8_398{font-weight:600;color:#315bd1;margin-bottom:.75rem;font-size:1rem}._currentNode_18ve8_405{background-color:#315bd11a;padding:.5rem .75rem;border-radius:4px;margin-bottom:.75rem;font-size:.9rem;color:#4b5563}._nodeLabel_18ve8_414{font-weight:600;color:#315bd1}._completedNodes_18ve8_419{margin-bottom:.75rem}._completedNode_18ve8_419{display:flex;align-items:center;padding:.25rem 0;font-size:.9rem;color:#4b5563}._checkmark_18ve8_431{color:#10b981;font-weight:700;margin-right:.5rem}._errorMessage_18ve8_438{color:#e53e3e;padding:.75rem;background-color:#e53e3e0d;border-radius:4px;font-size:.9rem;margin-top:.5rem}._placeholderText_18ve8_447{color:#6b7280;font-style:italic;opacity:.8}._structuredData_18ve8_454{display:flex;flex-direction:column;gap:4px}._processingLine_18ve8_460{color:#315bd1;font-weight:500;background-color:#315bd10d;padding:4px 8px;border-radius:4px;border-left:3px solid #315BD1}._resultLine_18ve8_469{color:#047857;font-weight:500;background-color:#0478570d;padding:4px 8px;border-radius:4px;border-left:3px solid #047857;white-space:pre-wrap}._completedBranchLine_18ve8_479{color:#8b5cf6;font-weight:500;background-color:#8b5cf60d;padding:4px 8px;border-radius:4px;border-left:3px solid #8B5CF6}._variableLine_18ve8_488{color:#f59e0b;font-weight:500;background-color:#f59e0b0d;padding:4px 8px;border-radius:4px;border-left:3px solid #F59E0B}.layout{display:flex}.layout-content{flex:1;margin-left:5rem;padding:1rem;overflow-x:hidden;overflow-y:auto}.auth-layout{display:flex;justify-content:center;align-items:center}.auth-layout-content{width:100%;max-width:500px;padding:2rem;overflow-x:hidden}.sidebar{position:fixed;left:0;top:0;z-index:50;height:100vh;width:5rem}.sidebar-inner{position:absolute;left:0;top:0;display:flex;height:100%;width:5rem;flex-direction:column;background-color:#2a3965;padding-top:1rem;padding-bottom:1rem;color:#fff;box-shadow:none}.logo-container{display:flex;align-items:center;justify-content:center}.logo-link{cursor:pointer}.logo-image{margin-top:.5rem;margin-bottom:.5rem;width:24px;height:24px}.nav-container{margin-top:1.25rem;margin-bottom:1.25rem;display:flex;width:100%;flex:1;flex-direction:column;align-items:center;overflow-y:auto}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.divider{margin-bottom:1.25rem;width:100%;border:.5px solid #AAB2FF;opacity:.4}.nav-menu{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.nav-link{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-decoration:none;color:#fff}.nav-icon-container{display:flex;width:3rem;height:3rem;align-items:center;justify-content:center;border-radius:8px}.nav-icon-container.active{background-color:#cc5218}.nav-icon-container.inactive{background-color:#2a3699}.nav-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:#fff}.nav-text{white-space:pre-line;text-align:center;font-size:.75rem}.bottom-container{margin-bottom:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.notification-link{position:relative;display:flex;width:3rem;height:3rem;align-items:center;justify-content:center;text-decoration:none}.notification-link:hover{border-radius:9999px;background-color:#4b5563}.notification-indicator{position:absolute;right:.875rem;top:1rem;width:.375rem;height:.375rem;border-radius:9999px;background-color:#cc5218}.profile-container{display:flex;cursor:pointer;align-items:center;position:relative}.profile-container>div:first-child{transition:all .2s ease;box-shadow:0 0 #fff0}.profile-container>div:first-child:hover{transform:scale(1.05);box-shadow:0 0 0 2px #ffffff80}.profile-container.active>div:first-child{transform:scale(1.05);box-shadow:0 0 0 3px #fffc;background-color:coral!important}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8) translate(-10px)}to{opacity:1;transform:scale(1) translate(0)}}.logout-button{position:absolute;top:0;left:calc(100% + 10px);transform:scale(1);margin-top:0;padding:.75rem 1.25rem;background-color:#cc5218;color:#fff;border-radius:4px;cursor:pointer;z-index:1000;font-size:1rem;font-weight:700;box-shadow:0 4px 8px #0000004d;border:2px solid white;min-width:100px;text-align:center;transition:all .2s ease;animation:fadeInScale .3s ease-out forwards}.logout-button:before{content:"";position:absolute;top:50%;left:-8px;transform:translateY(-50%);width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid white}.logout-button:hover{background-color:#a83e10;transform:scale(1.05);box-shadow:0 6px 12px #0006;transition:all .2s ease}
