.step-log__line[data-v-2e2b622c]{white-space:pre-wrap;word-break:break-word}.step-log__thinking[data-v-2e2b622c]{margin:4px 0;border-left:3px solid #e4e7ed;border-radius:4px;background:#fafafa;transition:border-color .2s}.step-log__thinking.is-expanded[data-v-2e2b622c]{border-left-color:#409eff}.step-log__thinking-toggle[data-v-2e2b622c]{display:flex;align-items:center;gap:6px;padding:6px 10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:-moz-none;user-select:none;font-size:13px;color:#909399;transition:color .2s}.step-log__thinking-toggle[data-v-2e2b622c]:hover{color:#409eff}.step-log__thinking-arrow[data-v-2e2b622c]{font-size:10px;flex-shrink:0;transition:transform .2s}.step-log__thinking-label[data-v-2e2b622c]{font-weight:500;color:#606266}.step-log__thinking-hint[data-v-2e2b622c]{font-size:12px;color:#c0c4cc;margin-left:auto}.step-log__thinking-content[data-v-2e2b622c]{padding:8px 12px;font-size:12px;line-height:1.6;color:#606266;white-space:pre-wrap;word-break:break-word;border-top:1px solid #ebeef5;background:#f5f7fa}.action-bar[data-v-a6a333b5]{display:flex;justify-content:center;margin-top:24px;padding:16px 0}.btn-regenerate[data-v-a6a333b5]{padding:10px 28px;font-size:15px;color:#fff;background:#409eff;border:none;border-radius:6px;cursor:pointer;transition:background .2s}.btn-regenerate[data-v-a6a333b5]:hover{background:#337ecc}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;background:#f5f5f5;min-height:100vh;color:#1f2937;font-size:14px;line-height:1.6}#app{height:100vh;display:flex;flex-direction:column;overflow:hidden}.app-header{height:56px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 24px;flex-shrink:0}.app-header__title{font-size:18px;font-weight:600;color:#111827}.app-header__nav{display:flex;gap:8px}.app-header__btn{padding:6px 16px;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:14px;cursor:pointer;transition:all .15s ease;font-weight:500}.app-header__btn:hover{background:#f9fafb;border-color:#9ca3af}.app-header__btn--active{background:#2563eb;color:#fff;border-color:#2563eb}.app-header__btn--active:hover{background:#1d4ed8;border-color:#1d4ed8}.app-main{flex:1;display:flex;overflow:hidden}.sidebar{width:300px;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;flex-shrink:0}.sidebar__header{padding:16px;border-bottom:1px solid #e5e7eb}.sidebar__btn-new{width:100%;padding:10px 0;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s ease;display:flex;align-items:center;justify-content:center;gap:6px}.sidebar__btn-new:hover{background:#1d4ed8}.sidebar__list{flex:1;overflow-y:auto;padding:8px}.sidebar__footer{padding:12px 16px;border-top:1px solid #e5e7eb;font-size:12px;color:#9ca3af;text-align:center}.report-card{padding:12px;border-radius:8px;cursor:pointer;transition:background .15s ease;margin-bottom:4px}.report-card:hover{background:#f3f4f6}.report-card--active{background:#eff6ff;border:1px solid #bfdbfe}.report-card__title{font-size:14px;font-weight:500;color:#111827;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-card__desc{font-size:12px;color:#6b7280;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.report-card__meta{display:flex;align-items:center;justify-content:space-between}.report-card__time{font-size:12px;color:#9ca3af}.status-tag{display:inline-block;padding:2px 8px;border-radius:10px;font-size:12px;font-weight:500}.status-tag--idle{background:#f3f4f6;color:#6b7280}.status-tag--running{background:#eff6ff;color:#2563eb}.status-tag--completed{background:#f0fdf4;color:#16a34a}.status-tag--error{background:#fef2f2;color:#dc2626}.detail{flex:1;overflow-y:auto;padding:32px;background:#f9fafb;position:relative}.scroll-bottom-btn{position:-webkit-sticky;position:sticky;bottom:16px;float:right;margin-right:0;width:40px;height:40px;border-radius:50%;background:#2563eb;color:#fff;border:none;font-size:18px;font-weight:700;cursor:pointer;box-shadow:0 2px 8px rgba(37,99,235,.3);display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s;z-index:10;padding:0}.scroll-bottom-btn:hover{background:#1d4ed8;transform:scale(1.1)}.report-input{max-width:640px;margin:0 auto;text-align:center}.report-input__title{font-size:24px;font-weight:600;color:#111827;margin-bottom:8px}.report-input__subtitle{font-size:14px;color:#6b7280;margin-bottom:24px}.report-input__textarea{width:100%;min-height:120px;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#1f2937;background:#fff;resize:vertical;outline:none;transition:border-color .15s ease;font-family:inherit;line-height:1.6}.report-input__textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.report-input__textarea::placeholder{color:#9ca3af}.report-input__footer{display:flex;align-items:center;justify-content:space-between;margin-top:16px}.report-input__hint{font-size:12px;color:#9ca3af}.report-input__btn{padding:10px 24px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s ease;display:flex;align-items:center;gap:6px}.report-input__btn:hover{background:#1d4ed8}.report-input__btn:disabled{background:#93c5fd;cursor:not-allowed}.step-progress{display:flex;align-items:center;justify-content:center;padding:24px 0;margin-bottom:24px}.step-progress__item{display:flex;align-items:center}.step-progress__node{display:flex;flex-direction:column;align-items:center;gap:8px}.step-progress__circle{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;transition:all .3s ease}.step-progress__circle--pending{background:#f3f4f6;color:#9ca3af;border:2px solid #d1d5db}.step-progress__circle--active{background:#2563eb;color:#fff;border:2px solid #2563eb;animation:step-pulse 1.5s ease-in-out infinite}.step-progress__circle--completed{background:#16a34a;color:#fff;border:2px solid #16a34a}.step-progress__circle--error{background:#dc2626;color:#fff;border:2px solid #dc2626}@keyframes step-pulse{0%,to{box-shadow:0 0 rgba(37,99,235,.3)}50%{box-shadow:0 0 0 6px rgba(37,99,235,0)}}.step-progress__label{font-size:12px;color:#6b7280;white-space:nowrap}.step-progress__label--active{color:#2563eb;font-weight:500}.step-progress__label--completed{color:#16a34a}.step-progress__label--selected{color:#2563eb;font-weight:600}.step-progress__circle--clickable{cursor:pointer}.step-progress__circle--clickable:hover{transform:scale(1.15);box-shadow:0 0 0 4px rgba(37,99,235,.15)}.step-progress__circle--selected{box-shadow:0 0 0 4px rgba(37,99,235,.3)}.step-progress__line{width:60px;height:2px;background:#d1d5db;margin:0 8px 28px;transition:background .3s ease}.step-progress__line--completed{background:#16a34a}.step-progress__line--active{background:linear-gradient(90deg,#16a34a,#2563eb)}.step-log{background:#fff;border-radius:8px;border:1px solid #e5e7eb;border-left:3px solid #2563eb;margin-bottom:16px;overflow:hidden}.step-log__header{display:flex;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:500;color:#111827}.step-log__header-icon{font-size:16px}.step-log__body{background:#f9fafb;padding:12px 16px;font-size:13px;color:#4b5563;line-height:1.8}.step-log__line{padding:2px 0}.report-content{background:#fff;border-radius:8px;border:1px solid #e5e7eb;padding:32px;margin-top:24px;line-height:1.8}.report-content h1{font-size:24px;font-weight:700;color:#111827;margin:32px 0 16px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.report-content h1:first-child{margin-top:0}.report-content h2{font-size:20px;font-weight:600;color:#1f2937;margin:24px 0 12px}.report-content h3{font-size:16px;font-weight:600;color:#374151;margin:20px 0 8px}.report-content p{margin:12px 0;color:#374151}.report-content ul,.report-content ol{margin:12px 0;padding-left:24px}.report-content li{margin:4px 0;color:#374151}.report-content blockquote{margin:16px 0;padding:12px 16px;border-left:3px solid #2563eb;background:#f9fafb;color:#4b5563}.report-content code{background:#f3f4f6;padding:2px 6px;border-radius:4px;font-size:13px;font-family:Fira Code,Monaco,Consolas,monospace}.report-content pre{background:#1f2937;color:#e5e7eb;padding:16px;border-radius:8px;overflow-x:auto;margin:16px 0}.report-content pre code{background:none;padding:0;color:inherit}.report-content table{width:100%;border-collapse:collapse;margin:16px 0}.report-content th,.report-content td{padding:8px 12px;border:1px solid #e5e7eb;text-align:left}.report-content th{background:#f9fafb;font-weight:600}.card{background:#fff;padding:24px;border-radius:8px;border:1px solid #e5e7eb;margin-bottom:16px}h2{font-size:16px;font-weight:600;color:#111827;margin:20px 0 12px}label{display:block;margin-bottom:6px;font-size:14px;color:#374151;font-weight:500}input[type=text],input[type=password],textarea{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#1f2937;background:#fff;outline:none;transition:border-color .15s ease}input[type=text]:focus,input[type=password]:focus,textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}textarea{min-height:80px;resize:vertical}button{padding:8px 16px;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s ease}button:hover{background:#1d4ed8}button:disabled{background:#93c5fd;cursor:not-allowed}.message{padding:12px;border-radius:6px;margin-top:12px;font-size:14px;border-left:3px solid}.message.success{background:#f0fdf4;color:#16a34a;border-left-color:#16a34a}.message.error{background:#fef2f2;color:#dc2626;border-left-color:#dc2626}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}
