Format duration as SS (seconds only)
static String formatSS(Duration duration) { return duration.inSeconds.toString(); }