.TypewriterText_typingCursor__9NFES{animation:TypewriterText_blink__w2yHY 1s infinite;color:#1890ff;font-weight:700;margin-left:2px}@keyframes TypewriterText_blink__w2yHY{0%,50%{opacity:1}51%,to{opacity:0}}.ChatPanel_chatPanel__bOSVJ{display:flex;flex-direction:column;height:100%;position:relative}.ChatPanel_chatPanel__bOSVJ.ChatPanel_fullscreen__szvqD{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;background-color:#fff}.ChatPanel_chatContainer__ECarG{flex:1 1;display:flex;flex-direction:column;height:100%}.ChatPanel_systemPrompt__Oj02f{padding:15px 20px;background-color:#f8f9fa;border-bottom:1px solid #eaeaea}.ChatPanel_promptHeader__cXfgL{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:600;color:#333;margin-bottom:8px}.ChatPanel_headerButtons__1wEur{display:flex;gap:8px;align-items:center}.ChatPanel_minimizeButton__yyO1K{background:none;border:1px solid #e8e8e8;color:#595959;padding:6px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;width:32px;height:32px;transition:all .3s ease}.ChatPanel_minimizeButton__yyO1K:hover{background-color:#f0f0f0;color:#1890ff;border-color:#1890ff}.ChatPanel_systemPrompt__Oj02f.ChatPanel_minimized__vhT9w{transition:all .3s ease}.ChatPanel_systemPrompt__Oj02f.ChatPanel_minimized__vhT9w .ChatPanel_promptHeader__cXfgL{margin-bottom:0}.ChatPanel_fullscreenButton__iq15r{background:none;border:1px solid #e8e8e8;color:#595959;padding:6px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;width:32px;height:32px;transition:all .3s ease}.ChatPanel_fullscreenButton__iq15r:hover{background-color:#f0f0f0;color:#1890ff;border-color:#1890ff}.ChatPanel_promptContent__iB9mZ{font-size:13px;color:#666;line-height:1.5;white-space:pre-line}.ChatPanel_messageList__pwoVE{flex:1 1;overflow-y:auto;padding:20px}.ChatPanel_typingIndicator__2gKc_{display:flex;align-items:center;padding:12px 16px}.ChatPanel_estimatedTime__j3BvU{padding:12px 16px;background-color:#f0f9ff;border-left:3px solid #1890ff;color:#1890ff;font-size:14px;animation:ChatPanel_pulse__BzP3_ 2s infinite}@keyframes ChatPanel_pulse__BzP3_{0%,to{opacity:1}50%{opacity:.7}}.ChatPanel_typingIndicator__2gKc_ span{width:8px;height:8px;border-radius:50%;background-color:#ccc;margin-right:4px;animation:ChatPanel_typing__BuOuP 1.4s ease-in-out infinite}.ChatPanel_typingIndicator__2gKc_ span:first-child{animation-delay:-.32s}.ChatPanel_typingIndicator__2gKc_ span:nth-child(2){animation-delay:-.16s}@keyframes ChatPanel_typing__BuOuP{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.ChatPanel_messageWrapper__d3E0x{display:flex;margin:20px 0;opacity:0;animation:ChatPanel_fadeIn__dqep1 .5s ease forwards}.ChatPanel_userMessage__i6ho1{flex-direction:row-reverse}.ChatPanel_userMessage__i6ho1 .ChatPanel_message__18Mtw{background-color:#1890ff;color:#fff;border-top-right-radius:4px}.ChatPanel_assistantMessage__3lvzT .ChatPanel_message__18Mtw{background-color:#f0f0f0;color:#333;border-top-left-radius:4px}.ChatPanel_avatar__3H7lu{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#f0f0f0;margin:0 10px;font-size:20px}.ChatPanel_messageContent__456Qi{max-width:70%}.ChatPanel_message__18Mtw{padding:12px 16px;border-radius:12px;margin-bottom:4px;white-space:pre-wrap}.ChatPanel_taskTag__SYe1i{font-size:12px;color:#666;margin-top:4px}.ChatPanel_inputForm__D3b_A{display:flex;padding:20px;border-top:1px solid #eaeaea;background-color:#fff}.ChatPanel_input__WoOKV{flex:1 1;padding:12px;border:1px solid #d9d9d9;border-radius:4px;margin-right:10px;font-size:14px;transition:all .3s ease}.ChatPanel_input__WoOKV:focus{outline:none;border-color:#1890ff}.ChatPanel_input__WoOKV:disabled{background-color:#f5f5f5;color:#999;cursor:not-allowed;border-color:#e8e8e8}.ChatPanel_sendButton__ItjCR{padding:0 20px;background-color:#1890ff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px}.ChatPanel_sendButton__ItjCR:hover{background-color:#40a9ff}@keyframes ChatPanel_fadeIn__dqep1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ChatPanel_uploadedFilesSection__izu3B{margin-bottom:20px;padding:16px;background:linear-gradient(135deg,#f8f9ff,#e8f2ff);border-radius:12px;border:1px solid #d0d7de;box-shadow:0 2px 8px rgba(102,126,234,.1)}.ChatPanel_uploadedFilesHeader__pK84F{margin-bottom:12px;font-weight:600;color:#667eea;font-size:1rem}.ChatPanel_uploadedFilesList__hP8ax{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.ChatPanel_uploadedFileItem__OGsKz{display:flex;align-items:center;gap:12px;padding:8px 12px;background:#fff;border-radius:8px;border:1px solid #e3e8ee;transition:all .2s ease}.ChatPanel_uploadedFileItem__OGsKz:hover{border-color:#667eea;box-shadow:0 1px 4px rgba(102,126,234,.1)}.ChatPanel_uploadedFileItem__OGsKz .ChatPanel_fileIcon__fbhCK{font-size:1.2rem;flex-shrink:0}.ChatPanel_uploadedFileItem__OGsKz .ChatPanel_fileInfo__PRC0I{flex:1 1;min-width:0}.ChatPanel_uploadedFileItem__OGsKz .ChatPanel_fileName__9lDUU{font-weight:500;color:#24292f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.9rem}.ChatPanel_uploadedFileItem__OGsKz .ChatPanel_fileSize__famIk{color:#656d76;font-size:.8rem;margin-top:2px}.ChatPanel_uploadedFileItem__OGsKz .ChatPanel_fileStatus__ARSWq{color:#4caf50;font-weight:700;flex-shrink:0}.ChatPanel_filesReadyMessage__9sEbt{text-align:center;padding:8px;background:rgba(76,175,80,.1);color:#2e7d32;border-radius:6px;font-weight:500;font-size:.9rem}.TodoList_todoList__njvU4{margin:20px 0;padding:15px;background-color:#f8f9fa;border-radius:8px}.TodoList_items__V7eyn{margin-top:10px}.TodoList_item__0Am3m{display:flex;align-items:center;padding:8px 0;border-bottom:1px solid #eee}.TodoList_status__fVZl9{margin-right:10px;font-size:1.2em;color:#666}.TodoList_status__fVZl9.TodoList_completed__TRueL{color:#52c41a}.TodoList_title___XYle{color:#333}.DetailPanel_detailPanel__wSvis{height:100%;overflow-y:auto;padding:20px}.DetailPanel_markdownBlock__vegxw{margin:20px 0;padding:20px;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.DetailPanel_codeBlock__FiZ9e{margin:20px 0;padding:20px;background-color:#f5f5f5;border-radius:8px;overflow-x:auto}.DetailPanel_codeBlock__FiZ9e pre{margin:0;padding:15px;background-color:#1e1e1e;color:#fff;border-radius:4px}.DetailPanel_dataBlock__tETwy{margin:20px 0;padding:20px;background-color:#f8f9fa;border-radius:8px}.DetailPanel_dataBlock__tETwy pre{margin:0;white-space:pre-wrap}.DetailPanel_visualBlock__XoyRf{margin:20px 0}.DetailPanel_visualBlock__XoyRf img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.DetailPanel_title__3eIAS{margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #eaeaea;color:#333;text-transform:capitalize;font-size:1.5em;font-weight:700}.DetailPanel_subtitle__xL77C{margin:10px 0;color:#666;font-size:1.2em;font-weight:700}.DetailPanel_reportSummary__5VQBK{margin:12px 0;line-height:1.6;color:#444}.DetailPanel_section__nYS0I{margin:16px 0}.DetailPanel_reportSections__8C2gL ul{margin:8px 0;padding-left:24px}.DetailPanel_reportSections__8C2gL li{margin:4px 0}.DetailPanel_statResults__A8RKn{margin:16px 0;padding:16px;background:#f8f9fa;border-radius:8px}.DetailPanel_statResults__A8RKn h3{margin-top:0;font-size:1.1em}.DetailPanel_datasetSection__XS5iR{margin:16px 0}.DetailPanel_datasetList__ztUey{display:flex;flex-direction:column;gap:12px}.DetailPanel_datasetCard__18fjy{padding:12px 16px;background:#f8f9fa;border-radius:8px;border:1px solid #eee}.DetailPanel_datasetCard__18fjy h4{margin-top:0}.DetailPanel_dataPreview__Dx4g1{font-size:12px;max-height:200px;overflow:auto}.CorrelationHeatmap_heatmapContainer__j6B31{padding:20px;background:#fff;border-radius:8px}.CorrelationHeatmap_heatmap__3C7LN{display:table;border-collapse:collapse;width:100%}.CorrelationHeatmap_row___Mp_f{display:table-row}.CorrelationHeatmap_cell__GFgbE,.CorrelationHeatmap_headerCell__FkpJU{display:table-cell;padding:12px;text-align:center;border:1px solid #eee}.CorrelationHeatmap_headerCell__FkpJU{font-weight:700;background-color:#f5f5f5}.CorrelationHeatmap_cell__GFgbE{transition:background-color .3s}.PlaybackModal_overlay__8DWyk{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:1000}.PlaybackModal_modal__Uo6vE{background-color:#fff;padding:2rem;border-radius:10px;max-width:600px;width:90%;box-shadow:0 4px 20px rgba(0,0,0,.15)}.PlaybackModal_modalHeader__4Y6J9{display:flex;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.PlaybackModal_modalIcon__8z2V1{font-size:2rem;margin-right:1rem;color:#1890ff}.PlaybackModal_modal__Uo6vE h2{margin-top:0;margin-bottom:1rem;color:#1f1f1f}.PlaybackModal_modal__Uo6vE p{color:#555;line-height:1.5;margin-bottom:1.5rem}.PlaybackModal_buttons__hRO3w{display:flex;justify-content:flex-end}.PlaybackModal_confirmButton__Y21ot{background-color:#1890ff;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;font-size:1rem;transition:all .2s}.PlaybackModal_confirmButton__Y21ot:hover{background-color:#096dd9}.PlaybackModal_features__ysIr7{display:flex;justify-content:space-between;margin-bottom:1.5rem}.PlaybackModal_feature__nbJSW{display:flex;flex-direction:column;align-items:center;width:30%;padding:1rem;border-radius:8px;background-color:#f5f5f5;transition:all .2s}.PlaybackModal_feature__nbJSW:hover{background-color:#e6f7ff;transform:translateY(-2px)}.PlaybackModal_featureIcon__fUzql{font-size:2rem;margin-bottom:.5rem}.PlaybackModal_note__wXE8j{font-size:.9rem;color:#888;font-style:italic;padding:.5rem;background:#f9f9f9;border-radius:4px;margin-bottom:1.5rem}.PlaybackModal_errorCorrection__oIUS8{padding:1rem;background-color:#f9f9f9;border-radius:8px}.PlaybackModal_errorCorrection__oIUS8 h3{display:flex;align-items:center;gap:.5rem;margin-top:0;color:#1890ff}.PlaybackModal_spinningIcon__7ET1q{animation:PlaybackModal_spin__G_0X6 2s linear infinite}@keyframes PlaybackModal_spin__G_0X6{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.PlaybackModal_successIcon__OoUpZ{color:#52c41a}.PlaybackModal_progressBar__t_4cT{height:10px;background-color:#e9e9e9;border-radius:5px;margin:1.5rem 0;overflow:hidden}.PlaybackModal_progressFill__BZqDu{height:100%;transition:width .5s ease-in-out,background-color .5s ease-in-out}.PlaybackModal_iterationInfo__SsGHJ{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:.9rem;color:#666}.PlaybackModal_successText__ye_6X{color:#52c41a;font-weight:700}.PlaybackModal_errorMessage__ZWSqe{background-color:#fff;border:1px solid #d9d9d9;border-radius:4px;padding:1rem;margin-bottom:1.5rem;max-height:120px;overflow-y:auto}.PlaybackModal_errorMessage__ZWSqe pre{margin:0;font-family:Courier New,monospace;font-size:.9rem;color:#d4380d;white-space:pre-wrap}.PlaybackModal_correctionNote__YILVX{font-size:.8rem;color:#999;font-style:italic;text-align:center;margin-top:1rem;margin-bottom:0}.PlaybackModal_modeSelection__UGBYe{margin-bottom:2rem}.PlaybackModal_modeSelection__UGBYe h3{margin-bottom:1rem;color:#1f1f1f;font-size:1.1rem}.PlaybackModal_modeOptions__KOhyM{display:flex;flex-direction:column;gap:1rem}.PlaybackModal_modeOption__Iabym{display:flex;align-items:flex-start;padding:1rem;border:2px solid #e9e9e9;border-radius:8px;cursor:pointer;transition:all .2s ease;background-color:#fafafa}.PlaybackModal_modeOption__Iabym:hover{border-color:#d9d9d9;background-color:#f5f5f5}.PlaybackModal_modeOption__Iabym.PlaybackModal_selected__7OU5P{border-color:#1890ff;background-color:#e6f7ff;box-shadow:0 2px 8px rgba(24,144,255,.15)}.PlaybackModal_modeInput__TdDSw{margin-right:1rem;margin-top:.2rem;transform:scale(1.2)}.PlaybackModal_modeContent__yfqUR{flex:1 1}.PlaybackModal_modeTitle__8suyD{font-size:1.1rem;font-weight:600;color:#1f1f1f;margin-bottom:.5rem}.PlaybackModal_modeDescription__lFqSC{color:#666;font-size:.9rem;line-height:1.4;margin-bottom:.75rem}.PlaybackModal_modeFeatures__poHaW{display:flex;flex-wrap:wrap;gap:.5rem}.PlaybackModal_modeFeature__RTv64{background-color:#f0f0f0;color:#666;padding:.25rem .5rem;border-radius:12px;font-size:.8rem;white-space:nowrap}.PlaybackModal_modeOption__Iabym.PlaybackModal_selected__7OU5P .PlaybackModal_modeFeature__RTv64{background-color:#bae7ff;color:#1890ff}.PlaybackModal_codeOption__xSpHR{margin:1rem 0;padding:1rem;border:1px solid #e9e9e9;border-radius:8px;background-color:#fafafa;transition:all .2s ease}.PlaybackModal_codeOption__xSpHR:hover{background-color:#f5f5f5;border-color:#d9d9d9}.PlaybackModal_codeOptionLabel__ML1cx{display:flex;align-items:center;gap:12px;cursor:pointer;width:100%}.PlaybackModal_codeOptionInput__yj2qT{width:18px;height:18px;cursor:pointer}.PlaybackModal_codeOptionIcon__C80tB{color:#3b82f6;font-size:18px;display:flex;align-items:center}.PlaybackModal_codeOptionContent__kWnGZ{flex:1 1;display:flex;flex-direction:column;gap:4px}.PlaybackModal_codeOptionTitle__2K2_b{font-weight:600;color:#1f1f1f;font-size:14px}.PlaybackModal_codeOptionDescription___rpbF{color:#666;font-size:12px;line-height:1.4}@media (max-width:600px){.PlaybackModal_modal__Uo6vE{padding:1.5rem}.PlaybackModal_features__ysIr7{flex-direction:column;gap:1rem}.PlaybackModal_feature__nbJSW{width:100%}.PlaybackModal_modeOptions__KOhyM{gap:.75rem}.PlaybackModal_modeOption__Iabym{padding:.75rem}.PlaybackModal_modeFeatures__poHaW{flex-direction:column;gap:.25rem}}.TaskList_taskListContainer__qiVCL{display:flex;flex-direction:column;height:100%;background-color:#fafafa;border-right:1px solid #eaeaea;width:250px;transition:width .3s ease}.TaskList_taskListContainer__qiVCL.TaskList_collapsed__B4AP5{width:50px}.TaskList_header__fOw_Y{display:flex;align-items:center;justify-content:space-between;padding:20px 15px;border-bottom:1px solid #eaeaea;background-color:#fff}.TaskList_header__fOw_Y h2{margin:0;font-size:16px;font-weight:600;color:#333}.TaskList_toggleButton__2D4cy{background:none;border:none;cursor:pointer;padding:5px;border-radius:4px;color:#666;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.TaskList_toggleButton__2D4cy:hover{background-color:#f0f0f0;color:#1890ff}.TaskList_taskList___bxB7{flex:1 1;padding:10px;overflow-y:auto}.TaskList_taskItem__yNqv2{display:flex;align-items:center;padding:12px 15px;margin:4px 0;cursor:pointer;border-radius:8px;transition:all .2s ease;border:1px solid transparent}.TaskList_taskItem__yNqv2:hover{background-color:#f5f5f5;border-color:#d9d9d9}.TaskList_taskItem__yNqv2.TaskList_active__bhLYZ{background-color:#e6f7ff;color:#1890ff;border-color:#91d5ff;font-weight:500}.TaskList_taskItem__yNqv2.TaskList_active__bhLYZ .TaskList_taskIcon__9zOXJ{color:#1890ff}.TaskList_taskIcon__9zOXJ{margin-right:12px;font-size:16px;color:#666;display:flex;align-items:center;justify-content:center;width:20px;flex-shrink:0}.TaskList_taskName__19rBO{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:768px){.TaskList_taskListContainer__qiVCL{width:200px}.TaskList_taskListContainer__qiVCL.TaskList_collapsed__B4AP5{width:40px}.TaskList_taskItem__yNqv2{padding:10px 12px}.TaskList_taskIcon__9zOXJ{margin-right:10px;font-size:14px}.TaskList_taskName__19rBO{font-size:13px}}.FloatingToolbar_floatingToolbar__QNloO{position:fixed;top:50%;right:20px;transform:translateY(-50%);z-index:100;background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.15);border:1px solid #e8e8e8;transition:all .3s ease}.FloatingToolbar_floatingToolbar__QNloO.FloatingToolbar_expanded__78evV{background:#fff}.FloatingToolbar_toggleButton__GeXPz{width:48px;height:48px;border:none;background:#1890ff;color:#fff;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;transition:all .3s ease;box-shadow:0 2px 8px rgba(24,144,255,.3)}.FloatingToolbar_toggleButton__GeXPz:hover{background:#40a9ff;transform:scale(1.05)}.FloatingToolbar_toolbarContent__del7o{position:absolute;right:60px;top:0;min-width:200px;background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.15);border:1px solid #e8e8e8;padding:16px;animation:FloatingToolbar_slideIn__18LI5 .3s ease}@keyframes FloatingToolbar_slideIn__18LI5{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.FloatingToolbar_toolbarTitle__F524_{font-size:14px;font-weight:600;color:#333;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #f0f0f0}.FloatingToolbar_toolbarItem__x4NJE{display:flex;align-items:center;width:100%;padding:10px 12px;margin:4px 0;border:none;background:none;color:#595959;text-align:left;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:14px}.FloatingToolbar_toolbarItem__x4NJE:hover{background-color:#f5f5f5;color:#1890ff}.FloatingToolbar_toolbarItem__x4NJE.FloatingToolbar_active__w6Sdj{background-color:#e6f7ff;color:#1890ff;border:1px solid #91d5ff}.FloatingToolbar_taskIcon__jVVqe{margin-right:10px;font-size:16px;display:flex;align-items:center;justify-content:center;width:20px}.FloatingToolbar_taskName__qAEk_{flex:1 1;white-space:nowrap}@media (max-width:768px){.FloatingToolbar_floatingToolbar__QNloO{right:10px}.FloatingToolbar_toolbarContent__del7o{min-width:180px;right:50px}.FloatingToolbar_toggleButton__GeXPz{width:44px;height:44px;font-size:16px}}.DataViewerModal_overlay__yY2oC{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.DataViewerModal_modal__soMOm{background:#fff;border-radius:12px;width:100%;max-width:1400px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.3)}.DataViewerModal_header__eXdvm{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e9ecef;background:#f8f9fa;border-radius:12px 12px 0 0}.DataViewerModal_header__eXdvm h2{margin:0;font-size:1.25rem;color:#24292f;display:flex;align-items:center;gap:10px}.DataViewerModal_headerActions__fbLaH{display:flex;gap:10px}.DataViewerModal_editButton__iz0RW,.DataViewerModal_saveButton__LVcDT{display:flex;align-items:center;gap:6px;padding:8px 16px;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s ease}.DataViewerModal_editButton__iz0RW{background:#667eea;color:#fff}.DataViewerModal_editButton__iz0RW:hover{background:#5a6fd6}.DataViewerModal_saveButton__LVcDT{background:#28a745;color:#fff}.DataViewerModal_saveButton__LVcDT:hover{background:#218838}.DataViewerModal_closeButton__PXJaS{background:none;border:none;color:#6a737d;cursor:pointer;padding:8px;border-radius:6px;transition:all .2s ease}.DataViewerModal_closeButton__PXJaS:hover{background:#e9ecef;color:#24292f}.DataViewerModal_content__tCQoY{flex:1 1;overflow:hidden;display:flex;flex-direction:column;padding:20px 24px}.DataViewerModal_columnsInfo__Vv3qp{margin-bottom:16px;padding:12px 16px;background:#f8f9fa;border-radius:8px}.DataViewerModal_columnsInfo__Vv3qp h4{margin:0 0 10px;font-size:.9rem;color:#586069}.DataViewerModal_columnsList__VsMAk{display:flex;flex-wrap:wrap;gap:8px}.DataViewerModal_columnItem__78Rzq{display:flex;align-items:center;gap:8px;padding:4px 10px;background:#fff;border-radius:4px;font-size:.8rem;border:1px solid #e1e4e8}.DataViewerModal_columnName__TwqgL{font-weight:600;color:#0366d6}.DataViewerModal_columnType__mLB_6{color:#6a737d;background:#e1e4e8;padding:2px 6px;border-radius:3px;font-size:.7rem}.DataViewerModal_columnDesc__woM_9{color:#586069}.DataViewerModal_tableWrapper__DgGWa{flex:1 1;overflow:auto;border:1px solid #e1e4e8;border-radius:8px}.DataViewerModal_dataTable__mHt7B{width:100%;border-collapse:collapse;font-size:.85rem}.DataViewerModal_dataTable__mHt7B td,.DataViewerModal_dataTable__mHt7B th{padding:10px 12px;text-align:left;border-bottom:1px solid #e1e4e8;white-space:nowrap}.DataViewerModal_dataTable__mHt7B th{background:#f6f8fa;font-weight:600;color:#24292f;position:-webkit-sticky;position:sticky;top:0;z-index:1}.DataViewerModal_dataTable__mHt7B th .DataViewerModal_colType__yb6Tw{display:block;font-size:.7rem;font-weight:400;color:#6a737d;margin-top:4px}.DataViewerModal_dataTable__mHt7B tbody tr:hover{background:#f6f8fa}.DataViewerModal_selectedRow__0OLCU{background:#e8f4ff!important}.DataViewerModal_rowIndex__pp8Tx{width:50px;color:#6a737d;text-align:center!important}.DataViewerModal_dateCell__okMIR{color:#0366d6;font-weight:500}.DataViewerModal_selectedCell__MTaos{padding:4px 8px!important}.DataViewerModal_cellInput__txc8t{width:100%;padding:4px 8px;border:2px solid #667eea;border-radius:4px;font-size:.85rem;outline:none}.DataViewerModal_pagination__bTlQe{padding:12px;text-align:center;color:#6a737d;background:#f6f8fa;border-top:1px solid #e1e4e8}.DataViewerModal_footer__67lXx{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e9ecef;background:#f8f9fa;border-radius:0 0 12px 12px}.DataViewerModal_cancelButton__gnij_{padding:10px 20px;border:1px solid #d0d7de;background:#fff;color:#24292f;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s ease}.DataViewerModal_cancelButton__gnij_:hover{background:#f6f8fa}.DataViewerModal_confirmButton__kwFC9{padding:10px 24px;border:none;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s ease}.DataViewerModal_confirmButton__kwFC9:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.FileUploadModal_overlay__5iX_3{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;animation:FileUploadModal_fadeIn__Hg_9b .3s ease-out}.FileUploadModal_modal__QbJ3A{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:80vh;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.2);animation:FileUploadModal_slideUp__ezIfc .3s ease-out}.FileUploadModal_header__wZX99{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e9ecef;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.FileUploadModal_header__wZX99 h2{margin:0;font-size:1.25rem;font-weight:600}.FileUploadModal_headerActions__pbq_v{display:flex;align-items:center;gap:8px}.FileUploadModal_regenerateOutlineButton__ieECz{padding:6px 12px;background:#fff7e6;color:#fa8c16;border:1px solid #ffd591;border-radius:6px;cursor:pointer;font-size:.85rem;transition:all .2s}.FileUploadModal_regenerateOutlineButton__ieECz:hover{background:#fff1b8;border-color:#faad14}.FileUploadModal_closeButton__41dUS{background:none;border:none;color:#fff;cursor:pointer;padding:8px;border-radius:6px;transition:background-color .2s}.FileUploadModal_closeButton__41dUS:hover{background-color:hsla(0,0%,100%,.1)}.FileUploadModal_content__E8D6K{padding:24px;max-height:60vh;overflow-y:auto}.FileUploadModal_uploadArea__34jvf{border:2px dashed #d0d7de;border-radius:8px;padding:40px 20px;text-align:center;cursor:pointer;transition:all .3s ease;background:#f8f9fa}.FileUploadModal_uploadArea__34jvf:hover{border-color:#667eea;background:#f0f4ff}.FileUploadModal_uploadArea__34jvf.FileUploadModal_dragging__y_GFB{border-color:#667eea;background:#e8f2ff;transform:scale(1.02)}.FileUploadModal_uploadIcon__zSL5t{font-size:3rem;color:#667eea;margin-bottom:16px}.FileUploadModal_uploadText__xcVmU h3{margin:0 0 8px;color:#24292f;font-size:1.1rem;font-weight:600}.FileUploadModal_uploadText__xcVmU p{margin:0;color:#656d76;font-size:.9rem}.FileUploadModal_uploadingIndicator__PLDdS{display:flex;align-items:center;justify-content:center;gap:12px;padding:20px;margin-top:16px;background:#f0f4ff;border-radius:8px;color:#667eea;font-weight:500}.FileUploadModal_spinner__mD9Pe{width:20px;height:20px;border:2px solid #e3e8ee;border-top-color:#667eea;border-radius:50%;animation:FileUploadModal_spin__C_Hh_ 1s linear infinite}.FileUploadModal_savedDataSection__ZGwIi{margin-top:20px;padding:16px;background:#f8f9fa;border-radius:8px}.FileUploadModal_savedDataSection__ZGwIi h3{margin:0 0 12px;font-size:14px;font-weight:500;color:#495057}.FileUploadModal_savedDataGrid__fHlY5{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px}.FileUploadModal_savedDataCard__WZ16E{display:flex;align-items:center;gap:10px;padding:10px;background:#fff;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;transition:all .2s ease}.FileUploadModal_savedDataCard__WZ16E:hover{border-color:#a5b4fc;background:#f5f3ff}.FileUploadModal_savedDataCard__WZ16E.FileUploadModal_selected__mXh2b{border-color:#667eea;background:#eef2ff}.FileUploadModal_savedDataIcon__zM2qO{font-size:20px;flex-shrink:0}.FileUploadModal_savedDataInfo__QSBKd{flex:1 1;min-width:0}.FileUploadModal_savedDataName__HJ2NS{font-size:13px;font-weight:500;color:#212529;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.FileUploadModal_savedDataMeta__LFs0I{font-size:11px;color:#6c757d;margin-top:2px}.FileUploadModal_checkmark__GnleY{width:20px;height:20px;background:#667eea;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0}.FileUploadModal_fileList__bwImP{margin-top:24px}.FileUploadModal_fileList__bwImP h3{margin:0 0 16px;font-size:1rem;color:#24292f;font-weight:600}.FileUploadModal_fileItem__6_bdI{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #d0d7de;border-radius:6px;margin-bottom:8px;background:#fff;transition:all .2s ease}.FileUploadModal_fileItem__6_bdI:hover{border-color:#667eea;box-shadow:0 2px 8px rgba(102,126,234,.1)}.FileUploadModal_fileIcon__lHUge{font-size:1.5rem;flex-shrink:0}.FileUploadModal_fileInfo__OxDuh{flex:1 1;min-width:0}.FileUploadModal_fileName__5g2D2{font-weight:500;color:#24292f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.FileUploadModal_fileSize__tL3WF{font-size:.85rem;color:#656d76;margin-top:2px}.FileUploadModal_fileStatus__HK4QG{font-size:1.2rem;flex-shrink:0}.FileUploadModal_uploadSpinner__9j4M1{width:16px;height:16px;border:2px solid #e3e8ee;border-top-color:#667eea;border-radius:50%;animation:FileUploadModal_spin__C_Hh_ 1s linear infinite}.FileUploadModal_deleteButton__6CC5Q{background:none;border:none;color:#d1242f;cursor:pointer;padding:8px;border-radius:4px;transition:background-color .2s;flex-shrink:0}.FileUploadModal_deleteButton__6CC5Q:hover{background-color:rgba(209,36,47,.1)}.FileUploadModal_footer__RSvwj{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px;border-top:1px solid #e9ecef;background:#f8f9fa}.FileUploadModal_aiGenerateButton__l72Rw{display:flex;align-items:center;gap:6px;padding:10px 20px;border:none;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s ease;margin-right:auto}.FileUploadModal_aiGenerateButton__l72Rw:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.FileUploadModal_aiGenerateButton__l72Rw:disabled{opacity:.6;cursor:not-allowed}.FileUploadModal_cancelButton__CfQ0L{padding:10px 20px;border:1px solid #d0d7de;background:#fff;color:#24292f;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s ease}.FileUploadModal_cancelButton__CfQ0L:hover{border-color:#8c959f;background:#f3f4f6}.FileUploadModal_confirmButton__j4N5s{padding:10px 20px;border:none;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s ease}.FileUploadModal_confirmButton__j4N5s:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(102,126,234,.3)}.FileUploadModal_confirmButton__j4N5s:disabled{opacity:.5;cursor:not-allowed;transform:none}@keyframes FileUploadModal_fadeIn__Hg_9b{0%{opacity:0}to{opacity:1}}@keyframes FileUploadModal_slideUp__ezIfc{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes FileUploadModal_spin__C_Hh_{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.FileUploadModal_modal__QbJ3A{width:95%;margin:10px}.FileUploadModal_uploadArea__34jvf{padding:30px 15px}.FileUploadModal_uploadIcon__zSL5t{font-size:2.5rem}.FileUploadModal_fileItem__6_bdI{flex-direction:column;align-items:flex-start;gap:8px}.FileUploadModal_fileInfo__OxDuh{width:100%}.FileUploadModal_footer__RSvwj{flex-direction:column}.FileUploadModal_cancelButton__CfQ0L,.FileUploadModal_confirmButton__j4N5s{width:100%}}.TopicSelectionModal_overlay__eNlTS{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.TopicSelectionModal_modal__9Y0nr{background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.3);max-width:800px;width:100%;max-height:90vh;overflow-y:auto;animation:TopicSelectionModal_modalSlideIn__QyiG8 .3s ease-out}@keyframes TopicSelectionModal_modalSlideIn__QyiG8{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.TopicSelectionModal_header__k613o{padding:28px 28px 16px;border-bottom:1px solid #e5e7eb}.TopicSelectionModal_header__k613o h2{margin:0 0 8px;font-size:22px;font-weight:600;color:#1f2937}.TopicSelectionModal_subtitle__B3uQf{margin:0;color:#6b7280;font-size:14px;line-height:1.5}.TopicSelectionModal_content__C_Zu7{padding:24px 28px}.TopicSelectionModal_section__Bmadh{margin-bottom:20px}.TopicSelectionModal_section__Bmadh:last-child{margin-bottom:0}.TopicSelectionModal_customInputPrimary__cN0Hi{border:2px solid #e0e7ff;border-radius:12px;padding:20px;background:linear-gradient(135deg,#f0f5ff,#faf5ff);transition:border-color .2s}.TopicSelectionModal_customInputPrimary__cN0Hi:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.TopicSelectionModal_textarea__mznpU{width:100%;padding:14px;border:1px solid #d1d5db;border-radius:8px;font-size:15px;line-height:1.6;resize:vertical;min-height:100px;font-family:inherit;transition:border-color .2s ease;background:#fff;box-sizing:border-box}.TopicSelectionModal_textarea__mznpU:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.08)}.TopicSelectionModal_textarea__mznpU::placeholder{color:#9ca3af;font-size:14px}.TopicSelectionModal_inputHint__hntpd{margin-top:10px;font-size:13px;color:#6b7280;line-height:1.5;padding-left:2px}.TopicSelectionModal_divider__YoH6s{display:flex;align-items:center;gap:16px;margin:20px 0;color:#9ca3af;font-size:13px}.TopicSelectionModal_divider__YoH6s:after,.TopicSelectionModal_divider__YoH6s:before{content:"";flex:1 1;height:1px;background:#e5e7eb}.TopicSelectionModal_topicGrid___RWAx{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:12px;gap:12px}.TopicSelectionModal_topicCard__MEp2W{border:2px solid #e5e7eb;border-radius:10px;padding:16px;cursor:pointer;transition:all .2s ease;position:relative;background:#fafafa}.TopicSelectionModal_topicCard__MEp2W:hover{border-color:#6366f1;background:#f8f7ff;transform:translateY(-1px);box-shadow:0 4px 12px rgba(99,102,241,.12)}.TopicSelectionModal_topicCard__MEp2W.TopicSelectionModal_selected__BdH6L{border-color:#6366f1;background:#eef2ff;box-shadow:0 4px 12px rgba(99,102,241,.18)}.TopicSelectionModal_topicCard__MEp2W.TopicSelectionModal_dimmed__Z4PP5{opacity:.45;pointer-events:none}.TopicSelectionModal_topicIcon__3hmFr{font-size:28px;margin-bottom:8px}.TopicSelectionModal_topicInfo__mJYia h4{margin:0 0 4px;font-size:15px;font-weight:600;color:#1f2937}.TopicSelectionModal_topicInfo__mJYia p{margin:0;font-size:13px;color:#6b7280;line-height:1.4}.TopicSelectionModal_checkmark__4JSE0{position:absolute;top:10px;right:10px;width:22px;height:22px;background:#6366f1;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}.TopicSelectionModal_footer__PFFBj{padding:18px 28px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:12px}.TopicSelectionModal_cancelButton__udoNQ{padding:10px 20px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.TopicSelectionModal_cancelButton__udoNQ:hover{background:#f9fafb;border-color:#9ca3af}.TopicSelectionModal_confirmButton__TsJYn{padding:10px 24px;border:none;border-radius:8px;background:#6366f1;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.TopicSelectionModal_confirmButton__TsJYn:hover:not(:disabled){background:#4f46e5}.TopicSelectionModal_confirmButton__TsJYn:disabled{background:#c7c9d4;cursor:not-allowed}.TopicSelectionModal_savedDataGrid__Awr6k{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.TopicSelectionModal_savedDataCard___D8JX{display:flex;align-items:center;gap:12px;padding:12px;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:all .2s ease;background:#fafafa}.TopicSelectionModal_savedDataCard___D8JX:hover:not(.TopicSelectionModal_dimmed__Z4PP5){border-color:#a5b4fc;background:#f5f3ff}.TopicSelectionModal_savedDataCard___D8JX.TopicSelectionModal_selected__BdH6L{border-color:#6366f1;background:#eef2ff}.TopicSelectionModal_savedDataCard___D8JX.TopicSelectionModal_dimmed__Z4PP5{opacity:.5;cursor:not-allowed}.TopicSelectionModal_savedDataIcon__cvkhU{font-size:24px;flex-shrink:0}.TopicSelectionModal_savedDataInfo__F_wR8{flex:1 1;min-width:0}.TopicSelectionModal_savedDataInfo__F_wR8 h4{margin:0 0 4px;font-size:14px;font-weight:500;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.TopicSelectionModal_savedDataInfo__F_wR8 p{margin:0;font-size:12px;color:#6b7280}@media (max-width:768px){.TopicSelectionModal_modal__9Y0nr{margin:10px;max-height:calc(100vh - 20px)}.TopicSelectionModal_topicGrid___RWAx{grid-template-columns:1fr}.TopicSelectionModal_header__k613o{padding:20px 20px 12px}.TopicSelectionModal_content__C_Zu7{padding:20px}.TopicSelectionModal_footer__PFFBj{padding:16px 20px}}.OutlineBuilderModal_overlay__eMkzl{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.OutlineBuilderModal_modal__mIQHX{background:#fff;border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,.15);max-width:800px;width:100%;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.OutlineBuilderModal_header__ig2Mw{padding:24px 24px 16px;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.OutlineBuilderModal_header__ig2Mw h2{margin:0 0 8px;font-size:24px;font-weight:600}.OutlineBuilderModal_subtitle__1YRfz{margin:0;opacity:.9;font-size:14px;line-height:1.5}.OutlineBuilderModal_content__TdQuy{flex:1 1;overflow-y:auto;padding:24px}.OutlineBuilderModal_loading__crZst{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#6b7280}.OutlineBuilderModal_spinner__PdYeC{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:OutlineBuilderModal_spin__WXmNy 1s linear infinite;margin-bottom:16px}@keyframes OutlineBuilderModal_spin__WXmNy{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.OutlineBuilderModal_outlineTitle__YXK_N{margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #e5e7eb}.OutlineBuilderModal_outlineTitle__YXK_N h3{margin:0 0 12px;font-size:20px;font-weight:600;color:#1f2937}.OutlineBuilderModal_metadata__9VIO5{display:flex;gap:16px;font-size:14px;color:#6b7280}.OutlineBuilderModal_topic__mtFfB,.OutlineBuilderModal_type__cxZzu{background:#f3f4f6;padding:4px 8px;border-radius:6px}.OutlineBuilderModal_outlineContent__D1lzb{space-y:16px}.OutlineBuilderModal_section__SNqeN{margin-bottom:24px;padding:20px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.OutlineBuilderModal_sectionHeader__1FIne{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.OutlineBuilderModal_sectionHeader__1FIne h4{margin:0;font-size:18px;font-weight:600;color:#1f2937}.OutlineBuilderModal_editButton__4_1d3{background:#667eea;color:#fff;border:none;padding:6px 12px;border-radius:6px;font-size:12px;cursor:pointer;transition:background-color .2s}.OutlineBuilderModal_editButton__4_1d3:hover{background:#5a67d8}.OutlineBuilderModal_editForm__oG41S{padding:16px;background:#fff;border-radius:8px;border:2px solid #667eea}.OutlineBuilderModal_editField__66NcW{margin-bottom:12px}.OutlineBuilderModal_editField__66NcW label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:6px}.OutlineBuilderModal_editInput__N4RPO{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;box-sizing:border-box}.OutlineBuilderModal_editInput__N4RPO:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.OutlineBuilderModal_editTextarea__cBQDb{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;resize:vertical;font-family:inherit;box-sizing:border-box}.OutlineBuilderModal_editTextarea__cBQDb:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.OutlineBuilderModal_editActions___5Vgs{display:flex;gap:8px;margin-top:12px}.OutlineBuilderModal_saveButton__xHu4c{background:#10b981;color:#fff;border:none;padding:6px 16px;border-radius:6px;font-size:13px;cursor:pointer}.OutlineBuilderModal_saveButton__xHu4c:hover{background:#059669}.OutlineBuilderModal_cancelEditButton__ZpCgb{background:#6b7280;color:#fff;border:none;padding:6px 16px;border-radius:6px;font-size:13px;cursor:pointer}.OutlineBuilderModal_cancelEditButton__ZpCgb:hover{background:#4b5563}.OutlineBuilderModal_sectionDescription__zymRV{margin:0 0 16px;color:#6b7280;font-size:14px;line-height:1.5}.OutlineBuilderModal_subsections__eIJrX{margin-left:16px}.OutlineBuilderModal_subsection__IXgtm{display:flex;align-items:flex-start;margin-bottom:8px;padding:8px 0}.OutlineBuilderModal_subsectionNumber__Ow10G{background:#667eea;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;margin-right:12px;flex-shrink:0}.OutlineBuilderModal_subsectionTitle__18Rlt{font-weight:500;color:#374151;margin-right:8px;min-width:120px}.OutlineBuilderModal_subsectionDescription__gdg7s{color:#6b7280;font-size:14px;line-height:1.4}.OutlineBuilderModal_footer__R97vj{padding:16px 24px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;gap:12px;background:#f9fafb}.OutlineBuilderModal_cancelButton__K8VSV{background:#6b7280;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:14px;cursor:pointer;transition:background-color .2s}.OutlineBuilderModal_cancelButton__K8VSV:hover{background:#4b5563}.OutlineBuilderModal_confirmButton__BgfM3{background:#10b981;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:14px;cursor:pointer;transition:background-color .2s}.OutlineBuilderModal_confirmButton__BgfM3:hover:not(:disabled){background:#059669}.OutlineBuilderModal_confirmButton__BgfM3:disabled{background:#d1d5db;cursor:not-allowed}@media (max-width:768px){.OutlineBuilderModal_modal__mIQHX{margin:10px;max-height:95vh}.OutlineBuilderModal_header__ig2Mw{padding:20px 16px 12px}.OutlineBuilderModal_content__TdQuy,.OutlineBuilderModal_section__SNqeN{padding:16px}.OutlineBuilderModal_footer__R97vj{padding:12px 16px}.OutlineBuilderModal_metadata__9VIO5{flex-direction:column;gap:8px}.OutlineBuilderModal_subsection__IXgtm{flex-direction:column;align-items:flex-start}.OutlineBuilderModal_subsectionTitle__18Rlt{min-width:auto;margin-bottom:4px}}.HistoryModal_overlay__j_cFC{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.HistoryModal_modal__Fka17{background-color:#fff;border-radius:12px;width:90%;max-width:600px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 4px 20px rgba(0,0,0,.15)}.HistoryModal_modalHeader__w32s8{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e8e8e8}.HistoryModal_modalHeader__w32s8 h2{margin:0;font-size:18px;color:#333}.HistoryModal_closeButton__T__Mt{background:none;border:none;font-size:18px;color:#999;cursor:pointer;padding:4px}.HistoryModal_closeButton__T__Mt:hover{color:#333}.HistoryModal_modalContent__PR3Eq{flex:1 1;overflow-y:auto;padding:16px 24px}.HistoryModal_emptyState__64nav{text-align:center;padding:40px 20px;color:#999}.HistoryModal_emptyState__64nav p{margin:0;font-size:16px}.HistoryModal_hint__RFMX9{margin-top:8px!important;font-size:14px!important;color:#ccc}.HistoryModal_historyList__Aq_CB{display:flex;flex-direction:column;gap:12px}.HistoryModal_historyItem__tkKcz{display:flex;align-items:center;justify-content:space-between;padding:16px;background-color:#fafafa;border-radius:8px;border:1px solid #e8e8e8;transition:all .2s ease}.HistoryModal_historyItem__tkKcz:hover{background-color:#f0f0f0;border-color:#1890ff}.HistoryModal_taskInfo__g_0Uw{display:flex;align-items:center;gap:12px;flex:1 1}.HistoryModal_taskStatus__PgBOi{font-size:20px}.HistoryModal_statusCompleted__we2kU{color:#52c41a}.HistoryModal_statusFailed__vpjM4{color:#ff4d4f}.HistoryModal_statusInProgress__94XST{color:#1890ff;animation:HistoryModal_spin__hsdpf 1s linear infinite}@keyframes HistoryModal_spin__hsdpf{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.HistoryModal_taskDetails__cKM8X h3{margin:0;font-size:14px;color:#333}.HistoryModal_taskDate__KQ59N{margin:4px 0 0;font-size:12px;color:#999}.HistoryModal_taskActions__utOwh{display:flex;gap:8px}.HistoryModal_downloadButton__eEZYp,.HistoryModal_loadButton__l6xQx,.HistoryModal_replayButton__bNobq{display:flex;align-items:center;gap:4px;padding:6px 12px;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:all .2s ease}.HistoryModal_downloadButton__eEZYp{background-color:#1890ff;color:#fff}.HistoryModal_downloadButton__eEZYp:hover{background-color:#40a9ff}.HistoryModal_loadButton__l6xQx{background-color:#f0f0f0;color:#333}.HistoryModal_loadButton__l6xQx:hover{background-color:#e8e8e8}.HistoryModal_replayButton__bNobq{background-color:#52c41a;color:#fff}.HistoryModal_replayButton__bNobq:hover{background-color:#73d13d}.CodeViewer_toggleButton__lqEL2{position:fixed;top:30%;right:20px;transform:translateY(-50%);background:#3b82f6;color:#fff;border:none;border-radius:8px;padding:12px 16px;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:14px;box-shadow:0 4px 12px rgba(59,130,246,.3);transition:all .3s ease;z-index:1001}.CodeViewer_toggleButton__lqEL2:hover{background:#2563eb;transform:translateY(-50%) translateX(-5px);box-shadow:0 6px 20px rgba(59,130,246,.4)}.CodeViewer_codeViewer__Xrcfz{position:fixed;top:20px;right:20px;width:480px;height:calc(100vh - 40px);background:#1e293b;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);z-index:1000;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.CodeViewer_codeViewer__Xrcfz.CodeViewer_expanded__8pfFI{width:60vw;max-width:1200px}.CodeViewer_header__ZovQ6{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #334155;background:#0f172a}.CodeViewer_title__0iop7{display:flex;align-items:center;gap:10px;color:#f1f5f9}.CodeViewer_titleIcon__9bbQp{color:#3b82f6;font-size:18px}.CodeViewer_title__0iop7 h3{margin:0;font-size:16px;font-weight:600}.CodeViewer_controls__HtY84{display:flex;gap:8px}.CodeViewer_controlButton__NoETF{background:none;border:none;color:#94a3b8;cursor:pointer;padding:6px;border-radius:4px;transition:all .2s ease;font-size:16px}.CodeViewer_controlButton__NoETF:hover{background:#334155;color:#f1f5f9}.CodeViewer_content__TAp49{flex:1 1;display:flex;flex-direction:column;overflow:hidden}.CodeViewer_tabs__hZXEd{display:flex;background:#0f172a;border-bottom:1px solid #334155;overflow-x:auto;padding:0 16px}.CodeViewer_tab__V6tRv{background:none;color:#94a3b8;cursor:pointer;padding:12px 16px;white-space:nowrap;display:flex;align-items:center;gap:8px;font-size:13px;transition:all .2s ease;border:none;border-bottom:2px solid transparent;position:relative}.CodeViewer_tab__V6tRv:hover{color:#f1f5f9;background:rgba(59,130,246,.1)}.CodeViewer_tab__V6tRv.CodeViewer_active___FBB9{color:#3b82f6;border-bottom-color:#3b82f6}.CodeViewer_fileCount__iDjtl{background:#3b82f6;color:#fff;border-radius:10px;padding:2px 6px;font-size:10px;min-width:16px;text-align:center}.CodeViewer_codeContent__Y820Z{flex:1 1;display:flex;flex-direction:column;overflow:hidden}.CodeViewer_codeHeader__AE9pu{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#1e293b;border-bottom:1px solid #334155}.CodeViewer_stageInfo__xxeF_ h4{margin:0 0 4px;color:#f1f5f9;font-size:14px;font-weight:600}.CodeViewer_statusBadge__F87ZS{display:flex;align-items:center;gap:6px;font-size:12px}.CodeViewer_statusText__y908k{color:#94a3b8}.CodeViewer_executionTime__MSfKV{color:#64748b;font-size:11px}.CodeViewer_copyButton__HVcV1{background:#374151;border:none;color:#d1d5db;padding:8px 12px;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:6px;font-size:12px;transition:all .2s ease}.CodeViewer_copyButton__HVcV1:hover{background:#4b5563;color:#f9fafb}.CodeViewer_codeBlock__M9Flk{flex:1 1;overflow:auto;background:#0f172a}.CodeViewer_codeText__p2tzH{margin:0;padding:20px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:13px;line-height:1.5;color:#e2e8f0;background:none;overflow-x:auto}.CodeViewer_codeText__p2tzH .keyword{color:#c084fc;font-weight:600}.CodeViewer_codeText__p2tzH .function{color:#60a5fa;font-weight:600}.CodeViewer_codeText__p2tzH .comment{color:#6b7280;font-style:italic}.CodeViewer_codeText__p2tzH .string{color:#34d399}.CodeViewer_codeText__p2tzH .number{color:#fbbf24}.CodeViewer_generatedFiles__7_ynt{padding:16px 20px;background:#1e293b;border-bottom:1px solid #334155}.CodeViewer_generatedFiles__7_ynt h5{margin:0 0 8px;color:#f1f5f9;font-size:13px;font-weight:600}.CodeViewer_generatedFiles__7_ynt ul{list-style:none;margin:0;padding:0}.CodeViewer_fileItem__ORckh{display:flex;align-items:center;gap:8px;padding:4px 0;color:#94a3b8;font-size:12px}.CodeViewer_fileIcon__au60l{color:#10b981;font-size:10px}.CodeViewer_output__jNNT1{padding:16px 20px;background:#0f172a;border-bottom:1px solid #334155}.CodeViewer_output__jNNT1 h5{margin:0 0 8px;color:#f1f5f9;font-size:13px;font-weight:600}.CodeViewer_outputText__vOGQQ{margin:0;padding:12px;background:#000;color:#22c55e;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px;line-height:1.4;border-radius:6px;overflow-x:auto;max-height:200px;overflow-y:auto}.CodeViewer_error__MXDxl{padding:16px 20px;background:#0f172a;border-bottom:1px solid #334155}.CodeViewer_error__MXDxl h5{margin:0 0 8px;color:#f1f5f9;font-size:13px;font-weight:600}.CodeViewer_errorText__mhFmM{margin:0;padding:12px;background:#1f2937;color:#f87171;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px;line-height:1.4;border-radius:6px;border-left:4px solid #ef4444;overflow-x:auto;max-height:200px;overflow-y:auto}.CodeViewer_emptyState__Q_tnc{flex:1 1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;text-align:center}.CodeViewer_emptyIcon___er8I{font-size:48px;color:#64748b;margin-bottom:16px}.CodeViewer_emptyState__Q_tnc p{margin:0 0 8px;color:#94a3b8;font-size:16px}.CodeViewer_emptyHint__SiCDs{color:#64748b!important;font-size:14px!important;max-width:300px}.CodeViewer_successIcon__L3bgK{color:#10b981}.CodeViewer_errorIcon__Wqn8v{color:#ef4444}.CodeViewer_runningIcon__W_f9f{color:#f59e0b;animation:CodeViewer_spin__jhdVy 1s linear infinite}.CodeViewer_pendingIcon__dEXrb{color:#6b7280}@keyframes CodeViewer_spin__jhdVy{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.CodeViewer_executionDetails__CASBa{padding:16px 20px;background:#1e293b;border-bottom:1px solid #334155}.CodeViewer_executionDetails__CASBa h5{margin:0 0 12px;color:#f1f5f9;font-size:13px;font-weight:600}.CodeViewer_executionDetails__CASBa h6{margin:12px 0 6px;color:#e2e8f0;font-size:12px;font-weight:600}.CodeViewer_attemptProgress__Z1bh1{margin-bottom:16px}.CodeViewer_progressInfo__qZsil{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:12px;color:#94a3b8}.CodeViewer_codeLength__YUPcT{color:#64748b}.CodeViewer_progressBar__YAeCH{width:100%;height:6px;background:#334155;border-radius:3px;overflow:hidden}.CodeViewer_progressFill__B4PhR{height:100%;transition:width .3s ease;border-radius:3px}.CodeViewer_validationErrors__DiyWF{margin-bottom:16px}.CodeViewer_validationErrors__DiyWF ul{list-style:none;margin:0;padding:0}.CodeViewer_validationError__5c3_2{display:flex;align-items:center;gap:8px;padding:6px 12px;margin-bottom:4px;background:rgba(239,68,68,.1);border-left:3px solid #ef4444;border-radius:4px;font-size:11px;color:#fca5a5;line-height:1.4}.CodeViewer_warningIcon__zOt83{color:#f59e0b;font-size:10px;flex-shrink:0}.CodeViewer_appliedStrategies__nwn7R{margin-bottom:16px}.CodeViewer_strategyList__hPg6l{display:flex;flex-wrap:wrap;gap:6px}.CodeViewer_strategyTag__nxASl{background:#0f172a;color:#60a5fa;padding:4px 8px;border-radius:12px;font-size:10px;border:1px solid #1e40af}.CodeViewer_expectedFiles__0F8_L{margin-bottom:16px}.CodeViewer_expectedFiles__0F8_L ul{list-style:none;margin:0;padding:0}.CodeViewer_expectedFile__ZaKXI{padding:4px 0;font-size:11px;color:#94a3b8}.CodeViewer_executionHistory__X2Ph8{padding:16px 20px;background:#0f172a;border-bottom:1px solid #334155}.CodeViewer_executionHistory__X2Ph8 h5{margin:0 0 12px;color:#f1f5f9;font-size:13px;font-weight:600}.CodeViewer_attemptItem__Y_Fcw{margin-bottom:12px;padding:12px;border-radius:6px;border-left:4px solid #64748b}.CodeViewer_attemptItem__Y_Fcw.CodeViewer_success__lqamr{background:rgba(16,185,129,.1);border-left-color:#10b981}.CodeViewer_attemptItem__Y_Fcw.CodeViewer_failed__nW1Q5{background:rgba(239,68,68,.1);border-left-color:#ef4444}.CodeViewer_attemptItem__Y_Fcw.CodeViewer_running__GmwjY{background:rgba(245,158,11,.1);border-left-color:#f59e0b}.CodeViewer_attemptHeader__O1ceI{display:flex;align-items:center;gap:12px;margin-bottom:8px}.CodeViewer_attemptNumber__FJuW9{font-weight:600;font-size:11px;color:#e2e8f0}.CodeViewer_attemptStatus__mbvdW{display:flex;align-items:center;gap:4px;font-size:11px;color:#94a3b8}.CodeViewer_attemptDuration__rmrv2{font-size:10px;color:#64748b}.CodeViewer_attemptFixes__xxyaa,.CodeViewer_attemptStrategies__DjsZ8{margin:6px 0;font-size:10px;color:#94a3b8}.CodeViewer_attemptFixes__xxyaa span:first-child,.CodeViewer_attemptStrategies__DjsZ8 span:first-child{color:#64748b;margin-right:6px}.CodeViewer_fixBadge__5UHy4,.CodeViewer_strategyBadge__4Qmk5{background:#1e293b;color:#94a3b8;padding:2px 6px;border-radius:8px;margin-right:4px;font-size:9px}.CodeViewer_fixBadge__5UHy4{background:rgba(16,185,129,.2);color:#6ee7b7}.CodeViewer_attemptError__C3Mdr,.CodeViewer_attemptOutput__YxWXP{margin-top:8px}.CodeViewer_attemptError__C3Mdr pre,.CodeViewer_attemptOutput__YxWXP pre{margin:0;padding:8px;background:#000;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:10px;line-height:1.3;overflow-x:auto;max-height:120px;overflow-y:auto}.CodeViewer_attemptOutput__YxWXP pre{color:#22c55e}.CodeViewer_attemptError__C3Mdr pre{color:#f87171}@media (max-width:768px){.CodeViewer_codeViewer__Xrcfz{width:calc(100vw - 20px);right:10px;top:10px;height:calc(100vh - 20px)}.CodeViewer_codeViewer__Xrcfz.CodeViewer_expanded__8pfFI{width:calc(100vw - 20px)}.CodeViewer_toggleButton__lqEL2{right:10px}.CodeViewer_tabs__hZXEd{padding:0 8px}.CodeViewer_tab__V6tRv{padding:10px 12px;font-size:12px}.CodeViewer_codeHeader__AE9pu{padding:12px 16px}.CodeViewer_codeText__p2tzH{padding:16px;font-size:12px}}.FloatingButtonManager_floatingButtonContainer__Iyqai{position:fixed;top:30%;right:20px;transform:translateY(-50%);display:flex;flex-direction:column;gap:12px;z-index:1001}.FloatingButtonManager_floatingButton__Hm5M9{display:flex;align-items:center;gap:8px;padding:12px 16px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.15);white-space:nowrap;min-width:120px;justify-content:center}.FloatingButtonManager_floatingButton__Hm5M9:hover{transform:translateX(-5px);box-shadow:0 6px 20px rgba(0,0,0,.2)}.FloatingButtonManager_codeButton__A79vq{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.FloatingButtonManager_codeButton__A79vq:hover{background:linear-gradient(135deg,#2563eb,#1e40af)}.FloatingButtonManager_pdfButton__ZfDG7{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.FloatingButtonManager_pdfButton__ZfDG7:hover{background:linear-gradient(135deg,#059669,#047857)}@media (max-width:768px){.FloatingButtonManager_floatingButtonContainer__Iyqai{right:10px;top:auto;bottom:80px;transform:none}.FloatingButtonManager_floatingButton__Hm5M9{padding:10px 14px;font-size:13px;min-width:100px}.FloatingButtonManager_floatingButton__Hm5M9 span{display:none}}@media (max-width:480px){.FloatingButtonManager_floatingButton__Hm5M9{padding:8px 12px;font-size:12px;min-width:48px}}.Sidebar_sidebar__oTTpu{width:250px;height:100vh;background-color:#fff;border-right:1px solid #e8e8e8;display:flex;flex-direction:column;transition:width .3s ease;overflow:hidden}.Sidebar_sidebar__oTTpu.Sidebar_collapsed__6joV1{width:80px}.Sidebar_logo__xGFK5{padding:24px 20px;border-bottom:1px solid #e8e8e8;display:flex;align-items:center;justify-content:space-between;position:relative}.Sidebar_logoContent__B6LK8{display:flex;align-items:center;gap:10px;flex:1 1}.Sidebar_collapseButton__UiOrT{background:none;border:1px solid #e8e8e8;color:#595959;padding:6px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;width:32px;height:32px;transition:all .3s ease}.Sidebar_collapseButton__UiOrT:hover{background-color:#f0f0f0;color:#1890ff;border-color:#1890ff}.Sidebar_logo__xGFK5 img{width:32px;height:32px}.Sidebar_logo__xGFK5 h1{margin:0;font-size:1.5rem;font-weight:500;color:#1890ff}.Sidebar_navigation__A8Xn_{flex:1 1;padding:20px 0}.Sidebar_taskActions__0AMfF{padding:0 16px 16px;display:flex;flex-direction:column;gap:8px;border-bottom:1px solid #e8e8e8}.Sidebar_historyButton__qIgO2,.Sidebar_newTaskButton__1NmuW{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border:none;border-radius:6px;cursor:pointer;font-size:14px;transition:all .3s ease}.Sidebar_newTaskButton__1NmuW{background-color:#1890ff;color:#fff}.Sidebar_newTaskButton__1NmuW:hover{background-color:#40a9ff}.Sidebar_historyButton__qIgO2{background-color:#f0f0f0;color:#595959}.Sidebar_historyButton__qIgO2:hover{background-color:#e8e8e8;color:#1890ff}.Sidebar_navItem__Wa91r{display:flex;align-items:center;padding:12px 24px;color:#595959;cursor:pointer;transition:all .3s;font-size:1rem;text-decoration:none;white-space:nowrap;position:relative}.Sidebar_navItem__Wa91r svg{margin-right:12px;font-size:1.2rem;flex-shrink:0}.Sidebar_collapsed__6joV1 .Sidebar_navItem__Wa91r{justify-content:center;padding:12px 8px}.Sidebar_collapsed__6joV1 .Sidebar_navItem__Wa91r svg{margin-right:0}.Sidebar_collapsed__6joV1 .Sidebar_navItem__Wa91r span{display:none}.Sidebar_navItem__Wa91r:hover{background-color:#e6f7ff;color:#1890ff}.Sidebar_navItem__Wa91r.Sidebar_active__XIQzC{background-color:#e6f7ff;color:#1890ff;border-right:3px solid #1890ff}.Sidebar_aiModeSection__dzfWy{padding:20px;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}.Sidebar_aiModeSection__dzfWy h3{display:flex;align-items:center;gap:8px;margin-top:0;margin-bottom:16px;font-size:1rem;color:#595959}.Sidebar_modeSelector__cCCjO{display:flex;flex-direction:column;gap:12px}.Sidebar_modeButtons__lKZxI{display:flex;gap:4px;background-color:#f5f5f5;border-radius:8px;padding:4px}.Sidebar_modeButton__2vQ16{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 4px;background:none;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;font-size:.75rem;color:#595959;min-height:50px}.Sidebar_modeButton__2vQ16:hover{background-color:#e6f7ff;color:#1890ff}.Sidebar_modeButton__2vQ16.Sidebar_active__XIQzC{background-color:#1890ff;color:#fff;box-shadow:0 2px 4px rgba(24,144,255,.3)}.Sidebar_modeButton__2vQ16:disabled{opacity:.6;cursor:not-allowed}.Sidebar_modeButton__2vQ16 svg{font-size:1rem}.Sidebar_modeButton__2vQ16 span{font-weight:500}.Sidebar_modeDescription__aUvhk{font-size:.8rem;color:#8c8c8c;text-align:center;padding:8px;background-color:#fafafa;border-radius:6px;line-height:1.4}.Sidebar_caseStudyPromotion__WIKOn{padding:20px;border-top:1px solid #e8e8e8}.Sidebar_caseStudyPromotion__WIKOn h3{display:flex;align-items:center;gap:8px;margin-top:0;margin-bottom:16px;font-size:1rem;color:#595959}.Sidebar_caseCard__pAynM{background-color:#f5f5f5;border-radius:8px;padding:16px;transition:all .3s}.Sidebar_caseCard__pAynM:hover{background-color:#e6f7ff}.Sidebar_caseCard__pAynM h4{margin:0 0 8px;font-size:.9rem;color:#1890ff}.Sidebar_caseCard__pAynM p{margin:0 0 12px;font-size:.85rem;color:#595959;line-height:1.4}.Sidebar_caseLink__3c0oF{display:inline-block;padding:5px 10px;background-color:#1890ff;color:#fff;text-decoration:none;border-radius:4px;font-size:.8rem;transition:background-color .3s}.Sidebar_caseLink__3c0oF:hover{background-color:#096dd9}.Sidebar_footer__SQlqB{padding:16px;border-top:1px solid #e8e8e8;font-size:.8rem;color:#999;display:flex;flex-direction:column;align-items:center;gap:4px}@media (max-width:768px){.Sidebar_sidebar__oTTpu{width:200px}}.Home_layout__HWvq1{display:flex;height:100vh;overflow:hidden}.Home_layout__HWvq1.Home_fullscreenMode__0ifH6{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000}.Home_container__9OuOz{flex:1 1;display:flex;overflow:hidden}.Home_taskSection__e4__3{flex-shrink:0;overflow:hidden}.Home_chatSection__wpGaq{flex:1 1;border-right:1px solid #eaeaea;min-width:400px;max-width:50%}.Home_chatSection__wpGaq.Home_withPreview__AxJ6z{max-width:35%;min-width:300px}.Home_detailSection__C5eT5{flex:1 1;min-width:50%;overflow:hidden;display:flex;flex-direction:column}.Home_detailSection__C5eT5.Home_withPreview__AxJ6z{max-width:30%;min-width:250px}.Home_detailControls__oQqW6{padding:15px 20px;border-bottom:1px solid #eaeaea;background-color:#fafafa;display:flex;align-items:center;justify-content:flex-end}.Home_switchLabel__Hk3zZ{display:flex;align-items:center;cursor:pointer;font-size:14px;color:#333;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Home_switchInput__lLBzs{display:none}.Home_switchSlider__Wq4_G{position:relative;width:44px;height:24px;background-color:#ccc;border-radius:24px;margin-right:8px;transition:all .3s ease}.Home_switchSlider__Wq4_G:before{content:"";position:absolute;width:20px;height:20px;border-radius:50%;background-color:#fff;top:2px;left:2px;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.2)}.Home_switchInput__lLBzs:checked+.Home_switchSlider__Wq4_G{background-color:#1890ff}.Home_switchInput__lLBzs:checked+.Home_switchSlider__Wq4_G:before{transform:translateX(20px)}.Home_detailSection__C5eT5>div:last-child{flex:1 1;overflow-y:auto}.Home_htmlPreviewSection__ndhk9{flex:1 1;min-width:50%;overflow:hidden;display:flex;flex-direction:column;border-left:1px solid #eaeaea;background-color:#fff}.Home_htmlPreviewHeader__sulUO{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background-color:#f5f5f5;border-bottom:1px solid #eaeaea}.Home_htmlPreviewHeader__sulUO h3{margin:0;font-size:14px;font-weight:600;color:#333}.Home_htmlPreviewActions__hbSB1{display:flex;gap:8px;align-items:center}.Home_closePreviewButton__hr7du,.Home_exportPdfButton__V00Al,.Home_refreshButton__EjJyF{padding:6px 12px;border:none;border-radius:4px;cursor:pointer;font-size:13px;display:flex;align-items:center;gap:4px;transition:all .2s}.Home_refreshButton__EjJyF{background-color:#f0f0f0;color:#333}.Home_refreshButton__EjJyF:hover:not(:disabled){background-color:#e0e0e0}.Home_refreshButton__EjJyF:disabled{opacity:.6;cursor:not-allowed}.Home_exportPdfButton__V00Al{background-color:#1890ff;color:#fff}.Home_exportPdfButton__V00Al:hover{background-color:#40a9ff}.Home_closePreviewButton__hr7du{background-color:transparent;color:#999;padding:4px 8px;font-size:16px}.Home_closePreviewButton__hr7du:hover{color:#333}.Home_htmlPreviewContent__v0Sxs{flex:1 1;overflow:hidden;background-color:#fff}@media (max-width:1200px){.Home_detailSection__C5eT5{width:300px}}@media (max-width:768px){.Home_container__9OuOz{flex-direction:column}.Home_taskSection__e4__3{height:auto}.Home_chatSection__wpGaq{flex:1 1;min-width:auto}.Home_detailSection__C5eT5{width:100%;height:300px}}