:root{--bg:#f6f6f4;--surface:#fff;--surface-2:#f0f0ed;--border:#dedcd6;--border-strong:#c6c3bb;--text:#1b1b19;--text-muted:#6c6a63;--text-faint:#918e86;--accent:#3b5bdb;--accent-text:#fff;--accent-soft:#e5e9fb;--ok:#2f7a45;--ok-soft:#e2f1e6;--warn:#9a6510;--warn-soft:#fbeed8;--danger:#a32b2b;--danger-soft:#f8e2e0;--info:#29607e;--info-soft:#e0eef5;--shadow:0 1px 2px #1414120f, 0 4px 16px #1414120f;--radius:6px;--zone-0:#918e86;--zone-1:#3b839b;--zone-2:#533b9b;--zone-3:#833b9b;--zone-4:#9b3b83;--zone-5:#9b3b53;--zone-6:#9b533b;--zone-7:#9b7b3b;--zone-8:#939b3b;--zone-9:#539b3b;--zone-10:#3b9b73;--mono:ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;--sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-color-scheme:dark){:root{--bg:#131417;--surface:#1b1c20;--surface-2:#232429;--border:#2f3138;--border-strong:#43464f;--text:#e8e8e4;--text-muted:#9d9d96;--text-faint:#7b7b74;--accent:#7d93f0;--accent-text:#10121a;--accent-soft:#232a45;--ok:#6fc48a;--ok-soft:#1c2c22;--warn:#d8a557;--warn-soft:#2e2618;--danger:#e08479;--danger-soft:#32211f;--info:#7cb4d0;--info-soft:#1a262e;--shadow:0 1px 2px #0006, 0 6px 20px #00000059;--zone-0:#7b7b74;--zone-1:#77b1c5;--zone-2:#8b77c5;--zone-3:#b177c5;--zone-4:#c577b1;--zone-5:#c5778b;--zone-6:#c58b77;--zone-7:#c5ab77;--zone-8:#bec577;--zone-9:#8bc577;--zone-10:#77c5a5;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0;font-size:14px;line-height:1.45}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{letter-spacing:-.01em;margin:0;font-weight:600}h1{font-size:20px}h2{font-size:15px}h3{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:13px}p{margin:0 0 8px}code,.mono{font-family:var(--mono);font-size:.92em}.shell{grid-template-columns:216px 1fr;min-height:100%;display:grid}.sidebar{border-right:1px solid var(--border);background:var(--surface);flex-direction:column;gap:16px;height:100vh;padding:14px 10px;display:flex;position:sticky;top:0}.brand{align-items:baseline;gap:8px;padding:0 8px;display:flex}.brand strong{letter-spacing:-.02em;font-size:16px}.brand span{color:var(--text-faint);font-size:11px}.nav{flex-direction:column;gap:10px;display:flex}.nav-group{flex-direction:column;gap:1px;display:flex}.nav-group h3{margin-bottom:3px;padding:0 8px}.nav a{border-radius:var(--radius);color:var(--text);padding:6px 8px;font-size:13px;display:block}.nav a:hover{background:var(--surface-2);text-decoration:none}.nav a.active{background:var(--accent-soft);color:var(--accent);font-weight:600}.sidebar-foot{color:var(--text-faint);flex-direction:column;gap:6px;margin-top:auto;padding:0 8px;font-size:11px;display:flex}.main{flex-direction:column;min-width:0;display:flex}.topbar{border-bottom:1px solid var(--border);background:var(--surface);z-index:5;align-items:center;gap:12px;padding:10px 20px;display:flex;position:sticky;top:0}.topbar .spacer{flex:1}.topbar label,.principal{color:var(--text-muted);font-size:12px}.content{flex-direction:column;gap:18px;width:100%;max-width:1400px;padding:20px;display:flex}.page-head{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.page-head p{color:var(--text-muted);margin:0;font-size:13px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px 16px}.card-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.grid{gap:12px;display:grid}.grid-stats{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.grid-two{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.stat{flex-direction:column;gap:2px;display:flex}.stat-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-faint);font-size:11px}.stat-value{font-variant-numeric:tabular-nums;font-size:22px;font-weight:600}.count-list{flex-direction:column;gap:3px;margin:0;padding:0;list-style:none;display:flex}.count-list li{border-bottom:1px dotted var(--border);justify-content:space-between;gap:12px;padding:2px 0;font-size:13px;display:flex}.count-list li span:last-child{font-variant-numeric:tabular-nums;color:var(--text-muted)}.table-wrap{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:13px}thead th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--text-faint);border-bottom:1px solid var(--border);white-space:nowrap;background:var(--surface);padding:8px 10px;font-size:11px;font-weight:600}tbody td{border-bottom:1px solid var(--border);vertical-align:top;padding:7px 10px}tbody tr:last-child td{border-bottom:none}tbody tr.clickable:hover{background:var(--surface-2);cursor:pointer}td.nowrap,th.nowrap{white-space:nowrap}td.num{font-variant-numeric:tabular-nums;text-align:right}tbody tr.row-superseded td{color:var(--text-muted)}.row-superseded .cell-title{text-decoration:line-through}input,select,textarea,button{font:inherit;color:inherit}input[type=text],input[type=password],input[type=number],input[type=date],input[type=search],select,textarea{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius);width:100%;min-width:0;padding:5px 8px}textarea{resize:vertical;min-height:90px;font-family:var(--mono);font-size:12.5px}input:focus-visible,select:focus-visible,textarea:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:1px}select[multiple]{min-height:92px;padding:3px}.field{flex-direction:column;gap:3px;min-width:0;display:flex}.field>label,.field>.field-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-faint);font-size:11px}.field .hint{color:var(--text-faint);font-size:11px}.field .field-error{color:var(--danger);font-size:11px}.filters{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));align-items:end;gap:10px;display:grid}.filters-actions{align-items:center;gap:8px;display:flex}.checkbox{align-items:center;gap:6px;font-size:13px;display:flex}.checkbox input{width:auto}button{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius);cursor:pointer;padding:5px 11px}button:hover:not(:disabled){background:var(--surface-2)}button:disabled{opacity:.55;cursor:not-allowed}button.primary{background:var(--accent);border-color:var(--accent);color:var(--accent-text)}button.primary:hover:not(:disabled){filter:brightness(1.08)}button.danger{color:var(--danger);border-color:var(--danger)}button.ghost{color:var(--text-muted);background:0 0;border-color:#0000;padding:3px 6px}button.ghost:hover:not(:disabled){background:var(--surface-2);color:var(--text)}.button-link{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius);color:var(--text);padding:5px 11px;font-size:13px;display:inline-block}.button-link:hover{background:var(--surface-2);text-decoration:none}.button-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.badge{white-space:nowrap;border:1px solid #0000;border-radius:999px;padding:1px 6px;font-size:11px;font-weight:600;line-height:1.5;display:inline-block}.badge-neutral{background:var(--surface-2);color:var(--text-muted);border-color:var(--border)}.badge-ok{background:var(--ok-soft);color:var(--ok)}.badge-warn{background:var(--warn-soft);color:var(--warn)}.badge-danger{background:var(--danger-soft);color:var(--danger)}.badge-info{background:var(--info-soft);color:var(--info)}.badge-accent{background:var(--accent-soft);color:var(--accent)}.tags{flex-wrap:wrap;gap:4px;display:inline-flex}.tag{font-family:var(--mono);background:var(--surface-2);border:1px solid var(--border);color:var(--text-muted);border-radius:3px;padding:0 5px;font-size:11px}.confidence{white-space:nowrap;align-items:center;gap:6px;display:inline-flex}.confidence-track{background:var(--surface-2);border:1px solid var(--border);border-radius:3px;width:46px;height:5px;overflow:hidden}.confidence-fill{background:var(--accent);height:100%}.confidence-fill.low{background:var(--danger)}.confidence-fill.mid{background:var(--warn)}.confidence-value{font-variant-numeric:tabular-nums;color:var(--text-muted);font-size:12px}.muted{color:var(--text-muted)}.faint{color:var(--text-faint)}.meta-line{color:var(--text-muted);font-size:12px}.empty{text-align:center;color:var(--text-muted);border:1px dashed var(--border-strong);border-radius:var(--radius);background:var(--surface);padding:28px 16px}.empty strong{color:var(--text);margin-bottom:4px;display:block}.error-box{border:1px solid var(--danger);background:var(--danger-soft);color:var(--danger);border-radius:var(--radius);padding:10px 12px;font-size:13px}.error-box code{background:0 0;font-weight:600}.error-box pre{white-space:pre-wrap;opacity:.85;margin:6px 0 0;font-size:11.5px}.loading{color:var(--text-muted);padding:12px 0;font-size:13px}pre.snippet{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);font-family:var(--mono);white-space:pre;margin:0;padding:10px 12px;font-size:12px;line-height:1.5;overflow-x:auto}.snippet-card p{margin-top:0}pre.json{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);font-family:var(--mono);margin:0;padding:10px;font-size:12px;line-height:1.4;overflow-x:auto}.quote{border-left:3px solid var(--border-strong);color:var(--text-muted);white-space:pre-wrap;margin:8px 0 0;padding:4px 0 4px 10px;font-size:13px}.content-block{white-space:pre-wrap;font-size:14px;line-height:1.55}.meta-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:10px 18px;margin:0;display:grid}.meta-grid div{flex-direction:column;gap:1px;min-width:0;display:flex}.meta-grid dt{text-transform:uppercase;letter-spacing:.05em;color:var(--text-faint);font-size:11px}.meta-grid dd{overflow-wrap:anywhere;margin:0;font-size:13px}.chain{border-left:2px solid var(--border);flex-direction:column;gap:12px;margin:0;padding:0 0 0 18px;list-style:none;display:flex}.chain li{position:relative}.chain li:before{content:"";background:var(--border-strong);border:2px solid var(--surface);border-radius:50%;width:9px;height:9px;position:absolute;top:5px;left:-25px}.chain li.head:before{background:var(--accent)}.chain .chain-body{white-space:pre-wrap;font-size:13px}.chain .chain-head-label{color:var(--accent);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:600}.result{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);flex-direction:column;gap:6px;padding:12px 14px;display:flex}.result-head{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.result-scores{color:var(--text-faint);font-variant-numeric:tabular-nums;flex-wrap:wrap;gap:12px;font-size:11.5px;display:flex}.answer{border:1px solid var(--accent);background:var(--accent-soft);border-radius:var(--radius);padding:12px 14px}.answer .answer-text{white-space:pre-wrap;font-size:14px;line-height:1.55}.citation-marker{font-variant-numeric:tabular-nums;font-weight:600;text-decoration:none}.citation-marker:hover{text-decoration:underline}.answer ol li{scroll-margin-top:70px}.answer ol{margin:10px 0 0;padding-left:20px;font-size:12.5px}.dialog-backdrop{z-index:40;background:#0c0c0b73;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.dialog{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:12px;width:min(440px,100%);padding:18px;display:flex}.dialog h2{font-size:16px}.dialog p,.dialog .dialog-desc{color:var(--text-muted);flex-direction:column;gap:8px;margin:0;font-size:13px;display:flex}.dialog-actions{justify-content:flex-end;gap:8px;display:flex}.toasts{z-index:60;flex-direction:column;gap:8px;max-width:380px;display:flex;position:fixed;bottom:16px;right:16px}.toast{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius);box-shadow:var(--shadow);border-left-width:3px;align-items:flex-start;gap:10px;padding:9px 12px;font-size:13px;display:flex}.toast.ok{border-left-color:var(--ok)}.toast.danger{border-left-color:var(--danger)}.toast.info{border-left-color:var(--info)}.toast button{margin-left:auto}.login{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:min(400px,100%);box-shadow:var(--shadow);flex-direction:column;gap:14px;padding:22px;display:flex}.login-card h1{font-size:18px}.login-card p{color:var(--text-muted);font-size:13px}.token-box{border:1px solid var(--warn);background:var(--warn-soft);border-radius:var(--radius);flex-direction:column;gap:8px;padding:12px;display:flex}.token-box code{overflow-wrap:anywhere;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:8px;font-size:12.5px;display:block}.token-box .warning{color:var(--warn);font-size:12px;font-weight:600}@media (width<=860px){.shell{grid-template-columns:1fr}.sidebar{border-right:none;border-bottom:1px solid var(--border);height:auto;position:static}.nav{flex-flow:wrap}}.chips{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.chip{background:var(--accent-soft);color:var(--accent);cursor:pointer;border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;padding:2px 10px;font-size:12px;display:inline-flex}.chip:hover{border-color:var(--accent);background:var(--accent-soft)}.chip span{opacity:.7;font-size:14px;line-height:1}.tag-link{color:var(--text-muted)}.tag-link:hover{color:var(--accent);border-color:var(--accent);text-decoration:none}.empty-action{margin-top:12px}details.card>summary{cursor:pointer;color:var(--text-muted);font-size:13px;font-weight:600}details.card>summary:hover{color:var(--text)}.skeleton{background:var(--surface-2);border-radius:var(--radius)}.skeleton-rows{flex-direction:column;gap:8px;display:flex}.skeleton-row{border:1px solid var(--border);height:34px}.skeleton-card{height:120px}@media (prefers-reduced-motion:no-preference){.skeleton{animation:1.4s ease-in-out infinite skeleton-pulse}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.55}}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}details.subfilters{border-top:1px solid var(--border);margin-top:10px;padding-top:8px}details.subfilters>summary{cursor:pointer;color:var(--text-muted);font-size:12px;list-style-position:outside}details.subfilters>summary:hover{color:var(--text)}details.subfilters>.filters{margin-top:10px}.graph-body{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:12px;display:grid}.graph-svg{aspect-ratio:1000/680;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);touch-action:none;cursor:grab;-webkit-user-select:none;user-select:none;width:100%;height:auto;max-height:min(76vh,820px);display:block}.graph-svg:active{cursor:grabbing}.graph-svg-compact{aspect-ratio:1000/300;cursor:default;max-height:320px}.graph-edge{stroke:var(--border-strong);stroke-opacity:.55}.graph-edge-in_zone{stroke-dasharray:2 4;stroke-opacity:.3}.graph-edge.is-lit{stroke:var(--accent);stroke-opacity:.95}.graph-edge.is-dim{stroke-opacity:.12}.graph-node circle{fill:var(--zone-0);stroke:var(--surface);stroke-width:1.5px;cursor:pointer}.graph-node-tag circle{fill:var(--surface);stroke:var(--zone-0);stroke-width:2.5px}.graph-node-zone circle{fill:var(--zone-0);fill-opacity:.16;stroke:var(--zone-0);stroke-width:2px}.graph-node text{fill:var(--text);pointer-events:none;paint-order:stroke;stroke:var(--surface);stroke-width:3px;stroke-linejoin:round;font-size:11px}.graph-node.is-dim{opacity:.16}.graph-node.is-focus circle{stroke:var(--text);stroke-width:3px}.graph-node.is-near circle{stroke:var(--accent);stroke-width:2.5px}.graph-node:focus{outline:none}.graph-node:focus-visible circle{stroke:var(--accent);stroke-width:3px;paint-order:stroke}.graph-node.zone-1 circle{fill:var(--zone-1)}.graph-node.zone-2 circle{fill:var(--zone-2)}.graph-node.zone-3 circle{fill:var(--zone-3)}.graph-node.zone-4 circle{fill:var(--zone-4)}.graph-node.zone-5 circle{fill:var(--zone-5)}.graph-node.zone-6 circle{fill:var(--zone-6)}.graph-node.zone-7 circle{fill:var(--zone-7)}.graph-node.zone-8 circle{fill:var(--zone-8)}.graph-node.zone-9 circle{fill:var(--zone-9)}.graph-node.zone-10 circle{fill:var(--zone-10)}.graph-node-tag.zone-1 circle{fill:var(--surface);stroke:var(--zone-1)}.graph-node-tag.zone-2 circle{fill:var(--surface);stroke:var(--zone-2)}.graph-node-tag.zone-3 circle{fill:var(--surface);stroke:var(--zone-3)}.graph-node-tag.zone-4 circle{fill:var(--surface);stroke:var(--zone-4)}.graph-node-tag.zone-5 circle{fill:var(--surface);stroke:var(--zone-5)}.graph-node-tag.zone-6 circle{fill:var(--surface);stroke:var(--zone-6)}.graph-node-tag.zone-7 circle{fill:var(--surface);stroke:var(--zone-7)}.graph-node-tag.zone-8 circle{fill:var(--surface);stroke:var(--zone-8)}.graph-node-tag.zone-9 circle{fill:var(--surface);stroke:var(--zone-9)}.graph-node-tag.zone-10 circle{fill:var(--surface);stroke:var(--zone-10)}.graph-node-zone.zone-1 circle{stroke:var(--zone-1)}.graph-node-zone.zone-2 circle{stroke:var(--zone-2)}.graph-node-zone.zone-3 circle{stroke:var(--zone-3)}.graph-node-zone.zone-4 circle{stroke:var(--zone-4)}.graph-node-zone.zone-5 circle{stroke:var(--zone-5)}.graph-node-zone.zone-6 circle{stroke:var(--zone-6)}.graph-node-zone.zone-7 circle{stroke:var(--zone-7)}.graph-node-zone.zone-8 circle{stroke:var(--zone-8)}.graph-node-zone.zone-9 circle{stroke:var(--zone-9)}.graph-node-zone.zone-10 circle{stroke:var(--zone-10)}.graph-panel{align-self:start;max-height:min(72vh,860px);position:sticky;top:68px;overflow:auto}.graph-panel h3{margin:14px 0 6px}.graph-panel h3:first-of-type{margin-top:0}.graph-list{flex-direction:column;gap:2px;margin:0;padding:0;font-size:13px;list-style:none;display:flex}ul.graph-list li{align-items:center;gap:6px;min-width:0;display:flex}ul.graph-list .count{font-variant-numeric:tabular-nums;color:var(--text-muted);margin-left:auto;font-size:12px}.graph-pick{font:inherit;color:var(--accent);cursor:pointer;text-align:left;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;padding:2px 0;overflow:hidden}.graph-pick:hover{text-decoration:underline}.graph-dot{background:var(--zone-0);border-radius:50%;flex:none;width:9px;height:9px}.graph-dot.zone-1{background:var(--zone-1)}.graph-dot.zone-2{background:var(--zone-2)}.graph-dot.zone-3{background:var(--zone-3)}.graph-dot.zone-4{background:var(--zone-4)}.graph-dot.zone-5{background:var(--zone-5)}.graph-dot.zone-6{background:var(--zone-6)}.graph-dot.zone-7{background:var(--zone-7)}.graph-dot.zone-8{background:var(--zone-8)}.graph-dot.zone-9{background:var(--zone-9)}.graph-dot.zone-10{background:var(--zone-10)}.graph-dot.is-tag{background:var(--surface);border:2px solid var(--zone-0)}.graph-dot.is-zone{opacity:.4}.graph-hint{color:var(--text-faint);margin:10px 0 0;font-size:12px}@media (width<=900px){.graph-body{grid-template-columns:1fr}.graph-panel{max-height:none;position:static}.graph-svg{max-height:60vh}}
