${[
{cat:'Salaries',form:'W-2',note:'Payroll processor handles'},
{cat:'Contractor Payments',form:'1099-NEC',note:'>$600 threshold'},
{cat:'Consulting Fees',form:'1099-NEC',note:'>$600 threshold'},
{cat:'Vendor Services',form:'1099-NEC',note:'Verify EIN first'},
{cat:'Legal Fees',form:'1099-NEC',note:'>$600 threshold'},
{cat:'AI / Compute Costs',form:'N/A',note:'Corp vendor, no 1099'},
{cat:'Software License Fees',form:'N/A',note:'Corp vendor, no 1099'},
{cat:'Marketing & Advertising',form:'N/A',note:'Corp vendor, no 1099'},
{cat:'Food & Refreshments',form:'N/A',note:'50% deductible'},
{cat:'Travel',form:'N/A',note:'Substantiation required'},
{cat:'Hardware & Equipment',form:'N/A',note:'Section 179 eligible'},
{cat:'R&D / Software Dev',form:'N/A',note:'R&D credit eligible'},
].map(r => `
${r.cat}
${r.form}
${r.note}
`).join('')}