:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body{margin:0}code{font-family:ui-monospace,Consolas,monospace}:root{--bg:#000;--surface:#ffffff07;--surface-hover:#ffffff0d;--border:#ffffff17;--border-strong:#ffffff29;--text:#f5f5f5;--text-secondary:#ffffff9e;--text-tertiary:#ffffff61;--accent:#fff;--accent-2:#bdbdbd;--accent-gradient:linear-gradient(135deg, #fff 0%, #c6c6c6 100%);--accent-wash:#ffffff14;--accent-line:#ffffff38;--ok:#fff;--err:#ffffffeb;--warn:#fff;--sans:-apple-system, BlinkMacSystemFont, "Inter", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;--mono:ui-monospace, "SF Mono", "JetBrains Mono", "Roboto Mono", Consolas, monospace;--radius:16px}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0}::selection{background:var(--accent-wash)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb{background:#ffffff24 padding-box content-box;border:3px solid #0000;border-radius:10px}::-webkit-scrollbar-track{background:0 0}.page{max-width:1200px;margin:0 auto;padding:0 28px 80px;position:relative}.glow{filter:blur(20px);pointer-events:none;z-index:0;background:radial-gradient(#ffffff24 0%,#ffffff0d 40%,#0000 70%);width:900px;height:500px;position:absolute;top:-220px;left:50%;transform:translate(-50%)}.page>:not(.glow){z-index:1;position:relative}.header{justify-content:space-between;align-items:flex-start;gap:24px;padding:56px 0 32px;display:flex}.brand{align-items:flex-start;gap:16px;display:flex}.brand-mark{background:var(--accent-gradient);color:#000;border-radius:13px;flex-shrink:0;place-items:center;width:46px;height:46px;display:grid;box-shadow:0 8px 28px -10px #ffffff59}.brand-mark svg{width:26px;height:26px}.header h1{letter-spacing:-.025em;background:linear-gradient(#fff 30%,#ffffffad 100%);color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.9rem;font-weight:640;line-height:1.15}.subtitle{max-width:58ch;color:var(--text-secondary);margin:8px 0 0;font-size:.94rem;line-height:1.55}.status-block{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:8px;max-width:320px;margin-top:6px;display:flex}.status-help{text-align:right;color:var(--text-tertiary);margin:0;font-size:.74rem;line-height:1.5}.status-help code{font-family:var(--mono);color:var(--text-secondary);word-break:break-all;font-size:.72rem}.status-pill{color:var(--text-secondary);background:var(--surface);border:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:999px;flex-shrink:0;align-items:center;gap:8px;padding:8px 14px;font-size:.8rem;font-weight:600;display:inline-flex}.status-dot{background:var(--text-tertiary);border-radius:50%;flex-shrink:0;width:7px;height:7px}.status-available{color:#000;background:var(--text);border-color:var(--text);box-shadow:0 6px 22px -10px #ffffff80}.status-available .status-dot{background:#000}.status-unavailable{color:var(--text-secondary);background:0 0;border-color:#ffffff59}.status-unavailable .status-dot{background:0 0;border:1px solid #ffffff8c}.status-checking .status-dot{animation:1.4s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:.3}50%{opacity:1}}.stats{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:28px;display:grid}.stat{background:var(--surface);border:1px solid var(--border);border-radius:14px;flex-direction:column;gap:4px;padding:18px 20px;display:flex}.stat-value{font-family:var(--mono);letter-spacing:-.03em;background:var(--accent-gradient);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1.6rem;font-weight:600}.stat-label{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.07em;font-size:.76rem}.model-progress{background:var(--surface);border:1px solid var(--border);border-radius:14px;margin-bottom:24px;padding:16px 20px}.model-progress-label{color:var(--text-secondary);margin-bottom:10px;font-size:.82rem}.model-progress-track{background:#ffffff14;border-radius:999px;height:4px;overflow:hidden}.model-progress-bar{background:var(--accent-gradient);border-radius:999px;height:100%;transition:width .3s}.grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.column{flex-direction:column;gap:20px;min-width:0;display:flex}.card-wide{grid-column:1/-1}.card{border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);min-width:0;padding:22px;box-shadow:0 24px 48px -32px #000000e6}.card-tall{height:100%}.card-header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px;padding-bottom:16px;display:flex}.card-heading{align-items:center;gap:12px;min-width:0;display:flex}.card-icon{background:var(--accent-wash);border:1px solid var(--accent-line);width:34px;height:34px;color:var(--text);border-radius:10px;flex-shrink:0;place-items:center;display:grid}.card-icon svg{width:18px;height:18px}.card-header h2{letter-spacing:-.01em;margin:0;font-size:1rem;font-weight:600}.card-subtitle{color:var(--text-tertiary);margin:3px 0 0;font-size:.8rem}.tool-chip{font-family:var(--mono);color:var(--text-secondary);border:1px solid var(--border);white-space:nowrap;background:#ffffff0b;border-radius:7px;padding:4px 9px;font-size:.7rem}.card-actions{flex-wrap:wrap;gap:8px;display:flex}.transfer-note{color:var(--text-secondary);background:var(--accent-wash);border:1px solid var(--accent-line);border-radius:10px;margin:0 0 14px;padding:10px 14px;font-size:.8rem}.form{flex-direction:column;gap:10px;display:flex}.form-inline{flex-direction:row}.form-inline input{flex:1;min-width:0}textarea,input[type=text]{border:1px solid var(--border);color:var(--text);font-family:var(--sans);resize:vertical;background:#00000052;border-radius:11px;padding:11px 14px;font-size:.89rem;transition:border-color .15s,box-shadow .15s,background .15s}textarea::placeholder,input::placeholder{color:var(--text-tertiary)}textarea:focus,input[type=text]:focus{box-shadow:0 0 0 4px var(--accent-wash);background:#00000073;border-color:#ffffff80;outline:none}button{background:var(--accent-gradient);color:#000;cursor:pointer;white-space:nowrap;border:none;border-radius:11px;align-self:flex-start;padding:11px 20px;font-family:inherit;font-size:.86rem;font-weight:600;transition:filter .15s,transform 60ms,opacity .15s;box-shadow:0 8px 24px -12px #000c}button:hover:not(:disabled){filter:brightness(1.12)}button:active:not(:disabled){transform:translateY(1px)}button:disabled{opacity:.45;cursor:default;box-shadow:none}button.ghost{color:var(--text-secondary);border:1px solid var(--border);box-shadow:none;background:#ffffff0b;padding:8px 14px;font-size:.8rem;font-weight:520}button.ghost:hover:not(:disabled){background:var(--surface-hover);color:var(--text);filter:none}button.ghost.danger:hover:not(:disabled){color:var(--err);border-color:#ffffff80}.list{max-height:420px;margin:14px 0 0;padding:0;list-style:none;overflow:hidden auto}.card-tall .list{max-height:560px}.list li{border-radius:11px;justify-content:space-between;align-items:flex-start;gap:14px;margin:0 -12px;padding:13px 12px;transition:background .15s;display:flex}.list li:not(.empty):hover{background:#ffffff08}.list li:not(:last-child):not(.empty){border-bottom:1px solid #ffffff0e;border-radius:11px 11px 0 0}.item-main{flex-direction:column;flex:1;gap:7px;min-width:0;display:flex}.item-content{word-break:break-word;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;font-size:.89rem;line-height:1.5;display:-webkit-box;overflow:hidden}.item-content.relation{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.entity{font-weight:600}.relation-arrow{font-family:var(--mono);color:var(--text);background:var(--accent-wash);border:1px solid var(--accent-line);border-radius:999px;padding:2px 9px;font-size:.74rem}.item-meta{color:var(--text-tertiary);flex-wrap:wrap;align-items:center;gap:8px;font-size:.75rem;display:flex}.item-meta a{color:var(--text);border-bottom:1px solid #ffffff4d;text-decoration:none}.item-meta a:hover{border-bottom-color:currentColor}.item-time{font-family:var(--mono);color:var(--text-tertiary);white-space:nowrap;flex-shrink:0;font-size:.72rem}.chip{color:var(--text-secondary);border:1px solid var(--border);text-overflow:ellipsis;white-space:nowrap;background:#ffffff0e;border-radius:999px;align-items:center;max-width:18ch;padding:2px 9px;font-size:.7rem;display:inline-flex;overflow:hidden}.chip.flag{color:#000;background:var(--text);border-color:var(--text);font-weight:600}.chip.author{font-family:var(--mono)}.chip.author-imported{font-style:italic}.explore-result{background:var(--accent-wash);border:1px solid var(--accent-line);border-radius:12px;margin-bottom:14px;padding:14px}.explore-nodes{flex-wrap:wrap;gap:6px;display:flex}.node-chip{max-width:none}.node-chip-root{background:var(--text);color:#000;border-color:var(--text);font-weight:600}.node-hops{color:var(--text-tertiary)}.node-chip-root .node-hops{color:#0000008c}.explore-observations{max-height:none;margin-top:12px}.score{font-family:var(--mono);color:var(--text);background:var(--accent-wash);border:1px solid var(--accent-line);border-radius:8px;flex-shrink:0;padding:4px 10px;font-size:.78rem;font-weight:600}.activity-log code{font-family:var(--mono);color:var(--text);font-size:.82rem;font-weight:600}.activity-log li.err code{color:var(--err)}.item-error{color:var(--err);font-size:.78rem}.delete-item{border:1px solid var(--border);width:24px;height:24px;color:var(--text-tertiary);box-shadow:none;opacity:0;background:0 0;border-radius:50%;flex-shrink:0;place-items:center;padding:0;font-size:.9rem;line-height:1;transition:opacity .15s,color .15s,border-color .15s;display:grid}.list li:hover .delete-item,.delete-item:focus-visible{opacity:1}.delete-item:hover{color:var(--err);filter:none;border-color:#fff9}.item-actions{flex-shrink:0;gap:6px;display:flex}.supersede-item:hover{color:var(--text);border-color:#fff9}.item-content.superseded{color:var(--text-tertiary);-webkit-text-decoration:line-through #ffffff4d;text-decoration:line-through #ffffff4d}.chip.superseded-chip{font-style:italic}.chip.replacement-chip{border-color:var(--accent-line)}.empty{color:var(--text-tertiary);padding:18px 12px;font-size:.85rem;line-height:1.5}.footer{border-top:1px solid var(--border);text-align:center;color:var(--text-tertiary);margin-top:40px;padding-top:24px;font-size:.8rem}@media (width<=940px){.grid{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}.header{flex-direction:column;padding-top:40px}.status-block{align-items:flex-start;max-width:100%}.status-help{text-align:left}}@media (width<=560px){.page{padding:0 16px 56px}.form-inline{flex-direction:column}.form-inline button{align-self:stretch}}
