/* style.css — separate CSS file (required) */
.income { color: #10b981; font-weight: 600; }
.expense { color: #ef4444; font-weight: 600; }
table tr:hover { background-color: #f8fafc; }