:root{--bg: #f5f6fa;--panel: #ffffff;--border: #e2e5ec;--text: #1b1e28;--muted: #6b7080;--primary: #4655f0;--primary-hover: #3744d1;--error: #d64545;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;color-scheme:light}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}.app-shell{max-width:880px;margin:0 auto;padding:2rem 1.5rem 4rem}.app-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.app-header h1{font-size:1.5rem;margin:0}.user-select label{font-size:.85rem;color:var(--muted);display:flex;align-items:center;gap:.5rem}select,input[type=text],input:not([type]){border:1px solid var(--border);border-radius:6px;padding:.4rem .6rem;font-size:.9rem;background:var(--panel);color:var(--text)}.tabs{display:flex;gap:.25rem;border-bottom:1px solid var(--border);margin-bottom:1.5rem}.tab-btn{border:none;background:none;padding:.6rem 1rem;font-size:.9rem;color:var(--muted);cursor:pointer;border-bottom:2px solid transparent}.tab-btn:hover{color:var(--text)}.tab-btn.active{color:var(--primary);border-bottom-color:var(--primary);font-weight:600}.panel{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #1418280d}.panel h2{margin-top:0}.textarea,textarea{width:100%;border:1px solid var(--border);border-radius:8px;padding:.6rem .75rem;font:inherit;resize:vertical;margin-bottom:.75rem}.btn{border:none;border-radius:8px;padding:.55rem 1.1rem;font-size:.9rem;font-weight:600;cursor:pointer}.btn:disabled{opacity:.6;cursor:default}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-hover)}.error{color:var(--error);font-size:.85rem}.muted{color:var(--muted);font-size:.85rem}.answer-card{margin-top:1rem;padding:1rem;border:1px solid var(--border);border-radius:10px;background:#fafbff}.answer-text{white-space:pre-wrap;line-height:1.5}.badge{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:.2rem .5rem;border-radius:999px;margin-bottom:.5rem}.badge-vector{background:#e6f4ff;color:#1568c4}.badge-graph{background:#eee7ff;color:#6a3fd6}.citation-list{margin:0;padding-left:1.2rem;font-size:.88rem}.graph-heading{margin-top:1.75rem;margin-bottom:.5rem;font-size:1rem}.graph-canvas{position:relative}.graph-view svg{background:#fbfbfd;border:1px solid var(--border);border-radius:10px;touch-action:none;cursor:grab}.graph-zoom-controls{position:absolute;top:10px;right:10px;display:flex;flex-direction:column;gap:4px}.graph-zoom-controls button{width:26px;height:26px;border-radius:6px;border:1px solid var(--border);background:var(--panel);color:var(--text);font-size:14px;line-height:1;cursor:pointer}.graph-zoom-controls button:hover{background:var(--bg)}.graph-edge{stroke:#d7dae2;stroke-width:1}.graph-edge-used{stroke:var(--primary);stroke-width:2.5}.graph-node{stroke:#fff;stroke-width:1.5}.graph-node-group{cursor:grab;-webkit-user-select:none;user-select:none}.graph-node-hit{fill:transparent}.graph-node-used{stroke:var(--text);stroke-width:2}.graph-node-label{font-size:11px;fill:var(--muted)}.graph-node-label-used{fill:var(--text);font-weight:600}.graph-legend{display:flex;flex-wrap:wrap;gap:.6rem 1rem;margin-top:.6rem;font-size:.82rem;color:var(--muted)}.graph-legend-item{display:inline-flex;align-items:center;gap:.35rem;text-transform:capitalize}.graph-legend-swatch{width:10px;height:10px;border-radius:50%;display:inline-block;flex-shrink:0}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:.5rem .6rem;border-bottom:1px solid var(--border);font-size:.9rem}th{color:var(--muted);font-weight:600}.form-grid{display:flex;flex-direction:column;gap:.9rem}.form-grid label{display:flex;flex-direction:column;gap:.3rem;font-size:.85rem;color:var(--muted)}.form-grid textarea{color:var(--text);font:inherit}.success{color:#16a766;font-size:.9rem}
