:root{--bg: #f4f7fb;--panel: #ffffff;--panel-soft: #f8fafc;--line: #e2e8f0;--line-strong: #cbd5e1;--text: #0f172a;--muted: #64748b;--primary: #2563eb;--primary-soft: #eff6ff;--danger: #dc2626;--danger-soft: #fee2e2;--warning-soft: #fff7ed;--warning-line: #fed7aa;--success-soft: #dcfce7;--success-text: #15803d;--shadow: 0 10px 30px rgba(15, 23, 42, .06);font-family:Inter,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:var(--bg);color:var(--text)}body{line-height:1.6}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:none}pre{white-space:pre-wrap;word-break:break-word}button,input,select,textarea{font:inherit}.app-shell{display:grid;grid-template-columns:240px minmax(0,1fr);min-height:100vh}.sidebar{background:#0f172a;color:#fff;padding:24px 20px;display:flex;flex-direction:column;gap:20px}.brand a{color:#fff;font-size:22px;font-weight:800}.brand small{display:block;margin-top:4px;color:#ffffffb8}.nav{display:flex;flex-direction:column;gap:8px}.nav a{color:#ffffffd1;padding:10px 12px;border-radius:12px}.nav a.active,.nav a:hover{background:#ffffff1f;color:#fff}.main-content{padding:28px;min-width:0}.page{display:flex;flex-direction:column;gap:20px}.page-header h1{margin:0 0 8px;font-size:30px;line-height:1.25}.page-header p{margin:0;color:var(--muted)}.section-card{background:var(--panel);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);overflow:hidden}.section-card-header{padding:18px 20px;border-bottom:1px solid #eef2f7;display:flex;justify-content:space-between;gap:16px;align-items:center}.section-card-header h3{margin:0;font-size:18px}.section-card-body{padding:20px}.row{display:flex;align-items:center}.row-between{display:flex;justify-content:space-between;align-items:center;gap:16px}.gap-12{gap:12px}.wrap-actions{flex-wrap:wrap}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.stat-card{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #dbeafe;border-radius:18px;box-shadow:0 8px 24px #2563eb14;padding:20px}.stat-label{color:var(--muted);margin-bottom:8px}.stat-value{font-size:28px;font-weight:800}.two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.form-grid,.kv-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.form-grid.one-column{grid-template-columns:1fr}.kv-grid>div,.form-grid label{display:flex;flex-direction:column;gap:8px}.kv-grid span{color:var(--muted);font-size:13px}.kv-grid strong{line-height:1.6}.input,.textarea,select.input{width:100%;padding:12px 14px;border-radius:12px;border:1px solid var(--line-strong);background:#fff;font-size:14px}.textarea{resize:vertical}.btn{border:0;border-radius:12px;padding:12px 18px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-primary{background:var(--primary);color:#fff}.btn-secondary{background:#e2e8f0;color:var(--text)}.btn-danger{background:var(--danger);color:#fff}.btn-danger-outline{background:#fff;color:#b91c1c;border:1px solid #fecaca}.btn-small{padding:8px 12px;font-size:13px}.btn:disabled{opacity:.55;cursor:not-allowed}.status-badge{display:inline-flex;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800;white-space:nowrap}.status-draft,.status-archived,.status-canceled{background:#e2e8f0;color:#475569}.status-queued{background:#ede9fe;color:#6d28d9}.status-running{background:#dbeafe;color:#1d4ed8}.status-needs_user_input{background:#fef3c7;color:#b45309}.status-completed{background:var(--success-soft);color:var(--success-text)}.status-failed{background:var(--danger-soft);color:#b91c1c}.error-box,.info-box,.empty-state{border-radius:14px;padding:14px 16px}.error-box{background:var(--danger-soft);color:#991b1b;border:1px solid #fecaca}.info-box{background:var(--primary-soft);color:#1d4ed8;border:1px solid #bfdbfe}.empty-state{text-align:center;color:var(--muted);background:#fff;border:1px dashed var(--line-strong)}.empty-state.compact{padding:18px}.muted{color:var(--muted);font-size:13px}.muted-block{margin-top:16px;padding:14px;border-radius:14px;background:var(--panel-soft);color:#475569}.table-wrap{overflow:auto}.data-table{width:100%;border-collapse:collapse;min-width:680px}.data-table th,.data-table td{padding:14px 12px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.data-table th{font-size:13px;color:var(--muted);font-weight:700}.list-simple{display:flex;flex-direction:column;gap:12px}.list-item{display:flex;justify-content:space-between;gap:16px;padding:14px 16px;background:var(--panel-soft);border-radius:14px;border:1px solid var(--line)}.text-link{color:var(--primary);font-weight:700}.chip-list{display:flex;flex-wrap:wrap;gap:8px}.chip{background:var(--primary-soft);color:#1d4ed8;border-radius:999px;padding:6px 10px;font-size:12px}.interaction-list{display:flex;flex-direction:column;gap:16px}.interaction-card{display:flex;flex-direction:column;gap:12px;padding:16px;border-radius:16px;border:1px solid var(--warning-line);background:#fffaf0}.interaction-title{font-weight:800}.option-list{display:flex;flex-direction:column;gap:10px}.option-item{display:flex;gap:8px;align-items:flex-start;padding:10px 12px;border-radius:12px;background:#fff;border:1px solid #fde68a}.plan-box,.json-box{background:#0f172a;color:#e2e8f0;border-radius:14px;padding:16px;overflow:auto}.persona-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.persona-card{display:flex;flex-direction:column;gap:10px;padding:16px;background:#fff;border-radius:18px;border:1px solid var(--line);box-shadow:0 4px 10px #0f172a0a}.structured-text{display:flex;flex-direction:column;gap:12px}.structured-paragraph{margin:0;line-height:1.8;color:var(--text)}.structured-list{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:8px}.structured-list li{line-height:1.8}.research-dynamic-wrap{display:flex;flex-direction:column;gap:16px}.dynamic-timeline{display:flex;flex-direction:column;gap:14px}.dynamic-card{border:1px solid var(--line);background:linear-gradient(180deg,#fff,#fbfdff);border-radius:18px;overflow:hidden}.dynamic-title-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid #eef2f7;background:#f8fbff}.dynamic-title-chip{font-size:15px;font-weight:800;color:#1e3a8a}.dynamic-time{color:var(--muted);font-size:12px;white-space:nowrap}.dynamic-body-box{padding:14px 16px 16px}.dynamic-body-text{white-space:pre-wrap;word-break:break-word;line-height:1.8;color:var(--text)}.thought-scroll{max-height:360px;overflow:auto;display:flex;flex-direction:column;gap:12px}.thought-item{padding:14px 16px;border-radius:14px;border:1px solid var(--line);background:var(--panel-soft)}.thought-meta{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:12px;margin-bottom:8px}.thought-text{white-space:pre-wrap;line-height:1.8}.report-page{gap:24px}.report-meta-card,.report-shell{background:var(--panel);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}.report-meta-card{padding:24px}.report-meta-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.report-meta-head h2,.report-shell-head h2{margin:0;font-size:22px}.report-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:20px}.report-meta-kv{display:flex;flex-direction:column;gap:8px;padding:14px 16px;border:1px solid var(--line);border-radius:16px;background:var(--panel-soft)}.report-meta-kv span{font-size:12px;color:var(--muted)}.report-meta-kv strong{line-height:1.7}.report-meta-block{margin-top:18px;padding-top:18px;border-top:1px dashed var(--line-strong)}.report-meta-title{font-size:16px;font-weight:800;margin-bottom:10px}.report-meta-structured{display:flex;flex-direction:column;gap:10px}.report-meta-paragraph{margin:0;white-space:pre-wrap;line-height:1.8}.report-meta-list{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:8px}.report-shell-head{padding:20px 24px;border-bottom:1px solid #eef2f7}.report-body-container{padding:24px;overflow:hidden}.report-html-body{width:100%;max-width:1160px;margin:0 auto;color:var(--text);line-height:1.8}.report-html-body img,.report-html-body video,.report-html-body iframe{max-width:100%!important;height:auto!important}.report-html-body table{width:100%!important;border-collapse:collapse;display:block;overflow-x:auto}.report-html-body pre,.report-html-body code{white-space:pre-wrap;word-break:break-word}.report-html-body a{color:var(--primary);word-break:break-all}.report-html-body h1,.report-html-body h2,.report-html-body h3,.report-html-body h4,.report-html-body h5,.report-html-body h6{color:#111827;line-height:1.35}.report-html-body blockquote{margin:16px 0;padding:12px 16px;border-left:4px solid #bfdbfe;background:#f8fbff}.checkbox-row{display:flex!important;flex-direction:row!important;align-items:center;gap:10px}@media (max-width: 1200px){.stats-grid,.persona-grid,.two-column,.form-grid,.kv-grid,.report-meta-grid{grid-template-columns:1fr}}@media (max-width: 1100px){.app-shell{grid-template-columns:1fr}.sidebar{position:sticky;top:0;z-index:20;padding:16px 20px}.main-content{padding:20px}}@media (max-width: 720px){.main-content{padding:16px}.page-header h1{font-size:24px}.section-card-header,.section-card-body,.report-meta-card,.report-shell-head,.report-body-container{padding-left:16px;padding-right:16px}.data-table{min-width:560px}.dynamic-title-row,.list-item,.row-between{align-items:flex-start}}.report-pdf-preview-shell .report-shell-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.report-pdf-preview-box{width:100%;min-height:80vh;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;background:#f8fafc}.report-pdf-preview-frame{width:100%;height:80vh;border:0;display:block;background:#fff}.section-card-header-collapsible{display:flex;align-items:center;justify-content:space-between}.collapse-toggle{width:36px;height:36px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#334155;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease}.collapse-toggle:hover{background:#f8fafc;border-color:#cbd5e1}.collapse-toggle-icon{display:inline-block;transition:transform .2s ease}.collapse-toggle.is-collapsed .collapse-toggle-icon{transform:rotate(-90deg)}.task-running-inline-indicator{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;font-size:13px;font-weight:700}.task-running-panel{display:flex;flex-direction:column;gap:8px}.task-running-panel-title{display:inline-flex;align-items:center;gap:10px;font-size:16px;font-weight:800}.task-running-panel-text{color:#1d4ed8;line-height:1.75}.task-running-spinner{width:14px;height:14px;border-radius:999px;border:2px solid rgba(37,99,235,.2);border-top-color:#2563eb;animation:spin-ring .8s linear infinite}.task-running-spinner-large{width:18px;height:18px;border-width:2px}.dynamic-title-main,.event-title-line{display:inline-flex;align-items:center;gap:8px}.event-title-line{font-weight:800}.event-live-dot{width:10px;height:10px;border-radius:999px;background:#2563eb;box-shadow:0 0 #2563eb73;animation:live-pulse 1.6s ease-out infinite;flex:0 0 auto}.dynamic-card.is-live,.event-list-item.is-live{border-color:#bfdbfe;background:linear-gradient(180deg,#fff,#eff6ff);position:relative}.dynamic-card.is-live:after,.event-list-item.is-live:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);transform:translate(-100%);animation:shimmer-slide 2.2s ease-in-out infinite;pointer-events:none}.event-list-item{position:relative;overflow:hidden}.pdf-status{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:800}.pdf-status-ready{background:#dcfce7;color:#15803d;border:1px solid #bbf7d0}.pdf-status-pending{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.report-body-container{position:relative}.report-html-body{width:100%;max-width:1160px;margin:0 auto;color:var(--text);line-height:1.8;overflow-wrap:anywhere;word-break:break-word}.report-html-body>link,.report-html-body>style{display:none}.report-html-body p,.report-html-body li,.report-html-body td,.report-html-body th,.report-html-body blockquote{line-height:1.9}.report-html-body-export{max-width:none;width:100%;margin:0;background:#fff}.report-pdf-export-source{position:fixed;left:-200vw;top:0;width:1280px;opacity:0;pointer-events:none;z-index:-1;background:#fff}@keyframes spin-ring{to{transform:rotate(360deg)}}@keyframes live-pulse{0%{box-shadow:0 0 #2563eb66}70%{box-shadow:0 0 0 8px #2563eb00}to{box-shadow:0 0 #2563eb00}}@keyframes shimmer-slide{0%{transform:translate(-100%)}to{transform:translate(100%)}}.report-pdf-clean-sheet{width:100%;max-width:1080px;margin:0 auto;padding:24px 0 48px;color:var(--text)}.report-pdf-head{padding-bottom:18px;border-bottom:1px solid var(--line-strong);margin-bottom:18px}.report-pdf-head h1{margin:0 0 8px;font-size:28px;line-height:1.3}.report-pdf-subhead{color:var(--muted);font-size:14px}.report-type-badge{display:inline-flex;align-items:center;justify-content:center;min-width:46px;padding:4px 10px;border-radius:999px;background:#4285f41f;color:#2857c5;font-size:12px;font-weight:700}
