:root{--bg: #0b0e16;--bg-panel: #11151f;--bg-raised: #161b27;--border: rgba(140, 155, 190, .14);--text: #e2e8f5;--text-muted: #8d99b4;--accent: #7aa2f7;--accent-shared: #c39bf5;--accent-used: #7ee7c3;--danger: #f77a8f;--radius: 14px;--font: "Manrope", system-ui, -apple-system, sans-serif;--mono: "DM Mono", ui-monospace, monospace}*{box-sizing:border-box}html,body{height:100%;margin:0}body{background:radial-gradient(1200px 700px at 70% -10%,#17203a 0%,var(--bg) 55%);color:var(--text);font-family:var(--font);font-size:14px;-webkit-font-smoothing:antialiased}#root,.shell{height:100%}.shell{display:grid;grid-template-rows:auto 1fr;gap:12px;padding:12px}.topbar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;padding:10px 16px;background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius)}.brand{display:flex;align-items:center;gap:10px}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,var(--accent),var(--accent-shared));color:#0b0e16;font-weight:700}.brand div{display:flex;flex-direction:column;line-height:1.15}.brand small{color:var(--text-muted);font-size:10px;letter-spacing:.12em}.topbar-actions{display:flex;align-items:center;gap:12px}.field{display:flex;flex-direction:column;gap:2px}.field span{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.field input{width:250px;padding:6px 8px;background:var(--bg-raised);border:1px solid var(--border);border-radius:8px;color:var(--text);font-family:var(--mono);font-size:11px}.status{display:inline-flex;align-items:center;gap:6px;color:var(--text-muted);font-size:12px}.status i{width:8px;height:8px;border-radius:50%;background:var(--accent-used)}.status.offline i{background:var(--danger)}.pipeline{display:flex;align-items:center;justify-content:center;gap:6px;margin:0;padding:0;list-style:none;flex-wrap:wrap}.pipeline-stage{display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;gap:0 6px;align-items:center;padding:4px 10px;border:1px solid var(--border);border-radius:10px;background:var(--bg-raised)}.pipeline-dot{grid-row:span 2;width:8px;height:8px;border-radius:50%;background:#8c9bbe4d}.pipeline-stage.active .pipeline-dot{background:var(--accent-used);box-shadow:0 0 10px #7ee7c38c}.pipeline-stage.skipped{opacity:.55}.pipeline-stage.skipped .pipeline-dot{background:transparent;border:1px solid var(--text-muted)}.pipeline-label{font-size:11px;font-weight:600}.pipeline-detail{font-size:10px;color:var(--text-muted)}.pipeline-arrow{color:#8c9bbe73;font-size:12px}.workspace{display:grid;grid-template-columns:380px 1fr 0;gap:12px;min-height:0;transition:grid-template-columns .18s ease}.workspace:has(.detail-panel.open){grid-template-columns:380px 1fr 360px}.panel{background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius);min-height:0;overflow:hidden}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid var(--border)}.panel-head h2{margin:0;font-size:15px}.eyebrow{margin:0 0 2px;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}.muted{color:var(--text-muted);margin:2px 0 0;font-size:12px}.mono{font-family:var(--mono)}.chat-panel{display:grid;grid-template-rows:auto 1fr auto auto}.suggestions-tray{display:none}.suggestions-tray.has-items{display:block;max-height:45vh;overflow-y:auto;padding:12px 16px;border-top:1px solid var(--border);background:#7aa2f70d}.tray-head{display:flex;align-items:baseline;gap:8px;margin-bottom:8px}.tray-head strong{font-size:12px}.tray-head .muted{margin:0;font-size:11px}.suggestion{padding:10px;margin-bottom:8px;background:var(--bg-raised);border:1px solid var(--border);border-radius:10px}.suggestion header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:4px}.suggestion header strong{font-size:12px}.suggestion p{margin:0 0 8px;font-size:11px;color:var(--text-muted);line-height:1.45}.suggestion.replaces{border-color:#f7be7a73;background:#f7be7a0f}.chip.warn{display:inline-block;margin-bottom:6px;border-color:#f7be7a73;color:#f7be7a;font-size:10px}.suggestion-replaces{color:#f7be7a!important}.danger-button{padding:8px 16px;border:none;border-radius:9px;background:#f7be7a;color:#0b0e16;font-family:var(--font);font-weight:600;cursor:pointer}.danger-button:disabled{opacity:.6;cursor:progress}.suggestion-error{color:var(--danger)}.suggestion-error.hidden{display:none}.suggestion-actions{display:flex;gap:6px}.primary-button.small,.secondary-button.small,.danger-button.small{padding:5px 12px;font-size:11px}.tag.failed{color:var(--danger);border-color:#f77a8f73}.chat-list{overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px}.chat-empty{margin:auto;text-align:center;color:var(--text-muted)}.bubble{padding:10px 12px;border-radius:12px;background:var(--bg-raised);border:1px solid var(--border);max-width:92%}.bubble p{margin:0;white-space:pre-wrap;line-height:1.5}.bubble.user{align-self:flex-end;background:#7aa2f724;border-color:#7aa2f74d}.bubble.assistant{align-self:flex-start}.bubble.error{border-color:#f77a8f73;color:var(--danger)}.bubble-meta{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}.tag{padding:2px 7px;border-radius:999px;font-size:10px;border:1px solid var(--border);color:var(--text-muted)}.tag.used{color:var(--accent-used);border-color:#7ee7c366}.tag.graph{color:var(--accent-shared);border-color:#c39bf566}.tag.learning{color:var(--accent);border-color:#7aa2f766}.dots{display:inline-flex;gap:4px}.dots i{width:6px;height:6px;border-radius:50%;background:var(--text-muted);animation:pulse 1.2s infinite ease-in-out}.dots i:nth-child(2){animation-delay:.15s}.dots i:nth-child(3){animation-delay:.3s}@keyframes pulse{0%,80%,to{opacity:.25}40%{opacity:1}}.chat-form{padding:12px 16px 16px;border-top:1px solid var(--border)}.chat-form textarea{width:100%;resize:vertical;padding:10px;background:var(--bg-raised);border:1px solid var(--border);border-radius:10px;color:var(--text);font-family:var(--font);font-size:13px}.chat-form-actions{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.hint{font-size:10px;color:var(--text-muted)}kbd{padding:1px 4px;border:1px solid var(--border);border-radius:4px;font-family:var(--mono);font-size:10px}.primary-button,.secondary-button,.ghost-button,.link-button{font-family:var(--font);cursor:pointer;border-radius:9px;transition:background .14s ease,border-color .14s ease}.primary-button{padding:8px 16px;border:none;background:var(--accent);color:#0b0e16;font-weight:600}.primary-button:disabled{opacity:.6;cursor:progress}.secondary-button{padding:8px 12px;background:var(--bg-raised);border:1px solid var(--border);color:var(--text)}.secondary-button.full{display:block;width:calc(100% - 32px);margin:12px 16px 0}.ghost-button{padding:6px 10px;background:transparent;border:1px solid var(--border);color:var(--text-muted);font-size:12px;text-decoration:none}.ghost-button:hover,.secondary-button:hover{border-color:#7aa2f780;color:var(--text)}.link-button{padding:0;border:none;background:none;color:var(--accent);font-size:12px;text-align:left}.graph-panel{position:relative}#graph-canvas{display:block;width:100%;height:100%;cursor:grab}.graph-overlay{position:absolute;inset:12px 12px auto;pointer-events:none;display:flex;justify-content:center}.graph-status{display:flex;align-items:center;gap:8px;padding:5px 12px;background:#11151fd9;border:1px solid var(--border);border-radius:999px;font-size:11px;color:var(--text-muted);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.graph-truncated{padding:1px 7px;border-radius:999px;background:#f7be7a29;color:#f7be7a;font-size:10px}.graph-note{display:flex;flex-direction:column;gap:4px;padding:14px 18px;background:#11151fe6;border:1px solid var(--border);border-radius:12px;text-align:center;color:var(--text-muted);font-size:12px}.graph-note.error{border-color:#f77a8f73;color:var(--danger)}.graph-legend{position:absolute;left:14px;bottom:12px;display:flex;gap:12px;font-size:10px;color:var(--text-muted);pointer-events:none}.graph-legend .dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:4px}.graph-legend .dot.registered{background:var(--accent)}.graph-legend .dot.synthetic{border:1px dashed var(--text-muted)}.graph-legend .dot.used{background:var(--accent-used)}.graph-legend .dot.evidence{background:#96a5c88c;border-radius:2px;transform:rotate(45deg)}.detail-panel{overflow-y:auto;opacity:0;pointer-events:none}.detail-panel.open{opacity:1;pointer-events:auto}.detail-chips{display:flex;flex-wrap:wrap;gap:6px;padding:12px 16px 0}.chip{padding:3px 9px;border-radius:999px;border:1px solid var(--border);background:var(--bg-raised);font-size:11px;color:var(--text-muted)}.detail-warning{margin:12px 16px 0;padding:8px 10px;border-radius:10px;border:1px solid rgba(247,190,122,.35);background:#f7be7a14;color:#f7be7a;font-size:11px}.detail-section{padding:18px 16px 0}.detail-section h3{margin:0 0 8px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.relation-list,.fact-list,.evidence-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.relation-list li{display:flex;align-items:center;gap:7px;padding:7px 9px;background:var(--bg-raised);border:1px solid var(--border);border-radius:9px;font-size:12px}.relation-direction{color:var(--text-muted)}.relation-predicate{font-family:var(--mono);font-size:11px;color:var(--accent-shared)}.relation-evidence{margin-left:auto;font-size:10px;color:var(--text-muted)}.fact-list li{display:flex;justify-content:space-between;gap:10px;padding:6px 9px;border-bottom:1px solid var(--border);font-size:12px}.fact-predicate{font-family:var(--mono);font-size:11px;color:var(--text-muted)}.evidence-list li{padding:9px 10px;background:var(--bg-raised);border:1px solid var(--border);border-radius:9px}.evidence-list strong{display:block;font-size:12px;margin-bottom:3px}.evidence-list p{margin:0 0 6px;font-size:11px;color:var(--text-muted);line-height:1.45}.chip.quiet{font-size:10px}.mobile-only{display:none}.icon-button{display:grid;place-items:center;width:34px;height:34px;background:var(--bg-raised);border:1px solid var(--border);border-radius:9px;color:var(--text-muted);font-size:15px;cursor:pointer}.view-switch{display:none;gap:4px;padding:4px;background:var(--bg-panel);border:1px solid var(--border);border-radius:12px}.view-switch button{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;min-height:40px;border:none;border-radius:9px;background:transparent;color:var(--text-muted);font-family:var(--font);font-size:13px;font-weight:600;cursor:pointer}.view-switch button[aria-selected=true]{background:var(--bg-raised);color:var(--text)}.view-badge{width:7px;height:7px;border-radius:50%;background:var(--accent-used);box-shadow:0 0 8px #7ee7c399}@media(max-width:1180px)and (min-width:769px){.workspace,.workspace:has(.detail-panel.open){grid-template-columns:320px 1fr}.workspace:has(.detail-panel.open) .detail-panel{position:fixed;inset:12px 12px 12px auto;width:340px;z-index:5;box-shadow:0 20px 60px #00000080}.pipeline-detail{display:none}}@media(max-width:768px){.mobile-only{display:grid}.shell{height:100dvh;grid-template-rows:auto auto 1fr;gap:8px;padding:8px}.topbar{grid-template-columns:1fr auto;gap:8px;padding:8px 10px}.brand small{display:none}.pipeline-host{grid-column:1 / -1;grid-row:2;overflow-x:auto;scrollbar-width:none}.pipeline-host::-webkit-scrollbar{display:none}.pipeline{justify-content:flex-start;flex-wrap:nowrap}.pipeline-detail,.pipeline-host.idle{display:none}.topbar-actions{gap:6px}.icon-button{width:40px;height:40px}.chat-panel .panel-head{padding:8px 12px}.chat-panel .panel-head h2,.chat-panel .panel-head .muted{display:none}.chat-panel .panel-head{justify-content:flex-end}.chat-form .hint{display:none}.chat-form-actions{justify-content:flex-end}.topbar-actions .field,.topbar-actions .ghost-button{display:none}.settings-open .topbar-actions .field,.settings-open .topbar-actions .ghost-button{display:flex}.settings-open .topbar{grid-template-columns:1fr}.settings-open .topbar-actions{flex-wrap:wrap}.settings-open .field input{width:100%;min-width:220px}.view-switch{display:flex}.workspace{grid-template-columns:1fr}.shell[data-view=chat] .graph-panel,.shell[data-view=graph] .chat-panel{display:none}.chat-list{padding:12px}.bubble{max-width:100%}.chat-form{padding:10px 12px 12px}.chat-form textarea{font-size:16px;min-height:62px;height:62px}.suggestions-tray.has-items{max-height:38vh;padding:10px 12px}.workspace:has(.detail-panel.open){grid-template-columns:1fr}.detail-panel{position:fixed;inset:auto 0 0;max-height:78dvh;border-radius:16px 16px 0 0;box-shadow:0 -18px 50px #0009;z-index:10;transform:translateY(100%);transition:transform .2s ease,opacity .2s ease}.detail-panel.open{transform:translateY(0)}.secondary-button.full{width:calc(100% - 24px);margin:12px 12px 0}.graph-legend{left:10px;bottom:8px;gap:8px;font-size:9px}.graph-status{font-size:10px;padding:4px 10px}}
