:root{color-scheme:dark;--bg:#060a11;--panel:#0e1624;--panel2:#111b2a;--line:#26354a;--text:#eff5fc;--muted:#91a1b7;--faint:#6f8098;--blue:#68b8ff;--cyan:#42d6c1;--amber:#f2c96d;--danger:#ff7085;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Apple SD Gothic Neo",sans-serif}
/* Progressive explorer (kept before the compact base; selectors are scoped for precedence). */
#workspace .mode-switch{display:flex;gap:4px;padding:3px;border:1px solid var(--line);background:#09111d}#workspace .mode-switch button.active{border-color:var(--blue);background:#173354;color:#fff}#workspace .toolbar{position:relative;flex-wrap:wrap}#workspace .toolbar>button:disabled,#workspace .relation-actions button:disabled{cursor:not-allowed;opacity:.42}#workspace .search-results{position:absolute;z-index:30;top:calc(100% - 4px);left:12px;width:min(390px,calc(100% - 24px));max-height:310px;overflow:auto;border:1px solid #3b526f;background:#0b1421;box-shadow:0 12px 30px #0009}#workspace .search-results button,#workspace .search-results p{display:block;width:100%;margin:0;padding:10px 12px;border:0;border-bottom:1px solid #223147;background:none;color:var(--text);text-align:left}#workspace .search-results button:hover,#workspace .search-results button:focus-visible{background:#17283d;color:#fff}#workspace .breadcrumb{display:flex;align-items:center;gap:7px;min-width:0;overflow-x:auto;padding:7px 10px;border:1px solid var(--line);background:#0a111c;white-space:nowrap}#workspace .breadcrumb button{padding:3px 6px;border:0;background:none;color:var(--blue);text-decoration:underline;text-underline-offset:3px}#workspace .breadcrumb span{color:var(--faint)}#workspace .legend i.start{background:#f2c96d;border-color:#fff}#workspace .legend i.selected{background:#3182ce;border-color:#b8dcff}#workspace .legend i.revealed{background:#3ddc84;border-color:#b7ffd4}#workspace .node circle{fill:#60738d;stroke:#a9bbd1;stroke-width:1.5}#workspace .node.root circle{fill:#d6a928;stroke:#fff2b2;stroke-width:3}#workspace .node.selected circle{fill:#2878c7;stroke:#c8e5ff;stroke-width:3}#workspace .node.newly-revealed:not(.selected):not(.root) circle{fill:#32b86c;animation:account-reveal 1.7s ease-out}#workspace .node text{paint-order:stroke;stroke:#07101b;stroke-width:3px;stroke-linejoin:round}#workspace .edge.mutual{stroke:#f2c96d;stroke-width:2.3;stroke-dasharray:0}#workspace .edge.connected{stroke-opacity:1;stroke-width:2.6}@keyframes account-reveal{0%{filter:drop-shadow(0 0 13px #42df83);transform:scale(.55)}55%{transform:scale(1.12)}100%{filter:none;transform:scale(1)}}#workspace .relation-actions{display:grid;grid-template-columns:1fr;gap:7px;margin:13px 0}#workspace .relation-actions button{min-height:38px;padding:8px 10px;border:1px solid #37516f;background:#132238;color:#e9f3ff;text-align:left}#workspace .relation-actions button:hover,#workspace .relation-actions button:focus-visible{border-color:var(--blue);background:#193453}#workspace .relation-actions .relation-more{margin-top:-7px;border-top:0;color:#8fd2ff}#workspace .relation-actions .relation-collapse{border-color:#684453;background:#291720;color:#ffc3ce}#workspace .relation-list{margin-top:14px}#workspace .relation-list h4{margin:0 0 7px;color:#b8c6d8}#workspace .relation-list ul{display:flex;flex-wrap:wrap;gap:5px;margin:0;padding:0;list-style:none}#workspace .relation-list button{padding:5px 7px;border:1px solid #30435b;background:#0b1421;color:#cde5ff}#workspace .detail-card{align-self:start}#workspace .graph-wrap{min-height:540px}#workspace .table-scroll{max-width:100%}
@media(max-width:900px){#workspace .content-grid{grid-template-columns:minmax(0,1fr)}#workspace .detail-card{order:-1}#workspace .graph-wrap{min-height:480px}#workspace .toolbar{align-items:stretch}#workspace .toolbar .search{flex:1 1 260px}#workspace .toolbar label:not(.search),#workspace .toolbar>button,#workspace .mode-switch{flex:1 1 auto}#workspace .mode-switch button{flex:1}}
@media(max-width:640px){html,body{max-width:100%;overflow-x:hidden}#workspace,#workspace .content-grid,#workspace .graph-card,#workspace .detail-card,#workspace .table-card{min-width:0;max-width:100%}#workspace .toolbar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}#workspace .toolbar .mode-switch,#workspace .toolbar .search,#workspace .toolbar label{grid-column:1/-1;width:100%}#workspace .toolbar>button{width:100%;min-width:0}#workspace .search-results{top:92px;left:7px;width:calc(100% - 14px)}#workspace .graph-wrap{min-height:430px}#workspace .card-head{align-items:flex-start;flex-direction:column}#workspace .legend{white-space:normal}#workspace .detail{overflow-wrap:anywhere}#workspace .relation-actions button{min-height:44px}#workspace .overview{grid-template-columns:repeat(2,minmax(0,1fr))}#workspace .overview article{min-width:0}#workspace .overview strong{font-size:18px}#workspace .table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}}
@media(prefers-reduced-motion:reduce){#workspace .node.newly-revealed circle{animation:none}.ht-app,.ht-sidebar{transition:none!important}}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--text)}body{min-width:300px;font-size:13px;overflow-x:hidden}button,input,select{font:inherit}button{cursor:pointer}.skip{position:fixed;top:-100px;left:64px;z-index:99;padding:8px 11px;background:#fff;color:#000}.skip:focus{top:8px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ht-app{display:grid;grid-template-columns:176px minmax(0,1fr);min-height:100vh;transition:grid-template-columns .16s ease}.ht-main{min-width:0;overflow-x:hidden}.ht-sidebar{position:sticky;top:0;z-index:20;display:flex;flex-direction:column;width:176px;height:100vh;padding:12px 9px;background:#080d16;border-right:1px solid var(--line);transition:width .16s ease}.ht-brand-row{display:flex;align-items:center;gap:5px;padding-bottom:12px;border-bottom:1px solid #253247}.ht-brand{display:flex;align-items:center;gap:9px;min-width:0;color:#f7fbff;text-decoration:none}.ht-mark{display:grid;place-items:center;width:30px;height:30px;flex:0 0 30px;border:1px solid rgba(126,183,255,.48);border-radius:7px;background:linear-gradient(135deg,#315f99,#39755d);font-size:13px;font-weight:900}.ht-brand-copy strong,.ht-brand-copy small{display:block;white-space:nowrap}.ht-brand-copy strong{font-size:12px}.ht-brand-copy small{margin-top:3px;color:#75869e;font-size:8px;font-weight:750;letter-spacing:.08em}.ht-toggle{display:grid;place-items:center;width:24px;height:24px;margin-left:auto;flex:0 0 24px;padding:0;border:1px solid #32435c;border-radius:6px;background:#101a29;color:#c8d5e6;font-size:17px}.ht-toggle:hover,.ht-toggle:focus-visible{border-color:var(--blue);outline:none}.ht-nav{display:flex;flex-direction:column;gap:5px;margin-top:13px}.ht-nav-link{display:flex;align-items:center;gap:9px;min-height:32px;padding:6px 8px;border:1px solid transparent;border-radius:6px;color:#b9c5d5;font-size:11px;font-weight:720;text-decoration:none;white-space:nowrap}.ht-nav-link svg{width:17px;height:17px;flex:0 0 17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.ht-nav-link:hover,.ht-nav-link:focus-visible{border-color:#405576;background:#111b2a;color:#fff;outline:none}.ht-nav-link.is-active{border-color:rgba(116,175,255,.46);background:#172438;color:#fff;box-shadow:inset 3px 0 0 var(--blue)}.ht-status{display:flex;align-items:center;gap:6px;margin-top:auto;padding:11px 4px 0;border-top:1px solid #253247;color:#718197;font-size:8px;font-weight:800;letter-spacing:.08em;white-space:nowrap}.ht-status i{width:6px;height:6px;border-radius:50%;background:#42d689}.ht-app.is-sidebar-collapsed{grid-template-columns:58px minmax(0,1fr)}.ht-app.is-sidebar-collapsed .ht-sidebar{width:58px;padding-inline:8px}.ht-app.is-sidebar-collapsed .ht-brand-row{display:grid;justify-items:center;gap:7px}.ht-app.is-sidebar-collapsed .ht-brand-copy,.ht-app.is-sidebar-collapsed .ht-nav-link span,.ht-app.is-sidebar-collapsed .ht-status span{display:none}.ht-app.is-sidebar-collapsed .ht-toggle{margin:0}.ht-app.is-sidebar-collapsed .ht-nav-link{justify-content:center;padding-inline:0}.ht-app.is-sidebar-collapsed .ht-status{justify-content:center}.topbar,main,footer{width:min(1380px,calc(100% - 32px));margin-inline:auto}.topbar{height:70px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}h1,h2,h3,h4,p{margin:0}.eyebrow{margin-bottom:3px;color:var(--blue);font-size:9px;font-weight:800;letter-spacing:.14em}h1{font-size:19px;letter-spacing:-.035em}h2{font-size:12px}h3{font-size:12px}h4{margin-top:12px;color:var(--muted);font-size:10px}.status{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:10px}.status span{width:6px;height:6px;border-radius:50%;background:var(--amber)}.status.ready span{background:var(--cyan)}.status.error span{background:var(--danger)}.workspace{padding:14px 0 28px}.overview{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.overview article,.toolbar,.graph-card,.detail-card,.table-card,.notice{border:1px solid var(--line);border-radius:8px;background:var(--panel)}.overview article{padding:10px 12px}.overview span{display:block;color:var(--muted);font-size:10px}.overview strong{display:block;margin-top:4px;font-size:17px;font-variant-numeric:tabular-nums}.toolbar{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:8px;padding:7px}.toolbar label:not(.search){display:flex;align-items:center;gap:6px;color:var(--muted);font-size:10px}.toolbar input,.toolbar select,.toolbar button{min-height:29px;padding:0 8px;border:1px solid #32435a;border-radius:6px;background:#0a111c;color:var(--text);font-size:10px}.toolbar button:hover,.toolbar button:focus-visible,.profile-link:hover{border-color:var(--blue)}.search{position:relative;flex:1 1 220px}.search input{width:100%;padding-right:35px}kbd{position:absolute;right:7px;top:6px;padding:1px 5px;border:1px solid var(--line);border-radius:3px;color:var(--muted);font-size:9px}.check input{accent-color:var(--blue)}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:8px;margin-top:8px}.graph-card,.detail-card,.table-card{overflow:hidden}.card-head{min-height:43px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border-bottom:1px solid var(--line);background:var(--panel2)}.card-head p{margin-top:2px;color:var(--muted);font-size:9px}.legend{display:flex;gap:8px;color:var(--muted);font-size:9px}.legend span{display:flex;align-items:center;gap:4px}.legend i{width:6px;height:6px;border-radius:50%;background:var(--blue)}.legend .d1{background:var(--cyan)}.legend .mutual{background:var(--amber)}.graph-wrap{position:relative;height:min(67vh,690px);min-height:460px;background:#090f18}#graph{display:block;width:100%;height:100%;touch-action:none}#graph.panning{cursor:grabbing}.graph-message{position:absolute;inset:0;display:grid;place-items:center;color:var(--muted);pointer-events:none}.graph-message.hidden{display:none}.edge{stroke:#53627a;stroke-width:1.15;opacity:.62}.edge.mutual{stroke:var(--amber);stroke-width:1.8;opacity:.9}.edge.connected{stroke:#fff;stroke-width:2.2;opacity:1}.edge.dimmed{opacity:.08}.node{cursor:grab;outline:none}.node circle{stroke:#090f18;stroke-width:3}.node text{fill:var(--text);font-size:11px;paint-order:stroke;stroke:#090f18;stroke-width:4px;stroke-linejoin:round}.node:hover circle,.node:focus-visible circle,.node.selected circle{stroke:#fff}.node.related circle{stroke:var(--amber)}.node.dimmed{opacity:.16}.detail-card{max-height:calc(min(67vh,690px) + 44px);overflow-y:auto}.detail{padding:12px}.detail.empty{color:var(--muted);font-size:10px;line-height:1.6}.identity{display:flex;align-items:center;gap:9px}.identity p,.muted{margin-top:3px;color:var(--muted);font-size:9px}.avatar{width:36px;height:36px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;background:var(--panel2);color:var(--cyan);font-weight:800}.fields{margin:10px 0 0}.fields div,.analytics dl div{display:flex;justify-content:space-between;gap:10px;padding:6px 0;border-bottom:1px solid rgba(38,53,74,.7)}.fields dt,.analytics dt{color:var(--muted);font-size:9px}.fields dd,.analytics dd{margin:0;text-align:right;font-size:10px;font-variant-numeric:tabular-nums}.bio{margin-top:10px;padding:8px;border-left:2px solid var(--cyan);background:#0a121d;color:#d7e0ed;font-size:10px;line-height:1.5;white-space:pre-wrap}.profile-link{display:block;margin-top:9px;padding:7px 9px;border:1px solid var(--line);border-radius:6px;color:var(--blue);text-align:center;text-decoration:none;font-size:10px}.relation-focus{width:100%;margin-top:6px;padding:7px;border:1px solid var(--cyan);border-radius:6px;background:#102229;color:var(--cyan);font-size:10px}.relation-list ul{display:flex;flex-wrap:wrap;gap:4px;list-style:none;padding:6px 0 0;margin:0}.relation-list button{padding:4px 6px;border:1px solid var(--line);border-radius:5px;background:#0d1520;color:var(--text);font-size:9px}.analytics{padding:0 12px 12px;border-top:1px solid var(--line)}.analytics h3{margin:11px 0 4px}.table-card{margin-top:8px}.table-scroll{overflow:auto;max-height:380px}table{width:100%;min-width:820px;border-collapse:collapse}th,td{padding:7px 9px;border-bottom:1px solid var(--line);text-align:left;font-size:10px;font-variant-numeric:tabular-nums}th{position:sticky;top:0;z-index:1;background:var(--panel2);color:var(--muted)}.sort{padding:0;border:0;background:transparent;color:inherit;font-weight:700}.sort.active{color:var(--blue)}tbody tr{cursor:pointer}tbody tr:hover,tbody tr.selected{background:#182438}.notice{display:flex;align-items:baseline;gap:10px;margin-top:8px;padding:9px 11px}.notice strong{color:var(--amber);white-space:nowrap;font-size:10px}.notice p{color:var(--muted);font-size:9px;line-height:1.5}footer{display:flex;justify-content:space-between;gap:10px;padding:14px 0;color:var(--faint);font-size:9px;border-top:1px solid var(--line)}.fatal{margin:20px;padding:12px;border:1px solid var(--danger)}:focus-visible{outline:2px solid var(--blue);outline-offset:2px}@media(max-width:980px){.content-grid{grid-template-columns:1fr}.detail-card{max-height:none}.graph-wrap{height:60vh;min-height:420px}}@media(max-width:640px){.ht-app,.ht-app.is-sidebar-collapsed{display:block}.ht-sidebar,.ht-app.is-sidebar-collapsed .ht-sidebar{position:sticky;top:0;width:100%;height:58px;padding:7px 9px;display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:8px;border-right:0;border-bottom:1px solid var(--line)}.ht-brand-row,.ht-app.is-sidebar-collapsed .ht-brand-row{display:block;padding:0;border:0}.ht-brand-copy,.ht-toggle,.ht-status{display:none!important}.ht-nav{min-width:0;flex-direction:row;gap:4px;margin:0;overflow-x:auto}.ht-nav-link,.ht-app.is-sidebar-collapsed .ht-nav-link{flex:0 0 auto;justify-content:flex-start;gap:6px;min-height:31px;padding:5px 7px}.ht-app.is-sidebar-collapsed .ht-nav-link span{display:inline}.ht-nav-link.is-active{box-shadow:inset 0 -2px 0 var(--blue)}.topbar,main,footer{width:calc(100% - 20px)}.topbar{height:62px}.overview{grid-template-columns:repeat(2,1fr)}.toolbar{align-items:stretch}.toolbar label:not(.search),.toolbar button{flex:1 1 auto;justify-content:center}.graph-wrap{height:54vh;min-height:380px}.legend{display:none}.notice{display:block}.notice p{margin-top:5px}footer{display:block;line-height:1.7}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}
