import type { CSSProperties } from "react"; const Card = (props: { label: string; value: string | number; sublabel?: string; rightSlot?: React.ReactNode; style?: CSSProperties }) => { return (