import SwiftUI struct PortfolioInsight: Identifiable { let id: String let systemImage: String let title: String let value: String let accentColor: Color }