:root{font-family:system-ui,-apple-system,"PingFang SC",sans-serif;color:#e5eef0;background:#101820;color-scheme:dark;--mint:#83e5c5;--muted:#9eb3bf;--line:#30444f}*{box-sizing:border-box}body{margin:0}main{max-width:1230px;margin:auto;padding:30px 28px 45px}a{color:var(--mint);text-underline-offset:4px}header{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:55px;font-size:13px}.brand{text-decoration:none;color:#fff;font-size:25px;font-weight:700}.brand span{font-size:10px;letter-spacing:.13em;color:var(--muted);margin-left:12px}.eyebrow{font-size:11px;letter-spacing:.12em;color:var(--mint);margin-bottom:10px}h1{font-size:clamp(31px,5vw,52px);line-height:1.25;letter-spacing:-.05em;margin:0 0 22px}h2{font-size:20px;margin:0 0 12px}p{line-height:1.85;color:#b8cad2}.lead{max-width:800px;font-size:18px}.mode{font-size:13px;max-width:890px;color:var(--muted);margin:18px 0 28px}.workspace{display:grid;grid-template-columns:340px 1fr;gap:20px}.panel{background:#17232d;border:1px solid var(--line);border-radius:14px;padding:24px;min-width:0}.small{font-size:12px;color:var(--muted);line-height:1.75}.setup>.small{margin-top:-4px}fieldset{border:0;padding:0;margin:8px 0 20px}.switch{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 0;border-bottom:1px solid #293d47;cursor:pointer}.switch strong{font-size:14px;font-weight:550}.switch small{display:block;color:var(--muted);font-size:12px;margin-top:6px;line-height:1.6}.switch input{appearance:none;flex-shrink:0;width:34px;height:20px;border-radius:20px;background:#3a4c58;position:relative;cursor:pointer}.switch input:before{content:'';position:absolute;left:3px;top:3px;width:14px;height:14px;border-radius:50%;background:#a6bac4;transition:transform .15s}.switch input:checked{background:#3c8c73}.switch input:checked:before{transform:translateX(14px);background:#d5fff0}button{font:inherit;border:1px solid #48606c;background:#20333e;color:#e5eef0;padding:11px 16px;border-radius:8px;cursor:pointer}button:hover{border-color:var(--mint)}button:disabled{cursor:wait;opacity:.45}.primary{background:var(--mint);color:#11392b;font-weight:600;border-color:var(--mint);width:100%}.secondary{width:100%;font-size:12px;margin-top:10px}.status{font-size:12px;line-height:1.8;min-height:44px;color:var(--mint)}:focus-visible{outline:2px solid var(--mint);outline-offset:4px}summary{cursor:pointer;font-size:13px;color:#b9cfd7;padding:10px 0}pre{white-space:pre-wrap;font-size:12px;line-height:1.8;color:var(--mint);padding:12px;background:#101820;border-radius:8px}code{color:var(--mint)}.graph-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.graph-head h2{font-size:17px}svg{width:100%;display:block}svg text{font-size:14px;fill:#dbe8eb;pointer-events:none}.node{cursor:pointer}.node circle{stroke:#56727d;fill:#21333e;stroke-width:1.5}.node.yes circle{stroke:var(--mint);fill:#295247}.node.unknown circle{stroke:#d4b777;fill:#49432d}.node.new circle{stroke-width:3;filter:drop-shadow(0 0 8px #83e5c550)}.node:hover circle,.node:focus circle{stroke:#fff;stroke-width:3}.edge{stroke:var(--mint);stroke-width:2;opacity:.7}.edge.unknown{stroke:#d4b777;stroke-dasharray:5 6}.edge.relay{stroke-dasharray:5 5}.edge.flow{stroke-dasharray:5 8;animation:flow 1.5s linear infinite}.legend{display:flex;flex-wrap:wrap;gap:12px;font-size:11px;color:var(--muted)}.legend i{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--mint);margin-right:5px}.legend .gold{background:#d4b777}.legend .dim{background:#5e7882}.graph-message{font-size:14px;min-height:45px;line-height:1.8;color:#aee9d7}.counts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;border-top:1px solid var(--line);padding-top:16px}.counts strong{display:block;font-size:26px;color:var(--mint);font-weight:500}.counts span{font-size:11px;color:var(--muted)}.delta{font-size:13px;line-height:1.9;color:#cee6df;margin:15px 0}.graph-panel details{border-top:1px solid var(--line)}#person-text{font-size:13px;line-height:1.8;color:#b8cad2;white-space:pre-wrap;max-height:340px;overflow:auto}.comparison{margin:24px 0}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:center}.section-head button{font-size:13px}.comparison p{font-size:14px}.table-scroll{overflow:auto}table{border-collapse:collapse;min-width:660px;width:100%;font-size:13px}th,td{text-align:left;padding:15px 12px;border-bottom:1px solid var(--line);line-height:1.65}th{font-weight:500;color:var(--muted)}td:first-child{color:#d7e8e8}td.highlight{color:var(--mint)}#comparison-conclusion,#reuse-results{font-size:14px;line-height:1.9;color:#b8cad2}article{max-width:850px;margin:42px auto}article h2{margin-top:32px}article p{font-size:15px}.actions{display:flex;gap:20px;align-items:center;flex-wrap:wrap;font-size:13px;margin-top:24px}footer{font-size:12px;line-height:1.9;color:var(--muted);border-top:1px solid var(--line);padding-top:24px}.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.busy #network{opacity:.65}@keyframes flow{to{stroke-dashoffset:-26}}@media(max-width:880px){.workspace{grid-template-columns:1fr}.setup{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.setup h2,.setup>p,.setup details{grid-column:1/-1}.setup fieldset{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:0 25px}.setup button{align-self:start}.secondary{margin-top:0}.section-head{align-items:start;flex-direction:column}}@media(max-width:540px){main{padding:22px 14px}.brand span{display:none}header{margin-bottom:34px}.panel{padding:18px}.setup{display:block}.setup fieldset{display:block}.secondary{margin-top:10px}.lead{font-size:16px}.graph-panel{padding:16px 8px}.graph-head,.legend,.graph-message,.counts,.delta,.graph-panel details{margin-left:8px;margin-right:8px}.counts{gap:5px}.counts strong{font-size:22px}svg text{font-size:16px}}@media(prefers-reduced-motion:reduce){.edge.flow{animation:none}.switch input:before{transition:none}}
