.dash-grid{ display:flex; flex-wrap:wrap; gap:14px; align-items:flex-start; }
.node-card{
  position:relative; background:var(--bg-card, #12161f); border:1px solid var(--border-color, rgba(255,255,255,.12));
  border-radius:12px; display:flex; flex-direction:column; min-width:230px; min-height:150px;
  width:290px; height:210px; overflow:hidden;
}
.node-card.branding{ border-color: color-mix(in srgb, var(--text-accent,#10B981) 40%, var(--border-color, rgba(255,255,255,.12))); }
