:root{--bg-0:#070809;--bg-1:#0B0D11;--bg-2:#0F1218;--bg-3:#151922;--bg-4:#1B202A;--stroke:rgba(255,255,255,.065);--stroke-2:rgba(255,255,255,.11);--stroke-3:rgba(255,255,255,.18);--txt-body:#C7CCD6;--glass:rgba(15,18,24,.72);--glass-strong:rgba(15,18,24,.78);--glass-soft:rgba(15,18,24,.6);--glass-mm:rgba(8,9,11,.82);--grid-dot:rgba(255,255,255,.045);--vign:rgba(0,0,0,.55);--edge:rgba(255,255,255,.12);--scrim:rgba(4,5,7,.66);--gbtn-hover:rgba(27,32,42,.8);--txt-0:#EEF0F4;--txt-1:#9BA1AE;--txt-2:#646B79;--txt-3:#454B57;--accent:#7C5CFF;--accent-2:#9B83FF;--accent-soft:rgba(124,92,255,.15);--accent-line:rgba(124,92,255,.4);--t-concept:#7C5CFF;--t-component:#38BDF8;--t-model:#34D399;--t-person:#FBBF24;--t-org:#F472B6;--t-paper:#FB7185;--t-source:#F59E0B;--ui:"Geist","Geist Fallback",system-ui,-apple-system,sans-serif;--mono:"Geist Mono",ui-monospace,"SF Mono",monospace;--r-sm:7px;--r-md:11px;--r-lg:16px;--r-xl:22px;--shadow:0 1px 2px rgba(0,0,0,.4),0 8px 28px rgba(0,0,0,.45);--shadow-lg:0 1px 2px rgba(0,0,0,.5),0 18px 50px rgba(0,0,0,.55);--ease:cubic-bezier(.22,.61,.36,1)}html[data-theme=light]{--bg-0:#EEF1F6;--bg-1:#F3F5F9;--bg-2:#FFFFFF;--bg-3:#F5F7FA;--bg-4:#E9EDF3;--stroke:rgba(15,23,42,.08);--stroke-2:rgba(15,23,42,.14);--stroke-3:rgba(15,23,42,.24);--txt-0:#0E1320;--txt-1:#48515F;--txt-2:#7A8294;--txt-3:#A9B0BD;--txt-body:#2C3340;--glass:rgba(255,255,255,.78);--glass-strong:rgba(255,255,255,.85);--glass-soft:rgba(255,255,255,.72);--glass-mm:rgba(255,255,255,.85);--grid-dot:rgba(15,23,42,.06);--vign:rgba(15,23,42,.05);--edge:rgba(15,23,42,.16);--scrim:rgba(15,23,42,.34);--gbtn-hover:#E9EDF3;--shadow:0 1px 2px rgba(15,23,42,.08),0 8px 28px rgba(15,23,42,.1);--shadow-lg:0 1px 2px rgba(15,23,42,.1),0 18px 50px rgba(15,23,42,.16)}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:var(--ui);background:var(--bg-0);color:var(--txt-0);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow:hidden;letter-spacing:-.01em}::selection{background:#7c5cff52;color:inherit}html[data-theme=light] ::selection{background:#7c5cffd9;color:#fff}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}a{color:var(--accent-2);text-decoration:none}input{font-family:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--stroke-2);border-radius:10px;border:3px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:var(--stroke-3);background-clip:padding-box}::-webkit-scrollbar-track{background:transparent}#root{height:100dvh}.no-trans,.no-trans *{transition:none!important;animation:none!important}.app{display:grid;--graph-min:260px;--graph-max:var(--graph-w,400px);--read-min:560px;grid-template-columns:56px minmax(var(--graph-min),var(--graph-max)) minmax(var(--read-min),1.4fr) minmax(0,var(--detail-w,0px));height:100dvh;background:var(--bg-0);transition:grid-template-columns .42s var(--ease)}.app.graph-expanded{--graph-min:360px;--graph-max:calc(100vw - 56px - var(--read-w,720px));--read-min:420px;--detail-w:0px !important}.rail{background:var(--bg-0);border-right:1px solid var(--stroke);display:flex;flex-direction:column;align-items:center;padding:14px 0;gap:6px}.rail .brand{width:34px;height:34px;border-radius:10px;background:linear-gradient(150deg,var(--accent),#5b3fe0);display:grid;place-items:center;margin-bottom:14px;box-shadow:0 6px 18px #7c5cff73,inset 0 1px #ffffff40;position:relative}.rail .brand svg{width:19px;height:19px}.rail-btn{width:38px;height:38px;border-radius:10px;color:var(--txt-2);display:grid;place-items:center;transition:.16s var(--ease);position:relative}.rail-btn svg{width:19px;height:19px}.rail-btn:hover{background:var(--bg-3);color:var(--txt-0)}.rail-btn.on{background:var(--accent-soft);color:var(--accent-2)}.rail-btn.on:before{content:"";position:absolute;left:-14px;top:9px;bottom:9px;width:2.5px;border-radius:3px;background:var(--accent)}.rail .sep{height:1px;width:24px;background:var(--stroke);margin:8px 0}.rail .grow{flex:1}.rail .avatar{width:30px;height:30px;border-radius:9px;margin-top:6px;background:linear-gradient(140deg,var(--accent),#5b3fe0);display:grid;place-items:center;font-size:12px;font-weight:600;color:#fff;border:1px solid var(--accent-line)}.graph-col{position:relative;background:var(--bg-1);overflow:hidden;min-width:0}.graph-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 1px 1px,var(--grid-dot) 1px,transparent 0);background-size:30px 30px;pointer-events:none;opacity:.7}.graph-vign{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(120% 90% at 50% 40%,transparent 55%,var(--vign) 100%)}.graph-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;cursor:grab;touch-action:none}.graph-svg.panning{cursor:grabbing}.graph-svg.zoomed-out .edge-label{display:none}.gtop{position:absolute;top:14px;left:14px;right:14px;display:flex;flex-direction:column;gap:8px;z-index:6;pointer-events:none}.gtop-row{display:flex;align-items:center;gap:10px;position:relative}.gtop-row>*{pointer-events:auto}.workspace-tag{display:flex;align-items:center;gap:9px;height:34px;padding:0 12px 0 10px;background:var(--glass);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid var(--stroke-2);border-radius:var(--r-md);font-size:13px;font-weight:500}.workspace-tag .dot{width:7px;height:7px;border-radius:50%;background:var(--t-model);box-shadow:0 0 8px var(--t-model)}.workspace-tag .muted{color:var(--txt-2);font-weight:450}.gsearch{flex:1;max-width:340px;display:flex;align-items:center;gap:8px;height:34px;padding:0 12px;cursor:text;background:var(--glass);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid var(--stroke-2);border-radius:var(--r-md);color:var(--txt-2);transition:border-color .18s var(--ease),box-shadow .18s var(--ease)}.gsearch:focus-within{border-color:var(--accent-line);box-shadow:0 0 0 3px var(--accent-soft)}.gsearch svg{width:15px;height:15px;flex-shrink:0}.gsearch input{background:none;border:none;outline:none;color:var(--txt-0);font-size:13px;width:100%}.gsearch input::placeholder{color:var(--txt-2)}.gsearch kbd{font-family:var(--mono);font-size:10.5px;color:var(--txt-2);border:1px solid var(--stroke-2);border-radius:5px;padding:1px 5px}.gtop-spacer{flex:1;pointer-events:none}.gtop-actions{position:absolute;right:0;top:0;display:flex;align-items:center;gap:10px;opacity:0;transform:translate(8px);pointer-events:none;transition:opacity .24s var(--ease),transform .24s var(--ease)}.gtop-actions>*{flex-shrink:0;pointer-events:none}.app.graph-expanded .gtop-actions{opacity:1;transform:none;transition-delay:.18s}.app.graph-expanded .gtop-actions>*{pointer-events:auto}.gtop-r2{max-height:40px;transition:max-height .42s var(--ease),opacity .3s var(--ease)}.app.graph-expanded .gtop-r2{max-height:0;opacity:0;overflow:hidden}.app.graph-expanded .gtop-r2>*{pointer-events:none}.gbtn{height:34px;padding:0 12px;display:flex;align-items:center;gap:7px;font-size:12.5px;font-weight:500;background:var(--glass);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid var(--stroke-2);border-radius:var(--r-md);color:var(--txt-1);transition:background .16s var(--ease),border-color .16s var(--ease),color .16s var(--ease),box-shadow .16s var(--ease)}.gbtn svg{width:15px;height:15px}.gbtn:hover{color:var(--txt-0);border-color:var(--stroke-3);background:var(--gbtn-hover)}.gbtn.primary{background:var(--accent);color:#fff;border-color:transparent;box-shadow:0 4px 16px #7c5cff66}.gbtn.primary:hover{background:var(--accent-2)}.gctl{position:absolute;left:14px;bottom:14px;z-index:6;display:flex;flex-direction:column;gap:8px;align-items:flex-start}.gctl-group{display:flex;flex-direction:column;background:var(--glass-strong);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid var(--stroke-2);border-radius:var(--r-md);overflow:hidden}.gctl-group.row{flex-direction:row}.gctl-btn{width:34px;height:34px;display:grid;place-items:center;color:var(--txt-1);transition:.14s var(--ease)}.gctl-btn:hover{background:var(--bg-4);color:var(--txt-0)}.gctl-btn svg{width:16px;height:16px}.gctl-group.row .gctl-btn+.gctl-btn{border-left:1px solid var(--stroke)}.gctl-group:not(.row) .gctl-btn+.gctl-btn{border-top:1px solid var(--stroke)}.zoom-label{font-family:var(--mono);font-size:11px;color:var(--txt-2);text-align:center;padding:5px 0;border-top:1px solid var(--stroke)}.minimap{position:absolute;right:14px;bottom:14px;z-index:6;width:188px;height:124px;background:var(--glass-mm);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid var(--stroke-2);border-radius:var(--r-md);overflow:hidden;box-shadow:var(--shadow)}.minimap .mm-head{position:absolute;top:0;left:0;right:0;height:24px;display:flex;align-items:center;padding:0 9px;font-size:10.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--txt-2);z-index:2;pointer-events:none}.minimap svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.legend{position:absolute;right:14px;top:104px;z-index:5;display:flex;flex-direction:column;gap:1px;background:var(--glass-soft);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--stroke);border-radius:var(--r-md);padding:8px;opacity:0;transform:translateY(-4px);transition:.25s var(--ease);pointer-events:none}.legend.show{opacity:1;transform:none}.legend-row{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--txt-1);padding:2px 4px}.legend-row .sw{width:8px;height:8px;border-radius:3px}.read-col{background:var(--bg-2);border-left:1px solid var(--stroke);display:flex;flex-direction:column;min-width:0;position:relative;overflow:hidden}.seam-toggle{position:absolute;left:0;top:50%;transform:translateY(-50%);z-index:30;width:19px;height:58px;border-radius:0 11px 11px 0;display:grid;place-items:center;background:var(--glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--stroke-2);border-left:none;color:var(--txt-2);opacity:.55;cursor:pointer;transition:.18s var(--ease)}.seam-toggle:hover{opacity:1;width:23px;color:var(--accent-2);background:var(--glass-strong);border-color:var(--accent-line);box-shadow:0 4px 14px #7c5cff2e}.seam-toggle svg{width:14px;height:14px}.seam-toggle.right{left:auto;right:0;border-radius:11px 0 0 11px;border:1px solid var(--stroke-2);border-right:none}.read-head{display:flex;align-items:center;gap:10px;padding:13px 18px;border-bottom:1px solid var(--stroke);flex-shrink:0;position:relative}.find-bar{position:absolute;left:56px;right:128px;top:50%;transform:translateY(-50%);z-index:20;display:flex;align-items:center;gap:6px;height:32px;padding:0 6px 0 10px;background:var(--glass-strong,var(--bg-2));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid var(--accent-line);border-radius:9px;box-shadow:0 4px 18px #00000047}.find-bar .find-ic{width:14px;height:14px;color:var(--txt-2);flex-shrink:0}.find-bar input{flex:1;min-width:0;background:none;border:none;outline:none;color:var(--txt-0);font-size:13px}.find-bar input::placeholder{color:var(--txt-2)}.find-bar .find-count{font-size:11.5px;color:var(--txt-2);font-variant-numeric:tabular-nums;flex-shrink:0;min-width:34px;text-align:right}.find-bar .find-nav{width:24px;height:24px;border-radius:6px;display:grid;place-items:center;color:var(--txt-2);flex-shrink:0;transition:.15s}.find-bar .find-nav:hover:not(:disabled){background:var(--bg-3);color:var(--txt-0)}.find-bar .find-nav:disabled{opacity:.35;cursor:default}.find-bar .find-nav svg{width:15px;height:15px}::highlight(find){background:#facc1552;color:inherit}::highlight(find-current){background:#facc15d9;color:#1a1300}.read-head .crumb{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--txt-2);overflow:hidden;white-space:nowrap}.read-head .crumb b{color:var(--txt-1);font-weight:500}.read-head .crumb svg{width:13px;height:13px;flex-shrink:0;opacity:.6}.read-head .hbtn{margin-left:auto;width:30px;height:30px;border-radius:8px;display:grid;place-items:center;color:var(--txt-2);flex-shrink:0;transition:.15s}.read-head .hbtn:hover{background:var(--bg-3);color:var(--txt-0)}.read-head .hbtn svg{width:16px;height:16px}.read-scroll{flex:1;overflow-y:auto;overflow-x:hidden}.read-body{padding:30px 40px 80px;max-width:620px;margin:0 auto}.answer-type{display:inline-flex;align-items:center;gap:7px;font-family:var(--mono);font-size:11px;text-transform:uppercase;letter-spacing:.07em;font-weight:500;padding:4px 9px;border-radius:20px;margin-bottom:18px}.answer-q{font-size:13px;color:var(--txt-2);margin-bottom:8px;font-weight:450}.answer-h{font-size:29px;line-height:1.18;font-weight:600;letter-spacing:-.02em;margin-bottom:20px}.answer-meta{display:flex;align-items:center;gap:14px;margin-bottom:26px;font-size:12px;color:var(--txt-2)}.answer-meta .m{display:flex;align-items:center;gap:6px}.answer-meta svg{width:13px;height:13px}.answer-meta .ai{color:var(--accent-2)}.answer-meta .locked{color:var(--txt-1);font-weight:500}.answer-meta .read-edit{margin-left:auto;color:var(--accent-2);font-weight:500;border:1px solid var(--accent-line);background:var(--accent-soft);border-radius:7px;padding:3px 10px;transition:.14s var(--ease)}.answer-meta .read-edit:hover{background:var(--accent);color:#fff}.read-edit-box{margin-bottom:26px}.read-edit-box textarea{width:100%;min-height:260px;resize:vertical;background:var(--bg-1);border:1px solid var(--stroke-2);border-radius:12px;padding:14px 16px;color:var(--txt-0);font-family:var(--ui);font-size:var(--read-size,15px);line-height:1.7;outline:none}.read-edit-box textarea:focus{border-color:var(--accent-line);box-shadow:0 0 0 3px var(--accent-soft)}.read-edit-box .reb-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:10px}.read-edit-box .reb-tabs{display:flex;align-items:center;gap:4px;margin-bottom:9px}.read-edit-box .reb-tab{font-size:12px;color:var(--txt-2);padding:4px 11px;border-radius:7px;border:1px solid transparent}.read-edit-box .reb-tab.on{color:var(--accent-2);background:var(--accent-soft);border-color:var(--accent-line)}.read-edit-box .reb-hint{margin-left:auto;font-size:11px;color:var(--txt-3)}.read-edit-box .reb-preview{min-height:260px;background:var(--bg-1);border:1px solid var(--stroke-2);border-radius:12px;padding:14px 16px;overflow:auto}.md{font-size:var(--read-size,15px);line-height:1.7;color:var(--txt-body,var(--txt-1))}.md h1,.md h2,.md h3{color:var(--txt-0);font-weight:650;line-height:1.3;margin:18px 0 8px}.md h1{font-size:1.5em}.md h2{font-size:1.3em}.md h3{font-size:1.12em}.md p{margin:0 0 12px}.md ul,.md ol{margin:0 0 12px;padding-left:22px}.md li{margin:3px 0}.md a{color:var(--accent-2);border-bottom:1px solid var(--accent-line)}.md a:hover{color:var(--accent)}.md strong{color:var(--txt-0);font-weight:650}.md code{font-family:var(--mono);font-size:.88em;background:var(--bg-3);border:1px solid var(--stroke);border-radius:5px;padding:1px 5px}.md pre{background:var(--bg-3);border:1px solid var(--stroke);border-radius:10px;padding:12px 14px;overflow:auto;margin:0 0 12px}.md pre code{background:none;border:none;padding:0}.md blockquote{margin:0 0 12px;padding:2px 0 2px 14px;border-left:3px solid var(--accent-line);color:var(--txt-1)}.md hr{border:none;border-top:1px solid var(--stroke);margin:18px 0}.md table{border-collapse:collapse;margin:0 0 12px;font-size:.95em}.md th,.md td{border:1px solid var(--stroke-2);padding:5px 9px;text-align:left}.lc-manual-title{width:100%;background:var(--bg-1);border:1px solid var(--stroke-2);border-radius:10px;height:42px;padding:0 14px;color:var(--txt-0);font-family:var(--ui);font-size:15px;font-weight:600;outline:none}.lc-manual-title:focus{border-color:var(--accent-line);box-shadow:0 0 0 3px var(--accent-soft)}.lc-manual-title::placeholder{color:var(--txt-2);font-weight:400}.prose p{font-size:var(--read-size,15.5px);line-height:1.72;color:var(--txt-body);margin-bottom:17px;text-wrap:pretty}.prose p:last-child{margin-bottom:0}.concept{color:var(--txt-0);font-weight:500;cursor:pointer;position:relative;border-bottom:1.5px solid var(--c,var(--accent-line));padding-bottom:.5px;transition:.16s var(--ease);white-space:nowrap;text-decoration:none;background:linear-gradient(var(--cbg,transparent),var(--cbg,transparent));border-radius:3px}.concept:before{content:"";position:absolute;left:-3px;right:-3px;top:-2px;bottom:-2px;border-radius:5px;background:var(--c,var(--accent));opacity:0;transition:.16s var(--ease);z-index:-1}.concept:hover:before{opacity:.16}.concept:hover{color:var(--txt-0)}.concept.seen{opacity:.96}.concept .ci{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--c,var(--accent));margin-right:3px;vertical-align:middle;transform:translateY(-1px)}.preview{position:fixed;z-index:60;width:268px;background:var(--bg-3);border:1px solid var(--stroke-2);border-radius:var(--r-md);box-shadow:var(--shadow-lg);padding:13px 14px;pointer-events:none;opacity:0;transform:translateY(4px) scale(.98);transition:.16s var(--ease);transform-origin:top left}.preview.show{opacity:1;transform:none}.preview .pv-type{display:flex;align-items:center;gap:7px;font-family:var(--mono);font-size:10px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:7px;color:var(--txt-2)}.preview .pv-type .sw{width:7px;height:7px;border-radius:2px}.preview .pv-type .pv-badge{margin-left:auto;display:inline-flex;align-items:center;gap:4px;text-transform:none;letter-spacing:0;font-family:var(--ui);font-size:10px;font-weight:600;color:var(--accent-2);background:var(--accent-soft);border:1px solid var(--accent-line);border-radius:5px;padding:1px 6px}.preview .pv-type .pv-badge svg{width:11px;height:11px}.preview .pv-sum.pv-muted{color:var(--txt-2);font-style:italic}.preview .pv-title{font-size:14px;font-weight:600;margin-bottom:5px}.preview .pv-sum{font-size:12px;line-height:1.5;color:var(--txt-1);margin-bottom:10px}.preview .pv-rel{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:10px}.preview .pv-chip{font-size:10.5px;color:var(--txt-1);background:var(--bg-1);border:1px solid var(--stroke);border-radius:20px;padding:2px 8px}.preview .pv-foot{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--accent-2);font-weight:500;border-top:1px solid var(--stroke);padding-top:9px}.preview .pv-foot svg{width:13px;height:13px}.preview.in-graph .pv-foot{color:var(--t-model)}.skel{border-radius:6px;background:linear-gradient(90deg,var(--bg-3) 25%,var(--bg-4) 50%,var(--bg-3) 75%);background-size:200% 100%;animation:shimmer 1.3s infinite}@keyframes shimmer{to{background-position:-200% 0}}.skel-line{height:13px;margin-bottom:13px}.detail-col{background:var(--bg-2);border-left:1px solid var(--stroke);display:flex;flex-direction:column;min-width:0;overflow:hidden}.detail-inner{width:100%;display:flex;flex-direction:column;height:100%}.detail-head{padding:16px 18px 14px;border-bottom:1px solid var(--stroke);flex-shrink:0}.detail-head .dh-top{display:flex;align-items:center;gap:8px;margin-bottom:13px}.detail-head .dh-type{display:inline-flex;align-items:center;gap:6px;font-family:var(--mono);font-size:10.5px;text-transform:uppercase;letter-spacing:.06em;padding:3px 8px;border-radius:6px}.detail-head .dh-x{margin-left:auto;width:28px;height:28px;border-radius:7px;display:grid;place-items:center;color:var(--txt-2);transition:.15s}.detail-head .dh-x:hover{background:var(--bg-3);color:var(--txt-0)}.detail-head .dh-x svg{width:16px;height:16px}.detail-head h2{font-size:21px;font-weight:600;letter-spacing:-.02em;line-height:1.2}.detail-scroll{flex:1;overflow-y:auto;padding:18px}.dsec{margin-bottom:24px}.dsec-h{display:flex;align-items:center;gap:7px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--txt-2);margin-bottom:11px}.dsec-h svg{width:13px;height:13px}.dsum{font-size:13.5px;line-height:1.62;color:var(--txt-body)}.related-list{display:flex;flex-direction:column;gap:6px}.related-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:9px;background:var(--bg-3);border:1px solid var(--stroke);cursor:pointer;transition:.15s var(--ease)}.related-item:hover{background:var(--bg-4);border-color:var(--stroke-2);transform:translate(2px)}.related-item .ri-dot{width:9px;height:9px;border-radius:3px;flex-shrink:0}.related-item .ri-label{font-size:13px;font-weight:500;flex:1}.related-item .ri-rel{font-family:var(--mono);font-size:10px;color:var(--txt-2)}.related-item .ri-go{color:var(--txt-3);transition:.15s}.related-item:hover .ri-go{color:var(--txt-1)}.related-item .ri-go svg{width:14px;height:14px}.src-item{display:flex;gap:10px;padding:9px 2px;border-bottom:1px solid var(--stroke)}.src-item:last-child{border:none}.src-item .si-fav{width:26px;height:26px;border-radius:6px;background:var(--bg-3);border:1px solid var(--stroke);display:grid;place-items:center;flex-shrink:0;font-size:11px;font-weight:600;color:var(--txt-1)}.src-item .si-t{font-size:12.5px;font-weight:500;line-height:1.35;margin-bottom:2px}.src-item .si-d{font-size:11px;color:var(--txt-2)}.followups{display:flex;flex-direction:column;gap:7px}.fu{display:flex;align-items:center;gap:9px;padding:10px 12px;border-radius:9px;background:linear-gradient(180deg,var(--bg-3),var(--bg-2));border:1px solid var(--stroke);font-size:12.5px;color:var(--txt-1);text-align:left;cursor:pointer;transition:.15s var(--ease)}.fu:hover{border-color:var(--accent-line);color:var(--txt-0);background:var(--accent-soft)}.fu svg{width:14px;height:14px;color:var(--accent-2);flex-shrink:0}.fu span{flex:1;line-height:1.4}.dstats{display:flex;gap:8px;margin-bottom:20px}.dstat{flex:1;background:var(--bg-3);border:1px solid var(--stroke);border-radius:9px;padding:9px 11px}.dstat .v{font-size:17px;font-weight:600;letter-spacing:-.02em}.dstat .k{font-size:10.5px;color:var(--txt-2);margin-top:1px}.empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center}.empty .e-ic{width:54px;height:54px;border-radius:15px;background:var(--bg-3);border:1px solid var(--stroke);display:grid;place-items:center;margin-bottom:18px;color:var(--txt-2)}.empty .e-ic svg{width:24px;height:24px}.empty h3{font-size:16px;font-weight:600;margin-bottom:7px}.empty p{font-size:13px;color:var(--txt-2);line-height:1.6;max-width:240px}.toast{position:absolute;bottom:60px;left:50%;transform:translate(-50%) translateY(10px);z-index:40;display:flex;align-items:center;gap:10px;padding:10px 15px;background:var(--bg-3);border:1px solid var(--stroke-2);border-radius:var(--r-md);box-shadow:var(--shadow-lg);font-size:13px;opacity:0;transition:.3s var(--ease);pointer-events:none}.toast.show{opacity:1;transform:translate(-50%)}.toast .t-ic{width:20px;height:20px;border-radius:6px;display:grid;place-items:center;color:#fff;flex-shrink:0}.toast b{font-weight:600}.node-grp{cursor:pointer}.fade-in{animation:fadeIn .45s var(--ease) both}@keyframes fadeIn{0%{transform:translateY(7px)}to{transform:translateY(0)}}.ctx-state{display:inline-flex;align-items:center;gap:5px;font-family:var(--mono);font-size:10px;text-transform:uppercase;letter-spacing:.05em;padding:3px 8px;border-radius:6px;font-weight:500}.ctx-state.temp{color:#fbbf24;background:#fbbf241a;border:1px solid rgba(251,191,36,.28)}.ctx-state.perm{color:var(--t-model);background:#34d3991a;border:1px solid rgba(52,211,153,.26)}.ctx-state svg{width:11px;height:11px}.ctx-state.temp svg{animation:tempPulse 2.4s var(--ease) infinite}@keyframes tempPulse{0%,to{opacity:.55}50%{opacity:1}}.ctx-mat{display:flex;align-items:center;gap:12px;margin-top:14px}.mat-ring{position:relative;width:42px;height:42px;flex-shrink:0}.mat-ring svg{transform:rotate(-90deg)}.mat-ring .mr-pct{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:11px;font-weight:600;font-family:var(--mono)}.ctx-mat .mm-meta{min-width:0}.ctx-mat .mm-level{font-size:13px;font-weight:600}.ctx-mat .mm-sub{font-size:11px;color:var(--txt-2);margin-top:2px;display:flex;align-items:center;gap:6px}.ctx-mat .mm-sub svg{width:11px;height:11px}.promote-btn{margin-left:auto;display:flex;align-items:center;gap:6px;height:30px;padding:0 11px;border-radius:8px;background:linear-gradient(180deg,#fbbf2429,#fbbf2412);border:1px solid rgba(251,191,36,.32);color:#fbbf24;font-size:12px;font-weight:500;flex-shrink:0;transition:.16s var(--ease)}.promote-btn:hover{background:#fbbf2433;border-color:#fbbf2480}.promote-btn svg{width:14px;height:14px}.ctx-tabs{display:flex;gap:2px;padding:0 10px;border-bottom:1px solid var(--stroke);flex-shrink:0;overflow-x:auto;scrollbar-width:none}.ctx-tabs::-webkit-scrollbar{display:none}.ctx-tab{position:relative;display:flex;align-items:center;gap:6px;padding:11px 8px 12px;font-size:12.5px;color:var(--txt-2);white-space:nowrap;transition:.14s var(--ease);font-weight:450;flex-shrink:0}.ctx-tab:not(.on):hover{color:var(--txt-0);background:var(--bg-3);border-radius:7px 7px 0 0}.ctx-tab svg{width:15px;height:15px}.ctx-tab:hover{color:var(--txt-0)}.ctx-tab.on{color:var(--txt-0);font-weight:500}.ctx-tab.on:after{content:"";position:absolute;left:8px;right:8px;bottom:-1px;height:2px;border-radius:2px;background:var(--accent)}.ctx-tab .cnt{font-family:var(--mono);font-size:10px;color:var(--txt-2);background:var(--bg-3);border:1px solid var(--stroke);border-radius:10px;padding:0 5px;line-height:15px}.ctx-tab.on .cnt{color:var(--accent-2);border-color:var(--accent-line)}.ws-card{display:flex;gap:11px;padding:11px;border-radius:10px;background:var(--bg-3);border:1px solid var(--stroke);cursor:pointer;transition:.15s var(--ease);margin-bottom:8px}.ws-card:hover{border-color:var(--stroke-2);background:var(--bg-4);transform:translate(2px)}.ws-card .wc-ic{width:32px;height:32px;border-radius:8px;display:grid;place-items:center;flex-shrink:0;background:var(--bg-1);border:1px solid var(--stroke);color:var(--txt-1)}.ws-card .wc-ic svg{width:16px;height:16px}.ws-card .wc-main{min-width:0;flex:1}.ws-card .wc-t{font-size:13px;font-weight:500;line-height:1.35;display:flex;align-items:center;gap:7px}.ws-card .wc-tag{font-family:var(--mono);font-size:9.5px;text-transform:uppercase;letter-spacing:.04em;padding:1px 6px;border-radius:5px;color:var(--txt-2);border:1px solid var(--stroke);flex-shrink:0}.ws-card .wc-d{font-size:11.5px;color:var(--txt-2);margin-top:3px;line-height:1.45;text-wrap:pretty}.ws-card .wc-meta{display:flex;align-items:center;gap:11px;margin-top:7px;font-size:10.5px;color:var(--txt-3)}.ws-card .wc-meta span{display:flex;align-items:center;gap:4px}.ws-card .wc-meta svg{width:11px;height:11px}.disc{display:flex;gap:10px;padding:11px;border-radius:10px;background:var(--bg-3);border:1px solid var(--stroke);margin-bottom:8px}.disc .av{width:26px;height:26px;border-radius:7px;flex-shrink:0;display:grid;place-items:center;font-size:10.5px;font-weight:600;color:#fff}.disc .d-main{min-width:0;flex:1}.disc .d-t{font-size:12.5px;font-weight:500}.disc .d-s{font-size:11.5px;color:var(--txt-1);line-height:1.5;margin-top:3px;text-wrap:pretty}.disc .d-meta{display:flex;align-items:center;gap:10px;margin-top:7px;font-size:10.5px;color:var(--txt-3)}.disc .d-meta b{color:var(--txt-2);font-weight:500}.insight{padding:12px;border-radius:11px;margin-bottom:9px;border:1px solid var(--stroke);position:relative;overflow:hidden;background:linear-gradient(180deg,var(--bg-3),var(--bg-2))}.insight:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2.5px;background:var(--ik,var(--accent))}.insight .in-k{display:inline-flex;align-items:center;gap:6px;font-family:var(--mono);font-size:9.5px;text-transform:uppercase;letter-spacing:.05em;color:var(--ik,var(--accent));margin-bottom:7px;font-weight:500}.insight .in-k svg{width:12px;height:12px}.insight .in-b{font-size:12.5px;line-height:1.55;color:var(--txt-body);text-wrap:pretty}.insight .in-b em{color:var(--txt-0);font-style:normal;font-weight:600}.insight .in-act{display:flex;align-items:center;gap:6px;margin-top:9px;font-size:11px;color:var(--accent-2);font-weight:500}.insight .in-act svg{width:12px;height:12px}.tl{position:relative;padding-left:8px}.tl-item{position:relative;padding:0 0 16px 28px}.tl-item:before{content:"";position:absolute;left:11.75px;top:9px;bottom:-9px;width:1.5px;background:var(--stroke-2)}.tl-item:last-child{padding-bottom:2px}.tl-item:last-child:before{display:none}.tl-dot{position:absolute;left:6px;top:2px;width:13px;height:13px;border-radius:50%;background:var(--bg-2);border:2px solid var(--td,var(--accent));z-index:1}.tl-item .tl-t{font-size:12.5px;font-weight:500}.tl-item .tl-d{font-size:11px;color:var(--txt-2);margin-top:2px;line-height:1.45}.tl-item .tl-time{font-family:var(--mono);font-size:10px;color:var(--txt-3);margin-top:4px}.rel-row{display:flex;align-items:center;gap:9px;padding:9px 10px;border-radius:9px;background:var(--bg-3);border:1px solid var(--stroke);margin-bottom:7px;cursor:pointer;transition:.15s var(--ease)}.rel-row:hover{background:var(--bg-4);border-color:var(--stroke-2)}.rel-row .rr-verb{font-family:var(--mono);font-size:10px;color:var(--accent-2);background:var(--accent-soft);border:1px solid var(--accent-line);border-radius:5px;padding:1px 7px;flex-shrink:0}.rel-row .rr-dot{width:8px;height:8px;border-radius:3px;flex-shrink:0}.rel-row .rr-l{font-size:12.5px;font-weight:500;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rel-row .rr-unlink{opacity:.5;color:var(--txt-3);display:grid;place-items:center;width:20px;height:20px;border-radius:6px;flex-shrink:0;transition:.14s var(--ease)}.rel-row:hover .rr-unlink{opacity:1}.rel-row .rr-unlink:hover{background:var(--bg-2);color:var(--contradiction,#e5484d)}.rel-row .rr-unlink svg{width:12px;height:12px}.rel-row .rr-go{color:var(--txt-3)}.rel-row:hover .rr-go{color:var(--txt-1)}.rel-row .rr-go svg{width:13px;height:13px}.rel-add{display:flex;align-items:center;gap:7px;width:100%;margin-top:4px;padding:9px 10px;border-radius:9px;background:none;border:1px dashed var(--stroke-2);color:var(--txt-1);font-size:12.5px;cursor:pointer;transition:.15s var(--ease)}.rel-add:hover{border-color:var(--accent-line);color:var(--accent-2);background:var(--accent-soft)}.rel-add .rel-add-plus{font-size:15px;line-height:1;color:var(--accent-2)}.rel-link-form{margin-top:6px;padding:10px;border-radius:10px;background:var(--bg-3);border:1px solid var(--stroke-2);display:flex;flex-direction:column;gap:8px;animation:paneIn .18s var(--ease) both}.rel-link-form input{background:var(--bg-2);border:1px solid var(--stroke-2);border-radius:7px;padding:7px 9px;color:var(--txt-0);font-size:12.5px;outline:none;width:100%}.rel-link-form input:focus{border-color:var(--accent-line);box-shadow:0 0 0 3px var(--accent-soft)}.rel-link-form .rl-verb{font-family:var(--mono);font-size:11.5px;color:var(--accent-2)}.rl-matches{display:flex;flex-direction:column;gap:4px;max-height:188px;overflow:auto}.rl-match{display:flex;align-items:center;gap:9px;width:100%;text-align:left;padding:7px 8px;border-radius:7px;background:none;border:none;color:var(--txt-1);font-size:12.5px;cursor:pointer;transition:.12s var(--ease)}.rl-match:hover{background:var(--bg-4);color:var(--txt-0)}.rl-match .rr-dot{width:8px;height:8px;border-radius:3px;flex-shrink:0}.rl-match .rr-l{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.rl-empty{font-size:12px;color:var(--txt-2);padding:6px 2px}.rl-cancel{align-self:flex-start;background:none;border:none;color:var(--txt-2);font-size:11.5px;cursor:pointer;padding:2px}.rl-cancel:hover{color:var(--txt-0)}.kv{display:flex;flex-direction:column;gap:1px}.kv-row{display:flex;align-items:center;justify-content:space-between;padding:8px 2px;border-bottom:1px solid var(--stroke);font-size:12px}.kv-row:last-child{border:none}.kv-row .kv-k{color:var(--txt-2)}.kv-row .kv-v{color:var(--txt-0);font-weight:500;font-family:var(--mono);font-size:11.5px;word-break:break-all;text-align:right;max-width:62%}.mcp-note{margin-top:12px;display:flex;gap:9px;padding:10px 11px;border-radius:10px;background:#7c5cff12;border:1px solid var(--accent-line)}.mcp-note svg{width:15px;height:15px;color:var(--accent-2);flex-shrink:0;margin-top:1px}.mcp-note .mn-t{font-size:11.5px;font-weight:600;margin-bottom:2px}.mcp-note .mn-d{font-size:11px;color:var(--txt-1);line-height:1.5}.ctx-pane{padding:16px 16px 28px}.pane-anim{animation:paneIn .28s var(--ease) both}@keyframes paneIn{0%{transform:translateY(5px)}to{transform:translateY(0)}}.sel-fab{position:fixed;z-index:65;display:flex;align-items:center;gap:7px;height:32px;padding:0 12px;background:var(--accent);color:#fff;border-radius:9px;font-size:12.5px;font-weight:500;box-shadow:0 6px 22px #7c5cff80;transform:translate(-50%,-4px) scale(.96);opacity:0;transition:.16s var(--ease);pointer-events:none;white-space:nowrap}.sel-fab.show{opacity:1;transform:translate(-50%) scale(1);pointer-events:auto}.sel-fab svg{width:14px;height:14px}.sel-fab .sf-q{max-width:160px;overflow:hidden;text-overflow:ellipsis;opacity:.85}.sel-pop{position:fixed;z-index:66;display:flex;flex-direction:column;gap:8px;align-items:center}.sp-bar{display:flex;gap:7px;align-items:center}.sp-explore{display:inline-flex;align-items:center;gap:7px;height:34px;padding:0 13px;background:var(--accent);color:#fff;border-radius:9px;font-size:12.5px;font-weight:500;box-shadow:0 6px 22px #7c5cff80;white-space:nowrap;transition:.15s var(--ease)}.sp-explore:hover{background:var(--accent-2)}.sp-explore svg{width:14px;height:14px}.sp-explore .sf-q{max-width:150px;overflow:hidden;text-overflow:ellipsis;opacity:.85}.sp-ask{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 12px;background:var(--bg-3);border:1px solid var(--stroke-2);color:var(--txt-0);border-radius:9px;font-size:12.5px;font-weight:500;box-shadow:var(--shadow);transition:.15s var(--ease)}.sp-ask:hover{background:var(--bg-4);border-color:var(--stroke-3)}.sp-ask.on{background:color-mix(in srgb,var(--accent) 15%,var(--bg-2));border-color:var(--accent-line);color:var(--accent-2)}.sp-ask svg{width:14px;height:14px}.sp-panel{width:300px;background-color:var(--bg-2);background-image:none;border:1px solid var(--stroke-3);border-radius:13px;box-shadow:var(--shadow-lg);padding:12px;animation:lcIn .2s var(--ease)}html[data-theme=light] .sp-panel{background-color:#fff;border-color:var(--stroke-3);box-shadow:0 4px 14px #0f172a21,0 24px 56px #0f172a42}.sp-h{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--txt-2);margin-bottom:9px;font-weight:600}.sp-qs{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.sp-q{display:flex;align-items:center;gap:8px;text-align:left;padding:9px 10px;border-radius:9px;background:var(--bg-3);border:1px solid var(--stroke);color:var(--txt-0);font-size:12.5px;transition:.14s var(--ease)}.sp-q:hover{border-color:var(--accent-line);background:var(--accent-soft)}.sp-q:disabled{opacity:.5}.sp-q svg{width:13px;height:13px;color:var(--accent-2);flex-shrink:0}.sp-q span:not(.sp-go){flex:1;line-height:1.35}.sp-q .sp-go{color:var(--txt-3);display:flex}.sp-q:hover .sp-go{color:var(--accent-2)}.sp-qa-row{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px}.sp-qa{font-size:11.5px;color:var(--txt-1);background:var(--bg-1);border:1px solid var(--stroke);border-radius:18px;padding:5px 11px;transition:.14s var(--ease)}.sp-qa:hover{border-color:var(--accent-line);color:var(--txt-0);background:var(--accent-soft)}.sp-qa:disabled{opacity:.5}.sp-input{display:flex;align-items:center;gap:7px;background:var(--bg-1);border:1px solid var(--stroke-2);border-radius:9px;padding:0 6px 0 10px;height:34px;margin-bottom:10px;transition:.15s var(--ease)}.sp-input:focus-within{border-color:var(--accent-line);box-shadow:0 0 0 3px var(--accent-soft)}.sp-input input{flex:1;background:none;border:none;outline:none;color:var(--txt-0);font-size:12.5px}.sp-input input::placeholder{color:var(--txt-2)}.sp-input button{width:24px;height:24px;border-radius:7px;display:grid;place-items:center;background:var(--accent);color:#fff;flex-shrink:0}.sp-input button svg{width:13px;height:13px}.sp-loading{display:flex;align-items:center;gap:8px;margin-top:10px;font-size:12px;color:var(--accent-2)}.sp-loading .spin svg{width:14px;height:14px}.sp-answer{background:var(--bg-3);border:1px solid var(--stroke);border-left:2.5px solid var(--accent);border-radius:10px;padding:11px}.sp-aq{font-size:12px;font-weight:600;margin-bottom:7px;display:flex;gap:7px;align-items:flex-start;color:var(--txt-0)}.sp-aq svg{width:13px;height:13px;color:var(--accent-2);flex-shrink:0;margin-top:2px}.sp-ab{font-size:12.5px;line-height:1.55;color:var(--txt-body);text-wrap:pretty}.sp-af{display:flex;align-items:center;justify-content:space-between;margin-top:11px;padding-top:9px;border-top:1px solid var(--stroke);font-size:11px}.sp-af>span{display:flex;align-items:center;gap:5px;color:var(--t-model)}.sp-af>span svg{width:12px;height:12px}.sp-af button{color:var(--accent-2);font-weight:500;display:flex;align-items:center;gap:4px}.sp-af button svg{width:12px;height:12px}.sp-again{margin-top:9px;display:flex;align-items:center;gap:6px;color:var(--txt-2);font-size:12px;transition:.14s}.sp-again:hover{color:var(--txt-0)}.sp-again svg{width:13px;height:13px}.evolve-dock,.edit-dock{flex-shrink:0;border-top:1px solid var(--stroke);background:linear-gradient(180deg,transparent,color-mix(in srgb,var(--bg-3) 70%,transparent));padding:13px 16px 15px}.evolve-dock .ed-h,.edit-dock .ed-h{display:flex;align-items:center;gap:7px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--txt-1)}.evolve-dock .ed-h svg,.edit-dock .ed-h svg{width:13px;height:13px;color:var(--accent-2)}.evolve-dock .ed-sub,.edit-dock .ed-sub{font-size:11px;color:var(--txt-3);margin:3px 0 11px;line-height:1.4}.ed-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.ed-chip{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;color:var(--txt-1);background:var(--bg-2);border:1px solid var(--stroke-2);border-radius:18px;padding:5px 10px;transition:.14s var(--ease)}.ed-chip:hover{border-color:var(--accent-line);color:var(--txt-0);background:var(--accent-soft)}.ed-chip.on{border-color:var(--accent-line);color:var(--accent-2);background:var(--accent-soft)}.ed-chip.busy{opacity:.7;pointer-events:none}.ed-chip.queued{border-color:var(--accent-line);color:var(--accent-2)}.ed-chip svg{width:13px;height:13px;color:var(--accent-2)}.ed-chip .spin svg{width:13px;height:13px}.ed-chip .ed-badge{display:inline-grid;place-items:center;min-width:15px;height:15px;padding:0 4px;border-radius:8px;background:var(--accent);color:#fff;font-size:9.5px;font-weight:700;line-height:1}.evolve-dock .ed-h .ed-count{margin-left:auto;font-size:10px;font-weight:600;color:var(--accent-2);background:var(--accent-soft);border:1px solid var(--accent-line);border-radius:6px;padding:1px 7px;text-transform:none;letter-spacing:0}.ed-compare{display:flex;flex-direction:column;gap:3px;margin-bottom:10px;max-height:138px;overflow:auto;padding:7px;background:var(--bg-2);border:1px solid var(--stroke);border-radius:10px}.ed-compare .ec-h{font-size:10px;color:var(--txt-2);text-transform:uppercase;letter-spacing:.06em;padding:2px 5px 5px;font-weight:600}.ed-comp-item{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:7px;font-size:12px;color:var(--txt-1);cursor:pointer;transition:.13s var(--ease)}.ed-comp-item:hover{background:var(--bg-4);color:var(--txt-0)}.ed-comp-item .dot{width:8px;height:8px;border-radius:3px;flex-shrink:0}.ed-input{display:flex;align-items:center;gap:7px;background:var(--bg-2);border:1px solid var(--stroke-2);border-radius:9px;height:34px;padding:0 6px 0 11px;transition:.15s var(--ease)}.ed-input:focus-within{border-color:var(--accent-line);box-shadow:0 0 0 3px var(--accent-soft)}.ed-input input{flex:1;background:none;border:none;outline:none;color:var(--txt-0);font-size:12px;min-width:0}.ed-input input::placeholder{color:var(--txt-2)}.ed-input button{width:24px;height:24px;border-radius:7px;display:grid;place-items:center;background:var(--accent);color:#fff;flex-shrink:0;transition:.14s}.ed-input button:hover{background:var(--accent-2)}.ed-input button svg{width:13px;height:13px}.evo-list{margin-top:24px;display:flex;flex-direction:column;gap:14px}.evo-block{position:relative;padding:15px 17px;border-radius:13px;background:var(--bg-2);border:1px solid var(--stroke-2);border-left:2.5px solid var(--accent)}.evo-merge{display:inline-flex;align-items:center;gap:6px;margin-top:11px;font-size:11.5px;font-weight:500;color:var(--accent-2);background:var(--accent-soft);border:1px solid var(--accent-line);border-radius:8px;padding:5px 11px;transition:.14s var(--ease)}.evo-merge:hover{background:var(--accent);color:#fff}.evo-merge:disabled{opacity:.6;pointer-events:none}.evo-merge svg{width:12px;height:12px}.evo-del{display:grid;place-items:center;width:22px;height:22px;border-radius:6px;color:var(--txt-3);flex-shrink:0;transition:.14s var(--ease)}.evo-del:hover{background:var(--bg-4);color:var(--contradiction,#e5484d)}.evo-del svg{width:13px;height:13px}.rail-btn.rail-chat{color:var(--accent-2)}.chat-ov{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;place-items:center;background:var(--scrim);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:20px}.chat-panel{width:460px;max-width:calc(100vw - 32px);height:600px;max-height:calc(100dvh - 80px);display:flex;flex-direction:column;background:var(--bg-2);border:1px solid var(--stroke-2);border-radius:16px;box-shadow:var(--shadow-lg);overflow:hidden}.chat-head{display:flex;align-items:center;justify-content:space-between;padding:13px 15px;border-bottom:1px solid var(--stroke);font-size:13px;font-weight:600;color:var(--txt-0)}.chat-head span{display:flex;align-items:center;gap:8px}.chat-head svg{width:15px;height:15px;color:var(--accent-2)}.chat-head .chat-ws{color:var(--accent-2);font-weight:600}.chat-src.chat-web{display:inline-flex;align-items:center;gap:5px;text-decoration:none;color:var(--accent-2)}.chat-src.chat-web svg{width:11px;height:11px}.src-list{margin-top:28px;padding-top:18px;border-top:1px solid var(--stroke)}.src-list .src-h{display:flex;align-items:center;gap:7px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--txt-2);margin-bottom:11px}.src-list .src-h svg{width:13px;height:13px;color:var(--accent-2)}.src-row{display:flex;align-items:baseline;gap:10px;padding:8px 11px;border-radius:9px;background:var(--bg-3);border:1px solid var(--stroke);margin-bottom:7px;text-decoration:none}.src-row .src-t{font-size:13px;font-weight:500;color:var(--txt-0);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;align-items:center;gap:6px}.src-row .src-t svg{width:14px;height:14px;flex-shrink:0;color:var(--accent-2)}.src-row .src-d{font-size:11.5px;color:var(--txt-2);flex-shrink:0;font-family:var(--mono)}.src-link:hover{border-color:var(--accent-line);background:var(--accent-soft)}.src-link:hover .src-d{color:var(--accent-2)}button.src-link{width:100%;text-align:left;cursor:pointer;font:inherit}.chat-clear{font-size:11px;color:var(--txt-2)}.chat-clear:hover{color:var(--txt-0)}.chat-body{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:12px}.chat-empty{color:var(--txt-2);font-size:12.5px;line-height:1.6;margin:auto 0;text-align:center;padding:0 10px}.chat-empty b{color:var(--txt-1);font-weight:600}.chat-msg{display:flex;flex-direction:column;gap:7px;max-width:100%}.chat-msg.user{align-items:flex-end}.chat-msg.user .chat-bubble{background:var(--accent);color:#fff;border-radius:13px 13px 4px;max-width:85%}.chat-msg.assistant .chat-bubble{background:var(--bg-3);color:var(--txt-0);border-radius:13px 13px 13px 4px;max-width:92%;border:1px solid var(--stroke)}.chat-bubble{padding:9px 13px;font-size:13px;line-height:1.55;white-space:pre-wrap;word-break:break-word}.chat-bubble .md{font-size:13px;line-height:1.55;white-space:normal;color:inherit}.chat-bubble .md p,.chat-bubble .md ul,.chat-bubble .md ol{margin:0 0 8px}.chat-bubble .md>:last-child{margin-bottom:0}.chat-bubble .md h1,.chat-bubble .md h2,.chat-bubble .md h3{font-size:1.05em;margin:10px 0 5px}.chat-srcs{display:flex;flex-wrap:wrap;gap:6px}.chat-src{font-size:11.5px;color:var(--accent-2);background:var(--accent-soft);border:1px solid var(--accent-line);border-radius:7px;padding:3px 9px}.chat-src:hover{background:var(--accent);color:#fff}.chat-save{display:inline-flex;align-items:center;gap:5px;align-self:flex-start;font-size:11.5px;color:var(--txt-1);border:1px solid var(--stroke-2);border-radius:7px;padding:4px 10px}.chat-save:hover{border-color:var(--accent-line);color:var(--accent-2);background:var(--accent-soft)}.chat-save svg{width:12px;height:12px}.chat-saved{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;color:var(--accent-2)}.chat-saved svg{width:13px;height:13px}.chat-input{display:flex;align-items:center;gap:8px;padding:11px 12px;border-top:1px solid var(--stroke)}.chat-input input{flex:1;background:var(--bg-1);border:1px solid var(--stroke-2);border-radius:10px;height:38px;padding:0 13px;color:var(--txt-0);font-size:13px;outline:none}.chat-input input:focus{border-color:var(--accent-line);box-shadow:0 0 0 3px var(--accent-soft)}.chat-input button{width:38px;height:38px;flex-shrink:0;border-radius:10px;display:grid;place-items:center;background:var(--accent);color:#fff}.chat-input button:hover{background:var(--accent-2)}.chat-input button:disabled{opacity:.5}.evo-block .evo-k{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--txt-0);margin-bottom:8px}.evo-block .evo-k>svg{width:15px;height:15px;color:var(--accent-2);flex-shrink:0}.evo-block .evo-k>span:first-of-type{min-width:0}.evo-tag{margin-left:auto;font-family:var(--mono);font-size:9.5px;text-transform:uppercase;letter-spacing:.05em;color:var(--accent-2);display:inline-flex;align-items:center;gap:4px;font-weight:500;flex-shrink:0}.evo-tag svg{width:11px;height:11px}.evo-b{font-size:14.5px;line-height:1.65;color:var(--txt-body);text-wrap:pretty}.evo-code{margin-top:10px;background:var(--bg-1);border:1px solid var(--stroke);border-radius:9px;padding:11px 13px;font-family:var(--mono);font-size:12px;line-height:1.6;color:var(--txt-1);white-space:pre-wrap;overflow-x:auto}.evo-src{margin:10px 0 0;padding-left:18px;display:flex;flex-direction:column;gap:5px}.evo-src li{font-size:13.5px;color:var(--txt-1);line-height:1.5}.evo-src li::marker{color:var(--accent-2)}.evo-src a{color:var(--accent-2);text-decoration:none;border-bottom:1px solid var(--accent-line);transition:.14s var(--ease)}.evo-src a:hover{color:var(--accent);border-bottom-color:var(--accent)}.evo-new{animation:evoIn .5s var(--ease)}@keyframes evoIn{0%{transform:translateY(8px)}to{transform:none}}.launcher-ov{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:var(--scrim);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);display:flex;align-items:flex-start;justify-content:center;padding:11vh 16px 4vh;opacity:1}.launcher{width:min(660px,92vw);max-height:calc(100dvh - 15vh - 16px);display:flex;flex-direction:column;background:var(--bg-2);border:1px solid var(--stroke-2);border-radius:var(--r-xl);box-shadow:var(--shadow-lg);overflow:hidden;transform:none;animation:lcIn .26s var(--ease)}.launcher .lc-head,.launcher .lc-tabs{flex-shrink:0}.launcher .lc-body{overflow-y:auto}@keyframes lcIn{0%{transform:translateY(10px) scale(.99)}to{transform:none}}.lc-head{display:flex;align-items:center;gap:11px;padding:16px 18px;border-bottom:1px solid var(--stroke)}.lc-head .lc-spark{width:30px;height:30px;border-radius:9px;background:var(--accent-soft);border:1px solid var(--accent-line);display:grid;place-items:center;color:var(--accent-2)}.lc-head .lc-spark svg{width:16px;height:16px}.lc-head h3{font-size:15px;font-weight:600}.lc-head .lc-sub{font-size:12px;color:var(--txt-2);margin-top:1px}.lc-head .lc-x{margin-left:auto;width:30px;height:30px;border-radius:8px;display:grid;place-items:center;color:var(--txt-2)}.lc-head .lc-x:hover{background:var(--bg-3);color:var(--txt-0)}.lc-head .lc-x svg{width:16px;height:16px}.lc-tabs{display:flex;gap:4px;padding:12px 14px 0}.lc-tab{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:13px;border-radius:11px;border:1px solid var(--stroke);background:var(--bg-1);cursor:pointer;transition:.15s var(--ease)}.lc-tab:hover{border-color:var(--stroke-2);background:var(--bg-3)}.lc-tab.on{border-color:var(--accent-line);background:var(--accent-soft)}.lc-tab .lt-ic{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;background:var(--bg-3);border:1px solid var(--stroke);color:var(--txt-1)}.lc-tab.on .lt-ic{color:var(--accent-2);border-color:var(--accent-line);background:#7c5cff1f}.lc-tab .lt-ic svg{width:16px;height:16px}.lc-tab .lt-t{font-size:12.5px;font-weight:600;color:var(--txt-0)}.lc-tab .lt-d{font-size:10.5px;color:var(--txt-2);line-height:1.4}.lc-body{padding:16px 18px 20px}.lc-prompt{display:flex;align-items:flex-start;gap:10px;background:var(--bg-1);border:1px solid var(--stroke-2);border-radius:13px;padding:13px 14px;transition:.16s var(--ease)}.lc-prompt:focus-within{border-color:var(--accent-line);box-shadow:0 0 0 3px var(--accent-soft)}.lc-prompt textarea{flex:1;background:none;border:none;outline:none;resize:none;color:var(--txt-0);font-size:14px;line-height:1.5;font-family:var(--ui);min-height:48px}.lc-prompt textarea::placeholder{color:var(--txt-2)}.lc-prompt .lp-ic{color:var(--accent-2);margin-top:2px}.lc-prompt .lp-ic svg{width:17px;height:17px}.lc-drop{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:30px;text-align:center;border:1.5px dashed var(--stroke-3);border-radius:13px;background:var(--bg-1);cursor:pointer;transition:.16s var(--ease)}.lc-drop:hover,.lc-drop.drag{border-color:var(--accent-line);background:var(--accent-soft)}.lc-drop .ld-ic{width:42px;height:42px;border-radius:11px;background:var(--bg-3);border:1px solid var(--stroke);display:grid;place-items:center;color:var(--txt-1)}.lc-drop .ld-ic svg{width:20px;height:20px}.lc-drop .ld-t{font-size:13px;font-weight:500}.lc-drop .ld-d{font-size:11.5px;color:var(--txt-2)}.lc-formats{display:flex;gap:6px;flex-wrap:wrap;justify-content:center;margin-top:2px}.lc-fmt{font-family:var(--mono);font-size:10px;color:var(--txt-2);border:1px solid var(--stroke);border-radius:5px;padding:2px 7px}.lc-ex{margin-top:14px}.lc-ex-h{font-size:11px;color:var(--txt-2);margin-bottom:8px;text-transform:uppercase;letter-spacing:.05em}.lc-ex-row{display:flex;flex-wrap:wrap;gap:7px}.lc-chip{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--txt-1);background:var(--bg-3);border:1px solid var(--stroke);border-radius:20px;padding:5px 11px;cursor:pointer;transition:.14s var(--ease)}.lc-chip:hover{border-color:var(--accent-line);color:var(--txt-0);background:var(--accent-soft)}.lc-chip svg{width:12px;height:12px;color:var(--txt-2)}.lc-foot{display:flex;align-items:center;gap:10px;margin-top:16px}.lc-foot .lf-hint{font-size:11px;color:var(--txt-3);display:flex;align-items:center;gap:6px}.lc-foot .lf-hint svg{width:13px;height:13px;flex-shrink:0}.lc-foot .lf-hint kbd{font-family:var(--mono);font-size:10px;border:1px solid var(--stroke-2);border-radius:5px;padding:1px 5px}.lc-go{margin-left:auto;display:flex;align-items:center;gap:7px;height:36px;padding:0 16px;border-radius:10px;background:var(--accent);color:#fff;font-size:13px;font-weight:500;box-shadow:0 4px 16px #7c5cff66;transition:.15s var(--ease)}.lc-go:hover{background:var(--accent-2)}.lc-go svg{width:15px;height:15px}.repo-list{display:flex;flex-direction:column;gap:7px}.repo-row{display:flex;align-items:center;gap:11px;padding:11px;border-radius:10px;background:var(--bg-1);border:1px solid var(--stroke);cursor:pointer;transition:.15s var(--ease)}.repo-row:hover{border-color:var(--accent-line);background:var(--bg-3)}.repo-row .rp-ic{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;background:var(--bg-3);border:1px solid var(--stroke);color:var(--txt-1)}.repo-row .rp-ic svg{width:16px;height:16px}.repo-row .rp-t{font-size:13px;font-weight:500;font-family:var(--mono)}.repo-row .rp-d{font-size:11px;color:var(--txt-2);margin-top:1px}.repo-row .rp-go{margin-left:auto;color:var(--txt-3)}.repo-row:hover .rp-go{color:var(--accent-2)}.repo-row .rp-go svg{width:15px;height:15px}.ws-pop{position:absolute;z-index:70;top:56px;left:14px;width:264px;background:var(--bg-2);border:1px solid var(--stroke-2);border-radius:var(--r-lg);box-shadow:var(--shadow-lg);padding:7px;opacity:1;transform:none;animation:lcIn .2s var(--ease);display:flex;flex-direction:column;max-height:calc(100dvh - 76px)}.ws-pop .ws-list{flex:1 1 auto;overflow-y:auto;min-height:0;max-height:408px;margin:0 -3px;padding:0 3px}.ws-pop .wp-sep,.ws-pop .ws-new,.ws-pop .ws-create{flex-shrink:0}.ws-pop .wp-h{font-size:10.5px;text-transform:uppercase;letter-spacing:.06em;color:var(--txt-2);padding:8px 10px 6px;font-weight:600;flex-shrink:0}.ws-pop .ws-search{display:flex;align-items:center;gap:7px;flex-shrink:0;margin:2px 3px 6px;padding:0 9px;height:34px;background:var(--bg-1);border:1px solid var(--stroke);border-radius:8px;transition:border-color .13s var(--ease)}.ws-pop .ws-search:focus-within{border-color:var(--stroke-2)}.ws-pop .ws-search-i{display:flex;color:var(--txt-2);flex-shrink:0}.ws-pop .ws-search-i svg{width:15px;height:15px}.ws-pop .ws-search-in{flex:1;min-width:0;background:none;border:0;outline:none;color:var(--txt-0);font-size:12.5px;padding:0}.ws-pop .ws-search-in::placeholder{color:var(--txt-2)}.ws-pop .ws-empty{padding:14px 10px;font-size:12px;color:var(--txt-2);text-align:center}.ws-item{display:flex;align-items:center;gap:11px;padding:9px 10px;border-radius:9px;cursor:pointer;transition:.13s var(--ease)}.ws-item:hover,.ws-item.on{background:var(--bg-3)}.ws-item .wi-dot{width:9px;height:9px;border-radius:3px;flex-shrink:0}.ws-item .wi-main{flex:1;min-width:0}.ws-item .wi-t{font-size:13px;font-weight:500;display:flex;align-items:center;gap:7px}.ws-item .wi-d{font-size:11px;color:var(--txt-2);margin-top:1px}.ws-pop .wp-sep{height:1px;background:var(--stroke);margin:6px 4px}.ws-rules-modal{width:520px;max-width:calc(100vw - 32px);background:var(--bg-2);border:1px solid var(--stroke-2);border-radius:16px;box-shadow:var(--shadow-lg);padding:20px}.ws-rules-modal .ws-rules-h{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--txt-0);margin-bottom:5px}.ws-rules-modal .ws-rules-h svg{width:16px;height:16px;color:var(--accent-2)}.ws-rules-modal .ws-rules-sub{font-size:12px;color:var(--txt-2);line-height:1.5;margin-bottom:14px}.ws-rules-modal textarea{width:100%;min-height:200px;resize:vertical;background:var(--bg-1);border:1px solid var(--stroke-2);border-radius:11px;padding:13px 15px;color:var(--txt-0);font-family:var(--ui);font-size:13.5px;line-height:1.6;outline:none}.ws-rules-modal textarea:focus{border-color:var(--accent-line);box-shadow:0 0 0 3px var(--accent-soft)}.ws-rules-modal .ws-rules-count{margin-top:6px;text-align:right;font-size:11px;color:var(--txt-3);font-variant-numeric:tabular-nums}.ws-rules-modal .ws-rules-count.near{color:var(--t-warn,#e0a800)}.ws-rules-modal .ws-rules-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:14px}.ws-new{display:flex;align-items:center;gap:9px;padding:9px 10px;border-radius:9px;cursor:pointer;color:var(--txt-1);font-size:12.5px}.ws-new:hover{background:var(--bg-3);color:var(--txt-0)}.ws-new svg{width:15px;height:15px}.workspace-tag{cursor:pointer;white-space:nowrap;flex-shrink:0;max-width:240px;min-width:0}.workspace-tag .dot,.workspace-tag .muted,.workspace-tag .ws-chev{flex-shrink:0}.workspace-tag .ws-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:150px}.workspace-tag .ws-chev{color:var(--txt-2)}.workspace-tag .ws-chev svg{width:13px;height:13px;display:block}.gbtn .kbd-mini{font-family:var(--mono);font-size:10px;color:var(--txt-3);border:1px solid var(--stroke-2);border-radius:4px;padding:0 4px;margin-left:2px}.graph-empty{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;display:grid;place-items:center;pointer-events:none}.graph-empty .ge-card{pointer-events:auto;text-align:center;max-width:340px;padding:28px 26px;background:var(--glass-strong);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid var(--stroke-2);border-radius:var(--r-lg);box-shadow:var(--shadow-lg)}.graph-empty .ge-ic{width:52px;height:52px;border-radius:14px;margin:0 auto 16px;display:grid;place-items:center;background:var(--accent-soft);border:1px solid var(--accent-line);color:var(--accent-2)}.graph-empty .ge-ic svg{width:24px;height:24px}.graph-empty h3{font-size:16px;font-weight:600;margin-bottom:7px}.graph-empty p{font-size:13px;color:var(--txt-2);line-height:1.6;margin-bottom:18px}.graph-empty .lc-go{margin:0 auto}.ws-create{padding:8px 6px 4px;display:flex;flex-direction:column;gap:10px}.ws-create-name{background:var(--bg-1);border:1px solid var(--stroke-2);border-radius:9px;height:34px;padding:0 11px;color:var(--txt-0);font-size:13px;outline:none;transition:.15s var(--ease)}.ws-create-name:focus{border-color:var(--accent-line);box-shadow:0 0 0 3px var(--accent-soft)}.ws-create-name::placeholder{color:var(--txt-2)}.ws-create-colors{display:flex;gap:8px;padding:0 2px}.ws-sw{width:24px;height:24px;border-radius:7px;border:2px solid transparent;box-shadow:0 2px 8px #00000059;transition:.14s var(--ease)}.ws-sw.on{border-color:#fff;transform:scale(1.08)}.ws-create-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.ws-cancel{height:32px;padding:0 12px;border-radius:8px;color:var(--txt-1);font-size:12.5px;border:1px solid var(--stroke-2)}.ws-cancel:hover{color:var(--txt-0);background:var(--bg-3)}.ws-go{display:flex;align-items:center;gap:6px;height:32px;padding:0 13px;border-radius:8px;background:var(--accent);color:#fff;font-size:12.5px;font-weight:500;box-shadow:0 4px 14px #7c5cff66;transition:.15s var(--ease)}.ws-go:hover{background:var(--accent-2)}.ws-go:disabled{opacity:.5;box-shadow:none}.ws-go svg{width:14px;height:14px}.detail-head .dh-star{width:28px;height:28px;border-radius:7px;display:grid;place-items:center;color:var(--txt-2);transition:.15s}.detail-head .dh-star:hover{background:var(--bg-3);color:var(--txt-0)}.detail-head .dh-star svg{width:16px;height:16px}.detail-head .dh-star.on{color:#fbbf24}.detail-head .dh-star.on svg{fill:#fbbf24;stroke:#fbbf24}.detail-head .dh-icon{width:28px;height:28px;border-radius:7px;display:grid;place-items:center;color:var(--txt-2);transition:.15s}.detail-head .dh-icon:hover{background:var(--bg-3);color:var(--txt-0)}.detail-head .dh-icon.danger:hover{background:#fb71851f;color:#fb7185}.detail-head .dh-icon svg{width:15px;height:15px}.dh-confirm{display:flex;align-items:center;gap:4px}.dh-confirm-yes,.dh-confirm-no{width:26px;height:26px;border-radius:7px;display:grid;place-items:center;transition:.15s;flex-shrink:0}.dh-confirm-yes{color:#34d399}.dh-confirm-yes:hover{background:#34d39924}.dh-confirm-no{color:var(--txt-2)}.dh-confirm-no:hover{background:var(--bg-3);color:var(--txt-0)}.dh-confirm-yes svg,.dh-confirm-no svg{width:15px;height:15px}.dh-title-edit{display:flex;align-items:center;gap:6px;margin:2px 0 4px}.dh-title-edit input{flex:1;min-width:0;background:var(--bg-1);border:1px solid var(--accent-line);border-radius:8px;height:34px;padding:0 11px;color:var(--txt-0);font-size:17px;font-weight:600;outline:none;box-shadow:0 0 0 3px var(--accent-soft)}.dh-title-edit select{background:var(--bg-1);border:1px solid var(--stroke-2);border-radius:8px;height:34px;padding:0 6px;color:var(--txt-1);font-size:11.5px;outline:none}.ws-card,.disc{position:relative}.row-actions{display:flex;align-items:center;gap:2px;flex-shrink:0;align-self:flex-start;opacity:0;transition:opacity .13s}.ws-card:hover .row-actions,.disc:hover .row-actions,.ws-item:hover .row-actions,.row-actions:focus-within{opacity:1}.row-btn{width:25px;height:25px;border-radius:6px;display:grid;place-items:center;color:var(--txt-3);transition:.13s;flex-shrink:0}.row-btn:hover{background:var(--bg-1);color:var(--txt-0)}.row-btn.danger:hover{background:#fb718524;color:#fb7185}.row-btn:disabled{opacity:.35;cursor:not-allowed}.row-btn svg{width:14px;height:14px}.row-edit{display:flex;align-items:center;gap:6px;flex:1;min-width:0}.row-edit input{flex:1;min-width:0;background:var(--bg-1);border:1px solid var(--accent-line);border-radius:7px;height:30px;padding:0 10px;color:var(--txt-0);font-size:12.5px;outline:none;box-shadow:0 0 0 3px var(--accent-soft)}.row-edit .dh-confirm-yes,.row-edit .dh-confirm-no{width:24px;height:24px}.node-grp.connect-target{filter:drop-shadow(0 0 7px var(--accent)) drop-shadow(0 0 2px var(--accent))}.gctx-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200}.gctx{position:fixed;z-index:201;min-width:168px;background:var(--bg-2);border:1px solid var(--stroke-2);border-radius:10px;box-shadow:var(--shadow-lg);padding:5px;display:flex;flex-direction:column;gap:2px;animation:lcIn .14s var(--ease)}.gctx-item{display:flex;align-items:center;gap:9px;width:100%;text-align:left;padding:8px 10px;border-radius:7px;font-size:12.5px;color:var(--txt-1);transition:.12s var(--ease)}.gctx-item:hover{background:var(--bg-3);color:var(--txt-0)}.gctx-item svg{width:14px;height:14px;color:var(--txt-2);flex-shrink:0}.gctx-item.danger{color:var(--danger,#f87171)}.gctx-item.danger:hover{background:#f871711f}.gctx-item.danger svg{color:currentColor}.gctx-confirm{font-size:11.5px;color:var(--txt-2);padding:6px 10px 4px}.gctx-input{background:var(--bg-1);border:1px solid var(--accent-line);border-radius:7px;height:32px;padding:0 10px;color:var(--txt-0);font-size:12.5px;outline:none;box-shadow:0 0 0 3px var(--accent-soft);min-width:180px}.gconnect-hint{position:absolute;left:50%;top:14px;transform:translate(-50%);z-index:31;display:flex;align-items:center;gap:7px;background:var(--bg-2);border:1px solid var(--accent-line);border-radius:999px;padding:7px 14px;font-size:12px;color:var(--txt-0);box-shadow:var(--shadow-lg);animation:lcIn .16s var(--ease)}.gconnect-hint svg{width:14px;height:14px;color:var(--accent-2)}.side-panel{position:absolute;left:14px;top:62px;bottom:14px;width:264px;z-index:7;display:flex;flex-direction:column;background:var(--glass-strong);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid var(--stroke-2);border-radius:var(--r-md);box-shadow:var(--shadow-lg);overflow:hidden}.side-panel .sp-head{display:flex;align-items:center;justify-content:space-between;padding:11px 12px;border-bottom:1px solid var(--stroke);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--txt-2)}.side-panel .sp-x{width:24px;height:24px;border-radius:6px;display:grid;place-items:center;color:var(--txt-2)}.side-panel .sp-x:hover{background:var(--bg-3);color:var(--txt-0)}.side-panel .sp-x svg{width:14px;height:14px}.side-panel .sp-list{flex:1;overflow-y:auto;padding:8px}.side-panel .sp-empty{font-size:12px;color:var(--txt-3);line-height:1.5;padding:14px 8px}.side-panel .sp-row{display:flex;align-items:center;gap:8px;padding:8px 9px;border-radius:8px;font-size:12.5px;color:var(--txt-1)}.side-panel .sp-row.clickable{cursor:pointer}.side-panel .sp-row.clickable:hover{background:var(--bg-3);color:var(--txt-0)}.side-panel .sp-k{font-family:var(--mono);font-size:9px;text-transform:uppercase;letter-spacing:.04em;color:var(--accent-2);background:var(--accent-soft);border:1px solid var(--accent-line);border-radius:5px;padding:1px 6px;flex-shrink:0}.side-panel .sp-l{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.library-panel{flex:1;display:flex;flex-direction:column;min-height:0}.library-panel .lib-tabs{display:flex;gap:4px;padding:8px 10px;border-bottom:1px solid var(--stroke)}.library-panel .lib-tab{flex:1;padding:6px 8px;border-radius:7px;font-size:11.5px;color:var(--txt-2);background:transparent}.library-panel .lib-tab:hover{background:var(--bg-3);color:var(--txt-0)}.library-panel .lib-tab.on{background:var(--bg-4);color:var(--txt-0);font-weight:500}.library-panel .sp-list{flex:1;overflow-y:auto;padding:8px}.lib-row{border-radius:9px;border:1px solid var(--stroke);background:var(--bg-3);margin-bottom:7px;overflow:hidden;transition:border-color .14s var(--ease)}.lib-row.open{border-color:var(--stroke-2)}.lib-row .lib-main{display:flex;align-items:center;gap:4px;padding-right:6px}.lib-row .lib-open{flex:1;min-width:0;display:flex;align-items:center;gap:8px;padding:9px 4px 9px 10px;background:none;border:none;cursor:pointer;text-align:left;border-radius:9px;transition:.12s var(--ease)}.lib-row .lib-open:hover{background:var(--bg-4)}.lib-row .lib-kind{font-family:var(--mono);font-size:8.5px;text-transform:uppercase;letter-spacing:.05em;color:var(--accent-2);background:var(--bg-1);border-radius:4px;padding:2px 5px;flex-shrink:0}.lib-row .lib-t{flex:1;min-width:0;font-size:12.5px;color:var(--txt-1);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lib-row .lib-meta{font-size:10px;color:var(--txt-3);flex-shrink:0}.lib-row .lib-main .row-btn{flex-shrink:0}.lib-row .lib-body{padding:9px 10px 10px;font-size:12px;color:var(--txt-2);line-height:1.5;white-space:pre-wrap;border-top:1px solid var(--stroke)}.lib-row .lib-ctx{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:10px;padding-top:9px;border-top:1px dashed var(--stroke)}.lib-row .lib-ctx-label{font-size:9.5px;text-transform:uppercase;letter-spacing:.05em;color:var(--txt-3);margin-right:1px}.lib-row .lib-ctx-link{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:500;color:var(--accent-2);background:var(--accent-soft);border:1px solid var(--accent-line);border-radius:7px;padding:4px 9px;cursor:pointer;transition:.12s var(--ease);max-width:100%}.lib-row .lib-ctx-link:hover{background:color-mix(in srgb,var(--accent) 16%,transparent);border-color:var(--accent)}.lib-row .lib-ctx-link svg{width:13px;height:13px;flex-shrink:0}.search-divider{font-family:var(--mono);font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:var(--txt-3);padding:8px 12px 4px;border-top:1px solid var(--stroke);margin-top:4px}.source-reader .gbtn{font-size:11px;padding:4px 10px}.source-reader .src-prov{display:flex;gap:9px;align-items:center;margin-bottom:14px;opacity:.75;font-size:12px;color:var(--txt-2)}.source-reader .src-prov svg{width:15px;height:15px;flex-shrink:0;color:var(--accent-2)}.source-reader .src-prov>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.source-reader .src-prov>span.src-extracting{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;overflow:visible;color:var(--accent-2);font-weight:500}.source-reader .src-extracting svg{width:13px;height:13px}.source-reader .source-image{display:block;max-width:100%;height:auto;border-radius:10px;border:1px solid var(--stroke);margin:0 0 18px}.tok-default-ws{margin-top:6px;width:100%;padding:7px 9px;border-radius:8px;background:var(--bg-3);border:1px solid var(--stroke);color:var(--txt-1);font-size:12.5px}.lib-proposals{padding:8px 10px;border-bottom:1px solid var(--stroke)}.lib-prop{border:1px solid var(--accent);border-radius:9px;padding:10px;margin-bottom:7px;background:color-mix(in srgb,var(--accent) 8%,transparent)}.lib-prop .lib-prop-t{font-size:12px;font-weight:500;display:flex;align-items:center;gap:6px;color:var(--txt-0)}.lib-prop .lib-prop-t svg{width:13px;height:13px}.lib-prop .lib-prop-d{font-size:11.5px;color:var(--txt-2);margin:4px 0 8px}.lib-prop .lib-prop-actions{display:flex;gap:6px}.lib-prop .lib-prop-actions .gbtn{font-size:11px;padding:4px 12px}.settings-modal{width:min(720px,94vw);max-height:84vh;background:var(--bg-2);border:1px solid var(--stroke-2);border-radius:var(--r-xl);box-shadow:var(--shadow-lg);overflow:hidden;display:flex;flex-direction:column;animation:lcIn .26s var(--ease)}.settings-shell{display:flex;min-height:0;flex:1}.settings-nav{flex:0 0 176px;display:flex;flex-direction:column;gap:2px;padding:14px 10px;border-right:1px solid var(--stroke);overflow-y:auto}.settings-nav .snav{display:flex;align-items:center;gap:10px;padding:9px 11px;border-radius:9px;font-size:13px;color:var(--txt-1);text-align:left;transition:.13s var(--ease)}.settings-nav .snav:hover{background:var(--bg-3);color:var(--txt-0)}.settings-nav .snav.on{background:var(--accent-soft);color:var(--accent-2);font-weight:600}.settings-nav .snav svg{width:16px;height:16px;flex:none;opacity:.65}.settings-nav .snav.on svg{opacity:1}.settings-pane{flex:1;min-width:0;overflow-y:auto;padding:18px 22px 24px}.settings-pane .pane-title{font-size:14px;font-weight:600;color:var(--txt-0)}.settings-pane .pane-sub{font-size:12px;color:var(--txt-2);margin:2px 0 14px}.settings-pane .set-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 2px;border-bottom:1px solid var(--stroke);font-size:13px}.settings-pane .set-row:last-of-type{border:none}.settings-pane .set-v{font-family:var(--mono);font-size:12px;color:var(--txt-1);word-break:break-all;text-align:right}.settings-pane .set-select{font-family:var(--ui);font-size:12.5px;color:var(--txt-0);background:var(--bg-1);border:1px solid var(--stroke-2);border-radius:8px;padding:6px 10px;max-width:60%;cursor:pointer;outline:none}.settings-pane .set-select:focus{border-color:var(--accent-line);box-shadow:0 0 0 3px var(--accent-soft)}.set-about{font-size:12px;color:var(--txt-2);line-height:1.6}.usage-block{margin-top:22px;border-top:1px solid var(--stroke);padding-top:16px}.usage-block .usage-head{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:600;color:var(--txt-0)}.usage-block .usage-nav{display:flex;align-items:center;gap:6px}.usage-block .usage-nav button{width:24px;height:24px;border-radius:6px;display:grid;place-items:center;color:var(--txt-2);transition:.15s}.usage-block .usage-nav button:hover:not(:disabled){background:var(--bg-3);color:var(--txt-0)}.usage-block .usage-nav button:disabled{opacity:.3;cursor:default}.usage-block .usage-nav button svg{width:14px;height:14px}.usage-block .usage-month{font-size:11.5px;font-weight:500;color:var(--txt-1);min-width:96px;text-align:center}.usage-block .ur-trend{font-weight:400;color:var(--txt-3);font-size:11px}.usage-block .usage-row.sub .ur-l{color:var(--txt-2);padding-left:10px}.usage-block .usage-empty{font-size:12px;color:var(--txt-2);margin-top:10px}.usage-block .usage-total{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin:12px 0 6px}.usage-block .ut-n{font-size:26px;font-weight:650;color:var(--accent-2);line-height:1}.usage-block .ut-k{font-size:12px;color:var(--txt-2)}.usage-block .ut-delta{font-size:11px;margin-left:auto;font-variant-numeric:tabular-nums}.usage-block .ut-delta.up{color:var(--t-model,#34D399)}.usage-block .ut-delta.down{color:var(--txt-2)}.usage-block .usage-rows{display:flex;flex-direction:column;margin-top:8px}.usage-block .usage-row{display:flex;align-items:center;justify-content:space-between;padding:6px 2px;border-bottom:1px solid var(--stroke);font-size:12.5px;color:var(--txt-1)}.usage-block .usage-row:last-child{border:none}.usage-block .ur-n{font-variant-numeric:tabular-nums;font-weight:600;color:var(--txt-0)}.usage-block .usage-note{font-size:11px;color:var(--txt-3);margin-top:10px;line-height:1.5}.tok-hint{font-size:12px;color:var(--txt-1);line-height:1.7;margin-bottom:12px}.tok-hint code{font-family:var(--mono);font-size:11px;background:var(--bg-1);border:1px solid var(--stroke);border-radius:5px;padding:1px 5px}.code-copy{margin-bottom:12px;border:1px solid var(--stroke-2);border-radius:10px;overflow:hidden;background:var(--bg-1)}.code-copy .cc-head{display:flex;align-items:center;justify-content:space-between;padding:6px 8px 6px 11px;background:var(--bg-3);border-bottom:1px solid var(--stroke)}.code-copy .cc-label{font-size:11.5px;font-weight:600;color:var(--txt-1)}.code-copy .cc-btn{font-size:11px;font-weight:500;color:var(--accent-2);padding:3px 9px;border-radius:6px;border:1px solid var(--accent-line);background:var(--accent-soft);transition:.15s}.code-copy .cc-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.code-copy .cc-pre{margin:0;padding:11px;font-family:var(--mono);font-size:11px;line-height:1.55;color:var(--txt-0);white-space:pre-wrap;word-break:break-all;overflow-x:auto}.tok-reveal{background:var(--accent-soft);border:1px solid var(--accent-line);border-radius:11px;padding:12px;margin-bottom:14px}.tok-reveal .tr-warn{font-size:11px;color:var(--txt-1);margin-bottom:8px}.tok-reveal .tr-row{display:flex;gap:8px;align-items:center}.tok-reveal code{flex:1;min-width:0;font-family:var(--mono);font-size:12px;word-break:break-all;background:var(--bg-1);border:1px solid var(--stroke);padding:8px 10px;border-radius:8px}.tok-create{border:1px solid var(--stroke-2);border-radius:12px;padding:14px;background:var(--bg-3);margin-bottom:20px}.tok-create-h{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:600;color:var(--txt-0);margin-bottom:12px}.tok-create-h svg{width:14px;height:14px;color:var(--accent-2)}.tok-list-h{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--txt-2);margin-bottom:10px}.tok-add{display:flex;gap:8px;margin-bottom:14px}.tok-create .tok-scope{margin:0}.tok-scope{margin:-4px 0 16px}.tok-scope-h{font-size:11px;font-weight:600;color:var(--txt-1);margin-bottom:8px}.tok-scope-h .tok-scope-sub{font-weight:400;color:var(--txt-3);margin-left:6px}.tok-scope-chips{display:flex;flex-wrap:wrap;gap:6px}.tok-chip{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--txt-1);background:var(--bg-1);border:1px solid var(--stroke-2);border-radius:20px;padding:4px 11px;transition:.14s var(--ease)}.tok-chip:hover{border-color:var(--accent-line)}.tok-chip.on{background:var(--accent-soft);border-color:var(--accent-line);color:var(--accent-2);font-weight:500}.tok-chip svg{width:12px;height:12px}.tok-input{flex:1;min-width:0;background:var(--bg-1);border:1px solid var(--stroke-2);border-radius:9px;height:36px;padding:0 12px;color:var(--txt-0);font-size:13px;outline:none;transition:.15s var(--ease)}.tok-input:focus{border-color:var(--accent-line);box-shadow:0 0 0 3px var(--accent-soft)}.tok-list{display:flex;flex-direction:column;gap:8px}.tok-item{padding:10px 12px;border:1px solid var(--stroke);border-radius:10px;background:var(--bg-1)}.tok-item-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.tok-edit{margin-top:11px;padding-top:11px;border-top:1px solid var(--stroke)}.tok-edit .tok-scope-h{margin-bottom:8px}.tok-edit-actions{display:flex;justify-content:flex-end;margin-top:10px}.tok-item .ti-label{font-size:13px;color:var(--txt-0);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tok-item .ti-mask{font-family:var(--mono);font-size:11px;color:var(--txt-2);margin-left:6px}.tok-item .ti-meta{font-size:11px;color:var(--txt-3);margin-top:2px}.tok-actions{display:flex;gap:6px;flex:none}.tok-empty{font-size:12px;color:var(--txt-3);padding:6px 2px}.insight .in-act-btn{cursor:pointer;background:none;border:none;width:100%;text-align:left}.insight .in-act-btn:hover{color:var(--accent)}.doc-body{padding:16px 18px 22px;max-height:60vh;overflow:auto}.doc-text{font-family:var(--mono);font-size:12.5px;line-height:1.6;color:var(--txt-1);white-space:pre-wrap;word-break:break-word}.doc-placeholder{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;padding:30px 20px;color:var(--txt-2);font-size:13px;line-height:1.6}.doc-placeholder svg{width:30px;height:30px;color:var(--txt-3)}.disc-compose{display:flex;flex-direction:column;gap:8px;margin-top:6px;padding:11px;border-radius:10px;background:var(--bg-3);border:1px solid var(--stroke)}.disc-compose .dc-title{background:var(--bg-1);border:1px solid var(--stroke-2);border-radius:8px;height:32px;padding:0 10px;color:var(--txt-0);font-size:12.5px;outline:none}.disc-compose .dc-body{background:var(--bg-1);border:1px solid var(--stroke-2);border-radius:8px;padding:8px 10px;color:var(--txt-0);font-size:12.5px;outline:none;resize:vertical;min-height:60px;font-family:var(--ui)}.disc-compose .dc-title:focus,.disc-compose .dc-body:focus{border-color:var(--accent-line);box-shadow:0 0 0 3px var(--accent-soft)}.disc-compose .dc-actions{display:flex;justify-content:flex-end;gap:8px}.disc-compose .dc-as{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:500;color:var(--txt-1)}.disc-compose .dc-as .av{width:22px;height:22px;border-radius:6px;display:grid;place-items:center;color:#fff;font-size:11px;font-weight:600;flex-shrink:0}.disc-compose .ws-go:disabled{opacity:.5;cursor:default}.read-prefs{position:absolute;right:0;top:38px;z-index:20;width:188px;background:var(--bg-2);border:1px solid var(--stroke-2);border-radius:11px;box-shadow:var(--shadow-lg);padding:10px;animation:lcIn .18s var(--ease)}.read-prefs .rp-row{display:flex;align-items:center;justify-content:space-between;font-size:12.5px;color:var(--txt-1);padding:6px 2px}.read-prefs .rp-ctl{display:flex;align-items:center;gap:8px}.read-prefs .rp-ctl button{width:24px;height:24px;border-radius:7px;background:var(--bg-3);border:1px solid var(--stroke-2);color:var(--txt-0);font-size:14px;display:grid;place-items:center}.read-prefs .rp-ctl button:hover{border-color:var(--accent-line);color:var(--accent-2)}.read-prefs .rp-ctl>span{font-family:var(--mono);font-size:11px;color:var(--txt-1);min-width:30px;text-align:center}.read-prefs .rp-toggle{width:34px;height:20px;border-radius:11px;background:var(--bg-4);border:1px solid var(--stroke-2);padding:0;position:relative;cursor:pointer;transition:.18s var(--ease)}.read-prefs .rp-toggle .rp-knob{position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;background:var(--txt-1);transition:.18s var(--ease)}.read-prefs .rp-toggle.on{background:var(--accent);border-color:var(--accent-line)}.read-prefs .rp-toggle.on .rp-knob{left:16px;background:#fff}.read-scroll.inverted{background:var(--bg-2);filter:invert(1) hue-rotate(180deg)}.minimap.nav{cursor:crosshair}.minimap.nav svg{pointer-events:none}.auth-wrap{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:radial-gradient(120% 90% at 50% 30%,#10131a,var(--bg-0));padding:24px}.auth-card{width:min(360px,92vw);background:var(--bg-2);border:1px solid var(--stroke-2);border-radius:var(--r-xl);box-shadow:var(--shadow-lg);padding:30px 28px;text-align:center}.auth-brand{width:46px;height:46px;border-radius:13px;margin:0 auto 16px;display:grid;place-items:center;background:linear-gradient(150deg,var(--accent),#5b3fe0);box-shadow:0 6px 18px #7c5cff73}.auth-brand svg{width:24px;height:24px}.auth-card h1{font-size:24px;font-weight:600;letter-spacing:-.02em;margin-bottom:6px}.auth-sub{font-size:13px;color:var(--txt-2);line-height:1.5;margin-bottom:22px}.auth-form{display:flex;flex-direction:column;gap:10px;text-align:left}.auth-form input{height:40px;padding:0 13px;background:var(--bg-1);border:1px solid var(--stroke-2);border-radius:10px;color:var(--txt-0);font-size:14px;outline:none;transition:.15s var(--ease)}.auth-form input:focus{border-color:var(--accent-line);box-shadow:0 0 0 3px var(--accent-soft)}.auth-form input::placeholder{color:var(--txt-2)}.auth-go{height:40px;border-radius:10px;background:var(--accent);color:#fff;font-size:14px;font-weight:500;box-shadow:0 4px 16px #7c5cff66;transition:.15s var(--ease);width:100%;margin-top:2px}.auth-go:hover{background:var(--accent-2)}.auth-go:disabled{opacity:.6}.auth-google{margin-top:10px;height:40px;width:100%;border-radius:10px;background:var(--bg-3);border:1px solid var(--stroke-2);color:var(--txt-0);font-size:13.5px;font-weight:500}.auth-google:hover{background:var(--bg-4)}.auth-msg{margin-top:14px;font-size:12.5px;color:var(--txt-1);background:var(--bg-3);border:1px solid var(--stroke);border-radius:9px;padding:9px 11px;line-height:1.5}.auth-switch{margin-top:16px;font-size:12.5px;color:var(--txt-2)}.auth-switch:hover{color:var(--txt-0)}.sp-explore.as-secondary{background:var(--bg-3);border:1px solid var(--stroke-2);color:var(--txt-0);box-shadow:var(--shadow)}.sp-explore.as-secondary:hover{background:var(--bg-4)}.sp-ask.as-primary{background:var(--accent);color:#fff;border-color:transparent;box-shadow:0 6px 22px #7c5cff80}.sp-ask.as-primary:hover{background:var(--accent-2)}.sp-after{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:9px}.sp-promote{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:var(--accent-2)}.sp-promote:hover{color:var(--accent)}.sp-promote svg{width:13px;height:13px}.mermaid-wrap{margin-top:10px;background:var(--bg-1);border:1px solid var(--stroke);border-radius:9px;padding:14px;overflow:auto;display:flex;justify-content:center}.mermaid-wrap svg{max-width:100%;height:auto}.read-head .hbtn.back{flex-shrink:0}.read-head .hbtn:disabled{opacity:.3;cursor:default}.read-head .hbtn.on{background:var(--accent-soft);color:var(--accent-2)}.mermaid-wrap{position:relative}.mmd-max{position:absolute;top:8px;right:8px;width:26px;height:26px;border-radius:7px;display:grid;place-items:center;background:var(--glass);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--stroke-2);color:var(--txt-2);opacity:0;transition:.15s var(--ease)}.mermaid-wrap:hover .mmd-max{opacity:1}.mmd-max:hover{color:var(--txt-0);border-color:var(--stroke-3)}.mmd-max svg{width:14px;height:14px}.mmd-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;background:var(--scrim);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;place-items:center;padding:40px;animation:lcIn .2s var(--ease)}.mmd-overlay-inner{max-width:94vw;max-height:90vh;overflow:auto;background:var(--bg-1);border:1px solid var(--stroke-2);border-radius:var(--r-lg);padding:28px;box-shadow:var(--shadow-lg)}.mmd-overlay-inner svg{max-width:100%;height:auto}.mmd-close{position:fixed;top:18px;right:18px;z-index:121;width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:var(--bg-3);border:1px solid var(--stroke-2);color:var(--txt-0)}.mmd-close:hover{background:var(--bg-4)}.mmd-close svg{width:18px;height:18px}.read-head .crumb{flex:1 1 auto;min-width:0}.read-head .crumb .crumb-item{display:inline-block;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom}.gsearch-wrap{position:relative;flex:1;min-width:80px;max-width:340px}.gsearch-wrap .gsearch{width:100%;max-width:none;flex:none}.search-pop{position:fixed;min-width:320px;max-width:520px;z-index:60;background:var(--bg-2);border:1px solid var(--stroke-2);border-radius:var(--r-md);box-shadow:var(--shadow-lg);padding:6px;max-height:340px;overflow:auto;animation:lcIn .16s var(--ease)}.search-row{display:flex;align-items:center;gap:9px;width:100%;text-align:left;padding:8px 9px;border-radius:8px;font-size:13px;color:var(--txt-1);background:none;border:none;cursor:pointer}.search-row:hover,.search-row.on{background:var(--bg-3);color:var(--txt-0)}.search-row .sr-dot{width:8px;height:8px;border-radius:3px;flex-shrink:0}.search-row .sr-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--txt-0);font-weight:500}.search-row .sr-snip{display:block;font-weight:400;font-size:11px;color:var(--txt-2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:1px}.search-row .sr-label b{font-weight:600;color:var(--txt-0)}.search-row .sr-tag{font-family:var(--mono);font-size:9.5px;color:var(--txt-2);border:1px solid var(--stroke);border-radius:5px;padding:1px 6px;flex-shrink:0}.search-row.gen svg{width:14px;height:14px;color:var(--accent-2);flex-shrink:0}.search-row.gen .sr-tag{color:var(--accent-2);border-color:var(--accent-line)}.rel-note{display:flex;flex-direction:column;gap:7px;margin:-2px 0 24px;padding:11px 14px 12px 16px;border-radius:10px;background:var(--accent-soft);border:1px solid var(--accent-line);position:relative;overflow:hidden}.rel-note:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--accent-2);opacity:.7}.rel-note .rn-head{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.rel-note .rn-verb{font-family:var(--mono);font-size:9.5px;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--accent-2);background:color-mix(in srgb,var(--accent-2) 12%,transparent);border:1px solid var(--accent-line);border-radius:5px;padding:2px 7px;flex-shrink:0}.rel-note .rn-parent{color:var(--txt-0);font-weight:650;font-size:13px;cursor:pointer;transition:color .12s}.rel-note .rn-parent:hover{color:var(--accent-2)}.rel-note .rn-text{font-size:12.5px;line-height:1.55;color:var(--txt-1)}@keyframes thrSpin{to{transform:rotate(360deg)}}@keyframes thrUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes thrBlink{0%,50%{opacity:1}50.01%,to{opacity:0}}.thread-dock{flex-shrink:0;display:flex;flex-direction:column;border-top:1px solid var(--stroke-2);background:var(--bg-1);box-shadow:0 -8px 22px #0000001a}.thread-panel{display:flex;flex-direction:column;height:min(62vh,620px);border-bottom:1px solid var(--stroke);animation:thrUp .22s var(--ease)}.thread-bar{display:flex;align-items:center;gap:6px;padding:7px 10px;border-bottom:1px solid var(--stroke);flex-shrink:0}.thr-collapse{width:26px;height:26px;flex-shrink:0;border-radius:7px;display:grid;place-items:center;color:var(--txt-2);transform:rotate(90deg);transition:.15s}.thr-collapse:hover{background:var(--bg-3);color:var(--txt-0)}.thr-collapse svg{width:15px;height:15px}.thr-tabs{flex:1;min-width:0;display:flex;align-items:center;gap:5px;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;padding-bottom:1px}.thr-tabs::-webkit-scrollbar{height:5px}.thr-tabs::-webkit-scrollbar-thumb{background:var(--stroke-2);border-radius:3px}.thr-tab{display:flex;align-items:center;gap:5px;flex-shrink:0;max-width:160px;padding:5px 10px;border-radius:8px;border:1px solid var(--stroke-2);color:var(--txt-2);font-size:12px;transition:.15s}.thr-tab svg{width:13px;height:13px;flex-shrink:0;opacity:.8}.thr-tab>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.thr-tab:hover{background:var(--bg-3);color:var(--txt-0)}.thr-tab.on{background:var(--accent-soft);border-color:var(--accent-line);color:var(--accent-2)}.thr-tab.on svg{opacity:1}.thr-tab.add{padding:5px 8px;color:#fff;background:var(--accent);border-color:var(--accent)}.thr-tab.add:hover{filter:brightness(1.12);color:#fff;background:var(--accent)}.thr-tab.add svg{width:16px;height:16px;opacity:1;stroke-width:2.2}.thr-tab.ghost{cursor:default;border-style:dashed}.thr-switcher{position:relative;flex-shrink:0}.thr-more{display:flex;align-items:center;gap:4px;height:26px;padding:0 7px;border-radius:7px;color:var(--txt-2);transition:.15s}.thr-more:hover,.thr-more.on{background:var(--bg-3);color:var(--txt-0)}.thr-more svg{width:14px;height:14px;transform:rotate(90deg)}.thr-more em{font-style:normal;font-size:11px;font-variant-numeric:tabular-nums}.thr-menu{position:absolute;top:calc(100% + 4px);right:0;z-index:30;min-width:240px;max-height:280px;overflow:auto;background:var(--bg-2);border:1px solid var(--stroke-2);border-radius:10px;box-shadow:var(--shadow-lg);padding:5px;animation:lcIn .16s var(--ease)}.thr-menu-row{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;text-align:left;padding:8px 9px;border-radius:7px;color:var(--txt-1);font-size:12.5px}.thr-menu-row:hover{background:var(--bg-3)}.thr-menu-row.on{background:var(--accent-soft);color:var(--accent-2)}.thr-menu-row.new{color:var(--accent-2);font-weight:500;border-bottom:1px solid var(--stroke);border-radius:0;margin-bottom:3px;justify-content:flex-start;gap:7px}.thr-menu-row.new svg{width:14px;height:14px}.thr-mt{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.thr-md{flex-shrink:0;font-size:11px;color:var(--txt-2);font-variant-numeric:tabular-nums}.thr-del{width:26px;height:26px;flex-shrink:0;border-radius:7px;display:grid;place-items:center;color:var(--txt-2);transition:.15s}.thr-del:hover{background:var(--bg-3);color:var(--danger,#f87171)}.thr-del svg{width:15px;height:15px}.thread-turns{flex:1;overflow-y:auto;padding:14px 16px;display:flex;flex-direction:column;gap:14px}.thr-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;height:100%;color:var(--txt-2);text-align:center;padding:0 24px}.thr-empty svg{width:26px;height:26px;opacity:.5}.thr-empty p{font-size:12.5px;line-height:1.5;max-width:340px}.thr-turn{display:flex;flex-direction:column;gap:6px}.thr-turn.user{align-items:flex-end}.thr-turn.user .thr-bubble{background:var(--accent-soft);color:var(--txt-0);border-radius:12px 12px 4px;max-width:82%;padding:9px 12px;font-size:13px;line-height:1.5}.thr-turn.ai .thr-bubble{background:var(--bg-3);border:1px solid var(--stroke);border-radius:12px 12px 12px 4px;padding:11px 14px;font-size:13.5px;line-height:1.6}.thr-bubble.prose p{margin:0 0 8px}.thr-bubble.prose p:last-child{margin:0}.thr-caret{display:inline-block;width:7px;height:14px;background:var(--accent-2);vertical-align:text-bottom;margin-left:2px;border-radius:1px;animation:thrBlink 1s steps(1) infinite}.thr-thinking{display:inline-flex;align-items:center;gap:7px;color:var(--accent-2);font-size:13px}.thr-thinking .spin{display:inline-flex;animation:thrSpin .9s linear infinite}.thr-thinking .spin svg{width:14px;height:14px}.thr-sources{display:flex;flex-wrap:wrap;gap:5px}.thr-src{font-size:10.5px;padding:2px 7px;border-radius:20px;background:var(--bg-3);border:1px solid var(--stroke);color:var(--txt-2)}.thr-src.linked{border-style:dashed}.thr-harvest{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:11px}.thr-harvest-l{color:var(--txt-2)}.thr-harvest .hv{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border-radius:6px;border:1px solid;font-size:11px;font-weight:500;transition:.15s}.thr-harvest .hv svg{width:12px;height:12px}.hv-memo{color:#38bdf8;border-color:#38bdf866;background:#38bdf81a}.hv-memo:hover{background:#38bdf838}.hv-ctx{color:var(--accent-2);border-color:var(--accent-line);background:var(--accent-soft)}.hv-ctx:hover{background:#7c5cff42}.hv-new{color:#34d399;border-color:#34d39966;background:#34d3991a}.hv-new:hover{background:#34d39938}.hv-pin{color:#fbbf24;border-color:#fbbf2466;background:#fbbf241f}.hv-pin:hover{background:#fbbf243d}.thr-harvested{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:var(--accent-2)}.thr-harvested svg{width:12px;height:12px}.thread-composer{display:flex;align-items:center;gap:8px;padding:9px 12px;flex-shrink:0}.thr-pill{display:inline-flex;align-items:center;gap:4px;flex-shrink:0;height:34px;padding:0 10px;border-radius:9px;background:var(--accent-soft);border:1px solid var(--accent-line);color:var(--accent-2);transition:.15s}.thr-pill:hover{background:#7c5cff42}.thr-pill svg{width:15px;height:15px}.thr-pill em{font-style:normal;font-size:12px;font-weight:600;font-variant-numeric:tabular-nums}.thread-composer textarea{flex:1;height:34px;min-height:34px;background:var(--bg-3);border:1px solid var(--stroke-2);border-radius:9px;padding:7px 12px;color:var(--txt-0);font-size:13px;line-height:1.42;font-family:inherit;outline:none;transition:border-color .15s}.thread-composer textarea:focus{border-color:var(--accent-line)}.thread-composer textarea::placeholder{color:var(--txt-2)}.thr-send{width:34px;height:34px;flex-shrink:0;border-radius:9px;display:grid;place-items:center;background:var(--accent);color:#fff;transition:.15s}.thr-send:hover:not(:disabled){filter:brightness(1.1)}.thr-send:disabled{opacity:.4;cursor:default}.thr-send svg{width:16px;height:16px}.thr-send .spin{display:inline-flex;animation:thrSpin .9s linear infinite}.memo-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#00000080;display:flex;align-items:center;justify-content:center;padding:24px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.memo-modal{width:min(560px,92vw);max-height:80vh;display:flex;flex-direction:column;background:var(--bg-1);border:1px solid var(--stroke);border-left:3px solid #FBBF24;border-radius:var(--r-md);box-shadow:0 24px 70px #0000008c;overflow:hidden}.memo-modal-head{display:flex;align-items:center;gap:10px;padding:13px 16px;border-bottom:1px solid var(--stroke)}.memo-modal-kind{display:inline-flex;align-items:center;gap:4px;font-family:var(--mono);font-size:10.5px;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.memo-modal-kind svg{width:12px;height:12px}.memo-modal-title{flex:1;font-weight:600;font-size:14px;color:var(--txt-0);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.memo-modal-x{background:none;border:none;color:var(--txt-2);cursor:pointer;padding:4px;display:flex}.memo-modal-x:hover{color:var(--txt-0)}.memo-modal-x svg{width:16px;height:16px}.memo-modal-body{padding:16px;overflow-y:auto;color:var(--txt-1);font-size:13.5px;line-height:1.55}.memo-modal-foot{display:flex;align-items:center;gap:10px;padding:11px 16px;border-top:1px solid var(--stroke)}.memo-modal-origin{font-family:var(--mono);font-size:11px;color:var(--txt-2)}.memo-modal-actions{display:flex;gap:8px;margin-left:auto}.gbtn.danger{color:var(--contradiction)}
