@layer modules {
    /* UUID column — truncate long Balena UUIDs; monospace handled by .datasheet. */
    .device-uuid {
        max-inline-size: 28ch;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
