:root{--color-orange: #FF6B1A;--color-green: #43C165;--color-white: #FAFAFA;--color-black: #0A0A0A;--color-gray: #F5F5F5;--color-amber: #FFB347;--color-red: #FF4444;--background: #FAFAFA;--foreground: #0A0A0A;--space-xs: 6px;--space-sm: 11px;--space-md: 22px;--space-lg: 34px;--space-xl: 56px;--space-2xl: 84px;--border-light: 2px solid rgba(10,10,10,.08);--border-medium: 2px solid rgba(10,10,10,.12);--border-orange: 3px solid var(--color-orange);--border-green: 3px solid var(--color-green);--transition-fast: all .1s ease;--transition-medium: all .2s ease;--font-display: "Young Serif", Georgia, serif;--font-mono: "Space Mono", "Courier New", monospace}*{margin:0;padding:0;box-sizing:border-box}body,#app{font-family:var(--font-display);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--foreground);background-color:var(--background)}::selection{background:var(--color-orange);color:var(--color-white)}::-moz-selection{background:var(--color-orange);color:var(--color-white)}::-webkit-scrollbar{width:11px;height:11px}::-webkit-scrollbar-track{background:var(--color-gray)}::-webkit-scrollbar-thumb{background:#0a0a0a33}::-webkit-scrollbar-thumb:hover{background:#0a0a0a4d}button{font-family:var(--font-mono);cursor:pointer}.text-primary-100{color:#0a0a0a}.text-primary-70{color:#0a0a0ab3}.text-primary-50{color:#0a0a0a80}.text-primary-40{color:#0a0a0a66}.text-primary-35{color:#0a0a0a59}.warning-stripes{height:7px;background:repeating-linear-gradient(-45deg,var(--color-orange),var(--color-orange) 11px,var(--color-white) 11px,var(--color-white) 22px)}.bg-grid{background-image:linear-gradient(rgba(67,193,101,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(67,193,101,.04) 1px,transparent 1px);background-size:70px 70px}@keyframes fade-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%,to{opacity:.5}50%{opacity:1}}@keyframes pulse-border{0%,to{border-color:var(--color-orange)}50%{border-color:var(--color-green)}}@keyframes scan{0%,to{transform:translateY(-50px);opacity:0}10%{opacity:.6}50%{transform:translateY(50px);opacity:.6}90%{opacity:.6}}.animate-fade-in{animation:fade-in .5s ease-out}.animate-shimmer{animation:shimmer 2s ease-in-out infinite}.animate-pulse-border{animation:pulse-border 2s ease-in-out infinite}.history-database[data-v-5c432eb8]{position:relative;width:100%;min-height:280px;margin-top:40px;padding:34px 0 40px;overflow:visible}.history-database.no-projects[data-v-5c432eb8]{min-height:auto;padding:40px 0 22px}.tech-grid-bg[data-v-5c432eb8]{position:absolute;inset:0;overflow:hidden;pointer-events:none}.grid-pattern[data-v-5c432eb8]{position:absolute;inset:0;background-image:linear-gradient(rgba(67,193,101,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(67,193,101,.04) 1px,transparent 1px);background-size:70px 70px;background-position:top left}.gradient-overlay[data-v-5c432eb8]{position:absolute;inset:0;background:linear-gradient(to right,rgba(250,250,250,.9) 0%,transparent 15%,transparent 85%,rgba(250,250,250,.9) 100%),linear-gradient(to bottom,rgba(250,250,250,.8) 0%,transparent 20%,transparent 80%,rgba(250,250,250,.8) 100%);pointer-events:none}.section-header[data-v-5c432eb8]{position:relative;z-index:100;display:flex;align-items:center;justify-content:center;gap:22px;margin-bottom:22px;font-family:var(--font-mono);padding:0 40px}.section-line[data-v-5c432eb8]{flex:1;height:7px;background:repeating-linear-gradient(-45deg,#ff6b1a,#ff6b1a 11px,#fafafa 11px 22px);max-width:300px}.section-title[data-v-5c432eb8]{font-size:13px;font-weight:500;color:#0a0a0a80;letter-spacing:3px;text-transform:uppercase}.cards-container[data-v-5c432eb8]{position:relative;display:flex;justify-content:center;align-items:flex-start;padding:0 40px;transition:min-height .7s cubic-bezier(.23,1,.32,1)}.project-card[data-v-5c432eb8]{position:absolute;width:280px;background:#fafafa;border:2px solid rgba(10,10,10,.08);padding:14px;cursor:pointer;transition:border-color .3s ease,transform .7s cubic-bezier(.23,1,.32,1),opacity .7s cubic-bezier(.23,1,.32,1)}.project-card[data-v-5c432eb8]:before{content:"";position:absolute;top:0;left:0;width:12px;height:12px;border-top:2px solid #FF6B1A;border-left:2px solid #FF6B1A;pointer-events:none;z-index:10}.project-card[data-v-5c432eb8]:after{content:"";position:absolute;bottom:0;right:0;width:12px;height:12px;border-bottom:2px solid #43C165;border-right:2px solid #43C165;pointer-events:none;z-index:10}.project-card[data-v-5c432eb8]:hover{border-color:#ff6b1a;z-index:1000!important}.project-card.hovering[data-v-5c432eb8]{z-index:1000!important}.card-header[data-v-5c432eb8]{display:flex;justify-content:space-between;align-items:center;margin-bottom:11px;padding-bottom:11px;border-bottom:1px solid rgba(10,10,10,.08);font-family:var(--font-mono);font-size:11px}.card-id[data-v-5c432eb8]{color:#0a0a0a80;letter-spacing:3px;font-weight:500;text-transform:uppercase}.card-status-icons[data-v-5c432eb8]{display:flex;align-items:center;gap:6px}.status-icon[data-v-5c432eb8]{font-size:.75rem;transition:all .2s ease;cursor:default}.status-icon.available[data-v-5c432eb8]{opacity:1}.status-icon:nth-child(1).available[data-v-5c432eb8]{color:#ff6b1a}.status-icon:nth-child(2).available[data-v-5c432eb8]{color:#ffb347}.status-icon:nth-child(3).available[data-v-5c432eb8]{color:#43c165}.status-icon.unavailable[data-v-5c432eb8]{color:#0a0a0a1f;opacity:.5}.card-progress[data-v-5c432eb8]{display:flex;align-items:center;gap:6px;letter-spacing:3px;font-weight:600;font-size:11px;font-family:var(--font-mono);text-transform:uppercase}.status-dot[data-v-5c432eb8]{font-size:.5rem}.card-progress.completed[data-v-5c432eb8]{color:#43c165}.card-progress.in-progress[data-v-5c432eb8]{color:#ff6b1a}.card-progress.not-started[data-v-5c432eb8],.card-status.pending[data-v-5c432eb8]{color:#0a0a0a66}.card-files-wrapper[data-v-5c432eb8]{position:relative;width:100%;min-height:48px;max-height:110px;margin-bottom:11px;padding:8px 10px;background:#f5f5f5;border:1px solid rgba(10,10,10,.08);overflow:hidden}.files-list[data-v-5c432eb8]{display:flex;flex-direction:column;gap:4px}.files-more[data-v-5c432eb8]{display:flex;align-items:center;justify-content:center;padding:3px 6px;font-family:var(--font-mono);font-size:11px;color:#0a0a0a80;background:#fafafa80;letter-spacing:3px;text-transform:uppercase}.file-item[data-v-5c432eb8]{display:flex;align-items:center;gap:8px;padding:4px 6px;background:#fafafab3;transition:all .2s ease}.file-item[data-v-5c432eb8]:hover{background:#fafafa;transform:translate(2px);border-color:#0a0a0a14}.file-tag[data-v-5c432eb8]{display:inline-flex;align-items:center;justify-content:center;height:16px;padding:0 4px;font-family:var(--font-mono);font-size:.55rem;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:3px;flex-shrink:0;min-width:28px;border:1px solid rgba(10,10,10,.08)}.file-tag.pdf[data-v-5c432eb8]{background:#ff444414;color:#f44;border-color:#ff444426}.file-tag.doc[data-v-5c432eb8]{background:#ff6b1a14;color:#ff6b1a;border-color:#ff6b1a26}.file-tag.xls[data-v-5c432eb8]{background:#43c16514;color:#43c165;border-color:#43c16526}.file-tag.ppt[data-v-5c432eb8]{background:#ffb34714;color:#ffb347;border-color:#ffb34726}.file-tag.txt[data-v-5c432eb8]{background:#0a0a0a0a;color:#0a0a0a80;border-color:#0a0a0a14}.file-tag.code[data-v-5c432eb8]{background:#ff6b1a0f;color:#0a0a0a80;border-color:#0a0a0a14}.file-tag.img[data-v-5c432eb8]{background:#43c1650f;color:#0a0a0a80;border-color:#0a0a0a14}.file-tag.zip[data-v-5c432eb8]{background:#ffb3470f;color:#0a0a0a80;border-color:#0a0a0a14}.file-tag.other[data-v-5c432eb8]{background:#f5f5f5;color:#0a0a0a80;border-color:#0a0a0a14}.file-name[data-v-5c432eb8]{font-family:var(--font-mono);font-size:11px;color:#0a0a0a80;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:.1px}.files-empty[data-v-5c432eb8]{display:flex;align-items:center;justify-content:center;gap:8px;height:48px;color:#0a0a0a66}.empty-file-icon[data-v-5c432eb8]{font-size:1rem;opacity:.5}.empty-file-text[data-v-5c432eb8]{font-family:var(--font-mono);font-size:11px;letter-spacing:3px;text-transform:uppercase}.project-card:hover .card-files-wrapper[data-v-5c432eb8]{border-color:#0a0a0a1f;background:#fafafa}.corner-mark.top-left-only[data-v-5c432eb8]{position:absolute;top:6px;left:6px;width:8px;height:8px;border-top:1.5px solid #FF6B1A;border-left:1.5px solid #FF6B1A;pointer-events:none;z-index:10}.card-title[data-v-5c432eb8]{font-family:var(--font-display);font-size:.9rem;font-weight:700;color:#0a0a0a;margin:0 0 6px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .3s ease}.project-card:hover .card-title[data-v-5c432eb8]{color:#ff6b1a}.card-desc[data-v-5c432eb8]{font-family:var(--font-mono);font-size:12px;color:#0a0a0a80;margin:0 0 16px;line-height:1.5;height:34px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.card-footer[data-v-5c432eb8]{position:relative;display:flex;justify-content:space-between;align-items:center;padding-top:11px;border-top:1px solid rgba(10,10,10,.08);font-family:var(--font-mono);font-size:11px;color:#0a0a0a66;font-weight:500}.card-datetime[data-v-5c432eb8]{display:flex;align-items:center;gap:8px}.card-footer .card-progress[data-v-5c432eb8]{display:flex;align-items:center;gap:6px;letter-spacing:3px;font-weight:600;font-size:11px;text-transform:uppercase}.card-footer .status-dot[data-v-5c432eb8]{font-size:.5rem}.card-footer .card-progress.completed[data-v-5c432eb8]{color:#43c165}.card-footer .card-progress.in-progress[data-v-5c432eb8]{color:#ff6b1a}.card-footer .card-progress.not-started[data-v-5c432eb8]{color:#0a0a0a66}.card-bottom-line[data-v-5c432eb8]{position:absolute;bottom:0;left:0;height:2px;width:0;background-color:#ff6b1a;transition:width .5s cubic-bezier(.23,1,.32,1);z-index:20}.project-card:hover .card-bottom-line[data-v-5c432eb8]{width:100%}.empty-state[data-v-5c432eb8],.loading-state[data-v-5c432eb8]{display:flex;flex-direction:column;align-items:center;gap:14px;padding:56px;color:#0a0a0a66}.empty-icon[data-v-5c432eb8]{font-size:2rem;opacity:.5}.loading-spinner[data-v-5c432eb8]{width:24px;height:24px;border:2px solid rgba(10,10,10,.08);border-top-color:#ff6b1a;border-radius:50%;animation:spin-5c432eb8 .8s linear infinite}@keyframes spin-5c432eb8{to{transform:rotate(360deg)}}@media(max-width:1200px){.project-card[data-v-5c432eb8]{width:240px}}@media(max-width:768px){.cards-container[data-v-5c432eb8]{padding:0 22px}.project-card[data-v-5c432eb8]{width:200px}}.modal-overlay[data-v-5c432eb8]{position:fixed;inset:0;background:#0a0a0a66;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content[data-v-5c432eb8]{background:#fafafa;width:560px;max-width:90vw;max-height:85vh;overflow-y:auto;border:2px solid rgba(10,10,10,.12);font-family:var(--font-mono)}.modal-enter-active[data-v-5c432eb8],.modal-leave-active[data-v-5c432eb8]{transition:opacity .3s ease}.modal-enter-from[data-v-5c432eb8],.modal-leave-to[data-v-5c432eb8]{opacity:0}.modal-enter-active .modal-content[data-v-5c432eb8]{transition:all .3s cubic-bezier(.34,1.56,.64,1)}.modal-leave-active .modal-content[data-v-5c432eb8]{transition:all .2s ease-in}.modal-enter-from .modal-content[data-v-5c432eb8],.modal-leave-to .modal-content[data-v-5c432eb8]{transform:scale(.95) translateY(10px);opacity:0}.modal-header[data-v-5c432eb8]{display:flex;justify-content:space-between;align-items:center;padding:22px 34px;border-bottom:2px solid rgba(10,10,10,.08);background:#fafafa}.modal-title-section[data-v-5c432eb8]{display:flex;align-items:center;gap:16px}.modal-id[data-v-5c432eb8]{font-family:var(--font-mono);font-size:1rem;font-weight:600;color:#0a0a0a;letter-spacing:3px;text-transform:uppercase}.modal-progress[data-v-5c432eb8]{display:flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:12px;font-weight:600;padding:4px 8px;background:#f5f5f5;border:1px solid rgba(10,10,10,.08)}.modal-progress.completed[data-v-5c432eb8]{color:#43c165;background:#43c16514;border-color:#43c16526}.modal-progress.in-progress[data-v-5c432eb8]{color:#ff6b1a;background:#ff6b1a14;border-color:#ff6b1a26}.modal-progress.not-started[data-v-5c432eb8]{color:#0a0a0a66;background:#f5f5f5;border-color:#0a0a0a14}.modal-create-time[data-v-5c432eb8]{font-family:var(--font-mono);font-size:12px;color:#0a0a0a66;letter-spacing:3px}.modal-close[data-v-5c432eb8]{width:34px;height:34px;border:2px solid rgba(10,10,10,.08);background:transparent;font-size:1.5rem;color:#0a0a0a66;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modal-close[data-v-5c432eb8]:hover{background:#f5f5f5;color:#0a0a0a;border-color:#ff6b1a}.modal-body[data-v-5c432eb8]{padding:22px 34px}.modal-section[data-v-5c432eb8]{margin-bottom:22px}.modal-section[data-v-5c432eb8]:last-child{margin-bottom:0}.modal-label[data-v-5c432eb8]{font-family:var(--font-mono);font-size:11px;color:#0a0a0a80;text-transform:uppercase;letter-spacing:3px;margin-bottom:11px;font-weight:500}.modal-requirement[data-v-5c432eb8]{font-size:.95rem;color:#0a0a0ab3;line-height:1.6;padding:16px;background:#f5f5f5;border:1px solid rgba(10,10,10,.08)}.modal-files[data-v-5c432eb8]{display:flex;flex-direction:column;gap:11px;max-height:200px;overflow-y:auto;padding-right:4px}.modal-files[data-v-5c432eb8]::-webkit-scrollbar{width:4px}.modal-files[data-v-5c432eb8]::-webkit-scrollbar-track{background:#f5f5f5}.modal-files[data-v-5c432eb8]::-webkit-scrollbar-thumb{background:#0a0a0a1f}.modal-files[data-v-5c432eb8]::-webkit-scrollbar-thumb:hover{background:#0a0a0a66}.modal-file-item[data-v-5c432eb8]{display:flex;align-items:center;gap:11px;padding:11px 14px;background:#fafafa;border:1px solid rgba(10,10,10,.08);transition:all .2s ease}.modal-file-item[data-v-5c432eb8]:hover{border-color:#0a0a0a1f}.modal-file-name[data-v-5c432eb8]{font-size:13px;color:#0a0a0a80;font-family:var(--font-mono);flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-empty[data-v-5c432eb8]{font-size:13px;color:#0a0a0a66;font-family:var(--font-mono);padding:16px;background:#f5f5f5;border:1px dashed rgba(10,10,10,.12);text-align:center}.modal-divider[data-v-5c432eb8]{display:flex;align-items:center;gap:16px;padding:11px 34px 0;background:#fafafa}.divider-line[data-v-5c432eb8]{flex:1;height:7px;background:repeating-linear-gradient(-45deg,#ff6b1a,#ff6b1a 11px,#fafafa 11px 22px)}.divider-text[data-v-5c432eb8]{font-family:var(--font-mono);font-size:11px;color:#0a0a0a66;letter-spacing:3px;text-transform:uppercase;white-space:nowrap}.modal-actions[data-v-5c432eb8]{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;padding:22px 34px;background:#fafafa}.modal-btn[data-v-5c432eb8]{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px;border:2px solid rgba(10,10,10,.08);background:#fafafa;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden}.modal-btn[data-v-5c432eb8]:hover:not(:disabled){border-color:#ff6b1a;transform:translateY(-2px)}.modal-btn[data-v-5c432eb8]:disabled{opacity:.5;cursor:not-allowed;background:#f5f5f5}.btn-step[data-v-5c432eb8]{font-family:var(--font-mono);font-size:11px;font-weight:500;color:#0a0a0a66;letter-spacing:3px;text-transform:uppercase}.btn-icon[data-v-5c432eb8]{font-size:1.4rem;line-height:1;transition:color .2s ease}.btn-text[data-v-5c432eb8]{font-family:var(--font-mono);font-size:12px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:#0a0a0a80}.modal-btn.btn-project .btn-icon[data-v-5c432eb8]{color:#ff6b1a}.modal-btn.btn-simulation .btn-icon[data-v-5c432eb8]{color:#ffb347}.modal-btn.btn-simrun .btn-icon[data-v-5c432eb8],.modal-btn.btn-replay .btn-icon[data-v-5c432eb8]{color:#ff6b1a}.modal-btn.btn-report .btn-icon[data-v-5c432eb8]{color:#43c165}.modal-btn.btn-interaction .btn-icon[data-v-5c432eb8]{color:#ff6b1a}.modal-btn:hover:not(:disabled) .btn-text[data-v-5c432eb8]{color:#0a0a0a}.modal-playback-hint[data-v-5c432eb8]{display:flex;align-items:center;justify-content:center;padding:0 34px 22px;background:#fafafa}.hint-text[data-v-5c432eb8]{font-family:var(--font-mono);font-size:11px;color:#0a0a0a66;letter-spacing:3px;text-align:center;line-height:1.5}.template-gallery[data-v-eaac88ca]{border:1px solid #E5E5E5;padding:30px;margin-top:60px}.gallery-header[data-v-eaac88ca]{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.header-left[data-v-eaac88ca]{display:flex;align-items:center;gap:8px;font-family:JetBrains Mono,monospace;font-size:.8rem;color:#999}.header-icon[data-v-eaac88ca]{font-size:1.2rem;color:#ff4500}.header-meta[data-v-eaac88ca]{font-family:JetBrains Mono,monospace;font-size:.75rem;color:#bbb}.gallery-loading[data-v-eaac88ca],.gallery-empty[data-v-eaac88ca]{text-align:center;padding:40px;font-family:JetBrains Mono,monospace;font-size:.85rem;color:#999}.template-grid[data-v-eaac88ca]{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.template-card[data-v-eaac88ca]{border:1px solid #E5E5E5;padding:24px;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;position:relative}.template-card[data-v-eaac88ca]:hover{border-color:#999}.template-card.selected[data-v-eaac88ca]{border-color:#ff4500;box-shadow:0 0 0 1px #ff4500}.card-top[data-v-eaac88ca]{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.card-icon[data-v-eaac88ca]{font-size:1.4rem}.card-category[data-v-eaac88ca]{font-family:JetBrains Mono,monospace;font-size:.65rem;color:#999;text-transform:uppercase;letter-spacing:1px}.card-title[data-v-eaac88ca]{font-size:1.1rem;font-weight:600;margin:0 0 8px;line-height:1.3}.card-desc[data-v-eaac88ca]{font-size:.85rem;color:#666;line-height:1.6;margin:0 0 16px;flex:1}.card-meta[data-v-eaac88ca]{display:flex;align-items:center;gap:6px;margin-bottom:12px;font-family:JetBrains Mono,monospace;font-size:.7rem;color:#999}.meta-dot[data-v-eaac88ca]{color:#ddd}.difficulty.easy[data-v-eaac88ca]{color:#22c55e}.difficulty.medium[data-v-eaac88ca]{color:#f59e0b}.difficulty.hard[data-v-eaac88ca]{color:#ef4444}.card-platforms[data-v-eaac88ca]{display:flex;gap:6px;margin-bottom:16px}.platform-badge[data-v-eaac88ca]{font-family:JetBrains Mono,monospace;font-size:.65rem;padding:2px 8px;border:1px solid #E5E5E5;color:#666;text-transform:lowercase}.launch-btn[data-v-eaac88ca]{width:100%;padding:10px;background:#000;color:#fff;border:none;font-family:JetBrains Mono,monospace;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s;letter-spacing:.5px}.launch-btn[data-v-eaac88ca]:hover:not(:disabled){background:#ff4500}.launch-btn[data-v-eaac88ca]:disabled{background:#ccc;cursor:not-allowed}@media(max-width:1024px){.template-grid[data-v-eaac88ca]{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.template-grid[data-v-eaac88ca]{grid-template-columns:1fr}}.settings-overlay[data-v-a5eebd58]{position:fixed;inset:0;background:#0a0a0a99;z-index:1000;display:flex;align-items:center;justify-content:center;animation:fade-in-a5eebd58 .15s ease-out}@keyframes fade-in-a5eebd58{0%{opacity:0}to{opacity:1}}.settings-modal[data-v-a5eebd58]{background:#fafafa;width:560px;max-width:calc(100vw - 48px);max-height:calc(100vh - 80px);overflow-y:auto;border:2px solid rgba(10,10,10,.12);position:relative;animation:slide-in-a5eebd58 .2s ease-out;font-family:Space Mono,Courier New,monospace}@keyframes slide-in-a5eebd58{0%{transform:translateY(-16px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header[data-v-a5eebd58]{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;background:#0a0a0a;color:#fafafa}.title-label[data-v-a5eebd58]{font-family:Space Mono,monospace;font-size:13px;font-weight:700;letter-spacing:3px;text-transform:uppercase}.close-btn[data-v-a5eebd58]{background:none;border:none;color:#fafafa80;font-size:14px;cursor:pointer;padding:4px 8px;transition:color .1s}.close-btn[data-v-a5eebd58]:hover{color:#fafafa}.warning-stripe[data-v-a5eebd58]{height:6px;background:repeating-linear-gradient(-45deg,#ff6b1a,#ff6b1a 10px,#fafafa 10px 20px)}.settings-section[data-v-a5eebd58]{padding:22px;border-bottom:2px solid rgba(10,10,10,.08)}.section-header[data-v-a5eebd58]{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.section-label[data-v-a5eebd58]{font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#0a0a0a66}.status-badge[data-v-a5eebd58]{display:flex;align-items:center;gap:6px;font-size:11px;letter-spacing:2px;text-transform:uppercase}.badge-dot[data-v-a5eebd58]{width:7px;height:7px;background:#0a0a0a33;border-radius:0}.status-badge.ok .badge-dot[data-v-a5eebd58]{background:#43c165}.status-badge.fail .badge-dot[data-v-a5eebd58]{background:#f44}.status-badge.ok[data-v-a5eebd58]{color:#43c165}.status-badge.fail[data-v-a5eebd58]{color:#f44}.status-badge.idle[data-v-a5eebd58]{color:#0a0a0a4d}.field-row[data-v-a5eebd58]{margin-bottom:14px}.field-label[data-v-a5eebd58]{display:block;font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#0a0a0a80;margin-bottom:6px}.field-input[data-v-a5eebd58]{width:100%;border:2px solid rgba(10,10,10,.1);background:#f5f5f5;padding:8px 11px;font-family:Space Mono,monospace;font-size:13px;color:#0a0a0a;outline:none;transition:border-color .1s;box-sizing:border-box}.field-input[data-v-a5eebd58]:focus{border-color:#ff6b1a;background:#fafafa}.field-input[data-v-a5eebd58]::placeholder{color:#0a0a0a4d}.select-wrapper[data-v-a5eebd58]{position:relative}.field-select[data-v-a5eebd58]{width:100%;border:2px solid rgba(10,10,10,.1);background:#f5f5f5;padding:8px 11px;font-family:Space Mono,monospace;font-size:13px;color:#0a0a0a;outline:none;cursor:pointer;appearance:auto;transition:border-color .1s;box-sizing:border-box}.field-select[data-v-a5eebd58]:focus{border-color:#ff6b1a}.model-input-group[data-v-a5eebd58]{display:flex;gap:6px}.model-select-wrapper[data-v-a5eebd58]{flex:1;min-width:0}.load-models-btn[data-v-a5eebd58]{border:2px solid rgba(10,10,10,.1);background:#f5f5f5;padding:8px 12px;font-family:Space Mono,monospace;font-size:14px;cursor:pointer;transition:all .1s;flex-shrink:0}.load-models-btn[data-v-a5eebd58]:hover:not(:disabled){border-color:#ff6b1a;color:#ff6b1a}.load-models-btn[data-v-a5eebd58]:disabled{opacity:.35;cursor:not-allowed}.key-input-group[data-v-a5eebd58]{display:flex;gap:6px}.key-input-group .field-input[data-v-a5eebd58]{flex:1}.toggle-key-btn[data-v-a5eebd58]{border:2px solid rgba(10,10,10,.1);background:#f5f5f5;padding:8px 12px;font-size:14px;cursor:pointer;flex-shrink:0;transition:border-color .1s}.toggle-key-btn[data-v-a5eebd58]:hover{border-color:#ff6b1a}.field-hint[data-v-a5eebd58]{margin-top:5px;font-size:11px;color:#0a0a0a66;letter-spacing:.5px}.field-error[data-v-a5eebd58]{margin-top:5px;font-size:11px;color:#f44}.test-row[data-v-a5eebd58]{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.test-btn[data-v-a5eebd58]{border:2px solid rgba(10,10,10,.12);background:transparent;padding:8px 16px;font-family:Space Mono,monospace;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:all .1s}.test-btn[data-v-a5eebd58]:hover:not(:disabled){border-color:#ff6b1a;color:#ff6b1a}.test-btn[data-v-a5eebd58]:disabled{opacity:.35;cursor:not-allowed}.test-result[data-v-a5eebd58]{font-size:12px;letter-spacing:1px}.test-result.ok[data-v-a5eebd58]{color:#43c165}.test-result.fail[data-v-a5eebd58]{color:#f44}.modal-footer[data-v-a5eebd58]{padding:18px 22px;display:flex;flex-direction:column;gap:10px}.footer-actions[data-v-a5eebd58]{display:flex;justify-content:flex-end;gap:10px}.save-error[data-v-a5eebd58]{font-size:12px;color:#f44;letter-spacing:.5px}.save-success[data-v-a5eebd58]{font-size:12px;color:#43c165;letter-spacing:1px}.cancel-btn[data-v-a5eebd58]{border:2px solid rgba(10,10,10,.1);background:transparent;padding:10px 20px;font-family:Space Mono,monospace;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;cursor:pointer;color:#0a0a0a80;transition:all .1s}.cancel-btn[data-v-a5eebd58]:hover{border-color:#0a0a0a4d;color:#0a0a0a}.save-btn[data-v-a5eebd58]{border:2px solid #0A0A0A;background:#0a0a0a;color:#fafafa;padding:10px 20px;font-family:Space Mono,monospace;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;cursor:pointer;transition:all .15s}.save-btn[data-v-a5eebd58]:hover:not(:disabled){background:#ff6b1a;border-color:#ff6b1a}.save-btn[data-v-a5eebd58]:disabled{opacity:.5;cursor:not-allowed}.home-container[data-v-bb6c71b2]{min-height:100vh;background:var(--background);font-family:var(--font-display);color:var(--foreground)}.navbar[data-v-bb6c71b2]{height:var(--space-xl);background:var(--color-black);color:var(--color-white);display:flex;justify-content:space-between;align-items:center;padding:0 var(--space-lg)}.nav-brand[data-v-bb6c71b2]{font-family:var(--font-mono);font-weight:700;letter-spacing:3px;font-size:14px;text-transform:uppercase}.nav-links[data-v-bb6c71b2]{display:flex;align-items:center}.github-link[data-v-bb6c71b2]{color:var(--color-white);text-decoration:none;font-family:var(--font-mono);font-size:13px;letter-spacing:1px;display:flex;align-items:center;gap:var(--space-xs);transition:var(--transition-fast);opacity:.6}.github-link[data-v-bb6c71b2]:hover{opacity:1}.arrow[data-v-bb6c71b2]{font-family:sans-serif}.settings-btn[data-v-bb6c71b2]{background:none;border:none;color:#fafafa80;font-size:18px;cursor:pointer;padding:0 0 0 var(--space-md);line-height:1;transition:var(--transition-fast)}.settings-btn[data-v-bb6c71b2]:hover{color:var(--color-orange)}.main-content[data-v-bb6c71b2]{max-width:1400px;margin:0 auto;padding:var(--space-2xl) var(--space-lg)}.hero-section[data-v-bb6c71b2]{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:var(--space-2xl);position:relative}.tag-row[data-v-bb6c71b2]{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-md);font-family:var(--font-mono);font-size:13px}.orange-tag[data-v-bb6c71b2]{background:var(--color-orange);color:var(--color-white);padding:4px var(--space-sm);font-weight:700;letter-spacing:3px;font-size:11px;text-transform:uppercase;font-family:var(--font-mono)}.main-title[data-v-bb6c71b2]{font-family:var(--font-display);font-size:50px;line-height:1.25;font-weight:400;margin:0 0 var(--space-lg) 0;letter-spacing:-1px;color:var(--foreground)}.gradient-text[data-v-bb6c71b2]{color:var(--color-orange);-webkit-text-fill-color:var(--color-orange);display:inline}.hero-desc[data-v-bb6c71b2]{font-family:var(--font-display);font-size:22px;line-height:1.5;color:#0a0a0ab3;max-width:640px;margin-bottom:var(--space-xl)}.hero-desc p[data-v-bb6c71b2]{margin-bottom:var(--space-md)}.highlight-bold[data-v-bb6c71b2]{color:var(--foreground);font-weight:400}.highlight-orange[data-v-bb6c71b2]{color:var(--color-orange);font-family:var(--font-mono);font-size:.85em}.highlight-code[data-v-bb6c71b2]{background:#0a0a0a0d;padding:2px var(--space-xs);font-family:var(--font-mono);font-size:.85em;color:var(--foreground)}.slogan-text[data-v-bb6c71b2]{font-family:var(--font-display);font-size:25px;line-height:1.5;color:var(--foreground);border-left:var(--border-orange);padding-left:var(--space-md);margin-top:var(--space-md)}.blinking-cursor[data-v-bb6c71b2]{color:var(--color-green);animation:blink-bb6c71b2 1s step-end infinite}@keyframes blink-bb6c71b2{0%,to{opacity:1}50%{opacity:0}}.decoration-square[data-v-bb6c71b2]{width:var(--space-sm);height:var(--space-sm);background:var(--color-green);margin-top:var(--space-md)}.scroll-down-btn[data-v-bb6c71b2]{margin-top:var(--space-md);width:var(--space-lg);height:var(--space-lg);border:var(--border-medium);background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-orange);font-size:1.2rem;transition:var(--transition-fast)}.scroll-down-btn[data-v-bb6c71b2]:hover{border-color:var(--color-orange)}.dashboard-section[data-v-bb6c71b2]:before{content:"";display:block;height:7px;background:repeating-linear-gradient(-45deg,var(--color-orange),var(--color-orange) 11px,var(--background) 11px,var(--background) 22px);margin-bottom:var(--space-xl)}.dashboard-section[data-v-bb6c71b2]{display:flex;gap:var(--space-xl);padding-top:0;align-items:flex-start}.dashboard-section .left-panel[data-v-bb6c71b2],.dashboard-section .right-panel[data-v-bb6c71b2]{display:flex;flex-direction:column}.left-panel[data-v-bb6c71b2]{flex:.8}.panel-header[data-v-bb6c71b2]{font-family:var(--font-mono);font-size:14px;color:#0a0a0a66;display:flex;align-items:center;gap:var(--space-xs);margin-bottom:var(--space-md);letter-spacing:3px;text-transform:uppercase}.status-dot[data-v-bb6c71b2]{color:var(--color-green);font-size:.8rem}.section-title[data-v-bb6c71b2]{font-family:var(--font-display);font-size:34px;font-weight:400;margin:0 0 var(--space-sm) 0}.section-desc[data-v-bb6c71b2]{color:#0a0a0a80;font-family:var(--font-display);font-size:22px;margin-bottom:var(--space-md);line-height:1.5}.metrics-row[data-v-bb6c71b2]{display:flex;gap:var(--space-md);margin-bottom:var(--space-md)}.metric-card[data-v-bb6c71b2]{border:var(--border-light);padding:var(--space-md) var(--space-lg);min-width:150px;transition:var(--transition-fast)}.metric-card[data-v-bb6c71b2]:hover{border-color:var(--color-orange)}.metric-value[data-v-bb6c71b2]{font-family:var(--font-display);font-size:31px;margin-bottom:var(--space-xs)}.metric-label[data-v-bb6c71b2]{font-family:var(--font-mono);font-size:13px;color:#0a0a0a66;letter-spacing:1px}.steps-container[data-v-bb6c71b2]{border:var(--border-light);padding:var(--space-lg);position:relative}.steps-container[data-v-bb6c71b2]:before,.steps-container[data-v-bb6c71b2]:after{content:"";position:absolute;width:20px;height:20px;pointer-events:none}.steps-container[data-v-bb6c71b2]:before{top:12px;left:12px;border-top:3px solid var(--color-orange);border-left:3px solid var(--color-orange)}.steps-container[data-v-bb6c71b2]:after{bottom:12px;right:12px;border-bottom:3px solid var(--color-green);border-right:3px solid var(--color-green)}.steps-header[data-v-bb6c71b2]{font-family:var(--font-mono);font-size:14px;color:#0a0a0a66;margin-bottom:var(--space-md);display:flex;align-items:center;gap:var(--space-xs);letter-spacing:3px;text-transform:uppercase}.diamond-icon[data-v-bb6c71b2]{color:var(--color-orange);font-size:1.2rem}.workflow-list[data-v-bb6c71b2]{display:flex;flex-direction:column;gap:var(--space-md)}.workflow-item[data-v-bb6c71b2]{display:flex;align-items:flex-start;gap:var(--space-md)}.step-num[data-v-bb6c71b2]{font-family:var(--font-mono);font-weight:700;font-size:15px;color:var(--color-orange);opacity:.5}.step-info[data-v-bb6c71b2]{flex:1}.step-title[data-v-bb6c71b2]{font-family:var(--font-display);font-size:22px;margin-bottom:4px}.step-desc[data-v-bb6c71b2]{font-family:var(--font-mono);font-size:13px;color:#0a0a0a66;line-height:1.6}.right-panel[data-v-bb6c71b2]{flex:1.2}.console-box[data-v-bb6c71b2]{border:var(--border-medium);padding:var(--space-xs);position:relative}.console-box[data-v-bb6c71b2]:before,.console-box[data-v-bb6c71b2]:after{content:"";position:absolute;width:20px;height:20px;pointer-events:none}.console-box[data-v-bb6c71b2]:before{top:-2px;right:-2px;border-top:3px solid var(--color-orange);border-right:3px solid var(--color-orange)}.console-box[data-v-bb6c71b2]:after{bottom:-2px;left:-2px;border-bottom:3px solid var(--color-green);border-left:3px solid var(--color-green)}.console-section[data-v-bb6c71b2]{padding:var(--space-md)}.console-section.btn-section[data-v-bb6c71b2]{padding-top:0}.console-header[data-v-bb6c71b2]{display:flex;justify-content:space-between;margin-bottom:var(--space-sm);font-family:var(--font-mono);font-size:13px;color:#0a0a0a66;letter-spacing:1px}.console-label[data-v-bb6c71b2]{text-transform:uppercase}.console-meta[data-v-bb6c71b2]{font-size:11px}.upload-zone[data-v-bb6c71b2]{border:2px dashed rgba(10,10,10,.12);height:200px;overflow-y:auto;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition-medium);background:var(--color-gray)}.upload-zone.has-files[data-v-bb6c71b2]{align-items:flex-start}.upload-zone[data-v-bb6c71b2]:hover{border-color:var(--color-orange);background:var(--background)}.upload-zone.drag-over[data-v-bb6c71b2]{border-color:var(--color-green);background:#43c1650d}.upload-placeholder[data-v-bb6c71b2]{text-align:center}.upload-icon[data-v-bb6c71b2]{width:var(--space-lg);height:var(--space-lg);border:var(--border-medium);display:flex;align-items:center;justify-content:center;margin:0 auto var(--space-sm);color:var(--color-orange);font-size:1.2rem}.upload-title[data-v-bb6c71b2]{font-family:var(--font-display);font-size:18px;margin-bottom:var(--space-xs)}.upload-hint[data-v-bb6c71b2]{font-family:var(--font-mono);font-size:13px;color:#0a0a0a59}.file-list[data-v-bb6c71b2]{width:100%;padding:var(--space-sm);display:flex;flex-direction:column;gap:var(--space-xs)}.file-item[data-v-bb6c71b2]{display:flex;align-items:center;background:var(--background);padding:var(--space-xs) var(--space-sm);border:var(--border-light);font-family:var(--font-mono);font-size:14px}.file-name[data-v-bb6c71b2]{flex:1;margin:0 var(--space-sm)}.remove-btn[data-v-bb6c71b2]{background:none;border:none;cursor:pointer;font-size:1.2rem;color:#0a0a0a59;transition:var(--transition-fast)}.remove-btn[data-v-bb6c71b2]:hover{color:var(--color-red)}.console-divider[data-v-bb6c71b2]{display:flex;align-items:center;margin:var(--space-sm) 0}.console-divider[data-v-bb6c71b2]:before,.console-divider[data-v-bb6c71b2]:after{content:"";flex:1;height:1px;background:#0a0a0a14}.console-divider span[data-v-bb6c71b2]{padding:0 var(--space-sm);font-family:var(--font-mono);font-size:11px;color:#0a0a0a40;letter-spacing:3px;text-transform:uppercase}.input-wrapper[data-v-bb6c71b2]{position:relative;border:var(--border-light);background:var(--color-gray);transition:var(--transition-fast)}.input-wrapper[data-v-bb6c71b2]:focus-within{border-color:var(--color-orange)}.code-input[data-v-bb6c71b2]{width:100%;border:none;background:transparent;padding:var(--space-md);font-family:var(--font-mono);font-size:15px;line-height:1.6;resize:vertical;outline:none;min-height:150px;color:var(--foreground)}.code-input[data-v-bb6c71b2]::placeholder{color:#0a0a0a59}.model-badge[data-v-bb6c71b2]{position:absolute;bottom:var(--space-xs);right:var(--space-sm);font-family:var(--font-mono);font-size:11px;color:#0a0a0a40;letter-spacing:1px}.start-engine-btn[data-v-bb6c71b2]{width:100%;background:var(--color-black);color:var(--color-white);border:2px solid var(--color-black);padding:20px var(--space-lg);font-family:var(--font-mono);font-weight:700;font-size:14px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .15s ease;letter-spacing:3px;text-transform:uppercase;position:relative;overflow:hidden}.start-engine-btn[data-v-bb6c71b2]:not(:disabled){animation:btn-pulse-bb6c71b2 2s ease-in-out infinite}.start-engine-btn[data-v-bb6c71b2]:hover:not(:disabled){background:var(--color-orange);border-color:var(--color-orange)}.start-engine-btn[data-v-bb6c71b2]:active:not(:disabled){opacity:.9}.start-engine-btn[data-v-bb6c71b2]:disabled{background:var(--color-gray);color:#0a0a0a59;cursor:not-allowed;border-color:#0a0a0a14}@keyframes btn-pulse-bb6c71b2{0%,to{border-color:var(--color-black)}50%{border-color:var(--color-orange)}}.url-section[data-v-bb6c71b2]{padding-top:0}.url-input-row[data-v-bb6c71b2]{display:flex;gap:var(--space-xs)}.url-input[data-v-bb6c71b2]{flex:1;border:var(--border-light);background:var(--color-gray);padding:var(--space-xs) var(--space-sm);font-family:var(--font-mono);font-size:13px;color:var(--foreground);outline:none;transition:var(--transition-fast);min-width:0}.url-input[data-v-bb6c71b2]:focus{border-color:var(--color-orange);background:var(--background)}.url-input[data-v-bb6c71b2]::placeholder{color:#0a0a0a4d}.url-input[data-v-bb6c71b2]:disabled{opacity:.5;cursor:not-allowed}.url-fetch-btn[data-v-bb6c71b2]{background:var(--color-black);color:var(--color-white);border:2px solid var(--color-black);padding:var(--space-xs) var(--space-sm);font-family:var(--font-mono);font-size:13px;font-weight:700;letter-spacing:1px;cursor:pointer;transition:var(--transition-fast);white-space:nowrap}.url-fetch-btn[data-v-bb6c71b2]:hover:not(:disabled){background:var(--color-orange);border-color:var(--color-orange)}.url-fetch-btn[data-v-bb6c71b2]:disabled{opacity:.35;cursor:not-allowed}.url-error[data-v-bb6c71b2]{margin-top:var(--space-xs);font-family:var(--font-mono);font-size:12px;color:var(--color-red)}.url-doc-list[data-v-bb6c71b2]{margin-top:var(--space-xs);display:flex;flex-direction:column;gap:var(--space-xs)}.url-doc-item[data-v-bb6c71b2]{display:flex;align-items:flex-start;gap:var(--space-xs);background:var(--background);padding:var(--space-xs) var(--space-sm);border:var(--border-light);border-left:3px solid var(--color-green)}.url-doc-icon[data-v-bb6c71b2]{color:var(--color-green);font-size:14px;margin-top:1px;flex-shrink:0}.url-doc-info[data-v-bb6c71b2]{flex:1;min-width:0}.url-doc-title[data-v-bb6c71b2]{font-family:var(--font-display);font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.url-doc-meta[data-v-bb6c71b2]{font-family:var(--font-mono);font-size:11px;color:#0a0a0a59;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.attribution-footer[data-v-bb6c71b2]{text-align:center;padding:var(--space-lg) 0;font-family:var(--font-mono);font-size:13px;color:#0a0a0a40;letter-spacing:1px}.attribution-footer a[data-v-bb6c71b2]{color:#0a0a0a66;text-decoration:none}.attribution-footer a[data-v-bb6c71b2]:hover{color:var(--color-orange)}@media(max-width:1024px){.dashboard-section[data-v-bb6c71b2]{flex-direction:column}.main-title[data-v-bb6c71b2]{font-size:34px}}.graph-panel[data-v-2640e49d]{position:relative;width:100%;height:100%;background-color:#0a0a0a;background-image:linear-gradient(rgba(67,193,101,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(67,193,101,.06) 1px,transparent 1px);background-size:70px 70px;overflow:hidden}.graph-panel[data-v-2640e49d]:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#FF6B1A 40px,transparent 40px,transparent calc(100% - 40px),#FF6B1A calc(100% - 40px));z-index:30;pointer-events:none}.graph-panel[data-v-2640e49d]:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#43C165 40px,transparent 40px,transparent calc(100% - 40px),#43C165 calc(100% - 40px));z-index:30;pointer-events:none}.panel-header[data-v-2640e49d]{position:absolute;top:0;left:0;right:0;padding:16px 20px;z-index:10;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(to bottom,#0a0a0af2,#0a0a0a00);pointer-events:none}.panel-title[data-v-2640e49d]{font-family:var(--font-mono);font-size:11px;font-weight:600;color:#fafafa80;text-transform:uppercase;letter-spacing:3px;pointer-events:auto}.header-tools[data-v-2640e49d]{pointer-events:auto;display:flex;gap:10px;align-items:center}.tool-btn[data-v-2640e49d]{height:32px;padding:0 12px;border:2px solid rgba(250,250,250,.12);background:#0a0a0a99;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;color:#fafafa80;transition:all .2s;font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:1px}.tool-btn[data-v-2640e49d]:hover{background:#fafafa1a;color:#fafafa;border-color:#ff6b1a}.tool-btn .btn-text[data-v-2640e49d]{font-size:11px;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:1px}.icon-refresh.spinning[data-v-2640e49d]{animation:spin-2640e49d 1s linear infinite}@keyframes spin-2640e49d{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.graph-container[data-v-2640e49d]{width:100%;height:100%}.graph-view[data-v-2640e49d],.graph-svg[data-v-2640e49d]{width:100%;height:100%;display:block}.graph-state[data-v-2640e49d]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fafafa66;font-family:var(--font-mono)}.empty-icon[data-v-2640e49d]{font-size:48px;margin-bottom:16px;opacity:.2}.graph-legend[data-v-2640e49d]{position:absolute;bottom:24px;left:24px;background:#0a0a0ad9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:12px 16px;border:2px solid rgba(250,250,250,.08);z-index:10}.legend-title[data-v-2640e49d]{display:block;font-family:var(--font-mono);font-size:10px;font-weight:600;color:#ff6b1a;margin-bottom:10px;text-transform:uppercase;letter-spacing:3px}.legend-items[data-v-2640e49d]{display:flex;flex-wrap:wrap;gap:10px 16px;max-width:320px}.legend-item[data-v-2640e49d]{display:flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:11px;color:#fafafa80;cursor:pointer;-webkit-user-select:none;user-select:none;transition:opacity .15s}.legend-item[data-v-2640e49d]:hover{opacity:.8}.legend-item.hidden[data-v-2640e49d]{opacity:.4}.legend-item.hidden .legend-label[data-v-2640e49d]{text-decoration:line-through}.legend-dot[data-v-2640e49d]{width:10px;height:10px;flex-shrink:0}.legend-label[data-v-2640e49d]{white-space:nowrap}.graph-toggles[data-v-2640e49d]{position:absolute;top:60px;right:20px;display:flex;flex-direction:column;gap:6px;background:#0a0a0ad9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:8px 14px;border:2px solid rgba(250,250,250,.08);z-index:10}.toggle-row[data-v-2640e49d]{display:flex;align-items:center;gap:10px}.toggle-switch[data-v-2640e49d]{position:relative;display:inline-block;width:40px;height:22px}.toggle-switch input[data-v-2640e49d]{opacity:0;width:0;height:0}.slider[data-v-2640e49d]{position:absolute;cursor:pointer;inset:0;background-color:#fafafa26;transition:.3s}.slider[data-v-2640e49d]:before{position:absolute;content:"";height:16px;width:16px;left:3px;bottom:3px;background-color:#fafafab3;transition:.3s}input:checked+.slider[data-v-2640e49d]{background-color:#ff6b1a}input:checked+.slider[data-v-2640e49d]:before{transform:translate(18px)}.toggle-label[data-v-2640e49d]{font-family:var(--font-mono);font-size:11px;color:#fafafa80;text-transform:uppercase;letter-spacing:1px}.detail-panel[data-v-2640e49d]{position:absolute;top:60px;right:20px;width:320px;max-height:calc(100% - 100px);background:#fafafa;border:2px solid rgba(10,10,10,.08);overflow:hidden;font-family:var(--font-mono);font-size:13px;z-index:20;display:flex;flex-direction:column}.detail-panel-header[data-v-2640e49d]{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:var(--color-gray);border-bottom:2px solid rgba(10,10,10,.08);flex-shrink:0}.detail-title[data-v-2640e49d]{font-family:var(--font-mono);font-weight:600;color:#0a0a0a66;font-size:11px;text-transform:uppercase;letter-spacing:3px}.detail-type-badge[data-v-2640e49d]{padding:4px 10px;font-family:var(--font-mono);font-size:11px;font-weight:500;margin-left:auto;margin-right:12px;text-transform:uppercase;letter-spacing:1px}.detail-close[data-v-2640e49d]{background:none;border:none;font-size:20px;cursor:pointer;color:#0a0a0a66;line-height:1;padding:0;transition:color .2s}.detail-close[data-v-2640e49d]:hover{color:#0a0a0ab3}.detail-content[data-v-2640e49d]{padding:16px;overflow-y:auto;flex:1}.detail-row[data-v-2640e49d]{margin-bottom:12px;display:flex;flex-wrap:wrap;gap:4px}.detail-label[data-v-2640e49d]{color:#0a0a0a66;font-family:var(--font-mono);font-size:11px;font-weight:500;min-width:80px;text-transform:uppercase;letter-spacing:1px}.detail-value[data-v-2640e49d]{color:#0a0a0ab3;flex:1;word-break:break-word}.detail-value.uuid-text[data-v-2640e49d]{font-family:var(--font-mono);font-size:11px;color:#0a0a0a80}.detail-value.uuid-text.copyable[data-v-2640e49d]{cursor:pointer}.detail-value.uuid-text.copyable[data-v-2640e49d]:hover{color:#0a0a0a;text-decoration:underline}.detail-value.uuid-text.copyable[data-v-2640e49d]:active{color:#43c165}.detail-value.fact-text[data-v-2640e49d]{line-height:1.5;color:#0a0a0a99}.detail-section[data-v-2640e49d]{margin-top:16px;padding-top:14px;border-top:2px solid rgba(10,10,10,.08)}.section-title[data-v-2640e49d]{font-family:var(--font-mono);font-size:11px;font-weight:600;color:#0a0a0a80;margin-bottom:10px;text-transform:uppercase;letter-spacing:2px}.properties-list[data-v-2640e49d]{display:flex;flex-direction:column;gap:8px}.property-item[data-v-2640e49d]{display:flex;gap:8px}.property-key[data-v-2640e49d]{color:#0a0a0a66;font-family:var(--font-mono);font-weight:500;min-width:90px}.property-value[data-v-2640e49d]{color:#0a0a0ab3;flex:1}.summary-text[data-v-2640e49d]{line-height:1.6;color:#0a0a0a99;font-size:12px}.labels-list[data-v-2640e49d]{display:flex;flex-wrap:wrap;gap:8px}.label-tag[data-v-2640e49d]{display:inline-block;padding:4px 12px;background:var(--color-gray);border:2px solid rgba(10,10,10,.12);font-family:var(--font-mono);font-size:10px;color:#0a0a0a80;text-transform:uppercase;letter-spacing:1px}.actions-title[data-v-2640e49d]{display:flex;align-items:center;gap:8px;-webkit-user-select:none;user-select:none}.actions-toggle[data-v-2640e49d]{font-size:9px;color:#0a0a0a66;width:12px}.actions-loading[data-v-2640e49d]{font-size:10px;color:#ff6b1a;animation:shimmer-2640e49d 1.5s ease-in-out infinite}@keyframes shimmer-2640e49d{0%,to{opacity:.5}50%{opacity:1}}.actions-count[data-v-2640e49d]{font-size:10px;background:#ff6b1a;color:#fafafa;padding:1px 6px;font-family:var(--font-mono)}.agent-actions-list[data-v-2640e49d]{display:flex;flex-direction:column;gap:6px;max-height:400px;overflow-y:auto;margin-top:8px}.agent-actions-list[data-v-2640e49d]::-webkit-scrollbar{width:4px}.agent-actions-list[data-v-2640e49d]::-webkit-scrollbar-thumb{background:#0a0a0a1f}.action-item[data-v-2640e49d]{padding:10px;border:2px solid rgba(10,10,10,.06);background:#fafafa;transition:border-color .15s;cursor:pointer}.action-item[data-v-2640e49d]:hover{border-color:#0a0a0a26}.action-item.expanded[data-v-2640e49d]{border-color:#ff6b1a}.action-header[data-v-2640e49d]{display:flex;align-items:center;gap:6px}.action-platform[data-v-2640e49d]{font-family:var(--font-mono);font-size:9px;font-weight:700;padding:2px 6px;text-transform:uppercase;letter-spacing:2px;color:#fafafa;background:#0a0a0a}.action-platform.twitter[data-v-2640e49d]{background:#0a0a0a}.action-platform.reddit[data-v-2640e49d]{background:#ff6b1a}.action-platform.polymarket[data-v-2640e49d]{background:#43c165}.action-type[data-v-2640e49d]{font-family:var(--font-mono);font-size:10px;color:#0a0a0a80;text-transform:uppercase;letter-spacing:1px}.action-round[data-v-2640e49d]{font-family:var(--font-mono);font-size:10px;color:#ff6b1a;font-weight:700}.action-expand-icon[data-v-2640e49d]{margin-left:auto;font-family:var(--font-mono);font-size:14px;color:#0a0a0a4d;width:16px;text-align:center}.action-content[data-v-2640e49d]{font-size:12px;color:#0a0a0ab3;line-height:1.5;margin-top:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.action-content-full[data-v-2640e49d]{display:block;-webkit-line-clamp:unset}.action-details[data-v-2640e49d]{margin-top:10px;padding-top:10px;border-top:1px dashed rgba(10,10,10,.08);display:flex;flex-direction:column;gap:6px}.action-detail-row[data-v-2640e49d]{display:flex;gap:8px;font-size:11px;align-items:baseline}.action-detail-label[data-v-2640e49d]{font-family:var(--font-mono);font-size:9px;color:#0a0a0a66;text-transform:uppercase;letter-spacing:2px;min-width:70px;flex-shrink:0}.action-detail-value[data-v-2640e49d]{color:#0a0a0ab3;word-break:break-all}.action-detail-value.mono[data-v-2640e49d]{font-family:var(--font-mono);font-size:10px}.action-detail-value.text-green[data-v-2640e49d]{color:#43c165;font-weight:700}.action-detail-value.text-orange[data-v-2640e49d]{color:#ff6b1a;font-weight:700}.reasoning-text[data-v-2640e49d]{font-size:11px;line-height:1.5;color:#0a0a0a99;font-style:italic}.actions-empty[data-v-2640e49d]{font-family:var(--font-mono);font-size:11px;color:#0a0a0a59;text-transform:uppercase;letter-spacing:1px;padding:16px 0}.episodes-list[data-v-2640e49d]{display:flex;flex-direction:column;gap:6px}.episode-tag[data-v-2640e49d]{display:inline-block;padding:6px 10px;background:var(--color-gray);border:2px solid rgba(10,10,10,.08);font-family:var(--font-mono);font-size:10px;color:#0a0a0a80;word-break:break-all}.edge-relation-header[data-v-2640e49d]{background:var(--color-gray);padding:12px;border:2px solid rgba(10,10,10,.08);margin-bottom:16px;font-family:var(--font-mono);font-size:12px;font-weight:500;color:#0a0a0ab3;line-height:1.5;word-break:break-word}.graph-building-hint[data-v-2640e49d]{position:absolute;bottom:160px;left:50%;transform:translate(-50%);background:#0a0a0a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fafafa;padding:10px 20px;font-family:var(--font-mono);font-size:12px;display:flex;align-items:center;gap:10px;border:2px solid rgba(250,250,250,.1);font-weight:500;letter-spacing:1px;text-transform:uppercase;z-index:100}.hint-close[data-v-2640e49d]{cursor:pointer;font-size:16px;opacity:.6;margin-left:4px;line-height:1}.hint-close[data-v-2640e49d]:hover{opacity:1}.memory-icon-wrapper[data-v-2640e49d]{display:flex;align-items:center;justify-content:center;animation:breathe-2640e49d 2s ease-in-out infinite}.memory-icon[data-v-2640e49d]{width:18px;height:18px;color:#43c165}@keyframes breathe-2640e49d{0%,to{opacity:.7;transform:scale(1);filter:drop-shadow(0 0 2px rgba(67,193,101,.3))}50%{opacity:1;transform:scale(1.15);filter:drop-shadow(0 0 8px rgba(67,193,101,.6))}}.graph-building-hint.finished-hint[data-v-2640e49d]{background:#0a0a0a;border:2px solid rgba(250,250,250,.1)}.finished-hint .hint-icon-wrapper[data-v-2640e49d]{display:flex;align-items:center;justify-content:center}.finished-hint .hint-icon[data-v-2640e49d]{width:18px;height:18px;color:#ff6b1a}.finished-hint .hint-text[data-v-2640e49d]{flex:1;white-space:nowrap}.hint-close-btn[data-v-2640e49d]{display:flex;align-items:center;justify-content:center;width:22px;height:22px;background:#fafafa33;border:none;cursor:pointer;color:#fafafa;transition:all .2s;margin-left:8px;flex-shrink:0}.hint-close-btn[data-v-2640e49d]:hover{background:#fafafa59}.loading-spinner[data-v-2640e49d]{width:40px;height:40px;border:3px solid rgba(250,250,250,.12);border-top-color:#ff6b1a;border-radius:50%;animation:spin-2640e49d 1s linear infinite;margin:0 auto 16px}.self-loop-header[data-v-2640e49d]{display:flex;align-items:center;gap:8px;background:#43c16514;border:2px solid rgba(67,193,101,.2)}.self-loop-count[data-v-2640e49d]{margin-left:auto;font-family:var(--font-mono);font-size:10px;color:#0a0a0a80;background:#fafafacc;padding:2px 8px;text-transform:uppercase;letter-spacing:1px}.self-loop-list[data-v-2640e49d]{display:flex;flex-direction:column;gap:10px}.self-loop-item[data-v-2640e49d]{background:#fafafa;border:2px solid rgba(10,10,10,.08)}.self-loop-item-header[data-v-2640e49d]{display:flex;align-items:center;gap:8px;padding:10px 12px;background:var(--color-gray);cursor:pointer;transition:background .2s}.self-loop-item-header[data-v-2640e49d]:hover{background:#0a0a0a0f}.self-loop-item.expanded .self-loop-item-header[data-v-2640e49d]{background:#0a0a0a14}.self-loop-index[data-v-2640e49d]{font-family:var(--font-mono);font-size:10px;font-weight:600;color:#0a0a0a66;background:#0a0a0a1f;padding:2px 6px}.self-loop-name[data-v-2640e49d]{font-family:var(--font-mono);font-size:12px;font-weight:500;color:#0a0a0ab3;flex:1}.self-loop-toggle[data-v-2640e49d]{width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#0a0a0a66;background:#0a0a0a1f;transition:all .2s}.self-loop-item.expanded .self-loop-toggle[data-v-2640e49d]{background:#0a0a0a26;color:#0a0a0a80}.self-loop-item-content[data-v-2640e49d]{padding:12px;border-top:2px solid rgba(10,10,10,.08)}.self-loop-item-content .detail-row[data-v-2640e49d]{margin-bottom:8px}.self-loop-item-content .detail-label[data-v-2640e49d]{font-size:10px;min-width:60px}.self-loop-item-content .detail-value[data-v-2640e49d]{font-size:12px}.self-loop-episodes[data-v-2640e49d]{margin-top:8px}.episodes-list.compact[data-v-2640e49d]{flex-direction:row;flex-wrap:wrap;gap:4px}.episode-tag.small[data-v-2640e49d]{padding:3px 6px;font-size:9px}.workbench-panel[data-v-fa01f270]{height:100%;background-color:#fafafa;background-image:linear-gradient(rgba(10,10,10,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(10,10,10,.03) 1px,transparent 1px);background-size:22px 22px;display:flex;flex-direction:column;position:relative;overflow:hidden}.scroll-container[data-v-fa01f270]{flex:1;overflow-y:auto;padding:22px;display:flex;flex-direction:column;gap:22px}.step-card[data-v-fa01f270]{background:#fafafa;padding:22px;border:2px solid rgba(10,10,10,.08);transition:all .3s ease;position:relative}.step-card[data-v-fa01f270]:before{content:"";position:absolute;top:0;left:0;width:16px;height:16px;border-top:3px solid #FF6B1A;border-left:3px solid #FF6B1A}.step-card[data-v-fa01f270]:after{content:"";position:absolute;bottom:0;right:0;width:16px;height:16px;border-bottom:3px solid #43C165;border-right:3px solid #43C165}.step-card.active[data-v-fa01f270]{border-color:#ff6b1a}.card-header[data-v-fa01f270]{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.step-info[data-v-fa01f270]{display:flex;align-items:center;gap:11px}.step-num[data-v-fa01f270]{font-family:var(--font-mono);font-size:20px;font-weight:700;color:#0a0a0a1f}.step-card.active .step-num[data-v-fa01f270],.step-card.completed .step-num[data-v-fa01f270]{color:#0a0a0a}.step-title[data-v-fa01f270]{font-family:var(--font-display);font-weight:600;font-size:14px;letter-spacing:.5px}.badge[data-v-fa01f270]{font-family:var(--font-mono);font-size:11px;padding:4px 8px;font-weight:600;text-transform:uppercase;letter-spacing:3px}.badge.success[data-v-fa01f270]{background:#43c165;color:#fafafa}.badge.processing[data-v-fa01f270],.badge.accent[data-v-fa01f270]{background:#ff6b1a;color:#fafafa}.badge.pending[data-v-fa01f270]{background:#f5f5f5;color:#0a0a0a66}.api-note[data-v-fa01f270]{font-family:var(--font-mono);font-size:10px;color:#0a0a0a66;margin-bottom:8px}.description[data-v-fa01f270]{font-size:12px;color:#0a0a0a80;line-height:1.5;margin-bottom:22px}.tags-container[data-v-fa01f270]{margin-top:11px;transition:opacity .3s}.tags-container.dimmed[data-v-fa01f270]{opacity:.3;pointer-events:none}.tag-label[data-v-fa01f270]{display:block;font-family:var(--font-mono);font-size:11px;color:#0a0a0a66;margin-bottom:8px;font-weight:600;text-transform:uppercase;letter-spacing:3px}.tags-list[data-v-fa01f270]{display:flex;flex-wrap:wrap;gap:6px}.entity-tag[data-v-fa01f270]{background:#f5f5f5;border:1px solid rgba(10,10,10,.08);padding:4px 10px;font-size:11px;color:#0a0a0ab3;font-family:var(--font-mono);transition:all .2s}.entity-tag.clickable[data-v-fa01f270]{cursor:pointer}.entity-tag.clickable[data-v-fa01f270]:hover{background:#0a0a0a1f;border-color:#0a0a0a33}.ontology-detail-overlay[data-v-fa01f270]{position:absolute;inset:60px 22px 22px;background:#fafafafa;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10;border:2px solid rgba(10,10,10,.08);display:flex;flex-direction:column;overflow:hidden;animation:fadeIn-fa01f270 .2s ease-out}@keyframes fadeIn-fa01f270{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.detail-header[data-v-fa01f270]{display:flex;justify-content:space-between;align-items:center;padding:11px 22px;border-bottom:2px solid rgba(10,10,10,.08);background:#fafafa}.detail-title-group[data-v-fa01f270]{display:flex;align-items:center;gap:8px}.detail-type-badge[data-v-fa01f270]{font-family:var(--font-mono);font-size:9px;font-weight:700;color:#fafafa;background:#0a0a0a;padding:2px 6px;text-transform:uppercase;letter-spacing:3px}.detail-name[data-v-fa01f270]{font-size:14px;font-weight:700;font-family:var(--font-mono)}.close-btn[data-v-fa01f270]{background:none;border:none;font-size:18px;color:#0a0a0a66;cursor:pointer;line-height:1}.close-btn[data-v-fa01f270]:hover{color:#0a0a0ab3}.detail-body[data-v-fa01f270]{flex:1;overflow-y:auto;padding:22px}.detail-desc[data-v-fa01f270]{font-size:12px;color:#0a0a0a99;line-height:1.5;margin-bottom:22px;padding-bottom:11px;border-bottom:1px dashed rgba(10,10,10,.08)}.detail-section[data-v-fa01f270]{margin-bottom:22px}.section-label[data-v-fa01f270]{display:block;font-family:var(--font-mono);font-size:11px;font-weight:600;color:#0a0a0a66;margin-bottom:8px;text-transform:uppercase;letter-spacing:3px}.attr-list[data-v-fa01f270],.conn-list[data-v-fa01f270]{display:flex;flex-direction:column;gap:6px}.attr-item[data-v-fa01f270]{font-size:11px;display:flex;flex-wrap:wrap;gap:6px;align-items:baseline;padding:4px;background:#f5f5f5}.attr-name[data-v-fa01f270]{font-family:var(--font-mono);font-weight:600;color:#0a0a0a}.attr-type[data-v-fa01f270]{color:#0a0a0a66;font-size:10px}.attr-desc[data-v-fa01f270]{color:#0a0a0a80;flex:1;min-width:150px}.example-list[data-v-fa01f270]{display:flex;flex-wrap:wrap;gap:6px}.example-tag[data-v-fa01f270]{font-size:11px;background:#fafafa;border:1px solid rgba(10,10,10,.12);padding:3px 8px;color:#0a0a0a80}.conn-item[data-v-fa01f270]{display:flex;align-items:center;gap:8px;font-size:11px;padding:6px;background:#f5f5f5;font-family:var(--font-mono)}.conn-node[data-v-fa01f270]{font-weight:600;color:#0a0a0ab3}.conn-arrow[data-v-fa01f270]{color:#0a0a0a33}.stats-grid[data-v-fa01f270]{display:grid;grid-template-columns:1fr 1fr 1fr;gap:11px;background:#f5f5f5;padding:22px}.stat-card[data-v-fa01f270]{text-align:center}.stat-value[data-v-fa01f270]{display:block;font-size:20px;font-weight:700;color:#0a0a0a;font-family:var(--font-mono)}.stat-label[data-v-fa01f270]{font-family:var(--font-mono);font-size:9px;color:#0a0a0a66;text-transform:uppercase;letter-spacing:3px;margin-top:4px;display:block}.action-btn[data-v-fa01f270]{width:100%;background:#0a0a0a;color:#fafafa;border:none;padding:14px;font-family:var(--font-mono);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:3px;cursor:pointer;transition:opacity .2s}.action-btn[data-v-fa01f270]:hover:not(:disabled){opacity:.8}.action-btn[data-v-fa01f270]:disabled{background:#0a0a0a33;cursor:not-allowed}.existing-sims[data-v-fa01f270]{display:flex;flex-direction:column;gap:4px;margin-bottom:11px}.sim-entry[data-v-fa01f270]{display:flex;align-items:center;gap:8px;padding:8px 11px;border:2px solid rgba(10,10,10,.12);cursor:pointer;transition:all .15s;font-size:11px}.sim-entry[data-v-fa01f270]:hover{background:#f5f5f5;border-color:#0a0a0ab3}.sim-id[data-v-fa01f270]{flex:1;color:#0a0a0ab3;font-weight:500}.sim-status[data-v-fa01f270]{font-family:var(--font-mono);font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:3px;padding:2px 6px;background:#f5f5f5;color:#0a0a0a80}.sim-status.ready[data-v-fa01f270],.sim-status.completed[data-v-fa01f270]{color:#fafafa;background:#43c165}.sim-status.running[data-v-fa01f270]{color:#fafafa;background:#ff6b1a}.sim-status.failed[data-v-fa01f270]{color:#fafafa;background:#f44}.sim-status.paused[data-v-fa01f270],.sim-status.stopped[data-v-fa01f270]{color:#0a0a0a;background:#ffb347}.sim-arrow[data-v-fa01f270]{color:#0a0a0a66;font-size:12px}.progress-section[data-v-fa01f270]{display:flex;align-items:center;gap:11px;font-size:12px;color:#ff6b1a;margin-bottom:11px}.spinner-sm[data-v-fa01f270]{width:14px;height:14px;border:2px solid rgba(255,107,26,.3);border-top-color:#ff6b1a;border-radius:50%;animation:spin-fa01f270 1s linear infinite}@keyframes spin-fa01f270{to{transform:rotate(360deg)}}.system-logs[data-v-fa01f270]{background:#0a0a0a;color:#fafafacc;padding:22px;font-family:var(--font-mono);border-top:2px solid rgba(250,250,250,.08);flex-shrink:0}.log-header[data-v-fa01f270]{display:flex;justify-content:space-between;border-bottom:1px solid rgba(250,250,250,.1);padding-bottom:8px;margin-bottom:8px;font-family:var(--font-mono);font-size:10px;color:#fafafa66;text-transform:uppercase;letter-spacing:3px;cursor:pointer;-webkit-user-select:none;user-select:none}.system-logs.collapsed .log-header[data-v-fa01f270]{border-bottom:none;padding-bottom:0;margin-bottom:0}.log-toggle[data-v-fa01f270]{font-size:8px;opacity:.5;margin-left:4px}.log-content[data-v-fa01f270]{display:flex;flex-direction:column;gap:4px;height:80px;overflow-y:auto;padding-right:4px}.log-content[data-v-fa01f270]::-webkit-scrollbar{width:4px}.log-content[data-v-fa01f270]::-webkit-scrollbar-thumb{background:#fafafa26}.log-line[data-v-fa01f270]{font-size:11px;display:flex;gap:11px;line-height:1.5}.log-time[data-v-fa01f270]{color:#ff6b1a;min-width:75px}.log-msg[data-v-fa01f270]{color:#fafafa99;word-break:break-all}.log-id[data-v-fa01f270]{color:#43c165}.env-setup-panel[data-v-c01bf134]{height:100%;display:flex;flex-direction:column;background:#fafafa;font-family:var(--font-mono)}.scroll-container[data-v-c01bf134]{flex:1;overflow-y:auto;padding:22px;display:flex;flex-direction:column;gap:22px}.step-card[data-v-c01bf134]{background:#fafafa;padding:22px;border:2px solid rgba(10,10,10,.08);transition:all .3s ease;position:relative}.step-card[data-v-c01bf134]:before{content:"";position:absolute;top:0;left:0;width:34px;height:3px;background:#ff6b1a}.step-card[data-v-c01bf134]:after{content:"";position:absolute;bottom:0;right:0;width:34px;height:3px;background:#43c165}.step-card.active[data-v-c01bf134]{border-color:#ff6b1a}.card-header[data-v-c01bf134]{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.step-info[data-v-c01bf134]{display:flex;align-items:center;gap:11px}.step-num[data-v-c01bf134]{font-family:var(--font-mono);font-size:20px;font-weight:700;color:#0a0a0a1f}.step-card.active .step-num[data-v-c01bf134],.step-card.completed .step-num[data-v-c01bf134]{color:#0a0a0a}.step-title[data-v-c01bf134]{font-family:var(--font-display);font-weight:600;font-size:14px;letter-spacing:.5px}.badge[data-v-c01bf134]{font-family:var(--font-mono);font-size:11px;padding:4px 8px;font-weight:600;text-transform:uppercase;letter-spacing:3px}.badge.success[data-v-c01bf134]{background:#43c165;color:#fafafa}.badge.processing[data-v-c01bf134]{background:#ff6b1a;color:#fafafa}.badge.pending[data-v-c01bf134]{background:var(--color-gray);color:#0a0a0a66}.badge.accent[data-v-c01bf134]{background:#ff6b1a1a;color:#ff6b1a}.badge.error[data-v-c01bf134]{background:#f44;color:#fafafa}.step-card.error[data-v-c01bf134]{border-color:#ff44444d}.config-error-panel[data-v-c01bf134]{border:2px solid #FF4444;background:#ff44440a;padding:16px;margin-bottom:16px}.config-error-title[data-v-c01bf134]{font-family:var(--font-mono);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:3px;color:#f44;margin-bottom:8px}.config-error-msg[data-v-c01bf134]{font-size:13px;color:#0a0a0ab3;margin-bottom:8px;word-break:break-word}.config-error-hint[data-v-c01bf134]{font-size:12px;color:#0a0a0a80;margin-bottom:14px;line-height:1.6}.config-error-hint code[data-v-c01bf134]{font-family:var(--font-mono);background:#0a0a0a0f;padding:1px 4px;font-size:11px}.retry-config-btn[data-v-c01bf134]{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;background:#f44;color:#fafafa;border:none;font-family:var(--font-mono);font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:3px;cursor:pointer;transition:background .2s}.retry-config-btn[data-v-c01bf134]:hover:not(:disabled){background:#e03c3c}.retry-config-btn[data-v-c01bf134]:disabled{opacity:.5;cursor:not-allowed}.loading-spinner-small[data-v-c01bf134]{display:inline-block;width:12px;height:12px;border:2px solid rgba(255,255,255,.3);border-top-color:#fafafa;animation:spin-c01bf134 .8s linear infinite}.api-note[data-v-c01bf134]{font-family:var(--font-mono);font-size:10px;color:#0a0a0a66;margin-bottom:8px}.description[data-v-c01bf134]{font-size:12px;color:#0a0a0a80;line-height:1.5;margin-bottom:16px}.action-section[data-v-c01bf134]{margin-top:16px}.action-btn[data-v-c01bf134]{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;font-family:var(--font-mono);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:3px;border:none;cursor:pointer;transition:all .2s ease}.action-btn.primary[data-v-c01bf134]{background:#0a0a0a;color:#fafafa}.action-btn.primary[data-v-c01bf134]:hover:not(:disabled){opacity:.8}.action-btn.secondary[data-v-c01bf134]{background:var(--color-gray);color:#0a0a0ab3}.action-btn.secondary[data-v-c01bf134]:hover:not(:disabled){background:#0a0a0a14}.action-btn[data-v-c01bf134]:disabled{opacity:.5;cursor:not-allowed}.action-group[data-v-c01bf134]{display:flex;gap:12px;margin-top:16px}.action-group.dual[data-v-c01bf134]{display:grid;grid-template-columns:1fr 1fr}.action-group.dual .action-btn[data-v-c01bf134]{width:100%}.info-card[data-v-c01bf134]{background:var(--color-gray);padding:16px;margin-top:16px}.info-row[data-v-c01bf134]{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px dashed rgba(10,10,10,.12);cursor:pointer;-webkit-user-select:none;user-select:none}.info-row:hover .info-value.copyable[data-v-c01bf134]{color:#0a0a0a;text-decoration:underline}.info-row:active .info-value.copyable[data-v-c01bf134]{color:#43c165}.info-row[data-v-c01bf134]:last-child{border-bottom:none}.info-label[data-v-c01bf134]{font-family:var(--font-mono);font-size:11px;color:#0a0a0a80;text-transform:uppercase;letter-spacing:3px}.info-value[data-v-c01bf134]{font-size:13px;font-weight:500}.info-value.mono[data-v-c01bf134]{font-family:var(--font-mono);font-size:12px}.stats-grid[data-v-c01bf134]{display:grid;grid-template-columns:1fr 1fr 1fr;gap:11px;background:var(--color-gray);padding:16px}.stat-card[data-v-c01bf134]{text-align:center}.stat-value[data-v-c01bf134]{display:block;font-size:20px;font-weight:700;color:#0a0a0a;font-family:var(--font-mono)}.stat-label[data-v-c01bf134]{font-family:var(--font-mono);font-size:9px;color:#0a0a0a66;text-transform:uppercase;letter-spacing:3px;margin-top:4px;display:block}.profiles-preview[data-v-c01bf134]{margin-top:22px;border-top:2px solid rgba(10,10,10,.08);padding-top:16px}.preview-header[data-v-c01bf134]{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.preview-title[data-v-c01bf134]{font-family:var(--font-mono);font-size:11px;font-weight:600;color:#0a0a0a80;text-transform:uppercase;letter-spacing:3px}.profiles-list[data-v-c01bf134]{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.profile-card[data-v-c01bf134]{background:#fafafa;border:2px solid rgba(10,10,10,.08);padding:14px;cursor:pointer;transition:all .2s ease;min-width:0;overflow:hidden}.profile-card[data-v-c01bf134]:hover{border-color:#ff6b1a;background:#fafafa}.profile-header[data-v-c01bf134]{display:flex;align-items:baseline;gap:8px;margin-bottom:6px;overflow:hidden}.profile-header[data-v-c01bf134]>*{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-realname[data-v-c01bf134]{font-family:var(--font-display);font-size:14px;font-weight:700;color:#0a0a0a}.profile-username[data-v-c01bf134]{font-family:var(--font-mono);font-size:11px;color:#0a0a0a66}.profile-meta[data-v-c01bf134]{margin-bottom:8px}.profile-profession[data-v-c01bf134]{font-family:var(--font-mono);font-size:11px;color:#0a0a0a80;background:var(--color-gray);padding:2px 8px}.profile-bio[data-v-c01bf134]{font-size:12px;color:#0a0a0a80;line-height:1.6;margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.profile-topics[data-v-c01bf134]{display:flex;flex-wrap:wrap;gap:6px}.topic-tag[data-v-c01bf134]{font-family:var(--font-mono);font-size:10px;color:#ff6b1a;background:#ff6b1a1a;padding:2px 8px}.topic-more[data-v-c01bf134]{font-size:10px;color:#0a0a0a66;padding:2px 6px}.config-detail-panel[data-v-c01bf134]{margin-top:16px}.config-block[data-v-c01bf134]{margin-top:16px;border-top:2px solid rgba(10,10,10,.08);padding-top:12px}.config-block[data-v-c01bf134]:first-child{margin-top:0;border-top:none;padding-top:0}.config-block-header[data-v-c01bf134]{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.config-block-title[data-v-c01bf134]{font-family:var(--font-mono);font-size:11px;font-weight:600;color:#0a0a0a80;text-transform:uppercase;letter-spacing:3px}.config-block-badge[data-v-c01bf134]{font-family:var(--font-mono);font-size:11px;background:var(--color-gray);color:#0a0a0a80;padding:2px 8px}.config-grid[data-v-c01bf134]{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.config-item[data-v-c01bf134]{background:var(--color-gray);padding:12px 14px;display:flex;flex-direction:column;gap:4px}.config-item-label[data-v-c01bf134]{font-family:var(--font-mono);font-size:11px;color:#0a0a0a66;text-transform:uppercase;letter-spacing:3px}.config-item-value[data-v-c01bf134]{font-family:var(--font-mono);font-size:16px;font-weight:600;color:#0a0a0a}.time-periods[data-v-c01bf134]{margin-top:12px;display:flex;flex-direction:column;gap:8px}.period-item[data-v-c01bf134]{display:flex;align-items:center;gap:11px;padding:8px 12px;background:var(--color-gray)}.period-label[data-v-c01bf134]{font-family:var(--font-mono);font-size:12px;font-weight:500;color:#0a0a0a80;min-width:70px}.period-hours[data-v-c01bf134]{font-family:var(--font-mono);font-size:11px;color:#0a0a0a80;flex:1}.period-multiplier[data-v-c01bf134]{font-family:var(--font-mono);font-size:11px;font-weight:600;color:#ff6b1a;background:#ff6b1a1a;padding:2px 6px}.agents-cards[data-v-c01bf134]{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.agent-card[data-v-c01bf134]{background:var(--color-gray);border:2px solid rgba(10,10,10,.08);padding:14px;transition:all .2s ease;min-width:0;overflow:hidden}.agent-card[data-v-c01bf134]:hover{border-color:#ff6b1a;background:#fafafa}.agent-card-header[data-v-c01bf134]{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px;padding-bottom:12px;border-bottom:2px solid rgba(10,10,10,.08)}.agent-identity[data-v-c01bf134]{display:flex;flex-direction:column;gap:2px}.agent-id[data-v-c01bf134]{font-family:var(--font-mono);font-size:10px;color:#0a0a0a66}.agent-name[data-v-c01bf134]{font-family:var(--font-display);font-size:14px;font-weight:600;color:#0a0a0a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agent-tags[data-v-c01bf134]{display:flex;gap:6px}.agent-type[data-v-c01bf134]{font-family:var(--font-mono);font-size:10px;color:#0a0a0a80;background:var(--color-gray);padding:2px 8px}.agent-stance[data-v-c01bf134]{font-family:var(--font-mono);font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:3px;padding:2px 8px}.stance-neutral[data-v-c01bf134]{background:var(--color-gray);color:#0a0a0a80}.stance-supportive[data-v-c01bf134]{background:#43c1651a;color:#43c165}.stance-opposing[data-v-c01bf134]{background:#ff44441a;color:#f44}.stance-observer[data-v-c01bf134]{background:#ffb3471a;color:#ffb347}.agent-profile-info[data-v-c01bf134]{margin-bottom:12px;display:flex;flex-wrap:wrap;gap:6px;align-items:flex-start}.profile-profession-tag[data-v-c01bf134],.profile-country-tag[data-v-c01bf134],.profile-mbti-tag[data-v-c01bf134]{font-family:var(--font-mono);font-size:.7rem;padding:2px 8px;border:2px solid rgba(10,10,10,.08);color:#0a0a0a80;letter-spacing:.5px}.profile-profession-tag[data-v-c01bf134]{border-color:var(--color-orange, #FF6B1A);color:var(--color-orange, #FF6B1A)}.profile-mbti-tag[data-v-c01bf134]{border-color:var(--color-green, #43C165);color:var(--color-green, #43C165)}.profile-bio-snippet[data-v-c01bf134]{width:100%;font-size:.75rem;color:#0a0a0a66;line-height:1.4;margin-top:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.agent-timeline[data-v-c01bf134]{margin-bottom:14px}.timeline-label[data-v-c01bf134]{display:block;font-family:var(--font-mono);font-size:10px;color:#0a0a0a66;margin-bottom:6px;text-transform:uppercase;letter-spacing:3px}.mini-timeline[data-v-c01bf134]{display:flex;gap:2px;height:16px;background:var(--color-gray);padding:3px}.timeline-hour[data-v-c01bf134]{flex:1;background:#0a0a0a14;transition:all .2s}.timeline-hour.active[data-v-c01bf134]{background:#ff6b1a}.timeline-marks[data-v-c01bf134]{display:flex;justify-content:space-between;margin-top:4px;font-family:var(--font-mono);font-size:9px;color:#0a0a0a66}.agent-params[data-v-c01bf134]{display:flex;flex-direction:column;gap:10px}.param-group[data-v-c01bf134]{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.param-item[data-v-c01bf134]{display:flex;flex-direction:column;gap:2px}.param-item .param-label[data-v-c01bf134]{font-family:var(--font-mono);font-size:10px;color:#0a0a0a66}.param-item .param-value[data-v-c01bf134]{font-family:var(--font-mono);font-size:12px;font-weight:600;color:#0a0a0a80}.param-value.with-bar[data-v-c01bf134]{display:flex;align-items:center;gap:6px}.mini-bar[data-v-c01bf134]{height:4px;background:#ff6b1a;min-width:4px;max-width:40px}.param-value.positive[data-v-c01bf134]{color:#43c165}.param-value.negative[data-v-c01bf134]{color:#f44}.param-value.neutral[data-v-c01bf134]{color:#0a0a0a80}.param-value.highlight[data-v-c01bf134]{color:#ff6b1a}.platforms-grid[data-v-c01bf134]{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.platform-card[data-v-c01bf134]{background:var(--color-gray);padding:14px;border:2px solid rgba(10,10,10,.08)}.platform-card-header[data-v-c01bf134]{margin-bottom:10px;padding-bottom:8px;border-bottom:2px solid rgba(10,10,10,.08)}.platform-name[data-v-c01bf134]{font-family:var(--font-display);font-size:13px;font-weight:600;color:#0a0a0ab3}.platform-params[data-v-c01bf134]{display:flex;flex-direction:column;gap:8px}.param-row[data-v-c01bf134]{display:flex;justify-content:space-between;align-items:center}.param-label[data-v-c01bf134]{font-family:var(--font-mono);font-size:12px;color:#0a0a0a80}.param-value[data-v-c01bf134]{font-family:var(--font-mono);font-size:12px;font-weight:600;color:#0a0a0a}.reasoning-content[data-v-c01bf134]{display:flex;flex-direction:column;gap:10px}.reasoning-item[data-v-c01bf134]{padding:12px 14px;background:var(--color-gray)}.reasoning-text[data-v-c01bf134]{font-size:13px;color:#0a0a0a80;line-height:1.7;margin:0}.profile-modal-overlay[data-v-c01bf134]{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.profile-modal[data-v-c01bf134]{background:#fafafa;width:90%;max-width:600px;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;border:2px solid rgba(10,10,10,.12)}.modal-header[data-v-c01bf134]{display:flex;justify-content:space-between;align-items:flex-start;padding:22px;background:#fafafa;border-bottom:2px solid rgba(10,10,10,.08)}.modal-header-info[data-v-c01bf134]{flex:1}.modal-name-row[data-v-c01bf134]{display:flex;align-items:baseline;gap:10px;margin-bottom:8px}.modal-realname[data-v-c01bf134]{font-family:var(--font-display);font-size:20px;font-weight:700;color:#0a0a0a}.modal-username[data-v-c01bf134]{font-family:var(--font-mono);font-size:13px;color:#0a0a0a66}.modal-profession[data-v-c01bf134]{font-family:var(--font-mono);font-size:12px;color:#0a0a0a80;background:var(--color-gray);padding:4px 10px;display:inline-block;font-weight:500}.close-btn[data-v-c01bf134]{width:32px;height:32px;border:none;background:none;color:#0a0a0a66;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;transition:color .2s;padding:0}.close-btn[data-v-c01bf134]:hover{color:#0a0a0ab3}.modal-body[data-v-c01bf134]{padding:22px;overflow-y:auto;flex:1}.modal-info-grid[data-v-c01bf134]{display:grid;grid-template-columns:repeat(2,1fr);gap:24px 16px;margin-bottom:32px;padding:0;background:transparent;border-radius:0}.info-item[data-v-c01bf134]{display:flex;flex-direction:column;gap:4px}.info-label[data-v-c01bf134]{font-family:var(--font-mono);font-size:11px;color:#0a0a0a66;text-transform:uppercase;letter-spacing:3px;font-weight:600}.info-value[data-v-c01bf134]{font-size:15px;font-weight:600;color:#0a0a0ab3}.info-value.mbti[data-v-c01bf134]{font-family:var(--font-mono);color:#ff6b1a}.modal-section[data-v-c01bf134]{margin-bottom:28px}.section-label[data-v-c01bf134]{display:block;font-family:var(--font-mono);font-size:11px;font-weight:600;color:#0a0a0a66;text-transform:uppercase;letter-spacing:3px;margin-bottom:12px}.section-bio[data-v-c01bf134]{font-size:14px;color:#0a0a0ab3;line-height:1.6;margin:0;padding:16px;background:var(--color-gray);border-left:3px solid rgba(10,10,10,.12)}.topics-grid[data-v-c01bf134]{display:flex;flex-wrap:wrap;gap:8px}.topic-item[data-v-c01bf134]{font-family:var(--font-mono);font-size:11px;color:#ff6b1a;background:#ff6b1a1a;padding:4px 10px;transition:all .2s;border:none}.topic-item[data-v-c01bf134]:hover{background:#ff6b1a33;color:#ff6b1a}.persona-dimensions[data-v-c01bf134]{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:16px}.dimension-card[data-v-c01bf134]{background:var(--color-gray);padding:12px;border-left:3px solid rgba(10,10,10,.12);transition:all .2s}.dimension-card[data-v-c01bf134]:hover{background:#0a0a0a0d;border-left-color:#ff6b1a}.dim-title[data-v-c01bf134]{display:block;font-family:var(--font-display);font-size:12px;font-weight:700;color:#0a0a0ab3;margin-bottom:4px}.dim-desc[data-v-c01bf134]{display:block;font-size:10px;color:#0a0a0a66;line-height:1.4}.persona-content[data-v-c01bf134]{max-height:none;overflow:visible;padding:0;background:transparent;border:none;border-radius:0}.persona-content[data-v-c01bf134]::-webkit-scrollbar{width:4px}.persona-content[data-v-c01bf134]::-webkit-scrollbar-thumb{background:#0a0a0a1f}.section-persona[data-v-c01bf134]{font-size:13px;color:#0a0a0a80;line-height:1.8;margin:0;text-align:justify}.system-logs[data-v-c01bf134]{background:#0a0a0a;color:#fafafacc;padding:16px;font-family:var(--font-mono);border-top:2px solid rgba(10,10,10,.12);flex-shrink:0}.log-header[data-v-c01bf134]{display:flex;justify-content:space-between;border-bottom:1px solid rgba(250,250,250,.1);padding-bottom:8px;margin-bottom:8px;font-size:10px;color:#fafafa66;cursor:pointer;-webkit-user-select:none;user-select:none}.system-logs.collapsed .log-header[data-v-c01bf134]{border-bottom:none;padding-bottom:0;margin-bottom:0}.log-toggle[data-v-c01bf134]{font-size:8px;opacity:.5;margin-left:4px}.log-content[data-v-c01bf134]{display:flex;flex-direction:column;gap:4px;height:80px;overflow-y:auto;padding-right:4px}.log-content[data-v-c01bf134]::-webkit-scrollbar{width:4px}.log-content[data-v-c01bf134]::-webkit-scrollbar-thumb{background:#fafafa26}.log-line[data-v-c01bf134]{font-size:11px;display:flex;gap:12px;line-height:1.5}.log-time[data-v-c01bf134]{color:#fafafa4d;min-width:75px}.log-msg[data-v-c01bf134]{color:#fafafab3;word-break:break-all}.spinner-sm[data-v-c01bf134]{width:16px;height:16px;border:2px solid rgba(10,10,10,.08);border-top-color:#ff6b1a;border-radius:50%;animation:spin-c01bf134 .8s linear infinite}@keyframes spin-c01bf134{to{transform:rotate(360deg)}}.orchestration-content[data-v-c01bf134]{display:flex;flex-direction:column;gap:20px;margin-top:16px}.box-label[data-v-c01bf134]{display:block;font-family:var(--font-mono);font-size:11px;font-weight:600;color:#0a0a0a80;text-transform:uppercase;letter-spacing:3px;margin-bottom:11px}.narrative-box[data-v-c01bf134]{background:#fafafa;padding:22px;border:2px solid rgba(10,10,10,.08);transition:all .3s ease}.narrative-box .box-label[data-v-c01bf134]{display:flex;align-items:center;gap:8px;color:#0a0a0a80;font-family:var(--font-mono);font-size:13px;letter-spacing:3px;margin-bottom:11px;font-weight:600;text-transform:uppercase}.special-icon[data-v-c01bf134]{transition:transform .6s cubic-bezier(.34,1.56,.64,1)}.narrative-box:hover .special-icon[data-v-c01bf134]{transform:rotate(180deg)}.narrative-text[data-v-c01bf134]{font-size:14px;color:#0a0a0ab3;line-height:1.8;margin:0;text-align:justify;letter-spacing:.01em}.topics-section[data-v-c01bf134]{background:#fafafa}.hot-topics-grid[data-v-c01bf134]{display:flex;flex-wrap:wrap;gap:8px}.hot-topic-tag[data-v-c01bf134]{font-family:var(--font-mono);font-size:12px;color:#ff6b1a;background:#ff6b1a1a;padding:4px 10px;font-weight:500}.hot-topic-more[data-v-c01bf134]{font-size:11px;color:#0a0a0a66;padding:4px 6px}.initial-posts-section[data-v-c01bf134]{border-top:2px solid rgba(10,10,10,.08);padding-top:16px}.posts-timeline[data-v-c01bf134]{display:flex;flex-direction:column;gap:16px;padding-left:8px;border-left:2px solid rgba(10,10,10,.08);margin-top:12px}.timeline-item[data-v-c01bf134]{position:relative;padding-left:20px}.timeline-marker[data-v-c01bf134]{position:absolute;left:0;top:14px;width:12px;height:2px;background:#0a0a0a1f}.timeline-content[data-v-c01bf134]{background:var(--color-gray);padding:12px;border:2px solid rgba(10,10,10,.08)}.post-header[data-v-c01bf134]{display:flex;justify-content:space-between;margin-bottom:6px}.post-role[data-v-c01bf134]{font-family:var(--font-mono);font-size:11px;font-weight:700;color:#0a0a0ab3;text-transform:uppercase;letter-spacing:3px}.post-agent-info[data-v-c01bf134]{display:flex;align-items:center;gap:6px}.post-id[data-v-c01bf134],.post-username[data-v-c01bf134]{font-family:var(--font-mono);font-size:10px;color:#0a0a0a80;line-height:1;vertical-align:baseline}.post-username[data-v-c01bf134]{margin-right:6px}.post-text[data-v-c01bf134]{font-size:12px;color:#0a0a0a80;line-height:1.5;margin:0}.rounds-config-section[data-v-c01bf134]{margin:22px 0;padding-top:22px;border-top:2px solid rgba(10,10,10,.08)}.rounds-header[data-v-c01bf134]{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.header-left[data-v-c01bf134]{display:flex;flex-direction:column;gap:4px}.section-title[data-v-c01bf134]{font-family:var(--font-display);font-size:14px;font-weight:600;color:#0a0a0a}.section-desc[data-v-c01bf134]{font-size:12px;color:#0a0a0a66}.desc-highlight[data-v-c01bf134]{font-family:var(--font-mono);font-weight:600;color:#0a0a0a;background:var(--color-gray);padding:1px 6px;margin:0 2px}.switch-control[data-v-c01bf134]{display:flex;align-items:center;gap:8px;cursor:pointer;padding:4px 8px 4px 4px;transition:background .2s}.switch-control[data-v-c01bf134]:hover{background:var(--color-gray)}.switch-control input[data-v-c01bf134]{display:none}.switch-track[data-v-c01bf134]{width:36px;height:20px;background:#0a0a0a1f;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.switch-track[data-v-c01bf134]:after{content:"";position:absolute;left:2px;top:2px;width:16px;height:16px;background:#fafafa;transition:transform .3s cubic-bezier(.4,0,.2,1)}.switch-control input:checked+.switch-track[data-v-c01bf134]{background:#0a0a0a}.switch-control input:checked+.switch-track[data-v-c01bf134]:after{transform:translate(16px)}.switch-label[data-v-c01bf134]{font-family:var(--font-mono);font-size:12px;font-weight:500;color:#0a0a0a80}.switch-control input:checked~.switch-label[data-v-c01bf134]{color:#0a0a0a}.rounds-content[data-v-c01bf134]{animation:fadeIn-c01bf134 .3s ease}.slider-display[data-v-c01bf134]{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:16px}.slider-main-value[data-v-c01bf134]{display:flex;align-items:baseline;gap:4px}.val-num[data-v-c01bf134]{font-family:var(--font-mono);font-size:24px;font-weight:700;color:#0a0a0a}.val-unit[data-v-c01bf134]{font-family:var(--font-mono);font-size:12px;color:#0a0a0a80;font-weight:500}.slider-meta-info[data-v-c01bf134]{font-family:var(--font-mono);font-size:11px;color:#0a0a0a80;background:var(--color-gray);padding:4px 8px}.range-wrapper[data-v-c01bf134]{position:relative;padding:0 2px}.minimal-slider[data-v-c01bf134]{-webkit-appearance:none;width:100%;height:4px;background:#0a0a0a14;outline:none;background-image:linear-gradient(#0a0a0a,#0a0a0a);background-size:var(--percent, 0%) 100%;background-repeat:no-repeat;cursor:pointer}.minimal-slider[data-v-c01bf134]::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;background:#fafafa;border:2px solid #0A0A0A;cursor:pointer;transition:transform .1s;margin-top:-6px}.minimal-slider[data-v-c01bf134]::-webkit-slider-thumb:hover{transform:scale(1.1)}.minimal-slider[data-v-c01bf134]::-webkit-slider-runnable-track{height:4px}.range-marks[data-v-c01bf134]{display:flex;justify-content:space-between;margin-top:8px;font-family:var(--font-mono);font-size:10px;color:#0a0a0a66;position:relative}.mark-recommend[data-v-c01bf134]{cursor:pointer;transition:color .2s;position:relative}.mark-recommend[data-v-c01bf134]:hover{color:#0a0a0a}.mark-recommend.active[data-v-c01bf134]{color:#0a0a0a;font-weight:600}.mark-recommend[data-v-c01bf134]:after{content:"";position:absolute;top:-12px;left:50%;transform:translate(-50%);width:1px;height:4px;background:#0a0a0a1f}.auto-info-card[data-v-c01bf134]{display:flex;align-items:center;gap:22px;background:var(--color-gray);padding:16px 22px}.auto-value[data-v-c01bf134]{display:flex;flex-direction:row;align-items:baseline;gap:4px;padding-right:22px;border-right:2px solid rgba(10,10,10,.08)}.auto-content[data-v-c01bf134]{flex:1;display:flex;flex-direction:column;gap:8px;justify-content:center}.auto-meta-row[data-v-c01bf134]{display:flex;align-items:center}.duration-badge[data-v-c01bf134]{display:inline-flex;align-items:center;gap:5px;font-family:var(--font-mono);font-size:11px;font-weight:500;color:#0a0a0a80;background:#fafafa;border:2px solid rgba(10,10,10,.08);padding:3px 8px}.auto-desc[data-v-c01bf134]{display:flex;flex-direction:column;gap:2px}.auto-desc p[data-v-c01bf134]{margin:0;font-size:13px;color:#0a0a0a80;line-height:1.5}.highlight-tip[data-v-c01bf134]{margin-top:4px!important;font-size:12px!important;color:#0a0a0a!important;font-weight:500;cursor:pointer}.highlight-tip[data-v-c01bf134]:hover{text-decoration:underline}@keyframes fadeIn-c01bf134{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.fade-enter-active[data-v-c01bf134],.fade-leave-active[data-v-c01bf134]{transition:opacity .2s ease}.fade-enter-from[data-v-c01bf134],.fade-leave-to[data-v-c01bf134]{opacity:0}.modal-enter-active[data-v-c01bf134],.modal-leave-active[data-v-c01bf134]{transition:opacity .3s ease}.modal-enter-from[data-v-c01bf134],.modal-leave-to[data-v-c01bf134]{opacity:0}.modal-enter-active .profile-modal[data-v-c01bf134]{transition:all .3s cubic-bezier(.34,1.56,.64,1)}.modal-leave-active .profile-modal[data-v-c01bf134]{transition:all .3s ease-in}.modal-enter-from .profile-modal[data-v-c01bf134],.modal-leave-to .profile-modal[data-v-c01bf134]{transform:scale(.95) translateY(10px);opacity:0}.main-view[data-v-7273681d]{--color-orange: #FF6B1A;--color-green: #43C165;--color-black: #0A0A0A;--color-white: #FAFAFA;--color-gray: #F5F5F5;--color-red: #FF4444;--color-amber: #FFB347;--font-display: "Young Serif", Georgia, serif;--font-mono: "Space Mono", "Courier New", monospace;--border-light: 2px solid rgba(10,10,10,.08);--border-medium: 2px solid rgba(10,10,10,.12);--space-xs: 6px;--space-sm: 11px;--space-md: 22px;--space-lg: 34px;--space-xl: 56px}.main-view[data-v-7273681d]{height:100vh;display:flex;flex-direction:column;background:var(--color-white);overflow:hidden;font-family:var(--font-display)}.app-header[data-v-7273681d]{height:60px;border-bottom:var(--border-medium);display:flex;align-items:center;justify-content:space-between;padding:0 var(--space-md);background:var(--color-black);color:var(--color-white);z-index:100;position:relative}.header-center[data-v-7273681d]{position:absolute;left:50%;transform:translate(-50%)}.brand[data-v-7273681d]{font-family:var(--font-mono);font-weight:800;font-size:18px;letter-spacing:3px;cursor:pointer;text-transform:uppercase;color:var(--color-white)}.view-switcher[data-v-7273681d]{display:flex;background:#ffffff14;padding:4px;gap:4px}.switch-btn[data-v-7273681d]{border:none;background:transparent;padding:var(--space-xs) 16px;font-family:var(--font-mono);font-size:13px;font-weight:600;color:#fafafa80;text-transform:uppercase;letter-spacing:3px;cursor:pointer;transition:all .2s}.switch-btn.active[data-v-7273681d]{background:var(--color-white);color:var(--color-black);border:var(--border-light)}.status-indicator[data-v-7273681d]{display:flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:13px;color:#fafafa80;font-weight:500;text-transform:uppercase;letter-spacing:3px}.header-right[data-v-7273681d]{display:flex;align-items:center;gap:16px}.workflow-step[data-v-7273681d]{display:flex;align-items:center;gap:8px;font-size:14px}.step-num[data-v-7273681d]{font-family:var(--font-mono);font-weight:700;color:#fafafa66}.step-name[data-v-7273681d]{font-weight:700;color:var(--color-white)}.step-divider[data-v-7273681d]{width:1px;height:14px;background-color:#fafafa33}.dot[data-v-7273681d]{width:8px;height:8px;background:#fafafa33}.status-indicator.processing .dot[data-v-7273681d]{background:var(--color-orange);animation:pulse-7273681d 1s infinite}.status-indicator.completed .dot[data-v-7273681d]{background:var(--color-green)}.status-indicator.error .dot[data-v-7273681d]{background:var(--color-red)}@keyframes pulse-7273681d{50%{opacity:.5}}.content-area[data-v-7273681d]{flex:1;display:flex;position:relative;overflow:hidden}.panel-wrapper[data-v-7273681d]{height:100%;overflow:hidden;transition:width .4s cubic-bezier(.25,.8,.25,1),opacity .3s ease,transform .3s ease;will-change:width,opacity,transform}.panel-wrapper.left[data-v-7273681d]{border-right:var(--border-light)}.main-view[data-v-b5693a22]{height:100vh;display:flex;flex-direction:column;background:#fafafa;overflow:hidden;font-family:var(--font-display)}.app-header[data-v-b5693a22]{height:60px;border-bottom:2px solid rgba(10,10,10,.08);display:flex;align-items:center;justify-content:space-between;padding:0 22px;background:#0a0a0a;z-index:100;position:relative}.brand[data-v-b5693a22]{font-family:var(--font-mono);font-weight:800;font-size:18px;letter-spacing:3px;text-transform:uppercase;cursor:pointer;color:#fafafa}.header-center[data-v-b5693a22]{position:absolute;left:50%;transform:translate(-50%)}.view-switcher[data-v-b5693a22]{display:flex;background:#fafafa14;padding:4px;gap:4px}.switch-btn[data-v-b5693a22]{border:2px solid transparent;background:transparent;padding:6px 16px;font-family:var(--font-mono);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:3px;color:#fafafa80;cursor:pointer;transition:all .2s}.switch-btn.active[data-v-b5693a22]{background:#0a0a0a;color:#fafafa;border:2px solid #FF6B1A}.header-right[data-v-b5693a22]{display:flex;align-items:center;gap:16px}.workflow-step[data-v-b5693a22]{display:flex;align-items:center;gap:8px;font-size:14px}.step-num[data-v-b5693a22]{font-family:var(--font-mono);font-weight:700;color:#fafafa66}.step-name[data-v-b5693a22]{font-weight:700;color:#fafafa}.step-divider[data-v-b5693a22]{width:1px;height:14px;background-color:#fafafa1f}.status-indicator[data-v-b5693a22]{display:flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:3px;color:#fafafa80;font-weight:500}.dot[data-v-b5693a22]{width:8px;height:8px;border-radius:50%;background:#fafafa33}.status-indicator.processing .dot[data-v-b5693a22]{background:#ff6b1a;animation:pulse-b5693a22 1s infinite}.status-indicator.completed .dot[data-v-b5693a22]{background:#43c165}.status-indicator.error .dot[data-v-b5693a22]{background:#f44}@keyframes pulse-b5693a22{50%{opacity:.5}}.content-area[data-v-b5693a22]{flex:1;display:flex;position:relative;overflow:hidden}.panel-wrapper[data-v-b5693a22]{height:100%;overflow:hidden;transition:width .4s cubic-bezier(.25,.8,.25,1),opacity .3s ease,transform .3s ease;will-change:width,opacity,transform}.panel-wrapper.left[data-v-b5693a22]{border-right:2px solid rgba(10,10,10,.08)}.network-panel[data-v-9567cbf0]{position:relative;width:100%;height:100%;background-color:#0a0a0a;background-image:linear-gradient(rgba(255,107,26,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,107,26,.04) 1px,transparent 1px);background-size:70px 70px;overflow:hidden;display:flex;flex-direction:column}.network-panel[data-v-9567cbf0]:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#FF6B1A 40px,transparent 40px,transparent calc(100% - 40px),#FF6B1A calc(100% - 40px));z-index:30;pointer-events:none}.network-panel[data-v-9567cbf0]:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#43C165 40px,transparent 40px,transparent calc(100% - 40px),#43C165 calc(100% - 40px));z-index:30;pointer-events:none}.panel-header[data-v-9567cbf0]{position:absolute;top:0;left:0;right:0;padding:16px 20px;z-index:10;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(to bottom,#0a0a0af2,#0a0a0a00);pointer-events:none}.panel-title[data-v-9567cbf0]{font-family:var(--font-mono);font-size:11px;font-weight:600;color:#fafafa80;text-transform:uppercase;letter-spacing:3px;pointer-events:auto}.header-tools[data-v-9567cbf0]{pointer-events:auto;display:flex;gap:12px;align-items:center}.node-count[data-v-9567cbf0]{font-family:var(--font-mono);font-size:10px;color:#fafafa59;text-transform:uppercase;letter-spacing:2px}.tool-btn[data-v-9567cbf0]{height:32px;padding:0 12px;border:2px solid rgba(250,250,250,.12);background:#0a0a0a99;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;color:#fafafa80;transition:all .2s;font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:1px}.tool-btn[data-v-9567cbf0]:hover{background:#fafafa1a;color:#fafafa;border-color:#ff6b1a}.btn-text[data-v-9567cbf0]{font-size:11px;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:1px}.round-scrubber[data-v-9567cbf0]{position:absolute;top:56px;left:20px;right:20px;z-index:10;background:#0a0a0ad9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:8px 14px;border:2px solid rgba(250,250,250,.08)}.scrubber-row[data-v-9567cbf0]{display:flex;align-items:center;gap:10px}.scrub-btn[data-v-9567cbf0]{width:28px;height:28px;border:2px solid rgba(250,250,250,.15);background:transparent;color:#fafafa;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.scrub-btn[data-v-9567cbf0]:hover{border-color:#ff6b1a;background:#ff6b1a1a}.round-slider[data-v-9567cbf0]{flex:1;-webkit-appearance:none;appearance:none;height:4px;background:#fafafa26;outline:none}.round-slider[data-v-9567cbf0]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;background:#ff6b1a;cursor:pointer}.round-slider[data-v-9567cbf0]::-moz-range-thumb{width:14px;height:14px;background:#ff6b1a;border:none;cursor:pointer}.round-label[data-v-9567cbf0]{font-family:var(--font-mono);font-size:11px;color:#ff6b1a;font-weight:700;min-width:60px;text-align:right;letter-spacing:1px}.network-container[data-v-9567cbf0]{flex:1;width:100%;position:relative}.network-svg[data-v-9567cbf0]{width:100%;height:100%;display:block}.agent-detail[data-v-9567cbf0]{position:absolute;bottom:24px;right:24px;width:280px;background:#fafafa;border:2px solid rgba(10,10,10,.08);z-index:20;font-family:var(--font-mono)}.detail-header[data-v-9567cbf0]{display:flex;align-items:center;gap:10px;padding:12px 14px;background:var(--color-gray, #F5F5F5);border-bottom:2px solid rgba(10,10,10,.08)}.agent-avatar[data-v-9567cbf0]{width:28px;height:28px;min-width:28px;display:flex;align-items:center;justify-content:center;color:#fafafa;font-weight:700;font-size:13px;text-transform:uppercase}.agent-meta[data-v-9567cbf0]{flex:1;display:flex;flex-direction:column;gap:2px}.agent-detail .agent-name[data-v-9567cbf0]{font-size:12px;font-weight:600;color:#0a0a0a}.agent-stats-line[data-v-9567cbf0]{font-size:10px;color:#0a0a0a66;letter-spacing:1px}.detail-close[data-v-9567cbf0]{background:none;border:none;font-size:18px;cursor:pointer;color:#0a0a0a66;padding:0}.detail-close[data-v-9567cbf0]:hover{color:#0a0a0ab3}.platform-breakdown[data-v-9567cbf0]{padding:10px 14px;display:flex;flex-direction:column;gap:6px}.platform-bar[data-v-9567cbf0]{display:flex;align-items:center;gap:8px}.bar-label[data-v-9567cbf0]{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:2px;min-width:60px;color:#0a0a0a80}.bar-label.twitter[data-v-9567cbf0]{color:#0a0a0a}.bar-label.reddit[data-v-9567cbf0]{color:#ff6b1a}.bar-label.polymarket[data-v-9567cbf0]{color:#43c165}.bar-track[data-v-9567cbf0]{flex:1;height:6px;background:#0a0a0a0f}.bar-fill[data-v-9567cbf0]{height:100%;transition:width .3s}.bar-fill.twitter[data-v-9567cbf0]{background:#0a0a0a}.bar-fill.reddit[data-v-9567cbf0]{background:#ff6b1a}.bar-fill.polymarket[data-v-9567cbf0]{background:#43c165}.bar-count[data-v-9567cbf0]{font-size:10px;font-weight:600;color:#0a0a0ab3;min-width:20px;text-align:right}.interaction-types[data-v-9567cbf0]{padding:8px 14px 12px;display:flex;flex-wrap:wrap;gap:4px;border-top:1px solid rgba(10,10,10,.06)}.interaction-tag[data-v-9567cbf0]{font-size:9px;padding:2px 6px;background:#0a0a0a0a;border:1px solid rgba(10,10,10,.08);color:#0a0a0a80;text-transform:uppercase;letter-spacing:1px}.interaction-tag strong[data-v-9567cbf0]{color:#0a0a0ab3;margin-left:2px}.empty-state[data-v-9567cbf0]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:16px;color:#fafafa33;font-family:var(--font-mono);font-size:12px;text-transform:uppercase;letter-spacing:3px}.pulse-ring[data-v-9567cbf0]{width:32px;height:32px;border:2px solid #FF6B1A;animation:ripple-9567cbf0 2s infinite}@keyframes ripple-9567cbf0{0%{transform:scale(.8);opacity:1;border-color:#ff6b1a}to{transform:scale(2.5);opacity:0;border-color:#ff6b1a1a}}.network-legend[data-v-9567cbf0]{position:absolute;bottom:24px;left:24px;background:#0a0a0ad9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:12px 16px;border:2px solid rgba(250,250,250,.08);z-index:10}.legend-title[data-v-9567cbf0]{display:block;font-family:var(--font-mono);font-size:10px;font-weight:600;color:#ff6b1a;margin-bottom:8px;text-transform:uppercase;letter-spacing:3px}.legend-items[data-v-9567cbf0]{display:flex;gap:14px;margin-bottom:6px}.legend-item[data-v-9567cbf0]{display:flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:10px;color:#fafafa80}.legend-dot[data-v-9567cbf0]{width:8px;height:8px;flex-shrink:0}.legend-hint[data-v-9567cbf0]{font-family:var(--font-mono);font-size:9px;color:#fafafa40;letter-spacing:1px}.influence-leaderboard[data-v-0307c876]{display:flex;flex-direction:column;height:100%;overflow:hidden;font-family:var(--font-mono);background:var(--background)}.lb-header[data-v-0307c876]{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid rgba(10,10,10,.08);flex-shrink:0}.lb-title[data-v-0307c876]{display:flex;align-items:center;gap:8px}.lb-icon[data-v-0307c876]{color:var(--color-green);font-size:14px}.lb-label[data-v-0307c876]{font-size:12px;letter-spacing:3px;text-transform:uppercase;color:#0a0a0a80}.export-btn[data-v-0307c876]{background:none;border:1px solid rgba(10,10,10,.15);padding:4px 10px;font-family:var(--font-mono);font-size:11px;letter-spacing:1px;cursor:pointer;color:#0a0a0a80;transition:all .15s ease}.export-btn[data-v-0307c876]:hover:not(:disabled){border-color:var(--color-orange);color:var(--color-orange)}.export-btn[data-v-0307c876]:disabled{opacity:.3;cursor:not-allowed}.lb-legend[data-v-0307c876]{display:flex;gap:16px;padding:8px 16px;border-bottom:1px solid rgba(10,10,10,.05);flex-shrink:0}.legend-item[data-v-0307c876]{display:flex;align-items:center;gap:4px;font-size:10px;color:#0a0a0a59;letter-spacing:1px}.legend-dot[data-v-0307c876]{width:6px;height:6px;border-radius:50%}.legend-dot.engage[data-v-0307c876]{background:var(--color-orange)}.legend-dot.follow[data-v-0307c876]{background:var(--color-green)}.legend-dot.platform[data-v-0307c876]{background:#8b5cf6}.legend-dot.post[data-v-0307c876]{background:#0a0a0a4d}.lb-loading[data-v-0307c876],.lb-empty[data-v-0307c876],.lb-error[data-v-0307c876]{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:12px;padding:40px;font-size:13px;color:#0a0a0a59;letter-spacing:1px}.lb-error[data-v-0307c876]{color:var(--color-red, #e53e3e)}.pulse-ring[data-v-0307c876]{width:20px;height:20px;border:2px solid var(--color-orange);border-radius:50%;animation:pulse-0307c876 1.2s ease-in-out infinite}@keyframes pulse-0307c876{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.4);opacity:.4}}.lb-list[data-v-0307c876]{flex:1;overflow-y:auto;padding:8px 0}.lb-row[data-v-0307c876]{display:flex;align-items:center;gap:12px;padding:10px 16px;border-bottom:1px solid rgba(10,10,10,.04);transition:background .1s ease}.lb-row[data-v-0307c876]:hover{background:#0a0a0a05}.lb-row.top-three[data-v-0307c876]{border-left:3px solid var(--color-orange)}.lb-rank[data-v-0307c876]{width:28px;font-size:13px;font-weight:700;color:#0a0a0a33;flex-shrink:0;text-align:right}.lb-rank.rank-1[data-v-0307c876]{color:#f59e0b}.lb-rank.rank-2[data-v-0307c876]{color:#0a0a0a80}.lb-rank.rank-3[data-v-0307c876]{color:#b45309}.lb-identity[data-v-0307c876]{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.lb-avatar[data-v-0307c876]{width:28px;height:28px;background:#0a0a0a0f;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#0a0a0a66;flex-shrink:0}.lb-info[data-v-0307c876]{min-width:0}.lb-name[data-v-0307c876]{font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--foreground);margin-bottom:3px}.lb-platforms[data-v-0307c876]{display:flex;gap:4px}.platform-pill[data-v-0307c876]{font-size:9px;padding:1px 5px;letter-spacing:1px;text-transform:uppercase}.platform-pill.twitter[data-v-0307c876]{background:#0a0a0a12;color:#0a0a0a80}.platform-pill.reddit[data-v-0307c876]{background:#ff45001a;color:#c44b00}.platform-pill.polymarket[data-v-0307c876]{background:#6366f11a;color:#4f46e5}.lb-breakdown[data-v-0307c876]{display:flex;gap:8px;flex-shrink:0}.bd-item[data-v-0307c876]{display:flex;flex-direction:column;align-items:center;gap:1px;min-width:32px}.bd-label[data-v-0307c876]{font-size:9px;letter-spacing:1px;opacity:.5}.bd-label.engage[data-v-0307c876]{color:var(--color-orange)}.bd-label.follow[data-v-0307c876]{color:var(--color-green)}.bd-label.post[data-v-0307c876]{color:#0a0a0a80}.bd-value[data-v-0307c876]{font-size:13px;font-weight:700;color:var(--foreground)}.lb-score[data-v-0307c876]{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0;min-width:60px}.score-num[data-v-0307c876]{font-size:15px;font-weight:700;color:var(--color-orange)}.score-bar-track[data-v-0307c876]{width:60px;height:3px;background:#0a0a0a14}.score-bar-fill[data-v-0307c876]{height:100%;background:var(--color-orange);transition:width .4s ease}.lb-footer[data-v-0307c876]{padding:8px 16px;font-size:11px;color:#0a0a0a4d;letter-spacing:1px;text-align:center;border-top:1px solid rgba(10,10,10,.05);flex-shrink:0}.simulation-panel[data-v-7c3ec50c]{height:100%;display:flex;flex-direction:column;background:#fafafa;font-family:var(--font-mono, "Space Mono", monospace);overflow:hidden}.control-bar[data-v-7c3ec50c]{background:#fafafa;padding:6px 16px;display:flex;align-items:center;justify-content:center;border-bottom:2px solid rgba(10,10,10,.08);z-index:10}.actions-bar[data-v-7c3ec50c]{background:var(--color-gray, #F5F5F5);padding:6px 12px;display:flex;align-items:stretch;justify-content:center;gap:6px;border-bottom:2px solid rgba(10,10,10,.08)}.events-summary[data-v-7c3ec50c]{display:flex;align-items:center;justify-content:center;gap:8px;padding:6px 12px;background:var(--color-gray, #F5F5F5);font-family:var(--font-mono, "Space Mono", monospace);font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#0a0a0a66;border-bottom:2px solid rgba(10,10,10,.08)}.events-label[data-v-7c3ec50c]{color:#0a0a0a66}.events-total[data-v-7c3ec50c]{color:#ff6b1a;font-weight:700;font-size:13px}.events-divider[data-v-7c3ec50c]{width:1px;height:14px;background:#0a0a0a1f;margin:0 4px}.events-platform[data-v-7c3ec50c]{color:#0a0a0a66}.events-count[data-v-7c3ec50c]{color:#0a0a0a;font-weight:700}.events-slash[data-v-7c3ec50c]{color:#0a0a0a26}.status-group[data-v-7c3ec50c]{display:flex;flex-direction:row;gap:6px}.platform-status[data-v-7c3ec50c]{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:6px 10px;background:#fafafa;border:2px solid rgba(10,10,10,.08);opacity:.7;transition:all .3s;position:relative}.platform-left[data-v-7c3ec50c]{display:flex;align-items:center;gap:5px;min-width:110px}.platform-status[data-v-7c3ec50c]{cursor:pointer;-webkit-user-select:none;user-select:none}.platform-status[data-v-7c3ec50c]:hover{background:var(--color-gray, #F5F5F5)}.platform-status.selected[data-v-7c3ec50c]{opacity:1;border-color:#ff6b1a;background:#fafafa}.platform-status.dimmed[data-v-7c3ec50c]{opacity:.4}.platform-status.active[data-v-7c3ec50c]{opacity:1;border-color:#ff6b1a;background:#fafafa}.platform-status.dimmed.active[data-v-7c3ec50c]{opacity:.4}.platform-status.completed[data-v-7c3ec50c]{opacity:1;border-color:#43c165;background:#43c1650f}.platform-actions-list[data-v-7c3ec50c]{display:none}.action-tag[data-v-7c3ec50c]{font-family:var(--font-mono, "Space Mono", monospace);font-size:9px;font-weight:600;letter-spacing:3px;padding:2px 6px;border:1px solid rgba(10,10,10,.12);color:#0a0a0a80;text-transform:uppercase}.platform-status.active .action-tag[data-v-7c3ec50c]{border-color:#0a0a0a33;color:#0a0a0ab3}.status-badge.done[data-v-7c3ec50c]{font-family:var(--font-mono, "Space Mono", monospace);font-size:8px;color:#fafafa;background:#43c165;padding:1px 6px;font-weight:600;text-transform:uppercase;letter-spacing:3px}.actions-tooltip[data-v-7c3ec50c]{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:8px;padding:10px 14px;background:#0a0a0a;color:#fafafa;opacity:0;visibility:hidden;transition:all .2s ease;z-index:100;min-width:180px;pointer-events:none}.actions-tooltip[data-v-7c3ec50c]:before{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%);border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #0A0A0A}.platform-status:hover .actions-tooltip[data-v-7c3ec50c]{opacity:1;visibility:visible}.tooltip-title[data-v-7c3ec50c]{font-family:var(--font-mono, "Space Mono", monospace);font-size:11px;font-weight:600;color:#0a0a0a66;text-transform:uppercase;letter-spacing:3px;margin-bottom:8px}.tooltip-actions[data-v-7c3ec50c]{display:flex;flex-wrap:wrap;gap:6px}.tooltip-action[data-v-7c3ec50c]{font-family:var(--font-mono, "Space Mono", monospace);font-size:10px;font-weight:600;padding:3px 8px;background:#ffffff26;color:#fafafa;letter-spacing:3px;text-transform:uppercase}.platform-header[data-v-7c3ec50c]{display:flex;align-items:center;gap:5px;margin-bottom:1px}.platform-name[data-v-7c3ec50c]{font-family:var(--font-mono, "Space Mono", monospace);font-size:9px;font-weight:700;color:#0a0a0a;text-transform:uppercase;letter-spacing:3px}.platform-status.twitter .platform-icon[data-v-7c3ec50c]{color:#0a0a0a}.platform-icon-img[data-v-7c3ec50c]{width:14px;height:14px;object-fit:contain}.platform-stats[data-v-7c3ec50c]{display:flex;flex-direction:row;gap:8px}.stat[data-v-7c3ec50c]{display:flex;align-items:baseline;gap:4px}.stat-label[data-v-7c3ec50c]{font-family:var(--font-mono, "Space Mono", monospace);font-size:7px;color:#0a0a0a66;font-weight:600;text-transform:uppercase;letter-spacing:3px}.stat-value[data-v-7c3ec50c]{font-family:var(--font-mono, "Space Mono", monospace);font-size:10px;font-weight:600;color:#0a0a0ab3}.stat-total[data-v-7c3ec50c],.stat-unit[data-v-7c3ec50c]{font-family:var(--font-mono, "Space Mono", monospace);font-size:8px;color:#0a0a0a66;font-weight:400}.status-badge[data-v-7c3ec50c]{margin-left:auto;color:#43c165;display:flex;align-items:center}.action-controls[data-v-7c3ec50c]{display:flex;gap:6px;align-items:center}.action-btn[data-v-7c3ec50c]{display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:5px 12px;min-width:100px;font-family:var(--font-mono, "Space Mono", monospace);font-size:10px;font-weight:600;border:none;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:3px;white-space:nowrap}.action-btn.primary[data-v-7c3ec50c]{background:#0a0a0a;color:#fafafa}.action-btn.primary[data-v-7c3ec50c]:hover:not(:disabled){background:#0a0a0ab3}.action-btn.secondary[data-v-7c3ec50c]{background:#fafafa;color:#0a0a0ab3;border:2px solid rgba(10,10,10,.12)}.action-btn.secondary[data-v-7c3ec50c]:hover:not(:disabled){background:var(--color-gray, #F5F5F5);border-color:#0a0a0a33}.action-btn.danger[data-v-7c3ec50c]{background:#f44;color:#fafafa}.action-btn.danger[data-v-7c3ec50c]:hover:not(:disabled){background:#e03c3c}.action-btn[data-v-7c3ec50c]:disabled{opacity:.3;cursor:not-allowed}.main-content-area[data-v-7c3ec50c]{flex:1;overflow-y:auto;position:relative;background:#fafafa}.influence-overlay[data-v-7c3ec50c]{flex:1;overflow:hidden;background:var(--background);border-top:1px solid rgba(10,10,10,.06)}.action-btn.active[data-v-7c3ec50c]{background:var(--color-orange);color:var(--color-white);border-color:var(--color-orange)}.agent-info.clickable[data-v-7c3ec50c]{cursor:pointer}.agent-info.clickable:hover .agent-name[data-v-7c3ec50c]{text-decoration:underline}.agent-filter-bar[data-v-7c3ec50c]{display:flex;align-items:center;justify-content:space-between;padding:6px 16px;margin:0 16px 8px;background:var(--color-gray, #F5F5F5);border:2px solid rgba(10,10,10,.12)}.filter-info[data-v-7c3ec50c]{display:flex;align-items:center;gap:8px}.filter-name[data-v-7c3ec50c]{font-family:var(--font-mono, "Space Mono", monospace);font-size:12px;font-weight:600;color:#0a0a0ab3}.filter-count[data-v-7c3ec50c]{font-family:var(--font-mono, "Space Mono", monospace);font-size:10px;color:#0a0a0a66}.filter-clear[data-v-7c3ec50c]{font-family:var(--font-mono, "Space Mono", monospace);font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:3px;padding:3px 10px;border:2px solid rgba(10,10,10,.12);background:#fafafa;color:#0a0a0a80;cursor:pointer}.filter-clear[data-v-7c3ec50c]:hover{background:var(--color-gray, #F5F5F5);border-color:#0a0a0a33}.scroll-bottom-btn[data-v-7c3ec50c]{position:sticky;top:8px;float:right;margin-right:12px;z-index:20;width:28px;height:28px;border:2px solid rgba(10,10,10,.12);background:#fafafa;color:#0a0a0ab3;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.scroll-bottom-btn[data-v-7c3ec50c]:hover{background:var(--color-gray, #F5F5F5);border-color:#0a0a0a33}.timeline-header[data-v-7c3ec50c]{position:sticky;top:0;background:#fafafae6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:12px 24px;border-bottom:2px solid rgba(10,10,10,.08);z-index:5;display:flex;justify-content:center}.timeline-stats[data-v-7c3ec50c]{display:flex;align-items:center;gap:16px;font-family:var(--font-mono, "Space Mono", monospace);font-size:11px;color:#0a0a0a80;background:var(--color-gray, #F5F5F5);padding:4px 12px;border:2px solid rgba(10,10,10,.08)}.total-count[data-v-7c3ec50c]{font-family:var(--font-mono, "Space Mono", monospace);font-weight:600;color:#0a0a0ab3;text-transform:uppercase;letter-spacing:3px}.platform-breakdown[data-v-7c3ec50c]{display:flex;align-items:center;gap:8px}.breakdown-item[data-v-7c3ec50c]{display:flex;align-items:center;gap:4px;font-family:var(--font-mono, "Space Mono", monospace)}.breakdown-divider[data-v-7c3ec50c]{color:#0a0a0a33}.breakdown-item.twitter[data-v-7c3ec50c],.filter-name.twitter[data-v-7c3ec50c]{color:#0a0a0a}.breakdown-item.reddit[data-v-7c3ec50c],.filter-name.reddit[data-v-7c3ec50c],.breakdown-item.polymarket[data-v-7c3ec50c],.filter-name.polymarket[data-v-7c3ec50c]{color:#ff6b1a}.timeline-feed[data-v-7c3ec50c]{padding:22px 0;position:relative;min-height:100%;max-width:900px;margin:0 auto}.timeline-axis[data-v-7c3ec50c]{position:absolute;left:50%;top:0;bottom:0;width:1px;background:#0a0a0a14;transform:translate(-50%)}.timeline-item[data-v-7c3ec50c]{display:flex;justify-content:center;margin-bottom:34px;position:relative;width:100%}.timeline-marker[data-v-7c3ec50c]{position:absolute;left:50%;top:24px;width:10px;height:10px;background:#fafafa;border:1px solid rgba(10,10,10,.2);transform:translate(-50%);z-index:2;display:flex;align-items:center;justify-content:center}.marker-dot[data-v-7c3ec50c]{width:4px;height:4px;background:#0a0a0a33}.timeline-item.twitter .marker-dot[data-v-7c3ec50c]{background:#0a0a0a}.timeline-item.reddit .marker-dot[data-v-7c3ec50c],.timeline-item.polymarket .marker-dot[data-v-7c3ec50c]{background:#ff6b1a}.timeline-item.twitter .timeline-marker[data-v-7c3ec50c]{border-color:#0a0a0a}.timeline-item.reddit .timeline-marker[data-v-7c3ec50c],.timeline-item.polymarket .timeline-marker[data-v-7c3ec50c]{border-color:#ff6b1a}.timeline-card[data-v-7c3ec50c]{width:calc(100% - 48px);background:#fafafa;padding:16px 20px;border:2px solid rgba(10,10,10,.08);position:relative;transition:all .2s}.timeline-card[data-v-7c3ec50c]:hover{border-color:#ff6b1a}.timeline-item.twitter[data-v-7c3ec50c],.timeline-item.reddit[data-v-7c3ec50c],.timeline-item.polymarket[data-v-7c3ec50c]{justify-content:flex-start}.timeline-item .timeline-card[data-v-7c3ec50c]{margin-left:32px;max-width:100%}.timeline-item.twitter .timeline-card[data-v-7c3ec50c]{border-left:2px solid #0A0A0A}.timeline-item.reddit .timeline-card[data-v-7c3ec50c],.timeline-item.polymarket .timeline-card[data-v-7c3ec50c]{border-left:2px solid #FF6B1A}.card-header[data-v-7c3ec50c]{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:11px;padding-bottom:11px;border-bottom:1px solid rgba(10,10,10,.08)}.agent-info[data-v-7c3ec50c]{display:flex;align-items:center;gap:11px}.avatar-placeholder[data-v-7c3ec50c]{width:24px;height:24px;min-width:24px;min-height:24px;flex-shrink:0;background:#0a0a0a;color:#fafafa;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono, "Space Mono", monospace);font-size:12px;font-weight:700;text-transform:uppercase}.agent-name[data-v-7c3ec50c]{font-family:var(--font-mono, "Space Mono", monospace);font-size:13px;font-weight:600;color:#0a0a0a}.header-meta[data-v-7c3ec50c]{display:flex;align-items:center;gap:8px}.platform-indicator[data-v-7c3ec50c]{display:flex;align-items:center;justify-content:center;width:22px;height:22px;flex-shrink:0}.platform-indicator.twitter[data-v-7c3ec50c]{background:#0a0a0a;color:#fafafa}.platform-indicator.reddit[data-v-7c3ec50c],.platform-indicator.polymarket[data-v-7c3ec50c]{background:none}.platform-logo[data-v-7c3ec50c]{width:20px;height:20px;object-fit:contain}.action-badge[data-v-7c3ec50c]{font-family:var(--font-mono, "Space Mono", monospace);font-size:9px;padding:2px 6px;font-weight:600;text-transform:uppercase;letter-spacing:3px;border:1px solid transparent}.badge-post[data-v-7c3ec50c]{background:#0a0a0a0f;color:#0a0a0ab3;border-color:#0a0a0a1f}.badge-comment[data-v-7c3ec50c]{background:#0a0a0a0f;color:#0a0a0a80;border-color:#0a0a0a1f}.badge-action[data-v-7c3ec50c]{background:#fafafa;color:#0a0a0a80;border:1px solid rgba(10,10,10,.12)}.badge-meta[data-v-7c3ec50c]{background:#fafafa;color:#0a0a0a66;border:1px dashed rgba(10,10,10,.2)}.badge-idle[data-v-7c3ec50c]{opacity:.5}.badge-trade-buy[data-v-7c3ec50c]{background:#43c1651a;color:#43c165;border-color:#43c16533}.badge-trade-sell[data-v-7c3ec50c]{background:#ff44441a;color:#f44;border-color:#f443}.trade-info[data-v-7c3ec50c]{display:flex;align-items:center;gap:8px;font-family:var(--font-mono, "Space Mono", monospace);font-size:12px;flex-wrap:wrap}.trade-direction[data-v-7c3ec50c]{font-family:var(--font-mono, "Space Mono", monospace);font-size:10px;font-weight:700;padding:1px 6px;letter-spacing:3px}.trade-direction.buy[data-v-7c3ec50c]{background:#43c1651a;color:#43c165}.trade-direction.sell[data-v-7c3ec50c]{background:#ff44441a;color:#f44}.trade-detail[data-v-7c3ec50c]{color:#0a0a0ab3}.trade-cost[data-v-7c3ec50c]{color:#0a0a0a66;font-size:11px}.trade-total[data-v-7c3ec50c]{color:#0a0a0ab3;font-weight:600;font-size:11px}.market-question[data-v-7c3ec50c]{font-size:12px;color:#0a0a0ab3;font-style:italic}.market-ref[data-v-7c3ec50c]{font-family:var(--font-mono, "Space Mono", monospace);font-size:10px;color:#0a0a0a66;margin-top:2px}.content-text[data-v-7c3ec50c]{font-size:13px;line-height:1.6;color:#0a0a0ab3;margin-bottom:11px}.content-text.main-text[data-v-7c3ec50c]{font-size:14px;color:#0a0a0a}.quoted-block[data-v-7c3ec50c],.repost-content[data-v-7c3ec50c]{background:var(--color-gray, #F5F5F5);border:2px solid rgba(10,10,10,.08);padding:11px 12px;margin-top:8px;font-size:12px;color:#0a0a0a80}.quote-header[data-v-7c3ec50c],.repost-info[data-v-7c3ec50c],.like-info[data-v-7c3ec50c],.search-info[data-v-7c3ec50c],.follow-info[data-v-7c3ec50c],.vote-info[data-v-7c3ec50c],.idle-info[data-v-7c3ec50c],.comment-context[data-v-7c3ec50c]{display:flex;align-items:center;gap:6px;margin-bottom:6px;font-size:11px;color:#0a0a0a80}.icon-small[data-v-7c3ec50c],.icon-small.filled[data-v-7c3ec50c]{color:#0a0a0a66}.search-query[data-v-7c3ec50c]{font-family:var(--font-mono, "Space Mono", monospace);background:#0a0a0a0f;padding:0 4px}.card-footer[data-v-7c3ec50c]{margin-top:11px;display:flex;justify-content:flex-end;font-size:10px;color:#0a0a0a33;font-family:var(--font-mono, "Space Mono", monospace)}.waiting-state[data-v-7c3ec50c]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:16px;color:#0a0a0a33;font-family:var(--font-mono, "Space Mono", monospace);font-size:12px;text-transform:uppercase;letter-spacing:3px}.pulse-ring[data-v-7c3ec50c]{width:32px;height:32px;border:2px solid #FF6B1A;animation:ripple-7c3ec50c 2s infinite}@keyframes ripple-7c3ec50c{0%{transform:scale(.8);opacity:1;border-color:#ff6b1a}to{transform:scale(2.5);opacity:0;border-color:#ff6b1a1a}}.timeline-item-enter-active[data-v-7c3ec50c],.timeline-item-leave-active[data-v-7c3ec50c]{transition:all .4s cubic-bezier(.165,.84,.44,1)}.timeline-item-enter-from[data-v-7c3ec50c]{opacity:0;transform:translateY(20px)}.timeline-item-leave-to[data-v-7c3ec50c]{opacity:0}.system-logs[data-v-7c3ec50c]{background:#0a0a0a;color:#fafafab3;padding:16px;font-family:var(--font-mono, "Space Mono", monospace);border-top:2px solid rgba(10,10,10,.12);flex-shrink:0}.log-header[data-v-7c3ec50c]{display:flex;justify-content:space-between;border-bottom:1px solid rgba(250,250,250,.15);padding-bottom:8px;margin-bottom:8px;font-family:var(--font-mono, "Space Mono", monospace);font-size:11px;color:#fafafa66;cursor:pointer;-webkit-user-select:none;user-select:none;text-transform:uppercase;letter-spacing:3px}.system-logs.collapsed .log-header[data-v-7c3ec50c]{border-bottom:none;padding-bottom:0;margin-bottom:0}.log-toggle[data-v-7c3ec50c]{font-size:8px;opacity:.5;margin-left:4px}.log-id.copyable[data-v-7c3ec50c]{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .15s}.log-id.copyable[data-v-7c3ec50c]:hover{color:#fafafa}.log-content[data-v-7c3ec50c]{display:flex;flex-direction:column;gap:4px;height:100px;overflow-y:auto;padding-right:4px}.log-content[data-v-7c3ec50c]::-webkit-scrollbar{width:4px}.log-content[data-v-7c3ec50c]::-webkit-scrollbar-thumb{background:#fafafa33}.log-line[data-v-7c3ec50c]{font-size:11px;display:flex;gap:12px;line-height:1.5}.log-time[data-v-7c3ec50c]{color:#fafafa59;min-width:75px}.log-msg[data-v-7c3ec50c]{color:#fafafa99;word-break:break-all}.mono[data-v-7c3ec50c]{font-family:var(--font-mono, "Space Mono", monospace)}.loading-spinner-small[data-v-7c3ec50c]{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#ff6b1a;animation:spin .8s linear infinite;margin-right:6px}.main-view[data-v-1258bf39]{height:100vh;display:flex;flex-direction:column;background:#fafafa;overflow:hidden;font-family:var(--font-display)}.app-header[data-v-1258bf39]{height:60px;border-bottom:2px solid rgba(10,10,10,.08);display:flex;align-items:center;justify-content:space-between;padding:0 22px;background:#0a0a0a;z-index:100;position:relative}.header-center[data-v-1258bf39]{position:absolute;left:50%;transform:translate(-50%)}.brand[data-v-1258bf39]{font-family:var(--font-mono);font-weight:800;font-size:18px;letter-spacing:3px;text-transform:uppercase;cursor:pointer;color:#fafafa}.view-switcher[data-v-1258bf39]{display:flex;background:#fafafa14;padding:4px;gap:4px}.switch-btn[data-v-1258bf39]{border:2px solid transparent;background:transparent;padding:6px 16px;font-family:var(--font-mono);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:3px;color:#fafafa80;cursor:pointer;transition:all .2s}.switch-btn.active[data-v-1258bf39]{background:#0a0a0a;color:#fafafa;border:2px solid #FF6B1A}.header-right[data-v-1258bf39]{display:flex;align-items:center;gap:16px}.workflow-step[data-v-1258bf39]{display:flex;align-items:center;gap:8px;font-size:14px}.step-num[data-v-1258bf39]{font-family:var(--font-mono);font-weight:700;color:#fafafa66}.step-name[data-v-1258bf39]{font-weight:700;color:#fafafa}.step-divider[data-v-1258bf39]{width:1px;height:14px;background-color:#fafafa1f}.status-indicator[data-v-1258bf39]{display:flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:3px;color:#fafafa80;font-weight:500}.dot[data-v-1258bf39]{width:8px;height:8px;border-radius:50%;background:#fafafa33}.status-indicator.processing .dot[data-v-1258bf39]{background:#ff6b1a;animation:pulse-1258bf39 1s infinite}.status-indicator.completed .dot[data-v-1258bf39]{background:#43c165}.status-indicator.error .dot[data-v-1258bf39]{background:#f44}@keyframes pulse-1258bf39{50%{opacity:.5}}.content-area[data-v-1258bf39]{flex:1;display:flex;position:relative;overflow:hidden}.panel-wrapper[data-v-1258bf39]{height:100%;overflow:hidden;transition:width .4s cubic-bezier(.25,.8,.25,1),opacity .3s ease,transform .3s ease;will-change:width,opacity,transform}.panel-wrapper.left[data-v-1258bf39]{border-right:2px solid rgba(10,10,10,.08)}.report-panel[data-v-25d4631a]{height:100%;display:flex;flex-direction:column;background:var(--color-gray, #F5F5F5);font-family:var(--font-mono);overflow:hidden}.main-split-layout[data-v-25d4631a]{flex:1;display:flex;overflow:hidden}.panel-header[data-v-25d4631a]{display:flex;align-items:center;gap:11px;padding:11px 22px;background:#fafafa;border-bottom:2px solid rgba(10,10,10,.12);font-size:13px;font-family:var(--font-mono);font-weight:600;color:#0a0a0ab3;text-transform:uppercase;letter-spacing:3px;position:sticky;top:0;z-index:10}.header-dot[data-v-25d4631a]{width:8px;height:8px;border-radius:50%;background:#0a0a0a;border:2px solid rgba(10,10,10,.08);margin-right:11px;flex-shrink:0;animation:pulse-dot-25d4631a 1.5s ease-in-out infinite}@keyframes pulse-dot-25d4631a{0%,to{border-color:#0a0a0a14}50%{border-color:#0a0a0a33}}.header-index[data-v-25d4631a]{font-size:12px;font-family:var(--font-mono);font-weight:600;color:#0a0a0a66;margin-right:11px;flex-shrink:0}.header-title[data-v-25d4631a]{font-size:13px;font-weight:600;color:#0a0a0ab3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-transform:none;letter-spacing:0}.header-meta[data-v-25d4631a]{margin-left:auto;font-size:11px;font-family:var(--font-mono);font-weight:600;color:#0a0a0a80;flex-shrink:0}.panel-header--active[data-v-25d4631a]{background:#fafafa;border-color:#ff6b1a}.panel-header--active .header-index[data-v-25d4631a]{color:#ff6b1a}.panel-header--active .header-title[data-v-25d4631a],.panel-header--active .header-meta[data-v-25d4631a]{color:#0a0a0a}.panel-header--done[data-v-25d4631a]{background:#fafafa}.panel-header--done .header-index[data-v-25d4631a]{color:#43c165}.panel-header--todo .header-index[data-v-25d4631a],.panel-header--todo .header-title[data-v-25d4631a]{color:#0a0a0a66}.left-panel.report-style[data-v-25d4631a]{width:45%;min-width:450px;background:#fafafa;border-right:2px solid rgba(10,10,10,.12);overflow-y:auto;display:flex;flex-direction:column;padding:34px 56px 56px}.left-panel[data-v-25d4631a]::-webkit-scrollbar{width:6px}.left-panel[data-v-25d4631a]::-webkit-scrollbar-track{background:transparent}.left-panel[data-v-25d4631a]::-webkit-scrollbar-thumb{background:transparent;transition:background .3s ease}.left-panel[data-v-25d4631a]:hover::-webkit-scrollbar-thumb{background:#0a0a0a26}.left-panel[data-v-25d4631a]::-webkit-scrollbar-thumb:hover{background:#0a0a0a40}.report-content-wrapper[data-v-25d4631a]{max-width:800px;margin:0 auto;width:100%}.report-header-block[data-v-25d4631a]{margin-bottom:34px}.report-meta[data-v-25d4631a]{display:flex;align-items:center;gap:11px;margin-bottom:22px}.report-tag[data-v-25d4631a]{background:#0a0a0a;color:#fafafa;font-size:11px;font-family:var(--font-mono);font-weight:700;padding:6px 11px;letter-spacing:3px;text-transform:uppercase}.report-id[data-v-25d4631a]{font-size:11px;font-family:var(--font-mono);color:#0a0a0a66;font-weight:500;letter-spacing:.02em}.report-id.copyable[data-v-25d4631a]{cursor:pointer}.report-id.copyable[data-v-25d4631a]:hover{color:#0a0a0a80;text-decoration:underline}.report-id.copyable[data-v-25d4631a]:active{color:#43c165}.main-title[data-v-25d4631a]{font-family:var(--font-display);font-size:36px;font-weight:700;color:#0a0a0a;line-height:1.2;margin:0 0 22px;letter-spacing:-.02em}.sub-title[data-v-25d4631a]{font-family:var(--font-display);font-size:16px;color:#0a0a0a80;font-style:italic;line-height:1.6;margin:0 0 34px;font-weight:400}.header-divider[data-v-25d4631a]{height:2px;background:#0a0a0a1f;width:100%}.sections-list[data-v-25d4631a]{display:flex;flex-direction:column;gap:34px}.report-section-item[data-v-25d4631a]{display:flex;flex-direction:column;gap:11px}.section-header-row[data-v-25d4631a]{display:flex;align-items:baseline;gap:11px;transition:background-color .2s ease;padding:6px 11px;margin:-6px -11px}.section-header-row.clickable[data-v-25d4631a]{cursor:pointer}.section-header-row.clickable[data-v-25d4631a]:hover{background-color:var(--color-gray, #F5F5F5)}.collapse-icon[data-v-25d4631a]{margin-left:auto;color:#0a0a0a66;transition:transform .3s ease;flex-shrink:0;align-self:center}.collapse-icon.is-collapsed[data-v-25d4631a]{transform:rotate(-90deg)}.section-number[data-v-25d4631a]{font-family:var(--font-mono);font-size:16px;color:#0a0a0a66;font-weight:500}.section-title[data-v-25d4631a]{font-family:var(--font-display);font-size:24px;font-weight:600;color:#0a0a0a;margin:0;transition:color .3s ease}.report-section-item.is-pending .section-title[data-v-25d4631a]{color:#0a0a0a33}.report-section-item.is-active .section-title[data-v-25d4631a],.report-section-item.is-completed .section-title[data-v-25d4631a]{color:#0a0a0a}.section-body[data-v-25d4631a]{padding-left:22px;overflow:hidden}.generated-content[data-v-25d4631a]{font-family:var(--font-display);font-size:14px;line-height:1.8;color:#0a0a0ab3}.generated-content[data-v-25d4631a] p{margin-bottom:1em}.generated-content[data-v-25d4631a] .md-h2,.generated-content[data-v-25d4631a] .md-h3,.generated-content[data-v-25d4631a] .md-h4{font-family:var(--font-display);color:#0a0a0a;margin-top:1.5em;margin-bottom:.8em;font-weight:700}.generated-content[data-v-25d4631a] .md-h2{font-size:20px;border-bottom:2px solid rgba(10,10,10,.08);padding-bottom:6px}.generated-content[data-v-25d4631a] .md-h3{font-size:18px}.generated-content[data-v-25d4631a] .md-h4{font-size:16px}.generated-content[data-v-25d4631a] .md-ul,.generated-content[data-v-25d4631a] .md-ol{padding-left:22px;margin:11px 0}.generated-content[data-v-25d4631a] .md-li,.generated-content[data-v-25d4631a] .md-oli{margin:6px 0}.generated-content[data-v-25d4631a] .md-quote{border-left:3px solid rgba(10,10,10,.12);padding-left:22px;margin:1.5em 0;color:#0a0a0a80;font-style:italic;font-family:var(--font-display)}.generated-content[data-v-25d4631a] .code-block{background:var(--color-gray, #F5F5F5);padding:11px;font-family:var(--font-mono);font-size:12px;overflow-x:auto;margin:1em 0;border:2px solid rgba(10,10,10,.08)}.generated-content[data-v-25d4631a] strong{font-weight:600;color:#0a0a0a}.loading-state[data-v-25d4631a]{display:flex;align-items:center;gap:11px;color:#0a0a0a80;font-size:14px;margin-top:6px}.loading-icon[data-v-25d4631a]{width:18px;height:18px;animation:spin-25d4631a 1s linear infinite;display:flex;align-items:center;justify-content:center}.loading-text[data-v-25d4631a]{font-family:var(--font-mono);font-size:15px;color:#0a0a0a80}.cursor-blink[data-v-25d4631a]{display:inline-block;width:8px;height:14px;background:#ff6b1a;opacity:.5;animation:blink-25d4631a 1s step-end infinite}@keyframes blink-25d4631a{0%,to{opacity:.5}50%{opacity:0}}@keyframes spin-25d4631a{to{transform:rotate(360deg)}}.generated-content[data-v-25d4631a] .md-h2{font-family:var(--font-display);font-size:18px;margin-top:0}.slide-content-enter-active[data-v-25d4631a]{transition:opacity .3s ease-out}.slide-content-leave-active[data-v-25d4631a]{transition:opacity .2s ease-in}.slide-content-enter-from[data-v-25d4631a],.slide-content-leave-to[data-v-25d4631a]{opacity:0}.slide-content-enter-to[data-v-25d4631a],.slide-content-leave-from[data-v-25d4631a]{opacity:1}.waiting-placeholder[data-v-25d4631a]{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;padding:34px;color:#0a0a0a66}.waiting-animation[data-v-25d4631a]{position:relative;width:48px;height:48px}.waiting-ring[data-v-25d4631a]{position:absolute;width:100%;height:100%;border:2px solid rgba(10,10,10,.12);border-radius:50%;animation:ripple-25d4631a 2s cubic-bezier(.4,0,.2,1) infinite}.waiting-ring[data-v-25d4631a]:nth-child(2){animation-delay:.4s}.waiting-ring[data-v-25d4631a]:nth-child(3){animation-delay:.8s}@keyframes ripple-25d4631a{0%{transform:scale(.5);opacity:1}to{transform:scale(2);opacity:0}}.waiting-text[data-v-25d4631a]{font-size:14px;font-family:var(--font-mono)}.right-panel[data-v-25d4631a]{flex:1;background:#fafafa;overflow-y:auto;display:flex;flex-direction:column;--wf-border: rgba(10,10,10,.12);--wf-divider: rgba(10,10,10,.08);--wf-active-bg: #FAFAFA;--wf-active-border: #FF6B1A;--wf-active-dot: #FF6B1A;--wf-active-text: #0A0A0A;--wf-done-bg: #FAFAFA;--wf-done-border: rgba(10,10,10,.12);--wf-done-dot: #43C165;--wf-muted-dot: rgba(10,10,10,.2);--wf-todo-text: rgba(10,10,10,.4)}.right-panel[data-v-25d4631a]::-webkit-scrollbar{width:6px}.right-panel[data-v-25d4631a]::-webkit-scrollbar-track{background:transparent}.right-panel[data-v-25d4631a]::-webkit-scrollbar-thumb{background:transparent;transition:background .3s ease}.right-panel[data-v-25d4631a]:hover::-webkit-scrollbar-thumb{background:#0a0a0a26}.right-panel[data-v-25d4631a]::-webkit-scrollbar-thumb:hover{background:#0a0a0a40}.mono[data-v-25d4631a]{font-family:var(--font-mono)}.workflow-overview[data-v-25d4631a]{padding:22px 22px 0}.workflow-metrics[data-v-25d4631a]{display:flex;flex-wrap:wrap;align-items:center;gap:11px;margin-bottom:11px}.metric[data-v-25d4631a]{display:inline-flex;align-items:baseline;gap:6px}.metric-right[data-v-25d4631a]{margin-left:auto}.metric-label[data-v-25d4631a]{font-size:11px;font-family:var(--font-mono);font-weight:600;color:#0a0a0a66;text-transform:uppercase;letter-spacing:3px}.metric-value[data-v-25d4631a]{font-size:12px;font-family:var(--font-mono);color:#0a0a0ab3}.metric-pill[data-v-25d4631a]{font-size:11px;font-family:var(--font-mono);font-weight:700;letter-spacing:3px;text-transform:uppercase;padding:6px 11px;border:2px solid var(--wf-border);background:var(--color-gray, #F5F5F5);color:#0a0a0a80}.metric-pill.pill--processing[data-v-25d4631a]{background:var(--wf-active-bg);border-color:var(--wf-active-border);color:var(--wf-active-text)}.metric-pill.pill--completed[data-v-25d4631a]{background:#43c1651a;border-color:#43c165;color:#43c165}.metric-pill.pill--pending[data-v-25d4631a]{background:transparent;border-style:dashed;color:#0a0a0a80}.workflow-steps[data-v-25d4631a]{display:flex;flex-direction:column;gap:11px;padding-bottom:11px}.wf-step[data-v-25d4631a]{display:grid;grid-template-columns:24px 1fr;gap:11px;padding:11px;border:2px solid var(--wf-divider);background:#fafafa}.wf-step--active[data-v-25d4631a]{background:var(--wf-active-bg);border-color:var(--wf-active-border)}.wf-step--done[data-v-25d4631a]{background:var(--wf-done-bg);border-color:var(--wf-done-border)}.wf-step--todo[data-v-25d4631a]{background:transparent;border-color:var(--wf-border);border-style:dashed}.wf-step-connector[data-v-25d4631a]{display:flex;flex-direction:column;align-items:center;width:24px;flex-shrink:0}.wf-step-dot[data-v-25d4631a]{width:10px;height:10px;border-radius:50%;background:var(--wf-muted-dot);border:2px solid #FAFAFA;z-index:1}.wf-step-line[data-v-25d4631a]{width:2px;flex:1;background:var(--wf-divider);margin-top:-2px}.wf-step--active .wf-step-dot[data-v-25d4631a]{background:var(--wf-active-dot);border:2px solid rgba(255,107,26,.2)}.wf-step--done .wf-step-dot[data-v-25d4631a]{background:var(--wf-done-dot)}.wf-step-title-row[data-v-25d4631a]{display:flex;align-items:baseline;gap:11px;min-width:0}.wf-step-index[data-v-25d4631a]{font-size:11px;font-family:var(--font-mono);font-weight:700;color:#0a0a0a66;letter-spacing:.02em;flex-shrink:0}.wf-step-title[data-v-25d4631a]{font-family:var(--font-mono);font-size:13px;font-weight:600;color:#0a0a0a;line-height:1.35;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wf-step-meta[data-v-25d4631a]{margin-left:auto;font-size:11px;font-family:var(--font-mono);font-weight:700;color:var(--wf-active-text);text-transform:uppercase;letter-spacing:3px;flex-shrink:0}.wf-step--todo .wf-step-title[data-v-25d4631a],.wf-step--todo .wf-step-index[data-v-25d4631a]{color:var(--wf-todo-text)}.workflow-divider[data-v-25d4631a]{height:2px;background:var(--wf-divider);margin:11px 0 0}.workflow-timeline[data-v-25d4631a]{padding:11px 22px 22px;flex:1}.timeline-item[data-v-25d4631a]{display:grid;grid-template-columns:24px 1fr;gap:11px;padding:11px;margin-bottom:11px;border:2px solid var(--wf-divider);background:#fafafa;transition:background-color .15s ease,border-color .15s ease}.timeline-item[data-v-25d4631a]:hover{background:var(--color-gray, #F5F5F5);border-color:var(--wf-border)}.timeline-item.node--active[data-v-25d4631a],.timeline-item.node--active[data-v-25d4631a]:hover{background:var(--wf-active-bg);border-color:var(--wf-active-border)}.timeline-item.node--done[data-v-25d4631a],.timeline-item.node--done[data-v-25d4631a]:hover{background:var(--wf-done-bg);border-color:var(--wf-done-border)}.timeline-connector[data-v-25d4631a]{display:flex;flex-direction:column;align-items:center;width:24px;flex-shrink:0}.connector-dot[data-v-25d4631a]{width:12px;height:12px;border-radius:50%;background:var(--wf-muted-dot);border:2px solid #FAFAFA;z-index:1}.connector-line[data-v-25d4631a]{width:2px;flex:1;background:var(--wf-divider);margin-top:-2px}.dot-active[data-v-25d4631a]{background:var(--wf-active-dot);border:2px solid rgba(255,107,26,.2)}.dot-done[data-v-25d4631a]{background:var(--wf-done-dot)}.dot-muted[data-v-25d4631a]{background:var(--wf-muted-dot)}.timeline-content[data-v-25d4631a]{min-width:0;background:transparent;border:none;padding:0;margin:0;transition:none}.timeline-header[data-v-25d4631a]{display:flex;justify-content:space-between;align-items:center;margin-bottom:11px}.action-label[data-v-25d4631a]{font-size:12px;font-family:var(--font-mono);font-weight:600;color:#0a0a0ab3;text-transform:uppercase;letter-spacing:3px}.action-time[data-v-25d4631a]{font-size:11px;color:#0a0a0a66;font-family:var(--font-mono)}.timeline-body[data-v-25d4631a]{font-size:13px;color:#0a0a0a80}.timeline-footer[data-v-25d4631a]{display:flex;justify-content:space-between;align-items:center;margin-top:11px;padding-top:11px;border-top:2px solid rgba(10,10,10,.08)}.elapsed-placeholder[data-v-25d4631a]{flex-shrink:0}.footer-actions[data-v-25d4631a]{display:flex;gap:6px;margin-left:auto}.elapsed-badge[data-v-25d4631a]{font-size:11px;color:#0a0a0a80;background:var(--color-gray, #F5F5F5);padding:2px 6px;font-family:var(--font-mono)}.info-row[data-v-25d4631a]{display:flex;gap:6px;margin-bottom:6px}.info-key[data-v-25d4631a]{font-size:11px;font-family:var(--font-mono);color:#0a0a0a66;min-width:80px}.info-val[data-v-25d4631a]{color:#0a0a0ab3}.status-message[data-v-25d4631a]{padding:6px 11px;font-size:13px;border:2px solid transparent}.status-message.planning[data-v-25d4631a]{background:var(--wf-active-bg);border-color:var(--wf-active-border);color:var(--wf-active-text)}.status-message.success[data-v-25d4631a]{background:#43c1651a;border-color:#43c165;color:#43c165}.outline-badge[data-v-25d4631a]{display:inline-block;margin-top:6px;padding:6px 11px;background:var(--color-gray, #F5F5F5);color:#0a0a0a80;border:2px solid rgba(10,10,10,.12);font-size:11px;font-family:var(--font-mono);font-weight:500}.section-tag[data-v-25d4631a]{display:inline-flex;align-items:center;gap:6px;padding:6px 11px;background:var(--color-gray, #F5F5F5);border:2px solid var(--wf-border)}.section-tag.content-ready[data-v-25d4631a]{background:var(--wf-active-bg);border:2px dashed var(--wf-active-border)}.section-tag.content-ready svg[data-v-25d4631a]{color:var(--wf-active-dot)}.section-tag.completed[data-v-25d4631a]{background:#43c1651a;border:2px solid #43C165}.section-tag.completed svg[data-v-25d4631a]{color:#43c165}.tag-num[data-v-25d4631a]{font-size:11px;font-family:var(--font-mono);font-weight:700;color:#0a0a0a80}.section-tag.completed .tag-num[data-v-25d4631a]{color:#43c165}.tag-title[data-v-25d4631a]{font-size:13px;font-weight:500;color:#0a0a0ab3}.tool-badge[data-v-25d4631a]{display:inline-flex;align-items:center;gap:6px;padding:6px 11px;background:var(--color-gray, #F5F5F5);color:#0a0a0ab3;border:2px solid var(--wf-border);font-size:12px;font-family:var(--font-mono);font-weight:600;transition:all .2s ease}.tool-icon[data-v-25d4631a]{flex-shrink:0}.tool-badge.tool-purple[data-v-25d4631a]{background:#8b5cf614;border-color:#8b5cf64d;color:#6d28d9}.tool-badge.tool-purple .tool-icon[data-v-25d4631a]{stroke:#7c3aed}.tool-badge.tool-blue[data-v-25d4631a]{background:#ff6b1a1a;border-color:#ff6b1a4d;color:#ff6b1a}.tool-badge.tool-blue .tool-icon[data-v-25d4631a]{stroke:#ff6b1a}.tool-badge.tool-green[data-v-25d4631a]{background:#43c1651a;border-color:#43c1654d;color:#43c165}.tool-badge.tool-green .tool-icon[data-v-25d4631a]{stroke:#43c165}.tool-badge.tool-orange[data-v-25d4631a]{background:#ff6b1a1a;border-color:#ff6b1a4d;color:#ff6b1a}.tool-badge.tool-orange .tool-icon[data-v-25d4631a]{stroke:#ff6b1a}.tool-badge.tool-cyan[data-v-25d4631a]{background:#0e749014;border-color:#0e74904d;color:#0e7490}.tool-badge.tool-cyan .tool-icon[data-v-25d4631a]{stroke:#0891b2}.tool-badge.tool-pink[data-v-25d4631a]{background:#be185d14;border-color:#be185d4d;color:#be185d}.tool-badge.tool-pink .tool-icon[data-v-25d4631a]{stroke:#db2777}.tool-badge.tool-gray[data-v-25d4631a]{background:var(--color-gray, #F5F5F5);border-color:#0a0a0a33;color:#0a0a0ab3}.tool-badge.tool-gray .tool-icon[data-v-25d4631a]{stroke:#0a0a0a80}.tool-params[data-v-25d4631a]{margin-top:11px;background:transparent;padding:11px 0 0;border-top:1px dashed var(--wf-divider);overflow-x:auto}.tool-params pre[data-v-25d4631a]{margin:0;font-family:var(--font-mono);font-size:11px;color:#0a0a0a80;white-space:pre-wrap;word-break:break-all;background:var(--color-gray, #F5F5F5);border:2px solid rgba(10,10,10,.08);padding:11px}.action-btn[data-v-25d4631a]{background:var(--color-gray, #F5F5F5);border:2px solid rgba(10,10,10,.08);padding:6px 11px;font-size:11px;font-family:var(--font-mono);font-weight:500;color:#0a0a0a80;cursor:pointer;transition:all .15s ease;white-space:nowrap;text-transform:uppercase;letter-spacing:3px}.action-btn[data-v-25d4631a]:hover{background:#0a0a0a14;color:#0a0a0ab3;border-color:#0a0a0a1f}.result-wrapper[data-v-25d4631a]{background:transparent;border:none;border-top:2px solid var(--wf-divider);padding:11px 0 0}.result-meta[data-v-25d4631a]{display:flex;justify-content:space-between;align-items:center;margin-bottom:11px}.result-tool[data-v-25d4631a]{font-size:12px;font-family:var(--font-mono);font-weight:600;color:#0a0a0ab3}.result-size[data-v-25d4631a]{font-size:11px;color:#0a0a0a80;font-family:var(--font-mono)}.result-raw[data-v-25d4631a]{margin-top:11px;max-height:300px;overflow-y:auto}.result-raw pre[data-v-25d4631a]{margin:0;font-family:var(--font-mono);font-size:11px;white-space:pre-wrap;word-break:break-word;color:#0a0a0ab3;background:#fafafa;border:2px solid rgba(10,10,10,.08);padding:11px}.raw-preview[data-v-25d4631a]{margin:0;font-family:var(--font-mono);font-size:11px;white-space:pre-wrap;word-break:break-word;color:#0a0a0a80}.llm-meta[data-v-25d4631a]{display:flex;gap:6px;flex-wrap:wrap}.meta-tag[data-v-25d4631a]{font-size:11px;font-family:var(--font-mono);padding:3px 6px;background:var(--color-gray, #F5F5F5);color:#0a0a0a80}.meta-tag.active[data-v-25d4631a]{background:#ff6b1a1a;color:#ff6b1a}.meta-tag.final-answer[data-v-25d4631a]{background:#43c1651a;color:#43c165;font-weight:600}.final-answer-hint[data-v-25d4631a]{display:flex;align-items:center;gap:6px;margin-top:11px;padding:11px;background:#43c1651a;border:2px solid #43C165;color:#43c165;font-size:12px;font-family:var(--font-mono);font-weight:500}.final-answer-hint svg[data-v-25d4631a]{flex-shrink:0}.llm-content[data-v-25d4631a]{margin-top:11px;max-height:200px;overflow-y:auto}.llm-content pre[data-v-25d4631a]{margin:0;font-family:var(--font-mono);font-size:11px;white-space:pre-wrap;word-break:break-word;color:#0a0a0a80;background:var(--color-gray, #F5F5F5);padding:11px}.complete-banner[data-v-25d4631a]{display:flex;align-items:center;gap:11px;padding:11px 22px;background:#43c1651a;border:2px solid #43C165;color:#43c165;font-weight:600;font-family:var(--font-mono);font-size:14px}.next-step-btn[data-v-25d4631a]{display:flex;align-items:center;justify-content:center;gap:6px;width:calc(100% - 44px);margin:6px 22px 0;padding:11px 22px;font-size:14px;font-family:var(--font-mono);font-weight:600;color:#fafafa;background:#0a0a0a;border:none;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:3px}.next-step-btn[data-v-25d4631a]:hover{background:#0a0a0ab3}.next-step-btn svg[data-v-25d4631a]{transition:transform .2s ease}.next-step-btn:hover svg[data-v-25d4631a]{transform:translate(4px)}.export-buttons[data-v-25d4631a]{display:flex;gap:8px;margin:8px 20px 0}.export-btn[data-v-25d4631a]{display:flex;align-items:center;justify-content:center;gap:6px;flex:1;padding:10px 12px;font-size:12px;font-weight:500;color:#6b7280;background:#f9fafb;border:1px solid #E5E7EB;border-radius:6px;cursor:pointer;transition:all .2s ease}.export-btn[data-v-25d4631a]:hover:not(:disabled){color:#374151;background:#f3f4f6;border-color:#d1d5db}.export-btn[data-v-25d4631a]:disabled{opacity:.5;cursor:not-allowed}.workflow-empty[data-v-25d4631a]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:56px 22px;color:#0a0a0a66;font-size:13px;font-family:var(--font-mono)}.empty-pulse[data-v-25d4631a]{width:24px;height:24px;background:#0a0a0a1f;border-radius:50%;margin-bottom:22px;animation:pulse-ring-25d4631a 1.5s infinite}@keyframes pulse-ring-25d4631a{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.5}}.timeline-item-enter-active[data-v-25d4631a]{transition:all .4s ease}.timeline-item-enter-from[data-v-25d4631a]{opacity:0;transform:translate(-20px)}[data-v-25d4631a] .stat-row{display:flex;gap:6px;margin-bottom:11px}[data-v-25d4631a] .stat-box{flex:1;background:#fafafa;border:2px solid rgba(10,10,10,.08);padding:11px 6px;text-align:center}[data-v-25d4631a] .stat-box .stat-num{display:block;font-size:20px;font-weight:700;color:#0a0a0a;font-family:var(--font-mono)}[data-v-25d4631a] .stat-box .stat-label{display:block;font-size:11px;font-family:var(--font-mono);color:#0a0a0a66;margin-top:2px;text-transform:uppercase;letter-spacing:3px}[data-v-25d4631a] .stat-box.highlight{background:#43c1651a;border-color:#43c165}[data-v-25d4631a] .stat-box.highlight .stat-num{color:#43c165}[data-v-25d4631a] .stat-box.muted{background:var(--color-gray, #F5F5F5);border-color:#0a0a0a14}[data-v-25d4631a] .stat-box.muted .stat-num{color:#0a0a0a80}[data-v-25d4631a] .query-display{background:var(--color-gray, #F5F5F5);padding:11px;font-size:12px;color:#0a0a0ab3;margin-bottom:11px;border:2px solid rgba(10,10,10,.08);line-height:1.5}[data-v-25d4631a] .expand-details{background:#fafafa;border:2px solid rgba(10,10,10,.08);padding:6px 11px;font-size:11px;font-family:var(--font-mono);font-weight:500;color:#0a0a0a80;cursor:pointer;transition:all .15s ease;text-transform:uppercase;letter-spacing:3px}[data-v-25d4631a] .expand-details:hover{border-color:#0a0a0a1f;color:#0a0a0ab3}[data-v-25d4631a] .detail-content{margin-top:11px;background:#fafafa;border:2px solid rgba(10,10,10,.08);padding:11px}[data-v-25d4631a] .section-label{font-size:11px;font-family:var(--font-mono);font-weight:600;color:#0a0a0a80;text-transform:uppercase;letter-spacing:3px;margin-bottom:11px;padding-bottom:6px;border-bottom:2px solid rgba(10,10,10,.08)}[data-v-25d4631a] .facts-section{margin-bottom:11px}[data-v-25d4631a] .fact-row{display:flex;gap:11px;padding:6px 0;border-bottom:2px solid rgba(10,10,10,.08)}[data-v-25d4631a] .fact-row:last-child{border-bottom:none}[data-v-25d4631a] .fact-row.active{background:#43c1651a;margin:0 -11px;padding:6px 11px;border-bottom:none}[data-v-25d4631a] .fact-idx{min-width:22px;height:22px;display:flex;align-items:center;justify-content:center;background:var(--color-gray, #F5F5F5);font-size:11px;font-family:var(--font-mono);font-weight:700;color:#0a0a0a80;flex-shrink:0}[data-v-25d4631a] .fact-row.active .fact-idx{background:#43c165;color:#fafafa}[data-v-25d4631a] .fact-text{font-size:12px;color:#0a0a0a80;line-height:1.6}[data-v-25d4631a] .entities-section{margin-bottom:11px}[data-v-25d4631a] .entity-chips{display:flex;flex-wrap:wrap;gap:6px}[data-v-25d4631a] .entity-chip{display:inline-flex;align-items:center;gap:6px;background:var(--color-gray, #F5F5F5);border:2px solid rgba(10,10,10,.08);padding:6px 11px}[data-v-25d4631a] .chip-name{font-size:12px;font-weight:500;color:#0a0a0a}[data-v-25d4631a] .chip-type{font-size:11px;font-family:var(--font-mono);color:#0a0a0a66;background:#0a0a0a14;padding:1px 6px}[data-v-25d4631a] .relations-section{margin-bottom:11px}[data-v-25d4631a] .relation-row{display:flex;align-items:center;gap:6px;padding:6px 0;flex-wrap:wrap;border-bottom:2px solid rgba(10,10,10,.08)}[data-v-25d4631a] .relation-row:last-child{border-bottom:none}[data-v-25d4631a] .rel-node{font-size:12px;font-weight:500;color:#0a0a0a;background:var(--color-gray, #F5F5F5);padding:6px 11px}[data-v-25d4631a] .rel-edge{font-size:11px;font-family:var(--font-mono);font-weight:600;color:#fafafa;background:#ff6b1a;padding:3px 11px}[data-v-25d4631a] .interview-display{padding:0}[data-v-25d4631a] .interview-display .interview-header{padding:0;background:transparent;border-bottom:none;margin-bottom:22px}[data-v-25d4631a] .interview-display .header-main{display:flex;justify-content:space-between;align-items:center}[data-v-25d4631a] .interview-display .header-title{font-family:var(--font-mono);font-size:13px;font-weight:600;color:#0a0a0a;letter-spacing:-.01em}[data-v-25d4631a] .interview-display .header-stats{display:flex;align-items:center;gap:6px}[data-v-25d4631a] .interview-display .stat-item{display:flex;align-items:baseline;gap:4px}[data-v-25d4631a] .interview-display .stat-value{font-size:14px;font-weight:600;color:#ff6b1a;font-family:var(--font-mono)}[data-v-25d4631a] .interview-display .stat-label{font-size:11px;font-family:var(--font-mono);color:#0a0a0a66;text-transform:lowercase}[data-v-25d4631a] .interview-display .stat-divider{color:#0a0a0a33;font-size:12px}[data-v-25d4631a] .interview-display .stat-size{font-size:11px;color:#0a0a0a66;font-family:var(--font-mono)}[data-v-25d4631a] .interview-display .header-topic{margin-top:6px;font-size:12px;color:#0a0a0a80;line-height:1.5}[data-v-25d4631a] .interview-display .agent-tabs{display:flex;gap:6px;padding:0 0 11px;background:transparent;border-bottom:2px solid rgba(10,10,10,.08);overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:rgba(10,10,10,.12) transparent}[data-v-25d4631a] .interview-display .agent-tabs::-webkit-scrollbar{height:4px}[data-v-25d4631a] .interview-display .agent-tabs::-webkit-scrollbar-track{background:transparent}[data-v-25d4631a] .interview-display .agent-tabs::-webkit-scrollbar-thumb{background:#0a0a0a1f}[data-v-25d4631a] .interview-display .agent-tabs::-webkit-scrollbar-thumb:hover{background:#0a0a0a33}[data-v-25d4631a] .interview-display .agent-tab{display:flex;align-items:center;gap:6px;padding:6px 11px;background:var(--color-gray, #F5F5F5);border:2px solid rgba(10,10,10,.08);font-size:12px;font-family:var(--font-mono);font-weight:500;color:#0a0a0a80;cursor:pointer;transition:all .15s ease;white-space:nowrap}[data-v-25d4631a] .interview-display .agent-tab:hover{background:#0a0a0a14;border-color:#0a0a0a1f;color:#0a0a0ab3}[data-v-25d4631a] .interview-display .agent-tab.active{background:#ff6b1a1a;border-color:#ff6b1a;color:#ff6b1a}[data-v-25d4631a] .interview-display .tab-avatar{width:18px;height:18px;display:flex;align-items:center;justify-content:center;background:#0a0a0a1f;color:#0a0a0a80;font-size:10px;font-weight:700;border-radius:50%;flex-shrink:0}[data-v-25d4631a] .interview-display .agent-tab:hover .tab-avatar{background:#0a0a0a33}[data-v-25d4631a] .interview-display .agent-tab.active .tab-avatar{background:#ff6b1a;color:#fafafa}[data-v-25d4631a] .interview-display .tab-name{max-width:100px;overflow:hidden;text-overflow:ellipsis}[data-v-25d4631a] .interview-display .interview-detail{padding:11px 0;background:transparent}[data-v-25d4631a] .interview-display .agent-profile{display:flex;gap:11px;padding:0;background:transparent;border:none;margin-bottom:22px}[data-v-25d4631a] .interview-display .profile-avatar{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#0a0a0a1f;color:#0a0a0a80;font-size:14px;font-weight:600;border-radius:50%;flex-shrink:0}[data-v-25d4631a] .interview-display .profile-info{flex:1;min-width:0}[data-v-25d4631a] .interview-display .profile-name{font-size:13px;font-weight:600;color:#0a0a0a;margin-bottom:2px}[data-v-25d4631a] .interview-display .profile-role{font-size:11px;font-family:var(--font-mono);color:#0a0a0a80;margin-bottom:4px}[data-v-25d4631a] .interview-display .profile-bio{font-size:11px;color:#0a0a0a66;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}[data-v-25d4631a] .interview-display .selection-reason{background:var(--color-gray, #F5F5F5);border:2px solid rgba(10,10,10,.08);padding:11px;margin-bottom:22px}[data-v-25d4631a] .interview-display .reason-label{font-size:11px;font-family:var(--font-mono);font-weight:600;color:#0a0a0a80;text-transform:uppercase;letter-spacing:3px;margin-bottom:6px}[data-v-25d4631a] .interview-display .reason-content{font-size:12px;color:#0a0a0a80;line-height:1.6}[data-v-25d4631a] .interview-display .qa-thread{display:flex;flex-direction:column;gap:22px}[data-v-25d4631a] .interview-display .qa-pair{display:flex;flex-direction:column;gap:11px;padding:0;background:transparent;border:none}[data-v-25d4631a] .interview-display .qa-question,[data-v-25d4631a] .interview-display .qa-answer{display:flex;gap:11px}[data-v-25d4631a] .interview-display .qa-badge{width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:10px;font-weight:700;flex-shrink:0}[data-v-25d4631a] .interview-display .q-badge{background:transparent;color:#0a0a0a66;border:2px solid rgba(10,10,10,.12)}[data-v-25d4631a] .interview-display .a-badge{background:#ff6b1a;color:#fafafa;border:2px solid #FF6B1A}[data-v-25d4631a] .interview-display .qa-content{flex:1;min-width:0}[data-v-25d4631a] .interview-display .qa-sender{font-size:11px;font-family:var(--font-mono);font-weight:600;color:#0a0a0a66;margin-bottom:4px;text-transform:uppercase;letter-spacing:3px}[data-v-25d4631a] .interview-display .qa-text{font-size:13px;color:#0a0a0ab3;line-height:1.6}[data-v-25d4631a] .interview-display .qa-answer{background:transparent;padding:0;border:none;margin-top:0}[data-v-25d4631a] .interview-display .answer-placeholder{opacity:.6}[data-v-25d4631a] .interview-display .placeholder-text{font-style:italic;color:#0a0a0a66}[data-v-25d4631a] .interview-display .qa-answer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}[data-v-25d4631a] .interview-display .platform-switch{display:flex;gap:2px;background:transparent;padding:0}[data-v-25d4631a] .interview-display .platform-btn{display:flex;align-items:center;gap:4px;padding:2px 6px;background:transparent;border:2px solid transparent;font-size:10px;font-family:var(--font-mono);font-weight:500;color:#0a0a0a66;cursor:pointer;transition:all .15s ease}[data-v-25d4631a] .interview-display .platform-btn:hover{color:#0a0a0a80}[data-v-25d4631a] .interview-display .platform-btn.active{background:transparent;color:#ff6b1a;border-color:#0a0a0a14}[data-v-25d4631a] .interview-display .platform-icon{flex-shrink:0}[data-v-25d4631a] .interview-display .answer-text{font-size:13px;color:#0a0a0a;line-height:1.6}[data-v-25d4631a] .interview-display .answer-text strong{color:#0a0a0a;font-weight:600}[data-v-25d4631a] .interview-display .expand-answer-btn{display:inline-block;margin-top:6px;padding:0;background:transparent;border:none;border-bottom:1px dotted rgba(10,10,10,.2);font-size:11px;font-family:var(--font-mono);font-weight:500;color:#0a0a0a66;cursor:pointer;transition:all .15s ease}[data-v-25d4631a] .interview-display .expand-answer-btn:hover{background:transparent;color:#0a0a0a80;border-bottom-style:solid}[data-v-25d4631a] .interview-display .quotes-section{background:transparent;border:none;border-top:2px solid rgba(10,10,10,.08);padding:22px 0 0;margin-top:22px}[data-v-25d4631a] .interview-display .quotes-header{font-size:11px;font-family:var(--font-mono);font-weight:600;color:#0a0a0a66;text-transform:uppercase;letter-spacing:3px;margin-bottom:11px}[data-v-25d4631a] .interview-display .quotes-list{display:flex;flex-direction:column;gap:11px}[data-v-25d4631a] .interview-display .quote-item{margin:0;padding:11px;background:#fafafa;border:2px solid rgba(10,10,10,.08);font-size:12px;font-style:italic;color:#0a0a0a80;line-height:1.5}[data-v-25d4631a] .interview-display .summary-section{margin-top:22px;padding:22px 0 0;background:transparent;border:none;border-top:2px solid rgba(10,10,10,.08)}[data-v-25d4631a] .interview-display .summary-header{font-size:11px;font-family:var(--font-mono);font-weight:600;color:#0a0a0a66;text-transform:uppercase;letter-spacing:3px;margin-bottom:6px}[data-v-25d4631a] .interview-display .summary-content{font-size:13px;color:#0a0a0ab3;line-height:1.6}[data-v-25d4631a] .interview-display .summary-content h2,[data-v-25d4631a] .interview-display .summary-content h3,[data-v-25d4631a] .interview-display .summary-content h4,[data-v-25d4631a] .interview-display .summary-content h5{margin:11px 0 6px;font-weight:600;color:#0a0a0a}[data-v-25d4631a] .interview-display .summary-content h2{font-size:15px}[data-v-25d4631a] .interview-display .summary-content h3{font-size:14px}[data-v-25d4631a] .interview-display .summary-content h4,[data-v-25d4631a] .interview-display .summary-content h5{font-size:13px}[data-v-25d4631a] .interview-display .summary-content p{margin:6px 0}[data-v-25d4631a] .interview-display .summary-content strong{font-weight:600;color:#0a0a0a}[data-v-25d4631a] .interview-display .summary-content em{font-style:italic}[data-v-25d4631a] .interview-display .summary-content ul,[data-v-25d4631a] .interview-display .summary-content ol{margin:6px 0;padding-left:22px}[data-v-25d4631a] .interview-display .summary-content li{margin:4px 0}[data-v-25d4631a] .interview-display .summary-content blockquote{margin:6px 0;padding-left:11px;border-left:3px solid rgba(10,10,10,.12);color:#0a0a0a80;font-style:italic}[data-v-25d4631a] .interview-display .quote-item strong{font-weight:600;color:#0a0a0ab3}[data-v-25d4631a] .interview-display .quote-item em{font-style:italic}[data-v-25d4631a] .insight-display{padding:0}[data-v-25d4631a] .insight-header{padding:11px 22px;background:#8b5cf614;border:2px solid rgba(139,92,246,.3);border-bottom:none}[data-v-25d4631a] .insight-header .header-main{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}[data-v-25d4631a] .insight-header .header-title{font-size:14px;font-family:var(--font-mono);font-weight:700;color:#6d28d9}[data-v-25d4631a] .insight-header .header-stats{display:flex;align-items:center;gap:4px;font-size:11px}[data-v-25d4631a] .insight-header .stat-item{display:flex;align-items:baseline;gap:2px}[data-v-25d4631a] .insight-header .stat-value{font-family:var(--font-mono);font-weight:700;color:#7c3aed}[data-v-25d4631a] .insight-header .stat-label{color:#8b5cf6;font-size:10px;font-family:var(--font-mono)}[data-v-25d4631a] .insight-header .stat-divider{color:#c4b5fd;margin:0 4px}[data-v-25d4631a] .insight-header .stat-size{font-family:var(--font-mono);font-size:10px;color:#0a0a0a66}[data-v-25d4631a] .insight-header .header-topic{font-size:13px;color:#5b21b6;line-height:1.5}[data-v-25d4631a] .insight-header .header-scenario{margin-top:6px;font-size:11px;color:#7c3aed}[data-v-25d4631a] .insight-header .scenario-label{font-weight:600}[data-v-25d4631a] .insight-tabs{display:flex;gap:2px;padding:6px 11px;background:#fafafa;border:2px solid rgba(10,10,10,.08);border-top:none}[data-v-25d4631a] .insight-tab{display:flex;align-items:center;gap:4px;padding:6px 11px;background:transparent;border:2px solid transparent;font-size:11px;font-family:var(--font-mono);font-weight:500;color:#0a0a0a80;cursor:pointer;transition:all .15s ease}[data-v-25d4631a] .insight-tab:hover{background:#0a0a0a14;color:#0a0a0ab3}[data-v-25d4631a] .insight-tab.active{background:#fafafa;color:#7c3aed;border-color:#c4b5fd}[data-v-25d4631a] .insight-content{padding:11px;background:#fafafa;border:2px solid rgba(10,10,10,.08);border-top:none}[data-v-25d4631a] .insight-display .panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:11px;padding-bottom:6px;border-bottom:2px solid rgba(10,10,10,.08)}[data-v-25d4631a] .insight-display .panel-title{font-size:12px;font-family:var(--font-mono);font-weight:600;color:#0a0a0ab3}[data-v-25d4631a] .insight-display .panel-count{font-size:10px;font-family:var(--font-mono);color:#0a0a0a66}[data-v-25d4631a] .insight-display .facts-list,[data-v-25d4631a] .insight-display .relations-list,[data-v-25d4631a] .insight-display .subqueries-list{display:flex;flex-direction:column;gap:6px}[data-v-25d4631a] .insight-display .entities-grid{display:flex;flex-wrap:wrap;gap:6px}[data-v-25d4631a] .insight-display .fact-item{display:flex;gap:11px;padding:11px;background:var(--color-gray, #F5F5F5);border:2px solid rgba(10,10,10,.08)}[data-v-25d4631a] .insight-display .fact-number{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:#0a0a0a1f;border-radius:50%;font-family:var(--font-mono);font-size:10px;font-weight:700;color:#0a0a0a80}[data-v-25d4631a] .insight-display .fact-content{flex:1;font-size:12px;color:#0a0a0ab3;line-height:1.6}[data-v-25d4631a] .insight-display .entity-tag{display:inline-flex;align-items:center;gap:4px;padding:6px;background:var(--color-gray, #F5F5F5);border:2px solid rgba(10,10,10,.08);cursor:default;transition:all .15s ease}[data-v-25d4631a] .insight-display .entity-tag:hover{background:#0a0a0a14;border-color:#0a0a0a1f}[data-v-25d4631a] .insight-display .entity-tag .entity-name{font-size:12px;font-weight:500;color:#0a0a0a}[data-v-25d4631a] .insight-display .entity-tag .entity-type{font-size:9px;font-family:var(--font-mono);color:#7c3aed;background:#8b5cf61a;padding:1px 4px}[data-v-25d4631a] .insight-display .entity-tag .entity-fact-count{font-size:9px;font-family:var(--font-mono);color:#0a0a0a66;margin-left:2px}[data-v-25d4631a] .insight-display .entity-card{padding:11px;background:var(--color-gray, #F5F5F5);border:2px solid rgba(10,10,10,.08)}[data-v-25d4631a] .insight-display .entity-header{display:flex;align-items:center;gap:11px}[data-v-25d4631a] .insight-display .entity-info{flex:1}[data-v-25d4631a] .insight-display .entity-card .entity-name{font-size:13px;font-weight:600;color:#0a0a0a}[data-v-25d4631a] .insight-display .entity-card .entity-type{font-size:10px;font-family:var(--font-mono);color:#7c3aed;background:#8b5cf61a;padding:2px 6px;display:inline-block;margin-top:2px}[data-v-25d4631a] .insight-display .entity-card .entity-fact-count{font-size:10px;font-family:var(--font-mono);color:#0a0a0a66;background:var(--color-gray, #F5F5F5);padding:2px 6px}[data-v-25d4631a] .insight-display .entity-summary{margin-top:6px;padding-top:6px;border-top:2px solid rgba(10,10,10,.08);font-size:11px;color:#0a0a0a80;line-height:1.5}[data-v-25d4631a] .insight-display .relation-item{display:flex;align-items:center;gap:6px;padding:11px;background:var(--color-gray, #F5F5F5);border:2px solid rgba(10,10,10,.08)}[data-v-25d4631a] .insight-display .rel-source,[data-v-25d4631a] .insight-display .rel-target{padding:6px;background:#fafafa;border:2px solid rgba(10,10,10,.12);font-size:11px;font-weight:500;color:#0a0a0ab3}[data-v-25d4631a] .insight-display .rel-arrow{display:flex;align-items:center;gap:4px;flex:1}[data-v-25d4631a] .insight-display .rel-line{flex:1;height:1px;background:#0a0a0a33}[data-v-25d4631a] .insight-display .rel-label{padding:2px 6px;background:#8b5cf61a;font-size:10px;font-family:var(--font-mono);font-weight:500;color:#7c3aed;white-space:nowrap}[data-v-25d4631a] .insight-display .subquery-item{display:flex;gap:11px;padding:11px;background:var(--color-gray, #F5F5F5);border:2px solid rgba(10,10,10,.08)}[data-v-25d4631a] .insight-display .subquery-number{flex-shrink:0;padding:2px 6px;background:#7c3aed;font-family:var(--font-mono);font-size:10px;font-weight:700;color:#fafafa}[data-v-25d4631a] .insight-display .subquery-text{font-size:12px;color:#0a0a0ab3;line-height:1.5}[data-v-25d4631a] .insight-display .expand-btn,[data-v-25d4631a] .panorama-display .expand-btn,[data-v-25d4631a] .quick-search-display .expand-btn{display:block;width:100%;margin-top:11px;padding:6px 11px;background:var(--color-gray, #F5F5F5);border:2px solid rgba(10,10,10,.08);font-size:11px;font-family:var(--font-mono);font-weight:500;color:#0a0a0a80;cursor:pointer;transition:all .15s ease;text-align:center;text-transform:uppercase;letter-spacing:3px}[data-v-25d4631a] .insight-display .expand-btn:hover,[data-v-25d4631a] .panorama-display .expand-btn:hover,[data-v-25d4631a] .quick-search-display .expand-btn:hover{background:#0a0a0a14;color:#0a0a0ab3;border-color:#0a0a0a1f}[data-v-25d4631a] .insight-display .empty-state,[data-v-25d4631a] .panorama-display .empty-state,[data-v-25d4631a] .quick-search-display .empty-state{padding:22px;text-align:center;font-size:12px;font-family:var(--font-mono);color:#0a0a0a66}[data-v-25d4631a] .panorama-display{padding:0}[data-v-25d4631a] .panorama-header{padding:11px 22px;background:#ff6b1a1a;border:2px solid rgba(255,107,26,.3);border-bottom:none}[data-v-25d4631a] .panorama-header .header-main{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}[data-v-25d4631a] .panorama-header .header-title{font-size:14px;font-family:var(--font-mono);font-weight:700;color:#ff6b1a}[data-v-25d4631a] .panorama-header .header-stats{display:flex;align-items:center;gap:4px;font-size:11px}[data-v-25d4631a] .panorama-header .stat-item{display:flex;align-items:baseline;gap:2px}[data-v-25d4631a] .panorama-header .stat-value{font-family:var(--font-mono);font-weight:700;color:#ff6b1a}[data-v-25d4631a] .panorama-header .stat-label{color:#ff6b1a99;font-size:10px;font-family:var(--font-mono)}[data-v-25d4631a] .panorama-header .stat-divider{color:#ff6b1a4d;margin:0 4px}[data-v-25d4631a] .panorama-header .stat-size{font-family:var(--font-mono);font-size:10px;color:#0a0a0a66}[data-v-25d4631a] .panorama-header .header-topic{font-size:13px;color:#ff6b1a;line-height:1.5}[data-v-25d4631a] .panorama-tabs{display:flex;gap:2px;padding:6px 11px;background:#fafafa;border:2px solid rgba(10,10,10,.08);border-top:none}[data-v-25d4631a] .panorama-tab{display:flex;align-items:center;gap:4px;padding:6px 11px;background:transparent;border:2px solid transparent;font-size:11px;font-family:var(--font-mono);font-weight:500;color:#0a0a0a80;cursor:pointer;transition:all .15s ease}[data-v-25d4631a] .panorama-tab:hover{background:#0a0a0a14;color:#0a0a0ab3}[data-v-25d4631a] .panorama-tab.active{background:#fafafa;color:#ff6b1a;border-color:#ff6b1a4d}[data-v-25d4631a] .panorama-content{padding:11px;background:#fafafa;border:2px solid rgba(10,10,10,.08);border-top:none}[data-v-25d4631a] .panorama-display .panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:11px;padding-bottom:6px;border-bottom:2px solid rgba(10,10,10,.08)}[data-v-25d4631a] .panorama-display .panel-title{font-size:12px;font-family:var(--font-mono);font-weight:600;color:#0a0a0ab3}[data-v-25d4631a] .panorama-display .panel-count{font-size:10px;font-family:var(--font-mono);color:#0a0a0a66}[data-v-25d4631a] .panorama-display .facts-list{display:flex;flex-direction:column;gap:6px}[data-v-25d4631a] .panorama-display .fact-item{display:flex;gap:11px;padding:11px;background:var(--color-gray, #F5F5F5);border:2px solid rgba(10,10,10,.08)}[data-v-25d4631a] .panorama-display .fact-item.active,[data-v-25d4631a] .panorama-display .fact-item.historical{background:var(--color-gray, #F5F5F5);border-color:#0a0a0a14}[data-v-25d4631a] .panorama-display .fact-number{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:#0a0a0a1f;border-radius:50%;font-family:var(--font-mono);font-size:10px;font-weight:700;color:#0a0a0a80}[data-v-25d4631a] .panorama-display .fact-item.active .fact-number{background:#0a0a0a1f;color:#0a0a0a80}[data-v-25d4631a] .panorama-display .fact-item.historical .fact-number{background:#0a0a0a66;color:#fafafa}[data-v-25d4631a] .panorama-display .fact-content{flex:1;font-size:12px;color:#0a0a0ab3;line-height:1.6}[data-v-25d4631a] .panorama-display .fact-time{display:block;font-size:10px;color:#0a0a0a66;margin-bottom:4px;font-family:var(--font-mono)}[data-v-25d4631a] .panorama-display .fact-text{display:block}[data-v-25d4631a] .panorama-display .entities-grid{display:flex;flex-wrap:wrap;gap:6px}[data-v-25d4631a] .panorama-display .entity-tag{display:flex;align-items:center;gap:6px;padding:6px 11px;background:var(--color-gray, #F5F5F5);border:2px solid rgba(10,10,10,.08)}[data-v-25d4631a] .panorama-display .entity-name{font-size:12px;font-weight:500;color:#0a0a0ab3}[data-v-25d4631a] .panorama-display .entity-type{font-size:10px;font-family:var(--font-mono);color:#ff6b1a;background:#ff6b1a1a;padding:2px 6px}[data-v-25d4631a] .quick-search-display{padding:0}[data-v-25d4631a] .quicksearch-header{padding:11px 22px;background:#ff6b1a1a;border:2px solid rgba(255,107,26,.3);border-bottom:none}[data-v-25d4631a] .quicksearch-header .header-main{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}[data-v-25d4631a] .quicksearch-header .header-title{font-size:14px;font-family:var(--font-mono);font-weight:700;color:#ff6b1a}[data-v-25d4631a] .quicksearch-header .header-stats{display:flex;align-items:center;gap:4px;font-size:11px}[data-v-25d4631a] .quicksearch-header .stat-item{display:flex;align-items:baseline;gap:2px}[data-v-25d4631a] .quicksearch-header .stat-value{font-family:var(--font-mono);font-weight:700;color:#ff6b1a}[data-v-25d4631a] .quicksearch-header .stat-label{color:#ff6b1a99;font-size:10px;font-family:var(--font-mono)}[data-v-25d4631a] .quicksearch-header .stat-divider{color:#ff6b1a4d;margin:0 4px}[data-v-25d4631a] .quicksearch-header .stat-size{font-family:var(--font-mono);font-size:10px;color:#0a0a0a66}[data-v-25d4631a] .quicksearch-header .header-query{font-size:13px;color:#ff6b1a;line-height:1.5}[data-v-25d4631a] .quicksearch-header .query-label{font-weight:600}[data-v-25d4631a] .quicksearch-tabs{display:flex;gap:2px;padding:6px 11px;background:#fafafa;border:2px solid rgba(10,10,10,.08);border-top:none}[data-v-25d4631a] .quicksearch-tab{display:flex;align-items:center;gap:4px;padding:6px 11px;background:transparent;border:2px solid transparent;font-size:11px;font-family:var(--font-mono);font-weight:500;color:#0a0a0a80;cursor:pointer;transition:all .15s ease}[data-v-25d4631a] .quicksearch-tab:hover{background:#0a0a0a14;color:#0a0a0ab3}[data-v-25d4631a] .quicksearch-tab.active{background:#fafafa;color:#ff6b1a;border-color:#ff6b1a4d}[data-v-25d4631a] .quicksearch-content{padding:11px;background:#fafafa;border:2px solid rgba(10,10,10,.08);border-top:none}[data-v-25d4631a] .quicksearch-content.no-tabs{border-top:none}[data-v-25d4631a] .quick-search-display .panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:11px;padding-bottom:6px;border-bottom:2px solid rgba(10,10,10,.08)}[data-v-25d4631a] .quick-search-display .panel-title{font-size:12px;font-family:var(--font-mono);font-weight:600;color:#0a0a0ab3}[data-v-25d4631a] .quick-search-display .panel-count{font-size:10px;font-family:var(--font-mono);color:#0a0a0a66}[data-v-25d4631a] .quick-search-display .facts-list{display:flex;flex-direction:column;gap:6px}[data-v-25d4631a] .quick-search-display .fact-item{display:flex;gap:11px;padding:11px;background:var(--color-gray, #F5F5F5);border:2px solid rgba(10,10,10,.08)}[data-v-25d4631a] .quick-search-display .fact-item.active{background:var(--color-gray, #F5F5F5);border-color:#0a0a0a14}[data-v-25d4631a] .quick-search-display .fact-number{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:#0a0a0a1f;border-radius:50%;font-family:var(--font-mono);font-size:10px;font-weight:700;color:#0a0a0a80}[data-v-25d4631a] .quick-search-display .fact-item.active .fact-number{background:#0a0a0a1f;color:#0a0a0a80}[data-v-25d4631a] .quick-search-display .fact-content{flex:1;font-size:12px;color:#0a0a0ab3;line-height:1.6}[data-v-25d4631a] .quick-search-display .edges-list{display:flex;flex-direction:column;gap:6px}[data-v-25d4631a] .quick-search-display .edge-item{display:flex;align-items:center;gap:6px;padding:11px;background:var(--color-gray, #F5F5F5);border:2px solid rgba(10,10,10,.08)}[data-v-25d4631a] .quick-search-display .edge-source,[data-v-25d4631a] .quick-search-display .edge-target{padding:6px;background:#fafafa;border:2px solid rgba(10,10,10,.12);font-size:11px;font-weight:500;color:#0a0a0ab3}[data-v-25d4631a] .quick-search-display .edge-arrow{display:flex;align-items:center;gap:4px;flex:1}[data-v-25d4631a] .quick-search-display .edge-line{flex:1;height:1px;background:#0a0a0a33}[data-v-25d4631a] .quick-search-display .edge-label{padding:2px 6px;background:#ff6b1a1a;font-size:10px;font-family:var(--font-mono);font-weight:500;color:#ff6b1a;white-space:nowrap}[data-v-25d4631a] .quick-search-display .nodes-grid{display:flex;flex-wrap:wrap;gap:6px}[data-v-25d4631a] .quick-search-display .node-tag{display:flex;align-items:center;gap:6px;padding:6px 11px;background:var(--color-gray, #F5F5F5);border:2px solid rgba(10,10,10,.08)}[data-v-25d4631a] .quick-search-display .node-name{font-size:12px;font-weight:500;color:#0a0a0ab3}[data-v-25d4631a] .quick-search-display .node-type{font-size:10px;font-family:var(--font-mono);color:#ff6b1a;background:#ff6b1a1a;padding:2px 6px}.console-logs[data-v-25d4631a]{background:#0a0a0a;color:#0a0a0a33;padding:22px;font-family:var(--font-mono);border-top:2px solid rgba(10,10,10,.7);flex-shrink:0}.log-header[data-v-25d4631a]{display:flex;justify-content:space-between;border-bottom:2px solid rgba(255,255,255,.1);padding-bottom:6px;margin-bottom:6px;font-size:10px;color:#ffffff4d;cursor:pointer;-webkit-user-select:none;user-select:none}.console-logs.collapsed .log-header[data-v-25d4631a]{border-bottom:none;padding-bottom:0;margin-bottom:0}.log-toggle[data-v-25d4631a]{font-size:8px;opacity:.5;margin-left:4px}.log-title[data-v-25d4631a]{text-transform:uppercase;letter-spacing:3px}.log-content[data-v-25d4631a]{display:flex;flex-direction:column;gap:4px;height:100px;overflow-y:auto;padding-right:4px}.log-content[data-v-25d4631a]::-webkit-scrollbar{width:4px}.log-content[data-v-25d4631a]::-webkit-scrollbar-thumb{background:#ffffff26}.log-line[data-v-25d4631a]{font-size:11px;line-height:1.5}.log-msg[data-v-25d4631a]{color:#fff9;word-break:break-all}.log-msg.error[data-v-25d4631a]{color:#f44}.log-msg.warning[data-v-25d4631a]{color:#ffb347}.log-msg.success[data-v-25d4631a]{color:#43c165}.main-view[data-v-d5aa475b]{height:100vh;display:flex;flex-direction:column;background:#fafafa;overflow:hidden;font-family:var(--font-display)}.app-header[data-v-d5aa475b]{height:60px;border-bottom:2px solid rgba(10,10,10,.08);display:flex;align-items:center;justify-content:space-between;padding:0 22px;background:#0a0a0a;z-index:100;position:relative}.header-center[data-v-d5aa475b]{position:absolute;left:50%;transform:translate(-50%)}.brand[data-v-d5aa475b]{font-family:var(--font-mono);font-weight:800;font-size:18px;letter-spacing:3px;text-transform:uppercase;cursor:pointer;color:#fafafa}.view-switcher[data-v-d5aa475b]{display:flex;background:#fafafa14;padding:4px;gap:4px}.switch-btn[data-v-d5aa475b]{border:2px solid transparent;background:transparent;padding:6px 16px;font-family:var(--font-mono);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:3px;color:#fafafa80;cursor:pointer;transition:all .2s}.switch-btn.active[data-v-d5aa475b]{background:#0a0a0a;color:#fafafa;border:2px solid #FF6B1A}.header-right[data-v-d5aa475b]{display:flex;align-items:center;gap:16px}.workflow-step[data-v-d5aa475b]{display:flex;align-items:center;gap:8px;font-size:14px}.step-num[data-v-d5aa475b]{font-family:var(--font-mono);font-weight:700;color:#fafafa66}.step-name[data-v-d5aa475b]{font-weight:700;color:#fafafa}.step-divider[data-v-d5aa475b]{width:1px;height:14px;background-color:#fafafa1f}.status-indicator[data-v-d5aa475b]{display:flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:3px;color:#fafafa80;font-weight:500}.dot[data-v-d5aa475b]{width:8px;height:8px;border-radius:50%;background:#fafafa33}.status-indicator.processing .dot[data-v-d5aa475b]{background:#ff6b1a;animation:pulse-d5aa475b 1s infinite}.status-indicator.completed .dot[data-v-d5aa475b]{background:#43c165}.status-indicator.error .dot[data-v-d5aa475b]{background:#f44}@keyframes pulse-d5aa475b{50%{opacity:.5}}.content-area[data-v-d5aa475b]{flex:1;display:flex;position:relative;overflow:hidden}.panel-wrapper[data-v-d5aa475b]{height:100%;overflow:hidden;transition:width .4s cubic-bezier(.25,.8,.25,1),opacity .3s ease,transform .3s ease;will-change:width,opacity,transform}.panel-wrapper.left[data-v-d5aa475b]{border-right:2px solid rgba(10,10,10,.08)}.interaction-panel[data-v-8754bdc7]{height:100%;display:flex;flex-direction:column;background:var(--color-gray, #F5F5F5);font-family:var(--font-mono);overflow:hidden}.mono[data-v-8754bdc7]{font-family:var(--font-mono)}.main-split-layout[data-v-8754bdc7]{flex:1;display:flex;overflow:hidden}.left-panel.report-style[data-v-8754bdc7]{width:45%;min-width:450px;background:#fafafa;border-right:2px solid rgba(10,10,10,.12);overflow-y:auto;display:flex;flex-direction:column;padding:34px 56px 56px}.left-panel[data-v-8754bdc7]::-webkit-scrollbar{width:6px}.left-panel[data-v-8754bdc7]::-webkit-scrollbar-track{background:transparent}.left-panel[data-v-8754bdc7]::-webkit-scrollbar-thumb{background:transparent;transition:background .3s ease}.left-panel[data-v-8754bdc7]:hover::-webkit-scrollbar-thumb{background:#0a0a0a26}.left-panel[data-v-8754bdc7]::-webkit-scrollbar-thumb:hover{background:#0a0a0a40}.report-content-wrapper[data-v-8754bdc7]{max-width:800px;margin:0 auto;width:100%}.report-header-block[data-v-8754bdc7]{margin-bottom:34px}.report-meta[data-v-8754bdc7]{display:flex;align-items:center;gap:11px;margin-bottom:22px}.report-tag[data-v-8754bdc7]{background:#0a0a0a;color:#fafafa;font-size:11px;font-family:var(--font-mono);font-weight:700;padding:6px 11px;letter-spacing:3px;text-transform:uppercase}.report-id[data-v-8754bdc7]{font-size:11px;font-family:var(--font-mono);color:#0a0a0a66;font-weight:500;letter-spacing:.02em}.main-title[data-v-8754bdc7]{font-family:var(--font-display);font-size:36px;font-weight:700;color:#0a0a0a;line-height:1.2;margin:0 0 22px;letter-spacing:-.02em}.sub-title[data-v-8754bdc7]{font-family:var(--font-display);font-size:16px;color:#0a0a0a80;font-style:italic;line-height:1.6;margin:0 0 34px;font-weight:400}.header-divider[data-v-8754bdc7]{height:2px;background:#0a0a0a1f;width:100%}.sections-list[data-v-8754bdc7]{display:flex;flex-direction:column;gap:34px}.report-section-item[data-v-8754bdc7]{display:flex;flex-direction:column;gap:11px}.section-header-row[data-v-8754bdc7]{display:flex;align-items:baseline;gap:11px;transition:background-color .2s ease;padding:6px 11px;margin:-6px -11px}.section-header-row.clickable[data-v-8754bdc7]{cursor:pointer}.section-header-row.clickable[data-v-8754bdc7]:hover{background-color:var(--color-gray, #F5F5F5)}.collapse-icon[data-v-8754bdc7]{margin-left:auto;color:#0a0a0a66;transition:transform .3s ease;flex-shrink:0;align-self:center}.collapse-icon.is-collapsed[data-v-8754bdc7]{transform:rotate(-90deg)}.section-number[data-v-8754bdc7]{font-family:var(--font-mono);font-size:16px;color:#0a0a0a1f;font-weight:500;transition:color .3s ease}.section-title[data-v-8754bdc7]{font-family:var(--font-display);font-size:24px;font-weight:600;color:#0a0a0a;margin:0;transition:color .3s ease}.report-section-item.is-pending .section-number[data-v-8754bdc7]{color:#0a0a0a1f}.report-section-item.is-pending .section-title[data-v-8754bdc7]{color:#0a0a0a33}.report-section-item.is-active .section-number[data-v-8754bdc7],.report-section-item.is-completed .section-number[data-v-8754bdc7]{color:#0a0a0a66}.report-section-item.is-active .section-title[data-v-8754bdc7],.report-section-item.is-completed .section-title[data-v-8754bdc7]{color:#0a0a0a}.section-body[data-v-8754bdc7]{padding-left:22px;overflow:hidden}.generated-content[data-v-8754bdc7]{font-family:var(--font-display);font-size:14px;line-height:1.8;color:#0a0a0ab3}.generated-content[data-v-8754bdc7] p{margin-bottom:1em}.generated-content[data-v-8754bdc7] .md-h2,.generated-content[data-v-8754bdc7] .md-h3,.generated-content[data-v-8754bdc7] .md-h4{font-family:var(--font-display);color:#0a0a0a;margin-top:1.5em;margin-bottom:.8em;font-weight:700}.generated-content[data-v-8754bdc7] .md-h2{font-size:20px;border-bottom:2px solid rgba(10,10,10,.08);padding-bottom:6px}.generated-content[data-v-8754bdc7] .md-h3{font-size:18px}.generated-content[data-v-8754bdc7] .md-h4{font-size:16px}.generated-content[data-v-8754bdc7] .md-ul,.generated-content[data-v-8754bdc7] .md-ol{padding-left:22px;margin-bottom:1em}.generated-content[data-v-8754bdc7] .md-li{margin-bottom:.5em}.generated-content[data-v-8754bdc7] .md-quote{border-left:3px solid rgba(10,10,10,.12);padding-left:22px;margin:1.5em 0;color:#0a0a0a80;font-style:italic;font-family:var(--font-display)}.generated-content[data-v-8754bdc7] .code-block{background:var(--color-gray, #F5F5F5);padding:11px;font-family:var(--font-mono);font-size:12px;overflow-x:auto;margin:1em 0;border:2px solid rgba(10,10,10,.08)}.generated-content[data-v-8754bdc7] strong{font-weight:600;color:#0a0a0a}.loading-state[data-v-8754bdc7]{display:flex;align-items:center;gap:11px;color:#0a0a0a80;font-size:14px;margin-top:6px}.loading-icon[data-v-8754bdc7]{width:18px;height:18px;animation:spin-8754bdc7 1s linear infinite;display:flex;align-items:center;justify-content:center}.loading-text[data-v-8754bdc7]{font-family:var(--font-mono);font-size:15px;color:#0a0a0a80}.generated-content[data-v-8754bdc7] .md-h2{font-family:var(--font-display);font-size:18px;margin-top:0}.waiting-placeholder[data-v-8754bdc7]{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;padding:34px;color:#0a0a0a66}.waiting-animation[data-v-8754bdc7]{position:relative;width:48px;height:48px}.waiting-ring[data-v-8754bdc7]{position:absolute;width:100%;height:100%;border:2px solid rgba(10,10,10,.12);border-radius:50%;animation:ripple-8754bdc7 2s cubic-bezier(.4,0,.2,1) infinite}.waiting-ring[data-v-8754bdc7]:nth-child(2){animation-delay:.4s}.waiting-ring[data-v-8754bdc7]:nth-child(3){animation-delay:.8s}@keyframes ripple-8754bdc7{0%{transform:scale(.5);opacity:1}to{transform:scale(2);opacity:0}}.waiting-text[data-v-8754bdc7]{font-size:14px;font-family:var(--font-mono)}.right-panel[data-v-8754bdc7]{flex:1;display:flex;flex-direction:column;background:#fafafa}.action-bar[data-v-8754bdc7]{display:flex;align-items:center;justify-content:space-between;padding:11px 22px;border-bottom:2px solid rgba(10,10,10,.12);background:#fafafa;gap:22px;position:relative;z-index:20;overflow:visible}.action-bar-header[data-v-8754bdc7]{display:flex;align-items:center;gap:11px;min-width:160px}.action-bar-icon[data-v-8754bdc7]{color:#0a0a0a;flex-shrink:0}.action-bar-text[data-v-8754bdc7]{display:flex;flex-direction:column;gap:2px}.action-bar-title[data-v-8754bdc7]{font-size:13px;font-family:var(--font-mono);font-weight:600;color:#0a0a0a;letter-spacing:-.01em}.action-bar-subtitle[data-v-8754bdc7]{font-size:11px;font-family:var(--font-mono);color:#0a0a0a66}.action-bar-subtitle.mono[data-v-8754bdc7]{font-family:var(--font-mono)}.action-bar-tabs[data-v-8754bdc7]{display:flex;align-items:center;gap:6px;flex:1;justify-content:flex-end}.tab-pill[data-v-8754bdc7]{display:flex;align-items:center;gap:6px;padding:6px 11px;font-size:12px;font-family:var(--font-mono);font-weight:500;color:#0a0a0a80;background:var(--color-gray, #F5F5F5);border:2px solid transparent;cursor:pointer;transition:all .2s ease;white-space:nowrap;text-transform:uppercase;letter-spacing:3px}.tab-pill[data-v-8754bdc7]:hover{background:#0a0a0a14;color:#0a0a0ab3}.tab-pill.active[data-v-8754bdc7]{background:#0a0a0a;color:#fafafa}.tab-pill svg[data-v-8754bdc7]{flex-shrink:0;opacity:.7}.tab-pill.active svg[data-v-8754bdc7]{opacity:1}.tab-divider[data-v-8754bdc7]{width:2px;height:24px;background:#0a0a0a1f;margin:0 6px}.agent-pill[data-v-8754bdc7]{width:200px;justify-content:space-between}.agent-pill span[data-v-8754bdc7]{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.survey-pill[data-v-8754bdc7]{background:#43c1651a;color:#43c165}.survey-pill[data-v-8754bdc7]:hover{background:#43c16526;color:#43c165}.survey-pill.active[data-v-8754bdc7]{background:#43c165;color:#fafafa}.interaction-header[data-v-8754bdc7]{padding:22px;border-bottom:2px solid rgba(10,10,10,.12);background:#fafafa}.tab-switcher[data-v-8754bdc7]{display:flex;gap:6px}.tab-btn[data-v-8754bdc7]{display:flex;align-items:center;gap:6px;padding:11px 22px;font-size:13px;font-family:var(--font-mono);font-weight:600;color:#0a0a0a80;background:transparent;border:2px solid rgba(10,10,10,.12);cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:3px}.tab-btn[data-v-8754bdc7]:hover{background:var(--color-gray, #F5F5F5);border-color:#0a0a0a33}.tab-btn.active[data-v-8754bdc7]{background:#0a0a0a;color:#fafafa;border-color:#0a0a0a}.tab-btn svg[data-v-8754bdc7]{flex-shrink:0}.chat-container[data-v-8754bdc7]{flex:1;display:flex;flex-direction:column;overflow:hidden}.report-agent-tools-card[data-v-8754bdc7]{border-bottom:2px solid rgba(10,10,10,.12);background:var(--color-gray, #F5F5F5)}.tools-card-header[data-v-8754bdc7]{display:flex;align-items:center;gap:11px;padding:11px 22px}.tools-card-avatar[data-v-8754bdc7]{width:44px;height:44px;min-width:44px;min-height:44px;background:#0a0a0a;color:#fafafa;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;flex-shrink:0}.tools-card-info[data-v-8754bdc7]{flex:1;min-width:0}.tools-card-name[data-v-8754bdc7]{font-size:15px;font-weight:600;color:#0a0a0a;margin-bottom:2px}.tools-card-subtitle[data-v-8754bdc7]{font-size:12px;font-family:var(--font-mono);color:#0a0a0a80}.tools-card-toggle[data-v-8754bdc7]{width:28px;height:28px;background:#fafafa;border:2px solid rgba(10,10,10,.08);cursor:pointer;display:flex;align-items:center;justify-content:center;color:#0a0a0a80;transition:all .2s ease;flex-shrink:0}.tools-card-toggle[data-v-8754bdc7]:hover{background:var(--color-gray, #F5F5F5);border-color:#0a0a0a1f}.tools-card-toggle svg[data-v-8754bdc7]{transition:transform .3s ease}.tools-card-toggle svg.is-expanded[data-v-8754bdc7]{transform:rotate(180deg)}.tools-card-body[data-v-8754bdc7]{padding:0 22px 22px}.tools-grid[data-v-8754bdc7]{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}.tool-item[data-v-8754bdc7]{display:flex;gap:11px;padding:11px;background:#fafafa;border:2px solid rgba(10,10,10,.08);transition:all .2s ease}.tool-item[data-v-8754bdc7]:hover{border-color:#0a0a0a1f}.tool-icon-wrapper[data-v-8754bdc7]{width:32px;height:32px;min-width:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tool-purple .tool-icon-wrapper[data-v-8754bdc7]{background:#8b5cf61a;color:#8b5cf6}.tool-blue .tool-icon-wrapper[data-v-8754bdc7],.tool-orange .tool-icon-wrapper[data-v-8754bdc7]{background:#ff6b1a1a;color:#ff6b1a}.tool-green .tool-icon-wrapper[data-v-8754bdc7]{background:#43c1651a;color:#43c165}.tool-content[data-v-8754bdc7]{flex:1;min-width:0}.tool-name[data-v-8754bdc7]{font-size:12px;font-family:var(--font-mono);font-weight:600;color:#0a0a0a;margin-bottom:4px}.tool-desc[data-v-8754bdc7]{font-size:11px;color:#0a0a0a80;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.agent-profile-card[data-v-8754bdc7]{border-bottom:2px solid rgba(10,10,10,.12);background:var(--color-gray, #F5F5F5)}.profile-card-header[data-v-8754bdc7]{display:flex;align-items:center;gap:11px;padding:11px 22px}.profile-card-avatar[data-v-8754bdc7]{width:44px;height:44px;min-width:44px;min-height:44px;background:#0a0a0a;color:#fafafa;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;flex-shrink:0}.profile-card-info[data-v-8754bdc7]{flex:1;min-width:0}.profile-card-name[data-v-8754bdc7]{font-size:15px;font-weight:600;color:#0a0a0a;margin-bottom:2px}.profile-card-meta[data-v-8754bdc7]{display:flex;align-items:center;gap:6px;font-size:12px;font-family:var(--font-mono);color:#0a0a0a80}.profile-card-handle[data-v-8754bdc7]{color:#0a0a0a66}.profile-card-profession[data-v-8754bdc7]{padding:2px 6px;background:#0a0a0a14;font-size:11px;font-family:var(--font-mono);font-weight:500}.profile-card-toggle[data-v-8754bdc7]{width:28px;height:28px;background:#fafafa;border:2px solid rgba(10,10,10,.08);cursor:pointer;display:flex;align-items:center;justify-content:center;color:#0a0a0a80;transition:all .2s ease;flex-shrink:0}.profile-card-toggle[data-v-8754bdc7]:hover{background:var(--color-gray, #F5F5F5);border-color:#0a0a0a1f}.profile-card-toggle svg[data-v-8754bdc7]{transition:transform .3s ease}.profile-card-toggle svg.is-expanded[data-v-8754bdc7]{transform:rotate(180deg)}.profile-card-body[data-v-8754bdc7]{padding:0 22px 22px;display:flex;flex-direction:column;gap:11px}.profile-card-label[data-v-8754bdc7]{font-size:11px;font-family:var(--font-mono);font-weight:600;color:#0a0a0a66;text-transform:uppercase;letter-spacing:3px;margin-bottom:6px}.profile-card-bio[data-v-8754bdc7]{background:#fafafa;padding:11px;border:2px solid rgba(10,10,10,.08)}.profile-card-bio p[data-v-8754bdc7]{margin:0;font-size:13px;line-height:1.6;color:#0a0a0a80}.target-selector[data-v-8754bdc7]{padding:22px;border-bottom:2px solid rgba(10,10,10,.12)}.selector-label[data-v-8754bdc7]{font-size:11px;font-family:var(--font-mono);font-weight:600;color:#0a0a0a66;text-transform:uppercase;letter-spacing:3px;margin-bottom:11px}.selector-options[data-v-8754bdc7]{display:flex;gap:11px}.target-option[data-v-8754bdc7]{display:flex;align-items:center;gap:6px;padding:11px 22px;font-size:13px;font-family:var(--font-mono);font-weight:500;color:#0a0a0ab3;background:var(--color-gray, #F5F5F5);border:2px solid rgba(10,10,10,.08);cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:3px}.target-option[data-v-8754bdc7]:hover{border-color:#0a0a0a1f}.target-option.active[data-v-8754bdc7]{background:#0a0a0a;color:#fafafa;border-color:#0a0a0a}.agent-dropdown[data-v-8754bdc7]{position:relative}.dropdown-arrow[data-v-8754bdc7]{margin-left:4px;transition:transform .2s ease;opacity:.6}.dropdown-arrow.open[data-v-8754bdc7]{transform:rotate(180deg)}.dropdown-menu[data-v-8754bdc7]{position:absolute;top:calc(100% + 4px);left:0;width:280px;background:#fafafa;border:2px solid rgba(10,10,10,.12);max-height:50vh;overflow-y:auto;z-index:1000}.dropdown-header[data-v-8754bdc7]{padding:11px 22px 6px;font-size:11px;font-family:var(--font-mono);font-weight:600;color:#0a0a0a66;text-transform:uppercase;letter-spacing:3px;border-bottom:2px solid rgba(10,10,10,.08)}.dropdown-item[data-v-8754bdc7]{display:flex;align-items:center;gap:11px;padding:11px 22px;cursor:pointer;transition:all .15s ease;border-left:3px solid transparent}.dropdown-item[data-v-8754bdc7]:hover{background:var(--color-gray, #F5F5F5);border-left-color:#ff6b1a}.dropdown-item[data-v-8754bdc7]:first-of-type{margin-top:6px}.dropdown-item[data-v-8754bdc7]:last-child{margin-bottom:6px}.agent-avatar[data-v-8754bdc7]{width:32px;height:32px;min-width:32px;min-height:32px;background:#0a0a0a;color:#fafafa;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;flex-shrink:0}.agent-info[data-v-8754bdc7]{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.agent-name[data-v-8754bdc7]{font-size:13px;font-weight:600;color:#0a0a0a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.agent-role[data-v-8754bdc7]{font-size:11px;font-family:var(--font-mono);color:#0a0a0a66;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-messages[data-v-8754bdc7]{flex:1;overflow-y:auto;padding:22px;display:flex;flex-direction:column;gap:22px}.chat-empty[data-v-8754bdc7]{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;color:#0a0a0a66}.empty-icon[data-v-8754bdc7]{opacity:.3}.empty-text[data-v-8754bdc7]{font-size:14px;font-family:var(--font-mono);text-align:center;max-width:280px;line-height:1.6}.chat-message[data-v-8754bdc7]{display:flex;gap:11px}.chat-message.user[data-v-8754bdc7]{flex-direction:row-reverse}.message-avatar[data-v-8754bdc7]{width:36px;height:36px;min-width:36px;min-height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;flex-shrink:0}.chat-message.user .message-avatar[data-v-8754bdc7]{background:#0a0a0a;color:#fafafa}.chat-message.assistant .message-avatar[data-v-8754bdc7]{background:#0a0a0a14;color:#0a0a0ab3}.message-content[data-v-8754bdc7]{max-width:70%;display:flex;flex-direction:column;gap:6px}.chat-message.user .message-content[data-v-8754bdc7]{align-items:flex-end}.message-header[data-v-8754bdc7]{display:flex;align-items:center;gap:6px}.chat-message.user .message-header[data-v-8754bdc7]{flex-direction:row-reverse}.sender-name[data-v-8754bdc7]{font-size:12px;font-family:var(--font-mono);font-weight:600;color:#0a0a0ab3}.message-time[data-v-8754bdc7]{font-size:11px;font-family:var(--font-mono);color:#0a0a0a66}.message-text[data-v-8754bdc7]{padding:11px;font-size:14px;line-height:1.5;border:2px solid rgba(10,10,10,.08)}.chat-message.user .message-text[data-v-8754bdc7]{background:#0a0a0a;color:#fafafa;border-color:#0a0a0a}.chat-message.assistant .message-text[data-v-8754bdc7]{background:var(--color-gray, #F5F5F5);color:#0a0a0ab3;border-color:#0a0a0a14}.message-text[data-v-8754bdc7] .md-p{margin:0}.message-text[data-v-8754bdc7] .md-p:last-child{margin-bottom:0}.message-text[data-v-8754bdc7]{counter-reset:list-counter}.message-text[data-v-8754bdc7] .md-ol{list-style:none;padding-left:0;margin:6px 0}.message-text[data-v-8754bdc7] .md-oli{counter-increment:list-counter;display:flex;gap:6px;margin:4px 0}.message-text[data-v-8754bdc7] .md-oli:before{content:counter(list-counter) ".";font-weight:600;color:#0a0a0ab3;min-width:20px;flex-shrink:0}.message-text[data-v-8754bdc7] .md-ul{padding-left:22px;margin:6px 0}.message-text[data-v-8754bdc7] .md-li{margin:4px 0}.typing-indicator[data-v-8754bdc7]{display:flex;gap:4px;padding:11px;background:var(--color-gray, #F5F5F5);border:2px solid rgba(10,10,10,.08)}.typing-indicator span[data-v-8754bdc7]{width:8px;height:8px;background:#0a0a0a66;border-radius:50%;animation:typing-8754bdc7 1.4s infinite ease-in-out}.typing-indicator span[data-v-8754bdc7]:nth-child(1){animation-delay:0s}.typing-indicator span[data-v-8754bdc7]:nth-child(2){animation-delay:.2s}.typing-indicator span[data-v-8754bdc7]:nth-child(3){animation-delay:.4s}@keyframes typing-8754bdc7{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-8px)}}.chat-input-area[data-v-8754bdc7]{padding:22px;border-top:2px solid rgba(10,10,10,.12);display:flex;gap:11px;align-items:flex-end}.chat-input[data-v-8754bdc7]{flex:1;padding:11px 22px;font-size:14px;border:2px solid rgba(10,10,10,.08);resize:none;font-family:inherit;line-height:1.5;transition:border-color .2s ease;background:#fafafa}.chat-input[data-v-8754bdc7]:focus{outline:none;border-color:#ff6b1a}.chat-input[data-v-8754bdc7]:disabled{background:var(--color-gray, #F5F5F5);cursor:not-allowed}.send-btn[data-v-8754bdc7]{width:44px;height:44px;background:#0a0a0a;color:#fafafa;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.send-btn[data-v-8754bdc7]:hover:not(:disabled){background:#0a0a0ab3}.send-btn[data-v-8754bdc7]:disabled{background:#0a0a0a1f;color:#0a0a0a66;cursor:not-allowed}.survey-container[data-v-8754bdc7]{flex:1;display:flex;flex-direction:column;overflow-y:auto}.survey-setup[data-v-8754bdc7]{display:flex;flex-direction:column;padding:22px;border-bottom:2px solid rgba(10,10,10,.12);overflow:hidden}.setup-section[data-v-8754bdc7]{margin-bottom:22px}.setup-section[data-v-8754bdc7]:first-child{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.setup-section[data-v-8754bdc7]:last-child{margin-bottom:0}.section-header[data-v-8754bdc7]{display:flex;justify-content:space-between;align-items:center;margin-bottom:11px}.setup-section .section-header .section-title[data-v-8754bdc7]{font-size:13px;font-family:var(--font-mono);font-weight:600;color:#0a0a0ab3}.selection-count[data-v-8754bdc7]{font-size:12px;font-family:var(--font-mono);color:#0a0a0a66}.section-header-toggle[data-v-8754bdc7]{cursor:pointer;-webkit-user-select:none;user-select:none;padding:6px 0;transition:background-color .15s ease}.section-header-toggle[data-v-8754bdc7]:hover{background-color:var(--color-gray, #F5F5F5)}.section-header-left[data-v-8754bdc7]{display:flex;align-items:center;gap:6px}.toggle-chevron[data-v-8754bdc7]{transition:transform .2s ease;color:#0a0a0a66;flex-shrink:0}.toggle-chevron.expanded[data-v-8754bdc7]{transform:rotate(90deg)}.agents-grid[data-v-8754bdc7]{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:11px;max-height:110px;overflow-y:auto;padding:6px;align-content:start}.agent-checkbox[data-v-8754bdc7]{display:flex;align-items:center;gap:11px;padding:11px;background:var(--color-gray, #F5F5F5);border:2px solid rgba(10,10,10,.08);cursor:pointer;transition:all .2s ease}.agent-checkbox[data-v-8754bdc7]:hover{border-color:#0a0a0a1f}.agent-checkbox.checked[data-v-8754bdc7]{background:#43c1651a;border-color:#43c165}.agent-checkbox input[data-v-8754bdc7]{display:none}.checkbox-avatar[data-v-8754bdc7]{width:28px;height:28px;min-width:28px;min-height:28px;background:#0a0a0a1f;color:#0a0a0ab3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;flex-shrink:0}.agent-checkbox.checked .checkbox-avatar[data-v-8754bdc7]{background:#43c165;color:#fafafa}.checkbox-info[data-v-8754bdc7]{flex:1;min-width:0}.checkbox-name[data-v-8754bdc7]{display:block;font-size:12px;font-weight:600;color:#0a0a0a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.checkbox-role[data-v-8754bdc7]{display:block;font-size:10px;font-family:var(--font-mono);color:#0a0a0a66;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.checkbox-indicator[data-v-8754bdc7]{width:20px;height:20px;border:2px solid rgba(10,10,10,.12);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.agent-checkbox.checked .checkbox-indicator[data-v-8754bdc7]{background:#43c165;border-color:#43c165;color:#fafafa}.checkbox-indicator svg[data-v-8754bdc7]{opacity:0;transform:scale(.5);transition:all .2s ease}.agent-checkbox.checked .checkbox-indicator svg[data-v-8754bdc7]{opacity:1;transform:scale(1)}.selection-actions[data-v-8754bdc7]{display:flex;gap:6px;margin-top:11px}.action-link[data-v-8754bdc7]{font-size:12px;font-family:var(--font-mono);color:#0a0a0a80;background:none;border:none;cursor:pointer;padding:0}.action-link[data-v-8754bdc7]:hover{color:#0a0a0a;text-decoration:underline}.action-divider[data-v-8754bdc7]{color:#0a0a0a1f}.survey-input[data-v-8754bdc7]{width:100%;padding:11px 22px;font-size:14px;border:2px solid rgba(10,10,10,.08);resize:none;font-family:inherit;line-height:1.5;transition:border-color .2s ease;background:#fafafa}.survey-input[data-v-8754bdc7]:focus{outline:none;border-color:#ff6b1a}.survey-submit-btn[data-v-8754bdc7]{width:100%;padding:11px 22px;font-size:14px;font-family:var(--font-mono);font-weight:600;color:#fafafa;background:#0a0a0a;border:none;cursor:pointer;transition:background .2s ease;display:flex;align-items:center;justify-content:center;gap:6px;margin-top:22px;text-transform:uppercase;letter-spacing:3px}.survey-submit-btn[data-v-8754bdc7]:hover:not(:disabled){background:#0a0a0ab3}.survey-submit-btn[data-v-8754bdc7]:disabled{background:#0a0a0a1f;color:#0a0a0a66;cursor:not-allowed}.loading-spinner[data-v-8754bdc7]{width:18px;height:18px;border:2px solid rgba(250,250,250,.3);border-top-color:#fafafa;border-radius:50%;animation:spin-8754bdc7 .8s linear infinite}@keyframes spin-8754bdc7{to{transform:rotate(360deg)}}.survey-results[data-v-8754bdc7]{flex:1;overflow-y:auto;padding:22px}.results-header[data-v-8754bdc7]{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.results-title[data-v-8754bdc7]{font-size:14px;font-family:var(--font-mono);font-weight:600;color:#0a0a0a}.results-count[data-v-8754bdc7]{font-size:12px;font-family:var(--font-mono);color:#0a0a0a66}.results-list[data-v-8754bdc7]{display:flex;flex-direction:column;gap:22px}.result-card[data-v-8754bdc7]{background:var(--color-gray, #F5F5F5);border:2px solid rgba(10,10,10,.08);padding:22px}.result-header[data-v-8754bdc7]{display:flex;align-items:center;gap:11px;margin-bottom:11px}.result-avatar[data-v-8754bdc7]{width:36px;height:36px;min-width:36px;min-height:36px;background:#0a0a0a;color:#fafafa;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;flex-shrink:0}.result-info[data-v-8754bdc7]{display:flex;flex-direction:column;gap:2px}.result-name[data-v-8754bdc7]{font-size:14px;font-weight:600;color:#0a0a0a}.result-role[data-v-8754bdc7]{font-size:12px;font-family:var(--font-mono);color:#0a0a0a66}.result-question[data-v-8754bdc7]{display:flex;align-items:flex-start;gap:6px;padding:11px;background:#fafafa;margin-bottom:11px;font-size:13px;color:#0a0a0a80;border:2px solid rgba(10,10,10,.08)}.result-question svg[data-v-8754bdc7]{flex-shrink:0;margin-top:2px}.result-answer[data-v-8754bdc7]{font-size:14px;line-height:1.7;color:#0a0a0ab3}[data-v-8754bdc7] .md-p{margin:0 0 11px}[data-v-8754bdc7] .md-h2{font-size:20px;font-family:var(--font-display);font-weight:700;color:#0a0a0a;margin:22px 0 11px}[data-v-8754bdc7] .md-h3{font-size:16px;font-family:var(--font-display);font-weight:600;color:#0a0a0ab3;margin:22px 0 11px}[data-v-8754bdc7] .md-h4{font-size:14px;font-family:var(--font-display);font-weight:600;color:#0a0a0a80;margin:22px 0 6px}[data-v-8754bdc7] .md-h5{font-size:13px;font-family:var(--font-display);font-weight:600;color:#0a0a0a80;margin:11px 0 6px}[data-v-8754bdc7] .md-ul,[data-v-8754bdc7] .md-ol{margin:11px 0;padding-left:22px}[data-v-8754bdc7] .md-li,[data-v-8754bdc7] .md-oli{margin:6px 0}.chat-messages[data-v-8754bdc7] .md-quote,.result-answer[data-v-8754bdc7] .md-quote{margin:11px 0;padding:11px 22px;background:var(--color-gray, #F5F5F5);border-left:3px solid #0A0A0A;color:#0a0a0a80}[data-v-8754bdc7] .code-block{margin:11px 0;padding:11px 22px;background:#0a0a0a;overflow-x:auto}[data-v-8754bdc7] .code-block code{font-family:var(--font-mono);font-size:13px;color:#fafafacc}[data-v-8754bdc7] .inline-code{font-family:var(--font-mono);font-size:13px;background:var(--color-gray, #F5F5F5);padding:2px 6px;color:#0a0a0a}[data-v-8754bdc7] .md-hr{border:none;border-top:2px solid rgba(10,10,10,.12);margin:22px 0}.profile-popup-overlay[data-v-8754bdc7]{position:fixed;inset:0;background:#0a0a0a66;display:flex;align-items:center;justify-content:center;z-index:2000}.profile-popup[data-v-8754bdc7]{background:#fafafa;width:520px;max-width:90vw;max-height:80vh;border:2px solid rgba(10,10,10,.12);display:flex;flex-direction:column;overflow-y:auto;font-family:var(--font-mono)}.profile-popup-header[data-v-8754bdc7]{display:flex;align-items:center;gap:11px;padding:22px;border-bottom:2px solid rgba(10,10,10,.08);position:sticky;top:0;background:#fafafa;z-index:1}.profile-popup-avatar[data-v-8754bdc7]{width:40px;height:40px;min-width:40px;background:#0a0a0a;color:#fafafa;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;text-transform:uppercase}.profile-popup-info[data-v-8754bdc7]{flex:1;min-width:0}.profile-popup-name[data-v-8754bdc7]{font-size:16px;font-weight:600;color:#0a0a0a}.profile-popup-meta[data-v-8754bdc7]{font-size:12px;color:#0a0a0a66;margin-top:2px}.profile-popup-close[data-v-8754bdc7]{background:none;border:none;font-size:22px;color:#0a0a0a66;cursor:pointer;padding:0 6px;line-height:1}.profile-popup-close[data-v-8754bdc7]:hover{color:#0a0a0ab3}.profile-popup-details[data-v-8754bdc7]{padding:22px;border-bottom:2px solid rgba(10,10,10,.08)}.profile-popup-row[data-v-8754bdc7]{margin-bottom:11px}.popup-label[data-v-8754bdc7]{display:block;font-size:11px;font-family:var(--font-mono);font-weight:600;text-transform:uppercase;letter-spacing:3px;color:#0a0a0a66;margin-bottom:6px}.popup-value[data-v-8754bdc7]{font-size:13px;color:#0a0a0a80;line-height:1.5}.popup-persona[data-v-8754bdc7]{font-size:12px;color:#0a0a0a80;line-height:1.5}.popup-persona.clamped[data-v-8754bdc7]{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.profile-popup-stats[data-v-8754bdc7]{display:flex;gap:6px;margin-bottom:11px;flex-wrap:wrap}.popup-stat[data-v-8754bdc7]{font-size:11px;font-family:var(--font-mono);font-weight:500;padding:3px 6px;background:var(--color-gray, #F5F5F5);color:#0a0a0a80}.profile-popup-activity[data-v-8754bdc7]{flex:1;overflow-y:auto;padding:22px}.popup-section-title[data-v-8754bdc7]{font-size:11px;font-family:var(--font-mono);font-weight:600;text-transform:uppercase;letter-spacing:3px;color:#0a0a0a66;margin-bottom:11px}.popup-loading[data-v-8754bdc7],.popup-empty[data-v-8754bdc7]{font-size:12px;color:#0a0a0a66;text-align:center;padding:22px}.popup-actions-list[data-v-8754bdc7]{display:flex;flex-direction:column;gap:6px}.popup-action-item[data-v-8754bdc7]{display:flex;align-items:baseline;gap:6px;padding:6px;border-bottom:2px solid rgba(10,10,10,.08);font-size:12px}.popup-action-badge[data-v-8754bdc7]{font-size:9px;font-family:var(--font-mono);font-weight:600;text-transform:uppercase;letter-spacing:3px;padding:2px 6px;background:#0a0a0a14;color:#0a0a0a80;flex-shrink:0}.popup-action-badge.type-create_post[data-v-8754bdc7],.popup-action-badge.type-quote_post[data-v-8754bdc7]{background:#43c1651a;color:#43c165}.popup-action-badge.type-like_post[data-v-8754bdc7],.popup-action-badge.type-upvote_post[data-v-8754bdc7],.popup-action-badge.type-create_comment[data-v-8754bdc7]{background:#ff6b1a1a;color:#ff6b1a}.popup-action-badge.type-repost[data-v-8754bdc7]{background:#8b5cf61a;color:#7b1fa2}.popup-action-badge.type-follow[data-v-8754bdc7]{background:#0e74901a;color:#00838f}.popup-action-round[data-v-8754bdc7]{font-size:10px;color:#0a0a0a33;font-family:var(--font-mono);flex-shrink:0}.popup-action-header[data-v-8754bdc7]{display:flex;align-items:baseline;gap:6px;min-width:0}.popup-action-preview[data-v-8754bdc7]{color:#0a0a0a80;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.popup-action-item[data-v-8754bdc7]{cursor:pointer;padding:6px}.popup-action-item[data-v-8754bdc7]:hover{background:#fafafa}.popup-action-item.expanded .popup-action-preview[data-v-8754bdc7],.popup-action-item.expanded .popup-action-badge[data-v-8754bdc7]{display:none}.popup-action-full[data-v-8754bdc7]{margin-top:6px;padding:6px 11px;background:var(--color-gray, #F5F5F5);font-size:12px;color:#0a0a0ab3;line-height:1.6}.popup-action-full p[data-v-8754bdc7]{margin:0 0 4px}.popup-action-full p[data-v-8754bdc7]:last-child{margin-bottom:0}.clickable[data-v-8754bdc7]{cursor:pointer}.clickable[data-v-8754bdc7]:hover{opacity:.8}.modal-enter-active[data-v-8754bdc7]{transition:opacity .2s}.modal-leave-active[data-v-8754bdc7]{transition:opacity .15s}.modal-enter-from[data-v-8754bdc7],.modal-leave-to[data-v-8754bdc7]{opacity:0}.main-view[data-v-51865e07]{height:100vh;display:flex;flex-direction:column;background:#fafafa;overflow:hidden;font-family:var(--font-display)}.app-header[data-v-51865e07]{height:60px;border-bottom:2px solid rgba(10,10,10,.08);display:flex;align-items:center;justify-content:space-between;padding:0 22px;background:#0a0a0a;z-index:100;position:relative}.header-center[data-v-51865e07]{position:absolute;left:50%;transform:translate(-50%)}.brand[data-v-51865e07]{font-family:var(--font-mono);font-weight:800;font-size:18px;letter-spacing:3px;text-transform:uppercase;cursor:pointer;color:#fafafa}.view-switcher[data-v-51865e07]{display:flex;background:#fafafa14;padding:4px;gap:4px}.switch-btn[data-v-51865e07]{border:2px solid transparent;background:transparent;padding:6px 16px;font-family:var(--font-mono);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:3px;color:#fafafa80;cursor:pointer;transition:all .2s}.switch-btn.active[data-v-51865e07]{background:#0a0a0a;color:#fafafa;border:2px solid #FF6B1A}.header-right[data-v-51865e07]{display:flex;align-items:center;gap:16px}.workflow-step[data-v-51865e07]{display:flex;align-items:center;gap:8px;font-size:14px}.step-num[data-v-51865e07]{font-family:var(--font-mono);font-weight:700;color:#fafafa66}.step-name[data-v-51865e07]{font-weight:700;color:#fafafa}.step-divider[data-v-51865e07]{width:1px;height:14px;background-color:#fafafa1f}.status-indicator[data-v-51865e07]{display:flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:3px;color:#fafafa80;font-weight:500}.dot[data-v-51865e07]{width:8px;height:8px;border-radius:50%;background:#fafafa33}.status-indicator.ready .dot[data-v-51865e07]{background:#43c165}.status-indicator.processing .dot[data-v-51865e07]{background:#ff6b1a;animation:pulse-51865e07 1s infinite}.status-indicator.completed .dot[data-v-51865e07]{background:#43c165}.status-indicator.error .dot[data-v-51865e07]{background:#f44}@keyframes pulse-51865e07{50%{opacity:.5}}.content-area[data-v-51865e07]{flex:1;display:flex;position:relative;overflow:hidden}.panel-wrapper[data-v-51865e07]{height:100%;overflow:hidden;transition:width .4s cubic-bezier(.25,.8,.25,1),opacity .3s ease,transform .3s ease;will-change:width,opacity,transform}.panel-wrapper.left[data-v-51865e07]{border-right:2px solid rgba(10,10,10,.08)}.replay-view[data-v-0da0890f]{height:100vh;display:flex;flex-direction:column;background:#fafafa;overflow:hidden;font-family:var(--font-display)}.app-header[data-v-0da0890f]{height:60px;border-bottom:2px solid rgba(10,10,10,.08);display:flex;align-items:center;justify-content:space-between;padding:0 22px;background:#0a0a0a;z-index:100}.header-center[data-v-0da0890f]{position:absolute;left:50%;transform:translate(-50%)}.replay-badge[data-v-0da0890f]{font-family:var(--font-mono);font-size:12px;font-weight:700;letter-spacing:4px;color:#ff6b1a;background:#ff6b1a1a;padding:4px 16px;border:1px solid rgba(255,107,26,.3)}.brand[data-v-0da0890f]{font-family:var(--font-mono);font-weight:800;font-size:18px;letter-spacing:3px;text-transform:uppercase;cursor:pointer;color:#fafafa}.back-btn[data-v-0da0890f]{font-family:var(--font-mono);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:#fafafa80;background:none;border:1px solid rgba(250,250,250,.2);padding:5px 12px;cursor:pointer;transition:all .2s}.back-btn[data-v-0da0890f]:hover{color:#fafafa;border-color:#fafafa66}.loading-state[data-v-0da0890f],.error-state[data-v-0da0890f],.empty-state[data-v-0da0890f]{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:16px;color:#0a0a0a4d;font-family:var(--font-mono);font-size:12px;text-transform:uppercase;letter-spacing:3px}.pulse-ring[data-v-0da0890f]{width:32px;height:32px;border:2px solid #FF6B1A;animation:ripple-0da0890f 2s infinite}@keyframes ripple-0da0890f{0%{transform:scale(.8);opacity:1}to{transform:scale(2.5);opacity:0}}.playback-bar[data-v-0da0890f]{background:#0a0a0a;padding:12px 20px;display:flex;flex-direction:column;gap:8px;border-bottom:2px solid rgba(10,10,10,.08);z-index:10}.playback-controls[data-v-0da0890f]{display:flex;align-items:center;gap:16px}.control-btn.play[data-v-0da0890f]{width:36px;height:36px;background:#ff6b1a;color:#fafafa;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;flex-shrink:0}.control-btn.play[data-v-0da0890f]:hover{background:#e05a10}.speed-controls[data-v-0da0890f]{display:flex;gap:4px}.speed-btn[data-v-0da0890f]{font-family:var(--font-mono);font-size:10px;font-weight:600;letter-spacing:1px;padding:4px 10px;border:1px solid rgba(250,250,250,.15);background:transparent;color:#fafafa66;cursor:pointer;transition:all .2s}.speed-btn.active[data-v-0da0890f]{background:#ff6b1a26;color:#ff6b1a;border-color:#ff6b1a66}.speed-btn[data-v-0da0890f]:hover:not(.active){border-color:#fafafa4d;color:#fafafa99}.round-display[data-v-0da0890f]{font-family:var(--font-mono);font-size:14px;color:#fafafa99;display:flex;align-items:baseline;gap:4px;margin-left:auto}.round-label[data-v-0da0890f]{font-size:9px;letter-spacing:3px;color:#fafafa4d;margin-right:6px}.round-current[data-v-0da0890f]{font-size:20px;font-weight:700;color:#ff6b1a}.round-separator[data-v-0da0890f]{color:#fafafa33}.round-total[data-v-0da0890f]{color:#fafafa66}.scrubber-container[data-v-0da0890f]{position:relative;height:6px;background:#fafafa1a}.scrubber[data-v-0da0890f]{position:absolute;width:100%;height:100%;-webkit-appearance:none;appearance:none;background:transparent;cursor:pointer;z-index:2;margin:0}.scrubber[data-v-0da0890f]::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;background:#ff6b1a;border:none;cursor:pointer;margin-top:-4px}.scrubber[data-v-0da0890f]::-moz-range-thumb{width:14px;height:14px;background:#ff6b1a;border:none;cursor:pointer}.scrubber[data-v-0da0890f]::-webkit-slider-runnable-track{height:6px;background:transparent}.scrubber[data-v-0da0890f]::-moz-range-track{height:6px;background:transparent}.scrubber-progress[data-v-0da0890f]{position:absolute;top:0;left:0;height:100%;background:#ff6b1a;pointer-events:none;z-index:1;transition:width .1s linear}.playback-stats[data-v-0da0890f]{display:flex;align-items:center;gap:12px;font-family:var(--font-mono);font-size:10px;color:#fafafa66}.stat-item[data-v-0da0890f]{display:flex;align-items:center;gap:4px}.stat-label[data-v-0da0890f]{font-size:8px;letter-spacing:2px;text-transform:uppercase}.stat-value[data-v-0da0890f]{color:#fafafab3;font-weight:600}.stat-total[data-v-0da0890f]{color:#fafafa4d}.stat-divider[data-v-0da0890f]{width:1px;height:12px;background:#fafafa1a}.platform-icon[data-v-0da0890f]{color:#fafafa80}.main-content-area[data-v-0da0890f]{flex:1;overflow-y:auto;background:#fafafa}.timeline-feed[data-v-0da0890f]{padding:22px 0;position:relative;min-height:100%;max-width:900px;margin:0 auto}.timeline-axis[data-v-0da0890f]{position:absolute;left:50%;top:0;bottom:0;width:1px;background:#0a0a0a14;transform:translate(-50%)}.timeline-item[data-v-0da0890f]{display:flex;justify-content:flex-start;margin-bottom:34px;position:relative;width:100%}.round-divider[data-v-0da0890f]{position:absolute;left:50%;top:-20px;transform:translate(-50%);z-index:3}.round-tag[data-v-0da0890f]{font-family:var(--font-mono);font-size:9px;font-weight:700;letter-spacing:3px;color:#ff6b1a;background:#ff6b1a14;border:1px solid rgba(255,107,26,.2);padding:2px 10px;text-transform:uppercase}.timeline-marker[data-v-0da0890f]{position:absolute;left:50%;top:24px;width:10px;height:10px;background:#fafafa;border:1px solid rgba(10,10,10,.2);transform:translate(-50%);z-index:2;display:flex;align-items:center;justify-content:center}.marker-dot[data-v-0da0890f]{width:4px;height:4px;background:#0a0a0a33}.timeline-item.twitter .marker-dot[data-v-0da0890f]{background:#0a0a0a}.timeline-item.reddit .marker-dot[data-v-0da0890f],.timeline-item.polymarket .marker-dot[data-v-0da0890f]{background:#ff6b1a}.timeline-item.twitter .timeline-marker[data-v-0da0890f]{border-color:#0a0a0a}.timeline-item.reddit .timeline-marker[data-v-0da0890f],.timeline-item.polymarket .timeline-marker[data-v-0da0890f]{border-color:#ff6b1a}.timeline-card[data-v-0da0890f]{width:calc(100% - 48px);margin-left:32px;background:#fafafa;padding:16px 20px;border:2px solid rgba(10,10,10,.08);position:relative;transition:all .2s}.timeline-card[data-v-0da0890f]:hover{border-color:#ff6b1a}.timeline-item.twitter .timeline-card[data-v-0da0890f]{border-left:2px solid #0A0A0A}.timeline-item.reddit .timeline-card[data-v-0da0890f],.timeline-item.polymarket .timeline-card[data-v-0da0890f]{border-left:2px solid #FF6B1A}.card-header[data-v-0da0890f]{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:11px;padding-bottom:11px;border-bottom:1px solid rgba(10,10,10,.08)}.agent-info[data-v-0da0890f]{display:flex;align-items:center;gap:11px}.avatar-placeholder[data-v-0da0890f]{width:24px;height:24px;min-width:24px;background:#0a0a0a;color:#fafafa;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:12px;font-weight:700;text-transform:uppercase}.agent-name[data-v-0da0890f]{font-family:var(--font-mono);font-size:13px;font-weight:600;color:#0a0a0a}.header-meta[data-v-0da0890f]{display:flex;align-items:center;gap:8px}.platform-indicator[data-v-0da0890f]{display:flex;align-items:center;justify-content:center;width:22px;height:22px}.platform-indicator.twitter[data-v-0da0890f]{background:#0a0a0a;color:#fafafa}.platform-logo[data-v-0da0890f]{width:20px;height:20px;object-fit:contain}.action-badge[data-v-0da0890f]{font-family:var(--font-mono);font-size:9px;padding:2px 6px;font-weight:600;text-transform:uppercase;letter-spacing:3px;border:1px solid transparent}.badge-post[data-v-0da0890f]{background:#0a0a0a0f;color:#0a0a0ab3;border-color:#0a0a0a1f}.badge-comment[data-v-0da0890f]{background:#0a0a0a0f;color:#0a0a0a80;border-color:#0a0a0a1f}.badge-action[data-v-0da0890f]{background:#fafafa;color:#0a0a0a80;border:1px solid rgba(10,10,10,.12)}.badge-meta[data-v-0da0890f]{background:#fafafa;color:#0a0a0a66;border:1px dashed rgba(10,10,10,.2)}.badge-idle[data-v-0da0890f]{opacity:.5}.badge-trade-buy[data-v-0da0890f]{background:#43c1651a;color:#43c165;border-color:#43c16533}.badge-trade-sell[data-v-0da0890f]{background:#ff44441a;color:#f44;border-color:#f443}.content-text[data-v-0da0890f]{font-size:13px;line-height:1.6;color:#0a0a0ab3;margin-bottom:11px}.content-text.main-text[data-v-0da0890f]{font-size:14px;color:#0a0a0a}.quoted-block[data-v-0da0890f],.repost-content[data-v-0da0890f]{background:var(--color-gray, #F5F5F5);border:2px solid rgba(10,10,10,.08);padding:11px 12px;margin-top:8px;font-size:12px;color:#0a0a0a80}.quote-label[data-v-0da0890f]{font-size:11px;color:#0a0a0a66;margin-bottom:4px}.repost-info[data-v-0da0890f],.like-info[data-v-0da0890f],.search-info[data-v-0da0890f],.follow-info[data-v-0da0890f],.idle-info[data-v-0da0890f],.comment-context[data-v-0da0890f]{font-size:11px;color:#0a0a0a80;margin-bottom:6px}.liked-content[data-v-0da0890f]{font-size:12px;color:#0a0a0a66;font-style:italic}.search-query[data-v-0da0890f]{font-family:var(--font-mono);background:#0a0a0a0f;padding:0 4px}.trade-info[data-v-0da0890f]{display:flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:12px;color:#0a0a0ab3}.trade-direction[data-v-0da0890f]{font-family:var(--font-mono);font-size:10px;font-weight:700;padding:1px 6px;letter-spacing:3px}.trade-direction.buy[data-v-0da0890f]{background:#43c1651a;color:#43c165}.trade-direction.sell[data-v-0da0890f]{background:#ff44441a;color:#f44}.market-question[data-v-0da0890f]{font-size:12px;color:#0a0a0ab3;font-style:italic}.card-footer[data-v-0da0890f]{margin-top:11px;display:flex;justify-content:flex-end;font-size:10px;color:#0a0a0a33;font-family:var(--font-mono)}.replay-item-enter-active[data-v-0da0890f]{transition:all .4s cubic-bezier(.165,.84,.44,1)}.replay-item-enter-from[data-v-0da0890f]{opacity:0;transform:translateY(20px)}.replay-item-leave-active[data-v-0da0890f]{transition:all .2s ease}.replay-item-leave-to[data-v-0da0890f]{opacity:0}.action-btn.secondary[data-v-0da0890f]{font-family:var(--font-mono);font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:3px;padding:5px 12px;border:2px solid rgba(10,10,10,.12);background:#fafafa;color:#0a0a0ab3;cursor:pointer}
