.node-target-toggle{ display:flex; gap:4px; margin-bottom:8px; background:#0e121a; padding:3px; border-radius:7px; }
.node-target-btn{ flex:1; width:auto !important; font-size:10px; font-weight:700; padding:5px 6px !important; border:none !important; border-radius:5px; background:transparent !important; color:#888 !important; cursor:pointer; box-shadow:none !important; }
.node-target-btn.active{ background:var(--text-accent,#10B981) !important; color:#000 !important; }
