*{margin:0;padding:0}html,body{height:100%}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}:root[data-theme=dark]{--bg-app: #0b1220;--bg-sidebar: #111827;--bg-graph: #0a0f1c;--text-primary: #f1f5f9;--text-secondary: #94a3b8;--text-muted: #64748b;--border: #1f2937;--card-bg: rgba(17, 24, 39, .97);--hover-bg: #1f2937;--input-bg: #1f2937;--input-border: #374151;--shadow: rgba(0, 0, 0, .45)}:root[data-theme=light]{--bg-app: #f8fafc;--bg-sidebar: #ffffff;--bg-graph: #eef1f6;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #94a3b8;--border: #e2e8f0;--card-bg: rgba(255, 255, 255, .98);--hover-bg: #f1f5f9;--input-bg: #f8fafc;--input-border: #cbd5e1;--shadow: rgba(15, 23, 42, .12)}body{font-family:Noto Sans TC,PingFang TC,Microsoft JhengHei,-apple-system,sans-serif;background:var(--bg-app)}.app{display:flex;height:100vh;width:100vw;overflow:hidden}.sidebar{width:320px;flex-shrink:0;background:var(--bg-sidebar);color:var(--text-primary);padding:20px 18px;overflow-y:auto;border-right:1px solid var(--border)}.brand-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.brand h1{font-size:18px;margin:0 0 4px;color:var(--text-primary);font-weight:700}.theme-switch{display:flex;gap:2px;background:var(--input-bg);border:1px solid var(--input-border);border-radius:8px;padding:2px;flex-shrink:0}.theme-switch button{width:26px;height:26px;border:none;background:transparent;color:var(--text-secondary);border-radius:6px;cursor:pointer;font-size:13px;line-height:1}.theme-switch button.active{background:var(--hover-bg);color:var(--text-primary);box-shadow:0 0 0 1px var(--input-border) inset}.subtitle{font-size:12px;color:var(--text-secondary);margin:0 0 18px}.search-box{position:relative;margin-bottom:20px}.search-box input{width:100%;padding:9px 12px;border-radius:8px;border:1px solid var(--input-border);background:var(--input-bg);color:var(--text-primary);font-size:13px;outline:none}.search-box input:focus{border-color:#6366f1}.search-results{position:absolute;top:42px;left:0;right:0;background:var(--bg-sidebar);border:1px solid var(--input-border);border-radius:8px;list-style:none;margin:0;padding:4px;z-index:20;max-height:260px;overflow-y:auto;box-shadow:0 8px 24px var(--shadow)}.search-results li{padding:7px 8px;border-radius:6px;cursor:pointer;font-size:13px;display:flex;align-items:center;gap:8px;color:var(--text-primary)}.search-results li:hover{background:var(--hover-bg)}.panel{margin-bottom:18px}.panel h2{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary);margin:0 0 8px;font-weight:600}.legend-list{list-style:none;margin:0;padding:0}.legend-list li{display:flex;align-items:center;gap:8px;padding:6px;border-radius:6px;cursor:pointer;font-size:13px;color:var(--text-primary);transition:opacity .15s}.legend-list li:hover{background:var(--hover-bg)}.legend-list li.off{opacity:.35}.dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.dot.small{width:7px;height:7px}.line{width:18px;height:3px;border-radius:2px;flex-shrink:0}.legend-list .label{flex:1}.legend-list .count{font-size:11px;color:var(--text-muted)}.quick-actions{display:flex;gap:8px;margin-top:8px}.quick-actions button{flex:1;background:var(--input-bg);border:1px solid var(--input-border);color:var(--text-secondary);border-radius:6px;padding:6px 0;font-size:12px;cursor:pointer}.quick-actions button:hover{background:var(--hover-bg)}.hint p{font-size:11.5px;color:var(--text-muted);line-height:1.6;margin:0}.graph-area{flex:1;position:relative;background:var(--bg-graph)}.info-card{position:absolute;top:20px;right:20px;width:300px;max-height:calc(100% - 40px);overflow-y:auto;background:var(--card-bg);border:1px solid var(--border);border-radius:12px;padding:16px;color:var(--text-primary);box-shadow:0 10px 30px var(--shadow)}.info-header{display:flex;align-items:flex-start;gap:10px;margin-bottom:8px}.info-header .dot{width:12px;height:12px;margin-top:4px}.info-header h3{font-size:15px;margin:0 0 2px;color:var(--text-primary)}.cat-label{font-size:11px;color:var(--text-secondary)}.close-btn{margin-left:auto;background:none;border:none;color:var(--text-secondary);font-size:18px;cursor:pointer;line-height:1}.close-btn:hover{color:var(--text-primary)}.note{font-size:12.5px;color:var(--text-secondary);line-height:1.6;margin:0 0 12px}.rel-list h4{font-size:11px;text-transform:uppercase;color:var(--text-muted);margin:0 0 6px}.rel-list ul{list-style:none;margin:0;padding:0}.rel-list li{font-size:12.5px;padding:6px 4px;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:6px;flex-wrap:wrap;color:var(--text-primary)}.rel-list li:hover{background:var(--hover-bg)}.etype{font-size:11px;font-weight:600;flex-shrink:0}.dir{color:var(--text-muted);flex-shrink:0}.edge-note{color:var(--text-muted);font-size:11px}
