export interface StatCardProps { label: string; count: number; color: string; isSelected?: boolean; onPress?: () => void; }