:root{--navy: #003087;--navy-dark: #00205b;--blue: #0055a5;--blue-light: #e8f0fb;--teal: #0f766e;--teal-light: #e6faf8;--amber: #92400e;--amber-light: #fef3c7;--green: #065f46;--green-light: #d1fae5;--red: #991b1b;--red-light: #fee2e2;--emerge: #4b49a0;--bg: #f8fafc;--surface: #ffffff;--surface-2: #f1f5f9;--border: #e2e8f0;--border-strong: #cbd5e1;--text: #0f172a;--text-muted: #64748b;--text-subtle: #94a3b8;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .07);--shadow: 0 4px 16px rgba(0, 0, 0, .08);--radius: 10px;--radius-lg: 14px;--term-bg: #0a0f1a;--term-hdr: #0f172a;--term-border: #1e293b;--log-ts: #475569;--log-type: #7dd3fc;--log-data: #94a3b8;--log-success: #34d399;--log-warning: #fbbf24}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--text);font-size:.875rem;line-height:1.55}button,input,textarea{font-family:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible,a:focus-visible{outline:3px solid rgba(0,85,165,.35);outline-offset:2px}.screen{min-height:100vh;display:flex;flex-direction:column}.hdr{background:var(--navy);color:#fff;padding:0 1.5rem;height:60px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100;box-shadow:0 1px #ffffff14}.hdr-left,.hdr-right,.hdr-brand-lockup{display:flex;align-items:center;gap:.75rem}.hdr-ccf-logo{height:40px;width:auto;background:#fff;border-radius:4px;padding:2px}.hdr-brand-stack{display:flex;flex-direction:column;gap:.125rem;line-height:1.2}.hdr-org{font-size:.6875rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:#ffffffa6}.hdr-product{font-size:.875rem;font-weight:600}.hdr-sub{max-width:380px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;color:#ffffff8c;margin-left:.5rem}.hdr-dept{display:inline-flex;align-items:center;margin-left:.75rem;padding:.2rem .55rem;border-radius:999px;background:#ffffff1f;font-size:.75rem;color:#ffffffd9}.btn-ghost-hdr,.hdr-cancel{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#ffffffd9;font-size:.8125rem;padding:.375rem .875rem;cursor:pointer}.btn-ghost-hdr:hover,.hdr-cancel:hover{background:#ffffff2b}.app-footer{margin-top:auto;padding:.625rem 1.5rem;text-align:center;font-size:.75rem;color:var(--text-muted);background:var(--surface);border-top:1px solid var(--border)}.app-footer-sep{margin:0 .5rem;color:var(--text-subtle)}.app-footer-muted{color:var(--text-subtle)}.body-main{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:1.25rem 1.5rem 2rem}.input-screen{display:flex;justify-content:center;padding-top:4rem}.input-card{width:100%;max-width:760px;background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:2rem}.eyebrow{margin:0 0 .5rem;font-size:.7rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--blue)}.input-title{margin:0 0 .5rem;font-size:1.25rem;font-weight:700;color:var(--navy)}.input-subtitle{margin:0 0 1.5rem;color:var(--text-muted)}.field-label{display:block;margin:0 0 .5rem;font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted)}.input-textarea{width:100%;min-height:90px;resize:vertical;border:1.5px solid var(--border-strong);border-radius:var(--radius);padding:.875rem 1rem;font-size:.9375rem;line-height:1.55}.input-textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #0055a51a;outline:none}.chip-row{display:flex;flex-wrap:wrap;gap:.5rem;margin:.75rem 0 1.25rem}.dept-select{width:100%;margin-bottom:.5rem;padding:.625rem .75rem;border:1px solid var(--border);border-radius:8px;font-size:.9375rem;background:var(--surface);color:var(--text)}.dept-description{margin:0 0 1rem;font-size:.8125rem;color:var(--muted);line-height:1.45}.chip{background:var(--surface-2);border:1px solid var(--border);border-radius:100px;padding:.35rem .75rem;font-size:.75rem;cursor:pointer;color:var(--text);text-align:left}.chip:hover{background:var(--blue-light);color:var(--blue)}.radio-row{display:flex;gap:.75rem;margin-bottom:1.25rem}.radio-opt{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .875rem;border:1.5px solid var(--border-strong);border-radius:var(--radius);cursor:pointer;font-size:.875rem}.radio-opt input{accent-color:var(--blue)}.radio-opt.checked{border-color:var(--blue);background:var(--blue-light);color:var(--blue);font-weight:500}.tag-default{font-size:.65rem;font-weight:600;background:var(--teal-light);color:var(--teal);padding:.1rem .4rem;border-radius:100px}.btn-primary{background:var(--navy);color:#fff;border:none;border-radius:var(--radius);padding:.875rem 1.25rem;font-size:.9375rem;font-weight:600;cursor:pointer}.btn-primary:hover:not(:disabled){background:var(--navy-dark)}.btn-primary:active:not(:disabled){transform:scale(.99)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-full{width:100%}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border-strong);border-radius:var(--radius);padding:.625rem 1rem;font-size:.875rem;cursor:pointer}.btn-sm{padding:.375rem .75rem;font-size:.8125rem}.helper-caption{margin:.5rem 0 0;font-size:.75rem;color:var(--text-subtle);text-align:center}.context-strip{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.context-query{margin:0;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:560px}.context-run-id{margin:.25rem 0 0;font-family:SF Mono,Fira Code,Consolas,ui-monospace,monospace;font-size:.75rem;color:var(--text-subtle)}.context-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.framework-badge{font-family:SF Mono,Consolas,ui-monospace,monospace;font-size:.7rem;font-weight:600;letter-spacing:.05em;color:var(--blue);background:var(--blue-light);padding:.2rem .55rem;border-radius:100px}.run-status{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;text-transform:lowercase}.status-dot{width:7px;height:7px;border-radius:50%;background:var(--text-subtle)}.run-status-running .status-dot{background:var(--amber);animation:pulse 1.2s infinite}.run-status-complete .status-dot{background:var(--teal)}.run-status-error .status-dot{background:var(--red)}.run-clock{font-family:ui-monospace,monospace;font-size:.875rem;color:var(--text-muted)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.35}}.pipeline-rail{display:flex;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:1.25rem}.rail-segment{flex:1;padding:.875rem .75rem;border-right:1px solid var(--border);position:relative}.rail-segment:last-child{border-right:none}.rail-idx{font-family:ui-monospace,monospace;font-size:.7rem;color:var(--text-subtle)}.rail-name{display:block;font-size:.85rem;font-weight:500;margin-top:.15rem}.rail-status{display:block;font-size:.75rem;color:var(--text-muted);min-height:1rem;margin-top:.25rem}.rail-bar{height:3px;background:var(--border);border-radius:2px;margin-top:.5rem;overflow:hidden}.rail-bar i{display:block;height:100%;width:0;background:var(--blue)}.rail-active{background:var(--blue-light)}.rail-active .rail-name{color:var(--blue)}.rail-active .rail-bar i.indeterminate{width:40%;animation:indet 1.1s infinite}.rail-done .rail-bar i{width:100%;background:var(--teal)}.rail-done .rail-name{color:var(--text)}.rail-pending .rail-name{color:var(--text-subtle)}.rail-error{background:var(--red-light)}.rail-error .rail-name{color:var(--red)}.rail-error .rail-bar i{width:100%;background:var(--red)}@keyframes indet{0%{margin-left:0;width:8%}50%{width:55%}to{margin-left:92%;width:8%}}@media (prefers-reduced-motion: reduce){.rail-active .rail-bar i.indeterminate{animation:none;width:40%}.run-status-running .status-dot{animation:none}}.live-panels{display:grid;grid-template-columns:1.5fr 1fr;gap:1.25rem;min-height:420px}.live-status-feed{margin:.75rem 0 1rem;padding:.875rem 1rem;background:var(--blue-light);border:1px solid rgba(37,99,235,.15);border-radius:var(--radius)}.live-status-row{display:flex;align-items:flex-start;gap:.75rem}.live-status-dots{display:inline-flex;gap:.25rem;padding-top:.35rem}.live-status-dots i{width:.4rem;height:.4rem;border-radius:50%;background:var(--blue);animation:status-dot 1.2s ease-in-out infinite}.live-status-dots i:nth-child(2){animation-delay:.15s}.live-status-dots i:nth-child(3){animation-delay:.3s}@keyframes status-dot{0%,80%,to{opacity:.25;transform:scale(.85)}40%{opacity:1;transform:scale(1)}}.live-status-headline{margin:0;font-size:.9375rem;font-weight:600;color:var(--navy)}.live-status-detail{margin:.25rem 0 0;font-size:.8125rem;color:var(--text-muted);line-height:1.45}.live-status-rewritten{margin:.65rem 0 0;padding-top:.65rem;border-top:1px solid rgba(37,99,235,.12);font-size:.8125rem;color:var(--text-muted)}.synthesis-waiting{display:flex;flex-direction:column;gap:.5rem}.spec-panel-active{border-color:var(--blue);box-shadow:0 0 0 1px #2563eb14}.spec-panel-placeholder .spec-status{color:var(--text-muted)}@media (prefers-reduced-motion: reduce){.live-status-dots i{animation:none;opacity:.7}}@media (max-width: 960px){.live-panels{grid-template-columns:1fr}.pipeline-rail{flex-direction:column}.rail-segment{border-right:none;border-bottom:1px solid var(--border)}}.paper-counter{font-size:.8125rem;color:var(--text-muted);margin-bottom:.75rem}.slots-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-top:.75rem}.slot-cell{background:var(--surface);padding:.65rem .75rem}.slot-key{display:block;font-size:.65rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--blue)}.slot-val{display:block;margin-top:.2rem;font-size:.8125rem}.classify-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.domain-chip{font-size:.75rem;padding:.2rem .5rem;background:var(--surface-2);border:1px solid var(--border);border-radius:100px}.complexity-tag{font-size:.75rem;color:var(--text-muted)}.searched-as{margin:.75rem 0 0;font-size:.8125rem;color:var(--text-muted)}.spec-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.75rem}.spec-panel-hdr{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid var(--border)}.spec-name{font-weight:700;font-size:.875rem}.spec-status{font-size:.75rem;color:var(--blue)}.spec-tool{color:var(--text-muted)}.spec-body{padding:1rem}.spec-text{margin:0;font-size:.875rem;line-height:1.6;white-space:pre-wrap}.spec-text.streaming:after{content:"▍";color:var(--blue);animation:blink .9s steps(1) infinite}@keyframes blink{50%{opacity:0}}.synthesis-preview{border-left:3px solid var(--navy);padding:.75rem 1rem;background:var(--surface);border-radius:var(--radius);margin-top:1rem}.section-label{margin:0 0 .5rem;font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-subtle)}.activity-log{background:var(--term-bg);border:1px solid var(--term-border);border-radius:var(--radius);display:flex;flex-direction:column;min-height:360px;overflow:hidden}.activity-log-hdr{display:flex;justify-content:space-between;padding:.625rem .875rem;background:var(--term-hdr);border-bottom:1px solid var(--term-border);font-family:ui-monospace,monospace;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--log-data)}.activity-log-meta{color:var(--log-ts);text-transform:none;letter-spacing:0}.activity-log-body{flex:1;overflow-y:auto;padding:.5rem 0}.log-row{display:grid;grid-template-columns:4.5rem 7.5rem 1fr;gap:.5rem;padding:.2rem .75rem;font-family:ui-monospace,monospace;font-size:.72rem;line-height:1.45}.log-ts{color:var(--log-ts)}.log-type{color:var(--log-type)}.log-data{color:var(--log-data);overflow:hidden;text-overflow:ellipsis}.log-success .log-type,.log-success .log-data{color:var(--log-success)}.log-error .log-type,.log-error .log-data{color:var(--log-warning)}.sk-line{height:12px;border-radius:5px;background:linear-gradient(90deg,#eef1f4 25%,#e4e8ed 37%,#eef1f4 63%);background-size:400% 100%;animation:shimmer 1.3s infinite;margin-bottom:.5rem}.sk-line.w92{width:92%}.sk-line.w78{width:78%}.sk-line.w60{width:60%}@keyframes shimmer{0%{background-position:100% 0}to{background-position:0 0}}@media (prefers-reduced-motion: reduce){.sk-line{animation:none;background:var(--surface-2)}}.notice-card{padding:1.25rem;border-radius:var(--radius);margin-bottom:1rem}.warning-banner{background:var(--amber-light);border:1px solid #fcd34d;color:var(--amber);font-size:.875rem}.error-card,.notice-card{padding:1.25rem;border-radius:var(--radius);margin-bottom:1rem}.error-card{background:var(--red-light);border:1px solid #fecaca;color:var(--red)}.error-actions{display:flex;gap:.75rem;margin-top:1rem}.notice-card{background:var(--surface-2);border:1px solid var(--border)}.link-btn{background:none;border:none;color:var(--blue);cursor:pointer;text-decoration:underline;font-size:inherit;padding:0}.results-layout{flex:1;display:flex;max-width:1200px;width:100%;margin:0 auto;min-height:0}.results-sidebar{width:232px;flex-shrink:0;background:var(--surface);border-right:1px solid var(--border);padding:1.25rem 1rem;position:sticky;top:60px;align-self:flex-start;max-height:calc(100vh - 60px);overflow-y:auto}.section-nav{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1.25rem}.nav-item{text-align:left;background:none;border:none;border-radius:var(--radius);padding:.5rem .625rem;font-size:.8125rem;cursor:pointer;color:var(--text-muted)}.nav-item.active{background:var(--blue-light);color:var(--blue);font-weight:500}.nav-num{font-family:ui-monospace,monospace;font-weight:600}.sidebar-label{margin:0 0 .5rem;font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-subtle)}.sidebar-stats dl{margin:0 0 1rem;display:grid;grid-template-columns:auto 1fr;gap:.25rem .75rem;font-size:.8125rem}.sidebar-stats dt{color:var(--text-muted)}.sidebar-stats dd{margin:0;font-weight:500}.quality-row{display:flex;justify-content:space-between;font-size:.75rem;padding:.15rem 0}.quality-avg,.quality-cci{font-size:.75rem;color:var(--text-muted);margin:.5rem 0 0}.results-main{flex:1;padding:1.25rem 1.5rem 2rem;overflow-y:auto;max-height:calc(100vh - 60px)}.results-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.results-query{margin:0;font-size:1.125rem;font-weight:700;color:var(--navy)}.results-run-id{margin:.25rem 0 0;font-family:ui-monospace,monospace;font-size:.75rem;color:var(--text-subtle)}.results-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.export-group{display:flex;gap:.35rem}.hero-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;margin-bottom:1.5rem}.result-section{margin-bottom:2rem;scroll-margin-top:80px}.result-section h2{margin:0 0 1rem;font-size:.875rem;font-weight:700;color:var(--navy)}.answer-para{margin:0 0 1rem;font-size:.9375rem;line-height:1.7}.answer-fallback{font-family:ui-monospace,monospace;font-size:.75rem;background:var(--surface-2);padding:.75rem;border-radius:var(--radius);overflow-x:auto}.evidence-card{margin:1rem 0;padding:.875rem 1rem;background:var(--surface-2);border-left:3px solid var(--blue);border-radius:0 var(--radius) var(--radius) 0}.evidence-card blockquote{margin:0 0 .5rem;font-style:italic;color:var(--text)}.ev-title{margin:0 0 .25rem;font-weight:600;color:var(--navy);font-size:.875rem}.ev-link{font-size:.75rem;color:var(--blue);word-break:break-all}.ev-chips{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.5rem}.meta-chip{font-size:.7rem;padding:.15rem .45rem;border:1px solid var(--border);border-radius:4px;color:var(--text-muted)}.consensus-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media (max-width: 768px){.consensus-grid{grid-template-columns:1fr}.results-layout{flex-direction:column}.results-sidebar{width:100%;position:static;max-height:none}}.consensus-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;border-top-width:3px}.consensus-agree{border-top-color:var(--teal)}.consensus-debate{border-top-color:var(--amber)}.consensus-emerge{border-top-color:var(--emerge)}.consensus-card h3{margin:0 0 .75rem;font-size:.875rem;font-weight:700}.consensus-card ul{margin:0;padding-left:1.1rem}.consensus-card li{margin-bottom:.5rem;font-size:.875rem;line-height:1.55}.muted-empty{color:var(--text-muted);font-size:.875rem}.evidence-count{margin:0 0 .75rem;font-size:.8125rem;color:var(--text-muted)}.table-scroll{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.evidence-table{width:100%;border-collapse:collapse;font-size:.8125rem}.evidence-table th,.evidence-table td{padding:.625rem .75rem;text-align:left;border-bottom:1px solid var(--border)}.th-btn{background:none;border:none;font:inherit;font-weight:600;cursor:pointer;color:var(--text-muted);padding:0}.paper-title-link{color:var(--navy);font-weight:600;text-decoration:none}.paper-title-link:hover{text-decoration:underline}.paper-sub{display:block;font-size:.75rem;color:var(--text-muted);margin-top:.15rem}.mono-bold{font-family:ui-monospace,monospace;font-weight:700}.level-badge{display:inline-block;font-family:ui-monospace,monospace;font-size:.7rem;padding:.15rem .4rem;border-radius:4px;min-width:4.5rem;text-align:center}.lvl-i{background:var(--green-light);color:var(--green)}.lvl-ii{background:#ecfdf5;color:#047857}.lvl-iii{background:var(--amber-light);color:var(--amber)}.lvl-v{background:var(--red-light);color:var(--red)}tr.outlier td{font-style:italic;color:var(--text-muted)}tr.retracted td{color:var(--red)}.retracted-tag{display:inline-block;margin-left:.5rem;font-size:.65rem;font-weight:700;color:var(--red);border:1px solid #fecaca;padding:.1rem .35rem;border-radius:4px}.empty-evidence{padding:1.5rem;background:var(--surface-2);border-radius:var(--radius);color:var(--text-muted)}.followups{margin-top:1.5rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#02061799;display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem}.modal-panel{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow);width:min(640px,100%);max-height:80vh;display:flex;flex-direction:column;overflow:hidden}.modal-panel.log-overlay{width:min(900px,100%)}.modal-hdr{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.modal-hdr h2{margin:0;font-size:1rem;color:var(--navy)}.modal-hdr-actions{display:flex;gap:.5rem}.modal-close{background:none;border:none;font-size:.875rem;cursor:pointer;color:var(--text-muted)}.history-body{overflow-y:auto;padding:.5rem}.history-list{list-style:none;margin:0;padding:0}.history-row{width:100%;text-align:left;padding:.875rem 1rem;border:none;background:var(--surface);border-radius:var(--radius);cursor:pointer;margin-bottom:.35rem}.history-row:hover{background:var(--surface-2)}.history-row-top{display:flex;justify-content:space-between;gap:.75rem;align-items:flex-start}.history-query{font-weight:500;font-size:.875rem}.history-meta{margin:.35rem 0 0;font-family:ui-monospace,monospace;font-size:.72rem;color:var(--text-muted)}.history-empty,.history-error{padding:2rem;text-align:center;color:var(--text-muted)}.history-skeleton .sk-row{height:64px;background:var(--surface-2);border-radius:var(--radius);margin-bottom:.5rem;animation:shimmer 1.3s infinite}.toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);background:var(--navy);color:#fff;padding:.625rem 1.25rem;border-radius:var(--radius);font-size:.875rem;z-index:300;box-shadow:var(--shadow)}.loading-skeleton{padding:2rem}
